From 804406fcaf49789d4618d9c33f71d16996e95504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 3 Nov 2021 15:00:43 +0100 Subject: [PATCH] i18n: Sync classref translations with Weblate German (de) is now above the threshold for inclusion. (cherry picked from commit 0b694eb8e711b6cfdc3d398254692ed9cbb6f8c9) --- doc/translations/ar.po | 1476 +- doc/translations/ca.po | 1966 +- doc/translations/classes.pot | 1465 +- doc/translations/cs.po | 1605 +- doc/translations/de.po | 2071 +- doc/translations/el.po | 1465 +- doc/translations/es.po | 1613 +- doc/translations/et.po | 69329 ++++++++++++++++++++++++++++++++ doc/translations/fa.po | 1465 +- doc/translations/fi.po | 1481 +- doc/translations/fil.po | 1465 +- doc/translations/fr.po | 1508 +- doc/translations/gl.po | 1465 +- doc/translations/hi.po | 1465 +- doc/translations/hu.po | 1471 +- doc/translations/id.po | 1465 +- doc/translations/it.po | 1482 +- doc/translations/ja.po | 1532 +- doc/translations/ko.po | 1472 +- doc/translations/lv.po | 1500 +- doc/translations/mr.po | 1465 +- doc/translations/nb.po | 69345 +++++++++++++++++++++++++++++++++ doc/translations/nl.po | 1465 +- doc/translations/pl.po | 1489 +- doc/translations/pt_BR.po | 1638 +- doc/translations/ro.po | 1465 +- doc/translations/ru.po | 1857 +- doc/translations/sk.po | 1465 +- doc/translations/sr_Cyrl.po | 1465 +- doc/translations/sv.po | 69336 ++++++++++++++++++++++++++++++++ doc/translations/th.po | 1465 +- doc/translations/tr.po | 1465 +- doc/translations/uk.po | 1465 +- doc/translations/vi.po | 1465 +- doc/translations/zh_CN.po | 6109 +-- doc/translations/zh_TW.po | 1465 +- editor/SCsub | 2 +- 37 files changed, 238719 insertions(+), 24468 deletions(-) create mode 100644 doc/translations/et.po create mode 100644 doc/translations/nb.po create mode 100644 doc/translations/sv.po diff --git a/doc/translations/ar.po b/doc/translations/ar.po index fdf08d3d61..851d1f9b1a 100644 --- a/doc/translations/ar.po +++ b/doc/translations/ar.po @@ -11,12 +11,14 @@ # Kareem Abduljaleel , 2021. # Deleted User , 2021. # xX-Void-Xx , 2021. +# Alaa alden Aldroubi , 2021. +# يزن حمزه , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-07-22 15:34+0000\n" -"Last-Translator: xX-Void-Xx \n" +"PO-Revision-Date: 2021-10-31 13:40+0000\n" +"Last-Translator: يزن حمزه \n" "Language-Team: Arabic \n" "Language: ar\n" @@ -25,45 +27,45 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Generator: Weblate 4.7.2-dev\n" +"X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "الوصف" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "دورات تعليمية" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "خاصيات" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "الطُرق" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "خصائص الثِمة" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "الإشارات" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "التعدادات" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "الثوابت" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "أوصاف المُلكية" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "أوصاف الدوال" @@ -117,11 +119,10 @@ msgstr "" "و1.\n" "[codeblock]\n" "(red = ColorN(\"red\", 1\n" -"[/codeblock]\n" +"[codeblock/]\n" "أسماء الألوان المدعومة هي نفس الثوابت المعرّفة في [Color]." #: modules/gdscript/doc_classes/@GDScript.xml:45 -#, fuzzy msgid "" "Returns the absolute value of parameter [code]s[/code] (i.e. positive " "value).\n" @@ -6293,21 +6294,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6315,7 +6320,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6326,7 +6331,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6334,41 +6339,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6376,61 +6381,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6445,7 +6450,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6454,7 +6459,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6463,7 +6468,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6480,29 +6485,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6541,21 +6546,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6563,7 +6572,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6574,7 +6583,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6582,14 +6591,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6597,21 +6606,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6626,7 +6635,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6641,7 +6650,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6650,7 +6659,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6659,7 +6668,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6678,7 +6687,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10263,7 +10272,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10462,19 +10472,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11319,26 +11341,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12811,80 +12840,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12928,49 +12973,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14745,26 +14797,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19998,7 +20057,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20125,7 +20185,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21160,8 +21220,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27774,16 +27837,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27791,7 +27856,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27799,73 +27864,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27875,7 +27940,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27885,7 +27950,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27896,7 +27961,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27904,7 +27969,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27912,7 +27977,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27921,21 +27986,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27944,25 +28009,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27970,7 +28035,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27978,7 +28043,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27986,7 +28051,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27994,7 +28059,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28002,7 +28067,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28012,7 +28077,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28022,7 +28087,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28033,31 +28098,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28072,55 +28137,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28345,6 +28410,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28356,7 +28432,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28366,7 +28442,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28378,7 +28454,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28386,17 +28462,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28406,7 +28482,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28415,53 +28491,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28469,7 +28545,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28478,17 +28554,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28501,7 +28577,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28513,7 +28589,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28523,7 +28599,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28534,13 +28610,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28548,19 +28624,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28569,7 +28645,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28582,12 +28658,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28602,7 +28687,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28612,11 +28697,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28630,7 +28742,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28643,34 +28755,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28678,83 +28790,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28762,23 +28874,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32037,14 +32149,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32537,26 +32656,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37174,26 +37300,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42290,27 +42423,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42342,6 +42475,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42378,11 +42519,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42414,7 +42555,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43681,18 +43822,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43700,7 +43829,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43710,13 +43839,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43730,14 +43874,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43746,7 +43890,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43754,7 +43898,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43770,20 +43914,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43791,75 +43935,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43869,7 +44013,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43879,27 +44023,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43907,81 +44051,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43989,109 +44133,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44102,91 +44246,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44195,13 +44339,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44211,7 +44355,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44219,19 +44363,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44245,45 +44389,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44292,7 +44436,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44303,7 +44447,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44319,14 +44463,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44334,49 +44478,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44385,7 +44529,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44393,7 +44537,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44401,7 +44545,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44411,7 +44555,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44420,7 +44564,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44429,7 +44573,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44439,7 +44583,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44447,7 +44591,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44457,7 +44601,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44467,7 +44611,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44475,7 +44619,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44484,7 +44628,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44492,7 +44636,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44504,477 +44648,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44982,92 +45126,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45077,33 +45221,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45116,7 +45260,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45128,7 +45272,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45140,7 +45284,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45153,7 +45297,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45161,28 +45305,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45192,25 +45336,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45223,7 +45367,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45235,7 +45379,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45247,7 +45391,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45260,13 +45404,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45274,11 +45418,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45292,7 +45436,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45301,7 +45445,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45317,7 +45461,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45327,7 +45471,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45337,7 +45481,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45348,7 +45492,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45358,7 +45502,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45366,7 +45510,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45377,7 +45521,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45392,7 +45536,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45401,13 +45545,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45416,7 +45560,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45426,7 +45570,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45438,7 +45582,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45448,24 +45592,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45474,7 +45618,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45482,7 +45626,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45491,7 +45635,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45501,7 +45645,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45509,31 +45653,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45541,7 +45685,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45551,46 +45695,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45598,7 +45749,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45608,7 +45759,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45617,7 +45768,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45626,20 +45777,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45648,7 +45799,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45656,7 +45807,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45665,7 +45816,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45675,20 +45826,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45697,13 +45848,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45713,46 +45864,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45762,7 +45913,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45774,7 +45925,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45782,7 +45933,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45790,7 +45941,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45799,7 +45950,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45813,7 +45964,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45823,7 +45974,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45832,7 +45983,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45842,54 +45993,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45900,61 +46051,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45965,7 +46116,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45974,26 +46125,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46004,20 +46155,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46029,52 +46180,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46082,7 +46233,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46092,10 +46243,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46104,10 +46255,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46116,10 +46267,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46128,10 +46279,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46140,10 +46291,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57512,26 +57663,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/ca.po b/doc/translations/ca.po index 3c108f984b..b8cdfc18a0 100644 --- a/doc/translations/ca.po +++ b/doc/translations/ca.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-10-10 14:03+0000\n" +"PO-Revision-Date: 2021-10-21 10:30+0000\n" "Last-Translator: Xavier Gomez \n" "Language-Team: Catalan \n" @@ -21,44 +21,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Descripció" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Tutorials" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Propietats" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Mètodes" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Propietats del tema" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Senyals" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Enumeracions" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Constants" -#: doc/tools/makerst.py -#, fuzzy +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Descripcions de la Propietat" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Descripcions dels Mètodes" @@ -92,10 +91,10 @@ msgstr "" "Retorna un color construït a partir dels nombres enters dels canals " "vermells, verds, blaus i alfa. Cada canal ha de tenir 8 bits d'informació " "que van del 0 al 255.\n" -"[code] la xarxa R8 [/code]\n" -"[code] G8 [/code] canal verd\n" -"[code] B8 [/code] canal blau\n" -"[code] A8 [/code] canal alfa\n" +"[code]r8[/code] canal vermell\n" +"[code]g8[/code] canal verd\n" +"[code]b8[/code] canal blau\n" +"[code]a8[/code] canal alfa\n" "[codeblock]\n" "vermell = Color8(255, 0, 0)\n" "[/codeblock]" @@ -164,12 +163,12 @@ msgid "" msgstr "" "Retorna l'arc de sinus de [code]s[/code] en radians. S'utilitza per a " "obtenir l'angle de sinus [code]s[/code]. [code]s[/code] ha d'estar entre " -"[code]-1.0[/ code] i [code]1.0[/code] (inclòs), en cas contrari, [method " +"[code]-1.0[/code] i [code]1.0[/code] (inclòs), en cas contrari, [method " "asin] retornarà [constant NAN].\n" "[codeblock]\n" "# s és 0.523599 o 30 graus si es converteix amb rad2deg(s)\n" "s = asin(0.5)\n" -"[/ codeblock]" +"[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:78 msgid "" @@ -3671,22 +3670,20 @@ msgstr "" #: doc/classes/Rect2.xml:12 doc/classes/Transform.xml:11 #: doc/classes/Transform2D.xml:11 doc/classes/Vector2.xml:11 #: doc/classes/Vector3.xml:11 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/math/index.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/math/index.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/math/index.html" #: doc/classes/AABB.xml:13 doc/classes/Rect2.xml:13 doc/classes/Vector2.xml:12 #: doc/classes/Vector3.xml:12 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/math/vector_math.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/math/index.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/math/vector_math.html" #: doc/classes/AABB.xml:14 doc/classes/Rect2.xml:14 doc/classes/Vector2.xml:13 #: doc/classes/Vector3.xml:13 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/math/vectors_advanced.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/math/index.html" +msgstr "" +"https://docs.godotengine.org/en/3.4/tutorials/math/vectors_advanced.html" #: doc/classes/AABB.xml:22 msgid "Constructs an [AABB] from a position and size." @@ -4013,10 +4010,10 @@ msgstr "" #: doc/classes/AnimatedSprite.xml:11 doc/classes/AnimatedSprite3D.xml:10 #: doc/classes/AnimationPlayer.xml:13 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_sprite_animation.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/2d/2d_transforms.html" +msgstr "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_sprite_animation.html" #: doc/classes/AnimatedSprite.xml:12 doc/classes/Area2D.xml:11 #: doc/classes/AudioStreamPlayer.xml:12 doc/classes/Button.xml:24 @@ -4025,9 +4022,9 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/2d/2d_transforms.html" #: doc/classes/InputEvent.xml:12 doc/classes/InputEventAction.xml:11 #: doc/classes/Label.xml:12 doc/classes/Particles2D.xml:15 #: doc/classes/Timer.xml:11 doc/classes/VisibilityNotifier2D.xml:12 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/515" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_sprite_animation.html" #: doc/classes/AnimatedSprite.xml:18 doc/classes/AnimatedSprite3D.xml:16 msgid "Returns [code]true[/code] if an animation is currently being played." @@ -4241,9 +4238,9 @@ msgid "" msgstr "" #: doc/classes/Animation.xml:20 doc/classes/AnimationPlayer.xml:12 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/animation/index.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/animation/index.html" +msgstr "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_sprite_animation.html" #: doc/classes/Animation.xml:28 msgid "Adds a track to the Animation." @@ -4690,12 +4687,10 @@ msgstr "" #: doc/classes/AnimationNodeTimeSeek.xml:21 #: doc/classes/AnimationNodeTransition.xml:10 doc/classes/AnimationTree.xml:11 #: doc/classes/AnimationTreePlayer.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/animation/animation_tree.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree." -"html" +"https://docs.godotengine.org/en/3.4/tutorials/animation/animation_tree.html" #: doc/classes/AnimationNode.xml:18 msgid "" @@ -4894,9 +4889,8 @@ msgstr "" #: doc/classes/Quat.xml:13 doc/classes/Skeleton.xml:13 #: doc/classes/SpotLight.xml:12 doc/classes/StaticBody.xml:12 #: doc/classes/WorldEnvironment.xml:15 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/678" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/678" #: doc/classes/AnimationNodeAnimation.xml:4 msgid "Input animation to use in an [AnimationNodeBlendTree]." @@ -4919,9 +4913,8 @@ msgstr "" #: doc/classes/KinematicBody.xml:14 doc/classes/Mesh.xml:12 #: doc/classes/MeshInstance.xml:12 doc/classes/MeshLibrary.xml:11 #: doc/classes/ProjectSettings.xml:14 doc/classes/Transform.xml:15 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/125" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/125" #: doc/classes/AnimationNodeAnimation.xml:18 msgid "" @@ -6317,27 +6310,30 @@ msgstr "" #: doc/classes/Area.xml:11 doc/classes/QuadMesh.xml:10 #: doc/classes/Viewport.xml:17 doc/classes/ViewportTexture.xml:11 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/127" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/127" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6345,7 +6341,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6356,7 +6352,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6364,41 +6360,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6406,61 +6402,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6475,7 +6471,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6484,7 +6480,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6493,7 +6489,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6510,29 +6506,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6550,42 +6546,43 @@ msgid "" msgstr "" #: doc/classes/Area2D.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/physics/using_area_2d.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/physics/using_area_2d.html" +"https://docs.godotengine.org/en/3.4/tutorials/physics/using_area_2d.html" #: doc/classes/Area2D.xml:12 doc/classes/CollisionShape2D.xml:12 #: doc/classes/RectangleShape2D.xml:10 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/121" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/121" #: doc/classes/Area2D.xml:13 doc/classes/Camera2D.xml:12 #: doc/classes/KinematicBody2D.xml:15 doc/classes/TileMap.xml:12 #: doc/classes/TileSet.xml:12 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/120" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/120" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6593,7 +6590,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6604,7 +6601,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6612,14 +6609,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6627,21 +6624,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6656,7 +6653,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6671,7 +6668,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6680,7 +6677,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6689,7 +6686,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6708,7 +6705,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -7145,12 +7142,11 @@ msgid "" msgstr "" #: doc/classes/ArrayMesh.xml:29 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/content/procedural_geometry/" "arraymesh.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/content/procedural_geometry/" +"https://docs.godotengine.org/en/3.4/tutorials/content/procedural_geometry/" "arraymesh.html" #: doc/classes/ArrayMesh.xml:36 @@ -7457,9 +7453,8 @@ msgstr "" #: doc/classes/ARVRCamera.xml:11 doc/classes/ARVRController.xml:12 #: doc/classes/ARVRInterface.xml:11 doc/classes/ARVROrigin.xml:13 #: doc/classes/ARVRPositionalTracker.xml:12 doc/classes/ARVRServer.xml:10 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/vr/index.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/vr/index.html" #: doc/classes/ARVRController.xml:4 msgid "A spatial node representing a spatially-tracked controller." @@ -8582,9 +8577,8 @@ msgstr "" #: doc/classes/AudioEffect.xml:10 doc/classes/AudioEffectRecord.xml:11 #: doc/classes/AudioServer.xml:12 doc/classes/AudioStream.xml:12 #: doc/classes/AudioStreamPlayer.xml:15 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/527" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/527" #: doc/classes/AudioEffectAmplify.xml:4 msgid "" @@ -8885,10 +8879,8 @@ msgstr "" #: doc/classes/AudioEffectFilter.xml:10 #: doc/classes/AudioEffectHighShelfFilter.xml:9 #: doc/classes/AudioEffectLowShelfFilter.xml:9 doc/classes/AudioServer.xml:10 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_buses.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/audio/audio_buses.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_buses.html" #: doc/classes/AudioEffectDistortion.xml:18 msgid "Distortion power. Value can range from 0 to 1." @@ -9278,12 +9270,11 @@ msgid "" msgstr "" #: doc/classes/AudioEffectRecord.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/audio/" "recording_with_microphone.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/audio/" +"https://docs.godotengine.org/en/3.4/tutorials/audio/" "recording_with_microphone.html" #: doc/classes/AudioEffectRecord.xml:17 @@ -9422,15 +9413,13 @@ msgid "" msgstr "" #: doc/classes/AudioServer.xml:11 doc/classes/AudioStreamPlayer.xml:13 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/525" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/525" #: doc/classes/AudioServer.xml:13 doc/classes/AudioStream.xml:13 #: doc/classes/AudioStreamPlayer.xml:16 doc/classes/CanvasItem.xml:17 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/528" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/528" #: doc/classes/AudioServer.xml:20 msgid "Adds a bus at [code]at_position[/code]." @@ -9657,17 +9646,14 @@ msgstr "" #: doc/classes/AudioStream.xml:10 doc/classes/AudioStreamPlayer.xml:11 #: doc/classes/AudioStreamPlayer2D.xml:12 #: doc/classes/AudioStreamPlayer3D.xml:13 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_streams.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/audio/audio_streams.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_streams.html" #: doc/classes/AudioStream.xml:11 doc/classes/AudioStreamGenerator.xml:12 #: doc/classes/AudioStreamGeneratorPlayback.xml:10 #: doc/classes/AudioStreamPlayback.xml:10 doc/classes/AudioStreamPlayer.xml:14 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/526" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/526" #: doc/classes/AudioStream.xml:19 msgid "Returns the length of the audio stream in seconds." @@ -10283,16 +10269,15 @@ msgid "" msgstr "" #: doc/classes/BakedLightmap.xml:11 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/baked_lightmaps.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/using_gridmaps.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/3d/baked_lightmaps.html" #: doc/classes/BakedLightmap.xml:19 msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10490,19 +10475,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -10707,26 +10704,22 @@ msgstr "" #: doc/classes/Basis.xml:14 doc/classes/Transform.xml:12 #: doc/classes/Transform2D.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/math/matrices_and_transforms." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/math/" -"matrices_and_transforms.html" +"https://docs.godotengine.org/en/3.4/tutorials/math/matrices_and_transforms." +"html" #: doc/classes/Basis.xml:15 doc/classes/Transform.xml:13 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms.html" #: doc/classes/Basis.xml:16 doc/classes/Line2D.xml:11 #: doc/classes/Transform.xml:14 doc/classes/Transform2D.xml:13 #: doc/classes/Vector2.xml:15 doc/classes/Vector3.xml:15 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/584" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/584" #: doc/classes/Basis.xml:18 doc/classes/CylinderShape.xml:12 #: doc/classes/Dictionary.xml:88 doc/classes/DynamicFont.xml:18 @@ -10737,15 +10730,13 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/StaticBody.xml:13 doc/classes/SurfaceTool.xml:22 #: doc/classes/TextureButton.xml:12 doc/classes/TextureRect.xml:11 #: doc/classes/Thread.xml:13 doc/classes/VBoxContainer.xml:10 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/676" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/676" #: doc/classes/Basis.xml:19 doc/classes/Line2D.xml:12 #: doc/classes/Transform.xml:16 doc/classes/Transform2D.xml:14 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/583" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/583" #: doc/classes/Basis.xml:26 msgid "Constructs a pure rotation basis matrix from the given quaternion." @@ -11223,17 +11214,15 @@ msgstr "" #: doc/classes/CylinderShape.xml:11 doc/classes/ProjectSettings.xml:13 #: doc/classes/RigidBody.xml:16 doc/classes/SphereShape.xml:10 #: doc/classes/StaticBody.xml:11 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/675" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/675" #: doc/classes/BoxShape.xml:11 doc/classes/CollisionShape.xml:11 #: modules/gridmap/doc_classes/GridMap.xml:16 doc/classes/KinematicBody.xml:13 #: doc/classes/Mesh.xml:11 doc/classes/MeshInstance.xml:11 #: doc/classes/MeshLibrary.xml:10 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/126" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/126" #: doc/classes/BoxShape.xml:18 msgid "" @@ -11275,9 +11264,8 @@ msgstr "" #: doc/classes/GridContainer.xml:12 doc/classes/OS.xml:10 #: doc/classes/PoolStringArray.xml:11 doc/classes/ProjectSettings.xml:15 #: doc/classes/ResourceLoader.xml:11 doc/classes/RichTextLabel.xml:17 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/677" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/677" #: doc/classes/Button.xml:31 msgid "" @@ -11347,26 +11335,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -11700,15 +11695,13 @@ msgstr "" #: doc/classes/Camera2D.xml:13 doc/classes/TileMap.xml:13 #: doc/classes/TileSet.xml:13 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/112" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/112" #: doc/classes/Camera2D.xml:14 doc/classes/Environment.xml:18 #: doc/classes/WorldEnvironment.xml:14 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/110" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/110" #: doc/classes/Camera2D.xml:20 msgid "Aligns the camera to the tracked node." @@ -12122,17 +12115,15 @@ msgstr "" #: doc/classes/CanvasItem.xml:15 doc/classes/CanvasLayer.xml:10 #: doc/classes/InputEvent.xml:11 doc/classes/Viewport.xml:15 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_transforms.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/2d/2d_transforms.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_transforms.html" #: doc/classes/CanvasItem.xml:16 doc/classes/Control.xml:18 #: doc/classes/Node2D.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/2d/custom_drawing_in_2d.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/2d/custom_drawing_in_2d.html" +"https://docs.godotengine.org/en/3.4/tutorials/2d/custom_drawing_in_2d.html" #: doc/classes/CanvasItem.xml:23 msgid "" @@ -12606,9 +12597,8 @@ msgid "" msgstr "" #: doc/classes/CanvasLayer.xml:11 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/canvas_layers.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/2d/canvas_layers.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/2d/canvas_layers.html" #: doc/classes/CanvasLayer.xml:18 msgid "Returns the RID of the canvas used by this layer." @@ -12739,12 +12729,11 @@ msgstr "" #: doc/classes/CharFXTransform.xml:10 doc/classes/RichTextEffect.xml:16 #: doc/classes/RichTextLabel.xml:15 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/gui/bbcode_in_richtextlabel." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/gui/bbcode_in_richtextlabel." +"https://docs.godotengine.org/en/3.4/tutorials/gui/bbcode_in_richtextlabel." "html" #: doc/classes/CharFXTransform.xml:11 doc/classes/RichTextEffect.xml:17 @@ -12835,80 +12824,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12952,49 +12957,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -13635,13 +13647,12 @@ msgstr "" #: doc/classes/PhysicsBody2D.xml:10 doc/classes/PhysicsDirectBodyState.xml:10 #: doc/classes/PhysicsDirectSpaceState.xml:10 doc/classes/RigidBody.xml:14 #: doc/classes/Shape.xml:10 doc/classes/Shape2D.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/physics/" -"physics_introduction.html" +"https://docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html" #: doc/classes/CollisionShape.xml:19 msgid "" @@ -13680,9 +13691,8 @@ msgstr "" #: doc/classes/CollisionShape2D.xml:13 doc/classes/KinematicBody2D.xml:14 #: doc/classes/RectangleShape2D.xml:11 doc/classes/TileMap.xml:17 #: doc/classes/TileSet.xml:17 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/113" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/113" #: doc/classes/CollisionShape2D.xml:19 msgid "" @@ -13727,19 +13737,16 @@ msgid "" msgstr "" #: doc/classes/Color.xml:14 doc/classes/ColorPickerButton.xml:13 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/517" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/517" #: doc/classes/Color.xml:15 doc/classes/ColorPicker.xml:11 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/146" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/146" #: doc/classes/Color.xml:16 doc/classes/ColorPickerButton.xml:12 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/133" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/133" #: doc/classes/Color.xml:23 msgid "" @@ -14769,26 +14776,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -15186,22 +15200,18 @@ msgid "" msgstr "" #: doc/classes/Control.xml:17 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/gui/index.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/gui/index.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/gui/index.html" #: doc/classes/Control.xml:19 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/gui/control_node_gallery.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/gui/index.html" +msgstr "" +"https://docs.godotengine.org/en/3.4/tutorials/gui/control_node_gallery.html" #: doc/classes/Control.xml:20 -#, fuzzy msgid "https://github.com/godotengine/godot-demo-projects/tree/master/gui" -msgstr "" -"https://github.com/godotengine/godot-demo-projects/tree/master/audio/" -"generator" +msgstr "https://github.com/godotengine/godot-demo-projects/tree/master/gui" #: doc/classes/Control.xml:26 msgid "" @@ -17226,11 +17236,10 @@ msgid "" msgstr "" #: doc/classes/CPUParticles2D.xml:12 doc/classes/Particles2D.xml:14 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/2d/particle_systems_2d.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/2d/particle_systems_2d.html" +"https://docs.godotengine.org/en/3.4/tutorials/2d/particle_systems_2d.html" #: doc/classes/CPUParticles2D.xml:19 msgid "" @@ -17941,13 +17950,12 @@ msgid "" msgstr "" #: modules/mono/doc_classes/CSharpScript.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/scripting/c_sharp/index." "html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/scripting/c_sharp/" -"index.html" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/c_sharp/index." +"html" #: modules/mono/doc_classes/CSharpScript.xml:18 #: modules/gdnative/doc_classes/PluginScript.xml:13 @@ -18827,12 +18835,11 @@ msgid "" msgstr "" #: doc/classes/Dictionary.xml:87 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" "gdscript_basics.html#dictionary" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" "gdscript_basics.html#dictionary" #: doc/classes/Dictionary.xml:94 @@ -18928,11 +18935,10 @@ msgstr "" #: doc/classes/DirectionalLight.xml:10 doc/classes/Light.xml:10 #: doc/classes/OmniLight.xml:11 doc/classes/SpotLight.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/3d/lights_and_shadows.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/lights_and_shadows.html" +"https://docs.godotengine.org/en/3.4/tutorials/3d/lights_and_shadows.html" #: doc/classes/DirectionalLight.xml:16 msgid "" @@ -19057,13 +19063,12 @@ msgid "" msgstr "" #: doc/classes/Directory.xml:28 doc/classes/File.xml:28 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/step_by_step/filesystem." "html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/step_by_step/" -"filesystem.html" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/filesystem." +"html" #: doc/classes/Directory.xml:35 msgid "" @@ -20018,7 +20023,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20064,13 +20070,12 @@ msgid "" msgstr "" #: doc/classes/EditorImportPlugin.xml:51 doc/classes/ResourceImporter.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/import_plugins." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/plugins/editor/" -"import_plugins.html" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/import_plugins." +"html" #: doc/classes/EditorImportPlugin.xml:58 msgid "" @@ -20145,7 +20150,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -20246,13 +20251,12 @@ msgid "" msgstr "" #: doc/classes/EditorInspectorPlugin.xml:16 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" "inspector_plugins.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/plugins/editor/" -"import_plugins.html" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" +"inspector_plugins.html" #: doc/classes/EditorInspectorPlugin.xml:23 msgid "Adds a custom control, which is not necessarily a property editor." @@ -20506,10 +20510,9 @@ msgid "" msgstr "" #: doc/classes/EditorPlugin.xml:10 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/index.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/plugins/editor/index.html" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/index.html" #: doc/classes/EditorPlugin.xml:18 msgid "" @@ -21180,8 +21183,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -21362,12 +21368,11 @@ msgid "" msgstr "" #: doc/classes/EditorScenePostImport.xml:29 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" "importing_scenes.html#custom-script" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/workflow/assets/" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" "importing_scenes.html#custom-script" #: doc/classes/EditorScenePostImport.xml:35 @@ -21783,13 +21788,12 @@ msgid "" msgstr "" #: doc/classes/EditorSpatialGizmoPlugin.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/spatial_gizmos." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/plugins/editor/" -"spatial_gizmos.html" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/spatial_gizmos." +"html" #: doc/classes/EditorSpatialGizmoPlugin.xml:18 msgid "" @@ -22299,27 +22303,24 @@ msgid "" msgstr "" #: doc/classes/Environment.xml:15 doc/classes/WorldEnvironment.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/3d/" "environment_and_post_processing.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/" +"https://docs.godotengine.org/en/3.4/tutorials/3d/" "environment_and_post_processing.html" #: doc/classes/Environment.xml:16 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/3d/high_dynamic_range.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/high_dynamic_range.html" +"https://docs.godotengine.org/en/3.4/tutorials/3d/high_dynamic_range.html" #: doc/classes/Environment.xml:17 doc/classes/Material.xml:10 #: doc/classes/Mesh.xml:10 doc/classes/MeshInstance.xml:10 #: doc/classes/WorldEnvironment.xml:13 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/123" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/123" #: doc/classes/Environment.xml:26 msgid "" @@ -23820,22 +23821,20 @@ msgid "" msgstr "" #: modules/gdnative/doc_classes/GDNativeLibrary.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-c-" "example.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-c-" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-c-" "example.html" #: modules/gdnative/doc_classes/GDNativeLibrary.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-cpp-" "example.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-" -"cpp-example.html" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-cpp-" +"example.html" #: modules/gdnative/doc_classes/GDNativeLibrary.xml:17 msgid "" @@ -23907,13 +23906,12 @@ msgid "" msgstr "" #: modules/gdscript/doc_classes/GDScript.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/index." "html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/" -"index.html" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/index." +"html" #: modules/gdscript/doc_classes/GDScript.xml:17 msgid "Returns byte code for the script source code." @@ -24940,9 +24938,8 @@ msgid "" msgstr "" #: doc/classes/GIProbe.xml:13 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/gi_probes.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/3d/gi_probes.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/3d/gi_probes.html" #: doc/classes/GIProbe.xml:22 msgid "" @@ -25876,10 +25873,8 @@ msgid "" msgstr "" #: modules/gridmap/doc_classes/GridMap.xml:14 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/using_gridmaps.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/using_gridmaps.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/3d/using_gridmaps.html" #: modules/gridmap/doc_classes/GridMap.xml:22 msgid "Clear all cells." @@ -26477,22 +26472,20 @@ msgid "" msgstr "" #: doc/classes/HTTPClient.xml:16 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/networking/http_client_class." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/networking/" -"http_client_class.html" +"https://docs.godotengine.org/en/3.4/tutorials/networking/http_client_class." +"html" #: doc/classes/HTTPClient.xml:17 doc/classes/HTTPRequest.xml:71 #: doc/classes/StreamPeerSSL.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/networking/ssl_certificates." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/networking/ssl_certificates." +"https://docs.godotengine.org/en/3.4/tutorials/networking/ssl_certificates." "html" #: doc/classes/HTTPClient.xml:23 @@ -27272,13 +27265,12 @@ msgid "" msgstr "" #: doc/classes/HTTPRequest.xml:70 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/networking/http_request_class." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/networking/" -"http_request_class.html" +"https://docs.godotengine.org/en/3.4/tutorials/networking/http_request_class." +"html" #: doc/classes/HTTPRequest.xml:77 msgid "Cancels the current request." @@ -27425,13 +27417,12 @@ msgid "" msgstr "" #: doc/classes/Image.xml:12 doc/classes/ImageTexture.xml:31 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" "importing_images.html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/workflow/assets/" -"importing_scenes.html#custom-script" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" +"importing_images.html" #: doc/classes/Image.xml:21 msgid "" @@ -27791,16 +27782,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27808,7 +27801,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27816,73 +27809,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27892,7 +27885,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27902,7 +27895,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27913,7 +27906,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27921,7 +27914,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27929,7 +27922,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27938,21 +27931,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27961,25 +27954,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27987,7 +27980,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27995,7 +27988,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28003,7 +27996,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28011,7 +28004,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28019,7 +28012,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28029,7 +28022,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28039,7 +28032,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28050,31 +28043,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28089,55 +28082,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28334,9 +28327,8 @@ msgid "" msgstr "" #: doc/classes/Input.xml:10 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/inputs/index.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/inputs/index.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/inputs/index.html" #: doc/classes/Input.xml:20 msgid "" @@ -28361,6 +28353,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28372,7 +28375,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28382,7 +28385,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28394,7 +28397,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28402,17 +28405,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28422,7 +28425,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28431,53 +28434,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28485,7 +28488,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28494,17 +28497,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28517,7 +28520,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28529,7 +28532,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28539,7 +28542,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28550,13 +28553,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28564,19 +28567,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28585,7 +28588,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28598,12 +28601,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28618,7 +28630,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28628,11 +28640,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28646,7 +28685,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28659,34 +28698,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28694,83 +28733,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28778,23 +28817,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -28811,10 +28850,8 @@ msgstr "" #: doc/classes/InputEventMouse.xml:10 doc/classes/InputEventScreenDrag.xml:10 #: doc/classes/InputEventScreenTouch.xml:11 #: doc/classes/InputEventWithModifiers.xml:10 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/inputs/inputevent.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html" #: doc/classes/InputEvent.xml:20 msgid "" @@ -28926,12 +28963,10 @@ msgid "" msgstr "" #: doc/classes/InputEventAction.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#actions" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/inputs/inputevent." -"html#actions" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#actions" #: doc/classes/InputEventAction.xml:18 msgid "The action's name. Actions are accessed via this [String]." @@ -29116,12 +29151,11 @@ msgstr "" #: doc/classes/InputEventMouseButton.xml:10 #: doc/classes/InputEventMouseMotion.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/inputs/" "mouse_and_input_coordinates.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/inputs/" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/" "mouse_and_input_coordinates.html" #: doc/classes/InputEventMouseButton.xml:16 @@ -29287,12 +29321,10 @@ msgid "" msgstr "" #: doc/classes/InputMap.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#inputmap" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/inputs/inputevent." -"html#inputmap" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#inputmap" #: doc/classes/InputMap.xml:18 msgid "" @@ -30048,12 +30080,11 @@ msgid "" msgstr "" #: doc/classes/JavaScript.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/workflow/export/" "exporting_for_web.html#calling-javascript-from-script" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/workflow/export/" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/export/" "exporting_for_web.html#calling-javascript-from-script" #: doc/classes/JavaScript.xml:19 @@ -30164,13 +30195,12 @@ msgid "" msgstr "" #: doc/classes/JNISingleton.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/plugins/android/android_plugin." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/plugins/editor/" -"import_plugins.html" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/android/android_plugin." +"html" #: doc/classes/Joint.xml:4 msgid "Base class for all 3D joints." @@ -30185,9 +30215,8 @@ msgstr "" #: doc/classes/Joint.xml:10 doc/classes/RigidBody.xml:15 #: doc/classes/VehicleBody.xml:12 doc/classes/VehicleWheel.xml:11 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/524" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/524" #: doc/classes/Joint.xml:16 msgid "" @@ -30437,13 +30466,12 @@ msgid "" msgstr "" #: doc/classes/KinematicBody.xml:12 doc/classes/KinematicBody2D.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/physics/kinematic_character_2d." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/physics/" -"kinematic_character_2d.html" +"https://docs.godotengine.org/en/3.4/tutorials/physics/kinematic_character_2d." +"html" #: doc/classes/KinematicBody.xml:23 msgid "" @@ -30666,12 +30694,11 @@ msgid "" msgstr "" #: doc/classes/KinematicBody2D.xml:13 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/physics/" "using_kinematic_body_2d.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/physics/" +"https://docs.godotengine.org/en/3.4/tutorials/physics/" "using_kinematic_body_2d.html" #: doc/classes/KinematicBody2D.xml:22 @@ -31305,12 +31332,10 @@ msgid "" msgstr "" #: doc/classes/Light2D.xml:11 doc/classes/LightOccluder2D.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_lights_and_shadows.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/2d/2d_lights_and_shadows." -"html" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_lights_and_shadows.html" #: doc/classes/Light2D.xml:17 msgid "The Light2D's [Color]." @@ -32051,14 +32076,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32551,26 +32583,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -33143,9 +33182,8 @@ msgid "" msgstr "" #: doc/classes/MeshInstance2D.xml:10 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_meshes.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/2d/2d_meshes.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_meshes.html" #: doc/classes/MeshInstance2D.xml:16 msgid "The [Mesh] that will be drawn by the [MeshInstance2D]." @@ -33379,22 +33417,20 @@ msgid "" msgstr "" #: doc/classes/MultiMesh.xml:13 doc/classes/MultiMeshInstance.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" "animating_thousands_of_fish.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/vertex_animation/" +"https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" "animating_thousands_of_fish.html" #: doc/classes/MultiMesh.xml:14 doc/classes/MultiMeshInstance.xml:13 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/optimization/using_multimesh." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/optimization/" -"using_multimesh.html" +"https://docs.godotengine.org/en/3.4/tutorials/optimization/using_multimesh." +"html" #: doc/classes/MultiMesh.xml:20 msgid "" @@ -33539,13 +33575,12 @@ msgid "" msgstr "" #: doc/classes/MultiMeshInstance.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/3d/using_multi_mesh_instance." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/" -"using_multi_mesh_instance.html" +"https://docs.godotengine.org/en/3.4/tutorials/3d/using_multi_mesh_instance." +"html" #: doc/classes/MultiMeshInstance.xml:19 msgid "" @@ -33791,13 +33826,12 @@ msgstr "" #: doc/classes/Mutex.xml:10 doc/classes/Semaphore.xml:10 #: doc/classes/Thread.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/threads/using_multiple_threads." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/threads/" -"using_multiple_threads.html" +"https://docs.godotengine.org/en/3.4/tutorials/threads/using_multiple_threads." +"html" #: doc/classes/Mutex.xml:16 msgid "" @@ -33873,9 +33907,8 @@ msgid "" msgstr "" #: doc/classes/Navigation.xml:11 doc/classes/NavigationMesh.xml:10 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/124" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/124" #: doc/classes/Navigation.xml:18 doc/classes/Navigation2D.xml:18 msgid "" @@ -33955,9 +33988,8 @@ msgid "" msgstr "" #: doc/classes/Navigation2D.xml:11 doc/classes/NavigationPolygon.xml:27 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/117" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/117" #: doc/classes/Navigation2D.xml:25 msgid "" @@ -34387,12 +34419,11 @@ msgstr "" #: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:12 #: doc/classes/NetworkedMultiplayerPeer.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/networking/" "high_level_multiplayer.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/networking/" +"https://docs.godotengine.org/en/3.4/tutorials/networking/" "high_level_multiplayer.html" #: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:13 @@ -34638,9 +34669,8 @@ msgid "" msgstr "" #: doc/classes/NetworkedMultiplayerPeer.xml:12 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/537" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/537" #: doc/classes/NetworkedMultiplayerPeer.xml:18 msgid "" @@ -34930,18 +34960,16 @@ msgid "" msgstr "" #: doc/classes/Node.xml:20 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/step_by_step/" "scenes_and_nodes.html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/step_by_step/" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/" "scenes_and_nodes.html" #: doc/classes/Node.xml:21 -#, fuzzy msgid "https://github.com/godotengine/godot-demo-projects/" -msgstr "https://github.com/godotengine/tps-demo" +msgstr "https://github.com/godotengine/godot-demo-projects/" #: doc/classes/Node.xml:27 msgid "" @@ -35911,11 +35939,8 @@ msgid "" msgstr "" #: doc/classes/Node2D.xml:11 doc/classes/Vector2.xml:16 -#, fuzzy msgid "https://github.com/godotengine/godot-demo-projects/tree/master/2d" -msgstr "" -"https://github.com/godotengine/godot-demo-projects/tree/master/audio/" -"generator" +msgstr "https://github.com/godotengine/godot-demo-projects/tree/master/2d" #: doc/classes/Node2D.xml:18 msgid "Multiplies the current scale by the [code]ratio[/code] vector." @@ -36082,9 +36107,8 @@ msgstr "" #: doc/classes/NodePath.xml:26 doc/classes/PackedScene.xml:41 #: doc/classes/Panel.xml:10 doc/classes/PanelContainer.xml:10 #: doc/classes/TileMap.xml:16 doc/classes/TileSet.xml:16 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/520" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/520" #: doc/classes/NodePath.xml:33 msgid "" @@ -36297,22 +36321,20 @@ msgstr "" #: doc/classes/Object.xml:24 doc/classes/Reference.xml:13 #: doc/classes/Resource.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/workflow/best_practices/" "node_alternatives.html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/workflow/" -"best_practices/node_alternatives.html" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/best_practices/" +"node_alternatives.html" #: doc/classes/Object.xml:25 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" "gdscript_exports.html#advanced-exports" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/" -"gdscript_basics.html#dictionary" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_exports.html#advanced-exports" #: doc/classes/Object.xml:32 msgid "" @@ -37179,26 +37201,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -38877,15 +38906,13 @@ msgid "" msgstr "" #: doc/classes/Panel.xml:11 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/516" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/516" #: doc/classes/Panel.xml:12 doc/classes/Skeleton.xml:12 #: doc/classes/SkeletonIK.xml:29 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/523" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/523" #: doc/classes/Panel.xml:20 msgid "The style of this [Panel]." @@ -39032,12 +39059,11 @@ msgid "" msgstr "" #: doc/classes/Particles.xml:13 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" "controlling_thousands_of_fish.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/vertex_animation/" +"https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" "controlling_thousands_of_fish.html" #: doc/classes/Particles.xml:20 @@ -39898,10 +39924,8 @@ msgstr "" #: doc/classes/PhysicsDirectSpaceState.xml:11 doc/classes/RayCast.xml:14 #: doc/classes/RayCast2D.xml:14 doc/classes/World.xml:10 #: doc/classes/World2D.xml:10 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/physics/ray-casting.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/physics/ray-casting.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/physics/ray-casting.html" #: doc/classes/Physics2DDirectBodyState.xml:18 doc/classes/RigidBody2D.xml:30 msgid "Adds a constant directional force without affecting rotation." @@ -42272,27 +42296,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42324,6 +42348,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42360,11 +42392,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42396,7 +42428,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -42448,9 +42480,8 @@ msgstr "" #: doc/classes/PoolVector2Array.xml:11 doc/classes/TileMap.xml:15 #: doc/classes/TileSet.xml:15 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/519" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/519" #: doc/classes/PoolVector2Array.xml:18 msgid "" @@ -43662,18 +43693,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43681,7 +43700,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43691,13 +43710,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43711,14 +43745,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43727,7 +43761,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43735,7 +43769,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43751,20 +43785,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43772,75 +43806,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43850,7 +43884,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43860,27 +43894,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43888,81 +43922,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43970,109 +44004,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44083,91 +44117,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44176,13 +44210,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44192,7 +44226,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44200,19 +44234,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44226,45 +44260,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44273,7 +44307,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44284,7 +44318,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44300,14 +44334,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44315,49 +44349,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44366,7 +44400,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44374,7 +44408,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44382,7 +44416,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44392,7 +44426,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44401,7 +44435,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44410,7 +44444,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44420,7 +44454,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44428,7 +44462,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44438,7 +44472,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44448,7 +44482,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44456,7 +44490,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44465,7 +44499,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44473,7 +44507,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44485,477 +44519,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44963,92 +44997,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45058,33 +45092,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45097,7 +45131,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45109,7 +45143,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45121,7 +45155,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45134,7 +45168,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45142,28 +45176,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45173,25 +45207,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45204,7 +45238,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45216,7 +45250,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45228,7 +45262,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45241,13 +45275,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45255,11 +45289,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45273,7 +45307,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45282,7 +45316,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45298,7 +45332,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45308,7 +45342,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45318,7 +45352,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45329,7 +45363,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45339,7 +45373,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45347,7 +45381,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45358,7 +45392,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45373,7 +45407,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45382,13 +45416,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45397,7 +45431,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45407,7 +45441,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45419,7 +45453,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45429,24 +45463,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45455,7 +45489,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45463,7 +45497,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45472,7 +45506,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45482,7 +45516,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45490,31 +45524,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45522,7 +45556,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45532,46 +45566,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45579,7 +45620,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45589,7 +45630,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45598,7 +45639,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45607,20 +45648,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45629,7 +45670,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45637,7 +45678,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45646,7 +45687,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45656,20 +45697,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45678,13 +45719,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45694,46 +45735,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45743,7 +45784,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45755,7 +45796,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45763,7 +45804,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45771,7 +45812,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45780,7 +45821,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45794,7 +45835,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45804,7 +45845,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45813,7 +45854,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45823,54 +45864,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45881,61 +45922,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45946,7 +45987,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45955,26 +45996,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45985,20 +46026,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46010,52 +46051,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46063,7 +46104,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46073,10 +46114,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46085,10 +46126,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46097,10 +46138,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46109,10 +46150,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46121,10 +46162,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -46148,9 +46189,8 @@ msgstr "" #: doc/classes/QuadMesh.xml:11 doc/classes/Viewport.xml:19 #: doc/classes/ViewportTexture.xml:13 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/129" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/129" #: doc/classes/QuadMesh.xml:17 msgid "Offset of the generated Quad. Useful for particles." @@ -46177,12 +46217,11 @@ msgid "" msgstr "" #: doc/classes/Quat.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms." "html#interpolating-with-quaternions" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/using_transforms." +"https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms." "html#interpolating-with-quaternions" #: doc/classes/Quat.xml:20 @@ -46350,11 +46389,12 @@ msgid "" msgstr "" #: doc/classes/RandomNumberGenerator.xml:19 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/math/random_number_generation." "html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/math/index.html" +msgstr "" +"https://docs.godotengine.org/en/3.4/tutorials/math/random_number_generation." +"html" #: doc/classes/RandomNumberGenerator.xml:25 msgid "" @@ -46953,10 +46993,9 @@ msgid "" msgstr "" #: doc/classes/ReflectionProbe.xml:13 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/reflection_probes.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/reflection_probes.html" +"https://docs.godotengine.org/en/3.4/tutorials/3d/reflection_probes.html" #: doc/classes/ReflectionProbe.xml:19 msgid "" @@ -47330,13 +47369,12 @@ msgid "" msgstr "" #: doc/classes/Resource.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/step_by_step/resources." "html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/step_by_step/" -"resources.html" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/resources." +"html" #: doc/classes/Resource.xml:18 msgid "" @@ -47872,9 +47910,8 @@ msgid "" msgstr "" #: doc/classes/RichTextLabel.xml:16 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/132" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/132" #: doc/classes/RichTextLabel.xml:26 msgid "" @@ -48668,14 +48705,12 @@ msgid "" msgstr "" #: doc/classes/RigidBody2D.xml:15 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/119" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/119" #: doc/classes/RigidBody2D.xml:16 doc/classes/Sprite.xml:10 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/148" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/148" #: doc/classes/RigidBody2D.xml:23 msgid "" @@ -49249,13 +49284,12 @@ msgid "" msgstr "" #: doc/classes/RootMotionView.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree." "html#root-motion" msgstr "" "https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree." -"html" +"html#root-motion" #: doc/classes/RootMotionView.xml:17 msgid "Path to an [AnimationTree] node to use as a basis for root motion." @@ -49454,22 +49488,20 @@ msgid "" msgstr "" #: doc/classes/SceneTree.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scene_tree." "html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/step_by_step/" -"scene_tree.html" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scene_tree." +"html" #: doc/classes/SceneTree.xml:13 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/viewports/multiple_resolutions." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/viewports/" -"multiple_resolutions.html" +"https://docs.godotengine.org/en/3.4/tutorials/viewports/multiple_resolutions." +"html" #: doc/classes/SceneTree.xml:21 msgid "" @@ -49914,13 +49946,12 @@ msgid "" msgstr "" #: doc/classes/Script.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scripting." "html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/step_by_step/" -"scripting.html" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scripting." +"html" #: doc/classes/Script.xml:17 msgid "Returns [code]true[/code] if the script can be instanced." @@ -50219,17 +50250,15 @@ msgid "" msgstr "" #: doc/classes/Shader.xml:10 doc/classes/ShaderMaterial.xml:11 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/shading/index.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/shading/index.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/shading/index.html" #: doc/classes/Shader.xml:11 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/shading/your_first_shader/" "what_are_shaders.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/shading/your_first_shader/" +"https://docs.godotengine.org/en/3.4/tutorials/shading/your_first_shader/" "what_are_shaders.html" #: doc/classes/Shader.xml:18 @@ -50560,11 +50589,10 @@ msgid "" msgstr "" #: doc/classes/Skeleton2D.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/animation/2d_skeletons.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/animation/2d_skeletons.html" +"https://docs.godotengine.org/en/3.4/tutorials/animation/2d_skeletons.html" #: doc/classes/Skeleton2D.xml:17 msgid "" @@ -50870,10 +50898,8 @@ msgid "" msgstr "" #: doc/classes/SoftBody.xml:10 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/physics/soft_body.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/physics/soft_body.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/physics/soft_body.html" #: doc/classes/SoftBody.xml:44 msgid "Returns local translation of a vertex in the surface array." @@ -50957,18 +50983,14 @@ msgid "" msgstr "" #: doc/classes/Spatial.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/3d/introduction_to_3d.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/introduction_to_3d.html" +"https://docs.godotengine.org/en/3.4/tutorials/3d/introduction_to_3d.html" #: doc/classes/Spatial.xml:13 doc/classes/Vector3.xml:16 -#, fuzzy msgid "https://github.com/godotengine/godot-demo-projects/tree/master/3d" -msgstr "" -"https://github.com/godotengine/godot-demo-projects/tree/master/audio/" -"generator" +msgstr "https://github.com/godotengine/godot-demo-projects/tree/master/3d" #: doc/classes/Spatial.xml:25 msgid "" @@ -51271,10 +51293,8 @@ msgid "" msgstr "" #: doc/classes/SpatialMaterial.xml:10 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/spatial_material.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/3d/spatial_material.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/3d/spatial_material.html" #: doc/classes/SpatialMaterial.xml:17 msgid "Returns [code]true[/code], if the specified [enum Feature] is enabled." @@ -53289,12 +53309,11 @@ msgid "" msgstr "" #: doc/classes/String.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" "gdscript_format_string.html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" "gdscript_format_string.html" #: doc/classes/String.xml:17 @@ -56260,9 +56279,8 @@ msgid "" msgstr "" #: doc/classes/Theme.xml:11 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/gui/gui_skinning.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/gui/gui_skinning.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/gui/gui_skinning.html" #: doc/classes/Theme.xml:17 msgid "Clears all values on the theme." @@ -56630,12 +56648,10 @@ msgid "" msgstr "" #: doc/classes/Thread.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/threads/thread_safe_apis.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/threads/thread_safe_apis." -"html" +"https://docs.godotengine.org/en/3.4/tutorials/threads/thread_safe_apis.html" #: doc/classes/Thread.xml:19 msgid "" @@ -56710,15 +56726,12 @@ msgid "" msgstr "" #: doc/classes/TileMap.xml:11 doc/classes/TileSet.xml:11 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/using_tilemaps.html" -msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/2d/using_tilemaps.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/2d/using_tilemaps.html" #: doc/classes/TileMap.xml:14 doc/classes/TileSet.xml:14 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/111" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/111" #: doc/classes/TileMap.xml:23 msgid "Clears all cells." @@ -57492,26 +57505,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" @@ -57867,18 +57887,16 @@ msgid "" msgstr "" #: doc/classes/Translation.xml:10 doc/classes/TranslationServer.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/i18n/internationalizing_games." "html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/i18n/" -"internationalizing_games.html" +"https://docs.godotengine.org/en/3.4/tutorials/i18n/internationalizing_games." +"html" #: doc/classes/Translation.xml:11 doc/classes/TranslationServer.xml:11 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/i18n/locales.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/i18n/locales.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/i18n/locales.html" #: doc/classes/Translation.xml:18 msgid "Virtual method to override [method get_message]." @@ -59888,10 +59906,8 @@ msgid "" msgstr "" #: doc/classes/Variant.xml:53 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/development/cpp/variant_class.html" -msgstr "" -"https://docs.godotengine.org/en/latest/development/cpp/variant_class.html" +msgstr "https://docs.godotengine.org/en/3.4/development/cpp/variant_class.html" #: doc/classes/VBoxContainer.xml:4 msgid "Vertical box container." @@ -60791,29 +60807,24 @@ msgid "" msgstr "" #: doc/classes/Viewport.xml:16 -#, fuzzy msgid "https://docs.godotengine.org/en/3.4/tutorials/viewports/index.html" -msgstr "https://docs.godotengine.org/en/latest/tutorials/viewports/index.html" +msgstr "https://docs.godotengine.org/en/3.4/tutorials/viewports/index.html" #: doc/classes/Viewport.xml:18 doc/classes/ViewportTexture.xml:12 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/128" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/128" #: doc/classes/Viewport.xml:20 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/130" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/130" #: doc/classes/Viewport.xml:21 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/541" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/541" #: doc/classes/Viewport.xml:22 doc/classes/ViewportTexture.xml:14 -#, fuzzy msgid "https://godotengine.org/asset-library/asset/586" -msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" +msgstr "https://godotengine.org/asset-library/asset/586" #: doc/classes/Viewport.xml:28 msgid "" @@ -61634,13 +61645,12 @@ msgid "" msgstr "" #: modules/visual_script/doc_classes/VisualScript.xml:12 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/getting_started/scripting/visual_script/" "index.html" msgstr "" -"https://docs.godotengine.org/en/latest/getting_started/scripting/" -"visual_script/index.html" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/visual_script/" +"index.html" #: modules/visual_script/doc_classes/VisualScript.xml:19 msgid "Add a custom signal with the specified name to the VisualScript." @@ -63401,12 +63411,10 @@ msgid "" msgstr "" #: doc/classes/VisualServer.xml:18 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/optimization/using_servers.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/optimization/using_servers." -"html" +"https://docs.godotengine.org/en/3.4/tutorials/optimization/using_servers.html" #: doc/classes/VisualServer.xml:28 msgid "Sets images to be rendered in the window margin." @@ -66508,11 +66516,10 @@ msgid "" msgstr "" #: doc/classes/VisualShaderNode.xml:10 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/shading/visual_shaders.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/shading/visual_shaders.html" +"https://docs.godotengine.org/en/3.4/tutorials/shading/visual_shaders.html" #: doc/classes/VisualShaderNode.xml:16 msgid "" @@ -66955,12 +66962,11 @@ msgid "" msgstr "" #: doc/classes/VisualShaderNodeCustom.xml:16 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" "visual_shader_plugins.html" msgstr "" -"https://docs.godotengine.org/en/latest/tutorials/plugins/editor/" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" "visual_shader_plugins.html" #: doc/classes/VisualShaderNodeCustom.xml:22 @@ -67301,12 +67307,11 @@ msgid "" msgstr "" #: doc/classes/VisualShaderNodeInput.xml:9 -#, fuzzy msgid "" "https://docs.godotengine.org/en/3.4/tutorials/shading/shading_reference/" "index.html" msgstr "" -"https://docs.godotengine.org/en/stable/tutorials/shading/shading_reference/" +"https://docs.godotengine.org/en/3.4/tutorials/shading/shading_reference/" "index.html" #: doc/classes/VisualShaderNodeInput.xml:20 @@ -67832,7 +67837,6 @@ msgid "Returns the arc-sine of the parameter." msgstr "" #: doc/classes/VisualShaderNodeVectorFunc.xml:50 -#, fuzzy msgid "Returns the inverse hyperbolic sine of the parameter." msgstr "Retorna el sinus hiperbòlic invers del paràmetre." diff --git a/doc/translations/classes.pot b/doc/translations/classes.pot index bc08fd3f2d..1a3b510515 100644 --- a/doc/translations/classes.pot +++ b/doc/translations/classes.pot @@ -14,43 +14,43 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "" @@ -6191,21 +6191,25 @@ msgstr "" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6213,7 +6217,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6224,7 +6228,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6232,41 +6236,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6274,61 +6278,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6343,7 +6347,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6352,7 +6356,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6361,7 +6365,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6378,29 +6382,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6435,21 +6439,25 @@ msgstr "" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6457,7 +6465,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6468,7 +6476,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6476,14 +6484,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6491,21 +6499,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6520,7 +6528,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6535,7 +6543,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6544,7 +6552,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6553,7 +6561,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6572,7 +6580,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10139,7 +10147,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10337,19 +10346,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11183,26 +11204,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12661,80 +12689,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12778,49 +12822,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14588,26 +14639,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19819,7 +19877,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -19943,7 +20002,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -20973,8 +21032,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27548,16 +27610,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27565,7 +27629,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27573,73 +27637,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27649,7 +27713,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27659,7 +27723,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27670,7 +27734,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27678,7 +27742,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27686,7 +27750,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27695,21 +27759,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27718,25 +27782,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27744,7 +27808,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27752,7 +27816,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27760,7 +27824,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27768,7 +27832,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27776,7 +27840,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27786,7 +27850,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27796,7 +27860,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27807,31 +27871,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27846,55 +27910,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28117,6 +28181,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28128,7 +28203,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28138,7 +28213,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28150,7 +28225,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28158,17 +28233,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28178,7 +28253,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28187,53 +28262,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28241,7 +28316,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28250,17 +28325,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28273,7 +28348,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28285,7 +28360,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28295,7 +28370,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28306,13 +28381,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28320,19 +28395,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28341,7 +28416,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28354,12 +28429,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28374,7 +28458,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28384,11 +28468,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28402,7 +28513,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28415,34 +28526,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28450,83 +28561,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28534,23 +28645,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31780,14 +31891,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32280,26 +32398,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -36875,26 +37000,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -41961,27 +42093,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42013,6 +42145,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42049,11 +42189,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42085,7 +42225,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43350,18 +43490,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43369,7 +43497,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43379,13 +43507,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43399,14 +43542,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43415,7 +43558,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43423,7 +43566,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43439,20 +43582,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43460,75 +43603,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43538,7 +43681,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43548,27 +43691,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43576,81 +43719,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43658,109 +43801,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43771,91 +43914,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -43864,13 +44007,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -43880,7 +44023,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -43888,19 +44031,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -43914,45 +44057,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -43961,7 +44104,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -43972,7 +44115,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -43988,14 +44131,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44003,49 +44146,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44054,7 +44197,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44062,7 +44205,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44070,7 +44213,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44080,7 +44223,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44089,7 +44232,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44098,7 +44241,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44108,7 +44251,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44116,7 +44259,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44126,7 +44269,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44136,7 +44279,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44144,7 +44287,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44153,7 +44296,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44161,7 +44304,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44173,477 +44316,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44651,92 +44794,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44746,33 +44889,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44785,7 +44928,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44797,7 +44940,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44809,7 +44952,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44822,7 +44965,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -44830,28 +44973,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -44861,25 +45004,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44892,7 +45035,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44904,7 +45047,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44916,7 +45059,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44929,13 +45072,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -44943,11 +45086,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -44961,7 +45104,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -44970,7 +45113,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -44986,7 +45129,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -44996,7 +45139,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45006,7 +45149,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45017,7 +45160,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45027,7 +45170,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45035,7 +45178,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45046,7 +45189,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45061,7 +45204,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45070,13 +45213,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45085,7 +45228,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45095,7 +45238,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45107,7 +45250,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45117,24 +45260,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45143,7 +45286,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45151,7 +45294,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45160,7 +45303,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45170,7 +45313,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45178,31 +45321,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45210,7 +45353,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45220,46 +45363,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45267,7 +45417,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45277,7 +45427,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45286,7 +45436,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45295,20 +45445,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45317,7 +45467,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45325,7 +45475,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45334,7 +45484,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45344,20 +45494,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45366,13 +45516,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45382,46 +45532,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45431,7 +45581,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45443,7 +45593,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45451,7 +45601,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45459,7 +45609,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45468,7 +45618,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45482,7 +45632,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45492,7 +45642,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45501,7 +45651,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45511,54 +45661,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45569,61 +45719,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45634,7 +45784,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45643,26 +45793,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45673,20 +45823,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45698,52 +45848,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45751,7 +45901,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45761,10 +45911,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45773,10 +45923,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45785,10 +45935,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -45797,10 +45947,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -45809,10 +45959,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57130,26 +57280,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/cs.po b/doc/translations/cs.po index 4fb544a0d3..b8efd526d8 100644 --- a/doc/translations/cs.po +++ b/doc/translations/cs.po @@ -10,12 +10,15 @@ # Pierre Stempin , 2020. # Václav Blažej , 2020. # ProfJack , 2021. +# Daniel , 2021. +# DomcaSuzi , 2021. +# Tomas Dostal , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-04-05 23:34+0000\n" -"Last-Translator: ProfJack \n" +"PO-Revision-Date: 2021-10-31 13:40+0000\n" +"Last-Translator: Tomas Dostal \n" "Language-Team: Czech \n" "Language: cs\n" @@ -23,51 +26,51 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 4.6-dev\n" +"X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Popis" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" -msgstr "Tutoriály" +msgstr "Návody" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Vlastnosti" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Metody" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Vlastnosti motivu" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Signály" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Výčty" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Konstanty" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Popisy vlastnosti" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Popisy metod" #: modules/gdscript/doc_classes/@GDScript.xml:4 msgid "Built-in GDScript functions." -msgstr "Vestvavěné funkce GDScriptu." +msgstr "Vestavěné funkce GDScriptu." #: modules/gdscript/doc_classes/@GDScript.xml:7 msgid "" @@ -119,7 +122,6 @@ msgstr "" "Podporované názvy barev jsou stejné jako konstanty definované v [Color]." #: modules/gdscript/doc_classes/@GDScript.xml:45 -#, fuzzy msgid "" "Returns the absolute value of parameter [code]s[/code] (i.e. positive " "value).\n" @@ -129,12 +131,10 @@ msgid "" msgstr "" "Vrátí absolutní hodnotu parametru [code]s[/code] (tj. kladná hodnota).\n" "[codeblock]\n" -"# a je 1\n" -"a = abs(-1)\n" +"a = abs(-1) # a je 1\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:55 -#, fuzzy msgid "" "Returns the arc cosine of [code]s[/code] in radians. Use to get the angle of " "cosine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " @@ -146,14 +146,15 @@ msgid "" "[/codeblock]" msgstr "" "Vrátí arcus funkce kosinus hodnoty [code]s[/code] v radiánech. Použijte pro " -"získání úhlu kosinu [code]s[/code].\n" +"získání úhlu kosinu [code]s[/code]. [code]s[/code] musí být mezi [code]-1.0[/" +"code] a [code]1.0[/code] (včetně), jinak [method acos] vrací [constant " +"NAN].\n" "[codeblock]\n" "# c je 0.523599 nebo 30 stupňů pokud je konvertováno pomocí rad2deg(s)\n" "c = acos(0.866025)\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:66 -#, fuzzy msgid "" "Returns the arc sine of [code]s[/code] in radians. Use to get the angle of " "sine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " @@ -165,14 +166,15 @@ msgid "" "[/codeblock]" msgstr "" "Vrátí arcus funkce sinus hodnoty [code]s[/code] v radiánech. Použijte pro " -"získání úhlu kosinu [code]s[/code].\n" +"získání úhlu kosinu [code]s[/code]. [code]s[/code] musí být mezi [code]-1.0[/" +"code] a [code]1.0[/code] (včetně), jinak [method asin] vrací [constant " +"NAN].\n" "[codeblock]\n" "# s je 0.523599 nebo 30 stupňů pokud je konvertováno pomocí rad2deg(s)\n" "s = asin(0.5)\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:78 -#, fuzzy msgid "" "Asserts that the [code]condition[/code] is [code]true[/code]. If the " "[code]condition[/code] is [code]false[/code], an error is generated. When " @@ -198,23 +200,27 @@ msgid "" "a message with clarifying details\n" "[/codeblock]" msgstr "" -"Potvrzuje, že [code]condition[/code] je [code]true[/code]. Pokud " -"[code]condition[/code] je [code]false[/code] výsledkem bude error a program " -"se zastaví dokud jej znovu nespustíme. Spustí se pouze v debug buildech, " -"nebo pokud spouštíme hru v editoru. Používejte tuto funkci pro debugování, " -"aby jste měli jistotu, že podmínka je [code]true[/code] v průběhu vývoje.\n" -"Volitelný [code]message[/code] argument, pokud je přidán, je ukázán navíc ke " -"generické \"Assertion failed\" zprávě. Toto můžete použít k poskytnutí " -"detailnějších informací ohledně neúspěšného potvrzení.\n" +"Potvrzuje, že [code]condition[/code] je [code]true[/code]. Pokud je " +"[code]condition[/code] [code]false[/code], výsledkem bude chyba. Při " +"spuštění z editoru bude spuštěný projekt rovněž pozastaven, dokud jej " +"neobnovíte. Může být použito jako důraznější forma [method push_error] pro " +"nahlášení chyb vývojářům projektu nebo uživatelům rozšíření.\n" +"[b]Poznámka:[/b] Z výkonnostních důvodů se kód uvnitř [method assert] " +"provádí pouze v ladících sestaveních nebo při spuštění projektu z editoru. " +"Do volání [method assert] nezařazujte kód, který má vedlejší účinky. Jinak " +"se projekt bude při exportu v režimu vydání chovat jinak.\n" +"Nepovinný argument [code]message[/code], je-li zadán, se zobrazí navíc k " +"obecné zprávě \"Assertion failed\". Můžete jej použít k uvedení dalších " +"podrobností o tom, proč tvrzení selhalo.\n" "[codeblock]\n" -"# Představme si, že vždy chceme, aby rychlost byla mezi 0 a 20\n" +"# Představme si, že vždy chceme, aby rychlost byla mezi 0 a 20.\n" "speed = -10\n" "assert(speed < 20) # True, program bude pokračovat\n" "assert(speed >= 0) # False, program se ukončí\n" "assert(speed >= 0 && speed < 20) # Můžete také skombinovat obě dvě podmínky " -"do jednoho ověření\n" +"do jednoho tvrzení\n" "assert(speed < 20, \"speed = %f, but the speed limit is 20\" % speed) # " -"Vypiště zprávu, která objasňuje detaily\n" +"Vypíše zprávu, která objasňuje detaily\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:95 @@ -238,7 +244,6 @@ msgstr "" "[/ codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:107 -#, fuzzy msgid "" "Returns the arc tangent of [code]y/x[/code] in radians. Use to get the angle " "of tangent [code]y/x[/code]. To compute the value, the method takes into " @@ -248,13 +253,12 @@ msgid "" "a = atan2(0, -1) # a is 3.141593\n" "[/codeblock]" msgstr "" -"Vrací arcus tangens [code]s[/code] v radianech. Používejte to abyste získali " -"úhel z tangens úhlu používaného v trigonometrii: [code]atan(tan(angle)) == " -"angle[/code].\n" -"Metoda nemůže vědět do kterého kvadrantu bude úhel zasahovat. Pokud chcete " -"přesný úhel použíjte funkci [method atan2].\n" +"Vrací arcus tangens [code]y/x[/code] v radiánech. Slouží k získání úhlu " +"tečny [code]y/x[/code]. Při výpočtu hodnoty metoda zohledňuje znaménko obou " +"argumentů, aby bylo možné určit kvadrant.\n" +"Důležitá poznámka: Souřadnice Y je podle konvence na prvním místě.\n" "[codeblock]\n" -"a = atan(0.5) # a is 0.463648\n" +"a = atan(0, -1) # a je 3.141593\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:119 @@ -283,7 +287,6 @@ msgstr "" "polární soustavy souřadnic (vzdálenost bodu od počátku a úhel)." #: modules/gdscript/doc_classes/@GDScript.xml:135 -#, fuzzy msgid "" "Rounds [code]s[/code] upward (towards positive infinity), returning the " "smallest whole number that is not less than [code]s[/code].\n" @@ -293,12 +296,13 @@ msgid "" "[/codeblock]\n" "See also [method floor], [method round], [method stepify], and [int]." msgstr "" -"Zaokrouhlí [code]s[/code] nahoru a vrátí nejmenší integrální hodnotu, která " -"není menší než hodnota [code]s[/code].\n" +"Zaokrouhlí [code]s[/code] nahoru (ke kladnému nekonečnu) a vrátí nejmenší " +"celočíselnou hodnotu, která není menší než [code]s[/code].\n" "[codeblock]\n" -"i = ceil(1.45) # i je 2\n" -"i = ceil(1.001) # i je 2\n" -"[/codeblock]" +"a = ceil(1.45) # a je 2.0\n" +"a = ceil(1.001) # a je 2.0\n" +"[/codeblock]\n" +"Viz také [method floor], [method round], [method stepify] a [int]." #: modules/gdscript/doc_classes/@GDScript.xml:147 msgid "" @@ -330,6 +334,13 @@ msgid "" "a = clamp(15, 1, 20) # a is 15\n" "[/codeblock]" msgstr "" +"Ořízne [code]value[/code] a vrátí hodnotu, která není menší než [code]min[/" +"code] a větší než [code]max[/code].\n" +"[codeblock]\n" +"a = clamp(1000, 1, 20) # a je 20\n" +"a = clamp(-10, 1, 20) # a je 1\n" +"a = clamp(15, 1, 20) # a je 15\n" +"[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:175 msgid "" @@ -344,9 +355,18 @@ msgid "" "print(a.length())\n" "[/codeblock]" msgstr "" +"Převádí z jednoho typu na jiný tím nejlepším možným způsobem. Parametr " +"[code]type[/code] používá hodnoty [enum Variant.Type].\n" +"[codeblock]\n" +"a = Vector2(1, 0)\n" +"# Vypíše 1\n" +"print(a.length())\n" +"a = convert(a, TYPE_STRING)\n" +"# Vypíše 6, protože \"(1, 0)\" má 6 znaků\n" +"print(a.length())\n" +"[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:190 -#, fuzzy msgid "" "Returns the cosine of angle [code]s[/code] in radians.\n" "[codeblock]\n" @@ -356,21 +376,20 @@ msgid "" msgstr "" "Vrací sinus úhlu [code]s[/code] v radiánech.\n" "[codeblock]\n" -"sin(0.523599) # Vrací 0.5\n" +"a = cos(TAU) # a je 1.0\n" +"a = cos(PI) # a je -1.0\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:201 -#, fuzzy msgid "" "Returns the hyperbolic cosine of [code]s[/code] in radians.\n" "[codeblock]\n" "print(cosh(1)) # Prints 1.543081\n" "[/codeblock]" msgstr "" -"Vrátí hyperbolickou kosinusoidu [code]s[/code] v radiánech.\n" +"Vrací hyperbolický kosinus [code]s[/code] v radiánech.\n" "[codeblock]\n" -"# Vypíše 1.543081\n" -"print(cosh(1))\n" +"print(cosh(1)) # Vypíše 1.543081\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:211 @@ -379,10 +398,9 @@ msgstr "Převede z decibelů na linearní energii (audio)." #: modules/gdscript/doc_classes/@GDScript.xml:218 msgid "Deprecated alias for [method step_decimals]." -msgstr "" +msgstr "Zastaralý alias pro [method step_decimals]." #: modules/gdscript/doc_classes/@GDScript.xml:227 -#, fuzzy msgid "" "[b]Note:[/b] [code]dectime[/code] has been deprecated and will be removed in " "Godot 4.0, please use [method move_toward] instead.\n" @@ -392,35 +410,33 @@ msgid "" "a = dectime(60, 10, 0.1)) # a is 59.0\n" "[/codeblock]" msgstr "" -"Vrátí výsledek [code]value[/code] snížený o [code]step[/code] * " +"[b]Poznámka:[/b] [code]dectime[/code] je zastaralý a bude odstraněn v Godot " +"4.0, místo toho prosím používejte [method move_toward].\n" +"Vrací výsledek [code]value[/code] snížený o [code]step[/code] * " "[code]amount[/code].\n" "[codeblock]\n" -"# a = 59\n" -"a = dectime(60, 10, 0.1))\n" +"a = dectime(60, 10, 0.1)) # a je 59.0\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:238 -#, fuzzy msgid "" "Converts an angle expressed in degrees to radians.\n" "[codeblock]\n" "r = deg2rad(180) # r is 3.141593\n" "[/codeblock]" msgstr "" -"Vrátí stupně převedené na radiány.\n" +"Převádí úhel vyjádřený ve stupních na radiány.\n" "[codeblock]\n" -"# r je 3.141593\n" -"r = deg2rad(180)\n" +"r = deg2rad(180) # r je 3.141593\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:248 -#, fuzzy msgid "" "Converts a dictionary (previously created with [method inst2dict]) back to " "an instance. Useful for deserializing." msgstr "" -"Převede dříve převedenou instanci na slovník, zpátky na instanci. Užitečné " -"při deserializaci." +"Převádí slovník (dříve vytvořený pomocí [method inst2dict]) zpět na " +"instanci. Užitečné při deserializaci." #: modules/gdscript/doc_classes/@GDScript.xml:256 msgid "" @@ -464,7 +480,6 @@ msgstr "" "[/ codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:286 -#, fuzzy msgid "" "Rounds [code]s[/code] downward (towards negative infinity), returning the " "largest whole number that is not more than [code]s[/code].\n" @@ -482,15 +497,14 @@ msgstr "" "největší celé číslo, které není větší než [code] s [/code].\n" "[codeblock]\n" "# a je 2,0\n" -"a = podlaha (2,99)\n" +"a = floor(2,99)\n" "# a je -3,0\n" -"a = podlaha (-2,99)\n" +"a = floor(-2,99)\n" "[/ codeblock]\n" "[b] Poznámka: [/b] Tato metoda vrací float. Pokud potřebujete celé číslo, " "můžete použít přímo [code] int (s) [/code]." #: modules/gdscript/doc_classes/@GDScript.xml:301 -#, fuzzy msgid "" "Returns the floating-point remainder of [code]a/b[/code], keeping the sign " "of [code]a[/code].\n" @@ -502,8 +516,7 @@ msgstr "" "Vrátí floatový zbytek operace [code]a/b[/code] a zachovává znaménko [code]a[/" "code].\n" "[codeblock]\n" -"# Zbytek je 1.5\n" -"var Zbytek = fmod(7, 5.5)\n" +"var Zbytek = fmod(7, 5.5) # Zbytek je 1.5\n" "[/codeblock]\n" "Pro celočíselný zbytek (integerový) používejte % operátor." @@ -712,6 +725,11 @@ msgid "" "magnitude of the numbers.\n" "Infinity values of the same sign are considered equal." msgstr "" +"Vrací [code]true[/code] pokud [code]a[/code] a [code]b[/code] se přibližně " +"rovnají.\n" +"Přibližně se myslí to, že [code]a[/code] a [code]b[/code] jsou v rozsahu " +"epsilon každého z nich, které se mění s rozsahem těchto čísel.\n" +"Nekonečné hodnoty stejného znaménka jsou považovány za rovny." #: modules/gdscript/doc_classes/@GDScript.xml:439 msgid "" @@ -6693,21 +6711,25 @@ msgstr "" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6715,7 +6737,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6726,7 +6748,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6734,41 +6756,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6776,61 +6798,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6845,7 +6867,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6854,7 +6876,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6863,7 +6885,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6880,29 +6902,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6939,21 +6961,25 @@ msgstr "" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6961,7 +6987,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6972,7 +6998,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6980,14 +7006,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6995,21 +7021,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7024,7 +7050,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7039,7 +7065,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7048,7 +7074,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7057,7 +7083,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -7076,7 +7102,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10664,7 +10690,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10863,19 +10890,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11712,26 +11751,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -13200,80 +13246,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -13317,49 +13379,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -15132,26 +15201,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20410,7 +20486,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20537,7 +20614,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21573,8 +21650,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -28195,16 +28275,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -28212,7 +28294,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -28220,73 +28302,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -28296,7 +28378,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -28306,7 +28388,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -28317,7 +28399,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28325,7 +28407,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28333,7 +28415,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -28342,21 +28424,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -28365,25 +28447,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28391,7 +28473,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28399,7 +28481,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28407,7 +28489,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28415,7 +28497,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28423,7 +28505,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28433,7 +28515,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28443,7 +28525,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28454,31 +28536,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28493,55 +28575,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28766,6 +28848,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28777,7 +28870,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28787,7 +28880,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28799,7 +28892,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28807,17 +28900,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28827,7 +28920,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28836,53 +28929,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28890,7 +28983,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28899,17 +28992,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28922,7 +29015,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28934,7 +29027,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28944,7 +29037,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28955,13 +29048,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28969,19 +29062,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28990,7 +29083,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -29003,12 +29096,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -29023,7 +29125,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -29033,11 +29135,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -29051,7 +29180,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -29064,34 +29193,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -29099,83 +29228,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -29183,23 +29312,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32458,14 +32587,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32959,26 +33095,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37596,26 +37739,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42719,27 +42869,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42771,6 +42921,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42807,11 +42965,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42843,7 +43001,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -44111,18 +44269,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -44130,7 +44276,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -44140,13 +44286,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -44160,14 +44321,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -44176,7 +44337,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -44184,7 +44345,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -44200,20 +44361,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -44221,75 +44382,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44299,7 +44460,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44309,27 +44470,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -44337,81 +44498,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44419,109 +44580,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44532,91 +44693,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44625,13 +44786,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44641,7 +44802,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44649,19 +44810,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44675,45 +44836,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44722,7 +44883,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44733,7 +44894,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44749,14 +44910,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44764,49 +44925,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44815,7 +44976,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44823,7 +44984,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44831,7 +44992,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44841,7 +45002,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44850,7 +45011,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44859,7 +45020,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44869,7 +45030,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44877,7 +45038,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44887,7 +45048,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44897,7 +45058,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44905,7 +45066,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44914,7 +45075,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44922,7 +45083,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44934,477 +45095,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45412,92 +45573,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45507,33 +45668,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45546,7 +45707,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45558,7 +45719,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45570,7 +45731,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45583,7 +45744,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45591,28 +45752,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45622,25 +45783,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45653,7 +45814,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45665,7 +45826,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45677,7 +45838,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45690,13 +45851,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45704,11 +45865,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45722,7 +45883,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45731,7 +45892,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45747,7 +45908,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45757,7 +45918,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45767,7 +45928,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45778,7 +45939,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45788,7 +45949,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45796,7 +45957,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45807,7 +45968,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45822,7 +45983,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45831,13 +45992,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45846,7 +46007,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45856,7 +46017,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45868,7 +46029,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45878,24 +46039,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45904,7 +46065,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45912,7 +46073,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45921,7 +46082,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45931,7 +46092,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45939,31 +46100,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45971,7 +46132,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45981,46 +46142,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -46028,7 +46196,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -46038,7 +46206,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -46047,7 +46215,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -46056,20 +46224,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -46078,7 +46246,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -46086,7 +46254,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -46095,7 +46263,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -46105,20 +46273,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -46127,13 +46295,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -46143,46 +46311,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -46192,7 +46360,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -46204,7 +46372,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -46212,7 +46380,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -46220,7 +46388,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -46229,7 +46397,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -46243,7 +46411,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -46253,7 +46421,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -46262,7 +46430,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -46272,54 +46440,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -46330,61 +46498,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46395,7 +46563,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46404,26 +46572,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46434,20 +46602,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46459,52 +46627,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46512,7 +46680,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46522,10 +46690,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46534,10 +46702,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46546,10 +46714,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46558,10 +46726,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46570,10 +46738,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57975,26 +58143,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/de.po b/doc/translations/de.po index 1a050d19c2..a1c3b07d23 100644 --- a/doc/translations/de.po +++ b/doc/translations/de.po @@ -32,12 +32,14 @@ # Ron Eric Hackländer , 2021. # Stephan Kerbl , 2021. # jmih03 , 2021. +# spoadr , 2021. +# Tim , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-06-28 22:34+0000\n" -"Last-Translator: jmih03 \n" +"PO-Revision-Date: 2021-10-31 22:17+0000\n" +"Last-Translator: Tim \n" "Language-Team: German \n" "Language: de\n" @@ -45,45 +47,45 @@ msgstr "" "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.7.1-dev\n" +"X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Beschreibung" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" -msgstr "Anleitungen" +msgstr "Tutorials" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Eigenschaften" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Methoden" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Theme-Eigenschaften" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Signale" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Aufzählungen" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Konstanten" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Eigenschaften-Beschreibung" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Methoden-Beschreibung" @@ -144,7 +146,6 @@ msgstr "" "Konstanten." #: modules/gdscript/doc_classes/@GDScript.xml:45 -#, fuzzy msgid "" "Returns the absolute value of parameter [code]s[/code] (i.e. positive " "value).\n" @@ -152,11 +153,10 @@ msgid "" "a = abs(-1) # a is 1\n" "[/codeblock]" msgstr "" -"Gibt den absoluten Wert des Parameters [code]s[/code] zurück (d.h. " -"vorzeichenloser Wert).\n" +"Gibt den absoluten Wert des Parameters [code]s[/code] zurück (d.h. positiver " +"Wert).\n" "[codeblock]\n" -"# a ist 1\n" -"a = abs(-1)\n" +"a = abs(-1) # a ist 1\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:55 @@ -313,7 +313,6 @@ msgstr "" "Winkel)." #: modules/gdscript/doc_classes/@GDScript.xml:135 -#, fuzzy msgid "" "Rounds [code]s[/code] upward (towards positive infinity), returning the " "smallest whole number that is not less than [code]s[/code].\n" @@ -325,10 +324,11 @@ msgid "" msgstr "" "Rundet [code]s[/code] nach oben auf und gibt die kleinste ganze Zahl zurück, " "die nicht geringer ist als [code]s[/code].\n" -"[Codeblock]\n" -"i = ceil(1,45) # i ist 2\n" -"i = ceil(1.001) # i ist 2\n" -"[/codeblock]" +"[codeblock]\n" +"a = ceil(1.45) # a ist 2.0\n" +"a = ceil(1.001) # a ist 2.0\n" +"[/codeblock]\n" +"Siehe auch [method floor], [method round], [method stepify] und [int]." #: modules/gdscript/doc_classes/@GDScript.xml:147 msgid "" @@ -341,13 +341,13 @@ msgid "" "[/codeblock]\n" "This is the inverse of [method ord]." msgstr "" -"Gibt ein Zeichen als Zeichenfolge des angegebenen Unicode-Codepunkts zurück " -"(der mit ASCII-Code kompatibel ist).\n" -"[Codeblock]\n" -"a = char (65) # a ist \"A\"\n" -"a = char (65 + 32) # a ist \"a\"\n" -"a = char (8364) # a ist \"€\"\n" -"[/ codeblock]\n" +"Gibt ein Zeichen als Zeichenkette mit dem angegebenen Unicode-Codepunkt (der " +"mit dem ASCII-Code kompatibel ist) zurück.\n" +"[codeblock]\n" +"a = char(65) # a ist \"A\"\n" +"a = char(65 + 32) # a ist \"a\"\n" +"a = char(8364) # a ist \"€\"\n" +"[/codeblock]\n" "Dies ist die Umkehrung von [method ord]." #: modules/gdscript/doc_classes/@GDScript.xml:162 @@ -431,7 +431,7 @@ msgstr "Konvertiert von Dezibel in lineare Energie (Audio)." #: modules/gdscript/doc_classes/@GDScript.xml:218 msgid "Deprecated alias for [method step_decimals]." -msgstr "" +msgstr "Veralteter Alias für [method step_decimals]." #: modules/gdscript/doc_classes/@GDScript.xml:227 #, fuzzy @@ -1318,7 +1318,6 @@ msgstr "" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:758 -#, fuzzy msgid "" "Pushes an error message to Godot's built-in debugger and to the OS " "terminal.\n" @@ -1330,12 +1329,16 @@ msgid "" "print an error message and pause project execution in debug builds, use " "[code]assert(false, \"test error\")[/code] instead." msgstr "" -"Gibt eine Fehlermeldung in Godot's integriertem Debugger und in der OS " -"Konsole aus.\n" +"Gibt eine Fehlermeldung an Godots integrierten Debugger und an das " +"Betriebssystem-Terminal aus.\n" "[codeblock]\n" -"push_error(\"test error\") # Gibt\"test error\" im Debugger und im Terminal " -"als Fehlermeldung aus\n" -"[/codeblock]" +"push_error(\"test error\") # Gibt \"test error\" als Fehleraufruf an " +"Debugger und Terminal aus\n" +"[/codeblock]\n" +"[b]Hinweis:[/b] Fehler, die auf diese Weise ausgegeben werden, halten die " +"Projektausführung nicht an. Um eine Fehlermeldung auszugeben und die " +"Projektausführung in Debug-Builds anzuhalten, verwenden Sie stattdessen " +"[code]assert(false, \"test error\")[/code]." #: modules/gdscript/doc_classes/@GDScript.xml:769 msgid "" @@ -1503,7 +1506,6 @@ msgstr "" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:884 -#, fuzzy msgid "" "Rounds [code]s[/code] to the nearest whole number, with halfway cases " "rounded away from zero.\n" @@ -1514,11 +1516,14 @@ msgid "" "[/codeblock]\n" "See also [method floor], [method ceil], [method stepify], and [int]." msgstr "" -"Rundet [code]s[/code] auf die nächste ganze Zahle, wobei Mittelwerte von " -"Null weg gerundet werden.\n" +"Rundet [code]s[/code] auf die nächstliegende ganze Zahl, wobei halbe Werte " +"aufgerundet werden.\n" "[codeblock]\n" -"round(2.6) # Liefert 3\n" -"[/codeblock]" +"a = round(2.49) # a ist 2.0\n" +"a = round(2.5) # a ist 3.0\n" +"a = round(2.51) # a ist 3,0\n" +"[/codeblock]\n" +"Siehe auch [method floor], [method ceil], [method stepify], und [int]." #: modules/gdscript/doc_classes/@GDScript.xml:897 msgid "" @@ -1666,7 +1671,6 @@ msgstr "" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:984 -#, fuzzy msgid "" "Snaps float value [code]s[/code] to a given [code]step[/code]. This can also " "be used to round a floating point number to an arbitrary number of " @@ -1681,9 +1685,10 @@ msgstr "" "code]. Dies kann auch zum Runden einer Gleitkommazahl auf eine willkürliche " "Anzahl von Dezimalzen genutzt werden.\n" "[codeblock]\n" -"stepify(100, 32) # Returns 96\n" -"stepify(3.14159, 0.01) # Returns 3.14\n" -"[/codeblock]" +"stepify(100, 32) # Gibt 96.0 aus\n" +"stepify(3.14159, 0.01) # Gibt 3.14 aus\n" +"[/codeblock]\n" +"Siehe auch [method ceil], [method floor], [method round], und [int]." #: modules/gdscript/doc_classes/@GDScript.xml:995 #, fuzzy @@ -3373,7 +3378,7 @@ msgstr "ungültige Zeitdauer." #: doc/classes/@GlobalScope.xml:941 msgid "Gamepad button 0." -msgstr "" +msgstr "Gamepad-Taste 0." #: doc/classes/@GlobalScope.xml:944 #, fuzzy @@ -3387,83 +3392,83 @@ msgstr "Extra Maustaste 2 Maske." #: doc/classes/@GlobalScope.xml:950 msgid "Gamepad button 3." -msgstr "" +msgstr "Gamepad-Taste 3." #: doc/classes/@GlobalScope.xml:953 msgid "Gamepad button 4." -msgstr "" +msgstr "Gamepad-Taste 4." #: doc/classes/@GlobalScope.xml:956 msgid "Gamepad button 5." -msgstr "" +msgstr "Gamepad-Taste 5." #: doc/classes/@GlobalScope.xml:959 msgid "Gamepad button 6." -msgstr "" +msgstr "Gamepad-Taste 6." #: doc/classes/@GlobalScope.xml:962 msgid "Gamepad button 7." -msgstr "" +msgstr "Gamepad-Taste 7." #: doc/classes/@GlobalScope.xml:965 msgid "Gamepad button 8." -msgstr "" +msgstr "Gamepad-Taste 8." #: doc/classes/@GlobalScope.xml:968 msgid "Gamepad button 9." -msgstr "" +msgstr "Gamepad-Taste 9." #: doc/classes/@GlobalScope.xml:971 msgid "Gamepad button 10." -msgstr "" +msgstr "Gamepad-Taste 10." #: doc/classes/@GlobalScope.xml:974 msgid "Gamepad button 11." -msgstr "" +msgstr "Gamepad-Taste 11." #: doc/classes/@GlobalScope.xml:977 msgid "Gamepad button 12." -msgstr "" +msgstr "Gamepad-Taste 12." #: doc/classes/@GlobalScope.xml:980 msgid "Gamepad button 13." -msgstr "" +msgstr "Gamepad-Taste 13." #: doc/classes/@GlobalScope.xml:983 msgid "Gamepad button 14." -msgstr "" +msgstr "Gamepad-Taste 14." #: doc/classes/@GlobalScope.xml:986 msgid "Gamepad button 15." -msgstr "" +msgstr "Gamepad-Taste 15." #: doc/classes/@GlobalScope.xml:989 msgid "Gamepad button 16." -msgstr "" +msgstr "Gamepad-Taste 16." #: doc/classes/@GlobalScope.xml:992 msgid "Gamepad button 17." -msgstr "" +msgstr "Gamepad-Taste 17." #: doc/classes/@GlobalScope.xml:995 msgid "Gamepad button 18." -msgstr "" +msgstr "Gamepad-Taste 18." #: doc/classes/@GlobalScope.xml:998 msgid "Gamepad button 19." -msgstr "" +msgstr "Gamepad-Taste 19." #: doc/classes/@GlobalScope.xml:1001 msgid "Gamepad button 20." -msgstr "" +msgstr "Gamepad-Taste 20." #: doc/classes/@GlobalScope.xml:1004 msgid "Gamepad button 21." -msgstr "" +msgstr "Gamepad-Taste 21." #: doc/classes/@GlobalScope.xml:1007 msgid "Gamepad button 22." -msgstr "" +msgstr "Gamepad-Taste 22." #: doc/classes/@GlobalScope.xml:1010 #, fuzzy @@ -3472,19 +3477,19 @@ msgstr "Die maximale Anzahl der Tasten des Game Controllers." #: doc/classes/@GlobalScope.xml:1013 msgid "DualShock circle button." -msgstr "" +msgstr "DualShock-Kreis-Taste." #: doc/classes/@GlobalScope.xml:1016 msgid "DualShock X button." -msgstr "" +msgstr "DualShock-X-Taste." #: doc/classes/@GlobalScope.xml:1019 msgid "DualShock square button." -msgstr "" +msgstr "DualShock-Quadrat-Taste." #: doc/classes/@GlobalScope.xml:1022 msgid "DualShock triangle button." -msgstr "" +msgstr "DualShock-Dreieck-Taste." #: doc/classes/@GlobalScope.xml:1025 #, fuzzy @@ -3543,44 +3548,49 @@ msgid "" "A button on the right Oculus Touch controller, X button on the left " "controller (also when used in OpenVR)." msgstr "" +"A-Taste auf dem rechten Oculus Touch Controller, X-Taste auf dem linken " +"Controller (auch bei Verwendung in OpenVR)." #: doc/classes/@GlobalScope.xml:1061 msgid "" "B button on the right Oculus Touch controller, Y button on the left " "controller (also when used in OpenVR)." msgstr "" +"B-Taste auf dem rechten Oculus Touch Controller, Y-Taste auf dem linken " +"Controller (auch bei Verwendung in OpenVR)." #: doc/classes/@GlobalScope.xml:1064 msgid "Menu button on either Oculus Touch controller." -msgstr "" +msgstr "Menütaste auf einem der beiden Oculus Touch Controller." #: doc/classes/@GlobalScope.xml:1067 msgid "Menu button in OpenVR (Except when Oculus Touch controllers are used)." msgstr "" +"Menütaste in OpenVR (außer wenn Oculus Touch Controller verwendet werden)." #: doc/classes/@GlobalScope.xml:1070 msgid "Gamepad button Select." -msgstr "" +msgstr "Gamepad-Taste Auswählen." #: doc/classes/@GlobalScope.xml:1073 msgid "Gamepad button Start." -msgstr "" +msgstr "Gamepad-Taste Start." #: doc/classes/@GlobalScope.xml:1076 msgid "Gamepad DPad up." -msgstr "" +msgstr "Gamepad DPad oben." #: doc/classes/@GlobalScope.xml:1079 msgid "Gamepad DPad down." -msgstr "" +msgstr "Gamepad DPad unten." #: doc/classes/@GlobalScope.xml:1082 msgid "Gamepad DPad left." -msgstr "" +msgstr "Gamepad DPad links." #: doc/classes/@GlobalScope.xml:1085 msgid "Gamepad DPad right." -msgstr "" +msgstr "Gamepad DPad rechts." #: doc/classes/@GlobalScope.xml:1088 #, fuzzy @@ -3690,7 +3700,7 @@ msgstr "" #: doc/classes/@GlobalScope.xml:1157 msgid "Represents the maximum number of joystick axes supported." -msgstr "" +msgstr "Stellt die maximale Anzahl der unterstützten Joystick-Achsen dar." #: doc/classes/@GlobalScope.xml:1172 msgid "Gamepad left analog trigger." @@ -3715,12 +3725,16 @@ msgid "" "OpenVR touchpad X axis (Joystick axis on Oculus Touch and Windows MR " "controllers)." msgstr "" +"OpenVR-Touchpad X-Achse (Joystick-Achse bei Oculus Touch und Windows MR-" +"Controllern)." #: doc/classes/@GlobalScope.xml:1187 msgid "" "OpenVR touchpad Y axis (Joystick axis on Oculus Touch and Windows MR " "controllers)." msgstr "" +"OpenVR-Touchpad Y-Achse (Joystick-Achse bei Oculus Touch und Windows MR-" +"Controllern)." #: doc/classes/@GlobalScope.xml:1190 msgid "MIDI note OFF message." @@ -3992,15 +4006,14 @@ msgid "" "or_greater,or_lesser\"[/code]." msgstr "" "Weist darauf hin, dass eine Integer- oder Float-Eigenschaft innerhalb eines " -"Bereichs liegen sollte, der mit der Hinweiszeichenfolge [code]\"min,max\"[/" +"Bereichs liegen sollte, der mit der Hinweiszeichenkette [code]\"min,max\"[/" "code] oder [code]\"min,max,step\"[/code] angegeben wird. Die " -"Hinweiszeichenfolge kann optional [code]\"oder_größer\"[/code] und/oder " -"[code]\"oder_kleiner\"[/code] enthalten, um eine manuelle Eingabe oberhalb " -"der Maximal- bzw. unterhalb der Minimalwerte zu ermöglichen. Beispiel: " +"Hinweiszeichenkette kann optional [code]\"or_greater\"[/code] und/oder " +"[code]\"or_lesser\"[/code] enthalten, um eine manuelle Eingabe oberhalb der " +"Höchst- bzw. unterhalb der Mindestwerte zu ermöglichen. Beispiel: " "[code]\"-360,360,1,or_greater,or_lesser\"[/code]." #: doc/classes/@GlobalScope.xml:1373 -#, fuzzy msgid "" "Hints that a float property should be within an exponential range specified " "via the hint string [code]\"min,max\"[/code] or [code]\"min,max,step\"[/" @@ -4009,12 +4022,12 @@ msgid "" "above the max or below the min values. Example: [code]\"0.01,100,0.01," "or_greater\"[/code]." msgstr "" -"Weist darauf hin, dass eine Integer- oder Float-Eigenschaft innerhalb eines " -"exponentiellen Bereichs liegen sollte, der mit der Hinweiszeichenfolge " -"[code]\"min,max\"[/code] oder [code]\"min,max,step\"[/code] angegeben wird. " -"Die Hinweiszeichenfolge kann optional [code]\"oder_größer\"[/code] und/oder " -"[code]\"oder_kleiner\"[/code] enthalten, um eine manuelle Eingabe oberhalb " -"der Maximal- bzw. unterhalb der Minimalwerte zu ermöglichen. Beispiel: " +"Weist darauf hin, dass eine Float-Eigenschaft innerhalb eines exponentiellen " +"Bereichs liegen sollte, der durch die Hinweiszeichenkette [code]\"min,max\"[/" +"code] oder [code]\"min,max,step\"[/code] festgelegt wird. Die " +"Hinweiszeichenkettekann optional [code]\"or_greater\"[/code] und/oder " +"[code]\"or_lesser\"[/code] enthalten, um eine manuelle Eingabe oberhalb der " +"Maximal- bzw. unterhalb der Minimalwerte zu ermöglichen. Beispiel: " "[code]\"0.01,100,0.01,or_greater\"[/code]." #: doc/classes/@GlobalScope.xml:1376 @@ -4023,9 +4036,10 @@ msgid "" "pick in a list specified via a hint string such as [code]\"Hello,Something," "Else\"[/code]." msgstr "" -"Weist darauf hin, dass eine Integer-, Float- oder String-Eigenschaft ein " -"Aufzählungswert ist, der in einer über eine Hinweiszeichenfolge wie " -"[code]\"Hello,Something,Else\"[/code] angegebenen Liste auszuwählen ist." +"Weist darauf hin, dass es sich bei einer Integer-, Float- oder Zeichenketten-" +"Eigenschaft um einen Aufzählungswert handelt, der in einer über eine " +"Hinweiszeichenkette wie [code]\"Hello,Something,Else\"[/code] angegebenen " +"Liste auszuwählen ist." #: doc/classes/@GlobalScope.xml:1379 msgid "" @@ -8005,23 +8019,12 @@ msgstr "https://docs.godotengine.org/de/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 #, fuzzy msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." -msgstr "" -"Gibt eine Liste der sich schneidenden [Area2D]s zurück. Aus Leistungsgründen " -"(Kollisionen werden alle gleichzeitig verarbeitet) wird diese Liste einmal " -"während des Physikschritts geändert, nicht sofort nach dem Verschieben von " -"Objekten. Erwägen Sie stattdessen die Verwendung von Signalen." - -#: doc/classes/Area.xml:23 -#, fuzzy -msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "Gibt eine Liste der sich schneidenden [PhysicsBody2D]s zurück. Aus " "Leistungsgründen (Kollisionen werden alle gleichzeitig verarbeitet) wird " @@ -8029,7 +8032,23 @@ msgstr "" "dem Verschieben von Objekten. Erwägen Sie stattdessen die Verwendung von " "Signalen." -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:24 +#, fuzzy +msgid "" +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" +"Gibt eine Liste der sich schneidenden [PhysicsBody2D]s zurück. Aus " +"Leistungsgründen (Kollisionen werden alle gleichzeitig verarbeitet) wird " +"diese Liste einmal während des Physikschritts geändert, nicht sofort nach " +"dem Verschieben von Objekten. Erwägen Sie stattdessen die Verwendung von " +"Signalen." + +#: doc/classes/Area.xml:32 #, fuzzy msgid "" "If [code]true[/code], the given area overlaps the Area.\n" @@ -8043,7 +8062,7 @@ msgstr "" "Überlappungen einmal pro Frame und vor dem Physikschritt aktualisiert. " "Erwägen Sie stattdessen die Verwendung von Signalen." -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 #, fuzzy msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" @@ -8064,7 +8083,7 @@ msgstr "" "registrieren sie ihre Kacheln mit Kollisionsformen als virtuellen " "Physikkörper)." -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 #, fuzzy msgid "" "The rate at which objects stop spinning in this area. Represents the angular " @@ -8076,18 +8095,18 @@ msgstr "" "den Winkelgeschwindigkeitsverlust pro Sekunde dar. Die Werte reichen von " "[code]0[/code] (keine Dämpfung) bis [code]1[/code] (volle Dämpfung)." -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "Der Name des Audiobusses des Bereichs." -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" "Wenn [code]true[/code], hat der Audiobus des Bereichs Vorrang vor dem " "Standard-Audiobus." -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 #, fuzzy msgid "" "The area's gravity intensity (in meters per second squared). This value " @@ -8098,7 +8117,7 @@ msgstr "" "Wert multipliziert den Schwerkraftvektor. Dies ist nützlich, um die " "Schwerkraft zu ändern, ohne ihre Richtung zu ändern." -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." @@ -8106,7 +8125,7 @@ msgstr "" "Der Falloff-Faktor für die Punktgravitation. Je größer der Wert, desto " "schneller nimmt die Schwerkraft mit der Entfernung ab." -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." @@ -8114,7 +8133,7 @@ msgstr "" "Wenn [code]true[/code], wird die Schwerkraft von einem Punkt aus berechnet " "(eingestellt über [member gravity_vec]). Siehe auch [member space_override]." -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." @@ -8122,7 +8141,7 @@ msgstr "" "Der Gravitationsvektor der Fläche (nicht normiert). Wenn die Schwerkraft ein " "Punkt ist (siehe [member gravity_point]), wird dies der Anziehungspunkt sein." -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 #, fuzzy msgid "" "The rate at which objects stop moving in this area. Represents the linear " @@ -8134,13 +8153,13 @@ msgstr "" "den linearen Geschwindigkeitsverlust pro Sekunde dar. Die Werte reichen von " "[code]0[/code] (keine Dämpfung) bis [code]1[/code] (volle Dämpfung)." -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" "Wenn [code]true[/code], können andere Überwachungsbereiche diesen Bereich " "erkennen." -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." @@ -8148,52 +8167,52 @@ msgstr "" "If [code]true[/code], erkennt die area ob andere Körper oder area's ihn " "betreten oder verlassen." -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" "Die Area Priorität. Area's mit höherer Priorität werden zuerst bearbeitet." -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -8208,7 +8227,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -8217,7 +8236,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -8226,7 +8245,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -8243,29 +8262,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "Diese Area hat keinen Einfluss auf die Gravitation oder die Dämpfung." -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -8308,23 +8327,29 @@ msgid "https://godotengine.org/asset-library/asset/120" msgstr "https://docs.godotengine.org/de/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 +#, fuzzy msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "Gibt eine Liste der sich schneidenden [Area2D]s zurück. Aus Leistungsgründen " "(Kollisionen werden alle gleichzeitig verarbeitet) wird diese Liste einmal " "während des Physikschritts geändert, nicht sofort nach dem Verschieben von " "Objekten. Erwägen Sie stattdessen die Verwendung von Signalen." -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 +#, fuzzy msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "Gibt eine Liste der sich schneidenden [PhysicsBody2D]s zurück. Aus " "Leistungsgründen (Kollisionen werden alle gleichzeitig verarbeitet) wird " @@ -8332,7 +8357,7 @@ msgstr "" "dem Verschieben von Objekten. Erwägen Sie stattdessen die Verwendung von " "Signalen." -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 #, fuzzy msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" @@ -8346,7 +8371,7 @@ msgstr "" "Überlappungen einmal pro Frame und vor dem Physikschritt aktualisiert. " "Erwägen Sie stattdessen die Verwendung von Signalen." -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 #, fuzzy msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" @@ -8367,7 +8392,7 @@ msgstr "" "registrieren sie ihre Kacheln mit Kollisionsformen als virtuellen " "Physikkörper)." -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 #, fuzzy msgid "" "The rate at which objects stop spinning in this area. Represents the angular " @@ -8379,7 +8404,7 @@ msgstr "" "den Winkelgeschwindigkeitsverlust pro Sekunde dar. Die Werte reichen von " "[code]0[/code] (keine Dämpfung) bis [code]1[/code] (volle Dämpfung)." -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 #, fuzzy msgid "" "The area's gravity intensity (in pixels per second squared). This value " @@ -8390,7 +8415,7 @@ msgstr "" "Wert multipliziert den Schwerkraftvektor. Dies ist nützlich, um die " "Schwerkraft zu ändern, ohne ihre Richtung zu ändern." -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 #, fuzzy msgid "" "The rate at which objects stop moving in this area. Represents the linear " @@ -8402,21 +8427,21 @@ msgstr "" "den linearen Geschwindigkeitsverlust pro Sekunde dar. Die Werte reichen von " "[code]0[/code] (keine Dämpfung) bis [code]1[/code] (volle Dämpfung)." -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -8431,7 +8456,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -8446,7 +8471,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -8455,7 +8480,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -8464,7 +8489,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -8483,7 +8508,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -12094,7 +12119,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -12295,19 +12321,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -13156,26 +13194,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -14666,80 +14711,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -14783,49 +14844,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14843,7 +14911,7 @@ msgstr "" #: doc/classes/CircleShape2D.xml:15 msgid "The circle's radius." -msgstr "Radius des Kreises" +msgstr "Der Radius des Kreises." #: doc/classes/ClassDB.xml:4 msgid "Class information repository." @@ -15826,6 +15894,8 @@ msgstr "" msgid "" "The color's alpha (transparency) component, typically on the range of 0 to 1." msgstr "" +"Die Alpha-Komponente (Transparenz) der Farbe, normalerweise im Bereich von 0 " +"bis 1." #: doc/classes/Color.xml:245 msgid "Wrapper for [member a] that uses the range 0 to 255 instead of 0 to 1." @@ -15833,7 +15903,7 @@ msgstr "" #: doc/classes/Color.xml:248 msgid "The color's blue component, typically on the range of 0 to 1." -msgstr "" +msgstr "Der Blauanteil der Farbe, normalerweise im Bereich von 0 bis 1." #: doc/classes/Color.xml:251 msgid "Wrapper for [member b] that uses the range 0 to 255 instead of 0 to 1." @@ -15841,7 +15911,7 @@ msgstr "" #: doc/classes/Color.xml:254 msgid "The color's green component, typically on the range of 0 to 1." -msgstr "" +msgstr "Der Grünanteil der Farbe, normalerweise im Bereich von 0 bis 1." #: doc/classes/Color.xml:257 msgid "Wrapper for [member g] that uses the range 0 to 255 instead of 0 to 1." @@ -15849,11 +15919,11 @@ msgstr "" #: doc/classes/Color.xml:260 msgid "The HSV hue of this color, on the range 0 to 1." -msgstr "" +msgstr "Der HSV-Farbton dieser Farbe, im Bereich von 0 bis 1." #: doc/classes/Color.xml:263 msgid "The color's red component, typically on the range of 0 to 1." -msgstr "" +msgstr "Der Rotanteil der Farbe, normalerweise im Bereich von 0 bis 1." #: doc/classes/Color.xml:266 msgid "Wrapper for [member r] that uses the range 0 to 255 instead of 0 to 1." @@ -15861,15 +15931,15 @@ msgstr "" #: doc/classes/Color.xml:269 msgid "The HSV saturation of this color, on the range 0 to 1." -msgstr "" +msgstr "Die HSV-Sättigung dieser Farbe, im Bereich von 0 bis 1." #: doc/classes/Color.xml:272 msgid "The HSV value (brightness) of this color, on the range 0 to 1." -msgstr "" +msgstr "Der HSV-Wert (Helligkeit) dieser Farbe, im Bereich von 0 bis 1." #: doc/classes/Color.xml:277 msgid "Alice blue color." -msgstr "" +msgstr "Aliceblau Farbe." #: doc/classes/Color.xml:280 msgid "Antique white color." @@ -15877,7 +15947,7 @@ msgstr "" #: doc/classes/Color.xml:283 msgid "Aqua color." -msgstr "Farbe Aqua." +msgstr "Aqua Farbe." #: doc/classes/Color.xml:286 msgid "Aquamarine color." @@ -15897,563 +15967,563 @@ msgstr "Biskuit Farbe." #: doc/classes/Color.xml:298 msgid "Black color." -msgstr "" +msgstr "Schwarze Farbe." #: doc/classes/Color.xml:301 msgid "Blanche almond color." -msgstr "" +msgstr "Blanche Mandel Farbe." #: doc/classes/Color.xml:304 msgid "Blue color." -msgstr "" +msgstr "Blaue Farbe." #: doc/classes/Color.xml:307 msgid "Blue violet color." -msgstr "" +msgstr "Blauviolette Farbe." #: doc/classes/Color.xml:310 msgid "Brown color." -msgstr "" +msgstr "Braune Farbe." #: doc/classes/Color.xml:313 msgid "Burly wood color." -msgstr "" +msgstr "Kräftige Holzfarbe." #: doc/classes/Color.xml:316 msgid "Cadet blue color." -msgstr "" +msgstr "Kadettblaue Farbe." #: doc/classes/Color.xml:319 msgid "Chartreuse color." -msgstr "" +msgstr "Chartreuse Farbe." #: doc/classes/Color.xml:322 msgid "Chocolate color." -msgstr "" +msgstr "Schokolade Farbe." #: doc/classes/Color.xml:325 msgid "Coral color." -msgstr "" +msgstr "Korallenrote Farbe." #: doc/classes/Color.xml:328 msgid "Cornflower color." -msgstr "" +msgstr "Kornblumenblaue Farbe." #: doc/classes/Color.xml:331 msgid "Corn silk color." -msgstr "" +msgstr "Maisseide Farbe." #: doc/classes/Color.xml:334 msgid "Crimson color." -msgstr "" +msgstr "Karminrote Farbe." #: doc/classes/Color.xml:337 msgid "Cyan color." -msgstr "" +msgstr "Cyan Farbe." #: doc/classes/Color.xml:340 msgid "Dark blue color." -msgstr "Dunkelblaue Farbe" +msgstr "Dunkelblaue Farbe." #: doc/classes/Color.xml:343 msgid "Dark cyan color." -msgstr "" +msgstr "Dunkelcyan Farben." #: doc/classes/Color.xml:346 msgid "Dark goldenrod color." -msgstr "" +msgstr "Dunkle goldgelbe Farbe." #: doc/classes/Color.xml:349 msgid "Dark gray color." -msgstr "Dunkelgraue Farbe" +msgstr "Dunkelgraue Farbe." #: doc/classes/Color.xml:352 msgid "Dark green color." -msgstr "Dunkelgrüne Farbe" +msgstr "Dunkelgrüne Farbe." #: doc/classes/Color.xml:355 msgid "Dark khaki color." -msgstr "" +msgstr "Dunkel Khaki Farbe." #: doc/classes/Color.xml:358 msgid "Dark magenta color." -msgstr "" +msgstr "Dunkle Magenta Farbe." #: doc/classes/Color.xml:361 msgid "Dark olive green color." -msgstr "" +msgstr "Dunkle olivgrüne Farbe." #: doc/classes/Color.xml:364 msgid "Dark orange color." -msgstr "" +msgstr "Dunkelorange Farbe." #: doc/classes/Color.xml:367 msgid "Dark orchid color." -msgstr "" +msgstr "Dunkle Orchidee Farbe." #: doc/classes/Color.xml:370 msgid "Dark red color." -msgstr "" +msgstr "Dunkelrote Farbe." #: doc/classes/Color.xml:373 msgid "Dark salmon color." -msgstr "" +msgstr "Dunkle lachsfarbene Farbe." #: doc/classes/Color.xml:376 msgid "Dark sea green color." -msgstr "" +msgstr "Dunkle meergrüne Farbe." #: doc/classes/Color.xml:379 msgid "Dark slate blue color." -msgstr "" +msgstr "Dunkle schieferblaue Farbe." #: doc/classes/Color.xml:382 msgid "Dark slate gray color." -msgstr "" +msgstr "Dunkle schiefergraue Farbe." #: doc/classes/Color.xml:385 msgid "Dark turquoise color." -msgstr "" +msgstr "Dunkeltürkise Farbe." #: doc/classes/Color.xml:388 msgid "Dark violet color." -msgstr "" +msgstr "Dunkelviolette Farbe." #: doc/classes/Color.xml:391 msgid "Deep pink color." -msgstr "" +msgstr "Tiefrosa Farbe." #: doc/classes/Color.xml:394 msgid "Deep sky blue color." -msgstr "" +msgstr "Tiefe himmelblaue Farbe." #: doc/classes/Color.xml:397 msgid "Dim gray color." -msgstr "" +msgstr "Gedämpfte graue Farbe." #: doc/classes/Color.xml:400 msgid "Dodger blue color." -msgstr "" +msgstr "Dodgerblaue Farbe." #: doc/classes/Color.xml:403 msgid "Firebrick color." -msgstr "" +msgstr "Feuerstein Farbe." #: doc/classes/Color.xml:406 msgid "Floral white color." -msgstr "" +msgstr "Florale weiße Farbe." #: doc/classes/Color.xml:409 msgid "Forest green color." -msgstr "" +msgstr "Waldgrüne Farbe." #: doc/classes/Color.xml:412 msgid "Fuchsia color." -msgstr "" +msgstr "Fuchsia Farbe." #: doc/classes/Color.xml:415 msgid "Gainsboro color." -msgstr "" +msgstr "Gainsboro Farbe." #: doc/classes/Color.xml:418 msgid "Ghost white color." -msgstr "" +msgstr "Geisterweiße Farbe." #: doc/classes/Color.xml:421 msgid "Gold color." -msgstr "" +msgstr "Goldene Farbe." #: doc/classes/Color.xml:424 msgid "Goldenrod color." -msgstr "" +msgstr "Goldrute Farbe." #: doc/classes/Color.xml:427 msgid "Gray color." -msgstr "" +msgstr "Graue Farbe." #: doc/classes/Color.xml:430 msgid "Green color." -msgstr "" +msgstr "Grüne Farbe." #: doc/classes/Color.xml:433 msgid "Green yellow color." -msgstr "" +msgstr "Grün-gelbe Farbe." #: doc/classes/Color.xml:436 msgid "Honeydew color." -msgstr "" +msgstr "Honigtau Farbe." #: doc/classes/Color.xml:439 msgid "Hot pink color." -msgstr "" +msgstr "Heiße rosa Farbe." #: doc/classes/Color.xml:442 msgid "Indian red color." -msgstr "" +msgstr "Indisch rote Farbe." #: doc/classes/Color.xml:445 msgid "Indigo color." -msgstr "" +msgstr "Indigo Farbe." #: doc/classes/Color.xml:448 msgid "Ivory color." -msgstr "" +msgstr "Elfenbein Farbe." #: doc/classes/Color.xml:451 msgid "Khaki color." -msgstr "" +msgstr "Khaki Farbe." #: doc/classes/Color.xml:454 msgid "Lavender color." -msgstr "" +msgstr "Lavendel Farbe." #: doc/classes/Color.xml:457 msgid "Lavender blush color." -msgstr "" +msgstr "Lavendelrote Farbe." #: doc/classes/Color.xml:460 msgid "Lawn green color." -msgstr "" +msgstr "Rasengrüne Farbe." #: doc/classes/Color.xml:463 msgid "Lemon chiffon color." -msgstr "" +msgstr "Zitrone Chiffon Farbe." #: doc/classes/Color.xml:466 msgid "Light blue color." -msgstr "" +msgstr "Hellblaue Farbe." #: doc/classes/Color.xml:469 msgid "Light coral color." -msgstr "" +msgstr "Helle korallenrote Farbe." #: doc/classes/Color.xml:472 msgid "Light cyan color." -msgstr "" +msgstr "Helle Cyan Farbe." #: doc/classes/Color.xml:475 msgid "Light goldenrod color." -msgstr "" +msgstr "Helle Goldrute Farbe." #: doc/classes/Color.xml:478 msgid "Light gray color." -msgstr "" +msgstr "Hellgraue Farbe." #: doc/classes/Color.xml:481 msgid "Light green color." -msgstr "" +msgstr "Hellgrüne Farbe." #: doc/classes/Color.xml:484 msgid "Light pink color." -msgstr "" +msgstr "Hellrosa Farbe." #: doc/classes/Color.xml:487 msgid "Light salmon color." -msgstr "" +msgstr "Helle lachsfarbene Farbe." #: doc/classes/Color.xml:490 msgid "Light sea green color." -msgstr "" +msgstr "Helle meergrüne Farbe." #: doc/classes/Color.xml:493 msgid "Light sky blue color." -msgstr "" +msgstr "Helle himmelblaue Farbe." #: doc/classes/Color.xml:496 msgid "Light slate gray color." -msgstr "" +msgstr "Helle schiefergraue Farbe." #: doc/classes/Color.xml:499 msgid "Light steel blue color." -msgstr "" +msgstr "Helle stahlblaue Farbe." #: doc/classes/Color.xml:502 msgid "Light yellow color." -msgstr "" +msgstr "Hellgelbe Farbe." #: doc/classes/Color.xml:505 msgid "Lime color." -msgstr "" +msgstr "Limette Farbe." #: doc/classes/Color.xml:508 msgid "Lime green color." -msgstr "" +msgstr "Limonengrüne Farbe." #: doc/classes/Color.xml:511 msgid "Linen color." -msgstr "" +msgstr "Leinen Farbe." #: doc/classes/Color.xml:514 msgid "Magenta color." -msgstr "" +msgstr "Magenta Farbe." #: doc/classes/Color.xml:517 msgid "Maroon color." -msgstr "" +msgstr "Kastanienbraune Farbe." #: doc/classes/Color.xml:520 msgid "Medium aquamarine color." -msgstr "" +msgstr "Mittlere Aquamarin Farbe." #: doc/classes/Color.xml:523 msgid "Medium blue color." -msgstr "" +msgstr "Mittelblaue Farbe." #: doc/classes/Color.xml:526 msgid "Medium orchid color." -msgstr "" +msgstr "Mittlere Orchideen Farbe." #: doc/classes/Color.xml:529 msgid "Medium purple color." -msgstr "" +msgstr "Mittlere violette Farbe." #: doc/classes/Color.xml:532 msgid "Medium sea green color." -msgstr "" +msgstr "Mittlere meergrüne Farbe." #: doc/classes/Color.xml:535 msgid "Medium slate blue color." -msgstr "" +msgstr "Mittlere schieferblaue Farbe." #: doc/classes/Color.xml:538 msgid "Medium spring green color." -msgstr "" +msgstr "Mittlere frühlingsgrüne Farbe." #: doc/classes/Color.xml:541 msgid "Medium turquoise color." -msgstr "" +msgstr "Mittlere türkise Farbe." #: doc/classes/Color.xml:544 msgid "Medium violet red color." -msgstr "" +msgstr "Mittlere violettrote Farbe." #: doc/classes/Color.xml:547 msgid "Midnight blue color." -msgstr "" +msgstr "Mitternachtsblaue Farbe." #: doc/classes/Color.xml:550 msgid "Mint cream color." -msgstr "" +msgstr "Mint-Creme Farbe." #: doc/classes/Color.xml:553 msgid "Misty rose color." -msgstr "" +msgstr "Neblige rosa Farbe." #: doc/classes/Color.xml:556 msgid "Moccasin color." -msgstr "" +msgstr "Mokassin Farbe." #: doc/classes/Color.xml:559 msgid "Navajo white color." -msgstr "" +msgstr "Navajo weiße Farbe." #: doc/classes/Color.xml:562 msgid "Navy blue color." -msgstr "" +msgstr "Marineblaue Farbe." #: doc/classes/Color.xml:565 msgid "Old lace color." -msgstr "" +msgstr "Alte Spitze Farbe." #: doc/classes/Color.xml:568 msgid "Olive color." -msgstr "" +msgstr "Olive Farbe." #: doc/classes/Color.xml:571 msgid "Olive drab color." -msgstr "" +msgstr "Olivgrüne Farbe." #: doc/classes/Color.xml:574 msgid "Orange color." -msgstr "" +msgstr "Orange Farbe." #: doc/classes/Color.xml:577 msgid "Orange red color." -msgstr "" +msgstr "Orangerote Farbe." #: doc/classes/Color.xml:580 msgid "Orchid color." -msgstr "" +msgstr "Orchidee Farbe." #: doc/classes/Color.xml:583 msgid "Pale goldenrod color." -msgstr "" +msgstr "Blasse Goldrute Farbe." #: doc/classes/Color.xml:586 msgid "Pale green color." -msgstr "" +msgstr "Blassgrüne Farbe." #: doc/classes/Color.xml:589 msgid "Pale turquoise color." -msgstr "" +msgstr "Blasse türkise Farbe." #: doc/classes/Color.xml:592 msgid "Pale violet red color." -msgstr "" +msgstr "Blass violettrote Farbe." #: doc/classes/Color.xml:595 msgid "Papaya whip color." -msgstr "" +msgstr "Papaya-Peitsche Farbe." #: doc/classes/Color.xml:598 msgid "Peach puff color." -msgstr "" +msgstr "Pfirsich Puff Farbe." #: doc/classes/Color.xml:601 msgid "Peru color." -msgstr "" +msgstr "Peru Farbe." #: doc/classes/Color.xml:604 msgid "Pink color." -msgstr "" +msgstr "Rosa Farbe." #: doc/classes/Color.xml:607 msgid "Plum color." -msgstr "" +msgstr "Pflaume Farbe." #: doc/classes/Color.xml:610 msgid "Powder blue color." -msgstr "" +msgstr "Pulverblaue Farbe." #: doc/classes/Color.xml:613 msgid "Purple color." -msgstr "" +msgstr "Violette Farbe." #: doc/classes/Color.xml:616 msgid "Rebecca purple color." -msgstr "" +msgstr "Rebecca violette Farbe." #: doc/classes/Color.xml:619 msgid "Red color." -msgstr "" +msgstr "Rote Farbe." #: doc/classes/Color.xml:622 msgid "Rosy brown color." -msgstr "" +msgstr "Rosigbraune Farbe." #: doc/classes/Color.xml:625 msgid "Royal blue color." -msgstr "" +msgstr "Königsblaue Farbe." #: doc/classes/Color.xml:628 msgid "Saddle brown color." -msgstr "" +msgstr "Sattelbraune Farbe." #: doc/classes/Color.xml:631 msgid "Salmon color." -msgstr "" +msgstr "Lachsfarbige Farbe." #: doc/classes/Color.xml:634 msgid "Sandy brown color." -msgstr "" +msgstr "Sandige braune Farbe." #: doc/classes/Color.xml:637 msgid "Sea green color." -msgstr "" +msgstr "Meeresgrüne Farbe." #: doc/classes/Color.xml:640 msgid "Seashell color." -msgstr "" +msgstr "Muschel Farbe." #: doc/classes/Color.xml:643 msgid "Sienna color." -msgstr "" +msgstr "Siena Farbe." #: doc/classes/Color.xml:646 msgid "Silver color." -msgstr "" +msgstr "Silberne Farbe." #: doc/classes/Color.xml:649 msgid "Sky blue color." -msgstr "" +msgstr "Himmelblaue Farbe." #: doc/classes/Color.xml:652 msgid "Slate blue color." -msgstr "" +msgstr "Schieferblaue Farbe." #: doc/classes/Color.xml:655 msgid "Slate gray color." -msgstr "" +msgstr "Schiefergraue Farbe." #: doc/classes/Color.xml:658 msgid "Snow color." -msgstr "" +msgstr "Schnee Farbe." #: doc/classes/Color.xml:661 msgid "Spring green color." -msgstr "" +msgstr "Frühlingsgrüne Farbe." #: doc/classes/Color.xml:664 msgid "Steel blue color." -msgstr "" +msgstr "Stahlblaue Farbe." #: doc/classes/Color.xml:667 msgid "Tan color." -msgstr "" +msgstr "Hellbraune Farbe." #: doc/classes/Color.xml:670 msgid "Teal color." -msgstr "" +msgstr "Blaugrüne Farbe." #: doc/classes/Color.xml:673 msgid "Thistle color." -msgstr "" +msgstr "Distel Farbe." #: doc/classes/Color.xml:676 msgid "Tomato color." -msgstr "" +msgstr "Tomaten Farbe." #: doc/classes/Color.xml:679 msgid "Transparent color (white with no alpha)." -msgstr "" +msgstr "Transparente Farbe (weiß ohne Alpha)." #: doc/classes/Color.xml:682 msgid "Turquoise color." -msgstr "" +msgstr "Türkise Farbe." #: doc/classes/Color.xml:685 msgid "Violet color." -msgstr "" +msgstr "Violette Farbe." #: doc/classes/Color.xml:688 msgid "Web gray color." -msgstr "" +msgstr "Web graue Farbe." #: doc/classes/Color.xml:691 msgid "Web green color." -msgstr "" +msgstr "Web grüne Farbe." #: doc/classes/Color.xml:694 msgid "Web maroon color." -msgstr "" +msgstr "Web kastanienbraune Farbe." #: doc/classes/Color.xml:697 msgid "Web purple color." -msgstr "" +msgstr "Web violette Farbe." #: doc/classes/Color.xml:700 msgid "Wheat color." -msgstr "" +msgstr "Weizen Farbe." #: doc/classes/Color.xml:703 msgid "White color." -msgstr "" +msgstr "Weiße Farbe." #: doc/classes/Color.xml:706 msgid "White smoke color." -msgstr "" +msgstr "Rauchweiße Farbe." #: doc/classes/Color.xml:709 msgid "Yellow color." -msgstr "" +msgstr "Gelbe Farbe." #: doc/classes/Color.xml:712 msgid "Yellow green color." -msgstr "" +msgstr "Gelbgrüne Farbe." #: doc/classes/ColorPicker.xml:4 msgid "Color picker control." -msgstr "" +msgstr "Farbauswahl-Steuerung." #: doc/classes/ColorPicker.xml:7 msgid "" @@ -16463,6 +16533,12 @@ msgid "" "[ColorPickerButton] instead if you need a button that brings up a " "[ColorPicker] in a pop-up." msgstr "" +"Zeigt ein Element zur Farbauswahl an. Nützlich für die Auswahl einer Farbe " +"aus einem RGB/RGBA-Farbraum.\n" +"[b]Hinweis:[/b] Dieses Steuerelement ist das Farbwähler-Element selbst. Sie " +"können stattdessen einen [ColorPickerButton] verwenden, wenn Sie eine " +"Schaltfläche benötigen, die einen [ColorPicker] in einem Popup-Fenster " +"aufruft." #: doc/classes/ColorPicker.xml:18 msgid "" @@ -16470,19 +16546,25 @@ msgid "" "in the color picker and the user will be able to select them.\n" "[b]Note:[/b] The presets list is only for [i]this[/i] color picker." msgstr "" +"Fügt die angegebene Farbe zu einer Liste von Farbvorlagen hinzu. Die " +"Vorlagen werden in der Farbauswahl angezeigt und der Benutzer kann sie " +"auswählen.\n" +"[b]Hinweis:[/b] Die Liste der Vorlagen gilt nur für [i]diesen[/i] Farbwähler." #: doc/classes/ColorPicker.xml:26 msgid "" "Removes the given color from the list of color presets of this color picker." msgstr "" +"Entfernt die angegebene Farbe aus der Liste der Farbvorlagen für diesen " +"Farbwähler." #: doc/classes/ColorPicker.xml:32 msgid "Returns the list of colors in the presets of the color picker." -msgstr "" +msgstr "Gibt die Liste der Farben in den Vorlagen des Farbwählers zurück." #: doc/classes/ColorPicker.xml:38 doc/classes/ColorPickerButton.xml:33 msgid "The currently selected color." -msgstr "" +msgstr "Die aktuell ausgewählte Farbe." #: doc/classes/ColorPicker.xml:41 msgid "" @@ -16490,10 +16572,15 @@ msgid "" "mouse button, otherwise it will apply immediately even in mouse motion event " "(which can cause performance issues)." msgstr "" +"Wenn [code]true[/code], wird die Farbe erst angewendet, wenn der Benutzer " +"die Maustaste loslässt, andernfalls wird sie auch bei Mausbewegungen sofort " +"angewendet (was zu Leistungsproblemen führen kann)." #: doc/classes/ColorPicker.xml:44 msgid "If [code]true[/code], shows an alpha channel slider (transparency)." msgstr "" +"Wenn [code]true[/code], wird ein Alphakanal-Schieberegler (Transparenz) " +"angezeigt." #: doc/classes/ColorPicker.xml:47 msgid "" @@ -16501,14 +16588,20 @@ msgid "" "sliders.\n" "[b]Note:[/b] Cannot be enabled if raw mode is on." msgstr "" +"Wenn [code]true[/code], kann die Farbe mit den Schiebereglern Farbton/" +"Sättigung/Wert bearbeitet werden.\n" +"[b]Hinweis:[/b] Kann nicht aktiviert werden, wenn der Raw-Modus aktiviert " +"ist." #: doc/classes/ColorPicker.xml:51 msgid "If [code]true[/code], the \"add preset\" button is enabled." msgstr "" +"Wenn [code]true[/code], ist die Schaltfläche \"Vorlage hinzufügen\" " +"aktiviert." #: doc/classes/ColorPicker.xml:54 msgid "If [code]true[/code], saved color presets are visible." -msgstr "" +msgstr "Wenn [code]true[/code], sind gespeicherte Farbvorlagen sichtbar." #: doc/classes/ColorPicker.xml:57 msgid "" @@ -16517,56 +16610,66 @@ msgid "" "tinting without darkening or rendering sprites in HDR).\n" "[b]Note:[/b] Cannot be enabled if HSV mode is on." msgstr "" +"Wenn [code]true[/code], können die Farbwerte der R, G, B Komponenten über " +"1.0 hinausgehen, was für bestimmte spezielle Operationen, die dies " +"erfordern, verwendet werden kann (z. B. Abtönen ohne Abdunkeln oder Rendern " +"von Sprites in HDR).\n" +"[b]Hinweis:[/b] Kann nicht aktiviert werden, wenn der HSV-Modus aktiviert " +"ist." #: doc/classes/ColorPicker.xml:65 msgid "Emitted when the color is changed." -msgstr "" +msgstr "Wird ausgegeben, wenn die Farbe geändert wird." #: doc/classes/ColorPicker.xml:71 msgid "Emitted when a preset is added." -msgstr "" +msgstr "Wird ausgegeben, wenn eine Vorlage hinzugefügt wird." #: doc/classes/ColorPicker.xml:77 msgid "Emitted when a preset is removed." -msgstr "" +msgstr "Wird ausgegeben, wenn eine Vorlage entfernt wird." #: doc/classes/ColorPicker.xml:85 msgid "The icon for the \"Add Preset\" button." -msgstr "" +msgstr "Das Symbol für die Schaltfläche \" Vorlage hinzufügen\"." #: doc/classes/ColorPicker.xml:88 msgid "Custom texture for the hue selection slider on the right." msgstr "" +"Benutzerdefinierte Textur für den Schieberegler zur Farbauswahl auf der " +"rechten Seite." #: doc/classes/ColorPicker.xml:93 msgid "The width of the hue selection slider." -msgstr "" +msgstr "Die Breite des Schiebereglers für die Farbauswahl." #: doc/classes/ColorPicker.xml:98 msgid "The margin around the [ColorPicker]." -msgstr "" +msgstr "Der Rand um den [ColorPicker]." #: doc/classes/ColorPicker.xml:101 msgid "" "The indicator used to signalize that the color value is outside the 0-1 " "range." msgstr "" +"Der Indikator, der signalisiert, dass der Farbwert außerhalb des Bereichs " +"0-1 liegt." #: doc/classes/ColorPicker.xml:106 msgid "The icon for the screen color picker button." -msgstr "" +msgstr "Das Symbol für die Schaltfläche des Bildschirmfarbwählers." #: doc/classes/ColorPicker.xml:109 msgid "The height of the saturation-value selection box." -msgstr "" +msgstr "Die Höhe des Auswahlfeldes für den Sättigungswert." #: doc/classes/ColorPicker.xml:112 msgid "The width of the saturation-value selection box." -msgstr "" +msgstr "Die Breite des Auswahlfeldes für den Sättigungswert." #: doc/classes/ColorPickerButton.xml:4 msgid "Button that pops out a [ColorPicker]." -msgstr "" +msgstr "Schaltfläche, die einen [ColorPicker] erscheinen lässt." #: doc/classes/ColorPickerButton.xml:7 msgid "" @@ -16578,6 +16681,15 @@ msgid "" "preview swatch to be visible. Make sure to set [member Control." "rect_min_size] to a big enough value to give the button enough space." msgstr "" +"Verkapselt einen [ColorPicker] und macht ihn durch Drücken einer " +"Schaltfläche zugänglich. Durch Drücken der Schaltfläche wird die " +"Sichtbarkeit des [ColorPicker] umgeschaltet.\n" +"Siehe auch [BaseButton], das allgemeine Eigenschaften und Methoden im " +"Zusammenhang mit diesem Node enthält.\n" +"[b]Hinweis:[/b] Standardmäßig ist die Schaltfläche möglicherweise nicht " +"breit genug, damit das Farbvorschaumuster sichtbar ist. Achte darauf, " +"[member Control.rect_min_size] auf einen ausreichend großen Wert zu setzen, " +"damit die Schaltfläche genügend Platz hat." #: doc/classes/ColorPickerButton.xml:19 msgid "" @@ -16586,6 +16698,11 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"Gibt den [ColorPicker] aus, den dieser Node umschaltet.\n" +"[b]Warnung:[/b] Dies ist ein erforderlicher interner Node, sein Entfernen " +"und Freigeben kann zu einem Absturz führen. Wenn Sie ihn oder eines seiner " +"Kinder ausblenden möchten, verwenden Sie deren Eigenschaft [member " +"CanvasItem.visible]." #: doc/classes/ColorPickerButton.xml:26 msgid "" @@ -16596,26 +16713,37 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"Gibt das [PopupPanel] des Steuerelements aus, mit dem Sie eine Verbindung zu " +"Popup-Signalen herstellen können. So können Sie Ereignisse handhaben, wenn " +"der Farbwähler angezeigt oder ausgeblendet wird.\n" +"[b]Warnung:[/b] Dies ist ein erforderlicher interner Node, sein Entfernen " +"und Freigeben kann zu einem Absturz führen. Wenn Sie ihn oder eines seiner " +"Kinder ausblenden möchten, verwenden Sie deren Eigenschaft [member " +"CanvasItem.visible]." #: doc/classes/ColorPickerButton.xml:36 msgid "" "If [code]true[/code], the alpha channel in the displayed [ColorPicker] will " "be visible." msgstr "" +"Wenn [code]true[/code], wird der Alphakanal im angezeigten [ColorPicker] " +"sichtbar sein." #: doc/classes/ColorPickerButton.xml:44 msgid "Emitted when the color changes." -msgstr "" +msgstr "Wird ausgegeben, wenn sich die Farbe ändert." #: doc/classes/ColorPickerButton.xml:49 msgid "" "Emitted when the [ColorPicker] is created (the button is pressed for the " "first time)." msgstr "" +"Wird ausgegeben, wenn der [ColorPicker] erstellt wird (wenn die Schaltfläche " +"zum ersten Mal gedrückt wird)." #: doc/classes/ColorPickerButton.xml:54 msgid "Emitted when the [ColorPicker] is closed." -msgstr "" +msgstr "Wird ausgegeben, wenn der [ColorPicker] geschlossen wird." #: doc/classes/ColorPickerButton.xml:62 msgid "The background of the color preview rect on the button." @@ -16645,26 +16773,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -21938,7 +22073,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -22065,7 +22201,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -23107,8 +23243,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "Gesendet wenn das Rechteck Element geändert wurde." -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -29779,16 +29918,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -29796,7 +29937,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -29804,73 +29945,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -29880,7 +30021,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -29890,7 +30031,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -29901,7 +30042,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -29909,7 +30050,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -29917,7 +30058,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -29926,21 +30067,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -29949,25 +30090,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -29975,7 +30116,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29983,7 +30124,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29991,7 +30132,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29999,7 +30140,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30007,7 +30148,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30017,7 +30158,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30027,7 +30168,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30038,31 +30179,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -30077,55 +30218,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -30351,6 +30492,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -30362,7 +30514,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -30372,7 +30524,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -30384,7 +30536,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -30392,17 +30544,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -30412,7 +30564,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -30421,53 +30573,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -30475,7 +30627,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -30484,17 +30636,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -30507,7 +30659,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -30519,7 +30671,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -30529,7 +30681,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -30540,7 +30692,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " @@ -30549,7 +30701,7 @@ msgstr "" "Gibt [code]true[/code] zurück, wenn ein Übergang zwischen den übergebenen " "Nodes existiert." -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -30557,20 +30709,20 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "Gibt [code]true[/code] zurück, wenn eine Animation abgespielt wird." -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -30579,7 +30731,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -30592,12 +30744,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -30612,7 +30773,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -30622,11 +30783,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -30640,7 +30828,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -30653,34 +30841,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -30688,83 +30876,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -30772,23 +30960,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -34058,14 +34246,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -34560,26 +34755,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -39215,26 +39417,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -44381,30 +44590,31 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "Entfernt das Element der Arrays dessen Position übergeben wurde." -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 +#, fuzzy msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" "Legt die Größe des Arrays fest. Sollte das Array dadurch wachsen, werden " "neue Elemente am Ende des Arrays reserviert. Sollte es schrumpfen, werden " "Elemente am Ende entsprechend weggeschnitten." -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "Gibt die Größe des Arrays zurück." -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -44446,6 +44656,17 @@ msgstr "Hängt ein [PackedVector2Array] am Ende dieses Arrays an." msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" +"Legt die Größe des Arrays fest. Sollte das Array dadurch wachsen, werden " +"neue Elemente am Ende des Arrays reserviert. Sollte es schrumpfen, werden " +"Elemente am Ende entsprechend weggeschnitten." + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -44490,12 +44711,12 @@ msgstr "" "Fügt ein neues Element an der übergebenen Position ein. Die Position muss " "innerhalb des Arrays oder eins dahinter liegen([code]index == size()[/code])." -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 #, fuzzy msgid "Changes the int at the given index." msgstr "Ändert den [Vector2] am übergeben Index." -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -44532,7 +44753,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "Hängt ein [PackedVector2Array] am Ende dieses Arrays an." -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -45843,18 +46064,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -45862,7 +46071,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -45872,13 +46081,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -45892,14 +46116,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -45908,7 +46132,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -45916,7 +46140,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -45932,20 +46156,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -45953,75 +46177,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -46031,7 +46255,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -46041,14 +46265,14 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." @@ -46056,14 +46280,14 @@ msgstr "" "Aktiviert [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -46071,81 +46295,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -46153,74 +46377,74 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." @@ -46228,38 +46452,38 @@ msgstr "" "Wenn [code]true[/code], können andere Überwachungsbereiche diesen Bereich " "erkennen." -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "Wenn [code]true[/code], ist die Filterung aktiviert." -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -46270,91 +46494,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -46363,13 +46587,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -46379,7 +46603,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -46387,19 +46611,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -46413,45 +46637,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -46460,7 +46684,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -46471,7 +46695,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -46487,14 +46711,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -46502,49 +46726,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -46553,7 +46777,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46561,7 +46785,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46569,7 +46793,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -46579,7 +46803,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -46588,7 +46812,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -46597,7 +46821,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -46607,7 +46831,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46615,7 +46839,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -46625,7 +46849,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -46635,7 +46859,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46643,7 +46867,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -46652,7 +46876,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46660,7 +46884,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -46672,477 +46896,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -47150,92 +47374,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -47245,33 +47469,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -47284,7 +47508,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -47296,7 +47520,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -47308,7 +47532,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -47321,7 +47545,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -47329,28 +47553,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -47360,25 +47584,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -47391,7 +47615,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -47403,7 +47627,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -47415,7 +47639,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -47428,13 +47652,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -47442,11 +47666,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -47460,7 +47684,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -47469,7 +47693,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -47485,7 +47709,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -47495,7 +47719,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -47505,7 +47729,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -47516,7 +47740,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -47526,7 +47750,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -47534,7 +47758,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -47545,7 +47769,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -47560,7 +47784,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -47569,13 +47793,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -47584,7 +47808,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -47594,7 +47818,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -47606,7 +47830,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -47616,24 +47840,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -47642,7 +47866,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -47650,7 +47874,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -47659,7 +47883,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -47669,7 +47893,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -47677,31 +47901,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -47709,7 +47933,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -47719,46 +47943,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -47766,7 +47997,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -47776,7 +48007,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -47785,7 +48016,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -47794,20 +48025,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -47816,7 +48047,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -47824,7 +48055,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -47833,7 +48064,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -47843,20 +48074,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -47865,13 +48096,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -47881,46 +48112,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -47930,7 +48161,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -47942,7 +48173,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -47950,7 +48181,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -47958,7 +48189,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -47967,7 +48198,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -47981,7 +48212,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -47991,7 +48222,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -48000,7 +48231,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -48010,54 +48241,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -48068,61 +48299,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -48133,7 +48364,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -48142,26 +48373,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -48172,20 +48403,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -48197,52 +48428,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -48250,7 +48481,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -48260,10 +48491,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -48272,10 +48503,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -48284,10 +48515,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -48296,10 +48527,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -48308,10 +48539,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -59840,26 +60071,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" @@ -72197,6 +72435,19 @@ msgstr "" "Wenn [code]true[/code], dann werden untergeordnete Nodes sortiert, " "anderenfalls wird die Sortierung deaktiviert." +#, fuzzy +#~ msgid "" +#~ "Returns a list of intersecting [Area]s. For performance reasons " +#~ "(collisions are all processed at the same time) this list is modified " +#~ "once during the physics step, not immediately after objects are moved. " +#~ "Consider using signals instead." +#~ msgstr "" +#~ "Gibt eine Liste der sich schneidenden [Area2D]s zurück. Aus " +#~ "Leistungsgründen (Kollisionen werden alle gleichzeitig verarbeitet) wird " +#~ "diese Liste einmal während des Physikschritts geändert, nicht sofort nach " +#~ "dem Verschieben von Objekten. Erwägen Sie stattdessen die Verwendung von " +#~ "Signalen." + #~ msgid "Returns the label used for built-in text." #~ msgstr "Gibt das für den eingebauten Text verwendete Label zurück." diff --git a/doc/translations/el.po b/doc/translations/el.po index 562bdf1235..83ef618560 100644 --- a/doc/translations/el.po +++ b/doc/translations/el.po @@ -23,43 +23,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.6-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Περιγραφή" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Οδηγοί" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Ιδιότητες" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Συναρτήσεις" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Ιδιότητες θέματος" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Σήματα" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Απαριθμήσεις" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Σταθερές" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Περιγραφές ιδιοτήτων" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Περιγραφές μεθόδων" @@ -6216,21 +6216,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6238,7 +6242,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6249,7 +6253,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6257,41 +6261,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6299,61 +6303,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6368,7 +6372,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6377,7 +6381,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6386,7 +6390,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6403,29 +6407,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6464,21 +6468,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6486,7 +6494,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6497,7 +6505,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6505,14 +6513,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6520,21 +6528,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6549,7 +6557,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6564,7 +6572,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6573,7 +6581,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6582,7 +6590,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6601,7 +6609,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10186,7 +10194,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10385,19 +10394,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11242,26 +11263,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12734,80 +12762,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12851,49 +12895,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14668,26 +14719,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19921,7 +19979,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20048,7 +20107,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21083,8 +21142,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27697,16 +27759,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27714,7 +27778,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27722,73 +27786,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27798,7 +27862,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27808,7 +27872,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27819,7 +27883,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27827,7 +27891,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27835,7 +27899,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27844,21 +27908,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27867,25 +27931,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27893,7 +27957,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27901,7 +27965,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27909,7 +27973,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27917,7 +27981,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27925,7 +27989,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27935,7 +27999,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27945,7 +28009,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27956,31 +28020,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27995,55 +28059,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28268,6 +28332,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28279,7 +28354,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28289,7 +28364,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28301,7 +28376,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28309,17 +28384,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28329,7 +28404,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28338,53 +28413,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28392,7 +28467,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28401,17 +28476,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28424,7 +28499,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28436,7 +28511,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28446,7 +28521,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28457,13 +28532,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28471,19 +28546,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28492,7 +28567,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28505,12 +28580,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28525,7 +28609,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28535,11 +28619,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28553,7 +28664,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28566,34 +28677,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28601,83 +28712,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28685,23 +28796,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31960,14 +32071,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32460,26 +32578,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37091,26 +37216,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42195,27 +42327,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42247,6 +42379,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42283,11 +42423,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42319,7 +42459,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43586,18 +43726,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43605,7 +43733,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43615,13 +43743,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43635,14 +43778,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43651,7 +43794,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43659,7 +43802,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43675,20 +43818,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43696,75 +43839,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43774,7 +43917,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43784,27 +43927,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43812,81 +43955,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43894,109 +44037,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44007,91 +44150,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44100,13 +44243,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44116,7 +44259,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44124,19 +44267,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44150,45 +44293,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44197,7 +44340,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44208,7 +44351,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44224,14 +44367,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44239,49 +44382,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44290,7 +44433,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44298,7 +44441,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44306,7 +44449,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44316,7 +44459,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44325,7 +44468,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44334,7 +44477,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44344,7 +44487,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44352,7 +44495,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44362,7 +44505,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44372,7 +44515,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44380,7 +44523,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44389,7 +44532,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44397,7 +44540,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44409,477 +44552,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44887,92 +45030,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44982,33 +45125,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45021,7 +45164,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45033,7 +45176,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45045,7 +45188,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45058,7 +45201,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45066,28 +45209,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45097,25 +45240,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45128,7 +45271,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45140,7 +45283,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45152,7 +45295,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45165,13 +45308,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45179,11 +45322,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45197,7 +45340,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45206,7 +45349,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45222,7 +45365,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45232,7 +45375,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45242,7 +45385,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45253,7 +45396,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45263,7 +45406,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45271,7 +45414,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45282,7 +45425,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45297,7 +45440,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45306,13 +45449,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45321,7 +45464,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45331,7 +45474,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45343,7 +45486,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45353,24 +45496,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45379,7 +45522,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45387,7 +45530,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45396,7 +45539,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45406,7 +45549,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45414,31 +45557,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45446,7 +45589,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45456,46 +45599,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45503,7 +45653,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45513,7 +45663,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45522,7 +45672,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45531,20 +45681,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45553,7 +45703,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45561,7 +45711,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45570,7 +45720,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45580,20 +45730,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45602,13 +45752,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45618,46 +45768,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45667,7 +45817,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45679,7 +45829,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45687,7 +45837,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45695,7 +45845,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45704,7 +45854,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45718,7 +45868,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45728,7 +45878,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45737,7 +45887,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45747,54 +45897,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45805,61 +45955,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45870,7 +46020,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45879,26 +46029,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45909,20 +46059,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45934,52 +46084,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45987,7 +46137,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45997,10 +46147,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46009,10 +46159,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46021,10 +46171,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46033,10 +46183,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46045,10 +46195,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57417,26 +57567,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/es.po b/doc/translations/es.po index 2b509c25cc..cc5a950431 100644 --- a/doc/translations/es.po +++ b/doc/translations/es.po @@ -22,12 +22,15 @@ # Cameron Toms , 2021. # Roderick Lagunas , 2021. # Erick Figueroa , 2021. +# Anderson Guzman Abreu , 2021. +# Fonspem None , 2021. +# Andres David Calderón Jimenez , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-08-12 02:34+0000\n" -"Last-Translator: Javier Ocampos \n" +"PO-Revision-Date: 2021-10-31 13:39+0000\n" +"Last-Translator: Andres David Calderón Jimenez \n" "Language-Team: Spanish \n" "Language: es\n" @@ -35,45 +38,45 @@ msgstr "" "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.8-dev\n" +"X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Descripción" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Tutoriales" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Propiedades" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Métodos" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Propiedades del Theme" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Señales" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Enumeraciones" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Constantes" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Descripciones de Propiedades" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Descripciones de Métodos" @@ -87,9 +90,9 @@ msgid "" "utilities. Everything else is provided by objects. (Keywords: builtin, built " "in, global functions.)" msgstr "" -"Lista de funciones GDScript incorporadas primordiales. Funciunes Math y " -"otras utilidades. Todo lo demás está proporcionado por objetos. (Palabras " -"clave: incorporado, includido, funciones globales.)" +"Lista de funciones primordiales e incorporadas de GDScript. Funciones " +"matemáticas y otras utilidades. Todo lo demás está proporcionado por " +"objetos. (Palabras clave: incorporado, includido, funciones globales.)" #: modules/gdscript/doc_classes/@GDScript.xml:19 msgid "" @@ -133,7 +136,6 @@ msgstr "" "definidas en [Color]." #: modules/gdscript/doc_classes/@GDScript.xml:45 -#, fuzzy msgid "" "Returns the absolute value of parameter [code]s[/code] (i.e. positive " "value).\n" @@ -144,8 +146,7 @@ msgstr "" "Devuelve el valor absoluto del parámetro [code]s[/code] (es decir, un valor " "positivo).\n" "[codeblock]\n" -"#a es 1\n" -"a = abs(-1)\n" +"a = abs(-1) #a es 1\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:55 @@ -417,7 +418,7 @@ msgstr "Convierte de decibeles a energía lineal (audio)." #: modules/gdscript/doc_classes/@GDScript.xml:218 msgid "Deprecated alias for [method step_decimals]." -msgstr "" +msgstr "Alias obsoleto del [method step_decimals]." #: modules/gdscript/doc_classes/@GDScript.xml:227 #, fuzzy @@ -438,27 +439,25 @@ msgstr "" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:238 -#, fuzzy msgid "" "Converts an angle expressed in degrees to radians.\n" "[codeblock]\n" "r = deg2rad(180) # r is 3.141593\n" "[/codeblock]" msgstr "" -"Convierte un ángulo expresado en grados en radianes.\n" +"Convierte un ángulo expresado en grados a radianes.\n" "[codeblock]\n" "# r es 3.141593\n" "r = deg2rad(180)\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:248 -#, fuzzy msgid "" "Converts a dictionary (previously created with [method inst2dict]) back to " "an instance. Useful for deserializing." msgstr "" -"Convierte una instancia previamente convertida en un diccionario, de nuevo " -"en una instancia. Es útil para deserializar." +"Convierte un diccionario (que fue creado previamente con [method inst2dict]) " +"de nuevo a una instancia. Es útil para deserializar." #: modules/gdscript/doc_classes/@GDScript.xml:256 msgid "" @@ -1211,6 +1210,16 @@ msgid "" "distinguishes them from print messages used for debugging purposes, while " "also displaying a stack trace when an error or warning is printed." msgstr "" +"convierte uno o mas argumentos de cualquior tipo a una cadena de texto de la " +"mejor manera posible, y los muestra en la consola.\n" +"[codeblock]\n" +"a=[1,2,3]\n" +"print(\"a,\"=\",a)#Muestra a=[1,2,3]\n" +"[/codeblock]\n" +"[b]Note:[/b] considera usar [method push_error] y [method push_warning] para " +"mostrar errores mensajes de advertencia en vez de [method print]. esto los " +"distingue de mensajes en la consola usados por motivos de depuración, " +"mientras muestra un trazo de cuando un error o advertencia se muestra." #: modules/gdscript/doc_classes/@GDScript.xml:702 msgid "Like [method print], but prints only when used in debug mode." @@ -2573,6 +2582,8 @@ msgstr "Tecla Dirección Derecha." msgid "" "Media back key. Not to be confused with the Back button on an Android device." msgstr "" +"Tecla para atrás en multimedia. No confundirlo con el botón hacia atrás en " +"un dispositivo Android." #: doc/classes/@GlobalScope.xml:344 #, fuzzy @@ -4763,6 +4774,10 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"Retorna la instancia de el [Button] aceptar. \n" +"[b]Warning:[/b] Esto es un nodo interno requerido, removerlo y liberarlo " +"podría causar un crasheo. Si deseas esconder este o alguno de sus hijos, " +"utiliza su propiedad [member CanvasItem.visible]." #: doc/classes/AcceptDialog.xml:49 msgid "" @@ -7984,24 +7999,12 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 #, fuzzy msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." -msgstr "" -"Devuelve una lista de los [Area2D] que se intersectan. Por razones de " -"rendimiento (las colisiones se procesan todas al mismo tiempo) esta lista se " -"modifica una vez durante el paso de la física, no inmediatamente después de " -"que los objetos se muevan. Considere la posibilidad de usar señales en su " -"lugar." - -#: doc/classes/Area.xml:23 -#, fuzzy -msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "Devuelve una lista de [PhysicsBody2D] que se intersectan. Por razones de " "rendimiento (las colisiones se procesan todas al mismo tiempo) esta lista se " @@ -8009,7 +8012,23 @@ msgstr "" "que los objetos se muevan. Considere la posibilidad de utilizar señales en " "su lugar." -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:24 +#, fuzzy +msgid "" +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" +"Devuelve una lista de [PhysicsBody2D] que se intersectan. Por razones de " +"rendimiento (las colisiones se procesan todas al mismo tiempo) esta lista se " +"modifica una vez durante el paso de la física, no inmediatamente después de " +"que los objetos se muevan. Considere la posibilidad de utilizar señales en " +"su lugar." + +#: doc/classes/Area.xml:32 #, fuzzy msgid "" "If [code]true[/code], the given area overlaps the Area.\n" @@ -8023,7 +8042,7 @@ msgstr "" "una vez por cuadro y antes del paso de física. Considere la posibilidad de " "utilizar señales en su lugar." -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 #, fuzzy msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" @@ -8044,7 +8063,7 @@ msgstr "" "registran sus piezas con formas de colisión como un cuerpo de física " "virtual)." -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 #, fuzzy msgid "" "The rate at which objects stop spinning in this area. Represents the angular " @@ -8056,18 +8075,18 @@ msgstr "" "velocidad angular perdida por segundo. Los valores van desde [code]0[/code] " "(sin amortiguación) hasta [code]1[/code] (amortiguación completa)." -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "El nombre del bus de audio de la zona." -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" "Si [code]true[/code], el área del bus de audio sobrescribe el bus de audio " "por defecto." -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 #, fuzzy msgid "" "The area's gravity intensity (in meters per second squared). This value " @@ -8078,7 +8097,7 @@ msgstr "" "multiplica el vector de gravedad. Esto es útil para alterar la fuerza de " "gravedad sin alterar su dirección." -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." @@ -8086,7 +8105,7 @@ msgstr "" "El factor de caída para la gravedad puntual. Cuanto mayor es el valor, más " "rápido disminuye la gravedad con la distancia." -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." @@ -8095,7 +8114,7 @@ msgstr "" "(establecido mediante [member gravity_vec]). Ver también [member " "space_override]." -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." @@ -8103,7 +8122,7 @@ msgstr "" "El vector de gravedad del área (no normalizado). Si la gravedad es un punto " "(véase [member gravity_point]), éste será el punto de atracción." -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 #, fuzzy msgid "" "The rate at which objects stop moving in this area. Represents the linear " @@ -8115,12 +8134,12 @@ msgstr "" "velocidad lineal perdida por segundo. Los valores van desde [code]0[/code] " "(sin amortiguación) hasta [code]1[/code] (amortiguación completa)." -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" "Si [code]true[/code], otras áreas de monitoreo pueden detectar esta área." -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." @@ -8128,12 +8147,12 @@ msgstr "" "Si [code]true[/code], el área detecta cuerpos o áreas que entran y salen de " "ella." -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" "La prioridad de la zona. Las áreas de mayor prioridad se procesan primero." -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." @@ -8141,18 +8160,18 @@ msgstr "" "El grado en que esta área aplica reverberación a su audio asociado. Va de " "[code]0[/code] a [code]1[/code] con una precisión de [code]0.1[/code]." -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" "Si [code]true[/code], el área aplica reverberación a su audio asociado." -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" "El nombre del bus de reverberación que se usará para el audio asociado a " "esta área." -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." @@ -8160,7 +8179,7 @@ msgstr "" "El grado de reverberación de esta área es un efecto uniforme. Va de [code]0[/" "code] a [code]1[/code] con una precisión de [code]0,1[/code]." -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." @@ -8168,7 +8187,7 @@ msgstr "" "Modo de sobreescritura para los cálculos de gravedad y amortiguación dentro " "de esta área. Ver [enum SpaceOverride] para los posibles valores." -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 #, fuzzy msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " @@ -8179,7 +8198,7 @@ msgstr "" "Requiere que [member input_pickable] sea [code]true[/code] y que al menos un " "bit [code]collision_layer[/code] esté activado." -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 #, fuzzy msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " @@ -8190,7 +8209,7 @@ msgstr "" "Requiere que [member input_pickable] sea [code]true[/code] y que al menos un " "bit [code]collision_layer[/code] esté activado." -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -8205,7 +8224,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -8214,7 +8233,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -8223,7 +8242,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -8240,11 +8259,11 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "Esta zona no afecta a la gravedad/amortiguación." -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." @@ -8252,7 +8271,7 @@ msgstr "" "Esta área añade sus valores de gravedad/amortiguación a lo que se ha " "calculado hasta ahora (en el orden [member priority])." -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." @@ -8261,7 +8280,7 @@ msgstr "" "calculado hasta ahora (en el orden [member priority]), ignorando cualquier " "área de menor prioridad." -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." @@ -8269,7 +8288,7 @@ msgstr "" "Esta área reemplaza cualquier gravedad/amortiguación, incluso las " "predeterminadas, ignorando cualquier área de menor prioridad." -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -8314,11 +8333,14 @@ msgid "https://godotengine.org/asset-library/asset/120" msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 +#, fuzzy msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "Devuelve una lista de los [Area2D] que se intersectan. Por razones de " "rendimiento (las colisiones se procesan todas al mismo tiempo) esta lista se " @@ -8326,12 +8348,15 @@ msgstr "" "que los objetos se muevan. Considere la posibilidad de usar señales en su " "lugar." -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 +#, fuzzy msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "Devuelve una lista de [PhysicsBody2D] que se intersectan. Por razones de " "rendimiento (las colisiones se procesan todas al mismo tiempo) esta lista se " @@ -8339,7 +8364,7 @@ msgstr "" "que los objetos se muevan. Considere la posibilidad de utilizar señales en " "su lugar." -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 #, fuzzy msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" @@ -8353,7 +8378,7 @@ msgstr "" "una vez por cuadro y antes del paso de física. Considere la posibilidad de " "utilizar señales en su lugar." -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 #, fuzzy msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" @@ -8373,7 +8398,7 @@ msgstr "" "de [TileMap] (aunque los TileMaps no son un cuerpo físico en sí mismos, " "registran sus piezas con formas de colisión como un cuerpo físico virtual)." -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 #, fuzzy msgid "" "The rate at which objects stop spinning in this area. Represents the angular " @@ -8385,7 +8410,7 @@ msgstr "" "velocidad angular perdida por segundo. Los valores van desde [code]0[/code] " "(sin amortiguación) hasta [code]1[/code] (amortiguación completa)." -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 #, fuzzy msgid "" "The area's gravity intensity (in pixels per second squared). This value " @@ -8396,7 +8421,7 @@ msgstr "" "multiplica el vector de gravedad. Esto es útil para alterar la fuerza de " "gravedad sin alterar su dirección." -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 #, fuzzy msgid "" "The rate at which objects stop moving in this area. Represents the linear " @@ -8408,7 +8433,7 @@ msgstr "" "velocidad lineal perdida por segundo. Los valores van desde [code]0[/code] " "(sin amortiguación) hasta [code]1[/code] (amortiguación completa)." -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 #, fuzzy msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " @@ -8419,7 +8444,7 @@ msgstr "" "Requiere que [member input_pickable] sea [code]true[/code] y que al menos un " "bit [code]collision_layer[/code] esté activado." -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 #, fuzzy msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " @@ -8430,7 +8455,7 @@ msgstr "" "Requiere que [member input_pickable] sea [code]true[/code] y que al menos un " "bit [code]collision_layer[/code] esté activado." -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -8445,7 +8470,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -8460,7 +8485,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -8469,7 +8494,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -8478,7 +8503,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -8497,7 +8522,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -8831,6 +8856,12 @@ msgid "" "element is close to the beginning of the array (index 0). This is because " "all elements placed after the newly inserted element have to be reindexed." msgstr "" +"Inserta un nuevo elemento en la posisción dada en el array. La posición debe " +"ser valida, o al final de el array([code]pos == size()[/code].\n" +"[b]Note:[/b] este metodo actua en el lugar y no devuelve ningún valor.\n" +"[b]Note:[/b] en arrays largos, este metodo va a ser mas lento si el elemento " +"incertado esta cerca al inicio del array (índice 0). Esto es por que todos " +"los elementos despues del elemento incertado tienen que ser reindisados." #: doc/classes/Array.xml:239 doc/classes/PoolByteArray.xml:96 #: doc/classes/PoolColorArray.xml:48 doc/classes/PoolIntArray.xml:49 @@ -13254,7 +13285,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -13462,19 +13494,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "Devuelve el botón de cancelación." -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 #, fuzzy msgid "A custom solid color is used as environment during baking." msgstr "" @@ -14597,26 +14641,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "[Color] del texto utilizado cuando el [Button] está desactivado." #: doc/classes/Button.xml:77 +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/Button.xml:80 msgid "Text [Color] used when the [Button] is being hovered." msgstr "[Color] del texto usado cuando el [Button] tiene encima el cursor." -#: doc/classes/Button.xml:80 +#: doc/classes/Button.xml:83 msgid "Text [Color] used when the [Button] is being pressed." msgstr "[Color] del texto utilizado cuando se pulsa el [Button]." -#: doc/classes/Button.xml:83 +#: doc/classes/Button.xml:86 msgid "[StyleBox] used when the [Button] is being hovered." msgstr "[StyleBox] que se usa cuando el [Button] tiene encima el cursor." -#: doc/classes/Button.xml:86 +#: doc/classes/Button.xml:89 msgid "The horizontal space between [Button]'s icon and text." msgstr "El espacio horizontal entre el icono y el texto de [Button]." -#: doc/classes/Button.xml:89 +#: doc/classes/Button.xml:92 msgid "Default [StyleBox] for the [Button]." msgstr "[StyleBox] por defecto para el [Button]." -#: doc/classes/Button.xml:92 +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "[StyleBox] que se usa cuando se presiona el [Button]." @@ -16599,53 +16650,67 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "El check icon que se muestra cuando se marca el [CheckBox]." -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +#, fuzzy +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" +"El icono que se muestra cuando el [CheckButton] está seleccionado y " +"desactivado." + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" "El [StyleBox] a mostrar como fondo cuando el [CheckBox] está desactivado." -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "El [StyleBox] a mostrar como fondo cuando se enfoca el [CheckBox]." -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "La [Font] a usar para el texto de [CheckBox]." -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "El color de la fuente del texto [CheckBox]." -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "El color de la fuente del texto [CheckBox] cuando está desactivado." -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" "El color de la fuente del texto [CheckBox] cuando es cursor esta encima de " "él." -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" "El color de la fuente del texto del [CheckBox] cuando el cursor se encuentra " "encima de él y se presiona." -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "El color de la fuente del texto [CheckBox] cuando se presiona." -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" "El [StyleBox] para mostrar como fondo cuando el cursor esta encima de el " "[CheckBox]." -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." @@ -16653,20 +16718,20 @@ msgstr "" "El [StyleBox] a mostrar como fondo cuando el cursor se encuentra encima de " "el [CheckBox] y se presiona." -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "La separación entre el check icon y el texto (en píxeles)." -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "El [StyleBox] para mostrar como fondo." -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "El [StyleBox] para mostrar como fondo cuando se pulsa el [CheckBox]." -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." @@ -16674,7 +16739,7 @@ msgstr "" "Si el [CheckBox] está configurado como un botón de radio, el icono que se " "muestra cuando se marca el [CheckBox]." -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." @@ -16682,10 +16747,18 @@ msgstr "" "Si el [CheckBox] está configurado como un botón de radio, el icono que " "aparece cuando el [CheckBox] esta deseleccionado." -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "El check icon que aparece cuando el [CheckBox] está deseleccionado." +#: doc/classes/CheckBox.xml:86 +#, fuzzy +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" +"El icono que se muestra cuando el [CheckButton] está deseleccionado y " +"desactivado." + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "Botón chequeable. Véase también [CheckBox]." @@ -16743,29 +16816,36 @@ msgstr "" "desactivado." #: doc/classes/CheckButton.xml:40 +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckButton.xml:43 msgid "The [CheckButton] text's font color when it's hovered." msgstr "" "El color de la fuente del texto del [CheckButton] cuando el cursor esta " "encima de él." -#: doc/classes/CheckButton.xml:43 +#: doc/classes/CheckButton.xml:46 msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" "El color de la fuente del texto del [CheckButton] cuando el cursor se " "mantiene encima de él y se presiona." -#: doc/classes/CheckButton.xml:46 +#: doc/classes/CheckButton.xml:49 msgid "The [CheckButton] text's font color when it's pressed." msgstr "El color de la fuente del texto del [CheckButton] cuando se presiona." -#: doc/classes/CheckButton.xml:49 +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" "El [StyleBox] a mostrar como fondo cuando el cursor esta encima de el " "[CheckButton]." -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." @@ -16773,31 +16853,31 @@ msgstr "" "El [StyleBox] para mostrar como fondo cuando el cursor esta encima del " "[CheckButton] y se presiona." -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "La separación entre el icono de conmutación y el texto (en píxeles)." -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "El icono que se muestra cuando el [CheckButton] está deseleccionado." -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" "El icono que se muestra cuando el [CheckButton] está deseleccionado y " "desactivado." -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "El icono que se muestra cuando se selecciona el [CheckButton]." -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" "El icono que se muestra cuando el [CheckButton] está seleccionado y " "desactivado." -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -19010,28 +19090,35 @@ msgstr "" "[Color] del texto utilizado cuando el [ColorPickerButton] está desactivado." #: doc/classes/ColorPickerButton.xml:80 +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:83 msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" "[Color] del texto usado cuando el [ColorpickerButtor] tiene el cursor encima." -#: doc/classes/ColorPickerButton.xml:83 +#: doc/classes/ColorPickerButton.xml:86 msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "[Color] del texto utilizado cuando se pulsa el [ColorPickerButton]." -#: doc/classes/ColorPickerButton.xml:86 +#: doc/classes/ColorPickerButton.xml:89 msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "[StyleBox] usado cuando el [ColorPickerButton] tiene el cursor encima." -#: doc/classes/ColorPickerButton.xml:89 +#: doc/classes/ColorPickerButton.xml:92 msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" "El espacio horizontal entre el icono y el texto de [ColorPickerButton]." -#: doc/classes/ColorPickerButton.xml:92 +#: doc/classes/ColorPickerButton.xml:95 msgid "Default [StyleBox] for the [ColorPickerButton]." msgstr "[StyleBox] por defecto para el [ColorPickerButton]." -#: doc/classes/ColorPickerButton.xml:95 +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "[StyleBox] que se utiliza cuando se pulsa el [ColorPickerButton]." @@ -26221,7 +26308,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -26439,7 +26527,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" "Obtiene la extensión utilizada para guardar este recurso en el directorio " "[code].import[/code]." @@ -27808,10 +27896,12 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "Emitido cada vez que el recurso cambia." -#: doc/classes/EditorResourcePicker.xml:89 -#, fuzzy -msgid "Emitted when the resource value was set and user clicked to edit it." -msgstr "Emitido cuando se selecciona un recurso en el inspector." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." +msgstr "" #: doc/classes/EditorResourcePreview.xml:4 msgid "Helper to generate previews of resources or files." @@ -36839,14 +36929,19 @@ msgstr "" "almacenado con 8 bits." #: doc/classes/Image.xml:436 +#, fuzzy msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -"Formato de textura OpenGL [code]RED[/code] con un solo componente y una " -"profundidad de bits de 8." +"Formato de textura OpenGL [code]RGB[/code] con tres componentes, cada uno " +"con una profundidad de 8 bits.\n" +"[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " +"espacio de color sRGB a lineal." -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." @@ -36854,7 +36949,7 @@ msgstr "" "Formato de textura OpenGL [code]RG[/code] con dos componentes y una " "profundidad de bits de 8 para cada uno." -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -36866,7 +36961,7 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -36878,7 +36973,7 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." @@ -36886,7 +36981,7 @@ msgstr "" "Formato de textura OpenGL [code]RGBA[/code] con cuatro componentes, cada uno " "con una profundidad de bits de 4." -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 #, fuzzy msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " @@ -36895,7 +36990,7 @@ msgstr "" "Formato de textura OpenGL [code]RG[/code] con dos componentes y una " "profundidad de bits de 8 para cada uno." -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." @@ -36903,7 +36998,7 @@ msgstr "" "Formato de textura OpenGL [code]GL_R32F[/code] donde hay un componente, un " "valor de 32 bits de punto flotante." -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." @@ -36911,7 +37006,7 @@ msgstr "" "Formato de textura OpenGL [code]GL_RG32F[/code] donde hay dos componentes, " "cada uno con valores de 32 bits de real." -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." @@ -36919,7 +37014,7 @@ msgstr "" "Formato de textura OpenGL [code]GL_RGB32F[/code] donde hay tres componentes, " "cada uno con valores de 32 bits real." -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." @@ -36927,7 +37022,7 @@ msgstr "" "Formato de textura OpenGL [code]GL_RGBA32F[/code] donde hay cuatro " "componentes, cada uno con valores de 32 bits real." -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." @@ -36935,7 +37030,7 @@ msgstr "" "Formato de textura OpenGL [code]GL_R32F[/code] donde hay un componente, un " "valor de punto flotante de 16 bits de \"media precisión\" real." -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." @@ -36943,7 +37038,7 @@ msgstr "" "Formato de textura OpenGL [code]GL_RG32F[/code] donde hay dos componentes, " "cada uno un valor de 16 bits de \"media precisión\" real." -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." @@ -36951,7 +37046,7 @@ msgstr "" "Formato de textura OpenGL [code]GL_RGB32F[/code] donde hay tres componentes, " "cada uno de ellos un valor de 16 bits de \"media precisión\" real." -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." @@ -36960,7 +37055,7 @@ msgstr "" "componentes, cada uno de ellos un valor de 16 bits de \"media precisión\" " "real." -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." @@ -36968,7 +37063,7 @@ msgstr "" "Un formato especial de textura OpenGL donde los tres componentes de color " "tienen 9 bits de precisión y los tres comparten un único exponente de 5 bits." -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -36984,7 +37079,7 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -37001,7 +37096,7 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImagenTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -37021,7 +37116,7 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -37033,7 +37128,7 @@ msgstr "" "normalizando los datos del canal rojo utilizando el mismo algoritmo de " "compresión que DXT5 utiliza para el canal alfa." -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -37045,7 +37140,7 @@ msgstr "" "normalizando los datos de los canales rojo y verde utilizando el mismo " "algoritmo de compresión que DXT5 utiliza para el canal alfa." -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -37059,7 +37154,7 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " @@ -37069,7 +37164,7 @@ msgstr "" "opengl/wiki/BPTC_Texture_Compression]BPTC[/url] con componentes RGB reales " "firmados." -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " @@ -37079,7 +37174,7 @@ msgstr "" "opengl/wiki/BPTC_Texture_Compression]BPTC[/url] con componentes RGB reales " "sin firmar." -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -37093,7 +37188,7 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." @@ -37101,7 +37196,7 @@ msgstr "" "Igual que [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], pero con un " "componente alfa." -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." @@ -37109,7 +37204,7 @@ msgstr "" "Similar a [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], pero con " "una profundidad de color de 4 bits y sin alfa." -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." @@ -37117,7 +37212,7 @@ msgstr "" "Igual que [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], pero con un " "componente alfa." -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -37129,7 +37224,7 @@ msgstr "" "es parte del estándar de gráficos OpenGL ES. Este formato no puede almacenar " "un canal alfa." -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -37141,7 +37236,7 @@ msgstr "" "Ericsson 2[/url] ([code]R11_EAC[/code] variant), que proporciona un canal de " "datos sin firmar." -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -37153,7 +37248,7 @@ msgstr "" "de Ericsson 2[/url] (variante de [code]SIGNED_R11_EAC[/code]), que " "proporciona un canal de datos firmado." -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -37165,7 +37260,7 @@ msgstr "" "de Ericsson 2[/url] ([code]RG11_EAC[/code] variant), que proporciona dos " "canales de datos sin firmar." -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -37177,7 +37272,7 @@ msgstr "" "de Ericsson 2[/url] (variante de [code]SIGNED_RG11_EAC[/code]), que " "proporciona dos canales de datos firmados." -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -37193,7 +37288,7 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -37209,7 +37304,7 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -37227,11 +37322,11 @@ msgstr "" "[b]Nota:[/b] Al crear una [ImageTexture], se realiza una conversión del " "espacio de color sRGB a lineal." -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "Representa el tamaño del enum [enum Format]." -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." @@ -37239,7 +37334,7 @@ msgstr "" "Realiza la interpolación del vecino más cercano. Si se cambia el tamaño de " "la imagen, será pixelada." -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " @@ -37249,7 +37344,7 @@ msgstr "" "será borrosa. Este modo es más rápido que [constant INTERPOLATE_CUBIC], pero " "da como resultado una menor calidad." -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " @@ -37259,7 +37354,7 @@ msgstr "" "borrosa. Este modo a menudo da mejores resultados en comparación con " "[constanteINTERPOLATE_BILINEAR], a costa de ser más lento." -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 #, fuzzy msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " @@ -37286,7 +37381,7 @@ msgstr "" "Por otro lado, si la imagen ya tiene mipmaps, se usarán, y se generará un " "nuevo conjunto para la imagen resultante." -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." @@ -37295,39 +37390,39 @@ msgstr "" "imágenes más lento, pero suele dar los mejores resultados, especialmente " "cuando se reducen las imágenes." -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "La imagen no tiene alfa." -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "La imagen almacena el alfa en un solo bit." -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "La imagen usa el alfa." -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "Use la compresión S3TC." -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "Use la compresión PVRTC2." -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "Use la compresión PVRTC4." -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "Use la compresión ETC." -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "Use la compresión ETC2." -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." @@ -37335,12 +37430,12 @@ msgstr "" "La textura de la fuente (antes de la compresión) es una textura regular. Por " "defecto para todas las texturas." -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" "La textura de la fuente (antes de la compresión) está en el espacio sRGB." -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -37606,6 +37701,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -37617,7 +37723,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -37627,7 +37733,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 #, fuzzy msgid "" "Returns a value between 0 and 1 representing the intensity of the given " @@ -37645,7 +37751,7 @@ msgstr "" "1. Si la acción se asigna a un control que no tiene un eje como el teclado, " "el valor devuelto será 0 o 1." -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -37653,7 +37759,7 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." @@ -37661,12 +37767,12 @@ msgstr "" "Devuelve un [Array] que contiene los Ids de los dispositivos de todos los " "joypads conectados actualmente." -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" "Devuelve la forma del cursor actualmente asignada (véase [enum CursorShape])." -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -37676,7 +37782,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -37685,7 +37791,7 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 #, fuzzy msgid "" "Returns the current value of the joypad axis at given index (see [enum " @@ -37694,11 +37800,11 @@ msgstr "" "Devuelve el valor actual del eje del joypad en un índice determinado (véase " "[enum JoyAxisList])." -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "Devuelve el índice del nombre del eje suministrado." -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 #, fuzzy msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " @@ -37707,11 +37813,11 @@ msgstr "" "Recibe un eje [enum JoyAxisList] y devuelve su nombre equivalente como una " "String." -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "Devuelve el índice del nombre del botón proporcionado." -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 #, fuzzy msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " @@ -37720,7 +37826,7 @@ msgstr "" "Recibe un botón del gamepad de [enum JoyButtonList] y devuelve su nombre " "equivalente en forma de cadena." -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." @@ -37729,16 +37835,16 @@ msgstr "" "usan remapeo de gamepad. Devuelve [code]\"Default Gamepad\"[/code] de otra " "manera." -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" "Devuelve el nombre del joypad en el índice del dispositivo especificado." -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "Devuelve la duración del efecto de la vibración actual en segundos." -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." @@ -37746,7 +37852,7 @@ msgstr "" "Devuelve la fuerza de la vibración del joypad: x es la fuerza del motor " "débil, e y es la fuerza del motor fuerte." -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -37758,7 +37864,7 @@ msgstr "" "que aunque el ratón no se mueva, esta función seguirá devolviendo el valor " "del último movimiento." -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -37767,7 +37873,7 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." @@ -37775,11 +37881,11 @@ msgstr "" "Devuelve los botones del ratón como una máscara de bits. Si se pulsan varios " "botones del ratón al mismo tiempo, los bits se suman." -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "Devuelve el modo de ratón. Vea las constantes para más información." -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -37792,7 +37898,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 #, fuzzy msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " @@ -37810,7 +37916,7 @@ msgstr "" "Esto es útil para el código que necesita ejecutarse sólo una vez cuando se " "presiona una acción, en lugar de cada marco mientras se presiona." -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 #, fuzzy msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " @@ -37826,7 +37932,7 @@ msgstr "" "Esto es útil para el código que necesita ejecutarse sólo una vez cuando se " "presiona una acción, en lugar de cada marco mientras se presiona." -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " @@ -37842,7 +37948,7 @@ msgstr "" "uno, al soltar un botón se liberará la acción, incluso si algún otro botón " "asignado a esta acción sigue estando pulsado." -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " @@ -37851,7 +37957,7 @@ msgstr "" "Devuelve [code]true[/code] si el ratón ha entrado en el botón y no lo ha " "dejado todavía." -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 #, fuzzy msgid "" "Returns [code]true[/code] if the system knows the specified device. This " @@ -37864,7 +37970,7 @@ msgstr "" "espera que los joypads desconocidos coincidan con estas constantes, pero aún " "así se pueden recuperar eventos de ellos." -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " @@ -37873,7 +37979,7 @@ msgstr "" "Devuelve [code]true[/code] si está pulsando la tecla en la disposición " "actual del teclado. Puedes pasar una constante [enum KeyList]." -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." @@ -37881,7 +37987,7 @@ msgstr "" "Devuelve [code]true[/code] si se pulsa el botón del ratón especificado con " "[enum ButtonList]." -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -37895,7 +38001,7 @@ msgstr "" "los scripts de usuario. Véase [signal joy_connection_changed] para la señal " "emitida cuando se activa internamente." -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -37918,14 +38024,23 @@ msgstr "" "Input.parse_input_event(evento)\n" "[/codeblock]" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" "Elimina todos los mapeos de la base de datos interna que coincidan con la " "GUID dada." -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -37953,7 +38068,7 @@ msgstr "" "modo de compresión [b]Video RAM[/b] no puede utilizarse para cursores " "personalizados." -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -37970,11 +38085,38 @@ msgstr "" "[b]Nota:[/b] Este método genera un [InputEventMouseMotion] para actualizar " "el cursor inmediatamente." -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "Establece el modo del ratón. Vea las constantes para más información." -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -38000,7 +38142,7 @@ msgstr "" "el usuario está dibujando la línea para obtener resultados que sigan de " "cerca la entrada real." -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -38022,11 +38164,11 @@ msgstr "" "efecto largas; se recomienda reiniciar un efecto si tiene que ser " "reproducido durante más de unos pocos segundos." -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "Detiene la vibración del joypad." -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 #, fuzzy msgid "" "Vibrate Android and iOS devices.\n" @@ -38037,23 +38179,23 @@ msgstr "" "[b]Nota:[/b] Necesita permiso de VIBRATE para Android en la configuración de " "exportación. iOS no admite duración." -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "Establece la posición del ratón en el vector especificado." -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "Se emite cuando se ha conectado o desconectado un dispositivo joypad." -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "Hace que el cursor del ratón sea visible si está oculto." -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "Hace que el cursor del ratón se oculte si es visible." -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -38061,16 +38203,16 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" "Hace visible el cursor del ratón pero lo limita a la ventana del juego." -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "Cursor de la flecha. Cursor puntero estándar y predeterminado." -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." @@ -38078,7 +38220,7 @@ msgstr "" "Cursor del rayo I. Normalmente se usa para mostrar dónde aparecerá el cursor " "de texto cuando se haga clic con el ratón." -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." @@ -38086,7 +38228,7 @@ msgstr "" "Apuntando con el cursor de la mano. Normalmente se usa para indicar que el " "puntero está sobre un enlace u otro elemento interactivo." -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." @@ -38094,7 +38236,7 @@ msgstr "" "Cursor en cruz. Normalmente aparece sobre las regiones en las que se puede " "realizar una operación de dibujo o para realizar selecciones." -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " @@ -38104,7 +38246,7 @@ msgstr "" "operación. La forma del cursor indica que la aplicación sigue siendo " "utilizable durante la operación." -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " @@ -38114,11 +38256,11 @@ msgstr "" "operación. Esta forma de cursor denota que la aplicación no es utilizable " "durante la operación (por ejemplo, algo está bloqueando su hilo principal)." -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "Cursor de arrastre. Normalmente se muestra cuando se arrastra algo." -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." @@ -38126,7 +38268,7 @@ msgstr "" "Puede soltar el cursor. Normalmente se muestra cuando se arrastra algo para " "indicar que se puede soltar en la posición actual." -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " @@ -38135,7 +38277,7 @@ msgstr "" "Cursor prohibido. Indica que la acción actual está prohibida (por ejemplo, " "al arrastrar algo) o que el control en una posición está desactivado." -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." @@ -38144,7 +38286,7 @@ msgstr "" "dice al usuario que puede cambiar el tamaño de la ventana o del panel " "verticalmente." -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." @@ -38153,7 +38295,7 @@ msgstr "" "cabeza. Le dice al usuario que puede cambiar el tamaño de la ventana o del " "panel horizontalmente." -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " @@ -38164,7 +38306,7 @@ msgstr "" "usuario que puede cambiar el tamaño de la ventana o del panel tanto " "horizontal como verticalmente." -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -38176,11 +38318,11 @@ msgstr "" "a [constant CURSOR_BDIAGSIZE]. Le dice al usuario que puede cambiar el " "tamaño de la ventana o del panel tanto horizontal como verticalmente." -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "Mueve el cursor. Indica que algo puede ser movido." -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." @@ -38188,7 +38330,7 @@ msgstr "" "Cursor del ratón dividido verticalmente. En Windows, es lo mismo que " "[constant CURSOR_VSIZE]." -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." @@ -38196,7 +38338,7 @@ msgstr "" "Cursor del ratón dividido horizontalmente. En Windows, es lo mismo que " "[constant CURSOR_HSIZE]." -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "Cursor de ayuda. Normalmente un signo de interrogación." @@ -42500,14 +42642,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "[Color] del texto predeterminado del [LinkButton]." #: doc/classes/LinkButton.xml:46 +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/LinkButton.xml:49 msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "[Color] del texto usado cuando el [LinkButton] está siendo movido." -#: doc/classes/LinkButton.xml:49 +#: doc/classes/LinkButton.xml:52 msgid "Text [Color] used when the [LinkButton] is being pressed." msgstr "[Color] del texto utilizado cuando se pulsa el [LinkButton]." -#: doc/classes/LinkButton.xml:52 +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "El espacio vertical entre la línea de base del texto y el subrayado." @@ -43228,27 +43377,34 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "[Color] del texto utilizado cuando el [MenuButton] está desactivado." #: doc/classes/MenuButton.xml:64 +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/MenuButton.xml:67 msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "[Color] del texto usado cuando el puntero esta sobre el [MenuButton]." -#: doc/classes/MenuButton.xml:67 +#: doc/classes/MenuButton.xml:70 msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "[Color] del texto utilizado cuando se pulsa el [MenuButton]." -#: doc/classes/MenuButton.xml:70 +#: doc/classes/MenuButton.xml:73 msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" "[StyleBox] usado cuando el puntero del ratón esta sobre el [MenuButton]." -#: doc/classes/MenuButton.xml:73 +#: doc/classes/MenuButton.xml:76 msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "El espacio horizontal entre el icono y el texto de [MenuButton]." -#: doc/classes/MenuButton.xml:76 +#: doc/classes/MenuButton.xml:79 msgid "Default [StyleBox] for the [MenuButton]." msgstr "[StyleBox] por defecto para el [MenuButton]." -#: doc/classes/MenuButton.xml:79 +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "[StyleBox] que se utiliza cuando se pulsa el [MenuButton]." @@ -49610,27 +49766,34 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "[Color] del texto utilizado cuando el [OptionButton] está desactivado." #: doc/classes/OptionButton.xml:212 +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/OptionButton.xml:215 msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "[Color] del texto usado cuando el [OptionButton] está siendo movido." -#: doc/classes/OptionButton.xml:215 +#: doc/classes/OptionButton.xml:218 msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "[Color] del texto utilizado cuando se pulsa el [OptionButton]." -#: doc/classes/OptionButton.xml:218 +#: doc/classes/OptionButton.xml:221 msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" "[StyleBox] usado cuando el cursor se encuentra sobre el [OptionButton]." -#: doc/classes/OptionButton.xml:221 +#: doc/classes/OptionButton.xml:224 msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "El espacio horizontal entre el icono de [OptionButton] y el texto." -#: doc/classes/OptionButton.xml:224 +#: doc/classes/OptionButton.xml:227 msgid "Default [StyleBox] for the [OptionButton]." msgstr "Por defecto, [StyleBox] para el [OptionButton]." -#: doc/classes/OptionButton.xml:227 +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "[StyleBox] utilizado cuando se presiona el [OptionButton]." @@ -56391,29 +56554,30 @@ msgstr "Concatena un elemen al final del array." msgid "Removes an element from the array by index." msgstr "Elimina un elemento del array por indice." -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 +#, fuzzy msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" "Establece el tamaño del conjunto. Si el array crece, reserva elementos al " "final del array. Si el array se reduce, trunca el array al nuevo tamaño." -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "Cambia el byte en el índice dado." -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "Devuelve el tamaño del array." -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 #, fuzzy msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " @@ -56459,6 +56623,16 @@ msgstr "Añade un [PackedColorArray] al final de este array." msgid "Appends a value to the array." msgstr "Añade un valor al array." +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" +"Establece el tamaño del conjunto. Si el array crece, reserva elementos al " +"final del array. Si el array se reduce, trunca el array al nuevo tamaño." + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "Cambia el [Color] en el índice dado." @@ -56516,12 +56690,12 @@ msgstr "" "posición debe ser válida, o al final de la array ([code]idx == size()[/" "code])." -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 #, fuzzy msgid "Changes the int at the given index." msgstr "Cambia el entero en el índice dado." -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "Devuelve el tamaño del array." @@ -56558,7 +56732,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "Añade un [PackedColorArray] al final de este array." -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "Cambia el real en el índice dado." @@ -58251,18 +58425,6 @@ msgid "" msgstr "" #: doc/classes/ProjectSettings.xml:204 -msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 #, fuzzy msgid "" "Specifies a file to override project settings. For example: [code]user://" @@ -58277,7 +58439,7 @@ msgstr "" "leyendo [code]res://override.cfg[/code] para anular la configuración del " "proyecto (véase la descripción de esta clase en la parte superior)." -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -58295,7 +58457,22 @@ msgstr "" "(directorio de datos de usuario del sistema operativo)/Godot/app_userdata/" "(nombre del proyecto)[/code]." -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 #, fuzzy msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " @@ -58305,7 +58482,7 @@ msgstr "" "juego. Esto se hace automáticamente al inicio llamando al [method " "DisplayServer.set_native_icon]." -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -58319,14 +58496,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -58335,7 +58512,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -58343,7 +58520,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -58359,14 +58536,14 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." @@ -58374,7 +58551,7 @@ msgstr "" "Fuerza un retardo entre fotogramas en el bucle principal (en milisegundos). " "Esto puede ser útil si planea deshabilitar la sincronización vertical." -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -58387,7 +58564,7 @@ msgstr "" "aplicaciones y editores, pero es bastante inútil (y puede perjudicar el " "rendimiento) en la mayoría de los juegos." -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." @@ -58396,13 +58573,13 @@ msgstr "" "procesador bajo (en microsegundos). Valores más altos resultarán en un menor " "uso de la CPU." -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" "Ruta al archivo de la escena principal que se cargará cuando se ejecute el " "proyecto." -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " @@ -58413,7 +58590,7 @@ msgstr "" "CPU ya que los efectos asignados a ese bus ya no harán ningún tipo de " "procesamiento." -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." @@ -58421,7 +58598,7 @@ msgstr "" "Archivo de recursos [AudioBusLayout] por defecto para usar en el proyecto, a " "menos que sea sobreescrito por la escena." -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " @@ -58432,7 +58609,7 @@ msgstr "" "audio. Si se deja en blanco, se utilizará el controlador de audio " "predeterminado." -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." @@ -58440,7 +58617,7 @@ msgstr "" "Si [code]true[/code], se permitirá la entrada del micrófono. Esto requiere " "que se establezcan los permisos apropiados al exportar a Android o iOS." -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 #, fuzzy msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " @@ -58449,14 +58626,14 @@ msgstr "" "Tasa de mezcla utilizada para el audio. En general, es mejor no tocar esto y " "dejarlo al sistema operativo del host." -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " @@ -58467,7 +58644,7 @@ msgstr "" "Valores bajos pueden resultar en un cracking audible en un hardware más " "lento." -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." @@ -58476,7 +58653,7 @@ msgstr "" "plataforma web, para evitar problemas de audio especialmente en los " "dispositivos móviles." -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." @@ -58484,7 +58661,7 @@ msgstr "" "Ajustar el retardo de audio hardcode cuando se reproduce el video. Es mejor " "dejar esto intacto a menos que sepas lo que estás haciendo." -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -58501,7 +58678,7 @@ msgstr "" "[code]6[/code] pero podría cambiar en el futuro debido a las actualizaciones " "subyacentes de zlib." -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -58518,7 +58695,7 @@ msgstr "" "[code]6[/code] pero podría cambiar en el futuro debido a las actualizaciones " "subyacentes de zlib." -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -58529,7 +58706,7 @@ msgstr "" "pequeños a costa de la velocidad de compresión. La velocidad de " "descompresión no se ve afectada por el nivel de compresión." -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." @@ -58537,7 +58714,7 @@ msgstr "" "Habilita [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]la " "coincidencia a larga distancia[/url] en Zstandard." -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " @@ -58548,7 +58725,7 @@ msgstr "" "pueden resultar en una mejor compresión, pero requerirán más memoria al " "comprimir y descomprimir." -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -58560,14 +58737,14 @@ msgstr "" "ser usada cuando se portan proyectos antiguos (Godot 2), ya que el uso de " "variables de miembros es el estilo preferido a partir de Godot 3." -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" "Si [code]true[/code], habilita las advertencias cuando se utiliza una " "constante como función." -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 #, fuzzy msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " @@ -58576,7 +58753,7 @@ msgstr "" "Si [code]true[/code], activa las advertencias cuando se utilizan palabras " "clave obsoletas." -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " @@ -58586,7 +58763,7 @@ msgstr "" "la configuración de [code]debug/gdscript/warnings/*[/code]). Si [code]false[/" "code], desactiva todas las advertencias de GDScript." -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." @@ -58594,7 +58771,7 @@ msgstr "" "Si [code]true[/code], los scripts de la carpeta [code]res://addons[/code] no " "generarán advertencias." -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function is declared with the " @@ -58603,14 +58780,14 @@ msgstr "" "Si [code]true[/code], habilita las advertencias cuando se utiliza una " "función como si fuera una propiedad." -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function assigned to a " @@ -58619,7 +58796,7 @@ msgstr "" "Si [code]true[/code], habilita las advertencias al asignar el resultado de " "una función que devuelve [code]void[/code] a una variable." -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." @@ -58627,7 +58804,7 @@ msgstr "" "Si [code]true[/code], habilita las advertencias cuando se utiliza una " "función como si fuera una propiedad." -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." @@ -58635,7 +58812,7 @@ msgstr "" "Si [code]true[/code], habilita advertencias cuando un operador ternario " "puede emitir valores con tipos incompatibles." -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." @@ -58643,7 +58820,7 @@ msgstr "" "Si [code]true[/code], habilita las advertencias al dividir un entero por " "otro entero (la parte decimal será descartada)." -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " @@ -58652,7 +58829,7 @@ msgstr "" "Si [code]true[/code], habilita las advertencias al pasar un valor de real a " "una función que espera un número entero (se convertirá y perderá precisión)." -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." @@ -58660,7 +58837,7 @@ msgstr "" "Si [code]true[/code], habilita las advertencias cuando se utiliza una " "propiedad como si fuera una función." -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -58672,7 +58849,7 @@ msgstr "" "como argumento de la función). Esos valores de retorno se utilizan a veces " "para denotar posibles errores mediante el uso de enum [enum Error]." -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " @@ -58682,7 +58859,7 @@ msgstr "" "miembro local o de subclase que ensombrecería una variable en un nivel " "superior (como una variable miembro)." -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " @@ -58692,7 +58869,7 @@ msgstr "" "que no tiene efecto en el código circundante, como escribir [code]2 + 2[/" "code] como una declaración." -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " @@ -58702,14 +58879,14 @@ msgstr "" "ternaria que no tiene efecto en el código circundante, como escribir " "[code]42 si está activo o 0[/code] como una declaración." -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" "Si [code]true[/code], todas las advertencias serán reportadas como si fueran " "errores." -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." @@ -58717,7 +58894,7 @@ msgstr "" "Si [code]true[/code], habilita las advertencias cuando se utiliza una " "variable que no fue asignada previamente." -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " @@ -58727,7 +58904,7 @@ msgstr "" "utilizando un operador de asignación como [code]+=[/code] si la variable no " "fue asignada previamente." -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." @@ -58736,7 +58913,7 @@ msgstr "" "inalcanzable (como después de una declaración de [code]return[/code] que " "siempre se ejecutará)." -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." @@ -58745,13 +58922,13 @@ msgstr "" "expresión cuyo tipo puede no ser compatible con el parámetro de función " "esperado." -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" "Si [code]true[/code], habilita las advertencias cuando se realiza un " "lanzamiento inseguro." -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." @@ -58759,7 +58936,7 @@ msgstr "" "Si [code]true[/code], habilita las advertencias al llamar a un método cuya " "presencia no está garantizada en tiempo de compilación en la clase." -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." @@ -58768,7 +58945,7 @@ msgstr "" "propiedad cuya presencia no está garantizada en tiempo de compilación en la " "clase." -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." @@ -58776,7 +58953,7 @@ msgstr "" "Si [code]true[/code], habilita las advertencias cuando una señal no es " "utilizada." -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a member variable is unused." @@ -58784,26 +58961,26 @@ msgstr "" "Si [code]true[/code], habilita las advertencias cuando una variable local no " "se utiliza." -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" "Si [code]true[/code], habilita las advertencias cuando una señal no es " "utilizada." -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" "Si [code]true[/code], habilita las advertencias cuando una variable local no " "se utiliza." -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." @@ -58811,12 +58988,12 @@ msgstr "" "Si [code]true[/code], habilita las advertencias al asignar el resultado de " "una función que devuelve [code]void[/code] a una variable." -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" "Mensaje que se mostrará antes del retroceso cuando el motor se crashea." -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 #, fuzzy msgid "" "Maximum number of frames per second allowed. The actual number of frames per " @@ -58838,21 +59015,21 @@ msgstr "" "no en tiempo real de fotogramas estáticos, o para probar el proyecto en " "condiciones de retardo." -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "Máxima pila de llamadas permitida para depurar GDScript." -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" "Cantidad máxima de funciones por fotograma permitidas en la elaboración de " "perfiles." -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "Imprime fotogramas por segundo a una salida estándar cada segundo." -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " @@ -58862,13 +59039,13 @@ msgstr "" "Muestra información como las fugas de memoria, qué escenas y recursos se " "están cargando, etc." -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" "Máxima pila de llamadas en el guión visual, para evitar la recursividad " "infinita." -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." @@ -58876,7 +59053,7 @@ msgstr "" "Color de los puntos de contacto entre las formas de colisión, visible cuando " "\"Formas de colisión visibles\" está activado en el menú de Depuración." -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 #, fuzzy msgid "" "Sets whether 2D physics will display collision outlines in game when " @@ -58885,7 +59062,7 @@ msgstr "" "Color de las formas de colisión, visible cuando \"Formas de colisión visibles" "\" está activado en el menú de Depuración." -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." @@ -58894,7 +59071,7 @@ msgstr "" "cuando \"Formas de colisión visibles\" está activado en el menú de " "Depuración." -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." @@ -58902,7 +59079,7 @@ msgstr "" "Color de las formas de colisión, visible cuando \"Formas de colisión visibles" "\" está activado en el menú de Depuración." -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." @@ -58910,7 +59087,7 @@ msgstr "" "Color de la geometría de navegación desactivada, visible cuando la " "\"Navegación visible\" está activada en el menú de depuración." -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." @@ -58918,21 +59095,21 @@ msgstr "" "Color de la geometría de navegación, visible cuando la \"Navegación visible" "\" está activada en el menú de depuración." -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "Imagen personalizada para el cursor del ratón (limitada a 256×256)." -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "Punto donde se encuentra la imagen personalizada del cursor del ratón." -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" "Desplazamiento de la posición de las sugerencias, en relación con el punto " "donde se encuentra el cursor del ratón." -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 #, fuzzy msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " @@ -58943,7 +59120,7 @@ msgstr "" "Esta configuración no tiene efecto en el escritorio de Linux, ya que los " "fallos de conocimiento de DPI no están soportados allí." -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." @@ -58952,7 +59129,7 @@ msgstr "" "inactividad), por lo que el salvapantallas no toma el control. Funciona en " "plataformas de escritorio y móviles." -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -58961,7 +59138,7 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." @@ -58969,7 +59146,7 @@ msgstr "" "Si [code]verdad[/code], el indicador de casa se oculta automáticamente. Esto " "sólo afecta a los dispositivos iOS sin un botón de inicio físico." -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -58979,7 +59156,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -58987,19 +59164,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -59013,7 +59190,7 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " @@ -59023,14 +59200,14 @@ msgstr "" "escritorio, este es el tamaño de ventana por defecto. Los ajustes del modo " "de estiramiento también utilizan esto como referencia cuando está activado." -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 #, fuzzy msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "Permite que la ventana sea redimensionada por defecto." -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." @@ -59038,7 +59215,7 @@ msgstr "" "Si es mayor que cero, sobreescribe la altura de la ventana al ejecutar el " "juego. Es útil para probar los modos de estiramiento." -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." @@ -59046,7 +59223,7 @@ msgstr "" "Si es mayor que cero, anula el ancho de la ventana al ejecutar el juego. Es " "útil para probar los modos de estiramiento." -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " @@ -59056,7 +59233,7 @@ msgstr "" "escritorio, este es el tamaño de ventana por defecto. La configuración del " "modo ampliado también utiliza esto como referencia cuando está activado." -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." @@ -59064,7 +59241,7 @@ msgstr "" "Especifica el controlador de la tableta a utilizar. Si se deja vacío, se " "utilizará el controlador predeterminado." -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -59079,7 +59256,7 @@ msgstr "" "muchas plataformas la harán cumplir independientemente (como las plataformas " "móviles y HTML5)." -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -59099,7 +59276,7 @@ msgstr "" "han experimentado una reducción de la mitad de la velocidad de los cuadros " "Vsync (por ejemplo, de 60 FPS a 30 FPS) al usarla." -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -59115,7 +59292,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 #, fuzzy msgid "" "Search path for project-specific script templates. Godot will search for " @@ -59126,7 +59303,7 @@ msgstr "" "plantillas de script se buscarán tanto en la ruta específica del editor como " "en esta ruta específica del proyecto." -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -59139,7 +59316,7 @@ msgstr "" "especialmente si utilizas scripts incorporados que se serializan en los " "archivos de la escena." -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." @@ -59147,7 +59324,7 @@ msgstr "" "Valor por defecto para [member ScrollContainer.scroll_deadzone], que se " "utilizará para todos los [ScrollContainer]s a menos que se sobrescriba." -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 #, fuzzy msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " @@ -59156,7 +59333,7 @@ msgstr "" "Si [code]true[/code], cambia los botones Cancelar y Aceptar en los diálogos " "de Windows y UWP para seguir las convenciones de la interfaz." -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." @@ -59164,7 +59341,7 @@ msgstr "" "Ruta a un archivo de recursos [Theme] personalizado para usar en el proyecto " "([code]theme[/code] o genérico [code]tres[/code]/[code]res[/code] extension)." -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." @@ -59172,12 +59349,12 @@ msgstr "" "Ruta a un recurso [Font] personalizado para usar como predeterminado para " "todos los elementos de la interfaz gráfica de usuario del proyecto." -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" "Si [code]true[/code], se asegura de que el tema utilizado funciona con HiDPI." -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." @@ -59185,15 +59362,15 @@ msgstr "" "Ajuste del temporizador para la búsqueda incremental en los controles de " "[Tree], [ItemList], etc. (en milisegundos)." -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "Temporizador para detectar la inactividad en [TextEdit] (en segundos)." -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "Retraso predeterminado para las sugerencias (en segundos)." -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -59208,7 +59385,7 @@ msgstr "" "[Control]s. Sin embargo, los eventos asignados a la acción pueden ser " "modificados." -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -59221,7 +59398,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -59233,7 +59410,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -59250,7 +59427,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -59265,7 +59442,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -59280,7 +59457,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -59297,7 +59474,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -59309,7 +59486,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -59326,7 +59503,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -59343,7 +59520,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -59355,7 +59532,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -59369,7 +59546,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -59381,7 +59558,7 @@ msgstr "" "eliminar ya que son necesarias para la lógica interna de varios [Control]s. " "Sin embargo, los eventos asignados a la acción pueden ser modificados." -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -59393,7 +59570,7 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." @@ -59401,7 +59578,7 @@ msgstr "" "Si [code]true[/code], envía eventos de entrada de ratón al tocar o deslizar " "en la pantalla táctil." -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." @@ -59409,452 +59586,452 @@ msgstr "" "Si [code]true[/code], envía eventos de entrada táctil al hacer clic o " "arrastrar el ratón." -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 #, fuzzy msgid "Default delay for touch events. This only affects iOS devices." msgstr "Retraso predeterminado para las sugerencias (en segundos)." -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "Nombre opcional para la capa 1 de la física 2D." -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "Nombre opcional para la capa 10 de física 2D." -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "Nombre opcional para la capa 11 de física 2D." -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "Nombre opcional para la capa 12 de física 2D." -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "Nombre opcional para la capa 13 de la física 2D." -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "Nombre opcional para la capa 14 de la física 2D." -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "Nombre opcional para la capa 15 de física 2D." -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "Nombre opcional para la capa 15 de la física 2D." -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "Nombre opcional para la capa 17 de la física 2D." -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "Nombre opcional para la capa 18 de física 2D." -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "Nombre opcional para la capa 19 de la física 2D." -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "Nombre opcional para la capa 20 de física 2D." -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 #, fuzzy msgid "Optional name for the 2D physics layer 21." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 #, fuzzy msgid "Optional name for the 2D physics layer 22." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 #, fuzzy msgid "Optional name for the 2D physics layer 23." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 #, fuzzy msgid "Optional name for the 2D physics layer 24." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 #, fuzzy msgid "Optional name for the 2D physics layer 25." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 #, fuzzy msgid "Optional name for the 2D physics layer 26." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 #, fuzzy msgid "Optional name for the 2D physics layer 27." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 #, fuzzy msgid "Optional name for the 2D physics layer 28." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 #, fuzzy msgid "Optional name for the 2D physics layer 29." msgstr "Nombre opcional para la capa 2 de física 2D." -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "Nombre opcional para la capa 3 de física 2D." -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 #, fuzzy msgid "Optional name for the 2D physics layer 30." msgstr "Nombre opcional para la capa 3 de física 2D." -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 #, fuzzy msgid "Optional name for the 2D physics layer 31." msgstr "Nombre opcional para la capa 3 de física 2D." -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 #, fuzzy msgid "Optional name for the 2D physics layer 32." msgstr "Nombre opcional para la capa 3 de física 2D." -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "Nombre opcional para la capa 4 de física 2D." -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "Nombre opcional para la capa 5 de física 2D." -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "Nombre opcional para la capa 6 de física 2D." -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "Nombre opcional para la capa 7 de física 2D." -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "Nombre opcional para la capa 8 de física 2D." -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "Nombre opcional para la capa 9 de física 2D." -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "Nombre opcional para la capa 1 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "Nombre opcional para la capa 10 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "Nombre opcional para la capa 11 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "Nombre opcional para la capa 12 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "Nombre opcional para la capa 13 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "Nombre opcional para la capa 14 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "Nombre opcional para la capa 15 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "Nombre opcional para la capa 16 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "Nombre opcional para la capa 17 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "Nombre opcional para la capa 18 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "Nombre opcional para la capa 19 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "Nombre opcional para la capa 2 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "Nombre opcional para la capa 20 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "Nombre opcional para la capa 3 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "Nombre opcional para la capa 4 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "Nombre opcional para la capa 5 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "Nombre opcional para la capa 6 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "Nombre opcional para la capa 7 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "Nombre opcional para la capa 8 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "Nombre opcional para la capa 9 del renderizado 2D." -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "Nombre opcional para la capa 1 de la física 3D." -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "Nombre opcional para la capa 10 de física 3D." -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "Nombre opcional para la capa 11 de la física 3D." -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "Nombre opcional para la capa 12 de física 3D." -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "Nombre opcional para la capa 13 de la física 3D." -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "Nombre opcional para la capa 14 de la física 3D." -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "Nombre opcional para la capa 15 de la física 3D." -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "Nombre opcional para la capa 16 de la física 3D." -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "Nombre opcional para la capa 17 de la física 3D." -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "Nombre opcional para la capa 18 de la física 3D." -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "Nombre opcional para la capa 19 de la física 3D." -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "Nombre opcional para la capa 20 de física 3D." -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 #, fuzzy msgid "Optional name for the 3D physics layer 21." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 #, fuzzy msgid "Optional name for the 3D physics layer 22." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 #, fuzzy msgid "Optional name for the 3D physics layer 23." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 #, fuzzy msgid "Optional name for the 3D physics layer 24." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 #, fuzzy msgid "Optional name for the 3D physics layer 25." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 #, fuzzy msgid "Optional name for the 3D physics layer 26." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 #, fuzzy msgid "Optional name for the 3D physics layer 27." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 #, fuzzy msgid "Optional name for the 3D physics layer 28." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 #, fuzzy msgid "Optional name for the 3D physics layer 29." msgstr "Nombre opcional para la capa 2 de la física 3D." -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "Nombre opcional para la capa 3 de física 3D." -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 #, fuzzy msgid "Optional name for the 3D physics layer 30." msgstr "Nombre opcional para la capa 3 de física 3D." -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 #, fuzzy msgid "Optional name for the 3D physics layer 31." msgstr "Nombre opcional para la capa 3 de física 3D." -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 #, fuzzy msgid "Optional name for the 3D physics layer 32." msgstr "Nombre opcional para la capa 3 de física 3D." -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "Nombre opcional para la capa 4 de física 3D." -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "Nombre opcional para la capa 5 de física 3D." -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "Nombre opcional para la capa 6 de física 3D." -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "Nombre opcional para la capa 7 de física 3D." -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "Nombre opcional para la capa 8 de física 3D." -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "Nombre opcional para la capa 9 de física 3D." -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "Nombre opcional para la capa 1 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "Nombre opcional para la capa 10 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "Nombre opcional para la capa 11 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "Nombre opcional para la capa 12 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "Nombre opcional para la capa 13 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "Nombre opcional para la capa 14 del renderizado 3D" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "Nombre opcional para la capa 15 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "Nombre opcional para la capa 16 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "Nombre opcional para la capa 17 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "Nombre opcional para la capa 18 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "Nombre opcional para la capa 19 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "Nombre opcional para la capa 2 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "Nombre opcional para la capa 20 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "Nombre opcional para la capa 3 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "Nombre opcional para la capa 4 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "Nombre opcional para la capa 5 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "Nombre opcional para la capa 6 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "Nombre opcional para la capa 7 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "Nombre opcional para la capa 8 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "Nombre opcional para la capa 9 del renderizado 3D." -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." @@ -59862,7 +60039,7 @@ msgstr "" "El lugar al que recurrir si una traducción no está disponible en un idioma " "determinado. Si se deja vacío, se usará [code]en[/code] (inglés)." -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." @@ -59870,17 +60047,17 @@ msgstr "" "Si no está vacío, este lugar se utilizará cuando se ejecute el proyecto " "desde el editor." -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "Si [code]true[/code], registra todos los resultados en archivos." -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." @@ -59888,13 +60065,13 @@ msgstr "" "Camino a los registros dentro del proyecto. Se recomienda utilizar una ruta " "[code]user://[/code]." -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" "Especifica la cantidad máxima de archivos de registro permitidos (utilizados " "para la rotación)." -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." @@ -59903,7 +60080,7 @@ msgstr "" "funciones. Si te quedas sin espacio en ella (verás un error), puedes " "aumentar el tamaño aquí." -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -59915,7 +60092,7 @@ msgstr "" "los solicite en los hilos. Si los servidores se paralizan con demasiada " "frecuencia al cargar recursos en un hilo, aumente este número." -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " @@ -59925,7 +60102,7 @@ msgstr "" "depurador. Por encima de este valor, el contenido se elimina. Esto ayuda a " "no detener la conexión del depurador." -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 #, fuzzy msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " @@ -59936,7 +60113,7 @@ msgstr "" "encima de este valor, el contenido se elimina. Esto ayuda a no detener la " "conexión del depurador." -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 #, fuzzy msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " @@ -59947,7 +60124,7 @@ msgstr "" "depurador. Por encima de este valor, el contenido se elimina. Esto ayuda a " "no detener la conexión del depurador." -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 #, fuzzy msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " @@ -59958,7 +60135,7 @@ msgstr "" "Por encima de este valor, el contenido se elimina. Esto ayuda a no detener " "la conexión del depurador." -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 #, fuzzy msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " @@ -59968,52 +60145,52 @@ msgstr "" "Tamaño por defecto del flujo de paquetes para deserializar los datos de " "Godot. Por encima de este tamaño, los datos se eliminan." -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" "Tiempo de espera (en segundos) para los intentos de conexión usando TCP." -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "Tamaño máximo (en kiB) para el buffer de entrada [WebRTCDataChannel]." -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 #, fuzzy msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "Tamaño máximo (en kiB) para el buffer de entrada [WebRTCDataChannel]." -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 #, fuzzy msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "Tamaño máximo (en kiB) para el buffer de entrada [WebRTCDataChannel]." -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 #, fuzzy msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "Tamaño máximo (en kiB) para el buffer de entrada [WebRTCDataChannel]." -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 #, fuzzy msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "Tamaño máximo (en kiB) para el buffer de entrada [WebRTCDataChannel]." -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." @@ -60022,12 +60199,12 @@ msgstr "" "remoto. Los valores más altos disminuyen los efectos de la latencia a costa " "de un mayor uso del ancho de banda." -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" "Tamaño de la página utilizada por el sistema de archivos remoto (en bytes)." -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -60044,7 +60221,7 @@ msgstr "" "defecto.\n" "En caso de duda, deje este ajuste vacío." -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." @@ -60052,7 +60229,7 @@ msgstr "" "Al crear los nombres de los nodos de forma automática, establezca el tipo de " "carcasa en este proyecto. Esto es mayormente un ajuste de editor." -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." @@ -60060,7 +60237,7 @@ msgstr "" "Qué usar para separar el nombre del nodo del número. Esto es mayormente un " "ajuste de editor." -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 #, fuzzy msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" @@ -60070,14 +60247,14 @@ msgstr "" "Tamaño de la tabla hash usada para el algoritmo de la cuadrícula hash 2D de " "fase ancha." -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -60090,7 +60267,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 #, fuzzy msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" @@ -60112,7 +60289,7 @@ msgstr "" "PhysicsServer2D.AREA_PARAM_GRAVITY, 98)\n" "[/codeblock]" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 #, fuzzy msgid "" "The default gravity direction in 2D.\n" @@ -60134,7 +60311,7 @@ msgstr "" "get_space(), Servidor de Física2D.AREA_PARAM_GRAVITY_VECTOR, Vector2(0, 1))\n" "[/codeblock]" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -60147,7 +60324,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 #, fuzzy msgid "" "Threshold defining the surface size that constitutes a large object with " @@ -60159,7 +60336,7 @@ msgstr "" "con respecto a las células en el algoritmo de la cuadrícula hash 2D de fase " "ancha." -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 #, fuzzy msgid "" "Sets which physics engine to use for 2D physics.\n" @@ -60170,7 +60347,7 @@ msgstr "" "\"DEFAULT\" y \"GodotPhysics2D\" son lo mismo, ya que actualmente no hay " "ningún servidor de física 2D alternativo implementado." -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 #, fuzzy msgid "" "Threshold angular velocity under which a 2D physics body will be considered " @@ -60181,7 +60358,7 @@ msgstr "" "inactivo. Ver [constant PhysicsServer2D." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 #, fuzzy msgid "" "Threshold linear velocity under which a 2D physics body will be considered " @@ -60192,7 +60369,7 @@ msgstr "" "inactivo. Ver [constant PhysicsServer2D." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -60208,7 +60385,7 @@ msgstr "" "de un modelo de hilo multi-hilo para la física. Asegúrate de evaluar si te " "da un rendimiento extra y no hay regresiones al usarlo." -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 #, fuzzy msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " @@ -60218,13 +60395,13 @@ msgstr "" "ponga a dormir. Ver [constant PhysicsServer2D." "SPACE_PARAM_BODY_TIME_TO_SLEEP]." -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 #, fuzzy msgid "" "Sets whether the 3D physics world will be created with support for " @@ -60233,7 +60410,7 @@ msgstr "" "Establece si el mundo de la física 3D se creará con soporte para la física " "[SoftBody3D]. Sólo se aplica al motor de física de Bullet." -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -60246,7 +60423,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 #, fuzzy msgid "" "The default gravity strength in 3D (in meters per second squared).\n" @@ -60268,7 +60445,7 @@ msgstr "" "PhysicsServer3D.AREA_PARAM_GRAVITY, 9.8)\n" "[/codeblock]" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 #, fuzzy msgid "" "The default gravity direction in 3D.\n" @@ -60290,7 +60467,7 @@ msgstr "" "PhysicsServer3D.AREA_PARAM_GRAVITY_VECTOR, Vector3(0, -1, 0))\n" "[/codeblock]" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -60303,13 +60480,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 #, fuzzy msgid "" "Sets which physics engine to use for 3D physics.\n" @@ -60322,11 +60499,11 @@ msgstr "" "org]Bullet[/url]. El motor de \"GodotPhysics3D\" sigue siendo soportado como " "una alternativa." -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "Habilita [member Viewport.physics_object_picking] en el viewport raíz." -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -60340,7 +60517,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -60355,7 +60532,7 @@ msgstr "" "cambiar el FPS de física en tiempo de ejecución, establece [member Engine." "iterations_per_second] en su lugar." -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 #, fuzzy msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " @@ -60380,7 +60557,7 @@ msgstr "" "mayoría; los valores superiores a 2 podrían hacer que el juego reaccionara a " "los fotogramas caídos con un retraso notable y no se recomiendan." -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -60390,7 +60567,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -60400,7 +60577,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -60411,7 +60588,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -60421,7 +60598,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -60429,7 +60606,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 #, fuzzy msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " @@ -60449,7 +60626,7 @@ msgstr "" "backend de renderizado GLES2, y sólo a las plataformas de escritorio. No es " "necesaria cuando se utiliza el backend de Vulkan." -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -60464,7 +60641,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -60473,13 +60650,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -60488,7 +60665,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -60498,7 +60675,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -60510,7 +60687,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -60520,24 +60697,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -60546,7 +60723,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -60554,7 +60731,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -60563,7 +60740,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -60573,7 +60750,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -60581,31 +60758,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 #, fuzzy msgid "" "Default background clear color. Overridable per [Viewport] using its " @@ -60619,7 +60796,7 @@ msgstr "" "predeterminado de forma programada, utilice el [method RenderingServer." "set_default_clear_color]." -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -60635,46 +60812,53 @@ msgstr "" "reserva, es mejor borrar [code]default_env.tres[/code], o especificar aquí " "un entorno por defecto diferente." -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -60682,7 +60866,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -60692,7 +60876,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -60701,7 +60885,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -60710,14 +60894,14 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 #, fuzzy msgid "" "If [code]true[/code], the texture importer will import lossless textures " @@ -60728,7 +60912,7 @@ msgstr "" "Este algoritmo sólo es compatible con las plataformas y consolas de " "escritorio." -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 #, fuzzy msgid "" "The default compression level for lossless WebP. Higher levels result in " @@ -60745,7 +60929,7 @@ msgstr "" "[code]6[/code] pero podría cambiar en el futuro debido a las actualizaciones " "subyacentes de zlib." -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -60753,7 +60937,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -60762,7 +60946,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -60772,13 +60956,13 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 #, fuzzy msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" @@ -60789,7 +60973,7 @@ msgstr "" "cinematico. Si [code]false[/code], las colisiones se manejarán como un " "cuerpo estático." -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -60798,13 +60982,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -60814,14 +60998,14 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 #, fuzzy msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " @@ -60831,7 +61015,7 @@ msgstr "" "size] en los dispositivos móviles, debido a problemas de rendimiento o de " "compatibilidad con el controlador." -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." @@ -60839,7 +61023,7 @@ msgstr "" "Desactiva el paso previo de profundidad para algunos fabricantes de GPU " "(normalmente móviles), ya que su arquitectura ya lo hace." -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " @@ -60849,7 +61033,7 @@ msgstr "" "renderizar los materiales. Esto aumenta el rendimiento en escenas con alto " "sobregiro, cuando se utilizan materiales complejos e iluminación." -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " @@ -60859,7 +61043,7 @@ msgstr "" "en sombras más nítidas, a costa del rendimiento. El valor se redondeará a la " "potencia más cercana de 2." -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." @@ -60868,7 +61052,7 @@ msgstr "" "directional_shadow/size] en los dispositivos móviles, debido a problemas de " "rendimiento o de apoyo al driver." -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 #, fuzzy msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" @@ -60886,7 +61070,7 @@ msgstr "" "[code]OS.get_current_video_driver[/code] para consultarla en tiempo de " "ejecución." -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -60898,7 +61082,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -60906,7 +61090,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 #, fuzzy msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " @@ -60921,7 +61105,7 @@ msgstr "" "[b]Nota:[/b] La MSAA no está disponible en la exportación a HTML5 utilizando " "el backend GLES2." -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -60930,7 +61114,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -60944,7 +61128,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 #, fuzzy msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " @@ -60959,7 +61143,7 @@ msgstr "" "la imagen se vea borrosa, especialmente en resoluciones más bajas. Puede " "funcionar relativamente bien en resoluciones grandes como 1440p y 4K." -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -60974,7 +61158,7 @@ msgstr "" "de memoria. Si [code]false[/code], se utiliza el filtrado lineal de mipmaps " "(también llamado \"filtrado trilíneo\")." -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -60990,7 +61174,7 @@ msgstr "" "[code]DEPTH_TEXTURE[/code] no estarán disponibles en los shaders y los " "efectos de post-procesamiento no estarán disponibles en el [Environment]." -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " @@ -61000,14 +61184,14 @@ msgstr "" "framebuffer_allocation] en los dispositivos móviles, debido a problemas de " "rendimiento o de compatibilidad con el controlador." -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 #, fuzzy msgid "" "Lower-end override for [member rendering/quality/lightmapping/" @@ -61017,27 +61201,27 @@ msgstr "" "force_vertex_shading] en los dispositivos móviles, debido a problemas de " "rendimiento o de compatibilidad con el controlador." -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 #, fuzzy msgid "" "Lower-end override for [member rendering/quality/reflections/" @@ -61048,7 +61232,7 @@ msgstr "" "reflections/ggx_samples] en dispositivos móviles, debido a problemas de " "rendimiento o de compatibilidad con el controlador." -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -61059,7 +61243,7 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 #, fuzzy msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " @@ -61072,7 +61256,7 @@ msgstr "" "significativamente más lento de calcular y utiliza [member rendering/quality/" "reflections/roughness_layers] veces más memoria." -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " @@ -61082,7 +61266,7 @@ msgstr "" "reflections/texture_array_reflections] en dispositivos móviles, debido a " "problemas de rendimiento o compatibilidad con el controlador." -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." @@ -61090,7 +61274,7 @@ msgstr "" "Si [code]true[/code], utiliza un modelo Blinn más rápido pero de menor " "calidad para generar reflejos borrosos en lugar del modelo GGX." -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " @@ -61100,7 +61284,7 @@ msgstr "" "shadinging/force_blinn_over_ggx] en los dispositivos móviles, debido a " "problemas de rendimiento o de soporte de los conductores." -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." @@ -61108,7 +61292,7 @@ msgstr "" "Si [code]true[/code], utiliza un modelo de iluminación de material Lambert " "más rápido pero de menor calidad en lugar del Burley." -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " @@ -61118,7 +61302,7 @@ msgstr "" "shadinging/force_lambert_over_burley] en los dispositivos móviles, debido a " "problemas de rendimiento o de apoyo al conductor." -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " @@ -61129,7 +61313,7 @@ msgstr "" "la calidad enormemente. Se puede utilizar para optimizar el rendimiento en " "dispositivos móviles de gama baja." -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " @@ -61139,7 +61323,7 @@ msgstr "" "force_vertex_shading] en los dispositivos móviles, debido a problemas de " "rendimiento o de compatibilidad con el controlador." -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -61150,7 +61334,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -61159,8 +61343,8 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." @@ -61168,7 +61352,7 @@ msgstr "" "Tamaño del cuadrante de subdivisión para el mapeo de sombras. Ver la " "documentación del mapeo de sombras." -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." @@ -61176,7 +61360,7 @@ msgstr "" "Tamaño para el atlas de sombras (usado para OmniLights y SpotLights). Vea la " "documentación." -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." @@ -61185,7 +61369,7 @@ msgstr "" "size] en los dispositivos móviles, debido a problemas de rendimiento o de " "compatibilidad con el controlador." -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -61196,7 +61380,7 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 #, fuzzy msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " @@ -61206,14 +61390,14 @@ msgstr "" "size] en los dispositivos móviles, debido a problemas de rendimiento o de " "compatibilidad con el controlador." -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -61225,47 +61409,47 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 #, fuzzy msgid "Quality setting for subsurface scattering (samples taken)." msgstr "La fuerza del efecto de dispersión del subsuelo." -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 #, fuzzy msgid "Max radius used for subsurface scattering samples." msgstr "La fuerza del efecto de dispersión del subsuelo." -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " @@ -61275,7 +61459,7 @@ msgstr "" "mejorar enormemente el rendimiento, pero la sincronización con el hilo " "principal puede causar un poco más de temblor." -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -61283,7 +61467,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 #, fuzzy msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " @@ -61294,24 +61478,7 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." -msgstr "" -"Si [code]true[/code], el importador de texturas importará texturas " -"comprimidas con VRAM usando el algoritmo BPTC. Este algoritmo de compresión " -"de texturas sólo está soportado en plataformas de escritorio, y sólo cuando " -"se utiliza el renderizador Vulkan." - -#: doc/classes/ProjectSettings.xml:1461 -#, fuzzy -msgid "" -"If [code]true[/code], the texture importer will import VRAM-compressed " -"textures using the Ericsson Texture Compression algorithm. This algorithm " -"doesn't support alpha channels in textures.\n" -"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " -"already imported before. To make this setting apply to textures that were " -"already imported, exit the editor, remove the [code].import/[/code] folder " -"located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" "Si [code]true[/code], el importador de texturas importará texturas " "comprimidas con VRAM usando el algoritmo BPTC. Este algoritmo de compresión " @@ -61322,13 +61489,13 @@ msgstr "" #, fuzzy msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " -"textures using the Ericsson Texture Compression 2 algorithm. This texture " -"compression algorithm is only supported when using the GLES3 renderer.\n" +"textures using the Ericsson Texture Compression algorithm. This algorithm " +"doesn't support alpha channels in textures.\n" "[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" "Si [code]true[/code], el importador de texturas importará texturas " "comprimidas con VRAM usando el algoritmo BPTC. Este algoritmo de compresión " @@ -61339,13 +61506,13 @@ msgstr "" #, fuzzy msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " -"textures using the PowerVR Texture Compression algorithm. This texture " -"compression algorithm is only supported on iOS.\n" +"textures using the Ericsson Texture Compression 2 algorithm. This texture " +"compression algorithm is only supported when using the GLES3 renderer.\n" "[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" "Si [code]true[/code], el importador de texturas importará texturas " "comprimidas con VRAM usando el algoritmo BPTC. Este algoritmo de compresión " @@ -61356,13 +61523,13 @@ msgstr "" #, fuzzy msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " -"textures using the S3 Texture Compression algorithm. This algorithm is only " -"supported on desktop platforms and consoles.\n" +"textures using the PowerVR Texture Compression algorithm. This texture " +"compression algorithm is only supported on iOS.\n" "[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" "Si [code]true[/code], el importador de texturas importará texturas " "comprimidas con VRAM usando el algoritmo BPTC. Este algoritmo de compresión " @@ -61372,6 +61539,23 @@ msgstr "" #: doc/classes/ProjectSettings.xml:1477 #, fuzzy msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the S3 Texture Compression algorithm. This algorithm is only " +"supported on desktop platforms and consoles.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" +"Si [code]true[/code], el importador de texturas importará texturas " +"comprimidas con VRAM usando el algoritmo BPTC. Este algoritmo de compresión " +"de texturas sólo está soportado en plataformas de escritorio, y sólo cuando " +"se utiliza el renderizador Vulkan." + +#: doc/classes/ProjectSettings.xml:1481 +#, fuzzy +msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." msgstr "" @@ -76202,31 +76386,38 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "[Color] del texto utilizado cuando el [Button] está desactivado." #: doc/classes/ToolButton.xml:39 +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ToolButton.xml:42 #, fuzzy msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "[Color] del texto usado cuando el [Button] tiene encima el cursor." -#: doc/classes/ToolButton.xml:42 +#: doc/classes/ToolButton.xml:45 #, fuzzy msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "[Color] del texto utilizado cuando se pulsa el [Button]." -#: doc/classes/ToolButton.xml:45 +#: doc/classes/ToolButton.xml:48 #, fuzzy msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "[StyleBox] que se usa cuando el [Button] tiene encima el cursor." -#: doc/classes/ToolButton.xml:48 +#: doc/classes/ToolButton.xml:51 #, fuzzy msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "El espacio horizontal entre el icono y el texto de [Button]." -#: doc/classes/ToolButton.xml:51 +#: doc/classes/ToolButton.xml:54 #, fuzzy msgid "Default [StyleBox] for the [ToolButton]." msgstr "[StyleBox] por defecto para el [Button]." -#: doc/classes/ToolButton.xml:54 +#: doc/classes/ToolButton.xml:57 #, fuzzy msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "[StyleBox] que se usa cuando se presiona el [Button]." @@ -92058,6 +92249,30 @@ msgstr "" "Si es [code]true[/code], los nodos hijos son ordenados, de lo contrario el " "ordenado está deshabilitado." +#, fuzzy +#~ msgid "" +#~ "Returns a list of intersecting [Area]s. For performance reasons " +#~ "(collisions are all processed at the same time) this list is modified " +#~ "once during the physics step, not immediately after objects are moved. " +#~ "Consider using signals instead." +#~ msgstr "" +#~ "Devuelve una lista de los [Area2D] que se intersectan. Por razones de " +#~ "rendimiento (las colisiones se procesan todas al mismo tiempo) esta lista " +#~ "se modifica una vez durante el paso de la física, no inmediatamente " +#~ "después de que los objetos se muevan. Considere la posibilidad de usar " +#~ "señales en su lugar." + +#, fuzzy +#~ msgid "Emitted when the resource value was set and user clicked to edit it." +#~ msgstr "Emitido cuando se selecciona un recurso en el inspector." + +#~ msgid "" +#~ "OpenGL texture format [code]RED[/code] with a single component and a " +#~ "bitdepth of 8." +#~ msgstr "" +#~ "Formato de textura OpenGL [code]RED[/code] con un solo componente y una " +#~ "profundidad de bits de 8." + #~ msgid "Returns the label used for built-in text." #~ msgstr "Devuelve la etiqueta utilizada para el texto interno." diff --git a/doc/translations/et.po b/doc/translations/et.po new file mode 100644 index 0000000000..b4bd240ceb --- /dev/null +++ b/doc/translations/et.po @@ -0,0 +1,69329 @@ +# LANGUAGE translation of the Godot Engine class reference. +# 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. +# +# karl kivi , 2021. +msgid "" +msgstr "" +"Project-Id-Version: Godot Engine class reference\n" +"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: doc/tools/make_rst.py +msgid "Description" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Tutorials" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Properties" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Methods" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Theme Properties" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Signals" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Enumerations" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Constants" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Property Descriptions" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Method Descriptions" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:4 +msgid "Built-in GDScript functions." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:7 +msgid "" +"List of core built-in GDScript functions. Math functions and other " +"utilities. Everything else is provided by objects. (Keywords: builtin, built " +"in, global functions.)" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:19 +msgid "" +"Returns a color constructed from integer red, green, blue, and alpha " +"channels. Each channel should have 8 bits of information ranging from 0 to " +"255.\n" +"[code]r8[/code] red channel\n" +"[code]g8[/code] green channel\n" +"[code]b8[/code] blue channel\n" +"[code]a8[/code] alpha channel\n" +"[codeblock]\n" +"red = Color8(255, 0, 0)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:34 +msgid "" +"Returns a color according to the standardized [code]name[/code] with " +"[code]alpha[/code] ranging from 0 to 1.\n" +"[codeblock]\n" +"red = ColorN(\"red\", 1)\n" +"[/codeblock]\n" +"Supported color names are the same as the constants defined in [Color]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:45 +msgid "" +"Returns the absolute value of parameter [code]s[/code] (i.e. positive " +"value).\n" +"[codeblock]\n" +"a = abs(-1) # a is 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:55 +msgid "" +"Returns the arc cosine of [code]s[/code] in radians. Use to get the angle of " +"cosine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " +"[code]1.0[/code] (inclusive), otherwise, [method acos] will return [constant " +"NAN].\n" +"[codeblock]\n" +"# c is 0.523599 or 30 degrees if converted with rad2deg(s)\n" +"c = acos(0.866025)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:66 +msgid "" +"Returns the arc sine of [code]s[/code] in radians. Use to get the angle of " +"sine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " +"[code]1.0[/code] (inclusive), otherwise, [method asin] will return [constant " +"NAN].\n" +"[codeblock]\n" +"# s is 0.523599 or 30 degrees if converted with rad2deg(s)\n" +"s = asin(0.5)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:78 +msgid "" +"Asserts that the [code]condition[/code] is [code]true[/code]. If the " +"[code]condition[/code] is [code]false[/code], an error is generated. When " +"running from the editor, the running project will also be paused until you " +"resume it. This can be used as a stronger form of [method push_error] for " +"reporting errors to project developers or add-on users.\n" +"[b]Note:[/b] For performance reasons, the code inside [method assert] is " +"only executed in debug builds or when running the project from the editor. " +"Don't include code that has side effects in an [method assert] call. " +"Otherwise, the project will behave differently when exported in release " +"mode.\n" +"The optional [code]message[/code] argument, if given, is shown in addition " +"to the generic \"Assertion failed\" message. You can use this to provide " +"additional details about why the assertion failed.\n" +"[codeblock]\n" +"# Imagine we always want speed to be between 0 and 20.\n" +"var speed = -10\n" +"assert(speed < 20) # True, the program will continue\n" +"assert(speed >= 0) # False, the program will stop\n" +"assert(speed >= 0 and speed < 20) # You can also combine the two conditional " +"statements in one check\n" +"assert(speed < 20, \"speed = %f, but the speed limit is 20\" % speed) # Show " +"a message with clarifying details\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:95 +msgid "" +"Returns the arc tangent of [code]s[/code] in radians. Use it to get the " +"angle from an angle's tangent in trigonometry: [code]atan(tan(angle)) == " +"angle[/code].\n" +"The method cannot know in which quadrant the angle should fall. See [method " +"atan2] if you have both [code]y[/code] and [code]x[/code].\n" +"[codeblock]\n" +"a = atan(0.5) # a is 0.463648\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:107 +msgid "" +"Returns the arc tangent of [code]y/x[/code] in radians. Use to get the angle " +"of tangent [code]y/x[/code]. To compute the value, the method takes into " +"account the sign of both arguments in order to determine the quadrant.\n" +"Important note: The Y coordinate comes first, by convention.\n" +"[codeblock]\n" +"a = atan2(0, -1) # a is 3.141593\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:119 +msgid "" +"Decodes a byte array back to a value. When [code]allow_objects[/code] is " +"[code]true[/code] decoding objects is allowed.\n" +"[b]WARNING:[/b] Deserialized object can contain code which gets executed. Do " +"not use this option if the serialized object comes from untrusted sources to " +"avoid potential security threats (remote code execution)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:128 +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:145 +msgid "" +"Converts a 2D point expressed in the cartesian coordinate system (X and Y " +"axis) to the polar coordinate system (a distance from the origin and an " +"angle)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:135 +msgid "" +"Rounds [code]s[/code] upward (towards positive infinity), returning the " +"smallest whole number that is not less than [code]s[/code].\n" +"[codeblock]\n" +"a = ceil(1.45) # a is 2.0\n" +"a = ceil(1.001) # a is 2.0\n" +"[/codeblock]\n" +"See also [method floor], [method round], [method stepify], and [int]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:147 +msgid "" +"Returns a character as a String of the given Unicode code point (which is " +"compatible with ASCII code).\n" +"[codeblock]\n" +"a = char(65) # a is \"A\"\n" +"a = char(65 + 32) # a is \"a\"\n" +"a = char(8364) # a is \"€\"\n" +"[/codeblock]\n" +"This is the inverse of [method ord]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:162 +msgid "" +"Clamps [code]value[/code] and returns a value not less than [code]min[/code] " +"and not more than [code]max[/code].\n" +"[codeblock]\n" +"a = clamp(1000, 1, 20) # a is 20\n" +"a = clamp(-10, 1, 20) # a is 1\n" +"a = clamp(15, 1, 20) # a is 15\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:175 +msgid "" +"Converts from a type to another in the best way possible. The [code]type[/" +"code] parameter uses the [enum Variant.Type] values.\n" +"[codeblock]\n" +"a = Vector2(1, 0)\n" +"# Prints 1\n" +"print(a.length())\n" +"a = convert(a, TYPE_STRING)\n" +"# Prints 6 as \"(1, 0)\" is 6 characters\n" +"print(a.length())\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:190 +msgid "" +"Returns the cosine of angle [code]s[/code] in radians.\n" +"[codeblock]\n" +"a = cos(TAU) # a is 1.0\n" +"a = cos(PI) # a is -1.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:201 +msgid "" +"Returns the hyperbolic cosine of [code]s[/code] in radians.\n" +"[codeblock]\n" +"print(cosh(1)) # Prints 1.543081\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:211 +msgid "Converts from decibels to linear energy (audio)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:218 +msgid "Deprecated alias for [method step_decimals]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:227 +msgid "" +"[b]Note:[/b] [code]dectime[/code] has been deprecated and will be removed in " +"Godot 4.0, please use [method move_toward] instead.\n" +"Returns the result of [code]value[/code] decreased by [code]step[/code] * " +"[code]amount[/code].\n" +"[codeblock]\n" +"a = dectime(60, 10, 0.1)) # a is 59.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:238 +msgid "" +"Converts an angle expressed in degrees to radians.\n" +"[codeblock]\n" +"r = deg2rad(180) # r is 3.141593\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:248 +msgid "" +"Converts a dictionary (previously created with [method inst2dict]) back to " +"an instance. Useful for deserializing." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:256 +msgid "" +"Returns an \"eased\" value of [code]x[/code] based on an easing function " +"defined with [code]curve[/code]. This easing function is based on an " +"exponent. The [code]curve[/code] can be any floating-point number, with " +"specific values leading to the following behaviors:\n" +"[codeblock]\n" +"- Lower than -1.0 (exclusive): Ease in-out\n" +"- 1.0: Linear\n" +"- Between -1.0 and 0.0 (exclusive): Ease out-in\n" +"- 0.0: Constant\n" +"- Between 0.0 to 1.0 (exclusive): Ease in\n" +"- 1.0: Linear\n" +"- Greater than 1.0 (exclusive): Ease out\n" +"[/codeblock]\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" +"ease_cheatsheet.png]ease() curve values cheatsheet[/url]\n" +"See also [method smoothstep]. If you need to perform more advanced " +"transitions, use [Tween] or [AnimationPlayer]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:274 +msgid "" +"The natural exponential function. It raises the mathematical constant [b]e[/" +"b] to the power of [code]s[/code] and returns it.\n" +"[b]e[/b] has an approximate value of 2.71828, and can be obtained with " +"[code]exp(1)[/code].\n" +"For exponents to other bases use the method [method pow].\n" +"[codeblock]\n" +"a = exp(2) # Approximately 7.39\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:286 +msgid "" +"Rounds [code]s[/code] downward (towards negative infinity), returning the " +"largest whole number that is not more than [code]s[/code].\n" +"[codeblock]\n" +"a = floor(2.45) # a is 2.0\n" +"a = floor(2.99) # a is 2.0\n" +"a = floor(-2.99) # a is -3.0\n" +"[/codeblock]\n" +"See also [method ceil], [method round], [method stepify], and [int].\n" +"[b]Note:[/b] This method returns a float. If you need an integer and " +"[code]s[/code] is a non-negative number, you can use [code]int(s)[/code] " +"directly." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:301 +msgid "" +"Returns the floating-point remainder of [code]a/b[/code], keeping the sign " +"of [code]a[/code].\n" +"[codeblock]\n" +"r = fmod(7, 5.5) # r is 1.5\n" +"[/codeblock]\n" +"For the integer remainder operation, use the % operator." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:313 +msgid "" +"Returns the floating-point modulus of [code]a/b[/code] that wraps equally in " +"positive and negative.\n" +"[codeblock]\n" +"for i in 7:\n" +" var x = 0.5 * i - 1.5\n" +" print(\"%4.1f %4.1f %4.1f\" % [x, fmod(x, 1.5), fposmod(x, 1.5)])\n" +"[/codeblock]\n" +"Produces:\n" +"[codeblock]\n" +"-1.5 -0.0 0.0\n" +"-1.0 -1.0 0.5\n" +"-0.5 -0.5 1.0\n" +" 0.0 0.0 0.0\n" +" 0.5 0.5 0.5\n" +" 1.0 1.0 1.0\n" +" 1.5 0.0 0.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:336 +msgid "" +"Returns a reference to the specified function [code]funcname[/code] in the " +"[code]instance[/code] node. As functions aren't first-class objects in " +"GDscript, use [code]funcref[/code] to store a [FuncRef] in a variable and " +"call it later.\n" +"[codeblock]\n" +"func foo():\n" +" return(\"bar\")\n" +"\n" +"a = funcref(self, \"foo\")\n" +"print(a.call_func()) # Prints bar\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:349 +msgid "" +"Returns an array of dictionaries representing the current call stack.\n" +"[codeblock]\n" +"func _ready():\n" +" foo()\n" +"\n" +"func foo():\n" +" bar()\n" +"\n" +"func bar():\n" +" print(get_stack())\n" +"[/codeblock]\n" +"would print\n" +"[codeblock]\n" +"[{function:bar, line:12, source:res://script.gd}, {function:foo, line:9, " +"source:res://script.gd}, {function:_ready, line:6, source:res://script.gd}]\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:370 +msgid "" +"Returns the integer hash of the variable passed.\n" +"[codeblock]\n" +"print(hash(\"a\")) # Prints 177670\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:380 +msgid "" +"Returns the passed instance converted to a dictionary (useful for " +"serializing).\n" +"[codeblock]\n" +"var foo = \"bar\"\n" +"func _ready():\n" +" var d = inst2dict(self)\n" +" print(d.keys())\n" +" print(d.values())\n" +"[/codeblock]\n" +"Prints out:\n" +"[codeblock]\n" +"[@subpath, @path, foo]\n" +"[, res://test.gd, bar]\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:399 +msgid "" +"Returns the Object that corresponds to [code]instance_id[/code]. All Objects " +"have a unique instance ID.\n" +"[codeblock]\n" +"var foo = \"bar\"\n" +"func _ready():\n" +" var id = get_instance_id()\n" +" var inst = instance_from_id(id)\n" +" print(inst.foo) # Prints bar\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:415 +msgid "" +"Returns a normalized value considering the given range. This is the opposite " +"of [method lerp].\n" +"[codeblock]\n" +"var middle = lerp(20, 30, 0.75)\n" +"# `middle` is now 27.5.\n" +"# Now, we pretend to have forgotten the original ratio and want to get it " +"back.\n" +"var ratio = inverse_lerp(20, 30, 27.5)\n" +"# `ratio` is now 0.75.\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:430 +msgid "" +"Returns [code]true[/code] if [code]a[/code] and [code]b[/code] are " +"approximately equal to each other.\n" +"Here, approximately equal means that [code]a[/code] and [code]b[/code] are " +"within a small internal epsilon of each other, which scales with the " +"magnitude of the numbers.\n" +"Infinity values of the same sign are considered equal." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:439 +msgid "" +"Returns whether [code]s[/code] is an infinity value (either positive " +"infinity or negative infinity)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:446 +msgid "" +"Returns whether [code]instance[/code] is a valid object (e.g. has not been " +"deleted from memory)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:453 +msgid "" +"Returns whether [code]s[/code] is a NaN (\"Not a Number\" or invalid) value." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:460 +msgid "" +"Returns [code]true[/code] if [code]s[/code] is zero or almost zero.\n" +"This method is faster than using [method is_equal_approx] with one value as " +"zero." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:468 +msgid "" +"Returns length of Variant [code]var[/code]. Length is the character count of " +"String, element count of Array, size of Dictionary, etc.\n" +"[b]Note:[/b] Generates a fatal error if Variant can not provide a length.\n" +"[codeblock]\n" +"a = [1, 2, 3, 4]\n" +"len(a) # Returns 4\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:482 +msgid "" +"Linearly interpolates between two values by a normalized value. This is the " +"opposite of [method inverse_lerp].\n" +"If the [code]from[/code] and [code]to[/code] arguments are of type [int] or " +"[float], the return value is a [float].\n" +"If both are of the same vector type ([Vector2], [Vector3] or [Color]), the " +"return value will be of the same type ([code]lerp[/code] then calls the " +"vector type's [code]linear_interpolate[/code] method).\n" +"[codeblock]\n" +"lerp(0, 4, 0.75) # Returns 3.0\n" +"lerp(Vector2(1, 5), Vector2(3, 2), 0.5) # Returns Vector2(2, 3.5)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:497 +msgid "" +"Linearly interpolates between two angles (in radians) by a normalized " +"value.\n" +"Similar to [method lerp], but interpolates correctly when the angles wrap " +"around [constant @GDScript.TAU].\n" +"[codeblock]\n" +"extends Sprite\n" +"var elapsed = 0.0\n" +"func _process(delta):\n" +" var min_angle = deg2rad(0.0)\n" +" var max_angle = deg2rad(90.0)\n" +" rotation = lerp_angle(min_angle, max_angle, elapsed)\n" +" elapsed += delta\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:514 +msgid "" +"Converts from linear energy to decibels (audio). This can be used to " +"implement volume sliders that behave as expected (since volume isn't " +"linear). Example:\n" +"[codeblock]\n" +"# \"Slider\" refers to a node that inherits Range such as HSlider or " +"VSlider.\n" +"# Its range must be configured to go from 0 to 1.\n" +"# Change the bus name if you'd like to change the volume of a specific bus " +"only.\n" +"AudioServer.set_bus_volume_db(AudioServer.get_bus_index(\"Master\"), " +"linear2db($Slider.value))\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:527 +msgid "" +"Loads a resource from the filesystem located at [code]path[/code]. The " +"resource is loaded on the method call (unless it's referenced already " +"elsewhere, e.g. in another script or in the scene), which might cause slight " +"delay, especially when loading scenes. To avoid unnecessary delays when " +"loading something multiple times, either store the resource in a variable or " +"use [method preload].\n" +"[b]Note:[/b] Resource paths can be obtained by right-clicking on a resource " +"in the FileSystem dock and choosing \"Copy Path\" or by dragging the file " +"from the FileSystem dock into the script.\n" +"[codeblock]\n" +"# Load a scene called main located in the root of the project directory and " +"cache it in a variable.\n" +"var main = load(\"res://main.tscn\") # main will contain a PackedScene " +"resource.\n" +"[/codeblock]\n" +"[b]Important:[/b] The path must be absolute, a local path will just return " +"[code]null[/code].\n" +"This method is a simplified version of [method ResourceLoader.load], which " +"can be used for more advanced scenarios." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:541 +msgid "" +"Natural logarithm. The amount of time needed to reach a certain level of " +"continuous growth.\n" +"[b]Note:[/b] This is not the same as the \"log\" function on most " +"calculators, which uses a base 10 logarithm.\n" +"[codeblock]\n" +"log(10) # Returns 2.302585\n" +"[/codeblock]\n" +"[b]Note:[/b] The logarithm of [code]0[/code] returns [code]-inf[/code], " +"while negative values return [code]-nan[/code]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:554 +msgid "" +"Returns the maximum of two values.\n" +"[codeblock]\n" +"max(1, 2) # Returns 2\n" +"max(-3.99, -4) # Returns -3.99\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:566 +msgid "" +"Returns the minimum of two values.\n" +"[codeblock]\n" +"min(1, 2) # Returns 1\n" +"min(-3.99, -4) # Returns -4\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:579 +msgid "" +"Moves [code]from[/code] toward [code]to[/code] by the [code]delta[/code] " +"value.\n" +"Use a negative [code]delta[/code] value to move away.\n" +"[codeblock]\n" +"move_toward(5, 10, 4) # Returns 9\n" +"move_toward(10, 5, 4) # Returns 6\n" +"move_toward(10, 5, -1.5) # Returns 11.5\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:592 +msgid "" +"Returns the nearest equal or larger power of 2 for integer [code]value[/" +"code].\n" +"In other words, returns the smallest value [code]a[/code] where [code]a = " +"pow(2, n)[/code] such that [code]value <= a[/code] for some non-negative " +"integer [code]n[/code].\n" +"[codeblock]\n" +"nearest_po2(3) # Returns 4\n" +"nearest_po2(4) # Returns 4\n" +"nearest_po2(5) # Returns 8\n" +"\n" +"nearest_po2(0) # Returns 0 (this may not be what you expect)\n" +"nearest_po2(-1) # Returns 0 (this may not be what you expect)\n" +"[/codeblock]\n" +"[b]WARNING:[/b] Due to the way it is implemented, this function returns " +"[code]0[/code] rather than [code]1[/code] for non-positive values of " +"[code]value[/code] (in reality, 1 is the smallest integer power of 2)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:609 +msgid "" +"Returns an integer representing the Unicode code point of the given Unicode " +"character [code]char[/code].\n" +"[codeblock]\n" +"a = ord(\"A\") # a is 65\n" +"a = ord(\"a\") # a is 97\n" +"a = ord(\"€\") # a is 8364\n" +"[/codeblock]\n" +"This is the inverse of [method char]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:622 +msgid "" +"Parse JSON text to a Variant. (Use [method typeof] to check if the Variant's " +"type is what you expect.)\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, parsing a JSON text will convert " +"all numerical values to [float] types.\n" +"[b]Note:[/b] JSON objects do not preserve key order like Godot dictionaries, " +"thus, you should not rely on keys being in a certain order if a dictionary " +"is constructed from JSON. In contrast, JSON arrays retain the order of their " +"elements:\n" +"[codeblock]\n" +"var p = JSON.parse('[\"hello\", \"world\", \"!\"]')\n" +"if typeof(p.result) == TYPE_ARRAY:\n" +" print(p.result[0]) # Prints \"hello\"\n" +"else:\n" +" push_error(\"Unexpected results.\")\n" +"[/codeblock]\n" +"See also [JSON] for an alternative way to parse JSON text." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:640 +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:142 +msgid "" +"Converts a 2D point expressed in the polar coordinate system (a distance " +"from the origin [code]r[/code] and an angle [code]th[/code]) to the " +"cartesian coordinate system (X and Y axis)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:648 +msgid "" +"Returns the integer modulus of [code]a/b[/code] that wraps equally in " +"positive and negative.\n" +"[codeblock]\n" +"for i in range(-3, 4):\n" +" print(\"%2d %2d %2d\" % [i, i % 3, posmod(i, 3)])\n" +"[/codeblock]\n" +"Produces:\n" +"[codeblock]\n" +"-3 0 0\n" +"-2 -2 1\n" +"-1 -1 2\n" +" 0 0 0\n" +" 1 1 1\n" +" 2 2 2\n" +" 3 0 0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:670 +msgid "" +"Returns the result of [code]base[/code] raised to the power of [code]exp[/" +"code].\n" +"[codeblock]\n" +"pow(2, 5) # Returns 32.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:680 +msgid "" +"Returns a [Resource] from the filesystem located at [code]path[/code]. The " +"resource is loaded during script parsing, i.e. is loaded with the script and " +"[method preload] effectively acts as a reference to that resource. Note that " +"the method requires a constant path. If you want to load a resource from a " +"dynamic/variable path, use [method load].\n" +"[b]Note:[/b] Resource paths can be obtained by right clicking on a resource " +"in the Assets Panel and choosing \"Copy Path\" or by dragging the file from " +"the FileSystem dock into the script.\n" +"[codeblock]\n" +"# Instance a scene.\n" +"var diamond = preload(\"res://diamond.tscn\").instance()\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:691 +msgid "" +"Converts one or more arguments of any type to string in the best way " +"possible and prints them to the console.\n" +"[codeblock]\n" +"a = [1, 2, 3]\n" +"print(\"a\", \"=\", a) # Prints a=[1, 2, 3]\n" +"[/codeblock]\n" +"[b]Note:[/b] Consider using [method push_error] and [method push_warning] to " +"print error and warning messages instead of [method print]. This " +"distinguishes them from print messages used for debugging purposes, while " +"also displaying a stack trace when an error or warning is printed." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:702 +msgid "Like [method print], but prints only when used in debug mode." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:708 +msgid "" +"Prints a stack track at code location, only works when running with debugger " +"turned on.\n" +"Output in the console would look something like this:\n" +"[codeblock]\n" +"Frame 0 - res://test.gd:16 in function '_process'\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:718 +msgid "" +"Prints one or more arguments to strings in the best way possible to standard " +"error line.\n" +"[codeblock]\n" +"printerr(\"prints to stderr\")\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:727 +msgid "" +"Prints one or more arguments to strings in the best way possible to console. " +"No newline is added at the end.\n" +"[codeblock]\n" +"printraw(\"A\")\n" +"printraw(\"B\")\n" +"# Prints AB\n" +"[/codeblock]\n" +"[b]Note:[/b] Due to limitations with Godot's built-in console, this only " +"prints to the terminal. If you need to print in the editor, use another " +"method, such as [method print]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:739 +msgid "" +"Prints one or more arguments to the console with a space between each " +"argument.\n" +"[codeblock]\n" +"prints(\"A\", \"B\", \"C\") # Prints A B C\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:748 +msgid "" +"Prints one or more arguments to the console with a tab between each " +"argument.\n" +"[codeblock]\n" +"printt(\"A\", \"B\", \"C\") # Prints A B C\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:758 +msgid "" +"Pushes an error message to Godot's built-in debugger and to the OS " +"terminal.\n" +"[codeblock]\n" +"push_error(\"test error\") # Prints \"test error\" to debugger and terminal " +"as error call\n" +"[/codeblock]\n" +"[b]Note:[/b] Errors printed this way will not pause project execution. To " +"print an error message and pause project execution in debug builds, use " +"[code]assert(false, \"test error\")[/code] instead." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:769 +msgid "" +"Pushes a warning message to Godot's built-in debugger and to the OS " +"terminal.\n" +"[codeblock]\n" +"push_warning(\"test warning\") # Prints \"test warning\" to debugger and " +"terminal as warning call\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:779 +msgid "" +"Converts an angle expressed in radians to degrees.\n" +"[codeblock]\n" +"rad2deg(0.523599) # Returns 30.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:790 +msgid "" +"Random range, any floating point value between [code]from[/code] and " +"[code]to[/code].\n" +"[codeblock]\n" +"prints(rand_range(0, 1), rand_range(0, 1)) # Prints e.g. 0.135591 0.405263\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:800 +msgid "" +"Random from seed: pass a [code]seed[/code], and an array with both number " +"and new seed is returned. \"Seed\" here refers to the internal state of the " +"pseudo random number generator. The internal state of the current " +"implementation is 64 bits." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:806 +msgid "" +"Returns a random floating point value on the interval [code][0, 1][/code].\n" +"[codeblock]\n" +"randf() # Returns e.g. 0.375671\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:815 +msgid "" +"Returns a random unsigned 32-bit integer. Use remainder to obtain a random " +"value in the interval [code][0, N - 1][/code] (where N is smaller than " +"2^32).\n" +"[codeblock]\n" +"randi() # Returns random integer between 0 and 2^32 - 1\n" +"randi() % 20 # Returns random integer between 0 and 19\n" +"randi() % 100 # Returns random integer between 0 and 99\n" +"randi() % 100 + 1 # Returns random integer between 1 and 100\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:827 +msgid "" +"Randomizes the seed (or the internal state) of the random number generator. " +"Current implementation reseeds using a number based on time.\n" +"[codeblock]\n" +"func _ready():\n" +" randomize()\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:837 +msgid "" +"Returns an array with the given range. Range can be 1 argument [code]N[/" +"code] (0 to [code]N[/code] - 1), two arguments ([code]initial[/code], " +"[code]final - 1[/code]) or three arguments ([code]initial[/code], " +"[code]final - 1[/code], [code]increment[/code]). Returns an empty array if " +"the range isn't valid (e.g. [code]range(2, 5, -1)[/code] or [code]range(5, " +"5, 1)[/code]).\n" +"Returns an array with the given range. [code]range()[/code] can have 1 " +"argument N ([code]0[/code] to [code]N - 1[/code]), two arguments " +"([code]initial[/code], [code]final - 1[/code]) or three arguments " +"([code]initial[/code], [code]final - 1[/code], [code]increment[/code]). " +"[code]increment[/code] can be negative. If [code]increment[/code] is " +"negative, [code]final - 1[/code] will become [code]final + 1[/code]. Also, " +"the initial value must be greater than the final value for the loop to run.\n" +"[codeblock]\n" +"print(range(4))\n" +"print(range(2, 5))\n" +"print(range(0, 6, 2))\n" +"[/codeblock]\n" +"Output:\n" +"[codeblock]\n" +"[0, 1, 2, 3]\n" +"[2, 3, 4]\n" +"[0, 2, 4]\n" +"[/codeblock]\n" +"To iterate over an [Array] backwards, use:\n" +"[codeblock]\n" +"var array = [3, 6, 9]\n" +"var i := array.size() - 1\n" +"while i >= 0:\n" +" print(array[i])\n" +" i -= 1\n" +"[/codeblock]\n" +"Output:\n" +"[codeblock]\n" +"9\n" +"6\n" +"3\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:874 +msgid "" +"Maps a [code]value[/code] from range [code][istart, istop][/code] to [code]" +"[ostart, ostop][/code].\n" +"[codeblock]\n" +"range_lerp(75, 0, 100, -1, 1) # Returns 0.5\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:884 +msgid "" +"Rounds [code]s[/code] to the nearest whole number, with halfway cases " +"rounded away from zero.\n" +"[codeblock]\n" +"a = round(2.49) # a is 2.0\n" +"a = round(2.5) # a is 3.0\n" +"a = round(2.51) # a is 3.0\n" +"[/codeblock]\n" +"See also [method floor], [method ceil], [method stepify], and [int]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:897 +msgid "" +"Sets seed for the random number generator.\n" +"[codeblock]\n" +"my_seed = \"Godot Rocks\"\n" +"seed(my_seed.hash())\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:908 +msgid "" +"Returns the sign of [code]s[/code]: -1 or 1. Returns 0 if [code]s[/code] is " +"0.\n" +"[codeblock]\n" +"sign(-6) # Returns -1\n" +"sign(0) # Returns 0\n" +"sign(6) # Returns 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:920 +msgid "" +"Returns the sine of angle [code]s[/code] in radians.\n" +"[codeblock]\n" +"sin(0.523599) # Returns 0.5\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:930 +msgid "" +"Returns the hyperbolic sine of [code]s[/code].\n" +"[codeblock]\n" +"a = log(2.0) # Returns 0.693147\n" +"sinh(a) # Returns 0.75\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:943 +msgid "" +"Returns the result of smoothly interpolating the value of [code]s[/code] " +"between [code]0[/code] and [code]1[/code], based on the where [code]s[/code] " +"lies with respect to the edges [code]from[/code] and [code]to[/code].\n" +"The return value is [code]0[/code] if [code]s <= from[/code], and [code]1[/" +"code] if [code]s >= to[/code]. If [code]s[/code] lies between [code]from[/" +"code] and [code]to[/code], the returned value follows an S-shaped curve that " +"maps [code]s[/code] between [code]0[/code] and [code]1[/code].\n" +"This S-shaped curve is the cubic Hermite interpolator, given by [code]f(y) = " +"3*y^2 - 2*y^3[/code] where [code]y = (x-from) / (to-from)[/code].\n" +"[codeblock]\n" +"smoothstep(0, 2, -5.0) # Returns 0.0\n" +"smoothstep(0, 2, 0.5) # Returns 0.15625\n" +"smoothstep(0, 2, 1.0) # Returns 0.5\n" +"smoothstep(0, 2, 2.0) # Returns 1.0\n" +"[/codeblock]\n" +"Compared to [method ease] with a curve value of [code]-1.6521[/code], " +"[method smoothstep] returns the smoothest possible curve with no sudden " +"changes in the derivative. If you need to perform more advanced transitions, " +"use [Tween] or [AnimationPlayer].\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" +"smoothstep_ease_comparison.png]Comparison between smoothstep() and ease(x, " +"-1.6521) return values[/url]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:960 +msgid "" +"Returns the square root of [code]s[/code], where [code]s[/code] is a non-" +"negative number.\n" +"[codeblock]\n" +"sqrt(9) # Returns 3\n" +"[/codeblock]\n" +"[b]Note:[/b] Negative values of [code]s[/code] return NaN. If you need " +"negative inputs, use [code]System.Numerics.Complex[/code] in C#." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:971 +msgid "" +"Returns the position of the first non-zero digit, after the decimal point. " +"Note that the maximum return value is 10, which is a design decision in the " +"implementation.\n" +"[codeblock]\n" +"n = step_decimals(5) # n is 0\n" +"n = step_decimals(1.0005) # n is 4\n" +"n = step_decimals(0.000000005) # n is 9\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:984 +msgid "" +"Snaps float value [code]s[/code] to a given [code]step[/code]. This can also " +"be used to round a floating point number to an arbitrary number of " +"decimals.\n" +"[codeblock]\n" +"stepify(100, 32) # Returns 96.0\n" +"stepify(3.14159, 0.01) # Returns 3.14\n" +"[/codeblock]\n" +"See also [method ceil], [method floor], [method round], and [int]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:995 +msgid "" +"Converts one or more arguments of any type to string in the best way " +"possible.\n" +"[codeblock]\n" +"var a = [10, 20, 30]\n" +"var b = str(a);\n" +"len(a) # Returns 3\n" +"len(b) # Returns 12\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1008 +msgid "" +"Converts a formatted string that was returned by [method var2str] to the " +"original value.\n" +"[codeblock]\n" +"a = '{ \"a\": 1, \"b\": 2 }'\n" +"b = str2var(a)\n" +"print(b[\"a\"]) # Prints 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1020 +msgid "" +"Returns the tangent of angle [code]s[/code] in radians.\n" +"[codeblock]\n" +"tan(deg2rad(45)) # Returns 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1030 +msgid "" +"Returns the hyperbolic tangent of [code]s[/code].\n" +"[codeblock]\n" +"a = log(2.0) # a is 0.693147\n" +"b = tanh(a) # b is 0.6\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1041 +msgid "" +"Converts a [Variant] [code]var[/code] to JSON text and return the result. " +"Useful for serializing data to store or send over the network.\n" +"[codeblock]\n" +"# Both numbers below are integers.\n" +"a = { \"a\": 1, \"b\": 2 }\n" +"b = to_json(a)\n" +"print(b) # {\"a\":1, \"b\":2}\n" +"# Both numbers above are floats, even if they display without any decimal " +"places.\n" +"[/codeblock]\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, converting a [Variant] to JSON " +"text will convert all numerical values to [float] types.\n" +"See also [JSON] for an alternative way to convert a [Variant] to JSON text." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1057 +msgid "" +"Returns whether the given class exists in [ClassDB].\n" +"[codeblock]\n" +"type_exists(\"Sprite\") # Returns true\n" +"type_exists(\"Variant\") # Returns false\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1068 +msgid "" +"Returns the internal type of the given Variant object, using the [enum " +"Variant.Type] values.\n" +"[codeblock]\n" +"p = parse_json('[\"a\", \"b\", \"c\"]')\n" +"if typeof(p) == TYPE_ARRAY:\n" +" print(p[0]) # Prints a\n" +"else:\n" +" print(\"unexpected results\")\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1082 +msgid "" +"Checks that [code]json[/code] is valid JSON data. Returns an empty string if " +"valid, or an error message otherwise.\n" +"[codeblock]\n" +"j = to_json([1, 2, 3])\n" +"v = validate_json(j)\n" +"if not v:\n" +" print(\"Valid JSON.\")\n" +"else:\n" +" push_error(\"Invalid JSON: \" + v)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1098 +msgid "" +"Encodes a variable value to a byte array. When [code]full_objects[/code] is " +"[code]true[/code] encoding objects is allowed (and can potentially include " +"code)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1105 +msgid "" +"Converts a Variant [code]var[/code] to a formatted string that can later be " +"parsed using [method str2var].\n" +"[codeblock]\n" +"a = { \"a\": 1, \"b\": 2 }\n" +"print(var2str(a))\n" +"[/codeblock]\n" +"prints\n" +"[codeblock]\n" +"{\n" +"\"a\": 1,\n" +"\"b\": 2\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1123 +msgid "" +"Returns a weak reference to an object.\n" +"A weak reference to an object is not enough to keep the object alive: when " +"the only remaining references to a referent are weak references, garbage " +"collection is free to destroy the referent and reuse its memory for " +"something else. However, until the object is actually destroyed the weak " +"reference may return the object even if there are no strong references to it." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1133 +msgid "" +"Wraps float [code]value[/code] between [code]min[/code] and [code]max[/" +"code].\n" +"Usable for creating loop-alike behavior or infinite surfaces.\n" +"[codeblock]\n" +"# Infinite loop between 5.0 and 9.9\n" +"value = wrapf(value + 0.1, 5.0, 10.0)\n" +"[/codeblock]\n" +"[codeblock]\n" +"# Infinite rotation (in radians)\n" +"angle = wrapf(angle + 0.1, 0.0, TAU)\n" +"[/codeblock]\n" +"[codeblock]\n" +"# Infinite rotation (in radians)\n" +"angle = wrapf(angle + 0.1, -PI, PI)\n" +"[/codeblock]\n" +"[b]Note:[/b] If [code]min[/code] is [code]0[/code], this is equivalent to " +"[method fposmod], so prefer using that instead.\n" +"[code]wrapf[/code] is more flexible than using the [method fposmod] approach " +"by giving the user control over the minimum value." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1157 +msgid "" +"Wraps integer [code]value[/code] between [code]min[/code] and [code]max[/" +"code].\n" +"Usable for creating loop-alike behavior or infinite surfaces.\n" +"[codeblock]\n" +"# Infinite loop between 5 and 9\n" +"frame = wrapi(frame + 1, 5, 10)\n" +"[/codeblock]\n" +"[codeblock]\n" +"# result is -2\n" +"var result = wrapi(-6, -5, -1)\n" +"[/codeblock]\n" +"[b]Note:[/b] If [code]min[/code] is [code]0[/code], this is equivalent to " +"[method posmod], so prefer using that instead.\n" +"[code]wrapi[/code] is more flexible than using the [method posmod] approach " +"by giving the user control over the minimum value." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1176 +msgid "" +"Stops the function execution and returns the current suspended state to the " +"calling function.\n" +"From the caller, call [method GDScriptFunctionState.resume] on the state to " +"resume execution. This invalidates the state. Within the resumed function, " +"[code]yield()[/code] returns whatever was passed to the [code]resume()[/" +"code] function call.\n" +"If passed an object and a signal, the execution is resumed when the object " +"emits the given signal. In this case, [code]yield()[/code] returns the " +"argument passed to [code]emit_signal()[/code] if the signal takes only one " +"argument, or an array containing all the arguments passed to " +"[code]emit_signal()[/code] if the signal takes multiple arguments.\n" +"You can also use [code]yield[/code] to wait for a function to finish:\n" +"[codeblock]\n" +"func _ready():\n" +" yield(countdown(), \"completed\") # waiting for the countdown() function " +"to complete\n" +" print('Ready')\n" +"\n" +"func countdown():\n" +" yield(get_tree(), \"idle_frame\") # returns a GDScriptFunctionState " +"object to _ready()\n" +" print(3)\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(2)\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(1)\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +"\n" +"# prints:\n" +"# 3\n" +"# 2\n" +"# 1\n" +"# Ready\n" +"[/codeblock]\n" +"When yielding on a function, the [code]completed[/code] signal will be " +"emitted automatically when the function returns. It can, therefore, be used " +"as the [code]signal[/code] parameter of the [code]yield[/code] method to " +"resume.\n" +"In order to yield on a function, the resulting function should also return a " +"[code]GDScriptFunctionState[/code]. Notice [code]yield(get_tree(), " +"\"idle_frame\")[/code] from the above example." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1207 +msgid "" +"Constant that represents how many times the diameter of a circle fits around " +"its perimeter. This is equivalent to [code]TAU / 2[/code]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1210 +msgid "" +"The circle constant, the circumference of the unit circle in radians. This " +"is equivalent to [code]PI * 2[/code], or 360 degrees in rotations." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1213 +msgid "" +"Positive floating-point infinity. This is the result of floating-point " +"division when the divisor is [code]0.0[/code]. For negative infinity, use " +"[code]-INF[/code]. Dividing by [code]-0.0[/code] will result in negative " +"infinity if the numerator is positive, so dividing by [code]0.0[/code] is " +"not the same as dividing by [code]-0.0[/code] (despite [code]0.0 == -0.0[/" +"code] returning [code]true[/code]).\n" +"[b]Note:[/b] Numeric infinity is only a concept with floating-point numbers, " +"and has no equivalent for integers. Dividing an integer number by [code]0[/" +"code] will not result in [constant INF] and will result in a run-time error " +"instead." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1217 +msgid "" +"\"Not a Number\", an invalid floating-point value. [constant NAN] has " +"special properties, including that it is not equal to itself ([code]NAN == " +"NAN[/code] returns [code]false[/code]). It is output by some invalid " +"operations, such as dividing floating-point [code]0.0[/code] by [code]0.0[/" +"code].\n" +"[b]Note:[/b] \"Not a Number\" is only a concept with floating-point numbers, " +"and has no equivalent for integers. Dividing an integer [code]0[/code] by " +"[code]0[/code] will not result in [constant NAN] and will result in a run-" +"time error instead." +msgstr "" + +#: doc/classes/@GlobalScope.xml:4 +msgid "Global scope constants and variables." +msgstr "" + +#: doc/classes/@GlobalScope.xml:7 +msgid "" +"Global scope constants and variables. This is all that resides in the " +"globals, constants regarding error codes, scancodes, property hints, etc.\n" +"Singletons are also documented here, since they can be accessed from " +"anywhere." +msgstr "" + +#: doc/classes/@GlobalScope.xml:16 +msgid "The [ARVRServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:19 +msgid "The [AudioServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:22 +msgid "The [CameraServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:25 +msgid "The [ClassDB] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:28 +msgid "The [Engine] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:31 +msgid "The [Geometry] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:34 +msgid "The [IP] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:37 +msgid "The [Input] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:40 +msgid "The [InputMap] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:43 +msgid "The [JSON] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:46 +msgid "" +"The [JavaClassWrapper] singleton.\n" +"[b]Note:[/b] Only implemented on Android." +msgstr "" + +#: doc/classes/@GlobalScope.xml:50 +msgid "" +"The [JavaScript] singleton.\n" +"[b]Note:[/b] Only implemented on HTML5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:54 +msgid "The [Marshalls] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:57 +msgid "The [EditorNavigationMeshGenerator] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:60 +msgid "The [OS] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:63 +msgid "The [Performance] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:66 +msgid "The [Physics2DServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:69 +msgid "The [PhysicsServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:72 +msgid "The [ProjectSettings] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:75 +msgid "The [ResourceLoader] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:78 +msgid "The [ResourceSaver] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:81 +msgid "The [TranslationServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:84 +msgid "The [VisualScriptEditor] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:87 +msgid "The [VisualServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:92 +msgid "Left margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:95 +msgid "Top margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:98 +msgid "Right margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:101 +msgid "" +"Bottom margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:104 +msgid "Top-left corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:107 +msgid "Top-right corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:110 +msgid "Bottom-right corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:113 +msgid "Bottom-left corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:116 +msgid "" +"General vertical alignment, usually used for [Separator], [ScrollBar], " +"[Slider], etc." +msgstr "" + +#: doc/classes/@GlobalScope.xml:119 +msgid "" +"General horizontal alignment, usually used for [Separator], [ScrollBar], " +"[Slider], etc." +msgstr "" + +#: doc/classes/@GlobalScope.xml:122 +msgid "Horizontal left alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:125 +msgid "Horizontal center alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:128 +msgid "Horizontal right alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:131 +msgid "Vertical top alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:134 +msgid "Vertical center alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:137 +msgid "Vertical bottom alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:140 +msgid "Scancodes with this bit applied are non-printable." +msgstr "" + +#: doc/classes/@GlobalScope.xml:143 +msgid "Escape key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:146 +msgid "Tab key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:149 +msgid "Shift+Tab key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:152 +msgid "Backspace key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:155 +msgid "Return key (on the main keyboard)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:158 +msgid "Enter key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:161 +msgid "Insert key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:164 +msgid "Delete key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:167 +msgid "Pause key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:170 +msgid "Print Screen key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:173 +msgid "System Request key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:176 +msgid "Clear key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:179 +msgid "Home key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:182 +msgid "End key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:185 +msgid "Left arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:188 +msgid "Up arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:191 +msgid "Right arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:194 +msgid "Down arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:197 +msgid "Page Up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:200 +msgid "Page Down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:203 +msgid "Shift key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:206 +msgid "Control key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:209 +msgid "Meta key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:212 +msgid "Alt key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:215 +msgid "Caps Lock key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:218 +msgid "Num Lock key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:221 +msgid "Scroll Lock key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:224 +msgid "F1 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:227 +msgid "F2 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:230 +msgid "F3 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:233 +msgid "F4 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:236 +msgid "F5 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:239 +msgid "F6 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:242 +msgid "F7 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:245 +msgid "F8 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:248 +msgid "F9 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:251 +msgid "F10 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:254 +msgid "F11 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:257 +msgid "F12 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:260 +msgid "F13 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:263 +msgid "F14 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:266 +msgid "F15 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:269 +msgid "F16 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:272 +msgid "Multiply (*) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:275 +msgid "Divide (/) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:278 +msgid "Subtract (-) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:281 +msgid "Period (.) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:284 +msgid "Add (+) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:287 +msgid "Number 0 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:290 +msgid "Number 1 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:293 +msgid "Number 2 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:296 +msgid "Number 3 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:299 +msgid "Number 4 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:302 +msgid "Number 5 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:305 +msgid "Number 6 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:308 +msgid "Number 7 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:311 +msgid "Number 8 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:314 +msgid "Number 9 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:317 +msgid "Left Super key (Windows key)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:320 +msgid "Right Super key (Windows key)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:323 +msgid "Context menu key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:326 +msgid "Left Hyper key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:329 +msgid "Right Hyper key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:332 +msgid "Help key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:335 +msgid "Left Direction key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:338 +msgid "Right Direction key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:341 +msgid "" +"Media back key. Not to be confused with the Back button on an Android device." +msgstr "" + +#: doc/classes/@GlobalScope.xml:344 +msgid "Media forward key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:347 doc/classes/@GlobalScope.xml:380 +msgid "Media stop key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:350 +msgid "Media refresh key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:353 +msgid "Volume down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:356 +msgid "Mute volume key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:359 +msgid "Volume up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:362 +msgid "Bass Boost key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:365 +msgid "Bass up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:368 +msgid "Bass down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:371 +msgid "Treble up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:374 +msgid "Treble down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:377 +msgid "Media play key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:383 +msgid "Previous song key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:386 +msgid "Next song key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:389 +msgid "Media record key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:392 +msgid "Home page key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:395 +msgid "Favorites key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:398 +msgid "Search key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:401 +msgid "Standby key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:404 +msgid "Open URL / Launch Browser key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:407 +msgid "Launch Mail key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:410 +msgid "Launch Media key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:413 +msgid "Launch Shortcut 0 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:416 +msgid "Launch Shortcut 1 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:419 +msgid "Launch Shortcut 2 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:422 +msgid "Launch Shortcut 3 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:425 +msgid "Launch Shortcut 4 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:428 +msgid "Launch Shortcut 5 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:431 +msgid "Launch Shortcut 6 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:434 +msgid "Launch Shortcut 7 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:437 +msgid "Launch Shortcut 8 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:440 +msgid "Launch Shortcut 9 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:443 +msgid "Launch Shortcut A key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:446 +msgid "Launch Shortcut B key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:449 +msgid "Launch Shortcut C key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:452 +msgid "Launch Shortcut D key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:455 +msgid "Launch Shortcut E key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:458 +msgid "Launch Shortcut F key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:461 +msgid "Unknown key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:464 +msgid "Space key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:467 +msgid "! key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:470 +msgid "\" key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:473 +msgid "# key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:476 +msgid "$ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:479 +msgid "% key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:482 +msgid "& key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:485 +msgid "' key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:488 +msgid "( key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:491 +msgid ") key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:494 +msgid "* key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:497 +msgid "+ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:500 +msgid ", key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:503 +msgid "- key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:506 +msgid ". key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:509 +msgid "/ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:512 +msgid "Number 0." +msgstr "" + +#: doc/classes/@GlobalScope.xml:515 +msgid "Number 1." +msgstr "" + +#: doc/classes/@GlobalScope.xml:518 +msgid "Number 2." +msgstr "" + +#: doc/classes/@GlobalScope.xml:521 +msgid "Number 3." +msgstr "" + +#: doc/classes/@GlobalScope.xml:524 +msgid "Number 4." +msgstr "" + +#: doc/classes/@GlobalScope.xml:527 +msgid "Number 5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:530 +msgid "Number 6." +msgstr "" + +#: doc/classes/@GlobalScope.xml:533 +msgid "Number 7." +msgstr "" + +#: doc/classes/@GlobalScope.xml:536 +msgid "Number 8." +msgstr "" + +#: doc/classes/@GlobalScope.xml:539 +msgid "Number 9." +msgstr "" + +#: doc/classes/@GlobalScope.xml:542 +msgid ": key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:545 +msgid "; key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:548 +msgid "< key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:551 +msgid "= key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:554 +msgid "> key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:557 +msgid "? key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:560 +msgid "@ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:563 +msgid "A key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:566 +msgid "B key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:569 +msgid "C key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:572 +msgid "D key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:575 +msgid "E key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:578 +msgid "F key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:581 +msgid "G key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:584 +msgid "H key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:587 +msgid "I key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:590 +msgid "J key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:593 +msgid "K key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:596 +msgid "L key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:599 +msgid "M key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:602 +msgid "N key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:605 +msgid "O key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:608 +msgid "P key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:611 +msgid "Q key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:614 +msgid "R key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:617 +msgid "S key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:620 +msgid "T key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:623 +msgid "U key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:626 +msgid "V key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:629 +msgid "W key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:632 +msgid "X key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:635 +msgid "Y key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:638 +msgid "Z key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:641 +msgid "[ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:644 +msgid "\\ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:647 +msgid "] key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:650 +msgid "^ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:653 +msgid "_ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:656 +msgid "` key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:659 +msgid "{ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:662 +msgid "| key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:665 +msgid "} key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:668 +msgid "~ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:671 +msgid "Non-breakable space key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:674 +msgid "¡ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:677 +msgid "¢ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:680 +msgid "£ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:683 +msgid "¤ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:686 +msgid "¥ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:689 +msgid "¦ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:692 +msgid "§ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:695 +msgid "¨ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:698 +msgid "© key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:701 +msgid "ª key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:704 +msgid "« key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:707 +msgid "¬ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:710 +msgid "Soft hyphen key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:713 +msgid "® key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:716 +msgid "¯ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:719 +msgid "° key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:722 +msgid "± key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:725 +msgid "² key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:728 +msgid "³ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:731 +msgid "´ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:734 +msgid "µ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:737 +msgid "¶ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:740 +msgid "· key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:743 +msgid "¸ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:746 +msgid "¹ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:749 +msgid "º key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:752 +msgid "» key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:755 +msgid "¼ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:758 +msgid "½ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:761 +msgid "¾ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:764 +msgid "¿ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:767 +msgid "À key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:770 +msgid "Á key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:773 +msgid "Â key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:776 +msgid "Ã key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:779 +msgid "Ä key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:782 +msgid "Å key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:785 +msgid "Æ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:788 +msgid "Ç key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:791 +msgid "È key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:794 +msgid "É key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:797 +msgid "Ê key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:800 +msgid "Ë key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:803 +msgid "Ì key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:806 +msgid "Í key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:809 +msgid "Î key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:812 +msgid "Ï key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:815 +msgid "Ð key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:818 +msgid "Ñ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:821 +msgid "Ò key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:824 +msgid "Ó key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:827 +msgid "Ô key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:830 +msgid "Õ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:833 +msgid "Ö key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:836 +msgid "× key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:839 +msgid "Ø key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:842 +msgid "Ù key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:845 +msgid "Ú key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:848 +msgid "Û key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:851 +msgid "Ü key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:854 +msgid "Ý key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:857 +msgid "Þ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:860 +msgid "ß key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:863 +msgid "÷ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:866 +msgid "ÿ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:869 +msgid "Key Code mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:872 +msgid "Modifier key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:875 +msgid "Shift key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:878 +msgid "Alt key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:881 +msgid "Meta key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:884 +msgid "Ctrl key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:887 +msgid "" +"Command key mask. On macOS, this is equivalent to [constant KEY_MASK_META]. " +"On other platforms, this is equivalent to [constant KEY_MASK_CTRL]. This " +"mask should be preferred to [constant KEY_MASK_META] or [constant " +"KEY_MASK_CTRL] for system shortcuts as it handles all platforms correctly." +msgstr "" + +#: doc/classes/@GlobalScope.xml:890 +msgid "Keypad key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:893 +msgid "Group Switch key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:896 +msgid "Left mouse button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:899 +msgid "Right mouse button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:902 +msgid "Middle mouse button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:905 +msgid "Extra mouse button 1 (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:908 +msgid "Extra mouse button 2 (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:911 +msgid "Mouse wheel up." +msgstr "" + +#: doc/classes/@GlobalScope.xml:914 +msgid "Mouse wheel down." +msgstr "" + +#: doc/classes/@GlobalScope.xml:917 +msgid "Mouse wheel left button (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:920 +msgid "Mouse wheel right button (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:923 +msgid "Left mouse button mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:926 +msgid "Right mouse button mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:929 +msgid "Middle mouse button mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:932 +msgid "Extra mouse button 1 mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:935 +msgid "Extra mouse button 2 mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:938 +msgid "Invalid button or axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:941 +msgid "Gamepad button 0." +msgstr "" + +#: doc/classes/@GlobalScope.xml:944 +msgid "Gamepad button 1." +msgstr "" + +#: doc/classes/@GlobalScope.xml:947 +msgid "Gamepad button 2." +msgstr "" + +#: doc/classes/@GlobalScope.xml:950 +msgid "Gamepad button 3." +msgstr "" + +#: doc/classes/@GlobalScope.xml:953 +msgid "Gamepad button 4." +msgstr "" + +#: doc/classes/@GlobalScope.xml:956 +msgid "Gamepad button 5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:959 +msgid "Gamepad button 6." +msgstr "" + +#: doc/classes/@GlobalScope.xml:962 +msgid "Gamepad button 7." +msgstr "" + +#: doc/classes/@GlobalScope.xml:965 +msgid "Gamepad button 8." +msgstr "" + +#: doc/classes/@GlobalScope.xml:968 +msgid "Gamepad button 9." +msgstr "" + +#: doc/classes/@GlobalScope.xml:971 +msgid "Gamepad button 10." +msgstr "" + +#: doc/classes/@GlobalScope.xml:974 +msgid "Gamepad button 11." +msgstr "" + +#: doc/classes/@GlobalScope.xml:977 +msgid "Gamepad button 12." +msgstr "" + +#: doc/classes/@GlobalScope.xml:980 +msgid "Gamepad button 13." +msgstr "" + +#: doc/classes/@GlobalScope.xml:983 +msgid "Gamepad button 14." +msgstr "" + +#: doc/classes/@GlobalScope.xml:986 +msgid "Gamepad button 15." +msgstr "" + +#: doc/classes/@GlobalScope.xml:989 +msgid "Gamepad button 16." +msgstr "" + +#: doc/classes/@GlobalScope.xml:992 +msgid "Gamepad button 17." +msgstr "" + +#: doc/classes/@GlobalScope.xml:995 +msgid "Gamepad button 18." +msgstr "" + +#: doc/classes/@GlobalScope.xml:998 +msgid "Gamepad button 19." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1001 +msgid "Gamepad button 20." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1004 +msgid "Gamepad button 21." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1007 +msgid "Gamepad button 22." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1010 +msgid "Represents the maximum number of joystick buttons supported." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1013 +msgid "DualShock circle button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1016 +msgid "DualShock X button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1019 +msgid "DualShock square button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1022 +msgid "DualShock triangle button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1025 +msgid "Xbox controller B button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1028 +msgid "Xbox controller A button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1031 +msgid "Xbox controller X button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1034 +msgid "Xbox controller Y button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1037 +msgid "Nintendo controller A button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1040 +msgid "Nintendo controller B button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1043 +msgid "Nintendo controller X button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1046 +msgid "Nintendo controller Y button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1049 +msgid "Grip (side) buttons on a VR controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1052 +msgid "Push down on the touchpad or main joystick on a VR controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1055 +msgid "Trigger on a VR controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1058 +msgid "" +"A button on the right Oculus Touch controller, X button on the left " +"controller (also when used in OpenVR)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1061 +msgid "" +"B button on the right Oculus Touch controller, Y button on the left " +"controller (also when used in OpenVR)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1064 +msgid "Menu button on either Oculus Touch controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1067 +msgid "Menu button in OpenVR (Except when Oculus Touch controllers are used)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1070 +msgid "Gamepad button Select." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1073 +msgid "Gamepad button Start." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1076 +msgid "Gamepad DPad up." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1079 +msgid "Gamepad DPad down." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1082 +msgid "Gamepad DPad left." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1085 +msgid "Gamepad DPad right." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1088 +msgid "Gamepad SDL guide button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1091 +msgid "Gamepad SDL miscellaneous button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1094 +msgid "Gamepad SDL paddle 1 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1097 +msgid "Gamepad SDL paddle 2 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1100 +msgid "Gamepad SDL paddle 3 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1103 +msgid "Gamepad SDL paddle 4 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1106 +msgid "Gamepad SDL touchpad button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1109 +msgid "Gamepad left Shoulder button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1112 +msgid "Gamepad left trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1115 +msgid "Gamepad left stick click." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1118 +msgid "Gamepad right Shoulder button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1121 +msgid "Gamepad right trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1124 +msgid "Gamepad right stick click." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1127 doc/classes/@GlobalScope.xml:1160 +msgid "Gamepad left stick horizontal axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1130 doc/classes/@GlobalScope.xml:1163 +msgid "Gamepad left stick vertical axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1133 doc/classes/@GlobalScope.xml:1166 +msgid "Gamepad right stick horizontal axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1136 doc/classes/@GlobalScope.xml:1169 +msgid "Gamepad right stick vertical axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1139 +msgid "Generic gamepad axis 4." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1142 +msgid "Generic gamepad axis 5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1145 +msgid "Gamepad left trigger analog axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1148 +msgid "Gamepad right trigger analog axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1151 +msgid "Generic gamepad axis 8." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1154 +msgid "Generic gamepad axis 9." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1157 +msgid "Represents the maximum number of joystick axes supported." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1172 +msgid "Gamepad left analog trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1175 +msgid "Gamepad right analog trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1178 +msgid "VR Controller analog trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1181 +msgid "VR Controller analog grip (side buttons)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1184 +msgid "" +"OpenVR touchpad X axis (Joystick axis on Oculus Touch and Windows MR " +"controllers)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1187 +msgid "" +"OpenVR touchpad Y axis (Joystick axis on Oculus Touch and Windows MR " +"controllers)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1190 +msgid "MIDI note OFF message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1193 +msgid "MIDI note ON message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1196 +msgid "MIDI aftertouch message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1199 +msgid "MIDI control change message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1202 +msgid "MIDI program change message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1205 +msgid "MIDI channel pressure message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1208 +msgid "MIDI pitch bend message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1211 +msgid "" +"Methods that return [enum Error] return [constant OK] when no error " +"occurred. Note that many functions don't return an error code but will print " +"error messages to standard output.\n" +"Since [constant OK] has value 0, and all other failure codes are positive " +"integers, it can also be used in boolean checks, e.g.:\n" +"[codeblock]\n" +"var err = method_that_returns_error()\n" +"if err != OK:\n" +" print(\"Failure!\")\n" +"# Or, equivalent:\n" +"if err:\n" +" print(\"Still failing!\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/@GlobalScope.xml:1223 +msgid "Generic error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1226 +msgid "Unavailable error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1229 +msgid "Unconfigured error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1232 +msgid "Unauthorized error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1235 +msgid "Parameter range error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1238 +msgid "Out of memory (OOM) error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1241 +msgid "File: Not found error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1244 +msgid "File: Bad drive error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1247 +msgid "File: Bad path error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1250 +msgid "File: No permission error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1253 +msgid "File: Already in use error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1256 +msgid "File: Can't open error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1259 +msgid "File: Can't write error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1262 +msgid "File: Can't read error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1265 +msgid "File: Unrecognized error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1268 +msgid "File: Corrupt error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1271 +msgid "File: Missing dependencies error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1274 +msgid "File: End of file (EOF) error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1277 +msgid "Can't open error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1280 +msgid "Can't create error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1283 +msgid "Query failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1286 +msgid "Already in use error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1289 +msgid "Locked error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1292 +msgid "Timeout error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1295 +msgid "Can't connect error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1298 +msgid "Can't resolve error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1301 +msgid "Connection error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1304 +msgid "Can't acquire resource error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1307 +msgid "Can't fork process error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1310 +msgid "Invalid data error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1313 +msgid "Invalid parameter error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1316 +msgid "Already exists error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1319 +msgid "Does not exist error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1322 +msgid "Database: Read error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1325 +msgid "Database: Write error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1328 +msgid "Compilation failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1331 +msgid "Method not found error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1334 +msgid "Linking failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1337 +msgid "Script failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1340 +msgid "Cycling link (import cycle) error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1343 +msgid "Invalid declaration error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1346 +msgid "Duplicate symbol error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1349 +msgid "Parse error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1352 +msgid "Busy error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1355 +msgid "Skip error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1358 +msgid "Help error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1361 +msgid "Bug error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1364 +msgid "" +"Printer on fire error. (This is an easter egg, no engine methods return this " +"error code.)" +msgstr "" + +#: doc/classes/@GlobalScope.xml:1367 +msgid "No hint for the edited property." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1370 +msgid "" +"Hints that an integer or float property should be within a range specified " +"via the hint string [code]\"min,max\"[/code] or [code]\"min,max,step\"[/" +"code]. The hint string can optionally include [code]\"or_greater\"[/code] " +"and/or [code]\"or_lesser\"[/code] to allow manual input going respectively " +"above the max or below the min values. Example: [code]\"-360,360,1," +"or_greater,or_lesser\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1373 +msgid "" +"Hints that a float property should be within an exponential range specified " +"via the hint string [code]\"min,max\"[/code] or [code]\"min,max,step\"[/" +"code]. The hint string can optionally include [code]\"or_greater\"[/code] " +"and/or [code]\"or_lesser\"[/code] to allow manual input going respectively " +"above the max or below the min values. Example: [code]\"0.01,100,0.01," +"or_greater\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1376 +msgid "" +"Hints that an integer, float or string property is an enumerated value to " +"pick in a list specified via a hint string such as [code]\"Hello,Something," +"Else\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1379 +msgid "" +"Hints that a float property should be edited via an exponential easing " +"function. The hint string can include [code]\"attenuation\"[/code] to flip " +"the curve horizontally and/or [code]\"inout\"[/code] to also include in/out " +"easing." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1382 doc/classes/@GlobalScope.xml:1385 +msgid "Deprecated hint, unused." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1388 +msgid "" +"Hints that an integer property is a bitmask with named bit flags. For " +"example, to allow toggling bits 0, 1, 2 and 4, the hint could be something " +"like [code]\"Bit0,Bit1,Bit2,,Bit4\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1391 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 2D " +"render layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1394 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 2D " +"physics layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1397 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 3D " +"render layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1400 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 3D " +"physics layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1403 +msgid "" +"Hints that a string property is a path to a file. Editing it will show a " +"file dialog for picking the path. The hint string can be a set of filters " +"with wildcards like [code]\"*.png,*.jpg\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1406 +msgid "" +"Hints that a string property is a path to a directory. Editing it will show " +"a file dialog for picking the path." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1409 +msgid "" +"Hints that a string property is an absolute path to a file outside the " +"project folder. Editing it will show a file dialog for picking the path. The " +"hint string can be a set of filters with wildcards like [code]\"*.png,*.jpg" +"\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1412 +msgid "" +"Hints that a string property is an absolute path to a directory outside the " +"project folder. Editing it will show a file dialog for picking the path." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1415 +msgid "" +"Hints that a property is an instance of a [Resource]-derived type, " +"optionally specified via the hint string (e.g. [code]\"Texture\"[/code]). " +"Editing it will show a popup menu of valid resource types to instantiate." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1418 +msgid "" +"Hints that a string property is text with line breaks. Editing it will show " +"a text input field where line breaks can be typed." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1421 +msgid "" +"Hints that a string property should have a placeholder text visible on its " +"input field, whenever the property is empty. The hint string is the " +"placeholder text to use." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1424 +msgid "" +"Hints that a color property should be edited without changing its alpha " +"component, i.e. only R, G and B channels are edited." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1427 +msgid "Hints that an image is compressed using lossy compression." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1430 +msgid "Hints that an image is compressed using lossless compression." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1433 +msgid "The property is serialized and saved in the scene file (default)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1436 +msgid "The property is shown in the editor inspector (default)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1439 doc/classes/@GlobalScope.xml:1442 +msgid "Deprecated usage flag, unused." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1445 +msgid "The property can be checked in the editor inspector." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1448 +msgid "The property is checked in the editor inspector." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1451 +msgid "The property is a translatable string." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1454 +msgid "Used to group properties together in the editor." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1457 +msgid "Used to categorize properties together in the editor." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1460 +msgid "The property does not save its state in [PackedScene]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1463 +msgid "Editing the property prompts the user for restarting the editor." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1466 +msgid "" +"The property is a script variable which should be serialized and saved in " +"the scene file." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1469 +msgid "Default usage (storage, editor and network)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1472 +msgid "" +"Default usage for translatable strings (storage, editor, network and " +"internationalized)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1475 +msgid "" +"Default usage but without showing the property in the editor (storage, " +"network)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1478 +msgid "Flag for a normal method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1481 +msgid "Flag for an editor method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1484 doc/classes/@GlobalScope.xml:1490 +#: doc/classes/@GlobalScope.xml:1496 +msgid "Deprecated method flag, unused." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1487 +msgid "Flag for a constant method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1493 +msgid "Flag for a virtual method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1499 +msgid "Default method flags." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1502 +msgid "Variable is [code]null[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1505 +msgid "Variable is of type [bool]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1508 +msgid "Variable is of type [int]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1511 +msgid "Variable is of type [float] (real)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1514 +msgid "Variable is of type [String]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1517 +msgid "Variable is of type [Vector2]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1520 +msgid "Variable is of type [Rect2]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1523 +msgid "Variable is of type [Vector3]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1526 +msgid "Variable is of type [Transform2D]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1529 +msgid "Variable is of type [Plane]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1532 +msgid "Variable is of type [Quat]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1535 +msgid "Variable is of type [AABB]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1538 +msgid "Variable is of type [Basis]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1541 +msgid "Variable is of type [Transform]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1544 +msgid "Variable is of type [Color]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1547 +msgid "Variable is of type [NodePath]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1550 +msgid "Variable is of type [RID]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1553 +msgid "Variable is of type [Object]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1556 +msgid "Variable is of type [Dictionary]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1559 +msgid "Variable is of type [Array]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1562 +msgid "Variable is of type [PoolByteArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1565 +msgid "Variable is of type [PoolIntArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1568 +msgid "Variable is of type [PoolRealArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1571 +msgid "Variable is of type [PoolStringArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1574 +msgid "Variable is of type [PoolVector2Array]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1577 +msgid "Variable is of type [PoolVector3Array]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1580 +msgid "Variable is of type [PoolColorArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1583 +msgid "Represents the size of the [enum Variant.Type] enum." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1586 +msgid "Equality operator ([code]==[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1589 +msgid "Inequality operator ([code]!=[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1592 +msgid "Less than operator ([code]<[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1595 +msgid "Less than or equal operator ([code]<=[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1598 +msgid "Greater than operator ([code]>[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1601 +msgid "Greater than or equal operator ([code]>=[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1604 +msgid "Addition operator ([code]+[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1607 +msgid "Subtraction operator ([code]-[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1610 +msgid "Multiplication operator ([code]*[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1613 +msgid "Division operator ([code]/[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1616 +msgid "Unary negation operator ([code]-[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1619 +msgid "Unary plus operator ([code]+[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1622 +msgid "Remainder/modulo operator ([code]%[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1625 +msgid "String concatenation operator ([code]+[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1628 +msgid "Left shift operator ([code]<<[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1631 +msgid "Right shift operator ([code]>>[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1634 +msgid "Bitwise AND operator ([code]&[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1637 +msgid "Bitwise OR operator ([code]|[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1640 +msgid "Bitwise XOR operator ([code]^[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1643 +msgid "Bitwise NOT operator ([code]~[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1646 +msgid "Logical AND operator ([code]and[/code] or [code]&&[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1649 +msgid "Logical OR operator ([code]or[/code] or [code]||[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1652 +msgid "Logical XOR operator (not implemented in GDScript)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1655 +msgid "Logical NOT operator ([code]not[/code] or [code]![/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1658 +msgid "Logical IN operator ([code]in[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1661 +msgid "Represents the size of the [enum Variant.Operator] enum." +msgstr "" + +#: doc/classes/AABB.xml:4 +msgid "Axis-Aligned Bounding Box." +msgstr "" + +#: doc/classes/AABB.xml:7 +msgid "" +"[AABB] consists of a position, a size, and several utility functions. It is " +"typically used for fast overlap tests.\n" +"It uses floating-point coordinates. The 2D counterpart to [AABB] is " +"[Rect2].\n" +"[b]Note:[/b] Unlike [Rect2], [AABB] does not have a variant that uses " +"integer coordinates." +msgstr "" + +#: doc/classes/AABB.xml:12 doc/classes/Basis.xml:13 doc/classes/Plane.xml:10 +#: doc/classes/Rect2.xml:12 doc/classes/Transform.xml:11 +#: doc/classes/Transform2D.xml:11 doc/classes/Vector2.xml:11 +#: doc/classes/Vector3.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/math/index.html" +msgstr "" + +#: doc/classes/AABB.xml:13 doc/classes/Rect2.xml:13 doc/classes/Vector2.xml:12 +#: doc/classes/Vector3.xml:12 +msgid "https://docs.godotengine.org/en/3.4/tutorials/math/vector_math.html" +msgstr "" + +#: doc/classes/AABB.xml:14 doc/classes/Rect2.xml:14 doc/classes/Vector2.xml:13 +#: doc/classes/Vector3.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/math/vectors_advanced.html" +msgstr "" + +#: doc/classes/AABB.xml:22 +msgid "Constructs an [AABB] from a position and size." +msgstr "" + +#: doc/classes/AABB.xml:28 +msgid "" +"Returns an AABB with equivalent position and size, modified so that the most-" +"negative corner is the origin and the size is positive." +msgstr "" + +#: doc/classes/AABB.xml:35 +msgid "" +"Returns [code]true[/code] if this [AABB] completely encloses another one." +msgstr "" + +#: doc/classes/AABB.xml:42 +msgid "Returns this [AABB] expanded to include a given point." +msgstr "" + +#: doc/classes/AABB.xml:48 +msgid "Returns the volume of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:55 +msgid "Gets the position of the 8 endpoints of the [AABB] in space." +msgstr "" + +#: doc/classes/AABB.xml:61 +msgid "Returns the normalized longest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:67 +msgid "" +"Returns the index of the longest axis of the [AABB] (according to " +"[Vector3]'s [code]AXIS_*[/code] constants)." +msgstr "" + +#: doc/classes/AABB.xml:73 +msgid "Returns the scalar length of the longest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:79 +msgid "Returns the normalized shortest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:85 +msgid "" +"Returns the index of the shortest axis of the [AABB] (according to " +"[Vector3]::AXIS* enum)." +msgstr "" + +#: doc/classes/AABB.xml:91 +msgid "Returns the scalar length of the shortest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:98 +msgid "" +"Returns the support point in a given direction. This is useful for collision " +"detection algorithms." +msgstr "" + +#: doc/classes/AABB.xml:105 +msgid "" +"Returns a copy of the [AABB] grown a given amount of units towards all the " +"sides." +msgstr "" + +#: doc/classes/AABB.xml:111 +msgid "Returns [code]true[/code] if the [AABB] is flat or empty." +msgstr "" + +#: doc/classes/AABB.xml:117 +msgid "Returns [code]true[/code] if the [AABB] is empty." +msgstr "" + +#: doc/classes/AABB.xml:124 +msgid "Returns [code]true[/code] if the [AABB] contains a point." +msgstr "" + +#: doc/classes/AABB.xml:131 +msgid "" +"Returns the intersection between two [AABB]. An empty AABB (size 0,0,0) is " +"returned on failure." +msgstr "" + +#: doc/classes/AABB.xml:138 +msgid "Returns [code]true[/code] if the [AABB] overlaps with another." +msgstr "" + +#: doc/classes/AABB.xml:145 +msgid "Returns [code]true[/code] if the [AABB] is on both sides of a plane." +msgstr "" + +#: doc/classes/AABB.xml:153 +msgid "" +"Returns [code]true[/code] if the [AABB] intersects the line segment between " +"[code]from[/code] and [code]to[/code]." +msgstr "" + +#: doc/classes/AABB.xml:160 +msgid "" +"Returns [code]true[/code] if this [AABB] and [code]aabb[/code] are " +"approximately equal, by calling [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/AABB.xml:167 +msgid "" +"Returns a larger [AABB] that contains both this [AABB] and [code]with[/code]." +msgstr "" + +#: doc/classes/AABB.xml:173 doc/classes/Rect2.xml:132 +msgid "" +"Ending corner. This is calculated as [code]position + size[/code]. Setting " +"this value will change the size." +msgstr "" + +#: doc/classes/AABB.xml:176 doc/classes/Rect2.xml:135 +msgid "Beginning corner. Typically has values lower than [member end]." +msgstr "" + +#: doc/classes/AABB.xml:179 doc/classes/Rect2.xml:138 +msgid "" +"Size from [member position] to [member end]. Typically, all components are " +"positive.\n" +"If the size is negative, you can use [method abs] to fix it." +msgstr "" + +#: doc/classes/AcceptDialog.xml:4 +msgid "Base dialog for user notification." +msgstr "" + +#: doc/classes/AcceptDialog.xml:7 +msgid "" +"This dialog is useful for small notifications to the user about an event. It " +"can only be accepted or closed, with the same result." +msgstr "" + +#: doc/classes/AcceptDialog.xml:18 +msgid "" +"Adds a button with label [code]text[/code] and a custom [code]action[/code] " +"to the dialog and returns the created button. [code]action[/code] will be " +"passed to the [signal custom_action] signal when pressed.\n" +"If [code]true[/code], [code]right[/code] will place the button to the right " +"of any sibling buttons.\n" +"You can use [method remove_button] method to remove a button created with " +"this method from the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:27 +msgid "" +"Adds a button with label [code]name[/code] and a cancel action to the dialog " +"and returns the created button.\n" +"You can use [method remove_button] method to remove a button created with " +"this method from the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:34 +msgid "" +"Returns the label used for built-in text.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/AcceptDialog.xml:41 +msgid "" +"Returns the OK [Button] instance.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/AcceptDialog.xml:49 +msgid "" +"Registers a [LineEdit] in the dialog. When the enter key is pressed, the " +"dialog will be accepted." +msgstr "" + +#: doc/classes/AcceptDialog.xml:56 +msgid "" +"Removes the [code]button[/code] from the dialog. Does NOT free the " +"[code]button[/code]. The [code]button[/code] must be a [Button] added with " +"[method add_button] or [method add_cancel] method. After removal, pressing " +"the [code]button[/code] will no longer emit this dialog's [signal " +"custom_action] signal or cancel this dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:62 +msgid "Sets autowrapping for the text in the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:65 +msgid "" +"If [code]true[/code], the dialog is hidden when the OK button is pressed. " +"You can set it to [code]false[/code] if you want to do e.g. input validation " +"when receiving the [signal confirmed] signal, and handle hiding the dialog " +"in your own logic.\n" +"[b]Note:[/b] Some nodes derived from this class can have a different default " +"value, and potentially their own built-in logic overriding this setting. For " +"example [FileDialog] defaults to [code]false[/code], and has its own input " +"validation code that is called when you press OK, which eventually hides the " +"dialog if the input is valid. As such, this property can't be used in " +"[FileDialog] to disable hiding the dialog when pressing OK." +msgstr "" + +#: doc/classes/AcceptDialog.xml:69 +msgid "The text displayed by the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:76 +msgid "Emitted when the dialog is accepted, i.e. the OK button is pressed." +msgstr "" + +#: doc/classes/AcceptDialog.xml:82 +msgid "Emitted when a custom button is pressed. See [method add_button]." +msgstr "" + +#: doc/classes/AESContext.xml:4 +msgid "Interface to low level AES encryption features." +msgstr "" + +#: doc/classes/AESContext.xml:7 +msgid "" +"This class provides access to AES encryption/decryption of raw data. Both " +"AES-ECB and AES-CBC mode are supported.\n" +"[codeblock]\n" +"extends Node\n" +"\n" +"var aes = AESContext.new()\n" +"\n" +"func _ready():\n" +" var key = \"My secret key!!!\" # Key must be either 16 or 32 bytes.\n" +" var data = \"My secret text!!\" # Data size must be multiple of 16 " +"bytes, apply padding if needed.\n" +" # Encrypt ECB\n" +" aes.start(AESContext.MODE_ECB_ENCRYPT, key.to_utf8())\n" +" var encrypted = aes.update(data.to_utf8())\n" +" aes.finish()\n" +" # Decrypt ECB\n" +" aes.start(AESContext.MODE_ECB_DECRYPT, key.to_utf8())\n" +" var decrypted = aes.update(encrypted)\n" +" aes.finish()\n" +" # Check ECB\n" +" assert(decrypted == data.to_utf8())\n" +"\n" +" var iv = \"My secret iv!!!!\" # IV must be of exactly 16 bytes.\n" +" # Encrypt CBC\n" +" aes.start(AESContext.MODE_CBC_ENCRYPT, key.to_utf8(), iv.to_utf8())\n" +" encrypted = aes.update(data.to_utf8())\n" +" aes.finish()\n" +" # Decrypt CBC\n" +" aes.start(AESContext.MODE_CBC_DECRYPT, key.to_utf8(), iv.to_utf8())\n" +" decrypted = aes.update(encrypted)\n" +" aes.finish()\n" +" # Check CBC\n" +" assert(decrypted == data.to_utf8())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AESContext.xml:46 +msgid "Close this AES context so it can be started again. See [method start]." +msgstr "" + +#: doc/classes/AESContext.xml:52 +msgid "" +"Get the current IV state for this context (IV gets updated when calling " +"[method update]). You normally don't need this function.\n" +"[b]Note:[/b] This function only makes sense when the context is started with " +"[constant MODE_CBC_ENCRYPT] or [constant MODE_CBC_DECRYPT]." +msgstr "" + +#: doc/classes/AESContext.xml:62 +msgid "" +"Start the AES context in the given [code]mode[/code]. A [code]key[/code] of " +"either 16 or 32 bytes must always be provided, while an [code]iv[/code] " +"(initialization vector) of exactly 16 bytes, is only needed when [code]mode[/" +"code] is either [constant MODE_CBC_ENCRYPT] or [constant MODE_CBC_DECRYPT]." +msgstr "" + +#: doc/classes/AESContext.xml:69 +msgid "" +"Run the desired operation for this AES context. Will return a " +"[PoolByteArray] containing the result of encrypting (or decrypting) the " +"given [code]src[/code]. See [method start] for mode of operation.\n" +"[b]Note:[/b] The size of [code]src[/code] must be a multiple of 16. Apply " +"some padding if needed." +msgstr "" + +#: doc/classes/AESContext.xml:76 +msgid "AES electronic codebook encryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:79 +msgid "AES electronic codebook decryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:82 +msgid "AES cipher blocker chaining encryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:85 +msgid "AES cipher blocker chaining decryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:88 +msgid "Maximum value for the mode enum." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:4 +msgid "Sprite node that can use multiple textures for animation." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:7 +msgid "" +"Animations are created using a [SpriteFrames] resource, which can be " +"configured in the editor via the SpriteFrames panel.\n" +"[b]Note:[/b] You can associate a set of normal maps by creating additional " +"[SpriteFrames] resources with a [code]_normal[/code] suffix. For example, " +"having 2 [SpriteFrames] resources [code]run[/code] and [code]run_normal[/" +"code] will make it so the [code]run[/code] animation uses the normal map." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:11 doc/classes/AnimatedSprite3D.xml:10 +#: doc/classes/AnimationPlayer.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_sprite_animation.html" +msgstr "" + +#: doc/classes/AnimatedSprite.xml:12 doc/classes/Area2D.xml:11 +#: doc/classes/AudioStreamPlayer.xml:12 doc/classes/Button.xml:24 +#: doc/classes/CanvasLayer.xml:12 doc/classes/CollisionShape2D.xml:11 +#: doc/classes/ColorRect.xml:10 doc/classes/Input.xml:11 +#: doc/classes/InputEvent.xml:12 doc/classes/InputEventAction.xml:11 +#: doc/classes/Label.xml:12 doc/classes/Particles2D.xml:15 +#: doc/classes/Timer.xml:11 doc/classes/VisibilityNotifier2D.xml:12 +msgid "https://godotengine.org/asset-library/asset/515" +msgstr "" + +#: doc/classes/AnimatedSprite.xml:18 doc/classes/AnimatedSprite3D.xml:16 +msgid "Returns [code]true[/code] if an animation is currently being played." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:26 +msgid "" +"Plays the animation named [code]anim[/code]. If no [code]anim[/code] is " +"provided, the current animation is played. If [code]backwards[/code] is " +"[code]true[/code], the animation will be played in reverse." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:32 doc/classes/AnimatedSprite3D.xml:29 +msgid "Stops the current animation (does not reset the frame counter)." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:38 doc/classes/AnimatedSprite3D.xml:35 +msgid "" +"The current animation from the [code]frames[/code] resource. If this value " +"changes, the [code]frame[/code] counter is reset." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:41 doc/classes/SpriteBase3D.xml:48 +msgid "If [code]true[/code], texture will be centered." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:44 doc/classes/Sprite.xml:39 +#: doc/classes/SpriteBase3D.xml:54 doc/classes/TextureButton.xml:21 +#: doc/classes/TextureRect.xml:20 +msgid "If [code]true[/code], texture is flipped horizontally." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:47 doc/classes/Sprite.xml:42 +#: doc/classes/SpriteBase3D.xml:57 doc/classes/TextureButton.xml:24 +#: doc/classes/TextureRect.xml:23 +msgid "If [code]true[/code], texture is flipped vertically." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:50 doc/classes/AnimatedSprite3D.xml:38 +msgid "The displayed animation frame's index." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:53 doc/classes/AnimatedSprite3D.xml:41 +msgid "The [SpriteFrames] resource containing the animation(s)." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:56 doc/classes/Sprite.xml:58 +#: doc/classes/SpriteBase3D.xml:63 +msgid "The texture's drawing offset." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:59 doc/classes/AnimatedSprite3D.xml:44 +msgid "If [code]true[/code], the [member animation] is currently playing." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:62 +msgid "The animation speed is multiplied by this value." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:68 doc/classes/AnimatedSprite3D.xml:50 +msgid "" +"Emitted when the animation is finished (when it plays the last frame). If " +"the animation is looping, this signal is emitted every time the last frame " +"is drawn." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:73 doc/classes/AnimatedSprite3D.xml:55 +msgid "Emitted when [member frame] changed." +msgstr "" + +#: doc/classes/AnimatedSprite3D.xml:4 +msgid "" +"2D sprite node in 3D world, that can use multiple 2D textures for animation." +msgstr "" + +#: doc/classes/AnimatedSprite3D.xml:7 +msgid "" +"Animations are created using a [SpriteFrames] resource, which can be " +"configured in the editor via the SpriteFrames panel." +msgstr "" + +#: doc/classes/AnimatedSprite3D.xml:23 +msgid "" +"Plays the animation named [code]anim[/code]. If no [code]anim[/code] is " +"provided, the current animation is played." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:4 +msgid "Proxy texture for simple frame-based animations." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:7 +msgid "" +"[AnimatedTexture] is a resource format for frame-based animations, where " +"multiple textures can be chained automatically with a predefined delay for " +"each frame. Unlike [AnimationPlayer] or [AnimatedSprite], it isn't a [Node], " +"but has the advantage of being usable anywhere a [Texture] resource can be " +"used, e.g. in a [TileSet].\n" +"The playback of the animation is controlled by the [member fps] property as " +"well as each frame's optional delay (see [method set_frame_delay]). The " +"animation loops, i.e. it will restart at frame 0 automatically after playing " +"the last frame.\n" +"[AnimatedTexture] currently requires all frame textures to have the same " +"size, otherwise the bigger ones will be cropped to match the smallest one.\n" +"[b]Note:[/b] AnimatedTexture doesn't support using [AtlasTexture]s. Each " +"frame needs to be a separate [Texture]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:19 +msgid "Returns the given frame's delay value." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:26 +msgid "Returns the given frame's [Texture]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:34 +msgid "" +"Sets an additional delay (in seconds) between this frame and the next one, " +"that will be added to the time interval defined by [member fps]. By default, " +"frames have no delay defined. If a delay value is defined, the final time " +"interval between this frame and the next will be [code]1.0 / fps + delay[/" +"code].\n" +"For example, for an animation with 3 frames, 2 FPS and a frame delay on the " +"second frame of 1.2, the resulting playback will be:\n" +"[codeblock]\n" +"Frame 0: 0.5 s (1 / fps)\n" +"Frame 1: 1.7 s (1 / fps + 1.2)\n" +"Frame 2: 0.5 s (1 / fps)\n" +"Total duration: 2.7 s\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimatedTexture.xml:49 +msgid "" +"Assigns a [Texture] to the given frame. Frame IDs start at 0, so the first " +"frame has ID 0, and the last frame of the animation has ID [member frames] - " +"1.\n" +"You can define any number of textures up to [constant MAX_FRAMES], but keep " +"in mind that only frames from 0 to [member frames] - 1 will be part of the " +"animation." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:56 +msgid "Sets the currently visible frame of the texture." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:60 +msgid "" +"Animation speed in frames per second. This value defines the default time " +"interval between two frames of the animation, and thus the overall duration " +"of the animation loop based on the [member frames] property. A value of 0 " +"means no predefined number of frames per second, the animation will play " +"according to each frame's frame delay (see [method set_frame_delay]).\n" +"For example, an animation with 8 frames, no frame delay and a [code]fps[/" +"code] value of 2 will run for 4 seconds, with each frame lasting 0.5 seconds." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:64 +msgid "" +"Number of frames to use in the animation. While you can create the frames " +"independently with [method set_frame_texture], you need to set this value " +"for the animation to take new frames into account. The maximum number of " +"frames is [constant MAX_FRAMES]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:67 +msgid "" +"If [code]true[/code], the animation will only play once and will not loop " +"back to the first frame after reaching the end. Note that reaching the end " +"will not set [member pause] to [code]true[/code]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:70 +msgid "" +"If [code]true[/code], the animation will pause where it currently is (i.e. " +"at [member current_frame]). The animation will continue from where it was " +"paused when changing this property to [code]false[/code]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:75 +msgid "" +"The maximum number of frames supported by [AnimatedTexture]. If you need " +"more frames in your animation, use [AnimationPlayer] or [AnimatedSprite]." +msgstr "" + +#: doc/classes/Animation.xml:4 +msgid "Contains data used to animate everything in the engine." +msgstr "" + +#: doc/classes/Animation.xml:7 +msgid "" +"An Animation resource contains data used to animate everything in the " +"engine. Animations are divided into tracks, and each track must be linked to " +"a node. The state of that node can be changed through time, by adding timed " +"keys (events) to the track.\n" +"[codeblock]\n" +"# This creates an animation that makes the node \"Enemy\" move to the right " +"by\n" +"# 100 pixels in 0.5 seconds.\n" +"var animation = Animation.new()\n" +"var track_index = animation.add_track(Animation.TYPE_VALUE)\n" +"animation.track_set_path(track_index, \"Enemy:position:x\")\n" +"animation.track_insert_key(track_index, 0.0, 0)\n" +"animation.track_insert_key(track_index, 0.5, 100)\n" +"[/codeblock]\n" +"Animations are just data containers, and must be added to nodes such as an " +"[AnimationPlayer] or [AnimationTreePlayer] to be played back. Animation " +"tracks have different types, each with its own set of dedicated methods. " +"Check [enum TrackType] to see available types." +msgstr "" + +#: doc/classes/Animation.xml:20 doc/classes/AnimationPlayer.xml:12 +msgid "https://docs.godotengine.org/en/3.4/tutorials/animation/index.html" +msgstr "" + +#: doc/classes/Animation.xml:28 +msgid "Adds a track to the Animation." +msgstr "" + +#: doc/classes/Animation.xml:36 +msgid "" +"Returns the animation name at the key identified by [code]key_idx[/code]. " +"The [code]track_idx[/code] must be the index of an Animation Track." +msgstr "" + +#: doc/classes/Animation.xml:45 +msgid "" +"Inserts a key with value [code]animation[/code] at the given [code]time[/" +"code] (in seconds). The [code]track_idx[/code] must be the index of an " +"Animation Track." +msgstr "" + +#: doc/classes/Animation.xml:54 +msgid "" +"Sets the key identified by [code]key_idx[/code] to value [code]animation[/" +"code]. The [code]track_idx[/code] must be the index of an Animation Track." +msgstr "" + +#: doc/classes/Animation.xml:62 +msgid "" +"Returns the end offset of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of an Audio Track.\n" +"End offset is the number of seconds cut off at the ending of the audio " +"stream." +msgstr "" + +#: doc/classes/Animation.xml:71 +msgid "" +"Returns the start offset of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of an Audio Track.\n" +"Start offset is the number of seconds cut off at the beginning of the audio " +"stream." +msgstr "" + +#: doc/classes/Animation.xml:80 +msgid "" +"Returns the audio stream of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of an Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:91 +msgid "" +"Inserts an Audio Track key at the given [code]time[/code] in seconds. The " +"[code]track_idx[/code] must be the index of an Audio Track.\n" +"[code]stream[/code] is the [AudioStream] resource to play. " +"[code]start_offset[/code] is the number of seconds cut off at the beginning " +"of the audio stream, while [code]end_offset[/code] is at the ending." +msgstr "" + +#: doc/classes/Animation.xml:101 +msgid "" +"Sets the end offset of the key identified by [code]key_idx[/code] to value " +"[code]offset[/code]. The [code]track_idx[/code] must be the index of an " +"Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:110 +msgid "" +"Sets the start offset of the key identified by [code]key_idx[/code] to value " +"[code]offset[/code]. The [code]track_idx[/code] must be the index of an " +"Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:119 +msgid "" +"Sets the stream of the key identified by [code]key_idx[/code] to value " +"[code]stream[/code]. The [code]track_idx[/code] must be the index of an " +"Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:127 +msgid "" +"Returns the in handle of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:135 +msgid "" +"Returns the out handle of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:143 +msgid "" +"Returns the value of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:154 +msgid "" +"Inserts a Bezier Track key at the given [code]time[/code] in seconds. The " +"[code]track_idx[/code] must be the index of a Bezier Track.\n" +"[code]in_handle[/code] is the left-side weight of the added Bezier curve " +"point, [code]out_handle[/code] is the right-side one, while [code]value[/" +"code] is the actual value at this point." +msgstr "" + +#: doc/classes/Animation.xml:163 +msgid "" +"Returns the interpolated value at the given [code]time[/code] (in seconds). " +"The [code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:172 +msgid "" +"Sets the in handle of the key identified by [code]key_idx[/code] to value " +"[code]in_handle[/code]. The [code]track_idx[/code] must be the index of a " +"Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:181 +msgid "" +"Sets the out handle of the key identified by [code]key_idx[/code] to value " +"[code]out_handle[/code]. The [code]track_idx[/code] must be the index of a " +"Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:190 +msgid "" +"Sets the value of the key identified by [code]key_idx[/code] to the given " +"value. The [code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:196 +msgid "Clear the animation (clear all tracks and reset all)." +msgstr "" + +#: doc/classes/Animation.xml:204 +msgid "" +"Adds a new track that is a copy of the given track from [code]to_animation[/" +"code]." +msgstr "" + +#: doc/classes/Animation.xml:211 +msgid "" +"Returns the index of the specified track. If the track is not found, return " +"-1." +msgstr "" + +#: doc/classes/Animation.xml:217 +msgid "Returns the amount of tracks in the animation." +msgstr "" + +#: doc/classes/Animation.xml:226 +msgid "" +"Returns all the key indices of a method track, given a position and delta " +"time." +msgstr "" + +#: doc/classes/Animation.xml:234 +msgid "Returns the method name of a method track." +msgstr "" + +#: doc/classes/Animation.xml:242 +msgid "" +"Returns the arguments values to be called on a method track for a given key " +"in a given track." +msgstr "" + +#: doc/classes/Animation.xml:249 +msgid "Removes a track by specifying the track index." +msgstr "" + +#: doc/classes/Animation.xml:258 +msgid "" +"Finds the key index by time in a given track. Optionally, only find it if " +"the exact time is given." +msgstr "" + +#: doc/classes/Animation.xml:265 +msgid "" +"Returns [code]true[/code] if the track at [code]idx[/code] wraps the " +"interpolation loop. New tracks wrap the interpolation loop by default." +msgstr "" + +#: doc/classes/Animation.xml:272 +msgid "Returns the interpolation type of a given track." +msgstr "" + +#: doc/classes/Animation.xml:279 +msgid "Returns the amount of keys in a given track." +msgstr "" + +#: doc/classes/Animation.xml:287 +msgid "Returns the time at which the key is located." +msgstr "" + +#: doc/classes/Animation.xml:295 +msgid "" +"Returns the transition curve (easing) for a specific key (see the built-in " +"math function [method @GDScript.ease])." +msgstr "" + +#: doc/classes/Animation.xml:303 +msgid "Returns the value of a given key in a given track." +msgstr "" + +#: doc/classes/Animation.xml:310 +msgid "" +"Gets the path of a track. For more information on the path format, see " +"[method track_set_path]." +msgstr "" + +#: doc/classes/Animation.xml:317 +msgid "Gets the type of a track." +msgstr "" + +#: doc/classes/Animation.xml:327 +msgid "Insert a generic key in a given track." +msgstr "" + +#: doc/classes/Animation.xml:334 +msgid "" +"Returns [code]true[/code] if the track at index [code]idx[/code] is enabled." +msgstr "" + +#: doc/classes/Animation.xml:341 +msgid "" +"Returns [code]true[/code] if the given track is imported. Else, return " +"[code]false[/code]." +msgstr "" + +#: doc/classes/Animation.xml:348 +msgid "Moves a track down." +msgstr "" + +#: doc/classes/Animation.xml:356 +msgid "" +"Changes the index position of track [code]idx[/code] to the one defined in " +"[code]to_idx[/code]." +msgstr "" + +#: doc/classes/Animation.xml:363 +msgid "Moves a track up." +msgstr "" + +#: doc/classes/Animation.xml:371 +msgid "Removes a key by index in a given track." +msgstr "" + +#: doc/classes/Animation.xml:379 +msgid "Removes a key by position (seconds) in a given track." +msgstr "" + +#: doc/classes/Animation.xml:387 +msgid "Enables/disables the given track. Tracks are enabled by default." +msgstr "" + +#: doc/classes/Animation.xml:395 +msgid "Sets the given track as imported or not." +msgstr "" + +#: doc/classes/Animation.xml:403 +msgid "" +"If [code]true[/code], the track at [code]idx[/code] wraps the interpolation " +"loop." +msgstr "" + +#: doc/classes/Animation.xml:411 +msgid "Sets the interpolation type of a given track." +msgstr "" + +#: doc/classes/Animation.xml:420 +msgid "Sets the time of an existing key." +msgstr "" + +#: doc/classes/Animation.xml:429 +msgid "" +"Sets the transition curve (easing) for a specific key (see the built-in math " +"function [method @GDScript.ease])." +msgstr "" + +#: doc/classes/Animation.xml:438 +msgid "Sets the value of an existing key." +msgstr "" + +#: doc/classes/Animation.xml:446 +msgid "" +"Sets the path of a track. Paths must be valid scene-tree paths to a node and " +"must be specified starting from the parent node of the node that will " +"reproduce the animation. Tracks that control properties or bones must append " +"their name after the path, separated by [code]\":\"[/code].\n" +"For example, [code]\"character/skeleton:ankle\"[/code] or [code]\"character/" +"mesh:transform/local\"[/code]." +msgstr "" + +#: doc/classes/Animation.xml:455 +msgid "" +"Swaps the track [code]idx[/code]'s index position with the track " +"[code]with_idx[/code]." +msgstr "" + +#: doc/classes/Animation.xml:466 +msgid "Insert a transform key for a transform track." +msgstr "" + +#: doc/classes/Animation.xml:474 +msgid "" +"Returns the interpolated value of a transform track at a given time (in " +"seconds). An array consisting of 3 elements: position ([Vector3]), rotation " +"([Quat]) and scale ([Vector3])." +msgstr "" + +#: doc/classes/Animation.xml:483 +msgid "" +"Returns all the key indices of a value track, given a position and delta " +"time." +msgstr "" + +#: doc/classes/Animation.xml:490 +msgid "Returns the update mode of a value track." +msgstr "" + +#: doc/classes/Animation.xml:498 +msgid "" +"Returns the interpolated value at the given time (in seconds). The " +"[code]track_idx[/code] must be the index of a value track." +msgstr "" + +#: doc/classes/Animation.xml:506 +msgid "Sets the update mode (see [enum UpdateMode]) of a value track." +msgstr "" + +#: doc/classes/Animation.xml:512 +msgid "" +"The total length of the animation (in seconds).\n" +"[b]Note:[/b] Length is not delimited by the last key, as this one may be " +"before or after the end to ensure correct interpolation and looping." +msgstr "" + +#: doc/classes/Animation.xml:516 +msgid "" +"A flag indicating that the animation must loop. This is used for correct " +"interpolation of animation cycles, and for hinting the player that it must " +"restart the animation." +msgstr "" + +#: doc/classes/Animation.xml:519 +msgid "The animation step value." +msgstr "" + +#: doc/classes/Animation.xml:525 +msgid "" +"Emitted when there's a change in the list of tracks, e.g. tracks are added, " +"moved or have changed paths." +msgstr "" + +#: doc/classes/Animation.xml:531 +msgid "" +"Value tracks set values in node properties, but only those which can be " +"Interpolated." +msgstr "" + +#: doc/classes/Animation.xml:534 +msgid "" +"Transform tracks are used to change node local transforms or skeleton pose " +"bones. Transitions are interpolated." +msgstr "" + +#: doc/classes/Animation.xml:537 +msgid "Method tracks call functions with given arguments per key." +msgstr "" + +#: doc/classes/Animation.xml:540 +msgid "" +"Bezier tracks are used to interpolate a value using custom curves. They can " +"also be used to animate sub-properties of vectors and colors (e.g. alpha " +"value of a [Color])." +msgstr "" + +#: doc/classes/Animation.xml:543 +msgid "" +"Audio tracks are used to play an audio stream with either type of " +"[AudioStreamPlayer]. The stream can be trimmed and previewed in the " +"animation." +msgstr "" + +#: doc/classes/Animation.xml:546 +msgid "Animation tracks play animations in other [AnimationPlayer] nodes." +msgstr "" + +#: doc/classes/Animation.xml:549 +msgid "No interpolation (nearest value)." +msgstr "" + +#: doc/classes/Animation.xml:552 +msgid "Linear interpolation." +msgstr "" + +#: doc/classes/Animation.xml:555 +msgid "Cubic interpolation." +msgstr "" + +#: doc/classes/Animation.xml:558 +msgid "Update between keyframes." +msgstr "" + +#: doc/classes/Animation.xml:561 +msgid "Update at the keyframes and hold the value." +msgstr "" + +#: doc/classes/Animation.xml:564 +msgid "Update at the keyframes." +msgstr "" + +#: doc/classes/Animation.xml:567 +msgid "" +"Same as linear interpolation, but also interpolates from the current value " +"(i.e. dynamically at runtime) if the first key isn't at 0 seconds." +msgstr "" + +#: doc/classes/AnimationNode.xml:4 +msgid "Base resource for [AnimationTree] nodes." +msgstr "" + +#: doc/classes/AnimationNode.xml:7 +msgid "" +"Base resource for [AnimationTree] nodes. In general, it's not used directly, " +"but you can create custom ones with custom blending formulas.\n" +"Inherit this when creating nodes mainly for use in [AnimationNodeBlendTree], " +"otherwise [AnimationRootNode] should be used instead." +msgstr "" + +#: doc/classes/AnimationNode.xml:11 doc/classes/AnimationNodeAdd2.xml:10 +#: doc/classes/AnimationNodeAdd3.xml:14 +#: doc/classes/AnimationNodeAnimation.xml:10 +#: doc/classes/AnimationNodeBlend2.xml:10 +#: doc/classes/AnimationNodeBlend3.xml:14 +#: doc/classes/AnimationNodeBlendSpace1D.xml:13 +#: doc/classes/AnimationNodeBlendSpace2D.xml:12 +#: doc/classes/AnimationNodeBlendTree.xml:10 +#: doc/classes/AnimationNodeOneShot.xml:10 +#: doc/classes/AnimationNodeOutput.xml:9 +#: doc/classes/AnimationNodeStateMachine.xml:15 +#: doc/classes/AnimationNodeStateMachinePlayback.xml:15 +#: doc/classes/AnimationNodeStateMachineTransition.xml:8 +#: doc/classes/AnimationNodeTimeScale.xml:10 +#: doc/classes/AnimationNodeTimeSeek.xml:21 +#: doc/classes/AnimationNodeTransition.xml:10 doc/classes/AnimationTree.xml:11 +#: doc/classes/AnimationTreePlayer.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/animation/animation_tree.html" +msgstr "" + +#: doc/classes/AnimationNode.xml:18 +msgid "" +"Adds an input to the node. This is only useful for nodes created for use in " +"an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNode.xml:29 +msgid "" +"Blend an animation by [code]blend[/code] amount (name must be valid in the " +"linked [AnimationPlayer]). A [code]time[/code] and [code]delta[/code] may be " +"passed, as well as whether [code]seek[/code] happened." +msgstr "" + +#: doc/classes/AnimationNode.xml:41 +msgid "" +"Blend an input. This is only useful for nodes created for an " +"[AnimationNodeBlendTree]. The [code]time[/code] parameter is a relative " +"delta, unless [code]seek[/code] is [code]true[/code], in which case it is " +"absolute. A filter mode may be optionally passed (see [enum FilterAction] " +"for options)." +msgstr "" + +#: doc/classes/AnimationNode.xml:54 +msgid "" +"Blend another animation node (in case this node contains children animation " +"nodes). This function is only useful if you inherit from [AnimationRootNode] " +"instead, else editors will not display your node for addition." +msgstr "" + +#: doc/classes/AnimationNode.xml:60 +msgid "Gets the text caption for this node (used by some editors)." +msgstr "" + +#: doc/classes/AnimationNode.xml:67 +msgid "" +"Gets a child node by index (used by editors inheriting from " +"[AnimationRootNode])." +msgstr "" + +#: doc/classes/AnimationNode.xml:73 +msgid "" +"Gets all children nodes in order as a [code]name: node[/code] dictionary. " +"Only useful when inheriting [AnimationRootNode]." +msgstr "" + +#: doc/classes/AnimationNode.xml:79 +msgid "" +"Amount of inputs in this node, only useful for nodes that go into " +"[AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNode.xml:86 +msgid "Gets the name of an input by index." +msgstr "" + +#: doc/classes/AnimationNode.xml:93 +msgid "" +"Gets the value of a parameter. Parameters are custom local memory used for " +"your nodes, given a resource can be reused in multiple trees." +msgstr "" + +#: doc/classes/AnimationNode.xml:100 +msgid "" +"Gets the default value of a parameter. Parameters are custom local memory " +"used for your nodes, given a resource can be reused in multiple trees." +msgstr "" + +#: doc/classes/AnimationNode.xml:106 +msgid "" +"Gets the property information for parameter. Parameters are custom local " +"memory used for your nodes, given a resource can be reused in multiple " +"trees. Format is similar to [method Object.get_property_list]." +msgstr "" + +#: doc/classes/AnimationNode.xml:112 +msgid "" +"Returns [code]true[/code] whether you want the blend tree editor to display " +"filter editing on this node." +msgstr "" + +#: doc/classes/AnimationNode.xml:119 +msgid "Returns [code]true[/code] whether a given path is filtered." +msgstr "" + +#: doc/classes/AnimationNode.xml:127 +msgid "" +"User-defined callback called when a custom node is processed. The " +"[code]time[/code] parameter is a relative delta, unless [code]seek[/code] is " +"[code]true[/code], in which case it is absolute.\n" +"Here, call the [method blend_input], [method blend_node] or [method " +"blend_animation] functions. You can also use [method get_parameter] and " +"[method set_parameter] to modify local memory.\n" +"This function should return the time left for the current animation to " +"finish (if unsure, pass the value from the main blend being called)." +msgstr "" + +#: doc/classes/AnimationNode.xml:136 +msgid "Removes an input, call this only when inactive." +msgstr "" + +#: doc/classes/AnimationNode.xml:144 +msgid "Adds or removes a path for the filter." +msgstr "" + +#: doc/classes/AnimationNode.xml:152 +msgid "" +"Sets a custom parameter. These are used as local storage, because resources " +"can be reused across the tree or scenes." +msgstr "" + +#: doc/classes/AnimationNode.xml:158 +msgid "If [code]true[/code], filtering is enabled." +msgstr "" + +#: doc/classes/AnimationNode.xml:164 +msgid "Called when the node was removed from the graph." +msgstr "" + +#: doc/classes/AnimationNode.xml:169 +msgid "" +"Emitted by nodes that inherit from this class and that have an internal tree " +"when one of their nodes changes. The nodes that emit this signal are " +"[AnimationNodeBlendSpace1D], [AnimationNodeBlendSpace2D], " +"[AnimationNodeStateMachine], and [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNode.xml:175 +msgid "Do not use filtering." +msgstr "" + +#: doc/classes/AnimationNode.xml:178 +msgid "Paths matching the filter will be allowed to pass." +msgstr "" + +#: doc/classes/AnimationNode.xml:181 +msgid "Paths matching the filter will be discarded." +msgstr "" + +#: doc/classes/AnimationNode.xml:184 +msgid "Paths matching the filter will be blended (by the blend value)." +msgstr "" + +#: doc/classes/AnimationNodeAdd2.xml:4 +msgid "Blends two animations additively inside of an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeAdd2.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"additively based on an amount value in the [code][0.0, 1.0][/code] range." +msgstr "" + +#: doc/classes/AnimationNodeAdd2.xml:16 doc/classes/AnimationNodeAdd3.xml:21 +#: doc/classes/AnimationNodeBlend2.xml:18 +#: doc/classes/AnimationNodeBlend3.xml:20 +msgid "" +"If [code]true[/code], sets the [code]optimization[/code] to [code]false[/" +"code] when calling [method AnimationNode.blend_input], forcing the blended " +"animations to update every frame." +msgstr "" + +#: doc/classes/AnimationNodeAdd3.xml:4 +msgid "" +"Blends two of three animations additively inside of an " +"[AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeAdd3.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"together additively out of three based on a value in the [code][-1.0, 1.0][/" +"code] range.\n" +"This node has three inputs:\n" +"- The base animation to add to\n" +"- A -add animation to blend with when the blend amount is in the [code]" +"[-1.0, 0.0][/code] range.\n" +"- A +add animation to blend with when the blend amount is in the [code][0.0, " +"1.0][/code] range" +msgstr "" + +#: doc/classes/AnimationNodeAdd3.xml:15 +#: doc/classes/AnimationNodeAnimation.xml:12 +#: doc/classes/AnimationNodeBlend2.xml:12 +#: doc/classes/AnimationNodeBlendSpace2D.xml:13 +#: doc/classes/AnimationNodeOneShot.xml:11 +#: doc/classes/AnimationNodeOutput.xml:11 +#: doc/classes/AnimationNodeTransition.xml:12 +#: doc/classes/AnimationPlayer.xml:14 doc/classes/AnimationTree.xml:12 +#: doc/classes/AudioEffectReverb.xml:11 doc/classes/Camera.xml:10 +#: doc/classes/CollisionShape.xml:13 doc/classes/CylinderShape.xml:10 +#: doc/classes/Environment.xml:19 doc/classes/GIProbe.xml:14 +#: doc/classes/GIProbeData.xml:8 doc/classes/KinematicBody.xml:16 +#: doc/classes/Light.xml:11 doc/classes/Material.xml:11 doc/classes/Mesh.xml:13 +#: doc/classes/MeshInstance.xml:13 doc/classes/Particles.xml:14 +#: doc/classes/Quat.xml:13 doc/classes/Skeleton.xml:13 +#: doc/classes/SpotLight.xml:12 doc/classes/StaticBody.xml:12 +#: doc/classes/WorldEnvironment.xml:15 +msgid "https://godotengine.org/asset-library/asset/678" +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:4 +msgid "Input animation to use in an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Only features one output " +"set using the [member animation] property. Use it as an input for " +"[AnimationNode] that blend animations together." +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:11 +#: doc/classes/AnimationNodeBlend2.xml:11 +#: doc/classes/AnimationNodeOutput.xml:10 +#: doc/classes/AnimationNodeTimeScale.xml:11 +#: doc/classes/AnimationNodeTransition.xml:11 doc/classes/Area.xml:10 +#: doc/classes/Basis.xml:17 doc/classes/BoxShape.xml:12 +#: doc/classes/CollisionShape.xml:12 modules/gridmap/doc_classes/GridMap.xml:15 +#: doc/classes/KinematicBody.xml:14 doc/classes/Mesh.xml:12 +#: doc/classes/MeshInstance.xml:12 doc/classes/MeshLibrary.xml:11 +#: doc/classes/ProjectSettings.xml:14 doc/classes/Transform.xml:15 +msgid "https://godotengine.org/asset-library/asset/125" +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:18 +msgid "" +"Animation to use as an output. It is one of the animations provided by " +"[member AnimationTree.anim_player]." +msgstr "" + +#: doc/classes/AnimationNodeBlend2.xml:4 +msgid "Blends two animations linearly inside of an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeBlend2.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"linearly based on an amount value in the [code][0.0, 1.0][/code] range." +msgstr "" + +#: doc/classes/AnimationNodeBlend3.xml:4 +msgid "" +"Blends two of three animations linearly inside of an " +"[AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeBlend3.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"together linearly out of three based on a value in the [code][-1.0, 1.0][/" +"code] range.\n" +"This node has three inputs:\n" +"- The base animation\n" +"- A -blend animation to blend with when the blend amount is in the [code]" +"[-1.0, 0.0][/code] range.\n" +"- A +blend animation to blend with when the blend amount is in the [code]" +"[0.0, 1.0][/code] range" +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:4 +msgid "" +"Blends linearly between two of any number of [AnimationNode] of any type " +"placed on a virtual axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree].\n" +"This is a virtual axis on which you can add any type of [AnimationNode] " +"using [method add_blend_point].\n" +"Outputs the linear blend of the two [AnimationNode]s closest to the node's " +"current value.\n" +"You can set the extents of the axis using the [member min_space] and [member " +"max_space]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:22 +msgid "" +"Adds a new point that represents a [code]node[/code] on the virtual axis at " +"a given position set by [code]pos[/code]. You can insert it at a specific " +"index using the [code]at_index[/code] argument. If you use the default value " +"for [code]at_index[/code], the point is inserted at the end of the blend " +"points array." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:28 +msgid "Returns the number of points on the blend axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:35 +msgid "" +"Returns the [AnimationNode] referenced by the point at index [code]point[/" +"code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:42 +#: doc/classes/AnimationNodeBlendSpace2D.xml:52 +msgid "Returns the position of the point at index [code]point[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:49 +msgid "Removes the point at index [code]point[/code] from the blend axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:57 +#: doc/classes/AnimationNodeBlendSpace2D.xml:88 +msgid "" +"Changes the [AnimationNode] referenced by the point at index [code]point[/" +"code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:65 +#: doc/classes/AnimationNodeBlendSpace2D.xml:96 +msgid "" +"Updates the position of the point at index [code]point[/code] on the blend " +"axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:71 +msgid "" +"The blend space's axis's upper limit for the points' position. See [method " +"add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:74 +msgid "" +"The blend space's axis's lower limit for the points' position. See [method " +"add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:77 +msgid "Position increment to snap to when moving a point on the axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:80 +msgid "Label of the virtual axis of the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:4 +msgid "" +"Blends linearly between three [AnimationNode] of any type placed in a 2D " +"space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree].\n" +"This node allows you to blend linearly between three animations using a " +"[Vector2] weight.\n" +"You can add vertices to the blend space with [method add_blend_point] and " +"automatically triangulate it by setting [member auto_triangles] to " +"[code]true[/code]. Otherwise, use [method add_triangle] and [method " +"remove_triangle] to create up the blend space by hand." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:22 +msgid "" +"Adds a new point that represents a [code]node[/code] at the position set by " +"[code]pos[/code]. You can insert it at a specific index using the " +"[code]at_index[/code] argument. If you use the default value for " +"[code]at_index[/code], the point is inserted at the end of the blend points " +"array." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:32 +msgid "" +"Creates a new triangle using three points [code]x[/code], [code]y[/code], " +"and [code]z[/code]. Triangles can overlap. You can insert the triangle at a " +"specific index using the [code]at_index[/code] argument. If you use the " +"default value for [code]at_index[/code], the point is inserted at the end of " +"the blend points array." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:38 +msgid "Returns the number of points in the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:45 +msgid "" +"Returns the [AnimationRootNode] referenced by the point at index " +"[code]point[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:58 +msgid "Returns the number of triangles in the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:66 +msgid "" +"Returns the position of the point at index [code]point[/code] in the " +"triangle of index [code]triangle[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:73 +msgid "Removes the point at index [code]point[/code] from the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:80 +msgid "" +"Removes the triangle at index [code]triangle[/code] from the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:102 +msgid "" +"If [code]true[/code], the blend space is triangulated automatically. The " +"mesh updates every time you add or remove points with [method " +"add_blend_point] and [method remove_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:105 +msgid "" +"Controls the interpolation between animations. See [enum BlendMode] " +"constants." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:108 +msgid "" +"The blend space's X and Y axes' upper limit for the points' position. See " +"[method add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:111 +msgid "" +"The blend space's X and Y axes' lower limit for the points' position. See " +"[method add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:114 +msgid "Position increment to snap to when moving a point." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:117 +msgid "Name of the blend space's X axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:120 +msgid "Name of the blend space's Y axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:126 +msgid "" +"Emitted every time the blend space's triangles are created, removed, or when " +"one of their vertices changes position." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:132 +msgid "The interpolation between animations is linear." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:135 +msgid "" +"The blend space plays the animation of the node the blending position is " +"closest to. Useful for frame-by-frame 2D animations." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:138 +msgid "" +"Similar to [constant BLEND_MODE_DISCRETE], but starts the new animation at " +"the last animation's playback position." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:4 +msgid "[AnimationTree] node resource that contains many blend type nodes." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:7 +msgid "" +"This node may contain a sub-tree of any other blend type nodes, such as mix, " +"blend2, blend3, one shot, etc. This is one of the most commonly used roots." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:19 +msgid "" +"Adds an [AnimationNode] at the given [code]position[/code]. The [code]name[/" +"code] is used to identify the created sub-node later." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:28 +msgid "" +"Connects the output of an [AnimationNode] as input for another " +"[AnimationNode], at the input port specified by [code]input_index[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:36 +msgid "Disconnects the node connected to the specified input." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:43 +msgid "Returns the sub-node with the specified [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:50 +msgid "" +"Returns the position of the sub-node with the specified [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:57 +msgid "" +"Returns [code]true[/code] if a sub-node with specified [code]name[/code] " +"exists." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:64 +msgid "Removes a sub-node." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:72 +msgid "Changes the name of a sub-node." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:80 +msgid "Modifies the position of a sub-node." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:86 +msgid "The global offset of all sub-nodes." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:91 +msgid "The connection was successful." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:94 +msgid "The input node is [code]null[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:97 +msgid "The specified input port is out of range." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:100 +msgid "The output node is [code]null[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:103 +msgid "Input and output nodes are the same." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:106 +msgid "The specified connection already exists." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:4 +msgid "Plays an animation once in [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. This node will execute a " +"sub-animation and return once it finishes. Blend times for fading in and out " +"can be customized, as well as filters." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:28 +msgid "" +"If [code]true[/code], the sub-animation will restart automatically after " +"finishing." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:31 +msgid "The delay after which the automatic restart is triggered, in seconds." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:34 +msgid "" +"If [member autorestart] is [code]true[/code], a random additional delay (in " +"seconds) between 0 and this value will be added to [member " +"autorestart_delay]." +msgstr "" + +#: doc/classes/AnimationNodeOutput.xml:4 +msgid "Generic output node to be added to [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:4 +msgid "State machine for control of animations." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:7 +msgid "" +"Contains multiple nodes representing animation states, connected in a graph. " +"Node transitions can be configured to happen automatically or via code, " +"using a shortest-path algorithm. Retrieve the " +"[AnimationNodeStateMachinePlayback] object from the [AnimationTree] node to " +"control it programmatically.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var state_machine = $AnimationTree.get(\"parameters/playback\")\n" +"state_machine.travel(\"some_state\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:24 +msgid "" +"Adds a new node to the graph. The [code]position[/code] is used for display " +"in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:33 +msgid "Adds a transition between the given nodes." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:39 +#: doc/classes/AnimationNodeStateMachine.xml:72 +msgid "Returns the graph's end node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:45 +msgid "Returns the draw offset of the graph. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:52 +msgid "Returns the animation node with the given name." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:59 +msgid "Returns the given animation node's name." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:66 +msgid "Returns the given node's coordinates. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:79 +msgid "Returns the given transition." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:85 +msgid "Returns the number of connections in the graph." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:92 +msgid "Returns the given transition's start node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:99 +msgid "Returns the given transition's end node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:106 +msgid "Returns [code]true[/code] if the graph contains the given node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:114 +msgid "" +"Returns [code]true[/code] if there is a transition between the given nodes." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:121 +msgid "Deletes the given node from the graph." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:129 +msgid "Deletes the transition between the two specified nodes." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:136 +msgid "Deletes the given transition by index." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:144 +msgid "Renames the given node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:152 +msgid "Replaces the node and keeps its transitions unchanged." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:159 +msgid "Sets the given node as the graph end point." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:166 +msgid "Sets the draw offset of the graph. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:174 +msgid "Sets the node's coordinates. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:181 +msgid "Sets the given node as the graph start point." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:4 +msgid "Playback control for [AnimationNodeStateMachine]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:7 +msgid "" +"Allows control of [AnimationTree] state machines created with " +"[AnimationNodeStateMachine]. Retrieve with [code]$AnimationTree." +"get(\"parameters/playback\")[/code].\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var state_machine = $AnimationTree.get(\"parameters/playback\")\n" +"state_machine.travel(\"some_state\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:26 +msgid "Returns the currently playing animation state." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:32 +msgid "Returns the playback position within the current animation state." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:38 +msgid "" +"Returns the current travel path as computed internally by the A* algorithm." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:44 +msgid "Returns [code]true[/code] if an animation is playing." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:51 +msgid "Starts playing the given animation." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:57 +msgid "Stops the currently playing animation." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:64 +msgid "" +"Transitions from the current state to another one, following the shortest " +"path." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:14 +msgid "" +"Turn on auto advance when this condition is set. The provided name will " +"become a boolean parameter on the [AnimationTree] that can be controlled " +"from code (see [url=https://docs.godotengine.org/en/3.4/tutorials/animation/" +"animation_tree.html#controlling-from-code][/url]). For example, if [member " +"AnimationTree.tree_root] is an [AnimationNodeStateMachine] and [member " +"advance_condition] is set to [code]\"idle\"[/code]:\n" +"[codeblock]\n" +"$animation_tree[\"parameters/conditions/idle\"] = is_on_floor and " +"(linear_velocity.x == 0)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:20 +msgid "" +"Turn on the transition automatically when this state is reached. This works " +"best with [constant SWITCH_MODE_AT_END]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:23 +msgid "" +"Don't use this transition during [method AnimationNodeStateMachinePlayback." +"travel] or [member auto_advance]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:26 +msgid "" +"Lower priority transitions are preferred when travelling through the tree " +"via [method AnimationNodeStateMachinePlayback.travel] or [member " +"auto_advance]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:29 +msgid "The transition type." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:32 +msgid "The time to cross-fade between this state and the next." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:38 +msgid "Emitted when [member advance_condition] is changed." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:44 +msgid "" +"Switch to the next state immediately. The current state will end and blend " +"into the beginning of the new one." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:47 +msgid "" +"Switch to the next state immediately, but will seek the new state to the " +"playback position of the old state." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:50 +msgid "" +"Wait for the current state playback to end, then switch to the beginning of " +"the next state animation." +msgstr "" + +#: doc/classes/AnimationNodeTimeScale.xml:4 +msgid "A time-scaling animation node to be used with [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationNodeTimeScale.xml:7 +msgid "" +"Allows scaling the speed of the animation (or reversing it) in any children " +"nodes. Setting it to 0 will pause the animation." +msgstr "" + +#: doc/classes/AnimationNodeTimeSeek.xml:4 +msgid "A time-seeking animation node to be used with [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationNodeTimeSeek.xml:7 +msgid "" +"This node can be used to cause a seek command to happen to any sub-children " +"of the animation graph. Use this node type to play an [Animation] from the " +"start or a certain playback position inside the [AnimationNodeBlendTree]. " +"After setting the time and changing the animation playback, the seek node " +"automatically goes into sleep mode on the next process frame by setting its " +"[code]seek_position[/code] value to [code]-1.0[/code].\n" +"[codeblock]\n" +"# Play child animation from the start.\n" +"animation_tree.set(\"parameters/Seek/seek_position\", 0.0)\n" +"# Alternative syntax (same result as above).\n" +"animation_tree[\"parameters/Seek/seek_position\"] = 0.0\n" +"\n" +"# Play child animation from 12 second timestamp.\n" +"animation_tree.set(\"parameters/Seek/seek_position\", 12.0)\n" +"# Alternative syntax (same result as above).\n" +"animation_tree[\"parameters/Seek/seek_position\"] = 12.0\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:4 +msgid "A generic animation transition node for [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:7 +msgid "" +"Simple state machine for cases which don't require a more advanced " +"[AnimationNodeStateMachine]. Animations can be connected to the inputs and " +"transition times can be specified." +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:44 +msgid "The number of available input ports for this node." +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:47 +msgid "" +"Cross-fading time (in seconds) between each animation connected to the " +"inputs." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:4 +msgid "Container and player of [Animation] resources." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:7 +msgid "" +"An animation player is used for general-purpose playback of [Animation] " +"resources. It contains a dictionary of animations (referenced by name) and " +"custom blend times between their transitions. Additionally, animations can " +"be played and blended in different channels.\n" +"[AnimationPlayer] is more suited than [Tween] for animations where you know " +"the final values in advance. For example, fading a screen in and out is more " +"easily done with an [AnimationPlayer] node thanks to the animation tools " +"provided by the editor. That particular example can also be implemented with " +"a [Tween] node, but it requires doing everything by code.\n" +"Updating the target properties of animations occurs at process time." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:22 +msgid "" +"Adds [code]animation[/code] to the player accessible with the key " +"[code]name[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:29 +msgid "" +"Shifts position in the animation timeline and immediately updates the " +"animation. [code]delta[/code] is the time in seconds to shift. Events " +"between the current frame and [code]delta[/code] are handled." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:36 +msgid "Returns the name of the next animation in the queue." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:44 +msgid "" +"Triggers the [code]anim_to[/code] animation when the [code]anim_from[/code] " +"animation completes." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:50 +msgid "" +"[AnimationPlayer] caches animated nodes. It may not notice if a node " +"disappears; [method clear_caches] forces it to update the cache again." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:56 +msgid "Clears all queued, unplayed animations." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:63 +msgid "" +"Returns the name of [code]animation[/code] or an empty string if not found." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:70 +msgid "" +"Returns the [Animation] with key [code]name[/code] or [code]null[/code] if " +"not found." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:76 +msgid "Returns the list of stored animation names." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:84 +msgid "" +"Gets the blend time (in seconds) between two animations, referenced by their " +"names." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:90 +msgid "" +"Gets the actual playing speed of current animation or 0 if not playing. This " +"speed is the [member playback_speed] property multiplied by " +"[code]custom_speed[/code] argument specified when calling the [method play] " +"method." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:96 +msgid "" +"Returns a list of the animation names that are currently queued to play." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:103 +msgid "" +"Returns [code]true[/code] if the [AnimationPlayer] stores an [Animation] " +"with key [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:109 +msgid "Returns [code]true[/code] if playing an animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:119 +msgid "" +"Plays the animation with key [code]name[/code]. Custom blend times and speed " +"can be set. If [code]custom_speed[/code] is negative and [code]from_end[/" +"code] is [code]true[/code], the animation will play backwards (which is " +"equivalent to calling [method play_backwards]).\n" +"The [AnimationPlayer] keeps track of its current or last played animation " +"with [member assigned_animation]. If this method is called with that same " +"animation [code]name[/code], or with no [code]name[/code] parameter, the " +"assigned animation will resume playing if it was paused, or restart if it " +"was stopped (see [method stop] for both pause and stop). If the animation " +"was already playing, it will keep playing.\n" +"[b]Note:[/b] The animation will be updated the next time the " +"[AnimationPlayer] is processed. If other variables are updated at the same " +"time this is called, they may be updated too early. To perform the update " +"immediately, call [code]advance(0)[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:129 +msgid "" +"Plays the animation with key [code]name[/code] in reverse.\n" +"This method is a shorthand for [method play] with [code]custom_speed = -1.0[/" +"code] and [code]from_end = true[/code], so see its description for more " +"information." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:137 +msgid "" +"Queues an animation for playback once the current one is done.\n" +"[b]Note:[/b] If a looped animation is currently playing, the queued " +"animation will never play unless the looped animation is stopped somehow." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:145 +msgid "Removes the animation with key [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:153 +msgid "" +"Renames an existing animation with key [code]name[/code] to [code]newname[/" +"code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:161 +msgid "" +"Seeks the animation to the [code]seconds[/code] point in time (in seconds). " +"If [code]update[/code] is [code]true[/code], the animation updates too, " +"otherwise it updates at process time. Events between the current frame and " +"[code]seconds[/code] are skipped." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:170 +msgid "" +"Specifies a blend time (in seconds) between two animations, referenced by " +"their names." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:177 +msgid "" +"Stops or pauses the currently playing animation. If [code]reset[/code] is " +"[code]true[/code], the animation position is reset to [code]0[/code] and the " +"playback speed is reset to [code]1.0[/code].\n" +"If [code]reset[/code] is [code]false[/code], the [member " +"current_animation_position] will be kept and calling [method play] or " +"[method play_backwards] without arguments or with the same animation name as " +"[member assigned_animation] will resume the animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:184 +msgid "" +"If playing, the current animation; otherwise, the animation last played. " +"When set, would change the animation, but would not play it unless currently " +"playing. See also [member current_animation]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:187 +msgid "The name of the animation to play when the scene loads." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:190 +msgid "" +"The name of the currently playing animation. If no animation is playing, the " +"property's value is an empty string. Changing this value does not restart " +"the animation. See [method play] for more information on playing " +"animations.\n" +"[b]Note:[/b] While this property appears in the inspector, it's not meant to " +"be edited, and it's not saved in the scene. This property is mainly used to " +"get the currently playing animation, and internally for animation playback " +"tracks. For more information, see [Animation]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:194 +msgid "The length (in seconds) of the currently being played animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:197 +msgid "The position (in seconds) of the currently playing animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:200 +msgid "The call mode to use for Call Method tracks." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:203 +msgid "" +"If [code]true[/code], updates animations in response to process-related " +"notifications." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:206 +msgid "" +"The default time in which to blend animations. Ranges from 0 to 4096 with " +"0.01 precision." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:209 +msgid "The process notification in which to update animations." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:212 +msgid "" +"The speed scaling ratio. For instance, if this value is 1, then the " +"animation plays at normal speed. If it's 0.5, then it plays at half speed. " +"If it's 2, then it plays at double speed." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:215 +msgid "" +"This is used by the editor. If set to [code]true[/code], the scene will be " +"saved with the effects of the reset animation applied (as if it had been " +"seeked to time 0), then reverted after saving.\n" +"In other words, the saved scene file will contain the \"default pose\", as " +"defined by the reset animation, if any, with the editor keeping the values " +"that the nodes had before saving." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:219 +msgid "The node from which node path references will travel." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:227 +msgid "" +"Emitted when a queued animation plays after the previous animation was " +"finished. See [method queue].\n" +"[b]Note:[/b] The signal is not emitted when the animation is changed via " +"[method play] or from [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:234 +msgid "Notifies when an animation finished playing." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:240 +msgid "Notifies when an animation starts playing." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:245 +msgid "" +"Notifies when the caches have been cleared, either automatically, or " +"manually via [method clear_caches]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:251 doc/classes/AnimationTreePlayer.xml:505 +msgid "" +"Process animation during the physics process. This is especially useful when " +"animating physics bodies." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:254 doc/classes/AnimationTreePlayer.xml:508 +msgid "Process animation during the idle process." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:257 +msgid "" +"Do not process animation. Use [method advance] to process the animation " +"manually." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:260 +msgid "" +"Batch method calls during the animation process, then do the calls after " +"events are processed. This avoids bugs involving deleting nodes or modifying " +"the AnimationPlayer while playing." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:263 +msgid "Make method calls immediately when reached in the animation." +msgstr "" + +#: doc/classes/AnimationTree.xml:4 +msgid "" +"A node to be used for advanced animation transitions in an [AnimationPlayer]." +msgstr "" + +#: doc/classes/AnimationTree.xml:7 +msgid "" +"A node to be used for advanced animation transitions in an " +"[AnimationPlayer].\n" +"[b]Note:[/b] When linked with an [AnimationPlayer], several properties and " +"methods of the corresponding [AnimationPlayer] will not function as " +"expected. Playback and transitions should be handled using only the " +"[AnimationTree] and its constituent [AnimationNode](s). The " +"[AnimationPlayer] node should be used solely for adding, deleting, and " +"editing animations." +msgstr "" + +#: doc/classes/AnimationTree.xml:19 +msgid "Manually advance the animations by the specified time (in seconds)." +msgstr "" + +#: doc/classes/AnimationTree.xml:25 +msgid "" +"Retrieve the motion of the [member root_motion_track] as a [Transform] that " +"can be used elsewhere. If [member root_motion_track] is not a path to a " +"track of type [constant Animation.TYPE_TRANSFORM], returns an identity " +"transformation. See also [member root_motion_track] and [RootMotionView]." +msgstr "" + +#: doc/classes/AnimationTree.xml:38 +msgid "If [code]true[/code], the [AnimationTree] will be processing." +msgstr "" + +#: doc/classes/AnimationTree.xml:41 +msgid "The path to the [AnimationPlayer] used for animating." +msgstr "" + +#: doc/classes/AnimationTree.xml:44 +msgid "" +"The process mode of this [AnimationTree]. See [enum AnimationProcessMode] " +"for available modes." +msgstr "" + +#: doc/classes/AnimationTree.xml:47 +msgid "" +"The path to the Animation track used for root motion. Paths must be valid " +"scene-tree paths to a node, and must be specified starting from the parent " +"node of the node that will reproduce the animation. To specify a track that " +"controls properties or bones, append its name after the path, separated by " +"[code]\":\"[/code]. For example, [code]\"character/skeleton:ankle\"[/code] " +"or [code]\"character/mesh:transform/local\"[/code].\n" +"If the track has type [constant Animation.TYPE_TRANSFORM], the " +"transformation will be cancelled visually, and the animation will appear to " +"stay in place. See also [method get_root_motion_transform] and " +"[RootMotionView]." +msgstr "" + +#: doc/classes/AnimationTree.xml:51 +msgid "The root animation node of this [AnimationTree]. See [AnimationNode]." +msgstr "" + +#: doc/classes/AnimationTree.xml:56 +msgid "" +"The animations will progress during the physics frame (i.e. [method Node." +"_physics_process])." +msgstr "" + +#: doc/classes/AnimationTree.xml:59 +msgid "" +"The animations will progress during the idle frame (i.e. [method Node." +"_process])." +msgstr "" + +#: doc/classes/AnimationTree.xml:62 +msgid "The animations will only progress manually (see [method advance])." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:4 +msgid "" +"[i]Deprecated.[/i] Animation player that uses a node graph for blending " +"animations. Superseded by [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:7 +msgid "" +"[i]Deprecated.[/i] A node graph tool for blending multiple animations bound " +"to an [AnimationPlayer]. Especially useful for animating characters or other " +"skeleton-based rigs. It can combine several animations to form a desired " +"pose.\n" +"It takes [Animation]s from an [AnimationPlayer] node and mixes them " +"depending on the graph.\n" +"See [AnimationTree] for a more full-featured replacement of this node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:20 +msgid "Adds a [code]type[/code] node to the graph with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:27 +msgid "" +"Shifts position in the animation timeline. [code]delta[/code] is the time in " +"seconds to shift. Events between the current frame and [code]delta[/code] " +"are handled." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:34 +msgid "" +"Returns the [AnimationPlayer]'s [Animation] bound to the " +"[AnimationTreePlayer]'s animation node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:41 +msgid "" +"Returns the name of the [member master_player]'s [Animation] bound to this " +"animation node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:48 +msgid "" +"Returns the absolute playback timestamp of the animation node with name " +"[code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:56 +msgid "" +"Binds a new [Animation] from the [member master_player] to the " +"[AnimationTreePlayer]'s animation node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:65 +msgid "" +"If [code]enable[/code] is [code]true[/code], the animation node with ID " +"[code]id[/code] turns off the track modifying the property at [code]path[/" +"code]. The modified node's children continue to animate." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:73 +msgid "" +"Binds the [Animation] named [code]source[/code] from [member master_player] " +"to the animation node [code]id[/code]. Recalculates caches." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:82 +msgid "" +"Returns whether node [code]id[/code] and [code]dst_id[/code] are connected " +"at the specified slot." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:89 +msgid "Returns the blend amount of a Blend2 node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:97 +msgid "" +"Sets the blend amount of a Blend2 node given its name and value.\n" +"A Blend2 node blends two animations (A and B) with the amount between 0 and " +"1.\n" +"At 0, output is input A. Towards 1, the influence of A gets lessened, the " +"influence of B gets raised. At 1, output is input B." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:108 +msgid "" +"If [code]enable[/code] is [code]true[/code], the Blend2 node with name " +"[code]id[/code] turns off the track modifying the property at [code]path[/" +"code]. The modified node's children continue to animate." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:115 +msgid "Returns the blend amount of a Blend3 node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:123 +msgid "" +"Sets the blend amount of a Blend3 node given its name and value.\n" +"A Blend3 Node blends three animations (A, B-, B+) with the amount between -1 " +"and 1.\n" +"At -1, output is input B-. From -1 to 0, the influence of B- gets lessened, " +"the influence of A gets raised and the influence of B+ is 0. At 0, output is " +"input A. From 0 to 1, the influence of A gets lessened, the influence of B+ " +"gets raised and the influence of B+ is 0. At 1, output is input B+." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:132 +msgid "Returns the blend amount of a Blend4 node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:140 +msgid "" +"Sets the blend amount of a Blend4 node given its name and value.\n" +"A Blend4 Node blends two pairs of animations.\n" +"The two pairs are blended like Blend2 and then added together." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:151 +msgid "" +"Connects node [code]id[/code] to [code]dst_id[/code] at the specified input " +"slot." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:159 +msgid "" +"Disconnects nodes connected to [code]id[/code] at the specified input slot." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:165 +msgid "Returns a [PoolStringArray] containing the name of all nodes." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:172 +msgid "Returns the mix amount of a Mix node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:180 +msgid "" +"Sets the mix amount of a Mix node given its name and value.\n" +"A Mix node adds input b to input a by the amount given by ratio." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:188 +msgid "Check if a node exists (by name)." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:195 +msgid "" +"Returns the input count for a given node. Different types of nodes have " +"different amount of inputs." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:203 +msgid "Returns the input source for a given node input." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:210 +msgid "Returns position of a node in the graph given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:217 +msgid "Gets the node type, will return from [enum NodeType] enum." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:225 +msgid "Renames a node in the graph." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:233 +msgid "Sets the position of a node in the graph given its name and position." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:240 +msgid "Returns the autostart delay of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:247 +msgid "Returns the autostart random delay of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:254 +msgid "Returns the fade in time of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:261 +msgid "Returns the fade out time of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:268 +msgid "Returns whether a OneShot node will auto restart given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:275 +msgid "Returns whether a OneShot node is active given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:283 +msgid "" +"Sets the autorestart property of a OneShot node given its name and value." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:291 +msgid "" +"Sets the autorestart delay of a OneShot node given its name and value in " +"seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:299 +msgid "" +"Sets the autorestart random delay of a OneShot node given its name and value " +"in seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:307 +msgid "" +"Sets the fade in time of a OneShot node given its name and value in seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:315 +msgid "" +"Sets the fade out time of a OneShot node given its name and value in seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:324 +msgid "" +"If [code]enable[/code] is [code]true[/code], the OneShot node with ID " +"[code]id[/code] turns off the track modifying the property at [code]path[/" +"code]. The modified node's children continue to animate." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:331 +msgid "Starts a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:338 +msgid "Stops the OneShot node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:344 +msgid "" +"Manually recalculates the cache of track information generated from " +"animation nodes. Needed when external sources modify the animation nodes' " +"state." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:351 +msgid "Removes the animation node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:357 +msgid "Resets this [AnimationTreePlayer]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:364 +msgid "" +"Returns the time scale value of the TimeScale node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:372 +msgid "" +"Sets the time scale of the TimeScale node with name [code]id[/code] to " +"[code]scale[/code].\n" +"The TimeScale node is used to speed [Animation]s up if the scale is above 1 " +"or slow them down if it is below 1.\n" +"If applied after a blend or mix, affects all input animations to that blend " +"or mix." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:382 +msgid "" +"Sets the time seek value of the TimeSeek node with name [code]id[/code] to " +"[code]seconds[/code].\n" +"This functions as a seek in the [Animation] or the blend or mix of " +"[Animation]s input in it." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:391 +msgid "" +"Deletes the input at [code]input_idx[/code] for the transition node with " +"name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:398 +msgid "" +"Returns the index of the currently evaluated input for the transition node " +"with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:405 +msgid "" +"Returns the number of inputs for the transition node with name [code]id[/" +"code]. You can add inputs by right-clicking on the transition node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:412 +msgid "" +"Returns the cross fade time for the transition node with name [code]id[/" +"code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:420 +msgid "" +"Returns [code]true[/code] if the input at [code]input_idx[/code] on the " +"transition node with name [code]id[/code] is set to automatically advance to " +"the next input upon completion." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:428 +msgid "" +"The transition node with name [code]id[/code] sets its current input at " +"[code]input_idx[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:437 +msgid "" +"The transition node with name [code]id[/code] advances to its next input " +"automatically when the input at [code]input_idx[/code] completes." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:445 +msgid "" +"Resizes the number of inputs available for the transition node with name " +"[code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:453 +msgid "" +"The transition node with name [code]id[/code] sets its cross fade time to " +"[code]time_sec[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:459 +msgid "" +"If [code]true[/code], the [AnimationTreePlayer] is able to play animations." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:462 +msgid "" +"The node from which to relatively access other nodes.\n" +"It accesses the bones, so it should point to the same node the " +"[AnimationPlayer] would point its Root Node at." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:466 +msgid "" +"The path to the [AnimationPlayer] from which this [AnimationTreePlayer] " +"binds animations to animation nodes.\n" +"Once set, [Animation] nodes can be added to the [AnimationTreePlayer]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:470 +msgid "The thread in which to update animations." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:475 +msgid "Output node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:478 +msgid "Animation node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:481 +msgid "OneShot node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:484 +msgid "Mix node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:487 +msgid "Blend2 node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:490 +msgid "Blend3 node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:493 +msgid "Blend4 node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:496 +msgid "TimeScale node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:499 +msgid "TimeSeek node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:502 +msgid "Transition node." +msgstr "" + +#: doc/classes/Area.xml:4 +msgid "3D area for detection and physics and audio influence." +msgstr "" + +#: doc/classes/Area.xml:7 +msgid "" +"3D area that detects [CollisionObject] nodes overlapping, entering, or " +"exiting. Can also alter or override local physics parameters (gravity, " +"damping) and route audio to custom audio buses." +msgstr "" + +#: doc/classes/Area.xml:11 doc/classes/QuadMesh.xml:10 +#: doc/classes/Viewport.xml:17 doc/classes/ViewportTexture.xml:11 +msgid "https://godotengine.org/asset-library/asset/127" +msgstr "" + +#: doc/classes/Area.xml:17 +msgid "" +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area.xml:24 +msgid "" +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area.xml:32 +msgid "" +"If [code]true[/code], the given area overlaps the Area.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of overlaps is updated once per frame and before the " +"physics step. Consider using signals instead." +msgstr "" + +#: doc/classes/Area.xml:40 +msgid "" +"If [code]true[/code], the given physics body overlaps the Area.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of overlaps is updated once per frame and before the " +"physics step. Consider using signals instead.\n" +"The [code]body[/code] argument can either be a [PhysicsBody] or a [GridMap] " +"instance (while GridMaps are not physics body themselves, they register " +"their tiles with collision shapes as a virtual physics body)." +msgstr "" + +#: doc/classes/Area.xml:48 +msgid "" +"The rate at which objects stop spinning in this area. Represents the angular " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/3d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 +msgid "The name of the area's audio bus." +msgstr "" + +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 +msgid "" +"If [code]true[/code], the area's audio bus overrides the default audio bus." +msgstr "" + +#: doc/classes/Area.xml:58 +msgid "" +"The area's gravity intensity (in meters per second squared). This value " +"multiplies the gravity vector. This is useful to alter the force of gravity " +"without altering its direction." +msgstr "" + +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 +msgid "" +"The falloff factor for point gravity. The greater the value, the faster " +"gravity decreases with distance." +msgstr "" + +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 +msgid "" +"If [code]true[/code], gravity is calculated from a point (set via [member " +"gravity_vec]). See also [member space_override]." +msgstr "" + +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 +msgid "" +"The area's gravity vector (not normalized). If gravity is a point (see " +"[member gravity_point]), this will be the point of attraction." +msgstr "" + +#: doc/classes/Area.xml:70 +msgid "" +"The rate at which objects stop moving in this area. Represents the linear " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/3d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 +msgid "If [code]true[/code], other monitoring areas can detect this area." +msgstr "" + +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 +msgid "" +"If [code]true[/code], the area detects bodies or areas entering and exiting " +"it." +msgstr "" + +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 +msgid "The area's priority. Higher priority areas are processed first." +msgstr "" + +#: doc/classes/Area.xml:83 +msgid "" +"The degree to which this area applies reverb to its associated audio. Ranges " +"from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." +msgstr "" + +#: doc/classes/Area.xml:86 +msgid "If [code]true[/code], the area applies reverb to its associated audio." +msgstr "" + +#: doc/classes/Area.xml:89 +msgid "The reverb bus name to use for this area's associated audio." +msgstr "" + +#: doc/classes/Area.xml:92 +msgid "" +"The degree to which this area's reverb is a uniform effect. Ranges from " +"[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." +msgstr "" + +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 +msgid "" +"Override mode for gravity and damping calculations within this area. See " +"[enum SpaceOverride] for possible values." +msgstr "" + +#: doc/classes/Area.xml:102 +msgid "" +"Emitted when another Area enters this Area. Requires [member monitoring] to " +"be set to [code]true[/code].\n" +"[code]area[/code] the other Area." +msgstr "" + +#: doc/classes/Area.xml:109 +msgid "" +"Emitted when another Area exits this Area. Requires [member monitoring] to " +"be set to [code]true[/code].\n" +"[code]area[/code] the other Area." +msgstr "" + +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 +msgid "" +"Emitted when one of another Area's [Shape]s enters one of this Area's " +"[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" +"[code]area_rid[/code] the [RID] of the other Area's [CollisionObject] used " +"by the [PhysicsServer].\n" +"[code]area[/code] the other Area.\n" +"[code]area_shape_index[/code] the index of the [Shape] of the other Area " +"used by the [PhysicsServer]. Get the [CollisionShape] node with [code]area." +"shape_owner_get_owner(area_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this Area used by " +"the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area.xml:142 +msgid "" +"Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " +"monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " +"[MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/Area.xml:149 +msgid "" +"Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " +"monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " +"[MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 +msgid "" +"Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " +"this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" +"code]. [GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body_rid[/code] the [RID] of the [PhysicsBody] or [MeshLibrary]'s " +"[CollisionObject] used by the [PhysicsServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the [PhysicsBody] " +"or [GridMap].\n" +"[code]body_shape_index[/code] the index of the [Shape] of the [PhysicsBody] " +"or [GridMap] used by the [PhysicsServer]. Get the [CollisionShape] node with " +"[code]body.shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this Area used by " +"the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 +msgid "This area does not affect gravity/damping." +msgstr "" + +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 +msgid "" +"This area adds its gravity/damping values to whatever has been calculated so " +"far (in [member priority] order)." +msgstr "" + +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 +msgid "" +"This area adds its gravity/damping values to whatever has been calculated so " +"far (in [member priority] order), ignoring any lower priority areas." +msgstr "" + +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 +msgid "" +"This area replaces any gravity/damping, even the defaults, ignoring any " +"lower priority areas." +msgstr "" + +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 +msgid "" +"This area replaces any gravity/damping calculated so far (in [member " +"priority] order), but keeps calculating the rest of the areas." +msgstr "" + +#: doc/classes/Area2D.xml:4 +msgid "2D area for detection and physics and audio influence." +msgstr "" + +#: doc/classes/Area2D.xml:7 +msgid "" +"2D area that detects [CollisionObject2D] nodes overlapping, entering, or " +"exiting. Can also alter or override local physics parameters (gravity, " +"damping) and route audio to a custom audio bus." +msgstr "" + +#: doc/classes/Area2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/using_area_2d.html" +msgstr "" + +#: doc/classes/Area2D.xml:12 doc/classes/CollisionShape2D.xml:12 +#: doc/classes/RectangleShape2D.xml:10 +msgid "https://godotengine.org/asset-library/asset/121" +msgstr "" + +#: doc/classes/Area2D.xml:13 doc/classes/Camera2D.xml:12 +#: doc/classes/KinematicBody2D.xml:15 doc/classes/TileMap.xml:12 +#: doc/classes/TileSet.xml:12 +msgid "https://godotengine.org/asset-library/asset/120" +msgstr "" + +#: doc/classes/Area2D.xml:19 +msgid "" +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area2D.xml:26 +msgid "" +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area2D.xml:34 +msgid "" +"If [code]true[/code], the given area overlaps the Area2D.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, the list of overlaps is updated once per frame and before " +"the physics step. Consider using signals instead." +msgstr "" + +#: doc/classes/Area2D.xml:42 +msgid "" +"If [code]true[/code], the given physics body overlaps the Area2D.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of overlaps is updated once per frame and before the " +"physics step. Consider using signals instead.\n" +"The [code]body[/code] argument can either be a [PhysicsBody2D] or a " +"[TileMap] instance (while TileMaps are not physics bodies themselves, they " +"register their tiles with collision shapes as a virtual physics body)." +msgstr "" + +#: doc/classes/Area2D.xml:50 +msgid "" +"The rate at which objects stop spinning in this area. Represents the angular " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/2d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/Area2D.xml:60 +msgid "" +"The area's gravity intensity (in pixels per second squared). This value " +"multiplies the gravity vector. This is useful to alter the force of gravity " +"without altering its direction." +msgstr "" + +#: doc/classes/Area2D.xml:72 +msgid "" +"The rate at which objects stop moving in this area. Represents the linear " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/2d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/Area2D.xml:92 +msgid "" +"Emitted when another Area2D enters this Area2D. Requires [member monitoring] " +"to be set to [code]true[/code].\n" +"[code]area[/code] the other Area2D." +msgstr "" + +#: doc/classes/Area2D.xml:99 +msgid "" +"Emitted when another Area2D exits this Area2D. Requires [member monitoring] " +"to be set to [code]true[/code].\n" +"[code]area[/code] the other Area2D." +msgstr "" + +#: doc/classes/Area2D.xml:109 +msgid "" +"Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " +"[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" +"[code]area_rid[/code] the [RID] of the other Area2D's [CollisionObject2D] " +"used by the [Physics2DServer].\n" +"[code]area[/code] the other Area2D.\n" +"[code]area_shape_index[/code] the index of the [Shape2D] of the other Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]area.shape_owner_get_owner(area_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area2D.xml:122 +msgid "" +"Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " +"[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" +"[code]area_rid[/code] the [RID] of the other Area2D's [CollisionObject2D] " +"used by the [Physics2DServer].\n" +"[code]area[/code] the other Area2D.\n" +"[code]area_shape_index[/code] the index of the [Shape2D] of the other Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]area.shape_owner_get_owner(area_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area2D.xml:132 +msgid "" +"Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " +"[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " +"if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/Area2D.xml:139 +msgid "" +"Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " +"[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " +"if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/Area2D.xml:149 +msgid "" +"Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " +"of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " +"[code]true[/code]. [TileMap]s are detected if the [TileSet] has Collision " +"[Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area2D.xml:162 +msgid "" +"Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " +"this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " +"[code]true[/code]. [TileMap]s are detected if the [TileSet] has Collision " +"[Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Array.xml:4 +msgid "A generic array datatype." +msgstr "" + +#: doc/classes/Array.xml:7 +msgid "" +"A generic array that can contain several elements of any type, accessible by " +"a numerical index starting at 0. Negative indices can be used to count from " +"the back, like in Python (-1 is the last element, -2 is the second to last, " +"etc.).\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var array = [\"One\", 2, 3, \"Four\"]\n" +"print(array[0]) # One.\n" +"print(array[2]) # 3.\n" +"print(array[-1]) # Four.\n" +"array[2] = \"Three\"\n" +"print(array[-2]) # Three.\n" +"[/codeblock]\n" +"Arrays can be concatenated using the [code]+[/code] operator:\n" +"[codeblock]\n" +"var array1 = [\"One\", 2]\n" +"var array2 = [3, \"Four\"]\n" +"print(array1 + array2) # [\"One\", 2, 3, \"Four\"]\n" +"[/codeblock]\n" +"[b]Note:[/b] Concatenating with the [code]+=[/code] operator will create a " +"new array, which has a cost. If you want to append another array to an " +"existing array, [method append_array] is more efficient.\n" +"[b]Note:[/b] Arrays are always passed by reference. To get a copy of an " +"array that can be modified independently of the original array, use [method " +"duplicate].\n" +"[b]Note:[/b] When declaring an array with [code]const[/code], the array " +"itself can still be mutated by defining the values at individual indices or " +"pushing/removing elements. Using [code]const[/code] will only prevent " +"assigning the constant with another value after it was initialized." +msgstr "" + +#: doc/classes/Array.xml:34 +msgid "Constructs an array from a [PoolColorArray]." +msgstr "" + +#: doc/classes/Array.xml:41 +msgid "Constructs an array from a [PoolVector3Array]." +msgstr "" + +#: doc/classes/Array.xml:48 +msgid "Constructs an array from a [PoolVector2Array]." +msgstr "" + +#: doc/classes/Array.xml:55 +msgid "Constructs an array from a [PoolStringArray]." +msgstr "" + +#: doc/classes/Array.xml:62 +msgid "Constructs an array from a [PoolRealArray]." +msgstr "" + +#: doc/classes/Array.xml:69 +msgid "Constructs an array from a [PoolIntArray]." +msgstr "" + +#: doc/classes/Array.xml:76 +msgid "Constructs an array from a [PoolByteArray]." +msgstr "" + +#: doc/classes/Array.xml:82 doc/classes/PoolByteArray.xml:23 +#: doc/classes/PoolColorArray.xml:23 doc/classes/PoolIntArray.xml:24 +#: doc/classes/PoolRealArray.xml:24 doc/classes/PoolStringArray.xml:24 +#: doc/classes/PoolVector2Array.xml:24 doc/classes/PoolVector3Array.xml:23 +msgid "" +"Appends an element at the end of the array (alias of [method push_back])." +msgstr "" + +#: doc/classes/Array.xml:88 +msgid "" +"Appends another array at the end of this array.\n" +"[codeblock]\n" +"var array1 = [1, 2, 3]\n" +"var array2 = [4, 5, 6]\n" +"array1.append_array(array2)\n" +"print(array1) # Prints [1, 2, 3, 4, 5, 6].\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Array.xml:100 +msgid "" +"Returns the last element of the array. Prints an error and returns " +"[code]null[/code] if the array is empty.\n" +"[b]Note:[/b] Calling this function is not the same as writing [code]array[-1]" +"[/code]. If the array is empty, accessing by index will pause project " +"execution when running from the editor." +msgstr "" + +#: doc/classes/Array.xml:109 +msgid "" +"Finds the index of an existing value (or the insertion index that maintains " +"sorting order, if the value is not yet present in the array) using binary " +"search. Optionally, a [code]before[/code] specifier can be passed. If " +"[code]false[/code], the returned index comes after all existing entries of " +"the value in the array.\n" +"[b]Note:[/b] Calling [method bsearch] on an unsorted array results in " +"unexpected behavior." +msgstr "" + +#: doc/classes/Array.xml:120 +msgid "" +"Finds the index of an existing value (or the insertion index that maintains " +"sorting order, if the value is not yet present in the array) using binary " +"search and a custom comparison method declared in the [code]obj[/code]. " +"Optionally, a [code]before[/code] specifier can be passed. If [code]false[/" +"code], the returned index comes after all existing entries of the value in " +"the array. The custom method receives two arguments (an element from the " +"array and the value searched for) and must return [code]true[/code] if the " +"first argument is less than the second, and return [code]false[/code] " +"otherwise.\n" +"[codeblock]\n" +"func cardinal_to_algebraic(a):\n" +" match a:\n" +" \"one\":\n" +" return 1\n" +" \"two\":\n" +" return 2\n" +" \"three\":\n" +" return 3\n" +" \"four\":\n" +" return 4\n" +" _:\n" +" return 0\n" +"\n" +"func compare(a, b):\n" +" return cardinal_to_algebraic(a) < cardinal_to_algebraic(b)\n" +"\n" +"func _ready():\n" +" var a = [\"one\", \"two\", \"three\", \"four\"]\n" +" # `compare` is defined in this object, so we use `self` as the `obj` " +"parameter.\n" +" print(a.bsearch_custom(\"three\", self, \"compare\", true)) # Expected " +"value is 2.\n" +"[/codeblock]\n" +"[b]Note:[/b] Calling [method bsearch_custom] on an unsorted array results in " +"unexpected behavior." +msgstr "" + +#: doc/classes/Array.xml:148 +msgid "" +"Clears the array. This is equivalent to using [method resize] with a size of " +"[code]0[/code]." +msgstr "" + +#: doc/classes/Array.xml:155 +msgid "Returns the number of times an element is in the array." +msgstr "" + +#: doc/classes/Array.xml:162 +msgid "" +"Returns a copy of the array.\n" +"If [code]deep[/code] is [code]true[/code], a deep copy is performed: all " +"nested arrays and dictionaries are duplicated and will not be shared with " +"the original array. If [code]false[/code], a shallow copy is made and " +"references to the original nested arrays and dictionaries are kept, so that " +"modifying a sub-array or dictionary in the copy will also impact those " +"referenced in the source array." +msgstr "" + +#: doc/classes/Array.xml:169 doc/classes/PoolByteArray.xml:61 +#: doc/classes/PoolColorArray.xml:35 doc/classes/PoolIntArray.xml:36 +#: doc/classes/PoolRealArray.xml:36 doc/classes/PoolStringArray.xml:36 +#: doc/classes/PoolVector2Array.xml:36 doc/classes/PoolVector3Array.xml:35 +msgid "Returns [code]true[/code] if the array is empty." +msgstr "" + +#: doc/classes/Array.xml:175 +msgid "" +"Removes the first occurrence of a value from the array. To remove an element " +"by index, use [method remove] instead.\n" +"[b]Note:[/b] This method acts in-place and doesn't return a value.\n" +"[b]Note:[/b] On large arrays, this method will be slower if the removed " +"element is close to the beginning of the array (index 0). This is because " +"all elements placed after the removed element have to be reindexed." +msgstr "" + +#: doc/classes/Array.xml:185 +msgid "" +"Searches the array for a value and returns its index or [code]-1[/code] if " +"not found. Optionally, the initial search index can be passed." +msgstr "" + +#: doc/classes/Array.xml:192 +msgid "" +"Searches the array in reverse order for a value and returns its index or " +"[code]-1[/code] if not found." +msgstr "" + +#: doc/classes/Array.xml:198 +msgid "" +"Returns the first element of the array. Prints an error and returns " +"[code]null[/code] if the array is empty.\n" +"[b]Note:[/b] Calling this function is not the same as writing [code]array[0]" +"[/code]. If the array is empty, accessing by index will pause project " +"execution when running from the editor." +msgstr "" + +#: doc/classes/Array.xml:206 +msgid "" +"Returns [code]true[/code] if the array contains the given value.\n" +"[codeblock]\n" +"[\"inside\", 7].has(\"inside\") # True\n" +"[\"inside\", 7].has(\"outside\") # False\n" +"[\"inside\", 7].has(7) # True\n" +"[\"inside\", 7].has(\"7\") # False\n" +"[/codeblock]\n" +"[b]Note:[/b] This is equivalent to using the [code]in[/code] operator as " +"follows:\n" +"[codeblock]\n" +"# Will evaluate to `true`.\n" +"if 2 in [2, 4, 6, 8]:\n" +" pass\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Array.xml:224 +msgid "" +"Returns a hashed integer value representing the array and its contents.\n" +"[b]Note:[/b] Arrays with equal contents can still produce different hashes. " +"Only the exact same arrays will produce the same hashed integer value." +msgstr "" + +#: doc/classes/Array.xml:232 +msgid "" +"Inserts a new element at a given position in the array. The position must be " +"valid, or at the end of the array ([code]pos == size()[/code]).\n" +"[b]Note:[/b] This method acts in-place and doesn't return a value.\n" +"[b]Note:[/b] On large arrays, this method will be slower if the inserted " +"element is close to the beginning of the array (index 0). This is because " +"all elements placed after the newly inserted element have to be reindexed." +msgstr "" + +#: doc/classes/Array.xml:239 doc/classes/PoolByteArray.xml:96 +#: doc/classes/PoolColorArray.xml:48 doc/classes/PoolIntArray.xml:49 +#: doc/classes/PoolRealArray.xml:49 doc/classes/PoolStringArray.xml:49 +#: doc/classes/PoolVector2Array.xml:49 doc/classes/PoolVector3Array.xml:48 +msgid "Reverses the order of the elements in the array." +msgstr "" + +#: doc/classes/Array.xml:245 +msgid "" +"Returns the maximum value contained in the array if all elements are of " +"comparable types. If the elements can't be compared, [code]null[/code] is " +"returned." +msgstr "" + +#: doc/classes/Array.xml:251 +msgid "" +"Returns the minimum value contained in the array if all elements are of " +"comparable types. If the elements can't be compared, [code]null[/code] is " +"returned." +msgstr "" + +#: doc/classes/Array.xml:258 +msgid "" +"Removes and returns the element of the array at index [code]position[/code]. " +"If negative, [code]position[/code] is considered relative to the end of the " +"array. Leaves the array untouched and returns [code]null[/code] if the array " +"is empty or if it's accessed out of bounds. An error message is printed when " +"the array is accessed out of bounds, but not when the array is empty.\n" +"[b]Note:[/b] On large arrays, this method can be slower than [method " +"pop_back] as it will reindex the array's elements that are located after the " +"removed element. The larger the array and the lower the index of the removed " +"element, the slower [method pop_at] will be." +msgstr "" + +#: doc/classes/Array.xml:265 +msgid "" +"Removes and returns the last element of the array. Returns [code]null[/code] " +"if the array is empty, without printing an error message. See also [method " +"pop_front]." +msgstr "" + +#: doc/classes/Array.xml:271 +msgid "" +"Removes and returns the first element of the array. Returns [code]null[/" +"code] if the array is empty, without printing an error message. See also " +"[method pop_back].\n" +"[b]Note:[/b] On large arrays, this method is much slower than [method " +"pop_back] as it will reindex all the array's elements every time it's " +"called. The larger the array, the slower [method pop_front] will be." +msgstr "" + +#: doc/classes/Array.xml:278 +msgid "" +"Appends an element at the end of the array. See also [method push_front]." +msgstr "" + +#: doc/classes/Array.xml:284 +msgid "" +"Adds an element at the beginning of the array. See also [method push_back].\n" +"[b]Note:[/b] On large arrays, this method is much slower than [method " +"push_back] as it will reindex all the array's elements every time it's " +"called. The larger the array, the slower [method push_front] will be." +msgstr "" + +#: doc/classes/Array.xml:291 +msgid "" +"Removes an element from the array by index. If the index does not exist in " +"the array, nothing happens. To remove an element by searching for its value, " +"use [method erase] instead.\n" +"[b]Note:[/b] This method acts in-place and doesn't return a value.\n" +"[b]Note:[/b] On large arrays, this method will be slower if the removed " +"element is close to the beginning of the array (index 0). This is because " +"all elements placed after the removed element have to be reindexed." +msgstr "" + +#: doc/classes/Array.xml:299 +msgid "" +"Resizes the array to contain a different number of elements. If the array " +"size is smaller, elements are cleared, if bigger, new elements are " +"[code]null[/code]." +msgstr "" + +#: doc/classes/Array.xml:307 +msgid "" +"Searches the array in reverse order. Optionally, a start search index can be " +"passed. If negative, the start index is considered relative to the end of " +"the array." +msgstr "" + +#: doc/classes/Array.xml:312 +msgid "" +"Shuffles the array such that the items will have a random order. This method " +"uses the global random number generator common to methods such as [method " +"@GDScript.randi]. Call [method @GDScript.randomize] to ensure that a new " +"seed will be used each time if you want non-reproducible shuffling." +msgstr "" + +#: doc/classes/Array.xml:318 +msgid "Returns the number of elements in the array." +msgstr "" + +#: doc/classes/Array.xml:328 +msgid "" +"Duplicates the subset described in the function and returns it in an array, " +"deeply copying the array if [code]deep[/code] is [code]true[/code]. Lower " +"and upper index are inclusive, with the [code]step[/code] describing the " +"change between indices while slicing." +msgstr "" + +#: doc/classes/Array.xml:333 +msgid "" +"Sorts the array.\n" +"[b]Note:[/b] Strings are sorted in alphabetical order (as opposed to natural " +"order). This may lead to unexpected behavior when sorting an array of " +"strings ending with a sequence of numbers. Consider the following example:\n" +"[codeblock]\n" +"var strings = [\"string1\", \"string2\", \"string10\", \"string11\"]\n" +"strings.sort()\n" +"print(strings) # Prints [string1, string10, string11, string2]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Array.xml:346 +msgid "" +"Sorts the array using a custom method. The arguments are an object that " +"holds the method and the name of such method. The custom method receives two " +"arguments (a pair of elements from the array) and must return either " +"[code]true[/code] or [code]false[/code].\n" +"For two elements [code]a[/code] and [code]b[/code], if the given method " +"returns [code]true[/code], element [code]b[/code] will be after element " +"[code]a[/code] in the array.\n" +"[b]Note:[/b] You cannot randomize the return value as the heapsort algorithm " +"expects a deterministic result. Doing so will result in unexpected " +"behavior.\n" +"[codeblock]\n" +"class MyCustomSorter:\n" +" static func sort_ascending(a, b):\n" +" if a[0] < b[0]:\n" +" return true\n" +" return false\n" +"\n" +"var my_items = [[5, \"Potato\"], [9, \"Rice\"], [4, \"Tomato\"]]\n" +"my_items.sort_custom(MyCustomSorter, \"sort_ascending\")\n" +"print(my_items) # Prints [[4, Tomato], [5, Potato], [9, Rice]].\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ArrayMesh.xml:4 +msgid "" +"[Mesh] type that provides utility for constructing a surface from arrays." +msgstr "" + +#: doc/classes/ArrayMesh.xml:7 +msgid "" +"The [ArrayMesh] is used to construct a [Mesh] by specifying the attributes " +"as arrays.\n" +"The most basic example is the creation of a single triangle:\n" +"[codeblock]\n" +"var vertices = PoolVector3Array()\n" +"vertices.push_back(Vector3(0, 1, 0))\n" +"vertices.push_back(Vector3(1, 0, 0))\n" +"vertices.push_back(Vector3(0, 0, 1))\n" +"# Initialize the ArrayMesh.\n" +"var arr_mesh = ArrayMesh.new()\n" +"var arrays = []\n" +"arrays.resize(ArrayMesh.ARRAY_MAX)\n" +"arrays[ArrayMesh.ARRAY_VERTEX] = vertices\n" +"# Create the Mesh.\n" +"arr_mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, arrays)\n" +"var m = MeshInstance.new()\n" +"m.mesh = arr_mesh\n" +"[/codeblock]\n" +"The [MeshInstance] is ready to be added to the [SceneTree] to be shown.\n" +"See also [ImmediateGeometry], [MeshDataTool] and [SurfaceTool] for " +"procedural geometry generation.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes." +msgstr "" + +#: doc/classes/ArrayMesh.xml:29 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/content/procedural_geometry/" +"arraymesh.html" +msgstr "" + +#: doc/classes/ArrayMesh.xml:36 +msgid "" +"Adds name for a blend shape that will be added with [method " +"add_surface_from_arrays]. Must be called before surface is added." +msgstr "" + +#: doc/classes/ArrayMesh.xml:46 +msgid "" +"Creates a new surface.\n" +"Surfaces are created to be rendered using a [code]primitive[/code], which " +"may be any of the types defined in [enum Mesh.PrimitiveType]. (As a note, " +"when using indices, it is recommended to only use points, lines, or " +"triangles.) [method Mesh.get_surface_count] will become the [code]surf_idx[/" +"code] for this new surface.\n" +"The [code]arrays[/code] argument is an array of arrays. See [enum ArrayType] " +"for the values used in this array. For example, [code]arrays[0][/code] is " +"the array of vertices. That first vertex sub-array is always required; the " +"others are optional. Adding an index array puts this function into \"index " +"mode\" where the vertex and other arrays become the sources of data and the " +"index array defines the vertex order. All sub-arrays must have the same " +"length as the vertex array or be empty, except for [constant ARRAY_INDEX] if " +"it is used." +msgstr "" + +#: doc/classes/ArrayMesh.xml:54 +msgid "Removes all blend shapes from this [ArrayMesh]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:60 +msgid "Removes all surfaces from this [ArrayMesh]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:66 +msgid "Returns the number of blend shapes that the [ArrayMesh] holds." +msgstr "" + +#: doc/classes/ArrayMesh.xml:73 +msgid "Returns the name of the blend shape at this index." +msgstr "" + +#: doc/classes/ArrayMesh.xml:81 +msgid "" +"Will perform a UV unwrap on the [ArrayMesh] to prepare the mesh for " +"lightmapping." +msgstr "" + +#: doc/classes/ArrayMesh.xml:87 +msgid "Will regenerate normal maps for the [ArrayMesh]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:101 +msgid "" +"Returns the index of the first surface with this name held within this " +"[ArrayMesh]. If none are found, -1 is returned." +msgstr "" + +#: doc/classes/ArrayMesh.xml:108 +msgid "" +"Returns the length in indices of the index array in the requested surface " +"(see [method add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:115 +msgid "" +"Returns the length in vertices of the vertex array in the requested surface " +"(see [method add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:122 +msgid "" +"Returns the format mask of the requested surface (see [method " +"add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:129 +msgid "Gets the name assigned to this surface." +msgstr "" + +#: doc/classes/ArrayMesh.xml:136 +msgid "" +"Returns the primitive type of the requested surface (see [method " +"add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:143 +msgid "" +"Removes a surface at position [code]surf_idx[/code], shifting greater " +"surfaces one [code]surf_idx[/code] slot down." +msgstr "" + +#: doc/classes/ArrayMesh.xml:151 +msgid "Sets a name for a given surface." +msgstr "" + +#: doc/classes/ArrayMesh.xml:160 +msgid "" +"Updates a specified region of mesh arrays on the GPU.\n" +"[b]Warning:[/b] Only use if you know what you are doing. You can easily " +"cause crashes by calling this function with improper arguments." +msgstr "" + +#: doc/classes/ArrayMesh.xml:167 +msgid "Sets the blend shape mode to one of [enum Mesh.BlendShapeMode]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:170 doc/classes/PrimitiveMesh.xml:26 +msgid "" +"Overrides the [AABB] with one defined by user for use with frustum culling. " +"Especially useful to avoid unexpected culling when using a shader to offset " +"vertices." +msgstr "" + +#: doc/classes/ArrayMesh.xml:175 +msgid "Default value used for index_array_len when no indices are present." +msgstr "" + +#: doc/classes/ArrayMesh.xml:178 +msgid "Amount of weights/bone indices per vertex (always 4)." +msgstr "" + +#: doc/classes/ArrayMesh.xml:181 +msgid "[PoolVector3Array], [PoolVector2Array], or [Array] of vertex positions." +msgstr "" + +#: doc/classes/ArrayMesh.xml:184 +msgid "[PoolVector3Array] of vertex normals." +msgstr "" + +#: doc/classes/ArrayMesh.xml:187 +msgid "" +"[PoolRealArray] of vertex tangents. Each element in groups of 4 floats, " +"first 3 floats determine the tangent, and the last the binormal direction as " +"-1 or 1." +msgstr "" + +#: doc/classes/ArrayMesh.xml:190 +msgid "[PoolColorArray] of vertex colors." +msgstr "" + +#: doc/classes/ArrayMesh.xml:193 +msgid "[PoolVector2Array] for UV coordinates." +msgstr "" + +#: doc/classes/ArrayMesh.xml:196 +msgid "[PoolVector2Array] for second UV coordinates." +msgstr "" + +#: doc/classes/ArrayMesh.xml:199 +msgid "" +"[PoolRealArray] or [PoolIntArray] of bone indices. Each element in groups of " +"4 floats." +msgstr "" + +#: doc/classes/ArrayMesh.xml:202 +msgid "[PoolRealArray] of bone weights. Each element in groups of 4 floats." +msgstr "" + +#: doc/classes/ArrayMesh.xml:205 +msgid "" +"[PoolIntArray] of integers used as indices referencing vertices, colors, " +"normals, tangents, and textures. All of those arrays must have the same " +"number of elements as the vertex array. No index can be beyond the vertex " +"array size. When this index array is present, it puts the function into " +"\"index mode,\" where the index selects the *i*'th vertex, normal, tangent, " +"color, UV, etc. This means if you want to have different normals or colors " +"along an edge, you have to duplicate the vertices.\n" +"For triangles, the index array is interpreted as triples, referring to the " +"vertices of each triangle. For lines, the index array is in pairs indicating " +"the start and end of each line." +msgstr "" + +#: doc/classes/ArrayMesh.xml:209 doc/classes/Mesh.xml:225 +#: doc/classes/VisualServer.xml:3270 +msgid "Represents the size of the [enum ArrayType] enum." +msgstr "" + +#: doc/classes/ArrayMesh.xml:212 +msgid "Array format will include vertices (mandatory)." +msgstr "" + +#: doc/classes/ArrayMesh.xml:215 +msgid "Array format will include normals." +msgstr "" + +#: doc/classes/ArrayMesh.xml:218 +msgid "Array format will include tangents." +msgstr "" + +#: doc/classes/ArrayMesh.xml:221 +msgid "Array format will include a color array." +msgstr "" + +#: doc/classes/ArrayMesh.xml:224 +msgid "Array format will include UVs." +msgstr "" + +#: doc/classes/ArrayMesh.xml:227 +msgid "Array format will include another set of UVs." +msgstr "" + +#: doc/classes/ArrayMesh.xml:230 +msgid "Array format will include bone indices." +msgstr "" + +#: doc/classes/ArrayMesh.xml:233 +msgid "Array format will include bone weights." +msgstr "" + +#: doc/classes/ArrayMesh.xml:236 +msgid "Index array will be used." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:4 +msgid "An anchor point in AR space." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:7 +msgid "" +"The [ARVRAnchor] point is a spatial node that maps a real world location " +"identified by the AR platform to a position within the game world. For " +"example, as long as plane detection in ARKit is on, ARKit will identify and " +"update the position of planes (tables, floors, etc) and create anchors for " +"them.\n" +"This node is mapped to one of the anchors through its unique ID. When you " +"receive a signal that a new anchor is available, you should add this node to " +"your scene for that anchor. You can predefine nodes and set the ID; the " +"nodes will simply remain on 0,0,0 until a plane is recognized.\n" +"Keep in mind that, as long as plane detection is enabled, the size, placing " +"and orientation of an anchor will be updated as the detection logic learns " +"more about the real world out there especially if only part of the surface " +"is in view." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:17 +msgid "Returns the name given to this anchor." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:23 +msgid "" +"Returns [code]true[/code] if the anchor is being tracked and [code]false[/" +"code] if no anchor with this ID is currently known." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:29 +msgid "" +"If provided by the [ARVRInterface], this returns a mesh object for the " +"anchor. For an anchor, this can be a shape related to the object being " +"tracked or it can be a mesh that provides topology related to the anchor and " +"can be used to create shadows/reflections on surfaces or for generating " +"collision shapes." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:35 +msgid "" +"Returns a plane aligned with our anchor; handy for intersection testing." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:41 +msgid "" +"Returns the estimated size of the plane that was detected. Say when the " +"anchor relates to a table in the real world, this is the estimated size of " +"the surface of that table." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:47 +msgid "" +"The anchor's ID. You can set this before the anchor itself exists. The first " +"anchor gets an ID of [code]1[/code], the second an ID of [code]2[/code], " +"etc. When anchors get removed, the engine can then assign the corresponding " +"ID to new anchors. The most common situation where anchors \"disappear\" is " +"when the AR server identifies that two anchors represent different parts of " +"the same plane and merges them." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:54 +msgid "" +"Emitted when the mesh associated with the anchor changes or when one becomes " +"available. This is especially important for topology that is constantly " +"being [code]mesh_updated[/code]." +msgstr "" + +#: doc/classes/ARVRCamera.xml:4 +msgid "" +"A camera node with a few overrules for AR/VR applied, such as location " +"tracking." +msgstr "" + +#: doc/classes/ARVRCamera.xml:7 +msgid "" +"This is a helper spatial node for our camera; note that, if stereoscopic " +"rendering is applicable (VR-HMD), most of the camera properties are ignored, " +"as the HMD information overrides them. The only properties that can be " +"trusted are the near and far planes.\n" +"The position and orientation of this node is automatically updated by the " +"ARVR Server to represent the location of the HMD if such tracking is " +"available and can thus be used by game logic. Note that, in contrast to the " +"ARVR Controller, the render thread has access to the most up-to-date " +"tracking data of the HMD and the location of the ARVRCamera can lag a few " +"milliseconds behind what is used for rendering as a result." +msgstr "" + +#: doc/classes/ARVRCamera.xml:11 doc/classes/ARVRController.xml:12 +#: doc/classes/ARVRInterface.xml:11 doc/classes/ARVROrigin.xml:13 +#: doc/classes/ARVRPositionalTracker.xml:12 doc/classes/ARVRServer.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/vr/index.html" +msgstr "" + +#: doc/classes/ARVRController.xml:4 +msgid "A spatial node representing a spatially-tracked controller." +msgstr "" + +#: doc/classes/ARVRController.xml:7 +msgid "" +"This is a helper spatial node that is linked to the tracking of controllers. " +"It also offers several handy passthroughs to the state of buttons and such " +"on the controllers.\n" +"Controllers are linked by their ID. You can create controller nodes before " +"the controllers are available. If your game always uses two controllers (one " +"for each hand), you can predefine the controllers with ID 1 and 2; they will " +"become active as soon as the controllers are identified. If you expect " +"additional controllers to be used, you should react to the signals and add " +"ARVRController nodes to your scene.\n" +"The position of the controller node is automatically updated by the " +"[ARVRServer]. This makes this node ideal to add child nodes to visualize the " +"controller." +msgstr "" + +#: doc/classes/ARVRController.xml:18 +msgid "" +"If active, returns the name of the associated controller if provided by the " +"AR/VR SDK used." +msgstr "" + +#: doc/classes/ARVRController.xml:24 +msgid "" +"Returns the hand holding this controller, if known. See [enum " +"ARVRPositionalTracker.TrackerHand]." +msgstr "" + +#: doc/classes/ARVRController.xml:30 +msgid "" +"Returns [code]true[/code] if the bound controller is active. ARVR systems " +"attempt to track active controllers." +msgstr "" + +#: doc/classes/ARVRController.xml:37 +msgid "" +"Returns the value of the given axis for things like triggers, touchpads, " +"etc. that are embedded into the controller." +msgstr "" + +#: doc/classes/ARVRController.xml:43 +msgid "" +"Returns the ID of the joystick object bound to this. Every controller " +"tracked by the [ARVRServer] that has buttons and axis will also be " +"registered as a joystick within Godot. This means that all the normal " +"joystick tracking and input mapping will work for buttons and axis found on " +"the AR/VR controllers. This ID is purely offered as information so you can " +"link up the controller with its joystick entry." +msgstr "" + +#: doc/classes/ARVRController.xml:49 +msgid "" +"If provided by the [ARVRInterface], this returns a mesh associated with the " +"controller. This can be used to visualize the controller." +msgstr "" + +#: doc/classes/ARVRController.xml:56 +msgid "" +"Returns [code]true[/code] if the button at index [code]button[/code] is " +"pressed. See [enum JoystickList], in particular the [code]JOY_VR_*[/code] " +"constants." +msgstr "" + +#: doc/classes/ARVRController.xml:62 +msgid "" +"The controller's ID.\n" +"A controller ID of 0 is unbound and will always result in an inactive node. " +"Controller ID 1 is reserved for the first controller that identifies itself " +"as the left-hand controller and ID 2 is reserved for the first controller " +"that identifies itself as the right-hand controller.\n" +"For any other controller that the [ARVRServer] detects, we continue with " +"controller ID 3.\n" +"When a controller is turned off, its slot is freed. This ensures controllers " +"will keep the same ID even when controllers with lower IDs are turned off." +msgstr "" + +#: doc/classes/ARVRController.xml:68 +msgid "" +"The degree to which the controller vibrates. Ranges from [code]0.0[/code] to " +"[code]1.0[/code] with precision [code].01[/code]. If changed, updates " +"[member ARVRPositionalTracker.rumble] accordingly.\n" +"This is a useful property to animate if you want the controller to vibrate " +"for a limited duration." +msgstr "" + +#: doc/classes/ARVRController.xml:76 +msgid "Emitted when a button on this controller is pressed." +msgstr "" + +#: doc/classes/ARVRController.xml:82 +msgid "Emitted when a button on this controller is released." +msgstr "" + +#: doc/classes/ARVRController.xml:88 +msgid "" +"Emitted when the mesh associated with the controller changes or when one " +"becomes available. Generally speaking this will be a static mesh after " +"becoming available." +msgstr "" + +#: doc/classes/ARVRInterface.xml:4 +msgid "Base class for an AR/VR interface implementation." +msgstr "" + +#: doc/classes/ARVRInterface.xml:7 +msgid "" +"This class needs to be implemented to make an AR or VR platform available to " +"Godot and these should be implemented as C++ modules or GDNative modules " +"(note that for GDNative the subclass ARVRScriptInterface should be used). " +"Part of the interface is exposed to GDScript so you can detect, enable and " +"configure an AR or VR platform.\n" +"Interfaces should be written in such a way that simply enabling them will " +"give us a working setup. You can query the available interfaces through " +"[ARVRServer]." +msgstr "" + +#: doc/classes/ARVRInterface.xml:17 +msgid "" +"If this is an AR interface that requires displaying a camera feed as the " +"background, this method returns the feed ID in the [CameraServer] for this " +"interface." +msgstr "" + +#: doc/classes/ARVRInterface.xml:23 +msgid "" +"Returns a combination of [enum Capabilities] flags providing information " +"about the capabilities of this interface." +msgstr "" + +#: doc/classes/ARVRInterface.xml:29 +msgid "Returns the name of this interface (OpenVR, OpenHMD, ARKit, etc)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:35 +msgid "" +"Returns the resolution at which we should render our intermediate results " +"before things like lens distortion are applied by the VR platform." +msgstr "" + +#: doc/classes/ARVRInterface.xml:41 +msgid "" +"If supported, returns the status of our tracking. This will allow you to " +"provide feedback to the user whether there are issues with positional " +"tracking." +msgstr "" + +#: doc/classes/ARVRInterface.xml:47 +msgid "" +"Call this to initialize this interface. The first interface that is " +"initialized is identified as the primary interface and it will be used for " +"rendering output.\n" +"After initializing the interface you want to use you then need to enable the " +"AR/VR mode of a viewport and rendering should commence.\n" +"[b]Note:[/b] You must enable the AR/VR mode on the main viewport for any " +"device that uses the main output of Godot, such as for mobile VR.\n" +"If you do this for a platform that handles its own output (such as OpenVR) " +"Godot will show just one eye without distortion on screen. Alternatively, " +"you can add a separate viewport node to your scene and enable AR/VR on that " +"viewport. It will be used to output to the HMD, leaving you free to do " +"anything you like in the main window, such as using a separate camera as a " +"spectator camera or rendering something completely different.\n" +"While currently not used, you can activate additional interfaces. You may " +"wish to do this if you want to track controllers from other platforms. " +"However, at this point in time only one interface can render to an HMD." +msgstr "" + +#: doc/classes/ARVRInterface.xml:57 +msgid "" +"Returns [code]true[/code] if the current output of this interface is in " +"stereo." +msgstr "" + +#: doc/classes/ARVRInterface.xml:63 +msgid "Turns the interface off." +msgstr "" + +#: doc/classes/ARVRInterface.xml:69 +msgid "On an AR interface, [code]true[/code] if anchor detection is enabled." +msgstr "" + +#: doc/classes/ARVRInterface.xml:72 +msgid "[code]true[/code] if this interface been initialized." +msgstr "" + +#: doc/classes/ARVRInterface.xml:75 +msgid "[code]true[/code] if this is the primary interface." +msgstr "" + +#: doc/classes/ARVRInterface.xml:80 +msgid "No ARVR capabilities." +msgstr "" + +#: doc/classes/ARVRInterface.xml:83 +msgid "" +"This interface can work with normal rendering output (non-HMD based AR)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:86 +msgid "This interface supports stereoscopic rendering." +msgstr "" + +#: doc/classes/ARVRInterface.xml:89 +msgid "This interface supports AR (video background and real world tracking)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:92 +msgid "" +"This interface outputs to an external device. If the main viewport is used, " +"the on screen output is an unmodified buffer of either the left or right eye " +"(stretched if the viewport size is not changed to the same aspect ratio of " +"[method get_render_targetsize]). Using a separate viewport node frees up the " +"main viewport for other purposes." +msgstr "" + +#: doc/classes/ARVRInterface.xml:95 +msgid "" +"Mono output, this is mostly used internally when retrieving positioning " +"information for our camera node or when stereo scopic rendering is not " +"supported." +msgstr "" + +#: doc/classes/ARVRInterface.xml:98 +msgid "" +"Left eye output, this is mostly used internally when rendering the image for " +"the left eye and obtaining positioning and projection information." +msgstr "" + +#: doc/classes/ARVRInterface.xml:101 +msgid "" +"Right eye output, this is mostly used internally when rendering the image " +"for the right eye and obtaining positioning and projection information." +msgstr "" + +#: doc/classes/ARVRInterface.xml:104 +msgid "Tracking is behaving as expected." +msgstr "" + +#: doc/classes/ARVRInterface.xml:107 +msgid "" +"Tracking is hindered by excessive motion (the player is moving faster than " +"tracking can keep up)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:110 +msgid "" +"Tracking is hindered by insufficient features, it's too dark (for camera-" +"based tracking), player is blocked, etc." +msgstr "" + +#: doc/classes/ARVRInterface.xml:113 +msgid "" +"We don't know the status of the tracking or this interface does not provide " +"feedback." +msgstr "" + +#: doc/classes/ARVRInterface.xml:116 +msgid "" +"Tracking is not functional (camera not plugged in or obscured, lighthouses " +"turned off, etc.)." +msgstr "" + +#: modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml:4 +msgid "GDNative wrapper for an ARVR interface." +msgstr "" + +#: modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml:7 +msgid "" +"This is a wrapper class for GDNative implementations of the ARVR interface. " +"To use a GDNative ARVR interface, simply instantiate this object and set " +"your GDNative library containing the ARVR interface implementation." +msgstr "" + +#: doc/classes/ARVROrigin.xml:4 +msgid "The origin point in AR/VR." +msgstr "" + +#: doc/classes/ARVROrigin.xml:7 +msgid "" +"This is a special node within the AR/VR system that maps the physical " +"location of the center of our tracking space to the virtual location within " +"our game world.\n" +"There should be only one of these nodes in your scene and you must have one. " +"All the ARVRCamera, ARVRController and ARVRAnchor nodes should be direct " +"children of this node for spatial tracking to work correctly.\n" +"It is the position of this node that you update when your character needs to " +"move through your game world while we're not moving in the real world. " +"Movement in the real world is always in relation to this origin point.\n" +"For example, if your character is driving a car, the ARVROrigin node should " +"be a child node of this car. Or, if you're implementing a teleport system to " +"move your character, you should change the position of this node." +msgstr "" + +#: doc/classes/ARVROrigin.xml:19 +msgid "" +"Allows you to adjust the scale to your game's units. Most AR/VR platforms " +"assume a scale of 1 game world unit = 1 real world meter.\n" +"[b]Note:[/b] This method is a passthrough to the [ARVRServer] itself." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:4 +msgid "A tracked object." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:7 +msgid "" +"An instance of this object represents a device that is tracked, such as a " +"controller or anchor point. HMDs aren't represented here as they are handled " +"internally.\n" +"As controllers are turned on and the AR/VR interface detects them, instances " +"of this object are automatically added to this list of active tracking " +"objects accessible through the [ARVRServer].\n" +"The [ARVRController] and [ARVRAnchor] both consume objects of this type and " +"should be used in your project. The positional trackers are just under-the-" +"hood objects that make this all work. These are mostly exposed so that " +"GDNative-based interfaces can interact with them." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:18 +msgid "" +"Returns the hand holding this tracker, if known. See [enum TrackerHand] " +"constants." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:24 +msgid "" +"If this is a controller that is being tracked, the controller will also be " +"represented by a joystick entry with this ID." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:30 +msgid "" +"Returns the mesh related to a controller or anchor point if one is available." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:36 +msgid "Returns the controller or anchor point's name if available." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:42 +msgid "Returns the controller's orientation matrix." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:48 +msgid "Returns the world-space controller position." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:54 +msgid "" +"Returns the internal tracker ID. This uniquely identifies the tracker per " +"tracker type and matches the ID you need to specify for nodes such as the " +"[ARVRController] and [ARVRAnchor] nodes." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:60 +msgid "Returns [code]true[/code] if this device tracks orientation." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:66 +msgid "Returns [code]true[/code] if this device tracks position." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:73 +msgid "Returns the transform combining this device's orientation and position." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:79 +msgid "Returns the tracker's type." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:85 +msgid "" +"The degree to which the tracker rumbles. Ranges from [code]0.0[/code] to " +"[code]1.0[/code] with precision [code].01[/code]." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:90 +msgid "The hand this tracker is held in is unknown or not applicable." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:93 +msgid "This tracker is the left hand controller." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:96 +msgid "This tracker is the right hand controller." +msgstr "" + +#: doc/classes/ARVRServer.xml:4 +msgid "Server for AR and VR features." +msgstr "" + +#: doc/classes/ARVRServer.xml:7 +msgid "" +"The AR/VR server is the heart of our Advanced and Virtual Reality solution " +"and handles all the processing." +msgstr "" + +#: doc/classes/ARVRServer.xml:17 +msgid "Registers an [ARVRInterface] object." +msgstr "" + +#: doc/classes/ARVRServer.xml:24 +msgid "" +"Registers a new [ARVRPositionalTracker] that tracks a spatial location in " +"real space." +msgstr "" + +#: doc/classes/ARVRServer.xml:32 +msgid "" +"This is an important function to understand correctly. AR and VR platforms " +"all handle positioning slightly differently.\n" +"For platforms that do not offer spatial tracking, our origin point (0,0,0) " +"is the location of our HMD, but you have little control over the direction " +"the player is facing in the real world.\n" +"For platforms that do offer spatial tracking, our origin point depends very " +"much on the system. For OpenVR, our origin point is usually the center of " +"the tracking space, on the ground. For other platforms, it's often the " +"location of the tracking camera.\n" +"This method allows you to center your tracker on the location of the HMD. It " +"will take the current location of the HMD and use that to adjust all your " +"tracking data; in essence, realigning the real world to your player's " +"current position in the game world.\n" +"For this method to produce usable results, tracking information must be " +"available. This often takes a few frames after starting your game.\n" +"You should call this method after a few seconds have passed. For instance, " +"when the user requests a realignment of the display holding a designated " +"button on a controller for a short period of time, or when implementing a " +"teleport mechanism." +msgstr "" + +#: doc/classes/ARVRServer.xml:44 +msgid "" +"Clears our current primary interface if it is set to the provided interface." +msgstr "" + +#: doc/classes/ARVRServer.xml:51 +msgid "" +"Finds an interface by its name. For instance, if your project uses " +"capabilities of an AR/VR platform, you can find the interface for that " +"platform by name and initialize it." +msgstr "" + +#: doc/classes/ARVRServer.xml:57 +msgid "Returns the primary interface's transformation." +msgstr "" + +#: doc/classes/ARVRServer.xml:64 +msgid "" +"Returns the interface registered at a given index in our list of interfaces." +msgstr "" + +#: doc/classes/ARVRServer.xml:70 +msgid "" +"Returns the number of interfaces currently registered with the AR/VR server. " +"If your project supports multiple AR/VR platforms, you can look through the " +"available interface, and either present the user with a selection or simply " +"try to initialize each interface and use the first one that returns " +"[code]true[/code]." +msgstr "" + +#: doc/classes/ARVRServer.xml:76 +msgid "" +"Returns a list of available interfaces the ID and name of each interface." +msgstr "" + +#: doc/classes/ARVRServer.xml:82 +msgid "" +"Returns the absolute timestamp (in μs) of the last [ARVRServer] commit of " +"the AR/VR eyes to [VisualServer]. The value comes from an internal call to " +"[method OS.get_ticks_usec]." +msgstr "" + +#: doc/classes/ARVRServer.xml:88 +msgid "" +"Returns the duration (in μs) of the last frame. This is computed as the " +"difference between [method get_last_commit_usec] and [method " +"get_last_process_usec] when committing." +msgstr "" + +#: doc/classes/ARVRServer.xml:94 +msgid "" +"Returns the absolute timestamp (in μs) of the last [ARVRServer] process " +"callback. The value comes from an internal call to [method OS." +"get_ticks_usec]." +msgstr "" + +#: doc/classes/ARVRServer.xml:100 +msgid "" +"Returns the reference frame transform. Mostly used internally and exposed " +"for GDNative build interfaces." +msgstr "" + +#: doc/classes/ARVRServer.xml:107 +msgid "Returns the positional tracker at the given ID." +msgstr "" + +#: doc/classes/ARVRServer.xml:113 +msgid "Returns the number of trackers currently registered." +msgstr "" + +#: doc/classes/ARVRServer.xml:120 +msgid "Removes this interface." +msgstr "" + +#: doc/classes/ARVRServer.xml:127 +msgid "Removes this positional tracker." +msgstr "" + +#: doc/classes/ARVRServer.xml:133 +msgid "The primary [ARVRInterface] currently bound to the [ARVRServer]." +msgstr "" + +#: doc/classes/ARVRServer.xml:136 +msgid "" +"Allows you to adjust the scale to your game's units. Most AR/VR platforms " +"assume a scale of 1 game world unit = 1 real world meter." +msgstr "" + +#: doc/classes/ARVRServer.xml:143 +msgid "Emitted when a new interface has been added." +msgstr "" + +#: doc/classes/ARVRServer.xml:149 +msgid "Emitted when an interface is removed." +msgstr "" + +#: doc/classes/ARVRServer.xml:157 +msgid "" +"Emitted when a new tracker has been added. If you don't use a fixed number " +"of controllers or if you're using [ARVRAnchor]s for an AR solution, it is " +"important to react to this signal to add the appropriate [ARVRController] or " +"[ARVRAnchor] nodes related to this new tracker." +msgstr "" + +#: doc/classes/ARVRServer.xml:165 +msgid "" +"Emitted when a tracker is removed. You should remove any [ARVRController] or " +"[ARVRAnchor] points if applicable. This is not mandatory, the nodes simply " +"become inactive and will be made active again when a new tracker becomes " +"available (i.e. a new controller is switched on that takes the place of the " +"previous one)." +msgstr "" + +#: doc/classes/ARVRServer.xml:171 +msgid "The tracker tracks the location of a controller." +msgstr "" + +#: doc/classes/ARVRServer.xml:174 +msgid "The tracker tracks the location of a base station." +msgstr "" + +#: doc/classes/ARVRServer.xml:177 +msgid "The tracker tracks the location and size of an AR anchor." +msgstr "" + +#: doc/classes/ARVRServer.xml:180 +msgid "Used internally to filter trackers of any known type." +msgstr "" + +#: doc/classes/ARVRServer.xml:183 +msgid "Used internally if we haven't set the tracker type yet." +msgstr "" + +#: doc/classes/ARVRServer.xml:186 +msgid "Used internally to select all trackers." +msgstr "" + +#: doc/classes/ARVRServer.xml:189 +msgid "" +"Fully reset the orientation of the HMD. Regardless of what direction the " +"user is looking to in the real world. The user will look dead ahead in the " +"virtual world." +msgstr "" + +#: doc/classes/ARVRServer.xml:192 +msgid "" +"Resets the orientation but keeps the tilt of the device. So if we're looking " +"down, we keep looking down but heading will be reset." +msgstr "" + +#: doc/classes/ARVRServer.xml:195 +msgid "" +"Does not reset the orientation of the HMD, only the position of the player " +"gets centered." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:4 +msgid "Container that preserves its child controls' aspect ratio." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:7 +msgid "" +"Arranges child controls in a way to preserve their aspect ratio " +"automatically whenever the container is resized. Solves the problem where " +"the container size is dynamic and the contents' size needs to adjust " +"accordingly without losing proportions." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:15 +msgid "Specifies the horizontal relative position of child controls." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:18 +msgid "Specifies the vertical relative position of child controls." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:21 +msgid "" +"The aspect ratio to enforce on child controls. This is the width divided by " +"the height. The ratio depends on the [member stretch_mode]." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:24 +msgid "The stretch mode used to align child controls." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:29 +msgid "" +"The height of child controls is automatically adjusted based on the width of " +"the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:32 +msgid "" +"The width of child controls is automatically adjusted based on the height of " +"the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:35 +msgid "" +"The bounding rectangle of child controls is automatically adjusted to fit " +"inside the container while keeping the aspect ratio." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:38 +msgid "" +"The width and height of child controls is automatically adjusted to make " +"their bounding rectangle cover the entire area of the container while " +"keeping the aspect ratio.\n" +"When the bounding rectangle of child controls exceed the container's size " +"and [member Control.rect_clip_content] is enabled, this allows to show only " +"the container's area restricted by its own bounding rectangle." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:42 +msgid "" +"Aligns child controls with the beginning (left or top) of the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:45 +msgid "Aligns child controls with the center of the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:48 +msgid "Aligns child controls with the end (right or bottom) of the container." +msgstr "" + +#: doc/classes/AStar.xml:4 +msgid "" +"An implementation of A* to find the shortest paths among connected points in " +"space." +msgstr "" + +#: doc/classes/AStar.xml:7 +msgid "" +"A* (A star) is a computer algorithm that is widely used in pathfinding and " +"graph traversal, the process of plotting short paths among vertices " +"(points), passing through a given set of edges (segments). It enjoys " +"widespread use due to its performance and accuracy. Godot's A* " +"implementation uses points in three-dimensional space and Euclidean " +"distances by default.\n" +"You must add points manually with [method add_point] and create segments " +"manually with [method connect_points]. Then you can test if there is a path " +"between two points with the [method are_points_connected] function, get a " +"path containing indices by [method get_id_path], or one containing actual " +"coordinates with [method get_point_path].\n" +"It is also possible to use non-Euclidean distances. To do so, create a class " +"that extends [code]AStar[/code] and override methods [method _compute_cost] " +"and [method _estimate_cost]. Both take two indices and return a length, as " +"is shown in the following example.\n" +"[codeblock]\n" +"class MyAStar:\n" +" extends AStar\n" +"\n" +" func _compute_cost(u, v):\n" +" return abs(u - v)\n" +"\n" +" func _estimate_cost(u, v):\n" +" return min(0, abs(u - v) - 1)\n" +"[/codeblock]\n" +"[method _estimate_cost] should return a lower bound of the distance, i.e. " +"[code]_estimate_cost(u, v) <= _compute_cost(u, v)[/code]. This serves as a " +"hint to the algorithm because the custom [code]_compute_cost[/code] might be " +"computation-heavy. If this is not the case, make [method _estimate_cost] " +"return the same value as [method _compute_cost] to provide the algorithm " +"with the most accurate information.\n" +"If the default [method _estimate_cost] and [method _compute_cost] methods " +"are used, or if the supplied [method _estimate_cost] method returns a lower " +"bound of the cost, then the paths returned by A* will be the lowest-cost " +"paths. Here, the cost of a path equals the sum of the [method _compute_cost] " +"results of all segments in the path multiplied by the [code]weight_scale[/" +"code]s of the endpoints of the respective segments. If the default methods " +"are used and the [code]weight_scale[/code]s of all points are set to " +"[code]1.0[/code], then this equals the sum of Euclidean distances of all " +"segments in the path." +msgstr "" + +#: doc/classes/AStar.xml:31 +msgid "" +"Called when computing the cost between two connected points.\n" +"Note that this function is hidden in the default [code]AStar[/code] class." +msgstr "" + +#: doc/classes/AStar.xml:40 +msgid "" +"Called when estimating the cost between a point and the path's ending " +"point.\n" +"Note that this function is hidden in the default [code]AStar[/code] class." +msgstr "" + +#: doc/classes/AStar.xml:50 +msgid "" +"Adds a new point at the given position with the given identifier. The " +"[code]id[/code] must be 0 or larger, and the [code]weight_scale[/code] must " +"be 1 or larger.\n" +"The [code]weight_scale[/code] is multiplied by the result of [method " +"_compute_cost] when determining the overall cost of traveling across a " +"segment from a neighboring point to this point. Thus, all else being equal, " +"the algorithm prefers points with lower [code]weight_scale[/code]s to form a " +"path.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(1, 0, 0), 4) # Adds the point (1, 0, 0) with " +"weight_scale 4 and id 1\n" +"[/codeblock]\n" +"If there already exists a point for the given [code]id[/code], its position " +"and weight scale are updated to the given values." +msgstr "" + +#: doc/classes/AStar.xml:65 +msgid "" +"Returns whether the two given points are directly connected by a segment. If " +"[code]bidirectional[/code] is [code]false[/code], returns whether movement " +"from [code]id[/code] to [code]to_id[/code] is possible through this segment." +msgstr "" + +#: doc/classes/AStar.xml:71 doc/classes/AStar2D.xml:56 +msgid "Clears all the points and segments." +msgstr "" + +#: doc/classes/AStar.xml:80 +msgid "" +"Creates a segment between the given points. If [code]bidirectional[/code] is " +"[code]false[/code], only movement from [code]id[/code] to [code]to_id[/code] " +"is allowed, not the reverse direction.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(1, 1, 0))\n" +"astar.add_point(2, Vector3(0, 5, 0))\n" +"astar.connect_points(1, 2, false)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar.xml:95 +msgid "" +"Deletes the segment between the given points. If [code]bidirectional[/code] " +"is [code]false[/code], only movement from [code]id[/code] to [code]to_id[/" +"code] is prevented, and a unidirectional segment possibly remains." +msgstr "" + +#: doc/classes/AStar.xml:101 doc/classes/AStar2D.xml:85 +msgid "Returns the next available point ID with no point associated to it." +msgstr "" + +#: doc/classes/AStar.xml:109 doc/classes/AStar2D.xml:93 +msgid "" +"Returns the ID of the closest point to [code]to_position[/code], optionally " +"taking disabled points into account. Returns [code]-1[/code] if there are no " +"points in the points pool.\n" +"[b]Note:[/b] If several points are the closest to [code]to_position[/code], " +"the one with the smallest ID will be returned, ensuring a deterministic " +"result." +msgstr "" + +#: doc/classes/AStar.xml:117 +msgid "" +"Returns the closest position to [code]to_position[/code] that resides inside " +"a segment between two connected points.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(0, 0, 0))\n" +"astar.add_point(2, Vector3(0, 5, 0))\n" +"astar.connect_points(1, 2)\n" +"var res = astar.get_closest_position_in_segment(Vector3(3, 3, 0)) # Returns " +"(0, 3, 0)\n" +"[/codeblock]\n" +"The result is in the segment that goes from [code]y = 0[/code] to [code]y = " +"5[/code]. It's the closest position in the segment to the given point." +msgstr "" + +#: doc/classes/AStar.xml:133 +msgid "" +"Returns an array with the IDs of the points that form the path found by " +"AStar between the given points. The array is ordered from the starting point " +"to the ending point of the path.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(0, 0, 0))\n" +"astar.add_point(2, Vector3(0, 1, 0), 1) # Default weight is 1\n" +"astar.add_point(3, Vector3(1, 1, 0))\n" +"astar.add_point(4, Vector3(2, 0, 0))\n" +"\n" +"astar.connect_points(1, 2, false)\n" +"astar.connect_points(2, 3, false)\n" +"astar.connect_points(4, 3, false)\n" +"astar.connect_points(1, 4, false)\n" +"\n" +"var res = astar.get_id_path(1, 3) # Returns [1, 2, 3]\n" +"[/codeblock]\n" +"If you change the 2nd point's weight to 3, then the result will be [code][1, " +"4, 3][/code] instead, because now even though the distance is longer, it's " +"\"easier\" to get through point 4 than through point 2." +msgstr "" + +#: doc/classes/AStar.xml:154 doc/classes/AStar2D.xml:138 +msgid "" +"Returns the capacity of the structure backing the points, useful in " +"conjunction with [code]reserve_space[/code]." +msgstr "" + +#: doc/classes/AStar.xml:161 +msgid "" +"Returns an array with the IDs of the points that form the connection with " +"the given point.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(0, 0, 0))\n" +"astar.add_point(2, Vector3(0, 1, 0))\n" +"astar.add_point(3, Vector3(1, 1, 0))\n" +"astar.add_point(4, Vector3(2, 0, 0))\n" +"\n" +"astar.connect_points(1, 2, true)\n" +"astar.connect_points(1, 3, true)\n" +"\n" +"var neighbors = astar.get_point_connections(1) # Returns [2, 3]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar.xml:179 doc/classes/AStar2D.xml:163 +msgid "Returns the number of points currently in the points pool." +msgstr "" + +#: doc/classes/AStar.xml:187 +msgid "" +"Returns an array with the points that are in the path found by AStar between " +"the given points. The array is ordered from the starting point to the ending " +"point of the path.\n" +"[b]Note:[/b] This method is not thread-safe. If called from a [Thread], it " +"will return an empty [PoolVector3Array] and will print an error message." +msgstr "" + +#: doc/classes/AStar.xml:195 doc/classes/AStar2D.xml:179 +msgid "" +"Returns the position of the point associated with the given [code]id[/code]." +msgstr "" + +#: doc/classes/AStar.xml:202 doc/classes/AStar2D.xml:186 +msgid "" +"Returns the weight scale of the point associated with the given [code]id[/" +"code]." +msgstr "" + +#: doc/classes/AStar.xml:208 doc/classes/AStar2D.xml:192 +msgid "Returns an array of all points." +msgstr "" + +#: doc/classes/AStar.xml:215 doc/classes/AStar2D.xml:199 +msgid "" +"Returns whether a point associated with the given [code]id[/code] exists." +msgstr "" + +#: doc/classes/AStar.xml:222 doc/classes/AStar2D.xml:206 +msgid "" +"Returns whether a point is disabled or not for pathfinding. By default, all " +"points are enabled." +msgstr "" + +#: doc/classes/AStar.xml:229 doc/classes/AStar2D.xml:213 +msgid "" +"Removes the point associated with the given [code]id[/code] from the points " +"pool." +msgstr "" + +#: doc/classes/AStar.xml:236 doc/classes/AStar2D.xml:220 +msgid "" +"Reserves space internally for [code]num_nodes[/code] points, useful if " +"you're adding a known large number of points at once, for a grid for " +"instance. New capacity must be greater or equals to old capacity." +msgstr "" + +#: doc/classes/AStar.xml:244 doc/classes/AStar2D.xml:228 +msgid "" +"Disables or enables the specified point for pathfinding. Useful for making a " +"temporary obstacle." +msgstr "" + +#: doc/classes/AStar.xml:252 doc/classes/AStar2D.xml:236 +msgid "" +"Sets the [code]position[/code] for the point with the given [code]id[/code]." +msgstr "" + +#: doc/classes/AStar.xml:260 doc/classes/AStar2D.xml:244 +msgid "" +"Sets the [code]weight_scale[/code] for the point with the given [code]id[/" +"code]. The [code]weight_scale[/code] is multiplied by the result of [method " +"_compute_cost] when determining the overall cost of traveling across a " +"segment from a neighboring point to this point." +msgstr "" + +#: doc/classes/AStar2D.xml:4 +msgid "AStar class representation that uses 2D vectors as edges." +msgstr "" + +#: doc/classes/AStar2D.xml:7 +msgid "" +"This is a wrapper for the [AStar] class which uses 2D vectors instead of 3D " +"vectors." +msgstr "" + +#: doc/classes/AStar2D.xml:17 +msgid "" +"Called when computing the cost between two connected points.\n" +"Note that this function is hidden in the default [code]AStar2D[/code] class." +msgstr "" + +#: doc/classes/AStar2D.xml:26 +msgid "" +"Called when estimating the cost between a point and the path's ending " +"point.\n" +"Note that this function is hidden in the default [code]AStar2D[/code] class." +msgstr "" + +#: doc/classes/AStar2D.xml:36 +msgid "" +"Adds a new point at the given position with the given identifier. The " +"[code]id[/code] must be 0 or larger, and the [code]weight_scale[/code] must " +"be 1 or larger.\n" +"The [code]weight_scale[/code] is multiplied by the result of [method " +"_compute_cost] when determining the overall cost of traveling across a " +"segment from a neighboring point to this point. Thus, all else being equal, " +"the algorithm prefers points with lower [code]weight_scale[/code]s to form a " +"path.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(1, 0), 4) # Adds the point (1, 0) with " +"weight_scale 4 and id 1\n" +"[/codeblock]\n" +"If there already exists a point for the given [code]id[/code], its position " +"and weight scale are updated to the given values." +msgstr "" + +#: doc/classes/AStar2D.xml:50 +msgid "Returns whether there is a connection/segment between the given points." +msgstr "" + +#: doc/classes/AStar2D.xml:65 +msgid "" +"Creates a segment between the given points. If [code]bidirectional[/code] is " +"[code]false[/code], only movement from [code]id[/code] to [code]to_id[/code] " +"is allowed, not the reverse direction.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(1, 1))\n" +"astar.add_point(2, Vector2(0, 5))\n" +"astar.connect_points(1, 2, false)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar2D.xml:79 +msgid "Deletes the segment between the given points." +msgstr "" + +#: doc/classes/AStar2D.xml:101 +msgid "" +"Returns the closest position to [code]to_position[/code] that resides inside " +"a segment between two connected points.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(0, 0))\n" +"astar.add_point(2, Vector2(0, 5))\n" +"astar.connect_points(1, 2)\n" +"var res = astar.get_closest_position_in_segment(Vector2(3, 3)) # Returns (0, " +"3)\n" +"[/codeblock]\n" +"The result is in the segment that goes from [code]y = 0[/code] to [code]y = " +"5[/code]. It's the closest position in the segment to the given point." +msgstr "" + +#: doc/classes/AStar2D.xml:117 +msgid "" +"Returns an array with the IDs of the points that form the path found by " +"AStar2D between the given points. The array is ordered from the starting " +"point to the ending point of the path.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(0, 0))\n" +"astar.add_point(2, Vector2(0, 1), 1) # Default weight is 1\n" +"astar.add_point(3, Vector2(1, 1))\n" +"astar.add_point(4, Vector2(2, 0))\n" +"\n" +"astar.connect_points(1, 2, false)\n" +"astar.connect_points(2, 3, false)\n" +"astar.connect_points(4, 3, false)\n" +"astar.connect_points(1, 4, false)\n" +"\n" +"var res = astar.get_id_path(1, 3) # Returns [1, 2, 3]\n" +"[/codeblock]\n" +"If you change the 2nd point's weight to 3, then the result will be [code][1, " +"4, 3][/code] instead, because now even though the distance is longer, it's " +"\"easier\" to get through point 4 than through point 2." +msgstr "" + +#: doc/classes/AStar2D.xml:145 +msgid "" +"Returns an array with the IDs of the points that form the connection with " +"the given point.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(0, 0))\n" +"astar.add_point(2, Vector2(0, 1))\n" +"astar.add_point(3, Vector2(1, 1))\n" +"astar.add_point(4, Vector2(2, 0))\n" +"\n" +"astar.connect_points(1, 2, true)\n" +"astar.connect_points(1, 3, true)\n" +"\n" +"var neighbors = astar.get_point_connections(1) # Returns [2, 3]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar2D.xml:171 +msgid "" +"Returns an array with the points that are in the path found by AStar2D " +"between the given points. The array is ordered from the starting point to " +"the ending point of the path.\n" +"[b]Note:[/b] This method is not thread-safe. If called from a [Thread], it " +"will return an empty [PoolVector2Array] and will print an error message." +msgstr "" + +#: doc/classes/AtlasTexture.xml:4 +msgid "" +"Crops out one part of a texture, such as a texture from a texture atlas." +msgstr "" + +#: doc/classes/AtlasTexture.xml:7 +msgid "" +"[Texture] resource that crops out one part of the [member atlas] texture, " +"defined by [member region]. The main use case is cropping out textures from " +"a texture atlas, which is a big texture file that packs multiple smaller " +"textures. Consists of a [Texture] for the [member atlas], a [member region] " +"that defines the area of [member atlas] to use, and a [member margin] that " +"defines the border width.\n" +"[AtlasTexture] cannot be used in an [AnimatedTexture], cannot be tiled in " +"nodes such as [TextureRect], and does not work properly if used inside of " +"other [AtlasTexture] resources. Multiple [AtlasTexture] resources can be " +"used to crop multiple textures from the atlas. Using a texture atlas helps " +"to optimize video memory costs and render calls compared to using multiple " +"small files.\n" +"[b]Note:[/b] AtlasTextures don't support repetition. The [constant Texture." +"FLAG_REPEAT] and [constant Texture.FLAG_MIRRORED_REPEAT] flags are ignored " +"when using an AtlasTexture." +msgstr "" + +#: doc/classes/AtlasTexture.xml:17 +msgid "The texture that contains the atlas. Can be any [Texture] subtype." +msgstr "" + +#: doc/classes/AtlasTexture.xml:20 +msgid "" +"If [code]true[/code], clips the area outside of the region to avoid bleeding " +"of the surrounding texture pixels." +msgstr "" + +#: doc/classes/AtlasTexture.xml:24 +msgid "" +"The margin around the region. The [Rect2]'s [member Rect2.size] parameter " +"(\"w\" and \"h\" in the editor) resizes the texture so it fits within the " +"margin." +msgstr "" + +#: doc/classes/AtlasTexture.xml:27 +msgid "The AtlasTexture's used region." +msgstr "" + +#: doc/classes/AudioBusLayout.xml:4 +msgid "Stores information about the audio buses." +msgstr "" + +#: doc/classes/AudioBusLayout.xml:7 +msgid "" +"Stores position, muting, solo, bypass, effects, effect position, volume, and " +"the connections between buses. See [AudioServer] for usage." +msgstr "" + +#: doc/classes/AudioEffect.xml:4 +msgid "Audio effect for audio." +msgstr "" + +#: doc/classes/AudioEffect.xml:7 +msgid "" +"Base resource for audio bus. Applies an audio effect on the bus that the " +"resource is applied on." +msgstr "" + +#: doc/classes/AudioEffect.xml:10 doc/classes/AudioEffectRecord.xml:11 +#: doc/classes/AudioServer.xml:12 doc/classes/AudioStream.xml:12 +#: doc/classes/AudioStreamPlayer.xml:15 +msgid "https://godotengine.org/asset-library/asset/527" +msgstr "" + +#: doc/classes/AudioEffectAmplify.xml:4 +msgid "" +"Adds an amplifying audio effect to an audio bus.\n" +"Increases or decreases the volume of the selected audio bus." +msgstr "" + +#: doc/classes/AudioEffectAmplify.xml:8 +msgid "Increases or decreases the volume being routed through the audio bus." +msgstr "" + +#: doc/classes/AudioEffectAmplify.xml:16 +msgid "" +"Amount of amplification in decibels. Positive values make the sound louder, " +"negative values make it quieter. Value can range from -80 to 24." +msgstr "" + +#: doc/classes/AudioEffectBandLimitFilter.xml:4 +msgid "Adds a band limit filter to the audio bus." +msgstr "" + +#: doc/classes/AudioEffectBandLimitFilter.xml:7 +msgid "" +"Limits the frequencies in a range around the [member AudioEffectFilter." +"cutoff_hz] and allows frequencies outside of this range to pass." +msgstr "" + +#: doc/classes/AudioEffectBandPassFilter.xml:4 +msgid "Adds a band pass filter to the audio bus." +msgstr "" + +#: doc/classes/AudioEffectBandPassFilter.xml:7 +msgid "" +"Attenuates the frequencies inside of a range around the [member " +"AudioEffectFilter.cutoff_hz] and cuts frequencies outside of this band." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:4 +msgid "Captures audio from an audio bus in real-time." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:7 +msgid "" +"AudioEffectCapture is an AudioEffect which copies all audio frames from the " +"attached audio effect bus into its internal ring buffer.\n" +"Application code should consume these audio frames from this ring buffer " +"using [method get_buffer] and process it as needed, for example to capture " +"data from a microphone, implement application defined effects, or to " +"transmit audio over the network." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:17 +msgid "" +"Returns [code]true[/code] if at least [code]frames[/code] audio frames are " +"available to read in the internal ring buffer." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:23 +msgid "Clears the internal ring buffer." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:30 +msgid "" +"Gets the next [code]frames[/code] audio samples from the internal ring " +"buffer.\n" +"Returns a [PoolVector2Array] containing exactly [code]frames[/code] audio " +"samples if available, or an empty [PoolVector2Array] if insufficient data " +"was available." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:37 +msgid "Returns the total size of the internal ring buffer in frames." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:43 +msgid "" +"Returns the number of audio frames discarded from the audio bus due to full " +"buffer." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:49 +msgid "" +"Returns the number of frames available to read using [method get_buffer]." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:55 +msgid "Returns the number of audio frames inserted from the audio bus." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:61 +msgid "" +"Length of the internal ring buffer, in seconds. Setting the buffer length " +"will have no effect if already initialized." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:4 +msgid "Adds a chorus audio effect." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:7 +msgid "" +"Adds a chorus audio effect. The effect applies a filter with voices to " +"duplicate the audio source and manipulate it through the filter." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:93 +msgid "The effect's raw signal." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:96 doc/classes/AudioEffectChorus.xml:114 +#: doc/classes/AudioEffectChorus.xml:132 doc/classes/AudioEffectChorus.xml:150 +msgid "The voice's cutoff frequency." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:99 doc/classes/AudioEffectChorus.xml:117 +#: doc/classes/AudioEffectChorus.xml:135 doc/classes/AudioEffectChorus.xml:153 +msgid "The voice's signal delay." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:102 doc/classes/AudioEffectChorus.xml:120 +#: doc/classes/AudioEffectChorus.xml:138 doc/classes/AudioEffectChorus.xml:156 +msgid "The voice filter's depth." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:105 doc/classes/AudioEffectChorus.xml:123 +#: doc/classes/AudioEffectChorus.xml:141 doc/classes/AudioEffectChorus.xml:159 +msgid "The voice's volume." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:108 doc/classes/AudioEffectChorus.xml:126 +#: doc/classes/AudioEffectChorus.xml:144 doc/classes/AudioEffectChorus.xml:162 +msgid "The voice's pan level." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:111 doc/classes/AudioEffectChorus.xml:129 +#: doc/classes/AudioEffectChorus.xml:147 doc/classes/AudioEffectChorus.xml:165 +msgid "The voice's filter rate." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:168 +msgid "The amount of voices in the effect." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:171 +msgid "The effect's processed signal." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:4 +msgid "" +"Adds a compressor audio effect to an audio bus.\n" +"Reduces sounds that exceed a certain threshold level, smooths out the " +"dynamics and increases the overall volume." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:8 +msgid "" +"Dynamic range compressor reduces the level of the sound when the amplitude " +"goes over a certain threshold in Decibels. One of the main uses of a " +"compressor is to increase the dynamic range by clipping as little as " +"possible (when sound goes over 0dB).\n" +"Compressor has many uses in the mix:\n" +"- In the Master bus to compress the whole output (although an " +"[AudioEffectLimiter] is probably better).\n" +"- In voice channels to ensure they sound as balanced as possible.\n" +"- Sidechained. This can reduce the sound level sidechained with another " +"audio bus for threshold detection. This technique is common in video game " +"mixing to the level of music and SFX while voices are being heard.\n" +"- Accentuates transients by using a wider attack, making effects sound more " +"punchy." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:21 +msgid "" +"Compressor's reaction time when the signal exceeds the threshold, in " +"microseconds. Value can range from 20 to 2000." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:24 +msgid "Gain applied to the output signal." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:27 +msgid "" +"Balance between original signal and effect signal. Value can range from 0 " +"(totally dry) to 1 (totally wet)." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:30 +msgid "" +"Amount of compression applied to the audio once it passes the threshold " +"level. The higher the ratio, the more the loud parts of the audio will be " +"compressed. Value can range from 1 to 48." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:33 +msgid "" +"Compressor's delay time to stop reducing the signal after the signal level " +"falls below the threshold, in milliseconds. Value can range from 20 to 2000." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:36 +msgid "Reduce the sound level using another audio bus for threshold detection." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:39 +msgid "" +"The level above which compression is applied to the audio. Value can range " +"from -60 to 0." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:4 +msgid "" +"Adds a delay audio effect to an audio bus. Plays input signal back after a " +"period of time.\n" +"Two tap delay and feedback options." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:8 +msgid "" +"Plays input signal back after a period of time. The delayed signal may be " +"played back multiple times to create the sound of a repeating, decaying " +"echo. Delay effects range from a subtle echo effect to a pronounced blending " +"of previous sounds with new sounds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:16 +msgid "" +"Output percent of original sound. At 0, only delayed sounds are output. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:19 +msgid "If [code]true[/code], feedback is enabled." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:22 +msgid "Feedback delay time in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:25 doc/classes/AudioEffectDelay.xml:37 +msgid "Sound level for [code]tap1[/code]." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:28 +msgid "" +"Low-pass filter for feedback, in Hz. Frequencies below this value are " +"filtered out of the source signal." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:31 +msgid "If [code]true[/code], [code]tap1[/code] will be enabled." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:34 +msgid "[code]tap1[/code] delay time in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:40 +msgid "" +"Pan position for [code]tap1[/code]. Value can range from -1 (fully left) to " +"1 (fully right)." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:43 +msgid "If [code]true[/code], [code]tap2[/code] will be enabled." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:46 +msgid "[b]Tap2[/b] delay time in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:49 +msgid "Sound level for [code]tap2[/code]." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:52 +msgid "" +"Pan position for [code]tap2[/code]. Value can range from -1 (fully left) to " +"1 (fully right)." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:4 +msgid "" +"Adds a distortion audio effect to an Audio bus.\n" +"Modify the sound to make it distorted." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:8 +msgid "" +"Different types are available: clip, tan, lo-fi (bit crushing), overdrive, " +"or waveshape.\n" +"By distorting the waveform the frequency content change, which will often " +"make the sound \"crunchy\" or \"abrasive\". For games, it can simulate sound " +"coming from some saturated device or speaker very efficiently." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:12 +#: doc/classes/AudioEffectFilter.xml:10 +#: doc/classes/AudioEffectHighShelfFilter.xml:9 +#: doc/classes/AudioEffectLowShelfFilter.xml:9 doc/classes/AudioServer.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_buses.html" +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:18 +msgid "Distortion power. Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:21 +msgid "" +"High-pass filter, in Hz. Frequencies higher than this value will not be " +"affected by the distortion. Value can range from 1 to 20000." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:24 +msgid "Distortion type." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:27 +msgid "" +"Increases or decreases the volume after the effect. Value can range from -80 " +"to 24." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:30 +msgid "" +"Increases or decreases the volume before the effect. Value can range from " +"-60 to 60." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:35 +msgid "" +"Digital distortion effect which cuts off peaks at the top and bottom of the " +"waveform." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:40 +msgid "" +"Low-resolution digital distortion effect. You can use it to emulate the " +"sound of early digital audio devices." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:43 +msgid "" +"Emulates the warm distortion produced by a field effect transistor, which is " +"commonly used in solid-state musical instrument amplifiers." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:46 +msgid "" +"Waveshaper distortions are used mainly by electronic musicians to achieve an " +"extra-abrasive sound." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:4 +msgid "" +"Base class for audio equalizers. Gives you control over frequencies.\n" +"Use it to create a custom equalizer if [AudioEffectEQ6], [AudioEffectEQ10] " +"or [AudioEffectEQ21] don't fit your needs." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:8 +msgid "" +"AudioEffectEQ gives you control over frequencies. Use it to compensate for " +"existing deficiencies in audio. AudioEffectEQs are useful on the Master bus " +"to completely master a mix and give it more character. They are also useful " +"when a game is run on a mobile device, to adjust the mix to that kind of " +"speakers (it can be added but disabled when headphones are plugged)." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:16 +msgid "Returns the number of bands of the equalizer." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:23 +msgid "Returns the band's gain at the specified index, in dB." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:31 +msgid "Sets band's gain at the specified index, in dB." +msgstr "" + +#: doc/classes/AudioEffectEQ10.xml:4 +msgid "" +"Adds a 10-band equalizer audio effect to an Audio bus. Gives you control " +"over frequencies from 31 Hz to 16000 Hz.\n" +"Each frequency can be modulated between -60/+24 dB." +msgstr "" + +#: doc/classes/AudioEffectEQ10.xml:8 +msgid "" +"Frequency bands:\n" +"Band 1: 31 Hz\n" +"Band 2: 62 Hz\n" +"Band 3: 125 Hz\n" +"Band 4: 250 Hz\n" +"Band 5: 500 Hz\n" +"Band 6: 1000 Hz\n" +"Band 7: 2000 Hz\n" +"Band 8: 4000 Hz\n" +"Band 9: 8000 Hz\n" +"Band 10: 16000 Hz\n" +"See also [AudioEffectEQ], [AudioEffectEQ6], [AudioEffectEQ21]." +msgstr "" + +#: doc/classes/AudioEffectEQ21.xml:4 +msgid "" +"Adds a 21-band equalizer audio effect to an Audio bus. Gives you control " +"over frequencies from 22 Hz to 22000 Hz.\n" +"Each frequency can be modulated between -60/+24 dB." +msgstr "" + +#: doc/classes/AudioEffectEQ21.xml:8 +msgid "" +"Frequency bands:\n" +"Band 1: 22 Hz\n" +"Band 2: 32 Hz\n" +"Band 3: 44 Hz\n" +"Band 4: 63 Hz\n" +"Band 5: 90 Hz\n" +"Band 6: 125 Hz\n" +"Band 7: 175 Hz\n" +"Band 8: 250 Hz\n" +"Band 9: 350 Hz\n" +"Band 10: 500 Hz\n" +"Band 11: 700 Hz\n" +"Band 12: 1000 Hz\n" +"Band 13: 1400 Hz\n" +"Band 14: 2000 Hz\n" +"Band 15: 2800 Hz\n" +"Band 16: 4000 Hz\n" +"Band 17: 5600 Hz\n" +"Band 18: 8000 Hz\n" +"Band 19: 11000 Hz\n" +"Band 20: 16000 Hz\n" +"Band 21: 22000 Hz\n" +"See also [AudioEffectEQ], [AudioEffectEQ6], [AudioEffectEQ10]." +msgstr "" + +#: doc/classes/AudioEffectEQ6.xml:4 +msgid "" +"Adds a 6-band equalizer audio effect to an Audio bus. Gives you control over " +"frequencies from 32 Hz to 10000 Hz.\n" +"Each frequency can be modulated between -60/+24 dB." +msgstr "" + +#: doc/classes/AudioEffectEQ6.xml:8 +msgid "" +"Frequency bands:\n" +"Band 1: 32 Hz\n" +"Band 2: 100 Hz\n" +"Band 3: 320 Hz\n" +"Band 4: 1000 Hz\n" +"Band 5: 3200 Hz\n" +"Band 6: 10000 Hz\n" +"See also [AudioEffectEQ], [AudioEffectEQ10], [AudioEffectEQ21]." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:4 +msgid "Adds a filter to the audio bus." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:7 +msgid "Allows frequencies other than the [member cutoff_hz] to pass." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:16 +msgid "Threshold frequency for the filter, in Hz." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:21 +msgid "Gain amount of the frequencies after the filter." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:24 +msgid "Amount of boost in the frequency range near the cutoff frequency." +msgstr "" + +#: doc/classes/AudioEffectHighPassFilter.xml:4 +msgid "Adds a high-pass filter to the Audio Bus." +msgstr "" + +#: doc/classes/AudioEffectHighPassFilter.xml:7 +msgid "" +"Cuts frequencies lower than the [member AudioEffectFilter.cutoff_hz] and " +"allows higher frequencies to pass." +msgstr "" + +#: doc/classes/AudioEffectHighShelfFilter.xml:4 +msgid "Reduces all frequencies above the [member AudioEffectFilter.cutoff_hz]." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:4 +msgid "Adds a soft-clip limiter audio effect to an Audio bus." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:7 +msgid "" +"A limiter is similar to a compressor, but it's less flexible and designed to " +"disallow sound going over a given dB threshold. Adding one in the Master bus " +"is always recommended to reduce the effects of clipping.\n" +"Soft clipping starts to reduce the peaks a little below the threshold level " +"and progressively increases its effect as the input level increases such " +"that the threshold is never exceeded." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:16 +msgid "" +"The waveform's maximum allowed value, in decibels. Value can range from -20 " +"to -0.1." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:19 +msgid "" +"Applies a gain to the limited waves, in decibels. Value can range from 0 to " +"6." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:24 +msgid "" +"Threshold from which the limiter begins to be active, in decibels. Value can " +"range from -30 to 0." +msgstr "" + +#: doc/classes/AudioEffectLowPassFilter.xml:4 +msgid "Adds a low-pass filter to the Audio bus." +msgstr "" + +#: doc/classes/AudioEffectLowPassFilter.xml:7 +msgid "" +"Cuts frequencies higher than the [member AudioEffectFilter.cutoff_hz] and " +"allows lower frequencies to pass." +msgstr "" + +#: doc/classes/AudioEffectLowShelfFilter.xml:4 +msgid "Reduces all frequencies below the [member AudioEffectFilter.cutoff_hz]." +msgstr "" + +#: doc/classes/AudioEffectNotchFilter.xml:4 +msgid "Adds a notch filter to the Audio bus." +msgstr "" + +#: doc/classes/AudioEffectNotchFilter.xml:7 +msgid "" +"Attenuates frequencies in a narrow band around the [member AudioEffectFilter." +"cutoff_hz] and cuts frequencies outside of this range." +msgstr "" + +#: doc/classes/AudioEffectPanner.xml:4 +msgid "Adds a panner audio effect to an Audio bus. Pans sound left or right." +msgstr "" + +#: doc/classes/AudioEffectPanner.xml:7 +msgid "" +"Determines how much of an audio signal is sent to the left and right buses." +msgstr "" + +#: doc/classes/AudioEffectPanner.xml:15 +msgid "Pan position. Value can range from -1 (fully left) to 1 (fully right)." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:4 +msgid "" +"Adds a phaser audio effect to an Audio bus.\n" +"Combines the original signal with a copy that is slightly out of phase with " +"the original." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:8 +msgid "" +"Combines phase-shifted signals with the original signal. The movement of the " +"phase-shifted signals is controlled using a low-frequency oscillator." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:16 +msgid "" +"Governs how high the filter frequencies sweep. Low value will primarily " +"affect bass frequencies. High value can sweep high into the treble. Value " +"can range from 0.1 to 4." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:19 +msgid "Output percent of modified sound. Value can range from 0.1 to 0.9." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:22 +msgid "" +"Determines the maximum frequency affected by the LFO modulations, in Hz. " +"Value can range from 10 to 10000." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:25 +msgid "" +"Determines the minimum frequency affected by the LFO modulations, in Hz. " +"Value can range from 10 to 10000." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:28 +msgid "" +"Adjusts the rate in Hz at which the effect sweeps up and down across the " +"frequency range." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:4 +msgid "" +"Adds a pitch-shifting audio effect to an Audio bus.\n" +"Raises or lowers the pitch of original sound." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:8 +msgid "" +"Allows modulation of pitch independently of tempo. All frequencies can be " +"increased/decreased with minimal effect on transients." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:16 +msgid "" +"The size of the [url=https://en.wikipedia.org/wiki/" +"Fast_Fourier_transform]Fast Fourier transform[/url] buffer. Higher values " +"smooth out the effect over time, but have greater latency. The effects of " +"this higher latency are especially noticeable on sounds that have sudden " +"amplitude changes." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:19 +msgid "" +"The oversampling factor to use. Higher values result in better quality, but " +"are more demanding on the CPU and may cause audio cracking if the CPU can't " +"keep up." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:22 +msgid "" +"The pitch scale to use. [code]1.0[/code] is the default pitch and plays " +"sounds unaltered. [member pitch_scale] can range from [code]0.0[/code] " +"(infinitely low pitch, inaudible) to [code]16[/code] (16 times higher than " +"the initial pitch)." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:27 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:28 +msgid "" +"Use a buffer of 256 samples for the Fast Fourier transform. Lowest latency, " +"but least stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:30 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:31 +msgid "" +"Use a buffer of 512 samples for the Fast Fourier transform. Low latency, but " +"less stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:33 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:34 +msgid "" +"Use a buffer of 1024 samples for the Fast Fourier transform. This is a " +"compromise between latency and stability over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:36 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:37 +msgid "" +"Use a buffer of 2048 samples for the Fast Fourier transform. High latency, " +"but stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:39 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:40 +msgid "" +"Use a buffer of 4096 samples for the Fast Fourier transform. Highest " +"latency, but most stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:42 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:43 +msgid "Represents the size of the [enum FFT_Size] enum." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:4 +msgid "Audio effect used for recording sound from a microphone." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:7 +msgid "" +"Allows the user to record sound from a microphone. It sets and gets the " +"format in which the audio file will be recorded (8-bit, 16-bit, or " +"compressed). It checks whether or not the recording is active, and if it is, " +"records the sound. It then returns the recorded sample." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/audio/" +"recording_with_microphone.html" +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:17 +msgid "Returns the recorded sample." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:23 +msgid "Returns whether the recording is active or not." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:30 +msgid "" +"If [code]true[/code], the sound will be recorded. Note that restarting the " +"recording will remove the previously recorded sample." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:36 +msgid "" +"Specifies the format in which the sample will be recorded. See [enum " +"AudioStreamSample.Format] for available formats." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:4 +msgid "" +"Adds a reverberation audio effect to an Audio bus.\n" +"Simulates the sound of acoustic environments such as rooms, concert halls, " +"caverns, or an open spaces." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:8 +msgid "" +"Simulates rooms of different sizes. Its parameters can be adjusted to " +"simulate the sound of a specific room." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:17 +msgid "" +"Defines how reflective the imaginary room's walls are. Value can range from " +"0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:20 +msgid "" +"Output percent of original sound. At 0, only modified sound is outputted. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:23 +msgid "" +"High-pass filter passes signals with a frequency higher than a certain " +"cutoff frequency and attenuates signals with frequencies lower than the " +"cutoff frequency. Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:26 +msgid "Output percent of predelay. Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:29 +msgid "" +"Time between the original signal and the early reflections of the reverb " +"signal, in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:32 +msgid "" +"Dimensions of simulated room. Bigger means more echoes. Value can range from " +"0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:35 +msgid "" +"Widens or narrows the stereo image of the reverb tail. 1 means fully widens. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:38 +msgid "" +"Output percent of modified sound. At 0, only original sound is outputted. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:4 +msgid "Audio effect that can be used for real-time audio visualizations." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:7 +msgid "" +"This audio effect does not affect sound output, but can be used for real-" +"time audio visualizations.\n" +"See also [AudioStreamGenerator] for procedurally generating sounds." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:11 +msgid "Audio Spectrum Demo" +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:12 +#: doc/classes/AudioStreamGenerator.xml:13 +#: doc/classes/AudioStreamGeneratorPlayback.xml:11 +msgid "Godot 3.2 will get new audio features" +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:18 +msgid "" +"The length of the buffer to keep (in seconds). Higher values keep data " +"around for longer, but require more memory." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:21 +msgid "" +"The size of the [url=https://en.wikipedia.org/wiki/" +"Fast_Fourier_transform]Fast Fourier transform[/url] buffer. Higher values " +"smooth out the spectrum analysis over time, but have greater latency. The " +"effects of this higher latency are especially noticeable with sudden " +"amplitude changes." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzerInstance.xml:21 +msgid "Use the average value as magnitude." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzerInstance.xml:24 +msgid "Use the maximum value as magnitude." +msgstr "" + +#: doc/classes/AudioServer.xml:4 +msgid "Server interface for low-level audio access." +msgstr "" + +#: doc/classes/AudioServer.xml:7 +msgid "" +"[AudioServer] is a low-level server interface for audio access. It is in " +"charge of creating sample data (playable audio) as well as its playback via " +"a voice interface." +msgstr "" + +#: doc/classes/AudioServer.xml:11 doc/classes/AudioStreamPlayer.xml:13 +msgid "https://godotengine.org/asset-library/asset/525" +msgstr "" + +#: doc/classes/AudioServer.xml:13 doc/classes/AudioStream.xml:13 +#: doc/classes/AudioStreamPlayer.xml:16 doc/classes/CanvasItem.xml:17 +msgid "https://godotengine.org/asset-library/asset/528" +msgstr "" + +#: doc/classes/AudioServer.xml:20 +msgid "Adds a bus at [code]at_position[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:29 +msgid "" +"Adds an [AudioEffect] effect to the bus [code]bus_idx[/code] at " +"[code]at_position[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:35 +msgid "" +"Name of the current device for audio input (see [method " +"capture_get_device_list])." +msgstr "" + +#: doc/classes/AudioServer.xml:41 +msgid "Returns the names of all audio input devices detected on the system." +msgstr "" + +#: doc/classes/AudioServer.xml:48 +msgid "Sets which audio input device is used for audio capture." +msgstr "" + +#: doc/classes/AudioServer.xml:54 +msgid "Generates an [AudioBusLayout] using the available buses and effects." +msgstr "" + +#: doc/classes/AudioServer.xml:61 +msgid "" +"Returns the amount of channels of the bus at index [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:69 +msgid "" +"Returns the [AudioEffect] at position [code]effect_idx[/code] in bus " +"[code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:76 +msgid "Returns the number of effects on the bus at [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:85 +msgid "" +"Returns the [AudioEffectInstance] assigned to the given bus and effect " +"indices (and optionally channel)." +msgstr "" + +#: doc/classes/AudioServer.xml:92 +msgid "Returns the index of the bus with the name [code]bus_name[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:99 +msgid "Returns the name of the bus with the index [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:107 +msgid "" +"Returns the peak volume of the left speaker at bus index [code]bus_idx[/" +"code] and channel index [code]channel[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:115 +msgid "" +"Returns the peak volume of the right speaker at bus index [code]bus_idx[/" +"code] and channel index [code]channel[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:122 +msgid "" +"Returns the name of the bus that the bus at index [code]bus_idx[/code] sends " +"to." +msgstr "" + +#: doc/classes/AudioServer.xml:129 +msgid "Returns the volume of the bus at index [code]bus_idx[/code] in dB." +msgstr "" + +#: doc/classes/AudioServer.xml:135 +msgid "Returns the names of all audio devices detected on the system." +msgstr "" + +#: doc/classes/AudioServer.xml:141 +msgid "Returns the sample rate at the output of the [AudioServer]." +msgstr "" + +#: doc/classes/AudioServer.xml:147 +msgid "Returns the audio driver's output latency." +msgstr "" + +#: doc/classes/AudioServer.xml:153 +msgid "Returns the speaker configuration." +msgstr "" + +#: doc/classes/AudioServer.xml:159 +msgid "Returns the relative time since the last mix occurred." +msgstr "" + +#: doc/classes/AudioServer.xml:165 +msgid "Returns the relative time until the next mix occurs." +msgstr "" + +#: doc/classes/AudioServer.xml:172 doc/classes/AudioServer.xml:232 +msgid "" +"If [code]true[/code], the bus at index [code]bus_idx[/code] is bypassing " +"effects." +msgstr "" + +#: doc/classes/AudioServer.xml:180 doc/classes/AudioServer.xml:241 +msgid "" +"If [code]true[/code], the effect at index [code]effect_idx[/code] on the bus " +"at index [code]bus_idx[/code] is enabled." +msgstr "" + +#: doc/classes/AudioServer.xml:187 doc/classes/AudioServer.xml:256 +msgid "If [code]true[/code], the bus at index [code]bus_idx[/code] is muted." +msgstr "" + +#: doc/classes/AudioServer.xml:194 doc/classes/AudioServer.xml:280 +msgid "" +"If [code]true[/code], the bus at index [code]bus_idx[/code] is in solo mode." +msgstr "" + +#: doc/classes/AudioServer.xml:200 +msgid "" +"Locks the audio driver's main loop.\n" +"[b]Note:[/b] Remember to unlock it afterwards." +msgstr "" + +#: doc/classes/AudioServer.xml:209 +msgid "" +"Moves the bus from index [code]index[/code] to index [code]to_index[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:216 +msgid "Removes the bus at index [code]index[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:224 +msgid "" +"Removes the effect at index [code]effect_idx[/code] from the bus at index " +"[code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:248 +msgid "Overwrites the currently used [AudioBusLayout]." +msgstr "" + +#: doc/classes/AudioServer.xml:264 +msgid "" +"Sets the name of the bus at index [code]bus_idx[/code] to [code]name[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:272 +msgid "" +"Connects the output of the bus at [code]bus_idx[/code] to the bus named " +"[code]send[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:288 +msgid "" +"Sets the volume of the bus at index [code]bus_idx[/code] to [code]volume_db[/" +"code]." +msgstr "" + +#: doc/classes/AudioServer.xml:297 +msgid "Swaps the position of two effects in bus [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:303 +msgid "" +"Unlocks the audio driver's main loop. (After locking it, you should always " +"unlock it.)" +msgstr "" + +#: doc/classes/AudioServer.xml:309 +msgid "Number of available audio buses." +msgstr "" + +#: doc/classes/AudioServer.xml:312 +msgid "" +"Name of the current device for audio output (see [method get_device_list])." +msgstr "" + +#: doc/classes/AudioServer.xml:315 +msgid "" +"Scales the rate at which audio is played (i.e. setting it to [code]0.5[/" +"code] will make the audio be played twice as fast)." +msgstr "" + +#: doc/classes/AudioServer.xml:321 +msgid "Emitted when the [AudioBusLayout] changes." +msgstr "" + +#: doc/classes/AudioServer.xml:327 +msgid "Two or fewer speakers were detected." +msgstr "" + +#: doc/classes/AudioServer.xml:330 +msgid "A 3.1 channel surround setup was detected." +msgstr "" + +#: doc/classes/AudioServer.xml:333 +msgid "A 5.1 channel surround setup was detected." +msgstr "" + +#: doc/classes/AudioServer.xml:336 +msgid "A 7.1 channel surround setup was detected." +msgstr "" + +#: doc/classes/AudioStream.xml:4 +msgid "Base class for audio streams." +msgstr "" + +#: doc/classes/AudioStream.xml:7 +msgid "" +"Base class for audio streams. Audio streams are used for sound effects and " +"music playback, and support WAV (via [AudioStreamSample]) and OGG (via " +"[AudioStreamOGGVorbis]) file formats." +msgstr "" + +#: doc/classes/AudioStream.xml:10 doc/classes/AudioStreamPlayer.xml:11 +#: doc/classes/AudioStreamPlayer2D.xml:12 +#: doc/classes/AudioStreamPlayer3D.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_streams.html" +msgstr "" + +#: doc/classes/AudioStream.xml:11 doc/classes/AudioStreamGenerator.xml:12 +#: doc/classes/AudioStreamGeneratorPlayback.xml:10 +#: doc/classes/AudioStreamPlayback.xml:10 doc/classes/AudioStreamPlayer.xml:14 +msgid "https://godotengine.org/asset-library/asset/526" +msgstr "" + +#: doc/classes/AudioStream.xml:19 +msgid "Returns the length of the audio stream in seconds." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:4 +msgid "Audio stream that generates sounds procedurally." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:7 +msgid "" +"This audio stream does not play back sounds, but expects a script to " +"generate audio data for it instead. See also " +"[AudioStreamGeneratorPlayback].\n" +"See also [AudioEffectSpectrumAnalyzer] for performing real-time audio " +"spectrum analysis.\n" +"[b]Note:[/b] Due to performance constraints, this class is best used from C# " +"or from a compiled language via GDNative. If you still want to use this " +"class from GDScript, consider using a lower [member mix_rate] such as 11,025 " +"Hz or 22,050 Hz." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:19 +msgid "" +"The length of the buffer to generate (in seconds). Lower values result in " +"less latency, but require the script to generate audio data faster, " +"resulting in increased CPU usage and more risk for audio cracking if the CPU " +"can't keep up." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:22 +msgid "" +"The sample rate to use (in Hz). Higher values are more demanding for the CPU " +"to generate, but result in better quality.\n" +"In games, common sample rates in use are [code]11025[/code], [code]16000[/" +"code], [code]22050[/code], [code]32000[/code], [code]44100[/code], and " +"[code]48000[/code].\n" +"According to the [url=https://en.wikipedia.org/wiki/Nyquist" +"%E2%80%93Shannon_sampling_theorem]Nyquist-Shannon sampling theorem[/url], " +"there is no quality difference to human hearing when going past 40,000 Hz " +"(since most humans can only hear up to ~20,000 Hz, often less). If you are " +"generating lower-pitched sounds such as voices, lower sample rates such as " +"[code]32000[/code] or [code]22050[/code] may be usable with no loss in " +"quality." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:4 +msgid "Plays back audio generated using [AudioStreamGenerator]." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:7 +msgid "" +"This class is meant to be used with [AudioStreamGenerator] to play back the " +"generated audio in real-time." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:18 +msgid "" +"Returns [code]true[/code] if a buffer of the size [code]amount[/code] can be " +"pushed to the audio sample data buffer without overflowing it, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:24 +msgid "Clears the audio sample data buffer." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:30 +msgid "" +"Returns the number of audio data frames left to play. If this returned " +"number reaches [code]0[/code], the audio will stop playing until frames are " +"added again. Therefore, make sure your script can always generate and push " +"new audio frames fast enough to avoid audio cracking." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:42 +msgid "" +"Pushes several audio data frames to the buffer. This is usually more " +"efficient than [method push_frame] in C# and compiled languages via " +"GDNative, but [method push_buffer] may be [i]less[/i] efficient in GDScript." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:49 +msgid "" +"Pushes a single audio data frame to the buffer. This is usually less " +"efficient than [method push_buffer] in C# and compiled languages via " +"GDNative, but [method push_frame] may be [i]more[/i] efficient in GDScript." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:4 +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:7 +msgid "MP3 audio stream driver." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:15 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:15 +msgid "Contains the audio data in bytes." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:18 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:18 +msgid "" +"If [code]true[/code], the stream will automatically loop when it reaches the " +"end." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:21 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:21 +msgid "Time in seconds at which the stream starts after being looped." +msgstr "" + +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:4 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:7 +msgid "OGG Vorbis audio stream driver." +msgstr "" + +#: doc/classes/AudioStreamPlayback.xml:4 +msgid "Meta class for playing back audio." +msgstr "" + +#: doc/classes/AudioStreamPlayback.xml:7 +msgid "" +"Can play, loop, pause a scroll through audio. See [AudioStream] and " +"[AudioStreamOGGVorbis] for usage." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:4 +msgid "Plays back audio non-positionally." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:7 +msgid "" +"Plays an audio stream non-positionally.\n" +"To play audio positionally, use [AudioStreamPlayer2D] or " +"[AudioStreamPlayer3D] instead of [AudioStreamPlayer]." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:22 +msgid "Returns the position in the [AudioStream] in seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:28 +msgid "" +"Returns the [AudioStreamPlayback] object associated with this " +"[AudioStreamPlayer]." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:35 +msgid "Plays the audio from the given [code]from_position[/code], in seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:42 doc/classes/AudioStreamPlayer2D.xml:38 +#: doc/classes/AudioStreamPlayer3D.xml:39 +msgid "Sets the position from which audio will be played, in seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:48 doc/classes/AudioStreamPlayer2D.xml:44 +#: doc/classes/AudioStreamPlayer3D.xml:45 +msgid "Stops the audio." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:54 doc/classes/AudioStreamPlayer2D.xml:56 +msgid "If [code]true[/code], audio plays when added to scene tree." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:57 doc/classes/AudioStreamPlayer2D.xml:59 +msgid "Bus on which this audio is playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:60 +msgid "" +"If the audio configuration has more than two speakers, this sets the target " +"channels. See [enum MixTarget] constants." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:63 doc/classes/AudioStreamPlayer2D.xml:65 +#: doc/classes/AudioStreamPlayer3D.xml:91 +msgid "" +"The pitch and the tempo of the audio, as a multiplier of the audio sample's " +"sample rate." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:66 doc/classes/AudioStreamPlayer2D.xml:68 +#: doc/classes/AudioStreamPlayer3D.xml:94 +msgid "If [code]true[/code], audio is playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:69 doc/classes/AudioStreamPlayer2D.xml:71 +msgid "The [AudioStream] object to be played." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:72 doc/classes/AudioStreamPlayer2D.xml:74 +msgid "" +"If [code]true[/code], the playback is paused. You can resume it by setting " +"[code]stream_paused[/code] to [code]false[/code]." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:75 +msgid "Volume of sound, in dB." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:81 doc/classes/AudioStreamPlayer2D.xml:83 +#: doc/classes/AudioStreamPlayer3D.xml:112 +msgid "Emitted when the audio stops playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:87 +msgid "The audio will be played only on the first channel." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:90 +msgid "The audio will be played on all surround channels." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:93 +msgid "" +"The audio will be played on the second channel, which is usually the center." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:4 +msgid "Plays positional sound in 2D space." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:7 +msgid "" +"Plays audio that dampens with distance from screen center.\n" +"See also [AudioStreamPlayer] to play a sound non-positionally.\n" +"[b]Note:[/b] Hiding an [AudioStreamPlayer2D] node does not disable its audio " +"output. To temporarily disable an [AudioStreamPlayer2D]'s audio output, set " +"[member volume_db] to a very low value like [code]-100[/code] (which isn't " +"audible to human hearing)." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:18 +#: doc/classes/AudioStreamPlayer3D.xml:19 +msgid "Returns the position in the [AudioStream]." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:24 +msgid "" +"Returns the [AudioStreamPlayback] object associated with this " +"[AudioStreamPlayer2D]." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:31 +#: doc/classes/AudioStreamPlayer3D.xml:32 +msgid "" +"Plays the audio from the given position [code]from_position[/code], in " +"seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:50 +#: doc/classes/AudioStreamPlayer3D.xml:51 +msgid "Areas in which this sound plays." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:53 +msgid "Dampens audio over distance with this as an exponent." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:62 +msgid "Maximum distance from which audio is still hearable." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:77 +msgid "Base volume without dampening." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:4 +msgid "Plays positional sound in 3D space." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:7 +msgid "" +"Plays a sound effect with directed sound effects, dampens with distance if " +"needed, generates effect of hearable position in space. For greater realism, " +"a low-pass filter is automatically applied to distant sounds. This can be " +"disabled by setting [member attenuation_filter_cutoff_hz] to [code]20500[/" +"code].\n" +"By default, audio is heard from the camera position. This can be changed by " +"adding a [Listener] node to the scene and enabling it by calling [method " +"Listener.make_current] on it.\n" +"See also [AudioStreamPlayer] to play a sound non-positionally.\n" +"[b]Note:[/b] Hiding an [AudioStreamPlayer3D] node does not disable its audio " +"output. To temporarily disable an [AudioStreamPlayer3D]'s audio output, set " +"[member unit_db] to a very low value like [code]-100[/code] (which isn't " +"audible to human hearing)." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:25 +msgid "" +"Returns the [AudioStreamPlayback] object associated with this " +"[AudioStreamPlayer3D]." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:54 +msgid "" +"Dampens audio using a low-pass filter above this frequency, in Hz. To " +"disable the dampening effect entirely, set this to [code]20500[/code] as " +"this frequency is above the human hearing limit." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:57 +msgid "Amount how much the filter affects the loudness, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:60 +msgid "" +"Decides if audio should get quieter with distance linearly, quadratically, " +"logarithmically, or not be affected by distance, effectively disabling " +"attenuation." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:63 +msgid "" +"If [code]true[/code], audio plays when the AudioStreamPlayer3D node is added " +"to scene tree." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:66 +msgid "The bus on which this audio is playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:69 +msgid "" +"Decides in which step the [url=https://en.wikipedia.org/wiki/" +"Doppler_effect]Doppler effect[/url] should be calculated.\n" +"[b]Note:[/b] Only effective if the current [Camera]'s [member Camera." +"doppler_tracking] property is set to a value other than [constant Camera." +"DOPPLER_TRACKING_DISABLED]." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:73 +msgid "The angle in which the audio reaches cameras undampened." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:76 +msgid "" +"If [code]true[/code], the audio should be dampened according to the " +"direction of the sound." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:79 +msgid "" +"Dampens audio if camera is outside of [member emission_angle_degrees] and " +"[member emission_angle_enabled] is set by this factor, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:82 +msgid "Sets the absolute maximum of the soundlevel, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:85 +msgid "" +"Sets the distance from which the [member out_of_range_mode] takes effect. " +"Has no effect if set to 0." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:88 +msgid "" +"Decides if audio should pause when source is outside of [member " +"max_distance] range." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:97 +msgid "The [AudioStream] resource to be played." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:100 +msgid "" +"If [code]true[/code], the playback is paused. You can resume it by setting " +"[member stream_paused] to [code]false[/code]." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:103 +msgid "The base sound level unaffected by dampening, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:106 +msgid "" +"The factor for the attenuation effect. Higher values make the sound audible " +"over a larger distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:118 +msgid "Linear dampening of loudness according to distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:121 +msgid "Squared dampening of loudness according to distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:124 +msgid "Logarithmic dampening of loudness according to distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:127 +msgid "" +"No dampening of loudness according to distance. The sound will still be " +"heard positionally, unlike an [AudioStreamPlayer]. [constant " +"ATTENUATION_DISABLED] can be combined with a [member max_distance] value " +"greater than [code]0.0[/code] to achieve linear attenuation clamped to a " +"sphere of a defined size." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:130 +msgid "" +"Mix this audio in, even when it's out of range. This increases CPU usage, " +"but keeps the sound playing at the correct position if the camera leaves and " +"enters the [AudioStreamPlayer3D]'s [member max_distance] radius." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:133 +msgid "" +"Pause this audio when it gets out of range. This decreases CPU usage, but " +"will cause the sound to restart if the camera leaves and enters the " +"[AudioStreamPlayer3D]'s [member max_distance] radius." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:136 +msgid "Disables doppler tracking." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:139 +msgid "Executes doppler tracking in idle step (every rendered frame)." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:142 +msgid "" +"Executes doppler tracking in physics step (every simulated physics frame)." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:4 +msgid "Plays audio with random pitch shifting." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:7 +msgid "Randomly varies pitch on each start." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:15 +msgid "The current [AudioStream]." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:18 +msgid "The intensity of random pitch variation." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:4 +msgid "Stores audio data loaded from WAV files." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:7 +msgid "" +"AudioStreamSample stores sound samples loaded from WAV files. To play the " +"stored sound, use an [AudioStreamPlayer] (for non-positional audio) or " +"[AudioStreamPlayer2D]/[AudioStreamPlayer3D] (for positional audio). The " +"sound can be looped.\n" +"This class can also be used to store dynamically-generated PCM audio data. " +"See also [AudioStreamGenerator] for procedural audio generation." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:17 +msgid "" +"Saves the AudioStreamSample as a WAV file to [code]path[/code]. Samples with " +"IMA ADPCM format can't be saved.\n" +"[b]Note:[/b] A [code].wav[/code] extension is automatically appended to " +"[code]path[/code] if it is missing." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:24 +msgid "" +"Contains the audio data in bytes.\n" +"[b]Note:[/b] This property expects signed PCM8 data. To convert unsigned " +"PCM8 to signed PCM8, subtract 128 from each byte." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:28 +msgid "Audio format. See [enum Format] constants for values." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:31 +msgid "" +"The loop start point (in number of samples, relative to the beginning of the " +"sample). This information will be imported automatically from the WAV file " +"if present." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:34 +msgid "" +"The loop end point (in number of samples, relative to the beginning of the " +"sample). This information will be imported automatically from the WAV file " +"if present." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:37 +msgid "" +"The loop mode. This information will be imported automatically from the WAV " +"file if present. See [enum LoopMode] constants for values." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:40 +msgid "" +"The sample rate for mixing this audio. Higher values require more storage " +"space, but result in better quality.\n" +"In games, common sample rates in use are [code]11025[/code], [code]16000[/" +"code], [code]22050[/code], [code]32000[/code], [code]44100[/code], and " +"[code]48000[/code].\n" +"According to the [url=https://en.wikipedia.org/wiki/Nyquist" +"%E2%80%93Shannon_sampling_theorem]Nyquist-Shannon sampling theorem[/url], " +"there is no quality difference to human hearing when going past 40,000 Hz " +"(since most humans can only hear up to ~20,000 Hz, often less). If you are " +"using lower-pitched sounds such as voices, lower sample rates such as " +"[code]32000[/code] or [code]22050[/code] may be usable with no loss in " +"quality." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:45 +msgid "If [code]true[/code], audio is stereo." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:50 +msgid "8-bit audio codec." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:53 +msgid "16-bit audio codec." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:56 +msgid "Audio is compressed using IMA ADPCM." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:59 +msgid "Audio does not loop." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:62 +msgid "" +"Audio loops the data between [member loop_begin] and [member loop_end], " +"playing forward only." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:65 +msgid "" +"Audio loops the data between [member loop_begin] and [member loop_end], " +"playing back and forth." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:68 +msgid "" +"Audio loops the data between [member loop_begin] and [member loop_end], " +"playing backward only." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:4 +msgid "" +"Copies a region of the screen (or the whole screen) to a buffer so it can be " +"accessed in your shader scripts through the " +"[code]texture(SCREEN_TEXTURE, ...)[/code] function." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:7 +msgid "" +"Node for back-buffering the currently-displayed screen. The region defined " +"in the BackBufferCopy node is buffered with the content of the screen it " +"covers, or the entire screen according to the copy mode set. Use the " +"[code]texture(SCREEN_TEXTURE, ...)[/code] function in your shader scripts to " +"access the buffer.\n" +"[b]Note:[/b] Since this node inherits from [Node2D] (and not [Control]), " +"anchors and margins won't apply to child [Control]-derived nodes. This can " +"be problematic when resizing the window. To avoid this, add [Control]-" +"derived nodes as [i]siblings[/i] to the BackBufferCopy node instead of " +"adding them as children." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:16 +msgid "Buffer mode. See [enum CopyMode] constants." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:19 +msgid "" +"The area covered by the BackBufferCopy. Only used if [member copy_mode] is " +"[constant COPY_MODE_RECT]." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:24 +msgid "" +"Disables the buffering mode. This means the BackBufferCopy node will " +"directly use the portion of screen it covers." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:27 +msgid "BackBufferCopy buffers a rectangular region." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:30 +msgid "BackBufferCopy buffers the entire screen." +msgstr "" + +#: doc/classes/BakedLightmap.xml:4 +msgid "Prerendered indirect light map for a scene." +msgstr "" + +#: doc/classes/BakedLightmap.xml:7 +msgid "" +"Baked lightmaps are an alternative workflow for adding indirect (or baked) " +"lighting to a scene. Unlike the [GIProbe] approach, baked lightmaps work " +"fine on low-end PCs and mobile devices as they consume almost no resources " +"in run-time.\n" +"[b]Note:[/b] Due to how lightmaps work, most properties only have a visible " +"effect once lightmaps are baked again." +msgstr "" + +#: doc/classes/BakedLightmap.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/baked_lightmaps.html" +msgstr "" + +#: doc/classes/BakedLightmap.xml:19 +msgid "" +"Bakes the lightmap, scanning from the given [code]from_node[/code] root and " +"saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " +"[member light_data]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:25 +msgid "" +"When enabled, the lightmapper will merge the textures for all meshes into a " +"single large layered texture. Not supported in GLES2." +msgstr "" + +#: doc/classes/BakedLightmap.xml:28 +msgid "" +"Maximum size of each lightmap layer, only used when [member atlas_generate] " +"is enabled." +msgstr "" + +#: doc/classes/BakedLightmap.xml:31 +msgid "" +"Raycasting bias used during baking to avoid floating point precision issues." +msgstr "" + +#: doc/classes/BakedLightmap.xml:34 +msgid "" +"The energy multiplier for each bounce. Higher values will make indirect " +"lighting brighter. A value of [code]1.0[/code] represents physically " +"accurate behavior, but higher values can be used to make indirect lighting " +"propagate more visibly when using a low number of bounces. This can be used " +"to speed up bake times by lowering the number of [member bounces] then " +"increasing [member bounce_indirect_energy]. Unlike [member BakedLightmapData." +"energy], this property does not affect direct lighting emitted by light " +"nodes, emissive materials and the environment.\n" +"[b]Note:[/b] [member bounce_indirect_energy] only has an effect if [member " +"bounces] is set to a value greater than or equal to [code]1[/code]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:38 +msgid "" +"Number of light bounces that are taken into account during baking. See also " +"[member bounce_indirect_energy]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:41 +msgid "Grid size used for real-time capture information on dynamic objects." +msgstr "" + +#: doc/classes/BakedLightmap.xml:44 +msgid "" +"When enabled, an octree containing the scene's lighting information will be " +"computed. This octree will then be used to light dynamic objects in the " +"scene." +msgstr "" + +#: doc/classes/BakedLightmap.xml:47 +msgid "" +"Bias value to reduce the amount of light proagation in the captured octree." +msgstr "" + +#: doc/classes/BakedLightmap.xml:50 +msgid "Bake quality of the capture data." +msgstr "" + +#: doc/classes/BakedLightmap.xml:53 +msgid "" +"If a baked mesh doesn't have a UV2 size hint, this value will be used to " +"roughly compute a suitable lightmap size." +msgstr "" + +#: doc/classes/BakedLightmap.xml:56 +msgid "" +"The environment color when [member environment_mode] is set to [constant " +"ENVIRONMENT_MODE_CUSTOM_COLOR]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:59 +msgid "" +"The energy scaling factor when when [member environment_mode] is set to " +"[constant ENVIRONMENT_MODE_CUSTOM_COLOR] or [constant " +"ENVIRONMENT_MODE_CUSTOM_SKY]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:62 +msgid "" +"The [Sky] resource to use when [member environment_mode] is set o [constant " +"ENVIRONMENT_MODE_CUSTOM_SKY]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:65 +msgid "The rotation of the baked custom sky." +msgstr "" + +#: doc/classes/BakedLightmap.xml:68 +msgid "" +"Minimum ambient light for all the lightmap texels. This doesn't take into " +"account any occlusion from the scene's geometry, it simply ensures a minimum " +"amount of light on all the lightmap texels. Can be used for artistic control " +"on shadow color." +msgstr "" + +#: doc/classes/BakedLightmap.xml:71 +msgid "Decides which environment to use during baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:74 +msgid "" +"Size of the baked lightmap. Only meshes inside this region will be included " +"in the baked lightmap, also used as the bounds of the captured region for " +"dynamic lighting." +msgstr "" + +#: doc/classes/BakedLightmap.xml:77 +msgid "" +"Deprecated, in previous versions it determined the location where lightmaps " +"were be saved." +msgstr "" + +#: doc/classes/BakedLightmap.xml:80 +msgid "The calculated light data." +msgstr "" + +#: doc/classes/BakedLightmap.xml:83 +msgid "" +"Determines the amount of samples per texel used in indrect light baking. The " +"amount of samples for each quality level can be configured in the project " +"settings." +msgstr "" + +#: doc/classes/BakedLightmap.xml:86 +msgid "" +"Store full color values in the lightmap textures. When disabled, lightmap " +"textures will store a single brightness channel. Can be disabled to reduce " +"disk usage if the scene contains only white lights or you don't mind losing " +"color information in indirect lighting." +msgstr "" + +#: doc/classes/BakedLightmap.xml:89 +msgid "" +"When enabled, a lightmap denoiser will be used to reduce the noise inherent " +"to Monte Carlo based global illumination." +msgstr "" + +#: doc/classes/BakedLightmap.xml:92 +msgid "" +"If [code]true[/code], stores the lightmap textures in a high dynamic range " +"format (EXR). If [code]false[/code], stores the lightmap texture in a low " +"dynamic range PNG image. This can be set to [code]false[/code] to reduce " +"disk usage, but light values over 1.0 will be clamped and you may see " +"banding caused by the reduced precision.\n" +"[b]Note:[/b] Setting [member use_hdr] to [code]true[/code] will decrease " +"lightmap banding even when using the GLES2 backend or if [member " +"ProjectSettings.rendering/quality/depth/hdr] is [code]false[/code]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:98 +msgid "The lowest bake quality mode. Fastest to calculate." +msgstr "" + +#: doc/classes/BakedLightmap.xml:101 +msgid "The default bake quality mode." +msgstr "" + +#: doc/classes/BakedLightmap.xml:104 +msgid "A higher bake quality mode. Takes longer to calculate." +msgstr "" + +#: doc/classes/BakedLightmap.xml:107 +msgid "The highest bake quality mode. Takes the longest to calculate." +msgstr "" + +#: doc/classes/BakedLightmap.xml:110 +msgid "Baking was successful." +msgstr "" + +#: doc/classes/BakedLightmap.xml:113 +msgid "" +"Returns if no viable save path is found. This can happen where an [member " +"image_path] is not specified or when the save location is invalid." +msgstr "" + +#: doc/classes/BakedLightmap.xml:116 doc/classes/SpatialMaterial.xml:622 +msgid "Currently unused." +msgstr "" + +#: doc/classes/BakedLightmap.xml:119 +msgid "Returns when the baker cannot save per-mesh textures to file." +msgstr "" + +#: doc/classes/BakedLightmap.xml:122 +msgid "The size of the generated lightmaps is too large." +msgstr "" + +#: doc/classes/BakedLightmap.xml:125 +msgid "Some mesh contains UV2 values outside the [code][0,1][/code] range." +msgstr "" + +#: doc/classes/BakedLightmap.xml:128 +msgid "Returns if user cancels baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 +msgid "No environment is used during baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:140 +msgid "The baked environment is automatically picked from the current scene." +msgstr "" + +#: doc/classes/BakedLightmap.xml:143 +msgid "A custom sky is used as environment during baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:146 +msgid "A custom solid color is used as environment during baking." +msgstr "" + +#: doc/classes/BakedLightmapData.xml:56 +msgid "" +"Global energy multiplier for baked and dynamic capture objects. This can be " +"changed at run-time without having to bake lightmaps again.\n" +"To adjust only the energy of indirect lighting (without affecting direct " +"lighting or emissive materials), adjust [member BakedLightmap." +"bounce_indirect_energy] and bake lightmaps again." +msgstr "" + +#: doc/classes/BakedLightmapData.xml:60 +msgid "" +"Controls whether dynamic capture objects receive environment lighting or not." +msgstr "" + +#: doc/classes/BaseButton.xml:4 +msgid "Base class for different kinds of buttons." +msgstr "" + +#: doc/classes/BaseButton.xml:7 +msgid "" +"BaseButton is the abstract base class for buttons, so it shouldn't be used " +"directly (it doesn't display anything). Other types of buttons inherit from " +"it." +msgstr "" + +#: doc/classes/BaseButton.xml:15 +msgid "" +"Called when the button is pressed. If you need to know the button's pressed " +"state (and [member toggle_mode] is active), use [method _toggled] instead." +msgstr "" + +#: doc/classes/BaseButton.xml:22 +msgid "" +"Called when the button is toggled (only if [member toggle_mode] is active)." +msgstr "" + +#: doc/classes/BaseButton.xml:28 +msgid "" +"Returns the visual state used to draw the button. This is useful mainly when " +"implementing your own draw code by either overriding _draw() or connecting " +"to \"draw\" signal. The visual state of the button is defined by the [enum " +"DrawMode] enum." +msgstr "" + +#: doc/classes/BaseButton.xml:34 +msgid "" +"Returns [code]true[/code] if the mouse has entered the button and has not " +"left it yet." +msgstr "" + +#: doc/classes/BaseButton.xml:41 +msgid "" +"Changes the [member pressed] state of the button, without emitting [signal " +"toggled]. Use when you just want to change the state of the button without " +"sending the pressed event (e.g. when initializing scene). Only works if " +"[member toggle_mode] is [code]true[/code].\n" +"[b]Note:[/b] This method doesn't unpress other buttons in its button [member " +"group]." +msgstr "" + +#: doc/classes/BaseButton.xml:48 +msgid "" +"Determines when the button is considered clicked, one of the [enum " +"ActionMode] constants." +msgstr "" + +#: doc/classes/BaseButton.xml:51 +msgid "" +"Binary mask to choose which mouse buttons this button will respond to.\n" +"To allow both left-click and right-click, use [code]BUTTON_MASK_LEFT | " +"BUTTON_MASK_RIGHT[/code]." +msgstr "" + +#: doc/classes/BaseButton.xml:55 +msgid "" +"If [code]true[/code], the button is in disabled state and can't be clicked " +"or toggled." +msgstr "" + +#: doc/classes/BaseButton.xml:58 +msgid "" +"[i]Deprecated.[/i] This property has been deprecated due to redundancy and " +"will be removed in Godot 4.0. This property no longer has any effect when " +"set. Please use [member Control.focus_mode] instead." +msgstr "" + +#: doc/classes/BaseButton.xml:62 +msgid "[ButtonGroup] associated to the button." +msgstr "" + +#: doc/classes/BaseButton.xml:65 +msgid "" +"If [code]true[/code], the button stays pressed when moving the cursor " +"outside the button while pressing it.\n" +"[b]Note:[/b] This property only affects the button's visual appearance. " +"Signals will be emitted at the same moment regardless of this property's " +"value." +msgstr "" + +#: doc/classes/BaseButton.xml:69 +msgid "" +"If [code]true[/code], the button's state is pressed. Means the button is " +"pressed down or toggled (if [member toggle_mode] is active). Only works if " +"[member toggle_mode] is [code]true[/code].\n" +"[b]Note:[/b] Setting [member pressed] will result in [signal toggled] to be " +"emitted. If you want to change the pressed state without emitting that " +"signal, use [method set_pressed_no_signal]." +msgstr "" + +#: doc/classes/BaseButton.xml:73 +msgid "[ShortCut] associated to the button." +msgstr "" + +#: doc/classes/BaseButton.xml:76 +msgid "" +"If [code]true[/code], the button will add information about its shortcut in " +"the tooltip." +msgstr "" + +#: doc/classes/BaseButton.xml:79 +msgid "" +"If [code]true[/code], the button is in toggle mode. Makes the button flip " +"state between pressed and unpressed each time its area is clicked." +msgstr "" + +#: doc/classes/BaseButton.xml:85 +msgid "Emitted when the button starts being held down." +msgstr "" + +#: doc/classes/BaseButton.xml:90 +msgid "Emitted when the button stops being held down." +msgstr "" + +#: doc/classes/BaseButton.xml:95 +msgid "" +"Emitted when the button is toggled or pressed. This is on [signal " +"button_down] if [member action_mode] is [constant ACTION_MODE_BUTTON_PRESS] " +"and on [signal button_up] otherwise.\n" +"If you need to know the button's pressed state (and [member toggle_mode] is " +"active), use [signal toggled] instead." +msgstr "" + +#: doc/classes/BaseButton.xml:102 +msgid "" +"Emitted when the button was just toggled between pressed and normal states " +"(only if [member toggle_mode] is active). The new state is contained in the " +"[code]button_pressed[/code] argument." +msgstr "" + +#: doc/classes/BaseButton.xml:108 +msgid "" +"The normal state (i.e. not pressed, not hovered, not toggled and enabled) of " +"buttons." +msgstr "" + +#: doc/classes/BaseButton.xml:111 +msgid "The state of buttons are pressed." +msgstr "" + +#: doc/classes/BaseButton.xml:114 +msgid "The state of buttons are hovered." +msgstr "" + +#: doc/classes/BaseButton.xml:117 +msgid "The state of buttons are disabled." +msgstr "" + +#: doc/classes/BaseButton.xml:120 +msgid "The state of buttons are both hovered and pressed." +msgstr "" + +#: doc/classes/BaseButton.xml:123 +msgid "Require just a press to consider the button clicked." +msgstr "" + +#: doc/classes/BaseButton.xml:126 +msgid "" +"Require a press and a subsequent release before considering the button " +"clicked." +msgstr "" + +#: doc/classes/Basis.xml:4 +msgid "3×3 matrix datatype." +msgstr "" + +#: doc/classes/Basis.xml:7 +msgid "" +"3×3 matrix used for 3D rotation and scale. Almost always used as an " +"orthogonal basis for a Transform.\n" +"Contains 3 vector fields X, Y and Z as its columns, which are typically " +"interpreted as the local basis vectors of a transformation. For such use, it " +"is composed of a scaling and a rotation matrix, in that order (M = R.S).\n" +"Can also be accessed as array of 3D vectors. These vectors are normally " +"orthogonal to each other, but are not necessarily normalized (due to " +"scaling).\n" +"For more information, read the \"Matrices and transforms\" documentation " +"article." +msgstr "" + +#: doc/classes/Basis.xml:14 doc/classes/Transform.xml:12 +#: doc/classes/Transform2D.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/math/matrices_and_transforms." +"html" +msgstr "" + +#: doc/classes/Basis.xml:15 doc/classes/Transform.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms.html" +msgstr "" + +#: doc/classes/Basis.xml:16 doc/classes/Line2D.xml:11 +#: doc/classes/Transform.xml:14 doc/classes/Transform2D.xml:13 +#: doc/classes/Vector2.xml:15 doc/classes/Vector3.xml:15 +msgid "https://godotengine.org/asset-library/asset/584" +msgstr "" + +#: doc/classes/Basis.xml:18 doc/classes/CylinderShape.xml:12 +#: doc/classes/Dictionary.xml:88 doc/classes/DynamicFont.xml:18 +#: doc/classes/DynamicFontData.xml:10 doc/classes/File.xml:29 +#: doc/classes/Input.xml:12 doc/classes/InputEvent.xml:13 +#: doc/classes/InputEventAction.xml:12 doc/classes/InputEventMouseMotion.xml:12 +#: doc/classes/KinematicBody.xml:15 doc/classes/RayCast.xml:15 +#: doc/classes/StaticBody.xml:13 doc/classes/SurfaceTool.xml:22 +#: doc/classes/TextureButton.xml:12 doc/classes/TextureRect.xml:11 +#: doc/classes/Thread.xml:13 doc/classes/VBoxContainer.xml:10 +msgid "https://godotengine.org/asset-library/asset/676" +msgstr "" + +#: doc/classes/Basis.xml:19 doc/classes/Line2D.xml:12 +#: doc/classes/Transform.xml:16 doc/classes/Transform2D.xml:14 +msgid "https://godotengine.org/asset-library/asset/583" +msgstr "" + +#: doc/classes/Basis.xml:26 +msgid "Constructs a pure rotation basis matrix from the given quaternion." +msgstr "" + +#: doc/classes/Basis.xml:33 +msgid "" +"Constructs a pure rotation basis matrix from the given Euler angles (in the " +"YXZ convention: when *composing*, first Y, then X, and Z last), given in the " +"vector format as (X angle, Y angle, Z angle).\n" +"Consider using the [Quat] constructor instead, which uses a quaternion " +"instead of Euler angles." +msgstr "" + +#: doc/classes/Basis.xml:42 +msgid "" +"Constructs a pure rotation basis matrix, rotated around the given " +"[code]axis[/code] by [code]phi[/code], in radians. The axis must be a " +"normalized vector." +msgstr "" + +#: doc/classes/Basis.xml:51 +msgid "Constructs a basis matrix from 3 axis vectors (matrix columns)." +msgstr "" + +#: doc/classes/Basis.xml:57 +msgid "" +"Returns the determinant of the basis matrix. If the basis is uniformly " +"scaled, its determinant is the square of the scale.\n" +"A negative determinant means the basis has a negative scale. A zero " +"determinant means the basis isn't invertible, and is usually considered " +"invalid." +msgstr "" + +#: doc/classes/Basis.xml:64 +msgid "" +"Returns the basis's rotation in the form of Euler angles (in the YXZ " +"convention: when decomposing, first Z, then X, and Y last). The returned " +"vector contains the rotation angles in the format (X angle, Y angle, Z " +"angle).\n" +"Consider using the [method get_rotation_quat] method instead, which returns " +"a [Quat] quaternion instead of Euler angles." +msgstr "" + +#: doc/classes/Basis.xml:71 +msgid "" +"This function considers a discretization of rotations into 24 points on unit " +"sphere, lying along the vectors (x,y,z) with each component being either -1, " +"0, or 1, and returns the index of the point best representing the " +"orientation of the object. It is mainly used by the [GridMap] editor. For " +"further details, refer to the Godot source code." +msgstr "" + +#: doc/classes/Basis.xml:77 +msgid "" +"Returns the basis's rotation in the form of a quaternion. See [method " +"get_euler] if you need Euler angles, but keep in mind quaternions should " +"generally be preferred to Euler angles." +msgstr "" + +#: doc/classes/Basis.xml:83 +msgid "" +"Assuming that the matrix is the combination of a rotation and scaling, " +"return the absolute value of scaling factors along each axis." +msgstr "" + +#: doc/classes/Basis.xml:89 +msgid "Returns the inverse of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:97 +msgid "" +"Returns [code]true[/code] if this basis and [code]b[/code] are approximately " +"equal, by calling [code]is_equal_approx[/code] on each component.\n" +"[b]Note:[/b] For complicated reasons, the epsilon argument is always " +"discarded. Don't use the epsilon argument, it does nothing." +msgstr "" + +#: doc/classes/Basis.xml:104 +msgid "" +"Returns the orthonormalized version of the matrix (useful to call from time " +"to time to avoid rounding error for orthogonal matrices). This performs a " +"Gram-Schmidt orthonormalization on the basis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:112 +msgid "" +"Introduce an additional rotation around the given axis by phi (radians). The " +"axis must be a normalized vector." +msgstr "" + +#: doc/classes/Basis.xml:119 +msgid "" +"Introduce an additional scaling specified by the given 3D scaling factor." +msgstr "" + +#: doc/classes/Basis.xml:127 +msgid "" +"Assuming that the matrix is a proper rotation matrix, slerp performs a " +"spherical-linear interpolation with another rotation matrix." +msgstr "" + +#: doc/classes/Basis.xml:134 +msgid "Transposed dot product with the X axis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:141 +msgid "Transposed dot product with the Y axis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:148 +msgid "Transposed dot product with the Z axis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:154 +msgid "Returns the transposed version of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:161 +msgid "Returns a vector transformed (multiplied) by the matrix." +msgstr "" + +#: doc/classes/Basis.xml:168 +msgid "" +"Returns a vector transformed (multiplied) by the transposed basis matrix.\n" +"[b]Note:[/b] This results in a multiplication by the inverse of the matrix " +"only if it represents a rotation-reflection." +msgstr "" + +#: doc/classes/Basis.xml:175 doc/classes/Transform2D.xml:150 +msgid "" +"The basis matrix's X vector (column 0). Equivalent to array index [code]0[/" +"code]." +msgstr "" + +#: doc/classes/Basis.xml:178 doc/classes/Transform2D.xml:153 +msgid "" +"The basis matrix's Y vector (column 1). Equivalent to array index [code]1[/" +"code]." +msgstr "" + +#: doc/classes/Basis.xml:181 +msgid "" +"The basis matrix's Z vector (column 2). Equivalent to array index [code]2[/" +"code]." +msgstr "" + +#: doc/classes/Basis.xml:186 +msgid "" +"The identity basis, with no rotation or scaling applied.\n" +"This is identical to calling [code]Basis()[/code] without any parameters. " +"This constant can be used to make your code clearer, and for consistency " +"with C#." +msgstr "" + +#: doc/classes/Basis.xml:190 +msgid "" +"The basis that will flip something along the X axis when used in a " +"transformation." +msgstr "" + +#: doc/classes/Basis.xml:193 +msgid "" +"The basis that will flip something along the Y axis when used in a " +"transformation." +msgstr "" + +#: doc/classes/Basis.xml:196 +msgid "" +"The basis that will flip something along the Z axis when used in a " +"transformation." +msgstr "" + +#: doc/classes/BitMap.xml:4 +msgid "Boolean matrix." +msgstr "" + +#: doc/classes/BitMap.xml:7 +msgid "" +"A two-dimensional array of boolean values, can be used to efficiently store " +"a binary matrix (every matrix element takes only one bit) and query the " +"values using natural cartesian coordinates." +msgstr "" + +#: doc/classes/BitMap.xml:16 +msgid "" +"Creates a bitmap with the specified size, filled with [code]false[/code]." +msgstr "" + +#: doc/classes/BitMap.xml:24 +msgid "" +"Creates a bitmap that matches the given image dimensions, every element of " +"the bitmap is set to [code]false[/code] if the alpha value of the image at " +"that position is equal to [code]threshold[/code] or less, and [code]true[/" +"code] in other case." +msgstr "" + +#: doc/classes/BitMap.xml:31 +msgid "Returns bitmap's value at the specified position." +msgstr "" + +#: doc/classes/BitMap.xml:37 +msgid "Returns bitmap's dimensions." +msgstr "" + +#: doc/classes/BitMap.xml:43 +msgid "" +"Returns the amount of bitmap elements that are set to [code]true[/code]." +msgstr "" + +#: doc/classes/BitMap.xml:51 +msgid "" +"Applies morphological dilation to the bitmap. The first argument is the " +"dilation amount, Rect2 is the area where the dilation will be applied." +msgstr "" + +#: doc/classes/BitMap.xml:66 +msgid "" +"Sets the bitmap's element at the specified position, to the specified value." +msgstr "" + +#: doc/classes/BitMap.xml:74 +msgid "Sets a rectangular portion of the bitmap to the specified value." +msgstr "" + +#: doc/classes/BitmapFont.xml:4 +msgid "" +"Renders text using fonts under the [url=https://www.angelcode.com/products/" +"bmfont/]BMFont[/url] format.\n" +"Handles files with the [code].fnt[/code] extension." +msgstr "" + +#: doc/classes/BitmapFont.xml:8 +msgid "" +"Renders text using [code]*.fnt[/code] fonts containing texture atlases. " +"Supports distance fields. For using vector font files like TTF directly, see " +"[DynamicFont]." +msgstr "" + +#: doc/classes/BitmapFont.xml:21 +msgid "" +"Adds a character to the font, where [code]character[/code] is the Unicode " +"value, [code]texture[/code] is the texture index, [code]rect[/code] is the " +"region in the texture (in pixels!), [code]align[/code] is the (optional) " +"alignment for the character and [code]advance[/code] is the (optional) " +"advance." +msgstr "" + +#: doc/classes/BitmapFont.xml:30 +msgid "" +"Adds a kerning pair to the [BitmapFont] as a difference. Kerning pairs are " +"special cases where a typeface advance is determined by the next character." +msgstr "" + +#: doc/classes/BitmapFont.xml:37 +msgid "Adds a texture to the [BitmapFont]." +msgstr "" + +#: doc/classes/BitmapFont.xml:43 +msgid "Clears all the font data and settings." +msgstr "" + +#: doc/classes/BitmapFont.xml:50 +msgid "" +"Creates a BitmapFont from the [code]*.fnt[/code] file at [code]path[/code]." +msgstr "" + +#: doc/classes/BitmapFont.xml:58 +msgid "Returns a kerning pair as a difference." +msgstr "" + +#: doc/classes/BitmapFont.xml:65 +msgid "Returns the font atlas texture at index [code]idx[/code]." +msgstr "" + +#: doc/classes/BitmapFont.xml:71 +msgid "Returns the number of textures in the BitmapFont atlas." +msgstr "" + +#: doc/classes/BitmapFont.xml:77 +msgid "Ascent (number of pixels above the baseline)." +msgstr "" + +#: doc/classes/BitmapFont.xml:80 +msgid "If [code]true[/code], distance field hint is enabled." +msgstr "" + +#: doc/classes/BitmapFont.xml:83 +msgid "The fallback font." +msgstr "" + +#: doc/classes/BitmapFont.xml:86 +msgid "Total font height (ascent plus descent) in pixels." +msgstr "" + +#: doc/classes/Bone2D.xml:4 +msgid "Joint used with [Skeleton2D] to control and animate other nodes." +msgstr "" + +#: doc/classes/Bone2D.xml:7 +msgid "" +"Use a hierarchy of [code]Bone2D[/code] bound to a [Skeleton2D] to control, " +"and animate other [Node2D] nodes.\n" +"You can use [code]Bone2D[/code] and [code]Skeleton2D[/code] nodes to animate " +"2D meshes created with the Polygon 2D UV editor.\n" +"Each bone has a [member rest] transform that you can reset to with [method " +"apply_rest]. These rest poses are relative to the bone's parent.\n" +"If in the editor, you can set the rest pose of an entire skeleton using a " +"menu option, from the code, you need to iterate over the bones to set their " +"individual rest poses." +msgstr "" + +#: doc/classes/Bone2D.xml:18 +msgid "Stores the node's current transforms in [member rest]." +msgstr "" + +#: doc/classes/Bone2D.xml:24 +msgid "" +"Returns the node's index as part of the entire skeleton. See [Skeleton2D]." +msgstr "" + +#: doc/classes/Bone2D.xml:30 +msgid "" +"Returns the node's [member rest] [code]Transform2D[/code] if it doesn't have " +"a parent, or its rest pose relative to its parent." +msgstr "" + +#: doc/classes/Bone2D.xml:36 +msgid "" +"Length of the bone's representation drawn in the editor's viewport in pixels." +msgstr "" + +#: doc/classes/Bone2D.xml:39 +msgid "" +"Rest transform of the bone. You can reset the node's transforms to this " +"value using [method apply_rest]." +msgstr "" + +#: doc/classes/BoneAttachment.xml:4 +msgid "A node that will attach to a bone." +msgstr "" + +#: doc/classes/BoneAttachment.xml:7 +msgid "" +"This node must be the child of a [Skeleton] node. You can then select a bone " +"for this node to attach to. The BoneAttachment node will copy the transform " +"of the selected bone." +msgstr "" + +#: doc/classes/BoneAttachment.xml:15 +msgid "The name of the attached bone." +msgstr "" + +#: doc/classes/bool.xml:4 +msgid "Boolean built-in type." +msgstr "" + +#: doc/classes/bool.xml:7 +msgid "" +"Boolean is a built-in type. There are two boolean values: [code]true[/code] " +"and [code]false[/code]. You can think of it as a switch with on or off (1 or " +"0) setting. Booleans are used in programming for logic in condition " +"statements, like [code]if[/code] statements.\n" +"Booleans can be directly used in [code]if[/code] statements. The code below " +"demonstrates this on the [code]if can_shoot:[/code] line. You don't need to " +"use [code]== true[/code], you only need [code]if can_shoot:[/code]. " +"Similarly, use [code]if not can_shoot:[/code] rather than [code]== false[/" +"code].\n" +"[codeblock]\n" +"var can_shoot = true\n" +"\n" +"func shoot():\n" +" if can_shoot:\n" +" pass # Perform shooting actions here.\n" +"[/codeblock]\n" +"The following code will only create a bullet if both conditions are met: " +"action \"shoot\" is pressed and if [code]can_shoot[/code] is [code]true[/" +"code].\n" +"[b]Note:[/b] [code]Input.is_action_pressed(\"shoot\")[/code] is also a " +"boolean that is [code]true[/code] when \"shoot\" is pressed and [code]false[/" +"code] when \"shoot\" isn't pressed.\n" +"[codeblock]\n" +"var can_shoot = true\n" +"\n" +"func shoot():\n" +" if can_shoot and Input.is_action_pressed(\"shoot\"):\n" +" create_bullet()\n" +"[/codeblock]\n" +"The following code will set [code]can_shoot[/code] to [code]false[/code] and " +"start a timer. This will prevent player from shooting until the timer runs " +"out. Next [code]can_shoot[/code] will be set to [code]true[/code] again " +"allowing player to shoot once again.\n" +"[codeblock]\n" +"var can_shoot = true\n" +"onready var cool_down = $CoolDownTimer\n" +"\n" +"func shoot():\n" +" if can_shoot and Input.is_action_pressed(\"shoot\"):\n" +" create_bullet()\n" +" can_shoot = false\n" +" cool_down.start()\n" +"\n" +"func _on_CoolDownTimer_timeout():\n" +" can_shoot = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/bool.xml:47 +msgid "" +"Cast an [int] value to a boolean value, this method will return [code]false[/" +"code] if [code]0[/code] is passed in, and [code]true[/code] for all other " +"ints." +msgstr "" + +#: doc/classes/bool.xml:54 +msgid "" +"Cast a [float] value to a boolean value, this method will return " +"[code]false[/code] if [code]0.0[/code] is passed in, and [code]true[/code] " +"for all other floats." +msgstr "" + +#: doc/classes/bool.xml:61 +msgid "" +"Cast a [String] value to a boolean value, this method will return " +"[code]false[/code] if [code]\"\"[/code] is passed in, and [code]true[/code] " +"for all non-empty strings.\n" +"Examples: [code]bool(\"False\")[/code] returns [code]true[/code], " +"[code]bool(\"\")[/code] returns [code]false[/code]." +msgstr "" + +#: doc/classes/BoxContainer.xml:4 +msgid "Base class for box containers." +msgstr "" + +#: doc/classes/BoxContainer.xml:7 +msgid "" +"Arranges child controls vertically or horizontally, and rearranges the " +"controls automatically when their minimum size changes." +msgstr "" + +#: doc/classes/BoxContainer.xml:16 +msgid "" +"Adds a control to the box as a spacer. If [code]true[/code], [code]begin[/" +"code] will insert the spacer control in front of other children." +msgstr "" + +#: doc/classes/BoxContainer.xml:22 +msgid "" +"The alignment of the container's children (must be one of [constant " +"ALIGN_BEGIN], [constant ALIGN_CENTER] or [constant ALIGN_END])." +msgstr "" + +#: doc/classes/BoxContainer.xml:28 +msgid "Aligns children with the beginning of the container." +msgstr "" + +#: doc/classes/BoxContainer.xml:31 +msgid "Aligns children with the center of the container." +msgstr "" + +#: doc/classes/BoxContainer.xml:34 +msgid "Aligns children with the end of the container." +msgstr "" + +#: doc/classes/BoxShape.xml:4 +msgid "Box shape resource." +msgstr "" + +#: doc/classes/BoxShape.xml:7 +msgid "3D box shape that can be a child of a [PhysicsBody] or [Area]." +msgstr "" + +#: doc/classes/BoxShape.xml:10 doc/classes/CapsuleShape.xml:10 +#: doc/classes/ConcavePolygonShape.xml:11 doc/classes/ConvexPolygonShape.xml:10 +#: doc/classes/CylinderShape.xml:11 doc/classes/ProjectSettings.xml:13 +#: doc/classes/RigidBody.xml:16 doc/classes/SphereShape.xml:10 +#: doc/classes/StaticBody.xml:11 +msgid "https://godotengine.org/asset-library/asset/675" +msgstr "" + +#: doc/classes/BoxShape.xml:11 doc/classes/CollisionShape.xml:11 +#: modules/gridmap/doc_classes/GridMap.xml:16 doc/classes/KinematicBody.xml:13 +#: doc/classes/Mesh.xml:11 doc/classes/MeshInstance.xml:11 +#: doc/classes/MeshLibrary.xml:10 +msgid "https://godotengine.org/asset-library/asset/126" +msgstr "" + +#: doc/classes/BoxShape.xml:18 +msgid "" +"The box's half extents. The width, height and depth of this shape is twice " +"the half extents." +msgstr "" + +#: doc/classes/Button.xml:4 +msgid "Standard themed Button." +msgstr "" + +#: doc/classes/Button.xml:7 +msgid "" +"Button is the standard themed button. It can contain text and an icon, and " +"will display them according to the current [Theme].\n" +"[b]Example of creating a button and assigning an action when pressed by code:" +"[/b]\n" +"[codeblock]\n" +"func _ready():\n" +" var button = Button.new()\n" +" button.text = \"Click me\"\n" +" button.connect(\"pressed\", self, \"_button_pressed\")\n" +" add_child(button)\n" +"\n" +"func _button_pressed():\n" +" print(\"Hello world!\")\n" +"[/codeblock]\n" +"Buttons (like all Control nodes) can also be created in the editor, but some " +"situations may require creating them from code.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node.\n" +"[b]Note:[/b] Buttons do not interpret touch input and therefore don't " +"support multitouch, since mouse emulation can only press one button at a " +"given time. Use [TouchScreenButton] for buttons that trigger gameplay " +"movement or actions, as [TouchScreenButton] supports multitouch." +msgstr "" + +#: doc/classes/Button.xml:25 doc/classes/Dictionary.xml:89 +#: doc/classes/GridContainer.xml:12 doc/classes/OS.xml:10 +#: doc/classes/PoolStringArray.xml:11 doc/classes/ProjectSettings.xml:15 +#: doc/classes/ResourceLoader.xml:11 doc/classes/RichTextLabel.xml:17 +msgid "https://godotengine.org/asset-library/asset/677" +msgstr "" + +#: doc/classes/Button.xml:31 +msgid "" +"Text alignment policy for the button's text, use one of the [enum TextAlign] " +"constants." +msgstr "" + +#: doc/classes/Button.xml:34 +msgid "" +"When this property is enabled, text that is too large to fit the button is " +"clipped, when disabled the Button will always be wide enough to hold the " +"text." +msgstr "" + +#: doc/classes/Button.xml:37 +msgid "" +"When enabled, the button's icon will expand/shrink to fit the button's size " +"while keeping its aspect." +msgstr "" + +#: doc/classes/Button.xml:40 +msgid "Flat buttons don't display decoration." +msgstr "" + +#: doc/classes/Button.xml:43 +msgid "" +"Button's icon, if text is present the icon will be placed before the text." +msgstr "" + +#: doc/classes/Button.xml:46 doc/classes/LinkButton.xml:18 +msgid "The button's text that will be displayed inside the button's area." +msgstr "" + +#: doc/classes/Button.xml:51 +msgid "Align the text to the left." +msgstr "" + +#: doc/classes/Button.xml:54 +msgid "Align the text to the center." +msgstr "" + +#: doc/classes/Button.xml:57 +msgid "Align the text to the right." +msgstr "" + +#: doc/classes/Button.xml:62 +msgid "[StyleBox] used when the [Button] is disabled." +msgstr "" + +#: doc/classes/Button.xml:65 +msgid "" +"[StyleBox] used when the [Button] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/Button.xml:68 +msgid "[Font] of the [Button]'s text." +msgstr "" + +#: doc/classes/Button.xml:71 +msgid "Default text [Color] of the [Button]." +msgstr "" + +#: doc/classes/Button.xml:74 +msgid "Text [Color] used when the [Button] is disabled." +msgstr "" + +#: doc/classes/Button.xml:77 +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/Button.xml:80 +msgid "Text [Color] used when the [Button] is being hovered." +msgstr "" + +#: doc/classes/Button.xml:83 +msgid "Text [Color] used when the [Button] is being pressed." +msgstr "" + +#: doc/classes/Button.xml:86 +msgid "[StyleBox] used when the [Button] is being hovered." +msgstr "" + +#: doc/classes/Button.xml:89 +msgid "The horizontal space between [Button]'s icon and text." +msgstr "" + +#: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 +msgid "[StyleBox] used when the [Button] is being pressed." +msgstr "" + +#: doc/classes/ButtonGroup.xml:4 +msgid "Group of Buttons." +msgstr "" + +#: doc/classes/ButtonGroup.xml:7 +msgid "" +"Group of [Button]. All direct and indirect children buttons become radios. " +"Only one allows being pressed.\n" +"[member BaseButton.toggle_mode] should be [code]true[/code]." +msgstr "" + +#: doc/classes/ButtonGroup.xml:16 +msgid "" +"Returns an [Array] of [Button]s who have this as their [ButtonGroup] (see " +"[member BaseButton.group])." +msgstr "" + +#: doc/classes/ButtonGroup.xml:22 +msgid "Returns the current pressed button." +msgstr "" + +#: doc/classes/ButtonGroup.xml:33 +msgid "Emitted when one of the buttons of the group is pressed." +msgstr "" + +#: doc/classes/Camera.xml:4 +msgid "Camera node, displays from a point of view." +msgstr "" + +#: doc/classes/Camera.xml:7 +msgid "" +"Camera is a special node that displays what is visible from its current " +"location. Cameras register themselves in the nearest [Viewport] node (when " +"ascending the tree). Only one camera can be active per viewport. If no " +"viewport is available ascending the tree, the camera will register in the " +"global viewport. In other words, a camera just provides 3D display " +"capabilities to a [Viewport], and, without one, a scene registered in that " +"[Viewport] (or higher viewports) can't be displayed." +msgstr "" + +#: doc/classes/Camera.xml:17 +msgid "" +"If this is the current camera, remove it from being current. If " +"[code]enable_next[/code] is [code]true[/code], request to make the next " +"camera current, if any." +msgstr "" + +#: doc/classes/Camera.xml:23 +msgid "Returns the camera's RID from the [VisualServer]." +msgstr "" + +#: doc/classes/Camera.xml:29 +msgid "" +"Returns the transform of the camera plus the vertical ([member v_offset]) " +"and horizontal ([member h_offset]) offsets; and any other adjustments made " +"to the position and orientation of the camera by subclassed cameras such as " +"[ClippedCamera], [InterpolatedCamera] and [ARVRCamera]." +msgstr "" + +#: doc/classes/Camera.xml:36 +msgid "" +"Returns [code]true[/code] if the given [code]layer[/code] in the [member " +"cull_mask] is enabled, [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/Camera.xml:42 +msgid "" +"Returns the camera's frustum planes in world space units as an array of " +"[Plane]s in the following order: near, far, left, top, right, bottom. Not to " +"be confused with [member frustum_offset]." +msgstr "" + +#: doc/classes/Camera.xml:49 +msgid "" +"Returns [code]true[/code] if the given position is behind the camera.\n" +"[b]Note:[/b] A position which returns [code]false[/code] may still be " +"outside the camera's field of view." +msgstr "" + +#: doc/classes/Camera.xml:56 +msgid "" +"Makes this camera the current camera for the [Viewport] (see class " +"description). If the camera node is outside the scene tree, it will attempt " +"to become current once it's added." +msgstr "" + +#: doc/classes/Camera.xml:63 +msgid "" +"Returns a normal vector from the screen point location directed along the " +"camera. Orthogonal cameras are normalized. Perspective cameras account for " +"perspective, screen width/height, etc." +msgstr "" + +#: doc/classes/Camera.xml:71 +msgid "" +"Returns the 3D point in world space that maps to the given 2D coordinate in " +"the [Viewport] rectangle on a plane that is the given [code]z_depth[/code] " +"distance into the scene away from the camera." +msgstr "" + +#: doc/classes/Camera.xml:78 +msgid "" +"Returns a normal vector in world space, that is the result of projecting a " +"point on the [Viewport] rectangle by the camera projection. This is useful " +"for casting rays in the form of (origin, normal) for object intersection or " +"picking." +msgstr "" + +#: doc/classes/Camera.xml:85 +msgid "" +"Returns a 3D position in world space, that is the result of projecting a " +"point on the [Viewport] rectangle by the camera projection. This is useful " +"for casting rays in the form of (origin, normal) for object intersection or " +"picking." +msgstr "" + +#: doc/classes/Camera.xml:93 +msgid "" +"Enables or disables the given [code]layer[/code] in the [member cull_mask]." +msgstr "" + +#: doc/classes/Camera.xml:103 +msgid "" +"Sets the camera projection to frustum mode (see [constant " +"PROJECTION_FRUSTUM]), by specifying a [code]size[/code], an [code]offset[/" +"code], and the [code]z_near[/code] and [code]z_far[/code] clip planes in " +"world space units." +msgstr "" + +#: doc/classes/Camera.xml:112 +msgid "" +"Sets the camera projection to orthogonal mode (see [constant " +"PROJECTION_ORTHOGONAL]), by specifying a [code]size[/code], and the " +"[code]z_near[/code] and [code]z_far[/code] clip planes in world space units. " +"(As a hint, 2D games often use this projection, with values specified in " +"pixels.)" +msgstr "" + +#: doc/classes/Camera.xml:121 +msgid "" +"Sets the camera projection to perspective mode (see [constant " +"PROJECTION_PERSPECTIVE]), by specifying a [code]fov[/code] (field of view) " +"angle in degrees, and the [code]z_near[/code] and [code]z_far[/code] clip " +"planes in world space units." +msgstr "" + +#: doc/classes/Camera.xml:128 +msgid "" +"Returns the 2D coordinate in the [Viewport] rectangle that maps to the given " +"3D point in world space.\n" +"[b]Note:[/b] When using this to position GUI elements over a 3D viewport, " +"use [method is_position_behind] to prevent them from appearing if the 3D " +"point is behind the camera:\n" +"[codeblock]\n" +"# This code block is part of a script that inherits from Spatial.\n" +"# `control` is a reference to a node inheriting from Control.\n" +"control.visible = not get_viewport().get_camera()." +"is_position_behind(global_transform.origin)\n" +"control.rect_position = get_viewport().get_camera()." +"unproject_position(global_transform.origin)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Camera.xml:141 +msgid "" +"The culling mask that describes which 3D render layers are rendered by this " +"camera." +msgstr "" + +#: doc/classes/Camera.xml:144 +msgid "" +"If [code]true[/code], the ancestor [Viewport] is currently using this camera." +msgstr "" + +#: doc/classes/Camera.xml:147 +msgid "" +"If not [constant DOPPLER_TRACKING_DISABLED], this camera will simulate the " +"[url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/url] for " +"objects changed in particular [code]_process[/code] methods. The Doppler " +"effect is only simulated for [AudioStreamPlayer3D] nodes that have [member " +"AudioStreamPlayer3D.doppler_tracking] set to a value other than [constant " +"AudioStreamPlayer3D.DOPPLER_TRACKING_DISABLED].\n" +"[b]Note:[/b] To toggle the Doppler effect preview in the editor, use the " +"Perspective menu in the top-left corner of the 3D viewport and toggle " +"[b]Enable Doppler[/b]." +msgstr "" + +#: doc/classes/Camera.xml:151 +msgid "The [Environment] to use for this camera." +msgstr "" + +#: doc/classes/Camera.xml:154 +msgid "" +"The distance to the far culling boundary for this camera relative to its " +"local Z axis." +msgstr "" + +#: doc/classes/Camera.xml:157 +msgid "" +"The camera's field of view angle (in degrees). Only applicable in " +"perspective mode. Since [member keep_aspect] locks one axis, [code]fov[/" +"code] sets the other axis' field of view angle.\n" +"For reference, the default vertical field of view value ([code]70.0[/code]) " +"is equivalent to a horizontal FOV of:\n" +"- ~86.07 degrees in a 4:3 viewport\n" +"- ~96.50 degrees in a 16:10 viewport\n" +"- ~102.45 degrees in a 16:9 viewport\n" +"- ~117.06 degrees in a 21:9 viewport" +msgstr "" + +#: doc/classes/Camera.xml:165 +msgid "" +"The camera's frustum offset. This can be changed from the default to create " +"\"tilted frustum\" effects such as [url=https://zdoom.org/wiki/Y-shearing]Y-" +"shearing[/url]." +msgstr "" + +#: doc/classes/Camera.xml:168 +msgid "The horizontal (X) offset of the camera viewport." +msgstr "" + +#: doc/classes/Camera.xml:171 +msgid "" +"The axis to lock during [member fov]/[member size] adjustments. Can be " +"either [constant KEEP_WIDTH] or [constant KEEP_HEIGHT]." +msgstr "" + +#: doc/classes/Camera.xml:174 +msgid "" +"The distance to the near culling boundary for this camera relative to its " +"local Z axis." +msgstr "" + +#: doc/classes/Camera.xml:177 +msgid "" +"The camera's projection mode. In [constant PROJECTION_PERSPECTIVE] mode, " +"objects' Z distance from the camera's local space scales their perceived " +"size." +msgstr "" + +#: doc/classes/Camera.xml:180 +msgid "" +"The camera's size measured as 1/2 the width or height. Only applicable in " +"orthogonal mode. Since [member keep_aspect] locks on axis, [code]size[/code] " +"sets the other axis' size length." +msgstr "" + +#: doc/classes/Camera.xml:183 +msgid "The vertical (Y) offset of the camera viewport." +msgstr "" + +#: doc/classes/Camera.xml:188 +msgid "" +"Perspective projection. Objects on the screen becomes smaller when they are " +"far away." +msgstr "" + +#: doc/classes/Camera.xml:191 +msgid "" +"Orthogonal projection, also known as orthographic projection. Objects remain " +"the same size on the screen no matter how far away they are." +msgstr "" + +#: doc/classes/Camera.xml:194 +msgid "" +"Frustum projection. This mode allows adjusting [member frustum_offset] to " +"create \"tilted frustum\" effects." +msgstr "" + +#: doc/classes/Camera.xml:197 +msgid "" +"Preserves the horizontal aspect ratio; also known as Vert- scaling. This is " +"usually the best option for projects running in portrait mode, as taller " +"aspect ratios will benefit from a wider vertical FOV." +msgstr "" + +#: doc/classes/Camera.xml:200 +msgid "" +"Preserves the vertical aspect ratio; also known as Hor+ scaling. This is " +"usually the best option for projects running in landscape mode, as wider " +"aspect ratios will automatically benefit from a wider horizontal FOV." +msgstr "" + +#: doc/classes/Camera.xml:203 +msgid "" +"Disables [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/" +"url] simulation (default)." +msgstr "" + +#: doc/classes/Camera.xml:206 +msgid "" +"Simulate [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/" +"url] by tracking positions of objects that are changed in [code]_process[/" +"code]. Changes in the relative velocity of this camera compared to those " +"objects affect how Audio is perceived (changing the Audio's [code]pitch " +"shift[/code])." +msgstr "" + +#: doc/classes/Camera.xml:209 +msgid "" +"Simulate [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/" +"url] by tracking positions of objects that are changed in " +"[code]_physics_process[/code]. Changes in the relative velocity of this " +"camera compared to those objects affect how Audio is perceived (changing the " +"Audio's [code]pitch shift[/code])." +msgstr "" + +#: doc/classes/Camera2D.xml:4 +msgid "Camera node for 2D scenes." +msgstr "" + +#: doc/classes/Camera2D.xml:7 +msgid "" +"Camera node for 2D scenes. It forces the screen (current layer) to scroll " +"following this node. This makes it easier (and faster) to program scrollable " +"scenes than manually changing the position of [CanvasItem]-based nodes.\n" +"This node is intended to be a simple helper to get things going quickly, but " +"more functionality may be desired to change how the camera works. To make " +"your own custom camera node, inherit it from [Node2D] and change the " +"transform of the canvas by setting [member Viewport.canvas_transform] in " +"[Viewport] (you can obtain the current [Viewport] by using [method Node." +"get_viewport]).\n" +"Note that the [Camera2D] node's [code]position[/code] doesn't represent the " +"actual position of the screen, which may differ due to applied smoothing or " +"limits. You can use [method get_camera_screen_center] to get the real " +"position." +msgstr "" + +#: doc/classes/Camera2D.xml:13 doc/classes/TileMap.xml:13 +#: doc/classes/TileSet.xml:13 +msgid "https://godotengine.org/asset-library/asset/112" +msgstr "" + +#: doc/classes/Camera2D.xml:14 doc/classes/Environment.xml:18 +#: doc/classes/WorldEnvironment.xml:14 +msgid "https://godotengine.org/asset-library/asset/110" +msgstr "" + +#: doc/classes/Camera2D.xml:20 +msgid "Aligns the camera to the tracked node." +msgstr "" + +#: doc/classes/Camera2D.xml:26 +msgid "" +"Removes any [Camera2D] from the ancestor [Viewport]'s internal currently-" +"assigned camera." +msgstr "" + +#: doc/classes/Camera2D.xml:32 +msgid "Forces the camera to update scroll immediately." +msgstr "" + +#: doc/classes/Camera2D.xml:38 +msgid "Returns the camera position." +msgstr "" + +#: doc/classes/Camera2D.xml:44 +msgid "" +"Returns the location of the [Camera2D]'s screen-center, relative to the " +"origin." +msgstr "" + +#: doc/classes/Camera2D.xml:51 +msgid "" +"Returns the specified margin. See also [member drag_margin_bottom], [member " +"drag_margin_top], [member drag_margin_left], and [member drag_margin_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:58 +msgid "" +"Returns the specified camera limit. See also [member limit_bottom], [member " +"limit_top], [member limit_left], and [member limit_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:64 +msgid "" +"Make this the current 2D camera for the scene (viewport and layer), in case " +"there are many cameras in the scene." +msgstr "" + +#: doc/classes/Camera2D.xml:70 +msgid "" +"Sets the camera's position immediately to its current smoothing " +"destination.\n" +"This has no effect if smoothing is disabled." +msgstr "" + +#: doc/classes/Camera2D.xml:79 +msgid "" +"Sets the specified margin. See also [member drag_margin_bottom], [member " +"drag_margin_top], [member drag_margin_left], and [member drag_margin_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:87 +msgid "" +"Sets the specified camera limit. See also [member limit_bottom], [member " +"limit_top], [member limit_left], and [member limit_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:93 +msgid "The Camera2D's anchor point. See [enum AnchorMode] constants." +msgstr "" + +#: doc/classes/Camera2D.xml:96 +msgid "" +"If [code]true[/code], the camera is the active camera for the current scene. " +"Only one camera can be current, so setting a different camera [code]current[/" +"code] will disable this one." +msgstr "" + +#: doc/classes/Camera2D.xml:99 +msgid "" +"The custom [Viewport] node attached to the [Camera2D]. If [code]null[/code] " +"or not a [Viewport], uses the default viewport instead." +msgstr "" + +#: doc/classes/Camera2D.xml:102 +msgid "" +"Bottom margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:105 +msgid "" +"If [code]true[/code], the camera only moves when reaching the horizontal " +"drag margins. If [code]false[/code], the camera moves horizontally " +"regardless of margins." +msgstr "" + +#: doc/classes/Camera2D.xml:108 +msgid "" +"Left margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:111 +msgid "" +"Right margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:114 +msgid "" +"Top margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:117 +msgid "" +"If [code]true[/code], the camera only moves when reaching the vertical drag " +"margins. If [code]false[/code], the camera moves vertically regardless of " +"margins." +msgstr "" + +#: doc/classes/Camera2D.xml:120 +msgid "" +"If [code]true[/code], draws the camera's drag margin rectangle in the editor." +msgstr "" + +#: doc/classes/Camera2D.xml:123 +msgid "" +"If [code]true[/code], draws the camera's limits rectangle in the editor." +msgstr "" + +#: doc/classes/Camera2D.xml:126 +msgid "" +"If [code]true[/code], draws the camera's screen rectangle in the editor." +msgstr "" + +#: doc/classes/Camera2D.xml:129 +msgid "" +"Bottom scroll limit in pixels. The camera stops moving when reaching this " +"value." +msgstr "" + +#: doc/classes/Camera2D.xml:132 +msgid "" +"Left scroll limit in pixels. The camera stops moving when reaching this " +"value." +msgstr "" + +#: doc/classes/Camera2D.xml:135 +msgid "" +"Right scroll limit in pixels. The camera stops moving when reaching this " +"value." +msgstr "" + +#: doc/classes/Camera2D.xml:138 +msgid "" +"If [code]true[/code], the camera smoothly stops when reaches its limits.\n" +"This has no effect if smoothing is disabled.\n" +"[b]Note:[/b] To immediately update the camera's position to be within limits " +"without smoothing, even with this setting enabled, invoke [method " +"reset_smoothing]." +msgstr "" + +#: doc/classes/Camera2D.xml:143 +msgid "" +"Top scroll limit in pixels. The camera stops moving when reaching this value." +msgstr "" + +#: doc/classes/Camera2D.xml:146 +msgid "" +"The camera's offset, useful for looking around or camera shake animations." +msgstr "" + +#: doc/classes/Camera2D.xml:149 +msgid "" +"The horizontal offset of the camera, relative to the drag margins.\n" +"[b]Note:[/b] Offset H is used only to force offset relative to margins. It's " +"not updated in any way if drag margins are enabled and can be used to set " +"initial offset." +msgstr "" + +#: doc/classes/Camera2D.xml:153 +msgid "" +"The vertical offset of the camera, relative to the drag margins.\n" +"[b]Note:[/b] Used the same as [member offset_h]." +msgstr "" + +#: doc/classes/Camera2D.xml:157 +msgid "The camera's process callback. See [enum Camera2DProcessMode]." +msgstr "" + +#: doc/classes/Camera2D.xml:160 +msgid "If [code]true[/code], the camera rotates with the target." +msgstr "" + +#: doc/classes/Camera2D.xml:163 +msgid "" +"If [code]true[/code], the camera smoothly moves towards the target at " +"[member smoothing_speed]." +msgstr "" + +#: doc/classes/Camera2D.xml:166 +msgid "" +"Speed in pixels per second of the camera's smoothing effect when [member " +"smoothing_enabled] is [code]true[/code]." +msgstr "" + +#: doc/classes/Camera2D.xml:169 +msgid "" +"The camera's zoom relative to the viewport. Values larger than " +"[code]Vector2(1, 1)[/code] zoom out and smaller values zoom in. For an " +"example, use [code]Vector2(0.5, 0.5)[/code] for a 2× zoom-in, and " +"[code]Vector2(4, 4)[/code] for a 4× zoom-out." +msgstr "" + +#: doc/classes/Camera2D.xml:174 +msgid "" +"The camera's position is fixed so that the top-left corner is always at the " +"origin." +msgstr "" + +#: doc/classes/Camera2D.xml:177 +msgid "" +"The camera's position takes into account vertical/horizontal offsets and the " +"screen size." +msgstr "" + +#: doc/classes/Camera2D.xml:180 doc/classes/ClippedCamera.xml:89 +msgid "The camera updates with the [code]_physics_process[/code] callback." +msgstr "" + +#: doc/classes/Camera2D.xml:183 doc/classes/ClippedCamera.xml:92 +msgid "The camera updates with the [code]_process[/code] callback." +msgstr "" + +#: doc/classes/CameraFeed.xml:4 +msgid "" +"A camera feed gives you access to a single physical camera attached to your " +"device." +msgstr "" + +#: doc/classes/CameraFeed.xml:7 +msgid "" +"A camera feed gives you access to a single physical camera attached to your " +"device. When enabled, Godot will start capturing frames from the camera " +"which can then be used.\n" +"[b]Note:[/b] Many cameras will return YCbCr images which are split into two " +"textures and need to be combined in a shader. Godot does this automatically " +"for you if you set the environment to show the camera image in the " +"background." +msgstr "" + +#: doc/classes/CameraFeed.xml:16 +msgid "Returns the unique ID for this feed." +msgstr "" + +#: doc/classes/CameraFeed.xml:22 +msgid "Returns the camera's name." +msgstr "" + +#: doc/classes/CameraFeed.xml:28 +msgid "Returns the position of camera on the device." +msgstr "" + +#: doc/classes/CameraFeed.xml:34 +msgid "If [code]true[/code], the feed is active." +msgstr "" + +#: doc/classes/CameraFeed.xml:37 +msgid "The transform applied to the camera's image." +msgstr "" + +#: doc/classes/CameraFeed.xml:42 +msgid "No image set for the feed." +msgstr "" + +#: doc/classes/CameraFeed.xml:45 +msgid "Feed supplies RGB images." +msgstr "" + +#: doc/classes/CameraFeed.xml:48 +msgid "Feed supplies YCbCr images that need to be converted to RGB." +msgstr "" + +#: doc/classes/CameraFeed.xml:51 +msgid "" +"Feed supplies separate Y and CbCr images that need to be combined and " +"converted to RGB." +msgstr "" + +#: doc/classes/CameraFeed.xml:54 +msgid "Unspecified position." +msgstr "" + +#: doc/classes/CameraFeed.xml:57 +msgid "Camera is mounted at the front of the device." +msgstr "" + +#: doc/classes/CameraFeed.xml:60 +msgid "Camera is mounted at the back of the device." +msgstr "" + +#: doc/classes/CameraServer.xml:4 +msgid "Server keeping track of different cameras accessible in Godot." +msgstr "" + +#: doc/classes/CameraServer.xml:7 +msgid "" +"The [CameraServer] keeps track of different cameras accessible in Godot. " +"These are external cameras such as webcams or the cameras on your phone.\n" +"It is notably used to provide AR modules with a video feed from the camera." +msgstr "" + +#: doc/classes/CameraServer.xml:17 +msgid "Adds a camera feed to the camera server." +msgstr "" + +#: doc/classes/CameraServer.xml:23 +msgid "Returns an array of [CameraFeed]s." +msgstr "" + +#: doc/classes/CameraServer.xml:30 +msgid "Returns the [CameraFeed] with this id." +msgstr "" + +#: doc/classes/CameraServer.xml:36 +msgid "Returns the number of [CameraFeed]s registered." +msgstr "" + +#: doc/classes/CameraServer.xml:43 +msgid "Removes a [CameraFeed]." +msgstr "" + +#: doc/classes/CameraServer.xml:51 +msgid "Emitted when a [CameraFeed] is added (e.g. webcam is plugged in)." +msgstr "" + +#: doc/classes/CameraServer.xml:57 +msgid "Emitted when a [CameraFeed] is removed (e.g. webcam is unplugged)." +msgstr "" + +#: doc/classes/CameraServer.xml:63 +msgid "The RGBA camera image." +msgstr "" + +#: doc/classes/CameraServer.xml:66 +msgid "The YCbCr camera image." +msgstr "" + +#: doc/classes/CameraServer.xml:69 +msgid "The Y component camera image." +msgstr "" + +#: doc/classes/CameraServer.xml:72 +msgid "The CbCr component camera image." +msgstr "" + +#: doc/classes/CameraTexture.xml:4 +msgid "Texture provided by a [CameraFeed]." +msgstr "" + +#: doc/classes/CameraTexture.xml:7 +msgid "" +"This texture gives access to the camera texture provided by a [CameraFeed].\n" +"[b]Note:[/b] Many cameras supply YCbCr images which need to be converted in " +"a shader." +msgstr "" + +#: doc/classes/CameraTexture.xml:16 +msgid "The ID of the [CameraFeed] for which we want to display the image." +msgstr "" + +#: doc/classes/CameraTexture.xml:19 +msgid "" +"Convenience property that gives access to the active property of the " +"[CameraFeed]." +msgstr "" + +#: doc/classes/CameraTexture.xml:23 +msgid "" +"Which image within the [CameraFeed] we want access to, important if the " +"camera image is split in a Y and CbCr component." +msgstr "" + +#: doc/classes/CanvasItem.xml:4 +msgid "Base class of anything 2D." +msgstr "" + +#: doc/classes/CanvasItem.xml:7 +msgid "" +"Base class of anything 2D. Canvas items are laid out in a tree; children " +"inherit and extend their parent's transform. [CanvasItem] is extended by " +"[Control] for anything GUI-related, and by [Node2D] for anything related to " +"the 2D engine.\n" +"Any [CanvasItem] can draw. For this, [method update] must be called, then " +"[constant NOTIFICATION_DRAW] will be received on idle time to request " +"redraw. Because of this, canvas items don't need to be redrawn on every " +"frame, improving the performance significantly. Several functions for " +"drawing on the [CanvasItem] are provided (see [code]draw_*[/code] " +"functions). However, they can only be used inside the [method Object." +"_notification], signal or [method _draw] virtual functions.\n" +"Canvas items are drawn in tree order. By default, children are on top of " +"their parents so a root [CanvasItem] will be drawn behind everything. This " +"behavior can be changed on a per-item basis.\n" +"A [CanvasItem] can also be hidden, which will also hide its children. It " +"provides many ways to change parameters such as modulation (for itself and " +"its children) and self modulation (only for itself), as well as its blend " +"mode.\n" +"Ultimately, a transform notification can be requested, which will notify the " +"node that its global position changed in case the parent tree changed.\n" +"[b]Note:[/b] Unless otherwise specified, all methods that have angle " +"parameters must have angles specified as [i]radians[/i]. To convert degrees " +"to radians, use [method @GDScript.deg2rad]." +msgstr "" + +#: doc/classes/CanvasItem.xml:15 doc/classes/CanvasLayer.xml:10 +#: doc/classes/InputEvent.xml:11 doc/classes/Viewport.xml:15 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_transforms.html" +msgstr "" + +#: doc/classes/CanvasItem.xml:16 doc/classes/Control.xml:18 +#: doc/classes/Node2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/custom_drawing_in_2d.html" +msgstr "" + +#: doc/classes/CanvasItem.xml:23 +msgid "" +"Overridable function called by the engine (if defined) to draw the canvas " +"item." +msgstr "" + +#: doc/classes/CanvasItem.xml:37 +msgid "" +"Draws an arc between the given angles. The larger the value of " +"[code]point_count[/code], the smoother the curve." +msgstr "" + +#: doc/classes/CanvasItem.xml:48 +msgid "" +"Draws a string character using a custom font. Returns the advance, depending " +"on the character width and kerning with an optional next character." +msgstr "" + +#: doc/classes/CanvasItem.xml:57 +msgid "Draws a colored circle." +msgstr "" + +#: doc/classes/CanvasItem.xml:69 +msgid "Draws a colored polygon of any amount of points, convex or concave." +msgstr "" + +#: doc/classes/CanvasItem.xml:80 +msgid "" +"Draws a line from a 2D point to another, with a given color and width. It " +"can be optionally antialiased." +msgstr "" + +#: doc/classes/CanvasItem.xml:91 +msgid "" +"Draws a [Mesh] in 2D, using the provided texture. See [MeshInstance2D] for " +"related documentation." +msgstr "" + +#: doc/classes/CanvasItem.xml:101 +msgid "" +"Draws multiple, parallel lines with a uniform [code]color[/code].\n" +"[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently " +"not implemented and have no effect." +msgstr "" + +#: doc/classes/CanvasItem.xml:112 +msgid "" +"Draws multiple, parallel lines with a uniform [code]width[/code] and segment-" +"by-segment coloring. Colors assigned to line segments match by index between " +"[code]points[/code] and [code]colors[/code].\n" +"[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently " +"not implemented and have no effect." +msgstr "" + +#: doc/classes/CanvasItem.xml:122 +msgid "" +"Draws a [MultiMesh] in 2D with the provided texture. See " +"[MultiMeshInstance2D] for related documentation." +msgstr "" + +#: doc/classes/CanvasItem.xml:134 +msgid "Draws a polygon of any amount of points, convex or concave." +msgstr "" + +#: doc/classes/CanvasItem.xml:144 +msgid "" +"Draws interconnected line segments with a uniform [code]color[/code] and " +"[code]width[/code] and optional antialiasing." +msgstr "" + +#: doc/classes/CanvasItem.xml:154 +msgid "" +"Draws interconnected line segments with a uniform [code]width[/code], " +"segment-by-segment coloring, and optional antialiasing. Colors assigned to " +"line segments match by index between [code]points[/code] and [code]colors[/" +"code]." +msgstr "" + +#: doc/classes/CanvasItem.xml:166 +msgid "" +"Draws a custom primitive. 1 point for a point, 2 points for a line, 3 points " +"for a triangle and 4 points for a quad." +msgstr "" + +#: doc/classes/CanvasItem.xml:177 +msgid "" +"Draws a rectangle. If [code]filled[/code] is [code]true[/code], the " +"rectangle will be filled with the [code]color[/code] specified. If " +"[code]filled[/code] is [code]false[/code], the rectangle will be drawn as a " +"stroke with the [code]color[/code] and [code]width[/code] specified. If " +"[code]antialiased[/code] is [code]true[/code], the lines will be " +"antialiased.\n" +"[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are only " +"effective if [code]filled[/code] is [code]false[/code]." +msgstr "" + +#: doc/classes/CanvasItem.xml:187 +msgid "" +"Sets a custom transform for drawing via components. Anything drawn " +"afterwards will be transformed by this." +msgstr "" + +#: doc/classes/CanvasItem.xml:194 +msgid "" +"Sets a custom transform for drawing via matrix. Anything drawn afterwards " +"will be transformed by this." +msgstr "" + +#: doc/classes/CanvasItem.xml:205 +msgid "" +"Draws [code]text[/code] using the specified [code]font[/code] at the " +"[code]position[/code] (bottom-left corner using the baseline of the font). " +"The text will have its color multiplied by [code]modulate[/code]. If " +"[code]clip_w[/code] is greater than or equal to 0, the text will be clipped " +"if it exceeds the specified width.\n" +"[b]Example using the default project font:[/b]\n" +"[codeblock]\n" +"# If using this method in a script that redraws constantly, move the\n" +"# `default_font` declaration to a member variable assigned in `_ready()`\n" +"# so the Control is only created once.\n" +"var default_font = Control.new().get_font(\"font\")\n" +"draw_string(default_font, Vector2(64, 64), \"Hello world\")\n" +"[/codeblock]\n" +"See also [method Font.draw]." +msgstr "" + +#: doc/classes/CanvasItem.xml:222 +msgid "Draws a styled rectangle." +msgstr "" + +#: doc/classes/CanvasItem.xml:232 +msgid "Draws a texture at a given position." +msgstr "" + +#: doc/classes/CanvasItem.xml:244 +msgid "" +"Draws a textured rectangle at a given position, optionally modulated by a " +"color. If [code]transpose[/code] is [code]true[/code], the texture will have " +"its X and Y coordinates swapped." +msgstr "" + +#: doc/classes/CanvasItem.xml:257 +msgid "" +"Draws a textured rectangle region at a given position, optionally modulated " +"by a color. If [code]transpose[/code] is [code]true[/code], the texture will " +"have its X and Y coordinates swapped." +msgstr "" + +#: doc/classes/CanvasItem.xml:263 doc/classes/Spatial.xml:19 +msgid "" +"Forces the transform to update. Transform changes in physics are not instant " +"for performance reasons. Transforms are accumulated and then set. Use this " +"if you need an up-to-date transform when doing physics operations." +msgstr "" + +#: doc/classes/CanvasItem.xml:269 +msgid "Returns the [RID] of the [World2D] canvas where this item is in." +msgstr "" + +#: doc/classes/CanvasItem.xml:275 +msgid "Returns the canvas item RID used by [VisualServer] for this item." +msgstr "" + +#: doc/classes/CanvasItem.xml:281 +msgid "Returns the transform matrix of this item's canvas." +msgstr "" + +#: doc/classes/CanvasItem.xml:287 +msgid "Returns the global position of the mouse." +msgstr "" + +#: doc/classes/CanvasItem.xml:293 +msgid "Returns the global transform matrix of this item." +msgstr "" + +#: doc/classes/CanvasItem.xml:299 +msgid "" +"Returns the global transform matrix of this item in relation to the canvas." +msgstr "" + +#: doc/classes/CanvasItem.xml:305 +msgid "Returns the mouse position relative to this item's position." +msgstr "" + +#: doc/classes/CanvasItem.xml:311 +msgid "Returns the transform matrix of this item." +msgstr "" + +#: doc/classes/CanvasItem.xml:317 +msgid "Returns the viewport's boundaries as a [Rect2]." +msgstr "" + +#: doc/classes/CanvasItem.xml:323 +msgid "Returns this item's transform in relation to the viewport." +msgstr "" + +#: doc/classes/CanvasItem.xml:329 +msgid "Returns the [World2D] where this item is in." +msgstr "" + +#: doc/classes/CanvasItem.xml:335 +msgid "Hide the [CanvasItem] if it's currently visible." +msgstr "" + +#: doc/classes/CanvasItem.xml:341 +msgid "" +"Returns [code]true[/code] if local transform notifications are communicated " +"to children." +msgstr "" + +#: doc/classes/CanvasItem.xml:347 +msgid "" +"Returns [code]true[/code] if the node is set as top-level. See [method " +"set_as_toplevel]." +msgstr "" + +#: doc/classes/CanvasItem.xml:353 +msgid "" +"Returns [code]true[/code] if global transform notifications are communicated " +"to children." +msgstr "" + +#: doc/classes/CanvasItem.xml:359 doc/classes/Spatial.xml:89 +msgid "" +"Returns [code]true[/code] if the node is present in the [SceneTree], its " +"[member visible] property is [code]true[/code] and all its antecedents are " +"also visible. If any antecedent is hidden, this node will not be visible in " +"the scene tree." +msgstr "" + +#: doc/classes/CanvasItem.xml:366 +msgid "Assigns [code]screen_point[/code] as this node's new local transform." +msgstr "" + +#: doc/classes/CanvasItem.xml:373 +msgid "" +"Transformations issued by [code]event[/code]'s inputs are applied in local " +"space instead of global space." +msgstr "" + +#: doc/classes/CanvasItem.xml:380 +msgid "" +"If [code]enable[/code] is [code]true[/code], the node won't inherit its " +"transform from parent canvas items." +msgstr "" + +#: doc/classes/CanvasItem.xml:387 +msgid "" +"If [code]enable[/code] is [code]true[/code], children will be updated with " +"local transform data." +msgstr "" + +#: doc/classes/CanvasItem.xml:394 +msgid "" +"If [code]enable[/code] is [code]true[/code], children will be updated with " +"global transform data." +msgstr "" + +#: doc/classes/CanvasItem.xml:400 +msgid "" +"Show the [CanvasItem] if it's currently hidden. For controls that inherit " +"[Popup], the correct way to make them visible is to call one of the multiple " +"[code]popup*()[/code] functions instead." +msgstr "" + +#: doc/classes/CanvasItem.xml:406 +msgid "" +"Queue the [CanvasItem] for update. [constant NOTIFICATION_DRAW] will be " +"called on idle time to request redraw." +msgstr "" + +#: doc/classes/CanvasItem.xml:412 +msgid "" +"The rendering layers in which this [CanvasItem] responds to [Light2D] nodes." +msgstr "" + +#: doc/classes/CanvasItem.xml:415 +msgid "The material applied to textures on this [CanvasItem]." +msgstr "" + +#: doc/classes/CanvasItem.xml:418 +msgid "The color applied to textures on this [CanvasItem]." +msgstr "" + +#: doc/classes/CanvasItem.xml:421 +msgid "" +"The color applied to textures on this [CanvasItem]. This is not inherited by " +"children [CanvasItem]s." +msgstr "" + +#: doc/classes/CanvasItem.xml:424 +msgid "If [code]true[/code], the object draws behind its parent." +msgstr "" + +#: doc/classes/CanvasItem.xml:427 +msgid "If [code]true[/code], the object draws on top of its parent." +msgstr "" + +#: doc/classes/CanvasItem.xml:430 +msgid "" +"If [code]true[/code], the parent [CanvasItem]'s [member material] property " +"is used as this one's material." +msgstr "" + +#: doc/classes/CanvasItem.xml:433 +msgid "" +"If [code]true[/code], this [CanvasItem] is drawn. The node is only visible " +"if all of its antecedents are visible as well (in other words, [method " +"is_visible_in_tree] must return [code]true[/code]).\n" +"[b]Note:[/b] For controls that inherit [Popup], the correct way to make them " +"visible is to call one of the multiple [code]popup*()[/code] functions " +"instead." +msgstr "" + +#: doc/classes/CanvasItem.xml:440 +msgid "" +"Emitted when the [CanvasItem] must redraw. This can only be connected " +"realtime, as deferred will not allow drawing." +msgstr "" + +#: doc/classes/CanvasItem.xml:445 +msgid "Emitted when becoming hidden." +msgstr "" + +#: doc/classes/CanvasItem.xml:450 +msgid "" +"Emitted when the item's [Rect2] boundaries (position or size) have changed, " +"or when an action is taking place that may have impacted these boundaries (e." +"g. changing [member Sprite.texture])." +msgstr "" + +#: doc/classes/CanvasItem.xml:455 +msgid "Emitted when the visibility (hidden/visible) changes." +msgstr "" + +#: doc/classes/CanvasItem.xml:461 doc/classes/CanvasItemMaterial.xml:39 +msgid "" +"Mix blending mode. Colors are assumed to be independent of the alpha " +"(opacity) value." +msgstr "" + +#: doc/classes/CanvasItem.xml:464 doc/classes/CanvasItemMaterial.xml:42 +msgid "Additive blending mode." +msgstr "" + +#: doc/classes/CanvasItem.xml:467 doc/classes/CanvasItemMaterial.xml:45 +msgid "Subtractive blending mode." +msgstr "" + +#: doc/classes/CanvasItem.xml:470 doc/classes/CanvasItemMaterial.xml:48 +msgid "Multiplicative blending mode." +msgstr "" + +#: doc/classes/CanvasItem.xml:473 doc/classes/CanvasItemMaterial.xml:51 +msgid "" +"Mix blending mode. Colors are assumed to be premultiplied by the alpha " +"(opacity) value." +msgstr "" + +#: doc/classes/CanvasItem.xml:476 +msgid "" +"Disables blending mode. Colors including alpha are written as-is. Only " +"applicable for render targets with a transparent background. No lighting " +"will be applied." +msgstr "" + +#: doc/classes/CanvasItem.xml:479 +msgid "" +"The [CanvasItem]'s transform has changed. This notification is only received " +"if enabled by [method set_notify_transform] or [method " +"set_notify_local_transform]." +msgstr "" + +#: doc/classes/CanvasItem.xml:482 +msgid "The [CanvasItem] is requested to draw." +msgstr "" + +#: doc/classes/CanvasItem.xml:485 +msgid "The [CanvasItem]'s visibility has changed." +msgstr "" + +#: doc/classes/CanvasItem.xml:488 +msgid "The [CanvasItem] has entered the canvas." +msgstr "" + +#: doc/classes/CanvasItem.xml:491 +msgid "The [CanvasItem] has exited the canvas." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:4 +msgid "A material for [CanvasItem]s." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:7 +msgid "" +"[CanvasItemMaterial]s provide a means of modifying the textures associated " +"with a CanvasItem. They specialize in describing blend and lighting " +"behaviors for textures. Use a [ShaderMaterial] to more fully customize a " +"material's interactions with a [CanvasItem]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:15 +msgid "" +"The manner in which a material's rendering is applied to underlying textures." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:18 +msgid "The manner in which material reacts to lighting." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:21 +msgid "" +"The number of columns in the spritesheet assigned as [Texture] for a " +"[Particles2D] or [CPUParticles2D].\n" +"[b]Note:[/b] This property is only used and visible in the editor if [member " +"particles_animation] is [code]true[/code]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:25 +msgid "" +"If [code]true[/code], the particles animation will loop.\n" +"[b]Note:[/b] This property is only used and visible in the editor if [member " +"particles_animation] is [code]true[/code]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:29 +msgid "" +"The number of rows in the spritesheet assigned as [Texture] for a " +"[Particles2D] or [CPUParticles2D].\n" +"[b]Note:[/b] This property is only used and visible in the editor if [member " +"particles_animation] is [code]true[/code]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:33 +msgid "" +"If [code]true[/code], enable spritesheet-based animation features when " +"assigned to [Particles2D] and [CPUParticles2D] nodes. The [member " +"ParticlesMaterial.anim_speed] or [member CPUParticles2D.anim_speed] should " +"also be set to a positive value for the animation to play.\n" +"This property (and other [code]particles_anim_*[/code] properties that " +"depend on it) has no effect on other types of nodes." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:54 +msgid "" +"Render the material using both light and non-light sensitive material " +"properties." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:57 +msgid "Render the material as if there were no light." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:60 +msgid "Render the material as if there were only light." +msgstr "" + +#: doc/classes/CanvasLayer.xml:4 +msgid "Canvas drawing layer." +msgstr "" + +#: doc/classes/CanvasLayer.xml:7 +msgid "" +"Canvas drawing layer. [CanvasItem] nodes that are direct or indirect " +"children of a [CanvasLayer] will be drawn in that layer. The layer is a " +"numeric index that defines the draw order. The default 2D scene renders with " +"index 0, so a [CanvasLayer] with index -1 will be drawn below, and one with " +"index 1 will be drawn above. This is very useful for HUDs (in layer 1+ or " +"above), or backgrounds (in layer -1 or below)." +msgstr "" + +#: doc/classes/CanvasLayer.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/canvas_layers.html" +msgstr "" + +#: doc/classes/CanvasLayer.xml:18 +msgid "Returns the RID of the canvas used by this layer." +msgstr "" + +#: doc/classes/CanvasLayer.xml:24 +msgid "" +"The custom [Viewport] node assigned to the [CanvasLayer]. If [code]null[/" +"code], uses the default viewport instead." +msgstr "" + +#: doc/classes/CanvasLayer.xml:27 +msgid "" +"Sets the layer to follow the viewport in order to simulate a pseudo 3D " +"effect." +msgstr "" + +#: doc/classes/CanvasLayer.xml:30 +msgid "" +"Scales the layer when using [member follow_viewport_enable]. Layers moving " +"into the foreground should have increasing scales, while layers moving into " +"the background should have decreasing scales." +msgstr "" + +#: doc/classes/CanvasLayer.xml:33 +msgid "Layer index for draw order. Lower values are drawn first." +msgstr "" + +#: doc/classes/CanvasLayer.xml:36 +msgid "The layer's base offset." +msgstr "" + +#: doc/classes/CanvasLayer.xml:39 +msgid "The layer's rotation in radians." +msgstr "" + +#: doc/classes/CanvasLayer.xml:42 +msgid "The layer's rotation in degrees." +msgstr "" + +#: doc/classes/CanvasLayer.xml:45 +msgid "The layer's scale." +msgstr "" + +#: doc/classes/CanvasLayer.xml:48 +msgid "The layer's transform." +msgstr "" + +#: doc/classes/CanvasModulate.xml:4 +msgid "Tint the entire canvas." +msgstr "" + +#: doc/classes/CanvasModulate.xml:7 +msgid "" +"[CanvasModulate] tints the canvas elements using its assigned [member color]." +msgstr "" + +#: doc/classes/CanvasModulate.xml:15 +msgid "The tint color to apply." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:4 doc/classes/CapsuleMesh.xml:7 +msgid "Class representing a capsule-shaped [PrimitiveMesh]." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:15 +msgid "" +"Height of the middle cylindrical part of the capsule (without the " +"hemispherical ends).\n" +"[b]Note:[/b] The capsule's total height is equal to [member mid_height] + 2 " +"* [member radius]." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:19 +msgid "Number of radial segments on the capsule mesh." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:22 +msgid "Radius of the capsule mesh." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:25 +msgid "Number of rings along the height of the capsule." +msgstr "" + +#: doc/classes/CapsuleShape.xml:4 doc/classes/CapsuleShape.xml:7 +msgid "Capsule shape for collisions." +msgstr "" + +#: doc/classes/CapsuleShape.xml:16 doc/classes/CapsuleShape2D.xml:15 +msgid "The capsule's height." +msgstr "" + +#: doc/classes/CapsuleShape.xml:19 doc/classes/CapsuleShape2D.xml:18 +msgid "The capsule's radius." +msgstr "" + +#: doc/classes/CapsuleShape2D.xml:4 doc/classes/CapsuleShape2D.xml:7 +msgid "Capsule shape for 2D collisions." +msgstr "" + +#: doc/classes/CenterContainer.xml:4 +msgid "Keeps children controls centered." +msgstr "" + +#: doc/classes/CenterContainer.xml:7 +msgid "" +"CenterContainer keeps children controls centered. This container keeps all " +"children to their minimum size, in the center." +msgstr "" + +#: doc/classes/CenterContainer.xml:15 +msgid "" +"If [code]true[/code], centers children relative to the [CenterContainer]'s " +"top left corner." +msgstr "" + +#: doc/classes/CharFXTransform.xml:4 +msgid "" +"Controls how an individual character will be displayed in a [RichTextEffect]." +msgstr "" + +#: doc/classes/CharFXTransform.xml:7 +msgid "" +"By setting various properties on this object, you can control how individual " +"characters will be displayed in a [RichTextEffect]." +msgstr "" + +#: doc/classes/CharFXTransform.xml:10 doc/classes/RichTextEffect.xml:16 +#: doc/classes/RichTextLabel.xml:15 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/gui/bbcode_in_richtextlabel." +"html" +msgstr "" + +#: doc/classes/CharFXTransform.xml:11 doc/classes/RichTextEffect.xml:17 +msgid "" +"https://github.com/Eoin-ONeill-Yokai/Godot-Rich-Text-Effect-Test-Project" +msgstr "" + +#: doc/classes/CharFXTransform.xml:17 doc/classes/CharFXTransform.xml:45 +msgid "" +"The index of the current character (starting from 0). Setting this property " +"won't affect drawing." +msgstr "" + +#: doc/classes/CharFXTransform.xml:20 +msgid "" +"The Unicode codepoint the character will use. This only affects non-" +"whitespace characters. [method @GDScript.ord] can be useful here. For " +"example, the following will replace all characters with asterisks:\n" +"[codeblock]\n" +"# `char_fx` is the CharFXTransform parameter from `_process_custom_fx()`.\n" +"# See the RichTextEffect documentation for details.\n" +"char_fx.character = ord(\"*\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/CharFXTransform.xml:28 +msgid "The color the character will be drawn with." +msgstr "" + +#: doc/classes/CharFXTransform.xml:31 +msgid "" +"The time elapsed since the [RichTextLabel] was added to the scene tree (in " +"seconds). Time stops when the [RichTextLabel] is paused (see [member Node." +"pause_mode]). Resets when the text in the [RichTextLabel] is changed.\n" +"[b]Note:[/b] Time still passes while the [RichTextLabel] is hidden." +msgstr "" + +#: doc/classes/CharFXTransform.xml:35 +msgid "" +"Contains the arguments passed in the opening BBCode tag. By default, " +"arguments are strings; if their contents match a type such as [bool], [int] " +"or [float], they will be converted automatically. Color codes in the form " +"[code]#rrggbb[/code] or [code]#rgb[/code] will be converted to an opaque " +"[Color]. String arguments may not contain spaces, even if they're quoted. If " +"present, quotes will also be present in the final string.\n" +"For example, the opening BBCode tag [code][example foo=hello bar=true baz=42 " +"color=#ffffff][/code] will map to the following [Dictionary]:\n" +"[codeblock]\n" +"{\"foo\": \"hello\", \"bar\": true, \"baz\": 42, \"color\": Color(1, 1, 1, " +"1)}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/CharFXTransform.xml:42 +msgid "The position offset the character will be drawn with (in pixels)." +msgstr "" + +#: doc/classes/CharFXTransform.xml:48 +msgid "" +"If [code]true[/code], the character will be drawn. If [code]false[/code], " +"the character will be hidden. Characters around hidden characters will " +"reflow to take the space of hidden characters. If this is not desired, set " +"their [member color] to [code]Color(1, 1, 1, 0)[/code] instead." +msgstr "" + +#: doc/classes/CheckBox.xml:4 +msgid "Binary choice user interface widget. See also [CheckButton]." +msgstr "" + +#: doc/classes/CheckBox.xml:7 +msgid "" +"A checkbox allows the user to make a binary choice (choosing only one of two " +"possible options). It's similar to [CheckButton] in functionality, but it " +"has a different appearance. To follow established UX patterns, it's " +"recommended to use CheckBox when toggling it has [b]no[/b] immediate effect " +"on something. For instance, it should be used when toggling it will only do " +"something once a confirmation button is pressed.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/CheckBox.xml:22 +msgid "The vertical offset used when rendering the check icons (in pixels)." +msgstr "" + +#: doc/classes/CheckBox.xml:25 +msgid "The check icon to display when the [CheckBox] is checked." +msgstr "" + +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:34 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is focused." +msgstr "" + +#: doc/classes/CheckBox.xml:37 +msgid "The [Font] to use for the [CheckBox] text." +msgstr "" + +#: doc/classes/CheckBox.xml:40 +msgid "The [CheckBox] text's font color." +msgstr "" + +#: doc/classes/CheckBox.xml:43 +msgid "The [CheckBox] text's font color when it's disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 +msgid "The [CheckBox] text's font color when it's hovered." +msgstr "" + +#: doc/classes/CheckBox.xml:52 +msgid "The [CheckBox] text's font color when it's hovered and pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:55 +msgid "The [CheckBox] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:58 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is hovered." +msgstr "" + +#: doc/classes/CheckBox.xml:61 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is hovered and " +"pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:64 +msgid "The separation between the check icon and the text (in pixels)." +msgstr "" + +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 +msgid "The [StyleBox] to display as a background." +msgstr "" + +#: doc/classes/CheckBox.xml:70 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:73 +msgid "" +"If the [CheckBox] is configured as a radio button, the icon to display when " +"the [CheckBox] is checked." +msgstr "" + +#: doc/classes/CheckBox.xml:78 +msgid "" +"If the [CheckBox] is configured as a radio button, the icon to display when " +"the [CheckBox] is unchecked." +msgstr "" + +#: doc/classes/CheckBox.xml:83 +msgid "The check icon to display when the [CheckBox] is unchecked." +msgstr "" + +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:4 +msgid "Checkable button. See also [CheckBox]." +msgstr "" + +#: doc/classes/CheckButton.xml:7 +msgid "" +"CheckButton is a toggle button displayed as a check field. It's similar to " +"[CheckBox] in functionality, but it has a different appearance. To follow " +"established UX patterns, it's recommended to use CheckButton when toggling " +"it has an [b]immediate[/b] effect on something. For instance, it should be " +"used if toggling it enables/disables a setting without requiring the user to " +"press a confirmation button.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/CheckButton.xml:22 +msgid "The vertical offset used when rendering the toggle icons (in pixels)." +msgstr "" + +#: doc/classes/CheckButton.xml:25 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:28 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is focused." +msgstr "" + +#: doc/classes/CheckButton.xml:31 +msgid "The [Font] to use for the [CheckButton] text." +msgstr "" + +#: doc/classes/CheckButton.xml:34 +msgid "The [CheckButton] text's font color." +msgstr "" + +#: doc/classes/CheckButton.xml:37 +msgid "The [CheckButton] text's font color when it's disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:40 +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckButton.xml:43 +msgid "The [CheckButton] text's font color when it's hovered." +msgstr "" + +#: doc/classes/CheckButton.xml:46 +msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is hovered." +msgstr "" + +#: doc/classes/CheckButton.xml:55 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is hovered " +"and pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:58 +msgid "The separation between the toggle icon and the text (in pixels)." +msgstr "" + +#: doc/classes/CheckButton.xml:64 +msgid "The icon to display when the [CheckButton] is unchecked." +msgstr "" + +#: doc/classes/CheckButton.xml:67 +msgid "The icon to display when the [CheckButton] is unchecked and disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:70 +msgid "The icon to display when the [CheckButton] is checked." +msgstr "" + +#: doc/classes/CheckButton.xml:73 +msgid "The icon to display when the [CheckButton] is checked and disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:76 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is pressed." +msgstr "" + +#: doc/classes/CircleShape2D.xml:4 +msgid "Circular shape for 2D collisions." +msgstr "" + +#: doc/classes/CircleShape2D.xml:7 +msgid "" +"Circular shape for 2D collisions. This shape is useful for modeling balls or " +"small characters and its collision detection with everything else is very " +"fast." +msgstr "" + +#: doc/classes/CircleShape2D.xml:15 +msgid "The circle's radius." +msgstr "" + +#: doc/classes/ClassDB.xml:4 +msgid "Class information repository." +msgstr "" + +#: doc/classes/ClassDB.xml:7 +msgid "Provides access to metadata stored for every available class." +msgstr "" + +#: doc/classes/ClassDB.xml:16 +msgid "" +"Returns [code]true[/code] if you can instance objects from the specified " +"[code]class[/code], [code]false[/code] in other case." +msgstr "" + +#: doc/classes/ClassDB.xml:23 +msgid "Returns whether the specified [code]class[/code] is available or not." +msgstr "" + +#: doc/classes/ClassDB.xml:30 +msgid "" +"Returns a category associated with the class for use in documentation and " +"the Asset Library. Debug mode required." +msgstr "" + +#: doc/classes/ClassDB.xml:39 +msgid "" +"Returns an array with all the keys in [code]enum[/code] of [code]class[/" +"code] or its ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:47 +msgid "" +"Returns an array with all the enums of [code]class[/code] or its ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:55 +msgid "" +"Returns the value of the integer constant [code]name[/code] of [code]class[/" +"code] or its ancestry. Always returns 0 when the constant could not be found." +msgstr "" + +#: doc/classes/ClassDB.xml:64 +msgid "" +"Returns which enum the integer constant [code]name[/code] of [code]class[/" +"code] or its ancestry belongs to." +msgstr "" + +#: doc/classes/ClassDB.xml:72 +msgid "" +"Returns an array with the names all the integer constants of [code]class[/" +"code] or its ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:80 +msgid "" +"Returns an array with all the methods of [code]class[/code] or its ancestry " +"if [code]no_inheritance[/code] is [code]false[/code]. Every element of the " +"array is a [Dictionary] with the following keys: [code]args[/code], " +"[code]default_args[/code], [code]flags[/code], [code]id[/code], [code]name[/" +"code], [code]return: (class_name, hint, hint_string, name, type, usage)[/" +"code].\n" +"[b]Note:[/b] In exported release builds the debug info is not available, so " +"the returned dictionaries will contain only method names." +msgstr "" + +#: doc/classes/ClassDB.xml:89 +msgid "" +"Returns the value of [code]property[/code] of [code]class[/code] or its " +"ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:97 +msgid "" +"Returns an array with all the properties of [code]class[/code] or its " +"ancestry if [code]no_inheritance[/code] is [code]false[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:105 +msgid "" +"Returns the [code]signal[/code] data of [code]class[/code] or its ancestry. " +"The returned value is a [Dictionary] with the following keys: [code]args[/" +"code], [code]default_args[/code], [code]flags[/code], [code]id[/code], " +"[code]name[/code], [code]return: (class_name, hint, hint_string, name, type, " +"usage)[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:113 +msgid "" +"Returns an array with all the signals of [code]class[/code] or its ancestry " +"if [code]no_inheritance[/code] is [code]false[/code]. Every element of the " +"array is a [Dictionary] as described in [method class_get_signal]." +msgstr "" + +#: doc/classes/ClassDB.xml:122 +msgid "" +"Returns whether [code]class[/code] or its ancestry has an enum called " +"[code]name[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:130 +msgid "" +"Returns whether [code]class[/code] or its ancestry has an integer constant " +"called [code]name[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:139 +msgid "" +"Returns whether [code]class[/code] (or its ancestry if [code]no_inheritance[/" +"code] is [code]false[/code]) has a method called [code]method[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:147 +msgid "" +"Returns whether [code]class[/code] or its ancestry has a signal called " +"[code]signal[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:156 +msgid "" +"Sets [code]property[/code] value of [code]class[/code] to [code]value[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:162 +msgid "Returns the names of all the classes available." +msgstr "" + +#: doc/classes/ClassDB.xml:169 +msgid "" +"Returns the names of all the classes that directly or indirectly inherit " +"from [code]class[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:176 +msgid "Returns the parent class of [code]class[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:183 +msgid "Creates an instance of [code]class[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:190 +msgid "Returns whether this [code]class[/code] is enabled or not." +msgstr "" + +#: doc/classes/ClassDB.xml:198 +msgid "" +"Returns whether [code]inherits[/code] is an ancestor of [code]class[/code] " +"or not." +msgstr "" + +#: doc/classes/ClippedCamera.xml:4 +msgid "A [Camera] that includes collision." +msgstr "" + +#: doc/classes/ClippedCamera.xml:7 +msgid "" +"This node extends [Camera] to add collisions with [Area] and/or " +"[PhysicsBody] nodes. The camera cannot move through colliding objects." +msgstr "" + +#: doc/classes/ClippedCamera.xml:16 +msgid "" +"Adds a collision exception so the camera does not collide with the specified " +"node." +msgstr "" + +#: doc/classes/ClippedCamera.xml:23 +msgid "" +"Adds a collision exception so the camera does not collide with the specified " +"[RID]." +msgstr "" + +#: doc/classes/ClippedCamera.xml:29 +msgid "Removes all collision exceptions." +msgstr "" + +#: doc/classes/ClippedCamera.xml:35 +msgid "Returns the distance the camera has been offset due to a collision." +msgstr "" + +#: doc/classes/ClippedCamera.xml:42 +msgid "" +"Returns [code]true[/code] if the specified bit index is on.\n" +"[b]Note:[/b] Bit indices range from 0-19." +msgstr "" + +#: doc/classes/ClippedCamera.xml:50 +msgid "Removes a collision exception with the specified node." +msgstr "" + +#: doc/classes/ClippedCamera.xml:57 +msgid "Removes a collision exception with the specified [RID]." +msgstr "" + +#: doc/classes/ClippedCamera.xml:65 +msgid "" +"Sets the specified bit index to the [code]value[/code].\n" +"[b]Note:[/b] Bit indices range from 0-19." +msgstr "" + +#: doc/classes/ClippedCamera.xml:72 +msgid "If [code]true[/code], the camera stops on contact with [Area]s." +msgstr "" + +#: doc/classes/ClippedCamera.xml:75 +msgid "If [code]true[/code], the camera stops on contact with [PhysicsBody]s." +msgstr "" + +#: doc/classes/ClippedCamera.xml:78 +msgid "" +"The camera's collision mask. Only objects in at least one collision layer " +"matching the mask will be detected. See [url=https://docs.godotengine.org/" +"en/3.4/tutorials/physics/physics_introduction.html#collision-layers-and-" +"masks]Collision layers and masks[/url] in the documentation for more " +"information." +msgstr "" + +#: doc/classes/ClippedCamera.xml:81 +msgid "" +"The camera's collision margin. The camera can't get closer than this " +"distance to a colliding object." +msgstr "" + +#: doc/classes/ClippedCamera.xml:84 +msgid "The camera's process callback. See [enum ProcessMode]." +msgstr "" + +#: doc/classes/CollisionObject.xml:4 +msgid "Base node for collision objects." +msgstr "" + +#: doc/classes/CollisionObject.xml:7 +msgid "" +"CollisionObject is the base class for physics objects. It can hold any " +"number of collision [Shape]s. Each shape must be assigned to a [i]shape " +"owner[/i]. The CollisionObject can have any number of shape owners. Shape " +"owners are not nodes and do not appear in the editor, but are accessible " +"through code using the [code]shape_owner_*[/code] methods." +msgstr "" + +#: doc/classes/CollisionObject.xml:20 +msgid "" +"Receives unhandled [InputEvent]s. [code]position[/code] is the location in " +"world space of the mouse pointer on the surface of the shape with index " +"[code]shape_idx[/code] and [code]normal[/code] is the normal vector of the " +"surface at that point. Connect to the [signal input_event] signal to easily " +"pick up these events." +msgstr "" + +#: doc/classes/CollisionObject.xml:27 doc/classes/CollisionObject2D.xml:25 +msgid "" +"Creates a new shape owner for the given object. Returns [code]owner_id[/" +"code] of the new owner for future reference." +msgstr "" + +#: doc/classes/CollisionObject.xml:34 doc/classes/CollisionObject2D.xml:32 +msgid "" +"Returns whether or not the specified [code]bit[/code] of the [member " +"collision_layer] is set." +msgstr "" + +#: doc/classes/CollisionObject.xml:41 doc/classes/CollisionObject2D.xml:39 +msgid "" +"Returns whether or not the specified [code]bit[/code] of the [member " +"collision_mask] is set." +msgstr "" + +#: doc/classes/CollisionObject.xml:47 doc/classes/CollisionObject2D.xml:45 +msgid "Returns the object's [RID]." +msgstr "" + +#: doc/classes/CollisionObject.xml:53 doc/classes/CollisionObject2D.xml:58 +msgid "" +"Returns an [Array] of [code]owner_id[/code] identifiers. You can use these " +"ids in other methods that take [code]owner_id[/code] as an argument." +msgstr "" + +#: doc/classes/CollisionObject.xml:60 doc/classes/CollisionObject2D.xml:65 +msgid "If [code]true[/code], the shape owner and its shapes are disabled." +msgstr "" + +#: doc/classes/CollisionObject.xml:67 doc/classes/CollisionObject2D.xml:79 +msgid "Removes the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:75 doc/classes/CollisionObject2D.xml:87 +msgid "" +"If [code]value[/code] is [code]true[/code], sets the specified [code]bit[/" +"code] in the the [member collision_layer].\n" +"If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" +"code] in the the [member collision_layer]." +msgstr "" + +#: doc/classes/CollisionObject.xml:84 doc/classes/CollisionObject2D.xml:96 +msgid "" +"If [code]value[/code] is [code]true[/code], sets the specified [code]bit[/" +"code] in the the [member collision_mask].\n" +"If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" +"code] in the the [member collision_mask]." +msgstr "" + +#: doc/classes/CollisionObject.xml:92 doc/classes/CollisionObject2D.xml:104 +msgid "Returns the [code]owner_id[/code] of the given shape." +msgstr "" + +#: doc/classes/CollisionObject.xml:100 +msgid "Adds a [Shape] to the shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:107 doc/classes/CollisionObject2D.xml:119 +msgid "Removes all shapes from the shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:114 doc/classes/CollisionObject2D.xml:126 +msgid "Returns the parent object of the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:122 +msgid "Returns the [Shape] with the given id from the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:129 doc/classes/CollisionObject2D.xml:141 +msgid "Returns the number of shapes the given shape owner contains." +msgstr "" + +#: doc/classes/CollisionObject.xml:137 +msgid "" +"Returns the child index of the [Shape] with the given id from the given " +"shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:144 +msgid "Returns the shape owner's [Transform]." +msgstr "" + +#: doc/classes/CollisionObject.xml:152 doc/classes/CollisionObject2D.xml:164 +msgid "Removes a shape from the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:160 doc/classes/CollisionObject2D.xml:172 +msgid "If [code]true[/code], disables the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:168 +msgid "Sets the [Transform] of the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:174 +msgid "" +"The physics layers this CollisionObject3D is in. Collision objects can exist " +"in one or more of 32 different layers. See also [member collision_mask].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject.xml:178 +msgid "" +"The physics layers this CollisionObject3D scans. Collision objects can scan " +"one or more of 32 different layers. See also [member collision_layer].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject.xml:182 +msgid "" +"If [code]true[/code], the [CollisionObject] will continue to receive input " +"events as the mouse is dragged across its shapes." +msgstr "" + +#: doc/classes/CollisionObject.xml:185 +msgid "" +"If [code]true[/code], the [CollisionObject]'s shapes will respond to " +"[RayCast]s." +msgstr "" + +#: doc/classes/CollisionObject.xml:196 +msgid "" +"Emitted when the object receives an unhandled [InputEvent]. [code]position[/" +"code] is the location in world space of the mouse pointer on the surface of " +"the shape with index [code]shape_idx[/code] and [code]normal[/code] is the " +"normal vector of the surface at that point." +msgstr "" + +#: doc/classes/CollisionObject.xml:201 +msgid "Emitted when the mouse pointer enters any of this object's shapes." +msgstr "" + +#: doc/classes/CollisionObject.xml:206 +msgid "Emitted when the mouse pointer exits all this object's shapes." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:4 +msgid "Base node for 2D collision objects." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:7 +msgid "" +"CollisionObject2D is the base class for 2D physics objects. It can hold any " +"number of 2D collision [Shape2D]s. Each shape must be assigned to a [i]shape " +"owner[/i]. The CollisionObject2D can have any number of shape owners. Shape " +"owners are not nodes and do not appear in the editor, but are accessible " +"through code using the [code]shape_owner_*[/code] methods." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:18 +msgid "" +"Accepts unhandled [InputEvent]s. Requires [member input_pickable] to be " +"[code]true[/code]. [code]shape_idx[/code] is the child index of the clicked " +"[Shape2D]. Connect to the [code]input_event[/code] signal to easily pick up " +"these events." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:52 +msgid "" +"Returns the [code]one_way_collision_margin[/code] of the shape owner " +"identified by given [code]owner_id[/code]." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:72 +msgid "" +"Returns [code]true[/code] if collisions for the shape owner originating from " +"this [CollisionObject2D] will not be reported to collided with " +"[CollisionObject2D]s." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:112 +msgid "Adds a [Shape2D] to the shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:134 +msgid "Returns the [Shape2D] with the given id from the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:149 +msgid "" +"Returns the child index of the [Shape2D] with the given id from the given " +"shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:156 +msgid "Returns the shape owner's [Transform2D]." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:180 +msgid "" +"If [code]enable[/code] is [code]true[/code], collisions for the shape owner " +"originating from this [CollisionObject2D] will not be reported to collided " +"with [CollisionObject2D]s." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:188 +msgid "" +"Sets the [code]one_way_collision_margin[/code] of the shape owner identified " +"by given [code]owner_id[/code] to [code]margin[/code] pixels." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:196 +msgid "Sets the [Transform2D] of the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:202 +msgid "" +"The physics layers this CollisionObject2D is in. Collision objects can exist " +"in one or more of 32 different layers. See also [member collision_mask].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:206 +msgid "" +"The physics layers this CollisionObject2D scans. Collision objects can scan " +"one or more of 32 different layers. See also [member collision_layer].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:210 +msgid "" +"If [code]true[/code], this object is pickable. A pickable object can detect " +"the mouse pointer entering/leaving, and if the mouse is inside it, report " +"input events. Requires at least one [code]collision_layer[/code] bit to be " +"set." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:219 +msgid "" +"Emitted when an input event occurs. Requires [member input_pickable] to be " +"[code]true[/code] and at least one [code]collision_layer[/code] bit to be " +"set. See [method _input_event] for details." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:224 +msgid "" +"Emitted when the mouse pointer enters any of this object's shapes. Requires " +"[member input_pickable] to be [code]true[/code] and at least one " +"[code]collision_layer[/code] bit to be set." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:229 +msgid "" +"Emitted when the mouse pointer exits all this object's shapes. Requires " +"[member input_pickable] to be [code]true[/code] and at least one " +"[code]collision_layer[/code] bit to be set." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:4 +msgid "Editor-only class for defining a collision polygon in 3D space." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:7 +msgid "" +"Allows editing a collision polygon's vertices on a selected plane. Can also " +"set a depth perpendicular to that plane. This class is only available in the " +"editor. It will not appear in the scene tree at run-time. Creates a [Shape] " +"for gameplay. Properties modified during gameplay will have no effect." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:15 +msgid "" +"Length that the resulting collision extends in either direction " +"perpendicular to its polygon." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:18 +msgid "If [code]true[/code], no collision will be produced." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:21 +msgid "" +"The collision margin for the generated [Shape]. See [member Shape.margin] " +"for more details." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:24 +msgid "" +"Array of vertices which define the polygon.\n" +"[b]Note:[/b] The returned value is a copy of the original. Methods which " +"mutate the size or properties of the return value will not impact the " +"original polygon. To change properties of the polygon, assign it to a " +"temporary variable and make changes before reassigning the [code]polygon[/" +"code] member." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:4 +msgid "Defines a 2D collision polygon." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:7 +msgid "" +"Provides a 2D collision polygon to a [CollisionObject2D] parent. Polygons " +"can be drawn in the editor or specified by a list of vertices." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:15 +msgid "Collision build mode. Use one of the [enum BuildMode] constants." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:18 +msgid "If [code]true[/code], no collisions will be detected." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:21 +msgid "" +"If [code]true[/code], only edges that face up, relative to " +"[CollisionPolygon2D]'s rotation, will collide with other objects." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:24 +msgid "" +"The margin used for one-way collision (in pixels). Higher values will make " +"the shape thicker, and work better for colliders that enter the polygon at a " +"high velocity." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:27 +msgid "" +"The polygon's list of vertices. The final point will be connected to the " +"first. The returned value is a clone of the [PoolVector2Array], not a " +"reference." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:32 +msgid "Collisions will include the polygon and its contained area." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:35 +msgid "Collisions will only include the polygon edges." +msgstr "" + +#: doc/classes/CollisionShape.xml:4 +msgid "Node that represents collision shape data in 3D space." +msgstr "" + +#: doc/classes/CollisionShape.xml:7 +msgid "" +"Editor facility for creating and editing collision shapes in 3D space. You " +"can use this node to represent all sorts of collision shapes, for example, " +"add this to an [Area] to give it a detection shape, or add it to a " +"[PhysicsBody] to create a solid object. [b]IMPORTANT[/b]: this is an Editor-" +"only helper to create shapes, use [method CollisionObject." +"shape_owner_get_shape] to get the actual shape." +msgstr "" + +#: doc/classes/CollisionShape.xml:10 doc/classes/CollisionShape2D.xml:10 +#: doc/classes/Physics2DDirectBodyState.xml:10 +#: doc/classes/Physics2DDirectSpaceState.xml:10 doc/classes/PhysicsBody.xml:10 +#: doc/classes/PhysicsBody2D.xml:10 doc/classes/PhysicsDirectBodyState.xml:10 +#: doc/classes/PhysicsDirectSpaceState.xml:10 doc/classes/RigidBody.xml:14 +#: doc/classes/Shape.xml:10 doc/classes/Shape2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html" +msgstr "" + +#: doc/classes/CollisionShape.xml:19 +msgid "" +"Sets the collision shape's shape to the addition of all its convexed " +"[MeshInstance] siblings geometry." +msgstr "" + +#: doc/classes/CollisionShape.xml:26 +msgid "" +"If this method exists within a script it will be called whenever the shape " +"resource has been modified." +msgstr "" + +#: doc/classes/CollisionShape.xml:32 +msgid "A disabled collision shape has no effect in the world." +msgstr "" + +#: doc/classes/CollisionShape.xml:35 doc/classes/CollisionShape2D.xml:28 +msgid "The actual shape owned by this collision shape." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:4 +msgid "Node that represents collision shape data in 2D space." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:7 +msgid "" +"Editor facility for creating and editing collision shapes in 2D space. You " +"can use this node to represent all sorts of collision shapes, for example, " +"add this to an [Area2D] to give it a detection shape, or add it to a " +"[PhysicsBody2D] to create a solid object. [b]IMPORTANT[/b]: this is an " +"Editor-only helper to create shapes, use [method CollisionObject2D." +"shape_owner_get_shape] to get the actual shape." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:13 doc/classes/KinematicBody2D.xml:14 +#: doc/classes/RectangleShape2D.xml:11 doc/classes/TileMap.xml:17 +#: doc/classes/TileSet.xml:17 +msgid "https://godotengine.org/asset-library/asset/113" +msgstr "" + +#: doc/classes/CollisionShape2D.xml:19 +msgid "" +"A disabled collision shape has no effect in the world. This property should " +"be changed with [method Object.set_deferred]." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:22 +msgid "" +"Sets whether this collision shape should only detect collision on one side " +"(top or bottom)." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:25 +msgid "" +"The margin used for one-way collision (in pixels). Higher values will make " +"the shape thicker, and work better for colliders that enter the shape at a " +"high velocity." +msgstr "" + +#: doc/classes/Color.xml:4 +msgid "Color in RGBA format using floats on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:7 +msgid "" +"A color represented by red, green, blue, and alpha (RGBA) components. The " +"alpha component is often used for transparency. Values are in floating-point " +"and usually range from 0 to 1. Some properties (such as CanvasItem.modulate) " +"may accept values greater than 1 (overbright or HDR colors).\n" +"You can also create a color from standardized color names by using [method " +"@GDScript.ColorN] or directly using the color constants defined here. The " +"standardized color set is based on the [url=https://en.wikipedia.org/wiki/" +"X11_color_names]X11 color names[/url].\n" +"If you want to supply values in a range of 0 to 255, you should use [method " +"@GDScript.Color8].\n" +"[b]Note:[/b] In a boolean context, a Color will evaluate to [code]false[/" +"code] if it's equal to [code]Color(0, 0, 0, 1)[/code] (opaque black). " +"Otherwise, a Color will always evaluate to [code]true[/code].\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"color_constants.png]Color constants cheatsheet[/url]" +msgstr "" + +#: doc/classes/Color.xml:14 doc/classes/ColorPickerButton.xml:13 +msgid "https://godotengine.org/asset-library/asset/517" +msgstr "" + +#: doc/classes/Color.xml:15 doc/classes/ColorPicker.xml:11 +msgid "https://godotengine.org/asset-library/asset/146" +msgstr "" + +#: doc/classes/Color.xml:16 doc/classes/ColorPickerButton.xml:12 +msgid "https://godotengine.org/asset-library/asset/133" +msgstr "" + +#: doc/classes/Color.xml:23 +msgid "" +"Constructs a color from an HTML hexadecimal color string in ARGB or RGB " +"format. See also [method @GDScript.ColorN].\n" +"[codeblock]\n" +"# Each of the following creates the same color RGBA(178, 217, 10, 255).\n" +"var c1 = Color(\"#ffb2d90a\") # ARGB format with \"#\".\n" +"var c2 = Color(\"ffb2d90a\") # ARGB format.\n" +"var c3 = Color(\"#b2d90a\") # RGB format with \"#\".\n" +"var c4 = Color(\"b2d90a\") # RGB format.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:37 +msgid "" +"Constructs a color from a 32-bit integer in RGBA format (each byte " +"represents a color channel).\n" +"[codeblock]\n" +"var c = Color(274) # Similar to Color(0.0, 0.0, 0.004, 0.07)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:49 +msgid "" +"Constructs a color from RGB values, typically between 0 and 1. Alpha will be " +"1.\n" +"[codeblock]\n" +"var color = Color(0.2, 1.0, 0.7) # Similar to Color8(51, 255, 178, 255)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:62 +msgid "" +"Constructs a color from RGBA values, typically between 0 and 1.\n" +"[codeblock]\n" +"var color = Color(0.2, 1.0, 0.7, 0.8) # Similar to Color8(51, 255, 178, " +"204)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:72 +msgid "" +"Returns a new color resulting from blending this color over another. If the " +"color is opaque, the result is also opaque. The second color may have a " +"range of alpha values.\n" +"[codeblock]\n" +"var bg = Color(0.0, 1.0, 0.0, 0.5) # Green with alpha of 50%\n" +"var fg = Color(1.0, 0.0, 0.0, 0.5) # Red with alpha of 50%\n" +"var blended_color = bg.blend(fg) # Brown with alpha of 75%\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:83 +msgid "" +"Returns the most contrasting color.\n" +"[codeblock]\n" +"var c = Color(0.3, 0.4, 0.9)\n" +"var contrasted_color = c.contrasted() # Equivalent to RGBA(204, 229, 102, " +"255)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:94 +msgid "" +"Returns a new color resulting from making this color darker by the specified " +"percentage (ratio from 0 to 1).\n" +"[codeblock]\n" +"var green = Color(0.0, 1.0, 0.0)\n" +"var darkgreen = green.darkened(0.2) # 20% darker than regular green\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:108 +msgid "" +"Constructs a color from an HSV profile. [code]h[/code], [code]s[/code], and " +"[code]v[/code] are values between 0 and 1.\n" +"[codeblock]\n" +"var c = Color.from_hsv(0.58, 0.5, 0.79, 0.8) # Equivalent to HSV(210, 50, " +"79, 0.8) or Color8(100, 151, 201, 0.8)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:117 +msgid "" +"Returns the color's grayscale representation.\n" +"The gray value is calculated as [code](r + g + b) / 3[/code].\n" +"[codeblock]\n" +"var c = Color(0.2, 0.45, 0.82)\n" +"var gray = c.gray() # A value of 0.466667\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:128 +msgid "" +"Returns the inverted color [code](1 - r, 1 - g, 1 - b, a)[/code].\n" +"[codeblock]\n" +"var color = Color(0.3, 0.4, 0.9)\n" +"var inverted_color = color.inverted() # Equivalent to Color(0.7, 0.6, 0.1)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:139 +msgid "" +"Returns [code]true[/code] if this color and [code]color[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Color.xml:146 +msgid "" +"Returns a new color resulting from making this color lighter by the " +"specified percentage (ratio from 0 to 1).\n" +"[codeblock]\n" +"var green = Color(0.0, 1.0, 0.0)\n" +"var lightgreen = green.lightened(0.2) # 20% lighter than regular green\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:158 +msgid "" +"Returns the linear interpolation with another color. The interpolation " +"factor [code]weight[/code] is between 0 and 1.\n" +"[codeblock]\n" +"var c1 = Color(1.0, 0.0, 0.0)\n" +"var c2 = Color(0.0, 1.0, 0.0)\n" +"var li_c = c1.linear_interpolate(c2, 0.5) # Equivalent to Color(0.5, 0.5, " +"0.0)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:169 +msgid "" +"Returns the color converted to a 32-bit integer in ABGR format (each byte " +"represents a color channel). ABGR is the reversed version of the default " +"format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_abgr32()) # Prints 4281565439\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:179 +msgid "" +"Returns the color converted to a 64-bit integer in ABGR format (each word " +"represents a color channel). ABGR is the reversed version of the default " +"format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_abgr64()) # Prints -225178692812801\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:189 +msgid "" +"Returns the color converted to a 32-bit integer in ARGB format (each byte " +"represents a color channel). ARGB is more compatible with DirectX.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_argb32()) # Prints 4294934323\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:199 +msgid "" +"Returns the color converted to a 64-bit integer in ARGB format (each word " +"represents a color channel). ARGB is more compatible with DirectX.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_argb64()) # Prints -2147470541\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:210 +msgid "" +"Returns the color's HTML hexadecimal color string in ARGB format (ex: " +"[code]ff34f822[/code]).\n" +"Setting [code]with_alpha[/code] to [code]false[/code] excludes alpha from " +"the hexadecimal string.\n" +"[codeblock]\n" +"var c = Color(1, 1, 1, 0.5)\n" +"var s1 = c.to_html() # Returns \"7fffffff\"\n" +"var s2 = c.to_html(false) # Returns \"ffffff\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:222 +msgid "" +"Returns the color converted to a 32-bit integer in RGBA format (each byte " +"represents a color channel). RGBA is Godot's default format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_rgba32()) # Prints 4286526463\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:232 +msgid "" +"Returns the color converted to a 64-bit integer in RGBA format (each word " +"represents a color channel). RGBA is Godot's default format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_rgba64()) # Prints -140736629309441\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:242 +msgid "" +"The color's alpha (transparency) component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:245 +msgid "Wrapper for [member a] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:248 +msgid "The color's blue component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:251 +msgid "Wrapper for [member b] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:254 +msgid "The color's green component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:257 +msgid "Wrapper for [member g] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:260 +msgid "The HSV hue of this color, on the range 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:263 +msgid "The color's red component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:266 +msgid "Wrapper for [member r] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:269 +msgid "The HSV saturation of this color, on the range 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:272 +msgid "The HSV value (brightness) of this color, on the range 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:277 +msgid "Alice blue color." +msgstr "" + +#: doc/classes/Color.xml:280 +msgid "Antique white color." +msgstr "" + +#: doc/classes/Color.xml:283 +msgid "Aqua color." +msgstr "" + +#: doc/classes/Color.xml:286 +msgid "Aquamarine color." +msgstr "" + +#: doc/classes/Color.xml:289 +msgid "Azure color." +msgstr "" + +#: doc/classes/Color.xml:292 +msgid "Beige color." +msgstr "" + +#: doc/classes/Color.xml:295 +msgid "Bisque color." +msgstr "" + +#: doc/classes/Color.xml:298 +msgid "Black color." +msgstr "" + +#: doc/classes/Color.xml:301 +msgid "Blanche almond color." +msgstr "" + +#: doc/classes/Color.xml:304 +msgid "Blue color." +msgstr "" + +#: doc/classes/Color.xml:307 +msgid "Blue violet color." +msgstr "" + +#: doc/classes/Color.xml:310 +msgid "Brown color." +msgstr "" + +#: doc/classes/Color.xml:313 +msgid "Burly wood color." +msgstr "" + +#: doc/classes/Color.xml:316 +msgid "Cadet blue color." +msgstr "" + +#: doc/classes/Color.xml:319 +msgid "Chartreuse color." +msgstr "" + +#: doc/classes/Color.xml:322 +msgid "Chocolate color." +msgstr "" + +#: doc/classes/Color.xml:325 +msgid "Coral color." +msgstr "" + +#: doc/classes/Color.xml:328 +msgid "Cornflower color." +msgstr "" + +#: doc/classes/Color.xml:331 +msgid "Corn silk color." +msgstr "" + +#: doc/classes/Color.xml:334 +msgid "Crimson color." +msgstr "" + +#: doc/classes/Color.xml:337 +msgid "Cyan color." +msgstr "" + +#: doc/classes/Color.xml:340 +msgid "Dark blue color." +msgstr "" + +#: doc/classes/Color.xml:343 +msgid "Dark cyan color." +msgstr "" + +#: doc/classes/Color.xml:346 +msgid "Dark goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:349 +msgid "Dark gray color." +msgstr "" + +#: doc/classes/Color.xml:352 +msgid "Dark green color." +msgstr "" + +#: doc/classes/Color.xml:355 +msgid "Dark khaki color." +msgstr "" + +#: doc/classes/Color.xml:358 +msgid "Dark magenta color." +msgstr "" + +#: doc/classes/Color.xml:361 +msgid "Dark olive green color." +msgstr "" + +#: doc/classes/Color.xml:364 +msgid "Dark orange color." +msgstr "" + +#: doc/classes/Color.xml:367 +msgid "Dark orchid color." +msgstr "" + +#: doc/classes/Color.xml:370 +msgid "Dark red color." +msgstr "" + +#: doc/classes/Color.xml:373 +msgid "Dark salmon color." +msgstr "" + +#: doc/classes/Color.xml:376 +msgid "Dark sea green color." +msgstr "" + +#: doc/classes/Color.xml:379 +msgid "Dark slate blue color." +msgstr "" + +#: doc/classes/Color.xml:382 +msgid "Dark slate gray color." +msgstr "" + +#: doc/classes/Color.xml:385 +msgid "Dark turquoise color." +msgstr "" + +#: doc/classes/Color.xml:388 +msgid "Dark violet color." +msgstr "" + +#: doc/classes/Color.xml:391 +msgid "Deep pink color." +msgstr "" + +#: doc/classes/Color.xml:394 +msgid "Deep sky blue color." +msgstr "" + +#: doc/classes/Color.xml:397 +msgid "Dim gray color." +msgstr "" + +#: doc/classes/Color.xml:400 +msgid "Dodger blue color." +msgstr "" + +#: doc/classes/Color.xml:403 +msgid "Firebrick color." +msgstr "" + +#: doc/classes/Color.xml:406 +msgid "Floral white color." +msgstr "" + +#: doc/classes/Color.xml:409 +msgid "Forest green color." +msgstr "" + +#: doc/classes/Color.xml:412 +msgid "Fuchsia color." +msgstr "" + +#: doc/classes/Color.xml:415 +msgid "Gainsboro color." +msgstr "" + +#: doc/classes/Color.xml:418 +msgid "Ghost white color." +msgstr "" + +#: doc/classes/Color.xml:421 +msgid "Gold color." +msgstr "" + +#: doc/classes/Color.xml:424 +msgid "Goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:427 +msgid "Gray color." +msgstr "" + +#: doc/classes/Color.xml:430 +msgid "Green color." +msgstr "" + +#: doc/classes/Color.xml:433 +msgid "Green yellow color." +msgstr "" + +#: doc/classes/Color.xml:436 +msgid "Honeydew color." +msgstr "" + +#: doc/classes/Color.xml:439 +msgid "Hot pink color." +msgstr "" + +#: doc/classes/Color.xml:442 +msgid "Indian red color." +msgstr "" + +#: doc/classes/Color.xml:445 +msgid "Indigo color." +msgstr "" + +#: doc/classes/Color.xml:448 +msgid "Ivory color." +msgstr "" + +#: doc/classes/Color.xml:451 +msgid "Khaki color." +msgstr "" + +#: doc/classes/Color.xml:454 +msgid "Lavender color." +msgstr "" + +#: doc/classes/Color.xml:457 +msgid "Lavender blush color." +msgstr "" + +#: doc/classes/Color.xml:460 +msgid "Lawn green color." +msgstr "" + +#: doc/classes/Color.xml:463 +msgid "Lemon chiffon color." +msgstr "" + +#: doc/classes/Color.xml:466 +msgid "Light blue color." +msgstr "" + +#: doc/classes/Color.xml:469 +msgid "Light coral color." +msgstr "" + +#: doc/classes/Color.xml:472 +msgid "Light cyan color." +msgstr "" + +#: doc/classes/Color.xml:475 +msgid "Light goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:478 +msgid "Light gray color." +msgstr "" + +#: doc/classes/Color.xml:481 +msgid "Light green color." +msgstr "" + +#: doc/classes/Color.xml:484 +msgid "Light pink color." +msgstr "" + +#: doc/classes/Color.xml:487 +msgid "Light salmon color." +msgstr "" + +#: doc/classes/Color.xml:490 +msgid "Light sea green color." +msgstr "" + +#: doc/classes/Color.xml:493 +msgid "Light sky blue color." +msgstr "" + +#: doc/classes/Color.xml:496 +msgid "Light slate gray color." +msgstr "" + +#: doc/classes/Color.xml:499 +msgid "Light steel blue color." +msgstr "" + +#: doc/classes/Color.xml:502 +msgid "Light yellow color." +msgstr "" + +#: doc/classes/Color.xml:505 +msgid "Lime color." +msgstr "" + +#: doc/classes/Color.xml:508 +msgid "Lime green color." +msgstr "" + +#: doc/classes/Color.xml:511 +msgid "Linen color." +msgstr "" + +#: doc/classes/Color.xml:514 +msgid "Magenta color." +msgstr "" + +#: doc/classes/Color.xml:517 +msgid "Maroon color." +msgstr "" + +#: doc/classes/Color.xml:520 +msgid "Medium aquamarine color." +msgstr "" + +#: doc/classes/Color.xml:523 +msgid "Medium blue color." +msgstr "" + +#: doc/classes/Color.xml:526 +msgid "Medium orchid color." +msgstr "" + +#: doc/classes/Color.xml:529 +msgid "Medium purple color." +msgstr "" + +#: doc/classes/Color.xml:532 +msgid "Medium sea green color." +msgstr "" + +#: doc/classes/Color.xml:535 +msgid "Medium slate blue color." +msgstr "" + +#: doc/classes/Color.xml:538 +msgid "Medium spring green color." +msgstr "" + +#: doc/classes/Color.xml:541 +msgid "Medium turquoise color." +msgstr "" + +#: doc/classes/Color.xml:544 +msgid "Medium violet red color." +msgstr "" + +#: doc/classes/Color.xml:547 +msgid "Midnight blue color." +msgstr "" + +#: doc/classes/Color.xml:550 +msgid "Mint cream color." +msgstr "" + +#: doc/classes/Color.xml:553 +msgid "Misty rose color." +msgstr "" + +#: doc/classes/Color.xml:556 +msgid "Moccasin color." +msgstr "" + +#: doc/classes/Color.xml:559 +msgid "Navajo white color." +msgstr "" + +#: doc/classes/Color.xml:562 +msgid "Navy blue color." +msgstr "" + +#: doc/classes/Color.xml:565 +msgid "Old lace color." +msgstr "" + +#: doc/classes/Color.xml:568 +msgid "Olive color." +msgstr "" + +#: doc/classes/Color.xml:571 +msgid "Olive drab color." +msgstr "" + +#: doc/classes/Color.xml:574 +msgid "Orange color." +msgstr "" + +#: doc/classes/Color.xml:577 +msgid "Orange red color." +msgstr "" + +#: doc/classes/Color.xml:580 +msgid "Orchid color." +msgstr "" + +#: doc/classes/Color.xml:583 +msgid "Pale goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:586 +msgid "Pale green color." +msgstr "" + +#: doc/classes/Color.xml:589 +msgid "Pale turquoise color." +msgstr "" + +#: doc/classes/Color.xml:592 +msgid "Pale violet red color." +msgstr "" + +#: doc/classes/Color.xml:595 +msgid "Papaya whip color." +msgstr "" + +#: doc/classes/Color.xml:598 +msgid "Peach puff color." +msgstr "" + +#: doc/classes/Color.xml:601 +msgid "Peru color." +msgstr "" + +#: doc/classes/Color.xml:604 +msgid "Pink color." +msgstr "" + +#: doc/classes/Color.xml:607 +msgid "Plum color." +msgstr "" + +#: doc/classes/Color.xml:610 +msgid "Powder blue color." +msgstr "" + +#: doc/classes/Color.xml:613 +msgid "Purple color." +msgstr "" + +#: doc/classes/Color.xml:616 +msgid "Rebecca purple color." +msgstr "" + +#: doc/classes/Color.xml:619 +msgid "Red color." +msgstr "" + +#: doc/classes/Color.xml:622 +msgid "Rosy brown color." +msgstr "" + +#: doc/classes/Color.xml:625 +msgid "Royal blue color." +msgstr "" + +#: doc/classes/Color.xml:628 +msgid "Saddle brown color." +msgstr "" + +#: doc/classes/Color.xml:631 +msgid "Salmon color." +msgstr "" + +#: doc/classes/Color.xml:634 +msgid "Sandy brown color." +msgstr "" + +#: doc/classes/Color.xml:637 +msgid "Sea green color." +msgstr "" + +#: doc/classes/Color.xml:640 +msgid "Seashell color." +msgstr "" + +#: doc/classes/Color.xml:643 +msgid "Sienna color." +msgstr "" + +#: doc/classes/Color.xml:646 +msgid "Silver color." +msgstr "" + +#: doc/classes/Color.xml:649 +msgid "Sky blue color." +msgstr "" + +#: doc/classes/Color.xml:652 +msgid "Slate blue color." +msgstr "" + +#: doc/classes/Color.xml:655 +msgid "Slate gray color." +msgstr "" + +#: doc/classes/Color.xml:658 +msgid "Snow color." +msgstr "" + +#: doc/classes/Color.xml:661 +msgid "Spring green color." +msgstr "" + +#: doc/classes/Color.xml:664 +msgid "Steel blue color." +msgstr "" + +#: doc/classes/Color.xml:667 +msgid "Tan color." +msgstr "" + +#: doc/classes/Color.xml:670 +msgid "Teal color." +msgstr "" + +#: doc/classes/Color.xml:673 +msgid "Thistle color." +msgstr "" + +#: doc/classes/Color.xml:676 +msgid "Tomato color." +msgstr "" + +#: doc/classes/Color.xml:679 +msgid "Transparent color (white with no alpha)." +msgstr "" + +#: doc/classes/Color.xml:682 +msgid "Turquoise color." +msgstr "" + +#: doc/classes/Color.xml:685 +msgid "Violet color." +msgstr "" + +#: doc/classes/Color.xml:688 +msgid "Web gray color." +msgstr "" + +#: doc/classes/Color.xml:691 +msgid "Web green color." +msgstr "" + +#: doc/classes/Color.xml:694 +msgid "Web maroon color." +msgstr "" + +#: doc/classes/Color.xml:697 +msgid "Web purple color." +msgstr "" + +#: doc/classes/Color.xml:700 +msgid "Wheat color." +msgstr "" + +#: doc/classes/Color.xml:703 +msgid "White color." +msgstr "" + +#: doc/classes/Color.xml:706 +msgid "White smoke color." +msgstr "" + +#: doc/classes/Color.xml:709 +msgid "Yellow color." +msgstr "" + +#: doc/classes/Color.xml:712 +msgid "Yellow green color." +msgstr "" + +#: doc/classes/ColorPicker.xml:4 +msgid "Color picker control." +msgstr "" + +#: doc/classes/ColorPicker.xml:7 +msgid "" +"Displays a color picker widget. Useful for selecting a color from an RGB/" +"RGBA colorspace.\n" +"[b]Note:[/b] This control is the color picker widget itself. You can use a " +"[ColorPickerButton] instead if you need a button that brings up a " +"[ColorPicker] in a pop-up." +msgstr "" + +#: doc/classes/ColorPicker.xml:18 +msgid "" +"Adds the given color to a list of color presets. The presets are displayed " +"in the color picker and the user will be able to select them.\n" +"[b]Note:[/b] The presets list is only for [i]this[/i] color picker." +msgstr "" + +#: doc/classes/ColorPicker.xml:26 +msgid "" +"Removes the given color from the list of color presets of this color picker." +msgstr "" + +#: doc/classes/ColorPicker.xml:32 +msgid "Returns the list of colors in the presets of the color picker." +msgstr "" + +#: doc/classes/ColorPicker.xml:38 doc/classes/ColorPickerButton.xml:33 +msgid "The currently selected color." +msgstr "" + +#: doc/classes/ColorPicker.xml:41 +msgid "" +"If [code]true[/code], the color will apply only after the user releases the " +"mouse button, otherwise it will apply immediately even in mouse motion event " +"(which can cause performance issues)." +msgstr "" + +#: doc/classes/ColorPicker.xml:44 +msgid "If [code]true[/code], shows an alpha channel slider (transparency)." +msgstr "" + +#: doc/classes/ColorPicker.xml:47 +msgid "" +"If [code]true[/code], allows editing the color with Hue/Saturation/Value " +"sliders.\n" +"[b]Note:[/b] Cannot be enabled if raw mode is on." +msgstr "" + +#: doc/classes/ColorPicker.xml:51 +msgid "If [code]true[/code], the \"add preset\" button is enabled." +msgstr "" + +#: doc/classes/ColorPicker.xml:54 +msgid "If [code]true[/code], saved color presets are visible." +msgstr "" + +#: doc/classes/ColorPicker.xml:57 +msgid "" +"If [code]true[/code], allows the color R, G, B component values to go beyond " +"1.0, which can be used for certain special operations that require it (like " +"tinting without darkening or rendering sprites in HDR).\n" +"[b]Note:[/b] Cannot be enabled if HSV mode is on." +msgstr "" + +#: doc/classes/ColorPicker.xml:65 +msgid "Emitted when the color is changed." +msgstr "" + +#: doc/classes/ColorPicker.xml:71 +msgid "Emitted when a preset is added." +msgstr "" + +#: doc/classes/ColorPicker.xml:77 +msgid "Emitted when a preset is removed." +msgstr "" + +#: doc/classes/ColorPicker.xml:85 +msgid "The icon for the \"Add Preset\" button." +msgstr "" + +#: doc/classes/ColorPicker.xml:88 +msgid "Custom texture for the hue selection slider on the right." +msgstr "" + +#: doc/classes/ColorPicker.xml:93 +msgid "The width of the hue selection slider." +msgstr "" + +#: doc/classes/ColorPicker.xml:98 +msgid "The margin around the [ColorPicker]." +msgstr "" + +#: doc/classes/ColorPicker.xml:101 +msgid "" +"The indicator used to signalize that the color value is outside the 0-1 " +"range." +msgstr "" + +#: doc/classes/ColorPicker.xml:106 +msgid "The icon for the screen color picker button." +msgstr "" + +#: doc/classes/ColorPicker.xml:109 +msgid "The height of the saturation-value selection box." +msgstr "" + +#: doc/classes/ColorPicker.xml:112 +msgid "The width of the saturation-value selection box." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:4 +msgid "Button that pops out a [ColorPicker]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:7 +msgid "" +"Encapsulates a [ColorPicker] making it accessible by pressing a button. " +"Pressing the button will toggle the [ColorPicker] visibility.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node.\n" +"[b]Note:[/b] By default, the button may not be wide enough for the color " +"preview swatch to be visible. Make sure to set [member Control." +"rect_min_size] to a big enough value to give the button enough space." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:19 +msgid "" +"Returns the [ColorPicker] that this node toggles.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:26 +msgid "" +"Returns the control's [PopupPanel] which allows you to connect to popup " +"signals. This allows you to handle events when the ColorPicker is shown or " +"hidden.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:36 +msgid "" +"If [code]true[/code], the alpha channel in the displayed [ColorPicker] will " +"be visible." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:44 +msgid "Emitted when the color changes." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:49 +msgid "" +"Emitted when the [ColorPicker] is created (the button is pressed for the " +"first time)." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:54 +msgid "Emitted when the [ColorPicker] is closed." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:62 +msgid "The background of the color preview rect on the button." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:65 +msgid "[StyleBox] used when the [ColorPickerButton] is disabled." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:68 +msgid "" +"[StyleBox] used when the [ColorPickerButton] is focused. It is displayed " +"over the current [StyleBox], so using [StyleBoxEmpty] will just disable the " +"focus visual effect." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:71 +msgid "[Font] of the [ColorPickerButton]'s text." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:74 +msgid "Default text [Color] of the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:77 +msgid "Text [Color] used when the [ColorPickerButton] is disabled." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:80 +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:83 +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:86 +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:89 +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:92 +msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 +msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." +msgstr "" + +#: doc/classes/ColorRect.xml:4 +msgid "Colored rectangle." +msgstr "" + +#: doc/classes/ColorRect.xml:7 +msgid "" +"Displays a rectangle filled with a solid [member color]. If you need to " +"display the border alone, consider using [ReferenceRect] instead." +msgstr "" + +#: doc/classes/ColorRect.xml:16 +msgid "" +"The fill color.\n" +"[codeblock]\n" +"$ColorRect.color = Color(1, 0, 0, 1) # Set ColorRect's color to red.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:4 +msgid "Concave polygon shape." +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:7 +msgid "" +"Concave polygon shape resource, which can be set into a [PhysicsBody] or " +"area. This shape is created by feeding a list of triangles.\n" +"[b]Note:[/b] When used for collision, [ConcavePolygonShape] is intended to " +"work with static [PhysicsBody] nodes like [StaticBody] and will not work " +"with [KinematicBody] or [RigidBody] with a mode other than Static." +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:17 +msgid "Returns the faces (an array of triangles)." +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:24 +msgid "Sets the faces (an array of triangles)." +msgstr "" + +#: doc/classes/ConcavePolygonShape2D.xml:4 +msgid "Concave polygon 2D shape resource for physics." +msgstr "" + +#: doc/classes/ConcavePolygonShape2D.xml:7 +msgid "" +"Concave polygon 2D shape resource for physics. It is made out of segments " +"and is optimal for complex polygonal concave collisions. However, it is not " +"advised to use for [RigidBody2D] nodes. A CollisionPolygon2D in convex " +"decomposition mode (solids) or several convex objects are advised for that " +"instead. Otherwise, a concave polygon 2D shape is better for static " +"collisions.\n" +"The main difference between a [ConvexPolygonShape2D] and a " +"[ConcavePolygonShape2D] is that a concave polygon assumes it is concave and " +"uses a more complex method of collision detection, and a convex one forces " +"itself to be convex in order to speed up collision detection." +msgstr "" + +#: doc/classes/ConcavePolygonShape2D.xml:16 +msgid "" +"The array of points that make up the [ConcavePolygonShape2D]'s line segments." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:4 +msgid "A twist joint between two 3D PhysicsBodies." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:7 +msgid "" +"The joint can rotate the bodies across an axis defined by the local x-axes " +"of the [Joint].\n" +"The twist axis is initiated as the X axis of the [Joint].\n" +"Once the Bodies swing, the twist axis is calculated as the middle of the x-" +"axes of the Joint in the local space of the two Bodies. See also " +"[Generic6DOFJoint]." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:30 doc/classes/ConeTwistJoint.xml:62 +#: doc/classes/PhysicsServer.xml:1076 +msgid "" +"The speed with which the swing or twist will take place.\n" +"The higher, the faster." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:34 doc/classes/ConeTwistJoint.xml:69 +#: doc/classes/PhysicsServer.xml:1083 +msgid "" +"Defines, how fast the swing- and twist-speed-difference on both sides gets " +"synced." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:37 doc/classes/ConeTwistJoint.xml:66 +msgid "" +"The ease with which the joint starts to twist. If it's too low, it takes " +"more force to start twisting the joint." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:40 doc/classes/ConeTwistJoint.xml:52 +#: doc/classes/PhysicsServer.xml:1066 +msgid "" +"Swing is rotation from side to side, around the axis perpendicular to the " +"twist axis.\n" +"The swing span defines, how much rotation will not get corrected along the " +"swing axis.\n" +"Could be defined as looseness in the [ConeTwistJoint].\n" +"If below 0.05, this behavior is locked." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:46 doc/classes/ConeTwistJoint.xml:58 +#: doc/classes/PhysicsServer.xml:1072 +msgid "" +"Twist is the rotation around the twist axis, this value defined how far the " +"joint can twist.\n" +"Twist is locked if below 0.05." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:72 doc/classes/Generic6DOFJoint.xml:384 +#: doc/classes/HingeJoint.xml:99 doc/classes/Light.xml:124 +#: doc/classes/SliderJoint.xml:165 +msgid "Represents the size of the [enum Param] enum." +msgstr "" + +#: doc/classes/ConfigFile.xml:4 +msgid "Helper class to handle INI-style files." +msgstr "" + +#: doc/classes/ConfigFile.xml:7 +msgid "" +"This helper class can be used to store [Variant] values on the filesystem " +"using INI-style formatting. The stored values are identified by a section " +"and a key:\n" +"[codeblock]\n" +"[section]\n" +"some_key=42\n" +"string_example=\"Hello World!\"\n" +"a_vector=Vector3( 1, 0, 2 )\n" +"[/codeblock]\n" +"The stored data can be saved to or parsed from a file, though ConfigFile " +"objects can also be used directly without accessing the filesystem.\n" +"The following example shows how to create a simple [ConfigFile] and save it " +"on disk:\n" +"[codeblock]\n" +"# Create new ConfigFile object.\n" +"var config = ConfigFile.new()\n" +"\n" +"# Store some values.\n" +"config.set_value(\"Player1\", \"player_name\", \"Steve\")\n" +"config.set_value(\"Player1\", \"best_score\", 10)\n" +"config.set_value(\"Player2\", \"player_name\", \"V3geta\")\n" +"config.set_value(\"Player2\", \"best_score\", 9001)\n" +"\n" +"# Save it to a file (overwrite if already exists).\n" +"config.save(\"user://scores.cfg\")\n" +"[/codeblock]\n" +"This example shows how the above file could be loaded:\n" +"[codeblock]\n" +"var score_data = {}\n" +"var config = ConfigFile.new()\n" +"\n" +"# Load data from a file.\n" +"var err = config.load(\"user://scores.cfg\")\n" +"\n" +"# If the file didn't load, ignore it.\n" +"if err != OK:\n" +" return\n" +"\n" +"# Iterate over all sections.\n" +"for player in config.get_sections():\n" +" # Fetch the data for each section.\n" +" var player_name = config.get_value(player, \"player_name\")\n" +" var player_score = config.get_value(player, \"best_score\")\n" +" score_data[player_name] = player_score\n" +"[/codeblock]\n" +"Any operation that mutates the ConfigFile such as [method set_value], " +"[method clear], or [method erase_section], only changes what is loaded in " +"memory. If you want to write the change to a file, you have to save the " +"changes with [method save], [method save_encrypted], or [method " +"save_encrypted_pass].\n" +"Keep in mind that section and property names can't contain spaces. Anything " +"after a space will be ignored on save and on load.\n" +"ConfigFiles can also contain manually written comment lines starting with a " +"semicolon ([code];[/code]). Those lines will be ignored when parsing the " +"file. Note that comments will be lost when saving the ConfigFile. This can " +"still be useful for dedicated server configuration files, which are " +"typically never overwritten without explicit user action.\n" +"[b]Note:[/b] The file extension given to a ConfigFile does not have any " +"impact on its formatting or behavior. By convention, the [code].cfg[/code] " +"extension is used here, but any other extension such as [code].ini[/code] is " +"also valid. Since neither [code].cfg[/code] nor [code].ini[/code] are " +"standardized, Godot's ConfigFile formatting may differ from files written by " +"other programs." +msgstr "" + +#: doc/classes/ConfigFile.xml:59 +msgid "Removes the entire contents of the config." +msgstr "" + +#: doc/classes/ConfigFile.xml:66 +msgid "" +"Deletes the specified section along with all the key-value pairs inside. " +"Raises an error if the section does not exist." +msgstr "" + +#: doc/classes/ConfigFile.xml:74 +msgid "" +"Deletes the specified key in a section. Raises an error if either the " +"section or the key do not exist." +msgstr "" + +#: doc/classes/ConfigFile.xml:81 +msgid "" +"Returns an array of all defined key identifiers in the specified section. " +"Raises an error and returns an empty array if the section does not exist." +msgstr "" + +#: doc/classes/ConfigFile.xml:87 +msgid "Returns an array of all defined section identifiers." +msgstr "" + +#: doc/classes/ConfigFile.xml:96 +msgid "" +"Returns the current value for the specified section and key. If either the " +"section or the key do not exist, the method returns the fallback " +"[code]default[/code] value. If [code]default[/code] is not specified or set " +"to [code]null[/code], an error is also raised." +msgstr "" + +#: doc/classes/ConfigFile.xml:103 +msgid "Returns [code]true[/code] if the specified section exists." +msgstr "" + +#: doc/classes/ConfigFile.xml:111 +msgid "Returns [code]true[/code] if the specified section-key pair exists." +msgstr "" + +#: doc/classes/ConfigFile.xml:118 +msgid "" +"Loads the config file specified as a parameter. The file's contents are " +"parsed and loaded in the [ConfigFile] object which the method was called " +"on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:127 +msgid "" +"Loads the encrypted config file specified as a parameter, using the provided " +"[code]key[/code] to decrypt it. The file's contents are parsed and loaded in " +"the [ConfigFile] object which the method was called on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:136 +msgid "" +"Loads the encrypted config file specified as a parameter, using the provided " +"[code]password[/code] to decrypt it. The file's contents are parsed and " +"loaded in the [ConfigFile] object which the method was called on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:144 +msgid "" +"Parses the passed string as the contents of a config file. The string is " +"parsed and loaded in the ConfigFile object which the method was called on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:152 +msgid "" +"Saves the contents of the [ConfigFile] object to the file specified as a " +"parameter. The output file uses an INI-style structure.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:161 +msgid "" +"Saves the contents of the [ConfigFile] object to the AES-256 encrypted file " +"specified as a parameter, using the provided [code]key[/code] to encrypt it. " +"The output file uses an INI-style structure.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:170 +msgid "" +"Saves the contents of the [ConfigFile] object to the AES-256 encrypted file " +"specified as a parameter, using the provided [code]password[/code] to " +"encrypt it. The output file uses an INI-style structure.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:180 +msgid "" +"Assigns a value to the specified key of the specified section. If either the " +"section or the key do not exist, they are created. Passing a [code]null[/" +"code] value deletes the specified key if it exists, and deletes the section " +"if it ends up empty once the key has been removed." +msgstr "" + +#: doc/classes/ConfirmationDialog.xml:4 +msgid "Dialog for confirmation of actions." +msgstr "" + +#: doc/classes/ConfirmationDialog.xml:7 +msgid "" +"Dialog for confirmation of actions. This dialog inherits from " +"[AcceptDialog], but has by default an OK and Cancel button (in host OS " +"order).\n" +"To get cancel action, you can use:\n" +"[codeblock]\n" +"get_cancel().connect(\"pressed\", self, \"cancelled\")\n" +"[/codeblock]." +msgstr "" + +#: doc/classes/ConfirmationDialog.xml:19 +msgid "" +"Returns the cancel button.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/Container.xml:4 +msgid "Base node for containers." +msgstr "" + +#: doc/classes/Container.xml:7 +msgid "" +"Base node for containers. A [Container] contains other controls and " +"automatically arranges them in a certain way.\n" +"A Control can inherit this to create custom container classes." +msgstr "" + +#: doc/classes/Container.xml:18 +msgid "" +"Fit a child control in a given rect. This is mainly a helper for creating " +"custom container classes." +msgstr "" + +#: doc/classes/Container.xml:24 +msgid "" +"Queue resort of the contained children. This is called automatically anyway, " +"but can be called upon request." +msgstr "" + +#: doc/classes/Container.xml:31 +msgid "Emitted when sorting the children is needed." +msgstr "" + +#: doc/classes/Container.xml:37 +msgid "" +"Notification for when sorting the children, it must be obeyed immediately." +msgstr "" + +#: doc/classes/Control.xml:4 +msgid "" +"All user interface nodes inherit from Control. A control's anchors and " +"margins adapt its position and size relative to its parent." +msgstr "" + +#: doc/classes/Control.xml:7 +msgid "" +"Base class for all UI-related nodes. [Control] features a bounding rectangle " +"that defines its extents, an anchor position relative to its parent control " +"or the current viewport, and margins that represent an offset to the anchor. " +"The margins update automatically when the node, any of its parents, or the " +"screen size change.\n" +"For more information on Godot's UI system, anchors, margins, and containers, " +"see the related tutorials in the manual. To build flexible UIs, you'll need " +"a mix of UI elements that inherit from [Control] and [Container] nodes.\n" +"[b]User Interface nodes and input[/b]\n" +"Godot sends input events to the scene's root node first, by calling [method " +"Node._input]. [method Node._input] forwards the event down the node tree to " +"the nodes under the mouse cursor, or on keyboard focus. To do so, it calls " +"[method MainLoop._input_event]. Call [method accept_event] so no other node " +"receives the event. Once you accept an input, it becomes handled so [method " +"Node._unhandled_input] will not process it.\n" +"Only one [Control] node can be in keyboard focus. Only the node in focus " +"will receive keyboard events. To get the focus, call [method grab_focus]. " +"[Control] nodes lose focus when another node grabs it, or if you hide the " +"node in focus.\n" +"Sets [member mouse_filter] to [constant MOUSE_FILTER_IGNORE] to tell a " +"[Control] node to ignore mouse or touch events. You'll need it if you place " +"an icon on top of a button.\n" +"[Theme] resources change the Control's appearance. If you change the [Theme] " +"on a [Control] node, it affects all of its children. To override some of the " +"theme's parameters, call one of the [code]add_*_override[/code] methods, " +"like [method add_font_override]. You can override the theme with the " +"inspector.\n" +"[b]Note:[/b] Theme items are [i]not[/i] [Object] properties. This means you " +"can't access their values using [method Object.get] and [method Object.set]. " +"Instead, use [method get_color], [method get_constant], [method get_font], " +"[method get_icon], [method get_stylebox], and the [code]add_*_override[/" +"code] methods provided by this class." +msgstr "" + +#: doc/classes/Control.xml:17 +msgid "https://docs.godotengine.org/en/3.4/tutorials/gui/index.html" +msgstr "" + +#: doc/classes/Control.xml:19 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/gui/control_node_gallery.html" +msgstr "" + +#: doc/classes/Control.xml:20 +msgid "https://github.com/godotengine/godot-demo-projects/tree/master/gui" +msgstr "" + +#: doc/classes/Control.xml:26 +msgid "" +"Virtual method to be implemented by the user. Returns whether [method " +"_gui_input] should not be called for children controls outside this " +"control's rectangle. Input will be clipped to the Rect of this [Control]. " +"Similar to [member rect_clip_content], but doesn't affect visibility.\n" +"If not overridden, defaults to [code]false[/code]." +msgstr "" + +#: doc/classes/Control.xml:33 +msgid "" +"Virtual method to be implemented by the user. Returns the minimum size for " +"this control. Alternative to [member rect_min_size] for controlling minimum " +"size via code. The actual minimum size will be the max value of these two " +"(in each axis separately).\n" +"If not overridden, defaults to [constant Vector2.ZERO]." +msgstr "" + +#: doc/classes/Control.xml:41 +msgid "" +"Virtual method to be implemented by the user. Use this method to process and " +"accept inputs on UI elements. See [method accept_event].\n" +"Example: clicking a control.\n" +"[codeblock]\n" +"func _gui_input(event):\n" +" if event is InputEventMouseButton:\n" +" if event.button_index == BUTTON_LEFT and event.pressed:\n" +" print(\"I've been clicked D:\")\n" +"[/codeblock]\n" +"The event won't trigger if:\n" +"* clicking outside the control (see [method has_point]);\n" +"* control has [member mouse_filter] set to [constant MOUSE_FILTER_IGNORE];\n" +"* control is obstructed by another [Control] on top of it, which doesn't " +"have [member mouse_filter] set to [constant MOUSE_FILTER_IGNORE];\n" +"* control's parent has [member mouse_filter] set to [constant " +"MOUSE_FILTER_STOP] or has accepted the event;\n" +"* it happens outside the parent's rectangle and the parent has either " +"[member rect_clip_content] or [method _clips_input] enabled.\n" +"[b]Note:[/b] Event position is relative to the control origin." +msgstr "" + +#: doc/classes/Control.xml:62 +msgid "" +"Virtual method to be implemented by the user. Returns a [Control] node that " +"should be used as a tooltip instead of the default one. The [code]for_text[/" +"code] includes the contents of the [member hint_tooltip] property.\n" +"The returned node must be of type [Control] or Control-derived. It can have " +"child nodes of any type. It is freed when the tooltip disappears, so make " +"sure you always provide a new instance (if you want to use a pre-existing " +"node from your scene tree, you can duplicate it and pass the duplicated " +"instance). When [code]null[/code] or a non-Control node is returned, the " +"default tooltip will be used instead.\n" +"The returned node will be added as child to a [PopupPanel], so you should " +"only provide the contents of that panel. That [PopupPanel] can be themed " +"using [method Theme.set_stylebox] for the type [code]\"TooltipPanel\"[/code] " +"(see [member hint_tooltip] for an example).\n" +"[b]Note:[/b] The tooltip is shrunk to minimal size. If you want to ensure " +"it's fully visible, you might want to set its [member rect_min_size] to some " +"non-zero value.\n" +"Example of usage with a custom-constructed node:\n" +"[codeblock]\n" +"func _make_custom_tooltip(for_text):\n" +" var label = Label.new()\n" +" label.text = for_text\n" +" return label\n" +"[/codeblock]\n" +"Example of usage with a custom scene instance:\n" +"[codeblock]\n" +"func _make_custom_tooltip(for_text):\n" +" var tooltip = preload(\"res://SomeTooltipScene.tscn\").instance()\n" +" tooltip.get_node(\"Label\").text = for_text\n" +" return tooltip\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:85 +msgid "" +"Marks an input event as handled. Once you accept an input event, it stops " +"propagating, even to nodes listening to [method Node._unhandled_input] or " +"[method Node._unhandled_key_input]." +msgstr "" + +#: doc/classes/Control.xml:93 +msgid "" +"Creates a local override for a theme [Color] with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override cannot be removed, but it can be overridden with " +"the corresponding default value.\n" +"See also [method get_color].\n" +"[b]Example of overriding a label's color and resetting it later:[/b]\n" +"[codeblock]\n" +"# Given the child Label node \"MyLabel\", override its font color with a " +"custom value.\n" +"$MyLabel.add_color_override(\"font_color\", Color(1, 0.5, 0))\n" +"# Reset the font color of the child label.\n" +"$MyLabel.add_color_override(\"font_color\", get_color(\"font_color\", \"Label" +"\"))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:109 +msgid "" +"Creates a local override for a theme constant with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override cannot be removed, but it can be overridden with " +"the corresponding default value.\n" +"See also [method get_constant]." +msgstr "" + +#: doc/classes/Control.xml:118 +msgid "" +"Creates a local override for a theme [Font] with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override can be removed by assigning it a [code]null[/code] " +"value.\n" +"See also [method get_font]." +msgstr "" + +#: doc/classes/Control.xml:127 +msgid "" +"Creates a local override for a theme icon with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override can be removed by assigning it a [code]null[/code] " +"value.\n" +"See also [method get_icon]." +msgstr "" + +#: doc/classes/Control.xml:136 +msgid "" +"Creates a local override for a theme shader with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override can be removed by assigning it a [code]null[/code] " +"value." +msgstr "" + +#: doc/classes/Control.xml:144 +msgid "" +"Creates a local override for a theme [StyleBox] with the specified " +"[code]name[/code]. Local overrides always take precedence when fetching " +"theme items for the control. An override can be removed by assigning it a " +"[code]null[/code] value.\n" +"See also [method get_stylebox].\n" +"[b]Example of modifying a property in a StyleBox by duplicating it:[/b]\n" +"[codeblock]\n" +"# The snippet below assumes the child node MyButton has a StyleBoxFlat " +"assigned.\n" +"# Resources are shared across instances, so we need to duplicate it\n" +"# to avoid modifying the appearance of all other buttons.\n" +"var new_stylebox_normal = $MyButton.get_stylebox(\"normal\").duplicate()\n" +"new_stylebox_normal.border_width_top = 3\n" +"new_stylebox_normal.border_color = Color(0, 1, 0.5)\n" +"$MyButton.add_stylebox_override(\"normal\", new_stylebox_normal)\n" +"# Remove the stylebox override.\n" +"$MyButton.add_stylebox_override(\"normal\", null)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:165 +msgid "" +"Godot calls this method to test if [code]data[/code] from a control's " +"[method get_drag_data] can be dropped at [code]position[/code]. " +"[code]position[/code] is local to this control.\n" +"This method should only be used to test the data. Process the data in " +"[method drop_data].\n" +"[codeblock]\n" +"func can_drop_data(position, data):\n" +" # Check position if it is relevant to you\n" +" # Otherwise, just check data\n" +" return typeof(data) == TYPE_DICTIONARY and data.has(\"expected\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:180 +msgid "" +"Godot calls this method to pass you the [code]data[/code] from a control's " +"[method get_drag_data] result. Godot first calls [method can_drop_data] to " +"test if [code]data[/code] is allowed to drop at [code]position[/code] where " +"[code]position[/code] is local to this control.\n" +"[codeblock]\n" +"func can_drop_data(position, data):\n" +" return typeof(data) == TYPE_DICTIONARY and data.has(\"color\")\n" +"\n" +"func drop_data(position, data):\n" +" color = data[\"color\"]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:193 +msgid "" +"Finds the next (below in the tree) [Control] that can receive the focus." +msgstr "" + +#: doc/classes/Control.xml:199 +msgid "" +"Finds the previous (above in the tree) [Control] that can receive the focus." +msgstr "" + +#: doc/classes/Control.xml:207 +msgid "" +"Forces drag and bypasses [method get_drag_data] and [method " +"set_drag_preview] by passing [code]data[/code] and [code]preview[/code]. " +"Drag will start even if the mouse is neither over nor pressed on this " +"control.\n" +"The methods [method can_drop_data] and [method drop_data] must be " +"implemented on controls that want to receive drop data." +msgstr "" + +#: doc/classes/Control.xml:215 +msgid "" +"Returns the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum. A getter method for [member anchor_bottom], [member " +"anchor_left], [member anchor_right] and [member anchor_top]." +msgstr "" + +#: doc/classes/Control.xml:221 +msgid "" +"Returns [member margin_left] and [member margin_top]. See also [member " +"rect_position]." +msgstr "" + +#: doc/classes/Control.xml:229 +msgid "" +"Returns a [Color] from the first matching [Theme] in the tree if that " +"[Theme] has a color item with the specified [code]name[/code] and " +"[code]theme_type[/code]. If [code]theme_type[/code] is omitted the class " +"name of the current control is used as the type. If the type is a class name " +"its parent classes are also checked, in order of inheritance.\n" +"For the current control its local overrides are considered first (see " +"[method add_color_override]), then its assigned [member theme]. After the " +"current control, each parent control and its assigned [member theme] are " +"considered; controls without a [member theme] assigned are skipped. If no " +"matching [Theme] is found in the tree, a custom project [Theme] (see [member " +"ProjectSettings.gui/theme/custom]) and the default [Theme] are used.\n" +"[codeblock]\n" +"func _ready():\n" +" # Get the font color defined for the current Control's class, if it " +"exists.\n" +" modulate = get_color(\"font_color\")\n" +" # Get the font color defined for the Button class.\n" +" modulate = get_color(\"font_color\", \"Button\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:243 +msgid "" +"Returns combined minimum size from [member rect_min_size] and [method " +"get_minimum_size]." +msgstr "" + +#: doc/classes/Control.xml:251 +msgid "" +"Returns a constant from the first matching [Theme] in the tree if that " +"[Theme] has a constant item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:259 +msgid "" +"Returns the mouse cursor shape the control displays on mouse hover. See " +"[enum CursorShape]." +msgstr "" + +#: doc/classes/Control.xml:266 +msgid "" +"Godot calls this method to get data that can be dragged and dropped onto " +"controls that expect drop data. Returns [code]null[/code] if there is no " +"data to drag. Controls that want to receive drop data should implement " +"[method can_drop_data] and [method drop_data]. [code]position[/code] is " +"local to this control. Drag may be forced with [method force_drag].\n" +"A preview that will follow the mouse that should represent the data can be " +"set with [method set_drag_preview]. A good time to set the preview is in " +"this method.\n" +"[codeblock]\n" +"func get_drag_data(position):\n" +" var mydata = make_data()\n" +" set_drag_preview(make_preview(mydata))\n" +" return mydata\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:279 +msgid "Returns [member margin_right] and [member margin_bottom]." +msgstr "" + +#: doc/classes/Control.xml:286 +msgid "" +"Returns the focus neighbour identified by [code]margin[/code] constant from " +"[enum Margin] enum. A getter method for [member focus_neighbour_bottom], " +"[member focus_neighbour_left], [member focus_neighbour_right] and [member " +"focus_neighbour_top]." +msgstr "" + +#: doc/classes/Control.xml:292 +msgid "" +"Returns the control that has the keyboard focus or [code]null[/code] if none." +msgstr "" + +#: doc/classes/Control.xml:300 +msgid "" +"Returns a [Font] from the first matching [Theme] in the tree if that [Theme] " +"has a font item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:307 +msgid "" +"Returns the position and size of the control relative to the top-left corner " +"of the screen. See [member rect_position] and [member rect_size]." +msgstr "" + +#: doc/classes/Control.xml:315 +msgid "" +"Returns an icon from the first matching [Theme] in the tree if that [Theme] " +"has an icon item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:323 +msgid "" +"Returns the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum. A getter method for [member margin_bottom], [member " +"margin_left], [member margin_right] and [member margin_top]." +msgstr "" + +#: doc/classes/Control.xml:329 +msgid "Returns the minimum size for this control. See [member rect_min_size]." +msgstr "" + +#: doc/classes/Control.xml:335 +msgid "Returns the width/height occupied in the parent control." +msgstr "" + +#: doc/classes/Control.xml:341 +msgid "Returns the parent control node." +msgstr "" + +#: doc/classes/Control.xml:347 +msgid "" +"Returns the position and size of the control relative to the top-left corner " +"of the parent Control. See [member rect_position] and [member rect_size]." +msgstr "" + +#: doc/classes/Control.xml:353 +msgid "Returns the rotation (in radians)." +msgstr "" + +#: doc/classes/Control.xml:361 +msgid "" +"Returns a [StyleBox] from the first matching [Theme] in the tree if that " +"[Theme] has a stylebox item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:368 +msgid "" +"Returns the default font from the first matching [Theme] in the tree if that " +"[Theme] has a valid [member Theme.default_font] value.\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:376 +msgid "" +"Returns the tooltip, which will appear when the cursor is resting over this " +"control. See [member hint_tooltip]." +msgstr "" + +#: doc/classes/Control.xml:382 +msgid "" +"Creates an [InputEventMouseButton] that attempts to click the control. If " +"the event is received, the control acquires focus.\n" +"[codeblock]\n" +"func _process(delta):\n" +" grab_click_focus() #when clicking another Control node, this node will " +"be clicked instead\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:392 +msgid "" +"Steal the focus from another control and become the focused control (see " +"[member focus_mode])." +msgstr "" + +#: doc/classes/Control.xml:400 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a color item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:408 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme [Color] " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_color_override]." +msgstr "" + +#: doc/classes/Control.xml:417 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a constant item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:425 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme constant " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_constant_override]." +msgstr "" + +#: doc/classes/Control.xml:432 +msgid "" +"Returns [code]true[/code] if this is the current focused control. See " +"[member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:440 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a font item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:448 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme [Font] " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_font_override]." +msgstr "" + +#: doc/classes/Control.xml:457 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has an icon item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:465 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme icon with " +"the specified [code]name[/code] in this [Control] node.\n" +"See [method add_icon_override]." +msgstr "" + +#: doc/classes/Control.xml:473 +msgid "" +"Virtual method to be implemented by the user. Returns whether the given " +"[code]point[/code] is inside this control.\n" +"If not overridden, default behavior is checking if the point is within " +"control's Rect.\n" +"[b]Note:[/b] If you want to check if a point is inside the control, you can " +"use [code]get_rect().has_point(point)[/code]." +msgstr "" + +#: doc/classes/Control.xml:482 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme shader " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_shader_override]." +msgstr "" + +#: doc/classes/Control.xml:491 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a stylebox item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:499 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme " +"[StyleBox] with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_stylebox_override]." +msgstr "" + +#: doc/classes/Control.xml:506 +msgid "" +"Invalidates the size cache in this node and in parent nodes up to toplevel. " +"Intended to be used with [method get_minimum_size] when the return value is " +"changed. Setting [member rect_min_size] directly calls this method " +"automatically." +msgstr "" + +#: doc/classes/Control.xml:512 +msgid "" +"Give up the focus. No other control will be able to receive keyboard input." +msgstr "" + +#: doc/classes/Control.xml:522 +msgid "" +"Sets the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum to value [code]anchor[/code]. A setter method for [member " +"anchor_bottom], [member anchor_left], [member anchor_right] and [member " +"anchor_top].\n" +"If [code]keep_margin[/code] is [code]true[/code], margins aren't updated " +"after this operation.\n" +"If [code]push_opposite_anchor[/code] is [code]true[/code] and the opposite " +"anchor overlaps this anchor, the opposite one will have its value " +"overridden. For example, when setting left anchor to 1 and the right anchor " +"has value of 0.5, the right anchor will also get value of 1. If " +"[code]push_opposite_anchor[/code] was [code]false[/code], the left anchor " +"would get value 0.5." +msgstr "" + +#: doc/classes/Control.xml:534 +msgid "" +"Works the same as [method set_anchor], but instead of [code]keep_margin[/" +"code] argument and automatic update of margin, it allows to set the margin " +"offset yourself (see [method set_margin])." +msgstr "" + +#: doc/classes/Control.xml:543 +msgid "" +"Sets both anchor preset and margin preset. See [method set_anchors_preset] " +"and [method set_margins_preset]." +msgstr "" + +#: doc/classes/Control.xml:551 +msgid "" +"Sets the anchors to a [code]preset[/code] from [enum Control.LayoutPreset] " +"enum. This is the code equivalent to using the Layout menu in the 2D " +"editor.\n" +"If [code]keep_margins[/code] is [code]true[/code], control's position will " +"also be updated." +msgstr "" + +#: doc/classes/Control.xml:559 +msgid "" +"Sets [member margin_left] and [member margin_top] at the same time. " +"Equivalent of changing [member rect_position]." +msgstr "" + +#: doc/classes/Control.xml:566 +msgid "" +"Forwards the handling of this control's drag and drop to [code]target[/code] " +"control.\n" +"Forwarding can be implemented in the target control similar to the methods " +"[method get_drag_data], [method can_drop_data], and [method drop_data] but " +"with two differences:\n" +"1. The function name must be suffixed with [b]_fw[/b]\n" +"2. The function must take an extra argument that is the control doing the " +"forwarding\n" +"[codeblock]\n" +"# ThisControl.gd\n" +"extends Control\n" +"func _ready():\n" +" set_drag_forwarding(target_control)\n" +"\n" +"# TargetControl.gd\n" +"extends Control\n" +"func can_drop_data_fw(position, data, from_control):\n" +" return true\n" +"\n" +"func drop_data_fw(position, data, from_control):\n" +" my_handle_data(data)\n" +"\n" +"func get_drag_data_fw(position, from_control):\n" +" set_drag_preview(my_preview)\n" +" return my_data()\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:594 +msgid "" +"Shows the given control at the mouse pointer. A good time to call this " +"method is in [method get_drag_data]. The control must not be in the scene " +"tree. You should not free the control, and you should not keep a reference " +"to the control beyond the duration of the drag. It will be deleted " +"automatically after the drag has ended.\n" +"[codeblock]\n" +"export (Color, RGBA) var color = Color(1, 0, 0, 1)\n" +"\n" +"func get_drag_data(position):\n" +" # Use a control that is not in the tree\n" +" var cpb = ColorPickerButton.new()\n" +" cpb.color = color\n" +" cpb.rect_size = Vector2(50, 50)\n" +" set_drag_preview(cpb)\n" +" return color\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:612 +msgid "Sets [member margin_right] and [member margin_bottom] at the same time." +msgstr "" + +#: doc/classes/Control.xml:620 +msgid "" +"Sets the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum to [Control] at [code]neighbor[/code] node path. A setter " +"method for [member focus_neighbour_bottom], [member focus_neighbour_left], " +"[member focus_neighbour_right] and [member focus_neighbour_top]." +msgstr "" + +#: doc/classes/Control.xml:628 +msgid "" +"Sets the [member rect_global_position] to given [code]position[/code].\n" +"If [code]keep_margins[/code] is [code]true[/code], control's anchors will be " +"updated instead of margins." +msgstr "" + +#: doc/classes/Control.xml:637 +msgid "" +"Sets the margin identified by [code]margin[/code] constant from [enum " +"Margin] enum to given [code]offset[/code]. A setter method for [member " +"margin_bottom], [member margin_left], [member margin_right] and [member " +"margin_top]." +msgstr "" + +#: doc/classes/Control.xml:646 +msgid "" +"Sets the margins to a [code]preset[/code] from [enum Control.LayoutPreset] " +"enum. This is the code equivalent to using the Layout menu in the 2D " +"editor.\n" +"Use parameter [code]resize_mode[/code] with constants from [enum Control." +"LayoutPresetMode] to better determine the resulting size of the [Control]. " +"Constant size will be ignored if used with presets that change size, e.g. " +"[code]PRESET_LEFT_WIDE[/code].\n" +"Use parameter [code]margin[/code] to determine the gap between the [Control] " +"and the edges." +msgstr "" + +#: doc/classes/Control.xml:656 +msgid "" +"Sets the [member rect_position] to given [code]position[/code].\n" +"If [code]keep_margins[/code] is [code]true[/code], control's anchors will be " +"updated instead of margins." +msgstr "" + +#: doc/classes/Control.xml:664 +msgid "Sets the rotation (in radians)." +msgstr "" + +#: doc/classes/Control.xml:672 +msgid "" +"Sets the size (see [member rect_size]).\n" +"If [code]keep_margins[/code] is [code]true[/code], control's anchors will be " +"updated instead of margins." +msgstr "" + +#: doc/classes/Control.xml:680 +msgid "" +"Displays a control as modal. Control must be a subwindow. Modal controls " +"capture the input signals until closed or the area outside them is accessed. " +"When a modal control loses focus, or the ESC key is pressed, they " +"automatically hide. Modal controls are used extensively for popup dialogs " +"and menus.\n" +"If [code]exclusive[/code] is [code]true[/code], other controls will not " +"receive input and clicking outside this control will not close it." +msgstr "" + +#: doc/classes/Control.xml:688 +msgid "" +"Moves the mouse cursor to [code]to_position[/code], relative to [member " +"rect_position] of this [Control]." +msgstr "" + +#: doc/classes/Control.xml:694 +msgid "" +"Anchors the bottom edge of the node to the origin, the center, or the end of " +"its parent control. It changes how the bottom margin updates when the node " +"moves or changes size. You can use one of the [enum Anchor] constants for " +"convenience." +msgstr "" + +#: doc/classes/Control.xml:697 +msgid "" +"Anchors the left edge of the node to the origin, the center or the end of " +"its parent control. It changes how the left margin updates when the node " +"moves or changes size. You can use one of the [enum Anchor] constants for " +"convenience." +msgstr "" + +#: doc/classes/Control.xml:700 +msgid "" +"Anchors the right edge of the node to the origin, the center or the end of " +"its parent control. It changes how the right margin updates when the node " +"moves or changes size. You can use one of the [enum Anchor] constants for " +"convenience." +msgstr "" + +#: doc/classes/Control.xml:703 +msgid "" +"Anchors the top edge of the node to the origin, the center or the end of its " +"parent control. It changes how the top margin updates when the node moves or " +"changes size. You can use one of the [enum Anchor] constants for convenience." +msgstr "" + +#: doc/classes/Control.xml:706 +msgid "" +"The focus access mode for the control (None, Click or All). Only one Control " +"can be focused at the same time, and it will receive keyboard signals." +msgstr "" + +#: doc/classes/Control.xml:709 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the down arrow on the keyboard or down on a gamepad by default. You can " +"change the key by editing the [code]ui_down[/code] input action. The node " +"must be a [Control]. If this property is not set, Godot will give focus to " +"the closest [Control] to the bottom of this one." +msgstr "" + +#: doc/classes/Control.xml:712 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the left arrow on the keyboard or left on a gamepad by default. You can " +"change the key by editing the [code]ui_left[/code] input action. The node " +"must be a [Control]. If this property is not set, Godot will give focus to " +"the closest [Control] to the left of this one." +msgstr "" + +#: doc/classes/Control.xml:715 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the right arrow on the keyboard or right on a gamepad by default. You can " +"change the key by editing the [code]ui_right[/code] input action. The node " +"must be a [Control]. If this property is not set, Godot will give focus to " +"the closest [Control] to the bottom of this one." +msgstr "" + +#: doc/classes/Control.xml:718 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the top arrow on the keyboard or top on a gamepad by default. You can change " +"the key by editing the [code]ui_top[/code] input action. The node must be a " +"[Control]. If this property is not set, Godot will give focus to the closest " +"[Control] to the bottom of this one." +msgstr "" + +#: doc/classes/Control.xml:721 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"Tab on a keyboard by default. You can change the key by editing the " +"[code]ui_focus_next[/code] input action.\n" +"If this property is not set, Godot will select a \"best guess\" based on " +"surrounding nodes in the scene tree." +msgstr "" + +#: doc/classes/Control.xml:725 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"Shift+Tab on a keyboard by default. You can change the key by editing the " +"[code]ui_focus_prev[/code] input action.\n" +"If this property is not set, Godot will select a \"best guess\" based on " +"surrounding nodes in the scene tree." +msgstr "" + +#: doc/classes/Control.xml:729 +msgid "" +"Controls the direction on the horizontal axis in which the control should " +"grow if its horizontal minimum size is changed to be greater than its " +"current size, as the control always has to be at least the minimum size." +msgstr "" + +#: doc/classes/Control.xml:732 +msgid "" +"Controls the direction on the vertical axis in which the control should grow " +"if its vertical minimum size is changed to be greater than its current size, " +"as the control always has to be at least the minimum size." +msgstr "" + +#: doc/classes/Control.xml:735 +msgid "" +"Changes the tooltip text. The tooltip appears when the user's mouse cursor " +"stays idle over this control for a few moments, provided that the [member " +"mouse_filter] property is not [constant MOUSE_FILTER_IGNORE]. You can change " +"the time required for the tooltip to appear with [code]gui/timers/" +"tooltip_delay_sec[/code] option in Project Settings.\n" +"The tooltip popup will use either a default implementation, or a custom one " +"that you can provide by overriding [method _make_custom_tooltip]. The " +"default tooltip includes a [PopupPanel] and [Label] whose theme properties " +"can be customized using [Theme] methods with the [code]\"TooltipPanel\"[/" +"code] and [code]\"TooltipLabel\"[/code] respectively. For example:\n" +"[codeblock]\n" +"var style_box = StyleBoxFlat.new()\n" +"style_box.set_bg_color(Color(1, 1, 0))\n" +"style_box.set_border_width_all(2)\n" +"# We assume here that the `theme` property has been assigned a custom Theme " +"beforehand.\n" +"theme.set_stylebox(\"panel\", \"TooltipPanel\", style_box)\n" +"theme.set_color(\"font_color\", \"TooltipLabel\", Color(0, 1, 1))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:747 +msgid "" +"Enables whether input should propagate when you close the control as modal.\n" +"If [code]false[/code], stops event handling at the viewport input event " +"handling. The viewport first hides the modal and after marks the input as " +"handled." +msgstr "" + +#: doc/classes/Control.xml:751 +msgid "" +"Distance between the node's bottom edge and its parent control, based on " +"[member anchor_bottom].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:755 +msgid "" +"Distance between the node's left edge and its parent control, based on " +"[member anchor_left].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:759 +msgid "" +"Distance between the node's right edge and its parent control, based on " +"[member anchor_right].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:763 +msgid "" +"Distance between the node's top edge and its parent control, based on " +"[member anchor_top].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:767 +msgid "" +"The default cursor shape for this control. Useful for Godot plugins and " +"applications or games that use the system's mouse cursors.\n" +"[b]Note:[/b] On Linux, shapes may vary depending on the cursor theme of the " +"system." +msgstr "" + +#: doc/classes/Control.xml:771 +msgid "" +"Controls whether the control will be able to receive mouse button input " +"events through [method _gui_input] and how these events should be handled. " +"Also controls whether the control can receive the [signal mouse_entered], " +"and [signal mouse_exited] signals. See the constants to learn what each does." +msgstr "" + +#: doc/classes/Control.xml:774 +msgid "" +"Enables whether rendering of [CanvasItem] based children should be clipped " +"to this control's rectangle. If [code]true[/code], parts of a child which " +"would be visibly outside of this control's rectangle will not be rendered." +msgstr "" + +#: doc/classes/Control.xml:777 +msgid "" +"The node's global position, relative to the world (usually to the top-left " +"corner of the window)." +msgstr "" + +#: doc/classes/Control.xml:780 +msgid "" +"The minimum size of the node's bounding rectangle. If you set it to a value " +"greater than (0, 0), the node's bounding rectangle will always have at least " +"this size, even if its content is smaller. If it's set to (0, 0), the node " +"sizes automatically to fit its content, be it a texture or child nodes." +msgstr "" + +#: doc/classes/Control.xml:783 +msgid "" +"By default, the node's pivot is its top-left corner. When you change its " +"[member rect_scale], it will scale around this pivot. Set this property to " +"[member rect_size] / 2 to center the pivot in the node's rectangle." +msgstr "" + +#: doc/classes/Control.xml:786 +msgid "" +"The node's position, relative to its parent. It corresponds to the " +"rectangle's top-left corner. The property is not affected by [member " +"rect_pivot_offset]." +msgstr "" + +#: doc/classes/Control.xml:789 +msgid "" +"The node's rotation around its pivot, in degrees. See [member " +"rect_pivot_offset] to change the pivot's position." +msgstr "" + +#: doc/classes/Control.xml:792 +msgid "" +"The node's scale, relative to its [member rect_size]. Change this property " +"to scale the node around its [member rect_pivot_offset]. The Control's " +"[member hint_tooltip] will also scale according to this value.\n" +"[b]Note:[/b] This property is mainly intended to be used for animation " +"purposes. Text inside the Control will look pixelated or blurry when the " +"Control is scaled. To support multiple resolutions in your project, use an " +"appropriate viewport stretch mode as described in the [url=https://docs." +"godotengine.org/en/3.4/tutorials/viewports/multiple_resolutions." +"html]documentation[/url] instead of scaling Controls individually.\n" +"[b]Note:[/b] If the Control node is a child of a [Container] node, the scale " +"will be reset to [code]Vector2(1, 1)[/code] when the scene is instanced. To " +"set the Control's scale when it's instanced, wait for one frame using " +"[code]yield(get_tree(), \"idle_frame\")[/code] then set its [member " +"rect_scale] property." +msgstr "" + +#: doc/classes/Control.xml:797 +msgid "" +"The size of the node's bounding rectangle, in pixels. [Container] nodes " +"update this property automatically." +msgstr "" + +#: doc/classes/Control.xml:800 +msgid "" +"Tells the parent [Container] nodes how they should resize and place the node " +"on the X axis. Use one of the [enum SizeFlags] constants to change the " +"flags. See the constants to learn what each does." +msgstr "" + +#: doc/classes/Control.xml:803 +msgid "" +"If the node and at least one of its neighbours uses the [constant " +"SIZE_EXPAND] size flag, the parent [Container] will let it take more or less " +"space depending on this property. If this node has a stretch ratio of 2 and " +"its neighbour a ratio of 1, this node will take two thirds of the available " +"space." +msgstr "" + +#: doc/classes/Control.xml:806 +msgid "" +"Tells the parent [Container] nodes how they should resize and place the node " +"on the Y axis. Use one of the [enum SizeFlags] constants to change the " +"flags. See the constants to learn what each does." +msgstr "" + +#: doc/classes/Control.xml:809 +msgid "" +"Changing this property replaces the current [Theme] resource this node and " +"all its [Control] children use." +msgstr "" + +#: doc/classes/Control.xml:815 +msgid "Emitted when the node gains keyboard focus." +msgstr "" + +#: doc/classes/Control.xml:820 +msgid "Emitted when the node loses keyboard focus." +msgstr "" + +#: doc/classes/Control.xml:826 +msgid "Emitted when the node receives an [InputEvent]." +msgstr "" + +#: doc/classes/Control.xml:831 +msgid "Emitted when the node's minimum size changes." +msgstr "" + +#: doc/classes/Control.xml:836 +msgid "Emitted when a modal [Control] is closed. See [method show_modal]." +msgstr "" + +#: doc/classes/Control.xml:841 +msgid "" +"Emitted when the mouse enters the control's [code]Rect[/code] area, provided " +"its [member mouse_filter] lets the event reach it.\n" +"[b]Note:[/b] [signal mouse_entered] will not be emitted if the mouse enters " +"a child [Control] node before entering the parent's [code]Rect[/code] area, " +"at least until the mouse is moved to reach the parent's [code]Rect[/code] " +"area." +msgstr "" + +#: doc/classes/Control.xml:847 +msgid "" +"Emitted when the mouse leaves the control's [code]Rect[/code] area, provided " +"its [member mouse_filter] lets the event reach it.\n" +"[b]Note:[/b] [signal mouse_exited] will be emitted if the mouse enters a " +"child [Control] node, even if the mouse cursor is still inside the parent's " +"[code]Rect[/code] area." +msgstr "" + +#: doc/classes/Control.xml:853 +msgid "Emitted when the control changes size." +msgstr "" + +#: doc/classes/Control.xml:858 +msgid "" +"Emitted when one of the size flags changes. See [member " +"size_flags_horizontal] and [member size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:864 +msgid "The node cannot grab focus. Use with [member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:867 +msgid "" +"The node can only grab focus on mouse clicks. Use with [member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:870 +msgid "" +"The node can grab focus on mouse click or using the arrows and the Tab keys " +"on the keyboard. Use with [member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:873 +msgid "" +"Sent when the node changes size. Use [member rect_size] to get the new size." +msgstr "" + +#: doc/classes/Control.xml:876 +msgid "Sent when the mouse pointer enters the node." +msgstr "" + +#: doc/classes/Control.xml:879 +msgid "Sent when the mouse pointer exits the node." +msgstr "" + +#: doc/classes/Control.xml:882 +msgid "Sent when the node grabs focus." +msgstr "" + +#: doc/classes/Control.xml:885 +msgid "Sent when the node loses focus." +msgstr "" + +#: doc/classes/Control.xml:888 +msgid "" +"Sent when the node's [member theme] changes, right before Godot redraws the " +"control. Happens when you call one of the [code]add_*_override[/code] " +"methods." +msgstr "" + +#: doc/classes/Control.xml:891 +msgid "Sent when an open modal dialog closes. See [method show_modal]." +msgstr "" + +#: doc/classes/Control.xml:894 +msgid "" +"Sent when this node is inside a [ScrollContainer] which has begun being " +"scrolled." +msgstr "" + +#: doc/classes/Control.xml:897 +msgid "" +"Sent when this node is inside a [ScrollContainer] which has stopped being " +"scrolled." +msgstr "" + +#: doc/classes/Control.xml:900 +msgid "" +"Show the system's arrow mouse cursor when the user hovers the node. Use with " +"[member mouse_default_cursor_shape]." +msgstr "" + +#: doc/classes/Control.xml:903 +msgid "" +"Show the system's I-beam mouse cursor when the user hovers the node. The I-" +"beam pointer has a shape similar to \"I\". It tells the user they can " +"highlight or insert text." +msgstr "" + +#: doc/classes/Control.xml:906 +msgid "" +"Show the system's pointing hand mouse cursor when the user hovers the node." +msgstr "" + +#: doc/classes/Control.xml:909 +msgid "Show the system's cross mouse cursor when the user hovers the node." +msgstr "" + +#: doc/classes/Control.xml:912 +msgid "" +"Show the system's wait mouse cursor, often an hourglass, when the user " +"hovers the node." +msgstr "" + +#: doc/classes/Control.xml:915 +msgid "" +"Show the system's busy mouse cursor when the user hovers the node. Often an " +"hourglass." +msgstr "" + +#: doc/classes/Control.xml:918 +msgid "" +"Show the system's drag mouse cursor, often a closed fist or a cross symbol, " +"when the user hovers the node. It tells the user they're currently dragging " +"an item, like a node in the Scene dock." +msgstr "" + +#: doc/classes/Control.xml:921 +msgid "" +"Show the system's drop mouse cursor when the user hovers the node. It can be " +"an open hand. It tells the user they can drop an item they're currently " +"grabbing, like a node in the Scene dock." +msgstr "" + +#: doc/classes/Control.xml:924 +msgid "" +"Show the system's forbidden mouse cursor when the user hovers the node. " +"Often a crossed circle." +msgstr "" + +#: doc/classes/Control.xml:927 +msgid "" +"Show the system's vertical resize mouse cursor when the user hovers the " +"node. A double-headed vertical arrow. It tells the user they can resize the " +"window or the panel vertically." +msgstr "" + +#: doc/classes/Control.xml:930 +msgid "" +"Show the system's horizontal resize mouse cursor when the user hovers the " +"node. A double-headed horizontal arrow. It tells the user they can resize " +"the window or the panel horizontally." +msgstr "" + +#: doc/classes/Control.xml:933 +msgid "" +"Show the system's window resize mouse cursor when the user hovers the node. " +"The cursor is a double-headed arrow that goes from the bottom left to the " +"top right. It tells the user they can resize the window or the panel both " +"horizontally and vertically." +msgstr "" + +#: doc/classes/Control.xml:936 +msgid "" +"Show the system's window resize mouse cursor when the user hovers the node. " +"The cursor is a double-headed arrow that goes from the top left to the " +"bottom right, the opposite of [constant CURSOR_BDIAGSIZE]. It tells the user " +"they can resize the window or the panel both horizontally and vertically." +msgstr "" + +#: doc/classes/Control.xml:939 +msgid "" +"Show the system's move mouse cursor when the user hovers the node. It shows " +"2 double-headed arrows at a 90 degree angle. It tells the user they can move " +"a UI element freely." +msgstr "" + +#: doc/classes/Control.xml:942 +msgid "" +"Show the system's vertical split mouse cursor when the user hovers the node. " +"On Windows, it's the same as [constant CURSOR_VSIZE]." +msgstr "" + +#: doc/classes/Control.xml:945 +msgid "" +"Show the system's horizontal split mouse cursor when the user hovers the " +"node. On Windows, it's the same as [constant CURSOR_HSIZE]." +msgstr "" + +#: doc/classes/Control.xml:948 +msgid "" +"Show the system's help mouse cursor when the user hovers the node, a " +"question mark." +msgstr "" + +#: doc/classes/Control.xml:951 +msgid "" +"Snap all 4 anchors to the top-left of the parent control's bounds. Use with " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:954 +msgid "" +"Snap all 4 anchors to the top-right of the parent control's bounds. Use with " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:957 +msgid "" +"Snap all 4 anchors to the bottom-left of the parent control's bounds. Use " +"with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:960 +msgid "" +"Snap all 4 anchors to the bottom-right of the parent control's bounds. Use " +"with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:963 +msgid "" +"Snap all 4 anchors to the center of the left edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:966 +msgid "" +"Snap all 4 anchors to the center of the top edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:969 +msgid "" +"Snap all 4 anchors to the center of the right edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:972 +msgid "" +"Snap all 4 anchors to the center of the bottom edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:975 +msgid "" +"Snap all 4 anchors to the center of the parent control's bounds. Use with " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:978 +msgid "" +"Snap all 4 anchors to the left edge of the parent control. The left margin " +"becomes relative to the left edge and the top margin relative to the top " +"left corner of the node's parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:981 +msgid "" +"Snap all 4 anchors to the top edge of the parent control. The left margin " +"becomes relative to the top left corner, the top margin relative to the top " +"edge, and the right margin relative to the top right corner of the node's " +"parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:984 +msgid "" +"Snap all 4 anchors to the right edge of the parent control. The right margin " +"becomes relative to the right edge and the top margin relative to the top " +"right corner of the node's parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:987 +msgid "" +"Snap all 4 anchors to the bottom edge of the parent control. The left margin " +"becomes relative to the bottom left corner, the bottom margin relative to " +"the bottom edge, and the right margin relative to the bottom right corner of " +"the node's parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:990 +msgid "" +"Snap all 4 anchors to a vertical line that cuts the parent control in half. " +"Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:993 +msgid "" +"Snap all 4 anchors to a horizontal line that cuts the parent control in " +"half. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:996 +msgid "" +"Snap all 4 anchors to the respective corners of the parent control. Set all " +"4 margins to 0 after you applied this preset and the [Control] will fit its " +"parent control. This is equivalent to the \"Full Rect\" layout option in the " +"editor. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:999 +msgid "The control will be resized to its minimum size." +msgstr "" + +#: doc/classes/Control.xml:1002 +msgid "The control's width will not change." +msgstr "" + +#: doc/classes/Control.xml:1005 +msgid "The control's height will not change." +msgstr "" + +#: doc/classes/Control.xml:1008 +msgid "The control's size will not change." +msgstr "" + +#: doc/classes/Control.xml:1011 +msgid "" +"Tells the parent [Container] to expand the bounds of this node to fill all " +"the available space without pushing any other node. Use with [member " +"size_flags_horizontal] and [member size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1014 +msgid "" +"Tells the parent [Container] to let this node take all the available space " +"on the axis you flag. If multiple neighboring nodes are set to expand, " +"they'll share the space based on their stretch ratio. See [member " +"size_flags_stretch_ratio]. Use with [member size_flags_horizontal] and " +"[member size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1017 +msgid "" +"Sets the node's size flags to both fill and expand. See the 2 constants " +"above for more information." +msgstr "" + +#: doc/classes/Control.xml:1020 +msgid "" +"Tells the parent [Container] to center the node in itself. It centers the " +"control based on its bounding box, so it doesn't work with the fill or " +"expand size flags. Use with [member size_flags_horizontal] and [member " +"size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1023 +msgid "" +"Tells the parent [Container] to align the node with its end, either the " +"bottom or the right edge. It doesn't work with the fill or expand size " +"flags. Use with [member size_flags_horizontal] and [member " +"size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1026 +msgid "" +"The control will receive mouse button input events through [method " +"_gui_input] if clicked on. And the control will receive the [signal " +"mouse_entered] and [signal mouse_exited] signals. These events are " +"automatically marked as handled, and they will not propagate further to " +"other controls. This also results in blocking signals in other controls." +msgstr "" + +#: doc/classes/Control.xml:1029 +msgid "" +"The control will receive mouse button input events through [method " +"_gui_input] if clicked on. And the control will receive the [signal " +"mouse_entered] and [signal mouse_exited] signals. If this control does not " +"handle the event, the parent control (if any) will be considered, and so on " +"until there is no more parent control to potentially handle it. This also " +"allows signals to fire in other controls. Even if no control handled it at " +"all, the event will still be handled automatically, so unhandled input will " +"not be fired." +msgstr "" + +#: doc/classes/Control.xml:1032 +msgid "" +"The control will not receive mouse button input events through [method " +"_gui_input]. The control will also not receive the [signal mouse_entered] " +"nor [signal mouse_exited] signals. This will not block other controls from " +"receiving these events or firing the signals. Ignored events will not be " +"handled automatically." +msgstr "" + +#: doc/classes/Control.xml:1035 +msgid "" +"The control will grow to the left or top to make up if its minimum size is " +"changed to be greater than its current size on the respective axis." +msgstr "" + +#: doc/classes/Control.xml:1038 +msgid "" +"The control will grow to the right or bottom to make up if its minimum size " +"is changed to be greater than its current size on the respective axis." +msgstr "" + +#: doc/classes/Control.xml:1041 +msgid "" +"The control will grow in both directions equally to make up if its minimum " +"size is changed to be greater than its current size." +msgstr "" + +#: doc/classes/Control.xml:1044 +msgid "" +"Snaps one of the 4 anchor's sides to the origin of the node's [code]Rect[/" +"code], in the top left. Use it with one of the [code]anchor_*[/code] member " +"variables, like [member anchor_left]. To change all 4 anchors at once, use " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:1047 +msgid "" +"Snaps one of the 4 anchor's sides to the end of the node's [code]Rect[/" +"code], in the bottom right. Use it with one of the [code]anchor_*[/code] " +"member variables, like [member anchor_left]. To change all 4 anchors at " +"once, use [method set_anchors_preset]." +msgstr "" + +#: doc/classes/ConvexPolygonShape.xml:4 +msgid "Convex polygon shape for 3D physics." +msgstr "" + +#: doc/classes/ConvexPolygonShape.xml:7 +msgid "" +"Convex polygon shape resource, which can be added to a [PhysicsBody] or area." +msgstr "" + +#: doc/classes/ConvexPolygonShape.xml:16 +msgid "The list of 3D points forming the convex polygon shape." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:4 +msgid "Convex polygon shape for 2D physics." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:7 +msgid "" +"Convex polygon shape for 2D physics. A convex polygon, whatever its shape, " +"is internally decomposed into as many convex polygons as needed to ensure " +"all collision checks against it are always done on convex polygons (which " +"are faster to check).\n" +"The main difference between a [ConvexPolygonShape2D] and a " +"[ConcavePolygonShape2D] is that a concave polygon assumes it is concave and " +"uses a more complex method of collision detection, and a convex one forces " +"itself to be convex in order to speed up collision detection." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:17 +msgid "" +"Based on the set of points provided, this creates and assigns the [member " +"points] property using the convex hull algorithm. Removing all unneeded " +"points. See [method Geometry.convex_hull_2d] for details." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:23 +msgid "" +"The polygon's list of vertices. Can be in either clockwise or " +"counterclockwise order." +msgstr "" + +#: doc/classes/CPUParticles.xml:4 +msgid "CPU-based 3D particle emitter." +msgstr "" + +#: doc/classes/CPUParticles.xml:7 +msgid "" +"CPU-based 3D particle node used to create a variety of particle systems and " +"effects.\n" +"See also [Particles], which provides the same functionality with hardware " +"acceleration, but may not run on older devices.\n" +"[b]Note:[/b] Unlike [Particles], the visibility rect is generated on-the-fly " +"and doesn't need to be configured by the user." +msgstr "" + +#: doc/classes/CPUParticles.xml:18 +msgid "" +"Sets this node's properties to match a given [Particles] node with an " +"assigned [ParticlesMaterial]." +msgstr "" + +#: doc/classes/CPUParticles.xml:25 doc/classes/CPUParticles2D.xml:26 +msgid "Returns the base value of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:32 doc/classes/CPUParticles2D.xml:33 +msgid "Returns the [Curve] of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:39 doc/classes/CPUParticles2D.xml:40 +msgid "" +"Returns the randomness factor of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:46 doc/classes/CPUParticles2D.xml:47 +msgid "" +"Returns the enabled state of the given flag (see [enum Flags] for options)." +msgstr "" + +#: doc/classes/CPUParticles.xml:52 doc/classes/CPUParticles2D.xml:53 +msgid "Restarts the particle emitter." +msgstr "" + +#: doc/classes/CPUParticles.xml:60 doc/classes/CPUParticles2D.xml:61 +msgid "Sets the base value of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:68 doc/classes/CPUParticles2D.xml:69 +msgid "Sets the [Curve] of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:76 doc/classes/CPUParticles2D.xml:77 +msgid "" +"Sets the randomness factor of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:84 doc/classes/CPUParticles2D.xml:85 +msgid "Enables or disables the given flag (see [enum Flags] for options)." +msgstr "" + +#: doc/classes/CPUParticles.xml:90 doc/classes/CPUParticles2D.xml:91 +#: doc/classes/Particles.xml:47 doc/classes/Particles2D.xml:33 +msgid "" +"The number of particles emitted in one emission cycle (corresponding to the " +"[member lifetime]).\n" +"[b]Note:[/b] Changing [member amount] will reset the particle emission, " +"therefore removing all particles that were already emitted before changing " +"[member amount]." +msgstr "" + +#: doc/classes/CPUParticles.xml:94 doc/classes/CPUParticles2D.xml:95 +msgid "Initial rotation applied to each particle, in degrees." +msgstr "" + +#: doc/classes/CPUParticles.xml:97 doc/classes/CPUParticles2D.xml:98 +msgid "Each particle's rotation will be animated along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:100 doc/classes/CPUParticles2D.xml:101 +#: doc/classes/ParticlesMaterial.xml:84 +msgid "Rotation randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:103 doc/classes/CPUParticles2D.xml:104 +msgid "" +"Initial angular velocity applied to each particle. Sets the speed of " +"rotation of the particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:106 doc/classes/CPUParticles2D.xml:107 +msgid "Each particle's angular velocity will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:109 doc/classes/CPUParticles2D.xml:110 +#: doc/classes/ParticlesMaterial.xml:94 +msgid "Angular velocity randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:112 doc/classes/CPUParticles2D.xml:113 +#: doc/classes/ParticlesMaterial.xml:97 +msgid "Particle animation offset." +msgstr "" + +#: doc/classes/CPUParticles.xml:115 doc/classes/CPUParticles2D.xml:116 +msgid "Each particle's animation offset will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:118 doc/classes/CPUParticles2D.xml:119 +#: doc/classes/ParticlesMaterial.xml:103 +msgid "Animation offset randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:121 doc/classes/CPUParticles2D.xml:122 +#: doc/classes/ParticlesMaterial.xml:106 +msgid "Particle animation speed." +msgstr "" + +#: doc/classes/CPUParticles.xml:124 doc/classes/CPUParticles2D.xml:125 +msgid "Each particle's animation speed will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:127 doc/classes/CPUParticles2D.xml:128 +#: doc/classes/ParticlesMaterial.xml:112 +msgid "Animation speed randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:130 +msgid "" +"Each particle's initial color. To have particle display color in a " +"[SpatialMaterial] make sure to set [member SpatialMaterial." +"vertex_color_use_as_albedo] to [code]true[/code]." +msgstr "" + +#: doc/classes/CPUParticles.xml:133 doc/classes/ParticlesMaterial.xml:118 +msgid "" +"Each particle's color will vary along this [GradientTexture] over its " +"lifetime (multiplied with [member color])." +msgstr "" + +#: doc/classes/CPUParticles.xml:136 doc/classes/CPUParticles2D.xml:137 +#: doc/classes/ParticlesMaterial.xml:121 +msgid "The rate at which particles lose velocity." +msgstr "" + +#: doc/classes/CPUParticles.xml:139 doc/classes/CPUParticles2D.xml:140 +msgid "Damping will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:142 doc/classes/CPUParticles2D.xml:143 +#: doc/classes/ParticlesMaterial.xml:127 +msgid "Damping randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:145 doc/classes/CPUParticles2D.xml:146 +#: doc/classes/ParticlesMaterial.xml:130 +msgid "Unit vector specifying the particles' emission direction." +msgstr "" + +#: doc/classes/CPUParticles.xml:148 doc/classes/CPUParticles2D.xml:149 +#: doc/classes/Particles.xml:51 doc/classes/Particles2D.xml:37 +msgid "Particle draw order. Uses [enum DrawOrder] values." +msgstr "" + +#: doc/classes/CPUParticles.xml:151 +msgid "" +"The rectangle's extents if [member emission_shape] is set to [constant " +"EMISSION_SHAPE_BOX]." +msgstr "" + +#: doc/classes/CPUParticles.xml:154 doc/classes/CPUParticles2D.xml:152 +msgid "" +"Sets the [Color]s to modulate particles by when using [constant " +"EMISSION_SHAPE_POINTS] or [constant EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/CPUParticles.xml:157 doc/classes/CPUParticles2D.xml:155 +msgid "" +"Sets the direction the particles will be emitted in when using [constant " +"EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/CPUParticles.xml:160 doc/classes/CPUParticles2D.xml:158 +msgid "" +"Sets the initial positions to spawn particles when using [constant " +"EMISSION_SHAPE_POINTS] or [constant EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/CPUParticles.xml:163 +msgid "" +"The axis for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:166 +msgid "" +"The height for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:169 +msgid "" +"The inner radius for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:172 +msgid "" +"The radius for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:175 doc/classes/CPUParticles2D.xml:164 +msgid "" +"Particles will be emitted inside this region. See [enum EmissionShape] for " +"possible values." +msgstr "" + +#: doc/classes/CPUParticles.xml:178 +msgid "" +"The sphere's radius if [enum EmissionShape] is set to [constant " +"EMISSION_SHAPE_SPHERE]." +msgstr "" + +#: doc/classes/CPUParticles.xml:181 doc/classes/CPUParticles2D.xml:170 +#: doc/classes/Particles.xml:69 doc/classes/Particles2D.xml:40 +msgid "If [code]true[/code], particles are being emitted." +msgstr "" + +#: doc/classes/CPUParticles.xml:184 doc/classes/CPUParticles2D.xml:173 +#: doc/classes/Particles2D.xml:43 +msgid "" +"How rapidly particles in an emission cycle are emitted. If greater than " +"[code]0[/code], there will be a gap in emissions before the next cycle " +"begins." +msgstr "" + +#: doc/classes/CPUParticles.xml:187 +msgid "" +"The particle system's frame rate is fixed to a value. For instance, changing " +"the value to 2 will make the particles render at 2 frames per second. Note " +"this does not slow down the particle system itself." +msgstr "" + +#: doc/classes/CPUParticles.xml:190 doc/classes/CPUParticles2D.xml:179 +#: doc/classes/ParticlesMaterial.xml:166 +msgid "Align Y axis of particle with the direction of its velocity." +msgstr "" + +#: doc/classes/CPUParticles.xml:193 doc/classes/ParticlesMaterial.xml:169 +msgid "If [code]true[/code], particles will not move on the z axis." +msgstr "" + +#: doc/classes/CPUParticles.xml:196 doc/classes/ParticlesMaterial.xml:172 +msgid "If [code]true[/code], particles rotate around Y axis by [member angle]." +msgstr "" + +#: doc/classes/CPUParticles.xml:199 +msgid "" +"Amount of [member spread] in Y/Z plane. A value of [code]1[/code] restricts " +"particles to X/Z plane." +msgstr "" + +#: doc/classes/CPUParticles.xml:202 doc/classes/CPUParticles2D.xml:182 +#: doc/classes/Particles.xml:78 doc/classes/Particles2D.xml:49 +msgid "" +"If [code]true[/code], results in fractional delta calculation which has a " +"smoother particles display effect." +msgstr "" + +#: doc/classes/CPUParticles.xml:205 doc/classes/CPUParticles2D.xml:185 +#: doc/classes/ParticlesMaterial.xml:178 +msgid "Gravity applied to every particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:208 doc/classes/CPUParticles2D.xml:188 +#: doc/classes/ParticlesMaterial.xml:181 +msgid "Initial hue variation applied to each particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:211 doc/classes/CPUParticles2D.xml:191 +msgid "Each particle's hue will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:214 doc/classes/CPUParticles2D.xml:194 +#: doc/classes/ParticlesMaterial.xml:187 +msgid "Hue variation randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:217 doc/classes/CPUParticles2D.xml:197 +#: doc/classes/ParticlesMaterial.xml:190 +msgid "" +"Initial velocity magnitude for each particle. Direction comes from [member " +"spread] and the node's orientation." +msgstr "" + +#: doc/classes/CPUParticles.xml:220 doc/classes/CPUParticles2D.xml:200 +#: doc/classes/ParticlesMaterial.xml:193 +msgid "Initial velocity randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:223 doc/classes/CPUParticles2D.xml:203 +#: doc/classes/Particles.xml:81 doc/classes/Particles2D.xml:52 +msgid "The amount of time each particle will exist (in seconds)." +msgstr "" + +#: doc/classes/CPUParticles.xml:226 doc/classes/CPUParticles2D.xml:206 +#: doc/classes/ParticlesMaterial.xml:196 +msgid "Particle lifetime randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:229 doc/classes/CPUParticles2D.xml:209 +#: doc/classes/ParticlesMaterial.xml:199 +msgid "" +"Linear acceleration applied to each particle in the direction of motion." +msgstr "" + +#: doc/classes/CPUParticles.xml:232 doc/classes/CPUParticles2D.xml:212 +msgid "Each particle's linear acceleration will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:235 doc/classes/CPUParticles2D.xml:215 +#: doc/classes/ParticlesMaterial.xml:205 +msgid "Linear acceleration randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:238 doc/classes/CPUParticles2D.xml:218 +#: doc/classes/Particles.xml:84 doc/classes/Particles2D.xml:55 +msgid "" +"If [code]true[/code], particles use the parent node's coordinate space. If " +"[code]false[/code], they use global coordinates." +msgstr "" + +#: doc/classes/CPUParticles.xml:241 +msgid "" +"The [Mesh] used for each particle. If [code]null[/code], particles will be " +"spheres." +msgstr "" + +#: doc/classes/CPUParticles.xml:244 doc/classes/CPUParticles2D.xml:225 +#: doc/classes/Particles2D.xml:62 +msgid "" +"If [code]true[/code], only one emission cycle occurs. If set [code]true[/" +"code] during a cycle, emission will stop at the cycle's end." +msgstr "" + +#: doc/classes/CPUParticles.xml:247 +msgid "" +"Orbital velocity applied to each particle. Makes the particles circle around " +"origin in the local XY plane. Specified in number of full rotations around " +"origin per second.\n" +"This property is only available when [member flag_disable_z] is [code]true[/" +"code]." +msgstr "" + +#: doc/classes/CPUParticles.xml:251 doc/classes/CPUParticles2D.xml:231 +msgid "Each particle's orbital velocity will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:254 doc/classes/CPUParticles2D.xml:234 +#: doc/classes/ParticlesMaterial.xml:215 +msgid "Orbital velocity randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:257 doc/classes/CPUParticles2D.xml:237 +#: doc/classes/Particles2D.xml:65 +msgid "Particle system starts as if it had already run for this many seconds." +msgstr "" + +#: doc/classes/CPUParticles.xml:260 doc/classes/CPUParticles2D.xml:240 +#: doc/classes/ParticlesMaterial.xml:218 +msgid "" +"Radial acceleration applied to each particle. Makes particle accelerate away " +"from origin." +msgstr "" + +#: doc/classes/CPUParticles.xml:263 doc/classes/CPUParticles2D.xml:243 +msgid "Each particle's radial acceleration will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:266 doc/classes/CPUParticles2D.xml:246 +#: doc/classes/ParticlesMaterial.xml:224 +msgid "Radial acceleration randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:269 doc/classes/CPUParticles2D.xml:249 +#: doc/classes/Particles2D.xml:71 +msgid "Emission lifetime randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:272 doc/classes/CPUParticles2D.xml:252 +#: doc/classes/ParticlesMaterial.xml:227 +msgid "Initial scale applied to each particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:275 doc/classes/CPUParticles2D.xml:255 +msgid "Each particle's scale will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:278 doc/classes/CPUParticles2D.xml:258 +#: doc/classes/ParticlesMaterial.xml:233 +msgid "Scale randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:281 doc/classes/CPUParticles2D.xml:261 +#: doc/classes/Particles2D.xml:74 +msgid "" +"Particle system's running speed scaling ratio. A value of [code]0[/code] can " +"be used to pause the particles." +msgstr "" + +#: doc/classes/CPUParticles.xml:284 +msgid "" +"Each particle's initial direction range from [code]+spread[/code] to [code]-" +"spread[/code] degrees. Applied to X/Z plane and Y/Z planes." +msgstr "" + +#: doc/classes/CPUParticles.xml:287 doc/classes/CPUParticles2D.xml:267 +#: doc/classes/ParticlesMaterial.xml:239 +msgid "" +"Tangential acceleration applied to each particle. Tangential acceleration is " +"perpendicular to the particle's velocity giving the particles a swirling " +"motion." +msgstr "" + +#: doc/classes/CPUParticles.xml:290 doc/classes/CPUParticles2D.xml:270 +msgid "Each particle's tangential acceleration will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:293 doc/classes/CPUParticles2D.xml:273 +#: doc/classes/ParticlesMaterial.xml:245 +msgid "Tangential acceleration randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:298 doc/classes/CPUParticles2D.xml:281 +#: doc/classes/Particles.xml:109 doc/classes/Particles2D.xml:86 +msgid "Particles are drawn in the order emitted." +msgstr "" + +#: doc/classes/CPUParticles.xml:301 doc/classes/CPUParticles2D.xml:284 +#: doc/classes/Particles.xml:112 doc/classes/Particles2D.xml:89 +msgid "Particles are drawn in order of remaining lifetime." +msgstr "" + +#: doc/classes/CPUParticles.xml:304 doc/classes/Particles.xml:115 +msgid "Particles are drawn in order of depth." +msgstr "" + +#: doc/classes/CPUParticles.xml:307 doc/classes/CPUParticles2D.xml:287 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set initial velocity properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:310 doc/classes/CPUParticles2D.xml:290 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set angular velocity properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:313 doc/classes/CPUParticles2D.xml:293 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set orbital velocity properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:316 doc/classes/CPUParticles2D.xml:296 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set linear acceleration properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:319 doc/classes/CPUParticles2D.xml:299 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set radial acceleration properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:322 doc/classes/CPUParticles2D.xml:302 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set tangential acceleration properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:325 doc/classes/CPUParticles2D.xml:305 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set damping properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:328 doc/classes/CPUParticles2D.xml:308 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set angle properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:331 doc/classes/CPUParticles2D.xml:311 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set scale properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:334 doc/classes/CPUParticles2D.xml:314 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set hue variation properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:337 doc/classes/CPUParticles2D.xml:317 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set animation speed properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:340 doc/classes/CPUParticles2D.xml:320 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set animation offset properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:343 doc/classes/CPUParticles2D.xml:323 +#: doc/classes/ParticlesMaterial.xml:295 +msgid "Represents the size of the [enum Parameter] enum." +msgstr "" + +#: doc/classes/CPUParticles.xml:346 doc/classes/CPUParticles2D.xml:326 +msgid "Use with [method set_particle_flag] to set [member flag_align_y]." +msgstr "" + +#: doc/classes/CPUParticles.xml:349 +msgid "Use with [method set_particle_flag] to set [member flag_rotate_y]." +msgstr "" + +#: doc/classes/CPUParticles.xml:352 +msgid "Use with [method set_particle_flag] to set [member flag_disable_z]." +msgstr "" + +#: doc/classes/CPUParticles.xml:355 doc/classes/CPUParticles2D.xml:335 +#: doc/classes/GeometryInstance.xml:109 doc/classes/ParticlesMaterial.xml:307 +#: doc/classes/SpatialMaterial.xml:564 +msgid "Represents the size of the [enum Flags] enum." +msgstr "" + +#: doc/classes/CPUParticles.xml:358 doc/classes/CPUParticles2D.xml:338 +#: doc/classes/ParticlesMaterial.xml:310 +msgid "All particles will be emitted from a single point." +msgstr "" + +#: doc/classes/CPUParticles.xml:361 doc/classes/ParticlesMaterial.xml:313 +msgid "Particles will be emitted in the volume of a sphere." +msgstr "" + +#: doc/classes/CPUParticles.xml:364 doc/classes/ParticlesMaterial.xml:316 +msgid "Particles will be emitted in the volume of a box." +msgstr "" + +#: doc/classes/CPUParticles.xml:367 doc/classes/CPUParticles2D.xml:347 +msgid "" +"Particles will be emitted at a position chosen randomly among [member " +"emission_points]. Particle color will be modulated by [member " +"emission_colors]." +msgstr "" + +#: doc/classes/CPUParticles.xml:370 doc/classes/CPUParticles2D.xml:350 +msgid "" +"Particles will be emitted at a position chosen randomly among [member " +"emission_points]. Particle velocity and rotation will be set based on " +"[member emission_normals]. Particle color will be modulated by [member " +"emission_colors]." +msgstr "" + +#: doc/classes/CPUParticles.xml:373 doc/classes/ParticlesMaterial.xml:325 +msgid "Particles will be emitted in a ring or cylinder." +msgstr "" + +#: doc/classes/CPUParticles.xml:376 doc/classes/CPUParticles2D.xml:353 +#: doc/classes/ParticlesMaterial.xml:328 +msgid "Represents the size of the [enum EmissionShape] enum." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:4 +msgid "CPU-based 2D particle emitter." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:7 +msgid "" +"CPU-based 2D particle node used to create a variety of particle systems and " +"effects.\n" +"See also [Particles2D], which provides the same functionality with hardware " +"acceleration, but may not run on older devices.\n" +"[b]Note:[/b] Unlike [Particles2D], the visibility rect is generated on-the-" +"fly and doesn't need to be configured by the user." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:12 doc/classes/Particles2D.xml:14 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/particle_systems_2d.html" +msgstr "" + +#: doc/classes/CPUParticles2D.xml:19 +msgid "" +"Sets this node's properties to match a given [Particles2D] node with an " +"assigned [ParticlesMaterial]." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:131 +msgid "" +"Each particle's initial color. If [member texture] is defined, it will be " +"multiplied by this color." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:134 +msgid "" +"Each particle's color will vary along this [Gradient] (multiplied with " +"[member color])." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:161 +msgid "" +"The rectangle's extents if [member emission_shape] is set to [constant " +"EMISSION_SHAPE_RECTANGLE]." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:167 +msgid "" +"The sphere's radius if [member emission_shape] is set to [constant " +"EMISSION_SHAPE_SPHERE]." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:176 doc/classes/Particles.xml:75 +#: doc/classes/Particles2D.xml:46 +msgid "" +"The particle system's frame rate is fixed to a value. For instance, changing " +"the value to 2 will make the particles render at 2 frames per second. Note " +"this does not slow down the simulation of the particle system itself." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:221 doc/classes/Particles2D.xml:58 +msgid "" +"Normal map to be used for the [member texture] property.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:228 +msgid "" +"Orbital velocity applied to each particle. Makes the particles circle around " +"origin. Specified in number of full rotations around origin per second." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:264 doc/classes/ParticlesMaterial.xml:236 +msgid "" +"Each particle's initial direction range from [code]+spread[/code] to [code]-" +"spread[/code] degrees." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:276 doc/classes/Particles2D.xml:77 +msgid "Particle texture. If [code]null[/code], particles will be squares." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:329 doc/classes/CPUParticles2D.xml:332 +msgid "Present for consistency with 3D particle nodes, not used in 2D." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:341 +msgid "" +"Particles will be emitted on the surface of a sphere flattened to two " +"dimensions." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:344 +msgid "Particles will be emitted in the area of a rectangle." +msgstr "" + +#: doc/classes/Crypto.xml:4 +msgid "Access to advanced cryptographic functionalities." +msgstr "" + +#: doc/classes/Crypto.xml:7 +msgid "" +"The Crypto class allows you to access some more advanced cryptographic " +"functionalities in Godot.\n" +"For now, this includes generating cryptographically secure random bytes, RSA " +"keys and self-signed X509 certificates generation, asymmetric key encryption/" +"decryption, and signing/verification.\n" +"[codeblock]\n" +"extends Node\n" +"\n" +"var crypto = Crypto.new()\n" +"var key = CryptoKey.new()\n" +"var cert = X509Certificate.new()\n" +"\n" +"func _ready():\n" +" # Generate new RSA key.\n" +" key = crypto.generate_rsa(4096)\n" +" # Generate new self-signed certificate with the given key.\n" +" cert = crypto.generate_self_signed_certificate(key, \"CN=mydomain.com," +"O=My Game Company,C=IT\")\n" +" # Save key and certificate in the user folder.\n" +" key.save(\"user://generated.key\")\n" +" cert.save(\"user://generated.crt\")\n" +" # Encryption\n" +" var data = \"Some data\"\n" +" var encrypted = crypto.encrypt(key, data.to_utf8())\n" +" # Decryption\n" +" var decrypted = crypto.decrypt(key, encrypted)\n" +" # Signing\n" +" var signature = crypto.sign(HashingContext.HASH_SHA256, data." +"sha256_buffer(), key)\n" +" # Verifying\n" +" var verified = crypto.verify(HashingContext.HASH_SHA256, data." +"sha256_buffer(), signature, key)\n" +" # Checks\n" +" assert(verified)\n" +" assert(data.to_utf8() == decrypted)\n" +"[/codeblock]\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/Crypto.xml:47 +msgid "" +"Compares two [PoolByteArray]s for equality without leaking timing " +"information in order to prevent timing attacks.\n" +"See [url=https://paragonie.com/blog/2015/11/preventing-timing-attacks-on-" +"string-comparison-with-double-hmac-strategy]this blog post[/url] for more " +"information." +msgstr "" + +#: doc/classes/Crypto.xml:56 +msgid "" +"Decrypt the given [code]ciphertext[/code] with the provided private " +"[code]key[/code].\n" +"[b]Note:[/b] The maximum size of accepted ciphertext is limited by the key " +"size." +msgstr "" + +#: doc/classes/Crypto.xml:65 +msgid "" +"Encrypt the given [code]plaintext[/code] with the provided public [code]key[/" +"code].\n" +"[b]Note:[/b] The maximum size of accepted plaintext is limited by the key " +"size." +msgstr "" + +#: doc/classes/Crypto.xml:73 +msgid "" +"Generates a [PoolByteArray] of cryptographically secure random bytes with " +"given [code]size[/code]." +msgstr "" + +#: doc/classes/Crypto.xml:80 +msgid "" +"Generates an RSA [CryptoKey] that can be used for creating self-signed " +"certificates and passed to [method StreamPeerSSL.accept_stream]." +msgstr "" + +#: doc/classes/Crypto.xml:90 +msgid "" +"Generates a self-signed [X509Certificate] from the given [CryptoKey] and " +"[code]issuer_name[/code]. The certificate validity will be defined by " +"[code]not_before[/code] and [code]not_after[/code] (first valid date and " +"last valid date). The [code]issuer_name[/code] must contain at least \"CN=" +"\" (common name, i.e. the domain name), \"O=\" (organization, i.e. your " +"company name), \"C=\" (country, i.e. 2 lettered ISO-3166 code of the country " +"the organization is based in).\n" +"A small example to generate an RSA key and a X509 self-signed certificate.\n" +"[codeblock]\n" +"var crypto = Crypto.new()\n" +"# Generate 4096 bits RSA key.\n" +"var key = crypto.generate_rsa(4096)\n" +"# Generate self-signed certificate using the given key.\n" +"var cert = crypto.generate_self_signed_certificate(key, \"CN=example.com,O=A " +"Game Company,C=IT\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Crypto.xml:107 +msgid "" +"Generates an [url=https://en.wikipedia.org/wiki/HMAC]HMAC[/url] digest of " +"[code]msg[/code] using [code]key[/code]. The [code]hash_type[/code] " +"parameter is the hashing algorithm that is used for the inner and outer " +"hashes.\n" +"Currently, only [constant HashingContext.HASH_SHA256] and [constant " +"HashingContext.HASH_SHA1] are supported." +msgstr "" + +#: doc/classes/Crypto.xml:117 +msgid "" +"Sign a given [code]hash[/code] of type [code]hash_type[/code] with the " +"provided private [code]key[/code]." +msgstr "" + +#: doc/classes/Crypto.xml:127 +msgid "" +"Verify that a given [code]signature[/code] for [code]hash[/code] of type " +"[code]hash_type[/code] against the provided public [code]key[/code]." +msgstr "" + +#: doc/classes/CryptoKey.xml:4 +msgid "A cryptographic key (RSA)." +msgstr "" + +#: doc/classes/CryptoKey.xml:7 +msgid "" +"The CryptoKey class represents a cryptographic key. Keys can be loaded and " +"saved like any other [Resource].\n" +"They can be used to generate a self-signed [X509Certificate] via [method " +"Crypto.generate_self_signed_certificate] and as private key in [method " +"StreamPeerSSL.accept_stream] along with the appropriate certificate.\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/CryptoKey.xml:17 +msgid "" +"Return [code]true[/code] if this CryptoKey only has the public part, and not " +"the private one." +msgstr "" + +#: doc/classes/CryptoKey.xml:25 +msgid "" +"Loads a key from [code]path[/code]. If [code]public_only[/code] is " +"[code]true[/code], only the public key will be loaded.\n" +"[b]Note:[/b] [code]path[/code] should be a \"*.pub\" file if " +"[code]public_only[/code] is [code]true[/code], a \"*.key\" file otherwise." +msgstr "" + +#: doc/classes/CryptoKey.xml:34 +msgid "" +"Loads a key from the given [code]string[/code]. If [code]public_only[/code] " +"is [code]true[/code], only the public key will be loaded." +msgstr "" + +#: doc/classes/CryptoKey.xml:42 +msgid "" +"Saves a key to the given [code]path[/code]. If [code]public_only[/code] is " +"[code]true[/code], only the public key will be saved.\n" +"[b]Note:[/b] [code]path[/code] should be a \"*.pub\" file if " +"[code]public_only[/code] is [code]true[/code], a \"*.key\" file otherwise." +msgstr "" + +#: doc/classes/CryptoKey.xml:50 +msgid "" +"Returns a string containing the key in PEM format. If [code]public_only[/" +"code] is [code]true[/code], only the public key will be included." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:4 +msgid "A CSG Box shape." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:7 +msgid "This node allows you to create a box for use with the CSG system." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:15 +msgid "Depth of the box measured from the center of the box." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:18 +msgid "Height of the box measured from the center of the box." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:21 +msgid "The material used to render the box." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:24 +msgid "Width of the box measured from the center of the box." +msgstr "" + +#: modules/csg/doc_classes/CSGCombiner.xml:4 +msgid "A CSG node that allows you to combine other CSG modifiers." +msgstr "" + +#: modules/csg/doc_classes/CSGCombiner.xml:7 +msgid "" +"For complex arrangements of shapes, it is sometimes needed to add structure " +"to your CSG nodes. The CSGCombiner node allows you to create this structure. " +"The node encapsulates the result of the CSG operations of its children. In " +"this way, it is possible to do operations on one set of shapes that are " +"children of one CSGCombiner node, and a set of separate operations on a " +"second set of shapes that are children of a second CSGCombiner node, and " +"then do an operation that takes the two end results as its input to create " +"the final shape." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:4 +msgid "A CSG Cylinder shape." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:7 +msgid "" +"This node allows you to create a cylinder (or cone) for use with the CSG " +"system." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:15 +msgid "" +"If [code]true[/code] a cone is created, the [member radius] will only apply " +"to one side." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:18 +msgid "The height of the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:21 +msgid "The material used to render the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:24 +msgid "The radius of the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:27 +msgid "" +"The number of sides of the cylinder, the higher this number the more detail " +"there will be in the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:30 +msgid "" +"If [code]true[/code] the normals of the cylinder are set to give a smooth " +"effect making the cylinder seem rounded. If [code]false[/code] the cylinder " +"will have a flat shaded look." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:4 +msgid "A CSG Mesh shape that uses a mesh resource." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:7 +msgid "" +"This CSG node allows you to use any mesh resource as a CSG shape, provided " +"it is closed, does not self-intersect, does not contain internal faces and " +"has no edges that connect to more then two faces." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:15 +msgid "The [Material] used in drawing the CSG shape." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:18 +msgid "" +"The [Mesh] resource to use as a CSG shape.\n" +"[b]Note:[/b] When using an [ArrayMesh], avoid meshes with vertex normals " +"unless a flat shader is required. By default, CSGMesh will ignore the mesh's " +"vertex normals and use a smooth shader calculated using the faces' normals. " +"If a flat shader is required, ensure that all faces' vertex normals are " +"parallel." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:4 +msgid "Extrudes a 2D polygon shape to create a 3D mesh." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:7 +msgid "" +"An array of 2D points is extruded to quickly and easily create a variety of " +"3D meshes." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:15 +msgid "" +"When [member mode] is [constant MODE_DEPTH], the depth of the extrusion." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:18 +msgid "" +"Material to use for the resulting mesh. The UV maps the top half of the " +"material to the extruded shape (U along the the length of the extrusions and " +"V around the outline of the [member polygon]), the bottom-left quarter to " +"the front end face, and the bottom-right quarter to the back end face." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:21 +msgid "The [member mode] used to extrude the [member polygon]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:24 +msgid "" +"When [member mode] is [constant MODE_PATH], by default, the top half of the " +"[member material] is stretched along the entire length of the extruded " +"shape. If [code]false[/code] the top half of the material is repeated every " +"step of the extrusion." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:27 +msgid "" +"When [member mode] is [constant MODE_PATH], the path interval or ratio of " +"path points to extrusions." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:30 +msgid "" +"When [member mode] is [constant MODE_PATH], this will determine if the " +"interval should be by distance ([constant PATH_INTERVAL_DISTANCE]) or " +"subdivision fractions ([constant PATH_INTERVAL_SUBDIVIDE])." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:33 +msgid "" +"When [member mode] is [constant MODE_PATH], if [code]true[/code] the ends of " +"the path are joined, by adding an extrusion between the last and first " +"points of the path." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:36 +msgid "" +"When [member mode] is [constant MODE_PATH], if [code]true[/code] the " +"[Transform] of the [CSGPolygon] is used as the starting point for the " +"extrusions, not the [Transform] of the [member path_node]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:39 +msgid "" +"When [member mode] is [constant MODE_PATH], the location of the [Path] " +"object used to extrude the [member polygon]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:42 +msgid "" +"When [member mode] is [constant MODE_PATH], the [enum PathRotation] method " +"used to rotate the [member polygon] as it is extruded." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:45 +msgid "" +"When [member mode] is [constant MODE_PATH], extrusions that are less than " +"this angle, will be merged together to reduce polygon count." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:48 +msgid "" +"When [member mode] is [constant MODE_PATH], this is the distance along the " +"path, in meters, the texture coordinates will tile. When set to 0, texture " +"coordinates will match geometry exactly with no tiling." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:51 +msgid "The point array that defines the 2D polygon that is extruded." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:54 +msgid "If [code]true[/code], applies smooth shading to the extrusions." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:57 +msgid "" +"When [member mode] is [constant MODE_SPIN], the total number of degrees the " +"[member polygon] is rotated when extruding." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:60 +msgid "" +"When [member mode] is [constant MODE_SPIN], the number of extrusions made." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:65 +msgid "The [member polygon] shape is extruded along the negative Z axis." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:68 +msgid "" +"The [member polygon] shape is extruded by rotating it around the Y axis." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:71 +msgid "" +"The [member polygon] shape is extruded along the [Path] specified in [member " +"path_node]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:74 +msgid "" +"The [member polygon] shape is not rotated.\n" +"[b]Note:[/b] Requires the path's Z coordinates to continually decrease to " +"ensure viable shapes." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:78 +msgid "" +"The [member polygon] shape is rotated along the path, but it is not rotated " +"around the path axis.\n" +"[b]Note:[/b] Requires the path's Z coordinates to continually decrease to " +"ensure viable shapes." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:82 +msgid "" +"The [member polygon] shape follows the path and its rotations around the " +"path axis." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:85 +msgid "" +"When [member mode] is set to [constant MODE_PATH], [member path_interval] " +"will determine the distance, in meters, each interval of the path will " +"extrude." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:88 +msgid "" +"When [member mode] is set to [constant MODE_PATH], [member path_interval] " +"will subdivide the polygons along the path." +msgstr "" + +#: modules/csg/doc_classes/CSGPrimitive.xml:4 +msgid "Base class for CSG primitives." +msgstr "" + +#: modules/csg/doc_classes/CSGPrimitive.xml:7 +msgid "" +"Parent class for various CSG primitives. It contains code and functionality " +"that is common between them. It cannot be used directly. Instead use one of " +"the various classes that inherit from it." +msgstr "" + +#: modules/csg/doc_classes/CSGPrimitive.xml:15 +msgid "Invert the faces of the mesh." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:4 +msgid "The CSG base class." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:7 +msgid "" +"This is the CSG base class that provides CSG operation support to the " +"various CSG nodes in Godot." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:16 +#: modules/csg/doc_classes/CSGShape.xml:23 doc/classes/RayCast2D.xml:60 +#: doc/classes/SoftBody.xml:30 doc/classes/SoftBody.xml:37 +msgid "Returns an individual bit on the collision mask." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:29 +msgid "" +"Returns an [Array] with two elements, the first is the [Transform] of this " +"node and the second is the root [Mesh] of this node. Only works when this " +"node is the root shape." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:35 +msgid "" +"Returns [code]true[/code] if this is a root shape and is thus the object " +"that is rendered." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:43 doc/classes/SoftBody.xml:66 +msgid "" +"Sets individual bits on the layer mask. Use this if you only need to change " +"one layer's value." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:51 doc/classes/SoftBody.xml:74 +msgid "" +"Sets individual bits on the collision mask. Use this if you only need to " +"change one layer's value." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:57 +msgid "" +"Calculate tangents for the CSG shape which allows the use of normal maps. " +"This is only applied on the root shape, this setting is ignored on any child." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:60 +msgid "" +"The physics layers this area is in.\n" +"Collidable objects can exist in any of 32 different layers. These layers " +"work like a tagging system, and are not visual. A collidable can use these " +"layers to select with which objects it can collide, using the collision_mask " +"property.\n" +"A contact is detected if object A is in any of the layers that object B " +"scans, or object B is in any layer scanned by object A. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:65 +msgid "" +"The physics layers this CSG shape scans for collisions. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:68 +msgid "" +"The operation that is performed on this shape. This is ignored for the first " +"CSG child node as the operation is between this node and the previous child " +"of this nodes parent." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:71 +msgid "" +"Snap makes the mesh snap to a given distance so that the faces of two meshes " +"can be perfectly aligned. A lower value results in greater precision but may " +"be harder to adjust." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:74 +msgid "" +"Adds a collision shape to the physics engine for our CSG shape. This will " +"always act like a static body. Note that the collision shape is still active " +"even if the CSG shape itself is hidden." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:79 +msgid "" +"Geometry of both primitives is merged, intersecting geometry is removed." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:82 +msgid "Only intersecting geometry remains, the rest is removed." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:85 +msgid "" +"The second shape is subtracted from the first, leaving a dent with its shape." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:4 +msgid "A CSG Sphere shape." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:7 +msgid "This node allows you to create a sphere for use with the CSG system." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:15 +msgid "The material used to render the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:18 +msgid "Number of vertical slices for the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:21 +msgid "Radius of the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:24 +msgid "Number of horizontal slices for the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:27 +msgid "" +"If [code]true[/code] the normals of the sphere are set to give a smooth " +"effect making the sphere seem rounded. If [code]false[/code] the sphere will " +"have a flat shaded look." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:4 +msgid "A CSG Torus shape." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:7 +msgid "This node allows you to create a torus for use with the CSG system." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:15 +msgid "The inner radius of the torus." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:18 +msgid "The material used to render the torus." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:21 +msgid "The outer radius of the torus." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:24 +msgid "The number of edges each ring of the torus is constructed of." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:27 +msgid "The number of slices the torus is constructed of." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:30 +msgid "" +"If [code]true[/code] the normals of the torus are set to give a smooth " +"effect making the torus seem rounded. If [code]false[/code] the torus will " +"have a flat shaded look." +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:4 +msgid "" +"A script implemented in the C# programming language (Mono-enabled builds " +"only)." +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:7 +msgid "" +"This class represents a C# script. It is the C# equivalent of the [GDScript] " +"class and is only available in Mono-enabled Godot builds.\n" +"See also [GodotSharp]." +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/c_sharp/index." +"html" +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:18 +#: modules/gdnative/doc_classes/PluginScript.xml:13 +msgid "Returns a new instance of the script." +msgstr "" + +#: doc/classes/CubeMap.xml:4 +msgid "A CubeMap is a 6-sided 3D texture." +msgstr "" + +#: doc/classes/CubeMap.xml:7 +msgid "" +"A 6-sided 3D texture typically used for faking reflections. It can be used " +"to make an object look as if it's reflecting its surroundings. This usually " +"delivers much better performance than other reflection methods." +msgstr "" + +#: doc/classes/CubeMap.xml:15 +msgid "Returns the [CubeMap]'s height." +msgstr "" + +#: doc/classes/CubeMap.xml:22 +msgid "" +"Returns an [Image] for a side of the [CubeMap] using one of the [enum Side] " +"constants." +msgstr "" + +#: doc/classes/CubeMap.xml:28 +msgid "Returns the [CubeMap]'s width." +msgstr "" + +#: doc/classes/CubeMap.xml:36 +msgid "" +"Sets an [Image] for a side of the [CubeMap] using one of the [enum Side] " +"constants." +msgstr "" + +#: doc/classes/CubeMap.xml:42 +msgid "" +"The render flags for the [CubeMap]. See the [enum Flags] constants for " +"details." +msgstr "" + +#: doc/classes/CubeMap.xml:45 +msgid "" +"The lossy storage quality of the [CubeMap] if the storage mode is set to " +"[constant STORAGE_COMPRESS_LOSSY]." +msgstr "" + +#: doc/classes/CubeMap.xml:48 +msgid "The [CubeMap]'s storage mode. See [enum Storage] constants." +msgstr "" + +#: doc/classes/CubeMap.xml:53 +msgid "Store the [CubeMap] without any compression." +msgstr "" + +#: doc/classes/CubeMap.xml:56 +msgid "Store the [CubeMap] with strong compression that reduces image quality." +msgstr "" + +#: doc/classes/CubeMap.xml:59 +msgid "" +"Store the [CubeMap] with moderate compression that doesn't reduce image " +"quality." +msgstr "" + +#: doc/classes/CubeMap.xml:62 +msgid "Identifier for the left face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:65 +msgid "Identifier for the right face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:68 +msgid "Identifier for the bottom face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:71 +msgid "Identifier for the top face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:74 +msgid "Identifier for the front face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:77 +msgid "Identifier for the back face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:80 +msgid "Generate mipmaps, to enable smooth zooming out of the texture." +msgstr "" + +#: doc/classes/CubeMap.xml:83 +msgid "Repeat (instead of clamp to edge)." +msgstr "" + +#: doc/classes/CubeMap.xml:86 +msgid "Turn on magnifying filter, to enable smooth zooming in of the texture." +msgstr "" + +#: doc/classes/CubeMap.xml:89 +msgid "Default flags. Generate mipmaps, repeat, and filter are enabled." +msgstr "" + +#: doc/classes/CubeMesh.xml:4 +msgid "Generate an axis-aligned cuboid [PrimitiveMesh]." +msgstr "" + +#: doc/classes/CubeMesh.xml:7 +msgid "" +"Generate an axis-aligned cuboid [PrimitiveMesh].\n" +"The cube's UV layout is arranged in a 3×2 layout that allows texturing each " +"face individually. To apply the same texture on all faces, change the " +"material's UV property to [code]Vector3(3, 2, 1)[/code].\n" +"[b]Note:[/b] When using a large textured [CubeMesh] (e.g. as a floor), you " +"may stumble upon UV jittering issues depending on the camera angle. To solve " +"this, increase [member subdivide_depth], [member subdivide_height] and " +"[member subdivide_width] until you no longer notice UV jittering." +msgstr "" + +#: doc/classes/CubeMesh.xml:17 +msgid "Size of the cuboid mesh." +msgstr "" + +#: doc/classes/CubeMesh.xml:20 +msgid "Number of extra edge loops inserted along the Z axis." +msgstr "" + +#: doc/classes/CubeMesh.xml:23 +msgid "Number of extra edge loops inserted along the Y axis." +msgstr "" + +#: doc/classes/CubeMesh.xml:26 +msgid "Number of extra edge loops inserted along the X axis." +msgstr "" + +#: doc/classes/CullInstance.xml:4 +msgid "Parent of all nodes that can be culled by the Portal system." +msgstr "" + +#: doc/classes/CullInstance.xml:7 +msgid "" +"Provides common functionality to nodes that can be culled by the [Portal] " +"system.\n" +"[code]Static[/code] and [code]Dynamic[/code] objects are the most " +"efficiently managed objects in the system, but there are some caveats. They " +"are expected to be present initially when [Room]s are converted using the " +"[RoomManager] [code]rooms_convert[/code] function, and their lifetime should " +"be the same as the game level (i.e. present until you call " +"[code]rooms_clear[/code] on the [RoomManager]. Although you shouldn't " +"create / delete these objects during gameplay, you can manage their " +"visibility with the standard [code]hide[/code] and [code]show[/code] " +"commands.\n" +"[code]Roaming[/code] objects on the other hand, require extra processing to " +"keep track of which [Room] they are within. This enables them to be culled " +"effectively, wherever they are.\n" +"[code]Global[/code] objects are not culled by the portal system, and use " +"view frustum culling only.\n" +"Objects that are not [code]Static[/code] or [code]Dynamic[/code] can be " +"freely created and deleted during the lifetime of the game level." +msgstr "" + +#: doc/classes/CullInstance.xml:19 +msgid "" +"When set to [code]0[/code], [CullInstance]s will be autoplaced in the [Room] " +"with the highest priority.\n" +"When set to a value other than [code]0[/code], the system will attempt to " +"autoplace in a [Room] with the [code]autoplace_priority[/code], if it is " +"present.\n" +"This can be used to control autoplacement of building exteriors in an outer " +"[RoomGroup]." +msgstr "" + +#: doc/classes/CullInstance.xml:24 +msgid "" +"When a manual bound has not been explicitly specified for a [Room], the " +"convex hull bound will be estimated from the geometry of the objects within " +"the room. This setting determines whether the geometry of an object is " +"included in this estimate of the room bound.\n" +"[b]Note:[/b] This setting is only relevant when the object is set to " +"[code]PORTAL_MODE_STATIC[/code] or [code]PORTAL_MODE_DYNAMIC[/code], and for " +"[Portal]s." +msgstr "" + +#: doc/classes/CullInstance.xml:28 +msgid "" +"When using [Room]s and [Portal]s, this specifies how the [CullInstance] is " +"processed in the system." +msgstr "" + +#: doc/classes/CullInstance.xml:33 +msgid "" +"Use for instances within [Room]s that will [b]not move[/b] - e.g. walls, " +"floors.\n" +"[b]Note:[/b] If you attempt to delete a [code]PORTAL_MODE_STATIC[/code] " +"instance while the room graph is loaded (converted), it will unload the room " +"graph and deactivate portal culling. This is because the [b]room graph[/b] " +"data has been invalidated. You will need to reconvert the rooms using the " +"[RoomManager] to activate the system again." +msgstr "" + +#: doc/classes/CullInstance.xml:37 +msgid "" +"Use for instances within rooms that will move but [b]not change room[/b] - e." +"g. moving platforms.\n" +"[b]Note:[/b] If you attempt to delete a [code]PORTAL_MODE_DYNAMIC[/code] " +"instance while the room graph is loaded (converted), it will unload the room " +"graph and deactivate portal culling. This is because the [b]room graph[/b] " +"data has been invalidated. You will need to reconvert the rooms using the " +"[RoomManager] to activate the system again." +msgstr "" + +#: doc/classes/CullInstance.xml:41 +msgid "Use for instances that will move [b]between[/b] [Room]s - e.g. players." +msgstr "" + +#: doc/classes/CullInstance.xml:44 +msgid "" +"Use for instances that will be frustum culled only - e.g. first person " +"weapon, debug." +msgstr "" + +#: doc/classes/CullInstance.xml:47 +msgid "" +"Use for instances that will not be shown at all - e.g. [b]manual room " +"bounds[/b] (specified by prefix [i]'Bound_'[/i])." +msgstr "" + +#: doc/classes/Curve.xml:4 +msgid "A mathematic curve." +msgstr "" + +#: doc/classes/Curve.xml:7 +msgid "" +"A curve that can be saved and re-used for other objects. By default, it " +"ranges between [code]0[/code] and [code]1[/code] on the Y axis and positions " +"points relative to the [code]0.5[/code] Y position." +msgstr "" + +#: doc/classes/Curve.xml:20 +msgid "" +"Adds a point to the curve. For each side, if the [code]*_mode[/code] is " +"[constant TANGENT_LINEAR], the [code]*_tangent[/code] angle (in degrees) " +"uses the slope of the curve halfway to the adjacent point. Allows custom " +"assignments to the [code]*_tangent[/code] angle if [code]*_mode[/code] is " +"set to [constant TANGENT_FREE]." +msgstr "" + +#: doc/classes/Curve.xml:26 +msgid "Recomputes the baked cache of points for the curve." +msgstr "" + +#: doc/classes/Curve.xml:32 +msgid "" +"Removes points that are closer than [code]CMP_EPSILON[/code] (0.00001) units " +"to their neighbor on the curve." +msgstr "" + +#: doc/classes/Curve.xml:38 doc/classes/Curve2D.xml:27 +#: doc/classes/Curve3D.xml:27 +msgid "Removes all points from the curve." +msgstr "" + +#: doc/classes/Curve.xml:44 doc/classes/Curve2D.xml:61 +#: doc/classes/Curve3D.xml:74 +msgid "Returns the number of points describing the curve." +msgstr "" + +#: doc/classes/Curve.xml:51 +msgid "" +"Returns the left [enum TangentMode] for the point at [code]index[/code]." +msgstr "" + +#: doc/classes/Curve.xml:58 +msgid "" +"Returns the left tangent angle (in degrees) for the point at [code]index[/" +"code]." +msgstr "" + +#: doc/classes/Curve.xml:65 +msgid "Returns the curve coordinates for the point at [code]index[/code]." +msgstr "" + +#: doc/classes/Curve.xml:72 +msgid "" +"Returns the right [enum TangentMode] for the point at [code]index[/code]." +msgstr "" + +#: doc/classes/Curve.xml:79 +msgid "" +"Returns the right tangent angle (in degrees) for the point at [code]index[/" +"code]." +msgstr "" + +#: doc/classes/Curve.xml:86 +msgid "" +"Returns the Y value for the point that would exist at the X position " +"[code]offset[/code] along the curve." +msgstr "" + +#: doc/classes/Curve.xml:93 +msgid "" +"Returns the Y value for the point that would exist at the X position " +"[code]offset[/code] along the curve using the baked cache. Bakes the curve's " +"points if not already baked." +msgstr "" + +#: doc/classes/Curve.xml:100 +msgid "Removes the point at [code]index[/code] from the curve." +msgstr "" + +#: doc/classes/Curve.xml:108 +msgid "" +"Sets the left [enum TangentMode] for the point at [code]index[/code] to " +"[code]mode[/code]." +msgstr "" + +#: doc/classes/Curve.xml:116 +msgid "" +"Sets the left tangent angle for the point at [code]index[/code] to " +"[code]tangent[/code]." +msgstr "" + +#: doc/classes/Curve.xml:124 +msgid "Sets the offset from [code]0.5[/code]." +msgstr "" + +#: doc/classes/Curve.xml:132 +msgid "" +"Sets the right [enum TangentMode] for the point at [code]index[/code] to " +"[code]mode[/code]." +msgstr "" + +#: doc/classes/Curve.xml:140 +msgid "" +"Sets the right tangent angle for the point at [code]index[/code] to " +"[code]tangent[/code]." +msgstr "" + +#: doc/classes/Curve.xml:148 +msgid "" +"Assigns the vertical position [code]y[/code] to the point at [code]index[/" +"code]." +msgstr "" + +#: doc/classes/Curve.xml:154 +msgid "The number of points to include in the baked (i.e. cached) curve data." +msgstr "" + +#: doc/classes/Curve.xml:157 +msgid "The maximum value the curve can reach." +msgstr "" + +#: doc/classes/Curve.xml:160 +msgid "The minimum value the curve can reach." +msgstr "" + +#: doc/classes/Curve.xml:166 +msgid "Emitted when [member max_value] or [member min_value] is changed." +msgstr "" + +#: doc/classes/Curve.xml:172 +msgid "The tangent on this side of the point is user-defined." +msgstr "" + +#: doc/classes/Curve.xml:175 +msgid "" +"The curve calculates the tangent on this side of the point as the slope " +"halfway towards the adjacent point." +msgstr "" + +#: doc/classes/Curve.xml:178 +msgid "The total number of available tangent modes." +msgstr "" + +#: doc/classes/Curve2D.xml:4 +msgid "Describes a Bézier curve in 2D space." +msgstr "" + +#: doc/classes/Curve2D.xml:7 +msgid "" +"This class describes a Bézier curve in 2D space. It is mainly used to give a " +"shape to a [Path2D], but can be manually sampled for other purposes.\n" +"It keeps a cache of precalculated points along the curve, to speed up " +"further calculations." +msgstr "" + +#: doc/classes/Curve2D.xml:20 doc/classes/Curve3D.xml:20 +msgid "" +"Adds a point to a curve at [code]position[/code], with control points " +"[code]in[/code] and [code]out[/code].\n" +"If [code]at_position[/code] is given, the point is inserted before the point " +"number [code]at_position[/code], moving that point (and every point after) " +"after the inserted point. If [code]at_position[/code] is not given, or is an " +"illegal value ([code]at_position <0[/code] or [code]at_position >= [method " +"get_point_count][/code]), the point will be appended at the end of the point " +"list." +msgstr "" + +#: doc/classes/Curve2D.xml:33 doc/classes/Curve3D.xml:33 +msgid "" +"Returns the total length of the curve, based on the cached points. Given " +"enough density (see [member bake_interval]), it should be approximate enough." +msgstr "" + +#: doc/classes/Curve2D.xml:39 +msgid "Returns the cache of points as a [PoolVector2Array]." +msgstr "" + +#: doc/classes/Curve2D.xml:46 +msgid "" +"Returns the closest offset to [code]to_point[/code]. This offset is meant to " +"be used in [method interpolate_baked].\n" +"[code]to_point[/code] must be in this curve's local space." +msgstr "" + +#: doc/classes/Curve2D.xml:54 doc/classes/Curve3D.xml:67 +msgid "" +"Returns the closest baked point (in curve's local space) to [code]to_point[/" +"code].\n" +"[code]to_point[/code] must be in this curve's local space." +msgstr "" + +#: doc/classes/Curve2D.xml:68 +msgid "" +"Returns the position of the control point leading to the vertex [code]idx[/" +"code]. The returned position is relative to the vertex [code]idx[/code]. If " +"the index is out of bounds, the function sends an error to the console, and " +"returns [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:75 +msgid "" +"Returns the position of the control point leading out of the vertex " +"[code]idx[/code]. The returned position is relative to the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console, and returns [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:82 +msgid "" +"Returns the position of the vertex [code]idx[/code]. If the index is out of " +"bounds, the function sends an error to the console, and returns [code](0, 0)" +"[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:90 +msgid "" +"Returns the position between the vertex [code]idx[/code] and the vertex " +"[code]idx + 1[/code], where [code]t[/code] controls if the point is the " +"first vertex ([code]t = 0.0[/code]), the last vertex ([code]t = 1.0[/code]), " +"or in between. Values of [code]t[/code] outside the range ([code]0.0 >= t " +"<=1[/code]) give strange, but predictable results.\n" +"If [code]idx[/code] is out of bounds it is truncated to the first or last " +"vertex, and [code]t[/code] is ignored. If the curve has no points, the " +"function sends an error to the console, and returns [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:99 +msgid "" +"Returns a point within the curve at position [code]offset[/code], where " +"[code]offset[/code] is measured as a pixel distance along the curve.\n" +"To do that, it finds the two cached points where the [code]offset[/code] " +"lies between, then interpolates the values. This interpolation is cubic if " +"[code]cubic[/code] is set to [code]true[/code], or linear if set to " +"[code]false[/code].\n" +"Cubic interpolation tends to follow the curves better, but linear is faster " +"(and often, precise enough)." +msgstr "" + +#: doc/classes/Curve2D.xml:108 doc/classes/Curve3D.xml:138 +msgid "" +"Returns the position at the vertex [code]fofs[/code]. It calls [method " +"interpolate] using the integer part of [code]fofs[/code] as [code]idx[/" +"code], and its fractional part as [code]t[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:115 doc/classes/Curve3D.xml:145 +msgid "" +"Deletes the point [code]idx[/code] from the curve. Sends an error to the " +"console if [code]idx[/code] is out of bounds." +msgstr "" + +#: doc/classes/Curve2D.xml:123 doc/classes/Curve3D.xml:153 +msgid "" +"Sets the position of the control point leading to the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console. The position is relative to the vertex." +msgstr "" + +#: doc/classes/Curve2D.xml:131 doc/classes/Curve3D.xml:161 +msgid "" +"Sets the position of the control point leading out of the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console. The position is relative to the vertex." +msgstr "" + +#: doc/classes/Curve2D.xml:139 doc/classes/Curve3D.xml:169 +msgid "" +"Sets the position for the vertex [code]idx[/code]. If the index is out of " +"bounds, the function sends an error to the console." +msgstr "" + +#: doc/classes/Curve2D.xml:147 doc/classes/Curve3D.xml:186 +msgid "" +"Returns a list of points along the curve, with a curvature controlled point " +"density. That is, the curvier parts will have more points than the " +"straighter parts.\n" +"This approximation makes straight segments between each point, then " +"subdivides those segments until the resulting shape is similar enough.\n" +"[code]max_stages[/code] controls how many subdivisions a curve segment may " +"face before it is considered approximate enough. Each subdivision splits the " +"segment in half, so the default 5 stages may mean up to 32 subdivisions per " +"curve segment. Increase with care!\n" +"[code]tolerance_degrees[/code] controls how many degrees the midpoint of a " +"segment may deviate from the real curve, before the segment has to be " +"subdivided." +msgstr "" + +#: doc/classes/Curve2D.xml:156 +msgid "" +"The distance in pixels between two adjacent cached points. Changing it " +"forces the cache to be recomputed the next time the [method " +"get_baked_points] or [method get_baked_length] function is called. The " +"smaller the distance, the more points in the cache and the more memory it " +"will consume, so use with care." +msgstr "" + +#: doc/classes/Curve3D.xml:4 +msgid "Describes a Bézier curve in 3D space." +msgstr "" + +#: doc/classes/Curve3D.xml:7 +msgid "" +"This class describes a Bézier curve in 3D space. It is mainly used to give a " +"shape to a [Path], but can be manually sampled for other purposes.\n" +"It keeps a cache of precalculated points along the curve, to speed up " +"further calculations." +msgstr "" + +#: doc/classes/Curve3D.xml:39 +msgid "Returns the cache of points as a [PoolVector3Array]." +msgstr "" + +#: doc/classes/Curve3D.xml:45 +msgid "Returns the cache of tilts as a [PoolRealArray]." +msgstr "" + +#: doc/classes/Curve3D.xml:51 +msgid "" +"Returns the cache of up vectors as a [PoolVector3Array].\n" +"If [member up_vector_enabled] is [code]false[/code], the cache will be empty." +msgstr "" + +#: doc/classes/Curve3D.xml:59 +msgid "" +"Returns the closest offset to [code]to_point[/code]. This offset is meant to " +"be used in [method interpolate_baked] or [method " +"interpolate_baked_up_vector].\n" +"[code]to_point[/code] must be in this curve's local space." +msgstr "" + +#: doc/classes/Curve3D.xml:81 +msgid "" +"Returns the position of the control point leading to the vertex [code]idx[/" +"code]. The returned position is relative to the vertex [code]idx[/code]. If " +"the index is out of bounds, the function sends an error to the console, and " +"returns [code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:88 +msgid "" +"Returns the position of the control point leading out of the vertex " +"[code]idx[/code]. The returned position is relative to the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console, and returns [code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:95 +msgid "" +"Returns the position of the vertex [code]idx[/code]. If the index is out of " +"bounds, the function sends an error to the console, and returns [code](0, 0, " +"0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:102 +msgid "" +"Returns the tilt angle in radians for the point [code]idx[/code]. If the " +"index is out of bounds, the function sends an error to the console, and " +"returns [code]0[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:110 +msgid "" +"Returns the position between the vertex [code]idx[/code] and the vertex " +"[code]idx + 1[/code], where [code]t[/code] controls if the point is the " +"first vertex ([code]t = 0.0[/code]), the last vertex ([code]t = 1.0[/code]), " +"or in between. Values of [code]t[/code] outside the range ([code]0.0 >= t " +"<=1[/code]) give strange, but predictable results.\n" +"If [code]idx[/code] is out of bounds it is truncated to the first or last " +"vertex, and [code]t[/code] is ignored. If the curve has no points, the " +"function sends an error to the console, and returns [code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:119 +msgid "" +"Returns a point within the curve at position [code]offset[/code], where " +"[code]offset[/code] is measured as a distance in 3D units along the curve.\n" +"To do that, it finds the two cached points where the [code]offset[/code] " +"lies between, then interpolates the values. This interpolation is cubic if " +"[code]cubic[/code] is set to [code]true[/code], or linear if set to " +"[code]false[/code].\n" +"Cubic interpolation tends to follow the curves better, but linear is faster " +"(and often, precise enough)." +msgstr "" + +#: doc/classes/Curve3D.xml:129 +msgid "" +"Returns an up vector within the curve at position [code]offset[/code], where " +"[code]offset[/code] is measured as a distance in 3D units along the curve.\n" +"To do that, it finds the two cached up vectors where the [code]offset[/code] " +"lies between, then interpolates the values. If [code]apply_tilt[/code] is " +"[code]true[/code], an interpolated tilt is applied to the interpolated up " +"vector.\n" +"If the curve has no up vectors, the function sends an error to the console, " +"and returns [code](0, 1, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:177 +msgid "" +"Sets the tilt angle in radians for the point [code]idx[/code]. If the index " +"is out of bounds, the function sends an error to the console.\n" +"The tilt controls the rotation along the look-at axis an object traveling " +"the path would have. In the case of a curve controlling a [PathFollow], this " +"tilt is an offset over the natural tilt the [PathFollow] calculates." +msgstr "" + +#: doc/classes/Curve3D.xml:195 +msgid "" +"The distance in meters between two adjacent cached points. Changing it " +"forces the cache to be recomputed the next time the [method " +"get_baked_points] or [method get_baked_length] function is called. The " +"smaller the distance, the more points in the cache and the more memory it " +"will consume, so use with care." +msgstr "" + +#: doc/classes/Curve3D.xml:198 +msgid "" +"If [code]true[/code], the curve will bake up vectors used for orientation. " +"This is used when [member PathFollow.rotation_mode] is set to [constant " +"PathFollow.ROTATION_ORIENTED]. Changing it forces the cache to be recomputed." +msgstr "" + +#: doc/classes/CurveTexture.xml:4 +msgid "A texture that shows a curve." +msgstr "" + +#: doc/classes/CurveTexture.xml:7 +msgid "" +"Renders a given [Curve] provided to it. Simplifies the task of drawing " +"curves and/or saving them as image files." +msgstr "" + +#: doc/classes/CurveTexture.xml:15 +msgid "The [code]curve[/code] rendered onto the texture." +msgstr "" + +#: doc/classes/CurveTexture.xml:18 +msgid "The width of the texture." +msgstr "" + +#: doc/classes/CylinderMesh.xml:4 +msgid "Class representing a cylindrical [PrimitiveMesh]." +msgstr "" + +#: doc/classes/CylinderMesh.xml:7 +msgid "" +"Class representing a cylindrical [PrimitiveMesh]. This class can be used to " +"create cones by setting either the [member top_radius] or [member " +"bottom_radius] properties to [code]0.0[/code]." +msgstr "" + +#: doc/classes/CylinderMesh.xml:15 +msgid "" +"Bottom radius of the cylinder. If set to [code]0.0[/code], the bottom faces " +"will not be generated, resulting in a conic shape." +msgstr "" + +#: doc/classes/CylinderMesh.xml:18 +msgid "Full height of the cylinder." +msgstr "" + +#: doc/classes/CylinderMesh.xml:21 +msgid "" +"Number of radial segments on the cylinder. Higher values result in a more " +"detailed cylinder/cone at the cost of performance." +msgstr "" + +#: doc/classes/CylinderMesh.xml:24 +msgid "" +"Number of edge rings along the height of the cylinder. Changing [member " +"rings] does not have any visual impact unless a shader or procedural mesh " +"tool is used to alter the vertex data. Higher values result in more " +"subdivisions, which can be used to create smoother-looking effects with " +"shaders or procedural mesh tools (at the cost of performance). When not " +"altering the vertex data using a shader or procedural mesh tool, [member " +"rings] should be kept to its default value." +msgstr "" + +#: doc/classes/CylinderMesh.xml:27 +msgid "" +"Top radius of the cylinder. If set to [code]0.0[/code], the top faces will " +"not be generated, resulting in a conic shape." +msgstr "" + +#: doc/classes/CylinderShape.xml:4 doc/classes/CylinderShape.xml:7 +msgid "Cylinder shape for collisions." +msgstr "" + +#: doc/classes/CylinderShape.xml:18 +msgid "The cylinder's height." +msgstr "" + +#: doc/classes/CylinderShape.xml:21 +msgid "The cylinder's radius." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:4 +msgid "Damped spring constraint for 2D physics." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:7 +msgid "" +"Damped spring constraint for 2D physics. This resembles a spring joint that " +"always wants to go back to a given length." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:15 +msgid "" +"The spring joint's damping ratio. A value between [code]0[/code] and " +"[code]1[/code]. When the two bodies move into different directions the " +"system tries to align them to the spring axis again. A high [code]damping[/" +"code] value forces the attached bodies to align faster." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:18 +msgid "" +"The spring joint's maximum length. The two attached bodies cannot stretch it " +"past this value." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:21 +msgid "" +"When the bodies attached to the spring joint move they stretch or squash it. " +"The joint always tries to resize towards this length." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:24 +msgid "" +"The higher the value, the less the bodies attached to the joint will deform " +"it. The joint applies an opposing force to the bodies, the product of the " +"stiffness multiplied by the size difference from its resting length." +msgstr "" + +#: doc/classes/Dictionary.xml:4 +msgid "Dictionary type." +msgstr "" + +#: doc/classes/Dictionary.xml:7 +msgid "" +"Dictionary type. Associative container which contains values referenced by " +"unique keys. Dictionaries are composed of pairs of keys (which must be " +"unique) and values. Dictionaries will preserve the insertion order when " +"adding elements, even though this may not be reflected when printing the " +"dictionary. In other programming languages, this data structure is sometimes " +"referred to as a hash map or associative array.\n" +"You can define a dictionary by placing a comma-separated list of [code]key: " +"value[/code] pairs in curly braces [code]{}[/code].\n" +"Erasing elements while iterating over them [b]is not supported[/b] and will " +"result in undefined behavior.\n" +"[b]Note:[/b] Dictionaries are always passed by reference. To get a copy of a " +"dictionary which can be modified independently of the original dictionary, " +"use [method duplicate].\n" +"Creating a dictionary:\n" +"[codeblock]\n" +"var my_dict = {} # Creates an empty dictionary.\n" +"\n" +"var dict_variable_key = \"Another key name\"\n" +"var dict_variable_value = \"value2\"\n" +"var another_dict = {\n" +" \"Some key name\": \"value1\",\n" +" dict_variable_key: dict_variable_value,\n" +"}\n" +"\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"\n" +"# Alternative Lua-style syntax.\n" +"# Doesn't require quotes around keys, but only string constants can be used " +"as key names.\n" +"# Additionally, key names must start with a letter or an underscore.\n" +"# Here, `some_key` is a string literal, not a variable!\n" +"another_dict = {\n" +" some_key = 42,\n" +"}\n" +"[/codeblock]\n" +"You can access a dictionary's values by referencing the appropriate key. In " +"the above example, [code]points_dict[\"White\"][/code] will return [code]50[/" +"code]. You can also write [code]points_dict.White[/code], which is " +"equivalent. However, you'll have to use the bracket syntax if the key you're " +"accessing the dictionary with isn't a fixed string (such as a number or " +"variable).\n" +"[codeblock]\n" +"export(string, \"White\", \"Yellow\", \"Orange\") var my_color\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"func _ready():\n" +" # We can't use dot syntax here as `my_color` is a variable.\n" +" var points = points_dict[my_color]\n" +"[/codeblock]\n" +"In the above code, [code]points[/code] will be assigned the value that is " +"paired with the appropriate color selected in [code]my_color[/code].\n" +"Dictionaries can contain more complex data:\n" +"[codeblock]\n" +"my_dict = {\"First Array\": [1, 2, 3, 4]} # Assigns an Array to a String " +"key.\n" +"[/codeblock]\n" +"To add a key to an existing dictionary, access it like an existing key and " +"assign to it:\n" +"[codeblock]\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"points_dict[\"Blue\"] = 150 # Add \"Blue\" as a key and assign 150 as its " +"value.\n" +"[/codeblock]\n" +"Finally, dictionaries can contain different types of keys and values in the " +"same dictionary:\n" +"[codeblock]\n" +"# This is a valid dictionary.\n" +"# To access the string \"Nested value\" below, use `my_dict.sub_dict." +"sub_key` or `my_dict[\"sub_dict\"][\"sub_key\"]`.\n" +"# Indexing styles can be mixed and matched depending on your needs.\n" +"var my_dict = {\n" +" \"String Key\": 5,\n" +" 4: [1, 2, 3],\n" +" 7: \"Hello\",\n" +" \"sub_dict\": {\"sub_key\": \"Nested value\"},\n" +"}\n" +"[/codeblock]\n" +"[b]Note:[/b] Unlike [Array]s, you can't compare dictionaries directly:\n" +"[codeblock]\n" +"array1 = [1, 2, 3]\n" +"array2 = [1, 2, 3]\n" +"\n" +"func compare_arrays():\n" +" print(array1 == array2) # Will print true.\n" +"\n" +"var dict1 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"var dict2 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"\n" +"func compare_dictionaries():\n" +" print(dict1 == dict2) # Will NOT print true.\n" +"[/codeblock]\n" +"You need to first calculate the dictionary's hash with [method hash] before " +"you can compare them:\n" +"[codeblock]\n" +"var dict1 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"var dict2 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"\n" +"func compare_dictionaries():\n" +" print(dict1.hash() == dict2.hash()) # Will print true.\n" +"[/codeblock]\n" +"[b]Note:[/b] When declaring a dictionary with [code]const[/code], the " +"dictionary itself can still be mutated by defining the values of individual " +"keys. Using [code]const[/code] will only prevent assigning the constant with " +"another value after it was initialized." +msgstr "" + +#: doc/classes/Dictionary.xml:87 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_basics.html#dictionary" +msgstr "" + +#: doc/classes/Dictionary.xml:94 +msgid "Clear the dictionary, removing all key/value pairs." +msgstr "" + +#: doc/classes/Dictionary.xml:101 +msgid "" +"Creates a copy of the dictionary, and returns it. The [code]deep[/code] " +"parameter causes inner dictionaries and arrays to be copied recursively, but " +"does not apply to objects." +msgstr "" + +#: doc/classes/Dictionary.xml:107 +msgid "Returns [code]true[/code] if the dictionary is empty." +msgstr "" + +#: doc/classes/Dictionary.xml:114 +msgid "" +"Erase a dictionary key/value pair by key. Returns [code]true[/code] if the " +"given key was present in the dictionary, [code]false[/code] otherwise.\n" +"[b]Note:[/b] Don't erase elements while iterating over the dictionary. You " +"can iterate over the [method keys] array instead." +msgstr "" + +#: doc/classes/Dictionary.xml:123 +msgid "" +"Returns the current value for the specified key in the [Dictionary]. If the " +"key does not exist, the method returns the value of the optional default " +"argument, or [code]null[/code] if it is omitted." +msgstr "" + +#: doc/classes/Dictionary.xml:130 +msgid "" +"Returns [code]true[/code] if the dictionary has a given key.\n" +"[b]Note:[/b] This is equivalent to using the [code]in[/code] operator as " +"follows:\n" +"[codeblock]\n" +"# Will evaluate to `true`.\n" +"if \"godot\" in {\"godot\": \"engine\"}:\n" +" pass\n" +"[/codeblock]\n" +"This method (like the [code]in[/code] operator) will evaluate to [code]true[/" +"code] as long as the key exists, even if the associated value is [code]null[/" +"code]." +msgstr "" + +#: doc/classes/Dictionary.xml:144 +msgid "" +"Returns [code]true[/code] if the dictionary has all the keys in the given " +"array." +msgstr "" + +#: doc/classes/Dictionary.xml:150 +msgid "" +"Returns a hashed integer value representing the dictionary contents. This " +"can be used to compare dictionaries by value:\n" +"[codeblock]\n" +"var dict1 = {0: 10}\n" +"var dict2 = {0: 10}\n" +"# The line below prints `true`, whereas it would have printed `false` if " +"both variables were compared directly.\n" +"print(dict1.hash() == dict2.hash())\n" +"[/codeblock]\n" +"[b]Note:[/b] Dictionaries with the same keys/values but in a different order " +"will have a different hash." +msgstr "" + +#: doc/classes/Dictionary.xml:163 +msgid "Returns the list of keys in the [Dictionary]." +msgstr "" + +#: doc/classes/Dictionary.xml:169 +msgid "Returns the number of keys in the dictionary." +msgstr "" + +#: doc/classes/Dictionary.xml:175 +msgid "Returns the list of values in the [Dictionary]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:4 +msgid "Directional light from a distance, as from the Sun." +msgstr "" + +#: doc/classes/DirectionalLight.xml:7 +msgid "" +"A directional light is a type of [Light] node that models an infinite number " +"of parallel rays covering the entire scene. It is used for lights with " +"strong intensity that are located far away from the scene to model sunlight " +"or moonlight. The worldspace location of the DirectionalLight transform " +"(origin) is ignored. Only the basis is used to determine light direction." +msgstr "" + +#: doc/classes/DirectionalLight.xml:10 doc/classes/Light.xml:10 +#: doc/classes/OmniLight.xml:11 doc/classes/SpotLight.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/lights_and_shadows.html" +msgstr "" + +#: doc/classes/DirectionalLight.xml:16 +msgid "" +"Amount of extra bias for shadow splits that are far away. If self-shadowing " +"occurs only on the splits far away, increasing this value can fix them." +msgstr "" + +#: doc/classes/DirectionalLight.xml:19 +msgid "" +"If [code]true[/code], shadow detail is sacrificed in exchange for smoother " +"transitions between splits." +msgstr "" + +#: doc/classes/DirectionalLight.xml:22 +msgid "" +"Optimizes shadow rendering for detail versus movement. See [enum " +"ShadowDepthRange]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:25 +msgid "The maximum distance for shadow splits." +msgstr "" + +#: doc/classes/DirectionalLight.xml:28 +msgid "The light's shadow rendering algorithm. See [enum ShadowMode]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:31 +msgid "" +"Can be used to fix special cases of self shadowing when objects are " +"perpendicular to the light." +msgstr "" + +#: doc/classes/DirectionalLight.xml:34 +msgid "" +"The distance from camera to shadow split 1. Relative to [member " +"directional_shadow_max_distance]. Only used when [member " +"directional_shadow_mode] is [code]SHADOW_PARALLEL_2_SPLITS[/code] or " +"[code]SHADOW_PARALLEL_4_SPLITS[/code]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:37 +msgid "" +"The distance from shadow split 1 to split 2. Relative to [member " +"directional_shadow_max_distance]. Only used when [member " +"directional_shadow_mode] is [code]SHADOW_PARALLEL_2_SPLITS[/code] or " +"[code]SHADOW_PARALLEL_4_SPLITS[/code]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:40 +msgid "" +"The distance from shadow split 2 to split 3. Relative to [member " +"directional_shadow_max_distance]. Only used when [member " +"directional_shadow_mode] is [code]SHADOW_PARALLEL_4_SPLITS[/code]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:46 +msgid "" +"Renders the entire scene's shadow map from an orthogonal point of view. This " +"is the fastest directional shadow mode. May result in blurrier shadows on " +"close objects." +msgstr "" + +#: doc/classes/DirectionalLight.xml:49 +msgid "" +"Splits the view frustum in 2 areas, each with its own shadow map. This " +"shadow mode is a compromise between [constant SHADOW_ORTHOGONAL] and " +"[constant SHADOW_PARALLEL_4_SPLITS] in terms of performance." +msgstr "" + +#: doc/classes/DirectionalLight.xml:52 +msgid "" +"Splits the view frustum in 4 areas, each with its own shadow map. This is " +"the slowest directional shadow mode." +msgstr "" + +#: doc/classes/DirectionalLight.xml:55 +msgid "" +"Keeps the shadow stable when the camera moves, at the cost of lower " +"effective shadow resolution." +msgstr "" + +#: doc/classes/DirectionalLight.xml:58 +msgid "" +"Tries to achieve maximum shadow resolution. May result in saw effect on " +"shadow edges. This mode typically works best in games where the camera will " +"often move at high speeds, such as most racing games." +msgstr "" + +#: doc/classes/Directory.xml:4 +msgid "Type used to handle the filesystem." +msgstr "" + +#: doc/classes/Directory.xml:7 +msgid "" +"Directory type. It is used to manage directories and their content (not " +"restricted to the project folder).\n" +"When creating a new [Directory], its default opened directory will be " +"[code]res://[/code]. This may change in the future, so it is advised to " +"always use [method open] to initialize your [Directory] where you want to " +"operate, with explicit error checking.\n" +"[b]Note:[/b] Many resources types are imported (e.g. textures or sound " +"files), and their source asset will not be included in the exported game, as " +"only the imported version is used. Use [ResourceLoader] to access imported " +"resources.\n" +"Here is an example on how to iterate through the files of a directory:\n" +"[codeblock]\n" +"func dir_contents(path):\n" +" var dir = Directory.new()\n" +" if dir.open(path) == OK:\n" +" dir.list_dir_begin()\n" +" var file_name = dir.get_next()\n" +" while file_name != \"\":\n" +" if dir.current_is_dir():\n" +" print(\"Found directory: \" + file_name)\n" +" else:\n" +" print(\"Found file: \" + file_name)\n" +" file_name = dir.get_next()\n" +" else:\n" +" print(\"An error occurred when trying to access the path.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Directory.xml:28 doc/classes/File.xml:28 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/filesystem." +"html" +msgstr "" + +#: doc/classes/Directory.xml:35 +msgid "" +"Changes the currently opened directory to the one passed as an argument. The " +"argument can be relative to the current directory (e.g. [code]newdir[/code] " +"or [code]../newdir[/code]), or an absolute path (e.g. [code]/tmp/newdir[/" +"code] or [code]res://somedir/newdir[/code]).\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:44 +msgid "" +"Copies the [code]from[/code] file to the [code]to[/code] destination. Both " +"arguments should be paths to files, either relative or absolute. If the " +"destination file exists and is not access-protected, it will be " +"overwritten.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:51 +msgid "" +"Returns whether the current item processed with the last [method get_next] " +"call is a directory ([code].[/code] and [code]..[/code] are considered " +"directories)." +msgstr "" + +#: doc/classes/Directory.xml:58 +msgid "" +"Returns whether the target directory exists. The argument can be relative to " +"the current directory, or an absolute path." +msgstr "" + +#: doc/classes/Directory.xml:65 +msgid "" +"Returns whether the target file exists. The argument can be relative to the " +"current directory, or an absolute path." +msgstr "" + +#: doc/classes/Directory.xml:71 +msgid "" +"Returns the absolute path to the currently opened directory (e.g. " +"[code]res://folder[/code] or [code]C:\\tmp\\folder[/code])." +msgstr "" + +#: doc/classes/Directory.xml:77 +msgid "" +"Returns the currently opened directory's drive index. See [method get_drive] " +"to convert returned index to the name of the drive." +msgstr "" + +#: doc/classes/Directory.xml:84 +msgid "" +"On Windows, returns the name of the drive (partition) passed as an argument " +"(e.g. [code]C:[/code]). On other platforms, or if the requested drive does " +"not exist, the method returns an empty String." +msgstr "" + +#: doc/classes/Directory.xml:90 +msgid "" +"On Windows, returns the number of drives (partitions) mounted on the current " +"filesystem. On other platforms, the method returns 0." +msgstr "" + +#: doc/classes/Directory.xml:96 +msgid "" +"Returns the next element (file or directory) in the current directory " +"(including [code].[/code] and [code]..[/code], unless " +"[code]skip_navigational[/code] was given to [method list_dir_begin]).\n" +"The name of the file or directory is returned (and not its full path). Once " +"the stream has been fully processed, the method returns an empty String and " +"closes the stream automatically (i.e. [method list_dir_end] would not be " +"mandatory in such a case)." +msgstr "" + +#: doc/classes/Directory.xml:103 +msgid "" +"On UNIX desktop systems, returns the available space on the current " +"directory's disk. On other platforms, this information is not available and " +"the method returns 0 or -1." +msgstr "" + +#: doc/classes/Directory.xml:111 +msgid "" +"Initializes the stream used to list all files and directories using the " +"[method get_next] function, closing the currently opened stream if needed. " +"Once the stream has been processed, it should typically be closed with " +"[method list_dir_end].\n" +"If [code]skip_navigational[/code] is [code]true[/code], [code].[/code] and " +"[code]..[/code] are filtered out.\n" +"If [code]skip_hidden[/code] is [code]true[/code], hidden files are filtered " +"out." +msgstr "" + +#: doc/classes/Directory.xml:119 +msgid "" +"Closes the current stream opened with [method list_dir_begin] (whether it " +"has been fully processed with [method get_next] does not matter)." +msgstr "" + +#: doc/classes/Directory.xml:126 +msgid "" +"Creates a directory. The argument can be relative to the current directory, " +"or an absolute path. The target directory should be placed in an already " +"existing directory (to create the full path recursively, see [method " +"make_dir_recursive]).\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:134 +msgid "" +"Creates a target directory and all necessary intermediate directories in its " +"path, by calling [method make_dir] recursively. The argument can be relative " +"to the current directory, or an absolute path.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:142 +msgid "" +"Opens an existing directory of the filesystem. The [code]path[/code] " +"argument can be within the project tree ([code]res://folder[/code]), the " +"user directory ([code]user://folder[/code]) or an absolute path of the user " +"filesystem (e.g. [code]/tmp/folder[/code] or [code]C:\\tmp\\folder[/code]).\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:150 +msgid "" +"Deletes the target file or an empty directory. The argument can be relative " +"to the current directory, or an absolute path. If the target directory is " +"not empty, the operation will fail.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:159 +msgid "" +"Renames (move) the [code]from[/code] file or directory to the [code]to[/" +"code] destination. Both arguments should be paths to files or directories, " +"either relative or absolute. If the destination file or directory exists and " +"is not access-protected, it will be overwritten.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/DTLSServer.xml:4 +msgid "Helper class to implement a DTLS server." +msgstr "" + +#: doc/classes/DTLSServer.xml:7 +msgid "" +"This class is used to store the state of a DTLS server. Upon [method setup] " +"it converts connected [PacketPeerUDP] to [PacketPeerDTLS] accepting them via " +"[method take_connection] as DTLS clients. Under the hood, this class is used " +"to store the DTLS state and cookies of the server. The reason of why the " +"state and cookies are needed is outside of the scope of this documentation.\n" +"Below a small example of how to use it:\n" +"[codeblock]\n" +"# server.gd\n" +"extends Node\n" +"\n" +"var dtls := DTLSServer.new()\n" +"var server := UDPServer.new()\n" +"var peers = []\n" +"\n" +"func _ready():\n" +" server.listen(4242)\n" +" var key = load(\"key.key\") # Your private key.\n" +" var cert = load(\"cert.crt\") # Your X509 certificate.\n" +" dtls.setup(key, cert)\n" +"\n" +"func _process(delta):\n" +" while server.is_connection_available():\n" +" var peer : PacketPeerUDP = server.take_connection()\n" +" var dtls_peer : PacketPeerDTLS = dtls.take_connection(peer)\n" +" if dtls_peer.get_status() != PacketPeerDTLS.STATUS_HANDSHAKING:\n" +" continue # It is normal that 50% of the connections fails due to " +"cookie exchange.\n" +" print(\"Peer connected!\")\n" +" peers.append(dtls_peer)\n" +" for p in peers:\n" +" p.poll() # Must poll to update the state.\n" +" if p.get_status() == PacketPeerDTLS.STATUS_CONNECTED:\n" +" while p.get_available_packet_count() > 0:\n" +" print(\"Received message from client: %s\" % p.get_packet()." +"get_string_from_utf8())\n" +" p.put_packet(\"Hello DTLS client\".to_utf8())\n" +"[/codeblock]\n" +"[codeblock]\n" +"# client.gd\n" +"extends Node\n" +"\n" +"var dtls := PacketPeerDTLS.new()\n" +"var udp := PacketPeerUDP.new()\n" +"var connected = false\n" +"\n" +"func _ready():\n" +" udp.connect_to_host(\"127.0.0.1\", 4242)\n" +" dtls.connect_to_peer(udp, false) # Use true in production for " +"certificate validation!\n" +"\n" +"func _process(delta):\n" +" dtls.poll()\n" +" if dtls.get_status() == PacketPeerDTLS.STATUS_CONNECTED:\n" +" if !connected:\n" +" # Try to contact server\n" +" dtls.put_packet(\"The answer is... 42!\".to_utf8())\n" +" while dtls.get_available_packet_count() > 0:\n" +" print(\"Connected: %s\" % dtls.get_packet()." +"get_string_from_utf8())\n" +" connected = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/DTLSServer.xml:70 +msgid "" +"Setup the DTLS server to use the given [code]private_key[/code] and provide " +"the given [code]certificate[/code] to clients. You can pass the optional " +"[code]chain[/code] parameter to provide additional CA chain information " +"along with the certificate." +msgstr "" + +#: doc/classes/DTLSServer.xml:77 +msgid "" +"Try to initiate the DTLS handshake with the given [code]udp_peer[/code] " +"which must be already connected (see [method PacketPeerUDP." +"connect_to_host]).\n" +"[b]Note:[/b] You must check that the state of the return PacketPeerUDP is " +"[constant PacketPeerDTLS.STATUS_HANDSHAKING], as it is normal that 50% of " +"the new connections will be invalid due to cookie exchange." +msgstr "" + +#: doc/classes/DynamicFont.xml:4 +msgid "DynamicFont renders vector font files at runtime." +msgstr "" + +#: doc/classes/DynamicFont.xml:7 +msgid "" +"DynamicFont renders vector font files dynamically at runtime instead of " +"using a prerendered texture atlas like [BitmapFont]. This trades the faster " +"loading time of [BitmapFont]s for the ability to change font parameters like " +"size and spacing during runtime. [DynamicFontData] is used for referencing " +"the font file paths. DynamicFont also supports defining one or more fallback " +"fonts, which will be used when displaying a character not supported by the " +"main font.\n" +"DynamicFont uses the [url=https://www.freetype.org/]FreeType[/url] library " +"for rasterization. Supported formats are TrueType ([code].ttf[/code]), " +"OpenType ([code].otf[/code]) and Web Open Font Format 1 ([code].woff[/" +"code]). Web Open Font Format 2 ([code].woff2[/code]) is [i]not[/i] " +"supported.\n" +"[codeblock]\n" +"var dynamic_font = DynamicFont.new()\n" +"dynamic_font.font_data = load(\"res://BarlowCondensed-Bold.ttf\")\n" +"dynamic_font.size = 64\n" +"$\"Label\".set(\"custom_fonts/font\", dynamic_font)\n" +"[/codeblock]\n" +"[b]Note:[/b] DynamicFont doesn't support features such as kerning, right-to-" +"left typesetting, ligatures, text shaping, variable fonts and optional font " +"features yet. If you wish to \"bake\" an optional font feature into a TTF " +"font file, you can use [url=https://fontforge.org/]FontForge[/url] to do so. " +"In FontForge, use [b]File > Generate Fonts[/b], click [b]Options[/b], choose " +"the desired features then generate the font." +msgstr "" + +#: doc/classes/DynamicFont.xml:25 +msgid "Adds a fallback font." +msgstr "" + +#: doc/classes/DynamicFont.xml:31 +msgid "" +"Returns a string containing all the characters available in the main and all " +"the fallback fonts.\n" +"If a given character is included in more than one font, it appears only once " +"in the returned string." +msgstr "" + +#: doc/classes/DynamicFont.xml:39 +msgid "Returns the fallback font at index [code]idx[/code]." +msgstr "" + +#: doc/classes/DynamicFont.xml:45 +msgid "Returns the number of fallback fonts." +msgstr "" + +#: doc/classes/DynamicFont.xml:52 +msgid "" +"Returns the spacing for the given [code]type[/code] (see [enum SpacingType])." +msgstr "" + +#: doc/classes/DynamicFont.xml:59 +msgid "Removes the fallback font at index [code]idx[/code]." +msgstr "" + +#: doc/classes/DynamicFont.xml:67 +msgid "Sets the fallback font at index [code]idx[/code]." +msgstr "" + +#: doc/classes/DynamicFont.xml:75 +msgid "" +"Sets the spacing for [code]type[/code] (see [enum SpacingType]) to " +"[code]value[/code] in pixels (not relative to the font size)." +msgstr "" + +#: doc/classes/DynamicFont.xml:81 +msgid "Extra spacing at the bottom in pixels." +msgstr "" + +#: doc/classes/DynamicFont.xml:84 +msgid "" +"Extra spacing for each character in pixels.\n" +"This can be a negative number to make the distance between characters " +"smaller." +msgstr "" + +#: doc/classes/DynamicFont.xml:88 +msgid "" +"Extra spacing for the space character (in addition to [member " +"extra_spacing_char]) in pixels.\n" +"This can be a negative number to make the distance between words smaller." +msgstr "" + +#: doc/classes/DynamicFont.xml:92 +msgid "Extra spacing at the top in pixels." +msgstr "" + +#: doc/classes/DynamicFont.xml:95 +msgid "The font data." +msgstr "" + +#: doc/classes/DynamicFont.xml:98 +msgid "" +"The font outline's color.\n" +"[b]Note:[/b] It's recommended to leave this at the default value so that you " +"can adjust it in individual controls. For example, if the outline is made " +"black here, it won't be possible to change its color using a Label's font " +"outline modulate theme item." +msgstr "" + +#: doc/classes/DynamicFont.xml:102 +msgid "The font outline's thickness in pixels (not relative to the font size)." +msgstr "" + +#: doc/classes/DynamicFont.xml:105 +msgid "The font size in pixels." +msgstr "" + +#: doc/classes/DynamicFont.xml:108 +msgid "" +"If [code]true[/code], filtering is used. This makes the font blurry instead " +"of pixelated when scaling it if font oversampling is disabled or " +"ineffective. It's recommended to enable this when using the font in a " +"control whose size changes over time, unless a pixel art aesthetic is " +"desired." +msgstr "" + +#: doc/classes/DynamicFont.xml:111 +msgid "" +"If [code]true[/code], mipmapping is used. This improves the font's " +"appearance when downscaling it if font oversampling is disabled or " +"ineffective." +msgstr "" + +#: doc/classes/DynamicFont.xml:116 +msgid "Spacing at the top." +msgstr "" + +#: doc/classes/DynamicFont.xml:119 +msgid "Spacing at the bottom." +msgstr "" + +#: doc/classes/DynamicFont.xml:122 +msgid "Spacing for each character." +msgstr "" + +#: doc/classes/DynamicFont.xml:125 +msgid "Spacing for the space character." +msgstr "" + +#: doc/classes/DynamicFontData.xml:4 +msgid "Used with [DynamicFont] to describe the location of a font file." +msgstr "" + +#: doc/classes/DynamicFontData.xml:7 +msgid "" +"Used with [DynamicFont] to describe the location of a vector font file for " +"dynamic rendering at runtime." +msgstr "" + +#: doc/classes/DynamicFontData.xml:16 +msgid "" +"If [code]true[/code], the font is rendered with anti-aliasing. This property " +"applies both to the main font and its outline (if it has one)." +msgstr "" + +#: doc/classes/DynamicFontData.xml:19 +msgid "The path to the vector font file." +msgstr "" + +#: doc/classes/DynamicFontData.xml:22 +msgid "The font hinting mode used by FreeType. See [enum Hinting] for options." +msgstr "" + +#: doc/classes/DynamicFontData.xml:27 +msgid "Disables font hinting (smoother but less crisp)." +msgstr "" + +#: doc/classes/DynamicFontData.xml:30 +msgid "Use the light font hinting mode." +msgstr "" + +#: doc/classes/DynamicFontData.xml:33 +msgid "Use the default font hinting mode (crisper but less smooth)." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:4 +msgid "A script that is executed when exporting the project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:7 +msgid "" +"Editor export plugins are automatically activated whenever the user exports " +"the project. Their most common use is to determine what files are being " +"included in the exported project. For each plugin, [method _export_begin] is " +"called at the beginning of the export process and then [method _export_file] " +"is called for each exported file." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:19 +msgid "" +"Virtual method to be overridden by the user. It is called when the export " +"starts and provides all information about the export. [code]features[/code] " +"is the list of features for the export, [code]is_debug[/code] is [code]true[/" +"code] for debug builds, [code]path[/code] is the target path for the " +"exported project. [code]flags[/code] is only used when running a runnable " +"profile, e.g. when using native run on Android." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:25 +msgid "" +"Virtual method to be overridden by the user. Called when the export is " +"finished." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:34 +msgid "" +"Virtual method to be overridden by the user. Called for each exported file, " +"providing arguments that can be used to identify the file. [code]path[/code] " +"is the path of the file, [code]type[/code] is the [Resource] represented by " +"the file (e.g. [PackedScene]) and [code]features[/code] is the list of " +"features for the export.\n" +"Calling [method skip] inside this callback will make the file not included " +"in the export." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:44 +msgid "" +"Adds a custom file to be exported. [code]path[/code] is the virtual path " +"that can be used to load the file, [code]file[/code] is the binary data of " +"the file. If [code]remap[/code] is [code]true[/code], file will not be " +"exported, but instead remapped to the given [code]path[/code]." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:51 +msgid "" +"Adds an iOS bundle file from the given [code]path[/code] to the exported " +"project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:58 +msgid "" +"Adds a C++ code to the iOS export. The final code is created from the code " +"appended by each active export plugin." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:65 +msgid "" +"Adds a dynamic library (*.dylib, *.framework) to Linking Phase in iOS's " +"Xcode project and embeds it into resulting binary.\n" +"[b]Note:[/b] For static libraries (*.a) works in same way as [method " +"add_ios_framework].\n" +"This method should not be used for System libraries as they are already " +"present on the device." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:74 +msgid "" +"Adds a static library (*.a) or dynamic library (*.dylib, *.framework) to " +"Linking Phase in iOS's Xcode project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:81 +msgid "Adds linker flags for the iOS export." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:88 +msgid "Adds content for iOS Property List files." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:95 +msgid "Adds a static lib from the given [code]path[/code] to the iOS project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:103 +msgid "" +"Adds a shared object with the given [code]tags[/code] and destination " +"[code]path[/code]." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:109 +msgid "" +"To be called inside [method _export_file]. Skips the current file, so it's " +"not included in the export." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:4 +msgid "" +"An editor feature profile which can be used to disable specific features." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:7 +msgid "" +"An editor feature profile can be used to disable specific features of the " +"Godot editor. When disabled, the features won't appear in the editor, which " +"makes the editor less cluttered. This is useful in education settings to " +"reduce confusion or when working in a team. For example, artists and level " +"designers could use a feature profile that disables the script editor to " +"avoid accidentally making changes to files they aren't supposed to edit.\n" +"To manage editor feature profiles visually, use [b]Editor > Manage Feature " +"Profiles...[/b] at the top of the editor window." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:17 +msgid "Returns the specified [code]feature[/code]'s human-readable name." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:24 +msgid "" +"Returns [code]true[/code] if the class specified by [code]class_name[/code] " +"is disabled. When disabled, the class won't appear in the Create New Node " +"dialog." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:31 +msgid "" +"Returns [code]true[/code] if editing for the class specified by " +"[code]class_name[/code] is disabled. When disabled, the class will still " +"appear in the Create New Node dialog but the inspector will be read-only " +"when selecting a node that extends the class." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:39 +msgid "" +"Returns [code]true[/code] if [code]property[/code] is disabled in the class " +"specified by [code]class_name[/code]. When a property is disabled, it won't " +"appear in the inspector when selecting a node that extends the class " +"specified by [code]class_name[/code]." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:46 +msgid "" +"Returns [code]true[/code] if the [code]feature[/code] is disabled. When a " +"feature is disabled, it will disappear from the editor entirely." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:53 +msgid "" +"Loads an editor feature profile from a file. The file must follow the JSON " +"format obtained by using the feature profile manager's [b]Export[/b] button " +"or the [method save_to_file] method." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:60 +msgid "" +"Saves the editor feature profile to a file in JSON format. It can then be " +"imported using the feature profile manager's [b]Import[/b] button or the " +"[method load_from_file] button." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:68 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables the class specified " +"by [code]class_name[/code]. When disabled, the class won't appear in the " +"Create New Node dialog." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:76 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables editing for the class " +"specified by [code]class_name[/code]. When disabled, the class will still " +"appear in the Create New Node dialog but the inspector will be read-only " +"when selecting a node that extends the class." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:85 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables editing for " +"[code]property[/code] in the class specified by [code]class_name[/code]. " +"When a property is disabled, it won't appear in the inspector when selecting " +"a node that extends the class specified by [code]class_name[/code]." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:93 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables the editor feature " +"specified in [code]feature[/code]. When a feature is disabled, it will " +"disappear from the editor entirely." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:99 +msgid "" +"The 3D editor. If this feature is disabled, the 3D editor won't display but " +"3D nodes will still display in the Create New Node dialog." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:102 +msgid "" +"The Script tab, which contains the script editor and class reference " +"browser. If this feature is disabled, the Script tab won't display." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:105 +msgid "" +"The AssetLib tab. If this feature is disabled, the AssetLib tab won't " +"display." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:108 +msgid "" +"Scene tree editing. If this feature is disabled, the Scene tree dock will " +"still be visible but will be read-only." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:111 +msgid "" +"The Node dock. If this feature is disabled, signals and groups won't be " +"visible and modifiable from the editor." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:114 +msgid "" +"The FileSystem dock. If this feature is disabled, the FileSystem dock won't " +"be visible." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:117 +msgid "" +"The Import dock. If this feature is disabled, the Import dock won't be " +"visible." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:120 doc/classes/SpatialMaterial.xml:471 +msgid "Represents the size of the [enum Feature] enum." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:4 +msgid "A modified version of [FileDialog] used by the editor." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:15 +msgid "" +"Adds a comma-delimited file extension filter option to the " +"[EditorFileDialog] with an optional semi-colon-delimited label.\n" +"For example, [code]\"*.tscn, *.scn; Scenes\"[/code] results in filter text " +"\"Scenes (*.tscn, *.scn)\"." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:22 +msgid "Removes all filters except for \"All Files (*)\"." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:28 +msgid "" +"Returns the [code]VBoxContainer[/code] used to display the file system.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:35 +msgid "" +"Notify the [EditorFileDialog] that its view of the data is no longer " +"accurate. Updates the view contents on next view update." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:41 +msgid "" +"The location from which the user may select a file, including [code]res://[/" +"code], [code]user://[/code], and the local file system." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:44 +msgid "The currently occupied directory." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:47 +msgid "The currently selected file." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:50 +msgid "The file system path in the address bar." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:54 +msgid "" +"If [code]true[/code], the [EditorFileDialog] will not warn the user before " +"overwriting files." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:57 +msgid "" +"The view format in which the [EditorFileDialog] displays resources to the " +"user." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:60 +msgid "" +"The purpose of the [EditorFileDialog], which defines the allowed behaviors." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:64 +msgid "" +"If [code]true[/code], hidden files and directories will be visible in the " +"[EditorFileDialog]." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:72 +msgid "Emitted when a directory is selected." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:78 +msgid "Emitted when a file is selected." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:84 +msgid "Emitted when multiple files are selected." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:90 +msgid "" +"The [EditorFileDialog] can select only one file. Accepting the window will " +"open the file." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:93 +msgid "" +"The [EditorFileDialog] can select multiple files. Accepting the window will " +"open all files." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:96 +msgid "" +"The [EditorFileDialog] can select only one directory. Accepting the window " +"will open the directory." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:99 +msgid "" +"The [EditorFileDialog] can select a file or directory. Accepting the window " +"will open it." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:102 +msgid "" +"The [EditorFileDialog] can select only one file. Accepting the window will " +"save the file." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:105 +msgid "" +"The [EditorFileDialog] can only view [code]res://[/code] directory contents." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:108 +msgid "" +"The [EditorFileDialog] can only view [code]user://[/code] directory contents." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:111 +msgid "The [EditorFileDialog] can view the entire local file system." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:114 +msgid "The [EditorFileDialog] displays resources as thumbnails." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:117 +msgid "The [EditorFileDialog] displays resources as a list of filenames." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:4 +msgid "Resource filesystem, as the editor sees it." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:7 +msgid "" +"This object holds information of all resources in the filesystem, their " +"types, etc.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_resource_filesystem]." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:17 +msgid "" +"Returns the resource type of the file, given the full path. This returns a " +"string such as [code]\"Resource\"[/code] or [code]\"GDScript\"[/code], " +"[i]not[/i] a file extension such as [code]\".gd\"[/code]." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:23 +msgid "Gets the root directory object." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:30 +msgid "Returns a view into the filesystem at [code]path[/code]." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:36 +msgid "Returns the scan progress for 0 to 1 if the FS is being scanned." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:42 +msgid "Returns [code]true[/code] of the filesystem is being scanned." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:48 +msgid "Scan the filesystem for changes." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:54 +msgid "Check if the source of any imported resource changed." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:61 +msgid "" +"Update a file information. Call this if an external program (not Godot) " +"modified the file." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:67 +msgid "Scans the script files and updates the list of custom class names." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:74 +msgid "Emitted if the filesystem changed." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:80 +msgid "Emitted if a resource is reimported." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:86 +msgid "" +"Emitted if at least one resource is reloaded when the filesystem is scanned." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:92 +msgid "Emitted if the source of any imported file changed." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:4 +msgid "A directory for the resource filesystem." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:7 +msgid "A more generalized, low-level variation of the directory concept." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:16 +msgid "" +"Returns the index of the directory with name [code]name[/code] or [code]-1[/" +"code] if not found." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:23 +msgid "" +"Returns the index of the file with name [code]name[/code] or [code]-1[/code] " +"if not found." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:30 +msgid "Returns the name of the file at index [code]idx[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:36 +msgid "Returns the number of files in this directory." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:43 +msgid "" +"Returns [code]true[/code] if the file at index [code]idx[/code] imported " +"properly." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:50 +msgid "Returns the path to the file at index [code]idx[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:57 +msgid "" +"Returns the base class of the script class defined in the file at index " +"[code]idx[/code]. If the file doesn't define a script class using the " +"[code]class_name[/code] syntax, this will return an empty string." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:64 +msgid "" +"Returns the name of the script class defined in the file at index [code]idx[/" +"code]. If the file doesn't define a script class using the [code]class_name[/" +"code] syntax, this will return an empty string." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:71 +msgid "" +"Returns the resource type of the file at index [code]idx[/code]. This " +"returns a string such as [code]\"Resource\"[/code] or [code]\"GDScript\"[/" +"code], [i]not[/i] a file extension such as [code]\".gd\"[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:77 +msgid "Returns the name of this directory." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:83 +msgid "" +"Returns the parent directory for this directory or [code]null[/code] if " +"called on a directory at [code]res://[/code] or [code]user://[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:89 +msgid "Returns the path to this directory." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:96 +msgid "Returns the subdirectory at index [code]idx[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:102 +msgid "Returns the number of subdirectories in this directory." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:4 +msgid "" +"Registers a custom resource importer in the editor. Use the class to parse " +"any file and import it as a new resource type." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:7 +msgid "" +"EditorImportPlugins provide a way to extend the editor's resource import " +"functionality. Use them to import resources from custom files or to provide " +"alternatives to the editor's existing importers. Register your " +"[EditorPlugin] with [method EditorPlugin.add_import_plugin].\n" +"EditorImportPlugins work by associating with specific file extensions and a " +"resource type. See [method get_recognized_extensions] and [method " +"get_resource_type]. They may optionally specify some import presets that " +"affect the import process. EditorImportPlugins are responsible for creating " +"the resources and saving them in the [code].import[/code] directory (see " +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" +"Below is an example EditorImportPlugin that imports a [Mesh] from a file " +"with the extension \".special\" or \".spec\":\n" +"[codeblock]\n" +"tool\n" +"extends EditorImportPlugin\n" +"\n" +"func get_importer_name():\n" +" return \"my.special.plugin\"\n" +"\n" +"func get_visible_name():\n" +" return \"Special Mesh\"\n" +"\n" +"func get_recognized_extensions():\n" +" return [\"special\", \"spec\"]\n" +"\n" +"func get_save_extension():\n" +" return \"mesh\"\n" +"\n" +"func get_resource_type():\n" +" return \"Mesh\"\n" +"\n" +"func get_preset_count():\n" +" return 1\n" +"\n" +"func get_preset_name(i):\n" +" return \"Default\"\n" +"\n" +"func get_import_options(i):\n" +" return [{\"name\": \"my_option\", \"default_value\": false}]\n" +"\n" +"func import(source_file, save_path, options, platform_variants, gen_files):\n" +" var file = File.new()\n" +" if file.open(source_file, File.READ) != OK:\n" +" return FAILED\n" +"\n" +" var mesh = Mesh.new()\n" +" # Fill the Mesh with data read in \"file\", left as an exercise to the " +"reader\n" +"\n" +" var filename = save_path + \".\" + get_save_extension()\n" +" return ResourceSaver.save(filename, mesh)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:51 doc/classes/ResourceImporter.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/import_plugins." +"html" +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:58 +msgid "" +"Gets the options and default values for the preset at this index. Returns an " +"Array of Dictionaries with the following keys: [code]name[/code], " +"[code]default_value[/code], [code]property_hint[/code] (optional), " +"[code]hint_string[/code] (optional), [code]usage[/code] (optional)." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:64 +msgid "" +"Gets the order of this importer to be run when importing resources. " +"Importers with [i]lower[/i] import orders will be called first, and higher " +"values will be called later. Use this to ensure the importer runs after the " +"dependencies are already imported. The default import order is [code]0[/" +"code] unless overridden by a specific importer. See [enum ResourceImporter." +"ImportOrder] for some predefined values." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:70 +msgid "Gets the unique name of the importer." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:78 +msgid "" +"This method can be overridden to hide specific import options if conditions " +"are met. This is mainly useful for hiding options that depend on others if " +"one of them is disabled. For example:\n" +"[codeblock]\n" +"func get_option_visibility(option, options):\n" +" # Only show the lossy quality setting if the compression mode is set to " +"\"Lossy\".\n" +" if option == \"compress/lossy_quality\" and options.has(\"compress/mode" +"\"):\n" +" return int(options[\"compress/mode\"]) == COMPRESS_LOSSY\n" +"\n" +" return true\n" +"[/codeblock]\n" +"Return [code]true[/code] to make all options always visible." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:93 +msgid "" +"Gets the number of initial presets defined by the plugin. Use [method " +"get_import_options] to get the default options for the preset and [method " +"get_preset_name] to get the name of the preset." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:100 +msgid "Gets the name of the options preset at this index." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:106 +msgid "" +"Gets the priority of this plugin for the recognized extension. Higher " +"priority plugins will be preferred. The default priority is [code]1.0[/code]." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:112 +msgid "" +"Gets the list of file extensions to associate with this loader (case-" +"insensitive). e.g. [code][\"obj\"][/code]." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:118 +msgid "" +"Gets the Godot resource type associated with this loader. e.g. [code]\"Mesh" +"\"[/code] or [code]\"Animation\"[/code]." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:124 +msgid "" +"Gets the extension used to save this resource in the [code].import[/code] " +"directory (see [member ProjectSettings.application/config/" +"use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:130 +msgid "" +"Gets the name to display in the import window. You should choose this name " +"as a continuation to \"Import as\", e.g. \"Import as Special Mesh\"." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:141 +msgid "" +"Imports [code]source_file[/code] into [code]save_path[/code] with the import " +"[code]options[/code] specified. The [code]platform_variants[/code] and " +"[code]gen_files[/code] arrays will be modified by this function.\n" +"This method must be overridden to do the actual importing work. See this " +"class' description for an example of overriding this method." +msgstr "" + +#: doc/classes/EditorInspector.xml:4 +msgid "A tab used to edit properties of the selected node." +msgstr "" + +#: doc/classes/EditorInspector.xml:7 +msgid "" +"The editor inspector is by default located on the right-hand side of the " +"editor. It's used to edit the properties of the selected node. For example, " +"you can select a node such as [Sprite] then edit its transform through the " +"inspector tool. The editor inspector is an essential tool in the game " +"development workflow.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_inspector]." +msgstr "" + +#: doc/classes/EditorInspector.xml:16 +msgid "" +"Refreshes the inspector.\n" +"[b]Note:[/b] To save on CPU resources, calling this method will do nothing " +"if the time specified in [code]docks/property_editor/auto_refresh_interval[/" +"code] editor setting hasn't passed yet since this method was last called. " +"(By default, this interval is set to 0.3 seconds.)" +msgstr "" + +#: doc/classes/EditorInspector.xml:28 +msgid "" +"Emitted when the Edit button of an [Object] has been pressed in the " +"inspector. This is mainly used in the remote scene tree inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:34 +msgid "Emitted when a property is edited in the inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:40 +msgid "" +"Emitted when a property is keyed in the inspector. Properties can be keyed " +"by clicking the \"key\" icon next to a property when the Animation panel is " +"toggled." +msgstr "" + +#: doc/classes/EditorInspector.xml:46 +msgid "Emitted when a property is selected in the inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:53 +msgid "" +"Emitted when a boolean property is toggled in the inspector.\n" +"[b]Note:[/b] This signal is never emitted if the internal [code]autoclear[/" +"code] property enabled. Since this property is always enabled in the editor " +"inspector, this signal is never emitted by the editor itself." +msgstr "" + +#: doc/classes/EditorInspector.xml:61 +msgid "Emitted when a resource is selected in the inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:66 +msgid "" +"Emitted when a property that requires a restart to be applied is edited in " +"the inspector. This is only used in the Project Settings and Editor Settings." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:4 +msgid "Plugin for adding custom property editors on inspector." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:7 +msgid "" +"These plugins allow adding custom property editors to [EditorInspector].\n" +"Plugins are registered via [method EditorPlugin.add_inspector_plugin].\n" +"When an object is edited, the [method can_handle] function is called and " +"must return [code]true[/code] if the object type is supported.\n" +"If supported, the function [method parse_begin] will be called, allowing to " +"place custom controls at the beginning of the class.\n" +"Subsequently, the [method parse_category] and [method parse_property] are " +"called for every category and property. They offer the ability to add custom " +"controls to the inspector too.\n" +"Finally, [method parse_end] will be called.\n" +"On each of these calls, the \"add\" functions can be called." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" +"inspector_plugins.html" +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:23 +msgid "Adds a custom control, which is not necessarily a property editor." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:31 +msgid "" +"Adds a property editor for an individual property. The [code]editor[/code] " +"control must extend [EditorProperty]." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:40 +msgid "" +"Adds an editor that allows modifying multiple properties. The [code]editor[/" +"code] control must extend [EditorProperty]." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:47 +msgid "Returns [code]true[/code] if this object can be handled by this plugin." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:54 +msgid "Called to allow adding controls at the beginning of the list." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:62 +msgid "Called to allow adding controls at the beginning of the category." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:68 +msgid "Called to allow adding controls at the end of the list." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:80 +msgid "" +"Called to allow adding property specific editors to the inspector. Usually " +"these inherit [EditorProperty]. Returning [code]true[/code] removes the " +"built-in editor for this property, otherwise allows to insert a custom " +"editor before the built-in one." +msgstr "" + +#: doc/classes/EditorInterface.xml:4 +msgid "Godot editor's interface." +msgstr "" + +#: doc/classes/EditorInterface.xml:7 +msgid "" +"EditorInterface gives you control over Godot editor's window. It allows " +"customizing the window, saving and (re-)loading scenes, rendering mesh " +"previews, inspecting and editing resources and objects, and provides access " +"to [EditorSettings], [EditorFileSystem], [EditorResourcePreview], " +"[ScriptEditor], the editor viewport, and information about scenes.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorPlugin.get_editor_interface]." +msgstr "" + +#: doc/classes/EditorInterface.xml:17 +msgid "" +"Edits the given [Node]. The node will be also selected if it's inside the " +"scene tree." +msgstr "" + +#: doc/classes/EditorInterface.xml:24 +msgid "Edits the given [Resource]." +msgstr "" + +#: doc/classes/EditorInterface.xml:30 +msgid "" +"Returns the main container of Godot editor's window. For example, you can " +"use it to retrieve the size of the container and place your controls " +"accordingly.\n" +"[b]Warning:[/b] Removing and freeing this node will render the editor " +"useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:37 +msgid "Returns the current path being viewed in the [FileSystemDock]." +msgstr "" + +#: doc/classes/EditorInterface.xml:43 +msgid "Returns the edited (current) scene's root [Node]." +msgstr "" + +#: doc/classes/EditorInterface.xml:49 +msgid "" +"Returns the actual scale of the editor UI ([code]1.0[/code] being 100% " +"scale). This can be used to adjust position and dimensions of the UI added " +"by plugins.\n" +"[b]Note:[/b] This value is set via the [code]interface/editor/display_scale[/" +"code] and [code]interface/editor/custom_display_scale[/code] editor " +"settings. Editor must be restarted for changes to be properly applied." +msgstr "" + +#: doc/classes/EditorInterface.xml:56 +msgid "Returns the editor's [EditorSettings] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:62 +msgid "" +"Returns the main editor control. Use this as a parent for main screens.\n" +"[b]Note:[/b] This returns the main editor control containing the whole " +"editor, not the 2D or 3D viewports specifically.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:70 +msgid "" +"Returns the editor's [FileSystemDock] instance.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:77 +msgid "" +"Returns the editor's [EditorInspector] instance.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:84 +msgid "Returns an [Array] with the file paths of the currently opened scenes." +msgstr "" + +#: doc/classes/EditorInterface.xml:90 +msgid "" +"Returns the name of the scene that is being played. If no scene is currently " +"being played, returns an empty string." +msgstr "" + +#: doc/classes/EditorInterface.xml:96 +msgid "Returns the editor's [EditorFileSystem] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:102 +msgid "Returns the editor's [EditorResourcePreview] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:108 +msgid "" +"Returns the editor's [ScriptEditor] instance.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:115 +msgid "" +"Returns the path of the directory currently selected in the " +"[FileSystemDock]. If a file is selected, its base directory will be returned " +"using [method String.get_base_dir] instead." +msgstr "" + +#: doc/classes/EditorInterface.xml:121 +msgid "Returns the editor's [EditorSelection] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:130 +msgid "" +"Shows the given property on the given [code]object[/code] in the editor's " +"Inspector dock. If [code]inspector_only[/code] is [code]true[/code], plugins " +"will not attempt to edit [code]object[/code]." +msgstr "" + +#: doc/classes/EditorInterface.xml:136 +msgid "" +"Returns [code]true[/code] if a scene is currently being played, [code]false[/" +"code] otherwise. Paused scenes are considered as being played." +msgstr "" + +#: doc/classes/EditorInterface.xml:143 +msgid "" +"Returns [code]true[/code] if the specified [code]plugin[/code] is enabled. " +"The plugin name is the same as its directory name." +msgstr "" + +#: doc/classes/EditorInterface.xml:151 +msgid "" +"Returns mesh previews rendered at the given size as an [Array] of [Texture]s." +msgstr "" + +#: doc/classes/EditorInterface.xml:158 +msgid "Opens the scene at the given path." +msgstr "" + +#: doc/classes/EditorInterface.xml:164 +msgid "Plays the currently active scene." +msgstr "" + +#: doc/classes/EditorInterface.xml:171 +msgid "Plays the scene specified by its filepath." +msgstr "" + +#: doc/classes/EditorInterface.xml:177 +msgid "Plays the main scene." +msgstr "" + +#: doc/classes/EditorInterface.xml:184 +msgid "Reloads the scene at the given path." +msgstr "" + +#: doc/classes/EditorInterface.xml:190 +msgid "" +"Saves the scene. Returns either [code]OK[/code] or [code]ERR_CANT_CREATE[/" +"code] (see [@GlobalScope] constants)." +msgstr "" + +#: doc/classes/EditorInterface.xml:198 +msgid "Saves the scene as a file at [code]path[/code]." +msgstr "" + +#: doc/classes/EditorInterface.xml:205 +msgid "" +"Selects the file, with the path provided by [code]file[/code], in the " +"FileSystem dock." +msgstr "" + +#: doc/classes/EditorInterface.xml:212 +msgid "" +"Sets the editor's current main screen to the one specified in [code]name[/" +"code]. [code]name[/code] must match the text of the tab in question exactly " +"([code]2D[/code], [code]3D[/code], [code]Script[/code], [code]AssetLib[/" +"code])." +msgstr "" + +#: doc/classes/EditorInterface.xml:220 +msgid "" +"Sets the enabled status of a plugin. The plugin name is the same as its " +"directory name." +msgstr "" + +#: doc/classes/EditorInterface.xml:226 +msgid "Stops the scene that is currently playing." +msgstr "" + +#: doc/classes/EditorInterface.xml:232 +msgid "" +"If [code]true[/code], enables distraction-free mode which hides side docks " +"to increase the space available for the main view." +msgstr "" + +#: doc/classes/EditorPlugin.xml:4 +msgid "Used by the editor to extend its functionality." +msgstr "" + +#: doc/classes/EditorPlugin.xml:7 +msgid "" +"Plugins are used by the editor to extend functionality. The most common " +"types of plugins are those which edit a given node or resource type, import " +"plugins and export plugins. See also [EditorScript] to add functions to the " +"editor." +msgstr "" + +#: doc/classes/EditorPlugin.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/index.html" +msgstr "" + +#: doc/classes/EditorPlugin.xml:18 +msgid "" +"Adds a script at [code]path[/code] to the Autoload list as [code]name[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:26 +msgid "" +"Adds a control to the bottom panel (together with Output, Debug, Animation, " +"etc). Returns a reference to the button added. It's up to you to hide/show " +"the button when needed. When your plugin is deactivated, make sure to remove " +"your custom control with [method remove_control_from_bottom_panel] and free " +"it with [method Node.queue_free]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:34 +msgid "" +"Adds a custom control to a container (see [enum CustomControlContainer]). " +"There are many locations where custom controls can be added in the editor " +"UI.\n" +"Please remember that you have to manage the visibility of your custom " +"controls yourself (and likely hide it after adding it).\n" +"When your plugin is deactivated, make sure to remove your custom control " +"with [method remove_control_from_container] and free it with [method Node." +"queue_free]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:44 +msgid "" +"Adds the control to a specific dock slot (see [enum DockSlot] for options).\n" +"If the dock is repositioned and as long as the plugin is active, the editor " +"will save the dock position on further sessions.\n" +"When your plugin is deactivated, make sure to remove your custom control " +"with [method remove_control_from_docks] and free it with [method Node." +"queue_free]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:56 +msgid "" +"Adds a custom type, which will appear in the list of nodes or resources. An " +"icon can be optionally passed.\n" +"When given node or resource is selected, the base type will be instanced " +"(ie, \"Spatial\", \"Control\", \"Resource\"), then the script will be loaded " +"and set to this object.\n" +"You can use the virtual method [method handles] to check if your custom " +"object is being edited by checking the script or using the [code]is[/code] " +"keyword.\n" +"During run-time, this will be a simple object with a script so this function " +"does not need to be called then." +msgstr "" + +#: doc/classes/EditorPlugin.xml:66 +msgid "" +"Registers a new [EditorExportPlugin]. Export plugins are used to perform " +"tasks when the project is being exported.\n" +"See [method add_inspector_plugin] for an example of how to register a plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:74 +msgid "" +"Registers a new [EditorImportPlugin]. Import plugins are used to import " +"custom and unsupported assets as a custom [Resource] type.\n" +"[b]Note:[/b] If you want to import custom 3D asset formats use [method " +"add_scene_import_plugin] instead.\n" +"See [method add_inspector_plugin] for an example of how to register a plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:83 +msgid "" +"Registers a new [EditorInspectorPlugin]. Inspector plugins are used to " +"extend [EditorInspector] and provide custom configuration tools for your " +"object's properties.\n" +"[b]Note:[/b] Always use [method remove_inspector_plugin] to remove the " +"registered [EditorInspectorPlugin] when your [EditorPlugin] is disabled to " +"prevent leaks and an unexpected behavior.\n" +"[codeblock]\n" +"const MyInspectorPlugin = preload(\"res://addons/your_addon/path/to/your/" +"script.gd\")\n" +"var inspector_plugin = MyInspectorPlugin.new()\n" +"\n" +"func _enter_tree():\n" +" add_inspector_plugin(inspector_plugin)\n" +"\n" +"func _exit_tree():\n" +" remove_inspector_plugin(inspector_plugin)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:101 +msgid "" +"Registers a new [EditorSceneImporter]. Scene importers are used to import " +"custom 3D asset formats as scenes." +msgstr "" + +#: doc/classes/EditorPlugin.xml:108 +msgid "" +"Registers a new [EditorSpatialGizmoPlugin]. Gizmo plugins are used to add " +"custom gizmos to the 3D preview viewport for a [Spatial].\n" +"See [method add_inspector_plugin] for an example of how to register a plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:119 +msgid "" +"Adds a custom menu item to [b]Project > Tools[/b] as [code]name[/code] that " +"calls [code]callback[/code] on an instance of [code]handler[/code] with a " +"parameter [code]ud[/code] when user activates it." +msgstr "" + +#: doc/classes/EditorPlugin.xml:127 +msgid "" +"Adds a custom submenu under [b]Project > Tools >[/b] [code]name[/code]. " +"[code]submenu[/code] should be an object of class [PopupMenu]. This submenu " +"should be cleaned up using [code]remove_tool_menu_item(name)[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:133 +msgid "" +"This method is called when the editor is about to save the project, switch " +"to another tab, etc. It asks the plugin to apply any pending state changes " +"to ensure consistency.\n" +"This is used, for example, in shader editors to let the plugin know that it " +"must apply the shader code being written by the user to the object." +msgstr "" + +#: doc/classes/EditorPlugin.xml:140 +msgid "" +"This method is called when the editor is about to run the project. The " +"plugin can then perform required operations before the project runs.\n" +"This method must return a boolean. If this method returns [code]false[/" +"code], the project will not run. The run is aborted immediately, so this " +"also prevents all other plugins' [method build] methods from running." +msgstr "" + +#: doc/classes/EditorPlugin.xml:147 +msgid "" +"Clear all the state and reset the object being edited to zero. This ensures " +"your plugin does not keep editing a currently existing node, or a node from " +"the wrong scene." +msgstr "" + +#: doc/classes/EditorPlugin.xml:153 +msgid "" +"Called by the engine when the user disables the [EditorPlugin] in the Plugin " +"tab of the project settings window." +msgstr "" + +#: doc/classes/EditorPlugin.xml:160 +msgid "" +"This function is used for plugins that edit specific object types (nodes or " +"resources). It requests the editor to edit the given object." +msgstr "" + +#: doc/classes/EditorPlugin.xml:166 +msgid "" +"Called by the engine when the user enables the [EditorPlugin] in the Plugin " +"tab of the project settings window." +msgstr "" + +#: doc/classes/EditorPlugin.xml:173 +msgid "" +"Called by the engine when the 2D editor's viewport is updated. Use the " +"[code]overlay[/code] [Control] for drawing. You can update the viewport " +"manually by calling [method update_overlays].\n" +"[codeblock]\n" +"func forward_canvas_draw_over_viewport(overlay):\n" +" # Draw a circle at cursor position.\n" +" overlay.draw_circle(overlay.get_local_mouse_position(), 64, Color." +"white)\n" +"\n" +"func forward_canvas_gui_input(event):\n" +" if event is InputEventMouseMotion:\n" +" # Redraw viewport when cursor is moved.\n" +" update_overlays()\n" +" return true\n" +" return false\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:192 +msgid "" +"This method is the same as [method forward_canvas_draw_over_viewport], " +"except it draws on top of everything. Useful when you need an extra layer " +"that shows over anything else.\n" +"You need to enable calling of this method by using [method " +"set_force_draw_over_forwarding_enabled]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:200 +msgid "" +"Called when there is a root node in the current edited scene, [method " +"handles] is implemented and an [InputEvent] happens in the 2D viewport. " +"Intercepts the [InputEvent], if [code]return true[/code] [EditorPlugin] " +"consumes the [code]event[/code], otherwise forwards [code]event[/code] to " +"other Editor classes. Example:\n" +"[codeblock]\n" +"# Prevents the InputEvent to reach other Editor classes\n" +"func forward_canvas_gui_input(event):\n" +" var forward = true\n" +" return forward\n" +"[/codeblock]\n" +"Must [code]return false[/code] in order to forward the [InputEvent] to other " +"Editor classes. Example:\n" +"[codeblock]\n" +"# Consumes InputEventMouseMotion and forwards other InputEvent types\n" +"func forward_canvas_gui_input(event):\n" +" var forward = false\n" +" if event is InputEventMouseMotion:\n" +" forward = true\n" +" return forward\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:222 +msgid "" +"Called by the engine when the 3D editor's viewport is updated. Use the " +"[code]overlay[/code] [Control] for drawing. You can update the viewport " +"manually by calling [method update_overlays].\n" +"[codeblock]\n" +"func forward_spatial_draw_over_viewport(overlay):\n" +" # Draw a circle at cursor position.\n" +" overlay.draw_circle(overlay.get_local_mouse_position(), 64)\n" +"\n" +"func forward_spatial_gui_input(camera, event):\n" +" if event is InputEventMouseMotion:\n" +" # Redraw viewport when cursor is moved.\n" +" update_overlays()\n" +" return true\n" +" return false\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:241 +msgid "" +"This method is the same as [method forward_spatial_draw_over_viewport], " +"except it draws on top of everything. Useful when you need an extra layer " +"that shows over anything else.\n" +"You need to enable calling of this method by using [method " +"set_force_draw_over_forwarding_enabled]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:250 +msgid "" +"Called when there is a root node in the current edited scene, [method " +"handles] is implemented and an [InputEvent] happens in the 3D viewport. " +"Intercepts the [InputEvent], if [code]return true[/code] [EditorPlugin] " +"consumes the [code]event[/code], otherwise forwards [code]event[/code] to " +"other Editor classes. Example:\n" +"[codeblock]\n" +"# Prevents the InputEvent to reach other Editor classes\n" +"func forward_spatial_gui_input(camera, event):\n" +" var forward = true\n" +" return forward\n" +"[/codeblock]\n" +"Must [code]return false[/code] in order to forward the [InputEvent] to other " +"Editor classes. Example:\n" +"[codeblock]\n" +"# Consumes InputEventMouseMotion and forwards other InputEvent types\n" +"func forward_spatial_gui_input(camera, event):\n" +" var forward = false\n" +" if event is InputEventMouseMotion:\n" +" forward = true\n" +" return forward\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:271 +msgid "" +"This is for editors that edit script-based objects. You can return a list of " +"breakpoints in the format ([code]script:line[/code]), for example: " +"[code]res://path_to_script.gd:25[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:277 +msgid "" +"Returns the [EditorInterface] object that gives you control over Godot " +"editor's window and its functionalities." +msgstr "" + +#: doc/classes/EditorPlugin.xml:283 +msgid "" +"Override this method in your plugin to return a [Texture] in order to give " +"it an icon.\n" +"For main screen plugins, this appears at the top of the screen, to the right " +"of the \"2D\", \"3D\", \"Script\", and \"AssetLib\" buttons.\n" +"Ideally, the plugin icon should be white with a transparent background and " +"16x16 pixels in size.\n" +"[codeblock]\n" +"func get_plugin_icon():\n" +" # You can use a custom icon:\n" +" return preload(\"res://addons/my_plugin/my_plugin_icon.svg\")\n" +" # Or use a built-in icon:\n" +" return get_editor_interface().get_base_control().get_icon(\"Node\", " +"\"EditorIcons\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:298 +msgid "" +"Override this method in your plugin to provide the name of the plugin when " +"displayed in the Godot editor.\n" +"For main screen plugins, this appears at the top of the screen, to the right " +"of the \"2D\", \"3D\", \"Script\", and \"AssetLib\" buttons." +msgstr "" + +#: doc/classes/EditorPlugin.xml:305 +msgid "" +"Gets the Editor's dialogue used for making scripts.\n" +"[b]Note:[/b] Users can configure it before use.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorPlugin.xml:313 +msgid "" +"Gets the state of your plugin editor. This is used when saving the scene (so " +"state is kept when opening it again) and for switching tabs (so state can be " +"restored when the tab returns)." +msgstr "" + +#: doc/classes/EditorPlugin.xml:319 +msgid "" +"Gets the undo/redo object. Most actions in the editor can be undoable, so " +"use this object to make sure this happens when it's worth it." +msgstr "" + +#: doc/classes/EditorPlugin.xml:326 +msgid "" +"Gets the GUI layout of the plugin. This is used to save the project's editor " +"layout when [method queue_save_layout] is called or the editor layout was " +"changed(For example changing the position of a dock)." +msgstr "" + +#: doc/classes/EditorPlugin.xml:333 +msgid "" +"Implement this function if your plugin edits a specific type of object " +"(Resource or Node). If you return [code]true[/code], then you will get the " +"functions [method edit] and [method make_visible] called when the editor " +"requests them. If you have declared the methods [method " +"forward_canvas_gui_input] and [method forward_spatial_gui_input] these will " +"be called too." +msgstr "" + +#: doc/classes/EditorPlugin.xml:339 +msgid "" +"Returns [code]true[/code] if this is a main screen editor plugin (it goes in " +"the workspace selector together with [b]2D[/b], [b]3D[/b], [b]Script[/b] and " +"[b]AssetLib[/b])." +msgstr "" + +#: doc/classes/EditorPlugin.xml:345 +msgid "Minimizes the bottom panel." +msgstr "" + +#: doc/classes/EditorPlugin.xml:352 +msgid "Makes a specific item in the bottom panel visible." +msgstr "" + +#: doc/classes/EditorPlugin.xml:359 +msgid "" +"This function will be called when the editor is requested to become visible. " +"It is used for plugins that edit a specific object type.\n" +"Remember that you have to manage the visibility of all your editor controls " +"manually." +msgstr "" + +#: doc/classes/EditorPlugin.xml:366 +msgid "Queue save the project's editor layout." +msgstr "" + +#: doc/classes/EditorPlugin.xml:373 +msgid "Removes an Autoload [code]name[/code] from the list." +msgstr "" + +#: doc/classes/EditorPlugin.xml:380 +msgid "" +"Removes the control from the bottom panel. You have to manually [method Node." +"queue_free] the control." +msgstr "" + +#: doc/classes/EditorPlugin.xml:388 +msgid "" +"Removes the control from the specified container. You have to manually " +"[method Node.queue_free] the control." +msgstr "" + +#: doc/classes/EditorPlugin.xml:395 +msgid "" +"Removes the control from the dock. You have to manually [method Node." +"queue_free] the control." +msgstr "" + +#: doc/classes/EditorPlugin.xml:402 +msgid "Removes a custom type added by [method add_custom_type]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:409 +msgid "Removes an export plugin registered by [method add_export_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:416 +msgid "Removes an import plugin registered by [method add_import_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:423 +msgid "Removes an inspector plugin registered by [method add_import_plugin]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:430 +msgid "" +"Removes a scene importer registered by [method add_scene_import_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:437 +msgid "Removes a gizmo plugin registered by [method add_spatial_gizmo_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:444 +msgid "Removes a menu [code]name[/code] from [b]Project > Tools[/b]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:450 +msgid "" +"This method is called after the editor saves the project or when it's " +"closed. It asks the plugin to save edited external scenes/resources." +msgstr "" + +#: doc/classes/EditorPlugin.xml:456 +msgid "" +"Enables calling of [method forward_canvas_force_draw_over_viewport] for the " +"2D editor and [method forward_spatial_force_draw_over_viewport] for the 3D " +"editor when their viewports are updated. You need to call this method only " +"once and it will work permanently for this plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:462 +msgid "" +"Use this method if you always want to receive inputs from 3D view screen " +"inside [method forward_spatial_gui_input]. It might be especially usable if " +"your plugin will want to use raycast in the scene." +msgstr "" + +#: doc/classes/EditorPlugin.xml:469 +msgid "Restore the state saved by [method get_state]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:476 +msgid "Restore the plugin GUI layout saved by [method get_window_layout]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:482 +msgid "" +"Updates the overlays of the 2D and 3D editor viewport. Causes methods " +"[method forward_canvas_draw_over_viewport], [method " +"forward_canvas_force_draw_over_viewport], [method " +"forward_spatial_draw_over_viewport] and [method " +"forward_spatial_force_draw_over_viewport] to be called." +msgstr "" + +#: doc/classes/EditorPlugin.xml:490 +msgid "" +"Emitted when user changes the workspace ([b]2D[/b], [b]3D[/b], [b]Script[/" +"b], [b]AssetLib[/b]). Also works with custom screens defined by plugins." +msgstr "" + +#: doc/classes/EditorPlugin.xml:501 +msgid "" +"Emitted when the scene is changed in the editor. The argument will return " +"the root node of the scene that has just become active. If this scene is new " +"and empty, the argument will be [code]null[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:507 +msgid "" +"Emitted when user closes a scene. The argument is file path to a closed " +"scene." +msgstr "" + +#: doc/classes/EditorPlugin.xml:553 +msgid "Represents the size of the [enum DockSlot] enum." +msgstr "" + +#: doc/classes/EditorProperty.xml:4 +msgid "Custom control to edit properties for adding into the inspector." +msgstr "" + +#: doc/classes/EditorProperty.xml:7 +msgid "" +"This control allows property editing for one or multiple properties into " +"[EditorInspector]. It is added via [EditorInspectorPlugin]." +msgstr "" + +#: doc/classes/EditorProperty.xml:16 +msgid "" +"If any of the controls added can gain keyboard focus, add it here. This " +"ensures that focus will be restored if the inspector is refreshed." +msgstr "" + +#: doc/classes/EditorProperty.xml:26 +msgid "" +"If one or several properties have changed, this must be called. [code]field[/" +"code] is used in case your editor can modify fields separately (as an " +"example, Vector3.x). The [code]changing[/code] argument avoids the editor " +"requesting this property to be refreshed (leave as [code]false[/code] if " +"unsure)." +msgstr "" + +#: doc/classes/EditorProperty.xml:32 +msgid "Gets the edited object." +msgstr "" + +#: doc/classes/EditorProperty.xml:38 +msgid "" +"Gets the edited property. If your editor is for a single property (added via " +"[method EditorInspectorPlugin.parse_property]), then this will return the " +"property." +msgstr "" + +#: doc/classes/EditorProperty.xml:44 +msgid "Must be implemented to provide a custom tooltip to the property editor." +msgstr "" + +#: doc/classes/EditorProperty.xml:51 +msgid "" +"Puts the [code]editor[/code] control below the property label. The control " +"must be previously added using [method Node.add_child]." +msgstr "" + +#: doc/classes/EditorProperty.xml:57 +msgid "When this virtual function is called, you must update your editor." +msgstr "" + +#: doc/classes/EditorProperty.xml:63 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is " +"checkable." +msgstr "" + +#: doc/classes/EditorProperty.xml:66 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is checked." +msgstr "" + +#: doc/classes/EditorProperty.xml:69 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is drawn " +"with the editor theme's warning color. This is used for editable children's " +"properties." +msgstr "" + +#: doc/classes/EditorProperty.xml:72 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property can add " +"keys for animation." +msgstr "" + +#: doc/classes/EditorProperty.xml:75 +msgid "Set this property to change the label (if you want to show one)." +msgstr "" + +#: doc/classes/EditorProperty.xml:78 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is read-" +"only." +msgstr "" + +#: doc/classes/EditorProperty.xml:86 +msgid "" +"Emit it if you want multiple properties modified at the same time. Do not " +"use if added via [method EditorInspectorPlugin.parse_property]." +msgstr "" + +#: doc/classes/EditorProperty.xml:93 +msgid "Used by sub-inspectors. Emit it if what was selected was an Object ID." +msgstr "" + +#: doc/classes/EditorProperty.xml:100 +msgid "" +"Do not emit this manually, use the [method emit_changed] method instead." +msgstr "" + +#: doc/classes/EditorProperty.xml:107 +msgid "Emitted when a property was checked. Used internally." +msgstr "" + +#: doc/classes/EditorProperty.xml:113 +msgid "" +"Emit it if you want to add this value as an animation key (check for keying " +"being enabled first)." +msgstr "" + +#: doc/classes/EditorProperty.xml:120 +msgid "Emit it if you want to key a property with a single value." +msgstr "" + +#: doc/classes/EditorProperty.xml:127 +msgid "" +"If you want a sub-resource to be edited, emit this signal with the resource." +msgstr "" + +#: doc/classes/EditorProperty.xml:134 +msgid "Emitted when selected. Used internally." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:4 +msgid "Godot editor's control for selecting [Resource] type properties." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:7 +msgid "" +"This [Control] node is used in the editor's Inspector dock to allow editing " +"of [Resource] type properties. It provides options for creating, loading, " +"saving and converting resources. Can be used with [EditorInspectorPlugin] to " +"recreate the same behavior.\n" +"[b]Note:[/b] This [Control] does not include any editor for the resource, as " +"editing is controlled by the Inspector dock itself or sub-Inspectors." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:32 +msgid "" +"Returns a list of all allowed types and subtypes corresponding to the " +"[member base_type]. If the [member base_type] is empty, an empty list is " +"returned." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:46 +msgid "" +"This virtual method can be implemented to handle context menu items not " +"handled by default. See [method set_create_options]." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:53 +msgid "" +"This virtual method is called when updating the context menu of " +"[EditorResourcePicker]. Implement this method to override the \"New ...\" " +"items with your own options. [code]menu_node[/code] is a reference to the " +"[PopupMenu] node.\n" +"[b]Note:[/b] Implement [method handle_menu_selected] to handle these custom " +"items." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:61 +msgid "" +"Sets the toggle mode state for the main button. Works only if [member " +"toggle_mode] is set to [code]true[/code]." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:67 +msgid "" +"The base type of allowed resource types. Can be a comma-separated list of " +"several options." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:70 +msgid "If [code]true[/code], the value can be selected and edited." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:73 +msgid "The edited resource value." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:76 +msgid "" +"If [code]true[/code], the main button with the resource preview works in the " +"toggle mode. Use [method set_toggle_pressed] to manually set the state." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:83 +msgid "Emitted when the value of the edited resource was changed." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:4 +msgid "Helper to generate previews of resources or files." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:7 +msgid "" +"This object is used to generate previews for resources of files.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_resource_previewer]." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:17 +msgid "Create an own, custom preview generator." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:24 +msgid "" +"Check if the resource changed, if so, it will be invalidated and the " +"corresponding signal emitted." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:34 +msgid "" +"Queue the [code]resource[/code] being edited for preview. Once the preview " +"is ready, the [code]receiver[/code]'s [code]receiver_func[/code] will be " +"called. The [code]receiver_func[/code] must take the following four " +"arguments: [String] path, [Texture] preview, [Texture] thumbnail_preview, " +"[Variant] userdata. [code]userdata[/code] can be anything, and will be " +"returned when [code]receiver_func[/code] is called.\n" +"[b]Note:[/b] If it was not possible to create the preview the " +"[code]receiver_func[/code] will still be called, but the preview will be " +"null." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:45 +msgid "" +"Queue a resource file located at [code]path[/code] for preview. Once the " +"preview is ready, the [code]receiver[/code]'s [code]receiver_func[/code] " +"will be called. The [code]receiver_func[/code] must take the following four " +"arguments: [String] path, [Texture] preview, [Texture] thumbnail_preview, " +"[Variant] userdata. [code]userdata[/code] can be anything, and will be " +"returned when [code]receiver_func[/code] is called.\n" +"[b]Note:[/b] If it was not possible to create the preview the " +"[code]receiver_func[/code] will still be called, but the preview will be " +"null." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:53 +msgid "Removes a custom preview generator." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:61 +msgid "" +"Emitted if a preview was invalidated (changed). [code]path[/code] " +"corresponds to the path of the preview." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:4 +msgid "Custom generator of previews." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:7 +msgid "" +"Custom code to generate previews. Please check [code]file_dialog/" +"thumbnail_size[/code] in [EditorSettings] to find out the right size to do " +"previews at." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:15 +msgid "" +"If this function returns [code]true[/code], the generator will call [method " +"generate] or [method generate_from_path] for small previews as well.\n" +"By default, it returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:24 +msgid "" +"Generate a preview from a given resource with the specified size. This must " +"always be implemented.\n" +"Returning an empty texture is an OK way to fail and let another generator " +"take care.\n" +"Care must be taken because this function is always called from a thread (not " +"the main thread)." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:34 +msgid "" +"Generate a preview directly from a path with the specified size. " +"Implementing this is optional, as default code will load and call [method " +"generate].\n" +"Returning an empty texture is an OK way to fail and let another generator " +"take care.\n" +"Care must be taken because this function is always called from a thread (not " +"the main thread)." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:42 +msgid "" +"If this function returns [code]true[/code], the generator will automatically " +"generate the small previews from the normal preview texture generated by the " +"methods [method generate] or [method generate_from_path].\n" +"By default, it returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:50 +msgid "" +"Returns [code]true[/code] if your generator supports the resource of type " +"[code]type[/code]." +msgstr "" + +#: doc/classes/EditorSceneImporter.xml:4 +msgid "Imports scenes from third-parties' 3D files." +msgstr "" + +#: modules/fbx/doc_classes/EditorSceneImporterFBX.xml:4 +msgid "FBX 3D asset importer." +msgstr "" + +#: modules/fbx/doc_classes/EditorSceneImporterFBX.xml:7 +msgid "" +"This is an FBX 3D asset importer with full support for most FBX features.\n" +"If exporting a FBX scene from Autodesk Maya, use these FBX export settings:\n" +"[codeblock]\n" +"- Smoothing Groups\n" +"- Smooth Mesh\n" +"- Triangluate (for meshes with blend shapes)\n" +"- Bake Animation\n" +"- Resample All\n" +"- Deformed Models\n" +"- Skins\n" +"- Blend Shapes\n" +"- Curve Filters\n" +"- Constant Key Reducer\n" +"- Auto Tangents Only\n" +"- *Do not check* Constraints (as it will break the file)\n" +"- Can check Embed Media (embeds textures into the exported FBX file)\n" +" - Note that when importing embedded media, the texture and mesh will be a " +"single immutable file.\n" +" - You will have to re-export then re-import the FBX if the texture has " +"changed.\n" +"- Units: Centimeters\n" +"- Up Axis: Y\n" +"- Binary format in FBX 2017\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:4 +msgid "Post-processes scenes after import." +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:7 +msgid "" +"Imported scenes can be automatically modified right after import by setting " +"their [b]Custom Script[/b] Import property to a [code]tool[/code] script " +"that inherits from this class.\n" +"The [method post_import] callback receives the imported scene's root node " +"and returns the modified version of the scene. Usage example:\n" +"[codeblock]\n" +"tool # Needed so it runs in editor\n" +"extends EditorScenePostImport\n" +"\n" +"# This sample changes all node names\n" +"\n" +"# Called right after the scene is imported and gets the root node\n" +"func post_import(scene):\n" +" # Change all node names to \"modified_[oldnodename]\"\n" +" iterate(scene)\n" +" return scene # Remember to return the imported scene\n" +"\n" +"func iterate(node):\n" +" if node != null:\n" +" node.name = \"modified_\" + node.name\n" +" for child in node.get_children():\n" +" iterate(child)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:29 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" +"importing_scenes.html#custom-script" +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:35 +msgid "" +"Returns the source file path which got imported (e.g. [code]res://scene.dae[/" +"code])." +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:41 +msgid "Returns the resource folder the imported scene file is located in." +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:48 +msgid "" +"Called after the scene was imported. This method must return the modified " +"version of the scene." +msgstr "" + +#: doc/classes/EditorScript.xml:4 +msgid "Base script that can be used to add extension functions to the editor." +msgstr "" + +#: doc/classes/EditorScript.xml:7 +msgid "" +"Scripts extending this class and implementing its [method _run] method can " +"be executed from the Script Editor's [b]File > Run[/b] menu option (or by " +"pressing [code]Ctrl+Shift+X[/code]) while the editor is running. This is " +"useful for adding custom in-editor functionality to Godot. For more complex " +"additions, consider using [EditorPlugin]s instead.\n" +"[b]Note:[/b] Extending scripts need to have [code]tool[/code] mode enabled.\n" +"[b]Example script:[/b]\n" +"[codeblock]\n" +"tool\n" +"extends EditorScript\n" +"\n" +"func _run():\n" +" print(\"Hello from the Godot Editor!\")\n" +"[/codeblock]\n" +"[b]Note:[/b] The script is run in the Editor context, which means the output " +"is visible in the console window started with the Editor (stdout) instead of " +"the usual Godot [b]Output[/b] dock." +msgstr "" + +#: doc/classes/EditorScript.xml:25 +msgid "This method is executed by the Editor when [b]File > Run[/b] is used." +msgstr "" + +#: doc/classes/EditorScript.xml:32 +msgid "" +"Adds [code]node[/code] as a child of the root node in the editor context.\n" +"[b]Warning:[/b] The implementation of this method is currently disabled." +msgstr "" + +#: doc/classes/EditorScript.xml:39 +msgid "Returns the [EditorInterface] singleton instance." +msgstr "" + +#: doc/classes/EditorScript.xml:45 +msgid "Returns the Editor's currently active scene." +msgstr "" + +#: doc/classes/EditorScriptPicker.xml:4 +msgid "" +"Godot editor's control for selecting the [code]script[/code] property of a " +"[Node]." +msgstr "" + +#: doc/classes/EditorScriptPicker.xml:7 +msgid "" +"Similar to [EditorResourcePicker] this [Control] node is used in the " +"editor's Inspector dock, but only to edit the [code]script[/code] property " +"of a [Node]. Default options for creating new resources of all possible " +"subtypes are replaced with dedicated buttons that open the \"Attach Node " +"Script\" dialog. Can be used with [EditorInspectorPlugin] to recreate the " +"same behavior.\n" +"[b]Note:[/b] You must set the [member script_owner] for the custom context " +"menu items to work." +msgstr "" + +#: doc/classes/EditorScriptPicker.xml:16 +msgid "The owner [Node] of the script property that holds the edited resource." +msgstr "" + +#: doc/classes/EditorSelection.xml:4 +msgid "Manages the SceneTree selection in the editor." +msgstr "" + +#: doc/classes/EditorSelection.xml:7 +msgid "" +"This object manages the SceneTree selection in the editor.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_selection]." +msgstr "" + +#: doc/classes/EditorSelection.xml:17 +msgid "" +"Adds a node to the selection.\n" +"[b]Note:[/b] The newly selected node will not be automatically edited in the " +"inspector. If you want to edit a node, use [method EditorInterface." +"edit_node]." +msgstr "" + +#: doc/classes/EditorSelection.xml:24 +msgid "Clear the selection." +msgstr "" + +#: doc/classes/EditorSelection.xml:30 +msgid "Gets the list of selected nodes." +msgstr "" + +#: doc/classes/EditorSelection.xml:36 +msgid "" +"Gets the list of selected nodes, optimized for transform operations (i.e. " +"moving them, rotating, etc). This list avoids situations where a node is " +"selected and also child/grandchild." +msgstr "" + +#: doc/classes/EditorSelection.xml:43 +msgid "Removes a node from the selection." +msgstr "" + +#: doc/classes/EditorSelection.xml:50 +msgid "Emitted when the selection changes." +msgstr "" + +#: doc/classes/EditorSettings.xml:4 +msgid "Object that holds the project-independent editor settings." +msgstr "" + +#: doc/classes/EditorSettings.xml:7 +msgid "" +"Object that holds the project-independent editor settings. These settings " +"are generally visible in the [b]Editor > Editor Settings[/b] menu.\n" +"Property names use slash delimiters to distinguish sections. Setting values " +"can be of any [Variant] type. It's recommended to use [code]snake_case[/" +"code] for editor settings to be consistent with the Godot editor itself.\n" +"Accessing the settings can be done using the following methods, such as:\n" +"[codeblock]\n" +"# `settings.set(\"some/property\", value)` also works as this class " +"overrides `_set()` internally.\n" +"settings.set_setting(\"some/property\",value)\n" +"\n" +"# `settings.get(\"some/property\", value)` also works as this class " +"overrides `_get()` internally.\n" +"settings.get_setting(\"some/property\")\n" +"\n" +"var list_of_settings = settings.get_property_list()\n" +"[/codeblock]\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_editor_settings]." +msgstr "" + +#: doc/classes/EditorSettings.xml:28 +msgid "" +"Adds a custom property info to a property. The dictionary must contain:\n" +"- [code]name[/code]: [String] (the name of the property)\n" +"- [code]type[/code]: [int] (see [enum Variant.Type])\n" +"- optionally [code]hint[/code]: [int] (see [enum PropertyHint]) and " +"[code]hint_string[/code]: [String]\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"editor_settings.set(\"category/property_name\", 0)\n" +"\n" +"var property_info = {\n" +" \"name\": \"category/property_name\",\n" +" \"type\": TYPE_INT,\n" +" \"hint\": PROPERTY_HINT_ENUM,\n" +" \"hint_string\": \"one,two,three\"\n" +"}\n" +"\n" +"editor_settings.add_property_info(property_info)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorSettings.xml:51 +msgid "Erases the setting whose name is specified by [code]property[/code]." +msgstr "" + +#: doc/classes/EditorSettings.xml:57 +msgid "Returns the list of favorite files and directories for this project." +msgstr "" + +#: doc/classes/EditorSettings.xml:66 +msgid "" +"Returns project-specific metadata for the [code]section[/code] and " +"[code]key[/code] specified. If the metadata doesn't exist, [code]default[/" +"code] will be returned instead. See also [method set_project_metadata]." +msgstr "" + +#: doc/classes/EditorSettings.xml:72 +msgid "" +"Returns the project-specific settings path. Projects all have a unique " +"subdirectory inside the settings path where project-specific settings are " +"saved." +msgstr "" + +#: doc/classes/EditorSettings.xml:78 +msgid "" +"Returns the list of recently visited folders in the file dialog for this " +"project." +msgstr "" + +#: doc/classes/EditorSettings.xml:85 +msgid "" +"Returns the value of the setting specified by [code]name[/code]. This is " +"equivalent to using [method Object.get] on the EditorSettings instance." +msgstr "" + +#: doc/classes/EditorSettings.xml:91 +msgid "" +"Gets the global settings path for the engine. Inside this path, you can find " +"some standard paths such as:\n" +"[code]settings/tmp[/code] - Used for temporary storage of files\n" +"[code]settings/templates[/code] - Where export templates are located" +msgstr "" + +#: doc/classes/EditorSettings.xml:100 +msgid "" +"Returns [code]true[/code] if the setting specified by [code]name[/code] " +"exists, [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/EditorSettings.xml:107 +msgid "" +"Returns [code]true[/code] if the setting specified by [code]name[/code] can " +"have its value reverted to the default value, [code]false[/code] otherwise. " +"When this method returns [code]true[/code], a Revert button will display " +"next to the setting in the Editor Settings." +msgstr "" + +#: doc/classes/EditorSettings.xml:114 +msgid "" +"Returns the default value of the setting specified by [code]name[/code]. " +"This is the value that would be applied when clicking the Revert button in " +"the Editor Settings." +msgstr "" + +#: doc/classes/EditorSettings.xml:121 +msgid "Sets the list of favorite files and directories for this project." +msgstr "" + +#: doc/classes/EditorSettings.xml:130 +msgid "" +"Sets the initial value of the setting specified by [code]name[/code] to " +"[code]value[/code]. This is used to provide a value for the Revert button in " +"the Editor Settings. If [code]update_current[/code] is true, the current " +"value of the setting will be set to [code]value[/code] as well." +msgstr "" + +#: doc/classes/EditorSettings.xml:139 +msgid "" +"Sets project-specific metadata with the [code]section[/code], [code]key[/" +"code] and [code]data[/code] specified. This metadata is stored outside the " +"project folder and therefore won't be checked into version control. See also " +"[method get_project_metadata]." +msgstr "" + +#: doc/classes/EditorSettings.xml:146 +msgid "" +"Sets the list of recently visited folders in the file dialog for this " +"project." +msgstr "" + +#: doc/classes/EditorSettings.xml:154 +msgid "" +"Sets the [code]value[/code] of the setting specified by [code]name[/code]. " +"This is equivalent to using [method Object.set] on the EditorSettings " +"instance." +msgstr "" + +#: doc/classes/EditorSettings.xml:161 +msgid "Emitted after any editor setting has changed." +msgstr "" + +#: doc/classes/EditorSettings.xml:167 +msgid "" +"Emitted after any editor setting has changed. It's used by various editor " +"plugins to update their visuals on theme changes or logic on configuration " +"changes." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:4 +msgid "Custom gizmo for editing Spatial objects." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:7 +msgid "" +"Custom gizmo that is used for providing custom visualization and editing " +"(handles) for 3D Spatial objects. See [EditorSpatialGizmoPlugin] for more " +"information." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:16 +msgid "" +"Adds the specified [code]segments[/code] to the gizmo's collision shape for " +"picking. Call this function during [method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:23 +msgid "" +"Adds collision triangles to the gizmo for picking. A [TriangleMesh] can be " +"generated from a regular [Mesh] too. Call this function during [method " +"redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:33 +msgid "" +"Adds a list of handles (points) which can be used to deform the object being " +"edited.\n" +"There are virtual functions which will be called upon editing of these " +"handles. Call this function during [method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:44 +msgid "" +"Adds lines to the gizmo (as sets of 2 points), with a given material. The " +"lines are used for visualizing the gizmo. Call this function during [method " +"redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:54 +msgid "" +"Adds a mesh to the gizmo with the specified [code]billboard[/code] state, " +"[code]skeleton[/code] and [code]material[/code]. If [code]billboard[/code] " +"is [code]true[/code], the mesh will rotate to always face the camera. Call " +"this function during [method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:63 +msgid "" +"Adds an unscaled billboard for visualization. Call this function during " +"[method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:69 +msgid "" +"Removes everything in the gizmo including meshes, collisions and handles." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:78 +msgid "" +"Commit a handle being edited (handles must have been previously added by " +"[method add_handles]).\n" +"If the [code]cancel[/code] parameter is [code]true[/code], an option to " +"restore the edited value to the original is provided." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:86 +msgid "" +"Gets the name of an edited handle (handles must have been previously added " +"by [method add_handles]).\n" +"Handles can be named for reference to the user when editing." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:94 +msgid "" +"Gets actual value of a handle. This value can be anything and used for " +"eventually undoing the motion when calling [method commit_handle]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:100 +msgid "" +"Returns the [EditorSpatialGizmoPlugin] that owns this gizmo. It's useful to " +"retrieve materials using [method EditorSpatialGizmoPlugin.get_material]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:106 +msgid "Returns the Spatial node associated with this gizmo." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:113 +msgid "" +"Returns [code]true[/code] if the handle at index [code]index[/code] is " +"highlighted by being hovered with the mouse." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:119 +msgid "" +"This function is called when the [Spatial] this gizmo refers to changes (the " +"[method Spatial.update_gizmo] is called)." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:128 +msgid "" +"This function is used when the user drags a gizmo handle (previously added " +"with [method add_handles]) in screen coordinates.\n" +"The [Camera] is also provided so screen coordinates can be converted to " +"raycasts." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:136 +msgid "" +"Sets the gizmo's hidden state. If [code]true[/code], the gizmo will be " +"hidden. If [code]false[/code], it will be shown." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:143 +msgid "" +"Sets the reference [Spatial] node for the gizmo. [code]node[/code] must " +"inherit from [Spatial]." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:4 +msgid "Used by the editor to define Spatial gizmo types." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:7 +msgid "" +"EditorSpatialGizmoPlugin allows you to define a new type of Gizmo. There are " +"two main ways to do so: extending [EditorSpatialGizmoPlugin] for the simpler " +"gizmos, or creating a new [EditorSpatialGizmo] type. See the tutorial in the " +"documentation for more info." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/spatial_gizmos." +"html" +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:18 +msgid "" +"Adds a new material to the internal material list for the plugin. It can " +"then be accessed with [method get_material]. Should not be overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:24 +msgid "" +"Override this method to define whether the gizmo can be hidden or not. " +"Returns [code]true[/code] if not overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:34 +msgid "" +"Override this method to commit gizmo handles. Called for this plugin's " +"active gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:41 +msgid "" +"Override this method to return a custom [EditorSpatialGizmo] for the spatial " +"nodes of your choice, return [code]null[/code] for the rest of nodes. See " +"also [method has_gizmo]." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:50 +msgid "" +"Creates a handle material with its variants (selected and/or editable) and " +"adds them to the internal material list. They can then be accessed with " +"[method get_material] and used in [method EditorSpatialGizmo.add_handles]. " +"Should not be overridden.\n" +"You can optionally provide a texture to use instead of the default icon." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:61 +msgid "" +"Creates an icon material with its variants (selected and/or editable) and " +"adds them to the internal material list. They can then be accessed with " +"[method get_material] and used in [method EditorSpatialGizmo." +"add_unscaled_billboard]. Should not be overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:72 +msgid "" +"Creates an unshaded material with its variants (selected and/or editable) " +"and adds them to the internal material list. They can then be accessed with " +"[method get_material] and used in [method EditorSpatialGizmo.add_mesh] and " +"[method EditorSpatialGizmo.add_lines]. Should not be overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:80 +msgid "" +"Override this method to provide gizmo's handle names. Called for this " +"plugin's active gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:88 +msgid "" +"Gets actual value of a handle from gizmo. Called for this plugin's active " +"gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:96 +msgid "" +"Gets material from the internal list of materials. If an " +"[EditorSpatialGizmo] is provided, it will try to get the corresponding " +"variant (selected and/or editable)." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:102 +msgid "" +"Override this method to provide the name that will appear in the gizmo " +"visibility menu." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:108 +msgid "" +"Override this method to set the gizmo's priority. Higher values correspond " +"to higher priority. If a gizmo with higher priority conflicts with another " +"gizmo, only the gizmo with higher priority will be used.\n" +"All built-in editor gizmos return a priority of [code]-1[/code]. If not " +"overridden, this method will return [code]0[/code], which means custom " +"gizmos will automatically override built-in gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:116 +msgid "" +"Override this method to define which Spatial nodes have a gizmo from this " +"plugin. Whenever a [Spatial] node is added to a scene this method is called, " +"if it returns [code]true[/code] the node gets a generic [EditorSpatialGizmo] " +"assigned and is added to this plugin's list of active gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:124 +msgid "" +"Gets whether a handle is highlighted or not. Called for this plugin's active " +"gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:130 +msgid "" +"Override this method to define whether a Spatial with this gizmo should be " +"selectable even when the gizmo is hidden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:137 +msgid "" +"Callback to redraw the provided gizmo. Called for this plugin's active " +"gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:147 +msgid "" +"Update the value of a handle after it has been updated. Called for this " +"plugin's active gizmos." +msgstr "" + +#: doc/classes/EditorSpinSlider.xml:4 +msgid "Godot editor's control for editing numeric values." +msgstr "" + +#: doc/classes/EditorSpinSlider.xml:7 +msgid "" +"This [Control] node is used in the editor's Inspector dock to allow editing " +"of numeric values. Can be used with [EditorInspectorPlugin] to recreate the " +"same behavior." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:4 +msgid "" +"Version Control System (VCS) interface which reads and writes to the local " +"VCS in use." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:7 +msgid "" +"Used by the editor to display VCS extracted information in the editor. The " +"implementation of this API is included in VCS addons, which are essentially " +"GDNative plugins that need to be put into the project folder. These VCS " +"addons are scripts which are attached (on demand) to the object instance of " +"[code]EditorVCSInterface[/code]. All the functions listed below, instead of " +"performing the task themselves, they call the internally defined functions " +"in the VCS addons to provide a plug-n-play experience." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:16 +msgid "" +"Creates a version commit if the addon is initialized, else returns without " +"doing anything. Uses the files which have been staged previously, with the " +"commit message set to a value as provided as in the argument." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:23 +msgid "" +"Returns an [Array] of [Dictionary] objects containing the diff output from " +"the VCS in use, if a VCS addon is initialized, else returns an empty [Array] " +"object. The diff contents also consist of some contextual lines which " +"provide context to the observed line change in the file.\n" +"Each [Dictionary] object has the line diff contents under the keys:\n" +"- [code]\"content\"[/code] to store a [String] containing the line contents\n" +"- [code]\"status\"[/code] to store a [String] which contains [code]\"+\"[/" +"code] in case the content is a line addition but it stores a [code]\"-\"[/" +"code] in case of deletion and an empty string in the case the line content " +"is neither an addition nor a deletion.\n" +"- [code]\"new_line_number\"[/code] to store an integer containing the new " +"line number of the line content.\n" +"- [code]\"line_count\"[/code] to store an integer containing the number of " +"lines in the line content.\n" +"- [code]\"old_line_number\"[/code] to store an integer containing the old " +"line number of the line content.\n" +"- [code]\"offset\"[/code] to store the offset of the line change since the " +"first contextual line content." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:36 +msgid "" +"Returns a [Dictionary] containing the path of the detected file change " +"mapped to an integer signifying what kind of change the corresponding file " +"has experienced.\n" +"The following integer values are being used to signify that the detected " +"file is:\n" +"- [code]0[/code]: New to the VCS working directory\n" +"- [code]1[/code]: Modified\n" +"- [code]2[/code]: Renamed\n" +"- [code]3[/code]: Deleted\n" +"- [code]4[/code]: Typechanged" +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:48 +msgid "Returns the project name of the VCS working directory." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:54 +msgid "" +"Returns the name of the VCS if the VCS has been initialized, else return an " +"empty string." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:61 +msgid "" +"Initializes the VCS addon if not already. Uses the argument value as the " +"path to the working directory of the project. Creates the initial commit if " +"required. Returns [code]true[/code] if no failure occurs, else returns " +"[code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:67 +msgid "" +"Returns [code]true[/code] if the addon is ready to respond to function " +"calls, else returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:73 +msgid "" +"Returns [code]true[/code] if the VCS addon has been initialized, else " +"returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:79 +msgid "" +"Shuts down the VCS addon to allow cleanup code to run on call. Returns " +"[code]true[/code] is no failure occurs, else returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:86 +msgid "" +"Stages the file which should be committed when [method EditorVCSInterface." +"commit] is called. Argument should contain the absolute path." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:93 +msgid "" +"Unstages the file which was staged previously to be committed, so that it is " +"no longer committed when [method EditorVCSInterface.commit] is called. " +"Argument should contain the absolute path." +msgstr "" + +#: doc/classes/EncodedObjectAsID.xml:4 +msgid "Holds a reference to an [Object]'s instance ID." +msgstr "" + +#: doc/classes/EncodedObjectAsID.xml:7 +msgid "" +"Utility class which holds a reference to the internal identifier of an " +"[Object] instance, as given by [method Object.get_instance_id]. This ID can " +"then be used to retrieve the object instance with [method @GDScript." +"instance_from_id].\n" +"This class is used internally by the editor inspector and script debugger, " +"but can also be used in plugins to pass and display objects as their IDs." +msgstr "" + +#: doc/classes/EncodedObjectAsID.xml:16 +msgid "" +"The [Object] identifier stored in this [EncodedObjectAsID] instance. The " +"object instance can be retrieved with [method @GDScript.instance_from_id]." +msgstr "" + +#: doc/classes/Engine.xml:4 +msgid "Access to engine properties." +msgstr "" + +#: doc/classes/Engine.xml:7 +msgid "" +"The [Engine] singleton allows you to query and modify the project's run-time " +"parameters, such as frames per second, time scale, and others." +msgstr "" + +#: doc/classes/Engine.xml:15 +msgid "" +"Returns engine author information in a Dictionary.\n" +"[code]lead_developers[/code] - Array of Strings, lead developer names\n" +"[code]founders[/code] - Array of Strings, founder names\n" +"[code]project_managers[/code] - Array of Strings, project manager names\n" +"[code]developers[/code] - Array of Strings, developer names" +msgstr "" + +#: doc/classes/Engine.xml:25 +msgid "" +"Returns an Array of copyright information Dictionaries.\n" +"[code]name[/code] - String, component name\n" +"[code]parts[/code] - Array of Dictionaries {[code]files[/code], " +"[code]copyright[/code], [code]license[/code]} describing subsections of the " +"component" +msgstr "" + +#: doc/classes/Engine.xml:33 +msgid "" +"Returns a Dictionary of Arrays of donor names.\n" +"{[code]platinum_sponsors[/code], [code]gold_sponsors[/code], " +"[code]silver_sponsors[/code], [code]bronze_sponsors[/code], " +"[code]mini_sponsors[/code], [code]gold_donors[/code], [code]silver_donors[/" +"code], [code]bronze_donors[/code]}" +msgstr "" + +#: doc/classes/Engine.xml:40 +msgid "" +"Returns the total number of frames drawn. On headless platforms, or if the " +"render loop is disabled with [code]--disable-render-loop[/code] via command " +"line, [method get_frames_drawn] always returns [code]0[/code]. See [method " +"get_idle_frames]." +msgstr "" + +#: doc/classes/Engine.xml:46 +msgid "Returns the frames per second of the running game." +msgstr "" + +#: doc/classes/Engine.xml:52 +msgid "" +"Returns the total number of frames passed since engine initialization which " +"is advanced on each [b]idle frame[/b], regardless of whether the render loop " +"is enabled. See also [method get_frames_drawn] and [method " +"get_physics_frames].\n" +"[method get_idle_frames] can be used to run expensive logic less often " +"without relying on a [Timer]:\n" +"[codeblock]\n" +"func _process(_delta):\n" +" if Engine.get_idle_frames() % 2 == 0:\n" +" pass # Run expensive logic only once every 2 idle (render) frames " +"here.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Engine.xml:64 +msgid "" +"Returns Dictionary of licenses used by Godot and included third party " +"components." +msgstr "" + +#: doc/classes/Engine.xml:70 +msgid "Returns Godot license text." +msgstr "" + +#: doc/classes/Engine.xml:76 +msgid "Returns the main loop object (see [MainLoop] and [SceneTree])." +msgstr "" + +#: doc/classes/Engine.xml:82 +msgid "" +"Returns the total number of frames passed since engine initialization which " +"is advanced on each [b]physics frame[/b]. See also [method " +"get_idle_frames].\n" +"[method get_physics_frames] can be used to run expensive logic less often " +"without relying on a [Timer]:\n" +"[codeblock]\n" +"func _physics_process(_delta):\n" +" if Engine.get_physics_frames() % 2 == 0:\n" +" pass # Run expensive logic only once every 2 physics frames here.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Engine.xml:94 +msgid "" +"Returns the fraction through the current physics tick we are at the time of " +"rendering the frame. This can be used to implement fixed timestep " +"interpolation." +msgstr "" + +#: doc/classes/Engine.xml:101 +msgid "" +"Returns a global singleton with given [code]name[/code]. Often used for " +"plugins, e.g. [code]GodotPayment[/code] on Android." +msgstr "" + +#: doc/classes/Engine.xml:107 +msgid "" +"Returns the current engine version information in a Dictionary.\n" +"[code]major[/code] - Holds the major version number as an int\n" +"[code]minor[/code] - Holds the minor version number as an int\n" +"[code]patch[/code] - Holds the patch version number as an int\n" +"[code]hex[/code] - Holds the full version number encoded as a " +"hexadecimal int with one byte (2 places) per number (see example below)\n" +"[code]status[/code] - Holds the status (e.g. \"beta\", \"rc1\", " +"\"rc2\", ... \"stable\") as a String\n" +"[code]build[/code] - Holds the build name (e.g. \"custom_build\") as a " +"String\n" +"[code]hash[/code] - Holds the full Git commit hash as a String\n" +"[code]year[/code] - Holds the year the version was released in as an " +"int\n" +"[code]string[/code] - [code]major[/code] + [code]minor[/code] + " +"[code]patch[/code] + [code]status[/code] + [code]build[/code] in a single " +"String\n" +"The [code]hex[/code] value is encoded as follows, from left to right: one " +"byte for the major, one byte for the minor, one byte for the patch version. " +"For example, \"3.1.12\" would be [code]0x03010C[/code]. [b]Note:[/b] It's " +"still an int internally, and printing it will give you its decimal " +"representation, which is not particularly meaningful. Use hexadecimal " +"literals for easy version comparisons from code:\n" +"[codeblock]\n" +"if Engine.get_version_info().hex >= 0x030200:\n" +" # Do things specific to version 3.2 or later\n" +"else:\n" +" # Do things specific to versions before 3.2\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Engine.xml:130 +msgid "" +"Returns [code]true[/code] if a singleton with given [code]name[/code] exists " +"in global scope." +msgstr "" + +#: doc/classes/Engine.xml:136 +msgid "" +"Returns [code]true[/code] if the game is inside the fixed process and " +"physics phase of the game loop." +msgstr "" + +#: doc/classes/Engine.xml:142 +msgid "" +"If [code]true[/code], the script is currently running inside the editor. " +"This is useful for [code]tool[/code] scripts to conditionally draw editor " +"helpers, or prevent accidentally running \"game\" code that would affect the " +"scene state while in the editor:\n" +"[codeblock]\n" +"if Engine.editor_hint:\n" +" draw_gizmos()\n" +"else:\n" +" simulate_physics()\n" +"[/codeblock]\n" +"See [url=https://docs.godotengine.org/en/3.4/tutorials/misc/" +"running_code_in_the_editor.html]Running code in the editor[/url] in the " +"documentation for more information.\n" +"[b]Note:[/b] To detect whether the script is run from an editor [i]build[/i] " +"(e.g. when pressing [code]F5[/code]), use [method OS.has_feature] with the " +"[code]\"editor\"[/code] argument instead. [code]OS.has_feature(\"editor\")[/" +"code] will evaluate to [code]true[/code] both when the code is running in " +"the editor and when running the project from the editor, but it will " +"evaluate to [code]false[/code] when the code is run from an exported project." +msgstr "" + +#: doc/classes/Engine.xml:153 +msgid "" +"The number of fixed iterations per second. This controls how often physics " +"simulation and [method Node._physics_process] methods are run. This value " +"should generally always be set to [code]60[/code] or above, as Godot doesn't " +"interpolate the physics step. As a result, values lower than [code]60[/code] " +"will look stuttery. This value can be increased to make input more reactive " +"or work around tunneling issues, but keep in mind doing so will increase CPU " +"usage." +msgstr "" + +#: doc/classes/Engine.xml:156 +msgid "" +"Controls how much physics ticks are synchronized with real time. For 0 or " +"less, the ticks are synchronized. Such values are recommended for network " +"games, where clock synchronization matters. Higher values cause higher " +"deviation of the in-game clock and real clock but smooth out framerate " +"jitters. The default value of 0.5 should be fine for most; values above 2 " +"could cause the game to react to dropped frames with a noticeable delay and " +"are not recommended.\n" +"[b]Note:[/b] For best results, when using a custom physics interpolation " +"solution, the physics jitter fix should be disabled by setting [member " +"physics_jitter_fix] to [code]0[/code]." +msgstr "" + +#: doc/classes/Engine.xml:160 +msgid "" +"If [code]false[/code], stops printing error and warning messages to the " +"console and editor Output log. This can be used to hide error and warning " +"messages during unit test suite runs. This property is equivalent to the " +"[member ProjectSettings.application/run/disable_stderr] project setting.\n" +"[b]Warning:[/b] If you set this to [code]false[/code] anywhere in the " +"project, important error messages may be hidden even if they are emitted " +"from other scripts. If this is set to [code]false[/code] in a [code]@tool[/" +"code] script, this will also impact the editor itself. Do [i]not[/i] report " +"bugs before ensuring error messages are enabled (as they are by default).\n" +"[b]Note:[/b] This property does not impact the editor's Errors tab when " +"running a project from the editor." +msgstr "" + +#: doc/classes/Engine.xml:165 +msgid "" +"The desired frames per second. If the hardware cannot keep up, this setting " +"may not be respected. A value of 0 means no limit." +msgstr "" + +#: doc/classes/Engine.xml:168 +msgid "" +"Controls how fast or slow the in-game clock ticks versus the real life one. " +"It defaults to 1.0. A value of 2.0 means the game moves twice as fast as " +"real life, whilst a value of 0.5 means the game moves at half the regular " +"speed." +msgstr "" + +#: doc/classes/Environment.xml:4 +msgid "" +"Resource for environment nodes (like [WorldEnvironment]) that define " +"multiple rendering options." +msgstr "" + +#: doc/classes/Environment.xml:7 +msgid "" +"Resource for environment nodes (like [WorldEnvironment]) that define " +"multiple environment operations (such as background [Sky] or [Color], " +"ambient light, fog, depth-of-field...). These parameters affect the final " +"render of the scene. The order of these operations is:\n" +"- Depth of Field Blur\n" +"- Glow\n" +"- Tonemap (Auto Exposure)\n" +"- Adjustments\n" +"These effects will only apply when the [Viewport]'s intended usage is \"3D\" " +"or \"3D Without Effects\". This can be configured for the root Viewport with " +"[member ProjectSettings.rendering/quality/intended_usage/" +"framebuffer_allocation], or for specific Viewports via the [member Viewport." +"usage] property." +msgstr "" + +#: doc/classes/Environment.xml:15 doc/classes/WorldEnvironment.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/" +"environment_and_post_processing.html" +msgstr "" + +#: doc/classes/Environment.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/high_dynamic_range.html" +msgstr "" + +#: doc/classes/Environment.xml:17 doc/classes/Material.xml:10 +#: doc/classes/Mesh.xml:10 doc/classes/MeshInstance.xml:10 +#: doc/classes/WorldEnvironment.xml:13 +msgid "https://godotengine.org/asset-library/asset/123" +msgstr "" + +#: doc/classes/Environment.xml:26 +msgid "" +"Returns [code]true[/code] if the glow level [code]idx[/code] is specified, " +"[code]false[/code] otherwise." +msgstr "" + +#: doc/classes/Environment.xml:34 +msgid "" +"Enables or disables the glow level at index [code]idx[/code]. Each level " +"relies on the previous level. This means that enabling higher glow levels " +"will slow down the glow effect rendering, even if previous levels aren't " +"enabled." +msgstr "" + +#: doc/classes/Environment.xml:40 +msgid "" +"The global brightness value of the rendered scene. Effective only if " +"[code]adjustment_enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:43 +msgid "" +"Applies the provided [Texture] resource to affect the global color aspect of " +"the rendered scene. Effective only if [code]adjustment_enabled[/code] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:46 +msgid "" +"The global contrast value of the rendered scene (default value is 1). " +"Effective only if [code]adjustment_enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:49 +msgid "" +"If [code]true[/code], enables the [code]adjustment_*[/code] properties " +"provided by this resource. If [code]false[/code], modifications to the " +"[code]adjustment_*[/code] properties will have no effect on the rendered " +"scene." +msgstr "" + +#: doc/classes/Environment.xml:52 +msgid "" +"The global color saturation value of the rendered scene (default value is " +"1). Effective only if [code]adjustment_enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:55 +msgid "The ambient light's [Color]." +msgstr "" + +#: doc/classes/Environment.xml:58 +msgid "" +"The ambient light's energy. The higher the value, the stronger the light." +msgstr "" + +#: doc/classes/Environment.xml:61 +msgid "" +"Defines the amount of light that the sky brings on the scene. A value of 0 " +"means that the sky's light emission has no effect on the scene illumination, " +"thus all ambient illumination is provided by the ambient light. On the " +"contrary, a value of 1 means that all the light that affects the scene is " +"provided by the sky, thus the ambient light parameter has no effect on the " +"scene." +msgstr "" + +#: doc/classes/Environment.xml:64 +msgid "" +"If [code]true[/code], enables the tonemapping auto exposure mode of the " +"scene renderer. If [code]true[/code], the renderer will automatically " +"determine the exposure setting to adapt to the scene's illumination and the " +"observed light." +msgstr "" + +#: doc/classes/Environment.xml:67 +msgid "The maximum luminance value for the auto exposure." +msgstr "" + +#: doc/classes/Environment.xml:70 +msgid "The minimum luminance value for the auto exposure." +msgstr "" + +#: doc/classes/Environment.xml:73 +msgid "" +"The scale of the auto exposure effect. Affects the intensity of auto " +"exposure." +msgstr "" + +#: doc/classes/Environment.xml:76 +msgid "" +"The speed of the auto exposure effect. Affects the time needed for the " +"camera to perform auto exposure." +msgstr "" + +#: doc/classes/Environment.xml:79 +msgid "The ID of the camera feed to show in the background." +msgstr "" + +#: doc/classes/Environment.xml:82 +msgid "" +"The maximum layer ID to display. Only effective when using the [constant " +"BG_CANVAS] background mode." +msgstr "" + +#: doc/classes/Environment.xml:85 +msgid "" +"The [Color] displayed for clear areas of the scene. Only effective when " +"using the [constant BG_COLOR] or [constant BG_COLOR_SKY] background modes)." +msgstr "" + +#: doc/classes/Environment.xml:88 +msgid "The power of the light emitted by the background." +msgstr "" + +#: doc/classes/Environment.xml:91 +msgid "The background mode. See [enum BGMode] for possible values." +msgstr "" + +#: doc/classes/Environment.xml:94 +msgid "The [Sky] resource defined as background." +msgstr "" + +#: doc/classes/Environment.xml:97 +msgid "The [Sky] resource's custom field of view." +msgstr "" + +#: doc/classes/Environment.xml:100 +msgid "The [Sky] resource's rotation expressed as a [Basis]." +msgstr "" + +#: doc/classes/Environment.xml:103 +msgid "The [Sky] resource's rotation expressed as Euler angles in radians." +msgstr "" + +#: doc/classes/Environment.xml:106 +msgid "The [Sky] resource's rotation expressed as Euler angles in degrees." +msgstr "" + +#: doc/classes/Environment.xml:109 +msgid "The amount of far blur for the depth-of-field effect." +msgstr "" + +#: doc/classes/Environment.xml:112 +msgid "" +"The distance from the camera where the far blur effect affects the rendering." +msgstr "" + +#: doc/classes/Environment.xml:115 +msgid "If [code]true[/code], enables the depth-of-field far blur effect." +msgstr "" + +#: doc/classes/Environment.xml:118 +msgid "" +"The depth-of-field far blur's quality. Higher values can mitigate the " +"visible banding effect seen at higher strengths, but are much slower." +msgstr "" + +#: doc/classes/Environment.xml:121 +msgid "The length of the transition between the no-blur area and far blur." +msgstr "" + +#: doc/classes/Environment.xml:124 +msgid "The amount of near blur for the depth-of-field effect." +msgstr "" + +#: doc/classes/Environment.xml:127 +msgid "" +"Distance from the camera where the near blur effect affects the rendering." +msgstr "" + +#: doc/classes/Environment.xml:130 +msgid "If [code]true[/code], enables the depth-of-field near blur effect." +msgstr "" + +#: doc/classes/Environment.xml:133 +msgid "" +"The depth-of-field near blur's quality. Higher values can mitigate the " +"visible banding effect seen at higher strengths, but are much slower." +msgstr "" + +#: doc/classes/Environment.xml:136 +msgid "The length of the transition between the near blur and no-blur area." +msgstr "" + +#: doc/classes/Environment.xml:139 +msgid "The fog's [Color]." +msgstr "" + +#: doc/classes/Environment.xml:142 +msgid "The fog's depth starting distance from the camera." +msgstr "" + +#: doc/classes/Environment.xml:145 +msgid "" +"The fog depth's intensity curve. A number of presets are available in the " +"[b]Inspector[/b] by right-clicking the curve." +msgstr "" + +#: doc/classes/Environment.xml:148 +msgid "" +"If [code]true[/code], the depth fog effect is enabled. When enabled, fog " +"will appear in the distance (relative to the camera)." +msgstr "" + +#: doc/classes/Environment.xml:151 +msgid "" +"The fog's depth end distance from the camera. If this value is set to 0, it " +"will be equal to the current camera's [member Camera.far] value." +msgstr "" + +#: doc/classes/Environment.xml:154 +msgid "" +"If [code]true[/code], fog effects are enabled. [member fog_height_enabled] " +"and/or [member fog_depth_enabled] must be set to [code]true[/code] to " +"actually display fog." +msgstr "" + +#: doc/classes/Environment.xml:157 +msgid "" +"The height fog's intensity. A number of presets are available in the " +"[b]Inspector[/b] by right-clicking the curve." +msgstr "" + +#: doc/classes/Environment.xml:160 +msgid "" +"If [code]true[/code], the height fog effect is enabled. When enabled, fog " +"will appear in a defined height range, regardless of the distance from the " +"camera. This can be used to simulate \"deep water\" effects with a lower " +"performance cost compared to a dedicated shader." +msgstr "" + +#: doc/classes/Environment.xml:163 +msgid "" +"The Y coordinate where the height fog will be the most intense. If this " +"value is greater than [member fog_height_min], fog will be displayed from " +"bottom to top. Otherwise, it will be displayed from top to bottom." +msgstr "" + +#: doc/classes/Environment.xml:166 +msgid "" +"The Y coordinate where the height fog will be the least intense. If this " +"value is greater than [member fog_height_max], fog will be displayed from " +"top to bottom. Otherwise, it will be displayed from bottom to top." +msgstr "" + +#: doc/classes/Environment.xml:169 +msgid "" +"The intensity of the depth fog color transition when looking towards the " +"sun. The sun's direction is determined automatically using the " +"DirectionalLight node in the scene." +msgstr "" + +#: doc/classes/Environment.xml:172 +msgid "The depth fog's [Color] when looking towards the sun." +msgstr "" + +#: doc/classes/Environment.xml:175 +msgid "" +"The intensity of the fog light transmittance effect. Amount of light that " +"the fog transmits." +msgstr "" + +#: doc/classes/Environment.xml:178 +msgid "" +"Enables fog's light transmission effect. If [code]true[/code], light will be " +"more visible in the fog to simulate light scattering as in real life." +msgstr "" + +#: doc/classes/Environment.xml:181 +msgid "" +"Smooths out the blockiness created by sampling higher levels, at the cost of " +"performance.\n" +"[b]Note:[/b] When using the GLES2 renderer, this is only available if the " +"GPU supports the [code]GL_EXT_gpu_shader4[/code] extension." +msgstr "" + +#: doc/classes/Environment.xml:185 +msgid "The glow blending mode." +msgstr "" + +#: doc/classes/Environment.xml:188 +msgid "" +"The bloom's intensity. If set to a value higher than [code]0[/code], this " +"will make glow visible in areas darker than the [member glow_hdr_threshold]." +msgstr "" + +#: doc/classes/Environment.xml:191 +msgid "If [code]true[/code], the glow effect is enabled." +msgstr "" + +#: doc/classes/Environment.xml:194 +msgid "" +"The higher threshold of the HDR glow. Areas brighter than this threshold " +"will be clamped for the purposes of the glow effect." +msgstr "" + +#: doc/classes/Environment.xml:197 +msgid "The bleed scale of the HDR glow." +msgstr "" + +#: doc/classes/Environment.xml:200 +msgid "" +"The lower threshold of the HDR glow. When using the GLES2 renderer (which " +"doesn't support HDR), this needs to be below [code]1.0[/code] for glow to be " +"visible. A value of [code]0.9[/code] works well in this case." +msgstr "" + +#: doc/classes/Environment.xml:203 +msgid "" +"Takes more samples during downsample pass of glow. This ensures that single " +"pixels are captured by glow which makes the glow look smoother and more " +"stable during movement. However, it is very expensive and makes the glow " +"post process take twice as long." +msgstr "" + +#: doc/classes/Environment.xml:206 +msgid "" +"The glow intensity. When using the GLES2 renderer, this should be increased " +"to 1.5 to compensate for the lack of HDR rendering." +msgstr "" + +#: doc/classes/Environment.xml:209 +msgid "" +"If [code]true[/code], the 1st level of glow is enabled. This is the most " +"\"local\" level (least blurry)." +msgstr "" + +#: doc/classes/Environment.xml:212 +msgid "If [code]true[/code], the 2th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:215 +msgid "If [code]true[/code], the 3th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:218 +msgid "If [code]true[/code], the 4th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:221 +msgid "If [code]true[/code], the 5th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:224 +msgid "If [code]true[/code], the 6th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:227 +msgid "" +"If [code]true[/code], the 7th level of glow is enabled. This is the most " +"\"global\" level (blurriest)." +msgstr "" + +#: doc/classes/Environment.xml:230 +msgid "" +"The glow strength. When using the GLES2 renderer, this should be increased " +"to 1.3 to compensate for the lack of HDR rendering." +msgstr "" + +#: doc/classes/Environment.xml:233 +msgid "The depth tolerance for screen-space reflections." +msgstr "" + +#: doc/classes/Environment.xml:236 +msgid "" +"If [code]true[/code], screen-space reflections are enabled. Screen-space " +"reflections are more accurate than reflections from [GIProbe]s or " +"[ReflectionProbe]s, but are slower and can't reflect surfaces occluded by " +"others." +msgstr "" + +#: doc/classes/Environment.xml:239 +msgid "" +"The fade-in distance for screen-space reflections. Affects the area from the " +"reflected material to the screen-space reflection)." +msgstr "" + +#: doc/classes/Environment.xml:242 +msgid "" +"The fade-out distance for screen-space reflections. Affects the area from " +"the screen-space reflection to the \"global\" reflection." +msgstr "" + +#: doc/classes/Environment.xml:245 +msgid "" +"The maximum number of steps for screen-space reflections. Higher values are " +"slower." +msgstr "" + +#: doc/classes/Environment.xml:248 +msgid "" +"If [code]true[/code], screen-space reflections will take the material " +"roughness into account." +msgstr "" + +#: doc/classes/Environment.xml:251 +msgid "" +"The screen-space ambient occlusion intensity on materials that have an AO " +"texture defined. Values higher than [code]0[/code] will make the SSAO effect " +"visible in areas darkened by AO textures." +msgstr "" + +#: doc/classes/Environment.xml:254 +msgid "" +"The screen-space ambient occlusion bias. This should be kept high enough to " +"prevent \"smooth\" curves from being affected by ambient occlusion." +msgstr "" + +#: doc/classes/Environment.xml:257 +msgid "" +"The screen-space ambient occlusion blur quality. See [enum SSAOBlur] for " +"possible values." +msgstr "" + +#: doc/classes/Environment.xml:260 +msgid "The screen-space ambient occlusion color." +msgstr "" + +#: doc/classes/Environment.xml:263 +msgid "The screen-space ambient occlusion edge sharpness." +msgstr "" + +#: doc/classes/Environment.xml:266 +msgid "" +"If [code]true[/code], the screen-space ambient occlusion effect is enabled. " +"This darkens objects' corners and cavities to simulate ambient light not " +"reaching the entire object as in real life. This works well for small, " +"dynamic objects, but baked lighting or ambient occlusion textures will do a " +"better job at displaying ambient occlusion on large static objects. This is " +"a costly effect and should be disabled first when running into performance " +"issues." +msgstr "" + +#: doc/classes/Environment.xml:269 +msgid "" +"The primary screen-space ambient occlusion intensity. See also [member " +"ssao_radius]." +msgstr "" + +#: doc/classes/Environment.xml:272 +msgid "" +"The secondary screen-space ambient occlusion intensity. See also [member " +"ssao_radius2]." +msgstr "" + +#: doc/classes/Environment.xml:275 +msgid "" +"The screen-space ambient occlusion intensity in direct light. In real life, " +"ambient occlusion only applies to indirect light, which means its effects " +"can't be seen in direct light. Values higher than [code]0[/code] will make " +"the SSAO effect visible in direct light." +msgstr "" + +#: doc/classes/Environment.xml:278 +msgid "" +"The screen-space ambient occlusion quality. Higher qualities will make " +"better use of small objects for ambient occlusion, but are slower." +msgstr "" + +#: doc/classes/Environment.xml:281 +msgid "The primary screen-space ambient occlusion radius." +msgstr "" + +#: doc/classes/Environment.xml:284 +msgid "" +"The secondary screen-space ambient occlusion radius. If set to a value " +"higher than [code]0[/code], enables the secondary screen-space ambient " +"occlusion effect which can be used to improve the effect's appearance (at " +"the cost of performance)." +msgstr "" + +#: doc/classes/Environment.xml:287 +msgid "The default exposure used for tonemapping." +msgstr "" + +#: doc/classes/Environment.xml:290 +msgid "" +"The tonemapping mode to use. Tonemapping is the process that \"converts\" " +"HDR values to be suitable for rendering on a LDR display. (Godot doesn't " +"support rendering on HDR displays yet.)" +msgstr "" + +#: doc/classes/Environment.xml:293 +msgid "" +"The white reference value for tonemapping. Only effective if the [member " +"tonemap_mode] isn't set to [constant TONE_MAPPER_LINEAR]." +msgstr "" + +#: doc/classes/Environment.xml:298 +msgid "" +"Keeps on screen every pixel drawn in the background. This is the fastest " +"background mode, but it can only be safely used in fully-interior scenes (no " +"visible sky or sky reflections). If enabled in a scene where the background " +"is visible, \"ghost trail\" artifacts will be visible when moving the camera." +msgstr "" + +#: doc/classes/Environment.xml:301 +msgid "" +"Clears the background using the clear color defined in [member " +"ProjectSettings.rendering/environment/default_clear_color]." +msgstr "" + +#: doc/classes/Environment.xml:304 +msgid "Clears the background using a custom clear color." +msgstr "" + +#: doc/classes/Environment.xml:307 +msgid "Displays a user-defined sky in the background." +msgstr "" + +#: doc/classes/Environment.xml:310 +msgid "" +"Clears the background using a custom clear color and allows defining a sky " +"for shading and reflection. This mode is slightly faster than [constant " +"BG_SKY] and should be preferred in scenes where reflections can be visible, " +"but the sky itself never is (e.g. top-down camera)." +msgstr "" + +#: doc/classes/Environment.xml:313 +msgid "Displays a [CanvasLayer] in the background." +msgstr "" + +#: doc/classes/Environment.xml:316 +msgid "Displays a camera feed in the background." +msgstr "" + +#: doc/classes/Environment.xml:319 +msgid "Represents the size of the [enum BGMode] enum." +msgstr "" + +#: doc/classes/Environment.xml:322 +msgid "" +"Additive glow blending mode. Mostly used for particles, glows (bloom), lens " +"flare, bright sources." +msgstr "" + +#: doc/classes/Environment.xml:325 +msgid "" +"Screen glow blending mode. Increases brightness, used frequently with bloom." +msgstr "" + +#: doc/classes/Environment.xml:328 +msgid "" +"Soft light glow blending mode. Modifies contrast, exposes shadows and " +"highlights (vivid bloom)." +msgstr "" + +#: doc/classes/Environment.xml:331 +msgid "" +"Replace glow blending mode. Replaces all pixels' color by the glow value. " +"This can be used to simulate a full-screen blur effect by tweaking the glow " +"parameters to match the original image's brightness." +msgstr "" + +#: doc/classes/Environment.xml:334 +msgid "" +"Linear tonemapper operator. Reads the linear data and passes it on " +"unmodified." +msgstr "" + +#: doc/classes/Environment.xml:337 +msgid "" +"Reinhardt tonemapper operator. Performs a variation on rendered pixels' " +"colors by this formula: [code]color = color / (1 + color)[/code]." +msgstr "" + +#: doc/classes/Environment.xml:340 +msgid "Filmic tonemapper operator." +msgstr "" + +#: doc/classes/Environment.xml:343 +msgid "" +"Academy Color Encoding System tonemapper operator. Performs an aproximation " +"of the ACES tonemapping curve." +msgstr "" + +#: doc/classes/Environment.xml:346 +msgid "" +"High quality Academy Color Encoding System tonemapper operator that matches " +"the industry standard. Performs a more physically accurate curve fit which " +"better simulates how light works in the real world. The color of lights and " +"emissive materials will become lighter as the emissive energy increases, and " +"will eventually become white if the light is bright enough to saturate the " +"camera sensor." +msgstr "" + +#: doc/classes/Environment.xml:349 +msgid "Low depth-of-field blur quality (fastest)." +msgstr "" + +#: doc/classes/Environment.xml:352 +msgid "Medium depth-of-field blur quality." +msgstr "" + +#: doc/classes/Environment.xml:355 +msgid "High depth-of-field blur quality (slowest)." +msgstr "" + +#: doc/classes/Environment.xml:358 +msgid "No blur for the screen-space ambient occlusion effect (fastest)." +msgstr "" + +#: doc/classes/Environment.xml:361 +msgid "1×1 blur for the screen-space ambient occlusion effect." +msgstr "" + +#: doc/classes/Environment.xml:364 +msgid "2×2 blur for the screen-space ambient occlusion effect." +msgstr "" + +#: doc/classes/Environment.xml:367 +msgid "3×3 blur for the screen-space ambient occlusion effect (slowest)." +msgstr "" + +#: doc/classes/Environment.xml:370 +msgid "Low quality for the screen-space ambient occlusion effect (fastest)." +msgstr "" + +#: doc/classes/Environment.xml:373 +msgid "Low quality for the screen-space ambient occlusion effect." +msgstr "" + +#: doc/classes/Environment.xml:376 +msgid "Low quality for the screen-space ambient occlusion effect (slowest)." +msgstr "" + +#: doc/classes/Expression.xml:4 +msgid "A class that stores an expression you can execute." +msgstr "" + +#: doc/classes/Expression.xml:7 +msgid "" +"An expression can be made of any arithmetic operation, built-in math " +"function call, method call of a passed instance, or built-in type " +"construction call.\n" +"An example expression text using the built-in math functions could be " +"[code]sqrt(pow(3,2) + pow(4,2))[/code].\n" +"In the following example we use a [LineEdit] node to write our expression " +"and show the result.\n" +"[codeblock]\n" +"onready var expression = Expression.new()\n" +"\n" +"func _ready():\n" +" $LineEdit.connect(\"text_entered\", self, \"_on_text_entered\")\n" +"\n" +"func _on_text_entered(command):\n" +" var error = expression.parse(command, [])\n" +" if error != OK:\n" +" print(expression.get_error_text())\n" +" return\n" +" var result = expression.execute([], null, true)\n" +" if not expression.has_execute_failed():\n" +" $LineEdit.text = str(result)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Expression.xml:35 +msgid "" +"Executes the expression that was previously parsed by [method parse] and " +"returns the result. Before you use the returned object, you should check if " +"the method failed by calling [method has_execute_failed].\n" +"If you defined input variables in [method parse], you can specify their " +"values in the inputs array, in the same order." +msgstr "" + +#: doc/classes/Expression.xml:42 +msgid "Returns the error text if [method parse] has failed." +msgstr "" + +#: doc/classes/Expression.xml:48 +msgid "Returns [code]true[/code] if [method execute] has failed." +msgstr "" + +#: doc/classes/Expression.xml:56 +msgid "" +"Parses the expression and returns an [enum Error] code.\n" +"You can optionally specify names of variables that may appear in the " +"expression with [code]input_names[/code], so that you can bind them when it " +"gets executed." +msgstr "" + +#: doc/classes/ExternalTexture.xml:4 +msgid "Enable OpenGL ES external texture extension." +msgstr "" + +#: doc/classes/ExternalTexture.xml:7 +msgid "" +"Enable support for the OpenGL ES external texture extension as defined by " +"[url=https://www.khronos.org/registry/OpenGL/extensions/OES/" +"OES_EGL_image_external.txt]OES_EGL_image_external[/url].\n" +"[b]Note:[/b] This is only supported for Android platforms." +msgstr "" + +#: doc/classes/ExternalTexture.xml:16 +msgid "Returns the external texture name." +msgstr "" + +#: doc/classes/ExternalTexture.xml:23 +msgid "External texture size." +msgstr "" + +#: doc/classes/File.xml:4 +msgid "Type to handle file reading and writing operations." +msgstr "" + +#: doc/classes/File.xml:7 +msgid "" +"File type. This is used to permanently store data into the user device's " +"file system and to read from it. This can be used to store game save data or " +"player configuration files, for example.\n" +"Here's a sample on how to write and read from a file:\n" +"[codeblock]\n" +"func save(content):\n" +" var file = File.new()\n" +" file.open(\"user://save_game.dat\", File.WRITE)\n" +" file.store_string(content)\n" +" file.close()\n" +"\n" +"func load():\n" +" var file = File.new()\n" +" file.open(\"user://save_game.dat\", File.READ)\n" +" var content = file.get_as_text()\n" +" file.close()\n" +" return content\n" +"[/codeblock]\n" +"In the example above, the file will be saved in the user data folder as " +"specified in the [url=https://docs.godotengine.org/en/3.4/tutorials/io/" +"data_paths.html]Data paths[/url] documentation.\n" +"[b]Note:[/b] To access project resources once exported, it is recommended to " +"use [ResourceLoader] instead of the [File] API, as some files are converted " +"to engine-specific formats and their original source files might not be " +"present in the exported PCK package.\n" +"[b]Note:[/b] Files are automatically closed only if the process exits " +"\"normally\" (such as by clicking the window manager's close button or " +"pressing [b]Alt + F4[/b]). If you stop the project execution by pressing " +"[b]F8[/b] while the project is running, the file won't be closed as the game " +"process will be killed. You can work around this by calling [method flush] " +"at regular intervals." +msgstr "" + +#: doc/classes/File.xml:35 +msgid "" +"Closes the currently opened file and prevents subsequent read/write " +"operations. Use [method flush] to persist the data to disk without closing " +"the file." +msgstr "" + +#: doc/classes/File.xml:41 +msgid "" +"Returns [code]true[/code] if the file cursor has already read past the end " +"of the file.\n" +"[b]Note:[/b] [code]eof_reached() == false[/code] cannot be used to check " +"whether there is more data available. To loop while there is more data " +"available, use:\n" +"[codeblock]\n" +"while file.get_position() < file.get_len():\n" +" # Read data\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/File.xml:53 +msgid "" +"Returns [code]true[/code] if the file exists in the given path.\n" +"[b]Note:[/b] Many resources types are imported (e.g. textures or sound " +"files), and their source asset will not be included in the exported game, as " +"only the imported version is used. See [method ResourceLoader.exists] for an " +"alternative approach that takes resource remapping into account." +msgstr "" + +#: doc/classes/File.xml:60 +msgid "" +"Writes the file's buffer to disk. Flushing is automatically performed when " +"the file is closed. This means you don't need to call [method flush] " +"manually before closing a file using [method close]. Still, calling [method " +"flush] can be used to ensure the data is safe even if the project crashes " +"instead of being closed gracefully.\n" +"[b]Note:[/b] Only call [method flush] when you actually need it. Otherwise, " +"it will decrease performance due to constant disk writes." +msgstr "" + +#: doc/classes/File.xml:67 +msgid "" +"Returns the next 16 bits from the file as an integer. See [method store_16] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:73 +msgid "" +"Returns the next 32 bits from the file as an integer. See [method store_32] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:79 +msgid "" +"Returns the next 64 bits from the file as an integer. See [method store_64] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:85 +msgid "" +"Returns the next 8 bits from the file as an integer. See [method store_8] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:91 +msgid "" +"Returns the whole file as a [String].\n" +"Text is interpreted as being UTF-8 encoded." +msgstr "" + +#: doc/classes/File.xml:99 +msgid "Returns next [code]len[/code] bytes of the file as a [PoolByteArray]." +msgstr "" + +#: doc/classes/File.xml:106 +msgid "" +"Returns the next value of the file in CSV (Comma-Separated Values) format. " +"You can pass a different delimiter [code]delim[/code] to use other than the " +"default [code]\",\"[/code] (comma). This delimiter must be one-character " +"long, and cannot be a double quotation mark.\n" +"Text is interpreted as being UTF-8 encoded. Text values must be enclosed in " +"double quotes if they include the delimiter character. Double quotes within " +"a text value can be escaped by doubling their occurrence.\n" +"For example, the following CSV lines are valid and will be properly parsed " +"as two strings each:\n" +"[codeblock]\n" +"Alice,\"Hello, Bob!\"\n" +"Bob,Alice! What a surprise!\n" +"Alice,\"I thought you'd reply with \"\"Hello, world\"\".\"\n" +"[/codeblock]\n" +"Note how the second line can omit the enclosing quotes as it does not " +"include the delimiter. However it [i]could[/i] very well use quotes, it was " +"only written without for demonstration purposes. The third line must use " +"[code]\"\"[/code] for each quotation mark that needs to be interpreted as " +"such instead of the end of a text value." +msgstr "" + +#: doc/classes/File.xml:120 +msgid "Returns the next 64 bits from the file as a floating-point number." +msgstr "" + +#: doc/classes/File.xml:126 +msgid "" +"Returns the last error that happened when trying to perform operations. " +"Compare with the [code]ERR_FILE_*[/code] constants from [enum Error]." +msgstr "" + +#: doc/classes/File.xml:132 +msgid "Returns the next 32 bits from the file as a floating-point number." +msgstr "" + +#: doc/classes/File.xml:138 +msgid "Returns the size of the file in bytes." +msgstr "" + +#: doc/classes/File.xml:144 +msgid "" +"Returns the next line of the file as a [String].\n" +"Text is interpreted as being UTF-8 encoded." +msgstr "" + +#: doc/classes/File.xml:152 +msgid "" +"Returns an MD5 String representing the file at the given path or an empty " +"[String] on failure." +msgstr "" + +#: doc/classes/File.xml:159 +msgid "" +"Returns the last time the [code]file[/code] was modified in unix timestamp " +"format or returns a [String] \"ERROR IN [code]file[/code]\". This unix " +"timestamp can be converted to datetime by using [method OS." +"get_datetime_from_unix_time]." +msgstr "" + +#: doc/classes/File.xml:165 +msgid "" +"Returns a [String] saved in Pascal format from the file.\n" +"Text is interpreted as being UTF-8 encoded." +msgstr "" + +#: doc/classes/File.xml:172 +msgid "Returns the path as a [String] for the current open file." +msgstr "" + +#: doc/classes/File.xml:178 +msgid "Returns the absolute path as a [String] for the current open file." +msgstr "" + +#: doc/classes/File.xml:184 +msgid "Returns the file cursor's position." +msgstr "" + +#: doc/classes/File.xml:190 +msgid "Returns the next bits from the file as a floating-point number." +msgstr "" + +#: doc/classes/File.xml:197 +msgid "" +"Returns a SHA-256 [String] representing the file at the given path or an " +"empty [String] on failure." +msgstr "" + +#: doc/classes/File.xml:204 +msgid "" +"Returns the next [Variant] value from the file. If [code]allow_objects[/" +"code] is [code]true[/code], decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/File.xml:211 +msgid "Returns [code]true[/code] if the file is currently opened." +msgstr "" + +#: doc/classes/File.xml:219 +msgid "Opens the file for writing or reading, depending on the flags." +msgstr "" + +#: doc/classes/File.xml:228 +msgid "" +"Opens a compressed file for reading or writing.\n" +"[b]Note:[/b] [method open_compressed] can only read files that were saved by " +"Godot, not third-party compression formats. See [url=https://github.com/" +"godotengine/godot/issues/28999]GitHub issue #28999[/url] for a workaround." +msgstr "" + +#: doc/classes/File.xml:238 +msgid "" +"Opens an encrypted file in write or read mode. You need to pass a binary key " +"to encrypt/decrypt it.\n" +"[b]Note:[/b] The provided key must be 32 bytes long." +msgstr "" + +#: doc/classes/File.xml:248 +msgid "" +"Opens an encrypted file in write or read mode. You need to pass a password " +"to encrypt/decrypt it." +msgstr "" + +#: doc/classes/File.xml:255 +msgid "" +"Changes the file reading/writing cursor to the specified position (in bytes " +"from the beginning of the file)." +msgstr "" + +#: doc/classes/File.xml:262 +msgid "" +"Changes the file reading/writing cursor to the specified position (in bytes " +"from the end of the file).\n" +"[b]Note:[/b] This is an offset, so you should use negative numbers or the " +"cursor will be at the end of the file." +msgstr "" + +#: doc/classes/File.xml:270 +msgid "" +"Stores an integer as 16 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] should lie in the interval [code][0, " +"2^16 - 1][/code]. Any other value will overflow and wrap around.\n" +"To store a signed integer, use [method store_64] or store a signed integer " +"from the interval [code][-2^15, 2^15 - 1][/code] (i.e. keeping one bit for " +"the signedness) and compute its sign manually when reading. For example:\n" +"[codeblock]\n" +"const MAX_15B = 1 << 15\n" +"const MAX_16B = 1 << 16\n" +"\n" +"func unsigned16_to_signed(unsigned):\n" +" return (unsigned + MAX_15B) % MAX_16B - MAX_15B\n" +"\n" +"func _ready():\n" +" var f = File.new()\n" +" f.open(\"user://file.dat\", File.WRITE_READ)\n" +" f.store_16(-42) # This wraps around and stores 65494 (2^16 - 42).\n" +" f.store_16(121) # In bounds, will store 121.\n" +" f.seek(0) # Go back to start to read the stored value.\n" +" var read1 = f.get_16() # 65494\n" +" var read2 = f.get_16() # 121\n" +" var converted1 = unsigned16_to_signed(read1) # -42\n" +" var converted2 = unsigned16_to_signed(read2) # 121\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/File.xml:297 +msgid "" +"Stores an integer as 32 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] should lie in the interval [code][0, " +"2^32 - 1][/code]. Any other value will overflow and wrap around.\n" +"To store a signed integer, use [method store_64], or convert it manually " +"(see [method store_16] for an example)." +msgstr "" + +#: doc/classes/File.xml:306 +msgid "" +"Stores an integer as 64 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] must lie in the interval [code][-2^63, " +"2^63 - 1][/code] (i.e. be a valid [int] value)." +msgstr "" + +#: doc/classes/File.xml:314 +msgid "" +"Stores an integer as 8 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] should lie in the interval [code][0, 255]" +"[/code]. Any other value will overflow and wrap around.\n" +"To store a signed integer, use [method store_64], or convert it manually " +"(see [method store_16] for an example)." +msgstr "" + +#: doc/classes/File.xml:323 +msgid "Stores the given array of bytes in the file." +msgstr "" + +#: doc/classes/File.xml:331 +msgid "" +"Store the given [PoolStringArray] in the file as a line formatted in the CSV " +"(Comma-Separated Values) format. You can pass a different delimiter " +"[code]delim[/code] to use other than the default [code]\",\"[/code] (comma). " +"This delimiter must be one-character long.\n" +"Text will be encoded as UTF-8." +msgstr "" + +#: doc/classes/File.xml:339 +msgid "Stores a floating-point number as 64 bits in the file." +msgstr "" + +#: doc/classes/File.xml:346 +msgid "Stores a floating-point number as 32 bits in the file." +msgstr "" + +#: doc/classes/File.xml:353 +msgid "" +"Appends [code]line[/code] to the file followed by a line return character " +"([code]\\n[/code]), encoding the text as UTF-8." +msgstr "" + +#: doc/classes/File.xml:360 +msgid "" +"Stores the given [String] as a line in the file in Pascal format (i.e. also " +"store the length of the string).\n" +"Text will be encoded as UTF-8." +msgstr "" + +#: doc/classes/File.xml:368 +msgid "Stores a floating-point number in the file." +msgstr "" + +#: doc/classes/File.xml:375 +msgid "" +"Appends [code]string[/code] to the file without a line return, encoding the " +"text as UTF-8." +msgstr "" + +#: doc/classes/File.xml:383 +msgid "" +"Stores any Variant value in the file. If [code]full_objects[/code] is " +"[code]true[/code], encoding objects is allowed (and can potentially include " +"code).\n" +"[b]Note:[/b] Not all properties are included. Only properties that are " +"configured with the [constant PROPERTY_USAGE_STORAGE] flag set will be " +"serialized. You can add a new usage flag to a property by overriding the " +"[method Object._get_property_list] method in your class. You can also check " +"how property usage is configured by calling [method Object." +"_get_property_list]. See [enum PropertyUsageFlags] for the possible usage " +"flags." +msgstr "" + +#: doc/classes/File.xml:390 +msgid "" +"If [code]true[/code], the file is read with big-endian [url=https://en." +"wikipedia.org/wiki/Endianness]endianness[/url]. If [code]false[/code], the " +"file is read with little-endian endianness. If in doubt, leave this to " +"[code]false[/code] as most files are written with little-endian endianness.\n" +"[b]Note:[/b] [member endian_swap] is only about the file format, not the CPU " +"type. The CPU endianness doesn't affect the default endianness for files " +"written.\n" +"[b]Note:[/b] This is always reset to [code]false[/code] whenever you open " +"the file. Therefore, you must set [member endian_swap] [i]after[/i] opening " +"the file, not before." +msgstr "" + +#: doc/classes/File.xml:397 +msgid "" +"Opens the file for read operations. The cursor is positioned at the " +"beginning of the file." +msgstr "" + +#: doc/classes/File.xml:400 +msgid "" +"Opens the file for write operations. The file is created if it does not " +"exist, and truncated if it does." +msgstr "" + +#: doc/classes/File.xml:403 +msgid "" +"Opens the file for read and write operations. Does not truncate the file. " +"The cursor is positioned at the beginning of the file." +msgstr "" + +#: doc/classes/File.xml:406 +msgid "" +"Opens the file for read and write operations. The file is created if it does " +"not exist, and truncated if it does. The cursor is positioned at the " +"beginning of the file." +msgstr "" + +#: doc/classes/File.xml:409 +msgid "Uses the [url=http://fastlz.org/]FastLZ[/url] compression method." +msgstr "" + +#: doc/classes/File.xml:412 +msgid "" +"Uses the [url=https://en.wikipedia.org/wiki/DEFLATE]DEFLATE[/url] " +"compression method." +msgstr "" + +#: doc/classes/File.xml:415 +msgid "" +"Uses the [url=https://facebook.github.io/zstd/]Zstandard[/url] compression " +"method." +msgstr "" + +#: doc/classes/File.xml:418 +msgid "Uses the [url=https://www.gzip.org/]gzip[/url] compression method." +msgstr "" + +#: doc/classes/FileDialog.xml:4 +msgid "Dialog for selecting files or directories in the filesystem." +msgstr "" + +#: doc/classes/FileDialog.xml:7 +msgid "" +"FileDialog is a preset dialog used to choose files and directories in the " +"filesystem. It supports filter masks. The FileDialog automatically sets its " +"window title according to the [member mode]. If you want to use a custom " +"title, disable this by setting [member mode_overrides_title] to [code]false[/" +"code]." +msgstr "" + +#: doc/classes/FileDialog.xml:16 +msgid "" +"Adds [code]filter[/code] as a custom filter; [code]filter[/code] should be " +"of the form [code]\"filename.extension ; Description\"[/code]. For example, " +"[code]\"*.png ; PNG Images\"[/code]." +msgstr "" + +#: doc/classes/FileDialog.xml:22 +msgid "Clear all the added filters in the dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:28 +msgid "Clear currently selected items in the dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:34 +msgid "" +"Returns the LineEdit for the selected file.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/FileDialog.xml:41 +msgid "" +"Returns the vertical box container of the dialog, custom controls can be " +"added to it.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/FileDialog.xml:48 +msgid "Invalidate and update the current dialog content list." +msgstr "" + +#: doc/classes/FileDialog.xml:54 +msgid "" +"The file system access scope. See enum [code]Access[/code] constants.\n" +"[b]Warning:[/b] Currently, in sandboxed environments such as HTML5 builds or " +"sandboxed macOS apps, FileDialog cannot access the host file system. See " +"[url=https://github.com/godotengine/godot-proposals/issues/1123]godot-" +"proposals#1123[/url]." +msgstr "" + +#: doc/classes/FileDialog.xml:58 +msgid "The current working directory of the file dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:61 +msgid "The currently selected file of the file dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:64 +msgid "The currently selected file path of the file dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:68 +msgid "" +"The available file type filters. For example, this shows only [code].png[/" +"code] and [code].gd[/code] files: [code]set_filters(PoolStringArray([\"*." +"png ; PNG Images\",\"*.gd ; GDScript Files\"]))[/code]." +msgstr "" + +#: doc/classes/FileDialog.xml:71 +msgid "" +"The dialog's open or save mode, which affects the selection behavior. See " +"enum [code]Mode[/code] constants." +msgstr "" + +#: doc/classes/FileDialog.xml:74 +msgid "" +"If [code]true[/code], changing the [code]Mode[/code] property will set the " +"window title accordingly (e.g. setting mode to [constant MODE_OPEN_FILE] " +"will change the window title to \"Open a File\")." +msgstr "" + +#: doc/classes/FileDialog.xml:77 +msgid "If [code]true[/code], the dialog will show hidden files." +msgstr "" + +#: doc/classes/FileDialog.xml:85 +msgid "Emitted when the user selects a directory." +msgstr "" + +#: doc/classes/FileDialog.xml:91 +msgid "" +"Emitted when the user selects a file by double-clicking it or pressing the " +"[b]OK[/b] button." +msgstr "" + +#: doc/classes/FileDialog.xml:97 +msgid "Emitted when the user selects multiple files." +msgstr "" + +#: doc/classes/FileDialog.xml:103 +msgid "The dialog allows selecting one, and only one file." +msgstr "" + +#: doc/classes/FileDialog.xml:106 +msgid "The dialog allows selecting multiple files." +msgstr "" + +#: doc/classes/FileDialog.xml:109 +msgid "" +"The dialog only allows selecting a directory, disallowing the selection of " +"any file." +msgstr "" + +#: doc/classes/FileDialog.xml:112 +msgid "The dialog allows selecting one file or directory." +msgstr "" + +#: doc/classes/FileDialog.xml:115 +msgid "The dialog will warn when a file exists." +msgstr "" + +#: doc/classes/FileDialog.xml:118 +msgid "" +"The dialog only allows accessing files under the [Resource] path " +"([code]res://[/code])." +msgstr "" + +#: doc/classes/FileDialog.xml:121 +msgid "" +"The dialog only allows accessing files under user data path ([code]user://[/" +"code])." +msgstr "" + +#: doc/classes/FileDialog.xml:124 +msgid "The dialog allows accessing files on the whole file system." +msgstr "" + +#: doc/classes/FileDialog.xml:129 +msgid "Custom icon for files." +msgstr "" + +#: doc/classes/FileDialog.xml:132 +msgid "The color modulation applied to the file icon." +msgstr "" + +#: doc/classes/FileDialog.xml:135 +msgid "" +"The color tint for disabled files (when the [FileDialog] is used in open " +"folder mode)." +msgstr "" + +#: doc/classes/FileDialog.xml:138 +msgid "Custom icon for folders." +msgstr "" + +#: doc/classes/FileDialog.xml:141 +msgid "The color modulation applied to the folder icon." +msgstr "" + +#: doc/classes/FileDialog.xml:144 +msgid "Custom icon for the parent folder arrow." +msgstr "" + +#: doc/classes/FileDialog.xml:147 +msgid "Custom icon for the reload button." +msgstr "" + +#: doc/classes/FileDialog.xml:150 +msgid "Custom icon for the toggle hidden button." +msgstr "" + +#: doc/classes/float.xml:4 +msgid "Float built-in type." +msgstr "" + +#: doc/classes/float.xml:7 +msgid "" +"The [float] built-in type is a 64-bit double-precision floating-point " +"number, equivalent to [code]double[/code] in C++. This type has 14 reliable " +"decimal digits of precision. The [float] type can be stored in [Variant], " +"which is the generic type used by the engine. The maximum value of [float] " +"is approximately [code]1.79769e308[/code], and the minimum is approximately " +"[code]-1.79769e308[/code].\n" +"Most methods and properties in the engine use 32-bit single-precision " +"floating-point numbers instead, equivalent to [code]float[/code] in C++, " +"which have 6 reliable decimal digits of precision. For data structures such " +"as [Vector2] and [Vector3], Godot uses 32-bit floating-point numbers.\n" +"Math done using the [float] type is not guaranteed to be exact or " +"deterministic, and will often result in small errors. You should usually use " +"the [method @GDScript.is_equal_approx] and [method @GDScript.is_zero_approx] " +"methods instead of [code]==[/code] to compare [float] values for equality." +msgstr "" + +#: doc/classes/float.xml:12 +msgid "https://en.wikipedia.org/wiki/Double-precision_floating-point_format" +msgstr "" + +#: doc/classes/float.xml:13 +msgid "https://en.wikipedia.org/wiki/Single-precision_floating-point_format" +msgstr "" + +#: doc/classes/float.xml:20 +msgid "" +"Cast a [bool] value to a floating-point value, [code]float(true)[/code] will " +"be equal to 1.0 and [code]float(false)[/code] will be equal to 0.0." +msgstr "" + +#: doc/classes/float.xml:27 +msgid "" +"Cast an [int] value to a floating-point value, [code]float(1)[/code] will be " +"equal to 1.0." +msgstr "" + +#: doc/classes/float.xml:34 +msgid "" +"Cast a [String] value to a floating-point value. This method accepts float " +"value strings like [code]\"1.23\"[/code] and exponential notation strings " +"for its parameter so calling [code]float(\"1e3\")[/code] will return 1000.0 " +"and calling [code]float(\"1e-3\")[/code] will return 0.001. Calling this " +"method with an invalid float string will return 0. This method stops parsing " +"at the first invalid character and will return the parsed result so far, so " +"calling [code]float(\"1a3\")[/code] will return 1 while calling " +"[code]float(\"1e3a2\")[/code] will return 1000.0." +msgstr "" + +#: doc/classes/Font.xml:4 +msgid "Internationalized font and text drawing support." +msgstr "" + +#: doc/classes/Font.xml:7 +msgid "" +"Font contains a Unicode-compatible character set, as well as the ability to " +"draw it with variable width, ascent, descent and kerning. For creating fonts " +"from TTF files (or other font formats), see the editor support for fonts.\n" +"[b]Note:[/b] If a [DynamicFont] doesn't contain a character used in a " +"string, the character in question will be replaced with codepoint " +"[code]0xfffd[/code] if it's available in the [DynamicFont]. If this " +"replacement character isn't available in the DynamicFont, the character will " +"be hidden without displaying any replacement character in the string.\n" +"[b]Note:[/b] If a [BitmapFont] doesn't contain a character used in a string, " +"the character in question will be hidden without displaying any replacement " +"character in the string.\n" +"[b]Note:[/b] Unicode characters after [code]0xffff[/code] (such as most " +"emoji) are [i]not[/i] supported on Windows. They will display as unknown " +"characters instead. This will be resolved in Godot 4.0." +msgstr "" + +#: doc/classes/Font.xml:24 +msgid "" +"Draw [code]string[/code] into a canvas item using the font at a given " +"position, with [code]modulate[/code] color, and optionally clipping the " +"width. [code]position[/code] specifies the baseline, not the top. To draw " +"from the top, [i]ascent[/i] must be added to the Y axis.\n" +"See also [method CanvasItem.draw_string]." +msgstr "" + +#: doc/classes/Font.xml:37 +msgid "" +"Draw character [code]char[/code] into a canvas item using the font at a " +"given position, with [code]modulate[/code] color, and optionally kerning if " +"[code]next[/code] is passed. clipping the width. [code]position[/code] " +"specifies the baseline, not the top. To draw from the top, [i]ascent[/i] " +"must be added to the Y axis. The width used by the character is returned, " +"making this function useful for drawing strings character by character." +msgstr "" + +#: doc/classes/Font.xml:43 +msgid "Returns the font ascent (number of pixels above the baseline)." +msgstr "" + +#: doc/classes/Font.xml:51 +msgid "" +"Returns the size of a character, optionally taking kerning into account if " +"the next character is provided. Note that the height returned is the font " +"height (see [method get_height]) and has no relation to the glyph height." +msgstr "" + +#: doc/classes/Font.xml:57 +msgid "Returns the font descent (number of pixels below the baseline)." +msgstr "" + +#: doc/classes/Font.xml:63 +msgid "Returns the total font height (ascent plus descent) in pixels." +msgstr "" + +#: doc/classes/Font.xml:70 +msgid "" +"Returns the size of a string, taking kerning and advance into account. Note " +"that the height returned is the font height (see [method get_height]) and " +"has no relation to the string." +msgstr "" + +#: doc/classes/Font.xml:78 +msgid "" +"Returns the size that the string would have with word wrapping enabled with " +"a fixed [code]width[/code]." +msgstr "" + +#: doc/classes/Font.xml:84 +msgid "Returns [code]true[/code] if the font has an outline." +msgstr "" + +#: doc/classes/Font.xml:95 +msgid "" +"After editing a font (changing size, ascent, char rects, etc.). Call this " +"function to propagate changes to controls that might use it." +msgstr "" + +#: doc/classes/FuncRef.xml:4 +msgid "Reference to a function in an object." +msgstr "" + +#: doc/classes/FuncRef.xml:7 +msgid "" +"In GDScript, functions are not [i]first-class objects[/i]. This means it is " +"impossible to store them directly as variables, return them from another " +"function, or pass them as arguments.\n" +"However, by creating a [FuncRef] using the [method @GDScript.funcref] " +"function, a reference to a function in a given object can be created, passed " +"around and called." +msgstr "" + +#: doc/classes/FuncRef.xml:16 +msgid "" +"Calls the referenced function previously set in [member function] or [method " +"@GDScript.funcref]." +msgstr "" + +#: doc/classes/FuncRef.xml:23 +msgid "" +"Calls the referenced function previously set in [member function] or [method " +"@GDScript.funcref]. Contrarily to [method call_func], this method does not " +"support a variable number of arguments but expects all parameters to be " +"passed via a single [Array]." +msgstr "" + +#: doc/classes/FuncRef.xml:29 +msgid "Returns whether the object still exists and has the function assigned." +msgstr "" + +#: doc/classes/FuncRef.xml:36 +msgid "" +"The object containing the referenced function. This object must be of a type " +"actually inheriting from [Object], not a built-in type such as [int], " +"[Vector2] or [Dictionary]." +msgstr "" + +#: doc/classes/FuncRef.xml:42 +msgid "The name of the referenced function." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:4 +msgid "" +"An external library containing functions or script classes to use in Godot." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:7 +msgid "" +"A GDNative library can implement [NativeScript]s, global functions to call " +"with the [GDNative] class, or low-level engine extensions through interfaces " +"such as [ARVRInterfaceGDNative]. The library must be compiled for each " +"platform and architecture that the project will run on." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-c-" +"example.html" +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-cpp-" +"example.html" +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:17 +msgid "" +"Returns paths to all dependency libraries for the current platform and " +"architecture." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:23 +msgid "" +"Returns the path to the dynamic library file for the current platform and " +"architecture." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:29 +msgid "" +"This resource in INI-style [ConfigFile] format, as in [code].gdnlib[/code] " +"files." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:32 +msgid "" +"If [code]true[/code], Godot loads only one copy of the library and each " +"script that references the library will share static data like static or " +"global variables.\n" +"If [code]false[/code], Godot loads a separate copy of the library into " +"memory for each script that references it." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:36 +msgid "" +"If [code]true[/code], the editor will temporarily unload the library " +"whenever the user switches away from the editor window, allowing the user to " +"recompile the library without restarting Godot.\n" +"[b]Note:[/b] If the library defines tool scripts that run inside the editor, " +"[code]reloadable[/code] must be [code]false[/code]. Otherwise, the editor " +"will attempt to unload the tool scripts while they're in use and crash." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:40 +msgid "" +"If [code]true[/code], Godot loads the library at startup rather than the " +"first time a script uses the library, calling [code]{prefix}" +"gdnative_singleton[/code] after initializing the library (where [code]" +"{prefix}[/code] is the value of [member symbol_prefix]). The library remains " +"loaded as long as Godot is running.\n" +"[b]Note:[/b] A singleton library cannot be [member reloadable]." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:44 +msgid "" +"The prefix this library's entry point functions begin with. For example, a " +"GDNativeLibrary would declare its [code]gdnative_init[/code] function as " +"[code]godot_gdnative_init[/code] by default.\n" +"On platforms that require statically linking libraries (currently only iOS), " +"each library must have a different [code]symbol_prefix[/code]." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:4 +msgid "A script implemented in the GDScript programming language." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:7 +msgid "" +"A script implemented in the GDScript programming language. The script " +"extends the functionality of all objects that instance it.\n" +"[method new] creates a new instance of the script. [method Object." +"set_script] extends an existing object, if that object's class matches one " +"of the script's base classes." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/index." +"html" +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:17 +msgid "Returns byte code for the script source code." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:23 +msgid "" +"Returns a new instance of the script.\n" +"For example:\n" +"[codeblock]\n" +"var MyClass = load(\"myclass.gd\")\n" +"var instance = MyClass.new()\n" +"assert(instance.get_script() == MyClass)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:4 +msgid "State of a function call after yielding." +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:7 +msgid "" +"Calling [method @GDScript.yield] within a function will cause that function " +"to yield and return its current state as an object of this type. The yielded " +"function call can then be resumed later by calling [method resume] on this " +"state object." +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:16 +msgid "" +"Check whether the function call may be resumed. This is not the case if the " +"function state was already resumed.\n" +"If [code]extended_check[/code] is enabled, it also checks if the associated " +"script and object still exist. The extended check is done in debug mode as " +"part of [method GDScriptFunctionState.resume], but you can use this if you " +"know you may be trying to resume without knowing for sure the object and/or " +"script have survived up to that point." +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:24 +msgid "" +"Resume execution of the yielded function call.\n" +"If handed an argument, return the argument from the [method @GDScript.yield] " +"call in the yielded function call. You can pass e.g. an [Array] to hand " +"multiple arguments.\n" +"This function returns what the resumed function call returns, possibly " +"another function state if yielded again." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:4 +msgid "" +"The generic 6-degrees-of-freedom joint can implement a variety of joint " +"types by locking certain axes' rotation or translation." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:7 +msgid "" +"The first 3 DOF axes are linear axes, which represent translation of Bodies, " +"and the latter 3 DOF axes represent the angular motion. Each axis can be " +"either locked, or limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:93 +msgid "" +"The amount of rotational damping across the X axis.\n" +"The lower, the longer an impulse from one side takes to travel to the other " +"side." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:97 +msgid "If [code]true[/code], rotation across the X axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:100 +msgid "" +"When rotating across the X axis, this error tolerance factor defines how " +"much the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:103 +msgid "" +"The maximum amount of force that can occur, when rotating around the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:106 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:109 +msgid "" +"The amount of rotational restitution across the X axis. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:112 +msgid "The speed of all rotations across the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:115 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:118 +msgid "" +"The amount of rotational damping across the Y axis. The lower, the more " +"dampening occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:121 +msgid "If [code]true[/code], rotation across the Y axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:124 +msgid "" +"When rotating across the Y axis, this error tolerance factor defines how " +"much the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:127 +msgid "" +"The maximum amount of force that can occur, when rotating around the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:130 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:133 +msgid "" +"The amount of rotational restitution across the Y axis. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:136 +msgid "The speed of all rotations across the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:139 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:142 +msgid "" +"The amount of rotational damping across the Z axis. The lower, the more " +"dampening occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:145 +msgid "If [code]true[/code], rotation across the Z axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:148 +msgid "" +"When rotating across the Z axis, this error tolerance factor defines how " +"much the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:151 +msgid "" +"The maximum amount of force that can occur, when rotating around the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:154 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:157 +msgid "" +"The amount of rotational restitution across the Z axis. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:160 +msgid "The speed of all rotations across the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:163 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:166 +msgid "If [code]true[/code], a rotating motor at the X axis is enabled." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:169 +msgid "Maximum acceleration for the motor at the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:172 +msgid "Target speed for the motor at the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:175 +msgid "If [code]true[/code], a rotating motor at the Y axis is enabled." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:178 +msgid "Maximum acceleration for the motor at the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:181 +msgid "Target speed for the motor at the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:184 +msgid "If [code]true[/code], a rotating motor at the Z axis is enabled." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:187 +msgid "Maximum acceleration for the motor at the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:190 +msgid "Target speed for the motor at the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:217 +msgid "The amount of damping that happens at the X motion." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:220 +msgid "If [code]true[/code], the linear motion across the X axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:223 +msgid "The minimum difference between the pivot points' X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:226 +msgid "" +"The amount of restitution on the X axis movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:229 +msgid "" +"A factor applied to the movement across the X axis. The lower, the slower " +"the movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:232 +msgid "The maximum difference between the pivot points' X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:235 +msgid "The amount of damping that happens at the Y motion." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:238 +msgid "If [code]true[/code], the linear motion across the Y axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:241 +msgid "The minimum difference between the pivot points' Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:244 +msgid "" +"The amount of restitution on the Y axis movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:247 +msgid "" +"A factor applied to the movement across the Y axis. The lower, the slower " +"the movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:250 +msgid "The maximum difference between the pivot points' Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:253 +msgid "The amount of damping that happens at the Z motion." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:256 +msgid "If [code]true[/code], the linear motion across the Z axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:259 +msgid "The minimum difference between the pivot points' Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:262 +msgid "" +"The amount of restitution on the Z axis movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:265 +msgid "" +"A factor applied to the movement across the Z axis. The lower, the slower " +"the movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:268 +msgid "The maximum difference between the pivot points' Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:271 +msgid "" +"If [code]true[/code], then there is a linear motor on the X axis. It will " +"attempt to reach the target velocity while staying within the force limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:274 +msgid "" +"The maximum force the linear motor can apply on the X axis while trying to " +"reach the target velocity." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:277 +msgid "The speed that the linear motor will attempt to reach on the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:280 +msgid "" +"If [code]true[/code], then there is a linear motor on the Y axis. It will " +"attempt to reach the target velocity while staying within the force limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:283 +msgid "" +"The maximum force the linear motor can apply on the Y axis while trying to " +"reach the target velocity." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:286 +msgid "The speed that the linear motor will attempt to reach on the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:289 +msgid "" +"If [code]true[/code], then there is a linear motor on the Z axis. It will " +"attempt to reach the target velocity while staying within the force limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:292 +msgid "" +"The maximum force the linear motor can apply on the Z axis while trying to " +"reach the target velocity." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:295 +msgid "The speed that the linear motor will attempt to reach on the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:324 doc/classes/PhysicsServer.xml:1086 +msgid "The minimum difference between the pivot points' axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:327 doc/classes/PhysicsServer.xml:1089 +msgid "The maximum difference between the pivot points' axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:330 +msgid "" +"A factor applied to the movement across the axes. The lower, the slower the " +"movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:333 +msgid "" +"The amount of restitution on the axes' movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:336 doc/classes/PhysicsServer.xml:1098 +msgid "" +"The amount of damping that happens at the linear motion across the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:339 +msgid "The velocity the linear motor will try to reach." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:342 +msgid "" +"The maximum force the linear motor will apply while trying to reach the " +"velocity target." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:351 doc/classes/PhysicsServer.xml:1107 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:354 doc/classes/PhysicsServer.xml:1110 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:357 +msgid "The speed of all rotations across the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:360 doc/classes/PhysicsServer.xml:1116 +msgid "" +"The amount of rotational damping across the axes. The lower, the more " +"dampening occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:363 doc/classes/PhysicsServer.xml:1119 +msgid "" +"The amount of rotational restitution across the axes. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:366 doc/classes/PhysicsServer.xml:1122 +msgid "" +"The maximum amount of force that can occur, when rotating around the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:369 +msgid "" +"When rotating across the axes, this error tolerance factor defines how much " +"the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:372 doc/classes/PhysicsServer.xml:1128 +msgid "Target speed for the motor at the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:375 doc/classes/PhysicsServer.xml:1131 +msgid "Maximum acceleration for the motor at the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:387 +msgid "If enabled, linear motion is possible within the given limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:390 +msgid "If enabled, rotational motion is possible within the given limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:397 +msgid "If enabled, there is a rotational motor across these axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:400 +msgid "If enabled, there is a linear motor across these axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:403 doc/classes/HingeJoint.xml:108 +msgid "Represents the size of the [enum Flag] enum." +msgstr "" + +#: doc/classes/Geometry.xml:4 +msgid "Helper node to calculate generic geometry operations." +msgstr "" + +#: doc/classes/Geometry.xml:7 +msgid "" +"Geometry provides users with a set of helper functions to create geometric " +"shapes, compute intersections between shapes, and process various other " +"geometric operations." +msgstr "" + +#: doc/classes/Geometry.xml:16 +msgid "" +"Returns an array with 6 [Plane]s that describe the sides of a box centered " +"at the origin. The box size is defined by [code]extents[/code], which " +"represents one (positive) corner of the box (i.e. half its actual size)." +msgstr "" + +#: doc/classes/Geometry.xml:27 +msgid "" +"Returns an array of [Plane]s closely bounding a faceted capsule centered at " +"the origin with radius [code]radius[/code] and height [code]height[/code]. " +"The parameter [code]sides[/code] defines how many planes will be generated " +"for the side part of the capsule, whereas [code]lats[/code] gives the number " +"of latitudinal steps at the bottom and top of the capsule. The parameter " +"[code]axis[/code] describes the axis along which the capsule is oriented (0 " +"for X, 1 for Y, 2 for Z)." +msgstr "" + +#: doc/classes/Geometry.xml:37 +msgid "" +"Returns an array of [Plane]s closely bounding a faceted cylinder centered at " +"the origin with radius [code]radius[/code] and height [code]height[/code]. " +"The parameter [code]sides[/code] defines how many planes will be generated " +"for the round part of the cylinder. The parameter [code]axis[/code] " +"describes the axis along which the cylinder is oriented (0 for X, 1 for Y, 2 " +"for Z)." +msgstr "" + +#: doc/classes/Geometry.xml:45 +msgid "" +"Clips the polygon defined by the points in [code]points[/code] against the " +"[code]plane[/code] and returns the points of the clipped polygon." +msgstr "" + +#: doc/classes/Geometry.xml:53 +msgid "" +"Clips [code]polygon_a[/code] against [code]polygon_b[/code] and returns an " +"array of clipped polygons. This performs [constant OPERATION_DIFFERENCE] " +"between polygons. Returns an empty array if [code]polygon_b[/code] " +"completely overlaps [code]polygon_a[/code].\n" +"If [code]polygon_b[/code] is enclosed by [code]polygon_a[/code], returns an " +"outer polygon (boundary) and inner polygon (hole) which could be " +"distinguished by calling [method is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:62 +msgid "" +"Clips [code]polyline[/code] against [code]polygon[/code] and returns an " +"array of clipped polylines. This performs [constant OPERATION_DIFFERENCE] " +"between the polyline and the polygon. This operation can be thought of as " +"cutting a line with a closed shape." +msgstr "" + +#: doc/classes/Geometry.xml:69 +msgid "" +"Given an array of [Vector2]s, returns the convex hull as a list of points in " +"counterclockwise order. The last point is the same as the first one." +msgstr "" + +#: doc/classes/Geometry.xml:77 +msgid "" +"Mutually excludes common area defined by intersection of [code]polygon_a[/" +"code] and [code]polygon_b[/code] (see [method intersect_polygons_2d]) and " +"returns an array of excluded polygons. This performs [constant " +"OPERATION_XOR] between polygons. In other words, returns all but common area " +"between polygons.\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:87 +msgid "" +"Returns the 3D point on the 3D segment ([code]s1[/code], [code]s2[/code]) " +"that is closest to [code]point[/code]. The returned point will always be " +"inside the specified segment." +msgstr "" + +#: doc/classes/Geometry.xml:96 +msgid "" +"Returns the 2D point on the 2D segment ([code]s1[/code], [code]s2[/code]) " +"that is closest to [code]point[/code]. The returned point will always be " +"inside the specified segment." +msgstr "" + +#: doc/classes/Geometry.xml:105 +msgid "" +"Returns the 3D point on the 3D line defined by ([code]s1[/code], [code]s2[/" +"code]) that is closest to [code]point[/code]. The returned point can be " +"inside the segment ([code]s1[/code], [code]s2[/code]) or outside of it, i.e. " +"somewhere on the line extending from the segment." +msgstr "" + +#: doc/classes/Geometry.xml:114 +msgid "" +"Returns the 2D point on the 2D line defined by ([code]s1[/code], [code]s2[/" +"code]) that is closest to [code]point[/code]. The returned point can be " +"inside the segment ([code]s1[/code], [code]s2[/code]) or outside of it, i.e. " +"somewhere on the line extending from the segment." +msgstr "" + +#: doc/classes/Geometry.xml:124 +msgid "" +"Given the two 3D segments ([code]p1[/code], [code]p2[/code]) and ([code]q1[/" +"code], [code]q2[/code]), finds those two points on the two segments that are " +"closest to each other. Returns a [PoolVector3Array] that contains this point " +"on ([code]p1[/code], [code]p2[/code]) as well the accompanying point on " +"([code]q1[/code], [code]q2[/code])." +msgstr "" + +#: doc/classes/Geometry.xml:134 +msgid "" +"Given the two 2D segments ([code]p1[/code], [code]q1[/code]) and ([code]p2[/" +"code], [code]q2[/code]), finds those two points on the two segments that are " +"closest to each other. Returns a [PoolVector2Array] that contains this point " +"on ([code]p1[/code], [code]q1[/code]) as well the accompanying point on " +"([code]p2[/code], [code]q2[/code])." +msgstr "" + +#: doc/classes/Geometry.xml:141 +msgid "Used internally by the engine." +msgstr "" + +#: doc/classes/Geometry.xml:149 +msgid "" +"Intersects [code]polygon_a[/code] with [code]polygon_b[/code] and returns an " +"array of intersected polygons. This performs [constant " +"OPERATION_INTERSECTION] between polygons. In other words, returns common " +"area shared by polygons. Returns an empty array if no intersection occurs.\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:158 +msgid "" +"Intersects [code]polyline[/code] with [code]polygon[/code] and returns an " +"array of intersected polylines. This performs [constant " +"OPERATION_INTERSECTION] between the polyline and the polygon. This operation " +"can be thought of as chopping a line with a closed shape." +msgstr "" + +#: doc/classes/Geometry.xml:167 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is inside the circle or if " +"it's located exactly [i]on[/i] the circle's boundary, otherwise returns " +"[code]false[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:175 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is inside [code]polygon[/" +"code] or if it's located exactly [i]on[/i] polygon's boundary, otherwise " +"returns [code]false[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:182 +msgid "" +"Returns [code]true[/code] if [code]polygon[/code]'s vertices are ordered in " +"clockwise order, otherwise returns [code]false[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:192 +msgid "" +"Checks if the two lines ([code]from_a[/code], [code]dir_a[/code]) and " +"([code]from_b[/code], [code]dir_b[/code]) intersect. If yes, return the " +"point of intersection as [Vector2]. If no intersection takes place, returns " +"an empty [Variant].\n" +"[b]Note:[/b] The lines are specified using direction vectors, not end points." +msgstr "" + +#: doc/classes/Geometry.xml:200 +msgid "" +"Given an array of [Vector2]s representing tiles, builds an atlas. The " +"returned dictionary has two keys: [code]points[/code] is a vector of " +"[Vector2] that specifies the positions of each tile, [code]size[/code] " +"contains the overall size of the whole atlas as [Vector2]." +msgstr "" + +#: doc/classes/Geometry.xml:208 +msgid "" +"Merges (combines) [code]polygon_a[/code] and [code]polygon_b[/code] and " +"returns an array of merged polygons. This performs [constant " +"OPERATION_UNION] between polygons.\n" +"The operation may result in an outer polygon (boundary) and multiple inner " +"polygons (holes) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:218 +msgid "" +"Inflates or deflates [code]polygon[/code] by [code]delta[/code] units " +"(pixels). If [code]delta[/code] is positive, makes the polygon grow outward. " +"If [code]delta[/code] is negative, shrinks the polygon inward. Returns an " +"array of polygons because inflating/deflating may result in multiple " +"discrete polygons. Returns an empty array if [code]delta[/code] is negative " +"and the absolute value of it approximately exceeds the minimum bounding " +"rectangle dimensions of the polygon.\n" +"Each polygon's vertices will be rounded as determined by [code]join_type[/" +"code], see [enum PolyJoinType].\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise].\n" +"[b]Note:[/b] To translate the polygon's vertices specifically, use the " +"[method Transform2D.xform] method:\n" +"[codeblock]\n" +"var polygon = PoolVector2Array([Vector2(0, 0), Vector2(100, 0), Vector2(100, " +"100), Vector2(0, 100)])\n" +"var offset = Vector2(50, 50)\n" +"polygon = Transform2D(0, offset).xform(polygon)\n" +"print(polygon) # prints [Vector2(50, 50), Vector2(150, 50), Vector2(150, " +"150), Vector2(50, 150)]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Geometry.xml:237 +msgid "" +"Inflates or deflates [code]polyline[/code] by [code]delta[/code] units " +"(pixels), producing polygons. If [code]delta[/code] is positive, makes the " +"polyline grow outward. Returns an array of polygons because inflating/" +"deflating may result in multiple discrete polygons. If [code]delta[/code] is " +"negative, returns an empty array.\n" +"Each polygon's vertices will be rounded as determined by [code]join_type[/" +"code], see [enum PolyJoinType].\n" +"Each polygon's endpoints will be rounded as determined by [code]end_type[/" +"code], see [enum PolyEndType].\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:250 +msgid "" +"Returns if [code]point[/code] is inside the triangle specified by [code]a[/" +"code], [code]b[/code] and [code]c[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:261 +msgid "" +"Tests if the 3D ray starting at [code]from[/code] with the direction of " +"[code]dir[/code] intersects the triangle specified by [code]a[/code], " +"[code]b[/code] and [code]c[/code]. If yes, returns the point of intersection " +"as [Vector3]. If no intersection takes place, an empty [Variant] is returned." +msgstr "" + +#: doc/classes/Geometry.xml:271 +msgid "" +"Given the 2D segment ([code]segment_from[/code], [code]segment_to[/code]), " +"returns the position on the segment (as a number between 0 and 1) at which " +"the segment hits the circle that is located at position " +"[code]circle_position[/code] and has radius [code]circle_radius[/code]. If " +"the segment does not intersect the circle, -1 is returned (this is also the " +"case if the line extending the segment would intersect the circle, but the " +"segment does not)." +msgstr "" + +#: doc/classes/Geometry.xml:280 +msgid "" +"Given a convex hull defined though the [Plane]s in the array [code]planes[/" +"code], tests if the segment ([code]from[/code], [code]to[/code]) intersects " +"with that hull. If an intersection is found, returns a [PoolVector3Array] " +"containing the point the intersection and the hull's normal. If no " +"intersecion is found, an the returned array is empty." +msgstr "" + +#: doc/classes/Geometry.xml:290 +msgid "" +"Checks if the segment ([code]from[/code], [code]to[/code]) intersects the " +"cylinder with height [code]height[/code] that is centered at the origin and " +"has radius [code]radius[/code]. If no, returns an empty [PoolVector3Array]. " +"If an intersection takes place, the returned array contains the point of " +"intersection and the cylinder's normal at the point of intersection." +msgstr "" + +#: doc/classes/Geometry.xml:300 +msgid "" +"Checks if the two segments ([code]from_a[/code], [code]to_a[/code]) and " +"([code]from_b[/code], [code]to_b[/code]) intersect. If yes, return the point " +"of intersection as [Vector2]. If no intersection takes place, returns an " +"empty [Variant]." +msgstr "" + +#: doc/classes/Geometry.xml:310 +msgid "" +"Checks if the segment ([code]from[/code], [code]to[/code]) intersects the " +"sphere that is located at [code]sphere_position[/code] and has radius " +"[code]sphere_radius[/code]. If no, returns an empty [PoolVector3Array]. If " +"yes, returns a [PoolVector3Array] containing the point of intersection and " +"the sphere's normal at the point of intersection." +msgstr "" + +#: doc/classes/Geometry.xml:321 +msgid "" +"Tests if the segment ([code]from[/code], [code]to[/code]) intersects the " +"triangle [code]a[/code], [code]b[/code], [code]c[/code]. If yes, returns the " +"point of intersection as [Vector3]. If no intersection takes place, an empty " +"[Variant] is returned." +msgstr "" + +#: doc/classes/Geometry.xml:328 +msgid "" +"Triangulates the area specified by discrete set of [code]points[/code] such " +"that no point is inside the circumcircle of any resulting triangle. Returns " +"a [PoolIntArray] where each triangle consists of three consecutive point " +"indices into [code]points[/code] (i.e. the returned array will have [code]n " +"* 3[/code] elements, with [code]n[/code] being the number of found " +"triangles). If the triangulation did not succeed, an empty [PoolIntArray] is " +"returned." +msgstr "" + +#: doc/classes/Geometry.xml:335 +msgid "" +"Triangulates the polygon specified by the points in [code]polygon[/code]. " +"Returns a [PoolIntArray] where each triangle consists of three consecutive " +"point indices into [code]polygon[/code] (i.e. the returned array will have " +"[code]n * 3[/code] elements, with [code]n[/code] being the number of found " +"triangles). If the triangulation did not succeed, an empty [PoolIntArray] is " +"returned." +msgstr "" + +#: doc/classes/Geometry.xml:341 +msgid "" +"Create regions where either subject or clip polygons (or both) are filled." +msgstr "" + +#: doc/classes/Geometry.xml:344 +msgid "" +"Create regions where subject polygons are filled except where clip polygons " +"are filled." +msgstr "" + +#: doc/classes/Geometry.xml:347 +msgid "Create regions where both subject and clip polygons are filled." +msgstr "" + +#: doc/classes/Geometry.xml:350 +msgid "" +"Create regions where either subject or clip polygons are filled but not " +"where both are filled." +msgstr "" + +#: doc/classes/Geometry.xml:353 +msgid "" +"Squaring is applied uniformally at all convex edge joins at [code]1 * delta[/" +"code]." +msgstr "" + +#: doc/classes/Geometry.xml:356 +msgid "" +"While flattened paths can never perfectly trace an arc, they are " +"approximated by a series of arc chords." +msgstr "" + +#: doc/classes/Geometry.xml:359 +msgid "" +"There's a necessary limit to mitered joins since offsetting edges that join " +"at very acute angles will produce excessively long and narrow \"spikes\". " +"For any given edge join, when miter offsetting would exceed that maximum " +"distance, \"square\" joining is applied." +msgstr "" + +#: doc/classes/Geometry.xml:362 +msgid "" +"Endpoints are joined using the [enum PolyJoinType] value and the path filled " +"as a polygon." +msgstr "" + +#: doc/classes/Geometry.xml:365 +msgid "" +"Endpoints are joined using the [enum PolyJoinType] value and the path filled " +"as a polyline." +msgstr "" + +#: doc/classes/Geometry.xml:368 +msgid "Endpoints are squared off with no extension." +msgstr "" + +#: doc/classes/Geometry.xml:371 +msgid "Endpoints are squared off and extended by [code]delta[/code] units." +msgstr "" + +#: doc/classes/Geometry.xml:374 +msgid "Endpoints are rounded off and extended by [code]delta[/code] units." +msgstr "" + +#: doc/classes/GeometryInstance.xml:4 +msgid "Base node for geometry-based visual instances." +msgstr "" + +#: doc/classes/GeometryInstance.xml:7 +msgid "" +"Base node for geometry-based visual instances. Shares some common " +"functionality like visibility and custom materials." +msgstr "" + +#: doc/classes/GeometryInstance.xml:16 +msgid "" +"Returns the [enum GeometryInstance.Flags] that have been set for this object." +msgstr "" + +#: doc/classes/GeometryInstance.xml:23 +msgid "" +"Overrides the bounding box of this node with a custom one. To remove it, set " +"an [AABB] with all fields set to zero." +msgstr "" + +#: doc/classes/GeometryInstance.xml:31 +msgid "" +"Sets the [enum GeometryInstance.Flags] specified. See [enum GeometryInstance." +"Flags] for options." +msgstr "" + +#: doc/classes/GeometryInstance.xml:37 +msgid "" +"The selected shadow casting flag. See [enum ShadowCastingSetting] for " +"possible values." +msgstr "" + +#: doc/classes/GeometryInstance.xml:40 +msgid "" +"The extra distance added to the GeometryInstance's bounding box ([AABB]) to " +"increase its cull box." +msgstr "" + +#: doc/classes/GeometryInstance.xml:43 +msgid "" +"When disabled, the mesh will be taken into account when computing indirect " +"lighting, but the resulting lightmap will not be saved. Useful for emissive " +"only materials or shadow casters." +msgstr "" + +#: doc/classes/GeometryInstance.xml:46 +msgid "" +"Scale factor for the generated baked lightmap. Useful for adding detail to " +"certain mesh instances." +msgstr "" + +#: doc/classes/GeometryInstance.xml:49 +msgid "" +"The GeometryInstance's max LOD distance.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:53 +msgid "" +"The GeometryInstance's max LOD margin.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:57 +msgid "" +"The GeometryInstance's min LOD distance.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:61 +msgid "" +"The GeometryInstance's min LOD margin.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:65 +msgid "" +"The material override for the whole geometry.\n" +"If a material is assigned to this property, it will be used instead of any " +"material set in any material slot of the mesh." +msgstr "" + +#: doc/classes/GeometryInstance.xml:69 +msgid "" +"If [code]true[/code], this GeometryInstance will be used when baking lights " +"using a [GIProbe] or [BakedLightmap]." +msgstr "" + +#: doc/classes/GeometryInstance.xml:74 +msgid "The generated lightmap texture will have the original size." +msgstr "" + +#: doc/classes/GeometryInstance.xml:77 +msgid "The generated lightmap texture will be twice as large, on each axis." +msgstr "" + +#: doc/classes/GeometryInstance.xml:80 +msgid "The generated lightmap texture will be 4 times as large, on each axis." +msgstr "" + +#: doc/classes/GeometryInstance.xml:83 +msgid "The generated lightmap texture will be 8 times as large, on each axis." +msgstr "" + +#: doc/classes/GeometryInstance.xml:88 +msgid "Will not cast any shadows." +msgstr "" + +#: doc/classes/GeometryInstance.xml:91 +msgid "" +"Will cast shadows from all visible faces in the GeometryInstance.\n" +"Will take culling into account, so faces not being rendered will not be " +"taken into account when shadow casting." +msgstr "" + +#: doc/classes/GeometryInstance.xml:95 +msgid "" +"Will cast shadows from all visible faces in the GeometryInstance.\n" +"Will not take culling into account, so all faces will be taken into account " +"when shadow casting." +msgstr "" + +#: doc/classes/GeometryInstance.xml:99 +msgid "" +"Will only show the shadows casted from this object.\n" +"In other words, the actual mesh will not be visible, only the shadows casted " +"from the mesh will be." +msgstr "" + +#: doc/classes/GeometryInstance.xml:103 +msgid "" +"Will allow the GeometryInstance to be used when baking lights using a " +"[GIProbe] or [BakedLightmap]." +msgstr "" + +#: doc/classes/GeometryInstance.xml:106 +msgid "" +"Unused in this class, exposed for consistency with [enum VisualServer." +"InstanceFlags]." +msgstr "" + +#: doc/classes/GIProbe.xml:4 +msgid "Real-time global illumination (GI) probe." +msgstr "" + +#: doc/classes/GIProbe.xml:7 +msgid "" +"[GIProbe]s are used to provide high-quality real-time indirect light to " +"scenes. They precompute the effect of objects that emit light and the effect " +"of static geometry to simulate the behavior of complex light in real-time. " +"[GIProbe]s need to be baked before using, however, once baked, dynamic " +"objects will receive light from them. Further, lights can be fully dynamic " +"or baked.\n" +"Having [GIProbe]s in a scene can be expensive, the quality of the probe can " +"be turned down in exchange for better performance in the [ProjectSettings] " +"using [member ProjectSettings.rendering/quality/voxel_cone_tracing/" +"high_quality].\n" +"[b]Note:[/b] Meshes should have sufficiently thick walls to avoid light " +"leaks (avoid one-sided walls). For interior levels, enclose your level " +"geometry in a sufficiently large box and bridge the loops to close the " +"mesh.\n" +"[b]Note:[/b] Due to a renderer limitation, emissive [ShaderMaterial]s cannot " +"emit light when used in a [GIProbe]. Only emissive [SpatialMaterial]s can " +"emit light in a [GIProbe]." +msgstr "" + +#: doc/classes/GIProbe.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/gi_probes.html" +msgstr "" + +#: doc/classes/GIProbe.xml:22 +msgid "" +"Bakes the effect from all [GeometryInstance]s marked with [member " +"GeometryInstance.use_in_baked_light] and [Light]s marked with either " +"[constant Light.BAKE_INDIRECT] or [constant Light.BAKE_ALL]. If " +"[code]create_visual_debug[/code] is [code]true[/code], after baking the " +"light, this will generate a [MultiMesh] that has a cube representing each " +"solid cell with each cube colored to the cell's albedo color. This can be " +"used to visualize the [GIProbe]'s data and debug any issues that may be " +"occurring." +msgstr "" + +#: doc/classes/GIProbe.xml:28 +msgid "Calls [method bake] with [code]create_visual_debug[/code] enabled." +msgstr "" + +#: doc/classes/GIProbe.xml:34 +msgid "" +"Offsets the lookup of the light contribution from the [GIProbe]. This can be " +"used to avoid self-shadowing, but may introduce light leaking at higher " +"values. This and [member normal_bias] should be played around with to " +"minimize self-shadowing and light leaking.\n" +"[b]Note:[/b] [code]bias[/code] should usually be above 1.0 as that is the " +"size of the voxels." +msgstr "" + +#: doc/classes/GIProbe.xml:38 +msgid "" +"[i]Deprecated.[/i] This property has been deprecated due to known bugs and " +"no longer has any effect when enabled." +msgstr "" + +#: doc/classes/GIProbe.xml:41 +msgid "The [GIProbeData] resource that holds the data for this [GIProbe]." +msgstr "" + +#: doc/classes/GIProbe.xml:44 +msgid "" +"The maximum brightness that the [GIProbe] will recognize. Brightness will be " +"scaled within this range." +msgstr "" + +#: doc/classes/GIProbe.xml:47 +msgid "" +"Energy multiplier. Makes the lighting contribution from the [GIProbe] " +"brighter." +msgstr "" + +#: doc/classes/GIProbe.xml:50 +msgid "" +"The size of the area covered by the [GIProbe]. If you make the extents " +"larger without increasing the subdivisions with [member subdiv], the size of " +"each cell will increase and result in lower detailed lighting." +msgstr "" + +#: doc/classes/GIProbe.xml:53 +msgid "" +"If [code]true[/code], ignores the sky contribution when calculating lighting." +msgstr "" + +#: doc/classes/GIProbe.xml:56 +msgid "" +"Offsets the lookup into the [GIProbe] based on the object's normal " +"direction. Can be used to reduce some self-shadowing artifacts." +msgstr "" + +#: doc/classes/GIProbe.xml:59 +msgid "" +"How much light propagates through the probe internally. A higher value " +"allows light to spread further." +msgstr "" + +#: doc/classes/GIProbe.xml:62 +msgid "" +"Number of times to subdivide the grid that the [GIProbe] operates on. A " +"higher number results in finer detail and thus higher visual quality, while " +"lower numbers result in better performance." +msgstr "" + +#: doc/classes/GIProbe.xml:67 +msgid "" +"Use 64 subdivisions. This is the lowest quality setting, but the fastest. " +"Use it if you can, but especially use it on lower-end hardware." +msgstr "" + +#: doc/classes/GIProbe.xml:70 +msgid "Use 128 subdivisions. This is the default quality setting." +msgstr "" + +#: doc/classes/GIProbe.xml:73 +msgid "Use 256 subdivisions." +msgstr "" + +#: doc/classes/GIProbe.xml:76 +msgid "" +"Use 512 subdivisions. This is the highest quality setting, but the slowest. " +"On lower-end hardware this could cause the GPU to stall." +msgstr "" + +#: doc/classes/GIProbe.xml:79 +msgid "Represents the size of the [enum Subdiv] enum." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:13 +msgid "" +"The [Color] of the light. Defaults to white. A black color causes the light " +"to have no effect." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:16 +msgid "" +"The inner angle of the cone in a spotlight. Must be less than or equal to " +"the outer cone angle.\n" +"Within this angle, the light is at full brightness. Between the inner and " +"outer cone angles, there is a transition from full brightness to zero " +"brightness. When creating a Godot [SpotLight], the ratio between the inner " +"and outer cone angles is used to calculate the attenuation of the light." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:20 +msgid "" +"The intensity of the light. This is expressed in candelas (lumens per " +"steradian) for point and spot lights, and lux (lumens per m²) for " +"directional lights. When creating a Godot light, this value is converted to " +"a unitless multiplier." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:23 +msgid "" +"The outer angle of the cone in a spotlight. Must be greater than or equal to " +"the inner angle.\n" +"At this angle, the light drops off to zero brightness. Between the inner and " +"outer cone angles, there is a transition from full brightness to zero " +"brightness. If this angle is a half turn, then the spotlight emits in all " +"directions. When creating a Godot [SpotLight], the outer cone angle is used " +"as the angle of the spotlight." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:27 +msgid "" +"The range of the light, beyond which the light has no effect. GLTF lights " +"with no range defined behave like physical lights (which have infinite " +"range). When creating a Godot light, the range is clamped to 4096." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:30 +msgid "" +"The type of the light. The values accepted by Godot are \"point\", \"spot\", " +"and \"directional\", which correspond to Godot's [OmniLight], [SpotLight], " +"and [DirectionalLight] respectively." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:4 +msgid "Bridge between Godot and the Mono runtime (Mono-enabled builds only)." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:7 +msgid "" +"This class is a bridge between Godot and the Mono runtime. It exposes " +"several low-level operations and is only available in Mono-enabled Godot " +"builds.\n" +"See also [CSharpScript]." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:17 +msgid "Attaches the current thread to the Mono runtime." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:24 +msgid "Detaches the current thread from the Mono runtime." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:31 +msgid "" +"Returns the current MonoDomain ID.\n" +"[b]Note:[/b] The Mono runtime must be initialized for this method to work " +"(use [method is_runtime_initialized] to check). If the Mono runtime isn't " +"initialized at the time this method is called, the engine will crash." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:39 +msgid "" +"Returns the scripts MonoDomain's ID. This will be the same MonoDomain ID as " +"[method get_domain_id], unless the scripts domain isn't loaded.\n" +"[b]Note:[/b] The Mono runtime must be initialized for this method to work " +"(use [method is_runtime_initialized] to check). If the Mono runtime isn't " +"initialized at the time this method is called, the engine will crash." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:49 +msgid "" +"Returns [code]true[/code] if the domain is being finalized, [code]false[/" +"code] otherwise." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:56 +msgid "" +"Returns [code]true[/code] if the Mono runtime is initialized, [code]false[/" +"code] otherwise." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:63 +msgid "" +"Returns [code]true[/code] if the Mono runtime is shutting down, [code]false[/" +"code] otherwise." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:70 +msgid "" +"Returns [code]true[/code] if the scripts domain is loaded, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/Gradient.xml:4 +msgid "" +"A color interpolator resource which can be used to generate colors between " +"user-defined color points." +msgstr "" + +#: doc/classes/Gradient.xml:7 +msgid "" +"Given a set of colors, this resource will interpolate them in order. This " +"means that if you have color 1, color 2 and color 3, the ramp will " +"interpolate from color 1 to color 2 and from color 2 to color 3. The ramp " +"will initially have 2 colors (black and white), one (black) at ramp lower " +"offset 0 and the other (white) at the ramp higher offset 1." +msgstr "" + +#: doc/classes/Gradient.xml:17 +msgid "" +"Adds the specified color to the end of the ramp, with the specified offset." +msgstr "" + +#: doc/classes/Gradient.xml:24 +msgid "Returns the color of the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:31 +msgid "Returns the offset of the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:37 +msgid "Returns the number of colors in the ramp." +msgstr "" + +#: doc/classes/Gradient.xml:44 +msgid "Returns the interpolated color specified by [code]offset[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:51 +msgid "Removes the color at the index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:59 +msgid "Sets the color of the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:67 +msgid "Sets the offset for the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:73 +msgid "Gradient's colors returned as a [PoolColorArray]." +msgstr "" + +#: doc/classes/Gradient.xml:76 +msgid "Gradient's offsets returned as a [PoolRealArray]." +msgstr "" + +#: doc/classes/GradientTexture.xml:4 +msgid "Gradient-filled texture." +msgstr "" + +#: doc/classes/GradientTexture.xml:7 +msgid "" +"GradientTexture uses a [Gradient] to fill the texture data. The gradient " +"will be filled from left to right using colors obtained from the gradient. " +"This means the texture does not necessarily represent an exact copy of the " +"gradient, but instead an interpolation of samples obtained from the gradient " +"at fixed steps (see [member width])." +msgstr "" + +#: doc/classes/GradientTexture.xml:15 +msgid "The [Gradient] that will be used to fill the texture." +msgstr "" + +#: doc/classes/GradientTexture.xml:18 +msgid "The number of color samples that will be obtained from the [Gradient]." +msgstr "" + +#: doc/classes/GraphEdit.xml:4 +msgid "" +"GraphEdit is an area capable of showing various GraphNodes. It manages " +"connection events between them." +msgstr "" + +#: doc/classes/GraphEdit.xml:7 +msgid "" +"GraphEdit manages the showing of GraphNodes it contains, as well as " +"connections and disconnections between them. Signals are sent for each of " +"these two events. Disconnection between GraphNode slots is disabled by " +"default.\n" +"It is greatly advised to enable low-processor usage mode (see [member OS." +"low_processor_usage_mode]) when using GraphEdits." +msgstr "" + +#: doc/classes/GraphEdit.xml:18 +msgid "" +"Makes possible the connection between two different slot types. The type is " +"defined with the [method GraphNode.set_slot] method." +msgstr "" + +#: doc/classes/GraphEdit.xml:25 +msgid "" +"Makes possible to disconnect nodes when dragging from the slot at the left " +"if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:32 +msgid "" +"Makes possible to disconnect nodes when dragging from the slot at the right " +"if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:38 +msgid "Removes all connections between nodes." +msgstr "" + +#: doc/classes/GraphEdit.xml:48 +msgid "" +"Create a connection between the [code]from_port[/code] slot of the " +"[code]from[/code] GraphNode and the [code]to_port[/code] slot of the " +"[code]to[/code] GraphNode. If the connection already exists, no connection " +"is created." +msgstr "" + +#: doc/classes/GraphEdit.xml:58 +msgid "" +"Removes the connection between the [code]from_port[/code] slot of the " +"[code]from[/code] GraphNode and the [code]to_port[/code] slot of the " +"[code]to[/code] GraphNode. If the connection does not exist, no connection " +"is removed." +msgstr "" + +#: doc/classes/GraphEdit.xml:64 +msgid "" +"Returns an Array containing the list of connections. A connection consists " +"in a structure of the form [code]{ from_port: 0, from: \"GraphNode name 0\", " +"to_port: 1, to: \"GraphNode name 1\" }[/code]." +msgstr "" + +#: doc/classes/GraphEdit.xml:70 +msgid "" +"Gets the [HBoxContainer] that contains the zooming and grid snap controls in " +"the top left of the graph. You can use this method to reposition the toolbar " +"or to add your own custom controls to it.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/GraphEdit.xml:81 +msgid "" +"Returns [code]true[/code] if the [code]from_port[/code] slot of the " +"[code]from[/code] GraphNode is connected to the [code]to_port[/code] slot of " +"the [code]to[/code] GraphNode." +msgstr "" + +#: doc/classes/GraphEdit.xml:89 +msgid "Returns whether it's possible to connect slots of the specified types." +msgstr "" + +#: doc/classes/GraphEdit.xml:97 +msgid "" +"Makes it not possible to connect between two different slot types. The type " +"is defined with the [method GraphNode.set_slot] method." +msgstr "" + +#: doc/classes/GraphEdit.xml:104 +msgid "" +"Removes the possibility to disconnect nodes when dragging from the slot at " +"the left if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:111 +msgid "" +"Removes the possibility to disconnect nodes when dragging from the slot at " +"the right if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:122 +msgid "" +"Sets the coloration of the connection between [code]from[/code]'s " +"[code]from_port[/code] and [code]to[/code]'s [code]to_port[/code] with the " +"color provided in the [code]activity[/code] theme property." +msgstr "" + +#: doc/classes/GraphEdit.xml:129 +msgid "Sets the specified [code]node[/code] as the one selected." +msgstr "" + +#: doc/classes/GraphEdit.xml:136 +msgid "If [code]true[/code], the minimap is visible." +msgstr "" + +#: doc/classes/GraphEdit.xml:139 +msgid "The opacity of the minimap rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:142 +msgid "" +"The size of the minimap rectangle. The map itself is based on the size of " +"the grid area and is scaled to fit this rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:146 +msgid "" +"If [code]true[/code], enables disconnection of existing connections in the " +"GraphEdit by dragging the right end." +msgstr "" + +#: doc/classes/GraphEdit.xml:149 +msgid "The scroll offset." +msgstr "" + +#: doc/classes/GraphEdit.xml:152 +msgid "" +"If [code]true[/code], makes a label with the current zoom level visible. The " +"zoom value is displayed in percents." +msgstr "" + +#: doc/classes/GraphEdit.xml:155 +msgid "The snapping distance in pixels." +msgstr "" + +#: doc/classes/GraphEdit.xml:158 +msgid "If [code]true[/code], enables snapping." +msgstr "" + +#: doc/classes/GraphEdit.xml:161 +msgid "The current zoom value." +msgstr "" + +#: doc/classes/GraphEdit.xml:164 +msgid "The upper zoom limit." +msgstr "" + +#: doc/classes/GraphEdit.xml:167 +msgid "The lower zoom limit." +msgstr "" + +#: doc/classes/GraphEdit.xml:170 +msgid "The step of each zoom level." +msgstr "" + +#: doc/classes/GraphEdit.xml:176 +msgid "Emitted at the beginning of a GraphNode movement." +msgstr "" + +#: doc/classes/GraphEdit.xml:181 +msgid "Emitted at the end of a GraphNode movement." +msgstr "" + +#: doc/classes/GraphEdit.xml:189 +msgid "" +"Emitted when user dragging connection from input port into empty space of " +"the graph." +msgstr "" + +#: doc/classes/GraphEdit.xml:198 +msgid "" +"Emitted to the GraphEdit when the connection between the [code]from_slot[/" +"code] slot of the [code]from[/code] GraphNode and the [code]to_slot[/code] " +"slot of the [code]to[/code] GraphNode is attempted to be created." +msgstr "" + +#: doc/classes/GraphEdit.xml:206 +msgid "" +"Emitted when user dragging connection from output port into empty space of " +"the graph." +msgstr "" + +#: doc/classes/GraphEdit.xml:211 +msgid "Emitted when the user presses [code]Ctrl + C[/code]." +msgstr "" + +#: doc/classes/GraphEdit.xml:216 +msgid "Emitted when a GraphNode is attempted to be removed from the GraphEdit." +msgstr "" + +#: doc/classes/GraphEdit.xml:225 +msgid "" +"Emitted to the GraphEdit when the connection between [code]from_slot[/code] " +"slot of [code]from[/code] GraphNode and [code]to_slot[/code] slot of " +"[code]to[/code] GraphNode is attempted to be removed." +msgstr "" + +#: doc/classes/GraphEdit.xml:230 +msgid "" +"Emitted when a GraphNode is attempted to be duplicated in the GraphEdit." +msgstr "" + +#: doc/classes/GraphEdit.xml:236 +msgid "Emitted when a GraphNode is selected." +msgstr "" + +#: doc/classes/GraphEdit.xml:246 +msgid "Emitted when the user presses [code]Ctrl + V[/code]." +msgstr "" + +#: doc/classes/GraphEdit.xml:252 +msgid "" +"Emitted when a popup is requested. Happens on right-clicking in the " +"GraphEdit. [code]position[/code] is the position of the mouse pointer when " +"the signal is sent." +msgstr "" + +#: doc/classes/GraphEdit.xml:258 +msgid "" +"Emitted when the scroll offset is changed by the user. It will not be " +"emitted when changed in code." +msgstr "" + +#: doc/classes/GraphEdit.xml:272 +msgid "The background drawn under the grid." +msgstr "" + +#: doc/classes/GraphEdit.xml:275 +msgid "Color of major grid lines." +msgstr "" + +#: doc/classes/GraphEdit.xml:278 +msgid "Color of minor grid lines." +msgstr "" + +#: doc/classes/GraphEdit.xml:283 +msgid "The icon for the zoom out button." +msgstr "" + +#: doc/classes/GraphEdit.xml:286 +msgid "The icon for the zoom in button." +msgstr "" + +#: doc/classes/GraphEdit.xml:289 +msgid "" +"The horizontal range within which a port can be grabbed (on both sides)." +msgstr "" + +#: doc/classes/GraphEdit.xml:292 +msgid "The vertical range within which a port can be grabbed (on both sides)." +msgstr "" + +#: doc/classes/GraphEdit.xml:295 +msgid "The icon for the zoom reset button." +msgstr "" + +#: doc/classes/GraphEdit.xml:298 +msgid "The fill color of the selection rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:301 +msgid "The outline color of the selection rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:304 +msgid "The icon for the snap toggle button." +msgstr "" + +#: doc/classes/GraphNode.xml:4 +msgid "" +"A GraphNode is a container with potentially several input and output slots " +"allowing connections between GraphNodes. Slots can have different, " +"incompatible types." +msgstr "" + +#: doc/classes/GraphNode.xml:7 +msgid "" +"A GraphNode is a container. Each GraphNode can have several input and output " +"slots, sometimes referred to as ports, allowing connections between " +"GraphNodes. To add a slot to GraphNode, add any [Control]-derived child node " +"to it.\n" +"After adding at least one child to GraphNode new sections will be " +"automatically created in the Inspector called 'Slot'. When 'Slot' is " +"expanded you will see list with index number for each slot. You can click on " +"each of them to expand further.\n" +"In the Inspector you can enable (show) or disable (hide) slots. By default, " +"all slots are disabled so you may not see any slots on your GraphNode " +"initially. You can assign a type to each slot. Only slots of the same type " +"will be able to connect to each other. You can also assign colors to slots. " +"A tuple of input and output slots is defined for each GUI element included " +"in the GraphNode. Input connections are on the left and output connections " +"are on the right side of GraphNode. Only enabled slots are counted as " +"connections." +msgstr "" + +#: doc/classes/GraphNode.xml:17 +msgid "Disables all input and output slots of the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:24 +msgid "Disables input and output slot whose index is [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:31 +msgid "Returns the [Color] of the input connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:37 +msgid "" +"Returns the number of enabled input slots (connections) to the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:44 +msgid "Returns the position of the input connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:51 +msgid "Returns the type of the input connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:58 +msgid "Returns the [Color] of the output connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:64 +msgid "" +"Returns the number of enabled output slots (connections) of the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:71 +msgid "Returns the position of the output connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:78 +msgid "Returns the type of the output connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:85 +msgid "Returns the left (input) [Color] of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:92 +msgid "Returns the right (output) [Color] of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:99 +msgid "Returns the left (input) type of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:106 +msgid "Returns the right (output) type of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:113 +msgid "" +"Returns [code]true[/code] if left (input) side of the slot [code]idx[/code] " +"is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:120 +msgid "" +"Returns [code]true[/code] if right (output) side of the slot [code]idx[/" +"code] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:135 +msgid "" +"Sets properties of the slot with ID [code]idx[/code].\n" +"If [code]enable_left[/code]/[code]right[/code], a port will appear and the " +"slot will be able to be connected from this side.\n" +"[code]type_left[/code]/[code]right[/code] is an arbitrary type of the port. " +"Only ports with the same type values can be connected.\n" +"[code]color_left[/code]/[code]right[/code] is the tint of the port's icon on " +"this side.\n" +"[code]custom_left[/code]/[code]right[/code] is a custom texture for this " +"side's port.\n" +"[b]Note:[/b] This method only sets properties of the slot. To create the " +"slot, add a [Control]-derived child to the GraphNode.\n" +"Individual properties can be set using one of the [code]set_slot_*[/code] " +"methods. You must enable at least one side of the slot to do so." +msgstr "" + +#: doc/classes/GraphNode.xml:149 +msgid "" +"Sets the [Color] of the left (input) side of the slot [code]idx[/code] to " +"[code]color_left[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:157 +msgid "" +"Sets the [Color] of the right (output) side of the slot [code]idx[/code] to " +"[code]color_right[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:165 +msgid "" +"Toggles the left (input) side of the slot [code]idx[/code]. If " +"[code]enable_left[/code] is [code]true[/code], a port will appear on the " +"left side and the slot will be able to be connected from this side." +msgstr "" + +#: doc/classes/GraphNode.xml:173 +msgid "" +"Toggles the right (output) side of the slot [code]idx[/code]. If " +"[code]enable_right[/code] is [code]true[/code], a port will appear on the " +"right side and the slot will be able to be connected from this side." +msgstr "" + +#: doc/classes/GraphNode.xml:181 +msgid "" +"Sets the left (input) type of the slot [code]idx[/code] to [code]type_left[/" +"code]." +msgstr "" + +#: doc/classes/GraphNode.xml:189 +msgid "" +"Sets the right (output) type of the slot [code]idx[/code] to " +"[code]type_right[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:195 +msgid "If [code]true[/code], the GraphNode is a comment node." +msgstr "" + +#: doc/classes/GraphNode.xml:198 +msgid "" +"The offset of the GraphNode, relative to the scroll offset of the " +"[GraphEdit].\n" +"[b]Note:[/b] You cannot use position directly, as [GraphEdit] is a " +"[Container]." +msgstr "" + +#: doc/classes/GraphNode.xml:202 +msgid "Sets the overlay shown above the GraphNode. See [enum Overlay]." +msgstr "" + +#: doc/classes/GraphNode.xml:205 +msgid "" +"If [code]true[/code], the user can resize the GraphNode.\n" +"[b]Note:[/b] Dragging the handle will only emit the [signal resize_request] " +"signal, the GraphNode needs to be resized manually." +msgstr "" + +#: doc/classes/GraphNode.xml:209 +msgid "If [code]true[/code], the GraphNode is selected." +msgstr "" + +#: doc/classes/GraphNode.xml:212 +msgid "" +"If [code]true[/code], the close button will be visible.\n" +"[b]Note:[/b] Pressing it will only emit the [signal close_request] signal, " +"the GraphNode needs to be removed manually." +msgstr "" + +#: doc/classes/GraphNode.xml:216 +msgid "The text displayed in the GraphNode's title bar." +msgstr "" + +#: doc/classes/GraphNode.xml:222 +msgid "" +"Emitted when the GraphNode is requested to be closed. Happens on clicking " +"the close button (see [member show_close])." +msgstr "" + +#: doc/classes/GraphNode.xml:229 +msgid "Emitted when the GraphNode is dragged." +msgstr "" + +#: doc/classes/GraphNode.xml:234 +msgid "Emitted when the GraphNode is moved." +msgstr "" + +#: doc/classes/GraphNode.xml:239 +msgid "" +"Emitted when the GraphNode is requested to be displayed over other ones. " +"Happens on focusing (clicking into) the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:245 +msgid "" +"Emitted when the GraphNode is requested to be resized. Happens on dragging " +"the resizer handle (see [member resizable])." +msgstr "" + +#: doc/classes/GraphNode.xml:251 +msgid "Emitted when any GraphNode's slot is updated." +msgstr "" + +#: doc/classes/GraphNode.xml:257 +msgid "No overlay is shown." +msgstr "" + +#: doc/classes/GraphNode.xml:260 +msgid "Show overlay set in the [code]breakpoint[/code] theme property." +msgstr "" + +#: doc/classes/GraphNode.xml:263 +msgid "Show overlay set in the [code]position[/code] theme property." +msgstr "" + +#: doc/classes/GraphNode.xml:268 +msgid "" +"The background used when [member overlay] is set to [constant " +"OVERLAY_BREAKPOINT]." +msgstr "" + +#: doc/classes/GraphNode.xml:271 +msgid "" +"The icon for the close button, visible when [member show_close] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:274 +msgid "The color modulation applied to the close button icon." +msgstr "" + +#: doc/classes/GraphNode.xml:277 doc/classes/WindowDialog.xml:41 +msgid "The vertical offset of the close button." +msgstr "" + +#: doc/classes/GraphNode.xml:280 +msgid "The [StyleBox] used when [member comment] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:283 +msgid "" +"The [StyleBox] used when [member comment] is enabled and the [GraphNode] is " +"focused." +msgstr "" + +#: doc/classes/GraphNode.xml:290 +msgid "The default background for [GraphNode]." +msgstr "" + +#: doc/classes/GraphNode.xml:293 +msgid "The icon used for representing ports." +msgstr "" + +#: doc/classes/GraphNode.xml:296 +msgid "Horizontal offset for the ports." +msgstr "" + +#: doc/classes/GraphNode.xml:299 +msgid "" +"The background used when [member overlay] is set to [constant " +"OVERLAY_POSITION]." +msgstr "" + +#: doc/classes/GraphNode.xml:302 +msgid "The icon used for resizer, visible when [member resizable] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:305 +msgid "The color modulation applied to the resizer icon." +msgstr "" + +#: doc/classes/GraphNode.xml:308 +msgid "The background used when the [GraphNode] is selected." +msgstr "" + +#: doc/classes/GraphNode.xml:311 +msgid "The vertical distance between ports." +msgstr "" + +#: doc/classes/GraphNode.xml:314 +msgid "Color of the title text." +msgstr "" + +#: doc/classes/GraphNode.xml:317 +msgid "Font used for the title text." +msgstr "" + +#: doc/classes/GraphNode.xml:320 +msgid "Vertical offset of the title text." +msgstr "" + +#: doc/classes/GridContainer.xml:4 +msgid "" +"Grid container used to arrange Control-derived children in a grid like " +"layout." +msgstr "" + +#: doc/classes/GridContainer.xml:7 +msgid "" +"GridContainer will arrange its Control-derived children in a grid like " +"structure, the grid columns are specified using the [member columns] " +"property and the number of rows will be equal to the number of children in " +"the container divided by the number of columns. For example, if the " +"container has 5 children, and 2 columns, there will be 3 rows in the " +"container.\n" +"Notice that grid layout will preserve the columns and rows for every size of " +"the container, and that empty columns will be expanded automatically.\n" +"[b]Note:[/b] GridContainer only works with child nodes inheriting from " +"Control. It won't rearrange child nodes inheriting from Node2D." +msgstr "" + +#: doc/classes/GridContainer.xml:18 +msgid "" +"The number of columns in the [GridContainer]. If modified, [GridContainer] " +"reorders its Control-derived children to accommodate the new layout." +msgstr "" + +#: doc/classes/GridContainer.xml:26 +msgid "The horizontal separation of children nodes." +msgstr "" + +#: doc/classes/GridContainer.xml:29 +msgid "The vertical separation of children nodes." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:4 +msgid "Node for 3D tile-based maps." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:7 +msgid "" +"GridMap lets you place meshes on a grid interactively. It works both from " +"the editor and from scripts, which can help you create in-game level " +"editors.\n" +"GridMaps use a [MeshLibrary] which contains a list of tiles. Each tile is a " +"mesh with materials plus optional collision and navigation shapes.\n" +"A GridMap contains a collection of cells. Each grid cell refers to a tile in " +"the [MeshLibrary]. All cells in the map have the same dimensions.\n" +"Internally, a GridMap is split into a sparse collection of octants for " +"efficient rendering and physics processing. Every octant has the same " +"dimensions and can contain several cells.\n" +"[b]Note:[/b] GridMap doesn't extend [VisualInstance] and therefore can't be " +"hidden or cull masked based on [member VisualInstance.layers]. If you make a " +"light not affect the first layer, the whole GridMap won't be lit by the " +"light in question." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:14 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/using_gridmaps.html" +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:22 +msgid "Clear all cells." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:39 +msgid "" +"Returns an array of [ArrayMesh]es and [Transform] references of all bake " +"meshes that exist within the current GridMap." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:48 +msgid "" +"The [MeshLibrary] item index located at the grid-based X, Y and Z " +"coordinates. If the cell is empty, [constant INVALID_CELL_ITEM] will be " +"returned." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:57 +msgid "" +"The orientation of the cell at the grid-based X, Y and Z coordinates. -1 is " +"returned if the cell is empty." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:64 +msgid "Returns an individual bit on the [member collision_layer]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:71 +msgid "Returns an individual bit on the [member collision_mask]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:77 +msgid "" +"Returns an array of [Transform] and [Mesh] references corresponding to the " +"non-empty cells in the grid. The transforms are specified in world space." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:83 +msgid "" +"Returns an array of [Vector3] with the non-empty cell coordinates in the " +"grid map." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:99 +msgid "" +"Returns the position of a grid cell in the GridMap's local coordinate space." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:116 +msgid "" +"Sets the mesh index for the cell referenced by its grid-based X, Y and Z " +"coordinates.\n" +"A negative item index such as [constant INVALID_CELL_ITEM] will clear the " +"cell.\n" +"Optionally, the item's orientation can be passed. For valid orientation " +"values, see [method Basis.get_orthogonal_index]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:135 +msgid "Sets an individual bit on the [member collision_layer]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:143 +msgid "Sets an individual bit on the [member collision_mask]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:150 +msgid "" +"Returns the coordinates of the grid cell containing the given point.\n" +"[code]pos[/code] should be in the GridMap's local coordinate space." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:157 +msgid "If [code]true[/code], grid items are centered on the X axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:160 +msgid "If [code]true[/code], grid items are centered on the Y axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:163 +msgid "If [code]true[/code], grid items are centered on the Z axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:166 +msgid "" +"The size of each octant measured in number of cells. This applies to all " +"three axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:169 +msgid "" +"The scale of the cell items.\n" +"This does not affect the size of the grid cells themselves, only the items " +"in them. This can be used to make cell items overlap their neighbors." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:173 +msgid "" +"The dimensions of the grid's cells.\n" +"This does not affect the size of the meshes. See [member cell_scale]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:177 +msgid "" +"The physics layers this GridMap is in.\n" +"GridMaps act as static bodies, meaning they aren't affected by gravity or " +"other forces. They only affect other physics bodies that collide with them." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:181 +msgid "" +"The physics layers this GridMap detects collisions in. See [url=https://docs." +"godotengine.org/en/3.4/tutorials/physics/physics_introduction.html#collision-" +"layers-and-masks]Collision layers and masks[/url] in the documentation for " +"more information." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:184 +msgid "The assigned [MeshLibrary]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:187 +msgid "" +"Controls whether this GridMap will be baked in a [BakedLightmap] or not." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:194 +msgid "Emitted when [member cell_size] changes." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:200 +msgid "" +"Invalid cell item that can be used in [method set_cell_item] to clear cells " +"(or represent an empty cell in [method get_cell_item])." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:4 +msgid "Groove constraint for 2D physics." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:7 +msgid "" +"Groove constraint for 2D physics. This is useful for making a body \"slide\" " +"through a segment placed in another." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:15 +msgid "" +"The body B's initial anchor position defined by the joint's origin and a " +"local offset [member initial_offset] along the joint's Y axis (along the " +"groove)." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:18 +msgid "" +"The groove's length. The groove is from the joint's origin towards [member " +"length] along the joint's local Y axis." +msgstr "" + +#: doc/classes/HashingContext.xml:4 +msgid "Context to compute cryptographic hashes over multiple iterations." +msgstr "" + +#: doc/classes/HashingContext.xml:7 +msgid "" +"The HashingContext class provides an interface for computing cryptographic " +"hashes over multiple iterations. This is useful for example when computing " +"hashes of big files (so you don't have to load them all in memory), network " +"streams, and data streams in general (so you don't have to hold buffers).\n" +"The [enum HashType] enum shows the supported hashing algorithms.\n" +"[codeblock]\n" +"const CHUNK_SIZE = 1024\n" +"\n" +"func hash_file(path):\n" +" var ctx = HashingContext.new()\n" +" var file = File.new()\n" +" # Start a SHA-256 context.\n" +" ctx.start(HashingContext.HASH_SHA256)\n" +" # Check that file exists.\n" +" if not file.file_exists(path):\n" +" return\n" +" # Open the file to hash.\n" +" file.open(path, File.READ)\n" +" # Update the context after reading each chunk.\n" +" while not file.eof_reached():\n" +" ctx.update(file.get_buffer(CHUNK_SIZE))\n" +" # Get the computed hash.\n" +" var res = ctx.finish()\n" +" # Print the result as hex string and array.\n" +" printt(res.hex_encode(), Array(res))\n" +"[/codeblock]\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/HashingContext.xml:38 +msgid "Closes the current context, and return the computed hash." +msgstr "" + +#: doc/classes/HashingContext.xml:45 +msgid "" +"Starts a new hash computation of the given [code]type[/code] (e.g. [constant " +"HASH_SHA256] to start computation of a SHA-256)." +msgstr "" + +#: doc/classes/HashingContext.xml:52 +msgid "Updates the computation with the given [code]chunk[/code] of data." +msgstr "" + +#: doc/classes/HashingContext.xml:58 +msgid "Hashing algorithm: MD5." +msgstr "" + +#: doc/classes/HashingContext.xml:61 +msgid "Hashing algorithm: SHA-1." +msgstr "" + +#: doc/classes/HashingContext.xml:64 +msgid "Hashing algorithm: SHA-256." +msgstr "" + +#: doc/classes/HBoxContainer.xml:4 +msgid "Horizontal box container." +msgstr "" + +#: doc/classes/HBoxContainer.xml:7 +msgid "Horizontal box container. See [BoxContainer]." +msgstr "" + +#: doc/classes/HBoxContainer.xml:17 +msgid "The horizontal space between the [HBoxContainer]'s elements." +msgstr "" + +#: doc/classes/HeightMapShape.xml:4 +msgid "Height map shape for 3D physics." +msgstr "" + +#: doc/classes/HeightMapShape.xml:7 +msgid "" +"Height map shape resource, which can be added to a [PhysicsBody] or [Area]." +msgstr "" + +#: doc/classes/HeightMapShape.xml:15 +msgid "" +"Height map data, pool array must be of [member map_width] * [member " +"map_depth] size." +msgstr "" + +#: doc/classes/HeightMapShape.xml:18 +msgid "" +"Depth of the height map data. Changing this will resize the [member " +"map_data]." +msgstr "" + +#: doc/classes/HeightMapShape.xml:21 +msgid "" +"Width of the height map data. Changing this will resize the [member " +"map_data]." +msgstr "" + +#: doc/classes/HingeJoint.xml:4 +msgid "A hinge between two 3D PhysicsBodies." +msgstr "" + +#: doc/classes/HingeJoint.xml:7 +msgid "" +"A HingeJoint normally uses the Z axis of body A as the hinge axis, another " +"axis can be specified when adding it manually though. See also " +"[Generic6DOFJoint]." +msgstr "" + +#: doc/classes/HingeJoint.xml:16 doc/classes/SpriteBase3D.xml:21 +msgid "Returns the value of the specified flag." +msgstr "" + +#: doc/classes/HingeJoint.xml:23 doc/classes/ParticlesMaterial.xml:25 +#: doc/classes/PinJoint.xml:16 +msgid "Returns the value of the specified parameter." +msgstr "" + +#: doc/classes/HingeJoint.xml:31 +msgid "If [code]true[/code], enables the specified flag." +msgstr "" + +#: doc/classes/HingeJoint.xml:39 doc/classes/PinJoint.xml:24 +msgid "Sets the value of the specified parameter." +msgstr "" + +#: doc/classes/HingeJoint.xml:45 doc/classes/HingeJoint.xml:85 +#: doc/classes/PhysicsServer.xml:977 +msgid "" +"The speed with which the rotation across the axis perpendicular to the hinge " +"gets corrected." +msgstr "" + +#: doc/classes/HingeJoint.xml:48 doc/classes/HingeJoint.xml:102 +msgid "" +"If [code]true[/code], the hinges maximum and minimum rotation, defined by " +"[member angular_limit/lower] and [member angular_limit/upper] has effects." +msgstr "" + +#: doc/classes/HingeJoint.xml:51 doc/classes/HingeJoint.xml:82 +msgid "" +"The minimum rotation. Only active if [member angular_limit/enable] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/HingeJoint.xml:54 doc/classes/HingeJoint.xml:90 +#: doc/classes/PhysicsServer.xml:982 +msgid "The lower this value, the more the rotation gets slowed down." +msgstr "" + +#: doc/classes/HingeJoint.xml:59 doc/classes/HingeJoint.xml:79 +msgid "" +"The maximum rotation. Only active if [member angular_limit/enable] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/HingeJoint.xml:62 doc/classes/HingeJoint.xml:105 +msgid "When activated, a motor turns the hinge." +msgstr "" + +#: doc/classes/HingeJoint.xml:65 doc/classes/HingeJoint.xml:96 +#: doc/classes/PhysicsServer.xml:988 +msgid "Maximum acceleration for the motor." +msgstr "" + +#: doc/classes/HingeJoint.xml:68 doc/classes/HingeJoint.xml:93 +#: doc/classes/PhysicsServer.xml:985 +msgid "Target speed for the motor." +msgstr "" + +#: doc/classes/HingeJoint.xml:71 doc/classes/HingeJoint.xml:76 +#: doc/classes/PhysicsServer.xml:968 +msgid "" +"The speed with which the two bodies get pulled together when they move in " +"different directions." +msgstr "" + +#: doc/classes/HMACContext.xml:4 +msgid "Used to create an HMAC for a message using a key." +msgstr "" + +#: doc/classes/HMACContext.xml:7 +msgid "" +"The HMACContext class is useful for advanced HMAC use cases, such as " +"streaming the message as it supports creating the message over time rather " +"than providing it all at once.\n" +"[codeblock]\n" +"extends Node\n" +"var ctx = HMACContext.new()\n" +"\n" +"func _ready():\n" +" var key = \"supersecret\".to_utf8()\n" +" var err = ctx.start(HashingContext.HASH_SHA256, key)\n" +" assert(err == OK)\n" +" var msg1 = \"this is \".to_utf8()\n" +" var msg2 = \"vewy vewy secret\".to_utf8()\n" +" err = ctx.update(msg1)\n" +" assert(err == OK)\n" +" err = ctx.update(msg2)\n" +" assert(err == OK)\n" +" var hmac = ctx.finish()\n" +" print(hmac.hex_encode())\n" +"[/codeblock]\n" +"And in C# we can use the following.\n" +"[codeblock]\n" +"using Godot;\n" +"using System;\n" +"using System.Diagnostics;\n" +"\n" +"public class CryptoNode : Node\n" +"{\n" +" private HMACContext ctx = new HMACContext();\n" +" public override void _Ready()\n" +" {\n" +" PoolByteArray key = String(\"supersecret\").to_utf8();\n" +" Error err = ctx.Start(HashingContext.HASH_SHA256, key);\n" +" GD.Assert(err == OK);\n" +" PoolByteArray msg1 = String(\"this is \").to_utf8();\n" +" PoolByteArray msg2 = String(\"vewy vew secret\").to_utf8();\n" +" err = ctx.Update(msg1);\n" +" GD.Assert(err == OK);\n" +" err = ctx.Update(msg2);\n" +" GD.Assert(err == OK);\n" +" PoolByteArray hmac = ctx.Finish();\n" +" GD.Print(hmac.HexEncode());\n" +" }\n" +"}\n" +"[/codeblock]\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/HMACContext.xml:58 +msgid "" +"Returns the resulting HMAC. If the HMAC failed, an empty [PoolByteArray] is " +"returned." +msgstr "" + +#: doc/classes/HMACContext.xml:66 +msgid "" +"Initializes the HMACContext. This method cannot be called again on the same " +"HMACContext until [method finish] has been called." +msgstr "" + +#: doc/classes/HMACContext.xml:73 +msgid "" +"Updates the message to be HMACed. This can be called multiple times before " +"[method finish] is called to append [code]data[/code] to the message, but " +"cannot be called until [method start] has been called." +msgstr "" + +#: doc/classes/HScrollBar.xml:4 +msgid "Horizontal scroll bar." +msgstr "" + +#: doc/classes/HScrollBar.xml:7 +msgid "" +"Horizontal version of [ScrollBar], which goes from left (min) to right (max)." +msgstr "" + +#: doc/classes/HScrollBar.xml:17 +msgid "" +"Icon used as a button to scroll the [ScrollBar] left. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/HScrollBar.xml:20 doc/classes/VScrollBar.xml:24 +msgid "Displayed when the mouse cursor hovers over the decrement button." +msgstr "" + +#: doc/classes/HScrollBar.xml:23 doc/classes/VScrollBar.xml:27 +msgid "Displayed when the decrement button is being pressed." +msgstr "" + +#: doc/classes/HScrollBar.xml:26 doc/classes/VScrollBar.xml:30 +msgid "" +"Used as texture for the grabber, the draggable element representing current " +"scroll." +msgstr "" + +#: doc/classes/HScrollBar.xml:29 doc/classes/VScrollBar.xml:33 +msgid "Used when the mouse hovers over the grabber." +msgstr "" + +#: doc/classes/HScrollBar.xml:32 doc/classes/VScrollBar.xml:36 +msgid "Used when the grabber is being dragged." +msgstr "" + +#: doc/classes/HScrollBar.xml:35 +msgid "" +"Icon used as a button to scroll the [ScrollBar] right. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/HScrollBar.xml:38 doc/classes/VScrollBar.xml:42 +msgid "Displayed when the mouse cursor hovers over the increment button." +msgstr "" + +#: doc/classes/HScrollBar.xml:41 doc/classes/VScrollBar.xml:45 +msgid "Displayed when the increment button is being pressed." +msgstr "" + +#: doc/classes/HScrollBar.xml:44 doc/classes/VScrollBar.xml:48 +msgid "Used as background of this [ScrollBar]." +msgstr "" + +#: doc/classes/HScrollBar.xml:47 doc/classes/VScrollBar.xml:51 +msgid "Used as background when the [ScrollBar] has the GUI focus." +msgstr "" + +#: doc/classes/HSeparator.xml:4 +msgid "Horizontal separator." +msgstr "" + +#: doc/classes/HSeparator.xml:7 +msgid "" +"Horizontal separator. See [Separator]. Even though it looks horizontal, it " +"is used to separate objects vertically." +msgstr "" + +#: doc/classes/HSeparator.xml:17 +msgid "" +"The height of the area covered by the separator. Effectively works like a " +"minimum height." +msgstr "" + +#: doc/classes/HSeparator.xml:20 +msgid "The style for the separator line. Works best with [StyleBoxLine]." +msgstr "" + +#: doc/classes/HSlider.xml:4 +msgid "Horizontal slider." +msgstr "" + +#: doc/classes/HSlider.xml:7 +msgid "" +"Horizontal slider. See [Slider]. This one goes from left (min) to right " +"(max).\n" +"[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] " +"signals are part of the [Range] class which this class inherits from." +msgstr "" + +#: doc/classes/HSlider.xml:18 doc/classes/VSlider.xml:22 +msgid "The texture for the grabber (the draggable element)." +msgstr "" + +#: doc/classes/HSlider.xml:21 +msgid "The background of the area to the left of the grabber." +msgstr "" + +#: doc/classes/HSlider.xml:26 doc/classes/VSlider.xml:30 +msgid "The texture for the grabber when it's disabled." +msgstr "" + +#: doc/classes/HSlider.xml:29 doc/classes/VSlider.xml:33 +msgid "The texture for the grabber when it's focused." +msgstr "" + +#: doc/classes/HSlider.xml:32 +msgid "" +"The background for the whole slider. Determines the height of the " +"[code]grabber_area[/code]." +msgstr "" + +#: doc/classes/HSlider.xml:35 doc/classes/VSlider.xml:39 +msgid "" +"The texture for the ticks, visible when [member Slider.tick_count] is " +"greater than 0." +msgstr "" + +#: doc/classes/HSplitContainer.xml:4 +msgid "Horizontal split container." +msgstr "" + +#: doc/classes/HSplitContainer.xml:7 +msgid "" +"Horizontal split container. See [SplitContainer]. This goes from left to " +"right." +msgstr "" + +#: doc/classes/HSplitContainer.xml:17 doc/classes/VSplitContainer.xml:17 +msgid "" +"Boolean value. If 1 ([code]true[/code]), the grabber will hide automatically " +"when it isn't under the cursor. If 0 ([code]false[/code]), it's always " +"visible." +msgstr "" + +#: doc/classes/HSplitContainer.xml:22 doc/classes/VSplitContainer.xml:22 +msgid "The icon used for the grabber drawn in the middle area." +msgstr "" + +#: doc/classes/HSplitContainer.xml:25 doc/classes/VSplitContainer.xml:25 +msgid "The space between sides of the container." +msgstr "" + +#: doc/classes/HTTPClient.xml:4 +msgid "Low-level hyper-text transfer protocol client." +msgstr "" + +#: doc/classes/HTTPClient.xml:7 +msgid "" +"Hyper-text transfer protocol client (sometimes called \"User Agent\"). Used " +"to make HTTP requests to download web content, upload files and other data " +"or to communicate with various services, among other use cases. [b]See the " +"[HTTPRequest] node for a higher-level alternative.[/b]\n" +"[b]Note:[/b] This client only needs to connect to a host once (see [method " +"connect_to_host]) to send multiple requests. Because of this, methods that " +"take URLs usually take just the part after the host instead of the full URL, " +"as the client is already connected to a host. See [method request] for a " +"full example and to get started.\n" +"A [HTTPClient] should be reused between multiple requests or to connect to " +"different hosts instead of creating one client per request. Supports SSL and " +"SSL server certificate verification. HTTP status codes in the 2xx range " +"indicate success, 3xx redirection (i.e. \"try again, but over here\"), 4xx " +"something was wrong with the request, and 5xx something went wrong on the " +"server's side.\n" +"For more information on HTTP, see https://developer.mozilla.org/en-US/docs/" +"Web/HTTP (or read RFC 2616 to get it straight from the source: https://tools." +"ietf.org/html/rfc2616).\n" +"[b]Note:[/b] When performing HTTP requests from a project exported to HTML5, " +"keep in mind the remote server may not allow requests from foreign origins " +"due to [url=https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS]CORS[/" +"url]. If you host the server in question, you should modify its backend to " +"allow requests from foreign origins by adding the [code]Access-Control-Allow-" +"Origin: *[/code] HTTP header.\n" +"[b]Note:[/b] SSL/TLS support is currently limited to TLS 1.0, TLS 1.1, and " +"TLS 1.2. Attempting to connect to a TLS 1.3-only server will return an " +"error.\n" +"[b]Warning:[/b] SSL/TLS certificate revocation and certificate pinning are " +"currently not supported. Revoked certificates are accepted as long as they " +"are otherwise valid. If this is a concern, you may want to use automatically " +"managed certificates with a short validity period." +msgstr "" + +#: doc/classes/HTTPClient.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/http_client_class." +"html" +msgstr "" + +#: doc/classes/HTTPClient.xml:17 doc/classes/HTTPRequest.xml:71 +#: doc/classes/StreamPeerSSL.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/ssl_certificates." +"html" +msgstr "" + +#: doc/classes/HTTPClient.xml:23 +msgid "Closes the current connection, allowing reuse of this [HTTPClient]." +msgstr "" + +#: doc/classes/HTTPClient.xml:33 +msgid "" +"Connects to a host. This needs to be done before any requests are sent.\n" +"The host should not have http:// prepended but will strip the protocol " +"identifier if provided.\n" +"If no [code]port[/code] is specified (or [code]-1[/code] is used), it is " +"automatically set to 80 for HTTP and 443 for HTTPS (if [code]use_ssl[/code] " +"is enabled).\n" +"[code]verify_host[/code] will check the SSL identity of the host if set to " +"[code]true[/code]." +msgstr "" + +#: doc/classes/HTTPClient.xml:42 +msgid "" +"Returns the response's body length.\n" +"[b]Note:[/b] Some Web servers may not send a body length. In this case, the " +"value returned will be [code]-1[/code]. If using chunked transfer encoding, " +"the body length will also be [code]-1[/code]." +msgstr "" + +#: doc/classes/HTTPClient.xml:49 +msgid "Returns the response's HTTP status code." +msgstr "" + +#: doc/classes/HTTPClient.xml:55 +msgid "Returns the response headers." +msgstr "" + +#: doc/classes/HTTPClient.xml:61 +msgid "" +"Returns all response headers as a Dictionary of structure [code]{ \"key\": " +"\"value1; value2\" }[/code] where the case-sensitivity of the keys and " +"values is kept like the server delivers it. A value is a simple String, this " +"string can have more than one value where \"; \" is used as separator.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"{\n" +" \"content-length\": 12,\n" +" \"Content-Type\": \"application/json; charset=UTF-8\",\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/HTTPClient.xml:74 +msgid "" +"Returns a [enum Status] constant. Need to call [method poll] in order to get " +"status updates." +msgstr "" + +#: doc/classes/HTTPClient.xml:80 +msgid "If [code]true[/code], this [HTTPClient] has a response available." +msgstr "" + +#: doc/classes/HTTPClient.xml:86 +msgid "If [code]true[/code], this [HTTPClient] has a response that is chunked." +msgstr "" + +#: doc/classes/HTTPClient.xml:92 +msgid "" +"This needs to be called in order to have any request processed. Check " +"results with [method get_status]." +msgstr "" + +#: doc/classes/HTTPClient.xml:99 +msgid "" +"Generates a GET/POST application/x-www-form-urlencoded style query string " +"from a provided dictionary, e.g.:\n" +"[codeblock]\n" +"var fields = {\"username\": \"user\", \"password\": \"pass\"}\n" +"var query_string = http_client.query_string_from_dict(fields)\n" +"# Returns \"username=user&password=pass\"\n" +"[/codeblock]\n" +"Furthermore, if a key has a [code]null[/code] value, only the key itself is " +"added, without equal sign and value. If the value is an array, for each " +"value in it a pair with the same key is added.\n" +"[codeblock]\n" +"var fields = {\"single\": 123, \"not_valued\": null, \"multiple\": [22, 33, " +"44]}\n" +"var query_string = http_client.query_string_from_dict(fields)\n" +"# Returns \"single=123¬_valued&multiple=22&multiple=33&multiple=44\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/HTTPClient.xml:116 +msgid "Reads one chunk from the response." +msgstr "" + +#: doc/classes/HTTPClient.xml:126 +msgid "" +"Sends a request to the connected host.\n" +"The URL parameter is usually just the part after the host, so for " +"[code]http://somehost.com/index.php[/code], it is [code]/index.php[/code]. " +"When sending requests to an HTTP proxy server, it should be an absolute URL. " +"For [constant HTTPClient.METHOD_OPTIONS] requests, [code]*[/code] is also " +"allowed. For [constant HTTPClient.METHOD_CONNECT] requests, it should be the " +"authority component ([code]host:port[/code]).\n" +"Headers are HTTP request headers. For available HTTP methods, see [enum " +"Method].\n" +"To create a POST request with query strings to push to the server, do:\n" +"[codeblock]\n" +"var fields = {\"username\" : \"user\", \"password\" : \"pass\"}\n" +"var query_string = http_client.query_string_from_dict(fields)\n" +"var headers = [\"Content-Type: application/x-www-form-urlencoded\", " +"\"Content-Length: \" + str(query_string.length())]\n" +"var result = http_client.request(http_client.METHOD_POST, \"/index.php\", " +"headers, query_string)\n" +"[/codeblock]\n" +"[b]Note:[/b] The [code]request_data[/code] parameter is ignored if " +"[code]method[/code] is [constant HTTPClient.METHOD_GET]. This is because GET " +"methods can't contain request data. As a workaround, you can pass request " +"data as a query string in the URL. See [method String.http_escape] for an " +"example." +msgstr "" + +#: doc/classes/HTTPClient.xml:146 +msgid "" +"Sends a raw request to the connected host.\n" +"The URL parameter is usually just the part after the host, so for " +"[code]http://somehost.com/index.php[/code], it is [code]/index.php[/code]. " +"When sending requests to an HTTP proxy server, it should be an absolute URL. " +"For [constant HTTPClient.METHOD_OPTIONS] requests, [code]*[/code] is also " +"allowed. For [constant HTTPClient.METHOD_CONNECT] requests, it should be the " +"authority component ([code]host:port[/code]).\n" +"Headers are HTTP request headers. For available HTTP methods, see [enum " +"Method].\n" +"Sends the body data raw, as a byte array and does not encode it in any way." +msgstr "" + +#: doc/classes/HTTPClient.xml:155 +msgid "" +"If [code]true[/code], execution will block until all data is read from the " +"response." +msgstr "" + +#: doc/classes/HTTPClient.xml:158 +msgid "The connection to use for this client." +msgstr "" + +#: doc/classes/HTTPClient.xml:161 +msgid "" +"The size of the buffer used and maximum bytes to read per iteration. See " +"[method read_response_body_chunk]." +msgstr "" + +#: doc/classes/HTTPClient.xml:166 +msgid "" +"HTTP GET method. The GET method requests a representation of the specified " +"resource. Requests using GET should only retrieve data." +msgstr "" + +#: doc/classes/HTTPClient.xml:169 +msgid "" +"HTTP HEAD method. The HEAD method asks for a response identical to that of a " +"GET request, but without the response body. This is useful to request " +"metadata like HTTP headers or to check if a resource exists." +msgstr "" + +#: doc/classes/HTTPClient.xml:172 +msgid "" +"HTTP POST method. The POST method is used to submit an entity to the " +"specified resource, often causing a change in state or side effects on the " +"server. This is often used for forms and submitting data or uploading files." +msgstr "" + +#: doc/classes/HTTPClient.xml:175 +msgid "" +"HTTP PUT method. The PUT method asks to replace all current representations " +"of the target resource with the request payload. (You can think of POST as " +"\"create or update\" and PUT as \"update\", although many services tend to " +"not make a clear distinction or change their meaning)." +msgstr "" + +#: doc/classes/HTTPClient.xml:178 +msgid "" +"HTTP DELETE method. The DELETE method requests to delete the specified " +"resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:181 +msgid "" +"HTTP OPTIONS method. The OPTIONS method asks for a description of the " +"communication options for the target resource. Rarely used." +msgstr "" + +#: doc/classes/HTTPClient.xml:184 +msgid "" +"HTTP TRACE method. The TRACE method performs a message loop-back test along " +"the path to the target resource. Returns the entire HTTP request received in " +"the response body. Rarely used." +msgstr "" + +#: doc/classes/HTTPClient.xml:187 +msgid "" +"HTTP CONNECT method. The CONNECT method establishes a tunnel to the server " +"identified by the target resource. Rarely used." +msgstr "" + +#: doc/classes/HTTPClient.xml:190 +msgid "" +"HTTP PATCH method. The PATCH method is used to apply partial modifications " +"to a resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:193 +msgid "Represents the size of the [enum Method] enum." +msgstr "" + +#: doc/classes/HTTPClient.xml:196 +msgid "Status: Disconnected from the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:199 +msgid "Status: Currently resolving the hostname for the given URL into an IP." +msgstr "" + +#: doc/classes/HTTPClient.xml:202 +msgid "Status: DNS failure: Can't resolve the hostname for the given URL." +msgstr "" + +#: doc/classes/HTTPClient.xml:205 +msgid "Status: Currently connecting to server." +msgstr "" + +#: doc/classes/HTTPClient.xml:208 +msgid "Status: Can't connect to the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:211 +msgid "Status: Connection established." +msgstr "" + +#: doc/classes/HTTPClient.xml:214 +msgid "Status: Currently sending request." +msgstr "" + +#: doc/classes/HTTPClient.xml:217 +msgid "Status: HTTP body received." +msgstr "" + +#: doc/classes/HTTPClient.xml:220 +msgid "Status: Error in HTTP connection." +msgstr "" + +#: doc/classes/HTTPClient.xml:223 +msgid "Status: Error in SSL handshake." +msgstr "" + +#: doc/classes/HTTPClient.xml:226 +msgid "" +"HTTP status code [code]100 Continue[/code]. Interim response that indicates " +"everything so far is OK and that the client should continue with the request " +"(or ignore this status if already finished)." +msgstr "" + +#: doc/classes/HTTPClient.xml:229 +msgid "" +"HTTP status code [code]101 Switching Protocol[/code]. Sent in response to an " +"[code]Upgrade[/code] request header by the client. Indicates the protocol " +"the server is switching to." +msgstr "" + +#: doc/classes/HTTPClient.xml:232 +msgid "" +"HTTP status code [code]102 Processing[/code] (WebDAV). Indicates that the " +"server has received and is processing the request, but no response is " +"available yet." +msgstr "" + +#: doc/classes/HTTPClient.xml:235 +msgid "" +"HTTP status code [code]200 OK[/code]. The request has succeeded. Default " +"response for successful requests. Meaning varies depending on the request. " +"GET: The resource has been fetched and is transmitted in the message body. " +"HEAD: The entity headers are in the message body. POST: The resource " +"describing the result of the action is transmitted in the message body. " +"TRACE: The message body contains the request message as received by the " +"server." +msgstr "" + +#: doc/classes/HTTPClient.xml:238 +msgid "" +"HTTP status code [code]201 Created[/code]. The request has succeeded and a " +"new resource has been created as a result of it. This is typically the " +"response sent after a PUT request." +msgstr "" + +#: doc/classes/HTTPClient.xml:241 +msgid "" +"HTTP status code [code]202 Accepted[/code]. The request has been received " +"but not yet acted upon. It is non-committal, meaning that there is no way in " +"HTTP to later send an asynchronous response indicating the outcome of " +"processing the request. It is intended for cases where another process or " +"server handles the request, or for batch processing." +msgstr "" + +#: doc/classes/HTTPClient.xml:244 +msgid "" +"HTTP status code [code]203 Non-Authoritative Information[/code]. This " +"response code means returned meta-information set is not exact set as " +"available from the origin server, but collected from a local or a third " +"party copy. Except this condition, 200 OK response should be preferred " +"instead of this response." +msgstr "" + +#: doc/classes/HTTPClient.xml:247 +msgid "" +"HTTP status code [code]204 No Content[/code]. There is no content to send " +"for this request, but the headers may be useful. The user-agent may update " +"its cached headers for this resource with the new ones." +msgstr "" + +#: doc/classes/HTTPClient.xml:250 +msgid "" +"HTTP status code [code]205 Reset Content[/code]. The server has fulfilled " +"the request and desires that the client resets the \"document view\" that " +"caused the request to be sent to its original state as received from the " +"origin server." +msgstr "" + +#: doc/classes/HTTPClient.xml:253 +msgid "" +"HTTP status code [code]206 Partial Content[/code]. This response code is " +"used because of a range header sent by the client to separate download into " +"multiple streams." +msgstr "" + +#: doc/classes/HTTPClient.xml:256 +msgid "" +"HTTP status code [code]207 Multi-Status[/code] (WebDAV). A Multi-Status " +"response conveys information about multiple resources in situations where " +"multiple status codes might be appropriate." +msgstr "" + +#: doc/classes/HTTPClient.xml:259 +msgid "" +"HTTP status code [code]208 Already Reported[/code] (WebDAV). Used inside a " +"DAV: propstat response element to avoid enumerating the internal members of " +"multiple bindings to the same collection repeatedly." +msgstr "" + +#: doc/classes/HTTPClient.xml:262 +msgid "" +"HTTP status code [code]226 IM Used[/code] (WebDAV). The server has fulfilled " +"a GET request for the resource, and the response is a representation of the " +"result of one or more instance-manipulations applied to the current instance." +msgstr "" + +#: doc/classes/HTTPClient.xml:265 +msgid "" +"HTTP status code [code]300 Multiple Choice[/code]. The request has more than " +"one possible responses and there is no standardized way to choose one of the " +"responses. User-agent or user should choose one of them." +msgstr "" + +#: doc/classes/HTTPClient.xml:268 +msgid "" +"HTTP status code [code]301 Moved Permanently[/code]. Redirection. This " +"response code means the URI of requested resource has been changed. The new " +"URI is usually included in the response." +msgstr "" + +#: doc/classes/HTTPClient.xml:271 +msgid "" +"HTTP status code [code]302 Found[/code]. Temporary redirection. This " +"response code means the URI of requested resource has been changed " +"temporarily. New changes in the URI might be made in the future. Therefore, " +"this same URI should be used by the client in future requests." +msgstr "" + +#: doc/classes/HTTPClient.xml:274 +msgid "" +"HTTP status code [code]303 See Other[/code]. The server is redirecting the " +"user agent to a different resource, as indicated by a URI in the Location " +"header field, which is intended to provide an indirect response to the " +"original request." +msgstr "" + +#: doc/classes/HTTPClient.xml:277 +msgid "" +"HTTP status code [code]304 Not Modified[/code]. A conditional GET or HEAD " +"request has been received and would have resulted in a 200 OK response if it " +"were not for the fact that the condition evaluated to [code]false[/code]." +msgstr "" + +#: doc/classes/HTTPClient.xml:280 +msgid "" +"HTTP status code [code]305 Use Proxy[/code]. [i]Deprecated. Do not use.[/i]" +msgstr "" + +#: doc/classes/HTTPClient.xml:283 +msgid "" +"HTTP status code [code]306 Switch Proxy[/code]. [i]Deprecated. Do not use.[/" +"i]" +msgstr "" + +#: doc/classes/HTTPClient.xml:286 +msgid "" +"HTTP status code [code]307 Temporary Redirect[/code]. The target resource " +"resides temporarily under a different URI and the user agent MUST NOT change " +"the request method if it performs an automatic redirection to that URI." +msgstr "" + +#: doc/classes/HTTPClient.xml:289 +msgid "" +"HTTP status code [code]308 Permanent Redirect[/code]. The target resource " +"has been assigned a new permanent URI and any future references to this " +"resource ought to use one of the enclosed URIs." +msgstr "" + +#: doc/classes/HTTPClient.xml:292 +msgid "" +"HTTP status code [code]400 Bad Request[/code]. The request was invalid. The " +"server cannot or will not process the request due to something that is " +"perceived to be a client error (e.g., malformed request syntax, invalid " +"request message framing, invalid request contents, or deceptive request " +"routing)." +msgstr "" + +#: doc/classes/HTTPClient.xml:295 +msgid "" +"HTTP status code [code]401 Unauthorized[/code]. Credentials required. The " +"request has not been applied because it lacks valid authentication " +"credentials for the target resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:298 +msgid "" +"HTTP status code [code]402 Payment Required[/code]. This response code is " +"reserved for future use. Initial aim for creating this code was using it for " +"digital payment systems, however this is not currently used." +msgstr "" + +#: doc/classes/HTTPClient.xml:301 +msgid "" +"HTTP status code [code]403 Forbidden[/code]. The client does not have access " +"rights to the content, i.e. they are unauthorized, so server is rejecting to " +"give proper response. Unlike [code]401[/code], the client's identity is " +"known to the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:304 +msgid "" +"HTTP status code [code]404 Not Found[/code]. The server can not find " +"requested resource. Either the URL is not recognized or the endpoint is " +"valid but the resource itself does not exist. May also be sent instead of " +"403 to hide existence of a resource if the client is not authorized." +msgstr "" + +#: doc/classes/HTTPClient.xml:307 +msgid "" +"HTTP status code [code]405 Method Not Allowed[/code]. The request's HTTP " +"method is known by the server but has been disabled and cannot be used. For " +"example, an API may forbid DELETE-ing a resource. The two mandatory methods, " +"GET and HEAD, must never be disabled and should not return this error code." +msgstr "" + +#: doc/classes/HTTPClient.xml:310 +msgid "" +"HTTP status code [code]406 Not Acceptable[/code]. The target resource does " +"not have a current representation that would be acceptable to the user " +"agent, according to the proactive negotiation header fields received in the " +"request. Used when negotiation content." +msgstr "" + +#: doc/classes/HTTPClient.xml:313 +msgid "" +"HTTP status code [code]407 Proxy Authentication Required[/code]. Similar to " +"401 Unauthorized, but it indicates that the client needs to authenticate " +"itself in order to use a proxy." +msgstr "" + +#: doc/classes/HTTPClient.xml:316 +msgid "" +"HTTP status code [code]408 Request Timeout[/code]. The server did not " +"receive a complete request message within the time that it was prepared to " +"wait." +msgstr "" + +#: doc/classes/HTTPClient.xml:319 +msgid "" +"HTTP status code [code]409 Conflict[/code]. The request could not be " +"completed due to a conflict with the current state of the target resource. " +"This code is used in situations where the user might be able to resolve the " +"conflict and resubmit the request." +msgstr "" + +#: doc/classes/HTTPClient.xml:322 +msgid "" +"HTTP status code [code]410 Gone[/code]. The target resource is no longer " +"available at the origin server and this condition is likely permanent." +msgstr "" + +#: doc/classes/HTTPClient.xml:325 +msgid "" +"HTTP status code [code]411 Length Required[/code]. The server refuses to " +"accept the request without a defined Content-Length header." +msgstr "" + +#: doc/classes/HTTPClient.xml:328 +msgid "" +"HTTP status code [code]412 Precondition Failed[/code]. One or more " +"conditions given in the request header fields evaluated to [code]false[/" +"code] when tested on the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:331 +msgid "" +"HTTP status code [code]413 Entity Too Large[/code]. The server is refusing " +"to process a request because the request payload is larger than the server " +"is willing or able to process." +msgstr "" + +#: doc/classes/HTTPClient.xml:334 +msgid "" +"HTTP status code [code]414 Request-URI Too Long[/code]. The server is " +"refusing to service the request because the request-target is longer than " +"the server is willing to interpret." +msgstr "" + +#: doc/classes/HTTPClient.xml:337 +msgid "" +"HTTP status code [code]415 Unsupported Media Type[/code]. The origin server " +"is refusing to service the request because the payload is in a format not " +"supported by this method on the target resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:340 +msgid "" +"HTTP status code [code]416 Requested Range Not Satisfiable[/code]. None of " +"the ranges in the request's Range header field overlap the current extent of " +"the selected resource or the set of ranges requested has been rejected due " +"to invalid ranges or an excessive request of small or overlapping ranges." +msgstr "" + +#: doc/classes/HTTPClient.xml:343 +msgid "" +"HTTP status code [code]417 Expectation Failed[/code]. The expectation given " +"in the request's Expect header field could not be met by at least one of the " +"inbound servers." +msgstr "" + +#: doc/classes/HTTPClient.xml:346 +msgid "" +"HTTP status code [code]418 I'm A Teapot[/code]. Any attempt to brew coffee " +"with a teapot should result in the error code \"418 I'm a teapot\". The " +"resulting entity body MAY be short and stout." +msgstr "" + +#: doc/classes/HTTPClient.xml:349 +msgid "" +"HTTP status code [code]421 Misdirected Request[/code]. The request was " +"directed at a server that is not able to produce a response. This can be " +"sent by a server that is not configured to produce responses for the " +"combination of scheme and authority that are included in the request URI." +msgstr "" + +#: doc/classes/HTTPClient.xml:352 +msgid "" +"HTTP status code [code]422 Unprocessable Entity[/code] (WebDAV). The server " +"understands the content type of the request entity (hence a 415 Unsupported " +"Media Type status code is inappropriate), and the syntax of the request " +"entity is correct (thus a 400 Bad Request status code is inappropriate) but " +"was unable to process the contained instructions." +msgstr "" + +#: doc/classes/HTTPClient.xml:355 +msgid "" +"HTTP status code [code]423 Locked[/code] (WebDAV). The source or destination " +"resource of a method is locked." +msgstr "" + +#: doc/classes/HTTPClient.xml:358 +msgid "" +"HTTP status code [code]424 Failed Dependency[/code] (WebDAV). The method " +"could not be performed on the resource because the requested action depended " +"on another action and that action failed." +msgstr "" + +#: doc/classes/HTTPClient.xml:361 +msgid "" +"HTTP status code [code]426 Upgrade Required[/code]. The server refuses to " +"perform the request using the current protocol but might be willing to do so " +"after the client upgrades to a different protocol." +msgstr "" + +#: doc/classes/HTTPClient.xml:364 +msgid "" +"HTTP status code [code]428 Precondition Required[/code]. The origin server " +"requires the request to be conditional." +msgstr "" + +#: doc/classes/HTTPClient.xml:367 +msgid "" +"HTTP status code [code]429 Too Many Requests[/code]. The user has sent too " +"many requests in a given amount of time (see \"rate limiting\"). Back off " +"and increase time between requests or try again later." +msgstr "" + +#: doc/classes/HTTPClient.xml:370 +msgid "" +"HTTP status code [code]431 Request Header Fields Too Large[/code]. The " +"server is unwilling to process the request because its header fields are too " +"large. The request MAY be resubmitted after reducing the size of the request " +"header fields." +msgstr "" + +#: doc/classes/HTTPClient.xml:373 +msgid "" +"HTTP status code [code]451 Response Unavailable For Legal Reasons[/code]. " +"The server is denying access to the resource as a consequence of a legal " +"demand." +msgstr "" + +#: doc/classes/HTTPClient.xml:376 +msgid "" +"HTTP status code [code]500 Internal Server Error[/code]. The server " +"encountered an unexpected condition that prevented it from fulfilling the " +"request." +msgstr "" + +#: doc/classes/HTTPClient.xml:379 +msgid "" +"HTTP status code [code]501 Not Implemented[/code]. The server does not " +"support the functionality required to fulfill the request." +msgstr "" + +#: doc/classes/HTTPClient.xml:382 +msgid "" +"HTTP status code [code]502 Bad Gateway[/code]. The server, while acting as a " +"gateway or proxy, received an invalid response from an inbound server it " +"accessed while attempting to fulfill the request. Usually returned by load " +"balancers or proxies." +msgstr "" + +#: doc/classes/HTTPClient.xml:385 +msgid "" +"HTTP status code [code]503 Service Unavailable[/code]. The server is " +"currently unable to handle the request due to a temporary overload or " +"scheduled maintenance, which will likely be alleviated after some delay. Try " +"again later." +msgstr "" + +#: doc/classes/HTTPClient.xml:388 +msgid "" +"HTTP status code [code]504 Gateway Timeout[/code]. The server, while acting " +"as a gateway or proxy, did not receive a timely response from an upstream " +"server it needed to access in order to complete the request. Usually " +"returned by load balancers or proxies." +msgstr "" + +#: doc/classes/HTTPClient.xml:391 +msgid "" +"HTTP status code [code]505 HTTP Version Not Supported[/code]. The server " +"does not support, or refuses to support, the major version of HTTP that was " +"used in the request message." +msgstr "" + +#: doc/classes/HTTPClient.xml:394 +msgid "" +"HTTP status code [code]506 Variant Also Negotiates[/code]. The server has an " +"internal configuration error: the chosen variant resource is configured to " +"engage in transparent content negotiation itself, and is therefore not a " +"proper end point in the negotiation process." +msgstr "" + +#: doc/classes/HTTPClient.xml:397 +msgid "" +"HTTP status code [code]507 Insufficient Storage[/code]. The method could not " +"be performed on the resource because the server is unable to store the " +"representation needed to successfully complete the request." +msgstr "" + +#: doc/classes/HTTPClient.xml:400 +msgid "" +"HTTP status code [code]508 Loop Detected[/code]. The server terminated an " +"operation because it encountered an infinite loop while processing a request " +"with \"Depth: infinity\". This status indicates that the entire operation " +"failed." +msgstr "" + +#: doc/classes/HTTPClient.xml:403 +msgid "" +"HTTP status code [code]510 Not Extended[/code]. The policy for accessing the " +"resource has not been met in the request. The server should send back all " +"the information necessary for the client to issue an extended request." +msgstr "" + +#: doc/classes/HTTPClient.xml:406 +msgid "" +"HTTP status code [code]511 Network Authentication Required[/code]. The " +"client needs to authenticate to gain network access." +msgstr "" + +#: doc/classes/HTTPRequest.xml:4 +msgid "A node with the ability to send HTTP(S) requests." +msgstr "" + +#: doc/classes/HTTPRequest.xml:7 +msgid "" +"A node with the ability to send HTTP requests. Uses [HTTPClient] " +"internally.\n" +"Can be used to make HTTP requests, i.e. download or upload files or web " +"content via HTTP.\n" +"[b]Warning:[/b] See the notes and warnings on [HTTPClient] for limitations, " +"especially regarding SSL security.\n" +"[b]Example of contacting a REST API and printing one of its returned fields:" +"[/b]\n" +"[codeblock]\n" +"func _ready():\n" +" # Create an HTTP request node and connect its completion signal.\n" +" var http_request = HTTPRequest.new()\n" +" add_child(http_request)\n" +" http_request.connect(\"request_completed\", self, " +"\"_http_request_completed\")\n" +"\n" +" # Perform a GET request. The URL below returns JSON as of writing.\n" +" var error = http_request.request(\"https://httpbin.org/get\")\n" +" if error != OK:\n" +" push_error(\"An error occurred in the HTTP request.\")\n" +"\n" +" # Perform a POST request. The URL below returns JSON as of writing.\n" +" # Note: Don't make simultaneous requests using a single HTTPRequest " +"node.\n" +" # The snippet below is provided for reference only.\n" +" var body = {\"name\": \"Godette\"}\n" +" error = http_request.request(\"https://httpbin.org/post\", [], true, " +"HTTPClient.METHOD_POST, body)\n" +" if error != OK:\n" +" push_error(\"An error occurred in the HTTP request.\")\n" +"\n" +"\n" +"# Called when the HTTP request is completed.\n" +"func _http_request_completed(result, response_code, headers, body):\n" +" var response = parse_json(body.get_string_from_utf8())\n" +"\n" +" # Will print the user agent string used by the HTTPRequest node (as " +"recognized by httpbin.org).\n" +" print(response.headers[\"User-Agent\"])\n" +"[/codeblock]\n" +"[b]Example of loading and displaying an image using HTTPRequest:[/b]\n" +"[codeblock]\n" +"func _ready():\n" +" # Create an HTTP request node and connect its completion signal.\n" +" var http_request = HTTPRequest.new()\n" +" add_child(http_request)\n" +" http_request.connect(\"request_completed\", self, " +"\"_http_request_completed\")\n" +"\n" +" # Perform the HTTP request. The URL below returns a PNG image as of " +"writing.\n" +" var error = http_request.request(\"https://via.placeholder.com/512\")\n" +" if error != OK:\n" +" push_error(\"An error occurred in the HTTP request.\")\n" +"\n" +"\n" +"# Called when the HTTP request is completed.\n" +"func _http_request_completed(result, response_code, headers, body):\n" +" var image = Image.new()\n" +" var error = image.load_png_from_buffer(body)\n" +" if error != OK:\n" +" push_error(\"Couldn't load the image.\")\n" +"\n" +" var texture = ImageTexture.new()\n" +" texture.create_from_image(image)\n" +"\n" +" # Display the image in a TextureRect node.\n" +" var texture_rect = TextureRect.new()\n" +" add_child(texture_rect)\n" +" texture_rect.texture = texture\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/HTTPRequest.xml:70 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/http_request_class." +"html" +msgstr "" + +#: doc/classes/HTTPRequest.xml:77 +msgid "Cancels the current request." +msgstr "" + +#: doc/classes/HTTPRequest.xml:83 +msgid "" +"Returns the response body length.\n" +"[b]Note:[/b] Some Web servers may not send a body length. In this case, the " +"value returned will be [code]-1[/code]. If using chunked transfer encoding, " +"the body length will also be [code]-1[/code]." +msgstr "" + +#: doc/classes/HTTPRequest.xml:90 +msgid "Returns the amount of bytes this HTTPRequest downloaded." +msgstr "" + +#: doc/classes/HTTPRequest.xml:96 +msgid "" +"Returns the current status of the underlying [HTTPClient]. See [enum " +"HTTPClient.Status]." +msgstr "" + +#: doc/classes/HTTPRequest.xml:107 +msgid "" +"Creates request on the underlying [HTTPClient]. If there is no configuration " +"errors, it tries to connect using [method HTTPClient.connect_to_host] and " +"passes parameters onto [method HTTPClient.request].\n" +"Returns [constant OK] if request is successfully created. (Does not imply " +"that the server has responded), [constant ERR_UNCONFIGURED] if not in the " +"tree, [constant ERR_BUSY] if still processing previous request, [constant " +"ERR_INVALID_PARAMETER] if given string is not a valid URL format, or " +"[constant ERR_CANT_CONNECT] if not using thread and the [HTTPClient] cannot " +"connect to host.\n" +"[b]Note:[/b] When [code]method[/code] is [constant HTTPClient.METHOD_GET], " +"the payload sent via [code]request_data[/code] might be ignored by the " +"server or even cause the server to reject the request (check [url=https://" +"datatracker.ietf.org/doc/html/rfc7231#section-4.3.1]RFC 7231 section 4.3.1[/" +"url] for more details). As a workaround, you can send data as a query string " +"in the URL. See [method String.http_escape] for an example." +msgstr "" + +#: doc/classes/HTTPRequest.xml:120 +msgid "" +"Creates request on the underlying [HTTPClient] using a raw array of bytes " +"for the request body. If there is no configuration errors, it tries to " +"connect using [method HTTPClient.connect_to_host] and passes parameters onto " +"[method HTTPClient.request].\n" +"Returns [constant OK] if request is successfully created. (Does not imply " +"that the server has responded), [constant ERR_UNCONFIGURED] if not in the " +"tree, [constant ERR_BUSY] if still processing previous request, [constant " +"ERR_INVALID_PARAMETER] if given string is not a valid URL format, or " +"[constant ERR_CANT_CONNECT] if not using thread and the [HTTPClient] cannot " +"connect to host." +msgstr "" + +#: doc/classes/HTTPRequest.xml:127 +msgid "Maximum allowed size for response bodies." +msgstr "" + +#: doc/classes/HTTPRequest.xml:130 +msgid "" +"The size of the buffer used and maximum bytes to read per iteration. See " +"[member HTTPClient.read_chunk_size].\n" +"Set this to a lower value (e.g. 4096 for 4 KiB) when downloading small files " +"to decrease memory usage at the cost of download speeds." +msgstr "" + +#: doc/classes/HTTPRequest.xml:134 +msgid "The file to download into. Will output any received file into it." +msgstr "" + +#: doc/classes/HTTPRequest.xml:137 +msgid "Maximum number of allowed redirects." +msgstr "" + +#: doc/classes/HTTPRequest.xml:142 +msgid "If [code]true[/code], multithreading is used to improve performance." +msgstr "" + +#: doc/classes/HTTPRequest.xml:152 +msgid "Emitted when a request is completed." +msgstr "" + +#: doc/classes/HTTPRequest.xml:158 +msgid "Request successful." +msgstr "" + +#: doc/classes/HTTPRequest.xml:163 +msgid "Request failed while connecting." +msgstr "" + +#: doc/classes/HTTPRequest.xml:166 +msgid "Request failed while resolving." +msgstr "" + +#: doc/classes/HTTPRequest.xml:169 +msgid "Request failed due to connection (read/write) error." +msgstr "" + +#: doc/classes/HTTPRequest.xml:172 +msgid "Request failed on SSL handshake." +msgstr "" + +#: doc/classes/HTTPRequest.xml:175 +msgid "Request does not have a response (yet)." +msgstr "" + +#: doc/classes/HTTPRequest.xml:178 +msgid "Request exceeded its maximum size limit, see [member body_size_limit]." +msgstr "" + +#: doc/classes/HTTPRequest.xml:181 +msgid "Request failed (currently unused)." +msgstr "" + +#: doc/classes/HTTPRequest.xml:184 +msgid "HTTPRequest couldn't open the download file." +msgstr "" + +#: doc/classes/HTTPRequest.xml:187 +msgid "HTTPRequest couldn't write to the download file." +msgstr "" + +#: doc/classes/HTTPRequest.xml:190 +msgid "Request reached its maximum redirect limit, see [member max_redirects]." +msgstr "" + +#: doc/classes/Image.xml:4 +msgid "Image datatype." +msgstr "" + +#: doc/classes/Image.xml:7 +msgid "" +"Native image datatype. Contains image data which can be converted to an " +"[ImageTexture] and provides commonly used [i]image processing[/i] methods. " +"The maximum width and height for an [Image] are [constant MAX_WIDTH] and " +"[constant MAX_HEIGHT].\n" +"An [Image] cannot be assigned to a [code]texture[/code] property of an " +"object directly (such as [Sprite]), and has to be converted manually to an " +"[ImageTexture] first.\n" +"[b]Note:[/b] The maximum image size is 16384×16384 pixels due to graphics " +"hardware limitations. Larger images may fail to import." +msgstr "" + +#: doc/classes/Image.xml:12 doc/classes/ImageTexture.xml:31 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" +"importing_images.html" +msgstr "" + +#: doc/classes/Image.xml:21 +msgid "" +"Alpha-blends [code]src_rect[/code] from [code]src[/code] image to this image " +"at coordinates [code]dest[/code]." +msgstr "" + +#: doc/classes/Image.xml:31 +msgid "" +"Alpha-blends [code]src_rect[/code] from [code]src[/code] image to this image " +"using [code]mask[/code] image at coordinates [code]dst[/code]. Alpha " +"channels are required for both [code]src[/code] and [code]mask[/code]. " +"[code]dst[/code] pixels and [code]src[/code] pixels will blend if the " +"corresponding mask pixel's alpha value is not 0. [code]src[/code] image and " +"[code]mask[/code] image [b]must[/b] have the same size (width and height) " +"but they can have different formats." +msgstr "" + +#: doc/classes/Image.xml:40 +msgid "" +"Copies [code]src_rect[/code] from [code]src[/code] image to this image at " +"coordinates [code]dst[/code]." +msgstr "" + +#: doc/classes/Image.xml:50 +msgid "" +"Blits [code]src_rect[/code] area from [code]src[/code] image to this image " +"at the coordinates given by [code]dst[/code]. [code]src[/code] pixel is " +"copied onto [code]dst[/code] if the corresponding [code]mask[/code] pixel's " +"alpha value is not 0. [code]src[/code] image and [code]mask[/code] image " +"[b]must[/b] have the same size (width and height) but they can have " +"different formats." +msgstr "" + +#: doc/classes/Image.xml:57 +msgid "" +"Converts a bumpmap to a normalmap. A bumpmap provides a height offset per-" +"pixel, while a normalmap provides a normal direction per pixel." +msgstr "" + +#: doc/classes/Image.xml:63 +msgid "Removes the image's mipmaps." +msgstr "" + +#: doc/classes/Image.xml:72 +msgid "" +"Compresses the image to use less memory. Can not directly access pixel data " +"while the image is compressed. Returns error if the chosen compression mode " +"is not available. See [enum CompressMode] and [enum CompressSource] " +"constants." +msgstr "" + +#: doc/classes/Image.xml:79 +msgid "Converts the image's format. See [enum Format] constants." +msgstr "" + +#: doc/classes/Image.xml:86 +msgid "Copies [code]src[/code] image to this image." +msgstr "" + +#: doc/classes/Image.xml:96 +msgid "" +"Creates an empty image of given size and format. See [enum Format] " +"constants. If [code]use_mipmaps[/code] is [code]true[/code] then generate " +"mipmaps for this image. See the [method generate_mipmaps]." +msgstr "" + +#: doc/classes/Image.xml:107 +msgid "" +"Creates a new image of given size and format. See [enum Format] constants. " +"Fills the image with the given raw data. If [code]use_mipmaps[/code] is " +"[code]true[/code] then loads mipmaps for this image from [code]data[/code]. " +"See [method generate_mipmaps]." +msgstr "" + +#: doc/classes/Image.xml:115 +msgid "" +"Crops the image to the given [code]width[/code] and [code]height[/code]. If " +"the specified size is larger than the current size, the extra area is filled " +"with black pixels." +msgstr "" + +#: doc/classes/Image.xml:121 +msgid "" +"Decompresses the image if it is compressed. Returns an error if decompress " +"function is not available." +msgstr "" + +#: doc/classes/Image.xml:127 +msgid "" +"Returns [constant ALPHA_BLEND] if the image has data for alpha values. " +"Returns [constant ALPHA_BIT] if all the alpha values are stored in a single " +"bit. Returns [constant ALPHA_NONE] if no data for alpha values is found." +msgstr "" + +#: doc/classes/Image.xml:133 +msgid "" +"Stretches the image and enlarges it by a factor of 2. No interpolation is " +"done." +msgstr "" + +#: doc/classes/Image.xml:140 +msgid "Fills the image with a given [Color]." +msgstr "" + +#: doc/classes/Image.xml:146 +msgid "Blends low-alpha pixels with nearby pixels." +msgstr "" + +#: doc/classes/Image.xml:152 +msgid "Flips the image horizontally." +msgstr "" + +#: doc/classes/Image.xml:158 +msgid "Flips the image vertically." +msgstr "" + +#: doc/classes/Image.xml:165 +msgid "" +"Generates mipmaps for the image. Mipmaps are precalculated lower-resolution " +"copies of the image that are automatically used if the image needs to be " +"scaled down when rendered. They help improve image quality and performance " +"when rendering. This method returns an error if the image is compressed, in " +"a custom format, or if the image's width/height is [code]0[/code].\n" +"[b]Note:[/b] Mipmap generation is done on the CPU, is single-threaded and is " +"[i]always[/i] done on the main thread. This means generating mipmaps will " +"result in noticeable stuttering during gameplay, even if [method " +"generate_mipmaps] is called from a [Thread]." +msgstr "" + +#: doc/classes/Image.xml:172 +msgid "Returns a copy of the image's raw data." +msgstr "" + +#: doc/classes/Image.xml:178 +msgid "Returns the image's format. See [enum Format] constants." +msgstr "" + +#: doc/classes/Image.xml:184 +msgid "Returns the image's height." +msgstr "" + +#: doc/classes/Image.xml:191 +msgid "" +"Returns the offset where the image's mipmap with index [code]mipmap[/code] " +"is stored in the [code]data[/code] dictionary." +msgstr "" + +#: doc/classes/Image.xml:199 +msgid "" +"Returns the color of the pixel at [code](x, y)[/code] if the image is " +"locked. If the image is unlocked, it always returns a [Color] with the value " +"[code](0, 0, 0, 1.0)[/code]. This is the same as [method get_pixelv], but " +"two integer arguments instead of a Vector2 argument." +msgstr "" + +#: doc/classes/Image.xml:206 +msgid "" +"Returns the color of the pixel at [code]src[/code] if the image is locked. " +"If the image is unlocked, it always returns a [Color] with the value [code]" +"(0, 0, 0, 1.0)[/code]. This is the same as [method get_pixel], but with a " +"Vector2 argument instead of two integer arguments." +msgstr "" + +#: doc/classes/Image.xml:213 +msgid "" +"Returns a new image that is a copy of the image's area specified with " +"[code]rect[/code]." +msgstr "" + +#: doc/classes/Image.xml:219 +msgid "Returns the image's size (width and height)." +msgstr "" + +#: doc/classes/Image.xml:225 +msgid "" +"Returns a [Rect2] enclosing the visible portion of the image, considering " +"each pixel with a non-zero alpha channel as visible." +msgstr "" + +#: doc/classes/Image.xml:231 +msgid "Returns the image's width." +msgstr "" + +#: doc/classes/Image.xml:237 +msgid "Returns [code]true[/code] if the image has generated mipmaps." +msgstr "" + +#: doc/classes/Image.xml:243 +msgid "Returns [code]true[/code] if the image is compressed." +msgstr "" + +#: doc/classes/Image.xml:249 +msgid "Returns [code]true[/code] if the image has no data." +msgstr "" + +#: doc/classes/Image.xml:255 +msgid "" +"Returns [code]true[/code] if all the image's pixels have an alpha value of " +"0. Returns [code]false[/code] if any pixel has an alpha value higher than 0." +msgstr "" + +#: doc/classes/Image.xml:262 +msgid "" +"Loads an image from file [code]path[/code]. See [url=https://docs." +"godotengine.org/en/3.4/getting_started/workflow/assets/importing_images." +"html#supported-image-formats]Supported image formats[/url] for a list of " +"supported image formats and limitations.\n" +"[b]Warning:[/b] This method should only be used in the editor or in cases " +"when you need to load external images at run-time, such as images located at " +"the [code]user://[/code] directory, and may not work in exported projects.\n" +"See also [ImageTexture] description for usage examples." +msgstr "" + +#: doc/classes/Image.xml:271 +msgid "" +"Loads an image from the binary contents of a BMP file.\n" +"[b]Note:[/b] Godot's BMP module doesn't support 16-bit per pixel images. " +"Only 1-bit, 4-bit, 8-bit, 24-bit, and 32-bit per pixel images are supported." +msgstr "" + +#: doc/classes/Image.xml:279 +msgid "Loads an image from the binary contents of a JPEG file." +msgstr "" + +#: doc/classes/Image.xml:286 +msgid "Loads an image from the binary contents of a PNG file." +msgstr "" + +#: doc/classes/Image.xml:293 +msgid "Loads an image from the binary contents of a TGA file." +msgstr "" + +#: doc/classes/Image.xml:300 +msgid "Loads an image from the binary contents of a WebP file." +msgstr "" + +#: doc/classes/Image.xml:306 +msgid "" +"Locks the data for reading and writing access. Sends an error to the console " +"if the image is not locked when reading or writing a pixel." +msgstr "" + +#: doc/classes/Image.xml:312 +msgid "" +"Converts the image's data to represent coordinates on a 3D plane. This is " +"used when the image represents a normalmap. A normalmap can add lots of " +"detail to a 3D surface without increasing the polygon count." +msgstr "" + +#: doc/classes/Image.xml:318 +msgid "" +"Multiplies color values with alpha values. Resulting color values for a " +"pixel are [code](color * alpha)/256[/code]." +msgstr "" + +#: doc/classes/Image.xml:327 +msgid "" +"Resizes the image to the given [code]width[/code] and [code]height[/code]. " +"New pixels are calculated using the [code]interpolation[/code] mode defined " +"via [enum Interpolation] constants." +msgstr "" + +#: doc/classes/Image.xml:335 +msgid "" +"Resizes the image to the nearest power of 2 for the width and height. If " +"[code]square[/code] is [code]true[/code] then set width and height to be the " +"same. New pixels are calculated using the [code]interpolation[/code] mode " +"defined via [enum Interpolation] constants." +msgstr "" + +#: doc/classes/Image.xml:341 +msgid "" +"Converts a standard RGBE (Red Green Blue Exponent) image to an sRGB image." +msgstr "" + +#: doc/classes/Image.xml:349 +msgid "" +"Saves the image as an EXR file to [code]path[/code]. If [code]grayscale[/" +"code] is [code]true[/code] and the image has only one channel, it will be " +"saved explicitly as monochrome rather than one red channel. This function " +"will return [constant ERR_UNAVAILABLE] if Godot was compiled without the " +"TinyEXR module.\n" +"[b]Note:[/b] The TinyEXR module is disabled in non-editor builds, which " +"means [method save_exr] will return [constant ERR_UNAVAILABLE] when it is " +"called from an exported project." +msgstr "" + +#: doc/classes/Image.xml:357 +msgid "Saves the image as a PNG file to [code]path[/code]." +msgstr "" + +#: doc/classes/Image.xml:371 +msgid "" +"Sets the [Color] of the pixel at [code](x, y)[/code] if the image is locked. " +"Example:\n" +"[codeblock]\n" +"var img = Image.new()\n" +"img.create(img_width, img_height, false, Image.FORMAT_RGBA8)\n" +"img.lock()\n" +"img.set_pixel(x, y, color) # Works\n" +"img.unlock()\n" +"img.set_pixel(x, y, color) # Does not have an effect\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Image.xml:387 +msgid "" +"Sets the [Color] of the pixel at [code](dst.x, dst.y)[/code] if the image is " +"locked. Note that the [code]dst[/code] values must be integers. Example:\n" +"[codeblock]\n" +"var img = Image.new()\n" +"img.create(img_width, img_height, false, Image.FORMAT_RGBA8)\n" +"img.lock()\n" +"img.set_pixelv(Vector2(x, y), color) # Works\n" +"img.unlock()\n" +"img.set_pixelv(Vector2(x, y), color) # Does not have an effect\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Image.xml:401 +msgid "Shrinks the image by a factor of 2." +msgstr "" + +#: doc/classes/Image.xml:407 +msgid "Converts the raw data from the sRGB colorspace to a linear scale." +msgstr "" + +#: doc/classes/Image.xml:413 +msgid "Unlocks the data and prevents changes." +msgstr "" + +#: doc/classes/Image.xml:419 +msgid "" +"Holds all the image's color data in a given format. See [enum Format] " +"constants." +msgstr "" + +#: doc/classes/Image.xml:424 +msgid "The maximal width allowed for [Image] resources." +msgstr "" + +#: doc/classes/Image.xml:427 +msgid "The maximal height allowed for [Image] resources." +msgstr "" + +#: doc/classes/Image.xml:430 +msgid "Texture format with a single 8-bit depth representing luminance." +msgstr "" + +#: doc/classes/Image.xml:433 +msgid "" +"OpenGL texture format with two values, luminance and alpha each stored with " +"8 bits." +msgstr "" + +#: doc/classes/Image.xml:436 +msgid "" +"OpenGL texture format [code]RED[/code] with a single component and a " +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." +msgstr "" + +#: doc/classes/Image.xml:440 +msgid "" +"OpenGL texture format [code]RG[/code] with two components and a bitdepth of " +"8 for each." +msgstr "" + +#: doc/classes/Image.xml:443 +msgid "" +"OpenGL texture format [code]RGB[/code] with three components, each with a " +"bitdepth of 8.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:447 +msgid "" +"OpenGL texture format [code]RGBA[/code] with four components, each with a " +"bitdepth of 8.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:451 +msgid "" +"OpenGL texture format [code]RGBA[/code] with four components, each with a " +"bitdepth of 4." +msgstr "" + +#: doc/classes/Image.xml:454 +msgid "" +"OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " +"component of RGB and one bit for alpha." +msgstr "" + +#: doc/classes/Image.xml:457 +msgid "" +"OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" +"bit floating-point value." +msgstr "" + +#: doc/classes/Image.xml:460 +msgid "" +"OpenGL texture format [code]GL_RG32F[/code] where there are two components, " +"each a 32-bit floating-point values." +msgstr "" + +#: doc/classes/Image.xml:463 +msgid "" +"OpenGL texture format [code]GL_RGB32F[/code] where there are three " +"components, each a 32-bit floating-point values." +msgstr "" + +#: doc/classes/Image.xml:466 +msgid "" +"OpenGL texture format [code]GL_RGBA32F[/code] where there are four " +"components, each a 32-bit floating-point values." +msgstr "" + +#: doc/classes/Image.xml:469 +msgid "" +"OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" +"bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:472 +msgid "" +"OpenGL texture format [code]GL_RG32F[/code] where there are two components, " +"each a 16-bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:475 +msgid "" +"OpenGL texture format [code]GL_RGB32F[/code] where there are three " +"components, each a 16-bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:478 +msgid "" +"OpenGL texture format [code]GL_RGBA32F[/code] where there are four " +"components, each a 16-bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:481 +msgid "" +"A special OpenGL texture format where the three color components have 9 bits " +"of precision and all three share a single 5-bit exponent." +msgstr "" + +#: doc/classes/Image.xml:484 +msgid "" +"The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " +"texture format that uses Block Compression 1, and is the smallest variation " +"of S3TC, only providing 1 bit of alpha and color data being premultiplied " +"with alpha.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:488 +msgid "" +"The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " +"texture format that uses Block Compression 2, and color data is interpreted " +"as not having been premultiplied by alpha. Well suited for images with sharp " +"alpha transitions between translucent and opaque areas.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:492 +msgid "" +"The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " +"texture format also known as Block Compression 3 or BC3 that contains 64 " +"bits of alpha channel data followed by 64 bits of DXT1-encoded color data. " +"Color data is not premultiplied by alpha, same as DXT3. DXT5 generally " +"produces superior results for transparent gradients compared to DXT3.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:496 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"Red_Green_Texture_Compression]Red Green Texture Compression[/url], " +"normalizing the red channel data using the same compression algorithm that " +"DXT5 uses for the alpha channel." +msgstr "" + +#: doc/classes/Image.xml:499 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"Red_Green_Texture_Compression]Red Green Texture Compression[/url], " +"normalizing the red and green channel data using the same compression " +"algorithm that DXT5 uses for the alpha channel." +msgstr "" + +#: doc/classes/Image.xml:502 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " +"RGBA components.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:506 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " +"RGB components." +msgstr "" + +#: doc/classes/Image.xml:509 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " +"RGB components." +msgstr "" + +#: doc/classes/Image.xml:512 +msgid "" +"Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " +"depth with no alpha. More information can be found [url=https://en.wikipedia." +"org/wiki/PVRTC]here[/url].\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:516 +msgid "" +"Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " +"alpha component." +msgstr "" + +#: doc/classes/Image.xml:519 +msgid "" +"Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" +"bit color depth and no alpha." +msgstr "" + +#: doc/classes/Image.xml:522 +msgid "" +"Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " +"alpha component." +msgstr "" + +#: doc/classes/Image.xml:525 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" +"url], also referred to as \"ETC1\", and is part of the OpenGL ES graphics " +"standard. This format cannot store an alpha channel." +msgstr "" + +#: doc/classes/Image.xml:528 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]R11_EAC[/code] variant), which provides one channel of " +"unsigned data." +msgstr "" + +#: doc/classes/Image.xml:531 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]SIGNED_R11_EAC[/code] variant), which provides one " +"channel of signed data." +msgstr "" + +#: doc/classes/Image.xml:534 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RG11_EAC[/code] variant), which provides two channels " +"of unsigned data." +msgstr "" + +#: doc/classes/Image.xml:537 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]SIGNED_RG11_EAC[/code] variant), which provides two " +"channels of signed data." +msgstr "" + +#: doc/classes/Image.xml:540 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RGB8[/code] variant), which is a follow-up of ETC1 and " +"compresses RGB888 data.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:544 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RGBA8[/code]variant), which compresses RGBA8888 data " +"with full alpha support.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:548 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RGB8_PUNCHTHROUGH_ALPHA1[/code] variant), which " +"compresses RGBA data to make alpha either fully transparent or fully " +"opaque.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:552 +msgid "Represents the size of the [enum Format] enum." +msgstr "" + +#: doc/classes/Image.xml:555 +msgid "" +"Performs nearest-neighbor interpolation. If the image is resized, it will be " +"pixelated." +msgstr "" + +#: doc/classes/Image.xml:558 +msgid "" +"Performs bilinear interpolation. If the image is resized, it will be blurry. " +"This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " +"lower quality." +msgstr "" + +#: doc/classes/Image.xml:561 +msgid "" +"Performs cubic interpolation. If the image is resized, it will be blurry. " +"This mode often gives better results compared to [constant " +"INTERPOLATE_BILINEAR], at the cost of being slower." +msgstr "" + +#: doc/classes/Image.xml:564 +msgid "" +"Performs bilinear separately on the two most-suited mipmap levels, then " +"linearly interpolates between them.\n" +"It's slower than [constant INTERPOLATE_BILINEAR], but produces higher-" +"quality results with far fewer aliasing artifacts.\n" +"If the image does not have mipmaps, they will be generated and used " +"internally, but no mipmaps will be generated on the resulting image.\n" +"[b]Note:[/b] If you intend to scale multiple copies of the original image, " +"it's better to call [method generate_mipmaps]] on it in advance, to avoid " +"wasting processing power in generating them again and again.\n" +"On the other hand, if the image already has mipmaps, they will be used, and " +"a new set will be generated for the resulting image." +msgstr "" + +#: doc/classes/Image.xml:571 +msgid "" +"Performs Lanczos interpolation. This is the slowest image resizing mode, but " +"it typically gives the best results, especially when downscalng images." +msgstr "" + +#: doc/classes/Image.xml:574 +msgid "Image does not have alpha." +msgstr "" + +#: doc/classes/Image.xml:577 +msgid "Image stores alpha in a single bit." +msgstr "" + +#: doc/classes/Image.xml:580 +msgid "Image uses alpha." +msgstr "" + +#: doc/classes/Image.xml:583 +msgid "Use S3TC compression." +msgstr "" + +#: doc/classes/Image.xml:586 +msgid "Use PVRTC2 compression." +msgstr "" + +#: doc/classes/Image.xml:589 +msgid "Use PVRTC4 compression." +msgstr "" + +#: doc/classes/Image.xml:592 +msgid "Use ETC compression." +msgstr "" + +#: doc/classes/Image.xml:595 +msgid "Use ETC2 compression." +msgstr "" + +#: doc/classes/Image.xml:598 +msgid "" +"Source texture (before compression) is a regular texture. Default for all " +"textures." +msgstr "" + +#: doc/classes/Image.xml:601 +msgid "Source texture (before compression) is in sRGB space." +msgstr "" + +#: doc/classes/Image.xml:604 +msgid "" +"Source texture (before compression) is a normal texture (e.g. it can be " +"compressed into two channels)." +msgstr "" + +#: doc/classes/ImageTexture.xml:4 +msgid "A [Texture] based on an [Image]." +msgstr "" + +#: doc/classes/ImageTexture.xml:7 +msgid "" +"A [Texture] based on an [Image]. For an image to be displayed, an " +"[ImageTexture] has to be created from it using the [method " +"create_from_image] method:\n" +"[codeblock]\n" +"var texture = ImageTexture.new()\n" +"var image = Image.new()\n" +"image.load(\"res://icon.png\")\n" +"texture.create_from_image(image)\n" +"$Sprite.texture = texture\n" +"[/codeblock]\n" +"This way, textures can be created at run-time by loading images both from " +"within the editor and externally.\n" +"[b]Warning:[/b] Prefer to load imported textures with [method @GDScript." +"load] over loading them from within the filesystem dynamically with [method " +"Image.load], as it may not work in exported projects:\n" +"[codeblock]\n" +"var texture = load(\"res://icon.png\")\n" +"$Sprite.texture = texture\n" +"[/codeblock]\n" +"This is because images have to be imported as [StreamTexture] first to be " +"loaded with [method @GDScript.load]. If you'd still like to load an image " +"file just like any other [Resource], import it as an [Image] resource " +"instead, and then load it normally using the [method @GDScript.load] " +"method.\n" +"But do note that the image data can still be retrieved from an imported " +"texture as well using the [method Texture.get_data] method, which returns a " +"copy of the data:\n" +"[codeblock]\n" +"var texture = load(\"res://icon.png\")\n" +"var image : Image = texture.get_data()\n" +"[/codeblock]\n" +"An [ImageTexture] is not meant to be operated from within the editor " +"interface directly, and is mostly useful for rendering images on screen " +"dynamically via code. If you need to generate images procedurally from " +"within the editor, consider saving and importing images as custom texture " +"resources implementing a new [EditorImportPlugin].\n" +"[b]Note:[/b] The maximum texture size is 16384×16384 pixels due to graphics " +"hardware limitations." +msgstr "" + +#: doc/classes/ImageTexture.xml:41 +msgid "" +"Create a new [ImageTexture] with [code]width[/code] and [code]height[/" +"code].\n" +"[code]format[/code] is a value from [enum Image.Format], [code]flags[/code] " +"is any combination of [enum Texture.Flags]." +msgstr "" + +#: doc/classes/ImageTexture.xml:50 +msgid "" +"Initializes the texture by allocating and setting the data from an [Image] " +"with [code]flags[/code] from [enum Texture.Flags]. An sRGB to linear color " +"space conversion can take place, according to [enum Image.Format]." +msgstr "" + +#: doc/classes/ImageTexture.xml:56 +msgid "Returns the format of the texture, one of [enum Image.Format]." +msgstr "" + +#: doc/classes/ImageTexture.xml:63 +msgid "" +"Loads an image from a file path and creates a texture from it.\n" +"[b]Note:[/b] This method is deprecated and will be removed in Godot 4.0, use " +"[method Image.load] and [method create_from_image] instead." +msgstr "" + +#: doc/classes/ImageTexture.xml:71 +msgid "" +"Replaces the texture's data with a new [Image].\n" +"[b]Note:[/b] The texture has to be initialized first with the [method " +"create_from_image] method before it can be updated. The new image " +"dimensions, format, and mipmaps configuration should match the existing " +"texture's image configuration, otherwise it has to be re-created with the " +"[method create_from_image] method.\n" +"Use this method over [method create_from_image] if you need to update the " +"texture frequently, which is faster than allocating additional memory for a " +"new texture each time." +msgstr "" + +#: doc/classes/ImageTexture.xml:80 doc/classes/VisualServer.xml:2837 +msgid "Resizes the texture to the specified dimensions." +msgstr "" + +#: doc/classes/ImageTexture.xml:87 +msgid "The storage quality for [constant STORAGE_COMPRESS_LOSSY]." +msgstr "" + +#: doc/classes/ImageTexture.xml:90 +msgid "The storage type (raw, lossy, or compressed)." +msgstr "" + +#: doc/classes/ImageTexture.xml:95 +msgid "[Image] data is stored raw and unaltered." +msgstr "" + +#: doc/classes/ImageTexture.xml:98 +msgid "" +"[Image] data is compressed with a lossy algorithm. You can set the storage " +"quality with [member lossy_quality]." +msgstr "" + +#: doc/classes/ImageTexture.xml:101 +msgid "[Image] data is compressed with a lossless algorithm." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:4 +msgid "Draws simple geometry from code." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:7 +msgid "" +"Draws simple geometry from code. Uses a drawing mode similar to OpenGL 1.x.\n" +"See also [ArrayMesh], [MeshDataTool] and [SurfaceTool] for procedural " +"geometry generation.\n" +"[b]Note:[/b] ImmediateGeometry3D is best suited to small amounts of mesh " +"data that change every frame. It will be slow when handling large amounts of " +"mesh data. If mesh data doesn't change often, use [ArrayMesh], " +"[MeshDataTool] or [SurfaceTool] instead.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes.\n" +"[b]Note:[/b] In case of missing points when handling large amounts of mesh " +"data, try increasing its buffer size limit under [member ProjectSettings." +"rendering/limits/buffers/immediate_buffer_size_kb]." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:23 +msgid "" +"Simple helper to draw an UV sphere with given latitude, longitude and radius." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:30 +msgid "" +"Adds a vertex in local coordinate space with the currently set color/uv/etc." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:38 +msgid "" +"Begin drawing (and optionally pass a texture override). When done call " +"[method end]. For more information on how this works, search for " +"[code]glBegin()[/code] and [code]glEnd()[/code] references.\n" +"For the type of primitive, see the [enum Mesh.PrimitiveType] enum." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:45 +msgid "Clears everything that was drawn using begin/end." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:51 +msgid "Ends a drawing context and displays the results." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:58 +msgid "The current drawing color." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:65 +msgid "The next vertex's normal." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:72 +msgid "The next vertex's tangent (and binormal facing)." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:79 +msgid "The next vertex's UV." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:86 +msgid "The next vertex's second layer UV." +msgstr "" + +#: doc/classes/Input.xml:4 +msgid "A singleton that deals with inputs." +msgstr "" + +#: doc/classes/Input.xml:7 +msgid "" +"A singleton that deals with inputs. This includes key presses, mouse buttons " +"and movement, joypads, and input actions. Actions and their events can be " +"set in the [b]Input Map[/b] tab in the [b]Project > Project Settings[/b], or " +"with the [InputMap] class." +msgstr "" + +#: doc/classes/Input.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/inputs/index.html" +msgstr "" + +#: doc/classes/Input.xml:20 +msgid "" +"This will simulate pressing the specified action.\n" +"The strength can be used for non-boolean actions, it's ranged between 0 and " +"1 representing the intensity of the given action.\n" +"[b]Note:[/b] This method will not cause any [method Node._input] calls. It " +"is intended to be used with [method is_action_pressed] and [method " +"is_action_just_pressed]. If you want to simulate [code]_input[/code], use " +"[method parse_input_event] instead." +msgstr "" + +#: doc/classes/Input.xml:29 +msgid "If the specified action is already pressed, this will release it." +msgstr "" + +#: doc/classes/Input.xml:37 +msgid "" +"Adds a new mapping entry (in SDL2 format) to the mapping database. " +"Optionally update already connected devices." +msgstr "" + +#: doc/classes/Input.xml:43 +msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" +"Returns the acceleration of the device's accelerometer sensor, if the device " +"has one. Otherwise, the method returns [constant Vector3.ZERO].\n" +"Note this method returns an empty [Vector3] when running from the editor " +"even when your device has an accelerometer. You must export your project to " +"a supported device to read values from the accelerometer.\n" +"[b]Note:[/b] This method only works on iOS, Android, and UWP. On other " +"platforms, it always returns [constant Vector3.ZERO]. On Android the unit of " +"measurement for each axis is m/s² while on iOS and UWP it's a multiple of " +"the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." +msgstr "" + +#: doc/classes/Input.xml:60 +msgid "" +"Returns a value between 0 and 1 representing the raw intensity of the given " +"action, ignoring the action's deadzone. In most cases, you should use " +"[method get_action_strength] instead.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:69 +msgid "" +"Returns a value between 0 and 1 representing the intensity of the given " +"action. In a joypad, for example, the further away the axis (analog sticks " +"or L2, R2 triggers) is from the dead zone, the closer the value will be to " +"1. If the action is mapped to a control that has no axis as the keyboard, " +"the value returned will be 0 or 1.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:78 +msgid "" +"Get axis input by specifying two actions, one negative and one positive.\n" +"This is a shorthand for writing [code]Input." +"get_action_strength(\"positive_action\") - Input." +"get_action_strength(\"negative_action\")[/code]." +msgstr "" + +#: doc/classes/Input.xml:85 +msgid "" +"Returns an [Array] containing the device IDs of all currently connected " +"joypads." +msgstr "" + +#: doc/classes/Input.xml:91 +msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." +msgstr "" + +#: doc/classes/Input.xml:97 +msgid "" +"Returns the gravity of the device's accelerometer sensor, if the device has " +"one. Otherwise, the method returns [constant Vector3.ZERO].\n" +"[b]Note:[/b] This method only works on Android and iOS. On other platforms, " +"it always returns [constant Vector3.ZERO]. On Android the unit of " +"measurement for each axis is m/s² while on iOS it's a multiple of the " +"Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." +msgstr "" + +#: doc/classes/Input.xml:104 +msgid "" +"Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " +"gyroscope sensor, if the device has one. Otherwise, the method returns " +"[constant Vector3.ZERO].\n" +"[b]Note:[/b] This method only works on Android and iOS. On other platforms, " +"it always returns [constant Vector3.ZERO]." +msgstr "" + +#: doc/classes/Input.xml:113 +msgid "" +"Returns the current value of the joypad axis at given index (see [enum " +"JoystickList])." +msgstr "" + +#: doc/classes/Input.xml:120 +msgid "Returns the index of the provided axis name." +msgstr "" + +#: doc/classes/Input.xml:127 +msgid "" +"Receives a [enum JoystickList] axis and returns its equivalent name as a " +"string." +msgstr "" + +#: doc/classes/Input.xml:134 +msgid "Returns the index of the provided button name." +msgstr "" + +#: doc/classes/Input.xml:141 +msgid "" +"Receives a gamepad button from [enum JoystickList] and returns its " +"equivalent name as a string." +msgstr "" + +#: doc/classes/Input.xml:148 +msgid "" +"Returns a SDL2-compatible device GUID on platforms that use gamepad " +"remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." +msgstr "" + +#: doc/classes/Input.xml:155 +msgid "Returns the name of the joypad at the specified device index." +msgstr "" + +#: doc/classes/Input.xml:162 +msgid "Returns the duration of the current vibration effect in seconds." +msgstr "" + +#: doc/classes/Input.xml:169 +msgid "" +"Returns the strength of the joypad vibration: x is the strength of the weak " +"motor, and y is the strength of the strong motor." +msgstr "" + +#: doc/classes/Input.xml:175 +msgid "" +"Returns the mouse speed for the last time the cursor was moved, and this " +"until the next frame where the mouse moves. This means that even if the " +"mouse is not moving, this function will still return the value of the last " +"motion." +msgstr "" + +#: doc/classes/Input.xml:181 +msgid "" +"Returns the magnetic field strength in micro-Tesla for all axes of the " +"device's magnetometer sensor, if the device has one. Otherwise, the method " +"returns [constant Vector3.ZERO].\n" +"[b]Note:[/b] This method only works on Android, iOS and UWP. On other " +"platforms, it always returns [constant Vector3.ZERO]." +msgstr "" + +#: doc/classes/Input.xml:188 +msgid "" +"Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " +"the same time, the bits are added together." +msgstr "" + +#: doc/classes/Input.xml:194 +msgid "Returns the mouse mode. See the constants for more information." +msgstr "" + +#: doc/classes/Input.xml:205 +msgid "" +"Gets an input vector by specifying four actions for the positive and " +"negative X and Y axes.\n" +"This method is useful when getting vector input, such as from a joystick, " +"directional pad, arrows, or WASD. The vector has its length limited to 1 and " +"has a circular deadzone, which is useful for using vector input as " +"movement.\n" +"By default, the deadzone is automatically calculated from the average of the " +"action deadzones. However, you can override the deadzone to be whatever you " +"want (on the range of 0 to 1)." +msgstr "" + +#: doc/classes/Input.xml:215 +msgid "" +"Returns [code]true[/code] when the user starts pressing the action event, " +"meaning it's [code]true[/code] only on the frame that the user pressed down " +"the button.\n" +"This is useful for code that needs to run only once when an action is " +"pressed, instead of every frame while it's pressed.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:225 +msgid "" +"Returns [code]true[/code] when the user stops pressing the action event, " +"meaning it's [code]true[/code] only on the frame that the user released the " +"button.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:234 +msgid "" +"Returns [code]true[/code] if you are pressing the action event. Note that if " +"an action has multiple buttons assigned and more than one of them is " +"pressed, releasing one button will release the action, even if some other " +"button assigned to this action is still pressed.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:243 +msgid "" +"Returns [code]true[/code] if you are pressing the joypad button (see [enum " +"JoystickList])." +msgstr "" + +#: doc/classes/Input.xml:250 +msgid "" +"Returns [code]true[/code] if the system knows the specified device. This " +"means that it sets all button and axis indices exactly as defined in [enum " +"JoystickList]. Unknown joypads are not expected to match these constants, " +"but you can still retrieve events from them." +msgstr "" + +#: doc/classes/Input.xml:257 +msgid "" +"Returns [code]true[/code] if you are pressing the key. You can pass a [enum " +"KeyList] constant." +msgstr "" + +#: doc/classes/Input.xml:264 +msgid "" +"Returns [code]true[/code] if you are pressing the mouse button specified " +"with [enum ButtonList]." +msgstr "" + +#: doc/classes/Input.xml:274 +msgid "" +"Notifies the [Input] singleton that a connection has changed, to update the " +"state for the [code]device[/code] index.\n" +"This is used internally and should not have to be called from user scripts. " +"See [signal joy_connection_changed] for the signal emitted when this is " +"triggered internally." +msgstr "" + +#: doc/classes/Input.xml:282 +msgid "" +"Feeds an [InputEvent] to the game. Can be used to artificially trigger input " +"events from code. Also generates [method Node._input] calls.\n" +"Example:\n" +"[codeblock]\n" +"var a = InputEventAction.new()\n" +"a.action = \"ui_cancel\"\n" +"a.pressed = true\n" +"Input.parse_input_event(a)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Input.xml:296 +msgid "" +"Removes all mappings from the internal database that match the given GUID." +msgstr "" + +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 +msgid "" +"Sets a custom mouse cursor image, which is only visible inside the game " +"window. The hotspot can also be specified. Passing [code]null[/code] to the " +"image parameter resets to the system cursor. See [enum CursorShape] for the " +"list of shapes.\n" +"[code]image[/code]'s size must be lower than 256×256.\n" +"[code]hotspot[/code] must be within [code]image[/code]'s size.\n" +"[b]Note:[/b] [AnimatedTexture]s aren't supported as custom mouse cursors. If " +"using an [AnimatedTexture], only the first frame will be displayed.\n" +"[b]Note:[/b] Only images imported with the [b]Lossless[/b], [b]Lossy[/b] or " +"[b]Uncompressed[/b] compression modes are supported. The [b]Video RAM[/b] " +"compression mode can't be used for custom cursors." +msgstr "" + +#: doc/classes/Input.xml:324 +msgid "" +"Sets the default cursor shape to be used in the viewport instead of " +"[constant CURSOR_ARROW].\n" +"[b]Note:[/b] If you want to change the default cursor shape for [Control]'s " +"nodes, use [member Control.mouse_default_cursor_shape] instead.\n" +"[b]Note:[/b] This method generates an [InputEventMouseMotion] to update " +"cursor immediately." +msgstr "" + +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 +msgid "Sets the mouse mode. See the constants for more information." +msgstr "" + +#: doc/classes/Input.xml:364 +msgid "" +"Enables or disables the accumulation of similar input events sent by the " +"operating system. When input accumulation is enabled, all input events " +"generated during a frame will be merged and emitted when the frame is done " +"rendering. Therefore, this limits the number of input method calls per " +"second to the rendering FPS.\n" +"Input accumulation is enabled by default. It can be disabled to get slightly " +"more precise/reactive input at the cost of increased CPU usage. In " +"applications where drawing freehand lines is required, input accumulation " +"should generally be disabled while the user is drawing the line to get " +"results that closely follow the actual input." +msgstr "" + +#: doc/classes/Input.xml:375 +msgid "" +"Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " +"strong and a weak one. [code]weak_magnitude[/code] is the strength of the " +"weak motor (between 0 and 1) and [code]strong_magnitude[/code] is the " +"strength of the strong motor (between 0 and 1). [code]duration[/code] is the " +"duration of the effect in seconds (a duration of 0 will try to play the " +"vibration indefinitely).\n" +"[b]Note:[/b] Not every hardware is compatible with long effect durations; it " +"is recommended to restart an effect if it has to be played for more than a " +"few seconds." +msgstr "" + +#: doc/classes/Input.xml:383 +msgid "Stops the vibration of the joypad." +msgstr "" + +#: doc/classes/Input.xml:390 +msgid "" +"Vibrate Android and iOS devices.\n" +"[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " +"settings. iOS does not support duration." +msgstr "" + +#: doc/classes/Input.xml:398 +msgid "Sets the mouse position to the specified vector." +msgstr "" + +#: doc/classes/Input.xml:407 +msgid "Emitted when a joypad device has been connected or disconnected." +msgstr "" + +#: doc/classes/Input.xml:413 +msgid "Makes the mouse cursor visible if it is hidden." +msgstr "" + +#: doc/classes/Input.xml:416 +msgid "Makes the mouse cursor hidden if it is visible." +msgstr "" + +#: doc/classes/Input.xml:419 +msgid "" +"Captures the mouse. The mouse will be hidden and its position locked at the " +"center of the screen.\n" +"[b]Note:[/b] If you want to process the mouse's movement in this mode, you " +"need to use [member InputEventMouseMotion.relative]." +msgstr "" + +#: doc/classes/Input.xml:423 +msgid "Makes the mouse cursor visible but confines it to the game window." +msgstr "" + +#: doc/classes/Input.xml:426 +msgid "Arrow cursor. Standard, default pointing cursor." +msgstr "" + +#: doc/classes/Input.xml:429 +msgid "" +"I-beam cursor. Usually used to show where the text cursor will appear when " +"the mouse is clicked." +msgstr "" + +#: doc/classes/Input.xml:432 +msgid "" +"Pointing hand cursor. Usually used to indicate the pointer is over a link or " +"other interactable item." +msgstr "" + +#: doc/classes/Input.xml:435 +msgid "" +"Cross cursor. Typically appears over regions in which a drawing operation " +"can be performed or for selections." +msgstr "" + +#: doc/classes/Input.xml:438 +msgid "" +"Wait cursor. Indicates that the application is busy performing an operation. " +"This cursor shape denotes that the application is still usable during the " +"operation." +msgstr "" + +#: doc/classes/Input.xml:441 +msgid "" +"Busy cursor. Indicates that the application is busy performing an operation. " +"This cursor shape denotes that the application isn't usable during the " +"operation (e.g. something is blocking its main thread)." +msgstr "" + +#: doc/classes/Input.xml:444 +msgid "Drag cursor. Usually displayed when dragging something." +msgstr "" + +#: doc/classes/Input.xml:447 +msgid "" +"Can drop cursor. Usually displayed when dragging something to indicate that " +"it can be dropped at the current position." +msgstr "" + +#: doc/classes/Input.xml:450 +msgid "" +"Forbidden cursor. Indicates that the current action is forbidden (for " +"example, when dragging something) or that the control at a position is " +"disabled." +msgstr "" + +#: doc/classes/Input.xml:453 +msgid "" +"Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " +"user they can resize the window or the panel vertically." +msgstr "" + +#: doc/classes/Input.xml:456 +msgid "" +"Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " +"the user they can resize the window or the panel horizontally." +msgstr "" + +#: doc/classes/Input.xml:459 +msgid "" +"Window resize mouse cursor. The cursor is a double-headed arrow that goes " +"from the bottom left to the top right. It tells the user they can resize the " +"window or the panel both horizontally and vertically." +msgstr "" + +#: doc/classes/Input.xml:462 +msgid "" +"Window resize mouse cursor. The cursor is a double-headed arrow that goes " +"from the top left to the bottom right, the opposite of [constant " +"CURSOR_BDIAGSIZE]. It tells the user they can resize the window or the panel " +"both horizontally and vertically." +msgstr "" + +#: doc/classes/Input.xml:465 +msgid "Move cursor. Indicates that something can be moved." +msgstr "" + +#: doc/classes/Input.xml:468 +msgid "" +"Vertical split mouse cursor. On Windows, it's the same as [constant " +"CURSOR_VSIZE]." +msgstr "" + +#: doc/classes/Input.xml:471 +msgid "" +"Horizontal split mouse cursor. On Windows, it's the same as [constant " +"CURSOR_HSIZE]." +msgstr "" + +#: doc/classes/Input.xml:474 +msgid "Help cursor. Usually a question mark." +msgstr "" + +#: doc/classes/InputEvent.xml:4 +msgid "Generic input event." +msgstr "" + +#: doc/classes/InputEvent.xml:7 +msgid "Base class of all sort of input event. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEvent.xml:10 doc/classes/InputEventJoypadButton.xml:10 +#: doc/classes/InputEventJoypadMotion.xml:10 doc/classes/InputEventKey.xml:10 +#: doc/classes/InputEventMouse.xml:10 doc/classes/InputEventScreenDrag.xml:10 +#: doc/classes/InputEventScreenTouch.xml:11 +#: doc/classes/InputEventWithModifiers.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html" +msgstr "" + +#: doc/classes/InputEvent.xml:20 +msgid "" +"Returns [code]true[/code] if the given input event and this input event can " +"be added together (only for events of type [InputEventMouseMotion]).\n" +"The given input event's position, global position and speed will be copied. " +"The resulting [code]relative[/code] is a sum of both events. Both events' " +"modifiers have to be identical." +msgstr "" + +#: doc/classes/InputEvent.xml:27 +msgid "Returns a [String] representation of the event." +msgstr "" + +#: doc/classes/InputEvent.xml:35 +msgid "" +"Returns a value between 0.0 and 1.0 depending on the given actions' state. " +"Useful for getting the value of events of type [InputEventJoypadMotion].\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:44 +msgid "" +"Returns [code]true[/code] if this input event matches a pre-defined action " +"of any type.\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:54 +msgid "" +"Returns [code]true[/code] if the given action is being pressed (and is not " +"an echo event for [InputEventKey] events, unless [code]allow_echo[/code] is " +"[code]true[/code]). Not relevant for events of type [InputEventMouseMotion] " +"or [InputEventScreenDrag].\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:63 +msgid "" +"Returns [code]true[/code] if the given action is released (i.e. not " +"pressed). Not relevant for events of type [InputEventMouseMotion] or " +"[InputEventScreenDrag].\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:70 +msgid "" +"Returns [code]true[/code] if this input event's type is one that can be " +"assigned to an input action." +msgstr "" + +#: doc/classes/InputEvent.xml:76 +msgid "" +"Returns [code]true[/code] if this input event is an echo event (only for " +"events of type [InputEventKey])." +msgstr "" + +#: doc/classes/InputEvent.xml:82 +msgid "" +"Returns [code]true[/code] if this input event is pressed. Not relevant for " +"events of type [InputEventMouseMotion] or [InputEventScreenDrag]." +msgstr "" + +#: doc/classes/InputEvent.xml:90 +msgid "" +"Returns [code]true[/code] if the specified [code]event[/code] matches this " +"event. Only valid for action events i.e key ([InputEventKey]), button " +"([InputEventMouseButton] or [InputEventJoypadButton]), axis " +"[InputEventJoypadMotion] or action ([InputEventAction]) events.\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:99 +msgid "" +"Returns a copy of the given input event which has been offset by " +"[code]local_ofs[/code] and transformed by [code]xform[/code]. Relevant for " +"events of type [InputEventMouseButton], [InputEventMouseMotion], " +"[InputEventScreenTouch], [InputEventScreenDrag], [InputEventMagnifyGesture] " +"and [InputEventPanGesture]." +msgstr "" + +#: doc/classes/InputEvent.xml:105 +msgid "" +"The event's device ID.\n" +"[b]Note:[/b] This device ID will always be [code]-1[/code] for emulated " +"mouse input from a touchscreen. This can be used to distinguish emulated " +"mouse input from physical mouse input." +msgstr "" + +#: doc/classes/InputEventAction.xml:4 +msgid "Input event type for actions." +msgstr "" + +#: doc/classes/InputEventAction.xml:7 +msgid "" +"Contains a generic action which can be targeted from several types of " +"inputs. Actions can be created from the [b]Input Map[/b] tab in the " +"[b]Project > Project Settings[/b] menu. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventAction.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#actions" +msgstr "" + +#: doc/classes/InputEventAction.xml:18 +msgid "The action's name. Actions are accessed via this [String]." +msgstr "" + +#: doc/classes/InputEventAction.xml:21 +msgid "" +"If [code]true[/code], the action's state is pressed. If [code]false[/code], " +"the action's state is released." +msgstr "" + +#: doc/classes/InputEventAction.xml:24 +msgid "" +"The action's strength between 0 and 1. This value is considered as equal to " +"0 if pressed is [code]false[/code]. The event strength allows faking analog " +"joypad motion events, by specifying how strongly the joypad axis is bent or " +"pressed." +msgstr "" + +#: doc/classes/InputEventGesture.xml:4 +msgid "Base class for touch control gestures." +msgstr "" + +#: doc/classes/InputEventGesture.xml:14 +msgid "" +"The local gesture position relative to the [Viewport]. If used in [method " +"Control._gui_input], the position is relative to the current [Control] that " +"received this gesture." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:4 +msgid "Input event for gamepad buttons." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:7 +msgid "" +"Input event type for gamepad buttons. For gamepad analog sticks and " +"joysticks, see [InputEventJoypadMotion]." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:16 +msgid "Button identifier. One of the [enum JoystickList] button constants." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:19 +msgid "" +"If [code]true[/code], the button's state is pressed. If [code]false[/code], " +"the button's state is released." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:22 +msgid "" +"Represents the pressure the user puts on the button with his finger, if the " +"controller supports it. Ranges from [code]0[/code] to [code]1[/code]." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:4 +msgid "" +"Input event type for gamepad joysticks and other motions. For buttons, see " +"[code]InputEventJoypadButton[/code]." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:7 +msgid "" +"Stores information about joystick motions. One [InputEventJoypadMotion] " +"represents one axis at a time." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:16 +msgid "Axis identifier. Use one of the [enum JoystickList] axis constants." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:19 +msgid "" +"Current position of the joystick on the given axis. The value ranges from " +"[code]-1.0[/code] to [code]1.0[/code]. A value of [code]0[/code] means the " +"axis is in its resting position." +msgstr "" + +#: doc/classes/InputEventKey.xml:4 +msgid "Input event type for keyboard events." +msgstr "" + +#: doc/classes/InputEventKey.xml:7 +msgid "" +"Stores key presses on the keyboard. Supports key presses, key releases and " +"[member echo] events." +msgstr "" + +#: doc/classes/InputEventKey.xml:16 +msgid "" +"Returns the physical scancode combined with modifier keys such as " +"[code]Shift[/code] or [code]Alt[/code]. See also [InputEventWithModifiers].\n" +"To get a human-readable representation of the [InputEventKey] with " +"modifiers, use [code]OS.get_scancode_string(event." +"get_physical_scancode_with_modifiers())[/code] where [code]event[/code] is " +"the [InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:23 +msgid "" +"Returns the scancode combined with modifier keys such as [code]Shift[/code] " +"or [code]Alt[/code]. See also [InputEventWithModifiers].\n" +"To get a human-readable representation of the [InputEventKey] with " +"modifiers, use [code]OS.get_scancode_string(event." +"get_scancode_with_modifiers())[/code] where [code]event[/code] is the " +"[InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:30 +msgid "" +"If [code]true[/code], the key was already pressed before this event. It " +"means the user is holding the key down." +msgstr "" + +#: doc/classes/InputEventKey.xml:33 +msgid "" +"Key physical scancode, which corresponds to one of the [enum KeyList] " +"constants. Represent the physical location of a key on the 101/102-key US " +"QWERTY keyboard.\n" +"To get a human-readable representation of the [InputEventKey], use [code]OS." +"get_scancode_string(event.physical_scancode)[/code] where [code]event[/code] " +"is the [InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:37 +msgid "" +"If [code]true[/code], the key's state is pressed. If [code]false[/code], the " +"key's state is released." +msgstr "" + +#: doc/classes/InputEventKey.xml:40 +msgid "" +"The key scancode, which corresponds to one of the [enum KeyList] constants. " +"Represent key in the current keyboard layout.\n" +"To get a human-readable representation of the [InputEventKey], use [code]OS." +"get_scancode_string(event.scancode)[/code] where [code]event[/code] is the " +"[InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:44 +msgid "" +"The key Unicode identifier (when relevant). Unicode identifiers for the " +"composite characters and complex scripts may not be available unless IME " +"input mode is active. See [method OS.set_ime_active] for more information." +msgstr "" + +#: doc/classes/InputEventMouse.xml:4 +msgid "Base input event type for mouse events." +msgstr "" + +#: doc/classes/InputEventMouse.xml:7 +msgid "Stores general mouse events information." +msgstr "" + +#: doc/classes/InputEventMouse.xml:16 +msgid "" +"The mouse button mask identifier, one of or a bitwise combination of the " +"[enum ButtonList] button masks." +msgstr "" + +#: doc/classes/InputEventMouse.xml:19 +msgid "" +"The global mouse position relative to the current [Viewport] when used in " +"[method Control._gui_input], otherwise is at 0,0." +msgstr "" + +#: doc/classes/InputEventMouse.xml:22 +msgid "" +"The local mouse position relative to the [Viewport]. If used in [method " +"Control._gui_input], the position is relative to the current [Control] which " +"is under the mouse." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:4 +msgid "Input event type for mouse button events." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:7 +msgid "Contains mouse click information. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:10 +#: doc/classes/InputEventMouseMotion.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/" +"mouse_and_input_coordinates.html" +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:16 +msgid "" +"The mouse button identifier, one of the [enum ButtonList] button or button " +"wheel constants." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:19 +msgid "If [code]true[/code], the mouse button's state is a double-click." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:22 +msgid "" +"The amount (or delta) of the event. When used for high-precision scroll " +"events, this indicates the scroll amount (vertical or horizontal). This is " +"only supported on some platforms; the reported sensitivity varies depending " +"on the platform. May be [code]0[/code] if not supported." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:25 +msgid "" +"If [code]true[/code], the mouse button's state is pressed. If [code]false[/" +"code], the mouse button's state is released." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:4 +msgid "Input event type for mouse motion events." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:7 +msgid "" +"Contains mouse and pen motion information. Supports relative, absolute " +"positions and speed. See [method Node._input].\n" +"[b]Note:[/b] By default, this event is only emitted once per frame rendered " +"at most. If you need more precise input reporting, call [method Input." +"set_use_accumulated_input] with [code]false[/code] to make events emitted as " +"often as possible. If you use InputEventMouseMotion to draw lines, consider " +"implementing [url=https://en.wikipedia.org/wiki/Bresenham" +"%27s_line_algorithm]Bresenham's line algorithm[/url] as well to avoid " +"visible gaps in lines if the user is moving the mouse quickly." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:18 +msgid "" +"Represents the pressure the user puts on the pen. Ranges from [code]0.0[/" +"code] to [code]1.0[/code]." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:21 +msgid "" +"The mouse position relative to the previous position (position at the last " +"frame).\n" +"[b]Note:[/b] Since [InputEventMouseMotion] is only emitted when the mouse " +"moves, the last event won't have a relative position of [code]Vector2(0, 0)[/" +"code] when the user stops moving the mouse." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:25 +msgid "The mouse speed in pixels per second." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:28 +msgid "" +"Represents the angles of tilt of the pen. Positive X-coordinate value " +"indicates a tilt to the right. Positive Y-coordinate value indicates a tilt " +"toward the user. Ranges from [code]-1.0[/code] to [code]1.0[/code] for both " +"axes." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:4 +msgid "" +"Input event type for screen drag events. Only available on mobile devices." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:7 +msgid "Contains screen drag information. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:16 +msgid "The drag event index in the case of a multi-drag event." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:19 +msgid "The drag position." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:22 +msgid "The drag position relative to its start position." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:25 +msgid "The drag speed." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:4 +msgid "" +"Input event type for screen touch events.\n" +"(only available on mobile devices)" +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:8 +msgid "" +"Stores multi-touch press/release information. Supports touch press, touch " +"release and [member index] for multi-touch count and order." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:17 +msgid "" +"The touch index in the case of a multi-touch event. One index = one finger." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:20 +msgid "The touch position." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:23 +msgid "" +"If [code]true[/code], the touch's state is pressed. If [code]false[/code], " +"the touch's state is released." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:4 +msgid "Base class for keys events with modifiers." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:7 +msgid "" +"Contains keys events information with modifiers support like [code]Shift[/" +"code] or [code]Alt[/code]. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:16 +msgid "State of the [code]Alt[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:19 +msgid "State of the [code]Command[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:22 +msgid "State of the [code]Ctrl[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:25 +msgid "State of the [code]Meta[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:28 +msgid "State of the [code]Shift[/code] modifier." +msgstr "" + +#: doc/classes/InputMap.xml:4 +msgid "Singleton that manages [InputEventAction]." +msgstr "" + +#: doc/classes/InputMap.xml:7 +msgid "" +"Manages all [InputEventAction] which can be created/modified from the " +"project settings menu [b]Project > Project Settings > Input Map[/b] or in " +"code with [method add_action] and [method action_add_event]. See [method " +"Node._input]." +msgstr "" + +#: doc/classes/InputMap.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#inputmap" +msgstr "" + +#: doc/classes/InputMap.xml:18 +msgid "" +"Adds an [InputEvent] to an action. This [InputEvent] will trigger the action." +msgstr "" + +#: doc/classes/InputMap.xml:26 +msgid "Removes an [InputEvent] from an action." +msgstr "" + +#: doc/classes/InputMap.xml:33 +msgid "Removes all events from an action." +msgstr "" + +#: doc/classes/InputMap.xml:40 +msgid "Returns a deadzone value for the action." +msgstr "" + +#: doc/classes/InputMap.xml:48 +msgid "" +"Returns [code]true[/code] if the action has the given [InputEvent] " +"associated with it." +msgstr "" + +#: doc/classes/InputMap.xml:56 +msgid "Sets a deadzone value for the action." +msgstr "" + +#: doc/classes/InputMap.xml:64 +msgid "" +"Adds an empty action to the [InputMap] with a configurable [code]deadzone[/" +"code].\n" +"An [InputEvent] can then be added to this action with [method " +"action_add_event]." +msgstr "" + +#: doc/classes/InputMap.xml:72 +msgid "Removes an action from the [InputMap]." +msgstr "" + +#: doc/classes/InputMap.xml:81 +msgid "" +"Returns [code]true[/code] if the given event is part of an existing action. " +"This method ignores keyboard modifiers if the given [InputEvent] is not " +"pressed (for proper release detection). See [method action_has_event] if you " +"don't want this behavior.\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputMap.xml:89 +msgid "Returns an array of [InputEvent]s associated with a given action." +msgstr "" + +#: doc/classes/InputMap.xml:95 +msgid "Returns an array of all actions in the [InputMap]." +msgstr "" + +#: doc/classes/InputMap.xml:102 +msgid "" +"Returns [code]true[/code] if the [InputMap] has a registered action with the " +"given name." +msgstr "" + +#: doc/classes/InputMap.xml:108 +msgid "" +"Clears all [InputEventAction] in the [InputMap] and load it anew from " +"[ProjectSettings]." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:4 +msgid "Placeholder for the root [Node] of a [PackedScene]." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:7 +msgid "" +"Turning on the option [b]Load As Placeholder[/b] for an instanced scene in " +"the editor causes it to be replaced by an InstancePlaceholder when running " +"the game. This makes it possible to delay actually loading the scene until " +"calling [method replace_by_instance]. This is useful to avoid loading large " +"scenes all at once by loading parts of it selectively.\n" +"The InstancePlaceholder does not have a transform. This causes any child " +"nodes to be positioned relatively to the Viewport from point (0,0), rather " +"than their parent as displayed in the editor. Replacing the placeholder with " +"a scene with a transform will transform children relatively to their parent " +"again." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:18 +msgid "" +"Not thread-safe. Use [method Object.call_deferred] if calling from a thread." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:24 +msgid "" +"Gets the path to the [PackedScene] resource file that is loaded by default " +"when calling [method replace_by_instance]. Not thread-safe. Use [method " +"Object.call_deferred] if calling from a thread." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:37 +msgid "" +"Replaces this placeholder by the scene handed as an argument, or the " +"original scene if no argument is given. As for all resources, the scene is " +"loaded only if it's not loaded already. By manually loading the scene " +"beforehand, delays caused by this function can be avoided." +msgstr "" + +#: doc/classes/int.xml:4 +msgid "Integer built-in type." +msgstr "" + +#: doc/classes/int.xml:7 +msgid "" +"Signed 64-bit integer type.\n" +"It can take values in the interval [code][-2^63, 2^63 - 1][/code], i.e. " +"[code][-9223372036854775808, 9223372036854775807][/code]. Exceeding those " +"bounds will wrap around.\n" +"[int] is a [Variant] type, and will thus be used when assigning an integer " +"value to a [Variant]. It can also be enforced with the [code]: int[/code] " +"type hint.\n" +"[codeblock]\n" +"var my_variant = 0 # int, value 0.\n" +"my_variant += 4.2 # float, value 4.2.\n" +"var my_int: int = 1 # int, value 1.\n" +"my_int = 4.2 # int, value 4, the right value is implicitly cast to int.\n" +"my_int = int(\"6.7\") # int, value 6, the String is explicitly cast with " +"int.\n" +"\n" +"var max_int = 9223372036854775807\n" +"print(max_int) # 9223372036854775807, OK.\n" +"max_int += 1\n" +"print(max_int) # -9223372036854775808, we overflowed and wrapped around.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/int.xml:30 +msgid "" +"Cast a [bool] value to an integer value, [code]int(true)[/code] will be " +"equals to 1 and [code]int(false)[/code] will be equals to 0." +msgstr "" + +#: doc/classes/int.xml:37 +msgid "" +"Cast a float value to an integer value, this method simply removes the " +"number fractions (i.e. rounds [code]from[/code] towards zero), so for " +"example [code]int(2.7)[/code] will be equals to 2, [code]int(0.1)[/code] " +"will be equals to 0 and [code]int(-2.7)[/code] will be equals to -2. This " +"operation is also called truncation." +msgstr "" + +#: doc/classes/int.xml:44 +msgid "" +"Cast a [String] value to an integer value, this method is an integer parser " +"from a string, so calling this method with an invalid integer string will " +"return 0, a valid string will be something like [code]'1.7'[/code]. This " +"method will ignore all non-number characters, so calling [code]int('1e3')[/" +"code] will return 13." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:4 +msgid "[i]Deprecated.[/i] Camera which moves toward another node." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:7 +msgid "" +"[i]Deprecated (will be removed in Godot 4.0).[/i] InterpolatedCamera is a " +"[Camera] which smoothly moves to match a target node's position and " +"rotation.\n" +"If it is not [member enabled] or does not have a valid target set, " +"InterpolatedCamera acts like a normal Camera." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:17 +msgid "Sets the node to move toward and orient with." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:23 +msgid "" +"If [code]true[/code], and a target is set, the camera will move " +"automatically." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:26 +msgid "" +"How quickly the camera moves toward its target. Higher values will result in " +"tighter camera motion." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:29 +msgid "The target's [NodePath]." +msgstr "" + +#: doc/classes/IP.xml:4 +msgid "Internet protocol (IP) support functions such as DNS resolution." +msgstr "" + +#: doc/classes/IP.xml:7 +msgid "" +"IP contains support functions for the Internet Protocol (IP). TCP/IP support " +"is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides " +"DNS hostname resolution support, both blocking and threaded." +msgstr "" + +#: doc/classes/IP.xml:16 +msgid "" +"Removes all of a [code]hostname[/code]'s cached references. If no " +"[code]hostname[/code] is given, all cached IP addresses are removed." +msgstr "" + +#: doc/classes/IP.xml:23 +msgid "" +"Removes a given item [code]id[/code] from the queue. This should be used to " +"free a queue after it has completed to enable more queries to happen." +msgstr "" + +#: doc/classes/IP.xml:29 +msgid "Returns all the user's current IPv4 and IPv6 addresses as an array." +msgstr "" + +#: doc/classes/IP.xml:35 +msgid "" +"Returns all network adapters as an array.\n" +"Each adapter is a dictionary of the form:\n" +"[codeblock]\n" +"{\n" +" \"index\": \"1\", # Interface index.\n" +" \"name\": \"eth0\", # Interface name.\n" +" \"friendly\": \"Ethernet One\", # A friendly name (might be empty).\n" +" \"addresses\": [\"192.168.1.101\"], # An array of IP addresses " +"associated to this interface.\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/IP.xml:51 +msgid "" +"Returns a queued hostname's IP address, given its queue [code]id[/code]. " +"Returns an empty string on error or if resolution hasn't happened yet (see " +"[method get_resolve_item_status])." +msgstr "" + +#: doc/classes/IP.xml:58 +msgid "" +"Return resolved addresses, or an empty array if an error happened or " +"resolution didn't happen yet (see [method get_resolve_item_status])." +msgstr "" + +#: doc/classes/IP.xml:65 +msgid "" +"Returns a queued hostname's status as a [enum ResolverStatus] constant, " +"given its queue [code]id[/code]." +msgstr "" + +#: doc/classes/IP.xml:73 +msgid "" +"Returns a given hostname's IPv4 or IPv6 address when resolved (blocking-type " +"method). The address type returned depends on the [enum Type] constant given " +"as [code]ip_type[/code]." +msgstr "" + +#: doc/classes/IP.xml:81 +msgid "" +"Resolves a given hostname in a blocking way. Addresses are returned as an " +"[Array] of IPv4 or IPv6 depending on [code]ip_type[/code]." +msgstr "" + +#: doc/classes/IP.xml:89 +msgid "" +"Creates a queue item to resolve a hostname to an IPv4 or IPv6 address " +"depending on the [enum Type] constant given as [code]ip_type[/code]. Returns " +"the queue ID if successful, or [constant RESOLVER_INVALID_ID] on error." +msgstr "" + +#: doc/classes/IP.xml:95 +msgid "DNS hostname resolver status: No status." +msgstr "" + +#: doc/classes/IP.xml:98 +msgid "DNS hostname resolver status: Waiting." +msgstr "" + +#: doc/classes/IP.xml:101 +msgid "DNS hostname resolver status: Done." +msgstr "" + +#: doc/classes/IP.xml:104 +msgid "DNS hostname resolver status: Error." +msgstr "" + +#: doc/classes/IP.xml:107 +msgid "" +"Maximum number of concurrent DNS resolver queries allowed, [constant " +"RESOLVER_INVALID_ID] is returned if exceeded." +msgstr "" + +#: doc/classes/IP.xml:110 +msgid "" +"Invalid ID constant. Returned if [constant RESOLVER_MAX_QUERIES] is exceeded." +msgstr "" + +#: doc/classes/IP.xml:113 +msgid "Address type: None." +msgstr "" + +#: doc/classes/IP.xml:116 +msgid "Address type: Internet protocol version 4 (IPv4)." +msgstr "" + +#: doc/classes/IP.xml:119 +msgid "Address type: Internet protocol version 6 (IPv6)." +msgstr "" + +#: doc/classes/IP.xml:122 +msgid "Address type: Any." +msgstr "" + +#: doc/classes/ItemList.xml:4 +msgid "" +"Control that provides a list of selectable items (and/or icons) in a single " +"column, or optionally in multiple columns." +msgstr "" + +#: doc/classes/ItemList.xml:7 +msgid "" +"This control provides a selectable list of items that may be in a single (or " +"multiple columns) with option of text, icons, or both text and icon. " +"Tooltips are supported and may be different for every item in the list.\n" +"Selectable items in the list may be selected or deselected and multiple " +"selection may be enabled. Selection with right mouse button may also be " +"enabled to allow use of popup context menus. Items may also be \"activated\" " +"by double-clicking them or by pressing Enter.\n" +"Item text only supports single-line strings, newline characters (e.g. " +"[code]\\n[/code]) in the string won't produce a newline. Text wrapping is " +"enabled in [constant ICON_MODE_TOP] mode, but column's width is adjusted to " +"fully fit its content by default. You need to set [member " +"fixed_column_width] greater than zero to wrap the text." +msgstr "" + +#: doc/classes/ItemList.xml:19 +msgid "Adds an item to the item list with no text, only an icon." +msgstr "" + +#: doc/classes/ItemList.xml:28 +msgid "" +"Adds an item to the item list with specified text. Specify an [code]icon[/" +"code], or use [code]null[/code] as the [code]icon[/code] for a list item " +"with no icon.\n" +"If selectable is [code]true[/code], the list item will be selectable." +msgstr "" + +#: doc/classes/ItemList.xml:35 +msgid "Removes all items from the list." +msgstr "" + +#: doc/classes/ItemList.xml:41 +msgid "" +"Ensure current selection is visible, adjusting the scroll position as " +"necessary." +msgstr "" + +#: doc/classes/ItemList.xml:49 +msgid "" +"Returns the item index at the given [code]position[/code].\n" +"When there is no item at that point, -1 will be returned if [code]exact[/" +"code] is [code]true[/code], and the closest item index will be returned " +"otherwise." +msgstr "" + +#: doc/classes/ItemList.xml:56 +msgid "Returns the number of items currently in the list." +msgstr "" + +#: doc/classes/ItemList.xml:63 +msgid "" +"Returns the custom background color of the item specified by [code]idx[/" +"code] index." +msgstr "" + +#: doc/classes/ItemList.xml:70 +msgid "" +"Returns the custom foreground color of the item specified by [code]idx[/" +"code] index." +msgstr "" + +#: doc/classes/ItemList.xml:77 +msgid "Returns the icon associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:84 +msgid "Returns a [Color] modulating item's icon at the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:91 +msgid "" +"Returns the region of item's icon used. The whole icon will be used if the " +"region has no area." +msgstr "" + +#: doc/classes/ItemList.xml:98 +msgid "Returns the metadata value of the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:105 +msgid "Returns the text associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:112 +msgid "Returns the tooltip hint associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:118 +msgid "Returns an array with the indexes of the selected items." +msgstr "" + +#: doc/classes/ItemList.xml:124 +msgid "" +"Returns the [Object] ID associated with the list.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ItemList.xml:131 +msgid "Returns [code]true[/code] if one or more items are selected." +msgstr "" + +#: doc/classes/ItemList.xml:138 +msgid "" +"Returns [code]true[/code] if the item at the specified index is disabled." +msgstr "" + +#: doc/classes/ItemList.xml:145 +msgid "" +"Returns [code]true[/code] if the item icon will be drawn transposed, i.e. " +"the X and Y axes are swapped." +msgstr "" + +#: doc/classes/ItemList.xml:152 +msgid "" +"Returns [code]true[/code] if the item at the specified index is selectable." +msgstr "" + +#: doc/classes/ItemList.xml:159 +msgid "" +"Returns [code]true[/code] if the tooltip is enabled for specified item index." +msgstr "" + +#: doc/classes/ItemList.xml:166 +msgid "" +"Returns [code]true[/code] if the item at the specified index is currently " +"selected." +msgstr "" + +#: doc/classes/ItemList.xml:174 +msgid "Moves item from index [code]from_idx[/code] to [code]to_idx[/code]." +msgstr "" + +#: doc/classes/ItemList.xml:181 +msgid "Removes the item specified by [code]idx[/code] index from the list." +msgstr "" + +#: doc/classes/ItemList.xml:189 +msgid "" +"Select the item at the specified index.\n" +"[b]Note:[/b] This method does not trigger the item selection signal." +msgstr "" + +#: doc/classes/ItemList.xml:198 +msgid "" +"Sets the background color of the item specified by [code]idx[/code] index to " +"the specified [Color]." +msgstr "" + +#: doc/classes/ItemList.xml:206 +msgid "" +"Sets the foreground color of the item specified by [code]idx[/code] index to " +"the specified [Color]." +msgstr "" + +#: doc/classes/ItemList.xml:214 +msgid "" +"Disables (or enables) the item at the specified index.\n" +"Disabled items cannot be selected and do not trigger activation signals " +"(when double-clicking or pressing Enter)." +msgstr "" + +#: doc/classes/ItemList.xml:223 +msgid "" +"Sets (or replaces) the icon's [Texture] associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:231 +msgid "" +"Sets a modulating [Color] of the item associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:239 +msgid "" +"Sets the region of item's icon used. The whole icon will be used if the " +"region has no area." +msgstr "" + +#: doc/classes/ItemList.xml:247 +msgid "Sets whether the item icon will be drawn transposed." +msgstr "" + +#: doc/classes/ItemList.xml:255 +msgid "" +"Sets a value (of any type) to be stored with the item associated with the " +"specified index." +msgstr "" + +#: doc/classes/ItemList.xml:263 +msgid "" +"Allows or disallows selection of the item associated with the specified " +"index." +msgstr "" + +#: doc/classes/ItemList.xml:271 +msgid "Sets text of the item associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:279 +msgid "Sets the tooltip hint for the item associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:287 +msgid "Sets whether the tooltip hint is enabled for specified item index." +msgstr "" + +#: doc/classes/ItemList.xml:293 +msgid "Sorts items in the list by their text." +msgstr "" + +#: doc/classes/ItemList.xml:300 +msgid "Ensures the item associated with the specified index is not selected." +msgstr "" + +#: doc/classes/ItemList.xml:306 +msgid "Ensures there are no items selected." +msgstr "" + +#: doc/classes/ItemList.xml:312 +msgid "" +"If [code]true[/code], the currently selected item can be selected again." +msgstr "" + +#: doc/classes/ItemList.xml:315 +msgid "If [code]true[/code], right mouse button click can select items." +msgstr "" + +#: doc/classes/ItemList.xml:318 +msgid "" +"If [code]true[/code], the control will automatically resize the height to " +"fit its content." +msgstr "" + +#: doc/classes/ItemList.xml:321 +msgid "" +"The width all columns will be adjusted to.\n" +"A value of zero disables the adjustment, each item will have a width equal " +"to the width of its content and the columns will have an uneven width." +msgstr "" + +#: doc/classes/ItemList.xml:325 +msgid "" +"The size all icons will be adjusted to.\n" +"If either X or Y component is not greater than zero, icon size won't be " +"affected." +msgstr "" + +#: doc/classes/ItemList.xml:330 +msgid "" +"The icon position, whether above or to the left of the text. See the [enum " +"IconMode] constants." +msgstr "" + +#: doc/classes/ItemList.xml:333 +msgid "" +"The scale of icon applied after [member fixed_icon_size] and transposing " +"takes effect." +msgstr "" + +#: doc/classes/ItemList.xml:336 +msgid "" +"Maximum columns the list will have.\n" +"If greater than zero, the content will be split among the specified " +"columns.\n" +"A value of zero means unlimited columns, i.e. all items will be put in the " +"same row." +msgstr "" + +#: doc/classes/ItemList.xml:341 +msgid "" +"Maximum lines of text allowed in each item. Space will be reserved even when " +"there is not enough lines of text to display.\n" +"[b]Note:[/b] This property takes effect only when [member icon_mode] is " +"[constant ICON_MODE_TOP]. To make the text wrap, [member fixed_column_width] " +"should be greater than zero." +msgstr "" + +#: doc/classes/ItemList.xml:346 +msgid "" +"Whether all columns will have the same width.\n" +"If [code]true[/code], the width is equal to the largest column width of all " +"columns." +msgstr "" + +#: doc/classes/ItemList.xml:350 +msgid "" +"Allows single or multiple item selection. See the [enum SelectMode] " +"constants." +msgstr "" + +#: doc/classes/ItemList.xml:357 +msgid "" +"Triggered when specified list item is activated via double-clicking or by " +"pressing Enter." +msgstr "" + +#: doc/classes/ItemList.xml:364 +msgid "" +"Triggered when specified list item has been selected via right mouse " +"clicking.\n" +"The click position is also provided to allow appropriate popup of context " +"menus at the correct location.\n" +"[member allow_rmb_select] must be enabled." +msgstr "" + +#: doc/classes/ItemList.xml:372 +msgid "" +"Triggered when specified item has been selected.\n" +"[member allow_reselect] must be enabled to reselect an item." +msgstr "" + +#: doc/classes/ItemList.xml:380 +msgid "" +"Triggered when a multiple selection is altered on a list allowing multiple " +"selection." +msgstr "" + +#: doc/classes/ItemList.xml:385 +msgid "" +"Triggered when a left mouse click is issued within the rect of the list but " +"on empty space." +msgstr "" + +#: doc/classes/ItemList.xml:391 +msgid "" +"Triggered when a right mouse click is issued within the rect of the list but " +"on empty space.\n" +"[member allow_rmb_select] must be enabled." +msgstr "" + +#: doc/classes/ItemList.xml:398 +msgid "Icon is drawn above the text." +msgstr "" + +#: doc/classes/ItemList.xml:401 +msgid "Icon is drawn to the left of the text." +msgstr "" + +#: doc/classes/ItemList.xml:404 +msgid "Only allow selecting a single item." +msgstr "" + +#: doc/classes/ItemList.xml:407 +msgid "Allows selecting multiple items by holding Ctrl or Shift." +msgstr "" + +#: doc/classes/ItemList.xml:412 +msgid "" +"Default [StyleBox] for the [ItemList], i.e. used when the control is not " +"being focused." +msgstr "" + +#: doc/classes/ItemList.xml:415 +msgid "[StyleBox] used when the [ItemList] is being focused." +msgstr "" + +#: doc/classes/ItemList.xml:418 +msgid "[StyleBox] used for the cursor, when the [ItemList] is being focused." +msgstr "" + +#: doc/classes/ItemList.xml:421 +msgid "" +"[StyleBox] used for the cursor, when the [ItemList] is not being focused." +msgstr "" + +#: doc/classes/ItemList.xml:424 doc/classes/Tree.xml:407 +msgid "[Font] of the item's text." +msgstr "" + +#: doc/classes/ItemList.xml:427 doc/classes/Tree.xml:410 +msgid "Default text [Color] of the item." +msgstr "" + +#: doc/classes/ItemList.xml:430 doc/classes/Tree.xml:413 +msgid "Text [Color] used when the item is selected." +msgstr "" + +#: doc/classes/ItemList.xml:433 +msgid "" +"[Color] of the guideline. The guideline is a line drawn between each row of " +"items." +msgstr "" + +#: doc/classes/ItemList.xml:436 +msgid "The horizontal spacing between items." +msgstr "" + +#: doc/classes/ItemList.xml:439 +msgid "The spacing between item's icon and text." +msgstr "" + +#: doc/classes/ItemList.xml:442 +msgid "The vertical spacing between each line of text." +msgstr "" + +#: doc/classes/ItemList.xml:445 +msgid "" +"[StyleBox] for the selected items, used when the [ItemList] is not being " +"focused." +msgstr "" + +#: doc/classes/ItemList.xml:448 +msgid "" +"[StyleBox] for the selected items, used when the [ItemList] is being focused." +msgstr "" + +#: doc/classes/ItemList.xml:451 +msgid "The vertical spacing between items." +msgstr "" + +#: doc/classes/JavaScript.xml:4 +msgid "" +"Singleton that connects the engine with the browser's JavaScript context in " +"HTML5 export." +msgstr "" + +#: doc/classes/JavaScript.xml:7 +msgid "" +"The JavaScript singleton is implemented only in the HTML5 export. It's used " +"to access the browser's JavaScript context. This allows interaction with " +"embedding pages or calling third-party JavaScript APIs.\n" +"[b]Note:[/b] This singleton can be disabled at build-time to improve " +"security. By default, the JavaScript singleton is enabled. Official export " +"templates also have the JavaScript singleton enabled. See [url=https://docs." +"godotengine.org/en/3.4/development/compiling/compiling_for_web." +"html]Compiling for the Web[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/JavaScript.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/export/" +"exporting_for_web.html#calling-javascript-from-script" +msgstr "" + +#: doc/classes/JavaScript.xml:19 +msgid "" +"Creates a reference to a script function that can be used as a callback by " +"JavaScript. The reference must be kept until the callback happens, or it " +"won't be called at all. See [JavaScriptObject] for usage." +msgstr "" + +#: doc/classes/JavaScript.xml:26 +msgid "" +"Creates a new JavaScript object using the [code]new[/code] constructor. The " +"[code]object[/code] must a valid property of the JavaScript [code]window[/" +"code]. See [JavaScriptObject] for usage." +msgstr "" + +#: doc/classes/JavaScript.xml:35 +msgid "" +"Prompts the user to download a file containing the specified [code]buffer[/" +"code]. The file will have the given [code]name[/code] and [code]mime[/code] " +"type.\n" +"[b]Note:[/b] The browser may override the [url=https://en.wikipedia.org/wiki/" +"Media_type]MIME type[/url] provided based on the file [code]name[/code]'s " +"extension.\n" +"[b]Note:[/b] Browsers might block the download if [method download_buffer] " +"is not being called from a user interaction (e.g. button click).\n" +"[b]Note:[/b] Browsers might ask the user for permission or block the " +"download if multiple download requests are made in a quick succession." +msgstr "" + +#: doc/classes/JavaScript.xml:46 +msgid "" +"Execute the string [code]code[/code] as JavaScript code within the browser " +"window. This is a call to the actual global JavaScript function [code]eval()" +"[/code].\n" +"If [code]use_global_execution_context[/code] is [code]true[/code], the code " +"will be evaluated in the global execution context. Otherwise, it is " +"evaluated in the execution context of a function within the engine's runtime " +"environment." +msgstr "" + +#: doc/classes/JavaScript.xml:54 +msgid "" +"Returns an interface to a JavaScript object that can be used by scripts. The " +"[code]interface[/code] must be a valid property of the JavaScript " +"[code]window[/code]. The callback must accept a single [Array] argument, " +"which will contain the JavaScript [code]arguments[/code]. See " +"[JavaScriptObject] for usage." +msgstr "" + +#: doc/classes/JavaScriptObject.xml:4 +msgid "A wrapper class for native JavaScript objects." +msgstr "" + +#: doc/classes/JavaScriptObject.xml:7 +msgid "" +"JavaScriptObject is used to interact with JavaScript objects retrieved or " +"created via [method JavaScript.get_interface], [method JavaScript." +"create_object], or [method JavaScript.create_callback].\n" +"Example:\n" +"[codeblock]\n" +"extends Node\n" +"\n" +"var _my_js_callback = JavaScript.create_callback(self, \"myCallback\") # " +"This reference must be kept\n" +"var console = JavaScript.get_interface(\"console\")\n" +"\n" +"func _init():\n" +" var buf = JavaScript.create_object(\"ArrayBuffer\", 10) # new " +"ArrayBuffer(10)\n" +" print(buf) # prints [JavaScriptObject:OBJECT_ID]\n" +" var uint8arr = JavaScript.create_object(\"Uint8Array\", buf) # new " +"Uint8Array(buf)\n" +" uint8arr[1] = 255\n" +" prints(uint8arr[1], uint8arr.byteLength) # prints 255 10\n" +" console.log(uint8arr) # prints in browser console \"Uint8Array(10) [ 0, " +"255, 0, 0, 0, 0, 0, 0, 0, 0 ]\"\n" +"\n" +" # Equivalent of JavaScript: Array.from(uint8arr).forEach(myCallback)\n" +" JavaScript.get_interface(\"Array\").from(uint8arr)." +"forEach(_my_js_callback)\n" +"\n" +"func myCallback(args):\n" +" # Will be called with the parameters passed to the \"forEach\" callback\n" +" # [0, 0, [JavaScriptObject:1173]]\n" +" # [255, 1, [JavaScriptObject:1173]]\n" +" # ...\n" +" # [0, 9, [JavaScriptObject:1180]]\n" +" print(args)\n" +"[/codeblock]\n" +"[b]Note:[/b] Only available in the HTML5 platform." +msgstr "" + +#: doc/classes/JNISingleton.xml:4 +msgid "" +"Singleton that connects the engine with Android plugins to interface with " +"native Android code." +msgstr "" + +#: doc/classes/JNISingleton.xml:7 +msgid "" +"The JNISingleton is implemented only in the Android export. It's used to " +"call methods and connect signals from an Android plugin written in Java or " +"Kotlin. Methods and signals can be called and connected to the JNISingleton " +"as if it is a Node. See [url=https://en.wikipedia.org/wiki/" +"Java_Native_Interface]Java Native Interface - Wikipedia[/url] for more " +"information." +msgstr "" + +#: doc/classes/JNISingleton.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/android/android_plugin." +"html" +msgstr "" + +#: doc/classes/Joint.xml:4 +msgid "Base class for all 3D joints." +msgstr "" + +#: doc/classes/Joint.xml:7 +msgid "" +"Joints are used to bind together two physics bodies. They have a solver " +"priority and can define if the bodies of the two attached nodes should be " +"able to collide with each other." +msgstr "" + +#: doc/classes/Joint.xml:10 doc/classes/RigidBody.xml:15 +#: doc/classes/VehicleBody.xml:12 doc/classes/VehicleWheel.xml:11 +msgid "https://godotengine.org/asset-library/asset/524" +msgstr "" + +#: doc/classes/Joint.xml:16 +msgid "" +"If [code]true[/code], the two bodies of the nodes are not able to collide " +"with each other." +msgstr "" + +#: doc/classes/Joint.xml:19 +msgid "The node attached to the first side (A) of the joint." +msgstr "" + +#: doc/classes/Joint.xml:22 +msgid "The node attached to the second side (B) of the joint." +msgstr "" + +#: doc/classes/Joint.xml:25 +msgid "" +"The priority used to define which solver is executed first for multiple " +"joints. The lower the value, the higher the priority." +msgstr "" + +#: doc/classes/Joint2D.xml:4 +msgid "Base node for all joint constraints in 2D physics." +msgstr "" + +#: doc/classes/Joint2D.xml:7 +msgid "" +"Base node for all joint constraints in 2D physics. Joints take 2 bodies and " +"apply a custom constraint." +msgstr "" + +#: doc/classes/Joint2D.xml:15 +msgid "" +"When [member node_a] and [member node_b] move in different directions the " +"[code]bias[/code] controls how fast the joint pulls them back to their " +"original position. The lower the [code]bias[/code] the more the two bodies " +"can pull on the joint." +msgstr "" + +#: doc/classes/Joint2D.xml:18 +msgid "" +"If [code]true[/code], [member node_a] and [member node_b] can not collide." +msgstr "" + +#: doc/classes/Joint2D.xml:21 +msgid "The first body attached to the joint. Must derive from [PhysicsBody2D]." +msgstr "" + +#: doc/classes/Joint2D.xml:24 +msgid "" +"The second body attached to the joint. Must derive from [PhysicsBody2D]." +msgstr "" + +#: doc/classes/JSON.xml:4 +msgid "Helper class for parsing JSON data." +msgstr "" + +#: doc/classes/JSON.xml:7 +msgid "" +"Helper class for parsing JSON data. For usage example and other important " +"hints, see [JSONParseResult]." +msgstr "" + +#: doc/classes/JSON.xml:16 +msgid "" +"Parses a JSON-encoded string and returns a [JSONParseResult] containing the " +"result." +msgstr "" + +#: doc/classes/JSON.xml:25 +msgid "" +"Converts a [Variant] var to JSON text and returns the result. Useful for " +"serializing data to store or send over the network.\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, converting a Variant to JSON text " +"will convert all numerical values to [float] types.\n" +"Use [code]indent[/code] parameter to pretty print the output.\n" +"[b]Example output:[/b]\n" +"[codeblock]\n" +"## JSON.print(my_dictionary)\n" +"{\"name\":\"my_dictionary\",\"version\":\"1.0.0\",\"entities\":[{\"name\":" +"\"entity_0\",\"value\":\"value_0\"},{\"name\":\"entity_1\",\"value\":" +"\"value_1\"}]}\n" +"\n" +"## JSON.print(my_dictionary, \"\\t\")\n" +"{\n" +" \"name\": \"my_dictionary\",\n" +" \"version\": \"1.0.0\",\n" +" \"entities\": [\n" +" {\n" +" \"name\": \"entity_0\",\n" +" \"value\": \"value_0\"\n" +" },\n" +" {\n" +" \"name\": \"entity_1\",\n" +" \"value\": \"value_1\"\n" +" }\n" +" ]\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/JSONParseResult.xml:4 +msgid "Data class wrapper for decoded JSON." +msgstr "" + +#: doc/classes/JSONParseResult.xml:7 +msgid "" +"Returned by [method JSON.parse], [JSONParseResult] contains the decoded JSON " +"or error information if the JSON source wasn't successfully parsed. You can " +"check if the JSON source was successfully parsed with [code]if json_result." +"error == OK[/code]." +msgstr "" + +#: doc/classes/JSONParseResult.xml:15 +msgid "" +"The error type if the JSON source was not successfully parsed. See the [enum " +"Error] constants." +msgstr "" + +#: doc/classes/JSONParseResult.xml:18 +msgid "" +"The line number where the error occurred if the JSON source was not " +"successfully parsed." +msgstr "" + +#: doc/classes/JSONParseResult.xml:21 +msgid "" +"The error message if the JSON source was not successfully parsed. See the " +"[enum Error] constants." +msgstr "" + +#: doc/classes/JSONParseResult.xml:24 +msgid "" +"A [Variant] containing the parsed JSON. Use [method @GDScript.typeof] or the " +"[code]is[/code] keyword to check if it is what you expect. For example, if " +"the JSON source starts with curly braces ([code]{}[/code]), a [Dictionary] " +"will be returned. If the JSON source starts with brackets ([code][][/code]), " +"an [Array] will be returned.\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, parsing a JSON text will convert " +"all numerical values to [float] types.\n" +"[b]Note:[/b] JSON objects do not preserve key order like Godot dictionaries, " +"thus, you should not rely on keys being in a certain order if a dictionary " +"is constructed from JSON. In contrast, JSON arrays retain the order of their " +"elements:\n" +"[codeblock]\n" +"var p = JSON.parse('[\"hello\", \"world\", \"!\"]')\n" +"if typeof(p.result) == TYPE_ARRAY:\n" +" print(p.result[0]) # Prints \"hello\"\n" +"else:\n" +" push_error(\"Unexpected results.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/JSONRPC.xml:4 +msgid "A helper to handle dictionaries which look like JSONRPC documents." +msgstr "" + +#: doc/classes/JSONRPC.xml:7 +msgid "" +"[url=https://www.jsonrpc.org/]JSON-RPC[/url] is a standard which wraps a " +"method call in a [JSON] object. The object has a particular structure and " +"identifies which method is called, the parameters to that function, and " +"carries an ID to keep track of responses. This class implements that " +"standard on top of [Dictionary]; you will have to convert between a " +"[Dictionary] and [JSON] with other functions." +msgstr "" + +#: doc/classes/JSONRPC.xml:17 +msgid "" +"Returns a dictionary in the form of a JSON-RPC notification. Notifications " +"are one-shot messages which do not expect a response.\n" +"- [code]method[/code]: Name of the method being called.\n" +"- [code]params[/code]: An array or dictionary of parameters being passed to " +"the method." +msgstr "" + +#: doc/classes/JSONRPC.xml:28 +msgid "" +"Returns a dictionary in the form of a JSON-RPC request. Requests are sent to " +"a server with the expectation of a response. The ID field is used for the " +"server to specify which exact request it is responding to.\n" +"- [code]method[/code]: Name of the method being called.\n" +"- [code]params[/code]: An array or dictionary of parameters being passed to " +"the method.\n" +"- [code]id[/code]: Uniquely identifies this request. The server is expected " +"to send a response with the same ID." +msgstr "" + +#: doc/classes/JSONRPC.xml:39 +msgid "" +"When a server has received and processed a request, it is expected to send a " +"response. If you did not want a response then you need to have sent a " +"Notification instead.\n" +"- [code]result[/code]: The return value of the function which was called.\n" +"- [code]id[/code]: The ID of the request this response is targeted to." +msgstr "" + +#: doc/classes/JSONRPC.xml:50 +msgid "" +"Creates a response which indicates a previous reply has failed in some way.\n" +"- [code]code[/code]: The error code corresponding to what kind of error this " +"is. See the [enum ErrorCode] constants.\n" +"- [code]message[/code]: A custom message about this error.\n" +"- [code]id[/code]: The request this error is a response to." +msgstr "" + +#: doc/classes/JSONRPC.xml:61 +msgid "" +"Given a Dictionary which takes the form of a JSON-RPC request: unpack the " +"request and run it. Methods are resolved by looking at the field called " +"\"method\" and looking for an equivalently named function in the JSONRPC " +"object. If one is found that method is called.\n" +"To add new supported methods extend the JSONRPC class and call [method " +"process_action] on your subclass.\n" +"[code]action[/code]: The action to be run, as a Dictionary in the form of a " +"JSON-RPC request or notification." +msgstr "" + +#: doc/classes/JSONRPC.xml:86 +msgid "" +"A method call was requested but no function of that name existed in the " +"JSONRPC subclass." +msgstr "" + +#: doc/classes/KinematicBody.xml:4 +msgid "Kinematic body 3D node." +msgstr "" + +#: doc/classes/KinematicBody.xml:7 +msgid "" +"Kinematic bodies are special types of bodies that are meant to be user-" +"controlled. They are not affected by physics at all; to other types of " +"bodies, such as a character or a rigid body, these are the same as a static " +"body. However, they have two main uses:\n" +"[b]Simulated motion:[/b] When these bodies are moved manually, either from " +"code or from an [AnimationPlayer] (with [member AnimationPlayer." +"playback_process_mode] set to \"physics\"), the physics will automatically " +"compute an estimate of their linear and angular velocity. This makes them " +"very useful for moving platforms or other AnimationPlayer-controlled objects " +"(like a door, a bridge that opens, etc).\n" +"[b]Kinematic characters:[/b] KinematicBody also has an API for moving " +"objects (the [method move_and_collide] and [method move_and_slide] methods) " +"while performing collision tests. This makes them really useful to implement " +"characters that collide against a world, but don't require advanced physics." +msgstr "" + +#: doc/classes/KinematicBody.xml:12 doc/classes/KinematicBody2D.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/kinematic_character_2d." +"html" +msgstr "" + +#: doc/classes/KinematicBody.xml:23 +msgid "" +"Returns [code]true[/code] if the specified [code]axis[/code] is locked. See " +"also [member move_lock_x], [member move_lock_y] and [member move_lock_z]." +msgstr "" + +#: doc/classes/KinematicBody.xml:30 +msgid "" +"Returns the floor's collision angle at the last collision point according to " +"[code]up_direction[/code], which is [code]Vector3.UP[/code] by default. This " +"value is always positive and only valid after calling [method " +"move_and_slide] and when [method is_on_floor] returns [code]true[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:36 doc/classes/KinematicBody2D.xml:28 +msgid "" +"Returns the surface normal of the floor at the last collision point. Only " +"valid after calling [method move_and_slide] or [method " +"move_and_slide_with_snap] and when [method is_on_floor] returns [code]true[/" +"code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:42 doc/classes/KinematicBody2D.xml:34 +msgid "" +"Returns the linear velocity of the floor at the last collision point. Only " +"valid after calling [method move_and_slide] or [method " +"move_and_slide_with_snap] and when [method is_on_floor] returns [code]true[/" +"code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:48 +msgid "" +"Returns a [KinematicCollision], which contains information about the latest " +"collision that occurred during the last call to [method move_and_slide]." +msgstr "" + +#: doc/classes/KinematicBody.xml:55 +msgid "" +"Returns a [KinematicCollision], which contains information about a collision " +"that occurred during the last call to [method move_and_slide] or [method " +"move_and_slide_with_snap]. Since the body can collide several times in a " +"single call to [method move_and_slide], you must specify the index of the " +"collision in the range 0 to ([method get_slide_count] - 1)." +msgstr "" + +#: doc/classes/KinematicBody.xml:61 doc/classes/KinematicBody2D.xml:59 +msgid "" +"Returns the number of times the body collided and changed direction during " +"the last call to [method move_and_slide] or [method " +"move_and_slide_with_snap]." +msgstr "" + +#: doc/classes/KinematicBody.xml:67 doc/classes/KinematicBody2D.xml:65 +msgid "" +"Returns [code]true[/code] if the body collided with the ceiling on the last " +"call of [method move_and_slide] or [method move_and_slide_with_snap]. " +"Otherwise, returns [code]false[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:73 doc/classes/KinematicBody2D.xml:71 +msgid "" +"Returns [code]true[/code] if the body collided with the floor on the last " +"call of [method move_and_slide] or [method move_and_slide_with_snap]. " +"Otherwise, returns [code]false[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:79 doc/classes/KinematicBody2D.xml:77 +msgid "" +"Returns [code]true[/code] if the body collided with a wall on the last call " +"of [method move_and_slide] or [method move_and_slide_with_snap]. Otherwise, " +"returns [code]false[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:89 +msgid "" +"Moves the body along the vector [code]rel_vec[/code]. The body will stop if " +"it collides. Returns a [KinematicCollision], which contains information " +"about the collision.\n" +"If [code]test_only[/code] is [code]true[/code], the body does not move but " +"the would-be collision information is given." +msgstr "" + +#: doc/classes/KinematicBody.xml:102 +msgid "" +"Moves the body along a vector. If the body collides with another, it will " +"slide along the other body rather than stop immediately. If the other body " +"is a [KinematicBody] or [RigidBody], it will also be affected by the motion " +"of the other body. You can use this to make moving and rotating platforms, " +"or to make nodes push other nodes.\n" +"This method should be used in [method Node._physics_process] (or in a method " +"called by [method Node._physics_process]), as it uses the physics step's " +"[code]delta[/code] value automatically in calculations. Otherwise, the " +"simulation will run at an incorrect speed.\n" +"[code]linear_velocity[/code] is the velocity vector (typically meters per " +"second). Unlike in [method move_and_collide], you should [i]not[/i] multiply " +"it by [code]delta[/code] — the physics engine handles applying the " +"velocity.\n" +"[code]up_direction[/code] is the up direction, used to determine what is a " +"wall and what is a floor or a ceiling. If set to the default value of " +"[code]Vector3(0, 0, 0)[/code], everything is considered a wall.\n" +"If [code]stop_on_slope[/code] is [code]true[/code], body will not slide on " +"slopes when you include gravity in [code]linear_velocity[/code] and the body " +"is standing still.\n" +"If the body collides, it will change direction a maximum of " +"[code]max_slides[/code] times before it stops.\n" +"[code]floor_max_angle[/code] is the maximum angle (in radians) where a slope " +"is still considered a floor (or a ceiling), rather than a wall. The default " +"value equals 45 degrees.\n" +"If [code]infinite_inertia[/code] is [code]true[/code], body will be able to " +"push [RigidBody] nodes, but it won't also detect any collisions with them. " +"If [code]false[/code], it will interact with [RigidBody] nodes like with " +"[StaticBody].\n" +"Returns the [code]linear_velocity[/code] vector, rotated and/or scaled if a " +"slide collision occurred. To get detailed information about collisions that " +"occurred, use [method get_slide_collision].\n" +"When the body touches a moving platform, the platform's velocity is " +"automatically added to the body motion. If a collision occurs due to the " +"platform's motion, it will always be first in the slide collisions." +msgstr "" + +#: doc/classes/KinematicBody.xml:124 +msgid "" +"Moves the body while keeping it attached to slopes. Similar to [method " +"move_and_slide].\n" +"As long as the [code]snap[/code] vector is in contact with the ground, the " +"body will remain attached to the surface. This means you must disable snap " +"in order to jump, for example. You can do this by setting [code]snap[/code] " +"to [code](0, 0, 0)[/code] or by using [method move_and_slide] instead." +msgstr "" + +#: doc/classes/KinematicBody.xml:133 +msgid "" +"Locks or unlocks the specified [code]axis[/code] depending on the value of " +"[code]lock[/code]. See also [member move_lock_x], [member move_lock_y] and " +"[member move_lock_z]." +msgstr "" + +#: doc/classes/KinematicBody.xml:142 +msgid "" +"Checks for collisions without moving the body. Virtually sets the node's " +"position, scale and rotation to that of the given [Transform], then tries to " +"move the body along the vector [code]rel_vec[/code]. Returns [code]true[/" +"code] if a collision would occur." +msgstr "" + +#: doc/classes/KinematicBody.xml:148 +msgid "Lock the body's X axis movement." +msgstr "" + +#: doc/classes/KinematicBody.xml:151 +msgid "Lock the body's Y axis movement." +msgstr "" + +#: doc/classes/KinematicBody.xml:154 +msgid "Lock the body's Z axis movement." +msgstr "" + +#: doc/classes/KinematicBody.xml:157 doc/classes/KinematicBody2D.xml:138 +msgid "" +"Extra margin used for collision recovery in motion functions (see [method " +"move_and_collide], [method move_and_slide], [method " +"move_and_slide_with_snap]).\n" +"If the body is at least this close to another body, it will consider them to " +"be colliding and will be pushed away before performing the actual motion.\n" +"A higher value means it's more flexible for detecting collision, which helps " +"with consistently detecting walls and floors.\n" +"A lower value forces the collision algorithm to use more exact detection, so " +"it can be used in cases that specifically require precision, e.g at very low " +"scale to avoid visible jittering, or for stability with a stack of kinematic " +"bodies." +msgstr "" + +#: doc/classes/KinematicBody.xml:163 doc/classes/KinematicBody2D.xml:144 +msgid "" +"If [code]true[/code], the body's movement will be synchronized to the " +"physics frame. This is useful when animating movement via [AnimationPlayer], " +"for example on moving platforms. Do [b]not[/b] use together with [method " +"move_and_slide] or [method move_and_collide] functions." +msgstr "" + +#: doc/classes/KinematicBody.xml:166 +msgid "" +"Lock the body's X axis movement. Deprecated alias for [member " +"axis_lock_motion_x]." +msgstr "" + +#: doc/classes/KinematicBody.xml:169 +msgid "" +"Lock the body's Y axis movement. Deprecated alias for [member " +"axis_lock_motion_y]." +msgstr "" + +#: doc/classes/KinematicBody.xml:172 +msgid "" +"Lock the body's Z axis movement. Deprecated alias for [member " +"axis_lock_motion_z]." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:4 +msgid "Kinematic body 2D node." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:7 +msgid "" +"Kinematic bodies are special types of bodies that are meant to be user-" +"controlled. They are not affected by physics at all; to other types of " +"bodies, such as a character or a rigid body, these are the same as a static " +"body. However, they have two main uses:\n" +"[b]Simulated motion:[/b] When these bodies are moved manually, either from " +"code or from an [AnimationPlayer] (with [member AnimationPlayer." +"playback_process_mode] set to \"physics\"), the physics will automatically " +"compute an estimate of their linear and angular velocity. This makes them " +"very useful for moving platforms or other AnimationPlayer-controlled objects " +"(like a door, a bridge that opens, etc).\n" +"[b]Kinematic characters:[/b] KinematicBody2D also has an API for moving " +"objects (the [method move_and_collide] and [method move_and_slide] methods) " +"while performing collision tests. This makes them really useful to implement " +"characters that collide against a world, but don't require advanced physics." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/" +"using_kinematic_body_2d.html" +msgstr "" + +#: doc/classes/KinematicBody2D.xml:22 +msgid "" +"Returns the floor's collision angle at the last collision point according to " +"[code]up_direction[/code], which is [code]Vector2.UP[/code] by default. This " +"value is always positive and only valid after calling [method " +"move_and_slide] and when [method is_on_floor] returns [code]true[/code]." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:40 +msgid "" +"Returns a [KinematicCollision2D], which contains information about the " +"latest collision that occurred during the last call to [method " +"move_and_slide]." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:47 +msgid "" +"Returns a [KinematicCollision2D], which contains information about a " +"collision that occurred during the last call to [method move_and_slide] or " +"[method move_and_slide_with_snap]. Since the body can collide several times " +"in a single call to [method move_and_slide], you must specify the index of " +"the collision in the range 0 to ([method get_slide_count] - 1).\n" +"[b]Example usage:[/b]\n" +"[codeblock]\n" +"for i in get_slide_count():\n" +" var collision = get_slide_collision(i)\n" +" print(\"Collided with: \", collision.collider.name)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/KinematicBody2D.xml:87 +msgid "" +"Moves the body along the vector [code]rel_vec[/code]. The body will stop if " +"it collides. Returns a [KinematicCollision2D], which contains information " +"about the collision.\n" +"If [code]test_only[/code] is [code]true[/code], the body does not move but " +"the would-be collision information is given." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:100 +msgid "" +"Moves the body along a vector. If the body collides with another, it will " +"slide along the other body rather than stop immediately. If the other body " +"is a [KinematicBody2D] or [RigidBody2D], it will also be affected by the " +"motion of the other body. You can use this to make moving and rotating " +"platforms, or to make nodes push other nodes.\n" +"This method should be used in [method Node._physics_process] (or in a method " +"called by [method Node._physics_process]), as it uses the physics step's " +"[code]delta[/code] value automatically in calculations. Otherwise, the " +"simulation will run at an incorrect speed.\n" +"[code]linear_velocity[/code] is the velocity vector in pixels per second. " +"Unlike in [method move_and_collide], you should [i]not[/i] multiply it by " +"[code]delta[/code] — the physics engine handles applying the velocity.\n" +"[code]up_direction[/code] is the up direction, used to determine what is a " +"wall and what is a floor or a ceiling. If set to the default value of " +"[code]Vector2(0, 0)[/code], everything is considered a wall. This is useful " +"for topdown games.\n" +"If [code]stop_on_slope[/code] is [code]true[/code], body will not slide on " +"slopes when you include gravity in [code]linear_velocity[/code] and the body " +"is standing still.\n" +"If the body collides, it will change direction a maximum of " +"[code]max_slides[/code] times before it stops.\n" +"[code]floor_max_angle[/code] is the maximum angle (in radians) where a slope " +"is still considered a floor (or a ceiling), rather than a wall. The default " +"value equals 45 degrees.\n" +"If [code]infinite_inertia[/code] is [code]true[/code], body will be able to " +"push [RigidBody2D] nodes, but it won't also detect any collisions with them. " +"If [code]false[/code], it will interact with [RigidBody2D] nodes like with " +"[StaticBody2D].\n" +"Returns the [code]linear_velocity[/code] vector, rotated and/or scaled if a " +"slide collision occurred. To get detailed information about collisions that " +"occurred, use [method get_slide_collision].\n" +"When the body touches a moving platform, the platform's velocity is " +"automatically added to the body motion. If a collision occurs due to the " +"platform's motion, it will always be first in the slide collisions." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:122 +msgid "" +"Moves the body while keeping it attached to slopes. Similar to [method " +"move_and_slide].\n" +"As long as the [code]snap[/code] vector is in contact with the ground, the " +"body will remain attached to the surface. This means you must disable snap " +"in order to jump, for example. You can do this by setting [code]snap[/code] " +"to [code](0, 0)[/code] or by using [method move_and_slide] instead." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:132 +msgid "" +"Checks for collisions without moving the body. Virtually sets the node's " +"position, scale and rotation to that of the given [Transform2D], then tries " +"to move the body along the vector [code]rel_vec[/code]. Returns [code]true[/" +"code] if a collision would occur." +msgstr "" + +#: doc/classes/KinematicCollision.xml:4 +msgid "Collision data for [KinematicBody] collisions." +msgstr "" + +#: doc/classes/KinematicCollision.xml:7 +msgid "" +"Contains collision data for [KinematicBody] collisions. When a " +"[KinematicBody] is moved using [method KinematicBody.move_and_collide], it " +"stops if it detects a collision with another body. If a collision is " +"detected, a KinematicCollision object is returned.\n" +"This object contains information about the collision, including the " +"colliding object, the remaining motion, and the collision position. This " +"information can be used to calculate a collision response." +msgstr "" + +#: doc/classes/KinematicCollision.xml:17 +msgid "" +"The collision angle according to [code]up_direction[/code], which is " +"[code]Vector3.UP[/code] by default. This value is always positive." +msgstr "" + +#: doc/classes/KinematicCollision.xml:23 +#: doc/classes/KinematicCollision2D.xml:23 +msgid "The colliding body." +msgstr "" + +#: doc/classes/KinematicCollision.xml:26 +#: doc/classes/KinematicCollision2D.xml:26 +msgid "" +"The colliding body's unique instance ID. See [method Object.get_instance_id]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:29 +#: doc/classes/KinematicCollision2D.xml:29 +msgid "The colliding body's metadata. See [Object]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:32 +msgid "The colliding body's [RID] used by the [PhysicsServer]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:35 +#: doc/classes/KinematicCollision2D.xml:35 +msgid "The colliding body's shape." +msgstr "" + +#: doc/classes/KinematicCollision.xml:38 +msgid "The colliding shape's index. See [CollisionObject]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:41 +#: doc/classes/KinematicCollision2D.xml:41 +msgid "The colliding object's velocity." +msgstr "" + +#: doc/classes/KinematicCollision.xml:44 +#: doc/classes/KinematicCollision2D.xml:44 +msgid "The moving object's colliding shape." +msgstr "" + +#: doc/classes/KinematicCollision.xml:47 +#: doc/classes/KinematicCollision2D.xml:47 +msgid "The colliding body's shape's normal at the point of collision." +msgstr "" + +#: doc/classes/KinematicCollision.xml:50 +#: doc/classes/KinematicCollision2D.xml:50 +msgid "The point of collision, in global coordinates." +msgstr "" + +#: doc/classes/KinematicCollision.xml:53 +#: doc/classes/KinematicCollision2D.xml:53 +msgid "The moving object's remaining movement vector." +msgstr "" + +#: doc/classes/KinematicCollision.xml:56 +#: doc/classes/KinematicCollision2D.xml:56 +msgid "The distance the moving object traveled before collision." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:4 +msgid "Collision data for [KinematicBody2D] collisions." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:7 +msgid "" +"Contains collision data for [KinematicBody2D] collisions. When a " +"[KinematicBody2D] is moved using [method KinematicBody2D.move_and_collide], " +"it stops if it detects a collision with another body. If a collision is " +"detected, a KinematicCollision2D object is returned.\n" +"This object contains information about the collision, including the " +"colliding object, the remaining motion, and the collision position. This " +"information can be used to calculate a collision response." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:17 +msgid "" +"The collision angle according to [code]up_direction[/code], which is " +"[code]Vector2.UP[/code] by default. This value is always positive." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:32 +msgid "The colliding body's [RID] used by the [Physics2DServer]." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:38 +msgid "The colliding shape's index. See [CollisionObject2D]." +msgstr "" + +#: doc/classes/Label.xml:4 +msgid "" +"Displays plain text in a line or wrapped inside a rectangle. For formatted " +"text, use [RichTextLabel]." +msgstr "" + +#: doc/classes/Label.xml:7 +msgid "" +"Label displays plain text on the screen. It gives you control over the " +"horizontal and vertical alignment and can wrap the text inside the node's " +"bounding rectangle. It doesn't support bold, italics, or other formatting. " +"For that, use [RichTextLabel] instead.\n" +"[b]Note:[/b] Contrarily to most other [Control]s, Label's [member Control." +"mouse_filter] defaults to [constant Control.MOUSE_FILTER_IGNORE] (i.e. it " +"doesn't react to mouse input events). This implies that a label won't " +"display any configured [member Control.hint_tooltip], unless you change its " +"mouse filter.\n" +"[b]Note:[/b] Unicode characters after [code]0xffff[/code] (such as most " +"emoji) are [i]not[/i] supported on Windows. They will display as unknown " +"characters instead. This will be resolved in Godot 4.0." +msgstr "" + +#: doc/classes/Label.xml:18 +msgid "Returns the amount of lines of text the Label has." +msgstr "" + +#: doc/classes/Label.xml:24 +msgid "Returns the font size in pixels." +msgstr "" + +#: doc/classes/Label.xml:30 +msgid "" +"Returns the total number of printable characters in the text (excluding " +"spaces and newlines)." +msgstr "" + +#: doc/classes/Label.xml:36 +msgid "" +"Returns the number of lines shown. Useful if the [Label]'s height cannot " +"currently display all lines." +msgstr "" + +#: doc/classes/Label.xml:42 +msgid "" +"Controls the text's horizontal align. Supports left, center, right, and " +"fill, or justify. Set it to one of the [enum Align] constants." +msgstr "" + +#: doc/classes/Label.xml:45 +msgid "" +"If [code]true[/code], wraps the text inside the node's bounding rectangle. " +"If you resize the node, it will change its height automatically to show all " +"the text." +msgstr "" + +#: doc/classes/Label.xml:48 +msgid "" +"If [code]true[/code], the Label only shows the text that fits inside its " +"bounding rectangle and will clip text horizontally." +msgstr "" + +#: doc/classes/Label.xml:51 +msgid "" +"The node ignores the first [code]lines_skipped[/code] lines before it starts " +"to display text." +msgstr "" + +#: doc/classes/Label.xml:54 +msgid "Limits the lines of text the node shows on screen." +msgstr "" + +#: doc/classes/Label.xml:58 +msgid "" +"Limits the amount of visible characters. If you set [code]percent_visible[/" +"code] to 0.5, only up to half of the text's characters will display on " +"screen. Useful to animate the text in a dialog box." +msgstr "" + +#: doc/classes/Label.xml:62 +msgid "The text to display on screen." +msgstr "" + +#: doc/classes/Label.xml:65 +msgid "If [code]true[/code], all the text displays as UPPERCASE." +msgstr "" + +#: doc/classes/Label.xml:68 +msgid "" +"Controls the text's vertical align. Supports top, center, bottom, and fill. " +"Set it to one of the [enum VAlign] constants." +msgstr "" + +#: doc/classes/Label.xml:71 +msgid "Restricts the number of characters to display. Set to -1 to disable." +msgstr "" + +#: doc/classes/Label.xml:76 +msgid "Align rows to the left (default)." +msgstr "" + +#: doc/classes/Label.xml:79 +msgid "Align rows centered." +msgstr "" + +#: doc/classes/Label.xml:82 +msgid "Align rows to the right." +msgstr "" + +#: doc/classes/Label.xml:85 +msgid "Expand row whitespaces to fit the width." +msgstr "" + +#: doc/classes/Label.xml:88 +msgid "Align the whole text to the top." +msgstr "" + +#: doc/classes/Label.xml:91 +msgid "Align the whole text to the center." +msgstr "" + +#: doc/classes/Label.xml:94 +msgid "Align the whole text to the bottom." +msgstr "" + +#: doc/classes/Label.xml:97 +msgid "Align the whole text by spreading the rows." +msgstr "" + +#: doc/classes/Label.xml:102 +msgid "[Font] used for the [Label]'s text." +msgstr "" + +#: doc/classes/Label.xml:105 +msgid "Default text [Color] of the [Label]." +msgstr "" + +#: doc/classes/Label.xml:108 +msgid "[Color] of the text's shadow effect." +msgstr "" + +#: doc/classes/Label.xml:111 +msgid "The tint of [Font]'s outline. See [member DynamicFont.outline_color]." +msgstr "" + +#: doc/classes/Label.xml:114 +msgid "Vertical space between lines in multiline [Label]." +msgstr "" + +#: doc/classes/Label.xml:117 +msgid "Background [StyleBox] for the [Label]." +msgstr "" + +#: doc/classes/Label.xml:120 +msgid "" +"Boolean value. If set to 1 ([code]true[/code]), the shadow will be displayed " +"around the whole text as an outline." +msgstr "" + +#: doc/classes/Label.xml:123 +msgid "The horizontal offset of the text's shadow." +msgstr "" + +#: doc/classes/Label.xml:126 +msgid "The vertical offset of the text's shadow." +msgstr "" + +#: doc/classes/LargeTexture.xml:4 +msgid "" +"[i]Deprecated.[/i] A [Texture] capable of storing many smaller textures with " +"offsets." +msgstr "" + +#: doc/classes/LargeTexture.xml:7 +msgid "" +"[i]Deprecated (will be removed in Godot 4.0).[/i] A [Texture] capable of " +"storing many smaller textures with offsets.\n" +"You can dynamically add pieces ([Texture]s) to this [LargeTexture] using " +"different offsets." +msgstr "" + +#: doc/classes/LargeTexture.xml:18 +msgid "" +"Adds [code]texture[/code] to this [LargeTexture], starting on offset " +"[code]ofs[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:24 +msgid "Clears the [LargeTexture]." +msgstr "" + +#: doc/classes/LargeTexture.xml:30 +msgid "Returns the number of pieces currently in this [LargeTexture]." +msgstr "" + +#: doc/classes/LargeTexture.xml:37 +msgid "Returns the offset of the piece with the index [code]idx[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:44 +msgid "Returns the [Texture] of the piece with the index [code]idx[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:52 +msgid "" +"Sets the offset of the piece with the index [code]idx[/code] to [code]ofs[/" +"code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:60 +msgid "" +"Sets the [Texture] of the piece with index [code]idx[/code] to " +"[code]texture[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:67 +msgid "Sets the size of this [LargeTexture]." +msgstr "" + +#: doc/classes/Light.xml:4 +msgid "Provides a base class for different kinds of light nodes." +msgstr "" + +#: doc/classes/Light.xml:7 +msgid "" +"Light is the [i]abstract[/i] base class for light nodes. As it can't be " +"instanced, it shouldn't be used directly. Other types of light nodes inherit " +"from it. Light contains the common variables and parameters used for " +"lighting." +msgstr "" + +#: doc/classes/Light.xml:18 +msgid "Returns the value of the specified [enum Light.Param] parameter." +msgstr "" + +#: doc/classes/Light.xml:26 +msgid "Sets the value of the specified [enum Light.Param] parameter." +msgstr "" + +#: doc/classes/Light.xml:32 +msgid "" +"If [code]true[/code], the light only appears in the editor and will not be " +"visible at runtime." +msgstr "" + +#: doc/classes/Light.xml:35 +msgid "The light's bake mode. See [enum BakeMode]." +msgstr "" + +#: doc/classes/Light.xml:38 +msgid "" +"The light's color. An [i]overbright[/i] color can be used to achieve a " +"result equivalent to increasing the light's [member light_energy]." +msgstr "" + +#: doc/classes/Light.xml:41 +msgid "The light will affect objects in the selected layers." +msgstr "" + +#: doc/classes/Light.xml:44 +msgid "" +"The light's strength multiplier (this is not a physical unit). For " +"[OmniLight] and [SpotLight], changing this value will only change the light " +"color's intensity, not the light's radius." +msgstr "" + +#: doc/classes/Light.xml:47 +msgid "" +"Secondary multiplier used with indirect light (light bounces). This works on " +"both [BakedLightmap] and [GIProbe]." +msgstr "" + +#: doc/classes/Light.xml:50 +msgid "" +"If [code]true[/code], the light's effect is reversed, darkening areas and " +"casting bright shadows." +msgstr "" + +#: doc/classes/Light.xml:53 +msgid "" +"The size of the light in Godot units. Only considered in baked lightmaps and " +"only if [member light_bake_mode] is set to [constant BAKE_ALL]. Increasing " +"this value will make the shadows appear blurrier. This can be used to " +"simulate area lights to an extent." +msgstr "" + +#: doc/classes/Light.xml:56 +msgid "" +"The intensity of the specular blob in objects affected by the light. At " +"[code]0[/code], the light becomes a pure diffuse light. When not baking " +"emission, this can be used to avoid unrealistic reflections when placing " +"lights above an emissive surface." +msgstr "" + +#: doc/classes/Light.xml:59 +msgid "" +"Used to adjust shadow appearance. Too small a value results in self-" +"shadowing (\"shadow acne\"), while too large a value causes shadows to " +"separate from casters (\"peter-panning\"). Adjust as needed." +msgstr "" + +#: doc/classes/Light.xml:62 +msgid "The color of shadows cast by this light." +msgstr "" + +#: doc/classes/Light.xml:65 +msgid "Attempts to reduce [member shadow_bias] gap." +msgstr "" + +#: doc/classes/Light.xml:68 +msgid "If [code]true[/code], the light will cast shadows." +msgstr "" + +#: doc/classes/Light.xml:71 +msgid "" +"If [code]true[/code], reverses the backface culling of the mesh. This can be " +"useful when you have a flat mesh that has a light behind it. If you need to " +"cast a shadow on both sides of the mesh, set the mesh to use double-sided " +"shadows with [constant GeometryInstance.SHADOW_CASTING_SETTING_DOUBLE_SIDED]." +msgstr "" + +#: doc/classes/Light.xml:76 +msgid "Constant for accessing [member light_energy]." +msgstr "" + +#: doc/classes/Light.xml:79 +msgid "Constant for accessing [member light_indirect_energy]." +msgstr "" + +#: doc/classes/Light.xml:82 +msgid "Constant for accessing [member light_size]." +msgstr "" + +#: doc/classes/Light.xml:85 +msgid "Constant for accessing [member light_specular]." +msgstr "" + +#: doc/classes/Light.xml:88 +msgid "" +"Constant for accessing [member OmniLight.omni_range] or [member SpotLight." +"spot_range]." +msgstr "" + +#: doc/classes/Light.xml:91 +msgid "" +"Constant for accessing [member OmniLight.omni_attenuation] or [member " +"SpotLight.spot_attenuation]." +msgstr "" + +#: doc/classes/Light.xml:94 +msgid "Constant for accessing [member SpotLight.spot_angle]." +msgstr "" + +#: doc/classes/Light.xml:97 +msgid "Constant for accessing [member SpotLight.spot_angle_attenuation]." +msgstr "" + +#: doc/classes/Light.xml:100 +msgid "Constant for accessing [member shadow_contact]." +msgstr "" + +#: doc/classes/Light.xml:103 +msgid "" +"Constant for accessing [member DirectionalLight." +"directional_shadow_max_distance]." +msgstr "" + +#: doc/classes/Light.xml:106 +msgid "" +"Constant for accessing [member DirectionalLight.directional_shadow_split_1]." +msgstr "" + +#: doc/classes/Light.xml:109 +msgid "" +"Constant for accessing [member DirectionalLight.directional_shadow_split_2]." +msgstr "" + +#: doc/classes/Light.xml:112 +msgid "" +"Constant for accessing [member DirectionalLight.directional_shadow_split_3]." +msgstr "" + +#: doc/classes/Light.xml:115 +msgid "" +"Constant for accessing [member DirectionalLight." +"directional_shadow_normal_bias]." +msgstr "" + +#: doc/classes/Light.xml:118 +msgid "Constant for accessing [member shadow_bias]." +msgstr "" + +#: doc/classes/Light.xml:121 +msgid "" +"Constant for accessing [member DirectionalLight." +"directional_shadow_bias_split_scale]." +msgstr "" + +#: doc/classes/Light.xml:127 +msgid "" +"Light is ignored when baking.\n" +"[b]Note:[/b] Hiding a light does [i]not[/i] affect baking." +msgstr "" + +#: doc/classes/Light.xml:131 +msgid "Only indirect lighting will be baked (default)." +msgstr "" + +#: doc/classes/Light.xml:134 +msgid "" +"Both direct and indirect light will be baked.\n" +"[b]Note:[/b] You should hide the light if you don't want it to appear twice " +"(dynamic and baked)." +msgstr "" + +#: doc/classes/Light2D.xml:4 +msgid "Casts light in a 2D environment." +msgstr "" + +#: doc/classes/Light2D.xml:7 +msgid "" +"Casts light in a 2D environment. Light is defined by a (usually grayscale) " +"texture, a color, an energy value, a mode (see constants), and various other " +"parameters (range and shadows-related).\n" +"[b]Note:[/b] Light2D can also be used as a mask." +msgstr "" + +#: doc/classes/Light2D.xml:11 doc/classes/LightOccluder2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_lights_and_shadows.html" +msgstr "" + +#: doc/classes/Light2D.xml:17 +msgid "The Light2D's [Color]." +msgstr "" + +#: doc/classes/Light2D.xml:20 +msgid "If [code]true[/code], Light2D will only appear when editing the scene." +msgstr "" + +#: doc/classes/Light2D.xml:23 +msgid "If [code]true[/code], Light2D will emit light." +msgstr "" + +#: doc/classes/Light2D.xml:26 +msgid "" +"The Light2D's energy value. The larger the value, the stronger the light." +msgstr "" + +#: doc/classes/Light2D.xml:29 +msgid "The Light2D's mode. See [enum Mode] constants for values." +msgstr "" + +#: doc/classes/Light2D.xml:32 +msgid "The offset of the Light2D's [code]texture[/code]." +msgstr "" + +#: doc/classes/Light2D.xml:35 +msgid "The height of the Light2D. Used with 2D normal mapping." +msgstr "" + +#: doc/classes/Light2D.xml:38 +msgid "" +"The layer mask. Only objects with a matching mask will be affected by the " +"Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:41 +msgid "Maximum layer value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:44 +msgid "Minimum layer value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:47 +msgid "" +"Maximum [code]z[/code] value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:50 +msgid "" +"Minimum [code]z[/code] value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:53 +msgid "Shadow buffer size." +msgstr "" + +#: doc/classes/Light2D.xml:56 +msgid "[Color] of shadows cast by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:59 +msgid "If [code]true[/code], the Light2D will cast shadows." +msgstr "" + +#: doc/classes/Light2D.xml:62 +msgid "Shadow filter type. See [enum ShadowFilter] for possible values." +msgstr "" + +#: doc/classes/Light2D.xml:65 +msgid "Smoothing value for shadows." +msgstr "" + +#: doc/classes/Light2D.xml:68 +msgid "Smooth shadow gradient length." +msgstr "" + +#: doc/classes/Light2D.xml:71 +msgid "" +"The shadow mask. Used with [LightOccluder2D] to cast shadows. Only occluders " +"with a matching light mask will cast shadows." +msgstr "" + +#: doc/classes/Light2D.xml:74 +msgid "[Texture] used for the Light2D's appearance." +msgstr "" + +#: doc/classes/Light2D.xml:77 +msgid "The [code]texture[/code]'s scale factor." +msgstr "" + +#: doc/classes/Light2D.xml:82 +msgid "" +"Adds the value of pixels corresponding to the Light2D to the values of " +"pixels under it. This is the common behavior of a light." +msgstr "" + +#: doc/classes/Light2D.xml:85 +msgid "" +"Subtracts the value of pixels corresponding to the Light2D to the values of " +"pixels under it, resulting in inversed light effect." +msgstr "" + +#: doc/classes/Light2D.xml:88 +msgid "" +"Mix the value of pixels corresponding to the Light2D to the values of pixels " +"under it by linear interpolation." +msgstr "" + +#: doc/classes/Light2D.xml:91 +msgid "" +"The light texture of the Light2D is used as a mask, hiding or revealing " +"parts of the screen underneath depending on the value of each pixel of the " +"light (mask) texture." +msgstr "" + +#: doc/classes/Light2D.xml:94 +msgid "No filter applies to the shadow map. See [member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:97 +msgid "" +"Percentage closer filtering (3 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:100 +msgid "" +"Percentage closer filtering (5 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:103 +msgid "" +"Percentage closer filtering (7 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:106 +msgid "" +"Percentage closer filtering (9 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:109 +msgid "" +"Percentage closer filtering (13 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:4 +msgid "Occludes light cast by a Light2D, casting shadows." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:7 +msgid "" +"Occludes light cast by a Light2D, casting shadows. The LightOccluder2D must " +"be provided with an [OccluderPolygon2D] in order for the shadow to be " +"computed." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:16 +msgid "" +"The LightOccluder2D's light mask. The LightOccluder2D will cast shadows only " +"from Light2D(s) that have the same light mask(s)." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:19 +msgid "The [OccluderPolygon2D] used to compute the shadow." +msgstr "" + +#: doc/classes/Line2D.xml:4 +msgid "A 2D line." +msgstr "" + +#: doc/classes/Line2D.xml:7 +msgid "" +"A line through several points in 2D space.\n" +"[b]Note:[/b] By default, Godot can only draw up to 4,096 polygon points at a " +"time. To increase this limit, open the Project Settings and increase [member " +"ProjectSettings.rendering/limits/buffers/canvas_polygon_buffer_size_kb] and " +"[member ProjectSettings.rendering/limits/buffers/" +"canvas_polygon_index_buffer_size_kb]." +msgstr "" + +#: doc/classes/Line2D.xml:20 +msgid "" +"Adds a point at the [code]position[/code]. Appends the point at the end of " +"the line.\n" +"If [code]at_position[/code] is given, the point is inserted before the point " +"number [code]at_position[/code], moving that point (and every point after) " +"after the inserted point. If [code]at_position[/code] is not given, or is an " +"illegal value ([code]at_position < 0[/code] or [code]at_position >= [method " +"get_point_count][/code]), the point will be appended at the end of the point " +"list." +msgstr "" + +#: doc/classes/Line2D.xml:27 +msgid "Removes all points from the line." +msgstr "" + +#: doc/classes/Line2D.xml:33 +msgid "Returns the Line2D's amount of points." +msgstr "" + +#: doc/classes/Line2D.xml:40 +msgid "Returns point [code]i[/code]'s position." +msgstr "" + +#: doc/classes/Line2D.xml:47 +msgid "Removes the point at index [code]i[/code] from the line." +msgstr "" + +#: doc/classes/Line2D.xml:55 +msgid "" +"Overwrites the position in point [code]i[/code] with the supplied " +"[code]position[/code]." +msgstr "" + +#: doc/classes/Line2D.xml:61 +msgid "" +"If [code]true[/code], the line's border will be anti-aliased.\n" +"[b]Note:[/b] Line2D is not accelerated by batching when being anti-aliased." +msgstr "" + +#: doc/classes/Line2D.xml:65 +msgid "" +"Controls the style of the line's first point. Use [enum LineCapMode] " +"constants." +msgstr "" + +#: doc/classes/Line2D.xml:68 +msgid "The line's color. Will not be used if a gradient is set." +msgstr "" + +#: doc/classes/Line2D.xml:71 +msgid "" +"Controls the style of the line's last point. Use [enum LineCapMode] " +"constants." +msgstr "" + +#: doc/classes/Line2D.xml:74 +msgid "" +"The gradient is drawn through the whole line from start to finish. The " +"default color will not be used if a gradient is set." +msgstr "" + +#: doc/classes/Line2D.xml:77 +msgid "The style for the points between the start and the end." +msgstr "" + +#: doc/classes/Line2D.xml:80 +msgid "" +"The points that form the lines. The line is drawn between every point set in " +"this array. Points are interpreted as local vectors." +msgstr "" + +#: doc/classes/Line2D.xml:83 +msgid "" +"The smoothness of the rounded joints and caps. This is only used if a cap or " +"joint is set as round." +msgstr "" + +#: doc/classes/Line2D.xml:86 +msgid "" +"The direction difference in radians between vector points. This value is " +"only used if [code]joint mode[/code] is set to [constant LINE_JOINT_SHARP]." +msgstr "" + +#: doc/classes/Line2D.xml:89 +msgid "" +"The texture used for the line's texture. Uses [code]texture_mode[/code] for " +"drawing style." +msgstr "" + +#: doc/classes/Line2D.xml:92 +msgid "" +"The style to render the [code]texture[/code] on the line. Use [enum " +"LineTextureMode] constants." +msgstr "" + +#: doc/classes/Line2D.xml:95 +msgid "The line's width." +msgstr "" + +#: doc/classes/Line2D.xml:98 +msgid "" +"The line's width varies with the curve. The original width is simply " +"multiply by the value of the Curve." +msgstr "" + +#: doc/classes/Line2D.xml:103 +msgid "" +"The line's joints will be pointy. If [code]sharp_limit[/code] is greater " +"than the rotation of a joint, it becomes a bevel joint instead." +msgstr "" + +#: doc/classes/Line2D.xml:106 +msgid "The line's joints will be bevelled/chamfered." +msgstr "" + +#: doc/classes/Line2D.xml:109 +msgid "The line's joints will be rounded." +msgstr "" + +#: doc/classes/Line2D.xml:112 +msgid "Don't draw a line cap." +msgstr "" + +#: doc/classes/Line2D.xml:115 +msgid "Draws the line cap as a box." +msgstr "" + +#: doc/classes/Line2D.xml:118 +msgid "Draws the line cap as a circle." +msgstr "" + +#: doc/classes/Line2D.xml:121 +msgid "" +"Takes the left pixels of the texture and renders it over the whole line." +msgstr "" + +#: doc/classes/Line2D.xml:124 +msgid "" +"Tiles the texture over the line. The texture must be imported with " +"[b]Repeat[/b] enabled for it to work properly." +msgstr "" + +#: doc/classes/Line2D.xml:127 +msgid "" +"Stretches the texture across the line. Import the texture with [b]Repeat[/b] " +"disabled for best results." +msgstr "" + +#: doc/classes/LineEdit.xml:4 +msgid "Control that provides single-line string editing." +msgstr "" + +#: doc/classes/LineEdit.xml:7 +msgid "" +"LineEdit provides a single-line string editor, used for text fields.\n" +"It features many built-in shortcuts which will always be available " +"([code]Ctrl[/code] here maps to [code]Command[/code] on macOS):\n" +"- Ctrl + C: Copy\n" +"- Ctrl + X: Cut\n" +"- Ctrl + V or Ctrl + Y: Paste/\"yank\"\n" +"- Ctrl + Z: Undo\n" +"- Ctrl + Shift + Z: Redo\n" +"- Ctrl + U: Delete text from the cursor position to the beginning of the " +"line\n" +"- Ctrl + K: Delete text from the cursor position to the end of the line\n" +"- Ctrl + A: Select all text\n" +"- Up/Down arrow: Move the cursor to the beginning/end of the line\n" +"On macOS, some extra keyboard shortcuts are available:\n" +"- Ctrl + F: Like the right arrow key, move the cursor one character right\n" +"- Ctrl + B: Like the left arrow key, move the cursor one character left\n" +"- Ctrl + P: Like the up arrow key, move the cursor to the previous line\n" +"- Ctrl + N: Like the down arrow key, move the cursor to the next line\n" +"- Ctrl + D: Like the Delete key, delete the character on the right side of " +"cursor\n" +"- Ctrl + H: Like the Backspace key, delete the character on the left side of " +"the cursor\n" +"- Command + Left arrow: Like the Home key, move the cursor to the beginning " +"of the line\n" +"- Command + Right arrow: Like the End key, move the cursor to the end of the " +"line" +msgstr "" + +#: doc/classes/LineEdit.xml:35 +msgid "" +"Adds [code]text[/code] after the cursor. If the resulting value is longer " +"than [member max_length], nothing happens." +msgstr "" + +#: doc/classes/LineEdit.xml:41 +msgid "Erases the [LineEdit]'s [member text]." +msgstr "" + +#: doc/classes/LineEdit.xml:47 +msgid "" +"Deletes one character at the cursor's current position (equivalent to " +"pressing the [code]Delete[/code] key)." +msgstr "" + +#: doc/classes/LineEdit.xml:55 +msgid "" +"Deletes a section of the [member text] going from position " +"[code]from_column[/code] to [code]to_column[/code]. Both parameters should " +"be within the text's length." +msgstr "" + +#: doc/classes/LineEdit.xml:61 +msgid "Clears the current selection." +msgstr "" + +#: doc/classes/LineEdit.xml:67 +msgid "" +"Returns the [PopupMenu] of this [LineEdit]. By default, this menu is " +"displayed when right-clicking on the [LineEdit].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/LineEdit.xml:74 +msgid "" +"Returns the scroll offset due to [member caret_position], as a number of " +"characters." +msgstr "" + +#: doc/classes/LineEdit.xml:81 +msgid "Executes a given action as defined in the [enum MenuItems] enum." +msgstr "" + +#: doc/classes/LineEdit.xml:89 +msgid "" +"Selects characters inside [LineEdit] between [code]from[/code] and [code]to[/" +"code]. By default, [code]from[/code] is at the beginning and [code]to[/code] " +"at the end.\n" +"[codeblock]\n" +"text = \"Welcome\"\n" +"select() # Will select \"Welcome\".\n" +"select(4) # Will select \"ome\".\n" +"select(2, 5) # Will select \"lco\".\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/LineEdit.xml:101 +msgid "Selects the whole [String]." +msgstr "" + +#: doc/classes/LineEdit.xml:107 +msgid "Text alignment as defined in the [enum Align] enum." +msgstr "" + +#: doc/classes/LineEdit.xml:110 doc/classes/TextEdit.xml:391 +msgid "If [code]true[/code], the caret (visual cursor) blinks." +msgstr "" + +#: doc/classes/LineEdit.xml:113 doc/classes/TextEdit.xml:394 +msgid "Duration (in seconds) of a caret's blinking cycle." +msgstr "" + +#: doc/classes/LineEdit.xml:116 +msgid "" +"The cursor's position inside the [LineEdit]. When set, the text may scroll " +"to accommodate it." +msgstr "" + +#: doc/classes/LineEdit.xml:119 +msgid "" +"If [code]true[/code], the [LineEdit] will show a clear button if [code]text[/" +"code] is not empty, which can be used to clear the text quickly." +msgstr "" + +#: doc/classes/LineEdit.xml:122 +msgid "If [code]true[/code], the context menu will appear when right-clicked." +msgstr "" + +#: doc/classes/LineEdit.xml:125 +msgid "" +"If [code]false[/code], existing text cannot be modified and new text cannot " +"be added." +msgstr "" + +#: doc/classes/LineEdit.xml:128 +msgid "" +"If [code]true[/code], the [LineEdit] width will increase to stay longer than " +"the [member text]. It will [b]not[/b] compress if the [member text] is " +"shortened." +msgstr "" + +#: doc/classes/LineEdit.xml:132 +msgid "" +"Maximum amount of characters that can be entered inside the [LineEdit]. If " +"[code]0[/code], there is no limit.\n" +"When a limit is defined, characters that would exceed [member max_length] " +"are truncated. This happens both for existing [member text] contents when " +"setting the max length, or for new text inserted in the [LineEdit], " +"including pasting. If any input text is truncated, the [signal " +"text_change_rejected] signal is emitted with the truncated substring as " +"parameter.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"text = \"Hello world\"\n" +"max_length = 5\n" +"# `text` becomes \"Hello\".\n" +"max_length = 10\n" +"text += \" goodbye\"\n" +"# `text` becomes \"Hello good\".\n" +"# `text_change_rejected` is emitted with \"bye\" as parameter.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/LineEdit.xml:147 +msgid "" +"Opacity of the [member placeholder_text]. From [code]0[/code] to [code]1[/" +"code]." +msgstr "" + +#: doc/classes/LineEdit.xml:150 +msgid "" +"Text shown when the [LineEdit] is empty. It is [b]not[/b] the [LineEdit]'s " +"default value (see [member text])." +msgstr "" + +#: doc/classes/LineEdit.xml:153 +msgid "" +"Sets the icon that will appear in the right end of the [LineEdit] if there's " +"no [member text], or always, if [member clear_button_enabled] is set to " +"[code]false[/code]." +msgstr "" + +#: doc/classes/LineEdit.xml:156 +msgid "" +"If [code]true[/code], every character is replaced with the secret character " +"(see [member secret_character])." +msgstr "" + +#: doc/classes/LineEdit.xml:159 +msgid "" +"The character to use to mask secret input (defaults to \"*\"). Only a single " +"character can be used as the secret character." +msgstr "" + +#: doc/classes/LineEdit.xml:162 +msgid "" +"If [code]false[/code], it's impossible to select the text using mouse nor " +"keyboard." +msgstr "" + +#: doc/classes/LineEdit.xml:165 +msgid "If [code]false[/code], using shortcuts will be disabled." +msgstr "" + +#: doc/classes/LineEdit.xml:168 +msgid "" +"String value of the [LineEdit].\n" +"[b]Note:[/b] Changing text using this property won't emit the [signal " +"text_changed] signal." +msgstr "" + +#: doc/classes/LineEdit.xml:172 doc/classes/TextEdit.xml:468 +msgid "" +"If [code]true[/code], the native virtual keyboard is shown when focused on " +"platforms that support it." +msgstr "" + +#: doc/classes/LineEdit.xml:179 +msgid "" +"Emitted when appending text that overflows the [member max_length]. The " +"appended text is truncated to fit [member max_length], and the part that " +"couldn't fit is passed as the [code]rejected_substring[/code] argument." +msgstr "" + +#: doc/classes/LineEdit.xml:185 doc/classes/TextEdit.xml:506 +msgid "Emitted when the text changes." +msgstr "" + +#: doc/classes/LineEdit.xml:191 +msgid "Emitted when the user presses [constant KEY_ENTER] on the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:197 +msgid "Aligns the text on the left-hand side of the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:200 +msgid "Centers the text in the middle of the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:203 +msgid "Aligns the text on the right-hand side of the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:206 +msgid "Stretches whitespaces to fit the [LineEdit]'s width." +msgstr "" + +#: doc/classes/LineEdit.xml:209 doc/classes/TextEdit.xml:527 +msgid "Cuts (copies and clears) the selected text." +msgstr "" + +#: doc/classes/LineEdit.xml:212 doc/classes/TextEdit.xml:530 +msgid "Copies the selected text." +msgstr "" + +#: doc/classes/LineEdit.xml:215 +msgid "" +"Pastes the clipboard text over the selected text (or at the cursor's " +"position).\n" +"Non-printable escape characters are automatically stripped from the OS " +"clipboard via [method String.strip_escapes]." +msgstr "" + +#: doc/classes/LineEdit.xml:219 +msgid "Erases the whole [LineEdit] text." +msgstr "" + +#: doc/classes/LineEdit.xml:222 +msgid "Selects the whole [LineEdit] text." +msgstr "" + +#: doc/classes/LineEdit.xml:225 doc/classes/TextEdit.xml:542 +msgid "Undoes the previous action." +msgstr "" + +#: doc/classes/LineEdit.xml:228 +msgid "Reverse the last undo action." +msgstr "" + +#: doc/classes/LineEdit.xml:231 doc/classes/TextEdit.xml:548 +msgid "Represents the size of the [enum MenuItems] enum." +msgstr "" + +#: doc/classes/LineEdit.xml:236 +msgid "Texture for the clear button. See [member clear_button_enabled]." +msgstr "" + +#: doc/classes/LineEdit.xml:239 +msgid "Color used as default tint for the clear button." +msgstr "" + +#: doc/classes/LineEdit.xml:242 +msgid "Color used for the clear button when it's pressed." +msgstr "" + +#: doc/classes/LineEdit.xml:245 +msgid "Color of the [LineEdit]'s visual cursor (caret)." +msgstr "" + +#: doc/classes/LineEdit.xml:248 +msgid "Background used when [LineEdit] has GUI focus." +msgstr "" + +#: doc/classes/LineEdit.xml:251 +msgid "Font used for the text." +msgstr "" + +#: doc/classes/LineEdit.xml:254 +msgid "Default font color." +msgstr "" + +#: doc/classes/LineEdit.xml:257 +msgid "Font color for selected text (inside the selection rectangle)." +msgstr "" + +#: doc/classes/LineEdit.xml:260 +msgid "Font color when editing is disabled." +msgstr "" + +#: doc/classes/LineEdit.xml:263 +msgid "" +"Minimum horizontal space for the text (not counting the clear button and " +"content margins). This value is measured in count of space characters (i.e. " +"this amount of space characters can be displayed without scrolling)." +msgstr "" + +#: doc/classes/LineEdit.xml:266 +msgid "Default background for the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:269 +msgid "" +"Background used when [LineEdit] is in read-only mode ([member editable] is " +"set to [code]false[/code])." +msgstr "" + +#: doc/classes/LineEdit.xml:272 +msgid "Color of the selection rectangle." +msgstr "" + +#: doc/classes/LineShape2D.xml:4 +msgid "Line shape for 2D collisions." +msgstr "" + +#: doc/classes/LineShape2D.xml:7 +msgid "" +"Line shape for 2D collisions. It works like a 2D plane and will not allow " +"any physics body to go to the negative side. Not recommended for rigid " +"bodies, and usually not recommended for static bodies either because it " +"forces checks against it on every frame." +msgstr "" + +#: doc/classes/LineShape2D.xml:15 +msgid "The line's distance from the origin." +msgstr "" + +#: doc/classes/LineShape2D.xml:18 +msgid "The line's normal." +msgstr "" + +#: doc/classes/LinkButton.xml:4 +msgid "Simple button used to represent a link to some resource." +msgstr "" + +#: doc/classes/LinkButton.xml:7 +msgid "" +"This kind of button is primarily used when the interaction with the button " +"causes a context change (like linking to a web page).\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/LinkButton.xml:21 +msgid "" +"Determines when to show the underline. See [enum UnderlineMode] for options." +msgstr "" + +#: doc/classes/LinkButton.xml:26 +msgid "The LinkButton will always show an underline at the bottom of its text." +msgstr "" + +#: doc/classes/LinkButton.xml:29 +msgid "" +"The LinkButton will show an underline at the bottom of its text when the " +"mouse cursor is over it." +msgstr "" + +#: doc/classes/LinkButton.xml:32 +msgid "The LinkButton will never show an underline at the bottom of its text." +msgstr "" + +#: doc/classes/LinkButton.xml:37 +msgid "" +"[StyleBox] used when the [LinkButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/LinkButton.xml:40 +msgid "[Font] of the [LinkButton]'s text." +msgstr "" + +#: doc/classes/LinkButton.xml:43 +msgid "Default text [Color] of the [LinkButton]." +msgstr "" + +#: doc/classes/LinkButton.xml:46 +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/LinkButton.xml:49 +msgid "Text [Color] used when the [LinkButton] is being hovered." +msgstr "" + +#: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 +msgid "The vertical space between the baseline of text and the underline." +msgstr "" + +#: doc/classes/Listener.xml:4 doc/classes/Listener2D.xml:4 +msgid "Overrides the location sounds are heard from." +msgstr "" + +#: doc/classes/Listener.xml:7 +msgid "" +"Once added to the scene tree and enabled using [method make_current], this " +"node will override the location sounds are heard from. This can be used to " +"listen from a location different from the [Camera]." +msgstr "" + +#: doc/classes/Listener.xml:15 +msgid "Disables the listener to use the current camera's listener instead." +msgstr "" + +#: doc/classes/Listener.xml:21 +msgid "Returns the listener's global orthonormalized [Transform]." +msgstr "" + +#: doc/classes/Listener.xml:27 +msgid "" +"Returns [code]true[/code] if the listener was made current using [method " +"make_current], [code]false[/code] otherwise.\n" +"[b]Note:[/b] There may be more than one Listener marked as \"current\" in " +"the scene tree, but only the one that was made current last will be used." +msgstr "" + +#: doc/classes/Listener.xml:34 +msgid "Enables the listener. This will override the current camera's listener." +msgstr "" + +#: doc/classes/Listener2D.xml:7 +msgid "" +"Once added to the scene tree and enabled using [method make_current], this " +"node will override the location sounds are heard from. Only one [Listener2D] " +"can be current. Using [method make_current] will disable the previous " +"[Listener2D].\n" +"If there is no active [Listener2D] in the current [Viewport], center of the " +"screen will be used as a hearing point for the audio. [Listener2D] needs to " +"be inside [SceneTree] to function." +msgstr "" + +#: doc/classes/Listener2D.xml:16 +msgid "" +"Disables the [Listener2D]. If it's not set as current, this method will have " +"no effect." +msgstr "" + +#: doc/classes/Listener2D.xml:22 +msgid "Returns [code]true[/code] if this [Listener2D] is currently active." +msgstr "" + +#: doc/classes/Listener2D.xml:28 +msgid "" +"Makes the [Listener2D] active, setting it as the hearing point for the " +"sounds. If there is already another active [Listener2D], it will be " +"disabled.\n" +"This method will have no effect if the [Listener2D] is not added to " +"[SceneTree]." +msgstr "" + +#: doc/classes/MainLoop.xml:4 +msgid "Abstract base class for the game's main loop." +msgstr "" + +#: doc/classes/MainLoop.xml:7 +msgid "" +"[MainLoop] is the abstract base class for a Godot project's game loop. It is " +"inherited by [SceneTree], which is the default game loop implementation used " +"in Godot projects, though it is also possible to write and use one's own " +"[MainLoop] subclass instead of the scene tree.\n" +"Upon the application start, a [MainLoop] implementation must be provided to " +"the OS; otherwise, the application will exit. This happens automatically " +"(and a [SceneTree] is created) unless a main [Script] is provided from the " +"command line (with e.g. [code]godot -s my_loop.gd[/code], which should then " +"be a [MainLoop] implementation.\n" +"Here is an example script implementing a simple [MainLoop]:\n" +"[codeblock]\n" +"extends MainLoop\n" +"\n" +"var time_elapsed = 0\n" +"var keys_typed = []\n" +"var quit = false\n" +"\n" +"func _initialize():\n" +" print(\"Initialized:\")\n" +" print(\" Starting time: %s\" % str(time_elapsed))\n" +"\n" +"func _idle(delta):\n" +" time_elapsed += delta\n" +" # Return true to end the main loop.\n" +" return quit\n" +"\n" +"func _input_event(event):\n" +" # Record keys.\n" +" if event is InputEventKey and event.pressed and !event.echo:\n" +" keys_typed.append(OS.get_scancode_string(event.scancode))\n" +" # Quit on Escape press.\n" +" if event.scancode == KEY_ESCAPE:\n" +" quit = true\n" +" # Quit on any mouse click.\n" +" if event is InputEventMouseButton:\n" +" quit = true\n" +"\n" +"func _finalize():\n" +" print(\"Finalized:\")\n" +" print(\" End time: %s\" % str(time_elapsed))\n" +" print(\" Keys typed: %s\" % var2str(keys_typed))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/MainLoop.xml:51 +msgid "" +"Called when files are dragged from the OS file manager and dropped in the " +"game window. The arguments are a list of file paths and the identifier of " +"the screen where the drag originated." +msgstr "" + +#: doc/classes/MainLoop.xml:57 +msgid "Called before the program exits." +msgstr "" + +#: doc/classes/MainLoop.xml:65 +msgid "" +"Called when the user performs an action in the system global menu (e.g. the " +"Mac OS menu bar)." +msgstr "" + +#: doc/classes/MainLoop.xml:72 +msgid "" +"Called each idle frame with the time since the last idle frame as argument " +"(in seconds). Equivalent to [method Node._process].\n" +"If implemented, the method must return a boolean value. [code]true[/code] " +"ends the main loop, while [code]false[/code] lets it proceed to the next " +"frame." +msgstr "" + +#: doc/classes/MainLoop.xml:79 +msgid "Called once during initialization." +msgstr "" + +#: doc/classes/MainLoop.xml:86 +msgid "Called whenever an [InputEvent] is received by the main loop." +msgstr "" + +#: doc/classes/MainLoop.xml:93 +msgid "" +"Deprecated callback, does not do anything. Use [method _input_event] to " +"parse text input. Will be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:100 +msgid "" +"Called each physics frame with the time since the last physics frame as " +"argument ([code]delta[/code], in seconds). Equivalent to [method Node." +"_physics_process].\n" +"If implemented, the method must return a boolean value. [code]true[/code] " +"ends the main loop, while [code]false[/code] lets it proceed to the next " +"frame." +msgstr "" + +#: doc/classes/MainLoop.xml:107 +msgid "" +"Should not be called manually, override [method _finalize] instead. Will be " +"removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:114 +msgid "" +"Should not be called manually, override [method _idle] instead. Will be " +"removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:120 +msgid "" +"Should not be called manually, override [method _initialize] instead. Will " +"be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:127 +msgid "" +"Should not be called manually, override [method _input_event] instead. Will " +"be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:134 +msgid "" +"Should not be called manually, override [method _input_text] instead. Will " +"be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:141 +msgid "" +"Should not be called manually, override [method _iteration] instead. Will be " +"removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:150 +msgid "Emitted when a user responds to a permission request." +msgstr "" + +#: doc/classes/MainLoop.xml:156 doc/classes/Node.xml:791 +msgid "" +"Notification received from the OS when the mouse enters the game window.\n" +"Implemented on desktop and web platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:160 doc/classes/Node.xml:795 +msgid "" +"Notification received from the OS when the mouse leaves the game window.\n" +"Implemented on desktop and web platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:164 doc/classes/Node.xml:799 +msgid "" +"Notification received from the OS when the game window is focused.\n" +"Implemented on all platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:168 doc/classes/Node.xml:803 +msgid "" +"Notification received from the OS when the game window is unfocused.\n" +"Implemented on all platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:172 doc/classes/Node.xml:807 +msgid "" +"Notification received from the OS when a quit request is sent (e.g. closing " +"the window with a \"Close\" button or Alt+F4).\n" +"Implemented on desktop platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:176 doc/classes/Node.xml:811 +msgid "" +"Notification received from the OS when a go back request is sent (e.g. " +"pressing the \"Back\" button on Android).\n" +"Specific to the Android platform." +msgstr "" + +#: doc/classes/MainLoop.xml:180 doc/classes/Node.xml:815 +msgid "" +"Notification received from the OS when an unfocus request is sent (e.g. " +"another OS window wants to take the focus).\n" +"No supported platforms currently send this notification." +msgstr "" + +#: doc/classes/MainLoop.xml:184 doc/classes/Node.xml:819 +msgid "" +"Notification received from the OS when the application is exceeding its " +"allocated memory.\n" +"Specific to the iOS platform." +msgstr "" + +#: doc/classes/MainLoop.xml:188 doc/classes/Node.xml:823 +msgid "" +"Notification received when translations may have changed. Can be triggered " +"by the user changing the locale. Can be used to respond to language changes, " +"for example to change the UI strings on the fly. Useful when working with " +"the built-in translation support, like [method Object.tr]." +msgstr "" + +#: doc/classes/MainLoop.xml:191 doc/classes/Node.xml:826 +msgid "" +"Notification received from the OS when a request for \"About\" information " +"is sent.\n" +"Specific to the macOS platform." +msgstr "" + +#: doc/classes/MainLoop.xml:195 doc/classes/Node.xml:830 +msgid "" +"Notification received from Godot's crash handler when the engine is about to " +"crash.\n" +"Implemented on desktop platforms if the crash handler is enabled." +msgstr "" + +#: doc/classes/MainLoop.xml:199 doc/classes/Node.xml:834 +msgid "" +"Notification received from the OS when an update of the Input Method Engine " +"occurs (e.g. change of IME cursor position or composition string).\n" +"Specific to the macOS platform." +msgstr "" + +#: doc/classes/MainLoop.xml:203 doc/classes/Node.xml:838 +msgid "" +"Notification received from the OS when the app is resumed.\n" +"Specific to the Android platform." +msgstr "" + +#: doc/classes/MainLoop.xml:207 doc/classes/Node.xml:842 +msgid "" +"Notification received from the OS when the app is paused.\n" +"Specific to the Android platform." +msgstr "" + +#: doc/classes/MarginContainer.xml:4 +msgid "Simple margin container." +msgstr "" + +#: doc/classes/MarginContainer.xml:7 +msgid "" +"Adds a top, left, bottom, and right margin to all [Control] nodes that are " +"direct children of the container. To control the [MarginContainer]'s margin, " +"use the [code]margin_*[/code] theme properties listed below.\n" +"[b]Note:[/b] Be careful, [Control] margin values are different than the " +"constant margin values. If you want to change the custom margin values of " +"the [MarginContainer] by code, you should use the following examples:\n" +"[codeblock]\n" +"# This code sample assumes the current script is extending MarginContainer.\n" +"var margin_value = 100\n" +"add_constant_override(\"margin_top\", margin_value)\n" +"add_constant_override(\"margin_left\", margin_value)\n" +"add_constant_override(\"margin_bottom\", margin_value)\n" +"add_constant_override(\"margin_right\", margin_value)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/MarginContainer.xml:26 +msgid "" +"All direct children of [MarginContainer] will have a bottom margin of " +"[code]margin_bottom[/code] pixels." +msgstr "" + +#: doc/classes/MarginContainer.xml:29 +msgid "" +"All direct children of [MarginContainer] will have a left margin of " +"[code]margin_left[/code] pixels." +msgstr "" + +#: doc/classes/MarginContainer.xml:32 +msgid "" +"All direct children of [MarginContainer] will have a right margin of " +"[code]margin_right[/code] pixels." +msgstr "" + +#: doc/classes/MarginContainer.xml:35 +msgid "" +"All direct children of [MarginContainer] will have a top margin of " +"[code]margin_top[/code] pixels." +msgstr "" + +#: doc/classes/Marshalls.xml:4 +msgid "Data transformation (marshalling) and encoding helpers." +msgstr "" + +#: doc/classes/Marshalls.xml:7 +msgid "Provides data transformation and encoding utility functions." +msgstr "" + +#: doc/classes/Marshalls.xml:16 +msgid "" +"Returns a decoded [PoolByteArray] corresponding to the Base64-encoded string " +"[code]base64_str[/code]." +msgstr "" + +#: doc/classes/Marshalls.xml:23 +msgid "" +"Returns a decoded string corresponding to the Base64-encoded string " +"[code]base64_str[/code]." +msgstr "" + +#: doc/classes/Marshalls.xml:31 +msgid "" +"Returns a decoded [Variant] corresponding to the Base64-encoded string " +"[code]base64_str[/code]. If [code]allow_objects[/code] is [code]true[/code], " +"decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/Marshalls.xml:39 +msgid "Returns a Base64-encoded string of a given [PoolByteArray]." +msgstr "" + +#: doc/classes/Marshalls.xml:46 +msgid "" +"Returns a Base64-encoded string of the UTF-8 string [code]utf8_str[/code]." +msgstr "" + +#: doc/classes/Marshalls.xml:54 +msgid "" +"Returns a Base64-encoded string of the [Variant] [code]variant[/code]. If " +"[code]full_objects[/code] is [code]true[/code], encoding objects is allowed " +"(and can potentially include code)." +msgstr "" + +#: doc/classes/Material.xml:4 +msgid "Abstract base [Resource] for coloring and shading geometry." +msgstr "" + +#: doc/classes/Material.xml:7 +msgid "" +"Material is a base [Resource] used for coloring and shading geometry. All " +"materials inherit from it and almost all [VisualInstance] derived nodes " +"carry a Material. A few flags and parameters are shared between all material " +"types and are configured here." +msgstr "" + +#: doc/classes/Material.xml:17 +msgid "" +"Sets the [Material] to be used for the next pass. This renders the object " +"again using a different material.\n" +"[b]Note:[/b] This only applies to [SpatialMaterial]s and [ShaderMaterial]s " +"with type \"Spatial\"." +msgstr "" + +#: doc/classes/Material.xml:21 +msgid "" +"Sets the render priority for transparent objects in 3D scenes. Higher " +"priority objects will be sorted in front of lower priority objects.\n" +"[b]Note:[/b] This only applies to sorting of transparent objects. This will " +"not impact how transparent objects are sorted relative to opaque objects. " +"This is because opaque objects are not sorted, while transparent objects are " +"sorted from back to front (subject to priority)." +msgstr "" + +#: doc/classes/Material.xml:27 +msgid "Maximum value for the [member render_priority] parameter." +msgstr "" + +#: doc/classes/Material.xml:30 +msgid "Minimum value for the [member render_priority] parameter." +msgstr "" + +#: doc/classes/MenuButton.xml:4 +msgid "Special button that brings up a [PopupMenu] when clicked." +msgstr "" + +#: doc/classes/MenuButton.xml:7 +msgid "" +"Special button that brings up a [PopupMenu] when clicked.\n" +"New items can be created inside this [PopupMenu] using [code]get_popup()." +"add_item(\"My Item Name\")[/code]. You can also create them directly from " +"the editor. To do so, select the [MenuButton] node, then in the toolbar at " +"the top of the 2D editor, click [b]Items[/b] then click [b]Add[/b] in the " +"popup. You will be able to give each item new properties.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/MenuButton.xml:17 doc/classes/OptionButton.xml:86 +msgid "" +"Returns the [PopupMenu] contained in this button.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/MenuButton.xml:25 +msgid "" +"If [code]true[/code], shortcuts are disabled and cannot be used to trigger " +"the button." +msgstr "" + +#: doc/classes/MenuButton.xml:34 +msgid "" +"If [code]true[/code], when the cursor hovers above another [MenuButton] " +"within the same parent which also has [code]switch_on_hover[/code] enabled, " +"it will close the current [MenuButton] and open the other one." +msgstr "" + +#: doc/classes/MenuButton.xml:41 +msgid "Emitted when [PopupMenu] of this MenuButton is about to show." +msgstr "" + +#: doc/classes/MenuButton.xml:49 +msgid "[StyleBox] used when the [MenuButton] is disabled." +msgstr "" + +#: doc/classes/MenuButton.xml:52 +msgid "" +"[StyleBox] used when the [MenuButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/MenuButton.xml:55 +msgid "[Font] of the [MenuButton]'s text." +msgstr "" + +#: doc/classes/MenuButton.xml:58 +msgid "Default text [Color] of the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:61 +msgid "Text [Color] used when the [MenuButton] is disabled." +msgstr "" + +#: doc/classes/MenuButton.xml:64 +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/MenuButton.xml:67 +msgid "Text [Color] used when the [MenuButton] is being hovered." +msgstr "" + +#: doc/classes/MenuButton.xml:70 +msgid "Text [Color] used when the [MenuButton] is being pressed." +msgstr "" + +#: doc/classes/MenuButton.xml:73 +msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgstr "" + +#: doc/classes/MenuButton.xml:76 +msgid "The horizontal space between [MenuButton]'s icon and text." +msgstr "" + +#: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 +msgid "[StyleBox] used when the [MenuButton] is being pressed." +msgstr "" + +#: doc/classes/Mesh.xml:4 +msgid "A [Resource] that contains vertex array-based geometry." +msgstr "" + +#: doc/classes/Mesh.xml:7 +msgid "" +"Mesh is a type of [Resource] that contains vertex array-based geometry, " +"divided in [i]surfaces[/i]. Each surface contains a completely separate " +"array and a material used to draw it. Design wise, a mesh with multiple " +"surfaces is preferred to a single surface, because objects created in 3D " +"editing software commonly contain multiple materials." +msgstr "" + +#: doc/classes/Mesh.xml:21 +msgid "" +"Calculate a [ConvexPolygonShape] from the mesh.\n" +"If [code]clean[/code] is [code]true[/code] (default), duplicate and interior " +"vertices are removed automatically. You can set it to [code]false[/code] to " +"make the process faster if not needed.\n" +"If [code]simplify[/code] is [code]true[/code], the geometry can be further " +"simplified to reduce the amount of vertices. Disabled by default." +msgstr "" + +#: doc/classes/Mesh.xml:30 +msgid "" +"Calculate an outline mesh at a defined offset (margin) from the original " +"mesh.\n" +"[b]Note:[/b] This method typically returns the vertices in reverse order (e." +"g. clockwise to counterclockwise)." +msgstr "" + +#: doc/classes/Mesh.xml:37 +msgid "Calculate a [ConcavePolygonShape] from the mesh." +msgstr "" + +#: doc/classes/Mesh.xml:43 +msgid "Generate a [TriangleMesh] from the mesh." +msgstr "" + +#: doc/classes/Mesh.xml:49 +msgid "" +"Returns the smallest [AABB] enclosing this mesh in local space. Not affected " +"by [code]custom_aabb[/code]. See also [method VisualInstance." +"get_transformed_aabb].\n" +"[b]Note:[/b] This is only implemented for [ArrayMesh] and [PrimitiveMesh]." +msgstr "" + +#: doc/classes/Mesh.xml:56 +msgid "" +"Returns all the vertices that make up the faces of the mesh. Each three " +"vertices represent one triangle." +msgstr "" + +#: doc/classes/Mesh.xml:62 +msgid "Returns the amount of surfaces that the [Mesh] holds." +msgstr "" + +#: doc/classes/Mesh.xml:69 +msgid "" +"Returns the arrays for the vertices, normals, uvs, etc. that make up the " +"requested surface (see [method ArrayMesh.add_surface_from_arrays])." +msgstr "" + +#: doc/classes/Mesh.xml:76 +msgid "Returns the blend shape arrays for the requested surface." +msgstr "" + +#: doc/classes/Mesh.xml:83 +msgid "" +"Returns a [Material] in a given surface. Surface is rendered using this " +"material." +msgstr "" + +#: doc/classes/Mesh.xml:91 +msgid "" +"Sets a [Material] for a given surface. Surface will be rendered using this " +"material." +msgstr "" + +#: doc/classes/Mesh.xml:97 +msgid "" +"Sets a hint to be used for lightmap resolution in [BakedLightmap]. Overrides " +"[member BakedLightmap.default_texels_per_unit]." +msgstr "" + +#: doc/classes/Mesh.xml:102 +msgid "Render array as points (one vertex equals one point)." +msgstr "" + +#: doc/classes/Mesh.xml:105 +msgid "Render array as lines (every two vertices a line is created)." +msgstr "" + +#: doc/classes/Mesh.xml:108 +msgid "Render array as line strip." +msgstr "" + +#: doc/classes/Mesh.xml:111 +msgid "Render array as line loop (like line strip, but closed)." +msgstr "" + +#: doc/classes/Mesh.xml:114 +msgid "Render array as triangles (every three vertices a triangle is created)." +msgstr "" + +#: doc/classes/Mesh.xml:117 +msgid "Render array as triangle strips." +msgstr "" + +#: doc/classes/Mesh.xml:120 +msgid "Render array as triangle fans." +msgstr "" + +#: doc/classes/Mesh.xml:123 doc/classes/VisualServer.xml:3363 +msgid "Blend shapes are normalized." +msgstr "" + +#: doc/classes/Mesh.xml:126 doc/classes/VisualServer.xml:3366 +msgid "Blend shapes are relative to base weight." +msgstr "" + +#: doc/classes/Mesh.xml:129 +msgid "" +"Mesh array contains vertices. All meshes require a vertex array so this " +"should always be present." +msgstr "" + +#: doc/classes/Mesh.xml:132 +msgid "Mesh array contains normals." +msgstr "" + +#: doc/classes/Mesh.xml:135 +msgid "Mesh array contains tangents." +msgstr "" + +#: doc/classes/Mesh.xml:138 +msgid "Mesh array contains colors." +msgstr "" + +#: doc/classes/Mesh.xml:141 +msgid "Mesh array contains UVs." +msgstr "" + +#: doc/classes/Mesh.xml:144 +msgid "Mesh array contains second UV." +msgstr "" + +#: doc/classes/Mesh.xml:147 +msgid "Mesh array contains bones." +msgstr "" + +#: doc/classes/Mesh.xml:150 +msgid "Mesh array contains bone weights." +msgstr "" + +#: doc/classes/Mesh.xml:153 +msgid "Mesh array uses indices." +msgstr "" + +#: doc/classes/Mesh.xml:156 +msgid "" +"Used internally to calculate other [code]ARRAY_COMPRESS_*[/code] enum " +"values. Do not use." +msgstr "" + +#: doc/classes/Mesh.xml:159 doc/classes/VisualServer.xml:3300 +msgid "Flag used to mark a compressed (half float) vertex array." +msgstr "" + +#: doc/classes/Mesh.xml:162 doc/classes/VisualServer.xml:3303 +msgid "Flag used to mark a compressed (half float) normal array." +msgstr "" + +#: doc/classes/Mesh.xml:165 doc/classes/VisualServer.xml:3306 +msgid "Flag used to mark a compressed (half float) tangent array." +msgstr "" + +#: doc/classes/Mesh.xml:168 doc/classes/VisualServer.xml:3309 +msgid "Flag used to mark a compressed (half float) color array." +msgstr "" + +#: doc/classes/Mesh.xml:171 doc/classes/VisualServer.xml:3312 +msgid "Flag used to mark a compressed (half float) UV coordinates array." +msgstr "" + +#: doc/classes/Mesh.xml:174 doc/classes/VisualServer.xml:3315 +msgid "" +"Flag used to mark a compressed (half float) UV coordinates array for the " +"second UV coordinates." +msgstr "" + +#: doc/classes/Mesh.xml:177 doc/classes/VisualServer.xml:3318 +msgid "Flag used to mark a compressed bone array." +msgstr "" + +#: doc/classes/Mesh.xml:180 doc/classes/VisualServer.xml:3321 +msgid "Flag used to mark a compressed (half float) weight array." +msgstr "" + +#: doc/classes/Mesh.xml:183 doc/classes/VisualServer.xml:3324 +msgid "Flag used to mark a compressed index array." +msgstr "" + +#: doc/classes/Mesh.xml:186 doc/classes/VisualServer.xml:3327 +msgid "Flag used to mark that the array contains 2D vertices." +msgstr "" + +#: doc/classes/Mesh.xml:189 doc/classes/VisualServer.xml:3330 +msgid "Flag used to mark that the array uses 16-bit bones instead of 8-bit." +msgstr "" + +#: doc/classes/Mesh.xml:192 doc/classes/VisualServer.xml:3333 +msgid "" +"Flag used to mark that the array uses an octahedral representation of normal " +"and tangent vectors rather than cartesian." +msgstr "" + +#: doc/classes/Mesh.xml:195 +msgid "" +"Used to set flags [constant ARRAY_COMPRESS_VERTEX], [constant " +"ARRAY_COMPRESS_NORMAL], [constant ARRAY_COMPRESS_TANGENT], [constant " +"ARRAY_COMPRESS_COLOR], [constant ARRAY_COMPRESS_TEX_UV], [constant " +"ARRAY_COMPRESS_TEX_UV2], [constant ARRAY_COMPRESS_WEIGHTS], and [constant " +"ARRAY_FLAG_USE_OCTAHEDRAL_COMPRESSION] quickly." +msgstr "" + +#: doc/classes/Mesh.xml:198 +msgid "Array of vertices." +msgstr "" + +#: doc/classes/Mesh.xml:201 +msgid "Array of normals." +msgstr "" + +#: doc/classes/Mesh.xml:204 +msgid "Array of tangents as an array of floats, 4 floats per tangent." +msgstr "" + +#: doc/classes/Mesh.xml:207 +msgid "Array of colors." +msgstr "" + +#: doc/classes/Mesh.xml:210 +msgid "Array of UV coordinates." +msgstr "" + +#: doc/classes/Mesh.xml:213 +msgid "Array of second set of UV coordinates." +msgstr "" + +#: doc/classes/Mesh.xml:216 +msgid "Array of bone data." +msgstr "" + +#: doc/classes/Mesh.xml:219 +msgid "Array of weights." +msgstr "" + +#: doc/classes/Mesh.xml:222 +msgid "Array of indices." +msgstr "" + +#: doc/classes/MeshDataTool.xml:4 +msgid "Helper tool to access and edit [Mesh] data." +msgstr "" + +#: doc/classes/MeshDataTool.xml:7 +msgid "" +"MeshDataTool provides access to individual vertices in a [Mesh]. It allows " +"users to read and edit vertex data of meshes. It also creates an array of " +"faces and edges.\n" +"To use MeshDataTool, load a mesh with [method create_from_surface]. When you " +"are finished editing the data commit the data to a mesh with [method " +"commit_to_surface].\n" +"Below is an example of how MeshDataTool may be used.\n" +"[codeblock]\n" +"var mesh = ArrayMesh.new()\n" +"mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, CubeMesh.new()." +"get_mesh_arrays())\n" +"var mdt = MeshDataTool.new()\n" +"mdt.create_from_surface(mesh, 0)\n" +"for i in range(mdt.get_vertex_count()):\n" +" var vertex = mdt.get_vertex(i)\n" +" # In this example we extend the mesh by one unit, which results in " +"separated faces as it is flat shaded.\n" +" vertex += mdt.get_vertex_normal(i)\n" +" # Save your change.\n" +" mdt.set_vertex(i, vertex)\n" +"mesh.surface_remove(0)\n" +"mdt.commit_to_surface(mesh)\n" +"var mi = MeshInstance.new()\n" +"mi.mesh = mesh\n" +"add_child(mi)\n" +"[/codeblock]\n" +"See also [ArrayMesh], [ImmediateGeometry] and [SurfaceTool] for procedural " +"geometry generation.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes." +msgstr "" + +#: doc/classes/MeshDataTool.xml:36 +msgid "Clears all data currently in MeshDataTool." +msgstr "" + +#: doc/classes/MeshDataTool.xml:43 +msgid "Adds a new surface to specified [Mesh] with edited data." +msgstr "" + +#: doc/classes/MeshDataTool.xml:51 +msgid "" +"Uses specified surface of given [Mesh] to populate data for MeshDataTool.\n" +"Requires [Mesh] with primitive type [constant Mesh.PRIMITIVE_TRIANGLES]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:58 +msgid "Returns the number of edges in this [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:65 +msgid "Returns array of faces that touch given edge." +msgstr "" + +#: doc/classes/MeshDataTool.xml:72 +msgid "Returns meta information assigned to given edge." +msgstr "" + +#: doc/classes/MeshDataTool.xml:80 +msgid "" +"Returns index of specified vertex connected to given edge.\n" +"Vertex argument can only be 0 or 1 because edges are comprised of two " +"vertices." +msgstr "" + +#: doc/classes/MeshDataTool.xml:87 +msgid "Returns the number of faces in this [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:95 +msgid "" +"Returns specified edge associated with given face.\n" +"Edge argument must 2 or less because a face only has three edges." +msgstr "" + +#: doc/classes/MeshDataTool.xml:103 +msgid "Returns the metadata associated with the given face." +msgstr "" + +#: doc/classes/MeshDataTool.xml:110 +msgid "Calculates and returns the face normal of the given face." +msgstr "" + +#: doc/classes/MeshDataTool.xml:118 +msgid "" +"Returns the specified vertex of the given face.\n" +"Vertex argument must be 2 or less because faces contain three vertices." +msgstr "" + +#: doc/classes/MeshDataTool.xml:125 +msgid "" +"Returns the [Mesh]'s format. Format is an integer made up of [Mesh] format " +"flags combined together. For example, a mesh containing both vertices and " +"normals would return a format of [code]3[/code] because [constant ArrayMesh." +"ARRAY_FORMAT_VERTEX] is [code]1[/code] and [constant ArrayMesh." +"ARRAY_FORMAT_NORMAL] is [code]2[/code].\n" +"See [enum ArrayMesh.ArrayFormat] for a list of format flags." +msgstr "" + +#: doc/classes/MeshDataTool.xml:132 +msgid "Returns the material assigned to the [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:139 +msgid "Returns the vertex at given index." +msgstr "" + +#: doc/classes/MeshDataTool.xml:146 +msgid "Returns the bones of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:153 +msgid "Returns the color of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:159 +msgid "Returns the total number of vertices in [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:166 +msgid "Returns an array of edges that share the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:173 +msgid "Returns an array of faces that share the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:180 +msgid "Returns the metadata associated with the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:187 +msgid "Returns the normal of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:194 +msgid "Returns the tangent of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:201 +msgid "Returns the UV of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:208 +msgid "Returns the UV2 of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:215 +msgid "Returns bone weights of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:223 +msgid "Sets the metadata of the given edge." +msgstr "" + +#: doc/classes/MeshDataTool.xml:231 +msgid "Sets the metadata of the given face." +msgstr "" + +#: doc/classes/MeshDataTool.xml:238 +msgid "Sets the material to be used by newly-constructed [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:246 +msgid "Sets the position of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:254 +msgid "Sets the bones of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:262 +msgid "Sets the color of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:270 +msgid "Sets the metadata associated with the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:278 +msgid "Sets the normal of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:286 +msgid "Sets the tangent of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:294 +msgid "Sets the UV of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:302 +msgid "Sets the UV2 of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:310 +msgid "Sets the bone weights of the given vertex." +msgstr "" + +#: doc/classes/MeshInstance.xml:4 +msgid "Node that instances meshes into a scenario." +msgstr "" + +#: doc/classes/MeshInstance.xml:7 +msgid "" +"MeshInstance is a node that takes a [Mesh] resource and adds it to the " +"current scenario by creating an instance of it. This is the class most often " +"used to get 3D geometry rendered and can be used to instance a single [Mesh] " +"in many places. This allows to reuse geometry and save on resources. When a " +"[Mesh] has to be instanced more than thousands of times at close proximity, " +"consider using a [MultiMesh] in a [MultiMeshInstance] instead." +msgstr "" + +#: doc/classes/MeshInstance.xml:21 +msgid "" +"This helper creates a [StaticBody] child node with a [ConvexPolygonShape] " +"collision shape calculated from the mesh geometry. It's mainly used for " +"testing.\n" +"If [code]clean[/code] is [code]true[/code] (default), duplicate and interior " +"vertices are removed automatically. You can set it to [code]false[/code] to " +"make the process faster if not needed.\n" +"If [code]simplify[/code] is [code]true[/code], the geometry can be further " +"simplified to reduce the amount of vertices. Disabled by default." +msgstr "" + +#: doc/classes/MeshInstance.xml:29 +msgid "" +"This helper creates a [MeshInstance] child node with gizmos at every vertex " +"calculated from the mesh geometry. It's mainly used for testing." +msgstr "" + +#: doc/classes/MeshInstance.xml:35 +msgid "" +"This helper creates a [StaticBody] child node with multiple " +"[ConvexPolygonShape] collision shapes calculated from the mesh geometry via " +"convex decomposition. It's mainly used for testing." +msgstr "" + +#: doc/classes/MeshInstance.xml:41 +msgid "" +"This helper creates a [StaticBody] child node with a [ConcavePolygonShape] " +"collision shape calculated from the mesh geometry. It's mainly used for " +"testing." +msgstr "" + +#: doc/classes/MeshInstance.xml:48 +msgid "" +"Returns the [Material] that will be used by the [Mesh] when drawing. This " +"can return the [member GeometryInstance.material_override], the surface " +"override [Material] defined in this [MeshInstance], or the surface " +"[Material] defined in the [Mesh]. For example, if [member GeometryInstance." +"material_override] is used, all surfaces will return the override material." +msgstr "" + +#: doc/classes/MeshInstance.xml:55 +msgid "Returns the [Material] for a surface of the [Mesh] resource." +msgstr "" + +#: doc/classes/MeshInstance.xml:61 +msgid "Returns the number of surface materials." +msgstr "" + +#: doc/classes/MeshInstance.xml:69 +msgid "Sets the [Material] for a surface of the [Mesh] resource." +msgstr "" + +#: doc/classes/MeshInstance.xml:75 +msgid "The [Mesh] resource for the instance." +msgstr "" + +#: doc/classes/MeshInstance.xml:78 +msgid "[NodePath] to the [Skeleton] associated with the instance." +msgstr "" + +#: doc/classes/MeshInstance.xml:81 +msgid "Sets the skin to be used by this instance." +msgstr "" + +#: doc/classes/MeshInstance.xml:84 +msgid "" +"If [code]true[/code], normals are transformed when software skinning is " +"used. Set to [code]false[/code] when normals are not needed for better " +"performance.\n" +"See [member ProjectSettings.rendering/quality/skinning/" +"software_skinning_fallback] for details about how software skinning is " +"enabled." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:4 +msgid "Node used for displaying a [Mesh] in 2D." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:7 +msgid "" +"Node used for displaying a [Mesh] in 2D. Can be constructed from an existing " +"[Sprite] via a tool in the editor toolbar. Select \"Sprite\" then \"Convert " +"to Mesh2D\", select settings in popup and press \"Create Mesh2D\"." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_meshes.html" +msgstr "" + +#: doc/classes/MeshInstance2D.xml:16 +msgid "The [Mesh] that will be drawn by the [MeshInstance2D]." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:19 doc/classes/MultiMeshInstance2D.xml:19 +msgid "" +"The normal map that will be used if using the default [CanvasItemMaterial].\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:23 doc/classes/MultiMeshInstance2D.xml:23 +msgid "" +"The [Texture] that will be used if using the default [CanvasItemMaterial]. " +"Can be accessed as [code]TEXTURE[/code] in CanvasItem shader." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:29 doc/classes/MultiMeshInstance2D.xml:29 +msgid "Emitted when the [member texture] is changed." +msgstr "" + +#: doc/classes/MeshLibrary.xml:4 +msgid "Library of meshes." +msgstr "" + +#: doc/classes/MeshLibrary.xml:7 +msgid "" +"A library of meshes. Contains a list of [Mesh] resources, each with a name " +"and ID. Each item can also include collision and navigation shapes. This " +"resource is used in [GridMap]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:17 +msgid "Clears the library." +msgstr "" + +#: doc/classes/MeshLibrary.xml:24 +msgid "" +"Creates a new item in the library with the given ID.\n" +"You can get an unused ID from [method get_last_unused_item_id]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:32 +msgid "Returns the first item with the given name." +msgstr "" + +#: doc/classes/MeshLibrary.xml:38 +msgid "Returns the list of item IDs in use." +msgstr "" + +#: doc/classes/MeshLibrary.xml:45 +msgid "Returns the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:52 +msgid "Returns the transform applied to the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:59 +msgid "Returns the item's name." +msgstr "" + +#: doc/classes/MeshLibrary.xml:66 +msgid "Returns the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:73 +msgid "Returns the transform applied to the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:80 +msgid "" +"When running in the editor, returns a generated item preview (a 3D rendering " +"in isometric perspective). When used in a running project, returns the " +"manually-defined item preview which can be set using [method " +"set_item_preview]. Returns an empty [Texture] if no preview was manually set " +"in a running project." +msgstr "" + +#: doc/classes/MeshLibrary.xml:87 +msgid "" +"Returns an item's collision shapes.\n" +"The array consists of each [Shape] followed by its [Transform]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:94 +msgid "Gets an unused ID for a new item." +msgstr "" + +#: doc/classes/MeshLibrary.xml:101 +msgid "Removes the item." +msgstr "" + +#: doc/classes/MeshLibrary.xml:109 +msgid "Sets the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:117 +msgid "Sets the transform to apply to the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:125 +msgid "" +"Sets the item's name.\n" +"This name is shown in the editor. It can also be used to look up the item " +"later using [method find_item_by_name]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:134 +msgid "Sets the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:142 +msgid "Sets the transform to apply to the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:150 +msgid "Sets a texture to use as the item's preview icon in the editor." +msgstr "" + +#: doc/classes/MeshLibrary.xml:158 +msgid "" +"Sets an item's collision shapes.\n" +"The array should consist of [Shape] objects, each followed by a [Transform] " +"that will be applied to it. For shapes that should not have a transform, use " +"[constant Transform.IDENTITY]." +msgstr "" + +#: doc/classes/MeshTexture.xml:4 +msgid "Simple texture that uses a mesh to draw itself." +msgstr "" + +#: doc/classes/MeshTexture.xml:7 +msgid "" +"Simple texture that uses a mesh to draw itself. It's limited because flags " +"can't be changed and region drawing is not supported." +msgstr "" + +#: doc/classes/MeshTexture.xml:15 +msgid "Sets the base texture that the Mesh will use to draw." +msgstr "" + +#: doc/classes/MeshTexture.xml:19 +msgid "Sets the size of the image, needed for reference." +msgstr "" + +#: doc/classes/MeshTexture.xml:22 +msgid "Sets the mesh used to draw. It must be a mesh using 2D vertices." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:4 +msgid "Generic mobile VR implementation." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:7 +msgid "" +"This is a generic mobile VR implementation where you need to provide details " +"about the phone and HMD used. It does not rely on any existing framework. " +"This is the most basic interface we have. For the best effect, you need a " +"mobile phone with a gyroscope and accelerometer.\n" +"Note that even though there is no positional tracking, the camera will " +"assume the headset is at a height of 1.85 meters. You can change this by " +"setting [member eye_height].\n" +"You can initialise this interface as follows:\n" +"[codeblock]\n" +"var interface = ARVRServer.find_interface(\"Native mobile\")\n" +"if interface and interface.initialize():\n" +" get_viewport().arvr = true\n" +"[/codeblock]" +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:22 +msgid "" +"The distance between the display and the lenses inside of the device in " +"centimeters." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:25 +msgid "The width of the display in centimeters." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:28 +msgid "" +"The height at which the camera is placed in relation to the ground (i.e. " +"[ARVROrigin] node)." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:31 +msgid "" +"The interocular distance, also known as the interpupillary distance. The " +"distance between the pupils of the left and right eye." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:34 +msgid "" +"The k1 lens factor is one of the two constants that define the strength of " +"the lens used and directly influences the lens distortion effect." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:37 +msgid "The k2 lens factor, see k1." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:40 +msgid "" +"The oversample setting. Because of the lens distortion we have to render our " +"buffers at a higher resolution then the screen can natively handle. A value " +"between 1.5 and 2.0 often provides good results but at the cost of " +"performance." +msgstr "" + +#: doc/classes/MultiMesh.xml:4 +msgid "Provides high-performance mesh instancing." +msgstr "" + +#: doc/classes/MultiMesh.xml:7 +msgid "" +"MultiMesh provides low-level mesh instancing. Drawing thousands of " +"[MeshInstance] nodes can be slow, since each object is submitted to the GPU " +"then drawn individually.\n" +"MultiMesh is much faster as it can draw thousands of instances with a single " +"draw call, resulting in less API overhead.\n" +"As a drawback, if the instances are too far away from each other, " +"performance may be reduced as every single instance will always render (they " +"are spatially indexed as one, for the whole object).\n" +"Since instances may have any behavior, the AABB used for visibility must be " +"provided by the user." +msgstr "" + +#: doc/classes/MultiMesh.xml:13 doc/classes/MultiMeshInstance.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" +"animating_thousands_of_fish.html" +msgstr "" + +#: doc/classes/MultiMesh.xml:14 doc/classes/MultiMeshInstance.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/optimization/using_multimesh." +"html" +msgstr "" + +#: doc/classes/MultiMesh.xml:20 +msgid "" +"Returns the visibility axis-aligned bounding box in local space. See also " +"[method VisualInstance.get_transformed_aabb]." +msgstr "" + +#: doc/classes/MultiMesh.xml:27 +msgid "Gets a specific instance's color." +msgstr "" + +#: doc/classes/MultiMesh.xml:34 +msgid "Returns the custom data that has been set for a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:41 +msgid "Returns the [Transform] of a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:48 +msgid "Returns the [Transform2D] of a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:55 +msgid "" +"Sets all data related to the instances in one go. This is especially useful " +"when loading the data from disk or preparing the data from GDNative.\n" +"All data is packed in one large float array. An array may look like this: " +"Transform for instance 1, color data for instance 1, custom data for " +"instance 1, transform for instance 2, color data for instance 2, etc...\n" +"[Transform] is stored as 12 floats, [Transform2D] is stored as 8 floats, " +"[code]COLOR_8BIT[/code] / [code]CUSTOM_DATA_8BIT[/code] is stored as 1 float " +"(4 bytes as is) and [code]COLOR_FLOAT[/code] / [code]CUSTOM_DATA_FLOAT[/" +"code] is stored as 4 floats." +msgstr "" + +#: doc/classes/MultiMesh.xml:65 +msgid "" +"Sets the color of a specific instance by [i]multiplying[/i] the mesh's " +"existing vertex colors.\n" +"For the color to take effect, ensure that [member color_format] is non-" +"[code]null[/code] on the [MultiMesh] and [member SpatialMaterial." +"vertex_color_use_as_albedo] is [code]true[/code] on the material." +msgstr "" + +#: doc/classes/MultiMesh.xml:74 +msgid "" +"Sets custom data for a specific instance. Although [Color] is used, it is " +"just a container for 4 floating point numbers. The format of the number can " +"change depending on the [enum CustomDataFormat] used." +msgstr "" + +#: doc/classes/MultiMesh.xml:82 +msgid "Sets the [Transform] for a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:90 +msgid "Sets the [Transform2D] for a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:96 +msgid "Format of colors in color array that gets passed to shader." +msgstr "" + +#: doc/classes/MultiMesh.xml:99 +msgid "Format of custom data in custom data array that gets passed to shader." +msgstr "" + +#: doc/classes/MultiMesh.xml:102 +msgid "" +"Number of instances that will get drawn. This clears and (re)sizes the " +"buffers. By default, all instances are drawn but you can limit this with " +"[member visible_instance_count]." +msgstr "" + +#: doc/classes/MultiMesh.xml:105 +msgid "Mesh to be drawn." +msgstr "" + +#: doc/classes/MultiMesh.xml:108 +msgid "Format of transform used to transform mesh, either 2D or 3D." +msgstr "" + +#: doc/classes/MultiMesh.xml:111 +msgid "" +"Limits the number of instances drawn, -1 draws all instances. Changing this " +"does not change the sizes of the buffers." +msgstr "" + +#: doc/classes/MultiMesh.xml:116 +msgid "Use this when using 2D transforms." +msgstr "" + +#: doc/classes/MultiMesh.xml:119 +msgid "Use this when using 3D transforms." +msgstr "" + +#: doc/classes/MultiMesh.xml:122 +msgid "Use when you are not using per-instance [Color]s." +msgstr "" + +#: doc/classes/MultiMesh.xml:125 +msgid "" +"Compress [Color] data into 8 bits when passing to shader. This uses less " +"memory and can be faster, but the [Color] loses precision." +msgstr "" + +#: doc/classes/MultiMesh.xml:128 +msgid "" +"The [Color] passed into [method set_instance_color] will use 4 floats. Use " +"this for highest precision [Color]." +msgstr "" + +#: doc/classes/MultiMesh.xml:131 +msgid "Use when you are not using per-instance custom data." +msgstr "" + +#: doc/classes/MultiMesh.xml:134 +msgid "" +"Compress custom_data into 8 bits when passing to shader. This uses less " +"memory and can be faster, but loses precision and range. Floats packed into " +"8 bits can only represent values between 0 and 1, numbers outside that range " +"will be clamped." +msgstr "" + +#: doc/classes/MultiMesh.xml:137 +msgid "" +"The [Color] passed into [method set_instance_custom_data] will use 4 floats. " +"Use this for highest precision." +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:4 +msgid "Node that instances a [MultiMesh]." +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:7 +msgid "" +"[MultiMeshInstance] is a specialized node to instance [GeometryInstance]s " +"based on a [MultiMesh] resource.\n" +"This is useful to optimize the rendering of a high amount of instances of a " +"given mesh (for example trees in a forest or grass strands)." +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/using_multi_mesh_instance." +"html" +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:19 +msgid "" +"The [MultiMesh] resource that will be used and shared among all instances of " +"the [MultiMeshInstance]." +msgstr "" + +#: doc/classes/MultiMeshInstance2D.xml:4 +msgid "Node that instances a [MultiMesh] in 2D." +msgstr "" + +#: doc/classes/MultiMeshInstance2D.xml:7 +msgid "" +"[MultiMeshInstance2D] is a specialized node to instance a [MultiMesh] " +"resource in 2D.\n" +"Usage is the same as [MultiMeshInstance]." +msgstr "" + +#: doc/classes/MultiMeshInstance2D.xml:16 +msgid "The [MultiMesh] that will be drawn by the [MultiMeshInstance2D]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:4 +msgid "High-level multiplayer API." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:7 +msgid "" +"This class implements most of the logic behind the high-level multiplayer " +"API. See also [NetworkedMultiplayerPeer].\n" +"By default, [SceneTree] has a reference to this class that is used to " +"provide multiplayer capabilities (i.e. RPC/RSET) across the whole scene.\n" +"It is possible to override the MultiplayerAPI instance used by specific " +"Nodes by setting the [member Node.custom_multiplayer] property, effectively " +"allowing to run both client and server in the same scene.\n" +"[b]Note:[/b] The high-level multiplayer API protocol is an implementation " +"detail and isn't meant to be used by non-Godot servers. It may change " +"without notice." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:18 +msgid "" +"Clears the current MultiplayerAPI network state (you shouldn't call this " +"unless you know what you are doing)." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:24 +msgid "" +"Returns the peer IDs of all connected peers of this MultiplayerAPI's [member " +"network_peer]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:30 +msgid "" +"Returns the unique peer ID of this MultiplayerAPI's [member network_peer]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:36 +msgid "" +"Returns the sender's peer ID for the RPC currently being executed.\n" +"[b]Note:[/b] If not inside an RPC this method will return 0." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:43 doc/classes/SceneTree.xml:123 +msgid "Returns [code]true[/code] if there is a [member network_peer] set." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:49 +msgid "" +"Returns [code]true[/code] if this MultiplayerAPI's [member network_peer] is " +"in server mode (listening for connections)." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:55 +msgid "" +"Method used for polling the MultiplayerAPI. You only need to worry about " +"this if you are using [member Node.custom_multiplayer] override or you set " +"[member SceneTree.multiplayer_poll] to [code]false[/code]. By default, " +"[SceneTree] will poll its MultiplayerAPI for you.\n" +"[b]Note:[/b] This method results in RPCs and RSETs being called, so they " +"will be executed in the same context of this function (e.g. [code]_process[/" +"code], [code]physics[/code], [Thread])." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:65 +msgid "" +"Sends the given raw [code]bytes[/code] to a specific peer identified by " +"[code]id[/code] (see [method NetworkedMultiplayerPeer.set_target_peer]). " +"Default ID is [code]0[/code], i.e. broadcast to all peers." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:71 +msgid "" +"If [code]true[/code] (or if the [member network_peer] has [member PacketPeer." +"allow_object_decoding] set to [code]true[/code]), the MultiplayerAPI will " +"allow encoding and decoding of object during RPCs/RSETs.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:75 +msgid "" +"The peer object to handle the RPC system (effectively enabling networking " +"when set). Depending on the peer itself, the MultiplayerAPI will become a " +"network server (check with [method is_network_server]) and will set root " +"node's network mode to master, or it will become a regular peer with root " +"node set to puppet. All child nodes are set to inherit the network mode by " +"default. Handling of networking-related events (connection, disconnection, " +"new clients) is done by connecting to MultiplayerAPI's signals." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:78 +msgid "" +"If [code]true[/code], the MultiplayerAPI's [member network_peer] refuses new " +"incoming connections." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:81 +msgid "" +"The root node to use for RPCs. Instead of an absolute path, a relative path " +"will be used to find the node upon which the RPC should be executed.\n" +"This effectively allows to have different branches of the scene tree to be " +"managed by different MultiplayerAPI, allowing for example to run both client " +"and server in the same scene." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:88 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] successfully " +"connected to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:93 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] fails to establish " +"a connection to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:99 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] connects with a new " +"peer. ID is the peer ID of the new peer. Clients get notified when other " +"clients connect to the same server. Upon connecting to a server, a client " +"also receives this signal for the server (with ID being 1)." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:105 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] disconnects from a " +"peer. Clients get notified when other clients disconnect from the same " +"server." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:112 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] receive a " +"[code]packet[/code] with custom data (see [method send_bytes]). ID is the " +"peer ID of the peer that sent the packet." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:117 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] disconnects from " +"server. Only emitted on clients." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:123 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to disable a " +"method or property for all RPC calls, making it unavailable. Default for all " +"methods." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:126 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to set a " +"method to be called or a property to be changed only on the remote end, not " +"locally. Analogous to the [code]remote[/code] keyword. Calls and property " +"changes are accepted from all remote peers, no matter if they are node's " +"master or puppets." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:129 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to set a " +"method to be called or a property to be changed only on the network master " +"for this node. Analogous to the [code]master[/code] keyword. Only accepts " +"calls or property changes from the node's network puppets, see [method Node." +"set_network_master]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:132 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to set a " +"method to be called or a property to be changed only on puppets for this " +"node. Analogous to the [code]puppet[/code] keyword. Only accepts calls or " +"property changes from the node's network master, see [method Node." +"set_network_master]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:135 +msgid "" +"[i]Deprecated.[/i] Use [constant RPC_MODE_PUPPET] instead. Analogous to the " +"[code]slave[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:138 +msgid "" +"Behave like [constant RPC_MODE_REMOTE] but also make the call or property " +"change locally. Analogous to the [code]remotesync[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:141 +msgid "" +"[i]Deprecated.[/i] Use [constant RPC_MODE_REMOTESYNC] instead. Analogous to " +"the [code]sync[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:144 +msgid "" +"Behave like [constant RPC_MODE_MASTER] but also make the call or property " +"change locally. Analogous to the [code]mastersync[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:147 +msgid "" +"Behave like [constant RPC_MODE_PUPPET] but also make the call or property " +"change locally. Analogous to the [code]puppetsync[/code] keyword." +msgstr "" + +#: doc/classes/Mutex.xml:4 +msgid "A synchronization mutex (mutual exclusion)." +msgstr "" + +#: doc/classes/Mutex.xml:7 +msgid "" +"A synchronization mutex (mutual exclusion). This is used to synchronize " +"multiple [Thread]s, and is equivalent to a binary [Semaphore]. It guarantees " +"that only one thread can ever acquire the lock at a time. A mutex can be " +"used to protect a critical section; however, be careful to avoid deadlocks." +msgstr "" + +#: doc/classes/Mutex.xml:10 doc/classes/Semaphore.xml:10 +#: doc/classes/Thread.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/threads/using_multiple_threads." +"html" +msgstr "" + +#: doc/classes/Mutex.xml:16 +msgid "" +"Locks this [Mutex], blocks until it is unlocked by the current owner.\n" +"[b]Note:[/b] This function returns without blocking if the thread already " +"has ownership of the mutex." +msgstr "" + +#: doc/classes/Mutex.xml:23 +msgid "" +"Tries locking this [Mutex], but does not block. Returns [constant OK] on " +"success, [constant ERR_BUSY] otherwise.\n" +"[b]Note:[/b] This function returns [constant OK] if the thread already has " +"ownership of the mutex." +msgstr "" + +#: doc/classes/Mutex.xml:30 +msgid "" +"Unlocks this [Mutex], leaving it to other threads.\n" +"[b]Note:[/b] If a thread called [method lock] or [method try_lock] multiple " +"times while already having ownership of the mutex, it must also call [method " +"unlock] the same number of times in order to unlock it correctly." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:13 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_class_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:20 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_method_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:27 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_property_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:34 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_signal_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:40 +msgid "" +"Constructs a new object of the base type with a script of this type already " +"attached.\n" +"[b]Note:[/b] Any arguments passed to this function will be ignored and not " +"passed to the native constructor function. This will change with in a future " +"API extension." +msgstr "" + +#: doc/classes/Navigation.xml:4 +msgid "Mesh-based navigation and pathfinding node." +msgstr "" + +#: doc/classes/Navigation.xml:7 +msgid "" +"Provides navigation and pathfinding within a collection of " +"[NavigationMesh]es. By default, these will be automatically collected from " +"child [NavigationMeshInstance] nodes, but they can also be added on the fly " +"with [method navmesh_add]. In addition to basic pathfinding, this class also " +"assists with aligning navigation agents with the meshes they are navigating " +"on.\n" +"[b]Note:[/b] The current navigation system has many known issues and will " +"not always return optimal paths as expected. These issues will be fixed in " +"Godot 4.0." +msgstr "" + +#: doc/classes/Navigation.xml:11 doc/classes/NavigationMesh.xml:10 +msgid "https://godotengine.org/asset-library/asset/124" +msgstr "" + +#: doc/classes/Navigation.xml:18 doc/classes/Navigation2D.xml:18 +msgid "" +"Returns the navigation point closest to the point given. Points are in local " +"coordinate space." +msgstr "" + +#: doc/classes/Navigation.xml:25 +msgid "" +"Returns the surface normal at the navigation point closest to the point " +"given. Useful for rotating a navigation agent according to the navigation " +"mesh it moves on." +msgstr "" + +#: doc/classes/Navigation.xml:32 +msgid "" +"Returns the owner of the [NavigationMesh] which contains the navigation " +"point closest to the point given. This is usually a " +"[NavigationMeshInstance]. For meshes added via [method navmesh_add], returns " +"the owner that was given (or [code]null[/code] if the [code]owner[/code] " +"parameter was omitted)." +msgstr "" + +#: doc/classes/Navigation.xml:41 +msgid "" +"Returns the navigation point closest to the given line segment. When " +"enabling [code]use_collision[/code], only considers intersection points " +"between segment and navigation meshes. If multiple intersection points are " +"found, the one closest to the segment start point is returned." +msgstr "" + +#: doc/classes/Navigation.xml:50 +msgid "" +"Returns the path between two given points. Points are in local coordinate " +"space. If [code]optimize[/code] is [code]true[/code] (the default), the " +"agent properties associated with each [NavigationMesh] (radius, height, " +"etc.) are considered in the path calculation, otherwise they are ignored.\n" +"[b]Note:[/b] This method has known issues and will often return non-optimal " +"paths. These issues will be fixed in Godot 4.0." +msgstr "" + +#: doc/classes/Navigation.xml:60 +msgid "" +"Adds a [NavigationMesh]. Returns an ID for use with [method navmesh_remove] " +"or [method navmesh_set_transform]. If given, a [Transform2D] is applied to " +"the polygon. The optional [code]owner[/code] is used as return value for " +"[method get_closest_point_owner]." +msgstr "" + +#: doc/classes/Navigation.xml:67 +msgid "Removes the [NavigationMesh] with the given ID." +msgstr "" + +#: doc/classes/Navigation.xml:75 +msgid "Sets the transform applied to the [NavigationMesh] with the given ID." +msgstr "" + +#: doc/classes/Navigation.xml:81 +msgid "" +"Defines which direction is up. By default, this is [code](0, 1, 0)[/code], " +"which is the world's \"up\" direction." +msgstr "" + +#: doc/classes/Navigation2D.xml:4 +msgid "2D navigation and pathfinding node." +msgstr "" + +#: doc/classes/Navigation2D.xml:7 +msgid "" +"Navigation2D provides navigation and pathfinding within a 2D area, specified " +"as a collection of [NavigationPolygon] resources. By default, these are " +"automatically collected from child [NavigationPolygonInstance] nodes, but " +"they can also be added on the fly with [method navpoly_add].\n" +"[b]Note:[/b] The current navigation system has many known issues and will " +"not always return optimal paths as expected. These issues will be fixed in " +"Godot 4.0." +msgstr "" + +#: doc/classes/Navigation2D.xml:11 doc/classes/NavigationPolygon.xml:27 +msgid "https://godotengine.org/asset-library/asset/117" +msgstr "" + +#: doc/classes/Navigation2D.xml:25 +msgid "" +"Returns the owner of the [NavigationPolygon] which contains the navigation " +"point closest to the point given. This is usually a " +"[NavigationPolygonInstance]. For polygons added via [method navpoly_add], " +"returns the owner that was given (or [code]null[/code] if the [code]owner[/" +"code] parameter was omitted)." +msgstr "" + +#: doc/classes/Navigation2D.xml:34 +msgid "" +"Returns the path between two given points. Points are in local coordinate " +"space. If [code]optimize[/code] is [code]true[/code] (the default), the path " +"is smoothed by merging path segments where possible.\n" +"[b]Note:[/b] This method has known issues and will often return non-optimal " +"paths. These issues will be fixed in Godot 4.0." +msgstr "" + +#: doc/classes/Navigation2D.xml:44 +msgid "" +"Adds a [NavigationPolygon]. Returns an ID for use with [method " +"navpoly_remove] or [method navpoly_set_transform]. If given, a [Transform2D] " +"is applied to the polygon. The optional [code]owner[/code] is used as return " +"value for [method get_closest_point_owner]." +msgstr "" + +#: doc/classes/Navigation2D.xml:51 +msgid "Removes the [NavigationPolygon] with the given ID." +msgstr "" + +#: doc/classes/Navigation2D.xml:59 +msgid "" +"Sets the transform applied to the [NavigationPolygon] with the given ID." +msgstr "" + +#: doc/classes/NavigationMesh.xml:4 +msgid "A mesh to approximate the walkable areas and obstacles." +msgstr "" + +#: doc/classes/NavigationMesh.xml:7 +msgid "" +"A navigation mesh is a collection of polygons that define which areas of an " +"environment are traversable to aid agents in pathfinding through complicated " +"spaces." +msgstr "" + +#: doc/classes/NavigationMesh.xml:17 doc/classes/NavigationPolygon.xml:49 +msgid "" +"Adds a polygon using the indices of the vertices you get when calling " +"[method get_vertices]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:23 +msgid "" +"Clears the array of polygons, but it doesn't clear the array of vertices." +msgstr "" + +#: doc/classes/NavigationMesh.xml:30 +msgid "" +"Initializes the navigation mesh by setting the vertices and indices " +"according to a [Mesh]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:37 +msgid "" +"Returns whether the specified [code]bit[/code] of the [member geometry/" +"collision_mask] is set." +msgstr "" + +#: doc/classes/NavigationMesh.xml:44 doc/classes/NavigationPolygon.xml:81 +msgid "" +"Returns a [PoolIntArray] containing the indices of the vertices of a created " +"polygon." +msgstr "" + +#: doc/classes/NavigationMesh.xml:50 +msgid "Returns the number of polygons in the navigation mesh." +msgstr "" + +#: doc/classes/NavigationMesh.xml:56 +msgid "" +"Returns a [PoolVector3Array] containing all the vertices being used to " +"create the polygons." +msgstr "" + +#: doc/classes/NavigationMesh.xml:64 +msgid "" +"If [code]value[/code] is [code]true[/code], sets the specified [code]bit[/" +"code] in the [member geometry/collision_mask].\n" +"If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" +"code] in the [member geometry/collision_mask]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:72 doc/classes/NavigationPolygon.xml:121 +msgid "" +"Sets the vertices that can be then indexed to create polygons with the " +"[method add_polygon] method." +msgstr "" + +#: doc/classes/NavigationMesh.xml:78 +msgid "" +"The minimum floor to ceiling height that will still allow the floor area to " +"be considered walkable.\n" +"[b]Note:[/b] While baking, this value will be rounded up to the nearest " +"multiple of [member cell/height]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:82 +msgid "" +"The minimum ledge height that is considered to still be traversable.\n" +"[b]Note:[/b] While baking, this value will be rounded down to the nearest " +"multiple of [member cell/height]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:86 +msgid "The maximum slope that is considered walkable, in degrees." +msgstr "" + +#: doc/classes/NavigationMesh.xml:89 +msgid "" +"The distance to erode/shrink the walkable area of the heightfield away from " +"obstructions.\n" +"[b]Note:[/b] While baking, this value will be rounded up to the nearest " +"multiple of [member cell/size]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:93 +msgid "The Y axis cell size to use for fields." +msgstr "" + +#: doc/classes/NavigationMesh.xml:96 +msgid "The XZ plane cell size to use for fields." +msgstr "" + +#: doc/classes/NavigationMesh.xml:99 +msgid "" +"The sampling distance to use when generating the detail mesh, in cell unit." +msgstr "" + +#: doc/classes/NavigationMesh.xml:102 +msgid "" +"The maximum distance the detail mesh surface should deviate from " +"heightfield, in cell unit." +msgstr "" + +#: doc/classes/NavigationMesh.xml:105 +msgid "" +"The maximum distance a simplfied contour's border edges should deviate the " +"original raw contour." +msgstr "" + +#: doc/classes/NavigationMesh.xml:108 +msgid "" +"The maximum allowed length for contour edges along the border of the mesh.\n" +"[b]Note:[/b] While baking, this value will be rounded up to the nearest " +"multiple of [member cell/size]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:112 +msgid "" +"If [code]true[/code], marks walkable spans as not walkable if the clearance " +"above the span is less than [member agent/height]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:115 +msgid "If [code]true[/code], marks spans that are ledges as non-walkable." +msgstr "" + +#: doc/classes/NavigationMesh.xml:118 +msgid "" +"If [code]true[/code], marks non-walkable spans as walkable if their maximum " +"is within [member agent/max_climb] of a walkable neighbor." +msgstr "" + +#: doc/classes/NavigationMesh.xml:121 +msgid "" +"The physics layers to scan for static colliders.\n" +"Only used when [member geometry/parsed_geometry_type] is [constant " +"PARSED_GEOMETRY_STATIC_COLLIDERS] or [constant PARSED_GEOMETRY_BOTH]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:125 +msgid "" +"Determines which type of nodes will be parsed as geometry. See [enum " +"ParsedGeometryType] for possible values." +msgstr "" + +#: doc/classes/NavigationMesh.xml:128 +msgid "" +"The source of the geometry used when baking. See [enum SourceGeometryMode] " +"for possible values." +msgstr "" + +#: doc/classes/NavigationMesh.xml:131 +msgid "" +"The name of the group to scan for geometry.\n" +"Only used when [member geometry/source_geometry_mode] is [constant " +"SOURCE_GEOMETRY_GROUPS_WITH_CHILDREN] or [constant " +"SOURCE_GEOMETRY_GROUPS_EXPLICIT]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:135 +msgid "" +"The maximum number of vertices allowed for polygons generated during the " +"contour to polygon conversion process." +msgstr "" + +#: doc/classes/NavigationMesh.xml:138 +msgid "" +"Any regions with a size smaller than this will be merged with larger regions " +"if possible.\n" +"[b]Note:[/b] This value will be squared to calculate the number of cells. " +"For example, a value of 20 will set the number of cells to 400." +msgstr "" + +#: doc/classes/NavigationMesh.xml:142 +msgid "" +"The minimum size of a region for it to be created.\n" +"[b]Note:[/b] This value will be squared to calculate the minimum number of " +"cells allowed to form isolated island areas. For example, a value of 8 will " +"set the number of cells to 64." +msgstr "" + +#: doc/classes/NavigationMesh.xml:146 +msgid "" +"Partitioning algorithm for creating the navigation mesh polys. See [enum " +"SamplePartitionType] for possible values." +msgstr "" + +#: doc/classes/NavigationMesh.xml:151 +msgid "" +"Watershed partitioning. Generally the best choice if you precompute the " +"navigation mesh, use this if you have large open areas." +msgstr "" + +#: doc/classes/NavigationMesh.xml:154 +msgid "" +"Monotone partitioning. Use this if you want fast navigation mesh generation." +msgstr "" + +#: doc/classes/NavigationMesh.xml:157 +msgid "" +"Layer partitioning. Good choice to use for tiled navigation mesh with medium " +"and small sized tiles." +msgstr "" + +#: doc/classes/NavigationMesh.xml:160 +msgid "Represents the size of the [enum SamplePartitionType] enum." +msgstr "" + +#: doc/classes/NavigationMesh.xml:163 +msgid "" +"Parses mesh instances as geometry. This includes [MeshInstance], [CSGShape], " +"and [GridMap] nodes." +msgstr "" + +#: doc/classes/NavigationMesh.xml:166 +msgid "" +"Parses [StaticBody] colliders as geometry. The collider should be in any of " +"the layers specified by [member geometry/collision_mask]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:169 +msgid "" +"Both [constant PARSED_GEOMETRY_MESH_INSTANCES] and [constant " +"PARSED_GEOMETRY_STATIC_COLLIDERS]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:172 +msgid "Represents the size of the [enum ParsedGeometryType] enum." +msgstr "" + +#: doc/classes/NavigationMesh.xml:175 +msgid "" +"Scans the child nodes of [NavigationMeshInstance] recursively for geometry." +msgstr "" + +#: doc/classes/NavigationMesh.xml:178 +msgid "" +"Scans nodes in a group and their child nodes recursively for geometry. The " +"group is specified by [member geometry/source_group_name]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:181 +msgid "" +"Uses nodes in a group for geometry. The group is specified by [member " +"geometry/source_group_name]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:184 +msgid "Represents the size of the [enum SourceGeometryMode] enum." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:4 +msgid "Node that instances navigation meshes into a scenario." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:7 +msgid "" +"NavigationMeshInstance is a node that takes a [NavigationMesh] resource and " +"adds it to the current scenario by creating an instance of it." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:15 +msgid "If [code]true[/code], the navigation mesh will be used by [Navigation]." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:18 +msgid "The [NavigationMesh] resource for the instance." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:4 +msgid "" +"A node that has methods to draw outlines or use indices of vertices to " +"create navigation polygons." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:7 +msgid "" +"There are two ways to create polygons. Either by using the [method " +"add_outline] method, or using the [method add_polygon] method.\n" +"Using [method add_outline]:\n" +"[codeblock]\n" +"var polygon = NavigationPolygon.new()\n" +"var outline = PoolVector2Array([Vector2(0, 0), Vector2(0, 50), Vector2(50, " +"50), Vector2(50, 0)])\n" +"polygon.add_outline(outline)\n" +"polygon.make_polygons_from_outlines()\n" +"$NavigationPolygonInstance.navpoly = polygon\n" +"[/codeblock]\n" +"Using [method add_polygon] and indices of the vertices array.\n" +"[codeblock]\n" +"var polygon = NavigationPolygon.new()\n" +"var vertices = PoolVector2Array([Vector2(0, 0), Vector2(0, 50), Vector2(50, " +"50), Vector2(50, 0)])\n" +"polygon.set_vertices(vertices)\n" +"var indices = PoolIntArray(0, 3, 1)\n" +"polygon.add_polygon(indices)\n" +"$NavigationPolygonInstance.navpoly = polygon\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NavigationPolygon.xml:34 +msgid "" +"Appends a [PoolVector2Array] that contains the vertices of an outline to the " +"internal array that contains all the outlines. You have to call [method " +"make_polygons_from_outlines] in order for this array to be converted to " +"polygons that the engine will use." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:42 +msgid "" +"Adds a [PoolVector2Array] that contains the vertices of an outline to the " +"internal array that contains all the outlines at a fixed position. You have " +"to call [method make_polygons_from_outlines] in order for this array to be " +"converted to polygons that the engine will use." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:55 +msgid "" +"Clears the array of the outlines, but it doesn't clear the vertices and the " +"polygons that were created by them." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:61 +msgid "" +"Clears the array of polygons, but it doesn't clear the array of outlines and " +"vertices." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:68 +msgid "" +"Returns a [PoolVector2Array] containing the vertices of an outline that was " +"created in the editor or by script." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:74 +msgid "" +"Returns the number of outlines that were created in the editor or by script." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:87 +msgid "Returns the count of all polygons." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:93 +msgid "" +"Returns a [PoolVector2Array] containing all the vertices being used to " +"create the polygons." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:99 +msgid "Creates polygons from the outlines added in the editor or by script." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:106 +msgid "" +"Removes an outline created in the editor or by script. You have to call " +"[method make_polygons_from_outlines] for the polygons to update." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:114 +msgid "" +"Changes an outline created in the editor or by script. You have to call " +"[method make_polygons_from_outlines] for the polygons to update." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:4 +msgid "" +"PacketPeer implementation using the [url=http://enet.bespin.org/index." +"html]ENet[/url] library." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:7 +msgid "" +"A PacketPeer implementation that should be passed to [member SceneTree." +"network_peer] after being initialized as either a client or server. Events " +"can then be handled by connecting to [SceneTree] signals.\n" +"ENet's purpose is to provide a relatively thin, simple and robust network " +"communication layer on top of UDP (User Datagram Protocol).\n" +"[b]Note:[/b] ENet only uses UDP, not TCP. When forwarding the server port to " +"make your server accessible on the public Internet, you only need to forward " +"the server port in UDP. You can use the [UPNP] class to try to forward the " +"server port automatically when starting the server." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:12 +#: doc/classes/NetworkedMultiplayerPeer.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/" +"high_level_multiplayer.html" +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:13 +msgid "http://enet.bespin.org/usergroup0.html" +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:20 +msgid "" +"Closes the connection. Ignored if no connection is currently established. If " +"this is a server it tries to notify all clients before forcibly " +"disconnecting them. If this is a client it simply closes the connection to " +"the server." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:31 +msgid "" +"Create client that connects to a server at [code]address[/code] using " +"specified [code]port[/code]. The given address needs to be either a fully " +"qualified domain name (e.g. [code]\"www.example.com\"[/code]) or an IP " +"address in IPv4 or IPv6 format (e.g. [code]\"192.168.1.1\"[/code]). The " +"[code]port[/code] is the port the server is listening on. The " +"[code]in_bandwidth[/code] and [code]out_bandwidth[/code] parameters can be " +"used to limit the incoming and outgoing bandwidth to the given number of " +"bytes per second. The default of 0 means unlimited bandwidth. Note that ENet " +"will strategically drop packets on specific sides of a connection between " +"peers to ensure the peer's bandwidth is not overwhelmed. The bandwidth " +"parameters also determine the window size of a connection which limits the " +"amount of reliable packets that may be in transit at any given time. Returns " +"[constant OK] if a client was created, [constant ERR_ALREADY_IN_USE] if this " +"NetworkedMultiplayerENet instance already has an open connection (in which " +"case you need to call [method close_connection] first) or [constant " +"ERR_CANT_CREATE] if the client could not be created. If [code]client_port[/" +"code] is specified, the client will also listen to the given port; this is " +"useful for some NAT traversal techniques." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:41 +msgid "" +"Create server that listens to connections via [code]port[/code]. The port " +"needs to be an available, unused port between 0 and 65535. Note that ports " +"below 1024 are privileged and may require elevated permissions depending on " +"the platform. To change the interface the server listens on, use [method " +"set_bind_ip]. The default IP is the wildcard [code]\"*\"[/code], which " +"listens on all available interfaces. [code]max_clients[/code] is the maximum " +"number of clients that are allowed at once, any number up to 4095 may be " +"used, although the achievable number of simultaneous clients may be far " +"lower and depends on the application. For additional details on the " +"bandwidth parameters, see [method create_client]. Returns [constant OK] if a " +"server was created, [constant ERR_ALREADY_IN_USE] if this " +"NetworkedMultiplayerENet instance already has an open connection (in which " +"case you need to call [method close_connection] first) or [constant " +"ERR_CANT_CREATE] if the server could not be created." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:49 +msgid "" +"Disconnect the given peer. If \"now\" is set to [code]true[/code], the " +"connection will be closed immediately without flushing queued messages." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:55 +msgid "" +"Returns the channel of the last packet fetched via [method PacketPeer." +"get_packet]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:61 +msgid "" +"Returns the channel of the next packet that will be retrieved via [method " +"PacketPeer.get_packet]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:68 +#: modules/websocket/doc_classes/WebSocketServer.xml:27 +msgid "Returns the IP address of the given peer." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:75 +#: modules/websocket/doc_classes/WebSocketServer.xml:34 +msgid "Returns the remote port of the given peer." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:82 +msgid "" +"The IP used when creating a server. This is set to the wildcard [code]\"*\"[/" +"code] by default, which binds to all available interfaces. The given IP " +"needs to be in IPv4 or IPv6 address format, for example: " +"[code]\"192.168.1.1\"[/code]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:89 +msgid "" +"Configure the [X509Certificate] to use when [member use_dtls] is [code]true[/" +"code]. For servers, you must also setup the [CryptoKey] via [method " +"set_dtls_key]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:96 +msgid "" +"Configure the [CryptoKey] to use when [member use_dtls] is [code]true[/" +"code]. Remember to also call [method set_dtls_certificate] to setup your " +"[X509Certificate]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:106 +msgid "" +"Sets the timeout parameters for a peer.The timeout parameters control how " +"and when a peer will timeout from a failure to acknowledge reliable traffic. " +"Timeout values are expressed in milliseconds.\n" +"The [code]timeout_limit[/code] is a factor that, multiplied by a value based " +"on the average round trip time, will determine the timeout limit for a " +"reliable packet. When that limit is reached, the timeout will be doubled, " +"and the peer will be disconnected if that limit has reached " +"[code]timeout_min[/code]. The [code]timeout_max[/code] parameter, on the " +"other hand, defines a fixed timeout for which any packet must be " +"acknowledged or the peer will be dropped." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:113 +msgid "" +"Enforce ordered packets when using [constant NetworkedMultiplayerPeer." +"TRANSFER_MODE_UNRELIABLE] (thus behaving similarly to [constant " +"NetworkedMultiplayerPeer.TRANSFER_MODE_UNRELIABLE_ORDERED]). This is the " +"only way to use ordering with the RPC system." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:116 +msgid "" +"The number of channels to be used by ENet. Channels are used to separate " +"different kinds of data. In reliable or ordered mode, for example, the " +"packet delivery order is ensured on a per-channel basis. This is done to " +"combat latency and reduces ordering restrictions on packets. The delivery " +"status of a packet in one channel won't stall the delivery of other packets " +"in another channel." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:119 +msgid "" +"The compression method used for network packets. These have different " +"tradeoffs of compression speed versus bandwidth, you may need to test which " +"one works best for your use case if you use compression at all.\n" +"[b]Note:[/b] Most games' network design involve sending many small packets " +"frequently (smaller than 4 KB each). If in doubt, it is recommended to keep " +"the default compression algorithm as it works best on these small packets.\n" +"[b]Note:[/b] [member compression_mode] must be set to the same value on both " +"the server and all its clients. Clients will fail to connect if the [member " +"compression_mode] set on the client differs from the one set on the server. " +"Prior to Godot 3.4, the default [member compression_mode] was [constant " +"COMPRESS_NONE]. Nonetheless, mixing engine versions between clients and " +"server is not recommended and not officially supported." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:124 +msgid "" +"The hostname used for DTLS verification, to be compared against the \"CN\" " +"value in the certificate provided by the server.\n" +"When set to an empty string, the [code]address[/code] parameter passed to " +"[method create_client] is used instead." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:128 +msgid "" +"Enable or disable certificate verification when [member use_dtls] " +"[code]true[/code]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:132 +msgid "" +"Enable or disable the server feature that notifies clients of other peers' " +"connection/disconnection, and relays messages between them. When this option " +"is [code]false[/code], clients won't be automatically notified of other " +"peers and won't be able to send them packets through the server." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:135 +msgid "" +"Set the default channel to be used to transfer data. By default, this value " +"is [code]-1[/code] which means that ENet will only use 2 channels: one for " +"reliable packets, and one for unreliable packets. The channel [code]0[/code] " +"is reserved and cannot be used. Setting this member to any value between " +"[code]0[/code] and [member channel_count] (excluded) will force ENet to use " +"that channel for sending data. See [member channel_count] for more " +"information about ENet channels." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:139 +msgid "" +"When enabled, the client or server created by this peer, will use " +"[PacketPeerDTLS] instead of raw UDP sockets for communicating with the " +"remote peer. This will make the communication encrypted with DTLS at the " +"cost of higher resource usage and potentially larger packet size.\n" +"[b]Note:[/b] When creating a DTLS server, make sure you setup the key/" +"certificate pair via [method set_dtls_key] and [method " +"set_dtls_certificate]. For DTLS clients, have a look at the [member " +"dtls_verify] option, and configure the certificate accordingly via [method " +"set_dtls_certificate]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:145 +msgid "" +"No compression. This uses the most bandwidth, but has the upside of " +"requiring the fewest CPU resources. This option may also be used to make " +"network debugging using tools like Wireshark easier." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:148 +msgid "" +"ENet's built-in range encoding. Works well on small packets, but is not the " +"most efficient algorithm on packets larger than 4 KB." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:151 +msgid "" +"[url=http://fastlz.org/]FastLZ[/url] compression. This option uses less CPU " +"resources compared to [constant COMPRESS_ZLIB], at the expense of using more " +"bandwidth." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:154 +msgid "" +"[url=https://www.zlib.net/]Zlib[/url] compression. This option uses less " +"bandwidth compared to [constant COMPRESS_FASTLZ], at the expense of using " +"more CPU resources. Note that this algorithm is not very efficient on " +"packets smaller than 4 KB. Therefore, it's recommended to use other " +"compression algorithms in most cases." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:157 +msgid "[url=https://facebook.github.io/zstd/]Zstandard[/url] compression." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:4 +msgid "A high-level network interface to simplify multiplayer interactions." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:7 +msgid "" +"Manages the connection to network peers. Assigns unique IDs to each client " +"connected to the server. See also [MultiplayerAPI].\n" +"[b]Note:[/b] The high-level multiplayer API protocol is an implementation " +"detail and isn't meant to be used by non-Godot servers. It may change " +"without notice." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:12 +msgid "https://godotengine.org/asset-library/asset/537" +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:18 +msgid "" +"Returns the current state of the connection. See [enum ConnectionStatus]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:24 +msgid "" +"Returns the ID of the [NetworkedMultiplayerPeer] who sent the most recent " +"packet." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:30 +msgid "Returns the ID of this [NetworkedMultiplayerPeer]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:36 +msgid "Waits up to 1 second to receive a new network event." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:43 +msgid "" +"Sets the peer to which packets will be sent.\n" +"The [code]id[/code] can be one of: [constant TARGET_PEER_BROADCAST] to send " +"to all connected peers, [constant TARGET_PEER_SERVER] to send to the peer " +"acting as server, a valid peer ID to send to that specific peer, a negative " +"peer ID to send to all peers except that one. By default, the target peer is " +"[constant TARGET_PEER_BROADCAST]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:50 +msgid "" +"If [code]true[/code], this [NetworkedMultiplayerPeer] refuses new " +"connections." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:53 +msgid "" +"The manner in which to send packets to the [code]target_peer[/code]. See " +"[enum TransferMode]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:59 +msgid "Emitted when a connection attempt fails." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:64 +msgid "Emitted when a connection attempt succeeds." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:70 +msgid "Emitted by the server when a client connects." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:76 +msgid "Emitted by the server when a client disconnects." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:81 +msgid "Emitted by clients when the server disconnects." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:87 +msgid "" +"Packets are not acknowledged, no resend attempts are made for lost packets. " +"Packets may arrive in any order. Potentially faster than [constant " +"TRANSFER_MODE_UNRELIABLE_ORDERED]. Use for non-critical data, and always " +"consider whether the order matters." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:90 +msgid "" +"Packets are not acknowledged, no resend attempts are made for lost packets. " +"Packets are received in the order they were sent in. Potentially faster than " +"[constant TRANSFER_MODE_RELIABLE]. Use for non-critical data or data that " +"would be outdated if received late due to resend attempt(s) anyway, for " +"example movement and positional data." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:93 +msgid "" +"Packets must be received and resend attempts should be made until the " +"packets are acknowledged. Packets must be received in the order they were " +"sent in. Most reliable transfer mode, but potentially the slowest due to the " +"overhead. Use for critical data that must be transmitted and arrive in " +"order, for example an ability being triggered or a chat message. Consider " +"carefully if the information really is critical, and use sparingly." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:96 +msgid "The ongoing connection disconnected." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:99 +msgid "A connection attempt is ongoing." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:102 +msgid "The connection attempt succeeded." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:105 +msgid "Packets are sent to the server and then redistributed to other peers." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:108 +msgid "Packets are sent to the server alone." +msgstr "" + +#: doc/classes/NinePatchRect.xml:4 +msgid "" +"Scalable texture-based frame that tiles the texture's centers and sides, but " +"keeps the corners' original size. Perfect for panels and dialog boxes." +msgstr "" + +#: doc/classes/NinePatchRect.xml:7 +msgid "" +"Also known as 9-slice panels, NinePatchRect produces clean panels of any " +"size, based on a small texture. To do so, it splits the texture in a 3×3 " +"grid. When you scale the node, it tiles the texture's sides horizontally or " +"vertically, the center on both axes but it doesn't scale or tile the corners." +msgstr "" + +#: doc/classes/NinePatchRect.xml:16 +msgid "" +"Returns the size of the margin identified by the given [enum Margin] " +"constant." +msgstr "" + +#: doc/classes/NinePatchRect.xml:24 +msgid "" +"Sets the size of the margin identified by the given [enum Margin] constant " +"to [code]value[/code] in pixels." +msgstr "" + +#: doc/classes/NinePatchRect.xml:30 +msgid "" +"The stretch mode to use for horizontal stretching/tiling. See [enum " +"NinePatchRect.AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/NinePatchRect.xml:33 +msgid "" +"The stretch mode to use for vertical stretching/tiling. See [enum " +"NinePatchRect.AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/NinePatchRect.xml:36 +msgid "" +"If [code]true[/code], draw the panel's center. Else, only draw the 9-slice's " +"borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:40 +msgid "" +"The height of the 9-slice's bottom row. A margin of 16 means the 9-slice's " +"bottom corners and side will have a height of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:43 +msgid "" +"The width of the 9-slice's left column. A margin of 16 means the 9-slice's " +"left corners and side will have a width of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:46 +msgid "" +"The width of the 9-slice's right column. A margin of 16 means the 9-slice's " +"right corners and side will have a width of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:49 +msgid "" +"The height of the 9-slice's top row. A margin of 16 means the 9-slice's top " +"corners and side will have a height of 16 pixels. You can set all 4 margin " +"values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:52 +msgid "" +"Rectangular region of the texture to sample from. If you're working with an " +"atlas, use this property to define the area the 9-slice should use. All " +"other properties are relative to this one. If the rect is empty, " +"NinePatchRect will use the whole texture." +msgstr "" + +#: doc/classes/NinePatchRect.xml:55 +msgid "The node's texture resource." +msgstr "" + +#: doc/classes/NinePatchRect.xml:61 +msgid "Emitted when the node's texture changes." +msgstr "" + +#: doc/classes/NinePatchRect.xml:67 +msgid "" +"Stretches the center texture across the NinePatchRect. This may cause the " +"texture to be distorted." +msgstr "" + +#: doc/classes/NinePatchRect.xml:70 +msgid "" +"Repeats the center texture across the NinePatchRect. This won't cause any " +"visible distortion. The texture must be seamless for this to work without " +"displaying artifacts between edges.\n" +"[b]Note:[/b] Only supported when using the GLES3 renderer. When using the " +"GLES2 renderer, this will behave like [constant AXIS_STRETCH_MODE_STRETCH]." +msgstr "" + +#: doc/classes/NinePatchRect.xml:74 +msgid "" +"Repeats the center texture across the NinePatchRect, but will also stretch " +"the texture to make sure each tile is visible in full. This may cause the " +"texture to be distorted, but less than [constant AXIS_STRETCH_MODE_STRETCH]. " +"The texture must be seamless for this to work without displaying artifacts " +"between edges.\n" +"[b]Note:[/b] Only supported when using the GLES3 renderer. When using the " +"GLES2 renderer, this will behave like [constant AXIS_STRETCH_MODE_STRETCH]." +msgstr "" + +#: doc/classes/Node.xml:4 +msgid "Base class for all [i]scene[/i] objects." +msgstr "" + +#: doc/classes/Node.xml:7 +msgid "" +"Nodes are Godot's building blocks. They can be assigned as the child of " +"another node, resulting in a tree arrangement. A given node can contain any " +"number of nodes as children with the requirement that all siblings (direct " +"children of a node) should have unique names.\n" +"A tree of nodes is called a [i]scene[/i]. Scenes can be saved to the disk " +"and then instanced into other scenes. This allows for very high flexibility " +"in the architecture and data model of Godot projects.\n" +"[b]Scene tree:[/b] The [SceneTree] contains the active tree of nodes. When a " +"node is added to the scene tree, it receives the [constant " +"NOTIFICATION_ENTER_TREE] notification and its [method _enter_tree] callback " +"is triggered. Child nodes are always added [i]after[/i] their parent node, i." +"e. the [method _enter_tree] callback of a parent node will be triggered " +"before its child's.\n" +"Once all nodes have been added in the scene tree, they receive the [constant " +"NOTIFICATION_READY] notification and their respective [method _ready] " +"callbacks are triggered. For groups of nodes, the [method _ready] callback " +"is called in reverse order, starting with the children and moving up to the " +"parent nodes.\n" +"This means that when adding a node to the scene tree, the following order " +"will be used for the callbacks: [method _enter_tree] of the parent, [method " +"_enter_tree] of the children, [method _ready] of the children and finally " +"[method _ready] of the parent (recursively for the entire scene tree).\n" +"[b]Processing:[/b] Nodes can override the \"process\" state, so that they " +"receive a callback on each frame requesting them to process (do something). " +"Normal processing (callback [method _process], toggled with [method " +"set_process]) happens as fast as possible and is dependent on the frame " +"rate, so the processing time [i]delta[/i] (in seconds) is passed as an " +"argument. Physics processing (callback [method _physics_process], toggled " +"with [method set_physics_process]) happens a fixed number of times per " +"second (60 by default) and is useful for code related to the physics " +"engine.\n" +"Nodes can also process input events. When present, the [method _input] " +"function will be called for each input that the program receives. In many " +"cases, this can be overkill (unless used for simple projects), and the " +"[method _unhandled_input] function might be preferred; it is called when the " +"input event was not handled by anyone else (typically, GUI [Control] nodes), " +"ensuring that the node only receives the events that were meant for it.\n" +"To keep track of the scene hierarchy (especially when instancing scenes into " +"other scenes), an \"owner\" can be set for the node with the [member owner] " +"property. This keeps track of who instanced what. This is mostly useful when " +"writing editors and tools, though.\n" +"Finally, when a node is freed with [method Object.free] or [method " +"queue_free], it will also free all its children.\n" +"[b]Groups:[/b] Nodes can be added to as many groups as you want to be easy " +"to manage, you could create groups like \"enemies\" or \"collectables\" for " +"example, depending on your game. See [method add_to_group], [method " +"is_in_group] and [method remove_from_group]. You can then retrieve all nodes " +"in these groups, iterate them and even call methods on groups via the " +"methods on [SceneTree].\n" +"[b]Networking with nodes:[/b] After connecting to a server (or making one, " +"see [NetworkedMultiplayerENet]), it is possible to use the built-in RPC " +"(remote procedure call) system to communicate over the network. By calling " +"[method rpc] with a method name, it will be called locally and in all " +"connected peers (peers = clients and the server that accepts connections). " +"To identify which node receives the RPC call, Godot will use its [NodePath] " +"(make sure node names are the same on all peers). Also, take a look at the " +"high-level networking tutorial and corresponding demos." +msgstr "" + +#: doc/classes/Node.xml:20 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/" +"scenes_and_nodes.html" +msgstr "" + +#: doc/classes/Node.xml:21 +msgid "https://github.com/godotengine/godot-demo-projects/" +msgstr "" + +#: doc/classes/Node.xml:27 +msgid "" +"Called when the node enters the [SceneTree] (e.g. upon instancing, scene " +"changing, or after calling [method add_child] in a script). If the node has " +"children, its [method _enter_tree] callback will be called first, and then " +"that of the children.\n" +"Corresponds to the [constant NOTIFICATION_ENTER_TREE] notification in " +"[method Object._notification]." +msgstr "" + +#: doc/classes/Node.xml:34 +msgid "" +"Called when the node is about to leave the [SceneTree] (e.g. upon freeing, " +"scene changing, or after calling [method remove_child] in a script). If the " +"node has children, its [method _exit_tree] callback will be called last, " +"after all its children have left the tree.\n" +"Corresponds to the [constant NOTIFICATION_EXIT_TREE] notification in [method " +"Object._notification] and signal [signal tree_exiting]. To get notified when " +"the node has already left the active tree, connect to the [signal " +"tree_exited]." +msgstr "" + +#: doc/classes/Node.xml:41 +msgid "" +"The string returned from this method is displayed as a warning in the Scene " +"Dock if the script that overrides it is a [code]tool[/code] script.\n" +"Returning an empty string produces no warning.\n" +"Call [method update_configuration_warning] when the warning needs to be " +"updated for this node." +msgstr "" + +#: doc/classes/Node.xml:50 +msgid "" +"Called when there is an input event. The input event propagates up through " +"the node tree until a node consumes it.\n" +"It is only called if input processing is enabled, which is done " +"automatically if this method is overridden, and can be toggled with [method " +"set_process_input].\n" +"To consume the input event and stop it propagating further to other nodes, " +"[method SceneTree.set_input_as_handled] can be called.\n" +"For gameplay input, [method _unhandled_input] and [method " +"_unhandled_key_input] are usually a better fit as they allow the GUI to " +"intercept the events first.\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:61 +msgid "" +"Called during the physics processing step of the main loop. Physics " +"processing means that the frame rate is synced to the physics, i.e. the " +"[code]delta[/code] variable should be constant. [code]delta[/code] is in " +"seconds.\n" +"It is only called if physics processing is enabled, which is done " +"automatically if this method is overridden, and can be toggled with [method " +"set_physics_process].\n" +"Corresponds to the [constant NOTIFICATION_PHYSICS_PROCESS] notification in " +"[method Object._notification].\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:71 +msgid "" +"Called during the processing step of the main loop. Processing happens at " +"every frame and as fast as possible, so the [code]delta[/code] time since " +"the previous frame is not constant. [code]delta[/code] is in seconds.\n" +"It is only called if processing is enabled, which is done automatically if " +"this method is overridden, and can be toggled with [method set_process].\n" +"Corresponds to the [constant NOTIFICATION_PROCESS] notification in [method " +"Object._notification].\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:80 +msgid "" +"Called when the node is \"ready\", i.e. when both the node and its children " +"have entered the scene tree. If the node has children, their [method _ready] " +"callbacks get triggered first, and the parent node will receive the ready " +"notification afterwards.\n" +"Corresponds to the [constant NOTIFICATION_READY] notification in [method " +"Object._notification]. See also the [code]onready[/code] keyword for " +"variables.\n" +"Usually used for initialization. For even earlier initialization, [method " +"Object._init] may be used. See also [method _enter_tree].\n" +"[b]Note:[/b] [method _ready] may be called only once for each node. After " +"removing a node from the scene tree and adding again, [code]_ready[/code] " +"will not be called for the second time. This can be bypassed with requesting " +"another call with [method request_ready], which may be called anywhere " +"before adding the node again." +msgstr "" + +#: doc/classes/Node.xml:90 +msgid "" +"Called when an [InputEvent] hasn't been consumed by [method _input] or any " +"GUI. The input event propagates up through the node tree until a node " +"consumes it.\n" +"It is only called if unhandled input processing is enabled, which is done " +"automatically if this method is overridden, and can be toggled with [method " +"set_process_unhandled_input].\n" +"To consume the input event and stop it propagating further to other nodes, " +"[method SceneTree.set_input_as_handled] can be called.\n" +"For gameplay input, this and [method _unhandled_key_input] are usually a " +"better fit than [method _input] as they allow the GUI to intercept the " +"events first.\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:101 +msgid "" +"Called when an [InputEventKey] hasn't been consumed by [method _input] or " +"any GUI. The input event propagates up through the node tree until a node " +"consumes it.\n" +"It is only called if unhandled key input processing is enabled, which is " +"done automatically if this method is overridden, and can be toggled with " +"[method set_process_unhandled_key_input].\n" +"To consume the input event and stop it propagating further to other nodes, " +"[method SceneTree.set_input_as_handled] can be called.\n" +"For gameplay input, this and [method _unhandled_input] are usually a better " +"fit than [method _input] as they allow the GUI to intercept the events " +"first.\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:113 +msgid "" +"Adds a child node. Nodes can have any number of children, but every child " +"must have a unique name. Child nodes are automatically deleted when the " +"parent node is deleted, so an entire scene can be removed by deleting its " +"topmost node.\n" +"If [code]legible_unique_name[/code] is [code]true[/code], the child node " +"will have a human-readable name based on the name of the node being " +"instanced instead of its type.\n" +"[b]Note:[/b] If the child node already has a parent, the function will fail. " +"Use [method remove_child] first to remove the node from its current parent. " +"For example:\n" +"[codeblock]\n" +"if child_node.get_parent():\n" +" child_node.get_parent().remove_child(child_node)\n" +"add_child(child_node)\n" +"[/codeblock]\n" +"[b]Note:[/b] If you want a child to be persisted to a [PackedScene], you " +"must set [member owner] in addition to calling [method add_child]. This is " +"typically relevant for [url=https://godot.readthedocs.io/en/3.2/tutorials/" +"misc/running_code_in_the_editor.html]tool scripts[/url] and [url=https://" +"godot.readthedocs.io/en/latest/tutorials/plugins/editor/index.html]editor " +"plugins[/url]. If [method add_child] is called without setting [member " +"owner], the newly added [Node] will not be visible in the scene tree, though " +"it will be visible in the 2D/3D view." +msgstr "" + +#: doc/classes/Node.xml:130 +msgid "" +"Adds [code]child_node[/code] as a child. The child is placed below the given " +"[code]node[/code] in the list of children.\n" +"If [code]legible_unique_name[/code] is [code]true[/code], the child node " +"will have a human-readable name based on the name of the node being " +"instanced instead of its type." +msgstr "" + +#: doc/classes/Node.xml:139 +msgid "" +"Adds the node to a group. Groups are helpers to name and organize a subset " +"of nodes, for example \"enemies\" or \"collectables\". A node can be in any " +"number of groups. Nodes can be assigned a group at any time, but will not be " +"added until they are inside the scene tree (see [method is_inside_tree]). " +"See notes in the description, and the group methods in [SceneTree].\n" +"The [code]persistent[/code] option is used when packing node to " +"[PackedScene] and saving to file. Non-persistent groups aren't stored.\n" +"[b]Note:[/b] For performance reasons, the order of node groups is [i]not[/i] " +"guaranteed. The order of node groups should not be relied upon as it can " +"vary across project runs." +msgstr "" + +#: doc/classes/Node.xml:147 +msgid "" +"Returns [code]true[/code] if the node can process while the scene tree is " +"paused (see [member pause_mode]). Always returns [code]true[/code] if the " +"scene tree is not paused, and [code]false[/code] if the node is not in the " +"tree." +msgstr "" + +#: doc/classes/Node.xml:154 +msgid "" +"Duplicates the node, returning a new node.\n" +"You can fine-tune the behavior using the [code]flags[/code] (see [enum " +"DuplicateFlags]).\n" +"[b]Note:[/b] It will not work properly if the node contains a script with " +"constructor arguments (i.e. needs to supply arguments to [method Object." +"_init] method). In that case, the node will be duplicated without a script." +msgstr "" + +#: doc/classes/Node.xml:165 +msgid "" +"Finds a descendant of this node whose name matches [code]mask[/code] as in " +"[method String.match] (i.e. case-sensitive, but [code]\"*\"[/code] matches " +"zero or more characters and [code]\"?\"[/code] matches any single character " +"except [code]\".\"[/code]).\n" +"[b]Note:[/b] It does not match against the full path, just against " +"individual node names.\n" +"If [code]owned[/code] is [code]true[/code], this method only finds nodes " +"whose owner is this node. This is especially important for scenes " +"instantiated through a script, because those scenes don't have an owner.\n" +"[b]Note:[/b] As this method walks through all the descendants of the node, " +"it is the slowest way to get a reference to another node. Whenever possible, " +"consider using [method get_node] instead. To avoid using [method find_node] " +"too often, consider caching the node reference into a variable." +msgstr "" + +#: doc/classes/Node.xml:175 +msgid "" +"Finds the first parent of the current node whose name matches [code]mask[/" +"code] as in [method String.match] (i.e. case-sensitive, but [code]\"*\"[/" +"code] matches zero or more characters and [code]\"?\"[/code] matches any " +"single character except [code]\".\"[/code]).\n" +"[b]Note:[/b] It does not match against the full path, just against " +"individual node names.\n" +"[b]Note:[/b] As this method walks upwards in the scene tree, it can be slow " +"in large, deeply nested scene trees. Whenever possible, consider using " +"[method get_node] instead. To avoid using [method find_parent] too often, " +"consider caching the node reference into a variable." +msgstr "" + +#: doc/classes/Node.xml:184 +msgid "" +"Returns a child node by its index (see [method get_child_count]). This " +"method is often used for iterating all children of a node.\n" +"To access a child node via its name, use [method get_node]." +msgstr "" + +#: doc/classes/Node.xml:191 +msgid "Returns the number of child nodes." +msgstr "" + +#: doc/classes/Node.xml:197 +msgid "Returns an array of references to node's children." +msgstr "" + +#: doc/classes/Node.xml:203 +msgid "" +"Returns an array listing the groups that the node is a member of.\n" +"[b]Note:[/b] For performance reasons, the order of node groups is [i]not[/i] " +"guaranteed. The order of node groups should not be relied upon as it can " +"vary across project runs." +msgstr "" + +#: doc/classes/Node.xml:210 +msgid "" +"Returns the node's index, i.e. its position among the siblings of its parent." +msgstr "" + +#: doc/classes/Node.xml:216 +msgid "" +"Returns the peer ID of the network master for this node. See [method " +"set_network_master]." +msgstr "" + +#: doc/classes/Node.xml:223 +msgid "" +"Fetches a node. The [NodePath] can be either a relative path (from the " +"current node) or an absolute path (in the scene tree) to a node. If the path " +"does not exist, a [code]null instance[/code] is returned and an error is " +"logged. Attempts to access methods on the return value will result in an " +"\"Attempt to call on a null instance.\" error.\n" +"[b]Note:[/b] Fetching absolute paths only works when the node is inside the " +"scene tree (see [method is_inside_tree]).\n" +"[b]Example:[/b] Assume your current node is Character and the following " +"tree:\n" +"[codeblock]\n" +"/root\n" +"/root/Character\n" +"/root/Character/Sword\n" +"/root/Character/Backpack/Dagger\n" +"/root/MyGame\n" +"/root/Swamp/Alligator\n" +"/root/Swamp/Mosquito\n" +"/root/Swamp/Goblin\n" +"[/codeblock]\n" +"Possible paths are:\n" +"[codeblock]\n" +"get_node(\"Sword\")\n" +"get_node(\"Backpack/Dagger\")\n" +"get_node(\"../Swamp/Alligator\")\n" +"get_node(\"/root/MyGame\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:249 +msgid "" +"Fetches a node and one of its resources as specified by the [NodePath]'s " +"subname (e.g. [code]Area2D/CollisionShape2D:shape[/code]). If several nested " +"resources are specified in the [NodePath], the last one will be fetched.\n" +"The return value is an array of size 3: the first index points to the [Node] " +"(or [code]null[/code] if not found), the second index points to the " +"[Resource] (or [code]null[/code] if not found), and the third index is the " +"remaining [NodePath], if any.\n" +"For example, assuming that [code]Area2D/CollisionShape2D[/code] is a valid " +"node and that its [code]shape[/code] property has been assigned a " +"[RectangleShape2D] resource, one could have this kind of output:\n" +"[codeblock]\n" +"print(get_node_and_resource(\"Area2D/CollisionShape2D\")) # " +"[[CollisionShape2D:1161], Null, ]\n" +"print(get_node_and_resource(\"Area2D/CollisionShape2D:shape\")) # " +"[[CollisionShape2D:1161], [RectangleShape2D:1156], ]\n" +"print(get_node_and_resource(\"Area2D/CollisionShape2D:shape:extents\")) # " +"[[CollisionShape2D:1161], [RectangleShape2D:1156], :extents]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:263 +msgid "" +"Similar to [method get_node], but does not log an error if [code]path[/code] " +"does not point to a valid [Node]." +msgstr "" + +#: doc/classes/Node.xml:269 +msgid "" +"Returns the parent node of the current node, or a [code]null instance[/code] " +"if the node lacks a parent." +msgstr "" + +#: doc/classes/Node.xml:275 +msgid "" +"Returns the absolute path of the current node. This only works if the " +"current node is inside the scene tree (see [method is_inside_tree])." +msgstr "" + +#: doc/classes/Node.xml:282 +msgid "" +"Returns the relative [NodePath] from this node to the specified [code]node[/" +"code]. Both nodes must be in the same scene or the function will fail." +msgstr "" + +#: doc/classes/Node.xml:288 +msgid "" +"Returns the time elapsed (in seconds) since the last physics-bound frame " +"(see [method _physics_process]). This is always a constant value in physics " +"processing unless the frames per second is changed via [member Engine." +"iterations_per_second]." +msgstr "" + +#: doc/classes/Node.xml:294 +msgid "" +"Returns the node's order in the scene tree branch. For example, if called on " +"the first child node the position is [code]0[/code]." +msgstr "" + +#: doc/classes/Node.xml:300 +msgid "" +"Returns the time elapsed (in seconds) since the last process callback. This " +"value may vary from frame to frame." +msgstr "" + +#: doc/classes/Node.xml:306 +msgid "" +"Returns [code]true[/code] if this is an instance load placeholder. See " +"[InstancePlaceholder]." +msgstr "" + +#: doc/classes/Node.xml:312 +msgid "Returns the [SceneTree] that contains this node." +msgstr "" + +#: doc/classes/Node.xml:318 +msgid "Returns the node's [Viewport]." +msgstr "" + +#: doc/classes/Node.xml:325 +msgid "" +"Returns [code]true[/code] if the node that the [NodePath] points to exists." +msgstr "" + +#: doc/classes/Node.xml:332 +msgid "" +"Returns [code]true[/code] if the [NodePath] points to a valid node and its " +"subname points to a valid resource, e.g. [code]Area2D/CollisionShape2D:" +"shape[/code]. Properties with a non-[Resource] type (e.g. nodes or primitive " +"math types) are not considered resources." +msgstr "" + +#: doc/classes/Node.xml:339 +msgid "" +"Returns [code]true[/code] if the given node is a direct or indirect child of " +"the current node." +msgstr "" + +#: doc/classes/Node.xml:345 +msgid "" +"Returns [code]true[/code] if the node is folded (collapsed) in the Scene " +"dock." +msgstr "" + +#: doc/classes/Node.xml:352 +msgid "" +"Returns [code]true[/code] if the given node occurs later in the scene " +"hierarchy than the current node." +msgstr "" + +#: doc/classes/Node.xml:359 +msgid "" +"Returns [code]true[/code] if this node is in the specified group. See notes " +"in the description, and the group methods in [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:365 +msgid "" +"Returns [code]true[/code] if this node is currently inside a [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:371 +msgid "" +"Returns [code]true[/code] if the local system is the master of this node." +msgstr "" + +#: doc/classes/Node.xml:377 +msgid "" +"Returns [code]true[/code] if physics processing is enabled (see [method " +"set_physics_process])." +msgstr "" + +#: doc/classes/Node.xml:383 +msgid "" +"Returns [code]true[/code] if internal physics processing is enabled (see " +"[method set_physics_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:389 +msgid "" +"Returns [code]true[/code] if processing is enabled (see [method " +"set_process])." +msgstr "" + +#: doc/classes/Node.xml:395 +msgid "" +"Returns [code]true[/code] if the node is processing input (see [method " +"set_process_input])." +msgstr "" + +#: doc/classes/Node.xml:401 +msgid "" +"Returns [code]true[/code] if internal processing is enabled (see [method " +"set_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:407 +msgid "" +"Returns [code]true[/code] if the node is processing unhandled input (see " +"[method set_process_unhandled_input])." +msgstr "" + +#: doc/classes/Node.xml:413 +msgid "" +"Returns [code]true[/code] if the node is processing unhandled key input (see " +"[method set_process_unhandled_key_input])." +msgstr "" + +#: doc/classes/Node.xml:421 +msgid "" +"Moves a child node to a different position (order) among the other children. " +"Since calls, signals, etc are performed by tree order, changing the order of " +"children nodes may be useful." +msgstr "" + +#: doc/classes/Node.xml:427 +msgid "" +"Prints all stray nodes (nodes outside the [SceneTree]). Used for debugging. " +"Works only in debug builds." +msgstr "" + +#: doc/classes/Node.xml:433 +msgid "" +"Prints the tree to stdout. Used mainly for debugging purposes. This version " +"displays the path relative to the current node, and is good for copy/pasting " +"into the [method get_node] function.\n" +"[b]Example output:[/b]\n" +"[codeblock]\n" +"TheGame\n" +"TheGame/Menu\n" +"TheGame/Menu/Label\n" +"TheGame/Menu/Camera2D\n" +"TheGame/SplashScreen\n" +"TheGame/SplashScreen/Camera2D\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:448 +msgid "" +"Similar to [method print_tree], this prints the tree to stdout. This version " +"displays a more graphical representation similar to what is displayed in the " +"scene inspector. It is useful for inspecting larger trees.\n" +"[b]Example output:[/b]\n" +"[codeblock]\n" +" ┖╴TheGame\n" +" ┠╴Menu\n" +" ┃ ┠╴Label\n" +" ┃ ┖╴Camera2D\n" +" ┖╴SplashScreen\n" +" ┖╴Camera2D\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:466 +msgid "" +"Calls the given method (if present) with the arguments given in [code]args[/" +"code] on this node and recursively on all its children. If the " +"[code]parent_first[/code] argument is [code]true[/code], the method will be " +"called on the current node first, then on all its children. If " +"[code]parent_first[/code] is [code]false[/code], the children will be called " +"first." +msgstr "" + +#: doc/classes/Node.xml:473 +msgid "" +"Notifies the current node and all its children recursively by calling " +"[method Object.notification] on all of them." +msgstr "" + +#: doc/classes/Node.xml:479 +msgid "" +"Queues a node for deletion at the end of the current frame. When deleted, " +"all of its child nodes will be deleted as well. This method ensures it's " +"safe to delete the node, contrary to [method Object.free]. Use [method " +"Object.is_queued_for_deletion] to check whether a node will be deleted at " +"the end of the frame.\n" +"[b]Important:[/b] If you have a variable pointing to a node, it will [i]not[/" +"i] be assigned to [code]null[/code] once the node is freed. Instead, it will " +"point to a [i]previously freed instance[/i] and you should validate it with " +"[method @GDScript.is_instance_valid] before attempting to call its methods " +"or access its properties." +msgstr "" + +#: doc/classes/Node.xml:486 +msgid "" +"Moves this node to the bottom of parent node's children hierarchy. This is " +"often useful in GUIs ([Control] nodes), because their order of drawing " +"depends on their order in the tree. The top Node is drawn first, then any " +"siblings below the top Node in the hierarchy are successively drawn on top " +"of it. After using [code]raise[/code], a Control will be drawn on top of its " +"siblings." +msgstr "" + +#: doc/classes/Node.xml:492 +msgid "" +"Removes a node and sets all its children as children of the parent node (if " +"it exists). All event subscriptions that pass by the removed node will be " +"unsubscribed." +msgstr "" + +#: doc/classes/Node.xml:499 +msgid "" +"Removes a child node. The node is NOT deleted and must be deleted manually.\n" +"[b]Note:[/b] This function may set the [member owner] of the removed Node " +"(or its descendants) to be [code]null[/code], if that [member owner] is no " +"longer a parent or ancestor." +msgstr "" + +#: doc/classes/Node.xml:507 +msgid "" +"Removes a node from a group. See notes in the description, and the group " +"methods in [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:515 +msgid "" +"Replaces a node in a scene by the given one. Subscriptions that pass through " +"this node will be lost." +msgstr "" + +#: doc/classes/Node.xml:521 +msgid "" +"Requests that [code]_ready[/code] be called again. Note that the method " +"won't be called immediately, but is scheduled for when the node is added to " +"the scene tree again (see [method _ready]). [code]_ready[/code] is called " +"only for the node which requested it, which means that you need to request " +"ready for each child if you want them to call [code]_ready[/code] too (in " +"which case, [code]_ready[/code] will be called in the same order as it would " +"normally)." +msgstr "" + +#: doc/classes/Node.xml:528 +msgid "" +"Sends a remote procedure call request for the given [code]method[/code] to " +"peers on the network (and locally), optionally sending all additional " +"arguments as arguments to the method called by the RPC. The call request " +"will only be received by nodes with the same [NodePath], including the exact " +"same node name. Behaviour depends on the RPC configuration for the given " +"method, see [method rpc_config]. Methods are not exposed to RPCs by default. " +"See also [method rset] and [method rset_config] for properties. Returns an " +"empty [Variant].\n" +"[b]Note:[/b] You can only safely use RPCs on clients after you received the " +"[code]connected_to_server[/code] signal from the [SceneTree]. You also need " +"to keep track of the connection state, either by the [SceneTree] signals " +"like [code]server_disconnected[/code] or by checking [code]SceneTree." +"network_peer.get_connection_status() == CONNECTION_CONNECTED[/code]." +msgstr "" + +#: doc/classes/Node.xml:537 +msgid "" +"Changes the RPC mode for the given [code]method[/code] to the given " +"[code]mode[/code]. See [enum MultiplayerAPI.RPCMode]. An alternative is " +"annotating methods and properties with the corresponding keywords " +"([code]remote[/code], [code]master[/code], [code]puppet[/code], " +"[code]remotesync[/code], [code]mastersync[/code], [code]puppetsync[/code]). " +"By default, methods are not exposed to networking (and RPCs). See also " +"[method rset] and [method rset_config] for properties." +msgstr "" + +#: doc/classes/Node.xml:545 +msgid "" +"Sends a [method rpc] to a specific peer identified by [code]peer_id[/code] " +"(see [method NetworkedMultiplayerPeer.set_target_peer]). Returns an empty " +"[Variant]." +msgstr "" + +#: doc/classes/Node.xml:552 +msgid "" +"Sends a [method rpc] using an unreliable protocol. Returns an empty " +"[Variant]." +msgstr "" + +#: doc/classes/Node.xml:560 +msgid "" +"Sends a [method rpc] to a specific peer identified by [code]peer_id[/code] " +"using an unreliable protocol (see [method NetworkedMultiplayerPeer." +"set_target_peer]). Returns an empty [Variant]." +msgstr "" + +#: doc/classes/Node.xml:568 +msgid "" +"Remotely changes a property's value on other peers (and locally). Behaviour " +"depends on the RPC configuration for the given property, see [method " +"rset_config]. See also [method rpc] for RPCs for methods, most information " +"applies to this method as well." +msgstr "" + +#: doc/classes/Node.xml:576 +msgid "" +"Changes the RPC mode for the given [code]property[/code] to the given " +"[code]mode[/code]. See [enum MultiplayerAPI.RPCMode]. An alternative is " +"annotating methods and properties with the corresponding keywords " +"([code]remote[/code], [code]master[/code], [code]puppet[/code], " +"[code]remotesync[/code], [code]mastersync[/code], [code]puppetsync[/code]). " +"By default, properties are not exposed to networking (and RPCs). See also " +"[method rpc] and [method rpc_config] for methods." +msgstr "" + +#: doc/classes/Node.xml:585 +msgid "" +"Remotely changes the property's value on a specific peer identified by " +"[code]peer_id[/code] (see [method NetworkedMultiplayerPeer.set_target_peer])." +msgstr "" + +#: doc/classes/Node.xml:593 +msgid "" +"Remotely changes the property's value on other peers (and locally) using an " +"unreliable protocol." +msgstr "" + +#: doc/classes/Node.xml:602 +msgid "" +"Remotely changes property's value on a specific peer identified by " +"[code]peer_id[/code] using an unreliable protocol (see [method " +"NetworkedMultiplayerPeer.set_target_peer])." +msgstr "" + +#: doc/classes/Node.xml:609 +msgid "Sets the folded state of the node in the Scene dock." +msgstr "" + +#: doc/classes/Node.xml:617 +msgid "" +"Sets the node's network master to the peer with the given peer ID. The " +"network master is the peer that has authority over the node on the network. " +"Useful in conjunction with the [code]master[/code] and [code]puppet[/code] " +"keywords. Inherited from the parent node by default, which ultimately " +"defaults to peer ID 1 (the server). If [code]recursive[/code], the given " +"peer is recursively set as the master for all children of this node." +msgstr "" + +#: doc/classes/Node.xml:624 +msgid "" +"Enables or disables physics (i.e. fixed framerate) processing. When a node " +"is being processed, it will receive a [constant " +"NOTIFICATION_PHYSICS_PROCESS] at a fixed (usually 60 FPS, see [member Engine." +"iterations_per_second] to change) interval (and the [method " +"_physics_process] callback will be called if exists). Enabled automatically " +"if [method _physics_process] is overridden. Any calls to this before [method " +"_ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:631 +msgid "" +"Enables or disables internal physics for this node. Internal physics " +"processing happens in isolation from the normal [method _physics_process] " +"calls and is used by some nodes internally to guarantee proper functioning " +"even if the node is paused or physics processing is disabled for scripting " +"([method set_physics_process]). Only useful for advanced uses to manipulate " +"built-in nodes' behavior.\n" +"[b]Warning:[/b] Built-in Nodes rely on the internal processing for their own " +"logic, so changing this value from your code may lead to unexpected " +"behavior. Script access to this internal logic is provided for specific " +"advanced uses, but is unsafe and not supported." +msgstr "" + +#: doc/classes/Node.xml:639 +msgid "" +"Enables or disables processing. When a node is being processed, it will " +"receive a [constant NOTIFICATION_PROCESS] on every drawn frame (and the " +"[method _process] callback will be called if exists). Enabled automatically " +"if [method _process] is overridden. Any calls to this before [method _ready] " +"will be ignored." +msgstr "" + +#: doc/classes/Node.xml:646 +msgid "" +"Enables or disables input processing. This is not required for GUI controls! " +"Enabled automatically if [method _input] is overridden. Any calls to this " +"before [method _ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:653 +msgid "" +"Enables or disabled internal processing for this node. Internal processing " +"happens in isolation from the normal [method _process] calls and is used by " +"some nodes internally to guarantee proper functioning even if the node is " +"paused or processing is disabled for scripting ([method set_process]). Only " +"useful for advanced uses to manipulate built-in nodes' behavior.\n" +"[b]Warning:[/b] Built-in Nodes rely on the internal processing for their own " +"logic, so changing this value from your code may lead to unexpected " +"behavior. Script access to this internal logic is provided for specific " +"advanced uses, but is unsafe and not supported." +msgstr "" + +#: doc/classes/Node.xml:661 +msgid "" +"Enables unhandled input processing. This is not required for GUI controls! " +"It enables the node to receive all input that was not previously handled " +"(usually by a [Control]). Enabled automatically if [method _unhandled_input] " +"is overridden. Any calls to this before [method _ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:668 +msgid "" +"Enables unhandled key input processing. Enabled automatically if [method " +"_unhandled_key_input] is overridden. Any calls to this before [method " +"_ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:675 +msgid "" +"Sets whether this is an instance load placeholder. See [InstancePlaceholder]." +msgstr "" + +#: doc/classes/Node.xml:681 +msgid "" +"Updates the warning displayed for this node in the Scene Dock.\n" +"Use [method _get_configuration_warning] to setup the warning message to " +"display." +msgstr "" + +#: doc/classes/Node.xml:688 +msgid "" +"The override to the default [MultiplayerAPI]. Set to [code]null[/code] to " +"use the default [SceneTree] one." +msgstr "" + +#: doc/classes/Node.xml:691 +msgid "" +"If a scene is instantiated from a file, its topmost node contains the " +"absolute file path from which it was loaded in [member filename] (e.g. " +"[code]res://levels/1.tscn[/code]). Otherwise, [member filename] is set to an " +"empty string." +msgstr "" + +#: doc/classes/Node.xml:694 +msgid "" +"The [MultiplayerAPI] instance associated with this node. Either the [member " +"custom_multiplayer], or the default SceneTree one (if inside tree)." +msgstr "" + +#: doc/classes/Node.xml:697 +msgid "" +"The name of the node. This name is unique among the siblings (other child " +"nodes from the same parent). When set to an existing name, the node will be " +"automatically renamed.\n" +"[b]Note:[/b] Auto-generated names might include the [code]@[/code] " +"character, which is reserved for unique names when using [method add_child]. " +"When setting the name manually, any [code]@[/code] will be removed." +msgstr "" + +#: doc/classes/Node.xml:701 +msgid "" +"The node owner. A node can have any other node as owner (as long as it is a " +"valid parent, grandparent, etc. ascending in the tree). When saving a node " +"(using [PackedScene]), all the nodes it owns will be saved with it. This " +"allows for the creation of complex [SceneTree]s, with instancing and " +"subinstancing." +msgstr "" + +#: doc/classes/Node.xml:704 +msgid "Pause mode. How the node will behave if the [SceneTree] is paused." +msgstr "" + +#: doc/classes/Node.xml:707 +msgid "" +"The node's priority in the execution order of the enabled processing " +"callbacks (i.e. [constant NOTIFICATION_PROCESS], [constant " +"NOTIFICATION_PHYSICS_PROCESS] and their internal counterparts). Nodes whose " +"process priority value is [i]lower[/i] will have their processing callbacks " +"executed first." +msgstr "" + +#: doc/classes/Node.xml:713 +msgid "Emitted when the node is ready." +msgstr "" + +#: doc/classes/Node.xml:718 +msgid "Emitted when the node is renamed." +msgstr "" + +#: doc/classes/Node.xml:723 +msgid "Emitted when the node enters the tree." +msgstr "" + +#: doc/classes/Node.xml:728 +msgid "Emitted after the node exits the tree and is no longer active." +msgstr "" + +#: doc/classes/Node.xml:733 +msgid "" +"Emitted when the node is still active but about to exit the tree. This is " +"the right place for de-initialization (or a \"destructor\", if you will)." +msgstr "" + +#: doc/classes/Node.xml:739 +msgid "Notification received when the node enters a [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:742 +msgid "Notification received when the node is about to exit a [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:745 +msgid "Notification received when the node is moved in the parent." +msgstr "" + +#: doc/classes/Node.xml:748 +msgid "Notification received when the node is ready. See [method _ready]." +msgstr "" + +#: doc/classes/Node.xml:751 +msgid "Notification received when the node is paused." +msgstr "" + +#: doc/classes/Node.xml:754 +msgid "Notification received when the node is unpaused." +msgstr "" + +#: doc/classes/Node.xml:757 +msgid "" +"Notification received every frame when the physics process flag is set (see " +"[method set_physics_process])." +msgstr "" + +#: doc/classes/Node.xml:760 +msgid "" +"Notification received every frame when the process flag is set (see [method " +"set_process])." +msgstr "" + +#: doc/classes/Node.xml:763 +msgid "" +"Notification received when a node is set as a child of another node.\n" +"[b]Note:[/b] This doesn't mean that a node entered the [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:767 +msgid "" +"Notification received when a node is unparented (parent removed it from the " +"list of children)." +msgstr "" + +#: doc/classes/Node.xml:770 +msgid "Notification received when the node is instanced." +msgstr "" + +#: doc/classes/Node.xml:773 +msgid "Notification received when a drag begins." +msgstr "" + +#: doc/classes/Node.xml:776 +msgid "Notification received when a drag ends." +msgstr "" + +#: doc/classes/Node.xml:779 +msgid "Notification received when the node's [NodePath] changed." +msgstr "" + +#: doc/classes/Node.xml:782 +msgid "" +"Notification received every frame when the internal process flag is set (see " +"[method set_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:785 +msgid "" +"Notification received every frame when the internal physics process flag is " +"set (see [method set_physics_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:788 +msgid "" +"Notification received when the node is ready, just before [constant " +"NOTIFICATION_READY] is received. Unlike the latter, it's sent every time the " +"node enters tree, instead of only once." +msgstr "" + +#: doc/classes/Node.xml:846 +msgid "" +"Inherits pause mode from the node's parent. For the root node, it is " +"equivalent to [constant PAUSE_MODE_STOP]. Default." +msgstr "" + +#: doc/classes/Node.xml:849 +msgid "Stops processing when the [SceneTree] is paused." +msgstr "" + +#: doc/classes/Node.xml:852 +msgid "Continue to process regardless of the [SceneTree] pause state." +msgstr "" + +#: doc/classes/Node.xml:855 +msgid "Duplicate the node's signals." +msgstr "" + +#: doc/classes/Node.xml:858 +msgid "Duplicate the node's groups." +msgstr "" + +#: doc/classes/Node.xml:861 +msgid "Duplicate the node's scripts." +msgstr "" + +#: doc/classes/Node.xml:864 +msgid "" +"Duplicate using instancing.\n" +"An instance stays linked to the original so when the original changes, the " +"instance changes too." +msgstr "" + +#: doc/classes/Node2D.xml:4 +msgid "" +"A 2D game object, inherited by all 2D-related nodes. Has a position, " +"rotation, scale, and Z index." +msgstr "" + +#: doc/classes/Node2D.xml:7 +msgid "" +"A 2D game object, with a transform (position, rotation, and scale). All 2D " +"nodes, including physics objects and sprites, inherit from Node2D. Use " +"Node2D as a parent node to move, scale and rotate children in a 2D project. " +"Also gives control of the node's render order." +msgstr "" + +#: doc/classes/Node2D.xml:11 doc/classes/Vector2.xml:16 +msgid "https://github.com/godotengine/godot-demo-projects/tree/master/2d" +msgstr "" + +#: doc/classes/Node2D.xml:18 +msgid "Multiplies the current scale by the [code]ratio[/code] vector." +msgstr "" + +#: doc/classes/Node2D.xml:25 +msgid "" +"Returns the angle between the node and the [code]point[/code] in radians.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"node2d_get_angle_to.png]Illustration of the returned angle.[/url]" +msgstr "" + +#: doc/classes/Node2D.xml:33 +msgid "Returns the [Transform2D] relative to this node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:40 +msgid "Adds the [code]offset[/code] vector to the node's global position." +msgstr "" + +#: doc/classes/Node2D.xml:47 +msgid "" +"Rotates the node so it points towards the [code]point[/code], which is " +"expected to use global coordinates." +msgstr "" + +#: doc/classes/Node2D.xml:55 +msgid "" +"Applies a local translation on the node's X axis based on the [method Node." +"_process]'s [code]delta[/code]. If [code]scaled[/code] is [code]false[/" +"code], normalizes the movement." +msgstr "" + +#: doc/classes/Node2D.xml:63 +msgid "" +"Applies a local translation on the node's Y axis based on the [method Node." +"_process]'s [code]delta[/code]. If [code]scaled[/code] is [code]false[/" +"code], normalizes the movement." +msgstr "" + +#: doc/classes/Node2D.xml:70 +msgid "" +"Applies a rotation to the node, in radians, starting from its current " +"rotation." +msgstr "" + +#: doc/classes/Node2D.xml:77 +msgid "" +"Transforms the provided local position into a position in global coordinate " +"space. The input is expected to be local relative to the [Node2D] it is " +"called on. e.g. Applying this method to the positions of child nodes will " +"correctly transform their positions into the global coordinate space, but " +"applying it to a node's own position will give an incorrect result, as it " +"will incorporate the node's own transformation into its global position." +msgstr "" + +#: doc/classes/Node2D.xml:84 +msgid "" +"Transforms the provided global position into a position in local coordinate " +"space. The output will be local relative to the [Node2D] it is called on. e." +"g. It is appropriate for determining the positions of child nodes, but it is " +"not appropriate for determining its own position relative to its parent." +msgstr "" + +#: doc/classes/Node2D.xml:91 +msgid "" +"Translates the node by the given [code]offset[/code] in local coordinates." +msgstr "" + +#: doc/classes/Node2D.xml:97 +msgid "Global position." +msgstr "" + +#: doc/classes/Node2D.xml:100 +msgid "Global rotation in radians." +msgstr "" + +#: doc/classes/Node2D.xml:103 +msgid "Global rotation in degrees." +msgstr "" + +#: doc/classes/Node2D.xml:106 +msgid "Global scale." +msgstr "" + +#: doc/classes/Node2D.xml:109 +msgid "Global [Transform2D]." +msgstr "" + +#: doc/classes/Node2D.xml:112 +msgid "Position, relative to the node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:115 +msgid "Rotation in radians, relative to the node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:118 +msgid "Rotation in degrees, relative to the node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:121 +msgid "The node's scale. Unscaled value: [code](1, 1)[/code]." +msgstr "" + +#: doc/classes/Node2D.xml:124 +msgid "Local [Transform2D]." +msgstr "" + +#: doc/classes/Node2D.xml:127 +msgid "" +"If [code]true[/code], the node's Z index is relative to its parent's Z " +"index. If this node's Z index is 2 and its parent's effective Z index is 3, " +"then this node's effective Z index will be 2 + 3 = 5." +msgstr "" + +#: doc/classes/Node2D.xml:130 +msgid "" +"Z index. Controls the order in which the nodes render. A node with a higher " +"Z index will display in front of others. Must be between [constant " +"VisualServer.CANVAS_ITEM_Z_MIN] and [constant VisualServer." +"CANVAS_ITEM_Z_MAX] (inclusive)." +msgstr "" + +#: doc/classes/NodePath.xml:4 +msgid "Pre-parsed scene tree path." +msgstr "" + +#: doc/classes/NodePath.xml:7 +msgid "" +"A pre-parsed relative or absolute path in a scene tree, for use with [method " +"Node.get_node] and similar functions. It can reference a node, a resource " +"within a node, or a property of a node or resource. For instance, " +"[code]\"Path2D/PathFollow2D/Sprite:texture:size\"[/code] would refer to the " +"[code]size[/code] property of the [code]texture[/code] resource on the node " +"named [code]\"Sprite\"[/code] which is a child of the other named nodes in " +"the path.\n" +"You will usually just pass a string to [method Node.get_node] and it will be " +"automatically converted, but you may occasionally want to parse a path ahead " +"of time with [NodePath] or the literal syntax [code]@\"path\"[/code]. " +"Exporting a [NodePath] variable will give you a node selection widget in the " +"properties panel of the editor, which can often be useful.\n" +"A [NodePath] is composed of a list of slash-separated node names (like a " +"filesystem path) and an optional colon-separated list of \"subnames\" which " +"can be resources or properties.\n" +"Some examples of NodePaths include the following:\n" +"[codeblock]\n" +"# No leading slash means it is relative to the current node.\n" +"@\"A\" # Immediate child A\n" +"@\"A/B\" # A's child B\n" +"@\".\" # The current node.\n" +"@\"..\" # The parent node.\n" +"@\"../C\" # A sibling node C.\n" +"# A leading slash means it is absolute from the SceneTree.\n" +"@\"/root\" # Equivalent to get_tree().get_root().\n" +"@\"/root/Main\" # If your main scene's root node were named \"Main\".\n" +"@\"/root/MyAutoload\" # If you have an autoloaded node or scene.\n" +"[/codeblock]\n" +"[b]Note:[/b] In the editor, [NodePath] properties are automatically updated " +"when moving, renaming or deleting a node in the scene tree, but they are " +"never updated at runtime." +msgstr "" + +#: doc/classes/NodePath.xml:26 doc/classes/PackedScene.xml:41 +#: doc/classes/Panel.xml:10 doc/classes/PanelContainer.xml:10 +#: doc/classes/TileMap.xml:16 doc/classes/TileSet.xml:16 +msgid "https://godotengine.org/asset-library/asset/520" +msgstr "" + +#: doc/classes/NodePath.xml:33 +msgid "" +"Creates a NodePath from a string, e.g. [code]\"Path2D/PathFollow2D/Sprite:" +"texture:size\"[/code]. A path is absolute if it starts with a slash. " +"Absolute paths are only valid in the global scene tree, not within " +"individual scenes. In a relative path, [code]\".\"[/code] and [code]\"..\"[/" +"code] indicate the current node and its parent.\n" +"The \"subnames\" optionally included after the path to the target node can " +"point to resources or properties, and can also be nested.\n" +"Examples of valid NodePaths (assuming that those nodes exist and have the " +"referenced resources or properties):\n" +"[codeblock]\n" +"# Points to the Sprite node\n" +"\"Path2D/PathFollow2D/Sprite\"\n" +"# Points to the Sprite node and its \"texture\" resource.\n" +"# get_node() would retrieve \"Sprite\", while get_node_and_resource()\n" +"# would retrieve both the Sprite node and the \"texture\" resource.\n" +"\"Path2D/PathFollow2D/Sprite:texture\"\n" +"# Points to the Sprite node and its \"position\" property.\n" +"\"Path2D/PathFollow2D/Sprite:position\"\n" +"# Points to the Sprite node and the \"x\" component of its \"position\" " +"property.\n" +"\"Path2D/PathFollow2D/Sprite:position:x\"\n" +"# Absolute path (from \"root\")\n" +"\"/root/Level/Path2D\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:55 +msgid "" +"Returns a node path with a colon character ([code]:[/code]) prepended, " +"transforming it to a pure property path with no node name (defaults to " +"resolving from the current node).\n" +"[codeblock]\n" +"# This will be parsed as a node path to the \"x\" property in the \"position" +"\" node\n" +"var node_path = NodePath(\"position:x\")\n" +"# This will be parsed as a node path to the \"x\" component of the \"position" +"\" property in the current node\n" +"var property_path = node_path.get_as_property_path()\n" +"print(property_path) # :position:x\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:68 +msgid "" +"Returns all subnames concatenated with a colon character ([code]:[/code]) as " +"separator, i.e. the right side of the first colon in a node path.\n" +"[codeblock]\n" +"var nodepath = NodePath(\"Path2D/PathFollow2D/Sprite:texture:load_path\")\n" +"print(nodepath.get_concatenated_subnames()) # texture:load_path\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:79 +msgid "" +"Gets the node name indicated by [code]idx[/code] (0 to [method " +"get_name_count]).\n" +"[codeblock]\n" +"var node_path = NodePath(\"Path2D/PathFollow2D/Sprite\")\n" +"print(node_path.get_name(0)) # Path2D\n" +"print(node_path.get_name(1)) # PathFollow2D\n" +"print(node_path.get_name(2)) # Sprite\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:91 +msgid "" +"Gets the number of node names which make up the path. Subnames (see [method " +"get_subname_count]) are not included.\n" +"For example, [code]\"Path2D/PathFollow2D/Sprite\"[/code] has 3 names." +msgstr "" + +#: doc/classes/NodePath.xml:99 +msgid "" +"Gets the resource or property name indicated by [code]idx[/code] (0 to " +"[method get_subname_count]).\n" +"[codeblock]\n" +"var node_path = NodePath(\"Path2D/PathFollow2D/Sprite:texture:load_path\")\n" +"print(node_path.get_subname(0)) # texture\n" +"print(node_path.get_subname(1)) # load_path\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:110 +msgid "" +"Gets the number of resource or property names (\"subnames\") in the path. " +"Each subname is listed after a colon character ([code]:[/code]) in the node " +"path.\n" +"For example, [code]\"Path2D/PathFollow2D/Sprite:texture:load_path\"[/code] " +"has 2 subnames." +msgstr "" + +#: doc/classes/NodePath.xml:117 +msgid "" +"Returns [code]true[/code] if the node path is absolute (as opposed to " +"relative), which means that it starts with a slash character ([code]/[/" +"code]). Absolute node paths can be used to access the root node ([code]\"/" +"root\"[/code]) or autoloads (e.g. [code]\"/global\"[/code] if a \"global\" " +"autoload was registered)." +msgstr "" + +#: doc/classes/NodePath.xml:123 +msgid "Returns [code]true[/code] if the node path is empty." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:4 +msgid "[OpenSimplexNoise] filled texture." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:7 +msgid "" +"Uses an [OpenSimplexNoise] to fill the texture data. You can specify the " +"texture size but keep in mind that larger textures will take longer to " +"generate and seamless noise only works with square sized textures.\n" +"NoiseTexture can also generate normalmap textures.\n" +"The class uses [Thread]s to generate the texture data internally, so [method " +"Texture.get_data] may return [code]null[/code] if the generation process has " +"not completed yet. In that case, you need to wait for the texture to be " +"generated before accessing the data:\n" +"[codeblock]\n" +"var texture = preload(\"res://noise.tres\")\n" +"yield(texture, \"changed\")\n" +"var image = texture.get_data()\n" +"[/codeblock]" +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:22 +msgid "" +"If [code]true[/code], the resulting texture contains a normal map created " +"from the original noise interpreted as a bump map." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:25 +msgid "" +"Strength of the bump maps used in this texture. A higher value will make the " +"bump maps appear larger while a lower value will make them appear softer." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:29 +msgid "Height of the generated texture." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:32 +msgid "The [OpenSimplexNoise] instance used to generate the noise." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:35 +msgid "" +"An offset used to specify the noise space coordinate of the top left corner " +"of the generated noise. This value is ignored if [member seamless] is " +"enabled." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:38 +msgid "" +"Whether the texture can be tiled without visible seams or not. Seamless " +"textures take longer to generate.\n" +"[b]Note:[/b] Seamless noise has a lower contrast compared to non-seamless " +"noise. This is due to the way noise uses higher dimensions for generating " +"seamless noise." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:42 +msgid "Width of the generated texture." +msgstr "" + +#: doc/classes/Object.xml:4 +msgid "Base class for all non-built-in types." +msgstr "" + +#: doc/classes/Object.xml:7 +msgid "" +"Every class which is not a built-in type inherits from this class.\n" +"You can construct Objects from scripting languages, using [code]Object.new()" +"[/code] in GDScript, [code]new Object[/code] in C#, or the \"Construct Object" +"\" node in VisualScript.\n" +"Objects do not manage memory. If a class inherits from Object, you will have " +"to delete instances of it manually. To do so, call the [method free] method " +"from your script or delete the instance from C++.\n" +"Some classes that extend Object add memory management. This is the case of " +"[Reference], which counts references and deletes itself automatically when " +"no longer referenced. [Node], another fundamental type, deletes all its " +"children when freed from memory.\n" +"Objects export properties, which are mainly useful for storage and editing, " +"but not really so much in programming. Properties are exported in [method " +"_get_property_list] and handled in [method _get] and [method _set]. However, " +"scripting languages and C++ have simpler means to export them.\n" +"Property membership can be tested directly in GDScript using [code]in[/" +"code]:\n" +"[codeblock]\n" +"var n = Node2D.new()\n" +"print(\"position\" in n) # Prints \"True\".\n" +"print(\"other_property\" in n) # Prints \"False\".\n" +"[/codeblock]\n" +"The [code]in[/code] operator will evaluate to [code]true[/code] as long as " +"the key exists, even if the value is [code]null[/code].\n" +"Objects also receive notifications. Notifications are a simple way to notify " +"the object about different events, so they can all be handled together. See " +"[method _notification].\n" +"[b]Note:[/b] Unlike references to a [Reference], references to an Object " +"stored in a variable can become invalid without warning. Therefore, it's " +"recommended to use [Reference] for data classes instead of [Object].\n" +"[b]Note:[/b] Due to a bug, you can't create a \"plain\" Object using " +"[code]Object.new()[/code]. Instead, use [code]ClassDB.instance(\"Object\")[/" +"code]. This bug only applies to Object itself, not any of its descendents " +"like [Reference]." +msgstr "" + +#: doc/classes/Object.xml:24 doc/classes/Reference.xml:13 +#: doc/classes/Resource.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/best_practices/" +"node_alternatives.html" +msgstr "" + +#: doc/classes/Object.xml:25 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_exports.html#advanced-exports" +msgstr "" + +#: doc/classes/Object.xml:32 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method get].\n" +"Returns the given property. Returns [code]null[/code] if the [code]property[/" +"code] does not exist." +msgstr "" + +#: doc/classes/Object.xml:39 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method get_property_list].\n" +"Returns the object's property list as an [Array] of dictionaries.\n" +"Each property's [Dictionary] must contain at least [code]name: String[/code] " +"and [code]type: int[/code] (see [enum Variant.Type]) entries. Optionally, it " +"can also include [code]hint: int[/code] (see [enum PropertyHint]), " +"[code]hint_string: String[/code], and [code]usage: int[/code] (see [enum " +"PropertyUsageFlags])." +msgstr "" + +#: doc/classes/Object.xml:47 +msgid "Called when the object is initialized." +msgstr "" + +#: doc/classes/Object.xml:54 +msgid "" +"Called whenever the object receives a notification, which is identified in " +"[code]what[/code] by a constant. The base [Object] has two constants " +"[constant NOTIFICATION_POSTINITIALIZE] and [constant " +"NOTIFICATION_PREDELETE], but subclasses such as [Node] define a lot more " +"notifications which are also received by this method." +msgstr "" + +#: doc/classes/Object.xml:62 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method set].\n" +"Sets a property. Returns [code]true[/code] if the [code]property[/code] " +"exists." +msgstr "" + +#: doc/classes/Object.xml:69 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method to_string], and thus the object's representation where it is " +"converted to a string, e.g. with [code]print(obj)[/code].\n" +"Returns a [String] representing the object. If not overridden, defaults to " +"[code]\"[ClassName:RID]\"[/code]." +msgstr "" + +#: doc/classes/Object.xml:78 +msgid "" +"Adds a user-defined [code]signal[/code]. Arguments are optional, but can be " +"added as an [Array] of dictionaries, each containing [code]name: String[/" +"code] and [code]type: int[/code] (see [enum Variant.Type]) entries." +msgstr "" + +#: doc/classes/Object.xml:85 +msgid "" +"Calls the [code]method[/code] on the object and returns the result. This " +"method supports a variable number of arguments, so parameters are passed as " +"a comma separated list. Example:\n" +"[codeblock]\n" +"call(\"set\", \"position\", Vector2(42.0, 0.0))\n" +"[/codeblock]\n" +"[b]Note:[/b] In C#, the method name must be specified as snake_case if it is " +"defined by a built-in Godot node. This doesn't apply to user-defined methods " +"where you should use the same convention as in the C# source (typically " +"PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:96 +msgid "" +"Calls the [code]method[/code] on the object during idle time. This method " +"supports a variable number of arguments, so parameters are passed as a comma " +"separated list. Example:\n" +"[codeblock]\n" +"call_deferred(\"set\", \"position\", Vector2(42.0, 0.0))\n" +"[/codeblock]\n" +"[b]Note:[/b] In C#, the method name must be specified as snake_case if it is " +"defined by a built-in Godot node. This doesn't apply to user-defined methods " +"where you should use the same convention as in the C# source (typically " +"PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:108 +msgid "" +"Calls the [code]method[/code] on the object and returns the result. " +"Contrarily to [method call], this method does not support a variable number " +"of arguments but expects all parameters to be via a single [Array].\n" +"[codeblock]\n" +"callv(\"set\", [ \"position\", Vector2(42.0, 0.0) ])\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:117 +msgid "" +"Returns [code]true[/code] if the object can translate strings. See [method " +"set_message_translation] and [method tr]." +msgstr "" + +#: doc/classes/Object.xml:128 +msgid "" +"Connects a [code]signal[/code] to a [code]method[/code] on a [code]target[/" +"code] object. Pass optional [code]binds[/code] to the call as an [Array] of " +"parameters. These parameters will be passed to the method after any " +"parameter used in the call to [method emit_signal]. Use [code]flags[/code] " +"to set deferred or one-shot connections. See [enum ConnectFlags] constants.\n" +"A [code]signal[/code] can only be connected once to a [code]method[/code]. " +"It will throw an error if already connected, unless the signal was connected " +"with [constant CONNECT_REFERENCE_COUNTED]. To avoid this, first, use [method " +"is_connected] to check for existing connections.\n" +"If the [code]target[/code] is destroyed in the game's lifecycle, the " +"connection will be lost.\n" +"Examples:\n" +"[codeblock]\n" +"connect(\"pressed\", self, \"_on_Button_pressed\") # BaseButton signal\n" +"connect(\"text_entered\", self, \"_on_LineEdit_text_entered\") # LineEdit " +"signal\n" +"connect(\"hit\", self, \"_on_Player_hit\", [ weapon_type, damage ]) # User-" +"defined signal\n" +"[/codeblock]\n" +"An example of the relationship between [code]binds[/code] passed to [method " +"connect] and parameters used when calling [method emit_signal]:\n" +"[codeblock]\n" +"connect(\"hit\", self, \"_on_Player_hit\", [ weapon_type, damage ]) # " +"weapon_type and damage are passed last\n" +"emit_signal(\"hit\", \"Dark lord\", 5) # \"Dark lord\" and 5 are passed " +"first\n" +"func _on_Player_hit(hit_by, level, weapon_type, damage):\n" +" print(\"Hit by %s (lvl %d) with weapon %s for %d damage\" % [hit_by, " +"level, weapon_type, damage])\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:152 +msgid "" +"Disconnects a [code]signal[/code] from a [code]method[/code] on the given " +"[code]target[/code].\n" +"If you try to disconnect a connection that does not exist, the method will " +"throw an error. Use [method is_connected] to ensure that the connection " +"exists." +msgstr "" + +#: doc/classes/Object.xml:160 +msgid "" +"Emits the given [code]signal[/code]. The signal must exist, so it should be " +"a built-in signal of this class or one of its parent classes, or a user-" +"defined signal. This method supports a variable number of arguments, so " +"parameters are passed as a comma separated list. Example:\n" +"[codeblock]\n" +"emit_signal(\"hit\", weapon_type, damage)\n" +"emit_signal(\"game_over\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:170 +msgid "" +"Deletes the object from memory immediately. For [Node]s, you may want to use " +"[method Node.queue_free] to queue the node for safe deletion at the end of " +"the current frame.\n" +"[b]Important:[/b] If you have a variable pointing to an object, it will " +"[i]not[/i] be assigned to [code]null[/code] once the object is freed. " +"Instead, it will point to a [i]previously freed instance[/i] and you should " +"validate it with [method @GDScript.is_instance_valid] before attempting to " +"call its methods or access its properties." +msgstr "" + +#: doc/classes/Object.xml:178 +msgid "" +"Returns the [Variant] value of the given [code]property[/code]. If the " +"[code]property[/code] doesn't exist, this will return [code]null[/code].\n" +"[b]Note:[/b] In C#, the property name must be specified as snake_case if it " +"is defined by a built-in Godot node. This doesn't apply to user-defined " +"properties where you should use the same convention as in the C# source " +"(typically PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:185 +msgid "" +"Returns the object's class as a [String]. See also [method is_class].\n" +"[b]Note:[/b] [method get_class] does not take [code]class_name[/code] " +"declarations into account. If the object has a [code]class_name[/code] " +"defined, the base class name will be returned instead." +msgstr "" + +#: doc/classes/Object.xml:192 +msgid "" +"Returns an [Array] of dictionaries with information about signals that are " +"connected to the object.\n" +"Each [Dictionary] contains three String entries:\n" +"- [code]source[/code] is a reference to the signal emitter.\n" +"- [code]signal_name[/code] is the name of the connected signal.\n" +"- [code]method_name[/code] is the name of the method to which the signal is " +"connected." +msgstr "" + +#: doc/classes/Object.xml:203 +msgid "" +"Gets the object's property indexed by the given [NodePath]. The node path " +"should be relative to the current object and can use the colon character " +"([code]:[/code]) to access nested properties. Examples: [code]\"position:x" +"\"[/code] or [code]\"material:next_pass:blend_mode\"[/code]." +msgstr "" + +#: doc/classes/Object.xml:209 +msgid "" +"Returns the object's unique instance ID.\n" +"This ID can be saved in [EncodedObjectAsID], and can be used to retrieve the " +"object instance with [method @GDScript.instance_from_id]." +msgstr "" + +#: doc/classes/Object.xml:217 +msgid "Returns the object's metadata entry for the given [code]name[/code]." +msgstr "" + +#: doc/classes/Object.xml:223 +msgid "Returns the object's metadata as a [PoolStringArray]." +msgstr "" + +#: doc/classes/Object.xml:229 +msgid "Returns the object's methods and their signatures as an [Array]." +msgstr "" + +#: doc/classes/Object.xml:235 +msgid "" +"Returns the object's property list as an [Array] of dictionaries.\n" +"Each property's [Dictionary] contain at least [code]name: String[/code] and " +"[code]type: int[/code] (see [enum Variant.Type]) entries. Optionally, it can " +"also include [code]hint: int[/code] (see [enum PropertyHint]), " +"[code]hint_string: String[/code], and [code]usage: int[/code] (see [enum " +"PropertyUsageFlags])." +msgstr "" + +#: doc/classes/Object.xml:242 +msgid "" +"Returns the object's [Script] instance, or [code]null[/code] if none is " +"assigned." +msgstr "" + +#: doc/classes/Object.xml:249 +msgid "Returns an [Array] of connections for the given [code]signal[/code]." +msgstr "" + +#: doc/classes/Object.xml:255 +msgid "Returns the list of signals as an [Array] of dictionaries." +msgstr "" + +#: doc/classes/Object.xml:262 +msgid "" +"Returns [code]true[/code] if a metadata entry is found with the given " +"[code]name[/code]." +msgstr "" + +#: doc/classes/Object.xml:269 +msgid "" +"Returns [code]true[/code] if the object contains the given [code]method[/" +"code]." +msgstr "" + +#: doc/classes/Object.xml:276 +msgid "Returns [code]true[/code] if the given [code]signal[/code] exists." +msgstr "" + +#: doc/classes/Object.xml:283 +msgid "" +"Returns [code]true[/code] if the given user-defined [code]signal[/code] " +"exists. Only signals added using [method add_user_signal] are taken into " +"account." +msgstr "" + +#: doc/classes/Object.xml:289 +msgid "Returns [code]true[/code] if signal emission blocking is enabled." +msgstr "" + +#: doc/classes/Object.xml:296 +msgid "" +"Returns [code]true[/code] if the object inherits from the given [code]class[/" +"code]. See also [method get_class].\n" +"[b]Note:[/b] [method is_class] does not take [code]class_name[/code] " +"declarations into account. If the object has a [code]class_name[/code] " +"defined, [method is_class] will return [code]false[/code] for that name." +msgstr "" + +#: doc/classes/Object.xml:306 +msgid "" +"Returns [code]true[/code] if a connection exists for a given [code]signal[/" +"code], [code]target[/code], and [code]method[/code]." +msgstr "" + +#: doc/classes/Object.xml:312 +msgid "" +"Returns [code]true[/code] if the [method Node.queue_free] method was called " +"for the object." +msgstr "" + +#: doc/classes/Object.xml:320 +msgid "" +"Send a given notification to the object, which will also trigger a call to " +"the [method _notification] method of all classes that the object inherits " +"from.\n" +"If [code]reversed[/code] is [code]true[/code], [method _notification] is " +"called first on the object's own class, and then up to its successive parent " +"classes. If [code]reversed[/code] is [code]false[/code], [method " +"_notification] is called first on the highest ancestor ([Object] itself), " +"and then down to its successive inheriting classes." +msgstr "" + +#: doc/classes/Object.xml:327 +msgid "" +"Notify the editor that the property list has changed, so that editor plugins " +"can take the new values into account. Does nothing on export builds." +msgstr "" + +#: doc/classes/Object.xml:334 +msgid "" +"Removes a given entry from the object's metadata. See also [method set_meta]." +msgstr "" + +#: doc/classes/Object.xml:342 +msgid "" +"Assigns a new value to the given property. If the [code]property[/code] does " +"not exist, nothing will happen.\n" +"[b]Note:[/b] In C#, the property name must be specified as snake_case if it " +"is defined by a built-in Godot node. This doesn't apply to user-defined " +"properties where you should use the same convention as in the C# source " +"(typically PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:350 +msgid "If set to [code]true[/code], signal emission is blocked." +msgstr "" + +#: doc/classes/Object.xml:358 +msgid "" +"Assigns a new value to the given property, after the current frame's physics " +"step. This is equivalent to calling [method set] via [method call_deferred], " +"i.e. [code]call_deferred(\"set\", property, value)[/code].\n" +"[b]Note:[/b] In C#, the property name must be specified as snake_case if it " +"is defined by a built-in Godot node. This doesn't apply to user-defined " +"properties where you should use the same convention as in the C# source " +"(typically PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:367 +msgid "" +"Assigns a new value to the property identified by the [NodePath]. The node " +"path should be relative to the current object and can use the colon " +"character ([code]:[/code]) to access nested properties. Example:\n" +"[codeblock]\n" +"set_indexed(\"position\", Vector2(42, 0))\n" +"set_indexed(\"position:y\", -10)\n" +"print(position) # (42, -10)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:379 +msgid "" +"Defines whether the object can translate strings (with calls to [method " +"tr]). Enabled by default." +msgstr "" + +#: doc/classes/Object.xml:387 +msgid "" +"Adds, changes or removes a given entry in the object's metadata. Metadata " +"are serialized and can take any [Variant] value.\n" +"To remove a given entry from the object's metadata, use [method " +"remove_meta]. Metadata is also removed if its value is set to [code]null[/" +"code]. This means you can also use [code]set_meta(\"name\", null)[/code] to " +"remove metadata for [code]\"name\"[/code]." +msgstr "" + +#: doc/classes/Object.xml:395 +msgid "" +"Assigns a script to the object. Each object can have a single script " +"assigned to it, which are used to extend its functionality.\n" +"If the object already had a script, the previous script instance will be " +"freed and its variables and state will be lost. The new script's [method " +"_init] method will be called." +msgstr "" + +#: doc/classes/Object.xml:402 +msgid "" +"Returns a [String] representing the object. If not overridden, defaults to " +"[code]\"[ClassName:RID]\"[/code].\n" +"Override the method [method _to_string] to customize the [String] " +"representation." +msgstr "" + +#: doc/classes/Object.xml:410 +msgid "" +"Translates a message using translation catalogs configured in the Project " +"Settings.\n" +"Only works if message translation is enabled (which it is by default), " +"otherwise it returns the [code]message[/code] unchanged. See [method " +"set_message_translation]." +msgstr "" + +#: doc/classes/Object.xml:418 +msgid "Emitted whenever the object's script is changed." +msgstr "" + +#: doc/classes/Object.xml:424 +msgid "Called right when the object is initialized. Not available in script." +msgstr "" + +#: doc/classes/Object.xml:427 +msgid "Called before the object is about to be deleted." +msgstr "" + +#: doc/classes/Object.xml:430 +msgid "" +"Connects a signal in deferred mode. This way, signal emissions are stored in " +"a queue, then set on idle time." +msgstr "" + +#: doc/classes/Object.xml:433 +msgid "Persisting connections are saved when the object is serialized to file." +msgstr "" + +#: doc/classes/Object.xml:436 +msgid "One-shot connections disconnect themselves after emission." +msgstr "" + +#: doc/classes/Object.xml:439 +msgid "" +"Connect a signal as reference-counted. This means that a given signal can be " +"connected several times to the same target, and will only be fully " +"disconnected once no references are left." +msgstr "" + +#: doc/classes/Occluder.xml:4 +msgid "Allows [OccluderShape]s to be used for occlusion culling." +msgstr "" + +#: doc/classes/Occluder.xml:7 +msgid "" +"[Occluder]s that are placed within your scene will automatically cull " +"objects that are hidden from view by the occluder. This can increase " +"performance by decreasing the amount of objects drawn.\n" +"[Occluder]s are totally dynamic, you can move them as you wish. This means " +"you can for example, place occluders on a moving spaceship, and have it " +"occlude objects as it flies past.\n" +"You can place a large number of [Occluder]s within a scene. As it would be " +"counterproductive to cull against hundreds of occluders, the system will " +"automatically choose a selection of these for active use during any given " +"frame, based a screen space metric. Larger occluders are favored, as well as " +"those close to the camera. Note that a small occluder close to the camera " +"may be a better occluder in terms of screen space than a large occluder far " +"in the distance.\n" +"The type of occlusion primitive is determined by the [OccluderShape] that " +"you add to the [Occluder]. Some [OccluderShape]s may allow more than one " +"primitive in a single, node, for greater efficiency.\n" +"Although [Occluder]s work in general use, they also become even more " +"powerful when used in conjunction with the portal system. Occluders are " +"placed in rooms (based on their origin), and can block portals (and thus " +"entire rooms) as well as objects from rendering." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:4 +msgid "Defines a 2D polygon for LightOccluder2D." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:7 +msgid "" +"Editor facility that helps you draw a 2D polygon used as resource for " +"[LightOccluder2D]." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:15 +msgid "" +"If [code]true[/code], closes the polygon. A closed OccluderPolygon2D " +"occludes the light coming from any direction. An opened OccluderPolygon2D " +"occludes the light only at its outline's direction." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:18 +msgid "The culling mode to use." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:21 +msgid "" +"A [Vector2] array with the index for polygon's vertices positions.\n" +"[b]Note:[/b] The returned value is a copy of the underlying array, rather " +"than a reference." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:27 +msgid "Culling is disabled. See [member cull_mode]." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:30 +msgid "" +"Culling is performed in the clockwise direction. See [member cull_mode]." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:33 +msgid "" +"Culling is performed in the counterclockwise direction. See [member " +"cull_mode]." +msgstr "" + +#: doc/classes/OccluderShape.xml:4 +msgid "" +"Base class for shapes used for occlusion culling by the [Occluder] node." +msgstr "" + +#: doc/classes/OccluderShape.xml:7 +msgid "[Occluder]s can use any primitive shape derived from [OccluderShape]." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:4 +msgid "Spherical occlusion primitive for use with the [Occluder] node." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:7 +msgid "" +"[OccluderShape]s are resources used by [Occluder] nodes, allowing geometric " +"occlusion culling.\n" +"This shape can include multiple spheres. These can be created and deleted " +"either in the Editor inspector or by calling [code]set_spheres[/code]. The " +"sphere positions can be set by dragging the handle in the Editor viewport. " +"The radius can be set with the smaller handle." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:18 +msgid "Sets an individual sphere's position." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:26 +msgid "Sets an individual sphere's radius." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:32 +msgid "" +"The sphere data can be accessed as an array of [Plane]s. The position of " +"each sphere is stored in the [code]normal[/code], and the radius is stored " +"in the [code]d[/code] value of the plane." +msgstr "" + +#: doc/classes/OmniLight.xml:4 +msgid "Omnidirectional light, such as a light bulb or a candle." +msgstr "" + +#: doc/classes/OmniLight.xml:7 +msgid "" +"An Omnidirectional light is a type of [Light] that emits light in all " +"directions. The light is attenuated by distance and this attenuation can be " +"configured by changing its energy, radius, and attenuation parameters.\n" +"[b]Note:[/b] By default, only 32 OmniLights may affect a single mesh " +"[i]resource[/i] at once. Consider splitting your level into several meshes " +"to decrease the likelihood that more than 32 lights will affect the same " +"mesh resource. Splitting the level mesh will also improve frustum culling " +"effectiveness, leading to greater performance. If you need to use more " +"lights per mesh, you can increase [member ProjectSettings.rendering/limits/" +"rendering/max_lights_per_object] at the cost of shader compilation times." +msgstr "" + +#: doc/classes/OmniLight.xml:17 +msgid "" +"The light's attenuation (drop-off) curve. A number of presets are available " +"in the [b]Inspector[/b] by right-clicking the curve." +msgstr "" + +#: doc/classes/OmniLight.xml:20 +msgid "" +"The light's radius. Note that the effectively lit area may appear to be " +"smaller depending on the [member omni_attenuation] in use. No matter the " +"[member omni_attenuation] in use, the light will never reach anything " +"outside this radius." +msgstr "" + +#: doc/classes/OmniLight.xml:23 +msgid "See [enum ShadowDetail]." +msgstr "" + +#: doc/classes/OmniLight.xml:26 +msgid "See [enum ShadowMode]." +msgstr "" + +#: doc/classes/OmniLight.xml:31 +msgid "" +"Shadows are rendered to a dual-paraboloid texture. Faster than [constant " +"SHADOW_CUBE], but lower-quality." +msgstr "" + +#: doc/classes/OmniLight.xml:34 +msgid "" +"Shadows are rendered to a cubemap. Slower than [constant " +"SHADOW_DUAL_PARABOLOID], but higher-quality." +msgstr "" + +#: doc/classes/OmniLight.xml:37 +msgid "Use more detail vertically when computing the shadow." +msgstr "" + +#: doc/classes/OmniLight.xml:40 +msgid "Use more detail horizontally when computing the shadow." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:4 +msgid "Noise generator based on Open Simplex." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:7 +msgid "" +"This resource allows you to configure and sample a fractal noise space. Here " +"is a brief usage example that configures an OpenSimplexNoise and gets " +"samples at various positions and dimensions:\n" +"[codeblock]\n" +"var noise = OpenSimplexNoise.new()\n" +"\n" +"# Configure\n" +"noise.seed = randi()\n" +"noise.octaves = 4\n" +"noise.period = 20.0\n" +"noise.persistence = 0.8\n" +"\n" +"# Sample\n" +"print(\"Values:\")\n" +"print(noise.get_noise_2d(1.0, 1.0))\n" +"print(noise.get_noise_3d(0.5, 3.0, 15.0))\n" +"print(noise.get_noise_4d(0.5, 1.9, 4.7, 0.0))\n" +"[/codeblock]" +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:33 +msgid "" +"Generate a noise image in [constant Image.FORMAT_L8] format with the " +"requested [code]width[/code] and [code]height[/code], based on the current " +"noise parameters. If [code]noise_offset[/code] is specified, then the offset " +"value is used as the coordinates of the top-left corner of the generated " +"noise." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:40 +msgid "" +"Returns the 1D noise value [code][-1,1][/code] at the given x-coordinate.\n" +"[b]Note:[/b] This method actually returns the 2D noise value [code][-1,1][/" +"code] with fixed y-coordinate value 0.0." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:49 +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:56 +msgid "Returns the 2D noise value [code][-1,1][/code] at the given position." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:65 +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:72 +msgid "Returns the 3D noise value [code][-1,1][/code] at the given position." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:82 +msgid "Returns the 4D noise value [code][-1,1][/code] at the given position." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:89 +msgid "" +"Generate a tileable noise image in [constant Image.FORMAT_L8] format, based " +"on the current noise parameters. Generated seamless images are always square " +"([code]size[/code] × [code]size[/code]).\n" +"[b]Note:[/b] Seamless noise has a lower contrast compared to non-seamless " +"noise. This is due to the way noise uses higher dimensions for generating " +"seamless noise." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:96 +msgid "Difference in period between [member octaves]." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:99 +msgid "" +"Number of OpenSimplex noise layers that are sampled to get the fractal " +"noise. Higher values result in more detailed noise but take more time to " +"generate.\n" +"[b]Note:[/b] The maximum allowed value is 9." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:103 +msgid "" +"Period of the base octave. A lower period results in a higher-frequency " +"noise (more value changes across the same distance)." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:106 +msgid "" +"Contribution factor of the different octaves. A [code]persistence[/code] " +"value of 1 means all the octaves have the same contribution, a value of 0.5 " +"means each octave contributes half as much as the previous one." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:109 +msgid "" +"Seed used to generate random values, different seeds will generate different " +"noise maps." +msgstr "" + +#: doc/classes/OptionButton.xml:4 +msgid "Button control that provides selectable options when pressed." +msgstr "" + +#: doc/classes/OptionButton.xml:7 +msgid "" +"OptionButton is a type button that provides a selectable list of items when " +"pressed. The item selected becomes the \"current\" item and is displayed as " +"the button text.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/OptionButton.xml:19 +msgid "" +"Adds an item, with a [code]texture[/code] icon, text [code]label[/code] and " +"(optionally) [code]id[/code]. If no [code]id[/code] is passed, the item " +"index will be used as the item's ID. New items are appended at the end." +msgstr "" + +#: doc/classes/OptionButton.xml:27 +msgid "" +"Adds an item, with text [code]label[/code] and (optionally) [code]id[/code]. " +"If no [code]id[/code] is passed, the item index will be used as the item's " +"ID. New items are appended at the end." +msgstr "" + +#: doc/classes/OptionButton.xml:33 +msgid "" +"Adds a separator to the list of items. Separators help to group items. " +"Separator also takes up an index and is appended at the end." +msgstr "" + +#: doc/classes/OptionButton.xml:39 +msgid "Clears all the items in the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:45 +msgid "Returns the amount of items in the OptionButton, including separators." +msgstr "" + +#: doc/classes/OptionButton.xml:52 doc/classes/PopupMenu.xml:203 +msgid "Returns the icon of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:59 +msgid "Returns the ID of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:66 +msgid "Returns the index of the item with the given [code]id[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:73 +msgid "" +"Retrieves the metadata of an item. Metadata may be any type and can be used " +"to store extra information about an item, such as an external string ID." +msgstr "" + +#: doc/classes/OptionButton.xml:80 doc/classes/PopupMenu.xml:245 +msgid "Returns the text of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:93 +msgid "" +"Returns the ID of the selected item, or [code]0[/code] if no item is " +"selected." +msgstr "" + +#: doc/classes/OptionButton.xml:99 +msgid "" +"Gets the metadata of the selected item. Metadata for items can be set using " +"[method set_item_metadata]." +msgstr "" + +#: doc/classes/OptionButton.xml:106 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:113 +msgid "Removes the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:120 +msgid "" +"Selects an item by index and makes it the current item. This will work even " +"if the item is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:128 +msgid "" +"Sets whether the item at index [code]idx[/code] is disabled.\n" +"Disabled items are drawn differently in the dropdown and are not selectable " +"by the user. If the current selected item is set as disabled, it will remain " +"selected." +msgstr "" + +#: doc/classes/OptionButton.xml:137 +msgid "Sets the icon of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:145 +msgid "Sets the ID of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:153 +msgid "" +"Sets the metadata of an item. Metadata may be of any type and can be used to " +"store extra information about an item, such as an external string ID." +msgstr "" + +#: doc/classes/OptionButton.xml:161 doc/classes/PopupMenu.xml:432 +msgid "Sets the text of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:169 +msgid "" +"The index of the currently selected item, or [code]-1[/code] if no item is " +"selected." +msgstr "" + +#: doc/classes/OptionButton.xml:177 +msgid "" +"Emitted when the user navigates to an item using the [code]ui_up[/code] or " +"[code]ui_down[/code] actions. The index of the item selected is passed as " +"argument." +msgstr "" + +#: doc/classes/OptionButton.xml:183 +msgid "" +"Emitted when the current item has been changed by the user. The index of the " +"item selected is passed as argument." +msgstr "" + +#: doc/classes/OptionButton.xml:191 +msgid "The arrow icon to be drawn on the right end of the button." +msgstr "" + +#: doc/classes/OptionButton.xml:194 +msgid "" +"The horizontal space between the arrow icon and the right edge of the button." +msgstr "" + +#: doc/classes/OptionButton.xml:197 +msgid "[StyleBox] used when the [OptionButton] is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:200 +msgid "" +"[StyleBox] used when the [OptionButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/OptionButton.xml:203 +msgid "[Font] of the [OptionButton]'s text." +msgstr "" + +#: doc/classes/OptionButton.xml:206 +msgid "Default text [Color] of the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:209 +msgid "Text [Color] used when the [OptionButton] is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:212 +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/OptionButton.xml:215 +msgid "Text [Color] used when the [OptionButton] is being hovered." +msgstr "" + +#: doc/classes/OptionButton.xml:218 +msgid "Text [Color] used when the [OptionButton] is being pressed." +msgstr "" + +#: doc/classes/OptionButton.xml:221 +msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgstr "" + +#: doc/classes/OptionButton.xml:224 +msgid "The horizontal space between [OptionButton]'s icon and text." +msgstr "" + +#: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 +msgid "[StyleBox] used when the [OptionButton] is being pressed." +msgstr "" + +#: doc/classes/OS.xml:4 +msgid "Operating System functions." +msgstr "" + +#: doc/classes/OS.xml:7 +msgid "" +"Operating System functions. OS wraps the most common functionality to " +"communicate with the host operating system, such as the clipboard, video " +"driver, date and time, timers, environment variables, execution of binaries, " +"command line, etc." +msgstr "" + +#: doc/classes/OS.xml:18 +msgid "" +"Displays a modal dialog box using the host OS' facilities. Execution is " +"blocked until the dialog is closed." +msgstr "" + +#: doc/classes/OS.xml:24 +msgid "Returns [code]true[/code] if the host OS allows drawing." +msgstr "" + +#: doc/classes/OS.xml:30 +msgid "" +"Returns [code]true[/code] if the current host platform is using multiple " +"threads." +msgstr "" + +#: doc/classes/OS.xml:36 +msgid "Centers the window on the screen if in windowed mode." +msgstr "" + +#: doc/classes/OS.xml:42 +msgid "" +"Shuts down system MIDI driver.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:50 +msgid "" +"Delays execution of the current thread by [code]msec[/code] milliseconds. " +"[code]msec[/code] must be greater than or equal to [code]0[/code]. " +"Otherwise, [method delay_msec] will do nothing and will print an error " +"message.\n" +"[b]Note:[/b] [method delay_msec] is a [i]blocking[/i] way to delay code " +"execution. To delay code execution in a non-blocking way, see [method " +"SceneTree.create_timer]. Yielding with [method SceneTree.create_timer] will " +"delay the execution of code placed below the [code]yield[/code] without " +"affecting the rest of the project (or editor, for [EditorPlugin]s and " +"[EditorScript]s).\n" +"[b]Note:[/b] When [method delay_msec] is called on the main thread, it will " +"freeze the project and will prevent it from redrawing and registering input " +"until the delay has passed. When using [method delay_msec] as part of an " +"[EditorPlugin] or [EditorScript], it will freeze the editor but won't freeze " +"the project if it is currently running (since the project is an independent " +"child process)." +msgstr "" + +#: doc/classes/OS.xml:59 +msgid "" +"Delays execution of the current thread by [code]usec[/code] microseconds. " +"[code]usec[/code] must be greater than or equal to [code]0[/code]. " +"Otherwise, [method delay_usec] will do nothing and will print an error " +"message.\n" +"[b]Note:[/b] [method delay_usec] is a [i]blocking[/i] way to delay code " +"execution. To delay code execution in a non-blocking way, see [method " +"SceneTree.create_timer]. Yielding with [method SceneTree.create_timer] will " +"delay the execution of code placed below the [code]yield[/code] without " +"affecting the rest of the project (or editor, for [EditorPlugin]s and " +"[EditorScript]s).\n" +"[b]Note:[/b] When [method delay_usec] is called on the main thread, it will " +"freeze the project and will prevent it from redrawing and registering input " +"until the delay has passed. When using [method delay_usec] as part of an " +"[EditorPlugin] or [EditorScript], it will freeze the editor but won't freeze " +"the project if it is currently running (since the project is an independent " +"child process)." +msgstr "" + +#: doc/classes/OS.xml:68 +msgid "" +"Dumps the memory allocation ringlist to a file (only works in debug).\n" +"Entry format per line: \"Address - Size - Description\"." +msgstr "" + +#: doc/classes/OS.xml:76 +msgid "" +"Dumps all used resources to file (only works in debug).\n" +"Entry format per line: \"Resource Type : Resource Location\".\n" +"At the end of the file is a statistic of all used Resource Types." +msgstr "" + +#: doc/classes/OS.xml:89 +msgid "" +"Execute the file at the given path with the arguments passed as an array of " +"strings. Platform path resolution will take place. The resolved file must " +"exist and be executable.\n" +"The arguments are used in the given order and separated by a space, so " +"[code]OS.execute(\"ping\", [\"-w\", \"3\", \"godotengine.org\"], false)[/" +"code] will resolve to [code]ping -w 3 godotengine.org[/code] in the system's " +"shell.\n" +"This method has slightly different behavior based on whether the " +"[code]blocking[/code] mode is enabled.\n" +"If [code]blocking[/code] is [code]true[/code], the Godot thread will pause " +"its execution while waiting for the process to terminate. The shell output " +"of the process will be written to the [code]output[/code] array as a single " +"string. When the process terminates, the Godot thread will resume " +"execution.\n" +"If [code]blocking[/code] is [code]false[/code], the Godot thread will " +"continue while the new process runs. It is not possible to retrieve the " +"shell output in non-blocking mode, so [code]output[/code] will be empty.\n" +"The return value also depends on the blocking mode. When blocking, the " +"method will return an exit code of the process. When non-blocking, the " +"method returns a process ID, which you can use to monitor the process (and " +"potentially terminate it with [method kill]). If the process forking (non-" +"blocking) or opening (blocking) fails, the method will return [code]-1[/" +"code] or another exit code.\n" +"Example of blocking mode and retrieving the shell output:\n" +"[codeblock]\n" +"var output = []\n" +"var exit_code = OS.execute(\"ls\", [\"-l\", \"/tmp\"], true, output)\n" +"[/codeblock]\n" +"Example of non-blocking mode, running another instance of the project and " +"storing its process ID:\n" +"[codeblock]\n" +"var pid = OS.execute(OS.get_executable_path(), [], false)\n" +"[/codeblock]\n" +"If you wish to access a shell built-in or perform a composite command, a " +"platform-specific shell can be invoked. For example:\n" +"[codeblock]\n" +"OS.execute(\"CMD.exe\", [\"/C\", \"cd %TEMP% && dir\"], true, output)\n" +"[/codeblock]\n" +"[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and " +"Windows." +msgstr "" + +#: doc/classes/OS.xml:115 +msgid "Returns the scancode of the given string (e.g. \"Escape\")." +msgstr "" + +#: doc/classes/OS.xml:121 +msgid "Returns the total number of available audio drivers." +msgstr "" + +#: doc/classes/OS.xml:128 +msgid "Returns the audio driver name for the given index." +msgstr "" + +#: doc/classes/OS.xml:134 +msgid "" +"Returns the [i]global[/i] cache data directory according to the operating " +"system's standards. On desktop platforms, this path can be overridden by " +"setting the [code]XDG_CACHE_HOME[/code] environment variable before starting " +"the project. See [url=https://docs.godotengine.org/en/latest/tutorials/io/" +"data_paths.html]File paths in Godot projects[/url] in the documentation for " +"more information. See also [method get_config_dir] and [method " +"get_data_dir].\n" +"Not to be confused with [method get_user_data_dir], which returns the " +"[i]project-specific[/i] user data path." +msgstr "" + +#: doc/classes/OS.xml:141 +msgid "" +"Returns the command-line arguments passed to the engine.\n" +"Command-line arguments can be written in any form, including both [code]--" +"key value[/code] and [code]--key=value[/code] forms so they can be properly " +"parsed, as long as custom command-line arguments do not conflict with engine " +"arguments.\n" +"You can also incorporate environment variables using the [method " +"get_environment] method.\n" +"You can set [member ProjectSettings.editor/main_run_args] to define command-" +"line arguments to be passed by the editor when running the project.\n" +"Here's a minimal example on how to parse command-line arguments into a " +"dictionary using the [code]--key=value[/code] form for arguments:\n" +"[codeblock]\n" +"var arguments = {}\n" +"for argument in OS.get_cmdline_args():\n" +" if argument.find(\"=\") > -1:\n" +" var key_value = argument.split(\"=\")\n" +" arguments[key_value[0].lstrip(\"--\")] = key_value[1]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/OS.xml:158 +msgid "" +"Returns the [i]global[/i] user configuration directory according to the " +"operating system's standards. On desktop platforms, this path can be " +"overridden by setting the [code]XDG_CONFIG_HOME[/code] environment variable " +"before starting the project. See [url=https://docs.godotengine.org/en/latest/" +"tutorials/io/data_paths.html]File paths in Godot projects[/url] in the " +"documentation for more information. See also [method get_cache_dir] and " +"[method get_data_dir].\n" +"Not to be confused with [method get_user_data_dir], which returns the " +"[i]project-specific[/i] user data path." +msgstr "" + +#: doc/classes/OS.xml:165 +msgid "" +"Returns an array of MIDI device names.\n" +"The returned array will be empty if the system MIDI driver has not " +"previously been initialised with [method open_midi_inputs].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:173 +msgid "" +"Returns the currently used video driver, using one of the values from [enum " +"VideoDriver]." +msgstr "" + +#: doc/classes/OS.xml:179 +msgid "" +"Returns the [i]global[/i] user data directory according to the operating " +"system's standards. On desktop platforms, this path can be overridden by " +"setting the [code]XDG_DATA_HOME[/code] environment variable before starting " +"the project. See [url=https://docs.godotengine.org/en/latest/tutorials/io/" +"data_paths.html]File paths in Godot projects[/url] in the documentation for " +"more information. See also [method get_cache_dir] and [method " +"get_config_dir].\n" +"Not to be confused with [method get_user_data_dir], which returns the " +"[i]project-specific[/i] user data path." +msgstr "" + +#: doc/classes/OS.xml:187 +msgid "" +"Returns current date as a dictionary of keys: [code]year[/code], " +"[code]month[/code], [code]day[/code], [code]weekday[/code], [code]dst[/code] " +"(Daylight Savings Time)." +msgstr "" + +#: doc/classes/OS.xml:194 +msgid "" +"Returns current datetime as a dictionary of keys: [code]year[/code], " +"[code]month[/code], [code]day[/code], [code]weekday[/code], [code]dst[/code] " +"(Daylight Savings Time), [code]hour[/code], [code]minute[/code], " +"[code]second[/code]." +msgstr "" + +#: doc/classes/OS.xml:201 +msgid "" +"Gets a dictionary of time values corresponding to the given UNIX epoch time " +"(in seconds).\n" +"The returned Dictionary's values will be the same as [method get_datetime], " +"with the exception of Daylight Savings Time as it cannot be determined from " +"the epoch." +msgstr "" + +#: doc/classes/OS.xml:208 +msgid "Returns the total amount of dynamic memory used (only works in debug)." +msgstr "" + +#: doc/classes/OS.xml:215 +msgid "" +"Returns the value of an environment variable. Returns an empty string if the " +"environment variable doesn't exist.\n" +"[b]Note:[/b] Double-check the casing of [code]variable[/code]. Environment " +"variable names are case-sensitive on all platforms except Windows." +msgstr "" + +#: doc/classes/OS.xml:222 +msgid "Returns the path to the current engine executable." +msgstr "" + +#: doc/classes/OS.xml:228 +msgid "" +"With this function, you can get the list of dangerous permissions that have " +"been granted to the Android application.\n" +"[b]Note:[/b] This method is implemented on Android." +msgstr "" + +#: doc/classes/OS.xml:235 +msgid "" +"Returns the IME cursor position (the currently-edited portion of the string) " +"relative to the characters in the composition string.\n" +"[constant MainLoop.NOTIFICATION_OS_IME_UPDATE] is sent to the application to " +"notify it of changes to the IME cursor position.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:243 +msgid "" +"Returns the IME intermediate composition string.\n" +"[constant MainLoop.NOTIFICATION_OS_IME_UPDATE] is sent to the application to " +"notify it of changes to the IME composition string.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:251 +msgid "" +"Returns the current latin keyboard variant as a String.\n" +"Possible return values are: [code]\"QWERTY\"[/code], [code]\"AZERTY\"[/" +"code], [code]\"QZERTY\"[/code], [code]\"DVORAK\"[/code], [code]\"NEO\"[/" +"code], [code]\"COLEMAK\"[/code] or [code]\"ERROR\"[/code].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows. Returns " +"[code]\"QWERTY\"[/code] on unsupported platforms." +msgstr "" + +#: doc/classes/OS.xml:259 +msgid "" +"Returns the host OS locale as a string of the form " +"[code]language_Script_COUNTRY_VARIANT@extra[/code]. If you want only the " +"language code and not the fully specified locale from the OS, you can use " +"[method get_locale_language].\n" +"[code]language[/code] - 2 or 3-letter [url=https://en.wikipedia.org/wiki/" +"List_of_ISO_639-1_codes]language code[/url], in lower case.\n" +"[code]Script[/code] - optional, 4-letter [url=https://en.wikipedia.org/wiki/" +"ISO_15924]script code[/url], in title case.\n" +"[code]COUNTRY[/code] - optional, 2 or 3-letter [url=https://en.wikipedia.org/" +"wiki/ISO_3166-1]country code[/url], in upper case.\n" +"[code]VARIANT[/code] - optional, language variant, region and sort order. " +"Variant can have any number of underscored keywords.\n" +"[code]extra[/code] - optional, semicolon separated list of additional key " +"words. Currency, calendar, sort order and numbering system information." +msgstr "" + +#: doc/classes/OS.xml:270 +msgid "" +"Returns the host OS locale's 2 or 3-letter [url=https://en.wikipedia.org/" +"wiki/List_of_ISO_639-1_codes]language code[/url] as a string which should be " +"consistent on all platforms. This is equivalent to extracting the " +"[code]language[/code] part of the [method get_locale] string.\n" +"This can be used to narrow down fully specified locale strings to only the " +"\"common\" language code, when you don't need the additional information " +"about country code or variants. For example, for a French Canadian user with " +"[code]fr_CA[/code] locale, this would return [code]fr[/code]." +msgstr "" + +#: doc/classes/OS.xml:277 +msgid "" +"Returns the model name of the current device.\n" +"[b]Note:[/b] This method is implemented on Android and iOS. Returns " +"[code]\"GenericDevice\"[/code] on unsupported platforms." +msgstr "" + +#: doc/classes/OS.xml:284 +msgid "" +"Returns the name of the host OS. Possible values are: [code]\"Android\"[/" +"code], [code]\"iOS\"[/code], [code]\"HTML5\"[/code], [code]\"OSX\"[/code], " +"[code]\"Server\"[/code], [code]\"Windows\"[/code], [code]\"UWP\"[/code], " +"[code]\"X11\"[/code]." +msgstr "" + +#: doc/classes/OS.xml:291 +msgid "" +"Returns internal structure pointers for use in GDNative plugins.\n" +"[b]Note:[/b] This method is implemented on Linux and Windows (other OSs will " +"soon be supported)." +msgstr "" + +#: doc/classes/OS.xml:298 +msgid "" +"Returns the amount of battery left in the device as a percentage. Returns " +"[code]-1[/code] if power state is unknown.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:305 +msgid "" +"Returns an estimate of the time left in seconds before the device runs out " +"of battery. Returns [code]-1[/code] if power state is unknown.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:312 +msgid "" +"Returns the current state of the device regarding battery and power. See " +"[enum PowerState] constants.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:319 +msgid "" +"Returns the project's process ID.\n" +"[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and " +"Windows." +msgstr "" + +#: doc/classes/OS.xml:326 +msgid "Returns the number of threads available on the host machine." +msgstr "" + +#: doc/classes/OS.xml:332 +msgid "Returns the window size including decorations like window borders." +msgstr "" + +#: doc/classes/OS.xml:339 +msgid "" +"Returns the given scancode as a string (e.g. Return values: [code]\"Escape" +"\"[/code], [code]\"Shift+Escape\"[/code]).\n" +"See also [member InputEventKey.scancode] and [method InputEventKey." +"get_scancode_with_modifiers]." +msgstr "" + +#: doc/classes/OS.xml:346 +msgid "Returns the number of displays attached to the host machine." +msgstr "" + +#: doc/classes/OS.xml:353 +msgid "" +"Returns the dots per inch density of the specified screen. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used.\n" +"[b]Note:[/b] On macOS, returned value is inaccurate if fractional display " +"scaling mode is used.\n" +"[b]Note:[/b] On Android devices, the actual screen densities are grouped " +"into six generalized densities:\n" +"[codeblock]\n" +" ldpi - 120 dpi\n" +" mdpi - 160 dpi\n" +" hdpi - 240 dpi\n" +" xhdpi - 320 dpi\n" +" xxhdpi - 480 dpi\n" +"xxxhdpi - 640 dpi\n" +"[/codeblock]\n" +"[b]Note:[/b] This method is implemented on Android, Linux, macOS and " +"Windows. Returns [code]72[/code] on unsupported platforms." +msgstr "" + +#: doc/classes/OS.xml:370 +msgid "" +"Return the greatest scale factor of all screens.\n" +"[b]Note:[/b] On macOS returned value is [code]2.0[/code] if there is at " +"least one hiDPI (Retina) screen in the system, and [code]1.0[/code] in all " +"other cases.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:379 +msgid "" +"Returns the position of the specified screen by index. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used." +msgstr "" + +#: doc/classes/OS.xml:386 +msgid "" +"Return the scale factor of the specified screen by index. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used.\n" +"[b]Note:[/b] On macOS returned value is [code]2.0[/code] for hiDPI (Retina) " +"screen, and [code]1.0[/code] for all other cases.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:395 +msgid "" +"Returns the dimensions in pixels of the specified screen. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used." +msgstr "" + +#: doc/classes/OS.xml:401 +msgid "" +"Returns the amount of time in milliseconds it took for the boot logo to " +"appear." +msgstr "" + +#: doc/classes/OS.xml:407 +msgid "Returns the maximum amount of static memory used (only works in debug)." +msgstr "" + +#: doc/classes/OS.xml:413 +msgid "Returns the amount of static memory being used by the program in bytes." +msgstr "" + +#: doc/classes/OS.xml:421 +msgid "" +"Returns the actual path to commonly used folders across different platforms. " +"Available locations are specified in [enum SystemDir].\n" +"[b]Note:[/b] This method is implemented on Android, Linux, macOS and " +"Windows.\n" +"[b]Note:[/b] Shared storage is implemented on Android and allows to " +"differentiate between app specific and shared directories. Shared " +"directories have additional restrictions on Android." +msgstr "" + +#: doc/classes/OS.xml:429 +msgid "Returns the epoch time of the operating system in milliseconds." +msgstr "" + +#: doc/classes/OS.xml:435 +msgid "Returns the epoch time of the operating system in seconds." +msgstr "" + +#: doc/classes/OS.xml:441 +msgid "" +"Returns the total number of available tablet drivers.\n" +"[b]Note:[/b] This method is implemented on Windows." +msgstr "" + +#: doc/classes/OS.xml:449 +msgid "" +"Returns the tablet driver name for the given index.\n" +"[b]Note:[/b] This method is implemented on Windows." +msgstr "" + +#: doc/classes/OS.xml:456 +msgid "" +"Returns the ID of the current thread. This can be used in logs to ease " +"debugging of multi-threaded applications.\n" +"[b]Note:[/b] Thread IDs are not deterministic and may be reused across " +"application restarts." +msgstr "" + +#: doc/classes/OS.xml:463 +msgid "" +"Returns the amount of time passed in milliseconds since the engine started." +msgstr "" + +#: doc/classes/OS.xml:469 +msgid "" +"Returns the amount of time passed in microseconds since the engine started." +msgstr "" + +#: doc/classes/OS.xml:476 +msgid "Returns current time as a dictionary of keys: hour, minute, second." +msgstr "" + +#: doc/classes/OS.xml:482 +msgid "" +"Returns the current time zone as a dictionary with the keys: bias and name." +msgstr "" + +#: doc/classes/OS.xml:488 +msgid "" +"Returns a string that is unique to the device.\n" +"[b]Note:[/b] This string may change without notice if the user reinstalls/" +"upgrades their operating system or changes their hardware. This means it " +"should generally not be used to encrypt persistent data as the data saved " +"before an unexpected ID change would become inaccessible. The returned " +"string may also be falsified using external programs, so do not rely on the " +"string returned by [method get_unique_id] for security purposes.\n" +"[b]Note:[/b] Returns an empty string on HTML5 and UWP, as this method isn't " +"implemented on those platforms yet." +msgstr "" + +#: doc/classes/OS.xml:496 +msgid "" +"Returns the current UNIX epoch timestamp in seconds.\n" +"[b]Important:[/b] This is the system clock that the user can manually set. " +"[b]Never use[/b] this method for precise time calculation since its results " +"are also subject to automatic adjustments by the operating system. [b]Always " +"use[/b] [method get_ticks_usec] or [method get_ticks_msec] for precise time " +"calculation instead, since they are guaranteed to be monotonic (i.e. never " +"decrease)." +msgstr "" + +#: doc/classes/OS.xml:504 +msgid "" +"Gets an epoch time value from a dictionary of time values.\n" +"[code]datetime[/code] must be populated with the following keys: [code]year[/" +"code], [code]month[/code], [code]day[/code], [code]hour[/code], " +"[code]minute[/code], [code]second[/code].\n" +"If the dictionary is empty [code]0[/code] is returned. If some keys are " +"omitted, they default to the equivalent values for the UNIX epoch timestamp " +"0 (1970-01-01 at 00:00:00 UTC).\n" +"You can pass the output from [method get_datetime_from_unix_time] directly " +"into this function. Daylight Savings Time ([code]dst[/code]), if present, is " +"ignored." +msgstr "" + +#: doc/classes/OS.xml:513 +msgid "" +"Returns the absolute directory path where user data is written ([code]user://" +"[/code]).\n" +"On Linux, this is [code]~/.local/share/godot/app_userdata/[project_name][/" +"code], or [code]~/.local/share/[custom_name][/code] if " +"[code]use_custom_user_dir[/code] is set.\n" +"On macOS, this is [code]~/Library/Application Support/Godot/app_userdata/" +"[project_name][/code], or [code]~/Library/Application Support/[custom_name][/" +"code] if [code]use_custom_user_dir[/code] is set.\n" +"On Windows, this is [code]%APPDATA%\\Godot\\app_userdata\\[project_name][/" +"code], or [code]%APPDATA%\\[custom_name][/code] if " +"[code]use_custom_user_dir[/code] is set. [code]%APPDATA%[/code] expands to " +"[code]%USERPROFILE%\\AppData\\Roaming[/code].\n" +"If the project name is empty, [code]user://[/code] falls back to [code]res://" +"[/code].\n" +"Not to be confused with [method get_data_dir], which returns the [i]global[/" +"i] (non-project-specific) user data directory." +msgstr "" + +#: doc/classes/OS.xml:524 +msgid "Returns the number of video drivers supported on the current platform." +msgstr "" + +#: doc/classes/OS.xml:531 +msgid "" +"Returns the name of the video driver matching the given [code]driver[/code] " +"index. This index is a value from [enum VideoDriver], and you can use " +"[method get_current_video_driver] to get the current backend's index." +msgstr "" + +#: doc/classes/OS.xml:537 +msgid "" +"Returns the on-screen keyboard's height in pixels. Returns 0 if there is no " +"keyboard or if it is currently hidden." +msgstr "" + +#: doc/classes/OS.xml:543 +msgid "" +"Returns unobscured area of the window where interactive controls should be " +"rendered." +msgstr "" + +#: doc/classes/OS.xml:553 +msgid "" +"Add a new item with text \"label\" to global menu. Use \"_dock\" menu to add " +"item to the macOS dock icon menu.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:561 +msgid "" +"Add a separator between items. Separators also occupy an index.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:569 +msgid "" +"Clear the global menu, in effect removing all items.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:578 +msgid "" +"Removes the item at index \"idx\" from the global menu. Note that the " +"indexes of items after the removed item are going to be shifted by one.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:586 +msgid "" +"Returns [code]true[/code] if the environment variable with the name " +"[code]variable[/code] exists.\n" +"[b]Note:[/b] Double-check the casing of [code]variable[/code]. Environment " +"variable names are case-sensitive on all platforms except Windows." +msgstr "" + +#: doc/classes/OS.xml:594 +msgid "" +"Returns [code]true[/code] if the feature for the given feature tag is " +"supported in the currently running instance, depending on the platform, " +"build etc. Can be used to check whether you're currently running a debug " +"build, on a certain platform or arch, etc. Refer to the [url=https://docs." +"godotengine.org/en/3.4/getting_started/workflow/export/feature_tags." +"html]Feature Tags[/url] documentation for more details.\n" +"[b]Note:[/b] Tag names are case-sensitive." +msgstr "" + +#: doc/classes/OS.xml:601 +msgid "" +"Returns [code]true[/code] if the device has a touchscreen or emulates one." +msgstr "" + +#: doc/classes/OS.xml:607 +msgid "" +"Returns [code]true[/code] if the platform has a virtual keyboard, " +"[code]false[/code] otherwise." +msgstr "" + +#: doc/classes/OS.xml:613 +msgid "Hides the virtual keyboard if it is shown, does nothing otherwise." +msgstr "" + +#: doc/classes/OS.xml:619 +msgid "" +"Returns [code]true[/code] if the Godot binary used to run the project is a " +"[i]debug[/i] export template, or when running in the editor.\n" +"Returns [code]false[/code] if the Godot binary used to run the project is a " +"[i]release[/i] export template.\n" +"To check whether the Godot binary used to run the project is an export " +"template (debug or release), use [code]OS.has_feature(\"standalone\")[/code] " +"instead." +msgstr "" + +#: doc/classes/OS.xml:627 +msgid "" +"Returns [code]true[/code] if the [b]OK[/b] button should appear on the left " +"and [b]Cancel[/b] on the right." +msgstr "" + +#: doc/classes/OS.xml:634 +msgid "" +"Returns [code]true[/code] if the input scancode corresponds to a Unicode " +"character." +msgstr "" + +#: doc/classes/OS.xml:640 +msgid "" +"Returns [code]true[/code] if the engine was executed with [code]-v[/code] " +"(verbose stdout)." +msgstr "" + +#: doc/classes/OS.xml:646 +msgid "" +"If [code]true[/code], the [code]user://[/code] file system is persistent, so " +"that its state is the same after a player quits and starts the game again. " +"Relevant to the HTML5 platform, where this persistence may be unavailable." +msgstr "" + +#: doc/classes/OS.xml:652 +msgid "" +"Returns [code]true[/code] if the window should always be on top of other " +"windows." +msgstr "" + +#: doc/classes/OS.xml:658 +msgid "" +"Returns [code]true[/code] if the window is currently focused.\n" +"[b]Note:[/b] Only implemented on desktop platforms. On other platforms, it " +"will always return [code]true[/code]." +msgstr "" + +#: doc/classes/OS.xml:665 +msgid "" +"Returns active keyboard layout index.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:672 +msgid "" +"Returns the number of keyboard layouts.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:680 +msgid "" +"Returns the ISO-639/BCP-47 language code of the keyboard layout at position " +"[code]index[/code].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:688 +msgid "" +"Returns the localized name of the keyboard layout at position [code]index[/" +"code].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:696 +msgid "" +"Sets active keyboard layout.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:704 +msgid "" +"Kill (terminate) the process identified by the given process ID ([code]pid[/" +"code]), e.g. the one returned by [method execute] in non-blocking mode.\n" +"[b]Note:[/b] This method can also be used to kill processes that were not " +"spawned by the game.\n" +"[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and " +"Windows." +msgstr "" + +#: doc/classes/OS.xml:712 +msgid "" +"Moves the window to the front.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:719 +msgid "" +"Returns [code]true[/code] if native video is playing.\n" +"[b]Note:[/b] This method is only implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:726 +msgid "" +"Pauses native video playback.\n" +"[b]Note:[/b] This method is only implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:737 +msgid "" +"Plays native video from the specified path, at the given volume and with " +"audio and subtitle tracks.\n" +"[b]Note:[/b] This method is only implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:744 +msgid "" +"Stops native video playback.\n" +"[b]Note:[/b] This method is implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:751 +msgid "" +"Resumes native video playback.\n" +"[b]Note:[/b] This method is implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:758 +msgid "" +"Initialises the singleton for the system MIDI driver.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:766 +msgid "" +"Shows all resources in the game. Optionally, the list can be written to a " +"file by specifying a file path in [code]tofile[/code]." +msgstr "" + +#: doc/classes/OS.xml:772 +msgid "Shows the list of loaded textures sorted by size in memory." +msgstr "" + +#: doc/classes/OS.xml:779 +msgid "Shows the number of resources loaded by the game of the given types." +msgstr "" + +#: doc/classes/OS.xml:786 +msgid "Shows all resources currently used by the game." +msgstr "" + +#: doc/classes/OS.xml:792 +msgid "" +"Request the user attention to the window. It'll flash the taskbar button on " +"Windows or bounce the dock icon on OSX.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:800 +msgid "" +"At the moment this function is only used by [code]AudioDriverOpenSL[/code] " +"to request permission for [code]RECORD_AUDIO[/code] on Android." +msgstr "" + +#: doc/classes/OS.xml:806 +msgid "" +"With this function, you can request dangerous permissions since normal " +"permissions are automatically granted at install time in Android " +"applications.\n" +"[b]Note:[/b] This method is implemented on Android." +msgstr "" + +#: doc/classes/OS.xml:815 +msgid "" +"Sets the value of the environment variable [code]variable[/code] to " +"[code]value[/code]. The environment variable will be set for the Godot " +"process and any process executed with [method execute] after running [method " +"set_environment]. The environment variable will [i]not[/i] persist to " +"processes run after the Godot process was terminated.\n" +"[b]Note:[/b] Double-check the casing of [code]variable[/code]. Environment " +"variable names are case-sensitive on all platforms except Windows." +msgstr "" + +#: doc/classes/OS.xml:823 +msgid "" +"Sets the game's icon using an [Image] resource.\n" +"The same image is used for window caption, taskbar/dock and window selection " +"dialog. Image is scaled as needed.\n" +"[b]Note:[/b] This method is implemented on HTML5, Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:832 +msgid "" +"Sets whether IME input mode should be enabled.\n" +"If active IME handles key events before the application and creates an " +"composition string and suggestion list.\n" +"Application can retrieve the composition status by using [method " +"get_ime_selection] and [method get_ime_text] functions.\n" +"Completed composition string is committed when input is finished.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:843 +msgid "" +"Sets position of IME suggestion list popup (in window coordinates).\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:851 +msgid "" +"Sets the game's icon using a multi-size platform-specific icon file ([code]*." +"ico[/code] on Windows and [code]*.icns[/code] on macOS).\n" +"Appropriate size sub-icons are used for window caption, taskbar/dock and " +"window selection dialog.\n" +"[b]Note:[/b] This method is implemented on macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:860 +msgid "Sets the name of the current thread." +msgstr "" + +#: doc/classes/OS.xml:867 +msgid "Enables backup saves if [code]enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/OS.xml:874 +msgid "" +"Sets whether the window should always be on top.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:882 +msgid "" +"Sets a polygonal region of the window which accepts mouse events. Mouse " +"events outside the region will be passed through.\n" +"Passing an empty array will disable passthrough support (all mouse events " +"will be intercepted by the window, which is the default behavior).\n" +"[codeblock]\n" +"# Set region, using Path2D node.\n" +"OS.set_window_mouse_passthrough($Path2D.curve.get_baked_points())\n" +"\n" +"# Set region, using Polygon2D node.\n" +"OS.set_window_mouse_passthrough($Polygon2D.polygon)\n" +"\n" +"# Reset region to default.\n" +"OS.set_window_mouse_passthrough([])\n" +"[/codeblock]\n" +"[b]Note:[/b] On Windows, the portion of a window that lies outside the " +"region is not drawn, while on Linux and macOS it is.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:902 +msgid "" +"Sets the window title to the specified string.\n" +"[b]Note:[/b] This should be used sporadically. Don't set this every frame, " +"as that will negatively affect performance on some window managers.\n" +"[b]Note:[/b] This method is implemented on HTML5, Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:911 +msgid "" +"Requests the OS to open a resource with the most appropriate program. For " +"example:\n" +"- [code]OS.shell_open(\"C:\\\\Users\\name\\Downloads\")[/code] on Windows " +"opens the file explorer at the user's Downloads folder.\n" +"- [code]OS.shell_open(\"https://godotengine.org\")[/code] opens the default " +"web browser on the official Godot website.\n" +"- [code]OS.shell_open(\"mailto:example@example.com\")[/code] opens the " +"default email client with the \"To\" field set to [code]example@example.com[/" +"code]. See [url=https://blog.escapecreative.com/customizing-mailto-" +"links/]Customizing [code]mailto:[/code] Links[/url] for a list of fields " +"that can be added.\n" +"Use [method ProjectSettings.globalize_path] to convert a [code]res://[/code] " +"or [code]user://[/code] path into a system path for use with this method.\n" +"[b]Note:[/b] This method is implemented on Android, iOS, HTML5, Linux, macOS " +"and Windows." +msgstr "" + +#: doc/classes/OS.xml:924 +msgid "" +"Shows the virtual keyboard if the platform has one.\n" +"The [code]existing_text[/code] parameter is useful for implementing your own " +"[LineEdit] or [TextEdit], as it tells the virtual keyboard what text has " +"already been typed (the virtual keyboard uses it for auto-correct and " +"predictions).\n" +"The [code]multiline[/code] parameter needs to be set to [code]true[/code] to " +"be able to enter multiple lines of text, as in [TextEdit].\n" +"[b]Note:[/b] This method is implemented on Android, iOS and UWP." +msgstr "" + +#: doc/classes/OS.xml:933 +msgid "The clipboard from the host OS. Might be unavailable on some platforms." +msgstr "" + +#: doc/classes/OS.xml:936 +msgid "The current screen index (starting from 0)." +msgstr "" + +#: doc/classes/OS.xml:939 +msgid "" +"If [code]true[/code], the engine filters the time delta measured between " +"each frame, and attempts to compensate for random variation. This will only " +"operate on systems where V-Sync is active." +msgstr "" + +#: doc/classes/OS.xml:942 +msgid "" +"The exit code passed to the OS when the main loop exits. By convention, an " +"exit code of [code]0[/code] indicates success whereas a non-zero exit code " +"indicates an error. For portability reasons, the exit code should be set " +"between 0 and 125 (inclusive).\n" +"[b]Note:[/b] This value will be ignored if using [method SceneTree.quit] " +"with an [code]exit_code[/code] argument passed." +msgstr "" + +#: doc/classes/OS.xml:946 +msgid "" +"If [code]true[/code], the engine tries to keep the screen on while the game " +"is running. Useful on mobile." +msgstr "" + +#: doc/classes/OS.xml:949 +msgid "" +"If [code]true[/code], the engine optimizes for low processor usage by only " +"refreshing the screen if needed. Can improve battery consumption on mobile." +msgstr "" + +#: doc/classes/OS.xml:952 +msgid "" +"The amount of sleeping between frames when the low-processor usage mode is " +"enabled (in microseconds). Higher values will result in lower CPU usage." +msgstr "" + +#: doc/classes/OS.xml:955 +msgid "" +"The maximum size of the window (without counting window manager " +"decorations). Does not affect fullscreen mode. Set to [code](0, 0)[/code] to " +"reset to the system default value." +msgstr "" + +#: doc/classes/OS.xml:958 +msgid "" +"The minimum size of the window in pixels (without counting window manager " +"decorations). Does not affect fullscreen mode. Set to [code](0, 0)[/code] to " +"reset to the system's default value.\n" +"[b]Note:[/b] By default, the project window has a minimum size of " +"[code]Vector2(64, 64)[/code]. This prevents issues that can arise when the " +"window is resized to a near-zero size." +msgstr "" + +#: doc/classes/OS.xml:962 +msgid "The current screen orientation." +msgstr "" + +#: doc/classes/OS.xml:965 +msgid "The current tablet driver in use." +msgstr "" + +#: doc/classes/OS.xml:968 +msgid "If [code]true[/code], vertical synchronization (Vsync) is enabled." +msgstr "" + +#: doc/classes/OS.xml:971 +msgid "" +"If [code]true[/code] and [code]vsync_enabled[/code] is true, the operating " +"system's window compositor will be used for vsync when the compositor is " +"enabled and the game is in windowed mode.\n" +"[b]Note:[/b] This option is experimental and meant to alleviate stutter " +"experienced by some users. However, some users have experienced a Vsync " +"framerate halving (e.g. from 60 FPS to 30 FPS) when using it.\n" +"[b]Note:[/b] This property is only implemented on Windows." +msgstr "" + +#: doc/classes/OS.xml:976 +msgid "" +"If [code]true[/code], removes the window frame.\n" +"[b]Note:[/b] Setting [code]window_borderless[/code] to [code]false[/code] " +"disables per-pixel transparency." +msgstr "" + +#: doc/classes/OS.xml:980 +msgid "If [code]true[/code], the window is fullscreen." +msgstr "" + +#: doc/classes/OS.xml:983 +msgid "If [code]true[/code], the window is maximized." +msgstr "" + +#: doc/classes/OS.xml:986 +msgid "If [code]true[/code], the window is minimized." +msgstr "" + +#: doc/classes/OS.xml:989 +msgid "" +"If [code]true[/code], the window background is transparent and the window " +"frame is removed.\n" +"Use [code]get_tree().get_root().set_transparent_background(true)[/code] to " +"disable main viewport background rendering.\n" +"[b]Note:[/b] This property has no effect if [member ProjectSettings.display/" +"window/per_pixel_transparency/allowed] setting is disabled.\n" +"[b]Note:[/b] This property is implemented on HTML5, Linux, macOS, Windows, " +"and Android. It can't be changed at runtime for Android. Use [member " +"ProjectSettings.display/window/per_pixel_transparency/enabled] to set it at " +"startup instead." +msgstr "" + +#: doc/classes/OS.xml:995 +msgid "" +"The window position relative to the screen, the origin is the top left " +"corner, +Y axis goes to the bottom and +X axis goes to the right." +msgstr "" + +#: doc/classes/OS.xml:998 +msgid "If [code]true[/code], the window is resizable by the user." +msgstr "" + +#: doc/classes/OS.xml:1001 +msgid "The size of the window (without counting window manager decorations)." +msgstr "" + +#: doc/classes/OS.xml:1006 +msgid "" +"The GLES2 rendering backend. It uses OpenGL ES 2.0 on mobile devices, OpenGL " +"2.1 on desktop platforms and WebGL 1.0 on the web." +msgstr "" + +#: doc/classes/OS.xml:1009 +msgid "" +"The GLES3 rendering backend. It uses OpenGL ES 3.0 on mobile devices, OpenGL " +"3.3 on desktop platforms and WebGL 2.0 on the web." +msgstr "" + +#: doc/classes/OS.xml:1012 +msgid "Sunday." +msgstr "" + +#: doc/classes/OS.xml:1015 +msgid "Monday." +msgstr "" + +#: doc/classes/OS.xml:1018 +msgid "Tuesday." +msgstr "" + +#: doc/classes/OS.xml:1021 +msgid "Wednesday." +msgstr "" + +#: doc/classes/OS.xml:1024 +msgid "Thursday." +msgstr "" + +#: doc/classes/OS.xml:1027 +msgid "Friday." +msgstr "" + +#: doc/classes/OS.xml:1030 +msgid "Saturday." +msgstr "" + +#: doc/classes/OS.xml:1033 +msgid "January." +msgstr "" + +#: doc/classes/OS.xml:1036 +msgid "February." +msgstr "" + +#: doc/classes/OS.xml:1039 +msgid "March." +msgstr "" + +#: doc/classes/OS.xml:1042 +msgid "April." +msgstr "" + +#: doc/classes/OS.xml:1045 +msgid "May." +msgstr "" + +#: doc/classes/OS.xml:1048 +msgid "June." +msgstr "" + +#: doc/classes/OS.xml:1051 +msgid "July." +msgstr "" + +#: doc/classes/OS.xml:1054 +msgid "August." +msgstr "" + +#: doc/classes/OS.xml:1057 +msgid "September." +msgstr "" + +#: doc/classes/OS.xml:1060 +msgid "October." +msgstr "" + +#: doc/classes/OS.xml:1063 +msgid "November." +msgstr "" + +#: doc/classes/OS.xml:1066 +msgid "December." +msgstr "" + +#: doc/classes/OS.xml:1069 +msgid "" +"Application handle:\n" +"- Windows: [code]HINSTANCE[/code] of the application\n" +"- MacOS: [code]NSApplication*[/code] of the application (not yet " +"implemented)\n" +"- Android: [code]JNIEnv*[/code] of the application (not yet implemented)" +msgstr "" + +#: doc/classes/OS.xml:1075 +msgid "" +"Display handle:\n" +"- Linux: [code]X11::Display*[/code] for the display" +msgstr "" + +#: doc/classes/OS.xml:1079 +msgid "" +"Window handle:\n" +"- Windows: [code]HWND[/code] of the main window\n" +"- Linux: [code]X11::Window*[/code] of the main window\n" +"- MacOS: [code]NSWindow*[/code] of the main window (not yet implemented)\n" +"- Android: [code]jObject[/code] the main android activity (not yet " +"implemented)" +msgstr "" + +#: doc/classes/OS.xml:1086 +msgid "" +"Window view:\n" +"- Windows: [code]HDC[/code] of the main window drawing context\n" +"- MacOS: [code]NSView*[/code] of the main windows view (not yet implemented)" +msgstr "" + +#: doc/classes/OS.xml:1091 +msgid "" +"OpenGL Context:\n" +"- Windows: [code]HGLRC[/code]\n" +"- Linux: [code]X11::GLXContext[/code]\n" +"- MacOS: [code]NSOpenGLContext*[/code] (not yet implemented)" +msgstr "" + +#: doc/classes/OS.xml:1097 +msgid "Landscape screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1100 +msgid "Portrait screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1103 +msgid "Reverse landscape screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1106 +msgid "Reverse portrait screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1109 +msgid "Uses landscape or reverse landscape based on the hardware sensor." +msgstr "" + +#: doc/classes/OS.xml:1112 +msgid "Uses portrait or reverse portrait based on the hardware sensor." +msgstr "" + +#: doc/classes/OS.xml:1115 +msgid "Uses most suitable orientation based on the hardware sensor." +msgstr "" + +#: doc/classes/OS.xml:1118 +msgid "Desktop directory path." +msgstr "" + +#: doc/classes/OS.xml:1121 +msgid "DCIM (Digital Camera Images) directory path." +msgstr "" + +#: doc/classes/OS.xml:1124 +msgid "Documents directory path." +msgstr "" + +#: doc/classes/OS.xml:1127 +msgid "Downloads directory path." +msgstr "" + +#: doc/classes/OS.xml:1130 +msgid "Movies directory path." +msgstr "" + +#: doc/classes/OS.xml:1133 +msgid "Music directory path." +msgstr "" + +#: doc/classes/OS.xml:1136 +msgid "Pictures directory path." +msgstr "" + +#: doc/classes/OS.xml:1139 +msgid "Ringtones directory path." +msgstr "" + +#: doc/classes/OS.xml:1142 +msgid "Unknown powerstate." +msgstr "" + +#: doc/classes/OS.xml:1145 +msgid "Unplugged, running on battery." +msgstr "" + +#: doc/classes/OS.xml:1148 +msgid "Plugged in, no battery available." +msgstr "" + +#: doc/classes/OS.xml:1151 +msgid "Plugged in, battery charging." +msgstr "" + +#: doc/classes/OS.xml:1154 +msgid "Plugged in, battery fully charged." +msgstr "" + +#: doc/classes/PackedDataContainerRef.xml:4 +msgid "Reference version of [PackedDataContainer]." +msgstr "" + +#: doc/classes/PackedScene.xml:4 +msgid "An abstraction of a serialized scene." +msgstr "" + +#: doc/classes/PackedScene.xml:7 +msgid "" +"A simplified interface to a scene file. Provides access to operations and " +"checks that can be performed on the scene resource itself.\n" +"Can be used to save a node to a file. When saving, the node as well as all " +"the nodes it owns get saved (see [code]owner[/code] property on [Node]).\n" +"[b]Note:[/b] The node doesn't need to own itself.\n" +"[b]Example of loading a saved scene:[/b]\n" +"[codeblock]\n" +"# Use `load()` instead of `preload()` if the path isn't known at compile-" +"time.\n" +"var scene = preload(\"res://scene.tscn\").instance()\n" +"# Add the node as a child of the node the script is attached to.\n" +"add_child(scene)\n" +"[/codeblock]\n" +"[b]Example of saving a node with different owners:[/b] The following example " +"creates 3 objects: [code]Node2D[/code] ([code]node[/code]), " +"[code]RigidBody2D[/code] ([code]rigid[/code]) and [code]CollisionObject2D[/" +"code] ([code]collision[/code]). [code]collision[/code] is a child of " +"[code]rigid[/code] which is a child of [code]node[/code]. Only [code]rigid[/" +"code] is owned by [code]node[/code] and [code]pack[/code] will therefore " +"only save those two nodes, but not [code]collision[/code].\n" +"[codeblock]\n" +"# Create the objects.\n" +"var node = Node2D.new()\n" +"var rigid = RigidBody2D.new()\n" +"var collision = CollisionShape2D.new()\n" +"\n" +"# Create the object hierarchy.\n" +"rigid.add_child(collision)\n" +"node.add_child(rigid)\n" +"\n" +"# Change owner of `rigid`, but not of `collision`.\n" +"rigid.owner = node\n" +"\n" +"var scene = PackedScene.new()\n" +"# Only `node` and `rigid` are now packed.\n" +"var result = scene.pack(node)\n" +"if result == OK:\n" +" var error = ResourceSaver.save(\"res://path/name.scn\", scene) # Or " +"\"user://...\"\n" +" if error != OK:\n" +" push_error(\"An error occurred while saving the scene to disk.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/PackedScene.xml:47 +msgid "Returns [code]true[/code] if the scene file has nodes." +msgstr "" + +#: doc/classes/PackedScene.xml:53 +msgid "" +"Returns the [code]SceneState[/code] representing the scene file contents." +msgstr "" + +#: doc/classes/PackedScene.xml:60 +msgid "" +"Instantiates the scene's node hierarchy. Triggers child scene " +"instantiation(s). Triggers a [constant Node.NOTIFICATION_INSTANCED] " +"notification on the root node." +msgstr "" + +#: doc/classes/PackedScene.xml:67 +msgid "" +"Pack will ignore any sub-nodes not owned by given node. See [member Node." +"owner]." +msgstr "" + +#: doc/classes/PackedScene.xml:73 +msgid "" +"A dictionary representation of the scene contents.\n" +"Available keys include \"rnames\" and \"variants\" for resources, " +"\"node_count\", \"nodes\", \"node_paths\" for nodes, \"editable_instances\" " +"for base scene children overrides, \"conn_count\" and \"conns\" for signal " +"connections, and \"version\" for the format style of the PackedScene." +msgstr "" + +#: doc/classes/PackedScene.xml:79 +msgid "If passed to [method instance], blocks edits to the scene state." +msgstr "" + +#: doc/classes/PackedScene.xml:82 +msgid "" +"If passed to [method instance], provides local scene resources to the local " +"scene.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/PackedScene.xml:86 +msgid "" +"If passed to [method instance], provides local scene resources to the local " +"scene. Only the main scene should receive the main edit state.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/PacketPeer.xml:4 +msgid "Abstraction and base class for packet-based protocols." +msgstr "" + +#: doc/classes/PacketPeer.xml:7 +msgid "" +"PacketPeer is an abstraction and base class for packet-based protocols (such " +"as UDP). It provides an API for sending and receiving packets both as raw " +"data or variables. This makes it easy to transfer data over a protocol, " +"without having to encode data as low-level bytes or having to worry about " +"network ordering." +msgstr "" + +#: doc/classes/PacketPeer.xml:15 +msgid "Returns the number of packets currently available in the ring-buffer." +msgstr "" + +#: doc/classes/PacketPeer.xml:21 +msgid "Gets a raw packet." +msgstr "" + +#: doc/classes/PacketPeer.xml:27 +msgid "" +"Returns the error state of the last packet received (via [method get_packet] " +"and [method get_var])." +msgstr "" + +#: doc/classes/PacketPeer.xml:34 +msgid "" +"Gets a Variant. If [code]allow_objects[/code] (or [member " +"allow_object_decoding]) is [code]true[/code], decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/PacketPeer.xml:42 +msgid "Sends a raw packet." +msgstr "" + +#: doc/classes/PacketPeer.xml:50 +msgid "" +"Sends a [Variant] as a packet. If [code]full_objects[/code] (or [member " +"allow_object_decoding]) is [code]true[/code], encoding objects is allowed " +"(and can potentially include code)." +msgstr "" + +#: doc/classes/PacketPeer.xml:56 +msgid "" +"[i]Deprecated.[/i] Use [code]get_var[/code] and [code]put_var[/code] " +"parameters instead.\n" +"If [code]true[/code], the PacketPeer will allow encoding and decoding of " +"object via [method get_var] and [method put_var].\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/PacketPeer.xml:61 +msgid "" +"Maximum buffer size allowed when encoding [Variant]s. Raise this value to " +"support heavier memory allocations.\n" +"The [method put_var] method allocates memory on the stack, and the buffer " +"used will grow automatically to the closest power of two to match the size " +"of the [Variant]. If the [Variant] is bigger than " +"[code]encode_buffer_max_size[/code], the method will error out with " +"[constant ERR_OUT_OF_MEMORY]." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:4 +msgid "DTLS packet peer." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:7 +msgid "" +"This class represents a DTLS peer connection. It can be used to connect to a " +"DTLS server, and is returned by [method DTLSServer.take_connection].\n" +"[b]Warning:[/b] SSL/TLS certificate revocation and certificate pinning are " +"currently not supported. Revoked certificates are accepted as long as they " +"are otherwise valid. If this is a concern, you may want to use automatically " +"managed certificates with a short validity period." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:20 +msgid "" +"Connects a [code]peer[/code] beginning the DTLS handshake using the " +"underlying [PacketPeerUDP] which must be connected (see [method " +"PacketPeerUDP.connect_to_host]). If [code]validate_certs[/code] is " +"[code]true[/code], [PacketPeerDTLS] will validate that the certificate " +"presented by the remote peer and match it with the [code]for_hostname[/code] " +"argument. You can specify a custom [X509Certificate] to use for validation " +"via the [code]valid_certificate[/code] argument." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:26 +msgid "Disconnects this peer, terminating the DTLS session." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:32 doc/classes/StreamPeerSSL.xml:43 +msgid "Returns the status of the connection. See [enum Status] for values." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:38 +msgid "" +"Poll the connection to check for incoming packets. Call this frequently to " +"update the status and keep the connection working." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:44 +msgid "A status representing a [PacketPeerDTLS] that is disconnected." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:47 +msgid "" +"A status representing a [PacketPeerDTLS] that is currently performing the " +"handshake with a remote peer." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:50 +msgid "" +"A status representing a [PacketPeerDTLS] that is connected to a remote peer." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:53 +msgid "A status representing a [PacketPeerDTLS] in a generic error state." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:56 +msgid "" +"An error status that shows a mismatch in the DTLS certificate domain " +"presented by the host and the domain requested for validation." +msgstr "" + +#: doc/classes/PacketPeerStream.xml:4 +msgid "Wrapper to use a PacketPeer over a StreamPeer." +msgstr "" + +#: doc/classes/PacketPeerStream.xml:7 +msgid "" +"PacketStreamPeer provides a wrapper for working using packets over a stream. " +"This allows for using packet based code with StreamPeers. PacketPeerStream " +"implements a custom protocol over the StreamPeer, so the user should not " +"read or write to the wrapped StreamPeer directly." +msgstr "" + +#: doc/classes/PacketPeerStream.xml:19 +msgid "The wrapped [StreamPeer] object." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:4 +msgid "UDP packet peer." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:7 +msgid "" +"UDP packet peer. Can be used to send raw UDP packets as well as [Variant]s." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:15 +msgid "Closes the UDP socket the [PacketPeerUDP] is currently listening on." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:23 +msgid "" +"Calling this method connects this UDP peer to the given [code]host[/code]/" +"[code]port[/code] pair. UDP is in reality connectionless, so this option " +"only means that incoming packets from different addresses are automatically " +"discarded, and that outgoing packets are always sent to the connected " +"address (future calls to [method set_dest_address] are not allowed). This " +"method does not send any data to the remote peer, to do that, use [method " +"PacketPeer.put_var] or [method PacketPeer.put_packet] as usual. See also " +"[UDPServer].\n" +"[b]Note:[/b] Connecting to the remote peer does not help to protect from " +"malicious attacks like IP spoofing, etc. Think about using an encryption " +"technique like SSL or DTLS if you feel like your application is transferring " +"sensitive information." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:30 +msgid "" +"Returns the IP of the remote peer that sent the last packet(that was " +"received with [method PacketPeer.get_packet] or [method PacketPeer.get_var])." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:36 +msgid "" +"Returns the port of the remote peer that sent the last packet(that was " +"received with [method PacketPeer.get_packet] or [method PacketPeer.get_var])." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:42 +msgid "" +"Returns [code]true[/code] if the UDP socket is open and has been connected " +"to a remote address. See [method connect_to_host]." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:48 +msgid "Returns whether this [PacketPeerUDP] is listening." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:56 +msgid "" +"Joins the multicast group specified by [code]multicast_address[/code] using " +"the interface identified by [code]interface_name[/code].\n" +"You can join the same multicast group with multiple interfaces. Use [method " +"IP.get_local_interfaces] to know which are available.\n" +"[b]Note:[/b] Some Android devices might require the " +"[code]CHANGE_WIFI_MULTICAST_STATE[/code] permission for multicast to work." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:66 +msgid "" +"Removes the interface identified by [code]interface_name[/code] from the " +"multicast group specified by [code]multicast_address[/code]." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:75 +msgid "" +"Makes this [PacketPeerUDP] listen on the [code]port[/code] binding to " +"[code]bind_address[/code] with a buffer size [code]recv_buf_size[/code].\n" +"If [code]bind_address[/code] is set to [code]\"*\"[/code] (default), the " +"peer will listen on all available addresses (both IPv4 and IPv6).\n" +"If [code]bind_address[/code] is set to [code]\"0.0.0.0\"[/code] (for IPv4) " +"or [code]\"::\"[/code] (for IPv6), the peer will listen on all available " +"addresses matching that IP type.\n" +"If [code]bind_address[/code] is set to any valid address (e.g. " +"[code]\"192.168.1.101\"[/code], [code]\"::1\"[/code], etc), the peer will " +"only listen on the interface with that addresses (or fail if no interface " +"with the given address exists)." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:85 +msgid "" +"Enable or disable sending of broadcast packets (e.g. " +"[code]set_dest_address(\"255.255.255.255\", 4343)[/code]. This option is " +"disabled by default.\n" +"[b]Note:[/b] Some Android devices might require the " +"[code]CHANGE_WIFI_MULTICAST_STATE[/code] permission and this option to be " +"enabled to receive broadcast packets too." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:94 +msgid "" +"Sets the destination address and port for sending packets and variables. A " +"hostname will be resolved using DNS if needed.\n" +"[b]Note:[/b] [method set_broadcast_enabled] must be enabled before sending " +"packets to a broadcast address (e.g. [code]255.255.255.255[/code])." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:101 +msgid "" +"Waits for a packet to arrive on the listening port. See [method listen].\n" +"[b]Note:[/b] [method wait] can't be interrupted once it has been called. " +"This can be worked around by allowing the other party to send a specific " +"\"death pill\" packet like this:\n" +"[codeblock]\n" +"# Server\n" +"socket.set_dest_address(\"127.0.0.1\", 789)\n" +"socket.put_packet(\"Time to stop\".to_ascii())\n" +"\n" +"# Client\n" +"while socket.wait() == OK:\n" +" var data = socket.get_packet().get_string_from_ascii()\n" +" if data == \"Time to stop\":\n" +" return\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Panel.xml:4 +msgid "Provides an opaque background for [Control] children." +msgstr "" + +#: doc/classes/Panel.xml:7 +msgid "" +"Panel is a [Control] that displays an opaque background. It's commonly used " +"as a parent and container for other types of [Control] nodes." +msgstr "" + +#: doc/classes/Panel.xml:11 +msgid "https://godotengine.org/asset-library/asset/516" +msgstr "" + +#: doc/classes/Panel.xml:12 doc/classes/Skeleton.xml:12 +#: doc/classes/SkeletonIK.xml:29 +msgid "https://godotengine.org/asset-library/asset/523" +msgstr "" + +#: doc/classes/Panel.xml:20 +msgid "The style of this [Panel]." +msgstr "" + +#: doc/classes/PanelContainer.xml:4 +msgid "Panel container type." +msgstr "" + +#: doc/classes/PanelContainer.xml:7 +msgid "" +"Panel container type. This container fits controls inside of the delimited " +"area of a stylebox. It's useful for giving controls an outline." +msgstr "" + +#: doc/classes/PanelContainer.xml:18 +msgid "The style of [PanelContainer]'s background." +msgstr "" + +#: doc/classes/PanoramaSky.xml:4 +msgid "A type of [Sky] used to draw a background texture." +msgstr "" + +#: doc/classes/PanoramaSky.xml:7 +msgid "" +"A resource referenced in an [Environment] that is used to draw a background. " +"The Panorama sky functions similar to skyboxes in other engines, except it " +"uses an equirectangular sky map instead of a cube map.\n" +"Using an HDR panorama is strongly recommended for accurate, high-quality " +"reflections. Godot supports the Radiance HDR ([code].hdr[/code]) and OpenEXR " +"([code].exr[/code]) image formats for this purpose.\n" +"You can use [url=https://danilw.github.io/GLSL-howto/cubemap_to_panorama_js/" +"cubemap_to_panorama.html]this tool[/url] to convert a cube map to an " +"equirectangular sky map." +msgstr "" + +#: doc/classes/PanoramaSky.xml:17 +msgid "[Texture] to be applied to the PanoramaSky." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:4 +msgid "A node used to create a parallax scrolling background." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:7 +msgid "" +"A ParallaxBackground uses one or more [ParallaxLayer] child nodes to create " +"a parallax effect. Each [ParallaxLayer] can move at a different speed using " +"[member ParallaxLayer.motion_offset]. This creates an illusion of depth in a " +"2D game. If not used with a [Camera2D], you must manually calculate the " +"[member scroll_offset]." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:16 +msgid "The base position offset for all [ParallaxLayer] children." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:19 +msgid "The base motion scale for all [ParallaxLayer] children." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:22 +msgid "" +"If [code]true[/code], elements in [ParallaxLayer] child aren't affected by " +"the zoom level of the camera." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:25 +msgid "" +"Top-left limits for scrolling to begin. If the camera is outside of this " +"limit, the background will stop scrolling. Must be lower than [member " +"scroll_limit_end] to work." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:28 +msgid "" +"Bottom-right limits for scrolling to end. If the camera is outside of this " +"limit, the background will stop scrolling. Must be higher than [member " +"scroll_limit_begin] to work." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:31 +msgid "" +"The ParallaxBackground's scroll value. Calculated automatically when using a " +"[Camera2D], but can be used to manually manage scrolling when no camera is " +"present." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:4 +msgid "A parallax scrolling layer to be used with [ParallaxBackground]." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:7 +msgid "" +"A ParallaxLayer must be the child of a [ParallaxBackground] node. Each " +"ParallaxLayer can be set to move at different speeds relative to the camera " +"movement or the [member ParallaxBackground.scroll_offset] value.\n" +"This node's children will be affected by its scroll offset.\n" +"[b]Note:[/b] Any changes to this node's position and scale made after it " +"enters the scene will be ignored." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:17 +msgid "" +"The ParallaxLayer's [Texture] mirroring. Useful for creating an infinite " +"scrolling background. If an axis is set to [code]0[/code], the [Texture] " +"will not be mirrored." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:20 +msgid "" +"The ParallaxLayer's offset relative to the parent ParallaxBackground's " +"[member ParallaxBackground.scroll_offset]." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:23 +msgid "" +"Multiplies the ParallaxLayer's motion. If an axis is set to [code]0[/code], " +"it will not scroll." +msgstr "" + +#: doc/classes/Particles.xml:4 +msgid "GPU-based 3D particle emitter." +msgstr "" + +#: doc/classes/Particles.xml:7 +msgid "" +"3D particle node used to create a variety of particle systems and effects. " +"[Particles] features an emitter that generates some number of particles at a " +"given rate.\n" +"Use the [code]process_material[/code] property to add a [ParticlesMaterial] " +"to configure particle appearance and behavior. Alternatively, you can add a " +"[ShaderMaterial] which will be applied to all particles.\n" +"[b]Note:[/b] [Particles] only work when using the GLES3 renderer. If using " +"the GLES2 renderer, use [CPUParticles] instead. You can convert [Particles] " +"to [CPUParticles] by selecting the node, clicking the [b]Particles[/b] menu " +"at the top of the 3D editor viewport then choosing [b]Convert to " +"CPUParticles[/b].\n" +"[b]Note:[/b] After working on a Particles node, remember to update its " +"[member visibility_aabb] by selecting it, clicking the [b]Particles[/b] menu " +"at the top of the 3D editor viewport then choose [b]Generate Visibility " +"AABB[/b]. Otherwise, particles may suddenly disappear depending on the " +"camera position and angle." +msgstr "" + +#: doc/classes/Particles.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" +"controlling_thousands_of_fish.html" +msgstr "" + +#: doc/classes/Particles.xml:20 +msgid "" +"Returns the axis-aligned bounding box that contains all the particles that " +"are active in the current frame." +msgstr "" + +#: doc/classes/Particles.xml:27 +msgid "Returns the [Mesh] that is drawn at index [code]pass[/code]." +msgstr "" + +#: doc/classes/Particles.xml:33 +msgid "Restarts the particle emission, clearing existing particles." +msgstr "" + +#: doc/classes/Particles.xml:41 +msgid "Sets the [Mesh] that is drawn at index [code]pass[/code]." +msgstr "" + +#: doc/classes/Particles.xml:54 +msgid "[Mesh] that is drawn for the first draw pass." +msgstr "" + +#: doc/classes/Particles.xml:57 +msgid "[Mesh] that is drawn for the second draw pass." +msgstr "" + +#: doc/classes/Particles.xml:60 +msgid "[Mesh] that is drawn for the third draw pass." +msgstr "" + +#: doc/classes/Particles.xml:63 +msgid "[Mesh] that is drawn for the fourth draw pass." +msgstr "" + +#: doc/classes/Particles.xml:66 +msgid "The number of draw passes when rendering particles." +msgstr "" + +#: doc/classes/Particles.xml:72 +msgid "" +"Time ratio between each emission. If [code]0[/code], particles are emitted " +"continuously. If [code]1[/code], all particles are emitted simultaneously." +msgstr "" + +#: doc/classes/Particles.xml:87 +msgid "" +"If [code]true[/code], only [code]amount[/code] particles will be emitted." +msgstr "" + +#: doc/classes/Particles.xml:90 +msgid "" +"Amount of time to preprocess the particles before animation starts. Lets you " +"start the animation some time after particles have started emitting." +msgstr "" + +#: doc/classes/Particles.xml:93 doc/classes/Particles2D.xml:68 +msgid "" +"[Material] for processing particles. Can be a [ParticlesMaterial] or a " +"[ShaderMaterial]." +msgstr "" + +#: doc/classes/Particles.xml:96 +msgid "Emission randomness ratio." +msgstr "" + +#: doc/classes/Particles.xml:99 +msgid "" +"Speed scaling ratio. A value of [code]0[/code] can be used to pause the " +"particles." +msgstr "" + +#: doc/classes/Particles.xml:102 +msgid "" +"The [AABB] that determines the node's region which needs to be visible on " +"screen for the particle system to be active.\n" +"Grow the box if particles suddenly appear/disappear when the node enters/" +"exits the screen. The [AABB] can be grown via code or with the [b]Particles " +"→ Generate AABB[/b] editor tool.\n" +"[b]Note:[/b] If the [ParticlesMaterial] in use is configured to cast " +"shadows, you may want to enlarge this AABB to ensure the shadow is updated " +"when particles are off-screen." +msgstr "" + +#: doc/classes/Particles.xml:118 +msgid "Maximum number of draw passes supported." +msgstr "" + +#: doc/classes/Particles2D.xml:4 +msgid "GPU-based 2D particle emitter." +msgstr "" + +#: doc/classes/Particles2D.xml:7 +msgid "" +"2D particle node used to create a variety of particle systems and effects. " +"[Particles2D] features an emitter that generates some number of particles at " +"a given rate.\n" +"Use the [code]process_material[/code] property to add a [ParticlesMaterial] " +"to configure particle appearance and behavior. Alternatively, you can add a " +"[ShaderMaterial] which will be applied to all particles.\n" +"[b]Note:[/b] [Particles2D] only work when using the GLES3 renderer. If using " +"the GLES2 renderer, use [CPUParticles2D] instead. You can convert " +"[Particles2D] to [CPUParticles2D] by selecting the node, clicking the " +"[b]Particles[/b] menu at the top of the 2D editor viewport then choosing " +"[b]Convert to CPUParticles2D[/b].\n" +"[b]Note:[/b] After working on a Particles node, remember to update its " +"[member visibility_rect] by selecting it, clicking the [b]Particles[/b] menu " +"at the top of the 2D editor viewport then choose [b]Generate Visibility " +"Rect[/b]. Otherwise, particles may suddenly disappear depending on the " +"camera position and angle.\n" +"[b]Note:[/b] Unlike [CPUParticles2D], [Particles2D] currently ignore the " +"texture region defined in [AtlasTexture]s." +msgstr "" + +#: doc/classes/Particles2D.xml:21 +msgid "Returns a rectangle containing the positions of all existing particles." +msgstr "" + +#: doc/classes/Particles2D.xml:27 +msgid "Restarts all the existing particles." +msgstr "" + +#: doc/classes/Particles2D.xml:80 +msgid "" +"The [Rect2] that determines the node's region which needs to be visible on " +"screen for the particle system to be active.\n" +"Grow the rect if particles suddenly appear/disappear when the node enters/" +"exits the screen. The [Rect2] can be grown via code or with the [b]Particles " +"→ Generate Visibility Rect[/b] editor tool." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:4 +msgid "Particle properties for [Particles] and [Particles2D] nodes." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:7 +msgid "" +"ParticlesMaterial defines particle properties and behavior. It is used in " +"the [code]process_material[/code] of [Particles] and [Particles2D] emitter " +"nodes.\n" +"Some of this material's properties are applied to each particle when " +"emitted, while others can have a [CurveTexture] applied to vary values over " +"the lifetime of the particle.\n" +"When a randomness ratio is applied to a property it is used to scale that " +"property by a random amount. The random ratio is used to interpolate between " +"[code]1.0[/code] and a random number less than one, the result is multiplied " +"by the property to obtain the randomized property. For example a random " +"ratio of [code]0.4[/code] would scale the original property between " +"[code]0.4-1.0[/code] of its original value." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:18 +msgid "Returns [code]true[/code] if the specified flag is enabled." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:32 +msgid "Returns the randomness ratio associated with the specified parameter." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:39 +msgid "Returns the [Texture] used by the specified parameter." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:47 +msgid "" +"If [code]true[/code], enables the specified flag. See [enum Flags] for " +"options." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:55 +msgid "Sets the specified [enum Parameter]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:63 +msgid "Sets the randomness ratio for the specified [enum Parameter]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:71 +msgid "Sets the [Texture] for the specified [enum Parameter]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:77 +msgid "" +"Initial rotation applied to each particle, in degrees.\n" +"Only applied when [member flag_disable_z] or [member flag_rotate_y] are " +"[code]true[/code] or the [SpatialMaterial] being used to draw the particle " +"is using [constant SpatialMaterial.BILLBOARD_PARTICLES]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:81 +msgid "Each particle's rotation will be animated along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:87 +msgid "" +"Initial angular velocity applied to each particle. Sets the speed of " +"rotation of the particle.\n" +"Only applied when [member flag_disable_z] or [member flag_rotate_y] are " +"[code]true[/code] or the [SpatialMaterial] being used to draw the particle " +"is using [constant SpatialMaterial.BILLBOARD_PARTICLES]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:91 +msgid "Each particle's angular velocity will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:100 +msgid "Each particle's animation offset will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:109 +msgid "Each particle's animation speed will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:115 +msgid "" +"Each particle's initial color. If the [Particles2D]'s [code]texture[/code] " +"is defined, it will be multiplied by this color. To have particle display " +"color in a [SpatialMaterial] make sure to set [member SpatialMaterial." +"vertex_color_use_as_albedo] to [code]true[/code]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:124 +msgid "Damping will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:133 +msgid "" +"The box's extents if [code]emission_shape[/code] is set to [constant " +"EMISSION_SHAPE_BOX]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:136 +msgid "" +"Particle color will be modulated by color determined by sampling this " +"texture at the same point as the [member emission_point_texture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:139 +msgid "" +"Particle velocity and rotation will be set by sampling this texture at the " +"same point as the [member emission_point_texture]. Used only in [constant " +"EMISSION_SHAPE_DIRECTED_POINTS]. Can be created automatically from mesh or " +"node by selecting \"Create Emission Points from Mesh/Node\" under the " +"\"Particles\" tool in the toolbar." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:142 +msgid "" +"The number of emission points if [code]emission_shape[/code] is set to " +"[constant EMISSION_SHAPE_POINTS] or [constant " +"EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:145 +msgid "" +"Particles will be emitted at positions determined by sampling this texture " +"at a random position. Used with [constant EMISSION_SHAPE_POINTS] and " +"[constant EMISSION_SHAPE_DIRECTED_POINTS]. Can be created automatically from " +"mesh or node by selecting \"Create Emission Points from Mesh/Node\" under " +"the \"Particles\" tool in the toolbar." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:148 +msgid "" +"The axis of the ring when using the emitter [constant EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:151 +msgid "" +"The height of the ring when using the emitter [constant EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:154 +msgid "" +"The inner radius of the ring when using the emitter [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:157 +msgid "" +"The radius of the ring when using the emitter [constant EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:160 +msgid "" +"Particles will be emitted inside this region. Use [enum EmissionShape] " +"constants for values." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:163 +msgid "" +"The sphere's radius if [code]emission_shape[/code] is set to [constant " +"EMISSION_SHAPE_SPHERE]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:175 +msgid "Amount of [member spread] along the Y axis." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:184 +msgid "Each particle's hue will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:202 +msgid "" +"Each particle's linear acceleration will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:208 +msgid "" +"Orbital velocity applied to each particle. Makes the particles circle around " +"origin. Specified in number of full rotations around origin per second.\n" +"Only available when [member flag_disable_z] is [code]true[/code]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:212 +msgid "Each particle's orbital velocity will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:221 +msgid "" +"Each particle's radial acceleration will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:230 +msgid "Each particle's scale will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:242 +msgid "" +"Each particle's tangential acceleration will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:248 +msgid "Trail particles' color will vary along this [GradientTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:251 +msgid "" +"Emitter will emit [code]amount[/code] divided by [code]trail_divisor[/code] " +"particles. The remaining particles will be used as trail(s)." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:254 +msgid "Trail particles' size will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:259 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set initial velocity properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:262 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set angular velocity properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:265 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set orbital velocity properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:268 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set linear acceleration properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:271 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set radial acceleration properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:274 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set tangential acceleration properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:277 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set damping properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:280 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set angle properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:283 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set scale properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:286 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set hue variation properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:289 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set animation speed properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:292 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set animation offset properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:298 +msgid "Use with [method set_flag] to set [member flag_align_y]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:301 +msgid "Use with [method set_flag] to set [member flag_rotate_y]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:304 +msgid "Use with [method set_flag] to set [member flag_disable_z]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:319 +msgid "" +"Particles will be emitted at a position determined by sampling a random " +"point on the [member emission_point_texture]. Particle color will be " +"modulated by [member emission_color_texture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:322 +msgid "" +"Particles will be emitted at a position determined by sampling a random " +"point on the [member emission_point_texture]. Particle velocity and rotation " +"will be set based on [member emission_normal_texture]. Particle color will " +"be modulated by [member emission_color_texture]." +msgstr "" + +#: doc/classes/Path.xml:4 +msgid "Contains a [Curve3D] path for [PathFollow] nodes to follow." +msgstr "" + +#: doc/classes/Path.xml:7 +msgid "" +"Can have [PathFollow] child nodes moving along the [Curve3D]. See " +"[PathFollow] for more information on the usage.\n" +"Note that the path is considered as relative to the moved nodes (children of " +"[PathFollow]). As such, the curve should usually start with a zero vector " +"[code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Path.xml:16 +msgid "A [Curve3D] describing the path." +msgstr "" + +#: doc/classes/Path.xml:22 +msgid "Emitted when the [member curve] changes." +msgstr "" + +#: doc/classes/Path2D.xml:4 +msgid "Contains a [Curve2D] path for [PathFollow2D] nodes to follow." +msgstr "" + +#: doc/classes/Path2D.xml:7 +msgid "" +"Can have [PathFollow2D] child nodes moving along the [Curve2D]. See " +"[PathFollow2D] for more information on usage.\n" +"[b]Note:[/b] The path is considered as relative to the moved nodes (children " +"of [PathFollow2D]). As such, the curve should usually start with a zero " +"vector ([code](0, 0)[/code])." +msgstr "" + +#: doc/classes/Path2D.xml:16 +msgid "A [Curve2D] describing the path." +msgstr "" + +#: doc/classes/PathFollow.xml:4 +msgid "Point sampler for a [Path]." +msgstr "" + +#: doc/classes/PathFollow.xml:7 +msgid "" +"This node takes its parent [Path], and returns the coordinates of a point " +"within it, given a distance from the first vertex.\n" +"It is useful for making other nodes follow a path, without coding the " +"movement pattern. For that, the nodes must be children of this node. The " +"descendant nodes will then move accordingly when setting an offset in this " +"node." +msgstr "" + +#: doc/classes/PathFollow.xml:16 +msgid "" +"If [code]true[/code], the position between two cached points is interpolated " +"cubically, and linearly otherwise.\n" +"The points along the [Curve3D] of the [Path] are precomputed before use, for " +"faster calculations. The point at the requested offset is then calculated " +"interpolating between two adjacent cached points. This may present a problem " +"if the curve makes sharp turns, as the cached points may not follow the " +"curve closely enough.\n" +"There are two answers to this problem: either increase the number of cached " +"points and increase memory consumption, or make a cubic interpolation " +"between two points at the cost of (slightly) slower calculations." +msgstr "" + +#: doc/classes/PathFollow.xml:21 doc/classes/PathFollow2D.xml:21 +msgid "The node's offset along the curve." +msgstr "" + +#: doc/classes/PathFollow.xml:24 doc/classes/PathFollow2D.xml:27 +msgid "" +"If [code]true[/code], any offset outside the path's length will wrap around, " +"instead of stopping at the ends. Use it for cyclic paths." +msgstr "" + +#: doc/classes/PathFollow.xml:27 +msgid "" +"The distance from the first vertex, measured in 3D units along the path. " +"This sets this node's position to a point within the path." +msgstr "" + +#: doc/classes/PathFollow.xml:30 +msgid "" +"Allows or forbids rotation on one or more axes, depending on the [enum " +"RotationMode] constants being used." +msgstr "" + +#: doc/classes/PathFollow.xml:33 +msgid "" +"The distance from the first vertex, considering 0.0 as the first vertex and " +"1.0 as the last. This is just another way of expressing the offset within " +"the path, as the offset supplied is multiplied internally by the path's " +"length." +msgstr "" + +#: doc/classes/PathFollow.xml:36 doc/classes/PathFollow2D.xml:39 +msgid "The node's offset perpendicular to the curve." +msgstr "" + +#: doc/classes/PathFollow.xml:41 +msgid "Forbids the PathFollow to rotate." +msgstr "" + +#: doc/classes/PathFollow.xml:44 +msgid "Allows the PathFollow to rotate in the Y axis only." +msgstr "" + +#: doc/classes/PathFollow.xml:47 +msgid "Allows the PathFollow to rotate in both the X, and Y axes." +msgstr "" + +#: doc/classes/PathFollow.xml:50 +msgid "Allows the PathFollow to rotate in any axis." +msgstr "" + +#: doc/classes/PathFollow.xml:53 +msgid "" +"Uses the up vector information in a [Curve3D] to enforce orientation. This " +"rotation mode requires the [Path]'s [member Curve3D.up_vector_enabled] " +"property to be set to [code]true[/code]." +msgstr "" + +#: doc/classes/PathFollow2D.xml:4 +msgid "Point sampler for a [Path2D]." +msgstr "" + +#: doc/classes/PathFollow2D.xml:7 +msgid "" +"This node takes its parent [Path2D], and returns the coordinates of a point " +"within it, given a distance from the first vertex.\n" +"It is useful for making other nodes follow a path, without coding the " +"movement pattern. For that, the nodes must be children of this node. The " +"descendant nodes will then move accordingly when setting an offset in this " +"node." +msgstr "" + +#: doc/classes/PathFollow2D.xml:16 +msgid "" +"If [code]true[/code], the position between two cached points is interpolated " +"cubically, and linearly otherwise.\n" +"The points along the [Curve2D] of the [Path2D] are precomputed before use, " +"for faster calculations. The point at the requested offset is then " +"calculated interpolating between two adjacent cached points. This may " +"present a problem if the curve makes sharp turns, as the cached points may " +"not follow the curve closely enough.\n" +"There are two answers to this problem: either increase the number of cached " +"points and increase memory consumption, or make a cubic interpolation " +"between two points at the cost of (slightly) slower calculations." +msgstr "" + +#: doc/classes/PathFollow2D.xml:24 +msgid "" +"How far to look ahead of the curve to calculate the tangent if the node is " +"rotating. E.g. shorter lookaheads will lead to faster rotations." +msgstr "" + +#: doc/classes/PathFollow2D.xml:30 +msgid "The distance along the path in pixels." +msgstr "" + +#: doc/classes/PathFollow2D.xml:33 +msgid "" +"If [code]true[/code], this node rotates to follow the path, making its " +"descendants rotate." +msgstr "" + +#: doc/classes/PathFollow2D.xml:36 +msgid "" +"The distance along the path as a number in the range 0.0 (for the first " +"vertex) to 1.0 (for the last). This is just another way of expressing the " +"offset within the path, as the offset supplied is multiplied internally by " +"the path's length." +msgstr "" + +#: doc/classes/PCKPacker.xml:4 +msgid "Creates packages that can be loaded into a running project." +msgstr "" + +#: doc/classes/PCKPacker.xml:7 +msgid "" +"The [PCKPacker] is used to create packages that can be loaded into a running " +"project using [method ProjectSettings.load_resource_pack].\n" +"[codeblock]\n" +"var packer = PCKPacker.new()\n" +"packer.pck_start(\"test.pck\")\n" +"packer.add_file(\"res://text.txt\", \"text.txt\")\n" +"packer.flush()\n" +"[/codeblock]\n" +"The above [PCKPacker] creates package [code]test.pck[/code], then adds a " +"file named [code]text.txt[/code] at the root of the package." +msgstr "" + +#: doc/classes/PCKPacker.xml:24 +msgid "" +"Adds the [code]source_path[/code] file to the current PCK package at the " +"[code]pck_path[/code] internal path (should start with [code]res://[/code])." +msgstr "" + +#: doc/classes/PCKPacker.xml:31 +msgid "" +"Writes the files specified using all [method add_file] calls since the last " +"flush. If [code]verbose[/code] is [code]true[/code], a list of files added " +"will be printed to the console for easier debugging." +msgstr "" + +#: doc/classes/PCKPacker.xml:39 +msgid "" +"Creates a new PCK file with the name [code]pck_name[/code]. The [code].pck[/" +"code] file extension isn't added automatically, so it should be part of " +"[code]pck_name[/code] (even though it's not required)." +msgstr "" + +#: doc/classes/Performance.xml:4 +msgid "Exposes performance-related data." +msgstr "" + +#: doc/classes/Performance.xml:7 +msgid "" +"This class provides access to a number of different monitors related to " +"performance, such as memory usage, draw calls, and FPS. These are the same " +"as the values displayed in the [b]Monitor[/b] tab in the editor's " +"[b]Debugger[/b] panel. By using the [method get_monitor] method of this " +"class, you can access this data from your code.\n" +"[b]Note:[/b] A few of these monitors are only available in debug mode and " +"will always return 0 when used in a release build.\n" +"[b]Note:[/b] Many of these monitors are not updated in real-time, so there " +"may be a short delay between changes." +msgstr "" + +#: doc/classes/Performance.xml:18 +msgid "" +"Returns the value of one of the available monitors. You should provide one " +"of the [enum Monitor] constants as the argument, like this:\n" +"[codeblock]\n" +"print(Performance.get_monitor(Performance.TIME_FPS)) # Prints the FPS to the " +"console\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Performance.xml:27 +msgid "Number of frames per second." +msgstr "" + +#: doc/classes/Performance.xml:30 +msgid "Time it took to complete one frame, in seconds." +msgstr "" + +#: doc/classes/Performance.xml:33 +msgid "Time it took to complete one physics frame, in seconds." +msgstr "" + +#: doc/classes/Performance.xml:36 +msgid "" +"Static memory currently used, in bytes. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:39 +msgid "" +"Dynamic memory currently used, in bytes. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:42 +msgid "Available static memory. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:45 +msgid "Available dynamic memory. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:48 +msgid "" +"Largest amount of memory the message queue buffer has used, in bytes. The " +"message queue is used for deferred functions calls and notifications." +msgstr "" + +#: doc/classes/Performance.xml:51 +msgid "Number of objects currently instanced (including nodes)." +msgstr "" + +#: doc/classes/Performance.xml:54 +msgid "Number of resources currently used." +msgstr "" + +#: doc/classes/Performance.xml:57 +msgid "" +"Number of nodes currently instanced in the scene tree. This also includes " +"the root node." +msgstr "" + +#: doc/classes/Performance.xml:60 +msgid "" +"Number of orphan nodes, i.e. nodes which are not parented to a node of the " +"scene tree." +msgstr "" + +#: doc/classes/Performance.xml:63 +msgid "3D objects drawn per frame." +msgstr "" + +#: doc/classes/Performance.xml:66 +msgid "Vertices drawn per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:69 +msgid "Material changes per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:72 +msgid "Shader changes per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:75 +msgid "Render surface changes per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:78 +msgid "Draw calls per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:81 +msgid "Items or joined items drawn per frame." +msgstr "" + +#: doc/classes/Performance.xml:84 +msgid "Draw calls per frame." +msgstr "" + +#: doc/classes/Performance.xml:87 doc/classes/VisualServer.xml:3696 +msgid "" +"The amount of video memory used, i.e. texture and vertex memory combined." +msgstr "" + +#: doc/classes/Performance.xml:90 doc/classes/VisualServer.xml:3699 +msgid "The amount of texture memory used." +msgstr "" + +#: doc/classes/Performance.xml:93 doc/classes/VisualServer.xml:3702 +msgid "The amount of vertex memory used." +msgstr "" + +#: doc/classes/Performance.xml:96 doc/classes/VisualServer.xml:3693 +msgid "" +"Unimplemented in the GLES2 and GLES3 rendering backends, always returns 0." +msgstr "" + +#: doc/classes/Performance.xml:99 +msgid "Number of active [RigidBody2D] nodes in the game." +msgstr "" + +#: doc/classes/Performance.xml:102 +msgid "Number of collision pairs in the 2D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:105 +msgid "Number of islands in the 2D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:108 +msgid "Number of active [RigidBody] and [VehicleBody] nodes in the game." +msgstr "" + +#: doc/classes/Performance.xml:111 +msgid "Number of collision pairs in the 3D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:114 +msgid "Number of islands in the 3D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:117 +msgid "Output latency of the [AudioServer]." +msgstr "" + +#: doc/classes/Performance.xml:120 +msgid "Represents the size of the [enum Monitor] enum." +msgstr "" + +#: doc/classes/PHashTranslation.xml:4 +msgid "Optimized translation." +msgstr "" + +#: doc/classes/PHashTranslation.xml:7 +msgid "" +"Optimized translation. Uses real-time compressed translations, which results " +"in very small dictionaries." +msgstr "" + +#: doc/classes/PHashTranslation.xml:16 +msgid "" +"Generates and sets an optimized translation from the given [Translation] " +"resource." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:4 +msgid "Direct access object to a physics body in the [Physics2DServer]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:7 +msgid "" +"Provides direct access to a physics body in the [Physics2DServer], allowing " +"safe changes to physics properties. This object is passed via the direct " +"state callback of rigid/character bodies, and is intended for changing the " +"direct state of that body. See [method RigidBody2D._integrate_forces]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:11 +#: doc/classes/Physics2DDirectSpaceState.xml:11 +#: doc/classes/PhysicsDirectBodyState.xml:11 +#: doc/classes/PhysicsDirectSpaceState.xml:11 doc/classes/RayCast.xml:14 +#: doc/classes/RayCast2D.xml:14 doc/classes/World.xml:10 +#: doc/classes/World2D.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/physics/ray-casting.html" +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:18 doc/classes/RigidBody2D.xml:30 +msgid "Adds a constant directional force without affecting rotation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:26 +#: doc/classes/PhysicsDirectBodyState.xml:27 doc/classes/RigidBody2D.xml:38 +msgid "" +"Adds a positioned force to the body. Both the force and the offset from the " +"body origin are in global coordinates." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:33 doc/classes/RigidBody2D.xml:45 +msgid "Adds a constant rotational force." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:40 doc/classes/RigidBody2D.xml:52 +msgid "Applies a directional impulse without affecting rotation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:48 +msgid "" +"Applies a positioned impulse to the body. An impulse is time-independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason, it should only be used when simulating one-time impacts " +"(use the \"_force\" functions otherwise). The offset uses the rotation of " +"the global coordinate system, but is centered at the object's origin." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:55 doc/classes/RigidBody2D.xml:67 +msgid "Applies a rotational impulse to the body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:62 +#: doc/classes/PhysicsDirectBodyState.xml:64 +msgid "Returns the collider's [RID]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:69 +#: doc/classes/PhysicsDirectBodyState.xml:71 +msgid "Returns the collider's object id." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:76 +msgid "" +"Returns the collider object. This depends on how it was created (will return " +"a scene node if such was used to create it)." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:83 +#: doc/classes/PhysicsDirectBodyState.xml:85 +msgid "Returns the contact position in the collider." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:90 +#: doc/classes/PhysicsDirectBodyState.xml:92 +msgid "Returns the collider's shape index." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:97 +msgid "" +"Returns the collided shape's metadata. This metadata is different from " +"[method Object.get_meta], and is set with [method Physics2DServer." +"shape_set_data]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:104 +#: doc/classes/PhysicsDirectBodyState.xml:99 +msgid "Returns the linear velocity vector at the collider's contact point." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:110 +msgid "" +"Returns the number of contacts this body has with other bodies.\n" +"[b]Note:[/b] By default, this returns 0 unless bodies are configured to " +"monitor contacts. See [member RigidBody2D.contact_monitor]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:118 +#: doc/classes/PhysicsDirectBodyState.xml:120 +msgid "Returns the local normal at the contact point." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:125 +#: doc/classes/PhysicsDirectBodyState.xml:127 +msgid "Returns the local position of the contact point." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:132 +#: doc/classes/PhysicsDirectBodyState.xml:134 +msgid "Returns the local shape index of the collision." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:138 +#: doc/classes/PhysicsDirectBodyState.xml:140 +msgid "Returns the current state of the space, useful for queries." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:145 +#: doc/classes/PhysicsDirectBodyState.xml:147 +msgid "" +"Returns the body's velocity at the given relative position, including both " +"translation and rotation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:151 +#: doc/classes/PhysicsDirectBodyState.xml:153 +msgid "Calls the built-in force integration code." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:157 +#: doc/classes/PhysicsDirectBodyState.xml:159 doc/classes/RigidBody2D.xml:101 +msgid "The body's rotational velocity." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:160 +#: doc/classes/PhysicsDirectBodyState.xml:164 +msgid "The inverse of the inertia of the body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:163 +#: doc/classes/PhysicsDirectBodyState.xml:167 +msgid "The inverse of the mass of the body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:166 +#: doc/classes/PhysicsDirectBodyState.xml:170 doc/classes/RigidBody2D.xml:146 +msgid "The body's linear velocity." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:169 +#: doc/classes/PhysicsDirectBodyState.xml:175 +msgid "If [code]true[/code], this body is currently sleeping (not active)." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:172 +#: doc/classes/PhysicsDirectBodyState.xml:178 +msgid "The timestep (delta) used for the simulation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:175 +#: doc/classes/PhysicsDirectBodyState.xml:181 +msgid "" +"The rate at which the body stops rotating, if there are not any other forces " +"moving it." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:178 +#: doc/classes/PhysicsDirectBodyState.xml:184 +msgid "The total gravity vector being currently applied to this body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:181 +#: doc/classes/PhysicsDirectBodyState.xml:187 +msgid "" +"The rate at which the body stops moving, if there are not any other forces " +"moving it." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:184 +#: doc/classes/PhysicsDirectBodyState.xml:190 +msgid "The body's transformation matrix." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:4 +msgid "Direct access object to a space in the [Physics2DServer]." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:7 +msgid "" +"Direct access object to a space in the [Physics2DServer]. It's used mainly " +"to do queries against objects and areas residing in a given space." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:18 +msgid "" +"Checks how far a [Shape2D] can move without colliding. All the parameters " +"for the query, including the shape and the motion, are supplied through a " +"[Physics2DShapeQueryParameters] object.\n" +"Returns an array with the safe and unsafe proportions (between 0 and 1) of " +"the motion. The safe proportion is the maximum fraction of the motion that " +"can be made without a collision. The unsafe proportion is the minimum " +"fraction of the distance that must be moved for a collision. If no collision " +"is detected a result of [code][1.0, 1.0][/code] will be returned.\n" +"[b]Note:[/b] Any [Shape2D]s that the shape is already colliding with e.g. " +"inside of, will be ignored. Use [method collide_shape] to determine the " +"[Shape2D]s that the shape is already colliding with." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:28 +msgid "" +"Checks the intersections of a shape, given through a " +"[Physics2DShapeQueryParameters] object, against the space. The resulting " +"array contains a list of points where the shape intersects another. Like " +"with [method intersect_shape], the number of returned results can be limited " +"to save processing time." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:35 +msgid "" +"Checks the intersections of a shape, given through a " +"[Physics2DShapeQueryParameters] object, against the space. If it collides " +"with more than one shape, the nearest one is selected. If the shape did not " +"intersect anything, then an empty dictionary is returned instead.\n" +"[b]Note:[/b] This method does not take into account the [code]motion[/code] " +"property of the object. The returned object is a dictionary containing the " +"following fields:\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]linear_velocity[/code]: The colliding object's velocity [Vector2]. If " +"the object is an [Area2D], the result is [code](0, 0)[/code].\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]point[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:55 +msgid "" +"Checks whether a point is inside any solid shape. The shapes the point is " +"inside of are returned in an array containing dictionaries with the " +"following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"Additionally, the method can take an [code]exclude[/code] array of objects " +"or [RID]s that are to be excluded from collisions, a [code]collision_mask[/" +"code] bitmask representing the physics layers to check in, or booleans to " +"determine if the ray should collide with [PhysicsBody]s or [Area]s, " +"respectively.\n" +"[b]Note:[/b] [ConcavePolygonShape2D]s and [CollisionPolygon2D]s in " +"[code]Segments[/code] build mode are not solid shapes. Therefore, they will " +"not be detected." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:86 +msgid "" +"Intersects a ray in a given space. The returned object is a dictionary with " +"the following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]position[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"If the ray did not intersect anything, then an empty dictionary is returned " +"instead.\n" +"Additionally, the method can take an [code]exclude[/code] array of objects " +"or [RID]s that are to be excluded from collisions, a [code]collision_mask[/" +"code] bitmask representing the physics layers to check in, or booleans to " +"determine if the ray should collide with [PhysicsBody]s or [Area]s, " +"respectively." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:103 +msgid "" +"Checks the intersections of a shape, given through a " +"[Physics2DShapeQueryParameters] object, against the space.\n" +"[b]Note:[/b] This method does not take into account the [code]motion[/code] " +"property of the object. The intersected shapes are returned in an array " +"containing dictionaries with the following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"The number of intersections can be limited with the [code]max_results[/code] " +"parameter, to reduce the processing time." +msgstr "" + +#: doc/classes/Physics2DServer.xml:4 +msgid "Server interface for low-level 2D physics access." +msgstr "" + +#: doc/classes/Physics2DServer.xml:7 +msgid "" +"Physics2DServer is the server responsible for all 2D physics. It can create " +"many kinds of physics objects, but does not insert them on the node tree." +msgstr "" + +#: doc/classes/Physics2DServer.xml:19 doc/classes/PhysicsServer.xml:19 +msgid "" +"Adds a shape to the area, along with a transform matrix. Shapes are usually " +"referenced by their index, so you should track which shape has a given index." +msgstr "" + +#: doc/classes/Physics2DServer.xml:34 doc/classes/Physics2DServer.xml:304 +#: doc/classes/PhysicsServer.xml:27 doc/classes/PhysicsServer.xml:298 +msgid "" +"Assigns the area to a descendant of [Object], so it can exist in the node " +"tree." +msgstr "" + +#: doc/classes/Physics2DServer.xml:41 doc/classes/PhysicsServer.xml:34 +msgid "" +"Removes all shapes from an area. It does not delete the shapes, so they can " +"be reassigned later." +msgstr "" + +#: doc/classes/Physics2DServer.xml:47 +msgid "" +"Creates an [Area2D]. After creating an [Area2D] with this method, assign it " +"to a space using [method area_set_space] to use the created [Area2D] in the " +"physics world." +msgstr "" + +#: doc/classes/Physics2DServer.xml:60 doc/classes/Physics2DServer.xml:372 +#: doc/classes/PhysicsServer.xml:47 doc/classes/PhysicsServer.xml:362 +msgid "Gets the instance ID of the object the area is assigned to." +msgstr "" + +#: doc/classes/Physics2DServer.xml:68 +msgid "" +"Returns an area parameter value. See [enum AreaParameter] for a list of " +"available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:76 doc/classes/PhysicsServer.xml:63 +msgid "Returns the [RID] of the nth shape of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:83 doc/classes/PhysicsServer.xml:70 +msgid "Returns the number of shapes assigned to an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:91 doc/classes/PhysicsServer.xml:78 +msgid "Returns the transform matrix of a shape within an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:98 doc/classes/PhysicsServer.xml:85 +msgid "Returns the space assigned to the area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:105 doc/classes/PhysicsServer.xml:92 +msgid "Returns the space override mode for the area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:112 doc/classes/PhysicsServer.xml:99 +msgid "Returns the transform matrix for an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:120 doc/classes/PhysicsServer.xml:114 +msgid "" +"Removes a shape from an area. It does not delete the shape, so it can be " +"reassigned later." +msgstr "" + +#: doc/classes/Physics2DServer.xml:136 doc/classes/PhysicsServer.xml:130 +msgid "Assigns the area to one or many physics layers." +msgstr "" + +#: doc/classes/Physics2DServer.xml:144 doc/classes/PhysicsServer.xml:138 +msgid "Sets which physics layers the area will monitor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:153 doc/classes/PhysicsServer.xml:147 +msgid "" +"Sets the function to call when any body/area enters or exits the area. This " +"callback will be called for any object interacting with the area, and takes " +"five parameters:\n" +"1: [constant AREA_BODY_ADDED] or [constant AREA_BODY_REMOVED], depending on " +"whether the object entered or exited the area.\n" +"2: [RID] of the object that entered/exited the area.\n" +"3: Instance ID of the object that entered/exited the area.\n" +"4: The shape index of the object that entered/exited the area.\n" +"5: The shape index of the area where the object entered/exited." +msgstr "" + +#: doc/classes/Physics2DServer.xml:174 +msgid "" +"Sets the value for an area parameter. See [enum AreaParameter] for a list of " +"available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:183 doc/classes/PhysicsServer.xml:185 +msgid "" +"Substitutes a given area shape by another. The old shape is selected by its " +"index, the new one by its [RID]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:192 +msgid "Disables a given shape in an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:201 doc/classes/PhysicsServer.xml:202 +msgid "Sets the transform matrix for an area shape." +msgstr "" + +#: doc/classes/Physics2DServer.xml:209 doc/classes/PhysicsServer.xml:210 +msgid "Assigns a space to the area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:217 +msgid "" +"Sets the space override mode for the area. See [enum AreaSpaceOverrideMode] " +"for a list of available modes." +msgstr "" + +#: doc/classes/Physics2DServer.xml:225 doc/classes/PhysicsServer.xml:226 +msgid "Sets the transform matrix for an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:240 doc/classes/PhysicsServer.xml:241 +msgid "Adds a body to the list of bodies exempt from collisions." +msgstr "" + +#: doc/classes/Physics2DServer.xml:249 +msgid "" +"Adds a positioned force to the applied force and torque. As with [method " +"body_apply_impulse], both the force and the offset from the body origin are " +"in global coordinates. A force differs from an impulse in that, while the " +"two are forces, the impulse clears itself after being applied." +msgstr "" + +#: doc/classes/Physics2DServer.xml:259 doc/classes/PhysicsServer.xml:259 +msgid "" +"Adds a shape to the body, along with a transform matrix. Shapes are usually " +"referenced by their index, so you should track which shape has a given index." +msgstr "" + +#: doc/classes/Physics2DServer.xml:282 +msgid "" +"Adds a positioned impulse to the applied force and torque. Both the force " +"and the offset from the body origin are in global coordinates." +msgstr "" + +#: doc/classes/Physics2DServer.xml:311 doc/classes/PhysicsServer.xml:305 +msgid "Removes all shapes from a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:317 +msgid "Creates a physics body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:330 doc/classes/PhysicsServer.xml:320 +msgid "Returns the physics layer or layers a body belongs to." +msgstr "" + +#: doc/classes/Physics2DServer.xml:337 +msgid "Returns the physics layer or layers a body can collide with." +msgstr "" + +#: doc/classes/Physics2DServer.xml:344 +msgid "Returns the continuous collision detection mode." +msgstr "" + +#: doc/classes/Physics2DServer.xml:351 +msgid "Returns the [Physics2DDirectBodyState] of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:358 doc/classes/PhysicsServer.xml:348 +msgid "" +"Returns the maximum contacts that can be reported. See [method " +"body_set_max_contacts_reported]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:365 doc/classes/PhysicsServer.xml:355 +msgid "Returns the body mode." +msgstr "" + +#: doc/classes/Physics2DServer.xml:380 +msgid "" +"Returns the value of a body parameter. See [enum BodyParameter] for a list " +"of available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:388 doc/classes/PhysicsServer.xml:378 +msgid "Returns the [RID] of the nth shape of a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:395 doc/classes/PhysicsServer.xml:385 +msgid "Returns the number of shapes assigned to a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:403 +msgid "Returns the metadata of a shape of a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:411 doc/classes/PhysicsServer.xml:393 +msgid "Returns the transform matrix of a body shape." +msgstr "" + +#: doc/classes/Physics2DServer.xml:418 doc/classes/PhysicsServer.xml:400 +msgid "Returns the [RID] of the space assigned to a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:426 doc/classes/PhysicsServer.xml:408 +msgid "Returns a body state." +msgstr "" + +#: doc/classes/Physics2DServer.xml:433 doc/classes/PhysicsServer.xml:429 +msgid "" +"Returns whether a body uses a callback function to calculate its own physics " +"(see [method body_set_force_integration_callback])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:441 +msgid "Removes a body from the list of bodies exempt from collisions." +msgstr "" + +#: doc/classes/Physics2DServer.xml:449 doc/classes/PhysicsServer.xml:453 +msgid "" +"Removes a shape from a body. The shape is not deleted, so it can be reused " +"afterwards." +msgstr "" + +#: doc/classes/Physics2DServer.xml:457 doc/classes/PhysicsServer.xml:469 +#: doc/classes/RigidBody.xml:105 +msgid "" +"Sets an axis velocity. The velocity in the given vector axis will be set as " +"the given vector length. This is useful for jumping behavior." +msgstr "" + +#: doc/classes/Physics2DServer.xml:465 doc/classes/PhysicsServer.xml:477 +msgid "Sets the physics layer or layers a body belongs to." +msgstr "" + +#: doc/classes/Physics2DServer.xml:473 doc/classes/PhysicsServer.xml:485 +msgid "Sets the physics layer or layers a body can collide with." +msgstr "" + +#: doc/classes/Physics2DServer.xml:481 +msgid "" +"Sets the continuous collision detection mode using one of the [enum CCDMode] " +"constants.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided." +msgstr "" + +#: doc/classes/Physics2DServer.xml:492 doc/classes/PhysicsServer.xml:504 +msgid "" +"Sets the function used to calculate physics for an object, if that object " +"allows it (see [method body_set_omit_force_integration])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:500 doc/classes/PhysicsServer.xml:519 +msgid "" +"Sets the maximum contacts to report. Bodies can keep a log of the contacts " +"with other bodies, this is enabled by setting the maximum amount of contacts " +"reported to a number greater than 0." +msgstr "" + +#: doc/classes/Physics2DServer.xml:508 +msgid "Sets the body mode using one of the [enum BodyMode] constants." +msgstr "" + +#: doc/classes/Physics2DServer.xml:516 doc/classes/PhysicsServer.xml:535 +msgid "" +"Sets whether a body uses a callback function to calculate its own physics " +"(see [method body_set_force_integration_callback])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:525 +msgid "" +"Sets a body parameter. See [enum BodyParameter] for a list of available " +"parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:534 doc/classes/PhysicsServer.xml:561 +msgid "" +"Substitutes a given body shape by another. The old shape is selected by its " +"index, the new one by its [RID]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:544 +msgid "" +"Enables one way collision on body if [code]enable[/code] is [code]true[/" +"code]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:553 +msgid "Disables shape in body if [code]disable[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:562 +msgid "" +"Sets metadata of a shape within a body. This metadata is different from " +"[method Object.set_meta], and can be retrieved on shape queries." +msgstr "" + +#: doc/classes/Physics2DServer.xml:571 doc/classes/PhysicsServer.xml:578 +msgid "Sets the transform matrix for a body shape." +msgstr "" + +#: doc/classes/Physics2DServer.xml:579 doc/classes/PhysicsServer.xml:586 +msgid "Assigns a space to the body (see [method space_create])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:588 +msgid "" +"Sets a body state using one of the [enum BodyState] constants.\n" +"Note that the method doesn't take effect immediately. The state will change " +"on the next physics frame." +msgstr "" + +#: doc/classes/Physics2DServer.xml:603 +msgid "" +"Returns [code]true[/code] if a collision would result from moving in the " +"given direction from a given point in space. Margin increases the size of " +"the shapes involved in the collision detection. [Physics2DTestMotionResult] " +"can be passed to return additional information in." +msgstr "" + +#: doc/classes/Physics2DServer.xml:633 +msgid "" +"Creates a damped spring joint between two bodies. If not specified, the " +"second body is assumed to be the joint itself." +msgstr "" + +#: doc/classes/Physics2DServer.xml:641 +msgid "Returns the value of a damped spring joint parameter." +msgstr "" + +#: doc/classes/Physics2DServer.xml:650 +msgid "" +"Sets a damped spring joint parameter. See [enum DampedStringParam] for a " +"list of available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:657 +msgid "" +"Destroys any of the objects created by Physics2DServer. If the [RID] passed " +"is not one of the objects that can be created by Physics2DServer, an error " +"will be sent to the console." +msgstr "" + +#: doc/classes/Physics2DServer.xml:664 +msgid "" +"Returns information about the current state of the 2D physics engine. See " +"[enum ProcessInfo] for a list of available states." +msgstr "" + +#: doc/classes/Physics2DServer.xml:675 +msgid "" +"Creates a groove joint between two bodies. If not specified, the bodies are " +"assumed to be the joint itself." +msgstr "" + +#: doc/classes/Physics2DServer.xml:683 +msgid "Returns the value of a joint parameter." +msgstr "" + +#: doc/classes/Physics2DServer.xml:690 +msgid "Returns a joint's type (see [enum JointType])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:699 +msgid "" +"Sets a joint parameter. See [enum JointParam] for a list of available " +"parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:713 +msgid "" +"Creates a pin joint between two bodies. If not specified, the second body is " +"assumed to be the joint itself." +msgstr "" + +#: doc/classes/Physics2DServer.xml:735 +msgid "Activates or deactivates the 2D physics engine." +msgstr "" + +#: doc/classes/Physics2DServer.xml:742 +msgid "" +"Sets the amount of iterations for calculating velocities of colliding " +"bodies. The greater the amount of iterations, the more accurate the " +"collisions will be. However, a greater amount of iterations requires more " +"CPU power, which can decrease performance. The default value is [code]8[/" +"code]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:749 doc/classes/PhysicsServer.xml:859 +msgid "Returns the shape data." +msgstr "" + +#: doc/classes/Physics2DServer.xml:756 +msgid "Returns a shape's type (see [enum ShapeType])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:764 doc/classes/PhysicsServer.xml:874 +msgid "" +"Sets the shape data that defines its shape and size. The data to be passed " +"depends on the kind of shape created [method shape_get_type]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:770 doc/classes/PhysicsServer.xml:897 +msgid "" +"Creates a space. A space is a collection of parameters for the physics " +"engine that can be assigned to an area or a body. It can be assigned to an " +"area with [method area_set_space], or to a body with [method body_set_space]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:777 +msgid "" +"Returns the state of a space, a [Physics2DDirectSpaceState]. This object can " +"be used to make collision/intersection queries." +msgstr "" + +#: doc/classes/Physics2DServer.xml:785 doc/classes/PhysicsServer.xml:912 +msgid "Returns the value of a space parameter." +msgstr "" + +#: doc/classes/Physics2DServer.xml:792 doc/classes/PhysicsServer.xml:919 +msgid "Returns whether the space is active." +msgstr "" + +#: doc/classes/Physics2DServer.xml:800 doc/classes/PhysicsServer.xml:927 +msgid "" +"Marks a space as active. It will not have an effect, unless it is assigned " +"to an area or body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:809 +msgid "" +"Sets the value for a space parameter. See [enum SpaceParameter] for a list " +"of available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:815 doc/classes/PhysicsServer.xml:1278 +msgid "" +"Constant to set/get the maximum distance a pair of bodies has to move before " +"their collision status has to be recalculated." +msgstr "" + +#: doc/classes/Physics2DServer.xml:818 doc/classes/PhysicsServer.xml:1281 +msgid "" +"Constant to set/get the maximum distance a shape can be from another before " +"they are considered separated." +msgstr "" + +#: doc/classes/Physics2DServer.xml:821 doc/classes/PhysicsServer.xml:1284 +msgid "" +"Constant to set/get the maximum distance a shape can penetrate another shape " +"before it is considered a collision." +msgstr "" + +#: doc/classes/Physics2DServer.xml:824 doc/classes/PhysicsServer.xml:1287 +msgid "" +"Constant to set/get the threshold linear velocity of activity. A body marked " +"as potentially inactive for both linear and angular velocity will be put to " +"sleep after the time given." +msgstr "" + +#: doc/classes/Physics2DServer.xml:827 doc/classes/PhysicsServer.xml:1290 +msgid "" +"Constant to set/get the threshold angular velocity of activity. A body " +"marked as potentially inactive for both linear and angular velocity will be " +"put to sleep after the time given." +msgstr "" + +#: doc/classes/Physics2DServer.xml:830 doc/classes/PhysicsServer.xml:1293 +msgid "" +"Constant to set/get the maximum time of activity. A body marked as " +"potentially inactive for both linear and angular velocity will be put to " +"sleep after this time." +msgstr "" + +#: doc/classes/Physics2DServer.xml:833 doc/classes/PhysicsServer.xml:1298 +msgid "" +"Constant to set/get the default solver bias for all physics constraints. A " +"solver bias is a factor controlling how much two objects \"rebound\", after " +"violating a constraint, to avoid leaving them in that state because of " +"numerical imprecision." +msgstr "" + +#: doc/classes/Physics2DServer.xml:836 +msgid "" +"This is the constant for creating line shapes. A line shape is an infinite " +"line with an origin point, and a normal. Thus, it can be used for front/" +"behind checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:841 +msgid "" +"This is the constant for creating segment shapes. A segment shape is a line " +"from a point A to a point B. It can be checked for intersections." +msgstr "" + +#: doc/classes/Physics2DServer.xml:844 +msgid "" +"This is the constant for creating circle shapes. A circle shape only has a " +"radius. It can be used for intersections and inside/outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:847 +msgid "" +"This is the constant for creating rectangle shapes. A rectangle shape is " +"defined by a width and a height. It can be used for intersections and inside/" +"outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:850 +msgid "" +"This is the constant for creating capsule shapes. A capsule shape is defined " +"by a radius and a length. It can be used for intersections and inside/" +"outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:853 +msgid "" +"This is the constant for creating convex polygon shapes. A polygon is " +"defined by a list of points. It can be used for intersections and inside/" +"outside checks. Unlike the [member CollisionPolygon2D.polygon] property, " +"polygons modified with [method shape_set_data] do not verify that the points " +"supplied form is a convex polygon." +msgstr "" + +#: doc/classes/Physics2DServer.xml:856 +msgid "" +"This is the constant for creating concave polygon shapes. A polygon is " +"defined by a list of points. It can be used for intersections checks, but " +"not for inside/outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:859 doc/classes/PhysicsServer.xml:1173 +msgid "" +"This constant is used internally by the engine. Any attempt to create this " +"kind of shape results in an error." +msgstr "" + +#: doc/classes/Physics2DServer.xml:862 doc/classes/PhysicsServer.xml:1176 +msgid "Constant to set/get gravity strength in an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:865 doc/classes/PhysicsServer.xml:1179 +msgid "Constant to set/get gravity vector/center in an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:868 doc/classes/PhysicsServer.xml:1182 +msgid "" +"Constant to set/get whether the gravity vector of an area is a direction, or " +"a center point." +msgstr "" + +#: doc/classes/Physics2DServer.xml:871 doc/classes/PhysicsServer.xml:1185 +msgid "" +"Constant to set/get the falloff factor for point gravity of an area. The " +"greater this value is, the faster the strength of gravity decreases with the " +"square of distance." +msgstr "" + +#: doc/classes/Physics2DServer.xml:874 doc/classes/PhysicsServer.xml:1188 +msgid "" +"This constant was used to set/get the falloff factor for point gravity. It " +"has been superseded by [constant AREA_PARAM_GRAVITY_DISTANCE_SCALE]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:877 doc/classes/PhysicsServer.xml:1191 +msgid "Constant to set/get the linear dampening factor of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:880 doc/classes/PhysicsServer.xml:1194 +msgid "Constant to set/get the angular dampening factor of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:883 doc/classes/PhysicsServer.xml:1197 +msgid "Constant to set/get the priority (order of processing) of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:886 doc/classes/PhysicsServer.xml:1200 +msgid "" +"This area does not affect gravity/damp. These are generally areas that exist " +"only to detect collisions, and objects entering or exiting them." +msgstr "" + +#: doc/classes/Physics2DServer.xml:889 doc/classes/PhysicsServer.xml:1203 +msgid "" +"This area adds its gravity/damp values to whatever has been calculated so " +"far. This way, many overlapping areas can combine their physics to make " +"interesting effects." +msgstr "" + +#: doc/classes/Physics2DServer.xml:892 doc/classes/PhysicsServer.xml:1206 +msgid "" +"This area adds its gravity/damp values to whatever has been calculated so " +"far. Then stops taking into account the rest of the areas, even the default " +"one." +msgstr "" + +#: doc/classes/Physics2DServer.xml:895 doc/classes/PhysicsServer.xml:1209 +msgid "" +"This area replaces any gravity/damp, even the default one, and stops taking " +"into account the rest of the areas." +msgstr "" + +#: doc/classes/Physics2DServer.xml:898 doc/classes/PhysicsServer.xml:1212 +msgid "" +"This area replaces any gravity/damp calculated so far, but keeps calculating " +"the rest of the areas, down to the default one." +msgstr "" + +#: doc/classes/Physics2DServer.xml:901 doc/classes/PhysicsServer.xml:1215 +msgid "Constant for static bodies." +msgstr "" + +#: doc/classes/Physics2DServer.xml:904 doc/classes/PhysicsServer.xml:1218 +msgid "Constant for kinematic bodies." +msgstr "" + +#: doc/classes/Physics2DServer.xml:907 doc/classes/PhysicsServer.xml:1221 +msgid "Constant for rigid bodies." +msgstr "" + +#: doc/classes/Physics2DServer.xml:910 doc/classes/PhysicsServer.xml:1224 +msgid "" +"Constant for rigid bodies in character mode. In this mode, a body can not " +"rotate, and only its linear velocity is affected by physics." +msgstr "" + +#: doc/classes/Physics2DServer.xml:913 doc/classes/PhysicsServer.xml:1227 +msgid "Constant to set/get a body's bounce factor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:916 doc/classes/PhysicsServer.xml:1230 +msgid "Constant to set/get a body's friction." +msgstr "" + +#: doc/classes/Physics2DServer.xml:919 doc/classes/PhysicsServer.xml:1233 +msgid "Constant to set/get a body's mass." +msgstr "" + +#: doc/classes/Physics2DServer.xml:922 +msgid "Constant to set/get a body's inertia." +msgstr "" + +#: doc/classes/Physics2DServer.xml:925 doc/classes/PhysicsServer.xml:1236 +msgid "Constant to set/get a body's gravity multiplier." +msgstr "" + +#: doc/classes/Physics2DServer.xml:928 doc/classes/PhysicsServer.xml:1239 +msgid "Constant to set/get a body's linear dampening factor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:931 doc/classes/PhysicsServer.xml:1242 +msgid "Constant to set/get a body's angular dampening factor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:934 doc/classes/PhysicsServer.xml:1245 +msgid "Represents the size of the [enum BodyParameter] enum." +msgstr "" + +#: doc/classes/Physics2DServer.xml:937 doc/classes/PhysicsServer.xml:1248 +msgid "Constant to set/get the current transform matrix of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:940 doc/classes/PhysicsServer.xml:1251 +msgid "Constant to set/get the current linear velocity of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:943 doc/classes/PhysicsServer.xml:1254 +msgid "Constant to set/get the current angular velocity of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:946 doc/classes/PhysicsServer.xml:1257 +msgid "Constant to sleep/wake up a body, or to get whether it is sleeping." +msgstr "" + +#: doc/classes/Physics2DServer.xml:949 doc/classes/PhysicsServer.xml:1260 +msgid "Constant to set/get whether the body can sleep." +msgstr "" + +#: doc/classes/Physics2DServer.xml:952 +msgid "Constant to create pin joints." +msgstr "" + +#: doc/classes/Physics2DServer.xml:955 +msgid "Constant to create groove joints." +msgstr "" + +#: doc/classes/Physics2DServer.xml:958 +msgid "Constant to create damped spring joints." +msgstr "" + +#: doc/classes/Physics2DServer.xml:967 +msgid "" +"Sets the resting length of the spring joint. The joint will always try to go " +"to back this length when pulled apart." +msgstr "" + +#: doc/classes/Physics2DServer.xml:970 +msgid "" +"Sets the stiffness of the spring joint. The joint applies a force equal to " +"the stiffness times the distance from its resting length." +msgstr "" + +#: doc/classes/Physics2DServer.xml:973 +msgid "" +"Sets the damping ratio of the spring joint. A value of 0 indicates an " +"undamped spring, while 1 causes the system to reach equilibrium as fast as " +"possible (critical damping)." +msgstr "" + +#: doc/classes/Physics2DServer.xml:976 +msgid "" +"Disables continuous collision detection. This is the fastest way to detect " +"body collisions, but can miss small, fast-moving objects." +msgstr "" + +#: doc/classes/Physics2DServer.xml:979 +msgid "" +"Enables continuous collision detection by raycasting. It is faster than " +"shapecasting, but less precise." +msgstr "" + +#: doc/classes/Physics2DServer.xml:982 +msgid "" +"Enables continuous collision detection by shapecasting. It is the slowest " +"CCD method, and the most precise." +msgstr "" + +#: doc/classes/Physics2DServer.xml:985 doc/classes/PhysicsServer.xml:1263 +msgid "" +"The value of the first parameter and area callback function receives, when " +"an object enters one of its shapes." +msgstr "" + +#: doc/classes/Physics2DServer.xml:988 doc/classes/PhysicsServer.xml:1266 +msgid "" +"The value of the first parameter and area callback function receives, when " +"an object exits one of its shapes." +msgstr "" + +#: doc/classes/Physics2DServer.xml:991 doc/classes/PhysicsServer.xml:1269 +msgid "Constant to get the number of objects that are not sleeping." +msgstr "" + +#: doc/classes/Physics2DServer.xml:994 doc/classes/PhysicsServer.xml:1272 +msgid "Constant to get the number of possible collisions." +msgstr "" + +#: doc/classes/Physics2DServer.xml:997 doc/classes/PhysicsServer.xml:1275 +msgid "" +"Constant to get the number of space regions where a collision could occur." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:4 +msgid "Parameters to be sent to a 2D shape physics query." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:7 +msgid "" +"This class contains the shape and other parameters for 2D intersection/" +"collision queries." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:16 +msgid "" +"Sets the [Shape2D] that will be used for collision/intersection queries." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:22 +msgid "If [code]true[/code], the query will take [Area2D]s into account." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:25 +msgid "" +"If [code]true[/code], the query will take [PhysicsBody2D]s into account." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:28 +#: doc/classes/PhysicsShapeQueryParameters.xml:28 +msgid "" +"The physics layer(s) the query will take into account (as a bitmask). See " +"[url=https://docs.godotengine.org/en/3.4/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:31 +#: doc/classes/PhysicsShapeQueryParameters.xml:31 +msgid "" +"The list of objects or object [RID]s that will be excluded from collisions." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:34 +#: doc/classes/PhysicsShapeQueryParameters.xml:34 +msgid "The collision margin for the shape." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:37 +msgid "The motion of the shape being queried for." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:40 +#: doc/classes/PhysicsShapeQueryParameters.xml:37 +msgid "The queried shape's [RID]. See also [method set_shape]." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:43 +#: doc/classes/PhysicsShapeQueryParameters.xml:40 +msgid "The queried shape's transform matrix." +msgstr "" + +#: doc/classes/PhysicsBody.xml:4 +msgid "Base class for all objects affected by physics in 3D space." +msgstr "" + +#: doc/classes/PhysicsBody.xml:7 +msgid "" +"PhysicsBody is an abstract base class for implementing a physics body. All " +"*Body types inherit from it." +msgstr "" + +#: doc/classes/PhysicsBody.xml:17 doc/classes/PhysicsBody2D.xml:17 +#: doc/classes/SoftBody.xml:17 +msgid "Adds a body to the list of bodies that this body can't collide with." +msgstr "" + +#: doc/classes/PhysicsBody.xml:23 doc/classes/PhysicsBody2D.xml:23 +#: doc/classes/SoftBody.xml:23 +msgid "" +"Returns an array of nodes that were added as collision exceptions for this " +"body." +msgstr "" + +#: doc/classes/PhysicsBody.xml:30 doc/classes/PhysicsBody2D.xml:30 +#: doc/classes/SoftBody.xml:58 +msgid "" +"Removes a body from the list of bodies that this body can't collide with." +msgstr "" + +#: doc/classes/PhysicsBody2D.xml:4 +msgid "Base class for all objects affected by physics in 2D space." +msgstr "" + +#: doc/classes/PhysicsBody2D.xml:7 +msgid "" +"PhysicsBody2D is an abstract base class for implementing a physics body. All " +"*Body2D types inherit from it." +msgstr "" + +#: doc/classes/PhysicsBody2D.xml:37 +msgid "" +"Both collision_layer and collision_mask. Returns collision_layer when " +"accessed. Updates collision_layer and collision_mask when modified." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:4 +msgid "Direct access object to a physics body in the [PhysicsServer]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:7 +msgid "" +"Provides direct access to a physics body in the [PhysicsServer], allowing " +"safe changes to physics properties. This object is passed via the direct " +"state callback of rigid/character bodies, and is intended for changing the " +"direct state of that body. See [method RigidBody._integrate_forces]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:18 +msgid "" +"Adds a constant directional force without affecting rotation.\n" +"This is equivalent to [code]add_force(force, Vector3(0,0,0))[/code]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:34 +msgid "Adds a constant rotational force without affecting position." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:41 +msgid "" +"Applies a single directional impulse without affecting rotation.\n" +"This is equivalent to [code]apply_impulse(Vector3(0, 0, 0), impulse)[/code]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:50 +msgid "" +"Applies a positioned impulse to the body. An impulse is time-independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason it should only be used when simulating one-time impacts. The " +"position uses the rotation of the global coordinate system, but is centered " +"at the object's origin." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:57 +msgid "" +"Apply a torque impulse (which will be affected by the body mass and shape). " +"This will rotate the body around the vector [code]j[/code] passed as " +"parameter." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:78 +msgid "Returns the collider object." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:105 +msgid "" +"Returns the number of contacts this body has with other bodies.\n" +"[b]Note:[/b] By default, this returns 0 unless bodies are configured to " +"monitor contacts. See [member RigidBody.contact_monitor]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:113 +msgid "Impulse created by the contact. Only implemented for Bullet physics." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:4 +msgid "Direct access object to a space in the [PhysicsServer]." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:7 +msgid "" +"Direct access object to a space in the [PhysicsServer]. It's used mainly to " +"do queries against objects and areas residing in a given space." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:19 +msgid "" +"Checks how far a [Shape] can move without colliding. All the parameters for " +"the query, including the shape, are supplied through a " +"[PhysicsShapeQueryParameters] object.\n" +"Returns an array with the safe and unsafe proportions (between 0 and 1) of " +"the motion. The safe proportion is the maximum fraction of the motion that " +"can be made without a collision. The unsafe proportion is the minimum " +"fraction of the distance that must be moved for a collision. If no collision " +"is detected a result of [code][1.0, 1.0][/code] will be returned.\n" +"[b]Note:[/b] Any [Shape]s that the shape is already colliding with e.g. " +"inside of, will be ignored. Use [method collide_shape] to determine the " +"[Shape]s that the shape is already colliding with." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:29 +msgid "" +"Checks the intersections of a shape, given through a " +"[PhysicsShapeQueryParameters] object, against the space. The resulting array " +"contains a list of points where the shape intersects another. Like with " +"[method intersect_shape], the number of returned results can be limited to " +"save processing time." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:36 +msgid "" +"Checks the intersections of a shape, given through a " +"[PhysicsShapeQueryParameters] object, against the space. If it collides with " +"more than one shape, the nearest one is selected. The returned object is a " +"dictionary containing the following fields:\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]linear_velocity[/code]: The colliding object's velocity [Vector3]. If " +"the object is an [Area], the result is [code](0, 0, 0)[/code].\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]point[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"If the shape did not intersect anything, then an empty dictionary is " +"returned instead." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:55 +msgid "" +"Intersects a ray in a given space. The returned object is a dictionary with " +"the following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]position[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"If the ray did not intersect anything, then an empty dictionary is returned " +"instead.\n" +"Additionally, the method can take an [code]exclude[/code] array of objects " +"or [RID]s that are to be excluded from collisions, a [code]collision_mask[/" +"code] bitmask representing the physics layers to check in, or booleans to " +"determine if the ray should collide with [PhysicsBody]s or [Area]s, " +"respectively." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:71 +msgid "" +"Checks the intersections of a shape, given through a " +"[PhysicsShapeQueryParameters] object, against the space. The intersected " +"shapes are returned in an array containing dictionaries with the following " +"fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"The number of intersections can be limited with the [code]max_results[/code] " +"parameter, to reduce the processing time." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:4 +msgid "A material for physics properties." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:7 +msgid "" +"Provides a means of modifying the collision properties of a [PhysicsBody]." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:15 +msgid "" +"If [code]true[/code], subtracts the bounciness from the colliding object's " +"bounciness instead of adding it." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:18 +msgid "" +"The body's bounciness. Values range from [code]0[/code] (no bounce) to " +"[code]1[/code] (full bounciness)." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:21 +msgid "" +"The body's friction. Values range from [code]0[/code] (frictionless) to " +"[code]1[/code] (maximum friction)." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:24 +msgid "" +"If [code]true[/code], the physics engine will use the friction of the object " +"marked as \"rough\" when two objects collide. If [code]false[/code], the " +"physics engine will use the lowest friction of all colliding objects " +"instead. If [code]true[/code] for both colliding objects, the physics engine " +"will use the highest friction." +msgstr "" + +#: doc/classes/PhysicsServer.xml:4 +msgid "Server interface for low-level physics access." +msgstr "" + +#: doc/classes/PhysicsServer.xml:7 +msgid "" +"PhysicsServer is the server responsible for all 3D physics. It can create " +"many kinds of physics objects, but does not insert them on the node tree." +msgstr "" + +#: doc/classes/PhysicsServer.xml:40 +msgid "Creates an [Area]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:55 +msgid "" +"Returns an area parameter value. A list of available parameters is on the " +"[enum AreaParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:106 +msgid "If [code]true[/code], area collides with rays." +msgstr "" + +#: doc/classes/PhysicsServer.xml:168 +msgid "" +"Sets the value for an area parameter. A list of available parameters is on " +"the [enum AreaParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:176 +msgid "Sets object pickable with rays." +msgstr "" + +#: doc/classes/PhysicsServer.xml:218 +msgid "" +"Sets the space override mode for the area. The modes are described in the " +"[enum AreaSpaceOverrideMode] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:282 +msgid "" +"Gives the body a push at a [code]position[/code] in the direction of the " +"[code]impulse[/code]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:290 +msgid "Gives the body a push to rotate it." +msgstr "" + +#: doc/classes/PhysicsServer.xml:313 +msgid "" +"Creates a physics body. The first parameter can be any value from [enum " +"BodyMode] constants, for the type of body created. Additionally, the body " +"can be created in sleeping state to save processing time." +msgstr "" + +#: doc/classes/PhysicsServer.xml:327 +msgid "" +"Returns the physics layer or layers a body can collide with.\n" +"-" +msgstr "" + +#: doc/classes/PhysicsServer.xml:335 +msgid "Returns the [PhysicsDirectBodyState] of the body." +msgstr "" + +#: doc/classes/PhysicsServer.xml:370 +msgid "" +"Returns the value of a body parameter. A list of available parameters is on " +"the [enum BodyParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:422 +msgid "" +"If [code]true[/code], the continuous collision detection mode is enabled." +msgstr "" + +#: doc/classes/PhysicsServer.xml:436 +msgid "If [code]true[/code], the body can be detected by rays." +msgstr "" + +#: doc/classes/PhysicsServer.xml:444 +msgid "" +"Removes a body from the list of bodies exempt from collisions.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided." +msgstr "" + +#: doc/classes/PhysicsServer.xml:493 +msgid "" +"If [code]true[/code], the continuous collision detection mode is enabled.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided." +msgstr "" + +#: doc/classes/PhysicsServer.xml:527 +msgid "Sets the body mode, from one of the [enum BodyMode] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:544 +msgid "" +"Sets a body parameter. A list of available parameters is on the [enum " +"BodyParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:552 +msgid "Sets the body pickable with rays if [code]enabled[/code] is set." +msgstr "" + +#: doc/classes/PhysicsServer.xml:595 +msgid "Sets a body state (see [enum BodyState] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:608 +msgid "" +"Returns [code]true[/code] if a collision would result from moving in the " +"given direction from a given point in space. [PhysicsTestMotionResult] can " +"be passed to return additional information in." +msgstr "" + +#: doc/classes/PhysicsServer.xml:616 +msgid "" +"Gets a cone_twist_joint parameter (see [enum ConeTwistJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:625 +msgid "" +"Sets a cone_twist_joint parameter (see [enum ConeTwistJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:632 +msgid "" +"Destroys any of the objects created by PhysicsServer. If the [RID] passed is " +"not one of the objects that can be created by PhysicsServer, an error will " +"be sent to the console." +msgstr "" + +#: doc/classes/PhysicsServer.xml:641 +msgid "" +"Gets a generic_6_DOF_joint flag (see [enum G6DOFJointAxisFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:650 +msgid "" +"Gets a generic_6_DOF_joint parameter (see [enum G6DOFJointAxisParam] " +"constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:660 +msgid "" +"Sets a generic_6_DOF_joint flag (see [enum G6DOFJointAxisFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:670 +msgid "" +"Sets a generic_6_DOF_joint parameter (see [enum G6DOFJointAxisParam] " +"constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:677 +msgid "Returns an Info defined by the [enum ProcessInfo] input given." +msgstr "" + +#: doc/classes/PhysicsServer.xml:685 +msgid "Gets a hinge_joint flag (see [enum HingeJointFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:693 +msgid "Gets a hinge_joint parameter (see [enum HingeJointParam])." +msgstr "" + +#: doc/classes/PhysicsServer.xml:702 +msgid "Sets a hinge_joint flag (see [enum HingeJointFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:711 +msgid "Sets a hinge_joint parameter (see [enum HingeJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:721 +msgid "Creates a [ConeTwistJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:731 +msgid "Creates a [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:741 +msgid "Creates a [HingeJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:751 +msgid "Creates a [PinJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:761 +msgid "Creates a [SliderJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:768 +msgid "Gets the priority value of the Joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:775 +msgid "Returns the type of the Joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:783 +msgid "Sets the priority value of the Joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:790 +msgid "" +"Returns position of the joint in the local space of body a of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:797 +msgid "" +"Returns position of the joint in the local space of body b of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:805 +msgid "Gets a pin_joint parameter (see [enum PinJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:813 +msgid "Sets position of the joint in the local space of body a of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:821 +msgid "Sets position of the joint in the local space of body b of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:830 +msgid "Sets a pin_joint parameter (see [enum PinJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:837 +msgid "Activates or deactivates the 3D physics engine." +msgstr "" + +#: doc/classes/PhysicsServer.xml:844 +msgid "" +"Sets the amount of iterations for calculating velocities of colliding " +"bodies. The greater the amount of iterations, the more accurate the " +"collisions will be. However, a greater amount of iterations requires more " +"CPU power, which can decrease performance. The default value is [code]8[/" +"code].\n" +"[b]Note:[/b] Only has an effect when using the GodotPhysics engine, not the " +"default Bullet physics engine." +msgstr "" + +#: doc/classes/PhysicsServer.xml:852 +msgid "" +"Creates a shape of a type from [enum ShapeType]. Does not assign it to a " +"body or an area. To do so, you must use [method area_set_shape] or [method " +"body_set_shape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:866 +msgid "Returns the type of shape (see [enum ShapeType] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:882 doc/classes/PhysicsServer.xml:891 +msgid "Gets a slider_joint parameter (see [enum SliderJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:904 +msgid "" +"Returns the state of a space, a [PhysicsDirectSpaceState]. This object can " +"be used to make collision/intersection queries." +msgstr "" + +#: doc/classes/PhysicsServer.xml:936 +msgid "" +"Sets the value for a space parameter. A list of available parameters is on " +"the [enum SpaceParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:942 +msgid "The [Joint] is a [PinJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:945 +msgid "The [Joint] is a [HingeJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:948 +msgid "The [Joint] is a [SliderJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:951 +msgid "The [Joint] is a [ConeTwistJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:954 +msgid "The [Joint] is a [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:957 +msgid "" +"The strength with which the pinned objects try to stay in positional " +"relation to each other.\n" +"The higher, the stronger." +msgstr "" + +#: doc/classes/PhysicsServer.xml:961 +msgid "" +"The strength with which the pinned objects try to stay in velocity relation " +"to each other.\n" +"The higher, the stronger." +msgstr "" + +#: doc/classes/PhysicsServer.xml:965 +msgid "" +"If above 0, this value is the maximum value for an impulse that this Joint " +"puts on its ends." +msgstr "" + +#: doc/classes/PhysicsServer.xml:971 +msgid "The maximum rotation across the Hinge." +msgstr "" + +#: doc/classes/PhysicsServer.xml:974 +msgid "The minimum rotation across the Hinge." +msgstr "" + +#: doc/classes/PhysicsServer.xml:991 +msgid "If [code]true[/code], the Hinge has a maximum and a minimum rotation." +msgstr "" + +#: doc/classes/PhysicsServer.xml:994 +msgid "If [code]true[/code], a motor turns the Hinge." +msgstr "" + +#: doc/classes/PhysicsServer.xml:997 doc/classes/SliderJoint.xml:76 +#: doc/classes/SliderJoint.xml:99 +msgid "" +"The maximum difference between the pivot points on their X axis before " +"damping happens." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1000 doc/classes/SliderJoint.xml:67 +#: doc/classes/SliderJoint.xml:102 +msgid "" +"The minimum difference between the pivot points on their X axis before " +"damping happens." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1003 doc/classes/SliderJoint.xml:73 +#: doc/classes/SliderJoint.xml:105 +msgid "" +"A factor applied to the movement across the slider axis once the limits get " +"surpassed. The lower, the slower the movement." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1006 doc/classes/SliderJoint.xml:108 +msgid "" +"The amount of restitution once the limits are surpassed. The lower, the more " +"velocityenergy gets lost." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1009 doc/classes/SliderJoint.xml:111 +msgid "The amount of damping once the slider limits are surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1012 doc/classes/SliderJoint.xml:85 +#: doc/classes/SliderJoint.xml:114 +msgid "" +"A factor applied to the movement across the slider axis as long as the " +"slider is in the limits. The lower, the slower the movement." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1015 doc/classes/SliderJoint.xml:82 +#: doc/classes/SliderJoint.xml:117 +msgid "The amount of restitution inside the slider limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1018 doc/classes/SliderJoint.xml:79 +#: doc/classes/SliderJoint.xml:120 +msgid "The amount of damping inside the slider limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1021 doc/classes/SliderJoint.xml:94 +#: doc/classes/SliderJoint.xml:123 +msgid "A factor applied to the movement across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1024 doc/classes/SliderJoint.xml:91 +#: doc/classes/SliderJoint.xml:126 +msgid "" +"The amount of restitution when movement is across axes orthogonal to the " +"slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1027 doc/classes/SliderJoint.xml:88 +#: doc/classes/SliderJoint.xml:129 +msgid "" +"The amount of damping when movement is across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1030 doc/classes/SliderJoint.xml:43 +#: doc/classes/SliderJoint.xml:132 +msgid "The upper limit of rotation in the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1033 doc/classes/SliderJoint.xml:32 +#: doc/classes/SliderJoint.xml:135 +msgid "The lower limit of rotation in the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1036 doc/classes/SliderJoint.xml:138 +msgid "A factor applied to the all rotation once the limit is surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1039 doc/classes/SliderJoint.xml:141 +msgid "The amount of restitution of the rotation when the limit is surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1042 doc/classes/SliderJoint.xml:144 +msgid "The amount of damping of the rotation when the limit is surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1045 +msgid "A factor that gets applied to the all rotation in the limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1048 doc/classes/SliderJoint.xml:49 +#: doc/classes/SliderJoint.xml:150 +msgid "The amount of restitution of the rotation in the limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1051 doc/classes/SliderJoint.xml:46 +#: doc/classes/SliderJoint.xml:153 +msgid "The amount of damping of the rotation in the limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1054 +msgid "" +"A factor that gets applied to the all rotation across axes orthogonal to the " +"slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1057 doc/classes/SliderJoint.xml:58 +#: doc/classes/SliderJoint.xml:159 +msgid "" +"The amount of restitution of the rotation across axes orthogonal to the " +"slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1060 doc/classes/SliderJoint.xml:55 +#: doc/classes/SliderJoint.xml:162 +msgid "" +"The amount of damping of the rotation across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1063 +msgid "Represents the size of the [enum SliderJointParam] enum." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1080 +msgid "" +"The ease with which the Joint twists, if it's too low, it takes more force " +"to twist the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1092 +msgid "" +"A factor that gets applied to the movement across the axes. The lower, the " +"slower the movement." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1095 +msgid "" +"The amount of restitution on the axes movement. The lower, the more velocity-" +"energy gets lost." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1101 +msgid "The velocity that the joint's linear motor will attempt to reach." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1104 +msgid "" +"The maximum force that the linear motor can apply while trying to reach the " +"target velocity." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1113 +msgid "A factor that gets multiplied onto all rotations across the axes." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1125 +msgid "" +"When correcting the crossing of limits in rotation across the axes, this " +"error tolerance factor defines how much the correction gets slowed down. The " +"lower, the slower." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1134 +msgid "" +"If [code]set[/code] there is linear motion possible within the given limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1137 +msgid "If [code]set[/code] there is rotational motion possible." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1140 +msgid "If [code]set[/code] there is a rotational motor across these axes." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1143 +msgid "" +"If [code]set[/code] there is a linear motor on this axis that targets a " +"specific velocity." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1146 +msgid "The [Shape] is a [PlaneShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1149 +msgid "The [Shape] is a [RayShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1152 +msgid "The [Shape] is a [SphereShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1155 +msgid "The [Shape] is a [BoxShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1158 +msgid "The [Shape] is a [CapsuleShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1161 +msgid "The [Shape] is a [CylinderShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1164 +msgid "The [Shape] is a [ConvexPolygonShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1167 +msgid "The [Shape] is a [ConcavePolygonShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1170 +msgid "The [Shape] is a [HeightMapShape]." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:4 +msgid "Parameters to be sent to a 3D shape physics query." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:7 +msgid "" +"This class contains the shape and other parameters for 3D intersection/" +"collision queries." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:16 +msgid "Sets the [Shape] that will be used for collision/intersection queries." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:22 +msgid "If [code]true[/code], the query will take [Area]s into account." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:25 +msgid "If [code]true[/code], the query will take [PhysicsBody]s into account." +msgstr "" + +#: doc/classes/PinJoint.xml:4 +msgid "Pin joint for 3D PhysicsBodies." +msgstr "" + +#: doc/classes/PinJoint.xml:7 +msgid "" +"Pin joint for 3D rigid bodies. It pins 2 bodies (rigid or static) together. " +"See also [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/PinJoint.xml:30 doc/classes/PinJoint.xml:41 +msgid "" +"The force with which the pinned objects stay in positional relation to each " +"other. The higher, the stronger." +msgstr "" + +#: doc/classes/PinJoint.xml:33 doc/classes/PinJoint.xml:44 +msgid "" +"The force with which the pinned objects stay in velocity relation to each " +"other. The higher, the stronger." +msgstr "" + +#: doc/classes/PinJoint.xml:36 doc/classes/PinJoint.xml:47 +msgid "" +"If above 0, this value is the maximum value for an impulse that this Joint " +"produces." +msgstr "" + +#: doc/classes/PinJoint2D.xml:4 +msgid "Pin Joint for 2D shapes." +msgstr "" + +#: doc/classes/PinJoint2D.xml:7 +msgid "" +"Pin Joint for 2D rigid bodies. It pins two bodies (rigid or static) together." +msgstr "" + +#: doc/classes/PinJoint2D.xml:15 +msgid "" +"The higher this value, the more the bond to the pinned partner can flex." +msgstr "" + +#: doc/classes/Plane.xml:4 +msgid "Plane in hessian form." +msgstr "" + +#: doc/classes/Plane.xml:7 +msgid "" +"Plane represents a normalized plane equation. Basically, \"normal\" is the " +"normal of the plane (a,b,c normalized), and \"d\" is the distance from the " +"origin to the plane (in the direction of \"normal\"). \"Over\" or \"Above\" " +"the plane is considered the side of the plane towards where the normal is " +"pointing." +msgstr "" + +#: doc/classes/Plane.xml:20 +msgid "" +"Creates a plane from the four parameters. The three components of the " +"resulting plane's [member normal] are [code]a[/code], [code]b[/code] and " +"[code]c[/code], and the plane has a distance of [code]d[/code] from the " +"origin." +msgstr "" + +#: doc/classes/Plane.xml:29 +msgid "Creates a plane from the three points, given in clockwise order." +msgstr "" + +#: doc/classes/Plane.xml:37 +msgid "Creates a plane from the normal and the plane's distance to the origin." +msgstr "" + +#: doc/classes/Plane.xml:43 +msgid "Returns the center of the plane." +msgstr "" + +#: doc/classes/Plane.xml:50 +msgid "" +"Returns the shortest distance from the plane to the position [code]point[/" +"code]." +msgstr "" + +#: doc/classes/Plane.xml:56 +msgid "" +"Returns the center of the plane.\n" +"This method is deprecated, please use [method center] instead." +msgstr "" + +#: doc/classes/Plane.xml:65 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is inside the plane. " +"Comparison uses a custom minimum [code]epsilon[/code] threshold." +msgstr "" + +#: doc/classes/Plane.xml:73 +msgid "" +"Returns the intersection point of the three planes [code]b[/code], [code]c[/" +"code] and this plane. If no intersection is found, [code]null[/code] is " +"returned." +msgstr "" + +#: doc/classes/Plane.xml:81 +msgid "" +"Returns the intersection point of a ray consisting of the position " +"[code]from[/code] and the direction normal [code]dir[/code] with this plane. " +"If no intersection is found, [code]null[/code] is returned." +msgstr "" + +#: doc/classes/Plane.xml:89 +msgid "" +"Returns the intersection point of a segment from position [code]begin[/code] " +"to position [code]end[/code] with this plane. If no intersection is found, " +"[code]null[/code] is returned." +msgstr "" + +#: doc/classes/Plane.xml:96 +msgid "" +"Returns [code]true[/code] if this plane and [code]plane[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Plane.xml:103 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is located above the plane." +msgstr "" + +#: doc/classes/Plane.xml:109 +msgid "Returns a copy of the plane, normalized." +msgstr "" + +#: doc/classes/Plane.xml:116 +msgid "" +"Returns the orthogonal projection of [code]point[/code] into a point in the " +"plane." +msgstr "" + +#: doc/classes/Plane.xml:122 +msgid "" +"The distance from the origin to the plane, in the direction of [member " +"normal]. This value is typically non-negative.\n" +"In the scalar equation of the plane [code]ax + by + cz = d[/code], this is " +"[code]d[/code], while the [code](a, b, c)[/code] coordinates are represented " +"by the [member normal] property." +msgstr "" + +#: doc/classes/Plane.xml:126 +msgid "" +"The normal of the plane, which must be normalized.\n" +"In the scalar equation of the plane [code]ax + by + cz = d[/code], this is " +"the vector [code](a, b, c)[/code], where [code]d[/code] is the [member d] " +"property." +msgstr "" + +#: doc/classes/Plane.xml:130 +msgid "The X component of the plane's [member normal] vector." +msgstr "" + +#: doc/classes/Plane.xml:133 +msgid "The Y component of the plane's [member normal] vector." +msgstr "" + +#: doc/classes/Plane.xml:136 +msgid "The Z component of the plane's [member normal] vector." +msgstr "" + +#: doc/classes/Plane.xml:141 +msgid "A plane that extends in the Y and Z axes (normal vector points +X)." +msgstr "" + +#: doc/classes/Plane.xml:144 +msgid "A plane that extends in the X and Z axes (normal vector points +Y)." +msgstr "" + +#: doc/classes/Plane.xml:147 +msgid "A plane that extends in the X and Y axes (normal vector points +Z)." +msgstr "" + +#: doc/classes/PlaneMesh.xml:4 +msgid "Class representing a planar [PrimitiveMesh]." +msgstr "" + +#: doc/classes/PlaneMesh.xml:7 +msgid "" +"Class representing a planar [PrimitiveMesh]. This flat mesh does not have a " +"thickness. By default, this mesh is aligned on the X and Z axes; this " +"default rotation isn't suited for use with billboarded materials. For " +"billboarded materials, use [QuadMesh] instead.\n" +"[b]Note:[/b] When using a large textured [PlaneMesh] (e.g. as a floor), you " +"may stumble upon UV jittering issues depending on the camera angle. To solve " +"this, increase [member subdivide_depth] and [member subdivide_width] until " +"you no longer notice UV jittering." +msgstr "" + +#: doc/classes/PlaneMesh.xml:16 +msgid "Offset from the origin of the generated plane. Useful for particles." +msgstr "" + +#: doc/classes/PlaneMesh.xml:19 +msgid "Size of the generated plane." +msgstr "" + +#: doc/classes/PlaneMesh.xml:22 +msgid "Number of subdivision along the Z axis." +msgstr "" + +#: doc/classes/PlaneMesh.xml:25 +msgid "Number of subdivision along the X axis." +msgstr "" + +#: doc/classes/PlaneShape.xml:4 +msgid "Infinite plane shape for 3D collisions." +msgstr "" + +#: doc/classes/PlaneShape.xml:7 +msgid "" +"An infinite plane shape for 3D collisions. Note that the [Plane]'s normal " +"matters; anything \"below\" the plane will collide with it. If the " +"[PlaneShape] is used in a [PhysicsBody], it will cause colliding objects " +"placed \"below\" it to teleport \"above\" the plane." +msgstr "" + +#: doc/classes/PlaneShape.xml:15 +msgid "The [Plane] used by the [PlaneShape] for collision." +msgstr "" + +#: doc/classes/PointMesh.xml:4 +msgid "Mesh with a single Point primitive." +msgstr "" + +#: doc/classes/PointMesh.xml:7 +msgid "" +"The PointMesh is made from a single point. Instead of relying on triangles, " +"points are rendered as a single rectangle on the screen with a constant " +"size. They are intended to be used with Particle systems, but can be used as " +"a cheap way to render constant size billboarded sprites (for example in a " +"point cloud).\n" +"PointMeshes, must be used with a material that has a point size. Point size " +"can be accessed in a shader with [code]POINT_SIZE[/code], or in a " +"[SpatialMaterial] by setting [member SpatialMaterial.flags_use_point_size] " +"and the variable [member SpatialMaterial.params_point_size].\n" +"When using PointMeshes, properties that normally alter vertices will be " +"ignored, including billboard mode, grow, and cull face." +msgstr "" + +#: doc/classes/Polygon2D.xml:4 +msgid "A 2D polygon." +msgstr "" + +#: doc/classes/Polygon2D.xml:7 +msgid "" +"A Polygon2D is defined by a set of points. Each point is connected to the " +"next, with the final point being connected to the first, resulting in a " +"closed polygon. Polygon2Ds can be filled with color (solid or gradient) or " +"filled with a given texture.\n" +"[b]Note:[/b] By default, Godot can only draw up to 4,096 polygon points at a " +"time. To increase this limit, open the Project Settings and increase [member " +"ProjectSettings.rendering/limits/buffers/canvas_polygon_buffer_size_kb] and " +"[member ProjectSettings.rendering/limits/buffers/" +"canvas_polygon_index_buffer_size_kb]." +msgstr "" + +#: doc/classes/Polygon2D.xml:18 +msgid "" +"Adds a bone with the specified [code]path[/code] and [code]weights[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:24 +msgid "Removes all bones from this [Polygon2D]." +msgstr "" + +#: doc/classes/Polygon2D.xml:31 +msgid "Removes the specified bone from this [Polygon2D]." +msgstr "" + +#: doc/classes/Polygon2D.xml:37 +msgid "Returns the number of bones in this [Polygon2D]." +msgstr "" + +#: doc/classes/Polygon2D.xml:44 +msgid "Returns the path to the node associated with the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:51 +msgid "Returns the height values of the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:59 +msgid "Sets the path to the node associated with the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:67 +msgid "Sets the weight values for the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:73 +msgid "If [code]true[/code], polygon edges will be anti-aliased." +msgstr "" + +#: doc/classes/Polygon2D.xml:78 +msgid "" +"The polygon's fill color. If [code]texture[/code] is defined, it will be " +"multiplied by this color. It will also be the default color for vertices not " +"set in [code]vertex_colors[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:83 +msgid "" +"Added padding applied to the bounding box when using [code]invert[/code]. " +"Setting this value too small may result in a \"Bad Polygon\" error." +msgstr "" + +#: doc/classes/Polygon2D.xml:86 +msgid "" +"If [code]true[/code], polygon will be inverted, containing the area outside " +"the defined points and extending to the [code]invert_border[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:89 +msgid "The offset applied to each vertex." +msgstr "" + +#: doc/classes/Polygon2D.xml:92 +msgid "" +"The polygon's list of vertices. The final point will be connected to the " +"first.\n" +"[b]Note:[/b] This returns a copy of the [PoolVector2Array] rather than a " +"reference." +msgstr "" + +#: doc/classes/Polygon2D.xml:100 +msgid "" +"The polygon's fill texture. Use [code]uv[/code] to set texture coordinates." +msgstr "" + +#: doc/classes/Polygon2D.xml:103 +msgid "" +"Amount to offset the polygon's [code]texture[/code]. If [code](0, 0)[/code] " +"the texture's origin (its top-left corner) will be placed at the polygon's " +"[code]position[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:106 +msgid "The texture's rotation in radians." +msgstr "" + +#: doc/classes/Polygon2D.xml:109 +msgid "The texture's rotation in degrees." +msgstr "" + +#: doc/classes/Polygon2D.xml:112 +msgid "" +"Amount to multiply the [code]uv[/code] coordinates when using a " +"[code]texture[/code]. Larger values make the texture smaller, and vice versa." +msgstr "" + +#: doc/classes/Polygon2D.xml:115 +msgid "" +"Texture coordinates for each vertex of the polygon. There should be one " +"[code]uv[/code] per polygon vertex. If there are fewer, undefined vertices " +"will use [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:118 +msgid "" +"Color for each vertex. Colors are interpolated between vertices, resulting " +"in smooth gradients. There should be one per polygon vertex. If there are " +"fewer, undefined vertices will use [code]color[/code]." +msgstr "" + +#: doc/classes/PoolByteArray.xml:4 +msgid "A pooled [Array] of bytes." +msgstr "" + +#: doc/classes/PoolByteArray.xml:7 +msgid "" +"An [Array] specifically designed to hold bytes. Optimized for memory usage, " +"does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolByteArray.xml:17 +msgid "" +"Constructs a new [PoolByteArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolByteArray.xml:29 +msgid "Appends a [PoolByteArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolByteArray.xml:36 +msgid "" +"Returns a new [PoolByteArray] with the data compressed. Set the compression " +"mode using one of [enum File.CompressionMode]'s constants." +msgstr "" + +#: doc/classes/PoolByteArray.xml:44 +msgid "" +"Returns a new [PoolByteArray] with the data decompressed. Set " +"[code]buffer_size[/code] to the size of the uncompressed data. Set the " +"compression mode using one of [enum File.CompressionMode]'s constants." +msgstr "" + +#: doc/classes/PoolByteArray.xml:52 +msgid "" +"Returns a new [PoolByteArray] with the data decompressed. Set the " +"compression mode using one of [enum File.CompressionMode]'s constants. " +"[b]This method only accepts gzip and deflate compression modes.[/b]\n" +"This method is potentially slower than [code]decompress[/code], as it may " +"have to re-allocate it's output buffer multiple times while decompressing, " +"where as [code]decompress[/code] knows it's output buffer size from the " +"begining.\n" +"\n" +"GZIP has a maximal compression ratio of 1032:1, meaning it's very possible " +"for a small compressed payload to decompress to a potentially very large " +"output. To guard against this, you may provide a maximum size this function " +"is allowed to allocate in bytes via [code]max_output_size[/code]. Passing -1 " +"will allow for unbounded output. If any positive value is passed, and the " +"decompression exceeds that ammount in bytes, then an error will be returned." +msgstr "" + +#: doc/classes/PoolByteArray.xml:67 +msgid "" +"Returns a copy of the array's contents as [String]. Fast alternative to " +"[method get_string_from_utf8] if the content is ASCII-only. Unlike the UTF-8 " +"function this function maps every byte to a character in the array. " +"Multibyte sequences will not be interpreted correctly. For parsing user " +"input always use [method get_string_from_utf8]." +msgstr "" + +#: doc/classes/PoolByteArray.xml:73 +msgid "" +"Returns a copy of the array's contents as [String]. Slower than [method " +"get_string_from_ascii] but supports UTF-8 encoded data. Use this function if " +"you are unsure about the source of the data. For user input this function " +"should always be preferred." +msgstr "" + +#: doc/classes/PoolByteArray.xml:79 +msgid "" +"Returns a hexadecimal representation of this array as a [String].\n" +"[codeblock]\n" +"var array = PoolByteArray([11, 46, 255])\n" +"print(array.hex_encode()) # Prints: 0b2eff\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/PoolByteArray.xml:91 doc/classes/PoolColorArray.xml:43 +#: doc/classes/PoolRealArray.xml:44 doc/classes/PoolStringArray.xml:44 +#: doc/classes/PoolVector2Array.xml:44 doc/classes/PoolVector3Array.xml:43 +msgid "" +"Inserts a new element at a given position in the array. The position must be " +"valid, or at the end of the array ([code]idx == size()[/code])." +msgstr "" + +#: doc/classes/PoolByteArray.xml:102 doc/classes/PoolRealArray.xml:55 +msgid "Appends an element at the end of the array." +msgstr "" + +#: doc/classes/PoolByteArray.xml:108 doc/classes/PoolColorArray.xml:60 +#: doc/classes/PoolIntArray.xml:61 doc/classes/PoolRealArray.xml:61 +#: doc/classes/PoolStringArray.xml:68 doc/classes/PoolVector2Array.xml:61 +#: doc/classes/PoolVector3Array.xml:60 +msgid "Removes an element from the array by index." +msgstr "" + +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." +msgstr "" + +#: doc/classes/PoolByteArray.xml:122 +msgid "Changes the byte at the given index." +msgstr "" + +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 +msgid "Returns the size of the array." +msgstr "" + +#: doc/classes/PoolByteArray.xml:136 +msgid "" +"Returns the slice of the [PoolByteArray] between indices (inclusive) as a " +"new [PoolByteArray]. Any negative index is considered to be from the end of " +"the array." +msgstr "" + +#: doc/classes/PoolColorArray.xml:4 +msgid "A pooled [Array] of [Color]." +msgstr "" + +#: doc/classes/PoolColorArray.xml:7 +msgid "" +"An [Array] specifically designed to hold [Color]. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolColorArray.xml:17 +msgid "" +"Constructs a new [PoolColorArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolColorArray.xml:29 +msgid "Appends a [PoolColorArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolColorArray.xml:54 doc/classes/PoolIntArray.xml:55 +msgid "Appends a value to the array." +msgstr "" + +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + +#: doc/classes/PoolColorArray.xml:73 +msgid "Changes the [Color] at the given index." +msgstr "" + +#: doc/classes/PoolIntArray.xml:4 +msgid "A pooled [Array] of integers ([int])." +msgstr "" + +#: doc/classes/PoolIntArray.xml:7 +msgid "" +"An [Array] specifically designed to hold integer values ([int]). Optimized " +"for memory usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference.\n" +"[b]Note:[/b] This type is limited to signed 32-bit integers, which means it " +"can only take values in the interval [code][-2^31, 2^31 - 1][/code], i.e. " +"[code][-2147483648, 2147483647][/code]. Exceeding those bounds will wrap " +"around. In comparison, [int] uses signed 64-bit integers which can hold much " +"larger values." +msgstr "" + +#: doc/classes/PoolIntArray.xml:18 +msgid "" +"Constructs a new [PoolIntArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolIntArray.xml:30 +msgid "Appends a [PoolIntArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolIntArray.xml:44 +msgid "" +"Inserts a new int at a given position in the array. The position must be " +"valid, or at the end of the array ([code]idx == size()[/code])." +msgstr "" + +#: doc/classes/PoolIntArray.xml:75 +msgid "Changes the int at the given index." +msgstr "" + +#: doc/classes/PoolIntArray.xml:81 +msgid "Returns the array size." +msgstr "" + +#: doc/classes/PoolRealArray.xml:4 +msgid "A pooled [Array] of reals ([float])." +msgstr "" + +#: doc/classes/PoolRealArray.xml:7 +msgid "" +"An [Array] specifically designed to hold floating-point values. Optimized " +"for memory usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference.\n" +"[b]Note:[/b] Unlike primitive [float]s which are 64-bit, numbers stored in " +"[PoolRealArray] are 32-bit floats. This means values stored in " +"[PoolRealArray] have lower precision compared to primitive [float]s. If you " +"need to store 64-bit floats in an array, use a generic [Array] with [float] " +"elements as these will still be 64-bit. However, using a generic [Array] to " +"store [float]s will use roughly 6 times more memory compared to a " +"[PoolRealArray]." +msgstr "" + +#: doc/classes/PoolRealArray.xml:18 +msgid "" +"Constructs a new [PoolRealArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolRealArray.xml:30 +msgid "Appends a [PoolRealArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolRealArray.xml:75 +msgid "Changes the float at the given index." +msgstr "" + +#: doc/classes/PoolStringArray.xml:4 +msgid "A pooled [Array] of [String]." +msgstr "" + +#: doc/classes/PoolStringArray.xml:7 +msgid "" +"An [Array] specifically designed to hold [String]s. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolStringArray.xml:18 +msgid "" +"Constructs a new [PoolStringArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolStringArray.xml:30 +msgid "Appends a [PoolStringArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolStringArray.xml:56 +msgid "" +"Returns a [String] with each element of the array joined with the given " +"[code]delimiter[/code]." +msgstr "" + +#: doc/classes/PoolStringArray.xml:62 +msgid "Appends a string element at end of the array." +msgstr "" + +#: doc/classes/PoolStringArray.xml:81 +msgid "Changes the [String] at the given index." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:4 +msgid "A pooled [Array] of [Vector2]." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:7 +msgid "" +"An [Array] specifically designed to hold [Vector2]. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:11 doc/classes/TileMap.xml:15 +#: doc/classes/TileSet.xml:15 +msgid "https://godotengine.org/asset-library/asset/519" +msgstr "" + +#: doc/classes/PoolVector2Array.xml:18 +msgid "" +"Constructs a new [PoolVector2Array]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:30 +msgid "Appends a [PoolVector2Array] at the end of this array." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:55 +msgid "Inserts a [Vector2] at the end." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:74 +msgid "Changes the [Vector2] at the given index." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:4 +msgid "A pooled [Array] of [Vector3]." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:7 +msgid "" +"An [Array] specifically designed to hold [Vector3]. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:17 +msgid "" +"Constructs a new [PoolVector3Array]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:29 +msgid "Appends a [PoolVector3Array] at the end of this array." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:54 +msgid "Inserts a [Vector3] at the end." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:73 +msgid "Changes the [Vector3] at the given index." +msgstr "" + +#: doc/classes/Popup.xml:4 +msgid "Base container control for popups and dialogs." +msgstr "" + +#: doc/classes/Popup.xml:7 +msgid "" +"Popup is a base [Control] used to show dialogs and popups. It's a subwindow " +"and modal by default (see [Control]) and has helpers for custom popup " +"behavior. All popup methods ensure correct placement within the viewport." +msgstr "" + +#: doc/classes/Popup.xml:16 +msgid "Popup (show the control in modal form)." +msgstr "" + +#: doc/classes/Popup.xml:23 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to its current canvas transform, at the current size, or at a size " +"determined by [code]size[/code]." +msgstr "" + +#: doc/classes/Popup.xml:31 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to the current canvas transform, clamping the size to [code]size[/code], " +"then ensuring the popup is no larger than the viewport size multiplied by " +"[code]fallback_ratio[/code]." +msgstr "" + +#: doc/classes/Popup.xml:38 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to the current canvas transform, ensuring the size is never smaller than " +"[code]minsize[/code]." +msgstr "" + +#: doc/classes/Popup.xml:45 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to the current canvas transform, scaled at a ratio of size of the screen." +msgstr "" + +#: doc/classes/Popup.xml:51 +msgid "Shrink popup to keep to the minimum size of content." +msgstr "" + +#: doc/classes/Popup.xml:57 +msgid "" +"If [code]true[/code], the popup will not be hidden when a click event occurs " +"outside of it, or when it receives the [code]ui_cancel[/code] action event.\n" +"[b]Note:[/b] Enabling this property doesn't affect the Close or Cancel " +"buttons' behavior in dialogs that inherit from this class. As a workaround, " +"you can use [method WindowDialog.get_close_button] or [method " +"ConfirmationDialog.get_cancel] and hide the buttons in question by setting " +"their [member CanvasItem.visible] property to [code]false[/code]." +msgstr "" + +#: doc/classes/Popup.xml:65 +msgid "" +"Emitted when a popup is about to be shown. This is often used in [PopupMenu] " +"to clear the list of options then create a new one according to the current " +"context." +msgstr "" + +#: doc/classes/Popup.xml:70 +msgid "Emitted when a popup is hidden." +msgstr "" + +#: doc/classes/Popup.xml:76 +msgid "Notification sent right after the popup is shown." +msgstr "" + +#: doc/classes/Popup.xml:79 +msgid "Notification sent right after the popup is hidden." +msgstr "" + +#: doc/classes/PopupDialog.xml:4 +msgid "Base class for popup dialogs." +msgstr "" + +#: doc/classes/PopupDialog.xml:7 +msgid "" +"PopupDialog is a base class for popup dialogs, along with [WindowDialog]." +msgstr "" + +#: doc/classes/PopupDialog.xml:17 +msgid "Sets a custom [StyleBox] for the panel of the [PopupDialog]." +msgstr "" + +#: doc/classes/PopupMenu.xml:4 +msgid "PopupMenu displays a list of options." +msgstr "" + +#: doc/classes/PopupMenu.xml:7 +msgid "" +"[PopupMenu] is a [Control] that displays a list of options. They are popular " +"in toolbars or context menus." +msgstr "" + +#: doc/classes/PopupMenu.xml:18 +msgid "" +"Adds a new checkable item with text [code]label[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:29 +msgid "" +"Adds a new checkable item and assigns the specified [ShortCut] to it. Sets " +"the label of the checkbox to the [ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:41 +msgid "" +"Adds a new checkable item with text [code]label[/code] and icon " +"[code]texture[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:53 +msgid "" +"Adds a new checkable item and assigns the specified [ShortCut] and icon " +"[code]texture[/code] to it. Sets the label of the checkbox to the " +"[ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:65 +msgid "" +"Adds a new item with text [code]label[/code] and icon [code]texture[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:76 +msgid "Same as [method add_icon_check_item], but uses a radio check button." +msgstr "" + +#: doc/classes/PopupMenu.xml:86 +msgid "" +"Same as [method add_icon_check_shortcut], but uses a radio check button." +msgstr "" + +#: doc/classes/PopupMenu.xml:96 +msgid "" +"Adds a new item and assigns the specified [ShortCut] and icon [code]texture[/" +"code] to it. Sets the label of the checkbox to the [ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index." +msgstr "" + +#: doc/classes/PopupMenu.xml:106 +msgid "" +"Adds a new item with text [code]label[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:118 +msgid "" +"Adds a new multistate item with text [code]label[/code].\n" +"Contrarily to normal binary items, multistate items can have more than two " +"states, as defined by [code]max_states[/code]. Each press or activate of the " +"item will increase the state by one. The default value is defined by " +"[code]default_state[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:129 +msgid "" +"Adds a new radio check button with text [code]label[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:140 +msgid "" +"Adds a new radio check button and assigns a [ShortCut] to it. Sets the label " +"of the checkbox to the [ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:150 +msgid "" +"Adds a separator between items. Separators also occupy an index, which you " +"can set by using the [code]id[/code] parameter.\n" +"A [code]label[/code] can optionally be provided, which will appear at the " +"center of the separator." +msgstr "" + +#: doc/classes/PopupMenu.xml:160 +msgid "" +"Adds a [ShortCut].\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index." +msgstr "" + +#: doc/classes/PopupMenu.xml:170 +msgid "" +"Adds an item that will act as a submenu of the parent [PopupMenu] node when " +"clicked. The [code]submenu[/code] argument is the name of the child " +"[PopupMenu] node that will be shown when the item is clicked.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index." +msgstr "" + +#: doc/classes/PopupMenu.xml:177 +msgid "Removes all items from the [PopupMenu]." +msgstr "" + +#: doc/classes/PopupMenu.xml:183 +msgid "" +"Returns the index of the currently focused item. Returns [code]-1[/code] if " +"no item is focused." +msgstr "" + +#: doc/classes/PopupMenu.xml:190 +msgid "" +"Returns the accelerator of the item at index [code]idx[/code]. Accelerators " +"are special combinations of keys that activate the item, no matter which " +"control is focused." +msgstr "" + +#: doc/classes/PopupMenu.xml:196 +msgid "Returns the number of items in the [PopupMenu]." +msgstr "" + +#: doc/classes/PopupMenu.xml:210 +msgid "" +"Returns the id of the item at index [code]idx[/code]. [code]id[/code] can be " +"manually assigned, while index can not." +msgstr "" + +#: doc/classes/PopupMenu.xml:217 +msgid "" +"Returns the index of the item containing the specified [code]id[/code]. " +"Index is automatically assigned to each item by the engine. Index can not be " +"set manually." +msgstr "" + +#: doc/classes/PopupMenu.xml:224 +msgid "" +"Returns the metadata of the specified item, which might be of any type. You " +"can set it with [method set_item_metadata], which provides a simple way of " +"assigning context data to items." +msgstr "" + +#: doc/classes/PopupMenu.xml:231 +msgid "" +"Returns the [ShortCut] associated with the specified [code]idx[/code] item." +msgstr "" + +#: doc/classes/PopupMenu.xml:238 +msgid "" +"Returns the submenu name of the item at index [code]idx[/code]. See [method " +"add_submenu_item] for more info on how to add a submenu." +msgstr "" + +#: doc/classes/PopupMenu.xml:252 +msgid "" +"Returns the tooltip associated with the specified index index [code]idx[/" +"code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:258 +msgid "" +"Returns [code]true[/code] if the popup will be hidden when the window loses " +"focus or not." +msgstr "" + +#: doc/classes/PopupMenu.xml:265 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is checkable " +"in some way, i.e. if it has a checkbox or radio button.\n" +"[b]Note:[/b] Checkable items just display a checkmark or radio button, but " +"don't have any built-in checking behavior and must be checked/unchecked " +"manually." +msgstr "" + +#: doc/classes/PopupMenu.xml:273 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is checked." +msgstr "" + +#: doc/classes/PopupMenu.xml:280 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is disabled. " +"When it is disabled it can't be selected, or its action invoked.\n" +"See [method set_item_disabled] for more info on how to disable an item." +msgstr "" + +#: doc/classes/PopupMenu.xml:288 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] has radio " +"button-style checkability.\n" +"[b]Note:[/b] This is purely cosmetic; you must add the logic for checking/" +"unchecking items in radio groups." +msgstr "" + +#: doc/classes/PopupMenu.xml:296 +msgid "" +"Returns [code]true[/code] if the item is a separator. If it is, it will be " +"displayed as a line. See [method add_separator] for more info on how to add " +"a separator." +msgstr "" + +#: doc/classes/PopupMenu.xml:303 +msgid "Returns [code]true[/code] if the specified item's shortcut is disabled." +msgstr "" + +#: doc/classes/PopupMenu.xml:310 +msgid "" +"Removes the item at index [code]idx[/code] from the menu.\n" +"[b]Note:[/b] The indices of items after the removed item will be shifted by " +"one." +msgstr "" + +#: doc/classes/PopupMenu.xml:318 +msgid "Hides the [PopupMenu] when the window loses focus." +msgstr "" + +#: doc/classes/PopupMenu.xml:326 +msgid "" +"Sets the accelerator of the item at index [code]idx[/code]. Accelerators are " +"special combinations of keys that activate the item, no matter which control " +"is focused." +msgstr "" + +#: doc/classes/PopupMenu.xml:334 +msgid "" +"Sets whether the item at index [code]idx[/code] has a checkbox. If " +"[code]false[/code], sets the type of the item to plain text.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually." +msgstr "" + +#: doc/classes/PopupMenu.xml:343 +msgid "" +"Sets the type of the item at the specified index [code]idx[/code] to radio " +"button. If [code]false[/code], sets the type of the item to plain text." +msgstr "" + +#: doc/classes/PopupMenu.xml:351 +msgid "" +"Mark the item at index [code]idx[/code] as a separator, which means that it " +"would be displayed as a line. If [code]false[/code], sets the type of the " +"item to plain text." +msgstr "" + +#: doc/classes/PopupMenu.xml:359 +msgid "Sets the checkstate status of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:367 +msgid "" +"Enables/disables the item at index [code]idx[/code]. When it is disabled, it " +"can't be selected and its action can't be invoked." +msgstr "" + +#: doc/classes/PopupMenu.xml:375 +msgid "Replaces the [Texture] icon of the specified [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:383 +msgid "Sets the [code]id[/code] of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:391 +msgid "" +"Sets the metadata of an item, which may be of any type. You can later get it " +"with [method get_item_metadata], which provides a simple way of assigning " +"context data to items." +msgstr "" + +#: doc/classes/PopupMenu.xml:399 +msgid "" +"Sets the state of a multistate item. See [method add_multistate_item] for " +"details." +msgstr "" + +#: doc/classes/PopupMenu.xml:408 +msgid "Sets a [ShortCut] for the specified item [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:416 +msgid "Disables the [ShortCut] of the specified index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:424 +msgid "" +"Sets the submenu of the item at index [code]idx[/code]. The submenu is the " +"name of a child [PopupMenu] node that would be shown when the item is " +"clicked." +msgstr "" + +#: doc/classes/PopupMenu.xml:440 +msgid "" +"Sets the [String] tooltip of the item at the specified index [code]idx[/" +"code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:447 +msgid "" +"Toggles the check state of the item of the specified index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:454 +msgid "" +"Cycle to the next state of a multistate item. See [method " +"add_multistate_item] for details." +msgstr "" + +#: doc/classes/PopupMenu.xml:460 +msgid "If [code]true[/code], allows navigating [PopupMenu] with letter keys." +msgstr "" + +#: doc/classes/PopupMenu.xml:464 +msgid "" +"If [code]true[/code], hides the [PopupMenu] when a checkbox or radio button " +"is selected." +msgstr "" + +#: doc/classes/PopupMenu.xml:467 +msgid "If [code]true[/code], hides the [PopupMenu] when an item is selected." +msgstr "" + +#: doc/classes/PopupMenu.xml:470 +msgid "" +"If [code]true[/code], hides the [PopupMenu] when a state item is selected." +msgstr "" + +#: doc/classes/PopupMenu.xml:473 +msgid "" +"Sets the delay time in seconds for the submenu item to popup on mouse " +"hovering. If the popup menu is added as a child of another (acting as a " +"submenu), it will inherit the delay time of the parent menu item." +msgstr "" + +#: doc/classes/PopupMenu.xml:480 +msgid "" +"Emitted when user navigated to an item of some [code]id[/code] using " +"[code]ui_up[/code] or [code]ui_down[/code] action." +msgstr "" + +#: doc/classes/PopupMenu.xml:486 +msgid "" +"Emitted when an item of some [code]id[/code] is pressed or its accelerator " +"is activated." +msgstr "" + +#: doc/classes/PopupMenu.xml:492 +msgid "" +"Emitted when an item of some [code]index[/code] is pressed or its " +"accelerator is activated." +msgstr "" + +#: doc/classes/PopupMenu.xml:500 +msgid "[Texture] icon for the checked checkbox items." +msgstr "" + +#: doc/classes/PopupMenu.xml:503 +msgid "[Font] used for the menu items." +msgstr "" + +#: doc/classes/PopupMenu.xml:506 +msgid "The default text [Color] for menu items' names." +msgstr "" + +#: doc/classes/PopupMenu.xml:509 +msgid "" +"The text [Color] used for shortcuts and accelerators that show next to the " +"menu item name when defined. See [method get_item_accelerator] for more info " +"on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:512 +msgid "[Color] used for disabled menu items' text." +msgstr "" + +#: doc/classes/PopupMenu.xml:515 +msgid "[Color] used for the hovered text." +msgstr "" + +#: doc/classes/PopupMenu.xml:518 +msgid "[Color] used for labeled separators' text. See [method add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:521 +msgid "[StyleBox] displayed when the [PopupMenu] item is hovered." +msgstr "" + +#: doc/classes/PopupMenu.xml:524 +msgid "" +"The horizontal space between the item's name and the shortcut text/submenu " +"arrow." +msgstr "" + +#: doc/classes/PopupMenu.xml:527 +msgid "" +"[StyleBox] for the left side of labeled separator. See [method " +"add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:530 +msgid "" +"[StyleBox] for the right side of labeled separator. See [method " +"add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:533 +msgid "Default [StyleBox] of the [PopupMenu] items." +msgstr "" + +#: doc/classes/PopupMenu.xml:536 +msgid "[StyleBox] used when the [PopupMenu] item is disabled." +msgstr "" + +#: doc/classes/PopupMenu.xml:539 +msgid "[Texture] icon for the checked radio button items." +msgstr "" + +#: doc/classes/PopupMenu.xml:542 +msgid "[Texture] icon for the unchecked radio button items." +msgstr "" + +#: doc/classes/PopupMenu.xml:545 +msgid "[StyleBox] used for the separators. See [method add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:548 +msgid "[Texture] icon for the submenu arrow." +msgstr "" + +#: doc/classes/PopupMenu.xml:551 +msgid "[Texture] icon for the unchecked checkbox items." +msgstr "" + +#: doc/classes/PopupMenu.xml:554 +msgid "The vertical space between each menu item." +msgstr "" + +#: doc/classes/PopupPanel.xml:4 +msgid "Class for displaying popups with a panel background." +msgstr "" + +#: doc/classes/PopupPanel.xml:7 +msgid "" +"Class for displaying popups with a panel background. In some cases it might " +"be simpler to use than [Popup], since it provides a configurable background. " +"If you are making windows, better check [WindowDialog]." +msgstr "" + +#: doc/classes/PopupPanel.xml:17 +msgid "The background panel style of this [PopupPanel]." +msgstr "" + +#: doc/classes/Portal.xml:4 +msgid "Portal nodes are used to enable visibility between [Room]s." +msgstr "" + +#: doc/classes/Portal.xml:7 +msgid "" +"[Portal]s are a special type of [MeshInstance] that allow the portal culling " +"system to 'see' from one room to the next. They often correspond to doors " +"and windows in level geometry. By only allowing [Camera]s to see through " +"portals, this allows the system to cull out all the objects in rooms that " +"cannot be seen through portals. This is a form of [b]occlusion culling[/b], " +"and can greatly increase performance.\n" +"There are some limitations to the form of portals:\n" +"They must be single sided convex polygons, and usually you would orientate " +"their front faces [b]outward[/b] from the [Room] they are placed in. The " +"vertices should be positioned on a single plane (although their positioning " +"does not have to be perfect).\n" +"There is no need to place an opposite portal in an adjacent room, links are " +"made two-way automatically." +msgstr "" + +#: doc/classes/Portal.xml:20 doc/classes/Room.xml:21 +msgid "Sets individual points. Primarily for use by the editor." +msgstr "" + +#: doc/classes/Portal.xml:26 +msgid "" +"This is a shortcut for setting the linked [Room] in the name of the [Portal] " +"(the name is used during conversion)." +msgstr "" + +#: doc/classes/Portal.xml:29 +msgid "" +"The points defining the shape of the [Portal] polygon (which should be " +"convex).\n" +"These are defined in 2D, with [code]0,0[/code] being the origin of the " +"[Portal] node's [member Spatial.global_transform].\n" +"[b]Note:[/b] These raw points are sanitized for winding order internally." +msgstr "" + +#: doc/classes/Portal.xml:34 +msgid "" +"Visibility through [Portal]s can be turned on and off at runtime - this is " +"useful for having closable doors." +msgstr "" + +#: doc/classes/Portal.xml:37 +msgid "" +"Some objects are so big that they may be present in more than one [Room] " +"('sprawling'). As we often don't want objects that *just* breach the edges " +"to be assigned to neighbouring rooms, you can assign an extra margin through " +"the [Portal] to allow objects to breach without sprawling." +msgstr "" + +#: doc/classes/Portal.xml:40 +msgid "" +"Portals default to being two way - see through in both directions, however " +"you can make them one way, visible from the source room only." +msgstr "" + +#: doc/classes/Portal.xml:43 +msgid "" +"In most cases you will want to use the default [Portal] margin in your " +"portals (this is set in the [RoomManager]).\n" +"If you want to override this default, set this value to [code]false[/code], " +"and the local [member portal_margin] will take effect." +msgstr "" + +#: doc/classes/Position2D.xml:4 +msgid "Generic 2D position hint for editing." +msgstr "" + +#: doc/classes/Position2D.xml:7 +msgid "" +"Generic 2D position hint for editing. It's just like a plain [Node2D], but " +"it displays as a cross in the 2D editor at all times. You can set cross' " +"visual size by using the gizmo in the 2D editor while the node is selected." +msgstr "" + +#: doc/classes/Position3D.xml:4 +msgid "Generic 3D position hint for editing." +msgstr "" + +#: doc/classes/Position3D.xml:7 +msgid "" +"Generic 3D position hint for editing. It's just like a plain [Spatial], but " +"it displays as a cross in the 3D editor at all times." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:4 +msgid "" +"Base class for all primitive meshes. Handles applying a [Material] to a " +"primitive mesh." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:7 +msgid "" +"Base class for all primitive meshes. Handles applying a [Material] to a " +"primitive mesh. Examples include [CapsuleMesh], [CubeMesh], [CylinderMesh], " +"[PlaneMesh], [PrismMesh], [QuadMesh], and [SphereMesh]." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:15 +msgid "" +"Returns mesh arrays used to constitute surface of [Mesh]. The result can be " +"passed to [method ArrayMesh.add_surface_from_arrays] to create a new " +"surface. For example:\n" +"[codeblock]\n" +"var c := CylinderMesh.new()\n" +"var arr_mesh := ArrayMesh.new()\n" +"arr_mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, c." +"get_mesh_arrays())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:29 +msgid "" +"If set, the order of the vertices in each triangle are reversed resulting in " +"the backside of the mesh being drawn.\n" +"This gives the same result as using [constant SpatialMaterial.CULL_BACK] in " +"[member SpatialMaterial.params_cull_mode]." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:33 +msgid "The current [Material] of the primitive mesh." +msgstr "" + +#: doc/classes/PrismMesh.xml:4 doc/classes/PrismMesh.xml:7 +msgid "Class representing a prism-shaped [PrimitiveMesh]." +msgstr "" + +#: doc/classes/PrismMesh.xml:15 +msgid "" +"Displacement of the upper edge along the X axis. 0.0 positions edge straight " +"above the bottom-left edge." +msgstr "" + +#: doc/classes/PrismMesh.xml:18 +msgid "Size of the prism." +msgstr "" + +#: doc/classes/PrismMesh.xml:21 +msgid "Number of added edge loops along the Z axis." +msgstr "" + +#: doc/classes/PrismMesh.xml:24 +msgid "Number of added edge loops along the Y axis." +msgstr "" + +#: doc/classes/PrismMesh.xml:27 +msgid "Number of added edge loops along the X axis." +msgstr "" + +#: doc/classes/ProceduralSky.xml:4 +msgid "" +"Type of [Sky] that is generated procedurally based on user input parameters." +msgstr "" + +#: doc/classes/ProceduralSky.xml:7 +msgid "" +"ProceduralSky provides a way to create an effective background quickly by " +"defining procedural parameters for the sun, the sky and the ground. The sky " +"and ground are very similar, they are defined by a color at the horizon, " +"another color, and finally an easing curve to interpolate between these two " +"colors. Similarly, the sun is described by a position in the sky, a color, " +"and an easing curve. However, the sun also defines a minimum and maximum " +"angle, these two values define at what distance the easing curve begins and " +"ends from the sun, and thus end up defining the size of the sun in the sky.\n" +"The ProceduralSky is updated on the CPU after the parameters change. It is " +"stored in a texture and then displayed as a background in the scene. This " +"makes it relatively unsuitable for real-time updates during gameplay. " +"However, with a small enough texture size, it can still be updated " +"relatively frequently, as it is updated on a background thread when multi-" +"threading is available." +msgstr "" + +#: doc/classes/ProceduralSky.xml:16 +msgid "Color of the ground at the bottom." +msgstr "" + +#: doc/classes/ProceduralSky.xml:19 +msgid "" +"How quickly the [member ground_horizon_color] fades into the [member " +"ground_bottom_color]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:22 +msgid "Amount of energy contribution from the ground." +msgstr "" + +#: doc/classes/ProceduralSky.xml:25 +msgid "Color of the ground at the horizon." +msgstr "" + +#: doc/classes/ProceduralSky.xml:28 +msgid "" +"How quickly the [member sky_horizon_color] fades into the [member " +"sky_top_color]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:31 +msgid "Amount of energy contribution from the sky." +msgstr "" + +#: doc/classes/ProceduralSky.xml:34 +msgid "Color of the sky at the horizon." +msgstr "" + +#: doc/classes/ProceduralSky.xml:37 +msgid "Color of the sky at the top." +msgstr "" + +#: doc/classes/ProceduralSky.xml:40 +msgid "Distance from center of sun where it fades out completely." +msgstr "" + +#: doc/classes/ProceduralSky.xml:43 +msgid "Distance from sun where it goes from solid to starting to fade." +msgstr "" + +#: doc/classes/ProceduralSky.xml:46 +msgid "The sun's color." +msgstr "" + +#: doc/classes/ProceduralSky.xml:49 +msgid "" +"How quickly the sun fades away between [member sun_angle_min] and [member " +"sun_angle_max]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:52 +msgid "Amount of energy contribution from the sun." +msgstr "" + +#: doc/classes/ProceduralSky.xml:55 +msgid "The sun's height using polar coordinates." +msgstr "" + +#: doc/classes/ProceduralSky.xml:58 +msgid "The direction of the sun using polar coordinates." +msgstr "" + +#: doc/classes/ProceduralSky.xml:61 +msgid "" +"Size of [Texture] that the ProceduralSky will generate. The size is set " +"using [enum TextureSize]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:66 +msgid "Sky texture will be 256x128." +msgstr "" + +#: doc/classes/ProceduralSky.xml:69 +msgid "Sky texture will be 512x256." +msgstr "" + +#: doc/classes/ProceduralSky.xml:72 +msgid "Sky texture will be 1024x512. This is the default size." +msgstr "" + +#: doc/classes/ProceduralSky.xml:75 +msgid "Sky texture will be 2048x1024." +msgstr "" + +#: doc/classes/ProceduralSky.xml:78 +msgid "Sky texture will be 4096x2048." +msgstr "" + +#: doc/classes/ProceduralSky.xml:81 +msgid "Represents the size of the [enum TextureSize] enum." +msgstr "" + +#: doc/classes/ProgressBar.xml:4 +msgid "General-purpose progress bar." +msgstr "" + +#: doc/classes/ProgressBar.xml:7 +msgid "General-purpose progress bar. Shows fill percentage from right to left." +msgstr "" + +#: doc/classes/ProgressBar.xml:15 +msgid "If [code]true[/code], the fill percentage is displayed on the bar." +msgstr "" + +#: doc/classes/ProgressBar.xml:24 +msgid "The style of the background." +msgstr "" + +#: doc/classes/ProgressBar.xml:27 +msgid "The style of the progress (i.e. the part that fills the bar)." +msgstr "" + +#: doc/classes/ProgressBar.xml:30 +msgid "" +"Font used to draw the fill percentage if [member percent_visible] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/ProgressBar.xml:33 +msgid "The color of the text." +msgstr "" + +#: doc/classes/ProgressBar.xml:36 +msgid "The color of the text's shadow." +msgstr "" + +#: doc/classes/ProjectSettings.xml:4 +msgid "Contains global variables accessible from everywhere." +msgstr "" + +#: doc/classes/ProjectSettings.xml:7 +msgid "" +"Contains global variables accessible from everywhere. Use [method " +"get_setting], [method set_setting] or [method has_setting] to access them. " +"Variables stored in [code]project.godot[/code] are also loaded into " +"ProjectSettings, making this object very useful for reading custom game " +"configuration options.\n" +"When naming a Project Settings property, use the full path to the setting " +"including the category. For example, [code]\"application/config/name\"[/" +"code] for the project name. Category and property names can be viewed in the " +"Project Settings dialog.\n" +"[b]Feature tags:[/b] Project settings can be overridden for specific " +"platforms and configurations (debug, release, ...) using [url=https://docs." +"godotengine.org/en/latest/tutorials/export/feature_tags.html]feature tags[/" +"url].\n" +"[b]Overriding:[/b] Any project setting can be overridden by creating a file " +"named [code]override.cfg[/code] in the project's root directory. This can " +"also be used in exported projects by placing this file in the same directory " +"as the project binary. Overriding will still take the base project " +"settings' [url=https://docs.godotengine.org/en/latest/tutorials/export/" +"feature_tags.html]feature tags[/url] in account. Therefore, make sure to " +"[i]also[/i] override the setting with the desired feature tags if you want " +"them to override base project settings on all platforms and configurations." +msgstr "" + +#: doc/classes/ProjectSettings.xml:22 +msgid "" +"Adds a custom property info to a property. The dictionary must contain:\n" +"- [code]name[/code]: [String] (the property's name)\n" +"- [code]type[/code]: [int] (see [enum Variant.Type])\n" +"- optionally [code]hint[/code]: [int] (see [enum PropertyHint]) and " +"[code]hint_string[/code]: [String]\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"ProjectSettings.set(\"category/property_name\", 0)\n" +"\n" +"var property_info = {\n" +" \"name\": \"category/property_name\",\n" +" \"type\": TYPE_INT,\n" +" \"hint\": PROPERTY_HINT_ENUM,\n" +" \"hint_string\": \"one,two,three\"\n" +"}\n" +"\n" +"ProjectSettings.add_property_info(property_info)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:45 +msgid "Clears the whole configuration (not recommended, may break things)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:52 +msgid "" +"Returns the order of a configuration value (influences when saved to the " +"config file)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:59 +msgid "" +"Returns the value of a setting.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"print(ProjectSettings.get_setting(\"application/config/name\"))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:70 +msgid "" +"Returns the absolute, native OS path corresponding to the localized " +"[code]path[/code] (starting with [code]res://[/code] or [code]user://[/" +"code]). The returned path will vary depending on the operating system and " +"user preferences. See [url=https://docs.godotengine.org/en/3.4/tutorials/io/" +"data_paths.html]File paths in Godot projects[/url] to see what those paths " +"convert to. See also [method localize_path].\n" +"[b]Note:[/b] [method globalize_path] with [code]res://[/code] will not work " +"in an exported project. Instead, prepend the executable's base directory to " +"the path when running from an exported project:\n" +"[codeblock]\n" +"var path = \"\"\n" +"if OS.has_feature(\"editor\"):\n" +" # Running from an editor binary.\n" +" # `path` will contain the absolute path to `hello.txt` located in the " +"project root.\n" +" path = ProjectSettings.globalize_path(\"res://hello.txt\")\n" +"else:\n" +" # Running from an exported project.\n" +" # `path` will contain the absolute path to `hello.txt` next to the " +"executable.\n" +" # This is *not* identical to using `ProjectSettings.globalize_path()` " +"with a `res://` path,\n" +" # but is close enough in spirit.\n" +" path = OS.get_executable_path().get_base_dir().plus_file(\"hello.txt\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:91 +msgid "Returns [code]true[/code] if a configuration value is present." +msgstr "" + +#: doc/classes/ProjectSettings.xml:100 +msgid "" +"Loads the contents of the .pck or .zip file specified by [code]pack[/code] " +"into the resource filesystem ([code]res://[/code]). Returns [code]true[/" +"code] on success.\n" +"[b]Note:[/b] If a file from [code]pack[/code] shares the same path as a file " +"already in the resource filesystem, any attempts to load that file will use " +"the file from [code]pack[/code] unless [code]replace_files[/code] is set to " +"[code]false[/code].\n" +"[b]Note:[/b] The optional [code]offset[/code] parameter can be used to " +"specify the offset in bytes to the start of the resource pack. This is only " +"supported for .pck files." +msgstr "" + +#: doc/classes/ProjectSettings.xml:109 +msgid "" +"Returns the localized path (starting with [code]res://[/code]) corresponding " +"to the absolute, native OS [code]path[/code]. See also [method " +"globalize_path]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:116 +msgid "" +"Returns [code]true[/code] if the specified property exists and its initial " +"value differs from the current value." +msgstr "" + +#: doc/classes/ProjectSettings.xml:123 +msgid "" +"Returns the specified property's initial value. Returns [code]null[/code] if " +"the property does not exist." +msgstr "" + +#: doc/classes/ProjectSettings.xml:129 +msgid "" +"Saves the configuration to the [code]project.godot[/code] file.\n" +"[b]Note:[/b] This method is intended to be used by editor plugins, as " +"modified [ProjectSettings] can't be loaded back in the running app. If you " +"want to change project settings in exported projects, use [method " +"save_custom] to save [code]override.cfg[/code] file." +msgstr "" + +#: doc/classes/ProjectSettings.xml:137 +msgid "" +"Saves the configuration to a custom file. The file extension must be [code]." +"godot[/code] (to save in text-based [ConfigFile] format) or [code].binary[/" +"code] (to save in binary format). You can also save [code]override.cfg[/" +"code] file, which is also text, but can be used in exported projects unlike " +"other formats." +msgstr "" + +#: doc/classes/ProjectSettings.xml:145 +msgid "" +"Sets the specified property's initial value. This is the value the property " +"reverts to." +msgstr "" + +#: doc/classes/ProjectSettings.xml:153 +msgid "" +"Sets the order of a configuration value (influences when saved to the config " +"file)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:161 +msgid "" +"Sets the value of a setting.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"ProjectSettings.set_setting(\"application/config/name\", \"Example\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:171 +msgid "" +"Comma-separated list of custom Android modules (which must have been built " +"in the Android export templates) using their Java package path, e.g. " +"[code]\"org/godotengine/godot/MyCustomSingleton,com/example/foo/" +"FrenchFriesFactory\"[/code].\n" +"[b]Note:[/b] Since Godot 3.2.2, the [code]org/godotengine/godot/" +"GodotPaymentV3[/code] module was deprecated and replaced by the " +"[code]GodotPayment[/code] plugin which should be enabled in the Android " +"export preset under [code]Plugins[/code] section. The singleton to access in " +"code was also renamed to [code]GodotPayment[/code]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:175 +msgid "Background color for the boot splash." +msgstr "" + +#: doc/classes/ProjectSettings.xml:178 +msgid "" +"If [code]true[/code], scale the boot splash image to the full window length " +"when engine starts. If [code]false[/code], the engine will leave it at the " +"default pixel size." +msgstr "" + +#: doc/classes/ProjectSettings.xml:181 +msgid "Path to an image used as the boot splash." +msgstr "" + +#: doc/classes/ProjectSettings.xml:184 +msgid "" +"If [code]true[/code], applies linear filtering when scaling the image " +"(recommended for high resolution artwork). If [code]false[/code], uses " +"nearest-neighbor interpolation (recommended for pixel art)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:187 +msgid "" +"This user directory is used for storing persistent data ([code]user://[/" +"code] filesystem). If left empty, [code]user://[/code] resolves to a project-" +"specific folder in Godot's own configuration folder (see [method OS." +"get_user_data_dir]). If a custom directory name is defined, this name will " +"be used instead and appended to the system-specific user data directory " +"(same parent folder as the Godot configuration folder documented in [method " +"OS.get_user_data_dir]).\n" +"The [member application/config/use_custom_user_dir] setting must be enabled " +"for this to take effect." +msgstr "" + +#: doc/classes/ProjectSettings.xml:191 +msgid "" +"The project's description, displayed as a tooltip in the Project Manager " +"when hovering the project." +msgstr "" + +#: doc/classes/ProjectSettings.xml:194 +msgid "" +"Icon used for the project, set when project loads. Exporters will also use " +"this icon when possible." +msgstr "" + +#: doc/classes/ProjectSettings.xml:197 +msgid "" +"Icon set in [code].icns[/code] format used on macOS to set the game's icon. " +"This is done automatically on start by calling [method OS.set_native_icon]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:200 +msgid "" +"The project's name. It is used both by the Project Manager and by exporters. " +"The project name can be translated by translating its value in localization " +"files. The window title will be set to match the project name automatically " +"on startup.\n" +"[b]Note:[/b] Changing this value will also change the user data folder's " +"path if [member application/config/use_custom_user_dir] is [code]false[/" +"code]. After renaming the project, you will no longer be able to access " +"existing data in [code]user://[/code] unless you rename the old folder to " +"match the new project name. See [url=https://docs.godotengine.org/en/3.4/" +"tutorials/io/data_paths.html]Data paths[/url] in the documentation for more " +"information." +msgstr "" + +#: doc/classes/ProjectSettings.xml:204 +msgid "" +"Specifies a file to override project settings. For example: [code]user://" +"custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " +"class description at the top for more information.\n" +"[b]Note:[/b] Regardless of this setting's value, [code]res://override.cfg[/" +"code] will still be read to override the project settings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:208 +msgid "" +"If [code]true[/code], the project will save user data to its own user " +"directory (see [member application/config/custom_user_dir_name]). This " +"setting is only effective on desktop platforms. A name must be set in the " +"[member application/config/custom_user_dir_name] setting for this to take " +"effect. If [code]false[/code], the project will save user data to [code](OS " +"user data directory)/Godot/app_userdata/(project name)[/code]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 +msgid "" +"Icon set in [code].ico[/code] format used on Windows to set the game's icon. " +"This is done automatically on start by calling [method OS.set_native_icon]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:220 +msgid "" +"Time samples for frame deltas are subject to random variation introduced by " +"the platform, even when frames are displayed at regular intervals thanks to " +"V-Sync. This can lead to jitter. Delta smoothing can often give a better " +"result by filtering the input deltas to correct for minor fluctuations from " +"the refresh rate.\n" +"[b]Note:[/b] Delta smoothing is only attempted when [member display/window/" +"vsync/use_vsync] is switched on, as it does not work well without V-Sync.\n" +"It may take several seconds at a stable frame rate before the smoothing is " +"initially activated. It will only be active on machines where performance is " +"adequate to render frames at the refresh rate." +msgstr "" + +#: doc/classes/ProjectSettings.xml:225 +msgid "" +"[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " +"just after the drawing has taken place. This may lead to more consistent " +"deltas and a reduction in frame stutters." +msgstr "" + +#: doc/classes/ProjectSettings.xml:228 +msgid "" +"If [code]true[/code], disables printing to standard error. If [code]true[/" +"code], this also hides error and warning messages printed by [method " +"@GDScript.push_error] and [method @GDScript.push_warning]. See also [member " +"application/run/disable_stdout].\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:232 +msgid "" +"If [code]true[/code], disables printing to standard output. This is " +"equivalent to starting the editor or project with the [code]--quiet[/code] " +"command line argument. See also [member application/run/disable_stderr].\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:236 +msgid "" +"If [code]true[/code], flushes the standard output stream every time a line " +"is printed. This affects both terminal logging and file logging.\n" +"When running a project, this setting must be enabled if you want logs to be " +"collected by service managers such as systemd/journalctl. This setting is " +"disabled by default on release builds, since flushing on every printed line " +"will negatively affect performance if lots of lines are printed in a rapid " +"succession. Also, if this setting is enabled, logged files will still be " +"written successfully if the application crashes or is otherwise killed by " +"the user (without being closed \"normally\").\n" +"[b]Note:[/b] Regardless of this setting, the standard error stream " +"([code]stderr[/code]) is always flushed when a line is printed to it.\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:242 +msgid "" +"Debug build override for [member application/run/flush_stdout_on_print], as " +"performance is less important during debugging.\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:246 +msgid "" +"Forces a delay between frames in the main loop (in milliseconds). This may " +"be useful if you plan to disable vertical synchronization." +msgstr "" + +#: doc/classes/ProjectSettings.xml:249 +msgid "" +"If [code]true[/code], enables low-processor usage mode. This setting only " +"works on desktop platforms. The screen is not redrawn if nothing changes " +"visually. This is meant for writing applications and editors, but is pretty " +"useless (and can hurt performance) in most games." +msgstr "" + +#: doc/classes/ProjectSettings.xml:252 +msgid "" +"Amount of sleeping between frames when the low-processor usage mode is " +"enabled (in microseconds). Higher values will result in lower CPU usage." +msgstr "" + +#: doc/classes/ProjectSettings.xml:255 +msgid "Path to the main scene file that will be loaded when the project runs." +msgstr "" + +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 +msgid "" +"Audio buses will disable automatically when sound goes below a given dB " +"threshold for a given time. This saves CPU as effects assigned to that bus " +"will no longer do any processing." +msgstr "" + +#: doc/classes/ProjectSettings.xml:264 +msgid "" +"Default [AudioBusLayout] resource file to use in the project, unless " +"overridden by the scene." +msgstr "" + +#: doc/classes/ProjectSettings.xml:267 +msgid "" +"Specifies the audio driver to use. This setting is platform-dependent as " +"each platform supports different audio drivers. If left empty, the default " +"audio driver will be used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:270 +msgid "" +"If [code]true[/code], microphone input will be allowed. This requires " +"appropriate permissions to be set when exporting to Android or iOS." +msgstr "" + +#: doc/classes/ProjectSettings.xml:273 +msgid "" +"The mixing rate used for audio (in Hz). In general, it's better to not touch " +"this and leave it to the host operating system." +msgstr "" + +#: doc/classes/ProjectSettings.xml:276 +msgid "" +"Safer override for [member audio/mix_rate] in the Web platform. Here " +"[code]0[/code] means \"let the browser choose\" (since some browsers do not " +"like forcing the mix rate)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:279 +msgid "" +"Output latency in milliseconds for audio. Lower values will result in lower " +"audio latency at the cost of increased CPU usage. Low values may result in " +"audible cracking on slower hardware." +msgstr "" + +#: doc/classes/ProjectSettings.xml:282 +msgid "" +"Safer override for [member audio/output_latency] in the Web platform, to " +"avoid audio issues especially on mobile devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:285 +msgid "" +"Setting to hardcode audio delay when playing video. Best to leave this " +"untouched unless you know what you are doing." +msgstr "" + +#: doc/classes/ProjectSettings.xml:288 +msgid "" +"The default compression level for gzip. Affects compressed scenes and " +"resources. Higher levels result in smaller files at the cost of compression " +"speed. Decompression speed is mostly unaffected by the compression level. " +"[code]-1[/code] uses the default gzip compression level, which is identical " +"to [code]6[/code] but could change in the future due to underlying zlib " +"updates." +msgstr "" + +#: doc/classes/ProjectSettings.xml:291 +msgid "" +"The default compression level for Zlib. Affects compressed scenes and " +"resources. Higher levels result in smaller files at the cost of compression " +"speed. Decompression speed is mostly unaffected by the compression level. " +"[code]-1[/code] uses the default gzip compression level, which is identical " +"to [code]6[/code] but could change in the future due to underlying zlib " +"updates." +msgstr "" + +#: doc/classes/ProjectSettings.xml:294 +msgid "" +"The default compression level for Zstandard. Affects compressed scenes and " +"resources. Higher levels result in smaller files at the cost of compression " +"speed. Decompression speed is mostly unaffected by the compression level." +msgstr "" + +#: doc/classes/ProjectSettings.xml:297 +msgid "" +"Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" +"distance matching[/url] in Zstandard." +msgstr "" + +#: doc/classes/ProjectSettings.xml:300 +msgid "" +"Largest size limit (in power of 2) allowed when compressing using long-" +"distance matching with Zstandard. Higher values can result in better " +"compression, but will require more memory when compressing and decompressing." +msgstr "" + +#: doc/classes/ProjectSettings.xml:303 +msgid "" +"If [code]true[/code], displays getters and setters in autocompletion results " +"in the script editor. This setting is meant to be used when porting old " +"projects (Godot 2), as using member variables is the preferred style from " +"Godot 3 onwards." +msgstr "" + +#: doc/classes/ProjectSettings.xml:306 +msgid "" +"If [code]true[/code], enables warnings when a constant is used as a function." +msgstr "" + +#: doc/classes/ProjectSettings.xml:309 +msgid "" +"If [code]true[/code], enables warnings when deprecated keywords such as " +"[code]slave[/code] are used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:312 +msgid "" +"If [code]true[/code], enables specific GDScript warnings (see [code]debug/" +"gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " +"GDScript warnings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:315 +msgid "" +"If [code]true[/code], scripts in the [code]res://addons[/code] folder will " +"not generate warnings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:318 +msgid "" +"If [code]true[/code], enables warnings when a function is declared with the " +"same name as a constant." +msgstr "" + +#: doc/classes/ProjectSettings.xml:321 +msgid "" +"If [code]true[/code], enables warnings when a function is declared with the " +"same name as a variable. This will turn into an error in a future version " +"when first-class functions become supported in GDScript." +msgstr "" + +#: doc/classes/ProjectSettings.xml:324 +msgid "" +"If [code]true[/code], enables warnings when a function assigned to a " +"variable may yield and return a function state instead of a value." +msgstr "" + +#: doc/classes/ProjectSettings.xml:327 +msgid "" +"If [code]true[/code], enables warnings when using a function as if it was a " +"property." +msgstr "" + +#: doc/classes/ProjectSettings.xml:330 +msgid "" +"If [code]true[/code], enables warnings when a ternary operator may emit " +"values with incompatible types." +msgstr "" + +#: doc/classes/ProjectSettings.xml:333 +msgid "" +"If [code]true[/code], enables warnings when dividing an integer by another " +"integer (the decimal part will be discarded)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:336 +msgid "" +"If [code]true[/code], enables warnings when passing a floating-point value " +"to a function that expects an integer (it will be converted and lose " +"precision)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:339 +msgid "" +"If [code]true[/code], enables warnings when using a property as if it was a " +"function." +msgstr "" + +#: doc/classes/ProjectSettings.xml:342 +msgid "" +"If [code]true[/code], enables warnings when calling a function without using " +"its return value (by assigning it to a variable or using it as a function " +"argument). Such return values are sometimes used to denote possible errors " +"using the [enum Error] enum." +msgstr "" + +#: doc/classes/ProjectSettings.xml:345 +msgid "" +"If [code]true[/code], enables warnings when defining a local or subclass " +"member variable that would shadow a variable at an upper level (such as a " +"member variable)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:348 +msgid "" +"If [code]true[/code], enables warnings when calling an expression that has " +"no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " +"statement." +msgstr "" + +#: doc/classes/ProjectSettings.xml:351 +msgid "" +"If [code]true[/code], enables warnings when calling a ternary expression " +"that has no effect on the surrounding code, such as writing [code]42 if " +"active else 0[/code] as a statement." +msgstr "" + +#: doc/classes/ProjectSettings.xml:354 +msgid "" +"If [code]true[/code], all warnings will be reported as if they were errors." +msgstr "" + +#: doc/classes/ProjectSettings.xml:357 +msgid "" +"If [code]true[/code], enables warnings when using a variable that wasn't " +"previously assigned." +msgstr "" + +#: doc/classes/ProjectSettings.xml:360 +msgid "" +"If [code]true[/code], enables warnings when assigning a variable using an " +"assignment operator like [code]+=[/code] if the variable wasn't previously " +"assigned." +msgstr "" + +#: doc/classes/ProjectSettings.xml:363 +msgid "" +"If [code]true[/code], enables warnings when unreachable code is detected " +"(such as after a [code]return[/code] statement that will always be executed)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:366 +msgid "" +"If [code]true[/code], enables warnings when using an expression whose type " +"may not be compatible with the function parameter expected." +msgstr "" + +#: doc/classes/ProjectSettings.xml:369 +msgid "If [code]true[/code], enables warnings when performing an unsafe cast." +msgstr "" + +#: doc/classes/ProjectSettings.xml:372 +msgid "" +"If [code]true[/code], enables warnings when calling a method whose presence " +"is not guaranteed at compile-time in the class." +msgstr "" + +#: doc/classes/ProjectSettings.xml:375 +msgid "" +"If [code]true[/code], enables warnings when accessing a property whose " +"presence is not guaranteed at compile-time in the class." +msgstr "" + +#: doc/classes/ProjectSettings.xml:378 +msgid "" +"If [code]true[/code], enables warnings when a function parameter is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:381 +msgid "" +"If [code]true[/code], enables warnings when a member variable is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:384 +msgid "If [code]true[/code], enables warnings when a signal is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:387 +msgid "If [code]true[/code], enables warnings when a local variable is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:390 +msgid "" +"If [code]true[/code], enables warnings when a variable is declared with the " +"same name as a function. This will turn into an error in a future version " +"when first-class functions become supported in GDScript." +msgstr "" + +#: doc/classes/ProjectSettings.xml:393 +msgid "" +"If [code]true[/code], enables warnings when assigning the result of a " +"function that returns [code]void[/code] to a variable." +msgstr "" + +#: doc/classes/ProjectSettings.xml:396 +msgid "Message to be displayed before the backtrace when the engine crashes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:399 +msgid "" +"Maximum number of frames per second allowed. The actual number of frames per " +"second may still be below this value if the game is lagging.\n" +"If [member display/window/vsync/use_vsync] is enabled, it takes precedence " +"and the forced FPS number cannot exceed the monitor's refresh rate.\n" +"This setting is therefore mostly relevant for lowering the maximum FPS below " +"VSync, e.g. to perform non-real-time rendering of static frames, or test the " +"project under lag conditions." +msgstr "" + +#: doc/classes/ProjectSettings.xml:404 +msgid "Maximum call stack allowed for debugging GDScript." +msgstr "" + +#: doc/classes/ProjectSettings.xml:407 +msgid "Maximum amount of functions per frame allowed when profiling." +msgstr "" + +#: doc/classes/ProjectSettings.xml:410 +msgid "Print frames per second to standard output every second." +msgstr "" + +#: doc/classes/ProjectSettings.xml:413 +msgid "" +"Print more information to standard output when running. It displays " +"information such as memory leaks, which scenes and resources are being " +"loaded, etc." +msgstr "" + +#: doc/classes/ProjectSettings.xml:416 +msgid "Maximum call stack in visual scripting, to avoid infinite recursion." +msgstr "" + +#: doc/classes/ProjectSettings.xml:419 +msgid "" +"Color of the contact points between collision shapes, visible when \"Visible " +"Collision Shapes\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:422 +msgid "" +"Sets whether 2D physics will display collision outlines in game when " +"\"Visible Collision Shapes\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:425 +msgid "" +"Maximum number of contact points between collision shapes to display when " +"\"Visible Collision Shapes\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:428 +msgid "" +"Color of the collision shapes, visible when \"Visible Collision Shapes\" is " +"enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:431 +msgid "" +"Color of the disabled navigation geometry, visible when \"Visible Navigation" +"\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:434 +msgid "" +"Color of the navigation geometry, visible when \"Visible Navigation\" is " +"enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:437 +msgid "Custom image for the mouse cursor (limited to 256×256)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:440 +msgid "Hotspot for the custom mouse cursor image." +msgstr "" + +#: doc/classes/ProjectSettings.xml:443 +msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." +msgstr "" + +#: doc/classes/ProjectSettings.xml:446 +msgid "" +"If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " +"platform. This setting has no effect on desktop Linux, as DPI-awareness " +"fallbacks are not supported there." +msgstr "" + +#: doc/classes/ProjectSettings.xml:449 +msgid "" +"If [code]true[/code], keeps the screen on (even in case of inactivity), so " +"the screensaver does not take over. Works on desktop and mobile platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:452 +msgid "" +"The default screen orientation to use on mobile devices.\n" +"[b]Note:[/b] When set to a portrait orientation, this project setting does " +"not flip the project resolution's width and height automatically. Instead, " +"you have to set [member display/window/size/width] and [member display/" +"window/size/height] accordingly." +msgstr "" + +#: doc/classes/ProjectSettings.xml:456 +msgid "" +"If [code]true[/code], the home indicator is hidden automatically. This only " +"affects iOS devices without a physical home button." +msgstr "" + +#: doc/classes/ProjectSettings.xml:459 +msgid "" +"If [code]true[/code], allows per-pixel transparency for the window " +"background. This affects performance, so leave it on [code]false[/code] " +"unless you need it.\n" +"See [member OS.window_per_pixel_transparency_enabled] for more details.\n" +"[b]Note:[/b] This feature is implemented on HTML5, Linux, macOS, Windows, " +"and Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:464 +msgid "" +"Sets the window background to transparent when it starts.\n" +"See [member OS.window_per_pixel_transparency_enabled] for more details.\n" +"[b]Note:[/b] This feature is implemented on HTML5, Linux, macOS, Windows, " +"and Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:469 +msgid "" +"Forces the main window to be always on top.\n" +"[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:473 +msgid "" +"Forces the main window to be borderless.\n" +"[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:477 +msgid "" +"Sets the main window to full screen when the project starts. Note that this " +"is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " +"window is used to emulate fullscreen. On macOS, a new desktop is used to " +"display the running project.\n" +"Regardless of the platform, enabling fullscreen will change the window size " +"to match the monitor's size. Therefore, make sure your project supports " +"[url=https://docs.godotengine.org/en/3.4/tutorials/rendering/" +"multiple_resolutions.html]multiple resolutions[/url] when enabling " +"fullscreen mode.\n" +"[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:482 +msgid "" +"Sets the game's main viewport height. On desktop platforms, this is the " +"default window size. Stretch mode settings also use this as a reference when " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:485 +msgid "" +"Allows the window to be resizable by default.\n" +"[b]Note:[/b] This setting is ignored on iOS and Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:489 +msgid "" +"If greater than zero, overrides the window height when running the game. " +"Useful for testing stretch modes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:492 +msgid "" +"If greater than zero, overrides the window width when running the game. " +"Useful for testing stretch modes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:495 +msgid "" +"Sets the game's main viewport width. On desktop platforms, this is the " +"default window size. Stretch mode settings also use this as a reference when " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:498 +msgid "" +"Specifies the tablet driver to use. If left empty, the default driver will " +"be used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:501 +msgid "" +"If [code]true[/code], enables vertical synchronization. This eliminates " +"tearing that may appear in moving scenes, at the cost of higher input " +"latency and stuttering at lower framerates. If [code]false[/code], vertical " +"synchronization will be disabled, however, many platforms will enforce it " +"regardless (such as mobile platforms and HTML5)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:504 +msgid "" +"If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " +"enables vertical synchronization via the operating system's window " +"compositor when in windowed mode and the compositor is enabled. This will " +"prevent stutter in certain situations. (Windows only.)\n" +"[b]Note:[/b] This option is experimental and meant to alleviate stutter " +"experienced by some users. However, some users have experienced a Vsync " +"framerate halving (e.g. from 60 FPS to 30 FPS) when using it." +msgstr "" + +#: doc/classes/ProjectSettings.xml:508 +msgid "" +"The command-line arguments to append to Godot's own command line when " +"running the project. This doesn't affect the editor itself.\n" +"It is possible to make another executable run Godot by using the " +"[code]%command%[/code] placeholder. The placeholder will be replaced with " +"Godot's own command line. Program-specific arguments should be placed " +"[i]before[/i] the placeholder, whereas Godot-specific arguments should be " +"placed [i]after[/i] the placeholder.\n" +"For example, this can be used to force the project to run on the dedicated " +"GPU in a NVIDIA Optimus system on Linux:\n" +"[codeblock]\n" +"prime-run %command%\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:516 +msgid "" +"Search path for project-specific script templates. Godot will search for " +"script templates both in the editor-specific path and in this project-" +"specific path." +msgstr "" + +#: doc/classes/ProjectSettings.xml:519 +msgid "" +"Text-based file extensions to include in the script editor's \"Find in Files" +"\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " +"your scene files, especially if you use built-in scripts which are " +"serialized in the scene files." +msgstr "" + +#: doc/classes/ProjectSettings.xml:522 +msgid "" +"Default value for [member ScrollContainer.scroll_deadzone], which will be " +"used for all [ScrollContainer]s unless overridden." +msgstr "" + +#: doc/classes/ProjectSettings.xml:525 +msgid "" +"If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " +"UWP to follow interface conventions." +msgstr "" + +#: doc/classes/ProjectSettings.xml:530 +msgid "" +"Path to a custom [Theme] resource file to use for the project ([code]theme[/" +"code] or generic [code]tres[/code]/[code]res[/code] extension)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:533 +msgid "" +"Path to a custom [Font] resource to use as default for all GUI elements of " +"the project." +msgstr "" + +#: doc/classes/ProjectSettings.xml:536 +msgid "If [code]true[/code], makes sure the theme used works with HiDPI." +msgstr "" + +#: doc/classes/ProjectSettings.xml:539 +msgid "" +"Timer setting for incremental search in [Tree], [ItemList], etc. controls " +"(in milliseconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:542 +msgid "Timer for detecting idle in [TextEdit] (in seconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:545 +msgid "Default delay for tooltips (in seconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:548 +msgid "" +"Default [InputEventAction] to confirm a focused button, menu or list item, " +"or validate input.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:552 +msgid "" +"Default [InputEventAction] to discard a modal or pending input.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:556 +msgid "" +"Default [InputEventAction] to move down in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:560 +msgid "" +"Default [InputEventAction] to go to the end position of a [Control] (e.g. " +"last item in an [ItemList] or a [Tree]), matching the behavior of [constant " +"KEY_END] on typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:564 +msgid "" +"Default [InputEventAction] to focus the next [Control] in the scene. The " +"focus behavior can be configured via [member Control.focus_next].\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:568 +msgid "" +"Default [InputEventAction] to focus the previous [Control] in the scene. The " +"focus behavior can be configured via [member Control.focus_previous].\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:572 +msgid "" +"Default [InputEventAction] to go to the start position of a [Control] (e.g. " +"first item in an [ItemList] or a [Tree]), matching the behavior of [constant " +"KEY_HOME] on typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:576 +msgid "" +"Default [InputEventAction] to move left in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:580 +msgid "" +"Default [InputEventAction] to go down a page in a [Control] (e.g. in an " +"[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " +"typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:584 +msgid "" +"Default [InputEventAction] to go up a page in a [Control] (e.g. in an " +"[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " +"typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:588 +msgid "" +"Default [InputEventAction] to move right in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:592 +msgid "" +"Default [InputEventAction] to select an item in a [Control] (e.g. in an " +"[ItemList] or a [Tree]).\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:596 +msgid "" +"Default [InputEventAction] to move up in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:600 +msgid "" +"If [code]true[/code], key/touch/joystick events will be flushed just before " +"every idle and physics frame.\n" +"If [code]false[/code], such events will be flushed only once per idle frame, " +"between iterations of the engine.\n" +"Enabling this can greatly improve the responsiveness to input, specially in " +"devices that need to run multiple physics frames per visible (idle) frame, " +"because they can't run at the target frame rate.\n" +"[b]Note:[/b] Currently implemented only in Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:606 +msgid "" +"If [code]true[/code], sends mouse input events when tapping or swiping on " +"the touchscreen." +msgstr "" + +#: doc/classes/ProjectSettings.xml:609 +msgid "" +"If [code]true[/code], sends touch input events when clicking or dragging the " +"mouse." +msgstr "" + +#: doc/classes/ProjectSettings.xml:612 +msgid "Default delay for touch events. This only affects iOS devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:615 +msgid "Optional name for the 2D physics layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:618 +msgid "Optional name for the 2D physics layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:621 +msgid "Optional name for the 2D physics layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:624 +msgid "Optional name for the 2D physics layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:627 +msgid "Optional name for the 2D physics layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:630 +msgid "Optional name for the 2D physics layer 14." +msgstr "" + +#: doc/classes/ProjectSettings.xml:633 +msgid "Optional name for the 2D physics layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:636 +msgid "Optional name for the 2D physics layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:639 +msgid "Optional name for the 2D physics layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:642 +msgid "Optional name for the 2D physics layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:645 +msgid "Optional name for the 2D physics layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:648 +msgid "Optional name for the 2D physics layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:651 +msgid "Optional name for the 2D physics layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:654 +msgid "Optional name for the 2D physics layer 21." +msgstr "" + +#: doc/classes/ProjectSettings.xml:657 +msgid "Optional name for the 2D physics layer 22." +msgstr "" + +#: doc/classes/ProjectSettings.xml:660 +msgid "Optional name for the 2D physics layer 23." +msgstr "" + +#: doc/classes/ProjectSettings.xml:663 +msgid "Optional name for the 2D physics layer 24." +msgstr "" + +#: doc/classes/ProjectSettings.xml:666 +msgid "Optional name for the 2D physics layer 25." +msgstr "" + +#: doc/classes/ProjectSettings.xml:669 +msgid "Optional name for the 2D physics layer 26." +msgstr "" + +#: doc/classes/ProjectSettings.xml:672 +msgid "Optional name for the 2D physics layer 27." +msgstr "" + +#: doc/classes/ProjectSettings.xml:675 +msgid "Optional name for the 2D physics layer 28." +msgstr "" + +#: doc/classes/ProjectSettings.xml:678 +msgid "Optional name for the 2D physics layer 29." +msgstr "" + +#: doc/classes/ProjectSettings.xml:681 +msgid "Optional name for the 2D physics layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:684 +msgid "Optional name for the 2D physics layer 30." +msgstr "" + +#: doc/classes/ProjectSettings.xml:687 +msgid "Optional name for the 2D physics layer 31." +msgstr "" + +#: doc/classes/ProjectSettings.xml:690 +msgid "Optional name for the 2D physics layer 32." +msgstr "" + +#: doc/classes/ProjectSettings.xml:693 +msgid "Optional name for the 2D physics layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:696 +msgid "Optional name for the 2D physics layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:699 +msgid "Optional name for the 2D physics layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:702 +msgid "Optional name for the 2D physics layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:705 +msgid "Optional name for the 2D physics layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:708 +msgid "Optional name for the 2D physics layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:711 +msgid "Optional name for the 2D render layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:714 +msgid "Optional name for the 2D render layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:717 +msgid "Optional name for the 2D render layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:720 +msgid "Optional name for the 2D render layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:723 +msgid "Optional name for the 2D render layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:726 +msgid "Optional name for the 2D render layer 14." +msgstr "" + +#: doc/classes/ProjectSettings.xml:729 +msgid "Optional name for the 2D render layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:732 +msgid "Optional name for the 2D render layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:735 +msgid "Optional name for the 2D render layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:738 +msgid "Optional name for the 2D render layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:741 +msgid "Optional name for the 2D render layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:744 +msgid "Optional name for the 2D render layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:747 +msgid "Optional name for the 2D render layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:750 +msgid "Optional name for the 2D render layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:753 +msgid "Optional name for the 2D render layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:756 +msgid "Optional name for the 2D render layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:759 +msgid "Optional name for the 2D render layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:762 +msgid "Optional name for the 2D render layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:765 +msgid "Optional name for the 2D render layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:768 +msgid "Optional name for the 2D render layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:771 +msgid "Optional name for the 3D physics layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:774 +msgid "Optional name for the 3D physics layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:777 +msgid "Optional name for the 3D physics layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:780 +msgid "Optional name for the 3D physics layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:783 +msgid "Optional name for the 3D physics layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:786 +msgid "Optional name for the 3D physics layer 14." +msgstr "" + +#: doc/classes/ProjectSettings.xml:789 +msgid "Optional name for the 3D physics layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:792 +msgid "Optional name for the 3D physics layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:795 +msgid "Optional name for the 3D physics layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:798 +msgid "Optional name for the 3D physics layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:801 +msgid "Optional name for the 3D physics layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:804 +msgid "Optional name for the 3D physics layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:807 +msgid "Optional name for the 3D physics layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:810 +msgid "Optional name for the 3D physics layer 21." +msgstr "" + +#: doc/classes/ProjectSettings.xml:813 +msgid "Optional name for the 3D physics layer 22." +msgstr "" + +#: doc/classes/ProjectSettings.xml:816 +msgid "Optional name for the 3D physics layer 23." +msgstr "" + +#: doc/classes/ProjectSettings.xml:819 +msgid "Optional name for the 3D physics layer 24." +msgstr "" + +#: doc/classes/ProjectSettings.xml:822 +msgid "Optional name for the 3D physics layer 25." +msgstr "" + +#: doc/classes/ProjectSettings.xml:825 +msgid "Optional name for the 3D physics layer 26." +msgstr "" + +#: doc/classes/ProjectSettings.xml:828 +msgid "Optional name for the 3D physics layer 27." +msgstr "" + +#: doc/classes/ProjectSettings.xml:831 +msgid "Optional name for the 3D physics layer 28." +msgstr "" + +#: doc/classes/ProjectSettings.xml:834 +msgid "Optional name for the 3D physics layer 29." +msgstr "" + +#: doc/classes/ProjectSettings.xml:837 +msgid "Optional name for the 3D physics layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:840 +msgid "Optional name for the 3D physics layer 30." +msgstr "" + +#: doc/classes/ProjectSettings.xml:843 +msgid "Optional name for the 3D physics layer 31." +msgstr "" + +#: doc/classes/ProjectSettings.xml:846 +msgid "Optional name for the 3D physics layer 32." +msgstr "" + +#: doc/classes/ProjectSettings.xml:849 +msgid "Optional name for the 3D physics layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:852 +msgid "Optional name for the 3D physics layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:855 +msgid "Optional name for the 3D physics layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:858 +msgid "Optional name for the 3D physics layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:861 +msgid "Optional name for the 3D physics layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:864 +msgid "Optional name for the 3D physics layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:867 +msgid "Optional name for the 3D render layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:870 +msgid "Optional name for the 3D render layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:873 +msgid "Optional name for the 3D render layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:876 +msgid "Optional name for the 3D render layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:879 +msgid "Optional name for the 3D render layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:882 +msgid "Optional name for the 3D render layer 14" +msgstr "" + +#: doc/classes/ProjectSettings.xml:885 +msgid "Optional name for the 3D render layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:888 +msgid "Optional name for the 3D render layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:891 +msgid "Optional name for the 3D render layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:894 +msgid "Optional name for the 3D render layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:897 +msgid "Optional name for the 3D render layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:900 +msgid "Optional name for the 3D render layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:903 +msgid "Optional name for the 3D render layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:906 +msgid "Optional name for the 3D render layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:909 +msgid "Optional name for the 3D render layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:912 +msgid "Optional name for the 3D render layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:915 +msgid "Optional name for the 3D render layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:918 +msgid "Optional name for the 3D render layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:921 +msgid "Optional name for the 3D render layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:924 +msgid "Optional name for the 3D render layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:927 +msgid "" +"The locale to fall back to if a translation isn't available in a given " +"language. If left empty, [code]en[/code] (English) will be used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:930 +msgid "" +"If non-empty, this locale will be used when running the project from the " +"editor." +msgstr "" + +#: doc/classes/ProjectSettings.xml:933 +msgid "If [code]true[/code], logs all output to files." +msgstr "" + +#: doc/classes/ProjectSettings.xml:936 +msgid "" +"Desktop override for [member logging/file_logging/enable_file_logging], as " +"log files are not readily accessible on mobile/Web platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:939 +msgid "" +"Path to logs within the project. Using an [code]user://[/code] path is " +"recommended." +msgstr "" + +#: doc/classes/ProjectSettings.xml:942 +msgid "Specifies the maximum amount of log files allowed (used for rotation)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:947 +msgid "" +"Godot uses a message queue to defer some function calls. If you run out of " +"space on it (you will see an error), you can increase the size here." +msgstr "" + +#: doc/classes/ProjectSettings.xml:950 +msgid "" +"This is used by servers when used in multi-threading mode (servers and " +"visual). RIDs are preallocated to avoid stalling the server requesting them " +"on threads. If servers get stalled too often when loading resources in a " +"thread, increase this number." +msgstr "" + +#: doc/classes/ProjectSettings.xml:953 +msgid "" +"Maximum amount of characters allowed to send as output from the debugger. " +"Over this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:956 +msgid "" +"Maximum number of errors allowed to be sent as output from the debugger. " +"Over this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:959 +msgid "" +"Maximum amount of messages allowed to send as output from the debugger. Over " +"this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:962 +msgid "" +"Maximum number of warnings allowed to be sent as output from the debugger. " +"Over this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:965 +msgid "" +"Default size of packet peer stream for deserializing Godot data (in bytes, " +"specified as a power of two). The default value [code]16[/code] is equal to " +"65,536 bytes. Over this size, data is dropped." +msgstr "" + +#: doc/classes/ProjectSettings.xml:968 +msgid "Timeout (in seconds) for connection attempts using TCP." +msgstr "" + +#: doc/classes/ProjectSettings.xml:971 +msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:974 +msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:977 +msgid "Maximum number of concurrent input packets for [WebSocketClient]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:980 +msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:983 +msgid "Maximum number of concurrent output packets for [WebSocketClient]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:986 +msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:989 +msgid "Maximum number of concurrent input packets for [WebSocketServer]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:992 +msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:995 +msgid "Maximum number of concurrent output packets for [WebSocketServer]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:998 +msgid "" +"Amount of read ahead used by remote filesystem. Higher values decrease the " +"effects of latency at the cost of higher bandwidth usage." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1001 +msgid "Page size used by remote filesystem (in bytes)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1004 +msgid "" +"The CA certificates bundle to use for SSL connections. If this is set to a " +"non-empty value, this will [i]override[/i] Godot's default [url=https://" +"github.com/godotengine/godot/blob/master/thirdparty/certs/ca-certificates." +"crt]Mozilla certificate bundle[/url]. If left empty, the default certificate " +"bundle will be used.\n" +"If in doubt, leave this setting empty." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1008 +msgid "" +"When creating node names automatically, set the type of casing in this " +"project. This is mostly an editor setting." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1011 +msgid "" +"What to use to separate node name from number. This is mostly an editor " +"setting." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1014 +msgid "" +"Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" +"[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1018 +msgid "" +"Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" +"[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1022 +msgid "" +"The default angular damp in 2D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1026 +msgid "" +"The default gravity strength in 2D (in pixels per second squared).\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity strength to 98.\n" +"Physics2DServer.area_set_param(get_viewport().find_world_2d().get_space(), " +"Physics2DServer.AREA_PARAM_GRAVITY, 98)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1034 +msgid "" +"The default gravity direction in 2D.\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity vector at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity direction to `Vector2(0, 1)`.\n" +"Physics2DServer.area_set_param(get_viewport().find_world_2d().get_space(), " +"Physics2DServer.AREA_PARAM_GRAVITY_VECTOR, Vector2(0, 1))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1042 +msgid "" +"The default linear damp in 2D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1046 +msgid "" +"Threshold defining the surface size that constitutes a large object with " +"regard to cells in the broad-phase 2D hash grid algorithm.\n" +"[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1050 +msgid "" +"Sets which physics engine to use for 2D physics.\n" +"\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " +"alternative 2D physics server implemented." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1054 +msgid "" +"Threshold angular velocity under which a 2D physics body will be considered " +"inactive. See [constant Physics2DServer." +"SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1057 +msgid "" +"Threshold linear velocity under which a 2D physics body will be considered " +"inactive. See [constant Physics2DServer." +"SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1060 +msgid "" +"Sets whether physics is run on the main thread or a separate one. Running " +"the server on a thread increases performance, but restricts API access to " +"only physics process.\n" +"[b]Warning:[/b] As of Godot 3.2, there are mixed reports about the use of a " +"Multi-Threaded thread model for physics. Be sure to assess whether it does " +"give you extra performance and no regressions when using it." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1064 +msgid "" +"Time (in seconds) of inactivity before which a 2D physics body will put to " +"sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1067 +msgid "" +"Enables the use of bounding volume hierarchy instead of hash grid for 2D " +"physics spatial partitioning. This may give better performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1070 +msgid "" +"Sets whether the 3D physics world will be created with support for " +"[SoftBody] physics. Only applies to the Bullet physics engine." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1073 +msgid "" +"The default angular damp in 3D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1077 +msgid "" +"The default gravity strength in 3D (in meters per second squared).\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity strength to 9.8.\n" +"PhysicsServer.area_set_param(get_viewport().find_world().get_space(), " +"PhysicsServer.AREA_PARAM_GRAVITY, 9.8)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1085 +msgid "" +"The default gravity direction in 3D.\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity vector at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity direction to `Vector3(0, -1, 0)`.\n" +"PhysicsServer.area_set_param(get_viewport().find_world().get_space(), " +"PhysicsServer.AREA_PARAM_GRAVITY_VECTOR, Vector3(0, -1, 0))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1093 +msgid "" +"The default linear damp in 3D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1097 +msgid "" +"Enables the use of bounding volume hierarchy instead of octree for 3D " +"physics spatial partitioning. This may give better performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1100 +msgid "" +"Sets which physics engine to use for 3D physics.\n" +"\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " +"physics engine. The \"GodotPhysics\" engine is still supported as an " +"alternative." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1104 +msgid "Enables [member Viewport.physics_object_picking] on the root viewport." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1107 +msgid "" +"If enabled, 2D and 3D physics picking behaves this way in relation to " +"pause:\n" +"- When pause is started, every collision object that is hovered or captured " +"(3D only) is released from that condition, getting the relevant mouse-exit " +"callback, unless its pause mode makes it immune to pause.\n" +"- During pause, picking only considers collision objects immune to pause, " +"sending input events and enter/exit callbacks to them as expected.\n" +"If disabled, the legacy behavior is used, which consists in queuing the " +"picking input events during pause (so nodes won't get them) and flushing " +"that queue on resume, against the state of the 2D/3D world at that point." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1113 +msgid "" +"The number of fixed iterations per second. This controls how often physics " +"simulation and [method Node._physics_process] methods are run.\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the physics FPS at runtime, set [member Engine.iterations_per_second] " +"instead." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1117 +msgid "" +"Controls how much physics ticks are synchronized with real time. For 0 or " +"less, the ticks are synchronized. Such values are recommended for network " +"games, where clock synchronization matters. Higher values cause higher " +"deviation of in-game clock and real clock, but allows smoothing out " +"framerate jitters. The default value of 0.5 should be fine for most; values " +"above 2 could cause the game to react to dropped frames with a noticeable " +"delay and are not recommended.\n" +"[b]Note:[/b] For best results, when using a custom physics interpolation " +"solution, the physics jitter fix should be disabled by setting [member " +"physics/common/physics_jitter_fix] to [code]0[/code].\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1122 +msgid "" +"[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " +"uploading batching data. This may not be necessary but can be used for " +"safety.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1126 +msgid "" +"[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " +"for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " +"flag.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1130 +msgid "" +"[b]Experimental.[/b] If set to on, this applies buffer orphaning - " +"[code]glBufferData[/code] is called with NULL data and the full buffer size " +"prior to uploading new data. This can be important to avoid stalling on some " +"hardware.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1134 +msgid "" +"[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " +"for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " +"flag.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1138 +msgid "" +"Choose between fixed mode where corner scalings are preserved matching the " +"artwork, and scaling mode.\n" +"Not available in GLES3 when [member rendering/batching/options/use_batching] " +"is off." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1142 +msgid "" +"Some NVIDIA GPU drivers have a bug which produces flickering issues for the " +"[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " +"[url=https://github.com/godotengine/godot/issues/9913]GitHub issue 9913[/" +"url] for details.\n" +"If [code]true[/code], this option enables a \"safe\" code path for such " +"NVIDIA GPUs at the cost of performance. This option affects GLES2 and GLES3 " +"rendering, but only on desktop platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1146 +msgid "" +"If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " +"This provides greater compatibility with a wide range of hardware, and also " +"may be faster in some circumstances.\n" +"Currently only available when [member rendering/batching/options/" +"use_batching] is active.\n" +"[b]Note:[/b] Antialiased software skinned polys are not supported, and will " +"be rendered without antialiasing.\n" +"[b]Note:[/b] Custom shaders that use the [code]VERTEX[/code] built-in " +"operate with [code]VERTEX[/code] position [i]after[/i] skinning, whereas " +"with hardware skinning, [code]VERTEX[/code] is the position [i]before[/i] " +"skinning." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1152 +msgid "" +"If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " +"May help in some pixel art styles.\n" +"This snapping is performed on the GPU in the vertex shader.\n" +"Consider using the project setting [member rendering/batching/precision/" +"uv_contract] to prevent artifacts." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1157 +msgid "" +"When batching is on, this regularly prints a frame diagnosis log. Note that " +"this will degrade performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1160 +msgid "" +"[b]Experimental.[/b] For regression testing against the old renderer. If " +"this is switched on, and [code]use_batching[/code] is set, the renderer will " +"swap alternately between using the old renderer, and the batched renderer, " +"on each frame. This makes it easy to identify visual differences. " +"Performance will be degraded." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1163 +msgid "" +"Lights have the potential to prevent joining items, and break many of the " +"performance benefits of batching. This setting enables some complex logic to " +"allow joining items if their lighting is similar, and overlap tests pass. " +"This can significantly improve performance in some games. Set to 0 to switch " +"off. With large values the cost of overlap tests may lead to diminishing " +"returns." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1166 +msgid "" +"Sets the proportion of the total screen area (in pixels) that must be saved " +"by a scissor operation in order to activate light scissoring. This can " +"prevent parts of items being rendered outside the light area. Lower values " +"scissor more aggressively. A value of 1 scissors none of the items, a value " +"of 0 scissors every item. The power of 4 of the value is used, in order to " +"emphasize the lower range, and multiplied by the total screen area in pixels " +"to give the threshold. This can reduce fill rate requirements in scenes with " +"a lot of lighting." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1169 +msgid "" +"Enabling this setting uses the legacy method to draw batches containing only " +"one rect. The legacy method is faster (approx twice as fast), but can cause " +"flicker on some systems. In order to directly compare performance with the " +"non-batching renderer you can set this to true, but it is recommended to " +"turn this off unless you can guarantee your target hardware will work with " +"this method." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1172 +msgid "" +"Turns 2D batching on and off. Batching increases performance by reducing the " +"amount of graphics API drawcalls." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1175 +msgid "Switches on 2D batching within the editor." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1178 +msgid "" +"Size of buffer reserved for batched vertices. Larger size enables larger " +"batches, but there are diminishing returns for the memory used. This should " +"only have a minor effect on performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1181 +msgid "" +"Including color in the vertex format has a cost, however, not including " +"color prevents batching across color changes. This threshold determines the " +"ratio of [code]number of vertex color changes / total number of vertices[/" +"code] above which vertices will be translated to colored format. A value of " +"0 will always use colored vertices, 1 will never use colored vertices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1184 +msgid "" +"In certain circumstances, the batcher can reorder items in order to better " +"join them. This may result in better performance. An overlap test is needed " +"however for each item lookahead, so there is a trade off, with diminishing " +"returns. If you are getting no benefit, setting this to 0 will switch it off." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1187 +msgid "" +"Sets the number of commands to lookahead to determine whether to batch " +"render items. A value of 1 can join items consisting of single commands, 0 " +"turns off joining. Higher values are in theory more likely to join, however " +"this has diminishing returns and has a runtime cost so a small value is " +"recommended." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1190 +msgid "" +"On some platforms (especially mobile), precision issues in shaders can lead " +"to reading 1 texel outside of bounds, particularly where rects are scaled. " +"This can particularly lead to border artifacts around tiles in tilemaps.\n" +"This adjustment corrects for this by making a small contraction to the UV " +"coordinates used. Note that this can result in a slight squashing of border " +"texels." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1194 +msgid "" +"The amount of UV contraction. This figure is divided by 1000000, and is a " +"proportion of the total texture dimensions, where the width and height are " +"both ranged from 0.0 to 1.0.\n" +"Use the default unless correcting for a problem on particular hardware." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1198 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_HIGH]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1201 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_LOW]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1204 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_MEDIUM]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1207 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_ULTRA]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1210 +msgid "" +"Default background clear color. Overridable per [Viewport] using its " +"[Environment]. See [member Environment.background_mode] and [member " +"Environment.background_color] in particular. To change this default color " +"programmatically, use [method VisualServer.set_default_clear_color]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1213 +msgid "" +"[Environment] that will be used as a fallback environment in case a scene " +"does not specify its own environment. The default environment is loaded in " +"at scene load time regardless of whether you have set an environment or not. " +"If you do not rely on the fallback environment, it is best to delete " +"[code]default_env.tres[/code], or to specify a different default environment " +"here." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1216 +msgid "" +"The use of half-float vertex compression may be producing rendering errors " +"on some platforms (especially iOS). These have been seen particularly in " +"particles. Disabling half-float may resolve these problems." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1219 +msgid "" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" +"[b]Warning:[/b] High floating point precision can be extremely slow on older " +"devices and is often not available at all. Use with caution." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1226 +msgid "" +"Max buffer size for blend shapes. Any blend shape bigger than this will not " +"work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1229 +msgid "" +"Max buffer size for drawing polygons. Any polygon bigger than this will not " +"work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1232 +msgid "" +"Max index buffer size for drawing polygons. Any polygon bigger than this " +"will not work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1235 +msgid "" +"Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " +"Nodes using more than this size will not work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1238 +msgid "" +"Max number of lights renderable per object. This is further limited by " +"hardware support. Most devices only support 409 lights, while many devices " +"(especially mobile) only support 102. Setting this low will slightly reduce " +"memory usage and may decrease shader compile times." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1241 +msgid "" +"Max amount of elements renderable in a frame. If more elements than this are " +"visible per frame, they will not be drawn. Keep in mind elements refer to " +"mesh surfaces and not meshes themselves. Setting this low will slightly " +"reduce memory usage and may decrease shader compile times, particularly on " +"web. For most uses, the default value is suitable, but consider lowering as " +"much as possible on web export." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1244 +msgid "" +"Max number of lights renderable in a frame. If more lights than this number " +"are used, they will be ignored. Setting this low will slightly reduce memory " +"usage and may decrease shader compile times, particularly on web. For most " +"uses, the default value is suitable, but consider lowering as much as " +"possible on web export." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1247 +msgid "" +"Max number of reflection probes renderable in a frame. If more reflection " +"probes than this number are used, they will be ignored. Setting this low " +"will slightly reduce memory usage and may decrease shader compile times, " +"particularly on web. For most uses, the default value is suitable, but " +"consider lowering as much as possible on web export." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1250 +msgid "" +"Shaders have a time variable that constantly increases. At some point, it " +"needs to be rolled back to zero to avoid precision errors on shader " +"animations. This setting specifies when (in seconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1253 +msgid "" +"If [code]true[/code], the texture importer will import lossless textures " +"using the PNG format. Otherwise, it will default to using WebP." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1256 +msgid "" +"The default compression level for lossless WebP. Higher levels result in " +"smaller files at the cost of compression speed. Decompression speed is " +"mostly unaffected by the compression level. Supported values are 0 to 9. " +"Note that compression levels above 6 are very slow and offer very little " +"savings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1259 +msgid "" +"On import, mesh vertex data will be split into two streams within a single " +"vertex buffer, one for position data and the other for interleaved " +"attributes data. Recommended to be enabled if targeting mobile devices. " +"Requires manual reimport of meshes after toggling." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1262 +msgid "" +"Determines the maximum number of sphere occluders that will be used at any " +"one time.\n" +"Although you can have many occluders in a scene, each frame the system will " +"choose from these the most relevant based on a screen space metric, in order " +"to give the best overall performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1266 +msgid "" +"The default convention is for portal normals to point outward (face outward) " +"from the source room.\n" +"If you accidentally build your level with portals facing the wrong way, this " +"setting can fix the problem.\n" +"It will flip named portal meshes (i.e. [code]-portal[/code]) on the initial " +"convertion to [Portal] nodes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1271 +msgid "" +"Show conversion logs.\n" +"[b]Note:[/b] This will automatically be disabled in exports." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1275 +msgid "" +"If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" +"code]. If [code]false[/code], they will be sent as [code]notifications[/" +"code]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1278 +msgid "" +"If enabled, while merging meshes, the system will also attempt to remove " +"[Spatial] nodes that no longer have any children.\n" +"Reducing the number of [Node]s in the scene tree can make traversal more " +"efficient, but can be switched off in case you wish to use empty [Spatial]s " +"for markers or some other purpose." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1282 +msgid "" +"Show logs during PVS generation.\n" +"[b]Note:[/b] This will automatically be disabled in exports." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1286 +msgid "" +"Uses a simplified method of generating PVS (potentially visible set) data. " +"The results may not be accurate where more than one portal join adjacent " +"rooms.\n" +"[b]Note:[/b] Generally you should only use this option if you encounter bugs " +"when it is set to [code]false[/code], i.e. there are problems with the " +"default method." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1290 +msgid "" +"If [code]true[/code], allocates the main framebuffer with high dynamic " +"range. High dynamic range allows the use of [Color] values greater than 1.\n" +"[b]Note:[/b] Only available on the GLES3 backend." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1294 +msgid "" +"Lower-end override for [member rendering/quality/depth/hdr] on mobile " +"devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1297 +msgid "" +"Disables depth pre-pass for some GPU vendors (usually mobile), as their " +"architecture already does this." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1300 +msgid "" +"If [code]true[/code], performs a previous depth pass before rendering " +"materials. This increases performance in scenes with high overdraw, when " +"complex materials and lighting are used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1303 +msgid "" +"The directional shadow's size in pixels. Higher values will result in " +"sharper shadows, at the cost of performance. The value will be rounded up to " +"the nearest power of 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1306 +msgid "" +"Lower-end override for [member rendering/quality/directional_shadow/size] on " +"mobile devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1309 +msgid "" +"The video driver to use (\"GLES2\" or \"GLES3\").\n" +"[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" +"video-driver[/code] command line argument, or by the [member rendering/" +"quality/driver/fallback_to_gles2] option if the target system does not " +"support GLES3 and falls back to GLES2. In such cases, this property is not " +"updated, so use [method OS.get_current_video_driver] to query it at run-time." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1313 +msgid "" +"If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " +"driver is not supported.\n" +"[b]Note:[/b] The two video drivers are not drop-in replacements for each " +"other, so a game designed for GLES3 might not work properly when falling " +"back to GLES2. In particular, some features of the GLES3 backend are not " +"available in GLES2. Enabling this setting also means that both ETC and ETC2 " +"VRAM-compressed textures will be exported on Android and iOS, increasing the " +"data pack's size." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1317 +msgid "" +"Maximum anisotropic filter level used for textures with anisotropy enabled. " +"Higher values will result in sharper textures when viewed from oblique " +"angles, at the cost of performance. Only power-of-two values are valid (2, " +"4, 8, 16)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1320 +msgid "" +"Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " +"around the edges of polygons. A higher MSAA value results in smoother edges " +"but can be significantly slower on some hardware.\n" +"[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1324 +msgid "" +"If set to a value greater than [code]0.0[/code], contrast-adaptive " +"sharpening will be applied to the 3D viewport. This has a low performance " +"cost and can be used to recover some of the sharpness lost from using FXAA. " +"Values around [code]0.5[/code] generally give the best results. See also " +"[member rendering/quality/filters/use_fxaa]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1327 +msgid "" +"If [code]true[/code], uses a fast post-processing filter to make banding " +"significantly less visible. In some cases, debanding may introduce a " +"slightly noticeable dithering pattern. It's recommended to enable debanding " +"only when actually needed since the dithering pattern will make lossless-" +"compressed screenshots larger.\n" +"[b]Note:[/b] Only available on the GLES3 backend. [member rendering/quality/" +"depth/hdr] must also be [code]true[/code] for debanding to be effective.\n" +"[b]Note:[/b] There are known issues with debanding breaking rendering on " +"mobile platforms. Due to this, it is recommended to leave this option " +"disabled when targeting mobile platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1332 +msgid "" +"Enables FXAA in the root Viewport. FXAA is a popular screen-space " +"antialiasing method, which is fast but will make the image look blurry, " +"especially at lower resolutions. It can still work relatively well at large " +"resolutions such as 1440p and 4K. Some of the lost sharpness can be " +"recovered by enabling contrast-adaptive sharpening (see [member rendering/" +"quality/filters/sharpen_intensity])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1335 +msgid "" +"If [code]true[/code], uses nearest-neighbor mipmap filtering when using " +"mipmaps (also called \"bilinear filtering\"), which will result in visible " +"seams appearing between mipmap stages. This may increase performance in " +"mobile as less memory bandwidth is used. If [code]false[/code], linear " +"mipmap filtering (also called \"trilinear filtering\") is used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1338 +msgid "" +"Strategy used for framebuffer allocation. The simpler it is, the less " +"resources it uses (but the less features it supports). If set to \"2D " +"Without Sampling\" or \"3D Without Effects\", sample buffers will not be " +"allocated. This means [code]SCREEN_TEXTURE[/code] and [code]DEPTH_TEXTURE[/" +"code] will not be available in shaders and post-processing effects will not " +"be available in the [Environment]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1341 +msgid "" +"Lower-end override for [member rendering/quality/intended_usage/" +"framebuffer_allocation] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1344 +msgid "" +"Enable usage of bicubic sampling in baked lightmaps. This results in " +"smoother looking lighting at the expense of more bandwidth usage. On GLES2, " +"changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1347 +msgid "" +"Lower-end override for [member rendering/quality/lightmapping/" +"use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1350 +msgid "" +"Size of the atlas used by reflection probes. A larger size can result in " +"higher visual quality, while a smaller size will be faster and take up less " +"memory." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1353 +msgid "" +"Number of subdivisions to use for the reflection atlas. A higher number " +"lowers the quality of each atlas, but allows you to use more." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1356 +msgid "" +"If [code]true[/code], uses a high amount of samples to create blurred " +"variants of reflection probes and panorama backgrounds (sky). Those blurred " +"variants are used by rough materials." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1359 +msgid "" +"Lower-end override for [member rendering/quality/reflections/" +"high_quality_ggx] on mobile devices, due to performance concerns or driver " +"support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1362 +msgid "" +"Limits the size of the irradiance map which is normally determined by " +"[member Sky.radiance_size]. A higher size results in a higher quality " +"irradiance map similarly to [member rendering/quality/reflections/" +"high_quality_ggx]. Use a higher value when using high-frequency HDRI maps, " +"otherwise keep this as low as possible.\n" +"[b]Note:[/b] Low and mid range hardware do not support complex irradiance " +"maps well and may crash if this is set too high." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1366 +msgid "" +"If [code]true[/code], uses texture arrays instead of mipmaps for reflection " +"probes and panorama backgrounds (sky). This reduces jitter noise on " +"reflections, but costs more performance and memory." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1369 +msgid "" +"Lower-end override for [member rendering/quality/reflections/" +"texture_array_reflections] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1372 +msgid "" +"If [code]true[/code], uses faster but lower-quality Blinn model to generate " +"blurred reflections instead of the GGX model." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1375 +msgid "" +"Lower-end override for [member rendering/quality/shading/" +"force_blinn_over_ggx] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1378 +msgid "" +"If [code]true[/code], uses faster but lower-quality Lambert material " +"lighting model instead of Burley." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1381 +msgid "" +"Lower-end override for [member rendering/quality/shading/" +"force_lambert_over_burley] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1384 +msgid "" +"If [code]true[/code], forces vertex shading for all rendering. This can " +"increase performance a lot, but also reduces quality immensely. Can be used " +"to optimize performance on low-end mobile devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1387 +msgid "" +"Lower-end override for [member rendering/quality/shading/" +"force_vertex_shading] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1390 +msgid "" +"If [code]true[/code], enables new physical light attenuation for " +"[OmniLight]s and [SpotLight]s. This results in more realistic lighting " +"appearance with a very small performance cost. When physical light " +"attenuation is enabled, lights will appear to be darker as a result of the " +"new attenuation formula. This can be compensated by adjusting the lights' " +"energy or attenuation values.\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1394 +msgid "" +"Size for cubemap into which the shadow is rendered before being copied into " +"the shadow atlas. A higher number can result in higher resolution shadows " +"when used with a higher [member rendering/quality/shadow_atlas/size]. " +"Setting higher than a quarter of the [member rendering/quality/shadow_atlas/" +"size] will not result in a perceptible increase in visual quality." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 +msgid "" +"Subdivision quadrant size for shadow mapping. See shadow mapping " +"documentation." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1409 +msgid "" +"Size for shadow atlas (used for OmniLights and SpotLights). See " +"documentation." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1412 +msgid "" +"Lower-end override for [member rendering/quality/shadow_atlas/size] on " +"mobile devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1415 +msgid "" +"Shadow filter mode. Higher-quality settings result in smoother shadows that " +"flicker less when moving. \"Disabled\" is the fastest option, but also has " +"the lowest quality. \"PCF5\" is smoother but is also slower. \"PCF13\" is " +"the smoothest option, but is also the slowest.\n" +"[b]Note:[/b] When using the GLES2 backend, the \"PCF13\" option actually " +"uses 16 samples to emulate linear filtering in the shader. This results in a " +"shadow appearance similar to the one produced by the GLES3 backend." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1419 +msgid "" +"Lower-end override for [member rendering/quality/shadows/filter_mode] on " +"mobile devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1422 +msgid "" +"Forces [MeshInstance] to always perform skinning on the CPU (applies to both " +"GLES2 and GLES3).\n" +"See also [member rendering/quality/skinning/software_skinning_fallback]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1426 +msgid "" +"Allows [MeshInstance] to perform skinning on the CPU when the hardware " +"doesn't support the default GPU skinning process with GLES2.\n" +"If [code]false[/code], an alternative skinning process on the GPU is used in " +"this case (slower in most cases).\n" +"See also [member rendering/quality/skinning/force_software_skinning].\n" +"[b]Note:[/b] When the software skinning fallback is triggered, custom vertex " +"shaders will behave in a different way, because the bone transform will be " +"already applied to the modelview matrix." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1432 +msgid "" +"The rendering octree balance can be changed to favor smaller ([code]0[/" +"code]), or larger ([code]1[/code]) branches.\n" +"Larger branches can increase performance significantly in some projects." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1436 +msgid "" +"Enables the use of bounding volume hierarchy instead of octree for rendering " +"spatial partitioning. This may give better performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1439 +msgid "" +"Improves quality of subsurface scattering, but cost significantly increases." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1442 +msgid "Quality setting for subsurface scattering (samples taken)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1445 +msgid "Max radius used for subsurface scattering samples." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1448 +msgid "" +"Weight subsurface scattering samples. Helps to avoid reading samples from " +"unrelated parts of the screen." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1451 +msgid "" +"Use high-quality voxel cone tracing. This results in better-looking " +"reflections, but is much more expensive on the GPU." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1454 +msgid "" +"Thread model for rendering. Rendering on a thread can vastly improve " +"performance, but synchronizing to the main thread can cause a bit more " +"jitter." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1457 +msgid "" +"If [code]true[/code], a thread safe version of BVH (bounding volume " +"hierarchy) will be used in rendering and Godot physics.\n" +"Try enabling this option if you see any visual anomalies in 3D (such as " +"incorrect object visibility)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1461 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the BPTC algorithm. This texture compression algorithm is " +"only supported on desktop platforms, and only when using the GLES3 " +"renderer.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1465 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the Ericsson Texture Compression algorithm. This algorithm " +"doesn't support alpha channels in textures.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1469 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the Ericsson Texture Compression 2 algorithm. This texture " +"compression algorithm is only supported when using the GLES3 renderer.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1473 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the PowerVR Texture Compression algorithm. This texture " +"compression algorithm is only supported on iOS.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1477 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the S3 Texture Compression algorithm. This algorithm is only " +"supported on desktop platforms and consoles.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1481 +msgid "" +"Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " +"pixels)." +msgstr "" + +#: doc/classes/ProximityGroup.xml:4 doc/classes/ProximityGroup.xml:7 +msgid "General-purpose proximity detection node." +msgstr "" + +#: doc/classes/QuadMesh.xml:4 +msgid "Class representing a square mesh." +msgstr "" + +#: doc/classes/QuadMesh.xml:7 +msgid "" +"Class representing a square [PrimitiveMesh]. This flat mesh does not have a " +"thickness. By default, this mesh is aligned on the X and Y axes; this " +"default rotation is more suited for use with billboarded materials. Unlike " +"[PlaneMesh], this mesh doesn't provide subdivision options." +msgstr "" + +#: doc/classes/QuadMesh.xml:11 doc/classes/Viewport.xml:19 +#: doc/classes/ViewportTexture.xml:13 +msgid "https://godotengine.org/asset-library/asset/129" +msgstr "" + +#: doc/classes/QuadMesh.xml:17 +msgid "Offset of the generated Quad. Useful for particles." +msgstr "" + +#: doc/classes/QuadMesh.xml:20 +msgid "Size on the X and Y axes." +msgstr "" + +#: doc/classes/Quat.xml:4 +msgid "Quaternion." +msgstr "" + +#: doc/classes/Quat.xml:7 +msgid "" +"A unit quaternion used for representing 3D rotations. Quaternions need to be " +"normalized to be used for rotation.\n" +"It is similar to Basis, which implements matrix representation of rotations, " +"and can be parametrized using both an axis-angle pair or Euler angles. Basis " +"stores rotation, scale, and shearing, while Quat only stores rotation.\n" +"Due to its compactness and the way it is stored in memory, certain " +"operations (obtaining axis-angle and performing SLERP, in particular) are " +"more efficient and robust against floating-point errors." +msgstr "" + +#: doc/classes/Quat.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms." +"html#interpolating-with-quaternions" +msgstr "" + +#: doc/classes/Quat.xml:20 +msgid "Constructs a quaternion from the given [Basis]." +msgstr "" + +#: doc/classes/Quat.xml:27 +msgid "" +"Constructs a quaternion that will perform a rotation specified by Euler " +"angles (in the YXZ convention: when decomposing, first Z, then X, and Y " +"last), given in the vector format as (X angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Quat.xml:35 +msgid "" +"Constructs a quaternion that will rotate around the given axis by the " +"specified angle. The axis must be a normalized vector." +msgstr "" + +#: doc/classes/Quat.xml:45 +msgid "Constructs a quaternion defined by the given values." +msgstr "" + +#: doc/classes/Quat.xml:52 +msgid "" +"Returns the angle between this quaternion and [code]to[/code]. This is the " +"magnitude of the angle you would need to rotate by to get from one to the " +"other.\n" +"[b]Note:[/b] This method has an abnormally high amount of floating-point " +"error, so methods such as [method @GDScript.is_zero_approx] will not work " +"reliably." +msgstr "" + +#: doc/classes/Quat.xml:63 +msgid "" +"Performs a cubic spherical interpolation between quaternions [code]pre_a[/" +"code], this vector, [code]b[/code], and [code]post_b[/code], by the given " +"amount [code]weight[/code]." +msgstr "" + +#: doc/classes/Quat.xml:70 +msgid "Returns the dot product of two quaternions." +msgstr "" + +#: doc/classes/Quat.xml:76 +msgid "" +"Returns Euler angles (in the YXZ convention: when decomposing, first Z, then " +"X, and Y last) corresponding to the rotation represented by the unit " +"quaternion. Returned vector contains the rotation angles in the format (X " +"angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Quat.xml:82 +msgid "Returns the inverse of the quaternion." +msgstr "" + +#: doc/classes/Quat.xml:89 +msgid "" +"Returns [code]true[/code] if this quaternion and [code]quat[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Quat.xml:95 +msgid "Returns whether the quaternion is normalized or not." +msgstr "" + +#: doc/classes/Quat.xml:101 +msgid "Returns the length of the quaternion." +msgstr "" + +#: doc/classes/Quat.xml:107 +msgid "Returns the length of the quaternion, squared." +msgstr "" + +#: doc/classes/Quat.xml:113 +msgid "Returns a copy of the quaternion, normalized to unit length." +msgstr "" + +#: doc/classes/Quat.xml:120 +msgid "" +"Sets the quaternion to a rotation which rotates around axis by the specified " +"angle, in radians. The axis must be a normalized vector." +msgstr "" + +#: doc/classes/Quat.xml:126 +msgid "" +"Sets the quaternion to a rotation specified by Euler angles (in the YXZ " +"convention: when decomposing, first Z, then X, and Y last), given in the " +"vector format as (X angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Quat.xml:134 +msgid "" +"Returns the result of the spherical linear interpolation between this " +"quaternion and [code]to[/code] by amount [code]weight[/code].\n" +"[b]Note:[/b] Both quaternions must be normalized." +msgstr "" + +#: doc/classes/Quat.xml:143 +msgid "" +"Returns the result of the spherical linear interpolation between this " +"quaternion and [code]to[/code] by amount [code]weight[/code], but without " +"checking if the rotation path is not bigger than 90 degrees." +msgstr "" + +#: doc/classes/Quat.xml:150 +msgid "Returns a vector transformed (multiplied) by this quaternion." +msgstr "" + +#: doc/classes/Quat.xml:156 +msgid "" +"W component of the quaternion (real part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:160 +msgid "" +"X component of the quaternion (imaginary [code]i[/code] axis part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:164 +msgid "" +"Y component of the quaternion (imaginary [code]j[/code] axis part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:168 +msgid "" +"Z component of the quaternion (imaginary [code]k[/code] axis part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:174 +msgid "" +"The identity quaternion, representing no rotation. Equivalent to an identity " +"[Basis] matrix. If a vector is transformed by an identity quaternion, it " +"will not change." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:4 +msgid "A class for generating pseudo-random numbers." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:7 +msgid "" +"RandomNumberGenerator is a class for generating pseudo-random numbers. It " +"currently uses [url=http://www.pcg-random.org/]PCG32[/url].\n" +"[b]Note:[/b] The underlying algorithm is an implementation detail. As a " +"result, it should not be depended upon for reproducible random streams " +"across Godot versions.\n" +"To generate a random float number (within a given range) based on a time-" +"dependant seed:\n" +"[codeblock]\n" +"var rng = RandomNumberGenerator.new()\n" +"func _ready():\n" +" rng.randomize()\n" +" var my_random_number = rng.randf_range(-10.0, 10.0)\n" +"[/codeblock]\n" +"[b]Note:[/b] The default values of [member seed] and [member state] " +"properties are pseudo-random, and changes when calling [method randomize]. " +"The [code]0[/code] value documented here is a placeholder, and not the " +"actual default seed." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:19 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/math/random_number_generation." +"html" +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:25 +msgid "" +"Generates a pseudo-random float between [code]0.0[/code] and [code]1.0[/" +"code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:33 +msgid "" +"Generates a pseudo-random float between [code]from[/code] and [code]to[/" +"code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:41 +msgid "" +"Generates a [url=https://en.wikipedia.org/wiki/Normal_distribution]normally-" +"distributed[/url] pseudo-random number, using Box-Muller transform with the " +"specified [code]mean[/code] and a standard [code]deviation[/code]. This is " +"also called Gaussian distribution." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:47 +msgid "" +"Generates a pseudo-random 32-bit unsigned integer between [code]0[/code] and " +"[code]4294967295[/code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:55 +msgid "" +"Generates a pseudo-random 32-bit signed integer between [code]from[/code] " +"and [code]to[/code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:61 +msgid "Setups a time-based seed to generator." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:67 +msgid "" +"Initializes the random number generator state based on the given seed value. " +"A given seed will give a reproducible sequence of pseudo-random numbers.\n" +"[b]Note:[/b] The RNG does not have an avalanche effect, and can output " +"similar random streams given similar seeds. Consider using a hash function " +"to improve your seed quality if they're sourced externally.\n" +"[b]Note:[/b] Setting this property produces a side effect of changing the " +"internal [member state], so make sure to initialize the seed [i]before[/i] " +"modifying the [member state]:\n" +"[codeblock]\n" +"var rng = RandomNumberGenerator.new()\n" +"rng.seed = hash(\"Godot\")\n" +"rng.state = 100 # Restore to some previously saved state.\n" +"[/codeblock]\n" +"[b]Warning:[/b] the getter of this property returns the previous [member " +"state], and not the initial seed value, which is going to be fixed in Godot " +"4.0." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:78 +msgid "" +"The current state of the random number generator. Save and restore this " +"property to restore the generator to a previous state:\n" +"[codeblock]\n" +"var rng = RandomNumberGenerator.new()\n" +"print(rng.randf())\n" +"var saved_state = rng.state # Store current state.\n" +"print(rng.randf()) # Advance internal state.\n" +"rng.state = saved_state # Restore the state.\n" +"print(rng.randf()) # Prints the same value as in previous.\n" +"[/codeblock]\n" +"[b]Note:[/b] Do not set state to arbitrary values, since the random number " +"generator requires the state to have certain qualities to behave properly. " +"It should only be set to values that came from the state property itself. To " +"initialize the random number generator with arbitrary input, use [member " +"seed] instead." +msgstr "" + +#: doc/classes/Range.xml:4 +msgid "Abstract base class for range-based controls." +msgstr "" + +#: doc/classes/Range.xml:7 +msgid "" +"Range is a base class for [Control] nodes that change a floating-point " +"[i]value[/i] between a [i]minimum[/i] and a [i]maximum[/i], using [i]step[/" +"i] and [i]page[/i], for example a [ScrollBar]." +msgstr "" + +#: doc/classes/Range.xml:16 +msgid "" +"Binds two ranges together along with any ranges previously grouped with " +"either of them. When any of range's member variables change, it will share " +"the new value with all other ranges in its group." +msgstr "" + +#: doc/classes/Range.xml:22 +msgid "Stops range from sharing its member variables with any other." +msgstr "" + +#: doc/classes/Range.xml:28 +msgid "" +"If [code]true[/code], [member value] may be greater than [member max_value]." +msgstr "" + +#: doc/classes/Range.xml:31 +msgid "" +"If [code]true[/code], [member value] may be less than [member min_value]." +msgstr "" + +#: doc/classes/Range.xml:34 +msgid "" +"If [code]true[/code], and [code]min_value[/code] is greater than 0, " +"[code]value[/code] will be represented exponentially rather than linearly." +msgstr "" + +#: doc/classes/Range.xml:37 +msgid "" +"Maximum value. Range is clamped if [code]value[/code] is greater than " +"[code]max_value[/code]." +msgstr "" + +#: doc/classes/Range.xml:40 +msgid "" +"Minimum value. Range is clamped if [code]value[/code] is less than " +"[code]min_value[/code]." +msgstr "" + +#: doc/classes/Range.xml:43 +msgid "" +"Page size. Used mainly for [ScrollBar]. ScrollBar's length is its size " +"multiplied by [code]page[/code] over the difference between [code]min_value[/" +"code] and [code]max_value[/code]." +msgstr "" + +#: doc/classes/Range.xml:46 +msgid "The value mapped between 0 and 1." +msgstr "" + +#: doc/classes/Range.xml:49 +msgid "" +"If [code]true[/code], [code]value[/code] will always be rounded to the " +"nearest integer." +msgstr "" + +#: doc/classes/Range.xml:52 +msgid "" +"If greater than 0, [code]value[/code] will always be rounded to a multiple " +"of [code]step[/code]. If [code]rounded[/code] is also [code]true[/code], " +"[code]value[/code] will first be rounded to a multiple of [code]step[/code] " +"then rounded to the nearest integer." +msgstr "" + +#: doc/classes/Range.xml:55 +msgid "Range's current value." +msgstr "" + +#: doc/classes/Range.xml:61 +msgid "" +"Emitted when [member min_value], [member max_value], [member page], or " +"[member step] change." +msgstr "" + +#: doc/classes/Range.xml:67 +msgid "Emitted when [member value] changes." +msgstr "" + +#: doc/classes/RayCast.xml:4 doc/classes/RayCast2D.xml:4 +msgid "Query the closest object intersecting a ray." +msgstr "" + +#: doc/classes/RayCast.xml:7 +msgid "" +"A RayCast represents a line from its origin to its destination position, " +"[code]cast_to[/code]. It is used to query the 3D space in order to find the " +"closest object along the path of the ray.\n" +"RayCast can ignore some objects by adding them to the exception list via " +"[code]add_exception[/code] or by setting proper filtering with collision " +"layers and masks.\n" +"RayCast can be configured to report collisions with [Area]s ([member " +"collide_with_areas]) and/or [PhysicsBody]s ([member collide_with_bodies]).\n" +"Only enabled raycasts will be able to query the space and report " +"collisions.\n" +"RayCast calculates intersection every physics frame (see [Node]), and the " +"result is cached so it can be used later until the next frame. If multiple " +"queries are required between physics frames (or during the same frame), use " +"[method force_raycast_update] after adjusting the raycast." +msgstr "" + +#: doc/classes/RayCast.xml:22 doc/classes/RayCast2D.xml:21 +msgid "" +"Adds a collision exception so the ray does not report collisions with the " +"specified node." +msgstr "" + +#: doc/classes/RayCast.xml:29 doc/classes/RayCast2D.xml:28 +msgid "" +"Adds a collision exception so the ray does not report collisions with the " +"specified [RID]." +msgstr "" + +#: doc/classes/RayCast.xml:35 doc/classes/RayCast2D.xml:34 +msgid "Removes all collision exceptions for this ray." +msgstr "" + +#: doc/classes/RayCast.xml:41 +msgid "" +"Updates the collision information for the ray.\n" +"Use this method to update the collision information immediately instead of " +"waiting for the next [code]_physics_process[/code] call, for example if the " +"ray or its parent has changed state.\n" +"[b]Note:[/b] [code]enabled[/code] is not required for this to work." +msgstr "" + +#: doc/classes/RayCast.xml:49 doc/classes/RayCast2D.xml:47 +msgid "" +"Returns the first object that the ray intersects, or [code]null[/code] if no " +"object is intersecting the ray (i.e. [method is_colliding] returns " +"[code]false[/code])." +msgstr "" + +#: doc/classes/RayCast.xml:55 doc/classes/RayCast2D.xml:53 +msgid "" +"Returns the shape ID of the first object that the ray intersects, or " +"[code]0[/code] if no object is intersecting the ray (i.e. [method " +"is_colliding] returns [code]false[/code])." +msgstr "" + +#: doc/classes/RayCast.xml:62 +msgid "" +"Returns [code]true[/code] if the bit index passed is turned on.\n" +"[b]Note:[/b] Bit indices range from 0-19." +msgstr "" + +#: doc/classes/RayCast.xml:69 doc/classes/RayCast2D.xml:66 +msgid "" +"Returns the normal of the intersecting object's shape at the collision point." +msgstr "" + +#: doc/classes/RayCast.xml:75 doc/classes/RayCast2D.xml:72 +msgid "" +"Returns the collision point at which the ray intersects the closest object.\n" +"[b]Note:[/b] This point is in the [b]global[/b] coordinate system." +msgstr "" + +#: doc/classes/RayCast.xml:82 doc/classes/RayCast2D.xml:79 +msgid "" +"Returns whether any object is intersecting with the ray's vector " +"(considering the vector length)." +msgstr "" + +#: doc/classes/RayCast.xml:89 doc/classes/RayCast2D.xml:86 +msgid "" +"Removes a collision exception so the ray does report collisions with the " +"specified node." +msgstr "" + +#: doc/classes/RayCast.xml:96 doc/classes/RayCast2D.xml:93 +msgid "" +"Removes a collision exception so the ray does report collisions with the " +"specified [RID]." +msgstr "" + +#: doc/classes/RayCast.xml:104 +msgid "" +"Sets the bit index passed to the [code]value[/code] passed.\n" +"[b]Note:[/b] Bit indexes range from 0-19." +msgstr "" + +#: doc/classes/RayCast.xml:111 doc/classes/RayCast2D.xml:107 +msgid "" +"The ray's destination point, relative to the RayCast's [code]position[/code]." +msgstr "" + +#: doc/classes/RayCast.xml:114 +msgid "If [code]true[/code], collision with [Area]s will be reported." +msgstr "" + +#: doc/classes/RayCast.xml:117 +msgid "If [code]true[/code], collision with [PhysicsBody]s will be reported." +msgstr "" + +#: doc/classes/RayCast.xml:120 doc/classes/RayCast2D.xml:116 +msgid "" +"The ray's collision mask. Only objects in at least one collision layer " +"enabled in the mask will be detected. See [url=https://docs.godotengine.org/" +"en/3.4/tutorials/physics/physics_introduction.html#collision-layers-and-" +"masks]Collision layers and masks[/url] in the documentation for more " +"information." +msgstr "" + +#: doc/classes/RayCast.xml:123 +msgid "" +"The custom color to use to draw the shape in the editor and at run-time if " +"[b]Visible Collision Shapes[/b] is enabled in the [b]Debug[/b] menu. This " +"color will be highlighted at run-time if the [RayCast] is colliding with " +"something.\n" +"If set to [code]Color(0.0, 0.0, 0.0)[/code] (by default), the color set in " +"[member ProjectSettings.debug/shapes/collision/shape_color] is used." +msgstr "" + +#: doc/classes/RayCast.xml:127 +msgid "" +"If set to [code]1[/code], a line is used as the debug shape. Otherwise, a " +"truncated pyramid is drawn to represent the [RayCast]. Requires [b]Visible " +"Collision Shapes[/b] to be enabled in the [b]Debug[/b] menu for the debug " +"shape to be visible at run-time." +msgstr "" + +#: doc/classes/RayCast.xml:130 doc/classes/RayCast2D.xml:119 +msgid "If [code]true[/code], collisions will be reported." +msgstr "" + +#: doc/classes/RayCast.xml:133 +msgid "" +"If [code]true[/code], collisions will be ignored for this RayCast's " +"immediate parent." +msgstr "" + +#: doc/classes/RayCast2D.xml:7 +msgid "" +"A RayCast represents a line from its origin to its destination position, " +"[code]cast_to[/code]. It is used to query the 2D space in order to find the " +"closest object along the path of the ray.\n" +"RayCast2D can ignore some objects by adding them to the exception list via " +"[code]add_exception[/code], by setting proper filtering with collision " +"layers, or by filtering object types with type masks.\n" +"RayCast2D can be configured to report collisions with [Area2D]s ([member " +"collide_with_areas]) and/or [PhysicsBody2D]s ([member " +"collide_with_bodies]).\n" +"Only enabled raycasts will be able to query the space and report " +"collisions.\n" +"RayCast2D calculates intersection every physics frame (see [Node]), and the " +"result is cached so it can be used later until the next frame. If multiple " +"queries are required between physics frames (or during the same frame) use " +"[method force_raycast_update] after adjusting the raycast." +msgstr "" + +#: doc/classes/RayCast2D.xml:40 +msgid "" +"Updates the collision information for the ray. Use this method to update the " +"collision information immediately instead of waiting for the next " +"[code]_physics_process[/code] call, for example if the ray or its parent has " +"changed state.\n" +"[b]Note:[/b] [code]enabled[/code] is not required for this to work." +msgstr "" + +#: doc/classes/RayCast2D.xml:101 +msgid "" +"Sets or clears individual bits on the collision mask. This makes selecting " +"the areas scanned easier." +msgstr "" + +#: doc/classes/RayCast2D.xml:110 +msgid "If [code]true[/code], collision with [Area2D]s will be reported." +msgstr "" + +#: doc/classes/RayCast2D.xml:113 +msgid "If [code]true[/code], collision with [PhysicsBody2D]s will be reported." +msgstr "" + +#: doc/classes/RayCast2D.xml:122 +msgid "" +"If [code]true[/code], the parent node will be excluded from collision " +"detection." +msgstr "" + +#: doc/classes/RayShape.xml:4 +msgid "Ray shape for 3D collisions." +msgstr "" + +#: doc/classes/RayShape.xml:7 +msgid "" +"Ray shape for 3D collisions, which can be set into a [PhysicsBody] or " +"[Area]. A ray is not really a collision body; instead, it tries to separate " +"itself from whatever is touching its far endpoint. It's often useful for " +"characters." +msgstr "" + +#: doc/classes/RayShape.xml:15 doc/classes/RayShape2D.xml:15 +msgid "The ray's length." +msgstr "" + +#: doc/classes/RayShape.xml:18 doc/classes/RayShape2D.xml:18 +msgid "If [code]true[/code], allow the shape to return the correct normal." +msgstr "" + +#: doc/classes/RayShape2D.xml:4 +msgid "Ray shape for 2D collisions." +msgstr "" + +#: doc/classes/RayShape2D.xml:7 +msgid "" +"Ray shape for 2D collisions. A ray is not really a collision body; instead, " +"it tries to separate itself from whatever is touching its far endpoint. It's " +"often useful for characters." +msgstr "" + +#: doc/classes/Rect2.xml:4 +msgid "2D axis-aligned bounding box." +msgstr "" + +#: doc/classes/Rect2.xml:7 +msgid "" +"[Rect2] consists of a position, a size, and several utility functions. It is " +"typically used for fast overlap tests.\n" +"It uses floating-point coordinates.\n" +"The 3D counterpart to [Rect2] is [AABB]." +msgstr "" + +#: doc/classes/Rect2.xml:22 +msgid "Constructs a [Rect2] by position and size." +msgstr "" + +#: doc/classes/Rect2.xml:32 +msgid "Constructs a [Rect2] by x, y, width, and height." +msgstr "" + +#: doc/classes/Rect2.xml:38 +msgid "" +"Returns a [Rect2] with equivalent position and area, modified so that the " +"top-left corner is the origin and [code]width[/code] and [code]height[/code] " +"are positive." +msgstr "" + +#: doc/classes/Rect2.xml:45 +msgid "Returns the intersection of this [Rect2] and b." +msgstr "" + +#: doc/classes/Rect2.xml:52 +msgid "" +"Returns [code]true[/code] if this [Rect2] completely encloses another one." +msgstr "" + +#: doc/classes/Rect2.xml:59 +msgid "Returns this [Rect2] expanded to include a given point." +msgstr "" + +#: doc/classes/Rect2.xml:65 +msgid "Returns the area of the [Rect2]." +msgstr "" + +#: doc/classes/Rect2.xml:72 +msgid "" +"Returns a copy of the [Rect2] grown a given amount of units towards all the " +"sides." +msgstr "" + +#: doc/classes/Rect2.xml:82 +msgid "" +"Returns a copy of the [Rect2] grown a given amount of units towards each " +"direction individually." +msgstr "" + +#: doc/classes/Rect2.xml:90 +msgid "" +"Returns a copy of the [Rect2] grown a given amount of units towards the " +"[enum Margin] direction." +msgstr "" + +#: doc/classes/Rect2.xml:96 +msgid "Returns [code]true[/code] if the [Rect2] is flat or empty." +msgstr "" + +#: doc/classes/Rect2.xml:103 +msgid "Returns [code]true[/code] if the [Rect2] contains a point." +msgstr "" + +#: doc/classes/Rect2.xml:111 +msgid "" +"Returns [code]true[/code] if the [Rect2] overlaps with [code]b[/code] (i.e. " +"they have at least one point in common).\n" +"If [code]include_borders[/code] is [code]true[/code], they will also be " +"considered overlapping if their borders touch, even without intersection." +msgstr "" + +#: doc/classes/Rect2.xml:119 +msgid "" +"Returns [code]true[/code] if this [Rect2] and [code]rect[/code] are " +"approximately equal, by calling [code]is_equal_approx[/code] on each " +"component." +msgstr "" + +#: doc/classes/Rect2.xml:126 +msgid "Returns a larger [Rect2] that contains this [Rect2] and [code]b[/code]." +msgstr "" + +#: doc/classes/RectangleShape2D.xml:4 +msgid "Rectangle shape for 2D collisions." +msgstr "" + +#: doc/classes/RectangleShape2D.xml:7 +msgid "" +"Rectangle shape for 2D collisions. This shape is useful for modeling box-" +"like 2D objects." +msgstr "" + +#: doc/classes/RectangleShape2D.xml:17 +msgid "" +"The rectangle's half extents. The width and height of this shape is twice " +"the half extents." +msgstr "" + +#: doc/classes/Reference.xml:4 +msgid "Base class for reference-counted objects." +msgstr "" + +#: doc/classes/Reference.xml:7 +msgid "" +"Base class for any object that keeps a reference count. [Resource] and many " +"other helper objects inherit this class.\n" +"Unlike other [Object] types, References keep an internal reference counter " +"so that they are automatically released when no longer in use, and only " +"then. References therefore do not need to be freed manually with [method " +"Object.free].\n" +"In the vast majority of use cases, instantiating and using [Reference]-" +"derived types is all you need to do. The methods provided in this class are " +"only for advanced users, and can cause issues if misused.\n" +"[b]Note:[/b] In C#, references will not be freed instantly after they are no " +"longer in use. Instead, garbage collection will run periodically and will " +"free references that are no longer in use. This means that unused references " +"will linger on for a while before being removed." +msgstr "" + +#: doc/classes/Reference.xml:19 +msgid "" +"Initializes the internal reference counter. Use this only if you really know " +"what you are doing.\n" +"Returns whether the initialization was successful." +msgstr "" + +#: doc/classes/Reference.xml:26 +msgid "" +"Increments the internal reference counter. Use this only if you really know " +"what you are doing.\n" +"Returns [code]true[/code] if the increment was successful, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/Reference.xml:33 +msgid "" +"Decrements the internal reference counter. Use this only if you really know " +"what you are doing.\n" +"Returns [code]true[/code] if the decrement was successful, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/ReferenceRect.xml:4 +msgid "Reference frame for GUI." +msgstr "" + +#: doc/classes/ReferenceRect.xml:7 +msgid "" +"A rectangle box that displays only a [member border_color] border color " +"around its rectangle. [ReferenceRect] has no fill [Color]. If you need to " +"display a rectangle filled with a solid color, consider using [ColorRect] " +"instead." +msgstr "" + +#: doc/classes/ReferenceRect.xml:15 +msgid "Sets the border [Color] of the [ReferenceRect]." +msgstr "" + +#: doc/classes/ReferenceRect.xml:18 +msgid "" +"Sets the border width of the [ReferenceRect]. The border grows both inwards " +"and outwards with respect to the rectangle box." +msgstr "" + +#: doc/classes/ReferenceRect.xml:21 +msgid "" +"If set to [code]true[/code], the [ReferenceRect] will only be visible while " +"in editor. Otherwise, [ReferenceRect] will be visible in game." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:4 +msgid "Captures its surroundings to create reflections." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:7 +msgid "" +"Capture its surroundings as a dual paraboloid image, and stores versions of " +"it with increasing levels of blur to simulate different material " +"roughnesses.\n" +"The [ReflectionProbe] is used to create high-quality reflections at the cost " +"of performance. It can be combined with [GIProbe]s and Screen Space " +"Reflections to achieve high quality reflections. [ReflectionProbe]s render " +"all objects within their [member cull_mask], so updating them can be quite " +"expensive. It is best to update them once with the important static objects " +"and then leave them.\n" +"[b]Note:[/b] By default Godot will only render 16 reflection probes. If you " +"need more, increase the number of atlas subdivisions. This setting can be " +"found in [member ProjectSettings.rendering/quality/reflections/" +"atlas_subdiv].\n" +"[b]Note:[/b] The GLES2 backend will only display two reflection probes at " +"the same time for a single mesh. If possible, split up large meshes that " +"span over multiple reflection probes into smaller ones." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/reflection_probes.html" +msgstr "" + +#: doc/classes/ReflectionProbe.xml:19 +msgid "" +"If [code]true[/code], enables box projection. This makes reflections look " +"more correct in rectangle-shaped rooms by offsetting the reflection center " +"depending on the camera's location." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:22 +msgid "" +"Sets the cull mask which determines what objects are drawn by this probe. " +"Every [VisualInstance] with a layer included in this cull mask will be " +"rendered by the probe. It is best to only include large objects which are " +"likely to take up a lot of space in the reflection in order to save on " +"rendering cost." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:25 +msgid "" +"If [code]true[/code], computes shadows in the reflection probe. This makes " +"the reflection probe slower to render; you may want to disable this if using " +"the [constant UPDATE_ALWAYS] [member update_mode]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:28 +msgid "" +"The size of the reflection probe. The larger the extents the more space " +"covered by the probe which will lower the perceived resolution. It is best " +"to keep the extents only as large as you need them." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:31 +msgid "" +"Defines the reflection intensity. Intensity modulates the strength of the " +"reflection." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:34 +msgid "" +"Sets the ambient light color to be used when this probe is set to [member " +"interior_enable]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:37 +msgid "" +"Sets the contribution value for how much the reflection affects the ambient " +"light for this reflection probe when set to [member interior_enable]. Useful " +"so that ambient light matches the color of the room." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:40 +msgid "" +"Sets the energy multiplier for this reflection probe's ambient light " +"contribution when set to [member interior_enable]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:43 +msgid "" +"If [code]true[/code], reflections will ignore sky contribution. Ambient " +"lighting is then controlled by the [code]interior_ambient_*[/code] " +"properties." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:46 +msgid "" +"Sets the max distance away from the probe an object can be before it is " +"culled." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:49 +msgid "" +"Sets the origin offset to be used when this reflection probe is in box " +"project mode." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:52 +msgid "" +"Sets how frequently the probe is updated. Can be [constant UPDATE_ONCE] or " +"[constant UPDATE_ALWAYS]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:57 +msgid "Update the probe once on the next frame." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:60 +msgid "" +"Update the probe every frame. This is needed when you want to capture " +"dynamic objects. However, it results in an increased render time. Use " +"[constant UPDATE_ONCE] whenever possible." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:4 +msgid "Class for searching text for patterns using regular expressions." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:7 +msgid "" +"A regular expression (or regex) is a compact language that can be used to " +"recognise strings that follow a specific pattern, such as URLs, email " +"addresses, complete sentences, etc. For instance, a regex of [code]ab[0-9][/" +"code] would find any string that is [code]ab[/code] followed by any number " +"from [code]0[/code] to [code]9[/code]. For a more in-depth look, you can " +"easily find various tutorials and detailed explanations on the Internet.\n" +"To begin, the RegEx object needs to be compiled with the search pattern " +"using [method compile] before it can be used.\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"\\\\w-(\\\\d+)\")\n" +"[/codeblock]\n" +"The search pattern must be escaped first for GDScript before it is escaped " +"for the expression. For example, [code]compile(\"\\\\d+\")[/code] would be " +"read by RegEx as [code]\\d+[/code]. Similarly, [code]compile(\"\\\"(?:\\\\\\" +"\\.|[^\\\"])*\\\"\")[/code] would be read as [code]\"(?:\\\\.|[^\"])*\"[/" +"code].\n" +"Using [method search], you can find the pattern within the given text. If a " +"pattern is found, [RegExMatch] is returned and you can retrieve details of " +"the results using methods such as [method RegExMatch.get_string] and [method " +"RegExMatch.get_start].\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"\\\\w-(\\\\d+)\")\n" +"var result = regex.search(\"abc n-0123\")\n" +"if result:\n" +" print(result.get_string()) # Would print n-0123\n" +"[/codeblock]\n" +"The results of capturing groups [code]()[/code] can be retrieved by passing " +"the group number to the various methods in [RegExMatch]. Group 0 is the " +"default and will always refer to the entire pattern. In the above example, " +"calling [code]result.get_string(1)[/code] would give you [code]0123[/code].\n" +"This version of RegEx also supports named capturing groups, and the names " +"can be used to retrieve the results. If two or more groups have the same " +"name, the name would only refer to the first one with a match.\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"d(?[0-9]+)|x(?[0-9a-f]+)\")\n" +"var result = regex.search(\"the number is x2f\")\n" +"if result:\n" +" print(result.get_string(\"digit\")) # Would print 2f\n" +"[/codeblock]\n" +"If you need to process multiple results, [method search_all] generates a " +"list of all non-overlapping results. This can be combined with a [code]for[/" +"code] loop for convenience.\n" +"[codeblock]\n" +"for result in regex.search_all(\"d01, d03, d0c, x3f and x42\"):\n" +" print(result.get_string(\"digit\"))\n" +"# Would print 01 03 0 3f 42\n" +"[/codeblock]\n" +"[b]Example of splitting a string using a RegEx:[/b]\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"\\\\S+\") # Negated whitespace character class.\n" +"var results = []\n" +"for result in regex.search_all(\"One Two \\n\\tThree\"):\n" +" results.push_back(result.get_string())\n" +"# The `results` array now contains \"One\", \"Two\", \"Three\".\n" +"[/codeblock]\n" +"[b]Note:[/b] Godot's regex implementation is based on the [url=https://www." +"pcre.org/]PCRE2[/url] library. You can view the full pattern reference " +"[url=https://www.pcre.org/current/doc/html/pcre2pattern.html]here[/url].\n" +"[b]Tip:[/b] You can use [url=https://regexr.com/]Regexr[/url] to test " +"regular expressions online." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:55 +msgid "" +"This method resets the state of the object, as if it was freshly created. " +"Namely, it unassigns the regular expression of this object." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:62 +msgid "" +"Compiles and assign the search pattern to use. Returns [constant OK] if the " +"compilation is successful. If an error is encountered, details are printed " +"to standard output and an error is returned." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:68 +msgid "Returns the number of capturing groups in compiled pattern." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:74 +msgid "" +"Returns an array of names of named capturing groups in the compiled pattern. " +"They are ordered by appearance." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:80 +msgid "Returns the original search pattern that was compiled." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:86 +msgid "Returns whether this object has a valid search pattern assigned." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:95 +msgid "" +"Searches the text for the compiled pattern. Returns a [RegExMatch] container " +"of the first matching result if found, otherwise [code]null[/code]. The " +"region to search within can be specified without modifying where the start " +"and end anchor would be." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:104 +msgid "" +"Searches the text for the compiled pattern. Returns an array of [RegExMatch] " +"containers for each non-overlapping result. If no results were found, an " +"empty array is returned instead. The region to search within can be " +"specified without modifying where the start and end anchor would be." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:115 +msgid "" +"Searches the text for the compiled pattern and replaces it with the " +"specified string. Escapes and backreferences such as [code]$1[/code] and " +"[code]$name[/code] are expanded and resolved. By default, only the first " +"instance is replaced, but it can be changed for all instances (global " +"replacement). The region to search within can be specified without modifying " +"where the start and end anchor would be." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:4 +msgid "Contains the results of a [RegEx] search." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:7 +msgid "" +"Contains the results of a single [RegEx] match returned by [method RegEx." +"search] and [method RegEx.search_all]. It can be used to find the position " +"and range of the match and its capturing groups, and it can extract its " +"substring for you." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:16 +msgid "" +"Returns the end position of the match within the source string. The end " +"position of capturing groups can be retrieved by providing its group number " +"as an integer or its string name (if it's a named group). The default value " +"of 0 refers to the whole pattern.\n" +"Returns -1 if the group did not match or doesn't exist." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:23 +msgid "Returns the number of capturing groups." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:30 +msgid "" +"Returns the starting position of the match within the source string. The " +"starting position of capturing groups can be retrieved by providing its " +"group number as an integer or its string name (if it's a named group). The " +"default value of 0 refers to the whole pattern.\n" +"Returns -1 if the group did not match or doesn't exist." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:38 +msgid "" +"Returns the substring of the match from the source string. Capturing groups " +"can be retrieved by providing its group number as an integer or its string " +"name (if it's a named group). The default value of 0 refers to the whole " +"pattern.\n" +"Returns an empty string if the group did not match or doesn't exist." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:45 +msgid "" +"A dictionary of named groups and its corresponding group number. Only groups " +"that were matched are included. If multiple groups have the same name, that " +"name would refer to the first matching one." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:48 +msgid "An [Array] of the match and its capturing groups." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:51 +msgid "" +"The source string used with the search pattern to find this matching result." +msgstr "" + +#: doc/classes/RemoteTransform.xml:4 +msgid "" +"RemoteTransform pushes its own [Transform] to another [Spatial] derived Node " +"in the scene." +msgstr "" + +#: doc/classes/RemoteTransform.xml:7 +msgid "" +"RemoteTransform pushes its own [Transform] to another [Spatial] derived Node " +"(called the remote node) in the scene.\n" +"It can be set to update another Node's position, rotation and/or scale. It " +"can use either global or local coordinates." +msgstr "" + +#: doc/classes/RemoteTransform.xml:16 +msgid "" +"[RemoteTransform] caches the remote node. It may not notice if the remote " +"node disappears; [method force_update_cache] forces it to update the cache " +"again." +msgstr "" + +#: doc/classes/RemoteTransform.xml:22 +msgid "" +"The [NodePath] to the remote node, relative to the RemoteTransform's " +"position in the scene." +msgstr "" + +#: doc/classes/RemoteTransform.xml:25 doc/classes/RemoteTransform2D.xml:25 +msgid "If [code]true[/code], the remote node's position is updated." +msgstr "" + +#: doc/classes/RemoteTransform.xml:28 doc/classes/RemoteTransform2D.xml:28 +msgid "If [code]true[/code], the remote node's rotation is updated." +msgstr "" + +#: doc/classes/RemoteTransform.xml:31 doc/classes/RemoteTransform2D.xml:31 +msgid "If [code]true[/code], the remote node's scale is updated." +msgstr "" + +#: doc/classes/RemoteTransform.xml:34 doc/classes/RemoteTransform2D.xml:34 +msgid "" +"If [code]true[/code], global coordinates are used. If [code]false[/code], " +"local coordinates are used." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:4 +msgid "" +"RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] " +"derived Node in the scene." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:7 +msgid "" +"RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] " +"derived Node (called the remote node) in the scene.\n" +"It can be set to update another Node's position, rotation and/or scale. It " +"can use either global or local coordinates." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:16 +msgid "" +"[RemoteTransform2D] caches the remote node. It may not notice if the remote " +"node disappears; [method force_update_cache] forces it to update the cache " +"again." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:22 +msgid "" +"The [NodePath] to the remote node, relative to the RemoteTransform2D's " +"position in the scene." +msgstr "" + +#: doc/classes/Resource.xml:4 +msgid "Base class for all resources." +msgstr "" + +#: doc/classes/Resource.xml:7 +msgid "" +"Resource is the base class for all Godot-specific resource types, serving " +"primarily as data containers. Since they inherit from [Reference], resources " +"are reference-counted and freed when no longer in use. They are also cached " +"once loaded from disk, so that any further attempts to load a resource from " +"a given path will return the same reference (all this in contrast to a " +"[Node], which is not reference-counted and can be instanced from disk as " +"many times as desired). Resources can be saved externally on disk or bundled " +"into another object, such as a [Node] or another resource.\n" +"[b]Note:[/b] In C#, resources will not be freed instantly after they are no " +"longer in use. Instead, garbage collection will run periodically and will " +"free resources that are no longer in use. This means that unused resources " +"will linger on for a while before being removed." +msgstr "" + +#: doc/classes/Resource.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/resources." +"html" +msgstr "" + +#: doc/classes/Resource.xml:18 +msgid "" +"Virtual function which can be overridden to customize the behavior value of " +"[method setup_local_to_scene]." +msgstr "" + +#: doc/classes/Resource.xml:25 +msgid "" +"Duplicates the resource, returning a new resource with the exported members " +"copied. [b]Note:[/b] To duplicate the resource the constructor is called " +"without arguments. This method will error when the constructor doesn't have " +"default values.\n" +"By default, sub-resources are shared between resource copies for efficiency. " +"This can be changed by passing [code]true[/code] to the [code]subresources[/" +"code] argument which will copy the subresources.\n" +"[b]Note:[/b] If [code]subresources[/code] is [code]true[/code], this method " +"will only perform a shallow copy. Nested resources within subresources will " +"not be duplicated and will still be shared.\n" +"[b]Note:[/b] When duplicating a resource, only [code]export[/code]ed " +"properties are copied. Other properties will be set to their default value " +"in the new resource." +msgstr "" + +#: doc/classes/Resource.xml:34 +msgid "" +"Emits the [signal changed] signal.\n" +"If external objects which depend on this resource should be updated, this " +"method must be called manually whenever the state of this resource has " +"changed (such as modification of properties).\n" +"The method is equivalent to:\n" +"[codeblock]\n" +"emit_signal(\"changed\")\n" +"[/codeblock]\n" +"[b]Note:[/b] This method is called automatically for built-in resources." +msgstr "" + +#: doc/classes/Resource.xml:46 +msgid "" +"If [member resource_local_to_scene] is enabled and the resource was loaded " +"from a [PackedScene] instantiation, returns the local scene where this " +"resource's unique copy is in use. Otherwise, returns [code]null[/code]." +msgstr "" + +#: doc/classes/Resource.xml:52 +msgid "" +"Returns the RID of the resource (or an empty RID). Many resources (such as " +"[Texture], [Mesh], etc) are high-level abstractions of resources stored in a " +"server, so this function will return the original RID." +msgstr "" + +#: doc/classes/Resource.xml:58 +msgid "" +"This method is called when a resource with [member resource_local_to_scene] " +"enabled is loaded from a [PackedScene] instantiation. Its behavior can be " +"customized by overriding [method _setup_local_to_scene] from script.\n" +"For most resources, this method performs no base logic. [ViewportTexture] " +"performs custom logic to properly set the proxy texture and flags in the " +"local viewport." +msgstr "" + +#: doc/classes/Resource.xml:66 +msgid "" +"Sets the path of the resource, potentially overriding an existing cache " +"entry for this path. This differs from setting [member resource_path], as " +"the latter would error out if another resource was already cached for the " +"given path." +msgstr "" + +#: doc/classes/Resource.xml:72 +msgid "" +"If [code]true[/code], the resource will be made unique in each instance of " +"its local scene. It can thus be modified in a scene instance without " +"impacting other instances of that same scene." +msgstr "" + +#: doc/classes/Resource.xml:75 +msgid "" +"The name of the resource. This is an optional identifier. If [member " +"resource_name] is not empty, its value will be displayed to represent the " +"current resource in the editor inspector. For built-in scripts, the [member " +"resource_name] will be displayed as the tab name in the script editor." +msgstr "" + +#: doc/classes/Resource.xml:78 +msgid "" +"The path to the resource. In case it has its own file, it will return its " +"filepath. If it's tied to the scene, it will return the scene's path, " +"followed by the resource's index." +msgstr "" + +#: doc/classes/Resource.xml:84 +msgid "" +"Emitted whenever the resource changes.\n" +"[b]Note:[/b] This signal is not emitted automatically for custom resources, " +"which means that you need to create a setter and emit the signal yourself." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:4 +msgid "Loads a specific resource type from a file." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:7 +msgid "" +"Godot loads resources in the editor or in exported games using " +"ResourceFormatLoaders. They are queried automatically via the " +"[ResourceLoader] singleton, or when a resource with internal dependencies is " +"loaded. Each file type may load as a different resource type, so multiple " +"ResourceFormatLoaders are registered in the engine.\n" +"Extending this class allows you to define your own loader. Be sure to " +"respect the documented return types and values. You should give it a global " +"class name with [code]class_name[/code] for it to be registered. Like built-" +"in ResourceFormatLoaders, it will be called automatically when loading " +"resources of its handled type(s). You may also implement a " +"[ResourceFormatSaver].\n" +"[b]Note:[/b] You can also extend [EditorImportPlugin] if the resource type " +"you need exists but Godot is unable to load its format. Choosing one way " +"over another depends on if the format is suitable or not for the final " +"exported game. For example, it's better to import [code].png[/code] textures " +"as [code].stex[/code] ([StreamTexture]) first, so they can be loaded with " +"better efficiency on the graphics card." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:19 +msgid "" +"If implemented, gets the dependencies of a given resource. If " +"[code]add_types[/code] is [code]true[/code], paths should be appended " +"[code]::TypeName[/code], where [code]TypeName[/code] is the class name of " +"the dependency.\n" +"[b]Note:[/b] Custom resource types defined by scripts aren't known by the " +"[ClassDB], so you might just return [code]\"Resource\"[/code] for them." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:26 +msgid "Gets the list of extensions for files this loader is able to read." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:33 +msgid "" +"Gets the class name of the resource associated with the given path. If the " +"loader cannot handle it, it should return [code]\"\"[/code].\n" +"[b]Note:[/b] Custom resource types defined by scripts aren't known by the " +"[ClassDB], so you might just return [code]\"Resource\"[/code] for them." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:41 +msgid "" +"Tells which resource class this loader can load.\n" +"[b]Note:[/b] Custom resource types defined by scripts aren't known by the " +"[ClassDB], so you might just handle [code]\"Resource\"[/code] for them." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:50 +msgid "" +"Loads a resource when the engine finds this loader to be compatible. If the " +"loaded resource is the result of an import, [code]original_path[/code] will " +"target the source file. Returns a [Resource] object on success, or an [enum " +"Error] constant in case of failure." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:58 +msgid "" +"If implemented, renames dependencies within the given resource and saves it. " +"[code]renames[/code] is a dictionary [code]{ String => String }[/code] " +"mapping old dependency paths to new paths.\n" +"Returns [constant OK] on success, or an [enum Error] constant in case of " +"failure." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:4 +msgid "Saves a specific resource type to a file." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:7 +msgid "" +"The engine can save resources when you do it from the editor, or when you " +"use the [ResourceSaver] singleton. This is accomplished thanks to multiple " +"[ResourceFormatSaver]s, each handling its own format and called " +"automatically by the engine.\n" +"By default, Godot saves resources as [code].tres[/code] (text-based), [code]." +"res[/code] (binary) or another built-in format, but you can choose to create " +"your own format by extending this class. Be sure to respect the documented " +"return types and values. You should give it a global class name with " +"[code]class_name[/code] for it to be registered. Like built-in " +"ResourceFormatSavers, it will be called automatically when saving resources " +"of its recognized type(s). You may also implement a [ResourceFormatLoader]." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:17 +msgid "" +"Returns the list of extensions available for saving the resource object, " +"provided it is recognized (see [method recognize])." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:24 +msgid "Returns whether the given resource object can be saved by this saver." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:33 +msgid "" +"Saves the given resource object to a file at the target [code]path[/code]. " +"[code]flags[/code] is a bitmask composed with [enum ResourceSaver." +"SaverFlags] constants.\n" +"Returns [constant OK] on success, or an [enum Error] constant in case of " +"failure." +msgstr "" + +#: doc/classes/ResourceImporter.xml:4 +msgid "Base class for the implementation of core resource importers." +msgstr "" + +#: doc/classes/ResourceImporter.xml:7 +msgid "" +"This is the base class for the resource importers implemented in core. To " +"implement your own resource importers using editor plugins, see " +"[EditorImportPlugin]." +msgstr "" + +#: doc/classes/ResourceImporter.xml:16 +msgid "The default import order." +msgstr "" + +#: doc/classes/ResourceImporter.xml:19 +msgid "" +"The import order for scenes, which ensures scenes are imported [i]after[/i] " +"all other core resources such as textures. Custom importers should generally " +"have an import order lower than [code]100[/code] to avoid issues when " +"importing scenes that rely on custom resources." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:4 +msgid "Interactive [Resource] loader." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:7 +msgid "" +"Interactive [Resource] loader. This object is returned by [ResourceLoader] " +"when performing an interactive load. It allows loading resources with high " +"granularity, which makes it mainly useful for displaying loading bars or " +"percentages." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:15 +msgid "" +"Returns the loaded resource if the load operation completed successfully, " +"[code]null[/code] otherwise." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:21 +msgid "" +"Returns the load stage. The total amount of stages can be queried with " +"[method get_stage_count]." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:27 +msgid "" +"Returns the total amount of stages (calls to [method poll]) needed to " +"completely load this resource." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:33 +msgid "" +"Polls the loading operation, i.e. loads a data chunk up to the next stage.\n" +"Returns [constant OK] if the poll is successful but the load operation has " +"not finished yet (intermediate stage). This means [method poll] will have to " +"be called again until the last stage is completed.\n" +"Returns [constant ERR_FILE_EOF] if the load operation has completed " +"successfully. The loaded resource can be obtained by calling [method " +"get_resource].\n" +"Returns another [enum Error] code if the poll has failed." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:42 +msgid "" +"Polls the loading operation successively until the resource is completely " +"loaded or a [method poll] fails.\n" +"Returns [constant ERR_FILE_EOF] if the load operation has completed " +"successfully. The loaded resource can be obtained by calling [method " +"get_resource].\n" +"Returns another [enum Error] code if a poll has failed, aborting the " +"operation." +msgstr "" + +#: doc/classes/ResourceLoader.xml:4 +msgid "Singleton used to load resource files." +msgstr "" + +#: doc/classes/ResourceLoader.xml:7 +msgid "" +"Singleton used to load resource files from the filesystem.\n" +"It uses the many [ResourceFormatLoader] classes registered in the engine " +"(either built-in or from a plugin) to load files into memory and convert " +"them to a format that can be used by the engine." +msgstr "" + +#: doc/classes/ResourceLoader.xml:19 +msgid "" +"Returns whether a recognized resource exists for the given [code]path[/" +"code].\n" +"An optional [code]type_hint[/code] can be used to further specify the " +"[Resource] type that should be handled by the [ResourceFormatLoader]." +msgstr "" + +#: doc/classes/ResourceLoader.xml:27 +msgid "" +"Returns the dependencies for the resource at the given [code]path[/code]." +msgstr "" + +#: doc/classes/ResourceLoader.xml:34 +msgid "Returns the list of recognized extensions for a resource type." +msgstr "" + +#: doc/classes/ResourceLoader.xml:41 +msgid "" +"[i]Deprecated method.[/i] Use [method has_cached] or [method exists] instead." +msgstr "" + +#: doc/classes/ResourceLoader.xml:48 +msgid "" +"Returns whether a cached resource is available for the given [code]path[/" +"code].\n" +"Once a resource has been loaded by the engine, it is cached in memory for " +"faster access, and future calls to the [method load] or [method " +"load_interactive] methods will use the cached version. The cached resource " +"can be overridden by using [method Resource.take_over_path] on a new " +"resource for that same path." +msgstr "" + +#: doc/classes/ResourceLoader.xml:58 +msgid "" +"Loads a resource at the given [code]path[/code], caching the result for " +"further access.\n" +"The registered [ResourceFormatLoader]s are queried sequentially to find the " +"first one which can handle the file's extension, and then attempt loading. " +"If loading fails, the remaining ResourceFormatLoaders are also attempted.\n" +"An optional [code]type_hint[/code] can be used to further specify the " +"[Resource] type that should be handled by the [ResourceFormatLoader]. " +"Anything that inherits from [Resource] can be used as a type hint, for " +"example [Image].\n" +"If [code]no_cache[/code] is [code]true[/code], the resource cache will be " +"bypassed and the resource will be loaded anew. Otherwise, the cached " +"resource will be returned if it exists.\n" +"Returns an empty resource if no [ResourceFormatLoader] could handle the " +"file.\n" +"GDScript has a simplified [method @GDScript.load] built-in method which can " +"be used in most situations, leaving the use of [ResourceLoader] for more " +"advanced scenarios." +msgstr "" + +#: doc/classes/ResourceLoader.xml:71 +msgid "" +"Starts loading a resource interactively. The returned " +"[ResourceInteractiveLoader] object allows to load with high granularity, " +"calling its [method ResourceInteractiveLoader.poll] method successively to " +"load chunks.\n" +"An optional [code]type_hint[/code] can be used to further specify the " +"[Resource] type that should be handled by the [ResourceFormatLoader]. " +"Anything that inherits from [Resource] can be used as a type hint, for " +"example [Image]." +msgstr "" + +#: doc/classes/ResourceLoader.xml:79 +msgid "" +"Changes the behavior on missing sub-resources. The default behavior is to " +"abort loading." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:4 +msgid "Resource Preloader Node." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:7 +msgid "" +"This node is used to preload sub-resources inside a scene, so when the scene " +"is loaded, all the resources are ready to use and can be retrieved from the " +"preloader.\n" +"GDScript has a simplified [method @GDScript.preload] built-in method which " +"can be used in most situations, leaving the use of [ResourcePreloader] for " +"more advanced scenarios." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:18 +msgid "" +"Adds a resource to the preloader with the given [code]name[/code]. If a " +"resource with the given [code]name[/code] already exists, the new resource " +"will be renamed to \"[code]name[/code] N\" where N is an incrementing number " +"starting from 2." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:25 +msgid "Returns the resource associated to [code]name[/code]." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:31 +msgid "Returns the list of resources inside the preloader." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:38 +msgid "" +"Returns [code]true[/code] if the preloader contains a resource associated to " +"[code]name[/code]." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:45 +msgid "" +"Removes the resource associated to [code]name[/code] from the preloader." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:53 +msgid "" +"Renames a resource inside the preloader from [code]name[/code] to " +"[code]newname[/code]." +msgstr "" + +#: doc/classes/ResourceSaver.xml:4 +msgid "Singleton for saving Godot-specific resource types." +msgstr "" + +#: doc/classes/ResourceSaver.xml:7 +msgid "" +"Singleton for saving Godot-specific resource types to the filesystem.\n" +"It uses the many [ResourceFormatSaver] classes registered in the engine " +"(either built-in or from a plugin) to save engine-specific resource data to " +"text-based (e.g. [code].tres[/code] or [code].tscn[/code]) or binary files " +"(e.g. [code].res[/code] or [code].scn[/code])." +msgstr "" + +#: doc/classes/ResourceSaver.xml:17 +msgid "" +"Returns the list of extensions available for saving a resource of a given " +"type." +msgstr "" + +#: doc/classes/ResourceSaver.xml:26 +msgid "" +"Saves a resource to disk to the given path, using a [ResourceFormatSaver] " +"that recognizes the resource object.\n" +"The [code]flags[/code] bitmask can be specified to customize the save " +"behavior.\n" +"Returns [constant OK] on success." +msgstr "" + +#: doc/classes/ResourceSaver.xml:34 +msgid "Save the resource with a path relative to the scene which uses it." +msgstr "" + +#: doc/classes/ResourceSaver.xml:37 +msgid "Bundles external resources." +msgstr "" + +#: doc/classes/ResourceSaver.xml:40 +msgid "" +"Changes the [member Resource.resource_path] of the saved resource to match " +"its new location." +msgstr "" + +#: doc/classes/ResourceSaver.xml:43 +msgid "" +"Do not save editor-specific metadata (identified by their [code]__editor[/" +"code] prefix)." +msgstr "" + +#: doc/classes/ResourceSaver.xml:46 +msgid "Save as big endian (see [member File.endian_swap])." +msgstr "" + +#: doc/classes/ResourceSaver.xml:49 +msgid "" +"Compress the resource on save using [constant File.COMPRESSION_ZSTD]. Only " +"available for binary resource types." +msgstr "" + +#: doc/classes/ResourceSaver.xml:52 +msgid "" +"Take over the paths of the saved subresources (see [method Resource." +"take_over_path])." +msgstr "" + +#: doc/classes/RichTextEffect.xml:4 +msgid "A custom effect for use with [RichTextLabel]." +msgstr "" + +#: doc/classes/RichTextEffect.xml:7 +msgid "" +"A custom effect for use with [RichTextLabel].\n" +"[b]Note:[/b] For a [RichTextEffect] to be usable, a BBCode tag must be " +"defined as a member variable called [code]bbcode[/code] in the script.\n" +"[codeblock]\n" +"# The RichTextEffect will be usable like this: `[example]Some text[/" +"example]`\n" +"var bbcode = \"example\"\n" +"[/codeblock]\n" +"[b]Note:[/b] As soon as a [RichTextLabel] contains at least one " +"[RichTextEffect], it will continuously process the effect unless the project " +"is paused. This may impact battery life negatively." +msgstr "" + +#: doc/classes/RichTextEffect.xml:24 +msgid "" +"Override this method to modify properties in [code]char_fx[/code]. The " +"method must return [code]true[/code] if the character could be transformed " +"successfully. If the method returns [code]false[/code], it will skip " +"transformation to avoid displaying broken text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:4 +msgid "Label that displays rich text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:7 +msgid "" +"Rich text can contain custom text, fonts, images and some basic formatting. " +"The label manages these as an internal tag stack. It also adapts itself to " +"given width/heights.\n" +"[b]Note:[/b] Assignments to [member bbcode_text] clear the tag stack and " +"reconstruct it from the property's contents. Any edits made to [member " +"bbcode_text] will erase previous edits made from other manual sources such " +"as [method append_bbcode] and the [code]push_*[/code] / [method pop] " +"methods.\n" +"[b]Note:[/b] RichTextLabel doesn't support entangled BBCode tags. For " +"example, instead of using [code][b]bold[i]bold italic[/b]italic[/i][/code], " +"use [code][b]bold[i]bold italic[/i][/b][i]italic[/i][/code].\n" +"[b]Note:[/b] [code]push_*/pop[/code] functions won't affect BBCode.\n" +"[b]Note:[/b] Unlike [Label], RichTextLabel doesn't have a [i]property[/i] to " +"horizontally align text to the center. Instead, enable [member " +"bbcode_enabled] and surround the text in a [code][center][/code] tag as " +"follows: [code][center]Example[/center][/code]. There is currently no built-" +"in way to vertically align text either, but this can be emulated by relying " +"on anchors/containers and the [member fit_content_height] property.\n" +"[b]Note:[/b] Unicode characters after [code]0xffff[/code] (such as most " +"emoji) are [i]not[/i] supported on Windows. They will display as unknown " +"characters instead. This will be resolved in Godot 4.0." +msgstr "" + +#: doc/classes/RichTextLabel.xml:16 +msgid "https://godotengine.org/asset-library/asset/132" +msgstr "" + +#: doc/classes/RichTextLabel.xml:26 +msgid "" +"Adds an image's opening and closing tags to the tag stack, optionally " +"providing a [code]width[/code] and [code]height[/code] to resize the image.\n" +"If [code]width[/code] or [code]height[/code] is set to 0, the image size " +"will be adjusted in order to keep the original aspect ratio." +msgstr "" + +#: doc/classes/RichTextLabel.xml:34 +msgid "Adds raw non-BBCode-parsed text to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:41 +msgid "" +"Parses [code]bbcode[/code] and adds tags to the tag stack as needed. Returns " +"the result of the parsing, [constant OK] if successful.\n" +"[b]Note:[/b] Using this method, you can't close a tag that was opened in a " +"previous [method append_bbcode] call. This is done to improve performance, " +"especially when updating large RichTextLabels since rebuilding the whole " +"BBCode every time would be slower. If you absolutely need to close a tag in " +"a future method call, append the [member bbcode_text] instead of using " +"[method append_bbcode]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:48 +msgid "Clears the tag stack and sets [member bbcode_text] to an empty string." +msgstr "" + +#: doc/classes/RichTextLabel.xml:54 +msgid "Returns the height of the content." +msgstr "" + +#: doc/classes/RichTextLabel.xml:60 +msgid "" +"Returns the total number of newlines in the tag stack's text tags. Considers " +"wrapped text as one line." +msgstr "" + +#: doc/classes/RichTextLabel.xml:66 +msgid "" +"Returns the total number of characters from text tags. Does not include " +"BBCodes." +msgstr "" + +#: doc/classes/RichTextLabel.xml:72 +msgid "" +"Returns the vertical scrollbar.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/RichTextLabel.xml:79 +msgid "Returns the number of visible lines." +msgstr "" + +#: doc/classes/RichTextLabel.xml:86 +msgid "" +"Installs a custom effect. [code]effect[/code] should be a valid " +"[RichTextEffect]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:92 +msgid "Adds a newline tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:99 +msgid "" +"The assignment version of [method append_bbcode]. Clears the tag stack and " +"inserts the new content. Returns [constant OK] if parses [code]bbcode[/code] " +"successfully." +msgstr "" + +#: doc/classes/RichTextLabel.xml:106 +msgid "Parses BBCode parameter [code]expressions[/code] into a dictionary." +msgstr "" + +#: doc/classes/RichTextLabel.xml:112 +msgid "" +"Terminates the current tag. Use after [code]push_*[/code] methods to close " +"BBCodes manually. Does not need to follow [code]add_*[/code] methods." +msgstr "" + +#: doc/classes/RichTextLabel.xml:119 +msgid "" +"Adds an [code][align][/code] tag based on the given [code]align[/code] " +"value. See [enum Align] for possible values." +msgstr "" + +#: doc/classes/RichTextLabel.xml:125 +msgid "" +"Adds a [code][font][/code] tag with a bold font to the tag stack. This is " +"the same as adding a [code][b][/code] tag if not currently in a [code][i][/" +"code] tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:131 +msgid "" +"Adds a [code][font][/code] tag with a bold italics font to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:137 +msgid "" +"Adds a [code][cell][/code] tag to the tag stack. Must be inside a [code]" +"[table][/code] tag. See [method push_table] for details." +msgstr "" + +#: doc/classes/RichTextLabel.xml:144 +msgid "Adds a [code][color][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:151 +msgid "" +"Adds a [code][font][/code] tag to the tag stack. Overrides default fonts for " +"its duration." +msgstr "" + +#: doc/classes/RichTextLabel.xml:158 +msgid "" +"Adds an [code][indent][/code] tag to the tag stack. Multiplies [code]level[/" +"code] by current [member tab_size] to determine new margin length." +msgstr "" + +#: doc/classes/RichTextLabel.xml:164 +msgid "" +"Adds a [code][font][/code] tag with a italics font to the tag stack. This is " +"the same as adding a [code][i][/code] tag if not currently in a [code][b][/" +"code] tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:171 +msgid "" +"Adds a [code][list][/code] tag to the tag stack. Similar to the BBCodes " +"[code][ol][/code] or [code][ul][/code], but supports more list types. Not " +"fully implemented!" +msgstr "" + +#: doc/classes/RichTextLabel.xml:178 +msgid "" +"Adds a [code][meta][/code] tag to the tag stack. Similar to the BBCode [code]" +"[url=something]{text}[/url][/code], but supports non-[String] metadata types." +msgstr "" + +#: doc/classes/RichTextLabel.xml:184 +msgid "Adds a [code][font][/code] tag with a monospace font to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:190 +msgid "Adds a [code][font][/code] tag with a normal font to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:196 +msgid "Adds a [code][s][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:203 +msgid "Adds a [code][table=columns][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:209 +msgid "Adds a [code][u][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:216 +msgid "" +"Removes a line of content from the label. Returns [code]true[/code] if the " +"line exists.\n" +"The [code]line[/code] argument is the index of the line to remove, it can " +"take values in the interval [code][0, get_line_count() - 1][/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:224 +msgid "Scrolls the window's top line to match [code]line[/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:233 +msgid "" +"Edits the selected column's expansion options. If [code]expand[/code] is " +"[code]true[/code], the column expands in proportion to its expansion ratio " +"versus the other columns' ratios.\n" +"For example, 2 columns with ratios 3 and 4 plus 70 pixels in available width " +"would expand 30 and 40 pixels, respectively.\n" +"If [code]expand[/code] is [code]false[/code], the column will not contribute " +"to the total ratio." +msgstr "" + +#: doc/classes/RichTextLabel.xml:241 +msgid "" +"If [code]true[/code], the label uses BBCode formatting.\n" +"[b]Note:[/b] Trying to alter the [RichTextLabel]'s text with [method " +"add_text] will reset this to [code]false[/code]. Use instead [method " +"append_bbcode] to preserve BBCode formatting." +msgstr "" + +#: doc/classes/RichTextLabel.xml:245 +msgid "" +"The label's text in BBCode format. Is not representative of manual " +"modifications to the internal tag stack. Erases changes made by other " +"methods when edited.\n" +"[b]Note:[/b] It is unadvised to use the [code]+=[/code] operator with " +"[code]bbcode_text[/code] (e.g. [code]bbcode_text += \"some string\"[/code]) " +"as it replaces the whole text and can cause slowdowns. Use [method " +"append_bbcode] for adding text instead, unless you absolutely need to close " +"a tag that was opened in an earlier method call." +msgstr "" + +#: doc/classes/RichTextLabel.xml:249 +msgid "" +"The currently installed custom effects. This is an array of " +"[RichTextEffect]s.\n" +"To add a custom effect, it's more convenient to use [method install_effect]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:253 +msgid "" +"If [code]true[/code], the label's height will be automatically updated to " +"fit its content.\n" +"[b]Note:[/b] This property is used as a workaround to fix issues with " +"[RichTextLabel] in [Container]s, but it's unreliable in some cases and will " +"be removed in future versions." +msgstr "" + +#: doc/classes/RichTextLabel.xml:257 +msgid "" +"If [code]true[/code], the label underlines meta tags such as [code][url]" +"{text}[/url][/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:260 +msgid "If [code]true[/code], the label uses the custom font color." +msgstr "" + +#: doc/classes/RichTextLabel.xml:263 +msgid "" +"The range of characters to display, as a [float] between 0.0 and 1.0. When " +"assigned an out of range value, it's the same as assigning 1.0.\n" +"[b]Note:[/b] Setting this property updates [member visible_characters] based " +"on current [method get_total_character_count]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:268 +msgid "" +"If [code]true[/code], the scrollbar is visible. Setting this to [code]false[/" +"code] does not block scrolling completely. See [method scroll_to_line]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:271 +msgid "" +"If [code]true[/code], the window scrolls down to display new content " +"automatically." +msgstr "" + +#: doc/classes/RichTextLabel.xml:274 +msgid "If [code]true[/code], the label allows text selection." +msgstr "" + +#: doc/classes/RichTextLabel.xml:277 +msgid "" +"The number of spaces associated with a single tab length. Does not affect " +"[code]\\t[/code] in text tags, only indent tags." +msgstr "" + +#: doc/classes/RichTextLabel.xml:280 +msgid "" +"The raw text of the label.\n" +"When set, clears the tag stack and adds a raw text tag to the top of it. " +"Does not parse BBCodes. Does not modify [member bbcode_text]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:284 +msgid "" +"The restricted number of characters to display in the label. If [code]-1[/" +"code], all characters will be displayed.\n" +"[b]Note:[/b] Setting this property updates [member percent_visible] based on " +"current [method get_total_character_count]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:292 +msgid "" +"Triggered when the user clicks on content between meta tags. If the meta is " +"defined in text, e.g. [code][url={\"data\"=\"hi\"}]hi[/url][/code], then the " +"parameter for this signal will be a [String] type. If a particular type or " +"an object is desired, the [method push_meta] method must be used to manually " +"insert the data into the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:298 +msgid "Triggers when the mouse exits a meta tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:304 +msgid "Triggers when the mouse enters a meta tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:310 +msgid "Makes text left aligned." +msgstr "" + +#: doc/classes/RichTextLabel.xml:313 +msgid "Makes text centered." +msgstr "" + +#: doc/classes/RichTextLabel.xml:316 +msgid "Makes text right aligned." +msgstr "" + +#: doc/classes/RichTextLabel.xml:319 +msgid "Makes text fill width." +msgstr "" + +#: doc/classes/RichTextLabel.xml:322 +msgid "Each list item has a number marker." +msgstr "" + +#: doc/classes/RichTextLabel.xml:325 +msgid "Each list item has a letter marker." +msgstr "" + +#: doc/classes/RichTextLabel.xml:328 +msgid "Each list item has a filled circle marker." +msgstr "" + +#: doc/classes/RichTextLabel.xml:371 +msgid "The font used for bold text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:374 +msgid "The font used for bold italics text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:377 +msgid "The default text color." +msgstr "" + +#: doc/classes/RichTextLabel.xml:380 +msgid "The background The background used when the [RichTextLabel] is focused." +msgstr "" + +#: doc/classes/RichTextLabel.xml:383 +msgid "" +"The color of selected text, used when [member selection_enabled] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:386 +msgid "The color of the font's shadow." +msgstr "" + +#: doc/classes/RichTextLabel.xml:389 +msgid "The font used for italics text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:392 +msgid "The vertical space between lines." +msgstr "" + +#: doc/classes/RichTextLabel.xml:395 +msgid "The font used for monospace text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:398 +msgid "The normal background for the [RichTextLabel]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:401 +msgid "The default text font." +msgstr "" + +#: doc/classes/RichTextLabel.xml:404 +msgid "The color of the selection box." +msgstr "" + +#: doc/classes/RichTextLabel.xml:407 +msgid "" +"Boolean value. If 1 ([code]true[/code]), the shadow will be displayed around " +"the whole text as an outline." +msgstr "" + +#: doc/classes/RichTextLabel.xml:410 +msgid "The horizontal offset of the font's shadow." +msgstr "" + +#: doc/classes/RichTextLabel.xml:413 +msgid "The vertical offset of the font's shadow." +msgstr "" + +#: doc/classes/RichTextLabel.xml:416 +msgid "The horizontal separation of elements in a table." +msgstr "" + +#: doc/classes/RichTextLabel.xml:419 +msgid "The vertical separation of elements in a table." +msgstr "" + +#: doc/classes/RID.xml:4 +msgid "Handle for a [Resource]'s unique ID." +msgstr "" + +#: doc/classes/RID.xml:7 +msgid "" +"The RID type is used to access the unique integer ID of a resource. They are " +"opaque, which means they do not grant access to the associated resource by " +"themselves. They are used by and with the low-level Server classes such as " +"[VisualServer]." +msgstr "" + +#: doc/classes/RID.xml:16 +msgid "" +"Creates a new RID instance with the ID of a given resource. When not handed " +"a valid resource, silently stores the unused ID 0." +msgstr "" + +#: doc/classes/RID.xml:22 +msgid "Returns the ID of the referenced resource." +msgstr "" + +#: doc/classes/RigidBody.xml:4 +msgid "" +"Physics Body whose position is determined through physics simulation in 3D " +"space." +msgstr "" + +#: doc/classes/RigidBody.xml:7 +msgid "" +"This is the node that implements full 3D physics. This means that you do not " +"control a RigidBody directly. Instead, you can apply forces to it (gravity, " +"impulses, etc.), and the physics simulation will calculate the resulting " +"movement, collision, bouncing, rotating, etc.\n" +"A RigidBody has 4 behavior [member mode]s: Rigid, Static, Character, and " +"Kinematic.\n" +"[b]Note:[/b] Don't change a RigidBody's position every frame or very often. " +"Sporadic changes work fine, but physics runs at a different granularity " +"(fixed Hz) than usual rendering (process callback) and maybe even in a " +"separate thread, so changing this from a process loop may result in strange " +"behavior. If you need to directly affect the body's state, use [method " +"_integrate_forces], which allows you to directly access the physics state.\n" +"If you need to override the default physics behavior, you can write a custom " +"force integration function. See [member custom_integrator].\n" +"With Bullet physics (the default), the center of mass is the RigidBody3D " +"center. With GodotPhysics, the center of mass is the average of the " +"[CollisionShape] centers." +msgstr "" + +#: doc/classes/RigidBody.xml:23 +msgid "" +"Called during physics processing, allowing you to read and safely modify the " +"simulation state for the object. By default, it works in addition to the " +"usual physics behavior, but the [member custom_integrator] property allows " +"you to disable the default behavior and do fully custom force integration " +"for a body." +msgstr "" + +#: doc/classes/RigidBody.xml:30 +msgid "" +"Adds a constant directional force (i.e. acceleration) without affecting " +"rotation.\n" +"This is equivalent to [code]add_force(force, Vector3(0,0,0))[/code]." +msgstr "" + +#: doc/classes/RigidBody.xml:39 +msgid "" +"Adds a constant directional force (i.e. acceleration).\n" +"The position uses the rotation of the global coordinate system, but is " +"centered at the object's origin." +msgstr "" + +#: doc/classes/RigidBody.xml:47 +msgid "" +"Adds a constant rotational force (i.e. a motor) without affecting position." +msgstr "" + +#: doc/classes/RigidBody.xml:54 +msgid "" +"Applies a directional impulse without affecting rotation.\n" +"This is equivalent to [code]apply_impulse(Vector3(0,0,0), impulse)[/code]." +msgstr "" + +#: doc/classes/RigidBody.xml:63 +msgid "" +"Applies a positioned impulse to the body. An impulse is time independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason it should only be used when simulating one-time impacts. The " +"position uses the rotation of the global coordinate system, but is centered " +"at the object's origin." +msgstr "" + +#: doc/classes/RigidBody.xml:70 +msgid "" +"Applies a torque impulse which will be affected by the body mass and shape. " +"This will rotate the body around the [code]impulse[/code] vector passed." +msgstr "" + +#: doc/classes/RigidBody.xml:77 +msgid "" +"Returns [code]true[/code] if the specified linear or rotational axis is " +"locked." +msgstr "" + +#: doc/classes/RigidBody.xml:83 doc/classes/RigidBody2D.xml:73 +msgid "" +"Returns a list of the bodies colliding with this one. Requires [member " +"contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of collisions is updated once per frame and before the " +"physics step. Consider using signals instead." +msgstr "" + +#: doc/classes/RigidBody.xml:90 +msgid "" +"Returns the inverse inertia tensor basis. This is used to calculate the " +"angular acceleration resulting from a torque applied to the RigidBody." +msgstr "" + +#: doc/classes/RigidBody.xml:98 +msgid "Locks the specified linear or rotational axis." +msgstr "" + +#: doc/classes/RigidBody.xml:111 +msgid "" +"Damps RigidBody's rotational forces.\n" +"See [member ProjectSettings.physics/3d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/RigidBody.xml:115 +msgid "RigidBody's rotational velocity." +msgstr "" + +#: doc/classes/RigidBody.xml:118 +msgid "Lock the body's rotation in the X axis." +msgstr "" + +#: doc/classes/RigidBody.xml:121 +msgid "Lock the body's rotation in the Y axis." +msgstr "" + +#: doc/classes/RigidBody.xml:124 +msgid "Lock the body's rotation in the Z axis." +msgstr "" + +#: doc/classes/RigidBody.xml:127 +msgid "Lock the body's movement in the X axis." +msgstr "" + +#: doc/classes/RigidBody.xml:130 +msgid "Lock the body's movement in the Y axis." +msgstr "" + +#: doc/classes/RigidBody.xml:133 +msgid "Lock the body's movement in the Z axis." +msgstr "" + +#: doc/classes/RigidBody.xml:136 doc/classes/RigidBody2D.xml:110 +#: doc/classes/StaticBody.xml:19 doc/classes/StaticBody2D.xml:16 +msgid "" +"The body's bounciness. Values range from [code]0[/code] (no bounce) to " +"[code]1[/code] (full bounciness).\n" +"Deprecated, use [member PhysicsMaterial.bounce] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/RigidBody.xml:140 +msgid "" +"If [code]true[/code], the body can enter sleep mode when there is no " +"movement. See [member sleeping].\n" +"[b]Note:[/b] A RigidBody3D will never enter sleep mode automatically if its " +"[member mode] is [constant MODE_CHARACTER]. It can still be put to sleep " +"manually by setting its [member sleeping] property to [code]true[/code]." +msgstr "" + +#: doc/classes/RigidBody.xml:144 +msgid "" +"If [code]true[/code], the RigidBody will emit signals when it collides with " +"another RigidBody. See also [member contacts_reported]." +msgstr "" + +#: doc/classes/RigidBody.xml:147 +msgid "" +"The maximum number of contacts that will be recorded. Requires [member " +"contact_monitor] to be set to [code]true[/code].\n" +"[b]Note:[/b] The number of contacts is different from the number of " +"collisions. Collisions between parallel edges will result in two contacts " +"(one at each end), and collisions between parallel faces will result in four " +"contacts (one at each corner)." +msgstr "" + +#: doc/classes/RigidBody.xml:151 +msgid "" +"If [code]true[/code], continuous collision detection is used.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided. " +"Continuous collision detection is more precise, and misses fewer impacts by " +"small, fast-moving objects. Not using continuous collision detection is " +"faster to compute, but can miss small, fast-moving objects." +msgstr "" + +#: doc/classes/RigidBody.xml:155 +msgid "" +"If [code]true[/code], internal force integration will be disabled (like " +"gravity or air friction) for this body. Other than collision response, the " +"body will only move as determined by the [method _integrate_forces] " +"function, if defined." +msgstr "" + +#: doc/classes/RigidBody.xml:158 +msgid "" +"The body's friction, from 0 (frictionless) to 1 (max friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/RigidBody.xml:162 +msgid "" +"This is multiplied by the global 3D gravity setting found in [b]Project > " +"Project Settings > Physics > 3d[/b] to produce RigidBody's gravity. For " +"example, a value of 1 will be normal gravity, 2 will apply double gravity, " +"and 0.5 will apply half gravity to this object." +msgstr "" + +#: doc/classes/RigidBody.xml:165 +msgid "" +"The body's linear damp. Cannot be less than -1.0. If this value is different " +"from -1.0, any linear damp derived from the world or areas will be " +"overridden.\n" +"See [member ProjectSettings.physics/3d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/RigidBody.xml:169 +msgid "" +"The body's linear velocity. Can be used sporadically, but [b]don't set this " +"every frame[/b], because physics may run in another thread and runs at a " +"different granularity. Use [method _integrate_forces] as your process loop " +"for precise control of the body state." +msgstr "" + +#: doc/classes/RigidBody.xml:172 doc/classes/RigidBody2D.xml:149 +msgid "The body's mass." +msgstr "" + +#: doc/classes/RigidBody.xml:175 +msgid "The body mode. See [enum Mode] for possible values." +msgstr "" + +#: doc/classes/RigidBody.xml:178 doc/classes/RigidBody2D.xml:155 +#: doc/classes/StaticBody.xml:33 doc/classes/StaticBody2D.xml:30 +msgid "" +"The physics material override for the body.\n" +"If a material is assigned to this property, it will be used instead of any " +"other physics material, such as an inherited one." +msgstr "" + +#: doc/classes/RigidBody.xml:182 doc/classes/RigidBody2D.xml:159 +msgid "" +"If [code]true[/code], the body will not move and will not calculate forces " +"until woken up by another body through, for example, a collision, or by " +"using the [method apply_impulse] or [method add_force] methods." +msgstr "" + +#: doc/classes/RigidBody.xml:185 +msgid "" +"The body's weight based on its mass and the global 3D gravity. Global values " +"are set in [b]Project > Project Settings > Physics > 3d[/b]." +msgstr "" + +#: doc/classes/RigidBody.xml:192 +msgid "" +"Emitted when a collision with another [PhysicsBody] or [GridMap] occurs. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/RigidBody.xml:199 +msgid "" +"Emitted when the collision with another [PhysicsBody] or [GridMap] ends. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/RigidBody.xml:209 +msgid "" +"Emitted when one of this RigidBody's [Shape]s collides with another " +"[PhysicsBody] or [GridMap]'s [Shape]s. Requires [member contact_monitor] to " +"be set to [code]true[/code] and [member contacts_reported] to be set high " +"enough to detect all the collisions. [GridMap]s are detected if the " +"[MeshLibrary] has Collision [Shape]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody] or " +"[MeshLibrary]'s [CollisionObject] used by the [PhysicsServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap].\n" +"[code]body_shape_index[/code] the index of the [Shape] of the other " +"[PhysicsBody] or [GridMap] used by the [PhysicsServer]. Get the " +"[CollisionShape] node with [code]body.shape_owner_get_owner(body_shape_index)" +"[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this RigidBody " +"used by the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code].\n" +"[b]Note:[/b] Bullet physics cannot identify the shape index when using a " +"[ConcavePolygonShape]. Don't use multiple [CollisionShape]s when using a " +"[ConcavePolygonShape] with Bullet physics if you need shape indices." +msgstr "" + +#: doc/classes/RigidBody.xml:223 +msgid "" +"Emitted when the collision between one of this RigidBody's [Shape]s and " +"another [PhysicsBody] or [GridMap]'s [Shape]s ends. Requires [member " +"contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody] or " +"[MeshLibrary]'s [CollisionObject] used by the [PhysicsServer]. [GridMap]s " +"are detected if the Meshes have [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap].\n" +"[code]body_shape_index[/code] the index of the [Shape] of the other " +"[PhysicsBody] or [GridMap] used by the [PhysicsServer]. Get the " +"[CollisionShape] node with [code]body.shape_owner_get_owner(body_shape_index)" +"[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this RigidBody " +"used by the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code].\n" +"[b]Note:[/b] Bullet physics cannot identify the shape index when using a " +"[ConcavePolygonShape]. Don't use multiple [CollisionShape]s when using a " +"[ConcavePolygonShape] with Bullet physics if you need shape indices." +msgstr "" + +#: doc/classes/RigidBody.xml:233 doc/classes/RigidBody2D.xml:208 +msgid "" +"Emitted when the physics engine changes the body's sleeping state.\n" +"[b]Note:[/b] Changing the value [member sleeping] will not trigger this " +"signal. It is only emitted if the sleeping state is changed by the physics " +"engine or [code]emit_signal(\"sleeping_state_changed\")[/code] is used." +msgstr "" + +#: doc/classes/RigidBody.xml:240 +msgid "" +"Rigid body mode. This is the \"natural\" state of a rigid body. It is " +"affected by forces, and can move, rotate, and be affected by user code." +msgstr "" + +#: doc/classes/RigidBody.xml:243 +msgid "" +"Static mode. The body behaves like a [StaticBody], and can only move by user " +"code." +msgstr "" + +#: doc/classes/RigidBody.xml:246 +msgid "" +"Character body mode. This behaves like a rigid body, but can not rotate." +msgstr "" + +#: doc/classes/RigidBody.xml:249 +msgid "" +"Kinematic body mode. The body behaves like a [KinematicBody], and can only " +"move by user code." +msgstr "" + +#: doc/classes/RigidBody2D.xml:4 +msgid "A body that is controlled by the 2D physics engine." +msgstr "" + +#: doc/classes/RigidBody2D.xml:7 +msgid "" +"This node implements simulated 2D physics. You do not control a RigidBody2D " +"directly. Instead, you apply forces to it (gravity, impulses, etc.) and the " +"physics simulation calculates the resulting movement based on its mass, " +"friction, and other physical properties.\n" +"A RigidBody2D has 4 behavior [member mode]s: Rigid, Static, Character, and " +"Kinematic.\n" +"[b]Note:[/b] You should not change a RigidBody2D's [code]position[/code] or " +"[code]linear_velocity[/code] every frame or even very often. If you need to " +"directly affect the body's state, use [method _integrate_forces], which " +"allows you to directly access the physics state.\n" +"Please also keep in mind that physics bodies manage their own transform " +"which overwrites the ones you set. So any direct or indirect transformation " +"(including scaling of the node or its parent) will be visible in the editor " +"only, and immediately reset at runtime.\n" +"If you need to override the default physics behavior or add a transformation " +"at runtime, you can write a custom force integration. See [member " +"custom_integrator].\n" +"The center of mass is always located at the node's origin without taking " +"into account the [CollisionShape2D] centroid offsets." +msgstr "" + +#: doc/classes/RigidBody2D.xml:15 +msgid "https://godotengine.org/asset-library/asset/119" +msgstr "" + +#: doc/classes/RigidBody2D.xml:16 doc/classes/Sprite.xml:10 +msgid "https://godotengine.org/asset-library/asset/148" +msgstr "" + +#: doc/classes/RigidBody2D.xml:23 +msgid "" +"Allows you to read and safely modify the simulation state for the object. " +"Use this instead of [method Node._physics_process] if you need to directly " +"change the body's [code]position[/code] or other physics properties. By " +"default, it works in addition to the usual physics behavior, but [member " +"custom_integrator] allows you to disable the default behavior and write " +"custom force integration for a body." +msgstr "" + +#: doc/classes/RigidBody2D.xml:60 +msgid "" +"Applies a positioned impulse to the body. An impulse is time-independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason it should only be used when simulating one-time impacts (use " +"the \"_force\" functions otherwise). The position uses the rotation of the " +"global coordinate system, but is centered at the object's origin." +msgstr "" + +#: doc/classes/RigidBody2D.xml:81 +msgid "" +"Sets the body's velocity on the given axis. The velocity in the given vector " +"axis will be set as the given vector length. This is useful for jumping " +"behavior." +msgstr "" + +#: doc/classes/RigidBody2D.xml:91 +msgid "" +"Returns [code]true[/code] if a collision would result from moving in the " +"given vector. [code]margin[/code] increases the size of the shapes involved " +"in the collision detection, and [code]result[/code] is an object of type " +"[Physics2DTestMotionResult], which contains additional information about the " +"collision (should there be one)." +msgstr "" + +#: doc/classes/RigidBody2D.xml:97 +msgid "" +"Damps the body's [member angular_velocity]. If [code]-1[/code], the body " +"will use the [b]Default Angular Damp[/b] defined in [b]Project > Project " +"Settings > Physics > 2d[/b].\n" +"See [member ProjectSettings.physics/2d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/RigidBody2D.xml:104 +msgid "The body's total applied force." +msgstr "" + +#: doc/classes/RigidBody2D.xml:107 +msgid "The body's total applied torque." +msgstr "" + +#: doc/classes/RigidBody2D.xml:114 +msgid "" +"If [code]true[/code], the body can enter sleep mode when there is no " +"movement. See [member sleeping].\n" +"[b]Note:[/b] A RigidBody2D will never enter sleep mode automatically if its " +"[member mode] is [constant MODE_CHARACTER]. It can still be put to sleep " +"manually by setting its [member sleeping] property to [code]true[/code]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:118 +msgid "" +"If [code]true[/code], the body will emit signals when it collides with " +"another RigidBody2D. See also [member contacts_reported]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:121 +msgid "" +"The maximum number of contacts that will be recorded. Requires [member " +"contact_monitor] to be set to [code]true[/code].\n" +"[b]Note:[/b] The number of contacts is different from the number of " +"collisions. Collisions between parallel edges will result in two contacts " +"(one at each end)." +msgstr "" + +#: doc/classes/RigidBody2D.xml:125 +msgid "" +"Continuous collision detection mode.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide instead of moving it and correcting its movement after collision. " +"Continuous collision detection is slower, but more precise and misses fewer " +"collisions with small, fast-moving objects. Raycasting and shapecasting " +"methods are available. See [enum CCDMode] for details." +msgstr "" + +#: doc/classes/RigidBody2D.xml:129 +msgid "" +"If [code]true[/code], internal force integration is disabled for this body. " +"Aside from collision response, the body will only move as determined by the " +"[method _integrate_forces] function." +msgstr "" + +#: doc/classes/RigidBody2D.xml:132 +msgid "" +"The body's friction. Values range from [code]0[/code] (frictionless) to " +"[code]1[/code] (maximum friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:136 +msgid "" +"Multiplies the gravity applied to the body. The body's gravity is calculated " +"from the [b]Default Gravity[/b] value in [b]Project > Project Settings > " +"Physics > 2d[/b] and/or any additional gravity vector applied by [Area2D]s." +msgstr "" + +#: doc/classes/RigidBody2D.xml:139 +msgid "" +"The body's moment of inertia. This is like mass, but for rotation: it " +"determines how much torque it takes to rotate the body. The moment of " +"inertia is usually computed automatically from the mass and the shapes, but " +"this function allows you to set a custom value. Set 0 inertia to return to " +"automatically computing it." +msgstr "" + +#: doc/classes/RigidBody2D.xml:142 +msgid "" +"Damps the body's [member linear_velocity]. If [code]-1[/code], the body will " +"use the [b]Default Linear Damp[/b] in [b]Project > Project Settings > " +"Physics > 2d[/b].\n" +"See [member ProjectSettings.physics/2d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/RigidBody2D.xml:152 +msgid "The body's mode. See [enum Mode] for possible values." +msgstr "" + +#: doc/classes/RigidBody2D.xml:162 +msgid "" +"The body's weight based on its mass and the [b]Default Gravity[/b] value in " +"[b]Project > Project Settings > Physics > 2d[/b]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:169 +msgid "" +"Emitted when a collision with another [PhysicsBody2D] or [TileMap] occurs. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[TileMap]s are detected if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:176 +msgid "" +"Emitted when the collision with another [PhysicsBody2D] or [TileMap] ends. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[TileMap]s are detected if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:186 +msgid "" +"Emitted when one of this RigidBody2D's [Shape2D]s collides with another " +"[PhysicsBody2D] or [TileMap]'s [Shape2D]s. Requires [member contact_monitor] " +"to be set to [code]true[/code] and [member contacts_reported] to be set high " +"enough to detect all the collisions. [TileMap]s are detected if the " +"[TileSet] has Collision [Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the other " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this " +"RigidBody2D used by the [Physics2DServer]. Get the [CollisionShape2D] node " +"with [code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:199 +msgid "" +"Emitted when the collision between one of this RigidBody2D's [Shape2D]s and " +"another [PhysicsBody2D] or [TileMap]'s [Shape2D]s ends. Requires [member " +"contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[TileMap]s are detected if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the other " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this " +"RigidBody2D used by the [Physics2DServer]. Get the [CollisionShape2D] node " +"with [code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:215 +msgid "" +"Rigid mode. The body behaves as a physical object. It collides with other " +"bodies and responds to forces applied to it. This is the default mode." +msgstr "" + +#: doc/classes/RigidBody2D.xml:218 +msgid "Static mode. The body behaves like a [StaticBody2D] and does not move." +msgstr "" + +#: doc/classes/RigidBody2D.xml:221 +msgid "" +"Character mode. Similar to [constant MODE_RIGID], but the body can not " +"rotate." +msgstr "" + +#: doc/classes/RigidBody2D.xml:224 +msgid "" +"Kinematic mode. The body behaves like a [KinematicBody2D], and must be moved " +"by code." +msgstr "" + +#: doc/classes/RigidBody2D.xml:227 +msgid "" +"Continuous collision detection disabled. This is the fastest way to detect " +"body collisions, but can miss small, fast-moving objects." +msgstr "" + +#: doc/classes/RigidBody2D.xml:230 +msgid "" +"Continuous collision detection enabled using raycasting. This is faster than " +"shapecasting but less precise." +msgstr "" + +#: doc/classes/RigidBody2D.xml:233 +msgid "" +"Continuous collision detection enabled using shapecasting. This is the " +"slowest CCD method and the most precise." +msgstr "" + +#: doc/classes/Room.xml:4 +msgid "Room node, used to group objects together locally for [Portal] culling." +msgstr "" + +#: doc/classes/Room.xml:7 +msgid "" +"The [Portal] culling system requires levels to be built using objects " +"grouped together by location in areas called [Room]s. In many cases these " +"will correspond to actual rooms in buildings, but not necessarily (a canyon " +"area may be treated as a room).\n" +"Any [VisualInstance] that is a child or grandchild of a [Room] will be " +"assigned to that room, if the [code]portal_mode[/code] of that " +"[VisualInstance] is set to [code]STATIC[/code] (does not move) or " +"[code]DYNAMIC[/code] (moves only within the room).\n" +"Internally the room boundary must form a [b]convex hull[/b], and by default " +"this is determined automatically by the geometry of the objects you place " +"within the room.\n" +"You can alternatively precisely specify a [b]manual bound[/b]. If you place " +"a [MeshInstance] with a name prefixed by [code]Bound_[/code], it will turn " +"off the bound generation from geometry, and instead use the vertices of this " +"MeshInstance to directly calculate a convex hull during the conversion stage " +"(see [RoomManager]).\n" +"In order to see from one room into an adjacent room, [Portal]s must be " +"placed over non-occluded openings between rooms. These will often be placed " +"over doors and windows." +msgstr "" + +#: doc/classes/Room.xml:27 +msgid "" +"If [code]points[/code] are set, the [Room] bounding convex hull will be " +"built from these points. If no points are set, the room bound will either be " +"derived from a manual bound ([MeshInstance] with name prefix [code]Bound_[/" +"code]), or from the geometry within the room.\n" +"Note that you can use the [code]Generate Points[/code] editor button to get " +"started. This will use either the geometry or manual bound to generate the " +"room hull, and save the resulting points, allowing you to edit them to " +"further refine the bound." +msgstr "" + +#: doc/classes/Room.xml:31 +msgid "" +"The [code]simplify[/code] value determines to what degree room hulls " +"(bounds) are simplified, by removing similar planes. A value of 0 gives no " +"simplification, 1 gives maximum simplification." +msgstr "" + +#: doc/classes/Room.xml:34 +msgid "" +"The room hull simplification can either use the default value set in the " +"[RoomManager], or override this and use the per room setting." +msgstr "" + +#: doc/classes/RoomGroup.xml:4 +msgid "Groups [Room]s together to allow common functionality." +msgstr "" + +#: doc/classes/RoomGroup.xml:7 +msgid "" +"Although [Room] behaviour can be specified individually, sometimes it is " +"faster and more convenient to write functionality for a group of rooms.\n" +"[RoomGroup]s should be placed as children of the [b]room list[/b] (the " +"parent [Node] of your [Room]s), and [Room]s should be placed in turn as " +"children of a [RoomGroup] in order to assign them to the RoomGroup.\n" +"A [RoomGroup] can for example be used to specify [Room]s that are " +"[b]outside[/b], and switch on or off a directional light, sky, or rain " +"effect as the player enters / exits the area.\n" +"[RoomGroup]s receive [b]gameplay callbacks[/b] when the " +"[code]gameplay_monitor[/code] is switched on, as [code]signal[/code]s or " +"[code]notification[/code]s as they enter and exit the [b]gameplay area[/b] " +"(see [RoomManager] for details)." +msgstr "" + +#: doc/classes/RoomGroup.xml:18 +msgid "" +"This priority will be applied to [Room]s within the group. The [Room] " +"priority allows the use of [b]internal rooms[/b], rooms [i]within[/i] " +"another room or rooms.\n" +"When the [Camera] is within more than one room (regular and internal), the " +"higher priority room will take precedence. So with for example, a house " +"inside a terrain 'room', you would make the house higher priority, so that " +"when the camera is within the house, the house is used as the source room, " +"but outside the house, the terrain room would be used instead." +msgstr "" + +#: doc/classes/RoomManager.xml:4 +msgid "The RoomManager node is used to control the portal culling system." +msgstr "" + +#: doc/classes/RoomManager.xml:7 +msgid "" +"In order to utilize the portal occlusion culling system, you must build your " +"level using [Room]s and [Portal]s. Before these can be used at runtime, they " +"must undergo a short conversion process to build the [code]room graph[/" +"code], runtime data needed for portal culling. The [code]room graph[/code] " +"is controlled by the [RoomManager] node, and the [RoomManager] also contains " +"settings that are common throughout the portal system." +msgstr "" + +#: doc/classes/RoomManager.xml:15 +msgid "" +"This function clears all converted data from the [b]room graph[/b]. Use this " +"before unloading a level, when transitioning from level to level, or " +"returning to a main menu." +msgstr "" + +#: doc/classes/RoomManager.xml:21 +msgid "" +"This is the most important function in the whole portal culling system. " +"Without it, the system cannot function.\n" +"First it goes through every [Room] that is a child of the [code]room list[/" +"code] node (and [RoomGroup]s within) and converts and adds it to the " +"[code]room graph[/code].\n" +"This works for both [Room] nodes, and [Spatial] nodes that follow a special " +"naming convention. They should begin with the prefix [i]'Room_'[/i], " +"followed by the name you wish to give the room, e.g. [i]'Room_lounge'[/i]. " +"This will automatically convert such [Spatial]s to [Room] nodes for you. " +"This is useful if you want to build you entire room system in e.g. Blender, " +"and reimport multiple times as you work on the level.\n" +"The conversion will try to assign [VisualInstance]s that are children and " +"grandchildren of the [Room] to the room. These should be given a suitable " +"[code]portal mode[/code] (see the [CullInstance] documentation). The default " +"[code]portal mode[/code] is [code]STATIC[/code] - objects which are not " +"expected to move while the level is played, which will typically be most " +"objects.\n" +"The conversion will usually use the geometry of these [VisualInstance]s (and " +"the [Portal]s) to calculate a convex hull bound for the room. These bounds " +"will be shown in the editor with a wireframe. Alternatively you can specify " +"a manual custom bound for any room, see the [Room] documentation.\n" +"By definition, [Camera]s within a room can see everything else within the " +"room (that is one advantage to using convex hulls). However, in order to see " +"from one room into adjacent rooms, you must place [Portal]s, which represent " +"openings that the camera can see through, like windows and doors.\n" +"[Portal]s are really just specialized [MeshInstance]s. In fact you will " +"usually first create a portal by creating a [MeshInstance], especially a " +"[code]plane[/code] mesh instance. You would move the plane in the editor to " +"cover a window or doorway, with the front face pointing outward from the " +"room. To let the conversion process know you want this mesh to be a portal, " +"again we use a special naming convention. [MeshInstance]s to be converted to " +"a [Portal] should start with the prefix [i]'Portal_'[/i].\n" +"You now have a choice - you can leave the name as [i]'Portal_'[/i] and allow " +"the system to automatically detect the nearest [Room] to link. In most cases " +"this will work fine.\n" +"An alternative method is to specify the [Room] to link to manually, " +"appending a suffix to the portal name, which should be the name of the room " +"you intend to link to. For example [i]'Portal_lounge'[/i] will attempt to " +"link to the room named [i]'Room_lounge'[/i].\n" +"There is a special case here - Godot does not allow two nodes to share the " +"same name. What if you want to manually have more than one portal leading " +"into the same room? Surely they will need to both be called, e.g. " +"[i]'Portal_lounge'[/i]?\n" +"The solution is a wildcard character. After the room name, if you use the " +"character [i]'*'[/i], this character and anything following it will be " +"ignored. So you can use for example [i]'Portal_lounge*0'[/i], " +"[i]'Portal_lounge*1'[/i] etc.\n" +"Note that [Portal]s that have already been converted to [Portal] nodes " +"(rather than [MeshInstance]s) still need to follow the same naming " +"convention, as they will be relinked each time during conversion.\n" +"It is recommended that you only place objects in rooms that are desired to " +"stay within those rooms - i.e. [code]portal mode[/code]s [code]STATIC[/code] " +"or [code]DYNAMIC[/code] (not crossing portals). [code]GLOBAL[/code] and " +"[code]ROAMING[/code] objects are best placed in another part of the scene " +"tree, to avoid confusion. See [CullInstance] for a full description of " +"portal modes." +msgstr "" + +#: doc/classes/RoomManager.xml:39 +msgid "" +"Switches the portal culling system on and off.\n" +"It is important to note that when portal culling is active, it is " +"responsible for [b]all[/b] the 3d culling. Some editor functionality may be " +"more difficult to use, so switching the active flag is intended to be used " +"to make sure your [Room] / [Portal] layout works within the editor.\n" +"Switching to [code]active[/code] will have no effect when the [code]room " +"graph[/code] is unloaded (the rooms have not yet been converted)." +msgstr "" + +#: doc/classes/RoomManager.xml:44 +msgid "" +"Large objects can 'sprawl' over (be present in) more than one room. It can " +"be useful to visualize which objects are sprawling outside the current " +"room.\n" +"Toggling this setting turns this debug view on and off." +msgstr "" + +#: doc/classes/RoomManager.xml:48 +msgid "" +"Usually we don't want objects that only [b]just[/b] cross a boundary into an " +"adjacent [Room] to sprawl into that room. To prevent this, each [Portal] has " +"an extra margin, or tolerance zone where objects can enter without sprawling " +"to a neighbouring room.\n" +"In most cases you can set this here for all portals. It is possible to " +"override the margin for each portal." +msgstr "" + +#: doc/classes/RoomManager.xml:52 +msgid "" +"When using a partial or full PVS, the gameplay monitor allows you to receive " +"callbacks when roaming objects or rooms enter or exit the [b]gameplay area[/" +"b]. The gameplay area is defined as either the primary, or secondary PVS.\n" +"These callbacks allow you to, for example, reduce processing for objects " +"that are far from the player, or turn on and off AI.\n" +"You can either choose to receive callbacks as notifications through the " +"[code]_notification[/code] function, or as signals.\n" +"[code]NOTIFICATION_ENTER_GAMEPLAY[/code]\n" +"[code]NOTIFICATION_EXIT_GAMEPLAY[/code]\n" +"Signals: [code]\"gameplay_entered\"[/code], [code]\"gameplay_exited\"[/code]" +msgstr "" + +#: doc/classes/RoomManager.xml:60 +msgid "" +"If enabled, the system will attempt to merge similar meshes (particularly in " +"terms of materials) within [Room]s during conversion. This can significantly " +"reduce the number of drawcalls and state changes required during rendering, " +"albeit at a cost of reduced culling granularity.\n" +"[b]Note:[/b] This operates at runtime during the conversion process, and " +"will only operate on exported or running projects, in order to prevent " +"accidental alteration to the scene and loss of data." +msgstr "" + +#: doc/classes/RoomManager.xml:64 +msgid "" +"When converting rooms, the editor will warn you if overlap is detected " +"between rooms. Overlap can interfere with determining the room that cameras " +"and objects are within. A small amount can be acceptable, depending on your " +"level. Here you can alter the threshold at which the editor warning appears. " +"There are no other side effects." +msgstr "" + +#: doc/classes/RoomManager.xml:67 +msgid "" +"Portal rendering is recursive - each time a portal is seen through an " +"earlier portal there is some cost. For this reason, and to prevent the " +"possibility of infinite loops, this setting provides a hard limit on the " +"recursion depth.\n" +"[b]Note:[/b] This value is unused when using [code]Full[/code] PVS mode." +msgstr "" + +#: doc/classes/RoomManager.xml:71 +msgid "" +"Portal culling normally operates using the current [Camera] / [Camera]s, " +"however for debugging purposes within the editor, you can use this setting " +"to override this behaviour and force it to use a particular camera to get a " +"better idea of what the occlusion culling is doing." +msgstr "" + +#: doc/classes/RoomManager.xml:75 +msgid "" +"Optionally during conversion the potentially visible set (PVS) of rooms that " +"are potentially visible from each room can be calculated. This can be used " +"either to aid in dynamic portal culling, or to totally replace portal " +"culling.\n" +"In [code]Full[/code] PVS Mode, all objects within the potentially visible " +"rooms will be frustum culled, and rendered if they are within the view " +"frustum." +msgstr "" + +#: doc/classes/RoomManager.xml:79 +msgid "" +"During the conversion process, the geometry of objects within [Room]s, or a " +"custom specified manual bound, are used to generate a [b]convex hull bound[/" +"b].\n" +"This convex hull is [b]required[/b] in the visibility system, and is used " +"for many purposes. Most importantly, it is used to decide whether the " +"[Camera] (or an object) is within a [Room]. The convex hull generating " +"algorithm is good, but occasionally it can create too many (or too few) " +"planes to give a good representation of the room volume.\n" +"The [code]room_simplify[/code] value can be used to gain fine control over " +"this process. It determines how similar planes can be for them to be " +"considered the same (and duplicates removed). The value can be set between 0 " +"(no simplification) and 1 (maximum simplification).\n" +"The value set here is the default for all rooms, but individual rooms can " +"override this value if desired.\n" +"The room convex hulls are shown as a wireframe in the editor." +msgstr "" + +#: doc/classes/RoomManager.xml:86 +msgid "" +"For the [Room] conversion process to succeed, you must point the " +"[RoomManager] to the parent [Node] of your [Room]s and [RoomGroup]s, which " +"we refer to as the [code]roomlist[/code] (the roomlist is not a special node " +"type, it is normally just a [Spatial])." +msgstr "" + +#: doc/classes/RoomManager.xml:89 +msgid "Shows the [Portal] margins when the portal gizmo is used in the editor." +msgstr "" + +#: doc/classes/RoomManager.xml:92 +msgid "" +"When receiving gameplay callbacks when objects enter and exit gameplay, the " +"[b]gameplay area[/b] can be defined by either the primary PVS (potentially " +"visible set) of [Room]s, or the secondary PVS (the primary PVS and their " +"neighbouring [Room]s).\n" +"Sometimes using the larger gameplay area of the secondary PVS may be " +"preferable." +msgstr "" + +#: doc/classes/RoomManager.xml:98 +msgid "" +"Use only [Portal]s at runtime to determine visibility. PVS will not be " +"generated at [Room]s conversion, and gameplay notifications cannot be used." +msgstr "" + +#: doc/classes/RoomManager.xml:101 +msgid "" +"Use a combination of PVS and [Portal]s to determine visibility (this is " +"usually fastest and most accurate)." +msgstr "" + +#: doc/classes/RoomManager.xml:104 +msgid "" +"Use only the PVS (potentially visible set) of [Room]s to determine " +"visibility." +msgstr "" + +#: doc/classes/RootMotionView.xml:4 +msgid "Editor-only helper for setting up root motion in [AnimationTree]." +msgstr "" + +#: doc/classes/RootMotionView.xml:7 +msgid "" +"[i]Root motion[/i] refers to an animation technique where a mesh's skeleton " +"is used to give impulse to a character. When working with 3D animations, a " +"popular technique is for animators to use the root skeleton bone to give " +"motion to the rest of the skeleton. This allows animating characters in a " +"way where steps actually match the floor below. It also allows precise " +"interaction with objects during cinematics. See also [AnimationTree].\n" +"[b]Note:[/b] [RootMotionView] is only visible in the editor. It will be " +"hidden automatically in the running project, and will also be converted to a " +"plain [Node] in the running project. This means a script attached to a " +"[RootMotionView] node [i]must[/i] have [code]extends Node[/code] instead of " +"[code]extends RootMotionView[/code]. Additionally, it must not be a " +"[code]@tool[/code] script." +msgstr "" + +#: doc/classes/RootMotionView.xml:11 +msgid "" +"https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree." +"html#root-motion" +msgstr "" + +#: doc/classes/RootMotionView.xml:17 +msgid "Path to an [AnimationTree] node to use as a basis for root motion." +msgstr "" + +#: doc/classes/RootMotionView.xml:20 +msgid "The grid's cell size in 3D units." +msgstr "" + +#: doc/classes/RootMotionView.xml:23 +msgid "The grid's color." +msgstr "" + +#: doc/classes/RootMotionView.xml:26 +msgid "" +"The grid's radius in 3D units. The grid's opacity will fade gradually as the " +"distance from the origin increases until this [member radius] is reached." +msgstr "" + +#: doc/classes/RootMotionView.xml:29 +msgid "" +"If [code]true[/code], the grid's points will all be on the same Y coordinate " +"([i]local[/i] Y = 0). If [code]false[/code], the points' original Y " +"coordinate is preserved." +msgstr "" + +#: doc/classes/SceneState.xml:4 +msgid "A script interface to a scene file's data." +msgstr "" + +#: doc/classes/SceneState.xml:7 +msgid "" +"Maintains a list of resources, nodes, exported, and overridden properties, " +"and built-in scripts associated with a scene.\n" +"This class cannot be instantiated directly, it is retrieved for a given " +"scene as the result of [method PackedScene.get_state]." +msgstr "" + +#: doc/classes/SceneState.xml:17 +msgid "" +"Returns the list of bound parameters for the signal at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:23 +msgid "" +"Returns the number of signal connections in the scene.\n" +"The [code]idx[/code] argument used to query connection metadata in other " +"[code]get_connection_*[/code] methods in the interval [code][0, " +"get_connection_count() - 1][/code]." +msgstr "" + +#: doc/classes/SceneState.xml:31 +msgid "" +"Returns the connection flags for the signal at [code]idx[/code]. See [enum " +"Object.ConnectFlags] constants." +msgstr "" + +#: doc/classes/SceneState.xml:38 +msgid "Returns the method connected to the signal at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:45 +msgid "Returns the name of the signal at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:52 +msgid "" +"Returns the path to the node that owns the signal at [code]idx[/code], " +"relative to the root node." +msgstr "" + +#: doc/classes/SceneState.xml:59 +msgid "" +"Returns the path to the node that owns the method connected to the signal at " +"[code]idx[/code], relative to the root node." +msgstr "" + +#: doc/classes/SceneState.xml:65 +msgid "" +"Returns the number of nodes in the scene.\n" +"The [code]idx[/code] argument used to query node data in other " +"[code]get_node_*[/code] methods in the interval [code][0, get_node_count() - " +"1][/code]." +msgstr "" + +#: doc/classes/SceneState.xml:73 +msgid "" +"Returns the list of group names associated with the node at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:80 +msgid "" +"Returns the node's index, which is its position relative to its siblings. " +"This is only relevant and saved in scenes for cases where new nodes are " +"added to an instanced or inherited scene among siblings from the base scene. " +"Despite the name, this index is not related to the [code]idx[/code] argument " +"used here and in other methods." +msgstr "" + +#: doc/classes/SceneState.xml:87 +msgid "" +"Returns a [PackedScene] for the node at [code]idx[/code] (i.e. the whole " +"branch starting at this node, with its child nodes and resources), or " +"[code]null[/code] if the node is not an instance." +msgstr "" + +#: doc/classes/SceneState.xml:94 +msgid "" +"Returns the path to the represented scene file if the node at [code]idx[/" +"code] is an [InstancePlaceholder]." +msgstr "" + +#: doc/classes/SceneState.xml:101 +msgid "Returns the name of the node at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:108 +msgid "" +"Returns the path to the owner of the node at [code]idx[/code], relative to " +"the root node." +msgstr "" + +#: doc/classes/SceneState.xml:116 +msgid "" +"Returns the path to the node at [code]idx[/code].\n" +"If [code]for_parent[/code] is [code]true[/code], returns the path of the " +"[code]idx[/code] node's parent instead." +msgstr "" + +#: doc/classes/SceneState.xml:124 +msgid "" +"Returns the number of exported or overridden properties for the node at " +"[code]idx[/code].\n" +"The [code]prop_idx[/code] argument used to query node property data in other " +"[code]get_node_property_*[/code] methods in the interval [code][0, " +"get_node_property_count() - 1][/code]." +msgstr "" + +#: doc/classes/SceneState.xml:133 +msgid "" +"Returns the name of the property at [code]prop_idx[/code] for the node at " +"[code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:141 +msgid "" +"Returns the value of the property at [code]prop_idx[/code] for the node at " +"[code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:148 +msgid "Returns the type of the node at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:155 +msgid "" +"Returns [code]true[/code] if the node at [code]idx[/code] is an " +"[InstancePlaceholder]." +msgstr "" + +#: doc/classes/SceneState.xml:161 +msgid "" +"If passed to [method PackedScene.instance], blocks edits to the scene state." +msgstr "" + +#: doc/classes/SceneState.xml:164 +msgid "" +"If passed to [method PackedScene.instance], provides inherited scene " +"resources to the local scene.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/SceneState.xml:168 +msgid "" +"If passed to [method PackedScene.instance], provides local scene resources " +"to the local scene. Only the main scene should receive the main edit state.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/SceneTree.xml:4 +msgid "Manages the game loop via a hierarchy of nodes." +msgstr "" + +#: doc/classes/SceneTree.xml:7 +msgid "" +"As one of the most important classes, the [SceneTree] manages the hierarchy " +"of nodes in a scene as well as scenes themselves. Nodes can be added, " +"retrieved and removed. The whole scene tree (and thus the current scene) can " +"be paused. Scenes can be loaded, switched and reloaded.\n" +"You can also use the [SceneTree] to organize your nodes into groups: every " +"node can be assigned as many groups as you want to create, e.g. an \"enemy\" " +"group. You can then iterate these groups or even call methods and set " +"properties on all the group's members at once.\n" +"[SceneTree] is the default [MainLoop] implementation used by scenes, and is " +"thus in charge of the game loop." +msgstr "" + +#: doc/classes/SceneTree.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scene_tree." +"html" +msgstr "" + +#: doc/classes/SceneTree.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/viewports/multiple_resolutions." +"html" +msgstr "" + +#: doc/classes/SceneTree.xml:21 +msgid "" +"Calls [code]method[/code] on each member of the given group. You can pass " +"arguments to [code]method[/code] by specifying them at the end of the method " +"call. This method is equivalent of calling [method call_group_flags] with " +"[constant GROUP_CALL_DEFAULT] flag.\n" +"[b]Note:[/b] [code]method[/code] may only have 5 arguments at most (7 " +"arguments passed to this method in total).\n" +"[b]Note:[/b] Due to design limitations, [method call_group] will fail " +"silently if one of the arguments is [code]null[/code].\n" +"[b]Note:[/b] [method call_group] will always call methods with an one-frame " +"delay, in a way similar to [method Object.call_deferred]. To call methods " +"immediately, use [method call_group_flags] with the [constant " +"GROUP_CALL_REALTIME] flag." +msgstr "" + +#: doc/classes/SceneTree.xml:33 +msgid "" +"Calls [code]method[/code] on each member of the given group, respecting the " +"given [enum GroupCallFlags]. You can pass arguments to [code]method[/code] " +"by specifying them at the end of the method call.\n" +"[b]Note:[/b] [code]method[/code] may only have 5 arguments at most (8 " +"arguments passed to this method in total).\n" +"[b]Note:[/b] Due to design limitations, [method call_group_flags] will fail " +"silently if one of the arguments is [code]null[/code].\n" +"[codeblock]\n" +"# Call the method immediately and in reverse order.\n" +"get_tree().call_group_flags(SceneTree.GROUP_CALL_REALTIME | SceneTree." +"GROUP_CALL_REVERSE, \"bases\", \"destroy\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/SceneTree.xml:46 +msgid "" +"Changes the running scene to the one at the given [code]path[/code], after " +"loading it into a [PackedScene] and creating a new instance.\n" +"Returns [constant OK] on success, [constant ERR_CANT_OPEN] if the " +"[code]path[/code] cannot be loaded into a [PackedScene], or [constant " +"ERR_CANT_CREATE] if that scene cannot be instantiated.\n" +"[b]Note:[/b] The scene change is deferred, which means that the new scene " +"node is added on the next idle frame. You won't be able to access it " +"immediately after the [method change_scene] call." +msgstr "" + +#: doc/classes/SceneTree.xml:55 +msgid "" +"Changes the running scene to a new instance of the given [PackedScene].\n" +"Returns [constant OK] on success or [constant ERR_CANT_CREATE] if the scene " +"cannot be instantiated.\n" +"[b]Note:[/b] The scene change is deferred, which means that the new scene " +"node is added on the next idle frame. You won't be able to access it " +"immediately after the [method change_scene_to] call." +msgstr "" + +#: doc/classes/SceneTree.xml:65 +msgid "" +"Returns a [SceneTreeTimer] which will [signal SceneTreeTimer.timeout] after " +"the given time in seconds elapsed in this [SceneTree]. If " +"[code]pause_mode_process[/code] is set to [code]false[/code], pausing the " +"[SceneTree] will also pause the timer.\n" +"Commonly used to create a one-shot delay timer as in the following example:\n" +"[codeblock]\n" +"func some_function():\n" +" print(\"start\")\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(\"end\")\n" +"[/codeblock]\n" +"The timer will be automatically freed after its time elapses." +msgstr "" + +#: doc/classes/SceneTree.xml:79 +msgid "" +"Returns the current frame number, i.e. the total frame count since the " +"application started." +msgstr "" + +#: doc/classes/SceneTree.xml:85 +msgid "" +"Returns the peer IDs of all connected peers of this [SceneTree]'s [member " +"network_peer]." +msgstr "" + +#: doc/classes/SceneTree.xml:91 +msgid "Returns the unique peer ID of this [SceneTree]'s [member network_peer]." +msgstr "" + +#: doc/classes/SceneTree.xml:97 +msgid "Returns the number of nodes in this [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:104 +msgid "Returns a list of all nodes assigned to the given group." +msgstr "" + +#: doc/classes/SceneTree.xml:110 +msgid "Returns the sender's peer ID for the most recently received RPC call." +msgstr "" + +#: doc/classes/SceneTree.xml:117 +msgid "Returns [code]true[/code] if the given group exists." +msgstr "" + +#: doc/classes/SceneTree.xml:129 +msgid "" +"Returns [code]true[/code] if the most recent [InputEvent] was marked as " +"handled with [method set_input_as_handled]." +msgstr "" + +#: doc/classes/SceneTree.xml:135 +msgid "" +"Returns [code]true[/code] if this [SceneTree]'s [member network_peer] is in " +"server mode (listening for connections)." +msgstr "" + +#: doc/classes/SceneTree.xml:143 +msgid "Sends the given notification to all members of the [code]group[/code]." +msgstr "" + +#: doc/classes/SceneTree.xml:152 +msgid "" +"Sends the given notification to all members of the [code]group[/code], " +"respecting the given [enum GroupCallFlags]." +msgstr "" + +#: doc/classes/SceneTree.xml:159 +msgid "" +"Queues the given object for deletion, delaying the call to [method Object." +"free] to after the current frame." +msgstr "" + +#: doc/classes/SceneTree.xml:166 +msgid "" +"Quits the application at the end of the current iteration. A process " +"[code]exit_code[/code] can optionally be passed as an argument. If this " +"argument is [code]0[/code] or greater, it will override the [member OS." +"exit_code] defined before quitting the application.\n" +"[b]Note:[/b] On iOS this method doesn't work. Instead, as recommended by the " +"iOS Human Interface Guidelines, the user is expected to close apps via the " +"Home button." +msgstr "" + +#: doc/classes/SceneTree.xml:173 +msgid "" +"Reloads the currently active scene.\n" +"Returns [constant OK] on success, [constant ERR_UNCONFIGURED] if no [member " +"current_scene] was defined yet, [constant ERR_CANT_OPEN] if [member " +"current_scene] cannot be loaded into a [PackedScene], or [constant " +"ERR_CANT_CREATE] if the scene cannot be instantiated." +msgstr "" + +#: doc/classes/SceneTree.xml:181 +msgid "" +"If [code]true[/code], the application automatically accepts quitting. " +"Enabled by default.\n" +"For mobile platforms, see [method set_quit_on_go_back]." +msgstr "" + +#: doc/classes/SceneTree.xml:191 +msgid "" +"Sets the given [code]property[/code] to [code]value[/code] on all members of " +"the given group." +msgstr "" + +#: doc/classes/SceneTree.xml:201 +msgid "" +"Sets the given [code]property[/code] to [code]value[/code] on all members of " +"the given group, respecting the given [enum GroupCallFlags]." +msgstr "" + +#: doc/classes/SceneTree.xml:207 +msgid "Marks the most recent [InputEvent] as handled." +msgstr "" + +#: doc/classes/SceneTree.xml:214 +msgid "" +"If [code]true[/code], the application quits automatically on going back (e." +"g. on Android). Enabled by default.\n" +"To handle 'Go Back' button when this option is disabled, use [constant " +"MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST]." +msgstr "" + +#: doc/classes/SceneTree.xml:225 +msgid "" +"Configures screen stretching to the given [enum StretchMode], [enum " +"StretchAspect], minimum size and [code]scale[/code]." +msgstr "" + +#: doc/classes/SceneTree.xml:231 +msgid "The current scene." +msgstr "" + +#: doc/classes/SceneTree.xml:234 +msgid "" +"If [code]true[/code], collision shapes will be visible when running the game " +"from the editor for debugging purposes." +msgstr "" + +#: doc/classes/SceneTree.xml:237 +msgid "" +"If [code]true[/code], navigation polygons will be visible when running the " +"game from the editor for debugging purposes." +msgstr "" + +#: doc/classes/SceneTree.xml:240 +msgid "The root of the edited scene." +msgstr "" + +#: doc/classes/SceneTree.xml:243 +msgid "The default [MultiplayerAPI] instance for this [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:246 +msgid "" +"If [code]true[/code] (default value), enables automatic polling of the " +"[MultiplayerAPI] for this SceneTree during [signal idle_frame].\n" +"If [code]false[/code], you need to manually call [method MultiplayerAPI." +"poll] to process network packets and deliver RPCs/RSETs. This allows running " +"RPCs/RSETs in a different loop (e.g. physics, thread, specific time step) " +"and for manual [Mutex] protection when accessing the [MultiplayerAPI] from " +"threads." +msgstr "" + +#: doc/classes/SceneTree.xml:250 +msgid "" +"The peer object to handle the RPC system (effectively enabling networking " +"when set). Depending on the peer itself, the [SceneTree] will become a " +"network server (check with [method is_network_server]) and will set the root " +"node's network mode to master, or it will become a regular peer with the " +"root node set to puppet. All child nodes are set to inherit the network mode " +"by default. Handling of networking-related events (connection, " +"disconnection, new clients) is done by connecting to [SceneTree]'s signals." +msgstr "" + +#: doc/classes/SceneTree.xml:253 +msgid "" +"If [code]true[/code], the [SceneTree] is paused. Doing so will have the " +"following behavior:\n" +"- 2D and 3D physics will be stopped. This includes signals and collision " +"detection.\n" +"- [method Node._process], [method Node._physics_process] and [method Node." +"_input] will not be called anymore in nodes." +msgstr "" + +#: doc/classes/SceneTree.xml:258 +msgid "" +"If [code]true[/code], the [SceneTree]'s [member network_peer] refuses new " +"incoming connections." +msgstr "" + +#: doc/classes/SceneTree.xml:261 +msgid "The [SceneTree]'s root [Viewport]." +msgstr "" + +#: doc/classes/SceneTree.xml:264 +msgid "If [code]true[/code], font oversampling is used." +msgstr "" + +#: doc/classes/SceneTree.xml:270 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] successfully " +"connected to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/SceneTree.xml:275 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] fails to establish " +"a connection to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/SceneTree.xml:282 +msgid "" +"Emitted when files are dragged from the OS file manager and dropped in the " +"game window. The arguments are a list of file paths and the identifier of " +"the screen where the drag originated." +msgstr "" + +#: doc/classes/SceneTree.xml:289 +msgid "Emitted whenever global menu item is clicked." +msgstr "" + +#: doc/classes/SceneTree.xml:294 +msgid "" +"Emitted immediately before [method Node._process] is called on every node in " +"the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:300 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] connects with a " +"new peer. ID is the peer ID of the new peer. Clients get notified when other " +"clients connect to the same server. Upon connecting to a server, a client " +"also receives this signal for the server (with ID being 1)." +msgstr "" + +#: doc/classes/SceneTree.xml:306 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] disconnects from a " +"peer. Clients get notified when other clients disconnect from the same " +"server." +msgstr "" + +#: doc/classes/SceneTree.xml:312 +msgid "Emitted whenever a node is added to the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:318 +msgid "" +"Emitted when a node's configuration changed. Only emitted in [code]tool[/" +"code] mode." +msgstr "" + +#: doc/classes/SceneTree.xml:324 +msgid "Emitted whenever a node is removed from the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:330 +msgid "Emitted whenever a node is renamed." +msgstr "" + +#: doc/classes/SceneTree.xml:335 +msgid "" +"Emitted immediately before [method Node._physics_process] is called on every " +"node in the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:340 +msgid "" +"Emitted when the screen resolution (fullscreen) or window size (windowed) " +"changes." +msgstr "" + +#: doc/classes/SceneTree.xml:345 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] disconnected from " +"server. Only emitted on clients." +msgstr "" + +#: doc/classes/SceneTree.xml:350 +msgid "" +"Emitted whenever the [SceneTree] hierarchy changed (children being moved or " +"renamed, etc.)." +msgstr "" + +#: doc/classes/SceneTree.xml:356 +msgid "Call a group with no flags (default)." +msgstr "" + +#: doc/classes/SceneTree.xml:359 +msgid "Call a group in reverse scene order." +msgstr "" + +#: doc/classes/SceneTree.xml:362 +msgid "Call a group immediately (calls are normally made on idle)." +msgstr "" + +#: doc/classes/SceneTree.xml:365 +msgid "Call a group only once even if the call is executed many times." +msgstr "" + +#: doc/classes/SceneTree.xml:368 +msgid "No stretching." +msgstr "" + +#: doc/classes/SceneTree.xml:371 +msgid "Render stretching in higher resolution (interpolated)." +msgstr "" + +#: doc/classes/SceneTree.xml:374 +msgid "" +"Keep the specified display resolution. No interpolation. Content may appear " +"pixelated." +msgstr "" + +#: doc/classes/SceneTree.xml:377 +msgid "" +"Fill the window with the content stretched to cover excessive space. Content " +"may appear stretched." +msgstr "" + +#: doc/classes/SceneTree.xml:380 +msgid "" +"Retain the same aspect ratio by padding with black bars on either axis. This " +"prevents distortion." +msgstr "" + +#: doc/classes/SceneTree.xml:383 +msgid "" +"Expand vertically. Left/right black bars may appear if the window is too " +"wide." +msgstr "" + +#: doc/classes/SceneTree.xml:386 +msgid "" +"Expand horizontally. Top/bottom black bars may appear if the window is too " +"tall." +msgstr "" + +#: doc/classes/SceneTree.xml:389 +msgid "" +"Expand in both directions, retaining the same aspect ratio. This prevents " +"distortion while avoiding black bars." +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:4 +msgid "One-shot timer." +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:7 +msgid "" +"A one-shot timer managed by the scene tree, which emits [signal timeout] on " +"completion. See also [method SceneTree.create_timer].\n" +"As opposed to [Timer], it does not require the instantiation of a node. " +"Commonly used to create a one-shot delay timer as in the following example:\n" +"[codeblock]\n" +"func some_function():\n" +" print(\"Timer started.\")\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(\"Timer ended.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:22 +msgid "The time remaining." +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:28 doc/classes/Timer.xml:61 +msgid "Emitted when the timer reaches 0." +msgstr "" + +#: doc/classes/Script.xml:4 +msgid "A class stored as a resource." +msgstr "" + +#: doc/classes/Script.xml:7 +msgid "" +"A class stored as a resource. A script extends the functionality of all " +"objects that instance it.\n" +"The [code]new[/code] method of a script subclass creates a new instance. " +"[method Object.set_script] extends an existing object, if that object's " +"class matches one of the script's base classes." +msgstr "" + +#: doc/classes/Script.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scripting." +"html" +msgstr "" + +#: doc/classes/Script.xml:17 +msgid "Returns [code]true[/code] if the script can be instanced." +msgstr "" + +#: doc/classes/Script.xml:23 +msgid "Returns the script directly inherited by this script." +msgstr "" + +#: doc/classes/Script.xml:29 +msgid "Returns the script's base type." +msgstr "" + +#: doc/classes/Script.xml:36 +msgid "Returns the default value of the specified property." +msgstr "" + +#: doc/classes/Script.xml:42 +msgid "Returns a dictionary containing constant names and their values." +msgstr "" + +#: doc/classes/Script.xml:48 +msgid "Returns the list of methods in this [Script]." +msgstr "" + +#: doc/classes/Script.xml:54 +msgid "Returns the list of properties in this [Script]." +msgstr "" + +#: doc/classes/Script.xml:60 +msgid "Returns the list of user signals defined in this [Script]." +msgstr "" + +#: doc/classes/Script.xml:67 +msgid "" +"Returns [code]true[/code] if the script, or a base class, defines a signal " +"with the given name." +msgstr "" + +#: doc/classes/Script.xml:73 +msgid "Returns [code]true[/code] if the script contains non-empty source code." +msgstr "" + +#: doc/classes/Script.xml:80 +msgid "" +"Returns [code]true[/code] if [code]base_object[/code] is an instance of this " +"script." +msgstr "" + +#: doc/classes/Script.xml:86 +msgid "" +"Returns [code]true[/code] if the script is a tool script. A tool script can " +"run in the editor." +msgstr "" + +#: doc/classes/Script.xml:93 +msgid "Reloads the script's class implementation. Returns an error code." +msgstr "" + +#: doc/classes/Script.xml:99 +msgid "" +"The script source code or an empty string if source code is not available. " +"When set, does not reload the class implementation automatically." +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:4 +msgid "The Editor's popup dialog for creating new [Script] files." +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:7 +msgid "" +"The [ScriptCreateDialog] creates script files according to a given template " +"for a given scripting language. The standard use is to configure its fields " +"prior to calling one of the [method Popup.popup] methods.\n" +"[codeblock]\n" +"func _ready():\n" +" dialog.config(\"Node\", \"res://new_node.gd\") # For in-engine types\n" +" dialog.config(\"\\\"res://base_node.gd\\\"\", \"res://derived_node.gd\") " +"# For script types\n" +" dialog.popup_centered()\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:25 +msgid "Prefills required fields to configure the ScriptCreateDialog for use." +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:40 +msgid "Emitted when the user clicks the OK button." +msgstr "" + +#: doc/classes/ScriptEditor.xml:4 +msgid "Godot editor's script editor." +msgstr "" + +#: doc/classes/ScriptEditor.xml:7 +msgid "" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_script_editor]." +msgstr "" + +#: doc/classes/ScriptEditor.xml:31 +msgid "Returns a [Script] that is currently active in editor." +msgstr "" + +#: doc/classes/ScriptEditor.xml:44 +msgid "" +"Returns an array with all [Script] objects which are currently open in " +"editor." +msgstr "" + +#: doc/classes/ScriptEditor.xml:51 +msgid "Goes to the specified line in the current script." +msgstr "" + +#: doc/classes/ScriptEditor.xml:59 +msgid "" +"Opens the script create dialog. The script will extend [code]base_name[/" +"code]. The file extension can be omitted from [code]base_path[/code]. It " +"will be added based on the selected scripting language." +msgstr "" + +#: doc/classes/ScriptEditor.xml:67 +msgid "" +"Emitted when user changed active script. Argument is a freshly activated " +"[Script]." +msgstr "" + +#: doc/classes/ScriptEditor.xml:73 +msgid "" +"Emitted when editor is about to close the active script. Argument is a " +"[Script] that is going to be closed." +msgstr "" + +#: doc/classes/ScrollBar.xml:4 +msgid "Base class for scroll bars." +msgstr "" + +#: doc/classes/ScrollBar.xml:7 +msgid "" +"Scrollbars are a [Range]-based [Control], that display a draggable area (the " +"size of the page). Horizontal ([HScrollBar]) and Vertical ([VScrollBar]) " +"versions are available." +msgstr "" + +#: doc/classes/ScrollBar.xml:15 +msgid "" +"Overrides the step used when clicking increment and decrement buttons or " +"when using arrow keys when the [ScrollBar] is focused." +msgstr "" + +#: doc/classes/ScrollBar.xml:23 +msgid "Emitted when the scrollbar is being scrolled." +msgstr "" + +#: doc/classes/ScrollContainer.xml:4 +msgid "A helper node for displaying scrollable elements such as lists." +msgstr "" + +#: doc/classes/ScrollContainer.xml:7 +msgid "" +"A ScrollContainer node meant to contain a [Control] child. ScrollContainers " +"will automatically create a scrollbar child ([HScrollBar], [VScrollBar], or " +"both) when needed and will only draw the Control within the ScrollContainer " +"area. Scrollbars will automatically be drawn at the right (for vertical) or " +"bottom (for horizontal) and will enable dragging to move the viewable " +"Control (and its children) within the ScrollContainer. Scrollbars will also " +"automatically resize the grabber based on the [member Control.rect_min_size] " +"of the Control relative to the ScrollContainer. Works great with a [Panel] " +"control. You can set [code]EXPAND[/code] on the children's size flags, so " +"they will upscale to the ScrollContainer's size if it's larger (scroll is " +"invisible for the chosen dimension)." +msgstr "" + +#: doc/classes/ScrollContainer.xml:16 +msgid "" +"Ensures the given [code]control[/code] is visible (must be a direct or " +"indirect child of the ScrollContainer). Used by [member follow_focus]." +msgstr "" + +#: doc/classes/ScrollContainer.xml:22 +msgid "" +"Returns the horizontal scrollbar [HScrollBar] of this [ScrollContainer].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to disable the horizontal scrollbar, use " +"[member scroll_horizontal_enabled]. If you want to only hide it instead, use " +"its [member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ScrollContainer.xml:29 +msgid "" +"Returns the vertical scrollbar [VScrollBar] of this [ScrollContainer].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to disable the vertical scrollbar, use " +"[member scroll_vertical_enabled]. If you want to only hide it instead, use " +"its [member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ScrollContainer.xml:36 +msgid "" +"If [code]true[/code], the ScrollContainer will automatically scroll to " +"focused children (including indirect children) to make sure they are fully " +"visible." +msgstr "" + +#: doc/classes/ScrollContainer.xml:42 +msgid "The current horizontal scroll value." +msgstr "" + +#: doc/classes/ScrollContainer.xml:45 +msgid "If [code]true[/code], enables horizontal scrolling." +msgstr "" + +#: doc/classes/ScrollContainer.xml:48 +msgid "The current vertical scroll value." +msgstr "" + +#: doc/classes/ScrollContainer.xml:51 +msgid "If [code]true[/code], enables vertical scrolling." +msgstr "" + +#: doc/classes/ScrollContainer.xml:57 +msgid "Emitted when scrolling stops." +msgstr "" + +#: doc/classes/ScrollContainer.xml:62 +msgid "Emitted when scrolling is started." +msgstr "" + +#: doc/classes/ScrollContainer.xml:70 +msgid "The background [StyleBox] of the [ScrollContainer]." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:4 +msgid "Segment shape for 2D collisions." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:7 +msgid "" +"Segment shape for 2D collisions. Consists of two points, [code]a[/code] and " +"[code]b[/code]." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:15 +msgid "The segment's first point position." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:18 +msgid "The segment's second point position." +msgstr "" + +#: doc/classes/Semaphore.xml:4 +msgid "A synchronization semaphore." +msgstr "" + +#: doc/classes/Semaphore.xml:7 +msgid "" +"A synchronization semaphore which can be used to synchronize multiple " +"[Thread]s. Initialized to zero on creation. Be careful to avoid deadlocks. " +"For a binary version, see [Mutex]." +msgstr "" + +#: doc/classes/Semaphore.xml:16 +msgid "" +"Lowers the [Semaphore], allowing one more thread in. Returns [constant OK] " +"on success, [constant ERR_BUSY] otherwise." +msgstr "" + +#: doc/classes/Semaphore.xml:22 +msgid "" +"Tries to wait for the [Semaphore], if its value is zero, blocks until non-" +"zero. Returns [constant OK] on success, [constant ERR_BUSY] otherwise." +msgstr "" + +#: doc/classes/Separator.xml:4 +msgid "Base class for separators." +msgstr "" + +#: doc/classes/Separator.xml:7 +msgid "" +"Separator is a [Control] used for separating other controls. It's purely a " +"visual decoration. Horizontal ([HSeparator]) and Vertical ([VSeparator]) " +"versions are available." +msgstr "" + +#: doc/classes/Shader.xml:4 +msgid "A custom shader program." +msgstr "" + +#: doc/classes/Shader.xml:7 +msgid "" +"This class allows you to define a custom shader program that can be used by " +"a [ShaderMaterial]. Shaders allow you to write your own custom behavior for " +"rendering objects or updating particle information. For a detailed " +"explanation and usage, please see the tutorials linked below." +msgstr "" + +#: doc/classes/Shader.xml:10 doc/classes/ShaderMaterial.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/shading/index.html" +msgstr "" + +#: doc/classes/Shader.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/shading/your_first_shader/" +"what_are_shaders.html" +msgstr "" + +#: doc/classes/Shader.xml:18 +msgid "" +"Returns the texture that is set as default for the specified parameter.\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/Shader.xml:25 +msgid "" +"Returns the shader mode for the shader, either [constant MODE_CANVAS_ITEM], " +"[constant MODE_SPATIAL] or [constant MODE_PARTICLES]." +msgstr "" + +#: doc/classes/Shader.xml:32 +msgid "" +"Returns [code]true[/code] if the shader has this param defined as a uniform " +"in its code.\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/Shader.xml:41 +msgid "" +"Sets the default texture to be used with a texture uniform. The default is " +"used if a texture is not set in the [ShaderMaterial].\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/Shader.xml:48 +msgid "" +"Returns the shader's code as the user has written it, not the full generated " +"code used internally." +msgstr "" + +#: doc/classes/Shader.xml:51 +msgid "" +"Returns the shader's custom defines. Custom defines can be used in Godot to " +"add GLSL preprocessor directives (e.g: extensions) required for the shader " +"logic.\n" +"[b]Note:[/b] Custom defines are not validated by the Godot shader parser, so " +"care should be taken when using them." +msgstr "" + +#: doc/classes/Shader.xml:57 +msgid "Mode used to draw all 3D objects." +msgstr "" + +#: doc/classes/Shader.xml:60 +msgid "Mode used to draw all 2D objects." +msgstr "" + +#: doc/classes/Shader.xml:63 +msgid "" +"Mode used to calculate particle information on a per-particle basis. Not " +"used for drawing." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:4 +msgid "A material that uses a custom [Shader] program." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:7 +msgid "" +"A material that uses a custom [Shader] program to render either items to " +"screen or process particles. You can create multiple materials for the same " +"shader but configure different values for the uniforms defined in the " +"shader.\n" +"[b]Note:[/b] Due to a renderer limitation, emissive [ShaderMaterial]s cannot " +"emit light when used in a [GIProbe]. Only emissive [SpatialMaterial]s can " +"emit light in a [GIProbe]." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:18 +msgid "" +"Returns the current value set for this material of a uniform in the shader." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:25 +msgid "" +"Returns [code]true[/code] if the property identified by [code]name[/code] " +"can be reverted to a default value." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:32 +msgid "" +"Returns the default value of the material property with given [code]name[/" +"code]." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:40 +msgid "" +"Changes the value set for this material of a uniform in the shader.\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:47 +msgid "The [Shader] program used to render this material." +msgstr "" + +#: doc/classes/Shape.xml:4 +msgid "Base class for all 3D shape resources." +msgstr "" + +#: doc/classes/Shape.xml:7 +msgid "" +"Base class for all 3D shape resources. Nodes that inherit from this can be " +"used as shapes for a [PhysicsBody] or [Area] objects." +msgstr "" + +#: doc/classes/Shape.xml:16 +msgid "" +"Returns the [ArrayMesh] used to draw the debug collision for this [Shape]." +msgstr "" + +#: doc/classes/Shape.xml:22 +msgid "" +"The collision margin for the shape. Used in Bullet Physics only.\n" +"Collision margins allow collision detection to be more efficient by adding " +"an extra shell around shapes. Collision algorithms are more expensive when " +"objects overlap by more than their margin, so a higher value for margins is " +"better for performance, at the cost of accuracy around edges as it makes " +"them less sharp." +msgstr "" + +#: doc/classes/Shape2D.xml:4 +msgid "Base class for all 2D shapes." +msgstr "" + +#: doc/classes/Shape2D.xml:7 +msgid "Base class for all 2D shapes. All 2D shape types inherit from this." +msgstr "" + +#: doc/classes/Shape2D.xml:19 +msgid "" +"Returns [code]true[/code] if this shape is colliding with another.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the shape to check collisions with " +"([code]with_shape[/code]), and the transformation matrix of that shape " +"([code]shape_xform[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:29 +msgid "" +"Returns a list of the points where this shape touches another. If there are " +"no collisions the list is empty.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the shape to check collisions with " +"([code]with_shape[/code]), and the transformation matrix of that shape " +"([code]shape_xform[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:41 +msgid "" +"Returns whether this shape would collide with another, if a given movement " +"was applied.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the movement to test on this shape " +"([code]local_motion[/code]), the shape to check collisions with " +"([code]with_shape[/code]), the transformation matrix of that shape " +"([code]shape_xform[/code]), and the movement to test onto the other object " +"([code]shape_motion[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:53 +msgid "" +"Returns a list of the points where this shape would touch another, if a " +"given movement was applied. If there are no collisions the list is empty.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the movement to test on this shape " +"([code]local_motion[/code]), the shape to check collisions with " +"([code]with_shape[/code]), the transformation matrix of that shape " +"([code]shape_xform[/code]), and the movement to test onto the other object " +"([code]shape_motion[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:62 +msgid "" +"Draws a solid shape onto a [CanvasItem] with the [VisualServer] API filled " +"with the specified [code]color[/code]. The exact drawing method is specific " +"for each shape and cannot be configured." +msgstr "" + +#: doc/classes/Shape2D.xml:68 +msgid "The shape's custom solver bias." +msgstr "" + +#: doc/classes/ShortCut.xml:4 +msgid "A shortcut for binding input." +msgstr "" + +#: doc/classes/ShortCut.xml:7 +msgid "" +"A shortcut for binding input.\n" +"Shortcuts are commonly used for interacting with a [Control] element from a " +"[InputEvent]." +msgstr "" + +#: doc/classes/ShortCut.xml:16 +msgid "Returns the shortcut's [InputEvent] as a [String]." +msgstr "" + +#: doc/classes/ShortCut.xml:23 +msgid "" +"Returns [code]true[/code] if the shortcut's [InputEvent] equals [code]event[/" +"code]." +msgstr "" + +#: doc/classes/ShortCut.xml:29 +msgid "If [code]true[/code], this shortcut is valid." +msgstr "" + +#: doc/classes/ShortCut.xml:35 +msgid "" +"The shortcut's [InputEvent].\n" +"Generally the [InputEvent] is a keyboard key, though it can be any " +"[InputEvent]." +msgstr "" + +#: doc/classes/Skeleton.xml:4 +msgid "Skeleton for characters and animated objects." +msgstr "" + +#: doc/classes/Skeleton.xml:7 +msgid "" +"Skeleton provides a hierarchical interface for managing bones, including " +"pose, rest and animation (see [Animation]). It can also use ragdoll " +"physics.\n" +"The overall transform of a bone with respect to the skeleton is determined " +"by the following hierarchical order: rest pose, custom pose and pose.\n" +"Note that \"global pose\" below refers to the overall transform of the bone " +"with respect to skeleton, so it not the actual global/world transform of the " +"bone." +msgstr "" + +#: doc/classes/Skeleton.xml:20 +msgid "" +"Adds a bone, with name [code]name[/code]. [method get_bone_count] will " +"become the bone index." +msgstr "" + +#: doc/classes/Skeleton.xml:28 doc/classes/Skeleton.xml:109 +#: doc/classes/Skeleton.xml:212 +msgid "[i]Deprecated soon.[/i]" +msgstr "" + +#: doc/classes/Skeleton.xml:34 +msgid "Clear all the bones in this skeleton." +msgstr "" + +#: doc/classes/Skeleton.xml:46 +msgid "Returns the bone index that matches [code]name[/code] as its name." +msgstr "" + +#: doc/classes/Skeleton.xml:52 +msgid "Returns the amount of bones in the skeleton." +msgstr "" + +#: doc/classes/Skeleton.xml:59 +msgid "" +"Returns the custom pose of the specified bone. Custom pose is applied on top " +"of the rest pose." +msgstr "" + +#: doc/classes/Skeleton.xml:66 +msgid "" +"Returns the overall transform of the specified bone, with respect to the " +"skeleton. Being relative to the skeleton frame, this is not the actual " +"\"global\" transform of the bone." +msgstr "" + +#: doc/classes/Skeleton.xml:73 +msgid "" +"Returns the overall transform of the specified bone, with respect to the " +"skeleton, but without any global pose overrides. Being relative to the " +"skeleton frame, this is not the actual \"global\" transform of the bone." +msgstr "" + +#: doc/classes/Skeleton.xml:80 +msgid "Returns the name of the bone at index [code]index[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:87 +msgid "" +"Returns the bone index which is the parent of the bone at [code]bone_idx[/" +"code]. If -1, then bone has no parent.\n" +"[b]Note:[/b] The parent bone returned will always be less than " +"[code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:95 +msgid "" +"Returns the pose transform of the specified bone. Pose is applied on top of " +"the custom pose, which is applied on top the rest pose." +msgstr "" + +#: doc/classes/Skeleton.xml:102 +msgid "Returns the rest transform for a bone [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:187 +msgid "" +"Sets the bone index [code]parent_idx[/code] as the parent of the bone at " +"[code]bone_idx[/code]. If -1, then bone has no parent.\n" +"[b]Note:[/b] [code]parent_idx[/code] must be less than [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:196 +msgid "Sets the pose transform for bone [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:204 +msgid "Sets the rest transform for bone [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton2D.xml:4 +msgid "Skeleton for 2D characters and animated objects." +msgstr "" + +#: doc/classes/Skeleton2D.xml:7 +msgid "" +"Skeleton2D parents a hierarchy of [Bone2D] objects. It is a requirement of " +"[Bone2D]. Skeleton2D holds a reference to the rest pose of its children and " +"acts as a single point of access to its bones." +msgstr "" + +#: doc/classes/Skeleton2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/animation/2d_skeletons.html" +msgstr "" + +#: doc/classes/Skeleton2D.xml:17 +msgid "" +"Returns a [Bone2D] from the node hierarchy parented by Skeleton2D. The " +"object to return is identified by the parameter [code]idx[/code]. Bones are " +"indexed by descending the node hierarchy from top to bottom, adding the " +"children of each branch before moving to the next sibling." +msgstr "" + +#: doc/classes/Skeleton2D.xml:23 +msgid "" +"Returns the number of [Bone2D] nodes in the node hierarchy parented by " +"Skeleton2D." +msgstr "" + +#: doc/classes/Skeleton2D.xml:29 +msgid "Returns the [RID] of a Skeleton2D instance." +msgstr "" + +#: doc/classes/SkeletonIK.xml:4 +msgid "" +"SkeletonIK is used to place the end bone of a [Skeleton] bone chain at a " +"certain point in 3D by rotating all bones in the chain accordingly." +msgstr "" + +#: doc/classes/SkeletonIK.xml:7 +msgid "" +"SkeletonIK is used to place the end bone of a [Skeleton] bone chain at a " +"certain point in 3D by rotating all bones in the chain accordingly. A " +"typical scenario for IK in games is to place a characters feet on the ground " +"or a characters hands on a currently hold object. SkeletonIK uses " +"FabrikInverseKinematic internally to solve the bone chain and applies the " +"results to the [Skeleton] [code]bones_global_pose_override[/code] property " +"for all affected bones in the chain. If fully applied this overwrites any " +"bone transform from [Animation]s or bone custom poses set by users. The " +"applied amount can be controlled with the [code]interpolation[/code] " +"property.\n" +"[codeblock]\n" +"# Apply IK effect automatically on every new frame (not the current)\n" +"skeleton_ik_node.start()\n" +"\n" +"# Apply IK effect only on the current frame\n" +"skeleton_ik_node.start(true)\n" +"\n" +"# Stop IK effect and reset bones_global_pose_override on Skeleton\n" +"skeleton_ik_node.stop()\n" +"\n" +"# Apply full IK effect\n" +"skeleton_ik_node.set_interpolation(1.0)\n" +"\n" +"# Apply half IK effect\n" +"skeleton_ik_node.set_interpolation(0.5)\n" +"\n" +"# Apply zero IK effect (a value at or below 0.01 also removes " +"bones_global_pose_override on Skeleton)\n" +"skeleton_ik_node.set_interpolation(0.0)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/SkeletonIK.xml:35 +msgid "" +"Returns the parent [Skeleton] Node that was present when SkeletonIK entered " +"the [SceneTree]. Returns null if the parent node was not a [Skeleton] Node " +"when SkeletonIK entered the [SceneTree]." +msgstr "" + +#: doc/classes/SkeletonIK.xml:41 +msgid "" +"Returns [code]true[/code] if SkeletonIK is applying IK effects on continues " +"frames to the [Skeleton] bones. Returns [code]false[/code] if SkeletonIK is " +"stopped or [method start] was used with the [code]one_time[/code] parameter " +"set to [code]true[/code]." +msgstr "" + +#: doc/classes/SkeletonIK.xml:48 +msgid "" +"Starts applying IK effects on each frame to the [Skeleton] bones but will " +"only take effect starting on the next frame. If [code]one_time[/code] is " +"[code]true[/code], this will take effect immediately but also reset on the " +"next frame." +msgstr "" + +#: doc/classes/SkeletonIK.xml:54 +msgid "" +"Stops applying IK effects on each frame to the [Skeleton] bones and also " +"calls [method Skeleton.clear_bones_global_pose_override] to remove existing " +"overrides on all bones." +msgstr "" + +#: doc/classes/SkeletonIK.xml:60 +msgid "" +"Interpolation value for how much the IK results are applied to the current " +"skeleton bone chain. A value of [code]1.0[/code] will overwrite all skeleton " +"bone transforms completely while a value of [code]0.0[/code] will visually " +"disable the SkeletonIK. A value at or below [code]0.01[/code] also calls " +"[method Skeleton.clear_bones_global_pose_override]." +msgstr "" + +#: doc/classes/SkeletonIK.xml:63 +msgid "" +"Secondary target position (first is [member target] property or [member " +"target_node]) for the IK chain. Use magnet position (pole target) to control " +"the bending of the IK chain. Only works if the bone chain has more than 2 " +"bones. The middle chain bone position will be linearly interpolated with the " +"magnet position." +msgstr "" + +#: doc/classes/SkeletonIK.xml:66 +msgid "" +"Number of iteration loops used by the IK solver to produce more accurate " +"(and elegant) bone chain results." +msgstr "" + +#: doc/classes/SkeletonIK.xml:69 +msgid "" +"The minimum distance between bone and goal target. If the distance is below " +"this value, the IK solver stops further iterations." +msgstr "" + +#: doc/classes/SkeletonIK.xml:72 +msgid "" +"If [code]true[/code] overwrites the rotation of the tip bone with the " +"rotation of the [member target] (or [member target_node] if defined)." +msgstr "" + +#: doc/classes/SkeletonIK.xml:75 +msgid "The name of the current root bone, the first bone in the IK chain." +msgstr "" + +#: doc/classes/SkeletonIK.xml:78 +msgid "" +"First target of the IK chain where the tip bone is placed and, if [member " +"override_tip_basis] is [code]true[/code], how the tip bone is rotated. If a " +"[member target_node] path is available the nodes transform is used instead " +"and this property is ignored." +msgstr "" + +#: doc/classes/SkeletonIK.xml:81 +msgid "" +"Target node [NodePath] for the IK chain. If available, the node's current " +"[Transform] is used instead of the [member target] property." +msgstr "" + +#: doc/classes/SkeletonIK.xml:84 +msgid "" +"The name of the current tip bone, the last bone in the IK chain placed at " +"the [member target] transform (or [member target_node] if defined)." +msgstr "" + +#: doc/classes/SkeletonIK.xml:87 +msgid "" +"If [code]true[/code], instructs the IK solver to consider the secondary " +"magnet target (pole target) when calculating the bone chain. Use the magnet " +"position (pole target) to control the bending of the IK chain." +msgstr "" + +#: doc/classes/Sky.xml:4 doc/classes/Sky.xml:7 +msgid "The base class for [PanoramaSky] and [ProceduralSky]." +msgstr "" + +#: doc/classes/Sky.xml:15 +msgid "" +"The [Sky]'s radiance map size. The higher the radiance map size, the more " +"detailed the lighting from the [Sky] will be.\n" +"See [enum RadianceSize] constants for values.\n" +"[b]Note:[/b] You will only benefit from high radiance sizes if you have " +"perfectly sharp reflective surfaces in your project and are not using " +"[ReflectionProbe]s or [GIProbe]s. For most projects, keeping [member " +"radiance_size] to the default value is the best compromise between visuals " +"and performance. Be careful when using high radiance size values as these " +"can cause crashes on low-end GPUs." +msgstr "" + +#: doc/classes/Sky.xml:22 +msgid "Radiance texture size is 32×32 pixels." +msgstr "" + +#: doc/classes/Sky.xml:25 +msgid "Radiance texture size is 64×64 pixels." +msgstr "" + +#: doc/classes/Sky.xml:28 +msgid "Radiance texture size is 128×128 pixels." +msgstr "" + +#: doc/classes/Sky.xml:31 +msgid "Radiance texture size is 256×256 pixels." +msgstr "" + +#: doc/classes/Sky.xml:34 +msgid "Radiance texture size is 512×512 pixels." +msgstr "" + +#: doc/classes/Sky.xml:37 +msgid "" +"Radiance texture size is 1024×1024 pixels.\n" +"[b]Note:[/b] [constant RADIANCE_SIZE_1024] is not exposed in the inspector " +"as it is known to cause GPU hangs on certain systems." +msgstr "" + +#: doc/classes/Sky.xml:41 +msgid "" +"Radiance texture size is 2048×2048 pixels.\n" +"[b]Note:[/b] [constant RADIANCE_SIZE_2048] is not exposed in the inspector " +"as it is known to cause GPU hangs on certain systems." +msgstr "" + +#: doc/classes/Sky.xml:45 +msgid "Represents the size of the [enum RadianceSize] enum." +msgstr "" + +#: doc/classes/Slider.xml:4 +msgid "Base class for GUI sliders." +msgstr "" + +#: doc/classes/Slider.xml:7 +msgid "" +"Base class for GUI sliders.\n" +"[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] " +"signals are part of the [Range] class which this class inherits from." +msgstr "" + +#: doc/classes/Slider.xml:16 +msgid "" +"If [code]true[/code], the slider can be interacted with. If [code]false[/" +"code], the value can be changed only by code." +msgstr "" + +#: doc/classes/Slider.xml:20 +msgid "If [code]true[/code], the value can be changed using the mouse wheel." +msgstr "" + +#: doc/classes/Slider.xml:24 +msgid "" +"Number of ticks displayed on the slider, including border ticks. Ticks are " +"uniformly-distributed value markers." +msgstr "" + +#: doc/classes/Slider.xml:27 +msgid "" +"If [code]true[/code], the slider will display ticks for minimum and maximum " +"values." +msgstr "" + +#: doc/classes/SliderJoint.xml:4 +msgid "Slider between two PhysicsBodies in 3D." +msgstr "" + +#: doc/classes/SliderJoint.xml:7 +msgid "" +"Slides across the X axis of the pivot object. See also [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/SliderJoint.xml:28 +msgid "" +"The amount of damping of the rotation when the limit is surpassed.\n" +"A lower damping value allows a rotation initiated by body A to travel to " +"body B slower." +msgstr "" + +#: doc/classes/SliderJoint.xml:35 +msgid "" +"The amount of restitution of the rotation when the limit is surpassed.\n" +"Does not affect damping." +msgstr "" + +#: doc/classes/SliderJoint.xml:39 +msgid "" +"A factor applied to the all rotation once the limit is surpassed.\n" +"Makes all rotation slower when between 0 and 1." +msgstr "" + +#: doc/classes/SliderJoint.xml:52 doc/classes/SliderJoint.xml:147 +msgid "A factor applied to the all rotation in the limits." +msgstr "" + +#: doc/classes/SliderJoint.xml:61 doc/classes/SliderJoint.xml:156 +msgid "" +"A factor applied to the all rotation across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/SliderJoint.xml:64 +msgid "" +"The amount of damping that happens once the limit defined by [member " +"linear_limit/lower_distance] and [member linear_limit/upper_distance] is " +"surpassed." +msgstr "" + +#: doc/classes/SliderJoint.xml:70 +msgid "" +"The amount of restitution once the limits are surpassed. The lower, the more " +"velocity-energy gets lost." +msgstr "" + +#: doc/classes/SoftBody.xml:4 +msgid "A soft mesh physics body." +msgstr "" + +#: doc/classes/SoftBody.xml:7 +msgid "" +"A deformable physics body. Used to create elastic or deformable objects such " +"as cloth, rubber, or other flexible materials." +msgstr "" + +#: doc/classes/SoftBody.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/physics/soft_body.html" +msgstr "" + +#: doc/classes/SoftBody.xml:44 +msgid "Returns local translation of a vertex in the surface array." +msgstr "" + +#: doc/classes/SoftBody.xml:51 +msgid "Returns [code]true[/code] if vertex is set to pinned." +msgstr "" + +#: doc/classes/SoftBody.xml:83 +msgid "" +"Sets the pinned state of a surface vertex. When set to [code]true[/code], " +"the optional [code]attachment_path[/code] can define a [Spatial] the pinned " +"vertex will be attached to." +msgstr "" + +#: doc/classes/SoftBody.xml:91 +msgid "" +"The physics layers this SoftBody is in.\n" +"Collidable objects can exist in any of 32 different layers. These layers " +"work like a tagging system, and are not visual. A collidable can use these " +"layers to select with which objects it can collide, using the collision_mask " +"property.\n" +"A contact is detected if object A is in any of the layers that object B " +"scans, or object B is in any layer scanned by object A. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/SoftBody.xml:96 +msgid "" +"The physics layers this SoftBody scans for collisions. See [url=https://docs." +"godotengine.org/en/3.4/tutorials/physics/physics_introduction.html#collision-" +"layers-and-masks]Collision layers and masks[/url] in the documentation for " +"more information." +msgstr "" + +#: doc/classes/SoftBody.xml:105 +msgid "[NodePath] to a [CollisionObject] this SoftBody should avoid clipping." +msgstr "" + +#: doc/classes/SoftBody.xml:108 +msgid "" +"If [code]true[/code], the [SoftBody] is simulated in physics. Can be set to " +"[code]false[/code] to pause the physics simulation." +msgstr "" + +#: doc/classes/SoftBody.xml:115 +msgid "If [code]true[/code], the [SoftBody] will respond to [RayCast]s." +msgstr "" + +#: doc/classes/SoftBody.xml:118 +msgid "" +"Increasing this value will improve the resulting simulation, but can affect " +"performance. Use with care." +msgstr "" + +#: doc/classes/SoftBody.xml:121 +msgid "The SoftBody's mass." +msgstr "" + +#: doc/classes/Spatial.xml:4 +msgid "Most basic 3D game object, parent of all 3D-related nodes." +msgstr "" + +#: doc/classes/Spatial.xml:7 +msgid "" +"Most basic 3D game object, with a 3D [Transform] and visibility settings. " +"All other 3D game objects inherit from Spatial. Use [Spatial] as a parent " +"node to move, scale, rotate and show/hide children in a 3D project.\n" +"Affine operations (rotate, scale, translate) happen in parent's local " +"coordinate system, unless the [Spatial] object is set as top-level. Affine " +"operations in this coordinate system correspond to direct affine operations " +"on the [Spatial]'s transform. The word local below refers to this coordinate " +"system. The coordinate system that is attached to the [Spatial] object " +"itself is referred to as object-local coordinate system.\n" +"[b]Note:[/b] Unless otherwise specified, all methods that have angle " +"parameters must have angles specified as [i]radians[/i]. To convert degrees " +"to radians, use [method @GDScript.deg2rad]." +msgstr "" + +#: doc/classes/Spatial.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/introduction_to_3d.html" +msgstr "" + +#: doc/classes/Spatial.xml:13 doc/classes/Vector3.xml:16 +msgid "https://github.com/godotengine/godot-demo-projects/tree/master/3d" +msgstr "" + +#: doc/classes/Spatial.xml:25 +msgid "" +"Returns the parent [Spatial], or an empty [Object] if no parent exists or " +"parent is not of type [Spatial]." +msgstr "" + +#: doc/classes/Spatial.xml:31 +msgid "" +"Returns the current [World] resource this [Spatial] node is registered to." +msgstr "" + +#: doc/classes/Spatial.xml:39 +msgid "" +"Rotates the global (world) transformation around axis, a unit [Vector3], by " +"specified angle in radians. The rotation axis is in global coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:46 +msgid "" +"Scales the global (world) transformation by the given [Vector3] scale " +"factors." +msgstr "" + +#: doc/classes/Spatial.xml:53 +msgid "" +"Moves the global (world) transformation by [Vector3] offset. The offset is " +"in global coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:59 +msgid "" +"Disables rendering of this node. Changes [member visible] to [code]false[/" +"code]." +msgstr "" + +#: doc/classes/Spatial.xml:65 +msgid "" +"Returns whether node notifies about its local transformation changes. " +"[Spatial] will not propagate this by default." +msgstr "" + +#: doc/classes/Spatial.xml:71 +msgid "" +"Returns whether this node uses a scale of [code](1, 1, 1)[/code] or its " +"local transformation scale." +msgstr "" + +#: doc/classes/Spatial.xml:77 +msgid "" +"Returns whether this node is set as Toplevel, that is whether it ignores its " +"parent nodes transformations." +msgstr "" + +#: doc/classes/Spatial.xml:83 +msgid "" +"Returns whether the node notifies about its global and local transformation " +"changes. [Spatial] will not propagate this by default." +msgstr "" + +#: doc/classes/Spatial.xml:97 +msgid "" +"Rotates itself so that the local -Z axis points towards the [code]target[/" +"code] position.\n" +"The transform will first be rotated around the given [code]up[/code] vector, " +"and then fully aligned to the target by a further rotation around an axis " +"perpendicular to both the [code]target[/code] and [code]up[/code] vectors.\n" +"Operations take place in global space." +msgstr "" + +#: doc/classes/Spatial.xml:108 +msgid "" +"Moves the node to the specified [code]position[/code], and then rotates " +"itself to point toward the [code]target[/code] as per [method look_at]. " +"Operations take place in global space." +msgstr "" + +#: doc/classes/Spatial.xml:114 +msgid "" +"Resets this node's transformations (like scale, skew and taper) preserving " +"its rotation and translation by performing Gram-Schmidt orthonormalization " +"on this node's [Transform]." +msgstr "" + +#: doc/classes/Spatial.xml:122 +msgid "" +"Rotates the local transformation around axis, a unit [Vector3], by specified " +"angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:130 +msgid "" +"Rotates the local transformation around axis, a unit [Vector3], by specified " +"angle in radians. The rotation axis is in object-local coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:137 +msgid "Rotates the local transformation around the X axis by angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:144 +msgid "Rotates the local transformation around the Y axis by angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:151 +msgid "Rotates the local transformation around the Z axis by angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:158 +msgid "" +"Scales the local transformation by given 3D scale factors in object-local " +"coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:165 +msgid "" +"Makes the node ignore its parents transformations. Node transformations are " +"only in global space." +msgstr "" + +#: doc/classes/Spatial.xml:172 +msgid "" +"Sets whether the node uses a scale of [code](1, 1, 1)[/code] or its local " +"transformation scale. Changes to the local transformation scale are " +"preserved." +msgstr "" + +#: doc/classes/Spatial.xml:178 +msgid "" +"Reset all transformations for this node (sets its [Transform] to the " +"identity matrix)." +msgstr "" + +#: doc/classes/Spatial.xml:185 +msgid "" +"Sets whether the node ignores notification that its transformation (global " +"or local) changed." +msgstr "" + +#: doc/classes/Spatial.xml:192 +msgid "" +"Sets whether the node notifies about its local transformation changes. " +"[Spatial] will not propagate this by default." +msgstr "" + +#: doc/classes/Spatial.xml:199 +msgid "" +"Sets whether the node notifies about its global and local transformation " +"changes. [Spatial] will not propagate this by default, unless it is in the " +"editor context and it has a valid gizmo." +msgstr "" + +#: doc/classes/Spatial.xml:205 +msgid "" +"Enables rendering of this node. Changes [member visible] to [code]true[/" +"code]." +msgstr "" + +#: doc/classes/Spatial.xml:212 +msgid "" +"Transforms [code]local_point[/code] from this node's local space to world " +"space." +msgstr "" + +#: doc/classes/Spatial.xml:219 +msgid "" +"Transforms [code]global_point[/code] from world space to this node's local " +"space." +msgstr "" + +#: doc/classes/Spatial.xml:226 +msgid "" +"Changes the node's position by the given offset [Vector3].\n" +"Note that the translation [code]offset[/code] is affected by the node's " +"scale, so if scaled by e.g. [code](10, 1, 1)[/code], a translation by an " +"offset of [code](2, 0, 0)[/code] would actually add 20 ([code]2 * 10[/code]) " +"to the X coordinate." +msgstr "" + +#: doc/classes/Spatial.xml:234 +msgid "" +"Changes the node's position by the given offset [Vector3] in local space." +msgstr "" + +#: doc/classes/Spatial.xml:240 +msgid "Updates the [SpatialGizmo] of this node." +msgstr "" + +#: doc/classes/Spatial.xml:246 +msgid "" +"The [SpatialGizmo] for this node. Used for example in [EditorSpatialGizmo] " +"as custom visualization and editing handles in Editor." +msgstr "" + +#: doc/classes/Spatial.xml:249 +msgid "World space (global) [Transform] of this node." +msgstr "" + +#: doc/classes/Spatial.xml:252 +msgid "" +"Rotation part of the local transformation in radians, specified in terms of " +"YXZ-Euler angles in the format (X angle, Y angle, Z angle).\n" +"[b]Note:[/b] In the mathematical sense, rotation is a matrix and not a " +"vector. The three Euler angles, which are the three independent parameters " +"of the Euler-angle parametrization of the rotation matrix, are stored in a " +"[Vector3] data structure not because the rotation is a vector, but only " +"because [Vector3] exists as a convenient data-structure to store 3 floating-" +"point numbers. Therefore, applying affine operations on the rotation \"vector" +"\" is not meaningful." +msgstr "" + +#: doc/classes/Spatial.xml:256 +msgid "" +"Rotation part of the local transformation in degrees, specified in terms of " +"YXZ-Euler angles in the format (X angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Spatial.xml:259 +msgid "Scale part of the local transformation." +msgstr "" + +#: doc/classes/Spatial.xml:262 +msgid "Local space [Transform] of this node, with respect to the parent node." +msgstr "" + +#: doc/classes/Spatial.xml:265 +msgid "Local translation of this node." +msgstr "" + +#: doc/classes/Spatial.xml:268 +msgid "" +"If [code]true[/code], this node is drawn. The node is only visible if all of " +"its antecedents are visible as well (in other words, [method " +"is_visible_in_tree] must return [code]true[/code])." +msgstr "" + +#: doc/classes/Spatial.xml:274 +msgid "" +"Emitted by portal system gameplay monitor when a node enters the gameplay " +"area." +msgstr "" + +#: doc/classes/Spatial.xml:279 +msgid "" +"Emitted by portal system gameplay monitor when a node exits the gameplay " +"area." +msgstr "" + +#: doc/classes/Spatial.xml:284 +msgid "Emitted when node visibility changes." +msgstr "" + +#: doc/classes/Spatial.xml:290 +msgid "" +"Spatial nodes receives this notification when their global transform " +"changes. This means that either the current or a parent node changed its " +"transform.\n" +"In order for [constant NOTIFICATION_TRANSFORM_CHANGED] to work, users first " +"need to ask for it, with [method set_notify_transform]. The notification is " +"also sent if the node is in the editor context and it has a valid gizmo." +msgstr "" + +#: doc/classes/Spatial.xml:294 +msgid "" +"Spatial nodes receives this notification when they are registered to new " +"[World] resource." +msgstr "" + +#: doc/classes/Spatial.xml:297 +msgid "" +"Spatial nodes receives this notification when they are unregistered from " +"current [World] resource." +msgstr "" + +#: doc/classes/Spatial.xml:300 +msgid "Spatial nodes receives this notification when their visibility changes." +msgstr "" + +#: doc/classes/Spatial.xml:303 +msgid "" +"Spatial nodes receives this notification if the portal system gameplay " +"monitor detects they have entered the gameplay area." +msgstr "" + +#: doc/classes/Spatial.xml:306 +msgid "" +"Spatial nodes receives this notification if the portal system gameplay " +"monitor detects they have exited the gameplay area." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:4 +msgid "Default 3D rendering material." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:7 +msgid "" +"This provides a default material with a wide variety of rendering features " +"and properties without the need to write shader code. See the tutorial below " +"for details." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/spatial_material.html" +msgstr "" + +#: doc/classes/SpatialMaterial.xml:17 +msgid "Returns [code]true[/code], if the specified [enum Feature] is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:24 +msgid "" +"Returns [code]true[/code], if the specified flag is enabled. See [enum " +"Flags] enumerator for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:31 +msgid "" +"Returns the [Texture] associated with the specified [enum TextureParam]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:39 +msgid "" +"If [code]true[/code], enables the specified [enum Feature]. Many features " +"that are available in [SpatialMaterial]s need to be enabled before use. This " +"way the cost for using the feature is only incurred when specified. Features " +"can also be enabled by setting the corresponding member to [code]true[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:47 +msgid "" +"If [code]true[/code], enables the specified flag. Flags are optional " +"behaviour that can be turned on and off. Only one flag can be enabled at a " +"time with this function, the flag enumerators cannot be bit-masked together " +"to enable or disable multiple flags at once. Flags can also be enabled by " +"setting the corresponding member to [code]true[/code]. See [enum Flags] " +"enumerator for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:55 +msgid "" +"Sets the [Texture] to be used by the specified [enum TextureParam]. This " +"function is called when setting members ending in [code]*_texture[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:61 +msgid "The material's base color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:64 +msgid "" +"Texture to multiply by [member albedo_color]. Used for basic texturing of " +"objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:67 +msgid "The strength of the anisotropy effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:70 +msgid "" +"If [code]true[/code], anisotropy is enabled. Changes the shape of the " +"specular blob and aligns it to tangent space. Mesh tangents are needed for " +"this to work. If the mesh does not contain tangents the anisotropy effect " +"will appear broken." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:73 +msgid "Texture that offsets the tangent map for anisotropy calculations." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:76 +msgid "" +"If [code]true[/code], ambient occlusion is enabled. Ambient occlusion " +"darkens areas based on the [member ao_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:79 +msgid "" +"Amount that ambient occlusion affects lighting from lights. If [code]0[/" +"code], ambient occlusion only affects ambient light. If [code]1[/code], " +"ambient occlusion affects lights just as much as it affects ambient light. " +"This can be used to impact the strength of the ambient occlusion effect, but " +"typically looks unrealistic." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:82 +msgid "" +"If [code]true[/code], use [code]UV2[/code] coordinates to look up from the " +"[member ao_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:85 +msgid "" +"Texture that defines the amount of ambient occlusion for a given point on " +"the object." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:88 doc/classes/SpatialMaterial.xml:325 +msgid "" +"Specifies the channel of the [member ao_texture] in which the ambient " +"occlusion information is stored. This is useful when you store the " +"information for multiple effects in a single texture. For example if you " +"stored metallic in the red channel, roughness in the blue, and ambient " +"occlusion in the green you could reduce the number of textures you use." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:91 +msgid "" +"Sets the strength of the clearcoat effect. Setting to [code]0[/code] looks " +"the same as disabling the clearcoat effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:94 +msgid "" +"If [code]true[/code], clearcoat rendering is enabled. Adds a secondary " +"transparent pass to the lighting calculation resulting in an added specular " +"blob. This makes materials appear as if they have a clear layer on them that " +"can be either glossy or rough.\n" +"[b]Note:[/b] Clearcoat rendering is not visible if the material has [member " +"flags_unshaded] set to [code]true[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:98 +msgid "" +"Sets the roughness of the clearcoat pass. A higher value results in a " +"smoother clearcoat while a lower value results in a rougher clearcoat." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:101 +msgid "" +"Texture that defines the strength of the clearcoat effect and the glossiness " +"of the clearcoat. Strength is specified in the red channel while glossiness " +"is specified in the green channel." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:104 +msgid "" +"If [code]true[/code], the shader will read depth texture at multiple points " +"along the view ray to determine occlusion and parrallax. This can be very " +"performance demanding, but results in more realistic looking depth mapping." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:107 +msgid "" +"If [code]true[/code], depth mapping is enabled (also called \"parallax " +"mapping\" or \"height mapping\"). See also [member normal_enabled].\n" +"[b]Note:[/b] Depth mapping is not supported if triplanar mapping is used on " +"the same material. The value of [member depth_enabled] will be ignored if " +"[member uv1_triplanar] is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:111 +msgid "" +"If [code]true[/code], direction of the binormal is flipped before using in " +"the depth effect. This may be necessary if you have encoded your binormals " +"in a way that is conflicting with the depth effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:114 +msgid "" +"If [code]true[/code], direction of the tangent is flipped before using in " +"the depth effect. This may be necessary if you have encoded your tangents in " +"a way that is conflicting with the depth effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:117 +msgid "" +"Number of layers to use when using [member depth_deep_parallax] and the view " +"direction is perpendicular to the surface of the object. A higher number " +"will be more performance demanding while a lower number may not look as " +"crisp." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:120 +msgid "" +"Number of layers to use when using [member depth_deep_parallax] and the view " +"direction is parallel to the surface of the object. A higher number will be " +"more performance demanding while a lower number may not look as crisp." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:123 +msgid "" +"Scales the depth offset effect. A higher number will create a larger depth." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:126 +msgid "" +"Texture used to determine depth at a given pixel. Depth is always stored in " +"the red channel." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:129 +msgid "Texture that specifies the color of the detail overlay." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:132 +msgid "" +"Specifies how the [member detail_albedo] should blend with the current " +"[code]ALBEDO[/code]. See [enum BlendMode] for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:135 +msgid "" +"If [code]true[/code], enables the detail overlay. Detail is a second texture " +"that gets mixed over the surface of the object based on [member " +"detail_mask]. This can be used to add variation to objects, or to blend " +"between two different albedo/normal textures." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:138 +msgid "" +"Texture used to specify how the detail textures get blended with the base " +"textures." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:141 +msgid "" +"Texture that specifies the per-pixel normal of the detail overlay.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:145 +msgid "" +"Specifies whether to use [code]UV[/code] or [code]UV2[/code] for the detail " +"layer. See [enum DetailUV] for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:148 +msgid "" +"Distance at which the object appears fully opaque.\n" +"[b]Note:[/b] If [code]distance_fade_max_distance[/code] is less than " +"[code]distance_fade_min_distance[/code], the behavior will be reversed. The " +"object will start to fade away at [code]distance_fade_max_distance[/code] " +"and will fully disappear once it reaches [code]distance_fade_min_distance[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:152 +msgid "" +"Distance at which the object starts to become visible. If the object is less " +"than this distance away, it will be invisible.\n" +"[b]Note:[/b] If [code]distance_fade_min_distance[/code] is greater than " +"[code]distance_fade_max_distance[/code], the behavior will be reversed. The " +"object will start to fade away at [code]distance_fade_max_distance[/code] " +"and will fully disappear once it reaches [code]distance_fade_min_distance[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:156 +msgid "" +"Specifies which type of fade to use. Can be any of the [enum " +"DistanceFadeMode]s." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:159 +msgid "The emitted light's color. See [member emission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:162 +msgid "" +"If [code]true[/code], the body emits light. Emitting light makes the object " +"appear brighter. The object can also cast light on other objects if a " +"[GIProbe] or [BakedLightmap] is used and this object is used in baked " +"lighting." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:165 +msgid "The emitted light's strength. See [member emission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:168 +msgid "Use [code]UV2[/code] to read from the [member emission_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:171 +msgid "" +"Sets how [member emission] interacts with [member emission_texture]. Can " +"either add or multiply. See [enum EmissionOperator] for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:174 +msgid "Texture that specifies how much surface emits light at a given point." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:177 +msgid "" +"Forces a conversion of the [member albedo_texture] from sRGB space to linear " +"space." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:180 +msgid "If [code]true[/code], the object receives no ambient light." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:183 +msgid "" +"If [code]true[/code], the object receives no shadow that would otherwise be " +"cast onto it." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:186 +msgid "" +"If [code]true[/code], the shader will compute extra operations to make sure " +"the normal stays correct when using a non-uniform scale. Only enable if " +"using non-uniform scaling." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:189 +msgid "" +"If [code]true[/code], the object is rendered at the same size regardless of " +"distance." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:192 +msgid "" +"If [code]true[/code], depth testing is disabled and the object will be drawn " +"in render order." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:195 +msgid "" +"If [code]true[/code], transparency is enabled on the body. See also [member " +"params_blend_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:198 +msgid "If [code]true[/code], the object is unaffected by lighting." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:201 +msgid "" +"If [code]true[/code], render point size can be changed.\n" +"[b]Note:[/b] This is only effective for objects whose geometry is point-" +"based rather than triangle-based. See also [member params_point_size]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:205 +msgid "" +"If [code]true[/code], enables the \"shadow to opacity\" render mode where " +"lighting modifies the alpha so shadowed areas are opaque and non-shadowed " +"areas are transparent. Useful for overlaying shadows onto a camera feed in " +"AR." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:208 +msgid "" +"If [code]true[/code], lighting is calculated per vertex rather than per " +"pixel. This may increase performance on low-end devices." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:211 +msgid "" +"If [code]true[/code], triplanar mapping is calculated in world space rather " +"than object local space. See also [member uv1_triplanar]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:214 +msgid "" +"A high value makes the material appear more like a metal. Non-metals use " +"their albedo as the diffuse color and add diffuse to the specular " +"reflection. With non-metals, the reflection appears on top of the albedo " +"color. Metals use their albedo as a multiplier to the specular reflection " +"and set the diffuse color to black resulting in a tinted reflection. " +"Materials work better when fully metal or fully non-metal, values between " +"[code]0[/code] and [code]1[/code] should only be used for blending between " +"metal and non-metal sections. To alter the amount of reflection use [member " +"roughness]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:217 +msgid "" +"Sets the size of the specular lobe. The specular lobe is the bright spot " +"that is reflected from light sources.\n" +"[b]Note:[/b] Unlike [member metallic], this is not energy-conserving, so it " +"should be left at [code]0.5[/code] in most cases. See also [member " +"roughness]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:221 +msgid "" +"Texture used to specify metallic for an object. This is multiplied by " +"[member metallic]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:224 +msgid "" +"Specifies the channel of the [member metallic_texture] in which the metallic " +"information is stored. This is useful when you store the information for " +"multiple effects in a single texture. For example if you stored metallic in " +"the red channel, roughness in the blue, and ambient occlusion in the green " +"you could reduce the number of textures you use." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:227 +msgid "If [code]true[/code], normal mapping is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:230 +msgid "The strength of the normal map's effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:233 +msgid "" +"Texture used to specify the normal at a given pixel. The " +"[code]normal_texture[/code] only uses the red and green channels; the blue " +"and alpha channels are ignored. The normal read from [code]normal_texture[/" +"code] is oriented around the surface normal provided by the [Mesh].\n" +"[b]Note:[/b] The mesh must have both normals and tangents defined in its " +"vertex data. Otherwise, the normal map won't render correctly and will only " +"appear to darken the whole surface. If creating geometry with [SurfaceTool], " +"you can use [method SurfaceTool.generate_normals] and [method SurfaceTool." +"generate_tangents] to automatically generate normals and tangents " +"respectively.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:238 +msgid "Threshold at which the alpha scissor will discard values." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:241 +msgid "" +"If [code]true[/code], the shader will keep the scale set for the mesh. " +"Otherwise the scale is lost when billboarding. Only applies when [member " +"params_billboard_mode] is [constant BILLBOARD_ENABLED]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:244 +msgid "" +"Controls how the object faces the camera. See [enum BillboardMode].\n" +"[b]Note:[/b] Billboard mode is not suitable for VR because the left-right " +"vector of the camera is not horizontal when the screen is attached to your " +"head instead of on the table. See [url=https://github.com/godotengine/godot/" +"issues/41567]GitHub issue #41567[/url] for details." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:248 +msgid "" +"The material's blend mode.\n" +"[b]Note:[/b] Values other than [code]Mix[/code] force the object into the " +"transparent pipeline. See [enum BlendMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:252 +msgid "" +"Which side of the object is not drawn when backfaces are rendered. See [enum " +"CullMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:255 +msgid "" +"Determines when depth rendering takes place. See [enum DepthDrawMode]. See " +"also [member flags_transparent]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:258 +msgid "" +"The algorithm used for diffuse light scattering. See [enum DiffuseMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:261 +msgid "" +"If [code]true[/code], enables the vertex grow setting. See [member " +"params_grow_amount]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:264 +msgid "Grows object vertices in the direction of their normals." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:267 +msgid "Currently unimplemented in Godot." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:270 +msgid "The point size in pixels. See [member flags_use_point_size]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:273 +msgid "The method for rendering the specular blob. See [enum SpecularMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:276 +msgid "" +"If [code]true[/code], the shader will discard all pixels that have an alpha " +"value less than [member params_alpha_scissor_threshold]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:279 +msgid "" +"The number of horizontal frames in the particle sprite sheet. Only enabled " +"when using [constant BILLBOARD_PARTICLES]. See [member " +"params_billboard_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:282 +msgid "" +"If [code]true[/code], particle animations are looped. Only enabled when " +"using [constant BILLBOARD_PARTICLES]. See [member params_billboard_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:285 +msgid "" +"The number of vertical frames in the particle sprite sheet. Only enabled " +"when using [constant BILLBOARD_PARTICLES]. See [member " +"params_billboard_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:288 +msgid "" +"Distance over which the fade effect takes place. The larger the distance the " +"longer it takes for an object to fade." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:291 +msgid "" +"If [code]true[/code], the proximity fade effect is enabled. The proximity " +"fade effect fades out each pixel based on its distance to another object." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:294 +msgid "" +"If [code]true[/code], the refraction effect is enabled. Refraction distorts " +"transparency based on light from behind the object. When using the GLES3 " +"backend, the material's roughness value will affect the blurriness of the " +"refraction. Higher roughness values will make the refraction look blurrier." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:297 +msgid "" +"The strength of the refraction effect. Higher values result in a more " +"distorted appearance for the refraction." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:300 +msgid "" +"Texture that controls the strength of the refraction per-pixel. Multiplied " +"by [member refraction_scale]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:303 +msgid "" +"Specifies the channel of the [member refraction_texture] in which the " +"refraction information is stored. This is useful when you store the " +"information for multiple effects in a single texture. For example if you " +"stored metallic in the red channel, roughness in the blue, and ambient " +"occlusion in the green you could reduce the number of textures you use." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:306 +msgid "Sets the strength of the rim lighting effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:309 +msgid "" +"If [code]true[/code], rim effect is enabled. Rim lighting increases the " +"brightness at glancing angles on an object.\n" +"[b]Note:[/b] Rim lighting is not visible if the material has [member " +"flags_unshaded] set to [code]true[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:313 +msgid "" +"Texture used to set the strength of the rim lighting effect per-pixel. " +"Multiplied by [member rim]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:316 +msgid "" +"The amount of to blend light and albedo color when rendering rim effect. If " +"[code]0[/code] the light color is used, while [code]1[/code] means albedo " +"color is used. An intermediate value generally works best." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:319 +msgid "" +"Surface reflection. A value of [code]0[/code] represents a perfect mirror " +"while a value of [code]1[/code] completely blurs the reflection. See also " +"[member metallic]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:322 +msgid "" +"Texture used to control the roughness per-pixel. Multiplied by [member " +"roughness]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:328 +msgid "" +"If [code]true[/code], subsurface scattering is enabled. Emulates light that " +"penetrates an object's surface, is scattered, and then emerges." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:331 +msgid "The strength of the subsurface scattering effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:334 +msgid "" +"Texture used to control the subsurface scattering strength. Stored in the " +"red texture channel. Multiplied by [member subsurf_scatter_strength]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:337 +msgid "" +"The color used by the transmission effect. Represents the light passing " +"through an object." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:340 +msgid "If [code]true[/code], the transmission effect is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:343 +msgid "" +"Texture used to control the transmission effect per-pixel. Added to [member " +"transmission]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:346 +msgid "" +"How much to offset the [code]UV[/code] coordinates. This amount will be " +"added to [code]UV[/code] in the vertex function. This can be used to offset " +"a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:349 +msgid "" +"How much to scale the [code]UV[/code] coordinates. This is multiplied by " +"[code]UV[/code] in the vertex function." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:352 +msgid "" +"If [code]true[/code], instead of using [code]UV[/code] textures will use a " +"triplanar texture lookup to determine how to apply textures. Triplanar uses " +"the orientation of the object's surface to blend between texture " +"coordinates. It reads from the source texture 3 times, once for each axis " +"and then blends between the results based on how closely the pixel aligns " +"with each axis. This is often used for natural features to get a realistic " +"blend of materials. Because triplanar texturing requires many more texture " +"reads per-pixel it is much slower than normal UV texturing. Additionally, " +"because it is blending the texture between the three axes, it is unsuitable " +"when you are trying to achieve crisp texturing." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:355 doc/classes/SpatialMaterial.xml:367 +msgid "" +"A lower number blends the texture more softly while a higher number blends " +"the texture more sharply." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:358 +msgid "" +"How much to offset the [code]UV2[/code] coordinates. This amount will be " +"added to [code]UV2[/code] in the vertex function. This can be used to offset " +"a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:361 +msgid "" +"How much to scale the [code]UV2[/code] coordinates. This is multiplied by " +"[code]UV2[/code] in the vertex function." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:364 +msgid "" +"If [code]true[/code], instead of using [code]UV2[/code] textures will use a " +"triplanar texture lookup to determine how to apply textures. Triplanar uses " +"the orientation of the object's surface to blend between texture " +"coordinates. It reads from the source texture 3 times, once for each axis " +"and then blends between the results based on how closely the pixel aligns " +"with each axis. This is often used for natural features to get a realistic " +"blend of materials. Because triplanar texturing requires many more texture " +"reads per-pixel it is much slower than normal UV texturing. Additionally, " +"because it is blending the texture between the three axes, it is unsuitable " +"when you are trying to achieve crisp texturing." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:370 +msgid "" +"If [code]true[/code], the model's vertex colors are processed as sRGB mode." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:373 +msgid "If [code]true[/code], the vertex color is used as albedo color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:378 +msgid "Texture specifying per-pixel color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:381 +msgid "Texture specifying per-pixel metallic value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:384 +msgid "Texture specifying per-pixel roughness value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:387 +msgid "Texture specifying per-pixel emission color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:390 +msgid "Texture specifying per-pixel normal vector." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:393 +msgid "Texture specifying per-pixel rim value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:396 +msgid "Texture specifying per-pixel clearcoat value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:399 +msgid "" +"Texture specifying per-pixel flowmap direction for use with [member " +"anisotropy]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:402 +msgid "Texture specifying per-pixel ambient occlusion value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:405 +msgid "Texture specifying per-pixel depth." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:408 +msgid "Texture specifying per-pixel subsurface scattering." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:411 +msgid "Texture specifying per-pixel transmission color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:414 +msgid "Texture specifying per-pixel refraction strength." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:417 +msgid "Texture specifying per-pixel detail mask blending value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:420 +msgid "Texture specifying per-pixel detail color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:423 +msgid "Texture specifying per-pixel detail normal." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:426 +msgid "Represents the size of the [enum TextureParam] enum." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:429 +msgid "Use [code]UV[/code] with the detail texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:432 +msgid "Use [code]UV2[/code] with the detail texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:435 +msgid "Constant for setting [member flags_transparent]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:438 +msgid "Constant for setting [member emission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:441 +msgid "Constant for setting [member normal_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:444 +msgid "Constant for setting [member rim_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:447 +msgid "Constant for setting [member clearcoat_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:450 +msgid "Constant for setting [member anisotropy_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:453 +msgid "Constant for setting [member ao_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:456 +msgid "Constant for setting [member depth_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:459 +msgid "Constant for setting [member subsurf_scatter_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:462 +msgid "Constant for setting [member transmission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:465 +msgid "Constant for setting [member refraction_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:468 +msgid "Constant for setting [member detail_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:474 +msgid "" +"Default blend mode. The color of the object is blended over the background " +"based on the object's alpha value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:477 +msgid "The color of the object is added to the background." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:480 +msgid "The color of the object is subtracted from the background." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:483 +msgid "The color of the object is multiplied by the background." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:486 +msgid "Default depth draw mode. Depth is drawn only for opaque objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:489 +msgid "Depth draw is calculated for both opaque and transparent objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:492 +msgid "No depth draw." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:495 +msgid "" +"For transparent objects, an opaque pass is made first with the opaque parts, " +"then transparency is drawn." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:498 +msgid "Default cull mode. The back of the object is culled when not visible." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:501 +msgid "The front of the object is culled when not visible." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:504 +msgid "No culling is performed." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:507 +msgid "" +"No lighting is used on the object. Color comes directly from [code]ALBEDO[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:510 +msgid "" +"Lighting is calculated per-vertex rather than per-pixel. This can be used to " +"increase the speed of the shader at the cost of quality." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:513 +msgid "" +"Disables the depth test, so this object is drawn on top of all others. " +"However, objects drawn after it in the draw order may cover it." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:516 +msgid "Set [code]ALBEDO[/code] to the per-vertex color specified in the mesh." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:519 +msgid "" +"Vertex color is in sRGB space and needs to be converted to linear. Only " +"applies in the GLES3 renderer." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:522 +msgid "" +"Uses point size to alter the size of primitive points. Also changes the " +"albedo texture lookup to use [code]POINT_COORD[/code] instead of [code]UV[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:525 +msgid "" +"Object is scaled by depth so that it always appears the same size on screen." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:528 +msgid "" +"Shader will keep the scale set for the mesh. Otherwise the scale is lost " +"when billboarding. Only applies when [member params_billboard_mode] is " +"[constant BILLBOARD_ENABLED]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:531 +msgid "" +"Use triplanar texture lookup for all texture lookups that would normally use " +"[code]UV[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:534 +msgid "" +"Use triplanar texture lookup for all texture lookups that would normally use " +"[code]UV2[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:537 +msgid "" +"Use [code]UV2[/code] coordinates to look up from the [member ao_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:540 +msgid "" +"Use [code]UV2[/code] coordinates to look up from the [member " +"emission_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:543 +msgid "Use alpha scissor. Set by [member params_use_alpha_scissor]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:546 +msgid "" +"Use world coordinates in the triplanar texture lookup instead of local " +"coordinates." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:549 +msgid "Forces the shader to convert albedo from sRGB space to linear space." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:552 +msgid "Disables receiving shadows from other objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:555 +msgid "Disables receiving ambient light." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:558 +msgid "Ensures that normals appear correct, even with non-uniform scaling." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:561 +msgid "Enables the shadow to opacity feature." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:567 +msgid "Default diffuse scattering algorithm." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:570 +msgid "Diffuse scattering ignores roughness." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:573 +msgid "Extends Lambert to cover more than 90 degrees when roughness increases." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:576 +msgid "Attempts to use roughness to emulate microsurfacing." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:579 +msgid "Uses a hard cut for lighting, with smoothing affected by roughness." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:582 +msgid "Default specular blob." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:585 doc/classes/SpatialMaterial.xml:588 +msgid "Older specular algorithm, included for compatibility." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:591 +msgid "Toon blob which changes size based on roughness." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:594 +msgid "No specular blob." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:597 +msgid "Billboard mode is disabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:600 +msgid "The object's Z axis will always face the camera." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:603 +msgid "The object's X axis will always face the camera." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:606 +msgid "" +"Used for particle systems when assigned to [Particles] and [CPUParticles] " +"nodes. Enables [code]particles_anim_*[/code] properties.\n" +"The [member ParticlesMaterial.anim_speed] or [member CPUParticles." +"anim_speed] should also be set to a positive value for the animation to play." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:610 +msgid "Used to read from the red channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:613 +msgid "Used to read from the green channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:616 +msgid "Used to read from the blue channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:619 +msgid "Used to read from the alpha channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:625 +msgid "Adds the emission color to the color from the emission texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:628 +msgid "Multiplies the emission color by the color from the emission texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:631 +msgid "Do not use distance fade." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:634 +msgid "" +"Smoothly fades the object out based on each pixel's distance from the camera " +"using the alpha channel." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:637 +msgid "" +"Smoothly fades the object out based on each pixel's distance from the camera " +"using a dither approach. Dithering discards pixels based on a set pattern to " +"smoothly fade without enabling transparency. On certain hardware this can be " +"faster than [constant DISTANCE_FADE_PIXEL_ALPHA]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:640 +msgid "" +"Smoothly fades the object out based on the object's distance from the camera " +"using a dither approach. Dithering discards pixels based on a set pattern to " +"smoothly fade without enabling transparency. On certain hardware this can be " +"faster than [constant DISTANCE_FADE_PIXEL_ALPHA]." +msgstr "" + +#: doc/classes/SphereMesh.xml:4 doc/classes/SphereMesh.xml:7 +msgid "Class representing a spherical [PrimitiveMesh]." +msgstr "" + +#: doc/classes/SphereMesh.xml:15 +msgid "Full height of the sphere." +msgstr "" + +#: doc/classes/SphereMesh.xml:18 +msgid "" +"If [code]true[/code], a hemisphere is created rather than a full sphere.\n" +"[b]Note:[/b] To get a regular hemisphere, the height and radius of the " +"sphere must be equal." +msgstr "" + +#: doc/classes/SphereMesh.xml:22 +msgid "Number of radial segments on the sphere." +msgstr "" + +#: doc/classes/SphereMesh.xml:25 +msgid "Radius of sphere." +msgstr "" + +#: doc/classes/SphereMesh.xml:28 +msgid "Number of segments along the height of the sphere." +msgstr "" + +#: doc/classes/SphereShape.xml:4 +msgid "Sphere shape for 3D collisions." +msgstr "" + +#: doc/classes/SphereShape.xml:7 +msgid "" +"Sphere shape for 3D collisions, which can be set into a [PhysicsBody] or " +"[Area]. This shape is useful for modeling sphere-like 3D objects." +msgstr "" + +#: doc/classes/SphereShape.xml:16 +msgid "The sphere's radius. The shape's diameter is double the radius." +msgstr "" + +#: doc/classes/SpinBox.xml:4 +msgid "Numerical input text field." +msgstr "" + +#: doc/classes/SpinBox.xml:7 +msgid "" +"SpinBox is a numerical input text field. It allows entering integers and " +"floats.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var spin_box = SpinBox.new()\n" +"add_child(spin_box)\n" +"var line_edit = spin_box.get_line_edit()\n" +"line_edit.context_menu_enabled = false\n" +"spin_box.align = LineEdit.ALIGN_RIGHT\n" +"[/codeblock]\n" +"The above code will create a [SpinBox], disable context menu on it and set " +"the text alignment to right.\n" +"See [Range] class for more options over the [SpinBox].\n" +"[b]Note:[/b] [SpinBox] relies on an underlying [LineEdit] node. To theme a " +"[SpinBox]'s background, add theme items for [LineEdit] and customize them." +msgstr "" + +#: doc/classes/SpinBox.xml:26 +msgid "Applies the current value of this [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:32 +msgid "" +"Returns the [LineEdit] instance from this [SpinBox]. You can use it to " +"access properties and methods of [LineEdit].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/SpinBox.xml:39 +msgid "Sets the text alignment of the [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:42 +msgid "" +"If [code]true[/code], the [SpinBox] will be editable. Otherwise, it will be " +"read only." +msgstr "" + +#: doc/classes/SpinBox.xml:45 +msgid "" +"Adds the specified [code]prefix[/code] string before the numerical value of " +"the [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:48 +msgid "" +"Adds the specified [code]suffix[/code] string after the numerical value of " +"the [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:55 +msgid "Sets a custom [Texture] for up and down arrows of the [SpinBox]." +msgstr "" + +#: doc/classes/SplitContainer.xml:4 +msgid "Container for splitting and adjusting." +msgstr "" + +#: doc/classes/SplitContainer.xml:7 +msgid "" +"Container for splitting two [Control]s vertically or horizontally, with a " +"grabber that allows adjusting the split offset or ratio." +msgstr "" + +#: doc/classes/SplitContainer.xml:15 +msgid "" +"Clamps the [member split_offset] value to not go outside the currently " +"possible minimal and maximum values." +msgstr "" + +#: doc/classes/SplitContainer.xml:21 +msgid "" +"If [code]true[/code], the area of the first [Control] will be collapsed and " +"the dragger will be disabled." +msgstr "" + +#: doc/classes/SplitContainer.xml:24 +msgid "" +"Determines the dragger's visibility. See [enum DraggerVisibility] for " +"details." +msgstr "" + +#: doc/classes/SplitContainer.xml:27 +msgid "" +"The initial offset of the splitting between the two [Control]s, with " +"[code]0[/code] being at the end of the first [Control]." +msgstr "" + +#: doc/classes/SplitContainer.xml:34 +msgid "Emitted when the dragger is dragged by user." +msgstr "" + +#: doc/classes/SplitContainer.xml:40 +msgid "The split dragger is visible when the cursor hovers it." +msgstr "" + +#: doc/classes/SplitContainer.xml:43 +msgid "The split dragger is never visible." +msgstr "" + +#: doc/classes/SplitContainer.xml:46 +msgid "The split dragger is never visible and its space collapsed." +msgstr "" + +#: doc/classes/SpotLight.xml:4 +msgid "A spotlight, such as a reflector spotlight or a lantern." +msgstr "" + +#: doc/classes/SpotLight.xml:7 +msgid "" +"A Spotlight is a type of [Light] node that emits lights in a specific " +"direction, in the shape of a cone. The light is attenuated through the " +"distance. This attenuation can be configured by changing the energy, radius " +"and attenuation parameters of [Light].\n" +"[b]Note:[/b] By default, only 32 SpotLights may affect a single mesh " +"[i]resource[/i] at once. Consider splitting your level into several meshes " +"to decrease the likelihood that more than 32 lights will affect the same " +"mesh resource. Splitting the level mesh will also improve frustum culling " +"effectiveness, leading to greater performance. If you need to use more " +"lights per mesh, you can increase [member ProjectSettings.rendering/limits/" +"rendering/max_lights_per_object] at the cost of shader compilation times." +msgstr "" + +#: doc/classes/SpotLight.xml:18 +msgid "The spotlight's angle in degrees." +msgstr "" + +#: doc/classes/SpotLight.xml:21 +msgid "The spotlight's angular attenuation curve." +msgstr "" + +#: doc/classes/SpotLight.xml:24 +msgid "The spotlight's light energy attenuation curve." +msgstr "" + +#: doc/classes/SpotLight.xml:27 +msgid "" +"The maximal range that can be reached by the spotlight. Note that the " +"effectively lit area may appear to be smaller depending on the [member " +"spot_attenuation] in use. No matter the [member spot_attenuation] in use, " +"the light will never reach anything outside this range." +msgstr "" + +#: doc/classes/SpringArm.xml:4 +msgid "A helper node, mostly used in 3rd person cameras." +msgstr "" + +#: doc/classes/SpringArm.xml:7 +msgid "" +"The SpringArm node is a node that casts a ray (or collision shape) along its " +"z axis and moves all its direct children to the collision point, minus a " +"margin.\n" +"The most common use case for this is to make a 3rd person camera that reacts " +"to collisions in the environment.\n" +"The SpringArm will either cast a ray, or if a shape is given, it will cast " +"the shape in the direction of its z axis.\n" +"If you use the SpringArm as a camera controller for your player, you might " +"need to exclude the player's collider from the SpringArm's collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:19 +msgid "" +"Adds the [PhysicsBody] object with the given [RID] to the list of " +"[PhysicsBody] objects excluded from the collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:25 +msgid "" +"Clears the list of [PhysicsBody] objects excluded from the collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:31 +msgid "Returns the spring arm's current length." +msgstr "" + +#: doc/classes/SpringArm.xml:38 +msgid "" +"Removes the given [RID] from the list of [PhysicsBody] objects excluded from " +"the collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:44 +msgid "" +"The layers against which the collision check shall be done. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/SpringArm.xml:47 +msgid "" +"When the collision check is made, a candidate length for the SpringArm is " +"given.\n" +"The margin is then subtracted to this length and the translation is applied " +"to the child objects of the SpringArm.\n" +"This margin is useful for when the SpringArm has a [Camera] as a child node: " +"without the margin, the [Camera] would be placed on the exact point of " +"collision, while with the margin the [Camera] would be placed close to the " +"point of collision." +msgstr "" + +#: doc/classes/SpringArm.xml:52 +msgid "" +"The [Shape] to use for the SpringArm.\n" +"When the shape is set, the SpringArm will cast the [Shape] on its z axis " +"instead of performing a ray cast." +msgstr "" + +#: doc/classes/SpringArm.xml:56 +msgid "" +"The maximum extent of the SpringArm. This is used as a length for both the " +"ray and the shape cast used internally to calculate the desired position of " +"the SpringArm's child nodes.\n" +"To know more about how to perform a shape cast or a ray cast, please consult " +"the [PhysicsDirectSpaceState] documentation." +msgstr "" + +#: doc/classes/Sprite.xml:4 +msgid "General-purpose sprite node." +msgstr "" + +#: doc/classes/Sprite.xml:7 +msgid "" +"A node that displays a 2D texture. The texture displayed can be a region " +"from a larger atlas texture, or a frame from a sprite sheet animation." +msgstr "" + +#: doc/classes/Sprite.xml:16 +msgid "" +"Returns a [Rect2] representing the Sprite's boundary in local coordinates. " +"Can be used to detect if the Sprite was clicked. Example:\n" +"[codeblock]\n" +"func _input(event):\n" +" if event is InputEventMouseButton and event.pressed and event." +"button_index == BUTTON_LEFT:\n" +" if get_rect().has_point(to_local(event.position)):\n" +" print(\"A click!\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Sprite.xml:29 +msgid "" +"Returns [code]true[/code], if the pixel at the given position is opaque and " +"[code]false[/code] in other case.\n" +"[b]Note:[/b] It also returns [code]false[/code], if the sprite's texture is " +"[code]null[/code] or if the given position is invalid." +msgstr "" + +#: doc/classes/Sprite.xml:36 +msgid "If [code]true[/code], texture is centered." +msgstr "" + +#: doc/classes/Sprite.xml:45 doc/classes/Sprite3D.xml:15 +msgid "" +"Current frame to display from sprite sheet. [member hframes] or [member " +"vframes] must be greater than 1." +msgstr "" + +#: doc/classes/Sprite.xml:48 doc/classes/Sprite3D.xml:18 +msgid "" +"Coordinates of the frame to display from sprite sheet. This is as an alias " +"for the [member frame] property. [member hframes] or [member vframes] must " +"be greater than 1." +msgstr "" + +#: doc/classes/Sprite.xml:51 doc/classes/Sprite3D.xml:21 +msgid "The number of columns in the sprite sheet." +msgstr "" + +#: doc/classes/Sprite.xml:54 +msgid "" +"The normal map gives depth to the Sprite.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/Sprite.xml:61 +msgid "" +"If [code]true[/code], texture is cut from a larger atlas texture. See " +"[member region_rect]." +msgstr "" + +#: doc/classes/Sprite.xml:64 +msgid "If [code]true[/code], the outermost pixels get blurred out." +msgstr "" + +#: doc/classes/Sprite.xml:67 doc/classes/Sprite3D.xml:27 +msgid "" +"The region of the atlas texture to display. [member region_enabled] must be " +"[code]true[/code]." +msgstr "" + +#: doc/classes/Sprite.xml:70 +msgid "[Texture] object to draw." +msgstr "" + +#: doc/classes/Sprite.xml:73 doc/classes/Sprite3D.xml:33 +msgid "The number of rows in the sprite sheet." +msgstr "" + +#: doc/classes/Sprite.xml:79 doc/classes/Sprite3D.xml:39 +msgid "Emitted when the [member frame] changes." +msgstr "" + +#: doc/classes/Sprite.xml:84 +msgid "Emitted when the [member texture] changes." +msgstr "" + +#: doc/classes/Sprite3D.xml:4 +msgid "2D sprite node in a 3D world." +msgstr "" + +#: doc/classes/Sprite3D.xml:7 +msgid "" +"A node that displays a 2D texture in a 3D environment. The texture displayed " +"can be a region from a larger atlas texture, or a frame from a sprite sheet " +"animation." +msgstr "" + +#: doc/classes/Sprite3D.xml:24 +msgid "" +"If [code]true[/code], texture will be cut from a larger atlas texture. See " +"[member region_rect]." +msgstr "" + +#: doc/classes/Sprite3D.xml:30 +msgid "" +"[Texture] object to draw. If [member GeometryInstance.material_override] is " +"used, this will be overridden." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:4 +msgid "2D sprite node in 3D environment." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:7 +msgid "A node that displays 2D texture information in a 3D environment." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:27 +msgid "Returns the rectangle representing this sprite." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:35 +msgid "If [code]true[/code], the specified flag will be enabled." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:43 +msgid "The direction in which the front of the texture faces." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:51 +msgid "" +"If [code]true[/code], texture can be seen from the back as well, if " +"[code]false[/code], it is invisible when looking at it from behind." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:60 +msgid "" +"A color value that gets multiplied on, could be used for mood-coloring or to " +"simulate the color of light." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:66 +msgid "" +"The objects' visibility on a scale from [code]0[/code] fully invisible to " +"[code]1[/code] fully visible." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:69 +msgid "The size of one pixel's width on the sprite to scale it in 3D." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:72 +msgid "" +"If [code]true[/code], the [Light] in the [Environment] has effects on the " +"sprite." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:75 +msgid "" +"If [code]true[/code], the texture's transparency and the opacity are used to " +"make those parts of the sprite invisible." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:80 +msgid "" +"If set, the texture's transparency and the opacity are used to make those " +"parts of the sprite invisible." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:83 +msgid "If set, lights in the environment affect the sprite." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:86 +msgid "" +"If set, texture can be seen from the back as well, if not, it is invisible " +"when looking at it from behind." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:89 +msgid "Represents the size of the [enum DrawFlags] enum." +msgstr "" + +#: doc/classes/SpriteFrames.xml:4 +msgid "Sprite frame library for AnimatedSprite." +msgstr "" + +#: doc/classes/SpriteFrames.xml:7 +msgid "" +"Sprite frame library for [AnimatedSprite]. Contains frames and animation " +"data for playback.\n" +"[b]Note:[/b] You can associate a set of normal maps by creating additional " +"[SpriteFrames] resources with a [code]_normal[/code] suffix. For example, " +"having 2 [SpriteFrames] resources [code]run[/code] and [code]run_normal[/" +"code] will make it so the [code]run[/code] animation uses the normal map." +msgstr "" + +#: doc/classes/SpriteFrames.xml:17 +msgid "Adds a new animation to the library." +msgstr "" + +#: doc/classes/SpriteFrames.xml:26 +msgid "Adds a frame to the given animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:33 +msgid "Removes all frames from the given animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:39 +msgid "Removes all animations. A \"default\" animation will be created." +msgstr "" + +#: doc/classes/SpriteFrames.xml:46 +msgid "" +"Returns [code]true[/code] if the given animation is configured to loop when " +"it finishes playing. Otherwise, returns [code]false[/code]." +msgstr "" + +#: doc/classes/SpriteFrames.xml:52 +msgid "" +"Returns an array containing the names associated to each animation. Values " +"are placed in alphabetical order." +msgstr "" + +#: doc/classes/SpriteFrames.xml:59 doc/classes/SpriteFrames.xml:120 +msgid "The animation's speed in frames per second." +msgstr "" + +#: doc/classes/SpriteFrames.xml:67 +msgid "Returns the animation's selected frame." +msgstr "" + +#: doc/classes/SpriteFrames.xml:74 +msgid "Returns the number of frames in the animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:81 +msgid "If [code]true[/code], the named animation exists." +msgstr "" + +#: doc/classes/SpriteFrames.xml:88 +msgid "Removes the given animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:96 +msgid "Removes the animation's selected frame." +msgstr "" + +#: doc/classes/SpriteFrames.xml:104 +msgid "Changes the animation's name to [code]newname[/code]." +msgstr "" + +#: doc/classes/SpriteFrames.xml:112 +msgid "If [code]true[/code], the animation will loop." +msgstr "" + +#: doc/classes/SpriteFrames.xml:129 +msgid "Sets the texture of the given frame." +msgstr "" + +#: doc/classes/SpriteFrames.xml:135 +msgid "Compatibility property, always equals to an empty array." +msgstr "" + +#: doc/classes/StaticBody.xml:4 +msgid "Static body for 3D physics." +msgstr "" + +#: doc/classes/StaticBody.xml:7 +msgid "" +"Static body for 3D physics. A static body is a simple body that is not " +"intended to move. In contrast to [RigidBody], they don't consume any CPU " +"resources as long as they don't move.\n" +"Additionally, a constant linear or angular velocity can be set for the " +"static body, so even if it doesn't move, it affects other bodies as if it " +"was moving (this is useful for simulating conveyor belts or conveyor wheels)." +msgstr "" + +#: doc/classes/StaticBody.xml:23 +msgid "" +"The body's constant angular velocity. This does not rotate the body, but " +"affects other bodies that touch it, as if it was in a state of rotation." +msgstr "" + +#: doc/classes/StaticBody.xml:26 +msgid "" +"The body's constant linear velocity. This does not move the body, but " +"affects other bodies that touch it, as if it was in a state of movement." +msgstr "" + +#: doc/classes/StaticBody.xml:29 +msgid "" +"The body's friction, from 0 (frictionless) to 1 (full friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/StaticBody2D.xml:4 +msgid "Static body for 2D physics." +msgstr "" + +#: doc/classes/StaticBody2D.xml:7 +msgid "" +"Static body for 2D physics. A StaticBody2D is a body that is not intended to " +"move. It is ideal for implementing objects in the environment, such as walls " +"or platforms.\n" +"Additionally, a constant linear or angular velocity can be set for the " +"static body, which will affect colliding bodies as if it were moving (for " +"example, a conveyor belt)." +msgstr "" + +#: doc/classes/StaticBody2D.xml:20 +msgid "" +"The body's constant angular velocity. This does not rotate the body, but " +"affects colliding bodies, as if it were rotating." +msgstr "" + +#: doc/classes/StaticBody2D.xml:23 +msgid "" +"The body's constant linear velocity. This does not move the body, but " +"affects colliding bodies, as if it were moving." +msgstr "" + +#: doc/classes/StaticBody2D.xml:26 +msgid "" +"The body's friction. Values range from [code]0[/code] (no friction) to " +"[code]1[/code] (full friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/StreamPeer.xml:4 +msgid "Abstraction and base class for stream-based protocols." +msgstr "" + +#: doc/classes/StreamPeer.xml:7 +msgid "" +"StreamPeer is an abstraction and base class for stream-based protocols (such " +"as TCP). It provides an API for sending and receiving data through streams " +"as raw data or strings." +msgstr "" + +#: doc/classes/StreamPeer.xml:15 +msgid "Gets a signed 16-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:21 +msgid "Gets a signed 32-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:27 +msgid "Gets a signed 64-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:33 +msgid "Gets a signed byte from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:39 +msgid "Returns the amount of bytes this [StreamPeer] has available." +msgstr "" + +#: doc/classes/StreamPeer.xml:46 +msgid "" +"Returns a chunk data with the received bytes. The amount of bytes to be " +"received can be requested in the [code]bytes[/code] argument. If not enough " +"bytes are available, the function will block until the desired amount is " +"received. This function returns two values, an [enum @GlobalScope.Error] " +"code and a data array." +msgstr "" + +#: doc/classes/StreamPeer.xml:52 +msgid "Gets a double-precision float from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:58 +msgid "Gets a single-precision float from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:65 +msgid "" +"Returns a chunk data with the received bytes. The amount of bytes to be " +"received can be requested in the \"bytes\" argument. If not enough bytes are " +"available, the function will return how many were actually received. This " +"function returns two values, an [enum @GlobalScope.Error] code, and a data " +"array." +msgstr "" + +#: doc/classes/StreamPeer.xml:72 +msgid "" +"Gets a string with byte-length [code]bytes[/code] from the stream. If " +"[code]bytes[/code] is negative (default) the length will be read from the " +"stream using the reverse process of [method put_string]." +msgstr "" + +#: doc/classes/StreamPeer.xml:78 +msgid "Gets an unsigned 16-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:84 +msgid "Gets an unsigned 32-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:90 +msgid "Gets an unsigned 64-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:96 +msgid "Gets an unsigned byte from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:103 +msgid "" +"Gets an UTF-8 string with byte-length [code]bytes[/code] from the stream " +"(this decodes the string sent as UTF-8). If [code]bytes[/code] is negative " +"(default) the length will be read from the stream using the reverse process " +"of [method put_utf8_string]." +msgstr "" + +#: doc/classes/StreamPeer.xml:110 +msgid "" +"Gets a Variant from the stream. If [code]allow_objects[/code] is [code]true[/" +"code], decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/StreamPeer.xml:118 +msgid "Puts a signed 16-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:125 +msgid "Puts a signed 32-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:132 +msgid "Puts a signed 64-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:139 +msgid "Puts a signed byte into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:146 +msgid "" +"Sends a chunk of data through the connection, blocking if necessary until " +"the data is done sending. This function returns an [enum @GlobalScope.Error] " +"code." +msgstr "" + +#: doc/classes/StreamPeer.xml:153 +msgid "Puts a double-precision float into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:160 +msgid "Puts a single-precision float into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:167 +msgid "" +"Sends a chunk of data through the connection. If all the data could not be " +"sent at once, only part of it will. This function returns two values, an " +"[enum @GlobalScope.Error] code and an integer, describing how much data was " +"actually sent." +msgstr "" + +#: doc/classes/StreamPeer.xml:174 +msgid "" +"Puts a zero-terminated ASCII string into the stream prepended by a 32-bit " +"unsigned integer representing its size.\n" +"[b]Note:[/b] To put an ASCII string without prepending its size, you can use " +"[method put_data]:\n" +"[codeblock]\n" +"put_data(\"Hello world\".to_ascii())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/StreamPeer.xml:185 +msgid "Puts an unsigned 16-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:192 +msgid "Puts an unsigned 32-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:199 +msgid "Puts an unsigned 64-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:206 +msgid "Puts an unsigned byte into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:213 +msgid "" +"Puts a zero-terminated UTF-8 string into the stream prepended by a 32 bits " +"unsigned integer representing its size.\n" +"[b]Note:[/b] To put an UTF-8 string without prepending its size, you can use " +"[method put_data]:\n" +"[codeblock]\n" +"put_data(\"Hello world\".to_utf8())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/StreamPeer.xml:225 +msgid "" +"Puts a Variant into the stream. If [code]full_objects[/code] is [code]true[/" +"code] encoding objects is allowed (and can potentially include code)." +msgstr "" + +#: doc/classes/StreamPeer.xml:231 +msgid "" +"If [code]true[/code], this [StreamPeer] will using big-endian format for " +"encoding and decoding." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:4 +msgid "SSL stream peer." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:7 +msgid "" +"SSL stream peer. This object can be used to connect to an SSL server or " +"accept a single SSL client connection." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:20 +msgid "" +"Accepts a peer connection as a server using the given [code]private_key[/" +"code] and providing the given [code]certificate[/code] to the client. You " +"can pass the optional [code]chain[/code] parameter to provide additional CA " +"chain information along with the certificate." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:30 +msgid "" +"Connects to a peer using an underlying [StreamPeer] [code]stream[/code]. If " +"[code]validate_certs[/code] is [code]true[/code], [StreamPeerSSL] will " +"validate that the certificate presented by the peer matches the " +"[code]for_hostname[/code].\n" +"[b]Note:[/b] Specifying a custom [code]valid_certificate[/code] is not " +"supported in HTML5 exports due to browsers restrictions." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:37 doc/classes/StreamPeerTCP.xml:23 +msgid "Disconnects from host." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:49 +msgid "" +"Poll the connection to check for incoming bytes. Call this right before " +"[method StreamPeer.get_available_bytes] for it to work properly." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:59 +msgid "A status representing a [StreamPeerSSL] that is disconnected." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:62 +msgid "A status representing a [StreamPeerSSL] during handshaking." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:65 +msgid "A status representing a [StreamPeerSSL] that is connected to a host." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:68 +msgid "A status representing a [StreamPeerSSL] in error state." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:71 +msgid "" +"An error status that shows a mismatch in the SSL certificate domain " +"presented by the host and the domain requested for validation." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:4 +msgid "TCP stream peer." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:7 +msgid "" +"TCP stream peer. This object can be used to connect to TCP servers, or also " +"is returned by a TCP server." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:17 +msgid "" +"Connects to the specified [code]host:port[/code] pair. A hostname will be " +"resolved if valid. Returns [constant OK] on success or [constant FAILED] on " +"failure." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:29 +msgid "Returns the IP of this peer." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:35 +msgid "Returns the port of this peer." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:41 +msgid "Returns the status of the connection, see [enum Status]." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:47 +msgid "" +"Returns [code]true[/code] if this peer is currently connected or is " +"connecting to a host, [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:54 +msgid "" +"If [code]enabled[/code] is [code]true[/code], packets will be sent " +"immediately. If [code]enabled[/code] is [code]false[/code] (the default), " +"packet transfers will be delayed and combined using [url=https://en." +"wikipedia.org/wiki/Nagle%27s_algorithm]Nagle's algorithm[/url].\n" +"[b]Note:[/b] It's recommended to leave this disabled for applications that " +"send large packets or need to transfer a lot of data, as enabling this can " +"decrease the total available bandwidth." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:61 +msgid "" +"The initial status of the [StreamPeerTCP]. This is also the status after " +"disconnecting." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:64 +msgid "A status representing a [StreamPeerTCP] that is connecting to a host." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:67 +msgid "A status representing a [StreamPeerTCP] that is connected to a host." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:70 +msgid "A status representing a [StreamPeerTCP] in error state." +msgstr "" + +#: doc/classes/StreamTexture.xml:4 +msgid "A [code].stex[/code] texture." +msgstr "" + +#: doc/classes/StreamTexture.xml:7 +msgid "A texture that is loaded from a [code].stex[/code] file." +msgstr "" + +#: doc/classes/StreamTexture.xml:16 +msgid "Loads the texture from the given path." +msgstr "" + +#: doc/classes/StreamTexture.xml:23 +msgid "The StreamTexture's file path to a [code].stex[/code] file." +msgstr "" + +#: doc/classes/String.xml:4 +msgid "Built-in string class." +msgstr "" + +#: doc/classes/String.xml:7 +msgid "" +"This is the built-in string class (and the one used by GDScript). It " +"supports Unicode and provides all necessary means for string handling. " +"Strings are reference-counted and use a copy-on-write approach, so passing " +"them around is cheap in resources." +msgstr "" + +#: doc/classes/String.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_format_string.html" +msgstr "" + +#: doc/classes/String.xml:17 +msgid "Constructs a new String from the given [bool]." +msgstr "" + +#: doc/classes/String.xml:24 +msgid "Constructs a new String from the given [int]." +msgstr "" + +#: doc/classes/String.xml:31 +msgid "Constructs a new String from the given [float]." +msgstr "" + +#: doc/classes/String.xml:38 +msgid "Constructs a new String from the given [Vector2]." +msgstr "" + +#: doc/classes/String.xml:45 +msgid "Constructs a new String from the given [Rect2]." +msgstr "" + +#: doc/classes/String.xml:52 +msgid "Constructs a new String from the given [Vector3]." +msgstr "" + +#: doc/classes/String.xml:59 +msgid "Constructs a new String from the given [Transform2D]." +msgstr "" + +#: doc/classes/String.xml:66 +msgid "Constructs a new String from the given [Plane]." +msgstr "" + +#: doc/classes/String.xml:73 +msgid "Constructs a new String from the given [Quat]." +msgstr "" + +#: doc/classes/String.xml:80 +msgid "Constructs a new String from the given [AABB]." +msgstr "" + +#: doc/classes/String.xml:87 +msgid "Constructs a new String from the given [Basis]." +msgstr "" + +#: doc/classes/String.xml:94 +msgid "Constructs a new String from the given [Transform]." +msgstr "" + +#: doc/classes/String.xml:101 +msgid "Constructs a new String from the given [Color]." +msgstr "" + +#: doc/classes/String.xml:108 +msgid "Constructs a new String from the given [NodePath]." +msgstr "" + +#: doc/classes/String.xml:115 +msgid "Constructs a new String from the given [RID]." +msgstr "" + +#: doc/classes/String.xml:122 +msgid "Constructs a new String from the given [Dictionary]." +msgstr "" + +#: doc/classes/String.xml:129 +msgid "Constructs a new String from the given [Array]." +msgstr "" + +#: doc/classes/String.xml:136 +msgid "Constructs a new String from the given [PoolByteArray]." +msgstr "" + +#: doc/classes/String.xml:143 +msgid "Constructs a new String from the given [PoolIntArray]." +msgstr "" + +#: doc/classes/String.xml:150 +msgid "Constructs a new String from the given [PoolRealArray]." +msgstr "" + +#: doc/classes/String.xml:157 +msgid "Constructs a new String from the given [PoolStringArray]." +msgstr "" + +#: doc/classes/String.xml:164 +msgid "Constructs a new String from the given [PoolVector2Array]." +msgstr "" + +#: doc/classes/String.xml:171 +msgid "Constructs a new String from the given [PoolVector3Array]." +msgstr "" + +#: doc/classes/String.xml:178 +msgid "Constructs a new String from the given [PoolColorArray]." +msgstr "" + +#: doc/classes/String.xml:185 +msgid "Returns [code]true[/code] if the string begins with the given string." +msgstr "" + +#: doc/classes/String.xml:191 +msgid "Returns the bigrams (pairs of consecutive letters) of this string." +msgstr "" + +#: doc/classes/String.xml:197 +msgid "" +"Returns a copy of the string with special characters escaped using the C " +"language standard." +msgstr "" + +#: doc/classes/String.xml:203 +msgid "" +"Returns a copy of the string with escaped characters replaced by their " +"meanings. Supported escape sequences are [code]\\'[/code], [code]\\\"[/" +"code], [code]\\?[/code], [code]\\\\[/code], [code]\\a[/code], [code]\\b[/" +"code], [code]\\f[/code], [code]\\n[/code], [code]\\r[/code], [code]\\t[/" +"code], [code]\\v[/code].\n" +"[b]Note:[/b] Unlike the GDScript parser, this method doesn't support the " +"[code]\\uXXXX[/code] escape sequence." +msgstr "" + +#: doc/classes/String.xml:210 +msgid "" +"Changes the case of some letters. Replaces underscores with spaces, adds " +"spaces before in-word uppercase characters, converts all letters to " +"lowercase, then capitalizes the first letter and every letter following a " +"space character. For [code]capitalize camelCase mixed_with_underscores[/" +"code], it will return [code]Capitalize Camel Case Mixed With Underscores[/" +"code]." +msgstr "" + +#: doc/classes/String.xml:217 +msgid "" +"Performs a case-sensitive comparison to another string. Returns [code]-1[/" +"code] if less than, [code]1[/code] if greater than, or [code]0[/code] if " +"equal. \"less than\" or \"greater than\" are determined by the [url=https://" +"en.wikipedia.org/wiki/List_of_Unicode_characters]Unicode code points[/url] " +"of each string, which roughly matches the alphabetical order.\n" +"[b]Behavior with different string lengths:[/b] Returns [code]1[/code] if the " +"\"base\" string is longer than the [code]to[/code] string or [code]-1[/code] " +"if the \"base\" string is shorter than the [code]to[/code] string. Keep in " +"mind this length is determined by the number of Unicode codepoints, [i]not[/" +"i] the actual visible characters.\n" +"[b]Behavior with empty strings:[/b] Returns [code]-1[/code] if the \"base\" " +"string is empty, [code]1[/code] if the [code]to[/code] string is empty or " +"[code]0[/code] if both strings are empty.\n" +"To get a boolean result from a string comparison, use the [code]==[/code] " +"operator instead. See also [method nocasecmp_to]." +msgstr "" + +#: doc/classes/String.xml:229 +msgid "" +"Returns the number of occurrences of substring [code]what[/code] between " +"[code]from[/code] and [code]to[/code] positions. If [code]from[/code] and " +"[code]to[/code] equals 0 the whole string will be used. If only [code]to[/" +"code] equals 0 the remained substring will be used." +msgstr "" + +#: doc/classes/String.xml:238 +msgid "" +"Returns the number of occurrences of substring [code]what[/code] (ignoring " +"case) between [code]from[/code] and [code]to[/code] positions. If " +"[code]from[/code] and [code]to[/code] equals 0 the whole string will be " +"used. If only [code]to[/code] equals 0 the remained substring will be used." +msgstr "" + +#: doc/classes/String.xml:244 +msgid "" +"Returns a copy of the string with indentation (leading tabs and spaces) " +"removed." +msgstr "" + +#: doc/classes/String.xml:250 +msgid "" +"Returns [code]true[/code] if the length of the string equals [code]0[/code]." +msgstr "" + +#: doc/classes/String.xml:257 +msgid "Returns [code]true[/code] if the string ends with the given string." +msgstr "" + +#: doc/classes/String.xml:264 +msgid "" +"Erases [code]chars[/code] characters from the string starting from " +"[code]position[/code]." +msgstr "" + +#: doc/classes/String.xml:272 +msgid "" +"Finds the first occurrence of a substring. Returns the starting position of " +"the substring or [code]-1[/code] if not found. Optionally, the initial " +"search index can be passed.\n" +"[b]Note:[/b] If you just want to know whether a string contains a substring, " +"use the [code]in[/code] operator as follows:\n" +"[codeblock]\n" +"# Will evaluate to `false`.\n" +"if \"i\" in \"team\":\n" +" pass\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:285 +msgid "" +"Finds the last occurrence of a substring. Returns the starting position of " +"the substring or [code]-1[/code] if not found." +msgstr "" + +#: doc/classes/String.xml:293 +msgid "" +"Finds the first occurrence of a substring, ignoring case. Returns the " +"starting position of the substring or [code]-1[/code] if not found. " +"Optionally, the initial search index can be passed." +msgstr "" + +#: doc/classes/String.xml:301 +msgid "" +"Formats the string by replacing all occurrences of [code]placeholder[/code] " +"with [code]values[/code]." +msgstr "" + +#: doc/classes/String.xml:307 +msgid "If the string is a valid file path, returns the base directory name." +msgstr "" + +#: doc/classes/String.xml:313 +msgid "" +"If the string is a valid file path, returns the full file path without the " +"extension." +msgstr "" + +#: doc/classes/String.xml:319 +msgid "" +"Returns the extension without the leading period character ([code].[/code]) " +"if the string is a valid file name or path. If the string does not contain " +"an extension, returns an empty string instead.\n" +"[codeblock]\n" +"print(\"/path/to/file.txt\".get_extension()) # \"txt\"\n" +"print(\"file.txt\".get_extension()) # \"txt\"\n" +"print(\"file.sample.txt\".get_extension()) # \"txt\"\n" +"print(\".txt\".get_extension()) # \"txt\"\n" +"print(\"file.txt.\".get_extension()) # \"\" (empty string)\n" +"print(\"file.txt..\".get_extension()) # \"\" (empty string)\n" +"print(\"txt\".get_extension()) # \"\" (empty string)\n" +"print(\"\".get_extension()) # \"\" (empty string)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:335 +msgid "If the string is a valid file path, returns the filename." +msgstr "" + +#: doc/classes/String.xml:341 +msgid "Hashes the string and returns a 32-bit integer." +msgstr "" + +#: doc/classes/String.xml:347 +msgid "" +"Converts a string containing a hexadecimal number into an integer. " +"Hexadecimal strings are expected to be prefixed with \"[code]0x[/code]\" " +"otherwise [code]0[/code] is returned.\n" +"[codeblock]\n" +"print(\"0xff\".hex_to_int()) # Print \"255\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:356 +msgid "" +"Escapes (encodes) a string to URL friendly format. Also referred to as 'URL " +"encode'.\n" +"[codeblock]\n" +"print(\"https://example.org/?escaped=\" + \"Godot Engine:'docs'\"." +"http_escape())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:365 +msgid "" +"Unescapes (decodes) a string in URL encoded format. Also referred to as 'URL " +"decode'.\n" +"[codeblock]\n" +"print(\"https://example.org/?escaped=\" + \"Godot%20Engine%3A%27docs%27\"." +"http_unescape())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:375 +msgid "" +"Converts [code]size[/code] represented as number of bytes to human-readable " +"format using internationalized set of data size units, namely: B, KiB, MiB, " +"GiB, TiB, PiB, EiB. Note that the next smallest unit is picked automatically " +"to hold at most 1024 units.\n" +"[codeblock]\n" +"var bytes = 133790307\n" +"var size = String.humanize_size(bytes)\n" +"print(size) # prints \"127.5 MiB\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:388 +msgid "" +"Returns a copy of the string with the substring [code]what[/code] inserted " +"at the given position." +msgstr "" + +#: doc/classes/String.xml:394 +msgid "" +"If the string is a path to a file or directory, returns [code]true[/code] if " +"the path is absolute." +msgstr "" + +#: doc/classes/String.xml:400 +msgid "" +"If the string is a path to a file or directory, returns [code]true[/code] if " +"the path is relative." +msgstr "" + +#: doc/classes/String.xml:407 +msgid "" +"Returns [code]true[/code] if this string is a subsequence of the given " +"string." +msgstr "" + +#: doc/classes/String.xml:414 +msgid "" +"Returns [code]true[/code] if this string is a subsequence of the given " +"string, without considering case." +msgstr "" + +#: doc/classes/String.xml:420 +msgid "" +"Returns [code]true[/code] if this string is free from characters that aren't " +"allowed in file names, those being:\n" +"[code]: / \\ ? * \" | % < >[/code]" +msgstr "" + +#: doc/classes/String.xml:427 +msgid "Returns [code]true[/code] if this string contains a valid float." +msgstr "" + +#: doc/classes/String.xml:434 +msgid "" +"Returns [code]true[/code] if this string contains a valid hexadecimal " +"number. If [code]with_prefix[/code] is [code]true[/code], then a validity of " +"the hexadecimal number is determined by [code]0x[/code] prefix, for " +"instance: [code]0xDEADC0DE[/code]." +msgstr "" + +#: doc/classes/String.xml:440 +msgid "" +"Returns [code]true[/code] if this string contains a valid color in " +"hexadecimal HTML notation. Other HTML notations such as named colors or " +"[code]hsl()[/code] colors aren't considered valid by this method and will " +"return [code]false[/code]." +msgstr "" + +#: doc/classes/String.xml:446 +msgid "" +"Returns [code]true[/code] if this string is a valid identifier. A valid " +"identifier may contain only letters, digits and underscores ([code]_[/code]) " +"and the first character may not be a digit." +msgstr "" + +#: doc/classes/String.xml:452 +msgid "Returns [code]true[/code] if this string contains a valid integer." +msgstr "" + +#: doc/classes/String.xml:458 +msgid "" +"Returns [code]true[/code] if this string contains only a well-formatted IPv4 " +"or IPv6 address. This method considers [url=https://en.wikipedia.org/wiki/" +"Reserved_IP_addresses]reserved IP addresses[/url] such as [code]0.0.0.0[/" +"code] as valid." +msgstr "" + +#: doc/classes/String.xml:464 +msgid "" +"Returns a copy of the string with special characters escaped using the JSON " +"standard." +msgstr "" + +#: doc/classes/String.xml:471 +msgid "Returns a number of characters from the left of the string." +msgstr "" + +#: doc/classes/String.xml:477 +msgid "Returns the string's amount of characters." +msgstr "" + +#: doc/classes/String.xml:484 +msgid "" +"Returns a copy of the string with characters removed from the left. The " +"[code]chars[/code] argument is a string specifying the set of characters to " +"be removed.\n" +"[b]Note:[/b] The [code]chars[/code] is not a prefix. See [method " +"trim_prefix] method that will remove a single prefix string rather than a " +"set of characters." +msgstr "" + +#: doc/classes/String.xml:492 +msgid "" +"Does a simple case-sensitive expression match, where [code]\"*\"[/code] " +"matches zero or more arbitrary characters and [code]\"?\"[/code] matches any " +"single character except a period ([code]\".\"[/code])." +msgstr "" + +#: doc/classes/String.xml:499 +msgid "" +"Does a simple case-insensitive expression match, where [code]\"*\"[/code] " +"matches zero or more arbitrary characters and [code]\"?\"[/code] matches any " +"single character except a period ([code]\".\"[/code])." +msgstr "" + +#: doc/classes/String.xml:505 +msgid "Returns the MD5 hash of the string as an array of bytes." +msgstr "" + +#: doc/classes/String.xml:511 +msgid "Returns the MD5 hash of the string as a string." +msgstr "" + +#: doc/classes/String.xml:518 +msgid "" +"Performs a case-insensitive [i]natural order[/i] comparison to another " +"string. Returns [code]-1[/code] if less than, [code]1[/code] if greater " +"than, or [code]0[/code] if equal. \"less than\" or \"greater than\" are " +"determined by the [url=https://en.wikipedia.org/wiki/" +"List_of_Unicode_characters]Unicode code points[/url] of each string, which " +"roughly matches the alphabetical order. Internally, lowercase characters " +"will be converted to uppercase during the comparison.\n" +"When used for sorting, natural order comparison will order suites of numbers " +"as expected by most people. If you sort the numbers from 1 to 10 using " +"natural order, you will get [code][1, 2, 3, ...][/code] instead of [code][1, " +"10, 2, 3, ...][/code].\n" +"[b]Behavior with different string lengths:[/b] Returns [code]1[/code] if the " +"\"base\" string is longer than the [code]to[/code] string or [code]-1[/code] " +"if the \"base\" string is shorter than the [code]to[/code] string. Keep in " +"mind this length is determined by the number of Unicode codepoints, [i]not[/" +"i] the actual visible characters.\n" +"[b]Behavior with empty strings:[/b] Returns [code]-1[/code] if the \"base\" " +"string is empty, [code]1[/code] if the [code]to[/code] string is empty or " +"[code]0[/code] if both strings are empty.\n" +"To get a boolean result from a string comparison, use the [code]==[/code] " +"operator instead. See also [method nocasecmp_to] and [method casecmp_to]." +msgstr "" + +#: doc/classes/String.xml:529 +msgid "" +"Performs a case-insensitive comparison to another string. Returns [code]-1[/" +"code] if less than, [code]1[/code] if greater than, or [code]0[/code] if " +"equal. \"less than\" or \"greater than\" are determined by the [url=https://" +"en.wikipedia.org/wiki/List_of_Unicode_characters]Unicode code points[/url] " +"of each string, which roughly matches the alphabetical order. Internally, " +"lowercase characters will be converted to uppercase during the comparison.\n" +"[b]Behavior with different string lengths:[/b] Returns [code]1[/code] if the " +"\"base\" string is longer than the [code]to[/code] string or [code]-1[/code] " +"if the \"base\" string is shorter than the [code]to[/code] string. Keep in " +"mind this length is determined by the number of Unicode codepoints, [i]not[/" +"i] the actual visible characters.\n" +"[b]Behavior with empty strings:[/b] Returns [code]-1[/code] if the \"base\" " +"string is empty, [code]1[/code] if the [code]to[/code] string is empty or " +"[code]0[/code] if both strings are empty.\n" +"To get a boolean result from a string comparison, use the [code]==[/code] " +"operator instead. See also [method casecmp_to]." +msgstr "" + +#: doc/classes/String.xml:539 +msgid "Returns the character code at position [code]at[/code]." +msgstr "" + +#: doc/classes/String.xml:546 +msgid "" +"Formats a number to have an exact number of [code]digits[/code] after the " +"decimal point." +msgstr "" + +#: doc/classes/String.xml:553 +msgid "" +"Formats a number to have an exact number of [code]digits[/code] before the " +"decimal point." +msgstr "" + +#: doc/classes/String.xml:559 +msgid "Decode a percent-encoded string. See [method percent_encode]." +msgstr "" + +#: doc/classes/String.xml:565 +msgid "" +"Percent-encodes a string. Encodes parameters in a URL when sending a HTTP " +"GET request (and bodies of form-urlencoded POST requests)." +msgstr "" + +#: doc/classes/String.xml:572 +msgid "" +"If the string is a path, this concatenates [code]file[/code] at the end of " +"the string as a subpath. E.g. [code]\"this/is\".plus_file(\"path\") == " +"\"this/is/path\"[/code]." +msgstr "" + +#: doc/classes/String.xml:579 +msgid "" +"Returns original string repeated a number of times. The number of " +"repetitions is given by the argument." +msgstr "" + +#: doc/classes/String.xml:587 +msgid "" +"Replaces occurrences of a case-sensitive substring with the given one inside " +"the string." +msgstr "" + +#: doc/classes/String.xml:595 +msgid "" +"Replaces occurrences of a case-insensitive substring with the given one " +"inside the string." +msgstr "" + +#: doc/classes/String.xml:603 +msgid "" +"Performs a case-sensitive search for a substring, but starts from the end of " +"the string instead of the beginning." +msgstr "" + +#: doc/classes/String.xml:611 +msgid "" +"Performs a case-insensitive search for a substring, but starts from the end " +"of the string instead of the beginning." +msgstr "" + +#: doc/classes/String.xml:618 +msgid "Returns the right side of the string from a given position." +msgstr "" + +#: doc/classes/String.xml:627 +msgid "" +"Splits the string by a [code]delimiter[/code] string and returns an array of " +"the substrings, starting from right.\n" +"The splits in the returned array are sorted in the same order as the " +"original string, from left to right.\n" +"If [code]maxsplit[/code] is specified, it defines the number of splits to do " +"from the right up to [code]maxsplit[/code]. The default value of 0 means " +"that all items are split, thus giving the same result as [method split].\n" +"Example:\n" +"[codeblock]\n" +"var some_string = \"One,Two,Three,Four\"\n" +"var some_array = some_string.rsplit(\",\", true, 1)\n" +"print(some_array.size()) # Prints 2\n" +"print(some_array[0]) # Prints \"Four\"\n" +"print(some_array[1]) # Prints \"Three,Two,One\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:644 +msgid "" +"Returns a copy of the string with characters removed from the right. The " +"[code]chars[/code] argument is a string specifying the set of characters to " +"be removed.\n" +"[b]Note:[/b] The [code]chars[/code] is not a suffix. See [method " +"trim_suffix] method that will remove a single suffix string rather than a " +"set of characters." +msgstr "" + +#: doc/classes/String.xml:651 +msgid "Returns the SHA-1 hash of the string as an array of bytes." +msgstr "" + +#: doc/classes/String.xml:657 +msgid "Returns the SHA-1 hash of the string as a string." +msgstr "" + +#: doc/classes/String.xml:663 +msgid "Returns the SHA-256 hash of the string as an array of bytes." +msgstr "" + +#: doc/classes/String.xml:669 +msgid "Returns the SHA-256 hash of the string as a string." +msgstr "" + +#: doc/classes/String.xml:676 +msgid "" +"Returns the similarity index of the text compared to this string. 1 means " +"totally similar and 0 means totally dissimilar." +msgstr "" + +#: doc/classes/String.xml:682 +msgid "Returns a simplified canonical path." +msgstr "" + +#: doc/classes/String.xml:691 +msgid "" +"Splits the string by a [code]delimiter[/code] string and returns an array of " +"the substrings. The [code]delimiter[/code] can be of any length.\n" +"If [code]maxsplit[/code] is specified, it defines the number of splits to do " +"from the left up to [code]maxsplit[/code]. The default value of [code]0[/" +"code] means that all items are split.\n" +"Example:\n" +"[codeblock]\n" +"var some_string = \"One,Two,Three,Four\"\n" +"var some_array = some_string.split(\",\", true, 1)\n" +"print(some_array.size()) # Prints 2\n" +"print(some_array[0]) # Prints \"One\"\n" +"print(some_array[1]) # Prints \"Two,Three,Four\"\n" +"[/codeblock]\n" +"If you need to split strings with more complex rules, use the [RegEx] class " +"instead." +msgstr "" + +#: doc/classes/String.xml:709 +msgid "" +"Splits the string in floats by using a delimiter string and returns an array " +"of the substrings.\n" +"For example, [code]\"1,2.5,3\"[/code] will return [code][1,2.5,3][/code] if " +"split by [code]\",\"[/code]." +msgstr "" + +#: doc/classes/String.xml:718 +msgid "" +"Returns a copy of the string stripped of any non-printable character " +"(including tabulations, spaces and line breaks) at the beginning and the " +"end. The optional arguments are used to toggle stripping on the left and " +"right edges respectively." +msgstr "" + +#: doc/classes/String.xml:724 +msgid "" +"Returns a copy of the string stripped of any escape character. These include " +"all non-printable control characters of the first page of the ASCII table (< " +"32), such as tabulation ([code]\\t[/code] in C) and newline ([code]\\n[/" +"code] and [code]\\r[/code]) characters, but not spaces." +msgstr "" + +#: doc/classes/String.xml:732 +msgid "" +"Returns part of the string from the position [code]from[/code] with length " +"[code]len[/code]. Argument [code]len[/code] is optional and using [code]-1[/" +"code] will return remaining characters from given position." +msgstr "" + +#: doc/classes/String.xml:738 +msgid "" +"Converts the String (which is a character array) to [PoolByteArray] (which " +"is an array of bytes). The conversion is faster compared to [method " +"to_utf8], as this method assumes that all the characters in the String are " +"ASCII characters." +msgstr "" + +#: doc/classes/String.xml:744 +msgid "" +"Converts a string containing a decimal number into a [code]float[/code]." +msgstr "" + +#: doc/classes/String.xml:750 +msgid "" +"Converts a string containing an integer number into an [code]int[/code]." +msgstr "" + +#: doc/classes/String.xml:756 +msgid "Returns the string converted to lowercase." +msgstr "" + +#: doc/classes/String.xml:762 +msgid "Returns the string converted to uppercase." +msgstr "" + +#: doc/classes/String.xml:768 +msgid "" +"Converts the String (which is an array of characters) to [PoolByteArray] " +"(which is an array of bytes). The conversion is a bit slower than [method " +"to_ascii], but supports all UTF-8 characters. Therefore, you should prefer " +"this function over [method to_ascii]." +msgstr "" + +#: doc/classes/String.xml:774 +msgid "" +"Converts the String (which is an array of characters) to [PoolByteArray] " +"(which is an array of bytes)." +msgstr "" + +#: doc/classes/String.xml:781 +msgid "" +"Removes a given string from the start if it starts with it or leaves the " +"string unchanged." +msgstr "" + +#: doc/classes/String.xml:788 +msgid "" +"Removes a given string from the end if it ends with it or leaves the string " +"unchanged." +msgstr "" + +#: doc/classes/String.xml:794 +msgid "" +"Removes any characters from the string that are prohibited in [Node] names " +"([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]\"[/" +"code])." +msgstr "" + +#: doc/classes/String.xml:800 +msgid "" +"Returns a copy of the string with special characters escaped using the XML " +"standard." +msgstr "" + +#: doc/classes/String.xml:806 +msgid "" +"Returns a copy of the string with escaped characters replaced by their " +"meanings according to the XML standard." +msgstr "" + +#: doc/classes/StyleBox.xml:4 +msgid "Base class for drawing stylized boxes for the UI." +msgstr "" + +#: doc/classes/StyleBox.xml:7 +msgid "" +"StyleBox is [Resource] that provides an abstract base class for drawing " +"stylized boxes for the UI. StyleBoxes are used for drawing the styles of " +"buttons, line edit backgrounds, tree backgrounds, etc. and also for testing " +"a transparency mask for pointer signals. If mask test fails on a StyleBox " +"assigned as mask to a control, clicks and motion signals will go through it " +"to the one below.\n" +"[b]Note:[/b] For children of [Control] that have [i]Theme Properties[/i], " +"the [code]focus[/code] [StyleBox] is displayed over the [code]normal[/code], " +"[code]hover[/code] or [code]pressed[/code] [StyleBox]. This makes the " +"[code]focus[/code] [StyleBox] more reusable across different nodes." +msgstr "" + +#: doc/classes/StyleBox.xml:18 +msgid "" +"Draws this stylebox using a [CanvasItem] with given [RID].\n" +"You can get a [RID] value using [method Object.get_instance_id] on a " +"[CanvasItem]-derived node." +msgstr "" + +#: doc/classes/StyleBox.xml:25 +msgid "Returns the size of this [StyleBox] without the margins." +msgstr "" + +#: doc/classes/StyleBox.xml:31 +msgid "" +"Returns the [CanvasItem] that handles its [constant CanvasItem." +"NOTIFICATION_DRAW] or [method CanvasItem._draw] callback at this moment." +msgstr "" + +#: doc/classes/StyleBox.xml:38 +msgid "Returns the default value of the specified [enum Margin]." +msgstr "" + +#: doc/classes/StyleBox.xml:45 +msgid "" +"Returns the content margin offset for the specified [enum Margin].\n" +"Positive values reduce size inwards, unlike [Control]'s margin values." +msgstr "" + +#: doc/classes/StyleBox.xml:52 +msgid "Returns the minimum size that this stylebox can be shrunk to." +msgstr "" + +#: doc/classes/StyleBox.xml:58 +msgid "" +"Returns the \"offset\" of a stylebox. This helper function returns a value " +"equivalent to [code]Vector2(style.get_margin(MARGIN_LEFT), style." +"get_margin(MARGIN_TOP))[/code]." +msgstr "" + +#: doc/classes/StyleBox.xml:66 +msgid "" +"Sets the default value of the specified [enum Margin] to given [code]offset[/" +"code] in pixels." +msgstr "" + +#: doc/classes/StyleBox.xml:74 +msgid "Test a position in a rectangle, return whether it passes the mask test." +msgstr "" + +#: doc/classes/StyleBox.xml:80 +msgid "" +"The bottom margin for the contents of this style box. Increasing this value " +"reduces the space available to the contents from the bottom.\n" +"If this value is negative, it is ignored and a child-specific margin is used " +"instead. For example for [StyleBoxFlat] the border thickness (if any) is " +"used instead.\n" +"It is up to the code using this style box to decide what these contents are: " +"for example, a [Button] respects this content margin for the textual " +"contents of the button.\n" +"[method get_margin] should be used to fetch this value as consumer instead " +"of reading these properties directly. This is because it correctly respects " +"negative values and the fallback mentioned above." +msgstr "" + +#: doc/classes/StyleBox.xml:86 +msgid "" +"The left margin for the contents of this style box.Increasing this value " +"reduces the space available to the contents from the left.\n" +"Refer to [member content_margin_bottom] for extra considerations." +msgstr "" + +#: doc/classes/StyleBox.xml:90 +msgid "" +"The right margin for the contents of this style box. Increasing this value " +"reduces the space available to the contents from the right.\n" +"Refer to [member content_margin_bottom] for extra considerations." +msgstr "" + +#: doc/classes/StyleBox.xml:94 +msgid "" +"The top margin for the contents of this style box. Increasing this value " +"reduces the space available to the contents from the top.\n" +"Refer to [member content_margin_bottom] for extra considerations." +msgstr "" + +#: doc/classes/StyleBoxEmpty.xml:4 +msgid "Empty stylebox (does not display anything)." +msgstr "" + +#: doc/classes/StyleBoxEmpty.xml:7 +msgid "Empty stylebox (really does not display anything)." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:4 +msgid "" +"Customizable [StyleBox] with a given set of parameters (no texture required)." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:7 +msgid "" +"This [StyleBox] can be used to achieve all kinds of looks without the need " +"of a texture. The following properties are customizable:\n" +"- Color\n" +"- Border width (individual width for each border)\n" +"- Rounded corners (individual radius for each corner)\n" +"- Shadow (with blur and offset)\n" +"Setting corner radius to high values is allowed. As soon as corners overlap, " +"the stylebox will switch to a relative system. Example:\n" +"[codeblock]\n" +"height = 30\n" +"corner_radius_top_left = 50\n" +"corner_radius_bottom_left = 100\n" +"[/codeblock]\n" +"The relative system now would take the 1:2 ratio of the two left corners to " +"calculate the actual corner width. Both corners added will [b]never[/b] be " +"more than the height. Result:\n" +"[codeblock]\n" +"corner_radius_top_left: 10\n" +"corner_radius_bottom_left: 20\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:31 +msgid "" +"Returns the given [code]margin[/code]'s border width. See [enum Margin] for " +"possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:37 +msgid "Returns the smallest border width out of all four borders." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:44 +msgid "" +"Returns the given [code]corner[/code]'s radius. See [enum Corner] for " +"possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:51 doc/classes/StyleBoxTexture.xml:16 +msgid "" +"Returns the size of the given [code]margin[/code]'s expand margin. See [enum " +"Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:59 +msgid "" +"Sets the border width to [code]width[/code] pixels for the given " +"[code]margin[/code]. See [enum Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:66 +msgid "Sets the border width to [code]width[/code] pixels for all margins." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:74 +msgid "" +"Sets the corner radius to [code]radius[/code] pixels for the given " +"[code]corner[/code]. See [enum Corner] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:81 +msgid "Sets the corner radius to [code]radius[/code] pixels for all corners." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:91 +msgid "" +"Sets the corner radius for each corner to [code]radius_top_left[/code], " +"[code]radius_top_right[/code], [code]radius_bottom_right[/code], and " +"[code]radius_bottom_left[/code] pixels." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:99 doc/classes/StyleBoxTexture.xml:48 +msgid "" +"Sets the expand margin to [code]size[/code] pixels for the given " +"[code]margin[/code]. See [enum Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:106 doc/classes/StyleBoxTexture.xml:30 +msgid "Sets the expand margin to [code]size[/code] pixels for all margins." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:116 doc/classes/StyleBoxTexture.xml:40 +msgid "" +"Sets the expand margin for each margin to [code]size_left[/code], " +"[code]size_top[/code], [code]size_right[/code], and [code]size_bottom[/code] " +"pixels." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:122 +msgid "" +"Antialiasing draws a small ring around the edges, which fades to " +"transparency. As a result, edges look much smoother. This is only noticeable " +"when using rounded corners.\n" +"[b]Note:[/b] When using beveled corners with 45-degree angles ([member " +"corner_detail] = 1), it is recommended to set [member anti_aliasing] to " +"[code]false[/code] to ensure crisp visuals and avoid possible visual " +"glitches." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:126 +msgid "" +"This changes the size of the faded ring. Higher values can be used to " +"achieve a \"blurry\" effect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:129 +msgid "The background color of the stylebox." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:132 +msgid "If [code]true[/code], the border will fade into the background color." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:135 +msgid "Sets the color of the border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:138 +msgid "Border width for the bottom border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:141 +msgid "Border width for the left border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:144 +msgid "Border width for the right border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:147 +msgid "Border width for the top border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:150 +msgid "" +"This sets the number of vertices used for each corner. Higher values result " +"in rounder corners but take more processing power to compute. When choosing " +"a value, you should take the corner radius ([method set_corner_radius_all]) " +"into account.\n" +"For corner radii less than 10, [code]4[/code] or [code]5[/code] should be " +"enough. For corner radii less than 30, values between [code]8[/code] and " +"[code]12[/code] should be enough.\n" +"A corner detail of [code]1[/code] will result in chamfered corners instead " +"of rounded corners, which is useful for some artistic effects." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:155 +msgid "" +"The bottom-left corner's radius. If [code]0[/code], the corner is not " +"rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:158 +msgid "" +"The bottom-right corner's radius. If [code]0[/code], the corner is not " +"rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:161 +msgid "" +"The top-left corner's radius. If [code]0[/code], the corner is not rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:164 +msgid "" +"The top-right corner's radius. If [code]0[/code], the corner is not rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:167 +msgid "Toggles drawing of the inner part of the stylebox." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:170 +msgid "" +"Expands the stylebox outside of the control rect on the bottom edge. Useful " +"in combination with [member border_width_bottom] to draw a border outside " +"the control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:173 +msgid "" +"Expands the stylebox outside of the control rect on the left edge. Useful in " +"combination with [member border_width_left] to draw a border outside the " +"control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:176 +msgid "" +"Expands the stylebox outside of the control rect on the right edge. Useful " +"in combination with [member border_width_right] to draw a border outside the " +"control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:179 +msgid "" +"Expands the stylebox outside of the control rect on the top edge. Useful in " +"combination with [member border_width_top] to draw a border outside the " +"control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:182 +msgid "" +"The color of the shadow. This has no effect if [member shadow_size] is lower " +"than 1." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:185 +msgid "" +"The shadow offset in pixels. Adjusts the position of the shadow relatively " +"to the stylebox." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:188 +msgid "The shadow size in pixels." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:4 +msgid "[StyleBox] that displays a single line." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:7 +msgid "" +"[StyleBox] that displays a single line of a given color and thickness. It " +"can be used to draw things like separators." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:15 +msgid "The line's color." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:18 +msgid "" +"The number of pixels the line will extend before the [StyleBoxLine]'s " +"bounds. If set to a negative value, the line will begin inside the " +"[StyleBoxLine]'s bounds." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:21 +msgid "" +"The number of pixels the line will extend past the [StyleBoxLine]'s bounds. " +"If set to a negative value, the line will end inside the [StyleBoxLine]'s " +"bounds." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:24 +msgid "The line's thickness in pixels." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:27 +msgid "" +"If [code]true[/code], the line will be vertical. If [code]false[/code], the " +"line will be horizontal." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:4 +msgid "Texture-based nine-patch [StyleBox]." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:7 +msgid "" +"Texture-based nine-patch [StyleBox], in a way similar to [NinePatchRect]. " +"This stylebox performs a 3×3 scaling of a texture, where only the center " +"cell is fully stretched. This makes it possible to design bordered styles " +"regardless of the stylebox's size." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:23 +msgid "" +"Returns the size of the given [code]margin[/code]. See [enum Margin] for " +"possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:56 +msgid "" +"Sets the margin to [code]size[/code] pixels for the given [code]margin[/" +"code]. See [enum Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:62 +msgid "" +"Controls how the stylebox's texture will be stretched or tiled horizontally. " +"See [enum AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:65 +msgid "" +"Controls how the stylebox's texture will be stretched or tiled vertically. " +"See [enum AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:68 +msgid "" +"If [code]true[/code], the nine-patch texture's center tile will be drawn." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:71 +msgid "" +"Expands the bottom margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:74 +msgid "" +"Expands the left margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:77 +msgid "" +"Expands the right margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:80 +msgid "" +"Expands the top margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:83 +msgid "" +"Increases the bottom margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the bottom border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_bottom] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:88 +msgid "" +"Increases the left margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the left border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_left] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:93 +msgid "" +"Increases the right margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the right border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_right] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:98 +msgid "" +"Increases the top margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the top border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_top] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:103 +msgid "Modulates the color of the texture when this style box is drawn." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:106 +msgid "" +"The normal map to use when drawing this style box.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:110 +msgid "" +"Species a sub-region of the texture to use.\n" +"This is equivalent to first wrapping the texture in an [AtlasTexture] with " +"the same region." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:114 +msgid "The texture to use when drawing this style box." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:120 +msgid "Emitted when the stylebox's texture is changed." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:126 +msgid "" +"Stretch the stylebox's texture. This results in visible distortion unless " +"the texture size matches the stylebox's size perfectly." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:129 +msgid "" +"Repeats the stylebox's texture to match the stylebox's size according to the " +"nine-patch system." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:132 +msgid "" +"Repeats the stylebox's texture to match the stylebox's size according to the " +"nine-patch system. Unlike [constant AXIS_STRETCH_MODE_TILE], the texture may " +"be slightly stretched to make the nine-patch texture tile seamlessly." +msgstr "" + +#: doc/classes/SurfaceTool.xml:4 +msgid "Helper tool to create geometry." +msgstr "" + +#: doc/classes/SurfaceTool.xml:7 +msgid "" +"The [SurfaceTool] is used to construct a [Mesh] by specifying vertex " +"attributes individually. It can be used to construct a [Mesh] from a script. " +"All properties except indices need to be added before calling [method " +"add_vertex]. For example, to add vertex colors and UVs:\n" +"[codeblock]\n" +"var st = SurfaceTool.new()\n" +"st.begin(Mesh.PRIMITIVE_TRIANGLES)\n" +"st.add_color(Color(1, 0, 0))\n" +"st.add_uv(Vector2(0, 0))\n" +"st.add_vertex(Vector3(0, 0, 0))\n" +"[/codeblock]\n" +"The above [SurfaceTool] now contains one vertex of a triangle which has a UV " +"coordinate and a specified [Color]. If another vertex were added without " +"calling [method add_uv] or [method add_color], then the last values would be " +"used.\n" +"Vertex attributes must be passed [b]before[/b] calling [method add_vertex]. " +"Failure to do so will result in an error when committing the vertex " +"information to a mesh.\n" +"Additionally, the attributes used before the first vertex is added determine " +"the format of the mesh. For example, if you only add UVs to the first " +"vertex, you cannot add color to any of the subsequent vertices.\n" +"See also [ArrayMesh], [ImmediateGeometry] and [MeshDataTool] for procedural " +"geometry generation.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes." +msgstr "" + +#: doc/classes/SurfaceTool.xml:29 +msgid "" +"Specifies an array of bones to use for the [i]next[/i] vertex. [code]bones[/" +"code] must contain 4 integers." +msgstr "" + +#: doc/classes/SurfaceTool.xml:36 +msgid "" +"Specifies a [Color] to use for the [i]next[/i] vertex. If every vertex needs " +"to have this information set and you fail to submit it for the first vertex, " +"this information may not be used at all.\n" +"[b]Note:[/b] The material must have [member SpatialMaterial." +"vertex_color_use_as_albedo] enabled for the vertex color to be visible." +msgstr "" + +#: doc/classes/SurfaceTool.xml:44 +msgid "" +"Adds an index to index array if you are using indexed vertices. Does not " +"need to be called before adding vertices." +msgstr "" + +#: doc/classes/SurfaceTool.xml:51 +msgid "" +"Specifies a normal to use for the [i]next[/i] vertex. If every vertex needs " +"to have this information set and you fail to submit it for the first vertex, " +"this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:58 +msgid "" +"Specifies whether the current vertex (if using only vertex arrays) or " +"current index (if also using index arrays) should use smooth normals for " +"normal calculation." +msgstr "" + +#: doc/classes/SurfaceTool.xml:65 +msgid "" +"Specifies a tangent to use for the [i]next[/i] vertex. If every vertex needs " +"to have this information set and you fail to submit it for the first vertex, " +"this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:77 +msgid "" +"Inserts a triangle fan made of array data into [Mesh] being constructed.\n" +"Requires the primitive type be set to [constant Mesh.PRIMITIVE_TRIANGLES]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:85 +msgid "" +"Specifies a set of UV coordinates to use for the [i]next[/i] vertex. If " +"every vertex needs to have this information set and you fail to submit it " +"for the first vertex, this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:92 +msgid "" +"Specifies an optional second set of UV coordinates to use for the [i]next[/" +"i] vertex. If every vertex needs to have this information set and you fail " +"to submit it for the first vertex, this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:99 +msgid "" +"Specifies the position of current vertex. Should be called after specifying " +"other vertex properties (e.g. Color, UV)." +msgstr "" + +#: doc/classes/SurfaceTool.xml:106 +msgid "" +"Specifies weight values to use for the [i]next[/i] vertex. [code]weights[/" +"code] must contain 4 values. If every vertex needs to have this information " +"set and you fail to submit it for the first vertex, this information may not " +"be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:115 +msgid "" +"Append vertices from a given [Mesh] surface onto the current vertex array " +"with specified [Transform]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:122 +msgid "" +"Called before adding any vertices. Takes the primitive type as an argument " +"(e.g. [constant Mesh.PRIMITIVE_TRIANGLES])." +msgstr "" + +#: doc/classes/SurfaceTool.xml:128 +msgid "Clear all information passed into the surface tool so far." +msgstr "" + +#: doc/classes/SurfaceTool.xml:136 +msgid "" +"Returns a constructed [ArrayMesh] from current information passed in. If an " +"existing [ArrayMesh] is passed in as an argument, will add an extra surface " +"to the existing [ArrayMesh].\n" +"Default flag is [constant Mesh.ARRAY_COMPRESS_DEFAULT] if compression is " +"enabled. If compression is disabled the default flag is [constant Mesh." +"ARRAY_FLAG_USE_OCTAHEDRAL_COMPRESSION]. See [code]ARRAY_COMPRESS_*[/code] " +"constants in [enum Mesh.ArrayFormat] for other flags." +msgstr "" + +#: doc/classes/SurfaceTool.xml:143 +msgid "" +"Commits the data to the same format used by [method ArrayMesh." +"add_surface_from_arrays]. This way you can further process the mesh data " +"using the [ArrayMesh] API." +msgstr "" + +#: doc/classes/SurfaceTool.xml:151 +msgid "Creates a vertex array from an existing [Mesh]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:160 +msgid "" +"Creates a vertex array from the specified blend shape of an existing [Mesh]. " +"This can be used to extract a specific pose from a blend shape." +msgstr "" + +#: doc/classes/SurfaceTool.xml:166 +msgid "Removes the index array by expanding the vertex array." +msgstr "" + +#: doc/classes/SurfaceTool.xml:173 +msgid "" +"Generates normals from vertices so you do not have to do it manually. If " +"[code]flip[/code] is [code]true[/code], the resulting normals will be " +"inverted. [method generate_normals] should be called [i]after[/i] generating " +"geometry and [i]before[/i] committing the mesh using [method commit] or " +"[method commit_to_arrays]. For correct display of normal-mapped surfaces, " +"you will also have to generate tangents using [method generate_tangents].\n" +"[b]Note:[/b] [method generate_normals] only works if the primitive type to " +"be set to [constant Mesh.PRIMITIVE_TRIANGLES]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:180 +msgid "" +"Generates a tangent vector for each vertex. Requires that each vertex have " +"UVs and normals set already (see [method generate_normals])." +msgstr "" + +#: doc/classes/SurfaceTool.xml:186 +msgid "" +"Shrinks the vertex array by creating an index array. This can improve " +"performance by avoiding vertex reuse." +msgstr "" + +#: doc/classes/SurfaceTool.xml:193 +msgid "Sets [Material] to be used by the [Mesh] you are constructing." +msgstr "" + +#: doc/classes/TabContainer.xml:4 +msgid "Tabbed container." +msgstr "" + +#: doc/classes/TabContainer.xml:7 +msgid "" +"Sets the active tab's [code]visible[/code] property to the value [code]true[/" +"code]. Sets all other children's to [code]false[/code].\n" +"Ignores non-[Control] children." +msgstr "" + +#: doc/classes/TabContainer.xml:16 +msgid "Returns the child [Control] node located at the active tab index." +msgstr "" + +#: doc/classes/TabContainer.xml:22 +msgid "" +"Returns the [Popup] node instance if one has been set already with [method " +"set_popup].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/TabContainer.xml:29 doc/classes/Tabs.xml:36 +msgid "Returns the previously active tab index." +msgstr "" + +#: doc/classes/TabContainer.xml:36 +msgid "Returns the [Control] node from the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/TabContainer.xml:42 doc/classes/Tabs.xml:48 +msgid "Returns the number of tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:49 doc/classes/Tabs.xml:55 +msgid "" +"Returns [code]true[/code] if the tab at index [code]tab_idx[/code] is " +"disabled." +msgstr "" + +#: doc/classes/TabContainer.xml:56 +msgid "" +"Returns [code]true[/code] if the tab at index [code]tab_idx[/code] is hidden." +msgstr "" + +#: doc/classes/TabContainer.xml:63 doc/classes/Tabs.xml:62 +msgid "" +"Returns the [Texture] for the tab at index [code]tab_idx[/code] or " +"[code]null[/code] if the tab has no [Texture]." +msgstr "" + +#: doc/classes/TabContainer.xml:70 +msgid "" +"Returns the index of the tab at local coordinates [code]point[/code]. " +"Returns [code]-1[/code] if the point is outside the control boundaries or if " +"there's no tab at the queried position." +msgstr "" + +#: doc/classes/TabContainer.xml:77 +msgid "" +"Returns the title of the tab at index [code]tab_idx[/code]. Tab titles " +"default to the name of the indexed child node, but this can be overridden " +"with [method set_tab_title]." +msgstr "" + +#: doc/classes/TabContainer.xml:83 +msgid "Returns the [TabContainer] rearrange group id." +msgstr "" + +#: doc/classes/TabContainer.xml:90 +msgid "" +"If set on a [Popup] node instance, a popup menu icon appears in the top-" +"right corner of the [TabContainer]. Clicking it will expand the [Popup] node." +msgstr "" + +#: doc/classes/TabContainer.xml:98 doc/classes/Tabs.xml:118 +msgid "" +"If [code]disabled[/code] is [code]true[/code], disables the tab at index " +"[code]tab_idx[/code], making it non-interactable." +msgstr "" + +#: doc/classes/TabContainer.xml:106 +msgid "" +"If [code]hidden[/code] is [code]true[/code], hides the tab at index " +"[code]tab_idx[/code], making it disappear from the tab area." +msgstr "" + +#: doc/classes/TabContainer.xml:114 +msgid "Sets an icon for the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/TabContainer.xml:122 +msgid "" +"Sets a title for the tab at index [code]tab_idx[/code]. Tab titles default " +"to the name of the indexed child node." +msgstr "" + +#: doc/classes/TabContainer.xml:129 +msgid "" +"Defines rearrange group id, choose for each [TabContainer] the same value to " +"enable tab drag between [TabContainer]. Enable drag with [member " +"drag_to_rearrange_enabled]." +msgstr "" + +#: doc/classes/TabContainer.xml:135 +msgid "" +"If [code]true[/code], all tabs are drawn in front of the panel. If " +"[code]false[/code], inactive tabs are drawn behind the panel." +msgstr "" + +#: doc/classes/TabContainer.xml:138 +msgid "" +"The current tab index. When set, this index's [Control] node's " +"[code]visible[/code] property is set to [code]true[/code] and all others are " +"set to [code]false[/code]." +msgstr "" + +#: doc/classes/TabContainer.xml:141 doc/classes/Tabs.xml:150 +msgid "If [code]true[/code], tabs can be rearranged with mouse drag." +msgstr "" + +#: doc/classes/TabContainer.xml:144 +msgid "" +"The alignment of all tabs in the tab container. See the [enum TabAlign] " +"constants for details." +msgstr "" + +#: doc/classes/TabContainer.xml:147 +msgid "" +"If [code]true[/code], tabs are visible. If [code]false[/code], tabs' content " +"and titles are hidden." +msgstr "" + +#: doc/classes/TabContainer.xml:150 +msgid "" +"If [code]true[/code], children [Control] nodes that are hidden have their " +"minimum size take into account in the total, instead of only the currently " +"visible one." +msgstr "" + +#: doc/classes/TabContainer.xml:156 +msgid "" +"Emitted when the [TabContainer]'s [Popup] button is clicked. See [method " +"set_popup] for details." +msgstr "" + +#: doc/classes/TabContainer.xml:162 doc/classes/Tabs.xml:178 +msgid "Emitted when switching to another tab." +msgstr "" + +#: doc/classes/TabContainer.xml:168 +msgid "Emitted when a tab is selected, even if it is the current tab." +msgstr "" + +#: doc/classes/TabContainer.xml:174 doc/classes/Tabs.xml:202 +msgid "Align the tabs to the left." +msgstr "" + +#: doc/classes/TabContainer.xml:177 doc/classes/Tabs.xml:205 +msgid "Align the tabs to the center." +msgstr "" + +#: doc/classes/TabContainer.xml:180 doc/classes/Tabs.xml:208 +msgid "Align the tabs to the right." +msgstr "" + +#: doc/classes/TabContainer.xml:185 doc/classes/Tabs.xml:237 +msgid "" +"Icon for the left arrow button that appears when there are too many tabs to " +"fit in the container width. When the button is disabled (i.e. the first tab " +"is visible), it appears semi-transparent." +msgstr "" + +#: doc/classes/TabContainer.xml:188 doc/classes/Tabs.xml:240 +msgid "" +"Icon for the left arrow button that appears when there are too many tabs to " +"fit in the container width. Used when the button is being hovered with the " +"cursor." +msgstr "" + +#: doc/classes/TabContainer.xml:191 doc/classes/Tabs.xml:243 +msgid "The font used to draw tab names." +msgstr "" + +#: doc/classes/TabContainer.xml:194 doc/classes/Tabs.xml:246 +msgid "Font color of inactive tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:197 doc/classes/Tabs.xml:249 +msgid "Font color of disabled tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:200 doc/classes/Tabs.xml:252 +msgid "Font color of the currently selected tab." +msgstr "" + +#: doc/classes/TabContainer.xml:203 +msgid "Horizontal separation between tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:206 doc/classes/Tabs.xml:258 +msgid "" +"Icon for the right arrow button that appears when there are too many tabs to " +"fit in the container width. When the button is disabled (i.e. the last tab " +"is visible) it appears semi-transparent." +msgstr "" + +#: doc/classes/TabContainer.xml:209 doc/classes/Tabs.xml:261 +msgid "" +"Icon for the right arrow button that appears when there are too many tabs to " +"fit in the container width. Used when the button is being hovered with the " +"cursor." +msgstr "" + +#: doc/classes/TabContainer.xml:216 +msgid "The icon for the menu button (see [method set_popup])." +msgstr "" + +#: doc/classes/TabContainer.xml:219 +msgid "" +"The icon for the menu button (see [method set_popup]) when it's being " +"hovered with the cursor." +msgstr "" + +#: doc/classes/TabContainer.xml:222 +msgid "The style for the background fill." +msgstr "" + +#: doc/classes/TabContainer.xml:225 +msgid "The space at the left and right edges of the tab bar." +msgstr "" + +#: doc/classes/TabContainer.xml:228 +msgid "The style of inactive tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:231 +msgid "The style of disabled tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:234 doc/classes/Tabs.xml:274 +msgid "The style of the currently selected tab." +msgstr "" + +#: doc/classes/Tabs.xml:4 +msgid "Tabs control." +msgstr "" + +#: doc/classes/Tabs.xml:7 +msgid "" +"Simple tabs control, similar to [TabContainer] but is only in charge of " +"drawing tabs, not interacting with children." +msgstr "" + +#: doc/classes/Tabs.xml:17 +msgid "Adds a new tab." +msgstr "" + +#: doc/classes/Tabs.xml:24 +msgid "Moves the scroll view to make the tab visible." +msgstr "" + +#: doc/classes/Tabs.xml:30 +msgid "" +"Returns [code]true[/code] if the offset buttons (the ones that appear when " +"there's not enough space for all tabs) are visible." +msgstr "" + +#: doc/classes/Tabs.xml:42 +msgid "Returns [code]true[/code] if select with right mouse button is enabled." +msgstr "" + +#: doc/classes/Tabs.xml:68 +msgid "Returns the number of hidden tabs offsetted to the left." +msgstr "" + +#: doc/classes/Tabs.xml:75 +msgid "Returns tab [Rect2] with local position and size." +msgstr "" + +#: doc/classes/Tabs.xml:82 +msgid "Returns the title of the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:88 +msgid "Returns the [Tabs]' rearrange group ID." +msgstr "" + +#: doc/classes/Tabs.xml:96 +msgid "Moves a tab from [code]from[/code] to [code]to[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:103 +msgid "Removes the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:110 +msgid "" +"If [code]true[/code], enables selecting a tab with the right mouse button." +msgstr "" + +#: doc/classes/Tabs.xml:126 +msgid "Sets an [code]icon[/code] for the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:134 +msgid "Sets a [code]title[/code] for the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:141 +msgid "" +"Defines the rearrange group ID. Choose for each [Tabs] the same value to " +"dragging tabs between [Tabs]. Enable drag with [member " +"drag_to_rearrange_enabled]." +msgstr "" + +#: doc/classes/Tabs.xml:147 +msgid "Select tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:153 +msgid "" +"if [code]true[/code], the mouse's scroll wheel can be used to navigate the " +"scroll view." +msgstr "" + +#: doc/classes/Tabs.xml:156 +msgid "The alignment of all tabs. See [enum TabAlign] for details." +msgstr "" + +#: doc/classes/Tabs.xml:159 +msgid "" +"Sets when the close button will appear on the tabs. See [enum " +"CloseButtonDisplayPolicy] for details." +msgstr "" + +#: doc/classes/Tabs.xml:166 +msgid "" +"Emitted when the active tab is rearranged via mouse drag. See [member " +"drag_to_rearrange_enabled]." +msgstr "" + +#: doc/classes/Tabs.xml:172 +msgid "Emitted when a tab is right-clicked." +msgstr "" + +#: doc/classes/Tabs.xml:184 +msgid "Emitted when a tab is clicked, even if it is the current tab." +msgstr "" + +#: doc/classes/Tabs.xml:190 +msgid "Emitted when a tab is closed." +msgstr "" + +#: doc/classes/Tabs.xml:196 +msgid "Emitted when a tab is hovered by the mouse." +msgstr "" + +#: doc/classes/Tabs.xml:211 +msgid "Represents the size of the [enum TabAlign] enum." +msgstr "" + +#: doc/classes/Tabs.xml:214 +msgid "Never show the close buttons." +msgstr "" + +#: doc/classes/Tabs.xml:217 +msgid "Only show the close button on the currently active tab." +msgstr "" + +#: doc/classes/Tabs.xml:220 +msgid "Show the close button on all tabs." +msgstr "" + +#: doc/classes/Tabs.xml:223 +msgid "Represents the size of the [enum CloseButtonDisplayPolicy] enum." +msgstr "" + +#: doc/classes/Tabs.xml:228 +msgid "Background of the close button when it's being hovered with the cursor." +msgstr "" + +#: doc/classes/Tabs.xml:231 +msgid "Background of the close button when it's being pressed." +msgstr "" + +#: doc/classes/Tabs.xml:234 +msgid "The icon for the close button (see [member tab_close_display_policy])." +msgstr "" + +#: doc/classes/Tabs.xml:255 +msgid "The horizontal separation between the tabs." +msgstr "" + +#: doc/classes/Tabs.xml:268 +msgid "The style of an inactive tab." +msgstr "" + +#: doc/classes/Tabs.xml:271 +msgid "The style of a disabled tab" +msgstr "" + +#: doc/classes/TCP_Server.xml:4 +msgid "A TCP server." +msgstr "" + +#: doc/classes/TCP_Server.xml:7 +msgid "" +"A TCP server. Listens to connections on a port and returns a [StreamPeerTCP] " +"when it gets an incoming connection." +msgstr "" + +#: doc/classes/TCP_Server.xml:15 +msgid "Returns [code]true[/code] if a connection is available for taking." +msgstr "" + +#: doc/classes/TCP_Server.xml:21 +msgid "" +"Returns [code]true[/code] if the server is currently listening for " +"connections." +msgstr "" + +#: doc/classes/TCP_Server.xml:29 +msgid "" +"Listen on the [code]port[/code] binding to [code]bind_address[/code].\n" +"If [code]bind_address[/code] is set as [code]\"*\"[/code] (default), the " +"server will listen on all available addresses (both IPv4 and IPv6).\n" +"If [code]bind_address[/code] is set as [code]\"0.0.0.0\"[/code] (for IPv4) " +"or [code]\"::\"[/code] (for IPv6), the server will listen on all available " +"addresses matching that IP type.\n" +"If [code]bind_address[/code] is set to any valid address (e.g. " +"[code]\"192.168.1.101\"[/code], [code]\"::1\"[/code], etc), the server will " +"only listen on the interface with that addresses (or fail if no interface " +"with the given address exists)." +msgstr "" + +#: doc/classes/TCP_Server.xml:38 +msgid "Stops listening." +msgstr "" + +#: doc/classes/TCP_Server.xml:44 +msgid "" +"If a connection is available, returns a StreamPeerTCP with the connection." +msgstr "" + +#: doc/classes/TextEdit.xml:4 +msgid "Multiline text editing control." +msgstr "" + +#: doc/classes/TextEdit.xml:7 +msgid "" +"TextEdit is meant for editing large, multiline text. It also has facilities " +"for editing code, such as syntax highlighting support and multiple levels of " +"undo/redo.\n" +"[b]Note:[/b] When holding down [code]Alt[/code], the vertical scroll wheel " +"will scroll 5 times as fast as it would normally do. This also works in the " +"Godot script editor." +msgstr "" + +#: doc/classes/TextEdit.xml:20 +msgid "Adds color region (given the delimiters) and its colors." +msgstr "" + +#: doc/classes/TextEdit.xml:28 +msgid "Adds a [code]keyword[/code] and its [Color]." +msgstr "" + +#: doc/classes/TextEdit.xml:35 +msgid "" +"Returns if the given line is foldable, that is, it has indented lines right " +"below it." +msgstr "" + +#: doc/classes/TextEdit.xml:41 +msgid "" +"Centers the viewport on the line the editing cursor is at. This also resets " +"the [member scroll_horizontal] value to [code]0[/code]." +msgstr "" + +#: doc/classes/TextEdit.xml:47 +msgid "" +"Clears all custom syntax coloring information previously added with [method " +"add_color_region] or [method add_keyword_color]." +msgstr "" + +#: doc/classes/TextEdit.xml:53 +msgid "Clears the undo history." +msgstr "" + +#: doc/classes/TextEdit.xml:59 +msgid "Copy's the current text selection." +msgstr "" + +#: doc/classes/TextEdit.xml:65 +msgid "Returns the column the editing cursor is at." +msgstr "" + +#: doc/classes/TextEdit.xml:71 +msgid "Returns the line the editing cursor is at." +msgstr "" + +#: doc/classes/TextEdit.xml:79 +msgid "" +"Moves the cursor at the specified [code]column[/code] index.\n" +"If [code]adjust_viewport[/code] is set to [code]true[/code], the viewport " +"will center at the cursor position after the move occurs." +msgstr "" + +#: doc/classes/TextEdit.xml:90 +msgid "" +"Moves the cursor at the specified [code]line[/code] index.\n" +"If [code]adjust_viewport[/code] is set to [code]true[/code], the viewport " +"will center at the cursor position after the move occurs.\n" +"If [code]can_be_hidden[/code] is set to [code]true[/code], the specified " +"[code]line[/code] can be hidden using [method set_line_as_hidden]." +msgstr "" + +#: doc/classes/TextEdit.xml:98 +msgid "Cut's the current selection." +msgstr "" + +#: doc/classes/TextEdit.xml:104 +msgid "Deselects the current selection." +msgstr "" + +#: doc/classes/TextEdit.xml:110 +msgid "Folds all lines that are possible to be folded (see [method can_fold])." +msgstr "" + +#: doc/classes/TextEdit.xml:117 +msgid "Folds the given line, if possible (see [method can_fold])." +msgstr "" + +#: doc/classes/TextEdit.xml:123 +msgid "Returns an array containing the line number of each breakpoint." +msgstr "" + +#: doc/classes/TextEdit.xml:130 +msgid "Returns the [Color] of the specified [code]keyword[/code]." +msgstr "" + +#: doc/classes/TextEdit.xml:137 +msgid "Returns the text of a specific line." +msgstr "" + +#: doc/classes/TextEdit.xml:143 +msgid "Returns the amount of total lines in the text." +msgstr "" + +#: doc/classes/TextEdit.xml:149 +msgid "" +"Returns the [PopupMenu] of this [TextEdit]. By default, this menu is " +"displayed when right-clicking on the [TextEdit].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/TextEdit.xml:156 +msgid "Returns the selection begin column." +msgstr "" + +#: doc/classes/TextEdit.xml:162 +msgid "Returns the selection begin line." +msgstr "" + +#: doc/classes/TextEdit.xml:168 +msgid "Returns the text inside the selection." +msgstr "" + +#: doc/classes/TextEdit.xml:174 +msgid "Returns the selection end column." +msgstr "" + +#: doc/classes/TextEdit.xml:180 +msgid "Returns the selection end line." +msgstr "" + +#: doc/classes/TextEdit.xml:186 +msgid "" +"Returns a [String] text with the word under the caret (text cursor) location." +msgstr "" + +#: doc/classes/TextEdit.xml:193 +msgid "" +"Returns whether the specified [code]keyword[/code] has a color set to it or " +"not." +msgstr "" + +#: doc/classes/TextEdit.xml:199 doc/classes/UndoRedo.xml:121 +msgid "Returns [code]true[/code] if a \"redo\" action is available." +msgstr "" + +#: doc/classes/TextEdit.xml:205 doc/classes/UndoRedo.xml:127 +msgid "Returns [code]true[/code] if an \"undo\" action is available." +msgstr "" + +#: doc/classes/TextEdit.xml:212 +msgid "Insert the specified text at the cursor position." +msgstr "" + +#: doc/classes/TextEdit.xml:219 +msgid "Returns whether the line at the specified index is folded or not." +msgstr "" + +#: doc/classes/TextEdit.xml:226 +msgid "Returns whether the line at the specified index is hidden or not." +msgstr "" + +#: doc/classes/TextEdit.xml:233 +msgid "" +"Returns [code]true[/code] when the specified [code]line[/code] is bookmarked." +msgstr "" + +#: doc/classes/TextEdit.xml:240 +msgid "" +"Returns [code]true[/code] when the specified [code]line[/code] has a " +"breakpoint." +msgstr "" + +#: doc/classes/TextEdit.xml:247 +msgid "" +"Returns [code]true[/code] when the specified [code]line[/code] is marked as " +"safe." +msgstr "" + +#: doc/classes/TextEdit.xml:253 +msgid "Returns [code]true[/code] if the selection is active." +msgstr "" + +#: doc/classes/TextEdit.xml:260 +msgid "" +"Triggers a right-click menu action by the specified index. See [enum " +"MenuItems] for a list of available indexes." +msgstr "" + +#: doc/classes/TextEdit.xml:266 +msgid "Paste the current selection." +msgstr "" + +#: doc/classes/TextEdit.xml:272 +msgid "Perform redo operation." +msgstr "" + +#: doc/classes/TextEdit.xml:278 +msgid "" +"Removes all the breakpoints. This will not fire the [signal " +"breakpoint_toggled] signal." +msgstr "" + +#: doc/classes/TextEdit.xml:288 +msgid "" +"Perform a search inside the text. Search flags can be specified in the [enum " +"SearchFlags] enum.\n" +"Returns an empty [code]PoolIntArray[/code] if no result was found. " +"Otherwise, the result line and column can be accessed at indices specified " +"in the [enum SearchResult] enum, e.g:\n" +"[codeblock]\n" +"var result = search(key, flags, line, column)\n" +"if result.size() > 0:\n" +" # Result found.\n" +" var res_line = result[TextEdit.SEARCH_RESULT_LINE]\n" +" var res_column = result[TextEdit.SEARCH_RESULT_COLUMN]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TextEdit.xml:306 +msgid "" +"Perform selection, from line/column to line/column.\n" +"If [member selecting_enabled] is [code]false[/code], no selection will occur." +msgstr "" + +#: doc/classes/TextEdit.xml:313 +msgid "" +"Select all the text.\n" +"If [member selecting_enabled] is [code]false[/code], no selection will occur." +msgstr "" + +#: doc/classes/TextEdit.xml:322 +msgid "Sets the text for a specific line." +msgstr "" + +#: doc/classes/TextEdit.xml:330 +msgid "" +"Bookmarks the [code]line[/code] if [code]bookmark[/code] is true. Deletes " +"the bookmark if [code]bookmark[/code] is false.\n" +"Bookmarks are shown in the [member breakpoint_gutter]." +msgstr "" + +#: doc/classes/TextEdit.xml:339 +msgid "" +"Adds or removes the breakpoint in [code]line[/code]. Breakpoints are shown " +"in the [member breakpoint_gutter]." +msgstr "" + +#: doc/classes/TextEdit.xml:347 +msgid "If [code]true[/code], hides the line of the specified index." +msgstr "" + +#: doc/classes/TextEdit.xml:355 +msgid "" +"If [code]true[/code], marks the [code]line[/code] as safe.\n" +"This will show the line number with the color provided in the " +"[code]safe_line_number_color[/code] theme property." +msgstr "" + +#: doc/classes/TextEdit.xml:363 +msgid "Toggle the folding of the code block at the given line." +msgstr "" + +#: doc/classes/TextEdit.xml:369 +msgid "Perform undo operation." +msgstr "" + +#: doc/classes/TextEdit.xml:376 +msgid "Unfolds the given line, if folded." +msgstr "" + +#: doc/classes/TextEdit.xml:382 +msgid "" +"Unhide all lines that were previously set to hidden by [method " +"set_line_as_hidden]." +msgstr "" + +#: doc/classes/TextEdit.xml:388 +msgid "If [code]true[/code], the breakpoint gutter is visible." +msgstr "" + +#: doc/classes/TextEdit.xml:397 +msgid "" +"If [code]true[/code], the caret displays as a rectangle.\n" +"If [code]false[/code], the caret displays as a bar." +msgstr "" + +#: doc/classes/TextEdit.xml:401 +msgid "" +"If [code]true[/code], a right-click moves the cursor at the mouse position " +"before displaying the context menu.\n" +"If [code]false[/code], the context menu disregards mouse location." +msgstr "" + +#: doc/classes/TextEdit.xml:405 +msgid "If [code]true[/code], a right-click displays the context menu." +msgstr "" + +#: doc/classes/TextEdit.xml:408 +msgid "" +"If [code]true[/code], the \"space\" character will have a visible " +"representation." +msgstr "" + +#: doc/classes/TextEdit.xml:411 +msgid "" +"If [code]true[/code], the \"tab\" character will have a visible " +"representation." +msgstr "" + +#: doc/classes/TextEdit.xml:415 +msgid "" +"If [code]true[/code], the fold gutter is visible. This enables folding " +"groups of indented lines." +msgstr "" + +#: doc/classes/TextEdit.xml:418 +msgid "" +"If [code]true[/code], all lines that have been set to hidden by [method " +"set_line_as_hidden], will not be visible." +msgstr "" + +#: doc/classes/TextEdit.xml:421 +msgid "" +"If [code]true[/code], all occurrences of the selected text will be " +"highlighted." +msgstr "" + +#: doc/classes/TextEdit.xml:424 +msgid "If [code]true[/code], the line containing the cursor is highlighted." +msgstr "" + +#: doc/classes/TextEdit.xml:427 +msgid "" +"If [code]true[/code], a minimap is shown, providing an outline of your " +"source code." +msgstr "" + +#: doc/classes/TextEdit.xml:430 +msgid "The width, in pixels, of the minimap." +msgstr "" + +#: doc/classes/TextEdit.xml:434 +msgid "" +"If [code]true[/code], custom [code]font_color_selected[/code] will be used " +"for selected text." +msgstr "" + +#: doc/classes/TextEdit.xml:437 +msgid "" +"If [code]true[/code], read-only mode is enabled. Existing text cannot be " +"modified and new text cannot be added." +msgstr "" + +#: doc/classes/TextEdit.xml:440 +msgid "" +"If there is a horizontal scrollbar, this determines the current horizontal " +"scroll value in pixels." +msgstr "" + +#: doc/classes/TextEdit.xml:443 +msgid "" +"If there is a vertical scrollbar, this determines the current vertical " +"scroll value in line numbers, starting at 0 for the top line." +msgstr "" + +#: doc/classes/TextEdit.xml:446 +msgid "" +"If [code]true[/code], text can be selected.\n" +"If [code]false[/code], text can not be selected by the user or by the " +"[method select] or [method select_all] methods." +msgstr "" + +#: doc/classes/TextEdit.xml:450 +msgid "" +"If [code]true[/code], shortcut keys for context menu items are enabled, even " +"if the context menu is disabled." +msgstr "" + +#: doc/classes/TextEdit.xml:453 +msgid "" +"If [code]true[/code], line numbers are displayed to the left of the text." +msgstr "" + +#: doc/classes/TextEdit.xml:456 +msgid "" +"If [code]true[/code], sets the [code]step[/code] of the scrollbars to " +"[code]0.25[/code] which results in smoother scrolling." +msgstr "" + +#: doc/classes/TextEdit.xml:459 +msgid "" +"If [code]true[/code], any custom color properties that have been set for " +"this [TextEdit] will be visible." +msgstr "" + +#: doc/classes/TextEdit.xml:462 +msgid "String value of the [TextEdit]." +msgstr "" + +#: doc/classes/TextEdit.xml:465 +msgid "Vertical scroll sensitivity." +msgstr "" + +#: doc/classes/TextEdit.xml:471 +msgid "" +"If [code]true[/code], enables text wrapping when it goes beyond the edge of " +"what is visible." +msgstr "" + +#: doc/classes/TextEdit.xml:478 +msgid "Emitted when a breakpoint is placed via the breakpoint gutter." +msgstr "" + +#: doc/classes/TextEdit.xml:483 +msgid "Emitted when the cursor changes." +msgstr "" + +#: doc/classes/TextEdit.xml:490 +msgid "Emitted when the info icon is clicked." +msgstr "" + +#: doc/classes/TextEdit.xml:512 +msgid "Match case when searching." +msgstr "" + +#: doc/classes/TextEdit.xml:515 +msgid "Match whole words when searching." +msgstr "" + +#: doc/classes/TextEdit.xml:518 +msgid "Search from end to beginning." +msgstr "" + +#: doc/classes/TextEdit.xml:521 +msgid "Used to access the result column from [method search]." +msgstr "" + +#: doc/classes/TextEdit.xml:524 +msgid "Used to access the result line from [method search]." +msgstr "" + +#: doc/classes/TextEdit.xml:533 +msgid "" +"Pastes the clipboard text over the selected text (or at the cursor's " +"position)." +msgstr "" + +#: doc/classes/TextEdit.xml:536 +msgid "Erases the whole [TextEdit] text." +msgstr "" + +#: doc/classes/TextEdit.xml:539 +msgid "Selects the whole [TextEdit] text." +msgstr "" + +#: doc/classes/TextEdit.xml:545 +msgid "Redoes the previous action." +msgstr "" + +#: doc/classes/TextEdit.xml:553 +msgid "" +"Sets the background [Color] of this [TextEdit]. [member syntax_highlighting] " +"has to be enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:556 +msgid "" +"Sets the [Color] of the bookmark marker. [member syntax_highlighting] has to " +"be enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:561 doc/classes/TextEdit.xml:588 +msgid "" +"Sets the [Color] of the breakpoints. [member breakpoint_gutter] has to be " +"enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:599 +msgid "Sets the default [Font]." +msgstr "" + +#: doc/classes/TextEdit.xml:602 +msgid "Sets the font [Color]." +msgstr "" + +#: doc/classes/TextEdit.xml:607 +msgid "" +"Sets the [Color] of the selected text. [member override_selected_font_color] " +"has to be enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:612 +msgid "" +"Sets the [Color] of the line numbers. [member show_line_numbers] has to be " +"enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:615 +msgid "Sets the spacing between the lines." +msgstr "" + +#: doc/classes/TextEdit.xml:618 +msgid "Sets the [Color] of marked text." +msgstr "" + +#: doc/classes/TextEdit.xml:623 +msgid "Sets the [StyleBox] of this [TextEdit]." +msgstr "" + +#: doc/classes/TextEdit.xml:628 +msgid "" +"Sets the [StyleBox] of this [TextEdit] when [member readonly] is enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:633 +msgid "Sets the highlight [Color] of text selections." +msgstr "" + +#: doc/classes/TextEdit.xml:640 +msgid "Sets a custom [Texture] for tab text characters." +msgstr "" + +#: doc/classes/TextEdit.xml:643 +msgid "" +"Sets the highlight [Color] of multiple occurrences. [member " +"highlight_all_occurrences] has to be enabled." +msgstr "" + +#: doc/classes/Texture.xml:4 +msgid "Texture for 2D and 3D." +msgstr "" + +#: doc/classes/Texture.xml:7 +msgid "" +"A texture works by registering an image in the video hardware, which then " +"can be used in 3D models or 2D [Sprite] or GUI [Control].\n" +"Textures are often created by loading them from a file. See [method " +"@GDScript.load].\n" +"[Texture] is a base for other resources. It cannot be used directly.\n" +"[b]Note:[/b] The maximum texture size is 16384×16384 pixels due to graphics " +"hardware limitations. Larger textures may fail to import." +msgstr "" + +#: doc/classes/Texture.xml:23 +msgid "" +"Draws the texture using a [CanvasItem] with the [VisualServer] API at the " +"specified [code]position[/code]. Equivalent to [method VisualServer." +"canvas_item_add_texture_rect] with a rect at [code]position[/code] and the " +"size of this [Texture]." +msgstr "" + +#: doc/classes/Texture.xml:35 +msgid "" +"Draws the texture using a [CanvasItem] with the [VisualServer] API. " +"Equivalent to [method VisualServer.canvas_item_add_texture_rect]." +msgstr "" + +#: doc/classes/Texture.xml:48 +msgid "" +"Draws a part of the texture using a [CanvasItem] with the [VisualServer] " +"API. Equivalent to [method VisualServer.canvas_item_add_texture_rect_region]." +msgstr "" + +#: doc/classes/Texture.xml:54 +msgid "" +"Returns an [Image] that is a copy of data from this [Texture]. [Image]s can " +"be accessed and manipulated directly." +msgstr "" + +#: doc/classes/Texture.xml:60 +msgid "Returns the texture height." +msgstr "" + +#: doc/classes/Texture.xml:66 +msgid "Returns the texture size." +msgstr "" + +#: doc/classes/Texture.xml:72 +msgid "Returns the texture width." +msgstr "" + +#: doc/classes/Texture.xml:78 +msgid "Returns [code]true[/code] if this [Texture] has an alpha channel." +msgstr "" + +#: doc/classes/Texture.xml:84 +msgid "" +"The texture's [enum Flags]. [enum Flags] are used to set various properties " +"of the [Texture]." +msgstr "" + +#: doc/classes/Texture.xml:89 +msgid "" +"Default flags. [constant FLAG_MIPMAPS], [constant FLAG_REPEAT] and [constant " +"FLAG_FILTER] are enabled." +msgstr "" + +#: doc/classes/Texture.xml:92 doc/classes/VisualServer.xml:3206 +msgid "" +"Generates mipmaps, which are smaller versions of the same texture to use " +"when zoomed out, keeping the aspect ratio." +msgstr "" + +#: doc/classes/Texture.xml:95 +msgid "" +"Repeats the texture (instead of clamp to edge).\n" +"[b]Note:[/b] Ignored when using an [AtlasTexture] as these don't support " +"repetition." +msgstr "" + +#: doc/classes/Texture.xml:99 doc/classes/VisualServer.xml:3212 +msgid "Uses a magnifying filter, to enable smooth zooming in of the texture." +msgstr "" + +#: doc/classes/Texture.xml:102 doc/classes/TextureLayered.xml:88 +#: doc/classes/VisualServer.xml:3215 +msgid "" +"Uses anisotropic mipmap filtering. Generates smaller versions of the same " +"texture with different aspect ratios.\n" +"This results in better-looking textures when viewed from oblique angles." +msgstr "" + +#: doc/classes/Texture.xml:106 doc/classes/VisualServer.xml:3219 +msgid "Converts the texture to the sRGB color space." +msgstr "" + +#: doc/classes/Texture.xml:109 +msgid "" +"Repeats the texture with alternate sections mirrored.\n" +"[b]Note:[/b] Ignored when using an [AtlasTexture] as these don't support " +"repetition." +msgstr "" + +#: doc/classes/Texture.xml:113 doc/classes/VisualServer.xml:3225 +msgid "Texture is a video surface." +msgstr "" + +#: doc/classes/Texture3D.xml:4 +msgid "Texture with 3 dimensions." +msgstr "" + +#: doc/classes/Texture3D.xml:7 +msgid "" +"Texture3D is a 3-dimensional texture that has a width, height, and depth." +msgstr "" + +#: doc/classes/Texture3D.xml:20 +msgid "" +"Creates the Texture3D with specified [code]width[/code], [code]height[/" +"code], and [code]depth[/code]. See [enum Image.Format] for [code]format[/" +"code] options. See [enum TextureLayered.Flags] enumerator for [code]flags[/" +"code] options." +msgstr "" + +#: doc/classes/TextureArray.xml:4 +msgid "Array of textures stored in a single primitive." +msgstr "" + +#: doc/classes/TextureArray.xml:7 +msgid "" +"[TextureArray]s store an array of [Image]s in a single [Texture] primitive. " +"Each layer of the texture array has its own mipmap chain. This makes it is a " +"good alternative to texture atlases.\n" +"[TextureArray]s must be displayed using shaders. After importing your file " +"as a [TextureArray] and setting the appropriate Horizontal and Vertical " +"Slices, display it by setting it as a uniform to a shader, for example:\n" +"[codeblock]\n" +"shader_type canvas_item;\n" +"\n" +"uniform sampler2DArray tex;\n" +"uniform int index;\n" +"\n" +"void fragment() {\n" +" COLOR = texture(tex, vec3(UV.x, UV.y, float(index)));\n" +"}\n" +"[/codeblock]\n" +"Set the integer uniform \"index\" to show a particular part of the texture " +"as defined by the Horizontal and Vertical Slices in the importer." +msgstr "" + +#: doc/classes/TextureArray.xml:32 +msgid "" +"Creates the TextureArray with specified [code]width[/code], [code]height[/" +"code], and [code]depth[/code]. See [enum Image.Format] for [code]format[/" +"code] options. See [enum TextureLayered.Flags] enumerator for [code]flags[/" +"code] options." +msgstr "" + +#: doc/classes/TextureButton.xml:4 +msgid "" +"Texture-based button. Supports Pressed, Hover, Disabled and Focused states." +msgstr "" + +#: doc/classes/TextureButton.xml:7 +msgid "" +"[TextureButton] has the same functionality as [Button], except it uses " +"sprites instead of Godot's [Theme] resource. It is faster to create, but it " +"doesn't support localization like more complex [Control]s.\n" +"The \"normal\" state must contain a texture ([member texture_normal]); other " +"textures are optional.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/TextureButton.xml:18 +msgid "" +"If [code]true[/code], the texture stretches to the edges of the node's " +"bounding rectangle using the [member stretch_mode]. If [code]false[/code], " +"the texture will not scale with the node." +msgstr "" + +#: doc/classes/TextureButton.xml:27 +msgid "" +"Controls the texture's behavior when you resize the node's bounding " +"rectangle, [b]only if[/b] [member expand] is [code]true[/code]. Set it to " +"one of the [enum StretchMode] constants. See the constants to learn more." +msgstr "" + +#: doc/classes/TextureButton.xml:30 +msgid "" +"Pure black and white [BitMap] image to use for click detection. On the mask, " +"white pixels represent the button's clickable area. Use it to create buttons " +"with curved shapes." +msgstr "" + +#: doc/classes/TextureButton.xml:33 +msgid "" +"Texture to display when the node is disabled. See [member BaseButton." +"disabled]." +msgstr "" + +#: doc/classes/TextureButton.xml:36 +msgid "Texture to display when the node has mouse or keyboard focus." +msgstr "" + +#: doc/classes/TextureButton.xml:39 +msgid "Texture to display when the mouse hovers the node." +msgstr "" + +#: doc/classes/TextureButton.xml:42 +msgid "" +"Texture to display by default, when the node is [b]not[/b] in the disabled, " +"focused, hover or pressed state." +msgstr "" + +#: doc/classes/TextureButton.xml:45 +msgid "" +"Texture to display on mouse down over the node, if the node has keyboard " +"focus and the player presses the Enter key or if the player presses the " +"[member BaseButton.shortcut] key." +msgstr "" + +#: doc/classes/TextureButton.xml:50 doc/classes/TextureRect.xml:38 +msgid "Scale to fit the node's bounding rectangle." +msgstr "" + +#: doc/classes/TextureButton.xml:53 doc/classes/TextureRect.xml:41 +msgid "Tile inside the node's bounding rectangle." +msgstr "" + +#: doc/classes/TextureButton.xml:56 doc/classes/TextureRect.xml:44 +msgid "" +"The texture keeps its original size and stays in the bounding rectangle's " +"top-left corner." +msgstr "" + +#: doc/classes/TextureButton.xml:59 doc/classes/TextureRect.xml:47 +msgid "" +"The texture keeps its original size and stays centered in the node's " +"bounding rectangle." +msgstr "" + +#: doc/classes/TextureButton.xml:62 doc/classes/TextureRect.xml:50 +msgid "" +"Scale the texture to fit the node's bounding rectangle, but maintain the " +"texture's aspect ratio." +msgstr "" + +#: doc/classes/TextureButton.xml:65 +msgid "" +"Scale the texture to fit the node's bounding rectangle, center it, and " +"maintain its aspect ratio." +msgstr "" + +#: doc/classes/TextureButton.xml:68 doc/classes/TextureRect.xml:56 +msgid "" +"Scale the texture so that the shorter side fits the bounding rectangle. The " +"other side clips to the node's limits." +msgstr "" + +#: doc/classes/TextureLayered.xml:4 +msgid "Base class for 3D texture types." +msgstr "" + +#: doc/classes/TextureLayered.xml:7 +msgid "" +"Base class for [Texture3D] and [TextureArray]. Cannot be used directly, but " +"contains all the functions necessary for accessing and using [Texture3D] and " +"[TextureArray]. Data is set on a per-layer basis. For [Texture3D]s, the " +"layer specifies the depth or Z-index, they can be treated as a bunch of 2D " +"slices. Similarly, for [TextureArray]s, the layer specifies the array layer." +msgstr "" + +#: doc/classes/TextureLayered.xml:15 +msgid "" +"Returns the depth of the texture. Depth is the 3rd dimension (typically Z-" +"axis)." +msgstr "" + +#: doc/classes/TextureLayered.xml:21 +msgid "" +"Returns the current format being used by this texture. See [enum Image." +"Format] for details." +msgstr "" + +#: doc/classes/TextureLayered.xml:27 +msgid "" +"Returns the height of the texture. Height is typically represented by the Y-" +"axis." +msgstr "" + +#: doc/classes/TextureLayered.xml:34 +msgid "" +"Returns an [Image] resource with the data from specified [code]layer[/code]." +msgstr "" + +#: doc/classes/TextureLayered.xml:40 +msgid "" +"Returns the width of the texture. Width is typically represented by the X-" +"axis." +msgstr "" + +#: doc/classes/TextureLayered.xml:51 +msgid "" +"Partially sets the data for a specified [code]layer[/code] by overwriting " +"using the data of the specified [code]image[/code]. [code]x_offset[/code] " +"and [code]y_offset[/code] determine where the [Image] is \"stamped\" over " +"the texture. The [code]image[/code] must fit within the texture." +msgstr "" + +#: doc/classes/TextureLayered.xml:59 +msgid "" +"Sets the data for the specified layer. Data takes the form of a 2-" +"dimensional [Image] resource." +msgstr "" + +#: doc/classes/TextureLayered.xml:65 +msgid "Returns a dictionary with all the data used by this texture." +msgstr "" + +#: doc/classes/TextureLayered.xml:68 +msgid "Specifies which [enum Flags] apply to this texture." +msgstr "" + +#: doc/classes/TextureLayered.xml:73 +msgid "" +"Default flags for [TextureArray]. [constant FLAG_MIPMAPS], [constant " +"FLAG_REPEAT] and [constant FLAG_FILTER] are enabled." +msgstr "" + +#: doc/classes/TextureLayered.xml:76 +msgid "Default flags for [Texture3D]. [constant FLAG_FILTER] is enabled." +msgstr "" + +#: doc/classes/TextureLayered.xml:79 +msgid "Texture will generate mipmaps on creation." +msgstr "" + +#: doc/classes/TextureLayered.xml:82 +msgid "Texture will repeat when UV used is outside the 0-1 range." +msgstr "" + +#: doc/classes/TextureLayered.xml:85 +msgid "" +"Use filtering when reading from texture. Filtering smooths out pixels. " +"Turning filtering off is slightly faster and more appropriate when you need " +"access to individual pixels." +msgstr "" + +#: doc/classes/TextureProgress.xml:4 +msgid "" +"Texture-based progress bar. Useful for loading screens and life or stamina " +"bars." +msgstr "" + +#: doc/classes/TextureProgress.xml:7 +msgid "" +"TextureProgress works like [ProgressBar], but uses up to 3 textures instead " +"of Godot's [Theme] resource. It can be used to create horizontal, vertical " +"and radial progress bars." +msgstr "" + +#: doc/classes/TextureProgress.xml:28 +msgid "The fill direction. See [enum FillMode] for possible values." +msgstr "" + +#: doc/classes/TextureProgress.xml:32 +msgid "" +"If [code]true[/code], Godot treats the bar's textures like in " +"[NinePatchRect]. Use the [code]stretch_margin_*[/code] properties like " +"[member stretch_margin_bottom] to set up the nine patch's 3×3 grid. When " +"using a radial [member fill_mode], this setting will enable stretching." +msgstr "" + +#: doc/classes/TextureProgress.xml:35 +msgid "" +"Offsets [member texture_progress] if [member fill_mode] is [constant " +"FILL_CLOCKWISE] or [constant FILL_COUNTER_CLOCKWISE]." +msgstr "" + +#: doc/classes/TextureProgress.xml:38 +msgid "" +"Upper limit for the fill of [member texture_progress] if [member fill_mode] " +"is [constant FILL_CLOCKWISE] or [constant FILL_COUNTER_CLOCKWISE]. When the " +"node's [code]value[/code] is equal to its [code]max_value[/code], the " +"texture fills up to this angle.\n" +"See [member Range.value], [member Range.max_value]." +msgstr "" + +#: doc/classes/TextureProgress.xml:42 +msgid "" +"Starting angle for the fill of [member texture_progress] if [member " +"fill_mode] is [constant FILL_CLOCKWISE] or [constant " +"FILL_COUNTER_CLOCKWISE]. When the node's [code]value[/code] is equal to its " +"[code]min_value[/code], the texture doesn't show up at all. When the " +"[code]value[/code] increases, the texture fills and tends towards [member " +"radial_fill_degrees]." +msgstr "" + +#: doc/classes/TextureProgress.xml:45 +msgid "" +"The height of the 9-patch's bottom row. A margin of 16 means the 9-slice's " +"bottom corners and side will have a height of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/TextureProgress.xml:48 +msgid "The width of the 9-patch's left column." +msgstr "" + +#: doc/classes/TextureProgress.xml:51 +msgid "The width of the 9-patch's right column." +msgstr "" + +#: doc/classes/TextureProgress.xml:54 +msgid "The height of the 9-patch's top row." +msgstr "" + +#: doc/classes/TextureProgress.xml:57 +msgid "" +"[Texture] that draws over the progress bar. Use it to add highlights or an " +"upper-frame that hides part of [member texture_progress]." +msgstr "" + +#: doc/classes/TextureProgress.xml:60 +msgid "" +"[Texture] that clips based on the node's [code]value[/code] and [member " +"fill_mode]. As [code]value[/code] increased, the texture fills up. It shows " +"entirely when [code]value[/code] reaches [code]max_value[/code]. It doesn't " +"show at all if [code]value[/code] is equal to [code]min_value[/code].\n" +"The [code]value[/code] property comes from [Range]. See [member Range." +"value], [member Range.min_value], [member Range.max_value]." +msgstr "" + +#: doc/classes/TextureProgress.xml:64 +msgid "" +"The offset of [member texture_progress]. Useful for [member texture_over] " +"and [member texture_under] with fancy borders, to avoid transparent margins " +"in your progress texture." +msgstr "" + +#: doc/classes/TextureProgress.xml:67 +msgid "[Texture] that draws under the progress bar. The bar's background." +msgstr "" + +#: doc/classes/TextureProgress.xml:70 +msgid "" +"Multiplies the color of the bar's [code]texture_over[/code] texture. The " +"effect is similar to [member CanvasItem.modulate], except it only affects " +"this specific texture instead of the entire node." +msgstr "" + +#: doc/classes/TextureProgress.xml:73 +msgid "" +"Multiplies the color of the bar's [code]texture_progress[/code] texture." +msgstr "" + +#: doc/classes/TextureProgress.xml:76 +msgid "Multiplies the color of the bar's [code]texture_under[/code] texture." +msgstr "" + +#: doc/classes/TextureProgress.xml:81 +msgid "The [member texture_progress] fills from left to right." +msgstr "" + +#: doc/classes/TextureProgress.xml:84 +msgid "The [member texture_progress] fills from right to left." +msgstr "" + +#: doc/classes/TextureProgress.xml:87 +msgid "The [member texture_progress] fills from top to bottom." +msgstr "" + +#: doc/classes/TextureProgress.xml:90 +msgid "The [member texture_progress] fills from bottom to top." +msgstr "" + +#: doc/classes/TextureProgress.xml:93 +msgid "" +"Turns the node into a radial bar. The [member texture_progress] fills " +"clockwise. See [member radial_center_offset], [member radial_initial_angle] " +"and [member radial_fill_degrees] to control the way the bar fills up." +msgstr "" + +#: doc/classes/TextureProgress.xml:96 +msgid "" +"Turns the node into a radial bar. The [member texture_progress] fills " +"counterclockwise. See [member radial_center_offset], [member " +"radial_initial_angle] and [member radial_fill_degrees] to control the way " +"the bar fills up." +msgstr "" + +#: doc/classes/TextureProgress.xml:99 +msgid "" +"The [member texture_progress] fills from the center, expanding both towards " +"the left and the right." +msgstr "" + +#: doc/classes/TextureProgress.xml:102 +msgid "" +"The [member texture_progress] fills from the center, expanding both towards " +"the top and the bottom." +msgstr "" + +#: doc/classes/TextureProgress.xml:105 +msgid "" +"Turns the node into a radial bar. The [member texture_progress] fills " +"radially from the center, expanding both clockwise and counterclockwise. See " +"[member radial_center_offset], [member radial_initial_angle] and [member " +"radial_fill_degrees] to control the way the bar fills up." +msgstr "" + +#: doc/classes/TextureRect.xml:4 +msgid "Control for drawing textures." +msgstr "" + +#: doc/classes/TextureRect.xml:7 +msgid "" +"Used to draw icons and sprites in a user interface. The texture's placement " +"can be controlled with the [member stretch_mode] property. It can scale, " +"tile, or stay centered inside its bounding rectangle.\n" +"[b]Note:[/b] You should enable [member flip_v] when using a TextureRect to " +"display a [ViewportTexture]. Alternatively, you can enable [member Viewport." +"render_target_v_flip] on the Viewport. Otherwise, the image will appear " +"upside down." +msgstr "" + +#: doc/classes/TextureRect.xml:17 +msgid "If [code]true[/code], the texture scales to fit its bounding rectangle." +msgstr "" + +#: doc/classes/TextureRect.xml:27 +msgid "" +"Controls the texture's behavior when resizing the node's bounding rectangle. " +"See [enum StretchMode]." +msgstr "" + +#: doc/classes/TextureRect.xml:30 +msgid "The node's [Texture] resource." +msgstr "" + +#: doc/classes/TextureRect.xml:35 +msgid "" +"Scale to fit the node's bounding rectangle, only if [code]expand[/code] is " +"[code]true[/code]. Default [code]stretch_mode[/code], for backwards " +"compatibility. Until you set [code]expand[/code] to [code]true[/code], the " +"texture will behave like [constant STRETCH_KEEP]." +msgstr "" + +#: doc/classes/TextureRect.xml:53 +msgid "" +"Scale the texture to fit the node's bounding rectangle, center it and " +"maintain its aspect ratio." +msgstr "" + +#: doc/classes/Theme.xml:4 +msgid "Theme for controls." +msgstr "" + +#: doc/classes/Theme.xml:7 +msgid "" +"A theme for skinning controls. Controls can be skinned individually, but for " +"complex applications, it's more practical to just create a global theme that " +"defines everything. This theme can be applied to any [Control]; the Control " +"and its children will automatically use it.\n" +"Theme resources can alternatively be loaded by writing them in a [code]." +"theme[/code] file, see the documentation for more information." +msgstr "" + +#: doc/classes/Theme.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/gui/gui_skinning.html" +msgstr "" + +#: doc/classes/Theme.xml:17 +msgid "Clears all values on the theme." +msgstr "" + +#: doc/classes/Theme.xml:25 +msgid "" +"Clears the [Color] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:33 +msgid "" +"Clears the constant at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:41 +msgid "" +"Clears the [Font] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:49 +msgid "" +"Clears the icon at [code]name[/code] if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:57 +msgid "" +"Clears [StyleBox] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:66 +msgid "" +"Clears the theme item of [code]data_type[/code] at [code]name[/code] if the " +"theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:72 +msgid "Sets the theme's values to a copy of the default theme values." +msgstr "" + +#: doc/classes/Theme.xml:79 +msgid "Sets the theme's values to a copy of a given theme." +msgstr "" + +#: doc/classes/Theme.xml:87 +msgid "" +"Returns the [Color] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:94 +msgid "" +"Returns all the [Color]s as a [PoolStringArray] filled with each [Color]'s " +"name, for use in [method get_color], if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:100 +msgid "" +"Returns all the [Color] types as a [PoolStringArray] filled with unique type " +"names, for use in [method get_color] and/or [method get_color_list]." +msgstr "" + +#: doc/classes/Theme.xml:108 +msgid "" +"Returns the constant at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:115 +msgid "" +"Returns all the constants as a [PoolStringArray] filled with each constant's " +"name, for use in [method get_constant], if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:121 +msgid "" +"Returns all the constant types as a [PoolStringArray] filled with unique " +"type names, for use in [method get_constant] and/or [method " +"get_constant_list]." +msgstr "" + +#: doc/classes/Theme.xml:129 +msgid "" +"Returns the [Font] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:136 +msgid "" +"Returns all the [Font]s as a [PoolStringArray] filled with each [Font]'s " +"name, for use in [method get_font], if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:142 +msgid "" +"Returns all the [Font] types as a [PoolStringArray] filled with unique type " +"names, for use in [method get_font] and/or [method get_font_list]." +msgstr "" + +#: doc/classes/Theme.xml:150 +msgid "" +"Returns the icon [Texture] at [code]name[/code] if the theme has " +"[code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:157 +msgid "" +"Returns all the icons as a [PoolStringArray] filled with each [Texture]'s " +"name, for use in [method get_icon], if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:163 +msgid "" +"Returns all the icon types as a [PoolStringArray] filled with unique type " +"names, for use in [method get_icon] and/or [method get_icon_list]." +msgstr "" + +#: doc/classes/Theme.xml:171 +msgid "" +"Returns the [StyleBox] at [code]name[/code] if the theme has " +"[code]node_type[/code].\n" +"Valid [code]name[/code]s may be found using [method get_stylebox_list]. " +"Valid [code]node_type[/code]s may be found using [method get_stylebox_types]." +msgstr "" + +#: doc/classes/Theme.xml:179 +msgid "" +"Returns all the [StyleBox]s as a [PoolStringArray] filled with each " +"[StyleBox]'s name, for use in [method get_stylebox], if the theme has " +"[code]node_type[/code].\n" +"Valid [code]node_type[/code]s may be found using [method get_stylebox_types]." +msgstr "" + +#: doc/classes/Theme.xml:186 +msgid "" +"Returns all the [StyleBox] types as a [PoolStringArray] filled with unique " +"type names, for use in [method get_stylebox] and/or [method " +"get_stylebox_list]." +msgstr "" + +#: doc/classes/Theme.xml:195 +msgid "" +"Returns the theme item of [code]data_type[/code] at [code]name[/code] if the " +"theme has [code]node_type[/code].\n" +"Valid [code]name[/code]s may be found using [method get_theme_item_list] or " +"a data type specific method. Valid [code]node_type[/code]s may be found " +"using [method get_theme_item_types] or a data type specific method." +msgstr "" + +#: doc/classes/Theme.xml:204 +msgid "" +"Returns all the theme items of [code]data_type[/code] as a [PoolStringArray] " +"filled with each theme items's name, for use in [method get_theme_item] or a " +"data type specific method, if the theme has [code]node_type[/code].\n" +"Valid [code]node_type[/code]s may be found using [method " +"get_theme_item_types] or a data type specific method." +msgstr "" + +#: doc/classes/Theme.xml:212 +msgid "" +"Returns all the theme items of [code]data_type[/code] types as a " +"[PoolStringArray] filled with unique type names, for use in [method " +"get_theme_item], [method get_theme_item_list] or data type specific methods." +msgstr "" + +#: doc/classes/Theme.xml:219 +msgid "" +"Returns all the theme types as a [PoolStringArray] filled with unique type " +"names, for use in other [code]get_*[/code] functions of this theme.\n" +"[b]Note:[/b] [code]node_type[/code] has no effect and will be removed in " +"future version." +msgstr "" + +#: doc/classes/Theme.xml:228 +msgid "" +"Returns [code]true[/code] if [Color] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:237 +msgid "" +"Returns [code]true[/code] if constant with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:244 +msgid "" +"Returns [code]true[/code] if this theme has a valid [member default_font] " +"value." +msgstr "" + +#: doc/classes/Theme.xml:252 +msgid "" +"Returns [code]true[/code] if [Font] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:261 +msgid "" +"Returns [code]true[/code] if icon [Texture] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:270 +msgid "" +"Returns [code]true[/code] if [StyleBox] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:280 +msgid "" +"Returns [code]true[/code] if a theme item of [code]data_type[/code] with " +"[code]name[/code] is in [code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:288 +msgid "" +"Adds missing and overrides existing definitions with values from the " +"[code]other[/code] [Theme].\n" +"[b]Note:[/b] This modifies the current theme. If you want to merge two " +"themes together without modifying either one, create a new empty theme and " +"merge the other two into it one after another." +msgstr "" + +#: doc/classes/Theme.xml:298 +msgid "" +"Renames the [Color] at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:307 +msgid "" +"Renames the constant at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:316 +msgid "" +"Renames the [Font] at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:325 +msgid "" +"Renames the icon at [code]old_name[/code] to [code]name[/code] if the theme " +"has [code]node_type[/code]. If [code]name[/code] is already taken, this " +"method fails." +msgstr "" + +#: doc/classes/Theme.xml:334 +msgid "" +"Renames [StyleBox] at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:344 +msgid "" +"Renames the theme item of [code]data_type[/code] at [code]old_name[/code] to " +"[code]name[/code] if the theme has [code]node_type[/code]. If [code]name[/" +"code] is already taken, this method fails." +msgstr "" + +#: doc/classes/Theme.xml:353 +msgid "" +"Sets the theme's [Color] to [code]color[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:363 +msgid "" +"Sets the theme's constant to [code]constant[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:373 +msgid "" +"Sets the theme's [Font] to [code]font[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:383 +msgid "" +"Sets the theme's icon [Texture] to [code]texture[/code] at [code]name[/code] " +"in [code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:393 +msgid "" +"Sets theme's [StyleBox] to [code]stylebox[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:404 +msgid "" +"Sets the theme item of [code]data_type[/code] to [code]value[/code] at " +"[code]name[/code] in [code]node_type[/code].\n" +"Does nothing if the [code]value[/code] type does not match [code]data_type[/" +"code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:412 +msgid "" +"The default font of this [Theme] resource. Used as a fallback value for font " +"items defined in this theme, but having invalid values. If this value is " +"also invalid, the global default value is used.\n" +"Use [method has_default_font] to check if this value is valid." +msgstr "" + +#: doc/classes/Theme.xml:418 +msgid "Theme's [Color] item type." +msgstr "" + +#: doc/classes/Theme.xml:421 +msgid "Theme's constant item type." +msgstr "" + +#: doc/classes/Theme.xml:424 +msgid "Theme's [Font] item type." +msgstr "" + +#: doc/classes/Theme.xml:427 +msgid "Theme's icon [Texture] item type." +msgstr "" + +#: doc/classes/Theme.xml:430 +msgid "Theme's [StyleBox] item type." +msgstr "" + +#: doc/classes/Theme.xml:433 +msgid "Maximum value for the DataType enum." +msgstr "" + +#: doc/classes/Thread.xml:4 +msgid "A unit of execution in a process." +msgstr "" + +#: doc/classes/Thread.xml:7 +msgid "" +"A unit of execution in a process. Can run methods on [Object]s " +"simultaneously. The use of synchronization via [Mutex] or [Semaphore] is " +"advised if working with shared objects.\n" +"[b]Note:[/b] Breakpoints won't break on code if it's running in a thread. " +"This is a current limitation of the GDScript debugger." +msgstr "" + +#: doc/classes/Thread.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/threads/thread_safe_apis.html" +msgstr "" + +#: doc/classes/Thread.xml:19 +msgid "" +"Returns the current [Thread]'s ID, uniquely identifying it among all " +"threads. If the [Thread] is not running this returns an empty string." +msgstr "" + +#: doc/classes/Thread.xml:25 +msgid "" +"Returns [code]true[/code] if this [Thread] has been started. Once started, " +"this will return [code]true[/code] until it is joined using [method " +"wait_to_finish]. For checking if a [Thread] is still executing its task, use " +"[method is_alive]." +msgstr "" + +#: doc/classes/Thread.xml:31 +msgid "" +"Returns [code]true[/code] if this [Thread] is currently running. This is " +"useful for determining if [method wait_to_finish] can be called without " +"blocking the calling thread.\n" +"To check if a [Thread] is joinable, use [method is_active]." +msgstr "" + +#: doc/classes/Thread.xml:42 +msgid "" +"Starts a new [Thread] that runs [code]method[/code] on object " +"[code]instance[/code] with [code]userdata[/code] passed as an argument. Even " +"if no userdata is passed, [code]method[/code] must accept one argument and " +"it will be null. The [code]priority[/code] of the [Thread] can be changed by " +"passing a value from the [enum Priority] enum.\n" +"Returns [constant OK] on success, or [constant ERR_CANT_CREATE] on failure." +msgstr "" + +#: doc/classes/Thread.xml:49 +msgid "" +"Joins the [Thread] and waits for it to finish. Returns the output of the " +"method passed to [method start].\n" +"Should either be used when you want to retrieve the value returned from the " +"method called by the [Thread] or before freeing the instance that contains " +"the [Thread].\n" +"To determine if this can be called without blocking the calling thread, " +"check if [method is_alive] is [code]false[/code].\n" +"[b]Note:[/b] After the [Thread] finishes joining it will be disposed. If you " +"want to use it again you will have to create a new instance of it." +msgstr "" + +#: doc/classes/Thread.xml:58 +msgid "A thread running with lower priority than normally." +msgstr "" + +#: doc/classes/Thread.xml:61 +msgid "A thread with a standard priority." +msgstr "" + +#: doc/classes/Thread.xml:64 +msgid "A thread running with higher priority than normally." +msgstr "" + +#: doc/classes/TileMap.xml:4 +msgid "Node for 2D tile-based maps." +msgstr "" + +#: doc/classes/TileMap.xml:7 +msgid "" +"Node for 2D tile-based maps. Tilemaps use a [TileSet] which contain a list " +"of tiles (textures plus optional collision, navigation, and/or occluder " +"shapes) which are used to create grid-based maps.\n" +"When doing physics queries against the tilemap, the cell coordinates are " +"encoded as [code]metadata[/code] for each detected collision shape returned " +"by methods such as [method Physics2DDirectSpaceState.intersect_shape], " +"[method Physics2DDirectBodyState.get_contact_collider_shape_metadata], etc." +msgstr "" + +#: doc/classes/TileMap.xml:11 doc/classes/TileSet.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/using_tilemaps.html" +msgstr "" + +#: doc/classes/TileMap.xml:14 doc/classes/TileSet.xml:14 +msgid "https://godotengine.org/asset-library/asset/111" +msgstr "" + +#: doc/classes/TileMap.xml:23 +msgid "Clears all cells." +msgstr "" + +#: doc/classes/TileMap.xml:29 +msgid "Clears cells that do not exist in the tileset." +msgstr "" + +#: doc/classes/TileMap.xml:37 +msgid "" +"Returns the tile index of the given cell. If no tile exists in the cell, " +"returns [constant INVALID_CELL]." +msgstr "" + +#: doc/classes/TileMap.xml:45 +msgid "" +"Returns the coordinate (subtile column and row) of the autotile variation in " +"the tileset. Returns a zero vector if the cell doesn't have autotiling." +msgstr "" + +#: doc/classes/TileMap.xml:52 +msgid "" +"Returns the tile index of the cell given by a Vector2. If no tile exists in " +"the cell, returns [constant INVALID_CELL]." +msgstr "" + +#: doc/classes/TileMap.xml:59 +msgid "Returns [code]true[/code] if the given collision layer bit is set." +msgstr "" + +#: doc/classes/TileMap.xml:66 +msgid "Returns [code]true[/code] if the given collision mask bit is set." +msgstr "" + +#: doc/classes/TileMap.xml:72 +msgid "" +"Returns a [Vector2] array with the positions of all cells containing a tile " +"from the tileset (i.e. a tile index different from [code]-1[/code])." +msgstr "" + +#: doc/classes/TileMap.xml:79 +msgid "" +"Returns an array of all cells with the given tile index specified in " +"[code]id[/code]." +msgstr "" + +#: doc/classes/TileMap.xml:85 +msgid "Returns a rectangle enclosing the used (non-empty) tiles of the map." +msgstr "" + +#: doc/classes/TileMap.xml:93 +msgid "" +"Returns [code]true[/code] if the given cell is transposed, i.e. the X and Y " +"axes are swapped." +msgstr "" + +#: doc/classes/TileMap.xml:101 +msgid "Returns [code]true[/code] if the given cell is flipped in the X axis." +msgstr "" + +#: doc/classes/TileMap.xml:109 +msgid "Returns [code]true[/code] if the given cell is flipped in the Y axis." +msgstr "" + +#: doc/classes/TileMap.xml:117 +msgid "" +"Returns the local position of the top left corner of the cell corresponding " +"to the given tilemap (grid-based) coordinates.\n" +"To get the global position, use [method Node2D.to_global]:\n" +"[codeblock]\n" +"var local_position = my_tilemap.map_to_world(map_position)\n" +"var global_position = my_tilemap.to_global(local_position)\n" +"[/codeblock]\n" +"Optionally, the tilemap's half offset can be ignored." +msgstr "" + +#: doc/classes/TileMap.xml:136 +msgid "" +"Sets the tile index for the cell given by a Vector2.\n" +"An index of [code]-1[/code] clears the cell.\n" +"Optionally, the tile can also be flipped, transposed, or given autotile " +"coordinates. The autotile coordinate refers to the column and row of the " +"subtile.\n" +"[b]Note:[/b] Data such as navigation polygons and collision shapes are not " +"immediately updated for performance reasons.\n" +"If you need these to be immediately updated, you can call [method " +"update_dirty_quadrants].\n" +"Overriding this method also overrides it internally, allowing custom logic " +"to be implemented when tiles are placed/removed:\n" +"[codeblock]\n" +"func set_cell(x, y, tile, flip_x=false, flip_y=false, transpose=false, " +"autotile_coord=Vector2()):\n" +" # Write your custom logic here.\n" +" # To call the default method:\n" +" .set_cell(x, y, tile, flip_x, flip_y, transpose, autotile_coord)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TileMap.xml:158 +msgid "" +"Sets the tile index for the given cell.\n" +"An index of [code]-1[/code] clears the cell.\n" +"Optionally, the tile can also be flipped or transposed.\n" +"[b]Note:[/b] Data such as navigation polygons and collision shapes are not " +"immediately updated for performance reasons.\n" +"If you need these to be immediately updated, you can call [method " +"update_dirty_quadrants]." +msgstr "" + +#: doc/classes/TileMap.xml:170 +msgid "Sets the given collision layer bit." +msgstr "" + +#: doc/classes/TileMap.xml:178 +msgid "Sets the given collision mask bit." +msgstr "" + +#: doc/classes/TileMap.xml:185 +msgid "" +"Applies autotiling rules to the cell (and its adjacent cells) referenced by " +"its grid-based X and Y coordinates." +msgstr "" + +#: doc/classes/TileMap.xml:193 +msgid "" +"Applies autotiling rules to the cells in the given region (specified by grid-" +"based X and Y coordinates).\n" +"Calling with invalid (or missing) parameters applies autotiling rules for " +"the entire tilemap." +msgstr "" + +#: doc/classes/TileMap.xml:200 +msgid "" +"Updates the tile map's quadrants, allowing things such as navigation and " +"collision shapes to be immediately used if modified." +msgstr "" + +#: doc/classes/TileMap.xml:207 +msgid "" +"Returns the tilemap (grid-based) coordinates corresponding to the given " +"local position.\n" +"To use this with a global position, first determine the local position with " +"[method Node2D.to_local]:\n" +"[codeblock]\n" +"var local_position = my_tilemap.to_local(global_position)\n" +"var map_position = my_tilemap.world_to_map(local_position)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TileMap.xml:218 +msgid "If [code]true[/code], the cell's UVs will be clipped." +msgstr "" + +#: doc/classes/TileMap.xml:221 +msgid "The custom [Transform2D] to be applied to the TileMap's cells." +msgstr "" + +#: doc/classes/TileMap.xml:224 +msgid "" +"Amount to offset alternating tiles. See [enum HalfOffset] for possible " +"values." +msgstr "" + +#: doc/classes/TileMap.xml:227 +msgid "" +"The TileMap's quadrant size. Optimizes drawing by batching, using chunks of " +"this size." +msgstr "" + +#: doc/classes/TileMap.xml:230 +msgid "The TileMap's cell size." +msgstr "" + +#: doc/classes/TileMap.xml:233 +msgid "Position for tile origin. See [enum TileOrigin] for possible values." +msgstr "" + +#: doc/classes/TileMap.xml:236 +msgid "" +"If [code]true[/code], the TileMap's direct children will be drawn in order " +"of their Y coordinate." +msgstr "" + +#: doc/classes/TileMap.xml:239 +msgid "" +"If [code]true[/code], the textures will be centered in the middle of each " +"tile. This is useful for certain isometric or top-down modes when textures " +"are made larger or smaller than the tiles (e.g. to avoid flickering on tile " +"edges). The offset is still applied, but from the center of the tile. If " +"used, [member compatibility_mode] is ignored.\n" +"If [code]false[/code], the texture position start in the top-left corner " +"unless [member compatibility_mode] is enabled." +msgstr "" + +#: doc/classes/TileMap.xml:243 +msgid "" +"Bounce value for static body collisions (see [code]collision_use_kinematic[/" +"code])." +msgstr "" + +#: doc/classes/TileMap.xml:246 +msgid "" +"Friction value for static body collisions (see " +"[code]collision_use_kinematic[/code])." +msgstr "" + +#: doc/classes/TileMap.xml:249 +msgid "" +"The collision layer(s) for all colliders in the TileMap. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/TileMap.xml:252 +msgid "" +"The collision mask(s) for all colliders in the TileMap. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/TileMap.xml:255 +msgid "" +"If [code]true[/code], TileMap collisions will be handled as a kinematic " +"body. If [code]false[/code], collisions will be handled as static body." +msgstr "" + +#: doc/classes/TileMap.xml:258 +msgid "" +"If [code]true[/code], this tilemap's collision shape will be added to the " +"collision shape of the parent. The parent has to be a [CollisionObject2D]." +msgstr "" + +#: doc/classes/TileMap.xml:261 +msgid "" +"If [code]true[/code], the compatibility with the tilemaps made in Godot 3.1 " +"or earlier is maintained (textures move when the tile origin changes and " +"rotate if the texture size is not homogeneous). This mode presents problems " +"when doing [code]flip_h[/code], [code]flip_v[/code] and [code]transpose[/" +"code] tile operations on non-homogeneous isometric tiles (e.g. 2:1), in " +"which the texture could not coincide with the collision, thus it is not " +"recommended for isometric or non-square tiles.\n" +"If [code]false[/code], the textures do not move when doing [code]flip_h[/" +"code], [code]flip_v[/code] operations if no offset is used, nor when " +"changing the tile origin.\n" +"The compatibility mode doesn't work with the [member centered_textures] " +"option, because displacing textures with the [member cell_tile_origin] " +"option or in irregular tiles is not relevant when centering those textures." +msgstr "" + +#: doc/classes/TileMap.xml:266 +msgid "The TileMap orientation mode. See [enum Mode] for possible values." +msgstr "" + +#: doc/classes/TileMap.xml:269 +msgid "" +"The light mask assigned to all light occluders in the TileMap. The TileSet's " +"light occluders will cast shadows only from Light2D(s) that have the same " +"light mask(s)." +msgstr "" + +#: doc/classes/TileMap.xml:272 +msgid "" +"If [code]true[/code], collision shapes are visible in the editor. Doesn't " +"affect collision shapes visibility at runtime. To show collision shapes at " +"runtime, enable [b]Visible Collision Shapes[/b] in the [b]Debug[/b] menu " +"instead." +msgstr "" + +#: doc/classes/TileMap.xml:275 +msgid "The assigned [TileSet]." +msgstr "" + +#: doc/classes/TileMap.xml:281 +msgid "Emitted when a tilemap setting has changed." +msgstr "" + +#: doc/classes/TileMap.xml:287 +msgid "Returned when a cell doesn't exist." +msgstr "" + +#: doc/classes/TileMap.xml:290 +msgid "Orthogonal orientation mode." +msgstr "" + +#: doc/classes/TileMap.xml:293 +msgid "Isometric orientation mode." +msgstr "" + +#: doc/classes/TileMap.xml:296 +msgid "Custom orientation mode." +msgstr "" + +#: doc/classes/TileMap.xml:299 +msgid "Half offset on the X coordinate." +msgstr "" + +#: doc/classes/TileMap.xml:302 +msgid "Half offset on the Y coordinate." +msgstr "" + +#: doc/classes/TileMap.xml:305 +msgid "Half offset disabled." +msgstr "" + +#: doc/classes/TileMap.xml:308 +msgid "Half offset on the X coordinate (negative)." +msgstr "" + +#: doc/classes/TileMap.xml:311 +msgid "Half offset on the Y coordinate (negative)." +msgstr "" + +#: doc/classes/TileMap.xml:314 +msgid "Tile origin at its top-left corner." +msgstr "" + +#: doc/classes/TileMap.xml:317 +msgid "Tile origin at its center." +msgstr "" + +#: doc/classes/TileMap.xml:320 +msgid "Tile origin at its bottom-left corner." +msgstr "" + +#: doc/classes/TileSet.xml:4 +msgid "Tile library for tilemaps." +msgstr "" + +#: doc/classes/TileSet.xml:7 +msgid "" +"A TileSet is a library of tiles for a [TileMap]. It contains a list of " +"tiles, each consisting of a sprite and optional collision shapes.\n" +"Tiles are referenced by a unique integer ID." +msgstr "" + +#: doc/classes/TileSet.xml:42 +msgid "" +"Determines when the auto-tiler should consider two different auto-tile IDs " +"to be bound together.\n" +"[b]Note:[/b] [code]neighbor_id[/code] will be [code]-1[/code] ([constant " +"TileMap.INVALID_CELL]) when checking a tile against an empty neighbor tile." +msgstr "" + +#: doc/classes/TileSet.xml:50 +msgid "Clears all bitmask information of the autotile." +msgstr "" + +#: doc/classes/TileSet.xml:58 +msgid "" +"Returns the bitmask of the subtile from an autotile given its coordinates.\n" +"The value is the sum of the values in [enum AutotileBindings] present in the " +"subtile (e.g. a value of 5 means the bitmask has bindings in both the top " +"left and top right)." +msgstr "" + +#: doc/classes/TileSet.xml:66 +msgid "Returns the [enum BitmaskMode] of the autotile." +msgstr "" + +#: doc/classes/TileSet.xml:73 +msgid "" +"Returns the subtile that's being used as an icon in an atlas/autotile given " +"its coordinates.\n" +"The subtile defined as the icon will be used as a fallback when the atlas/" +"autotile's bitmask information is incomplete. It will also be used to " +"represent it in the TileSet editor." +msgstr "" + +#: doc/classes/TileSet.xml:82 +msgid "" +"Returns the light occluder of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:90 +msgid "" +"Returns the navigation polygon of the subtile from an atlas/autotile given " +"its coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:97 +msgid "Returns the size of the subtiles in an atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:104 +msgid "Returns the spacing between subtiles of the atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:112 +msgid "" +"Returns the priority of the subtile from an autotile given its coordinates.\n" +"When more than one subtile has the same bitmask value, one of them will be " +"picked randomly for drawing. Its priority will define how often it will be " +"picked." +msgstr "" + +#: doc/classes/TileSet.xml:121 +msgid "" +"Returns the drawing index of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:130 +msgid "" +"Sets the bitmask of the subtile from an autotile given its coordinates.\n" +"The value is the sum of the values in [enum AutotileBindings] present in the " +"subtile (e.g. a value of 5 means the bitmask has bindings in both the top " +"left and top right)." +msgstr "" + +#: doc/classes/TileSet.xml:139 +msgid "Sets the [enum BitmaskMode] of the autotile." +msgstr "" + +#: doc/classes/TileSet.xml:147 +msgid "" +"Sets the subtile that will be used as an icon in an atlas/autotile given its " +"coordinates.\n" +"The subtile defined as the icon will be used as a fallback when the atlas/" +"autotile's bitmask information is incomplete. It will also be used to " +"represent it in the TileSet editor." +msgstr "" + +#: doc/classes/TileSet.xml:157 +msgid "" +"Sets the light occluder of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:166 +msgid "" +"Sets the navigation polygon of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:174 +msgid "Sets the size of the subtiles in an atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:182 +msgid "Sets the spacing between subtiles of the atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:191 +msgid "" +"Sets the priority of the subtile from an autotile given its coordinates.\n" +"When more than one subtile has the same bitmask value, one of them will be " +"picked randomly for drawing. Its priority will define how often it will be " +"picked." +msgstr "" + +#: doc/classes/TileSet.xml:201 +msgid "" +"Sets the drawing index of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:207 +msgid "Clears all tiles." +msgstr "" + +#: doc/classes/TileSet.xml:214 +msgid "Creates a new tile with the given ID." +msgstr "" + +#: doc/classes/TileSet.xml:221 +msgid "Returns the first tile matching the given name." +msgstr "" + +#: doc/classes/TileSet.xml:227 +msgid "" +"Returns the ID following the last currently used ID, useful when creating a " +"new tile." +msgstr "" + +#: doc/classes/TileSet.xml:233 +msgid "Returns an array of all currently used tile IDs." +msgstr "" + +#: doc/classes/TileSet.xml:240 +msgid "Removes the given tile ID." +msgstr "" + +#: doc/classes/TileSet.xml:251 +msgid "Adds a shape to the tile." +msgstr "" + +#: doc/classes/TileSet.xml:258 +msgid "Returns the tile's light occluder." +msgstr "" + +#: doc/classes/TileSet.xml:265 +msgid "Returns the tile's material." +msgstr "" + +#: doc/classes/TileSet.xml:272 +msgid "Returns the tile's modulation color." +msgstr "" + +#: doc/classes/TileSet.xml:279 +msgid "Returns the tile's name." +msgstr "" + +#: doc/classes/TileSet.xml:286 +msgid "Returns the navigation polygon of the tile." +msgstr "" + +#: doc/classes/TileSet.xml:293 +msgid "Returns the offset of the tile's navigation polygon." +msgstr "" + +#: doc/classes/TileSet.xml:300 +msgid "Returns the tile's normal map texture." +msgstr "" + +#: doc/classes/TileSet.xml:307 +msgid "Returns the offset of the tile's light occluder." +msgstr "" + +#: doc/classes/TileSet.xml:314 +msgid "Returns the tile sub-region in the texture." +msgstr "" + +#: doc/classes/TileSet.xml:322 +msgid "Returns a tile's given shape." +msgstr "" + +#: doc/classes/TileSet.xml:329 +msgid "Returns the number of shapes assigned to a tile." +msgstr "" + +#: doc/classes/TileSet.xml:337 +msgid "Returns the offset of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:345 +msgid "Returns the one-way collision value of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:360 +msgid "Returns the [Transform2D] of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:367 +msgid "" +"Returns an array of dictionaries describing the tile's shapes.\n" +"[b]Dictionary structure in the array returned by this method:[/b]\n" +"[codeblock]\n" +"{\n" +" \"autotile_coord\": Vector2,\n" +" \"one_way\": bool,\n" +" \"one_way_margin\": int,\n" +" \"shape\": CollisionShape2D,\n" +" \"shape_transform\": Transform2D,\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TileSet.xml:384 +msgid "Returns the tile's texture." +msgstr "" + +#: doc/classes/TileSet.xml:391 +msgid "Returns the texture offset of the tile." +msgstr "" + +#: doc/classes/TileSet.xml:398 +msgid "Returns the tile's [enum TileMode]." +msgstr "" + +#: doc/classes/TileSet.xml:405 +msgid "Returns the tile's Z index (drawing layer)." +msgstr "" + +#: doc/classes/TileSet.xml:413 +msgid "Sets a light occluder for the tile." +msgstr "" + +#: doc/classes/TileSet.xml:421 +msgid "Sets the tile's material." +msgstr "" + +#: doc/classes/TileSet.xml:429 +msgid "Sets the tile's modulation color." +msgstr "" + +#: doc/classes/TileSet.xml:437 +msgid "Sets the tile's name." +msgstr "" + +#: doc/classes/TileSet.xml:445 +msgid "Sets the tile's navigation polygon." +msgstr "" + +#: doc/classes/TileSet.xml:453 +msgid "Sets an offset for the tile's navigation polygon." +msgstr "" + +#: doc/classes/TileSet.xml:461 +msgid "" +"Sets the tile's normal map texture.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/TileSet.xml:470 +msgid "Sets an offset for the tile's light occluder." +msgstr "" + +#: doc/classes/TileSet.xml:478 +msgid "" +"Sets the tile's sub-region in the texture. This is common in texture atlases." +msgstr "" + +#: doc/classes/TileSet.xml:487 +msgid "Sets a shape for the tile, enabling collision." +msgstr "" + +#: doc/classes/TileSet.xml:496 +msgid "Sets the offset of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:505 +msgid "Enables one-way collision on a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:522 +msgid "Sets a [Transform2D] on a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:530 +msgid "Sets an array of shapes for the tile, enabling collision." +msgstr "" + +#: doc/classes/TileSet.xml:538 +msgid "Sets the tile's texture." +msgstr "" + +#: doc/classes/TileSet.xml:546 +msgid "Sets the tile's texture offset." +msgstr "" + +#: doc/classes/TileSet.xml:554 +msgid "Sets the tile's [enum TileMode]." +msgstr "" + +#: doc/classes/TileSet.xml:562 +msgid "Sets the tile's drawing index." +msgstr "" + +#: doc/classes/Timer.xml:4 +msgid "A countdown timer." +msgstr "" + +#: doc/classes/Timer.xml:7 +msgid "" +"Counts down a specified interval and emits a signal on reaching 0. Can be " +"set to repeat or \"one-shot\" mode.\n" +"[b]Note:[/b] To create a one-shot timer without instantiating a node, use " +"[method SceneTree.create_timer]." +msgstr "" + +#: doc/classes/Timer.xml:17 +msgid "Returns [code]true[/code] if the timer is stopped." +msgstr "" + +#: doc/classes/Timer.xml:24 +msgid "" +"Starts the timer. Sets [code]wait_time[/code] to [code]time_sec[/code] if " +"[code]time_sec > 0[/code]. This also resets the remaining time to " +"[code]wait_time[/code].\n" +"[b]Note:[/b] This method will not resume a paused timer. See [member paused]." +msgstr "" + +#: doc/classes/Timer.xml:31 +msgid "Stops the timer." +msgstr "" + +#: doc/classes/Timer.xml:37 +msgid "" +"If [code]true[/code], the timer will automatically start when entering the " +"scene tree.\n" +"[b]Note:[/b] This property is automatically set to [code]false[/code] after " +"the timer enters the scene tree and starts." +msgstr "" + +#: doc/classes/Timer.xml:41 +msgid "" +"If [code]true[/code], the timer will stop when reaching 0. If [code]false[/" +"code], it will restart." +msgstr "" + +#: doc/classes/Timer.xml:44 +msgid "" +"If [code]true[/code], the timer is paused and will not process until it is " +"unpaused again, even if [method start] is called." +msgstr "" + +#: doc/classes/Timer.xml:47 +msgid "Processing mode. See [enum TimerProcessMode]." +msgstr "" + +#: doc/classes/Timer.xml:50 +msgid "" +"The timer's remaining time in seconds. Returns 0 if the timer is inactive.\n" +"[b]Note:[/b] You cannot set this value. To change the timer's remaining " +"time, use [method start]." +msgstr "" + +#: doc/classes/Timer.xml:54 +msgid "" +"The wait time in seconds.\n" +"[b]Note:[/b] Timers can only emit once per rendered frame at most (or once " +"per physics frame if [member process_mode] is [constant " +"TIMER_PROCESS_PHYSICS]). This means very low wait times (lower than 0.05 " +"seconds) will behave in significantly different ways depending on the " +"rendered framerate. For very low wait times, it is recommended to use a " +"process loop in a script instead of using a Timer node." +msgstr "" + +#: doc/classes/Timer.xml:67 +msgid "" +"Update the timer during the physics step at each frame (fixed framerate " +"processing)." +msgstr "" + +#: doc/classes/Timer.xml:70 +msgid "Update the timer during the idle time at each frame." +msgstr "" + +#: doc/classes/ToolButton.xml:4 +msgid "Flat button helper class." +msgstr "" + +#: doc/classes/ToolButton.xml:7 +msgid "" +"This is a helper class to generate a flat [Button] (see [member Button." +"flat]), creating a [ToolButton] is equivalent to:\n" +"[codeblock]\n" +"var btn = Button.new()\n" +"btn.flat = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ToolButton.xml:24 +msgid "[StyleBox] used when the [ToolButton] is disabled." +msgstr "" + +#: doc/classes/ToolButton.xml:27 +msgid "" +"[StyleBox] used when the [ToolButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/ToolButton.xml:30 +msgid "[Font] of the [ToolButton]'s text." +msgstr "" + +#: doc/classes/ToolButton.xml:33 +msgid "Default text [Color] of the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:36 +msgid "Text [Color] used when the [ToolButton] is disabled." +msgstr "" + +#: doc/classes/ToolButton.xml:39 +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ToolButton.xml:42 +msgid "Text [Color] used when the [ToolButton] is being hovered." +msgstr "" + +#: doc/classes/ToolButton.xml:45 +msgid "Text [Color] used when the [ToolButton] is being pressed." +msgstr "" + +#: doc/classes/ToolButton.xml:48 +msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgstr "" + +#: doc/classes/ToolButton.xml:51 +msgid "The horizontal space between [ToolButton]'s icon and text." +msgstr "" + +#: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 +msgid "[StyleBox] used when the [ToolButton] is being pressed." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:4 +msgid "Button for touch screen devices for gameplay use." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:7 +msgid "" +"TouchScreenButton allows you to create on-screen buttons for touch devices. " +"It's intended for gameplay use, such as a unit you have to touch to move. " +"Unlike [Button], TouchScreenButton supports multitouch out of the box. " +"Several TouchScreenButtons can be pressed at the same time with touch " +"input.\n" +"This node inherits from [Node2D]. Unlike with [Control] nodes, you cannot " +"set anchors on it. If you want to create menus or user interfaces, you may " +"want to use [Button] nodes instead. To make button nodes react to touch " +"events, you can enable the Emulate Mouse option in the Project Settings.\n" +"You can configure TouchScreenButton to be visible only on touch devices, " +"helping you develop your game both for desktop and mobile devices." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:17 +msgid "Returns [code]true[/code] if this button is currently pressed." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:23 +msgid "The button's action. Actions can be handled with [InputEventAction]." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:26 +msgid "The button's bitmask." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:29 +msgid "The button's texture for the normal state." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:32 +msgid "" +"If [code]true[/code], the [signal pressed] and [signal released] signals are " +"emitted whenever a pressed finger goes in and out of the button, even if the " +"pressure started outside the active area of the button.\n" +"[b]Note:[/b] This is a \"pass-by\" (not \"bypass\") press mode." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:36 +msgid "The button's texture for the pressed state." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:39 +msgid "The button's shape." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:42 +msgid "" +"If [code]true[/code], the button's shape is centered in the provided " +"texture. If no texture is used, this property has no effect." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:45 +msgid "If [code]true[/code], the button's shape is visible." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:48 +msgid "" +"The button's visibility mode. See [enum VisibilityMode] for possible values." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:54 +msgid "Emitted when the button is pressed (down)." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:59 +msgid "Emitted when the button is released (up)." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:65 +msgid "Always visible." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:68 +msgid "Visible on touch screens only." +msgstr "" + +#: doc/classes/Transform.xml:4 +msgid "3D transformation (3×4 matrix)." +msgstr "" + +#: doc/classes/Transform.xml:7 +msgid "" +"3×4 matrix (3 rows, 4 columns) used for 3D linear transformations. It can " +"represent transformations such as translation, rotation, or scaling. It " +"consists of a [member basis] (first 3 columns) and a [Vector3] for the " +"[member origin] (last column).\n" +"For more information, read the \"Matrices and transforms\" documentation " +"article." +msgstr "" + +#: doc/classes/Transform.xml:26 +msgid "" +"Constructs a Transform from four [Vector3] values (matrix columns). Each " +"axis corresponds to local basis vectors (some of which may be scaled)." +msgstr "" + +#: doc/classes/Transform.xml:34 +msgid "Constructs a Transform from a [Basis] and [Vector3]." +msgstr "" + +#: doc/classes/Transform.xml:41 +msgid "Constructs a Transform from a [Transform2D]." +msgstr "" + +#: doc/classes/Transform.xml:48 +msgid "" +"Constructs a Transform from a [Quat]. The origin will be [code]Vector3(0, 0, " +"0)[/code]." +msgstr "" + +#: doc/classes/Transform.xml:55 +msgid "" +"Constructs the Transform from a [Basis]. The origin will be Vector3(0, 0, 0)." +msgstr "" + +#: doc/classes/Transform.xml:61 doc/classes/Transform2D.xml:44 +msgid "" +"Returns the inverse of the transform, under the assumption that the " +"transformation is composed of rotation, scaling and translation." +msgstr "" + +#: doc/classes/Transform.xml:69 +msgid "" +"Interpolates the transform to other Transform by weight amount (on the range " +"of 0.0 to 1.0)." +msgstr "" + +#: doc/classes/Transform.xml:75 +msgid "" +"Returns the inverse of the transform, under the assumption that the " +"transformation is composed of rotation and translation (no scaling, use " +"affine_inverse for transforms with scaling)." +msgstr "" + +#: doc/classes/Transform.xml:82 doc/classes/Transform2D.xml:99 +msgid "" +"Returns [code]true[/code] if this transform and [code]transform[/code] are " +"approximately equal, by calling [code]is_equal_approx[/code] on each " +"component." +msgstr "" + +#: doc/classes/Transform.xml:90 +msgid "" +"Returns a copy of the transform rotated such that its -Z axis points towards " +"the [code]target[/code] position.\n" +"The transform will first be rotated around the given [code]up[/code] vector, " +"and then fully aligned to the target by a further rotation around an axis " +"perpendicular to both the [code]target[/code] and [code]up[/code] vectors.\n" +"Operations take place in global space." +msgstr "" + +#: doc/classes/Transform.xml:98 +msgid "" +"Returns the transform with the basis orthogonal (90 degrees), and normalized " +"axis vectors." +msgstr "" + +#: doc/classes/Transform.xml:106 +msgid "" +"Rotates the transform around the given axis by the given angle (in radians), " +"using matrix multiplication. The axis must be a normalized vector." +msgstr "" + +#: doc/classes/Transform.xml:113 +msgid "" +"Scales basis and origin of the transform by the given scale factor, using " +"matrix multiplication." +msgstr "" + +#: doc/classes/Transform.xml:120 doc/classes/Transform2D.xml:126 +msgid "" +"Translates the transform by the given offset, relative to the transform's " +"basis vectors.\n" +"Unlike [method rotated] and [method scaled], this does not use matrix " +"multiplication." +msgstr "" + +#: doc/classes/Transform.xml:128 +msgid "" +"Transforms the given [Vector3], [Plane], [AABB], or [PoolVector3Array] by " +"this transform." +msgstr "" + +#: doc/classes/Transform.xml:135 +msgid "" +"Inverse-transforms the given [Vector3], [Plane], [AABB], or " +"[PoolVector3Array] by this transform." +msgstr "" + +#: doc/classes/Transform.xml:141 +msgid "" +"The basis is a matrix containing 3 [Vector3] as its columns: X axis, Y axis, " +"and Z axis. These vectors can be interpreted as the basis vectors of local " +"coordinate system traveling with the object." +msgstr "" + +#: doc/classes/Transform.xml:144 +msgid "" +"The translation offset of the transform (column 3, the fourth column). " +"Equivalent to array index [code]3[/code]." +msgstr "" + +#: doc/classes/Transform.xml:149 +msgid "" +"[Transform] with no translation, rotation or scaling applied. When applied " +"to other data structures, [constant IDENTITY] performs no transformation." +msgstr "" + +#: doc/classes/Transform.xml:152 +msgid "[Transform] with mirroring applied perpendicular to the YZ plane." +msgstr "" + +#: doc/classes/Transform.xml:155 +msgid "[Transform] with mirroring applied perpendicular to the XZ plane." +msgstr "" + +#: doc/classes/Transform.xml:158 +msgid "[Transform] with mirroring applied perpendicular to the XY plane." +msgstr "" + +#: doc/classes/Transform2D.xml:4 +msgid "2D transformation (2×3 matrix)." +msgstr "" + +#: doc/classes/Transform2D.xml:7 +msgid "" +"2×3 matrix (2 rows, 3 columns) used for 2D linear transformations. It can " +"represent transformations such as translation, rotation, or scaling. It " +"consists of three [Vector2] values: [member x], [member y], and the [member " +"origin].\n" +"For more information, read the \"Matrices and transforms\" documentation " +"article." +msgstr "" + +#: doc/classes/Transform2D.xml:21 +msgid "Constructs the transform from a 3D [Transform]." +msgstr "" + +#: doc/classes/Transform2D.xml:30 +msgid "" +"Constructs the transform from 3 [Vector2] values representing [member x], " +"[member y], and the [member origin] (the three column vectors)." +msgstr "" + +#: doc/classes/Transform2D.xml:38 +msgid "Constructs the transform from a given angle (in radians) and position." +msgstr "" + +#: doc/classes/Transform2D.xml:51 +msgid "" +"Returns a vector transformed (multiplied) by the basis matrix.\n" +"This method does not account for translation (the origin vector)." +msgstr "" + +#: doc/classes/Transform2D.xml:59 +msgid "" +"Returns a vector transformed (multiplied) by the inverse basis matrix.\n" +"This method does not account for translation (the origin vector)." +msgstr "" + +#: doc/classes/Transform2D.xml:66 +msgid "Returns the transform's origin (translation)." +msgstr "" + +#: doc/classes/Transform2D.xml:72 +msgid "Returns the transform's rotation (in radians)." +msgstr "" + +#: doc/classes/Transform2D.xml:78 +msgid "Returns the scale." +msgstr "" + +#: doc/classes/Transform2D.xml:86 +msgid "" +"Returns a transform interpolated between this transform and another by a " +"given [code]weight[/code] (on the range of 0.0 to 1.0)." +msgstr "" + +#: doc/classes/Transform2D.xml:92 +msgid "" +"Returns the inverse of the transform, under the assumption that the " +"transformation is composed of rotation and translation (no scaling, use " +"[method affine_inverse] for transforms with scaling)." +msgstr "" + +#: doc/classes/Transform2D.xml:105 +msgid "" +"Returns the transform with the basis orthogonal (90 degrees), and normalized " +"axis vectors (scale of 1 or -1)." +msgstr "" + +#: doc/classes/Transform2D.xml:112 +msgid "" +"Rotates the transform by the given angle (in radians), using matrix " +"multiplication." +msgstr "" + +#: doc/classes/Transform2D.xml:119 +msgid "" +"Scales the transform by the given scale factor, using matrix multiplication." +msgstr "" + +#: doc/classes/Transform2D.xml:134 +msgid "" +"Transforms the given [Vector2], [Rect2], or [PoolVector2Array] by this " +"transform." +msgstr "" + +#: doc/classes/Transform2D.xml:141 +msgid "" +"Inverse-transforms the given [Vector2], [Rect2], or [PoolVector2Array] by " +"this transform." +msgstr "" + +#: doc/classes/Transform2D.xml:147 +msgid "" +"The origin vector (column 2, the third column). Equivalent to array index " +"[code]2[/code]. The origin vector represents translation." +msgstr "" + +#: doc/classes/Transform2D.xml:158 +msgid "" +"The identity [Transform2D] with no translation, rotation or scaling applied. " +"When applied to other data structures, [constant IDENTITY] performs no " +"transformation." +msgstr "" + +#: doc/classes/Transform2D.xml:161 +msgid "The [Transform2D] that will flip something along the X axis." +msgstr "" + +#: doc/classes/Transform2D.xml:164 +msgid "The [Transform2D] that will flip something along the Y axis." +msgstr "" + +#: doc/classes/Translation.xml:4 +msgid "Language Translation." +msgstr "" + +#: doc/classes/Translation.xml:7 +msgid "" +"Translations are resources that can be loaded and unloaded on demand. They " +"map a string to another string." +msgstr "" + +#: doc/classes/Translation.xml:10 doc/classes/TranslationServer.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/i18n/internationalizing_games." +"html" +msgstr "" + +#: doc/classes/Translation.xml:11 doc/classes/TranslationServer.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/i18n/locales.html" +msgstr "" + +#: doc/classes/Translation.xml:18 +msgid "Virtual method to override [method get_message]." +msgstr "" + +#: doc/classes/Translation.xml:26 +msgid "Adds a message if nonexistent, followed by its translation." +msgstr "" + +#: doc/classes/Translation.xml:33 +msgid "Erases a message." +msgstr "" + +#: doc/classes/Translation.xml:40 +msgid "Returns a message's translation." +msgstr "" + +#: doc/classes/Translation.xml:46 +msgid "Returns the number of existing messages." +msgstr "" + +#: doc/classes/Translation.xml:52 +msgid "Returns all the messages (keys)." +msgstr "" + +#: doc/classes/Translation.xml:58 +msgid "The locale of the translation." +msgstr "" + +#: doc/classes/TranslationServer.xml:4 +msgid "Server that manages all translations." +msgstr "" + +#: doc/classes/TranslationServer.xml:7 +msgid "" +"Server that manages all translations. Translations can be set to it and " +"removed from it." +msgstr "" + +#: doc/classes/TranslationServer.xml:18 +msgid "Adds a [Translation] resource." +msgstr "" + +#: doc/classes/TranslationServer.xml:24 +msgid "Clears the server from all translations." +msgstr "" + +#: doc/classes/TranslationServer.xml:30 +msgid "Returns an array of all loaded locales of the project." +msgstr "" + +#: doc/classes/TranslationServer.xml:36 +msgid "" +"Returns the current locale of the project.\n" +"See also [method OS.get_locale] and [method OS.get_locale_language] to query " +"the locale of the user system." +msgstr "" + +#: doc/classes/TranslationServer.xml:44 +msgid "" +"Returns a locale's language and its variant (e.g. [code]\"en_US\"[/code] " +"would return [code]\"English (United States)\"[/code])." +msgstr "" + +#: doc/classes/TranslationServer.xml:51 +msgid "Removes the given translation from the server." +msgstr "" + +#: doc/classes/TranslationServer.xml:58 +msgid "" +"Sets the locale of the project. The [code]locale[/code] string will be " +"standardized to match known locales (e.g. [code]en-US[/code] would be " +"matched to [code]en_US[/code]).\n" +"If translations have been loaded beforehand for the new locale, they will be " +"applied." +msgstr "" + +#: doc/classes/TranslationServer.xml:66 +msgid "Returns the current locale's translation for the given message (key)." +msgstr "" + +#: doc/classes/Tree.xml:4 +msgid "Control to show a tree of items." +msgstr "" + +#: doc/classes/Tree.xml:7 +msgid "" +"This shows a tree of items that can be selected, expanded and collapsed. The " +"tree can have multiple columns with custom controls like text editing, " +"buttons and popups. It can be useful for structured displays and " +"interactions.\n" +"Trees are built via code, using [TreeItem] objects to create the structure. " +"They have a single root but multiple roots can be simulated if a dummy " +"hidden root is added.\n" +"[codeblock]\n" +"func _ready():\n" +" var tree = Tree.new()\n" +" var root = tree.create_item()\n" +" tree.set_hide_root(true)\n" +" var child1 = tree.create_item(root)\n" +" var child2 = tree.create_item(root)\n" +" var subchild1 = tree.create_item(child1)\n" +" subchild1.set_text(0, \"Subchild1\")\n" +"[/codeblock]\n" +"To iterate over all the [TreeItem] objects in a [Tree] object, use [method " +"TreeItem.get_next] and [method TreeItem.get_children] after getting the root " +"through [method get_root]. You can use [method Object.free] on a [TreeItem] " +"to remove it from the [Tree]." +msgstr "" + +#: doc/classes/Tree.xml:27 +msgid "Returns [code]true[/code] if the column titles are being shown." +msgstr "" + +#: doc/classes/Tree.xml:33 +msgid "Clears the tree. This removes all items." +msgstr "" + +#: doc/classes/Tree.xml:41 +msgid "" +"Creates an item in the tree and adds it as a child of [code]parent[/code].\n" +"If [code]parent[/code] is [code]null[/code], the root item will be the " +"parent, or the new item will be the root itself if the tree is empty.\n" +"The new item will be the [code]idx[/code]th child of parent, or it will be " +"the last child if there are not enough siblings." +msgstr "" + +#: doc/classes/Tree.xml:49 +msgid "" +"Edits the selected tree item as if it was clicked. The item must be set " +"editable with [method TreeItem.set_editable]. Returns [code]true[/code] if " +"the item could be edited. Fails if no item is selected." +msgstr "" + +#: doc/classes/Tree.xml:55 +msgid "" +"Makes the currently focused cell visible.\n" +"This will scroll the tree if necessary. In [constant SELECT_ROW] mode, this " +"will not do horizontal scrolling, as all the cells in the selected row is " +"focused logically.\n" +"[b]Note:[/b] Despite the name of this method, the focus cursor itself is " +"only visible in [constant SELECT_MULTI] mode." +msgstr "" + +#: doc/classes/Tree.xml:64 +msgid "" +"Returns the column index at [code]position[/code], or -1 if no item is there." +msgstr "" + +#: doc/classes/Tree.xml:71 +msgid "Returns the column's title." +msgstr "" + +#: doc/classes/Tree.xml:78 +msgid "Returns the column's width in pixels." +msgstr "" + +#: doc/classes/Tree.xml:84 +msgid "" +"Returns the rectangle for custom popups. Helper to create custom cell " +"controls that display a popup. See [method TreeItem.set_cell_mode]." +msgstr "" + +#: doc/classes/Tree.xml:91 +msgid "" +"Returns the drop section at [code]position[/code], or -100 if no item is " +"there.\n" +"Values -1, 0, or 1 will be returned for the \"above item\", \"on item\", and " +"\"below item\" drop sections, respectively. See [enum DropModeFlags] for a " +"description of each drop section.\n" +"To get the item which the returned drop section is relative to, use [method " +"get_item_at_position]." +msgstr "" + +#: doc/classes/Tree.xml:99 +msgid "" +"Returns the currently edited item. Can be used with [signal item_edited] to " +"get the item that was modified.\n" +"[codeblock]\n" +"func _ready():\n" +" $Tree.item_edited.connect(on_Tree_item_edited)\n" +"\n" +"func on_Tree_item_edited():\n" +" print($Tree.get_edited()) # This item just got edited (e.g. checked).\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Tree.xml:112 +msgid "Returns the column for the currently edited item." +msgstr "" + +#: doc/classes/Tree.xml:120 +msgid "" +"Returns the rectangle area for the specified item. If [code]column[/code] is " +"specified, only get the position and size of that column, otherwise get the " +"rectangle containing all columns." +msgstr "" + +#: doc/classes/Tree.xml:127 +msgid "" +"Returns the tree item at the specified position (relative to the tree origin " +"position)." +msgstr "" + +#: doc/classes/Tree.xml:134 +msgid "" +"Returns the next selected item after the given one, or [code]null[/code] if " +"the end is reached.\n" +"If [code]from[/code] is [code]null[/code], this returns the first selected " +"item." +msgstr "" + +#: doc/classes/Tree.xml:141 +msgid "Returns the last pressed button's index." +msgstr "" + +#: doc/classes/Tree.xml:147 +msgid "" +"Returns the tree's root item, or [code]null[/code] if the tree is empty." +msgstr "" + +#: doc/classes/Tree.xml:153 +msgid "Returns the current scrolling position." +msgstr "" + +#: doc/classes/Tree.xml:159 +msgid "" +"Returns the currently focused item, or [code]null[/code] if no item is " +"focused.\n" +"In [constant SELECT_ROW] and [constant SELECT_SINGLE] modes, the focused " +"item is same as the selected item. In [constant SELECT_MULTI] mode, the " +"focused item is the item under the focus cursor, not necessarily selected.\n" +"To get the currently selected item(s), use [method get_next_selected]." +msgstr "" + +#: doc/classes/Tree.xml:167 +msgid "" +"Returns the currently focused column, or -1 if no column is focused.\n" +"In [constant SELECT_SINGLE] mode, the focused column is the selected column. " +"In [constant SELECT_ROW] mode, the focused column is always 0 if any item is " +"selected. In [constant SELECT_MULTI] mode, the focused column is the column " +"under the focus cursor, and there are not necessarily any column selected.\n" +"To tell whether a column of an item is selected, use [method TreeItem." +"is_selected]." +msgstr "" + +#: doc/classes/Tree.xml:176 +msgid "Causes the [Tree] to jump to the specified item." +msgstr "" + +#: doc/classes/Tree.xml:184 +msgid "" +"If [code]true[/code], the column will have the \"Expand\" flag of [Control]. " +"Columns that have the \"Expand\" flag will use their \"min_width\" in a " +"similar fashion to [member Control.size_flags_stretch_ratio]." +msgstr "" + +#: doc/classes/Tree.xml:192 +msgid "" +"Sets the minimum width of a column. Columns that have the \"Expand\" flag " +"will use their \"min_width\" in a similar fashion to [member Control." +"size_flags_stretch_ratio]." +msgstr "" + +#: doc/classes/Tree.xml:200 +msgid "Sets the title of a column." +msgstr "" + +#: doc/classes/Tree.xml:207 +msgid "If [code]true[/code], column titles are visible." +msgstr "" + +#: doc/classes/Tree.xml:213 +msgid "" +"If [code]true[/code], the currently selected cell may be selected again." +msgstr "" + +#: doc/classes/Tree.xml:216 +msgid "If [code]true[/code], a right mouse button click can select items." +msgstr "" + +#: doc/classes/Tree.xml:219 +msgid "The number of columns." +msgstr "" + +#: doc/classes/Tree.xml:222 +msgid "" +"The drop mode as an OR combination of flags. See [enum DropModeFlags] " +"constants. Once dropping is done, reverts to [constant DROP_MODE_DISABLED]. " +"Setting this during [method Control.can_drop_data] is recommended.\n" +"This controls the drop sections, i.e. the decision and drawing of possible " +"drop locations based on the mouse position." +msgstr "" + +#: doc/classes/Tree.xml:227 +msgid "If [code]true[/code], the folding arrow is hidden." +msgstr "" + +#: doc/classes/Tree.xml:230 +msgid "If [code]true[/code], the tree's root is hidden." +msgstr "" + +#: doc/classes/Tree.xml:234 +msgid "" +"Allows single or multiple selection. See the [enum SelectMode] constants." +msgstr "" + +#: doc/classes/Tree.xml:243 +msgid "" +"Emitted when a button on the tree was pressed (see [method TreeItem." +"add_button])." +msgstr "" + +#: doc/classes/Tree.xml:248 +msgid "Emitted when a cell is selected." +msgstr "" + +#: doc/classes/Tree.xml:254 +msgid "Emitted when a column's title is pressed." +msgstr "" + +#: doc/classes/Tree.xml:260 +msgid "" +"Emitted when a cell with the [constant TreeItem.CELL_MODE_CUSTOM] is clicked " +"to be edited." +msgstr "" + +#: doc/classes/Tree.xml:266 +msgid "" +"Emitted when the right mouse button is pressed in the empty space of the " +"tree." +msgstr "" + +#: doc/classes/Tree.xml:272 +msgid "" +"Emitted when the right mouse button is pressed if right mouse button " +"selection is active and the tree is empty." +msgstr "" + +#: doc/classes/Tree.xml:277 +msgid "Emitted when an item's label is double-clicked." +msgstr "" + +#: doc/classes/Tree.xml:283 +msgid "Emitted when an item is collapsed by a click on the folding arrow." +msgstr "" + +#: doc/classes/Tree.xml:288 +msgid "" +"Emitted when a custom button is pressed (i.e. in a [constant TreeItem." +"CELL_MODE_CUSTOM] mode cell)." +msgstr "" + +#: doc/classes/Tree.xml:293 +msgid "Emitted when an item's icon is double-clicked." +msgstr "" + +#: doc/classes/Tree.xml:298 +msgid "Emitted when an item is edited." +msgstr "" + +#: doc/classes/Tree.xml:303 +msgid "Emitted when an item is edited using the right mouse button." +msgstr "" + +#: doc/classes/Tree.xml:309 +msgid "Emitted when an item is selected with the right mouse button." +msgstr "" + +#: doc/classes/Tree.xml:314 +msgid "Emitted when an item is selected." +msgstr "" + +#: doc/classes/Tree.xml:322 +msgid "" +"Emitted instead of [code]item_selected[/code] if [code]select_mode[/code] is " +"[constant SELECT_MULTI]." +msgstr "" + +#: doc/classes/Tree.xml:327 +msgid "Emitted when a left mouse button click does not select any item." +msgstr "" + +#: doc/classes/Tree.xml:333 +msgid "" +"Allows selection of a single cell at a time. From the perspective of items, " +"only a single item is allowed to be selected. And there is only one column " +"selected in the selected item.\n" +"The focus cursor is always hidden in this mode, but it is positioned at the " +"current selection, making the currently selected item the currently focused " +"item." +msgstr "" + +#: doc/classes/Tree.xml:337 +msgid "" +"Allows selection of a single row at a time. From the perspective of items, " +"only a single items is allowed to be selected. And all the columns are " +"selected in the selected item.\n" +"The focus cursor is always hidden in this mode, but it is positioned at the " +"first column of the current selection, making the currently selected item " +"the currently focused item." +msgstr "" + +#: doc/classes/Tree.xml:341 +msgid "" +"Allows selection of multiple cells at the same time. From the perspective of " +"items, multiple items are allowed to be selected. And there can be multiple " +"columns selected in each selected item.\n" +"The focus cursor is visible in this mode, the item or column under the " +"cursor is not necessarily selected." +msgstr "" + +#: doc/classes/Tree.xml:345 +msgid "" +"Disables all drop sections, but still allows to detect the \"on item\" drop " +"section by [method get_drop_section_at_position].\n" +"[b]Note:[/b] This is the default flag, it has no effect when combined with " +"other flags." +msgstr "" + +#: doc/classes/Tree.xml:349 +msgid "" +"Enables the \"on item\" drop section. This drop section covers the entire " +"item.\n" +"When combined with [constant DROP_MODE_INBETWEEN], this drop section halves " +"the height and stays centered vertically." +msgstr "" + +#: doc/classes/Tree.xml:353 +msgid "" +"Enables \"above item\" and \"below item\" drop sections. The \"above item\" " +"drop section covers the top half of the item, and the \"below item\" drop " +"section covers the bottom half.\n" +"When combined with [constant DROP_MODE_ON_ITEM], these drop sections halves " +"the height and stays on top / bottom accordingly." +msgstr "" + +#: doc/classes/Tree.xml:359 +msgid "The arrow icon used when a foldable item is not collapsed." +msgstr "" + +#: doc/classes/Tree.xml:362 +msgid "The arrow icon used when a foldable item is collapsed." +msgstr "" + +#: doc/classes/Tree.xml:365 +msgid "" +"Default [StyleBox] for the [Tree], i.e. used when the control is not being " +"focused." +msgstr "" + +#: doc/classes/Tree.xml:368 +msgid "[StyleBox] used when the [Tree] is being focused." +msgstr "" + +#: doc/classes/Tree.xml:371 +msgid "The horizontal space between each button in a cell." +msgstr "" + +#: doc/classes/Tree.xml:374 +msgid "[StyleBox] used when a button in the tree is pressed." +msgstr "" + +#: doc/classes/Tree.xml:377 +msgid "" +"The check icon to display when the [constant TreeItem.CELL_MODE_CHECK] mode " +"cell is checked." +msgstr "" + +#: doc/classes/Tree.xml:380 +msgid "[StyleBox] used for the cursor, when the [Tree] is being focused." +msgstr "" + +#: doc/classes/Tree.xml:383 +msgid "[StyleBox] used for the cursor, when the [Tree] is not being focused." +msgstr "" + +#: doc/classes/Tree.xml:386 +msgid "" +"Default [StyleBox] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell." +msgstr "" + +#: doc/classes/Tree.xml:389 +msgid "" +"Text [Color] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's " +"hovered." +msgstr "" + +#: doc/classes/Tree.xml:392 +msgid "" +"[StyleBox] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's " +"hovered." +msgstr "" + +#: doc/classes/Tree.xml:395 +msgid "" +"[StyleBox] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's " +"pressed." +msgstr "" + +#: doc/classes/Tree.xml:398 +msgid "" +"Draws the guidelines if not zero, this acts as a boolean. The guideline is a " +"horizontal line drawn at the bottom of each item." +msgstr "" + +#: doc/classes/Tree.xml:401 +msgid "" +"Draws the relationship lines if not zero, this acts as a boolean. " +"Relationship lines are drawn at the start of child items to show hierarchy." +msgstr "" + +#: doc/classes/Tree.xml:404 +msgid "" +"[Color] used to draw possible drop locations. See [enum DropModeFlags] " +"constants for further description of drop locations." +msgstr "" + +#: doc/classes/Tree.xml:416 +msgid "[Color] of the guideline." +msgstr "" + +#: doc/classes/Tree.xml:419 +msgid "" +"The horizontal space between item cells. This is also used as the margin at " +"the start of an item when folding is disabled." +msgstr "" + +#: doc/classes/Tree.xml:422 +msgid "" +"The horizontal margin at the start of an item. This is used when folding is " +"enabled for the item." +msgstr "" + +#: doc/classes/Tree.xml:425 +msgid "[Color] of the relationship lines." +msgstr "" + +#: doc/classes/Tree.xml:428 +msgid "" +"The maximum distance between the mouse cursor and the control's border to " +"trigger border scrolling when dragging." +msgstr "" + +#: doc/classes/Tree.xml:431 +msgid "The speed of border scrolling." +msgstr "" + +#: doc/classes/Tree.xml:434 +msgid "" +"The arrow icon to display for the [constant TreeItem.CELL_MODE_RANGE] mode " +"cell." +msgstr "" + +#: doc/classes/Tree.xml:437 +msgid "" +"[StyleBox] for the selected items, used when the [Tree] is not being focused." +msgstr "" + +#: doc/classes/Tree.xml:440 +msgid "" +"[StyleBox] for the selected items, used when the [Tree] is being focused." +msgstr "" + +#: doc/classes/Tree.xml:443 +msgid "Default text [Color] of the title button." +msgstr "" + +#: doc/classes/Tree.xml:446 +msgid "[Font] of the title button's text." +msgstr "" + +#: doc/classes/Tree.xml:449 +msgid "[StyleBox] used when the title button is being hovered." +msgstr "" + +#: doc/classes/Tree.xml:452 +msgid "Default [StyleBox] for the title button." +msgstr "" + +#: doc/classes/Tree.xml:455 +msgid "[StyleBox] used when the title button is being pressed." +msgstr "" + +#: doc/classes/Tree.xml:458 +msgid "" +"The check icon to display when the [constant TreeItem.CELL_MODE_CHECK] mode " +"cell is unchecked." +msgstr "" + +#: doc/classes/Tree.xml:461 +msgid "" +"The updown arrow icon to display for the [constant TreeItem.CELL_MODE_RANGE] " +"mode cell." +msgstr "" + +#: doc/classes/Tree.xml:464 +msgid "" +"The vertical padding inside each item, i.e. the distance between the item's " +"content and top/bottom border." +msgstr "" + +#: doc/classes/TreeItem.xml:4 +msgid "Control for a single item inside a [Tree]." +msgstr "" + +#: doc/classes/TreeItem.xml:7 +msgid "" +"Control for a single item inside a [Tree]. May have child [TreeItem]s and be " +"styled as well as contain buttons.\n" +"You can remove a [TreeItem] by using [method Object.free]." +msgstr "" + +#: doc/classes/TreeItem.xml:21 +msgid "" +"Adds a button with [Texture] [code]button[/code] at column [code]column[/" +"code]. The [code]button_idx[/code] index is used to identify the button when " +"calling other methods. If not specified, the next available index is used, " +"which may be retrieved by calling [method get_button_count] immediately " +"after this method. Optionally, the button can be [code]disabled[/code] and " +"have a [code]tooltip[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:28 +msgid "" +"Calls the [code]method[/code] on the actual TreeItem and its children " +"recursively. Pass parameters as a comma separated list." +msgstr "" + +#: doc/classes/TreeItem.xml:35 +msgid "Resets the background color for the given column to default." +msgstr "" + +#: doc/classes/TreeItem.xml:42 +msgid "Resets the color for the given column to default." +msgstr "" + +#: doc/classes/TreeItem.xml:49 +msgid "Deselects the given column." +msgstr "" + +#: doc/classes/TreeItem.xml:57 +msgid "" +"Removes the button at index [code]button_idx[/code] in column [code]column[/" +"code]." +msgstr "" + +#: doc/classes/TreeItem.xml:65 +msgid "" +"Returns the [Texture] of the button at index [code]button_idx[/code] in " +"column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:72 +msgid "" +"Returns the number of buttons in column [code]column[/code]. May be used to " +"get the most recently added button's index, if no index was specified." +msgstr "" + +#: doc/classes/TreeItem.xml:80 +msgid "" +"Returns the tooltip string for the button at index [code]button_idx[/code] " +"in column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:87 +msgid "Returns the column's cell mode." +msgstr "" + +#: doc/classes/TreeItem.xml:93 +msgid "" +"Returns the TreeItem's first child item or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:100 +msgid "Returns the custom background color of column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:107 +msgid "Returns the custom color of column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:114 +msgid "Returns [code]true[/code] if [code]expand_right[/code] is set." +msgstr "" + +#: doc/classes/TreeItem.xml:121 +msgid "Returns the given column's icon [Texture]. Error if no icon is set." +msgstr "" + +#: doc/classes/TreeItem.xml:128 +msgid "Returns the column's icon's maximum width." +msgstr "" + +#: doc/classes/TreeItem.xml:135 +msgid "Returns the [Color] modulating the column's icon." +msgstr "" + +#: doc/classes/TreeItem.xml:142 +msgid "Returns the icon [Texture] region as [Rect2]." +msgstr "" + +#: doc/classes/TreeItem.xml:149 +msgid "" +"Returns the metadata value that was set for the given column using [method " +"set_metadata]." +msgstr "" + +#: doc/classes/TreeItem.xml:155 +msgid "" +"Returns the next TreeItem in the tree or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:162 +msgid "" +"Returns the next visible TreeItem in the tree or a null object if there is " +"none.\n" +"If [code]wrap[/code] is enabled, the method will wrap around to the first " +"visible element in the tree when called on the last visible element, " +"otherwise it returns [code]null[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:169 +msgid "Returns the parent TreeItem or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:175 +msgid "" +"Returns the previous TreeItem in the tree or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:182 +msgid "" +"Returns the previous visible TreeItem in the tree or a null object if there " +"is none.\n" +"If [code]wrap[/code] is enabled, the method will wrap around to the last " +"visible element in the tree when called on the first visible element, " +"otherwise it returns [code]null[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:190 +msgid "Returns the value of a [constant CELL_MODE_RANGE] column." +msgstr "" + +#: doc/classes/TreeItem.xml:197 +msgid "" +"Returns a dictionary containing the range parameters for a given column. The " +"keys are \"min\", \"max\", \"step\", and \"expr\"." +msgstr "" + +#: doc/classes/TreeItem.xml:204 +msgid "Gets the suffix string shown after the column value." +msgstr "" + +#: doc/classes/TreeItem.xml:211 +msgid "Returns the given column's text." +msgstr "" + +#: doc/classes/TreeItem.xml:218 +msgid "Returns the given column's text alignment." +msgstr "" + +#: doc/classes/TreeItem.xml:225 +msgid "Returns the given column's tooltip." +msgstr "" + +#: doc/classes/TreeItem.xml:233 +msgid "" +"Returns [code]true[/code] if the button at index [code]button_idx[/code] for " +"the given column is disabled." +msgstr "" + +#: doc/classes/TreeItem.xml:240 +msgid "Returns [code]true[/code] if the given column is checked." +msgstr "" + +#: doc/classes/TreeItem.xml:253 +msgid "Returns [code]true[/code] if column [code]column[/code] is editable." +msgstr "" + +#: doc/classes/TreeItem.xml:260 +msgid "Returns [code]true[/code] if column [code]column[/code] is selectable." +msgstr "" + +#: doc/classes/TreeItem.xml:267 +msgid "Returns [code]true[/code] if column [code]column[/code] is selected." +msgstr "" + +#: doc/classes/TreeItem.xml:273 +msgid "Moves this TreeItem to the bottom in the [Tree] hierarchy." +msgstr "" + +#: doc/classes/TreeItem.xml:279 +msgid "Moves this TreeItem to the top in the [Tree] hierarchy." +msgstr "" + +#: doc/classes/TreeItem.xml:286 +msgid "" +"Removes the given child [TreeItem] and all its children from the [Tree]. " +"Note that it doesn't free the item from memory, so it can be reused later. " +"To completely remove a [TreeItem] use [method Object.free]." +msgstr "" + +#: doc/classes/TreeItem.xml:293 +msgid "Selects the column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:302 +msgid "" +"Sets the given column's button [Texture] at index [code]button_idx[/code] to " +"[code]button[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:311 +msgid "" +"If [code]true[/code], disables the button at index [code]button_idx[/code] " +"in column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:319 +msgid "" +"Sets the given column's cell mode to [code]mode[/code]. See [enum " +"TreeCellMode] constants." +msgstr "" + +#: doc/classes/TreeItem.xml:327 +msgid "If [code]true[/code], the column [code]column[/code] is checked." +msgstr "" + +#: doc/classes/TreeItem.xml:343 +msgid "" +"Sets the given column's custom background color and whether to just use it " +"as an outline." +msgstr "" + +#: doc/classes/TreeItem.xml:351 +msgid "Sets the given column's custom color." +msgstr "" + +#: doc/classes/TreeItem.xml:360 +msgid "" +"Sets the given column's custom draw callback to [code]callback[/code] method " +"on [code]object[/code].\n" +"The [code]callback[/code] should accept two arguments: the [TreeItem] that " +"is drawn and its position and size as a [Rect2]." +msgstr "" + +#: doc/classes/TreeItem.xml:369 +msgid "If [code]true[/code], column [code]column[/code] is editable." +msgstr "" + +#: doc/classes/TreeItem.xml:377 +msgid "" +"If [code]true[/code], column [code]column[/code] is expanded to the right." +msgstr "" + +#: doc/classes/TreeItem.xml:385 +msgid "Sets the given column's icon [Texture]." +msgstr "" + +#: doc/classes/TreeItem.xml:393 +msgid "Sets the given column's icon's maximum width." +msgstr "" + +#: doc/classes/TreeItem.xml:401 +msgid "Modulates the given column's icon with [code]modulate[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:409 +msgid "Sets the given column's icon's texture region." +msgstr "" + +#: doc/classes/TreeItem.xml:417 +msgid "" +"Sets the metadata value for the given column, which can be retrieved later " +"using [method get_metadata]. This can be used, for example, to store a " +"reference to the original data." +msgstr "" + +#: doc/classes/TreeItem.xml:425 +msgid "Sets the value of a [constant CELL_MODE_RANGE] column." +msgstr "" + +#: doc/classes/TreeItem.xml:436 +msgid "" +"Sets the range of accepted values for a column. The column must be in the " +"[constant CELL_MODE_RANGE] mode.\n" +"If [code]expr[/code] is [code]true[/code], the edit mode slider will use an " +"exponential scale as with [member Range.exp_edit]." +msgstr "" + +#: doc/classes/TreeItem.xml:445 +msgid "If [code]true[/code], the given column is selectable." +msgstr "" + +#: doc/classes/TreeItem.xml:453 +msgid "" +"Sets a string to be shown after a column's value (for example, a unit " +"abbreviation)." +msgstr "" + +#: doc/classes/TreeItem.xml:461 +msgid "Sets the given column's text value." +msgstr "" + +#: doc/classes/TreeItem.xml:469 +msgid "" +"Sets the given column's text alignment. See [enum TextAlign] for possible " +"values." +msgstr "" + +#: doc/classes/TreeItem.xml:477 +msgid "Sets the given column's tooltip text." +msgstr "" + +#: doc/classes/TreeItem.xml:483 +msgid "If [code]true[/code], the TreeItem is collapsed." +msgstr "" + +#: doc/classes/TreeItem.xml:486 +msgid "The custom minimum height." +msgstr "" + +#: doc/classes/TreeItem.xml:489 +msgid "If [code]true[/code], folding is disabled for this TreeItem." +msgstr "" + +#: doc/classes/TreeItem.xml:494 +msgid "Cell contains a string." +msgstr "" + +#: doc/classes/TreeItem.xml:497 +msgid "Cell contains a checkbox." +msgstr "" + +#: doc/classes/TreeItem.xml:500 +msgid "Cell contains a range." +msgstr "" + +#: doc/classes/TreeItem.xml:503 +msgid "Cell contains an icon." +msgstr "" + +#: doc/classes/TreeItem.xml:508 +msgid "Align text to the left. See [code]set_text_align()[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:511 +msgid "Center text. See [code]set_text_align()[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:514 +msgid "Align text to the right. See [code]set_text_align()[/code]." +msgstr "" + +#: doc/classes/TriangleMesh.xml:4 +msgid "Internal mesh type." +msgstr "" + +#: doc/classes/TriangleMesh.xml:7 +msgid "Mesh type used internally for collision calculations." +msgstr "" + +#: doc/classes/Tween.xml:4 +msgid "Smoothly animates a node's properties over time." +msgstr "" + +#: doc/classes/Tween.xml:7 +msgid "" +"Tweens are useful for animations requiring a numerical property to be " +"interpolated over a range of values. The name [i]tween[/i] comes from [i]in-" +"betweening[/i], an animation technique where you specify [i]keyframes[/i] " +"and the computer interpolates the frames that appear between them.\n" +"[Tween] is more suited than [AnimationPlayer] for animations where you don't " +"know the final values in advance. For example, interpolating a dynamically-" +"chosen camera zoom value is best done with a [Tween] node; it would be " +"difficult to do the same thing with an [AnimationPlayer] node.\n" +"Here is a brief usage example that makes a 2D node move smoothly between two " +"positions:\n" +"[codeblock]\n" +"var tween = get_node(\"Tween\")\n" +"tween.interpolate_property($Node2D, \"position\",\n" +" Vector2(0, 0), Vector2(100, 100), 1,\n" +" Tween.TRANS_LINEAR, Tween.EASE_IN_OUT)\n" +"tween.start()\n" +"[/codeblock]\n" +"Many methods require a property name, such as [code]\"position\"[/code] " +"above. You can find the correct property name by hovering over the property " +"in the Inspector. You can also provide the components of a property directly " +"by using [code]\"property:component\"[/code] (e.g. [code]position:x[/code]), " +"where it would only apply to that particular component.\n" +"Many of the methods accept [code]trans_type[/code] and [code]ease_type[/" +"code]. The first accepts an [enum TransitionType] constant, and refers to " +"the way the timing of the animation is handled (see [url=https://easings." +"net/]easings.net[/url] for some examples). The second accepts an [enum " +"EaseType] constant, and controls where the [code]trans_type[/code] is " +"applied to the interpolation (in the beginning, the end, or both). If you " +"don't know which transition and easing to pick, you can try different [enum " +"TransitionType] constants with [constant EASE_IN_OUT], and use the one that " +"looks best.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"tween_cheatsheet.png]Tween easing and transition types cheatsheet[/url]" +msgstr "" + +#: doc/classes/Tween.xml:36 +msgid "" +"Follows [code]method[/code] of [code]object[/code] and applies the returned " +"value on [code]target_method[/code] of [code]target[/code], beginning from " +"[code]initial_val[/code] for [code]duration[/code] seconds, [code]delay[/" +"code] later. Methods are called with consecutive values.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:52 +msgid "" +"Follows [code]property[/code] of [code]object[/code] and applies it on " +"[code]target_property[/code] of [code]target[/code], beginning from " +"[code]initial_val[/code] for [code]duration[/code] seconds, [code]delay[/" +"code] seconds later.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:59 +msgid "" +"Returns the total time needed for all tweens to end. If you have two tweens, " +"one lasting 10 seconds and the other 20 seconds, it would return 20 seconds, " +"as by that time all tweens would have finished." +msgstr "" + +#: doc/classes/Tween.xml:73 +msgid "" +"Calls [code]callback[/code] of [code]object[/code] after [code]duration[/" +"code]. [code]arg1[/code]-[code]arg5[/code] are arguments to be passed to the " +"callback." +msgstr "" + +#: doc/classes/Tween.xml:87 +msgid "" +"Calls [code]callback[/code] of [code]object[/code] after [code]duration[/" +"code] on the main thread (similar to [method Object.call_deferred]). " +"[code]arg1[/code]-[code]arg5[/code] are arguments to be passed to the " +"callback." +msgstr "" + +#: doc/classes/Tween.xml:101 +msgid "" +"Animates [code]method[/code] of [code]object[/code] from [code]initial_val[/" +"code] to [code]final_val[/code] for [code]duration[/code] seconds, " +"[code]delay[/code] seconds later. Methods are called with consecutive " +"values.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:116 +msgid "" +"Animates [code]property[/code] of [code]object[/code] from " +"[code]initial_val[/code] to [code]final_val[/code] for [code]duration[/code] " +"seconds, [code]delay[/code] seconds later. Setting the initial value to " +"[code]null[/code] uses the current value of the property.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:123 +msgid "" +"Returns [code]true[/code] if any tweens are currently running.\n" +"[b]Note:[/b] This method doesn't consider tweens that have ended." +msgstr "" + +#: doc/classes/Tween.xml:132 +msgid "" +"Stops animation and removes a tween, given its object and property/method " +"pair. By default, all tweens are removed, unless [code]key[/code] is " +"specified." +msgstr "" + +#: doc/classes/Tween.xml:138 +msgid "Stops animation and removes all tweens." +msgstr "" + +#: doc/classes/Tween.xml:146 +msgid "" +"Resets a tween to its initial value (the one given, not the one before the " +"tween), given its object and property/method pair. By default, all tweens " +"are removed, unless [code]key[/code] is specified." +msgstr "" + +#: doc/classes/Tween.xml:152 +msgid "" +"Resets all tweens to their initial values (the ones given, not those before " +"the tween)." +msgstr "" + +#: doc/classes/Tween.xml:160 +msgid "" +"Continues animating a stopped tween, given its object and property/method " +"pair. By default, all tweens are resumed, unless [code]key[/code] is " +"specified." +msgstr "" + +#: doc/classes/Tween.xml:166 +msgid "Continues animating all stopped tweens." +msgstr "" + +#: doc/classes/Tween.xml:173 +msgid "Sets the interpolation to the given [code]time[/code] in seconds." +msgstr "" + +#: doc/classes/Tween.xml:180 +msgid "" +"Activates/deactivates the tween. See also [method stop_all] and [method " +"resume_all]." +msgstr "" + +#: doc/classes/Tween.xml:186 +msgid "Starts the tween. You can define animations both before and after this." +msgstr "" + +#: doc/classes/Tween.xml:194 +msgid "" +"Stops a tween, given its object and property/method pair. By default, all " +"tweens are stopped, unless [code]key[/code] is specified." +msgstr "" + +#: doc/classes/Tween.xml:200 +msgid "Stops animating all tweens." +msgstr "" + +#: doc/classes/Tween.xml:215 +msgid "" +"Animates [code]method[/code] of [code]object[/code] from the value returned " +"by [code]initial_method[/code] to [code]final_val[/code] for [code]duration[/" +"code] seconds, [code]delay[/code] seconds later. Methods are animated by " +"calling them with consecutive values.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:231 +msgid "" +"Animates [code]property[/code] of [code]object[/code] from the current value " +"of the [code]initial_val[/code] property of [code]initial[/code] to " +"[code]final_val[/code] for [code]duration[/code] seconds, [code]delay[/code] " +"seconds later.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:238 +msgid "Returns the current time of the tween." +msgstr "" + +#: doc/classes/Tween.xml:244 +msgid "The tween's animation process thread. See [enum TweenProcessMode]." +msgstr "" + +#: doc/classes/Tween.xml:247 +msgid "" +"The tween's speed multiplier. For example, set it to [code]1.0[/code] for " +"normal speed, [code]2.0[/code] for two times normal speed, or [code]0.5[/" +"code] for half of the normal speed. A value of [code]0[/code] pauses the " +"animation, but see also [method set_active] or [method stop_all] for this." +msgstr "" + +#: doc/classes/Tween.xml:250 +msgid "If [code]true[/code], the tween loops." +msgstr "" + +#: doc/classes/Tween.xml:256 +msgid "Emitted when all processes in a tween end." +msgstr "" + +#: doc/classes/Tween.xml:263 +msgid "Emitted when a tween ends." +msgstr "" + +#: doc/classes/Tween.xml:270 +msgid "Emitted when a tween starts." +msgstr "" + +#: doc/classes/Tween.xml:279 +msgid "Emitted at each step of the animation." +msgstr "" + +#: doc/classes/Tween.xml:285 +msgid "The tween updates with the [code]_physics_process[/code] callback." +msgstr "" + +#: doc/classes/Tween.xml:288 +msgid "The tween updates with the [code]_process[/code] callback." +msgstr "" + +#: doc/classes/Tween.xml:291 +msgid "The animation is interpolated linearly." +msgstr "" + +#: doc/classes/Tween.xml:294 +msgid "The animation is interpolated using a sine function." +msgstr "" + +#: doc/classes/Tween.xml:297 +msgid "" +"The animation is interpolated with a quintic (to the power of 5) function." +msgstr "" + +#: doc/classes/Tween.xml:300 +msgid "" +"The animation is interpolated with a quartic (to the power of 4) function." +msgstr "" + +#: doc/classes/Tween.xml:303 +msgid "" +"The animation is interpolated with a quadratic (to the power of 2) function." +msgstr "" + +#: doc/classes/Tween.xml:306 +msgid "" +"The animation is interpolated with an exponential (to the power of x) " +"function." +msgstr "" + +#: doc/classes/Tween.xml:309 +msgid "" +"The animation is interpolated with elasticity, wiggling around the edges." +msgstr "" + +#: doc/classes/Tween.xml:312 +msgid "" +"The animation is interpolated with a cubic (to the power of 3) function." +msgstr "" + +#: doc/classes/Tween.xml:315 +msgid "The animation is interpolated with a function using square roots." +msgstr "" + +#: doc/classes/Tween.xml:318 +msgid "The animation is interpolated by bouncing at the end." +msgstr "" + +#: doc/classes/Tween.xml:321 +msgid "The animation is interpolated backing out at ends." +msgstr "" + +#: doc/classes/Tween.xml:324 +msgid "The interpolation starts slowly and speeds up towards the end." +msgstr "" + +#: doc/classes/Tween.xml:327 +msgid "The interpolation starts quickly and slows down towards the end." +msgstr "" + +#: doc/classes/Tween.xml:330 +msgid "" +"A combination of [constant EASE_IN] and [constant EASE_OUT]. The " +"interpolation is slowest at both ends." +msgstr "" + +#: doc/classes/Tween.xml:333 +msgid "" +"A combination of [constant EASE_IN] and [constant EASE_OUT]. The " +"interpolation is fastest at both ends." +msgstr "" + +#: doc/classes/UDPServer.xml:4 +msgid "Helper class to implement a UDP server." +msgstr "" + +#: doc/classes/UDPServer.xml:7 +msgid "" +"A simple server that opens a UDP socket and returns connected " +"[PacketPeerUDP] upon receiving new packets. See also [method PacketPeerUDP." +"connect_to_host].\n" +"After starting the server ([method listen]), you will need to [method poll] " +"it at regular intervals (e.g. inside [method Node._process]) for it to " +"process new packets, delivering them to the appropriate [PacketPeerUDP], and " +"taking new connections.\n" +"Below a small example of how it can be used:\n" +"[codeblock]\n" +"# server.gd\n" +"extends Node\n" +"\n" +"var server := UDPServer.new()\n" +"var peers = []\n" +"\n" +"func _ready():\n" +" server.listen(4242)\n" +"\n" +"func _process(delta):\n" +" server.poll() # Important!\n" +" if server.is_connection_available():\n" +" var peer : PacketPeerUDP = server.take_connection()\n" +" var pkt = peer.get_packet()\n" +" print(\"Accepted peer: %s:%s\" % [peer.get_packet_ip(), peer." +"get_packet_port()])\n" +" print(\"Received data: %s\" % [pkt.get_string_from_utf8()])\n" +" # Reply so it knows we received the message.\n" +" peer.put_packet(pkt)\n" +" # Keep a reference so we can keep contacting the remote peer.\n" +" peers.append(peer)\n" +"\n" +" for i in range(0, peers.size()):\n" +" pass # Do something with the connected peers.\n" +"\n" +"[/codeblock]\n" +"[codeblock]\n" +"# client.gd\n" +"extends Node\n" +"\n" +"var udp := PacketPeerUDP.new()\n" +"var connected = false\n" +"\n" +"func _ready():\n" +" udp.connect_to_host(\"127.0.0.1\", 4242)\n" +"\n" +"func _process(delta):\n" +" if !connected:\n" +" # Try to contact server\n" +" udp.put_packet(\"The answer is... 42!\".to_utf8())\n" +" if udp.get_available_packet_count() > 0:\n" +" print(\"Connected: %s\" % udp.get_packet().get_string_from_utf8())\n" +" connected = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/UDPServer.xml:61 +msgid "" +"Returns [code]true[/code] if a packet with a new address/port combination " +"was received on the socket." +msgstr "" + +#: doc/classes/UDPServer.xml:67 +msgid "" +"Returns [code]true[/code] if the socket is open and listening on a port." +msgstr "" + +#: doc/classes/UDPServer.xml:75 +msgid "" +"Starts the server by opening a UDP socket listening on the given port. You " +"can optionally specify a [code]bind_address[/code] to only listen for " +"packets sent to that address. See also [method PacketPeerUDP.listen]." +msgstr "" + +#: doc/classes/UDPServer.xml:81 +msgid "" +"Call this method at regular intervals (e.g. inside [method Node._process]) " +"to process new packets. And packet from known address/port pair will be " +"delivered to the appropriate [PacketPeerUDP], any packet received from an " +"unknown address/port pair will be added as a pending connection (see [method " +"is_connection_available], [method take_connection]). The maximum number of " +"pending connection is defined via [member max_pending_connections]." +msgstr "" + +#: doc/classes/UDPServer.xml:87 +msgid "" +"Stops the server, closing the UDP socket if open. Will close all connected " +"[PacketPeerUDP] accepted via [method take_connection] (remote peers will not " +"be notified)." +msgstr "" + +#: doc/classes/UDPServer.xml:93 +msgid "" +"Returns the first pending connection (connected to the appropriate address/" +"port). Will return [code]null[/code] if no new connection is available. See " +"also [method is_connection_available], [method PacketPeerUDP." +"connect_to_host]." +msgstr "" + +#: doc/classes/UDPServer.xml:99 +msgid "" +"Define the maximum number of pending connections, during [method poll], any " +"new pending connection exceeding that value will be automatically dropped. " +"Setting this value to [code]0[/code] effectively prevents any new pending " +"connection to be accepted (e.g. when all your players have connected)." +msgstr "" + +#: doc/classes/UndoRedo.xml:4 +msgid "Helper to manage undo/redo operations in the editor or custom tools." +msgstr "" + +#: doc/classes/UndoRedo.xml:7 +msgid "" +"Helper to manage undo/redo operations in the editor or custom tools. It " +"works by registering methods and property changes inside \"actions\".\n" +"Common behavior is to create an action, then add do/undo calls to functions " +"or property changes, then committing the action.\n" +"Here's an example on how to add an action to the Godot editor's own " +"[UndoRedo], from a plugin:\n" +"[codeblock]\n" +"var undo_redo = get_undo_redo() # Method of EditorPlugin.\n" +"\n" +"func do_something():\n" +" pass # Put your code here.\n" +"\n" +"func undo_something():\n" +" pass # Put here the code that reverts what's done by " +"\"do_something()\".\n" +"\n" +"func _on_MyButton_pressed():\n" +" var node = get_node(\"MyNode2D\")\n" +" undo_redo.create_action(\"Move the node\")\n" +" undo_redo.add_do_method(self, \"do_something\")\n" +" undo_redo.add_undo_method(self, \"undo_something\")\n" +" undo_redo.add_do_property(node, \"position\", Vector2(100,100))\n" +" undo_redo.add_undo_property(node, \"position\", node.position)\n" +" undo_redo.commit_action()\n" +"[/codeblock]\n" +"[method create_action], [method add_do_method], [method add_undo_method], " +"[method add_do_property], [method add_undo_property], and [method " +"commit_action] should be called one after the other, like in the example. " +"Not doing so could lead to crashes.\n" +"If you don't need to register a method, you can leave [method add_do_method] " +"and [method add_undo_method] out; the same goes for properties. You can also " +"register more than one method/property." +msgstr "" + +#: doc/classes/UndoRedo.xml:39 +msgid "Register a method that will be called when the action is committed." +msgstr "" + +#: doc/classes/UndoRedo.xml:48 +msgid "Register a property value change for \"do\"." +msgstr "" + +#: doc/classes/UndoRedo.xml:55 +msgid "" +"Register a reference for \"do\" that will be erased if the \"do\" history is " +"lost. This is useful mostly for new nodes created for the \"do\" call. Do " +"not use for resources." +msgstr "" + +#: doc/classes/UndoRedo.xml:63 +msgid "Register a method that will be called when the action is undone." +msgstr "" + +#: doc/classes/UndoRedo.xml:72 +msgid "Register a property value change for \"undo\"." +msgstr "" + +#: doc/classes/UndoRedo.xml:79 +msgid "" +"Register a reference for \"undo\" that will be erased if the \"undo\" " +"history is lost. This is useful mostly for nodes removed with the \"do\" " +"call (not the \"undo\" call!)." +msgstr "" + +#: doc/classes/UndoRedo.xml:86 +msgid "" +"Clear the undo/redo history and associated references.\n" +"Passing [code]false[/code] to [code]increase_version[/code] will prevent the " +"version number to be increased from this." +msgstr "" + +#: doc/classes/UndoRedo.xml:93 +msgid "" +"Commit the action. All \"do\" methods/properties are called/set when this " +"function is called." +msgstr "" + +#: doc/classes/UndoRedo.xml:101 +msgid "" +"Create a new action. After this is called, do all your calls to [method " +"add_do_method], [method add_undo_method], [method add_do_property], and " +"[method add_undo_property], then commit the action with [method " +"commit_action].\n" +"The way actions are merged is dictated by the [code]merge_mode[/code] " +"argument. See [enum MergeMode] for details." +msgstr "" + +#: doc/classes/UndoRedo.xml:108 +msgid "Gets the name of the current action." +msgstr "" + +#: doc/classes/UndoRedo.xml:114 +msgid "" +"Gets the version. Every time a new action is committed, the [UndoRedo]'s " +"version number is increased automatically.\n" +"This is useful mostly to check if something changed from a saved version." +msgstr "" + +#: doc/classes/UndoRedo.xml:133 +msgid "" +"Returns [code]true[/code] if the [UndoRedo] is currently committing the " +"action, i.e. running its \"do\" method or property change (see [method " +"commit_action])." +msgstr "" + +#: doc/classes/UndoRedo.xml:139 +msgid "Redo the last action." +msgstr "" + +#: doc/classes/UndoRedo.xml:145 +msgid "Undo the last action." +msgstr "" + +#: doc/classes/UndoRedo.xml:152 +msgid "Called when [method undo] or [method redo] was called." +msgstr "" + +#: doc/classes/UndoRedo.xml:158 +msgid "Makes \"do\"/\"undo\" operations stay in separate actions." +msgstr "" + +#: doc/classes/UndoRedo.xml:161 +msgid "" +"Makes so that the action's \"do\" operation is from the first action created " +"and the \"undo\" operation is from the last subsequent action with the same " +"name." +msgstr "" + +#: doc/classes/UndoRedo.xml:164 +msgid "Makes subsequent actions with the same name be merged into one." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:4 +msgid "UPNP network functions." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:7 +msgid "" +"Provides UPNP functionality to discover [UPNPDevice]s on the local network " +"and execute commands on them, like managing port mappings (port forwarding) " +"and querying the local and remote network IP address. Note that methods on " +"this class are synchronous and block the calling thread.\n" +"To forward a specific port:\n" +"[codeblock]\n" +"const PORT = 7777\n" +"var upnp = UPNP.new()\n" +"upnp.discover(2000, 2, \"InternetGatewayDevice\")\n" +"upnp.add_port_mapping(port)\n" +"[/codeblock]\n" +"To close a specific port (e.g. after you have finished using it):\n" +"[codeblock]\n" +"upnp.delete_port_mapping(port)\n" +"[/codeblock]\n" +"[b]Note:[/b] UPnP discovery blocks the current thread. To perform discovery " +"without blocking the main thread, use [Thread]s like this:\n" +"[codeblock]\n" +"# Emitted when UPnP port mapping setup is completed (regardless of success " +"or failure).\n" +"signal upnp_completed(error)\n" +"\n" +"# Replace this with your own server port number between 1025 and 65535.\n" +"const SERVER_PORT = 3928\n" +"var thread = null\n" +"\n" +"func _upnp_setup(server_port):\n" +" # UPNP queries take some time.\n" +" var upnp = UPNP.new()\n" +" var err = upnp.discover()\n" +"\n" +" if err != OK:\n" +" push_error(str(err))\n" +" emit_signal(\"upnp_completed\", err)\n" +" return\n" +"\n" +" if upnp.get_gateway() and upnp.get_gateway().is_valid_gateway():\n" +" upnp.add_port_mapping(server_port, server_port, ProjectSettings." +"get_setting(\"application/config/name\"), \"UDP\")\n" +" upnp.add_port_mapping(server_port, server_port, ProjectSettings." +"get_setting(\"application/config/name\"), \"TCP\")\n" +" emit_signal(\"upnp_completed\", OK)\n" +"\n" +"func _ready():\n" +" thread = Thread.new()\n" +" thread.start(self, \"_upnp_setup\", SERVER_PORT)\n" +"\n" +"func _exit_tree():\n" +" # Wait for thread finish here to handle game exit while the thread is " +"running.\n" +" thread.wait_to_finish()\n" +"[/codeblock]" +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:59 +msgid "Adds the given [UPNPDevice] to the list of discovered devices." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:70 +msgid "" +"Adds a mapping to forward the external [code]port[/code] (between 1 and " +"65535) on the default gateway (see [method get_gateway]) to the " +"[code]internal_port[/code] on the local machine for the given protocol " +"[code]proto[/code] (either [code]TCP[/code] or [code]UDP[/code], with UDP " +"being the default). If a port mapping for the given port and protocol " +"combination already exists on that gateway device, this method tries to " +"overwrite it. If that is not desired, you can retrieve the gateway manually " +"with [method get_gateway] and call [method add_port_mapping] on it, if any.\n" +"If [code]internal_port[/code] is [code]0[/code] (the default), the same port " +"number is used for both the external and the internal port (the [code]port[/" +"code] value).\n" +"The description ([code]desc[/code]) is shown in some router UIs and can be " +"used to point out which application added the mapping. The mapping's lease " +"duration can be limited by specifying a [code]duration[/code] (in seconds). " +"However, some routers are incompatible with one or both of these, so use " +"with caution and add fallback logic in case of errors to retry without them " +"if in doubt.\n" +"See [enum UPNPResult] for possible return values." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:79 +msgid "Clears the list of discovered devices." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:87 +msgid "" +"Deletes the port mapping for the given port and protocol combination on the " +"default gateway (see [method get_gateway]) if one exists. [code]port[/code] " +"must be a valid port between 1 and 65535, [code]proto[/code] can be either " +"[code]TCP[/code] or [code]UDP[/code]. See [enum UPNPResult] for possible " +"return values." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:96 +msgid "" +"Discovers local [UPNPDevice]s. Clears the list of previously discovered " +"devices.\n" +"Filters for IGD (InternetGatewayDevice) type devices by default, as those " +"manage port forwarding. [code]timeout[/code] is the time to wait for " +"responses in milliseconds. [code]ttl[/code] is the time-to-live; only touch " +"this if you know what you're doing.\n" +"See [enum UPNPResult] for possible return values." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:105 +msgid "Returns the [UPNPDevice] at the given [code]index[/code]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:111 +msgid "Returns the number of discovered [UPNPDevice]s." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:117 +msgid "" +"Returns the default gateway. That is the first discovered [UPNPDevice] that " +"is also a valid IGD (InternetGatewayDevice)." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:123 +msgid "" +"Returns the external [IP] address of the default gateway (see [method " +"get_gateway]) as string. Returns an empty string on error." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:130 +msgid "" +"Removes the device at [code]index[/code] from the list of discovered devices." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:138 +msgid "" +"Sets the device at [code]index[/code] from the list of discovered devices to " +"[code]device[/code]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:144 +msgid "If [code]true[/code], IPv6 is used for [UPNPDevice] discovery." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:147 +msgid "" +"If [code]0[/code], the local port to use for discovery is chosen " +"automatically by the system. If [code]1[/code], discovery will be done from " +"the source port 1900 (same as destination port). Otherwise, the value will " +"be used as the port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:150 +msgid "" +"Multicast interface to use for discovery. Uses the default multicast " +"interface if empty." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:155 +msgid "UPNP command or discovery was successful." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:158 +msgid "" +"Not authorized to use the command on the [UPNPDevice]. May be returned when " +"the user disabled UPNP on their router." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:161 +msgid "" +"No port mapping was found for the given port, protocol combination on the " +"given [UPNPDevice]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:164 +msgid "Inconsistent parameters." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:167 +msgid "" +"No such entry in array. May be returned if a given port, protocol " +"combination is not found on an [UPNPDevice]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:170 +msgid "The action failed." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:173 +msgid "" +"The [UPNPDevice] does not allow wildcard values for the source IP address." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:176 +msgid "The [UPNPDevice] does not allow wildcard values for the external port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:179 +msgid "The [UPNPDevice] does not allow wildcard values for the internal port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:182 +msgid "The remote host value must be a wildcard." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:185 +msgid "The external port value must be a wildcard." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:188 +msgid "" +"No port maps are available. May also be returned if port mapping " +"functionality is not available." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:191 +msgid "" +"Conflict with other mechanism. May be returned instead of [constant " +"UPNP_RESULT_CONFLICT_WITH_OTHER_MAPPING] if a port mapping conflicts with an " +"existing one." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:194 +msgid "Conflict with an existing port mapping." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:197 +msgid "External and internal port values must be the same." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:200 +msgid "" +"Only permanent leases are supported. Do not use the [code]duration[/code] " +"parameter when adding port mappings." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:203 +msgid "Invalid gateway." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:206 +msgid "Invalid port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:209 +msgid "Invalid protocol." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:212 +msgid "Invalid duration." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:215 +msgid "Invalid arguments." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:218 +msgid "Invalid response." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:221 +msgid "Invalid parameter." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:224 +#: modules/upnp/doc_classes/UPNPDevice.xml:69 +msgid "HTTP error." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:227 +msgid "Socket error." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:230 +msgid "Error allocating memory." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:233 +msgid "" +"No gateway available. You may need to call [method discover] first, or " +"discovery didn't detect any valid IGDs (InternetGatewayDevices)." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:236 +msgid "" +"No devices available. You may need to call [method discover] first, or " +"discovery didn't detect any valid [UPNPDevice]s." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:239 +#: modules/upnp/doc_classes/UPNPDevice.xml:93 +msgid "Unknown error." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:4 +msgid "UPNP device." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:7 +msgid "" +"UPNP device. See [UPNP] for UPNP discovery and utility functions. Provides " +"low-level access to UPNP control commands. Allows to manage port mappings " +"(port forwarding) and to query network information of the device (like local " +"and external IP address and status). Note that methods on this class are " +"synchronous and block the calling thread." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:20 +msgid "" +"Adds a port mapping to forward the given external port on this [UPNPDevice] " +"for the given protocol to the local machine. See [method UPNP." +"add_port_mapping]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:28 +msgid "" +"Deletes the port mapping identified by the given port and protocol " +"combination on this device. See [method UPNP.delete_port_mapping]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:34 +msgid "" +"Returns [code]true[/code] if this is a valid IGD (InternetGatewayDevice) " +"which potentially supports port forwarding." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:40 +msgid "" +"Returns the external IP address of this [UPNPDevice] or an empty string." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:46 +msgid "URL to the device description." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:49 +msgid "IDG control URL." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:52 +msgid "" +"Address of the local machine in the network connecting it to this " +"[UPNPDevice]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:55 +msgid "IGD service type." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:58 +msgid "IGD status. See [enum IGDStatus]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:61 +msgid "Service type." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:66 +msgid "OK." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:72 +msgid "Empty HTTP response." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:75 +msgid "Returned response contained no URLs." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:78 +msgid "Not a valid IGD." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:81 +msgid "Disconnected." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:84 +msgid "Unknown device." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:87 +msgid "Invalid control." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:90 +msgid "Memory allocation error." +msgstr "" + +#: doc/classes/Variant.xml:4 +msgid "The most important data type in Godot." +msgstr "" + +#: doc/classes/Variant.xml:7 +msgid "" +"In computer programming, a Variant class is a class that is designed to " +"store a variety of other types. Dynamic programming languages like PHP, Lua, " +"JavaScript and GDScript like to use them to store variables' data on the " +"backend. With these Variants, properties are able to change value types " +"freely.\n" +"[codeblock]\n" +"var foo = 2 # foo is dynamically an integer\n" +"foo = \"Now foo is a string!\"\n" +"foo = Reference.new() # foo is an Object\n" +"var bar: int = 2 # bar is a statically typed integer.\n" +"# bar = \"Uh oh! I can't make static variables become a different type!\"\n" +"[/codeblock]\n" +"Godot tracks all scripting API variables within Variants. Without even " +"realizing it, you use Variants all the time. When a particular language " +"enforces its own rules for keeping data typed, then that language is " +"applying its own custom logic over the base Variant scripting API.\n" +"- GDScript automatically wrap values in them. It keeps all data in plain " +"Variants by default and then optionally enforces custom static typing rules " +"on variable types.\n" +"- VisualScript tracks properties inside Variants as well, but it also uses " +"static typing. The GUI interface enforces that properties have a particular " +"type that doesn't change over time.\n" +"- C# is statically typed, but uses the Mono [code]object[/code] type in " +"place of Godot's Variant class when it needs to represent a dynamic value. " +"[code]object[/code] is the Mono runtime's equivalent of the same concept.\n" +"- The statically-typed language NativeScript C++ does not define a built-in " +"Variant-like class. Godot's GDNative bindings provide their own godot::" +"Variant class for users; Any point at which the C++ code starts interacting " +"with the Godot runtime is a place where you might have to start wrapping " +"data inside Variant objects.\n" +"The global [method @GDScript.typeof] function returns the enumerated value " +"of the Variant type stored in the current variable (see [enum Variant." +"Type]).\n" +"[codeblock]\n" +"var foo = 2\n" +"match typeof(foo):\n" +" TYPE_NIL:\n" +" print(\"foo is null\")\n" +" TYPE_INTEGER:\n" +" print(\"foo is an integer\")\n" +" TYPE_OBJECT:\n" +" # Note that Objects are their own special category.\n" +" # To get the name of the underlying Object type, you need the " +"`get_class()` method.\n" +" print(\"foo is a(n) %s\" % foo.get_class()) # inject the class name " +"into a formatted string.\n" +" # Note also that there is not yet any way to get a script's " +"`class_name` string easily.\n" +" # To fetch that value, you need to dig deeply into a hidden " +"ProjectSettings setting: an Array of Dictionaries called " +"\"_global_script_classes\".\n" +" # Open your project.godot file to see it up close.\n" +"[/codeblock]\n" +"A Variant takes up only 20 bytes and can store almost any engine datatype " +"inside of it. Variants are rarely used to hold information for long periods " +"of time. Instead, they are used mainly for communication, editing, " +"serialization and moving data around.\n" +"Godot has specifically invested in making its Variant class as flexible as " +"possible; so much so that it is used for a multitude of operations to " +"facilitate communication between all of Godot's systems.\n" +"A Variant:\n" +"- Can store almost any datatype.\n" +"- Can perform operations between many variants. GDScript uses Variant as its " +"atomic/native datatype.\n" +"- Can be hashed, so it can be compared quickly to other variants.\n" +"- Can be used to convert safely between datatypes.\n" +"- Can be used to abstract calling methods and their arguments. Godot exports " +"all its functions through variants.\n" +"- Can be used to defer calls or move data between threads.\n" +"- Can be serialized as binary and stored to disk, or transferred via " +"network.\n" +"- Can be serialized to text and use it for printing values and editable " +"settings.\n" +"- Can work as an exported property, so the editor can edit it universally.\n" +"- Can be used for dictionaries, arrays, parsers, etc.\n" +"[b]Containers (Array and Dictionary):[/b] Both are implemented using " +"variants. A [Dictionary] can match any datatype used as key to any other " +"datatype. An [Array] just holds an array of Variants. Of course, a Variant " +"can also hold a [Dictionary] and an [Array] inside, making it even more " +"flexible.\n" +"Modifications to a container will modify all references to it. A [Mutex] " +"should be created to lock it if multi-threaded access is desired." +msgstr "" + +#: doc/classes/Variant.xml:53 +msgid "https://docs.godotengine.org/en/3.4/development/cpp/variant_class.html" +msgstr "" + +#: doc/classes/VBoxContainer.xml:4 +msgid "Vertical box container." +msgstr "" + +#: doc/classes/VBoxContainer.xml:7 +msgid "Vertical box container. See [BoxContainer]." +msgstr "" + +#: doc/classes/VBoxContainer.xml:18 +msgid "The vertical space between the [VBoxContainer]'s elements." +msgstr "" + +#: doc/classes/Vector2.xml:4 +msgid "Vector used for 2D math." +msgstr "" + +#: doc/classes/Vector2.xml:7 +msgid "" +"2-element structure that can be used to represent positions in 2D space or " +"any other pair of numeric values.\n" +"[b]Note:[/b] In a boolean context, a Vector2 will evaluate to [code]false[/" +"code] if it's equal to [code]Vector2(0, 0)[/code]. Otherwise, a Vector2 will " +"always evaluate to [code]true[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:14 doc/classes/Vector3.xml:14 +msgid "" +"https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab" +msgstr "" + +#: doc/classes/Vector2.xml:24 +msgid "" +"Constructs a new Vector2 from the given [code]x[/code] and [code]y[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:30 doc/classes/Vector3.xml:31 +msgid "" +"Returns a new vector with all components in absolute values (i.e. positive)." +msgstr "" + +#: doc/classes/Vector2.xml:36 +msgid "" +"Returns this vector's angle with respect to the positive X axis, or [code]" +"(1, 0)[/code] vector, in radians.\n" +"For example, [code]Vector2.RIGHT.angle()[/code] will return zero, " +"[code]Vector2.DOWN.angle()[/code] will return [code]PI / 2[/code] (a quarter " +"turn, or 90 degrees), and [code]Vector2(1, -1).angle()[/code] will return " +"[code]-PI / 4[/code] (a negative eighth turn, or -45 degrees).\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"vector2_angle.png]Illustration of the returned angle.[/url]\n" +"Equivalent to the result of [method @GDScript.atan2] when called with the " +"vector's [member y] and [member x] as parameters: [code]atan2(y, x)[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:46 +msgid "" +"Returns the angle to the given vector, in radians.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"vector2_angle_to.png]Illustration of the returned angle.[/url]" +msgstr "" + +#: doc/classes/Vector2.xml:54 +msgid "" +"Returns the angle between the line connecting the two points and the X axis, " +"in radians.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"vector2_angle_to_point.png]Illustration of the returned angle.[/url]" +msgstr "" + +#: doc/classes/Vector2.xml:61 +msgid "" +"Returns the aspect ratio of this vector, the ratio of [member x] to [member " +"y]." +msgstr "" + +#: doc/classes/Vector2.xml:68 doc/classes/Vector3.xml:45 +msgid "" +"Returns the vector \"bounced off\" from a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector2.xml:74 +msgid "" +"Returns the vector with all components rounded up (towards positive " +"infinity)." +msgstr "" + +#: doc/classes/Vector2.xml:81 +msgid "" +"Returns the vector with a maximum length by limiting its length to " +"[code]length[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:88 +msgid "Returns the cross product of this vector and [code]with[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:98 +msgid "" +"Cubically interpolates between this vector and [code]b[/code] using " +"[code]pre_a[/code] and [code]post_b[/code] as handles, and returns the " +"result at position [code]weight[/code]. [code]weight[/code] is on the range " +"of 0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector2.xml:105 doc/classes/Vector3.xml:75 +msgid "" +"Returns the normalized vector pointing from this vector to [code]b[/code]. " +"This is equivalent to using [code](b - a).normalized()[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:112 doc/classes/Vector3.xml:82 +msgid "" +"Returns the squared distance between this vector and [code]b[/code].\n" +"This method runs faster than [method distance_to], so prefer it if you need " +"to compare vectors or need the squared distance for some formula." +msgstr "" + +#: doc/classes/Vector2.xml:120 +msgid "Returns the distance between this vector and [code]to[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:127 +msgid "" +"Returns the dot product of this vector and [code]with[/code]. This can be " +"used to compare the angle between two vectors. For example, this can be used " +"to determine whether an enemy is facing the player.\n" +"The dot product will be [code]0[/code] for a straight angle (90 degrees), " +"greater than 0 for angles narrower than 90 degrees and lower than 0 for " +"angles wider than 90 degrees.\n" +"When using unit (normalized) vectors, the result will always be between " +"[code]-1.0[/code] (180 degree angle) when the vectors are facing opposite " +"directions, and [code]1.0[/code] (0 degree angle) when the vectors are " +"aligned.\n" +"[b]Note:[/b] [code]a.dot(b)[/code] is equivalent to [code]b.dot(a)[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:136 +msgid "" +"Returns the vector with all components rounded down (towards negative " +"infinity)." +msgstr "" + +#: doc/classes/Vector2.xml:143 doc/classes/Vector3.xml:119 +msgid "" +"Returns [code]true[/code] if this vector and [code]v[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Vector2.xml:149 doc/classes/Vector3.xml:125 +msgid "" +"Returns [code]true[/code] if the vector is normalized, [code]false[/code] " +"otherwise." +msgstr "" + +#: doc/classes/Vector2.xml:155 doc/classes/Vector3.xml:131 +msgid "Returns the length (magnitude) of this vector." +msgstr "" + +#: doc/classes/Vector2.xml:161 doc/classes/Vector3.xml:137 +msgid "" +"Returns the squared length (squared magnitude) of this vector.\n" +"This method runs faster than [method length], so prefer it if you need to " +"compare vectors or need the squared distance for some formula." +msgstr "" + +#: doc/classes/Vector2.xml:170 +msgid "" +"Returns the result of the linear interpolation between this vector and " +"[code]to[/code] by amount [code]weight[/code]. [code]weight[/code] is on the " +"range of 0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector2.xml:178 +msgid "" +"Moves the vector toward [code]to[/code] by the fixed [code]delta[/code] " +"amount." +msgstr "" + +#: doc/classes/Vector2.xml:184 doc/classes/Vector3.xml:172 +msgid "" +"Returns the vector scaled to unit length. Equivalent to [code]v / v.length()" +"[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:191 doc/classes/Vector3.xml:186 +msgid "" +"Returns a vector composed of the [method @GDScript.fposmod] of this vector's " +"components and [code]mod[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:198 doc/classes/Vector3.xml:193 +msgid "" +"Returns a vector composed of the [method @GDScript.fposmod] of this vector's " +"components and [code]modv[/code]'s components." +msgstr "" + +#: doc/classes/Vector2.xml:205 +msgid "Returns the vector projected onto the vector [code]b[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:212 +msgid "Returns the vector reflected from a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector2.xml:219 +msgid "" +"Returns the vector rotated by [code]phi[/code] radians. See also [method " +"@GDScript.deg2rad]." +msgstr "" + +#: doc/classes/Vector2.xml:225 +msgid "" +"Returns the vector with all components rounded to the nearest integer, with " +"halfway cases rounded away from zero." +msgstr "" + +#: doc/classes/Vector2.xml:231 +msgid "" +"Returns the vector with each component set to one or negative one, depending " +"on the signs of the components. If a component is zero, it returns positive " +"one." +msgstr "" + +#: doc/classes/Vector2.xml:239 doc/classes/Vector3.xml:243 +msgid "" +"Returns the result of spherical linear interpolation between this vector and " +"[code]to[/code], by amount [code]weight[/code]. [code]weight[/code] is on " +"the range of 0.0 to 1.0, representing the amount of interpolation.\n" +"[b]Note:[/b] Both vectors must be normalized." +msgstr "" + +#: doc/classes/Vector2.xml:247 doc/classes/Vector3.xml:251 +msgid "Returns this vector slid along a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector2.xml:254 doc/classes/Vector3.xml:258 +msgid "" +"Returns this vector with each component snapped to the nearest multiple of " +"[code]step[/code]. This can also be used to round to an arbitrary number of " +"decimals." +msgstr "" + +#: doc/classes/Vector2.xml:260 +msgid "" +"Returns a perpendicular vector rotated 90 degrees counter-clockwise compared " +"to the original, with the same length." +msgstr "" + +#: doc/classes/Vector2.xml:266 doc/classes/Vector3.xml:271 +msgid "" +"The vector's X component. Also accessible by using the index position [code]" +"[0][/code]." +msgstr "" + +#: doc/classes/Vector2.xml:269 doc/classes/Vector3.xml:274 +msgid "" +"The vector's Y component. Also accessible by using the index position [code]" +"[1][/code]." +msgstr "" + +#: doc/classes/Vector2.xml:274 +msgid "Enumerated value for the X axis." +msgstr "" + +#: doc/classes/Vector2.xml:277 +msgid "Enumerated value for the Y axis." +msgstr "" + +#: doc/classes/Vector2.xml:280 doc/classes/Vector3.xml:291 +msgid "Zero vector, a vector with all components set to [code]0[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:283 doc/classes/Vector3.xml:294 +msgid "One vector, a vector with all components set to [code]1[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:286 doc/classes/Vector3.xml:297 +msgid "" +"Infinity vector, a vector with all components set to [constant @GDScript." +"INF]." +msgstr "" + +#: doc/classes/Vector2.xml:289 +msgid "Left unit vector. Represents the direction of left." +msgstr "" + +#: doc/classes/Vector2.xml:292 +msgid "Right unit vector. Represents the direction of right." +msgstr "" + +#: doc/classes/Vector2.xml:295 +msgid "Up unit vector. Y is down in 2D, so this vector points -Y." +msgstr "" + +#: doc/classes/Vector2.xml:298 +msgid "Down unit vector. Y is down in 2D, so this vector points +Y." +msgstr "" + +#: doc/classes/Vector3.xml:4 +msgid "Vector used for 3D math." +msgstr "" + +#: doc/classes/Vector3.xml:7 +msgid "" +"3-element structure that can be used to represent positions in 3D space or " +"any other pair of numeric values.\n" +"[b]Note:[/b] In a boolean context, a Vector3 will evaluate to [code]false[/" +"code] if it's equal to [code]Vector3(0, 0, 0)[/code]. Otherwise, a Vector3 " +"will always evaluate to [code]true[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:25 +msgid "Returns a Vector3 with the given components." +msgstr "" + +#: doc/classes/Vector3.xml:38 +msgid "Returns the unsigned minimum angle to the given vector, in radians." +msgstr "" + +#: doc/classes/Vector3.xml:51 +msgid "" +"Returns a new vector with all components rounded up (towards positive " +"infinity)." +msgstr "" + +#: doc/classes/Vector3.xml:58 +msgid "Returns the cross product of this vector and [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:68 +msgid "" +"Performs a cubic interpolation between vectors [code]pre_a[/code], [code]a[/" +"code], [code]b[/code], [code]post_b[/code] ([code]a[/code] is current), by " +"the given amount [code]weight[/code]. [code]weight[/code] is on the range of " +"0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector3.xml:90 +msgid "Returns the distance between this vector and [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:97 +msgid "" +"Returns the dot product of this vector and [code]b[/code]. This can be used " +"to compare the angle between two vectors. For example, this can be used to " +"determine whether an enemy is facing the player.\n" +"The dot product will be [code]0[/code] for a straight angle (90 degrees), " +"greater than 0 for angles narrower than 90 degrees and lower than 0 for " +"angles wider than 90 degrees.\n" +"When using unit (normalized) vectors, the result will always be between " +"[code]-1.0[/code] (180 degree angle) when the vectors are facing opposite " +"directions, and [code]1.0[/code] (0 degree angle) when the vectors are " +"aligned.\n" +"[b]Note:[/b] [code]a.dot(b)[/code] is equivalent to [code]b.dot(a)[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:106 +msgid "" +"Returns a new vector with all components rounded down (towards negative " +"infinity)." +msgstr "" + +#: doc/classes/Vector3.xml:112 +msgid "" +"Returns the inverse of the vector. This is the same as [code]Vector3( 1.0 / " +"v.x, 1.0 / v.y, 1.0 / v.z )[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:146 +msgid "" +"Returns the result of the linear interpolation between this vector and " +"[code]to[/code] by amount [code]t[/code]. [code]weight[/code] is on the " +"range of 0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector3.xml:152 +msgid "" +"Returns the axis of the vector's largest value. See [code]AXIS_*[/code] " +"constants. If all components are equal, this method returns [constant " +"AXIS_X]." +msgstr "" + +#: doc/classes/Vector3.xml:158 +msgid "" +"Returns the axis of the vector's smallest value. See [code]AXIS_*[/code] " +"constants. If all components are equal, this method returns [constant " +"AXIS_Z]." +msgstr "" + +#: doc/classes/Vector3.xml:166 +msgid "" +"Moves this vector toward [code]to[/code] by the fixed [code]delta[/code] " +"amount." +msgstr "" + +#: doc/classes/Vector3.xml:179 +msgid "Returns the outer product with [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:200 +msgid "Returns this vector projected onto another vector [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:207 +msgid "Returns this vector reflected from a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector3.xml:215 +msgid "" +"Rotates this vector around a given axis by [code]phi[/code] radians. The " +"axis must be a normalized vector." +msgstr "" + +#: doc/classes/Vector3.xml:221 +msgid "" +"Returns this vector with all components rounded to the nearest integer, with " +"halfway cases rounded away from zero." +msgstr "" + +#: doc/classes/Vector3.xml:227 +msgid "" +"Returns a vector with each component set to one or negative one, depending " +"on the signs of this vector's components. If a component is zero, it returns " +"positive one." +msgstr "" + +#: doc/classes/Vector3.xml:235 +msgid "" +"Returns the signed angle to the given vector, in radians. The sign of the " +"angle is positive in a counter-clockwise direction and negative in a " +"clockwise direction when viewed from the side specified by the [code]axis[/" +"code]." +msgstr "" + +#: doc/classes/Vector3.xml:264 +msgid "" +"Returns a diagonal matrix with the vector as main diagonal.\n" +"This is equivalent to a Basis with no rotation or shearing and this vector's " +"components set as the scale." +msgstr "" + +#: doc/classes/Vector3.xml:277 +msgid "" +"The vector's Z component. Also accessible by using the index position [code]" +"[2][/code]." +msgstr "" + +#: doc/classes/Vector3.xml:282 +msgid "" +"Enumerated value for the X axis. Returned by [method max_axis] and [method " +"min_axis]." +msgstr "" + +#: doc/classes/Vector3.xml:285 +msgid "" +"Enumerated value for the Y axis. Returned by [method max_axis] and [method " +"min_axis]." +msgstr "" + +#: doc/classes/Vector3.xml:288 +msgid "" +"Enumerated value for the Z axis. Returned by [method max_axis] and [method " +"min_axis]." +msgstr "" + +#: doc/classes/Vector3.xml:300 +msgid "" +"Left unit vector. Represents the local direction of left, and the global " +"direction of west." +msgstr "" + +#: doc/classes/Vector3.xml:303 +msgid "" +"Right unit vector. Represents the local direction of right, and the global " +"direction of east." +msgstr "" + +#: doc/classes/Vector3.xml:306 +msgid "Up unit vector." +msgstr "" + +#: doc/classes/Vector3.xml:309 +msgid "Down unit vector." +msgstr "" + +#: doc/classes/Vector3.xml:312 +msgid "" +"Forward unit vector. Represents the local direction of forward, and the " +"global direction of north." +msgstr "" + +#: doc/classes/Vector3.xml:315 +msgid "" +"Back unit vector. Represents the local direction of back, and the global " +"direction of south." +msgstr "" + +#: doc/classes/VehicleBody.xml:4 +msgid "Physics body that simulates the behavior of a car." +msgstr "" + +#: doc/classes/VehicleBody.xml:7 +msgid "" +"This node implements all the physics logic needed to simulate a car. It is " +"based on the raycast vehicle system commonly found in physics engines. You " +"will need to add a [CollisionShape] for the main body of your vehicle and " +"add [VehicleWheel] nodes for the wheels. You should also add a " +"[MeshInstance] to this node for the 3D model of your car but this model " +"should not include meshes for the wheels. You should control the vehicle by " +"using the [member brake], [member engine_force], and [member steering] " +"properties and not change the position or orientation of this node " +"directly.\n" +"[b]Note:[/b] The origin point of your VehicleBody will determine the center " +"of gravity of your vehicle so it is better to keep this low and move the " +"[CollisionShape] and [MeshInstance] upwards.\n" +"[b]Note:[/b] This class has known issues and isn't designed to provide " +"realistic 3D vehicle physics. If you want advanced vehicle physics, you will " +"probably have to write your own physics integration using another " +"[PhysicsBody] class." +msgstr "" + +#: doc/classes/VehicleBody.xml:18 +msgid "" +"Slows down the vehicle by applying a braking force. The vehicle is only " +"slowed down if the wheels are in contact with a surface. The force you need " +"to apply to adequately slow down your vehicle depends on the [member " +"RigidBody.mass] of the vehicle. For a vehicle with a mass set to 1000, try a " +"value in the 25 - 30 range for hard braking." +msgstr "" + +#: doc/classes/VehicleBody.xml:21 +msgid "" +"Accelerates the vehicle by applying an engine force. The vehicle is only " +"speed up if the wheels that have [member VehicleWheel.use_as_traction] set " +"to [code]true[/code] and are in contact with a surface. The [member " +"RigidBody.mass] of the vehicle has an effect on the acceleration of the " +"vehicle. For a vehicle with a mass set to 1000, try a value in the 25 - 50 " +"range for acceleration.\n" +"[b]Note:[/b] The simulation does not take the effect of gears into account, " +"you will need to add logic for this if you wish to simulate gears.\n" +"A negative value will result in the vehicle reversing." +msgstr "" + +#: doc/classes/VehicleBody.xml:27 +msgid "" +"The steering angle for the vehicle. Setting this to a non-zero value will " +"result in the vehicle turning when it's moving. Wheels that have [member " +"VehicleWheel.use_as_steering] set to [code]true[/code] will automatically be " +"rotated." +msgstr "" + +#: doc/classes/VehicleWheel.xml:4 +msgid "Physics object that simulates the behavior of a wheel." +msgstr "" + +#: doc/classes/VehicleWheel.xml:7 +msgid "" +"This node needs to be used as a child node of [VehicleBody] and simulates " +"the behavior of one of its wheels. This node also acts as a collider to " +"detect if the wheel is touching a surface.\n" +"[b]Note:[/b] This class has known issues and isn't designed to provide " +"realistic 3D vehicle physics. If you want advanced vehicle physics, you will " +"probably have to write your own physics integration using another " +"[PhysicsBody] class." +msgstr "" + +#: doc/classes/VehicleWheel.xml:17 +msgid "Returns the rotational speed of the wheel in revolutions per minute." +msgstr "" + +#: doc/classes/VehicleWheel.xml:23 +msgid "" +"Returns a value between 0.0 and 1.0 that indicates whether this wheel is " +"skidding. 0.0 is skidding (the wheel has lost grip, e.g. icy terrain), 1.0 " +"means not skidding (the wheel has full grip, e.g. dry asphalt road)." +msgstr "" + +#: doc/classes/VehicleWheel.xml:29 +msgid "Returns [code]true[/code] if this wheel is in contact with a surface." +msgstr "" + +#: doc/classes/VehicleWheel.xml:35 +msgid "" +"Slows down the wheel by applying a braking force. The wheel is only slowed " +"down if it is in contact with a surface. The force you need to apply to " +"adequately slow down your vehicle depends on the [member RigidBody.mass] of " +"the vehicle. For a vehicle with a mass set to 1000, try a value in the 25 - " +"30 range for hard braking." +msgstr "" + +#: doc/classes/VehicleWheel.xml:38 +msgid "" +"The damping applied to the spring when the spring is being compressed. This " +"value should be between 0.0 (no damping) and 1.0. A value of 0.0 means the " +"car will keep bouncing as the spring keeps its energy. A good value for this " +"is around 0.3 for a normal car, 0.5 for a race car." +msgstr "" + +#: doc/classes/VehicleWheel.xml:41 +msgid "" +"The damping applied to the spring when relaxing. This value should be " +"between 0.0 (no damping) and 1.0. This value should always be slightly " +"higher than the [member damping_compression] property. For a [member " +"damping_compression] value of 0.3, try a relaxation value of 0.5." +msgstr "" + +#: doc/classes/VehicleWheel.xml:44 +msgid "" +"Accelerates the wheel by applying an engine force. The wheel is only speed " +"up if it is in contact with a surface. The [member RigidBody.mass] of the " +"vehicle has an effect on the acceleration of the vehicle. For a vehicle with " +"a mass set to 1000, try a value in the 25 - 50 range for acceleration.\n" +"[b]Note:[/b] The simulation does not take the effect of gears into account, " +"you will need to add logic for this if you wish to simulate gears.\n" +"A negative value will result in the wheel reversing." +msgstr "" + +#: doc/classes/VehicleWheel.xml:49 +msgid "" +"The steering angle for the wheel. Setting this to a non-zero value will " +"result in the vehicle turning when it's moving." +msgstr "" + +#: doc/classes/VehicleWheel.xml:52 +msgid "" +"The maximum force the spring can resist. This value should be higher than a " +"quarter of the [member RigidBody.mass] of the [VehicleBody] or the spring " +"will not carry the weight of the vehicle. Good results are often obtained by " +"a value that is about 3× to 4× this number." +msgstr "" + +#: doc/classes/VehicleWheel.xml:55 +msgid "" +"This value defines the stiffness of the suspension. Use a value lower than " +"50 for an off-road car, a value between 50 and 100 for a race car and try " +"something around 200 for something like a Formula 1 car." +msgstr "" + +#: doc/classes/VehicleWheel.xml:58 +msgid "" +"This is the distance the suspension can travel. As Godot units are " +"equivalent to meters, keep this setting relatively low. Try a value between " +"0.1 and 0.3 depending on the type of car." +msgstr "" + +#: doc/classes/VehicleWheel.xml:61 +msgid "" +"If [code]true[/code], this wheel will be turned when the car steers. This " +"value is used in conjunction with [member VehicleBody.steering] and ignored " +"if you are using the per-wheel [member steering] value instead." +msgstr "" + +#: doc/classes/VehicleWheel.xml:64 +msgid "" +"If [code]true[/code], this wheel transfers engine force to the ground to " +"propel the vehicle forward. This value is used in conjunction with [member " +"VehicleBody.engine_force] and ignored if you are using the per-wheel [member " +"engine_force] value instead." +msgstr "" + +#: doc/classes/VehicleWheel.xml:67 +msgid "" +"This determines how much grip this wheel has. It is combined with the " +"friction setting of the surface the wheel is in contact with. 0.0 means no " +"grip, 1.0 is normal grip. For a drift car setup, try setting the grip of the " +"rear wheels slightly lower than the front wheels, or use a lower value to " +"simulate tire wear.\n" +"It's best to set this to 1.0 when starting out." +msgstr "" + +#: doc/classes/VehicleWheel.xml:71 +msgid "The radius of the wheel in meters." +msgstr "" + +#: doc/classes/VehicleWheel.xml:74 +msgid "" +"This is the distance in meters the wheel is lowered from its origin point. " +"Don't set this to 0.0 and move the wheel into position, instead move the " +"origin point of your wheel (the gizmo in Godot) to the position the wheel " +"will take when bottoming out, then use the rest length to move the wheel " +"down to the position it should be in when the car is in rest." +msgstr "" + +#: doc/classes/VehicleWheel.xml:77 +msgid "" +"This value affects the roll of your vehicle. If set to 1.0 for all wheels, " +"your vehicle will be prone to rolling over, while a value of 0.0 will resist " +"body roll." +msgstr "" + +#: doc/classes/VideoPlayer.xml:4 +msgid "Control for playing video streams." +msgstr "" + +#: doc/classes/VideoPlayer.xml:7 +msgid "" +"Control node for playing video streams using [VideoStream] resources.\n" +"Supported video formats are [url=https://www.webmproject.org/]WebM[/url] " +"([code].webm[/code], [VideoStreamWebm]), [url=https://www.theora.org/]Ogg " +"Theora[/url] ([code].ogv[/code], [VideoStreamTheora]), and any format " +"exposed via a GDNative plugin using [VideoStreamGDNative].\n" +"[b]Note:[/b] Due to a bug, VideoPlayer does not support localization " +"remapping yet.\n" +"[b]Warning:[/b] On HTML5, video playback [i]will[/i] perform poorly due to " +"missing architecture-specific assembly optimizations, especially for VP8/VP9." +msgstr "" + +#: doc/classes/VideoPlayer.xml:18 +msgid "" +"Returns the video stream's name, or [code]\"\"[/code] if no video " +"stream is assigned." +msgstr "" + +#: doc/classes/VideoPlayer.xml:24 +msgid "Returns the current frame as a [Texture]." +msgstr "" + +#: doc/classes/VideoPlayer.xml:30 +msgid "" +"Returns [code]true[/code] if the video is playing.\n" +"[b]Note:[/b] The video is still considered playing if paused during playback." +msgstr "" + +#: doc/classes/VideoPlayer.xml:37 +msgid "" +"Starts the video playback from the beginning. If the video is paused, this " +"will not unpause the video." +msgstr "" + +#: doc/classes/VideoPlayer.xml:43 +msgid "" +"Stops the video playback and sets the stream position to 0.\n" +"[b]Note:[/b] Although the stream position will be set to 0, the first frame " +"of the video stream won't become the current frame." +msgstr "" + +#: doc/classes/VideoPlayer.xml:50 +msgid "The embedded audio track to play." +msgstr "" + +#: doc/classes/VideoPlayer.xml:53 +msgid "If [code]true[/code], playback starts when the scene loads." +msgstr "" + +#: doc/classes/VideoPlayer.xml:56 +msgid "Amount of time in milliseconds to store in buffer while playing." +msgstr "" + +#: doc/classes/VideoPlayer.xml:59 +msgid "Audio bus to use for sound playback." +msgstr "" + +#: doc/classes/VideoPlayer.xml:62 +msgid "" +"If [code]true[/code], the video scales to the control size. Otherwise, the " +"control minimum size will be automatically adjusted to match the video " +"stream's dimensions." +msgstr "" + +#: doc/classes/VideoPlayer.xml:65 +msgid "If [code]true[/code], the video is paused." +msgstr "" + +#: doc/classes/VideoPlayer.xml:68 +msgid "The assigned video stream. See description for supported formats." +msgstr "" + +#: doc/classes/VideoPlayer.xml:71 +msgid "" +"The current position of the stream, in seconds.\n" +"[b]Note:[/b] Changing this value won't have any effect as seeking is not " +"implemented yet, except in video formats implemented by a GDNative add-on." +msgstr "" + +#: doc/classes/VideoPlayer.xml:75 +msgid "Audio volume as a linear value." +msgstr "" + +#: doc/classes/VideoPlayer.xml:78 +msgid "Audio volume in dB." +msgstr "" + +#: doc/classes/VideoPlayer.xml:84 +msgid "Emitted when playback is finished." +msgstr "" + +#: doc/classes/VideoStream.xml:4 +msgid "Base resource for video streams." +msgstr "" + +#: doc/classes/VideoStream.xml:7 +msgid "" +"Base resource type for all video streams. Classes that derive from " +"[VideoStream] can all be used as resource types to play back videos in " +"[VideoPlayer]." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:4 +msgid "[VideoStream] resource for for video formats implemented via GDNative." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:7 +msgid "" +"[VideoStream] resource for for video formats implemented via GDNative.\n" +"It can be used via [url=https://github.com/KidRigger/godot-" +"videodecoder]godot-videodecoder[/url] which uses the [url=https://ffmpeg." +"org]FFmpeg[/url] library." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:16 +msgid "Returns the video file handled by this [VideoStreamGDNative]." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:23 +msgid "" +"Sets the video file that this [VideoStreamGDNative] resource handles. The " +"supported extensions depend on the GDNative plugins used to expose video " +"formats." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:4 +msgid "[VideoStream] resource for Ogg Theora videos." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:7 +msgid "" +"[VideoStream] resource handling the [url=https://www.theora.org/]Ogg Theora[/" +"url] video format with [code].ogv[/code] extension. The Theora codec is less " +"efficient than [VideoStreamWebm]'s VP8 and VP9, but it requires less CPU " +"resources to decode. The Theora codec is decoded on the CPU.\n" +"[b]Note:[/b] While Ogg Theora videos can also have an [code].ogg[/code] " +"extension, you will have to rename the extension to [code].ogv[/code] to use " +"those videos within Godot." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:16 +msgid "Returns the Ogg Theora video file handled by this [VideoStreamTheora]." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:23 +msgid "" +"Sets the Ogg Theora video file that this [VideoStreamTheora] resource " +"handles. The [code]file[/code] name should have the [code].ogv[/code] " +"extension." +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:4 +msgid "[VideoStream] resource for WebM videos." +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:7 +msgid "" +"[VideoStream] resource handling the [url=https://www.webmproject.org/]WebM[/" +"url] video format with [code].webm[/code] extension. Both the VP8 and VP9 " +"codecs are supported. The VP8 and VP9 codecs are more efficient than " +"[VideoStreamTheora], but they require more CPU resources to decode " +"(especially VP9). Both the VP8 and VP9 codecs are decoded on the CPU.\n" +"[b]Note:[/b] Alpha channel (also known as transparency) is not supported. " +"The video will always appear to have a black background, even if it " +"originally contains an alpha channel.\n" +"[b]Note:[/b] There are known bugs and performance issues with WebM video " +"playback in Godot. If you run into problems, try using the Ogg Theora format " +"instead: [VideoStreamTheora]" +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:17 +msgid "Returns the WebM video file handled by this [VideoStreamWebm]." +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:24 +msgid "" +"Sets the WebM video file that this [VideoStreamWebm] resource handles. The " +"[code]file[/code] name should have the [code].webm[/code] extension." +msgstr "" + +#: doc/classes/Viewport.xml:4 +msgid "Creates a sub-view into the screen." +msgstr "" + +#: doc/classes/Viewport.xml:7 +msgid "" +"A Viewport creates a different view into the screen, or a sub-view inside " +"another viewport. Children 2D Nodes will display on it, and children Camera " +"3D nodes will render on it too.\n" +"Optionally, a viewport can have its own 2D or 3D world, so they don't share " +"what they draw with other viewports.\n" +"If a viewport is a child of a [ViewportContainer], it will automatically " +"take up its size, otherwise it must be set manually.\n" +"Viewports can also choose to be audio listeners, so they generate positional " +"audio depending on a 2D or 3D camera child of it.\n" +"Also, viewports can be assigned to different screens in case the devices " +"have multiple screens.\n" +"Finally, viewports can also behave as render targets, in which case they " +"will not be visible unless the associated texture is used to draw." +msgstr "" + +#: doc/classes/Viewport.xml:16 +msgid "https://docs.godotengine.org/en/3.4/tutorials/viewports/index.html" +msgstr "" + +#: doc/classes/Viewport.xml:18 doc/classes/ViewportTexture.xml:12 +msgid "https://godotengine.org/asset-library/asset/128" +msgstr "" + +#: doc/classes/Viewport.xml:20 +msgid "https://godotengine.org/asset-library/asset/130" +msgstr "" + +#: doc/classes/Viewport.xml:21 +msgid "https://godotengine.org/asset-library/asset/541" +msgstr "" + +#: doc/classes/Viewport.xml:22 doc/classes/ViewportTexture.xml:14 +msgid "https://godotengine.org/asset-library/asset/586" +msgstr "" + +#: doc/classes/Viewport.xml:28 +msgid "" +"Returns the 3D world of the viewport, or if none the world of the parent " +"viewport." +msgstr "" + +#: doc/classes/Viewport.xml:34 +msgid "Returns the 2D world of the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:40 +msgid "Returns the active 3D camera." +msgstr "" + +#: doc/classes/Viewport.xml:46 +msgid "Returns the total transform of the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:52 +msgid "Returns the topmost modal in the stack." +msgstr "" + +#: doc/classes/Viewport.xml:58 +msgid "Returns the mouse position relative to the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:65 +msgid "Returns information about the viewport from the rendering pipeline." +msgstr "" + +#: doc/classes/Viewport.xml:72 +msgid "Returns the [enum ShadowAtlasQuadrantSubdiv] of the specified quadrant." +msgstr "" + +#: doc/classes/Viewport.xml:78 +msgid "Returns the size override set with [method set_size_override]." +msgstr "" + +#: doc/classes/Viewport.xml:84 +msgid "" +"Returns the viewport's texture.\n" +"[b]Note:[/b] Due to the way OpenGL works, the resulting [ViewportTexture] is " +"flipped vertically. You can use [method Image.flip_y] on the result of " +"[method Texture.get_data] to flip it back, for example:\n" +"[codeblock]\n" +"var img = get_viewport().get_texture().get_data()\n" +"img.flip_y()\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Viewport.xml:95 +msgid "Returns the viewport's RID from the [VisualServer]." +msgstr "" + +#: doc/classes/Viewport.xml:101 +msgid "Returns the visible rectangle in global screen coordinates." +msgstr "" + +#: doc/classes/Viewport.xml:107 +msgid "" +"Returns the drag data from the GUI, that was previously returned by [method " +"Control.get_drag_data]." +msgstr "" + +#: doc/classes/Viewport.xml:113 +msgid "Returns [code]true[/code] if there are visible modals on-screen." +msgstr "" + +#: doc/classes/Viewport.xml:119 +msgid "" +"Returns [code]true[/code] if the viewport is currently performing a drag " +"operation." +msgstr "" + +#: doc/classes/Viewport.xml:136 +msgid "" +"Returns [code]true[/code] if the size override is enabled. See [method " +"set_size_override]." +msgstr "" + +#: doc/classes/Viewport.xml:143 +msgid "" +"Attaches this [Viewport] to the root [Viewport] with the specified " +"rectangle. This bypasses the need for another node to display this " +"[Viewport] but makes you responsible for updating the position of this " +"[Viewport] manually." +msgstr "" + +#: doc/classes/Viewport.xml:149 +msgid "Stops the input from propagating further down the [SceneTree]." +msgstr "" + +#: doc/classes/Viewport.xml:157 +msgid "" +"Sets the number of subdivisions to use in the specified quadrant. A higher " +"number of subdivisions allows you to have more shadows in the scene at once, " +"but reduces the quality of the shadows. A good practice is to have quadrants " +"with a varying number of subdivisions and to have as few subdivisions as " +"possible." +msgstr "" + +#: doc/classes/Viewport.xml:166 +msgid "" +"Sets the size override of the viewport. If the [code]enable[/code] parameter " +"is [code]true[/code] the override is used, otherwise it uses the default " +"size. If the size parameter is [code](-1, -1)[/code], it won't update the " +"size." +msgstr "" + +#: doc/classes/Viewport.xml:178 +msgid "Forces update of the 2D and 3D worlds." +msgstr "" + +#: doc/classes/Viewport.xml:185 +msgid "Warps the mouse to a position relative to the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:191 +msgid "If [code]true[/code], the viewport will be used in AR/VR process." +msgstr "" + +#: doc/classes/Viewport.xml:194 +msgid "If [code]true[/code], the viewport will process 2D audio streams." +msgstr "" + +#: doc/classes/Viewport.xml:197 +msgid "If [code]true[/code], the viewport will process 3D audio streams." +msgstr "" + +#: doc/classes/Viewport.xml:200 +msgid "" +"The canvas transform of the viewport, useful for changing the on-screen " +"positions of all child [CanvasItem]s. This is relative to the global canvas " +"transform of the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:203 +msgid "" +"If [code]true[/code], uses a fast post-processing filter to make banding " +"significantly less visible. In some cases, debanding may introduce a " +"slightly noticeable dithering pattern. It's recommended to enable debanding " +"only when actually needed since the dithering pattern will make lossless-" +"compressed screenshots larger.\n" +"[b]Note:[/b] Only available on the GLES3 backend. [member hdr] must also be " +"[code]true[/code] for debanding to be effective." +msgstr "" + +#: doc/classes/Viewport.xml:207 +msgid "The overlay mode for test rendered geometry in debug purposes." +msgstr "" + +#: doc/classes/Viewport.xml:210 +msgid "" +"If [code]true[/code], the viewport will disable 3D rendering. For actual " +"disabling use [code]usage[/code]." +msgstr "" + +#: doc/classes/Viewport.xml:213 +msgid "" +"Enables fast approximate antialiasing. FXAA is a popular screen-space " +"antialiasing method, which is fast but will make the image look blurry, " +"especially at lower resolutions. It can still work relatively well at large " +"resolutions such as 1440p and 4K. Some of the lost sharpness can be " +"recovered by enabling contrast-adaptive sharpening (see [member " +"sharpen_intensity])." +msgstr "" + +#: doc/classes/Viewport.xml:216 +msgid "" +"The global canvas transform of the viewport. The canvas transform is " +"relative to this." +msgstr "" + +#: doc/classes/Viewport.xml:219 +msgid "If [code]true[/code], the viewport will not receive input events." +msgstr "" + +#: doc/classes/Viewport.xml:222 +msgid "" +"If [code]true[/code], the GUI controls on the viewport will lay pixel " +"perfectly." +msgstr "" + +#: doc/classes/Viewport.xml:227 +msgid "" +"If [code]true[/code], the viewport rendering will receive benefits from High " +"Dynamic Range algorithm. High Dynamic Range allows the viewport to receive " +"values that are outside the 0-1 range. In Godot HDR uses 16 bits, meaning it " +"does not store the full range of a floating point number.\n" +"[b]Note:[/b] Requires [member usage] to be set to [constant USAGE_3D] or " +"[constant USAGE_3D_NO_EFFECTS], since HDR is not supported for 2D." +msgstr "" + +#: doc/classes/Viewport.xml:231 +msgid "" +"If [code]true[/code], the result after 3D rendering will not have a linear " +"to sRGB color conversion applied. This is important when the viewport is " +"used as a render target where the result is used as a texture on a 3D object " +"rendered in another viewport. It is also important if the viewport is used " +"to create data that is not color based (noise, heightmaps, pickmaps, etc.). " +"Do not enable this when the viewport is used as a texture on a 2D object or " +"if the viewport is your final output. For the GLES2 driver this will convert " +"the sRGB output to linear, this should only be used for VR plugins that " +"require input in linear color space!" +msgstr "" + +#: doc/classes/Viewport.xml:234 +msgid "" +"The multisample anti-aliasing mode. A higher number results in smoother " +"edges at the cost of significantly worse performance. A value of 4 is best " +"unless targeting very high-end systems." +msgstr "" + +#: doc/classes/Viewport.xml:237 +msgid "" +"If [code]true[/code], the viewport will use [World] defined in [code]world[/" +"code] property." +msgstr "" + +#: doc/classes/Viewport.xml:240 +msgid "" +"If [code]true[/code], the objects rendered by viewport become subjects of " +"mouse picking process." +msgstr "" + +#: doc/classes/Viewport.xml:243 +msgid "" +"If [code]true[/code], renders the Viewport directly to the screen instead of " +"to the root viewport. Only available in GLES2. This is a low-level " +"optimization and should not be used in most cases. If used, reading from the " +"Viewport or from [code]SCREEN_TEXTURE[/code] becomes unavailable. For more " +"information see [method VisualServer.viewport_set_render_direct_to_screen]." +msgstr "" + +#: doc/classes/Viewport.xml:246 +msgid "" +"The clear mode when viewport used as a render target.\n" +"[b]Note:[/b] This property is intended for 2D usage." +msgstr "" + +#: doc/classes/Viewport.xml:250 +msgid "The update mode when viewport used as a render target." +msgstr "" + +#: doc/classes/Viewport.xml:253 +msgid "" +"If [code]true[/code], the result of rendering will be flipped vertically." +msgstr "" + +#: doc/classes/Viewport.xml:256 +msgid "The subdivision amount of the first quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:259 +msgid "The subdivision amount of the second quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:262 +msgid "The subdivision amount of the third quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:265 +msgid "The subdivision amount of the fourth quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:268 +msgid "" +"The shadow atlas' resolution (used for omni and spot lights). The value will " +"be rounded up to the nearest power of 2.\n" +"[b]Note:[/b] If this is set to 0, shadows won't be visible. Since user-" +"created viewports default to a value of 0, this value must be set above 0 " +"manually." +msgstr "" + +#: doc/classes/Viewport.xml:272 +msgid "" +"If set to a value greater than [code]0.0[/code], contrast-adaptive " +"sharpening will be applied to the 3D viewport. This has a low performance " +"cost and can be used to recover some of the sharpness lost from using FXAA. " +"Values around [code]0.5[/code] generally give the best results. See also " +"[member fxaa]." +msgstr "" + +#: doc/classes/Viewport.xml:275 +msgid "" +"The width and height of viewport. Must be set to a value greater than or " +"equal to 2 pixels on both dimensions. Otherwise, nothing will be displayed." +msgstr "" + +#: doc/classes/Viewport.xml:278 +msgid "If [code]true[/code], the size override affects stretch as well." +msgstr "" + +#: doc/classes/Viewport.xml:281 +msgid "" +"If [code]true[/code], the viewport should render its background as " +"transparent." +msgstr "" + +#: doc/classes/Viewport.xml:284 +msgid "The rendering mode of viewport." +msgstr "" + +#: doc/classes/Viewport.xml:287 +msgid "The custom [World] which can be used as 3D environment source." +msgstr "" + +#: doc/classes/Viewport.xml:290 +msgid "The custom [World2D] which can be used as 2D environment source." +msgstr "" + +#: doc/classes/Viewport.xml:297 +msgid "Emitted when a Control node grabs keyboard focus." +msgstr "" + +#: doc/classes/Viewport.xml:302 +msgid "" +"Emitted when the size of the viewport is changed, whether by [method " +"set_size_override], resize of window, or some other means." +msgstr "" + +#: doc/classes/Viewport.xml:308 +msgid "Do not update the render target." +msgstr "" + +#: doc/classes/Viewport.xml:311 +msgid "" +"Update the render target once, then switch to [constant UPDATE_DISABLED]." +msgstr "" + +#: doc/classes/Viewport.xml:314 +msgid "" +"Update the render target only when it is visible. This is the default value." +msgstr "" + +#: doc/classes/Viewport.xml:317 +msgid "Always update the render target." +msgstr "" + +#: doc/classes/Viewport.xml:320 +msgid "This quadrant will not be used." +msgstr "" + +#: doc/classes/Viewport.xml:323 +msgid "This quadrant will only be used by one shadow map." +msgstr "" + +#: doc/classes/Viewport.xml:326 +msgid "This quadrant will be split in 4 and used by up to 4 shadow maps." +msgstr "" + +#: doc/classes/Viewport.xml:329 +msgid "This quadrant will be split 16 ways and used by up to 16 shadow maps." +msgstr "" + +#: doc/classes/Viewport.xml:332 +msgid "This quadrant will be split 64 ways and used by up to 64 shadow maps." +msgstr "" + +#: doc/classes/Viewport.xml:335 +msgid "" +"This quadrant will be split 256 ways and used by up to 256 shadow maps. " +"Unless the [member shadow_atlas_size] is very high, the shadows in this " +"quadrant will be very low resolution." +msgstr "" + +#: doc/classes/Viewport.xml:338 +msgid "" +"This quadrant will be split 1024 ways and used by up to 1024 shadow maps. " +"Unless the [member shadow_atlas_size] is very high, the shadows in this " +"quadrant will be very low resolution." +msgstr "" + +#: doc/classes/Viewport.xml:341 +msgid "Represents the size of the [enum ShadowAtlasQuadrantSubdiv] enum." +msgstr "" + +#: doc/classes/Viewport.xml:344 +msgid "Amount of objects in frame." +msgstr "" + +#: doc/classes/Viewport.xml:347 +msgid "Amount of vertices in frame." +msgstr "" + +#: doc/classes/Viewport.xml:350 +msgid "Amount of material changes in frame." +msgstr "" + +#: doc/classes/Viewport.xml:353 +msgid "Amount of shader changes in frame." +msgstr "" + +#: doc/classes/Viewport.xml:356 +msgid "Amount of surface changes in frame." +msgstr "" + +#: doc/classes/Viewport.xml:359 doc/classes/Viewport.xml:365 +msgid "Amount of draw calls in frame." +msgstr "" + +#: doc/classes/Viewport.xml:362 +msgid "Amount of items or joined items in frame." +msgstr "" + +#: doc/classes/Viewport.xml:368 +msgid "Represents the size of the [enum RenderInfo] enum." +msgstr "" + +#: doc/classes/Viewport.xml:371 +msgid "Objects are displayed normally." +msgstr "" + +#: doc/classes/Viewport.xml:374 +msgid "Objects are displayed without light information." +msgstr "" + +#: doc/classes/Viewport.xml:377 +msgid "" +"Objected are displayed semi-transparent with additive blending so you can " +"see where they intersect." +msgstr "" + +#: doc/classes/Viewport.xml:380 +msgid "Objects are displayed in wireframe style." +msgstr "" + +#: doc/classes/Viewport.xml:383 +msgid "Multisample anti-aliasing mode disabled. This is the default value." +msgstr "" + +#: doc/classes/Viewport.xml:386 +msgid "Use 2x Multisample Antialiasing." +msgstr "" + +#: doc/classes/Viewport.xml:389 +msgid "Use 4x Multisample Antialiasing." +msgstr "" + +#: doc/classes/Viewport.xml:392 +msgid "" +"Use 8x Multisample Antialiasing. Likely unsupported on low-end and older " +"hardware." +msgstr "" + +#: doc/classes/Viewport.xml:395 +msgid "" +"Use 16x Multisample Antialiasing. Likely unsupported on medium and low-end " +"hardware." +msgstr "" + +#: doc/classes/Viewport.xml:398 +msgid "" +"Allocates all buffers needed for drawing 2D scenes. This takes less VRAM " +"than the 3D usage modes. Note that 3D rendering effects such as glow and HDR " +"are not available when using this mode." +msgstr "" + +#: doc/classes/Viewport.xml:401 +msgid "" +"Allocates buffers needed for 2D scenes without allocating a buffer for " +"screen copy. Accordingly, you cannot read from the screen. Of the [enum " +"Usage] types, this requires the least VRAM. Note that 3D rendering effects " +"such as glow and HDR are not available when using this mode." +msgstr "" + +#: doc/classes/Viewport.xml:404 +msgid "" +"Allocates full buffers for drawing 3D scenes and all 3D effects including " +"buffers needed for 2D scenes and effects." +msgstr "" + +#: doc/classes/Viewport.xml:407 +msgid "" +"Allocates buffers needed for drawing 3D scenes. But does not allocate " +"buffers needed for reading from the screen and post-processing effects. " +"Saves some VRAM." +msgstr "" + +#: doc/classes/Viewport.xml:410 +msgid "Always clear the render target before drawing." +msgstr "" + +#: doc/classes/Viewport.xml:413 +msgid "Never clear the render target." +msgstr "" + +#: doc/classes/Viewport.xml:416 +msgid "" +"Clear the render target next frame, then switch to [constant " +"CLEAR_MODE_NEVER]." +msgstr "" + +#: doc/classes/ViewportContainer.xml:4 +msgid "Control for holding [Viewport]s." +msgstr "" + +#: doc/classes/ViewportContainer.xml:7 +msgid "" +"A [Container] node that holds a [Viewport], automatically setting its size.\n" +"[b]Note:[/b] Changing a ViewportContainer's [member Control.rect_scale] will " +"cause its contents to appear distorted. To change its visual size without " +"causing distortion, adjust the node's margins instead (if it's not already " +"in a container)." +msgstr "" + +#: doc/classes/ViewportContainer.xml:16 +msgid "" +"If [code]true[/code], the viewport will be scaled to the control's size." +msgstr "" + +#: doc/classes/ViewportContainer.xml:19 +msgid "" +"Divides the viewport's effective resolution by this value while preserving " +"its scale. This can be used to speed up rendering.\n" +"For example, a 1280×720 viewport with [member stretch_shrink] set to " +"[code]2[/code] will be rendered at 640×360 while occupying the same size in " +"the container.\n" +"[b]Note:[/b] [member stretch] must be [code]true[/code] for this property to " +"work." +msgstr "" + +#: doc/classes/ViewportTexture.xml:4 +msgid "Texture which displays the content of a [Viewport]." +msgstr "" + +#: doc/classes/ViewportTexture.xml:7 +msgid "" +"Displays the content of a [Viewport] node as a dynamic [Texture]. This can " +"be used to mix controls, 2D, and 3D elements in the same scene.\n" +"To create a ViewportTexture in code, use the [method Viewport.get_texture] " +"method on the target viewport." +msgstr "" + +#: doc/classes/ViewportTexture.xml:22 +msgid "" +"The path to the [Viewport] node to display. This is relative to the scene " +"root, not to the node which uses the texture." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:4 doc/classes/VisibilityEnabler2D.xml:4 +msgid "Enables certain nodes only when approximately visible." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:7 +msgid "" +"The VisibilityEnabler will disable [RigidBody] and [AnimationPlayer] nodes " +"when they are not visible. It will only affect other nodes within the same " +"scene as the VisibilityEnabler itself.\n" +"If you just want to receive notifications, use [VisibilityNotifier] " +"instead.\n" +"[b]Note:[/b] VisibilityEnabler uses an approximate heuristic for performance " +"reasons. It doesn't take walls and other occlusion into account. The " +"heuristic is an implementation detail and may change in future versions. If " +"you need precise visibility checking, use another method such as adding an " +"[Area] node as a child of a [Camera] node and/or [method Vector3.dot].\n" +"[b]Note:[/b] VisibilityEnabler will not affect nodes added after scene " +"initialization." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:19 doc/classes/VisibilityEnabler2D.xml:19 +msgid "" +"Returns whether the enabler identified by given [enum Enabler] constant is " +"active." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:27 doc/classes/VisibilityEnabler2D.xml:27 +msgid "" +"Sets active state of the enabler identified by given [enum Enabler] constant." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:33 +msgid "If [code]true[/code], [RigidBody] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:36 doc/classes/VisibilityEnabler2D.xml:39 +msgid "If [code]true[/code], [AnimationPlayer] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:41 doc/classes/VisibilityEnabler2D.xml:53 +msgid "This enabler will pause [AnimationPlayer] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:44 +msgid "This enabler will freeze [RigidBody] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:47 doc/classes/VisibilityEnabler2D.xml:71 +msgid "Represents the size of the [enum Enabler] enum." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:7 +msgid "" +"The VisibilityEnabler2D will disable [RigidBody2D], [AnimationPlayer], and " +"other nodes when they are not visible. It will only affect nodes with the " +"same root node as the VisibilityEnabler2D, and the root node itself.\n" +"If you just want to receive notifications, use [VisibilityNotifier2D] " +"instead.\n" +"[b]Note:[/b] For performance reasons, VisibilityEnabler2D uses an " +"approximate heuristic with precision determined by [member ProjectSettings." +"world/2d/cell_size]. If you need precise visibility checking, use another " +"method such as adding an [Area2D] node as a child of a [Camera2D] node.\n" +"[b]Note:[/b] VisibilityEnabler2D will not affect nodes added after scene " +"initialization." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:33 +msgid "If [code]true[/code], [RigidBody2D] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:36 +msgid "If [code]true[/code], [AnimatedSprite] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:42 +msgid "If [code]true[/code], [Particles2D] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:45 +msgid "" +"If [code]true[/code], the parent's [method Node._physics_process] will be " +"stopped." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:48 +msgid "" +"If [code]true[/code], the parent's [method Node._process] will be stopped." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:56 +msgid "This enabler will freeze [RigidBody2D] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:59 +msgid "This enabler will stop [Particles2D] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:62 +msgid "This enabler will stop the parent's _process function." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:65 +msgid "This enabler will stop the parent's _physics_process function." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:68 +msgid "This enabler will stop [AnimatedSprite] nodes animations." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:4 doc/classes/VisibilityNotifier2D.xml:4 +msgid "Detects approximately when the node is visible on screen." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:7 +msgid "" +"The VisibilityNotifier detects when it is visible on the screen. It also " +"notifies when its bounding rectangle enters or exits the screen or a " +"[Camera]'s view.\n" +"If you want nodes to be disabled automatically when they exit the screen, " +"use [VisibilityEnabler] instead.\n" +"[b]Note:[/b] VisibilityNotifier uses an approximate heuristic for " +"performance reasons. It doesn't take walls and other occlusion into account. " +"The heuristic is an implementation detail and may change in future versions. " +"If you need precise visibility checking, use another method such as adding " +"an [Area] node as a child of a [Camera] node and/or [method Vector3.dot]." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:17 +msgid "" +"If [code]true[/code], the bounding box is on the screen.\n" +"[b]Note:[/b] It takes one frame for the node's visibility to be assessed " +"once added to the scene tree, so this method will return [code]false[/code] " +"right after it is instantiated, even if it will be on screen in the draw " +"pass." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:24 +msgid "The VisibilityNotifier's bounding box." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:31 +msgid "Emitted when the VisibilityNotifier enters a [Camera]'s view." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:37 +msgid "Emitted when the VisibilityNotifier exits a [Camera]'s view." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:42 +msgid "Emitted when the VisibilityNotifier enters the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:47 +msgid "Emitted when the VisibilityNotifier exits the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:7 +msgid "" +"The VisibilityNotifier2D detects when it is visible on the screen. It also " +"notifies when its bounding rectangle enters or exits the screen or a " +"viewport.\n" +"If you want nodes to be disabled automatically when they exit the screen, " +"use [VisibilityEnabler2D] instead.\n" +"[b]Note:[/b] For performance reasons, VisibilityNotifier2D uses an " +"approximate heuristic with precision determined by [member ProjectSettings." +"world/2d/cell_size]. If you need precise visibility checking, use another " +"method such as adding an [Area2D] node as a child of a [Camera2D] node." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:18 +msgid "" +"If [code]true[/code], the bounding rectangle is on the screen.\n" +"[b]Note:[/b] It takes one frame for the node's visibility to be assessed " +"once added to the scene tree, so this method will return [code]false[/code] " +"right after it is instantiated, even if it will be on screen in the draw " +"pass." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:25 +msgid "The VisibilityNotifier2D's bounding rectangle." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:31 +msgid "Emitted when the VisibilityNotifier2D enters the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:36 +msgid "Emitted when the VisibilityNotifier2D exits the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:42 +msgid "Emitted when the VisibilityNotifier2D enters a [Viewport]'s view." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:48 +msgid "Emitted when the VisibilityNotifier2D exits a [Viewport]'s view." +msgstr "" + +#: doc/classes/VisualInstance.xml:4 +msgid "Parent of all visual 3D nodes." +msgstr "" + +#: doc/classes/VisualInstance.xml:7 +msgid "" +"The [VisualInstance] is used to connect a resource to a visual " +"representation. All visual 3D nodes inherit from the [VisualInstance]. In " +"general, you should not access the [VisualInstance] properties directly as " +"they are accessed and managed by the nodes that inherit from " +"[VisualInstance]. [VisualInstance] is the node representation of the " +"[VisualServer] instance." +msgstr "" + +#: doc/classes/VisualInstance.xml:15 +msgid "" +"Returns the [AABB] (also known as the bounding box) for this " +"[VisualInstance]. See also [method get_transformed_aabb]." +msgstr "" + +#: doc/classes/VisualInstance.xml:21 +msgid "" +"Returns the RID of the resource associated with this [VisualInstance]. For " +"example, if the Node is a [MeshInstance], this will return the RID of the " +"associated [Mesh]." +msgstr "" + +#: doc/classes/VisualInstance.xml:27 +msgid "" +"Returns the RID of this instance. This RID is the same as the RID returned " +"by [method VisualServer.instance_create]. This RID is needed if you want to " +"call [VisualServer] functions directly on this [VisualInstance]." +msgstr "" + +#: doc/classes/VisualInstance.xml:34 +msgid "" +"Returns [code]true[/code] when the specified layer is enabled in [member " +"layers] and [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/VisualInstance.xml:40 +msgid "" +"Returns the transformed [AABB] (also known as the bounding box) for this " +"[VisualInstance].\n" +"Transformed in this case means the [AABB] plus the position, rotation, and " +"scale of the [Spatial]'s [Transform]. See also [method get_aabb]." +msgstr "" + +#: doc/classes/VisualInstance.xml:48 +msgid "" +"Sets the resource that is instantiated by this [VisualInstance], which " +"changes how the engine handles the [VisualInstance] under the hood. " +"Equivalent to [method VisualServer.instance_set_base]." +msgstr "" + +#: doc/classes/VisualInstance.xml:56 +msgid "Enables a particular layer in [member layers]." +msgstr "" + +#: doc/classes/VisualInstance.xml:62 +msgid "" +"The render layer(s) this [VisualInstance] is drawn on.\n" +"This object will only be visible for [Camera]s whose cull mask includes the " +"render object this [VisualInstance] is set to." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:4 +msgid "A script implemented in the Visual Script programming environment." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:7 +msgid "" +"A script implemented in the Visual Script programming environment. The " +"script extends the functionality of all objects that instance it.\n" +"[method Object.set_script] extends an existing object, if that object's " +"class matches one of the script's base classes.\n" +"You are most likely to use this class via the Visual Script editor or when " +"writing plugins for it." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/visual_script/" +"index.html" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:19 +msgid "Add a custom signal with the specified name to the VisualScript." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:26 +msgid "Add a function with the specified name to the VisualScript." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:36 +msgid "Add a node to a function of the VisualScript." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:45 +msgid "" +"Add a variable to the VisualScript, optionally giving it a default value or " +"marking it as exported." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:55 +msgid "" +"Add an argument to a custom signal added with [method add_custom_signal]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:62 +msgid "Get the count of a custom signal's arguments." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:70 +msgid "Get the name of a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:78 +msgid "Get the type of a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:86 +msgid "Remove a specific custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:95 +msgid "Rename a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:104 +msgid "Change the type of a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:113 +msgid "Swap two of the arguments of a custom signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:124 +msgid "" +"Connect two data ports. The value of [code]from_node[/code]'s " +"[code]from_port[/code] would be fed into [code]to_node[/code]'s " +"[code]to_port[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:135 +msgid "" +"Disconnect two data ports previously connected with [method data_connect]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:142 +msgid "Returns the id of a function's entry point node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:149 +msgid "Returns the position of the center of the screen for a given function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:157 +msgid "Returns a node given its id and its function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:165 +msgid "Returns a node's position in pixels." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:172 +msgid "Returns the default (initial) value of a variable." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:179 +msgid "Returns whether a variable is exported." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:186 +msgid "" +"Returns the information for a given variable as a dictionary. The " +"information includes its name, type, hint and usage." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:193 +msgid "Returns whether a signal exists with the specified name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:204 +msgid "Returns whether the specified data ports are connected." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:211 +msgid "Returns whether a function exists with the specified name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:219 +msgid "Returns whether a node exists with the given id." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:229 +msgid "Returns whether the specified sequence ports are connected." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:236 +msgid "Returns whether a variable exists with the specified name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:243 +msgid "Remove a custom signal with the given name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:250 +msgid "Remove a specific function and its nodes from the script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:258 +msgid "Remove a specific node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:265 +msgid "Remove a variable with the given name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:273 +msgid "Change the name of a custom signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:281 +msgid "Change the name of a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:289 +msgid "Change the name of a variable." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:299 +msgid "" +"Connect two sequence ports. The execution will flow from of [code]from_node[/" +"code]'s [code]from_output[/code] into [code]to_node[/code].\n" +"Unlike [method data_connect], there isn't a [code]to_port[/code], since the " +"target node can have only one sequence port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:310 +msgid "" +"Disconnect two sequence ports previously connected with [method " +"sequence_connect]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:318 +msgid "Position the center of the screen for a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:325 +msgid "Set the base type of the script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:334 +msgid "Position a node on the screen." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:342 +msgid "Change the default (initial) value of a variable." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:350 +msgid "Change whether a variable is exported." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:358 +msgid "" +"Set a variable's info, using the same format as [method get_variable_info]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:367 +msgid "Emitted when the ports of a node are changed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:4 +msgid "A Visual Script node representing a constant from the base types." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:7 +msgid "" +"A Visual Script node representing a constant from base types, such as " +"[constant Vector3.AXIS_X]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:15 +msgid "The type to get the constant from." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:18 +msgid "The name of the constant to return." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:4 +msgid "A Visual Script node used to call built-in functions." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:7 +msgid "" +"A built-in function used inside a [VisualScript]. It is usually a math " +"function or an utility function.\n" +"See also [@GDScript], for the same functions in the GDScript language." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:16 +msgid "The function to be executed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:21 +msgid "Return the sine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:24 +msgid "Return the cosine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:27 +msgid "Return the tangent of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:30 +msgid "Return the hyperbolic sine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:33 +msgid "Return the hyperbolic cosine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:36 +msgid "Return the hyperbolic tangent of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:39 +msgid "Return the arc sine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:42 +msgid "Return the arc cosine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:45 +msgid "Return the arc tangent of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:48 +msgid "" +"Return the arc tangent of the input, using the signs of both parameters to " +"determine the exact angle." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:51 +msgid "Return the square root of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:54 +msgid "" +"Return the remainder of one input divided by the other, using floating-point " +"numbers." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:57 +msgid "" +"Return the positive remainder of one input divided by the other, using " +"floating-point numbers." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:60 +msgid "Return the input rounded down." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:63 +msgid "Return the input rounded up." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:66 +msgid "Return the input rounded to the nearest integer." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:69 +msgid "Return the absolute value of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:72 +msgid "" +"Return the sign of the input, turning it into 1, -1, or 0. Useful to " +"determine if the input is positive or negative." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:75 +msgid "Return the input raised to a given power." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:78 +msgid "" +"Return the natural logarithm of the input. Note that this is not the typical " +"base-10 logarithm function calculators use." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:81 +msgid "" +"Return the mathematical constant [b]e[/b] raised to the specified power of " +"the input. [b]e[/b] has an approximate value of 2.71828." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:84 +msgid "" +"Return whether the input is NaN (Not a Number) or not. NaN is usually " +"produced by dividing 0 by 0, though other ways exist." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:87 +msgid "" +"Return whether the input is an infinite floating-point number or not. " +"Infinity is usually produced by dividing a number by 0, though other ways " +"exist." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:90 +msgid "" +"Easing function, based on exponent. 0 is constant, 1 is linear, 0 to 1 is " +"ease-in, 1+ is ease out. Negative values are in-out/out in." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:93 +msgid "" +"Return the number of digit places after the decimal that the first non-zero " +"digit occurs." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:96 +msgid "Return the input snapped to a given step." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:99 +msgid "" +"Return a number linearly interpolated between the first two inputs, based on " +"the third input. Uses the formula [code]a + (a - b) * t[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:106 +msgid "Moves the number toward a value, based on the third input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:109 +msgid "" +"Return the result of [code]value[/code] decreased by [code]step[/code] * " +"[code]amount[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:112 +msgid "" +"Randomize the seed (or the internal state) of the random number generator. " +"Current implementation reseeds using a number based on time." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:115 +msgid "" +"Return a random 32 bits integer value. To obtain a random value between 0 to " +"N (where N is smaller than 2^32 - 1), you can use it with the remainder " +"function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:118 +msgid "" +"Return a random floating-point value between 0 and 1. To obtain a random " +"value between 0 to N, you can use it with multiplication." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:121 +msgid "Return a random floating-point value between the two inputs." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:124 +msgid "Set the seed for the random number generator." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:127 +msgid "Return a random value from the given seed, along with the new seed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:130 +msgid "Convert the input from degrees to radians." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:133 +msgid "Convert the input from radians to degrees." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:136 +msgid "Convert the input from linear volume to decibel volume." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:139 +msgid "Convert the input from decibel volume to linear volume." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:152 +msgid "Return the greater of the two numbers, also known as their maximum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:155 +msgid "Return the lesser of the two numbers, also known as their minimum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:158 +msgid "" +"Return the input clamped inside the given range, ensuring the result is " +"never outside it. Equivalent to [code]min(max(input, range_low), range_high)" +"[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:161 +msgid "Return the nearest power of 2 to the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:164 +msgid "Create a [WeakRef] from the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:167 +msgid "Create a [FuncRef] from the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:170 +msgid "Convert between types." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:173 +msgid "" +"Return the type of the input as an integer. Check [enum Variant.Type] for " +"the integers that might be returned." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:176 +msgid "Checks if a type is registered in the [ClassDB]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:179 +msgid "Return a character with the given ascii value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:182 +msgid "Convert the input to a string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:185 +msgid "Print the given string to the output window." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:188 +msgid "Print the given string to the standard error output." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:191 +msgid "" +"Print the given string to the standard output, without adding a newline." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:194 +msgid "Serialize a [Variant] to a string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:197 +msgid "" +"Deserialize a [Variant] from a string serialized using [constant VAR_TO_STR]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:200 +msgid "Serialize a [Variant] to a [PoolByteArray]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:203 +msgid "" +"Deserialize a [Variant] from a [PoolByteArray] serialized using [constant " +"VAR_TO_BYTES]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:206 +msgid "" +"Return the [Color] with the given name and alpha ranging from 0 to 1.\n" +"[b]Note:[/b] Names are defined in [code]color_names.inc[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:210 +msgid "" +"Return a number smoothly interpolated between the first two inputs, based on " +"the third input. Similar to [constant MATH_LERP], but interpolates faster at " +"the beginning and slower at the end. Using Hermite interpolation formula:\n" +"[codeblock]\n" +"var t = clamp((weight - from) / (to - from), 0.0, 1.0)\n" +"return t * t * (3.0 - 2.0 * t)\n" +"[/codeblock]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:223 +msgid "Represents the size of the [enum BuiltinFunc] enum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:4 +msgid "Gets a constant from a given class." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:7 +msgid "" +"This node returns a constant from a given class, such as [constant " +"TYPE_INT]. See the given class' documentation for available constants.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]value[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:19 +msgid "The constant's parent class." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:22 +msgid "" +"The constant to return. See the given class for its available constants." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:4 +msgid "A Visual Script node used to annotate the script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:7 +msgid "" +"A Visual Script node used to display annotations in the script, so that code " +"may be documented.\n" +"Comment nodes can be resized so they encompass a group of nodes." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:16 +msgid "The text inside the comment node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:19 +msgid "The comment node's size (in pixels)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:22 +msgid "The comment node's title." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComposeArray.xml:4 +msgid "A Visual Script Node used to create array from a list of items." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComposeArray.xml:7 +msgid "" +"A Visual Script Node used to compose array from the list of elements " +"provided with custom in-graph UI hard coded in the VisualScript Editor." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCondition.xml:4 +msgid "A Visual Script node which branches the flow." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCondition.xml:7 +msgid "" +"A Visual Script node that checks a [bool] input port. If [code]true[/code], " +"it will exit via the \"true\" sequence port. If [code]false[/code], it will " +"exit via the \"false\" sequence port. After exiting either, it exits via the " +"\"done\" port. Sequence ports may be left disconnected.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]if (cond) is[/code]\n" +"- Data (boolean): [code]cond[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]true[/code]\n" +"- Sequence: [code]false[/code]\n" +"- Sequence: [code]done[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:4 +msgid "Gets a contant's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:7 +msgid "" +"This node returns a constant's value.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:19 +msgid "The constant's type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:22 +msgid "The constant's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstructor.xml:4 +msgid "A Visual Script node which calls a base type constructor." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstructor.xml:7 +msgid "" +"A Visual Script node which calls a base type constructor. It can be used for " +"type conversion as well." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:4 +msgid "A scripted Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:7 +msgid "A custom Visual Script node which can be scripted in powerful ways." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:15 +msgid "Return the node's title." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:21 +msgid "Return the node's category." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:27 +msgid "Return the count of input value ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:34 +msgid "" +"Return the specified input port's hint. See the [enum @GlobalScope." +"PropertyHint] hints." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:41 +msgid "Return the specified input port's hint string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:48 +msgid "Return the specified input port's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:55 +msgid "" +"Return the specified input port's type. See the [enum Variant.Type] values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:61 +msgid "Return the amount of output [b]sequence[/b] ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:68 +msgid "Return the specified [b]sequence[/b] output's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:74 +msgid "Return the amount of output value ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:81 +msgid "" +"Return the specified output port's hint. See the [enum @GlobalScope." +"PropertyHint] hints." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:88 +msgid "Return the specified output port's hint string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:95 +msgid "Return the specified output port's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:102 +msgid "" +"Return the specified output port's type. See the [enum Variant.Type] values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:108 +msgid "" +"Return the custom node's text, which is shown right next to the input " +"[b]sequence[/b] port (if there is none, on the place that is usually taken " +"by it)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:114 +msgid "" +"Return the size of the custom node's working memory. See [method _step] for " +"more details." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:120 +msgid "Return whether the custom node has an input [b]sequence[/b] port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:130 +msgid "" +"Execute the custom node's logic, returning the index of the output sequence " +"port to use or a [String] when there is an error.\n" +"The [code]inputs[/code] array contains the values of the input ports.\n" +"[code]outputs[/code] is an array whose indices should be set to the " +"respective outputs.\n" +"The [code]start_mode[/code] is usually [constant START_MODE_BEGIN_SEQUENCE], " +"unless you have used the [code]STEP_*[/code] constants.\n" +"[code]working_mem[/code] is an array which can be used to persist " +"information between runs of the custom node. The size needs to be predefined " +"using [method _get_working_memory_size].\n" +"When returning, you can mask the returned value with one of the " +"[code]STEP_*[/code] constants." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:141 +msgid "The start mode used the first time when [method _step] is called." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:144 +msgid "" +"The start mode used when [method _step] is called after coming back from a " +"[constant STEP_PUSH_STACK_BIT]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:147 +msgid "" +"The start mode used when [method _step] is called after resuming from " +"[constant STEP_YIELD_BIT]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:150 +msgid "" +"Hint used by [method _step] to tell that control should return to it when " +"there is no other node left to execute.\n" +"This is used by [VisualScriptCondition] to redirect the sequence to the " +"\"Done\" port after the [code]true[/code]/[code]false[/code] branch has " +"finished execution." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:154 +msgid "" +"Hint used by [method _step] to tell that control should return back, either " +"hitting a previous [constant STEP_PUSH_STACK_BIT] or exiting the function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:159 +msgid "" +"Hint used by [method _step] to tell that control should stop and exit the " +"function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:162 +msgid "" +"Hint used by [method _step] to tell that the function should be yielded.\n" +"Using this requires you to have at least one working memory slot, which is " +"used for the [VisualScriptFunctionState]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptDeconstruct.xml:4 +#: modules/visual_script/doc_classes/VisualScriptDeconstruct.xml:7 +msgid "" +"A Visual Script node which deconstructs a base type instance into its parts." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptDeconstruct.xml:15 +msgid "The type to deconstruct." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEditor.xml:16 +msgid "" +"Add a custom Visual Script node to the editor. It'll be placed under " +"\"Custom Nodes\" with the [code]category[/code] as the parameter." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEditor.xml:24 +msgid "" +"Remove a custom Visual Script node from the editor. Custom nodes already " +"placed on scripts won't be removed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEditor.xml:31 +msgid "Emitted when a custom Visual Script node is added or removed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEmitSignal.xml:4 +msgid "Emits a specified signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEmitSignal.xml:7 +msgid "" +"Emits a specified signal when it is executed.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]emit[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEmitSignal.xml:19 +msgid "The signal to emit." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml:4 +#: modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml:7 +msgid "A Visual Script node returning a singleton from [@GlobalScope]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml:15 +msgid "The singleton's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptExpression.xml:4 +msgid "A Visual Script node that can execute a custom expression." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptExpression.xml:7 +msgid "" +"A Visual Script node that can execute a custom expression. Values can be " +"provided for the input and the expression result can be retrieved from the " +"output." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunction.xml:4 +msgid "A Visual Script node representing a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunction.xml:7 +msgid "" +"[VisualScriptFunction] represents a function header. It is the starting " +"point for the function body and can be used to tweak the function's " +"properties (e.g. RPC mode)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:4 +msgid "A Visual Script node for calling a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:7 +msgid "" +"[VisualScriptFunctionCall] is created when you add or drag and drop a " +"function onto the Visual Script graph. It allows to tweak parameters of the " +"call, e.g. what object the function is called on." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:15 +msgid "" +"The script to be used when [member call_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:18 +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:15 +msgid "" +"The base type to be used when [member call_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:21 +msgid "" +"The type to be used when [member call_mode] is set to [constant " +"CALL_MODE_BASIC_TYPE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:24 +msgid "" +"[code]call_mode[/code] determines the target object on which the method will " +"be called. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:27 +msgid "The name of the function to be called." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:30 +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:21 +msgid "" +"The node path to use when [member call_mode] is set to [constant " +"CALL_MODE_NODE_PATH]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:33 +msgid "" +"The mode for RPC calls. See [method Node.rpc] for more details and [enum " +"RPCCallMode] for available options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:36 +msgid "" +"The singleton to call the method on. Used when [member call_mode] is set to " +"[constant CALL_MODE_SINGLETON]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:39 +msgid "" +"Number of default arguments that will be used when calling the function. " +"Can't be higher than the number of available default arguments in the " +"method's declaration." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:42 +msgid "" +"If [code]false[/code], call errors (e.g. wrong number of arguments) will be " +"ignored." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:47 +msgid "The method will be called on this [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:50 +msgid "The method will be called on the given [Node] in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:53 +msgid "" +"The method will be called on an instanced node with the given type and " +"script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:56 +msgid "The method will be called on a GDScript basic type (e.g. [Vector2])." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:59 +msgid "The method will be called on a singleton." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:62 +msgid "The method will be called locally." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:65 +msgid "The method will be called remotely." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:68 +msgid "The method will be called remotely using an unreliable protocol." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:71 +msgid "The method will be called remotely for the given peer." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:74 +msgid "" +"The method will be called remotely for the given peer, using an unreliable " +"protocol." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:4 +msgid "A Visual Script node representing a function state." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:7 +msgid "" +"[VisualScriptFunctionState] is returned from [VisualScriptYield] and can be " +"used to resume a paused function call." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:18 +msgid "" +"Connects this [VisualScriptFunctionState] to a signal in the given object to " +"automatically resume when it's emitted." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:24 +msgid "Returns whether the function state is valid." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:31 +msgid "Resumes the function to run from the point it was yielded." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml:4 +#: modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml:7 +msgid "A Visual Script node returning a constant from [@GlobalScope]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml:15 +msgid "The constant to be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexGet.xml:4 +msgid "A Visual Script node for getting a value from an array or a dictionary." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexGet.xml:7 +msgid "" +"[VisualScriptIndexGet] will return the value stored in an array or a " +"dictionary under the given index." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexSet.xml:4 +msgid "A Visual Script node for setting a value in an array or a dictionary." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexSet.xml:7 +msgid "" +"[VisualScriptIndexSet] will set the value stored in an array or a dictionary " +"under the given index to the provided new value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:4 +msgid "A Visual Script node returning a state of an action." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:7 +msgid "" +"[VisualScriptInputAction] can be used to check if an action is pressed or " +"released." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:15 +msgid "Name of the action." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:18 +msgid "State of the action to check. See [enum Mode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:23 +msgid "[code]True[/code] if action is pressed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:26 +msgid "[code]True[/code] if action is released (i.e. not pressed)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:29 +msgid "[code]True[/code] on the frame the action was pressed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:32 +msgid "[code]True[/code] on the frame the action was released." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIterator.xml:4 +msgid "Steps through items in a given input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIterator.xml:7 +msgid "" +"This node steps through each item in a given input. Input can be any " +"sequence data type, such as an [Array] or [String]. When each item has been " +"processed, execution passed out the [code]exit[/code] Sequence port.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]for (elem) in (input)[/code]\n" +"- Data (variant): [code]input[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]each[/code]\n" +"- Sequence: [code]exit[/code]\n" +"- Data (variant): [code]elem[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:4 +msgid "A Visual Script virtual class for in-graph editable nodes." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:7 +msgid "" +"A Visual Script virtual class that defines the shape and the default " +"behavior of the nodes that have to be in-graph editable nodes." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:18 +msgid "Adds an input port to the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:27 +msgid "Adds an output port to the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:34 +msgid "Removes an input port from the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:41 +msgid "Removes an output port from the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:49 +msgid "Sets the name of an input port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:57 +msgid "Sets the type of an input port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:65 +msgid "Sets the name of an output port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:73 +msgid "Sets the type of an output port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:4 +msgid "Gets a local variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:7 +msgid "" +"Returns a local variable's value. \"Var Name\" must be supplied, with an " +"optional type.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:19 +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:21 +msgid "The local variable's type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:22 +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:24 +msgid "The local variable's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:4 +msgid "Changes a local variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:7 +msgid "" +"Changes a local variable's value to the given input. The new value is also " +"provided on an output Data port.\n" +"[b]Input Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]set[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:4 +msgid "Commonly used mathematical constants." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:7 +msgid "" +"Provides common math constants, such as Pi, on an output Data port.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:19 +msgid "The math constant." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:24 +msgid "Unity: [code]1[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:27 +msgid "Pi: [code]3.141593[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:30 +msgid "Pi divided by two: [code]1.570796[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:33 +msgid "Tau: [code]6.283185[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:36 +msgid "" +"Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/" +"code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:39 +msgid "Square root of two: [code]1.414214[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:42 +msgid "Infinity: [code]inf[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:45 +msgid "Not a number: [code]nan[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:48 +msgid "Represents the size of the [enum MathConstant] enum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:4 +msgid "A node which is part of a [VisualScript]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:7 +msgid "" +"A node which is part of a [VisualScript]. Not to be confused with [Node], " +"which is a part of a [SceneTree]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:16 +msgid "" +"Returns the default value of a given port. The default value is used when " +"nothing is connected to the port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:22 +msgid "Returns the [VisualScript] instance the node is bound to." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:28 +msgid "" +"Notify that the node's ports have changed. Usually used in conjunction with " +"[VisualScriptCustomNode] ." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:36 +msgid "Change the default value of a given port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:43 +msgid "Emitted when the available input/output ports are changed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:4 +msgid "A Visual Script node that performs an operation on two values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:7 +msgid "" +"[b]Input Ports:[/b]\n" +"- Data (variant): [code]A[/code]\n" +"- Data (variant): [code]B[/code]\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]result[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:19 +msgid "" +"The operation to be performed. See [enum Variant.Operator] for available " +"options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:22 +msgid "" +"The type of the values for this operation. See [enum Variant.Type] for " +"available options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPreload.xml:4 +msgid "Creates a new [Resource] or loads one from the filesystem." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPreload.xml:7 +msgid "" +"Creates a new [Resource] or loads one from the filesystem.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (object): [code]res[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPreload.xml:19 +msgid "The [Resource] to load." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:4 +msgid "A Visual Script node returning a value of a property from an [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:7 +msgid "" +"[VisualScriptPropertyGet] can return a value of any property from the " +"current object or other objects." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:15 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:18 +msgid "" +"The script to be used when [member set_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:18 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:21 +msgid "" +"The base type to be used when [member set_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:21 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:24 +msgid "" +"The type to be used when [member set_mode] is set to [constant " +"CALL_MODE_BASIC_TYPE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:24 +msgid "" +"The indexed name of the property to retrieve. See [method Object." +"get_indexed] for details." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:27 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:30 +msgid "" +"The node path to use when [member set_mode] is set to [constant " +"CALL_MODE_NODE_PATH]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:30 +msgid "" +"The name of the property to retrieve. Changing this will clear [member " +"index]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:33 +msgid "" +"[code]set_mode[/code] determines the target object from which the property " +"will be retrieved. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:38 +msgid "The property will be retrieved from this [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:41 +msgid "The property will be retrieved from the given [Node] in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:44 +msgid "" +"The property will be retrieved from an instanced node with the given type " +"and script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:47 +msgid "" +"The property will be retrieved from a GDScript basic type (e.g. [Vector2])." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:4 +msgid "A Visual Script node that sets a property of an [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:7 +msgid "" +"[VisualScriptPropertySet] can set the value of any property from the current " +"object or other objects." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:15 +msgid "" +"The additional operation to perform when assigning. See [enum AssignOp] for " +"options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:27 +msgid "" +"The indexed name of the property to set. See [method Object.set_indexed] for " +"details." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:33 +msgid "" +"The name of the property to set. Changing this will clear [member index]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:36 +msgid "" +"[code]set_mode[/code] determines the target object on which the property " +"will be set. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:41 +msgid "The property will be set on this [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:44 +msgid "The property will be set on the given [Node] in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:47 +msgid "" +"The property will be set on an instanced node with the given type and script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:50 +msgid "The property will be set on a GDScript basic type (e.g. [Vector2])." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:53 +msgid "The property will be assigned regularly." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:56 +msgid "" +"The value will be added to the property. Equivalent of doing [code]+=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:59 +msgid "" +"The value will be subtracted from the property. Equivalent of doing [code]-" +"=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:62 +msgid "" +"The property will be multiplied by the value. Equivalent of doing [code]*=[/" +"code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:65 +msgid "" +"The property will be divided by the value. Equivalent of doing [code]/=[/" +"code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:68 +msgid "" +"A modulo operation will be performed on the property and the value. " +"Equivalent of doing [code]%=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:71 +msgid "" +"The property will be binarly shifted to the left by the given value. " +"Equivalent of doing [code]<<[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:74 +msgid "" +"The property will be binarly shifted to the right by the given value. " +"Equivalent of doing [code]>>[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:77 +msgid "" +"A binary [code]AND[/code] operation will be performed on the property. " +"Equivalent of doing [code]&=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:80 +msgid "" +"A binary [code]OR[/code] operation will be performed on the property. " +"Equivalent of doing [code]|=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:83 +msgid "" +"A binary [code]XOR[/code] operation will be performed on the property. " +"Equivalent of doing [code]^=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:4 +msgid "Exits a function and returns an optional value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:7 +msgid "" +"Ends the execution of a function and returns control to the calling " +"function. Optionally, it can return a [Variant] value.\n" +"[b]Input Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]result[/code] (optional)\n" +"[b]Output Ports:[/b]\n" +"none" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:20 +msgid "If [code]true[/code], the [code]return[/code] input port is available." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:23 +msgid "The return value's data type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneNode.xml:4 +msgid "Node reference." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneNode.xml:7 +msgid "" +"A direct reference to a node.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data: [code]node[/code] (obj)" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneNode.xml:19 +msgid "The node's path in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneTree.xml:4 +#: modules/visual_script/doc_classes/VisualScriptSceneTree.xml:7 +msgid "A Visual Script node for accessing [SceneTree] methods." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelect.xml:4 +msgid "Chooses between two input values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelect.xml:7 +msgid "" +"Chooses between two input values based on a Boolean condition.\n" +"[b]Input Ports:[/b]\n" +"- Data (boolean): [code]cond[/code]\n" +"- Data (variant): [code]a[/code]\n" +"- Data (variant): [code]b[/code]\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]out[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelect.xml:21 +msgid "The input variables' type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelf.xml:4 +msgid "Outputs a reference to the current instance." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelf.xml:7 +msgid "" +"Provides a reference to the node running the visual script.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (object): [code]instance[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSequence.xml:4 +msgid "Executes a series of Sequence ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSequence.xml:7 +msgid "" +"Steps through a series of one or more output Sequence ports. The " +"[code]current[/code] data port outputs the currently executing item.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]in order[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]1[/code]\n" +"- Sequence: [code]2 - n[/code] (optional)\n" +"- Data (int): [code]current[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSequence.xml:21 +msgid "The number of steps in the sequence." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSubCall.xml:4 +msgid "Calls a method called [code]_subcall[/code] in this object." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSubCall.xml:7 +msgid "" +"[VisualScriptSubCall] will call method named [code]_subcall[/code] in the " +"current script. It will fail if the method doesn't exist or the provided " +"arguments are wrong." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSubCall.xml:16 +msgid "Called by this node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSwitch.xml:4 +msgid "Branches program flow based on a given input's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSwitch.xml:7 +msgid "" +"Branches the flow based on an input's value. Use [b]Case Count[/b] in the " +"Inspector to set the number of branches and each comparison's optional " +"type.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]'input' is[/code]\n" +"- Data (variant): [code]=[/code]\n" +"- Data (variant): [code]=[/code] (optional)\n" +"- Data (variant): [code]input[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence\n" +"- Sequence (optional)\n" +"- Sequence: [code]done[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:4 +msgid "A Visual Script node that casts the given value to another type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:7 +msgid "" +"[VisualScriptTypeCast] will perform a type conversion to an [Object]-derived " +"type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:15 +msgid "" +"The target script class to be converted to. If none, only the [member " +"base_type] will be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:18 +msgid "The target type to be converted to." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableGet.xml:4 +msgid "Gets a variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableGet.xml:7 +msgid "" +"Returns a variable's value. \"Var Name\" must be supplied, with an optional " +"type.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]value[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableGet.xml:19 +#: modules/visual_script/doc_classes/VisualScriptVariableSet.xml:20 +msgid "The variable's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableSet.xml:4 +msgid "Changes a variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableSet.xml:7 +msgid "" +"Changes a variable's value to the given input.\n" +"[b]Input Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]set[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptWhile.xml:4 +msgid "Conditional loop." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptWhile.xml:7 +msgid "" +"Loops while a condition is [code]true[/code]. Execution continues out the " +"[code]exit[/code] Sequence port when the loop terminates.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]while(cond)[/code]\n" +"- Data (bool): [code]cond[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]repeat[/code]\n" +"- Sequence: [code]exit[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:4 +msgid "A Visual Script node used to pause a function execution." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:7 +msgid "" +"[VisualScriptYield] will pause the function call and return " +"[VisualScriptFunctionState], which can be used to resume the function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:15 +msgid "" +"The mode to use for yielding. See [enum YieldMode] for available options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:18 +msgid "The time to wait when [member mode] is set to [constant YIELD_WAIT]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:23 +msgid "Yields during an idle frame." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:26 +msgid "Yields during a physics frame." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:29 +msgid "Yields a function and waits the given time." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:4 +msgid "A Visual Script node yielding for a signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:7 +msgid "" +"[VisualScriptYieldSignal] will pause the function execution until the " +"provided signal is emitted." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:18 +msgid "" +"[code]call_mode[/code] determines the target object to wait for the signal " +"emission. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:24 +msgid "The signal name to be waited for." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:29 +msgid "A signal from this [Object] will be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:32 +msgid "A signal from the given [Node] in the scene tree will be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:35 +msgid "A signal from an instanced node with the given type will be used." +msgstr "" + +#: doc/classes/VisualServer.xml:4 +msgid "Server for anything visible." +msgstr "" + +#: doc/classes/VisualServer.xml:7 +msgid "" +"Server for anything visible. The visual server is the API backend for " +"everything visible. The whole scene system mounts on it to display.\n" +"The visual server is completely opaque, the internals are entirely " +"implementation specific and cannot be accessed.\n" +"The visual server can be used to bypass the scene system entirely.\n" +"Resources are created using the [code]*_create[/code] functions.\n" +"All objects are drawn to a viewport. You can use the [Viewport] attached to " +"the [SceneTree] or you can create one yourself with [method " +"viewport_create]. When using a custom scenario or canvas, the scenario or " +"canvas needs to be attached to the viewport using [method " +"viewport_set_scenario] or [method viewport_attach_canvas].\n" +"In 3D, all visual objects must be associated with a scenario. The scenario " +"is a visual representation of the world. If accessing the visual server from " +"a running game, the scenario can be accessed from the scene tree from any " +"[Spatial] node with [method Spatial.get_world]. Otherwise, a scenario can be " +"created with [method scenario_create].\n" +"Similarly, in 2D, a canvas is needed to draw all canvas items.\n" +"In 3D, all visible objects are comprised of a resource and an instance. A " +"resource can be a mesh, a particle system, a light, or any other 3D object. " +"In order to be visible resources must be attached to an instance using " +"[method instance_set_base]. The instance must also be attached to the " +"scenario using [method instance_set_scenario] in order to be visible.\n" +"In 2D, all visible objects are some form of canvas item. In order to be " +"visible, a canvas item needs to be the child of a canvas attached to a " +"viewport, or it needs to be the child of another canvas item that is " +"eventually attached to the canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:18 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/optimization/using_servers.html" +msgstr "" + +#: doc/classes/VisualServer.xml:28 +msgid "Sets images to be rendered in the window margin." +msgstr "" + +#: doc/classes/VisualServer.xml:38 +msgid "" +"Sets margin size, where black bars (or images, if [method " +"black_bars_set_images] was used) are rendered." +msgstr "" + +#: doc/classes/VisualServer.xml:44 +msgid "" +"Creates a camera and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]camera_*[/code] " +"VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:53 +msgid "" +"Sets the cull mask associated with this camera. The cull mask describes " +"which 3D layers are rendered by this camera. Equivalent to [member Camera." +"cull_mask]." +msgstr "" + +#: doc/classes/VisualServer.xml:61 +msgid "" +"Sets the environment used by this camera. Equivalent to [member Camera." +"environment]." +msgstr "" + +#: doc/classes/VisualServer.xml:72 +msgid "" +"Sets camera to use frustum projection. This mode allows adjusting the " +"[code]offset[/code] argument to create \"tilted frustum\" effects." +msgstr "" + +#: doc/classes/VisualServer.xml:82 +msgid "" +"Sets camera to use orthogonal projection, also known as orthographic " +"projection. Objects remain the same size on the screen no matter how far " +"away they are." +msgstr "" + +#: doc/classes/VisualServer.xml:92 +msgid "" +"Sets camera to use perspective projection. Objects on the screen becomes " +"smaller when they are far away." +msgstr "" + +#: doc/classes/VisualServer.xml:100 +msgid "Sets [Transform] of camera." +msgstr "" + +#: doc/classes/VisualServer.xml:108 +msgid "" +"If [code]true[/code], preserves the horizontal aspect ratio which is " +"equivalent to [constant Camera.KEEP_WIDTH]. If [code]false[/code], preserves " +"the vertical aspect ratio which is equivalent to [constant Camera." +"KEEP_HEIGHT]." +msgstr "" + +#: doc/classes/VisualServer.xml:114 +msgid "" +"Creates a canvas and returns the assigned [RID]. It can be accessed with the " +"RID that is returned. This RID will be used in all [code]canvas_*[/code] " +"VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:125 +msgid "Adds a circle command to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:133 +msgid "" +"If ignore is [code]true[/code], the VisualServer does not perform clipping." +msgstr "" + +#: doc/classes/VisualServer.xml:145 +msgid "Adds a line command to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:157 +msgid "Adds a mesh command to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:167 +msgid "" +"Adds a [MultiMesh] to the [CanvasItem]'s draw commands. Only affects its " +"aabb at the moment." +msgstr "" + +#: doc/classes/VisualServer.xml:184 +msgid "" +"Adds a nine patch image to the [CanvasItem]'s draw commands.\n" +"See [NinePatchRect] for more explanation." +msgstr "" + +#: doc/classes/VisualServer.xml:195 +msgid "Adds a particle system to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:208 +msgid "Adds a polygon to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:219 +msgid "" +"Adds a polyline, which is a line from multiple points with a width, to the " +"[CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:232 +msgid "Adds a primitive to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:241 +msgid "Adds a rectangle to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:249 +msgid "" +"Adds a [Transform2D] command to the [CanvasItem]'s draw commands.\n" +"This sets the extra_matrix uniform when executed. This affects the later " +"commands of the canvas item." +msgstr "" + +#: doc/classes/VisualServer.xml:263 +msgid "Adds a textured rect to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:277 +msgid "" +"Adds a texture rect with region setting to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:295 +msgid "Adds a triangle array to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:302 +msgid "Clears the [CanvasItem] and removes all commands in it." +msgstr "" + +#: doc/classes/VisualServer.xml:308 +msgid "" +"Creates a new [CanvasItem] and returns its [RID]. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]canvas_item_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:317 +msgid "Sets clipping for the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:326 +msgid "Sets the [CanvasItem] to copy a rect to the backbuffer." +msgstr "" + +#: doc/classes/VisualServer.xml:335 +msgid "Defines a custom drawing rectangle for the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:343 +msgid "" +"Enables the use of distance fields for GUI elements that are rendering " +"distance field based fonts." +msgstr "" + +#: doc/classes/VisualServer.xml:351 +msgid "Sets [CanvasItem] to be drawn behind its parent." +msgstr "" + +#: doc/classes/VisualServer.xml:359 +msgid "Sets the index for the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:367 doc/classes/VisualServer.xml:493 +#: doc/classes/VisualServer.xml:549 +msgid "" +"The light mask. See [LightOccluder2D] for more information on light masks." +msgstr "" + +#: doc/classes/VisualServer.xml:375 +msgid "Sets a new material to the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:383 +msgid "Sets the color that modulates the [CanvasItem] and its children." +msgstr "" + +#: doc/classes/VisualServer.xml:391 +msgid "" +"Sets the parent for the [CanvasItem]. The parent can be another canvas item, " +"or it can be the root canvas that is attached to the viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:399 +msgid "Sets the color that modulates the [CanvasItem] without children." +msgstr "" + +#: doc/classes/VisualServer.xml:407 +msgid "Sets if [CanvasItem]'s children should be sorted by y-position." +msgstr "" + +#: doc/classes/VisualServer.xml:415 +msgid "Sets the [CanvasItem]'s [Transform2D]." +msgstr "" + +#: doc/classes/VisualServer.xml:423 +msgid "Sets if the [CanvasItem] uses its parent's material." +msgstr "" + +#: doc/classes/VisualServer.xml:431 +msgid "Sets if the canvas item (including its children) is visible." +msgstr "" + +#: doc/classes/VisualServer.xml:439 +msgid "" +"If this is enabled, the Z index of the parent will be added to the " +"children's Z index." +msgstr "" + +#: doc/classes/VisualServer.xml:447 +msgid "" +"Sets the [CanvasItem]'s Z index, i.e. its draw order (lower indexes are " +"drawn first)." +msgstr "" + +#: doc/classes/VisualServer.xml:455 +msgid "" +"Attaches the canvas light to the canvas. Removes it from its previous canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:461 +msgid "" +"Creates a canvas light and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all " +"[code]canvas_light_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:470 +msgid "" +"Attaches a light occluder to the canvas. Removes it from its previous canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:476 +msgid "" +"Creates a light occluder and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all " +"[code]canvas_light_ocluder_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:485 +msgid "Enables or disables light occluder." +msgstr "" + +#: doc/classes/VisualServer.xml:501 +msgid "Sets a light occluder's polygon." +msgstr "" + +#: doc/classes/VisualServer.xml:509 +msgid "Sets a light occluder's [Transform2D]." +msgstr "" + +#: doc/classes/VisualServer.xml:517 +msgid "Sets the color for a light." +msgstr "" + +#: doc/classes/VisualServer.xml:525 +msgid "Enables or disables a canvas light." +msgstr "" + +#: doc/classes/VisualServer.xml:533 +msgid "Sets a canvas light's energy." +msgstr "" + +#: doc/classes/VisualServer.xml:541 +msgid "Sets a canvas light's height." +msgstr "" + +#: doc/classes/VisualServer.xml:557 +msgid "" +"The binary mask used to determine which layers this canvas light's shadows " +"affects. See [LightOccluder2D] for more information on light masks." +msgstr "" + +#: doc/classes/VisualServer.xml:566 +msgid "The layer range that gets rendered with this light." +msgstr "" + +#: doc/classes/VisualServer.xml:574 +msgid "The mode of the light, see [enum CanvasLightMode] constants." +msgstr "" + +#: doc/classes/VisualServer.xml:582 +msgid "" +"Sets the texture's scale factor of the light. Equivalent to [member Light2D." +"texture_scale]." +msgstr "" + +#: doc/classes/VisualServer.xml:590 +msgid "" +"Sets the width of the shadow buffer, size gets scaled to the next power of " +"two for this." +msgstr "" + +#: doc/classes/VisualServer.xml:598 +msgid "Sets the color of the canvas light's shadow." +msgstr "" + +#: doc/classes/VisualServer.xml:606 +msgid "Enables or disables the canvas light's shadow." +msgstr "" + +#: doc/classes/VisualServer.xml:614 +msgid "" +"Sets the canvas light's shadow's filter, see [enum CanvasLightShadowFilter] " +"constants." +msgstr "" + +#: doc/classes/VisualServer.xml:622 +msgid "Sets the length of the shadow's gradient." +msgstr "" + +#: doc/classes/VisualServer.xml:630 +msgid "Smoothens the shadow. The lower, the smoother." +msgstr "" + +#: doc/classes/VisualServer.xml:638 +msgid "" +"Sets texture to be used by light. Equivalent to [member Light2D.texture]." +msgstr "" + +#: doc/classes/VisualServer.xml:646 +msgid "" +"Sets the offset of the light's texture. Equivalent to [member Light2D." +"offset]." +msgstr "" + +#: doc/classes/VisualServer.xml:654 +msgid "Sets the canvas light's [Transform2D]." +msgstr "" + +#: doc/classes/VisualServer.xml:663 +msgid "" +"Sets the Z range of objects that will be affected by this light. Equivalent " +"to [member Light2D.range_z_min] and [member Light2D.range_z_max]." +msgstr "" + +#: doc/classes/VisualServer.xml:669 +msgid "" +"Creates a new light occluder polygon and adds it to the VisualServer. It can " +"be accessed with the RID that is returned. This RID will be used in all " +"[code]canvas_occluder_polygon_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:678 +msgid "" +"Sets an occluder polygons cull mode. See [enum " +"CanvasOccluderPolygonCullMode] constants." +msgstr "" + +#: doc/classes/VisualServer.xml:687 +msgid "Sets the shape of the occluder polygon." +msgstr "" + +#: doc/classes/VisualServer.xml:695 +msgid "Sets the shape of the occluder polygon as lines." +msgstr "" + +#: doc/classes/VisualServer.xml:704 +msgid "" +"A copy of the canvas item will be drawn with a local offset of the mirroring " +"[Vector2]." +msgstr "" + +#: doc/classes/VisualServer.xml:712 +msgid "Modulates all colors in the given canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:718 +msgid "" +"Creates a directional light and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID can be used in most " +"[code]light_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this directional light to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:728 +msgid "" +"Draws a frame. [i]This method is deprecated[/i], please use [method " +"force_draw] instead." +msgstr "" + +#: doc/classes/VisualServer.xml:734 +msgid "" +"Creates an environment and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all " +"[code]environment_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:747 +msgid "" +"Sets the values to be used with the \"Adjustment\" post-process effect. See " +"[Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:757 +msgid "Sets the ambient light parameters. See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:765 +msgid "" +"Sets the [i]BGMode[/i] of the environment. Equivalent to [member Environment." +"background_mode]." +msgstr "" + +#: doc/classes/VisualServer.xml:773 +msgid "" +"Color displayed for clear areas of the scene (if using Custom color or Color" +"+Sky background modes)." +msgstr "" + +#: doc/classes/VisualServer.xml:781 +msgid "Sets the intensity of the background color." +msgstr "" + +#: doc/classes/VisualServer.xml:789 +msgid "Sets the maximum layer to use if using Canvas background mode." +msgstr "" + +#: doc/classes/VisualServer.xml:801 +msgid "" +"Sets the values to be used with the \"DoF Far Blur\" post-process effect. " +"See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:813 +msgid "" +"Sets the values to be used with the \"DoF Near Blur\" post-process effect. " +"See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:824 +msgid "" +"Sets the variables to be used with the scene fog. See [Environment] for more " +"details." +msgstr "" + +#: doc/classes/VisualServer.xml:837 +msgid "" +"Sets the variables to be used with the fog depth effect. See [Environment] " +"for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:848 +msgid "" +"Sets the variables to be used with the fog height effect. See [Environment] " +"for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:866 +msgid "" +"Sets the variables to be used with the \"glow\" post-process effect. See " +"[Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:874 +msgid "" +"Sets the [Sky] to be used as the environment's background when using " +"[i]BGMode[/i] sky. Equivalent to [member Environment.background_sky]." +msgstr "" + +#: doc/classes/VisualServer.xml:882 +msgid "" +"Sets a custom field of view for the background [Sky]. Equivalent to [member " +"Environment.background_sky_custom_fov]." +msgstr "" + +#: doc/classes/VisualServer.xml:890 +msgid "" +"Sets the rotation of the background [Sky] expressed as a [Basis]. Equivalent " +"to [member Environment.background_sky_orientation]." +msgstr "" + +#: doc/classes/VisualServer.xml:909 +msgid "" +"Sets the variables to be used with the \"Screen Space Ambient Occlusion " +"(SSAO)\" post-process effect. See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:922 +msgid "" +"Sets the variables to be used with the \"screen space reflections\" post-" +"process effect. See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:937 +msgid "" +"Sets the variables to be used with the \"tonemap\" post-process effect. See " +"[Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:943 +msgid "Removes buffers and clears testcubes." +msgstr "" + +#: doc/classes/VisualServer.xml:951 +msgid "" +"Forces a frame to be drawn when the function is called. Drawing a frame " +"updates all [Viewport]s that are set to update. Use with extreme caution." +msgstr "" + +#: doc/classes/VisualServer.xml:957 +msgid "Synchronizes threads." +msgstr "" + +#: doc/classes/VisualServer.xml:964 +msgid "Tries to free an object in the VisualServer." +msgstr "" + +#: doc/classes/VisualServer.xml:971 +msgid "Returns a certain information, see [enum RenderInfo] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:977 +msgid "Returns the id of the test cube. Creates one if none exists." +msgstr "" + +#: doc/classes/VisualServer.xml:983 +msgid "Returns the id of the test texture. Creates one if none exists." +msgstr "" + +#: doc/classes/VisualServer.xml:989 +msgid "" +"Returns the name of the video adapter (e.g. \"GeForce GTX 1080/PCIe/" +"SSE2\").\n" +"[b]Note:[/b] When running a headless or server binary, this function returns " +"an empty string." +msgstr "" + +#: doc/classes/VisualServer.xml:996 +msgid "" +"Returns the vendor of the video adapter (e.g. \"NVIDIA Corporation\").\n" +"[b]Note:[/b] When running a headless or server binary, this function returns " +"an empty string." +msgstr "" + +#: doc/classes/VisualServer.xml:1003 +msgid "Returns the id of a white texture. Creates one if none exists." +msgstr "" + +#: doc/classes/VisualServer.xml:1009 +msgid "" +"Creates a GI probe and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]gi_probe_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this GI probe to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1018 +msgid "" +"Returns the bias value for the GI probe. Bias is used to avoid self " +"occlusion. Equivalent to [member GIProbeData.bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1025 +msgid "" +"Returns the axis-aligned bounding box that covers the full extent of the GI " +"probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1032 +msgid "Returns the cell size set by [method gi_probe_set_cell_size]." +msgstr "" + +#: doc/classes/VisualServer.xml:1039 +msgid "Returns the data used by the GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1046 +msgid "" +"Returns the dynamic range set for this GI probe. Equivalent to [member " +"GIProbe.dynamic_range]." +msgstr "" + +#: doc/classes/VisualServer.xml:1053 +msgid "" +"Returns the energy multiplier for this GI probe. Equivalent to [member " +"GIProbe.energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:1060 +msgid "" +"Returns the normal bias for this GI probe. Equivalent to [member GIProbe." +"normal_bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1067 +msgid "" +"Returns the propagation value for this GI probe. Equivalent to [member " +"GIProbe.propagation]." +msgstr "" + +#: doc/classes/VisualServer.xml:1074 +msgid "Returns the Transform set by [method gi_probe_set_to_cell_xform]." +msgstr "" + +#: doc/classes/VisualServer.xml:1081 +msgid "" +"Returns [code]true[/code] if the GI probe data associated with this GI probe " +"is compressed. Equivalent to [member GIProbe.compress]." +msgstr "" + +#: doc/classes/VisualServer.xml:1088 +msgid "" +"Returns [code]true[/code] if the GI probe is set to interior, meaning it " +"does not account for sky light. Equivalent to [member GIProbe.interior]." +msgstr "" + +#: doc/classes/VisualServer.xml:1096 +msgid "" +"Sets the bias value to avoid self-occlusion. Equivalent to [member GIProbe." +"bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1104 +msgid "" +"Sets the axis-aligned bounding box that covers the extent of the GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1112 +msgid "Sets the size of individual cells within the GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1120 +msgid "" +"Sets the compression setting for the GI probe data. Compressed data will " +"take up less space but may look worse. Equivalent to [member GIProbe." +"compress]." +msgstr "" + +#: doc/classes/VisualServer.xml:1128 +msgid "" +"Sets the data to be used in the GI probe for lighting calculations. Normally " +"this is created and called internally within the [GIProbe] node. You should " +"not try to set this yourself." +msgstr "" + +#: doc/classes/VisualServer.xml:1136 +msgid "" +"Sets the dynamic range of the GI probe. Dynamic range sets the limit for how " +"bright lights can be. A smaller range captures greater detail but limits how " +"bright lights can be. Equivalent to [member GIProbe.dynamic_range]." +msgstr "" + +#: doc/classes/VisualServer.xml:1144 +msgid "" +"Sets the energy multiplier for this GI probe. A higher energy makes the " +"indirect light from the GI probe brighter. Equivalent to [member GIProbe." +"energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:1152 +msgid "" +"Sets the interior value of this GI probe. A GI probe set to interior does " +"not include the sky when calculating lighting. Equivalent to [member GIProbe." +"interior]." +msgstr "" + +#: doc/classes/VisualServer.xml:1160 +msgid "" +"Sets the normal bias for this GI probe. Normal bias behaves similar to the " +"other form of bias and may help reduce self-occlusion. Equivalent to [member " +"GIProbe.normal_bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1168 +msgid "" +"Sets the propagation of light within this GI probe. Equivalent to [member " +"GIProbe.propagation]." +msgstr "" + +#: doc/classes/VisualServer.xml:1176 +msgid "Sets the to cell [Transform] for this GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1182 +msgid "" +"Returns [code]true[/code] if changes have been made to the VisualServer's " +"data. [method draw] is usually called if this happens." +msgstr "" + +#: doc/classes/VisualServer.xml:1189 +msgid "Not yet implemented. Always returns [code]false[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:1196 +msgid "" +"Returns [code]true[/code] if the OS supports a certain feature. Features " +"might be [code]s3tc[/code], [code]etc[/code], [code]etc2[/code], " +"[code]pvrtc[/code] and [code]skinning_fallback[/code].\n" +"When rendering with GLES2, returns [code]true[/code] with " +"[code]skinning_fallback[/code] in case the hardware doesn't support the " +"default GPU skinning process." +msgstr "" + +#: doc/classes/VisualServer.xml:1206 +msgid "" +"Sets up [ImmediateGeometry] internals to prepare for drawing. Equivalent to " +"[method ImmediateGeometry.begin]." +msgstr "" + +#: doc/classes/VisualServer.xml:1213 +msgid "" +"Clears everything that was set up between [method immediate_begin] and " +"[method immediate_end]. Equivalent to [method ImmediateGeometry.clear]." +msgstr "" + +#: doc/classes/VisualServer.xml:1221 +msgid "" +"Sets the color to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:1227 +msgid "" +"Creates an immediate geometry and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]immediate_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this immediate geometry to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1236 +msgid "" +"Ends drawing the [ImmediateGeometry] and displays it. Equivalent to [method " +"ImmediateGeometry.end]." +msgstr "" + +#: doc/classes/VisualServer.xml:1243 +msgid "Returns the material assigned to the [ImmediateGeometry]." +msgstr "" + +#: doc/classes/VisualServer.xml:1251 +msgid "" +"Sets the normal to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_normal]." +msgstr "" + +#: doc/classes/VisualServer.xml:1259 +msgid "Sets the material to be used to draw the [ImmediateGeometry]." +msgstr "" + +#: doc/classes/VisualServer.xml:1267 +msgid "" +"Sets the tangent to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_tangent]." +msgstr "" + +#: doc/classes/VisualServer.xml:1275 +msgid "" +"Sets the UV to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_uv]." +msgstr "" + +#: doc/classes/VisualServer.xml:1283 +msgid "" +"Sets the UV2 to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_uv2]." +msgstr "" + +#: doc/classes/VisualServer.xml:1291 +msgid "" +"Adds the next vertex using the information provided in advance. Equivalent " +"to [method ImmediateGeometry.add_vertex]." +msgstr "" + +#: doc/classes/VisualServer.xml:1299 +msgid "" +"Adds the next vertex using the information provided in advance. This is a " +"helper class that calls [method immediate_vertex] under the hood. Equivalent " +"to [method ImmediateGeometry.add_vertex]." +msgstr "" + +#: doc/classes/VisualServer.xml:1305 +msgid "" +"Initializes the visual server. This function is called internally by " +"platform-dependent code during engine initialization. If called from a " +"running game, it will not do anything." +msgstr "" + +#: doc/classes/VisualServer.xml:1313 +msgid "" +"Attaches a unique Object ID to instance. Object ID must be attached to " +"instance for proper culling with [method instances_cull_aabb], [method " +"instances_cull_convex], and [method instances_cull_ray]." +msgstr "" + +#: doc/classes/VisualServer.xml:1321 +msgid "" +"Attaches a skeleton to an instance. Removes the previous skeleton from the " +"instance." +msgstr "" + +#: doc/classes/VisualServer.xml:1327 +msgid "" +"Creates a visual instance and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]instance_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"An instance is a way of placing a 3D object in the scenario. Objects like " +"particles, meshes, and reflection probes need to be associated with an " +"instance to be visible in the scenario using [method instance_set_base]." +msgstr "" + +#: doc/classes/VisualServer.xml:1337 +msgid "" +"Creates a visual instance, adds it to the VisualServer, and sets both base " +"and scenario. It can be accessed with the RID that is returned. This RID " +"will be used in all [code]instance_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:1346 doc/classes/VisualServer.xml:1365 +#: doc/classes/VisualServer.xml:1592 doc/classes/VisualServer.xml:2673 +msgid "Not implemented in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:1354 +msgid "" +"Sets the shadow casting setting to one of [enum ShadowCastingSetting]. " +"Equivalent to [member GeometryInstance.cast_shadow]." +msgstr "" + +#: doc/classes/VisualServer.xml:1374 +msgid "" +"Sets the flag for a given [enum InstanceFlags]. See [enum InstanceFlags] for " +"more details." +msgstr "" + +#: doc/classes/VisualServer.xml:1382 +msgid "" +"Sets a material that will override the material for all surfaces on the mesh " +"associated with this instance. Equivalent to [member GeometryInstance." +"material_override]." +msgstr "" + +#: doc/classes/VisualServer.xml:1390 +msgid "" +"Sets the base of the instance. A base can be any of the 3D objects that are " +"created in the VisualServer that can be displayed. For example, any of the " +"light types, mesh, multimesh, immediate geometry, particle system, " +"reflection probe, lightmap capture, and the GI probe are all types that can " +"be set as the base of an instance in order to be displayed in the scenario." +msgstr "" + +#: doc/classes/VisualServer.xml:1399 +msgid "Sets the weight for a given blend shape associated with this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:1407 +msgid "" +"Sets a custom AABB to use when culling objects from the view frustum. " +"Equivalent to [method GeometryInstance.set_custom_aabb]." +msgstr "" + +#: doc/classes/VisualServer.xml:1415 +msgid "Function not implemented in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:1423 +msgid "" +"Sets a margin to increase the size of the AABB when culling objects from the " +"view frustum. This allows you to avoid culling objects that fall outside the " +"view frustum. Equivalent to [member GeometryInstance.extra_cull_margin]." +msgstr "" + +#: doc/classes/VisualServer.xml:1431 +msgid "" +"Sets the render layers that this instance will be drawn to. Equivalent to " +"[member VisualInstance.layers]." +msgstr "" + +#: doc/classes/VisualServer.xml:1439 +msgid "" +"Sets the scenario that the instance is in. The scenario is the 3D world that " +"the objects will be displayed in." +msgstr "" + +#: doc/classes/VisualServer.xml:1448 +msgid "" +"Sets the material of a specific surface. Equivalent to [method MeshInstance." +"set_surface_material]." +msgstr "" + +#: doc/classes/VisualServer.xml:1456 +msgid "" +"Sets the world space transform of the instance. Equivalent to [member " +"Spatial.transform]." +msgstr "" + +#: doc/classes/VisualServer.xml:1467 +msgid "Sets the lightmap to use with this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:1475 +msgid "" +"Sets whether an instance is drawn or not. Equivalent to [member Spatial." +"visible]." +msgstr "" + +#: doc/classes/VisualServer.xml:1483 +msgid "" +"Returns an array of object IDs intersecting with the provided AABB. Only " +"visual 3D nodes are considered, such as [MeshInstance] or " +"[DirectionalLight]. Use [method @GDScript.instance_from_id] to obtain the " +"actual nodes. A scenario RID must be provided, which is available in the " +"[World] you want to query. This forces an update for all resources queued to " +"update.\n" +"[b]Warning:[/b] This function is primarily intended for editor usage. For in-" +"game use cases, prefer physics collision." +msgstr "" + +#: doc/classes/VisualServer.xml:1492 +msgid "" +"Returns an array of object IDs intersecting with the provided convex shape. " +"Only visual 3D nodes are considered, such as [MeshInstance] or " +"[DirectionalLight]. Use [method @GDScript.instance_from_id] to obtain the " +"actual nodes. A scenario RID must be provided, which is available in the " +"[World] you want to query. This forces an update for all resources queued to " +"update.\n" +"[b]Warning:[/b] This function is primarily intended for editor usage. For in-" +"game use cases, prefer physics collision." +msgstr "" + +#: doc/classes/VisualServer.xml:1502 +msgid "" +"Returns an array of object IDs intersecting with the provided 3D ray. Only " +"visual 3D nodes are considered, such as [MeshInstance] or " +"[DirectionalLight]. Use [method @GDScript.instance_from_id] to obtain the " +"actual nodes. A scenario RID must be provided, which is available in the " +"[World] you want to query. This forces an update for all resources queued to " +"update.\n" +"[b]Warning:[/b] This function is primarily intended for editor usage. For in-" +"game use cases, prefer physics collision." +msgstr "" + +#: doc/classes/VisualServer.xml:1511 +msgid "" +"If [code]true[/code], this directional light will blend between shadow map " +"splits resulting in a smoother transition between them. Equivalent to " +"[member DirectionalLight.directional_shadow_blend_splits]." +msgstr "" + +#: doc/classes/VisualServer.xml:1519 +msgid "" +"Sets the shadow depth range mode for this directional light. Equivalent to " +"[member DirectionalLight.directional_shadow_depth_range]. See [enum " +"LightDirectionalShadowDepthRangeMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:1527 +msgid "" +"Sets the shadow mode for this directional light. Equivalent to [member " +"DirectionalLight.directional_shadow_mode]. See [enum " +"LightDirectionalShadowMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:1535 +msgid "" +"Sets whether to use vertical or horizontal detail for this omni light. This " +"can be used to alleviate artifacts in the shadow map. Equivalent to [member " +"OmniLight.omni_shadow_detail]." +msgstr "" + +#: doc/classes/VisualServer.xml:1543 +msgid "" +"Sets whether to use a dual paraboloid or a cubemap for the shadow map. Dual " +"paraboloid is faster but may suffer from artifacts. Equivalent to [member " +"OmniLight.omni_shadow_mode]." +msgstr "" + +#: doc/classes/VisualServer.xml:1551 +msgid "" +"Sets the bake mode for this light, see [enum LightBakeMode] for options. The " +"bake mode affects how the light will be baked in [BakedLightmap]s and " +"[GIProbe]s." +msgstr "" + +#: doc/classes/VisualServer.xml:1559 +msgid "Sets the color of the light. Equivalent to [member Light.light_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:1567 +msgid "" +"Sets the cull mask for this Light. Lights only affect objects in the " +"selected layers. Equivalent to [member Light.light_cull_mask]." +msgstr "" + +#: doc/classes/VisualServer.xml:1575 +msgid "" +"If [code]true[/code], light will subtract light instead of adding light. " +"Equivalent to [member Light.light_negative]." +msgstr "" + +#: doc/classes/VisualServer.xml:1584 +msgid "" +"Sets the specified light parameter. See [enum LightParam] for options. " +"Equivalent to [method Light.set_param]." +msgstr "" + +#: doc/classes/VisualServer.xml:1600 +msgid "" +"If [code]true[/code], reverses the backface culling of the mesh. This can be " +"useful when you have a flat mesh that has a light behind it. If you need to " +"cast a shadow on both sides of the mesh, set the mesh to use double sided " +"shadows with [method instance_geometry_set_cast_shadows_setting]. Equivalent " +"to [member Light.shadow_reverse_cull_face]." +msgstr "" + +#: doc/classes/VisualServer.xml:1608 +msgid "" +"If [code]true[/code], light will cast shadows. Equivalent to [member Light." +"shadow_enabled]." +msgstr "" + +#: doc/classes/VisualServer.xml:1616 +msgid "" +"Sets the color of the shadow cast by the light. Equivalent to [member Light." +"shadow_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:1624 +msgid "" +"Sets whether GI probes capture light information from this light. " +"[i]Deprecated method.[/i] Use [method light_set_bake_mode] instead. This " +"method is only kept for compatibility reasons and calls [method " +"light_set_bake_mode] internally, setting the bake mode to [constant " +"LIGHT_BAKE_DISABLED] or [constant LIGHT_BAKE_INDIRECT] depending on the " +"given parameter." +msgstr "" + +#: doc/classes/VisualServer.xml:1630 +msgid "" +"Creates a lightmap capture and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]lightmap_capture_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this lightmap capture to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1639 +msgid "Returns the size of the lightmap capture area." +msgstr "" + +#: doc/classes/VisualServer.xml:1646 +msgid "Returns the energy multiplier used by the lightmap capture." +msgstr "" + +#: doc/classes/VisualServer.xml:1653 +msgid "Returns the octree used by the lightmap capture." +msgstr "" + +#: doc/classes/VisualServer.xml:1660 +msgid "" +"Returns the cell subdivision amount used by this lightmap capture's octree." +msgstr "" + +#: doc/classes/VisualServer.xml:1667 +msgid "Returns the cell transform for this lightmap capture's octree." +msgstr "" + +#: doc/classes/VisualServer.xml:1674 +msgid "Returns [code]true[/code] if capture is in \"interior\" mode." +msgstr "" + +#: doc/classes/VisualServer.xml:1682 +msgid "" +"Sets the size of the area covered by the lightmap capture. Equivalent to " +"[member BakedLightmapData.bounds]." +msgstr "" + +#: doc/classes/VisualServer.xml:1690 +msgid "" +"Sets the energy multiplier for this lightmap capture. Equivalent to [member " +"BakedLightmapData.energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:1698 +msgid "" +"Sets the \"interior\" mode for this lightmap capture. Equivalent to [member " +"BakedLightmapData.interior]." +msgstr "" + +#: doc/classes/VisualServer.xml:1706 +msgid "" +"Sets the octree to be used by this lightmap capture. This function is " +"normally used by the [BakedLightmap] node. Equivalent to [member " +"BakedLightmapData.octree]." +msgstr "" + +#: doc/classes/VisualServer.xml:1714 +msgid "" +"Sets the subdivision level of this lightmap capture's octree. Equivalent to " +"[member BakedLightmapData.cell_subdiv]." +msgstr "" + +#: doc/classes/VisualServer.xml:1722 +msgid "" +"Sets the octree cell transform for this lightmap capture's octree. " +"Equivalent to [member BakedLightmapData.cell_space_transform]." +msgstr "" + +#: doc/classes/VisualServer.xml:1731 +msgid "" +"Returns a mesh of a sphere with the given amount of horizontal and vertical " +"subdivisions." +msgstr "" + +#: doc/classes/VisualServer.xml:1737 +msgid "" +"Creates an empty material and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]material_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:1746 +msgid "Returns the value of a certain material's parameter." +msgstr "" + +#: doc/classes/VisualServer.xml:1754 +msgid "" +"Returns the default value for the param if available. Otherwise returns an " +"empty [Variant]." +msgstr "" + +#: doc/classes/VisualServer.xml:1761 +msgid "" +"Returns the shader of a certain material's shader. Returns an empty RID if " +"the material doesn't have a shader." +msgstr "" + +#: doc/classes/VisualServer.xml:1769 +msgid "Sets a material's line width." +msgstr "" + +#: doc/classes/VisualServer.xml:1777 +msgid "Sets an object's next material." +msgstr "" + +#: doc/classes/VisualServer.xml:1786 +msgid "Sets a material's parameter." +msgstr "" + +#: doc/classes/VisualServer.xml:1794 +msgid "Sets a material's render priority." +msgstr "" + +#: doc/classes/VisualServer.xml:1802 +msgid "Sets a shader material's shader." +msgstr "" + +#: doc/classes/VisualServer.xml:1813 +msgid "" +"Adds a surface generated from the Arrays to a mesh. See [enum PrimitiveType] " +"constants for types." +msgstr "" + +#: doc/classes/VisualServer.xml:1820 +msgid "Removes all surfaces from a mesh." +msgstr "" + +#: doc/classes/VisualServer.xml:1826 +msgid "" +"Creates a new mesh and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]mesh_*[/code] " +"VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this mesh to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1835 +msgid "Returns a mesh's blend shape count." +msgstr "" + +#: doc/classes/VisualServer.xml:1842 +msgid "Returns a mesh's blend shape mode." +msgstr "" + +#: doc/classes/VisualServer.xml:1849 +msgid "Returns a mesh's custom aabb." +msgstr "" + +#: doc/classes/VisualServer.xml:1856 +msgid "Returns a mesh's number of surfaces." +msgstr "" + +#: doc/classes/VisualServer.xml:1864 +msgid "Removes a mesh's surface." +msgstr "" + +#: doc/classes/VisualServer.xml:1872 +msgid "Sets a mesh's blend shape count." +msgstr "" + +#: doc/classes/VisualServer.xml:1880 +msgid "Sets a mesh's blend shape mode." +msgstr "" + +#: doc/classes/VisualServer.xml:1888 +msgid "Sets a mesh's custom aabb." +msgstr "" + +#: doc/classes/VisualServer.xml:1896 +msgid "Returns a mesh's surface's aabb." +msgstr "" + +#: doc/classes/VisualServer.xml:1904 +msgid "Returns a mesh's surface's vertex buffer." +msgstr "" + +#: doc/classes/VisualServer.xml:1912 +msgid "Returns a mesh's surface's amount of indices." +msgstr "" + +#: doc/classes/VisualServer.xml:1920 +msgid "Returns a mesh's surface's amount of vertices." +msgstr "" + +#: doc/classes/VisualServer.xml:1928 +msgid "Returns a mesh's surface's buffer arrays." +msgstr "" + +#: doc/classes/VisualServer.xml:1936 +msgid "Returns a mesh's surface's arrays for blend shapes." +msgstr "" + +#: doc/classes/VisualServer.xml:1944 +msgid "Returns the format of a mesh's surface." +msgstr "" + +#: doc/classes/VisualServer.xml:1954 +msgid "Function is unused in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:1971 +msgid "Returns a mesh's surface's index buffer." +msgstr "" + +#: doc/classes/VisualServer.xml:1979 +msgid "Returns a mesh's surface's material." +msgstr "" + +#: doc/classes/VisualServer.xml:1987 +msgid "Returns the primitive type of a mesh's surface." +msgstr "" + +#: doc/classes/VisualServer.xml:1995 +msgid "Returns the aabb of a mesh's surface's skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2004 +msgid "Sets a mesh's surface's material." +msgstr "" + +#: doc/classes/VisualServer.xml:2014 +msgid "" +"Updates a specific region of a vertex buffer for the specified surface. " +"Warning: this function alters the vertex buffer directly with no safety " +"mechanisms, you can easily corrupt your mesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2025 +msgid "" +"Allocates space for the multimesh data. Format parameters determine how the " +"data will be stored by OpenGL. See [enum MultimeshTransformFormat], [enum " +"MultimeshColorFormat], and [enum MultimeshCustomDataFormat] for usage. " +"Equivalent to [member MultiMesh.instance_count]." +msgstr "" + +#: doc/classes/VisualServer.xml:2031 +msgid "" +"Creates a new multimesh on the VisualServer and returns an [RID] handle. " +"This RID will be used in all [code]multimesh_*[/code] VisualServer " +"functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this multimesh to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2040 +msgid "" +"Calculates and returns the axis-aligned bounding box that encloses all " +"instances within the multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2047 +msgid "Returns the number of instances allocated for this multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2054 +msgid "" +"Returns the RID of the mesh that will be used in drawing this multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2061 +msgid "Returns the number of visible instances for this multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2069 +msgid "Returns the color by which the specified instance will be modulated." +msgstr "" + +#: doc/classes/VisualServer.xml:2077 +msgid "Returns the custom data associated with the specified instance." +msgstr "" + +#: doc/classes/VisualServer.xml:2085 +msgid "Returns the [Transform] of the specified instance." +msgstr "" + +#: doc/classes/VisualServer.xml:2093 +msgid "" +"Returns the [Transform2D] of the specified instance. For use when the " +"multimesh is set to use 2D transforms." +msgstr "" + +#: doc/classes/VisualServer.xml:2102 +msgid "" +"Sets the color by which this instance will be modulated. Equivalent to " +"[method MultiMesh.set_instance_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:2111 +msgid "" +"Sets the custom data for this instance. Custom data is passed as a [Color], " +"but is interpreted as a [code]vec4[/code] in the shader. Equivalent to " +"[method MultiMesh.set_instance_custom_data]." +msgstr "" + +#: doc/classes/VisualServer.xml:2120 +msgid "" +"Sets the [Transform] for this instance. Equivalent to [method MultiMesh." +"set_instance_transform]." +msgstr "" + +#: doc/classes/VisualServer.xml:2129 +msgid "" +"Sets the [Transform2D] for this instance. For use when multimesh is used in " +"2D. Equivalent to [method MultiMesh.set_instance_transform_2d]." +msgstr "" + +#: doc/classes/VisualServer.xml:2137 +msgid "" +"Sets all data related to the instances in one go. This is especially useful " +"when loading the data from disk or preparing the data from GDNative.\n" +"\n" +"All data is packed in one large float array. An array may look like this: " +"Transform for instance 1, color data for instance 1, custom data for " +"instance 1, transform for instance 2, color data for instance 2, etc.\n" +"\n" +"[Transform] is stored as 12 floats, [Transform2D] is stored as 8 floats, " +"[code]COLOR_8BIT[/code] / [code]CUSTOM_DATA_8BIT[/code] is stored as 1 float " +"(4 bytes as is) and [code]COLOR_FLOAT[/code] / [code]CUSTOM_DATA_FLOAT[/" +"code] is stored as 4 floats." +msgstr "" + +#: doc/classes/VisualServer.xml:2149 +msgid "" +"Sets the mesh to be drawn by the multimesh. Equivalent to [member MultiMesh." +"mesh]." +msgstr "" + +#: doc/classes/VisualServer.xml:2157 +msgid "" +"Sets the number of instances visible at a given time. If -1, all instances " +"that have been allocated are drawn. Equivalent to [member MultiMesh." +"visible_instance_count]." +msgstr "" + +#: doc/classes/VisualServer.xml:2163 +msgid "" +"Creates a new omni light and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID can be used in most [code]light_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this omni light to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2171 +msgid "" +"Creates a particle system and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]particles_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach these particles to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2180 +msgid "" +"Calculates and returns the axis-aligned bounding box that contains all the " +"particles. Equivalent to [method Particles.capture_aabb]." +msgstr "" + +#: doc/classes/VisualServer.xml:2187 +msgid "Returns [code]true[/code] if particles are currently set to emitting." +msgstr "" + +#: doc/classes/VisualServer.xml:2194 +msgid "" +"Returns [code]true[/code] if particles are not emitting and particles are " +"set to inactive." +msgstr "" + +#: doc/classes/VisualServer.xml:2201 +msgid "" +"Add particle system to list of particle systems that need to be updated. " +"Update will take place on the next frame, or on the next call to [method " +"instances_cull_aabb], [method instances_cull_convex], or [method " +"instances_cull_ray]." +msgstr "" + +#: doc/classes/VisualServer.xml:2208 +msgid "" +"Reset the particles on the next update. Equivalent to [method Particles." +"restart]." +msgstr "" + +#: doc/classes/VisualServer.xml:2216 +msgid "" +"Sets the number of particles to be drawn and allocates the memory for them. " +"Equivalent to [member Particles.amount]." +msgstr "" + +#: doc/classes/VisualServer.xml:2224 +msgid "" +"Sets a custom axis-aligned bounding box for the particle system. Equivalent " +"to [member Particles.visibility_aabb]." +msgstr "" + +#: doc/classes/VisualServer.xml:2232 +msgid "" +"Sets the draw order of the particles to one of the named enums from [enum " +"ParticlesDrawOrder]. See [enum ParticlesDrawOrder] for options. Equivalent " +"to [member Particles.draw_order]." +msgstr "" + +#: doc/classes/VisualServer.xml:2241 +msgid "" +"Sets the mesh to be used for the specified draw pass. Equivalent to [member " +"Particles.draw_pass_1], [member Particles.draw_pass_2], [member Particles." +"draw_pass_3], and [member Particles.draw_pass_4]." +msgstr "" + +#: doc/classes/VisualServer.xml:2249 +msgid "" +"Sets the number of draw passes to use. Equivalent to [member Particles." +"draw_passes]." +msgstr "" + +#: doc/classes/VisualServer.xml:2257 +msgid "" +"Sets the [Transform] that will be used by the particles when they first emit." +msgstr "" + +#: doc/classes/VisualServer.xml:2265 +msgid "" +"If [code]true[/code], particles will emit over time. Setting to false does " +"not reset the particles, but only stops their emission. Equivalent to " +"[member Particles.emitting]." +msgstr "" + +#: doc/classes/VisualServer.xml:2273 +msgid "" +"Sets the explosiveness ratio. Equivalent to [member Particles.explosiveness]." +msgstr "" + +#: doc/classes/VisualServer.xml:2281 +msgid "" +"Sets the frame rate that the particle system rendering will be fixed to. " +"Equivalent to [member Particles.fixed_fps]." +msgstr "" + +#: doc/classes/VisualServer.xml:2289 +msgid "" +"If [code]true[/code], uses fractional delta which smooths the movement of " +"the particles. Equivalent to [member Particles.fract_delta]." +msgstr "" + +#: doc/classes/VisualServer.xml:2297 +msgid "" +"Sets the lifetime of each particle in the system. Equivalent to [member " +"Particles.lifetime]." +msgstr "" + +#: doc/classes/VisualServer.xml:2305 +msgid "" +"If [code]true[/code], particles will emit once and then stop. Equivalent to " +"[member Particles.one_shot]." +msgstr "" + +#: doc/classes/VisualServer.xml:2313 +msgid "" +"Sets the preprocess time for the particles' animation. This lets you delay " +"starting an animation until after the particles have begun emitting. " +"Equivalent to [member Particles.preprocess]." +msgstr "" + +#: doc/classes/VisualServer.xml:2321 +msgid "" +"Sets the material for processing the particles.\n" +"[b]Note:[/b] This is not the material used to draw the materials. Equivalent " +"to [member Particles.process_material]." +msgstr "" + +#: doc/classes/VisualServer.xml:2330 +msgid "" +"Sets the emission randomness ratio. This randomizes the emission of " +"particles within their phase. Equivalent to [member Particles.randomness]." +msgstr "" + +#: doc/classes/VisualServer.xml:2338 +msgid "" +"Sets the speed scale of the particle system. Equivalent to [member Particles." +"speed_scale]." +msgstr "" + +#: doc/classes/VisualServer.xml:2346 +msgid "" +"If [code]true[/code], particles use local coordinates. If [code]false[/code] " +"they use global coordinates. Equivalent to [member Particles.local_coords]." +msgstr "" + +#: doc/classes/VisualServer.xml:2352 +msgid "" +"Creates a reflection probe and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]reflection_probe_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this reflection probe to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2362 +msgid "" +"If [code]true[/code], reflections will ignore sky contribution. Equivalent " +"to [member ReflectionProbe.interior_enable]." +msgstr "" + +#: doc/classes/VisualServer.xml:2370 +msgid "" +"Sets the render cull mask for this reflection probe. Only instances with a " +"matching cull mask will be rendered by this probe. Equivalent to [member " +"ReflectionProbe.cull_mask]." +msgstr "" + +#: doc/classes/VisualServer.xml:2378 +msgid "" +"If [code]true[/code], uses box projection. This can make reflections look " +"more correct in certain situations. Equivalent to [member ReflectionProbe." +"box_projection]." +msgstr "" + +#: doc/classes/VisualServer.xml:2386 +msgid "" +"If [code]true[/code], computes shadows in the reflection probe. This makes " +"the reflection much slower to compute. Equivalent to [member ReflectionProbe." +"enable_shadows]." +msgstr "" + +#: doc/classes/VisualServer.xml:2394 +msgid "" +"Sets the size of the area that the reflection probe will capture. Equivalent " +"to [member ReflectionProbe.extents]." +msgstr "" + +#: doc/classes/VisualServer.xml:2402 +msgid "" +"Sets the intensity of the reflection probe. Intensity modulates the strength " +"of the reflection. Equivalent to [member ReflectionProbe.intensity]." +msgstr "" + +#: doc/classes/VisualServer.xml:2410 +msgid "" +"Sets the ambient light color for this reflection probe when set to interior " +"mode. Equivalent to [member ReflectionProbe.interior_ambient_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:2418 +msgid "" +"Sets the energy multiplier for this reflection probes ambient light " +"contribution when set to interior mode. Equivalent to [member " +"ReflectionProbe.interior_ambient_energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:2426 +msgid "" +"Sets the contribution value for how much the reflection affects the ambient " +"light for this reflection probe when set to interior mode. Useful so that " +"ambient light matches the color of the room. Equivalent to [member " +"ReflectionProbe.interior_ambient_contrib]." +msgstr "" + +#: doc/classes/VisualServer.xml:2434 +msgid "" +"Sets the max distance away from the probe an object can be before it is " +"culled. Equivalent to [member ReflectionProbe.max_distance]." +msgstr "" + +#: doc/classes/VisualServer.xml:2442 +msgid "" +"Sets the origin offset to be used when this reflection probe is in box " +"project mode. Equivalent to [member ReflectionProbe.origin_offset]." +msgstr "" + +#: doc/classes/VisualServer.xml:2450 +msgid "" +"Sets how often the reflection probe updates. Can either be once or every " +"frame. See [enum ReflectionProbeUpdateMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2459 +msgid "" +"Schedules a callback to the corresponding named [code]method[/code] on " +"[code]where[/code] after a frame has been drawn.\n" +"The callback method must use only 1 argument which will be called with " +"[code]userdata[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:2466 +msgid "" +"Creates a scenario and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]scenario_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"The scenario is the 3D world that all the visual instances exist in." +msgstr "" + +#: doc/classes/VisualServer.xml:2476 +msgid "" +"Sets the [enum ScenarioDebugMode] for this scenario. See [enum " +"ScenarioDebugMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2484 +msgid "Sets the environment that will be used with this scenario." +msgstr "" + +#: doc/classes/VisualServer.xml:2492 +msgid "" +"Sets the fallback environment to be used by this scenario. The fallback " +"environment is used if no environment is set. Internally, this is used by " +"the editor to provide a default environment." +msgstr "" + +#: doc/classes/VisualServer.xml:2501 +msgid "" +"Sets the size of the reflection atlas shared by all reflection probes in " +"this scenario." +msgstr "" + +#: doc/classes/VisualServer.xml:2511 +msgid "" +"Sets a boot image. The color defines the background color. If [code]scale[/" +"code] is [code]true[/code], the image will be scaled to fit the screen size. " +"If [code]use_filter[/code] is [code]true[/code], the image will be scaled " +"with linear interpolation. If [code]use_filter[/code] is [code]false[/code], " +"the image will be scaled with nearest-neighbor interpolation." +msgstr "" + +#: doc/classes/VisualServer.xml:2518 +msgid "" +"If [code]true[/code], the engine will generate wireframes for use with the " +"wireframe debug mode." +msgstr "" + +#: doc/classes/VisualServer.xml:2525 +msgid "" +"Sets the default clear color which is used when a specific clear color has " +"not been selected." +msgstr "" + +#: doc/classes/VisualServer.xml:2532 +msgid "" +"Sets the scale to apply to the passage of time for the shaders' [code]TIME[/" +"code] builtin.\n" +"The default value is [code]1.0[/code], which means [code]TIME[/code] will " +"count the real time as it goes by, without narrowing or stretching it." +msgstr "" + +#: doc/classes/VisualServer.xml:2540 +msgid "Enables or disables occlusion culling." +msgstr "" + +#: doc/classes/VisualServer.xml:2546 +msgid "" +"Creates an empty shader and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all [code]shader_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2554 +msgid "Returns a shader's code." +msgstr "" + +#: doc/classes/VisualServer.xml:2562 +msgid "Returns a default texture from a shader searched by name." +msgstr "" + +#: doc/classes/VisualServer.xml:2569 +msgid "Returns the parameters of a shader." +msgstr "" + +#: doc/classes/VisualServer.xml:2577 +msgid "Sets a shader's code." +msgstr "" + +#: doc/classes/VisualServer.xml:2586 +msgid "Sets a shader's default texture. Overwrites the texture given by name." +msgstr "" + +#: doc/classes/VisualServer.xml:2595 +msgid "Allocates the GPU buffers for this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2603 +msgid "Returns the [Transform] set for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2611 +msgid "Returns the [Transform2D] set for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2620 +msgid "Sets the [Transform] for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2629 +msgid "Sets the [Transform2D] for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2635 +msgid "" +"Creates a skeleton and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]skeleton_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2643 +msgid "Returns the number of bones allocated for this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2649 +msgid "" +"Creates an empty sky and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all [code]sky_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2659 +msgid "Sets a sky's texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2665 +msgid "" +"Creates a spot light and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID can be used in most [code]light_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this spot light to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2686 +msgid "Allocates the GPU memory for the texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2694 +msgid "Binds the texture to a texture slot." +msgstr "" + +#: doc/classes/VisualServer.xml:2700 +msgid "" +"Creates an empty texture and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all [code]texture_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2709 +msgid "" +"Creates a texture, allocates the space for an image, and fills in the image." +msgstr "" + +#: doc/classes/VisualServer.xml:2715 +msgid "Returns a list of all the textures and their information." +msgstr "" + +#: doc/classes/VisualServer.xml:2723 +msgid "" +"Returns a copy of a texture's image unless it's a CubeMap, in which case it " +"returns the [RID] of the image at one of the cubes sides." +msgstr "" + +#: doc/classes/VisualServer.xml:2730 +msgid "Returns the depth of the texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2737 +msgid "Returns the flags of a texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2744 +msgid "Returns the format of the texture's image." +msgstr "" + +#: doc/classes/VisualServer.xml:2751 +msgid "Returns the texture's height." +msgstr "" + +#: doc/classes/VisualServer.xml:2758 +msgid "Returns the texture's path." +msgstr "" + +#: doc/classes/VisualServer.xml:2765 +msgid "Returns the opengl id of the texture's image." +msgstr "" + +#: doc/classes/VisualServer.xml:2772 +msgid "Returns the type of the texture, can be any of the [enum TextureType]." +msgstr "" + +#: doc/classes/VisualServer.xml:2779 +msgid "Returns the texture's width." +msgstr "" + +#: doc/classes/VisualServer.xml:2788 +msgid "" +"Sets the texture's image data. If it's a CubeMap, it sets the image data at " +"a cube side." +msgstr "" + +#: doc/classes/VisualServer.xml:2804 +msgid "" +"Sets a part of the data for a texture. Warning: this function calls the " +"underlying graphics API directly and may corrupt your texture if used " +"improperly." +msgstr "" + +#: doc/classes/VisualServer.xml:2812 +msgid "Sets the texture's flags. See [enum TextureFlags] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2820 +msgid "Sets the texture's path." +msgstr "" + +#: doc/classes/VisualServer.xml:2827 +msgid "" +"If [code]true[/code], sets internal processes to shrink all image data to " +"half the size." +msgstr "" + +#: doc/classes/VisualServer.xml:2844 +msgid "" +"If [code]true[/code], the image will be stored in the texture's images array " +"if overwritten." +msgstr "" + +#: doc/classes/VisualServer.xml:2852 +msgid "Sets a viewport's camera." +msgstr "" + +#: doc/classes/VisualServer.xml:2860 +msgid "Sets a viewport's canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:2869 +msgid "" +"Copies viewport to a region of the screen specified by [code]rect[/code]. If " +"[member Viewport.render_direct_to_screen] is [code]true[/code], then " +"viewport does not use a framebuffer and the contents of the viewport are " +"rendered directly to screen. However, note that the root viewport is drawn " +"last, therefore it will draw over the screen. Accordingly, you must set the " +"root viewport to an area that does not cover the area that you have attached " +"this viewport to.\n" +"For example, you can set the root viewport to not render at all with the " +"following code:\n" +"[codeblock]\n" +"func _ready():\n" +" get_viewport().set_attach_to_screen_rect(Rect2())\n" +" $Viewport.set_attach_to_screen_rect(Rect2(0, 0, 600, 600))\n" +"[/codeblock]\n" +"Using this can result in significant optimization, especially on lower-end " +"devices. However, it comes at the cost of having to manage your viewports " +"manually. For a further optimization see, [method " +"viewport_set_render_direct_to_screen]." +msgstr "" + +#: doc/classes/VisualServer.xml:2882 +msgid "" +"Creates an empty viewport and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]viewport_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2890 +msgid "Detaches the viewport from the screen." +msgstr "" + +#: doc/classes/VisualServer.xml:2898 +msgid "" +"Returns a viewport's render information. For options, see the [enum " +"ViewportRenderInfo] constants." +msgstr "" + +#: doc/classes/VisualServer.xml:2905 +msgid "Returns the viewport's last rendered frame." +msgstr "" + +#: doc/classes/VisualServer.xml:2913 +msgid "Detaches a viewport from a canvas and vice versa." +msgstr "" + +#: doc/classes/VisualServer.xml:2921 +msgid "If [code]true[/code], sets the viewport active, else sets it inactive." +msgstr "" + +#: doc/classes/VisualServer.xml:2931 +msgid "" +"Sets the stacking order for a viewport's canvas.\n" +"[code]layer[/code] is the actual canvas layer, while [code]sublayer[/code] " +"specifies the stacking order of the canvas among those in the same layer." +msgstr "" + +#: doc/classes/VisualServer.xml:2941 +msgid "Sets the transformation of a viewport's canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:2949 +msgid "" +"Sets the clear mode of a viewport. See [enum ViewportClearMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2957 +msgid "" +"Sets the debug draw mode of a viewport. See [enum ViewportDebugDraw] for " +"options." +msgstr "" + +#: doc/classes/VisualServer.xml:2965 +msgid "If [code]true[/code], a viewport's 3D rendering is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:2973 +msgid "" +"If [code]true[/code], rendering of a viewport's environment is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:2981 +msgid "Sets the viewport's global transformation matrix." +msgstr "" + +#: doc/classes/VisualServer.xml:2989 +msgid "If [code]true[/code], the viewport renders to hdr." +msgstr "" + +#: doc/classes/VisualServer.xml:2997 +msgid "If [code]true[/code], the viewport's canvas is not rendered." +msgstr "" + +#: doc/classes/VisualServer.xml:3005 +msgid "Currently unimplemented in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3013 +msgid "Sets the anti-aliasing mode. See [enum ViewportMSAA] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:3021 +msgid "Sets the viewport's parent to another viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:3029 +msgid "" +"If [code]true[/code], render the contents of the viewport directly to " +"screen. This allows a low-level optimization where you can skip drawing a " +"viewport to the root viewport. While this optimization can result in a " +"significant increase in speed (especially on older devices), it comes at a " +"cost of usability. When this is enabled, you cannot read from the viewport " +"or from the [code]SCREEN_TEXTURE[/code]. You also lose the benefit of " +"certain window settings, such as the various stretch modes. Another " +"consequence to be aware of is that in 2D the rendering happens in window " +"coordinates, so if you have a viewport that is double the size of the " +"window, and you set this, then only the portion that fits within the window " +"will be drawn, no automatic scaling is possible, even if your game scene is " +"significantly larger than the window size." +msgstr "" + +#: doc/classes/VisualServer.xml:3037 +msgid "" +"Sets a viewport's scenario.\n" +"The scenario contains information about the [enum ScenarioDebugMode], " +"environment information, reflection atlas etc." +msgstr "" + +#: doc/classes/VisualServer.xml:3047 +msgid "Sets the shadow atlas quadrant's subdivision." +msgstr "" + +#: doc/classes/VisualServer.xml:3055 +msgid "" +"Sets the size of the shadow atlas's images (used for omni and spot lights). " +"The value will be rounded up to the nearest power of 2." +msgstr "" + +#: doc/classes/VisualServer.xml:3063 +msgid "" +"Sets the sharpening [code]intensity[/code] for the [code]viewport[/code]. If " +"set to a value greater than [code]0.0[/code], contrast-adaptive sharpening " +"will be applied to the 3D viewport. This has a low performance cost and can " +"be used to recover some of the sharpness lost from using FXAA. Values around " +"[code]0.5[/code] generally give the best results. See also [method " +"viewport_set_use_fxaa]." +msgstr "" + +#: doc/classes/VisualServer.xml:3072 +msgid "Sets the viewport's width and height." +msgstr "" + +#: doc/classes/VisualServer.xml:3080 +msgid "" +"If [code]true[/code], the viewport renders its background as transparent." +msgstr "" + +#: doc/classes/VisualServer.xml:3088 +msgid "" +"Sets when the viewport should be updated. See [enum ViewportUpdateMode] " +"constants for options." +msgstr "" + +#: doc/classes/VisualServer.xml:3096 +msgid "" +"Sets the viewport's 2D/3D mode. See [enum ViewportUsage] constants for " +"options." +msgstr "" + +#: doc/classes/VisualServer.xml:3104 +msgid "" +"If [code]true[/code], the viewport uses augmented or virtual reality " +"technologies. See [ARVRInterface]." +msgstr "" + +#: doc/classes/VisualServer.xml:3112 +msgid "" +"If [code]true[/code], uses a fast post-processing filter to make banding " +"significantly less visible. In some cases, debanding may introduce a " +"slightly noticeable dithering pattern. It's recommended to enable debanding " +"only when actually needed since the dithering pattern will make lossless-" +"compressed screenshots larger.\n" +"[b]Note:[/b] Only available on the GLES3 backend. [member Viewport.hdr] must " +"also be [code]true[/code] for debanding to be effective." +msgstr "" + +#: doc/classes/VisualServer.xml:3121 +msgid "" +"Enables fast approximate antialiasing for this viewport. FXAA is a popular " +"screen-space antialiasing method, which is fast but will make the image look " +"blurry, especially at lower resolutions. It can still work relatively well " +"at large resolutions such as 1440p and 4K. Some of the lost sharpness can be " +"recovered by enabling contrast-adaptive sharpening (see [method " +"viewport_set_sharpen_intensity])." +msgstr "" + +#: doc/classes/VisualServer.xml:3129 +msgid "If [code]true[/code], the viewport's rendering is flipped vertically." +msgstr "" + +#: doc/classes/VisualServer.xml:3135 +msgid "" +"If [code]false[/code], disables rendering completely, but the engine logic " +"is still being processed. You can call [method force_draw] to draw a frame " +"even with rendering disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3141 +msgid "" +"Emitted at the end of the frame, after the VisualServer has finished " +"updating all the Viewports." +msgstr "" + +#: doc/classes/VisualServer.xml:3146 +msgid "" +"Emitted at the beginning of the frame, before the VisualServer updates all " +"the Viewports." +msgstr "" + +#: doc/classes/VisualServer.xml:3152 +msgid "Marks an error that shows that the index array is empty." +msgstr "" + +#: doc/classes/VisualServer.xml:3155 +msgid "Number of weights/bones per vertex." +msgstr "" + +#: doc/classes/VisualServer.xml:3158 +msgid "The minimum Z-layer for canvas items." +msgstr "" + +#: doc/classes/VisualServer.xml:3161 +msgid "The maximum Z-layer for canvas items." +msgstr "" + +#: doc/classes/VisualServer.xml:3164 +msgid "" +"Max number of glow levels that can be used with glow post-process effect." +msgstr "" + +#: doc/classes/VisualServer.xml:3167 +msgid "Unused enum in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3170 +msgid "The minimum renderpriority of all materials." +msgstr "" + +#: doc/classes/VisualServer.xml:3173 +msgid "The maximum renderpriority of all materials." +msgstr "" + +#: doc/classes/VisualServer.xml:3176 +msgid "Marks the left side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3179 +msgid "Marks the right side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3182 +msgid "Marks the bottom side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3185 +msgid "Marks the top side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3188 +msgid "Marks the front side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3191 +msgid "Marks the back side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3194 +msgid "Normal texture with 2 dimensions, width and height." +msgstr "" + +#: doc/classes/VisualServer.xml:3197 +msgid "" +"Texture made up of six faces, can be looked up with a [code]vec3[/code] in " +"shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3200 +msgid "An array of 2-dimensional textures." +msgstr "" + +#: doc/classes/VisualServer.xml:3203 +msgid "A 3-dimensional texture with width, height, and depth." +msgstr "" + +#: doc/classes/VisualServer.xml:3209 +msgid "Repeats the texture (instead of clamp to edge)." +msgstr "" + +#: doc/classes/VisualServer.xml:3222 +msgid "Repeats the texture with alternate sections mirrored." +msgstr "" + +#: doc/classes/VisualServer.xml:3228 +msgid "" +"Default flags. [constant TEXTURE_FLAG_MIPMAPS], [constant " +"TEXTURE_FLAG_REPEAT] and [constant TEXTURE_FLAG_FILTER] are enabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3231 +msgid "Shader is a 3D shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3234 +msgid "Shader is a 2D shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3237 +msgid "Shader is a particle shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3240 +msgid "Represents the size of the [enum ShaderMode] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3243 +msgid "Array is a vertex array." +msgstr "" + +#: doc/classes/VisualServer.xml:3246 +msgid "Array is a normal array." +msgstr "" + +#: doc/classes/VisualServer.xml:3249 +msgid "Array is a tangent array." +msgstr "" + +#: doc/classes/VisualServer.xml:3252 +msgid "Array is a color array." +msgstr "" + +#: doc/classes/VisualServer.xml:3255 +msgid "Array is an UV coordinates array." +msgstr "" + +#: doc/classes/VisualServer.xml:3258 +msgid "Array is an UV coordinates array for the second UV coordinates." +msgstr "" + +#: doc/classes/VisualServer.xml:3261 +msgid "Array contains bone information." +msgstr "" + +#: doc/classes/VisualServer.xml:3264 +msgid "Array is weight information." +msgstr "" + +#: doc/classes/VisualServer.xml:3267 +msgid "Array is index array." +msgstr "" + +#: doc/classes/VisualServer.xml:3273 +msgid "Flag used to mark a vertex array." +msgstr "" + +#: doc/classes/VisualServer.xml:3276 +msgid "Flag used to mark a normal array." +msgstr "" + +#: doc/classes/VisualServer.xml:3279 +msgid "Flag used to mark a tangent array." +msgstr "" + +#: doc/classes/VisualServer.xml:3282 +msgid "Flag used to mark a color array." +msgstr "" + +#: doc/classes/VisualServer.xml:3285 +msgid "Flag used to mark an UV coordinates array." +msgstr "" + +#: doc/classes/VisualServer.xml:3288 +msgid "" +"Flag used to mark an UV coordinates array for the second UV coordinates." +msgstr "" + +#: doc/classes/VisualServer.xml:3291 +msgid "Flag used to mark a bone information array." +msgstr "" + +#: doc/classes/VisualServer.xml:3294 +msgid "Flag used to mark a weights array." +msgstr "" + +#: doc/classes/VisualServer.xml:3297 +msgid "Flag used to mark an index array." +msgstr "" + +#: doc/classes/VisualServer.xml:3336 +msgid "" +"Used to set flags [constant ARRAY_COMPRESS_NORMAL], [constant " +"ARRAY_COMPRESS_TANGENT], [constant ARRAY_COMPRESS_COLOR], [constant " +"ARRAY_COMPRESS_TEX_UV], [constant ARRAY_COMPRESS_TEX_UV2], [constant " +"ARRAY_COMPRESS_WEIGHTS], and [constant " +"ARRAY_FLAG_USE_OCTAHEDRAL_COMPRESSION] quickly." +msgstr "" + +#: doc/classes/VisualServer.xml:3339 +msgid "Primitive to draw consists of points." +msgstr "" + +#: doc/classes/VisualServer.xml:3342 +msgid "Primitive to draw consists of lines." +msgstr "" + +#: doc/classes/VisualServer.xml:3345 +msgid "Primitive to draw consists of a line strip from start to end." +msgstr "" + +#: doc/classes/VisualServer.xml:3348 +msgid "" +"Primitive to draw consists of a line loop (a line strip with a line between " +"the last and the first vertex)." +msgstr "" + +#: doc/classes/VisualServer.xml:3351 +msgid "Primitive to draw consists of triangles." +msgstr "" + +#: doc/classes/VisualServer.xml:3354 +msgid "" +"Primitive to draw consists of a triangle strip (the last 3 vertices are " +"always combined to make a triangle)." +msgstr "" + +#: doc/classes/VisualServer.xml:3357 +msgid "" +"Primitive to draw consists of a triangle strip (the last 2 vertices are " +"always combined with the first to make a triangle)." +msgstr "" + +#: doc/classes/VisualServer.xml:3360 +msgid "Represents the size of the [enum PrimitiveType] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3369 +msgid "Is a directional (sun) light." +msgstr "" + +#: doc/classes/VisualServer.xml:3372 +msgid "Is an omni light." +msgstr "" + +#: doc/classes/VisualServer.xml:3375 +msgid "Is a spot light." +msgstr "" + +#: doc/classes/VisualServer.xml:3378 +msgid "The light's energy." +msgstr "" + +#: doc/classes/VisualServer.xml:3381 +msgid "Secondary multiplier used with indirect light (light bounces)." +msgstr "" + +#: doc/classes/VisualServer.xml:3384 +msgid "" +"The light's size, currently only used for soft shadows in baked lightmaps." +msgstr "" + +#: doc/classes/VisualServer.xml:3387 +msgid "The light's influence on specularity." +msgstr "" + +#: doc/classes/VisualServer.xml:3390 +msgid "The light's range." +msgstr "" + +#: doc/classes/VisualServer.xml:3393 +msgid "The light's attenuation." +msgstr "" + +#: doc/classes/VisualServer.xml:3396 +msgid "The spotlight's angle." +msgstr "" + +#: doc/classes/VisualServer.xml:3399 +msgid "The spotlight's attenuation." +msgstr "" + +#: doc/classes/VisualServer.xml:3402 +msgid "Scales the shadow color." +msgstr "" + +#: doc/classes/VisualServer.xml:3405 +msgid "Max distance that shadows will be rendered." +msgstr "" + +#: doc/classes/VisualServer.xml:3408 +msgid "Proportion of shadow atlas occupied by the first split." +msgstr "" + +#: doc/classes/VisualServer.xml:3411 +msgid "Proportion of shadow atlas occupied by the second split." +msgstr "" + +#: doc/classes/VisualServer.xml:3414 +msgid "" +"Proportion of shadow atlas occupied by the third split. The fourth split " +"occupies the rest." +msgstr "" + +#: doc/classes/VisualServer.xml:3417 +msgid "" +"Normal bias used to offset shadow lookup by object normal. Can be used to " +"fix self-shadowing artifacts." +msgstr "" + +#: doc/classes/VisualServer.xml:3420 +msgid "Bias the shadow lookup to fix self-shadowing artifacts." +msgstr "" + +#: doc/classes/VisualServer.xml:3423 +msgid "" +"Increases bias on further splits to fix self-shadowing that only occurs far " +"away from the camera." +msgstr "" + +#: doc/classes/VisualServer.xml:3426 +msgid "Represents the size of the [enum LightParam] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3435 +msgid "Use a dual paraboloid shadow map for omni lights." +msgstr "" + +#: doc/classes/VisualServer.xml:3438 +msgid "" +"Use a cubemap shadow map for omni lights. Slower but better quality than " +"dual paraboloid." +msgstr "" + +#: doc/classes/VisualServer.xml:3441 +msgid "Use more detail vertically when computing shadow map." +msgstr "" + +#: doc/classes/VisualServer.xml:3444 +msgid "Use more detail horizontally when computing shadow map." +msgstr "" + +#: doc/classes/VisualServer.xml:3447 +msgid "Use orthogonal shadow projection for directional light." +msgstr "" + +#: doc/classes/VisualServer.xml:3450 +msgid "Use 2 splits for shadow projection when using directional light." +msgstr "" + +#: doc/classes/VisualServer.xml:3453 +msgid "Use 4 splits for shadow projection when using directional light." +msgstr "" + +#: doc/classes/VisualServer.xml:3456 +msgid "" +"Keeps shadows stable as camera moves but has lower effective resolution." +msgstr "" + +#: doc/classes/VisualServer.xml:3459 +msgid "" +"Optimize use of shadow maps, increasing the effective resolution. But may " +"result in shadows moving or flickering slightly." +msgstr "" + +#: doc/classes/VisualServer.xml:3462 +msgid "Do not update the viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:3465 +msgid "Update the viewport once then set to disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3468 +msgid "Update the viewport whenever it is visible." +msgstr "" + +#: doc/classes/VisualServer.xml:3471 +msgid "Always update the viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:3474 +msgid "The viewport is always cleared before drawing." +msgstr "" + +#: doc/classes/VisualServer.xml:3477 +msgid "The viewport is never cleared before drawing." +msgstr "" + +#: doc/classes/VisualServer.xml:3480 +msgid "" +"The viewport is cleared once, then the clear mode is set to [constant " +"VIEWPORT_CLEAR_NEVER]." +msgstr "" + +#: doc/classes/VisualServer.xml:3483 +msgid "Multisample antialiasing is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3486 +msgid "Multisample antialiasing is set to 2×." +msgstr "" + +#: doc/classes/VisualServer.xml:3489 +msgid "Multisample antialiasing is set to 4×." +msgstr "" + +#: doc/classes/VisualServer.xml:3492 +msgid "Multisample antialiasing is set to 8×." +msgstr "" + +#: doc/classes/VisualServer.xml:3495 +msgid "Multisample antialiasing is set to 16×." +msgstr "" + +#: doc/classes/VisualServer.xml:3498 +msgid "" +"Multisample antialiasing is set to 2× on external texture. Special mode for " +"GLES2 Android VR (Oculus Quest and Go)." +msgstr "" + +#: doc/classes/VisualServer.xml:3501 +msgid "" +"Multisample antialiasing is set to 4× on external texture. Special mode for " +"GLES2 Android VR (Oculus Quest and Go)." +msgstr "" + +#: doc/classes/VisualServer.xml:3504 +msgid "The Viewport does not render 3D but samples." +msgstr "" + +#: doc/classes/VisualServer.xml:3507 +msgid "The Viewport does not render 3D and does not sample." +msgstr "" + +#: doc/classes/VisualServer.xml:3510 +msgid "The Viewport renders 3D with effects." +msgstr "" + +#: doc/classes/VisualServer.xml:3513 +msgid "The Viewport renders 3D but without effects." +msgstr "" + +#: doc/classes/VisualServer.xml:3516 +msgid "Number of objects drawn in a single frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3519 +msgid "Number of vertices drawn in a single frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3522 +msgid "Number of material changes during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3525 +msgid "Number of shader changes during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3528 +msgid "Number of surface changes during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3531 +msgid "Number of draw calls during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3534 +msgid "Number of 2d items drawn this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3537 +msgid "Number of 2d draw calls during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3540 +msgid "Represents the size of the [enum ViewportRenderInfo] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3543 +msgid "Debug draw is disabled. Default setting." +msgstr "" + +#: doc/classes/VisualServer.xml:3546 +msgid "Debug draw sets objects to unshaded." +msgstr "" + +#: doc/classes/VisualServer.xml:3549 +msgid "Overwrites clear color to [code](0,0,0,0)[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:3552 +msgid "Debug draw draws objects in wireframe." +msgstr "" + +#: doc/classes/VisualServer.xml:3555 +msgid "Do not use a debug mode." +msgstr "" + +#: doc/classes/VisualServer.xml:3558 +msgid "Draw all objects as wireframe models." +msgstr "" + +#: doc/classes/VisualServer.xml:3561 +msgid "" +"Draw all objects in a way that displays how much overdraw is occurring. " +"Overdraw occurs when a section of pixels is drawn and shaded and then " +"another object covers it up. To optimize a scene, you should reduce overdraw." +msgstr "" + +#: doc/classes/VisualServer.xml:3564 +msgid "" +"Draw all objects without shading. Equivalent to setting all objects shaders " +"to [code]unshaded[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:3567 +msgid "The instance does not have a type." +msgstr "" + +#: doc/classes/VisualServer.xml:3570 +msgid "The instance is a mesh." +msgstr "" + +#: doc/classes/VisualServer.xml:3573 +msgid "The instance is a multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:3576 +msgid "The instance is an immediate geometry." +msgstr "" + +#: doc/classes/VisualServer.xml:3579 +msgid "The instance is a particle emitter." +msgstr "" + +#: doc/classes/VisualServer.xml:3582 +msgid "The instance is a light." +msgstr "" + +#: doc/classes/VisualServer.xml:3585 +msgid "The instance is a reflection probe." +msgstr "" + +#: doc/classes/VisualServer.xml:3588 +msgid "The instance is a GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:3591 +msgid "The instance is a lightmap capture." +msgstr "" + +#: doc/classes/VisualServer.xml:3594 +msgid "Represents the size of the [enum InstanceType] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3597 +msgid "" +"A combination of the flags of geometry instances (mesh, multimesh, immediate " +"and particles)." +msgstr "" + +#: doc/classes/VisualServer.xml:3600 +msgid "Allows the instance to be used in baked lighting." +msgstr "" + +#: doc/classes/VisualServer.xml:3603 +msgid "When set, manually requests to draw geometry on next frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3606 +msgid "Represents the size of the [enum InstanceFlags] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3609 +msgid "Disable shadows from this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:3612 +msgid "Cast shadows from this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:3615 +msgid "" +"Disable backface culling when rendering the shadow of the object. This is " +"slightly slower but may result in more correct shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3618 +msgid "" +"Only render the shadows from the object. The object itself will not be drawn." +msgstr "" + +#: doc/classes/VisualServer.xml:3621 +msgid "The nine patch gets stretched where needed." +msgstr "" + +#: doc/classes/VisualServer.xml:3624 +msgid "The nine patch gets filled with tiles where needed." +msgstr "" + +#: doc/classes/VisualServer.xml:3627 +msgid "" +"The nine patch gets filled with tiles where needed and stretches them a bit " +"if needed." +msgstr "" + +#: doc/classes/VisualServer.xml:3630 +msgid "Adds light color additive to the canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:3633 +msgid "Adds light color subtractive to the canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:3636 +msgid "The light adds color depending on transparency." +msgstr "" + +#: doc/classes/VisualServer.xml:3639 +msgid "The light adds color depending on mask." +msgstr "" + +#: doc/classes/VisualServer.xml:3642 +msgid "Do not apply a filter to canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3645 +msgid "Use PCF3 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3648 +msgid "Use PCF5 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3651 +msgid "Use PCF7 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3654 +msgid "Use PCF9 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3657 +msgid "Use PCF13 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3660 +msgid "Culling of the canvas occluder is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3663 +msgid "Culling of the canvas occluder is clockwise." +msgstr "" + +#: doc/classes/VisualServer.xml:3666 +msgid "Culling of the canvas occluder is counterclockwise." +msgstr "" + +#: doc/classes/VisualServer.xml:3669 +msgid "The amount of objects in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3672 +msgid "The amount of vertices in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3675 +msgid "The amount of modified materials in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3678 +msgid "The amount of shader rebinds in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3681 +msgid "The amount of surface changes in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3684 +msgid "The amount of draw calls in frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3687 +msgid "The amount of 2d items in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3690 +msgid "The amount of 2d draw calls in frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3705 +msgid "Hardware supports shaders. This enum is currently unused in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3708 +msgid "" +"Hardware supports multithreading. This enum is currently unused in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3711 +msgid "Use [Transform2D] to store MultiMesh transform." +msgstr "" + +#: doc/classes/VisualServer.xml:3714 +msgid "Use [Transform] to store MultiMesh transform." +msgstr "" + +#: doc/classes/VisualServer.xml:3717 +msgid "MultiMesh does not use per-instance color." +msgstr "" + +#: doc/classes/VisualServer.xml:3720 +msgid "" +"MultiMesh color uses 8 bits per component. This packs the color into a " +"single float." +msgstr "" + +#: doc/classes/VisualServer.xml:3723 +msgid "MultiMesh color uses a float per channel." +msgstr "" + +#: doc/classes/VisualServer.xml:3726 +msgid "MultiMesh does not use custom data." +msgstr "" + +#: doc/classes/VisualServer.xml:3729 +msgid "" +"MultiMesh custom data uses 8 bits per component. This packs the 4-component " +"custom data into a single float." +msgstr "" + +#: doc/classes/VisualServer.xml:3732 +msgid "MultiMesh custom data uses a float per component." +msgstr "" + +#: doc/classes/VisualServer.xml:3735 +msgid "Reflection probe will update reflections once and then stop." +msgstr "" + +#: doc/classes/VisualServer.xml:3738 +msgid "" +"Reflection probe will update each frame. This mode is necessary to capture " +"moving objects." +msgstr "" + +#: doc/classes/VisualServer.xml:3741 +msgid "Draw particles in the order that they appear in the particles array." +msgstr "" + +#: doc/classes/VisualServer.xml:3744 +msgid "Sort particles based on their lifetime." +msgstr "" + +#: doc/classes/VisualServer.xml:3747 +msgid "Sort particles based on their distance to the camera." +msgstr "" + +#: doc/classes/VisualServer.xml:3750 +msgid "Use the clear color as background." +msgstr "" + +#: doc/classes/VisualServer.xml:3753 +msgid "Use a specified color as the background." +msgstr "" + +#: doc/classes/VisualServer.xml:3756 +msgid "Use a sky resource for the background." +msgstr "" + +#: doc/classes/VisualServer.xml:3759 +msgid "" +"Use a custom color for background, but use a sky for shading and reflections." +msgstr "" + +#: doc/classes/VisualServer.xml:3762 +msgid "" +"Use a specified canvas layer as the background. This can be useful for " +"instantiating a 2D scene in a 3D world." +msgstr "" + +#: doc/classes/VisualServer.xml:3765 +msgid "" +"Do not clear the background, use whatever was rendered last frame as the " +"background." +msgstr "" + +#: doc/classes/VisualServer.xml:3768 +msgid "Represents the size of the [enum EnvironmentBG] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3771 +msgid "Use lowest blur quality. Fastest, but may look bad." +msgstr "" + +#: doc/classes/VisualServer.xml:3774 +msgid "Use medium blur quality." +msgstr "" + +#: doc/classes/VisualServer.xml:3777 +msgid "Used highest blur quality. Looks the best, but is the slowest." +msgstr "" + +#: doc/classes/VisualServer.xml:3780 +msgid "Add the effect of the glow on top of the scene." +msgstr "" + +#: doc/classes/VisualServer.xml:3783 +msgid "" +"Blends the glow effect with the screen. Does not get as bright as additive." +msgstr "" + +#: doc/classes/VisualServer.xml:3786 +msgid "Produces a subtle color disturbance around objects." +msgstr "" + +#: doc/classes/VisualServer.xml:3789 +msgid "Shows the glow effect by itself without the underlying scene." +msgstr "" + +#: doc/classes/VisualServer.xml:3792 +msgid "Output color as they came in." +msgstr "" + +#: doc/classes/VisualServer.xml:3795 +msgid "Use the Reinhard tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3798 +msgid "Use the filmic tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3801 +msgid "Use the ACES tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3804 +msgid "Use the ACES Fitted tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3807 +msgid "Lowest quality of screen space ambient occlusion." +msgstr "" + +#: doc/classes/VisualServer.xml:3810 +msgid "Medium quality screen space ambient occlusion." +msgstr "" + +#: doc/classes/VisualServer.xml:3813 +msgid "Highest quality screen space ambient occlusion." +msgstr "" + +#: doc/classes/VisualServer.xml:3816 +msgid "Disables the blur set for SSAO. Will make SSAO look noisier." +msgstr "" + +#: doc/classes/VisualServer.xml:3819 +msgid "Perform a 1x1 blur on the SSAO output." +msgstr "" + +#: doc/classes/VisualServer.xml:3822 +msgid "Performs a 2x2 blur on the SSAO output." +msgstr "" + +#: doc/classes/VisualServer.xml:3825 +msgid "Performs a 3x3 blur on the SSAO output. Use this for smoothest SSAO." +msgstr "" + +#: doc/classes/VisualShader.xml:4 +msgid "A custom shader program with a visual editor." +msgstr "" + +#: doc/classes/VisualShader.xml:7 +msgid "" +"This class allows you to define a custom shader program that can be used for " +"various materials to render objects.\n" +"The visual shader editor creates the shader." +msgstr "" + +#: doc/classes/VisualShader.xml:20 +msgid "Adds the specified node to the shader." +msgstr "" + +#: doc/classes/VisualShader.xml:31 +msgid "" +"Returns [code]true[/code] if the specified nodes and ports can be connected " +"together." +msgstr "" + +#: doc/classes/VisualShader.xml:42 doc/classes/VisualShader.xml:64 +msgid "Connects the specified nodes and ports." +msgstr "" + +#: doc/classes/VisualShader.xml:53 +msgid "" +"Connects the specified nodes and ports, even if they can't be connected. " +"Such connection is invalid and will not function properly." +msgstr "" + +#: doc/classes/VisualShader.xml:72 +msgid "" +"Returns the shader node instance with specified [code]type[/code] and " +"[code]id[/code]." +msgstr "" + +#: doc/classes/VisualShader.xml:79 +msgid "Returns the list of connected nodes with the specified type." +msgstr "" + +#: doc/classes/VisualShader.xml:86 +msgid "Returns the list of all nodes in the shader with the specified type." +msgstr "" + +#: doc/classes/VisualShader.xml:94 +msgid "Returns the position of the specified node within the shader graph." +msgstr "" + +#: doc/classes/VisualShader.xml:111 +msgid "" +"Returns [code]true[/code] if the specified node and port connection exist." +msgstr "" + +#: doc/classes/VisualShader.xml:119 +msgid "Removes the specified node from the shader." +msgstr "" + +#: doc/classes/VisualShader.xml:126 +msgid "Sets the mode of this shader." +msgstr "" + +#: doc/classes/VisualShader.xml:135 +msgid "Sets the position of the specified node." +msgstr "" + +#: doc/classes/VisualShader.xml:141 +msgid "The offset vector of the whole graph." +msgstr "" + +#: doc/classes/VisualShader.xml:146 +msgid "A vertex shader, operating on vertices." +msgstr "" + +#: doc/classes/VisualShader.xml:149 +msgid "A fragment shader, operating on fragments (pixels)." +msgstr "" + +#: doc/classes/VisualShader.xml:152 +msgid "A shader for light calculations." +msgstr "" + +#: doc/classes/VisualShader.xml:155 +msgid "Represents the size of the [enum Type] enum." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:4 +msgid "Base class for nodes in a visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:7 +msgid "" +"Visual shader graphs consist of various nodes. Each node in the graph is a " +"separate object and they are represented as a rectangular boxes with title " +"and a set of properties. Each node has also connection ports that allow to " +"connect it to another nodes and control the flow of the shader." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/shading/visual_shaders.html" +msgstr "" + +#: doc/classes/VisualShaderNode.xml:16 +msgid "" +"Returns an [Array] containing default values for all of the input ports of " +"the node in the form [code][index0, value0, index1, value1, ...][/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:23 +msgid "Returns the default value of the input [code]port[/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:30 +msgid "" +"Sets the default input ports values using an [Array] of the form [code]" +"[index0, value0, index1, value1, ...][/code]. For example: [code][0, " +"Vector3(0, 0, 0), 1, Vector3(0, 0, 0)][/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:38 +msgid "Sets the default value for the selected input [code]port[/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:44 +msgid "" +"Sets the output port index which will be showed for preview. If set to " +"[code]-1[/code] no port will be open for preview." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:50 +msgid "" +"Emitted when the node requests an editor refresh. Currently called only in " +"setter of [member VisualShaderNodeTexture.source], " +"[VisualShaderNodeTexture], and [VisualShaderNodeCubeMap] (and their " +"derivatives)." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:56 +msgid "" +"Floating-point scalar. Translated to [code]float[/code] type in shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:59 +msgid "" +"3D vector of floating-point values. Translated to [code]vec3[/code] type in " +"shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:62 +msgid "Boolean type. Translated to [code]bool[/code] type in shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:65 +msgid "Transform type. Translated to [code]mat4[/code] type in shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:68 +msgid "" +"Sampler type. Translated to reference of sampler uniform in shader code. Can " +"only be used for input ports in non-uniform nodes." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:71 +msgid "Represents the size of the [enum PortType] enum." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanConstant.xml:4 +msgid "A boolean constant to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanConstant.xml:7 +msgid "" +"Has only one output port and no inputs.\n" +"Translated to [code]bool[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanConstant.xml:16 +msgid "A boolean constant which represents a state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanUniform.xml:4 +msgid "A boolean uniform to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanUniform.xml:7 +msgid "Translated to [code]uniform bool[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeColorConstant.xml:4 +msgid "A [Color] constant to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorConstant.xml:7 +msgid "" +"Has two output ports representing RGB and alpha channels of [Color].\n" +"Translated to [code]vec3 rgb[/code] and [code]float alpha[/code] in the " +"shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeColorConstant.xml:16 +msgid "A [Color] constant which represents a state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:4 +msgid "A [Color] function to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:7 +msgid "" +"Accept a [Color] to the input port and transform it according to [member " +"function]." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:15 +msgid "" +"A function to be applied to the input color. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:20 +msgid "" +"Converts the color to grayscale using the following formula:\n" +"[codeblock]\n" +"vec3 c = input;\n" +"float max1 = max(c.r, c.g);\n" +"float max2 = max(max1, c.b);\n" +"float max3 = max(max1, max2);\n" +"return vec3(max3, max3, max3);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:30 +msgid "" +"Applies sepia tone effect using the following formula:\n" +"[codeblock]\n" +"vec3 c = input;\n" +"float r = (c.r * 0.393) + (c.g * 0.769) + (c.b * 0.189);\n" +"float g = (c.r * 0.349) + (c.g * 0.686) + (c.b * 0.168);\n" +"float b = (c.r * 0.272) + (c.g * 0.534) + (c.b * 0.131);\n" +"return vec3(r, g, b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:4 +msgid "A [Color] operator to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:7 +msgid "Applies [member operator] to two color inputs." +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:15 +msgid "" +"An operator to be applied to the inputs. See [enum Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:20 +msgid "" +"Produce a screen effect with the following formula:\n" +"[codeblock]\n" +"result = vec3(1.0) - (vec3(1.0) - a) * (vec3(1.0) - b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:26 +msgid "" +"Produce a difference effect with the following formula:\n" +"[codeblock]\n" +"result = abs(a - b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:32 +msgid "" +"Produce a darken effect with the following formula:\n" +"[codeblock]\n" +"result = min(a, b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:38 +msgid "" +"Produce a lighten effect with the following formula:\n" +"[codeblock]\n" +"result = max(a, b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:44 +msgid "" +"Produce an overlay effect with the following formula:\n" +"[codeblock]\n" +"for (int i = 0; i < 3; i++) {\n" +" float base = a[i];\n" +" float blend = b[i];\n" +" if (base < 0.5) {\n" +" result[i] = 2.0 * base * blend;\n" +" } else {\n" +" result[i] = 1.0 - 2.0 * (1.0 - blend) * (1.0 - base);\n" +" }\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:58 +msgid "" +"Produce a dodge effect with the following formula:\n" +"[codeblock]\n" +"result = a / (vec3(1.0) - b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:64 +msgid "" +"Produce a burn effect with the following formula:\n" +"[codeblock]\n" +"result = vec3(1.0) - (vec3(1.0) - a) / b;\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:70 +msgid "" +"Produce a soft light effect with the following formula:\n" +"[codeblock]\n" +"for (int i = 0; i < 3; i++) {\n" +" float base = a[i];\n" +" float blend = b[i];\n" +" if (base < 0.5) {\n" +" result[i] = base * (blend + 0.5);\n" +" } else {\n" +" result[i] = 1.0 - (1.0 - base) * (1.0 - (blend - 0.5));\n" +" }\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:84 +msgid "" +"Produce a hard light effect with the following formula:\n" +"[codeblock]\n" +"for (int i = 0; i < 3; i++) {\n" +" float base = a[i];\n" +" float blend = b[i];\n" +" if (base < 0.5) {\n" +" result[i] = base * (2.0 * blend);\n" +" } else {\n" +" result[i] = 1.0 - (1.0 - base) * (1.0 - 2.0 * (blend - 0.5));\n" +" }\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorUniform.xml:4 +msgid "A [Color] uniform to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorUniform.xml:7 +msgid "Translated to [code]uniform vec4[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:4 +msgid "A comparison function for common types within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:7 +msgid "" +"Compares [code]a[/code] and [code]b[/code] of [member type] by [member " +"function]. Returns a boolean scalar. Translates to [code]if[/code] " +"instruction in shader code." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:15 +msgid "" +"Extra condition which is applied if [member type] is set to [constant " +"CTYPE_VECTOR]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:18 +msgid "A comparison function. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:21 +msgid "" +"The type to be used in the comparison. See [enum ComparisonType] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:26 +msgid "A floating-point scalar." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:29 +msgid "A 3D vector type." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:32 +msgid "A boolean type." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:35 +msgid "A transform ([code]mat4[/code]) type." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:38 +msgid "Comparison for equality ([code]a == b[/code])." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:41 +msgid "Comparison for inequality ([code]a != b[/code])." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:44 +msgid "" +"Comparison for greater than ([code]a > b[/code]). Cannot be used if [member " +"type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:47 +msgid "" +"Comparison for greater than or equal ([code]a >= b[/code]). Cannot be used " +"if [member type] set to [constant CTYPE_BOOLEAN] or [constant " +"CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:50 +msgid "" +"Comparison for less than ([code]a < b[/code]). Cannot be used if [member " +"type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:53 +msgid "" +"Comparison for less than or equal ([code]a < b[/code]). Cannot be used if " +"[member type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:56 +msgid "" +"The result will be true if all of component in vector satisfy the comparison " +"condition." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:59 +msgid "" +"The result will be true if any of component in vector satisfy the comparison " +"condition." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:4 +msgid "A [CubeMap] sampling node to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:7 +msgid "" +"Translated to [code]texture(cubemap, vec3)[/code] in the shader language. " +"Returns a color vector and alpha channel as scalar." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:15 +msgid "" +"The [CubeMap] texture to sample when using [constant SOURCE_TEXTURE] as " +"[member source]." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:18 +msgid "" +"Defines which source should be used for the sampling. See [enum Source] for " +"options." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:21 +#: doc/classes/VisualShaderNodeTextureUniform.xml:18 +msgid "" +"Defines the type of data provided by the source texture. See [enum " +"TextureType] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:26 +msgid "" +"Use the [CubeMap] set via [member cube_map]. If this is set to [member " +"source], the [code]samplerCube[/code] port is ignored." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:29 +msgid "" +"Use the [CubeMap] sampler reference passed via the [code]samplerCube[/code] " +"port. If this is set to [member source], the [member cube_map] texture is " +"ignored." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:32 +#: doc/classes/VisualShaderNodeTexture.xml:44 +#: doc/classes/VisualShaderNodeTextureUniform.xml:23 +msgid "No hints are added to the uniform declaration." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:35 +#: doc/classes/VisualShaderNodeTexture.xml:47 +#: doc/classes/VisualShaderNodeTextureUniform.xml:26 +msgid "" +"Adds [code]hint_albedo[/code] as hint to the uniform declaration for proper " +"sRGB to linear conversion." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:38 +#: doc/classes/VisualShaderNodeTexture.xml:50 +#: doc/classes/VisualShaderNodeTextureUniform.xml:29 +msgid "" +"Adds [code]hint_normal[/code] as hint to the uniform declaration, which " +"internally converts the texture for proper usage as normal map." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMapUniform.xml:4 +msgid "A [CubeMap] uniform node to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMapUniform.xml:7 +msgid "" +"Translated to [code]uniform samplerCube[/code] in the shader language. The " +"output value can be used as port for [VisualShaderNodeCubeMap]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:4 +msgid "" +"Virtual class to define custom [VisualShaderNode]s for use in the Visual " +"Shader Editor." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:7 +msgid "" +"By inheriting this class you can create a custom [VisualShader] script addon " +"which will be automatically added to the Visual Shader Editor. The " +"[VisualShaderNode]'s behavior is defined by overriding the provided virtual " +"methods.\n" +"In order for the node to be registered as an editor addon, you must use the " +"[code]tool[/code] keyword and provide a [code]class_name[/code] for your " +"custom script. For example:\n" +"[codeblock]\n" +"tool\n" +"extends VisualShaderNodeCustom\n" +"class_name VisualShaderNodeNoise\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" +"visual_shader_plugins.html" +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:22 +msgid "" +"Override this method to define the category of the associated custom node in " +"the Visual Shader Editor's members dialog. The path may look like " +"[code]\"MyGame/MyFunctions/Noise\"[/code].\n" +"Defining this method is [b]optional[/b]. If not overridden, the node will be " +"filed under the \"Custom\" category." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:33 +msgid "" +"Override this method to define the actual shader code of the associated " +"custom node. The shader code should be returned as a string, which can have " +"multiple lines (the [code]\"\"\"[/code] multiline string construct can be " +"used for convenience).\n" +"The [code]input_vars[/code] and [code]output_vars[/code] arrays contain the " +"string names of the various input and output variables, as defined by " +"[code]_get_input_*[/code] and [code]_get_output_*[/code] virtual methods in " +"this class.\n" +"The output ports can be assigned values in the shader code. For example, " +"[code]return output_vars[0] + \" = \" + input_vars[0] + \";\"[/code].\n" +"You can customize the generated code based on the shader [code]mode[/code] " +"(see [enum Shader.Mode]) and/or [code]type[/code] (see [enum VisualShader." +"Type]).\n" +"Defining this method is [b]required[/b]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:43 +msgid "" +"Override this method to define the description of the associated custom node " +"in the Visual Shader Editor's members dialog.\n" +"Defining this method is [b]optional[/b]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:51 +msgid "" +"Override this method to add shader code on top of the global shader, to " +"define your own standard library of reusable methods, varyings, constants, " +"uniforms, etc. The shader code should be returned as a string, which can " +"have multiple lines (the [code]\"\"\"[/code] multiline string construct can " +"be used for convenience).\n" +"Be careful with this functionality as it can cause name conflicts with other " +"custom nodes, so be sure to give the defined entities unique names.\n" +"You can customize the generated code based on the shader [code]mode[/code] " +"(see [enum Shader.Mode]).\n" +"Defining this method is [b]optional[/b]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:60 +msgid "" +"Override this method to define the amount of input ports of the associated " +"custom node.\n" +"Defining this method is [b]required[/b]. If not overridden, the node has no " +"input ports." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:68 +msgid "" +"Override this method to define the names of input ports of the associated " +"custom node. The names are used both for the input slots in the editor and " +"as identifiers in the shader code, and are passed in the [code]input_vars[/" +"code] array in [method _get_code].\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"input ports are named as [code]\"in\" + str(port)[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:76 +msgid "" +"Override this method to define the returned type of each input port of the " +"associated custom node (see [enum VisualShaderNode.PortType] for possible " +"types).\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"input ports will return the [constant VisualShaderNode.PORT_TYPE_SCALAR] " +"type." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:83 +msgid "" +"Override this method to define the name of the associated custom node in the " +"Visual Shader Editor's members dialog and graph.\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"the node will be named as \"Unnamed\"." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:90 +msgid "" +"Override this method to define the amount of output ports of the associated " +"custom node.\n" +"Defining this method is [b]required[/b]. If not overridden, the node has no " +"output ports." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:98 +msgid "" +"Override this method to define the names of output ports of the associated " +"custom node. The names are used both for the output slots in the editor and " +"as identifiers in the shader code, and are passed in the [code]output_vars[/" +"code] array in [method _get_code].\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"output ports are named as [code]\"out\" + str(port)[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:106 +msgid "" +"Override this method to define the returned type of each output port of the " +"associated custom node (see [enum VisualShaderNode.PortType] for possible " +"types).\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"output ports will return the [constant VisualShaderNode.PORT_TYPE_SCALAR] " +"type." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:113 +msgid "" +"Override this method to define the return icon of the associated custom node " +"in the Visual Shader Editor's members dialog.\n" +"Defining this method is [b]optional[/b]. If not overridden, no return icon " +"is shown." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:120 +msgid "" +"Override this method to define the subcategory of the associated custom node " +"in the Visual Shader Editor's members dialog.\n" +"Defining this method is [b]optional[/b]. If not overridden, the node will be " +"filed under the root of the main category (see [method _get_category])." +msgstr "" + +#: doc/classes/VisualShaderNodeDeterminant.xml:4 +msgid "" +"Calculates the determinant of a [Transform] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeDeterminant.xml:7 +msgid "Translates to [code]determinant(x)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeDotProduct.xml:4 +msgid "Calculates a dot product of two vectors within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeDotProduct.xml:7 +msgid "Translates to [code]dot(a, b)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeExpression.xml:4 +msgid "" +"A custom visual shader graph expression written in Godot Shading Language." +msgstr "" + +#: doc/classes/VisualShaderNodeExpression.xml:7 +msgid "" +"Custom Godot Shading Language expression, with a custom amount of input and " +"output ports.\n" +"The provided code is directly injected into the graph's matching shader " +"function ([code]vertex[/code], [code]fragment[/code], or [code]light[/" +"code]), so it cannot be used to declare functions, varyings, uniforms, or " +"global constants. See [VisualShaderNodeGlobalExpression] for such global " +"definitions." +msgstr "" + +#: doc/classes/VisualShaderNodeExpression.xml:16 +msgid "" +"An expression in Godot Shading Language, which will be injected at the start " +"of the graph's matching shader function ([code]vertex[/code], " +"[code]fragment[/code], or [code]light[/code]), and thus cannot be used to " +"declare functions, varyings, uniforms, or global constants." +msgstr "" + +#: doc/classes/VisualShaderNodeFaceForward.xml:4 +msgid "" +"Returns the vector that points in the same direction as a reference vector " +"within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeFaceForward.xml:7 +msgid "" +"Translates to [code]faceforward(N, I, Nref)[/code] in the shader language. " +"The function has three vector parameters: [code]N[/code], the vector to " +"orient, [code]I[/code], the incident vector, and [code]Nref[/code], the " +"reference vector. If the dot product of [code]I[/code] and [code]Nref[/code] " +"is smaller than zero the return value is [code]N[/code]. Otherwise, [code]-" +"N[/code] is returned." +msgstr "" + +#: doc/classes/VisualShaderNodeFresnel.xml:4 +msgid "A Fresnel effect to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeFresnel.xml:7 +msgid "" +"Returns falloff based on the dot product of surface normal and view " +"direction of camera (pass associated inputs to it)." +msgstr "" + +#: doc/classes/VisualShaderNodeGlobalExpression.xml:4 +msgid "" +"A custom global visual shader graph expression written in Godot Shading " +"Language." +msgstr "" + +#: doc/classes/VisualShaderNodeGlobalExpression.xml:7 +msgid "" +"Custom Godot Shader Language expression, which is placed on top of the " +"generated shader. You can place various function definitions inside to call " +"later in [VisualShaderNodeExpression]s (which are injected in the main " +"shader functions). You can also declare varyings, uniforms and global " +"constants." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:4 +msgid "" +"Base class for a family of nodes with variable amount of input and output " +"ports within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:7 +msgid "Currently, has no direct usage, use the derived classes instead." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:18 +msgid "" +"Adds an input port with the specified [code]type[/code] (see [enum " +"VisualShaderNode.PortType]) and [code]name[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:27 +msgid "" +"Adds an output port with the specified [code]type[/code] (see [enum " +"VisualShaderNode.PortType]) and [code]name[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:33 +msgid "Removes all previously specified input ports." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:39 +msgid "Removes all previously specified output ports." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:45 +msgid "" +"Returns a free input port ID which can be used in [method add_input_port]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:51 +msgid "" +"Returns a free output port ID which can be used in [method add_output_port]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:57 +msgid "" +"Returns the number of input ports in use. Alternative for [method " +"get_free_input_port_id]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:63 +msgid "" +"Returns a [String] description of the input ports as a colon-separated list " +"using the format [code]id,type,name;[/code] (see [method add_input_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:69 +msgid "" +"Returns the number of output ports in use. Alternative for [method " +"get_free_output_port_id]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:75 +msgid "" +"Returns a [String] description of the output ports as a colon-separated list " +"using the format [code]id,type,name;[/code] (see [method add_output_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:82 +msgid "Returns [code]true[/code] if the specified input port exists." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:89 +msgid "Returns [code]true[/code] if the specified output port exists." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:96 +msgid "" +"Returns [code]true[/code] if the specified port name does not override an " +"existed port name and is valid within the shader." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:103 +msgid "Removes the specified input port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:110 +msgid "Removes the specified output port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:118 +msgid "Renames the specified input port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:126 +msgid "" +"Sets the specified input port's type (see [enum VisualShaderNode.PortType])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:133 +msgid "" +"Defines all input ports using a [String] formatted as a colon-separated " +"list: [code]id,type,name;[/code] (see [method add_input_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:141 +msgid "Renames the specified output port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:149 +msgid "" +"Sets the specified output port's type (see [enum VisualShaderNode.PortType])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:156 +msgid "" +"Defines all output ports using a [String] formatted as a colon-separated " +"list: [code]id,type,name;[/code] (see [method add_output_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:162 +msgid "The size of the node in the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeInput.xml:6 +msgid "" +"Gives access to input variables (built-ins) available for the shader. See " +"the shading reference for the list of available built-ins for each shader " +"type (check [code]Tutorials[/code] section for link)." +msgstr "" + +#: doc/classes/VisualShaderNodeInput.xml:9 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/shading/shading_reference/" +"index.html" +msgstr "" + +#: doc/classes/VisualShaderNodeInput.xml:20 +msgid "" +"One of the several input constants in lower-case style like: \"vertex" +"\"([code]VERTEX[/code]) or \"point_size\"([code]POINT_SIZE[/code])." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:4 +msgid "" +"A boolean comparison operator to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:7 +msgid "" +"Returns the boolean result of the comparison between [code]INF[/code] or " +"[code]NaN[/code] and a scalar parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:15 +msgid "The comparison function. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:20 +msgid "Comparison with [code]INF[/code] (Infinity)." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:23 +msgid "" +"Comparison with [code]NaN[/code] (Not a Number; denotes invalid numeric " +"results, e.g. division by zero)." +msgstr "" + +#: doc/classes/VisualShaderNodeOuterProduct.xml:4 +msgid "" +"Calculates an outer product of two vectors within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeOuterProduct.xml:7 +msgid "" +"[code]OuterProduct[/code] treats the first parameter [code]c[/code] as a " +"column vector (matrix with one column) and the second parameter [code]r[/" +"code] as a row vector (matrix with one row) and does a linear algebraic " +"matrix multiply [code]c * r[/code], yielding a matrix whose number of rows " +"is the number of components in [code]c[/code] and whose number of columns is " +"the number of components in [code]r[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeOutput.xml:4 +msgid "Represents the output shader parameters within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeOutput.xml:7 +msgid "" +"This visual shader node is present in all shader graphs in form of \"Output" +"\" block with multiple output value ports." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarClamp.xml:4 +msgid "Clamps a scalar value within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarClamp.xml:7 +msgid "" +"Constrains a value to lie between [code]min[/code] and [code]max[/code] " +"values." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:4 +msgid "Calculates a scalar derivative within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:7 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:7 +msgid "" +"This node is only available in [code]Fragment[/code] and [code]Light[/code] " +"visual shaders." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:15 +msgid "The derivative type. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:20 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:20 +msgid "Sum of absolute derivative in [code]x[/code] and [code]y[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:23 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:23 +msgid "Derivative in [code]x[/code] using local differencing." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:26 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:26 +msgid "Derivative in [code]y[/code] using local differencing." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarInterp.xml:4 +msgid "" +"Linearly interpolates between two scalars within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarInterp.xml:7 +msgid "Translates to [code]mix(a, b, weight)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSmoothStep.xml:4 +msgid "Calculates a scalar SmoothStep function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSmoothStep.xml:7 +msgid "" +"Translates to [code]smoothstep(edge0, edge1, x)[/code] in the shader " +"language.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge0[/" +"code] and [code]1.0[/code] if [code]x[/code] is larger than [code]edge1[/" +"code]. Otherwise the return value is interpolated between [code]0.0[/code] " +"and [code]1.0[/code] using Hermite polynomials." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSwitch.xml:4 +msgid "A boolean/scalar function for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSwitch.xml:7 +msgid "" +"Returns an associated scalar if the provided boolean value is [code]true[/" +"code] or [code]false[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeSwitch.xml:4 +msgid "A boolean/vector function for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeSwitch.xml:7 +msgid "" +"Returns an associated vector if the provided boolean value is [code]true[/" +"code] or [code]false[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:4 +msgid "Performs a texture lookup within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:7 +msgid "" +"Performs a lookup operation on the provided texture, with support for " +"multiple texture sources to choose from." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:15 +msgid "Determines the source for the lookup. See [enum Source] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:18 +msgid "The source texture, if needed for the selected [member source]." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:21 +msgid "" +"Specifies the type of the texture if [member source] is set to [constant " +"SOURCE_TEXTURE]. See [enum TextureType] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:26 +msgid "Use the texture given as an argument for this function." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:29 +msgid "Use the current viewport's texture as the source." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:32 +msgid "" +"Use the texture from this shader's texture built-in (e.g. a texture of a " +"[Sprite])." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:35 +msgid "Use the texture from this shader's normal map built-in." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:38 +msgid "Use the depth texture available for this shader." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:41 +msgid "Use the texture provided in the input port for this function." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:4 +msgid "Performs a uniform texture lookup within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:7 +msgid "" +"Performs a lookup operation on the texture provided as a uniform for the " +"shader." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:15 +msgid "Sets the default color if no texture is assigned to the uniform." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:32 +msgid "" +"Adds [code]hint_aniso[/code] as hint to the uniform declaration to use for a " +"flowmap." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:35 +msgid "Defaults to white color." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:38 +msgid "Defaults to black color." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniformTriplanar.xml:4 +msgid "" +"Performs a uniform texture lookup with triplanar within the visual shader " +"graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniformTriplanar.xml:7 +msgid "" +"Performs a lookup operation on the texture provided as a uniform for the " +"shader, with support for triplanar mapping." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformCompose.xml:4 +msgid "" +"Composes a [Transform] from four [Vector3]s within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformCompose.xml:7 +msgid "" +"Creates a 4x4 transform matrix using four vectors of type [code]vec3[/code]. " +"Each vector is one row in the matrix and the last column is a [code]vec4(0, " +"0, 0, 1)[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformConstant.xml:4 +msgid "A [Transform] constant for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformConstant.xml:7 +msgid "A constant [Transform], which can be used as an input node." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformConstant.xml:15 +msgid "A [Transform] constant which represents the state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformDecompose.xml:4 +msgid "" +"Decomposes a [Transform] into four [Vector3]s within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformDecompose.xml:7 +msgid "" +"Takes a 4x4 transform matrix and decomposes it into four [code]vec3[/code] " +"values, one from each row of the matrix." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:4 +msgid "Computes a [Transform] function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:7 +msgid "Computes an inverse or transpose function on the provided [Transform]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:15 +msgid "The function to be computed. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:20 +msgid "Perform the inverse operation on the [Transform] matrix." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:23 +msgid "Perform the transpose operation on the [Transform] matrix." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:4 +msgid "Multiplies [Transform] by [Transform] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:7 +msgid "" +"A multiplication operation on two transforms (4x4 matrices), with support " +"for different multiplication operators." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:15 +msgid "" +"The multiplication type to be performed on the transforms. See [enum " +"Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:20 +msgid "Multiplies transform [code]a[/code] by the transform [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:23 +msgid "Multiplies transform [code]b[/code] by the transform [code]a[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:26 +msgid "" +"Performs a component-wise multiplication of transform [code]a[/code] by the " +"transform [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:29 +msgid "" +"Performs a component-wise multiplication of transform [code]b[/code] by the " +"transform [code]a[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformUniform.xml:4 +msgid "A [Transform] uniform for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformUniform.xml:7 +msgid "Translated to [code]uniform mat4[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:4 +msgid "" +"Multiplies a [Transform] and a [Vector3] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:7 +msgid "" +"A multiplication operation on a transform (4x4 matrix) and a vector, with " +"support for different multiplication operators." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:15 +msgid "" +"The multiplication type to be performed. See [enum Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:20 +msgid "Multiplies transform [code]a[/code] by the vector [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:23 +msgid "Multiplies vector [code]b[/code] by the transform [code]a[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:26 +msgid "" +"Multiplies transform [code]a[/code] by the vector [code]b[/code], skipping " +"the last row and column of the transform." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:29 +msgid "" +"Multiplies vector [code]b[/code] by the transform [code]a[/code], skipping " +"the last row and column of the transform." +msgstr "" + +#: doc/classes/VisualShaderNodeUniform.xml:4 +msgid "A base type for the uniforms within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeUniform.xml:7 +msgid "" +"A uniform represents a variable in the shader which is set externally, i.e. " +"from the [ShaderMaterial]. Uniforms are exposed as properties in the " +"[ShaderMaterial] and can be assigned from the inspector or from a script." +msgstr "" + +#: doc/classes/VisualShaderNodeUniform.xml:15 +msgid "" +"Name of the uniform, by which it can be accessed through the " +"[ShaderMaterial] properties." +msgstr "" + +#: doc/classes/VisualShaderNodeUniformRef.xml:4 +msgid "A reference to an existing [VisualShaderNodeUniform]." +msgstr "" + +#: doc/classes/VisualShaderNodeUniformRef.xml:7 +msgid "" +"Creating a reference to a [VisualShaderNodeUniform] allows you to reuse this " +"uniform in different shaders or shader stages easily." +msgstr "" + +#: doc/classes/VisualShaderNodeUniformRef.xml:15 +msgid "The name of the uniform which this reference points to." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Constant.xml:4 +msgid "A [Vector3] constant to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Constant.xml:7 +msgid "A constant [Vector3], which can be used as an input node." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Constant.xml:15 +msgid "A [Vector3] constant which represents the state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Uniform.xml:4 +msgid "A [Vector3] uniform to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Uniform.xml:7 +msgid "Translated to [code]uniform vec3[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorClamp.xml:4 +msgid "Clamps a vector value within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorClamp.xml:7 +msgid "" +"Constrains a value to lie between [code]min[/code] and [code]max[/code] " +"values. The operation is performed on each component of the vector " +"individually." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorCompose.xml:4 +msgid "Composes a [Vector3] from three scalars within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorCompose.xml:7 +msgid "" +"Creates a [code]vec3[/code] using three scalar values that can be provided " +"from separate inputs." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDecompose.xml:4 +msgid "" +"Decomposes a [Vector3] into three scalars within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDecompose.xml:7 +msgid "" +"Takes a [code]vec3[/code] and decomposes it into three scalar values that " +"can be used as separate inputs." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:4 +msgid "Calculates a vector derivative within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:15 +msgid "A derivative type. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDistance.xml:4 +msgid "" +"Returns the distance between two points. To be used within the visual shader " +"graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDistance.xml:7 +msgid "" +"Calculates distance from point represented by vector [code]p0[/code] to " +"vector [code]p1[/code].\n" +"Translated to [code]distance(p0, p1)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:4 +msgid "A vector function to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:7 +msgid "A visual shader node able to perform different functions using vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:15 +msgid "The function to be performed. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:20 +msgid "" +"Normalizes the vector so that it has a length of [code]1[/code] but points " +"in the same direction." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:23 +msgid "Clamps the value between [code]0.0[/code] and [code]1.0[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:26 +msgid "Returns the opposite value of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:29 +msgid "Returns [code]1/vector[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:32 +msgid "Converts RGB vector to HSV equivalent." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:35 +msgid "Converts HSV vector to RGB equivalent." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:38 +msgid "Returns the absolute value of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:41 +msgid "Returns the arc-cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:44 +msgid "Returns the inverse hyperbolic cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:47 +msgid "Returns the arc-sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:50 +msgid "Returns the inverse hyperbolic sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:53 +msgid "Returns the arc-tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:56 +msgid "Returns the inverse hyperbolic tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:59 +msgid "" +"Finds the nearest integer that is greater than or equal to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:62 +msgid "Returns the cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:65 +msgid "Returns the hyperbolic cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:68 +msgid "Converts a quantity in radians to degrees." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:71 +msgid "Base-e Exponential." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:74 +msgid "Base-2 Exponential." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:77 +msgid "Finds the nearest integer less than or equal to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:80 +msgid "Computes the fractional part of the argument." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:83 +msgid "Returns the inverse of the square root of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:86 +msgid "Natural logarithm." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:89 +msgid "Base-2 logarithm." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:92 +msgid "Converts a quantity in degrees to radians." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:95 +msgid "Finds the nearest integer to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:98 +msgid "Finds the nearest even integer to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:101 +msgid "" +"Extracts the sign of the parameter, i.e. returns [code]-1[/code] if the " +"parameter is negative, [code]1[/code] if it's positive and [code]0[/code] " +"otherwise." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:104 +msgid "Returns the sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:107 +msgid "Returns the hyperbolic sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:110 +msgid "Returns the square root of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:113 +msgid "Returns the tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:116 +msgid "Returns the hyperbolic tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:119 +msgid "" +"Returns a value equal to the nearest integer to the parameter whose absolute " +"value is not larger than the absolute value of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:122 +msgid "Returns [code]1.0 - vector[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorInterp.xml:4 +msgid "" +"Linearly interpolates between two vectors within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorInterp.xml:7 +msgid "" +"Translates to [code]mix(a, b, weight)[/code] in the shader language, where " +"[code]weight[/code] is a [Vector3] with weights for each component." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorLen.xml:4 +msgid "Returns the length of a [Vector3] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorLen.xml:7 +msgid "Translated to [code]length(p0)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:4 +msgid "A vector operator to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:7 +msgid "" +"A visual shader node for use of vector operators. Operates on vector " +"[code]a[/code] and vector [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:15 +msgid "The operator to be used. See [enum Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:20 +msgid "Adds two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:23 +msgid "Subtracts a vector from a vector." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:26 +msgid "Multiplies two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:29 +msgid "Divides vector by vector." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:32 +msgid "Returns the remainder of the two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:35 +msgid "" +"Returns the value of the first parameter raised to the power of the second, " +"for each component of the vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:38 +msgid "Returns the greater of two values, for each component of the vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:41 +msgid "Returns the lesser of two values, for each component of the vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:44 +msgid "Calculates the cross product of two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:47 +msgid "Returns the arc-tangent of the parameters." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:50 +msgid "" +"Returns the vector that points in the direction of reflection. [code]a[/" +"code] is incident vector and [code]b[/code] is the normal vector." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:53 +msgid "" +"Vector step operator. Returns [code]0.0[/code] if [code]a[/code] is smaller " +"than [code]b[/code] and [code]1.0[/code] otherwise." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorRefract.xml:4 +msgid "" +"Returns the [Vector3] that points in the direction of refraction. For use " +"within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorRefract.xml:7 +msgid "" +"Translated to [code]refract(I, N, eta)[/code] in the shader language, where " +"[code]I[/code] is the incident vector, [code]N[/code] is the normal vector " +"and [code]eta[/code] is the ratio of the indices of the refraction." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarMix.xml:4 +msgid "" +"Linearly interpolates between two vectors using a scalar. For use within the " +"visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarMix.xml:7 +msgid "" +"Translates to [code]mix(a, b, weight)[/code] in the shader language, where " +"[code]a[/code] and [code]b[/code] are vectors and [code]weight[/code] is a " +"scalar." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarSmoothStep.xml:4 +msgid "" +"Calculates a vector SmoothStep function using scalar within the visual " +"shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarSmoothStep.xml:7 +msgid "" +"Translates to [code]smoothstep(edge0, edge1, x)[/code] in the shader " +"language, where [code]x[/code] is a scalar.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge0[/" +"code] and [code]1.0[/code] if [code]x[/code] is larger than [code]edge1[/" +"code]. Otherwise the return value is interpolated between [code]0.0[/code] " +"and [code]1.0[/code] using Hermite polynomials." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarStep.xml:4 +msgid "Calculates a vector Step function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarStep.xml:7 +msgid "" +"Translates to [code]step(edge, x)[/code] in the shader language.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge[/code] " +"and [code]1.0[/code] otherwise." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorSmoothStep.xml:4 +msgid "Calculates a vector SmoothStep function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorSmoothStep.xml:7 +msgid "" +"Translates to [code]smoothstep(edge0, edge1, x)[/code] in the shader " +"language, where [code]x[/code] is a vector.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge0[/" +"code] and [code]1.0[/code] if [code]x[/code] is larger than [code]edge1[/" +"code]. Otherwise the return value is interpolated between [code]0.0[/code] " +"and [code]1.0[/code] using Hermite polynomials." +msgstr "" + +#: doc/classes/VScrollBar.xml:4 +msgid "Vertical scroll bar." +msgstr "" + +#: doc/classes/VScrollBar.xml:7 +msgid "" +"Vertical version of [ScrollBar], which goes from top (min) to bottom (max)." +msgstr "" + +#: doc/classes/VScrollBar.xml:21 +msgid "" +"Icon used as a button to scroll the [ScrollBar] up. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/VScrollBar.xml:39 +msgid "" +"Icon used as a button to scroll the [ScrollBar] down. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/VSeparator.xml:4 +msgid "Vertical version of [Separator]." +msgstr "" + +#: doc/classes/VSeparator.xml:7 +msgid "" +"Vertical version of [Separator]. Even though it looks vertical, it is used " +"to separate objects horizontally." +msgstr "" + +#: doc/classes/VSeparator.xml:17 +msgid "" +"The width of the area covered by the separator. Effectively works like a " +"minimum width." +msgstr "" + +#: doc/classes/VSeparator.xml:20 +msgid "" +"The style for the separator line. Works best with [StyleBoxLine] (remember " +"to enable [member StyleBoxLine.vertical])." +msgstr "" + +#: doc/classes/VSlider.xml:4 +msgid "Vertical slider." +msgstr "" + +#: doc/classes/VSlider.xml:7 +msgid "" +"Vertical slider. See [Slider]. This one goes from bottom (min) to top " +"(max).\n" +"[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] " +"signals are part of the [Range] class which this class inherits from." +msgstr "" + +#: doc/classes/VSlider.xml:25 +msgid "The background of the area below the grabber." +msgstr "" + +#: doc/classes/VSlider.xml:36 +msgid "" +"The background for the whole slider. Determines the width of the " +"[code]grabber_area[/code]." +msgstr "" + +#: doc/classes/VSplitContainer.xml:4 +msgid "Vertical split container." +msgstr "" + +#: doc/classes/VSplitContainer.xml:7 +msgid "" +"Vertical split container. See [SplitContainer]. This goes from top to bottom." +msgstr "" + +#: doc/classes/WeakRef.xml:4 +msgid "" +"Holds an [Object], but does not contribute to the reference count if the " +"object is a reference." +msgstr "" + +#: doc/classes/WeakRef.xml:7 +msgid "" +"A weakref can hold a [Reference], without contributing to the reference " +"counter. A weakref can be created from an [Object] using [method @GDScript." +"weakref]. If this object is not a reference, weakref still works, however, " +"it does not have any effect on the object. Weakrefs are useful in cases " +"where multiple classes have variables that refer to each other. Without " +"weakrefs, using these classes could lead to memory leaks, since both " +"references keep each other from being released. Making part of the variables " +"a weakref can prevent this cyclic dependency, and allows the references to " +"be released." +msgstr "" + +#: doc/classes/WeakRef.xml:15 +msgid "Returns the [Object] this weakref is referring to." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:13 +msgid "Closes this data channel, notifying the other peer." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:19 +msgid "" +"Returns the number of bytes currently queued to be sent over this channel." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:25 +msgid "" +"Returns the id assigned to this channel during creation (or auto-assigned " +"during negotiation).\n" +"If the channel is not negotiated out-of-band the id will only be available " +"after the connection is established (will return [code]65535[/code] until " +"then)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:32 +msgid "Returns the label assigned to this channel during creation." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:38 +msgid "" +"Returns the [code]maxPacketLifeTime[/code] value assigned to this channel " +"during creation.\n" +"Will be [code]65535[/code] if not specified." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:45 +msgid "" +"Returns the [code]maxRetransmits[/code] value assigned to this channel " +"during creation.\n" +"Will be [code]65535[/code] if not specified." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:52 +msgid "" +"Returns the sub-protocol assigned to this channel during creation. An empty " +"string if not specified." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:58 +msgid "Returns the current state of this channel, see [enum ChannelState]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:64 +msgid "" +"Returns [code]true[/code] if this channel was created with out-of-band " +"configuration." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:70 +msgid "" +"Returns [code]true[/code] if this channel was created with ordering enabled " +"(default)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:76 +msgid "Reserved, but not used for now." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:82 +msgid "" +"Returns [code]true[/code] if the last received packet was transferred as " +"text. See [member write_mode]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:88 +msgid "" +"The transfer mode to use when sending outgoing packet. Either text or binary." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:93 +msgid "" +"Tells the channel to send data over this channel as text. An external peer " +"(non-Godot) would receive this as a string." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:96 +msgid "" +"Tells the channel to send data over this channel as binary. An external peer " +"(non-Godot) would receive this as array buffer or blob." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:99 +msgid "The channel was created, but it's still trying to connect." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:102 +msgid "The channel is currently open, and data can flow over it." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:105 +msgid "" +"The channel is being closed, no new messages will be accepted, but those " +"already in queue will be flushed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:108 +msgid "The channel was closed, or connection failed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:4 +msgid "" +"A simple interface to create a peer-to-peer mesh network composed of " +"[WebRTCPeerConnection] that is compatible with the [MultiplayerAPI]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:7 +msgid "" +"This class constructs a full mesh of [WebRTCPeerConnection] (one connection " +"for each peer) that can be used as a [member MultiplayerAPI.network_peer].\n" +"You can add each [WebRTCPeerConnection] via [method add_peer] or remove them " +"via [method remove_peer]. Peers must be added in [constant " +"WebRTCPeerConnection.STATE_NEW] state to allow it to create the appropriate " +"channels. This class will not create offers nor set descriptions, it will " +"only poll them, and notify connections and disconnections.\n" +"[signal NetworkedMultiplayerPeer.connection_succeeded] and [signal " +"NetworkedMultiplayerPeer.server_disconnected] will not be emitted unless " +"[code]server_compatibility[/code] is [code]true[/code] in [method " +"initialize]. Beside that data transfer works like in a " +"[NetworkedMultiplayerPeer]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:20 +msgid "" +"Add a new peer to the mesh with the given [code]peer_id[/code]. The " +"[WebRTCPeerConnection] must be in state [constant WebRTCPeerConnection." +"STATE_NEW].\n" +"Three channels will be created for reliable, unreliable, and ordered " +"transport. The value of [code]unreliable_lifetime[/code] will be passed to " +"the [code]maxPacketLifetime[/code] option when creating unreliable and " +"ordered channels (see [method WebRTCPeerConnection.create_data_channel])." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:27 +msgid "Close all the add peer connections and channels, freeing all resources." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:34 +msgid "" +"Return a dictionary representation of the peer with given [code]peer_id[/" +"code] with three keys. [code]connection[/code] containing the " +"[WebRTCPeerConnection] to this peer, [code]channels[/code] an array of three " +"[WebRTCDataChannel], and [code]connected[/code] a boolean representing if " +"the peer connection is currently connected (all three channels are open)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:40 +msgid "" +"Returns a dictionary which keys are the peer ids and values the peer " +"representation as in [method get_peer]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:47 +msgid "" +"Returns [code]true[/code] if the given [code]peer_id[/code] is in the peers " +"map (it might not be connected though)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:55 +msgid "" +"Initialize the multiplayer peer with the given [code]peer_id[/code] (must be " +"between 1 and 2147483647).\n" +"If [code]server_compatibilty[/code] is [code]false[/code] (default), the " +"multiplayer peer will be immediately in state [constant " +"NetworkedMultiplayerPeer.CONNECTION_CONNECTED] and [signal " +"NetworkedMultiplayerPeer.connection_succeeded] will not be emitted.\n" +"If [code]server_compatibilty[/code] is [code]true[/code] the peer will " +"suppress all [signal NetworkedMultiplayerPeer.peer_connected] signals until " +"a peer with id [constant NetworkedMultiplayerPeer.TARGET_PEER_SERVER] " +"connects and then emit [signal NetworkedMultiplayerPeer." +"connection_succeeded]. After that the signal [signal " +"NetworkedMultiplayerPeer.peer_connected] will be emitted for every already " +"connected peer, and any new peer that might connect. If the server peer " +"disconnects after that, signal [signal NetworkedMultiplayerPeer." +"server_disconnected] will be emitted and state will become [constant " +"NetworkedMultiplayerPeer.CONNECTION_CONNECTED]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:64 +msgid "" +"Remove the peer with given [code]peer_id[/code] from the mesh. If the peer " +"was connected, and [signal NetworkedMultiplayerPeer.peer_connected] was " +"emitted for it, then [signal NetworkedMultiplayerPeer.peer_disconnected] " +"will be emitted." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:4 +msgid "Interface to a WebRTC peer connection." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:7 +msgid "" +"A WebRTC connection between the local computer and a remote peer. Provides " +"an interface to connect, maintain and monitor the connection.\n" +"Setting up a WebRTC connection between two peers from now on) may not seem a " +"trivial task, but it can be broken down into 3 main steps:\n" +"- The peer that wants to initiate the connection ([code]A[/code] from now " +"on) creates an offer and send it to the other peer ([code]B[/code] from now " +"on).\n" +"- [code]B[/code] receives the offer, generate and answer, and sends it to " +"[code]A[/code]).\n" +"- [code]A[/code] and [code]B[/code] then generates and exchange ICE " +"candidates with each other.\n" +"After these steps, the connection should become connected. Keep on reading " +"or look into the tutorial for more information." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:23 +msgid "" +"Add an ice candidate generated by a remote peer (and received over the " +"signaling server). See [signal ice_candidate_created]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:29 +msgid "" +"Close the peer connection and all data channels associated with it.\n" +"[b]Note:[/b] You cannot reuse this object for a new connection unless you " +"call [method initialize]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:39 +msgid "" +"Returns a new [WebRTCDataChannel] (or [code]null[/code] on failure) with " +"given [code]label[/code] and optionally configured via the [code]options[/" +"code] dictionary. This method can only be called when the connection is in " +"state [constant STATE_NEW].\n" +"There are two ways to create a working data channel: either call [method " +"create_data_channel] on only one of the peer and listen to [signal " +"data_channel_received] on the other, or call [method create_data_channel] on " +"both peers, with the same values, and the [code]negotiated[/code] option set " +"to [code]true[/code].\n" +"Valid [code]options[/code] are:\n" +"[codeblock]\n" +"{\n" +" \"negotiated\": true, # When set to true (default off), means the " +"channel is negotiated out of band. \"id\" must be set too. " +"\"data_channel_received\" will not be called.\n" +" \"id\": 1, # When \"negotiated\" is true this value must also be set to " +"the same value on both peer.\n" +"\n" +" # Only one of maxRetransmits and maxPacketLifeTime can be specified, not " +"both. They make the channel unreliable (but also better at real time).\n" +" \"maxRetransmits\": 1, # Specify the maximum number of attempt the peer " +"will make to retransmits packets if they are not acknowledged.\n" +" \"maxPacketLifeTime\": 100, # Specify the maximum amount of time before " +"giving up retransmitions of unacknowledged packets (in milliseconds).\n" +" \"ordered\": true, # When in unreliable mode (i.e. either " +"\"maxRetransmits\" or \"maxPacketLifetime\" is set), \"ordered\" (true by " +"default) specify if packet ordering is to be enforced.\n" +"\n" +" \"protocol\": \"my-custom-protocol\", # A custom sub-protocol string for " +"this channel.\n" +"}\n" +"[/codeblock]\n" +"[b]Note:[/b] You must keep a reference to channels created this way, or it " +"will be closed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:61 +msgid "" +"Creates a new SDP offer to start a WebRTC connection with a remote peer. At " +"least one [WebRTCDataChannel] must have been created before calling this " +"method.\n" +"If this functions returns [constant OK], [signal " +"session_description_created] will be called when the session is ready to be " +"sent." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:68 +msgid "Returns the connection state. See [enum ConnectionState]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:76 +msgid "" +"Re-initialize this peer connection, closing any previously active " +"connection, and going back to state [constant STATE_NEW]. A dictionary of " +"[code]options[/code] can be passed to configure the peer connection.\n" +"Valid [code]options[/code] are:\n" +"[codeblock]\n" +"{\n" +" \"iceServers\": [\n" +" {\n" +" \"urls\": [ \"stun:stun.example.com:3478\" ], # One or more STUN " +"servers.\n" +" },\n" +" {\n" +" \"urls\": [ \"turn:turn.example.com:3478\" ], # One or more TURN " +"servers.\n" +" \"username\": \"a_username\", # Optional username for the TURN " +"server.\n" +" \"credential\": \"a_password\", # Optional password for the TURN " +"server.\n" +" }\n" +" ]\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:97 +msgid "" +"Call this method frequently (e.g. in [method Node._process] or [method Node." +"_physics_process]) to properly receive signals." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:105 +msgid "" +"Sets the SDP description of the local peer. This should be called in " +"response to [signal session_description_created].\n" +"After calling this function the peer will start emitting [signal " +"ice_candidate_created] (unless an [enum Error] different from [constant OK] " +"is returned)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:114 +msgid "" +"Sets the SDP description of the remote peer. This should be called with the " +"values generated by a remote peer and received over the signaling server.\n" +"If [code]type[/code] is [code]offer[/code] the peer will emit [signal " +"session_description_created] with the appropriate answer.\n" +"If [code]type[/code] is [code]answer[/code] the peer will start emitting " +"[signal ice_candidate_created]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:124 +msgid "" +"Emitted when a new in-band channel is received, i.e. when the channel was " +"created with [code]negotiated: false[/code] (default).\n" +"The object will be an instance of [WebRTCDataChannel]. You must keep a " +"reference of it or it will be closed automatically. See [method " +"create_data_channel]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:133 +msgid "" +"Emitted when a new ICE candidate has been created. The three parameters are " +"meant to be passed to the remote peer over the signaling server." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:140 +msgid "" +"Emitted after a successful call to [method create_offer] or [method " +"set_remote_description] (when it generates an answer). The parameters are " +"meant to be passed to [method set_local_description] on this object, and " +"sent to the remote peer over the signaling server." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:146 +msgid "" +"The connection is new, data channels and an offer can be created in this " +"state." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:149 +msgid "" +"The peer is connecting, ICE is in progress, none of the transports has " +"failed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:152 +msgid "The peer is connected, all ICE transports are connected." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:155 +msgid "At least one ICE transport is disconnected." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:158 +msgid "One or more of the ICE transports failed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:161 +msgid "" +"The peer connection is closed (after calling [method close] for example)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:4 +msgid "A WebSocket client implementation." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:7 +msgid "" +"This class implements a WebSocket client compatible with any RFC 6455-" +"compliant WebSocket server.\n" +"This client can be optionally used as a network peer for the " +"[MultiplayerAPI].\n" +"After starting the client ([method connect_to_url]), you will need to " +"[method NetworkedMultiplayerPeer.poll] it at regular intervals (e.g. inside " +"[method Node._process]).\n" +"You will receive appropriate signals when connecting, disconnecting, or when " +"new data is available." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:22 +msgid "" +"Connects to the given URL requesting one of the given [code]protocols[/code] " +"as sub-protocol. If the list empty (default), no sub-protocol will be " +"requested.\n" +"If [code]true[/code] is passed as [code]gd_mp_api[/code], the client will " +"behave like a network peer for the [MultiplayerAPI], connections to non-" +"Godot servers will not work, and [signal data_received] will not be " +"emitted.\n" +"If [code]false[/code] is passed instead (default), you must call " +"[PacketPeer] functions ([code]put_packet[/code], [code]get_packet[/code], " +"etc.) on the [WebSocketPeer] returned via [code]get_peer(1)[/code] and not " +"on this object directly (e.g. [code]get_peer(1).put_packet(data)[/code]).\n" +"You can optionally pass a list of [code]custom_headers[/code] to be added to " +"the handshake HTTP request.\n" +"[b]Note:[/b] To avoid mixed content warnings or errors in HTML5, you may " +"have to use a [code]url[/code] that starts with [code]wss://[/code] (secure) " +"instead of [code]ws://[/code]. When doing so, make sure to use the fully " +"qualified domain name that matches the one defined in the server's SSL " +"certificate. Do not connect directly via the IP address for [code]wss://[/" +"code] connections, as it won't match with the SSL certificate.\n" +"[b]Note:[/b] Specifying [code]custom_headers[/code] is not supported in " +"HTML5 exports due to browsers restrictions." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:35 +msgid "" +"Disconnects this client from the connected host. See [method WebSocketPeer." +"close] for more information." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:41 +msgid "Return the IP address of the currently connected host." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:47 +msgid "Return the IP port of the currently connected host." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:53 +msgid "" +"If specified, this [X509Certificate] will be the only one accepted when " +"connecting to an SSL host. Any other certificate provided by the server will " +"be regarded as invalid.\n" +"[b]Note:[/b] Specifying a custom [code]trusted_ssl_certificate[/code] is not " +"supported in HTML5 exports due to browsers restrictions." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:57 +msgid "" +"If [code]true[/code], SSL certificate verification is enabled.\n" +"[b]Note:[/b] You must specify the certificates to be used in the Project " +"Settings for it to work when exported." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:65 +msgid "" +"Emitted when the connection to the server is closed. [code]was_clean_close[/" +"code] will be [code]true[/code] if the connection was shutdown cleanly." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:70 +msgid "Emitted when the connection to the server fails." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:76 +msgid "" +"Emitted when a connection with the server is established, [code]protocol[/" +"code] will contain the sub-protocol agreed with the server." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:81 +msgid "" +"Emitted when a WebSocket message is received.\n" +"[b]Note:[/b] This signal is [i]not[/i] emitted when used as high-level " +"multiplayer peer." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:89 +msgid "" +"Emitted when the server requests a clean close. You should keep polling " +"until you get a [signal connection_closed] signal to achieve the clean " +"close. See [method WebSocketPeer.close] for more details." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:4 +msgid "Base class for WebSocket server and client." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:7 +msgid "" +"Base class for WebSocket server and client, allowing them to be used as " +"network peer for the [MultiplayerAPI]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:16 +msgid "" +"Returns the [WebSocketPeer] associated to the given [code]peer_id[/code]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:26 +msgid "" +"Configures the buffer sizes for this WebSocket peer. Default values can be " +"specified in the Project Settings under [code]network/limits[/code]. For " +"server, values are meant per connected peer.\n" +"The first two parameters define the size and queued packets limits of the " +"input buffer, the last two of the output buffer.\n" +"Buffer sizes are expressed in KiB, so [code]4 = 2^12 = 4096 bytes[/code]. " +"All parameters will be rounded up to the nearest power of two.\n" +"[b]Note:[/b] HTML5 exports only use the input buffer since the output one is " +"managed by browsers." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:41 +msgid "" +"Emitted when a packet is received from a peer.\n" +"[b]Note:[/b] This signal is only emitted when the client or server is " +"configured to use Godot multiplayer API." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:4 +msgid "A class representing a specific WebSocket connection." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:7 +msgid "" +"This class represents a specific WebSocket connection, allowing you to do " +"lower level operations with it.\n" +"You can choose to write to the socket in binary or text mode, and you can " +"recognize the mode used for writing by the other peer." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:18 +msgid "" +"Closes this WebSocket connection. [code]code[/code] is the status code for " +"the closure (see RFC 6455 section 7.4 for a list of valid status codes). " +"[code]reason[/code] is the human readable reason for closing the connection " +"(can be any UTF-8 string that's smaller than 123 bytes).\n" +"[b]Note:[/b] To achieve a clean close, you will need to keep polling until " +"either [signal WebSocketClient.connection_closed] or [signal WebSocketServer." +"client_disconnected] is received.\n" +"[b]Note:[/b] The HTML5 export might not support all status codes. Please " +"refer to browser-specific documentation for more details." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:26 +msgid "" +"Returns the IP address of the connected peer.\n" +"[b]Note:[/b] Not available in the HTML5 export." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:33 +msgid "" +"Returns the remote port of the connected peer.\n" +"[b]Note:[/b] Not available in the HTML5 export." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:40 +msgid "" +"Returns the current amount of data in the outbound websocket buffer. [b]Note:" +"[/b] HTML5 exports use WebSocket.bufferedAmount, while other platforms use " +"an internal buffer." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:46 +msgid "Gets the current selected write mode. See [enum WriteMode]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:52 +msgid "Returns [code]true[/code] if this peer is currently connected." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:59 +msgid "" +"Disable Nagle's algorithm on the underling TCP socket (default). See [method " +"StreamPeerTCP.set_no_delay] for more information.\n" +"[b]Note:[/b] Not available in the HTML5 export." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:67 +msgid "Sets the socket to use the given [enum WriteMode]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:73 +msgid "" +"Returns [code]true[/code] if the last received packet was sent as a text " +"payload. See [enum WriteMode]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:79 +msgid "" +"Specifies that WebSockets messages should be transferred as text payload " +"(only valid UTF-8 is allowed)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:82 +msgid "" +"Specifies that WebSockets messages should be transferred as binary payload " +"(any byte combination is allowed)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:4 +msgid "A WebSocket server implementation." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:7 +msgid "" +"This class implements a WebSocket server that can also support the high-" +"level multiplayer API.\n" +"After starting the server ([method listen]), you will need to [method " +"NetworkedMultiplayerPeer.poll] it at regular intervals (e.g. inside [method " +"Node._process]). When clients connect, disconnect, or send data, you will " +"receive the appropriate signal.\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:20 +msgid "" +"Disconnects the peer identified by [code]id[/code] from the server. See " +"[method WebSocketPeer.close] for more information." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:41 +msgid "Returns [code]true[/code] if a peer with the given ID is connected." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:47 +msgid "" +"Returns [code]true[/code] if the server is actively listening on a port." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:56 +msgid "" +"Starts listening on the given port.\n" +"You can specify the desired subprotocols via the \"protocols\" array. If the " +"list empty (default), no sub-protocol will be requested.\n" +"If [code]true[/code] is passed as [code]gd_mp_api[/code], the server will " +"behave like a network peer for the [MultiplayerAPI], connections from non-" +"Godot clients will not work, and [signal data_received] will not be " +"emitted.\n" +"If [code]false[/code] is passed instead (default), you must call " +"[PacketPeer] functions ([code]put_packet[/code], [code]get_packet[/code], " +"etc.), on the [WebSocketPeer] returned via [code]get_peer(id)[/code] to " +"communicate with the peer with given [code]id[/code] (e.g. " +"[code]get_peer(id).get_available_packet_count[/code])." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:65 +msgid "Stops the server and clear its state." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:71 +msgid "" +"When not set to [code]*[/code] will restrict incoming connections to the " +"specified IP address. Setting [code]bind_ip[/code] to [code]127.0.0.1[/code] " +"will cause the server to listen only to the local host." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:74 +msgid "" +"When using SSL (see [member private_key] and [member ssl_certificate]), you " +"can set this to a valid [X509Certificate] to be provided as additional CA " +"chain information during the SSL handshake." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:77 +msgid "" +"The time in seconds before a pending client (i.e. a client that has not yet " +"finished the HTTP handshake) is considered stale and forcefully disconnected." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:80 +msgid "" +"When set to a valid [CryptoKey] (along with [member ssl_certificate]) will " +"cause the server to require SSL instead of regular TCP (i.e. the [code]wss://" +"[/code] protocol)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:83 +msgid "" +"When set to a valid [X509Certificate] (along with [member private_key]) will " +"cause the server to require SSL instead of regular TCP (i.e. the [code]wss://" +"[/code] protocol)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:92 +msgid "" +"Emitted when a client requests a clean close. You should keep polling until " +"you get a [signal client_disconnected] signal with the same [code]id[/code] " +"to achieve the clean close. See [method WebSocketPeer.close] for more " +"details." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:99 +msgid "" +"Emitted when a new client connects. \"protocol\" will be the sub-protocol " +"agreed with the client." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:106 +msgid "" +"Emitted when a client disconnects. [code]was_clean_close[/code] will be " +"[code]true[/code] if the connection was shutdown cleanly." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:112 +msgid "" +"Emitted when a new message is received.\n" +"[b]Note:[/b] This signal is [i]not[/i] emitted when used as high-level " +"multiplayer peer." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:4 +msgid "AR/VR interface using WebXR." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:7 +msgid "" +"WebXR is an open standard that allows creating VR and AR applications that " +"run in the web browser.\n" +"As such, this interface is only available when running in an HTML5 export.\n" +"WebXR supports a wide range of devices, from the very capable (like Valve " +"Index, HTC Vive, Oculus Rift and Quest) down to the much less capable (like " +"Google Cardboard, Oculus Go, GearVR, or plain smartphones).\n" +"Since WebXR is based on Javascript, it makes extensive use of callbacks, " +"which means that [WebXRInterface] is forced to use signals, where other AR/" +"VR interfaces would instead use functions that return a result immediately. " +"This makes [WebXRInterface] quite a bit more complicated to initialize than " +"other AR/VR interfaces.\n" +"Here's the minimum code required to start an immersive VR session:\n" +"[codeblock]\n" +"extends Spatial\n" +"\n" +"var webxr_interface\n" +"var vr_supported = false\n" +"\n" +"func _ready():\n" +" # We assume this node has a button as a child.\n" +" # This button is for the user to consent to entering immersive VR mode.\n" +" $Button.connect(\"pressed\", self, \"_on_Button_pressed\")\n" +"\n" +" webxr_interface = ARVRServer.find_interface(\"WebXR\")\n" +" if webxr_interface:\n" +" # WebXR uses a lot of asynchronous callbacks, so we connect to " +"various\n" +" # signals in order to receive them.\n" +" webxr_interface.connect(\"session_supported\", self, " +"\"_webxr_session_supported\")\n" +" webxr_interface.connect(\"session_started\", self, " +"\"_webxr_session_started\")\n" +" webxr_interface.connect(\"session_ended\", self, " +"\"_webxr_session_ended\")\n" +" webxr_interface.connect(\"session_failed\", self, " +"\"_webxr_session_failed\")\n" +"\n" +" # This returns immediately - our _webxr_session_supported() method\n" +" # (which we connected to the \"session_supported\" signal above) " +"will\n" +" # be called sometime later to let us know if it's supported or not.\n" +" webxr_interface.is_session_supported(\"immersive-vr\")\n" +"\n" +"func _webxr_session_supported(session_mode, supported):\n" +" if session_mode == 'immersive-vr':\n" +" vr_supported = supported\n" +"\n" +"func _on_Button_pressed():\n" +" if not vr_supported:\n" +" OS.alert(\"Your browser doesn't support VR\")\n" +" return\n" +"\n" +" # We want an immersive VR session, as opposed to AR ('immersive-ar') or " +"a\n" +" # simple 3DoF viewer ('viewer').\n" +" webxr_interface.session_mode = 'immersive-vr'\n" +" # 'bounded-floor' is room scale, 'local-floor' is a standing or sitting\n" +" # experience (it puts you 1.6m above the ground if you have 3DoF " +"headset),\n" +" # whereas as 'local' puts you down at the ARVROrigin.\n" +" # This list means it'll first try to request 'bounded-floor', then\n" +" # fallback on 'local-floor' and ultimately 'local', if nothing else is\n" +" # supported.\n" +" webxr_interface.requested_reference_space_types = 'bounded-floor, local-" +"floor, local'\n" +" # In order to use 'local-floor' or 'bounded-floor' we must also\n" +" # mark the features as required or optional.\n" +" webxr_interface.required_features = 'local-floor'\n" +" webxr_interface.optional_features = 'bounded-floor'\n" +"\n" +" # This will return false if we're unable to even request the session,\n" +" # however, it can still fail asynchronously later in the process, so we\n" +" # only know if it's really succeeded or failed when our\n" +" # _webxr_session_started() or _webxr_session_failed() methods are " +"called.\n" +" if not webxr_interface.initialize():\n" +" OS.alert(\"Failed to initialize\")\n" +" return\n" +"\n" +"func _webxr_session_started():\n" +" $Button.visible = false\n" +" # This tells Godot to start rendering to the headset.\n" +" get_viewport().arvr = true\n" +" # This will be the reference space type you ultimately got, out of the\n" +" # types that you requested above. This is useful if you want the game " +"to\n" +" # work a little differently in 'bounded-floor' versus 'local-floor'.\n" +" print (\"Reference space type: \" + webxr_interface." +"reference_space_type)\n" +"\n" +"func _webxr_session_ended():\n" +" $Button.visible = true\n" +" # If the user exits immersive mode, then we tell Godot to render to the " +"web\n" +" # page again.\n" +" get_viewport().arvr = false\n" +"\n" +"func _webxr_session_failed(message):\n" +" OS.alert(\"Failed to initialize: \" + message)\n" +"[/codeblock]\n" +"There are several ways to handle \"controller\" input:\n" +"- Using [ARVRController] nodes and their [signal ARVRController." +"button_pressed] and [signal ARVRController.button_release] signals. This is " +"how controllers are typically handled in AR/VR apps in Godot, however, this " +"will only work with advanced VR controllers like the Oculus Touch or Index " +"controllers, for example. The buttons codes are defined by [url=https://" +"immersive-web.github.io/webxr-gamepads-module/#xr-standard-gamepad-" +"mapping]Section 3.3 of the WebXR Gamepads Module[/url].\n" +"- Using [method Node._unhandled_input] and [InputEventJoypadButton] or " +"[InputEventJoypadMotion]. This works the same as normal joypads, except the " +"[member InputEvent.device] starts at 100, so the left controller is 100 and " +"the right controller is 101, and the button codes are also defined by " +"[url=https://immersive-web.github.io/webxr-gamepads-module/#xr-standard-" +"gamepad-mapping]Section 3.3 of the WebXR Gamepads Module[/url].\n" +"- Using the [signal select], [signal squeeze] and related signals. This " +"method will work for both advanced VR controllers, and non-traditional " +"\"controllers\" like a tap on the screen, a spoken voice command or a button " +"press on the device itself. The [code]controller_id[/code] passed to these " +"signals is the same id as used in [member ARVRController.controller_id].\n" +"You can use one or all of these methods to allow your game or app to support " +"a wider or narrower set of devices and input methods, or to allow more " +"advanced interations with more advanced devices." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:94 +msgid "https://www.snopekgames.com/blog/2020/how-make-vr-game-webxr-godot" +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:101 +msgid "" +"Gets an [ARVRPositionalTracker] for the given [code]controller_id[/code].\n" +"In the context of WebXR, a \"controller\" can be an advanced VR controller " +"like the Oculus Touch or Index controllers, or even a tap on the screen, a " +"spoken voice command or a button press on the device itself. When a non-" +"traditional controller is used, interpret the position and orientation of " +"the [ARVRPositionalTracker] as a ray pointing at the object the user wishes " +"to interact with.\n" +"Use this method to get information about the controller that triggered one " +"of these signals:\n" +"- [signal selectstart]\n" +"- [signal select]\n" +"- [signal selectend]\n" +"- [signal squeezestart]\n" +"- [signal squeeze]\n" +"- [signal squeezestart]" +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:116 +msgid "" +"Checks if the given [code]session_mode[/code] is supported by the user's " +"browser.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRSessionMode]WebXR's XRSessionMode[/url], including: [code]\"immersive-" +"vr\"[/code], [code]\"immersive-ar\"[/code], and [code]\"inline\"[/code].\n" +"This method returns nothing, instead it emits the [signal session_supported] " +"signal with the result." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:124 +msgid "" +"The vertices of a polygon which defines the boundaries of the user's play " +"area.\n" +"This will only be available if [member reference_space_type] is " +"[code]\"bounded-floor\"[/code] and only on certain browsers and devices that " +"support it.\n" +"The [signal reference_space_reset] signal may indicate when this changes." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:129 +msgid "" +"A comma-seperated list of optional features used by [method ARVRInterface." +"initialize] when setting up the WebXR session.\n" +"If a user's browser or device doesn't support one of the given features, " +"initialization will continue, but you won't be able to use the requested " +"feature.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:135 +msgid "" +"The reference space type (from the list of requested types set in the " +"[member requested_reference_space_types] property), that was ultimately used " +"by [method ARVRInterface.initialize] when setting up the WebXR session.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:139 +msgid "" +"A comma-seperated list of reference space types used by [method " +"ARVRInterface.initialize] when setting up the WebXR session.\n" +"The reference space types are requested in order, and the first on supported " +"by the users device or browser will be used. The [member " +"reference_space_type] property contains the reference space type that was " +"ultimately used.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:145 +msgid "" +"A comma-seperated list of required features used by [method ARVRInterface." +"initialize] when setting up the WebXR session.\n" +"If a user's browser or device doesn't support one of the given features, " +"initialization will fail and [signal session_failed] will be emitted.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:151 +msgid "" +"The session mode used by [method ARVRInterface.initialize] when setting up " +"the WebXR session.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRSessionMode]WebXR's XRSessionMode[/url], including: [code]\"immersive-" +"vr\"[/code], [code]\"immersive-ar\"[/code], and [code]\"inline\"[/code]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:156 +msgid "" +"Indicates if the WebXR session's imagery is visible to the user.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRVisibilityState]WebXR's XRVisibilityState[/url], including " +"[code]\"hidden\"[/code], [code]\"visible\"[/code], and [code]\"visible-" +"blurred\"[/code]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:163 +msgid "" +"Emitted to indicate that the reference space has been reset or " +"reconfigured.\n" +"When (or whether) this is emitted depends on the user's browser or device, " +"but may include when the user has changed the dimensions of their play space " +"(which you may be able to access via [member bounds_geometry]) or pressed/" +"held a button to recenter their position.\n" +"See [url=https://developer.mozilla.org/en-US/docs/Web/API/XRReferenceSpace/" +"reset_event]WebXR's XRReferenceSpace reset event[/url] for more information." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:171 +msgid "" +"Emitted after one of the \"controllers\" has finished its \"primary action" +"\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:178 +msgid "" +"Emitted when one of the \"controllers\" has finished its \"primary action" +"\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:185 +msgid "" +"Emitted when one of the \"controllers\" has started its \"primary action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:191 +msgid "" +"Emitted when the user ends the WebXR session (which can be done using UI " +"from the browser or device).\n" +"At this point, you should do [code]get_viewport().arvr = false[/code] to " +"instruct Godot to resume rendering to the screen." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:198 +msgid "" +"Emitted by [method ARVRInterface.initialize] if the session fails to start.\n" +"[code]message[/code] may optionally contain an error message from WebXR, or " +"an empty string if no message is available." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:204 +msgid "" +"Emitted by [method ARVRInterface.initialize] if the session is successfully " +"started.\n" +"At this point, it's safe to do [code]get_viewport().arvr = true[/code] to " +"instruct Godot to start rendering to the AR/VR device." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:212 +msgid "" +"Emitted by [method is_session_supported] to indicate if the given " +"[code]session_mode[/code] is supported or not." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:218 +msgid "" +"Emitted after one of the \"controllers\" has finished its \"primary squeeze " +"action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:225 +msgid "" +"Emitted when one of the \"controllers\" has finished its \"primary squeeze " +"action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:232 +msgid "" +"Emitted when one of the \"controllers\" has started its \"primary squeeze " +"action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:238 +msgid "Emitted when [member visibility_state] has changed." +msgstr "" + +#: doc/classes/WindowDialog.xml:4 +msgid "Base class for window dialogs." +msgstr "" + +#: doc/classes/WindowDialog.xml:7 +msgid "" +"Windowdialog is the base class for all window-based dialogs. It's a by-" +"default toplevel [Control] that draws a window decoration and allows motion " +"and resizing." +msgstr "" + +#: doc/classes/WindowDialog.xml:15 +msgid "" +"Returns the close [TextureButton].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/WindowDialog.xml:22 +msgid "If [code]true[/code], the user can resize the window." +msgstr "" + +#: doc/classes/WindowDialog.xml:25 +msgid "The text displayed in the window's title bar." +msgstr "" + +#: doc/classes/WindowDialog.xml:32 +msgid "The icon for the close button." +msgstr "" + +#: doc/classes/WindowDialog.xml:35 +msgid "The horizontal offset of the close button." +msgstr "" + +#: doc/classes/WindowDialog.xml:38 +msgid "" +"The icon used for the close button when it's hovered with the mouse cursor." +msgstr "" + +#: doc/classes/WindowDialog.xml:44 +msgid "" +"The style for both the content background of the [WindowDialog] and the " +"title bar. The title bar is created with a top border and an expand margin " +"using the [code]panel[/code] stylebox." +msgstr "" + +#: doc/classes/WindowDialog.xml:47 +msgid "" +"The thickness of the border that can be dragged when scaling the window (if " +"[member resizable] is enabled)." +msgstr "" + +#: doc/classes/WindowDialog.xml:50 +msgid "The color of the title text." +msgstr "" + +#: doc/classes/WindowDialog.xml:53 +msgid "The font used to draw the title." +msgstr "" + +#: doc/classes/WindowDialog.xml:56 +msgid "The vertical offset of the title text." +msgstr "" + +#: doc/classes/World.xml:4 +msgid "Class that has everything pertaining to a world." +msgstr "" + +#: doc/classes/World.xml:7 +msgid "" +"Class that has everything pertaining to a world. A physics space, a visual " +"scenario and a sound space. Spatial nodes register their resources into the " +"current world." +msgstr "" + +#: doc/classes/World.xml:16 +msgid "" +"Direct access to the world's physics 3D space state. Used for querying " +"current and potential collisions." +msgstr "" + +#: doc/classes/World.xml:19 +msgid "The World's [Environment]." +msgstr "" + +#: doc/classes/World.xml:22 +msgid "" +"The World's fallback_environment will be used if the World's [Environment] " +"fails or is missing." +msgstr "" + +#: doc/classes/World.xml:25 +msgid "The World's visual scenario." +msgstr "" + +#: doc/classes/World.xml:28 +msgid "The World's physics space." +msgstr "" + +#: doc/classes/World2D.xml:4 +msgid "Class that has everything pertaining to a 2D world." +msgstr "" + +#: doc/classes/World2D.xml:7 +msgid "" +"Class that has everything pertaining to a 2D world. A physics space, a " +"visual scenario and a sound space. 2D nodes register their resources into " +"the current 2D world." +msgstr "" + +#: doc/classes/World2D.xml:16 +msgid "" +"The [RID] of this world's canvas resource. Used by the [VisualServer] for 2D " +"drawing." +msgstr "" + +#: doc/classes/World2D.xml:19 +msgid "" +"Direct access to the world's physics 2D space state. Used for querying " +"current and potential collisions. When using multi-threaded physics, access " +"is limited to [code]_physics_process(delta)[/code] in the main thread." +msgstr "" + +#: doc/classes/World2D.xml:22 +msgid "" +"The [RID] of this world's physics space resource. Used by the " +"[Physics2DServer] for 2D physics, treating it as both a space and an area." +msgstr "" + +#: doc/classes/WorldEnvironment.xml:4 +msgid "" +"Default environment properties for the entire scene (post-processing " +"effects, lighting and background settings)." +msgstr "" + +#: doc/classes/WorldEnvironment.xml:7 +msgid "" +"The [WorldEnvironment] node is used to configure the default [Environment] " +"for the scene.\n" +"The parameters defined in the [WorldEnvironment] can be overridden by an " +"[Environment] node set on the current [Camera]. Additionally, only one " +"[WorldEnvironment] may be instanced in a given scene at a time.\n" +"The [WorldEnvironment] allows the user to specify default lighting " +"parameters (e.g. ambient lighting), various post-processing effects (e.g. " +"SSAO, DOF, Tonemapping), and how to draw the background (e.g. solid color, " +"skybox). Usually, these are added in order to improve the realism/color " +"balance of the scene." +msgstr "" + +#: doc/classes/WorldEnvironment.xml:21 +msgid "" +"The [Environment] resource used by this [WorldEnvironment], defining the " +"default properties." +msgstr "" + +#: doc/classes/X509Certificate.xml:4 +msgid "An X509 certificate (e.g. for SSL)." +msgstr "" + +#: doc/classes/X509Certificate.xml:7 +msgid "" +"The X509Certificate class represents an X509 certificate. Certificates can " +"be loaded and saved like any other [Resource].\n" +"They can be used as the server certificate in [method StreamPeerSSL." +"accept_stream] (along with the proper [CryptoKey]), and to specify the only " +"certificate that should be accepted when connecting to an SSL server via " +"[method StreamPeerSSL.connect_to_stream].\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/X509Certificate.xml:18 +msgid "Loads a certificate from [code]path[/code] (\"*.crt\" file)." +msgstr "" + +#: doc/classes/X509Certificate.xml:25 +msgid "" +"Saves a certificate to the given [code]path[/code] (should be a \"*.crt\" " +"file)." +msgstr "" + +#: doc/classes/XMLParser.xml:4 +msgid "" +"Low-level class for creating parsers for [url=https://en.wikipedia.org/wiki/" +"XML]XML[/url] files." +msgstr "" + +#: doc/classes/XMLParser.xml:7 +msgid "" +"This class can serve as base to make custom XML parsers. Since XML is a very " +"flexible standard, this interface is low-level so it can be applied to any " +"possible schema." +msgstr "" + +#: doc/classes/XMLParser.xml:15 +msgid "Gets the amount of attributes in the current element." +msgstr "" + +#: doc/classes/XMLParser.xml:22 +msgid "" +"Gets the name of the attribute specified by the index in [code]idx[/code] " +"argument." +msgstr "" + +#: doc/classes/XMLParser.xml:29 +msgid "" +"Gets the value of the attribute specified by the index in [code]idx[/code] " +"argument." +msgstr "" + +#: doc/classes/XMLParser.xml:35 +msgid "Gets the current line in the parsed file (currently not implemented)." +msgstr "" + +#: doc/classes/XMLParser.xml:42 +msgid "" +"Gets the value of a certain attribute of the current element by name. This " +"will raise an error if the element has no such attribute." +msgstr "" + +#: doc/classes/XMLParser.xml:49 +msgid "" +"Gets the value of a certain attribute of the current element by name. This " +"will return an empty [String] if the attribute is not found." +msgstr "" + +#: doc/classes/XMLParser.xml:55 +msgid "" +"Gets the contents of a text node. This will raise an error in any other type " +"of node." +msgstr "" + +#: doc/classes/XMLParser.xml:61 +msgid "" +"Gets the name of the current element node. This will raise an error if the " +"current node type is neither [constant NODE_ELEMENT] nor [constant " +"NODE_ELEMENT_END]." +msgstr "" + +#: doc/classes/XMLParser.xml:67 +msgid "" +"Gets the byte offset of the current node since the beginning of the file or " +"buffer." +msgstr "" + +#: doc/classes/XMLParser.xml:73 +msgid "" +"Gets the type of the current node. Compare with [enum NodeType] constants." +msgstr "" + +#: doc/classes/XMLParser.xml:80 +msgid "Check whether the current element has a certain attribute." +msgstr "" + +#: doc/classes/XMLParser.xml:86 +msgid "" +"Check whether the current element is empty (this only works for completely " +"empty tags, e.g. [code][/code])." +msgstr "" + +#: doc/classes/XMLParser.xml:93 +msgid "Opens an XML file for parsing. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:100 +msgid "Opens an XML raw buffer for parsing. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:106 +msgid "Reads the next node of the file. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:113 +msgid "" +"Moves the buffer cursor to a certain offset (since the beginning) and read " +"the next node there. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:119 +msgid "" +"Skips the current section. If the node contains other elements, they will be " +"ignored and the cursor will go to the closing of the current element." +msgstr "" + +#: doc/classes/XMLParser.xml:125 +msgid "There's no node (no file or buffer opened)." +msgstr "" + +#: doc/classes/XMLParser.xml:128 +msgid "Element (tag)." +msgstr "" + +#: doc/classes/XMLParser.xml:131 +msgid "End of element." +msgstr "" + +#: doc/classes/XMLParser.xml:134 +msgid "Text node." +msgstr "" + +#: doc/classes/XMLParser.xml:137 +msgid "Comment node." +msgstr "" + +#: doc/classes/XMLParser.xml:140 +msgid "CDATA content." +msgstr "" + +#: doc/classes/XMLParser.xml:143 +msgid "Unknown node." +msgstr "" + +#: doc/classes/YSort.xml:4 +msgid "Sort all child nodes based on their Y positions." +msgstr "" + +#: doc/classes/YSort.xml:7 +msgid "" +"Sort all child nodes based on their Y positions. The child node must inherit " +"from [CanvasItem] for it to be sorted. Nodes that have a higher Y position " +"will be drawn later, so they will appear on top of nodes that have a lower Y " +"position.\n" +"Nesting of YSort nodes is possible. Children YSort nodes will be sorted in " +"the same space as the parent YSort, allowing to better organize a scene or " +"divide it in multiple ones, yet keep the unique sorting." +msgstr "" + +#: doc/classes/YSort.xml:16 +msgid "" +"If [code]true[/code], child nodes are sorted, otherwise sorting is disabled." +msgstr "" diff --git a/doc/translations/fa.po b/doc/translations/fa.po index 20951755d0..0ee48c3c05 100644 --- a/doc/translations/fa.po +++ b/doc/translations/fa.po @@ -28,43 +28,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.7-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "تعریف" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "آموزش‌ها" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "خصوصیات" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "توابع" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "خصوصیات زمینه" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "سیگنال‌ها" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "شمارش ها" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "ثابت ها" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "توضیحات خصیصه" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "توضیحات تابع" @@ -6649,21 +6649,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6671,7 +6675,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6682,7 +6686,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6690,41 +6694,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6732,61 +6736,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6801,7 +6805,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6810,7 +6814,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6819,7 +6823,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6836,29 +6840,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6897,21 +6901,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6919,7 +6927,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6930,7 +6938,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6938,14 +6946,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6953,21 +6961,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6982,7 +6990,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6997,7 +7005,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7006,7 +7014,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7015,7 +7023,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -7034,7 +7042,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10618,7 +10626,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10816,19 +10825,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11673,26 +11694,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -13161,80 +13189,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -13278,49 +13322,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -15095,26 +15146,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20344,7 +20402,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20471,7 +20530,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21506,8 +21565,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -28117,16 +28179,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -28134,7 +28198,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -28142,73 +28206,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -28218,7 +28282,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -28228,7 +28292,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -28239,7 +28303,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28247,7 +28311,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28255,7 +28319,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -28264,21 +28328,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -28287,25 +28351,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28313,7 +28377,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28321,7 +28385,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28329,7 +28393,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28337,7 +28401,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28345,7 +28409,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28355,7 +28419,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28365,7 +28429,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28376,31 +28440,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28415,55 +28479,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28687,6 +28751,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28698,7 +28773,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28708,7 +28783,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28720,7 +28795,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28728,17 +28803,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28748,7 +28823,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28757,53 +28832,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28811,7 +28886,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28820,17 +28895,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28843,7 +28918,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28855,7 +28930,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28865,7 +28940,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28876,13 +28951,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28890,19 +28965,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28911,7 +28986,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28924,12 +28999,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28944,7 +29028,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28954,11 +29038,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28972,7 +29083,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28985,34 +29096,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -29020,83 +29131,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -29104,23 +29215,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32377,14 +32488,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32877,26 +32995,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37511,26 +37636,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42616,27 +42748,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42668,6 +42800,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42704,11 +42844,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42740,7 +42880,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -44006,18 +44146,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -44025,7 +44153,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -44035,13 +44163,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -44055,14 +44198,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -44071,7 +44214,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -44079,7 +44222,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -44095,20 +44238,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -44116,75 +44259,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44194,7 +44337,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44204,27 +44347,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -44232,81 +44375,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44314,109 +44457,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44427,91 +44570,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44520,13 +44663,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44536,7 +44679,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44544,19 +44687,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44570,45 +44713,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44617,7 +44760,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44628,7 +44771,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44644,14 +44787,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44659,49 +44802,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44710,7 +44853,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44718,7 +44861,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44726,7 +44869,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44736,7 +44879,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44745,7 +44888,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44754,7 +44897,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44764,7 +44907,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44772,7 +44915,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44782,7 +44925,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44792,7 +44935,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44800,7 +44943,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44809,7 +44952,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44817,7 +44960,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44829,477 +44972,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45307,92 +45450,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45402,33 +45545,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45441,7 +45584,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45453,7 +45596,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45465,7 +45608,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45478,7 +45621,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45486,28 +45629,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45517,25 +45660,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45548,7 +45691,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45560,7 +45703,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45572,7 +45715,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45585,13 +45728,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45599,11 +45742,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45617,7 +45760,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45626,7 +45769,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45642,7 +45785,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45652,7 +45795,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45662,7 +45805,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45673,7 +45816,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45683,7 +45826,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45691,7 +45834,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45702,7 +45845,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45717,7 +45860,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45726,13 +45869,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45741,7 +45884,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45751,7 +45894,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45763,7 +45906,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45773,24 +45916,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45799,7 +45942,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45807,7 +45950,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45816,7 +45959,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45826,7 +45969,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45834,31 +45977,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45866,7 +46009,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45876,46 +46019,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45923,7 +46073,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45933,7 +46083,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45942,7 +46092,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45951,20 +46101,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45973,7 +46123,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45981,7 +46131,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45990,7 +46140,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -46000,20 +46150,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -46022,13 +46172,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -46038,46 +46188,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -46087,7 +46237,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -46099,7 +46249,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -46107,7 +46257,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -46115,7 +46265,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -46124,7 +46274,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -46138,7 +46288,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -46148,7 +46298,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -46157,7 +46307,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -46167,54 +46317,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -46225,61 +46375,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46290,7 +46440,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46299,26 +46449,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46329,20 +46479,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46354,52 +46504,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46407,7 +46557,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46417,10 +46567,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46429,10 +46579,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46441,10 +46591,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46453,10 +46603,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46465,10 +46615,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57840,26 +57990,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/fi.po b/doc/translations/fi.po index 1fee7179f2..e508724a41 100644 --- a/doc/translations/fi.po +++ b/doc/translations/fi.po @@ -3,14 +3,16 @@ # Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). # This file is distributed under the same license as the Godot source code. # -# Tapani Niemi , 2020. +# Tapani Niemi , 2020, 2021. # Pierre Stempin , 2020. +# Nekromanser , 2021. +# Leevi Laine , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2020-10-12 09:28+0000\n" -"Last-Translator: Pierre Stempin \n" +"PO-Revision-Date: 2021-10-28 22:08+0000\n" +"Last-Translator: Tapani Niemi \n" "Language-Team: Finnish \n" "Language: fi\n" @@ -18,45 +20,45 @@ msgstr "" "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.3-dev\n" +"X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Kuvaus" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" -msgstr "Oppaat" +msgstr "Opetusohjelmat" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Ominaisuudet" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Metodit" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Teeman ominaisuudet" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Signaalit" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Luetteloinnit" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Vakiot" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Ominaisuuksien kuvaukset" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Metodien kuvaukset" @@ -116,6 +118,10 @@ msgid "" "a = abs(-1) # a is 1\n" "[/codeblock]" msgstr "" +"Palauttaa parametrin [code]s[/code] itseisarvon (eli positiivisen arvon).\n" +"[codeblock]\n" +"a = abs(-1) # a on 1\n" +"[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:55 msgid "" @@ -6225,21 +6231,25 @@ msgstr "" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6247,7 +6257,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6258,7 +6268,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6266,41 +6276,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6308,61 +6318,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6377,7 +6387,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6386,7 +6396,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6395,7 +6405,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6412,29 +6422,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6471,21 +6481,25 @@ msgstr "" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6493,7 +6507,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6504,7 +6518,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6512,14 +6526,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6527,21 +6541,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6556,7 +6570,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6571,7 +6585,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6580,7 +6594,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6589,7 +6603,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6608,7 +6622,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10189,7 +10203,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10388,19 +10403,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11239,26 +11266,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12729,80 +12763,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12846,49 +12896,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14660,26 +14717,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19913,7 +19977,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20040,7 +20105,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21075,8 +21140,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27694,16 +27762,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27711,7 +27781,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27719,73 +27789,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27795,7 +27865,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27805,7 +27875,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27816,7 +27886,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27824,7 +27894,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27832,7 +27902,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27841,21 +27911,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27864,25 +27934,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27890,7 +27960,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27898,7 +27968,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27906,7 +27976,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27914,7 +27984,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27922,7 +27992,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27932,7 +28002,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27942,7 +28012,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27953,31 +28023,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27992,55 +28062,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28265,6 +28335,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28276,7 +28357,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28286,7 +28367,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28298,7 +28379,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28306,17 +28387,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28326,7 +28407,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28335,53 +28416,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28389,7 +28470,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28398,17 +28479,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28421,7 +28502,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28433,7 +28514,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28443,7 +28524,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28454,13 +28535,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28468,19 +28549,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28489,7 +28570,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28502,12 +28583,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28522,7 +28612,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28532,11 +28622,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28550,7 +28667,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28563,34 +28680,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28598,83 +28715,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28682,23 +28799,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31957,14 +32074,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32457,26 +32581,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37084,26 +37215,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42186,27 +42324,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42238,6 +42376,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42274,11 +42420,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42310,7 +42456,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43576,18 +43722,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43595,7 +43729,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43605,13 +43739,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43625,14 +43774,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43641,7 +43790,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43649,7 +43798,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43665,20 +43814,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43686,75 +43835,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43764,7 +43913,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43774,27 +43923,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43802,81 +43951,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43884,109 +44033,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43997,91 +44146,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44090,13 +44239,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44106,7 +44255,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44114,19 +44263,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44140,45 +44289,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44187,7 +44336,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44198,7 +44347,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44214,14 +44363,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44229,49 +44378,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44280,7 +44429,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44288,7 +44437,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44296,7 +44445,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44306,7 +44455,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44315,7 +44464,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44324,7 +44473,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44334,7 +44483,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44342,7 +44491,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44352,7 +44501,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44362,7 +44511,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44370,7 +44519,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44379,7 +44528,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44387,7 +44536,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44399,477 +44548,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44877,92 +45026,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44972,33 +45121,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45011,7 +45160,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45023,7 +45172,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45035,7 +45184,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45048,7 +45197,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45056,28 +45205,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45087,25 +45236,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45118,7 +45267,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45130,7 +45279,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45142,7 +45291,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45155,13 +45304,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45169,11 +45318,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45187,7 +45336,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45196,7 +45345,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45212,7 +45361,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45222,7 +45371,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45232,7 +45381,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45243,7 +45392,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45253,7 +45402,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45261,7 +45410,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45272,7 +45421,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45287,7 +45436,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45296,13 +45445,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45311,7 +45460,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45321,7 +45470,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45333,7 +45482,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45343,24 +45492,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45369,7 +45518,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45377,7 +45526,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45386,7 +45535,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45396,7 +45545,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45404,31 +45553,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45436,7 +45585,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45446,46 +45595,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45493,7 +45649,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45503,7 +45659,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45512,7 +45668,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45521,20 +45677,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45543,7 +45699,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45551,7 +45707,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45560,7 +45716,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45570,20 +45726,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45592,13 +45748,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45608,46 +45764,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45657,7 +45813,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45669,7 +45825,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45677,7 +45833,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45685,7 +45841,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45694,7 +45850,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45708,7 +45864,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45718,7 +45874,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45727,7 +45883,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45737,54 +45893,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45795,61 +45951,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45860,7 +46016,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45869,26 +46025,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45899,20 +46055,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45924,52 +46080,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45977,7 +46133,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45987,10 +46143,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45999,10 +46155,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46011,10 +46167,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46023,10 +46179,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46035,10 +46191,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57402,26 +57558,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/fil.po b/doc/translations/fil.po index 3874d2b91f..002a0c3f7f 100644 --- a/doc/translations/fil.po +++ b/doc/translations/fil.po @@ -21,43 +21,43 @@ msgstr "" "|| n % 10 == 6 || n % 10 == 9);\n" "X-Generator: Weblate 4.3-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Paglalarawan" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Mga tutorial" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "" @@ -6210,21 +6210,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6232,7 +6236,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6243,7 +6247,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6251,41 +6255,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6293,61 +6297,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6362,7 +6366,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6371,7 +6375,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6380,7 +6384,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6397,29 +6401,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6458,21 +6462,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6480,7 +6488,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6491,7 +6499,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6499,14 +6507,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6514,21 +6522,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6543,7 +6551,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6558,7 +6566,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6567,7 +6575,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6576,7 +6584,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6595,7 +6603,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10179,7 +10187,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10377,19 +10386,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11234,26 +11255,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12722,80 +12750,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12839,49 +12883,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14656,26 +14707,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19905,7 +19963,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20032,7 +20091,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21067,8 +21126,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27678,16 +27740,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27695,7 +27759,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27703,73 +27767,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27779,7 +27843,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27789,7 +27853,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27800,7 +27864,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27808,7 +27872,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27816,7 +27880,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27825,21 +27889,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27848,25 +27912,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27874,7 +27938,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27882,7 +27946,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27890,7 +27954,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27898,7 +27962,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27906,7 +27970,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27916,7 +27980,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27926,7 +27990,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27937,31 +28001,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27976,55 +28040,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28248,6 +28312,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28259,7 +28334,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28269,7 +28344,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28281,7 +28356,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28289,17 +28364,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28309,7 +28384,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28318,53 +28393,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28372,7 +28447,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28381,17 +28456,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28404,7 +28479,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28416,7 +28491,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28426,7 +28501,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28437,13 +28512,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28451,19 +28526,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28472,7 +28547,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28485,12 +28560,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28505,7 +28589,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28515,11 +28599,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28533,7 +28644,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28546,34 +28657,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28581,83 +28692,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28665,23 +28776,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31938,14 +32049,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32438,26 +32556,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37066,26 +37191,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42159,27 +42291,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42211,6 +42343,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42247,11 +42387,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42283,7 +42423,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43549,18 +43689,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43568,7 +43696,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43578,13 +43706,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43598,14 +43741,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43614,7 +43757,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43622,7 +43765,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43638,20 +43781,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43659,75 +43802,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43737,7 +43880,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43747,27 +43890,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43775,81 +43918,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43857,109 +44000,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43970,91 +44113,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44063,13 +44206,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44079,7 +44222,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44087,19 +44230,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44113,45 +44256,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44160,7 +44303,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44171,7 +44314,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44187,14 +44330,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44202,49 +44345,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44253,7 +44396,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44261,7 +44404,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44269,7 +44412,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44279,7 +44422,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44288,7 +44431,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44297,7 +44440,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44307,7 +44450,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44315,7 +44458,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44325,7 +44468,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44335,7 +44478,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44343,7 +44486,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44352,7 +44495,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44360,7 +44503,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44372,477 +44515,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44850,92 +44993,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44945,33 +45088,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44984,7 +45127,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44996,7 +45139,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45008,7 +45151,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45021,7 +45164,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45029,28 +45172,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45060,25 +45203,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45091,7 +45234,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45103,7 +45246,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45115,7 +45258,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45128,13 +45271,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45142,11 +45285,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45160,7 +45303,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45169,7 +45312,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45185,7 +45328,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45195,7 +45338,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45205,7 +45348,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45216,7 +45359,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45226,7 +45369,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45234,7 +45377,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45245,7 +45388,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45260,7 +45403,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45269,13 +45412,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45284,7 +45427,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45294,7 +45437,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45306,7 +45449,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45316,24 +45459,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45342,7 +45485,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45350,7 +45493,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45359,7 +45502,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45369,7 +45512,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45377,31 +45520,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45409,7 +45552,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45419,46 +45562,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45466,7 +45616,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45476,7 +45626,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45485,7 +45635,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45494,20 +45644,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45516,7 +45666,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45524,7 +45674,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45533,7 +45683,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45543,20 +45693,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45565,13 +45715,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45581,46 +45731,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45630,7 +45780,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45642,7 +45792,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45650,7 +45800,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45658,7 +45808,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45667,7 +45817,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45681,7 +45831,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45691,7 +45841,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45700,7 +45850,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45710,54 +45860,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45768,61 +45918,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45833,7 +45983,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45842,26 +45992,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45872,20 +46022,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45897,52 +46047,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45950,7 +46100,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45960,10 +46110,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45972,10 +46122,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45984,10 +46134,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -45996,10 +46146,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46008,10 +46158,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57379,26 +57529,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/fr.po b/doc/translations/fr.po index aaa417b657..c576784485 100644 --- a/doc/translations/fr.po +++ b/doc/translations/fr.po @@ -44,13 +44,14 @@ # Tim Krief , 2021. # Rémi Verschelde , 2021. # blfr , 2021. +# Urbain , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2021-10-15 09:31+0000\n" -"Last-Translator: Rémi Verschelde \n" +"PO-Revision-Date: 2021-10-31 13:39+0000\n" +"Last-Translator: Urbain \n" "Language-Team: French \n" "Language: fr\n" @@ -60,43 +61,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Description" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Tutoriels" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Propriétés" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Méthodes" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Propriétés du thème" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Signaux" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Énumérations" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Constantes" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Description des propriétés" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Descriptions des méthodes" @@ -501,6 +502,24 @@ msgid "" "See also [method smoothstep]. If you need to perform more advanced " "transitions, use [Tween] or [AnimationPlayer]." msgstr "" +"Retourne une valeur \"assouplie\" de [code]x[/code] sur la base d'une " +"fonction d'assouplissement définie avec [code]curve[/code]. Cette fonction " +"d'assouplissement est basée sur un exposant. [code]curve[/code] peut être un " +"nombre à virgule flottante, avec des valeurs spécifiques conduisant aux " +"comportements suivants:\n" +"[codeblock]\n" +"- Inférieur à -1.0 (exclusif): Ease in-out\n" +"- 1.0: Linéaire\n" +"- Entre -1.0 et 0.0 (exclusif): Ease out-in\n" +"- 0.0: Constante\n" +"- Entre 0.0 à 1.0 (exclusif): Ease in\n" +"- 1.0: Linéaire\n" +"- Supérieur à 1.0 (exclusif): Ease out\n" +"[/codeblock]\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" +"ease_cheatsheet.png]ease() curve values cheatsheet[/url]\n" +"Voir également [méthode smoothstep]. Si vous avez besoin de réaliser des " +"transitions plus avancées, utilisez [Tween] ou [AnimationPlayer]." #: modules/gdscript/doc_classes/@GDScript.xml:274 msgid "" @@ -1221,6 +1240,17 @@ msgid "" "distinguishes them from print messages used for debugging purposes, while " "also displaying a stack trace when an error or warning is printed." msgstr "" +"Converti un argument ou plus en chaine de caractères de la meilleur manière " +"possible et les affiches dans la console\n" +"[codeblock]\n" +"a = [1, 2, 3]\n" +"print(\"a\", \"=\", a) # Affiche a=[1, 2, 3]\n" +"[/codeblock]\n" +"[b]Note : [/b] Pensez à utiliser [method push_error] et [method " +"push_warning] pour afficher les messages d'erreur et d'avertissement au lieu " +"de [method print]. Cela les distingue des messages d'impression utilisés à " +"des fins de débogage, tout en affichant une trace de la pile lorsqu'une " +"erreur ou un avertissement est affiché." #: modules/gdscript/doc_classes/@GDScript.xml:702 msgid "Like [method print], but prints only when used in debug mode." @@ -7641,21 +7671,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7663,7 +7697,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7674,7 +7708,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7682,41 +7716,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7724,61 +7758,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7793,7 +7827,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7802,7 +7836,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7811,7 +7845,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -7828,29 +7862,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -7889,21 +7923,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7911,7 +7949,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7922,7 +7960,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7930,14 +7968,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7945,21 +7983,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7974,7 +8012,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7989,7 +8027,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7998,7 +8036,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -8007,7 +8045,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -8026,7 +8064,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -11735,7 +11773,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -11940,19 +11979,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "Retourne le bouton d'annulation." -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -12814,26 +12865,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 +msgid "The horizontal space between [Button]'s icon and text." +msgstr "" + +#: doc/classes/Button.xml:92 msgid "Default [StyleBox] for the [Button]." msgstr "[StyleBox] par défaut pour le [Button]." -#: doc/classes/Button.xml:92 +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -14400,80 +14458,98 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +#, fuzzy +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "Icône à afficher lorsque le [CheckButton] est coché et désactivé." + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "La couleur de la police du texte [CheckBox]." -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +#, fuzzy +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "Icône à afficher lorsque le [CheckButton] est coché et désactivé." + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "Bouton à cocher. Voir aussi [CheckBox]." @@ -14517,49 +14593,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "Icône à afficher lorsque le [CheckButton] est coché et désactivé." -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -16510,26 +16593,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 +msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:95 msgid "Default [StyleBox] for the [ColorPickerButton]." msgstr "[StyleBox] par défaut pour le [ColorPickerButton]." -#: doc/classes/ColorPickerButton.xml:95 +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -21888,7 +21978,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -22015,7 +22106,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -23073,10 +23164,12 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "Émis à chaque fois que la ressource change." -#: doc/classes/EditorResourcePicker.xml:89 -#, fuzzy -msgid "Emitted when the resource value was set and user clicked to edit it." -msgstr "Émis lorsqu'une interface est supprimée." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." +msgstr "" #: doc/classes/EditorResourcePreview.xml:4 msgid "Helper to generate previews of resources or files." @@ -29851,16 +29944,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -29868,7 +29963,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -29876,73 +29971,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -29952,7 +30047,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -29962,7 +30057,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -29973,7 +30068,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -29981,7 +30076,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -29989,7 +30084,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -29998,21 +30093,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -30021,7 +30116,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." @@ -30029,19 +30124,19 @@ msgstr "" "Même chose que [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], mais " "avec une composante alpha." -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -30049,7 +30144,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30057,7 +30152,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30065,7 +30160,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30073,7 +30168,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30081,7 +30176,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30091,7 +30186,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30101,7 +30196,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30112,31 +30207,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -30151,56 +30246,56 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "L’image n’a pas d’alpha." -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 #, fuzzy msgid "Image uses alpha." msgstr "L'image utilise l'alpha." -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "Utilisez la compression ST3TC." -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "Utilisez la compression PVRTC2." -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "Utilisez la compression PVRTC4." -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "Utilisez la compression ETC." -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "Utilisez la compression ETC2." -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -30426,6 +30521,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -30437,7 +30543,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -30447,7 +30553,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -30459,7 +30565,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -30467,17 +30573,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -30487,7 +30593,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -30496,54 +30602,54 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 #, fuzzy msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "Retourne l'état actuel de ce canal, voir [enum ChannelState]." -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -30551,7 +30657,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -30560,17 +30666,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -30583,7 +30689,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -30595,7 +30701,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -30605,7 +30711,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -30616,7 +30722,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " @@ -30625,7 +30731,7 @@ msgstr "" "Retourne [code]true[/code] (vrai) si la chaîne de caractères finit par la " "chaîne de caractères donnée." -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -30633,7 +30739,7 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " @@ -30642,13 +30748,13 @@ msgstr "" "Retourne [code]true[/code] (vrai) si la chaîne de caractères finit par la " "chaîne de caractères donnée." -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -30657,7 +30763,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -30670,12 +30776,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -30690,7 +30805,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -30700,11 +30815,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -30718,7 +30860,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -30731,34 +30873,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "Arrête la vibration du joypad." -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -30766,83 +30908,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -30850,23 +30992,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -34216,14 +34358,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -34720,26 +34869,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -39426,26 +39582,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -44665,27 +44828,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -44719,6 +44882,14 @@ msgstr "Ajoute un [PackedVector3Array] à la fin de ce tableau." msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -44757,12 +44928,12 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 #, fuzzy msgid "Changes the int at the given index." msgstr "Modifie le [Vector2] à l’index donné." -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "Retourne la taille du tableau." @@ -44796,7 +44967,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "Ajoute un [PackedVector3Array] à la fin de ce tableau." -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -46099,18 +46270,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -46118,7 +46277,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -46128,13 +46287,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -46148,14 +46322,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -46164,7 +46338,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -46172,7 +46346,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -46188,20 +46362,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -46209,75 +46383,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -46287,7 +46461,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -46297,27 +46471,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -46325,81 +46499,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -46407,112 +46581,112 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" "Si [code]true[/code], le mouvement linéaire à travers l’axe Z est limité." -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "Si [code]true[/code], le filtrage est activé." -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -46523,91 +46697,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "Pile d’appels maximale autorisée pour le débogage de GDScript." -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "Hotspot pour l’image de curseur de souris personnalisée." -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -46616,13 +46790,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -46632,7 +46806,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -46640,19 +46814,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -46666,45 +46840,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -46713,7 +46887,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -46724,7 +46898,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -46740,14 +46914,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -46755,49 +46929,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -46806,7 +46980,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46814,7 +46988,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46822,7 +46996,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -46832,7 +47006,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -46841,7 +47015,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -46850,7 +47024,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -46860,7 +47034,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46868,7 +47042,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -46878,7 +47052,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -46888,7 +47062,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46896,7 +47070,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -46905,7 +47079,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46913,7 +47087,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -46925,478 +47099,478 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 #, fuzzy msgid "If [code]true[/code], logs all output to files." msgstr "Si [code]true[/code], enregistre toutes les sorties aux fichiers." -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -47404,92 +47578,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -47499,19 +47673,19 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 #, fuzzy msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" @@ -47521,14 +47695,14 @@ msgstr "" "Taille de la table de hachage utilisée pour l'algorithme de grille de " "hachage 2D à large phase." -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -47541,7 +47715,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -47553,7 +47727,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -47565,7 +47739,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -47578,7 +47752,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -47586,28 +47760,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -47617,25 +47791,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -47648,7 +47822,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -47660,7 +47834,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -47672,7 +47846,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -47685,13 +47859,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -47699,11 +47873,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -47717,7 +47891,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -47726,7 +47900,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -47742,7 +47916,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -47752,7 +47926,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -47762,7 +47936,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -47773,7 +47947,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -47783,7 +47957,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -47791,7 +47965,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -47802,7 +47976,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -47817,7 +47991,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -47826,13 +48000,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -47841,7 +48015,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -47851,7 +48025,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -47863,7 +48037,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -47873,24 +48047,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -47899,7 +48073,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -47907,7 +48081,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -47916,7 +48090,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -47926,7 +48100,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -47934,31 +48108,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -47966,7 +48140,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -47976,46 +48150,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -48023,7 +48204,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -48033,7 +48214,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -48042,7 +48223,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -48051,14 +48232,14 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 #, fuzzy msgid "" "If [code]true[/code], the texture importer will import lossless textures " @@ -48067,7 +48248,7 @@ msgstr "" "Si [code]true[/code], la [SpinBox] sera modifiable. Sinon, elle sera en " "lecture seule." -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -48076,7 +48257,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -48084,7 +48265,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -48093,7 +48274,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -48103,13 +48284,13 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 #, fuzzy msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" @@ -48119,7 +48300,7 @@ msgstr "" "Si [code]true[/code], l’état de la clé est pressé. Si [code]false[/code], " "l’état de la clé est libéré." -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -48128,13 +48309,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -48144,46 +48325,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -48193,7 +48374,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -48205,7 +48386,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -48213,7 +48394,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -48221,7 +48402,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -48230,7 +48411,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -48244,7 +48425,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -48254,7 +48435,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -48263,7 +48444,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -48273,54 +48454,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -48331,61 +48512,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -48396,7 +48577,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -48405,26 +48586,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -48435,20 +48616,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -48460,52 +48641,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -48513,7 +48694,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -48523,10 +48704,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -48535,10 +48716,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -48547,10 +48728,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -48559,10 +48740,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -48571,10 +48752,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -60276,31 +60457,38 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "Icône à afficher lorsque le [CheckButton] est coché et désactivé." #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 +msgid "Text [Color] used when the [ToolButton] is being hovered." +msgstr "" + +#: doc/classes/ToolButton.xml:45 #, fuzzy msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" "Le [StyleBox] qui s'affiche en arrière-plan lorsque l'on appuie sur le " "[CheckButton]." -#: doc/classes/ToolButton.xml:45 +#: doc/classes/ToolButton.xml:48 msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" -#: doc/classes/ToolButton.xml:48 +#: doc/classes/ToolButton.xml:51 #, fuzzy msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "L'espacement entre l'icône de l'élément et le texte." -#: doc/classes/ToolButton.xml:51 +#: doc/classes/ToolButton.xml:54 #, fuzzy msgid "Default [StyleBox] for the [ToolButton]." msgstr "[StyleBox] par défaut pour le [Button]." -#: doc/classes/ToolButton.xml:54 +#: doc/classes/ToolButton.xml:57 #, fuzzy msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" @@ -72994,6 +73182,10 @@ msgstr "" "Si [code]true[/code] (vrai), les nœuds enfants sont triés, sinon le tri est " "désactivé." +#, fuzzy +#~ msgid "Emitted when the resource value was set and user clicked to edit it." +#~ msgstr "Émis lorsqu'une interface est supprimée." + #~ msgid "Returns the label used for built-in text." #~ msgstr "Retourne l’étiquette utilisée pour le texte intégré." diff --git a/doc/translations/gl.po b/doc/translations/gl.po index 46edb208d7..b4b213e411 100644 --- a/doc/translations/gl.po +++ b/doc/translations/gl.po @@ -21,43 +21,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.7-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Descrición" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Titoriais" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Propiedades" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Métodos" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Propiedades do Tema" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Sinais" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Constantes" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Descrición de Propiedades" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Descrición de Métodos" @@ -6198,21 +6198,25 @@ msgstr "" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6220,7 +6224,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6231,7 +6235,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6239,41 +6243,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6281,61 +6285,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6350,7 +6354,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6359,7 +6363,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6368,7 +6372,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6385,29 +6389,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6442,21 +6446,25 @@ msgstr "" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6464,7 +6472,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6475,7 +6483,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6483,14 +6491,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6498,21 +6506,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6527,7 +6535,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6542,7 +6550,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6551,7 +6559,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6560,7 +6568,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6579,7 +6587,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10146,7 +10154,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10344,19 +10353,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11190,26 +11211,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12668,80 +12696,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12785,49 +12829,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14595,26 +14646,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19826,7 +19884,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -19950,7 +20009,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -20980,8 +21039,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27555,16 +27617,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27572,7 +27636,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27580,73 +27644,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27656,7 +27720,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27666,7 +27730,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27677,7 +27741,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27685,7 +27749,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27693,7 +27757,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27702,21 +27766,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27725,25 +27789,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27751,7 +27815,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27759,7 +27823,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27767,7 +27831,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27775,7 +27839,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27783,7 +27847,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27793,7 +27857,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27803,7 +27867,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27814,31 +27878,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27853,55 +27917,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28124,6 +28188,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28135,7 +28210,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28145,7 +28220,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28157,7 +28232,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28165,17 +28240,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28185,7 +28260,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28194,53 +28269,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28248,7 +28323,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28257,17 +28332,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28280,7 +28355,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28292,7 +28367,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28302,7 +28377,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28313,13 +28388,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28327,19 +28402,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28348,7 +28423,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28361,12 +28436,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28381,7 +28465,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28391,11 +28475,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28409,7 +28520,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28422,34 +28533,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28457,83 +28568,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28541,23 +28652,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31787,14 +31898,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32287,26 +32405,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -36882,26 +37007,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -41968,27 +42100,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42020,6 +42152,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42056,11 +42196,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42092,7 +42232,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43357,18 +43497,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43376,7 +43504,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43386,13 +43514,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43406,14 +43549,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43422,7 +43565,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43430,7 +43573,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43446,20 +43589,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43467,75 +43610,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43545,7 +43688,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43555,27 +43698,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43583,81 +43726,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43665,109 +43808,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43778,91 +43921,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -43871,13 +44014,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -43887,7 +44030,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -43895,19 +44038,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -43921,45 +44064,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -43968,7 +44111,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -43979,7 +44122,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -43995,14 +44138,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44010,49 +44153,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44061,7 +44204,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44069,7 +44212,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44077,7 +44220,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44087,7 +44230,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44096,7 +44239,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44105,7 +44248,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44115,7 +44258,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44123,7 +44266,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44133,7 +44276,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44143,7 +44286,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44151,7 +44294,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44160,7 +44303,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44168,7 +44311,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44180,477 +44323,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44658,92 +44801,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44753,33 +44896,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44792,7 +44935,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44804,7 +44947,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44816,7 +44959,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44829,7 +44972,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -44837,28 +44980,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -44868,25 +45011,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44899,7 +45042,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44911,7 +45054,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44923,7 +45066,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44936,13 +45079,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -44950,11 +45093,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -44968,7 +45111,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -44977,7 +45120,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -44993,7 +45136,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45003,7 +45146,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45013,7 +45156,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45024,7 +45167,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45034,7 +45177,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45042,7 +45185,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45053,7 +45196,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45068,7 +45211,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45077,13 +45220,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45092,7 +45235,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45102,7 +45245,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45114,7 +45257,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45124,24 +45267,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45150,7 +45293,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45158,7 +45301,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45167,7 +45310,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45177,7 +45320,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45185,31 +45328,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45217,7 +45360,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45227,46 +45370,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45274,7 +45424,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45284,7 +45434,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45293,7 +45443,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45302,20 +45452,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45324,7 +45474,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45332,7 +45482,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45341,7 +45491,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45351,20 +45501,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45373,13 +45523,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45389,46 +45539,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45438,7 +45588,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45450,7 +45600,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45458,7 +45608,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45466,7 +45616,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45475,7 +45625,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45489,7 +45639,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45499,7 +45649,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45508,7 +45658,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45518,54 +45668,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45576,61 +45726,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45641,7 +45791,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45650,26 +45800,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45680,20 +45830,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45705,52 +45855,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45758,7 +45908,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45768,10 +45918,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45780,10 +45930,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45792,10 +45942,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -45804,10 +45954,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -45816,10 +45966,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57137,26 +57287,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/hi.po b/doc/translations/hi.po index 0f7e6689bc..641d8c17dd 100644 --- a/doc/translations/hi.po +++ b/doc/translations/hi.po @@ -19,43 +19,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.7-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "विवरण" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "शिक्षण" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "विशेषता" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "तरीकों" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "थीम विशेषता" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "संकेत" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "गणना" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "" @@ -6196,21 +6196,25 @@ msgstr "" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6218,7 +6222,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6229,7 +6233,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6237,41 +6241,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6279,61 +6283,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6348,7 +6352,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6357,7 +6361,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6366,7 +6370,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6383,29 +6387,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6440,21 +6444,25 @@ msgstr "" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6462,7 +6470,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6473,7 +6481,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6481,14 +6489,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6496,21 +6504,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6525,7 +6533,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6540,7 +6548,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6549,7 +6557,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6558,7 +6566,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6577,7 +6585,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10144,7 +10152,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10342,19 +10351,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11188,26 +11209,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12666,80 +12694,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12783,49 +12827,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14593,26 +14644,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19824,7 +19882,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -19948,7 +20007,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -20978,8 +21037,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27553,16 +27615,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27570,7 +27634,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27578,73 +27642,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27654,7 +27718,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27664,7 +27728,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27675,7 +27739,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27683,7 +27747,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27691,7 +27755,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27700,21 +27764,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27723,25 +27787,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27749,7 +27813,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27757,7 +27821,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27765,7 +27829,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27773,7 +27837,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27781,7 +27845,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27791,7 +27855,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27801,7 +27865,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27812,31 +27876,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27851,55 +27915,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28122,6 +28186,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28133,7 +28208,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28143,7 +28218,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28155,7 +28230,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28163,17 +28238,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28183,7 +28258,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28192,53 +28267,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28246,7 +28321,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28255,17 +28330,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28278,7 +28353,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28290,7 +28365,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28300,7 +28375,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28311,13 +28386,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28325,19 +28400,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28346,7 +28421,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28359,12 +28434,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28379,7 +28463,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28389,11 +28473,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28407,7 +28518,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28420,34 +28531,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28455,83 +28566,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28539,23 +28650,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31785,14 +31896,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32285,26 +32403,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -36880,26 +37005,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -41966,27 +42098,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42018,6 +42150,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42054,11 +42194,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42090,7 +42230,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43355,18 +43495,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43374,7 +43502,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43384,13 +43512,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43404,14 +43547,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43420,7 +43563,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43428,7 +43571,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43444,20 +43587,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43465,75 +43608,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43543,7 +43686,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43553,27 +43696,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43581,81 +43724,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43663,109 +43806,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43776,91 +43919,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -43869,13 +44012,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -43885,7 +44028,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -43893,19 +44036,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -43919,45 +44062,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -43966,7 +44109,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -43977,7 +44120,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -43993,14 +44136,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44008,49 +44151,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44059,7 +44202,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44067,7 +44210,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44075,7 +44218,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44085,7 +44228,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44094,7 +44237,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44103,7 +44246,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44113,7 +44256,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44121,7 +44264,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44131,7 +44274,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44141,7 +44284,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44149,7 +44292,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44158,7 +44301,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44166,7 +44309,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44178,477 +44321,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44656,92 +44799,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44751,33 +44894,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44790,7 +44933,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44802,7 +44945,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44814,7 +44957,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44827,7 +44970,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -44835,28 +44978,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -44866,25 +45009,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44897,7 +45040,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44909,7 +45052,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44921,7 +45064,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44934,13 +45077,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -44948,11 +45091,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -44966,7 +45109,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -44975,7 +45118,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -44991,7 +45134,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45001,7 +45144,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45011,7 +45154,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45022,7 +45165,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45032,7 +45175,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45040,7 +45183,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45051,7 +45194,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45066,7 +45209,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45075,13 +45218,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45090,7 +45233,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45100,7 +45243,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45112,7 +45255,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45122,24 +45265,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45148,7 +45291,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45156,7 +45299,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45165,7 +45308,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45175,7 +45318,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45183,31 +45326,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45215,7 +45358,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45225,46 +45368,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45272,7 +45422,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45282,7 +45432,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45291,7 +45441,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45300,20 +45450,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45322,7 +45472,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45330,7 +45480,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45339,7 +45489,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45349,20 +45499,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45371,13 +45521,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45387,46 +45537,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45436,7 +45586,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45448,7 +45598,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45456,7 +45606,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45464,7 +45614,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45473,7 +45623,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45487,7 +45637,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45497,7 +45647,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45506,7 +45656,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45516,54 +45666,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45574,61 +45724,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45639,7 +45789,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45648,26 +45798,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45678,20 +45828,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45703,52 +45853,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45756,7 +45906,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45766,10 +45916,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45778,10 +45928,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45790,10 +45940,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -45802,10 +45952,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -45814,10 +45964,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57135,26 +57285,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/hu.po b/doc/translations/hu.po index e439716469..c917fe976a 100644 --- a/doc/translations/hu.po +++ b/doc/translations/hu.po @@ -4,12 +4,13 @@ # This file is distributed under the same license as the Godot source code. # # Misi , 2021. +# Looky1173 , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-10-10 14:03+0000\n" -"Last-Translator: Misi \n" +"PO-Revision-Date: 2021-10-31 13:40+0000\n" +"Last-Translator: Looky1173 \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -19,46 +20,45 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Leírás" -#: doc/tools/makerst.py -#, fuzzy +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Útmutatók" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Tulajdonságok" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Metódusok" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Theme Properties" msgstr "Téma Tulajdonságok" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Jelzések" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Enumerations" msgstr "Számlálók" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Konstansok" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Tulajdonság leírások" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Metódus leírások" @@ -6212,21 +6212,25 @@ msgstr "" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6234,7 +6238,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6245,7 +6249,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6253,41 +6257,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6295,61 +6299,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6364,7 +6368,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6373,7 +6377,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6382,7 +6386,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6399,29 +6403,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6456,21 +6460,25 @@ msgstr "" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6478,7 +6486,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6489,7 +6497,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6497,14 +6505,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6512,21 +6520,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6541,7 +6549,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6556,7 +6564,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6565,7 +6573,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6574,7 +6582,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6593,7 +6601,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10160,7 +10168,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10358,19 +10367,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11204,26 +11225,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12682,80 +12710,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12799,49 +12843,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14609,26 +14660,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19840,7 +19898,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -19964,7 +20023,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -20994,8 +21053,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27569,16 +27631,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27586,7 +27650,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27594,73 +27658,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27670,7 +27734,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27680,7 +27744,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27691,7 +27755,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27699,7 +27763,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27707,7 +27771,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27716,21 +27780,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27739,25 +27803,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27765,7 +27829,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27773,7 +27837,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27781,7 +27845,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27789,7 +27853,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27797,7 +27861,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27807,7 +27871,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27817,7 +27881,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27828,31 +27892,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27867,55 +27931,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28138,6 +28202,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28149,7 +28224,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28159,7 +28234,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28171,7 +28246,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28179,17 +28254,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28199,7 +28274,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28208,53 +28283,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28262,7 +28337,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28271,17 +28346,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28294,7 +28369,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28306,7 +28381,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28316,7 +28391,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28327,13 +28402,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28341,19 +28416,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28362,7 +28437,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28375,12 +28450,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28395,7 +28479,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28405,11 +28489,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28423,7 +28534,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28436,34 +28547,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28471,83 +28582,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28555,23 +28666,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31801,14 +31912,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32301,26 +32419,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -36896,26 +37021,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -41982,27 +42114,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42034,6 +42166,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42070,11 +42210,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42106,7 +42246,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43371,18 +43511,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43390,7 +43518,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43400,13 +43528,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43420,14 +43563,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43436,7 +43579,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43444,7 +43587,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43460,20 +43603,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43481,75 +43624,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43559,7 +43702,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43569,27 +43712,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43597,81 +43740,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43679,109 +43822,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43792,91 +43935,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -43885,13 +44028,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -43901,7 +44044,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -43909,19 +44052,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -43935,45 +44078,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -43982,7 +44125,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -43993,7 +44136,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44009,14 +44152,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44024,49 +44167,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44075,7 +44218,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44083,7 +44226,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44091,7 +44234,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44101,7 +44244,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44110,7 +44253,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44119,7 +44262,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44129,7 +44272,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44137,7 +44280,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44147,7 +44290,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44157,7 +44300,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44165,7 +44308,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44174,7 +44317,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44182,7 +44325,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44194,477 +44337,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44672,92 +44815,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44767,33 +44910,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44806,7 +44949,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44818,7 +44961,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44830,7 +44973,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44843,7 +44986,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -44851,28 +44994,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -44882,25 +45025,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44913,7 +45056,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44925,7 +45068,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44937,7 +45080,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44950,13 +45093,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -44964,11 +45107,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -44982,7 +45125,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -44991,7 +45134,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45007,7 +45150,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45017,7 +45160,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45027,7 +45170,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45038,7 +45181,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45048,7 +45191,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45056,7 +45199,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45067,7 +45210,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45082,7 +45225,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45091,13 +45234,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45106,7 +45249,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45116,7 +45259,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45128,7 +45271,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45138,24 +45281,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45164,7 +45307,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45172,7 +45315,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45181,7 +45324,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45191,7 +45334,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45199,31 +45342,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45231,7 +45374,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45241,46 +45384,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45288,7 +45438,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45298,7 +45448,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45307,7 +45457,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45316,20 +45466,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45338,7 +45488,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45346,7 +45496,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45355,7 +45505,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45365,20 +45515,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45387,13 +45537,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45403,46 +45553,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45452,7 +45602,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45464,7 +45614,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45472,7 +45622,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45480,7 +45630,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45489,7 +45639,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45503,7 +45653,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45513,7 +45663,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45522,7 +45672,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45532,54 +45682,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45590,61 +45740,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45655,7 +45805,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45664,26 +45814,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45694,20 +45844,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45719,52 +45869,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45772,7 +45922,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45782,10 +45932,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45794,10 +45944,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45806,10 +45956,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -45818,10 +45968,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -45830,10 +45980,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57151,26 +57301,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/id.po b/doc/translations/id.po index 6d58474929..3e64a2b4c3 100644 --- a/doc/translations/id.po +++ b/doc/translations/id.po @@ -24,43 +24,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Deskripsi" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Tutorial" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Properti" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Metode" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Properti Tema" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Sinyal" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Enumerasi" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Konstanta" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Deskripsi Properti" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Deskripsi Method" @@ -6414,21 +6414,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6436,7 +6440,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6447,7 +6451,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6455,41 +6459,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6497,61 +6501,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6566,7 +6570,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6575,7 +6579,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6584,7 +6588,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6601,29 +6605,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6662,21 +6666,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6684,7 +6692,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6695,7 +6703,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6703,14 +6711,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6718,21 +6726,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6747,7 +6755,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6762,7 +6770,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6771,7 +6779,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6780,7 +6788,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6799,7 +6807,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10383,7 +10391,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10581,19 +10590,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11438,26 +11459,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12927,80 +12955,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -13044,49 +13088,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14861,26 +14912,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20110,7 +20168,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20237,7 +20296,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21272,8 +21331,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27884,16 +27946,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27901,7 +27965,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27909,73 +27973,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27985,7 +28049,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27995,7 +28059,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -28006,7 +28070,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28014,7 +28078,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28022,7 +28086,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -28031,21 +28095,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -28054,25 +28118,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28080,7 +28144,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28088,7 +28152,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28096,7 +28160,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28104,7 +28168,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28112,7 +28176,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28122,7 +28186,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28132,7 +28196,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28143,31 +28207,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28182,55 +28246,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28454,6 +28518,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28465,7 +28540,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28475,7 +28550,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28487,7 +28562,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28495,17 +28570,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28515,7 +28590,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28524,53 +28599,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28578,7 +28653,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28587,17 +28662,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28610,7 +28685,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28622,7 +28697,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28632,7 +28707,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28643,13 +28718,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28657,19 +28732,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28678,7 +28753,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28691,12 +28766,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28711,7 +28795,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28721,11 +28805,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28739,7 +28850,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28752,34 +28863,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28787,83 +28898,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28871,23 +28982,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32144,14 +32255,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32644,26 +32762,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37278,26 +37403,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42387,27 +42519,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42439,6 +42571,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42475,11 +42615,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42511,7 +42651,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43777,18 +43917,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43796,7 +43924,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43806,13 +43934,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43826,14 +43969,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43842,7 +43985,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43850,7 +43993,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43866,20 +44009,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43887,75 +44030,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43965,7 +44108,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43975,27 +44118,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -44003,81 +44146,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44085,109 +44228,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44198,91 +44341,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44291,13 +44434,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44307,7 +44450,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44315,19 +44458,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44341,45 +44484,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44388,7 +44531,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44399,7 +44542,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44415,14 +44558,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44430,49 +44573,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44481,7 +44624,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44489,7 +44632,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44497,7 +44640,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44507,7 +44650,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44516,7 +44659,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44525,7 +44668,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44535,7 +44678,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44543,7 +44686,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44553,7 +44696,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44563,7 +44706,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44571,7 +44714,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44580,7 +44723,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44588,7 +44731,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44600,477 +44743,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45078,92 +45221,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45173,33 +45316,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45212,7 +45355,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45224,7 +45367,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45236,7 +45379,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45249,7 +45392,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45257,28 +45400,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45288,25 +45431,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45319,7 +45462,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45331,7 +45474,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45343,7 +45486,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45356,13 +45499,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45370,11 +45513,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45388,7 +45531,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45397,7 +45540,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45413,7 +45556,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45423,7 +45566,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45433,7 +45576,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45444,7 +45587,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45454,7 +45597,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45462,7 +45605,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45473,7 +45616,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45488,7 +45631,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45497,13 +45640,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45512,7 +45655,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45522,7 +45665,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45534,7 +45677,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45544,24 +45687,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45570,7 +45713,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45578,7 +45721,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45587,7 +45730,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45597,7 +45740,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45605,31 +45748,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45637,7 +45780,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45647,46 +45790,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45694,7 +45844,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45704,7 +45854,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45713,7 +45863,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45722,20 +45872,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45744,7 +45894,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45752,7 +45902,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45761,7 +45911,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45771,20 +45921,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45793,13 +45943,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45809,46 +45959,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45858,7 +46008,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45870,7 +46020,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45878,7 +46028,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45886,7 +46036,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45895,7 +46045,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45909,7 +46059,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45919,7 +46069,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45928,7 +46078,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45938,54 +46088,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45996,61 +46146,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46061,7 +46211,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46070,26 +46220,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46100,20 +46250,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46125,52 +46275,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46178,7 +46328,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46188,10 +46338,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46200,10 +46350,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46212,10 +46362,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46224,10 +46374,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46236,10 +46386,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57607,26 +57757,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/it.po b/doc/translations/it.po index 6b85de60f3..cdc5e42f21 100644 --- a/doc/translations/it.po +++ b/doc/translations/it.po @@ -20,12 +20,13 @@ # Daniele Basso , 2021. # Jacopo Farina , 2021. # Riteo Siuga , 2021. +# ZeroKun265 , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-07-26 03:35+0000\n" -"Last-Translator: Riteo Siuga \n" +"PO-Revision-Date: 2021-10-31 13:39+0000\n" +"Last-Translator: ZeroKun265 \n" "Language-Team: Italian \n" "Language: it\n" @@ -33,45 +34,45 @@ msgstr "" "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.7.2-dev\n" +"X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Descrizione" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Guide" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Proprietà" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Metodi" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Proprietà del tema" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Segnali" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Enumerazioni" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Costanti" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Descrizioni delle proprietà" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Descrizioni del metodo" @@ -130,7 +131,6 @@ msgstr "" "I nomi dei colori supportati sono uguali alle costanti definite in [Color]." #: modules/gdscript/doc_classes/@GDScript.xml:45 -#, fuzzy msgid "" "Returns the absolute value of parameter [code]s[/code] (i.e. positive " "value).\n" @@ -141,12 +141,10 @@ msgstr "" "Ritorna il valore assoluto del parametro [code]s[/code] (ovvero un numero " "positivo, sia intero che decimale).\n" "[codeblock]\n" -"# a è 1\n" -"a = abs(-1)\n" +"a = abs(-1) # a è 1\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:55 -#, fuzzy msgid "" "Returns the arc cosine of [code]s[/code] in radians. Use to get the angle of " "cosine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " @@ -159,6 +157,7 @@ msgid "" msgstr "" "Restituisce l'arcocoseno di [code]s[/code] in radianti. Usato per prendere " "l'angolo del coseno di [code]s[/code].\n" +"[code]s[/code] deve essere compreso tra [code]1[/code] e [code] -1 [/code]\n" "[codeblock]\n" "# c è uguale a 0.523599 o 30 gradi se convertito con rad2deg(s)\n" "c = acos(0.866025)\n" @@ -438,7 +437,6 @@ msgstr "" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:238 -#, fuzzy msgid "" "Converts an angle expressed in degrees to radians.\n" "[codeblock]\n" @@ -447,8 +445,7 @@ msgid "" msgstr "" "Converte un angolo espresso in gradi in radianti.\n" "[codeblock]\n" -"# r è 3.141593\n" -"r = deg2rad(180)\n" +"r = deg2rad(180) # r è 3.141593\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:248 @@ -6767,21 +6764,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6789,7 +6790,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6800,7 +6801,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6808,41 +6809,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6850,61 +6851,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6919,7 +6920,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6928,7 +6929,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6937,7 +6938,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6954,29 +6955,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -7015,21 +7016,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7037,7 +7042,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7048,7 +7053,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7056,14 +7061,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7071,21 +7076,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7100,7 +7105,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7115,7 +7120,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7124,7 +7129,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7133,7 +7138,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -7152,7 +7157,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10746,7 +10751,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10945,19 +10951,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11802,26 +11820,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -13295,80 +13320,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -13412,49 +13453,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -15232,26 +15280,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20510,7 +20565,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20637,7 +20693,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21677,8 +21733,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -28313,16 +28372,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -28330,7 +28391,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -28338,73 +28399,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -28414,7 +28475,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -28424,7 +28485,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -28435,7 +28496,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28443,7 +28504,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28451,7 +28512,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -28460,21 +28521,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -28483,25 +28544,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28509,7 +28570,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28517,7 +28578,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28525,7 +28586,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28533,7 +28594,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28541,7 +28602,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28551,7 +28612,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28561,7 +28622,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28572,31 +28633,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28611,55 +28672,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28884,6 +28945,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28895,7 +28967,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28905,7 +28977,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28917,7 +28989,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28925,17 +28997,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28945,7 +29017,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28954,53 +29026,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -29008,7 +29080,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -29017,17 +29089,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -29040,7 +29112,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -29052,7 +29124,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -29062,7 +29134,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -29073,14 +29145,14 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "Ritorna [code]true[/code] se [code]s[/code] è zero o quasi zero." -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -29088,20 +29160,20 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "Ritorna [code]true[/code] se [Rect2i] contiene un punto." -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -29110,7 +29182,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -29123,12 +29195,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -29143,7 +29224,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -29153,11 +29234,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -29171,7 +29279,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -29184,34 +29292,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -29219,83 +29327,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -29303,23 +29411,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32583,14 +32691,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -33084,26 +33199,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37728,26 +37850,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42862,27 +42991,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42914,6 +43043,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42950,11 +43087,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42986,7 +43123,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -44255,18 +44392,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -44274,7 +44399,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -44284,13 +44409,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -44304,14 +44444,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -44320,7 +44460,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -44328,7 +44468,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -44344,20 +44484,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -44365,75 +44505,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44443,7 +44583,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44453,27 +44593,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -44481,81 +44621,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44563,109 +44703,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44676,91 +44816,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44769,13 +44909,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44785,7 +44925,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44793,19 +44933,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44819,45 +44959,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44866,7 +45006,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44877,7 +45017,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44893,14 +45033,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44908,49 +45048,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44959,7 +45099,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44967,7 +45107,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44975,7 +45115,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44985,7 +45125,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44994,7 +45134,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -45003,7 +45143,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -45013,7 +45153,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45021,7 +45161,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -45031,7 +45171,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -45041,7 +45181,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45049,7 +45189,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -45058,7 +45198,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45066,7 +45206,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -45078,477 +45218,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45556,92 +45696,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45651,33 +45791,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45690,7 +45830,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45702,7 +45842,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45714,7 +45854,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45727,7 +45867,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45735,28 +45875,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45766,25 +45906,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45797,7 +45937,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45809,7 +45949,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45821,7 +45961,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45834,13 +45974,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45848,11 +45988,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45866,7 +46006,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45875,7 +46015,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45891,7 +46031,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45901,7 +46041,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45911,7 +46051,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45922,7 +46062,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45932,7 +46072,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45940,7 +46080,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45951,7 +46091,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45966,7 +46106,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45975,13 +46115,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45990,7 +46130,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -46000,7 +46140,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -46012,7 +46152,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -46022,24 +46162,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -46048,7 +46188,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -46056,7 +46196,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -46065,7 +46205,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -46075,7 +46215,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -46083,31 +46223,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -46115,7 +46255,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -46125,46 +46265,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -46172,7 +46319,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -46182,7 +46329,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -46191,7 +46338,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -46200,20 +46347,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -46222,7 +46369,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -46230,7 +46377,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -46239,7 +46386,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -46249,20 +46396,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -46271,13 +46418,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -46287,46 +46434,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -46336,7 +46483,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -46348,7 +46495,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -46356,7 +46503,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -46364,7 +46511,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -46373,7 +46520,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -46387,7 +46534,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -46397,7 +46544,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -46406,7 +46553,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -46416,54 +46563,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -46474,61 +46621,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46539,7 +46686,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46548,26 +46695,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46578,20 +46725,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46603,52 +46750,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46656,7 +46803,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46666,10 +46813,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46678,10 +46825,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46690,10 +46837,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46702,10 +46849,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46714,10 +46861,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -58132,26 +58279,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/ja.po b/doc/translations/ja.po index 370b853b00..611e762e31 100644 --- a/doc/translations/ja.po +++ b/doc/translations/ja.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-09-27 16:04+0000\n" -"Last-Translator: nitenook \n" +"PO-Revision-Date: 2021-10-24 20:52+0000\n" +"Last-Translator: Itoyo Onuki \n" "Language-Team: Japanese \n" "Language: ja\n" @@ -24,43 +24,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "説明" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "チュートリアル" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "プロパティ" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "メソッド" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "テーマ プロパティ" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "シグナル" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "列挙型" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "定数" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "プロパティの説明" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "メソッドの説明" @@ -118,7 +118,6 @@ msgstr "" "サポートされる色の名前は [Color] にて定数として定義されているものと同様です。" #: modules/gdscript/doc_classes/@GDScript.xml:45 -#, fuzzy msgid "" "Returns the absolute value of parameter [code]s[/code] (i.e. positive " "value).\n" @@ -128,12 +127,10 @@ msgid "" msgstr "" "パラメータ [code]s[/code] の絶対値 (すなわち正の数) を返します。\n" "[codeblock]\n" -"# a は 1 に\n" -"a = abs(-1)\n" +"a = abs(-1) # a は 1\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:55 -#, fuzzy msgid "" "Returns the arc cosine of [code]s[/code] in radians. Use to get the angle of " "cosine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " @@ -145,7 +142,9 @@ msgid "" "[/codeblock]" msgstr "" "[code]s[/code] のアークコサインをラジアンで返します。コサイン [code]s[/code] " -"の角度を得るのに使えます。\n" +"の角度を得るのに使えます。 [code]s[/code] は [code]-1.0[/code] および " +"[code]1.0[/code] (を含む) 範囲内、それ以外では [method acos] は [constant " +"NAN] を返します。\n" "[codeblock]\n" "# c は 0.523599。rad2deg(s) で変換すれば 30 度。\n" "c = acos(0.866025)\n" @@ -460,6 +459,23 @@ msgid "" "See also [method smoothstep]. If you need to perform more advanced " "transitions, use [Tween] or [AnimationPlayer]." msgstr "" +"[code]curve[/code] で定義されたイージング関数に基づいて、[code]x[/code] の" +"「イージングされた」値を返します。このイージング関数は、指数に基づきます。" +"[code]curve[/code]はいかなる浮動小数点数でも指定でき、特定の値で下記のような" +"動作をします:\n" +"[codeblock]\n" +"- -1.0 未満: イーズインアウト\n" +"- 1.0: 直線\n" +"- -1.0 超えから 0.0 未満: イーズアウトイン\n" +"- 0.0: 不変\n" +"- 0.0 超えから 1.0 未満: イーズイン\n" +"- 1.0: 直線\n" +"- 1.0 超え: イーズアウト\n" +"[/codeblock]\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" +"ease_cheatsheet.png]ease() 曲線値チートシート[/url]\n" +"[method smoothstep] も参照してください。より高度なトランジションを行う必要が" +"ある場合は、 [Tween] や [AnimationPlayer] を使用してください。" #: modules/gdscript/doc_classes/@GDScript.xml:274 msgid "" @@ -7784,28 +7800,32 @@ msgstr "https://docs.godotengine.org/ja/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 #, fuzzy msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." -msgstr "" -"現在交差している [Area2D] のリストを返します。性能上の理由から (衝突はすべて" -"同時に処理されます)、このリストはオブジェクトが移動した直後ではなく、物理ス" -"テップ中に一度だけ変更されます。代わりにシグナルの使用を考えてください。" - -#: doc/classes/Area.xml:23 -#, fuzzy -msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "現在交差している [PhysicsBody2D] のリストを返します。性能上の理由から (衝突は" "すべて同時に処理されます)、このリストはオブジェクトが移動した直後ではなく、物" "理ステップ中に一度だけ変更されます。代わりにシグナルの使用を考えてください。" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:24 +#, fuzzy +msgid "" +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" +"現在交差している [PhysicsBody2D] のリストを返します。性能上の理由から (衝突は" +"すべて同時に処理されます)、このリストはオブジェクトが移動した直後ではなく、物" +"理ステップ中に一度だけ変更されます。代わりにシグナルの使用を考えてください。" + +#: doc/classes/Area.xml:32 #, fuzzy msgid "" "If [code]true[/code], the given area overlaps the Area.\n" @@ -7819,7 +7839,7 @@ msgstr "" "ん。性能のために、オーバーラップのリストはフレームごとに一度、物理ステップの" "前に更新されます。代わりにシグナルの使用を考えてください。" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 #, fuzzy msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" @@ -7838,7 +7858,7 @@ msgstr "" "定します(GridMap自体は物理ボディではありませんが、実質的な物理ボディとしてタ" "イルのコリジョンシェイプを登録しています)。" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 #, fuzzy msgid "" "The rate at which objects stop spinning in this area. Represents the angular " @@ -7850,18 +7870,18 @@ msgstr "" "表します。値の範囲は [code]0[/code] (減衰なし) から [code]1[/code] (完全減" "衰) です。" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "エリアのオーディオバスの名前です。" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" "[code]true[/code] であれば、このエリアのオーディオバスは標準のオーディオバス" "を上書きします。" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 #, fuzzy msgid "" "The area's gravity intensity (in meters per second squared). This value " @@ -7871,7 +7891,7 @@ msgstr "" "このエリア内での重力の強さです (範囲は -1024 から 1024)。この値で重力ベクトル" "を乗算します。これは重力の方向を変えずに重力の力を変えるのに便利です。" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." @@ -7879,7 +7899,7 @@ msgstr "" "重力点の減衰係数です。値が大きくなるほど、距離による重力の減少が早くなりま" "す。" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." @@ -7887,7 +7907,7 @@ msgstr "" "[code]true[/code] であれば、重力は特定の点 ([member gravity_vec] で設定) から" "計算されます。[member space_override] も参照。" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." @@ -7895,7 +7915,7 @@ msgstr "" "このエリアの重力ベクトルです (未正規化)。もし重力が点であれば ([member " "gravity_point] を参照)、これが重力の発生地点になります。" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 #, fuzzy msgid "" "The rate at which objects stop moving in this area. Represents the linear " @@ -7907,13 +7927,13 @@ msgstr "" "ます。値の範囲は [code]0[/code] (減衰なし) から [code]1[/code] (完全減衰) で" "す。" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" "[code]true[/code] のとき、他のモニタリングしているエリアがこのエリアを検出で" "きます。" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." @@ -7921,11 +7941,11 @@ msgstr "" "[code]true[/code] のとき、このエリアは入ってくる/出ていくボディやエリアを検出" "します。" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "このエリアの優先度です。高い優先度のエリアが先にプロセスされます。" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." @@ -7933,16 +7953,16 @@ msgstr "" "このエリアが、関連するオーディオにリバーブを適用する度合いです。範囲は " "[code]0[/code] から [code]1[/code] までで、精度は [code]0.1[/code] です。" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" "[code]true[/code]の場合、エリアは関連するオーディオにリバーブを適用します。" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "このエリアの関連オーディオに使用する、リバーブバス名です。" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." @@ -7950,7 +7970,7 @@ msgstr "" "このエリアのリバーブが均一な効果を発揮する度合いです。[code]0[/code] から " "[code]1[/code] までの範囲で、[code]0.1[/code] の精度で設定します。" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." @@ -7958,21 +7978,21 @@ msgstr "" "このエリア内における重力・減衰計算のオーバーライドモードです。設定可能な値は" "[enum SpaceOverride]を参照してください。" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7987,7 +8007,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7996,7 +8016,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -8005,7 +8025,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -8022,11 +8042,11 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "このエリアは重力/減衰の作用を受けません。" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." @@ -8034,7 +8054,7 @@ msgstr "" "このエリアは、これまでに計算された値に重力 / 減衰値を加算します ([member " "priority] の順)。" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." @@ -8042,7 +8062,7 @@ msgstr "" "このエリアは、これより優先度の低いエリアを無視して、これまでに計算されたもの " "([member priority] の順) に重力 / 減衰値を加えます。" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." @@ -8050,7 +8070,7 @@ msgstr "" "このエリアは、これより優先度の低いエリアを無視して、デフォルトであっても、重" "力 / 減衰値を置き換えます。" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -8095,28 +8115,34 @@ msgid "https://godotengine.org/asset-library/asset/120" msgstr "https://docs.godotengine.org/ja/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 +#, fuzzy msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "現在交差している [Area2D] のリストを返します。性能上の理由から (衝突はすべて" "同時に処理されます)、このリストはオブジェクトが移動した直後ではなく、物理ス" "テップ中に一度だけ変更されます。代わりにシグナルの使用を考えてください。" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 +#, fuzzy msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "現在交差している [PhysicsBody2D] のリストを返します。性能上の理由から (衝突は" "すべて同時に処理されます)、このリストはオブジェクトが移動した直後ではなく、物" "理ステップ中に一度だけ変更されます。代わりにシグナルの使用を考えてください。" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 #, fuzzy msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" @@ -8130,7 +8156,7 @@ msgstr "" "ん。性能のために、オーバーラップのリストはフレームごとに一度、物理ステップの" "前に更新されます。代わりにシグナルの使用を考えてください。" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 #, fuzzy msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" @@ -8150,7 +8176,7 @@ msgstr "" "ます (TileMap自体は物理ボディではありませんが、衝突シェイプ付きのタイルを実際" "の物理ボディとして登録します)。" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 #, fuzzy msgid "" "The rate at which objects stop spinning in this area. Represents the angular " @@ -8162,7 +8188,7 @@ msgstr "" "表します。値の範囲は [code]0[/code] (減衰なし) から [code]1[/code] (完全減" "衰) です。" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 #, fuzzy msgid "" "The area's gravity intensity (in pixels per second squared). This value " @@ -8172,7 +8198,7 @@ msgstr "" "このエリア内での重力の強さです (範囲は -1024 から 1024)。この値で重力ベクトル" "を乗算します。これは重力の方向を変えずに重力の力を変えるのに便利です。" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 #, fuzzy msgid "" "The rate at which objects stop moving in this area. Represents the linear " @@ -8184,21 +8210,21 @@ msgstr "" "ます。値の範囲は [code]0[/code] (減衰なし) から [code]1[/code] (完全減衰) で" "す。" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -8213,7 +8239,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -8228,7 +8254,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -8237,7 +8263,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -8246,7 +8272,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -8265,7 +8291,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -12620,7 +12646,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -12821,19 +12848,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -13731,7 +13770,7 @@ msgstr "" #: doc/classes/Button.xml:4 msgid "Standard themed Button." -msgstr "標準のテーマボタン" +msgstr "標準のテーマボタン。" #: doc/classes/Button.xml:7 msgid "" @@ -13835,26 +13874,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -15338,80 +15384,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -15455,49 +15517,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -17317,26 +17386,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -22651,7 +22727,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -22778,7 +22855,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -23823,10 +23900,12 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "オーディオ再生が停止したときに発信されます。" -#: doc/classes/EditorResourcePicker.xml:89 -#, fuzzy -msgid "Emitted when the resource value was set and user clicked to edit it." -msgstr "インスペクタでリソースが選択されたときに発信。" +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." +msgstr "" #: doc/classes/EditorResourcePreview.xml:4 msgid "Helper to generate previews of resources or files." @@ -30504,16 +30583,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -30521,7 +30602,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -30529,73 +30610,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -30605,7 +30686,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -30615,7 +30696,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -30626,7 +30707,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -30634,7 +30715,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -30642,7 +30723,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -30651,21 +30732,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -30674,25 +30755,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -30700,7 +30781,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30708,7 +30789,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30716,7 +30797,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30724,7 +30805,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30732,7 +30813,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30742,7 +30823,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30752,7 +30833,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -30763,31 +30844,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -30802,55 +30883,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -31077,6 +31158,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -31088,7 +31180,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -31098,7 +31190,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -31110,7 +31202,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -31118,17 +31210,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -31138,7 +31230,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -31147,53 +31239,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -31201,7 +31293,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -31210,17 +31302,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -31233,7 +31325,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -31245,7 +31337,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -31255,7 +31347,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -31266,7 +31358,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " @@ -31275,7 +31367,7 @@ msgstr "" "インデックス [code]button[/code] のボタンが押された場合、[code]true[/code] を" "返します。[enum JoyButtonList] を参照してください。" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -31283,7 +31375,7 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " @@ -31292,13 +31384,13 @@ msgstr "" "ボタン内にマウスが入り、まだボタンから離れていない場合に [code]true[/code] を" "返します。" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -31307,7 +31399,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -31320,12 +31412,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -31340,7 +31441,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -31350,11 +31451,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -31368,7 +31496,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -31381,34 +31509,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -31416,83 +31544,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -31500,23 +31628,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -34816,14 +34944,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -35317,26 +35452,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -39971,26 +40113,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -45124,27 +45273,27 @@ msgstr "配列の末尾に要素を追加します。" msgid "Removes an element from the array by index." msgstr "インデックスにより配列から要素を削除します。" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -45177,6 +45326,14 @@ msgstr "配列の末尾に要素を追加します。" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -45217,12 +45374,12 @@ msgstr "" "配列の指定した位置に新しい要素を挿入します。挿入する位置は、有効な位置か、配" "列の最後の位置 ([code]pos == size()[/code]) でなければなりません。" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 #, fuzzy msgid "Changes the int at the given index." msgstr "サブノードの名前を変更します。" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -45255,7 +45412,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "配列の末尾に要素を追加します。" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -46535,18 +46692,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -46554,7 +46699,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -46564,13 +46709,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -46584,14 +46744,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -46600,7 +46760,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -46608,7 +46768,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -46624,20 +46784,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -46645,75 +46805,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -46723,7 +46883,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -46733,27 +46893,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -46761,12 +46921,12 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 #, fuzzy msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " @@ -46775,20 +46935,20 @@ msgstr "" "[code]true[/code] の場合、インデックス [code]bus_idx[/code] のバスをミュート" "します。" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function is declared with the " @@ -46797,51 +46957,51 @@ msgstr "" "[code]true[/code]の場合、オブジェクトは距離に関係なく同じサイズでレンダリング" "されます。" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -46849,74 +47009,74 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." @@ -46924,38 +47084,38 @@ msgstr "" "[code]true[/code] の場合、シーンツリーに追加されたときにオーディオが再生され" "ます。" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "[code]true[/code]の場合、法線マッピングが有効になります。" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -46966,91 +47126,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -47059,13 +47219,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -47075,7 +47235,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -47083,19 +47243,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -47109,45 +47269,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -47156,7 +47316,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -47167,7 +47327,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -47183,14 +47343,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -47198,49 +47358,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -47249,7 +47409,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -47257,7 +47417,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -47265,7 +47425,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -47275,7 +47435,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -47284,7 +47444,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -47293,7 +47453,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -47303,7 +47463,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -47311,7 +47471,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -47321,7 +47481,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -47331,7 +47491,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -47339,7 +47499,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -47348,7 +47508,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -47356,7 +47516,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -47368,477 +47528,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -47846,92 +48006,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -47941,33 +48101,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -47980,7 +48140,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -47992,7 +48152,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -48004,7 +48164,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -48017,7 +48177,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -48025,28 +48185,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -48056,25 +48216,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -48087,7 +48247,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -48099,7 +48259,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -48111,7 +48271,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -48124,13 +48284,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -48138,11 +48298,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -48156,7 +48316,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -48165,7 +48325,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -48181,7 +48341,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -48191,7 +48351,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -48201,7 +48361,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -48212,7 +48372,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -48222,7 +48382,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -48230,7 +48390,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -48241,7 +48401,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -48256,7 +48416,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -48265,13 +48425,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -48280,7 +48440,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -48290,7 +48450,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -48302,7 +48462,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -48312,24 +48472,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -48338,7 +48498,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -48346,7 +48506,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -48355,7 +48515,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -48365,7 +48525,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -48373,31 +48533,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -48405,7 +48565,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -48415,46 +48575,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -48462,7 +48629,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -48472,7 +48639,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -48481,7 +48648,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -48490,20 +48657,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -48512,7 +48679,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -48520,7 +48687,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -48529,7 +48696,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -48539,20 +48706,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -48561,13 +48728,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -48577,46 +48744,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -48626,7 +48793,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -48638,7 +48805,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -48646,7 +48813,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -48654,7 +48821,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -48663,7 +48830,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -48677,7 +48844,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -48687,7 +48854,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -48696,7 +48863,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -48706,54 +48873,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -48764,61 +48931,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -48829,7 +48996,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -48838,26 +49005,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -48868,20 +49035,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -48893,54 +49060,54 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 #, fuzzy msgid "Quality setting for subsurface scattering (samples taken)." msgstr "サブサーフェス スキャタリング効果の強さ。" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 #, fuzzy msgid "Max radius used for subsurface scattering samples." msgstr "サブサーフェス スキャタリング効果の強さ。" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -48948,7 +49115,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -48958,10 +49125,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -48970,10 +49137,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -48982,10 +49149,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -48994,10 +49161,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -49006,10 +49173,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -60777,28 +60944,35 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ToolButton.xml:42 #, fuzzy msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "ボタンの長押しが停止されたときに発信されます。" -#: doc/classes/ToolButton.xml:42 +#: doc/classes/ToolButton.xml:45 msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" -#: doc/classes/ToolButton.xml:45 +#: doc/classes/ToolButton.xml:48 #, fuzzy msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "ボタンの長押しが停止されたときに発信されます。" -#: doc/classes/ToolButton.xml:48 +#: doc/classes/ToolButton.xml:51 msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" -#: doc/classes/ToolButton.xml:51 +#: doc/classes/ToolButton.xml:54 msgid "Default [StyleBox] for the [ToolButton]." msgstr "" -#: doc/classes/ToolButton.xml:54 +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" @@ -72997,6 +73171,22 @@ msgid "" "If [code]true[/code], child nodes are sorted, otherwise sorting is disabled." msgstr "" +#, fuzzy +#~ msgid "" +#~ "Returns a list of intersecting [Area]s. For performance reasons " +#~ "(collisions are all processed at the same time) this list is modified " +#~ "once during the physics step, not immediately after objects are moved. " +#~ "Consider using signals instead." +#~ msgstr "" +#~ "現在交差している [Area2D] のリストを返します。性能上の理由から (衝突はすべ" +#~ "て同時に処理されます)、このリストはオブジェクトが移動した直後ではなく、物" +#~ "理ステップ中に一度だけ変更されます。代わりにシグナルの使用を考えてくださ" +#~ "い。" + +#, fuzzy +#~ msgid "Emitted when the resource value was set and user clicked to edit it." +#~ msgstr "インスペクタでリソースが選択されたときに発信。" + #~ msgid "Returns the label used for built-in text." #~ msgstr "組み込みテキストに使用されているラベルを返します。" diff --git a/doc/translations/ko.po b/doc/translations/ko.po index 8741f82f9c..055ac1daf8 100644 --- a/doc/translations/ko.po +++ b/doc/translations/ko.po @@ -11,12 +11,13 @@ # moolow , 2021. # Jaemin Park , 2021. # dewcked , 2021. +# 신동규 , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-09-25 15:54+0000\n" -"Last-Translator: dewcked \n" +"PO-Revision-Date: 2021-10-28 22:08+0000\n" +"Last-Translator: 신동규 \n" "Language-Team: Korean \n" "Language: ko\n" @@ -26,43 +27,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "설명" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" -msgstr "튜토리얼" +msgstr "강좌" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "속성" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "메서드" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "테마 속성들" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "시그널" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "열거형" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "상수" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "속성 설명" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "메서드 설명" @@ -6336,21 +6337,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6358,7 +6363,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6369,7 +6374,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6377,41 +6382,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6419,61 +6424,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6488,7 +6493,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6497,7 +6502,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6506,7 +6511,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6523,29 +6528,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6584,21 +6589,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6606,7 +6615,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6617,7 +6626,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6625,14 +6634,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6640,21 +6649,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6669,7 +6678,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6684,7 +6693,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6693,7 +6702,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6702,7 +6711,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6721,7 +6730,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10307,7 +10316,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10506,19 +10516,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11363,26 +11385,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12855,80 +12884,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12972,49 +13017,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14818,26 +14870,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20132,7 +20191,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20259,7 +20319,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21294,8 +21354,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27914,16 +27977,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27931,7 +27996,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27939,73 +28004,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -28015,7 +28080,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -28025,7 +28090,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -28036,7 +28101,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28044,7 +28109,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28052,7 +28117,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -28061,21 +28126,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -28084,25 +28149,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28110,7 +28175,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28118,7 +28183,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28126,7 +28191,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28134,7 +28199,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28142,7 +28207,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28152,7 +28217,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28162,7 +28227,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28173,31 +28238,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28212,55 +28277,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28485,6 +28550,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28496,7 +28572,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28506,7 +28582,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28518,7 +28594,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28526,17 +28602,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28546,7 +28622,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28555,53 +28631,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28609,7 +28685,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28618,17 +28694,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28641,7 +28717,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28653,7 +28729,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28663,7 +28739,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28674,13 +28750,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28688,19 +28764,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28709,7 +28785,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28722,12 +28798,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28742,7 +28827,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28752,11 +28837,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28770,7 +28882,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28783,34 +28895,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28818,83 +28930,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28902,23 +29014,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32178,14 +32290,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32678,26 +32797,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37441,26 +37567,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42557,27 +42690,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42609,6 +42742,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42645,11 +42786,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42681,7 +42822,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43948,18 +44089,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43967,7 +44096,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43977,13 +44106,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43997,14 +44141,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -44013,7 +44157,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -44021,7 +44165,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -44037,20 +44181,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -44058,75 +44202,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44136,7 +44280,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44146,27 +44290,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -44174,81 +44318,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44256,109 +44400,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44369,91 +44513,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44462,13 +44606,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44478,7 +44622,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44486,19 +44630,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44512,45 +44656,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44559,7 +44703,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44570,7 +44714,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44586,14 +44730,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44601,49 +44745,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44652,7 +44796,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44660,7 +44804,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44668,7 +44812,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44678,7 +44822,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44687,7 +44831,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44696,7 +44840,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44706,7 +44850,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44714,7 +44858,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44724,7 +44868,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44734,7 +44878,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44742,7 +44886,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44751,7 +44895,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44759,7 +44903,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44771,477 +44915,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45249,92 +45393,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45344,33 +45488,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45383,7 +45527,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45395,7 +45539,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45407,7 +45551,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45420,7 +45564,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45428,28 +45572,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45459,25 +45603,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45490,7 +45634,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45502,7 +45646,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45514,7 +45658,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45527,13 +45671,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45541,11 +45685,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45559,7 +45703,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45568,7 +45712,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45584,7 +45728,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45594,7 +45738,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45604,7 +45748,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45615,7 +45759,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45625,7 +45769,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45633,7 +45777,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45644,7 +45788,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45659,7 +45803,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45668,13 +45812,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45683,7 +45827,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45693,7 +45837,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45705,7 +45849,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45715,24 +45859,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45741,7 +45885,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45749,7 +45893,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45758,7 +45902,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45768,7 +45912,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45776,31 +45920,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45808,7 +45952,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45818,46 +45962,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45865,7 +46016,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45875,7 +46026,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45884,7 +46035,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45893,20 +46044,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45915,7 +46066,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45923,7 +46074,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45932,7 +46083,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45942,20 +46093,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45964,13 +46115,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45980,46 +46131,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -46029,7 +46180,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -46041,7 +46192,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -46049,7 +46200,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -46057,7 +46208,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -46066,7 +46217,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -46080,7 +46231,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -46090,7 +46241,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -46099,7 +46250,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -46109,54 +46260,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -46167,61 +46318,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46232,7 +46383,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46241,26 +46392,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46271,20 +46422,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46296,52 +46447,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46349,7 +46500,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46359,10 +46510,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46371,10 +46522,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46383,10 +46534,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46395,10 +46546,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46407,10 +46558,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57779,26 +57930,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/lv.po b/doc/translations/lv.po index e1833c8445..33cbdd282e 100644 --- a/doc/translations/lv.po +++ b/doc/translations/lv.po @@ -6,12 +6,13 @@ # Agnis Aldiņš , 2020. # Pierre Stempin , 2020. # Rihards Kubilis , 2020. +# M E , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2020-11-15 12:43+0000\n" -"Last-Translator: Rihards Kubilis \n" +"PO-Revision-Date: 2021-10-31 22:17+0000\n" +"Last-Translator: M E \n" "Language-Team: Latvian \n" "Language: lv\n" @@ -20,51 +21,51 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 0 || n % 100 >= 11 && n % 100 <= " "19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2);\n" -"X-Generator: Weblate 4.4-dev\n" +"X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" -msgstr "" +msgstr "Apraksts" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" -msgstr "" +msgstr "Pamācības" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" -msgstr "" +msgstr "Iestatījumi" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" -msgstr "" +msgstr "Metodes" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" -msgstr "" +msgstr "Motīva iestatījumi" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Signāli" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" -msgstr "" +msgstr "Uzskaitījumi" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Konstantes" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" -msgstr "" +msgstr "Iestatījumu apraksti" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Metožu Apraksts" #: modules/gdscript/doc_classes/@GDScript.xml:4 msgid "Built-in GDScript functions." -msgstr "" +msgstr "Iebūvētās GDScript funkcijas." #: modules/gdscript/doc_classes/@GDScript.xml:7 msgid "" @@ -72,6 +73,9 @@ msgid "" "utilities. Everything else is provided by objects. (Keywords: builtin, built " "in, global functions.)" msgstr "" +"Saraksts ar iebūvētajām GDScript funkcijām. Matemātikas un citas noderīgas " +"funkcijas. Visu pārējo nodrošina objekti. (Atslēgasvārdi: iebūvēts, globālas " +"funkcijas)" #: modules/gdscript/doc_classes/@GDScript.xml:19 msgid "" @@ -86,6 +90,15 @@ msgid "" "red = Color8(255, 0, 0)\n" "[/codeblock]" msgstr "" +"Atgriež krāsu, kas sastādīta no ciparu sarkanā, zaļā, zilā un alfa kanāla. " +"Katram kanālam jābūt vismaz 8 bitu informācijai robežās no 0 līdz 255.\n" +"[code]r8[/code] sarkanais kanāls\n" +"[code]g8[/code] zaļais kanāls\n" +"[code]b8[/code] zilais kanāls\n" +"[code]a8[/code] alfa kanāls\n" +"[codeblock]\n" +"sarkans = Color8(255, 0, 0)\n" +"[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:34 msgid "" @@ -6211,21 +6224,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6233,7 +6250,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6244,7 +6261,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6252,41 +6269,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6294,61 +6311,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6363,7 +6380,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6372,7 +6389,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6381,7 +6398,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6398,29 +6415,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6459,21 +6476,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6481,7 +6502,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6492,7 +6513,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6500,14 +6521,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6515,21 +6536,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6544,7 +6565,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6559,7 +6580,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6568,7 +6589,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6577,7 +6598,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6596,7 +6617,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10180,7 +10201,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10378,19 +10400,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11235,26 +11269,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12723,80 +12764,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12840,49 +12897,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14657,26 +14721,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19906,7 +19977,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20033,7 +20105,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21068,8 +21140,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27679,16 +27754,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27696,7 +27773,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27704,73 +27781,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27780,7 +27857,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27790,7 +27867,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27801,7 +27878,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27809,7 +27886,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27817,7 +27894,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27826,21 +27903,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27849,25 +27926,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27875,7 +27952,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27883,7 +27960,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27891,7 +27968,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27899,7 +27976,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27907,7 +27984,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27917,7 +27994,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27927,7 +28004,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27938,31 +28015,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27977,55 +28054,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28249,6 +28326,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28260,7 +28348,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28270,7 +28358,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28282,7 +28370,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28290,17 +28378,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28310,7 +28398,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28319,53 +28407,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28373,7 +28461,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28382,17 +28470,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28405,7 +28493,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28417,7 +28505,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28427,7 +28515,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28438,13 +28526,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28452,19 +28540,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28473,7 +28561,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28486,12 +28574,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28506,7 +28603,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28516,11 +28613,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28534,7 +28658,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28547,34 +28671,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28582,83 +28706,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28666,23 +28790,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31939,14 +32063,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32439,26 +32570,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37067,26 +37205,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42160,27 +42305,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42212,6 +42357,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42248,11 +42401,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42284,7 +42437,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43550,18 +43703,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43569,7 +43710,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43579,13 +43720,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43599,14 +43755,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43615,7 +43771,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43623,7 +43779,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43639,20 +43795,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43660,75 +43816,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43738,7 +43894,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43748,27 +43904,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43776,81 +43932,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43858,109 +44014,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43971,91 +44127,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44064,13 +44220,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44080,7 +44236,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44088,19 +44244,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44114,45 +44270,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44161,7 +44317,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44172,7 +44328,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44188,14 +44344,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44203,49 +44359,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44254,7 +44410,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44262,7 +44418,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44270,7 +44426,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44280,7 +44436,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44289,7 +44445,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44298,7 +44454,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44308,7 +44464,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44316,7 +44472,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44326,7 +44482,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44336,7 +44492,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44344,7 +44500,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44353,7 +44509,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44361,7 +44517,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44373,477 +44529,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44851,92 +45007,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44946,33 +45102,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44985,7 +45141,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44997,7 +45153,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45009,7 +45165,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45022,7 +45178,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45030,28 +45186,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45061,25 +45217,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45092,7 +45248,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45104,7 +45260,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45116,7 +45272,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45129,13 +45285,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45143,11 +45299,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45161,7 +45317,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45170,7 +45326,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45186,7 +45342,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45196,7 +45352,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45206,7 +45362,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45217,7 +45373,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45227,7 +45383,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45235,7 +45391,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45246,7 +45402,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45261,7 +45417,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45270,13 +45426,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45285,7 +45441,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45295,7 +45451,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45307,7 +45463,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45317,24 +45473,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45343,7 +45499,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45351,7 +45507,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45360,7 +45516,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45370,7 +45526,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45378,31 +45534,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45410,7 +45566,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45420,46 +45576,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45467,7 +45630,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45477,7 +45640,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45486,7 +45649,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45495,20 +45658,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45517,7 +45680,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45525,7 +45688,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45534,7 +45697,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45544,20 +45707,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45566,13 +45729,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45582,46 +45745,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45631,7 +45794,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45643,7 +45806,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45651,7 +45814,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45659,7 +45822,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45668,7 +45831,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45682,7 +45845,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45692,7 +45855,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45701,7 +45864,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45711,54 +45874,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45769,61 +45932,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45834,7 +45997,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45843,26 +46006,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45873,20 +46036,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45898,52 +46061,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45951,7 +46114,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45961,10 +46124,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45973,10 +46136,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45985,10 +46148,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -45997,10 +46160,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46009,10 +46172,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57380,26 +57543,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/mr.po b/doc/translations/mr.po index a1e7498acb..352da4a417 100644 --- a/doc/translations/mr.po +++ b/doc/translations/mr.po @@ -19,43 +19,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4.1-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "शिकवण्या" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "" @@ -6196,21 +6196,25 @@ msgstr "" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6218,7 +6222,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6229,7 +6233,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6237,41 +6241,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6279,61 +6283,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6348,7 +6352,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6357,7 +6361,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6366,7 +6370,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6383,29 +6387,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6440,21 +6444,25 @@ msgstr "" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6462,7 +6470,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6473,7 +6481,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6481,14 +6489,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6496,21 +6504,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6525,7 +6533,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6540,7 +6548,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6549,7 +6557,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6558,7 +6566,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6577,7 +6585,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10144,7 +10152,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10342,19 +10351,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11188,26 +11209,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12666,80 +12694,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12783,49 +12827,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14593,26 +14644,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19824,7 +19882,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -19948,7 +20007,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -20978,8 +21037,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27553,16 +27615,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27570,7 +27634,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27578,73 +27642,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27654,7 +27718,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27664,7 +27728,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27675,7 +27739,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27683,7 +27747,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27691,7 +27755,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27700,21 +27764,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27723,25 +27787,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27749,7 +27813,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27757,7 +27821,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27765,7 +27829,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27773,7 +27837,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27781,7 +27845,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27791,7 +27855,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27801,7 +27865,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27812,31 +27876,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27851,55 +27915,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28122,6 +28186,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28133,7 +28208,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28143,7 +28218,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28155,7 +28230,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28163,17 +28238,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28183,7 +28258,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28192,53 +28267,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28246,7 +28321,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28255,17 +28330,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28278,7 +28353,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28290,7 +28365,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28300,7 +28375,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28311,13 +28386,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28325,19 +28400,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28346,7 +28421,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28359,12 +28434,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28379,7 +28463,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28389,11 +28473,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28407,7 +28518,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28420,34 +28531,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28455,83 +28566,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28539,23 +28650,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31785,14 +31896,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32285,26 +32403,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -36880,26 +37005,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -41966,27 +42098,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42018,6 +42150,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42054,11 +42194,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42090,7 +42230,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43355,18 +43495,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43374,7 +43502,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43384,13 +43512,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43404,14 +43547,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43420,7 +43563,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43428,7 +43571,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43444,20 +43587,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43465,75 +43608,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43543,7 +43686,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43553,27 +43696,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43581,81 +43724,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43663,109 +43806,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43776,91 +43919,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -43869,13 +44012,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -43885,7 +44028,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -43893,19 +44036,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -43919,45 +44062,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -43966,7 +44109,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -43977,7 +44120,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -43993,14 +44136,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44008,49 +44151,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44059,7 +44202,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44067,7 +44210,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44075,7 +44218,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44085,7 +44228,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44094,7 +44237,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44103,7 +44246,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44113,7 +44256,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44121,7 +44264,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44131,7 +44274,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44141,7 +44284,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44149,7 +44292,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44158,7 +44301,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44166,7 +44309,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44178,477 +44321,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44656,92 +44799,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44751,33 +44894,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44790,7 +44933,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44802,7 +44945,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44814,7 +44957,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44827,7 +44970,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -44835,28 +44978,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -44866,25 +45009,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44897,7 +45040,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44909,7 +45052,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44921,7 +45064,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44934,13 +45077,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -44948,11 +45091,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -44966,7 +45109,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -44975,7 +45118,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -44991,7 +45134,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45001,7 +45144,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45011,7 +45154,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45022,7 +45165,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45032,7 +45175,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45040,7 +45183,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45051,7 +45194,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45066,7 +45209,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45075,13 +45218,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45090,7 +45233,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45100,7 +45243,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45112,7 +45255,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45122,24 +45265,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45148,7 +45291,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45156,7 +45299,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45165,7 +45308,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45175,7 +45318,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45183,31 +45326,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45215,7 +45358,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45225,46 +45368,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45272,7 +45422,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45282,7 +45432,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45291,7 +45441,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45300,20 +45450,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45322,7 +45472,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45330,7 +45480,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45339,7 +45489,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45349,20 +45499,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45371,13 +45521,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45387,46 +45537,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45436,7 +45586,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45448,7 +45598,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45456,7 +45606,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45464,7 +45614,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45473,7 +45623,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45487,7 +45637,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45497,7 +45647,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45506,7 +45656,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45516,54 +45666,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45574,61 +45724,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45639,7 +45789,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45648,26 +45798,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45678,20 +45828,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45703,52 +45853,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45756,7 +45906,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45766,10 +45916,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45778,10 +45928,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45790,10 +45940,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -45802,10 +45952,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -45814,10 +45964,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57135,26 +57285,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/nb.po b/doc/translations/nb.po new file mode 100644 index 0000000000..0e6b60e4d0 --- /dev/null +++ b/doc/translations/nb.po @@ -0,0 +1,69345 @@ +# LANGUAGE translation of the Godot Engine class reference. +# 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. +# +# slasken06 , 2021. +# Daniel Skogly , 2021. +msgid "" +msgstr "" +"Project-Id-Version: Godot Engine class reference\n" +"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" +"PO-Revision-Date: 2021-11-03 13:15+0000\n" +"Last-Translator: Daniel Skogly \n" +"Language-Team: Norwegian Bokmål \n" +"Language: nb_NO\n" +"MIME-Version: 1.0\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.9-dev\n" + +#: doc/tools/make_rst.py +msgid "Description" +msgstr "Beskrivelse" + +#: doc/tools/make_rst.py +msgid "Tutorials" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Properties" +msgstr "Egenskaper" + +#: doc/tools/make_rst.py +msgid "Methods" +msgstr "Metoder" + +#: doc/tools/make_rst.py +msgid "Theme Properties" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Signals" +msgstr "Signaler" + +#: doc/tools/make_rst.py +msgid "Enumerations" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Constants" +msgstr "Konstanter" + +#: doc/tools/make_rst.py +msgid "Property Descriptions" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Method Descriptions" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:4 +msgid "Built-in GDScript functions." +msgstr "Innebygde GDScript-funksjoner." + +#: modules/gdscript/doc_classes/@GDScript.xml:7 +msgid "" +"List of core built-in GDScript functions. Math functions and other " +"utilities. Everything else is provided by objects. (Keywords: builtin, built " +"in, global functions.)" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:19 +msgid "" +"Returns a color constructed from integer red, green, blue, and alpha " +"channels. Each channel should have 8 bits of information ranging from 0 to " +"255.\n" +"[code]r8[/code] red channel\n" +"[code]g8[/code] green channel\n" +"[code]b8[/code] blue channel\n" +"[code]a8[/code] alpha channel\n" +"[codeblock]\n" +"red = Color8(255, 0, 0)\n" +"[/codeblock]" +msgstr "" +"Returnerer en farge konstruert fra heltall rødt-, grønt-, blått- og " +"alfakanaler. Hver kanal skal ha 8 bits med informasjon fra 0 til 255.\n" +"[code]r8[/code] rød kanal\n" +"[code]g8[/code] grønn kanal\n" +"[code]b8[/code] blå kanal\n" +"[code]a8[/code] alfakanal\n" +"[codeblock]\n" +"red = Color8(255, 0, 0)\n" +"[/codeblock]" + +#: modules/gdscript/doc_classes/@GDScript.xml:34 +msgid "" +"Returns a color according to the standardized [code]name[/code] with " +"[code]alpha[/code] ranging from 0 to 1.\n" +"[codeblock]\n" +"red = ColorN(\"red\", 1)\n" +"[/codeblock]\n" +"Supported color names are the same as the constants defined in [Color]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:45 +msgid "" +"Returns the absolute value of parameter [code]s[/code] (i.e. positive " +"value).\n" +"[codeblock]\n" +"a = abs(-1) # a is 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:55 +msgid "" +"Returns the arc cosine of [code]s[/code] in radians. Use to get the angle of " +"cosine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " +"[code]1.0[/code] (inclusive), otherwise, [method acos] will return [constant " +"NAN].\n" +"[codeblock]\n" +"# c is 0.523599 or 30 degrees if converted with rad2deg(s)\n" +"c = acos(0.866025)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:66 +msgid "" +"Returns the arc sine of [code]s[/code] in radians. Use to get the angle of " +"sine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " +"[code]1.0[/code] (inclusive), otherwise, [method asin] will return [constant " +"NAN].\n" +"[codeblock]\n" +"# s is 0.523599 or 30 degrees if converted with rad2deg(s)\n" +"s = asin(0.5)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:78 +msgid "" +"Asserts that the [code]condition[/code] is [code]true[/code]. If the " +"[code]condition[/code] is [code]false[/code], an error is generated. When " +"running from the editor, the running project will also be paused until you " +"resume it. This can be used as a stronger form of [method push_error] for " +"reporting errors to project developers or add-on users.\n" +"[b]Note:[/b] For performance reasons, the code inside [method assert] is " +"only executed in debug builds or when running the project from the editor. " +"Don't include code that has side effects in an [method assert] call. " +"Otherwise, the project will behave differently when exported in release " +"mode.\n" +"The optional [code]message[/code] argument, if given, is shown in addition " +"to the generic \"Assertion failed\" message. You can use this to provide " +"additional details about why the assertion failed.\n" +"[codeblock]\n" +"# Imagine we always want speed to be between 0 and 20.\n" +"var speed = -10\n" +"assert(speed < 20) # True, the program will continue\n" +"assert(speed >= 0) # False, the program will stop\n" +"assert(speed >= 0 and speed < 20) # You can also combine the two conditional " +"statements in one check\n" +"assert(speed < 20, \"speed = %f, but the speed limit is 20\" % speed) # Show " +"a message with clarifying details\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:95 +msgid "" +"Returns the arc tangent of [code]s[/code] in radians. Use it to get the " +"angle from an angle's tangent in trigonometry: [code]atan(tan(angle)) == " +"angle[/code].\n" +"The method cannot know in which quadrant the angle should fall. See [method " +"atan2] if you have both [code]y[/code] and [code]x[/code].\n" +"[codeblock]\n" +"a = atan(0.5) # a is 0.463648\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:107 +msgid "" +"Returns the arc tangent of [code]y/x[/code] in radians. Use to get the angle " +"of tangent [code]y/x[/code]. To compute the value, the method takes into " +"account the sign of both arguments in order to determine the quadrant.\n" +"Important note: The Y coordinate comes first, by convention.\n" +"[codeblock]\n" +"a = atan2(0, -1) # a is 3.141593\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:119 +msgid "" +"Decodes a byte array back to a value. When [code]allow_objects[/code] is " +"[code]true[/code] decoding objects is allowed.\n" +"[b]WARNING:[/b] Deserialized object can contain code which gets executed. Do " +"not use this option if the serialized object comes from untrusted sources to " +"avoid potential security threats (remote code execution)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:128 +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:145 +msgid "" +"Converts a 2D point expressed in the cartesian coordinate system (X and Y " +"axis) to the polar coordinate system (a distance from the origin and an " +"angle)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:135 +msgid "" +"Rounds [code]s[/code] upward (towards positive infinity), returning the " +"smallest whole number that is not less than [code]s[/code].\n" +"[codeblock]\n" +"a = ceil(1.45) # a is 2.0\n" +"a = ceil(1.001) # a is 2.0\n" +"[/codeblock]\n" +"See also [method floor], [method round], [method stepify], and [int]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:147 +msgid "" +"Returns a character as a String of the given Unicode code point (which is " +"compatible with ASCII code).\n" +"[codeblock]\n" +"a = char(65) # a is \"A\"\n" +"a = char(65 + 32) # a is \"a\"\n" +"a = char(8364) # a is \"€\"\n" +"[/codeblock]\n" +"This is the inverse of [method ord]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:162 +msgid "" +"Clamps [code]value[/code] and returns a value not less than [code]min[/code] " +"and not more than [code]max[/code].\n" +"[codeblock]\n" +"a = clamp(1000, 1, 20) # a is 20\n" +"a = clamp(-10, 1, 20) # a is 1\n" +"a = clamp(15, 1, 20) # a is 15\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:175 +msgid "" +"Converts from a type to another in the best way possible. The [code]type[/" +"code] parameter uses the [enum Variant.Type] values.\n" +"[codeblock]\n" +"a = Vector2(1, 0)\n" +"# Prints 1\n" +"print(a.length())\n" +"a = convert(a, TYPE_STRING)\n" +"# Prints 6 as \"(1, 0)\" is 6 characters\n" +"print(a.length())\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:190 +msgid "" +"Returns the cosine of angle [code]s[/code] in radians.\n" +"[codeblock]\n" +"a = cos(TAU) # a is 1.0\n" +"a = cos(PI) # a is -1.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:201 +msgid "" +"Returns the hyperbolic cosine of [code]s[/code] in radians.\n" +"[codeblock]\n" +"print(cosh(1)) # Prints 1.543081\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:211 +msgid "Converts from decibels to linear energy (audio)." +msgstr "Konverterer fra desibel til lineær energi (lyd)." + +#: modules/gdscript/doc_classes/@GDScript.xml:218 +msgid "Deprecated alias for [method step_decimals]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:227 +msgid "" +"[b]Note:[/b] [code]dectime[/code] has been deprecated and will be removed in " +"Godot 4.0, please use [method move_toward] instead.\n" +"Returns the result of [code]value[/code] decreased by [code]step[/code] * " +"[code]amount[/code].\n" +"[codeblock]\n" +"a = dectime(60, 10, 0.1)) # a is 59.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:238 +msgid "" +"Converts an angle expressed in degrees to radians.\n" +"[codeblock]\n" +"r = deg2rad(180) # r is 3.141593\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:248 +msgid "" +"Converts a dictionary (previously created with [method inst2dict]) back to " +"an instance. Useful for deserializing." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:256 +msgid "" +"Returns an \"eased\" value of [code]x[/code] based on an easing function " +"defined with [code]curve[/code]. This easing function is based on an " +"exponent. The [code]curve[/code] can be any floating-point number, with " +"specific values leading to the following behaviors:\n" +"[codeblock]\n" +"- Lower than -1.0 (exclusive): Ease in-out\n" +"- 1.0: Linear\n" +"- Between -1.0 and 0.0 (exclusive): Ease out-in\n" +"- 0.0: Constant\n" +"- Between 0.0 to 1.0 (exclusive): Ease in\n" +"- 1.0: Linear\n" +"- Greater than 1.0 (exclusive): Ease out\n" +"[/codeblock]\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" +"ease_cheatsheet.png]ease() curve values cheatsheet[/url]\n" +"See also [method smoothstep]. If you need to perform more advanced " +"transitions, use [Tween] or [AnimationPlayer]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:274 +msgid "" +"The natural exponential function. It raises the mathematical constant [b]e[/" +"b] to the power of [code]s[/code] and returns it.\n" +"[b]e[/b] has an approximate value of 2.71828, and can be obtained with " +"[code]exp(1)[/code].\n" +"For exponents to other bases use the method [method pow].\n" +"[codeblock]\n" +"a = exp(2) # Approximately 7.39\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:286 +msgid "" +"Rounds [code]s[/code] downward (towards negative infinity), returning the " +"largest whole number that is not more than [code]s[/code].\n" +"[codeblock]\n" +"a = floor(2.45) # a is 2.0\n" +"a = floor(2.99) # a is 2.0\n" +"a = floor(-2.99) # a is -3.0\n" +"[/codeblock]\n" +"See also [method ceil], [method round], [method stepify], and [int].\n" +"[b]Note:[/b] This method returns a float. If you need an integer and " +"[code]s[/code] is a non-negative number, you can use [code]int(s)[/code] " +"directly." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:301 +msgid "" +"Returns the floating-point remainder of [code]a/b[/code], keeping the sign " +"of [code]a[/code].\n" +"[codeblock]\n" +"r = fmod(7, 5.5) # r is 1.5\n" +"[/codeblock]\n" +"For the integer remainder operation, use the % operator." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:313 +msgid "" +"Returns the floating-point modulus of [code]a/b[/code] that wraps equally in " +"positive and negative.\n" +"[codeblock]\n" +"for i in 7:\n" +" var x = 0.5 * i - 1.5\n" +" print(\"%4.1f %4.1f %4.1f\" % [x, fmod(x, 1.5), fposmod(x, 1.5)])\n" +"[/codeblock]\n" +"Produces:\n" +"[codeblock]\n" +"-1.5 -0.0 0.0\n" +"-1.0 -1.0 0.5\n" +"-0.5 -0.5 1.0\n" +" 0.0 0.0 0.0\n" +" 0.5 0.5 0.5\n" +" 1.0 1.0 1.0\n" +" 1.5 0.0 0.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:336 +msgid "" +"Returns a reference to the specified function [code]funcname[/code] in the " +"[code]instance[/code] node. As functions aren't first-class objects in " +"GDscript, use [code]funcref[/code] to store a [FuncRef] in a variable and " +"call it later.\n" +"[codeblock]\n" +"func foo():\n" +" return(\"bar\")\n" +"\n" +"a = funcref(self, \"foo\")\n" +"print(a.call_func()) # Prints bar\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:349 +msgid "" +"Returns an array of dictionaries representing the current call stack.\n" +"[codeblock]\n" +"func _ready():\n" +" foo()\n" +"\n" +"func foo():\n" +" bar()\n" +"\n" +"func bar():\n" +" print(get_stack())\n" +"[/codeblock]\n" +"would print\n" +"[codeblock]\n" +"[{function:bar, line:12, source:res://script.gd}, {function:foo, line:9, " +"source:res://script.gd}, {function:_ready, line:6, source:res://script.gd}]\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:370 +msgid "" +"Returns the integer hash of the variable passed.\n" +"[codeblock]\n" +"print(hash(\"a\")) # Prints 177670\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:380 +msgid "" +"Returns the passed instance converted to a dictionary (useful for " +"serializing).\n" +"[codeblock]\n" +"var foo = \"bar\"\n" +"func _ready():\n" +" var d = inst2dict(self)\n" +" print(d.keys())\n" +" print(d.values())\n" +"[/codeblock]\n" +"Prints out:\n" +"[codeblock]\n" +"[@subpath, @path, foo]\n" +"[, res://test.gd, bar]\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:399 +msgid "" +"Returns the Object that corresponds to [code]instance_id[/code]. All Objects " +"have a unique instance ID.\n" +"[codeblock]\n" +"var foo = \"bar\"\n" +"func _ready():\n" +" var id = get_instance_id()\n" +" var inst = instance_from_id(id)\n" +" print(inst.foo) # Prints bar\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:415 +msgid "" +"Returns a normalized value considering the given range. This is the opposite " +"of [method lerp].\n" +"[codeblock]\n" +"var middle = lerp(20, 30, 0.75)\n" +"# `middle` is now 27.5.\n" +"# Now, we pretend to have forgotten the original ratio and want to get it " +"back.\n" +"var ratio = inverse_lerp(20, 30, 27.5)\n" +"# `ratio` is now 0.75.\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:430 +msgid "" +"Returns [code]true[/code] if [code]a[/code] and [code]b[/code] are " +"approximately equal to each other.\n" +"Here, approximately equal means that [code]a[/code] and [code]b[/code] are " +"within a small internal epsilon of each other, which scales with the " +"magnitude of the numbers.\n" +"Infinity values of the same sign are considered equal." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:439 +msgid "" +"Returns whether [code]s[/code] is an infinity value (either positive " +"infinity or negative infinity)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:446 +msgid "" +"Returns whether [code]instance[/code] is a valid object (e.g. has not been " +"deleted from memory)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:453 +msgid "" +"Returns whether [code]s[/code] is a NaN (\"Not a Number\" or invalid) value." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:460 +msgid "" +"Returns [code]true[/code] if [code]s[/code] is zero or almost zero.\n" +"This method is faster than using [method is_equal_approx] with one value as " +"zero." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:468 +msgid "" +"Returns length of Variant [code]var[/code]. Length is the character count of " +"String, element count of Array, size of Dictionary, etc.\n" +"[b]Note:[/b] Generates a fatal error if Variant can not provide a length.\n" +"[codeblock]\n" +"a = [1, 2, 3, 4]\n" +"len(a) # Returns 4\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:482 +msgid "" +"Linearly interpolates between two values by a normalized value. This is the " +"opposite of [method inverse_lerp].\n" +"If the [code]from[/code] and [code]to[/code] arguments are of type [int] or " +"[float], the return value is a [float].\n" +"If both are of the same vector type ([Vector2], [Vector3] or [Color]), the " +"return value will be of the same type ([code]lerp[/code] then calls the " +"vector type's [code]linear_interpolate[/code] method).\n" +"[codeblock]\n" +"lerp(0, 4, 0.75) # Returns 3.0\n" +"lerp(Vector2(1, 5), Vector2(3, 2), 0.5) # Returns Vector2(2, 3.5)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:497 +msgid "" +"Linearly interpolates between two angles (in radians) by a normalized " +"value.\n" +"Similar to [method lerp], but interpolates correctly when the angles wrap " +"around [constant @GDScript.TAU].\n" +"[codeblock]\n" +"extends Sprite\n" +"var elapsed = 0.0\n" +"func _process(delta):\n" +" var min_angle = deg2rad(0.0)\n" +" var max_angle = deg2rad(90.0)\n" +" rotation = lerp_angle(min_angle, max_angle, elapsed)\n" +" elapsed += delta\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:514 +msgid "" +"Converts from linear energy to decibels (audio). This can be used to " +"implement volume sliders that behave as expected (since volume isn't " +"linear). Example:\n" +"[codeblock]\n" +"# \"Slider\" refers to a node that inherits Range such as HSlider or " +"VSlider.\n" +"# Its range must be configured to go from 0 to 1.\n" +"# Change the bus name if you'd like to change the volume of a specific bus " +"only.\n" +"AudioServer.set_bus_volume_db(AudioServer.get_bus_index(\"Master\"), " +"linear2db($Slider.value))\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:527 +msgid "" +"Loads a resource from the filesystem located at [code]path[/code]. The " +"resource is loaded on the method call (unless it's referenced already " +"elsewhere, e.g. in another script or in the scene), which might cause slight " +"delay, especially when loading scenes. To avoid unnecessary delays when " +"loading something multiple times, either store the resource in a variable or " +"use [method preload].\n" +"[b]Note:[/b] Resource paths can be obtained by right-clicking on a resource " +"in the FileSystem dock and choosing \"Copy Path\" or by dragging the file " +"from the FileSystem dock into the script.\n" +"[codeblock]\n" +"# Load a scene called main located in the root of the project directory and " +"cache it in a variable.\n" +"var main = load(\"res://main.tscn\") # main will contain a PackedScene " +"resource.\n" +"[/codeblock]\n" +"[b]Important:[/b] The path must be absolute, a local path will just return " +"[code]null[/code].\n" +"This method is a simplified version of [method ResourceLoader.load], which " +"can be used for more advanced scenarios." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:541 +msgid "" +"Natural logarithm. The amount of time needed to reach a certain level of " +"continuous growth.\n" +"[b]Note:[/b] This is not the same as the \"log\" function on most " +"calculators, which uses a base 10 logarithm.\n" +"[codeblock]\n" +"log(10) # Returns 2.302585\n" +"[/codeblock]\n" +"[b]Note:[/b] The logarithm of [code]0[/code] returns [code]-inf[/code], " +"while negative values return [code]-nan[/code]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:554 +msgid "" +"Returns the maximum of two values.\n" +"[codeblock]\n" +"max(1, 2) # Returns 2\n" +"max(-3.99, -4) # Returns -3.99\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:566 +msgid "" +"Returns the minimum of two values.\n" +"[codeblock]\n" +"min(1, 2) # Returns 1\n" +"min(-3.99, -4) # Returns -4\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:579 +msgid "" +"Moves [code]from[/code] toward [code]to[/code] by the [code]delta[/code] " +"value.\n" +"Use a negative [code]delta[/code] value to move away.\n" +"[codeblock]\n" +"move_toward(5, 10, 4) # Returns 9\n" +"move_toward(10, 5, 4) # Returns 6\n" +"move_toward(10, 5, -1.5) # Returns 11.5\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:592 +msgid "" +"Returns the nearest equal or larger power of 2 for integer [code]value[/" +"code].\n" +"In other words, returns the smallest value [code]a[/code] where [code]a = " +"pow(2, n)[/code] such that [code]value <= a[/code] for some non-negative " +"integer [code]n[/code].\n" +"[codeblock]\n" +"nearest_po2(3) # Returns 4\n" +"nearest_po2(4) # Returns 4\n" +"nearest_po2(5) # Returns 8\n" +"\n" +"nearest_po2(0) # Returns 0 (this may not be what you expect)\n" +"nearest_po2(-1) # Returns 0 (this may not be what you expect)\n" +"[/codeblock]\n" +"[b]WARNING:[/b] Due to the way it is implemented, this function returns " +"[code]0[/code] rather than [code]1[/code] for non-positive values of " +"[code]value[/code] (in reality, 1 is the smallest integer power of 2)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:609 +msgid "" +"Returns an integer representing the Unicode code point of the given Unicode " +"character [code]char[/code].\n" +"[codeblock]\n" +"a = ord(\"A\") # a is 65\n" +"a = ord(\"a\") # a is 97\n" +"a = ord(\"€\") # a is 8364\n" +"[/codeblock]\n" +"This is the inverse of [method char]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:622 +msgid "" +"Parse JSON text to a Variant. (Use [method typeof] to check if the Variant's " +"type is what you expect.)\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, parsing a JSON text will convert " +"all numerical values to [float] types.\n" +"[b]Note:[/b] JSON objects do not preserve key order like Godot dictionaries, " +"thus, you should not rely on keys being in a certain order if a dictionary " +"is constructed from JSON. In contrast, JSON arrays retain the order of their " +"elements:\n" +"[codeblock]\n" +"var p = JSON.parse('[\"hello\", \"world\", \"!\"]')\n" +"if typeof(p.result) == TYPE_ARRAY:\n" +" print(p.result[0]) # Prints \"hello\"\n" +"else:\n" +" push_error(\"Unexpected results.\")\n" +"[/codeblock]\n" +"See also [JSON] for an alternative way to parse JSON text." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:640 +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:142 +msgid "" +"Converts a 2D point expressed in the polar coordinate system (a distance " +"from the origin [code]r[/code] and an angle [code]th[/code]) to the " +"cartesian coordinate system (X and Y axis)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:648 +msgid "" +"Returns the integer modulus of [code]a/b[/code] that wraps equally in " +"positive and negative.\n" +"[codeblock]\n" +"for i in range(-3, 4):\n" +" print(\"%2d %2d %2d\" % [i, i % 3, posmod(i, 3)])\n" +"[/codeblock]\n" +"Produces:\n" +"[codeblock]\n" +"-3 0 0\n" +"-2 -2 1\n" +"-1 -1 2\n" +" 0 0 0\n" +" 1 1 1\n" +" 2 2 2\n" +" 3 0 0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:670 +msgid "" +"Returns the result of [code]base[/code] raised to the power of [code]exp[/" +"code].\n" +"[codeblock]\n" +"pow(2, 5) # Returns 32.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:680 +msgid "" +"Returns a [Resource] from the filesystem located at [code]path[/code]. The " +"resource is loaded during script parsing, i.e. is loaded with the script and " +"[method preload] effectively acts as a reference to that resource. Note that " +"the method requires a constant path. If you want to load a resource from a " +"dynamic/variable path, use [method load].\n" +"[b]Note:[/b] Resource paths can be obtained by right clicking on a resource " +"in the Assets Panel and choosing \"Copy Path\" or by dragging the file from " +"the FileSystem dock into the script.\n" +"[codeblock]\n" +"# Instance a scene.\n" +"var diamond = preload(\"res://diamond.tscn\").instance()\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:691 +msgid "" +"Converts one or more arguments of any type to string in the best way " +"possible and prints them to the console.\n" +"[codeblock]\n" +"a = [1, 2, 3]\n" +"print(\"a\", \"=\", a) # Prints a=[1, 2, 3]\n" +"[/codeblock]\n" +"[b]Note:[/b] Consider using [method push_error] and [method push_warning] to " +"print error and warning messages instead of [method print]. This " +"distinguishes them from print messages used for debugging purposes, while " +"also displaying a stack trace when an error or warning is printed." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:702 +msgid "Like [method print], but prints only when used in debug mode." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:708 +msgid "" +"Prints a stack track at code location, only works when running with debugger " +"turned on.\n" +"Output in the console would look something like this:\n" +"[codeblock]\n" +"Frame 0 - res://test.gd:16 in function '_process'\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:718 +msgid "" +"Prints one or more arguments to strings in the best way possible to standard " +"error line.\n" +"[codeblock]\n" +"printerr(\"prints to stderr\")\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:727 +msgid "" +"Prints one or more arguments to strings in the best way possible to console. " +"No newline is added at the end.\n" +"[codeblock]\n" +"printraw(\"A\")\n" +"printraw(\"B\")\n" +"# Prints AB\n" +"[/codeblock]\n" +"[b]Note:[/b] Due to limitations with Godot's built-in console, this only " +"prints to the terminal. If you need to print in the editor, use another " +"method, such as [method print]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:739 +msgid "" +"Prints one or more arguments to the console with a space between each " +"argument.\n" +"[codeblock]\n" +"prints(\"A\", \"B\", \"C\") # Prints A B C\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:748 +msgid "" +"Prints one or more arguments to the console with a tab between each " +"argument.\n" +"[codeblock]\n" +"printt(\"A\", \"B\", \"C\") # Prints A B C\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:758 +msgid "" +"Pushes an error message to Godot's built-in debugger and to the OS " +"terminal.\n" +"[codeblock]\n" +"push_error(\"test error\") # Prints \"test error\" to debugger and terminal " +"as error call\n" +"[/codeblock]\n" +"[b]Note:[/b] Errors printed this way will not pause project execution. To " +"print an error message and pause project execution in debug builds, use " +"[code]assert(false, \"test error\")[/code] instead." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:769 +msgid "" +"Pushes a warning message to Godot's built-in debugger and to the OS " +"terminal.\n" +"[codeblock]\n" +"push_warning(\"test warning\") # Prints \"test warning\" to debugger and " +"terminal as warning call\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:779 +msgid "" +"Converts an angle expressed in radians to degrees.\n" +"[codeblock]\n" +"rad2deg(0.523599) # Returns 30.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:790 +msgid "" +"Random range, any floating point value between [code]from[/code] and " +"[code]to[/code].\n" +"[codeblock]\n" +"prints(rand_range(0, 1), rand_range(0, 1)) # Prints e.g. 0.135591 0.405263\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:800 +msgid "" +"Random from seed: pass a [code]seed[/code], and an array with both number " +"and new seed is returned. \"Seed\" here refers to the internal state of the " +"pseudo random number generator. The internal state of the current " +"implementation is 64 bits." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:806 +msgid "" +"Returns a random floating point value on the interval [code][0, 1][/code].\n" +"[codeblock]\n" +"randf() # Returns e.g. 0.375671\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:815 +msgid "" +"Returns a random unsigned 32-bit integer. Use remainder to obtain a random " +"value in the interval [code][0, N - 1][/code] (where N is smaller than " +"2^32).\n" +"[codeblock]\n" +"randi() # Returns random integer between 0 and 2^32 - 1\n" +"randi() % 20 # Returns random integer between 0 and 19\n" +"randi() % 100 # Returns random integer between 0 and 99\n" +"randi() % 100 + 1 # Returns random integer between 1 and 100\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:827 +msgid "" +"Randomizes the seed (or the internal state) of the random number generator. " +"Current implementation reseeds using a number based on time.\n" +"[codeblock]\n" +"func _ready():\n" +" randomize()\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:837 +msgid "" +"Returns an array with the given range. Range can be 1 argument [code]N[/" +"code] (0 to [code]N[/code] - 1), two arguments ([code]initial[/code], " +"[code]final - 1[/code]) or three arguments ([code]initial[/code], " +"[code]final - 1[/code], [code]increment[/code]). Returns an empty array if " +"the range isn't valid (e.g. [code]range(2, 5, -1)[/code] or [code]range(5, " +"5, 1)[/code]).\n" +"Returns an array with the given range. [code]range()[/code] can have 1 " +"argument N ([code]0[/code] to [code]N - 1[/code]), two arguments " +"([code]initial[/code], [code]final - 1[/code]) or three arguments " +"([code]initial[/code], [code]final - 1[/code], [code]increment[/code]). " +"[code]increment[/code] can be negative. If [code]increment[/code] is " +"negative, [code]final - 1[/code] will become [code]final + 1[/code]. Also, " +"the initial value must be greater than the final value for the loop to run.\n" +"[codeblock]\n" +"print(range(4))\n" +"print(range(2, 5))\n" +"print(range(0, 6, 2))\n" +"[/codeblock]\n" +"Output:\n" +"[codeblock]\n" +"[0, 1, 2, 3]\n" +"[2, 3, 4]\n" +"[0, 2, 4]\n" +"[/codeblock]\n" +"To iterate over an [Array] backwards, use:\n" +"[codeblock]\n" +"var array = [3, 6, 9]\n" +"var i := array.size() - 1\n" +"while i >= 0:\n" +" print(array[i])\n" +" i -= 1\n" +"[/codeblock]\n" +"Output:\n" +"[codeblock]\n" +"9\n" +"6\n" +"3\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:874 +msgid "" +"Maps a [code]value[/code] from range [code][istart, istop][/code] to [code]" +"[ostart, ostop][/code].\n" +"[codeblock]\n" +"range_lerp(75, 0, 100, -1, 1) # Returns 0.5\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:884 +msgid "" +"Rounds [code]s[/code] to the nearest whole number, with halfway cases " +"rounded away from zero.\n" +"[codeblock]\n" +"a = round(2.49) # a is 2.0\n" +"a = round(2.5) # a is 3.0\n" +"a = round(2.51) # a is 3.0\n" +"[/codeblock]\n" +"See also [method floor], [method ceil], [method stepify], and [int]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:897 +msgid "" +"Sets seed for the random number generator.\n" +"[codeblock]\n" +"my_seed = \"Godot Rocks\"\n" +"seed(my_seed.hash())\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:908 +msgid "" +"Returns the sign of [code]s[/code]: -1 or 1. Returns 0 if [code]s[/code] is " +"0.\n" +"[codeblock]\n" +"sign(-6) # Returns -1\n" +"sign(0) # Returns 0\n" +"sign(6) # Returns 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:920 +msgid "" +"Returns the sine of angle [code]s[/code] in radians.\n" +"[codeblock]\n" +"sin(0.523599) # Returns 0.5\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:930 +msgid "" +"Returns the hyperbolic sine of [code]s[/code].\n" +"[codeblock]\n" +"a = log(2.0) # Returns 0.693147\n" +"sinh(a) # Returns 0.75\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:943 +msgid "" +"Returns the result of smoothly interpolating the value of [code]s[/code] " +"between [code]0[/code] and [code]1[/code], based on the where [code]s[/code] " +"lies with respect to the edges [code]from[/code] and [code]to[/code].\n" +"The return value is [code]0[/code] if [code]s <= from[/code], and [code]1[/" +"code] if [code]s >= to[/code]. If [code]s[/code] lies between [code]from[/" +"code] and [code]to[/code], the returned value follows an S-shaped curve that " +"maps [code]s[/code] between [code]0[/code] and [code]1[/code].\n" +"This S-shaped curve is the cubic Hermite interpolator, given by [code]f(y) = " +"3*y^2 - 2*y^3[/code] where [code]y = (x-from) / (to-from)[/code].\n" +"[codeblock]\n" +"smoothstep(0, 2, -5.0) # Returns 0.0\n" +"smoothstep(0, 2, 0.5) # Returns 0.15625\n" +"smoothstep(0, 2, 1.0) # Returns 0.5\n" +"smoothstep(0, 2, 2.0) # Returns 1.0\n" +"[/codeblock]\n" +"Compared to [method ease] with a curve value of [code]-1.6521[/code], " +"[method smoothstep] returns the smoothest possible curve with no sudden " +"changes in the derivative. If you need to perform more advanced transitions, " +"use [Tween] or [AnimationPlayer].\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" +"smoothstep_ease_comparison.png]Comparison between smoothstep() and ease(x, " +"-1.6521) return values[/url]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:960 +msgid "" +"Returns the square root of [code]s[/code], where [code]s[/code] is a non-" +"negative number.\n" +"[codeblock]\n" +"sqrt(9) # Returns 3\n" +"[/codeblock]\n" +"[b]Note:[/b] Negative values of [code]s[/code] return NaN. If you need " +"negative inputs, use [code]System.Numerics.Complex[/code] in C#." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:971 +msgid "" +"Returns the position of the first non-zero digit, after the decimal point. " +"Note that the maximum return value is 10, which is a design decision in the " +"implementation.\n" +"[codeblock]\n" +"n = step_decimals(5) # n is 0\n" +"n = step_decimals(1.0005) # n is 4\n" +"n = step_decimals(0.000000005) # n is 9\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:984 +msgid "" +"Snaps float value [code]s[/code] to a given [code]step[/code]. This can also " +"be used to round a floating point number to an arbitrary number of " +"decimals.\n" +"[codeblock]\n" +"stepify(100, 32) # Returns 96.0\n" +"stepify(3.14159, 0.01) # Returns 3.14\n" +"[/codeblock]\n" +"See also [method ceil], [method floor], [method round], and [int]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:995 +msgid "" +"Converts one or more arguments of any type to string in the best way " +"possible.\n" +"[codeblock]\n" +"var a = [10, 20, 30]\n" +"var b = str(a);\n" +"len(a) # Returns 3\n" +"len(b) # Returns 12\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1008 +msgid "" +"Converts a formatted string that was returned by [method var2str] to the " +"original value.\n" +"[codeblock]\n" +"a = '{ \"a\": 1, \"b\": 2 }'\n" +"b = str2var(a)\n" +"print(b[\"a\"]) # Prints 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1020 +msgid "" +"Returns the tangent of angle [code]s[/code] in radians.\n" +"[codeblock]\n" +"tan(deg2rad(45)) # Returns 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1030 +msgid "" +"Returns the hyperbolic tangent of [code]s[/code].\n" +"[codeblock]\n" +"a = log(2.0) # a is 0.693147\n" +"b = tanh(a) # b is 0.6\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1041 +msgid "" +"Converts a [Variant] [code]var[/code] to JSON text and return the result. " +"Useful for serializing data to store or send over the network.\n" +"[codeblock]\n" +"# Both numbers below are integers.\n" +"a = { \"a\": 1, \"b\": 2 }\n" +"b = to_json(a)\n" +"print(b) # {\"a\":1, \"b\":2}\n" +"# Both numbers above are floats, even if they display without any decimal " +"places.\n" +"[/codeblock]\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, converting a [Variant] to JSON " +"text will convert all numerical values to [float] types.\n" +"See also [JSON] for an alternative way to convert a [Variant] to JSON text." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1057 +msgid "" +"Returns whether the given class exists in [ClassDB].\n" +"[codeblock]\n" +"type_exists(\"Sprite\") # Returns true\n" +"type_exists(\"Variant\") # Returns false\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1068 +msgid "" +"Returns the internal type of the given Variant object, using the [enum " +"Variant.Type] values.\n" +"[codeblock]\n" +"p = parse_json('[\"a\", \"b\", \"c\"]')\n" +"if typeof(p) == TYPE_ARRAY:\n" +" print(p[0]) # Prints a\n" +"else:\n" +" print(\"unexpected results\")\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1082 +msgid "" +"Checks that [code]json[/code] is valid JSON data. Returns an empty string if " +"valid, or an error message otherwise.\n" +"[codeblock]\n" +"j = to_json([1, 2, 3])\n" +"v = validate_json(j)\n" +"if not v:\n" +" print(\"Valid JSON.\")\n" +"else:\n" +" push_error(\"Invalid JSON: \" + v)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1098 +msgid "" +"Encodes a variable value to a byte array. When [code]full_objects[/code] is " +"[code]true[/code] encoding objects is allowed (and can potentially include " +"code)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1105 +msgid "" +"Converts a Variant [code]var[/code] to a formatted string that can later be " +"parsed using [method str2var].\n" +"[codeblock]\n" +"a = { \"a\": 1, \"b\": 2 }\n" +"print(var2str(a))\n" +"[/codeblock]\n" +"prints\n" +"[codeblock]\n" +"{\n" +"\"a\": 1,\n" +"\"b\": 2\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1123 +msgid "" +"Returns a weak reference to an object.\n" +"A weak reference to an object is not enough to keep the object alive: when " +"the only remaining references to a referent are weak references, garbage " +"collection is free to destroy the referent and reuse its memory for " +"something else. However, until the object is actually destroyed the weak " +"reference may return the object even if there are no strong references to it." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1133 +msgid "" +"Wraps float [code]value[/code] between [code]min[/code] and [code]max[/" +"code].\n" +"Usable for creating loop-alike behavior or infinite surfaces.\n" +"[codeblock]\n" +"# Infinite loop between 5.0 and 9.9\n" +"value = wrapf(value + 0.1, 5.0, 10.0)\n" +"[/codeblock]\n" +"[codeblock]\n" +"# Infinite rotation (in radians)\n" +"angle = wrapf(angle + 0.1, 0.0, TAU)\n" +"[/codeblock]\n" +"[codeblock]\n" +"# Infinite rotation (in radians)\n" +"angle = wrapf(angle + 0.1, -PI, PI)\n" +"[/codeblock]\n" +"[b]Note:[/b] If [code]min[/code] is [code]0[/code], this is equivalent to " +"[method fposmod], so prefer using that instead.\n" +"[code]wrapf[/code] is more flexible than using the [method fposmod] approach " +"by giving the user control over the minimum value." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1157 +msgid "" +"Wraps integer [code]value[/code] between [code]min[/code] and [code]max[/" +"code].\n" +"Usable for creating loop-alike behavior or infinite surfaces.\n" +"[codeblock]\n" +"# Infinite loop between 5 and 9\n" +"frame = wrapi(frame + 1, 5, 10)\n" +"[/codeblock]\n" +"[codeblock]\n" +"# result is -2\n" +"var result = wrapi(-6, -5, -1)\n" +"[/codeblock]\n" +"[b]Note:[/b] If [code]min[/code] is [code]0[/code], this is equivalent to " +"[method posmod], so prefer using that instead.\n" +"[code]wrapi[/code] is more flexible than using the [method posmod] approach " +"by giving the user control over the minimum value." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1176 +msgid "" +"Stops the function execution and returns the current suspended state to the " +"calling function.\n" +"From the caller, call [method GDScriptFunctionState.resume] on the state to " +"resume execution. This invalidates the state. Within the resumed function, " +"[code]yield()[/code] returns whatever was passed to the [code]resume()[/" +"code] function call.\n" +"If passed an object and a signal, the execution is resumed when the object " +"emits the given signal. In this case, [code]yield()[/code] returns the " +"argument passed to [code]emit_signal()[/code] if the signal takes only one " +"argument, or an array containing all the arguments passed to " +"[code]emit_signal()[/code] if the signal takes multiple arguments.\n" +"You can also use [code]yield[/code] to wait for a function to finish:\n" +"[codeblock]\n" +"func _ready():\n" +" yield(countdown(), \"completed\") # waiting for the countdown() function " +"to complete\n" +" print('Ready')\n" +"\n" +"func countdown():\n" +" yield(get_tree(), \"idle_frame\") # returns a GDScriptFunctionState " +"object to _ready()\n" +" print(3)\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(2)\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(1)\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +"\n" +"# prints:\n" +"# 3\n" +"# 2\n" +"# 1\n" +"# Ready\n" +"[/codeblock]\n" +"When yielding on a function, the [code]completed[/code] signal will be " +"emitted automatically when the function returns. It can, therefore, be used " +"as the [code]signal[/code] parameter of the [code]yield[/code] method to " +"resume.\n" +"In order to yield on a function, the resulting function should also return a " +"[code]GDScriptFunctionState[/code]. Notice [code]yield(get_tree(), " +"\"idle_frame\")[/code] from the above example." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1207 +msgid "" +"Constant that represents how many times the diameter of a circle fits around " +"its perimeter. This is equivalent to [code]TAU / 2[/code]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1210 +msgid "" +"The circle constant, the circumference of the unit circle in radians. This " +"is equivalent to [code]PI * 2[/code], or 360 degrees in rotations." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1213 +msgid "" +"Positive floating-point infinity. This is the result of floating-point " +"division when the divisor is [code]0.0[/code]. For negative infinity, use " +"[code]-INF[/code]. Dividing by [code]-0.0[/code] will result in negative " +"infinity if the numerator is positive, so dividing by [code]0.0[/code] is " +"not the same as dividing by [code]-0.0[/code] (despite [code]0.0 == -0.0[/" +"code] returning [code]true[/code]).\n" +"[b]Note:[/b] Numeric infinity is only a concept with floating-point numbers, " +"and has no equivalent for integers. Dividing an integer number by [code]0[/" +"code] will not result in [constant INF] and will result in a run-time error " +"instead." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1217 +msgid "" +"\"Not a Number\", an invalid floating-point value. [constant NAN] has " +"special properties, including that it is not equal to itself ([code]NAN == " +"NAN[/code] returns [code]false[/code]). It is output by some invalid " +"operations, such as dividing floating-point [code]0.0[/code] by [code]0.0[/" +"code].\n" +"[b]Note:[/b] \"Not a Number\" is only a concept with floating-point numbers, " +"and has no equivalent for integers. Dividing an integer [code]0[/code] by " +"[code]0[/code] will not result in [constant NAN] and will result in a run-" +"time error instead." +msgstr "" + +#: doc/classes/@GlobalScope.xml:4 +msgid "Global scope constants and variables." +msgstr "" + +#: doc/classes/@GlobalScope.xml:7 +msgid "" +"Global scope constants and variables. This is all that resides in the " +"globals, constants regarding error codes, scancodes, property hints, etc.\n" +"Singletons are also documented here, since they can be accessed from " +"anywhere." +msgstr "" + +#: doc/classes/@GlobalScope.xml:16 +msgid "The [ARVRServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:19 +msgid "The [AudioServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:22 +msgid "The [CameraServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:25 +msgid "The [ClassDB] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:28 +msgid "The [Engine] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:31 +msgid "The [Geometry] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:34 +msgid "The [IP] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:37 +msgid "The [Input] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:40 +msgid "The [InputMap] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:43 +msgid "The [JSON] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:46 +msgid "" +"The [JavaClassWrapper] singleton.\n" +"[b]Note:[/b] Only implemented on Android." +msgstr "" + +#: doc/classes/@GlobalScope.xml:50 +msgid "" +"The [JavaScript] singleton.\n" +"[b]Note:[/b] Only implemented on HTML5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:54 +msgid "The [Marshalls] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:57 +msgid "The [EditorNavigationMeshGenerator] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:60 +msgid "The [OS] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:63 +msgid "The [Performance] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:66 +msgid "The [Physics2DServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:69 +msgid "The [PhysicsServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:72 +msgid "The [ProjectSettings] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:75 +msgid "The [ResourceLoader] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:78 +msgid "The [ResourceSaver] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:81 +msgid "The [TranslationServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:84 +msgid "The [VisualScriptEditor] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:87 +msgid "The [VisualServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:92 +msgid "Left margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:95 +msgid "Top margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:98 +msgid "Right margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:101 +msgid "" +"Bottom margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:104 +msgid "Top-left corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:107 +msgid "Top-right corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:110 +msgid "Bottom-right corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:113 +msgid "Bottom-left corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:116 +msgid "" +"General vertical alignment, usually used for [Separator], [ScrollBar], " +"[Slider], etc." +msgstr "" + +#: doc/classes/@GlobalScope.xml:119 +msgid "" +"General horizontal alignment, usually used for [Separator], [ScrollBar], " +"[Slider], etc." +msgstr "" + +#: doc/classes/@GlobalScope.xml:122 +msgid "Horizontal left alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:125 +msgid "Horizontal center alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:128 +msgid "Horizontal right alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:131 +msgid "Vertical top alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:134 +msgid "Vertical center alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:137 +msgid "Vertical bottom alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:140 +msgid "Scancodes with this bit applied are non-printable." +msgstr "" + +#: doc/classes/@GlobalScope.xml:143 +msgid "Escape key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:146 +msgid "Tab key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:149 +msgid "Shift+Tab key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:152 +msgid "Backspace key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:155 +msgid "Return key (on the main keyboard)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:158 +msgid "Enter key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:161 +msgid "Insert key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:164 +msgid "Delete key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:167 +msgid "Pause key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:170 +msgid "Print Screen key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:173 +msgid "System Request key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:176 +msgid "Clear key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:179 +msgid "Home key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:182 +msgid "End key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:185 +msgid "Left arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:188 +msgid "Up arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:191 +msgid "Right arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:194 +msgid "Down arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:197 +msgid "Page Up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:200 +msgid "Page Down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:203 +msgid "Shift key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:206 +msgid "Control key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:209 +msgid "Meta key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:212 +msgid "Alt key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:215 +msgid "Caps Lock key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:218 +msgid "Num Lock key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:221 +msgid "Scroll Lock key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:224 +msgid "F1 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:227 +msgid "F2 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:230 +msgid "F3 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:233 +msgid "F4 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:236 +msgid "F5 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:239 +msgid "F6 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:242 +msgid "F7 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:245 +msgid "F8 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:248 +msgid "F9 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:251 +msgid "F10 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:254 +msgid "F11 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:257 +msgid "F12 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:260 +msgid "F13 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:263 +msgid "F14 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:266 +msgid "F15 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:269 +msgid "F16 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:272 +msgid "Multiply (*) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:275 +msgid "Divide (/) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:278 +msgid "Subtract (-) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:281 +msgid "Period (.) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:284 +msgid "Add (+) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:287 +msgid "Number 0 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:290 +msgid "Number 1 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:293 +msgid "Number 2 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:296 +msgid "Number 3 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:299 +msgid "Number 4 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:302 +msgid "Number 5 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:305 +msgid "Number 6 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:308 +msgid "Number 7 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:311 +msgid "Number 8 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:314 +msgid "Number 9 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:317 +msgid "Left Super key (Windows key)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:320 +msgid "Right Super key (Windows key)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:323 +msgid "Context menu key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:326 +msgid "Left Hyper key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:329 +msgid "Right Hyper key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:332 +msgid "Help key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:335 +msgid "Left Direction key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:338 +msgid "Right Direction key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:341 +msgid "" +"Media back key. Not to be confused with the Back button on an Android device." +msgstr "" + +#: doc/classes/@GlobalScope.xml:344 +msgid "Media forward key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:347 doc/classes/@GlobalScope.xml:380 +msgid "Media stop key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:350 +msgid "Media refresh key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:353 +msgid "Volume down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:356 +msgid "Mute volume key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:359 +msgid "Volume up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:362 +msgid "Bass Boost key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:365 +msgid "Bass up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:368 +msgid "Bass down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:371 +msgid "Treble up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:374 +msgid "Treble down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:377 +msgid "Media play key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:383 +msgid "Previous song key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:386 +msgid "Next song key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:389 +msgid "Media record key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:392 +msgid "Home page key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:395 +msgid "Favorites key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:398 +msgid "Search key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:401 +msgid "Standby key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:404 +msgid "Open URL / Launch Browser key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:407 +msgid "Launch Mail key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:410 +msgid "Launch Media key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:413 +msgid "Launch Shortcut 0 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:416 +msgid "Launch Shortcut 1 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:419 +msgid "Launch Shortcut 2 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:422 +msgid "Launch Shortcut 3 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:425 +msgid "Launch Shortcut 4 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:428 +msgid "Launch Shortcut 5 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:431 +msgid "Launch Shortcut 6 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:434 +msgid "Launch Shortcut 7 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:437 +msgid "Launch Shortcut 8 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:440 +msgid "Launch Shortcut 9 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:443 +msgid "Launch Shortcut A key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:446 +msgid "Launch Shortcut B key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:449 +msgid "Launch Shortcut C key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:452 +msgid "Launch Shortcut D key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:455 +msgid "Launch Shortcut E key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:458 +msgid "Launch Shortcut F key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:461 +msgid "Unknown key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:464 +msgid "Space key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:467 +msgid "! key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:470 +msgid "\" key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:473 +msgid "# key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:476 +msgid "$ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:479 +msgid "% key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:482 +msgid "& key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:485 +msgid "' key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:488 +msgid "( key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:491 +msgid ") key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:494 +msgid "* key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:497 +msgid "+ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:500 +msgid ", key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:503 +msgid "- key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:506 +msgid ". key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:509 +msgid "/ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:512 +msgid "Number 0." +msgstr "" + +#: doc/classes/@GlobalScope.xml:515 +msgid "Number 1." +msgstr "" + +#: doc/classes/@GlobalScope.xml:518 +msgid "Number 2." +msgstr "" + +#: doc/classes/@GlobalScope.xml:521 +msgid "Number 3." +msgstr "" + +#: doc/classes/@GlobalScope.xml:524 +msgid "Number 4." +msgstr "" + +#: doc/classes/@GlobalScope.xml:527 +msgid "Number 5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:530 +msgid "Number 6." +msgstr "" + +#: doc/classes/@GlobalScope.xml:533 +msgid "Number 7." +msgstr "" + +#: doc/classes/@GlobalScope.xml:536 +msgid "Number 8." +msgstr "" + +#: doc/classes/@GlobalScope.xml:539 +msgid "Number 9." +msgstr "" + +#: doc/classes/@GlobalScope.xml:542 +msgid ": key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:545 +msgid "; key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:548 +msgid "< key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:551 +msgid "= key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:554 +msgid "> key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:557 +msgid "? key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:560 +msgid "@ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:563 +msgid "A key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:566 +msgid "B key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:569 +msgid "C key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:572 +msgid "D key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:575 +msgid "E key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:578 +msgid "F key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:581 +msgid "G key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:584 +msgid "H key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:587 +msgid "I key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:590 +msgid "J key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:593 +msgid "K key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:596 +msgid "L key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:599 +msgid "M key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:602 +msgid "N key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:605 +msgid "O key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:608 +msgid "P key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:611 +msgid "Q key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:614 +msgid "R key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:617 +msgid "S key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:620 +msgid "T key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:623 +msgid "U key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:626 +msgid "V key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:629 +msgid "W key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:632 +msgid "X key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:635 +msgid "Y key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:638 +msgid "Z key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:641 +msgid "[ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:644 +msgid "\\ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:647 +msgid "] key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:650 +msgid "^ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:653 +msgid "_ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:656 +msgid "` key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:659 +msgid "{ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:662 +msgid "| key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:665 +msgid "} key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:668 +msgid "~ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:671 +msgid "Non-breakable space key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:674 +msgid "¡ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:677 +msgid "¢ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:680 +msgid "£ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:683 +msgid "¤ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:686 +msgid "¥ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:689 +msgid "¦ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:692 +msgid "§ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:695 +msgid "¨ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:698 +msgid "© key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:701 +msgid "ª key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:704 +msgid "« key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:707 +msgid "¬ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:710 +msgid "Soft hyphen key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:713 +msgid "® key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:716 +msgid "¯ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:719 +msgid "° key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:722 +msgid "± key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:725 +msgid "² key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:728 +msgid "³ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:731 +msgid "´ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:734 +msgid "µ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:737 +msgid "¶ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:740 +msgid "· key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:743 +msgid "¸ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:746 +msgid "¹ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:749 +msgid "º key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:752 +msgid "» key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:755 +msgid "¼ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:758 +msgid "½ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:761 +msgid "¾ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:764 +msgid "¿ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:767 +msgid "À key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:770 +msgid "Á key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:773 +msgid "Â key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:776 +msgid "Ã key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:779 +msgid "Ä key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:782 +msgid "Å key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:785 +msgid "Æ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:788 +msgid "Ç key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:791 +msgid "È key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:794 +msgid "É key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:797 +msgid "Ê key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:800 +msgid "Ë key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:803 +msgid "Ì key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:806 +msgid "Í key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:809 +msgid "Î key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:812 +msgid "Ï key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:815 +msgid "Ð key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:818 +msgid "Ñ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:821 +msgid "Ò key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:824 +msgid "Ó key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:827 +msgid "Ô key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:830 +msgid "Õ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:833 +msgid "Ö key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:836 +msgid "× key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:839 +msgid "Ø key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:842 +msgid "Ù key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:845 +msgid "Ú key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:848 +msgid "Û key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:851 +msgid "Ü key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:854 +msgid "Ý key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:857 +msgid "Þ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:860 +msgid "ß key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:863 +msgid "÷ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:866 +msgid "ÿ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:869 +msgid "Key Code mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:872 +msgid "Modifier key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:875 +msgid "Shift key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:878 +msgid "Alt key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:881 +msgid "Meta key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:884 +msgid "Ctrl key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:887 +msgid "" +"Command key mask. On macOS, this is equivalent to [constant KEY_MASK_META]. " +"On other platforms, this is equivalent to [constant KEY_MASK_CTRL]. This " +"mask should be preferred to [constant KEY_MASK_META] or [constant " +"KEY_MASK_CTRL] for system shortcuts as it handles all platforms correctly." +msgstr "" + +#: doc/classes/@GlobalScope.xml:890 +msgid "Keypad key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:893 +msgid "Group Switch key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:896 +msgid "Left mouse button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:899 +msgid "Right mouse button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:902 +msgid "Middle mouse button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:905 +msgid "Extra mouse button 1 (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:908 +msgid "Extra mouse button 2 (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:911 +msgid "Mouse wheel up." +msgstr "" + +#: doc/classes/@GlobalScope.xml:914 +msgid "Mouse wheel down." +msgstr "" + +#: doc/classes/@GlobalScope.xml:917 +msgid "Mouse wheel left button (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:920 +msgid "Mouse wheel right button (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:923 +msgid "Left mouse button mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:926 +msgid "Right mouse button mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:929 +msgid "Middle mouse button mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:932 +msgid "Extra mouse button 1 mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:935 +msgid "Extra mouse button 2 mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:938 +msgid "Invalid button or axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:941 +msgid "Gamepad button 0." +msgstr "" + +#: doc/classes/@GlobalScope.xml:944 +msgid "Gamepad button 1." +msgstr "" + +#: doc/classes/@GlobalScope.xml:947 +msgid "Gamepad button 2." +msgstr "" + +#: doc/classes/@GlobalScope.xml:950 +msgid "Gamepad button 3." +msgstr "" + +#: doc/classes/@GlobalScope.xml:953 +msgid "Gamepad button 4." +msgstr "" + +#: doc/classes/@GlobalScope.xml:956 +msgid "Gamepad button 5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:959 +msgid "Gamepad button 6." +msgstr "" + +#: doc/classes/@GlobalScope.xml:962 +msgid "Gamepad button 7." +msgstr "" + +#: doc/classes/@GlobalScope.xml:965 +msgid "Gamepad button 8." +msgstr "" + +#: doc/classes/@GlobalScope.xml:968 +msgid "Gamepad button 9." +msgstr "" + +#: doc/classes/@GlobalScope.xml:971 +msgid "Gamepad button 10." +msgstr "" + +#: doc/classes/@GlobalScope.xml:974 +msgid "Gamepad button 11." +msgstr "" + +#: doc/classes/@GlobalScope.xml:977 +msgid "Gamepad button 12." +msgstr "" + +#: doc/classes/@GlobalScope.xml:980 +msgid "Gamepad button 13." +msgstr "" + +#: doc/classes/@GlobalScope.xml:983 +msgid "Gamepad button 14." +msgstr "" + +#: doc/classes/@GlobalScope.xml:986 +msgid "Gamepad button 15." +msgstr "" + +#: doc/classes/@GlobalScope.xml:989 +msgid "Gamepad button 16." +msgstr "" + +#: doc/classes/@GlobalScope.xml:992 +msgid "Gamepad button 17." +msgstr "" + +#: doc/classes/@GlobalScope.xml:995 +msgid "Gamepad button 18." +msgstr "" + +#: doc/classes/@GlobalScope.xml:998 +msgid "Gamepad button 19." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1001 +msgid "Gamepad button 20." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1004 +msgid "Gamepad button 21." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1007 +msgid "Gamepad button 22." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1010 +msgid "Represents the maximum number of joystick buttons supported." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1013 +msgid "DualShock circle button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1016 +msgid "DualShock X button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1019 +msgid "DualShock square button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1022 +msgid "DualShock triangle button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1025 +msgid "Xbox controller B button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1028 +msgid "Xbox controller A button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1031 +msgid "Xbox controller X button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1034 +msgid "Xbox controller Y button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1037 +msgid "Nintendo controller A button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1040 +msgid "Nintendo controller B button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1043 +msgid "Nintendo controller X button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1046 +msgid "Nintendo controller Y button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1049 +msgid "Grip (side) buttons on a VR controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1052 +msgid "Push down on the touchpad or main joystick on a VR controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1055 +msgid "Trigger on a VR controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1058 +msgid "" +"A button on the right Oculus Touch controller, X button on the left " +"controller (also when used in OpenVR)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1061 +msgid "" +"B button on the right Oculus Touch controller, Y button on the left " +"controller (also when used in OpenVR)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1064 +msgid "Menu button on either Oculus Touch controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1067 +msgid "Menu button in OpenVR (Except when Oculus Touch controllers are used)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1070 +msgid "Gamepad button Select." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1073 +msgid "Gamepad button Start." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1076 +msgid "Gamepad DPad up." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1079 +msgid "Gamepad DPad down." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1082 +msgid "Gamepad DPad left." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1085 +msgid "Gamepad DPad right." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1088 +msgid "Gamepad SDL guide button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1091 +msgid "Gamepad SDL miscellaneous button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1094 +msgid "Gamepad SDL paddle 1 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1097 +msgid "Gamepad SDL paddle 2 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1100 +msgid "Gamepad SDL paddle 3 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1103 +msgid "Gamepad SDL paddle 4 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1106 +msgid "Gamepad SDL touchpad button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1109 +msgid "Gamepad left Shoulder button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1112 +msgid "Gamepad left trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1115 +msgid "Gamepad left stick click." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1118 +msgid "Gamepad right Shoulder button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1121 +msgid "Gamepad right trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1124 +msgid "Gamepad right stick click." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1127 doc/classes/@GlobalScope.xml:1160 +msgid "Gamepad left stick horizontal axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1130 doc/classes/@GlobalScope.xml:1163 +msgid "Gamepad left stick vertical axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1133 doc/classes/@GlobalScope.xml:1166 +msgid "Gamepad right stick horizontal axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1136 doc/classes/@GlobalScope.xml:1169 +msgid "Gamepad right stick vertical axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1139 +msgid "Generic gamepad axis 4." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1142 +msgid "Generic gamepad axis 5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1145 +msgid "Gamepad left trigger analog axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1148 +msgid "Gamepad right trigger analog axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1151 +msgid "Generic gamepad axis 8." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1154 +msgid "Generic gamepad axis 9." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1157 +msgid "Represents the maximum number of joystick axes supported." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1172 +msgid "Gamepad left analog trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1175 +msgid "Gamepad right analog trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1178 +msgid "VR Controller analog trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1181 +msgid "VR Controller analog grip (side buttons)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1184 +msgid "" +"OpenVR touchpad X axis (Joystick axis on Oculus Touch and Windows MR " +"controllers)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1187 +msgid "" +"OpenVR touchpad Y axis (Joystick axis on Oculus Touch and Windows MR " +"controllers)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1190 +msgid "MIDI note OFF message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1193 +msgid "MIDI note ON message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1196 +msgid "MIDI aftertouch message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1199 +msgid "MIDI control change message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1202 +msgid "MIDI program change message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1205 +msgid "MIDI channel pressure message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1208 +msgid "MIDI pitch bend message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1211 +msgid "" +"Methods that return [enum Error] return [constant OK] when no error " +"occurred. Note that many functions don't return an error code but will print " +"error messages to standard output.\n" +"Since [constant OK] has value 0, and all other failure codes are positive " +"integers, it can also be used in boolean checks, e.g.:\n" +"[codeblock]\n" +"var err = method_that_returns_error()\n" +"if err != OK:\n" +" print(\"Failure!\")\n" +"# Or, equivalent:\n" +"if err:\n" +" print(\"Still failing!\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/@GlobalScope.xml:1223 +msgid "Generic error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1226 +msgid "Unavailable error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1229 +msgid "Unconfigured error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1232 +msgid "Unauthorized error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1235 +msgid "Parameter range error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1238 +msgid "Out of memory (OOM) error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1241 +msgid "File: Not found error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1244 +msgid "File: Bad drive error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1247 +msgid "File: Bad path error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1250 +msgid "File: No permission error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1253 +msgid "File: Already in use error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1256 +msgid "File: Can't open error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1259 +msgid "File: Can't write error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1262 +msgid "File: Can't read error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1265 +msgid "File: Unrecognized error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1268 +msgid "File: Corrupt error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1271 +msgid "File: Missing dependencies error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1274 +msgid "File: End of file (EOF) error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1277 +msgid "Can't open error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1280 +msgid "Can't create error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1283 +msgid "Query failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1286 +msgid "Already in use error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1289 +msgid "Locked error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1292 +msgid "Timeout error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1295 +msgid "Can't connect error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1298 +msgid "Can't resolve error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1301 +msgid "Connection error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1304 +msgid "Can't acquire resource error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1307 +msgid "Can't fork process error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1310 +msgid "Invalid data error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1313 +msgid "Invalid parameter error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1316 +msgid "Already exists error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1319 +msgid "Does not exist error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1322 +msgid "Database: Read error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1325 +msgid "Database: Write error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1328 +msgid "Compilation failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1331 +msgid "Method not found error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1334 +msgid "Linking failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1337 +msgid "Script failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1340 +msgid "Cycling link (import cycle) error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1343 +msgid "Invalid declaration error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1346 +msgid "Duplicate symbol error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1349 +msgid "Parse error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1352 +msgid "Busy error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1355 +msgid "Skip error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1358 +msgid "Help error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1361 +msgid "Bug error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1364 +msgid "" +"Printer on fire error. (This is an easter egg, no engine methods return this " +"error code.)" +msgstr "" + +#: doc/classes/@GlobalScope.xml:1367 +msgid "No hint for the edited property." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1370 +msgid "" +"Hints that an integer or float property should be within a range specified " +"via the hint string [code]\"min,max\"[/code] or [code]\"min,max,step\"[/" +"code]. The hint string can optionally include [code]\"or_greater\"[/code] " +"and/or [code]\"or_lesser\"[/code] to allow manual input going respectively " +"above the max or below the min values. Example: [code]\"-360,360,1," +"or_greater,or_lesser\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1373 +msgid "" +"Hints that a float property should be within an exponential range specified " +"via the hint string [code]\"min,max\"[/code] or [code]\"min,max,step\"[/" +"code]. The hint string can optionally include [code]\"or_greater\"[/code] " +"and/or [code]\"or_lesser\"[/code] to allow manual input going respectively " +"above the max or below the min values. Example: [code]\"0.01,100,0.01," +"or_greater\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1376 +msgid "" +"Hints that an integer, float or string property is an enumerated value to " +"pick in a list specified via a hint string such as [code]\"Hello,Something," +"Else\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1379 +msgid "" +"Hints that a float property should be edited via an exponential easing " +"function. The hint string can include [code]\"attenuation\"[/code] to flip " +"the curve horizontally and/or [code]\"inout\"[/code] to also include in/out " +"easing." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1382 doc/classes/@GlobalScope.xml:1385 +msgid "Deprecated hint, unused." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1388 +msgid "" +"Hints that an integer property is a bitmask with named bit flags. For " +"example, to allow toggling bits 0, 1, 2 and 4, the hint could be something " +"like [code]\"Bit0,Bit1,Bit2,,Bit4\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1391 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 2D " +"render layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1394 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 2D " +"physics layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1397 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 3D " +"render layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1400 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 3D " +"physics layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1403 +msgid "" +"Hints that a string property is a path to a file. Editing it will show a " +"file dialog for picking the path. The hint string can be a set of filters " +"with wildcards like [code]\"*.png,*.jpg\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1406 +msgid "" +"Hints that a string property is a path to a directory. Editing it will show " +"a file dialog for picking the path." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1409 +msgid "" +"Hints that a string property is an absolute path to a file outside the " +"project folder. Editing it will show a file dialog for picking the path. The " +"hint string can be a set of filters with wildcards like [code]\"*.png,*.jpg" +"\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1412 +msgid "" +"Hints that a string property is an absolute path to a directory outside the " +"project folder. Editing it will show a file dialog for picking the path." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1415 +msgid "" +"Hints that a property is an instance of a [Resource]-derived type, " +"optionally specified via the hint string (e.g. [code]\"Texture\"[/code]). " +"Editing it will show a popup menu of valid resource types to instantiate." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1418 +msgid "" +"Hints that a string property is text with line breaks. Editing it will show " +"a text input field where line breaks can be typed." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1421 +msgid "" +"Hints that a string property should have a placeholder text visible on its " +"input field, whenever the property is empty. The hint string is the " +"placeholder text to use." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1424 +msgid "" +"Hints that a color property should be edited without changing its alpha " +"component, i.e. only R, G and B channels are edited." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1427 +msgid "Hints that an image is compressed using lossy compression." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1430 +msgid "Hints that an image is compressed using lossless compression." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1433 +msgid "The property is serialized and saved in the scene file (default)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1436 +msgid "The property is shown in the editor inspector (default)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1439 doc/classes/@GlobalScope.xml:1442 +msgid "Deprecated usage flag, unused." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1445 +msgid "The property can be checked in the editor inspector." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1448 +msgid "The property is checked in the editor inspector." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1451 +msgid "The property is a translatable string." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1454 +msgid "Used to group properties together in the editor." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1457 +msgid "Used to categorize properties together in the editor." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1460 +msgid "The property does not save its state in [PackedScene]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1463 +msgid "Editing the property prompts the user for restarting the editor." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1466 +msgid "" +"The property is a script variable which should be serialized and saved in " +"the scene file." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1469 +msgid "Default usage (storage, editor and network)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1472 +msgid "" +"Default usage for translatable strings (storage, editor, network and " +"internationalized)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1475 +msgid "" +"Default usage but without showing the property in the editor (storage, " +"network)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1478 +msgid "Flag for a normal method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1481 +msgid "Flag for an editor method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1484 doc/classes/@GlobalScope.xml:1490 +#: doc/classes/@GlobalScope.xml:1496 +msgid "Deprecated method flag, unused." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1487 +msgid "Flag for a constant method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1493 +msgid "Flag for a virtual method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1499 +msgid "Default method flags." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1502 +msgid "Variable is [code]null[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1505 +msgid "Variable is of type [bool]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1508 +msgid "Variable is of type [int]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1511 +msgid "Variable is of type [float] (real)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1514 +msgid "Variable is of type [String]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1517 +msgid "Variable is of type [Vector2]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1520 +msgid "Variable is of type [Rect2]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1523 +msgid "Variable is of type [Vector3]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1526 +msgid "Variable is of type [Transform2D]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1529 +msgid "Variable is of type [Plane]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1532 +msgid "Variable is of type [Quat]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1535 +msgid "Variable is of type [AABB]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1538 +msgid "Variable is of type [Basis]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1541 +msgid "Variable is of type [Transform]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1544 +msgid "Variable is of type [Color]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1547 +msgid "Variable is of type [NodePath]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1550 +msgid "Variable is of type [RID]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1553 +msgid "Variable is of type [Object]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1556 +msgid "Variable is of type [Dictionary]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1559 +msgid "Variable is of type [Array]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1562 +msgid "Variable is of type [PoolByteArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1565 +msgid "Variable is of type [PoolIntArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1568 +msgid "Variable is of type [PoolRealArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1571 +msgid "Variable is of type [PoolStringArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1574 +msgid "Variable is of type [PoolVector2Array]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1577 +msgid "Variable is of type [PoolVector3Array]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1580 +msgid "Variable is of type [PoolColorArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1583 +msgid "Represents the size of the [enum Variant.Type] enum." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1586 +msgid "Equality operator ([code]==[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1589 +msgid "Inequality operator ([code]!=[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1592 +msgid "Less than operator ([code]<[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1595 +msgid "Less than or equal operator ([code]<=[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1598 +msgid "Greater than operator ([code]>[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1601 +msgid "Greater than or equal operator ([code]>=[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1604 +msgid "Addition operator ([code]+[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1607 +msgid "Subtraction operator ([code]-[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1610 +msgid "Multiplication operator ([code]*[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1613 +msgid "Division operator ([code]/[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1616 +msgid "Unary negation operator ([code]-[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1619 +msgid "Unary plus operator ([code]+[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1622 +msgid "Remainder/modulo operator ([code]%[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1625 +msgid "String concatenation operator ([code]+[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1628 +msgid "Left shift operator ([code]<<[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1631 +msgid "Right shift operator ([code]>>[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1634 +msgid "Bitwise AND operator ([code]&[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1637 +msgid "Bitwise OR operator ([code]|[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1640 +msgid "Bitwise XOR operator ([code]^[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1643 +msgid "Bitwise NOT operator ([code]~[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1646 +msgid "Logical AND operator ([code]and[/code] or [code]&&[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1649 +msgid "Logical OR operator ([code]or[/code] or [code]||[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1652 +msgid "Logical XOR operator (not implemented in GDScript)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1655 +msgid "Logical NOT operator ([code]not[/code] or [code]![/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1658 +msgid "Logical IN operator ([code]in[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1661 +msgid "Represents the size of the [enum Variant.Operator] enum." +msgstr "" + +#: doc/classes/AABB.xml:4 +msgid "Axis-Aligned Bounding Box." +msgstr "" + +#: doc/classes/AABB.xml:7 +msgid "" +"[AABB] consists of a position, a size, and several utility functions. It is " +"typically used for fast overlap tests.\n" +"It uses floating-point coordinates. The 2D counterpart to [AABB] is " +"[Rect2].\n" +"[b]Note:[/b] Unlike [Rect2], [AABB] does not have a variant that uses " +"integer coordinates." +msgstr "" + +#: doc/classes/AABB.xml:12 doc/classes/Basis.xml:13 doc/classes/Plane.xml:10 +#: doc/classes/Rect2.xml:12 doc/classes/Transform.xml:11 +#: doc/classes/Transform2D.xml:11 doc/classes/Vector2.xml:11 +#: doc/classes/Vector3.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/math/index.html" +msgstr "" + +#: doc/classes/AABB.xml:13 doc/classes/Rect2.xml:13 doc/classes/Vector2.xml:12 +#: doc/classes/Vector3.xml:12 +msgid "https://docs.godotengine.org/en/3.4/tutorials/math/vector_math.html" +msgstr "" + +#: doc/classes/AABB.xml:14 doc/classes/Rect2.xml:14 doc/classes/Vector2.xml:13 +#: doc/classes/Vector3.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/math/vectors_advanced.html" +msgstr "" + +#: doc/classes/AABB.xml:22 +msgid "Constructs an [AABB] from a position and size." +msgstr "" + +#: doc/classes/AABB.xml:28 +msgid "" +"Returns an AABB with equivalent position and size, modified so that the most-" +"negative corner is the origin and the size is positive." +msgstr "" + +#: doc/classes/AABB.xml:35 +msgid "" +"Returns [code]true[/code] if this [AABB] completely encloses another one." +msgstr "" + +#: doc/classes/AABB.xml:42 +msgid "Returns this [AABB] expanded to include a given point." +msgstr "" + +#: doc/classes/AABB.xml:48 +msgid "Returns the volume of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:55 +msgid "Gets the position of the 8 endpoints of the [AABB] in space." +msgstr "" + +#: doc/classes/AABB.xml:61 +msgid "Returns the normalized longest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:67 +msgid "" +"Returns the index of the longest axis of the [AABB] (according to " +"[Vector3]'s [code]AXIS_*[/code] constants)." +msgstr "" + +#: doc/classes/AABB.xml:73 +msgid "Returns the scalar length of the longest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:79 +msgid "Returns the normalized shortest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:85 +msgid "" +"Returns the index of the shortest axis of the [AABB] (according to " +"[Vector3]::AXIS* enum)." +msgstr "" + +#: doc/classes/AABB.xml:91 +msgid "Returns the scalar length of the shortest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:98 +msgid "" +"Returns the support point in a given direction. This is useful for collision " +"detection algorithms." +msgstr "" + +#: doc/classes/AABB.xml:105 +msgid "" +"Returns a copy of the [AABB] grown a given amount of units towards all the " +"sides." +msgstr "" + +#: doc/classes/AABB.xml:111 +msgid "Returns [code]true[/code] if the [AABB] is flat or empty." +msgstr "" + +#: doc/classes/AABB.xml:117 +msgid "Returns [code]true[/code] if the [AABB] is empty." +msgstr "" + +#: doc/classes/AABB.xml:124 +msgid "Returns [code]true[/code] if the [AABB] contains a point." +msgstr "" + +#: doc/classes/AABB.xml:131 +msgid "" +"Returns the intersection between two [AABB]. An empty AABB (size 0,0,0) is " +"returned on failure." +msgstr "" + +#: doc/classes/AABB.xml:138 +msgid "Returns [code]true[/code] if the [AABB] overlaps with another." +msgstr "" + +#: doc/classes/AABB.xml:145 +msgid "Returns [code]true[/code] if the [AABB] is on both sides of a plane." +msgstr "" + +#: doc/classes/AABB.xml:153 +msgid "" +"Returns [code]true[/code] if the [AABB] intersects the line segment between " +"[code]from[/code] and [code]to[/code]." +msgstr "" + +#: doc/classes/AABB.xml:160 +msgid "" +"Returns [code]true[/code] if this [AABB] and [code]aabb[/code] are " +"approximately equal, by calling [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/AABB.xml:167 +msgid "" +"Returns a larger [AABB] that contains both this [AABB] and [code]with[/code]." +msgstr "" + +#: doc/classes/AABB.xml:173 doc/classes/Rect2.xml:132 +msgid "" +"Ending corner. This is calculated as [code]position + size[/code]. Setting " +"this value will change the size." +msgstr "" + +#: doc/classes/AABB.xml:176 doc/classes/Rect2.xml:135 +msgid "Beginning corner. Typically has values lower than [member end]." +msgstr "" + +#: doc/classes/AABB.xml:179 doc/classes/Rect2.xml:138 +msgid "" +"Size from [member position] to [member end]. Typically, all components are " +"positive.\n" +"If the size is negative, you can use [method abs] to fix it." +msgstr "" + +#: doc/classes/AcceptDialog.xml:4 +msgid "Base dialog for user notification." +msgstr "" + +#: doc/classes/AcceptDialog.xml:7 +msgid "" +"This dialog is useful for small notifications to the user about an event. It " +"can only be accepted or closed, with the same result." +msgstr "" + +#: doc/classes/AcceptDialog.xml:18 +msgid "" +"Adds a button with label [code]text[/code] and a custom [code]action[/code] " +"to the dialog and returns the created button. [code]action[/code] will be " +"passed to the [signal custom_action] signal when pressed.\n" +"If [code]true[/code], [code]right[/code] will place the button to the right " +"of any sibling buttons.\n" +"You can use [method remove_button] method to remove a button created with " +"this method from the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:27 +msgid "" +"Adds a button with label [code]name[/code] and a cancel action to the dialog " +"and returns the created button.\n" +"You can use [method remove_button] method to remove a button created with " +"this method from the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:34 +msgid "" +"Returns the label used for built-in text.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/AcceptDialog.xml:41 +msgid "" +"Returns the OK [Button] instance.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/AcceptDialog.xml:49 +msgid "" +"Registers a [LineEdit] in the dialog. When the enter key is pressed, the " +"dialog will be accepted." +msgstr "" + +#: doc/classes/AcceptDialog.xml:56 +msgid "" +"Removes the [code]button[/code] from the dialog. Does NOT free the " +"[code]button[/code]. The [code]button[/code] must be a [Button] added with " +"[method add_button] or [method add_cancel] method. After removal, pressing " +"the [code]button[/code] will no longer emit this dialog's [signal " +"custom_action] signal or cancel this dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:62 +msgid "Sets autowrapping for the text in the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:65 +msgid "" +"If [code]true[/code], the dialog is hidden when the OK button is pressed. " +"You can set it to [code]false[/code] if you want to do e.g. input validation " +"when receiving the [signal confirmed] signal, and handle hiding the dialog " +"in your own logic.\n" +"[b]Note:[/b] Some nodes derived from this class can have a different default " +"value, and potentially their own built-in logic overriding this setting. For " +"example [FileDialog] defaults to [code]false[/code], and has its own input " +"validation code that is called when you press OK, which eventually hides the " +"dialog if the input is valid. As such, this property can't be used in " +"[FileDialog] to disable hiding the dialog when pressing OK." +msgstr "" + +#: doc/classes/AcceptDialog.xml:69 +msgid "The text displayed by the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:76 +msgid "Emitted when the dialog is accepted, i.e. the OK button is pressed." +msgstr "" + +#: doc/classes/AcceptDialog.xml:82 +msgid "Emitted when a custom button is pressed. See [method add_button]." +msgstr "" + +#: doc/classes/AESContext.xml:4 +msgid "Interface to low level AES encryption features." +msgstr "" + +#: doc/classes/AESContext.xml:7 +msgid "" +"This class provides access to AES encryption/decryption of raw data. Both " +"AES-ECB and AES-CBC mode are supported.\n" +"[codeblock]\n" +"extends Node\n" +"\n" +"var aes = AESContext.new()\n" +"\n" +"func _ready():\n" +" var key = \"My secret key!!!\" # Key must be either 16 or 32 bytes.\n" +" var data = \"My secret text!!\" # Data size must be multiple of 16 " +"bytes, apply padding if needed.\n" +" # Encrypt ECB\n" +" aes.start(AESContext.MODE_ECB_ENCRYPT, key.to_utf8())\n" +" var encrypted = aes.update(data.to_utf8())\n" +" aes.finish()\n" +" # Decrypt ECB\n" +" aes.start(AESContext.MODE_ECB_DECRYPT, key.to_utf8())\n" +" var decrypted = aes.update(encrypted)\n" +" aes.finish()\n" +" # Check ECB\n" +" assert(decrypted == data.to_utf8())\n" +"\n" +" var iv = \"My secret iv!!!!\" # IV must be of exactly 16 bytes.\n" +" # Encrypt CBC\n" +" aes.start(AESContext.MODE_CBC_ENCRYPT, key.to_utf8(), iv.to_utf8())\n" +" encrypted = aes.update(data.to_utf8())\n" +" aes.finish()\n" +" # Decrypt CBC\n" +" aes.start(AESContext.MODE_CBC_DECRYPT, key.to_utf8(), iv.to_utf8())\n" +" decrypted = aes.update(encrypted)\n" +" aes.finish()\n" +" # Check CBC\n" +" assert(decrypted == data.to_utf8())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AESContext.xml:46 +msgid "Close this AES context so it can be started again. See [method start]." +msgstr "" + +#: doc/classes/AESContext.xml:52 +msgid "" +"Get the current IV state for this context (IV gets updated when calling " +"[method update]). You normally don't need this function.\n" +"[b]Note:[/b] This function only makes sense when the context is started with " +"[constant MODE_CBC_ENCRYPT] or [constant MODE_CBC_DECRYPT]." +msgstr "" + +#: doc/classes/AESContext.xml:62 +msgid "" +"Start the AES context in the given [code]mode[/code]. A [code]key[/code] of " +"either 16 or 32 bytes must always be provided, while an [code]iv[/code] " +"(initialization vector) of exactly 16 bytes, is only needed when [code]mode[/" +"code] is either [constant MODE_CBC_ENCRYPT] or [constant MODE_CBC_DECRYPT]." +msgstr "" + +#: doc/classes/AESContext.xml:69 +msgid "" +"Run the desired operation for this AES context. Will return a " +"[PoolByteArray] containing the result of encrypting (or decrypting) the " +"given [code]src[/code]. See [method start] for mode of operation.\n" +"[b]Note:[/b] The size of [code]src[/code] must be a multiple of 16. Apply " +"some padding if needed." +msgstr "" + +#: doc/classes/AESContext.xml:76 +msgid "AES electronic codebook encryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:79 +msgid "AES electronic codebook decryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:82 +msgid "AES cipher blocker chaining encryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:85 +msgid "AES cipher blocker chaining decryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:88 +msgid "Maximum value for the mode enum." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:4 +msgid "Sprite node that can use multiple textures for animation." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:7 +msgid "" +"Animations are created using a [SpriteFrames] resource, which can be " +"configured in the editor via the SpriteFrames panel.\n" +"[b]Note:[/b] You can associate a set of normal maps by creating additional " +"[SpriteFrames] resources with a [code]_normal[/code] suffix. For example, " +"having 2 [SpriteFrames] resources [code]run[/code] and [code]run_normal[/" +"code] will make it so the [code]run[/code] animation uses the normal map." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:11 doc/classes/AnimatedSprite3D.xml:10 +#: doc/classes/AnimationPlayer.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_sprite_animation.html" +msgstr "" + +#: doc/classes/AnimatedSprite.xml:12 doc/classes/Area2D.xml:11 +#: doc/classes/AudioStreamPlayer.xml:12 doc/classes/Button.xml:24 +#: doc/classes/CanvasLayer.xml:12 doc/classes/CollisionShape2D.xml:11 +#: doc/classes/ColorRect.xml:10 doc/classes/Input.xml:11 +#: doc/classes/InputEvent.xml:12 doc/classes/InputEventAction.xml:11 +#: doc/classes/Label.xml:12 doc/classes/Particles2D.xml:15 +#: doc/classes/Timer.xml:11 doc/classes/VisibilityNotifier2D.xml:12 +msgid "https://godotengine.org/asset-library/asset/515" +msgstr "" + +#: doc/classes/AnimatedSprite.xml:18 doc/classes/AnimatedSprite3D.xml:16 +msgid "Returns [code]true[/code] if an animation is currently being played." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:26 +msgid "" +"Plays the animation named [code]anim[/code]. If no [code]anim[/code] is " +"provided, the current animation is played. If [code]backwards[/code] is " +"[code]true[/code], the animation will be played in reverse." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:32 doc/classes/AnimatedSprite3D.xml:29 +msgid "Stops the current animation (does not reset the frame counter)." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:38 doc/classes/AnimatedSprite3D.xml:35 +msgid "" +"The current animation from the [code]frames[/code] resource. If this value " +"changes, the [code]frame[/code] counter is reset." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:41 doc/classes/SpriteBase3D.xml:48 +msgid "If [code]true[/code], texture will be centered." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:44 doc/classes/Sprite.xml:39 +#: doc/classes/SpriteBase3D.xml:54 doc/classes/TextureButton.xml:21 +#: doc/classes/TextureRect.xml:20 +msgid "If [code]true[/code], texture is flipped horizontally." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:47 doc/classes/Sprite.xml:42 +#: doc/classes/SpriteBase3D.xml:57 doc/classes/TextureButton.xml:24 +#: doc/classes/TextureRect.xml:23 +msgid "If [code]true[/code], texture is flipped vertically." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:50 doc/classes/AnimatedSprite3D.xml:38 +msgid "The displayed animation frame's index." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:53 doc/classes/AnimatedSprite3D.xml:41 +msgid "The [SpriteFrames] resource containing the animation(s)." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:56 doc/classes/Sprite.xml:58 +#: doc/classes/SpriteBase3D.xml:63 +msgid "The texture's drawing offset." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:59 doc/classes/AnimatedSprite3D.xml:44 +msgid "If [code]true[/code], the [member animation] is currently playing." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:62 +msgid "The animation speed is multiplied by this value." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:68 doc/classes/AnimatedSprite3D.xml:50 +msgid "" +"Emitted when the animation is finished (when it plays the last frame). If " +"the animation is looping, this signal is emitted every time the last frame " +"is drawn." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:73 doc/classes/AnimatedSprite3D.xml:55 +msgid "Emitted when [member frame] changed." +msgstr "" + +#: doc/classes/AnimatedSprite3D.xml:4 +msgid "" +"2D sprite node in 3D world, that can use multiple 2D textures for animation." +msgstr "" + +#: doc/classes/AnimatedSprite3D.xml:7 +msgid "" +"Animations are created using a [SpriteFrames] resource, which can be " +"configured in the editor via the SpriteFrames panel." +msgstr "" + +#: doc/classes/AnimatedSprite3D.xml:23 +msgid "" +"Plays the animation named [code]anim[/code]. If no [code]anim[/code] is " +"provided, the current animation is played." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:4 +msgid "Proxy texture for simple frame-based animations." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:7 +msgid "" +"[AnimatedTexture] is a resource format for frame-based animations, where " +"multiple textures can be chained automatically with a predefined delay for " +"each frame. Unlike [AnimationPlayer] or [AnimatedSprite], it isn't a [Node], " +"but has the advantage of being usable anywhere a [Texture] resource can be " +"used, e.g. in a [TileSet].\n" +"The playback of the animation is controlled by the [member fps] property as " +"well as each frame's optional delay (see [method set_frame_delay]). The " +"animation loops, i.e. it will restart at frame 0 automatically after playing " +"the last frame.\n" +"[AnimatedTexture] currently requires all frame textures to have the same " +"size, otherwise the bigger ones will be cropped to match the smallest one.\n" +"[b]Note:[/b] AnimatedTexture doesn't support using [AtlasTexture]s. Each " +"frame needs to be a separate [Texture]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:19 +msgid "Returns the given frame's delay value." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:26 +msgid "Returns the given frame's [Texture]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:34 +msgid "" +"Sets an additional delay (in seconds) between this frame and the next one, " +"that will be added to the time interval defined by [member fps]. By default, " +"frames have no delay defined. If a delay value is defined, the final time " +"interval between this frame and the next will be [code]1.0 / fps + delay[/" +"code].\n" +"For example, for an animation with 3 frames, 2 FPS and a frame delay on the " +"second frame of 1.2, the resulting playback will be:\n" +"[codeblock]\n" +"Frame 0: 0.5 s (1 / fps)\n" +"Frame 1: 1.7 s (1 / fps + 1.2)\n" +"Frame 2: 0.5 s (1 / fps)\n" +"Total duration: 2.7 s\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimatedTexture.xml:49 +msgid "" +"Assigns a [Texture] to the given frame. Frame IDs start at 0, so the first " +"frame has ID 0, and the last frame of the animation has ID [member frames] - " +"1.\n" +"You can define any number of textures up to [constant MAX_FRAMES], but keep " +"in mind that only frames from 0 to [member frames] - 1 will be part of the " +"animation." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:56 +msgid "Sets the currently visible frame of the texture." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:60 +msgid "" +"Animation speed in frames per second. This value defines the default time " +"interval between two frames of the animation, and thus the overall duration " +"of the animation loop based on the [member frames] property. A value of 0 " +"means no predefined number of frames per second, the animation will play " +"according to each frame's frame delay (see [method set_frame_delay]).\n" +"For example, an animation with 8 frames, no frame delay and a [code]fps[/" +"code] value of 2 will run for 4 seconds, with each frame lasting 0.5 seconds." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:64 +msgid "" +"Number of frames to use in the animation. While you can create the frames " +"independently with [method set_frame_texture], you need to set this value " +"for the animation to take new frames into account. The maximum number of " +"frames is [constant MAX_FRAMES]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:67 +msgid "" +"If [code]true[/code], the animation will only play once and will not loop " +"back to the first frame after reaching the end. Note that reaching the end " +"will not set [member pause] to [code]true[/code]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:70 +msgid "" +"If [code]true[/code], the animation will pause where it currently is (i.e. " +"at [member current_frame]). The animation will continue from where it was " +"paused when changing this property to [code]false[/code]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:75 +msgid "" +"The maximum number of frames supported by [AnimatedTexture]. If you need " +"more frames in your animation, use [AnimationPlayer] or [AnimatedSprite]." +msgstr "" + +#: doc/classes/Animation.xml:4 +msgid "Contains data used to animate everything in the engine." +msgstr "" + +#: doc/classes/Animation.xml:7 +msgid "" +"An Animation resource contains data used to animate everything in the " +"engine. Animations are divided into tracks, and each track must be linked to " +"a node. The state of that node can be changed through time, by adding timed " +"keys (events) to the track.\n" +"[codeblock]\n" +"# This creates an animation that makes the node \"Enemy\" move to the right " +"by\n" +"# 100 pixels in 0.5 seconds.\n" +"var animation = Animation.new()\n" +"var track_index = animation.add_track(Animation.TYPE_VALUE)\n" +"animation.track_set_path(track_index, \"Enemy:position:x\")\n" +"animation.track_insert_key(track_index, 0.0, 0)\n" +"animation.track_insert_key(track_index, 0.5, 100)\n" +"[/codeblock]\n" +"Animations are just data containers, and must be added to nodes such as an " +"[AnimationPlayer] or [AnimationTreePlayer] to be played back. Animation " +"tracks have different types, each with its own set of dedicated methods. " +"Check [enum TrackType] to see available types." +msgstr "" + +#: doc/classes/Animation.xml:20 doc/classes/AnimationPlayer.xml:12 +msgid "https://docs.godotengine.org/en/3.4/tutorials/animation/index.html" +msgstr "" + +#: doc/classes/Animation.xml:28 +msgid "Adds a track to the Animation." +msgstr "" + +#: doc/classes/Animation.xml:36 +msgid "" +"Returns the animation name at the key identified by [code]key_idx[/code]. " +"The [code]track_idx[/code] must be the index of an Animation Track." +msgstr "" + +#: doc/classes/Animation.xml:45 +msgid "" +"Inserts a key with value [code]animation[/code] at the given [code]time[/" +"code] (in seconds). The [code]track_idx[/code] must be the index of an " +"Animation Track." +msgstr "" + +#: doc/classes/Animation.xml:54 +msgid "" +"Sets the key identified by [code]key_idx[/code] to value [code]animation[/" +"code]. The [code]track_idx[/code] must be the index of an Animation Track." +msgstr "" + +#: doc/classes/Animation.xml:62 +msgid "" +"Returns the end offset of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of an Audio Track.\n" +"End offset is the number of seconds cut off at the ending of the audio " +"stream." +msgstr "" + +#: doc/classes/Animation.xml:71 +msgid "" +"Returns the start offset of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of an Audio Track.\n" +"Start offset is the number of seconds cut off at the beginning of the audio " +"stream." +msgstr "" + +#: doc/classes/Animation.xml:80 +msgid "" +"Returns the audio stream of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of an Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:91 +msgid "" +"Inserts an Audio Track key at the given [code]time[/code] in seconds. The " +"[code]track_idx[/code] must be the index of an Audio Track.\n" +"[code]stream[/code] is the [AudioStream] resource to play. " +"[code]start_offset[/code] is the number of seconds cut off at the beginning " +"of the audio stream, while [code]end_offset[/code] is at the ending." +msgstr "" + +#: doc/classes/Animation.xml:101 +msgid "" +"Sets the end offset of the key identified by [code]key_idx[/code] to value " +"[code]offset[/code]. The [code]track_idx[/code] must be the index of an " +"Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:110 +msgid "" +"Sets the start offset of the key identified by [code]key_idx[/code] to value " +"[code]offset[/code]. The [code]track_idx[/code] must be the index of an " +"Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:119 +msgid "" +"Sets the stream of the key identified by [code]key_idx[/code] to value " +"[code]stream[/code]. The [code]track_idx[/code] must be the index of an " +"Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:127 +msgid "" +"Returns the in handle of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:135 +msgid "" +"Returns the out handle of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:143 +msgid "" +"Returns the value of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:154 +msgid "" +"Inserts a Bezier Track key at the given [code]time[/code] in seconds. The " +"[code]track_idx[/code] must be the index of a Bezier Track.\n" +"[code]in_handle[/code] is the left-side weight of the added Bezier curve " +"point, [code]out_handle[/code] is the right-side one, while [code]value[/" +"code] is the actual value at this point." +msgstr "" + +#: doc/classes/Animation.xml:163 +msgid "" +"Returns the interpolated value at the given [code]time[/code] (in seconds). " +"The [code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:172 +msgid "" +"Sets the in handle of the key identified by [code]key_idx[/code] to value " +"[code]in_handle[/code]. The [code]track_idx[/code] must be the index of a " +"Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:181 +msgid "" +"Sets the out handle of the key identified by [code]key_idx[/code] to value " +"[code]out_handle[/code]. The [code]track_idx[/code] must be the index of a " +"Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:190 +msgid "" +"Sets the value of the key identified by [code]key_idx[/code] to the given " +"value. The [code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:196 +msgid "Clear the animation (clear all tracks and reset all)." +msgstr "" + +#: doc/classes/Animation.xml:204 +msgid "" +"Adds a new track that is a copy of the given track from [code]to_animation[/" +"code]." +msgstr "" + +#: doc/classes/Animation.xml:211 +msgid "" +"Returns the index of the specified track. If the track is not found, return " +"-1." +msgstr "" + +#: doc/classes/Animation.xml:217 +msgid "Returns the amount of tracks in the animation." +msgstr "" + +#: doc/classes/Animation.xml:226 +msgid "" +"Returns all the key indices of a method track, given a position and delta " +"time." +msgstr "" + +#: doc/classes/Animation.xml:234 +msgid "Returns the method name of a method track." +msgstr "" + +#: doc/classes/Animation.xml:242 +msgid "" +"Returns the arguments values to be called on a method track for a given key " +"in a given track." +msgstr "" + +#: doc/classes/Animation.xml:249 +msgid "Removes a track by specifying the track index." +msgstr "" + +#: doc/classes/Animation.xml:258 +msgid "" +"Finds the key index by time in a given track. Optionally, only find it if " +"the exact time is given." +msgstr "" + +#: doc/classes/Animation.xml:265 +msgid "" +"Returns [code]true[/code] if the track at [code]idx[/code] wraps the " +"interpolation loop. New tracks wrap the interpolation loop by default." +msgstr "" + +#: doc/classes/Animation.xml:272 +msgid "Returns the interpolation type of a given track." +msgstr "" + +#: doc/classes/Animation.xml:279 +msgid "Returns the amount of keys in a given track." +msgstr "" + +#: doc/classes/Animation.xml:287 +msgid "Returns the time at which the key is located." +msgstr "" + +#: doc/classes/Animation.xml:295 +msgid "" +"Returns the transition curve (easing) for a specific key (see the built-in " +"math function [method @GDScript.ease])." +msgstr "" + +#: doc/classes/Animation.xml:303 +msgid "Returns the value of a given key in a given track." +msgstr "" + +#: doc/classes/Animation.xml:310 +msgid "" +"Gets the path of a track. For more information on the path format, see " +"[method track_set_path]." +msgstr "" + +#: doc/classes/Animation.xml:317 +msgid "Gets the type of a track." +msgstr "" + +#: doc/classes/Animation.xml:327 +msgid "Insert a generic key in a given track." +msgstr "" + +#: doc/classes/Animation.xml:334 +msgid "" +"Returns [code]true[/code] if the track at index [code]idx[/code] is enabled." +msgstr "" + +#: doc/classes/Animation.xml:341 +msgid "" +"Returns [code]true[/code] if the given track is imported. Else, return " +"[code]false[/code]." +msgstr "" + +#: doc/classes/Animation.xml:348 +msgid "Moves a track down." +msgstr "" + +#: doc/classes/Animation.xml:356 +msgid "" +"Changes the index position of track [code]idx[/code] to the one defined in " +"[code]to_idx[/code]." +msgstr "" + +#: doc/classes/Animation.xml:363 +msgid "Moves a track up." +msgstr "" + +#: doc/classes/Animation.xml:371 +msgid "Removes a key by index in a given track." +msgstr "" + +#: doc/classes/Animation.xml:379 +msgid "Removes a key by position (seconds) in a given track." +msgstr "" + +#: doc/classes/Animation.xml:387 +msgid "Enables/disables the given track. Tracks are enabled by default." +msgstr "" + +#: doc/classes/Animation.xml:395 +msgid "Sets the given track as imported or not." +msgstr "" + +#: doc/classes/Animation.xml:403 +msgid "" +"If [code]true[/code], the track at [code]idx[/code] wraps the interpolation " +"loop." +msgstr "" + +#: doc/classes/Animation.xml:411 +msgid "Sets the interpolation type of a given track." +msgstr "" + +#: doc/classes/Animation.xml:420 +msgid "Sets the time of an existing key." +msgstr "" + +#: doc/classes/Animation.xml:429 +msgid "" +"Sets the transition curve (easing) for a specific key (see the built-in math " +"function [method @GDScript.ease])." +msgstr "" + +#: doc/classes/Animation.xml:438 +msgid "Sets the value of an existing key." +msgstr "" + +#: doc/classes/Animation.xml:446 +msgid "" +"Sets the path of a track. Paths must be valid scene-tree paths to a node and " +"must be specified starting from the parent node of the node that will " +"reproduce the animation. Tracks that control properties or bones must append " +"their name after the path, separated by [code]\":\"[/code].\n" +"For example, [code]\"character/skeleton:ankle\"[/code] or [code]\"character/" +"mesh:transform/local\"[/code]." +msgstr "" + +#: doc/classes/Animation.xml:455 +msgid "" +"Swaps the track [code]idx[/code]'s index position with the track " +"[code]with_idx[/code]." +msgstr "" + +#: doc/classes/Animation.xml:466 +msgid "Insert a transform key for a transform track." +msgstr "" + +#: doc/classes/Animation.xml:474 +msgid "" +"Returns the interpolated value of a transform track at a given time (in " +"seconds). An array consisting of 3 elements: position ([Vector3]), rotation " +"([Quat]) and scale ([Vector3])." +msgstr "" + +#: doc/classes/Animation.xml:483 +msgid "" +"Returns all the key indices of a value track, given a position and delta " +"time." +msgstr "" + +#: doc/classes/Animation.xml:490 +msgid "Returns the update mode of a value track." +msgstr "" + +#: doc/classes/Animation.xml:498 +msgid "" +"Returns the interpolated value at the given time (in seconds). The " +"[code]track_idx[/code] must be the index of a value track." +msgstr "" + +#: doc/classes/Animation.xml:506 +msgid "Sets the update mode (see [enum UpdateMode]) of a value track." +msgstr "" + +#: doc/classes/Animation.xml:512 +msgid "" +"The total length of the animation (in seconds).\n" +"[b]Note:[/b] Length is not delimited by the last key, as this one may be " +"before or after the end to ensure correct interpolation and looping." +msgstr "" + +#: doc/classes/Animation.xml:516 +msgid "" +"A flag indicating that the animation must loop. This is used for correct " +"interpolation of animation cycles, and for hinting the player that it must " +"restart the animation." +msgstr "" + +#: doc/classes/Animation.xml:519 +msgid "The animation step value." +msgstr "" + +#: doc/classes/Animation.xml:525 +msgid "" +"Emitted when there's a change in the list of tracks, e.g. tracks are added, " +"moved or have changed paths." +msgstr "" + +#: doc/classes/Animation.xml:531 +msgid "" +"Value tracks set values in node properties, but only those which can be " +"Interpolated." +msgstr "" + +#: doc/classes/Animation.xml:534 +msgid "" +"Transform tracks are used to change node local transforms or skeleton pose " +"bones. Transitions are interpolated." +msgstr "" + +#: doc/classes/Animation.xml:537 +msgid "Method tracks call functions with given arguments per key." +msgstr "" + +#: doc/classes/Animation.xml:540 +msgid "" +"Bezier tracks are used to interpolate a value using custom curves. They can " +"also be used to animate sub-properties of vectors and colors (e.g. alpha " +"value of a [Color])." +msgstr "" + +#: doc/classes/Animation.xml:543 +msgid "" +"Audio tracks are used to play an audio stream with either type of " +"[AudioStreamPlayer]. The stream can be trimmed and previewed in the " +"animation." +msgstr "" + +#: doc/classes/Animation.xml:546 +msgid "Animation tracks play animations in other [AnimationPlayer] nodes." +msgstr "" + +#: doc/classes/Animation.xml:549 +msgid "No interpolation (nearest value)." +msgstr "" + +#: doc/classes/Animation.xml:552 +msgid "Linear interpolation." +msgstr "" + +#: doc/classes/Animation.xml:555 +msgid "Cubic interpolation." +msgstr "" + +#: doc/classes/Animation.xml:558 +msgid "Update between keyframes." +msgstr "" + +#: doc/classes/Animation.xml:561 +msgid "Update at the keyframes and hold the value." +msgstr "" + +#: doc/classes/Animation.xml:564 +msgid "Update at the keyframes." +msgstr "" + +#: doc/classes/Animation.xml:567 +msgid "" +"Same as linear interpolation, but also interpolates from the current value " +"(i.e. dynamically at runtime) if the first key isn't at 0 seconds." +msgstr "" + +#: doc/classes/AnimationNode.xml:4 +msgid "Base resource for [AnimationTree] nodes." +msgstr "" + +#: doc/classes/AnimationNode.xml:7 +msgid "" +"Base resource for [AnimationTree] nodes. In general, it's not used directly, " +"but you can create custom ones with custom blending formulas.\n" +"Inherit this when creating nodes mainly for use in [AnimationNodeBlendTree], " +"otherwise [AnimationRootNode] should be used instead." +msgstr "" + +#: doc/classes/AnimationNode.xml:11 doc/classes/AnimationNodeAdd2.xml:10 +#: doc/classes/AnimationNodeAdd3.xml:14 +#: doc/classes/AnimationNodeAnimation.xml:10 +#: doc/classes/AnimationNodeBlend2.xml:10 +#: doc/classes/AnimationNodeBlend3.xml:14 +#: doc/classes/AnimationNodeBlendSpace1D.xml:13 +#: doc/classes/AnimationNodeBlendSpace2D.xml:12 +#: doc/classes/AnimationNodeBlendTree.xml:10 +#: doc/classes/AnimationNodeOneShot.xml:10 +#: doc/classes/AnimationNodeOutput.xml:9 +#: doc/classes/AnimationNodeStateMachine.xml:15 +#: doc/classes/AnimationNodeStateMachinePlayback.xml:15 +#: doc/classes/AnimationNodeStateMachineTransition.xml:8 +#: doc/classes/AnimationNodeTimeScale.xml:10 +#: doc/classes/AnimationNodeTimeSeek.xml:21 +#: doc/classes/AnimationNodeTransition.xml:10 doc/classes/AnimationTree.xml:11 +#: doc/classes/AnimationTreePlayer.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/animation/animation_tree.html" +msgstr "" + +#: doc/classes/AnimationNode.xml:18 +msgid "" +"Adds an input to the node. This is only useful for nodes created for use in " +"an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNode.xml:29 +msgid "" +"Blend an animation by [code]blend[/code] amount (name must be valid in the " +"linked [AnimationPlayer]). A [code]time[/code] and [code]delta[/code] may be " +"passed, as well as whether [code]seek[/code] happened." +msgstr "" + +#: doc/classes/AnimationNode.xml:41 +msgid "" +"Blend an input. This is only useful for nodes created for an " +"[AnimationNodeBlendTree]. The [code]time[/code] parameter is a relative " +"delta, unless [code]seek[/code] is [code]true[/code], in which case it is " +"absolute. A filter mode may be optionally passed (see [enum FilterAction] " +"for options)." +msgstr "" + +#: doc/classes/AnimationNode.xml:54 +msgid "" +"Blend another animation node (in case this node contains children animation " +"nodes). This function is only useful if you inherit from [AnimationRootNode] " +"instead, else editors will not display your node for addition." +msgstr "" + +#: doc/classes/AnimationNode.xml:60 +msgid "Gets the text caption for this node (used by some editors)." +msgstr "" + +#: doc/classes/AnimationNode.xml:67 +msgid "" +"Gets a child node by index (used by editors inheriting from " +"[AnimationRootNode])." +msgstr "" + +#: doc/classes/AnimationNode.xml:73 +msgid "" +"Gets all children nodes in order as a [code]name: node[/code] dictionary. " +"Only useful when inheriting [AnimationRootNode]." +msgstr "" + +#: doc/classes/AnimationNode.xml:79 +msgid "" +"Amount of inputs in this node, only useful for nodes that go into " +"[AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNode.xml:86 +msgid "Gets the name of an input by index." +msgstr "" + +#: doc/classes/AnimationNode.xml:93 +msgid "" +"Gets the value of a parameter. Parameters are custom local memory used for " +"your nodes, given a resource can be reused in multiple trees." +msgstr "" + +#: doc/classes/AnimationNode.xml:100 +msgid "" +"Gets the default value of a parameter. Parameters are custom local memory " +"used for your nodes, given a resource can be reused in multiple trees." +msgstr "" + +#: doc/classes/AnimationNode.xml:106 +msgid "" +"Gets the property information for parameter. Parameters are custom local " +"memory used for your nodes, given a resource can be reused in multiple " +"trees. Format is similar to [method Object.get_property_list]." +msgstr "" + +#: doc/classes/AnimationNode.xml:112 +msgid "" +"Returns [code]true[/code] whether you want the blend tree editor to display " +"filter editing on this node." +msgstr "" + +#: doc/classes/AnimationNode.xml:119 +msgid "Returns [code]true[/code] whether a given path is filtered." +msgstr "" + +#: doc/classes/AnimationNode.xml:127 +msgid "" +"User-defined callback called when a custom node is processed. The " +"[code]time[/code] parameter is a relative delta, unless [code]seek[/code] is " +"[code]true[/code], in which case it is absolute.\n" +"Here, call the [method blend_input], [method blend_node] or [method " +"blend_animation] functions. You can also use [method get_parameter] and " +"[method set_parameter] to modify local memory.\n" +"This function should return the time left for the current animation to " +"finish (if unsure, pass the value from the main blend being called)." +msgstr "" + +#: doc/classes/AnimationNode.xml:136 +msgid "Removes an input, call this only when inactive." +msgstr "" + +#: doc/classes/AnimationNode.xml:144 +msgid "Adds or removes a path for the filter." +msgstr "" + +#: doc/classes/AnimationNode.xml:152 +msgid "" +"Sets a custom parameter. These are used as local storage, because resources " +"can be reused across the tree or scenes." +msgstr "" + +#: doc/classes/AnimationNode.xml:158 +msgid "If [code]true[/code], filtering is enabled." +msgstr "" + +#: doc/classes/AnimationNode.xml:164 +msgid "Called when the node was removed from the graph." +msgstr "" + +#: doc/classes/AnimationNode.xml:169 +msgid "" +"Emitted by nodes that inherit from this class and that have an internal tree " +"when one of their nodes changes. The nodes that emit this signal are " +"[AnimationNodeBlendSpace1D], [AnimationNodeBlendSpace2D], " +"[AnimationNodeStateMachine], and [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNode.xml:175 +msgid "Do not use filtering." +msgstr "" + +#: doc/classes/AnimationNode.xml:178 +msgid "Paths matching the filter will be allowed to pass." +msgstr "" + +#: doc/classes/AnimationNode.xml:181 +msgid "Paths matching the filter will be discarded." +msgstr "" + +#: doc/classes/AnimationNode.xml:184 +msgid "Paths matching the filter will be blended (by the blend value)." +msgstr "" + +#: doc/classes/AnimationNodeAdd2.xml:4 +msgid "Blends two animations additively inside of an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeAdd2.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"additively based on an amount value in the [code][0.0, 1.0][/code] range." +msgstr "" + +#: doc/classes/AnimationNodeAdd2.xml:16 doc/classes/AnimationNodeAdd3.xml:21 +#: doc/classes/AnimationNodeBlend2.xml:18 +#: doc/classes/AnimationNodeBlend3.xml:20 +msgid "" +"If [code]true[/code], sets the [code]optimization[/code] to [code]false[/" +"code] when calling [method AnimationNode.blend_input], forcing the blended " +"animations to update every frame." +msgstr "" + +#: doc/classes/AnimationNodeAdd3.xml:4 +msgid "" +"Blends two of three animations additively inside of an " +"[AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeAdd3.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"together additively out of three based on a value in the [code][-1.0, 1.0][/" +"code] range.\n" +"This node has three inputs:\n" +"- The base animation to add to\n" +"- A -add animation to blend with when the blend amount is in the [code]" +"[-1.0, 0.0][/code] range.\n" +"- A +add animation to blend with when the blend amount is in the [code][0.0, " +"1.0][/code] range" +msgstr "" + +#: doc/classes/AnimationNodeAdd3.xml:15 +#: doc/classes/AnimationNodeAnimation.xml:12 +#: doc/classes/AnimationNodeBlend2.xml:12 +#: doc/classes/AnimationNodeBlendSpace2D.xml:13 +#: doc/classes/AnimationNodeOneShot.xml:11 +#: doc/classes/AnimationNodeOutput.xml:11 +#: doc/classes/AnimationNodeTransition.xml:12 +#: doc/classes/AnimationPlayer.xml:14 doc/classes/AnimationTree.xml:12 +#: doc/classes/AudioEffectReverb.xml:11 doc/classes/Camera.xml:10 +#: doc/classes/CollisionShape.xml:13 doc/classes/CylinderShape.xml:10 +#: doc/classes/Environment.xml:19 doc/classes/GIProbe.xml:14 +#: doc/classes/GIProbeData.xml:8 doc/classes/KinematicBody.xml:16 +#: doc/classes/Light.xml:11 doc/classes/Material.xml:11 doc/classes/Mesh.xml:13 +#: doc/classes/MeshInstance.xml:13 doc/classes/Particles.xml:14 +#: doc/classes/Quat.xml:13 doc/classes/Skeleton.xml:13 +#: doc/classes/SpotLight.xml:12 doc/classes/StaticBody.xml:12 +#: doc/classes/WorldEnvironment.xml:15 +msgid "https://godotengine.org/asset-library/asset/678" +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:4 +msgid "Input animation to use in an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Only features one output " +"set using the [member animation] property. Use it as an input for " +"[AnimationNode] that blend animations together." +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:11 +#: doc/classes/AnimationNodeBlend2.xml:11 +#: doc/classes/AnimationNodeOutput.xml:10 +#: doc/classes/AnimationNodeTimeScale.xml:11 +#: doc/classes/AnimationNodeTransition.xml:11 doc/classes/Area.xml:10 +#: doc/classes/Basis.xml:17 doc/classes/BoxShape.xml:12 +#: doc/classes/CollisionShape.xml:12 modules/gridmap/doc_classes/GridMap.xml:15 +#: doc/classes/KinematicBody.xml:14 doc/classes/Mesh.xml:12 +#: doc/classes/MeshInstance.xml:12 doc/classes/MeshLibrary.xml:11 +#: doc/classes/ProjectSettings.xml:14 doc/classes/Transform.xml:15 +msgid "https://godotengine.org/asset-library/asset/125" +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:18 +msgid "" +"Animation to use as an output. It is one of the animations provided by " +"[member AnimationTree.anim_player]." +msgstr "" + +#: doc/classes/AnimationNodeBlend2.xml:4 +msgid "Blends two animations linearly inside of an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeBlend2.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"linearly based on an amount value in the [code][0.0, 1.0][/code] range." +msgstr "" + +#: doc/classes/AnimationNodeBlend3.xml:4 +msgid "" +"Blends two of three animations linearly inside of an " +"[AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeBlend3.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"together linearly out of three based on a value in the [code][-1.0, 1.0][/" +"code] range.\n" +"This node has three inputs:\n" +"- The base animation\n" +"- A -blend animation to blend with when the blend amount is in the [code]" +"[-1.0, 0.0][/code] range.\n" +"- A +blend animation to blend with when the blend amount is in the [code]" +"[0.0, 1.0][/code] range" +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:4 +msgid "" +"Blends linearly between two of any number of [AnimationNode] of any type " +"placed on a virtual axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree].\n" +"This is a virtual axis on which you can add any type of [AnimationNode] " +"using [method add_blend_point].\n" +"Outputs the linear blend of the two [AnimationNode]s closest to the node's " +"current value.\n" +"You can set the extents of the axis using the [member min_space] and [member " +"max_space]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:22 +msgid "" +"Adds a new point that represents a [code]node[/code] on the virtual axis at " +"a given position set by [code]pos[/code]. You can insert it at a specific " +"index using the [code]at_index[/code] argument. If you use the default value " +"for [code]at_index[/code], the point is inserted at the end of the blend " +"points array." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:28 +msgid "Returns the number of points on the blend axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:35 +msgid "" +"Returns the [AnimationNode] referenced by the point at index [code]point[/" +"code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:42 +#: doc/classes/AnimationNodeBlendSpace2D.xml:52 +msgid "Returns the position of the point at index [code]point[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:49 +msgid "Removes the point at index [code]point[/code] from the blend axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:57 +#: doc/classes/AnimationNodeBlendSpace2D.xml:88 +msgid "" +"Changes the [AnimationNode] referenced by the point at index [code]point[/" +"code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:65 +#: doc/classes/AnimationNodeBlendSpace2D.xml:96 +msgid "" +"Updates the position of the point at index [code]point[/code] on the blend " +"axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:71 +msgid "" +"The blend space's axis's upper limit for the points' position. See [method " +"add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:74 +msgid "" +"The blend space's axis's lower limit for the points' position. See [method " +"add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:77 +msgid "Position increment to snap to when moving a point on the axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:80 +msgid "Label of the virtual axis of the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:4 +msgid "" +"Blends linearly between three [AnimationNode] of any type placed in a 2D " +"space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree].\n" +"This node allows you to blend linearly between three animations using a " +"[Vector2] weight.\n" +"You can add vertices to the blend space with [method add_blend_point] and " +"automatically triangulate it by setting [member auto_triangles] to " +"[code]true[/code]. Otherwise, use [method add_triangle] and [method " +"remove_triangle] to create up the blend space by hand." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:22 +msgid "" +"Adds a new point that represents a [code]node[/code] at the position set by " +"[code]pos[/code]. You can insert it at a specific index using the " +"[code]at_index[/code] argument. If you use the default value for " +"[code]at_index[/code], the point is inserted at the end of the blend points " +"array." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:32 +msgid "" +"Creates a new triangle using three points [code]x[/code], [code]y[/code], " +"and [code]z[/code]. Triangles can overlap. You can insert the triangle at a " +"specific index using the [code]at_index[/code] argument. If you use the " +"default value for [code]at_index[/code], the point is inserted at the end of " +"the blend points array." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:38 +msgid "Returns the number of points in the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:45 +msgid "" +"Returns the [AnimationRootNode] referenced by the point at index " +"[code]point[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:58 +msgid "Returns the number of triangles in the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:66 +msgid "" +"Returns the position of the point at index [code]point[/code] in the " +"triangle of index [code]triangle[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:73 +msgid "Removes the point at index [code]point[/code] from the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:80 +msgid "" +"Removes the triangle at index [code]triangle[/code] from the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:102 +msgid "" +"If [code]true[/code], the blend space is triangulated automatically. The " +"mesh updates every time you add or remove points with [method " +"add_blend_point] and [method remove_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:105 +msgid "" +"Controls the interpolation between animations. See [enum BlendMode] " +"constants." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:108 +msgid "" +"The blend space's X and Y axes' upper limit for the points' position. See " +"[method add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:111 +msgid "" +"The blend space's X and Y axes' lower limit for the points' position. See " +"[method add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:114 +msgid "Position increment to snap to when moving a point." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:117 +msgid "Name of the blend space's X axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:120 +msgid "Name of the blend space's Y axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:126 +msgid "" +"Emitted every time the blend space's triangles are created, removed, or when " +"one of their vertices changes position." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:132 +msgid "The interpolation between animations is linear." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:135 +msgid "" +"The blend space plays the animation of the node the blending position is " +"closest to. Useful for frame-by-frame 2D animations." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:138 +msgid "" +"Similar to [constant BLEND_MODE_DISCRETE], but starts the new animation at " +"the last animation's playback position." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:4 +msgid "[AnimationTree] node resource that contains many blend type nodes." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:7 +msgid "" +"This node may contain a sub-tree of any other blend type nodes, such as mix, " +"blend2, blend3, one shot, etc. This is one of the most commonly used roots." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:19 +msgid "" +"Adds an [AnimationNode] at the given [code]position[/code]. The [code]name[/" +"code] is used to identify the created sub-node later." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:28 +msgid "" +"Connects the output of an [AnimationNode] as input for another " +"[AnimationNode], at the input port specified by [code]input_index[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:36 +msgid "Disconnects the node connected to the specified input." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:43 +msgid "Returns the sub-node with the specified [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:50 +msgid "" +"Returns the position of the sub-node with the specified [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:57 +msgid "" +"Returns [code]true[/code] if a sub-node with specified [code]name[/code] " +"exists." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:64 +msgid "Removes a sub-node." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:72 +msgid "Changes the name of a sub-node." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:80 +msgid "Modifies the position of a sub-node." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:86 +msgid "The global offset of all sub-nodes." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:91 +msgid "The connection was successful." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:94 +msgid "The input node is [code]null[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:97 +msgid "The specified input port is out of range." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:100 +msgid "The output node is [code]null[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:103 +msgid "Input and output nodes are the same." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:106 +msgid "The specified connection already exists." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:4 +msgid "Plays an animation once in [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. This node will execute a " +"sub-animation and return once it finishes. Blend times for fading in and out " +"can be customized, as well as filters." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:28 +msgid "" +"If [code]true[/code], the sub-animation will restart automatically after " +"finishing." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:31 +msgid "The delay after which the automatic restart is triggered, in seconds." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:34 +msgid "" +"If [member autorestart] is [code]true[/code], a random additional delay (in " +"seconds) between 0 and this value will be added to [member " +"autorestart_delay]." +msgstr "" + +#: doc/classes/AnimationNodeOutput.xml:4 +msgid "Generic output node to be added to [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:4 +msgid "State machine for control of animations." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:7 +msgid "" +"Contains multiple nodes representing animation states, connected in a graph. " +"Node transitions can be configured to happen automatically or via code, " +"using a shortest-path algorithm. Retrieve the " +"[AnimationNodeStateMachinePlayback] object from the [AnimationTree] node to " +"control it programmatically.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var state_machine = $AnimationTree.get(\"parameters/playback\")\n" +"state_machine.travel(\"some_state\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:24 +msgid "" +"Adds a new node to the graph. The [code]position[/code] is used for display " +"in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:33 +msgid "Adds a transition between the given nodes." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:39 +#: doc/classes/AnimationNodeStateMachine.xml:72 +msgid "Returns the graph's end node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:45 +msgid "Returns the draw offset of the graph. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:52 +msgid "Returns the animation node with the given name." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:59 +msgid "Returns the given animation node's name." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:66 +msgid "Returns the given node's coordinates. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:79 +msgid "Returns the given transition." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:85 +msgid "Returns the number of connections in the graph." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:92 +msgid "Returns the given transition's start node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:99 +msgid "Returns the given transition's end node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:106 +msgid "Returns [code]true[/code] if the graph contains the given node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:114 +msgid "" +"Returns [code]true[/code] if there is a transition between the given nodes." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:121 +msgid "Deletes the given node from the graph." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:129 +msgid "Deletes the transition between the two specified nodes." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:136 +msgid "Deletes the given transition by index." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:144 +msgid "Renames the given node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:152 +msgid "Replaces the node and keeps its transitions unchanged." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:159 +msgid "Sets the given node as the graph end point." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:166 +msgid "Sets the draw offset of the graph. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:174 +msgid "Sets the node's coordinates. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:181 +msgid "Sets the given node as the graph start point." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:4 +msgid "Playback control for [AnimationNodeStateMachine]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:7 +msgid "" +"Allows control of [AnimationTree] state machines created with " +"[AnimationNodeStateMachine]. Retrieve with [code]$AnimationTree." +"get(\"parameters/playback\")[/code].\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var state_machine = $AnimationTree.get(\"parameters/playback\")\n" +"state_machine.travel(\"some_state\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:26 +msgid "Returns the currently playing animation state." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:32 +msgid "Returns the playback position within the current animation state." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:38 +msgid "" +"Returns the current travel path as computed internally by the A* algorithm." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:44 +msgid "Returns [code]true[/code] if an animation is playing." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:51 +msgid "Starts playing the given animation." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:57 +msgid "Stops the currently playing animation." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:64 +msgid "" +"Transitions from the current state to another one, following the shortest " +"path." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:14 +msgid "" +"Turn on auto advance when this condition is set. The provided name will " +"become a boolean parameter on the [AnimationTree] that can be controlled " +"from code (see [url=https://docs.godotengine.org/en/3.4/tutorials/animation/" +"animation_tree.html#controlling-from-code][/url]). For example, if [member " +"AnimationTree.tree_root] is an [AnimationNodeStateMachine] and [member " +"advance_condition] is set to [code]\"idle\"[/code]:\n" +"[codeblock]\n" +"$animation_tree[\"parameters/conditions/idle\"] = is_on_floor and " +"(linear_velocity.x == 0)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:20 +msgid "" +"Turn on the transition automatically when this state is reached. This works " +"best with [constant SWITCH_MODE_AT_END]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:23 +msgid "" +"Don't use this transition during [method AnimationNodeStateMachinePlayback." +"travel] or [member auto_advance]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:26 +msgid "" +"Lower priority transitions are preferred when travelling through the tree " +"via [method AnimationNodeStateMachinePlayback.travel] or [member " +"auto_advance]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:29 +msgid "The transition type." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:32 +msgid "The time to cross-fade between this state and the next." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:38 +msgid "Emitted when [member advance_condition] is changed." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:44 +msgid "" +"Switch to the next state immediately. The current state will end and blend " +"into the beginning of the new one." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:47 +msgid "" +"Switch to the next state immediately, but will seek the new state to the " +"playback position of the old state." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:50 +msgid "" +"Wait for the current state playback to end, then switch to the beginning of " +"the next state animation." +msgstr "" + +#: doc/classes/AnimationNodeTimeScale.xml:4 +msgid "A time-scaling animation node to be used with [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationNodeTimeScale.xml:7 +msgid "" +"Allows scaling the speed of the animation (or reversing it) in any children " +"nodes. Setting it to 0 will pause the animation." +msgstr "" + +#: doc/classes/AnimationNodeTimeSeek.xml:4 +msgid "A time-seeking animation node to be used with [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationNodeTimeSeek.xml:7 +msgid "" +"This node can be used to cause a seek command to happen to any sub-children " +"of the animation graph. Use this node type to play an [Animation] from the " +"start or a certain playback position inside the [AnimationNodeBlendTree]. " +"After setting the time and changing the animation playback, the seek node " +"automatically goes into sleep mode on the next process frame by setting its " +"[code]seek_position[/code] value to [code]-1.0[/code].\n" +"[codeblock]\n" +"# Play child animation from the start.\n" +"animation_tree.set(\"parameters/Seek/seek_position\", 0.0)\n" +"# Alternative syntax (same result as above).\n" +"animation_tree[\"parameters/Seek/seek_position\"] = 0.0\n" +"\n" +"# Play child animation from 12 second timestamp.\n" +"animation_tree.set(\"parameters/Seek/seek_position\", 12.0)\n" +"# Alternative syntax (same result as above).\n" +"animation_tree[\"parameters/Seek/seek_position\"] = 12.0\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:4 +msgid "A generic animation transition node for [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:7 +msgid "" +"Simple state machine for cases which don't require a more advanced " +"[AnimationNodeStateMachine]. Animations can be connected to the inputs and " +"transition times can be specified." +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:44 +msgid "The number of available input ports for this node." +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:47 +msgid "" +"Cross-fading time (in seconds) between each animation connected to the " +"inputs." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:4 +msgid "Container and player of [Animation] resources." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:7 +msgid "" +"An animation player is used for general-purpose playback of [Animation] " +"resources. It contains a dictionary of animations (referenced by name) and " +"custom blend times between their transitions. Additionally, animations can " +"be played and blended in different channels.\n" +"[AnimationPlayer] is more suited than [Tween] for animations where you know " +"the final values in advance. For example, fading a screen in and out is more " +"easily done with an [AnimationPlayer] node thanks to the animation tools " +"provided by the editor. That particular example can also be implemented with " +"a [Tween] node, but it requires doing everything by code.\n" +"Updating the target properties of animations occurs at process time." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:22 +msgid "" +"Adds [code]animation[/code] to the player accessible with the key " +"[code]name[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:29 +msgid "" +"Shifts position in the animation timeline and immediately updates the " +"animation. [code]delta[/code] is the time in seconds to shift. Events " +"between the current frame and [code]delta[/code] are handled." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:36 +msgid "Returns the name of the next animation in the queue." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:44 +msgid "" +"Triggers the [code]anim_to[/code] animation when the [code]anim_from[/code] " +"animation completes." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:50 +msgid "" +"[AnimationPlayer] caches animated nodes. It may not notice if a node " +"disappears; [method clear_caches] forces it to update the cache again." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:56 +msgid "Clears all queued, unplayed animations." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:63 +msgid "" +"Returns the name of [code]animation[/code] or an empty string if not found." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:70 +msgid "" +"Returns the [Animation] with key [code]name[/code] or [code]null[/code] if " +"not found." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:76 +msgid "Returns the list of stored animation names." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:84 +msgid "" +"Gets the blend time (in seconds) between two animations, referenced by their " +"names." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:90 +msgid "" +"Gets the actual playing speed of current animation or 0 if not playing. This " +"speed is the [member playback_speed] property multiplied by " +"[code]custom_speed[/code] argument specified when calling the [method play] " +"method." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:96 +msgid "" +"Returns a list of the animation names that are currently queued to play." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:103 +msgid "" +"Returns [code]true[/code] if the [AnimationPlayer] stores an [Animation] " +"with key [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:109 +msgid "Returns [code]true[/code] if playing an animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:119 +msgid "" +"Plays the animation with key [code]name[/code]. Custom blend times and speed " +"can be set. If [code]custom_speed[/code] is negative and [code]from_end[/" +"code] is [code]true[/code], the animation will play backwards (which is " +"equivalent to calling [method play_backwards]).\n" +"The [AnimationPlayer] keeps track of its current or last played animation " +"with [member assigned_animation]. If this method is called with that same " +"animation [code]name[/code], or with no [code]name[/code] parameter, the " +"assigned animation will resume playing if it was paused, or restart if it " +"was stopped (see [method stop] for both pause and stop). If the animation " +"was already playing, it will keep playing.\n" +"[b]Note:[/b] The animation will be updated the next time the " +"[AnimationPlayer] is processed. If other variables are updated at the same " +"time this is called, they may be updated too early. To perform the update " +"immediately, call [code]advance(0)[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:129 +msgid "" +"Plays the animation with key [code]name[/code] in reverse.\n" +"This method is a shorthand for [method play] with [code]custom_speed = -1.0[/" +"code] and [code]from_end = true[/code], so see its description for more " +"information." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:137 +msgid "" +"Queues an animation for playback once the current one is done.\n" +"[b]Note:[/b] If a looped animation is currently playing, the queued " +"animation will never play unless the looped animation is stopped somehow." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:145 +msgid "Removes the animation with key [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:153 +msgid "" +"Renames an existing animation with key [code]name[/code] to [code]newname[/" +"code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:161 +msgid "" +"Seeks the animation to the [code]seconds[/code] point in time (in seconds). " +"If [code]update[/code] is [code]true[/code], the animation updates too, " +"otherwise it updates at process time. Events between the current frame and " +"[code]seconds[/code] are skipped." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:170 +msgid "" +"Specifies a blend time (in seconds) between two animations, referenced by " +"their names." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:177 +msgid "" +"Stops or pauses the currently playing animation. If [code]reset[/code] is " +"[code]true[/code], the animation position is reset to [code]0[/code] and the " +"playback speed is reset to [code]1.0[/code].\n" +"If [code]reset[/code] is [code]false[/code], the [member " +"current_animation_position] will be kept and calling [method play] or " +"[method play_backwards] without arguments or with the same animation name as " +"[member assigned_animation] will resume the animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:184 +msgid "" +"If playing, the current animation; otherwise, the animation last played. " +"When set, would change the animation, but would not play it unless currently " +"playing. See also [member current_animation]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:187 +msgid "The name of the animation to play when the scene loads." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:190 +msgid "" +"The name of the currently playing animation. If no animation is playing, the " +"property's value is an empty string. Changing this value does not restart " +"the animation. See [method play] for more information on playing " +"animations.\n" +"[b]Note:[/b] While this property appears in the inspector, it's not meant to " +"be edited, and it's not saved in the scene. This property is mainly used to " +"get the currently playing animation, and internally for animation playback " +"tracks. For more information, see [Animation]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:194 +msgid "The length (in seconds) of the currently being played animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:197 +msgid "The position (in seconds) of the currently playing animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:200 +msgid "The call mode to use for Call Method tracks." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:203 +msgid "" +"If [code]true[/code], updates animations in response to process-related " +"notifications." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:206 +msgid "" +"The default time in which to blend animations. Ranges from 0 to 4096 with " +"0.01 precision." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:209 +msgid "The process notification in which to update animations." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:212 +msgid "" +"The speed scaling ratio. For instance, if this value is 1, then the " +"animation plays at normal speed. If it's 0.5, then it plays at half speed. " +"If it's 2, then it plays at double speed." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:215 +msgid "" +"This is used by the editor. If set to [code]true[/code], the scene will be " +"saved with the effects of the reset animation applied (as if it had been " +"seeked to time 0), then reverted after saving.\n" +"In other words, the saved scene file will contain the \"default pose\", as " +"defined by the reset animation, if any, with the editor keeping the values " +"that the nodes had before saving." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:219 +msgid "The node from which node path references will travel." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:227 +msgid "" +"Emitted when a queued animation plays after the previous animation was " +"finished. See [method queue].\n" +"[b]Note:[/b] The signal is not emitted when the animation is changed via " +"[method play] or from [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:234 +msgid "Notifies when an animation finished playing." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:240 +msgid "Notifies when an animation starts playing." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:245 +msgid "" +"Notifies when the caches have been cleared, either automatically, or " +"manually via [method clear_caches]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:251 doc/classes/AnimationTreePlayer.xml:505 +msgid "" +"Process animation during the physics process. This is especially useful when " +"animating physics bodies." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:254 doc/classes/AnimationTreePlayer.xml:508 +msgid "Process animation during the idle process." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:257 +msgid "" +"Do not process animation. Use [method advance] to process the animation " +"manually." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:260 +msgid "" +"Batch method calls during the animation process, then do the calls after " +"events are processed. This avoids bugs involving deleting nodes or modifying " +"the AnimationPlayer while playing." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:263 +msgid "Make method calls immediately when reached in the animation." +msgstr "" + +#: doc/classes/AnimationTree.xml:4 +msgid "" +"A node to be used for advanced animation transitions in an [AnimationPlayer]." +msgstr "" + +#: doc/classes/AnimationTree.xml:7 +msgid "" +"A node to be used for advanced animation transitions in an " +"[AnimationPlayer].\n" +"[b]Note:[/b] When linked with an [AnimationPlayer], several properties and " +"methods of the corresponding [AnimationPlayer] will not function as " +"expected. Playback and transitions should be handled using only the " +"[AnimationTree] and its constituent [AnimationNode](s). The " +"[AnimationPlayer] node should be used solely for adding, deleting, and " +"editing animations." +msgstr "" + +#: doc/classes/AnimationTree.xml:19 +msgid "Manually advance the animations by the specified time (in seconds)." +msgstr "" + +#: doc/classes/AnimationTree.xml:25 +msgid "" +"Retrieve the motion of the [member root_motion_track] as a [Transform] that " +"can be used elsewhere. If [member root_motion_track] is not a path to a " +"track of type [constant Animation.TYPE_TRANSFORM], returns an identity " +"transformation. See also [member root_motion_track] and [RootMotionView]." +msgstr "" + +#: doc/classes/AnimationTree.xml:38 +msgid "If [code]true[/code], the [AnimationTree] will be processing." +msgstr "" + +#: doc/classes/AnimationTree.xml:41 +msgid "The path to the [AnimationPlayer] used for animating." +msgstr "" + +#: doc/classes/AnimationTree.xml:44 +msgid "" +"The process mode of this [AnimationTree]. See [enum AnimationProcessMode] " +"for available modes." +msgstr "" + +#: doc/classes/AnimationTree.xml:47 +msgid "" +"The path to the Animation track used for root motion. Paths must be valid " +"scene-tree paths to a node, and must be specified starting from the parent " +"node of the node that will reproduce the animation. To specify a track that " +"controls properties or bones, append its name after the path, separated by " +"[code]\":\"[/code]. For example, [code]\"character/skeleton:ankle\"[/code] " +"or [code]\"character/mesh:transform/local\"[/code].\n" +"If the track has type [constant Animation.TYPE_TRANSFORM], the " +"transformation will be cancelled visually, and the animation will appear to " +"stay in place. See also [method get_root_motion_transform] and " +"[RootMotionView]." +msgstr "" + +#: doc/classes/AnimationTree.xml:51 +msgid "The root animation node of this [AnimationTree]. See [AnimationNode]." +msgstr "" + +#: doc/classes/AnimationTree.xml:56 +msgid "" +"The animations will progress during the physics frame (i.e. [method Node." +"_physics_process])." +msgstr "" + +#: doc/classes/AnimationTree.xml:59 +msgid "" +"The animations will progress during the idle frame (i.e. [method Node." +"_process])." +msgstr "" + +#: doc/classes/AnimationTree.xml:62 +msgid "The animations will only progress manually (see [method advance])." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:4 +msgid "" +"[i]Deprecated.[/i] Animation player that uses a node graph for blending " +"animations. Superseded by [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:7 +msgid "" +"[i]Deprecated.[/i] A node graph tool for blending multiple animations bound " +"to an [AnimationPlayer]. Especially useful for animating characters or other " +"skeleton-based rigs. It can combine several animations to form a desired " +"pose.\n" +"It takes [Animation]s from an [AnimationPlayer] node and mixes them " +"depending on the graph.\n" +"See [AnimationTree] for a more full-featured replacement of this node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:20 +msgid "Adds a [code]type[/code] node to the graph with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:27 +msgid "" +"Shifts position in the animation timeline. [code]delta[/code] is the time in " +"seconds to shift. Events between the current frame and [code]delta[/code] " +"are handled." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:34 +msgid "" +"Returns the [AnimationPlayer]'s [Animation] bound to the " +"[AnimationTreePlayer]'s animation node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:41 +msgid "" +"Returns the name of the [member master_player]'s [Animation] bound to this " +"animation node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:48 +msgid "" +"Returns the absolute playback timestamp of the animation node with name " +"[code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:56 +msgid "" +"Binds a new [Animation] from the [member master_player] to the " +"[AnimationTreePlayer]'s animation node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:65 +msgid "" +"If [code]enable[/code] is [code]true[/code], the animation node with ID " +"[code]id[/code] turns off the track modifying the property at [code]path[/" +"code]. The modified node's children continue to animate." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:73 +msgid "" +"Binds the [Animation] named [code]source[/code] from [member master_player] " +"to the animation node [code]id[/code]. Recalculates caches." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:82 +msgid "" +"Returns whether node [code]id[/code] and [code]dst_id[/code] are connected " +"at the specified slot." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:89 +msgid "Returns the blend amount of a Blend2 node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:97 +msgid "" +"Sets the blend amount of a Blend2 node given its name and value.\n" +"A Blend2 node blends two animations (A and B) with the amount between 0 and " +"1.\n" +"At 0, output is input A. Towards 1, the influence of A gets lessened, the " +"influence of B gets raised. At 1, output is input B." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:108 +msgid "" +"If [code]enable[/code] is [code]true[/code], the Blend2 node with name " +"[code]id[/code] turns off the track modifying the property at [code]path[/" +"code]. The modified node's children continue to animate." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:115 +msgid "Returns the blend amount of a Blend3 node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:123 +msgid "" +"Sets the blend amount of a Blend3 node given its name and value.\n" +"A Blend3 Node blends three animations (A, B-, B+) with the amount between -1 " +"and 1.\n" +"At -1, output is input B-. From -1 to 0, the influence of B- gets lessened, " +"the influence of A gets raised and the influence of B+ is 0. At 0, output is " +"input A. From 0 to 1, the influence of A gets lessened, the influence of B+ " +"gets raised and the influence of B+ is 0. At 1, output is input B+." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:132 +msgid "Returns the blend amount of a Blend4 node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:140 +msgid "" +"Sets the blend amount of a Blend4 node given its name and value.\n" +"A Blend4 Node blends two pairs of animations.\n" +"The two pairs are blended like Blend2 and then added together." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:151 +msgid "" +"Connects node [code]id[/code] to [code]dst_id[/code] at the specified input " +"slot." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:159 +msgid "" +"Disconnects nodes connected to [code]id[/code] at the specified input slot." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:165 +msgid "Returns a [PoolStringArray] containing the name of all nodes." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:172 +msgid "Returns the mix amount of a Mix node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:180 +msgid "" +"Sets the mix amount of a Mix node given its name and value.\n" +"A Mix node adds input b to input a by the amount given by ratio." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:188 +msgid "Check if a node exists (by name)." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:195 +msgid "" +"Returns the input count for a given node. Different types of nodes have " +"different amount of inputs." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:203 +msgid "Returns the input source for a given node input." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:210 +msgid "Returns position of a node in the graph given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:217 +msgid "Gets the node type, will return from [enum NodeType] enum." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:225 +msgid "Renames a node in the graph." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:233 +msgid "Sets the position of a node in the graph given its name and position." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:240 +msgid "Returns the autostart delay of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:247 +msgid "Returns the autostart random delay of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:254 +msgid "Returns the fade in time of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:261 +msgid "Returns the fade out time of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:268 +msgid "Returns whether a OneShot node will auto restart given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:275 +msgid "Returns whether a OneShot node is active given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:283 +msgid "" +"Sets the autorestart property of a OneShot node given its name and value." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:291 +msgid "" +"Sets the autorestart delay of a OneShot node given its name and value in " +"seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:299 +msgid "" +"Sets the autorestart random delay of a OneShot node given its name and value " +"in seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:307 +msgid "" +"Sets the fade in time of a OneShot node given its name and value in seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:315 +msgid "" +"Sets the fade out time of a OneShot node given its name and value in seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:324 +msgid "" +"If [code]enable[/code] is [code]true[/code], the OneShot node with ID " +"[code]id[/code] turns off the track modifying the property at [code]path[/" +"code]. The modified node's children continue to animate." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:331 +msgid "Starts a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:338 +msgid "Stops the OneShot node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:344 +msgid "" +"Manually recalculates the cache of track information generated from " +"animation nodes. Needed when external sources modify the animation nodes' " +"state." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:351 +msgid "Removes the animation node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:357 +msgid "Resets this [AnimationTreePlayer]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:364 +msgid "" +"Returns the time scale value of the TimeScale node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:372 +msgid "" +"Sets the time scale of the TimeScale node with name [code]id[/code] to " +"[code]scale[/code].\n" +"The TimeScale node is used to speed [Animation]s up if the scale is above 1 " +"or slow them down if it is below 1.\n" +"If applied after a blend or mix, affects all input animations to that blend " +"or mix." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:382 +msgid "" +"Sets the time seek value of the TimeSeek node with name [code]id[/code] to " +"[code]seconds[/code].\n" +"This functions as a seek in the [Animation] or the blend or mix of " +"[Animation]s input in it." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:391 +msgid "" +"Deletes the input at [code]input_idx[/code] for the transition node with " +"name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:398 +msgid "" +"Returns the index of the currently evaluated input for the transition node " +"with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:405 +msgid "" +"Returns the number of inputs for the transition node with name [code]id[/" +"code]. You can add inputs by right-clicking on the transition node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:412 +msgid "" +"Returns the cross fade time for the transition node with name [code]id[/" +"code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:420 +msgid "" +"Returns [code]true[/code] if the input at [code]input_idx[/code] on the " +"transition node with name [code]id[/code] is set to automatically advance to " +"the next input upon completion." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:428 +msgid "" +"The transition node with name [code]id[/code] sets its current input at " +"[code]input_idx[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:437 +msgid "" +"The transition node with name [code]id[/code] advances to its next input " +"automatically when the input at [code]input_idx[/code] completes." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:445 +msgid "" +"Resizes the number of inputs available for the transition node with name " +"[code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:453 +msgid "" +"The transition node with name [code]id[/code] sets its cross fade time to " +"[code]time_sec[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:459 +msgid "" +"If [code]true[/code], the [AnimationTreePlayer] is able to play animations." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:462 +msgid "" +"The node from which to relatively access other nodes.\n" +"It accesses the bones, so it should point to the same node the " +"[AnimationPlayer] would point its Root Node at." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:466 +msgid "" +"The path to the [AnimationPlayer] from which this [AnimationTreePlayer] " +"binds animations to animation nodes.\n" +"Once set, [Animation] nodes can be added to the [AnimationTreePlayer]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:470 +msgid "The thread in which to update animations." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:475 +msgid "Output node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:478 +msgid "Animation node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:481 +msgid "OneShot node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:484 +msgid "Mix node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:487 +msgid "Blend2 node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:490 +msgid "Blend3 node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:493 +msgid "Blend4 node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:496 +msgid "TimeScale node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:499 +msgid "TimeSeek node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:502 +msgid "Transition node." +msgstr "" + +#: doc/classes/Area.xml:4 +msgid "3D area for detection and physics and audio influence." +msgstr "" + +#: doc/classes/Area.xml:7 +msgid "" +"3D area that detects [CollisionObject] nodes overlapping, entering, or " +"exiting. Can also alter or override local physics parameters (gravity, " +"damping) and route audio to custom audio buses." +msgstr "" + +#: doc/classes/Area.xml:11 doc/classes/QuadMesh.xml:10 +#: doc/classes/Viewport.xml:17 doc/classes/ViewportTexture.xml:11 +msgid "https://godotengine.org/asset-library/asset/127" +msgstr "" + +#: doc/classes/Area.xml:17 +msgid "" +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area.xml:24 +msgid "" +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area.xml:32 +msgid "" +"If [code]true[/code], the given area overlaps the Area.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of overlaps is updated once per frame and before the " +"physics step. Consider using signals instead." +msgstr "" + +#: doc/classes/Area.xml:40 +msgid "" +"If [code]true[/code], the given physics body overlaps the Area.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of overlaps is updated once per frame and before the " +"physics step. Consider using signals instead.\n" +"The [code]body[/code] argument can either be a [PhysicsBody] or a [GridMap] " +"instance (while GridMaps are not physics body themselves, they register " +"their tiles with collision shapes as a virtual physics body)." +msgstr "" + +#: doc/classes/Area.xml:48 +msgid "" +"The rate at which objects stop spinning in this area. Represents the angular " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/3d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 +msgid "The name of the area's audio bus." +msgstr "" + +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 +msgid "" +"If [code]true[/code], the area's audio bus overrides the default audio bus." +msgstr "" + +#: doc/classes/Area.xml:58 +msgid "" +"The area's gravity intensity (in meters per second squared). This value " +"multiplies the gravity vector. This is useful to alter the force of gravity " +"without altering its direction." +msgstr "" + +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 +msgid "" +"The falloff factor for point gravity. The greater the value, the faster " +"gravity decreases with distance." +msgstr "" + +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 +msgid "" +"If [code]true[/code], gravity is calculated from a point (set via [member " +"gravity_vec]). See also [member space_override]." +msgstr "" + +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 +msgid "" +"The area's gravity vector (not normalized). If gravity is a point (see " +"[member gravity_point]), this will be the point of attraction." +msgstr "" + +#: doc/classes/Area.xml:70 +msgid "" +"The rate at which objects stop moving in this area. Represents the linear " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/3d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 +msgid "If [code]true[/code], other monitoring areas can detect this area." +msgstr "" + +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 +msgid "" +"If [code]true[/code], the area detects bodies or areas entering and exiting " +"it." +msgstr "" + +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 +msgid "The area's priority. Higher priority areas are processed first." +msgstr "" + +#: doc/classes/Area.xml:83 +msgid "" +"The degree to which this area applies reverb to its associated audio. Ranges " +"from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." +msgstr "" + +#: doc/classes/Area.xml:86 +msgid "If [code]true[/code], the area applies reverb to its associated audio." +msgstr "" + +#: doc/classes/Area.xml:89 +msgid "The reverb bus name to use for this area's associated audio." +msgstr "" + +#: doc/classes/Area.xml:92 +msgid "" +"The degree to which this area's reverb is a uniform effect. Ranges from " +"[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." +msgstr "" + +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 +msgid "" +"Override mode for gravity and damping calculations within this area. See " +"[enum SpaceOverride] for possible values." +msgstr "" + +#: doc/classes/Area.xml:102 +msgid "" +"Emitted when another Area enters this Area. Requires [member monitoring] to " +"be set to [code]true[/code].\n" +"[code]area[/code] the other Area." +msgstr "" + +#: doc/classes/Area.xml:109 +msgid "" +"Emitted when another Area exits this Area. Requires [member monitoring] to " +"be set to [code]true[/code].\n" +"[code]area[/code] the other Area." +msgstr "" + +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 +msgid "" +"Emitted when one of another Area's [Shape]s enters one of this Area's " +"[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" +"[code]area_rid[/code] the [RID] of the other Area's [CollisionObject] used " +"by the [PhysicsServer].\n" +"[code]area[/code] the other Area.\n" +"[code]area_shape_index[/code] the index of the [Shape] of the other Area " +"used by the [PhysicsServer]. Get the [CollisionShape] node with [code]area." +"shape_owner_get_owner(area_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this Area used by " +"the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area.xml:142 +msgid "" +"Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " +"monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " +"[MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/Area.xml:149 +msgid "" +"Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " +"monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " +"[MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 +msgid "" +"Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " +"this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" +"code]. [GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body_rid[/code] the [RID] of the [PhysicsBody] or [MeshLibrary]'s " +"[CollisionObject] used by the [PhysicsServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the [PhysicsBody] " +"or [GridMap].\n" +"[code]body_shape_index[/code] the index of the [Shape] of the [PhysicsBody] " +"or [GridMap] used by the [PhysicsServer]. Get the [CollisionShape] node with " +"[code]body.shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this Area used by " +"the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 +msgid "This area does not affect gravity/damping." +msgstr "" + +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 +msgid "" +"This area adds its gravity/damping values to whatever has been calculated so " +"far (in [member priority] order)." +msgstr "" + +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 +msgid "" +"This area adds its gravity/damping values to whatever has been calculated so " +"far (in [member priority] order), ignoring any lower priority areas." +msgstr "" + +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 +msgid "" +"This area replaces any gravity/damping, even the defaults, ignoring any " +"lower priority areas." +msgstr "" + +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 +msgid "" +"This area replaces any gravity/damping calculated so far (in [member " +"priority] order), but keeps calculating the rest of the areas." +msgstr "" + +#: doc/classes/Area2D.xml:4 +msgid "2D area for detection and physics and audio influence." +msgstr "" + +#: doc/classes/Area2D.xml:7 +msgid "" +"2D area that detects [CollisionObject2D] nodes overlapping, entering, or " +"exiting. Can also alter or override local physics parameters (gravity, " +"damping) and route audio to a custom audio bus." +msgstr "" + +#: doc/classes/Area2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/using_area_2d.html" +msgstr "" + +#: doc/classes/Area2D.xml:12 doc/classes/CollisionShape2D.xml:12 +#: doc/classes/RectangleShape2D.xml:10 +msgid "https://godotengine.org/asset-library/asset/121" +msgstr "" + +#: doc/classes/Area2D.xml:13 doc/classes/Camera2D.xml:12 +#: doc/classes/KinematicBody2D.xml:15 doc/classes/TileMap.xml:12 +#: doc/classes/TileSet.xml:12 +msgid "https://godotengine.org/asset-library/asset/120" +msgstr "" + +#: doc/classes/Area2D.xml:19 +msgid "" +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area2D.xml:26 +msgid "" +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area2D.xml:34 +msgid "" +"If [code]true[/code], the given area overlaps the Area2D.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, the list of overlaps is updated once per frame and before " +"the physics step. Consider using signals instead." +msgstr "" + +#: doc/classes/Area2D.xml:42 +msgid "" +"If [code]true[/code], the given physics body overlaps the Area2D.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of overlaps is updated once per frame and before the " +"physics step. Consider using signals instead.\n" +"The [code]body[/code] argument can either be a [PhysicsBody2D] or a " +"[TileMap] instance (while TileMaps are not physics bodies themselves, they " +"register their tiles with collision shapes as a virtual physics body)." +msgstr "" + +#: doc/classes/Area2D.xml:50 +msgid "" +"The rate at which objects stop spinning in this area. Represents the angular " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/2d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/Area2D.xml:60 +msgid "" +"The area's gravity intensity (in pixels per second squared). This value " +"multiplies the gravity vector. This is useful to alter the force of gravity " +"without altering its direction." +msgstr "" + +#: doc/classes/Area2D.xml:72 +msgid "" +"The rate at which objects stop moving in this area. Represents the linear " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/2d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/Area2D.xml:92 +msgid "" +"Emitted when another Area2D enters this Area2D. Requires [member monitoring] " +"to be set to [code]true[/code].\n" +"[code]area[/code] the other Area2D." +msgstr "" + +#: doc/classes/Area2D.xml:99 +msgid "" +"Emitted when another Area2D exits this Area2D. Requires [member monitoring] " +"to be set to [code]true[/code].\n" +"[code]area[/code] the other Area2D." +msgstr "" + +#: doc/classes/Area2D.xml:109 +msgid "" +"Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " +"[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" +"[code]area_rid[/code] the [RID] of the other Area2D's [CollisionObject2D] " +"used by the [Physics2DServer].\n" +"[code]area[/code] the other Area2D.\n" +"[code]area_shape_index[/code] the index of the [Shape2D] of the other Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]area.shape_owner_get_owner(area_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area2D.xml:122 +msgid "" +"Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " +"[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" +"[code]area_rid[/code] the [RID] of the other Area2D's [CollisionObject2D] " +"used by the [Physics2DServer].\n" +"[code]area[/code] the other Area2D.\n" +"[code]area_shape_index[/code] the index of the [Shape2D] of the other Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]area.shape_owner_get_owner(area_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area2D.xml:132 +msgid "" +"Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " +"[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " +"if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/Area2D.xml:139 +msgid "" +"Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " +"[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " +"if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/Area2D.xml:149 +msgid "" +"Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " +"of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " +"[code]true[/code]. [TileMap]s are detected if the [TileSet] has Collision " +"[Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area2D.xml:162 +msgid "" +"Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " +"this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " +"[code]true[/code]. [TileMap]s are detected if the [TileSet] has Collision " +"[Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Array.xml:4 +msgid "A generic array datatype." +msgstr "" + +#: doc/classes/Array.xml:7 +msgid "" +"A generic array that can contain several elements of any type, accessible by " +"a numerical index starting at 0. Negative indices can be used to count from " +"the back, like in Python (-1 is the last element, -2 is the second to last, " +"etc.).\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var array = [\"One\", 2, 3, \"Four\"]\n" +"print(array[0]) # One.\n" +"print(array[2]) # 3.\n" +"print(array[-1]) # Four.\n" +"array[2] = \"Three\"\n" +"print(array[-2]) # Three.\n" +"[/codeblock]\n" +"Arrays can be concatenated using the [code]+[/code] operator:\n" +"[codeblock]\n" +"var array1 = [\"One\", 2]\n" +"var array2 = [3, \"Four\"]\n" +"print(array1 + array2) # [\"One\", 2, 3, \"Four\"]\n" +"[/codeblock]\n" +"[b]Note:[/b] Concatenating with the [code]+=[/code] operator will create a " +"new array, which has a cost. If you want to append another array to an " +"existing array, [method append_array] is more efficient.\n" +"[b]Note:[/b] Arrays are always passed by reference. To get a copy of an " +"array that can be modified independently of the original array, use [method " +"duplicate].\n" +"[b]Note:[/b] When declaring an array with [code]const[/code], the array " +"itself can still be mutated by defining the values at individual indices or " +"pushing/removing elements. Using [code]const[/code] will only prevent " +"assigning the constant with another value after it was initialized." +msgstr "" + +#: doc/classes/Array.xml:34 +msgid "Constructs an array from a [PoolColorArray]." +msgstr "" + +#: doc/classes/Array.xml:41 +msgid "Constructs an array from a [PoolVector3Array]." +msgstr "" + +#: doc/classes/Array.xml:48 +msgid "Constructs an array from a [PoolVector2Array]." +msgstr "" + +#: doc/classes/Array.xml:55 +msgid "Constructs an array from a [PoolStringArray]." +msgstr "" + +#: doc/classes/Array.xml:62 +msgid "Constructs an array from a [PoolRealArray]." +msgstr "" + +#: doc/classes/Array.xml:69 +msgid "Constructs an array from a [PoolIntArray]." +msgstr "" + +#: doc/classes/Array.xml:76 +msgid "Constructs an array from a [PoolByteArray]." +msgstr "" + +#: doc/classes/Array.xml:82 doc/classes/PoolByteArray.xml:23 +#: doc/classes/PoolColorArray.xml:23 doc/classes/PoolIntArray.xml:24 +#: doc/classes/PoolRealArray.xml:24 doc/classes/PoolStringArray.xml:24 +#: doc/classes/PoolVector2Array.xml:24 doc/classes/PoolVector3Array.xml:23 +msgid "" +"Appends an element at the end of the array (alias of [method push_back])." +msgstr "" + +#: doc/classes/Array.xml:88 +msgid "" +"Appends another array at the end of this array.\n" +"[codeblock]\n" +"var array1 = [1, 2, 3]\n" +"var array2 = [4, 5, 6]\n" +"array1.append_array(array2)\n" +"print(array1) # Prints [1, 2, 3, 4, 5, 6].\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Array.xml:100 +msgid "" +"Returns the last element of the array. Prints an error and returns " +"[code]null[/code] if the array is empty.\n" +"[b]Note:[/b] Calling this function is not the same as writing [code]array[-1]" +"[/code]. If the array is empty, accessing by index will pause project " +"execution when running from the editor." +msgstr "" + +#: doc/classes/Array.xml:109 +msgid "" +"Finds the index of an existing value (or the insertion index that maintains " +"sorting order, if the value is not yet present in the array) using binary " +"search. Optionally, a [code]before[/code] specifier can be passed. If " +"[code]false[/code], the returned index comes after all existing entries of " +"the value in the array.\n" +"[b]Note:[/b] Calling [method bsearch] on an unsorted array results in " +"unexpected behavior." +msgstr "" + +#: doc/classes/Array.xml:120 +msgid "" +"Finds the index of an existing value (or the insertion index that maintains " +"sorting order, if the value is not yet present in the array) using binary " +"search and a custom comparison method declared in the [code]obj[/code]. " +"Optionally, a [code]before[/code] specifier can be passed. If [code]false[/" +"code], the returned index comes after all existing entries of the value in " +"the array. The custom method receives two arguments (an element from the " +"array and the value searched for) and must return [code]true[/code] if the " +"first argument is less than the second, and return [code]false[/code] " +"otherwise.\n" +"[codeblock]\n" +"func cardinal_to_algebraic(a):\n" +" match a:\n" +" \"one\":\n" +" return 1\n" +" \"two\":\n" +" return 2\n" +" \"three\":\n" +" return 3\n" +" \"four\":\n" +" return 4\n" +" _:\n" +" return 0\n" +"\n" +"func compare(a, b):\n" +" return cardinal_to_algebraic(a) < cardinal_to_algebraic(b)\n" +"\n" +"func _ready():\n" +" var a = [\"one\", \"two\", \"three\", \"four\"]\n" +" # `compare` is defined in this object, so we use `self` as the `obj` " +"parameter.\n" +" print(a.bsearch_custom(\"three\", self, \"compare\", true)) # Expected " +"value is 2.\n" +"[/codeblock]\n" +"[b]Note:[/b] Calling [method bsearch_custom] on an unsorted array results in " +"unexpected behavior." +msgstr "" + +#: doc/classes/Array.xml:148 +msgid "" +"Clears the array. This is equivalent to using [method resize] with a size of " +"[code]0[/code]." +msgstr "" + +#: doc/classes/Array.xml:155 +msgid "Returns the number of times an element is in the array." +msgstr "" + +#: doc/classes/Array.xml:162 +msgid "" +"Returns a copy of the array.\n" +"If [code]deep[/code] is [code]true[/code], a deep copy is performed: all " +"nested arrays and dictionaries are duplicated and will not be shared with " +"the original array. If [code]false[/code], a shallow copy is made and " +"references to the original nested arrays and dictionaries are kept, so that " +"modifying a sub-array or dictionary in the copy will also impact those " +"referenced in the source array." +msgstr "" + +#: doc/classes/Array.xml:169 doc/classes/PoolByteArray.xml:61 +#: doc/classes/PoolColorArray.xml:35 doc/classes/PoolIntArray.xml:36 +#: doc/classes/PoolRealArray.xml:36 doc/classes/PoolStringArray.xml:36 +#: doc/classes/PoolVector2Array.xml:36 doc/classes/PoolVector3Array.xml:35 +msgid "Returns [code]true[/code] if the array is empty." +msgstr "" + +#: doc/classes/Array.xml:175 +msgid "" +"Removes the first occurrence of a value from the array. To remove an element " +"by index, use [method remove] instead.\n" +"[b]Note:[/b] This method acts in-place and doesn't return a value.\n" +"[b]Note:[/b] On large arrays, this method will be slower if the removed " +"element is close to the beginning of the array (index 0). This is because " +"all elements placed after the removed element have to be reindexed." +msgstr "" + +#: doc/classes/Array.xml:185 +msgid "" +"Searches the array for a value and returns its index or [code]-1[/code] if " +"not found. Optionally, the initial search index can be passed." +msgstr "" + +#: doc/classes/Array.xml:192 +msgid "" +"Searches the array in reverse order for a value and returns its index or " +"[code]-1[/code] if not found." +msgstr "" + +#: doc/classes/Array.xml:198 +msgid "" +"Returns the first element of the array. Prints an error and returns " +"[code]null[/code] if the array is empty.\n" +"[b]Note:[/b] Calling this function is not the same as writing [code]array[0]" +"[/code]. If the array is empty, accessing by index will pause project " +"execution when running from the editor." +msgstr "" + +#: doc/classes/Array.xml:206 +msgid "" +"Returns [code]true[/code] if the array contains the given value.\n" +"[codeblock]\n" +"[\"inside\", 7].has(\"inside\") # True\n" +"[\"inside\", 7].has(\"outside\") # False\n" +"[\"inside\", 7].has(7) # True\n" +"[\"inside\", 7].has(\"7\") # False\n" +"[/codeblock]\n" +"[b]Note:[/b] This is equivalent to using the [code]in[/code] operator as " +"follows:\n" +"[codeblock]\n" +"# Will evaluate to `true`.\n" +"if 2 in [2, 4, 6, 8]:\n" +" pass\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Array.xml:224 +msgid "" +"Returns a hashed integer value representing the array and its contents.\n" +"[b]Note:[/b] Arrays with equal contents can still produce different hashes. " +"Only the exact same arrays will produce the same hashed integer value." +msgstr "" + +#: doc/classes/Array.xml:232 +msgid "" +"Inserts a new element at a given position in the array. The position must be " +"valid, or at the end of the array ([code]pos == size()[/code]).\n" +"[b]Note:[/b] This method acts in-place and doesn't return a value.\n" +"[b]Note:[/b] On large arrays, this method will be slower if the inserted " +"element is close to the beginning of the array (index 0). This is because " +"all elements placed after the newly inserted element have to be reindexed." +msgstr "" + +#: doc/classes/Array.xml:239 doc/classes/PoolByteArray.xml:96 +#: doc/classes/PoolColorArray.xml:48 doc/classes/PoolIntArray.xml:49 +#: doc/classes/PoolRealArray.xml:49 doc/classes/PoolStringArray.xml:49 +#: doc/classes/PoolVector2Array.xml:49 doc/classes/PoolVector3Array.xml:48 +msgid "Reverses the order of the elements in the array." +msgstr "" + +#: doc/classes/Array.xml:245 +msgid "" +"Returns the maximum value contained in the array if all elements are of " +"comparable types. If the elements can't be compared, [code]null[/code] is " +"returned." +msgstr "" + +#: doc/classes/Array.xml:251 +msgid "" +"Returns the minimum value contained in the array if all elements are of " +"comparable types. If the elements can't be compared, [code]null[/code] is " +"returned." +msgstr "" + +#: doc/classes/Array.xml:258 +msgid "" +"Removes and returns the element of the array at index [code]position[/code]. " +"If negative, [code]position[/code] is considered relative to the end of the " +"array. Leaves the array untouched and returns [code]null[/code] if the array " +"is empty or if it's accessed out of bounds. An error message is printed when " +"the array is accessed out of bounds, but not when the array is empty.\n" +"[b]Note:[/b] On large arrays, this method can be slower than [method " +"pop_back] as it will reindex the array's elements that are located after the " +"removed element. The larger the array and the lower the index of the removed " +"element, the slower [method pop_at] will be." +msgstr "" + +#: doc/classes/Array.xml:265 +msgid "" +"Removes and returns the last element of the array. Returns [code]null[/code] " +"if the array is empty, without printing an error message. See also [method " +"pop_front]." +msgstr "" + +#: doc/classes/Array.xml:271 +msgid "" +"Removes and returns the first element of the array. Returns [code]null[/" +"code] if the array is empty, without printing an error message. See also " +"[method pop_back].\n" +"[b]Note:[/b] On large arrays, this method is much slower than [method " +"pop_back] as it will reindex all the array's elements every time it's " +"called. The larger the array, the slower [method pop_front] will be." +msgstr "" + +#: doc/classes/Array.xml:278 +msgid "" +"Appends an element at the end of the array. See also [method push_front]." +msgstr "" + +#: doc/classes/Array.xml:284 +msgid "" +"Adds an element at the beginning of the array. See also [method push_back].\n" +"[b]Note:[/b] On large arrays, this method is much slower than [method " +"push_back] as it will reindex all the array's elements every time it's " +"called. The larger the array, the slower [method push_front] will be." +msgstr "" + +#: doc/classes/Array.xml:291 +msgid "" +"Removes an element from the array by index. If the index does not exist in " +"the array, nothing happens. To remove an element by searching for its value, " +"use [method erase] instead.\n" +"[b]Note:[/b] This method acts in-place and doesn't return a value.\n" +"[b]Note:[/b] On large arrays, this method will be slower if the removed " +"element is close to the beginning of the array (index 0). This is because " +"all elements placed after the removed element have to be reindexed." +msgstr "" + +#: doc/classes/Array.xml:299 +msgid "" +"Resizes the array to contain a different number of elements. If the array " +"size is smaller, elements are cleared, if bigger, new elements are " +"[code]null[/code]." +msgstr "" + +#: doc/classes/Array.xml:307 +msgid "" +"Searches the array in reverse order. Optionally, a start search index can be " +"passed. If negative, the start index is considered relative to the end of " +"the array." +msgstr "" + +#: doc/classes/Array.xml:312 +msgid "" +"Shuffles the array such that the items will have a random order. This method " +"uses the global random number generator common to methods such as [method " +"@GDScript.randi]. Call [method @GDScript.randomize] to ensure that a new " +"seed will be used each time if you want non-reproducible shuffling." +msgstr "" + +#: doc/classes/Array.xml:318 +msgid "Returns the number of elements in the array." +msgstr "" + +#: doc/classes/Array.xml:328 +msgid "" +"Duplicates the subset described in the function and returns it in an array, " +"deeply copying the array if [code]deep[/code] is [code]true[/code]. Lower " +"and upper index are inclusive, with the [code]step[/code] describing the " +"change between indices while slicing." +msgstr "" + +#: doc/classes/Array.xml:333 +msgid "" +"Sorts the array.\n" +"[b]Note:[/b] Strings are sorted in alphabetical order (as opposed to natural " +"order). This may lead to unexpected behavior when sorting an array of " +"strings ending with a sequence of numbers. Consider the following example:\n" +"[codeblock]\n" +"var strings = [\"string1\", \"string2\", \"string10\", \"string11\"]\n" +"strings.sort()\n" +"print(strings) # Prints [string1, string10, string11, string2]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Array.xml:346 +msgid "" +"Sorts the array using a custom method. The arguments are an object that " +"holds the method and the name of such method. The custom method receives two " +"arguments (a pair of elements from the array) and must return either " +"[code]true[/code] or [code]false[/code].\n" +"For two elements [code]a[/code] and [code]b[/code], if the given method " +"returns [code]true[/code], element [code]b[/code] will be after element " +"[code]a[/code] in the array.\n" +"[b]Note:[/b] You cannot randomize the return value as the heapsort algorithm " +"expects a deterministic result. Doing so will result in unexpected " +"behavior.\n" +"[codeblock]\n" +"class MyCustomSorter:\n" +" static func sort_ascending(a, b):\n" +" if a[0] < b[0]:\n" +" return true\n" +" return false\n" +"\n" +"var my_items = [[5, \"Potato\"], [9, \"Rice\"], [4, \"Tomato\"]]\n" +"my_items.sort_custom(MyCustomSorter, \"sort_ascending\")\n" +"print(my_items) # Prints [[4, Tomato], [5, Potato], [9, Rice]].\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ArrayMesh.xml:4 +msgid "" +"[Mesh] type that provides utility for constructing a surface from arrays." +msgstr "" + +#: doc/classes/ArrayMesh.xml:7 +msgid "" +"The [ArrayMesh] is used to construct a [Mesh] by specifying the attributes " +"as arrays.\n" +"The most basic example is the creation of a single triangle:\n" +"[codeblock]\n" +"var vertices = PoolVector3Array()\n" +"vertices.push_back(Vector3(0, 1, 0))\n" +"vertices.push_back(Vector3(1, 0, 0))\n" +"vertices.push_back(Vector3(0, 0, 1))\n" +"# Initialize the ArrayMesh.\n" +"var arr_mesh = ArrayMesh.new()\n" +"var arrays = []\n" +"arrays.resize(ArrayMesh.ARRAY_MAX)\n" +"arrays[ArrayMesh.ARRAY_VERTEX] = vertices\n" +"# Create the Mesh.\n" +"arr_mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, arrays)\n" +"var m = MeshInstance.new()\n" +"m.mesh = arr_mesh\n" +"[/codeblock]\n" +"The [MeshInstance] is ready to be added to the [SceneTree] to be shown.\n" +"See also [ImmediateGeometry], [MeshDataTool] and [SurfaceTool] for " +"procedural geometry generation.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes." +msgstr "" + +#: doc/classes/ArrayMesh.xml:29 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/content/procedural_geometry/" +"arraymesh.html" +msgstr "" + +#: doc/classes/ArrayMesh.xml:36 +msgid "" +"Adds name for a blend shape that will be added with [method " +"add_surface_from_arrays]. Must be called before surface is added." +msgstr "" + +#: doc/classes/ArrayMesh.xml:46 +msgid "" +"Creates a new surface.\n" +"Surfaces are created to be rendered using a [code]primitive[/code], which " +"may be any of the types defined in [enum Mesh.PrimitiveType]. (As a note, " +"when using indices, it is recommended to only use points, lines, or " +"triangles.) [method Mesh.get_surface_count] will become the [code]surf_idx[/" +"code] for this new surface.\n" +"The [code]arrays[/code] argument is an array of arrays. See [enum ArrayType] " +"for the values used in this array. For example, [code]arrays[0][/code] is " +"the array of vertices. That first vertex sub-array is always required; the " +"others are optional. Adding an index array puts this function into \"index " +"mode\" where the vertex and other arrays become the sources of data and the " +"index array defines the vertex order. All sub-arrays must have the same " +"length as the vertex array or be empty, except for [constant ARRAY_INDEX] if " +"it is used." +msgstr "" + +#: doc/classes/ArrayMesh.xml:54 +msgid "Removes all blend shapes from this [ArrayMesh]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:60 +msgid "Removes all surfaces from this [ArrayMesh]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:66 +msgid "Returns the number of blend shapes that the [ArrayMesh] holds." +msgstr "" + +#: doc/classes/ArrayMesh.xml:73 +msgid "Returns the name of the blend shape at this index." +msgstr "" + +#: doc/classes/ArrayMesh.xml:81 +msgid "" +"Will perform a UV unwrap on the [ArrayMesh] to prepare the mesh for " +"lightmapping." +msgstr "" + +#: doc/classes/ArrayMesh.xml:87 +msgid "Will regenerate normal maps for the [ArrayMesh]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:101 +msgid "" +"Returns the index of the first surface with this name held within this " +"[ArrayMesh]. If none are found, -1 is returned." +msgstr "" + +#: doc/classes/ArrayMesh.xml:108 +msgid "" +"Returns the length in indices of the index array in the requested surface " +"(see [method add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:115 +msgid "" +"Returns the length in vertices of the vertex array in the requested surface " +"(see [method add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:122 +msgid "" +"Returns the format mask of the requested surface (see [method " +"add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:129 +msgid "Gets the name assigned to this surface." +msgstr "" + +#: doc/classes/ArrayMesh.xml:136 +msgid "" +"Returns the primitive type of the requested surface (see [method " +"add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:143 +msgid "" +"Removes a surface at position [code]surf_idx[/code], shifting greater " +"surfaces one [code]surf_idx[/code] slot down." +msgstr "" + +#: doc/classes/ArrayMesh.xml:151 +msgid "Sets a name for a given surface." +msgstr "" + +#: doc/classes/ArrayMesh.xml:160 +msgid "" +"Updates a specified region of mesh arrays on the GPU.\n" +"[b]Warning:[/b] Only use if you know what you are doing. You can easily " +"cause crashes by calling this function with improper arguments." +msgstr "" + +#: doc/classes/ArrayMesh.xml:167 +msgid "Sets the blend shape mode to one of [enum Mesh.BlendShapeMode]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:170 doc/classes/PrimitiveMesh.xml:26 +msgid "" +"Overrides the [AABB] with one defined by user for use with frustum culling. " +"Especially useful to avoid unexpected culling when using a shader to offset " +"vertices." +msgstr "" + +#: doc/classes/ArrayMesh.xml:175 +msgid "Default value used for index_array_len when no indices are present." +msgstr "" + +#: doc/classes/ArrayMesh.xml:178 +msgid "Amount of weights/bone indices per vertex (always 4)." +msgstr "" + +#: doc/classes/ArrayMesh.xml:181 +msgid "[PoolVector3Array], [PoolVector2Array], or [Array] of vertex positions." +msgstr "" + +#: doc/classes/ArrayMesh.xml:184 +msgid "[PoolVector3Array] of vertex normals." +msgstr "" + +#: doc/classes/ArrayMesh.xml:187 +msgid "" +"[PoolRealArray] of vertex tangents. Each element in groups of 4 floats, " +"first 3 floats determine the tangent, and the last the binormal direction as " +"-1 or 1." +msgstr "" + +#: doc/classes/ArrayMesh.xml:190 +msgid "[PoolColorArray] of vertex colors." +msgstr "" + +#: doc/classes/ArrayMesh.xml:193 +msgid "[PoolVector2Array] for UV coordinates." +msgstr "" + +#: doc/classes/ArrayMesh.xml:196 +msgid "[PoolVector2Array] for second UV coordinates." +msgstr "" + +#: doc/classes/ArrayMesh.xml:199 +msgid "" +"[PoolRealArray] or [PoolIntArray] of bone indices. Each element in groups of " +"4 floats." +msgstr "" + +#: doc/classes/ArrayMesh.xml:202 +msgid "[PoolRealArray] of bone weights. Each element in groups of 4 floats." +msgstr "" + +#: doc/classes/ArrayMesh.xml:205 +msgid "" +"[PoolIntArray] of integers used as indices referencing vertices, colors, " +"normals, tangents, and textures. All of those arrays must have the same " +"number of elements as the vertex array. No index can be beyond the vertex " +"array size. When this index array is present, it puts the function into " +"\"index mode,\" where the index selects the *i*'th vertex, normal, tangent, " +"color, UV, etc. This means if you want to have different normals or colors " +"along an edge, you have to duplicate the vertices.\n" +"For triangles, the index array is interpreted as triples, referring to the " +"vertices of each triangle. For lines, the index array is in pairs indicating " +"the start and end of each line." +msgstr "" + +#: doc/classes/ArrayMesh.xml:209 doc/classes/Mesh.xml:225 +#: doc/classes/VisualServer.xml:3270 +msgid "Represents the size of the [enum ArrayType] enum." +msgstr "" + +#: doc/classes/ArrayMesh.xml:212 +msgid "Array format will include vertices (mandatory)." +msgstr "" + +#: doc/classes/ArrayMesh.xml:215 +msgid "Array format will include normals." +msgstr "" + +#: doc/classes/ArrayMesh.xml:218 +msgid "Array format will include tangents." +msgstr "" + +#: doc/classes/ArrayMesh.xml:221 +msgid "Array format will include a color array." +msgstr "" + +#: doc/classes/ArrayMesh.xml:224 +msgid "Array format will include UVs." +msgstr "" + +#: doc/classes/ArrayMesh.xml:227 +msgid "Array format will include another set of UVs." +msgstr "" + +#: doc/classes/ArrayMesh.xml:230 +msgid "Array format will include bone indices." +msgstr "" + +#: doc/classes/ArrayMesh.xml:233 +msgid "Array format will include bone weights." +msgstr "" + +#: doc/classes/ArrayMesh.xml:236 +msgid "Index array will be used." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:4 +msgid "An anchor point in AR space." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:7 +msgid "" +"The [ARVRAnchor] point is a spatial node that maps a real world location " +"identified by the AR platform to a position within the game world. For " +"example, as long as plane detection in ARKit is on, ARKit will identify and " +"update the position of planes (tables, floors, etc) and create anchors for " +"them.\n" +"This node is mapped to one of the anchors through its unique ID. When you " +"receive a signal that a new anchor is available, you should add this node to " +"your scene for that anchor. You can predefine nodes and set the ID; the " +"nodes will simply remain on 0,0,0 until a plane is recognized.\n" +"Keep in mind that, as long as plane detection is enabled, the size, placing " +"and orientation of an anchor will be updated as the detection logic learns " +"more about the real world out there especially if only part of the surface " +"is in view." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:17 +msgid "Returns the name given to this anchor." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:23 +msgid "" +"Returns [code]true[/code] if the anchor is being tracked and [code]false[/" +"code] if no anchor with this ID is currently known." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:29 +msgid "" +"If provided by the [ARVRInterface], this returns a mesh object for the " +"anchor. For an anchor, this can be a shape related to the object being " +"tracked or it can be a mesh that provides topology related to the anchor and " +"can be used to create shadows/reflections on surfaces or for generating " +"collision shapes." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:35 +msgid "" +"Returns a plane aligned with our anchor; handy for intersection testing." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:41 +msgid "" +"Returns the estimated size of the plane that was detected. Say when the " +"anchor relates to a table in the real world, this is the estimated size of " +"the surface of that table." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:47 +msgid "" +"The anchor's ID. You can set this before the anchor itself exists. The first " +"anchor gets an ID of [code]1[/code], the second an ID of [code]2[/code], " +"etc. When anchors get removed, the engine can then assign the corresponding " +"ID to new anchors. The most common situation where anchors \"disappear\" is " +"when the AR server identifies that two anchors represent different parts of " +"the same plane and merges them." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:54 +msgid "" +"Emitted when the mesh associated with the anchor changes or when one becomes " +"available. This is especially important for topology that is constantly " +"being [code]mesh_updated[/code]." +msgstr "" + +#: doc/classes/ARVRCamera.xml:4 +msgid "" +"A camera node with a few overrules for AR/VR applied, such as location " +"tracking." +msgstr "" + +#: doc/classes/ARVRCamera.xml:7 +msgid "" +"This is a helper spatial node for our camera; note that, if stereoscopic " +"rendering is applicable (VR-HMD), most of the camera properties are ignored, " +"as the HMD information overrides them. The only properties that can be " +"trusted are the near and far planes.\n" +"The position and orientation of this node is automatically updated by the " +"ARVR Server to represent the location of the HMD if such tracking is " +"available and can thus be used by game logic. Note that, in contrast to the " +"ARVR Controller, the render thread has access to the most up-to-date " +"tracking data of the HMD and the location of the ARVRCamera can lag a few " +"milliseconds behind what is used for rendering as a result." +msgstr "" + +#: doc/classes/ARVRCamera.xml:11 doc/classes/ARVRController.xml:12 +#: doc/classes/ARVRInterface.xml:11 doc/classes/ARVROrigin.xml:13 +#: doc/classes/ARVRPositionalTracker.xml:12 doc/classes/ARVRServer.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/vr/index.html" +msgstr "" + +#: doc/classes/ARVRController.xml:4 +msgid "A spatial node representing a spatially-tracked controller." +msgstr "" + +#: doc/classes/ARVRController.xml:7 +msgid "" +"This is a helper spatial node that is linked to the tracking of controllers. " +"It also offers several handy passthroughs to the state of buttons and such " +"on the controllers.\n" +"Controllers are linked by their ID. You can create controller nodes before " +"the controllers are available. If your game always uses two controllers (one " +"for each hand), you can predefine the controllers with ID 1 and 2; they will " +"become active as soon as the controllers are identified. If you expect " +"additional controllers to be used, you should react to the signals and add " +"ARVRController nodes to your scene.\n" +"The position of the controller node is automatically updated by the " +"[ARVRServer]. This makes this node ideal to add child nodes to visualize the " +"controller." +msgstr "" + +#: doc/classes/ARVRController.xml:18 +msgid "" +"If active, returns the name of the associated controller if provided by the " +"AR/VR SDK used." +msgstr "" + +#: doc/classes/ARVRController.xml:24 +msgid "" +"Returns the hand holding this controller, if known. See [enum " +"ARVRPositionalTracker.TrackerHand]." +msgstr "" + +#: doc/classes/ARVRController.xml:30 +msgid "" +"Returns [code]true[/code] if the bound controller is active. ARVR systems " +"attempt to track active controllers." +msgstr "" + +#: doc/classes/ARVRController.xml:37 +msgid "" +"Returns the value of the given axis for things like triggers, touchpads, " +"etc. that are embedded into the controller." +msgstr "" + +#: doc/classes/ARVRController.xml:43 +msgid "" +"Returns the ID of the joystick object bound to this. Every controller " +"tracked by the [ARVRServer] that has buttons and axis will also be " +"registered as a joystick within Godot. This means that all the normal " +"joystick tracking and input mapping will work for buttons and axis found on " +"the AR/VR controllers. This ID is purely offered as information so you can " +"link up the controller with its joystick entry." +msgstr "" + +#: doc/classes/ARVRController.xml:49 +msgid "" +"If provided by the [ARVRInterface], this returns a mesh associated with the " +"controller. This can be used to visualize the controller." +msgstr "" + +#: doc/classes/ARVRController.xml:56 +msgid "" +"Returns [code]true[/code] if the button at index [code]button[/code] is " +"pressed. See [enum JoystickList], in particular the [code]JOY_VR_*[/code] " +"constants." +msgstr "" + +#: doc/classes/ARVRController.xml:62 +msgid "" +"The controller's ID.\n" +"A controller ID of 0 is unbound and will always result in an inactive node. " +"Controller ID 1 is reserved for the first controller that identifies itself " +"as the left-hand controller and ID 2 is reserved for the first controller " +"that identifies itself as the right-hand controller.\n" +"For any other controller that the [ARVRServer] detects, we continue with " +"controller ID 3.\n" +"When a controller is turned off, its slot is freed. This ensures controllers " +"will keep the same ID even when controllers with lower IDs are turned off." +msgstr "" + +#: doc/classes/ARVRController.xml:68 +msgid "" +"The degree to which the controller vibrates. Ranges from [code]0.0[/code] to " +"[code]1.0[/code] with precision [code].01[/code]. If changed, updates " +"[member ARVRPositionalTracker.rumble] accordingly.\n" +"This is a useful property to animate if you want the controller to vibrate " +"for a limited duration." +msgstr "" + +#: doc/classes/ARVRController.xml:76 +msgid "Emitted when a button on this controller is pressed." +msgstr "" + +#: doc/classes/ARVRController.xml:82 +msgid "Emitted when a button on this controller is released." +msgstr "" + +#: doc/classes/ARVRController.xml:88 +msgid "" +"Emitted when the mesh associated with the controller changes or when one " +"becomes available. Generally speaking this will be a static mesh after " +"becoming available." +msgstr "" + +#: doc/classes/ARVRInterface.xml:4 +msgid "Base class for an AR/VR interface implementation." +msgstr "" + +#: doc/classes/ARVRInterface.xml:7 +msgid "" +"This class needs to be implemented to make an AR or VR platform available to " +"Godot and these should be implemented as C++ modules or GDNative modules " +"(note that for GDNative the subclass ARVRScriptInterface should be used). " +"Part of the interface is exposed to GDScript so you can detect, enable and " +"configure an AR or VR platform.\n" +"Interfaces should be written in such a way that simply enabling them will " +"give us a working setup. You can query the available interfaces through " +"[ARVRServer]." +msgstr "" + +#: doc/classes/ARVRInterface.xml:17 +msgid "" +"If this is an AR interface that requires displaying a camera feed as the " +"background, this method returns the feed ID in the [CameraServer] for this " +"interface." +msgstr "" + +#: doc/classes/ARVRInterface.xml:23 +msgid "" +"Returns a combination of [enum Capabilities] flags providing information " +"about the capabilities of this interface." +msgstr "" + +#: doc/classes/ARVRInterface.xml:29 +msgid "Returns the name of this interface (OpenVR, OpenHMD, ARKit, etc)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:35 +msgid "" +"Returns the resolution at which we should render our intermediate results " +"before things like lens distortion are applied by the VR platform." +msgstr "" + +#: doc/classes/ARVRInterface.xml:41 +msgid "" +"If supported, returns the status of our tracking. This will allow you to " +"provide feedback to the user whether there are issues with positional " +"tracking." +msgstr "" + +#: doc/classes/ARVRInterface.xml:47 +msgid "" +"Call this to initialize this interface. The first interface that is " +"initialized is identified as the primary interface and it will be used for " +"rendering output.\n" +"After initializing the interface you want to use you then need to enable the " +"AR/VR mode of a viewport and rendering should commence.\n" +"[b]Note:[/b] You must enable the AR/VR mode on the main viewport for any " +"device that uses the main output of Godot, such as for mobile VR.\n" +"If you do this for a platform that handles its own output (such as OpenVR) " +"Godot will show just one eye without distortion on screen. Alternatively, " +"you can add a separate viewport node to your scene and enable AR/VR on that " +"viewport. It will be used to output to the HMD, leaving you free to do " +"anything you like in the main window, such as using a separate camera as a " +"spectator camera or rendering something completely different.\n" +"While currently not used, you can activate additional interfaces. You may " +"wish to do this if you want to track controllers from other platforms. " +"However, at this point in time only one interface can render to an HMD." +msgstr "" + +#: doc/classes/ARVRInterface.xml:57 +msgid "" +"Returns [code]true[/code] if the current output of this interface is in " +"stereo." +msgstr "" + +#: doc/classes/ARVRInterface.xml:63 +msgid "Turns the interface off." +msgstr "" + +#: doc/classes/ARVRInterface.xml:69 +msgid "On an AR interface, [code]true[/code] if anchor detection is enabled." +msgstr "" + +#: doc/classes/ARVRInterface.xml:72 +msgid "[code]true[/code] if this interface been initialized." +msgstr "" + +#: doc/classes/ARVRInterface.xml:75 +msgid "[code]true[/code] if this is the primary interface." +msgstr "" + +#: doc/classes/ARVRInterface.xml:80 +msgid "No ARVR capabilities." +msgstr "" + +#: doc/classes/ARVRInterface.xml:83 +msgid "" +"This interface can work with normal rendering output (non-HMD based AR)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:86 +msgid "This interface supports stereoscopic rendering." +msgstr "" + +#: doc/classes/ARVRInterface.xml:89 +msgid "This interface supports AR (video background and real world tracking)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:92 +msgid "" +"This interface outputs to an external device. If the main viewport is used, " +"the on screen output is an unmodified buffer of either the left or right eye " +"(stretched if the viewport size is not changed to the same aspect ratio of " +"[method get_render_targetsize]). Using a separate viewport node frees up the " +"main viewport for other purposes." +msgstr "" + +#: doc/classes/ARVRInterface.xml:95 +msgid "" +"Mono output, this is mostly used internally when retrieving positioning " +"information for our camera node or when stereo scopic rendering is not " +"supported." +msgstr "" + +#: doc/classes/ARVRInterface.xml:98 +msgid "" +"Left eye output, this is mostly used internally when rendering the image for " +"the left eye and obtaining positioning and projection information." +msgstr "" + +#: doc/classes/ARVRInterface.xml:101 +msgid "" +"Right eye output, this is mostly used internally when rendering the image " +"for the right eye and obtaining positioning and projection information." +msgstr "" + +#: doc/classes/ARVRInterface.xml:104 +msgid "Tracking is behaving as expected." +msgstr "" + +#: doc/classes/ARVRInterface.xml:107 +msgid "" +"Tracking is hindered by excessive motion (the player is moving faster than " +"tracking can keep up)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:110 +msgid "" +"Tracking is hindered by insufficient features, it's too dark (for camera-" +"based tracking), player is blocked, etc." +msgstr "" + +#: doc/classes/ARVRInterface.xml:113 +msgid "" +"We don't know the status of the tracking or this interface does not provide " +"feedback." +msgstr "" + +#: doc/classes/ARVRInterface.xml:116 +msgid "" +"Tracking is not functional (camera not plugged in or obscured, lighthouses " +"turned off, etc.)." +msgstr "" + +#: modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml:4 +msgid "GDNative wrapper for an ARVR interface." +msgstr "" + +#: modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml:7 +msgid "" +"This is a wrapper class for GDNative implementations of the ARVR interface. " +"To use a GDNative ARVR interface, simply instantiate this object and set " +"your GDNative library containing the ARVR interface implementation." +msgstr "" + +#: doc/classes/ARVROrigin.xml:4 +msgid "The origin point in AR/VR." +msgstr "" + +#: doc/classes/ARVROrigin.xml:7 +msgid "" +"This is a special node within the AR/VR system that maps the physical " +"location of the center of our tracking space to the virtual location within " +"our game world.\n" +"There should be only one of these nodes in your scene and you must have one. " +"All the ARVRCamera, ARVRController and ARVRAnchor nodes should be direct " +"children of this node for spatial tracking to work correctly.\n" +"It is the position of this node that you update when your character needs to " +"move through your game world while we're not moving in the real world. " +"Movement in the real world is always in relation to this origin point.\n" +"For example, if your character is driving a car, the ARVROrigin node should " +"be a child node of this car. Or, if you're implementing a teleport system to " +"move your character, you should change the position of this node." +msgstr "" + +#: doc/classes/ARVROrigin.xml:19 +msgid "" +"Allows you to adjust the scale to your game's units. Most AR/VR platforms " +"assume a scale of 1 game world unit = 1 real world meter.\n" +"[b]Note:[/b] This method is a passthrough to the [ARVRServer] itself." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:4 +msgid "A tracked object." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:7 +msgid "" +"An instance of this object represents a device that is tracked, such as a " +"controller or anchor point. HMDs aren't represented here as they are handled " +"internally.\n" +"As controllers are turned on and the AR/VR interface detects them, instances " +"of this object are automatically added to this list of active tracking " +"objects accessible through the [ARVRServer].\n" +"The [ARVRController] and [ARVRAnchor] both consume objects of this type and " +"should be used in your project. The positional trackers are just under-the-" +"hood objects that make this all work. These are mostly exposed so that " +"GDNative-based interfaces can interact with them." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:18 +msgid "" +"Returns the hand holding this tracker, if known. See [enum TrackerHand] " +"constants." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:24 +msgid "" +"If this is a controller that is being tracked, the controller will also be " +"represented by a joystick entry with this ID." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:30 +msgid "" +"Returns the mesh related to a controller or anchor point if one is available." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:36 +msgid "Returns the controller or anchor point's name if available." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:42 +msgid "Returns the controller's orientation matrix." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:48 +msgid "Returns the world-space controller position." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:54 +msgid "" +"Returns the internal tracker ID. This uniquely identifies the tracker per " +"tracker type and matches the ID you need to specify for nodes such as the " +"[ARVRController] and [ARVRAnchor] nodes." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:60 +msgid "Returns [code]true[/code] if this device tracks orientation." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:66 +msgid "Returns [code]true[/code] if this device tracks position." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:73 +msgid "Returns the transform combining this device's orientation and position." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:79 +msgid "Returns the tracker's type." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:85 +msgid "" +"The degree to which the tracker rumbles. Ranges from [code]0.0[/code] to " +"[code]1.0[/code] with precision [code].01[/code]." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:90 +msgid "The hand this tracker is held in is unknown or not applicable." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:93 +msgid "This tracker is the left hand controller." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:96 +msgid "This tracker is the right hand controller." +msgstr "" + +#: doc/classes/ARVRServer.xml:4 +msgid "Server for AR and VR features." +msgstr "" + +#: doc/classes/ARVRServer.xml:7 +msgid "" +"The AR/VR server is the heart of our Advanced and Virtual Reality solution " +"and handles all the processing." +msgstr "" + +#: doc/classes/ARVRServer.xml:17 +msgid "Registers an [ARVRInterface] object." +msgstr "" + +#: doc/classes/ARVRServer.xml:24 +msgid "" +"Registers a new [ARVRPositionalTracker] that tracks a spatial location in " +"real space." +msgstr "" + +#: doc/classes/ARVRServer.xml:32 +msgid "" +"This is an important function to understand correctly. AR and VR platforms " +"all handle positioning slightly differently.\n" +"For platforms that do not offer spatial tracking, our origin point (0,0,0) " +"is the location of our HMD, but you have little control over the direction " +"the player is facing in the real world.\n" +"For platforms that do offer spatial tracking, our origin point depends very " +"much on the system. For OpenVR, our origin point is usually the center of " +"the tracking space, on the ground. For other platforms, it's often the " +"location of the tracking camera.\n" +"This method allows you to center your tracker on the location of the HMD. It " +"will take the current location of the HMD and use that to adjust all your " +"tracking data; in essence, realigning the real world to your player's " +"current position in the game world.\n" +"For this method to produce usable results, tracking information must be " +"available. This often takes a few frames after starting your game.\n" +"You should call this method after a few seconds have passed. For instance, " +"when the user requests a realignment of the display holding a designated " +"button on a controller for a short period of time, or when implementing a " +"teleport mechanism." +msgstr "" + +#: doc/classes/ARVRServer.xml:44 +msgid "" +"Clears our current primary interface if it is set to the provided interface." +msgstr "" + +#: doc/classes/ARVRServer.xml:51 +msgid "" +"Finds an interface by its name. For instance, if your project uses " +"capabilities of an AR/VR platform, you can find the interface for that " +"platform by name and initialize it." +msgstr "" + +#: doc/classes/ARVRServer.xml:57 +msgid "Returns the primary interface's transformation." +msgstr "" + +#: doc/classes/ARVRServer.xml:64 +msgid "" +"Returns the interface registered at a given index in our list of interfaces." +msgstr "" + +#: doc/classes/ARVRServer.xml:70 +msgid "" +"Returns the number of interfaces currently registered with the AR/VR server. " +"If your project supports multiple AR/VR platforms, you can look through the " +"available interface, and either present the user with a selection or simply " +"try to initialize each interface and use the first one that returns " +"[code]true[/code]." +msgstr "" + +#: doc/classes/ARVRServer.xml:76 +msgid "" +"Returns a list of available interfaces the ID and name of each interface." +msgstr "" + +#: doc/classes/ARVRServer.xml:82 +msgid "" +"Returns the absolute timestamp (in μs) of the last [ARVRServer] commit of " +"the AR/VR eyes to [VisualServer]. The value comes from an internal call to " +"[method OS.get_ticks_usec]." +msgstr "" + +#: doc/classes/ARVRServer.xml:88 +msgid "" +"Returns the duration (in μs) of the last frame. This is computed as the " +"difference between [method get_last_commit_usec] and [method " +"get_last_process_usec] when committing." +msgstr "" + +#: doc/classes/ARVRServer.xml:94 +msgid "" +"Returns the absolute timestamp (in μs) of the last [ARVRServer] process " +"callback. The value comes from an internal call to [method OS." +"get_ticks_usec]." +msgstr "" + +#: doc/classes/ARVRServer.xml:100 +msgid "" +"Returns the reference frame transform. Mostly used internally and exposed " +"for GDNative build interfaces." +msgstr "" + +#: doc/classes/ARVRServer.xml:107 +msgid "Returns the positional tracker at the given ID." +msgstr "" + +#: doc/classes/ARVRServer.xml:113 +msgid "Returns the number of trackers currently registered." +msgstr "" + +#: doc/classes/ARVRServer.xml:120 +msgid "Removes this interface." +msgstr "" + +#: doc/classes/ARVRServer.xml:127 +msgid "Removes this positional tracker." +msgstr "" + +#: doc/classes/ARVRServer.xml:133 +msgid "The primary [ARVRInterface] currently bound to the [ARVRServer]." +msgstr "" + +#: doc/classes/ARVRServer.xml:136 +msgid "" +"Allows you to adjust the scale to your game's units. Most AR/VR platforms " +"assume a scale of 1 game world unit = 1 real world meter." +msgstr "" + +#: doc/classes/ARVRServer.xml:143 +msgid "Emitted when a new interface has been added." +msgstr "" + +#: doc/classes/ARVRServer.xml:149 +msgid "Emitted when an interface is removed." +msgstr "" + +#: doc/classes/ARVRServer.xml:157 +msgid "" +"Emitted when a new tracker has been added. If you don't use a fixed number " +"of controllers or if you're using [ARVRAnchor]s for an AR solution, it is " +"important to react to this signal to add the appropriate [ARVRController] or " +"[ARVRAnchor] nodes related to this new tracker." +msgstr "" + +#: doc/classes/ARVRServer.xml:165 +msgid "" +"Emitted when a tracker is removed. You should remove any [ARVRController] or " +"[ARVRAnchor] points if applicable. This is not mandatory, the nodes simply " +"become inactive and will be made active again when a new tracker becomes " +"available (i.e. a new controller is switched on that takes the place of the " +"previous one)." +msgstr "" + +#: doc/classes/ARVRServer.xml:171 +msgid "The tracker tracks the location of a controller." +msgstr "" + +#: doc/classes/ARVRServer.xml:174 +msgid "The tracker tracks the location of a base station." +msgstr "" + +#: doc/classes/ARVRServer.xml:177 +msgid "The tracker tracks the location and size of an AR anchor." +msgstr "" + +#: doc/classes/ARVRServer.xml:180 +msgid "Used internally to filter trackers of any known type." +msgstr "" + +#: doc/classes/ARVRServer.xml:183 +msgid "Used internally if we haven't set the tracker type yet." +msgstr "" + +#: doc/classes/ARVRServer.xml:186 +msgid "Used internally to select all trackers." +msgstr "" + +#: doc/classes/ARVRServer.xml:189 +msgid "" +"Fully reset the orientation of the HMD. Regardless of what direction the " +"user is looking to in the real world. The user will look dead ahead in the " +"virtual world." +msgstr "" + +#: doc/classes/ARVRServer.xml:192 +msgid "" +"Resets the orientation but keeps the tilt of the device. So if we're looking " +"down, we keep looking down but heading will be reset." +msgstr "" + +#: doc/classes/ARVRServer.xml:195 +msgid "" +"Does not reset the orientation of the HMD, only the position of the player " +"gets centered." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:4 +msgid "Container that preserves its child controls' aspect ratio." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:7 +msgid "" +"Arranges child controls in a way to preserve their aspect ratio " +"automatically whenever the container is resized. Solves the problem where " +"the container size is dynamic and the contents' size needs to adjust " +"accordingly without losing proportions." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:15 +msgid "Specifies the horizontal relative position of child controls." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:18 +msgid "Specifies the vertical relative position of child controls." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:21 +msgid "" +"The aspect ratio to enforce on child controls. This is the width divided by " +"the height. The ratio depends on the [member stretch_mode]." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:24 +msgid "The stretch mode used to align child controls." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:29 +msgid "" +"The height of child controls is automatically adjusted based on the width of " +"the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:32 +msgid "" +"The width of child controls is automatically adjusted based on the height of " +"the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:35 +msgid "" +"The bounding rectangle of child controls is automatically adjusted to fit " +"inside the container while keeping the aspect ratio." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:38 +msgid "" +"The width and height of child controls is automatically adjusted to make " +"their bounding rectangle cover the entire area of the container while " +"keeping the aspect ratio.\n" +"When the bounding rectangle of child controls exceed the container's size " +"and [member Control.rect_clip_content] is enabled, this allows to show only " +"the container's area restricted by its own bounding rectangle." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:42 +msgid "" +"Aligns child controls with the beginning (left or top) of the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:45 +msgid "Aligns child controls with the center of the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:48 +msgid "Aligns child controls with the end (right or bottom) of the container." +msgstr "" + +#: doc/classes/AStar.xml:4 +msgid "" +"An implementation of A* to find the shortest paths among connected points in " +"space." +msgstr "" + +#: doc/classes/AStar.xml:7 +msgid "" +"A* (A star) is a computer algorithm that is widely used in pathfinding and " +"graph traversal, the process of plotting short paths among vertices " +"(points), passing through a given set of edges (segments). It enjoys " +"widespread use due to its performance and accuracy. Godot's A* " +"implementation uses points in three-dimensional space and Euclidean " +"distances by default.\n" +"You must add points manually with [method add_point] and create segments " +"manually with [method connect_points]. Then you can test if there is a path " +"between two points with the [method are_points_connected] function, get a " +"path containing indices by [method get_id_path], or one containing actual " +"coordinates with [method get_point_path].\n" +"It is also possible to use non-Euclidean distances. To do so, create a class " +"that extends [code]AStar[/code] and override methods [method _compute_cost] " +"and [method _estimate_cost]. Both take two indices and return a length, as " +"is shown in the following example.\n" +"[codeblock]\n" +"class MyAStar:\n" +" extends AStar\n" +"\n" +" func _compute_cost(u, v):\n" +" return abs(u - v)\n" +"\n" +" func _estimate_cost(u, v):\n" +" return min(0, abs(u - v) - 1)\n" +"[/codeblock]\n" +"[method _estimate_cost] should return a lower bound of the distance, i.e. " +"[code]_estimate_cost(u, v) <= _compute_cost(u, v)[/code]. This serves as a " +"hint to the algorithm because the custom [code]_compute_cost[/code] might be " +"computation-heavy. If this is not the case, make [method _estimate_cost] " +"return the same value as [method _compute_cost] to provide the algorithm " +"with the most accurate information.\n" +"If the default [method _estimate_cost] and [method _compute_cost] methods " +"are used, or if the supplied [method _estimate_cost] method returns a lower " +"bound of the cost, then the paths returned by A* will be the lowest-cost " +"paths. Here, the cost of a path equals the sum of the [method _compute_cost] " +"results of all segments in the path multiplied by the [code]weight_scale[/" +"code]s of the endpoints of the respective segments. If the default methods " +"are used and the [code]weight_scale[/code]s of all points are set to " +"[code]1.0[/code], then this equals the sum of Euclidean distances of all " +"segments in the path." +msgstr "" + +#: doc/classes/AStar.xml:31 +msgid "" +"Called when computing the cost between two connected points.\n" +"Note that this function is hidden in the default [code]AStar[/code] class." +msgstr "" + +#: doc/classes/AStar.xml:40 +msgid "" +"Called when estimating the cost between a point and the path's ending " +"point.\n" +"Note that this function is hidden in the default [code]AStar[/code] class." +msgstr "" + +#: doc/classes/AStar.xml:50 +msgid "" +"Adds a new point at the given position with the given identifier. The " +"[code]id[/code] must be 0 or larger, and the [code]weight_scale[/code] must " +"be 1 or larger.\n" +"The [code]weight_scale[/code] is multiplied by the result of [method " +"_compute_cost] when determining the overall cost of traveling across a " +"segment from a neighboring point to this point. Thus, all else being equal, " +"the algorithm prefers points with lower [code]weight_scale[/code]s to form a " +"path.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(1, 0, 0), 4) # Adds the point (1, 0, 0) with " +"weight_scale 4 and id 1\n" +"[/codeblock]\n" +"If there already exists a point for the given [code]id[/code], its position " +"and weight scale are updated to the given values." +msgstr "" + +#: doc/classes/AStar.xml:65 +msgid "" +"Returns whether the two given points are directly connected by a segment. If " +"[code]bidirectional[/code] is [code]false[/code], returns whether movement " +"from [code]id[/code] to [code]to_id[/code] is possible through this segment." +msgstr "" + +#: doc/classes/AStar.xml:71 doc/classes/AStar2D.xml:56 +msgid "Clears all the points and segments." +msgstr "" + +#: doc/classes/AStar.xml:80 +msgid "" +"Creates a segment between the given points. If [code]bidirectional[/code] is " +"[code]false[/code], only movement from [code]id[/code] to [code]to_id[/code] " +"is allowed, not the reverse direction.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(1, 1, 0))\n" +"astar.add_point(2, Vector3(0, 5, 0))\n" +"astar.connect_points(1, 2, false)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar.xml:95 +msgid "" +"Deletes the segment between the given points. If [code]bidirectional[/code] " +"is [code]false[/code], only movement from [code]id[/code] to [code]to_id[/" +"code] is prevented, and a unidirectional segment possibly remains." +msgstr "" + +#: doc/classes/AStar.xml:101 doc/classes/AStar2D.xml:85 +msgid "Returns the next available point ID with no point associated to it." +msgstr "" + +#: doc/classes/AStar.xml:109 doc/classes/AStar2D.xml:93 +msgid "" +"Returns the ID of the closest point to [code]to_position[/code], optionally " +"taking disabled points into account. Returns [code]-1[/code] if there are no " +"points in the points pool.\n" +"[b]Note:[/b] If several points are the closest to [code]to_position[/code], " +"the one with the smallest ID will be returned, ensuring a deterministic " +"result." +msgstr "" + +#: doc/classes/AStar.xml:117 +msgid "" +"Returns the closest position to [code]to_position[/code] that resides inside " +"a segment between two connected points.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(0, 0, 0))\n" +"astar.add_point(2, Vector3(0, 5, 0))\n" +"astar.connect_points(1, 2)\n" +"var res = astar.get_closest_position_in_segment(Vector3(3, 3, 0)) # Returns " +"(0, 3, 0)\n" +"[/codeblock]\n" +"The result is in the segment that goes from [code]y = 0[/code] to [code]y = " +"5[/code]. It's the closest position in the segment to the given point." +msgstr "" + +#: doc/classes/AStar.xml:133 +msgid "" +"Returns an array with the IDs of the points that form the path found by " +"AStar between the given points. The array is ordered from the starting point " +"to the ending point of the path.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(0, 0, 0))\n" +"astar.add_point(2, Vector3(0, 1, 0), 1) # Default weight is 1\n" +"astar.add_point(3, Vector3(1, 1, 0))\n" +"astar.add_point(4, Vector3(2, 0, 0))\n" +"\n" +"astar.connect_points(1, 2, false)\n" +"astar.connect_points(2, 3, false)\n" +"astar.connect_points(4, 3, false)\n" +"astar.connect_points(1, 4, false)\n" +"\n" +"var res = astar.get_id_path(1, 3) # Returns [1, 2, 3]\n" +"[/codeblock]\n" +"If you change the 2nd point's weight to 3, then the result will be [code][1, " +"4, 3][/code] instead, because now even though the distance is longer, it's " +"\"easier\" to get through point 4 than through point 2." +msgstr "" + +#: doc/classes/AStar.xml:154 doc/classes/AStar2D.xml:138 +msgid "" +"Returns the capacity of the structure backing the points, useful in " +"conjunction with [code]reserve_space[/code]." +msgstr "" + +#: doc/classes/AStar.xml:161 +msgid "" +"Returns an array with the IDs of the points that form the connection with " +"the given point.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(0, 0, 0))\n" +"astar.add_point(2, Vector3(0, 1, 0))\n" +"astar.add_point(3, Vector3(1, 1, 0))\n" +"astar.add_point(4, Vector3(2, 0, 0))\n" +"\n" +"astar.connect_points(1, 2, true)\n" +"astar.connect_points(1, 3, true)\n" +"\n" +"var neighbors = astar.get_point_connections(1) # Returns [2, 3]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar.xml:179 doc/classes/AStar2D.xml:163 +msgid "Returns the number of points currently in the points pool." +msgstr "" + +#: doc/classes/AStar.xml:187 +msgid "" +"Returns an array with the points that are in the path found by AStar between " +"the given points. The array is ordered from the starting point to the ending " +"point of the path.\n" +"[b]Note:[/b] This method is not thread-safe. If called from a [Thread], it " +"will return an empty [PoolVector3Array] and will print an error message." +msgstr "" + +#: doc/classes/AStar.xml:195 doc/classes/AStar2D.xml:179 +msgid "" +"Returns the position of the point associated with the given [code]id[/code]." +msgstr "" + +#: doc/classes/AStar.xml:202 doc/classes/AStar2D.xml:186 +msgid "" +"Returns the weight scale of the point associated with the given [code]id[/" +"code]." +msgstr "" + +#: doc/classes/AStar.xml:208 doc/classes/AStar2D.xml:192 +msgid "Returns an array of all points." +msgstr "" + +#: doc/classes/AStar.xml:215 doc/classes/AStar2D.xml:199 +msgid "" +"Returns whether a point associated with the given [code]id[/code] exists." +msgstr "" + +#: doc/classes/AStar.xml:222 doc/classes/AStar2D.xml:206 +msgid "" +"Returns whether a point is disabled or not for pathfinding. By default, all " +"points are enabled." +msgstr "" + +#: doc/classes/AStar.xml:229 doc/classes/AStar2D.xml:213 +msgid "" +"Removes the point associated with the given [code]id[/code] from the points " +"pool." +msgstr "" + +#: doc/classes/AStar.xml:236 doc/classes/AStar2D.xml:220 +msgid "" +"Reserves space internally for [code]num_nodes[/code] points, useful if " +"you're adding a known large number of points at once, for a grid for " +"instance. New capacity must be greater or equals to old capacity." +msgstr "" + +#: doc/classes/AStar.xml:244 doc/classes/AStar2D.xml:228 +msgid "" +"Disables or enables the specified point for pathfinding. Useful for making a " +"temporary obstacle." +msgstr "" + +#: doc/classes/AStar.xml:252 doc/classes/AStar2D.xml:236 +msgid "" +"Sets the [code]position[/code] for the point with the given [code]id[/code]." +msgstr "" + +#: doc/classes/AStar.xml:260 doc/classes/AStar2D.xml:244 +msgid "" +"Sets the [code]weight_scale[/code] for the point with the given [code]id[/" +"code]. The [code]weight_scale[/code] is multiplied by the result of [method " +"_compute_cost] when determining the overall cost of traveling across a " +"segment from a neighboring point to this point." +msgstr "" + +#: doc/classes/AStar2D.xml:4 +msgid "AStar class representation that uses 2D vectors as edges." +msgstr "" + +#: doc/classes/AStar2D.xml:7 +msgid "" +"This is a wrapper for the [AStar] class which uses 2D vectors instead of 3D " +"vectors." +msgstr "" + +#: doc/classes/AStar2D.xml:17 +msgid "" +"Called when computing the cost between two connected points.\n" +"Note that this function is hidden in the default [code]AStar2D[/code] class." +msgstr "" + +#: doc/classes/AStar2D.xml:26 +msgid "" +"Called when estimating the cost between a point and the path's ending " +"point.\n" +"Note that this function is hidden in the default [code]AStar2D[/code] class." +msgstr "" + +#: doc/classes/AStar2D.xml:36 +msgid "" +"Adds a new point at the given position with the given identifier. The " +"[code]id[/code] must be 0 or larger, and the [code]weight_scale[/code] must " +"be 1 or larger.\n" +"The [code]weight_scale[/code] is multiplied by the result of [method " +"_compute_cost] when determining the overall cost of traveling across a " +"segment from a neighboring point to this point. Thus, all else being equal, " +"the algorithm prefers points with lower [code]weight_scale[/code]s to form a " +"path.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(1, 0), 4) # Adds the point (1, 0) with " +"weight_scale 4 and id 1\n" +"[/codeblock]\n" +"If there already exists a point for the given [code]id[/code], its position " +"and weight scale are updated to the given values." +msgstr "" + +#: doc/classes/AStar2D.xml:50 +msgid "Returns whether there is a connection/segment between the given points." +msgstr "" + +#: doc/classes/AStar2D.xml:65 +msgid "" +"Creates a segment between the given points. If [code]bidirectional[/code] is " +"[code]false[/code], only movement from [code]id[/code] to [code]to_id[/code] " +"is allowed, not the reverse direction.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(1, 1))\n" +"astar.add_point(2, Vector2(0, 5))\n" +"astar.connect_points(1, 2, false)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar2D.xml:79 +msgid "Deletes the segment between the given points." +msgstr "" + +#: doc/classes/AStar2D.xml:101 +msgid "" +"Returns the closest position to [code]to_position[/code] that resides inside " +"a segment between two connected points.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(0, 0))\n" +"astar.add_point(2, Vector2(0, 5))\n" +"astar.connect_points(1, 2)\n" +"var res = astar.get_closest_position_in_segment(Vector2(3, 3)) # Returns (0, " +"3)\n" +"[/codeblock]\n" +"The result is in the segment that goes from [code]y = 0[/code] to [code]y = " +"5[/code]. It's the closest position in the segment to the given point." +msgstr "" + +#: doc/classes/AStar2D.xml:117 +msgid "" +"Returns an array with the IDs of the points that form the path found by " +"AStar2D between the given points. The array is ordered from the starting " +"point to the ending point of the path.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(0, 0))\n" +"astar.add_point(2, Vector2(0, 1), 1) # Default weight is 1\n" +"astar.add_point(3, Vector2(1, 1))\n" +"astar.add_point(4, Vector2(2, 0))\n" +"\n" +"astar.connect_points(1, 2, false)\n" +"astar.connect_points(2, 3, false)\n" +"astar.connect_points(4, 3, false)\n" +"astar.connect_points(1, 4, false)\n" +"\n" +"var res = astar.get_id_path(1, 3) # Returns [1, 2, 3]\n" +"[/codeblock]\n" +"If you change the 2nd point's weight to 3, then the result will be [code][1, " +"4, 3][/code] instead, because now even though the distance is longer, it's " +"\"easier\" to get through point 4 than through point 2." +msgstr "" + +#: doc/classes/AStar2D.xml:145 +msgid "" +"Returns an array with the IDs of the points that form the connection with " +"the given point.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(0, 0))\n" +"astar.add_point(2, Vector2(0, 1))\n" +"astar.add_point(3, Vector2(1, 1))\n" +"astar.add_point(4, Vector2(2, 0))\n" +"\n" +"astar.connect_points(1, 2, true)\n" +"astar.connect_points(1, 3, true)\n" +"\n" +"var neighbors = astar.get_point_connections(1) # Returns [2, 3]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar2D.xml:171 +msgid "" +"Returns an array with the points that are in the path found by AStar2D " +"between the given points. The array is ordered from the starting point to " +"the ending point of the path.\n" +"[b]Note:[/b] This method is not thread-safe. If called from a [Thread], it " +"will return an empty [PoolVector2Array] and will print an error message." +msgstr "" + +#: doc/classes/AtlasTexture.xml:4 +msgid "" +"Crops out one part of a texture, such as a texture from a texture atlas." +msgstr "" + +#: doc/classes/AtlasTexture.xml:7 +msgid "" +"[Texture] resource that crops out one part of the [member atlas] texture, " +"defined by [member region]. The main use case is cropping out textures from " +"a texture atlas, which is a big texture file that packs multiple smaller " +"textures. Consists of a [Texture] for the [member atlas], a [member region] " +"that defines the area of [member atlas] to use, and a [member margin] that " +"defines the border width.\n" +"[AtlasTexture] cannot be used in an [AnimatedTexture], cannot be tiled in " +"nodes such as [TextureRect], and does not work properly if used inside of " +"other [AtlasTexture] resources. Multiple [AtlasTexture] resources can be " +"used to crop multiple textures from the atlas. Using a texture atlas helps " +"to optimize video memory costs and render calls compared to using multiple " +"small files.\n" +"[b]Note:[/b] AtlasTextures don't support repetition. The [constant Texture." +"FLAG_REPEAT] and [constant Texture.FLAG_MIRRORED_REPEAT] flags are ignored " +"when using an AtlasTexture." +msgstr "" + +#: doc/classes/AtlasTexture.xml:17 +msgid "The texture that contains the atlas. Can be any [Texture] subtype." +msgstr "" + +#: doc/classes/AtlasTexture.xml:20 +msgid "" +"If [code]true[/code], clips the area outside of the region to avoid bleeding " +"of the surrounding texture pixels." +msgstr "" + +#: doc/classes/AtlasTexture.xml:24 +msgid "" +"The margin around the region. The [Rect2]'s [member Rect2.size] parameter " +"(\"w\" and \"h\" in the editor) resizes the texture so it fits within the " +"margin." +msgstr "" + +#: doc/classes/AtlasTexture.xml:27 +msgid "The AtlasTexture's used region." +msgstr "" + +#: doc/classes/AudioBusLayout.xml:4 +msgid "Stores information about the audio buses." +msgstr "" + +#: doc/classes/AudioBusLayout.xml:7 +msgid "" +"Stores position, muting, solo, bypass, effects, effect position, volume, and " +"the connections between buses. See [AudioServer] for usage." +msgstr "" + +#: doc/classes/AudioEffect.xml:4 +msgid "Audio effect for audio." +msgstr "" + +#: doc/classes/AudioEffect.xml:7 +msgid "" +"Base resource for audio bus. Applies an audio effect on the bus that the " +"resource is applied on." +msgstr "" + +#: doc/classes/AudioEffect.xml:10 doc/classes/AudioEffectRecord.xml:11 +#: doc/classes/AudioServer.xml:12 doc/classes/AudioStream.xml:12 +#: doc/classes/AudioStreamPlayer.xml:15 +msgid "https://godotengine.org/asset-library/asset/527" +msgstr "" + +#: doc/classes/AudioEffectAmplify.xml:4 +msgid "" +"Adds an amplifying audio effect to an audio bus.\n" +"Increases or decreases the volume of the selected audio bus." +msgstr "" + +#: doc/classes/AudioEffectAmplify.xml:8 +msgid "Increases or decreases the volume being routed through the audio bus." +msgstr "" + +#: doc/classes/AudioEffectAmplify.xml:16 +msgid "" +"Amount of amplification in decibels. Positive values make the sound louder, " +"negative values make it quieter. Value can range from -80 to 24." +msgstr "" + +#: doc/classes/AudioEffectBandLimitFilter.xml:4 +msgid "Adds a band limit filter to the audio bus." +msgstr "" + +#: doc/classes/AudioEffectBandLimitFilter.xml:7 +msgid "" +"Limits the frequencies in a range around the [member AudioEffectFilter." +"cutoff_hz] and allows frequencies outside of this range to pass." +msgstr "" + +#: doc/classes/AudioEffectBandPassFilter.xml:4 +msgid "Adds a band pass filter to the audio bus." +msgstr "" + +#: doc/classes/AudioEffectBandPassFilter.xml:7 +msgid "" +"Attenuates the frequencies inside of a range around the [member " +"AudioEffectFilter.cutoff_hz] and cuts frequencies outside of this band." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:4 +msgid "Captures audio from an audio bus in real-time." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:7 +msgid "" +"AudioEffectCapture is an AudioEffect which copies all audio frames from the " +"attached audio effect bus into its internal ring buffer.\n" +"Application code should consume these audio frames from this ring buffer " +"using [method get_buffer] and process it as needed, for example to capture " +"data from a microphone, implement application defined effects, or to " +"transmit audio over the network." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:17 +msgid "" +"Returns [code]true[/code] if at least [code]frames[/code] audio frames are " +"available to read in the internal ring buffer." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:23 +msgid "Clears the internal ring buffer." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:30 +msgid "" +"Gets the next [code]frames[/code] audio samples from the internal ring " +"buffer.\n" +"Returns a [PoolVector2Array] containing exactly [code]frames[/code] audio " +"samples if available, or an empty [PoolVector2Array] if insufficient data " +"was available." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:37 +msgid "Returns the total size of the internal ring buffer in frames." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:43 +msgid "" +"Returns the number of audio frames discarded from the audio bus due to full " +"buffer." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:49 +msgid "" +"Returns the number of frames available to read using [method get_buffer]." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:55 +msgid "Returns the number of audio frames inserted from the audio bus." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:61 +msgid "" +"Length of the internal ring buffer, in seconds. Setting the buffer length " +"will have no effect if already initialized." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:4 +msgid "Adds a chorus audio effect." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:7 +msgid "" +"Adds a chorus audio effect. The effect applies a filter with voices to " +"duplicate the audio source and manipulate it through the filter." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:93 +msgid "The effect's raw signal." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:96 doc/classes/AudioEffectChorus.xml:114 +#: doc/classes/AudioEffectChorus.xml:132 doc/classes/AudioEffectChorus.xml:150 +msgid "The voice's cutoff frequency." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:99 doc/classes/AudioEffectChorus.xml:117 +#: doc/classes/AudioEffectChorus.xml:135 doc/classes/AudioEffectChorus.xml:153 +msgid "The voice's signal delay." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:102 doc/classes/AudioEffectChorus.xml:120 +#: doc/classes/AudioEffectChorus.xml:138 doc/classes/AudioEffectChorus.xml:156 +msgid "The voice filter's depth." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:105 doc/classes/AudioEffectChorus.xml:123 +#: doc/classes/AudioEffectChorus.xml:141 doc/classes/AudioEffectChorus.xml:159 +msgid "The voice's volume." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:108 doc/classes/AudioEffectChorus.xml:126 +#: doc/classes/AudioEffectChorus.xml:144 doc/classes/AudioEffectChorus.xml:162 +msgid "The voice's pan level." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:111 doc/classes/AudioEffectChorus.xml:129 +#: doc/classes/AudioEffectChorus.xml:147 doc/classes/AudioEffectChorus.xml:165 +msgid "The voice's filter rate." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:168 +msgid "The amount of voices in the effect." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:171 +msgid "The effect's processed signal." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:4 +msgid "" +"Adds a compressor audio effect to an audio bus.\n" +"Reduces sounds that exceed a certain threshold level, smooths out the " +"dynamics and increases the overall volume." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:8 +msgid "" +"Dynamic range compressor reduces the level of the sound when the amplitude " +"goes over a certain threshold in Decibels. One of the main uses of a " +"compressor is to increase the dynamic range by clipping as little as " +"possible (when sound goes over 0dB).\n" +"Compressor has many uses in the mix:\n" +"- In the Master bus to compress the whole output (although an " +"[AudioEffectLimiter] is probably better).\n" +"- In voice channels to ensure they sound as balanced as possible.\n" +"- Sidechained. This can reduce the sound level sidechained with another " +"audio bus for threshold detection. This technique is common in video game " +"mixing to the level of music and SFX while voices are being heard.\n" +"- Accentuates transients by using a wider attack, making effects sound more " +"punchy." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:21 +msgid "" +"Compressor's reaction time when the signal exceeds the threshold, in " +"microseconds. Value can range from 20 to 2000." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:24 +msgid "Gain applied to the output signal." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:27 +msgid "" +"Balance between original signal and effect signal. Value can range from 0 " +"(totally dry) to 1 (totally wet)." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:30 +msgid "" +"Amount of compression applied to the audio once it passes the threshold " +"level. The higher the ratio, the more the loud parts of the audio will be " +"compressed. Value can range from 1 to 48." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:33 +msgid "" +"Compressor's delay time to stop reducing the signal after the signal level " +"falls below the threshold, in milliseconds. Value can range from 20 to 2000." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:36 +msgid "Reduce the sound level using another audio bus for threshold detection." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:39 +msgid "" +"The level above which compression is applied to the audio. Value can range " +"from -60 to 0." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:4 +msgid "" +"Adds a delay audio effect to an audio bus. Plays input signal back after a " +"period of time.\n" +"Two tap delay and feedback options." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:8 +msgid "" +"Plays input signal back after a period of time. The delayed signal may be " +"played back multiple times to create the sound of a repeating, decaying " +"echo. Delay effects range from a subtle echo effect to a pronounced blending " +"of previous sounds with new sounds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:16 +msgid "" +"Output percent of original sound. At 0, only delayed sounds are output. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:19 +msgid "If [code]true[/code], feedback is enabled." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:22 +msgid "Feedback delay time in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:25 doc/classes/AudioEffectDelay.xml:37 +msgid "Sound level for [code]tap1[/code]." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:28 +msgid "" +"Low-pass filter for feedback, in Hz. Frequencies below this value are " +"filtered out of the source signal." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:31 +msgid "If [code]true[/code], [code]tap1[/code] will be enabled." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:34 +msgid "[code]tap1[/code] delay time in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:40 +msgid "" +"Pan position for [code]tap1[/code]. Value can range from -1 (fully left) to " +"1 (fully right)." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:43 +msgid "If [code]true[/code], [code]tap2[/code] will be enabled." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:46 +msgid "[b]Tap2[/b] delay time in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:49 +msgid "Sound level for [code]tap2[/code]." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:52 +msgid "" +"Pan position for [code]tap2[/code]. Value can range from -1 (fully left) to " +"1 (fully right)." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:4 +msgid "" +"Adds a distortion audio effect to an Audio bus.\n" +"Modify the sound to make it distorted." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:8 +msgid "" +"Different types are available: clip, tan, lo-fi (bit crushing), overdrive, " +"or waveshape.\n" +"By distorting the waveform the frequency content change, which will often " +"make the sound \"crunchy\" or \"abrasive\". For games, it can simulate sound " +"coming from some saturated device or speaker very efficiently." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:12 +#: doc/classes/AudioEffectFilter.xml:10 +#: doc/classes/AudioEffectHighShelfFilter.xml:9 +#: doc/classes/AudioEffectLowShelfFilter.xml:9 doc/classes/AudioServer.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_buses.html" +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:18 +msgid "Distortion power. Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:21 +msgid "" +"High-pass filter, in Hz. Frequencies higher than this value will not be " +"affected by the distortion. Value can range from 1 to 20000." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:24 +msgid "Distortion type." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:27 +msgid "" +"Increases or decreases the volume after the effect. Value can range from -80 " +"to 24." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:30 +msgid "" +"Increases or decreases the volume before the effect. Value can range from " +"-60 to 60." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:35 +msgid "" +"Digital distortion effect which cuts off peaks at the top and bottom of the " +"waveform." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:40 +msgid "" +"Low-resolution digital distortion effect. You can use it to emulate the " +"sound of early digital audio devices." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:43 +msgid "" +"Emulates the warm distortion produced by a field effect transistor, which is " +"commonly used in solid-state musical instrument amplifiers." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:46 +msgid "" +"Waveshaper distortions are used mainly by electronic musicians to achieve an " +"extra-abrasive sound." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:4 +msgid "" +"Base class for audio equalizers. Gives you control over frequencies.\n" +"Use it to create a custom equalizer if [AudioEffectEQ6], [AudioEffectEQ10] " +"or [AudioEffectEQ21] don't fit your needs." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:8 +msgid "" +"AudioEffectEQ gives you control over frequencies. Use it to compensate for " +"existing deficiencies in audio. AudioEffectEQs are useful on the Master bus " +"to completely master a mix and give it more character. They are also useful " +"when a game is run on a mobile device, to adjust the mix to that kind of " +"speakers (it can be added but disabled when headphones are plugged)." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:16 +msgid "Returns the number of bands of the equalizer." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:23 +msgid "Returns the band's gain at the specified index, in dB." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:31 +msgid "Sets band's gain at the specified index, in dB." +msgstr "" + +#: doc/classes/AudioEffectEQ10.xml:4 +msgid "" +"Adds a 10-band equalizer audio effect to an Audio bus. Gives you control " +"over frequencies from 31 Hz to 16000 Hz.\n" +"Each frequency can be modulated between -60/+24 dB." +msgstr "" + +#: doc/classes/AudioEffectEQ10.xml:8 +msgid "" +"Frequency bands:\n" +"Band 1: 31 Hz\n" +"Band 2: 62 Hz\n" +"Band 3: 125 Hz\n" +"Band 4: 250 Hz\n" +"Band 5: 500 Hz\n" +"Band 6: 1000 Hz\n" +"Band 7: 2000 Hz\n" +"Band 8: 4000 Hz\n" +"Band 9: 8000 Hz\n" +"Band 10: 16000 Hz\n" +"See also [AudioEffectEQ], [AudioEffectEQ6], [AudioEffectEQ21]." +msgstr "" + +#: doc/classes/AudioEffectEQ21.xml:4 +msgid "" +"Adds a 21-band equalizer audio effect to an Audio bus. Gives you control " +"over frequencies from 22 Hz to 22000 Hz.\n" +"Each frequency can be modulated between -60/+24 dB." +msgstr "" + +#: doc/classes/AudioEffectEQ21.xml:8 +msgid "" +"Frequency bands:\n" +"Band 1: 22 Hz\n" +"Band 2: 32 Hz\n" +"Band 3: 44 Hz\n" +"Band 4: 63 Hz\n" +"Band 5: 90 Hz\n" +"Band 6: 125 Hz\n" +"Band 7: 175 Hz\n" +"Band 8: 250 Hz\n" +"Band 9: 350 Hz\n" +"Band 10: 500 Hz\n" +"Band 11: 700 Hz\n" +"Band 12: 1000 Hz\n" +"Band 13: 1400 Hz\n" +"Band 14: 2000 Hz\n" +"Band 15: 2800 Hz\n" +"Band 16: 4000 Hz\n" +"Band 17: 5600 Hz\n" +"Band 18: 8000 Hz\n" +"Band 19: 11000 Hz\n" +"Band 20: 16000 Hz\n" +"Band 21: 22000 Hz\n" +"See also [AudioEffectEQ], [AudioEffectEQ6], [AudioEffectEQ10]." +msgstr "" + +#: doc/classes/AudioEffectEQ6.xml:4 +msgid "" +"Adds a 6-band equalizer audio effect to an Audio bus. Gives you control over " +"frequencies from 32 Hz to 10000 Hz.\n" +"Each frequency can be modulated between -60/+24 dB." +msgstr "" + +#: doc/classes/AudioEffectEQ6.xml:8 +msgid "" +"Frequency bands:\n" +"Band 1: 32 Hz\n" +"Band 2: 100 Hz\n" +"Band 3: 320 Hz\n" +"Band 4: 1000 Hz\n" +"Band 5: 3200 Hz\n" +"Band 6: 10000 Hz\n" +"See also [AudioEffectEQ], [AudioEffectEQ10], [AudioEffectEQ21]." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:4 +msgid "Adds a filter to the audio bus." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:7 +msgid "Allows frequencies other than the [member cutoff_hz] to pass." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:16 +msgid "Threshold frequency for the filter, in Hz." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:21 +msgid "Gain amount of the frequencies after the filter." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:24 +msgid "Amount of boost in the frequency range near the cutoff frequency." +msgstr "" + +#: doc/classes/AudioEffectHighPassFilter.xml:4 +msgid "Adds a high-pass filter to the Audio Bus." +msgstr "" + +#: doc/classes/AudioEffectHighPassFilter.xml:7 +msgid "" +"Cuts frequencies lower than the [member AudioEffectFilter.cutoff_hz] and " +"allows higher frequencies to pass." +msgstr "" + +#: doc/classes/AudioEffectHighShelfFilter.xml:4 +msgid "Reduces all frequencies above the [member AudioEffectFilter.cutoff_hz]." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:4 +msgid "Adds a soft-clip limiter audio effect to an Audio bus." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:7 +msgid "" +"A limiter is similar to a compressor, but it's less flexible and designed to " +"disallow sound going over a given dB threshold. Adding one in the Master bus " +"is always recommended to reduce the effects of clipping.\n" +"Soft clipping starts to reduce the peaks a little below the threshold level " +"and progressively increases its effect as the input level increases such " +"that the threshold is never exceeded." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:16 +msgid "" +"The waveform's maximum allowed value, in decibels. Value can range from -20 " +"to -0.1." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:19 +msgid "" +"Applies a gain to the limited waves, in decibels. Value can range from 0 to " +"6." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:24 +msgid "" +"Threshold from which the limiter begins to be active, in decibels. Value can " +"range from -30 to 0." +msgstr "" + +#: doc/classes/AudioEffectLowPassFilter.xml:4 +msgid "Adds a low-pass filter to the Audio bus." +msgstr "" + +#: doc/classes/AudioEffectLowPassFilter.xml:7 +msgid "" +"Cuts frequencies higher than the [member AudioEffectFilter.cutoff_hz] and " +"allows lower frequencies to pass." +msgstr "" + +#: doc/classes/AudioEffectLowShelfFilter.xml:4 +msgid "Reduces all frequencies below the [member AudioEffectFilter.cutoff_hz]." +msgstr "" + +#: doc/classes/AudioEffectNotchFilter.xml:4 +msgid "Adds a notch filter to the Audio bus." +msgstr "" + +#: doc/classes/AudioEffectNotchFilter.xml:7 +msgid "" +"Attenuates frequencies in a narrow band around the [member AudioEffectFilter." +"cutoff_hz] and cuts frequencies outside of this range." +msgstr "" + +#: doc/classes/AudioEffectPanner.xml:4 +msgid "Adds a panner audio effect to an Audio bus. Pans sound left or right." +msgstr "" + +#: doc/classes/AudioEffectPanner.xml:7 +msgid "" +"Determines how much of an audio signal is sent to the left and right buses." +msgstr "" + +#: doc/classes/AudioEffectPanner.xml:15 +msgid "Pan position. Value can range from -1 (fully left) to 1 (fully right)." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:4 +msgid "" +"Adds a phaser audio effect to an Audio bus.\n" +"Combines the original signal with a copy that is slightly out of phase with " +"the original." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:8 +msgid "" +"Combines phase-shifted signals with the original signal. The movement of the " +"phase-shifted signals is controlled using a low-frequency oscillator." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:16 +msgid "" +"Governs how high the filter frequencies sweep. Low value will primarily " +"affect bass frequencies. High value can sweep high into the treble. Value " +"can range from 0.1 to 4." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:19 +msgid "Output percent of modified sound. Value can range from 0.1 to 0.9." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:22 +msgid "" +"Determines the maximum frequency affected by the LFO modulations, in Hz. " +"Value can range from 10 to 10000." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:25 +msgid "" +"Determines the minimum frequency affected by the LFO modulations, in Hz. " +"Value can range from 10 to 10000." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:28 +msgid "" +"Adjusts the rate in Hz at which the effect sweeps up and down across the " +"frequency range." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:4 +msgid "" +"Adds a pitch-shifting audio effect to an Audio bus.\n" +"Raises or lowers the pitch of original sound." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:8 +msgid "" +"Allows modulation of pitch independently of tempo. All frequencies can be " +"increased/decreased with minimal effect on transients." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:16 +msgid "" +"The size of the [url=https://en.wikipedia.org/wiki/" +"Fast_Fourier_transform]Fast Fourier transform[/url] buffer. Higher values " +"smooth out the effect over time, but have greater latency. The effects of " +"this higher latency are especially noticeable on sounds that have sudden " +"amplitude changes." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:19 +msgid "" +"The oversampling factor to use. Higher values result in better quality, but " +"are more demanding on the CPU and may cause audio cracking if the CPU can't " +"keep up." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:22 +msgid "" +"The pitch scale to use. [code]1.0[/code] is the default pitch and plays " +"sounds unaltered. [member pitch_scale] can range from [code]0.0[/code] " +"(infinitely low pitch, inaudible) to [code]16[/code] (16 times higher than " +"the initial pitch)." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:27 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:28 +msgid "" +"Use a buffer of 256 samples for the Fast Fourier transform. Lowest latency, " +"but least stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:30 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:31 +msgid "" +"Use a buffer of 512 samples for the Fast Fourier transform. Low latency, but " +"less stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:33 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:34 +msgid "" +"Use a buffer of 1024 samples for the Fast Fourier transform. This is a " +"compromise between latency and stability over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:36 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:37 +msgid "" +"Use a buffer of 2048 samples for the Fast Fourier transform. High latency, " +"but stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:39 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:40 +msgid "" +"Use a buffer of 4096 samples for the Fast Fourier transform. Highest " +"latency, but most stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:42 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:43 +msgid "Represents the size of the [enum FFT_Size] enum." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:4 +msgid "Audio effect used for recording sound from a microphone." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:7 +msgid "" +"Allows the user to record sound from a microphone. It sets and gets the " +"format in which the audio file will be recorded (8-bit, 16-bit, or " +"compressed). It checks whether or not the recording is active, and if it is, " +"records the sound. It then returns the recorded sample." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/audio/" +"recording_with_microphone.html" +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:17 +msgid "Returns the recorded sample." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:23 +msgid "Returns whether the recording is active or not." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:30 +msgid "" +"If [code]true[/code], the sound will be recorded. Note that restarting the " +"recording will remove the previously recorded sample." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:36 +msgid "" +"Specifies the format in which the sample will be recorded. See [enum " +"AudioStreamSample.Format] for available formats." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:4 +msgid "" +"Adds a reverberation audio effect to an Audio bus.\n" +"Simulates the sound of acoustic environments such as rooms, concert halls, " +"caverns, or an open spaces." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:8 +msgid "" +"Simulates rooms of different sizes. Its parameters can be adjusted to " +"simulate the sound of a specific room." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:17 +msgid "" +"Defines how reflective the imaginary room's walls are. Value can range from " +"0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:20 +msgid "" +"Output percent of original sound. At 0, only modified sound is outputted. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:23 +msgid "" +"High-pass filter passes signals with a frequency higher than a certain " +"cutoff frequency and attenuates signals with frequencies lower than the " +"cutoff frequency. Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:26 +msgid "Output percent of predelay. Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:29 +msgid "" +"Time between the original signal and the early reflections of the reverb " +"signal, in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:32 +msgid "" +"Dimensions of simulated room. Bigger means more echoes. Value can range from " +"0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:35 +msgid "" +"Widens or narrows the stereo image of the reverb tail. 1 means fully widens. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:38 +msgid "" +"Output percent of modified sound. At 0, only original sound is outputted. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:4 +msgid "Audio effect that can be used for real-time audio visualizations." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:7 +msgid "" +"This audio effect does not affect sound output, but can be used for real-" +"time audio visualizations.\n" +"See also [AudioStreamGenerator] for procedurally generating sounds." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:11 +msgid "Audio Spectrum Demo" +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:12 +#: doc/classes/AudioStreamGenerator.xml:13 +#: doc/classes/AudioStreamGeneratorPlayback.xml:11 +msgid "Godot 3.2 will get new audio features" +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:18 +msgid "" +"The length of the buffer to keep (in seconds). Higher values keep data " +"around for longer, but require more memory." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:21 +msgid "" +"The size of the [url=https://en.wikipedia.org/wiki/" +"Fast_Fourier_transform]Fast Fourier transform[/url] buffer. Higher values " +"smooth out the spectrum analysis over time, but have greater latency. The " +"effects of this higher latency are especially noticeable with sudden " +"amplitude changes." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzerInstance.xml:21 +msgid "Use the average value as magnitude." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzerInstance.xml:24 +msgid "Use the maximum value as magnitude." +msgstr "" + +#: doc/classes/AudioServer.xml:4 +msgid "Server interface for low-level audio access." +msgstr "" + +#: doc/classes/AudioServer.xml:7 +msgid "" +"[AudioServer] is a low-level server interface for audio access. It is in " +"charge of creating sample data (playable audio) as well as its playback via " +"a voice interface." +msgstr "" + +#: doc/classes/AudioServer.xml:11 doc/classes/AudioStreamPlayer.xml:13 +msgid "https://godotengine.org/asset-library/asset/525" +msgstr "" + +#: doc/classes/AudioServer.xml:13 doc/classes/AudioStream.xml:13 +#: doc/classes/AudioStreamPlayer.xml:16 doc/classes/CanvasItem.xml:17 +msgid "https://godotengine.org/asset-library/asset/528" +msgstr "" + +#: doc/classes/AudioServer.xml:20 +msgid "Adds a bus at [code]at_position[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:29 +msgid "" +"Adds an [AudioEffect] effect to the bus [code]bus_idx[/code] at " +"[code]at_position[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:35 +msgid "" +"Name of the current device for audio input (see [method " +"capture_get_device_list])." +msgstr "" + +#: doc/classes/AudioServer.xml:41 +msgid "Returns the names of all audio input devices detected on the system." +msgstr "" + +#: doc/classes/AudioServer.xml:48 +msgid "Sets which audio input device is used for audio capture." +msgstr "" + +#: doc/classes/AudioServer.xml:54 +msgid "Generates an [AudioBusLayout] using the available buses and effects." +msgstr "" + +#: doc/classes/AudioServer.xml:61 +msgid "" +"Returns the amount of channels of the bus at index [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:69 +msgid "" +"Returns the [AudioEffect] at position [code]effect_idx[/code] in bus " +"[code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:76 +msgid "Returns the number of effects on the bus at [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:85 +msgid "" +"Returns the [AudioEffectInstance] assigned to the given bus and effect " +"indices (and optionally channel)." +msgstr "" + +#: doc/classes/AudioServer.xml:92 +msgid "Returns the index of the bus with the name [code]bus_name[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:99 +msgid "Returns the name of the bus with the index [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:107 +msgid "" +"Returns the peak volume of the left speaker at bus index [code]bus_idx[/" +"code] and channel index [code]channel[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:115 +msgid "" +"Returns the peak volume of the right speaker at bus index [code]bus_idx[/" +"code] and channel index [code]channel[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:122 +msgid "" +"Returns the name of the bus that the bus at index [code]bus_idx[/code] sends " +"to." +msgstr "" + +#: doc/classes/AudioServer.xml:129 +msgid "Returns the volume of the bus at index [code]bus_idx[/code] in dB." +msgstr "" + +#: doc/classes/AudioServer.xml:135 +msgid "Returns the names of all audio devices detected on the system." +msgstr "" + +#: doc/classes/AudioServer.xml:141 +msgid "Returns the sample rate at the output of the [AudioServer]." +msgstr "" + +#: doc/classes/AudioServer.xml:147 +msgid "Returns the audio driver's output latency." +msgstr "" + +#: doc/classes/AudioServer.xml:153 +msgid "Returns the speaker configuration." +msgstr "" + +#: doc/classes/AudioServer.xml:159 +msgid "Returns the relative time since the last mix occurred." +msgstr "" + +#: doc/classes/AudioServer.xml:165 +msgid "Returns the relative time until the next mix occurs." +msgstr "" + +#: doc/classes/AudioServer.xml:172 doc/classes/AudioServer.xml:232 +msgid "" +"If [code]true[/code], the bus at index [code]bus_idx[/code] is bypassing " +"effects." +msgstr "" + +#: doc/classes/AudioServer.xml:180 doc/classes/AudioServer.xml:241 +msgid "" +"If [code]true[/code], the effect at index [code]effect_idx[/code] on the bus " +"at index [code]bus_idx[/code] is enabled." +msgstr "" + +#: doc/classes/AudioServer.xml:187 doc/classes/AudioServer.xml:256 +msgid "If [code]true[/code], the bus at index [code]bus_idx[/code] is muted." +msgstr "" + +#: doc/classes/AudioServer.xml:194 doc/classes/AudioServer.xml:280 +msgid "" +"If [code]true[/code], the bus at index [code]bus_idx[/code] is in solo mode." +msgstr "" + +#: doc/classes/AudioServer.xml:200 +msgid "" +"Locks the audio driver's main loop.\n" +"[b]Note:[/b] Remember to unlock it afterwards." +msgstr "" + +#: doc/classes/AudioServer.xml:209 +msgid "" +"Moves the bus from index [code]index[/code] to index [code]to_index[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:216 +msgid "Removes the bus at index [code]index[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:224 +msgid "" +"Removes the effect at index [code]effect_idx[/code] from the bus at index " +"[code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:248 +msgid "Overwrites the currently used [AudioBusLayout]." +msgstr "" + +#: doc/classes/AudioServer.xml:264 +msgid "" +"Sets the name of the bus at index [code]bus_idx[/code] to [code]name[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:272 +msgid "" +"Connects the output of the bus at [code]bus_idx[/code] to the bus named " +"[code]send[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:288 +msgid "" +"Sets the volume of the bus at index [code]bus_idx[/code] to [code]volume_db[/" +"code]." +msgstr "" + +#: doc/classes/AudioServer.xml:297 +msgid "Swaps the position of two effects in bus [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:303 +msgid "" +"Unlocks the audio driver's main loop. (After locking it, you should always " +"unlock it.)" +msgstr "" + +#: doc/classes/AudioServer.xml:309 +msgid "Number of available audio buses." +msgstr "" + +#: doc/classes/AudioServer.xml:312 +msgid "" +"Name of the current device for audio output (see [method get_device_list])." +msgstr "" + +#: doc/classes/AudioServer.xml:315 +msgid "" +"Scales the rate at which audio is played (i.e. setting it to [code]0.5[/" +"code] will make the audio be played twice as fast)." +msgstr "" + +#: doc/classes/AudioServer.xml:321 +msgid "Emitted when the [AudioBusLayout] changes." +msgstr "" + +#: doc/classes/AudioServer.xml:327 +msgid "Two or fewer speakers were detected." +msgstr "" + +#: doc/classes/AudioServer.xml:330 +msgid "A 3.1 channel surround setup was detected." +msgstr "" + +#: doc/classes/AudioServer.xml:333 +msgid "A 5.1 channel surround setup was detected." +msgstr "" + +#: doc/classes/AudioServer.xml:336 +msgid "A 7.1 channel surround setup was detected." +msgstr "" + +#: doc/classes/AudioStream.xml:4 +msgid "Base class for audio streams." +msgstr "" + +#: doc/classes/AudioStream.xml:7 +msgid "" +"Base class for audio streams. Audio streams are used for sound effects and " +"music playback, and support WAV (via [AudioStreamSample]) and OGG (via " +"[AudioStreamOGGVorbis]) file formats." +msgstr "" + +#: doc/classes/AudioStream.xml:10 doc/classes/AudioStreamPlayer.xml:11 +#: doc/classes/AudioStreamPlayer2D.xml:12 +#: doc/classes/AudioStreamPlayer3D.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_streams.html" +msgstr "" + +#: doc/classes/AudioStream.xml:11 doc/classes/AudioStreamGenerator.xml:12 +#: doc/classes/AudioStreamGeneratorPlayback.xml:10 +#: doc/classes/AudioStreamPlayback.xml:10 doc/classes/AudioStreamPlayer.xml:14 +msgid "https://godotengine.org/asset-library/asset/526" +msgstr "" + +#: doc/classes/AudioStream.xml:19 +msgid "Returns the length of the audio stream in seconds." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:4 +msgid "Audio stream that generates sounds procedurally." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:7 +msgid "" +"This audio stream does not play back sounds, but expects a script to " +"generate audio data for it instead. See also " +"[AudioStreamGeneratorPlayback].\n" +"See also [AudioEffectSpectrumAnalyzer] for performing real-time audio " +"spectrum analysis.\n" +"[b]Note:[/b] Due to performance constraints, this class is best used from C# " +"or from a compiled language via GDNative. If you still want to use this " +"class from GDScript, consider using a lower [member mix_rate] such as 11,025 " +"Hz or 22,050 Hz." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:19 +msgid "" +"The length of the buffer to generate (in seconds). Lower values result in " +"less latency, but require the script to generate audio data faster, " +"resulting in increased CPU usage and more risk for audio cracking if the CPU " +"can't keep up." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:22 +msgid "" +"The sample rate to use (in Hz). Higher values are more demanding for the CPU " +"to generate, but result in better quality.\n" +"In games, common sample rates in use are [code]11025[/code], [code]16000[/" +"code], [code]22050[/code], [code]32000[/code], [code]44100[/code], and " +"[code]48000[/code].\n" +"According to the [url=https://en.wikipedia.org/wiki/Nyquist" +"%E2%80%93Shannon_sampling_theorem]Nyquist-Shannon sampling theorem[/url], " +"there is no quality difference to human hearing when going past 40,000 Hz " +"(since most humans can only hear up to ~20,000 Hz, often less). If you are " +"generating lower-pitched sounds such as voices, lower sample rates such as " +"[code]32000[/code] or [code]22050[/code] may be usable with no loss in " +"quality." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:4 +msgid "Plays back audio generated using [AudioStreamGenerator]." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:7 +msgid "" +"This class is meant to be used with [AudioStreamGenerator] to play back the " +"generated audio in real-time." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:18 +msgid "" +"Returns [code]true[/code] if a buffer of the size [code]amount[/code] can be " +"pushed to the audio sample data buffer without overflowing it, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:24 +msgid "Clears the audio sample data buffer." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:30 +msgid "" +"Returns the number of audio data frames left to play. If this returned " +"number reaches [code]0[/code], the audio will stop playing until frames are " +"added again. Therefore, make sure your script can always generate and push " +"new audio frames fast enough to avoid audio cracking." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:42 +msgid "" +"Pushes several audio data frames to the buffer. This is usually more " +"efficient than [method push_frame] in C# and compiled languages via " +"GDNative, but [method push_buffer] may be [i]less[/i] efficient in GDScript." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:49 +msgid "" +"Pushes a single audio data frame to the buffer. This is usually less " +"efficient than [method push_buffer] in C# and compiled languages via " +"GDNative, but [method push_frame] may be [i]more[/i] efficient in GDScript." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:4 +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:7 +msgid "MP3 audio stream driver." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:15 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:15 +msgid "Contains the audio data in bytes." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:18 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:18 +msgid "" +"If [code]true[/code], the stream will automatically loop when it reaches the " +"end." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:21 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:21 +msgid "Time in seconds at which the stream starts after being looped." +msgstr "" + +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:4 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:7 +msgid "OGG Vorbis audio stream driver." +msgstr "" + +#: doc/classes/AudioStreamPlayback.xml:4 +msgid "Meta class for playing back audio." +msgstr "" + +#: doc/classes/AudioStreamPlayback.xml:7 +msgid "" +"Can play, loop, pause a scroll through audio. See [AudioStream] and " +"[AudioStreamOGGVorbis] for usage." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:4 +msgid "Plays back audio non-positionally." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:7 +msgid "" +"Plays an audio stream non-positionally.\n" +"To play audio positionally, use [AudioStreamPlayer2D] or " +"[AudioStreamPlayer3D] instead of [AudioStreamPlayer]." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:22 +msgid "Returns the position in the [AudioStream] in seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:28 +msgid "" +"Returns the [AudioStreamPlayback] object associated with this " +"[AudioStreamPlayer]." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:35 +msgid "Plays the audio from the given [code]from_position[/code], in seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:42 doc/classes/AudioStreamPlayer2D.xml:38 +#: doc/classes/AudioStreamPlayer3D.xml:39 +msgid "Sets the position from which audio will be played, in seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:48 doc/classes/AudioStreamPlayer2D.xml:44 +#: doc/classes/AudioStreamPlayer3D.xml:45 +msgid "Stops the audio." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:54 doc/classes/AudioStreamPlayer2D.xml:56 +msgid "If [code]true[/code], audio plays when added to scene tree." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:57 doc/classes/AudioStreamPlayer2D.xml:59 +msgid "Bus on which this audio is playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:60 +msgid "" +"If the audio configuration has more than two speakers, this sets the target " +"channels. See [enum MixTarget] constants." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:63 doc/classes/AudioStreamPlayer2D.xml:65 +#: doc/classes/AudioStreamPlayer3D.xml:91 +msgid "" +"The pitch and the tempo of the audio, as a multiplier of the audio sample's " +"sample rate." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:66 doc/classes/AudioStreamPlayer2D.xml:68 +#: doc/classes/AudioStreamPlayer3D.xml:94 +msgid "If [code]true[/code], audio is playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:69 doc/classes/AudioStreamPlayer2D.xml:71 +msgid "The [AudioStream] object to be played." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:72 doc/classes/AudioStreamPlayer2D.xml:74 +msgid "" +"If [code]true[/code], the playback is paused. You can resume it by setting " +"[code]stream_paused[/code] to [code]false[/code]." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:75 +msgid "Volume of sound, in dB." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:81 doc/classes/AudioStreamPlayer2D.xml:83 +#: doc/classes/AudioStreamPlayer3D.xml:112 +msgid "Emitted when the audio stops playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:87 +msgid "The audio will be played only on the first channel." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:90 +msgid "The audio will be played on all surround channels." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:93 +msgid "" +"The audio will be played on the second channel, which is usually the center." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:4 +msgid "Plays positional sound in 2D space." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:7 +msgid "" +"Plays audio that dampens with distance from screen center.\n" +"See also [AudioStreamPlayer] to play a sound non-positionally.\n" +"[b]Note:[/b] Hiding an [AudioStreamPlayer2D] node does not disable its audio " +"output. To temporarily disable an [AudioStreamPlayer2D]'s audio output, set " +"[member volume_db] to a very low value like [code]-100[/code] (which isn't " +"audible to human hearing)." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:18 +#: doc/classes/AudioStreamPlayer3D.xml:19 +msgid "Returns the position in the [AudioStream]." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:24 +msgid "" +"Returns the [AudioStreamPlayback] object associated with this " +"[AudioStreamPlayer2D]." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:31 +#: doc/classes/AudioStreamPlayer3D.xml:32 +msgid "" +"Plays the audio from the given position [code]from_position[/code], in " +"seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:50 +#: doc/classes/AudioStreamPlayer3D.xml:51 +msgid "Areas in which this sound plays." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:53 +msgid "Dampens audio over distance with this as an exponent." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:62 +msgid "Maximum distance from which audio is still hearable." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:77 +msgid "Base volume without dampening." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:4 +msgid "Plays positional sound in 3D space." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:7 +msgid "" +"Plays a sound effect with directed sound effects, dampens with distance if " +"needed, generates effect of hearable position in space. For greater realism, " +"a low-pass filter is automatically applied to distant sounds. This can be " +"disabled by setting [member attenuation_filter_cutoff_hz] to [code]20500[/" +"code].\n" +"By default, audio is heard from the camera position. This can be changed by " +"adding a [Listener] node to the scene and enabling it by calling [method " +"Listener.make_current] on it.\n" +"See also [AudioStreamPlayer] to play a sound non-positionally.\n" +"[b]Note:[/b] Hiding an [AudioStreamPlayer3D] node does not disable its audio " +"output. To temporarily disable an [AudioStreamPlayer3D]'s audio output, set " +"[member unit_db] to a very low value like [code]-100[/code] (which isn't " +"audible to human hearing)." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:25 +msgid "" +"Returns the [AudioStreamPlayback] object associated with this " +"[AudioStreamPlayer3D]." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:54 +msgid "" +"Dampens audio using a low-pass filter above this frequency, in Hz. To " +"disable the dampening effect entirely, set this to [code]20500[/code] as " +"this frequency is above the human hearing limit." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:57 +msgid "Amount how much the filter affects the loudness, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:60 +msgid "" +"Decides if audio should get quieter with distance linearly, quadratically, " +"logarithmically, or not be affected by distance, effectively disabling " +"attenuation." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:63 +msgid "" +"If [code]true[/code], audio plays when the AudioStreamPlayer3D node is added " +"to scene tree." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:66 +msgid "The bus on which this audio is playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:69 +msgid "" +"Decides in which step the [url=https://en.wikipedia.org/wiki/" +"Doppler_effect]Doppler effect[/url] should be calculated.\n" +"[b]Note:[/b] Only effective if the current [Camera]'s [member Camera." +"doppler_tracking] property is set to a value other than [constant Camera." +"DOPPLER_TRACKING_DISABLED]." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:73 +msgid "The angle in which the audio reaches cameras undampened." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:76 +msgid "" +"If [code]true[/code], the audio should be dampened according to the " +"direction of the sound." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:79 +msgid "" +"Dampens audio if camera is outside of [member emission_angle_degrees] and " +"[member emission_angle_enabled] is set by this factor, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:82 +msgid "Sets the absolute maximum of the soundlevel, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:85 +msgid "" +"Sets the distance from which the [member out_of_range_mode] takes effect. " +"Has no effect if set to 0." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:88 +msgid "" +"Decides if audio should pause when source is outside of [member " +"max_distance] range." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:97 +msgid "The [AudioStream] resource to be played." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:100 +msgid "" +"If [code]true[/code], the playback is paused. You can resume it by setting " +"[member stream_paused] to [code]false[/code]." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:103 +msgid "The base sound level unaffected by dampening, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:106 +msgid "" +"The factor for the attenuation effect. Higher values make the sound audible " +"over a larger distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:118 +msgid "Linear dampening of loudness according to distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:121 +msgid "Squared dampening of loudness according to distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:124 +msgid "Logarithmic dampening of loudness according to distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:127 +msgid "" +"No dampening of loudness according to distance. The sound will still be " +"heard positionally, unlike an [AudioStreamPlayer]. [constant " +"ATTENUATION_DISABLED] can be combined with a [member max_distance] value " +"greater than [code]0.0[/code] to achieve linear attenuation clamped to a " +"sphere of a defined size." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:130 +msgid "" +"Mix this audio in, even when it's out of range. This increases CPU usage, " +"but keeps the sound playing at the correct position if the camera leaves and " +"enters the [AudioStreamPlayer3D]'s [member max_distance] radius." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:133 +msgid "" +"Pause this audio when it gets out of range. This decreases CPU usage, but " +"will cause the sound to restart if the camera leaves and enters the " +"[AudioStreamPlayer3D]'s [member max_distance] radius." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:136 +msgid "Disables doppler tracking." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:139 +msgid "Executes doppler tracking in idle step (every rendered frame)." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:142 +msgid "" +"Executes doppler tracking in physics step (every simulated physics frame)." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:4 +msgid "Plays audio with random pitch shifting." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:7 +msgid "Randomly varies pitch on each start." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:15 +msgid "The current [AudioStream]." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:18 +msgid "The intensity of random pitch variation." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:4 +msgid "Stores audio data loaded from WAV files." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:7 +msgid "" +"AudioStreamSample stores sound samples loaded from WAV files. To play the " +"stored sound, use an [AudioStreamPlayer] (for non-positional audio) or " +"[AudioStreamPlayer2D]/[AudioStreamPlayer3D] (for positional audio). The " +"sound can be looped.\n" +"This class can also be used to store dynamically-generated PCM audio data. " +"See also [AudioStreamGenerator] for procedural audio generation." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:17 +msgid "" +"Saves the AudioStreamSample as a WAV file to [code]path[/code]. Samples with " +"IMA ADPCM format can't be saved.\n" +"[b]Note:[/b] A [code].wav[/code] extension is automatically appended to " +"[code]path[/code] if it is missing." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:24 +msgid "" +"Contains the audio data in bytes.\n" +"[b]Note:[/b] This property expects signed PCM8 data. To convert unsigned " +"PCM8 to signed PCM8, subtract 128 from each byte." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:28 +msgid "Audio format. See [enum Format] constants for values." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:31 +msgid "" +"The loop start point (in number of samples, relative to the beginning of the " +"sample). This information will be imported automatically from the WAV file " +"if present." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:34 +msgid "" +"The loop end point (in number of samples, relative to the beginning of the " +"sample). This information will be imported automatically from the WAV file " +"if present." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:37 +msgid "" +"The loop mode. This information will be imported automatically from the WAV " +"file if present. See [enum LoopMode] constants for values." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:40 +msgid "" +"The sample rate for mixing this audio. Higher values require more storage " +"space, but result in better quality.\n" +"In games, common sample rates in use are [code]11025[/code], [code]16000[/" +"code], [code]22050[/code], [code]32000[/code], [code]44100[/code], and " +"[code]48000[/code].\n" +"According to the [url=https://en.wikipedia.org/wiki/Nyquist" +"%E2%80%93Shannon_sampling_theorem]Nyquist-Shannon sampling theorem[/url], " +"there is no quality difference to human hearing when going past 40,000 Hz " +"(since most humans can only hear up to ~20,000 Hz, often less). If you are " +"using lower-pitched sounds such as voices, lower sample rates such as " +"[code]32000[/code] or [code]22050[/code] may be usable with no loss in " +"quality." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:45 +msgid "If [code]true[/code], audio is stereo." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:50 +msgid "8-bit audio codec." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:53 +msgid "16-bit audio codec." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:56 +msgid "Audio is compressed using IMA ADPCM." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:59 +msgid "Audio does not loop." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:62 +msgid "" +"Audio loops the data between [member loop_begin] and [member loop_end], " +"playing forward only." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:65 +msgid "" +"Audio loops the data between [member loop_begin] and [member loop_end], " +"playing back and forth." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:68 +msgid "" +"Audio loops the data between [member loop_begin] and [member loop_end], " +"playing backward only." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:4 +msgid "" +"Copies a region of the screen (or the whole screen) to a buffer so it can be " +"accessed in your shader scripts through the " +"[code]texture(SCREEN_TEXTURE, ...)[/code] function." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:7 +msgid "" +"Node for back-buffering the currently-displayed screen. The region defined " +"in the BackBufferCopy node is buffered with the content of the screen it " +"covers, or the entire screen according to the copy mode set. Use the " +"[code]texture(SCREEN_TEXTURE, ...)[/code] function in your shader scripts to " +"access the buffer.\n" +"[b]Note:[/b] Since this node inherits from [Node2D] (and not [Control]), " +"anchors and margins won't apply to child [Control]-derived nodes. This can " +"be problematic when resizing the window. To avoid this, add [Control]-" +"derived nodes as [i]siblings[/i] to the BackBufferCopy node instead of " +"adding them as children." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:16 +msgid "Buffer mode. See [enum CopyMode] constants." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:19 +msgid "" +"The area covered by the BackBufferCopy. Only used if [member copy_mode] is " +"[constant COPY_MODE_RECT]." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:24 +msgid "" +"Disables the buffering mode. This means the BackBufferCopy node will " +"directly use the portion of screen it covers." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:27 +msgid "BackBufferCopy buffers a rectangular region." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:30 +msgid "BackBufferCopy buffers the entire screen." +msgstr "" + +#: doc/classes/BakedLightmap.xml:4 +msgid "Prerendered indirect light map for a scene." +msgstr "" + +#: doc/classes/BakedLightmap.xml:7 +msgid "" +"Baked lightmaps are an alternative workflow for adding indirect (or baked) " +"lighting to a scene. Unlike the [GIProbe] approach, baked lightmaps work " +"fine on low-end PCs and mobile devices as they consume almost no resources " +"in run-time.\n" +"[b]Note:[/b] Due to how lightmaps work, most properties only have a visible " +"effect once lightmaps are baked again." +msgstr "" + +#: doc/classes/BakedLightmap.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/baked_lightmaps.html" +msgstr "" + +#: doc/classes/BakedLightmap.xml:19 +msgid "" +"Bakes the lightmap, scanning from the given [code]from_node[/code] root and " +"saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " +"[member light_data]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:25 +msgid "" +"When enabled, the lightmapper will merge the textures for all meshes into a " +"single large layered texture. Not supported in GLES2." +msgstr "" + +#: doc/classes/BakedLightmap.xml:28 +msgid "" +"Maximum size of each lightmap layer, only used when [member atlas_generate] " +"is enabled." +msgstr "" + +#: doc/classes/BakedLightmap.xml:31 +msgid "" +"Raycasting bias used during baking to avoid floating point precision issues." +msgstr "" + +#: doc/classes/BakedLightmap.xml:34 +msgid "" +"The energy multiplier for each bounce. Higher values will make indirect " +"lighting brighter. A value of [code]1.0[/code] represents physically " +"accurate behavior, but higher values can be used to make indirect lighting " +"propagate more visibly when using a low number of bounces. This can be used " +"to speed up bake times by lowering the number of [member bounces] then " +"increasing [member bounce_indirect_energy]. Unlike [member BakedLightmapData." +"energy], this property does not affect direct lighting emitted by light " +"nodes, emissive materials and the environment.\n" +"[b]Note:[/b] [member bounce_indirect_energy] only has an effect if [member " +"bounces] is set to a value greater than or equal to [code]1[/code]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:38 +msgid "" +"Number of light bounces that are taken into account during baking. See also " +"[member bounce_indirect_energy]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:41 +msgid "Grid size used for real-time capture information on dynamic objects." +msgstr "" + +#: doc/classes/BakedLightmap.xml:44 +msgid "" +"When enabled, an octree containing the scene's lighting information will be " +"computed. This octree will then be used to light dynamic objects in the " +"scene." +msgstr "" + +#: doc/classes/BakedLightmap.xml:47 +msgid "" +"Bias value to reduce the amount of light proagation in the captured octree." +msgstr "" + +#: doc/classes/BakedLightmap.xml:50 +msgid "Bake quality of the capture data." +msgstr "" + +#: doc/classes/BakedLightmap.xml:53 +msgid "" +"If a baked mesh doesn't have a UV2 size hint, this value will be used to " +"roughly compute a suitable lightmap size." +msgstr "" + +#: doc/classes/BakedLightmap.xml:56 +msgid "" +"The environment color when [member environment_mode] is set to [constant " +"ENVIRONMENT_MODE_CUSTOM_COLOR]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:59 +msgid "" +"The energy scaling factor when when [member environment_mode] is set to " +"[constant ENVIRONMENT_MODE_CUSTOM_COLOR] or [constant " +"ENVIRONMENT_MODE_CUSTOM_SKY]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:62 +msgid "" +"The [Sky] resource to use when [member environment_mode] is set o [constant " +"ENVIRONMENT_MODE_CUSTOM_SKY]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:65 +msgid "The rotation of the baked custom sky." +msgstr "" + +#: doc/classes/BakedLightmap.xml:68 +msgid "" +"Minimum ambient light for all the lightmap texels. This doesn't take into " +"account any occlusion from the scene's geometry, it simply ensures a minimum " +"amount of light on all the lightmap texels. Can be used for artistic control " +"on shadow color." +msgstr "" + +#: doc/classes/BakedLightmap.xml:71 +msgid "Decides which environment to use during baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:74 +msgid "" +"Size of the baked lightmap. Only meshes inside this region will be included " +"in the baked lightmap, also used as the bounds of the captured region for " +"dynamic lighting." +msgstr "" + +#: doc/classes/BakedLightmap.xml:77 +msgid "" +"Deprecated, in previous versions it determined the location where lightmaps " +"were be saved." +msgstr "" + +#: doc/classes/BakedLightmap.xml:80 +msgid "The calculated light data." +msgstr "" + +#: doc/classes/BakedLightmap.xml:83 +msgid "" +"Determines the amount of samples per texel used in indrect light baking. The " +"amount of samples for each quality level can be configured in the project " +"settings." +msgstr "" + +#: doc/classes/BakedLightmap.xml:86 +msgid "" +"Store full color values in the lightmap textures. When disabled, lightmap " +"textures will store a single brightness channel. Can be disabled to reduce " +"disk usage if the scene contains only white lights or you don't mind losing " +"color information in indirect lighting." +msgstr "" + +#: doc/classes/BakedLightmap.xml:89 +msgid "" +"When enabled, a lightmap denoiser will be used to reduce the noise inherent " +"to Monte Carlo based global illumination." +msgstr "" + +#: doc/classes/BakedLightmap.xml:92 +msgid "" +"If [code]true[/code], stores the lightmap textures in a high dynamic range " +"format (EXR). If [code]false[/code], stores the lightmap texture in a low " +"dynamic range PNG image. This can be set to [code]false[/code] to reduce " +"disk usage, but light values over 1.0 will be clamped and you may see " +"banding caused by the reduced precision.\n" +"[b]Note:[/b] Setting [member use_hdr] to [code]true[/code] will decrease " +"lightmap banding even when using the GLES2 backend or if [member " +"ProjectSettings.rendering/quality/depth/hdr] is [code]false[/code]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:98 +msgid "The lowest bake quality mode. Fastest to calculate." +msgstr "" + +#: doc/classes/BakedLightmap.xml:101 +msgid "The default bake quality mode." +msgstr "" + +#: doc/classes/BakedLightmap.xml:104 +msgid "A higher bake quality mode. Takes longer to calculate." +msgstr "" + +#: doc/classes/BakedLightmap.xml:107 +msgid "The highest bake quality mode. Takes the longest to calculate." +msgstr "" + +#: doc/classes/BakedLightmap.xml:110 +msgid "Baking was successful." +msgstr "" + +#: doc/classes/BakedLightmap.xml:113 +msgid "" +"Returns if no viable save path is found. This can happen where an [member " +"image_path] is not specified or when the save location is invalid." +msgstr "" + +#: doc/classes/BakedLightmap.xml:116 doc/classes/SpatialMaterial.xml:622 +msgid "Currently unused." +msgstr "" + +#: doc/classes/BakedLightmap.xml:119 +msgid "Returns when the baker cannot save per-mesh textures to file." +msgstr "" + +#: doc/classes/BakedLightmap.xml:122 +msgid "The size of the generated lightmaps is too large." +msgstr "" + +#: doc/classes/BakedLightmap.xml:125 +msgid "Some mesh contains UV2 values outside the [code][0,1][/code] range." +msgstr "" + +#: doc/classes/BakedLightmap.xml:128 +msgid "Returns if user cancels baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 +msgid "No environment is used during baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:140 +msgid "The baked environment is automatically picked from the current scene." +msgstr "" + +#: doc/classes/BakedLightmap.xml:143 +msgid "A custom sky is used as environment during baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:146 +msgid "A custom solid color is used as environment during baking." +msgstr "" + +#: doc/classes/BakedLightmapData.xml:56 +msgid "" +"Global energy multiplier for baked and dynamic capture objects. This can be " +"changed at run-time without having to bake lightmaps again.\n" +"To adjust only the energy of indirect lighting (without affecting direct " +"lighting or emissive materials), adjust [member BakedLightmap." +"bounce_indirect_energy] and bake lightmaps again." +msgstr "" + +#: doc/classes/BakedLightmapData.xml:60 +msgid "" +"Controls whether dynamic capture objects receive environment lighting or not." +msgstr "" + +#: doc/classes/BaseButton.xml:4 +msgid "Base class for different kinds of buttons." +msgstr "" + +#: doc/classes/BaseButton.xml:7 +msgid "" +"BaseButton is the abstract base class for buttons, so it shouldn't be used " +"directly (it doesn't display anything). Other types of buttons inherit from " +"it." +msgstr "" + +#: doc/classes/BaseButton.xml:15 +msgid "" +"Called when the button is pressed. If you need to know the button's pressed " +"state (and [member toggle_mode] is active), use [method _toggled] instead." +msgstr "" + +#: doc/classes/BaseButton.xml:22 +msgid "" +"Called when the button is toggled (only if [member toggle_mode] is active)." +msgstr "" + +#: doc/classes/BaseButton.xml:28 +msgid "" +"Returns the visual state used to draw the button. This is useful mainly when " +"implementing your own draw code by either overriding _draw() or connecting " +"to \"draw\" signal. The visual state of the button is defined by the [enum " +"DrawMode] enum." +msgstr "" + +#: doc/classes/BaseButton.xml:34 +msgid "" +"Returns [code]true[/code] if the mouse has entered the button and has not " +"left it yet." +msgstr "" + +#: doc/classes/BaseButton.xml:41 +msgid "" +"Changes the [member pressed] state of the button, without emitting [signal " +"toggled]. Use when you just want to change the state of the button without " +"sending the pressed event (e.g. when initializing scene). Only works if " +"[member toggle_mode] is [code]true[/code].\n" +"[b]Note:[/b] This method doesn't unpress other buttons in its button [member " +"group]." +msgstr "" + +#: doc/classes/BaseButton.xml:48 +msgid "" +"Determines when the button is considered clicked, one of the [enum " +"ActionMode] constants." +msgstr "" + +#: doc/classes/BaseButton.xml:51 +msgid "" +"Binary mask to choose which mouse buttons this button will respond to.\n" +"To allow both left-click and right-click, use [code]BUTTON_MASK_LEFT | " +"BUTTON_MASK_RIGHT[/code]." +msgstr "" + +#: doc/classes/BaseButton.xml:55 +msgid "" +"If [code]true[/code], the button is in disabled state and can't be clicked " +"or toggled." +msgstr "" + +#: doc/classes/BaseButton.xml:58 +msgid "" +"[i]Deprecated.[/i] This property has been deprecated due to redundancy and " +"will be removed in Godot 4.0. This property no longer has any effect when " +"set. Please use [member Control.focus_mode] instead." +msgstr "" + +#: doc/classes/BaseButton.xml:62 +msgid "[ButtonGroup] associated to the button." +msgstr "" + +#: doc/classes/BaseButton.xml:65 +msgid "" +"If [code]true[/code], the button stays pressed when moving the cursor " +"outside the button while pressing it.\n" +"[b]Note:[/b] This property only affects the button's visual appearance. " +"Signals will be emitted at the same moment regardless of this property's " +"value." +msgstr "" + +#: doc/classes/BaseButton.xml:69 +msgid "" +"If [code]true[/code], the button's state is pressed. Means the button is " +"pressed down or toggled (if [member toggle_mode] is active). Only works if " +"[member toggle_mode] is [code]true[/code].\n" +"[b]Note:[/b] Setting [member pressed] will result in [signal toggled] to be " +"emitted. If you want to change the pressed state without emitting that " +"signal, use [method set_pressed_no_signal]." +msgstr "" + +#: doc/classes/BaseButton.xml:73 +msgid "[ShortCut] associated to the button." +msgstr "" + +#: doc/classes/BaseButton.xml:76 +msgid "" +"If [code]true[/code], the button will add information about its shortcut in " +"the tooltip." +msgstr "" + +#: doc/classes/BaseButton.xml:79 +msgid "" +"If [code]true[/code], the button is in toggle mode. Makes the button flip " +"state between pressed and unpressed each time its area is clicked." +msgstr "" + +#: doc/classes/BaseButton.xml:85 +msgid "Emitted when the button starts being held down." +msgstr "" + +#: doc/classes/BaseButton.xml:90 +msgid "Emitted when the button stops being held down." +msgstr "" + +#: doc/classes/BaseButton.xml:95 +msgid "" +"Emitted when the button is toggled or pressed. This is on [signal " +"button_down] if [member action_mode] is [constant ACTION_MODE_BUTTON_PRESS] " +"and on [signal button_up] otherwise.\n" +"If you need to know the button's pressed state (and [member toggle_mode] is " +"active), use [signal toggled] instead." +msgstr "" + +#: doc/classes/BaseButton.xml:102 +msgid "" +"Emitted when the button was just toggled between pressed and normal states " +"(only if [member toggle_mode] is active). The new state is contained in the " +"[code]button_pressed[/code] argument." +msgstr "" + +#: doc/classes/BaseButton.xml:108 +msgid "" +"The normal state (i.e. not pressed, not hovered, not toggled and enabled) of " +"buttons." +msgstr "" + +#: doc/classes/BaseButton.xml:111 +msgid "The state of buttons are pressed." +msgstr "" + +#: doc/classes/BaseButton.xml:114 +msgid "The state of buttons are hovered." +msgstr "" + +#: doc/classes/BaseButton.xml:117 +msgid "The state of buttons are disabled." +msgstr "" + +#: doc/classes/BaseButton.xml:120 +msgid "The state of buttons are both hovered and pressed." +msgstr "" + +#: doc/classes/BaseButton.xml:123 +msgid "Require just a press to consider the button clicked." +msgstr "" + +#: doc/classes/BaseButton.xml:126 +msgid "" +"Require a press and a subsequent release before considering the button " +"clicked." +msgstr "" + +#: doc/classes/Basis.xml:4 +msgid "3×3 matrix datatype." +msgstr "" + +#: doc/classes/Basis.xml:7 +msgid "" +"3×3 matrix used for 3D rotation and scale. Almost always used as an " +"orthogonal basis for a Transform.\n" +"Contains 3 vector fields X, Y and Z as its columns, which are typically " +"interpreted as the local basis vectors of a transformation. For such use, it " +"is composed of a scaling and a rotation matrix, in that order (M = R.S).\n" +"Can also be accessed as array of 3D vectors. These vectors are normally " +"orthogonal to each other, but are not necessarily normalized (due to " +"scaling).\n" +"For more information, read the \"Matrices and transforms\" documentation " +"article." +msgstr "" + +#: doc/classes/Basis.xml:14 doc/classes/Transform.xml:12 +#: doc/classes/Transform2D.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/math/matrices_and_transforms." +"html" +msgstr "" + +#: doc/classes/Basis.xml:15 doc/classes/Transform.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms.html" +msgstr "" + +#: doc/classes/Basis.xml:16 doc/classes/Line2D.xml:11 +#: doc/classes/Transform.xml:14 doc/classes/Transform2D.xml:13 +#: doc/classes/Vector2.xml:15 doc/classes/Vector3.xml:15 +msgid "https://godotengine.org/asset-library/asset/584" +msgstr "" + +#: doc/classes/Basis.xml:18 doc/classes/CylinderShape.xml:12 +#: doc/classes/Dictionary.xml:88 doc/classes/DynamicFont.xml:18 +#: doc/classes/DynamicFontData.xml:10 doc/classes/File.xml:29 +#: doc/classes/Input.xml:12 doc/classes/InputEvent.xml:13 +#: doc/classes/InputEventAction.xml:12 doc/classes/InputEventMouseMotion.xml:12 +#: doc/classes/KinematicBody.xml:15 doc/classes/RayCast.xml:15 +#: doc/classes/StaticBody.xml:13 doc/classes/SurfaceTool.xml:22 +#: doc/classes/TextureButton.xml:12 doc/classes/TextureRect.xml:11 +#: doc/classes/Thread.xml:13 doc/classes/VBoxContainer.xml:10 +msgid "https://godotengine.org/asset-library/asset/676" +msgstr "" + +#: doc/classes/Basis.xml:19 doc/classes/Line2D.xml:12 +#: doc/classes/Transform.xml:16 doc/classes/Transform2D.xml:14 +msgid "https://godotengine.org/asset-library/asset/583" +msgstr "" + +#: doc/classes/Basis.xml:26 +msgid "Constructs a pure rotation basis matrix from the given quaternion." +msgstr "" + +#: doc/classes/Basis.xml:33 +msgid "" +"Constructs a pure rotation basis matrix from the given Euler angles (in the " +"YXZ convention: when *composing*, first Y, then X, and Z last), given in the " +"vector format as (X angle, Y angle, Z angle).\n" +"Consider using the [Quat] constructor instead, which uses a quaternion " +"instead of Euler angles." +msgstr "" + +#: doc/classes/Basis.xml:42 +msgid "" +"Constructs a pure rotation basis matrix, rotated around the given " +"[code]axis[/code] by [code]phi[/code], in radians. The axis must be a " +"normalized vector." +msgstr "" + +#: doc/classes/Basis.xml:51 +msgid "Constructs a basis matrix from 3 axis vectors (matrix columns)." +msgstr "" + +#: doc/classes/Basis.xml:57 +msgid "" +"Returns the determinant of the basis matrix. If the basis is uniformly " +"scaled, its determinant is the square of the scale.\n" +"A negative determinant means the basis has a negative scale. A zero " +"determinant means the basis isn't invertible, and is usually considered " +"invalid." +msgstr "" + +#: doc/classes/Basis.xml:64 +msgid "" +"Returns the basis's rotation in the form of Euler angles (in the YXZ " +"convention: when decomposing, first Z, then X, and Y last). The returned " +"vector contains the rotation angles in the format (X angle, Y angle, Z " +"angle).\n" +"Consider using the [method get_rotation_quat] method instead, which returns " +"a [Quat] quaternion instead of Euler angles." +msgstr "" + +#: doc/classes/Basis.xml:71 +msgid "" +"This function considers a discretization of rotations into 24 points on unit " +"sphere, lying along the vectors (x,y,z) with each component being either -1, " +"0, or 1, and returns the index of the point best representing the " +"orientation of the object. It is mainly used by the [GridMap] editor. For " +"further details, refer to the Godot source code." +msgstr "" + +#: doc/classes/Basis.xml:77 +msgid "" +"Returns the basis's rotation in the form of a quaternion. See [method " +"get_euler] if you need Euler angles, but keep in mind quaternions should " +"generally be preferred to Euler angles." +msgstr "" + +#: doc/classes/Basis.xml:83 +msgid "" +"Assuming that the matrix is the combination of a rotation and scaling, " +"return the absolute value of scaling factors along each axis." +msgstr "" + +#: doc/classes/Basis.xml:89 +msgid "Returns the inverse of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:97 +msgid "" +"Returns [code]true[/code] if this basis and [code]b[/code] are approximately " +"equal, by calling [code]is_equal_approx[/code] on each component.\n" +"[b]Note:[/b] For complicated reasons, the epsilon argument is always " +"discarded. Don't use the epsilon argument, it does nothing." +msgstr "" + +#: doc/classes/Basis.xml:104 +msgid "" +"Returns the orthonormalized version of the matrix (useful to call from time " +"to time to avoid rounding error for orthogonal matrices). This performs a " +"Gram-Schmidt orthonormalization on the basis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:112 +msgid "" +"Introduce an additional rotation around the given axis by phi (radians). The " +"axis must be a normalized vector." +msgstr "" + +#: doc/classes/Basis.xml:119 +msgid "" +"Introduce an additional scaling specified by the given 3D scaling factor." +msgstr "" + +#: doc/classes/Basis.xml:127 +msgid "" +"Assuming that the matrix is a proper rotation matrix, slerp performs a " +"spherical-linear interpolation with another rotation matrix." +msgstr "" + +#: doc/classes/Basis.xml:134 +msgid "Transposed dot product with the X axis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:141 +msgid "Transposed dot product with the Y axis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:148 +msgid "Transposed dot product with the Z axis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:154 +msgid "Returns the transposed version of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:161 +msgid "Returns a vector transformed (multiplied) by the matrix." +msgstr "" + +#: doc/classes/Basis.xml:168 +msgid "" +"Returns a vector transformed (multiplied) by the transposed basis matrix.\n" +"[b]Note:[/b] This results in a multiplication by the inverse of the matrix " +"only if it represents a rotation-reflection." +msgstr "" + +#: doc/classes/Basis.xml:175 doc/classes/Transform2D.xml:150 +msgid "" +"The basis matrix's X vector (column 0). Equivalent to array index [code]0[/" +"code]." +msgstr "" + +#: doc/classes/Basis.xml:178 doc/classes/Transform2D.xml:153 +msgid "" +"The basis matrix's Y vector (column 1). Equivalent to array index [code]1[/" +"code]." +msgstr "" + +#: doc/classes/Basis.xml:181 +msgid "" +"The basis matrix's Z vector (column 2). Equivalent to array index [code]2[/" +"code]." +msgstr "" + +#: doc/classes/Basis.xml:186 +msgid "" +"The identity basis, with no rotation or scaling applied.\n" +"This is identical to calling [code]Basis()[/code] without any parameters. " +"This constant can be used to make your code clearer, and for consistency " +"with C#." +msgstr "" + +#: doc/classes/Basis.xml:190 +msgid "" +"The basis that will flip something along the X axis when used in a " +"transformation." +msgstr "" + +#: doc/classes/Basis.xml:193 +msgid "" +"The basis that will flip something along the Y axis when used in a " +"transformation." +msgstr "" + +#: doc/classes/Basis.xml:196 +msgid "" +"The basis that will flip something along the Z axis when used in a " +"transformation." +msgstr "" + +#: doc/classes/BitMap.xml:4 +msgid "Boolean matrix." +msgstr "" + +#: doc/classes/BitMap.xml:7 +msgid "" +"A two-dimensional array of boolean values, can be used to efficiently store " +"a binary matrix (every matrix element takes only one bit) and query the " +"values using natural cartesian coordinates." +msgstr "" + +#: doc/classes/BitMap.xml:16 +msgid "" +"Creates a bitmap with the specified size, filled with [code]false[/code]." +msgstr "" + +#: doc/classes/BitMap.xml:24 +msgid "" +"Creates a bitmap that matches the given image dimensions, every element of " +"the bitmap is set to [code]false[/code] if the alpha value of the image at " +"that position is equal to [code]threshold[/code] or less, and [code]true[/" +"code] in other case." +msgstr "" + +#: doc/classes/BitMap.xml:31 +msgid "Returns bitmap's value at the specified position." +msgstr "" + +#: doc/classes/BitMap.xml:37 +msgid "Returns bitmap's dimensions." +msgstr "" + +#: doc/classes/BitMap.xml:43 +msgid "" +"Returns the amount of bitmap elements that are set to [code]true[/code]." +msgstr "" + +#: doc/classes/BitMap.xml:51 +msgid "" +"Applies morphological dilation to the bitmap. The first argument is the " +"dilation amount, Rect2 is the area where the dilation will be applied." +msgstr "" + +#: doc/classes/BitMap.xml:66 +msgid "" +"Sets the bitmap's element at the specified position, to the specified value." +msgstr "" + +#: doc/classes/BitMap.xml:74 +msgid "Sets a rectangular portion of the bitmap to the specified value." +msgstr "" + +#: doc/classes/BitmapFont.xml:4 +msgid "" +"Renders text using fonts under the [url=https://www.angelcode.com/products/" +"bmfont/]BMFont[/url] format.\n" +"Handles files with the [code].fnt[/code] extension." +msgstr "" + +#: doc/classes/BitmapFont.xml:8 +msgid "" +"Renders text using [code]*.fnt[/code] fonts containing texture atlases. " +"Supports distance fields. For using vector font files like TTF directly, see " +"[DynamicFont]." +msgstr "" + +#: doc/classes/BitmapFont.xml:21 +msgid "" +"Adds a character to the font, where [code]character[/code] is the Unicode " +"value, [code]texture[/code] is the texture index, [code]rect[/code] is the " +"region in the texture (in pixels!), [code]align[/code] is the (optional) " +"alignment for the character and [code]advance[/code] is the (optional) " +"advance." +msgstr "" + +#: doc/classes/BitmapFont.xml:30 +msgid "" +"Adds a kerning pair to the [BitmapFont] as a difference. Kerning pairs are " +"special cases where a typeface advance is determined by the next character." +msgstr "" + +#: doc/classes/BitmapFont.xml:37 +msgid "Adds a texture to the [BitmapFont]." +msgstr "" + +#: doc/classes/BitmapFont.xml:43 +msgid "Clears all the font data and settings." +msgstr "" + +#: doc/classes/BitmapFont.xml:50 +msgid "" +"Creates a BitmapFont from the [code]*.fnt[/code] file at [code]path[/code]." +msgstr "" + +#: doc/classes/BitmapFont.xml:58 +msgid "Returns a kerning pair as a difference." +msgstr "" + +#: doc/classes/BitmapFont.xml:65 +msgid "Returns the font atlas texture at index [code]idx[/code]." +msgstr "" + +#: doc/classes/BitmapFont.xml:71 +msgid "Returns the number of textures in the BitmapFont atlas." +msgstr "" + +#: doc/classes/BitmapFont.xml:77 +msgid "Ascent (number of pixels above the baseline)." +msgstr "" + +#: doc/classes/BitmapFont.xml:80 +msgid "If [code]true[/code], distance field hint is enabled." +msgstr "" + +#: doc/classes/BitmapFont.xml:83 +msgid "The fallback font." +msgstr "" + +#: doc/classes/BitmapFont.xml:86 +msgid "Total font height (ascent plus descent) in pixels." +msgstr "" + +#: doc/classes/Bone2D.xml:4 +msgid "Joint used with [Skeleton2D] to control and animate other nodes." +msgstr "" + +#: doc/classes/Bone2D.xml:7 +msgid "" +"Use a hierarchy of [code]Bone2D[/code] bound to a [Skeleton2D] to control, " +"and animate other [Node2D] nodes.\n" +"You can use [code]Bone2D[/code] and [code]Skeleton2D[/code] nodes to animate " +"2D meshes created with the Polygon 2D UV editor.\n" +"Each bone has a [member rest] transform that you can reset to with [method " +"apply_rest]. These rest poses are relative to the bone's parent.\n" +"If in the editor, you can set the rest pose of an entire skeleton using a " +"menu option, from the code, you need to iterate over the bones to set their " +"individual rest poses." +msgstr "" + +#: doc/classes/Bone2D.xml:18 +msgid "Stores the node's current transforms in [member rest]." +msgstr "" + +#: doc/classes/Bone2D.xml:24 +msgid "" +"Returns the node's index as part of the entire skeleton. See [Skeleton2D]." +msgstr "" + +#: doc/classes/Bone2D.xml:30 +msgid "" +"Returns the node's [member rest] [code]Transform2D[/code] if it doesn't have " +"a parent, or its rest pose relative to its parent." +msgstr "" + +#: doc/classes/Bone2D.xml:36 +msgid "" +"Length of the bone's representation drawn in the editor's viewport in pixels." +msgstr "" + +#: doc/classes/Bone2D.xml:39 +msgid "" +"Rest transform of the bone. You can reset the node's transforms to this " +"value using [method apply_rest]." +msgstr "" + +#: doc/classes/BoneAttachment.xml:4 +msgid "A node that will attach to a bone." +msgstr "" + +#: doc/classes/BoneAttachment.xml:7 +msgid "" +"This node must be the child of a [Skeleton] node. You can then select a bone " +"for this node to attach to. The BoneAttachment node will copy the transform " +"of the selected bone." +msgstr "" + +#: doc/classes/BoneAttachment.xml:15 +msgid "The name of the attached bone." +msgstr "" + +#: doc/classes/bool.xml:4 +msgid "Boolean built-in type." +msgstr "" + +#: doc/classes/bool.xml:7 +msgid "" +"Boolean is a built-in type. There are two boolean values: [code]true[/code] " +"and [code]false[/code]. You can think of it as a switch with on or off (1 or " +"0) setting. Booleans are used in programming for logic in condition " +"statements, like [code]if[/code] statements.\n" +"Booleans can be directly used in [code]if[/code] statements. The code below " +"demonstrates this on the [code]if can_shoot:[/code] line. You don't need to " +"use [code]== true[/code], you only need [code]if can_shoot:[/code]. " +"Similarly, use [code]if not can_shoot:[/code] rather than [code]== false[/" +"code].\n" +"[codeblock]\n" +"var can_shoot = true\n" +"\n" +"func shoot():\n" +" if can_shoot:\n" +" pass # Perform shooting actions here.\n" +"[/codeblock]\n" +"The following code will only create a bullet if both conditions are met: " +"action \"shoot\" is pressed and if [code]can_shoot[/code] is [code]true[/" +"code].\n" +"[b]Note:[/b] [code]Input.is_action_pressed(\"shoot\")[/code] is also a " +"boolean that is [code]true[/code] when \"shoot\" is pressed and [code]false[/" +"code] when \"shoot\" isn't pressed.\n" +"[codeblock]\n" +"var can_shoot = true\n" +"\n" +"func shoot():\n" +" if can_shoot and Input.is_action_pressed(\"shoot\"):\n" +" create_bullet()\n" +"[/codeblock]\n" +"The following code will set [code]can_shoot[/code] to [code]false[/code] and " +"start a timer. This will prevent player from shooting until the timer runs " +"out. Next [code]can_shoot[/code] will be set to [code]true[/code] again " +"allowing player to shoot once again.\n" +"[codeblock]\n" +"var can_shoot = true\n" +"onready var cool_down = $CoolDownTimer\n" +"\n" +"func shoot():\n" +" if can_shoot and Input.is_action_pressed(\"shoot\"):\n" +" create_bullet()\n" +" can_shoot = false\n" +" cool_down.start()\n" +"\n" +"func _on_CoolDownTimer_timeout():\n" +" can_shoot = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/bool.xml:47 +msgid "" +"Cast an [int] value to a boolean value, this method will return [code]false[/" +"code] if [code]0[/code] is passed in, and [code]true[/code] for all other " +"ints." +msgstr "" + +#: doc/classes/bool.xml:54 +msgid "" +"Cast a [float] value to a boolean value, this method will return " +"[code]false[/code] if [code]0.0[/code] is passed in, and [code]true[/code] " +"for all other floats." +msgstr "" + +#: doc/classes/bool.xml:61 +msgid "" +"Cast a [String] value to a boolean value, this method will return " +"[code]false[/code] if [code]\"\"[/code] is passed in, and [code]true[/code] " +"for all non-empty strings.\n" +"Examples: [code]bool(\"False\")[/code] returns [code]true[/code], " +"[code]bool(\"\")[/code] returns [code]false[/code]." +msgstr "" + +#: doc/classes/BoxContainer.xml:4 +msgid "Base class for box containers." +msgstr "" + +#: doc/classes/BoxContainer.xml:7 +msgid "" +"Arranges child controls vertically or horizontally, and rearranges the " +"controls automatically when their minimum size changes." +msgstr "" + +#: doc/classes/BoxContainer.xml:16 +msgid "" +"Adds a control to the box as a spacer. If [code]true[/code], [code]begin[/" +"code] will insert the spacer control in front of other children." +msgstr "" + +#: doc/classes/BoxContainer.xml:22 +msgid "" +"The alignment of the container's children (must be one of [constant " +"ALIGN_BEGIN], [constant ALIGN_CENTER] or [constant ALIGN_END])." +msgstr "" + +#: doc/classes/BoxContainer.xml:28 +msgid "Aligns children with the beginning of the container." +msgstr "" + +#: doc/classes/BoxContainer.xml:31 +msgid "Aligns children with the center of the container." +msgstr "" + +#: doc/classes/BoxContainer.xml:34 +msgid "Aligns children with the end of the container." +msgstr "" + +#: doc/classes/BoxShape.xml:4 +msgid "Box shape resource." +msgstr "" + +#: doc/classes/BoxShape.xml:7 +msgid "3D box shape that can be a child of a [PhysicsBody] or [Area]." +msgstr "" + +#: doc/classes/BoxShape.xml:10 doc/classes/CapsuleShape.xml:10 +#: doc/classes/ConcavePolygonShape.xml:11 doc/classes/ConvexPolygonShape.xml:10 +#: doc/classes/CylinderShape.xml:11 doc/classes/ProjectSettings.xml:13 +#: doc/classes/RigidBody.xml:16 doc/classes/SphereShape.xml:10 +#: doc/classes/StaticBody.xml:11 +msgid "https://godotengine.org/asset-library/asset/675" +msgstr "" + +#: doc/classes/BoxShape.xml:11 doc/classes/CollisionShape.xml:11 +#: modules/gridmap/doc_classes/GridMap.xml:16 doc/classes/KinematicBody.xml:13 +#: doc/classes/Mesh.xml:11 doc/classes/MeshInstance.xml:11 +#: doc/classes/MeshLibrary.xml:10 +msgid "https://godotengine.org/asset-library/asset/126" +msgstr "" + +#: doc/classes/BoxShape.xml:18 +msgid "" +"The box's half extents. The width, height and depth of this shape is twice " +"the half extents." +msgstr "" + +#: doc/classes/Button.xml:4 +msgid "Standard themed Button." +msgstr "" + +#: doc/classes/Button.xml:7 +msgid "" +"Button is the standard themed button. It can contain text and an icon, and " +"will display them according to the current [Theme].\n" +"[b]Example of creating a button and assigning an action when pressed by code:" +"[/b]\n" +"[codeblock]\n" +"func _ready():\n" +" var button = Button.new()\n" +" button.text = \"Click me\"\n" +" button.connect(\"pressed\", self, \"_button_pressed\")\n" +" add_child(button)\n" +"\n" +"func _button_pressed():\n" +" print(\"Hello world!\")\n" +"[/codeblock]\n" +"Buttons (like all Control nodes) can also be created in the editor, but some " +"situations may require creating them from code.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node.\n" +"[b]Note:[/b] Buttons do not interpret touch input and therefore don't " +"support multitouch, since mouse emulation can only press one button at a " +"given time. Use [TouchScreenButton] for buttons that trigger gameplay " +"movement or actions, as [TouchScreenButton] supports multitouch." +msgstr "" + +#: doc/classes/Button.xml:25 doc/classes/Dictionary.xml:89 +#: doc/classes/GridContainer.xml:12 doc/classes/OS.xml:10 +#: doc/classes/PoolStringArray.xml:11 doc/classes/ProjectSettings.xml:15 +#: doc/classes/ResourceLoader.xml:11 doc/classes/RichTextLabel.xml:17 +msgid "https://godotengine.org/asset-library/asset/677" +msgstr "" + +#: doc/classes/Button.xml:31 +msgid "" +"Text alignment policy for the button's text, use one of the [enum TextAlign] " +"constants." +msgstr "" + +#: doc/classes/Button.xml:34 +msgid "" +"When this property is enabled, text that is too large to fit the button is " +"clipped, when disabled the Button will always be wide enough to hold the " +"text." +msgstr "" + +#: doc/classes/Button.xml:37 +msgid "" +"When enabled, the button's icon will expand/shrink to fit the button's size " +"while keeping its aspect." +msgstr "" + +#: doc/classes/Button.xml:40 +msgid "Flat buttons don't display decoration." +msgstr "" + +#: doc/classes/Button.xml:43 +msgid "" +"Button's icon, if text is present the icon will be placed before the text." +msgstr "" + +#: doc/classes/Button.xml:46 doc/classes/LinkButton.xml:18 +msgid "The button's text that will be displayed inside the button's area." +msgstr "" + +#: doc/classes/Button.xml:51 +msgid "Align the text to the left." +msgstr "" + +#: doc/classes/Button.xml:54 +msgid "Align the text to the center." +msgstr "" + +#: doc/classes/Button.xml:57 +msgid "Align the text to the right." +msgstr "" + +#: doc/classes/Button.xml:62 +msgid "[StyleBox] used when the [Button] is disabled." +msgstr "" + +#: doc/classes/Button.xml:65 +msgid "" +"[StyleBox] used when the [Button] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/Button.xml:68 +msgid "[Font] of the [Button]'s text." +msgstr "" + +#: doc/classes/Button.xml:71 +msgid "Default text [Color] of the [Button]." +msgstr "" + +#: doc/classes/Button.xml:74 +msgid "Text [Color] used when the [Button] is disabled." +msgstr "" + +#: doc/classes/Button.xml:77 +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/Button.xml:80 +msgid "Text [Color] used when the [Button] is being hovered." +msgstr "" + +#: doc/classes/Button.xml:83 +msgid "Text [Color] used when the [Button] is being pressed." +msgstr "" + +#: doc/classes/Button.xml:86 +msgid "[StyleBox] used when the [Button] is being hovered." +msgstr "" + +#: doc/classes/Button.xml:89 +msgid "The horizontal space between [Button]'s icon and text." +msgstr "" + +#: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 +msgid "[StyleBox] used when the [Button] is being pressed." +msgstr "" + +#: doc/classes/ButtonGroup.xml:4 +msgid "Group of Buttons." +msgstr "" + +#: doc/classes/ButtonGroup.xml:7 +msgid "" +"Group of [Button]. All direct and indirect children buttons become radios. " +"Only one allows being pressed.\n" +"[member BaseButton.toggle_mode] should be [code]true[/code]." +msgstr "" + +#: doc/classes/ButtonGroup.xml:16 +msgid "" +"Returns an [Array] of [Button]s who have this as their [ButtonGroup] (see " +"[member BaseButton.group])." +msgstr "" + +#: doc/classes/ButtonGroup.xml:22 +msgid "Returns the current pressed button." +msgstr "" + +#: doc/classes/ButtonGroup.xml:33 +msgid "Emitted when one of the buttons of the group is pressed." +msgstr "" + +#: doc/classes/Camera.xml:4 +msgid "Camera node, displays from a point of view." +msgstr "" + +#: doc/classes/Camera.xml:7 +msgid "" +"Camera is a special node that displays what is visible from its current " +"location. Cameras register themselves in the nearest [Viewport] node (when " +"ascending the tree). Only one camera can be active per viewport. If no " +"viewport is available ascending the tree, the camera will register in the " +"global viewport. In other words, a camera just provides 3D display " +"capabilities to a [Viewport], and, without one, a scene registered in that " +"[Viewport] (or higher viewports) can't be displayed." +msgstr "" + +#: doc/classes/Camera.xml:17 +msgid "" +"If this is the current camera, remove it from being current. If " +"[code]enable_next[/code] is [code]true[/code], request to make the next " +"camera current, if any." +msgstr "" + +#: doc/classes/Camera.xml:23 +msgid "Returns the camera's RID from the [VisualServer]." +msgstr "" + +#: doc/classes/Camera.xml:29 +msgid "" +"Returns the transform of the camera plus the vertical ([member v_offset]) " +"and horizontal ([member h_offset]) offsets; and any other adjustments made " +"to the position and orientation of the camera by subclassed cameras such as " +"[ClippedCamera], [InterpolatedCamera] and [ARVRCamera]." +msgstr "" + +#: doc/classes/Camera.xml:36 +msgid "" +"Returns [code]true[/code] if the given [code]layer[/code] in the [member " +"cull_mask] is enabled, [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/Camera.xml:42 +msgid "" +"Returns the camera's frustum planes in world space units as an array of " +"[Plane]s in the following order: near, far, left, top, right, bottom. Not to " +"be confused with [member frustum_offset]." +msgstr "" + +#: doc/classes/Camera.xml:49 +msgid "" +"Returns [code]true[/code] if the given position is behind the camera.\n" +"[b]Note:[/b] A position which returns [code]false[/code] may still be " +"outside the camera's field of view." +msgstr "" + +#: doc/classes/Camera.xml:56 +msgid "" +"Makes this camera the current camera for the [Viewport] (see class " +"description). If the camera node is outside the scene tree, it will attempt " +"to become current once it's added." +msgstr "" + +#: doc/classes/Camera.xml:63 +msgid "" +"Returns a normal vector from the screen point location directed along the " +"camera. Orthogonal cameras are normalized. Perspective cameras account for " +"perspective, screen width/height, etc." +msgstr "" + +#: doc/classes/Camera.xml:71 +msgid "" +"Returns the 3D point in world space that maps to the given 2D coordinate in " +"the [Viewport] rectangle on a plane that is the given [code]z_depth[/code] " +"distance into the scene away from the camera." +msgstr "" + +#: doc/classes/Camera.xml:78 +msgid "" +"Returns a normal vector in world space, that is the result of projecting a " +"point on the [Viewport] rectangle by the camera projection. This is useful " +"for casting rays in the form of (origin, normal) for object intersection or " +"picking." +msgstr "" + +#: doc/classes/Camera.xml:85 +msgid "" +"Returns a 3D position in world space, that is the result of projecting a " +"point on the [Viewport] rectangle by the camera projection. This is useful " +"for casting rays in the form of (origin, normal) for object intersection or " +"picking." +msgstr "" + +#: doc/classes/Camera.xml:93 +msgid "" +"Enables or disables the given [code]layer[/code] in the [member cull_mask]." +msgstr "" + +#: doc/classes/Camera.xml:103 +msgid "" +"Sets the camera projection to frustum mode (see [constant " +"PROJECTION_FRUSTUM]), by specifying a [code]size[/code], an [code]offset[/" +"code], and the [code]z_near[/code] and [code]z_far[/code] clip planes in " +"world space units." +msgstr "" + +#: doc/classes/Camera.xml:112 +msgid "" +"Sets the camera projection to orthogonal mode (see [constant " +"PROJECTION_ORTHOGONAL]), by specifying a [code]size[/code], and the " +"[code]z_near[/code] and [code]z_far[/code] clip planes in world space units. " +"(As a hint, 2D games often use this projection, with values specified in " +"pixels.)" +msgstr "" + +#: doc/classes/Camera.xml:121 +msgid "" +"Sets the camera projection to perspective mode (see [constant " +"PROJECTION_PERSPECTIVE]), by specifying a [code]fov[/code] (field of view) " +"angle in degrees, and the [code]z_near[/code] and [code]z_far[/code] clip " +"planes in world space units." +msgstr "" + +#: doc/classes/Camera.xml:128 +msgid "" +"Returns the 2D coordinate in the [Viewport] rectangle that maps to the given " +"3D point in world space.\n" +"[b]Note:[/b] When using this to position GUI elements over a 3D viewport, " +"use [method is_position_behind] to prevent them from appearing if the 3D " +"point is behind the camera:\n" +"[codeblock]\n" +"# This code block is part of a script that inherits from Spatial.\n" +"# `control` is a reference to a node inheriting from Control.\n" +"control.visible = not get_viewport().get_camera()." +"is_position_behind(global_transform.origin)\n" +"control.rect_position = get_viewport().get_camera()." +"unproject_position(global_transform.origin)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Camera.xml:141 +msgid "" +"The culling mask that describes which 3D render layers are rendered by this " +"camera." +msgstr "" + +#: doc/classes/Camera.xml:144 +msgid "" +"If [code]true[/code], the ancestor [Viewport] is currently using this camera." +msgstr "" + +#: doc/classes/Camera.xml:147 +msgid "" +"If not [constant DOPPLER_TRACKING_DISABLED], this camera will simulate the " +"[url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/url] for " +"objects changed in particular [code]_process[/code] methods. The Doppler " +"effect is only simulated for [AudioStreamPlayer3D] nodes that have [member " +"AudioStreamPlayer3D.doppler_tracking] set to a value other than [constant " +"AudioStreamPlayer3D.DOPPLER_TRACKING_DISABLED].\n" +"[b]Note:[/b] To toggle the Doppler effect preview in the editor, use the " +"Perspective menu in the top-left corner of the 3D viewport and toggle " +"[b]Enable Doppler[/b]." +msgstr "" + +#: doc/classes/Camera.xml:151 +msgid "The [Environment] to use for this camera." +msgstr "" + +#: doc/classes/Camera.xml:154 +msgid "" +"The distance to the far culling boundary for this camera relative to its " +"local Z axis." +msgstr "" + +#: doc/classes/Camera.xml:157 +msgid "" +"The camera's field of view angle (in degrees). Only applicable in " +"perspective mode. Since [member keep_aspect] locks one axis, [code]fov[/" +"code] sets the other axis' field of view angle.\n" +"For reference, the default vertical field of view value ([code]70.0[/code]) " +"is equivalent to a horizontal FOV of:\n" +"- ~86.07 degrees in a 4:3 viewport\n" +"- ~96.50 degrees in a 16:10 viewport\n" +"- ~102.45 degrees in a 16:9 viewport\n" +"- ~117.06 degrees in a 21:9 viewport" +msgstr "" + +#: doc/classes/Camera.xml:165 +msgid "" +"The camera's frustum offset. This can be changed from the default to create " +"\"tilted frustum\" effects such as [url=https://zdoom.org/wiki/Y-shearing]Y-" +"shearing[/url]." +msgstr "" + +#: doc/classes/Camera.xml:168 +msgid "The horizontal (X) offset of the camera viewport." +msgstr "" + +#: doc/classes/Camera.xml:171 +msgid "" +"The axis to lock during [member fov]/[member size] adjustments. Can be " +"either [constant KEEP_WIDTH] or [constant KEEP_HEIGHT]." +msgstr "" + +#: doc/classes/Camera.xml:174 +msgid "" +"The distance to the near culling boundary for this camera relative to its " +"local Z axis." +msgstr "" + +#: doc/classes/Camera.xml:177 +msgid "" +"The camera's projection mode. In [constant PROJECTION_PERSPECTIVE] mode, " +"objects' Z distance from the camera's local space scales their perceived " +"size." +msgstr "" + +#: doc/classes/Camera.xml:180 +msgid "" +"The camera's size measured as 1/2 the width or height. Only applicable in " +"orthogonal mode. Since [member keep_aspect] locks on axis, [code]size[/code] " +"sets the other axis' size length." +msgstr "" + +#: doc/classes/Camera.xml:183 +msgid "The vertical (Y) offset of the camera viewport." +msgstr "" + +#: doc/classes/Camera.xml:188 +msgid "" +"Perspective projection. Objects on the screen becomes smaller when they are " +"far away." +msgstr "" + +#: doc/classes/Camera.xml:191 +msgid "" +"Orthogonal projection, also known as orthographic projection. Objects remain " +"the same size on the screen no matter how far away they are." +msgstr "" + +#: doc/classes/Camera.xml:194 +msgid "" +"Frustum projection. This mode allows adjusting [member frustum_offset] to " +"create \"tilted frustum\" effects." +msgstr "" + +#: doc/classes/Camera.xml:197 +msgid "" +"Preserves the horizontal aspect ratio; also known as Vert- scaling. This is " +"usually the best option for projects running in portrait mode, as taller " +"aspect ratios will benefit from a wider vertical FOV." +msgstr "" + +#: doc/classes/Camera.xml:200 +msgid "" +"Preserves the vertical aspect ratio; also known as Hor+ scaling. This is " +"usually the best option for projects running in landscape mode, as wider " +"aspect ratios will automatically benefit from a wider horizontal FOV." +msgstr "" + +#: doc/classes/Camera.xml:203 +msgid "" +"Disables [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/" +"url] simulation (default)." +msgstr "" + +#: doc/classes/Camera.xml:206 +msgid "" +"Simulate [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/" +"url] by tracking positions of objects that are changed in [code]_process[/" +"code]. Changes in the relative velocity of this camera compared to those " +"objects affect how Audio is perceived (changing the Audio's [code]pitch " +"shift[/code])." +msgstr "" + +#: doc/classes/Camera.xml:209 +msgid "" +"Simulate [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/" +"url] by tracking positions of objects that are changed in " +"[code]_physics_process[/code]. Changes in the relative velocity of this " +"camera compared to those objects affect how Audio is perceived (changing the " +"Audio's [code]pitch shift[/code])." +msgstr "" + +#: doc/classes/Camera2D.xml:4 +msgid "Camera node for 2D scenes." +msgstr "" + +#: doc/classes/Camera2D.xml:7 +msgid "" +"Camera node for 2D scenes. It forces the screen (current layer) to scroll " +"following this node. This makes it easier (and faster) to program scrollable " +"scenes than manually changing the position of [CanvasItem]-based nodes.\n" +"This node is intended to be a simple helper to get things going quickly, but " +"more functionality may be desired to change how the camera works. To make " +"your own custom camera node, inherit it from [Node2D] and change the " +"transform of the canvas by setting [member Viewport.canvas_transform] in " +"[Viewport] (you can obtain the current [Viewport] by using [method Node." +"get_viewport]).\n" +"Note that the [Camera2D] node's [code]position[/code] doesn't represent the " +"actual position of the screen, which may differ due to applied smoothing or " +"limits. You can use [method get_camera_screen_center] to get the real " +"position." +msgstr "" + +#: doc/classes/Camera2D.xml:13 doc/classes/TileMap.xml:13 +#: doc/classes/TileSet.xml:13 +msgid "https://godotengine.org/asset-library/asset/112" +msgstr "" + +#: doc/classes/Camera2D.xml:14 doc/classes/Environment.xml:18 +#: doc/classes/WorldEnvironment.xml:14 +msgid "https://godotengine.org/asset-library/asset/110" +msgstr "" + +#: doc/classes/Camera2D.xml:20 +msgid "Aligns the camera to the tracked node." +msgstr "" + +#: doc/classes/Camera2D.xml:26 +msgid "" +"Removes any [Camera2D] from the ancestor [Viewport]'s internal currently-" +"assigned camera." +msgstr "" + +#: doc/classes/Camera2D.xml:32 +msgid "Forces the camera to update scroll immediately." +msgstr "" + +#: doc/classes/Camera2D.xml:38 +msgid "Returns the camera position." +msgstr "" + +#: doc/classes/Camera2D.xml:44 +msgid "" +"Returns the location of the [Camera2D]'s screen-center, relative to the " +"origin." +msgstr "" + +#: doc/classes/Camera2D.xml:51 +msgid "" +"Returns the specified margin. See also [member drag_margin_bottom], [member " +"drag_margin_top], [member drag_margin_left], and [member drag_margin_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:58 +msgid "" +"Returns the specified camera limit. See also [member limit_bottom], [member " +"limit_top], [member limit_left], and [member limit_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:64 +msgid "" +"Make this the current 2D camera for the scene (viewport and layer), in case " +"there are many cameras in the scene." +msgstr "" + +#: doc/classes/Camera2D.xml:70 +msgid "" +"Sets the camera's position immediately to its current smoothing " +"destination.\n" +"This has no effect if smoothing is disabled." +msgstr "" + +#: doc/classes/Camera2D.xml:79 +msgid "" +"Sets the specified margin. See also [member drag_margin_bottom], [member " +"drag_margin_top], [member drag_margin_left], and [member drag_margin_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:87 +msgid "" +"Sets the specified camera limit. See also [member limit_bottom], [member " +"limit_top], [member limit_left], and [member limit_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:93 +msgid "The Camera2D's anchor point. See [enum AnchorMode] constants." +msgstr "" + +#: doc/classes/Camera2D.xml:96 +msgid "" +"If [code]true[/code], the camera is the active camera for the current scene. " +"Only one camera can be current, so setting a different camera [code]current[/" +"code] will disable this one." +msgstr "" + +#: doc/classes/Camera2D.xml:99 +msgid "" +"The custom [Viewport] node attached to the [Camera2D]. If [code]null[/code] " +"or not a [Viewport], uses the default viewport instead." +msgstr "" + +#: doc/classes/Camera2D.xml:102 +msgid "" +"Bottom margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:105 +msgid "" +"If [code]true[/code], the camera only moves when reaching the horizontal " +"drag margins. If [code]false[/code], the camera moves horizontally " +"regardless of margins." +msgstr "" + +#: doc/classes/Camera2D.xml:108 +msgid "" +"Left margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:111 +msgid "" +"Right margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:114 +msgid "" +"Top margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:117 +msgid "" +"If [code]true[/code], the camera only moves when reaching the vertical drag " +"margins. If [code]false[/code], the camera moves vertically regardless of " +"margins." +msgstr "" + +#: doc/classes/Camera2D.xml:120 +msgid "" +"If [code]true[/code], draws the camera's drag margin rectangle in the editor." +msgstr "" + +#: doc/classes/Camera2D.xml:123 +msgid "" +"If [code]true[/code], draws the camera's limits rectangle in the editor." +msgstr "" + +#: doc/classes/Camera2D.xml:126 +msgid "" +"If [code]true[/code], draws the camera's screen rectangle in the editor." +msgstr "" + +#: doc/classes/Camera2D.xml:129 +msgid "" +"Bottom scroll limit in pixels. The camera stops moving when reaching this " +"value." +msgstr "" + +#: doc/classes/Camera2D.xml:132 +msgid "" +"Left scroll limit in pixels. The camera stops moving when reaching this " +"value." +msgstr "" + +#: doc/classes/Camera2D.xml:135 +msgid "" +"Right scroll limit in pixels. The camera stops moving when reaching this " +"value." +msgstr "" + +#: doc/classes/Camera2D.xml:138 +msgid "" +"If [code]true[/code], the camera smoothly stops when reaches its limits.\n" +"This has no effect if smoothing is disabled.\n" +"[b]Note:[/b] To immediately update the camera's position to be within limits " +"without smoothing, even with this setting enabled, invoke [method " +"reset_smoothing]." +msgstr "" + +#: doc/classes/Camera2D.xml:143 +msgid "" +"Top scroll limit in pixels. The camera stops moving when reaching this value." +msgstr "" + +#: doc/classes/Camera2D.xml:146 +msgid "" +"The camera's offset, useful for looking around or camera shake animations." +msgstr "" + +#: doc/classes/Camera2D.xml:149 +msgid "" +"The horizontal offset of the camera, relative to the drag margins.\n" +"[b]Note:[/b] Offset H is used only to force offset relative to margins. It's " +"not updated in any way if drag margins are enabled and can be used to set " +"initial offset." +msgstr "" + +#: doc/classes/Camera2D.xml:153 +msgid "" +"The vertical offset of the camera, relative to the drag margins.\n" +"[b]Note:[/b] Used the same as [member offset_h]." +msgstr "" + +#: doc/classes/Camera2D.xml:157 +msgid "The camera's process callback. See [enum Camera2DProcessMode]." +msgstr "" + +#: doc/classes/Camera2D.xml:160 +msgid "If [code]true[/code], the camera rotates with the target." +msgstr "" + +#: doc/classes/Camera2D.xml:163 +msgid "" +"If [code]true[/code], the camera smoothly moves towards the target at " +"[member smoothing_speed]." +msgstr "" + +#: doc/classes/Camera2D.xml:166 +msgid "" +"Speed in pixels per second of the camera's smoothing effect when [member " +"smoothing_enabled] is [code]true[/code]." +msgstr "" + +#: doc/classes/Camera2D.xml:169 +msgid "" +"The camera's zoom relative to the viewport. Values larger than " +"[code]Vector2(1, 1)[/code] zoom out and smaller values zoom in. For an " +"example, use [code]Vector2(0.5, 0.5)[/code] for a 2× zoom-in, and " +"[code]Vector2(4, 4)[/code] for a 4× zoom-out." +msgstr "" + +#: doc/classes/Camera2D.xml:174 +msgid "" +"The camera's position is fixed so that the top-left corner is always at the " +"origin." +msgstr "" + +#: doc/classes/Camera2D.xml:177 +msgid "" +"The camera's position takes into account vertical/horizontal offsets and the " +"screen size." +msgstr "" + +#: doc/classes/Camera2D.xml:180 doc/classes/ClippedCamera.xml:89 +msgid "The camera updates with the [code]_physics_process[/code] callback." +msgstr "" + +#: doc/classes/Camera2D.xml:183 doc/classes/ClippedCamera.xml:92 +msgid "The camera updates with the [code]_process[/code] callback." +msgstr "" + +#: doc/classes/CameraFeed.xml:4 +msgid "" +"A camera feed gives you access to a single physical camera attached to your " +"device." +msgstr "" + +#: doc/classes/CameraFeed.xml:7 +msgid "" +"A camera feed gives you access to a single physical camera attached to your " +"device. When enabled, Godot will start capturing frames from the camera " +"which can then be used.\n" +"[b]Note:[/b] Many cameras will return YCbCr images which are split into two " +"textures and need to be combined in a shader. Godot does this automatically " +"for you if you set the environment to show the camera image in the " +"background." +msgstr "" + +#: doc/classes/CameraFeed.xml:16 +msgid "Returns the unique ID for this feed." +msgstr "" + +#: doc/classes/CameraFeed.xml:22 +msgid "Returns the camera's name." +msgstr "" + +#: doc/classes/CameraFeed.xml:28 +msgid "Returns the position of camera on the device." +msgstr "" + +#: doc/classes/CameraFeed.xml:34 +msgid "If [code]true[/code], the feed is active." +msgstr "" + +#: doc/classes/CameraFeed.xml:37 +msgid "The transform applied to the camera's image." +msgstr "" + +#: doc/classes/CameraFeed.xml:42 +msgid "No image set for the feed." +msgstr "" + +#: doc/classes/CameraFeed.xml:45 +msgid "Feed supplies RGB images." +msgstr "" + +#: doc/classes/CameraFeed.xml:48 +msgid "Feed supplies YCbCr images that need to be converted to RGB." +msgstr "" + +#: doc/classes/CameraFeed.xml:51 +msgid "" +"Feed supplies separate Y and CbCr images that need to be combined and " +"converted to RGB." +msgstr "" + +#: doc/classes/CameraFeed.xml:54 +msgid "Unspecified position." +msgstr "" + +#: doc/classes/CameraFeed.xml:57 +msgid "Camera is mounted at the front of the device." +msgstr "" + +#: doc/classes/CameraFeed.xml:60 +msgid "Camera is mounted at the back of the device." +msgstr "" + +#: doc/classes/CameraServer.xml:4 +msgid "Server keeping track of different cameras accessible in Godot." +msgstr "" + +#: doc/classes/CameraServer.xml:7 +msgid "" +"The [CameraServer] keeps track of different cameras accessible in Godot. " +"These are external cameras such as webcams or the cameras on your phone.\n" +"It is notably used to provide AR modules with a video feed from the camera." +msgstr "" + +#: doc/classes/CameraServer.xml:17 +msgid "Adds a camera feed to the camera server." +msgstr "" + +#: doc/classes/CameraServer.xml:23 +msgid "Returns an array of [CameraFeed]s." +msgstr "" + +#: doc/classes/CameraServer.xml:30 +msgid "Returns the [CameraFeed] with this id." +msgstr "" + +#: doc/classes/CameraServer.xml:36 +msgid "Returns the number of [CameraFeed]s registered." +msgstr "" + +#: doc/classes/CameraServer.xml:43 +msgid "Removes a [CameraFeed]." +msgstr "" + +#: doc/classes/CameraServer.xml:51 +msgid "Emitted when a [CameraFeed] is added (e.g. webcam is plugged in)." +msgstr "" + +#: doc/classes/CameraServer.xml:57 +msgid "Emitted when a [CameraFeed] is removed (e.g. webcam is unplugged)." +msgstr "" + +#: doc/classes/CameraServer.xml:63 +msgid "The RGBA camera image." +msgstr "" + +#: doc/classes/CameraServer.xml:66 +msgid "The YCbCr camera image." +msgstr "" + +#: doc/classes/CameraServer.xml:69 +msgid "The Y component camera image." +msgstr "" + +#: doc/classes/CameraServer.xml:72 +msgid "The CbCr component camera image." +msgstr "" + +#: doc/classes/CameraTexture.xml:4 +msgid "Texture provided by a [CameraFeed]." +msgstr "" + +#: doc/classes/CameraTexture.xml:7 +msgid "" +"This texture gives access to the camera texture provided by a [CameraFeed].\n" +"[b]Note:[/b] Many cameras supply YCbCr images which need to be converted in " +"a shader." +msgstr "" + +#: doc/classes/CameraTexture.xml:16 +msgid "The ID of the [CameraFeed] for which we want to display the image." +msgstr "" + +#: doc/classes/CameraTexture.xml:19 +msgid "" +"Convenience property that gives access to the active property of the " +"[CameraFeed]." +msgstr "" + +#: doc/classes/CameraTexture.xml:23 +msgid "" +"Which image within the [CameraFeed] we want access to, important if the " +"camera image is split in a Y and CbCr component." +msgstr "" + +#: doc/classes/CanvasItem.xml:4 +msgid "Base class of anything 2D." +msgstr "" + +#: doc/classes/CanvasItem.xml:7 +msgid "" +"Base class of anything 2D. Canvas items are laid out in a tree; children " +"inherit and extend their parent's transform. [CanvasItem] is extended by " +"[Control] for anything GUI-related, and by [Node2D] for anything related to " +"the 2D engine.\n" +"Any [CanvasItem] can draw. For this, [method update] must be called, then " +"[constant NOTIFICATION_DRAW] will be received on idle time to request " +"redraw. Because of this, canvas items don't need to be redrawn on every " +"frame, improving the performance significantly. Several functions for " +"drawing on the [CanvasItem] are provided (see [code]draw_*[/code] " +"functions). However, they can only be used inside the [method Object." +"_notification], signal or [method _draw] virtual functions.\n" +"Canvas items are drawn in tree order. By default, children are on top of " +"their parents so a root [CanvasItem] will be drawn behind everything. This " +"behavior can be changed on a per-item basis.\n" +"A [CanvasItem] can also be hidden, which will also hide its children. It " +"provides many ways to change parameters such as modulation (for itself and " +"its children) and self modulation (only for itself), as well as its blend " +"mode.\n" +"Ultimately, a transform notification can be requested, which will notify the " +"node that its global position changed in case the parent tree changed.\n" +"[b]Note:[/b] Unless otherwise specified, all methods that have angle " +"parameters must have angles specified as [i]radians[/i]. To convert degrees " +"to radians, use [method @GDScript.deg2rad]." +msgstr "" + +#: doc/classes/CanvasItem.xml:15 doc/classes/CanvasLayer.xml:10 +#: doc/classes/InputEvent.xml:11 doc/classes/Viewport.xml:15 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_transforms.html" +msgstr "" + +#: doc/classes/CanvasItem.xml:16 doc/classes/Control.xml:18 +#: doc/classes/Node2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/custom_drawing_in_2d.html" +msgstr "" + +#: doc/classes/CanvasItem.xml:23 +msgid "" +"Overridable function called by the engine (if defined) to draw the canvas " +"item." +msgstr "" + +#: doc/classes/CanvasItem.xml:37 +msgid "" +"Draws an arc between the given angles. The larger the value of " +"[code]point_count[/code], the smoother the curve." +msgstr "" + +#: doc/classes/CanvasItem.xml:48 +msgid "" +"Draws a string character using a custom font. Returns the advance, depending " +"on the character width and kerning with an optional next character." +msgstr "" + +#: doc/classes/CanvasItem.xml:57 +msgid "Draws a colored circle." +msgstr "" + +#: doc/classes/CanvasItem.xml:69 +msgid "Draws a colored polygon of any amount of points, convex or concave." +msgstr "" + +#: doc/classes/CanvasItem.xml:80 +msgid "" +"Draws a line from a 2D point to another, with a given color and width. It " +"can be optionally antialiased." +msgstr "" + +#: doc/classes/CanvasItem.xml:91 +msgid "" +"Draws a [Mesh] in 2D, using the provided texture. See [MeshInstance2D] for " +"related documentation." +msgstr "" + +#: doc/classes/CanvasItem.xml:101 +msgid "" +"Draws multiple, parallel lines with a uniform [code]color[/code].\n" +"[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently " +"not implemented and have no effect." +msgstr "" + +#: doc/classes/CanvasItem.xml:112 +msgid "" +"Draws multiple, parallel lines with a uniform [code]width[/code] and segment-" +"by-segment coloring. Colors assigned to line segments match by index between " +"[code]points[/code] and [code]colors[/code].\n" +"[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently " +"not implemented and have no effect." +msgstr "" + +#: doc/classes/CanvasItem.xml:122 +msgid "" +"Draws a [MultiMesh] in 2D with the provided texture. See " +"[MultiMeshInstance2D] for related documentation." +msgstr "" + +#: doc/classes/CanvasItem.xml:134 +msgid "Draws a polygon of any amount of points, convex or concave." +msgstr "" + +#: doc/classes/CanvasItem.xml:144 +msgid "" +"Draws interconnected line segments with a uniform [code]color[/code] and " +"[code]width[/code] and optional antialiasing." +msgstr "" + +#: doc/classes/CanvasItem.xml:154 +msgid "" +"Draws interconnected line segments with a uniform [code]width[/code], " +"segment-by-segment coloring, and optional antialiasing. Colors assigned to " +"line segments match by index between [code]points[/code] and [code]colors[/" +"code]." +msgstr "" + +#: doc/classes/CanvasItem.xml:166 +msgid "" +"Draws a custom primitive. 1 point for a point, 2 points for a line, 3 points " +"for a triangle and 4 points for a quad." +msgstr "" + +#: doc/classes/CanvasItem.xml:177 +msgid "" +"Draws a rectangle. If [code]filled[/code] is [code]true[/code], the " +"rectangle will be filled with the [code]color[/code] specified. If " +"[code]filled[/code] is [code]false[/code], the rectangle will be drawn as a " +"stroke with the [code]color[/code] and [code]width[/code] specified. If " +"[code]antialiased[/code] is [code]true[/code], the lines will be " +"antialiased.\n" +"[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are only " +"effective if [code]filled[/code] is [code]false[/code]." +msgstr "" + +#: doc/classes/CanvasItem.xml:187 +msgid "" +"Sets a custom transform for drawing via components. Anything drawn " +"afterwards will be transformed by this." +msgstr "" + +#: doc/classes/CanvasItem.xml:194 +msgid "" +"Sets a custom transform for drawing via matrix. Anything drawn afterwards " +"will be transformed by this." +msgstr "" + +#: doc/classes/CanvasItem.xml:205 +msgid "" +"Draws [code]text[/code] using the specified [code]font[/code] at the " +"[code]position[/code] (bottom-left corner using the baseline of the font). " +"The text will have its color multiplied by [code]modulate[/code]. If " +"[code]clip_w[/code] is greater than or equal to 0, the text will be clipped " +"if it exceeds the specified width.\n" +"[b]Example using the default project font:[/b]\n" +"[codeblock]\n" +"# If using this method in a script that redraws constantly, move the\n" +"# `default_font` declaration to a member variable assigned in `_ready()`\n" +"# so the Control is only created once.\n" +"var default_font = Control.new().get_font(\"font\")\n" +"draw_string(default_font, Vector2(64, 64), \"Hello world\")\n" +"[/codeblock]\n" +"See also [method Font.draw]." +msgstr "" + +#: doc/classes/CanvasItem.xml:222 +msgid "Draws a styled rectangle." +msgstr "" + +#: doc/classes/CanvasItem.xml:232 +msgid "Draws a texture at a given position." +msgstr "" + +#: doc/classes/CanvasItem.xml:244 +msgid "" +"Draws a textured rectangle at a given position, optionally modulated by a " +"color. If [code]transpose[/code] is [code]true[/code], the texture will have " +"its X and Y coordinates swapped." +msgstr "" + +#: doc/classes/CanvasItem.xml:257 +msgid "" +"Draws a textured rectangle region at a given position, optionally modulated " +"by a color. If [code]transpose[/code] is [code]true[/code], the texture will " +"have its X and Y coordinates swapped." +msgstr "" + +#: doc/classes/CanvasItem.xml:263 doc/classes/Spatial.xml:19 +msgid "" +"Forces the transform to update. Transform changes in physics are not instant " +"for performance reasons. Transforms are accumulated and then set. Use this " +"if you need an up-to-date transform when doing physics operations." +msgstr "" + +#: doc/classes/CanvasItem.xml:269 +msgid "Returns the [RID] of the [World2D] canvas where this item is in." +msgstr "" + +#: doc/classes/CanvasItem.xml:275 +msgid "Returns the canvas item RID used by [VisualServer] for this item." +msgstr "" + +#: doc/classes/CanvasItem.xml:281 +msgid "Returns the transform matrix of this item's canvas." +msgstr "" + +#: doc/classes/CanvasItem.xml:287 +msgid "Returns the global position of the mouse." +msgstr "" + +#: doc/classes/CanvasItem.xml:293 +msgid "Returns the global transform matrix of this item." +msgstr "" + +#: doc/classes/CanvasItem.xml:299 +msgid "" +"Returns the global transform matrix of this item in relation to the canvas." +msgstr "" + +#: doc/classes/CanvasItem.xml:305 +msgid "Returns the mouse position relative to this item's position." +msgstr "" + +#: doc/classes/CanvasItem.xml:311 +msgid "Returns the transform matrix of this item." +msgstr "" + +#: doc/classes/CanvasItem.xml:317 +msgid "Returns the viewport's boundaries as a [Rect2]." +msgstr "" + +#: doc/classes/CanvasItem.xml:323 +msgid "Returns this item's transform in relation to the viewport." +msgstr "" + +#: doc/classes/CanvasItem.xml:329 +msgid "Returns the [World2D] where this item is in." +msgstr "" + +#: doc/classes/CanvasItem.xml:335 +msgid "Hide the [CanvasItem] if it's currently visible." +msgstr "" + +#: doc/classes/CanvasItem.xml:341 +msgid "" +"Returns [code]true[/code] if local transform notifications are communicated " +"to children." +msgstr "" + +#: doc/classes/CanvasItem.xml:347 +msgid "" +"Returns [code]true[/code] if the node is set as top-level. See [method " +"set_as_toplevel]." +msgstr "" + +#: doc/classes/CanvasItem.xml:353 +msgid "" +"Returns [code]true[/code] if global transform notifications are communicated " +"to children." +msgstr "" + +#: doc/classes/CanvasItem.xml:359 doc/classes/Spatial.xml:89 +msgid "" +"Returns [code]true[/code] if the node is present in the [SceneTree], its " +"[member visible] property is [code]true[/code] and all its antecedents are " +"also visible. If any antecedent is hidden, this node will not be visible in " +"the scene tree." +msgstr "" + +#: doc/classes/CanvasItem.xml:366 +msgid "Assigns [code]screen_point[/code] as this node's new local transform." +msgstr "" + +#: doc/classes/CanvasItem.xml:373 +msgid "" +"Transformations issued by [code]event[/code]'s inputs are applied in local " +"space instead of global space." +msgstr "" + +#: doc/classes/CanvasItem.xml:380 +msgid "" +"If [code]enable[/code] is [code]true[/code], the node won't inherit its " +"transform from parent canvas items." +msgstr "" + +#: doc/classes/CanvasItem.xml:387 +msgid "" +"If [code]enable[/code] is [code]true[/code], children will be updated with " +"local transform data." +msgstr "" + +#: doc/classes/CanvasItem.xml:394 +msgid "" +"If [code]enable[/code] is [code]true[/code], children will be updated with " +"global transform data." +msgstr "" + +#: doc/classes/CanvasItem.xml:400 +msgid "" +"Show the [CanvasItem] if it's currently hidden. For controls that inherit " +"[Popup], the correct way to make them visible is to call one of the multiple " +"[code]popup*()[/code] functions instead." +msgstr "" + +#: doc/classes/CanvasItem.xml:406 +msgid "" +"Queue the [CanvasItem] for update. [constant NOTIFICATION_DRAW] will be " +"called on idle time to request redraw." +msgstr "" + +#: doc/classes/CanvasItem.xml:412 +msgid "" +"The rendering layers in which this [CanvasItem] responds to [Light2D] nodes." +msgstr "" + +#: doc/classes/CanvasItem.xml:415 +msgid "The material applied to textures on this [CanvasItem]." +msgstr "" + +#: doc/classes/CanvasItem.xml:418 +msgid "The color applied to textures on this [CanvasItem]." +msgstr "" + +#: doc/classes/CanvasItem.xml:421 +msgid "" +"The color applied to textures on this [CanvasItem]. This is not inherited by " +"children [CanvasItem]s." +msgstr "" + +#: doc/classes/CanvasItem.xml:424 +msgid "If [code]true[/code], the object draws behind its parent." +msgstr "" + +#: doc/classes/CanvasItem.xml:427 +msgid "If [code]true[/code], the object draws on top of its parent." +msgstr "" + +#: doc/classes/CanvasItem.xml:430 +msgid "" +"If [code]true[/code], the parent [CanvasItem]'s [member material] property " +"is used as this one's material." +msgstr "" + +#: doc/classes/CanvasItem.xml:433 +msgid "" +"If [code]true[/code], this [CanvasItem] is drawn. The node is only visible " +"if all of its antecedents are visible as well (in other words, [method " +"is_visible_in_tree] must return [code]true[/code]).\n" +"[b]Note:[/b] For controls that inherit [Popup], the correct way to make them " +"visible is to call one of the multiple [code]popup*()[/code] functions " +"instead." +msgstr "" + +#: doc/classes/CanvasItem.xml:440 +msgid "" +"Emitted when the [CanvasItem] must redraw. This can only be connected " +"realtime, as deferred will not allow drawing." +msgstr "" + +#: doc/classes/CanvasItem.xml:445 +msgid "Emitted when becoming hidden." +msgstr "" + +#: doc/classes/CanvasItem.xml:450 +msgid "" +"Emitted when the item's [Rect2] boundaries (position or size) have changed, " +"or when an action is taking place that may have impacted these boundaries (e." +"g. changing [member Sprite.texture])." +msgstr "" + +#: doc/classes/CanvasItem.xml:455 +msgid "Emitted when the visibility (hidden/visible) changes." +msgstr "" + +#: doc/classes/CanvasItem.xml:461 doc/classes/CanvasItemMaterial.xml:39 +msgid "" +"Mix blending mode. Colors are assumed to be independent of the alpha " +"(opacity) value." +msgstr "" + +#: doc/classes/CanvasItem.xml:464 doc/classes/CanvasItemMaterial.xml:42 +msgid "Additive blending mode." +msgstr "" + +#: doc/classes/CanvasItem.xml:467 doc/classes/CanvasItemMaterial.xml:45 +msgid "Subtractive blending mode." +msgstr "" + +#: doc/classes/CanvasItem.xml:470 doc/classes/CanvasItemMaterial.xml:48 +msgid "Multiplicative blending mode." +msgstr "" + +#: doc/classes/CanvasItem.xml:473 doc/classes/CanvasItemMaterial.xml:51 +msgid "" +"Mix blending mode. Colors are assumed to be premultiplied by the alpha " +"(opacity) value." +msgstr "" + +#: doc/classes/CanvasItem.xml:476 +msgid "" +"Disables blending mode. Colors including alpha are written as-is. Only " +"applicable for render targets with a transparent background. No lighting " +"will be applied." +msgstr "" + +#: doc/classes/CanvasItem.xml:479 +msgid "" +"The [CanvasItem]'s transform has changed. This notification is only received " +"if enabled by [method set_notify_transform] or [method " +"set_notify_local_transform]." +msgstr "" + +#: doc/classes/CanvasItem.xml:482 +msgid "The [CanvasItem] is requested to draw." +msgstr "" + +#: doc/classes/CanvasItem.xml:485 +msgid "The [CanvasItem]'s visibility has changed." +msgstr "" + +#: doc/classes/CanvasItem.xml:488 +msgid "The [CanvasItem] has entered the canvas." +msgstr "" + +#: doc/classes/CanvasItem.xml:491 +msgid "The [CanvasItem] has exited the canvas." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:4 +msgid "A material for [CanvasItem]s." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:7 +msgid "" +"[CanvasItemMaterial]s provide a means of modifying the textures associated " +"with a CanvasItem. They specialize in describing blend and lighting " +"behaviors for textures. Use a [ShaderMaterial] to more fully customize a " +"material's interactions with a [CanvasItem]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:15 +msgid "" +"The manner in which a material's rendering is applied to underlying textures." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:18 +msgid "The manner in which material reacts to lighting." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:21 +msgid "" +"The number of columns in the spritesheet assigned as [Texture] for a " +"[Particles2D] or [CPUParticles2D].\n" +"[b]Note:[/b] This property is only used and visible in the editor if [member " +"particles_animation] is [code]true[/code]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:25 +msgid "" +"If [code]true[/code], the particles animation will loop.\n" +"[b]Note:[/b] This property is only used and visible in the editor if [member " +"particles_animation] is [code]true[/code]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:29 +msgid "" +"The number of rows in the spritesheet assigned as [Texture] for a " +"[Particles2D] or [CPUParticles2D].\n" +"[b]Note:[/b] This property is only used and visible in the editor if [member " +"particles_animation] is [code]true[/code]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:33 +msgid "" +"If [code]true[/code], enable spritesheet-based animation features when " +"assigned to [Particles2D] and [CPUParticles2D] nodes. The [member " +"ParticlesMaterial.anim_speed] or [member CPUParticles2D.anim_speed] should " +"also be set to a positive value for the animation to play.\n" +"This property (and other [code]particles_anim_*[/code] properties that " +"depend on it) has no effect on other types of nodes." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:54 +msgid "" +"Render the material using both light and non-light sensitive material " +"properties." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:57 +msgid "Render the material as if there were no light." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:60 +msgid "Render the material as if there were only light." +msgstr "" + +#: doc/classes/CanvasLayer.xml:4 +msgid "Canvas drawing layer." +msgstr "" + +#: doc/classes/CanvasLayer.xml:7 +msgid "" +"Canvas drawing layer. [CanvasItem] nodes that are direct or indirect " +"children of a [CanvasLayer] will be drawn in that layer. The layer is a " +"numeric index that defines the draw order. The default 2D scene renders with " +"index 0, so a [CanvasLayer] with index -1 will be drawn below, and one with " +"index 1 will be drawn above. This is very useful for HUDs (in layer 1+ or " +"above), or backgrounds (in layer -1 or below)." +msgstr "" + +#: doc/classes/CanvasLayer.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/canvas_layers.html" +msgstr "" + +#: doc/classes/CanvasLayer.xml:18 +msgid "Returns the RID of the canvas used by this layer." +msgstr "" + +#: doc/classes/CanvasLayer.xml:24 +msgid "" +"The custom [Viewport] node assigned to the [CanvasLayer]. If [code]null[/" +"code], uses the default viewport instead." +msgstr "" + +#: doc/classes/CanvasLayer.xml:27 +msgid "" +"Sets the layer to follow the viewport in order to simulate a pseudo 3D " +"effect." +msgstr "" + +#: doc/classes/CanvasLayer.xml:30 +msgid "" +"Scales the layer when using [member follow_viewport_enable]. Layers moving " +"into the foreground should have increasing scales, while layers moving into " +"the background should have decreasing scales." +msgstr "" + +#: doc/classes/CanvasLayer.xml:33 +msgid "Layer index for draw order. Lower values are drawn first." +msgstr "" + +#: doc/classes/CanvasLayer.xml:36 +msgid "The layer's base offset." +msgstr "" + +#: doc/classes/CanvasLayer.xml:39 +msgid "The layer's rotation in radians." +msgstr "" + +#: doc/classes/CanvasLayer.xml:42 +msgid "The layer's rotation in degrees." +msgstr "" + +#: doc/classes/CanvasLayer.xml:45 +msgid "The layer's scale." +msgstr "" + +#: doc/classes/CanvasLayer.xml:48 +msgid "The layer's transform." +msgstr "" + +#: doc/classes/CanvasModulate.xml:4 +msgid "Tint the entire canvas." +msgstr "" + +#: doc/classes/CanvasModulate.xml:7 +msgid "" +"[CanvasModulate] tints the canvas elements using its assigned [member color]." +msgstr "" + +#: doc/classes/CanvasModulate.xml:15 +msgid "The tint color to apply." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:4 doc/classes/CapsuleMesh.xml:7 +msgid "Class representing a capsule-shaped [PrimitiveMesh]." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:15 +msgid "" +"Height of the middle cylindrical part of the capsule (without the " +"hemispherical ends).\n" +"[b]Note:[/b] The capsule's total height is equal to [member mid_height] + 2 " +"* [member radius]." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:19 +msgid "Number of radial segments on the capsule mesh." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:22 +msgid "Radius of the capsule mesh." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:25 +msgid "Number of rings along the height of the capsule." +msgstr "" + +#: doc/classes/CapsuleShape.xml:4 doc/classes/CapsuleShape.xml:7 +msgid "Capsule shape for collisions." +msgstr "" + +#: doc/classes/CapsuleShape.xml:16 doc/classes/CapsuleShape2D.xml:15 +msgid "The capsule's height." +msgstr "" + +#: doc/classes/CapsuleShape.xml:19 doc/classes/CapsuleShape2D.xml:18 +msgid "The capsule's radius." +msgstr "" + +#: doc/classes/CapsuleShape2D.xml:4 doc/classes/CapsuleShape2D.xml:7 +msgid "Capsule shape for 2D collisions." +msgstr "" + +#: doc/classes/CenterContainer.xml:4 +msgid "Keeps children controls centered." +msgstr "" + +#: doc/classes/CenterContainer.xml:7 +msgid "" +"CenterContainer keeps children controls centered. This container keeps all " +"children to their minimum size, in the center." +msgstr "" + +#: doc/classes/CenterContainer.xml:15 +msgid "" +"If [code]true[/code], centers children relative to the [CenterContainer]'s " +"top left corner." +msgstr "" + +#: doc/classes/CharFXTransform.xml:4 +msgid "" +"Controls how an individual character will be displayed in a [RichTextEffect]." +msgstr "" + +#: doc/classes/CharFXTransform.xml:7 +msgid "" +"By setting various properties on this object, you can control how individual " +"characters will be displayed in a [RichTextEffect]." +msgstr "" + +#: doc/classes/CharFXTransform.xml:10 doc/classes/RichTextEffect.xml:16 +#: doc/classes/RichTextLabel.xml:15 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/gui/bbcode_in_richtextlabel." +"html" +msgstr "" + +#: doc/classes/CharFXTransform.xml:11 doc/classes/RichTextEffect.xml:17 +msgid "" +"https://github.com/Eoin-ONeill-Yokai/Godot-Rich-Text-Effect-Test-Project" +msgstr "" + +#: doc/classes/CharFXTransform.xml:17 doc/classes/CharFXTransform.xml:45 +msgid "" +"The index of the current character (starting from 0). Setting this property " +"won't affect drawing." +msgstr "" + +#: doc/classes/CharFXTransform.xml:20 +msgid "" +"The Unicode codepoint the character will use. This only affects non-" +"whitespace characters. [method @GDScript.ord] can be useful here. For " +"example, the following will replace all characters with asterisks:\n" +"[codeblock]\n" +"# `char_fx` is the CharFXTransform parameter from `_process_custom_fx()`.\n" +"# See the RichTextEffect documentation for details.\n" +"char_fx.character = ord(\"*\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/CharFXTransform.xml:28 +msgid "The color the character will be drawn with." +msgstr "" + +#: doc/classes/CharFXTransform.xml:31 +msgid "" +"The time elapsed since the [RichTextLabel] was added to the scene tree (in " +"seconds). Time stops when the [RichTextLabel] is paused (see [member Node." +"pause_mode]). Resets when the text in the [RichTextLabel] is changed.\n" +"[b]Note:[/b] Time still passes while the [RichTextLabel] is hidden." +msgstr "" + +#: doc/classes/CharFXTransform.xml:35 +msgid "" +"Contains the arguments passed in the opening BBCode tag. By default, " +"arguments are strings; if their contents match a type such as [bool], [int] " +"or [float], they will be converted automatically. Color codes in the form " +"[code]#rrggbb[/code] or [code]#rgb[/code] will be converted to an opaque " +"[Color]. String arguments may not contain spaces, even if they're quoted. If " +"present, quotes will also be present in the final string.\n" +"For example, the opening BBCode tag [code][example foo=hello bar=true baz=42 " +"color=#ffffff][/code] will map to the following [Dictionary]:\n" +"[codeblock]\n" +"{\"foo\": \"hello\", \"bar\": true, \"baz\": 42, \"color\": Color(1, 1, 1, " +"1)}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/CharFXTransform.xml:42 +msgid "The position offset the character will be drawn with (in pixels)." +msgstr "" + +#: doc/classes/CharFXTransform.xml:48 +msgid "" +"If [code]true[/code], the character will be drawn. If [code]false[/code], " +"the character will be hidden. Characters around hidden characters will " +"reflow to take the space of hidden characters. If this is not desired, set " +"their [member color] to [code]Color(1, 1, 1, 0)[/code] instead." +msgstr "" + +#: doc/classes/CheckBox.xml:4 +msgid "Binary choice user interface widget. See also [CheckButton]." +msgstr "" + +#: doc/classes/CheckBox.xml:7 +msgid "" +"A checkbox allows the user to make a binary choice (choosing only one of two " +"possible options). It's similar to [CheckButton] in functionality, but it " +"has a different appearance. To follow established UX patterns, it's " +"recommended to use CheckBox when toggling it has [b]no[/b] immediate effect " +"on something. For instance, it should be used when toggling it will only do " +"something once a confirmation button is pressed.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/CheckBox.xml:22 +msgid "The vertical offset used when rendering the check icons (in pixels)." +msgstr "" + +#: doc/classes/CheckBox.xml:25 +msgid "The check icon to display when the [CheckBox] is checked." +msgstr "" + +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:34 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is focused." +msgstr "" + +#: doc/classes/CheckBox.xml:37 +msgid "The [Font] to use for the [CheckBox] text." +msgstr "" + +#: doc/classes/CheckBox.xml:40 +msgid "The [CheckBox] text's font color." +msgstr "" + +#: doc/classes/CheckBox.xml:43 +msgid "The [CheckBox] text's font color when it's disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 +msgid "The [CheckBox] text's font color when it's hovered." +msgstr "" + +#: doc/classes/CheckBox.xml:52 +msgid "The [CheckBox] text's font color when it's hovered and pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:55 +msgid "The [CheckBox] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:58 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is hovered." +msgstr "" + +#: doc/classes/CheckBox.xml:61 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is hovered and " +"pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:64 +msgid "The separation between the check icon and the text (in pixels)." +msgstr "" + +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 +msgid "The [StyleBox] to display as a background." +msgstr "" + +#: doc/classes/CheckBox.xml:70 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:73 +msgid "" +"If the [CheckBox] is configured as a radio button, the icon to display when " +"the [CheckBox] is checked." +msgstr "" + +#: doc/classes/CheckBox.xml:78 +msgid "" +"If the [CheckBox] is configured as a radio button, the icon to display when " +"the [CheckBox] is unchecked." +msgstr "" + +#: doc/classes/CheckBox.xml:83 +msgid "The check icon to display when the [CheckBox] is unchecked." +msgstr "" + +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:4 +msgid "Checkable button. See also [CheckBox]." +msgstr "" + +#: doc/classes/CheckButton.xml:7 +msgid "" +"CheckButton is a toggle button displayed as a check field. It's similar to " +"[CheckBox] in functionality, but it has a different appearance. To follow " +"established UX patterns, it's recommended to use CheckButton when toggling " +"it has an [b]immediate[/b] effect on something. For instance, it should be " +"used if toggling it enables/disables a setting without requiring the user to " +"press a confirmation button.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/CheckButton.xml:22 +msgid "The vertical offset used when rendering the toggle icons (in pixels)." +msgstr "" + +#: doc/classes/CheckButton.xml:25 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:28 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is focused." +msgstr "" + +#: doc/classes/CheckButton.xml:31 +msgid "The [Font] to use for the [CheckButton] text." +msgstr "" + +#: doc/classes/CheckButton.xml:34 +msgid "The [CheckButton] text's font color." +msgstr "" + +#: doc/classes/CheckButton.xml:37 +msgid "The [CheckButton] text's font color when it's disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:40 +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckButton.xml:43 +msgid "The [CheckButton] text's font color when it's hovered." +msgstr "" + +#: doc/classes/CheckButton.xml:46 +msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is hovered." +msgstr "" + +#: doc/classes/CheckButton.xml:55 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is hovered " +"and pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:58 +msgid "The separation between the toggle icon and the text (in pixels)." +msgstr "" + +#: doc/classes/CheckButton.xml:64 +msgid "The icon to display when the [CheckButton] is unchecked." +msgstr "" + +#: doc/classes/CheckButton.xml:67 +msgid "The icon to display when the [CheckButton] is unchecked and disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:70 +msgid "The icon to display when the [CheckButton] is checked." +msgstr "" + +#: doc/classes/CheckButton.xml:73 +msgid "The icon to display when the [CheckButton] is checked and disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:76 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is pressed." +msgstr "" + +#: doc/classes/CircleShape2D.xml:4 +msgid "Circular shape for 2D collisions." +msgstr "" + +#: doc/classes/CircleShape2D.xml:7 +msgid "" +"Circular shape for 2D collisions. This shape is useful for modeling balls or " +"small characters and its collision detection with everything else is very " +"fast." +msgstr "" + +#: doc/classes/CircleShape2D.xml:15 +msgid "The circle's radius." +msgstr "" + +#: doc/classes/ClassDB.xml:4 +msgid "Class information repository." +msgstr "" + +#: doc/classes/ClassDB.xml:7 +msgid "Provides access to metadata stored for every available class." +msgstr "" + +#: doc/classes/ClassDB.xml:16 +msgid "" +"Returns [code]true[/code] if you can instance objects from the specified " +"[code]class[/code], [code]false[/code] in other case." +msgstr "" + +#: doc/classes/ClassDB.xml:23 +msgid "Returns whether the specified [code]class[/code] is available or not." +msgstr "" + +#: doc/classes/ClassDB.xml:30 +msgid "" +"Returns a category associated with the class for use in documentation and " +"the Asset Library. Debug mode required." +msgstr "" + +#: doc/classes/ClassDB.xml:39 +msgid "" +"Returns an array with all the keys in [code]enum[/code] of [code]class[/" +"code] or its ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:47 +msgid "" +"Returns an array with all the enums of [code]class[/code] or its ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:55 +msgid "" +"Returns the value of the integer constant [code]name[/code] of [code]class[/" +"code] or its ancestry. Always returns 0 when the constant could not be found." +msgstr "" + +#: doc/classes/ClassDB.xml:64 +msgid "" +"Returns which enum the integer constant [code]name[/code] of [code]class[/" +"code] or its ancestry belongs to." +msgstr "" + +#: doc/classes/ClassDB.xml:72 +msgid "" +"Returns an array with the names all the integer constants of [code]class[/" +"code] or its ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:80 +msgid "" +"Returns an array with all the methods of [code]class[/code] or its ancestry " +"if [code]no_inheritance[/code] is [code]false[/code]. Every element of the " +"array is a [Dictionary] with the following keys: [code]args[/code], " +"[code]default_args[/code], [code]flags[/code], [code]id[/code], [code]name[/" +"code], [code]return: (class_name, hint, hint_string, name, type, usage)[/" +"code].\n" +"[b]Note:[/b] In exported release builds the debug info is not available, so " +"the returned dictionaries will contain only method names." +msgstr "" + +#: doc/classes/ClassDB.xml:89 +msgid "" +"Returns the value of [code]property[/code] of [code]class[/code] or its " +"ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:97 +msgid "" +"Returns an array with all the properties of [code]class[/code] or its " +"ancestry if [code]no_inheritance[/code] is [code]false[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:105 +msgid "" +"Returns the [code]signal[/code] data of [code]class[/code] or its ancestry. " +"The returned value is a [Dictionary] with the following keys: [code]args[/" +"code], [code]default_args[/code], [code]flags[/code], [code]id[/code], " +"[code]name[/code], [code]return: (class_name, hint, hint_string, name, type, " +"usage)[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:113 +msgid "" +"Returns an array with all the signals of [code]class[/code] or its ancestry " +"if [code]no_inheritance[/code] is [code]false[/code]. Every element of the " +"array is a [Dictionary] as described in [method class_get_signal]." +msgstr "" + +#: doc/classes/ClassDB.xml:122 +msgid "" +"Returns whether [code]class[/code] or its ancestry has an enum called " +"[code]name[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:130 +msgid "" +"Returns whether [code]class[/code] or its ancestry has an integer constant " +"called [code]name[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:139 +msgid "" +"Returns whether [code]class[/code] (or its ancestry if [code]no_inheritance[/" +"code] is [code]false[/code]) has a method called [code]method[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:147 +msgid "" +"Returns whether [code]class[/code] or its ancestry has a signal called " +"[code]signal[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:156 +msgid "" +"Sets [code]property[/code] value of [code]class[/code] to [code]value[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:162 +msgid "Returns the names of all the classes available." +msgstr "" + +#: doc/classes/ClassDB.xml:169 +msgid "" +"Returns the names of all the classes that directly or indirectly inherit " +"from [code]class[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:176 +msgid "Returns the parent class of [code]class[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:183 +msgid "Creates an instance of [code]class[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:190 +msgid "Returns whether this [code]class[/code] is enabled or not." +msgstr "" + +#: doc/classes/ClassDB.xml:198 +msgid "" +"Returns whether [code]inherits[/code] is an ancestor of [code]class[/code] " +"or not." +msgstr "" + +#: doc/classes/ClippedCamera.xml:4 +msgid "A [Camera] that includes collision." +msgstr "" + +#: doc/classes/ClippedCamera.xml:7 +msgid "" +"This node extends [Camera] to add collisions with [Area] and/or " +"[PhysicsBody] nodes. The camera cannot move through colliding objects." +msgstr "" + +#: doc/classes/ClippedCamera.xml:16 +msgid "" +"Adds a collision exception so the camera does not collide with the specified " +"node." +msgstr "" + +#: doc/classes/ClippedCamera.xml:23 +msgid "" +"Adds a collision exception so the camera does not collide with the specified " +"[RID]." +msgstr "" + +#: doc/classes/ClippedCamera.xml:29 +msgid "Removes all collision exceptions." +msgstr "" + +#: doc/classes/ClippedCamera.xml:35 +msgid "Returns the distance the camera has been offset due to a collision." +msgstr "" + +#: doc/classes/ClippedCamera.xml:42 +msgid "" +"Returns [code]true[/code] if the specified bit index is on.\n" +"[b]Note:[/b] Bit indices range from 0-19." +msgstr "" + +#: doc/classes/ClippedCamera.xml:50 +msgid "Removes a collision exception with the specified node." +msgstr "" + +#: doc/classes/ClippedCamera.xml:57 +msgid "Removes a collision exception with the specified [RID]." +msgstr "" + +#: doc/classes/ClippedCamera.xml:65 +msgid "" +"Sets the specified bit index to the [code]value[/code].\n" +"[b]Note:[/b] Bit indices range from 0-19." +msgstr "" + +#: doc/classes/ClippedCamera.xml:72 +msgid "If [code]true[/code], the camera stops on contact with [Area]s." +msgstr "" + +#: doc/classes/ClippedCamera.xml:75 +msgid "If [code]true[/code], the camera stops on contact with [PhysicsBody]s." +msgstr "" + +#: doc/classes/ClippedCamera.xml:78 +msgid "" +"The camera's collision mask. Only objects in at least one collision layer " +"matching the mask will be detected. See [url=https://docs.godotengine.org/" +"en/3.4/tutorials/physics/physics_introduction.html#collision-layers-and-" +"masks]Collision layers and masks[/url] in the documentation for more " +"information." +msgstr "" + +#: doc/classes/ClippedCamera.xml:81 +msgid "" +"The camera's collision margin. The camera can't get closer than this " +"distance to a colliding object." +msgstr "" + +#: doc/classes/ClippedCamera.xml:84 +msgid "The camera's process callback. See [enum ProcessMode]." +msgstr "" + +#: doc/classes/CollisionObject.xml:4 +msgid "Base node for collision objects." +msgstr "" + +#: doc/classes/CollisionObject.xml:7 +msgid "" +"CollisionObject is the base class for physics objects. It can hold any " +"number of collision [Shape]s. Each shape must be assigned to a [i]shape " +"owner[/i]. The CollisionObject can have any number of shape owners. Shape " +"owners are not nodes and do not appear in the editor, but are accessible " +"through code using the [code]shape_owner_*[/code] methods." +msgstr "" + +#: doc/classes/CollisionObject.xml:20 +msgid "" +"Receives unhandled [InputEvent]s. [code]position[/code] is the location in " +"world space of the mouse pointer on the surface of the shape with index " +"[code]shape_idx[/code] and [code]normal[/code] is the normal vector of the " +"surface at that point. Connect to the [signal input_event] signal to easily " +"pick up these events." +msgstr "" + +#: doc/classes/CollisionObject.xml:27 doc/classes/CollisionObject2D.xml:25 +msgid "" +"Creates a new shape owner for the given object. Returns [code]owner_id[/" +"code] of the new owner for future reference." +msgstr "" + +#: doc/classes/CollisionObject.xml:34 doc/classes/CollisionObject2D.xml:32 +msgid "" +"Returns whether or not the specified [code]bit[/code] of the [member " +"collision_layer] is set." +msgstr "" + +#: doc/classes/CollisionObject.xml:41 doc/classes/CollisionObject2D.xml:39 +msgid "" +"Returns whether or not the specified [code]bit[/code] of the [member " +"collision_mask] is set." +msgstr "" + +#: doc/classes/CollisionObject.xml:47 doc/classes/CollisionObject2D.xml:45 +msgid "Returns the object's [RID]." +msgstr "" + +#: doc/classes/CollisionObject.xml:53 doc/classes/CollisionObject2D.xml:58 +msgid "" +"Returns an [Array] of [code]owner_id[/code] identifiers. You can use these " +"ids in other methods that take [code]owner_id[/code] as an argument." +msgstr "" + +#: doc/classes/CollisionObject.xml:60 doc/classes/CollisionObject2D.xml:65 +msgid "If [code]true[/code], the shape owner and its shapes are disabled." +msgstr "" + +#: doc/classes/CollisionObject.xml:67 doc/classes/CollisionObject2D.xml:79 +msgid "Removes the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:75 doc/classes/CollisionObject2D.xml:87 +msgid "" +"If [code]value[/code] is [code]true[/code], sets the specified [code]bit[/" +"code] in the the [member collision_layer].\n" +"If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" +"code] in the the [member collision_layer]." +msgstr "" + +#: doc/classes/CollisionObject.xml:84 doc/classes/CollisionObject2D.xml:96 +msgid "" +"If [code]value[/code] is [code]true[/code], sets the specified [code]bit[/" +"code] in the the [member collision_mask].\n" +"If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" +"code] in the the [member collision_mask]." +msgstr "" + +#: doc/classes/CollisionObject.xml:92 doc/classes/CollisionObject2D.xml:104 +msgid "Returns the [code]owner_id[/code] of the given shape." +msgstr "" + +#: doc/classes/CollisionObject.xml:100 +msgid "Adds a [Shape] to the shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:107 doc/classes/CollisionObject2D.xml:119 +msgid "Removes all shapes from the shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:114 doc/classes/CollisionObject2D.xml:126 +msgid "Returns the parent object of the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:122 +msgid "Returns the [Shape] with the given id from the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:129 doc/classes/CollisionObject2D.xml:141 +msgid "Returns the number of shapes the given shape owner contains." +msgstr "" + +#: doc/classes/CollisionObject.xml:137 +msgid "" +"Returns the child index of the [Shape] with the given id from the given " +"shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:144 +msgid "Returns the shape owner's [Transform]." +msgstr "" + +#: doc/classes/CollisionObject.xml:152 doc/classes/CollisionObject2D.xml:164 +msgid "Removes a shape from the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:160 doc/classes/CollisionObject2D.xml:172 +msgid "If [code]true[/code], disables the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:168 +msgid "Sets the [Transform] of the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:174 +msgid "" +"The physics layers this CollisionObject3D is in. Collision objects can exist " +"in one or more of 32 different layers. See also [member collision_mask].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject.xml:178 +msgid "" +"The physics layers this CollisionObject3D scans. Collision objects can scan " +"one or more of 32 different layers. See also [member collision_layer].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject.xml:182 +msgid "" +"If [code]true[/code], the [CollisionObject] will continue to receive input " +"events as the mouse is dragged across its shapes." +msgstr "" + +#: doc/classes/CollisionObject.xml:185 +msgid "" +"If [code]true[/code], the [CollisionObject]'s shapes will respond to " +"[RayCast]s." +msgstr "" + +#: doc/classes/CollisionObject.xml:196 +msgid "" +"Emitted when the object receives an unhandled [InputEvent]. [code]position[/" +"code] is the location in world space of the mouse pointer on the surface of " +"the shape with index [code]shape_idx[/code] and [code]normal[/code] is the " +"normal vector of the surface at that point." +msgstr "" + +#: doc/classes/CollisionObject.xml:201 +msgid "Emitted when the mouse pointer enters any of this object's shapes." +msgstr "" + +#: doc/classes/CollisionObject.xml:206 +msgid "Emitted when the mouse pointer exits all this object's shapes." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:4 +msgid "Base node for 2D collision objects." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:7 +msgid "" +"CollisionObject2D is the base class for 2D physics objects. It can hold any " +"number of 2D collision [Shape2D]s. Each shape must be assigned to a [i]shape " +"owner[/i]. The CollisionObject2D can have any number of shape owners. Shape " +"owners are not nodes and do not appear in the editor, but are accessible " +"through code using the [code]shape_owner_*[/code] methods." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:18 +msgid "" +"Accepts unhandled [InputEvent]s. Requires [member input_pickable] to be " +"[code]true[/code]. [code]shape_idx[/code] is the child index of the clicked " +"[Shape2D]. Connect to the [code]input_event[/code] signal to easily pick up " +"these events." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:52 +msgid "" +"Returns the [code]one_way_collision_margin[/code] of the shape owner " +"identified by given [code]owner_id[/code]." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:72 +msgid "" +"Returns [code]true[/code] if collisions for the shape owner originating from " +"this [CollisionObject2D] will not be reported to collided with " +"[CollisionObject2D]s." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:112 +msgid "Adds a [Shape2D] to the shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:134 +msgid "Returns the [Shape2D] with the given id from the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:149 +msgid "" +"Returns the child index of the [Shape2D] with the given id from the given " +"shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:156 +msgid "Returns the shape owner's [Transform2D]." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:180 +msgid "" +"If [code]enable[/code] is [code]true[/code], collisions for the shape owner " +"originating from this [CollisionObject2D] will not be reported to collided " +"with [CollisionObject2D]s." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:188 +msgid "" +"Sets the [code]one_way_collision_margin[/code] of the shape owner identified " +"by given [code]owner_id[/code] to [code]margin[/code] pixels." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:196 +msgid "Sets the [Transform2D] of the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:202 +msgid "" +"The physics layers this CollisionObject2D is in. Collision objects can exist " +"in one or more of 32 different layers. See also [member collision_mask].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:206 +msgid "" +"The physics layers this CollisionObject2D scans. Collision objects can scan " +"one or more of 32 different layers. See also [member collision_layer].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:210 +msgid "" +"If [code]true[/code], this object is pickable. A pickable object can detect " +"the mouse pointer entering/leaving, and if the mouse is inside it, report " +"input events. Requires at least one [code]collision_layer[/code] bit to be " +"set." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:219 +msgid "" +"Emitted when an input event occurs. Requires [member input_pickable] to be " +"[code]true[/code] and at least one [code]collision_layer[/code] bit to be " +"set. See [method _input_event] for details." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:224 +msgid "" +"Emitted when the mouse pointer enters any of this object's shapes. Requires " +"[member input_pickable] to be [code]true[/code] and at least one " +"[code]collision_layer[/code] bit to be set." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:229 +msgid "" +"Emitted when the mouse pointer exits all this object's shapes. Requires " +"[member input_pickable] to be [code]true[/code] and at least one " +"[code]collision_layer[/code] bit to be set." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:4 +msgid "Editor-only class for defining a collision polygon in 3D space." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:7 +msgid "" +"Allows editing a collision polygon's vertices on a selected plane. Can also " +"set a depth perpendicular to that plane. This class is only available in the " +"editor. It will not appear in the scene tree at run-time. Creates a [Shape] " +"for gameplay. Properties modified during gameplay will have no effect." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:15 +msgid "" +"Length that the resulting collision extends in either direction " +"perpendicular to its polygon." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:18 +msgid "If [code]true[/code], no collision will be produced." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:21 +msgid "" +"The collision margin for the generated [Shape]. See [member Shape.margin] " +"for more details." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:24 +msgid "" +"Array of vertices which define the polygon.\n" +"[b]Note:[/b] The returned value is a copy of the original. Methods which " +"mutate the size or properties of the return value will not impact the " +"original polygon. To change properties of the polygon, assign it to a " +"temporary variable and make changes before reassigning the [code]polygon[/" +"code] member." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:4 +msgid "Defines a 2D collision polygon." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:7 +msgid "" +"Provides a 2D collision polygon to a [CollisionObject2D] parent. Polygons " +"can be drawn in the editor or specified by a list of vertices." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:15 +msgid "Collision build mode. Use one of the [enum BuildMode] constants." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:18 +msgid "If [code]true[/code], no collisions will be detected." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:21 +msgid "" +"If [code]true[/code], only edges that face up, relative to " +"[CollisionPolygon2D]'s rotation, will collide with other objects." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:24 +msgid "" +"The margin used for one-way collision (in pixels). Higher values will make " +"the shape thicker, and work better for colliders that enter the polygon at a " +"high velocity." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:27 +msgid "" +"The polygon's list of vertices. The final point will be connected to the " +"first. The returned value is a clone of the [PoolVector2Array], not a " +"reference." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:32 +msgid "Collisions will include the polygon and its contained area." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:35 +msgid "Collisions will only include the polygon edges." +msgstr "" + +#: doc/classes/CollisionShape.xml:4 +msgid "Node that represents collision shape data in 3D space." +msgstr "" + +#: doc/classes/CollisionShape.xml:7 +msgid "" +"Editor facility for creating and editing collision shapes in 3D space. You " +"can use this node to represent all sorts of collision shapes, for example, " +"add this to an [Area] to give it a detection shape, or add it to a " +"[PhysicsBody] to create a solid object. [b]IMPORTANT[/b]: this is an Editor-" +"only helper to create shapes, use [method CollisionObject." +"shape_owner_get_shape] to get the actual shape." +msgstr "" + +#: doc/classes/CollisionShape.xml:10 doc/classes/CollisionShape2D.xml:10 +#: doc/classes/Physics2DDirectBodyState.xml:10 +#: doc/classes/Physics2DDirectSpaceState.xml:10 doc/classes/PhysicsBody.xml:10 +#: doc/classes/PhysicsBody2D.xml:10 doc/classes/PhysicsDirectBodyState.xml:10 +#: doc/classes/PhysicsDirectSpaceState.xml:10 doc/classes/RigidBody.xml:14 +#: doc/classes/Shape.xml:10 doc/classes/Shape2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html" +msgstr "" + +#: doc/classes/CollisionShape.xml:19 +msgid "" +"Sets the collision shape's shape to the addition of all its convexed " +"[MeshInstance] siblings geometry." +msgstr "" + +#: doc/classes/CollisionShape.xml:26 +msgid "" +"If this method exists within a script it will be called whenever the shape " +"resource has been modified." +msgstr "" + +#: doc/classes/CollisionShape.xml:32 +msgid "A disabled collision shape has no effect in the world." +msgstr "" + +#: doc/classes/CollisionShape.xml:35 doc/classes/CollisionShape2D.xml:28 +msgid "The actual shape owned by this collision shape." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:4 +msgid "Node that represents collision shape data in 2D space." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:7 +msgid "" +"Editor facility for creating and editing collision shapes in 2D space. You " +"can use this node to represent all sorts of collision shapes, for example, " +"add this to an [Area2D] to give it a detection shape, or add it to a " +"[PhysicsBody2D] to create a solid object. [b]IMPORTANT[/b]: this is an " +"Editor-only helper to create shapes, use [method CollisionObject2D." +"shape_owner_get_shape] to get the actual shape." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:13 doc/classes/KinematicBody2D.xml:14 +#: doc/classes/RectangleShape2D.xml:11 doc/classes/TileMap.xml:17 +#: doc/classes/TileSet.xml:17 +msgid "https://godotengine.org/asset-library/asset/113" +msgstr "" + +#: doc/classes/CollisionShape2D.xml:19 +msgid "" +"A disabled collision shape has no effect in the world. This property should " +"be changed with [method Object.set_deferred]." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:22 +msgid "" +"Sets whether this collision shape should only detect collision on one side " +"(top or bottom)." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:25 +msgid "" +"The margin used for one-way collision (in pixels). Higher values will make " +"the shape thicker, and work better for colliders that enter the shape at a " +"high velocity." +msgstr "" + +#: doc/classes/Color.xml:4 +msgid "Color in RGBA format using floats on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:7 +msgid "" +"A color represented by red, green, blue, and alpha (RGBA) components. The " +"alpha component is often used for transparency. Values are in floating-point " +"and usually range from 0 to 1. Some properties (such as CanvasItem.modulate) " +"may accept values greater than 1 (overbright or HDR colors).\n" +"You can also create a color from standardized color names by using [method " +"@GDScript.ColorN] or directly using the color constants defined here. The " +"standardized color set is based on the [url=https://en.wikipedia.org/wiki/" +"X11_color_names]X11 color names[/url].\n" +"If you want to supply values in a range of 0 to 255, you should use [method " +"@GDScript.Color8].\n" +"[b]Note:[/b] In a boolean context, a Color will evaluate to [code]false[/" +"code] if it's equal to [code]Color(0, 0, 0, 1)[/code] (opaque black). " +"Otherwise, a Color will always evaluate to [code]true[/code].\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"color_constants.png]Color constants cheatsheet[/url]" +msgstr "" + +#: doc/classes/Color.xml:14 doc/classes/ColorPickerButton.xml:13 +msgid "https://godotengine.org/asset-library/asset/517" +msgstr "" + +#: doc/classes/Color.xml:15 doc/classes/ColorPicker.xml:11 +msgid "https://godotengine.org/asset-library/asset/146" +msgstr "" + +#: doc/classes/Color.xml:16 doc/classes/ColorPickerButton.xml:12 +msgid "https://godotengine.org/asset-library/asset/133" +msgstr "" + +#: doc/classes/Color.xml:23 +msgid "" +"Constructs a color from an HTML hexadecimal color string in ARGB or RGB " +"format. See also [method @GDScript.ColorN].\n" +"[codeblock]\n" +"# Each of the following creates the same color RGBA(178, 217, 10, 255).\n" +"var c1 = Color(\"#ffb2d90a\") # ARGB format with \"#\".\n" +"var c2 = Color(\"ffb2d90a\") # ARGB format.\n" +"var c3 = Color(\"#b2d90a\") # RGB format with \"#\".\n" +"var c4 = Color(\"b2d90a\") # RGB format.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:37 +msgid "" +"Constructs a color from a 32-bit integer in RGBA format (each byte " +"represents a color channel).\n" +"[codeblock]\n" +"var c = Color(274) # Similar to Color(0.0, 0.0, 0.004, 0.07)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:49 +msgid "" +"Constructs a color from RGB values, typically between 0 and 1. Alpha will be " +"1.\n" +"[codeblock]\n" +"var color = Color(0.2, 1.0, 0.7) # Similar to Color8(51, 255, 178, 255)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:62 +msgid "" +"Constructs a color from RGBA values, typically between 0 and 1.\n" +"[codeblock]\n" +"var color = Color(0.2, 1.0, 0.7, 0.8) # Similar to Color8(51, 255, 178, " +"204)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:72 +msgid "" +"Returns a new color resulting from blending this color over another. If the " +"color is opaque, the result is also opaque. The second color may have a " +"range of alpha values.\n" +"[codeblock]\n" +"var bg = Color(0.0, 1.0, 0.0, 0.5) # Green with alpha of 50%\n" +"var fg = Color(1.0, 0.0, 0.0, 0.5) # Red with alpha of 50%\n" +"var blended_color = bg.blend(fg) # Brown with alpha of 75%\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:83 +msgid "" +"Returns the most contrasting color.\n" +"[codeblock]\n" +"var c = Color(0.3, 0.4, 0.9)\n" +"var contrasted_color = c.contrasted() # Equivalent to RGBA(204, 229, 102, " +"255)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:94 +msgid "" +"Returns a new color resulting from making this color darker by the specified " +"percentage (ratio from 0 to 1).\n" +"[codeblock]\n" +"var green = Color(0.0, 1.0, 0.0)\n" +"var darkgreen = green.darkened(0.2) # 20% darker than regular green\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:108 +msgid "" +"Constructs a color from an HSV profile. [code]h[/code], [code]s[/code], and " +"[code]v[/code] are values between 0 and 1.\n" +"[codeblock]\n" +"var c = Color.from_hsv(0.58, 0.5, 0.79, 0.8) # Equivalent to HSV(210, 50, " +"79, 0.8) or Color8(100, 151, 201, 0.8)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:117 +msgid "" +"Returns the color's grayscale representation.\n" +"The gray value is calculated as [code](r + g + b) / 3[/code].\n" +"[codeblock]\n" +"var c = Color(0.2, 0.45, 0.82)\n" +"var gray = c.gray() # A value of 0.466667\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:128 +msgid "" +"Returns the inverted color [code](1 - r, 1 - g, 1 - b, a)[/code].\n" +"[codeblock]\n" +"var color = Color(0.3, 0.4, 0.9)\n" +"var inverted_color = color.inverted() # Equivalent to Color(0.7, 0.6, 0.1)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:139 +msgid "" +"Returns [code]true[/code] if this color and [code]color[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Color.xml:146 +msgid "" +"Returns a new color resulting from making this color lighter by the " +"specified percentage (ratio from 0 to 1).\n" +"[codeblock]\n" +"var green = Color(0.0, 1.0, 0.0)\n" +"var lightgreen = green.lightened(0.2) # 20% lighter than regular green\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:158 +msgid "" +"Returns the linear interpolation with another color. The interpolation " +"factor [code]weight[/code] is between 0 and 1.\n" +"[codeblock]\n" +"var c1 = Color(1.0, 0.0, 0.0)\n" +"var c2 = Color(0.0, 1.0, 0.0)\n" +"var li_c = c1.linear_interpolate(c2, 0.5) # Equivalent to Color(0.5, 0.5, " +"0.0)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:169 +msgid "" +"Returns the color converted to a 32-bit integer in ABGR format (each byte " +"represents a color channel). ABGR is the reversed version of the default " +"format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_abgr32()) # Prints 4281565439\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:179 +msgid "" +"Returns the color converted to a 64-bit integer in ABGR format (each word " +"represents a color channel). ABGR is the reversed version of the default " +"format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_abgr64()) # Prints -225178692812801\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:189 +msgid "" +"Returns the color converted to a 32-bit integer in ARGB format (each byte " +"represents a color channel). ARGB is more compatible with DirectX.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_argb32()) # Prints 4294934323\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:199 +msgid "" +"Returns the color converted to a 64-bit integer in ARGB format (each word " +"represents a color channel). ARGB is more compatible with DirectX.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_argb64()) # Prints -2147470541\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:210 +msgid "" +"Returns the color's HTML hexadecimal color string in ARGB format (ex: " +"[code]ff34f822[/code]).\n" +"Setting [code]with_alpha[/code] to [code]false[/code] excludes alpha from " +"the hexadecimal string.\n" +"[codeblock]\n" +"var c = Color(1, 1, 1, 0.5)\n" +"var s1 = c.to_html() # Returns \"7fffffff\"\n" +"var s2 = c.to_html(false) # Returns \"ffffff\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:222 +msgid "" +"Returns the color converted to a 32-bit integer in RGBA format (each byte " +"represents a color channel). RGBA is Godot's default format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_rgba32()) # Prints 4286526463\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:232 +msgid "" +"Returns the color converted to a 64-bit integer in RGBA format (each word " +"represents a color channel). RGBA is Godot's default format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_rgba64()) # Prints -140736629309441\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:242 +msgid "" +"The color's alpha (transparency) component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:245 +msgid "Wrapper for [member a] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:248 +msgid "The color's blue component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:251 +msgid "Wrapper for [member b] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:254 +msgid "The color's green component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:257 +msgid "Wrapper for [member g] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:260 +msgid "The HSV hue of this color, on the range 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:263 +msgid "The color's red component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:266 +msgid "Wrapper for [member r] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:269 +msgid "The HSV saturation of this color, on the range 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:272 +msgid "The HSV value (brightness) of this color, on the range 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:277 +msgid "Alice blue color." +msgstr "" + +#: doc/classes/Color.xml:280 +msgid "Antique white color." +msgstr "" + +#: doc/classes/Color.xml:283 +msgid "Aqua color." +msgstr "" + +#: doc/classes/Color.xml:286 +msgid "Aquamarine color." +msgstr "" + +#: doc/classes/Color.xml:289 +msgid "Azure color." +msgstr "" + +#: doc/classes/Color.xml:292 +msgid "Beige color." +msgstr "" + +#: doc/classes/Color.xml:295 +msgid "Bisque color." +msgstr "" + +#: doc/classes/Color.xml:298 +msgid "Black color." +msgstr "" + +#: doc/classes/Color.xml:301 +msgid "Blanche almond color." +msgstr "" + +#: doc/classes/Color.xml:304 +msgid "Blue color." +msgstr "" + +#: doc/classes/Color.xml:307 +msgid "Blue violet color." +msgstr "" + +#: doc/classes/Color.xml:310 +msgid "Brown color." +msgstr "" + +#: doc/classes/Color.xml:313 +msgid "Burly wood color." +msgstr "" + +#: doc/classes/Color.xml:316 +msgid "Cadet blue color." +msgstr "" + +#: doc/classes/Color.xml:319 +msgid "Chartreuse color." +msgstr "" + +#: doc/classes/Color.xml:322 +msgid "Chocolate color." +msgstr "" + +#: doc/classes/Color.xml:325 +msgid "Coral color." +msgstr "" + +#: doc/classes/Color.xml:328 +msgid "Cornflower color." +msgstr "" + +#: doc/classes/Color.xml:331 +msgid "Corn silk color." +msgstr "" + +#: doc/classes/Color.xml:334 +msgid "Crimson color." +msgstr "" + +#: doc/classes/Color.xml:337 +msgid "Cyan color." +msgstr "" + +#: doc/classes/Color.xml:340 +msgid "Dark blue color." +msgstr "" + +#: doc/classes/Color.xml:343 +msgid "Dark cyan color." +msgstr "" + +#: doc/classes/Color.xml:346 +msgid "Dark goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:349 +msgid "Dark gray color." +msgstr "" + +#: doc/classes/Color.xml:352 +msgid "Dark green color." +msgstr "" + +#: doc/classes/Color.xml:355 +msgid "Dark khaki color." +msgstr "" + +#: doc/classes/Color.xml:358 +msgid "Dark magenta color." +msgstr "" + +#: doc/classes/Color.xml:361 +msgid "Dark olive green color." +msgstr "" + +#: doc/classes/Color.xml:364 +msgid "Dark orange color." +msgstr "" + +#: doc/classes/Color.xml:367 +msgid "Dark orchid color." +msgstr "" + +#: doc/classes/Color.xml:370 +msgid "Dark red color." +msgstr "" + +#: doc/classes/Color.xml:373 +msgid "Dark salmon color." +msgstr "" + +#: doc/classes/Color.xml:376 +msgid "Dark sea green color." +msgstr "" + +#: doc/classes/Color.xml:379 +msgid "Dark slate blue color." +msgstr "" + +#: doc/classes/Color.xml:382 +msgid "Dark slate gray color." +msgstr "" + +#: doc/classes/Color.xml:385 +msgid "Dark turquoise color." +msgstr "" + +#: doc/classes/Color.xml:388 +msgid "Dark violet color." +msgstr "" + +#: doc/classes/Color.xml:391 +msgid "Deep pink color." +msgstr "" + +#: doc/classes/Color.xml:394 +msgid "Deep sky blue color." +msgstr "" + +#: doc/classes/Color.xml:397 +msgid "Dim gray color." +msgstr "" + +#: doc/classes/Color.xml:400 +msgid "Dodger blue color." +msgstr "" + +#: doc/classes/Color.xml:403 +msgid "Firebrick color." +msgstr "" + +#: doc/classes/Color.xml:406 +msgid "Floral white color." +msgstr "" + +#: doc/classes/Color.xml:409 +msgid "Forest green color." +msgstr "" + +#: doc/classes/Color.xml:412 +msgid "Fuchsia color." +msgstr "" + +#: doc/classes/Color.xml:415 +msgid "Gainsboro color." +msgstr "" + +#: doc/classes/Color.xml:418 +msgid "Ghost white color." +msgstr "" + +#: doc/classes/Color.xml:421 +msgid "Gold color." +msgstr "" + +#: doc/classes/Color.xml:424 +msgid "Goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:427 +msgid "Gray color." +msgstr "" + +#: doc/classes/Color.xml:430 +msgid "Green color." +msgstr "" + +#: doc/classes/Color.xml:433 +msgid "Green yellow color." +msgstr "" + +#: doc/classes/Color.xml:436 +msgid "Honeydew color." +msgstr "" + +#: doc/classes/Color.xml:439 +msgid "Hot pink color." +msgstr "" + +#: doc/classes/Color.xml:442 +msgid "Indian red color." +msgstr "" + +#: doc/classes/Color.xml:445 +msgid "Indigo color." +msgstr "" + +#: doc/classes/Color.xml:448 +msgid "Ivory color." +msgstr "" + +#: doc/classes/Color.xml:451 +msgid "Khaki color." +msgstr "" + +#: doc/classes/Color.xml:454 +msgid "Lavender color." +msgstr "" + +#: doc/classes/Color.xml:457 +msgid "Lavender blush color." +msgstr "" + +#: doc/classes/Color.xml:460 +msgid "Lawn green color." +msgstr "" + +#: doc/classes/Color.xml:463 +msgid "Lemon chiffon color." +msgstr "" + +#: doc/classes/Color.xml:466 +msgid "Light blue color." +msgstr "" + +#: doc/classes/Color.xml:469 +msgid "Light coral color." +msgstr "" + +#: doc/classes/Color.xml:472 +msgid "Light cyan color." +msgstr "" + +#: doc/classes/Color.xml:475 +msgid "Light goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:478 +msgid "Light gray color." +msgstr "" + +#: doc/classes/Color.xml:481 +msgid "Light green color." +msgstr "" + +#: doc/classes/Color.xml:484 +msgid "Light pink color." +msgstr "" + +#: doc/classes/Color.xml:487 +msgid "Light salmon color." +msgstr "" + +#: doc/classes/Color.xml:490 +msgid "Light sea green color." +msgstr "" + +#: doc/classes/Color.xml:493 +msgid "Light sky blue color." +msgstr "" + +#: doc/classes/Color.xml:496 +msgid "Light slate gray color." +msgstr "" + +#: doc/classes/Color.xml:499 +msgid "Light steel blue color." +msgstr "" + +#: doc/classes/Color.xml:502 +msgid "Light yellow color." +msgstr "" + +#: doc/classes/Color.xml:505 +msgid "Lime color." +msgstr "" + +#: doc/classes/Color.xml:508 +msgid "Lime green color." +msgstr "" + +#: doc/classes/Color.xml:511 +msgid "Linen color." +msgstr "" + +#: doc/classes/Color.xml:514 +msgid "Magenta color." +msgstr "" + +#: doc/classes/Color.xml:517 +msgid "Maroon color." +msgstr "" + +#: doc/classes/Color.xml:520 +msgid "Medium aquamarine color." +msgstr "" + +#: doc/classes/Color.xml:523 +msgid "Medium blue color." +msgstr "" + +#: doc/classes/Color.xml:526 +msgid "Medium orchid color." +msgstr "" + +#: doc/classes/Color.xml:529 +msgid "Medium purple color." +msgstr "" + +#: doc/classes/Color.xml:532 +msgid "Medium sea green color." +msgstr "" + +#: doc/classes/Color.xml:535 +msgid "Medium slate blue color." +msgstr "" + +#: doc/classes/Color.xml:538 +msgid "Medium spring green color." +msgstr "" + +#: doc/classes/Color.xml:541 +msgid "Medium turquoise color." +msgstr "" + +#: doc/classes/Color.xml:544 +msgid "Medium violet red color." +msgstr "" + +#: doc/classes/Color.xml:547 +msgid "Midnight blue color." +msgstr "" + +#: doc/classes/Color.xml:550 +msgid "Mint cream color." +msgstr "" + +#: doc/classes/Color.xml:553 +msgid "Misty rose color." +msgstr "" + +#: doc/classes/Color.xml:556 +msgid "Moccasin color." +msgstr "" + +#: doc/classes/Color.xml:559 +msgid "Navajo white color." +msgstr "" + +#: doc/classes/Color.xml:562 +msgid "Navy blue color." +msgstr "" + +#: doc/classes/Color.xml:565 +msgid "Old lace color." +msgstr "" + +#: doc/classes/Color.xml:568 +msgid "Olive color." +msgstr "" + +#: doc/classes/Color.xml:571 +msgid "Olive drab color." +msgstr "" + +#: doc/classes/Color.xml:574 +msgid "Orange color." +msgstr "" + +#: doc/classes/Color.xml:577 +msgid "Orange red color." +msgstr "" + +#: doc/classes/Color.xml:580 +msgid "Orchid color." +msgstr "" + +#: doc/classes/Color.xml:583 +msgid "Pale goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:586 +msgid "Pale green color." +msgstr "" + +#: doc/classes/Color.xml:589 +msgid "Pale turquoise color." +msgstr "" + +#: doc/classes/Color.xml:592 +msgid "Pale violet red color." +msgstr "" + +#: doc/classes/Color.xml:595 +msgid "Papaya whip color." +msgstr "" + +#: doc/classes/Color.xml:598 +msgid "Peach puff color." +msgstr "" + +#: doc/classes/Color.xml:601 +msgid "Peru color." +msgstr "" + +#: doc/classes/Color.xml:604 +msgid "Pink color." +msgstr "" + +#: doc/classes/Color.xml:607 +msgid "Plum color." +msgstr "" + +#: doc/classes/Color.xml:610 +msgid "Powder blue color." +msgstr "" + +#: doc/classes/Color.xml:613 +msgid "Purple color." +msgstr "" + +#: doc/classes/Color.xml:616 +msgid "Rebecca purple color." +msgstr "" + +#: doc/classes/Color.xml:619 +msgid "Red color." +msgstr "" + +#: doc/classes/Color.xml:622 +msgid "Rosy brown color." +msgstr "" + +#: doc/classes/Color.xml:625 +msgid "Royal blue color." +msgstr "" + +#: doc/classes/Color.xml:628 +msgid "Saddle brown color." +msgstr "" + +#: doc/classes/Color.xml:631 +msgid "Salmon color." +msgstr "" + +#: doc/classes/Color.xml:634 +msgid "Sandy brown color." +msgstr "" + +#: doc/classes/Color.xml:637 +msgid "Sea green color." +msgstr "" + +#: doc/classes/Color.xml:640 +msgid "Seashell color." +msgstr "" + +#: doc/classes/Color.xml:643 +msgid "Sienna color." +msgstr "" + +#: doc/classes/Color.xml:646 +msgid "Silver color." +msgstr "" + +#: doc/classes/Color.xml:649 +msgid "Sky blue color." +msgstr "" + +#: doc/classes/Color.xml:652 +msgid "Slate blue color." +msgstr "" + +#: doc/classes/Color.xml:655 +msgid "Slate gray color." +msgstr "" + +#: doc/classes/Color.xml:658 +msgid "Snow color." +msgstr "" + +#: doc/classes/Color.xml:661 +msgid "Spring green color." +msgstr "" + +#: doc/classes/Color.xml:664 +msgid "Steel blue color." +msgstr "" + +#: doc/classes/Color.xml:667 +msgid "Tan color." +msgstr "" + +#: doc/classes/Color.xml:670 +msgid "Teal color." +msgstr "" + +#: doc/classes/Color.xml:673 +msgid "Thistle color." +msgstr "" + +#: doc/classes/Color.xml:676 +msgid "Tomato color." +msgstr "" + +#: doc/classes/Color.xml:679 +msgid "Transparent color (white with no alpha)." +msgstr "" + +#: doc/classes/Color.xml:682 +msgid "Turquoise color." +msgstr "" + +#: doc/classes/Color.xml:685 +msgid "Violet color." +msgstr "" + +#: doc/classes/Color.xml:688 +msgid "Web gray color." +msgstr "" + +#: doc/classes/Color.xml:691 +msgid "Web green color." +msgstr "" + +#: doc/classes/Color.xml:694 +msgid "Web maroon color." +msgstr "" + +#: doc/classes/Color.xml:697 +msgid "Web purple color." +msgstr "" + +#: doc/classes/Color.xml:700 +msgid "Wheat color." +msgstr "" + +#: doc/classes/Color.xml:703 +msgid "White color." +msgstr "" + +#: doc/classes/Color.xml:706 +msgid "White smoke color." +msgstr "" + +#: doc/classes/Color.xml:709 +msgid "Yellow color." +msgstr "" + +#: doc/classes/Color.xml:712 +msgid "Yellow green color." +msgstr "" + +#: doc/classes/ColorPicker.xml:4 +msgid "Color picker control." +msgstr "" + +#: doc/classes/ColorPicker.xml:7 +msgid "" +"Displays a color picker widget. Useful for selecting a color from an RGB/" +"RGBA colorspace.\n" +"[b]Note:[/b] This control is the color picker widget itself. You can use a " +"[ColorPickerButton] instead if you need a button that brings up a " +"[ColorPicker] in a pop-up." +msgstr "" + +#: doc/classes/ColorPicker.xml:18 +msgid "" +"Adds the given color to a list of color presets. The presets are displayed " +"in the color picker and the user will be able to select them.\n" +"[b]Note:[/b] The presets list is only for [i]this[/i] color picker." +msgstr "" + +#: doc/classes/ColorPicker.xml:26 +msgid "" +"Removes the given color from the list of color presets of this color picker." +msgstr "" + +#: doc/classes/ColorPicker.xml:32 +msgid "Returns the list of colors in the presets of the color picker." +msgstr "" + +#: doc/classes/ColorPicker.xml:38 doc/classes/ColorPickerButton.xml:33 +msgid "The currently selected color." +msgstr "" + +#: doc/classes/ColorPicker.xml:41 +msgid "" +"If [code]true[/code], the color will apply only after the user releases the " +"mouse button, otherwise it will apply immediately even in mouse motion event " +"(which can cause performance issues)." +msgstr "" + +#: doc/classes/ColorPicker.xml:44 +msgid "If [code]true[/code], shows an alpha channel slider (transparency)." +msgstr "" + +#: doc/classes/ColorPicker.xml:47 +msgid "" +"If [code]true[/code], allows editing the color with Hue/Saturation/Value " +"sliders.\n" +"[b]Note:[/b] Cannot be enabled if raw mode is on." +msgstr "" + +#: doc/classes/ColorPicker.xml:51 +msgid "If [code]true[/code], the \"add preset\" button is enabled." +msgstr "" + +#: doc/classes/ColorPicker.xml:54 +msgid "If [code]true[/code], saved color presets are visible." +msgstr "" + +#: doc/classes/ColorPicker.xml:57 +msgid "" +"If [code]true[/code], allows the color R, G, B component values to go beyond " +"1.0, which can be used for certain special operations that require it (like " +"tinting without darkening or rendering sprites in HDR).\n" +"[b]Note:[/b] Cannot be enabled if HSV mode is on." +msgstr "" + +#: doc/classes/ColorPicker.xml:65 +msgid "Emitted when the color is changed." +msgstr "" + +#: doc/classes/ColorPicker.xml:71 +msgid "Emitted when a preset is added." +msgstr "" + +#: doc/classes/ColorPicker.xml:77 +msgid "Emitted when a preset is removed." +msgstr "" + +#: doc/classes/ColorPicker.xml:85 +msgid "The icon for the \"Add Preset\" button." +msgstr "" + +#: doc/classes/ColorPicker.xml:88 +msgid "Custom texture for the hue selection slider on the right." +msgstr "" + +#: doc/classes/ColorPicker.xml:93 +msgid "The width of the hue selection slider." +msgstr "" + +#: doc/classes/ColorPicker.xml:98 +msgid "The margin around the [ColorPicker]." +msgstr "" + +#: doc/classes/ColorPicker.xml:101 +msgid "" +"The indicator used to signalize that the color value is outside the 0-1 " +"range." +msgstr "" + +#: doc/classes/ColorPicker.xml:106 +msgid "The icon for the screen color picker button." +msgstr "" + +#: doc/classes/ColorPicker.xml:109 +msgid "The height of the saturation-value selection box." +msgstr "" + +#: doc/classes/ColorPicker.xml:112 +msgid "The width of the saturation-value selection box." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:4 +msgid "Button that pops out a [ColorPicker]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:7 +msgid "" +"Encapsulates a [ColorPicker] making it accessible by pressing a button. " +"Pressing the button will toggle the [ColorPicker] visibility.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node.\n" +"[b]Note:[/b] By default, the button may not be wide enough for the color " +"preview swatch to be visible. Make sure to set [member Control." +"rect_min_size] to a big enough value to give the button enough space." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:19 +msgid "" +"Returns the [ColorPicker] that this node toggles.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:26 +msgid "" +"Returns the control's [PopupPanel] which allows you to connect to popup " +"signals. This allows you to handle events when the ColorPicker is shown or " +"hidden.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:36 +msgid "" +"If [code]true[/code], the alpha channel in the displayed [ColorPicker] will " +"be visible." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:44 +msgid "Emitted when the color changes." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:49 +msgid "" +"Emitted when the [ColorPicker] is created (the button is pressed for the " +"first time)." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:54 +msgid "Emitted when the [ColorPicker] is closed." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:62 +msgid "The background of the color preview rect on the button." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:65 +msgid "[StyleBox] used when the [ColorPickerButton] is disabled." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:68 +msgid "" +"[StyleBox] used when the [ColorPickerButton] is focused. It is displayed " +"over the current [StyleBox], so using [StyleBoxEmpty] will just disable the " +"focus visual effect." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:71 +msgid "[Font] of the [ColorPickerButton]'s text." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:74 +msgid "Default text [Color] of the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:77 +msgid "Text [Color] used when the [ColorPickerButton] is disabled." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:80 +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:83 +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:86 +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:89 +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:92 +msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 +msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." +msgstr "" + +#: doc/classes/ColorRect.xml:4 +msgid "Colored rectangle." +msgstr "" + +#: doc/classes/ColorRect.xml:7 +msgid "" +"Displays a rectangle filled with a solid [member color]. If you need to " +"display the border alone, consider using [ReferenceRect] instead." +msgstr "" + +#: doc/classes/ColorRect.xml:16 +msgid "" +"The fill color.\n" +"[codeblock]\n" +"$ColorRect.color = Color(1, 0, 0, 1) # Set ColorRect's color to red.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:4 +msgid "Concave polygon shape." +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:7 +msgid "" +"Concave polygon shape resource, which can be set into a [PhysicsBody] or " +"area. This shape is created by feeding a list of triangles.\n" +"[b]Note:[/b] When used for collision, [ConcavePolygonShape] is intended to " +"work with static [PhysicsBody] nodes like [StaticBody] and will not work " +"with [KinematicBody] or [RigidBody] with a mode other than Static." +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:17 +msgid "Returns the faces (an array of triangles)." +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:24 +msgid "Sets the faces (an array of triangles)." +msgstr "" + +#: doc/classes/ConcavePolygonShape2D.xml:4 +msgid "Concave polygon 2D shape resource for physics." +msgstr "" + +#: doc/classes/ConcavePolygonShape2D.xml:7 +msgid "" +"Concave polygon 2D shape resource for physics. It is made out of segments " +"and is optimal for complex polygonal concave collisions. However, it is not " +"advised to use for [RigidBody2D] nodes. A CollisionPolygon2D in convex " +"decomposition mode (solids) or several convex objects are advised for that " +"instead. Otherwise, a concave polygon 2D shape is better for static " +"collisions.\n" +"The main difference between a [ConvexPolygonShape2D] and a " +"[ConcavePolygonShape2D] is that a concave polygon assumes it is concave and " +"uses a more complex method of collision detection, and a convex one forces " +"itself to be convex in order to speed up collision detection." +msgstr "" + +#: doc/classes/ConcavePolygonShape2D.xml:16 +msgid "" +"The array of points that make up the [ConcavePolygonShape2D]'s line segments." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:4 +msgid "A twist joint between two 3D PhysicsBodies." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:7 +msgid "" +"The joint can rotate the bodies across an axis defined by the local x-axes " +"of the [Joint].\n" +"The twist axis is initiated as the X axis of the [Joint].\n" +"Once the Bodies swing, the twist axis is calculated as the middle of the x-" +"axes of the Joint in the local space of the two Bodies. See also " +"[Generic6DOFJoint]." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:30 doc/classes/ConeTwistJoint.xml:62 +#: doc/classes/PhysicsServer.xml:1076 +msgid "" +"The speed with which the swing or twist will take place.\n" +"The higher, the faster." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:34 doc/classes/ConeTwistJoint.xml:69 +#: doc/classes/PhysicsServer.xml:1083 +msgid "" +"Defines, how fast the swing- and twist-speed-difference on both sides gets " +"synced." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:37 doc/classes/ConeTwistJoint.xml:66 +msgid "" +"The ease with which the joint starts to twist. If it's too low, it takes " +"more force to start twisting the joint." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:40 doc/classes/ConeTwistJoint.xml:52 +#: doc/classes/PhysicsServer.xml:1066 +msgid "" +"Swing is rotation from side to side, around the axis perpendicular to the " +"twist axis.\n" +"The swing span defines, how much rotation will not get corrected along the " +"swing axis.\n" +"Could be defined as looseness in the [ConeTwistJoint].\n" +"If below 0.05, this behavior is locked." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:46 doc/classes/ConeTwistJoint.xml:58 +#: doc/classes/PhysicsServer.xml:1072 +msgid "" +"Twist is the rotation around the twist axis, this value defined how far the " +"joint can twist.\n" +"Twist is locked if below 0.05." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:72 doc/classes/Generic6DOFJoint.xml:384 +#: doc/classes/HingeJoint.xml:99 doc/classes/Light.xml:124 +#: doc/classes/SliderJoint.xml:165 +msgid "Represents the size of the [enum Param] enum." +msgstr "" + +#: doc/classes/ConfigFile.xml:4 +msgid "Helper class to handle INI-style files." +msgstr "" + +#: doc/classes/ConfigFile.xml:7 +msgid "" +"This helper class can be used to store [Variant] values on the filesystem " +"using INI-style formatting. The stored values are identified by a section " +"and a key:\n" +"[codeblock]\n" +"[section]\n" +"some_key=42\n" +"string_example=\"Hello World!\"\n" +"a_vector=Vector3( 1, 0, 2 )\n" +"[/codeblock]\n" +"The stored data can be saved to or parsed from a file, though ConfigFile " +"objects can also be used directly without accessing the filesystem.\n" +"The following example shows how to create a simple [ConfigFile] and save it " +"on disk:\n" +"[codeblock]\n" +"# Create new ConfigFile object.\n" +"var config = ConfigFile.new()\n" +"\n" +"# Store some values.\n" +"config.set_value(\"Player1\", \"player_name\", \"Steve\")\n" +"config.set_value(\"Player1\", \"best_score\", 10)\n" +"config.set_value(\"Player2\", \"player_name\", \"V3geta\")\n" +"config.set_value(\"Player2\", \"best_score\", 9001)\n" +"\n" +"# Save it to a file (overwrite if already exists).\n" +"config.save(\"user://scores.cfg\")\n" +"[/codeblock]\n" +"This example shows how the above file could be loaded:\n" +"[codeblock]\n" +"var score_data = {}\n" +"var config = ConfigFile.new()\n" +"\n" +"# Load data from a file.\n" +"var err = config.load(\"user://scores.cfg\")\n" +"\n" +"# If the file didn't load, ignore it.\n" +"if err != OK:\n" +" return\n" +"\n" +"# Iterate over all sections.\n" +"for player in config.get_sections():\n" +" # Fetch the data for each section.\n" +" var player_name = config.get_value(player, \"player_name\")\n" +" var player_score = config.get_value(player, \"best_score\")\n" +" score_data[player_name] = player_score\n" +"[/codeblock]\n" +"Any operation that mutates the ConfigFile such as [method set_value], " +"[method clear], or [method erase_section], only changes what is loaded in " +"memory. If you want to write the change to a file, you have to save the " +"changes with [method save], [method save_encrypted], or [method " +"save_encrypted_pass].\n" +"Keep in mind that section and property names can't contain spaces. Anything " +"after a space will be ignored on save and on load.\n" +"ConfigFiles can also contain manually written comment lines starting with a " +"semicolon ([code];[/code]). Those lines will be ignored when parsing the " +"file. Note that comments will be lost when saving the ConfigFile. This can " +"still be useful for dedicated server configuration files, which are " +"typically never overwritten without explicit user action.\n" +"[b]Note:[/b] The file extension given to a ConfigFile does not have any " +"impact on its formatting or behavior. By convention, the [code].cfg[/code] " +"extension is used here, but any other extension such as [code].ini[/code] is " +"also valid. Since neither [code].cfg[/code] nor [code].ini[/code] are " +"standardized, Godot's ConfigFile formatting may differ from files written by " +"other programs." +msgstr "" + +#: doc/classes/ConfigFile.xml:59 +msgid "Removes the entire contents of the config." +msgstr "" + +#: doc/classes/ConfigFile.xml:66 +msgid "" +"Deletes the specified section along with all the key-value pairs inside. " +"Raises an error if the section does not exist." +msgstr "" + +#: doc/classes/ConfigFile.xml:74 +msgid "" +"Deletes the specified key in a section. Raises an error if either the " +"section or the key do not exist." +msgstr "" + +#: doc/classes/ConfigFile.xml:81 +msgid "" +"Returns an array of all defined key identifiers in the specified section. " +"Raises an error and returns an empty array if the section does not exist." +msgstr "" + +#: doc/classes/ConfigFile.xml:87 +msgid "Returns an array of all defined section identifiers." +msgstr "" + +#: doc/classes/ConfigFile.xml:96 +msgid "" +"Returns the current value for the specified section and key. If either the " +"section or the key do not exist, the method returns the fallback " +"[code]default[/code] value. If [code]default[/code] is not specified or set " +"to [code]null[/code], an error is also raised." +msgstr "" + +#: doc/classes/ConfigFile.xml:103 +msgid "Returns [code]true[/code] if the specified section exists." +msgstr "" + +#: doc/classes/ConfigFile.xml:111 +msgid "Returns [code]true[/code] if the specified section-key pair exists." +msgstr "" + +#: doc/classes/ConfigFile.xml:118 +msgid "" +"Loads the config file specified as a parameter. The file's contents are " +"parsed and loaded in the [ConfigFile] object which the method was called " +"on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:127 +msgid "" +"Loads the encrypted config file specified as a parameter, using the provided " +"[code]key[/code] to decrypt it. The file's contents are parsed and loaded in " +"the [ConfigFile] object which the method was called on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:136 +msgid "" +"Loads the encrypted config file specified as a parameter, using the provided " +"[code]password[/code] to decrypt it. The file's contents are parsed and " +"loaded in the [ConfigFile] object which the method was called on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:144 +msgid "" +"Parses the passed string as the contents of a config file. The string is " +"parsed and loaded in the ConfigFile object which the method was called on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:152 +msgid "" +"Saves the contents of the [ConfigFile] object to the file specified as a " +"parameter. The output file uses an INI-style structure.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:161 +msgid "" +"Saves the contents of the [ConfigFile] object to the AES-256 encrypted file " +"specified as a parameter, using the provided [code]key[/code] to encrypt it. " +"The output file uses an INI-style structure.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:170 +msgid "" +"Saves the contents of the [ConfigFile] object to the AES-256 encrypted file " +"specified as a parameter, using the provided [code]password[/code] to " +"encrypt it. The output file uses an INI-style structure.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:180 +msgid "" +"Assigns a value to the specified key of the specified section. If either the " +"section or the key do not exist, they are created. Passing a [code]null[/" +"code] value deletes the specified key if it exists, and deletes the section " +"if it ends up empty once the key has been removed." +msgstr "" + +#: doc/classes/ConfirmationDialog.xml:4 +msgid "Dialog for confirmation of actions." +msgstr "" + +#: doc/classes/ConfirmationDialog.xml:7 +msgid "" +"Dialog for confirmation of actions. This dialog inherits from " +"[AcceptDialog], but has by default an OK and Cancel button (in host OS " +"order).\n" +"To get cancel action, you can use:\n" +"[codeblock]\n" +"get_cancel().connect(\"pressed\", self, \"cancelled\")\n" +"[/codeblock]." +msgstr "" + +#: doc/classes/ConfirmationDialog.xml:19 +msgid "" +"Returns the cancel button.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/Container.xml:4 +msgid "Base node for containers." +msgstr "" + +#: doc/classes/Container.xml:7 +msgid "" +"Base node for containers. A [Container] contains other controls and " +"automatically arranges them in a certain way.\n" +"A Control can inherit this to create custom container classes." +msgstr "" + +#: doc/classes/Container.xml:18 +msgid "" +"Fit a child control in a given rect. This is mainly a helper for creating " +"custom container classes." +msgstr "" + +#: doc/classes/Container.xml:24 +msgid "" +"Queue resort of the contained children. This is called automatically anyway, " +"but can be called upon request." +msgstr "" + +#: doc/classes/Container.xml:31 +msgid "Emitted when sorting the children is needed." +msgstr "" + +#: doc/classes/Container.xml:37 +msgid "" +"Notification for when sorting the children, it must be obeyed immediately." +msgstr "" + +#: doc/classes/Control.xml:4 +msgid "" +"All user interface nodes inherit from Control. A control's anchors and " +"margins adapt its position and size relative to its parent." +msgstr "" + +#: doc/classes/Control.xml:7 +msgid "" +"Base class for all UI-related nodes. [Control] features a bounding rectangle " +"that defines its extents, an anchor position relative to its parent control " +"or the current viewport, and margins that represent an offset to the anchor. " +"The margins update automatically when the node, any of its parents, or the " +"screen size change.\n" +"For more information on Godot's UI system, anchors, margins, and containers, " +"see the related tutorials in the manual. To build flexible UIs, you'll need " +"a mix of UI elements that inherit from [Control] and [Container] nodes.\n" +"[b]User Interface nodes and input[/b]\n" +"Godot sends input events to the scene's root node first, by calling [method " +"Node._input]. [method Node._input] forwards the event down the node tree to " +"the nodes under the mouse cursor, or on keyboard focus. To do so, it calls " +"[method MainLoop._input_event]. Call [method accept_event] so no other node " +"receives the event. Once you accept an input, it becomes handled so [method " +"Node._unhandled_input] will not process it.\n" +"Only one [Control] node can be in keyboard focus. Only the node in focus " +"will receive keyboard events. To get the focus, call [method grab_focus]. " +"[Control] nodes lose focus when another node grabs it, or if you hide the " +"node in focus.\n" +"Sets [member mouse_filter] to [constant MOUSE_FILTER_IGNORE] to tell a " +"[Control] node to ignore mouse or touch events. You'll need it if you place " +"an icon on top of a button.\n" +"[Theme] resources change the Control's appearance. If you change the [Theme] " +"on a [Control] node, it affects all of its children. To override some of the " +"theme's parameters, call one of the [code]add_*_override[/code] methods, " +"like [method add_font_override]. You can override the theme with the " +"inspector.\n" +"[b]Note:[/b] Theme items are [i]not[/i] [Object] properties. This means you " +"can't access their values using [method Object.get] and [method Object.set]. " +"Instead, use [method get_color], [method get_constant], [method get_font], " +"[method get_icon], [method get_stylebox], and the [code]add_*_override[/" +"code] methods provided by this class." +msgstr "" + +#: doc/classes/Control.xml:17 +msgid "https://docs.godotengine.org/en/3.4/tutorials/gui/index.html" +msgstr "" + +#: doc/classes/Control.xml:19 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/gui/control_node_gallery.html" +msgstr "" + +#: doc/classes/Control.xml:20 +msgid "https://github.com/godotengine/godot-demo-projects/tree/master/gui" +msgstr "" + +#: doc/classes/Control.xml:26 +msgid "" +"Virtual method to be implemented by the user. Returns whether [method " +"_gui_input] should not be called for children controls outside this " +"control's rectangle. Input will be clipped to the Rect of this [Control]. " +"Similar to [member rect_clip_content], but doesn't affect visibility.\n" +"If not overridden, defaults to [code]false[/code]." +msgstr "" + +#: doc/classes/Control.xml:33 +msgid "" +"Virtual method to be implemented by the user. Returns the minimum size for " +"this control. Alternative to [member rect_min_size] for controlling minimum " +"size via code. The actual minimum size will be the max value of these two " +"(in each axis separately).\n" +"If not overridden, defaults to [constant Vector2.ZERO]." +msgstr "" + +#: doc/classes/Control.xml:41 +msgid "" +"Virtual method to be implemented by the user. Use this method to process and " +"accept inputs on UI elements. See [method accept_event].\n" +"Example: clicking a control.\n" +"[codeblock]\n" +"func _gui_input(event):\n" +" if event is InputEventMouseButton:\n" +" if event.button_index == BUTTON_LEFT and event.pressed:\n" +" print(\"I've been clicked D:\")\n" +"[/codeblock]\n" +"The event won't trigger if:\n" +"* clicking outside the control (see [method has_point]);\n" +"* control has [member mouse_filter] set to [constant MOUSE_FILTER_IGNORE];\n" +"* control is obstructed by another [Control] on top of it, which doesn't " +"have [member mouse_filter] set to [constant MOUSE_FILTER_IGNORE];\n" +"* control's parent has [member mouse_filter] set to [constant " +"MOUSE_FILTER_STOP] or has accepted the event;\n" +"* it happens outside the parent's rectangle and the parent has either " +"[member rect_clip_content] or [method _clips_input] enabled.\n" +"[b]Note:[/b] Event position is relative to the control origin." +msgstr "" + +#: doc/classes/Control.xml:62 +msgid "" +"Virtual method to be implemented by the user. Returns a [Control] node that " +"should be used as a tooltip instead of the default one. The [code]for_text[/" +"code] includes the contents of the [member hint_tooltip] property.\n" +"The returned node must be of type [Control] or Control-derived. It can have " +"child nodes of any type. It is freed when the tooltip disappears, so make " +"sure you always provide a new instance (if you want to use a pre-existing " +"node from your scene tree, you can duplicate it and pass the duplicated " +"instance). When [code]null[/code] or a non-Control node is returned, the " +"default tooltip will be used instead.\n" +"The returned node will be added as child to a [PopupPanel], so you should " +"only provide the contents of that panel. That [PopupPanel] can be themed " +"using [method Theme.set_stylebox] for the type [code]\"TooltipPanel\"[/code] " +"(see [member hint_tooltip] for an example).\n" +"[b]Note:[/b] The tooltip is shrunk to minimal size. If you want to ensure " +"it's fully visible, you might want to set its [member rect_min_size] to some " +"non-zero value.\n" +"Example of usage with a custom-constructed node:\n" +"[codeblock]\n" +"func _make_custom_tooltip(for_text):\n" +" var label = Label.new()\n" +" label.text = for_text\n" +" return label\n" +"[/codeblock]\n" +"Example of usage with a custom scene instance:\n" +"[codeblock]\n" +"func _make_custom_tooltip(for_text):\n" +" var tooltip = preload(\"res://SomeTooltipScene.tscn\").instance()\n" +" tooltip.get_node(\"Label\").text = for_text\n" +" return tooltip\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:85 +msgid "" +"Marks an input event as handled. Once you accept an input event, it stops " +"propagating, even to nodes listening to [method Node._unhandled_input] or " +"[method Node._unhandled_key_input]." +msgstr "" + +#: doc/classes/Control.xml:93 +msgid "" +"Creates a local override for a theme [Color] with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override cannot be removed, but it can be overridden with " +"the corresponding default value.\n" +"See also [method get_color].\n" +"[b]Example of overriding a label's color and resetting it later:[/b]\n" +"[codeblock]\n" +"# Given the child Label node \"MyLabel\", override its font color with a " +"custom value.\n" +"$MyLabel.add_color_override(\"font_color\", Color(1, 0.5, 0))\n" +"# Reset the font color of the child label.\n" +"$MyLabel.add_color_override(\"font_color\", get_color(\"font_color\", \"Label" +"\"))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:109 +msgid "" +"Creates a local override for a theme constant with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override cannot be removed, but it can be overridden with " +"the corresponding default value.\n" +"See also [method get_constant]." +msgstr "" + +#: doc/classes/Control.xml:118 +msgid "" +"Creates a local override for a theme [Font] with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override can be removed by assigning it a [code]null[/code] " +"value.\n" +"See also [method get_font]." +msgstr "" + +#: doc/classes/Control.xml:127 +msgid "" +"Creates a local override for a theme icon with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override can be removed by assigning it a [code]null[/code] " +"value.\n" +"See also [method get_icon]." +msgstr "" + +#: doc/classes/Control.xml:136 +msgid "" +"Creates a local override for a theme shader with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override can be removed by assigning it a [code]null[/code] " +"value." +msgstr "" + +#: doc/classes/Control.xml:144 +msgid "" +"Creates a local override for a theme [StyleBox] with the specified " +"[code]name[/code]. Local overrides always take precedence when fetching " +"theme items for the control. An override can be removed by assigning it a " +"[code]null[/code] value.\n" +"See also [method get_stylebox].\n" +"[b]Example of modifying a property in a StyleBox by duplicating it:[/b]\n" +"[codeblock]\n" +"# The snippet below assumes the child node MyButton has a StyleBoxFlat " +"assigned.\n" +"# Resources are shared across instances, so we need to duplicate it\n" +"# to avoid modifying the appearance of all other buttons.\n" +"var new_stylebox_normal = $MyButton.get_stylebox(\"normal\").duplicate()\n" +"new_stylebox_normal.border_width_top = 3\n" +"new_stylebox_normal.border_color = Color(0, 1, 0.5)\n" +"$MyButton.add_stylebox_override(\"normal\", new_stylebox_normal)\n" +"# Remove the stylebox override.\n" +"$MyButton.add_stylebox_override(\"normal\", null)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:165 +msgid "" +"Godot calls this method to test if [code]data[/code] from a control's " +"[method get_drag_data] can be dropped at [code]position[/code]. " +"[code]position[/code] is local to this control.\n" +"This method should only be used to test the data. Process the data in " +"[method drop_data].\n" +"[codeblock]\n" +"func can_drop_data(position, data):\n" +" # Check position if it is relevant to you\n" +" # Otherwise, just check data\n" +" return typeof(data) == TYPE_DICTIONARY and data.has(\"expected\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:180 +msgid "" +"Godot calls this method to pass you the [code]data[/code] from a control's " +"[method get_drag_data] result. Godot first calls [method can_drop_data] to " +"test if [code]data[/code] is allowed to drop at [code]position[/code] where " +"[code]position[/code] is local to this control.\n" +"[codeblock]\n" +"func can_drop_data(position, data):\n" +" return typeof(data) == TYPE_DICTIONARY and data.has(\"color\")\n" +"\n" +"func drop_data(position, data):\n" +" color = data[\"color\"]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:193 +msgid "" +"Finds the next (below in the tree) [Control] that can receive the focus." +msgstr "" + +#: doc/classes/Control.xml:199 +msgid "" +"Finds the previous (above in the tree) [Control] that can receive the focus." +msgstr "" + +#: doc/classes/Control.xml:207 +msgid "" +"Forces drag and bypasses [method get_drag_data] and [method " +"set_drag_preview] by passing [code]data[/code] and [code]preview[/code]. " +"Drag will start even if the mouse is neither over nor pressed on this " +"control.\n" +"The methods [method can_drop_data] and [method drop_data] must be " +"implemented on controls that want to receive drop data." +msgstr "" + +#: doc/classes/Control.xml:215 +msgid "" +"Returns the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum. A getter method for [member anchor_bottom], [member " +"anchor_left], [member anchor_right] and [member anchor_top]." +msgstr "" + +#: doc/classes/Control.xml:221 +msgid "" +"Returns [member margin_left] and [member margin_top]. See also [member " +"rect_position]." +msgstr "" + +#: doc/classes/Control.xml:229 +msgid "" +"Returns a [Color] from the first matching [Theme] in the tree if that " +"[Theme] has a color item with the specified [code]name[/code] and " +"[code]theme_type[/code]. If [code]theme_type[/code] is omitted the class " +"name of the current control is used as the type. If the type is a class name " +"its parent classes are also checked, in order of inheritance.\n" +"For the current control its local overrides are considered first (see " +"[method add_color_override]), then its assigned [member theme]. After the " +"current control, each parent control and its assigned [member theme] are " +"considered; controls without a [member theme] assigned are skipped. If no " +"matching [Theme] is found in the tree, a custom project [Theme] (see [member " +"ProjectSettings.gui/theme/custom]) and the default [Theme] are used.\n" +"[codeblock]\n" +"func _ready():\n" +" # Get the font color defined for the current Control's class, if it " +"exists.\n" +" modulate = get_color(\"font_color\")\n" +" # Get the font color defined for the Button class.\n" +" modulate = get_color(\"font_color\", \"Button\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:243 +msgid "" +"Returns combined minimum size from [member rect_min_size] and [method " +"get_minimum_size]." +msgstr "" + +#: doc/classes/Control.xml:251 +msgid "" +"Returns a constant from the first matching [Theme] in the tree if that " +"[Theme] has a constant item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:259 +msgid "" +"Returns the mouse cursor shape the control displays on mouse hover. See " +"[enum CursorShape]." +msgstr "" + +#: doc/classes/Control.xml:266 +msgid "" +"Godot calls this method to get data that can be dragged and dropped onto " +"controls that expect drop data. Returns [code]null[/code] if there is no " +"data to drag. Controls that want to receive drop data should implement " +"[method can_drop_data] and [method drop_data]. [code]position[/code] is " +"local to this control. Drag may be forced with [method force_drag].\n" +"A preview that will follow the mouse that should represent the data can be " +"set with [method set_drag_preview]. A good time to set the preview is in " +"this method.\n" +"[codeblock]\n" +"func get_drag_data(position):\n" +" var mydata = make_data()\n" +" set_drag_preview(make_preview(mydata))\n" +" return mydata\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:279 +msgid "Returns [member margin_right] and [member margin_bottom]." +msgstr "" + +#: doc/classes/Control.xml:286 +msgid "" +"Returns the focus neighbour identified by [code]margin[/code] constant from " +"[enum Margin] enum. A getter method for [member focus_neighbour_bottom], " +"[member focus_neighbour_left], [member focus_neighbour_right] and [member " +"focus_neighbour_top]." +msgstr "" + +#: doc/classes/Control.xml:292 +msgid "" +"Returns the control that has the keyboard focus or [code]null[/code] if none." +msgstr "" + +#: doc/classes/Control.xml:300 +msgid "" +"Returns a [Font] from the first matching [Theme] in the tree if that [Theme] " +"has a font item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:307 +msgid "" +"Returns the position and size of the control relative to the top-left corner " +"of the screen. See [member rect_position] and [member rect_size]." +msgstr "" + +#: doc/classes/Control.xml:315 +msgid "" +"Returns an icon from the first matching [Theme] in the tree if that [Theme] " +"has an icon item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:323 +msgid "" +"Returns the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum. A getter method for [member margin_bottom], [member " +"margin_left], [member margin_right] and [member margin_top]." +msgstr "" + +#: doc/classes/Control.xml:329 +msgid "Returns the minimum size for this control. See [member rect_min_size]." +msgstr "" + +#: doc/classes/Control.xml:335 +msgid "Returns the width/height occupied in the parent control." +msgstr "" + +#: doc/classes/Control.xml:341 +msgid "Returns the parent control node." +msgstr "" + +#: doc/classes/Control.xml:347 +msgid "" +"Returns the position and size of the control relative to the top-left corner " +"of the parent Control. See [member rect_position] and [member rect_size]." +msgstr "" + +#: doc/classes/Control.xml:353 +msgid "Returns the rotation (in radians)." +msgstr "" + +#: doc/classes/Control.xml:361 +msgid "" +"Returns a [StyleBox] from the first matching [Theme] in the tree if that " +"[Theme] has a stylebox item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:368 +msgid "" +"Returns the default font from the first matching [Theme] in the tree if that " +"[Theme] has a valid [member Theme.default_font] value.\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:376 +msgid "" +"Returns the tooltip, which will appear when the cursor is resting over this " +"control. See [member hint_tooltip]." +msgstr "" + +#: doc/classes/Control.xml:382 +msgid "" +"Creates an [InputEventMouseButton] that attempts to click the control. If " +"the event is received, the control acquires focus.\n" +"[codeblock]\n" +"func _process(delta):\n" +" grab_click_focus() #when clicking another Control node, this node will " +"be clicked instead\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:392 +msgid "" +"Steal the focus from another control and become the focused control (see " +"[member focus_mode])." +msgstr "" + +#: doc/classes/Control.xml:400 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a color item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:408 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme [Color] " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_color_override]." +msgstr "" + +#: doc/classes/Control.xml:417 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a constant item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:425 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme constant " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_constant_override]." +msgstr "" + +#: doc/classes/Control.xml:432 +msgid "" +"Returns [code]true[/code] if this is the current focused control. See " +"[member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:440 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a font item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:448 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme [Font] " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_font_override]." +msgstr "" + +#: doc/classes/Control.xml:457 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has an icon item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:465 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme icon with " +"the specified [code]name[/code] in this [Control] node.\n" +"See [method add_icon_override]." +msgstr "" + +#: doc/classes/Control.xml:473 +msgid "" +"Virtual method to be implemented by the user. Returns whether the given " +"[code]point[/code] is inside this control.\n" +"If not overridden, default behavior is checking if the point is within " +"control's Rect.\n" +"[b]Note:[/b] If you want to check if a point is inside the control, you can " +"use [code]get_rect().has_point(point)[/code]." +msgstr "" + +#: doc/classes/Control.xml:482 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme shader " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_shader_override]." +msgstr "" + +#: doc/classes/Control.xml:491 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a stylebox item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:499 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme " +"[StyleBox] with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_stylebox_override]." +msgstr "" + +#: doc/classes/Control.xml:506 +msgid "" +"Invalidates the size cache in this node and in parent nodes up to toplevel. " +"Intended to be used with [method get_minimum_size] when the return value is " +"changed. Setting [member rect_min_size] directly calls this method " +"automatically." +msgstr "" + +#: doc/classes/Control.xml:512 +msgid "" +"Give up the focus. No other control will be able to receive keyboard input." +msgstr "" + +#: doc/classes/Control.xml:522 +msgid "" +"Sets the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum to value [code]anchor[/code]. A setter method for [member " +"anchor_bottom], [member anchor_left], [member anchor_right] and [member " +"anchor_top].\n" +"If [code]keep_margin[/code] is [code]true[/code], margins aren't updated " +"after this operation.\n" +"If [code]push_opposite_anchor[/code] is [code]true[/code] and the opposite " +"anchor overlaps this anchor, the opposite one will have its value " +"overridden. For example, when setting left anchor to 1 and the right anchor " +"has value of 0.5, the right anchor will also get value of 1. If " +"[code]push_opposite_anchor[/code] was [code]false[/code], the left anchor " +"would get value 0.5." +msgstr "" + +#: doc/classes/Control.xml:534 +msgid "" +"Works the same as [method set_anchor], but instead of [code]keep_margin[/" +"code] argument and automatic update of margin, it allows to set the margin " +"offset yourself (see [method set_margin])." +msgstr "" + +#: doc/classes/Control.xml:543 +msgid "" +"Sets both anchor preset and margin preset. See [method set_anchors_preset] " +"and [method set_margins_preset]." +msgstr "" + +#: doc/classes/Control.xml:551 +msgid "" +"Sets the anchors to a [code]preset[/code] from [enum Control.LayoutPreset] " +"enum. This is the code equivalent to using the Layout menu in the 2D " +"editor.\n" +"If [code]keep_margins[/code] is [code]true[/code], control's position will " +"also be updated." +msgstr "" + +#: doc/classes/Control.xml:559 +msgid "" +"Sets [member margin_left] and [member margin_top] at the same time. " +"Equivalent of changing [member rect_position]." +msgstr "" + +#: doc/classes/Control.xml:566 +msgid "" +"Forwards the handling of this control's drag and drop to [code]target[/code] " +"control.\n" +"Forwarding can be implemented in the target control similar to the methods " +"[method get_drag_data], [method can_drop_data], and [method drop_data] but " +"with two differences:\n" +"1. The function name must be suffixed with [b]_fw[/b]\n" +"2. The function must take an extra argument that is the control doing the " +"forwarding\n" +"[codeblock]\n" +"# ThisControl.gd\n" +"extends Control\n" +"func _ready():\n" +" set_drag_forwarding(target_control)\n" +"\n" +"# TargetControl.gd\n" +"extends Control\n" +"func can_drop_data_fw(position, data, from_control):\n" +" return true\n" +"\n" +"func drop_data_fw(position, data, from_control):\n" +" my_handle_data(data)\n" +"\n" +"func get_drag_data_fw(position, from_control):\n" +" set_drag_preview(my_preview)\n" +" return my_data()\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:594 +msgid "" +"Shows the given control at the mouse pointer. A good time to call this " +"method is in [method get_drag_data]. The control must not be in the scene " +"tree. You should not free the control, and you should not keep a reference " +"to the control beyond the duration of the drag. It will be deleted " +"automatically after the drag has ended.\n" +"[codeblock]\n" +"export (Color, RGBA) var color = Color(1, 0, 0, 1)\n" +"\n" +"func get_drag_data(position):\n" +" # Use a control that is not in the tree\n" +" var cpb = ColorPickerButton.new()\n" +" cpb.color = color\n" +" cpb.rect_size = Vector2(50, 50)\n" +" set_drag_preview(cpb)\n" +" return color\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:612 +msgid "Sets [member margin_right] and [member margin_bottom] at the same time." +msgstr "" + +#: doc/classes/Control.xml:620 +msgid "" +"Sets the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum to [Control] at [code]neighbor[/code] node path. A setter " +"method for [member focus_neighbour_bottom], [member focus_neighbour_left], " +"[member focus_neighbour_right] and [member focus_neighbour_top]." +msgstr "" + +#: doc/classes/Control.xml:628 +msgid "" +"Sets the [member rect_global_position] to given [code]position[/code].\n" +"If [code]keep_margins[/code] is [code]true[/code], control's anchors will be " +"updated instead of margins." +msgstr "" + +#: doc/classes/Control.xml:637 +msgid "" +"Sets the margin identified by [code]margin[/code] constant from [enum " +"Margin] enum to given [code]offset[/code]. A setter method for [member " +"margin_bottom], [member margin_left], [member margin_right] and [member " +"margin_top]." +msgstr "" + +#: doc/classes/Control.xml:646 +msgid "" +"Sets the margins to a [code]preset[/code] from [enum Control.LayoutPreset] " +"enum. This is the code equivalent to using the Layout menu in the 2D " +"editor.\n" +"Use parameter [code]resize_mode[/code] with constants from [enum Control." +"LayoutPresetMode] to better determine the resulting size of the [Control]. " +"Constant size will be ignored if used with presets that change size, e.g. " +"[code]PRESET_LEFT_WIDE[/code].\n" +"Use parameter [code]margin[/code] to determine the gap between the [Control] " +"and the edges." +msgstr "" + +#: doc/classes/Control.xml:656 +msgid "" +"Sets the [member rect_position] to given [code]position[/code].\n" +"If [code]keep_margins[/code] is [code]true[/code], control's anchors will be " +"updated instead of margins." +msgstr "" + +#: doc/classes/Control.xml:664 +msgid "Sets the rotation (in radians)." +msgstr "" + +#: doc/classes/Control.xml:672 +msgid "" +"Sets the size (see [member rect_size]).\n" +"If [code]keep_margins[/code] is [code]true[/code], control's anchors will be " +"updated instead of margins." +msgstr "" + +#: doc/classes/Control.xml:680 +msgid "" +"Displays a control as modal. Control must be a subwindow. Modal controls " +"capture the input signals until closed or the area outside them is accessed. " +"When a modal control loses focus, or the ESC key is pressed, they " +"automatically hide. Modal controls are used extensively for popup dialogs " +"and menus.\n" +"If [code]exclusive[/code] is [code]true[/code], other controls will not " +"receive input and clicking outside this control will not close it." +msgstr "" + +#: doc/classes/Control.xml:688 +msgid "" +"Moves the mouse cursor to [code]to_position[/code], relative to [member " +"rect_position] of this [Control]." +msgstr "" + +#: doc/classes/Control.xml:694 +msgid "" +"Anchors the bottom edge of the node to the origin, the center, or the end of " +"its parent control. It changes how the bottom margin updates when the node " +"moves or changes size. You can use one of the [enum Anchor] constants for " +"convenience." +msgstr "" + +#: doc/classes/Control.xml:697 +msgid "" +"Anchors the left edge of the node to the origin, the center or the end of " +"its parent control. It changes how the left margin updates when the node " +"moves or changes size. You can use one of the [enum Anchor] constants for " +"convenience." +msgstr "" + +#: doc/classes/Control.xml:700 +msgid "" +"Anchors the right edge of the node to the origin, the center or the end of " +"its parent control. It changes how the right margin updates when the node " +"moves or changes size. You can use one of the [enum Anchor] constants for " +"convenience." +msgstr "" + +#: doc/classes/Control.xml:703 +msgid "" +"Anchors the top edge of the node to the origin, the center or the end of its " +"parent control. It changes how the top margin updates when the node moves or " +"changes size. You can use one of the [enum Anchor] constants for convenience." +msgstr "" + +#: doc/classes/Control.xml:706 +msgid "" +"The focus access mode for the control (None, Click or All). Only one Control " +"can be focused at the same time, and it will receive keyboard signals." +msgstr "" + +#: doc/classes/Control.xml:709 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the down arrow on the keyboard or down on a gamepad by default. You can " +"change the key by editing the [code]ui_down[/code] input action. The node " +"must be a [Control]. If this property is not set, Godot will give focus to " +"the closest [Control] to the bottom of this one." +msgstr "" + +#: doc/classes/Control.xml:712 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the left arrow on the keyboard or left on a gamepad by default. You can " +"change the key by editing the [code]ui_left[/code] input action. The node " +"must be a [Control]. If this property is not set, Godot will give focus to " +"the closest [Control] to the left of this one." +msgstr "" + +#: doc/classes/Control.xml:715 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the right arrow on the keyboard or right on a gamepad by default. You can " +"change the key by editing the [code]ui_right[/code] input action. The node " +"must be a [Control]. If this property is not set, Godot will give focus to " +"the closest [Control] to the bottom of this one." +msgstr "" + +#: doc/classes/Control.xml:718 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the top arrow on the keyboard or top on a gamepad by default. You can change " +"the key by editing the [code]ui_top[/code] input action. The node must be a " +"[Control]. If this property is not set, Godot will give focus to the closest " +"[Control] to the bottom of this one." +msgstr "" + +#: doc/classes/Control.xml:721 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"Tab on a keyboard by default. You can change the key by editing the " +"[code]ui_focus_next[/code] input action.\n" +"If this property is not set, Godot will select a \"best guess\" based on " +"surrounding nodes in the scene tree." +msgstr "" + +#: doc/classes/Control.xml:725 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"Shift+Tab on a keyboard by default. You can change the key by editing the " +"[code]ui_focus_prev[/code] input action.\n" +"If this property is not set, Godot will select a \"best guess\" based on " +"surrounding nodes in the scene tree." +msgstr "" + +#: doc/classes/Control.xml:729 +msgid "" +"Controls the direction on the horizontal axis in which the control should " +"grow if its horizontal minimum size is changed to be greater than its " +"current size, as the control always has to be at least the minimum size." +msgstr "" + +#: doc/classes/Control.xml:732 +msgid "" +"Controls the direction on the vertical axis in which the control should grow " +"if its vertical minimum size is changed to be greater than its current size, " +"as the control always has to be at least the minimum size." +msgstr "" + +#: doc/classes/Control.xml:735 +msgid "" +"Changes the tooltip text. The tooltip appears when the user's mouse cursor " +"stays idle over this control for a few moments, provided that the [member " +"mouse_filter] property is not [constant MOUSE_FILTER_IGNORE]. You can change " +"the time required for the tooltip to appear with [code]gui/timers/" +"tooltip_delay_sec[/code] option in Project Settings.\n" +"The tooltip popup will use either a default implementation, or a custom one " +"that you can provide by overriding [method _make_custom_tooltip]. The " +"default tooltip includes a [PopupPanel] and [Label] whose theme properties " +"can be customized using [Theme] methods with the [code]\"TooltipPanel\"[/" +"code] and [code]\"TooltipLabel\"[/code] respectively. For example:\n" +"[codeblock]\n" +"var style_box = StyleBoxFlat.new()\n" +"style_box.set_bg_color(Color(1, 1, 0))\n" +"style_box.set_border_width_all(2)\n" +"# We assume here that the `theme` property has been assigned a custom Theme " +"beforehand.\n" +"theme.set_stylebox(\"panel\", \"TooltipPanel\", style_box)\n" +"theme.set_color(\"font_color\", \"TooltipLabel\", Color(0, 1, 1))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:747 +msgid "" +"Enables whether input should propagate when you close the control as modal.\n" +"If [code]false[/code], stops event handling at the viewport input event " +"handling. The viewport first hides the modal and after marks the input as " +"handled." +msgstr "" + +#: doc/classes/Control.xml:751 +msgid "" +"Distance between the node's bottom edge and its parent control, based on " +"[member anchor_bottom].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:755 +msgid "" +"Distance between the node's left edge and its parent control, based on " +"[member anchor_left].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:759 +msgid "" +"Distance between the node's right edge and its parent control, based on " +"[member anchor_right].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:763 +msgid "" +"Distance between the node's top edge and its parent control, based on " +"[member anchor_top].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:767 +msgid "" +"The default cursor shape for this control. Useful for Godot plugins and " +"applications or games that use the system's mouse cursors.\n" +"[b]Note:[/b] On Linux, shapes may vary depending on the cursor theme of the " +"system." +msgstr "" + +#: doc/classes/Control.xml:771 +msgid "" +"Controls whether the control will be able to receive mouse button input " +"events through [method _gui_input] and how these events should be handled. " +"Also controls whether the control can receive the [signal mouse_entered], " +"and [signal mouse_exited] signals. See the constants to learn what each does." +msgstr "" + +#: doc/classes/Control.xml:774 +msgid "" +"Enables whether rendering of [CanvasItem] based children should be clipped " +"to this control's rectangle. If [code]true[/code], parts of a child which " +"would be visibly outside of this control's rectangle will not be rendered." +msgstr "" + +#: doc/classes/Control.xml:777 +msgid "" +"The node's global position, relative to the world (usually to the top-left " +"corner of the window)." +msgstr "" + +#: doc/classes/Control.xml:780 +msgid "" +"The minimum size of the node's bounding rectangle. If you set it to a value " +"greater than (0, 0), the node's bounding rectangle will always have at least " +"this size, even if its content is smaller. If it's set to (0, 0), the node " +"sizes automatically to fit its content, be it a texture or child nodes." +msgstr "" + +#: doc/classes/Control.xml:783 +msgid "" +"By default, the node's pivot is its top-left corner. When you change its " +"[member rect_scale], it will scale around this pivot. Set this property to " +"[member rect_size] / 2 to center the pivot in the node's rectangle." +msgstr "" + +#: doc/classes/Control.xml:786 +msgid "" +"The node's position, relative to its parent. It corresponds to the " +"rectangle's top-left corner. The property is not affected by [member " +"rect_pivot_offset]." +msgstr "" + +#: doc/classes/Control.xml:789 +msgid "" +"The node's rotation around its pivot, in degrees. See [member " +"rect_pivot_offset] to change the pivot's position." +msgstr "" + +#: doc/classes/Control.xml:792 +msgid "" +"The node's scale, relative to its [member rect_size]. Change this property " +"to scale the node around its [member rect_pivot_offset]. The Control's " +"[member hint_tooltip] will also scale according to this value.\n" +"[b]Note:[/b] This property is mainly intended to be used for animation " +"purposes. Text inside the Control will look pixelated or blurry when the " +"Control is scaled. To support multiple resolutions in your project, use an " +"appropriate viewport stretch mode as described in the [url=https://docs." +"godotengine.org/en/3.4/tutorials/viewports/multiple_resolutions." +"html]documentation[/url] instead of scaling Controls individually.\n" +"[b]Note:[/b] If the Control node is a child of a [Container] node, the scale " +"will be reset to [code]Vector2(1, 1)[/code] when the scene is instanced. To " +"set the Control's scale when it's instanced, wait for one frame using " +"[code]yield(get_tree(), \"idle_frame\")[/code] then set its [member " +"rect_scale] property." +msgstr "" + +#: doc/classes/Control.xml:797 +msgid "" +"The size of the node's bounding rectangle, in pixels. [Container] nodes " +"update this property automatically." +msgstr "" + +#: doc/classes/Control.xml:800 +msgid "" +"Tells the parent [Container] nodes how they should resize and place the node " +"on the X axis. Use one of the [enum SizeFlags] constants to change the " +"flags. See the constants to learn what each does." +msgstr "" + +#: doc/classes/Control.xml:803 +msgid "" +"If the node and at least one of its neighbours uses the [constant " +"SIZE_EXPAND] size flag, the parent [Container] will let it take more or less " +"space depending on this property. If this node has a stretch ratio of 2 and " +"its neighbour a ratio of 1, this node will take two thirds of the available " +"space." +msgstr "" + +#: doc/classes/Control.xml:806 +msgid "" +"Tells the parent [Container] nodes how they should resize and place the node " +"on the Y axis. Use one of the [enum SizeFlags] constants to change the " +"flags. See the constants to learn what each does." +msgstr "" + +#: doc/classes/Control.xml:809 +msgid "" +"Changing this property replaces the current [Theme] resource this node and " +"all its [Control] children use." +msgstr "" + +#: doc/classes/Control.xml:815 +msgid "Emitted when the node gains keyboard focus." +msgstr "" + +#: doc/classes/Control.xml:820 +msgid "Emitted when the node loses keyboard focus." +msgstr "" + +#: doc/classes/Control.xml:826 +msgid "Emitted when the node receives an [InputEvent]." +msgstr "" + +#: doc/classes/Control.xml:831 +msgid "Emitted when the node's minimum size changes." +msgstr "" + +#: doc/classes/Control.xml:836 +msgid "Emitted when a modal [Control] is closed. See [method show_modal]." +msgstr "" + +#: doc/classes/Control.xml:841 +msgid "" +"Emitted when the mouse enters the control's [code]Rect[/code] area, provided " +"its [member mouse_filter] lets the event reach it.\n" +"[b]Note:[/b] [signal mouse_entered] will not be emitted if the mouse enters " +"a child [Control] node before entering the parent's [code]Rect[/code] area, " +"at least until the mouse is moved to reach the parent's [code]Rect[/code] " +"area." +msgstr "" + +#: doc/classes/Control.xml:847 +msgid "" +"Emitted when the mouse leaves the control's [code]Rect[/code] area, provided " +"its [member mouse_filter] lets the event reach it.\n" +"[b]Note:[/b] [signal mouse_exited] will be emitted if the mouse enters a " +"child [Control] node, even if the mouse cursor is still inside the parent's " +"[code]Rect[/code] area." +msgstr "" + +#: doc/classes/Control.xml:853 +msgid "Emitted when the control changes size." +msgstr "" + +#: doc/classes/Control.xml:858 +msgid "" +"Emitted when one of the size flags changes. See [member " +"size_flags_horizontal] and [member size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:864 +msgid "The node cannot grab focus. Use with [member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:867 +msgid "" +"The node can only grab focus on mouse clicks. Use with [member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:870 +msgid "" +"The node can grab focus on mouse click or using the arrows and the Tab keys " +"on the keyboard. Use with [member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:873 +msgid "" +"Sent when the node changes size. Use [member rect_size] to get the new size." +msgstr "" + +#: doc/classes/Control.xml:876 +msgid "Sent when the mouse pointer enters the node." +msgstr "" + +#: doc/classes/Control.xml:879 +msgid "Sent when the mouse pointer exits the node." +msgstr "" + +#: doc/classes/Control.xml:882 +msgid "Sent when the node grabs focus." +msgstr "" + +#: doc/classes/Control.xml:885 +msgid "Sent when the node loses focus." +msgstr "" + +#: doc/classes/Control.xml:888 +msgid "" +"Sent when the node's [member theme] changes, right before Godot redraws the " +"control. Happens when you call one of the [code]add_*_override[/code] " +"methods." +msgstr "" + +#: doc/classes/Control.xml:891 +msgid "Sent when an open modal dialog closes. See [method show_modal]." +msgstr "" + +#: doc/classes/Control.xml:894 +msgid "" +"Sent when this node is inside a [ScrollContainer] which has begun being " +"scrolled." +msgstr "" + +#: doc/classes/Control.xml:897 +msgid "" +"Sent when this node is inside a [ScrollContainer] which has stopped being " +"scrolled." +msgstr "" + +#: doc/classes/Control.xml:900 +msgid "" +"Show the system's arrow mouse cursor when the user hovers the node. Use with " +"[member mouse_default_cursor_shape]." +msgstr "" + +#: doc/classes/Control.xml:903 +msgid "" +"Show the system's I-beam mouse cursor when the user hovers the node. The I-" +"beam pointer has a shape similar to \"I\". It tells the user they can " +"highlight or insert text." +msgstr "" + +#: doc/classes/Control.xml:906 +msgid "" +"Show the system's pointing hand mouse cursor when the user hovers the node." +msgstr "" + +#: doc/classes/Control.xml:909 +msgid "Show the system's cross mouse cursor when the user hovers the node." +msgstr "" + +#: doc/classes/Control.xml:912 +msgid "" +"Show the system's wait mouse cursor, often an hourglass, when the user " +"hovers the node." +msgstr "" + +#: doc/classes/Control.xml:915 +msgid "" +"Show the system's busy mouse cursor when the user hovers the node. Often an " +"hourglass." +msgstr "" + +#: doc/classes/Control.xml:918 +msgid "" +"Show the system's drag mouse cursor, often a closed fist or a cross symbol, " +"when the user hovers the node. It tells the user they're currently dragging " +"an item, like a node in the Scene dock." +msgstr "" + +#: doc/classes/Control.xml:921 +msgid "" +"Show the system's drop mouse cursor when the user hovers the node. It can be " +"an open hand. It tells the user they can drop an item they're currently " +"grabbing, like a node in the Scene dock." +msgstr "" + +#: doc/classes/Control.xml:924 +msgid "" +"Show the system's forbidden mouse cursor when the user hovers the node. " +"Often a crossed circle." +msgstr "" + +#: doc/classes/Control.xml:927 +msgid "" +"Show the system's vertical resize mouse cursor when the user hovers the " +"node. A double-headed vertical arrow. It tells the user they can resize the " +"window or the panel vertically." +msgstr "" + +#: doc/classes/Control.xml:930 +msgid "" +"Show the system's horizontal resize mouse cursor when the user hovers the " +"node. A double-headed horizontal arrow. It tells the user they can resize " +"the window or the panel horizontally." +msgstr "" + +#: doc/classes/Control.xml:933 +msgid "" +"Show the system's window resize mouse cursor when the user hovers the node. " +"The cursor is a double-headed arrow that goes from the bottom left to the " +"top right. It tells the user they can resize the window or the panel both " +"horizontally and vertically." +msgstr "" + +#: doc/classes/Control.xml:936 +msgid "" +"Show the system's window resize mouse cursor when the user hovers the node. " +"The cursor is a double-headed arrow that goes from the top left to the " +"bottom right, the opposite of [constant CURSOR_BDIAGSIZE]. It tells the user " +"they can resize the window or the panel both horizontally and vertically." +msgstr "" + +#: doc/classes/Control.xml:939 +msgid "" +"Show the system's move mouse cursor when the user hovers the node. It shows " +"2 double-headed arrows at a 90 degree angle. It tells the user they can move " +"a UI element freely." +msgstr "" + +#: doc/classes/Control.xml:942 +msgid "" +"Show the system's vertical split mouse cursor when the user hovers the node. " +"On Windows, it's the same as [constant CURSOR_VSIZE]." +msgstr "" + +#: doc/classes/Control.xml:945 +msgid "" +"Show the system's horizontal split mouse cursor when the user hovers the " +"node. On Windows, it's the same as [constant CURSOR_HSIZE]." +msgstr "" + +#: doc/classes/Control.xml:948 +msgid "" +"Show the system's help mouse cursor when the user hovers the node, a " +"question mark." +msgstr "" + +#: doc/classes/Control.xml:951 +msgid "" +"Snap all 4 anchors to the top-left of the parent control's bounds. Use with " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:954 +msgid "" +"Snap all 4 anchors to the top-right of the parent control's bounds. Use with " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:957 +msgid "" +"Snap all 4 anchors to the bottom-left of the parent control's bounds. Use " +"with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:960 +msgid "" +"Snap all 4 anchors to the bottom-right of the parent control's bounds. Use " +"with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:963 +msgid "" +"Snap all 4 anchors to the center of the left edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:966 +msgid "" +"Snap all 4 anchors to the center of the top edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:969 +msgid "" +"Snap all 4 anchors to the center of the right edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:972 +msgid "" +"Snap all 4 anchors to the center of the bottom edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:975 +msgid "" +"Snap all 4 anchors to the center of the parent control's bounds. Use with " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:978 +msgid "" +"Snap all 4 anchors to the left edge of the parent control. The left margin " +"becomes relative to the left edge and the top margin relative to the top " +"left corner of the node's parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:981 +msgid "" +"Snap all 4 anchors to the top edge of the parent control. The left margin " +"becomes relative to the top left corner, the top margin relative to the top " +"edge, and the right margin relative to the top right corner of the node's " +"parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:984 +msgid "" +"Snap all 4 anchors to the right edge of the parent control. The right margin " +"becomes relative to the right edge and the top margin relative to the top " +"right corner of the node's parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:987 +msgid "" +"Snap all 4 anchors to the bottom edge of the parent control. The left margin " +"becomes relative to the bottom left corner, the bottom margin relative to " +"the bottom edge, and the right margin relative to the bottom right corner of " +"the node's parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:990 +msgid "" +"Snap all 4 anchors to a vertical line that cuts the parent control in half. " +"Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:993 +msgid "" +"Snap all 4 anchors to a horizontal line that cuts the parent control in " +"half. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:996 +msgid "" +"Snap all 4 anchors to the respective corners of the parent control. Set all " +"4 margins to 0 after you applied this preset and the [Control] will fit its " +"parent control. This is equivalent to the \"Full Rect\" layout option in the " +"editor. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:999 +msgid "The control will be resized to its minimum size." +msgstr "" + +#: doc/classes/Control.xml:1002 +msgid "The control's width will not change." +msgstr "" + +#: doc/classes/Control.xml:1005 +msgid "The control's height will not change." +msgstr "" + +#: doc/classes/Control.xml:1008 +msgid "The control's size will not change." +msgstr "" + +#: doc/classes/Control.xml:1011 +msgid "" +"Tells the parent [Container] to expand the bounds of this node to fill all " +"the available space without pushing any other node. Use with [member " +"size_flags_horizontal] and [member size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1014 +msgid "" +"Tells the parent [Container] to let this node take all the available space " +"on the axis you flag. If multiple neighboring nodes are set to expand, " +"they'll share the space based on their stretch ratio. See [member " +"size_flags_stretch_ratio]. Use with [member size_flags_horizontal] and " +"[member size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1017 +msgid "" +"Sets the node's size flags to both fill and expand. See the 2 constants " +"above for more information." +msgstr "" + +#: doc/classes/Control.xml:1020 +msgid "" +"Tells the parent [Container] to center the node in itself. It centers the " +"control based on its bounding box, so it doesn't work with the fill or " +"expand size flags. Use with [member size_flags_horizontal] and [member " +"size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1023 +msgid "" +"Tells the parent [Container] to align the node with its end, either the " +"bottom or the right edge. It doesn't work with the fill or expand size " +"flags. Use with [member size_flags_horizontal] and [member " +"size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1026 +msgid "" +"The control will receive mouse button input events through [method " +"_gui_input] if clicked on. And the control will receive the [signal " +"mouse_entered] and [signal mouse_exited] signals. These events are " +"automatically marked as handled, and they will not propagate further to " +"other controls. This also results in blocking signals in other controls." +msgstr "" + +#: doc/classes/Control.xml:1029 +msgid "" +"The control will receive mouse button input events through [method " +"_gui_input] if clicked on. And the control will receive the [signal " +"mouse_entered] and [signal mouse_exited] signals. If this control does not " +"handle the event, the parent control (if any) will be considered, and so on " +"until there is no more parent control to potentially handle it. This also " +"allows signals to fire in other controls. Even if no control handled it at " +"all, the event will still be handled automatically, so unhandled input will " +"not be fired." +msgstr "" + +#: doc/classes/Control.xml:1032 +msgid "" +"The control will not receive mouse button input events through [method " +"_gui_input]. The control will also not receive the [signal mouse_entered] " +"nor [signal mouse_exited] signals. This will not block other controls from " +"receiving these events or firing the signals. Ignored events will not be " +"handled automatically." +msgstr "" + +#: doc/classes/Control.xml:1035 +msgid "" +"The control will grow to the left or top to make up if its minimum size is " +"changed to be greater than its current size on the respective axis." +msgstr "" + +#: doc/classes/Control.xml:1038 +msgid "" +"The control will grow to the right or bottom to make up if its minimum size " +"is changed to be greater than its current size on the respective axis." +msgstr "" + +#: doc/classes/Control.xml:1041 +msgid "" +"The control will grow in both directions equally to make up if its minimum " +"size is changed to be greater than its current size." +msgstr "" + +#: doc/classes/Control.xml:1044 +msgid "" +"Snaps one of the 4 anchor's sides to the origin of the node's [code]Rect[/" +"code], in the top left. Use it with one of the [code]anchor_*[/code] member " +"variables, like [member anchor_left]. To change all 4 anchors at once, use " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:1047 +msgid "" +"Snaps one of the 4 anchor's sides to the end of the node's [code]Rect[/" +"code], in the bottom right. Use it with one of the [code]anchor_*[/code] " +"member variables, like [member anchor_left]. To change all 4 anchors at " +"once, use [method set_anchors_preset]." +msgstr "" + +#: doc/classes/ConvexPolygonShape.xml:4 +msgid "Convex polygon shape for 3D physics." +msgstr "" + +#: doc/classes/ConvexPolygonShape.xml:7 +msgid "" +"Convex polygon shape resource, which can be added to a [PhysicsBody] or area." +msgstr "" + +#: doc/classes/ConvexPolygonShape.xml:16 +msgid "The list of 3D points forming the convex polygon shape." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:4 +msgid "Convex polygon shape for 2D physics." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:7 +msgid "" +"Convex polygon shape for 2D physics. A convex polygon, whatever its shape, " +"is internally decomposed into as many convex polygons as needed to ensure " +"all collision checks against it are always done on convex polygons (which " +"are faster to check).\n" +"The main difference between a [ConvexPolygonShape2D] and a " +"[ConcavePolygonShape2D] is that a concave polygon assumes it is concave and " +"uses a more complex method of collision detection, and a convex one forces " +"itself to be convex in order to speed up collision detection." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:17 +msgid "" +"Based on the set of points provided, this creates and assigns the [member " +"points] property using the convex hull algorithm. Removing all unneeded " +"points. See [method Geometry.convex_hull_2d] for details." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:23 +msgid "" +"The polygon's list of vertices. Can be in either clockwise or " +"counterclockwise order." +msgstr "" + +#: doc/classes/CPUParticles.xml:4 +msgid "CPU-based 3D particle emitter." +msgstr "" + +#: doc/classes/CPUParticles.xml:7 +msgid "" +"CPU-based 3D particle node used to create a variety of particle systems and " +"effects.\n" +"See also [Particles], which provides the same functionality with hardware " +"acceleration, but may not run on older devices.\n" +"[b]Note:[/b] Unlike [Particles], the visibility rect is generated on-the-fly " +"and doesn't need to be configured by the user." +msgstr "" + +#: doc/classes/CPUParticles.xml:18 +msgid "" +"Sets this node's properties to match a given [Particles] node with an " +"assigned [ParticlesMaterial]." +msgstr "" + +#: doc/classes/CPUParticles.xml:25 doc/classes/CPUParticles2D.xml:26 +msgid "Returns the base value of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:32 doc/classes/CPUParticles2D.xml:33 +msgid "Returns the [Curve] of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:39 doc/classes/CPUParticles2D.xml:40 +msgid "" +"Returns the randomness factor of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:46 doc/classes/CPUParticles2D.xml:47 +msgid "" +"Returns the enabled state of the given flag (see [enum Flags] for options)." +msgstr "" + +#: doc/classes/CPUParticles.xml:52 doc/classes/CPUParticles2D.xml:53 +msgid "Restarts the particle emitter." +msgstr "" + +#: doc/classes/CPUParticles.xml:60 doc/classes/CPUParticles2D.xml:61 +msgid "Sets the base value of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:68 doc/classes/CPUParticles2D.xml:69 +msgid "Sets the [Curve] of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:76 doc/classes/CPUParticles2D.xml:77 +msgid "" +"Sets the randomness factor of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:84 doc/classes/CPUParticles2D.xml:85 +msgid "Enables or disables the given flag (see [enum Flags] for options)." +msgstr "" + +#: doc/classes/CPUParticles.xml:90 doc/classes/CPUParticles2D.xml:91 +#: doc/classes/Particles.xml:47 doc/classes/Particles2D.xml:33 +msgid "" +"The number of particles emitted in one emission cycle (corresponding to the " +"[member lifetime]).\n" +"[b]Note:[/b] Changing [member amount] will reset the particle emission, " +"therefore removing all particles that were already emitted before changing " +"[member amount]." +msgstr "" + +#: doc/classes/CPUParticles.xml:94 doc/classes/CPUParticles2D.xml:95 +msgid "Initial rotation applied to each particle, in degrees." +msgstr "" + +#: doc/classes/CPUParticles.xml:97 doc/classes/CPUParticles2D.xml:98 +msgid "Each particle's rotation will be animated along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:100 doc/classes/CPUParticles2D.xml:101 +#: doc/classes/ParticlesMaterial.xml:84 +msgid "Rotation randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:103 doc/classes/CPUParticles2D.xml:104 +msgid "" +"Initial angular velocity applied to each particle. Sets the speed of " +"rotation of the particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:106 doc/classes/CPUParticles2D.xml:107 +msgid "Each particle's angular velocity will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:109 doc/classes/CPUParticles2D.xml:110 +#: doc/classes/ParticlesMaterial.xml:94 +msgid "Angular velocity randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:112 doc/classes/CPUParticles2D.xml:113 +#: doc/classes/ParticlesMaterial.xml:97 +msgid "Particle animation offset." +msgstr "" + +#: doc/classes/CPUParticles.xml:115 doc/classes/CPUParticles2D.xml:116 +msgid "Each particle's animation offset will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:118 doc/classes/CPUParticles2D.xml:119 +#: doc/classes/ParticlesMaterial.xml:103 +msgid "Animation offset randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:121 doc/classes/CPUParticles2D.xml:122 +#: doc/classes/ParticlesMaterial.xml:106 +msgid "Particle animation speed." +msgstr "" + +#: doc/classes/CPUParticles.xml:124 doc/classes/CPUParticles2D.xml:125 +msgid "Each particle's animation speed will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:127 doc/classes/CPUParticles2D.xml:128 +#: doc/classes/ParticlesMaterial.xml:112 +msgid "Animation speed randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:130 +msgid "" +"Each particle's initial color. To have particle display color in a " +"[SpatialMaterial] make sure to set [member SpatialMaterial." +"vertex_color_use_as_albedo] to [code]true[/code]." +msgstr "" + +#: doc/classes/CPUParticles.xml:133 doc/classes/ParticlesMaterial.xml:118 +msgid "" +"Each particle's color will vary along this [GradientTexture] over its " +"lifetime (multiplied with [member color])." +msgstr "" + +#: doc/classes/CPUParticles.xml:136 doc/classes/CPUParticles2D.xml:137 +#: doc/classes/ParticlesMaterial.xml:121 +msgid "The rate at which particles lose velocity." +msgstr "" + +#: doc/classes/CPUParticles.xml:139 doc/classes/CPUParticles2D.xml:140 +msgid "Damping will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:142 doc/classes/CPUParticles2D.xml:143 +#: doc/classes/ParticlesMaterial.xml:127 +msgid "Damping randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:145 doc/classes/CPUParticles2D.xml:146 +#: doc/classes/ParticlesMaterial.xml:130 +msgid "Unit vector specifying the particles' emission direction." +msgstr "" + +#: doc/classes/CPUParticles.xml:148 doc/classes/CPUParticles2D.xml:149 +#: doc/classes/Particles.xml:51 doc/classes/Particles2D.xml:37 +msgid "Particle draw order. Uses [enum DrawOrder] values." +msgstr "" + +#: doc/classes/CPUParticles.xml:151 +msgid "" +"The rectangle's extents if [member emission_shape] is set to [constant " +"EMISSION_SHAPE_BOX]." +msgstr "" + +#: doc/classes/CPUParticles.xml:154 doc/classes/CPUParticles2D.xml:152 +msgid "" +"Sets the [Color]s to modulate particles by when using [constant " +"EMISSION_SHAPE_POINTS] or [constant EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/CPUParticles.xml:157 doc/classes/CPUParticles2D.xml:155 +msgid "" +"Sets the direction the particles will be emitted in when using [constant " +"EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/CPUParticles.xml:160 doc/classes/CPUParticles2D.xml:158 +msgid "" +"Sets the initial positions to spawn particles when using [constant " +"EMISSION_SHAPE_POINTS] or [constant EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/CPUParticles.xml:163 +msgid "" +"The axis for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:166 +msgid "" +"The height for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:169 +msgid "" +"The inner radius for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:172 +msgid "" +"The radius for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:175 doc/classes/CPUParticles2D.xml:164 +msgid "" +"Particles will be emitted inside this region. See [enum EmissionShape] for " +"possible values." +msgstr "" + +#: doc/classes/CPUParticles.xml:178 +msgid "" +"The sphere's radius if [enum EmissionShape] is set to [constant " +"EMISSION_SHAPE_SPHERE]." +msgstr "" + +#: doc/classes/CPUParticles.xml:181 doc/classes/CPUParticles2D.xml:170 +#: doc/classes/Particles.xml:69 doc/classes/Particles2D.xml:40 +msgid "If [code]true[/code], particles are being emitted." +msgstr "" + +#: doc/classes/CPUParticles.xml:184 doc/classes/CPUParticles2D.xml:173 +#: doc/classes/Particles2D.xml:43 +msgid "" +"How rapidly particles in an emission cycle are emitted. If greater than " +"[code]0[/code], there will be a gap in emissions before the next cycle " +"begins." +msgstr "" + +#: doc/classes/CPUParticles.xml:187 +msgid "" +"The particle system's frame rate is fixed to a value. For instance, changing " +"the value to 2 will make the particles render at 2 frames per second. Note " +"this does not slow down the particle system itself." +msgstr "" + +#: doc/classes/CPUParticles.xml:190 doc/classes/CPUParticles2D.xml:179 +#: doc/classes/ParticlesMaterial.xml:166 +msgid "Align Y axis of particle with the direction of its velocity." +msgstr "" + +#: doc/classes/CPUParticles.xml:193 doc/classes/ParticlesMaterial.xml:169 +msgid "If [code]true[/code], particles will not move on the z axis." +msgstr "" + +#: doc/classes/CPUParticles.xml:196 doc/classes/ParticlesMaterial.xml:172 +msgid "If [code]true[/code], particles rotate around Y axis by [member angle]." +msgstr "" + +#: doc/classes/CPUParticles.xml:199 +msgid "" +"Amount of [member spread] in Y/Z plane. A value of [code]1[/code] restricts " +"particles to X/Z plane." +msgstr "" + +#: doc/classes/CPUParticles.xml:202 doc/classes/CPUParticles2D.xml:182 +#: doc/classes/Particles.xml:78 doc/classes/Particles2D.xml:49 +msgid "" +"If [code]true[/code], results in fractional delta calculation which has a " +"smoother particles display effect." +msgstr "" + +#: doc/classes/CPUParticles.xml:205 doc/classes/CPUParticles2D.xml:185 +#: doc/classes/ParticlesMaterial.xml:178 +msgid "Gravity applied to every particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:208 doc/classes/CPUParticles2D.xml:188 +#: doc/classes/ParticlesMaterial.xml:181 +msgid "Initial hue variation applied to each particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:211 doc/classes/CPUParticles2D.xml:191 +msgid "Each particle's hue will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:214 doc/classes/CPUParticles2D.xml:194 +#: doc/classes/ParticlesMaterial.xml:187 +msgid "Hue variation randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:217 doc/classes/CPUParticles2D.xml:197 +#: doc/classes/ParticlesMaterial.xml:190 +msgid "" +"Initial velocity magnitude for each particle. Direction comes from [member " +"spread] and the node's orientation." +msgstr "" + +#: doc/classes/CPUParticles.xml:220 doc/classes/CPUParticles2D.xml:200 +#: doc/classes/ParticlesMaterial.xml:193 +msgid "Initial velocity randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:223 doc/classes/CPUParticles2D.xml:203 +#: doc/classes/Particles.xml:81 doc/classes/Particles2D.xml:52 +msgid "The amount of time each particle will exist (in seconds)." +msgstr "" + +#: doc/classes/CPUParticles.xml:226 doc/classes/CPUParticles2D.xml:206 +#: doc/classes/ParticlesMaterial.xml:196 +msgid "Particle lifetime randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:229 doc/classes/CPUParticles2D.xml:209 +#: doc/classes/ParticlesMaterial.xml:199 +msgid "" +"Linear acceleration applied to each particle in the direction of motion." +msgstr "" + +#: doc/classes/CPUParticles.xml:232 doc/classes/CPUParticles2D.xml:212 +msgid "Each particle's linear acceleration will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:235 doc/classes/CPUParticles2D.xml:215 +#: doc/classes/ParticlesMaterial.xml:205 +msgid "Linear acceleration randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:238 doc/classes/CPUParticles2D.xml:218 +#: doc/classes/Particles.xml:84 doc/classes/Particles2D.xml:55 +msgid "" +"If [code]true[/code], particles use the parent node's coordinate space. If " +"[code]false[/code], they use global coordinates." +msgstr "" + +#: doc/classes/CPUParticles.xml:241 +msgid "" +"The [Mesh] used for each particle. If [code]null[/code], particles will be " +"spheres." +msgstr "" + +#: doc/classes/CPUParticles.xml:244 doc/classes/CPUParticles2D.xml:225 +#: doc/classes/Particles2D.xml:62 +msgid "" +"If [code]true[/code], only one emission cycle occurs. If set [code]true[/" +"code] during a cycle, emission will stop at the cycle's end." +msgstr "" + +#: doc/classes/CPUParticles.xml:247 +msgid "" +"Orbital velocity applied to each particle. Makes the particles circle around " +"origin in the local XY plane. Specified in number of full rotations around " +"origin per second.\n" +"This property is only available when [member flag_disable_z] is [code]true[/" +"code]." +msgstr "" + +#: doc/classes/CPUParticles.xml:251 doc/classes/CPUParticles2D.xml:231 +msgid "Each particle's orbital velocity will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:254 doc/classes/CPUParticles2D.xml:234 +#: doc/classes/ParticlesMaterial.xml:215 +msgid "Orbital velocity randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:257 doc/classes/CPUParticles2D.xml:237 +#: doc/classes/Particles2D.xml:65 +msgid "Particle system starts as if it had already run for this many seconds." +msgstr "" + +#: doc/classes/CPUParticles.xml:260 doc/classes/CPUParticles2D.xml:240 +#: doc/classes/ParticlesMaterial.xml:218 +msgid "" +"Radial acceleration applied to each particle. Makes particle accelerate away " +"from origin." +msgstr "" + +#: doc/classes/CPUParticles.xml:263 doc/classes/CPUParticles2D.xml:243 +msgid "Each particle's radial acceleration will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:266 doc/classes/CPUParticles2D.xml:246 +#: doc/classes/ParticlesMaterial.xml:224 +msgid "Radial acceleration randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:269 doc/classes/CPUParticles2D.xml:249 +#: doc/classes/Particles2D.xml:71 +msgid "Emission lifetime randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:272 doc/classes/CPUParticles2D.xml:252 +#: doc/classes/ParticlesMaterial.xml:227 +msgid "Initial scale applied to each particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:275 doc/classes/CPUParticles2D.xml:255 +msgid "Each particle's scale will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:278 doc/classes/CPUParticles2D.xml:258 +#: doc/classes/ParticlesMaterial.xml:233 +msgid "Scale randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:281 doc/classes/CPUParticles2D.xml:261 +#: doc/classes/Particles2D.xml:74 +msgid "" +"Particle system's running speed scaling ratio. A value of [code]0[/code] can " +"be used to pause the particles." +msgstr "" + +#: doc/classes/CPUParticles.xml:284 +msgid "" +"Each particle's initial direction range from [code]+spread[/code] to [code]-" +"spread[/code] degrees. Applied to X/Z plane and Y/Z planes." +msgstr "" + +#: doc/classes/CPUParticles.xml:287 doc/classes/CPUParticles2D.xml:267 +#: doc/classes/ParticlesMaterial.xml:239 +msgid "" +"Tangential acceleration applied to each particle. Tangential acceleration is " +"perpendicular to the particle's velocity giving the particles a swirling " +"motion." +msgstr "" + +#: doc/classes/CPUParticles.xml:290 doc/classes/CPUParticles2D.xml:270 +msgid "Each particle's tangential acceleration will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:293 doc/classes/CPUParticles2D.xml:273 +#: doc/classes/ParticlesMaterial.xml:245 +msgid "Tangential acceleration randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:298 doc/classes/CPUParticles2D.xml:281 +#: doc/classes/Particles.xml:109 doc/classes/Particles2D.xml:86 +msgid "Particles are drawn in the order emitted." +msgstr "" + +#: doc/classes/CPUParticles.xml:301 doc/classes/CPUParticles2D.xml:284 +#: doc/classes/Particles.xml:112 doc/classes/Particles2D.xml:89 +msgid "Particles are drawn in order of remaining lifetime." +msgstr "" + +#: doc/classes/CPUParticles.xml:304 doc/classes/Particles.xml:115 +msgid "Particles are drawn in order of depth." +msgstr "" + +#: doc/classes/CPUParticles.xml:307 doc/classes/CPUParticles2D.xml:287 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set initial velocity properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:310 doc/classes/CPUParticles2D.xml:290 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set angular velocity properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:313 doc/classes/CPUParticles2D.xml:293 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set orbital velocity properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:316 doc/classes/CPUParticles2D.xml:296 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set linear acceleration properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:319 doc/classes/CPUParticles2D.xml:299 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set radial acceleration properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:322 doc/classes/CPUParticles2D.xml:302 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set tangential acceleration properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:325 doc/classes/CPUParticles2D.xml:305 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set damping properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:328 doc/classes/CPUParticles2D.xml:308 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set angle properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:331 doc/classes/CPUParticles2D.xml:311 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set scale properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:334 doc/classes/CPUParticles2D.xml:314 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set hue variation properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:337 doc/classes/CPUParticles2D.xml:317 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set animation speed properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:340 doc/classes/CPUParticles2D.xml:320 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set animation offset properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:343 doc/classes/CPUParticles2D.xml:323 +#: doc/classes/ParticlesMaterial.xml:295 +msgid "Represents the size of the [enum Parameter] enum." +msgstr "" + +#: doc/classes/CPUParticles.xml:346 doc/classes/CPUParticles2D.xml:326 +msgid "Use with [method set_particle_flag] to set [member flag_align_y]." +msgstr "" + +#: doc/classes/CPUParticles.xml:349 +msgid "Use with [method set_particle_flag] to set [member flag_rotate_y]." +msgstr "" + +#: doc/classes/CPUParticles.xml:352 +msgid "Use with [method set_particle_flag] to set [member flag_disable_z]." +msgstr "" + +#: doc/classes/CPUParticles.xml:355 doc/classes/CPUParticles2D.xml:335 +#: doc/classes/GeometryInstance.xml:109 doc/classes/ParticlesMaterial.xml:307 +#: doc/classes/SpatialMaterial.xml:564 +msgid "Represents the size of the [enum Flags] enum." +msgstr "" + +#: doc/classes/CPUParticles.xml:358 doc/classes/CPUParticles2D.xml:338 +#: doc/classes/ParticlesMaterial.xml:310 +msgid "All particles will be emitted from a single point." +msgstr "" + +#: doc/classes/CPUParticles.xml:361 doc/classes/ParticlesMaterial.xml:313 +msgid "Particles will be emitted in the volume of a sphere." +msgstr "" + +#: doc/classes/CPUParticles.xml:364 doc/classes/ParticlesMaterial.xml:316 +msgid "Particles will be emitted in the volume of a box." +msgstr "" + +#: doc/classes/CPUParticles.xml:367 doc/classes/CPUParticles2D.xml:347 +msgid "" +"Particles will be emitted at a position chosen randomly among [member " +"emission_points]. Particle color will be modulated by [member " +"emission_colors]." +msgstr "" + +#: doc/classes/CPUParticles.xml:370 doc/classes/CPUParticles2D.xml:350 +msgid "" +"Particles will be emitted at a position chosen randomly among [member " +"emission_points]. Particle velocity and rotation will be set based on " +"[member emission_normals]. Particle color will be modulated by [member " +"emission_colors]." +msgstr "" + +#: doc/classes/CPUParticles.xml:373 doc/classes/ParticlesMaterial.xml:325 +msgid "Particles will be emitted in a ring or cylinder." +msgstr "" + +#: doc/classes/CPUParticles.xml:376 doc/classes/CPUParticles2D.xml:353 +#: doc/classes/ParticlesMaterial.xml:328 +msgid "Represents the size of the [enum EmissionShape] enum." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:4 +msgid "CPU-based 2D particle emitter." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:7 +msgid "" +"CPU-based 2D particle node used to create a variety of particle systems and " +"effects.\n" +"See also [Particles2D], which provides the same functionality with hardware " +"acceleration, but may not run on older devices.\n" +"[b]Note:[/b] Unlike [Particles2D], the visibility rect is generated on-the-" +"fly and doesn't need to be configured by the user." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:12 doc/classes/Particles2D.xml:14 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/particle_systems_2d.html" +msgstr "" + +#: doc/classes/CPUParticles2D.xml:19 +msgid "" +"Sets this node's properties to match a given [Particles2D] node with an " +"assigned [ParticlesMaterial]." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:131 +msgid "" +"Each particle's initial color. If [member texture] is defined, it will be " +"multiplied by this color." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:134 +msgid "" +"Each particle's color will vary along this [Gradient] (multiplied with " +"[member color])." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:161 +msgid "" +"The rectangle's extents if [member emission_shape] is set to [constant " +"EMISSION_SHAPE_RECTANGLE]." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:167 +msgid "" +"The sphere's radius if [member emission_shape] is set to [constant " +"EMISSION_SHAPE_SPHERE]." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:176 doc/classes/Particles.xml:75 +#: doc/classes/Particles2D.xml:46 +msgid "" +"The particle system's frame rate is fixed to a value. For instance, changing " +"the value to 2 will make the particles render at 2 frames per second. Note " +"this does not slow down the simulation of the particle system itself." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:221 doc/classes/Particles2D.xml:58 +msgid "" +"Normal map to be used for the [member texture] property.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:228 +msgid "" +"Orbital velocity applied to each particle. Makes the particles circle around " +"origin. Specified in number of full rotations around origin per second." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:264 doc/classes/ParticlesMaterial.xml:236 +msgid "" +"Each particle's initial direction range from [code]+spread[/code] to [code]-" +"spread[/code] degrees." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:276 doc/classes/Particles2D.xml:77 +msgid "Particle texture. If [code]null[/code], particles will be squares." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:329 doc/classes/CPUParticles2D.xml:332 +msgid "Present for consistency with 3D particle nodes, not used in 2D." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:341 +msgid "" +"Particles will be emitted on the surface of a sphere flattened to two " +"dimensions." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:344 +msgid "Particles will be emitted in the area of a rectangle." +msgstr "" + +#: doc/classes/Crypto.xml:4 +msgid "Access to advanced cryptographic functionalities." +msgstr "" + +#: doc/classes/Crypto.xml:7 +msgid "" +"The Crypto class allows you to access some more advanced cryptographic " +"functionalities in Godot.\n" +"For now, this includes generating cryptographically secure random bytes, RSA " +"keys and self-signed X509 certificates generation, asymmetric key encryption/" +"decryption, and signing/verification.\n" +"[codeblock]\n" +"extends Node\n" +"\n" +"var crypto = Crypto.new()\n" +"var key = CryptoKey.new()\n" +"var cert = X509Certificate.new()\n" +"\n" +"func _ready():\n" +" # Generate new RSA key.\n" +" key = crypto.generate_rsa(4096)\n" +" # Generate new self-signed certificate with the given key.\n" +" cert = crypto.generate_self_signed_certificate(key, \"CN=mydomain.com," +"O=My Game Company,C=IT\")\n" +" # Save key and certificate in the user folder.\n" +" key.save(\"user://generated.key\")\n" +" cert.save(\"user://generated.crt\")\n" +" # Encryption\n" +" var data = \"Some data\"\n" +" var encrypted = crypto.encrypt(key, data.to_utf8())\n" +" # Decryption\n" +" var decrypted = crypto.decrypt(key, encrypted)\n" +" # Signing\n" +" var signature = crypto.sign(HashingContext.HASH_SHA256, data." +"sha256_buffer(), key)\n" +" # Verifying\n" +" var verified = crypto.verify(HashingContext.HASH_SHA256, data." +"sha256_buffer(), signature, key)\n" +" # Checks\n" +" assert(verified)\n" +" assert(data.to_utf8() == decrypted)\n" +"[/codeblock]\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/Crypto.xml:47 +msgid "" +"Compares two [PoolByteArray]s for equality without leaking timing " +"information in order to prevent timing attacks.\n" +"See [url=https://paragonie.com/blog/2015/11/preventing-timing-attacks-on-" +"string-comparison-with-double-hmac-strategy]this blog post[/url] for more " +"information." +msgstr "" + +#: doc/classes/Crypto.xml:56 +msgid "" +"Decrypt the given [code]ciphertext[/code] with the provided private " +"[code]key[/code].\n" +"[b]Note:[/b] The maximum size of accepted ciphertext is limited by the key " +"size." +msgstr "" + +#: doc/classes/Crypto.xml:65 +msgid "" +"Encrypt the given [code]plaintext[/code] with the provided public [code]key[/" +"code].\n" +"[b]Note:[/b] The maximum size of accepted plaintext is limited by the key " +"size." +msgstr "" + +#: doc/classes/Crypto.xml:73 +msgid "" +"Generates a [PoolByteArray] of cryptographically secure random bytes with " +"given [code]size[/code]." +msgstr "" + +#: doc/classes/Crypto.xml:80 +msgid "" +"Generates an RSA [CryptoKey] that can be used for creating self-signed " +"certificates and passed to [method StreamPeerSSL.accept_stream]." +msgstr "" + +#: doc/classes/Crypto.xml:90 +msgid "" +"Generates a self-signed [X509Certificate] from the given [CryptoKey] and " +"[code]issuer_name[/code]. The certificate validity will be defined by " +"[code]not_before[/code] and [code]not_after[/code] (first valid date and " +"last valid date). The [code]issuer_name[/code] must contain at least \"CN=" +"\" (common name, i.e. the domain name), \"O=\" (organization, i.e. your " +"company name), \"C=\" (country, i.e. 2 lettered ISO-3166 code of the country " +"the organization is based in).\n" +"A small example to generate an RSA key and a X509 self-signed certificate.\n" +"[codeblock]\n" +"var crypto = Crypto.new()\n" +"# Generate 4096 bits RSA key.\n" +"var key = crypto.generate_rsa(4096)\n" +"# Generate self-signed certificate using the given key.\n" +"var cert = crypto.generate_self_signed_certificate(key, \"CN=example.com,O=A " +"Game Company,C=IT\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Crypto.xml:107 +msgid "" +"Generates an [url=https://en.wikipedia.org/wiki/HMAC]HMAC[/url] digest of " +"[code]msg[/code] using [code]key[/code]. The [code]hash_type[/code] " +"parameter is the hashing algorithm that is used for the inner and outer " +"hashes.\n" +"Currently, only [constant HashingContext.HASH_SHA256] and [constant " +"HashingContext.HASH_SHA1] are supported." +msgstr "" + +#: doc/classes/Crypto.xml:117 +msgid "" +"Sign a given [code]hash[/code] of type [code]hash_type[/code] with the " +"provided private [code]key[/code]." +msgstr "" + +#: doc/classes/Crypto.xml:127 +msgid "" +"Verify that a given [code]signature[/code] for [code]hash[/code] of type " +"[code]hash_type[/code] against the provided public [code]key[/code]." +msgstr "" + +#: doc/classes/CryptoKey.xml:4 +msgid "A cryptographic key (RSA)." +msgstr "" + +#: doc/classes/CryptoKey.xml:7 +msgid "" +"The CryptoKey class represents a cryptographic key. Keys can be loaded and " +"saved like any other [Resource].\n" +"They can be used to generate a self-signed [X509Certificate] via [method " +"Crypto.generate_self_signed_certificate] and as private key in [method " +"StreamPeerSSL.accept_stream] along with the appropriate certificate.\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/CryptoKey.xml:17 +msgid "" +"Return [code]true[/code] if this CryptoKey only has the public part, and not " +"the private one." +msgstr "" + +#: doc/classes/CryptoKey.xml:25 +msgid "" +"Loads a key from [code]path[/code]. If [code]public_only[/code] is " +"[code]true[/code], only the public key will be loaded.\n" +"[b]Note:[/b] [code]path[/code] should be a \"*.pub\" file if " +"[code]public_only[/code] is [code]true[/code], a \"*.key\" file otherwise." +msgstr "" + +#: doc/classes/CryptoKey.xml:34 +msgid "" +"Loads a key from the given [code]string[/code]. If [code]public_only[/code] " +"is [code]true[/code], only the public key will be loaded." +msgstr "" + +#: doc/classes/CryptoKey.xml:42 +msgid "" +"Saves a key to the given [code]path[/code]. If [code]public_only[/code] is " +"[code]true[/code], only the public key will be saved.\n" +"[b]Note:[/b] [code]path[/code] should be a \"*.pub\" file if " +"[code]public_only[/code] is [code]true[/code], a \"*.key\" file otherwise." +msgstr "" + +#: doc/classes/CryptoKey.xml:50 +msgid "" +"Returns a string containing the key in PEM format. If [code]public_only[/" +"code] is [code]true[/code], only the public key will be included." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:4 +msgid "A CSG Box shape." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:7 +msgid "This node allows you to create a box for use with the CSG system." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:15 +msgid "Depth of the box measured from the center of the box." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:18 +msgid "Height of the box measured from the center of the box." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:21 +msgid "The material used to render the box." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:24 +msgid "Width of the box measured from the center of the box." +msgstr "" + +#: modules/csg/doc_classes/CSGCombiner.xml:4 +msgid "A CSG node that allows you to combine other CSG modifiers." +msgstr "" + +#: modules/csg/doc_classes/CSGCombiner.xml:7 +msgid "" +"For complex arrangements of shapes, it is sometimes needed to add structure " +"to your CSG nodes. The CSGCombiner node allows you to create this structure. " +"The node encapsulates the result of the CSG operations of its children. In " +"this way, it is possible to do operations on one set of shapes that are " +"children of one CSGCombiner node, and a set of separate operations on a " +"second set of shapes that are children of a second CSGCombiner node, and " +"then do an operation that takes the two end results as its input to create " +"the final shape." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:4 +msgid "A CSG Cylinder shape." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:7 +msgid "" +"This node allows you to create a cylinder (or cone) for use with the CSG " +"system." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:15 +msgid "" +"If [code]true[/code] a cone is created, the [member radius] will only apply " +"to one side." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:18 +msgid "The height of the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:21 +msgid "The material used to render the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:24 +msgid "The radius of the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:27 +msgid "" +"The number of sides of the cylinder, the higher this number the more detail " +"there will be in the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:30 +msgid "" +"If [code]true[/code] the normals of the cylinder are set to give a smooth " +"effect making the cylinder seem rounded. If [code]false[/code] the cylinder " +"will have a flat shaded look." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:4 +msgid "A CSG Mesh shape that uses a mesh resource." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:7 +msgid "" +"This CSG node allows you to use any mesh resource as a CSG shape, provided " +"it is closed, does not self-intersect, does not contain internal faces and " +"has no edges that connect to more then two faces." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:15 +msgid "The [Material] used in drawing the CSG shape." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:18 +msgid "" +"The [Mesh] resource to use as a CSG shape.\n" +"[b]Note:[/b] When using an [ArrayMesh], avoid meshes with vertex normals " +"unless a flat shader is required. By default, CSGMesh will ignore the mesh's " +"vertex normals and use a smooth shader calculated using the faces' normals. " +"If a flat shader is required, ensure that all faces' vertex normals are " +"parallel." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:4 +msgid "Extrudes a 2D polygon shape to create a 3D mesh." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:7 +msgid "" +"An array of 2D points is extruded to quickly and easily create a variety of " +"3D meshes." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:15 +msgid "" +"When [member mode] is [constant MODE_DEPTH], the depth of the extrusion." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:18 +msgid "" +"Material to use for the resulting mesh. The UV maps the top half of the " +"material to the extruded shape (U along the the length of the extrusions and " +"V around the outline of the [member polygon]), the bottom-left quarter to " +"the front end face, and the bottom-right quarter to the back end face." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:21 +msgid "The [member mode] used to extrude the [member polygon]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:24 +msgid "" +"When [member mode] is [constant MODE_PATH], by default, the top half of the " +"[member material] is stretched along the entire length of the extruded " +"shape. If [code]false[/code] the top half of the material is repeated every " +"step of the extrusion." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:27 +msgid "" +"When [member mode] is [constant MODE_PATH], the path interval or ratio of " +"path points to extrusions." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:30 +msgid "" +"When [member mode] is [constant MODE_PATH], this will determine if the " +"interval should be by distance ([constant PATH_INTERVAL_DISTANCE]) or " +"subdivision fractions ([constant PATH_INTERVAL_SUBDIVIDE])." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:33 +msgid "" +"When [member mode] is [constant MODE_PATH], if [code]true[/code] the ends of " +"the path are joined, by adding an extrusion between the last and first " +"points of the path." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:36 +msgid "" +"When [member mode] is [constant MODE_PATH], if [code]true[/code] the " +"[Transform] of the [CSGPolygon] is used as the starting point for the " +"extrusions, not the [Transform] of the [member path_node]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:39 +msgid "" +"When [member mode] is [constant MODE_PATH], the location of the [Path] " +"object used to extrude the [member polygon]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:42 +msgid "" +"When [member mode] is [constant MODE_PATH], the [enum PathRotation] method " +"used to rotate the [member polygon] as it is extruded." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:45 +msgid "" +"When [member mode] is [constant MODE_PATH], extrusions that are less than " +"this angle, will be merged together to reduce polygon count." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:48 +msgid "" +"When [member mode] is [constant MODE_PATH], this is the distance along the " +"path, in meters, the texture coordinates will tile. When set to 0, texture " +"coordinates will match geometry exactly with no tiling." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:51 +msgid "The point array that defines the 2D polygon that is extruded." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:54 +msgid "If [code]true[/code], applies smooth shading to the extrusions." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:57 +msgid "" +"When [member mode] is [constant MODE_SPIN], the total number of degrees the " +"[member polygon] is rotated when extruding." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:60 +msgid "" +"When [member mode] is [constant MODE_SPIN], the number of extrusions made." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:65 +msgid "The [member polygon] shape is extruded along the negative Z axis." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:68 +msgid "" +"The [member polygon] shape is extruded by rotating it around the Y axis." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:71 +msgid "" +"The [member polygon] shape is extruded along the [Path] specified in [member " +"path_node]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:74 +msgid "" +"The [member polygon] shape is not rotated.\n" +"[b]Note:[/b] Requires the path's Z coordinates to continually decrease to " +"ensure viable shapes." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:78 +msgid "" +"The [member polygon] shape is rotated along the path, but it is not rotated " +"around the path axis.\n" +"[b]Note:[/b] Requires the path's Z coordinates to continually decrease to " +"ensure viable shapes." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:82 +msgid "" +"The [member polygon] shape follows the path and its rotations around the " +"path axis." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:85 +msgid "" +"When [member mode] is set to [constant MODE_PATH], [member path_interval] " +"will determine the distance, in meters, each interval of the path will " +"extrude." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:88 +msgid "" +"When [member mode] is set to [constant MODE_PATH], [member path_interval] " +"will subdivide the polygons along the path." +msgstr "" + +#: modules/csg/doc_classes/CSGPrimitive.xml:4 +msgid "Base class for CSG primitives." +msgstr "" + +#: modules/csg/doc_classes/CSGPrimitive.xml:7 +msgid "" +"Parent class for various CSG primitives. It contains code and functionality " +"that is common between them. It cannot be used directly. Instead use one of " +"the various classes that inherit from it." +msgstr "" + +#: modules/csg/doc_classes/CSGPrimitive.xml:15 +msgid "Invert the faces of the mesh." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:4 +msgid "The CSG base class." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:7 +msgid "" +"This is the CSG base class that provides CSG operation support to the " +"various CSG nodes in Godot." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:16 +#: modules/csg/doc_classes/CSGShape.xml:23 doc/classes/RayCast2D.xml:60 +#: doc/classes/SoftBody.xml:30 doc/classes/SoftBody.xml:37 +msgid "Returns an individual bit on the collision mask." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:29 +msgid "" +"Returns an [Array] with two elements, the first is the [Transform] of this " +"node and the second is the root [Mesh] of this node. Only works when this " +"node is the root shape." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:35 +msgid "" +"Returns [code]true[/code] if this is a root shape and is thus the object " +"that is rendered." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:43 doc/classes/SoftBody.xml:66 +msgid "" +"Sets individual bits on the layer mask. Use this if you only need to change " +"one layer's value." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:51 doc/classes/SoftBody.xml:74 +msgid "" +"Sets individual bits on the collision mask. Use this if you only need to " +"change one layer's value." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:57 +msgid "" +"Calculate tangents for the CSG shape which allows the use of normal maps. " +"This is only applied on the root shape, this setting is ignored on any child." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:60 +msgid "" +"The physics layers this area is in.\n" +"Collidable objects can exist in any of 32 different layers. These layers " +"work like a tagging system, and are not visual. A collidable can use these " +"layers to select with which objects it can collide, using the collision_mask " +"property.\n" +"A contact is detected if object A is in any of the layers that object B " +"scans, or object B is in any layer scanned by object A. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:65 +msgid "" +"The physics layers this CSG shape scans for collisions. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:68 +msgid "" +"The operation that is performed on this shape. This is ignored for the first " +"CSG child node as the operation is between this node and the previous child " +"of this nodes parent." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:71 +msgid "" +"Snap makes the mesh snap to a given distance so that the faces of two meshes " +"can be perfectly aligned. A lower value results in greater precision but may " +"be harder to adjust." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:74 +msgid "" +"Adds a collision shape to the physics engine for our CSG shape. This will " +"always act like a static body. Note that the collision shape is still active " +"even if the CSG shape itself is hidden." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:79 +msgid "" +"Geometry of both primitives is merged, intersecting geometry is removed." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:82 +msgid "Only intersecting geometry remains, the rest is removed." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:85 +msgid "" +"The second shape is subtracted from the first, leaving a dent with its shape." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:4 +msgid "A CSG Sphere shape." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:7 +msgid "This node allows you to create a sphere for use with the CSG system." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:15 +msgid "The material used to render the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:18 +msgid "Number of vertical slices for the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:21 +msgid "Radius of the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:24 +msgid "Number of horizontal slices for the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:27 +msgid "" +"If [code]true[/code] the normals of the sphere are set to give a smooth " +"effect making the sphere seem rounded. If [code]false[/code] the sphere will " +"have a flat shaded look." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:4 +msgid "A CSG Torus shape." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:7 +msgid "This node allows you to create a torus for use with the CSG system." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:15 +msgid "The inner radius of the torus." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:18 +msgid "The material used to render the torus." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:21 +msgid "The outer radius of the torus." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:24 +msgid "The number of edges each ring of the torus is constructed of." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:27 +msgid "The number of slices the torus is constructed of." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:30 +msgid "" +"If [code]true[/code] the normals of the torus are set to give a smooth " +"effect making the torus seem rounded. If [code]false[/code] the torus will " +"have a flat shaded look." +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:4 +msgid "" +"A script implemented in the C# programming language (Mono-enabled builds " +"only)." +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:7 +msgid "" +"This class represents a C# script. It is the C# equivalent of the [GDScript] " +"class and is only available in Mono-enabled Godot builds.\n" +"See also [GodotSharp]." +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/c_sharp/index." +"html" +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:18 +#: modules/gdnative/doc_classes/PluginScript.xml:13 +msgid "Returns a new instance of the script." +msgstr "" + +#: doc/classes/CubeMap.xml:4 +msgid "A CubeMap is a 6-sided 3D texture." +msgstr "" + +#: doc/classes/CubeMap.xml:7 +msgid "" +"A 6-sided 3D texture typically used for faking reflections. It can be used " +"to make an object look as if it's reflecting its surroundings. This usually " +"delivers much better performance than other reflection methods." +msgstr "" + +#: doc/classes/CubeMap.xml:15 +msgid "Returns the [CubeMap]'s height." +msgstr "" + +#: doc/classes/CubeMap.xml:22 +msgid "" +"Returns an [Image] for a side of the [CubeMap] using one of the [enum Side] " +"constants." +msgstr "" + +#: doc/classes/CubeMap.xml:28 +msgid "Returns the [CubeMap]'s width." +msgstr "" + +#: doc/classes/CubeMap.xml:36 +msgid "" +"Sets an [Image] for a side of the [CubeMap] using one of the [enum Side] " +"constants." +msgstr "" + +#: doc/classes/CubeMap.xml:42 +msgid "" +"The render flags for the [CubeMap]. See the [enum Flags] constants for " +"details." +msgstr "" + +#: doc/classes/CubeMap.xml:45 +msgid "" +"The lossy storage quality of the [CubeMap] if the storage mode is set to " +"[constant STORAGE_COMPRESS_LOSSY]." +msgstr "" + +#: doc/classes/CubeMap.xml:48 +msgid "The [CubeMap]'s storage mode. See [enum Storage] constants." +msgstr "" + +#: doc/classes/CubeMap.xml:53 +msgid "Store the [CubeMap] without any compression." +msgstr "" + +#: doc/classes/CubeMap.xml:56 +msgid "Store the [CubeMap] with strong compression that reduces image quality." +msgstr "" + +#: doc/classes/CubeMap.xml:59 +msgid "" +"Store the [CubeMap] with moderate compression that doesn't reduce image " +"quality." +msgstr "" + +#: doc/classes/CubeMap.xml:62 +msgid "Identifier for the left face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:65 +msgid "Identifier for the right face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:68 +msgid "Identifier for the bottom face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:71 +msgid "Identifier for the top face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:74 +msgid "Identifier for the front face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:77 +msgid "Identifier for the back face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:80 +msgid "Generate mipmaps, to enable smooth zooming out of the texture." +msgstr "" + +#: doc/classes/CubeMap.xml:83 +msgid "Repeat (instead of clamp to edge)." +msgstr "" + +#: doc/classes/CubeMap.xml:86 +msgid "Turn on magnifying filter, to enable smooth zooming in of the texture." +msgstr "" + +#: doc/classes/CubeMap.xml:89 +msgid "Default flags. Generate mipmaps, repeat, and filter are enabled." +msgstr "" + +#: doc/classes/CubeMesh.xml:4 +msgid "Generate an axis-aligned cuboid [PrimitiveMesh]." +msgstr "" + +#: doc/classes/CubeMesh.xml:7 +msgid "" +"Generate an axis-aligned cuboid [PrimitiveMesh].\n" +"The cube's UV layout is arranged in a 3×2 layout that allows texturing each " +"face individually. To apply the same texture on all faces, change the " +"material's UV property to [code]Vector3(3, 2, 1)[/code].\n" +"[b]Note:[/b] When using a large textured [CubeMesh] (e.g. as a floor), you " +"may stumble upon UV jittering issues depending on the camera angle. To solve " +"this, increase [member subdivide_depth], [member subdivide_height] and " +"[member subdivide_width] until you no longer notice UV jittering." +msgstr "" + +#: doc/classes/CubeMesh.xml:17 +msgid "Size of the cuboid mesh." +msgstr "" + +#: doc/classes/CubeMesh.xml:20 +msgid "Number of extra edge loops inserted along the Z axis." +msgstr "" + +#: doc/classes/CubeMesh.xml:23 +msgid "Number of extra edge loops inserted along the Y axis." +msgstr "" + +#: doc/classes/CubeMesh.xml:26 +msgid "Number of extra edge loops inserted along the X axis." +msgstr "" + +#: doc/classes/CullInstance.xml:4 +msgid "Parent of all nodes that can be culled by the Portal system." +msgstr "" + +#: doc/classes/CullInstance.xml:7 +msgid "" +"Provides common functionality to nodes that can be culled by the [Portal] " +"system.\n" +"[code]Static[/code] and [code]Dynamic[/code] objects are the most " +"efficiently managed objects in the system, but there are some caveats. They " +"are expected to be present initially when [Room]s are converted using the " +"[RoomManager] [code]rooms_convert[/code] function, and their lifetime should " +"be the same as the game level (i.e. present until you call " +"[code]rooms_clear[/code] on the [RoomManager]. Although you shouldn't " +"create / delete these objects during gameplay, you can manage their " +"visibility with the standard [code]hide[/code] and [code]show[/code] " +"commands.\n" +"[code]Roaming[/code] objects on the other hand, require extra processing to " +"keep track of which [Room] they are within. This enables them to be culled " +"effectively, wherever they are.\n" +"[code]Global[/code] objects are not culled by the portal system, and use " +"view frustum culling only.\n" +"Objects that are not [code]Static[/code] or [code]Dynamic[/code] can be " +"freely created and deleted during the lifetime of the game level." +msgstr "" + +#: doc/classes/CullInstance.xml:19 +msgid "" +"When set to [code]0[/code], [CullInstance]s will be autoplaced in the [Room] " +"with the highest priority.\n" +"When set to a value other than [code]0[/code], the system will attempt to " +"autoplace in a [Room] with the [code]autoplace_priority[/code], if it is " +"present.\n" +"This can be used to control autoplacement of building exteriors in an outer " +"[RoomGroup]." +msgstr "" + +#: doc/classes/CullInstance.xml:24 +msgid "" +"When a manual bound has not been explicitly specified for a [Room], the " +"convex hull bound will be estimated from the geometry of the objects within " +"the room. This setting determines whether the geometry of an object is " +"included in this estimate of the room bound.\n" +"[b]Note:[/b] This setting is only relevant when the object is set to " +"[code]PORTAL_MODE_STATIC[/code] or [code]PORTAL_MODE_DYNAMIC[/code], and for " +"[Portal]s." +msgstr "" + +#: doc/classes/CullInstance.xml:28 +msgid "" +"When using [Room]s and [Portal]s, this specifies how the [CullInstance] is " +"processed in the system." +msgstr "" + +#: doc/classes/CullInstance.xml:33 +msgid "" +"Use for instances within [Room]s that will [b]not move[/b] - e.g. walls, " +"floors.\n" +"[b]Note:[/b] If you attempt to delete a [code]PORTAL_MODE_STATIC[/code] " +"instance while the room graph is loaded (converted), it will unload the room " +"graph and deactivate portal culling. This is because the [b]room graph[/b] " +"data has been invalidated. You will need to reconvert the rooms using the " +"[RoomManager] to activate the system again." +msgstr "" + +#: doc/classes/CullInstance.xml:37 +msgid "" +"Use for instances within rooms that will move but [b]not change room[/b] - e." +"g. moving platforms.\n" +"[b]Note:[/b] If you attempt to delete a [code]PORTAL_MODE_DYNAMIC[/code] " +"instance while the room graph is loaded (converted), it will unload the room " +"graph and deactivate portal culling. This is because the [b]room graph[/b] " +"data has been invalidated. You will need to reconvert the rooms using the " +"[RoomManager] to activate the system again." +msgstr "" + +#: doc/classes/CullInstance.xml:41 +msgid "Use for instances that will move [b]between[/b] [Room]s - e.g. players." +msgstr "" + +#: doc/classes/CullInstance.xml:44 +msgid "" +"Use for instances that will be frustum culled only - e.g. first person " +"weapon, debug." +msgstr "" + +#: doc/classes/CullInstance.xml:47 +msgid "" +"Use for instances that will not be shown at all - e.g. [b]manual room " +"bounds[/b] (specified by prefix [i]'Bound_'[/i])." +msgstr "" + +#: doc/classes/Curve.xml:4 +msgid "A mathematic curve." +msgstr "" + +#: doc/classes/Curve.xml:7 +msgid "" +"A curve that can be saved and re-used for other objects. By default, it " +"ranges between [code]0[/code] and [code]1[/code] on the Y axis and positions " +"points relative to the [code]0.5[/code] Y position." +msgstr "" + +#: doc/classes/Curve.xml:20 +msgid "" +"Adds a point to the curve. For each side, if the [code]*_mode[/code] is " +"[constant TANGENT_LINEAR], the [code]*_tangent[/code] angle (in degrees) " +"uses the slope of the curve halfway to the adjacent point. Allows custom " +"assignments to the [code]*_tangent[/code] angle if [code]*_mode[/code] is " +"set to [constant TANGENT_FREE]." +msgstr "" + +#: doc/classes/Curve.xml:26 +msgid "Recomputes the baked cache of points for the curve." +msgstr "" + +#: doc/classes/Curve.xml:32 +msgid "" +"Removes points that are closer than [code]CMP_EPSILON[/code] (0.00001) units " +"to their neighbor on the curve." +msgstr "" + +#: doc/classes/Curve.xml:38 doc/classes/Curve2D.xml:27 +#: doc/classes/Curve3D.xml:27 +msgid "Removes all points from the curve." +msgstr "" + +#: doc/classes/Curve.xml:44 doc/classes/Curve2D.xml:61 +#: doc/classes/Curve3D.xml:74 +msgid "Returns the number of points describing the curve." +msgstr "" + +#: doc/classes/Curve.xml:51 +msgid "" +"Returns the left [enum TangentMode] for the point at [code]index[/code]." +msgstr "" + +#: doc/classes/Curve.xml:58 +msgid "" +"Returns the left tangent angle (in degrees) for the point at [code]index[/" +"code]." +msgstr "" + +#: doc/classes/Curve.xml:65 +msgid "Returns the curve coordinates for the point at [code]index[/code]." +msgstr "" + +#: doc/classes/Curve.xml:72 +msgid "" +"Returns the right [enum TangentMode] for the point at [code]index[/code]." +msgstr "" + +#: doc/classes/Curve.xml:79 +msgid "" +"Returns the right tangent angle (in degrees) for the point at [code]index[/" +"code]." +msgstr "" + +#: doc/classes/Curve.xml:86 +msgid "" +"Returns the Y value for the point that would exist at the X position " +"[code]offset[/code] along the curve." +msgstr "" + +#: doc/classes/Curve.xml:93 +msgid "" +"Returns the Y value for the point that would exist at the X position " +"[code]offset[/code] along the curve using the baked cache. Bakes the curve's " +"points if not already baked." +msgstr "" + +#: doc/classes/Curve.xml:100 +msgid "Removes the point at [code]index[/code] from the curve." +msgstr "" + +#: doc/classes/Curve.xml:108 +msgid "" +"Sets the left [enum TangentMode] for the point at [code]index[/code] to " +"[code]mode[/code]." +msgstr "" + +#: doc/classes/Curve.xml:116 +msgid "" +"Sets the left tangent angle for the point at [code]index[/code] to " +"[code]tangent[/code]." +msgstr "" + +#: doc/classes/Curve.xml:124 +msgid "Sets the offset from [code]0.5[/code]." +msgstr "" + +#: doc/classes/Curve.xml:132 +msgid "" +"Sets the right [enum TangentMode] for the point at [code]index[/code] to " +"[code]mode[/code]." +msgstr "" + +#: doc/classes/Curve.xml:140 +msgid "" +"Sets the right tangent angle for the point at [code]index[/code] to " +"[code]tangent[/code]." +msgstr "" + +#: doc/classes/Curve.xml:148 +msgid "" +"Assigns the vertical position [code]y[/code] to the point at [code]index[/" +"code]." +msgstr "" + +#: doc/classes/Curve.xml:154 +msgid "The number of points to include in the baked (i.e. cached) curve data." +msgstr "" + +#: doc/classes/Curve.xml:157 +msgid "The maximum value the curve can reach." +msgstr "" + +#: doc/classes/Curve.xml:160 +msgid "The minimum value the curve can reach." +msgstr "" + +#: doc/classes/Curve.xml:166 +msgid "Emitted when [member max_value] or [member min_value] is changed." +msgstr "" + +#: doc/classes/Curve.xml:172 +msgid "The tangent on this side of the point is user-defined." +msgstr "" + +#: doc/classes/Curve.xml:175 +msgid "" +"The curve calculates the tangent on this side of the point as the slope " +"halfway towards the adjacent point." +msgstr "" + +#: doc/classes/Curve.xml:178 +msgid "The total number of available tangent modes." +msgstr "" + +#: doc/classes/Curve2D.xml:4 +msgid "Describes a Bézier curve in 2D space." +msgstr "" + +#: doc/classes/Curve2D.xml:7 +msgid "" +"This class describes a Bézier curve in 2D space. It is mainly used to give a " +"shape to a [Path2D], but can be manually sampled for other purposes.\n" +"It keeps a cache of precalculated points along the curve, to speed up " +"further calculations." +msgstr "" + +#: doc/classes/Curve2D.xml:20 doc/classes/Curve3D.xml:20 +msgid "" +"Adds a point to a curve at [code]position[/code], with control points " +"[code]in[/code] and [code]out[/code].\n" +"If [code]at_position[/code] is given, the point is inserted before the point " +"number [code]at_position[/code], moving that point (and every point after) " +"after the inserted point. If [code]at_position[/code] is not given, or is an " +"illegal value ([code]at_position <0[/code] or [code]at_position >= [method " +"get_point_count][/code]), the point will be appended at the end of the point " +"list." +msgstr "" + +#: doc/classes/Curve2D.xml:33 doc/classes/Curve3D.xml:33 +msgid "" +"Returns the total length of the curve, based on the cached points. Given " +"enough density (see [member bake_interval]), it should be approximate enough." +msgstr "" + +#: doc/classes/Curve2D.xml:39 +msgid "Returns the cache of points as a [PoolVector2Array]." +msgstr "" + +#: doc/classes/Curve2D.xml:46 +msgid "" +"Returns the closest offset to [code]to_point[/code]. This offset is meant to " +"be used in [method interpolate_baked].\n" +"[code]to_point[/code] must be in this curve's local space." +msgstr "" + +#: doc/classes/Curve2D.xml:54 doc/classes/Curve3D.xml:67 +msgid "" +"Returns the closest baked point (in curve's local space) to [code]to_point[/" +"code].\n" +"[code]to_point[/code] must be in this curve's local space." +msgstr "" + +#: doc/classes/Curve2D.xml:68 +msgid "" +"Returns the position of the control point leading to the vertex [code]idx[/" +"code]. The returned position is relative to the vertex [code]idx[/code]. If " +"the index is out of bounds, the function sends an error to the console, and " +"returns [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:75 +msgid "" +"Returns the position of the control point leading out of the vertex " +"[code]idx[/code]. The returned position is relative to the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console, and returns [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:82 +msgid "" +"Returns the position of the vertex [code]idx[/code]. If the index is out of " +"bounds, the function sends an error to the console, and returns [code](0, 0)" +"[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:90 +msgid "" +"Returns the position between the vertex [code]idx[/code] and the vertex " +"[code]idx + 1[/code], where [code]t[/code] controls if the point is the " +"first vertex ([code]t = 0.0[/code]), the last vertex ([code]t = 1.0[/code]), " +"or in between. Values of [code]t[/code] outside the range ([code]0.0 >= t " +"<=1[/code]) give strange, but predictable results.\n" +"If [code]idx[/code] is out of bounds it is truncated to the first or last " +"vertex, and [code]t[/code] is ignored. If the curve has no points, the " +"function sends an error to the console, and returns [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:99 +msgid "" +"Returns a point within the curve at position [code]offset[/code], where " +"[code]offset[/code] is measured as a pixel distance along the curve.\n" +"To do that, it finds the two cached points where the [code]offset[/code] " +"lies between, then interpolates the values. This interpolation is cubic if " +"[code]cubic[/code] is set to [code]true[/code], or linear if set to " +"[code]false[/code].\n" +"Cubic interpolation tends to follow the curves better, but linear is faster " +"(and often, precise enough)." +msgstr "" + +#: doc/classes/Curve2D.xml:108 doc/classes/Curve3D.xml:138 +msgid "" +"Returns the position at the vertex [code]fofs[/code]. It calls [method " +"interpolate] using the integer part of [code]fofs[/code] as [code]idx[/" +"code], and its fractional part as [code]t[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:115 doc/classes/Curve3D.xml:145 +msgid "" +"Deletes the point [code]idx[/code] from the curve. Sends an error to the " +"console if [code]idx[/code] is out of bounds." +msgstr "" + +#: doc/classes/Curve2D.xml:123 doc/classes/Curve3D.xml:153 +msgid "" +"Sets the position of the control point leading to the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console. The position is relative to the vertex." +msgstr "" + +#: doc/classes/Curve2D.xml:131 doc/classes/Curve3D.xml:161 +msgid "" +"Sets the position of the control point leading out of the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console. The position is relative to the vertex." +msgstr "" + +#: doc/classes/Curve2D.xml:139 doc/classes/Curve3D.xml:169 +msgid "" +"Sets the position for the vertex [code]idx[/code]. If the index is out of " +"bounds, the function sends an error to the console." +msgstr "" + +#: doc/classes/Curve2D.xml:147 doc/classes/Curve3D.xml:186 +msgid "" +"Returns a list of points along the curve, with a curvature controlled point " +"density. That is, the curvier parts will have more points than the " +"straighter parts.\n" +"This approximation makes straight segments between each point, then " +"subdivides those segments until the resulting shape is similar enough.\n" +"[code]max_stages[/code] controls how many subdivisions a curve segment may " +"face before it is considered approximate enough. Each subdivision splits the " +"segment in half, so the default 5 stages may mean up to 32 subdivisions per " +"curve segment. Increase with care!\n" +"[code]tolerance_degrees[/code] controls how many degrees the midpoint of a " +"segment may deviate from the real curve, before the segment has to be " +"subdivided." +msgstr "" + +#: doc/classes/Curve2D.xml:156 +msgid "" +"The distance in pixels between two adjacent cached points. Changing it " +"forces the cache to be recomputed the next time the [method " +"get_baked_points] or [method get_baked_length] function is called. The " +"smaller the distance, the more points in the cache and the more memory it " +"will consume, so use with care." +msgstr "" + +#: doc/classes/Curve3D.xml:4 +msgid "Describes a Bézier curve in 3D space." +msgstr "" + +#: doc/classes/Curve3D.xml:7 +msgid "" +"This class describes a Bézier curve in 3D space. It is mainly used to give a " +"shape to a [Path], but can be manually sampled for other purposes.\n" +"It keeps a cache of precalculated points along the curve, to speed up " +"further calculations." +msgstr "" + +#: doc/classes/Curve3D.xml:39 +msgid "Returns the cache of points as a [PoolVector3Array]." +msgstr "" + +#: doc/classes/Curve3D.xml:45 +msgid "Returns the cache of tilts as a [PoolRealArray]." +msgstr "" + +#: doc/classes/Curve3D.xml:51 +msgid "" +"Returns the cache of up vectors as a [PoolVector3Array].\n" +"If [member up_vector_enabled] is [code]false[/code], the cache will be empty." +msgstr "" + +#: doc/classes/Curve3D.xml:59 +msgid "" +"Returns the closest offset to [code]to_point[/code]. This offset is meant to " +"be used in [method interpolate_baked] or [method " +"interpolate_baked_up_vector].\n" +"[code]to_point[/code] must be in this curve's local space." +msgstr "" + +#: doc/classes/Curve3D.xml:81 +msgid "" +"Returns the position of the control point leading to the vertex [code]idx[/" +"code]. The returned position is relative to the vertex [code]idx[/code]. If " +"the index is out of bounds, the function sends an error to the console, and " +"returns [code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:88 +msgid "" +"Returns the position of the control point leading out of the vertex " +"[code]idx[/code]. The returned position is relative to the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console, and returns [code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:95 +msgid "" +"Returns the position of the vertex [code]idx[/code]. If the index is out of " +"bounds, the function sends an error to the console, and returns [code](0, 0, " +"0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:102 +msgid "" +"Returns the tilt angle in radians for the point [code]idx[/code]. If the " +"index is out of bounds, the function sends an error to the console, and " +"returns [code]0[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:110 +msgid "" +"Returns the position between the vertex [code]idx[/code] and the vertex " +"[code]idx + 1[/code], where [code]t[/code] controls if the point is the " +"first vertex ([code]t = 0.0[/code]), the last vertex ([code]t = 1.0[/code]), " +"or in between. Values of [code]t[/code] outside the range ([code]0.0 >= t " +"<=1[/code]) give strange, but predictable results.\n" +"If [code]idx[/code] is out of bounds it is truncated to the first or last " +"vertex, and [code]t[/code] is ignored. If the curve has no points, the " +"function sends an error to the console, and returns [code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:119 +msgid "" +"Returns a point within the curve at position [code]offset[/code], where " +"[code]offset[/code] is measured as a distance in 3D units along the curve.\n" +"To do that, it finds the two cached points where the [code]offset[/code] " +"lies between, then interpolates the values. This interpolation is cubic if " +"[code]cubic[/code] is set to [code]true[/code], or linear if set to " +"[code]false[/code].\n" +"Cubic interpolation tends to follow the curves better, but linear is faster " +"(and often, precise enough)." +msgstr "" + +#: doc/classes/Curve3D.xml:129 +msgid "" +"Returns an up vector within the curve at position [code]offset[/code], where " +"[code]offset[/code] is measured as a distance in 3D units along the curve.\n" +"To do that, it finds the two cached up vectors where the [code]offset[/code] " +"lies between, then interpolates the values. If [code]apply_tilt[/code] is " +"[code]true[/code], an interpolated tilt is applied to the interpolated up " +"vector.\n" +"If the curve has no up vectors, the function sends an error to the console, " +"and returns [code](0, 1, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:177 +msgid "" +"Sets the tilt angle in radians for the point [code]idx[/code]. If the index " +"is out of bounds, the function sends an error to the console.\n" +"The tilt controls the rotation along the look-at axis an object traveling " +"the path would have. In the case of a curve controlling a [PathFollow], this " +"tilt is an offset over the natural tilt the [PathFollow] calculates." +msgstr "" + +#: doc/classes/Curve3D.xml:195 +msgid "" +"The distance in meters between two adjacent cached points. Changing it " +"forces the cache to be recomputed the next time the [method " +"get_baked_points] or [method get_baked_length] function is called. The " +"smaller the distance, the more points in the cache and the more memory it " +"will consume, so use with care." +msgstr "" + +#: doc/classes/Curve3D.xml:198 +msgid "" +"If [code]true[/code], the curve will bake up vectors used for orientation. " +"This is used when [member PathFollow.rotation_mode] is set to [constant " +"PathFollow.ROTATION_ORIENTED]. Changing it forces the cache to be recomputed." +msgstr "" + +#: doc/classes/CurveTexture.xml:4 +msgid "A texture that shows a curve." +msgstr "" + +#: doc/classes/CurveTexture.xml:7 +msgid "" +"Renders a given [Curve] provided to it. Simplifies the task of drawing " +"curves and/or saving them as image files." +msgstr "" + +#: doc/classes/CurveTexture.xml:15 +msgid "The [code]curve[/code] rendered onto the texture." +msgstr "" + +#: doc/classes/CurveTexture.xml:18 +msgid "The width of the texture." +msgstr "" + +#: doc/classes/CylinderMesh.xml:4 +msgid "Class representing a cylindrical [PrimitiveMesh]." +msgstr "" + +#: doc/classes/CylinderMesh.xml:7 +msgid "" +"Class representing a cylindrical [PrimitiveMesh]. This class can be used to " +"create cones by setting either the [member top_radius] or [member " +"bottom_radius] properties to [code]0.0[/code]." +msgstr "" + +#: doc/classes/CylinderMesh.xml:15 +msgid "" +"Bottom radius of the cylinder. If set to [code]0.0[/code], the bottom faces " +"will not be generated, resulting in a conic shape." +msgstr "" + +#: doc/classes/CylinderMesh.xml:18 +msgid "Full height of the cylinder." +msgstr "" + +#: doc/classes/CylinderMesh.xml:21 +msgid "" +"Number of radial segments on the cylinder. Higher values result in a more " +"detailed cylinder/cone at the cost of performance." +msgstr "" + +#: doc/classes/CylinderMesh.xml:24 +msgid "" +"Number of edge rings along the height of the cylinder. Changing [member " +"rings] does not have any visual impact unless a shader or procedural mesh " +"tool is used to alter the vertex data. Higher values result in more " +"subdivisions, which can be used to create smoother-looking effects with " +"shaders or procedural mesh tools (at the cost of performance). When not " +"altering the vertex data using a shader or procedural mesh tool, [member " +"rings] should be kept to its default value." +msgstr "" + +#: doc/classes/CylinderMesh.xml:27 +msgid "" +"Top radius of the cylinder. If set to [code]0.0[/code], the top faces will " +"not be generated, resulting in a conic shape." +msgstr "" + +#: doc/classes/CylinderShape.xml:4 doc/classes/CylinderShape.xml:7 +msgid "Cylinder shape for collisions." +msgstr "" + +#: doc/classes/CylinderShape.xml:18 +msgid "The cylinder's height." +msgstr "" + +#: doc/classes/CylinderShape.xml:21 +msgid "The cylinder's radius." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:4 +msgid "Damped spring constraint for 2D physics." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:7 +msgid "" +"Damped spring constraint for 2D physics. This resembles a spring joint that " +"always wants to go back to a given length." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:15 +msgid "" +"The spring joint's damping ratio. A value between [code]0[/code] and " +"[code]1[/code]. When the two bodies move into different directions the " +"system tries to align them to the spring axis again. A high [code]damping[/" +"code] value forces the attached bodies to align faster." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:18 +msgid "" +"The spring joint's maximum length. The two attached bodies cannot stretch it " +"past this value." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:21 +msgid "" +"When the bodies attached to the spring joint move they stretch or squash it. " +"The joint always tries to resize towards this length." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:24 +msgid "" +"The higher the value, the less the bodies attached to the joint will deform " +"it. The joint applies an opposing force to the bodies, the product of the " +"stiffness multiplied by the size difference from its resting length." +msgstr "" + +#: doc/classes/Dictionary.xml:4 +msgid "Dictionary type." +msgstr "" + +#: doc/classes/Dictionary.xml:7 +msgid "" +"Dictionary type. Associative container which contains values referenced by " +"unique keys. Dictionaries are composed of pairs of keys (which must be " +"unique) and values. Dictionaries will preserve the insertion order when " +"adding elements, even though this may not be reflected when printing the " +"dictionary. In other programming languages, this data structure is sometimes " +"referred to as a hash map or associative array.\n" +"You can define a dictionary by placing a comma-separated list of [code]key: " +"value[/code] pairs in curly braces [code]{}[/code].\n" +"Erasing elements while iterating over them [b]is not supported[/b] and will " +"result in undefined behavior.\n" +"[b]Note:[/b] Dictionaries are always passed by reference. To get a copy of a " +"dictionary which can be modified independently of the original dictionary, " +"use [method duplicate].\n" +"Creating a dictionary:\n" +"[codeblock]\n" +"var my_dict = {} # Creates an empty dictionary.\n" +"\n" +"var dict_variable_key = \"Another key name\"\n" +"var dict_variable_value = \"value2\"\n" +"var another_dict = {\n" +" \"Some key name\": \"value1\",\n" +" dict_variable_key: dict_variable_value,\n" +"}\n" +"\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"\n" +"# Alternative Lua-style syntax.\n" +"# Doesn't require quotes around keys, but only string constants can be used " +"as key names.\n" +"# Additionally, key names must start with a letter or an underscore.\n" +"# Here, `some_key` is a string literal, not a variable!\n" +"another_dict = {\n" +" some_key = 42,\n" +"}\n" +"[/codeblock]\n" +"You can access a dictionary's values by referencing the appropriate key. In " +"the above example, [code]points_dict[\"White\"][/code] will return [code]50[/" +"code]. You can also write [code]points_dict.White[/code], which is " +"equivalent. However, you'll have to use the bracket syntax if the key you're " +"accessing the dictionary with isn't a fixed string (such as a number or " +"variable).\n" +"[codeblock]\n" +"export(string, \"White\", \"Yellow\", \"Orange\") var my_color\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"func _ready():\n" +" # We can't use dot syntax here as `my_color` is a variable.\n" +" var points = points_dict[my_color]\n" +"[/codeblock]\n" +"In the above code, [code]points[/code] will be assigned the value that is " +"paired with the appropriate color selected in [code]my_color[/code].\n" +"Dictionaries can contain more complex data:\n" +"[codeblock]\n" +"my_dict = {\"First Array\": [1, 2, 3, 4]} # Assigns an Array to a String " +"key.\n" +"[/codeblock]\n" +"To add a key to an existing dictionary, access it like an existing key and " +"assign to it:\n" +"[codeblock]\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"points_dict[\"Blue\"] = 150 # Add \"Blue\" as a key and assign 150 as its " +"value.\n" +"[/codeblock]\n" +"Finally, dictionaries can contain different types of keys and values in the " +"same dictionary:\n" +"[codeblock]\n" +"# This is a valid dictionary.\n" +"# To access the string \"Nested value\" below, use `my_dict.sub_dict." +"sub_key` or `my_dict[\"sub_dict\"][\"sub_key\"]`.\n" +"# Indexing styles can be mixed and matched depending on your needs.\n" +"var my_dict = {\n" +" \"String Key\": 5,\n" +" 4: [1, 2, 3],\n" +" 7: \"Hello\",\n" +" \"sub_dict\": {\"sub_key\": \"Nested value\"},\n" +"}\n" +"[/codeblock]\n" +"[b]Note:[/b] Unlike [Array]s, you can't compare dictionaries directly:\n" +"[codeblock]\n" +"array1 = [1, 2, 3]\n" +"array2 = [1, 2, 3]\n" +"\n" +"func compare_arrays():\n" +" print(array1 == array2) # Will print true.\n" +"\n" +"var dict1 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"var dict2 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"\n" +"func compare_dictionaries():\n" +" print(dict1 == dict2) # Will NOT print true.\n" +"[/codeblock]\n" +"You need to first calculate the dictionary's hash with [method hash] before " +"you can compare them:\n" +"[codeblock]\n" +"var dict1 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"var dict2 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"\n" +"func compare_dictionaries():\n" +" print(dict1.hash() == dict2.hash()) # Will print true.\n" +"[/codeblock]\n" +"[b]Note:[/b] When declaring a dictionary with [code]const[/code], the " +"dictionary itself can still be mutated by defining the values of individual " +"keys. Using [code]const[/code] will only prevent assigning the constant with " +"another value after it was initialized." +msgstr "" + +#: doc/classes/Dictionary.xml:87 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_basics.html#dictionary" +msgstr "" + +#: doc/classes/Dictionary.xml:94 +msgid "Clear the dictionary, removing all key/value pairs." +msgstr "" + +#: doc/classes/Dictionary.xml:101 +msgid "" +"Creates a copy of the dictionary, and returns it. The [code]deep[/code] " +"parameter causes inner dictionaries and arrays to be copied recursively, but " +"does not apply to objects." +msgstr "" + +#: doc/classes/Dictionary.xml:107 +msgid "Returns [code]true[/code] if the dictionary is empty." +msgstr "" + +#: doc/classes/Dictionary.xml:114 +msgid "" +"Erase a dictionary key/value pair by key. Returns [code]true[/code] if the " +"given key was present in the dictionary, [code]false[/code] otherwise.\n" +"[b]Note:[/b] Don't erase elements while iterating over the dictionary. You " +"can iterate over the [method keys] array instead." +msgstr "" + +#: doc/classes/Dictionary.xml:123 +msgid "" +"Returns the current value for the specified key in the [Dictionary]. If the " +"key does not exist, the method returns the value of the optional default " +"argument, or [code]null[/code] if it is omitted." +msgstr "" + +#: doc/classes/Dictionary.xml:130 +msgid "" +"Returns [code]true[/code] if the dictionary has a given key.\n" +"[b]Note:[/b] This is equivalent to using the [code]in[/code] operator as " +"follows:\n" +"[codeblock]\n" +"# Will evaluate to `true`.\n" +"if \"godot\" in {\"godot\": \"engine\"}:\n" +" pass\n" +"[/codeblock]\n" +"This method (like the [code]in[/code] operator) will evaluate to [code]true[/" +"code] as long as the key exists, even if the associated value is [code]null[/" +"code]." +msgstr "" + +#: doc/classes/Dictionary.xml:144 +msgid "" +"Returns [code]true[/code] if the dictionary has all the keys in the given " +"array." +msgstr "" + +#: doc/classes/Dictionary.xml:150 +msgid "" +"Returns a hashed integer value representing the dictionary contents. This " +"can be used to compare dictionaries by value:\n" +"[codeblock]\n" +"var dict1 = {0: 10}\n" +"var dict2 = {0: 10}\n" +"# The line below prints `true`, whereas it would have printed `false` if " +"both variables were compared directly.\n" +"print(dict1.hash() == dict2.hash())\n" +"[/codeblock]\n" +"[b]Note:[/b] Dictionaries with the same keys/values but in a different order " +"will have a different hash." +msgstr "" + +#: doc/classes/Dictionary.xml:163 +msgid "Returns the list of keys in the [Dictionary]." +msgstr "" + +#: doc/classes/Dictionary.xml:169 +msgid "Returns the number of keys in the dictionary." +msgstr "" + +#: doc/classes/Dictionary.xml:175 +msgid "Returns the list of values in the [Dictionary]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:4 +msgid "Directional light from a distance, as from the Sun." +msgstr "" + +#: doc/classes/DirectionalLight.xml:7 +msgid "" +"A directional light is a type of [Light] node that models an infinite number " +"of parallel rays covering the entire scene. It is used for lights with " +"strong intensity that are located far away from the scene to model sunlight " +"or moonlight. The worldspace location of the DirectionalLight transform " +"(origin) is ignored. Only the basis is used to determine light direction." +msgstr "" + +#: doc/classes/DirectionalLight.xml:10 doc/classes/Light.xml:10 +#: doc/classes/OmniLight.xml:11 doc/classes/SpotLight.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/lights_and_shadows.html" +msgstr "" + +#: doc/classes/DirectionalLight.xml:16 +msgid "" +"Amount of extra bias for shadow splits that are far away. If self-shadowing " +"occurs only on the splits far away, increasing this value can fix them." +msgstr "" + +#: doc/classes/DirectionalLight.xml:19 +msgid "" +"If [code]true[/code], shadow detail is sacrificed in exchange for smoother " +"transitions between splits." +msgstr "" + +#: doc/classes/DirectionalLight.xml:22 +msgid "" +"Optimizes shadow rendering for detail versus movement. See [enum " +"ShadowDepthRange]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:25 +msgid "The maximum distance for shadow splits." +msgstr "" + +#: doc/classes/DirectionalLight.xml:28 +msgid "The light's shadow rendering algorithm. See [enum ShadowMode]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:31 +msgid "" +"Can be used to fix special cases of self shadowing when objects are " +"perpendicular to the light." +msgstr "" + +#: doc/classes/DirectionalLight.xml:34 +msgid "" +"The distance from camera to shadow split 1. Relative to [member " +"directional_shadow_max_distance]. Only used when [member " +"directional_shadow_mode] is [code]SHADOW_PARALLEL_2_SPLITS[/code] or " +"[code]SHADOW_PARALLEL_4_SPLITS[/code]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:37 +msgid "" +"The distance from shadow split 1 to split 2. Relative to [member " +"directional_shadow_max_distance]. Only used when [member " +"directional_shadow_mode] is [code]SHADOW_PARALLEL_2_SPLITS[/code] or " +"[code]SHADOW_PARALLEL_4_SPLITS[/code]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:40 +msgid "" +"The distance from shadow split 2 to split 3. Relative to [member " +"directional_shadow_max_distance]. Only used when [member " +"directional_shadow_mode] is [code]SHADOW_PARALLEL_4_SPLITS[/code]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:46 +msgid "" +"Renders the entire scene's shadow map from an orthogonal point of view. This " +"is the fastest directional shadow mode. May result in blurrier shadows on " +"close objects." +msgstr "" + +#: doc/classes/DirectionalLight.xml:49 +msgid "" +"Splits the view frustum in 2 areas, each with its own shadow map. This " +"shadow mode is a compromise between [constant SHADOW_ORTHOGONAL] and " +"[constant SHADOW_PARALLEL_4_SPLITS] in terms of performance." +msgstr "" + +#: doc/classes/DirectionalLight.xml:52 +msgid "" +"Splits the view frustum in 4 areas, each with its own shadow map. This is " +"the slowest directional shadow mode." +msgstr "" + +#: doc/classes/DirectionalLight.xml:55 +msgid "" +"Keeps the shadow stable when the camera moves, at the cost of lower " +"effective shadow resolution." +msgstr "" + +#: doc/classes/DirectionalLight.xml:58 +msgid "" +"Tries to achieve maximum shadow resolution. May result in saw effect on " +"shadow edges. This mode typically works best in games where the camera will " +"often move at high speeds, such as most racing games." +msgstr "" + +#: doc/classes/Directory.xml:4 +msgid "Type used to handle the filesystem." +msgstr "" + +#: doc/classes/Directory.xml:7 +msgid "" +"Directory type. It is used to manage directories and their content (not " +"restricted to the project folder).\n" +"When creating a new [Directory], its default opened directory will be " +"[code]res://[/code]. This may change in the future, so it is advised to " +"always use [method open] to initialize your [Directory] where you want to " +"operate, with explicit error checking.\n" +"[b]Note:[/b] Many resources types are imported (e.g. textures or sound " +"files), and their source asset will not be included in the exported game, as " +"only the imported version is used. Use [ResourceLoader] to access imported " +"resources.\n" +"Here is an example on how to iterate through the files of a directory:\n" +"[codeblock]\n" +"func dir_contents(path):\n" +" var dir = Directory.new()\n" +" if dir.open(path) == OK:\n" +" dir.list_dir_begin()\n" +" var file_name = dir.get_next()\n" +" while file_name != \"\":\n" +" if dir.current_is_dir():\n" +" print(\"Found directory: \" + file_name)\n" +" else:\n" +" print(\"Found file: \" + file_name)\n" +" file_name = dir.get_next()\n" +" else:\n" +" print(\"An error occurred when trying to access the path.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Directory.xml:28 doc/classes/File.xml:28 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/filesystem." +"html" +msgstr "" + +#: doc/classes/Directory.xml:35 +msgid "" +"Changes the currently opened directory to the one passed as an argument. The " +"argument can be relative to the current directory (e.g. [code]newdir[/code] " +"or [code]../newdir[/code]), or an absolute path (e.g. [code]/tmp/newdir[/" +"code] or [code]res://somedir/newdir[/code]).\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:44 +msgid "" +"Copies the [code]from[/code] file to the [code]to[/code] destination. Both " +"arguments should be paths to files, either relative or absolute. If the " +"destination file exists and is not access-protected, it will be " +"overwritten.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:51 +msgid "" +"Returns whether the current item processed with the last [method get_next] " +"call is a directory ([code].[/code] and [code]..[/code] are considered " +"directories)." +msgstr "" + +#: doc/classes/Directory.xml:58 +msgid "" +"Returns whether the target directory exists. The argument can be relative to " +"the current directory, or an absolute path." +msgstr "" + +#: doc/classes/Directory.xml:65 +msgid "" +"Returns whether the target file exists. The argument can be relative to the " +"current directory, or an absolute path." +msgstr "" + +#: doc/classes/Directory.xml:71 +msgid "" +"Returns the absolute path to the currently opened directory (e.g. " +"[code]res://folder[/code] or [code]C:\\tmp\\folder[/code])." +msgstr "" + +#: doc/classes/Directory.xml:77 +msgid "" +"Returns the currently opened directory's drive index. See [method get_drive] " +"to convert returned index to the name of the drive." +msgstr "" + +#: doc/classes/Directory.xml:84 +msgid "" +"On Windows, returns the name of the drive (partition) passed as an argument " +"(e.g. [code]C:[/code]). On other platforms, or if the requested drive does " +"not exist, the method returns an empty String." +msgstr "" + +#: doc/classes/Directory.xml:90 +msgid "" +"On Windows, returns the number of drives (partitions) mounted on the current " +"filesystem. On other platforms, the method returns 0." +msgstr "" + +#: doc/classes/Directory.xml:96 +msgid "" +"Returns the next element (file or directory) in the current directory " +"(including [code].[/code] and [code]..[/code], unless " +"[code]skip_navigational[/code] was given to [method list_dir_begin]).\n" +"The name of the file or directory is returned (and not its full path). Once " +"the stream has been fully processed, the method returns an empty String and " +"closes the stream automatically (i.e. [method list_dir_end] would not be " +"mandatory in such a case)." +msgstr "" + +#: doc/classes/Directory.xml:103 +msgid "" +"On UNIX desktop systems, returns the available space on the current " +"directory's disk. On other platforms, this information is not available and " +"the method returns 0 or -1." +msgstr "" + +#: doc/classes/Directory.xml:111 +msgid "" +"Initializes the stream used to list all files and directories using the " +"[method get_next] function, closing the currently opened stream if needed. " +"Once the stream has been processed, it should typically be closed with " +"[method list_dir_end].\n" +"If [code]skip_navigational[/code] is [code]true[/code], [code].[/code] and " +"[code]..[/code] are filtered out.\n" +"If [code]skip_hidden[/code] is [code]true[/code], hidden files are filtered " +"out." +msgstr "" + +#: doc/classes/Directory.xml:119 +msgid "" +"Closes the current stream opened with [method list_dir_begin] (whether it " +"has been fully processed with [method get_next] does not matter)." +msgstr "" + +#: doc/classes/Directory.xml:126 +msgid "" +"Creates a directory. The argument can be relative to the current directory, " +"or an absolute path. The target directory should be placed in an already " +"existing directory (to create the full path recursively, see [method " +"make_dir_recursive]).\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:134 +msgid "" +"Creates a target directory and all necessary intermediate directories in its " +"path, by calling [method make_dir] recursively. The argument can be relative " +"to the current directory, or an absolute path.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:142 +msgid "" +"Opens an existing directory of the filesystem. The [code]path[/code] " +"argument can be within the project tree ([code]res://folder[/code]), the " +"user directory ([code]user://folder[/code]) or an absolute path of the user " +"filesystem (e.g. [code]/tmp/folder[/code] or [code]C:\\tmp\\folder[/code]).\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:150 +msgid "" +"Deletes the target file or an empty directory. The argument can be relative " +"to the current directory, or an absolute path. If the target directory is " +"not empty, the operation will fail.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:159 +msgid "" +"Renames (move) the [code]from[/code] file or directory to the [code]to[/" +"code] destination. Both arguments should be paths to files or directories, " +"either relative or absolute. If the destination file or directory exists and " +"is not access-protected, it will be overwritten.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/DTLSServer.xml:4 +msgid "Helper class to implement a DTLS server." +msgstr "" + +#: doc/classes/DTLSServer.xml:7 +msgid "" +"This class is used to store the state of a DTLS server. Upon [method setup] " +"it converts connected [PacketPeerUDP] to [PacketPeerDTLS] accepting them via " +"[method take_connection] as DTLS clients. Under the hood, this class is used " +"to store the DTLS state and cookies of the server. The reason of why the " +"state and cookies are needed is outside of the scope of this documentation.\n" +"Below a small example of how to use it:\n" +"[codeblock]\n" +"# server.gd\n" +"extends Node\n" +"\n" +"var dtls := DTLSServer.new()\n" +"var server := UDPServer.new()\n" +"var peers = []\n" +"\n" +"func _ready():\n" +" server.listen(4242)\n" +" var key = load(\"key.key\") # Your private key.\n" +" var cert = load(\"cert.crt\") # Your X509 certificate.\n" +" dtls.setup(key, cert)\n" +"\n" +"func _process(delta):\n" +" while server.is_connection_available():\n" +" var peer : PacketPeerUDP = server.take_connection()\n" +" var dtls_peer : PacketPeerDTLS = dtls.take_connection(peer)\n" +" if dtls_peer.get_status() != PacketPeerDTLS.STATUS_HANDSHAKING:\n" +" continue # It is normal that 50% of the connections fails due to " +"cookie exchange.\n" +" print(\"Peer connected!\")\n" +" peers.append(dtls_peer)\n" +" for p in peers:\n" +" p.poll() # Must poll to update the state.\n" +" if p.get_status() == PacketPeerDTLS.STATUS_CONNECTED:\n" +" while p.get_available_packet_count() > 0:\n" +" print(\"Received message from client: %s\" % p.get_packet()." +"get_string_from_utf8())\n" +" p.put_packet(\"Hello DTLS client\".to_utf8())\n" +"[/codeblock]\n" +"[codeblock]\n" +"# client.gd\n" +"extends Node\n" +"\n" +"var dtls := PacketPeerDTLS.new()\n" +"var udp := PacketPeerUDP.new()\n" +"var connected = false\n" +"\n" +"func _ready():\n" +" udp.connect_to_host(\"127.0.0.1\", 4242)\n" +" dtls.connect_to_peer(udp, false) # Use true in production for " +"certificate validation!\n" +"\n" +"func _process(delta):\n" +" dtls.poll()\n" +" if dtls.get_status() == PacketPeerDTLS.STATUS_CONNECTED:\n" +" if !connected:\n" +" # Try to contact server\n" +" dtls.put_packet(\"The answer is... 42!\".to_utf8())\n" +" while dtls.get_available_packet_count() > 0:\n" +" print(\"Connected: %s\" % dtls.get_packet()." +"get_string_from_utf8())\n" +" connected = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/DTLSServer.xml:70 +msgid "" +"Setup the DTLS server to use the given [code]private_key[/code] and provide " +"the given [code]certificate[/code] to clients. You can pass the optional " +"[code]chain[/code] parameter to provide additional CA chain information " +"along with the certificate." +msgstr "" + +#: doc/classes/DTLSServer.xml:77 +msgid "" +"Try to initiate the DTLS handshake with the given [code]udp_peer[/code] " +"which must be already connected (see [method PacketPeerUDP." +"connect_to_host]).\n" +"[b]Note:[/b] You must check that the state of the return PacketPeerUDP is " +"[constant PacketPeerDTLS.STATUS_HANDSHAKING], as it is normal that 50% of " +"the new connections will be invalid due to cookie exchange." +msgstr "" + +#: doc/classes/DynamicFont.xml:4 +msgid "DynamicFont renders vector font files at runtime." +msgstr "" + +#: doc/classes/DynamicFont.xml:7 +msgid "" +"DynamicFont renders vector font files dynamically at runtime instead of " +"using a prerendered texture atlas like [BitmapFont]. This trades the faster " +"loading time of [BitmapFont]s for the ability to change font parameters like " +"size and spacing during runtime. [DynamicFontData] is used for referencing " +"the font file paths. DynamicFont also supports defining one or more fallback " +"fonts, which will be used when displaying a character not supported by the " +"main font.\n" +"DynamicFont uses the [url=https://www.freetype.org/]FreeType[/url] library " +"for rasterization. Supported formats are TrueType ([code].ttf[/code]), " +"OpenType ([code].otf[/code]) and Web Open Font Format 1 ([code].woff[/" +"code]). Web Open Font Format 2 ([code].woff2[/code]) is [i]not[/i] " +"supported.\n" +"[codeblock]\n" +"var dynamic_font = DynamicFont.new()\n" +"dynamic_font.font_data = load(\"res://BarlowCondensed-Bold.ttf\")\n" +"dynamic_font.size = 64\n" +"$\"Label\".set(\"custom_fonts/font\", dynamic_font)\n" +"[/codeblock]\n" +"[b]Note:[/b] DynamicFont doesn't support features such as kerning, right-to-" +"left typesetting, ligatures, text shaping, variable fonts and optional font " +"features yet. If you wish to \"bake\" an optional font feature into a TTF " +"font file, you can use [url=https://fontforge.org/]FontForge[/url] to do so. " +"In FontForge, use [b]File > Generate Fonts[/b], click [b]Options[/b], choose " +"the desired features then generate the font." +msgstr "" + +#: doc/classes/DynamicFont.xml:25 +msgid "Adds a fallback font." +msgstr "" + +#: doc/classes/DynamicFont.xml:31 +msgid "" +"Returns a string containing all the characters available in the main and all " +"the fallback fonts.\n" +"If a given character is included in more than one font, it appears only once " +"in the returned string." +msgstr "" + +#: doc/classes/DynamicFont.xml:39 +msgid "Returns the fallback font at index [code]idx[/code]." +msgstr "" + +#: doc/classes/DynamicFont.xml:45 +msgid "Returns the number of fallback fonts." +msgstr "" + +#: doc/classes/DynamicFont.xml:52 +msgid "" +"Returns the spacing for the given [code]type[/code] (see [enum SpacingType])." +msgstr "" + +#: doc/classes/DynamicFont.xml:59 +msgid "Removes the fallback font at index [code]idx[/code]." +msgstr "" + +#: doc/classes/DynamicFont.xml:67 +msgid "Sets the fallback font at index [code]idx[/code]." +msgstr "" + +#: doc/classes/DynamicFont.xml:75 +msgid "" +"Sets the spacing for [code]type[/code] (see [enum SpacingType]) to " +"[code]value[/code] in pixels (not relative to the font size)." +msgstr "" + +#: doc/classes/DynamicFont.xml:81 +msgid "Extra spacing at the bottom in pixels." +msgstr "" + +#: doc/classes/DynamicFont.xml:84 +msgid "" +"Extra spacing for each character in pixels.\n" +"This can be a negative number to make the distance between characters " +"smaller." +msgstr "" + +#: doc/classes/DynamicFont.xml:88 +msgid "" +"Extra spacing for the space character (in addition to [member " +"extra_spacing_char]) in pixels.\n" +"This can be a negative number to make the distance between words smaller." +msgstr "" + +#: doc/classes/DynamicFont.xml:92 +msgid "Extra spacing at the top in pixels." +msgstr "" + +#: doc/classes/DynamicFont.xml:95 +msgid "The font data." +msgstr "" + +#: doc/classes/DynamicFont.xml:98 +msgid "" +"The font outline's color.\n" +"[b]Note:[/b] It's recommended to leave this at the default value so that you " +"can adjust it in individual controls. For example, if the outline is made " +"black here, it won't be possible to change its color using a Label's font " +"outline modulate theme item." +msgstr "" + +#: doc/classes/DynamicFont.xml:102 +msgid "The font outline's thickness in pixels (not relative to the font size)." +msgstr "" + +#: doc/classes/DynamicFont.xml:105 +msgid "The font size in pixels." +msgstr "" + +#: doc/classes/DynamicFont.xml:108 +msgid "" +"If [code]true[/code], filtering is used. This makes the font blurry instead " +"of pixelated when scaling it if font oversampling is disabled or " +"ineffective. It's recommended to enable this when using the font in a " +"control whose size changes over time, unless a pixel art aesthetic is " +"desired." +msgstr "" + +#: doc/classes/DynamicFont.xml:111 +msgid "" +"If [code]true[/code], mipmapping is used. This improves the font's " +"appearance when downscaling it if font oversampling is disabled or " +"ineffective." +msgstr "" + +#: doc/classes/DynamicFont.xml:116 +msgid "Spacing at the top." +msgstr "" + +#: doc/classes/DynamicFont.xml:119 +msgid "Spacing at the bottom." +msgstr "" + +#: doc/classes/DynamicFont.xml:122 +msgid "Spacing for each character." +msgstr "" + +#: doc/classes/DynamicFont.xml:125 +msgid "Spacing for the space character." +msgstr "" + +#: doc/classes/DynamicFontData.xml:4 +msgid "Used with [DynamicFont] to describe the location of a font file." +msgstr "" + +#: doc/classes/DynamicFontData.xml:7 +msgid "" +"Used with [DynamicFont] to describe the location of a vector font file for " +"dynamic rendering at runtime." +msgstr "" + +#: doc/classes/DynamicFontData.xml:16 +msgid "" +"If [code]true[/code], the font is rendered with anti-aliasing. This property " +"applies both to the main font and its outline (if it has one)." +msgstr "" + +#: doc/classes/DynamicFontData.xml:19 +msgid "The path to the vector font file." +msgstr "" + +#: doc/classes/DynamicFontData.xml:22 +msgid "The font hinting mode used by FreeType. See [enum Hinting] for options." +msgstr "" + +#: doc/classes/DynamicFontData.xml:27 +msgid "Disables font hinting (smoother but less crisp)." +msgstr "" + +#: doc/classes/DynamicFontData.xml:30 +msgid "Use the light font hinting mode." +msgstr "" + +#: doc/classes/DynamicFontData.xml:33 +msgid "Use the default font hinting mode (crisper but less smooth)." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:4 +msgid "A script that is executed when exporting the project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:7 +msgid "" +"Editor export plugins are automatically activated whenever the user exports " +"the project. Their most common use is to determine what files are being " +"included in the exported project. For each plugin, [method _export_begin] is " +"called at the beginning of the export process and then [method _export_file] " +"is called for each exported file." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:19 +msgid "" +"Virtual method to be overridden by the user. It is called when the export " +"starts and provides all information about the export. [code]features[/code] " +"is the list of features for the export, [code]is_debug[/code] is [code]true[/" +"code] for debug builds, [code]path[/code] is the target path for the " +"exported project. [code]flags[/code] is only used when running a runnable " +"profile, e.g. when using native run on Android." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:25 +msgid "" +"Virtual method to be overridden by the user. Called when the export is " +"finished." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:34 +msgid "" +"Virtual method to be overridden by the user. Called for each exported file, " +"providing arguments that can be used to identify the file. [code]path[/code] " +"is the path of the file, [code]type[/code] is the [Resource] represented by " +"the file (e.g. [PackedScene]) and [code]features[/code] is the list of " +"features for the export.\n" +"Calling [method skip] inside this callback will make the file not included " +"in the export." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:44 +msgid "" +"Adds a custom file to be exported. [code]path[/code] is the virtual path " +"that can be used to load the file, [code]file[/code] is the binary data of " +"the file. If [code]remap[/code] is [code]true[/code], file will not be " +"exported, but instead remapped to the given [code]path[/code]." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:51 +msgid "" +"Adds an iOS bundle file from the given [code]path[/code] to the exported " +"project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:58 +msgid "" +"Adds a C++ code to the iOS export. The final code is created from the code " +"appended by each active export plugin." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:65 +msgid "" +"Adds a dynamic library (*.dylib, *.framework) to Linking Phase in iOS's " +"Xcode project and embeds it into resulting binary.\n" +"[b]Note:[/b] For static libraries (*.a) works in same way as [method " +"add_ios_framework].\n" +"This method should not be used for System libraries as they are already " +"present on the device." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:74 +msgid "" +"Adds a static library (*.a) or dynamic library (*.dylib, *.framework) to " +"Linking Phase in iOS's Xcode project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:81 +msgid "Adds linker flags for the iOS export." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:88 +msgid "Adds content for iOS Property List files." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:95 +msgid "Adds a static lib from the given [code]path[/code] to the iOS project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:103 +msgid "" +"Adds a shared object with the given [code]tags[/code] and destination " +"[code]path[/code]." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:109 +msgid "" +"To be called inside [method _export_file]. Skips the current file, so it's " +"not included in the export." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:4 +msgid "" +"An editor feature profile which can be used to disable specific features." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:7 +msgid "" +"An editor feature profile can be used to disable specific features of the " +"Godot editor. When disabled, the features won't appear in the editor, which " +"makes the editor less cluttered. This is useful in education settings to " +"reduce confusion or when working in a team. For example, artists and level " +"designers could use a feature profile that disables the script editor to " +"avoid accidentally making changes to files they aren't supposed to edit.\n" +"To manage editor feature profiles visually, use [b]Editor > Manage Feature " +"Profiles...[/b] at the top of the editor window." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:17 +msgid "Returns the specified [code]feature[/code]'s human-readable name." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:24 +msgid "" +"Returns [code]true[/code] if the class specified by [code]class_name[/code] " +"is disabled. When disabled, the class won't appear in the Create New Node " +"dialog." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:31 +msgid "" +"Returns [code]true[/code] if editing for the class specified by " +"[code]class_name[/code] is disabled. When disabled, the class will still " +"appear in the Create New Node dialog but the inspector will be read-only " +"when selecting a node that extends the class." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:39 +msgid "" +"Returns [code]true[/code] if [code]property[/code] is disabled in the class " +"specified by [code]class_name[/code]. When a property is disabled, it won't " +"appear in the inspector when selecting a node that extends the class " +"specified by [code]class_name[/code]." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:46 +msgid "" +"Returns [code]true[/code] if the [code]feature[/code] is disabled. When a " +"feature is disabled, it will disappear from the editor entirely." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:53 +msgid "" +"Loads an editor feature profile from a file. The file must follow the JSON " +"format obtained by using the feature profile manager's [b]Export[/b] button " +"or the [method save_to_file] method." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:60 +msgid "" +"Saves the editor feature profile to a file in JSON format. It can then be " +"imported using the feature profile manager's [b]Import[/b] button or the " +"[method load_from_file] button." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:68 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables the class specified " +"by [code]class_name[/code]. When disabled, the class won't appear in the " +"Create New Node dialog." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:76 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables editing for the class " +"specified by [code]class_name[/code]. When disabled, the class will still " +"appear in the Create New Node dialog but the inspector will be read-only " +"when selecting a node that extends the class." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:85 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables editing for " +"[code]property[/code] in the class specified by [code]class_name[/code]. " +"When a property is disabled, it won't appear in the inspector when selecting " +"a node that extends the class specified by [code]class_name[/code]." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:93 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables the editor feature " +"specified in [code]feature[/code]. When a feature is disabled, it will " +"disappear from the editor entirely." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:99 +msgid "" +"The 3D editor. If this feature is disabled, the 3D editor won't display but " +"3D nodes will still display in the Create New Node dialog." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:102 +msgid "" +"The Script tab, which contains the script editor and class reference " +"browser. If this feature is disabled, the Script tab won't display." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:105 +msgid "" +"The AssetLib tab. If this feature is disabled, the AssetLib tab won't " +"display." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:108 +msgid "" +"Scene tree editing. If this feature is disabled, the Scene tree dock will " +"still be visible but will be read-only." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:111 +msgid "" +"The Node dock. If this feature is disabled, signals and groups won't be " +"visible and modifiable from the editor." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:114 +msgid "" +"The FileSystem dock. If this feature is disabled, the FileSystem dock won't " +"be visible." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:117 +msgid "" +"The Import dock. If this feature is disabled, the Import dock won't be " +"visible." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:120 doc/classes/SpatialMaterial.xml:471 +msgid "Represents the size of the [enum Feature] enum." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:4 +msgid "A modified version of [FileDialog] used by the editor." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:15 +msgid "" +"Adds a comma-delimited file extension filter option to the " +"[EditorFileDialog] with an optional semi-colon-delimited label.\n" +"For example, [code]\"*.tscn, *.scn; Scenes\"[/code] results in filter text " +"\"Scenes (*.tscn, *.scn)\"." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:22 +msgid "Removes all filters except for \"All Files (*)\"." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:28 +msgid "" +"Returns the [code]VBoxContainer[/code] used to display the file system.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:35 +msgid "" +"Notify the [EditorFileDialog] that its view of the data is no longer " +"accurate. Updates the view contents on next view update." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:41 +msgid "" +"The location from which the user may select a file, including [code]res://[/" +"code], [code]user://[/code], and the local file system." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:44 +msgid "The currently occupied directory." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:47 +msgid "The currently selected file." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:50 +msgid "The file system path in the address bar." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:54 +msgid "" +"If [code]true[/code], the [EditorFileDialog] will not warn the user before " +"overwriting files." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:57 +msgid "" +"The view format in which the [EditorFileDialog] displays resources to the " +"user." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:60 +msgid "" +"The purpose of the [EditorFileDialog], which defines the allowed behaviors." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:64 +msgid "" +"If [code]true[/code], hidden files and directories will be visible in the " +"[EditorFileDialog]." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:72 +msgid "Emitted when a directory is selected." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:78 +msgid "Emitted when a file is selected." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:84 +msgid "Emitted when multiple files are selected." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:90 +msgid "" +"The [EditorFileDialog] can select only one file. Accepting the window will " +"open the file." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:93 +msgid "" +"The [EditorFileDialog] can select multiple files. Accepting the window will " +"open all files." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:96 +msgid "" +"The [EditorFileDialog] can select only one directory. Accepting the window " +"will open the directory." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:99 +msgid "" +"The [EditorFileDialog] can select a file or directory. Accepting the window " +"will open it." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:102 +msgid "" +"The [EditorFileDialog] can select only one file. Accepting the window will " +"save the file." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:105 +msgid "" +"The [EditorFileDialog] can only view [code]res://[/code] directory contents." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:108 +msgid "" +"The [EditorFileDialog] can only view [code]user://[/code] directory contents." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:111 +msgid "The [EditorFileDialog] can view the entire local file system." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:114 +msgid "The [EditorFileDialog] displays resources as thumbnails." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:117 +msgid "The [EditorFileDialog] displays resources as a list of filenames." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:4 +msgid "Resource filesystem, as the editor sees it." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:7 +msgid "" +"This object holds information of all resources in the filesystem, their " +"types, etc.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_resource_filesystem]." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:17 +msgid "" +"Returns the resource type of the file, given the full path. This returns a " +"string such as [code]\"Resource\"[/code] or [code]\"GDScript\"[/code], " +"[i]not[/i] a file extension such as [code]\".gd\"[/code]." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:23 +msgid "Gets the root directory object." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:30 +msgid "Returns a view into the filesystem at [code]path[/code]." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:36 +msgid "Returns the scan progress for 0 to 1 if the FS is being scanned." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:42 +msgid "Returns [code]true[/code] of the filesystem is being scanned." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:48 +msgid "Scan the filesystem for changes." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:54 +msgid "Check if the source of any imported resource changed." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:61 +msgid "" +"Update a file information. Call this if an external program (not Godot) " +"modified the file." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:67 +msgid "Scans the script files and updates the list of custom class names." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:74 +msgid "Emitted if the filesystem changed." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:80 +msgid "Emitted if a resource is reimported." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:86 +msgid "" +"Emitted if at least one resource is reloaded when the filesystem is scanned." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:92 +msgid "Emitted if the source of any imported file changed." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:4 +msgid "A directory for the resource filesystem." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:7 +msgid "A more generalized, low-level variation of the directory concept." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:16 +msgid "" +"Returns the index of the directory with name [code]name[/code] or [code]-1[/" +"code] if not found." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:23 +msgid "" +"Returns the index of the file with name [code]name[/code] or [code]-1[/code] " +"if not found." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:30 +msgid "Returns the name of the file at index [code]idx[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:36 +msgid "Returns the number of files in this directory." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:43 +msgid "" +"Returns [code]true[/code] if the file at index [code]idx[/code] imported " +"properly." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:50 +msgid "Returns the path to the file at index [code]idx[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:57 +msgid "" +"Returns the base class of the script class defined in the file at index " +"[code]idx[/code]. If the file doesn't define a script class using the " +"[code]class_name[/code] syntax, this will return an empty string." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:64 +msgid "" +"Returns the name of the script class defined in the file at index [code]idx[/" +"code]. If the file doesn't define a script class using the [code]class_name[/" +"code] syntax, this will return an empty string." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:71 +msgid "" +"Returns the resource type of the file at index [code]idx[/code]. This " +"returns a string such as [code]\"Resource\"[/code] or [code]\"GDScript\"[/" +"code], [i]not[/i] a file extension such as [code]\".gd\"[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:77 +msgid "Returns the name of this directory." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:83 +msgid "" +"Returns the parent directory for this directory or [code]null[/code] if " +"called on a directory at [code]res://[/code] or [code]user://[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:89 +msgid "Returns the path to this directory." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:96 +msgid "Returns the subdirectory at index [code]idx[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:102 +msgid "Returns the number of subdirectories in this directory." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:4 +msgid "" +"Registers a custom resource importer in the editor. Use the class to parse " +"any file and import it as a new resource type." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:7 +msgid "" +"EditorImportPlugins provide a way to extend the editor's resource import " +"functionality. Use them to import resources from custom files or to provide " +"alternatives to the editor's existing importers. Register your " +"[EditorPlugin] with [method EditorPlugin.add_import_plugin].\n" +"EditorImportPlugins work by associating with specific file extensions and a " +"resource type. See [method get_recognized_extensions] and [method " +"get_resource_type]. They may optionally specify some import presets that " +"affect the import process. EditorImportPlugins are responsible for creating " +"the resources and saving them in the [code].import[/code] directory (see " +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" +"Below is an example EditorImportPlugin that imports a [Mesh] from a file " +"with the extension \".special\" or \".spec\":\n" +"[codeblock]\n" +"tool\n" +"extends EditorImportPlugin\n" +"\n" +"func get_importer_name():\n" +" return \"my.special.plugin\"\n" +"\n" +"func get_visible_name():\n" +" return \"Special Mesh\"\n" +"\n" +"func get_recognized_extensions():\n" +" return [\"special\", \"spec\"]\n" +"\n" +"func get_save_extension():\n" +" return \"mesh\"\n" +"\n" +"func get_resource_type():\n" +" return \"Mesh\"\n" +"\n" +"func get_preset_count():\n" +" return 1\n" +"\n" +"func get_preset_name(i):\n" +" return \"Default\"\n" +"\n" +"func get_import_options(i):\n" +" return [{\"name\": \"my_option\", \"default_value\": false}]\n" +"\n" +"func import(source_file, save_path, options, platform_variants, gen_files):\n" +" var file = File.new()\n" +" if file.open(source_file, File.READ) != OK:\n" +" return FAILED\n" +"\n" +" var mesh = Mesh.new()\n" +" # Fill the Mesh with data read in \"file\", left as an exercise to the " +"reader\n" +"\n" +" var filename = save_path + \".\" + get_save_extension()\n" +" return ResourceSaver.save(filename, mesh)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:51 doc/classes/ResourceImporter.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/import_plugins." +"html" +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:58 +msgid "" +"Gets the options and default values for the preset at this index. Returns an " +"Array of Dictionaries with the following keys: [code]name[/code], " +"[code]default_value[/code], [code]property_hint[/code] (optional), " +"[code]hint_string[/code] (optional), [code]usage[/code] (optional)." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:64 +msgid "" +"Gets the order of this importer to be run when importing resources. " +"Importers with [i]lower[/i] import orders will be called first, and higher " +"values will be called later. Use this to ensure the importer runs after the " +"dependencies are already imported. The default import order is [code]0[/" +"code] unless overridden by a specific importer. See [enum ResourceImporter." +"ImportOrder] for some predefined values." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:70 +msgid "Gets the unique name of the importer." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:78 +msgid "" +"This method can be overridden to hide specific import options if conditions " +"are met. This is mainly useful for hiding options that depend on others if " +"one of them is disabled. For example:\n" +"[codeblock]\n" +"func get_option_visibility(option, options):\n" +" # Only show the lossy quality setting if the compression mode is set to " +"\"Lossy\".\n" +" if option == \"compress/lossy_quality\" and options.has(\"compress/mode" +"\"):\n" +" return int(options[\"compress/mode\"]) == COMPRESS_LOSSY\n" +"\n" +" return true\n" +"[/codeblock]\n" +"Return [code]true[/code] to make all options always visible." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:93 +msgid "" +"Gets the number of initial presets defined by the plugin. Use [method " +"get_import_options] to get the default options for the preset and [method " +"get_preset_name] to get the name of the preset." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:100 +msgid "Gets the name of the options preset at this index." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:106 +msgid "" +"Gets the priority of this plugin for the recognized extension. Higher " +"priority plugins will be preferred. The default priority is [code]1.0[/code]." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:112 +msgid "" +"Gets the list of file extensions to associate with this loader (case-" +"insensitive). e.g. [code][\"obj\"][/code]." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:118 +msgid "" +"Gets the Godot resource type associated with this loader. e.g. [code]\"Mesh" +"\"[/code] or [code]\"Animation\"[/code]." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:124 +msgid "" +"Gets the extension used to save this resource in the [code].import[/code] " +"directory (see [member ProjectSettings.application/config/" +"use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:130 +msgid "" +"Gets the name to display in the import window. You should choose this name " +"as a continuation to \"Import as\", e.g. \"Import as Special Mesh\"." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:141 +msgid "" +"Imports [code]source_file[/code] into [code]save_path[/code] with the import " +"[code]options[/code] specified. The [code]platform_variants[/code] and " +"[code]gen_files[/code] arrays will be modified by this function.\n" +"This method must be overridden to do the actual importing work. See this " +"class' description for an example of overriding this method." +msgstr "" + +#: doc/classes/EditorInspector.xml:4 +msgid "A tab used to edit properties of the selected node." +msgstr "" + +#: doc/classes/EditorInspector.xml:7 +msgid "" +"The editor inspector is by default located on the right-hand side of the " +"editor. It's used to edit the properties of the selected node. For example, " +"you can select a node such as [Sprite] then edit its transform through the " +"inspector tool. The editor inspector is an essential tool in the game " +"development workflow.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_inspector]." +msgstr "" + +#: doc/classes/EditorInspector.xml:16 +msgid "" +"Refreshes the inspector.\n" +"[b]Note:[/b] To save on CPU resources, calling this method will do nothing " +"if the time specified in [code]docks/property_editor/auto_refresh_interval[/" +"code] editor setting hasn't passed yet since this method was last called. " +"(By default, this interval is set to 0.3 seconds.)" +msgstr "" + +#: doc/classes/EditorInspector.xml:28 +msgid "" +"Emitted when the Edit button of an [Object] has been pressed in the " +"inspector. This is mainly used in the remote scene tree inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:34 +msgid "Emitted when a property is edited in the inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:40 +msgid "" +"Emitted when a property is keyed in the inspector. Properties can be keyed " +"by clicking the \"key\" icon next to a property when the Animation panel is " +"toggled." +msgstr "" + +#: doc/classes/EditorInspector.xml:46 +msgid "Emitted when a property is selected in the inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:53 +msgid "" +"Emitted when a boolean property is toggled in the inspector.\n" +"[b]Note:[/b] This signal is never emitted if the internal [code]autoclear[/" +"code] property enabled. Since this property is always enabled in the editor " +"inspector, this signal is never emitted by the editor itself." +msgstr "" + +#: doc/classes/EditorInspector.xml:61 +msgid "Emitted when a resource is selected in the inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:66 +msgid "" +"Emitted when a property that requires a restart to be applied is edited in " +"the inspector. This is only used in the Project Settings and Editor Settings." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:4 +msgid "Plugin for adding custom property editors on inspector." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:7 +msgid "" +"These plugins allow adding custom property editors to [EditorInspector].\n" +"Plugins are registered via [method EditorPlugin.add_inspector_plugin].\n" +"When an object is edited, the [method can_handle] function is called and " +"must return [code]true[/code] if the object type is supported.\n" +"If supported, the function [method parse_begin] will be called, allowing to " +"place custom controls at the beginning of the class.\n" +"Subsequently, the [method parse_category] and [method parse_property] are " +"called for every category and property. They offer the ability to add custom " +"controls to the inspector too.\n" +"Finally, [method parse_end] will be called.\n" +"On each of these calls, the \"add\" functions can be called." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" +"inspector_plugins.html" +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:23 +msgid "Adds a custom control, which is not necessarily a property editor." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:31 +msgid "" +"Adds a property editor for an individual property. The [code]editor[/code] " +"control must extend [EditorProperty]." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:40 +msgid "" +"Adds an editor that allows modifying multiple properties. The [code]editor[/" +"code] control must extend [EditorProperty]." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:47 +msgid "Returns [code]true[/code] if this object can be handled by this plugin." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:54 +msgid "Called to allow adding controls at the beginning of the list." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:62 +msgid "Called to allow adding controls at the beginning of the category." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:68 +msgid "Called to allow adding controls at the end of the list." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:80 +msgid "" +"Called to allow adding property specific editors to the inspector. Usually " +"these inherit [EditorProperty]. Returning [code]true[/code] removes the " +"built-in editor for this property, otherwise allows to insert a custom " +"editor before the built-in one." +msgstr "" + +#: doc/classes/EditorInterface.xml:4 +msgid "Godot editor's interface." +msgstr "" + +#: doc/classes/EditorInterface.xml:7 +msgid "" +"EditorInterface gives you control over Godot editor's window. It allows " +"customizing the window, saving and (re-)loading scenes, rendering mesh " +"previews, inspecting and editing resources and objects, and provides access " +"to [EditorSettings], [EditorFileSystem], [EditorResourcePreview], " +"[ScriptEditor], the editor viewport, and information about scenes.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorPlugin.get_editor_interface]." +msgstr "" + +#: doc/classes/EditorInterface.xml:17 +msgid "" +"Edits the given [Node]. The node will be also selected if it's inside the " +"scene tree." +msgstr "" + +#: doc/classes/EditorInterface.xml:24 +msgid "Edits the given [Resource]." +msgstr "" + +#: doc/classes/EditorInterface.xml:30 +msgid "" +"Returns the main container of Godot editor's window. For example, you can " +"use it to retrieve the size of the container and place your controls " +"accordingly.\n" +"[b]Warning:[/b] Removing and freeing this node will render the editor " +"useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:37 +msgid "Returns the current path being viewed in the [FileSystemDock]." +msgstr "" + +#: doc/classes/EditorInterface.xml:43 +msgid "Returns the edited (current) scene's root [Node]." +msgstr "" + +#: doc/classes/EditorInterface.xml:49 +msgid "" +"Returns the actual scale of the editor UI ([code]1.0[/code] being 100% " +"scale). This can be used to adjust position and dimensions of the UI added " +"by plugins.\n" +"[b]Note:[/b] This value is set via the [code]interface/editor/display_scale[/" +"code] and [code]interface/editor/custom_display_scale[/code] editor " +"settings. Editor must be restarted for changes to be properly applied." +msgstr "" + +#: doc/classes/EditorInterface.xml:56 +msgid "Returns the editor's [EditorSettings] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:62 +msgid "" +"Returns the main editor control. Use this as a parent for main screens.\n" +"[b]Note:[/b] This returns the main editor control containing the whole " +"editor, not the 2D or 3D viewports specifically.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:70 +msgid "" +"Returns the editor's [FileSystemDock] instance.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:77 +msgid "" +"Returns the editor's [EditorInspector] instance.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:84 +msgid "Returns an [Array] with the file paths of the currently opened scenes." +msgstr "" + +#: doc/classes/EditorInterface.xml:90 +msgid "" +"Returns the name of the scene that is being played. If no scene is currently " +"being played, returns an empty string." +msgstr "" + +#: doc/classes/EditorInterface.xml:96 +msgid "Returns the editor's [EditorFileSystem] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:102 +msgid "Returns the editor's [EditorResourcePreview] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:108 +msgid "" +"Returns the editor's [ScriptEditor] instance.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:115 +msgid "" +"Returns the path of the directory currently selected in the " +"[FileSystemDock]. If a file is selected, its base directory will be returned " +"using [method String.get_base_dir] instead." +msgstr "" + +#: doc/classes/EditorInterface.xml:121 +msgid "Returns the editor's [EditorSelection] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:130 +msgid "" +"Shows the given property on the given [code]object[/code] in the editor's " +"Inspector dock. If [code]inspector_only[/code] is [code]true[/code], plugins " +"will not attempt to edit [code]object[/code]." +msgstr "" + +#: doc/classes/EditorInterface.xml:136 +msgid "" +"Returns [code]true[/code] if a scene is currently being played, [code]false[/" +"code] otherwise. Paused scenes are considered as being played." +msgstr "" + +#: doc/classes/EditorInterface.xml:143 +msgid "" +"Returns [code]true[/code] if the specified [code]plugin[/code] is enabled. " +"The plugin name is the same as its directory name." +msgstr "" + +#: doc/classes/EditorInterface.xml:151 +msgid "" +"Returns mesh previews rendered at the given size as an [Array] of [Texture]s." +msgstr "" + +#: doc/classes/EditorInterface.xml:158 +msgid "Opens the scene at the given path." +msgstr "" + +#: doc/classes/EditorInterface.xml:164 +msgid "Plays the currently active scene." +msgstr "" + +#: doc/classes/EditorInterface.xml:171 +msgid "Plays the scene specified by its filepath." +msgstr "" + +#: doc/classes/EditorInterface.xml:177 +msgid "Plays the main scene." +msgstr "" + +#: doc/classes/EditorInterface.xml:184 +msgid "Reloads the scene at the given path." +msgstr "" + +#: doc/classes/EditorInterface.xml:190 +msgid "" +"Saves the scene. Returns either [code]OK[/code] or [code]ERR_CANT_CREATE[/" +"code] (see [@GlobalScope] constants)." +msgstr "" + +#: doc/classes/EditorInterface.xml:198 +msgid "Saves the scene as a file at [code]path[/code]." +msgstr "" + +#: doc/classes/EditorInterface.xml:205 +msgid "" +"Selects the file, with the path provided by [code]file[/code], in the " +"FileSystem dock." +msgstr "" + +#: doc/classes/EditorInterface.xml:212 +msgid "" +"Sets the editor's current main screen to the one specified in [code]name[/" +"code]. [code]name[/code] must match the text of the tab in question exactly " +"([code]2D[/code], [code]3D[/code], [code]Script[/code], [code]AssetLib[/" +"code])." +msgstr "" + +#: doc/classes/EditorInterface.xml:220 +msgid "" +"Sets the enabled status of a plugin. The plugin name is the same as its " +"directory name." +msgstr "" + +#: doc/classes/EditorInterface.xml:226 +msgid "Stops the scene that is currently playing." +msgstr "" + +#: doc/classes/EditorInterface.xml:232 +msgid "" +"If [code]true[/code], enables distraction-free mode which hides side docks " +"to increase the space available for the main view." +msgstr "" + +#: doc/classes/EditorPlugin.xml:4 +msgid "Used by the editor to extend its functionality." +msgstr "" + +#: doc/classes/EditorPlugin.xml:7 +msgid "" +"Plugins are used by the editor to extend functionality. The most common " +"types of plugins are those which edit a given node or resource type, import " +"plugins and export plugins. See also [EditorScript] to add functions to the " +"editor." +msgstr "" + +#: doc/classes/EditorPlugin.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/index.html" +msgstr "" + +#: doc/classes/EditorPlugin.xml:18 +msgid "" +"Adds a script at [code]path[/code] to the Autoload list as [code]name[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:26 +msgid "" +"Adds a control to the bottom panel (together with Output, Debug, Animation, " +"etc). Returns a reference to the button added. It's up to you to hide/show " +"the button when needed. When your plugin is deactivated, make sure to remove " +"your custom control with [method remove_control_from_bottom_panel] and free " +"it with [method Node.queue_free]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:34 +msgid "" +"Adds a custom control to a container (see [enum CustomControlContainer]). " +"There are many locations where custom controls can be added in the editor " +"UI.\n" +"Please remember that you have to manage the visibility of your custom " +"controls yourself (and likely hide it after adding it).\n" +"When your plugin is deactivated, make sure to remove your custom control " +"with [method remove_control_from_container] and free it with [method Node." +"queue_free]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:44 +msgid "" +"Adds the control to a specific dock slot (see [enum DockSlot] for options).\n" +"If the dock is repositioned and as long as the plugin is active, the editor " +"will save the dock position on further sessions.\n" +"When your plugin is deactivated, make sure to remove your custom control " +"with [method remove_control_from_docks] and free it with [method Node." +"queue_free]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:56 +msgid "" +"Adds a custom type, which will appear in the list of nodes or resources. An " +"icon can be optionally passed.\n" +"When given node or resource is selected, the base type will be instanced " +"(ie, \"Spatial\", \"Control\", \"Resource\"), then the script will be loaded " +"and set to this object.\n" +"You can use the virtual method [method handles] to check if your custom " +"object is being edited by checking the script or using the [code]is[/code] " +"keyword.\n" +"During run-time, this will be a simple object with a script so this function " +"does not need to be called then." +msgstr "" + +#: doc/classes/EditorPlugin.xml:66 +msgid "" +"Registers a new [EditorExportPlugin]. Export plugins are used to perform " +"tasks when the project is being exported.\n" +"See [method add_inspector_plugin] for an example of how to register a plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:74 +msgid "" +"Registers a new [EditorImportPlugin]. Import plugins are used to import " +"custom and unsupported assets as a custom [Resource] type.\n" +"[b]Note:[/b] If you want to import custom 3D asset formats use [method " +"add_scene_import_plugin] instead.\n" +"See [method add_inspector_plugin] for an example of how to register a plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:83 +msgid "" +"Registers a new [EditorInspectorPlugin]. Inspector plugins are used to " +"extend [EditorInspector] and provide custom configuration tools for your " +"object's properties.\n" +"[b]Note:[/b] Always use [method remove_inspector_plugin] to remove the " +"registered [EditorInspectorPlugin] when your [EditorPlugin] is disabled to " +"prevent leaks and an unexpected behavior.\n" +"[codeblock]\n" +"const MyInspectorPlugin = preload(\"res://addons/your_addon/path/to/your/" +"script.gd\")\n" +"var inspector_plugin = MyInspectorPlugin.new()\n" +"\n" +"func _enter_tree():\n" +" add_inspector_plugin(inspector_plugin)\n" +"\n" +"func _exit_tree():\n" +" remove_inspector_plugin(inspector_plugin)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:101 +msgid "" +"Registers a new [EditorSceneImporter]. Scene importers are used to import " +"custom 3D asset formats as scenes." +msgstr "" + +#: doc/classes/EditorPlugin.xml:108 +msgid "" +"Registers a new [EditorSpatialGizmoPlugin]. Gizmo plugins are used to add " +"custom gizmos to the 3D preview viewport for a [Spatial].\n" +"See [method add_inspector_plugin] for an example of how to register a plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:119 +msgid "" +"Adds a custom menu item to [b]Project > Tools[/b] as [code]name[/code] that " +"calls [code]callback[/code] on an instance of [code]handler[/code] with a " +"parameter [code]ud[/code] when user activates it." +msgstr "" + +#: doc/classes/EditorPlugin.xml:127 +msgid "" +"Adds a custom submenu under [b]Project > Tools >[/b] [code]name[/code]. " +"[code]submenu[/code] should be an object of class [PopupMenu]. This submenu " +"should be cleaned up using [code]remove_tool_menu_item(name)[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:133 +msgid "" +"This method is called when the editor is about to save the project, switch " +"to another tab, etc. It asks the plugin to apply any pending state changes " +"to ensure consistency.\n" +"This is used, for example, in shader editors to let the plugin know that it " +"must apply the shader code being written by the user to the object." +msgstr "" + +#: doc/classes/EditorPlugin.xml:140 +msgid "" +"This method is called when the editor is about to run the project. The " +"plugin can then perform required operations before the project runs.\n" +"This method must return a boolean. If this method returns [code]false[/" +"code], the project will not run. The run is aborted immediately, so this " +"also prevents all other plugins' [method build] methods from running." +msgstr "" + +#: doc/classes/EditorPlugin.xml:147 +msgid "" +"Clear all the state and reset the object being edited to zero. This ensures " +"your plugin does not keep editing a currently existing node, or a node from " +"the wrong scene." +msgstr "" + +#: doc/classes/EditorPlugin.xml:153 +msgid "" +"Called by the engine when the user disables the [EditorPlugin] in the Plugin " +"tab of the project settings window." +msgstr "" + +#: doc/classes/EditorPlugin.xml:160 +msgid "" +"This function is used for plugins that edit specific object types (nodes or " +"resources). It requests the editor to edit the given object." +msgstr "" + +#: doc/classes/EditorPlugin.xml:166 +msgid "" +"Called by the engine when the user enables the [EditorPlugin] in the Plugin " +"tab of the project settings window." +msgstr "" + +#: doc/classes/EditorPlugin.xml:173 +msgid "" +"Called by the engine when the 2D editor's viewport is updated. Use the " +"[code]overlay[/code] [Control] for drawing. You can update the viewport " +"manually by calling [method update_overlays].\n" +"[codeblock]\n" +"func forward_canvas_draw_over_viewport(overlay):\n" +" # Draw a circle at cursor position.\n" +" overlay.draw_circle(overlay.get_local_mouse_position(), 64, Color." +"white)\n" +"\n" +"func forward_canvas_gui_input(event):\n" +" if event is InputEventMouseMotion:\n" +" # Redraw viewport when cursor is moved.\n" +" update_overlays()\n" +" return true\n" +" return false\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:192 +msgid "" +"This method is the same as [method forward_canvas_draw_over_viewport], " +"except it draws on top of everything. Useful when you need an extra layer " +"that shows over anything else.\n" +"You need to enable calling of this method by using [method " +"set_force_draw_over_forwarding_enabled]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:200 +msgid "" +"Called when there is a root node in the current edited scene, [method " +"handles] is implemented and an [InputEvent] happens in the 2D viewport. " +"Intercepts the [InputEvent], if [code]return true[/code] [EditorPlugin] " +"consumes the [code]event[/code], otherwise forwards [code]event[/code] to " +"other Editor classes. Example:\n" +"[codeblock]\n" +"# Prevents the InputEvent to reach other Editor classes\n" +"func forward_canvas_gui_input(event):\n" +" var forward = true\n" +" return forward\n" +"[/codeblock]\n" +"Must [code]return false[/code] in order to forward the [InputEvent] to other " +"Editor classes. Example:\n" +"[codeblock]\n" +"# Consumes InputEventMouseMotion and forwards other InputEvent types\n" +"func forward_canvas_gui_input(event):\n" +" var forward = false\n" +" if event is InputEventMouseMotion:\n" +" forward = true\n" +" return forward\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:222 +msgid "" +"Called by the engine when the 3D editor's viewport is updated. Use the " +"[code]overlay[/code] [Control] for drawing. You can update the viewport " +"manually by calling [method update_overlays].\n" +"[codeblock]\n" +"func forward_spatial_draw_over_viewport(overlay):\n" +" # Draw a circle at cursor position.\n" +" overlay.draw_circle(overlay.get_local_mouse_position(), 64)\n" +"\n" +"func forward_spatial_gui_input(camera, event):\n" +" if event is InputEventMouseMotion:\n" +" # Redraw viewport when cursor is moved.\n" +" update_overlays()\n" +" return true\n" +" return false\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:241 +msgid "" +"This method is the same as [method forward_spatial_draw_over_viewport], " +"except it draws on top of everything. Useful when you need an extra layer " +"that shows over anything else.\n" +"You need to enable calling of this method by using [method " +"set_force_draw_over_forwarding_enabled]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:250 +msgid "" +"Called when there is a root node in the current edited scene, [method " +"handles] is implemented and an [InputEvent] happens in the 3D viewport. " +"Intercepts the [InputEvent], if [code]return true[/code] [EditorPlugin] " +"consumes the [code]event[/code], otherwise forwards [code]event[/code] to " +"other Editor classes. Example:\n" +"[codeblock]\n" +"# Prevents the InputEvent to reach other Editor classes\n" +"func forward_spatial_gui_input(camera, event):\n" +" var forward = true\n" +" return forward\n" +"[/codeblock]\n" +"Must [code]return false[/code] in order to forward the [InputEvent] to other " +"Editor classes. Example:\n" +"[codeblock]\n" +"# Consumes InputEventMouseMotion and forwards other InputEvent types\n" +"func forward_spatial_gui_input(camera, event):\n" +" var forward = false\n" +" if event is InputEventMouseMotion:\n" +" forward = true\n" +" return forward\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:271 +msgid "" +"This is for editors that edit script-based objects. You can return a list of " +"breakpoints in the format ([code]script:line[/code]), for example: " +"[code]res://path_to_script.gd:25[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:277 +msgid "" +"Returns the [EditorInterface] object that gives you control over Godot " +"editor's window and its functionalities." +msgstr "" + +#: doc/classes/EditorPlugin.xml:283 +msgid "" +"Override this method in your plugin to return a [Texture] in order to give " +"it an icon.\n" +"For main screen plugins, this appears at the top of the screen, to the right " +"of the \"2D\", \"3D\", \"Script\", and \"AssetLib\" buttons.\n" +"Ideally, the plugin icon should be white with a transparent background and " +"16x16 pixels in size.\n" +"[codeblock]\n" +"func get_plugin_icon():\n" +" # You can use a custom icon:\n" +" return preload(\"res://addons/my_plugin/my_plugin_icon.svg\")\n" +" # Or use a built-in icon:\n" +" return get_editor_interface().get_base_control().get_icon(\"Node\", " +"\"EditorIcons\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:298 +msgid "" +"Override this method in your plugin to provide the name of the plugin when " +"displayed in the Godot editor.\n" +"For main screen plugins, this appears at the top of the screen, to the right " +"of the \"2D\", \"3D\", \"Script\", and \"AssetLib\" buttons." +msgstr "" + +#: doc/classes/EditorPlugin.xml:305 +msgid "" +"Gets the Editor's dialogue used for making scripts.\n" +"[b]Note:[/b] Users can configure it before use.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorPlugin.xml:313 +msgid "" +"Gets the state of your plugin editor. This is used when saving the scene (so " +"state is kept when opening it again) and for switching tabs (so state can be " +"restored when the tab returns)." +msgstr "" + +#: doc/classes/EditorPlugin.xml:319 +msgid "" +"Gets the undo/redo object. Most actions in the editor can be undoable, so " +"use this object to make sure this happens when it's worth it." +msgstr "" + +#: doc/classes/EditorPlugin.xml:326 +msgid "" +"Gets the GUI layout of the plugin. This is used to save the project's editor " +"layout when [method queue_save_layout] is called or the editor layout was " +"changed(For example changing the position of a dock)." +msgstr "" + +#: doc/classes/EditorPlugin.xml:333 +msgid "" +"Implement this function if your plugin edits a specific type of object " +"(Resource or Node). If you return [code]true[/code], then you will get the " +"functions [method edit] and [method make_visible] called when the editor " +"requests them. If you have declared the methods [method " +"forward_canvas_gui_input] and [method forward_spatial_gui_input] these will " +"be called too." +msgstr "" + +#: doc/classes/EditorPlugin.xml:339 +msgid "" +"Returns [code]true[/code] if this is a main screen editor plugin (it goes in " +"the workspace selector together with [b]2D[/b], [b]3D[/b], [b]Script[/b] and " +"[b]AssetLib[/b])." +msgstr "" + +#: doc/classes/EditorPlugin.xml:345 +msgid "Minimizes the bottom panel." +msgstr "" + +#: doc/classes/EditorPlugin.xml:352 +msgid "Makes a specific item in the bottom panel visible." +msgstr "" + +#: doc/classes/EditorPlugin.xml:359 +msgid "" +"This function will be called when the editor is requested to become visible. " +"It is used for plugins that edit a specific object type.\n" +"Remember that you have to manage the visibility of all your editor controls " +"manually." +msgstr "" + +#: doc/classes/EditorPlugin.xml:366 +msgid "Queue save the project's editor layout." +msgstr "" + +#: doc/classes/EditorPlugin.xml:373 +msgid "Removes an Autoload [code]name[/code] from the list." +msgstr "" + +#: doc/classes/EditorPlugin.xml:380 +msgid "" +"Removes the control from the bottom panel. You have to manually [method Node." +"queue_free] the control." +msgstr "" + +#: doc/classes/EditorPlugin.xml:388 +msgid "" +"Removes the control from the specified container. You have to manually " +"[method Node.queue_free] the control." +msgstr "" + +#: doc/classes/EditorPlugin.xml:395 +msgid "" +"Removes the control from the dock. You have to manually [method Node." +"queue_free] the control." +msgstr "" + +#: doc/classes/EditorPlugin.xml:402 +msgid "Removes a custom type added by [method add_custom_type]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:409 +msgid "Removes an export plugin registered by [method add_export_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:416 +msgid "Removes an import plugin registered by [method add_import_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:423 +msgid "Removes an inspector plugin registered by [method add_import_plugin]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:430 +msgid "" +"Removes a scene importer registered by [method add_scene_import_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:437 +msgid "Removes a gizmo plugin registered by [method add_spatial_gizmo_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:444 +msgid "Removes a menu [code]name[/code] from [b]Project > Tools[/b]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:450 +msgid "" +"This method is called after the editor saves the project or when it's " +"closed. It asks the plugin to save edited external scenes/resources." +msgstr "" + +#: doc/classes/EditorPlugin.xml:456 +msgid "" +"Enables calling of [method forward_canvas_force_draw_over_viewport] for the " +"2D editor and [method forward_spatial_force_draw_over_viewport] for the 3D " +"editor when their viewports are updated. You need to call this method only " +"once and it will work permanently for this plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:462 +msgid "" +"Use this method if you always want to receive inputs from 3D view screen " +"inside [method forward_spatial_gui_input]. It might be especially usable if " +"your plugin will want to use raycast in the scene." +msgstr "" + +#: doc/classes/EditorPlugin.xml:469 +msgid "Restore the state saved by [method get_state]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:476 +msgid "Restore the plugin GUI layout saved by [method get_window_layout]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:482 +msgid "" +"Updates the overlays of the 2D and 3D editor viewport. Causes methods " +"[method forward_canvas_draw_over_viewport], [method " +"forward_canvas_force_draw_over_viewport], [method " +"forward_spatial_draw_over_viewport] and [method " +"forward_spatial_force_draw_over_viewport] to be called." +msgstr "" + +#: doc/classes/EditorPlugin.xml:490 +msgid "" +"Emitted when user changes the workspace ([b]2D[/b], [b]3D[/b], [b]Script[/" +"b], [b]AssetLib[/b]). Also works with custom screens defined by plugins." +msgstr "" + +#: doc/classes/EditorPlugin.xml:501 +msgid "" +"Emitted when the scene is changed in the editor. The argument will return " +"the root node of the scene that has just become active. If this scene is new " +"and empty, the argument will be [code]null[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:507 +msgid "" +"Emitted when user closes a scene. The argument is file path to a closed " +"scene." +msgstr "" + +#: doc/classes/EditorPlugin.xml:553 +msgid "Represents the size of the [enum DockSlot] enum." +msgstr "" + +#: doc/classes/EditorProperty.xml:4 +msgid "Custom control to edit properties for adding into the inspector." +msgstr "" + +#: doc/classes/EditorProperty.xml:7 +msgid "" +"This control allows property editing for one or multiple properties into " +"[EditorInspector]. It is added via [EditorInspectorPlugin]." +msgstr "" + +#: doc/classes/EditorProperty.xml:16 +msgid "" +"If any of the controls added can gain keyboard focus, add it here. This " +"ensures that focus will be restored if the inspector is refreshed." +msgstr "" + +#: doc/classes/EditorProperty.xml:26 +msgid "" +"If one or several properties have changed, this must be called. [code]field[/" +"code] is used in case your editor can modify fields separately (as an " +"example, Vector3.x). The [code]changing[/code] argument avoids the editor " +"requesting this property to be refreshed (leave as [code]false[/code] if " +"unsure)." +msgstr "" + +#: doc/classes/EditorProperty.xml:32 +msgid "Gets the edited object." +msgstr "" + +#: doc/classes/EditorProperty.xml:38 +msgid "" +"Gets the edited property. If your editor is for a single property (added via " +"[method EditorInspectorPlugin.parse_property]), then this will return the " +"property." +msgstr "" + +#: doc/classes/EditorProperty.xml:44 +msgid "Must be implemented to provide a custom tooltip to the property editor." +msgstr "" + +#: doc/classes/EditorProperty.xml:51 +msgid "" +"Puts the [code]editor[/code] control below the property label. The control " +"must be previously added using [method Node.add_child]." +msgstr "" + +#: doc/classes/EditorProperty.xml:57 +msgid "When this virtual function is called, you must update your editor." +msgstr "" + +#: doc/classes/EditorProperty.xml:63 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is " +"checkable." +msgstr "" + +#: doc/classes/EditorProperty.xml:66 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is checked." +msgstr "" + +#: doc/classes/EditorProperty.xml:69 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is drawn " +"with the editor theme's warning color. This is used for editable children's " +"properties." +msgstr "" + +#: doc/classes/EditorProperty.xml:72 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property can add " +"keys for animation." +msgstr "" + +#: doc/classes/EditorProperty.xml:75 +msgid "Set this property to change the label (if you want to show one)." +msgstr "" + +#: doc/classes/EditorProperty.xml:78 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is read-" +"only." +msgstr "" + +#: doc/classes/EditorProperty.xml:86 +msgid "" +"Emit it if you want multiple properties modified at the same time. Do not " +"use if added via [method EditorInspectorPlugin.parse_property]." +msgstr "" + +#: doc/classes/EditorProperty.xml:93 +msgid "Used by sub-inspectors. Emit it if what was selected was an Object ID." +msgstr "" + +#: doc/classes/EditorProperty.xml:100 +msgid "" +"Do not emit this manually, use the [method emit_changed] method instead." +msgstr "" + +#: doc/classes/EditorProperty.xml:107 +msgid "Emitted when a property was checked. Used internally." +msgstr "" + +#: doc/classes/EditorProperty.xml:113 +msgid "" +"Emit it if you want to add this value as an animation key (check for keying " +"being enabled first)." +msgstr "" + +#: doc/classes/EditorProperty.xml:120 +msgid "Emit it if you want to key a property with a single value." +msgstr "" + +#: doc/classes/EditorProperty.xml:127 +msgid "" +"If you want a sub-resource to be edited, emit this signal with the resource." +msgstr "" + +#: doc/classes/EditorProperty.xml:134 +msgid "Emitted when selected. Used internally." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:4 +msgid "Godot editor's control for selecting [Resource] type properties." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:7 +msgid "" +"This [Control] node is used in the editor's Inspector dock to allow editing " +"of [Resource] type properties. It provides options for creating, loading, " +"saving and converting resources. Can be used with [EditorInspectorPlugin] to " +"recreate the same behavior.\n" +"[b]Note:[/b] This [Control] does not include any editor for the resource, as " +"editing is controlled by the Inspector dock itself or sub-Inspectors." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:32 +msgid "" +"Returns a list of all allowed types and subtypes corresponding to the " +"[member base_type]. If the [member base_type] is empty, an empty list is " +"returned." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:46 +msgid "" +"This virtual method can be implemented to handle context menu items not " +"handled by default. See [method set_create_options]." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:53 +msgid "" +"This virtual method is called when updating the context menu of " +"[EditorResourcePicker]. Implement this method to override the \"New ...\" " +"items with your own options. [code]menu_node[/code] is a reference to the " +"[PopupMenu] node.\n" +"[b]Note:[/b] Implement [method handle_menu_selected] to handle these custom " +"items." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:61 +msgid "" +"Sets the toggle mode state for the main button. Works only if [member " +"toggle_mode] is set to [code]true[/code]." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:67 +msgid "" +"The base type of allowed resource types. Can be a comma-separated list of " +"several options." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:70 +msgid "If [code]true[/code], the value can be selected and edited." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:73 +msgid "The edited resource value." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:76 +msgid "" +"If [code]true[/code], the main button with the resource preview works in the " +"toggle mode. Use [method set_toggle_pressed] to manually set the state." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:83 +msgid "Emitted when the value of the edited resource was changed." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:4 +msgid "Helper to generate previews of resources or files." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:7 +msgid "" +"This object is used to generate previews for resources of files.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_resource_previewer]." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:17 +msgid "Create an own, custom preview generator." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:24 +msgid "" +"Check if the resource changed, if so, it will be invalidated and the " +"corresponding signal emitted." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:34 +msgid "" +"Queue the [code]resource[/code] being edited for preview. Once the preview " +"is ready, the [code]receiver[/code]'s [code]receiver_func[/code] will be " +"called. The [code]receiver_func[/code] must take the following four " +"arguments: [String] path, [Texture] preview, [Texture] thumbnail_preview, " +"[Variant] userdata. [code]userdata[/code] can be anything, and will be " +"returned when [code]receiver_func[/code] is called.\n" +"[b]Note:[/b] If it was not possible to create the preview the " +"[code]receiver_func[/code] will still be called, but the preview will be " +"null." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:45 +msgid "" +"Queue a resource file located at [code]path[/code] for preview. Once the " +"preview is ready, the [code]receiver[/code]'s [code]receiver_func[/code] " +"will be called. The [code]receiver_func[/code] must take the following four " +"arguments: [String] path, [Texture] preview, [Texture] thumbnail_preview, " +"[Variant] userdata. [code]userdata[/code] can be anything, and will be " +"returned when [code]receiver_func[/code] is called.\n" +"[b]Note:[/b] If it was not possible to create the preview the " +"[code]receiver_func[/code] will still be called, but the preview will be " +"null." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:53 +msgid "Removes a custom preview generator." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:61 +msgid "" +"Emitted if a preview was invalidated (changed). [code]path[/code] " +"corresponds to the path of the preview." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:4 +msgid "Custom generator of previews." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:7 +msgid "" +"Custom code to generate previews. Please check [code]file_dialog/" +"thumbnail_size[/code] in [EditorSettings] to find out the right size to do " +"previews at." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:15 +msgid "" +"If this function returns [code]true[/code], the generator will call [method " +"generate] or [method generate_from_path] for small previews as well.\n" +"By default, it returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:24 +msgid "" +"Generate a preview from a given resource with the specified size. This must " +"always be implemented.\n" +"Returning an empty texture is an OK way to fail and let another generator " +"take care.\n" +"Care must be taken because this function is always called from a thread (not " +"the main thread)." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:34 +msgid "" +"Generate a preview directly from a path with the specified size. " +"Implementing this is optional, as default code will load and call [method " +"generate].\n" +"Returning an empty texture is an OK way to fail and let another generator " +"take care.\n" +"Care must be taken because this function is always called from a thread (not " +"the main thread)." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:42 +msgid "" +"If this function returns [code]true[/code], the generator will automatically " +"generate the small previews from the normal preview texture generated by the " +"methods [method generate] or [method generate_from_path].\n" +"By default, it returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:50 +msgid "" +"Returns [code]true[/code] if your generator supports the resource of type " +"[code]type[/code]." +msgstr "" + +#: doc/classes/EditorSceneImporter.xml:4 +msgid "Imports scenes from third-parties' 3D files." +msgstr "" + +#: modules/fbx/doc_classes/EditorSceneImporterFBX.xml:4 +msgid "FBX 3D asset importer." +msgstr "" + +#: modules/fbx/doc_classes/EditorSceneImporterFBX.xml:7 +msgid "" +"This is an FBX 3D asset importer with full support for most FBX features.\n" +"If exporting a FBX scene from Autodesk Maya, use these FBX export settings:\n" +"[codeblock]\n" +"- Smoothing Groups\n" +"- Smooth Mesh\n" +"- Triangluate (for meshes with blend shapes)\n" +"- Bake Animation\n" +"- Resample All\n" +"- Deformed Models\n" +"- Skins\n" +"- Blend Shapes\n" +"- Curve Filters\n" +"- Constant Key Reducer\n" +"- Auto Tangents Only\n" +"- *Do not check* Constraints (as it will break the file)\n" +"- Can check Embed Media (embeds textures into the exported FBX file)\n" +" - Note that when importing embedded media, the texture and mesh will be a " +"single immutable file.\n" +" - You will have to re-export then re-import the FBX if the texture has " +"changed.\n" +"- Units: Centimeters\n" +"- Up Axis: Y\n" +"- Binary format in FBX 2017\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:4 +msgid "Post-processes scenes after import." +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:7 +msgid "" +"Imported scenes can be automatically modified right after import by setting " +"their [b]Custom Script[/b] Import property to a [code]tool[/code] script " +"that inherits from this class.\n" +"The [method post_import] callback receives the imported scene's root node " +"and returns the modified version of the scene. Usage example:\n" +"[codeblock]\n" +"tool # Needed so it runs in editor\n" +"extends EditorScenePostImport\n" +"\n" +"# This sample changes all node names\n" +"\n" +"# Called right after the scene is imported and gets the root node\n" +"func post_import(scene):\n" +" # Change all node names to \"modified_[oldnodename]\"\n" +" iterate(scene)\n" +" return scene # Remember to return the imported scene\n" +"\n" +"func iterate(node):\n" +" if node != null:\n" +" node.name = \"modified_\" + node.name\n" +" for child in node.get_children():\n" +" iterate(child)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:29 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" +"importing_scenes.html#custom-script" +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:35 +msgid "" +"Returns the source file path which got imported (e.g. [code]res://scene.dae[/" +"code])." +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:41 +msgid "Returns the resource folder the imported scene file is located in." +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:48 +msgid "" +"Called after the scene was imported. This method must return the modified " +"version of the scene." +msgstr "" + +#: doc/classes/EditorScript.xml:4 +msgid "Base script that can be used to add extension functions to the editor." +msgstr "" + +#: doc/classes/EditorScript.xml:7 +msgid "" +"Scripts extending this class and implementing its [method _run] method can " +"be executed from the Script Editor's [b]File > Run[/b] menu option (or by " +"pressing [code]Ctrl+Shift+X[/code]) while the editor is running. This is " +"useful for adding custom in-editor functionality to Godot. For more complex " +"additions, consider using [EditorPlugin]s instead.\n" +"[b]Note:[/b] Extending scripts need to have [code]tool[/code] mode enabled.\n" +"[b]Example script:[/b]\n" +"[codeblock]\n" +"tool\n" +"extends EditorScript\n" +"\n" +"func _run():\n" +" print(\"Hello from the Godot Editor!\")\n" +"[/codeblock]\n" +"[b]Note:[/b] The script is run in the Editor context, which means the output " +"is visible in the console window started with the Editor (stdout) instead of " +"the usual Godot [b]Output[/b] dock." +msgstr "" + +#: doc/classes/EditorScript.xml:25 +msgid "This method is executed by the Editor when [b]File > Run[/b] is used." +msgstr "" + +#: doc/classes/EditorScript.xml:32 +msgid "" +"Adds [code]node[/code] as a child of the root node in the editor context.\n" +"[b]Warning:[/b] The implementation of this method is currently disabled." +msgstr "" + +#: doc/classes/EditorScript.xml:39 +msgid "Returns the [EditorInterface] singleton instance." +msgstr "" + +#: doc/classes/EditorScript.xml:45 +msgid "Returns the Editor's currently active scene." +msgstr "" + +#: doc/classes/EditorScriptPicker.xml:4 +msgid "" +"Godot editor's control for selecting the [code]script[/code] property of a " +"[Node]." +msgstr "" + +#: doc/classes/EditorScriptPicker.xml:7 +msgid "" +"Similar to [EditorResourcePicker] this [Control] node is used in the " +"editor's Inspector dock, but only to edit the [code]script[/code] property " +"of a [Node]. Default options for creating new resources of all possible " +"subtypes are replaced with dedicated buttons that open the \"Attach Node " +"Script\" dialog. Can be used with [EditorInspectorPlugin] to recreate the " +"same behavior.\n" +"[b]Note:[/b] You must set the [member script_owner] for the custom context " +"menu items to work." +msgstr "" + +#: doc/classes/EditorScriptPicker.xml:16 +msgid "The owner [Node] of the script property that holds the edited resource." +msgstr "" + +#: doc/classes/EditorSelection.xml:4 +msgid "Manages the SceneTree selection in the editor." +msgstr "" + +#: doc/classes/EditorSelection.xml:7 +msgid "" +"This object manages the SceneTree selection in the editor.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_selection]." +msgstr "" + +#: doc/classes/EditorSelection.xml:17 +msgid "" +"Adds a node to the selection.\n" +"[b]Note:[/b] The newly selected node will not be automatically edited in the " +"inspector. If you want to edit a node, use [method EditorInterface." +"edit_node]." +msgstr "" + +#: doc/classes/EditorSelection.xml:24 +msgid "Clear the selection." +msgstr "" + +#: doc/classes/EditorSelection.xml:30 +msgid "Gets the list of selected nodes." +msgstr "" + +#: doc/classes/EditorSelection.xml:36 +msgid "" +"Gets the list of selected nodes, optimized for transform operations (i.e. " +"moving them, rotating, etc). This list avoids situations where a node is " +"selected and also child/grandchild." +msgstr "" + +#: doc/classes/EditorSelection.xml:43 +msgid "Removes a node from the selection." +msgstr "" + +#: doc/classes/EditorSelection.xml:50 +msgid "Emitted when the selection changes." +msgstr "" + +#: doc/classes/EditorSettings.xml:4 +msgid "Object that holds the project-independent editor settings." +msgstr "" + +#: doc/classes/EditorSettings.xml:7 +msgid "" +"Object that holds the project-independent editor settings. These settings " +"are generally visible in the [b]Editor > Editor Settings[/b] menu.\n" +"Property names use slash delimiters to distinguish sections. Setting values " +"can be of any [Variant] type. It's recommended to use [code]snake_case[/" +"code] for editor settings to be consistent with the Godot editor itself.\n" +"Accessing the settings can be done using the following methods, such as:\n" +"[codeblock]\n" +"# `settings.set(\"some/property\", value)` also works as this class " +"overrides `_set()` internally.\n" +"settings.set_setting(\"some/property\",value)\n" +"\n" +"# `settings.get(\"some/property\", value)` also works as this class " +"overrides `_get()` internally.\n" +"settings.get_setting(\"some/property\")\n" +"\n" +"var list_of_settings = settings.get_property_list()\n" +"[/codeblock]\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_editor_settings]." +msgstr "" + +#: doc/classes/EditorSettings.xml:28 +msgid "" +"Adds a custom property info to a property. The dictionary must contain:\n" +"- [code]name[/code]: [String] (the name of the property)\n" +"- [code]type[/code]: [int] (see [enum Variant.Type])\n" +"- optionally [code]hint[/code]: [int] (see [enum PropertyHint]) and " +"[code]hint_string[/code]: [String]\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"editor_settings.set(\"category/property_name\", 0)\n" +"\n" +"var property_info = {\n" +" \"name\": \"category/property_name\",\n" +" \"type\": TYPE_INT,\n" +" \"hint\": PROPERTY_HINT_ENUM,\n" +" \"hint_string\": \"one,two,three\"\n" +"}\n" +"\n" +"editor_settings.add_property_info(property_info)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorSettings.xml:51 +msgid "Erases the setting whose name is specified by [code]property[/code]." +msgstr "" + +#: doc/classes/EditorSettings.xml:57 +msgid "Returns the list of favorite files and directories for this project." +msgstr "" + +#: doc/classes/EditorSettings.xml:66 +msgid "" +"Returns project-specific metadata for the [code]section[/code] and " +"[code]key[/code] specified. If the metadata doesn't exist, [code]default[/" +"code] will be returned instead. See also [method set_project_metadata]." +msgstr "" + +#: doc/classes/EditorSettings.xml:72 +msgid "" +"Returns the project-specific settings path. Projects all have a unique " +"subdirectory inside the settings path where project-specific settings are " +"saved." +msgstr "" + +#: doc/classes/EditorSettings.xml:78 +msgid "" +"Returns the list of recently visited folders in the file dialog for this " +"project." +msgstr "" + +#: doc/classes/EditorSettings.xml:85 +msgid "" +"Returns the value of the setting specified by [code]name[/code]. This is " +"equivalent to using [method Object.get] on the EditorSettings instance." +msgstr "" + +#: doc/classes/EditorSettings.xml:91 +msgid "" +"Gets the global settings path for the engine. Inside this path, you can find " +"some standard paths such as:\n" +"[code]settings/tmp[/code] - Used for temporary storage of files\n" +"[code]settings/templates[/code] - Where export templates are located" +msgstr "" + +#: doc/classes/EditorSettings.xml:100 +msgid "" +"Returns [code]true[/code] if the setting specified by [code]name[/code] " +"exists, [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/EditorSettings.xml:107 +msgid "" +"Returns [code]true[/code] if the setting specified by [code]name[/code] can " +"have its value reverted to the default value, [code]false[/code] otherwise. " +"When this method returns [code]true[/code], a Revert button will display " +"next to the setting in the Editor Settings." +msgstr "" + +#: doc/classes/EditorSettings.xml:114 +msgid "" +"Returns the default value of the setting specified by [code]name[/code]. " +"This is the value that would be applied when clicking the Revert button in " +"the Editor Settings." +msgstr "" + +#: doc/classes/EditorSettings.xml:121 +msgid "Sets the list of favorite files and directories for this project." +msgstr "" + +#: doc/classes/EditorSettings.xml:130 +msgid "" +"Sets the initial value of the setting specified by [code]name[/code] to " +"[code]value[/code]. This is used to provide a value for the Revert button in " +"the Editor Settings. If [code]update_current[/code] is true, the current " +"value of the setting will be set to [code]value[/code] as well." +msgstr "" + +#: doc/classes/EditorSettings.xml:139 +msgid "" +"Sets project-specific metadata with the [code]section[/code], [code]key[/" +"code] and [code]data[/code] specified. This metadata is stored outside the " +"project folder and therefore won't be checked into version control. See also " +"[method get_project_metadata]." +msgstr "" + +#: doc/classes/EditorSettings.xml:146 +msgid "" +"Sets the list of recently visited folders in the file dialog for this " +"project." +msgstr "" + +#: doc/classes/EditorSettings.xml:154 +msgid "" +"Sets the [code]value[/code] of the setting specified by [code]name[/code]. " +"This is equivalent to using [method Object.set] on the EditorSettings " +"instance." +msgstr "" + +#: doc/classes/EditorSettings.xml:161 +msgid "Emitted after any editor setting has changed." +msgstr "" + +#: doc/classes/EditorSettings.xml:167 +msgid "" +"Emitted after any editor setting has changed. It's used by various editor " +"plugins to update their visuals on theme changes or logic on configuration " +"changes." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:4 +msgid "Custom gizmo for editing Spatial objects." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:7 +msgid "" +"Custom gizmo that is used for providing custom visualization and editing " +"(handles) for 3D Spatial objects. See [EditorSpatialGizmoPlugin] for more " +"information." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:16 +msgid "" +"Adds the specified [code]segments[/code] to the gizmo's collision shape for " +"picking. Call this function during [method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:23 +msgid "" +"Adds collision triangles to the gizmo for picking. A [TriangleMesh] can be " +"generated from a regular [Mesh] too. Call this function during [method " +"redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:33 +msgid "" +"Adds a list of handles (points) which can be used to deform the object being " +"edited.\n" +"There are virtual functions which will be called upon editing of these " +"handles. Call this function during [method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:44 +msgid "" +"Adds lines to the gizmo (as sets of 2 points), with a given material. The " +"lines are used for visualizing the gizmo. Call this function during [method " +"redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:54 +msgid "" +"Adds a mesh to the gizmo with the specified [code]billboard[/code] state, " +"[code]skeleton[/code] and [code]material[/code]. If [code]billboard[/code] " +"is [code]true[/code], the mesh will rotate to always face the camera. Call " +"this function during [method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:63 +msgid "" +"Adds an unscaled billboard for visualization. Call this function during " +"[method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:69 +msgid "" +"Removes everything in the gizmo including meshes, collisions and handles." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:78 +msgid "" +"Commit a handle being edited (handles must have been previously added by " +"[method add_handles]).\n" +"If the [code]cancel[/code] parameter is [code]true[/code], an option to " +"restore the edited value to the original is provided." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:86 +msgid "" +"Gets the name of an edited handle (handles must have been previously added " +"by [method add_handles]).\n" +"Handles can be named for reference to the user when editing." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:94 +msgid "" +"Gets actual value of a handle. This value can be anything and used for " +"eventually undoing the motion when calling [method commit_handle]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:100 +msgid "" +"Returns the [EditorSpatialGizmoPlugin] that owns this gizmo. It's useful to " +"retrieve materials using [method EditorSpatialGizmoPlugin.get_material]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:106 +msgid "Returns the Spatial node associated with this gizmo." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:113 +msgid "" +"Returns [code]true[/code] if the handle at index [code]index[/code] is " +"highlighted by being hovered with the mouse." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:119 +msgid "" +"This function is called when the [Spatial] this gizmo refers to changes (the " +"[method Spatial.update_gizmo] is called)." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:128 +msgid "" +"This function is used when the user drags a gizmo handle (previously added " +"with [method add_handles]) in screen coordinates.\n" +"The [Camera] is also provided so screen coordinates can be converted to " +"raycasts." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:136 +msgid "" +"Sets the gizmo's hidden state. If [code]true[/code], the gizmo will be " +"hidden. If [code]false[/code], it will be shown." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:143 +msgid "" +"Sets the reference [Spatial] node for the gizmo. [code]node[/code] must " +"inherit from [Spatial]." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:4 +msgid "Used by the editor to define Spatial gizmo types." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:7 +msgid "" +"EditorSpatialGizmoPlugin allows you to define a new type of Gizmo. There are " +"two main ways to do so: extending [EditorSpatialGizmoPlugin] for the simpler " +"gizmos, or creating a new [EditorSpatialGizmo] type. See the tutorial in the " +"documentation for more info." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/spatial_gizmos." +"html" +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:18 +msgid "" +"Adds a new material to the internal material list for the plugin. It can " +"then be accessed with [method get_material]. Should not be overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:24 +msgid "" +"Override this method to define whether the gizmo can be hidden or not. " +"Returns [code]true[/code] if not overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:34 +msgid "" +"Override this method to commit gizmo handles. Called for this plugin's " +"active gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:41 +msgid "" +"Override this method to return a custom [EditorSpatialGizmo] for the spatial " +"nodes of your choice, return [code]null[/code] for the rest of nodes. See " +"also [method has_gizmo]." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:50 +msgid "" +"Creates a handle material with its variants (selected and/or editable) and " +"adds them to the internal material list. They can then be accessed with " +"[method get_material] and used in [method EditorSpatialGizmo.add_handles]. " +"Should not be overridden.\n" +"You can optionally provide a texture to use instead of the default icon." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:61 +msgid "" +"Creates an icon material with its variants (selected and/or editable) and " +"adds them to the internal material list. They can then be accessed with " +"[method get_material] and used in [method EditorSpatialGizmo." +"add_unscaled_billboard]. Should not be overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:72 +msgid "" +"Creates an unshaded material with its variants (selected and/or editable) " +"and adds them to the internal material list. They can then be accessed with " +"[method get_material] and used in [method EditorSpatialGizmo.add_mesh] and " +"[method EditorSpatialGizmo.add_lines]. Should not be overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:80 +msgid "" +"Override this method to provide gizmo's handle names. Called for this " +"plugin's active gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:88 +msgid "" +"Gets actual value of a handle from gizmo. Called for this plugin's active " +"gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:96 +msgid "" +"Gets material from the internal list of materials. If an " +"[EditorSpatialGizmo] is provided, it will try to get the corresponding " +"variant (selected and/or editable)." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:102 +msgid "" +"Override this method to provide the name that will appear in the gizmo " +"visibility menu." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:108 +msgid "" +"Override this method to set the gizmo's priority. Higher values correspond " +"to higher priority. If a gizmo with higher priority conflicts with another " +"gizmo, only the gizmo with higher priority will be used.\n" +"All built-in editor gizmos return a priority of [code]-1[/code]. If not " +"overridden, this method will return [code]0[/code], which means custom " +"gizmos will automatically override built-in gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:116 +msgid "" +"Override this method to define which Spatial nodes have a gizmo from this " +"plugin. Whenever a [Spatial] node is added to a scene this method is called, " +"if it returns [code]true[/code] the node gets a generic [EditorSpatialGizmo] " +"assigned and is added to this plugin's list of active gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:124 +msgid "" +"Gets whether a handle is highlighted or not. Called for this plugin's active " +"gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:130 +msgid "" +"Override this method to define whether a Spatial with this gizmo should be " +"selectable even when the gizmo is hidden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:137 +msgid "" +"Callback to redraw the provided gizmo. Called for this plugin's active " +"gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:147 +msgid "" +"Update the value of a handle after it has been updated. Called for this " +"plugin's active gizmos." +msgstr "" + +#: doc/classes/EditorSpinSlider.xml:4 +msgid "Godot editor's control for editing numeric values." +msgstr "" + +#: doc/classes/EditorSpinSlider.xml:7 +msgid "" +"This [Control] node is used in the editor's Inspector dock to allow editing " +"of numeric values. Can be used with [EditorInspectorPlugin] to recreate the " +"same behavior." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:4 +msgid "" +"Version Control System (VCS) interface which reads and writes to the local " +"VCS in use." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:7 +msgid "" +"Used by the editor to display VCS extracted information in the editor. The " +"implementation of this API is included in VCS addons, which are essentially " +"GDNative plugins that need to be put into the project folder. These VCS " +"addons are scripts which are attached (on demand) to the object instance of " +"[code]EditorVCSInterface[/code]. All the functions listed below, instead of " +"performing the task themselves, they call the internally defined functions " +"in the VCS addons to provide a plug-n-play experience." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:16 +msgid "" +"Creates a version commit if the addon is initialized, else returns without " +"doing anything. Uses the files which have been staged previously, with the " +"commit message set to a value as provided as in the argument." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:23 +msgid "" +"Returns an [Array] of [Dictionary] objects containing the diff output from " +"the VCS in use, if a VCS addon is initialized, else returns an empty [Array] " +"object. The diff contents also consist of some contextual lines which " +"provide context to the observed line change in the file.\n" +"Each [Dictionary] object has the line diff contents under the keys:\n" +"- [code]\"content\"[/code] to store a [String] containing the line contents\n" +"- [code]\"status\"[/code] to store a [String] which contains [code]\"+\"[/" +"code] in case the content is a line addition but it stores a [code]\"-\"[/" +"code] in case of deletion and an empty string in the case the line content " +"is neither an addition nor a deletion.\n" +"- [code]\"new_line_number\"[/code] to store an integer containing the new " +"line number of the line content.\n" +"- [code]\"line_count\"[/code] to store an integer containing the number of " +"lines in the line content.\n" +"- [code]\"old_line_number\"[/code] to store an integer containing the old " +"line number of the line content.\n" +"- [code]\"offset\"[/code] to store the offset of the line change since the " +"first contextual line content." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:36 +msgid "" +"Returns a [Dictionary] containing the path of the detected file change " +"mapped to an integer signifying what kind of change the corresponding file " +"has experienced.\n" +"The following integer values are being used to signify that the detected " +"file is:\n" +"- [code]0[/code]: New to the VCS working directory\n" +"- [code]1[/code]: Modified\n" +"- [code]2[/code]: Renamed\n" +"- [code]3[/code]: Deleted\n" +"- [code]4[/code]: Typechanged" +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:48 +msgid "Returns the project name of the VCS working directory." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:54 +msgid "" +"Returns the name of the VCS if the VCS has been initialized, else return an " +"empty string." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:61 +msgid "" +"Initializes the VCS addon if not already. Uses the argument value as the " +"path to the working directory of the project. Creates the initial commit if " +"required. Returns [code]true[/code] if no failure occurs, else returns " +"[code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:67 +msgid "" +"Returns [code]true[/code] if the addon is ready to respond to function " +"calls, else returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:73 +msgid "" +"Returns [code]true[/code] if the VCS addon has been initialized, else " +"returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:79 +msgid "" +"Shuts down the VCS addon to allow cleanup code to run on call. Returns " +"[code]true[/code] is no failure occurs, else returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:86 +msgid "" +"Stages the file which should be committed when [method EditorVCSInterface." +"commit] is called. Argument should contain the absolute path." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:93 +msgid "" +"Unstages the file which was staged previously to be committed, so that it is " +"no longer committed when [method EditorVCSInterface.commit] is called. " +"Argument should contain the absolute path." +msgstr "" + +#: doc/classes/EncodedObjectAsID.xml:4 +msgid "Holds a reference to an [Object]'s instance ID." +msgstr "" + +#: doc/classes/EncodedObjectAsID.xml:7 +msgid "" +"Utility class which holds a reference to the internal identifier of an " +"[Object] instance, as given by [method Object.get_instance_id]. This ID can " +"then be used to retrieve the object instance with [method @GDScript." +"instance_from_id].\n" +"This class is used internally by the editor inspector and script debugger, " +"but can also be used in plugins to pass and display objects as their IDs." +msgstr "" + +#: doc/classes/EncodedObjectAsID.xml:16 +msgid "" +"The [Object] identifier stored in this [EncodedObjectAsID] instance. The " +"object instance can be retrieved with [method @GDScript.instance_from_id]." +msgstr "" + +#: doc/classes/Engine.xml:4 +msgid "Access to engine properties." +msgstr "" + +#: doc/classes/Engine.xml:7 +msgid "" +"The [Engine] singleton allows you to query and modify the project's run-time " +"parameters, such as frames per second, time scale, and others." +msgstr "" + +#: doc/classes/Engine.xml:15 +msgid "" +"Returns engine author information in a Dictionary.\n" +"[code]lead_developers[/code] - Array of Strings, lead developer names\n" +"[code]founders[/code] - Array of Strings, founder names\n" +"[code]project_managers[/code] - Array of Strings, project manager names\n" +"[code]developers[/code] - Array of Strings, developer names" +msgstr "" + +#: doc/classes/Engine.xml:25 +msgid "" +"Returns an Array of copyright information Dictionaries.\n" +"[code]name[/code] - String, component name\n" +"[code]parts[/code] - Array of Dictionaries {[code]files[/code], " +"[code]copyright[/code], [code]license[/code]} describing subsections of the " +"component" +msgstr "" + +#: doc/classes/Engine.xml:33 +msgid "" +"Returns a Dictionary of Arrays of donor names.\n" +"{[code]platinum_sponsors[/code], [code]gold_sponsors[/code], " +"[code]silver_sponsors[/code], [code]bronze_sponsors[/code], " +"[code]mini_sponsors[/code], [code]gold_donors[/code], [code]silver_donors[/" +"code], [code]bronze_donors[/code]}" +msgstr "" + +#: doc/classes/Engine.xml:40 +msgid "" +"Returns the total number of frames drawn. On headless platforms, or if the " +"render loop is disabled with [code]--disable-render-loop[/code] via command " +"line, [method get_frames_drawn] always returns [code]0[/code]. See [method " +"get_idle_frames]." +msgstr "" + +#: doc/classes/Engine.xml:46 +msgid "Returns the frames per second of the running game." +msgstr "" + +#: doc/classes/Engine.xml:52 +msgid "" +"Returns the total number of frames passed since engine initialization which " +"is advanced on each [b]idle frame[/b], regardless of whether the render loop " +"is enabled. See also [method get_frames_drawn] and [method " +"get_physics_frames].\n" +"[method get_idle_frames] can be used to run expensive logic less often " +"without relying on a [Timer]:\n" +"[codeblock]\n" +"func _process(_delta):\n" +" if Engine.get_idle_frames() % 2 == 0:\n" +" pass # Run expensive logic only once every 2 idle (render) frames " +"here.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Engine.xml:64 +msgid "" +"Returns Dictionary of licenses used by Godot and included third party " +"components." +msgstr "" + +#: doc/classes/Engine.xml:70 +msgid "Returns Godot license text." +msgstr "" + +#: doc/classes/Engine.xml:76 +msgid "Returns the main loop object (see [MainLoop] and [SceneTree])." +msgstr "" + +#: doc/classes/Engine.xml:82 +msgid "" +"Returns the total number of frames passed since engine initialization which " +"is advanced on each [b]physics frame[/b]. See also [method " +"get_idle_frames].\n" +"[method get_physics_frames] can be used to run expensive logic less often " +"without relying on a [Timer]:\n" +"[codeblock]\n" +"func _physics_process(_delta):\n" +" if Engine.get_physics_frames() % 2 == 0:\n" +" pass # Run expensive logic only once every 2 physics frames here.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Engine.xml:94 +msgid "" +"Returns the fraction through the current physics tick we are at the time of " +"rendering the frame. This can be used to implement fixed timestep " +"interpolation." +msgstr "" + +#: doc/classes/Engine.xml:101 +msgid "" +"Returns a global singleton with given [code]name[/code]. Often used for " +"plugins, e.g. [code]GodotPayment[/code] on Android." +msgstr "" + +#: doc/classes/Engine.xml:107 +msgid "" +"Returns the current engine version information in a Dictionary.\n" +"[code]major[/code] - Holds the major version number as an int\n" +"[code]minor[/code] - Holds the minor version number as an int\n" +"[code]patch[/code] - Holds the patch version number as an int\n" +"[code]hex[/code] - Holds the full version number encoded as a " +"hexadecimal int with one byte (2 places) per number (see example below)\n" +"[code]status[/code] - Holds the status (e.g. \"beta\", \"rc1\", " +"\"rc2\", ... \"stable\") as a String\n" +"[code]build[/code] - Holds the build name (e.g. \"custom_build\") as a " +"String\n" +"[code]hash[/code] - Holds the full Git commit hash as a String\n" +"[code]year[/code] - Holds the year the version was released in as an " +"int\n" +"[code]string[/code] - [code]major[/code] + [code]minor[/code] + " +"[code]patch[/code] + [code]status[/code] + [code]build[/code] in a single " +"String\n" +"The [code]hex[/code] value is encoded as follows, from left to right: one " +"byte for the major, one byte for the minor, one byte for the patch version. " +"For example, \"3.1.12\" would be [code]0x03010C[/code]. [b]Note:[/b] It's " +"still an int internally, and printing it will give you its decimal " +"representation, which is not particularly meaningful. Use hexadecimal " +"literals for easy version comparisons from code:\n" +"[codeblock]\n" +"if Engine.get_version_info().hex >= 0x030200:\n" +" # Do things specific to version 3.2 or later\n" +"else:\n" +" # Do things specific to versions before 3.2\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Engine.xml:130 +msgid "" +"Returns [code]true[/code] if a singleton with given [code]name[/code] exists " +"in global scope." +msgstr "" + +#: doc/classes/Engine.xml:136 +msgid "" +"Returns [code]true[/code] if the game is inside the fixed process and " +"physics phase of the game loop." +msgstr "" + +#: doc/classes/Engine.xml:142 +msgid "" +"If [code]true[/code], the script is currently running inside the editor. " +"This is useful for [code]tool[/code] scripts to conditionally draw editor " +"helpers, or prevent accidentally running \"game\" code that would affect the " +"scene state while in the editor:\n" +"[codeblock]\n" +"if Engine.editor_hint:\n" +" draw_gizmos()\n" +"else:\n" +" simulate_physics()\n" +"[/codeblock]\n" +"See [url=https://docs.godotengine.org/en/3.4/tutorials/misc/" +"running_code_in_the_editor.html]Running code in the editor[/url] in the " +"documentation for more information.\n" +"[b]Note:[/b] To detect whether the script is run from an editor [i]build[/i] " +"(e.g. when pressing [code]F5[/code]), use [method OS.has_feature] with the " +"[code]\"editor\"[/code] argument instead. [code]OS.has_feature(\"editor\")[/" +"code] will evaluate to [code]true[/code] both when the code is running in " +"the editor and when running the project from the editor, but it will " +"evaluate to [code]false[/code] when the code is run from an exported project." +msgstr "" + +#: doc/classes/Engine.xml:153 +msgid "" +"The number of fixed iterations per second. This controls how often physics " +"simulation and [method Node._physics_process] methods are run. This value " +"should generally always be set to [code]60[/code] or above, as Godot doesn't " +"interpolate the physics step. As a result, values lower than [code]60[/code] " +"will look stuttery. This value can be increased to make input more reactive " +"or work around tunneling issues, but keep in mind doing so will increase CPU " +"usage." +msgstr "" + +#: doc/classes/Engine.xml:156 +msgid "" +"Controls how much physics ticks are synchronized with real time. For 0 or " +"less, the ticks are synchronized. Such values are recommended for network " +"games, where clock synchronization matters. Higher values cause higher " +"deviation of the in-game clock and real clock but smooth out framerate " +"jitters. The default value of 0.5 should be fine for most; values above 2 " +"could cause the game to react to dropped frames with a noticeable delay and " +"are not recommended.\n" +"[b]Note:[/b] For best results, when using a custom physics interpolation " +"solution, the physics jitter fix should be disabled by setting [member " +"physics_jitter_fix] to [code]0[/code]." +msgstr "" + +#: doc/classes/Engine.xml:160 +msgid "" +"If [code]false[/code], stops printing error and warning messages to the " +"console and editor Output log. This can be used to hide error and warning " +"messages during unit test suite runs. This property is equivalent to the " +"[member ProjectSettings.application/run/disable_stderr] project setting.\n" +"[b]Warning:[/b] If you set this to [code]false[/code] anywhere in the " +"project, important error messages may be hidden even if they are emitted " +"from other scripts. If this is set to [code]false[/code] in a [code]@tool[/" +"code] script, this will also impact the editor itself. Do [i]not[/i] report " +"bugs before ensuring error messages are enabled (as they are by default).\n" +"[b]Note:[/b] This property does not impact the editor's Errors tab when " +"running a project from the editor." +msgstr "" + +#: doc/classes/Engine.xml:165 +msgid "" +"The desired frames per second. If the hardware cannot keep up, this setting " +"may not be respected. A value of 0 means no limit." +msgstr "" + +#: doc/classes/Engine.xml:168 +msgid "" +"Controls how fast or slow the in-game clock ticks versus the real life one. " +"It defaults to 1.0. A value of 2.0 means the game moves twice as fast as " +"real life, whilst a value of 0.5 means the game moves at half the regular " +"speed." +msgstr "" + +#: doc/classes/Environment.xml:4 +msgid "" +"Resource for environment nodes (like [WorldEnvironment]) that define " +"multiple rendering options." +msgstr "" + +#: doc/classes/Environment.xml:7 +msgid "" +"Resource for environment nodes (like [WorldEnvironment]) that define " +"multiple environment operations (such as background [Sky] or [Color], " +"ambient light, fog, depth-of-field...). These parameters affect the final " +"render of the scene. The order of these operations is:\n" +"- Depth of Field Blur\n" +"- Glow\n" +"- Tonemap (Auto Exposure)\n" +"- Adjustments\n" +"These effects will only apply when the [Viewport]'s intended usage is \"3D\" " +"or \"3D Without Effects\". This can be configured for the root Viewport with " +"[member ProjectSettings.rendering/quality/intended_usage/" +"framebuffer_allocation], or for specific Viewports via the [member Viewport." +"usage] property." +msgstr "" + +#: doc/classes/Environment.xml:15 doc/classes/WorldEnvironment.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/" +"environment_and_post_processing.html" +msgstr "" + +#: doc/classes/Environment.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/high_dynamic_range.html" +msgstr "" + +#: doc/classes/Environment.xml:17 doc/classes/Material.xml:10 +#: doc/classes/Mesh.xml:10 doc/classes/MeshInstance.xml:10 +#: doc/classes/WorldEnvironment.xml:13 +msgid "https://godotengine.org/asset-library/asset/123" +msgstr "" + +#: doc/classes/Environment.xml:26 +msgid "" +"Returns [code]true[/code] if the glow level [code]idx[/code] is specified, " +"[code]false[/code] otherwise." +msgstr "" + +#: doc/classes/Environment.xml:34 +msgid "" +"Enables or disables the glow level at index [code]idx[/code]. Each level " +"relies on the previous level. This means that enabling higher glow levels " +"will slow down the glow effect rendering, even if previous levels aren't " +"enabled." +msgstr "" + +#: doc/classes/Environment.xml:40 +msgid "" +"The global brightness value of the rendered scene. Effective only if " +"[code]adjustment_enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:43 +msgid "" +"Applies the provided [Texture] resource to affect the global color aspect of " +"the rendered scene. Effective only if [code]adjustment_enabled[/code] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:46 +msgid "" +"The global contrast value of the rendered scene (default value is 1). " +"Effective only if [code]adjustment_enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:49 +msgid "" +"If [code]true[/code], enables the [code]adjustment_*[/code] properties " +"provided by this resource. If [code]false[/code], modifications to the " +"[code]adjustment_*[/code] properties will have no effect on the rendered " +"scene." +msgstr "" + +#: doc/classes/Environment.xml:52 +msgid "" +"The global color saturation value of the rendered scene (default value is " +"1). Effective only if [code]adjustment_enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:55 +msgid "The ambient light's [Color]." +msgstr "" + +#: doc/classes/Environment.xml:58 +msgid "" +"The ambient light's energy. The higher the value, the stronger the light." +msgstr "" + +#: doc/classes/Environment.xml:61 +msgid "" +"Defines the amount of light that the sky brings on the scene. A value of 0 " +"means that the sky's light emission has no effect on the scene illumination, " +"thus all ambient illumination is provided by the ambient light. On the " +"contrary, a value of 1 means that all the light that affects the scene is " +"provided by the sky, thus the ambient light parameter has no effect on the " +"scene." +msgstr "" + +#: doc/classes/Environment.xml:64 +msgid "" +"If [code]true[/code], enables the tonemapping auto exposure mode of the " +"scene renderer. If [code]true[/code], the renderer will automatically " +"determine the exposure setting to adapt to the scene's illumination and the " +"observed light." +msgstr "" + +#: doc/classes/Environment.xml:67 +msgid "The maximum luminance value for the auto exposure." +msgstr "" + +#: doc/classes/Environment.xml:70 +msgid "The minimum luminance value for the auto exposure." +msgstr "" + +#: doc/classes/Environment.xml:73 +msgid "" +"The scale of the auto exposure effect. Affects the intensity of auto " +"exposure." +msgstr "" + +#: doc/classes/Environment.xml:76 +msgid "" +"The speed of the auto exposure effect. Affects the time needed for the " +"camera to perform auto exposure." +msgstr "" + +#: doc/classes/Environment.xml:79 +msgid "The ID of the camera feed to show in the background." +msgstr "" + +#: doc/classes/Environment.xml:82 +msgid "" +"The maximum layer ID to display. Only effective when using the [constant " +"BG_CANVAS] background mode." +msgstr "" + +#: doc/classes/Environment.xml:85 +msgid "" +"The [Color] displayed for clear areas of the scene. Only effective when " +"using the [constant BG_COLOR] or [constant BG_COLOR_SKY] background modes)." +msgstr "" + +#: doc/classes/Environment.xml:88 +msgid "The power of the light emitted by the background." +msgstr "" + +#: doc/classes/Environment.xml:91 +msgid "The background mode. See [enum BGMode] for possible values." +msgstr "" + +#: doc/classes/Environment.xml:94 +msgid "The [Sky] resource defined as background." +msgstr "" + +#: doc/classes/Environment.xml:97 +msgid "The [Sky] resource's custom field of view." +msgstr "" + +#: doc/classes/Environment.xml:100 +msgid "The [Sky] resource's rotation expressed as a [Basis]." +msgstr "" + +#: doc/classes/Environment.xml:103 +msgid "The [Sky] resource's rotation expressed as Euler angles in radians." +msgstr "" + +#: doc/classes/Environment.xml:106 +msgid "The [Sky] resource's rotation expressed as Euler angles in degrees." +msgstr "" + +#: doc/classes/Environment.xml:109 +msgid "The amount of far blur for the depth-of-field effect." +msgstr "" + +#: doc/classes/Environment.xml:112 +msgid "" +"The distance from the camera where the far blur effect affects the rendering." +msgstr "" + +#: doc/classes/Environment.xml:115 +msgid "If [code]true[/code], enables the depth-of-field far blur effect." +msgstr "" + +#: doc/classes/Environment.xml:118 +msgid "" +"The depth-of-field far blur's quality. Higher values can mitigate the " +"visible banding effect seen at higher strengths, but are much slower." +msgstr "" + +#: doc/classes/Environment.xml:121 +msgid "The length of the transition between the no-blur area and far blur." +msgstr "" + +#: doc/classes/Environment.xml:124 +msgid "The amount of near blur for the depth-of-field effect." +msgstr "" + +#: doc/classes/Environment.xml:127 +msgid "" +"Distance from the camera where the near blur effect affects the rendering." +msgstr "" + +#: doc/classes/Environment.xml:130 +msgid "If [code]true[/code], enables the depth-of-field near blur effect." +msgstr "" + +#: doc/classes/Environment.xml:133 +msgid "" +"The depth-of-field near blur's quality. Higher values can mitigate the " +"visible banding effect seen at higher strengths, but are much slower." +msgstr "" + +#: doc/classes/Environment.xml:136 +msgid "The length of the transition between the near blur and no-blur area." +msgstr "" + +#: doc/classes/Environment.xml:139 +msgid "The fog's [Color]." +msgstr "" + +#: doc/classes/Environment.xml:142 +msgid "The fog's depth starting distance from the camera." +msgstr "" + +#: doc/classes/Environment.xml:145 +msgid "" +"The fog depth's intensity curve. A number of presets are available in the " +"[b]Inspector[/b] by right-clicking the curve." +msgstr "" + +#: doc/classes/Environment.xml:148 +msgid "" +"If [code]true[/code], the depth fog effect is enabled. When enabled, fog " +"will appear in the distance (relative to the camera)." +msgstr "" + +#: doc/classes/Environment.xml:151 +msgid "" +"The fog's depth end distance from the camera. If this value is set to 0, it " +"will be equal to the current camera's [member Camera.far] value." +msgstr "" + +#: doc/classes/Environment.xml:154 +msgid "" +"If [code]true[/code], fog effects are enabled. [member fog_height_enabled] " +"and/or [member fog_depth_enabled] must be set to [code]true[/code] to " +"actually display fog." +msgstr "" + +#: doc/classes/Environment.xml:157 +msgid "" +"The height fog's intensity. A number of presets are available in the " +"[b]Inspector[/b] by right-clicking the curve." +msgstr "" + +#: doc/classes/Environment.xml:160 +msgid "" +"If [code]true[/code], the height fog effect is enabled. When enabled, fog " +"will appear in a defined height range, regardless of the distance from the " +"camera. This can be used to simulate \"deep water\" effects with a lower " +"performance cost compared to a dedicated shader." +msgstr "" + +#: doc/classes/Environment.xml:163 +msgid "" +"The Y coordinate where the height fog will be the most intense. If this " +"value is greater than [member fog_height_min], fog will be displayed from " +"bottom to top. Otherwise, it will be displayed from top to bottom." +msgstr "" + +#: doc/classes/Environment.xml:166 +msgid "" +"The Y coordinate where the height fog will be the least intense. If this " +"value is greater than [member fog_height_max], fog will be displayed from " +"top to bottom. Otherwise, it will be displayed from bottom to top." +msgstr "" + +#: doc/classes/Environment.xml:169 +msgid "" +"The intensity of the depth fog color transition when looking towards the " +"sun. The sun's direction is determined automatically using the " +"DirectionalLight node in the scene." +msgstr "" + +#: doc/classes/Environment.xml:172 +msgid "The depth fog's [Color] when looking towards the sun." +msgstr "" + +#: doc/classes/Environment.xml:175 +msgid "" +"The intensity of the fog light transmittance effect. Amount of light that " +"the fog transmits." +msgstr "" + +#: doc/classes/Environment.xml:178 +msgid "" +"Enables fog's light transmission effect. If [code]true[/code], light will be " +"more visible in the fog to simulate light scattering as in real life." +msgstr "" + +#: doc/classes/Environment.xml:181 +msgid "" +"Smooths out the blockiness created by sampling higher levels, at the cost of " +"performance.\n" +"[b]Note:[/b] When using the GLES2 renderer, this is only available if the " +"GPU supports the [code]GL_EXT_gpu_shader4[/code] extension." +msgstr "" + +#: doc/classes/Environment.xml:185 +msgid "The glow blending mode." +msgstr "" + +#: doc/classes/Environment.xml:188 +msgid "" +"The bloom's intensity. If set to a value higher than [code]0[/code], this " +"will make glow visible in areas darker than the [member glow_hdr_threshold]." +msgstr "" + +#: doc/classes/Environment.xml:191 +msgid "If [code]true[/code], the glow effect is enabled." +msgstr "" + +#: doc/classes/Environment.xml:194 +msgid "" +"The higher threshold of the HDR glow. Areas brighter than this threshold " +"will be clamped for the purposes of the glow effect." +msgstr "" + +#: doc/classes/Environment.xml:197 +msgid "The bleed scale of the HDR glow." +msgstr "" + +#: doc/classes/Environment.xml:200 +msgid "" +"The lower threshold of the HDR glow. When using the GLES2 renderer (which " +"doesn't support HDR), this needs to be below [code]1.0[/code] for glow to be " +"visible. A value of [code]0.9[/code] works well in this case." +msgstr "" + +#: doc/classes/Environment.xml:203 +msgid "" +"Takes more samples during downsample pass of glow. This ensures that single " +"pixels are captured by glow which makes the glow look smoother and more " +"stable during movement. However, it is very expensive and makes the glow " +"post process take twice as long." +msgstr "" + +#: doc/classes/Environment.xml:206 +msgid "" +"The glow intensity. When using the GLES2 renderer, this should be increased " +"to 1.5 to compensate for the lack of HDR rendering." +msgstr "" + +#: doc/classes/Environment.xml:209 +msgid "" +"If [code]true[/code], the 1st level of glow is enabled. This is the most " +"\"local\" level (least blurry)." +msgstr "" + +#: doc/classes/Environment.xml:212 +msgid "If [code]true[/code], the 2th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:215 +msgid "If [code]true[/code], the 3th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:218 +msgid "If [code]true[/code], the 4th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:221 +msgid "If [code]true[/code], the 5th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:224 +msgid "If [code]true[/code], the 6th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:227 +msgid "" +"If [code]true[/code], the 7th level of glow is enabled. This is the most " +"\"global\" level (blurriest)." +msgstr "" + +#: doc/classes/Environment.xml:230 +msgid "" +"The glow strength. When using the GLES2 renderer, this should be increased " +"to 1.3 to compensate for the lack of HDR rendering." +msgstr "" + +#: doc/classes/Environment.xml:233 +msgid "The depth tolerance for screen-space reflections." +msgstr "" + +#: doc/classes/Environment.xml:236 +msgid "" +"If [code]true[/code], screen-space reflections are enabled. Screen-space " +"reflections are more accurate than reflections from [GIProbe]s or " +"[ReflectionProbe]s, but are slower and can't reflect surfaces occluded by " +"others." +msgstr "" + +#: doc/classes/Environment.xml:239 +msgid "" +"The fade-in distance for screen-space reflections. Affects the area from the " +"reflected material to the screen-space reflection)." +msgstr "" + +#: doc/classes/Environment.xml:242 +msgid "" +"The fade-out distance for screen-space reflections. Affects the area from " +"the screen-space reflection to the \"global\" reflection." +msgstr "" + +#: doc/classes/Environment.xml:245 +msgid "" +"The maximum number of steps for screen-space reflections. Higher values are " +"slower." +msgstr "" + +#: doc/classes/Environment.xml:248 +msgid "" +"If [code]true[/code], screen-space reflections will take the material " +"roughness into account." +msgstr "" + +#: doc/classes/Environment.xml:251 +msgid "" +"The screen-space ambient occlusion intensity on materials that have an AO " +"texture defined. Values higher than [code]0[/code] will make the SSAO effect " +"visible in areas darkened by AO textures." +msgstr "" + +#: doc/classes/Environment.xml:254 +msgid "" +"The screen-space ambient occlusion bias. This should be kept high enough to " +"prevent \"smooth\" curves from being affected by ambient occlusion." +msgstr "" + +#: doc/classes/Environment.xml:257 +msgid "" +"The screen-space ambient occlusion blur quality. See [enum SSAOBlur] for " +"possible values." +msgstr "" + +#: doc/classes/Environment.xml:260 +msgid "The screen-space ambient occlusion color." +msgstr "" + +#: doc/classes/Environment.xml:263 +msgid "The screen-space ambient occlusion edge sharpness." +msgstr "" + +#: doc/classes/Environment.xml:266 +msgid "" +"If [code]true[/code], the screen-space ambient occlusion effect is enabled. " +"This darkens objects' corners and cavities to simulate ambient light not " +"reaching the entire object as in real life. This works well for small, " +"dynamic objects, but baked lighting or ambient occlusion textures will do a " +"better job at displaying ambient occlusion on large static objects. This is " +"a costly effect and should be disabled first when running into performance " +"issues." +msgstr "" + +#: doc/classes/Environment.xml:269 +msgid "" +"The primary screen-space ambient occlusion intensity. See also [member " +"ssao_radius]." +msgstr "" + +#: doc/classes/Environment.xml:272 +msgid "" +"The secondary screen-space ambient occlusion intensity. See also [member " +"ssao_radius2]." +msgstr "" + +#: doc/classes/Environment.xml:275 +msgid "" +"The screen-space ambient occlusion intensity in direct light. In real life, " +"ambient occlusion only applies to indirect light, which means its effects " +"can't be seen in direct light. Values higher than [code]0[/code] will make " +"the SSAO effect visible in direct light." +msgstr "" + +#: doc/classes/Environment.xml:278 +msgid "" +"The screen-space ambient occlusion quality. Higher qualities will make " +"better use of small objects for ambient occlusion, but are slower." +msgstr "" + +#: doc/classes/Environment.xml:281 +msgid "The primary screen-space ambient occlusion radius." +msgstr "" + +#: doc/classes/Environment.xml:284 +msgid "" +"The secondary screen-space ambient occlusion radius. If set to a value " +"higher than [code]0[/code], enables the secondary screen-space ambient " +"occlusion effect which can be used to improve the effect's appearance (at " +"the cost of performance)." +msgstr "" + +#: doc/classes/Environment.xml:287 +msgid "The default exposure used for tonemapping." +msgstr "" + +#: doc/classes/Environment.xml:290 +msgid "" +"The tonemapping mode to use. Tonemapping is the process that \"converts\" " +"HDR values to be suitable for rendering on a LDR display. (Godot doesn't " +"support rendering on HDR displays yet.)" +msgstr "" + +#: doc/classes/Environment.xml:293 +msgid "" +"The white reference value for tonemapping. Only effective if the [member " +"tonemap_mode] isn't set to [constant TONE_MAPPER_LINEAR]." +msgstr "" + +#: doc/classes/Environment.xml:298 +msgid "" +"Keeps on screen every pixel drawn in the background. This is the fastest " +"background mode, but it can only be safely used in fully-interior scenes (no " +"visible sky or sky reflections). If enabled in a scene where the background " +"is visible, \"ghost trail\" artifacts will be visible when moving the camera." +msgstr "" + +#: doc/classes/Environment.xml:301 +msgid "" +"Clears the background using the clear color defined in [member " +"ProjectSettings.rendering/environment/default_clear_color]." +msgstr "" + +#: doc/classes/Environment.xml:304 +msgid "Clears the background using a custom clear color." +msgstr "" + +#: doc/classes/Environment.xml:307 +msgid "Displays a user-defined sky in the background." +msgstr "" + +#: doc/classes/Environment.xml:310 +msgid "" +"Clears the background using a custom clear color and allows defining a sky " +"for shading and reflection. This mode is slightly faster than [constant " +"BG_SKY] and should be preferred in scenes where reflections can be visible, " +"but the sky itself never is (e.g. top-down camera)." +msgstr "" + +#: doc/classes/Environment.xml:313 +msgid "Displays a [CanvasLayer] in the background." +msgstr "" + +#: doc/classes/Environment.xml:316 +msgid "Displays a camera feed in the background." +msgstr "" + +#: doc/classes/Environment.xml:319 +msgid "Represents the size of the [enum BGMode] enum." +msgstr "" + +#: doc/classes/Environment.xml:322 +msgid "" +"Additive glow blending mode. Mostly used for particles, glows (bloom), lens " +"flare, bright sources." +msgstr "" + +#: doc/classes/Environment.xml:325 +msgid "" +"Screen glow blending mode. Increases brightness, used frequently with bloom." +msgstr "" + +#: doc/classes/Environment.xml:328 +msgid "" +"Soft light glow blending mode. Modifies contrast, exposes shadows and " +"highlights (vivid bloom)." +msgstr "" + +#: doc/classes/Environment.xml:331 +msgid "" +"Replace glow blending mode. Replaces all pixels' color by the glow value. " +"This can be used to simulate a full-screen blur effect by tweaking the glow " +"parameters to match the original image's brightness." +msgstr "" + +#: doc/classes/Environment.xml:334 +msgid "" +"Linear tonemapper operator. Reads the linear data and passes it on " +"unmodified." +msgstr "" + +#: doc/classes/Environment.xml:337 +msgid "" +"Reinhardt tonemapper operator. Performs a variation on rendered pixels' " +"colors by this formula: [code]color = color / (1 + color)[/code]." +msgstr "" + +#: doc/classes/Environment.xml:340 +msgid "Filmic tonemapper operator." +msgstr "" + +#: doc/classes/Environment.xml:343 +msgid "" +"Academy Color Encoding System tonemapper operator. Performs an aproximation " +"of the ACES tonemapping curve." +msgstr "" + +#: doc/classes/Environment.xml:346 +msgid "" +"High quality Academy Color Encoding System tonemapper operator that matches " +"the industry standard. Performs a more physically accurate curve fit which " +"better simulates how light works in the real world. The color of lights and " +"emissive materials will become lighter as the emissive energy increases, and " +"will eventually become white if the light is bright enough to saturate the " +"camera sensor." +msgstr "" + +#: doc/classes/Environment.xml:349 +msgid "Low depth-of-field blur quality (fastest)." +msgstr "" + +#: doc/classes/Environment.xml:352 +msgid "Medium depth-of-field blur quality." +msgstr "" + +#: doc/classes/Environment.xml:355 +msgid "High depth-of-field blur quality (slowest)." +msgstr "" + +#: doc/classes/Environment.xml:358 +msgid "No blur for the screen-space ambient occlusion effect (fastest)." +msgstr "" + +#: doc/classes/Environment.xml:361 +msgid "1×1 blur for the screen-space ambient occlusion effect." +msgstr "" + +#: doc/classes/Environment.xml:364 +msgid "2×2 blur for the screen-space ambient occlusion effect." +msgstr "" + +#: doc/classes/Environment.xml:367 +msgid "3×3 blur for the screen-space ambient occlusion effect (slowest)." +msgstr "" + +#: doc/classes/Environment.xml:370 +msgid "Low quality for the screen-space ambient occlusion effect (fastest)." +msgstr "" + +#: doc/classes/Environment.xml:373 +msgid "Low quality for the screen-space ambient occlusion effect." +msgstr "" + +#: doc/classes/Environment.xml:376 +msgid "Low quality for the screen-space ambient occlusion effect (slowest)." +msgstr "" + +#: doc/classes/Expression.xml:4 +msgid "A class that stores an expression you can execute." +msgstr "" + +#: doc/classes/Expression.xml:7 +msgid "" +"An expression can be made of any arithmetic operation, built-in math " +"function call, method call of a passed instance, or built-in type " +"construction call.\n" +"An example expression text using the built-in math functions could be " +"[code]sqrt(pow(3,2) + pow(4,2))[/code].\n" +"In the following example we use a [LineEdit] node to write our expression " +"and show the result.\n" +"[codeblock]\n" +"onready var expression = Expression.new()\n" +"\n" +"func _ready():\n" +" $LineEdit.connect(\"text_entered\", self, \"_on_text_entered\")\n" +"\n" +"func _on_text_entered(command):\n" +" var error = expression.parse(command, [])\n" +" if error != OK:\n" +" print(expression.get_error_text())\n" +" return\n" +" var result = expression.execute([], null, true)\n" +" if not expression.has_execute_failed():\n" +" $LineEdit.text = str(result)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Expression.xml:35 +msgid "" +"Executes the expression that was previously parsed by [method parse] and " +"returns the result. Before you use the returned object, you should check if " +"the method failed by calling [method has_execute_failed].\n" +"If you defined input variables in [method parse], you can specify their " +"values in the inputs array, in the same order." +msgstr "" + +#: doc/classes/Expression.xml:42 +msgid "Returns the error text if [method parse] has failed." +msgstr "" + +#: doc/classes/Expression.xml:48 +msgid "Returns [code]true[/code] if [method execute] has failed." +msgstr "" + +#: doc/classes/Expression.xml:56 +msgid "" +"Parses the expression and returns an [enum Error] code.\n" +"You can optionally specify names of variables that may appear in the " +"expression with [code]input_names[/code], so that you can bind them when it " +"gets executed." +msgstr "" + +#: doc/classes/ExternalTexture.xml:4 +msgid "Enable OpenGL ES external texture extension." +msgstr "" + +#: doc/classes/ExternalTexture.xml:7 +msgid "" +"Enable support for the OpenGL ES external texture extension as defined by " +"[url=https://www.khronos.org/registry/OpenGL/extensions/OES/" +"OES_EGL_image_external.txt]OES_EGL_image_external[/url].\n" +"[b]Note:[/b] This is only supported for Android platforms." +msgstr "" + +#: doc/classes/ExternalTexture.xml:16 +msgid "Returns the external texture name." +msgstr "" + +#: doc/classes/ExternalTexture.xml:23 +msgid "External texture size." +msgstr "" + +#: doc/classes/File.xml:4 +msgid "Type to handle file reading and writing operations." +msgstr "" + +#: doc/classes/File.xml:7 +msgid "" +"File type. This is used to permanently store data into the user device's " +"file system and to read from it. This can be used to store game save data or " +"player configuration files, for example.\n" +"Here's a sample on how to write and read from a file:\n" +"[codeblock]\n" +"func save(content):\n" +" var file = File.new()\n" +" file.open(\"user://save_game.dat\", File.WRITE)\n" +" file.store_string(content)\n" +" file.close()\n" +"\n" +"func load():\n" +" var file = File.new()\n" +" file.open(\"user://save_game.dat\", File.READ)\n" +" var content = file.get_as_text()\n" +" file.close()\n" +" return content\n" +"[/codeblock]\n" +"In the example above, the file will be saved in the user data folder as " +"specified in the [url=https://docs.godotengine.org/en/3.4/tutorials/io/" +"data_paths.html]Data paths[/url] documentation.\n" +"[b]Note:[/b] To access project resources once exported, it is recommended to " +"use [ResourceLoader] instead of the [File] API, as some files are converted " +"to engine-specific formats and their original source files might not be " +"present in the exported PCK package.\n" +"[b]Note:[/b] Files are automatically closed only if the process exits " +"\"normally\" (such as by clicking the window manager's close button or " +"pressing [b]Alt + F4[/b]). If you stop the project execution by pressing " +"[b]F8[/b] while the project is running, the file won't be closed as the game " +"process will be killed. You can work around this by calling [method flush] " +"at regular intervals." +msgstr "" + +#: doc/classes/File.xml:35 +msgid "" +"Closes the currently opened file and prevents subsequent read/write " +"operations. Use [method flush] to persist the data to disk without closing " +"the file." +msgstr "" + +#: doc/classes/File.xml:41 +msgid "" +"Returns [code]true[/code] if the file cursor has already read past the end " +"of the file.\n" +"[b]Note:[/b] [code]eof_reached() == false[/code] cannot be used to check " +"whether there is more data available. To loop while there is more data " +"available, use:\n" +"[codeblock]\n" +"while file.get_position() < file.get_len():\n" +" # Read data\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/File.xml:53 +msgid "" +"Returns [code]true[/code] if the file exists in the given path.\n" +"[b]Note:[/b] Many resources types are imported (e.g. textures or sound " +"files), and their source asset will not be included in the exported game, as " +"only the imported version is used. See [method ResourceLoader.exists] for an " +"alternative approach that takes resource remapping into account." +msgstr "" + +#: doc/classes/File.xml:60 +msgid "" +"Writes the file's buffer to disk. Flushing is automatically performed when " +"the file is closed. This means you don't need to call [method flush] " +"manually before closing a file using [method close]. Still, calling [method " +"flush] can be used to ensure the data is safe even if the project crashes " +"instead of being closed gracefully.\n" +"[b]Note:[/b] Only call [method flush] when you actually need it. Otherwise, " +"it will decrease performance due to constant disk writes." +msgstr "" + +#: doc/classes/File.xml:67 +msgid "" +"Returns the next 16 bits from the file as an integer. See [method store_16] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:73 +msgid "" +"Returns the next 32 bits from the file as an integer. See [method store_32] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:79 +msgid "" +"Returns the next 64 bits from the file as an integer. See [method store_64] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:85 +msgid "" +"Returns the next 8 bits from the file as an integer. See [method store_8] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:91 +msgid "" +"Returns the whole file as a [String].\n" +"Text is interpreted as being UTF-8 encoded." +msgstr "" + +#: doc/classes/File.xml:99 +msgid "Returns next [code]len[/code] bytes of the file as a [PoolByteArray]." +msgstr "" + +#: doc/classes/File.xml:106 +msgid "" +"Returns the next value of the file in CSV (Comma-Separated Values) format. " +"You can pass a different delimiter [code]delim[/code] to use other than the " +"default [code]\",\"[/code] (comma). This delimiter must be one-character " +"long, and cannot be a double quotation mark.\n" +"Text is interpreted as being UTF-8 encoded. Text values must be enclosed in " +"double quotes if they include the delimiter character. Double quotes within " +"a text value can be escaped by doubling their occurrence.\n" +"For example, the following CSV lines are valid and will be properly parsed " +"as two strings each:\n" +"[codeblock]\n" +"Alice,\"Hello, Bob!\"\n" +"Bob,Alice! What a surprise!\n" +"Alice,\"I thought you'd reply with \"\"Hello, world\"\".\"\n" +"[/codeblock]\n" +"Note how the second line can omit the enclosing quotes as it does not " +"include the delimiter. However it [i]could[/i] very well use quotes, it was " +"only written without for demonstration purposes. The third line must use " +"[code]\"\"[/code] for each quotation mark that needs to be interpreted as " +"such instead of the end of a text value." +msgstr "" + +#: doc/classes/File.xml:120 +msgid "Returns the next 64 bits from the file as a floating-point number." +msgstr "" + +#: doc/classes/File.xml:126 +msgid "" +"Returns the last error that happened when trying to perform operations. " +"Compare with the [code]ERR_FILE_*[/code] constants from [enum Error]." +msgstr "" + +#: doc/classes/File.xml:132 +msgid "Returns the next 32 bits from the file as a floating-point number." +msgstr "" + +#: doc/classes/File.xml:138 +msgid "Returns the size of the file in bytes." +msgstr "" + +#: doc/classes/File.xml:144 +msgid "" +"Returns the next line of the file as a [String].\n" +"Text is interpreted as being UTF-8 encoded." +msgstr "" + +#: doc/classes/File.xml:152 +msgid "" +"Returns an MD5 String representing the file at the given path or an empty " +"[String] on failure." +msgstr "" + +#: doc/classes/File.xml:159 +msgid "" +"Returns the last time the [code]file[/code] was modified in unix timestamp " +"format or returns a [String] \"ERROR IN [code]file[/code]\". This unix " +"timestamp can be converted to datetime by using [method OS." +"get_datetime_from_unix_time]." +msgstr "" + +#: doc/classes/File.xml:165 +msgid "" +"Returns a [String] saved in Pascal format from the file.\n" +"Text is interpreted as being UTF-8 encoded." +msgstr "" + +#: doc/classes/File.xml:172 +msgid "Returns the path as a [String] for the current open file." +msgstr "" + +#: doc/classes/File.xml:178 +msgid "Returns the absolute path as a [String] for the current open file." +msgstr "" + +#: doc/classes/File.xml:184 +msgid "Returns the file cursor's position." +msgstr "" + +#: doc/classes/File.xml:190 +msgid "Returns the next bits from the file as a floating-point number." +msgstr "" + +#: doc/classes/File.xml:197 +msgid "" +"Returns a SHA-256 [String] representing the file at the given path or an " +"empty [String] on failure." +msgstr "" + +#: doc/classes/File.xml:204 +msgid "" +"Returns the next [Variant] value from the file. If [code]allow_objects[/" +"code] is [code]true[/code], decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/File.xml:211 +msgid "Returns [code]true[/code] if the file is currently opened." +msgstr "" + +#: doc/classes/File.xml:219 +msgid "Opens the file for writing or reading, depending on the flags." +msgstr "" + +#: doc/classes/File.xml:228 +msgid "" +"Opens a compressed file for reading or writing.\n" +"[b]Note:[/b] [method open_compressed] can only read files that were saved by " +"Godot, not third-party compression formats. See [url=https://github.com/" +"godotengine/godot/issues/28999]GitHub issue #28999[/url] for a workaround." +msgstr "" + +#: doc/classes/File.xml:238 +msgid "" +"Opens an encrypted file in write or read mode. You need to pass a binary key " +"to encrypt/decrypt it.\n" +"[b]Note:[/b] The provided key must be 32 bytes long." +msgstr "" + +#: doc/classes/File.xml:248 +msgid "" +"Opens an encrypted file in write or read mode. You need to pass a password " +"to encrypt/decrypt it." +msgstr "" + +#: doc/classes/File.xml:255 +msgid "" +"Changes the file reading/writing cursor to the specified position (in bytes " +"from the beginning of the file)." +msgstr "" + +#: doc/classes/File.xml:262 +msgid "" +"Changes the file reading/writing cursor to the specified position (in bytes " +"from the end of the file).\n" +"[b]Note:[/b] This is an offset, so you should use negative numbers or the " +"cursor will be at the end of the file." +msgstr "" + +#: doc/classes/File.xml:270 +msgid "" +"Stores an integer as 16 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] should lie in the interval [code][0, " +"2^16 - 1][/code]. Any other value will overflow and wrap around.\n" +"To store a signed integer, use [method store_64] or store a signed integer " +"from the interval [code][-2^15, 2^15 - 1][/code] (i.e. keeping one bit for " +"the signedness) and compute its sign manually when reading. For example:\n" +"[codeblock]\n" +"const MAX_15B = 1 << 15\n" +"const MAX_16B = 1 << 16\n" +"\n" +"func unsigned16_to_signed(unsigned):\n" +" return (unsigned + MAX_15B) % MAX_16B - MAX_15B\n" +"\n" +"func _ready():\n" +" var f = File.new()\n" +" f.open(\"user://file.dat\", File.WRITE_READ)\n" +" f.store_16(-42) # This wraps around and stores 65494 (2^16 - 42).\n" +" f.store_16(121) # In bounds, will store 121.\n" +" f.seek(0) # Go back to start to read the stored value.\n" +" var read1 = f.get_16() # 65494\n" +" var read2 = f.get_16() # 121\n" +" var converted1 = unsigned16_to_signed(read1) # -42\n" +" var converted2 = unsigned16_to_signed(read2) # 121\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/File.xml:297 +msgid "" +"Stores an integer as 32 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] should lie in the interval [code][0, " +"2^32 - 1][/code]. Any other value will overflow and wrap around.\n" +"To store a signed integer, use [method store_64], or convert it manually " +"(see [method store_16] for an example)." +msgstr "" + +#: doc/classes/File.xml:306 +msgid "" +"Stores an integer as 64 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] must lie in the interval [code][-2^63, " +"2^63 - 1][/code] (i.e. be a valid [int] value)." +msgstr "" + +#: doc/classes/File.xml:314 +msgid "" +"Stores an integer as 8 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] should lie in the interval [code][0, 255]" +"[/code]. Any other value will overflow and wrap around.\n" +"To store a signed integer, use [method store_64], or convert it manually " +"(see [method store_16] for an example)." +msgstr "" + +#: doc/classes/File.xml:323 +msgid "Stores the given array of bytes in the file." +msgstr "" + +#: doc/classes/File.xml:331 +msgid "" +"Store the given [PoolStringArray] in the file as a line formatted in the CSV " +"(Comma-Separated Values) format. You can pass a different delimiter " +"[code]delim[/code] to use other than the default [code]\",\"[/code] (comma). " +"This delimiter must be one-character long.\n" +"Text will be encoded as UTF-8." +msgstr "" + +#: doc/classes/File.xml:339 +msgid "Stores a floating-point number as 64 bits in the file." +msgstr "" + +#: doc/classes/File.xml:346 +msgid "Stores a floating-point number as 32 bits in the file." +msgstr "" + +#: doc/classes/File.xml:353 +msgid "" +"Appends [code]line[/code] to the file followed by a line return character " +"([code]\\n[/code]), encoding the text as UTF-8." +msgstr "" + +#: doc/classes/File.xml:360 +msgid "" +"Stores the given [String] as a line in the file in Pascal format (i.e. also " +"store the length of the string).\n" +"Text will be encoded as UTF-8." +msgstr "" + +#: doc/classes/File.xml:368 +msgid "Stores a floating-point number in the file." +msgstr "" + +#: doc/classes/File.xml:375 +msgid "" +"Appends [code]string[/code] to the file without a line return, encoding the " +"text as UTF-8." +msgstr "" + +#: doc/classes/File.xml:383 +msgid "" +"Stores any Variant value in the file. If [code]full_objects[/code] is " +"[code]true[/code], encoding objects is allowed (and can potentially include " +"code).\n" +"[b]Note:[/b] Not all properties are included. Only properties that are " +"configured with the [constant PROPERTY_USAGE_STORAGE] flag set will be " +"serialized. You can add a new usage flag to a property by overriding the " +"[method Object._get_property_list] method in your class. You can also check " +"how property usage is configured by calling [method Object." +"_get_property_list]. See [enum PropertyUsageFlags] for the possible usage " +"flags." +msgstr "" + +#: doc/classes/File.xml:390 +msgid "" +"If [code]true[/code], the file is read with big-endian [url=https://en." +"wikipedia.org/wiki/Endianness]endianness[/url]. If [code]false[/code], the " +"file is read with little-endian endianness. If in doubt, leave this to " +"[code]false[/code] as most files are written with little-endian endianness.\n" +"[b]Note:[/b] [member endian_swap] is only about the file format, not the CPU " +"type. The CPU endianness doesn't affect the default endianness for files " +"written.\n" +"[b]Note:[/b] This is always reset to [code]false[/code] whenever you open " +"the file. Therefore, you must set [member endian_swap] [i]after[/i] opening " +"the file, not before." +msgstr "" + +#: doc/classes/File.xml:397 +msgid "" +"Opens the file for read operations. The cursor is positioned at the " +"beginning of the file." +msgstr "" + +#: doc/classes/File.xml:400 +msgid "" +"Opens the file for write operations. The file is created if it does not " +"exist, and truncated if it does." +msgstr "" + +#: doc/classes/File.xml:403 +msgid "" +"Opens the file for read and write operations. Does not truncate the file. " +"The cursor is positioned at the beginning of the file." +msgstr "" + +#: doc/classes/File.xml:406 +msgid "" +"Opens the file for read and write operations. The file is created if it does " +"not exist, and truncated if it does. The cursor is positioned at the " +"beginning of the file." +msgstr "" + +#: doc/classes/File.xml:409 +msgid "Uses the [url=http://fastlz.org/]FastLZ[/url] compression method." +msgstr "" + +#: doc/classes/File.xml:412 +msgid "" +"Uses the [url=https://en.wikipedia.org/wiki/DEFLATE]DEFLATE[/url] " +"compression method." +msgstr "" + +#: doc/classes/File.xml:415 +msgid "" +"Uses the [url=https://facebook.github.io/zstd/]Zstandard[/url] compression " +"method." +msgstr "" + +#: doc/classes/File.xml:418 +msgid "Uses the [url=https://www.gzip.org/]gzip[/url] compression method." +msgstr "" + +#: doc/classes/FileDialog.xml:4 +msgid "Dialog for selecting files or directories in the filesystem." +msgstr "" + +#: doc/classes/FileDialog.xml:7 +msgid "" +"FileDialog is a preset dialog used to choose files and directories in the " +"filesystem. It supports filter masks. The FileDialog automatically sets its " +"window title according to the [member mode]. If you want to use a custom " +"title, disable this by setting [member mode_overrides_title] to [code]false[/" +"code]." +msgstr "" + +#: doc/classes/FileDialog.xml:16 +msgid "" +"Adds [code]filter[/code] as a custom filter; [code]filter[/code] should be " +"of the form [code]\"filename.extension ; Description\"[/code]. For example, " +"[code]\"*.png ; PNG Images\"[/code]." +msgstr "" + +#: doc/classes/FileDialog.xml:22 +msgid "Clear all the added filters in the dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:28 +msgid "Clear currently selected items in the dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:34 +msgid "" +"Returns the LineEdit for the selected file.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/FileDialog.xml:41 +msgid "" +"Returns the vertical box container of the dialog, custom controls can be " +"added to it.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/FileDialog.xml:48 +msgid "Invalidate and update the current dialog content list." +msgstr "" + +#: doc/classes/FileDialog.xml:54 +msgid "" +"The file system access scope. See enum [code]Access[/code] constants.\n" +"[b]Warning:[/b] Currently, in sandboxed environments such as HTML5 builds or " +"sandboxed macOS apps, FileDialog cannot access the host file system. See " +"[url=https://github.com/godotengine/godot-proposals/issues/1123]godot-" +"proposals#1123[/url]." +msgstr "" + +#: doc/classes/FileDialog.xml:58 +msgid "The current working directory of the file dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:61 +msgid "The currently selected file of the file dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:64 +msgid "The currently selected file path of the file dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:68 +msgid "" +"The available file type filters. For example, this shows only [code].png[/" +"code] and [code].gd[/code] files: [code]set_filters(PoolStringArray([\"*." +"png ; PNG Images\",\"*.gd ; GDScript Files\"]))[/code]." +msgstr "" + +#: doc/classes/FileDialog.xml:71 +msgid "" +"The dialog's open or save mode, which affects the selection behavior. See " +"enum [code]Mode[/code] constants." +msgstr "" + +#: doc/classes/FileDialog.xml:74 +msgid "" +"If [code]true[/code], changing the [code]Mode[/code] property will set the " +"window title accordingly (e.g. setting mode to [constant MODE_OPEN_FILE] " +"will change the window title to \"Open a File\")." +msgstr "" + +#: doc/classes/FileDialog.xml:77 +msgid "If [code]true[/code], the dialog will show hidden files." +msgstr "" + +#: doc/classes/FileDialog.xml:85 +msgid "Emitted when the user selects a directory." +msgstr "" + +#: doc/classes/FileDialog.xml:91 +msgid "" +"Emitted when the user selects a file by double-clicking it or pressing the " +"[b]OK[/b] button." +msgstr "" + +#: doc/classes/FileDialog.xml:97 +msgid "Emitted when the user selects multiple files." +msgstr "" + +#: doc/classes/FileDialog.xml:103 +msgid "The dialog allows selecting one, and only one file." +msgstr "" + +#: doc/classes/FileDialog.xml:106 +msgid "The dialog allows selecting multiple files." +msgstr "" + +#: doc/classes/FileDialog.xml:109 +msgid "" +"The dialog only allows selecting a directory, disallowing the selection of " +"any file." +msgstr "" + +#: doc/classes/FileDialog.xml:112 +msgid "The dialog allows selecting one file or directory." +msgstr "" + +#: doc/classes/FileDialog.xml:115 +msgid "The dialog will warn when a file exists." +msgstr "" + +#: doc/classes/FileDialog.xml:118 +msgid "" +"The dialog only allows accessing files under the [Resource] path " +"([code]res://[/code])." +msgstr "" + +#: doc/classes/FileDialog.xml:121 +msgid "" +"The dialog only allows accessing files under user data path ([code]user://[/" +"code])." +msgstr "" + +#: doc/classes/FileDialog.xml:124 +msgid "The dialog allows accessing files on the whole file system." +msgstr "" + +#: doc/classes/FileDialog.xml:129 +msgid "Custom icon for files." +msgstr "" + +#: doc/classes/FileDialog.xml:132 +msgid "The color modulation applied to the file icon." +msgstr "" + +#: doc/classes/FileDialog.xml:135 +msgid "" +"The color tint for disabled files (when the [FileDialog] is used in open " +"folder mode)." +msgstr "" + +#: doc/classes/FileDialog.xml:138 +msgid "Custom icon for folders." +msgstr "" + +#: doc/classes/FileDialog.xml:141 +msgid "The color modulation applied to the folder icon." +msgstr "" + +#: doc/classes/FileDialog.xml:144 +msgid "Custom icon for the parent folder arrow." +msgstr "" + +#: doc/classes/FileDialog.xml:147 +msgid "Custom icon for the reload button." +msgstr "" + +#: doc/classes/FileDialog.xml:150 +msgid "Custom icon for the toggle hidden button." +msgstr "" + +#: doc/classes/float.xml:4 +msgid "Float built-in type." +msgstr "" + +#: doc/classes/float.xml:7 +msgid "" +"The [float] built-in type is a 64-bit double-precision floating-point " +"number, equivalent to [code]double[/code] in C++. This type has 14 reliable " +"decimal digits of precision. The [float] type can be stored in [Variant], " +"which is the generic type used by the engine. The maximum value of [float] " +"is approximately [code]1.79769e308[/code], and the minimum is approximately " +"[code]-1.79769e308[/code].\n" +"Most methods and properties in the engine use 32-bit single-precision " +"floating-point numbers instead, equivalent to [code]float[/code] in C++, " +"which have 6 reliable decimal digits of precision. For data structures such " +"as [Vector2] and [Vector3], Godot uses 32-bit floating-point numbers.\n" +"Math done using the [float] type is not guaranteed to be exact or " +"deterministic, and will often result in small errors. You should usually use " +"the [method @GDScript.is_equal_approx] and [method @GDScript.is_zero_approx] " +"methods instead of [code]==[/code] to compare [float] values for equality." +msgstr "" + +#: doc/classes/float.xml:12 +msgid "https://en.wikipedia.org/wiki/Double-precision_floating-point_format" +msgstr "" + +#: doc/classes/float.xml:13 +msgid "https://en.wikipedia.org/wiki/Single-precision_floating-point_format" +msgstr "" + +#: doc/classes/float.xml:20 +msgid "" +"Cast a [bool] value to a floating-point value, [code]float(true)[/code] will " +"be equal to 1.0 and [code]float(false)[/code] will be equal to 0.0." +msgstr "" + +#: doc/classes/float.xml:27 +msgid "" +"Cast an [int] value to a floating-point value, [code]float(1)[/code] will be " +"equal to 1.0." +msgstr "" + +#: doc/classes/float.xml:34 +msgid "" +"Cast a [String] value to a floating-point value. This method accepts float " +"value strings like [code]\"1.23\"[/code] and exponential notation strings " +"for its parameter so calling [code]float(\"1e3\")[/code] will return 1000.0 " +"and calling [code]float(\"1e-3\")[/code] will return 0.001. Calling this " +"method with an invalid float string will return 0. This method stops parsing " +"at the first invalid character and will return the parsed result so far, so " +"calling [code]float(\"1a3\")[/code] will return 1 while calling " +"[code]float(\"1e3a2\")[/code] will return 1000.0." +msgstr "" + +#: doc/classes/Font.xml:4 +msgid "Internationalized font and text drawing support." +msgstr "" + +#: doc/classes/Font.xml:7 +msgid "" +"Font contains a Unicode-compatible character set, as well as the ability to " +"draw it with variable width, ascent, descent and kerning. For creating fonts " +"from TTF files (or other font formats), see the editor support for fonts.\n" +"[b]Note:[/b] If a [DynamicFont] doesn't contain a character used in a " +"string, the character in question will be replaced with codepoint " +"[code]0xfffd[/code] if it's available in the [DynamicFont]. If this " +"replacement character isn't available in the DynamicFont, the character will " +"be hidden without displaying any replacement character in the string.\n" +"[b]Note:[/b] If a [BitmapFont] doesn't contain a character used in a string, " +"the character in question will be hidden without displaying any replacement " +"character in the string.\n" +"[b]Note:[/b] Unicode characters after [code]0xffff[/code] (such as most " +"emoji) are [i]not[/i] supported on Windows. They will display as unknown " +"characters instead. This will be resolved in Godot 4.0." +msgstr "" + +#: doc/classes/Font.xml:24 +msgid "" +"Draw [code]string[/code] into a canvas item using the font at a given " +"position, with [code]modulate[/code] color, and optionally clipping the " +"width. [code]position[/code] specifies the baseline, not the top. To draw " +"from the top, [i]ascent[/i] must be added to the Y axis.\n" +"See also [method CanvasItem.draw_string]." +msgstr "" + +#: doc/classes/Font.xml:37 +msgid "" +"Draw character [code]char[/code] into a canvas item using the font at a " +"given position, with [code]modulate[/code] color, and optionally kerning if " +"[code]next[/code] is passed. clipping the width. [code]position[/code] " +"specifies the baseline, not the top. To draw from the top, [i]ascent[/i] " +"must be added to the Y axis. The width used by the character is returned, " +"making this function useful for drawing strings character by character." +msgstr "" + +#: doc/classes/Font.xml:43 +msgid "Returns the font ascent (number of pixels above the baseline)." +msgstr "" + +#: doc/classes/Font.xml:51 +msgid "" +"Returns the size of a character, optionally taking kerning into account if " +"the next character is provided. Note that the height returned is the font " +"height (see [method get_height]) and has no relation to the glyph height." +msgstr "" + +#: doc/classes/Font.xml:57 +msgid "Returns the font descent (number of pixels below the baseline)." +msgstr "" + +#: doc/classes/Font.xml:63 +msgid "Returns the total font height (ascent plus descent) in pixels." +msgstr "" + +#: doc/classes/Font.xml:70 +msgid "" +"Returns the size of a string, taking kerning and advance into account. Note " +"that the height returned is the font height (see [method get_height]) and " +"has no relation to the string." +msgstr "" + +#: doc/classes/Font.xml:78 +msgid "" +"Returns the size that the string would have with word wrapping enabled with " +"a fixed [code]width[/code]." +msgstr "" + +#: doc/classes/Font.xml:84 +msgid "Returns [code]true[/code] if the font has an outline." +msgstr "" + +#: doc/classes/Font.xml:95 +msgid "" +"After editing a font (changing size, ascent, char rects, etc.). Call this " +"function to propagate changes to controls that might use it." +msgstr "" + +#: doc/classes/FuncRef.xml:4 +msgid "Reference to a function in an object." +msgstr "" + +#: doc/classes/FuncRef.xml:7 +msgid "" +"In GDScript, functions are not [i]first-class objects[/i]. This means it is " +"impossible to store them directly as variables, return them from another " +"function, or pass them as arguments.\n" +"However, by creating a [FuncRef] using the [method @GDScript.funcref] " +"function, a reference to a function in a given object can be created, passed " +"around and called." +msgstr "" + +#: doc/classes/FuncRef.xml:16 +msgid "" +"Calls the referenced function previously set in [member function] or [method " +"@GDScript.funcref]." +msgstr "" + +#: doc/classes/FuncRef.xml:23 +msgid "" +"Calls the referenced function previously set in [member function] or [method " +"@GDScript.funcref]. Contrarily to [method call_func], this method does not " +"support a variable number of arguments but expects all parameters to be " +"passed via a single [Array]." +msgstr "" + +#: doc/classes/FuncRef.xml:29 +msgid "Returns whether the object still exists and has the function assigned." +msgstr "" + +#: doc/classes/FuncRef.xml:36 +msgid "" +"The object containing the referenced function. This object must be of a type " +"actually inheriting from [Object], not a built-in type such as [int], " +"[Vector2] or [Dictionary]." +msgstr "" + +#: doc/classes/FuncRef.xml:42 +msgid "The name of the referenced function." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:4 +msgid "" +"An external library containing functions or script classes to use in Godot." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:7 +msgid "" +"A GDNative library can implement [NativeScript]s, global functions to call " +"with the [GDNative] class, or low-level engine extensions through interfaces " +"such as [ARVRInterfaceGDNative]. The library must be compiled for each " +"platform and architecture that the project will run on." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-c-" +"example.html" +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-cpp-" +"example.html" +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:17 +msgid "" +"Returns paths to all dependency libraries for the current platform and " +"architecture." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:23 +msgid "" +"Returns the path to the dynamic library file for the current platform and " +"architecture." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:29 +msgid "" +"This resource in INI-style [ConfigFile] format, as in [code].gdnlib[/code] " +"files." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:32 +msgid "" +"If [code]true[/code], Godot loads only one copy of the library and each " +"script that references the library will share static data like static or " +"global variables.\n" +"If [code]false[/code], Godot loads a separate copy of the library into " +"memory for each script that references it." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:36 +msgid "" +"If [code]true[/code], the editor will temporarily unload the library " +"whenever the user switches away from the editor window, allowing the user to " +"recompile the library without restarting Godot.\n" +"[b]Note:[/b] If the library defines tool scripts that run inside the editor, " +"[code]reloadable[/code] must be [code]false[/code]. Otherwise, the editor " +"will attempt to unload the tool scripts while they're in use and crash." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:40 +msgid "" +"If [code]true[/code], Godot loads the library at startup rather than the " +"first time a script uses the library, calling [code]{prefix}" +"gdnative_singleton[/code] after initializing the library (where [code]" +"{prefix}[/code] is the value of [member symbol_prefix]). The library remains " +"loaded as long as Godot is running.\n" +"[b]Note:[/b] A singleton library cannot be [member reloadable]." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:44 +msgid "" +"The prefix this library's entry point functions begin with. For example, a " +"GDNativeLibrary would declare its [code]gdnative_init[/code] function as " +"[code]godot_gdnative_init[/code] by default.\n" +"On platforms that require statically linking libraries (currently only iOS), " +"each library must have a different [code]symbol_prefix[/code]." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:4 +msgid "A script implemented in the GDScript programming language." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:7 +msgid "" +"A script implemented in the GDScript programming language. The script " +"extends the functionality of all objects that instance it.\n" +"[method new] creates a new instance of the script. [method Object." +"set_script] extends an existing object, if that object's class matches one " +"of the script's base classes." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/index." +"html" +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:17 +msgid "Returns byte code for the script source code." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:23 +msgid "" +"Returns a new instance of the script.\n" +"For example:\n" +"[codeblock]\n" +"var MyClass = load(\"myclass.gd\")\n" +"var instance = MyClass.new()\n" +"assert(instance.get_script() == MyClass)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:4 +msgid "State of a function call after yielding." +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:7 +msgid "" +"Calling [method @GDScript.yield] within a function will cause that function " +"to yield and return its current state as an object of this type. The yielded " +"function call can then be resumed later by calling [method resume] on this " +"state object." +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:16 +msgid "" +"Check whether the function call may be resumed. This is not the case if the " +"function state was already resumed.\n" +"If [code]extended_check[/code] is enabled, it also checks if the associated " +"script and object still exist. The extended check is done in debug mode as " +"part of [method GDScriptFunctionState.resume], but you can use this if you " +"know you may be trying to resume without knowing for sure the object and/or " +"script have survived up to that point." +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:24 +msgid "" +"Resume execution of the yielded function call.\n" +"If handed an argument, return the argument from the [method @GDScript.yield] " +"call in the yielded function call. You can pass e.g. an [Array] to hand " +"multiple arguments.\n" +"This function returns what the resumed function call returns, possibly " +"another function state if yielded again." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:4 +msgid "" +"The generic 6-degrees-of-freedom joint can implement a variety of joint " +"types by locking certain axes' rotation or translation." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:7 +msgid "" +"The first 3 DOF axes are linear axes, which represent translation of Bodies, " +"and the latter 3 DOF axes represent the angular motion. Each axis can be " +"either locked, or limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:93 +msgid "" +"The amount of rotational damping across the X axis.\n" +"The lower, the longer an impulse from one side takes to travel to the other " +"side." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:97 +msgid "If [code]true[/code], rotation across the X axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:100 +msgid "" +"When rotating across the X axis, this error tolerance factor defines how " +"much the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:103 +msgid "" +"The maximum amount of force that can occur, when rotating around the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:106 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:109 +msgid "" +"The amount of rotational restitution across the X axis. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:112 +msgid "The speed of all rotations across the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:115 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:118 +msgid "" +"The amount of rotational damping across the Y axis. The lower, the more " +"dampening occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:121 +msgid "If [code]true[/code], rotation across the Y axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:124 +msgid "" +"When rotating across the Y axis, this error tolerance factor defines how " +"much the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:127 +msgid "" +"The maximum amount of force that can occur, when rotating around the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:130 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:133 +msgid "" +"The amount of rotational restitution across the Y axis. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:136 +msgid "The speed of all rotations across the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:139 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:142 +msgid "" +"The amount of rotational damping across the Z axis. The lower, the more " +"dampening occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:145 +msgid "If [code]true[/code], rotation across the Z axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:148 +msgid "" +"When rotating across the Z axis, this error tolerance factor defines how " +"much the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:151 +msgid "" +"The maximum amount of force that can occur, when rotating around the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:154 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:157 +msgid "" +"The amount of rotational restitution across the Z axis. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:160 +msgid "The speed of all rotations across the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:163 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:166 +msgid "If [code]true[/code], a rotating motor at the X axis is enabled." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:169 +msgid "Maximum acceleration for the motor at the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:172 +msgid "Target speed for the motor at the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:175 +msgid "If [code]true[/code], a rotating motor at the Y axis is enabled." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:178 +msgid "Maximum acceleration for the motor at the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:181 +msgid "Target speed for the motor at the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:184 +msgid "If [code]true[/code], a rotating motor at the Z axis is enabled." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:187 +msgid "Maximum acceleration for the motor at the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:190 +msgid "Target speed for the motor at the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:217 +msgid "The amount of damping that happens at the X motion." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:220 +msgid "If [code]true[/code], the linear motion across the X axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:223 +msgid "The minimum difference between the pivot points' X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:226 +msgid "" +"The amount of restitution on the X axis movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:229 +msgid "" +"A factor applied to the movement across the X axis. The lower, the slower " +"the movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:232 +msgid "The maximum difference between the pivot points' X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:235 +msgid "The amount of damping that happens at the Y motion." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:238 +msgid "If [code]true[/code], the linear motion across the Y axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:241 +msgid "The minimum difference between the pivot points' Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:244 +msgid "" +"The amount of restitution on the Y axis movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:247 +msgid "" +"A factor applied to the movement across the Y axis. The lower, the slower " +"the movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:250 +msgid "The maximum difference between the pivot points' Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:253 +msgid "The amount of damping that happens at the Z motion." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:256 +msgid "If [code]true[/code], the linear motion across the Z axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:259 +msgid "The minimum difference between the pivot points' Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:262 +msgid "" +"The amount of restitution on the Z axis movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:265 +msgid "" +"A factor applied to the movement across the Z axis. The lower, the slower " +"the movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:268 +msgid "The maximum difference between the pivot points' Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:271 +msgid "" +"If [code]true[/code], then there is a linear motor on the X axis. It will " +"attempt to reach the target velocity while staying within the force limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:274 +msgid "" +"The maximum force the linear motor can apply on the X axis while trying to " +"reach the target velocity." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:277 +msgid "The speed that the linear motor will attempt to reach on the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:280 +msgid "" +"If [code]true[/code], then there is a linear motor on the Y axis. It will " +"attempt to reach the target velocity while staying within the force limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:283 +msgid "" +"The maximum force the linear motor can apply on the Y axis while trying to " +"reach the target velocity." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:286 +msgid "The speed that the linear motor will attempt to reach on the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:289 +msgid "" +"If [code]true[/code], then there is a linear motor on the Z axis. It will " +"attempt to reach the target velocity while staying within the force limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:292 +msgid "" +"The maximum force the linear motor can apply on the Z axis while trying to " +"reach the target velocity." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:295 +msgid "The speed that the linear motor will attempt to reach on the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:324 doc/classes/PhysicsServer.xml:1086 +msgid "The minimum difference between the pivot points' axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:327 doc/classes/PhysicsServer.xml:1089 +msgid "The maximum difference between the pivot points' axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:330 +msgid "" +"A factor applied to the movement across the axes. The lower, the slower the " +"movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:333 +msgid "" +"The amount of restitution on the axes' movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:336 doc/classes/PhysicsServer.xml:1098 +msgid "" +"The amount of damping that happens at the linear motion across the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:339 +msgid "The velocity the linear motor will try to reach." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:342 +msgid "" +"The maximum force the linear motor will apply while trying to reach the " +"velocity target." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:351 doc/classes/PhysicsServer.xml:1107 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:354 doc/classes/PhysicsServer.xml:1110 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:357 +msgid "The speed of all rotations across the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:360 doc/classes/PhysicsServer.xml:1116 +msgid "" +"The amount of rotational damping across the axes. The lower, the more " +"dampening occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:363 doc/classes/PhysicsServer.xml:1119 +msgid "" +"The amount of rotational restitution across the axes. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:366 doc/classes/PhysicsServer.xml:1122 +msgid "" +"The maximum amount of force that can occur, when rotating around the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:369 +msgid "" +"When rotating across the axes, this error tolerance factor defines how much " +"the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:372 doc/classes/PhysicsServer.xml:1128 +msgid "Target speed for the motor at the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:375 doc/classes/PhysicsServer.xml:1131 +msgid "Maximum acceleration for the motor at the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:387 +msgid "If enabled, linear motion is possible within the given limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:390 +msgid "If enabled, rotational motion is possible within the given limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:397 +msgid "If enabled, there is a rotational motor across these axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:400 +msgid "If enabled, there is a linear motor across these axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:403 doc/classes/HingeJoint.xml:108 +msgid "Represents the size of the [enum Flag] enum." +msgstr "" + +#: doc/classes/Geometry.xml:4 +msgid "Helper node to calculate generic geometry operations." +msgstr "" + +#: doc/classes/Geometry.xml:7 +msgid "" +"Geometry provides users with a set of helper functions to create geometric " +"shapes, compute intersections between shapes, and process various other " +"geometric operations." +msgstr "" + +#: doc/classes/Geometry.xml:16 +msgid "" +"Returns an array with 6 [Plane]s that describe the sides of a box centered " +"at the origin. The box size is defined by [code]extents[/code], which " +"represents one (positive) corner of the box (i.e. half its actual size)." +msgstr "" + +#: doc/classes/Geometry.xml:27 +msgid "" +"Returns an array of [Plane]s closely bounding a faceted capsule centered at " +"the origin with radius [code]radius[/code] and height [code]height[/code]. " +"The parameter [code]sides[/code] defines how many planes will be generated " +"for the side part of the capsule, whereas [code]lats[/code] gives the number " +"of latitudinal steps at the bottom and top of the capsule. The parameter " +"[code]axis[/code] describes the axis along which the capsule is oriented (0 " +"for X, 1 for Y, 2 for Z)." +msgstr "" + +#: doc/classes/Geometry.xml:37 +msgid "" +"Returns an array of [Plane]s closely bounding a faceted cylinder centered at " +"the origin with radius [code]radius[/code] and height [code]height[/code]. " +"The parameter [code]sides[/code] defines how many planes will be generated " +"for the round part of the cylinder. The parameter [code]axis[/code] " +"describes the axis along which the cylinder is oriented (0 for X, 1 for Y, 2 " +"for Z)." +msgstr "" + +#: doc/classes/Geometry.xml:45 +msgid "" +"Clips the polygon defined by the points in [code]points[/code] against the " +"[code]plane[/code] and returns the points of the clipped polygon." +msgstr "" + +#: doc/classes/Geometry.xml:53 +msgid "" +"Clips [code]polygon_a[/code] against [code]polygon_b[/code] and returns an " +"array of clipped polygons. This performs [constant OPERATION_DIFFERENCE] " +"between polygons. Returns an empty array if [code]polygon_b[/code] " +"completely overlaps [code]polygon_a[/code].\n" +"If [code]polygon_b[/code] is enclosed by [code]polygon_a[/code], returns an " +"outer polygon (boundary) and inner polygon (hole) which could be " +"distinguished by calling [method is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:62 +msgid "" +"Clips [code]polyline[/code] against [code]polygon[/code] and returns an " +"array of clipped polylines. This performs [constant OPERATION_DIFFERENCE] " +"between the polyline and the polygon. This operation can be thought of as " +"cutting a line with a closed shape." +msgstr "" + +#: doc/classes/Geometry.xml:69 +msgid "" +"Given an array of [Vector2]s, returns the convex hull as a list of points in " +"counterclockwise order. The last point is the same as the first one." +msgstr "" + +#: doc/classes/Geometry.xml:77 +msgid "" +"Mutually excludes common area defined by intersection of [code]polygon_a[/" +"code] and [code]polygon_b[/code] (see [method intersect_polygons_2d]) and " +"returns an array of excluded polygons. This performs [constant " +"OPERATION_XOR] between polygons. In other words, returns all but common area " +"between polygons.\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:87 +msgid "" +"Returns the 3D point on the 3D segment ([code]s1[/code], [code]s2[/code]) " +"that is closest to [code]point[/code]. The returned point will always be " +"inside the specified segment." +msgstr "" + +#: doc/classes/Geometry.xml:96 +msgid "" +"Returns the 2D point on the 2D segment ([code]s1[/code], [code]s2[/code]) " +"that is closest to [code]point[/code]. The returned point will always be " +"inside the specified segment." +msgstr "" + +#: doc/classes/Geometry.xml:105 +msgid "" +"Returns the 3D point on the 3D line defined by ([code]s1[/code], [code]s2[/" +"code]) that is closest to [code]point[/code]. The returned point can be " +"inside the segment ([code]s1[/code], [code]s2[/code]) or outside of it, i.e. " +"somewhere on the line extending from the segment." +msgstr "" + +#: doc/classes/Geometry.xml:114 +msgid "" +"Returns the 2D point on the 2D line defined by ([code]s1[/code], [code]s2[/" +"code]) that is closest to [code]point[/code]. The returned point can be " +"inside the segment ([code]s1[/code], [code]s2[/code]) or outside of it, i.e. " +"somewhere on the line extending from the segment." +msgstr "" + +#: doc/classes/Geometry.xml:124 +msgid "" +"Given the two 3D segments ([code]p1[/code], [code]p2[/code]) and ([code]q1[/" +"code], [code]q2[/code]), finds those two points on the two segments that are " +"closest to each other. Returns a [PoolVector3Array] that contains this point " +"on ([code]p1[/code], [code]p2[/code]) as well the accompanying point on " +"([code]q1[/code], [code]q2[/code])." +msgstr "" + +#: doc/classes/Geometry.xml:134 +msgid "" +"Given the two 2D segments ([code]p1[/code], [code]q1[/code]) and ([code]p2[/" +"code], [code]q2[/code]), finds those two points on the two segments that are " +"closest to each other. Returns a [PoolVector2Array] that contains this point " +"on ([code]p1[/code], [code]q1[/code]) as well the accompanying point on " +"([code]p2[/code], [code]q2[/code])." +msgstr "" + +#: doc/classes/Geometry.xml:141 +msgid "Used internally by the engine." +msgstr "" + +#: doc/classes/Geometry.xml:149 +msgid "" +"Intersects [code]polygon_a[/code] with [code]polygon_b[/code] and returns an " +"array of intersected polygons. This performs [constant " +"OPERATION_INTERSECTION] between polygons. In other words, returns common " +"area shared by polygons. Returns an empty array if no intersection occurs.\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:158 +msgid "" +"Intersects [code]polyline[/code] with [code]polygon[/code] and returns an " +"array of intersected polylines. This performs [constant " +"OPERATION_INTERSECTION] between the polyline and the polygon. This operation " +"can be thought of as chopping a line with a closed shape." +msgstr "" + +#: doc/classes/Geometry.xml:167 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is inside the circle or if " +"it's located exactly [i]on[/i] the circle's boundary, otherwise returns " +"[code]false[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:175 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is inside [code]polygon[/" +"code] or if it's located exactly [i]on[/i] polygon's boundary, otherwise " +"returns [code]false[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:182 +msgid "" +"Returns [code]true[/code] if [code]polygon[/code]'s vertices are ordered in " +"clockwise order, otherwise returns [code]false[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:192 +msgid "" +"Checks if the two lines ([code]from_a[/code], [code]dir_a[/code]) and " +"([code]from_b[/code], [code]dir_b[/code]) intersect. If yes, return the " +"point of intersection as [Vector2]. If no intersection takes place, returns " +"an empty [Variant].\n" +"[b]Note:[/b] The lines are specified using direction vectors, not end points." +msgstr "" + +#: doc/classes/Geometry.xml:200 +msgid "" +"Given an array of [Vector2]s representing tiles, builds an atlas. The " +"returned dictionary has two keys: [code]points[/code] is a vector of " +"[Vector2] that specifies the positions of each tile, [code]size[/code] " +"contains the overall size of the whole atlas as [Vector2]." +msgstr "" + +#: doc/classes/Geometry.xml:208 +msgid "" +"Merges (combines) [code]polygon_a[/code] and [code]polygon_b[/code] and " +"returns an array of merged polygons. This performs [constant " +"OPERATION_UNION] between polygons.\n" +"The operation may result in an outer polygon (boundary) and multiple inner " +"polygons (holes) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:218 +msgid "" +"Inflates or deflates [code]polygon[/code] by [code]delta[/code] units " +"(pixels). If [code]delta[/code] is positive, makes the polygon grow outward. " +"If [code]delta[/code] is negative, shrinks the polygon inward. Returns an " +"array of polygons because inflating/deflating may result in multiple " +"discrete polygons. Returns an empty array if [code]delta[/code] is negative " +"and the absolute value of it approximately exceeds the minimum bounding " +"rectangle dimensions of the polygon.\n" +"Each polygon's vertices will be rounded as determined by [code]join_type[/" +"code], see [enum PolyJoinType].\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise].\n" +"[b]Note:[/b] To translate the polygon's vertices specifically, use the " +"[method Transform2D.xform] method:\n" +"[codeblock]\n" +"var polygon = PoolVector2Array([Vector2(0, 0), Vector2(100, 0), Vector2(100, " +"100), Vector2(0, 100)])\n" +"var offset = Vector2(50, 50)\n" +"polygon = Transform2D(0, offset).xform(polygon)\n" +"print(polygon) # prints [Vector2(50, 50), Vector2(150, 50), Vector2(150, " +"150), Vector2(50, 150)]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Geometry.xml:237 +msgid "" +"Inflates or deflates [code]polyline[/code] by [code]delta[/code] units " +"(pixels), producing polygons. If [code]delta[/code] is positive, makes the " +"polyline grow outward. Returns an array of polygons because inflating/" +"deflating may result in multiple discrete polygons. If [code]delta[/code] is " +"negative, returns an empty array.\n" +"Each polygon's vertices will be rounded as determined by [code]join_type[/" +"code], see [enum PolyJoinType].\n" +"Each polygon's endpoints will be rounded as determined by [code]end_type[/" +"code], see [enum PolyEndType].\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:250 +msgid "" +"Returns if [code]point[/code] is inside the triangle specified by [code]a[/" +"code], [code]b[/code] and [code]c[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:261 +msgid "" +"Tests if the 3D ray starting at [code]from[/code] with the direction of " +"[code]dir[/code] intersects the triangle specified by [code]a[/code], " +"[code]b[/code] and [code]c[/code]. If yes, returns the point of intersection " +"as [Vector3]. If no intersection takes place, an empty [Variant] is returned." +msgstr "" + +#: doc/classes/Geometry.xml:271 +msgid "" +"Given the 2D segment ([code]segment_from[/code], [code]segment_to[/code]), " +"returns the position on the segment (as a number between 0 and 1) at which " +"the segment hits the circle that is located at position " +"[code]circle_position[/code] and has radius [code]circle_radius[/code]. If " +"the segment does not intersect the circle, -1 is returned (this is also the " +"case if the line extending the segment would intersect the circle, but the " +"segment does not)." +msgstr "" + +#: doc/classes/Geometry.xml:280 +msgid "" +"Given a convex hull defined though the [Plane]s in the array [code]planes[/" +"code], tests if the segment ([code]from[/code], [code]to[/code]) intersects " +"with that hull. If an intersection is found, returns a [PoolVector3Array] " +"containing the point the intersection and the hull's normal. If no " +"intersecion is found, an the returned array is empty." +msgstr "" + +#: doc/classes/Geometry.xml:290 +msgid "" +"Checks if the segment ([code]from[/code], [code]to[/code]) intersects the " +"cylinder with height [code]height[/code] that is centered at the origin and " +"has radius [code]radius[/code]. If no, returns an empty [PoolVector3Array]. " +"If an intersection takes place, the returned array contains the point of " +"intersection and the cylinder's normal at the point of intersection." +msgstr "" + +#: doc/classes/Geometry.xml:300 +msgid "" +"Checks if the two segments ([code]from_a[/code], [code]to_a[/code]) and " +"([code]from_b[/code], [code]to_b[/code]) intersect. If yes, return the point " +"of intersection as [Vector2]. If no intersection takes place, returns an " +"empty [Variant]." +msgstr "" + +#: doc/classes/Geometry.xml:310 +msgid "" +"Checks if the segment ([code]from[/code], [code]to[/code]) intersects the " +"sphere that is located at [code]sphere_position[/code] and has radius " +"[code]sphere_radius[/code]. If no, returns an empty [PoolVector3Array]. If " +"yes, returns a [PoolVector3Array] containing the point of intersection and " +"the sphere's normal at the point of intersection." +msgstr "" + +#: doc/classes/Geometry.xml:321 +msgid "" +"Tests if the segment ([code]from[/code], [code]to[/code]) intersects the " +"triangle [code]a[/code], [code]b[/code], [code]c[/code]. If yes, returns the " +"point of intersection as [Vector3]. If no intersection takes place, an empty " +"[Variant] is returned." +msgstr "" + +#: doc/classes/Geometry.xml:328 +msgid "" +"Triangulates the area specified by discrete set of [code]points[/code] such " +"that no point is inside the circumcircle of any resulting triangle. Returns " +"a [PoolIntArray] where each triangle consists of three consecutive point " +"indices into [code]points[/code] (i.e. the returned array will have [code]n " +"* 3[/code] elements, with [code]n[/code] being the number of found " +"triangles). If the triangulation did not succeed, an empty [PoolIntArray] is " +"returned." +msgstr "" + +#: doc/classes/Geometry.xml:335 +msgid "" +"Triangulates the polygon specified by the points in [code]polygon[/code]. " +"Returns a [PoolIntArray] where each triangle consists of three consecutive " +"point indices into [code]polygon[/code] (i.e. the returned array will have " +"[code]n * 3[/code] elements, with [code]n[/code] being the number of found " +"triangles). If the triangulation did not succeed, an empty [PoolIntArray] is " +"returned." +msgstr "" + +#: doc/classes/Geometry.xml:341 +msgid "" +"Create regions where either subject or clip polygons (or both) are filled." +msgstr "" + +#: doc/classes/Geometry.xml:344 +msgid "" +"Create regions where subject polygons are filled except where clip polygons " +"are filled." +msgstr "" + +#: doc/classes/Geometry.xml:347 +msgid "Create regions where both subject and clip polygons are filled." +msgstr "" + +#: doc/classes/Geometry.xml:350 +msgid "" +"Create regions where either subject or clip polygons are filled but not " +"where both are filled." +msgstr "" + +#: doc/classes/Geometry.xml:353 +msgid "" +"Squaring is applied uniformally at all convex edge joins at [code]1 * delta[/" +"code]." +msgstr "" + +#: doc/classes/Geometry.xml:356 +msgid "" +"While flattened paths can never perfectly trace an arc, they are " +"approximated by a series of arc chords." +msgstr "" + +#: doc/classes/Geometry.xml:359 +msgid "" +"There's a necessary limit to mitered joins since offsetting edges that join " +"at very acute angles will produce excessively long and narrow \"spikes\". " +"For any given edge join, when miter offsetting would exceed that maximum " +"distance, \"square\" joining is applied." +msgstr "" + +#: doc/classes/Geometry.xml:362 +msgid "" +"Endpoints are joined using the [enum PolyJoinType] value and the path filled " +"as a polygon." +msgstr "" + +#: doc/classes/Geometry.xml:365 +msgid "" +"Endpoints are joined using the [enum PolyJoinType] value and the path filled " +"as a polyline." +msgstr "" + +#: doc/classes/Geometry.xml:368 +msgid "Endpoints are squared off with no extension." +msgstr "" + +#: doc/classes/Geometry.xml:371 +msgid "Endpoints are squared off and extended by [code]delta[/code] units." +msgstr "" + +#: doc/classes/Geometry.xml:374 +msgid "Endpoints are rounded off and extended by [code]delta[/code] units." +msgstr "" + +#: doc/classes/GeometryInstance.xml:4 +msgid "Base node for geometry-based visual instances." +msgstr "" + +#: doc/classes/GeometryInstance.xml:7 +msgid "" +"Base node for geometry-based visual instances. Shares some common " +"functionality like visibility and custom materials." +msgstr "" + +#: doc/classes/GeometryInstance.xml:16 +msgid "" +"Returns the [enum GeometryInstance.Flags] that have been set for this object." +msgstr "" + +#: doc/classes/GeometryInstance.xml:23 +msgid "" +"Overrides the bounding box of this node with a custom one. To remove it, set " +"an [AABB] with all fields set to zero." +msgstr "" + +#: doc/classes/GeometryInstance.xml:31 +msgid "" +"Sets the [enum GeometryInstance.Flags] specified. See [enum GeometryInstance." +"Flags] for options." +msgstr "" + +#: doc/classes/GeometryInstance.xml:37 +msgid "" +"The selected shadow casting flag. See [enum ShadowCastingSetting] for " +"possible values." +msgstr "" + +#: doc/classes/GeometryInstance.xml:40 +msgid "" +"The extra distance added to the GeometryInstance's bounding box ([AABB]) to " +"increase its cull box." +msgstr "" + +#: doc/classes/GeometryInstance.xml:43 +msgid "" +"When disabled, the mesh will be taken into account when computing indirect " +"lighting, but the resulting lightmap will not be saved. Useful for emissive " +"only materials or shadow casters." +msgstr "" + +#: doc/classes/GeometryInstance.xml:46 +msgid "" +"Scale factor for the generated baked lightmap. Useful for adding detail to " +"certain mesh instances." +msgstr "" + +#: doc/classes/GeometryInstance.xml:49 +msgid "" +"The GeometryInstance's max LOD distance.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:53 +msgid "" +"The GeometryInstance's max LOD margin.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:57 +msgid "" +"The GeometryInstance's min LOD distance.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:61 +msgid "" +"The GeometryInstance's min LOD margin.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:65 +msgid "" +"The material override for the whole geometry.\n" +"If a material is assigned to this property, it will be used instead of any " +"material set in any material slot of the mesh." +msgstr "" + +#: doc/classes/GeometryInstance.xml:69 +msgid "" +"If [code]true[/code], this GeometryInstance will be used when baking lights " +"using a [GIProbe] or [BakedLightmap]." +msgstr "" + +#: doc/classes/GeometryInstance.xml:74 +msgid "The generated lightmap texture will have the original size." +msgstr "" + +#: doc/classes/GeometryInstance.xml:77 +msgid "The generated lightmap texture will be twice as large, on each axis." +msgstr "" + +#: doc/classes/GeometryInstance.xml:80 +msgid "The generated lightmap texture will be 4 times as large, on each axis." +msgstr "" + +#: doc/classes/GeometryInstance.xml:83 +msgid "The generated lightmap texture will be 8 times as large, on each axis." +msgstr "" + +#: doc/classes/GeometryInstance.xml:88 +msgid "Will not cast any shadows." +msgstr "" + +#: doc/classes/GeometryInstance.xml:91 +msgid "" +"Will cast shadows from all visible faces in the GeometryInstance.\n" +"Will take culling into account, so faces not being rendered will not be " +"taken into account when shadow casting." +msgstr "" + +#: doc/classes/GeometryInstance.xml:95 +msgid "" +"Will cast shadows from all visible faces in the GeometryInstance.\n" +"Will not take culling into account, so all faces will be taken into account " +"when shadow casting." +msgstr "" + +#: doc/classes/GeometryInstance.xml:99 +msgid "" +"Will only show the shadows casted from this object.\n" +"In other words, the actual mesh will not be visible, only the shadows casted " +"from the mesh will be." +msgstr "" + +#: doc/classes/GeometryInstance.xml:103 +msgid "" +"Will allow the GeometryInstance to be used when baking lights using a " +"[GIProbe] or [BakedLightmap]." +msgstr "" + +#: doc/classes/GeometryInstance.xml:106 +msgid "" +"Unused in this class, exposed for consistency with [enum VisualServer." +"InstanceFlags]." +msgstr "" + +#: doc/classes/GIProbe.xml:4 +msgid "Real-time global illumination (GI) probe." +msgstr "" + +#: doc/classes/GIProbe.xml:7 +msgid "" +"[GIProbe]s are used to provide high-quality real-time indirect light to " +"scenes. They precompute the effect of objects that emit light and the effect " +"of static geometry to simulate the behavior of complex light in real-time. " +"[GIProbe]s need to be baked before using, however, once baked, dynamic " +"objects will receive light from them. Further, lights can be fully dynamic " +"or baked.\n" +"Having [GIProbe]s in a scene can be expensive, the quality of the probe can " +"be turned down in exchange for better performance in the [ProjectSettings] " +"using [member ProjectSettings.rendering/quality/voxel_cone_tracing/" +"high_quality].\n" +"[b]Note:[/b] Meshes should have sufficiently thick walls to avoid light " +"leaks (avoid one-sided walls). For interior levels, enclose your level " +"geometry in a sufficiently large box and bridge the loops to close the " +"mesh.\n" +"[b]Note:[/b] Due to a renderer limitation, emissive [ShaderMaterial]s cannot " +"emit light when used in a [GIProbe]. Only emissive [SpatialMaterial]s can " +"emit light in a [GIProbe]." +msgstr "" + +#: doc/classes/GIProbe.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/gi_probes.html" +msgstr "" + +#: doc/classes/GIProbe.xml:22 +msgid "" +"Bakes the effect from all [GeometryInstance]s marked with [member " +"GeometryInstance.use_in_baked_light] and [Light]s marked with either " +"[constant Light.BAKE_INDIRECT] or [constant Light.BAKE_ALL]. If " +"[code]create_visual_debug[/code] is [code]true[/code], after baking the " +"light, this will generate a [MultiMesh] that has a cube representing each " +"solid cell with each cube colored to the cell's albedo color. This can be " +"used to visualize the [GIProbe]'s data and debug any issues that may be " +"occurring." +msgstr "" + +#: doc/classes/GIProbe.xml:28 +msgid "Calls [method bake] with [code]create_visual_debug[/code] enabled." +msgstr "" + +#: doc/classes/GIProbe.xml:34 +msgid "" +"Offsets the lookup of the light contribution from the [GIProbe]. This can be " +"used to avoid self-shadowing, but may introduce light leaking at higher " +"values. This and [member normal_bias] should be played around with to " +"minimize self-shadowing and light leaking.\n" +"[b]Note:[/b] [code]bias[/code] should usually be above 1.0 as that is the " +"size of the voxels." +msgstr "" + +#: doc/classes/GIProbe.xml:38 +msgid "" +"[i]Deprecated.[/i] This property has been deprecated due to known bugs and " +"no longer has any effect when enabled." +msgstr "" + +#: doc/classes/GIProbe.xml:41 +msgid "The [GIProbeData] resource that holds the data for this [GIProbe]." +msgstr "" + +#: doc/classes/GIProbe.xml:44 +msgid "" +"The maximum brightness that the [GIProbe] will recognize. Brightness will be " +"scaled within this range." +msgstr "" + +#: doc/classes/GIProbe.xml:47 +msgid "" +"Energy multiplier. Makes the lighting contribution from the [GIProbe] " +"brighter." +msgstr "" + +#: doc/classes/GIProbe.xml:50 +msgid "" +"The size of the area covered by the [GIProbe]. If you make the extents " +"larger without increasing the subdivisions with [member subdiv], the size of " +"each cell will increase and result in lower detailed lighting." +msgstr "" + +#: doc/classes/GIProbe.xml:53 +msgid "" +"If [code]true[/code], ignores the sky contribution when calculating lighting." +msgstr "" + +#: doc/classes/GIProbe.xml:56 +msgid "" +"Offsets the lookup into the [GIProbe] based on the object's normal " +"direction. Can be used to reduce some self-shadowing artifacts." +msgstr "" + +#: doc/classes/GIProbe.xml:59 +msgid "" +"How much light propagates through the probe internally. A higher value " +"allows light to spread further." +msgstr "" + +#: doc/classes/GIProbe.xml:62 +msgid "" +"Number of times to subdivide the grid that the [GIProbe] operates on. A " +"higher number results in finer detail and thus higher visual quality, while " +"lower numbers result in better performance." +msgstr "" + +#: doc/classes/GIProbe.xml:67 +msgid "" +"Use 64 subdivisions. This is the lowest quality setting, but the fastest. " +"Use it if you can, but especially use it on lower-end hardware." +msgstr "" + +#: doc/classes/GIProbe.xml:70 +msgid "Use 128 subdivisions. This is the default quality setting." +msgstr "" + +#: doc/classes/GIProbe.xml:73 +msgid "Use 256 subdivisions." +msgstr "" + +#: doc/classes/GIProbe.xml:76 +msgid "" +"Use 512 subdivisions. This is the highest quality setting, but the slowest. " +"On lower-end hardware this could cause the GPU to stall." +msgstr "" + +#: doc/classes/GIProbe.xml:79 +msgid "Represents the size of the [enum Subdiv] enum." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:13 +msgid "" +"The [Color] of the light. Defaults to white. A black color causes the light " +"to have no effect." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:16 +msgid "" +"The inner angle of the cone in a spotlight. Must be less than or equal to " +"the outer cone angle.\n" +"Within this angle, the light is at full brightness. Between the inner and " +"outer cone angles, there is a transition from full brightness to zero " +"brightness. When creating a Godot [SpotLight], the ratio between the inner " +"and outer cone angles is used to calculate the attenuation of the light." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:20 +msgid "" +"The intensity of the light. This is expressed in candelas (lumens per " +"steradian) for point and spot lights, and lux (lumens per m²) for " +"directional lights. When creating a Godot light, this value is converted to " +"a unitless multiplier." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:23 +msgid "" +"The outer angle of the cone in a spotlight. Must be greater than or equal to " +"the inner angle.\n" +"At this angle, the light drops off to zero brightness. Between the inner and " +"outer cone angles, there is a transition from full brightness to zero " +"brightness. If this angle is a half turn, then the spotlight emits in all " +"directions. When creating a Godot [SpotLight], the outer cone angle is used " +"as the angle of the spotlight." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:27 +msgid "" +"The range of the light, beyond which the light has no effect. GLTF lights " +"with no range defined behave like physical lights (which have infinite " +"range). When creating a Godot light, the range is clamped to 4096." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:30 +msgid "" +"The type of the light. The values accepted by Godot are \"point\", \"spot\", " +"and \"directional\", which correspond to Godot's [OmniLight], [SpotLight], " +"and [DirectionalLight] respectively." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:4 +msgid "Bridge between Godot and the Mono runtime (Mono-enabled builds only)." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:7 +msgid "" +"This class is a bridge between Godot and the Mono runtime. It exposes " +"several low-level operations and is only available in Mono-enabled Godot " +"builds.\n" +"See also [CSharpScript]." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:17 +msgid "Attaches the current thread to the Mono runtime." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:24 +msgid "Detaches the current thread from the Mono runtime." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:31 +msgid "" +"Returns the current MonoDomain ID.\n" +"[b]Note:[/b] The Mono runtime must be initialized for this method to work " +"(use [method is_runtime_initialized] to check). If the Mono runtime isn't " +"initialized at the time this method is called, the engine will crash." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:39 +msgid "" +"Returns the scripts MonoDomain's ID. This will be the same MonoDomain ID as " +"[method get_domain_id], unless the scripts domain isn't loaded.\n" +"[b]Note:[/b] The Mono runtime must be initialized for this method to work " +"(use [method is_runtime_initialized] to check). If the Mono runtime isn't " +"initialized at the time this method is called, the engine will crash." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:49 +msgid "" +"Returns [code]true[/code] if the domain is being finalized, [code]false[/" +"code] otherwise." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:56 +msgid "" +"Returns [code]true[/code] if the Mono runtime is initialized, [code]false[/" +"code] otherwise." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:63 +msgid "" +"Returns [code]true[/code] if the Mono runtime is shutting down, [code]false[/" +"code] otherwise." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:70 +msgid "" +"Returns [code]true[/code] if the scripts domain is loaded, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/Gradient.xml:4 +msgid "" +"A color interpolator resource which can be used to generate colors between " +"user-defined color points." +msgstr "" + +#: doc/classes/Gradient.xml:7 +msgid "" +"Given a set of colors, this resource will interpolate them in order. This " +"means that if you have color 1, color 2 and color 3, the ramp will " +"interpolate from color 1 to color 2 and from color 2 to color 3. The ramp " +"will initially have 2 colors (black and white), one (black) at ramp lower " +"offset 0 and the other (white) at the ramp higher offset 1." +msgstr "" + +#: doc/classes/Gradient.xml:17 +msgid "" +"Adds the specified color to the end of the ramp, with the specified offset." +msgstr "" + +#: doc/classes/Gradient.xml:24 +msgid "Returns the color of the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:31 +msgid "Returns the offset of the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:37 +msgid "Returns the number of colors in the ramp." +msgstr "" + +#: doc/classes/Gradient.xml:44 +msgid "Returns the interpolated color specified by [code]offset[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:51 +msgid "Removes the color at the index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:59 +msgid "Sets the color of the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:67 +msgid "Sets the offset for the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:73 +msgid "Gradient's colors returned as a [PoolColorArray]." +msgstr "" + +#: doc/classes/Gradient.xml:76 +msgid "Gradient's offsets returned as a [PoolRealArray]." +msgstr "" + +#: doc/classes/GradientTexture.xml:4 +msgid "Gradient-filled texture." +msgstr "" + +#: doc/classes/GradientTexture.xml:7 +msgid "" +"GradientTexture uses a [Gradient] to fill the texture data. The gradient " +"will be filled from left to right using colors obtained from the gradient. " +"This means the texture does not necessarily represent an exact copy of the " +"gradient, but instead an interpolation of samples obtained from the gradient " +"at fixed steps (see [member width])." +msgstr "" + +#: doc/classes/GradientTexture.xml:15 +msgid "The [Gradient] that will be used to fill the texture." +msgstr "" + +#: doc/classes/GradientTexture.xml:18 +msgid "The number of color samples that will be obtained from the [Gradient]." +msgstr "" + +#: doc/classes/GraphEdit.xml:4 +msgid "" +"GraphEdit is an area capable of showing various GraphNodes. It manages " +"connection events between them." +msgstr "" + +#: doc/classes/GraphEdit.xml:7 +msgid "" +"GraphEdit manages the showing of GraphNodes it contains, as well as " +"connections and disconnections between them. Signals are sent for each of " +"these two events. Disconnection between GraphNode slots is disabled by " +"default.\n" +"It is greatly advised to enable low-processor usage mode (see [member OS." +"low_processor_usage_mode]) when using GraphEdits." +msgstr "" + +#: doc/classes/GraphEdit.xml:18 +msgid "" +"Makes possible the connection between two different slot types. The type is " +"defined with the [method GraphNode.set_slot] method." +msgstr "" + +#: doc/classes/GraphEdit.xml:25 +msgid "" +"Makes possible to disconnect nodes when dragging from the slot at the left " +"if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:32 +msgid "" +"Makes possible to disconnect nodes when dragging from the slot at the right " +"if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:38 +msgid "Removes all connections between nodes." +msgstr "" + +#: doc/classes/GraphEdit.xml:48 +msgid "" +"Create a connection between the [code]from_port[/code] slot of the " +"[code]from[/code] GraphNode and the [code]to_port[/code] slot of the " +"[code]to[/code] GraphNode. If the connection already exists, no connection " +"is created." +msgstr "" + +#: doc/classes/GraphEdit.xml:58 +msgid "" +"Removes the connection between the [code]from_port[/code] slot of the " +"[code]from[/code] GraphNode and the [code]to_port[/code] slot of the " +"[code]to[/code] GraphNode. If the connection does not exist, no connection " +"is removed." +msgstr "" + +#: doc/classes/GraphEdit.xml:64 +msgid "" +"Returns an Array containing the list of connections. A connection consists " +"in a structure of the form [code]{ from_port: 0, from: \"GraphNode name 0\", " +"to_port: 1, to: \"GraphNode name 1\" }[/code]." +msgstr "" + +#: doc/classes/GraphEdit.xml:70 +msgid "" +"Gets the [HBoxContainer] that contains the zooming and grid snap controls in " +"the top left of the graph. You can use this method to reposition the toolbar " +"or to add your own custom controls to it.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/GraphEdit.xml:81 +msgid "" +"Returns [code]true[/code] if the [code]from_port[/code] slot of the " +"[code]from[/code] GraphNode is connected to the [code]to_port[/code] slot of " +"the [code]to[/code] GraphNode." +msgstr "" + +#: doc/classes/GraphEdit.xml:89 +msgid "Returns whether it's possible to connect slots of the specified types." +msgstr "" + +#: doc/classes/GraphEdit.xml:97 +msgid "" +"Makes it not possible to connect between two different slot types. The type " +"is defined with the [method GraphNode.set_slot] method." +msgstr "" + +#: doc/classes/GraphEdit.xml:104 +msgid "" +"Removes the possibility to disconnect nodes when dragging from the slot at " +"the left if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:111 +msgid "" +"Removes the possibility to disconnect nodes when dragging from the slot at " +"the right if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:122 +msgid "" +"Sets the coloration of the connection between [code]from[/code]'s " +"[code]from_port[/code] and [code]to[/code]'s [code]to_port[/code] with the " +"color provided in the [code]activity[/code] theme property." +msgstr "" + +#: doc/classes/GraphEdit.xml:129 +msgid "Sets the specified [code]node[/code] as the one selected." +msgstr "" + +#: doc/classes/GraphEdit.xml:136 +msgid "If [code]true[/code], the minimap is visible." +msgstr "" + +#: doc/classes/GraphEdit.xml:139 +msgid "The opacity of the minimap rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:142 +msgid "" +"The size of the minimap rectangle. The map itself is based on the size of " +"the grid area and is scaled to fit this rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:146 +msgid "" +"If [code]true[/code], enables disconnection of existing connections in the " +"GraphEdit by dragging the right end." +msgstr "" + +#: doc/classes/GraphEdit.xml:149 +msgid "The scroll offset." +msgstr "" + +#: doc/classes/GraphEdit.xml:152 +msgid "" +"If [code]true[/code], makes a label with the current zoom level visible. The " +"zoom value is displayed in percents." +msgstr "" + +#: doc/classes/GraphEdit.xml:155 +msgid "The snapping distance in pixels." +msgstr "" + +#: doc/classes/GraphEdit.xml:158 +msgid "If [code]true[/code], enables snapping." +msgstr "" + +#: doc/classes/GraphEdit.xml:161 +msgid "The current zoom value." +msgstr "" + +#: doc/classes/GraphEdit.xml:164 +msgid "The upper zoom limit." +msgstr "" + +#: doc/classes/GraphEdit.xml:167 +msgid "The lower zoom limit." +msgstr "" + +#: doc/classes/GraphEdit.xml:170 +msgid "The step of each zoom level." +msgstr "" + +#: doc/classes/GraphEdit.xml:176 +msgid "Emitted at the beginning of a GraphNode movement." +msgstr "" + +#: doc/classes/GraphEdit.xml:181 +msgid "Emitted at the end of a GraphNode movement." +msgstr "" + +#: doc/classes/GraphEdit.xml:189 +msgid "" +"Emitted when user dragging connection from input port into empty space of " +"the graph." +msgstr "" + +#: doc/classes/GraphEdit.xml:198 +msgid "" +"Emitted to the GraphEdit when the connection between the [code]from_slot[/" +"code] slot of the [code]from[/code] GraphNode and the [code]to_slot[/code] " +"slot of the [code]to[/code] GraphNode is attempted to be created." +msgstr "" + +#: doc/classes/GraphEdit.xml:206 +msgid "" +"Emitted when user dragging connection from output port into empty space of " +"the graph." +msgstr "" + +#: doc/classes/GraphEdit.xml:211 +msgid "Emitted when the user presses [code]Ctrl + C[/code]." +msgstr "" + +#: doc/classes/GraphEdit.xml:216 +msgid "Emitted when a GraphNode is attempted to be removed from the GraphEdit." +msgstr "" + +#: doc/classes/GraphEdit.xml:225 +msgid "" +"Emitted to the GraphEdit when the connection between [code]from_slot[/code] " +"slot of [code]from[/code] GraphNode and [code]to_slot[/code] slot of " +"[code]to[/code] GraphNode is attempted to be removed." +msgstr "" + +#: doc/classes/GraphEdit.xml:230 +msgid "" +"Emitted when a GraphNode is attempted to be duplicated in the GraphEdit." +msgstr "" + +#: doc/classes/GraphEdit.xml:236 +msgid "Emitted when a GraphNode is selected." +msgstr "" + +#: doc/classes/GraphEdit.xml:246 +msgid "Emitted when the user presses [code]Ctrl + V[/code]." +msgstr "" + +#: doc/classes/GraphEdit.xml:252 +msgid "" +"Emitted when a popup is requested. Happens on right-clicking in the " +"GraphEdit. [code]position[/code] is the position of the mouse pointer when " +"the signal is sent." +msgstr "" + +#: doc/classes/GraphEdit.xml:258 +msgid "" +"Emitted when the scroll offset is changed by the user. It will not be " +"emitted when changed in code." +msgstr "" + +#: doc/classes/GraphEdit.xml:272 +msgid "The background drawn under the grid." +msgstr "" + +#: doc/classes/GraphEdit.xml:275 +msgid "Color of major grid lines." +msgstr "" + +#: doc/classes/GraphEdit.xml:278 +msgid "Color of minor grid lines." +msgstr "" + +#: doc/classes/GraphEdit.xml:283 +msgid "The icon for the zoom out button." +msgstr "" + +#: doc/classes/GraphEdit.xml:286 +msgid "The icon for the zoom in button." +msgstr "" + +#: doc/classes/GraphEdit.xml:289 +msgid "" +"The horizontal range within which a port can be grabbed (on both sides)." +msgstr "" + +#: doc/classes/GraphEdit.xml:292 +msgid "The vertical range within which a port can be grabbed (on both sides)." +msgstr "" + +#: doc/classes/GraphEdit.xml:295 +msgid "The icon for the zoom reset button." +msgstr "" + +#: doc/classes/GraphEdit.xml:298 +msgid "The fill color of the selection rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:301 +msgid "The outline color of the selection rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:304 +msgid "The icon for the snap toggle button." +msgstr "" + +#: doc/classes/GraphNode.xml:4 +msgid "" +"A GraphNode is a container with potentially several input and output slots " +"allowing connections between GraphNodes. Slots can have different, " +"incompatible types." +msgstr "" + +#: doc/classes/GraphNode.xml:7 +msgid "" +"A GraphNode is a container. Each GraphNode can have several input and output " +"slots, sometimes referred to as ports, allowing connections between " +"GraphNodes. To add a slot to GraphNode, add any [Control]-derived child node " +"to it.\n" +"After adding at least one child to GraphNode new sections will be " +"automatically created in the Inspector called 'Slot'. When 'Slot' is " +"expanded you will see list with index number for each slot. You can click on " +"each of them to expand further.\n" +"In the Inspector you can enable (show) or disable (hide) slots. By default, " +"all slots are disabled so you may not see any slots on your GraphNode " +"initially. You can assign a type to each slot. Only slots of the same type " +"will be able to connect to each other. You can also assign colors to slots. " +"A tuple of input and output slots is defined for each GUI element included " +"in the GraphNode. Input connections are on the left and output connections " +"are on the right side of GraphNode. Only enabled slots are counted as " +"connections." +msgstr "" + +#: doc/classes/GraphNode.xml:17 +msgid "Disables all input and output slots of the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:24 +msgid "Disables input and output slot whose index is [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:31 +msgid "Returns the [Color] of the input connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:37 +msgid "" +"Returns the number of enabled input slots (connections) to the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:44 +msgid "Returns the position of the input connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:51 +msgid "Returns the type of the input connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:58 +msgid "Returns the [Color] of the output connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:64 +msgid "" +"Returns the number of enabled output slots (connections) of the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:71 +msgid "Returns the position of the output connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:78 +msgid "Returns the type of the output connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:85 +msgid "Returns the left (input) [Color] of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:92 +msgid "Returns the right (output) [Color] of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:99 +msgid "Returns the left (input) type of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:106 +msgid "Returns the right (output) type of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:113 +msgid "" +"Returns [code]true[/code] if left (input) side of the slot [code]idx[/code] " +"is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:120 +msgid "" +"Returns [code]true[/code] if right (output) side of the slot [code]idx[/" +"code] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:135 +msgid "" +"Sets properties of the slot with ID [code]idx[/code].\n" +"If [code]enable_left[/code]/[code]right[/code], a port will appear and the " +"slot will be able to be connected from this side.\n" +"[code]type_left[/code]/[code]right[/code] is an arbitrary type of the port. " +"Only ports with the same type values can be connected.\n" +"[code]color_left[/code]/[code]right[/code] is the tint of the port's icon on " +"this side.\n" +"[code]custom_left[/code]/[code]right[/code] is a custom texture for this " +"side's port.\n" +"[b]Note:[/b] This method only sets properties of the slot. To create the " +"slot, add a [Control]-derived child to the GraphNode.\n" +"Individual properties can be set using one of the [code]set_slot_*[/code] " +"methods. You must enable at least one side of the slot to do so." +msgstr "" + +#: doc/classes/GraphNode.xml:149 +msgid "" +"Sets the [Color] of the left (input) side of the slot [code]idx[/code] to " +"[code]color_left[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:157 +msgid "" +"Sets the [Color] of the right (output) side of the slot [code]idx[/code] to " +"[code]color_right[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:165 +msgid "" +"Toggles the left (input) side of the slot [code]idx[/code]. If " +"[code]enable_left[/code] is [code]true[/code], a port will appear on the " +"left side and the slot will be able to be connected from this side." +msgstr "" + +#: doc/classes/GraphNode.xml:173 +msgid "" +"Toggles the right (output) side of the slot [code]idx[/code]. If " +"[code]enable_right[/code] is [code]true[/code], a port will appear on the " +"right side and the slot will be able to be connected from this side." +msgstr "" + +#: doc/classes/GraphNode.xml:181 +msgid "" +"Sets the left (input) type of the slot [code]idx[/code] to [code]type_left[/" +"code]." +msgstr "" + +#: doc/classes/GraphNode.xml:189 +msgid "" +"Sets the right (output) type of the slot [code]idx[/code] to " +"[code]type_right[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:195 +msgid "If [code]true[/code], the GraphNode is a comment node." +msgstr "" + +#: doc/classes/GraphNode.xml:198 +msgid "" +"The offset of the GraphNode, relative to the scroll offset of the " +"[GraphEdit].\n" +"[b]Note:[/b] You cannot use position directly, as [GraphEdit] is a " +"[Container]." +msgstr "" + +#: doc/classes/GraphNode.xml:202 +msgid "Sets the overlay shown above the GraphNode. See [enum Overlay]." +msgstr "" + +#: doc/classes/GraphNode.xml:205 +msgid "" +"If [code]true[/code], the user can resize the GraphNode.\n" +"[b]Note:[/b] Dragging the handle will only emit the [signal resize_request] " +"signal, the GraphNode needs to be resized manually." +msgstr "" + +#: doc/classes/GraphNode.xml:209 +msgid "If [code]true[/code], the GraphNode is selected." +msgstr "" + +#: doc/classes/GraphNode.xml:212 +msgid "" +"If [code]true[/code], the close button will be visible.\n" +"[b]Note:[/b] Pressing it will only emit the [signal close_request] signal, " +"the GraphNode needs to be removed manually." +msgstr "" + +#: doc/classes/GraphNode.xml:216 +msgid "The text displayed in the GraphNode's title bar." +msgstr "" + +#: doc/classes/GraphNode.xml:222 +msgid "" +"Emitted when the GraphNode is requested to be closed. Happens on clicking " +"the close button (see [member show_close])." +msgstr "" + +#: doc/classes/GraphNode.xml:229 +msgid "Emitted when the GraphNode is dragged." +msgstr "" + +#: doc/classes/GraphNode.xml:234 +msgid "Emitted when the GraphNode is moved." +msgstr "" + +#: doc/classes/GraphNode.xml:239 +msgid "" +"Emitted when the GraphNode is requested to be displayed over other ones. " +"Happens on focusing (clicking into) the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:245 +msgid "" +"Emitted when the GraphNode is requested to be resized. Happens on dragging " +"the resizer handle (see [member resizable])." +msgstr "" + +#: doc/classes/GraphNode.xml:251 +msgid "Emitted when any GraphNode's slot is updated." +msgstr "" + +#: doc/classes/GraphNode.xml:257 +msgid "No overlay is shown." +msgstr "" + +#: doc/classes/GraphNode.xml:260 +msgid "Show overlay set in the [code]breakpoint[/code] theme property." +msgstr "" + +#: doc/classes/GraphNode.xml:263 +msgid "Show overlay set in the [code]position[/code] theme property." +msgstr "" + +#: doc/classes/GraphNode.xml:268 +msgid "" +"The background used when [member overlay] is set to [constant " +"OVERLAY_BREAKPOINT]." +msgstr "" + +#: doc/classes/GraphNode.xml:271 +msgid "" +"The icon for the close button, visible when [member show_close] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:274 +msgid "The color modulation applied to the close button icon." +msgstr "" + +#: doc/classes/GraphNode.xml:277 doc/classes/WindowDialog.xml:41 +msgid "The vertical offset of the close button." +msgstr "" + +#: doc/classes/GraphNode.xml:280 +msgid "The [StyleBox] used when [member comment] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:283 +msgid "" +"The [StyleBox] used when [member comment] is enabled and the [GraphNode] is " +"focused." +msgstr "" + +#: doc/classes/GraphNode.xml:290 +msgid "The default background for [GraphNode]." +msgstr "" + +#: doc/classes/GraphNode.xml:293 +msgid "The icon used for representing ports." +msgstr "" + +#: doc/classes/GraphNode.xml:296 +msgid "Horizontal offset for the ports." +msgstr "" + +#: doc/classes/GraphNode.xml:299 +msgid "" +"The background used when [member overlay] is set to [constant " +"OVERLAY_POSITION]." +msgstr "" + +#: doc/classes/GraphNode.xml:302 +msgid "The icon used for resizer, visible when [member resizable] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:305 +msgid "The color modulation applied to the resizer icon." +msgstr "" + +#: doc/classes/GraphNode.xml:308 +msgid "The background used when the [GraphNode] is selected." +msgstr "" + +#: doc/classes/GraphNode.xml:311 +msgid "The vertical distance between ports." +msgstr "" + +#: doc/classes/GraphNode.xml:314 +msgid "Color of the title text." +msgstr "" + +#: doc/classes/GraphNode.xml:317 +msgid "Font used for the title text." +msgstr "" + +#: doc/classes/GraphNode.xml:320 +msgid "Vertical offset of the title text." +msgstr "" + +#: doc/classes/GridContainer.xml:4 +msgid "" +"Grid container used to arrange Control-derived children in a grid like " +"layout." +msgstr "" + +#: doc/classes/GridContainer.xml:7 +msgid "" +"GridContainer will arrange its Control-derived children in a grid like " +"structure, the grid columns are specified using the [member columns] " +"property and the number of rows will be equal to the number of children in " +"the container divided by the number of columns. For example, if the " +"container has 5 children, and 2 columns, there will be 3 rows in the " +"container.\n" +"Notice that grid layout will preserve the columns and rows for every size of " +"the container, and that empty columns will be expanded automatically.\n" +"[b]Note:[/b] GridContainer only works with child nodes inheriting from " +"Control. It won't rearrange child nodes inheriting from Node2D." +msgstr "" + +#: doc/classes/GridContainer.xml:18 +msgid "" +"The number of columns in the [GridContainer]. If modified, [GridContainer] " +"reorders its Control-derived children to accommodate the new layout." +msgstr "" + +#: doc/classes/GridContainer.xml:26 +msgid "The horizontal separation of children nodes." +msgstr "" + +#: doc/classes/GridContainer.xml:29 +msgid "The vertical separation of children nodes." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:4 +msgid "Node for 3D tile-based maps." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:7 +msgid "" +"GridMap lets you place meshes on a grid interactively. It works both from " +"the editor and from scripts, which can help you create in-game level " +"editors.\n" +"GridMaps use a [MeshLibrary] which contains a list of tiles. Each tile is a " +"mesh with materials plus optional collision and navigation shapes.\n" +"A GridMap contains a collection of cells. Each grid cell refers to a tile in " +"the [MeshLibrary]. All cells in the map have the same dimensions.\n" +"Internally, a GridMap is split into a sparse collection of octants for " +"efficient rendering and physics processing. Every octant has the same " +"dimensions and can contain several cells.\n" +"[b]Note:[/b] GridMap doesn't extend [VisualInstance] and therefore can't be " +"hidden or cull masked based on [member VisualInstance.layers]. If you make a " +"light not affect the first layer, the whole GridMap won't be lit by the " +"light in question." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:14 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/using_gridmaps.html" +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:22 +msgid "Clear all cells." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:39 +msgid "" +"Returns an array of [ArrayMesh]es and [Transform] references of all bake " +"meshes that exist within the current GridMap." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:48 +msgid "" +"The [MeshLibrary] item index located at the grid-based X, Y and Z " +"coordinates. If the cell is empty, [constant INVALID_CELL_ITEM] will be " +"returned." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:57 +msgid "" +"The orientation of the cell at the grid-based X, Y and Z coordinates. -1 is " +"returned if the cell is empty." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:64 +msgid "Returns an individual bit on the [member collision_layer]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:71 +msgid "Returns an individual bit on the [member collision_mask]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:77 +msgid "" +"Returns an array of [Transform] and [Mesh] references corresponding to the " +"non-empty cells in the grid. The transforms are specified in world space." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:83 +msgid "" +"Returns an array of [Vector3] with the non-empty cell coordinates in the " +"grid map." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:99 +msgid "" +"Returns the position of a grid cell in the GridMap's local coordinate space." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:116 +msgid "" +"Sets the mesh index for the cell referenced by its grid-based X, Y and Z " +"coordinates.\n" +"A negative item index such as [constant INVALID_CELL_ITEM] will clear the " +"cell.\n" +"Optionally, the item's orientation can be passed. For valid orientation " +"values, see [method Basis.get_orthogonal_index]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:135 +msgid "Sets an individual bit on the [member collision_layer]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:143 +msgid "Sets an individual bit on the [member collision_mask]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:150 +msgid "" +"Returns the coordinates of the grid cell containing the given point.\n" +"[code]pos[/code] should be in the GridMap's local coordinate space." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:157 +msgid "If [code]true[/code], grid items are centered on the X axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:160 +msgid "If [code]true[/code], grid items are centered on the Y axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:163 +msgid "If [code]true[/code], grid items are centered on the Z axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:166 +msgid "" +"The size of each octant measured in number of cells. This applies to all " +"three axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:169 +msgid "" +"The scale of the cell items.\n" +"This does not affect the size of the grid cells themselves, only the items " +"in them. This can be used to make cell items overlap their neighbors." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:173 +msgid "" +"The dimensions of the grid's cells.\n" +"This does not affect the size of the meshes. See [member cell_scale]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:177 +msgid "" +"The physics layers this GridMap is in.\n" +"GridMaps act as static bodies, meaning they aren't affected by gravity or " +"other forces. They only affect other physics bodies that collide with them." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:181 +msgid "" +"The physics layers this GridMap detects collisions in. See [url=https://docs." +"godotengine.org/en/3.4/tutorials/physics/physics_introduction.html#collision-" +"layers-and-masks]Collision layers and masks[/url] in the documentation for " +"more information." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:184 +msgid "The assigned [MeshLibrary]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:187 +msgid "" +"Controls whether this GridMap will be baked in a [BakedLightmap] or not." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:194 +msgid "Emitted when [member cell_size] changes." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:200 +msgid "" +"Invalid cell item that can be used in [method set_cell_item] to clear cells " +"(or represent an empty cell in [method get_cell_item])." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:4 +msgid "Groove constraint for 2D physics." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:7 +msgid "" +"Groove constraint for 2D physics. This is useful for making a body \"slide\" " +"through a segment placed in another." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:15 +msgid "" +"The body B's initial anchor position defined by the joint's origin and a " +"local offset [member initial_offset] along the joint's Y axis (along the " +"groove)." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:18 +msgid "" +"The groove's length. The groove is from the joint's origin towards [member " +"length] along the joint's local Y axis." +msgstr "" + +#: doc/classes/HashingContext.xml:4 +msgid "Context to compute cryptographic hashes over multiple iterations." +msgstr "" + +#: doc/classes/HashingContext.xml:7 +msgid "" +"The HashingContext class provides an interface for computing cryptographic " +"hashes over multiple iterations. This is useful for example when computing " +"hashes of big files (so you don't have to load them all in memory), network " +"streams, and data streams in general (so you don't have to hold buffers).\n" +"The [enum HashType] enum shows the supported hashing algorithms.\n" +"[codeblock]\n" +"const CHUNK_SIZE = 1024\n" +"\n" +"func hash_file(path):\n" +" var ctx = HashingContext.new()\n" +" var file = File.new()\n" +" # Start a SHA-256 context.\n" +" ctx.start(HashingContext.HASH_SHA256)\n" +" # Check that file exists.\n" +" if not file.file_exists(path):\n" +" return\n" +" # Open the file to hash.\n" +" file.open(path, File.READ)\n" +" # Update the context after reading each chunk.\n" +" while not file.eof_reached():\n" +" ctx.update(file.get_buffer(CHUNK_SIZE))\n" +" # Get the computed hash.\n" +" var res = ctx.finish()\n" +" # Print the result as hex string and array.\n" +" printt(res.hex_encode(), Array(res))\n" +"[/codeblock]\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/HashingContext.xml:38 +msgid "Closes the current context, and return the computed hash." +msgstr "" + +#: doc/classes/HashingContext.xml:45 +msgid "" +"Starts a new hash computation of the given [code]type[/code] (e.g. [constant " +"HASH_SHA256] to start computation of a SHA-256)." +msgstr "" + +#: doc/classes/HashingContext.xml:52 +msgid "Updates the computation with the given [code]chunk[/code] of data." +msgstr "" + +#: doc/classes/HashingContext.xml:58 +msgid "Hashing algorithm: MD5." +msgstr "" + +#: doc/classes/HashingContext.xml:61 +msgid "Hashing algorithm: SHA-1." +msgstr "" + +#: doc/classes/HashingContext.xml:64 +msgid "Hashing algorithm: SHA-256." +msgstr "" + +#: doc/classes/HBoxContainer.xml:4 +msgid "Horizontal box container." +msgstr "" + +#: doc/classes/HBoxContainer.xml:7 +msgid "Horizontal box container. See [BoxContainer]." +msgstr "" + +#: doc/classes/HBoxContainer.xml:17 +msgid "The horizontal space between the [HBoxContainer]'s elements." +msgstr "" + +#: doc/classes/HeightMapShape.xml:4 +msgid "Height map shape for 3D physics." +msgstr "" + +#: doc/classes/HeightMapShape.xml:7 +msgid "" +"Height map shape resource, which can be added to a [PhysicsBody] or [Area]." +msgstr "" + +#: doc/classes/HeightMapShape.xml:15 +msgid "" +"Height map data, pool array must be of [member map_width] * [member " +"map_depth] size." +msgstr "" + +#: doc/classes/HeightMapShape.xml:18 +msgid "" +"Depth of the height map data. Changing this will resize the [member " +"map_data]." +msgstr "" + +#: doc/classes/HeightMapShape.xml:21 +msgid "" +"Width of the height map data. Changing this will resize the [member " +"map_data]." +msgstr "" + +#: doc/classes/HingeJoint.xml:4 +msgid "A hinge between two 3D PhysicsBodies." +msgstr "" + +#: doc/classes/HingeJoint.xml:7 +msgid "" +"A HingeJoint normally uses the Z axis of body A as the hinge axis, another " +"axis can be specified when adding it manually though. See also " +"[Generic6DOFJoint]." +msgstr "" + +#: doc/classes/HingeJoint.xml:16 doc/classes/SpriteBase3D.xml:21 +msgid "Returns the value of the specified flag." +msgstr "" + +#: doc/classes/HingeJoint.xml:23 doc/classes/ParticlesMaterial.xml:25 +#: doc/classes/PinJoint.xml:16 +msgid "Returns the value of the specified parameter." +msgstr "" + +#: doc/classes/HingeJoint.xml:31 +msgid "If [code]true[/code], enables the specified flag." +msgstr "" + +#: doc/classes/HingeJoint.xml:39 doc/classes/PinJoint.xml:24 +msgid "Sets the value of the specified parameter." +msgstr "" + +#: doc/classes/HingeJoint.xml:45 doc/classes/HingeJoint.xml:85 +#: doc/classes/PhysicsServer.xml:977 +msgid "" +"The speed with which the rotation across the axis perpendicular to the hinge " +"gets corrected." +msgstr "" + +#: doc/classes/HingeJoint.xml:48 doc/classes/HingeJoint.xml:102 +msgid "" +"If [code]true[/code], the hinges maximum and minimum rotation, defined by " +"[member angular_limit/lower] and [member angular_limit/upper] has effects." +msgstr "" + +#: doc/classes/HingeJoint.xml:51 doc/classes/HingeJoint.xml:82 +msgid "" +"The minimum rotation. Only active if [member angular_limit/enable] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/HingeJoint.xml:54 doc/classes/HingeJoint.xml:90 +#: doc/classes/PhysicsServer.xml:982 +msgid "The lower this value, the more the rotation gets slowed down." +msgstr "" + +#: doc/classes/HingeJoint.xml:59 doc/classes/HingeJoint.xml:79 +msgid "" +"The maximum rotation. Only active if [member angular_limit/enable] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/HingeJoint.xml:62 doc/classes/HingeJoint.xml:105 +msgid "When activated, a motor turns the hinge." +msgstr "" + +#: doc/classes/HingeJoint.xml:65 doc/classes/HingeJoint.xml:96 +#: doc/classes/PhysicsServer.xml:988 +msgid "Maximum acceleration for the motor." +msgstr "" + +#: doc/classes/HingeJoint.xml:68 doc/classes/HingeJoint.xml:93 +#: doc/classes/PhysicsServer.xml:985 +msgid "Target speed for the motor." +msgstr "" + +#: doc/classes/HingeJoint.xml:71 doc/classes/HingeJoint.xml:76 +#: doc/classes/PhysicsServer.xml:968 +msgid "" +"The speed with which the two bodies get pulled together when they move in " +"different directions." +msgstr "" + +#: doc/classes/HMACContext.xml:4 +msgid "Used to create an HMAC for a message using a key." +msgstr "" + +#: doc/classes/HMACContext.xml:7 +msgid "" +"The HMACContext class is useful for advanced HMAC use cases, such as " +"streaming the message as it supports creating the message over time rather " +"than providing it all at once.\n" +"[codeblock]\n" +"extends Node\n" +"var ctx = HMACContext.new()\n" +"\n" +"func _ready():\n" +" var key = \"supersecret\".to_utf8()\n" +" var err = ctx.start(HashingContext.HASH_SHA256, key)\n" +" assert(err == OK)\n" +" var msg1 = \"this is \".to_utf8()\n" +" var msg2 = \"vewy vewy secret\".to_utf8()\n" +" err = ctx.update(msg1)\n" +" assert(err == OK)\n" +" err = ctx.update(msg2)\n" +" assert(err == OK)\n" +" var hmac = ctx.finish()\n" +" print(hmac.hex_encode())\n" +"[/codeblock]\n" +"And in C# we can use the following.\n" +"[codeblock]\n" +"using Godot;\n" +"using System;\n" +"using System.Diagnostics;\n" +"\n" +"public class CryptoNode : Node\n" +"{\n" +" private HMACContext ctx = new HMACContext();\n" +" public override void _Ready()\n" +" {\n" +" PoolByteArray key = String(\"supersecret\").to_utf8();\n" +" Error err = ctx.Start(HashingContext.HASH_SHA256, key);\n" +" GD.Assert(err == OK);\n" +" PoolByteArray msg1 = String(\"this is \").to_utf8();\n" +" PoolByteArray msg2 = String(\"vewy vew secret\").to_utf8();\n" +" err = ctx.Update(msg1);\n" +" GD.Assert(err == OK);\n" +" err = ctx.Update(msg2);\n" +" GD.Assert(err == OK);\n" +" PoolByteArray hmac = ctx.Finish();\n" +" GD.Print(hmac.HexEncode());\n" +" }\n" +"}\n" +"[/codeblock]\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/HMACContext.xml:58 +msgid "" +"Returns the resulting HMAC. If the HMAC failed, an empty [PoolByteArray] is " +"returned." +msgstr "" + +#: doc/classes/HMACContext.xml:66 +msgid "" +"Initializes the HMACContext. This method cannot be called again on the same " +"HMACContext until [method finish] has been called." +msgstr "" + +#: doc/classes/HMACContext.xml:73 +msgid "" +"Updates the message to be HMACed. This can be called multiple times before " +"[method finish] is called to append [code]data[/code] to the message, but " +"cannot be called until [method start] has been called." +msgstr "" + +#: doc/classes/HScrollBar.xml:4 +msgid "Horizontal scroll bar." +msgstr "" + +#: doc/classes/HScrollBar.xml:7 +msgid "" +"Horizontal version of [ScrollBar], which goes from left (min) to right (max)." +msgstr "" + +#: doc/classes/HScrollBar.xml:17 +msgid "" +"Icon used as a button to scroll the [ScrollBar] left. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/HScrollBar.xml:20 doc/classes/VScrollBar.xml:24 +msgid "Displayed when the mouse cursor hovers over the decrement button." +msgstr "" + +#: doc/classes/HScrollBar.xml:23 doc/classes/VScrollBar.xml:27 +msgid "Displayed when the decrement button is being pressed." +msgstr "" + +#: doc/classes/HScrollBar.xml:26 doc/classes/VScrollBar.xml:30 +msgid "" +"Used as texture for the grabber, the draggable element representing current " +"scroll." +msgstr "" + +#: doc/classes/HScrollBar.xml:29 doc/classes/VScrollBar.xml:33 +msgid "Used when the mouse hovers over the grabber." +msgstr "" + +#: doc/classes/HScrollBar.xml:32 doc/classes/VScrollBar.xml:36 +msgid "Used when the grabber is being dragged." +msgstr "" + +#: doc/classes/HScrollBar.xml:35 +msgid "" +"Icon used as a button to scroll the [ScrollBar] right. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/HScrollBar.xml:38 doc/classes/VScrollBar.xml:42 +msgid "Displayed when the mouse cursor hovers over the increment button." +msgstr "" + +#: doc/classes/HScrollBar.xml:41 doc/classes/VScrollBar.xml:45 +msgid "Displayed when the increment button is being pressed." +msgstr "" + +#: doc/classes/HScrollBar.xml:44 doc/classes/VScrollBar.xml:48 +msgid "Used as background of this [ScrollBar]." +msgstr "" + +#: doc/classes/HScrollBar.xml:47 doc/classes/VScrollBar.xml:51 +msgid "Used as background when the [ScrollBar] has the GUI focus." +msgstr "" + +#: doc/classes/HSeparator.xml:4 +msgid "Horizontal separator." +msgstr "" + +#: doc/classes/HSeparator.xml:7 +msgid "" +"Horizontal separator. See [Separator]. Even though it looks horizontal, it " +"is used to separate objects vertically." +msgstr "" + +#: doc/classes/HSeparator.xml:17 +msgid "" +"The height of the area covered by the separator. Effectively works like a " +"minimum height." +msgstr "" + +#: doc/classes/HSeparator.xml:20 +msgid "The style for the separator line. Works best with [StyleBoxLine]." +msgstr "" + +#: doc/classes/HSlider.xml:4 +msgid "Horizontal slider." +msgstr "" + +#: doc/classes/HSlider.xml:7 +msgid "" +"Horizontal slider. See [Slider]. This one goes from left (min) to right " +"(max).\n" +"[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] " +"signals are part of the [Range] class which this class inherits from." +msgstr "" + +#: doc/classes/HSlider.xml:18 doc/classes/VSlider.xml:22 +msgid "The texture for the grabber (the draggable element)." +msgstr "" + +#: doc/classes/HSlider.xml:21 +msgid "The background of the area to the left of the grabber." +msgstr "" + +#: doc/classes/HSlider.xml:26 doc/classes/VSlider.xml:30 +msgid "The texture for the grabber when it's disabled." +msgstr "" + +#: doc/classes/HSlider.xml:29 doc/classes/VSlider.xml:33 +msgid "The texture for the grabber when it's focused." +msgstr "" + +#: doc/classes/HSlider.xml:32 +msgid "" +"The background for the whole slider. Determines the height of the " +"[code]grabber_area[/code]." +msgstr "" + +#: doc/classes/HSlider.xml:35 doc/classes/VSlider.xml:39 +msgid "" +"The texture for the ticks, visible when [member Slider.tick_count] is " +"greater than 0." +msgstr "" + +#: doc/classes/HSplitContainer.xml:4 +msgid "Horizontal split container." +msgstr "" + +#: doc/classes/HSplitContainer.xml:7 +msgid "" +"Horizontal split container. See [SplitContainer]. This goes from left to " +"right." +msgstr "" + +#: doc/classes/HSplitContainer.xml:17 doc/classes/VSplitContainer.xml:17 +msgid "" +"Boolean value. If 1 ([code]true[/code]), the grabber will hide automatically " +"when it isn't under the cursor. If 0 ([code]false[/code]), it's always " +"visible." +msgstr "" + +#: doc/classes/HSplitContainer.xml:22 doc/classes/VSplitContainer.xml:22 +msgid "The icon used for the grabber drawn in the middle area." +msgstr "" + +#: doc/classes/HSplitContainer.xml:25 doc/classes/VSplitContainer.xml:25 +msgid "The space between sides of the container." +msgstr "" + +#: doc/classes/HTTPClient.xml:4 +msgid "Low-level hyper-text transfer protocol client." +msgstr "" + +#: doc/classes/HTTPClient.xml:7 +msgid "" +"Hyper-text transfer protocol client (sometimes called \"User Agent\"). Used " +"to make HTTP requests to download web content, upload files and other data " +"or to communicate with various services, among other use cases. [b]See the " +"[HTTPRequest] node for a higher-level alternative.[/b]\n" +"[b]Note:[/b] This client only needs to connect to a host once (see [method " +"connect_to_host]) to send multiple requests. Because of this, methods that " +"take URLs usually take just the part after the host instead of the full URL, " +"as the client is already connected to a host. See [method request] for a " +"full example and to get started.\n" +"A [HTTPClient] should be reused between multiple requests or to connect to " +"different hosts instead of creating one client per request. Supports SSL and " +"SSL server certificate verification. HTTP status codes in the 2xx range " +"indicate success, 3xx redirection (i.e. \"try again, but over here\"), 4xx " +"something was wrong with the request, and 5xx something went wrong on the " +"server's side.\n" +"For more information on HTTP, see https://developer.mozilla.org/en-US/docs/" +"Web/HTTP (or read RFC 2616 to get it straight from the source: https://tools." +"ietf.org/html/rfc2616).\n" +"[b]Note:[/b] When performing HTTP requests from a project exported to HTML5, " +"keep in mind the remote server may not allow requests from foreign origins " +"due to [url=https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS]CORS[/" +"url]. If you host the server in question, you should modify its backend to " +"allow requests from foreign origins by adding the [code]Access-Control-Allow-" +"Origin: *[/code] HTTP header.\n" +"[b]Note:[/b] SSL/TLS support is currently limited to TLS 1.0, TLS 1.1, and " +"TLS 1.2. Attempting to connect to a TLS 1.3-only server will return an " +"error.\n" +"[b]Warning:[/b] SSL/TLS certificate revocation and certificate pinning are " +"currently not supported. Revoked certificates are accepted as long as they " +"are otherwise valid. If this is a concern, you may want to use automatically " +"managed certificates with a short validity period." +msgstr "" + +#: doc/classes/HTTPClient.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/http_client_class." +"html" +msgstr "" + +#: doc/classes/HTTPClient.xml:17 doc/classes/HTTPRequest.xml:71 +#: doc/classes/StreamPeerSSL.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/ssl_certificates." +"html" +msgstr "" + +#: doc/classes/HTTPClient.xml:23 +msgid "Closes the current connection, allowing reuse of this [HTTPClient]." +msgstr "" + +#: doc/classes/HTTPClient.xml:33 +msgid "" +"Connects to a host. This needs to be done before any requests are sent.\n" +"The host should not have http:// prepended but will strip the protocol " +"identifier if provided.\n" +"If no [code]port[/code] is specified (or [code]-1[/code] is used), it is " +"automatically set to 80 for HTTP and 443 for HTTPS (if [code]use_ssl[/code] " +"is enabled).\n" +"[code]verify_host[/code] will check the SSL identity of the host if set to " +"[code]true[/code]." +msgstr "" + +#: doc/classes/HTTPClient.xml:42 +msgid "" +"Returns the response's body length.\n" +"[b]Note:[/b] Some Web servers may not send a body length. In this case, the " +"value returned will be [code]-1[/code]. If using chunked transfer encoding, " +"the body length will also be [code]-1[/code]." +msgstr "" + +#: doc/classes/HTTPClient.xml:49 +msgid "Returns the response's HTTP status code." +msgstr "" + +#: doc/classes/HTTPClient.xml:55 +msgid "Returns the response headers." +msgstr "" + +#: doc/classes/HTTPClient.xml:61 +msgid "" +"Returns all response headers as a Dictionary of structure [code]{ \"key\": " +"\"value1; value2\" }[/code] where the case-sensitivity of the keys and " +"values is kept like the server delivers it. A value is a simple String, this " +"string can have more than one value where \"; \" is used as separator.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"{\n" +" \"content-length\": 12,\n" +" \"Content-Type\": \"application/json; charset=UTF-8\",\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/HTTPClient.xml:74 +msgid "" +"Returns a [enum Status] constant. Need to call [method poll] in order to get " +"status updates." +msgstr "" + +#: doc/classes/HTTPClient.xml:80 +msgid "If [code]true[/code], this [HTTPClient] has a response available." +msgstr "" + +#: doc/classes/HTTPClient.xml:86 +msgid "If [code]true[/code], this [HTTPClient] has a response that is chunked." +msgstr "" + +#: doc/classes/HTTPClient.xml:92 +msgid "" +"This needs to be called in order to have any request processed. Check " +"results with [method get_status]." +msgstr "" + +#: doc/classes/HTTPClient.xml:99 +msgid "" +"Generates a GET/POST application/x-www-form-urlencoded style query string " +"from a provided dictionary, e.g.:\n" +"[codeblock]\n" +"var fields = {\"username\": \"user\", \"password\": \"pass\"}\n" +"var query_string = http_client.query_string_from_dict(fields)\n" +"# Returns \"username=user&password=pass\"\n" +"[/codeblock]\n" +"Furthermore, if a key has a [code]null[/code] value, only the key itself is " +"added, without equal sign and value. If the value is an array, for each " +"value in it a pair with the same key is added.\n" +"[codeblock]\n" +"var fields = {\"single\": 123, \"not_valued\": null, \"multiple\": [22, 33, " +"44]}\n" +"var query_string = http_client.query_string_from_dict(fields)\n" +"# Returns \"single=123¬_valued&multiple=22&multiple=33&multiple=44\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/HTTPClient.xml:116 +msgid "Reads one chunk from the response." +msgstr "" + +#: doc/classes/HTTPClient.xml:126 +msgid "" +"Sends a request to the connected host.\n" +"The URL parameter is usually just the part after the host, so for " +"[code]http://somehost.com/index.php[/code], it is [code]/index.php[/code]. " +"When sending requests to an HTTP proxy server, it should be an absolute URL. " +"For [constant HTTPClient.METHOD_OPTIONS] requests, [code]*[/code] is also " +"allowed. For [constant HTTPClient.METHOD_CONNECT] requests, it should be the " +"authority component ([code]host:port[/code]).\n" +"Headers are HTTP request headers. For available HTTP methods, see [enum " +"Method].\n" +"To create a POST request with query strings to push to the server, do:\n" +"[codeblock]\n" +"var fields = {\"username\" : \"user\", \"password\" : \"pass\"}\n" +"var query_string = http_client.query_string_from_dict(fields)\n" +"var headers = [\"Content-Type: application/x-www-form-urlencoded\", " +"\"Content-Length: \" + str(query_string.length())]\n" +"var result = http_client.request(http_client.METHOD_POST, \"/index.php\", " +"headers, query_string)\n" +"[/codeblock]\n" +"[b]Note:[/b] The [code]request_data[/code] parameter is ignored if " +"[code]method[/code] is [constant HTTPClient.METHOD_GET]. This is because GET " +"methods can't contain request data. As a workaround, you can pass request " +"data as a query string in the URL. See [method String.http_escape] for an " +"example." +msgstr "" + +#: doc/classes/HTTPClient.xml:146 +msgid "" +"Sends a raw request to the connected host.\n" +"The URL parameter is usually just the part after the host, so for " +"[code]http://somehost.com/index.php[/code], it is [code]/index.php[/code]. " +"When sending requests to an HTTP proxy server, it should be an absolute URL. " +"For [constant HTTPClient.METHOD_OPTIONS] requests, [code]*[/code] is also " +"allowed. For [constant HTTPClient.METHOD_CONNECT] requests, it should be the " +"authority component ([code]host:port[/code]).\n" +"Headers are HTTP request headers. For available HTTP methods, see [enum " +"Method].\n" +"Sends the body data raw, as a byte array and does not encode it in any way." +msgstr "" + +#: doc/classes/HTTPClient.xml:155 +msgid "" +"If [code]true[/code], execution will block until all data is read from the " +"response." +msgstr "" + +#: doc/classes/HTTPClient.xml:158 +msgid "The connection to use for this client." +msgstr "" + +#: doc/classes/HTTPClient.xml:161 +msgid "" +"The size of the buffer used and maximum bytes to read per iteration. See " +"[method read_response_body_chunk]." +msgstr "" + +#: doc/classes/HTTPClient.xml:166 +msgid "" +"HTTP GET method. The GET method requests a representation of the specified " +"resource. Requests using GET should only retrieve data." +msgstr "" + +#: doc/classes/HTTPClient.xml:169 +msgid "" +"HTTP HEAD method. The HEAD method asks for a response identical to that of a " +"GET request, but without the response body. This is useful to request " +"metadata like HTTP headers or to check if a resource exists." +msgstr "" + +#: doc/classes/HTTPClient.xml:172 +msgid "" +"HTTP POST method. The POST method is used to submit an entity to the " +"specified resource, often causing a change in state or side effects on the " +"server. This is often used for forms and submitting data or uploading files." +msgstr "" + +#: doc/classes/HTTPClient.xml:175 +msgid "" +"HTTP PUT method. The PUT method asks to replace all current representations " +"of the target resource with the request payload. (You can think of POST as " +"\"create or update\" and PUT as \"update\", although many services tend to " +"not make a clear distinction or change their meaning)." +msgstr "" + +#: doc/classes/HTTPClient.xml:178 +msgid "" +"HTTP DELETE method. The DELETE method requests to delete the specified " +"resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:181 +msgid "" +"HTTP OPTIONS method. The OPTIONS method asks for a description of the " +"communication options for the target resource. Rarely used." +msgstr "" + +#: doc/classes/HTTPClient.xml:184 +msgid "" +"HTTP TRACE method. The TRACE method performs a message loop-back test along " +"the path to the target resource. Returns the entire HTTP request received in " +"the response body. Rarely used." +msgstr "" + +#: doc/classes/HTTPClient.xml:187 +msgid "" +"HTTP CONNECT method. The CONNECT method establishes a tunnel to the server " +"identified by the target resource. Rarely used." +msgstr "" + +#: doc/classes/HTTPClient.xml:190 +msgid "" +"HTTP PATCH method. The PATCH method is used to apply partial modifications " +"to a resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:193 +msgid "Represents the size of the [enum Method] enum." +msgstr "" + +#: doc/classes/HTTPClient.xml:196 +msgid "Status: Disconnected from the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:199 +msgid "Status: Currently resolving the hostname for the given URL into an IP." +msgstr "" + +#: doc/classes/HTTPClient.xml:202 +msgid "Status: DNS failure: Can't resolve the hostname for the given URL." +msgstr "" + +#: doc/classes/HTTPClient.xml:205 +msgid "Status: Currently connecting to server." +msgstr "" + +#: doc/classes/HTTPClient.xml:208 +msgid "Status: Can't connect to the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:211 +msgid "Status: Connection established." +msgstr "" + +#: doc/classes/HTTPClient.xml:214 +msgid "Status: Currently sending request." +msgstr "" + +#: doc/classes/HTTPClient.xml:217 +msgid "Status: HTTP body received." +msgstr "" + +#: doc/classes/HTTPClient.xml:220 +msgid "Status: Error in HTTP connection." +msgstr "" + +#: doc/classes/HTTPClient.xml:223 +msgid "Status: Error in SSL handshake." +msgstr "" + +#: doc/classes/HTTPClient.xml:226 +msgid "" +"HTTP status code [code]100 Continue[/code]. Interim response that indicates " +"everything so far is OK and that the client should continue with the request " +"(or ignore this status if already finished)." +msgstr "" + +#: doc/classes/HTTPClient.xml:229 +msgid "" +"HTTP status code [code]101 Switching Protocol[/code]. Sent in response to an " +"[code]Upgrade[/code] request header by the client. Indicates the protocol " +"the server is switching to." +msgstr "" + +#: doc/classes/HTTPClient.xml:232 +msgid "" +"HTTP status code [code]102 Processing[/code] (WebDAV). Indicates that the " +"server has received and is processing the request, but no response is " +"available yet." +msgstr "" + +#: doc/classes/HTTPClient.xml:235 +msgid "" +"HTTP status code [code]200 OK[/code]. The request has succeeded. Default " +"response for successful requests. Meaning varies depending on the request. " +"GET: The resource has been fetched and is transmitted in the message body. " +"HEAD: The entity headers are in the message body. POST: The resource " +"describing the result of the action is transmitted in the message body. " +"TRACE: The message body contains the request message as received by the " +"server." +msgstr "" + +#: doc/classes/HTTPClient.xml:238 +msgid "" +"HTTP status code [code]201 Created[/code]. The request has succeeded and a " +"new resource has been created as a result of it. This is typically the " +"response sent after a PUT request." +msgstr "" + +#: doc/classes/HTTPClient.xml:241 +msgid "" +"HTTP status code [code]202 Accepted[/code]. The request has been received " +"but not yet acted upon. It is non-committal, meaning that there is no way in " +"HTTP to later send an asynchronous response indicating the outcome of " +"processing the request. It is intended for cases where another process or " +"server handles the request, or for batch processing." +msgstr "" + +#: doc/classes/HTTPClient.xml:244 +msgid "" +"HTTP status code [code]203 Non-Authoritative Information[/code]. This " +"response code means returned meta-information set is not exact set as " +"available from the origin server, but collected from a local or a third " +"party copy. Except this condition, 200 OK response should be preferred " +"instead of this response." +msgstr "" + +#: doc/classes/HTTPClient.xml:247 +msgid "" +"HTTP status code [code]204 No Content[/code]. There is no content to send " +"for this request, but the headers may be useful. The user-agent may update " +"its cached headers for this resource with the new ones." +msgstr "" + +#: doc/classes/HTTPClient.xml:250 +msgid "" +"HTTP status code [code]205 Reset Content[/code]. The server has fulfilled " +"the request and desires that the client resets the \"document view\" that " +"caused the request to be sent to its original state as received from the " +"origin server." +msgstr "" + +#: doc/classes/HTTPClient.xml:253 +msgid "" +"HTTP status code [code]206 Partial Content[/code]. This response code is " +"used because of a range header sent by the client to separate download into " +"multiple streams." +msgstr "" + +#: doc/classes/HTTPClient.xml:256 +msgid "" +"HTTP status code [code]207 Multi-Status[/code] (WebDAV). A Multi-Status " +"response conveys information about multiple resources in situations where " +"multiple status codes might be appropriate." +msgstr "" + +#: doc/classes/HTTPClient.xml:259 +msgid "" +"HTTP status code [code]208 Already Reported[/code] (WebDAV). Used inside a " +"DAV: propstat response element to avoid enumerating the internal members of " +"multiple bindings to the same collection repeatedly." +msgstr "" + +#: doc/classes/HTTPClient.xml:262 +msgid "" +"HTTP status code [code]226 IM Used[/code] (WebDAV). The server has fulfilled " +"a GET request for the resource, and the response is a representation of the " +"result of one or more instance-manipulations applied to the current instance." +msgstr "" + +#: doc/classes/HTTPClient.xml:265 +msgid "" +"HTTP status code [code]300 Multiple Choice[/code]. The request has more than " +"one possible responses and there is no standardized way to choose one of the " +"responses. User-agent or user should choose one of them." +msgstr "" + +#: doc/classes/HTTPClient.xml:268 +msgid "" +"HTTP status code [code]301 Moved Permanently[/code]. Redirection. This " +"response code means the URI of requested resource has been changed. The new " +"URI is usually included in the response." +msgstr "" + +#: doc/classes/HTTPClient.xml:271 +msgid "" +"HTTP status code [code]302 Found[/code]. Temporary redirection. This " +"response code means the URI of requested resource has been changed " +"temporarily. New changes in the URI might be made in the future. Therefore, " +"this same URI should be used by the client in future requests." +msgstr "" + +#: doc/classes/HTTPClient.xml:274 +msgid "" +"HTTP status code [code]303 See Other[/code]. The server is redirecting the " +"user agent to a different resource, as indicated by a URI in the Location " +"header field, which is intended to provide an indirect response to the " +"original request." +msgstr "" + +#: doc/classes/HTTPClient.xml:277 +msgid "" +"HTTP status code [code]304 Not Modified[/code]. A conditional GET or HEAD " +"request has been received and would have resulted in a 200 OK response if it " +"were not for the fact that the condition evaluated to [code]false[/code]." +msgstr "" + +#: doc/classes/HTTPClient.xml:280 +msgid "" +"HTTP status code [code]305 Use Proxy[/code]. [i]Deprecated. Do not use.[/i]" +msgstr "" + +#: doc/classes/HTTPClient.xml:283 +msgid "" +"HTTP status code [code]306 Switch Proxy[/code]. [i]Deprecated. Do not use.[/" +"i]" +msgstr "" + +#: doc/classes/HTTPClient.xml:286 +msgid "" +"HTTP status code [code]307 Temporary Redirect[/code]. The target resource " +"resides temporarily under a different URI and the user agent MUST NOT change " +"the request method if it performs an automatic redirection to that URI." +msgstr "" + +#: doc/classes/HTTPClient.xml:289 +msgid "" +"HTTP status code [code]308 Permanent Redirect[/code]. The target resource " +"has been assigned a new permanent URI and any future references to this " +"resource ought to use one of the enclosed URIs." +msgstr "" + +#: doc/classes/HTTPClient.xml:292 +msgid "" +"HTTP status code [code]400 Bad Request[/code]. The request was invalid. The " +"server cannot or will not process the request due to something that is " +"perceived to be a client error (e.g., malformed request syntax, invalid " +"request message framing, invalid request contents, or deceptive request " +"routing)." +msgstr "" + +#: doc/classes/HTTPClient.xml:295 +msgid "" +"HTTP status code [code]401 Unauthorized[/code]. Credentials required. The " +"request has not been applied because it lacks valid authentication " +"credentials for the target resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:298 +msgid "" +"HTTP status code [code]402 Payment Required[/code]. This response code is " +"reserved for future use. Initial aim for creating this code was using it for " +"digital payment systems, however this is not currently used." +msgstr "" + +#: doc/classes/HTTPClient.xml:301 +msgid "" +"HTTP status code [code]403 Forbidden[/code]. The client does not have access " +"rights to the content, i.e. they are unauthorized, so server is rejecting to " +"give proper response. Unlike [code]401[/code], the client's identity is " +"known to the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:304 +msgid "" +"HTTP status code [code]404 Not Found[/code]. The server can not find " +"requested resource. Either the URL is not recognized or the endpoint is " +"valid but the resource itself does not exist. May also be sent instead of " +"403 to hide existence of a resource if the client is not authorized." +msgstr "" + +#: doc/classes/HTTPClient.xml:307 +msgid "" +"HTTP status code [code]405 Method Not Allowed[/code]. The request's HTTP " +"method is known by the server but has been disabled and cannot be used. For " +"example, an API may forbid DELETE-ing a resource. The two mandatory methods, " +"GET and HEAD, must never be disabled and should not return this error code." +msgstr "" + +#: doc/classes/HTTPClient.xml:310 +msgid "" +"HTTP status code [code]406 Not Acceptable[/code]. The target resource does " +"not have a current representation that would be acceptable to the user " +"agent, according to the proactive negotiation header fields received in the " +"request. Used when negotiation content." +msgstr "" + +#: doc/classes/HTTPClient.xml:313 +msgid "" +"HTTP status code [code]407 Proxy Authentication Required[/code]. Similar to " +"401 Unauthorized, but it indicates that the client needs to authenticate " +"itself in order to use a proxy." +msgstr "" + +#: doc/classes/HTTPClient.xml:316 +msgid "" +"HTTP status code [code]408 Request Timeout[/code]. The server did not " +"receive a complete request message within the time that it was prepared to " +"wait." +msgstr "" + +#: doc/classes/HTTPClient.xml:319 +msgid "" +"HTTP status code [code]409 Conflict[/code]. The request could not be " +"completed due to a conflict with the current state of the target resource. " +"This code is used in situations where the user might be able to resolve the " +"conflict and resubmit the request." +msgstr "" + +#: doc/classes/HTTPClient.xml:322 +msgid "" +"HTTP status code [code]410 Gone[/code]. The target resource is no longer " +"available at the origin server and this condition is likely permanent." +msgstr "" + +#: doc/classes/HTTPClient.xml:325 +msgid "" +"HTTP status code [code]411 Length Required[/code]. The server refuses to " +"accept the request without a defined Content-Length header." +msgstr "" + +#: doc/classes/HTTPClient.xml:328 +msgid "" +"HTTP status code [code]412 Precondition Failed[/code]. One or more " +"conditions given in the request header fields evaluated to [code]false[/" +"code] when tested on the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:331 +msgid "" +"HTTP status code [code]413 Entity Too Large[/code]. The server is refusing " +"to process a request because the request payload is larger than the server " +"is willing or able to process." +msgstr "" + +#: doc/classes/HTTPClient.xml:334 +msgid "" +"HTTP status code [code]414 Request-URI Too Long[/code]. The server is " +"refusing to service the request because the request-target is longer than " +"the server is willing to interpret." +msgstr "" + +#: doc/classes/HTTPClient.xml:337 +msgid "" +"HTTP status code [code]415 Unsupported Media Type[/code]. The origin server " +"is refusing to service the request because the payload is in a format not " +"supported by this method on the target resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:340 +msgid "" +"HTTP status code [code]416 Requested Range Not Satisfiable[/code]. None of " +"the ranges in the request's Range header field overlap the current extent of " +"the selected resource or the set of ranges requested has been rejected due " +"to invalid ranges or an excessive request of small or overlapping ranges." +msgstr "" + +#: doc/classes/HTTPClient.xml:343 +msgid "" +"HTTP status code [code]417 Expectation Failed[/code]. The expectation given " +"in the request's Expect header field could not be met by at least one of the " +"inbound servers." +msgstr "" + +#: doc/classes/HTTPClient.xml:346 +msgid "" +"HTTP status code [code]418 I'm A Teapot[/code]. Any attempt to brew coffee " +"with a teapot should result in the error code \"418 I'm a teapot\". The " +"resulting entity body MAY be short and stout." +msgstr "" + +#: doc/classes/HTTPClient.xml:349 +msgid "" +"HTTP status code [code]421 Misdirected Request[/code]. The request was " +"directed at a server that is not able to produce a response. This can be " +"sent by a server that is not configured to produce responses for the " +"combination of scheme and authority that are included in the request URI." +msgstr "" + +#: doc/classes/HTTPClient.xml:352 +msgid "" +"HTTP status code [code]422 Unprocessable Entity[/code] (WebDAV). The server " +"understands the content type of the request entity (hence a 415 Unsupported " +"Media Type status code is inappropriate), and the syntax of the request " +"entity is correct (thus a 400 Bad Request status code is inappropriate) but " +"was unable to process the contained instructions." +msgstr "" + +#: doc/classes/HTTPClient.xml:355 +msgid "" +"HTTP status code [code]423 Locked[/code] (WebDAV). The source or destination " +"resource of a method is locked." +msgstr "" + +#: doc/classes/HTTPClient.xml:358 +msgid "" +"HTTP status code [code]424 Failed Dependency[/code] (WebDAV). The method " +"could not be performed on the resource because the requested action depended " +"on another action and that action failed." +msgstr "" + +#: doc/classes/HTTPClient.xml:361 +msgid "" +"HTTP status code [code]426 Upgrade Required[/code]. The server refuses to " +"perform the request using the current protocol but might be willing to do so " +"after the client upgrades to a different protocol." +msgstr "" + +#: doc/classes/HTTPClient.xml:364 +msgid "" +"HTTP status code [code]428 Precondition Required[/code]. The origin server " +"requires the request to be conditional." +msgstr "" + +#: doc/classes/HTTPClient.xml:367 +msgid "" +"HTTP status code [code]429 Too Many Requests[/code]. The user has sent too " +"many requests in a given amount of time (see \"rate limiting\"). Back off " +"and increase time between requests or try again later." +msgstr "" + +#: doc/classes/HTTPClient.xml:370 +msgid "" +"HTTP status code [code]431 Request Header Fields Too Large[/code]. The " +"server is unwilling to process the request because its header fields are too " +"large. The request MAY be resubmitted after reducing the size of the request " +"header fields." +msgstr "" + +#: doc/classes/HTTPClient.xml:373 +msgid "" +"HTTP status code [code]451 Response Unavailable For Legal Reasons[/code]. " +"The server is denying access to the resource as a consequence of a legal " +"demand." +msgstr "" + +#: doc/classes/HTTPClient.xml:376 +msgid "" +"HTTP status code [code]500 Internal Server Error[/code]. The server " +"encountered an unexpected condition that prevented it from fulfilling the " +"request." +msgstr "" + +#: doc/classes/HTTPClient.xml:379 +msgid "" +"HTTP status code [code]501 Not Implemented[/code]. The server does not " +"support the functionality required to fulfill the request." +msgstr "" + +#: doc/classes/HTTPClient.xml:382 +msgid "" +"HTTP status code [code]502 Bad Gateway[/code]. The server, while acting as a " +"gateway or proxy, received an invalid response from an inbound server it " +"accessed while attempting to fulfill the request. Usually returned by load " +"balancers or proxies." +msgstr "" + +#: doc/classes/HTTPClient.xml:385 +msgid "" +"HTTP status code [code]503 Service Unavailable[/code]. The server is " +"currently unable to handle the request due to a temporary overload or " +"scheduled maintenance, which will likely be alleviated after some delay. Try " +"again later." +msgstr "" + +#: doc/classes/HTTPClient.xml:388 +msgid "" +"HTTP status code [code]504 Gateway Timeout[/code]. The server, while acting " +"as a gateway or proxy, did not receive a timely response from an upstream " +"server it needed to access in order to complete the request. Usually " +"returned by load balancers or proxies." +msgstr "" + +#: doc/classes/HTTPClient.xml:391 +msgid "" +"HTTP status code [code]505 HTTP Version Not Supported[/code]. The server " +"does not support, or refuses to support, the major version of HTTP that was " +"used in the request message." +msgstr "" + +#: doc/classes/HTTPClient.xml:394 +msgid "" +"HTTP status code [code]506 Variant Also Negotiates[/code]. The server has an " +"internal configuration error: the chosen variant resource is configured to " +"engage in transparent content negotiation itself, and is therefore not a " +"proper end point in the negotiation process." +msgstr "" + +#: doc/classes/HTTPClient.xml:397 +msgid "" +"HTTP status code [code]507 Insufficient Storage[/code]. The method could not " +"be performed on the resource because the server is unable to store the " +"representation needed to successfully complete the request." +msgstr "" + +#: doc/classes/HTTPClient.xml:400 +msgid "" +"HTTP status code [code]508 Loop Detected[/code]. The server terminated an " +"operation because it encountered an infinite loop while processing a request " +"with \"Depth: infinity\". This status indicates that the entire operation " +"failed." +msgstr "" + +#: doc/classes/HTTPClient.xml:403 +msgid "" +"HTTP status code [code]510 Not Extended[/code]. The policy for accessing the " +"resource has not been met in the request. The server should send back all " +"the information necessary for the client to issue an extended request." +msgstr "" + +#: doc/classes/HTTPClient.xml:406 +msgid "" +"HTTP status code [code]511 Network Authentication Required[/code]. The " +"client needs to authenticate to gain network access." +msgstr "" + +#: doc/classes/HTTPRequest.xml:4 +msgid "A node with the ability to send HTTP(S) requests." +msgstr "" + +#: doc/classes/HTTPRequest.xml:7 +msgid "" +"A node with the ability to send HTTP requests. Uses [HTTPClient] " +"internally.\n" +"Can be used to make HTTP requests, i.e. download or upload files or web " +"content via HTTP.\n" +"[b]Warning:[/b] See the notes and warnings on [HTTPClient] for limitations, " +"especially regarding SSL security.\n" +"[b]Example of contacting a REST API and printing one of its returned fields:" +"[/b]\n" +"[codeblock]\n" +"func _ready():\n" +" # Create an HTTP request node and connect its completion signal.\n" +" var http_request = HTTPRequest.new()\n" +" add_child(http_request)\n" +" http_request.connect(\"request_completed\", self, " +"\"_http_request_completed\")\n" +"\n" +" # Perform a GET request. The URL below returns JSON as of writing.\n" +" var error = http_request.request(\"https://httpbin.org/get\")\n" +" if error != OK:\n" +" push_error(\"An error occurred in the HTTP request.\")\n" +"\n" +" # Perform a POST request. The URL below returns JSON as of writing.\n" +" # Note: Don't make simultaneous requests using a single HTTPRequest " +"node.\n" +" # The snippet below is provided for reference only.\n" +" var body = {\"name\": \"Godette\"}\n" +" error = http_request.request(\"https://httpbin.org/post\", [], true, " +"HTTPClient.METHOD_POST, body)\n" +" if error != OK:\n" +" push_error(\"An error occurred in the HTTP request.\")\n" +"\n" +"\n" +"# Called when the HTTP request is completed.\n" +"func _http_request_completed(result, response_code, headers, body):\n" +" var response = parse_json(body.get_string_from_utf8())\n" +"\n" +" # Will print the user agent string used by the HTTPRequest node (as " +"recognized by httpbin.org).\n" +" print(response.headers[\"User-Agent\"])\n" +"[/codeblock]\n" +"[b]Example of loading and displaying an image using HTTPRequest:[/b]\n" +"[codeblock]\n" +"func _ready():\n" +" # Create an HTTP request node and connect its completion signal.\n" +" var http_request = HTTPRequest.new()\n" +" add_child(http_request)\n" +" http_request.connect(\"request_completed\", self, " +"\"_http_request_completed\")\n" +"\n" +" # Perform the HTTP request. The URL below returns a PNG image as of " +"writing.\n" +" var error = http_request.request(\"https://via.placeholder.com/512\")\n" +" if error != OK:\n" +" push_error(\"An error occurred in the HTTP request.\")\n" +"\n" +"\n" +"# Called when the HTTP request is completed.\n" +"func _http_request_completed(result, response_code, headers, body):\n" +" var image = Image.new()\n" +" var error = image.load_png_from_buffer(body)\n" +" if error != OK:\n" +" push_error(\"Couldn't load the image.\")\n" +"\n" +" var texture = ImageTexture.new()\n" +" texture.create_from_image(image)\n" +"\n" +" # Display the image in a TextureRect node.\n" +" var texture_rect = TextureRect.new()\n" +" add_child(texture_rect)\n" +" texture_rect.texture = texture\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/HTTPRequest.xml:70 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/http_request_class." +"html" +msgstr "" + +#: doc/classes/HTTPRequest.xml:77 +msgid "Cancels the current request." +msgstr "" + +#: doc/classes/HTTPRequest.xml:83 +msgid "" +"Returns the response body length.\n" +"[b]Note:[/b] Some Web servers may not send a body length. In this case, the " +"value returned will be [code]-1[/code]. If using chunked transfer encoding, " +"the body length will also be [code]-1[/code]." +msgstr "" + +#: doc/classes/HTTPRequest.xml:90 +msgid "Returns the amount of bytes this HTTPRequest downloaded." +msgstr "" + +#: doc/classes/HTTPRequest.xml:96 +msgid "" +"Returns the current status of the underlying [HTTPClient]. See [enum " +"HTTPClient.Status]." +msgstr "" + +#: doc/classes/HTTPRequest.xml:107 +msgid "" +"Creates request on the underlying [HTTPClient]. If there is no configuration " +"errors, it tries to connect using [method HTTPClient.connect_to_host] and " +"passes parameters onto [method HTTPClient.request].\n" +"Returns [constant OK] if request is successfully created. (Does not imply " +"that the server has responded), [constant ERR_UNCONFIGURED] if not in the " +"tree, [constant ERR_BUSY] if still processing previous request, [constant " +"ERR_INVALID_PARAMETER] if given string is not a valid URL format, or " +"[constant ERR_CANT_CONNECT] if not using thread and the [HTTPClient] cannot " +"connect to host.\n" +"[b]Note:[/b] When [code]method[/code] is [constant HTTPClient.METHOD_GET], " +"the payload sent via [code]request_data[/code] might be ignored by the " +"server or even cause the server to reject the request (check [url=https://" +"datatracker.ietf.org/doc/html/rfc7231#section-4.3.1]RFC 7231 section 4.3.1[/" +"url] for more details). As a workaround, you can send data as a query string " +"in the URL. See [method String.http_escape] for an example." +msgstr "" + +#: doc/classes/HTTPRequest.xml:120 +msgid "" +"Creates request on the underlying [HTTPClient] using a raw array of bytes " +"for the request body. If there is no configuration errors, it tries to " +"connect using [method HTTPClient.connect_to_host] and passes parameters onto " +"[method HTTPClient.request].\n" +"Returns [constant OK] if request is successfully created. (Does not imply " +"that the server has responded), [constant ERR_UNCONFIGURED] if not in the " +"tree, [constant ERR_BUSY] if still processing previous request, [constant " +"ERR_INVALID_PARAMETER] if given string is not a valid URL format, or " +"[constant ERR_CANT_CONNECT] if not using thread and the [HTTPClient] cannot " +"connect to host." +msgstr "" + +#: doc/classes/HTTPRequest.xml:127 +msgid "Maximum allowed size for response bodies." +msgstr "" + +#: doc/classes/HTTPRequest.xml:130 +msgid "" +"The size of the buffer used and maximum bytes to read per iteration. See " +"[member HTTPClient.read_chunk_size].\n" +"Set this to a lower value (e.g. 4096 for 4 KiB) when downloading small files " +"to decrease memory usage at the cost of download speeds." +msgstr "" + +#: doc/classes/HTTPRequest.xml:134 +msgid "The file to download into. Will output any received file into it." +msgstr "" + +#: doc/classes/HTTPRequest.xml:137 +msgid "Maximum number of allowed redirects." +msgstr "" + +#: doc/classes/HTTPRequest.xml:142 +msgid "If [code]true[/code], multithreading is used to improve performance." +msgstr "" + +#: doc/classes/HTTPRequest.xml:152 +msgid "Emitted when a request is completed." +msgstr "" + +#: doc/classes/HTTPRequest.xml:158 +msgid "Request successful." +msgstr "" + +#: doc/classes/HTTPRequest.xml:163 +msgid "Request failed while connecting." +msgstr "" + +#: doc/classes/HTTPRequest.xml:166 +msgid "Request failed while resolving." +msgstr "" + +#: doc/classes/HTTPRequest.xml:169 +msgid "Request failed due to connection (read/write) error." +msgstr "" + +#: doc/classes/HTTPRequest.xml:172 +msgid "Request failed on SSL handshake." +msgstr "" + +#: doc/classes/HTTPRequest.xml:175 +msgid "Request does not have a response (yet)." +msgstr "" + +#: doc/classes/HTTPRequest.xml:178 +msgid "Request exceeded its maximum size limit, see [member body_size_limit]." +msgstr "" + +#: doc/classes/HTTPRequest.xml:181 +msgid "Request failed (currently unused)." +msgstr "" + +#: doc/classes/HTTPRequest.xml:184 +msgid "HTTPRequest couldn't open the download file." +msgstr "" + +#: doc/classes/HTTPRequest.xml:187 +msgid "HTTPRequest couldn't write to the download file." +msgstr "" + +#: doc/classes/HTTPRequest.xml:190 +msgid "Request reached its maximum redirect limit, see [member max_redirects]." +msgstr "" + +#: doc/classes/Image.xml:4 +msgid "Image datatype." +msgstr "" + +#: doc/classes/Image.xml:7 +msgid "" +"Native image datatype. Contains image data which can be converted to an " +"[ImageTexture] and provides commonly used [i]image processing[/i] methods. " +"The maximum width and height for an [Image] are [constant MAX_WIDTH] and " +"[constant MAX_HEIGHT].\n" +"An [Image] cannot be assigned to a [code]texture[/code] property of an " +"object directly (such as [Sprite]), and has to be converted manually to an " +"[ImageTexture] first.\n" +"[b]Note:[/b] The maximum image size is 16384×16384 pixels due to graphics " +"hardware limitations. Larger images may fail to import." +msgstr "" + +#: doc/classes/Image.xml:12 doc/classes/ImageTexture.xml:31 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" +"importing_images.html" +msgstr "" + +#: doc/classes/Image.xml:21 +msgid "" +"Alpha-blends [code]src_rect[/code] from [code]src[/code] image to this image " +"at coordinates [code]dest[/code]." +msgstr "" + +#: doc/classes/Image.xml:31 +msgid "" +"Alpha-blends [code]src_rect[/code] from [code]src[/code] image to this image " +"using [code]mask[/code] image at coordinates [code]dst[/code]. Alpha " +"channels are required for both [code]src[/code] and [code]mask[/code]. " +"[code]dst[/code] pixels and [code]src[/code] pixels will blend if the " +"corresponding mask pixel's alpha value is not 0. [code]src[/code] image and " +"[code]mask[/code] image [b]must[/b] have the same size (width and height) " +"but they can have different formats." +msgstr "" + +#: doc/classes/Image.xml:40 +msgid "" +"Copies [code]src_rect[/code] from [code]src[/code] image to this image at " +"coordinates [code]dst[/code]." +msgstr "" + +#: doc/classes/Image.xml:50 +msgid "" +"Blits [code]src_rect[/code] area from [code]src[/code] image to this image " +"at the coordinates given by [code]dst[/code]. [code]src[/code] pixel is " +"copied onto [code]dst[/code] if the corresponding [code]mask[/code] pixel's " +"alpha value is not 0. [code]src[/code] image and [code]mask[/code] image " +"[b]must[/b] have the same size (width and height) but they can have " +"different formats." +msgstr "" + +#: doc/classes/Image.xml:57 +msgid "" +"Converts a bumpmap to a normalmap. A bumpmap provides a height offset per-" +"pixel, while a normalmap provides a normal direction per pixel." +msgstr "" + +#: doc/classes/Image.xml:63 +msgid "Removes the image's mipmaps." +msgstr "" + +#: doc/classes/Image.xml:72 +msgid "" +"Compresses the image to use less memory. Can not directly access pixel data " +"while the image is compressed. Returns error if the chosen compression mode " +"is not available. See [enum CompressMode] and [enum CompressSource] " +"constants." +msgstr "" + +#: doc/classes/Image.xml:79 +msgid "Converts the image's format. See [enum Format] constants." +msgstr "" + +#: doc/classes/Image.xml:86 +msgid "Copies [code]src[/code] image to this image." +msgstr "" + +#: doc/classes/Image.xml:96 +msgid "" +"Creates an empty image of given size and format. See [enum Format] " +"constants. If [code]use_mipmaps[/code] is [code]true[/code] then generate " +"mipmaps for this image. See the [method generate_mipmaps]." +msgstr "" + +#: doc/classes/Image.xml:107 +msgid "" +"Creates a new image of given size and format. See [enum Format] constants. " +"Fills the image with the given raw data. If [code]use_mipmaps[/code] is " +"[code]true[/code] then loads mipmaps for this image from [code]data[/code]. " +"See [method generate_mipmaps]." +msgstr "" + +#: doc/classes/Image.xml:115 +msgid "" +"Crops the image to the given [code]width[/code] and [code]height[/code]. If " +"the specified size is larger than the current size, the extra area is filled " +"with black pixels." +msgstr "" + +#: doc/classes/Image.xml:121 +msgid "" +"Decompresses the image if it is compressed. Returns an error if decompress " +"function is not available." +msgstr "" + +#: doc/classes/Image.xml:127 +msgid "" +"Returns [constant ALPHA_BLEND] if the image has data for alpha values. " +"Returns [constant ALPHA_BIT] if all the alpha values are stored in a single " +"bit. Returns [constant ALPHA_NONE] if no data for alpha values is found." +msgstr "" + +#: doc/classes/Image.xml:133 +msgid "" +"Stretches the image and enlarges it by a factor of 2. No interpolation is " +"done." +msgstr "" + +#: doc/classes/Image.xml:140 +msgid "Fills the image with a given [Color]." +msgstr "" + +#: doc/classes/Image.xml:146 +msgid "Blends low-alpha pixels with nearby pixels." +msgstr "" + +#: doc/classes/Image.xml:152 +msgid "Flips the image horizontally." +msgstr "" + +#: doc/classes/Image.xml:158 +msgid "Flips the image vertically." +msgstr "" + +#: doc/classes/Image.xml:165 +msgid "" +"Generates mipmaps for the image. Mipmaps are precalculated lower-resolution " +"copies of the image that are automatically used if the image needs to be " +"scaled down when rendered. They help improve image quality and performance " +"when rendering. This method returns an error if the image is compressed, in " +"a custom format, or if the image's width/height is [code]0[/code].\n" +"[b]Note:[/b] Mipmap generation is done on the CPU, is single-threaded and is " +"[i]always[/i] done on the main thread. This means generating mipmaps will " +"result in noticeable stuttering during gameplay, even if [method " +"generate_mipmaps] is called from a [Thread]." +msgstr "" + +#: doc/classes/Image.xml:172 +msgid "Returns a copy of the image's raw data." +msgstr "" + +#: doc/classes/Image.xml:178 +msgid "Returns the image's format. See [enum Format] constants." +msgstr "" + +#: doc/classes/Image.xml:184 +msgid "Returns the image's height." +msgstr "" + +#: doc/classes/Image.xml:191 +msgid "" +"Returns the offset where the image's mipmap with index [code]mipmap[/code] " +"is stored in the [code]data[/code] dictionary." +msgstr "" + +#: doc/classes/Image.xml:199 +msgid "" +"Returns the color of the pixel at [code](x, y)[/code] if the image is " +"locked. If the image is unlocked, it always returns a [Color] with the value " +"[code](0, 0, 0, 1.0)[/code]. This is the same as [method get_pixelv], but " +"two integer arguments instead of a Vector2 argument." +msgstr "" + +#: doc/classes/Image.xml:206 +msgid "" +"Returns the color of the pixel at [code]src[/code] if the image is locked. " +"If the image is unlocked, it always returns a [Color] with the value [code]" +"(0, 0, 0, 1.0)[/code]. This is the same as [method get_pixel], but with a " +"Vector2 argument instead of two integer arguments." +msgstr "" + +#: doc/classes/Image.xml:213 +msgid "" +"Returns a new image that is a copy of the image's area specified with " +"[code]rect[/code]." +msgstr "" + +#: doc/classes/Image.xml:219 +msgid "Returns the image's size (width and height)." +msgstr "" + +#: doc/classes/Image.xml:225 +msgid "" +"Returns a [Rect2] enclosing the visible portion of the image, considering " +"each pixel with a non-zero alpha channel as visible." +msgstr "" + +#: doc/classes/Image.xml:231 +msgid "Returns the image's width." +msgstr "" + +#: doc/classes/Image.xml:237 +msgid "Returns [code]true[/code] if the image has generated mipmaps." +msgstr "" + +#: doc/classes/Image.xml:243 +msgid "Returns [code]true[/code] if the image is compressed." +msgstr "" + +#: doc/classes/Image.xml:249 +msgid "Returns [code]true[/code] if the image has no data." +msgstr "" + +#: doc/classes/Image.xml:255 +msgid "" +"Returns [code]true[/code] if all the image's pixels have an alpha value of " +"0. Returns [code]false[/code] if any pixel has an alpha value higher than 0." +msgstr "" + +#: doc/classes/Image.xml:262 +msgid "" +"Loads an image from file [code]path[/code]. See [url=https://docs." +"godotengine.org/en/3.4/getting_started/workflow/assets/importing_images." +"html#supported-image-formats]Supported image formats[/url] for a list of " +"supported image formats and limitations.\n" +"[b]Warning:[/b] This method should only be used in the editor or in cases " +"when you need to load external images at run-time, such as images located at " +"the [code]user://[/code] directory, and may not work in exported projects.\n" +"See also [ImageTexture] description for usage examples." +msgstr "" + +#: doc/classes/Image.xml:271 +msgid "" +"Loads an image from the binary contents of a BMP file.\n" +"[b]Note:[/b] Godot's BMP module doesn't support 16-bit per pixel images. " +"Only 1-bit, 4-bit, 8-bit, 24-bit, and 32-bit per pixel images are supported." +msgstr "" + +#: doc/classes/Image.xml:279 +msgid "Loads an image from the binary contents of a JPEG file." +msgstr "" + +#: doc/classes/Image.xml:286 +msgid "Loads an image from the binary contents of a PNG file." +msgstr "" + +#: doc/classes/Image.xml:293 +msgid "Loads an image from the binary contents of a TGA file." +msgstr "" + +#: doc/classes/Image.xml:300 +msgid "Loads an image from the binary contents of a WebP file." +msgstr "" + +#: doc/classes/Image.xml:306 +msgid "" +"Locks the data for reading and writing access. Sends an error to the console " +"if the image is not locked when reading or writing a pixel." +msgstr "" + +#: doc/classes/Image.xml:312 +msgid "" +"Converts the image's data to represent coordinates on a 3D plane. This is " +"used when the image represents a normalmap. A normalmap can add lots of " +"detail to a 3D surface without increasing the polygon count." +msgstr "" + +#: doc/classes/Image.xml:318 +msgid "" +"Multiplies color values with alpha values. Resulting color values for a " +"pixel are [code](color * alpha)/256[/code]." +msgstr "" + +#: doc/classes/Image.xml:327 +msgid "" +"Resizes the image to the given [code]width[/code] and [code]height[/code]. " +"New pixels are calculated using the [code]interpolation[/code] mode defined " +"via [enum Interpolation] constants." +msgstr "" + +#: doc/classes/Image.xml:335 +msgid "" +"Resizes the image to the nearest power of 2 for the width and height. If " +"[code]square[/code] is [code]true[/code] then set width and height to be the " +"same. New pixels are calculated using the [code]interpolation[/code] mode " +"defined via [enum Interpolation] constants." +msgstr "" + +#: doc/classes/Image.xml:341 +msgid "" +"Converts a standard RGBE (Red Green Blue Exponent) image to an sRGB image." +msgstr "" + +#: doc/classes/Image.xml:349 +msgid "" +"Saves the image as an EXR file to [code]path[/code]. If [code]grayscale[/" +"code] is [code]true[/code] and the image has only one channel, it will be " +"saved explicitly as monochrome rather than one red channel. This function " +"will return [constant ERR_UNAVAILABLE] if Godot was compiled without the " +"TinyEXR module.\n" +"[b]Note:[/b] The TinyEXR module is disabled in non-editor builds, which " +"means [method save_exr] will return [constant ERR_UNAVAILABLE] when it is " +"called from an exported project." +msgstr "" + +#: doc/classes/Image.xml:357 +msgid "Saves the image as a PNG file to [code]path[/code]." +msgstr "" + +#: doc/classes/Image.xml:371 +msgid "" +"Sets the [Color] of the pixel at [code](x, y)[/code] if the image is locked. " +"Example:\n" +"[codeblock]\n" +"var img = Image.new()\n" +"img.create(img_width, img_height, false, Image.FORMAT_RGBA8)\n" +"img.lock()\n" +"img.set_pixel(x, y, color) # Works\n" +"img.unlock()\n" +"img.set_pixel(x, y, color) # Does not have an effect\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Image.xml:387 +msgid "" +"Sets the [Color] of the pixel at [code](dst.x, dst.y)[/code] if the image is " +"locked. Note that the [code]dst[/code] values must be integers. Example:\n" +"[codeblock]\n" +"var img = Image.new()\n" +"img.create(img_width, img_height, false, Image.FORMAT_RGBA8)\n" +"img.lock()\n" +"img.set_pixelv(Vector2(x, y), color) # Works\n" +"img.unlock()\n" +"img.set_pixelv(Vector2(x, y), color) # Does not have an effect\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Image.xml:401 +msgid "Shrinks the image by a factor of 2." +msgstr "" + +#: doc/classes/Image.xml:407 +msgid "Converts the raw data from the sRGB colorspace to a linear scale." +msgstr "" + +#: doc/classes/Image.xml:413 +msgid "Unlocks the data and prevents changes." +msgstr "" + +#: doc/classes/Image.xml:419 +msgid "" +"Holds all the image's color data in a given format. See [enum Format] " +"constants." +msgstr "" + +#: doc/classes/Image.xml:424 +msgid "The maximal width allowed for [Image] resources." +msgstr "" + +#: doc/classes/Image.xml:427 +msgid "The maximal height allowed for [Image] resources." +msgstr "" + +#: doc/classes/Image.xml:430 +msgid "Texture format with a single 8-bit depth representing luminance." +msgstr "" + +#: doc/classes/Image.xml:433 +msgid "" +"OpenGL texture format with two values, luminance and alpha each stored with " +"8 bits." +msgstr "" + +#: doc/classes/Image.xml:436 +msgid "" +"OpenGL texture format [code]RED[/code] with a single component and a " +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." +msgstr "" + +#: doc/classes/Image.xml:440 +msgid "" +"OpenGL texture format [code]RG[/code] with two components and a bitdepth of " +"8 for each." +msgstr "" + +#: doc/classes/Image.xml:443 +msgid "" +"OpenGL texture format [code]RGB[/code] with three components, each with a " +"bitdepth of 8.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:447 +msgid "" +"OpenGL texture format [code]RGBA[/code] with four components, each with a " +"bitdepth of 8.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:451 +msgid "" +"OpenGL texture format [code]RGBA[/code] with four components, each with a " +"bitdepth of 4." +msgstr "" + +#: doc/classes/Image.xml:454 +msgid "" +"OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " +"component of RGB and one bit for alpha." +msgstr "" + +#: doc/classes/Image.xml:457 +msgid "" +"OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" +"bit floating-point value." +msgstr "" + +#: doc/classes/Image.xml:460 +msgid "" +"OpenGL texture format [code]GL_RG32F[/code] where there are two components, " +"each a 32-bit floating-point values." +msgstr "" + +#: doc/classes/Image.xml:463 +msgid "" +"OpenGL texture format [code]GL_RGB32F[/code] where there are three " +"components, each a 32-bit floating-point values." +msgstr "" + +#: doc/classes/Image.xml:466 +msgid "" +"OpenGL texture format [code]GL_RGBA32F[/code] where there are four " +"components, each a 32-bit floating-point values." +msgstr "" + +#: doc/classes/Image.xml:469 +msgid "" +"OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" +"bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:472 +msgid "" +"OpenGL texture format [code]GL_RG32F[/code] where there are two components, " +"each a 16-bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:475 +msgid "" +"OpenGL texture format [code]GL_RGB32F[/code] where there are three " +"components, each a 16-bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:478 +msgid "" +"OpenGL texture format [code]GL_RGBA32F[/code] where there are four " +"components, each a 16-bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:481 +msgid "" +"A special OpenGL texture format where the three color components have 9 bits " +"of precision and all three share a single 5-bit exponent." +msgstr "" + +#: doc/classes/Image.xml:484 +msgid "" +"The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " +"texture format that uses Block Compression 1, and is the smallest variation " +"of S3TC, only providing 1 bit of alpha and color data being premultiplied " +"with alpha.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:488 +msgid "" +"The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " +"texture format that uses Block Compression 2, and color data is interpreted " +"as not having been premultiplied by alpha. Well suited for images with sharp " +"alpha transitions between translucent and opaque areas.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:492 +msgid "" +"The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " +"texture format also known as Block Compression 3 or BC3 that contains 64 " +"bits of alpha channel data followed by 64 bits of DXT1-encoded color data. " +"Color data is not premultiplied by alpha, same as DXT3. DXT5 generally " +"produces superior results for transparent gradients compared to DXT3.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:496 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"Red_Green_Texture_Compression]Red Green Texture Compression[/url], " +"normalizing the red channel data using the same compression algorithm that " +"DXT5 uses for the alpha channel." +msgstr "" + +#: doc/classes/Image.xml:499 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"Red_Green_Texture_Compression]Red Green Texture Compression[/url], " +"normalizing the red and green channel data using the same compression " +"algorithm that DXT5 uses for the alpha channel." +msgstr "" + +#: doc/classes/Image.xml:502 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " +"RGBA components.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:506 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " +"RGB components." +msgstr "" + +#: doc/classes/Image.xml:509 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " +"RGB components." +msgstr "" + +#: doc/classes/Image.xml:512 +msgid "" +"Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " +"depth with no alpha. More information can be found [url=https://en.wikipedia." +"org/wiki/PVRTC]here[/url].\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:516 +msgid "" +"Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " +"alpha component." +msgstr "" + +#: doc/classes/Image.xml:519 +msgid "" +"Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" +"bit color depth and no alpha." +msgstr "" + +#: doc/classes/Image.xml:522 +msgid "" +"Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " +"alpha component." +msgstr "" + +#: doc/classes/Image.xml:525 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" +"url], also referred to as \"ETC1\", and is part of the OpenGL ES graphics " +"standard. This format cannot store an alpha channel." +msgstr "" + +#: doc/classes/Image.xml:528 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]R11_EAC[/code] variant), which provides one channel of " +"unsigned data." +msgstr "" + +#: doc/classes/Image.xml:531 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]SIGNED_R11_EAC[/code] variant), which provides one " +"channel of signed data." +msgstr "" + +#: doc/classes/Image.xml:534 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RG11_EAC[/code] variant), which provides two channels " +"of unsigned data." +msgstr "" + +#: doc/classes/Image.xml:537 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]SIGNED_RG11_EAC[/code] variant), which provides two " +"channels of signed data." +msgstr "" + +#: doc/classes/Image.xml:540 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RGB8[/code] variant), which is a follow-up of ETC1 and " +"compresses RGB888 data.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:544 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RGBA8[/code]variant), which compresses RGBA8888 data " +"with full alpha support.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:548 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RGB8_PUNCHTHROUGH_ALPHA1[/code] variant), which " +"compresses RGBA data to make alpha either fully transparent or fully " +"opaque.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:552 +msgid "Represents the size of the [enum Format] enum." +msgstr "" + +#: doc/classes/Image.xml:555 +msgid "" +"Performs nearest-neighbor interpolation. If the image is resized, it will be " +"pixelated." +msgstr "" + +#: doc/classes/Image.xml:558 +msgid "" +"Performs bilinear interpolation. If the image is resized, it will be blurry. " +"This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " +"lower quality." +msgstr "" + +#: doc/classes/Image.xml:561 +msgid "" +"Performs cubic interpolation. If the image is resized, it will be blurry. " +"This mode often gives better results compared to [constant " +"INTERPOLATE_BILINEAR], at the cost of being slower." +msgstr "" + +#: doc/classes/Image.xml:564 +msgid "" +"Performs bilinear separately on the two most-suited mipmap levels, then " +"linearly interpolates between them.\n" +"It's slower than [constant INTERPOLATE_BILINEAR], but produces higher-" +"quality results with far fewer aliasing artifacts.\n" +"If the image does not have mipmaps, they will be generated and used " +"internally, but no mipmaps will be generated on the resulting image.\n" +"[b]Note:[/b] If you intend to scale multiple copies of the original image, " +"it's better to call [method generate_mipmaps]] on it in advance, to avoid " +"wasting processing power in generating them again and again.\n" +"On the other hand, if the image already has mipmaps, they will be used, and " +"a new set will be generated for the resulting image." +msgstr "" + +#: doc/classes/Image.xml:571 +msgid "" +"Performs Lanczos interpolation. This is the slowest image resizing mode, but " +"it typically gives the best results, especially when downscalng images." +msgstr "" + +#: doc/classes/Image.xml:574 +msgid "Image does not have alpha." +msgstr "" + +#: doc/classes/Image.xml:577 +msgid "Image stores alpha in a single bit." +msgstr "" + +#: doc/classes/Image.xml:580 +msgid "Image uses alpha." +msgstr "" + +#: doc/classes/Image.xml:583 +msgid "Use S3TC compression." +msgstr "" + +#: doc/classes/Image.xml:586 +msgid "Use PVRTC2 compression." +msgstr "" + +#: doc/classes/Image.xml:589 +msgid "Use PVRTC4 compression." +msgstr "" + +#: doc/classes/Image.xml:592 +msgid "Use ETC compression." +msgstr "" + +#: doc/classes/Image.xml:595 +msgid "Use ETC2 compression." +msgstr "" + +#: doc/classes/Image.xml:598 +msgid "" +"Source texture (before compression) is a regular texture. Default for all " +"textures." +msgstr "" + +#: doc/classes/Image.xml:601 +msgid "Source texture (before compression) is in sRGB space." +msgstr "" + +#: doc/classes/Image.xml:604 +msgid "" +"Source texture (before compression) is a normal texture (e.g. it can be " +"compressed into two channels)." +msgstr "" + +#: doc/classes/ImageTexture.xml:4 +msgid "A [Texture] based on an [Image]." +msgstr "" + +#: doc/classes/ImageTexture.xml:7 +msgid "" +"A [Texture] based on an [Image]. For an image to be displayed, an " +"[ImageTexture] has to be created from it using the [method " +"create_from_image] method:\n" +"[codeblock]\n" +"var texture = ImageTexture.new()\n" +"var image = Image.new()\n" +"image.load(\"res://icon.png\")\n" +"texture.create_from_image(image)\n" +"$Sprite.texture = texture\n" +"[/codeblock]\n" +"This way, textures can be created at run-time by loading images both from " +"within the editor and externally.\n" +"[b]Warning:[/b] Prefer to load imported textures with [method @GDScript." +"load] over loading them from within the filesystem dynamically with [method " +"Image.load], as it may not work in exported projects:\n" +"[codeblock]\n" +"var texture = load(\"res://icon.png\")\n" +"$Sprite.texture = texture\n" +"[/codeblock]\n" +"This is because images have to be imported as [StreamTexture] first to be " +"loaded with [method @GDScript.load]. If you'd still like to load an image " +"file just like any other [Resource], import it as an [Image] resource " +"instead, and then load it normally using the [method @GDScript.load] " +"method.\n" +"But do note that the image data can still be retrieved from an imported " +"texture as well using the [method Texture.get_data] method, which returns a " +"copy of the data:\n" +"[codeblock]\n" +"var texture = load(\"res://icon.png\")\n" +"var image : Image = texture.get_data()\n" +"[/codeblock]\n" +"An [ImageTexture] is not meant to be operated from within the editor " +"interface directly, and is mostly useful for rendering images on screen " +"dynamically via code. If you need to generate images procedurally from " +"within the editor, consider saving and importing images as custom texture " +"resources implementing a new [EditorImportPlugin].\n" +"[b]Note:[/b] The maximum texture size is 16384×16384 pixels due to graphics " +"hardware limitations." +msgstr "" + +#: doc/classes/ImageTexture.xml:41 +msgid "" +"Create a new [ImageTexture] with [code]width[/code] and [code]height[/" +"code].\n" +"[code]format[/code] is a value from [enum Image.Format], [code]flags[/code] " +"is any combination of [enum Texture.Flags]." +msgstr "" + +#: doc/classes/ImageTexture.xml:50 +msgid "" +"Initializes the texture by allocating and setting the data from an [Image] " +"with [code]flags[/code] from [enum Texture.Flags]. An sRGB to linear color " +"space conversion can take place, according to [enum Image.Format]." +msgstr "" + +#: doc/classes/ImageTexture.xml:56 +msgid "Returns the format of the texture, one of [enum Image.Format]." +msgstr "" + +#: doc/classes/ImageTexture.xml:63 +msgid "" +"Loads an image from a file path and creates a texture from it.\n" +"[b]Note:[/b] This method is deprecated and will be removed in Godot 4.0, use " +"[method Image.load] and [method create_from_image] instead." +msgstr "" + +#: doc/classes/ImageTexture.xml:71 +msgid "" +"Replaces the texture's data with a new [Image].\n" +"[b]Note:[/b] The texture has to be initialized first with the [method " +"create_from_image] method before it can be updated. The new image " +"dimensions, format, and mipmaps configuration should match the existing " +"texture's image configuration, otherwise it has to be re-created with the " +"[method create_from_image] method.\n" +"Use this method over [method create_from_image] if you need to update the " +"texture frequently, which is faster than allocating additional memory for a " +"new texture each time." +msgstr "" + +#: doc/classes/ImageTexture.xml:80 doc/classes/VisualServer.xml:2837 +msgid "Resizes the texture to the specified dimensions." +msgstr "" + +#: doc/classes/ImageTexture.xml:87 +msgid "The storage quality for [constant STORAGE_COMPRESS_LOSSY]." +msgstr "" + +#: doc/classes/ImageTexture.xml:90 +msgid "The storage type (raw, lossy, or compressed)." +msgstr "" + +#: doc/classes/ImageTexture.xml:95 +msgid "[Image] data is stored raw and unaltered." +msgstr "" + +#: doc/classes/ImageTexture.xml:98 +msgid "" +"[Image] data is compressed with a lossy algorithm. You can set the storage " +"quality with [member lossy_quality]." +msgstr "" + +#: doc/classes/ImageTexture.xml:101 +msgid "[Image] data is compressed with a lossless algorithm." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:4 +msgid "Draws simple geometry from code." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:7 +msgid "" +"Draws simple geometry from code. Uses a drawing mode similar to OpenGL 1.x.\n" +"See also [ArrayMesh], [MeshDataTool] and [SurfaceTool] for procedural " +"geometry generation.\n" +"[b]Note:[/b] ImmediateGeometry3D is best suited to small amounts of mesh " +"data that change every frame. It will be slow when handling large amounts of " +"mesh data. If mesh data doesn't change often, use [ArrayMesh], " +"[MeshDataTool] or [SurfaceTool] instead.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes.\n" +"[b]Note:[/b] In case of missing points when handling large amounts of mesh " +"data, try increasing its buffer size limit under [member ProjectSettings." +"rendering/limits/buffers/immediate_buffer_size_kb]." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:23 +msgid "" +"Simple helper to draw an UV sphere with given latitude, longitude and radius." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:30 +msgid "" +"Adds a vertex in local coordinate space with the currently set color/uv/etc." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:38 +msgid "" +"Begin drawing (and optionally pass a texture override). When done call " +"[method end]. For more information on how this works, search for " +"[code]glBegin()[/code] and [code]glEnd()[/code] references.\n" +"For the type of primitive, see the [enum Mesh.PrimitiveType] enum." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:45 +msgid "Clears everything that was drawn using begin/end." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:51 +msgid "Ends a drawing context and displays the results." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:58 +msgid "The current drawing color." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:65 +msgid "The next vertex's normal." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:72 +msgid "The next vertex's tangent (and binormal facing)." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:79 +msgid "The next vertex's UV." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:86 +msgid "The next vertex's second layer UV." +msgstr "" + +#: doc/classes/Input.xml:4 +msgid "A singleton that deals with inputs." +msgstr "" + +#: doc/classes/Input.xml:7 +msgid "" +"A singleton that deals with inputs. This includes key presses, mouse buttons " +"and movement, joypads, and input actions. Actions and their events can be " +"set in the [b]Input Map[/b] tab in the [b]Project > Project Settings[/b], or " +"with the [InputMap] class." +msgstr "" + +#: doc/classes/Input.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/inputs/index.html" +msgstr "" + +#: doc/classes/Input.xml:20 +msgid "" +"This will simulate pressing the specified action.\n" +"The strength can be used for non-boolean actions, it's ranged between 0 and " +"1 representing the intensity of the given action.\n" +"[b]Note:[/b] This method will not cause any [method Node._input] calls. It " +"is intended to be used with [method is_action_pressed] and [method " +"is_action_just_pressed]. If you want to simulate [code]_input[/code], use " +"[method parse_input_event] instead." +msgstr "" + +#: doc/classes/Input.xml:29 +msgid "If the specified action is already pressed, this will release it." +msgstr "" + +#: doc/classes/Input.xml:37 +msgid "" +"Adds a new mapping entry (in SDL2 format) to the mapping database. " +"Optionally update already connected devices." +msgstr "" + +#: doc/classes/Input.xml:43 +msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" +"Returns the acceleration of the device's accelerometer sensor, if the device " +"has one. Otherwise, the method returns [constant Vector3.ZERO].\n" +"Note this method returns an empty [Vector3] when running from the editor " +"even when your device has an accelerometer. You must export your project to " +"a supported device to read values from the accelerometer.\n" +"[b]Note:[/b] This method only works on iOS, Android, and UWP. On other " +"platforms, it always returns [constant Vector3.ZERO]. On Android the unit of " +"measurement for each axis is m/s² while on iOS and UWP it's a multiple of " +"the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." +msgstr "" + +#: doc/classes/Input.xml:60 +msgid "" +"Returns a value between 0 and 1 representing the raw intensity of the given " +"action, ignoring the action's deadzone. In most cases, you should use " +"[method get_action_strength] instead.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:69 +msgid "" +"Returns a value between 0 and 1 representing the intensity of the given " +"action. In a joypad, for example, the further away the axis (analog sticks " +"or L2, R2 triggers) is from the dead zone, the closer the value will be to " +"1. If the action is mapped to a control that has no axis as the keyboard, " +"the value returned will be 0 or 1.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:78 +msgid "" +"Get axis input by specifying two actions, one negative and one positive.\n" +"This is a shorthand for writing [code]Input." +"get_action_strength(\"positive_action\") - Input." +"get_action_strength(\"negative_action\")[/code]." +msgstr "" + +#: doc/classes/Input.xml:85 +msgid "" +"Returns an [Array] containing the device IDs of all currently connected " +"joypads." +msgstr "" + +#: doc/classes/Input.xml:91 +msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." +msgstr "" + +#: doc/classes/Input.xml:97 +msgid "" +"Returns the gravity of the device's accelerometer sensor, if the device has " +"one. Otherwise, the method returns [constant Vector3.ZERO].\n" +"[b]Note:[/b] This method only works on Android and iOS. On other platforms, " +"it always returns [constant Vector3.ZERO]. On Android the unit of " +"measurement for each axis is m/s² while on iOS it's a multiple of the " +"Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." +msgstr "" + +#: doc/classes/Input.xml:104 +msgid "" +"Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " +"gyroscope sensor, if the device has one. Otherwise, the method returns " +"[constant Vector3.ZERO].\n" +"[b]Note:[/b] This method only works on Android and iOS. On other platforms, " +"it always returns [constant Vector3.ZERO]." +msgstr "" + +#: doc/classes/Input.xml:113 +msgid "" +"Returns the current value of the joypad axis at given index (see [enum " +"JoystickList])." +msgstr "" + +#: doc/classes/Input.xml:120 +msgid "Returns the index of the provided axis name." +msgstr "" + +#: doc/classes/Input.xml:127 +msgid "" +"Receives a [enum JoystickList] axis and returns its equivalent name as a " +"string." +msgstr "" + +#: doc/classes/Input.xml:134 +msgid "Returns the index of the provided button name." +msgstr "" + +#: doc/classes/Input.xml:141 +msgid "" +"Receives a gamepad button from [enum JoystickList] and returns its " +"equivalent name as a string." +msgstr "" + +#: doc/classes/Input.xml:148 +msgid "" +"Returns a SDL2-compatible device GUID on platforms that use gamepad " +"remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." +msgstr "" + +#: doc/classes/Input.xml:155 +msgid "Returns the name of the joypad at the specified device index." +msgstr "" + +#: doc/classes/Input.xml:162 +msgid "Returns the duration of the current vibration effect in seconds." +msgstr "" + +#: doc/classes/Input.xml:169 +msgid "" +"Returns the strength of the joypad vibration: x is the strength of the weak " +"motor, and y is the strength of the strong motor." +msgstr "" + +#: doc/classes/Input.xml:175 +msgid "" +"Returns the mouse speed for the last time the cursor was moved, and this " +"until the next frame where the mouse moves. This means that even if the " +"mouse is not moving, this function will still return the value of the last " +"motion." +msgstr "" + +#: doc/classes/Input.xml:181 +msgid "" +"Returns the magnetic field strength in micro-Tesla for all axes of the " +"device's magnetometer sensor, if the device has one. Otherwise, the method " +"returns [constant Vector3.ZERO].\n" +"[b]Note:[/b] This method only works on Android, iOS and UWP. On other " +"platforms, it always returns [constant Vector3.ZERO]." +msgstr "" + +#: doc/classes/Input.xml:188 +msgid "" +"Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " +"the same time, the bits are added together." +msgstr "" + +#: doc/classes/Input.xml:194 +msgid "Returns the mouse mode. See the constants for more information." +msgstr "" + +#: doc/classes/Input.xml:205 +msgid "" +"Gets an input vector by specifying four actions for the positive and " +"negative X and Y axes.\n" +"This method is useful when getting vector input, such as from a joystick, " +"directional pad, arrows, or WASD. The vector has its length limited to 1 and " +"has a circular deadzone, which is useful for using vector input as " +"movement.\n" +"By default, the deadzone is automatically calculated from the average of the " +"action deadzones. However, you can override the deadzone to be whatever you " +"want (on the range of 0 to 1)." +msgstr "" + +#: doc/classes/Input.xml:215 +msgid "" +"Returns [code]true[/code] when the user starts pressing the action event, " +"meaning it's [code]true[/code] only on the frame that the user pressed down " +"the button.\n" +"This is useful for code that needs to run only once when an action is " +"pressed, instead of every frame while it's pressed.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:225 +msgid "" +"Returns [code]true[/code] when the user stops pressing the action event, " +"meaning it's [code]true[/code] only on the frame that the user released the " +"button.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:234 +msgid "" +"Returns [code]true[/code] if you are pressing the action event. Note that if " +"an action has multiple buttons assigned and more than one of them is " +"pressed, releasing one button will release the action, even if some other " +"button assigned to this action is still pressed.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:243 +msgid "" +"Returns [code]true[/code] if you are pressing the joypad button (see [enum " +"JoystickList])." +msgstr "" + +#: doc/classes/Input.xml:250 +msgid "" +"Returns [code]true[/code] if the system knows the specified device. This " +"means that it sets all button and axis indices exactly as defined in [enum " +"JoystickList]. Unknown joypads are not expected to match these constants, " +"but you can still retrieve events from them." +msgstr "" + +#: doc/classes/Input.xml:257 +msgid "" +"Returns [code]true[/code] if you are pressing the key. You can pass a [enum " +"KeyList] constant." +msgstr "" + +#: doc/classes/Input.xml:264 +msgid "" +"Returns [code]true[/code] if you are pressing the mouse button specified " +"with [enum ButtonList]." +msgstr "" + +#: doc/classes/Input.xml:274 +msgid "" +"Notifies the [Input] singleton that a connection has changed, to update the " +"state for the [code]device[/code] index.\n" +"This is used internally and should not have to be called from user scripts. " +"See [signal joy_connection_changed] for the signal emitted when this is " +"triggered internally." +msgstr "" + +#: doc/classes/Input.xml:282 +msgid "" +"Feeds an [InputEvent] to the game. Can be used to artificially trigger input " +"events from code. Also generates [method Node._input] calls.\n" +"Example:\n" +"[codeblock]\n" +"var a = InputEventAction.new()\n" +"a.action = \"ui_cancel\"\n" +"a.pressed = true\n" +"Input.parse_input_event(a)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Input.xml:296 +msgid "" +"Removes all mappings from the internal database that match the given GUID." +msgstr "" + +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 +msgid "" +"Sets a custom mouse cursor image, which is only visible inside the game " +"window. The hotspot can also be specified. Passing [code]null[/code] to the " +"image parameter resets to the system cursor. See [enum CursorShape] for the " +"list of shapes.\n" +"[code]image[/code]'s size must be lower than 256×256.\n" +"[code]hotspot[/code] must be within [code]image[/code]'s size.\n" +"[b]Note:[/b] [AnimatedTexture]s aren't supported as custom mouse cursors. If " +"using an [AnimatedTexture], only the first frame will be displayed.\n" +"[b]Note:[/b] Only images imported with the [b]Lossless[/b], [b]Lossy[/b] or " +"[b]Uncompressed[/b] compression modes are supported. The [b]Video RAM[/b] " +"compression mode can't be used for custom cursors." +msgstr "" + +#: doc/classes/Input.xml:324 +msgid "" +"Sets the default cursor shape to be used in the viewport instead of " +"[constant CURSOR_ARROW].\n" +"[b]Note:[/b] If you want to change the default cursor shape for [Control]'s " +"nodes, use [member Control.mouse_default_cursor_shape] instead.\n" +"[b]Note:[/b] This method generates an [InputEventMouseMotion] to update " +"cursor immediately." +msgstr "" + +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 +msgid "Sets the mouse mode. See the constants for more information." +msgstr "" + +#: doc/classes/Input.xml:364 +msgid "" +"Enables or disables the accumulation of similar input events sent by the " +"operating system. When input accumulation is enabled, all input events " +"generated during a frame will be merged and emitted when the frame is done " +"rendering. Therefore, this limits the number of input method calls per " +"second to the rendering FPS.\n" +"Input accumulation is enabled by default. It can be disabled to get slightly " +"more precise/reactive input at the cost of increased CPU usage. In " +"applications where drawing freehand lines is required, input accumulation " +"should generally be disabled while the user is drawing the line to get " +"results that closely follow the actual input." +msgstr "" + +#: doc/classes/Input.xml:375 +msgid "" +"Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " +"strong and a weak one. [code]weak_magnitude[/code] is the strength of the " +"weak motor (between 0 and 1) and [code]strong_magnitude[/code] is the " +"strength of the strong motor (between 0 and 1). [code]duration[/code] is the " +"duration of the effect in seconds (a duration of 0 will try to play the " +"vibration indefinitely).\n" +"[b]Note:[/b] Not every hardware is compatible with long effect durations; it " +"is recommended to restart an effect if it has to be played for more than a " +"few seconds." +msgstr "" + +#: doc/classes/Input.xml:383 +msgid "Stops the vibration of the joypad." +msgstr "" + +#: doc/classes/Input.xml:390 +msgid "" +"Vibrate Android and iOS devices.\n" +"[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " +"settings. iOS does not support duration." +msgstr "" + +#: doc/classes/Input.xml:398 +msgid "Sets the mouse position to the specified vector." +msgstr "" + +#: doc/classes/Input.xml:407 +msgid "Emitted when a joypad device has been connected or disconnected." +msgstr "" + +#: doc/classes/Input.xml:413 +msgid "Makes the mouse cursor visible if it is hidden." +msgstr "" + +#: doc/classes/Input.xml:416 +msgid "Makes the mouse cursor hidden if it is visible." +msgstr "" + +#: doc/classes/Input.xml:419 +msgid "" +"Captures the mouse. The mouse will be hidden and its position locked at the " +"center of the screen.\n" +"[b]Note:[/b] If you want to process the mouse's movement in this mode, you " +"need to use [member InputEventMouseMotion.relative]." +msgstr "" + +#: doc/classes/Input.xml:423 +msgid "Makes the mouse cursor visible but confines it to the game window." +msgstr "" + +#: doc/classes/Input.xml:426 +msgid "Arrow cursor. Standard, default pointing cursor." +msgstr "" + +#: doc/classes/Input.xml:429 +msgid "" +"I-beam cursor. Usually used to show where the text cursor will appear when " +"the mouse is clicked." +msgstr "" + +#: doc/classes/Input.xml:432 +msgid "" +"Pointing hand cursor. Usually used to indicate the pointer is over a link or " +"other interactable item." +msgstr "" + +#: doc/classes/Input.xml:435 +msgid "" +"Cross cursor. Typically appears over regions in which a drawing operation " +"can be performed or for selections." +msgstr "" + +#: doc/classes/Input.xml:438 +msgid "" +"Wait cursor. Indicates that the application is busy performing an operation. " +"This cursor shape denotes that the application is still usable during the " +"operation." +msgstr "" + +#: doc/classes/Input.xml:441 +msgid "" +"Busy cursor. Indicates that the application is busy performing an operation. " +"This cursor shape denotes that the application isn't usable during the " +"operation (e.g. something is blocking its main thread)." +msgstr "" + +#: doc/classes/Input.xml:444 +msgid "Drag cursor. Usually displayed when dragging something." +msgstr "" + +#: doc/classes/Input.xml:447 +msgid "" +"Can drop cursor. Usually displayed when dragging something to indicate that " +"it can be dropped at the current position." +msgstr "" + +#: doc/classes/Input.xml:450 +msgid "" +"Forbidden cursor. Indicates that the current action is forbidden (for " +"example, when dragging something) or that the control at a position is " +"disabled." +msgstr "" + +#: doc/classes/Input.xml:453 +msgid "" +"Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " +"user they can resize the window or the panel vertically." +msgstr "" + +#: doc/classes/Input.xml:456 +msgid "" +"Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " +"the user they can resize the window or the panel horizontally." +msgstr "" + +#: doc/classes/Input.xml:459 +msgid "" +"Window resize mouse cursor. The cursor is a double-headed arrow that goes " +"from the bottom left to the top right. It tells the user they can resize the " +"window or the panel both horizontally and vertically." +msgstr "" + +#: doc/classes/Input.xml:462 +msgid "" +"Window resize mouse cursor. The cursor is a double-headed arrow that goes " +"from the top left to the bottom right, the opposite of [constant " +"CURSOR_BDIAGSIZE]. It tells the user they can resize the window or the panel " +"both horizontally and vertically." +msgstr "" + +#: doc/classes/Input.xml:465 +msgid "Move cursor. Indicates that something can be moved." +msgstr "" + +#: doc/classes/Input.xml:468 +msgid "" +"Vertical split mouse cursor. On Windows, it's the same as [constant " +"CURSOR_VSIZE]." +msgstr "" + +#: doc/classes/Input.xml:471 +msgid "" +"Horizontal split mouse cursor. On Windows, it's the same as [constant " +"CURSOR_HSIZE]." +msgstr "" + +#: doc/classes/Input.xml:474 +msgid "Help cursor. Usually a question mark." +msgstr "" + +#: doc/classes/InputEvent.xml:4 +msgid "Generic input event." +msgstr "" + +#: doc/classes/InputEvent.xml:7 +msgid "Base class of all sort of input event. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEvent.xml:10 doc/classes/InputEventJoypadButton.xml:10 +#: doc/classes/InputEventJoypadMotion.xml:10 doc/classes/InputEventKey.xml:10 +#: doc/classes/InputEventMouse.xml:10 doc/classes/InputEventScreenDrag.xml:10 +#: doc/classes/InputEventScreenTouch.xml:11 +#: doc/classes/InputEventWithModifiers.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html" +msgstr "" + +#: doc/classes/InputEvent.xml:20 +msgid "" +"Returns [code]true[/code] if the given input event and this input event can " +"be added together (only for events of type [InputEventMouseMotion]).\n" +"The given input event's position, global position and speed will be copied. " +"The resulting [code]relative[/code] is a sum of both events. Both events' " +"modifiers have to be identical." +msgstr "" + +#: doc/classes/InputEvent.xml:27 +msgid "Returns a [String] representation of the event." +msgstr "" + +#: doc/classes/InputEvent.xml:35 +msgid "" +"Returns a value between 0.0 and 1.0 depending on the given actions' state. " +"Useful for getting the value of events of type [InputEventJoypadMotion].\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:44 +msgid "" +"Returns [code]true[/code] if this input event matches a pre-defined action " +"of any type.\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:54 +msgid "" +"Returns [code]true[/code] if the given action is being pressed (and is not " +"an echo event for [InputEventKey] events, unless [code]allow_echo[/code] is " +"[code]true[/code]). Not relevant for events of type [InputEventMouseMotion] " +"or [InputEventScreenDrag].\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:63 +msgid "" +"Returns [code]true[/code] if the given action is released (i.e. not " +"pressed). Not relevant for events of type [InputEventMouseMotion] or " +"[InputEventScreenDrag].\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:70 +msgid "" +"Returns [code]true[/code] if this input event's type is one that can be " +"assigned to an input action." +msgstr "" + +#: doc/classes/InputEvent.xml:76 +msgid "" +"Returns [code]true[/code] if this input event is an echo event (only for " +"events of type [InputEventKey])." +msgstr "" + +#: doc/classes/InputEvent.xml:82 +msgid "" +"Returns [code]true[/code] if this input event is pressed. Not relevant for " +"events of type [InputEventMouseMotion] or [InputEventScreenDrag]." +msgstr "" + +#: doc/classes/InputEvent.xml:90 +msgid "" +"Returns [code]true[/code] if the specified [code]event[/code] matches this " +"event. Only valid for action events i.e key ([InputEventKey]), button " +"([InputEventMouseButton] or [InputEventJoypadButton]), axis " +"[InputEventJoypadMotion] or action ([InputEventAction]) events.\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:99 +msgid "" +"Returns a copy of the given input event which has been offset by " +"[code]local_ofs[/code] and transformed by [code]xform[/code]. Relevant for " +"events of type [InputEventMouseButton], [InputEventMouseMotion], " +"[InputEventScreenTouch], [InputEventScreenDrag], [InputEventMagnifyGesture] " +"and [InputEventPanGesture]." +msgstr "" + +#: doc/classes/InputEvent.xml:105 +msgid "" +"The event's device ID.\n" +"[b]Note:[/b] This device ID will always be [code]-1[/code] for emulated " +"mouse input from a touchscreen. This can be used to distinguish emulated " +"mouse input from physical mouse input." +msgstr "" + +#: doc/classes/InputEventAction.xml:4 +msgid "Input event type for actions." +msgstr "" + +#: doc/classes/InputEventAction.xml:7 +msgid "" +"Contains a generic action which can be targeted from several types of " +"inputs. Actions can be created from the [b]Input Map[/b] tab in the " +"[b]Project > Project Settings[/b] menu. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventAction.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#actions" +msgstr "" + +#: doc/classes/InputEventAction.xml:18 +msgid "The action's name. Actions are accessed via this [String]." +msgstr "" + +#: doc/classes/InputEventAction.xml:21 +msgid "" +"If [code]true[/code], the action's state is pressed. If [code]false[/code], " +"the action's state is released." +msgstr "" + +#: doc/classes/InputEventAction.xml:24 +msgid "" +"The action's strength between 0 and 1. This value is considered as equal to " +"0 if pressed is [code]false[/code]. The event strength allows faking analog " +"joypad motion events, by specifying how strongly the joypad axis is bent or " +"pressed." +msgstr "" + +#: doc/classes/InputEventGesture.xml:4 +msgid "Base class for touch control gestures." +msgstr "" + +#: doc/classes/InputEventGesture.xml:14 +msgid "" +"The local gesture position relative to the [Viewport]. If used in [method " +"Control._gui_input], the position is relative to the current [Control] that " +"received this gesture." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:4 +msgid "Input event for gamepad buttons." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:7 +msgid "" +"Input event type for gamepad buttons. For gamepad analog sticks and " +"joysticks, see [InputEventJoypadMotion]." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:16 +msgid "Button identifier. One of the [enum JoystickList] button constants." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:19 +msgid "" +"If [code]true[/code], the button's state is pressed. If [code]false[/code], " +"the button's state is released." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:22 +msgid "" +"Represents the pressure the user puts on the button with his finger, if the " +"controller supports it. Ranges from [code]0[/code] to [code]1[/code]." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:4 +msgid "" +"Input event type for gamepad joysticks and other motions. For buttons, see " +"[code]InputEventJoypadButton[/code]." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:7 +msgid "" +"Stores information about joystick motions. One [InputEventJoypadMotion] " +"represents one axis at a time." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:16 +msgid "Axis identifier. Use one of the [enum JoystickList] axis constants." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:19 +msgid "" +"Current position of the joystick on the given axis. The value ranges from " +"[code]-1.0[/code] to [code]1.0[/code]. A value of [code]0[/code] means the " +"axis is in its resting position." +msgstr "" + +#: doc/classes/InputEventKey.xml:4 +msgid "Input event type for keyboard events." +msgstr "" + +#: doc/classes/InputEventKey.xml:7 +msgid "" +"Stores key presses on the keyboard. Supports key presses, key releases and " +"[member echo] events." +msgstr "" + +#: doc/classes/InputEventKey.xml:16 +msgid "" +"Returns the physical scancode combined with modifier keys such as " +"[code]Shift[/code] or [code]Alt[/code]. See also [InputEventWithModifiers].\n" +"To get a human-readable representation of the [InputEventKey] with " +"modifiers, use [code]OS.get_scancode_string(event." +"get_physical_scancode_with_modifiers())[/code] where [code]event[/code] is " +"the [InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:23 +msgid "" +"Returns the scancode combined with modifier keys such as [code]Shift[/code] " +"or [code]Alt[/code]. See also [InputEventWithModifiers].\n" +"To get a human-readable representation of the [InputEventKey] with " +"modifiers, use [code]OS.get_scancode_string(event." +"get_scancode_with_modifiers())[/code] where [code]event[/code] is the " +"[InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:30 +msgid "" +"If [code]true[/code], the key was already pressed before this event. It " +"means the user is holding the key down." +msgstr "" + +#: doc/classes/InputEventKey.xml:33 +msgid "" +"Key physical scancode, which corresponds to one of the [enum KeyList] " +"constants. Represent the physical location of a key on the 101/102-key US " +"QWERTY keyboard.\n" +"To get a human-readable representation of the [InputEventKey], use [code]OS." +"get_scancode_string(event.physical_scancode)[/code] where [code]event[/code] " +"is the [InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:37 +msgid "" +"If [code]true[/code], the key's state is pressed. If [code]false[/code], the " +"key's state is released." +msgstr "" + +#: doc/classes/InputEventKey.xml:40 +msgid "" +"The key scancode, which corresponds to one of the [enum KeyList] constants. " +"Represent key in the current keyboard layout.\n" +"To get a human-readable representation of the [InputEventKey], use [code]OS." +"get_scancode_string(event.scancode)[/code] where [code]event[/code] is the " +"[InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:44 +msgid "" +"The key Unicode identifier (when relevant). Unicode identifiers for the " +"composite characters and complex scripts may not be available unless IME " +"input mode is active. See [method OS.set_ime_active] for more information." +msgstr "" + +#: doc/classes/InputEventMouse.xml:4 +msgid "Base input event type for mouse events." +msgstr "" + +#: doc/classes/InputEventMouse.xml:7 +msgid "Stores general mouse events information." +msgstr "" + +#: doc/classes/InputEventMouse.xml:16 +msgid "" +"The mouse button mask identifier, one of or a bitwise combination of the " +"[enum ButtonList] button masks." +msgstr "" + +#: doc/classes/InputEventMouse.xml:19 +msgid "" +"The global mouse position relative to the current [Viewport] when used in " +"[method Control._gui_input], otherwise is at 0,0." +msgstr "" + +#: doc/classes/InputEventMouse.xml:22 +msgid "" +"The local mouse position relative to the [Viewport]. If used in [method " +"Control._gui_input], the position is relative to the current [Control] which " +"is under the mouse." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:4 +msgid "Input event type for mouse button events." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:7 +msgid "Contains mouse click information. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:10 +#: doc/classes/InputEventMouseMotion.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/" +"mouse_and_input_coordinates.html" +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:16 +msgid "" +"The mouse button identifier, one of the [enum ButtonList] button or button " +"wheel constants." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:19 +msgid "If [code]true[/code], the mouse button's state is a double-click." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:22 +msgid "" +"The amount (or delta) of the event. When used for high-precision scroll " +"events, this indicates the scroll amount (vertical or horizontal). This is " +"only supported on some platforms; the reported sensitivity varies depending " +"on the platform. May be [code]0[/code] if not supported." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:25 +msgid "" +"If [code]true[/code], the mouse button's state is pressed. If [code]false[/" +"code], the mouse button's state is released." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:4 +msgid "Input event type for mouse motion events." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:7 +msgid "" +"Contains mouse and pen motion information. Supports relative, absolute " +"positions and speed. See [method Node._input].\n" +"[b]Note:[/b] By default, this event is only emitted once per frame rendered " +"at most. If you need more precise input reporting, call [method Input." +"set_use_accumulated_input] with [code]false[/code] to make events emitted as " +"often as possible. If you use InputEventMouseMotion to draw lines, consider " +"implementing [url=https://en.wikipedia.org/wiki/Bresenham" +"%27s_line_algorithm]Bresenham's line algorithm[/url] as well to avoid " +"visible gaps in lines if the user is moving the mouse quickly." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:18 +msgid "" +"Represents the pressure the user puts on the pen. Ranges from [code]0.0[/" +"code] to [code]1.0[/code]." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:21 +msgid "" +"The mouse position relative to the previous position (position at the last " +"frame).\n" +"[b]Note:[/b] Since [InputEventMouseMotion] is only emitted when the mouse " +"moves, the last event won't have a relative position of [code]Vector2(0, 0)[/" +"code] when the user stops moving the mouse." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:25 +msgid "The mouse speed in pixels per second." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:28 +msgid "" +"Represents the angles of tilt of the pen. Positive X-coordinate value " +"indicates a tilt to the right. Positive Y-coordinate value indicates a tilt " +"toward the user. Ranges from [code]-1.0[/code] to [code]1.0[/code] for both " +"axes." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:4 +msgid "" +"Input event type for screen drag events. Only available on mobile devices." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:7 +msgid "Contains screen drag information. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:16 +msgid "The drag event index in the case of a multi-drag event." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:19 +msgid "The drag position." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:22 +msgid "The drag position relative to its start position." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:25 +msgid "The drag speed." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:4 +msgid "" +"Input event type for screen touch events.\n" +"(only available on mobile devices)" +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:8 +msgid "" +"Stores multi-touch press/release information. Supports touch press, touch " +"release and [member index] for multi-touch count and order." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:17 +msgid "" +"The touch index in the case of a multi-touch event. One index = one finger." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:20 +msgid "The touch position." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:23 +msgid "" +"If [code]true[/code], the touch's state is pressed. If [code]false[/code], " +"the touch's state is released." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:4 +msgid "Base class for keys events with modifiers." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:7 +msgid "" +"Contains keys events information with modifiers support like [code]Shift[/" +"code] or [code]Alt[/code]. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:16 +msgid "State of the [code]Alt[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:19 +msgid "State of the [code]Command[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:22 +msgid "State of the [code]Ctrl[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:25 +msgid "State of the [code]Meta[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:28 +msgid "State of the [code]Shift[/code] modifier." +msgstr "" + +#: doc/classes/InputMap.xml:4 +msgid "Singleton that manages [InputEventAction]." +msgstr "" + +#: doc/classes/InputMap.xml:7 +msgid "" +"Manages all [InputEventAction] which can be created/modified from the " +"project settings menu [b]Project > Project Settings > Input Map[/b] or in " +"code with [method add_action] and [method action_add_event]. See [method " +"Node._input]." +msgstr "" + +#: doc/classes/InputMap.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#inputmap" +msgstr "" + +#: doc/classes/InputMap.xml:18 +msgid "" +"Adds an [InputEvent] to an action. This [InputEvent] will trigger the action." +msgstr "" + +#: doc/classes/InputMap.xml:26 +msgid "Removes an [InputEvent] from an action." +msgstr "" + +#: doc/classes/InputMap.xml:33 +msgid "Removes all events from an action." +msgstr "" + +#: doc/classes/InputMap.xml:40 +msgid "Returns a deadzone value for the action." +msgstr "" + +#: doc/classes/InputMap.xml:48 +msgid "" +"Returns [code]true[/code] if the action has the given [InputEvent] " +"associated with it." +msgstr "" + +#: doc/classes/InputMap.xml:56 +msgid "Sets a deadzone value for the action." +msgstr "" + +#: doc/classes/InputMap.xml:64 +msgid "" +"Adds an empty action to the [InputMap] with a configurable [code]deadzone[/" +"code].\n" +"An [InputEvent] can then be added to this action with [method " +"action_add_event]." +msgstr "" + +#: doc/classes/InputMap.xml:72 +msgid "Removes an action from the [InputMap]." +msgstr "" + +#: doc/classes/InputMap.xml:81 +msgid "" +"Returns [code]true[/code] if the given event is part of an existing action. " +"This method ignores keyboard modifiers if the given [InputEvent] is not " +"pressed (for proper release detection). See [method action_has_event] if you " +"don't want this behavior.\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputMap.xml:89 +msgid "Returns an array of [InputEvent]s associated with a given action." +msgstr "" + +#: doc/classes/InputMap.xml:95 +msgid "Returns an array of all actions in the [InputMap]." +msgstr "" + +#: doc/classes/InputMap.xml:102 +msgid "" +"Returns [code]true[/code] if the [InputMap] has a registered action with the " +"given name." +msgstr "" + +#: doc/classes/InputMap.xml:108 +msgid "" +"Clears all [InputEventAction] in the [InputMap] and load it anew from " +"[ProjectSettings]." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:4 +msgid "Placeholder for the root [Node] of a [PackedScene]." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:7 +msgid "" +"Turning on the option [b]Load As Placeholder[/b] for an instanced scene in " +"the editor causes it to be replaced by an InstancePlaceholder when running " +"the game. This makes it possible to delay actually loading the scene until " +"calling [method replace_by_instance]. This is useful to avoid loading large " +"scenes all at once by loading parts of it selectively.\n" +"The InstancePlaceholder does not have a transform. This causes any child " +"nodes to be positioned relatively to the Viewport from point (0,0), rather " +"than their parent as displayed in the editor. Replacing the placeholder with " +"a scene with a transform will transform children relatively to their parent " +"again." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:18 +msgid "" +"Not thread-safe. Use [method Object.call_deferred] if calling from a thread." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:24 +msgid "" +"Gets the path to the [PackedScene] resource file that is loaded by default " +"when calling [method replace_by_instance]. Not thread-safe. Use [method " +"Object.call_deferred] if calling from a thread." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:37 +msgid "" +"Replaces this placeholder by the scene handed as an argument, or the " +"original scene if no argument is given. As for all resources, the scene is " +"loaded only if it's not loaded already. By manually loading the scene " +"beforehand, delays caused by this function can be avoided." +msgstr "" + +#: doc/classes/int.xml:4 +msgid "Integer built-in type." +msgstr "" + +#: doc/classes/int.xml:7 +msgid "" +"Signed 64-bit integer type.\n" +"It can take values in the interval [code][-2^63, 2^63 - 1][/code], i.e. " +"[code][-9223372036854775808, 9223372036854775807][/code]. Exceeding those " +"bounds will wrap around.\n" +"[int] is a [Variant] type, and will thus be used when assigning an integer " +"value to a [Variant]. It can also be enforced with the [code]: int[/code] " +"type hint.\n" +"[codeblock]\n" +"var my_variant = 0 # int, value 0.\n" +"my_variant += 4.2 # float, value 4.2.\n" +"var my_int: int = 1 # int, value 1.\n" +"my_int = 4.2 # int, value 4, the right value is implicitly cast to int.\n" +"my_int = int(\"6.7\") # int, value 6, the String is explicitly cast with " +"int.\n" +"\n" +"var max_int = 9223372036854775807\n" +"print(max_int) # 9223372036854775807, OK.\n" +"max_int += 1\n" +"print(max_int) # -9223372036854775808, we overflowed and wrapped around.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/int.xml:30 +msgid "" +"Cast a [bool] value to an integer value, [code]int(true)[/code] will be " +"equals to 1 and [code]int(false)[/code] will be equals to 0." +msgstr "" + +#: doc/classes/int.xml:37 +msgid "" +"Cast a float value to an integer value, this method simply removes the " +"number fractions (i.e. rounds [code]from[/code] towards zero), so for " +"example [code]int(2.7)[/code] will be equals to 2, [code]int(0.1)[/code] " +"will be equals to 0 and [code]int(-2.7)[/code] will be equals to -2. This " +"operation is also called truncation." +msgstr "" + +#: doc/classes/int.xml:44 +msgid "" +"Cast a [String] value to an integer value, this method is an integer parser " +"from a string, so calling this method with an invalid integer string will " +"return 0, a valid string will be something like [code]'1.7'[/code]. This " +"method will ignore all non-number characters, so calling [code]int('1e3')[/" +"code] will return 13." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:4 +msgid "[i]Deprecated.[/i] Camera which moves toward another node." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:7 +msgid "" +"[i]Deprecated (will be removed in Godot 4.0).[/i] InterpolatedCamera is a " +"[Camera] which smoothly moves to match a target node's position and " +"rotation.\n" +"If it is not [member enabled] or does not have a valid target set, " +"InterpolatedCamera acts like a normal Camera." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:17 +msgid "Sets the node to move toward and orient with." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:23 +msgid "" +"If [code]true[/code], and a target is set, the camera will move " +"automatically." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:26 +msgid "" +"How quickly the camera moves toward its target. Higher values will result in " +"tighter camera motion." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:29 +msgid "The target's [NodePath]." +msgstr "" + +#: doc/classes/IP.xml:4 +msgid "Internet protocol (IP) support functions such as DNS resolution." +msgstr "" + +#: doc/classes/IP.xml:7 +msgid "" +"IP contains support functions for the Internet Protocol (IP). TCP/IP support " +"is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides " +"DNS hostname resolution support, both blocking and threaded." +msgstr "" + +#: doc/classes/IP.xml:16 +msgid "" +"Removes all of a [code]hostname[/code]'s cached references. If no " +"[code]hostname[/code] is given, all cached IP addresses are removed." +msgstr "" + +#: doc/classes/IP.xml:23 +msgid "" +"Removes a given item [code]id[/code] from the queue. This should be used to " +"free a queue after it has completed to enable more queries to happen." +msgstr "" + +#: doc/classes/IP.xml:29 +msgid "Returns all the user's current IPv4 and IPv6 addresses as an array." +msgstr "" + +#: doc/classes/IP.xml:35 +msgid "" +"Returns all network adapters as an array.\n" +"Each adapter is a dictionary of the form:\n" +"[codeblock]\n" +"{\n" +" \"index\": \"1\", # Interface index.\n" +" \"name\": \"eth0\", # Interface name.\n" +" \"friendly\": \"Ethernet One\", # A friendly name (might be empty).\n" +" \"addresses\": [\"192.168.1.101\"], # An array of IP addresses " +"associated to this interface.\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/IP.xml:51 +msgid "" +"Returns a queued hostname's IP address, given its queue [code]id[/code]. " +"Returns an empty string on error or if resolution hasn't happened yet (see " +"[method get_resolve_item_status])." +msgstr "" + +#: doc/classes/IP.xml:58 +msgid "" +"Return resolved addresses, or an empty array if an error happened or " +"resolution didn't happen yet (see [method get_resolve_item_status])." +msgstr "" + +#: doc/classes/IP.xml:65 +msgid "" +"Returns a queued hostname's status as a [enum ResolverStatus] constant, " +"given its queue [code]id[/code]." +msgstr "" + +#: doc/classes/IP.xml:73 +msgid "" +"Returns a given hostname's IPv4 or IPv6 address when resolved (blocking-type " +"method). The address type returned depends on the [enum Type] constant given " +"as [code]ip_type[/code]." +msgstr "" + +#: doc/classes/IP.xml:81 +msgid "" +"Resolves a given hostname in a blocking way. Addresses are returned as an " +"[Array] of IPv4 or IPv6 depending on [code]ip_type[/code]." +msgstr "" + +#: doc/classes/IP.xml:89 +msgid "" +"Creates a queue item to resolve a hostname to an IPv4 or IPv6 address " +"depending on the [enum Type] constant given as [code]ip_type[/code]. Returns " +"the queue ID if successful, or [constant RESOLVER_INVALID_ID] on error." +msgstr "" + +#: doc/classes/IP.xml:95 +msgid "DNS hostname resolver status: No status." +msgstr "" + +#: doc/classes/IP.xml:98 +msgid "DNS hostname resolver status: Waiting." +msgstr "" + +#: doc/classes/IP.xml:101 +msgid "DNS hostname resolver status: Done." +msgstr "" + +#: doc/classes/IP.xml:104 +msgid "DNS hostname resolver status: Error." +msgstr "" + +#: doc/classes/IP.xml:107 +msgid "" +"Maximum number of concurrent DNS resolver queries allowed, [constant " +"RESOLVER_INVALID_ID] is returned if exceeded." +msgstr "" + +#: doc/classes/IP.xml:110 +msgid "" +"Invalid ID constant. Returned if [constant RESOLVER_MAX_QUERIES] is exceeded." +msgstr "" + +#: doc/classes/IP.xml:113 +msgid "Address type: None." +msgstr "" + +#: doc/classes/IP.xml:116 +msgid "Address type: Internet protocol version 4 (IPv4)." +msgstr "" + +#: doc/classes/IP.xml:119 +msgid "Address type: Internet protocol version 6 (IPv6)." +msgstr "" + +#: doc/classes/IP.xml:122 +msgid "Address type: Any." +msgstr "" + +#: doc/classes/ItemList.xml:4 +msgid "" +"Control that provides a list of selectable items (and/or icons) in a single " +"column, or optionally in multiple columns." +msgstr "" + +#: doc/classes/ItemList.xml:7 +msgid "" +"This control provides a selectable list of items that may be in a single (or " +"multiple columns) with option of text, icons, or both text and icon. " +"Tooltips are supported and may be different for every item in the list.\n" +"Selectable items in the list may be selected or deselected and multiple " +"selection may be enabled. Selection with right mouse button may also be " +"enabled to allow use of popup context menus. Items may also be \"activated\" " +"by double-clicking them or by pressing Enter.\n" +"Item text only supports single-line strings, newline characters (e.g. " +"[code]\\n[/code]) in the string won't produce a newline. Text wrapping is " +"enabled in [constant ICON_MODE_TOP] mode, but column's width is adjusted to " +"fully fit its content by default. You need to set [member " +"fixed_column_width] greater than zero to wrap the text." +msgstr "" + +#: doc/classes/ItemList.xml:19 +msgid "Adds an item to the item list with no text, only an icon." +msgstr "" + +#: doc/classes/ItemList.xml:28 +msgid "" +"Adds an item to the item list with specified text. Specify an [code]icon[/" +"code], or use [code]null[/code] as the [code]icon[/code] for a list item " +"with no icon.\n" +"If selectable is [code]true[/code], the list item will be selectable." +msgstr "" + +#: doc/classes/ItemList.xml:35 +msgid "Removes all items from the list." +msgstr "" + +#: doc/classes/ItemList.xml:41 +msgid "" +"Ensure current selection is visible, adjusting the scroll position as " +"necessary." +msgstr "" + +#: doc/classes/ItemList.xml:49 +msgid "" +"Returns the item index at the given [code]position[/code].\n" +"When there is no item at that point, -1 will be returned if [code]exact[/" +"code] is [code]true[/code], and the closest item index will be returned " +"otherwise." +msgstr "" + +#: doc/classes/ItemList.xml:56 +msgid "Returns the number of items currently in the list." +msgstr "" + +#: doc/classes/ItemList.xml:63 +msgid "" +"Returns the custom background color of the item specified by [code]idx[/" +"code] index." +msgstr "" + +#: doc/classes/ItemList.xml:70 +msgid "" +"Returns the custom foreground color of the item specified by [code]idx[/" +"code] index." +msgstr "" + +#: doc/classes/ItemList.xml:77 +msgid "Returns the icon associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:84 +msgid "Returns a [Color] modulating item's icon at the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:91 +msgid "" +"Returns the region of item's icon used. The whole icon will be used if the " +"region has no area." +msgstr "" + +#: doc/classes/ItemList.xml:98 +msgid "Returns the metadata value of the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:105 +msgid "Returns the text associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:112 +msgid "Returns the tooltip hint associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:118 +msgid "Returns an array with the indexes of the selected items." +msgstr "" + +#: doc/classes/ItemList.xml:124 +msgid "" +"Returns the [Object] ID associated with the list.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ItemList.xml:131 +msgid "Returns [code]true[/code] if one or more items are selected." +msgstr "" + +#: doc/classes/ItemList.xml:138 +msgid "" +"Returns [code]true[/code] if the item at the specified index is disabled." +msgstr "" + +#: doc/classes/ItemList.xml:145 +msgid "" +"Returns [code]true[/code] if the item icon will be drawn transposed, i.e. " +"the X and Y axes are swapped." +msgstr "" + +#: doc/classes/ItemList.xml:152 +msgid "" +"Returns [code]true[/code] if the item at the specified index is selectable." +msgstr "" + +#: doc/classes/ItemList.xml:159 +msgid "" +"Returns [code]true[/code] if the tooltip is enabled for specified item index." +msgstr "" + +#: doc/classes/ItemList.xml:166 +msgid "" +"Returns [code]true[/code] if the item at the specified index is currently " +"selected." +msgstr "" + +#: doc/classes/ItemList.xml:174 +msgid "Moves item from index [code]from_idx[/code] to [code]to_idx[/code]." +msgstr "" + +#: doc/classes/ItemList.xml:181 +msgid "Removes the item specified by [code]idx[/code] index from the list." +msgstr "" + +#: doc/classes/ItemList.xml:189 +msgid "" +"Select the item at the specified index.\n" +"[b]Note:[/b] This method does not trigger the item selection signal." +msgstr "" + +#: doc/classes/ItemList.xml:198 +msgid "" +"Sets the background color of the item specified by [code]idx[/code] index to " +"the specified [Color]." +msgstr "" + +#: doc/classes/ItemList.xml:206 +msgid "" +"Sets the foreground color of the item specified by [code]idx[/code] index to " +"the specified [Color]." +msgstr "" + +#: doc/classes/ItemList.xml:214 +msgid "" +"Disables (or enables) the item at the specified index.\n" +"Disabled items cannot be selected and do not trigger activation signals " +"(when double-clicking or pressing Enter)." +msgstr "" + +#: doc/classes/ItemList.xml:223 +msgid "" +"Sets (or replaces) the icon's [Texture] associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:231 +msgid "" +"Sets a modulating [Color] of the item associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:239 +msgid "" +"Sets the region of item's icon used. The whole icon will be used if the " +"region has no area." +msgstr "" + +#: doc/classes/ItemList.xml:247 +msgid "Sets whether the item icon will be drawn transposed." +msgstr "" + +#: doc/classes/ItemList.xml:255 +msgid "" +"Sets a value (of any type) to be stored with the item associated with the " +"specified index." +msgstr "" + +#: doc/classes/ItemList.xml:263 +msgid "" +"Allows or disallows selection of the item associated with the specified " +"index." +msgstr "" + +#: doc/classes/ItemList.xml:271 +msgid "Sets text of the item associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:279 +msgid "Sets the tooltip hint for the item associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:287 +msgid "Sets whether the tooltip hint is enabled for specified item index." +msgstr "" + +#: doc/classes/ItemList.xml:293 +msgid "Sorts items in the list by their text." +msgstr "" + +#: doc/classes/ItemList.xml:300 +msgid "Ensures the item associated with the specified index is not selected." +msgstr "" + +#: doc/classes/ItemList.xml:306 +msgid "Ensures there are no items selected." +msgstr "" + +#: doc/classes/ItemList.xml:312 +msgid "" +"If [code]true[/code], the currently selected item can be selected again." +msgstr "" + +#: doc/classes/ItemList.xml:315 +msgid "If [code]true[/code], right mouse button click can select items." +msgstr "" + +#: doc/classes/ItemList.xml:318 +msgid "" +"If [code]true[/code], the control will automatically resize the height to " +"fit its content." +msgstr "" + +#: doc/classes/ItemList.xml:321 +msgid "" +"The width all columns will be adjusted to.\n" +"A value of zero disables the adjustment, each item will have a width equal " +"to the width of its content and the columns will have an uneven width." +msgstr "" + +#: doc/classes/ItemList.xml:325 +msgid "" +"The size all icons will be adjusted to.\n" +"If either X or Y component is not greater than zero, icon size won't be " +"affected." +msgstr "" + +#: doc/classes/ItemList.xml:330 +msgid "" +"The icon position, whether above or to the left of the text. See the [enum " +"IconMode] constants." +msgstr "" + +#: doc/classes/ItemList.xml:333 +msgid "" +"The scale of icon applied after [member fixed_icon_size] and transposing " +"takes effect." +msgstr "" + +#: doc/classes/ItemList.xml:336 +msgid "" +"Maximum columns the list will have.\n" +"If greater than zero, the content will be split among the specified " +"columns.\n" +"A value of zero means unlimited columns, i.e. all items will be put in the " +"same row." +msgstr "" + +#: doc/classes/ItemList.xml:341 +msgid "" +"Maximum lines of text allowed in each item. Space will be reserved even when " +"there is not enough lines of text to display.\n" +"[b]Note:[/b] This property takes effect only when [member icon_mode] is " +"[constant ICON_MODE_TOP]. To make the text wrap, [member fixed_column_width] " +"should be greater than zero." +msgstr "" + +#: doc/classes/ItemList.xml:346 +msgid "" +"Whether all columns will have the same width.\n" +"If [code]true[/code], the width is equal to the largest column width of all " +"columns." +msgstr "" + +#: doc/classes/ItemList.xml:350 +msgid "" +"Allows single or multiple item selection. See the [enum SelectMode] " +"constants." +msgstr "" + +#: doc/classes/ItemList.xml:357 +msgid "" +"Triggered when specified list item is activated via double-clicking or by " +"pressing Enter." +msgstr "" + +#: doc/classes/ItemList.xml:364 +msgid "" +"Triggered when specified list item has been selected via right mouse " +"clicking.\n" +"The click position is also provided to allow appropriate popup of context " +"menus at the correct location.\n" +"[member allow_rmb_select] must be enabled." +msgstr "" + +#: doc/classes/ItemList.xml:372 +msgid "" +"Triggered when specified item has been selected.\n" +"[member allow_reselect] must be enabled to reselect an item." +msgstr "" + +#: doc/classes/ItemList.xml:380 +msgid "" +"Triggered when a multiple selection is altered on a list allowing multiple " +"selection." +msgstr "" + +#: doc/classes/ItemList.xml:385 +msgid "" +"Triggered when a left mouse click is issued within the rect of the list but " +"on empty space." +msgstr "" + +#: doc/classes/ItemList.xml:391 +msgid "" +"Triggered when a right mouse click is issued within the rect of the list but " +"on empty space.\n" +"[member allow_rmb_select] must be enabled." +msgstr "" + +#: doc/classes/ItemList.xml:398 +msgid "Icon is drawn above the text." +msgstr "" + +#: doc/classes/ItemList.xml:401 +msgid "Icon is drawn to the left of the text." +msgstr "" + +#: doc/classes/ItemList.xml:404 +msgid "Only allow selecting a single item." +msgstr "" + +#: doc/classes/ItemList.xml:407 +msgid "Allows selecting multiple items by holding Ctrl or Shift." +msgstr "" + +#: doc/classes/ItemList.xml:412 +msgid "" +"Default [StyleBox] for the [ItemList], i.e. used when the control is not " +"being focused." +msgstr "" + +#: doc/classes/ItemList.xml:415 +msgid "[StyleBox] used when the [ItemList] is being focused." +msgstr "" + +#: doc/classes/ItemList.xml:418 +msgid "[StyleBox] used for the cursor, when the [ItemList] is being focused." +msgstr "" + +#: doc/classes/ItemList.xml:421 +msgid "" +"[StyleBox] used for the cursor, when the [ItemList] is not being focused." +msgstr "" + +#: doc/classes/ItemList.xml:424 doc/classes/Tree.xml:407 +msgid "[Font] of the item's text." +msgstr "" + +#: doc/classes/ItemList.xml:427 doc/classes/Tree.xml:410 +msgid "Default text [Color] of the item." +msgstr "" + +#: doc/classes/ItemList.xml:430 doc/classes/Tree.xml:413 +msgid "Text [Color] used when the item is selected." +msgstr "" + +#: doc/classes/ItemList.xml:433 +msgid "" +"[Color] of the guideline. The guideline is a line drawn between each row of " +"items." +msgstr "" + +#: doc/classes/ItemList.xml:436 +msgid "The horizontal spacing between items." +msgstr "" + +#: doc/classes/ItemList.xml:439 +msgid "The spacing between item's icon and text." +msgstr "" + +#: doc/classes/ItemList.xml:442 +msgid "The vertical spacing between each line of text." +msgstr "" + +#: doc/classes/ItemList.xml:445 +msgid "" +"[StyleBox] for the selected items, used when the [ItemList] is not being " +"focused." +msgstr "" + +#: doc/classes/ItemList.xml:448 +msgid "" +"[StyleBox] for the selected items, used when the [ItemList] is being focused." +msgstr "" + +#: doc/classes/ItemList.xml:451 +msgid "The vertical spacing between items." +msgstr "" + +#: doc/classes/JavaScript.xml:4 +msgid "" +"Singleton that connects the engine with the browser's JavaScript context in " +"HTML5 export." +msgstr "" + +#: doc/classes/JavaScript.xml:7 +msgid "" +"The JavaScript singleton is implemented only in the HTML5 export. It's used " +"to access the browser's JavaScript context. This allows interaction with " +"embedding pages or calling third-party JavaScript APIs.\n" +"[b]Note:[/b] This singleton can be disabled at build-time to improve " +"security. By default, the JavaScript singleton is enabled. Official export " +"templates also have the JavaScript singleton enabled. See [url=https://docs." +"godotengine.org/en/3.4/development/compiling/compiling_for_web." +"html]Compiling for the Web[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/JavaScript.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/export/" +"exporting_for_web.html#calling-javascript-from-script" +msgstr "" + +#: doc/classes/JavaScript.xml:19 +msgid "" +"Creates a reference to a script function that can be used as a callback by " +"JavaScript. The reference must be kept until the callback happens, or it " +"won't be called at all. See [JavaScriptObject] for usage." +msgstr "" + +#: doc/classes/JavaScript.xml:26 +msgid "" +"Creates a new JavaScript object using the [code]new[/code] constructor. The " +"[code]object[/code] must a valid property of the JavaScript [code]window[/" +"code]. See [JavaScriptObject] for usage." +msgstr "" + +#: doc/classes/JavaScript.xml:35 +msgid "" +"Prompts the user to download a file containing the specified [code]buffer[/" +"code]. The file will have the given [code]name[/code] and [code]mime[/code] " +"type.\n" +"[b]Note:[/b] The browser may override the [url=https://en.wikipedia.org/wiki/" +"Media_type]MIME type[/url] provided based on the file [code]name[/code]'s " +"extension.\n" +"[b]Note:[/b] Browsers might block the download if [method download_buffer] " +"is not being called from a user interaction (e.g. button click).\n" +"[b]Note:[/b] Browsers might ask the user for permission or block the " +"download if multiple download requests are made in a quick succession." +msgstr "" + +#: doc/classes/JavaScript.xml:46 +msgid "" +"Execute the string [code]code[/code] as JavaScript code within the browser " +"window. This is a call to the actual global JavaScript function [code]eval()" +"[/code].\n" +"If [code]use_global_execution_context[/code] is [code]true[/code], the code " +"will be evaluated in the global execution context. Otherwise, it is " +"evaluated in the execution context of a function within the engine's runtime " +"environment." +msgstr "" + +#: doc/classes/JavaScript.xml:54 +msgid "" +"Returns an interface to a JavaScript object that can be used by scripts. The " +"[code]interface[/code] must be a valid property of the JavaScript " +"[code]window[/code]. The callback must accept a single [Array] argument, " +"which will contain the JavaScript [code]arguments[/code]. See " +"[JavaScriptObject] for usage." +msgstr "" + +#: doc/classes/JavaScriptObject.xml:4 +msgid "A wrapper class for native JavaScript objects." +msgstr "" + +#: doc/classes/JavaScriptObject.xml:7 +msgid "" +"JavaScriptObject is used to interact with JavaScript objects retrieved or " +"created via [method JavaScript.get_interface], [method JavaScript." +"create_object], or [method JavaScript.create_callback].\n" +"Example:\n" +"[codeblock]\n" +"extends Node\n" +"\n" +"var _my_js_callback = JavaScript.create_callback(self, \"myCallback\") # " +"This reference must be kept\n" +"var console = JavaScript.get_interface(\"console\")\n" +"\n" +"func _init():\n" +" var buf = JavaScript.create_object(\"ArrayBuffer\", 10) # new " +"ArrayBuffer(10)\n" +" print(buf) # prints [JavaScriptObject:OBJECT_ID]\n" +" var uint8arr = JavaScript.create_object(\"Uint8Array\", buf) # new " +"Uint8Array(buf)\n" +" uint8arr[1] = 255\n" +" prints(uint8arr[1], uint8arr.byteLength) # prints 255 10\n" +" console.log(uint8arr) # prints in browser console \"Uint8Array(10) [ 0, " +"255, 0, 0, 0, 0, 0, 0, 0, 0 ]\"\n" +"\n" +" # Equivalent of JavaScript: Array.from(uint8arr).forEach(myCallback)\n" +" JavaScript.get_interface(\"Array\").from(uint8arr)." +"forEach(_my_js_callback)\n" +"\n" +"func myCallback(args):\n" +" # Will be called with the parameters passed to the \"forEach\" callback\n" +" # [0, 0, [JavaScriptObject:1173]]\n" +" # [255, 1, [JavaScriptObject:1173]]\n" +" # ...\n" +" # [0, 9, [JavaScriptObject:1180]]\n" +" print(args)\n" +"[/codeblock]\n" +"[b]Note:[/b] Only available in the HTML5 platform." +msgstr "" + +#: doc/classes/JNISingleton.xml:4 +msgid "" +"Singleton that connects the engine with Android plugins to interface with " +"native Android code." +msgstr "" + +#: doc/classes/JNISingleton.xml:7 +msgid "" +"The JNISingleton is implemented only in the Android export. It's used to " +"call methods and connect signals from an Android plugin written in Java or " +"Kotlin. Methods and signals can be called and connected to the JNISingleton " +"as if it is a Node. See [url=https://en.wikipedia.org/wiki/" +"Java_Native_Interface]Java Native Interface - Wikipedia[/url] for more " +"information." +msgstr "" + +#: doc/classes/JNISingleton.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/android/android_plugin." +"html" +msgstr "" + +#: doc/classes/Joint.xml:4 +msgid "Base class for all 3D joints." +msgstr "" + +#: doc/classes/Joint.xml:7 +msgid "" +"Joints are used to bind together two physics bodies. They have a solver " +"priority and can define if the bodies of the two attached nodes should be " +"able to collide with each other." +msgstr "" + +#: doc/classes/Joint.xml:10 doc/classes/RigidBody.xml:15 +#: doc/classes/VehicleBody.xml:12 doc/classes/VehicleWheel.xml:11 +msgid "https://godotengine.org/asset-library/asset/524" +msgstr "" + +#: doc/classes/Joint.xml:16 +msgid "" +"If [code]true[/code], the two bodies of the nodes are not able to collide " +"with each other." +msgstr "" + +#: doc/classes/Joint.xml:19 +msgid "The node attached to the first side (A) of the joint." +msgstr "" + +#: doc/classes/Joint.xml:22 +msgid "The node attached to the second side (B) of the joint." +msgstr "" + +#: doc/classes/Joint.xml:25 +msgid "" +"The priority used to define which solver is executed first for multiple " +"joints. The lower the value, the higher the priority." +msgstr "" + +#: doc/classes/Joint2D.xml:4 +msgid "Base node for all joint constraints in 2D physics." +msgstr "" + +#: doc/classes/Joint2D.xml:7 +msgid "" +"Base node for all joint constraints in 2D physics. Joints take 2 bodies and " +"apply a custom constraint." +msgstr "" + +#: doc/classes/Joint2D.xml:15 +msgid "" +"When [member node_a] and [member node_b] move in different directions the " +"[code]bias[/code] controls how fast the joint pulls them back to their " +"original position. The lower the [code]bias[/code] the more the two bodies " +"can pull on the joint." +msgstr "" + +#: doc/classes/Joint2D.xml:18 +msgid "" +"If [code]true[/code], [member node_a] and [member node_b] can not collide." +msgstr "" + +#: doc/classes/Joint2D.xml:21 +msgid "The first body attached to the joint. Must derive from [PhysicsBody2D]." +msgstr "" + +#: doc/classes/Joint2D.xml:24 +msgid "" +"The second body attached to the joint. Must derive from [PhysicsBody2D]." +msgstr "" + +#: doc/classes/JSON.xml:4 +msgid "Helper class for parsing JSON data." +msgstr "" + +#: doc/classes/JSON.xml:7 +msgid "" +"Helper class for parsing JSON data. For usage example and other important " +"hints, see [JSONParseResult]." +msgstr "" + +#: doc/classes/JSON.xml:16 +msgid "" +"Parses a JSON-encoded string and returns a [JSONParseResult] containing the " +"result." +msgstr "" + +#: doc/classes/JSON.xml:25 +msgid "" +"Converts a [Variant] var to JSON text and returns the result. Useful for " +"serializing data to store or send over the network.\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, converting a Variant to JSON text " +"will convert all numerical values to [float] types.\n" +"Use [code]indent[/code] parameter to pretty print the output.\n" +"[b]Example output:[/b]\n" +"[codeblock]\n" +"## JSON.print(my_dictionary)\n" +"{\"name\":\"my_dictionary\",\"version\":\"1.0.0\",\"entities\":[{\"name\":" +"\"entity_0\",\"value\":\"value_0\"},{\"name\":\"entity_1\",\"value\":" +"\"value_1\"}]}\n" +"\n" +"## JSON.print(my_dictionary, \"\\t\")\n" +"{\n" +" \"name\": \"my_dictionary\",\n" +" \"version\": \"1.0.0\",\n" +" \"entities\": [\n" +" {\n" +" \"name\": \"entity_0\",\n" +" \"value\": \"value_0\"\n" +" },\n" +" {\n" +" \"name\": \"entity_1\",\n" +" \"value\": \"value_1\"\n" +" }\n" +" ]\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/JSONParseResult.xml:4 +msgid "Data class wrapper for decoded JSON." +msgstr "" + +#: doc/classes/JSONParseResult.xml:7 +msgid "" +"Returned by [method JSON.parse], [JSONParseResult] contains the decoded JSON " +"or error information if the JSON source wasn't successfully parsed. You can " +"check if the JSON source was successfully parsed with [code]if json_result." +"error == OK[/code]." +msgstr "" + +#: doc/classes/JSONParseResult.xml:15 +msgid "" +"The error type if the JSON source was not successfully parsed. See the [enum " +"Error] constants." +msgstr "" + +#: doc/classes/JSONParseResult.xml:18 +msgid "" +"The line number where the error occurred if the JSON source was not " +"successfully parsed." +msgstr "" + +#: doc/classes/JSONParseResult.xml:21 +msgid "" +"The error message if the JSON source was not successfully parsed. See the " +"[enum Error] constants." +msgstr "" + +#: doc/classes/JSONParseResult.xml:24 +msgid "" +"A [Variant] containing the parsed JSON. Use [method @GDScript.typeof] or the " +"[code]is[/code] keyword to check if it is what you expect. For example, if " +"the JSON source starts with curly braces ([code]{}[/code]), a [Dictionary] " +"will be returned. If the JSON source starts with brackets ([code][][/code]), " +"an [Array] will be returned.\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, parsing a JSON text will convert " +"all numerical values to [float] types.\n" +"[b]Note:[/b] JSON objects do not preserve key order like Godot dictionaries, " +"thus, you should not rely on keys being in a certain order if a dictionary " +"is constructed from JSON. In contrast, JSON arrays retain the order of their " +"elements:\n" +"[codeblock]\n" +"var p = JSON.parse('[\"hello\", \"world\", \"!\"]')\n" +"if typeof(p.result) == TYPE_ARRAY:\n" +" print(p.result[0]) # Prints \"hello\"\n" +"else:\n" +" push_error(\"Unexpected results.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/JSONRPC.xml:4 +msgid "A helper to handle dictionaries which look like JSONRPC documents." +msgstr "" + +#: doc/classes/JSONRPC.xml:7 +msgid "" +"[url=https://www.jsonrpc.org/]JSON-RPC[/url] is a standard which wraps a " +"method call in a [JSON] object. The object has a particular structure and " +"identifies which method is called, the parameters to that function, and " +"carries an ID to keep track of responses. This class implements that " +"standard on top of [Dictionary]; you will have to convert between a " +"[Dictionary] and [JSON] with other functions." +msgstr "" + +#: doc/classes/JSONRPC.xml:17 +msgid "" +"Returns a dictionary in the form of a JSON-RPC notification. Notifications " +"are one-shot messages which do not expect a response.\n" +"- [code]method[/code]: Name of the method being called.\n" +"- [code]params[/code]: An array or dictionary of parameters being passed to " +"the method." +msgstr "" + +#: doc/classes/JSONRPC.xml:28 +msgid "" +"Returns a dictionary in the form of a JSON-RPC request. Requests are sent to " +"a server with the expectation of a response. The ID field is used for the " +"server to specify which exact request it is responding to.\n" +"- [code]method[/code]: Name of the method being called.\n" +"- [code]params[/code]: An array or dictionary of parameters being passed to " +"the method.\n" +"- [code]id[/code]: Uniquely identifies this request. The server is expected " +"to send a response with the same ID." +msgstr "" + +#: doc/classes/JSONRPC.xml:39 +msgid "" +"When a server has received and processed a request, it is expected to send a " +"response. If you did not want a response then you need to have sent a " +"Notification instead.\n" +"- [code]result[/code]: The return value of the function which was called.\n" +"- [code]id[/code]: The ID of the request this response is targeted to." +msgstr "" + +#: doc/classes/JSONRPC.xml:50 +msgid "" +"Creates a response which indicates a previous reply has failed in some way.\n" +"- [code]code[/code]: The error code corresponding to what kind of error this " +"is. See the [enum ErrorCode] constants.\n" +"- [code]message[/code]: A custom message about this error.\n" +"- [code]id[/code]: The request this error is a response to." +msgstr "" + +#: doc/classes/JSONRPC.xml:61 +msgid "" +"Given a Dictionary which takes the form of a JSON-RPC request: unpack the " +"request and run it. Methods are resolved by looking at the field called " +"\"method\" and looking for an equivalently named function in the JSONRPC " +"object. If one is found that method is called.\n" +"To add new supported methods extend the JSONRPC class and call [method " +"process_action] on your subclass.\n" +"[code]action[/code]: The action to be run, as a Dictionary in the form of a " +"JSON-RPC request or notification." +msgstr "" + +#: doc/classes/JSONRPC.xml:86 +msgid "" +"A method call was requested but no function of that name existed in the " +"JSONRPC subclass." +msgstr "" + +#: doc/classes/KinematicBody.xml:4 +msgid "Kinematic body 3D node." +msgstr "" + +#: doc/classes/KinematicBody.xml:7 +msgid "" +"Kinematic bodies are special types of bodies that are meant to be user-" +"controlled. They are not affected by physics at all; to other types of " +"bodies, such as a character or a rigid body, these are the same as a static " +"body. However, they have two main uses:\n" +"[b]Simulated motion:[/b] When these bodies are moved manually, either from " +"code or from an [AnimationPlayer] (with [member AnimationPlayer." +"playback_process_mode] set to \"physics\"), the physics will automatically " +"compute an estimate of their linear and angular velocity. This makes them " +"very useful for moving platforms or other AnimationPlayer-controlled objects " +"(like a door, a bridge that opens, etc).\n" +"[b]Kinematic characters:[/b] KinematicBody also has an API for moving " +"objects (the [method move_and_collide] and [method move_and_slide] methods) " +"while performing collision tests. This makes them really useful to implement " +"characters that collide against a world, but don't require advanced physics." +msgstr "" + +#: doc/classes/KinematicBody.xml:12 doc/classes/KinematicBody2D.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/kinematic_character_2d." +"html" +msgstr "" + +#: doc/classes/KinematicBody.xml:23 +msgid "" +"Returns [code]true[/code] if the specified [code]axis[/code] is locked. See " +"also [member move_lock_x], [member move_lock_y] and [member move_lock_z]." +msgstr "" + +#: doc/classes/KinematicBody.xml:30 +msgid "" +"Returns the floor's collision angle at the last collision point according to " +"[code]up_direction[/code], which is [code]Vector3.UP[/code] by default. This " +"value is always positive and only valid after calling [method " +"move_and_slide] and when [method is_on_floor] returns [code]true[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:36 doc/classes/KinematicBody2D.xml:28 +msgid "" +"Returns the surface normal of the floor at the last collision point. Only " +"valid after calling [method move_and_slide] or [method " +"move_and_slide_with_snap] and when [method is_on_floor] returns [code]true[/" +"code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:42 doc/classes/KinematicBody2D.xml:34 +msgid "" +"Returns the linear velocity of the floor at the last collision point. Only " +"valid after calling [method move_and_slide] or [method " +"move_and_slide_with_snap] and when [method is_on_floor] returns [code]true[/" +"code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:48 +msgid "" +"Returns a [KinematicCollision], which contains information about the latest " +"collision that occurred during the last call to [method move_and_slide]." +msgstr "" + +#: doc/classes/KinematicBody.xml:55 +msgid "" +"Returns a [KinematicCollision], which contains information about a collision " +"that occurred during the last call to [method move_and_slide] or [method " +"move_and_slide_with_snap]. Since the body can collide several times in a " +"single call to [method move_and_slide], you must specify the index of the " +"collision in the range 0 to ([method get_slide_count] - 1)." +msgstr "" + +#: doc/classes/KinematicBody.xml:61 doc/classes/KinematicBody2D.xml:59 +msgid "" +"Returns the number of times the body collided and changed direction during " +"the last call to [method move_and_slide] or [method " +"move_and_slide_with_snap]." +msgstr "" + +#: doc/classes/KinematicBody.xml:67 doc/classes/KinematicBody2D.xml:65 +msgid "" +"Returns [code]true[/code] if the body collided with the ceiling on the last " +"call of [method move_and_slide] or [method move_and_slide_with_snap]. " +"Otherwise, returns [code]false[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:73 doc/classes/KinematicBody2D.xml:71 +msgid "" +"Returns [code]true[/code] if the body collided with the floor on the last " +"call of [method move_and_slide] or [method move_and_slide_with_snap]. " +"Otherwise, returns [code]false[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:79 doc/classes/KinematicBody2D.xml:77 +msgid "" +"Returns [code]true[/code] if the body collided with a wall on the last call " +"of [method move_and_slide] or [method move_and_slide_with_snap]. Otherwise, " +"returns [code]false[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:89 +msgid "" +"Moves the body along the vector [code]rel_vec[/code]. The body will stop if " +"it collides. Returns a [KinematicCollision], which contains information " +"about the collision.\n" +"If [code]test_only[/code] is [code]true[/code], the body does not move but " +"the would-be collision information is given." +msgstr "" + +#: doc/classes/KinematicBody.xml:102 +msgid "" +"Moves the body along a vector. If the body collides with another, it will " +"slide along the other body rather than stop immediately. If the other body " +"is a [KinematicBody] or [RigidBody], it will also be affected by the motion " +"of the other body. You can use this to make moving and rotating platforms, " +"or to make nodes push other nodes.\n" +"This method should be used in [method Node._physics_process] (or in a method " +"called by [method Node._physics_process]), as it uses the physics step's " +"[code]delta[/code] value automatically in calculations. Otherwise, the " +"simulation will run at an incorrect speed.\n" +"[code]linear_velocity[/code] is the velocity vector (typically meters per " +"second). Unlike in [method move_and_collide], you should [i]not[/i] multiply " +"it by [code]delta[/code] — the physics engine handles applying the " +"velocity.\n" +"[code]up_direction[/code] is the up direction, used to determine what is a " +"wall and what is a floor or a ceiling. If set to the default value of " +"[code]Vector3(0, 0, 0)[/code], everything is considered a wall.\n" +"If [code]stop_on_slope[/code] is [code]true[/code], body will not slide on " +"slopes when you include gravity in [code]linear_velocity[/code] and the body " +"is standing still.\n" +"If the body collides, it will change direction a maximum of " +"[code]max_slides[/code] times before it stops.\n" +"[code]floor_max_angle[/code] is the maximum angle (in radians) where a slope " +"is still considered a floor (or a ceiling), rather than a wall. The default " +"value equals 45 degrees.\n" +"If [code]infinite_inertia[/code] is [code]true[/code], body will be able to " +"push [RigidBody] nodes, but it won't also detect any collisions with them. " +"If [code]false[/code], it will interact with [RigidBody] nodes like with " +"[StaticBody].\n" +"Returns the [code]linear_velocity[/code] vector, rotated and/or scaled if a " +"slide collision occurred. To get detailed information about collisions that " +"occurred, use [method get_slide_collision].\n" +"When the body touches a moving platform, the platform's velocity is " +"automatically added to the body motion. If a collision occurs due to the " +"platform's motion, it will always be first in the slide collisions." +msgstr "" + +#: doc/classes/KinematicBody.xml:124 +msgid "" +"Moves the body while keeping it attached to slopes. Similar to [method " +"move_and_slide].\n" +"As long as the [code]snap[/code] vector is in contact with the ground, the " +"body will remain attached to the surface. This means you must disable snap " +"in order to jump, for example. You can do this by setting [code]snap[/code] " +"to [code](0, 0, 0)[/code] or by using [method move_and_slide] instead." +msgstr "" + +#: doc/classes/KinematicBody.xml:133 +msgid "" +"Locks or unlocks the specified [code]axis[/code] depending on the value of " +"[code]lock[/code]. See also [member move_lock_x], [member move_lock_y] and " +"[member move_lock_z]." +msgstr "" + +#: doc/classes/KinematicBody.xml:142 +msgid "" +"Checks for collisions without moving the body. Virtually sets the node's " +"position, scale and rotation to that of the given [Transform], then tries to " +"move the body along the vector [code]rel_vec[/code]. Returns [code]true[/" +"code] if a collision would occur." +msgstr "" + +#: doc/classes/KinematicBody.xml:148 +msgid "Lock the body's X axis movement." +msgstr "" + +#: doc/classes/KinematicBody.xml:151 +msgid "Lock the body's Y axis movement." +msgstr "" + +#: doc/classes/KinematicBody.xml:154 +msgid "Lock the body's Z axis movement." +msgstr "" + +#: doc/classes/KinematicBody.xml:157 doc/classes/KinematicBody2D.xml:138 +msgid "" +"Extra margin used for collision recovery in motion functions (see [method " +"move_and_collide], [method move_and_slide], [method " +"move_and_slide_with_snap]).\n" +"If the body is at least this close to another body, it will consider them to " +"be colliding and will be pushed away before performing the actual motion.\n" +"A higher value means it's more flexible for detecting collision, which helps " +"with consistently detecting walls and floors.\n" +"A lower value forces the collision algorithm to use more exact detection, so " +"it can be used in cases that specifically require precision, e.g at very low " +"scale to avoid visible jittering, or for stability with a stack of kinematic " +"bodies." +msgstr "" + +#: doc/classes/KinematicBody.xml:163 doc/classes/KinematicBody2D.xml:144 +msgid "" +"If [code]true[/code], the body's movement will be synchronized to the " +"physics frame. This is useful when animating movement via [AnimationPlayer], " +"for example on moving platforms. Do [b]not[/b] use together with [method " +"move_and_slide] or [method move_and_collide] functions." +msgstr "" + +#: doc/classes/KinematicBody.xml:166 +msgid "" +"Lock the body's X axis movement. Deprecated alias for [member " +"axis_lock_motion_x]." +msgstr "" + +#: doc/classes/KinematicBody.xml:169 +msgid "" +"Lock the body's Y axis movement. Deprecated alias for [member " +"axis_lock_motion_y]." +msgstr "" + +#: doc/classes/KinematicBody.xml:172 +msgid "" +"Lock the body's Z axis movement. Deprecated alias for [member " +"axis_lock_motion_z]." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:4 +msgid "Kinematic body 2D node." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:7 +msgid "" +"Kinematic bodies are special types of bodies that are meant to be user-" +"controlled. They are not affected by physics at all; to other types of " +"bodies, such as a character or a rigid body, these are the same as a static " +"body. However, they have two main uses:\n" +"[b]Simulated motion:[/b] When these bodies are moved manually, either from " +"code or from an [AnimationPlayer] (with [member AnimationPlayer." +"playback_process_mode] set to \"physics\"), the physics will automatically " +"compute an estimate of their linear and angular velocity. This makes them " +"very useful for moving platforms or other AnimationPlayer-controlled objects " +"(like a door, a bridge that opens, etc).\n" +"[b]Kinematic characters:[/b] KinematicBody2D also has an API for moving " +"objects (the [method move_and_collide] and [method move_and_slide] methods) " +"while performing collision tests. This makes them really useful to implement " +"characters that collide against a world, but don't require advanced physics." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/" +"using_kinematic_body_2d.html" +msgstr "" + +#: doc/classes/KinematicBody2D.xml:22 +msgid "" +"Returns the floor's collision angle at the last collision point according to " +"[code]up_direction[/code], which is [code]Vector2.UP[/code] by default. This " +"value is always positive and only valid after calling [method " +"move_and_slide] and when [method is_on_floor] returns [code]true[/code]." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:40 +msgid "" +"Returns a [KinematicCollision2D], which contains information about the " +"latest collision that occurred during the last call to [method " +"move_and_slide]." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:47 +msgid "" +"Returns a [KinematicCollision2D], which contains information about a " +"collision that occurred during the last call to [method move_and_slide] or " +"[method move_and_slide_with_snap]. Since the body can collide several times " +"in a single call to [method move_and_slide], you must specify the index of " +"the collision in the range 0 to ([method get_slide_count] - 1).\n" +"[b]Example usage:[/b]\n" +"[codeblock]\n" +"for i in get_slide_count():\n" +" var collision = get_slide_collision(i)\n" +" print(\"Collided with: \", collision.collider.name)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/KinematicBody2D.xml:87 +msgid "" +"Moves the body along the vector [code]rel_vec[/code]. The body will stop if " +"it collides. Returns a [KinematicCollision2D], which contains information " +"about the collision.\n" +"If [code]test_only[/code] is [code]true[/code], the body does not move but " +"the would-be collision information is given." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:100 +msgid "" +"Moves the body along a vector. If the body collides with another, it will " +"slide along the other body rather than stop immediately. If the other body " +"is a [KinematicBody2D] or [RigidBody2D], it will also be affected by the " +"motion of the other body. You can use this to make moving and rotating " +"platforms, or to make nodes push other nodes.\n" +"This method should be used in [method Node._physics_process] (or in a method " +"called by [method Node._physics_process]), as it uses the physics step's " +"[code]delta[/code] value automatically in calculations. Otherwise, the " +"simulation will run at an incorrect speed.\n" +"[code]linear_velocity[/code] is the velocity vector in pixels per second. " +"Unlike in [method move_and_collide], you should [i]not[/i] multiply it by " +"[code]delta[/code] — the physics engine handles applying the velocity.\n" +"[code]up_direction[/code] is the up direction, used to determine what is a " +"wall and what is a floor or a ceiling. If set to the default value of " +"[code]Vector2(0, 0)[/code], everything is considered a wall. This is useful " +"for topdown games.\n" +"If [code]stop_on_slope[/code] is [code]true[/code], body will not slide on " +"slopes when you include gravity in [code]linear_velocity[/code] and the body " +"is standing still.\n" +"If the body collides, it will change direction a maximum of " +"[code]max_slides[/code] times before it stops.\n" +"[code]floor_max_angle[/code] is the maximum angle (in radians) where a slope " +"is still considered a floor (or a ceiling), rather than a wall. The default " +"value equals 45 degrees.\n" +"If [code]infinite_inertia[/code] is [code]true[/code], body will be able to " +"push [RigidBody2D] nodes, but it won't also detect any collisions with them. " +"If [code]false[/code], it will interact with [RigidBody2D] nodes like with " +"[StaticBody2D].\n" +"Returns the [code]linear_velocity[/code] vector, rotated and/or scaled if a " +"slide collision occurred. To get detailed information about collisions that " +"occurred, use [method get_slide_collision].\n" +"When the body touches a moving platform, the platform's velocity is " +"automatically added to the body motion. If a collision occurs due to the " +"platform's motion, it will always be first in the slide collisions." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:122 +msgid "" +"Moves the body while keeping it attached to slopes. Similar to [method " +"move_and_slide].\n" +"As long as the [code]snap[/code] vector is in contact with the ground, the " +"body will remain attached to the surface. This means you must disable snap " +"in order to jump, for example. You can do this by setting [code]snap[/code] " +"to [code](0, 0)[/code] or by using [method move_and_slide] instead." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:132 +msgid "" +"Checks for collisions without moving the body. Virtually sets the node's " +"position, scale and rotation to that of the given [Transform2D], then tries " +"to move the body along the vector [code]rel_vec[/code]. Returns [code]true[/" +"code] if a collision would occur." +msgstr "" + +#: doc/classes/KinematicCollision.xml:4 +msgid "Collision data for [KinematicBody] collisions." +msgstr "" + +#: doc/classes/KinematicCollision.xml:7 +msgid "" +"Contains collision data for [KinematicBody] collisions. When a " +"[KinematicBody] is moved using [method KinematicBody.move_and_collide], it " +"stops if it detects a collision with another body. If a collision is " +"detected, a KinematicCollision object is returned.\n" +"This object contains information about the collision, including the " +"colliding object, the remaining motion, and the collision position. This " +"information can be used to calculate a collision response." +msgstr "" + +#: doc/classes/KinematicCollision.xml:17 +msgid "" +"The collision angle according to [code]up_direction[/code], which is " +"[code]Vector3.UP[/code] by default. This value is always positive." +msgstr "" + +#: doc/classes/KinematicCollision.xml:23 +#: doc/classes/KinematicCollision2D.xml:23 +msgid "The colliding body." +msgstr "" + +#: doc/classes/KinematicCollision.xml:26 +#: doc/classes/KinematicCollision2D.xml:26 +msgid "" +"The colliding body's unique instance ID. See [method Object.get_instance_id]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:29 +#: doc/classes/KinematicCollision2D.xml:29 +msgid "The colliding body's metadata. See [Object]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:32 +msgid "The colliding body's [RID] used by the [PhysicsServer]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:35 +#: doc/classes/KinematicCollision2D.xml:35 +msgid "The colliding body's shape." +msgstr "" + +#: doc/classes/KinematicCollision.xml:38 +msgid "The colliding shape's index. See [CollisionObject]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:41 +#: doc/classes/KinematicCollision2D.xml:41 +msgid "The colliding object's velocity." +msgstr "" + +#: doc/classes/KinematicCollision.xml:44 +#: doc/classes/KinematicCollision2D.xml:44 +msgid "The moving object's colliding shape." +msgstr "" + +#: doc/classes/KinematicCollision.xml:47 +#: doc/classes/KinematicCollision2D.xml:47 +msgid "The colliding body's shape's normal at the point of collision." +msgstr "" + +#: doc/classes/KinematicCollision.xml:50 +#: doc/classes/KinematicCollision2D.xml:50 +msgid "The point of collision, in global coordinates." +msgstr "" + +#: doc/classes/KinematicCollision.xml:53 +#: doc/classes/KinematicCollision2D.xml:53 +msgid "The moving object's remaining movement vector." +msgstr "" + +#: doc/classes/KinematicCollision.xml:56 +#: doc/classes/KinematicCollision2D.xml:56 +msgid "The distance the moving object traveled before collision." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:4 +msgid "Collision data for [KinematicBody2D] collisions." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:7 +msgid "" +"Contains collision data for [KinematicBody2D] collisions. When a " +"[KinematicBody2D] is moved using [method KinematicBody2D.move_and_collide], " +"it stops if it detects a collision with another body. If a collision is " +"detected, a KinematicCollision2D object is returned.\n" +"This object contains information about the collision, including the " +"colliding object, the remaining motion, and the collision position. This " +"information can be used to calculate a collision response." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:17 +msgid "" +"The collision angle according to [code]up_direction[/code], which is " +"[code]Vector2.UP[/code] by default. This value is always positive." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:32 +msgid "The colliding body's [RID] used by the [Physics2DServer]." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:38 +msgid "The colliding shape's index. See [CollisionObject2D]." +msgstr "" + +#: doc/classes/Label.xml:4 +msgid "" +"Displays plain text in a line or wrapped inside a rectangle. For formatted " +"text, use [RichTextLabel]." +msgstr "" + +#: doc/classes/Label.xml:7 +msgid "" +"Label displays plain text on the screen. It gives you control over the " +"horizontal and vertical alignment and can wrap the text inside the node's " +"bounding rectangle. It doesn't support bold, italics, or other formatting. " +"For that, use [RichTextLabel] instead.\n" +"[b]Note:[/b] Contrarily to most other [Control]s, Label's [member Control." +"mouse_filter] defaults to [constant Control.MOUSE_FILTER_IGNORE] (i.e. it " +"doesn't react to mouse input events). This implies that a label won't " +"display any configured [member Control.hint_tooltip], unless you change its " +"mouse filter.\n" +"[b]Note:[/b] Unicode characters after [code]0xffff[/code] (such as most " +"emoji) are [i]not[/i] supported on Windows. They will display as unknown " +"characters instead. This will be resolved in Godot 4.0." +msgstr "" + +#: doc/classes/Label.xml:18 +msgid "Returns the amount of lines of text the Label has." +msgstr "" + +#: doc/classes/Label.xml:24 +msgid "Returns the font size in pixels." +msgstr "" + +#: doc/classes/Label.xml:30 +msgid "" +"Returns the total number of printable characters in the text (excluding " +"spaces and newlines)." +msgstr "" + +#: doc/classes/Label.xml:36 +msgid "" +"Returns the number of lines shown. Useful if the [Label]'s height cannot " +"currently display all lines." +msgstr "" + +#: doc/classes/Label.xml:42 +msgid "" +"Controls the text's horizontal align. Supports left, center, right, and " +"fill, or justify. Set it to one of the [enum Align] constants." +msgstr "" + +#: doc/classes/Label.xml:45 +msgid "" +"If [code]true[/code], wraps the text inside the node's bounding rectangle. " +"If you resize the node, it will change its height automatically to show all " +"the text." +msgstr "" + +#: doc/classes/Label.xml:48 +msgid "" +"If [code]true[/code], the Label only shows the text that fits inside its " +"bounding rectangle and will clip text horizontally." +msgstr "" + +#: doc/classes/Label.xml:51 +msgid "" +"The node ignores the first [code]lines_skipped[/code] lines before it starts " +"to display text." +msgstr "" + +#: doc/classes/Label.xml:54 +msgid "Limits the lines of text the node shows on screen." +msgstr "" + +#: doc/classes/Label.xml:58 +msgid "" +"Limits the amount of visible characters. If you set [code]percent_visible[/" +"code] to 0.5, only up to half of the text's characters will display on " +"screen. Useful to animate the text in a dialog box." +msgstr "" + +#: doc/classes/Label.xml:62 +msgid "The text to display on screen." +msgstr "" + +#: doc/classes/Label.xml:65 +msgid "If [code]true[/code], all the text displays as UPPERCASE." +msgstr "" + +#: doc/classes/Label.xml:68 +msgid "" +"Controls the text's vertical align. Supports top, center, bottom, and fill. " +"Set it to one of the [enum VAlign] constants." +msgstr "" + +#: doc/classes/Label.xml:71 +msgid "Restricts the number of characters to display. Set to -1 to disable." +msgstr "" + +#: doc/classes/Label.xml:76 +msgid "Align rows to the left (default)." +msgstr "" + +#: doc/classes/Label.xml:79 +msgid "Align rows centered." +msgstr "" + +#: doc/classes/Label.xml:82 +msgid "Align rows to the right." +msgstr "" + +#: doc/classes/Label.xml:85 +msgid "Expand row whitespaces to fit the width." +msgstr "" + +#: doc/classes/Label.xml:88 +msgid "Align the whole text to the top." +msgstr "" + +#: doc/classes/Label.xml:91 +msgid "Align the whole text to the center." +msgstr "" + +#: doc/classes/Label.xml:94 +msgid "Align the whole text to the bottom." +msgstr "" + +#: doc/classes/Label.xml:97 +msgid "Align the whole text by spreading the rows." +msgstr "" + +#: doc/classes/Label.xml:102 +msgid "[Font] used for the [Label]'s text." +msgstr "" + +#: doc/classes/Label.xml:105 +msgid "Default text [Color] of the [Label]." +msgstr "" + +#: doc/classes/Label.xml:108 +msgid "[Color] of the text's shadow effect." +msgstr "" + +#: doc/classes/Label.xml:111 +msgid "The tint of [Font]'s outline. See [member DynamicFont.outline_color]." +msgstr "" + +#: doc/classes/Label.xml:114 +msgid "Vertical space between lines in multiline [Label]." +msgstr "" + +#: doc/classes/Label.xml:117 +msgid "Background [StyleBox] for the [Label]." +msgstr "" + +#: doc/classes/Label.xml:120 +msgid "" +"Boolean value. If set to 1 ([code]true[/code]), the shadow will be displayed " +"around the whole text as an outline." +msgstr "" + +#: doc/classes/Label.xml:123 +msgid "The horizontal offset of the text's shadow." +msgstr "" + +#: doc/classes/Label.xml:126 +msgid "The vertical offset of the text's shadow." +msgstr "" + +#: doc/classes/LargeTexture.xml:4 +msgid "" +"[i]Deprecated.[/i] A [Texture] capable of storing many smaller textures with " +"offsets." +msgstr "" + +#: doc/classes/LargeTexture.xml:7 +msgid "" +"[i]Deprecated (will be removed in Godot 4.0).[/i] A [Texture] capable of " +"storing many smaller textures with offsets.\n" +"You can dynamically add pieces ([Texture]s) to this [LargeTexture] using " +"different offsets." +msgstr "" + +#: doc/classes/LargeTexture.xml:18 +msgid "" +"Adds [code]texture[/code] to this [LargeTexture], starting on offset " +"[code]ofs[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:24 +msgid "Clears the [LargeTexture]." +msgstr "" + +#: doc/classes/LargeTexture.xml:30 +msgid "Returns the number of pieces currently in this [LargeTexture]." +msgstr "" + +#: doc/classes/LargeTexture.xml:37 +msgid "Returns the offset of the piece with the index [code]idx[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:44 +msgid "Returns the [Texture] of the piece with the index [code]idx[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:52 +msgid "" +"Sets the offset of the piece with the index [code]idx[/code] to [code]ofs[/" +"code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:60 +msgid "" +"Sets the [Texture] of the piece with index [code]idx[/code] to " +"[code]texture[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:67 +msgid "Sets the size of this [LargeTexture]." +msgstr "" + +#: doc/classes/Light.xml:4 +msgid "Provides a base class for different kinds of light nodes." +msgstr "" + +#: doc/classes/Light.xml:7 +msgid "" +"Light is the [i]abstract[/i] base class for light nodes. As it can't be " +"instanced, it shouldn't be used directly. Other types of light nodes inherit " +"from it. Light contains the common variables and parameters used for " +"lighting." +msgstr "" + +#: doc/classes/Light.xml:18 +msgid "Returns the value of the specified [enum Light.Param] parameter." +msgstr "" + +#: doc/classes/Light.xml:26 +msgid "Sets the value of the specified [enum Light.Param] parameter." +msgstr "" + +#: doc/classes/Light.xml:32 +msgid "" +"If [code]true[/code], the light only appears in the editor and will not be " +"visible at runtime." +msgstr "" + +#: doc/classes/Light.xml:35 +msgid "The light's bake mode. See [enum BakeMode]." +msgstr "" + +#: doc/classes/Light.xml:38 +msgid "" +"The light's color. An [i]overbright[/i] color can be used to achieve a " +"result equivalent to increasing the light's [member light_energy]." +msgstr "" + +#: doc/classes/Light.xml:41 +msgid "The light will affect objects in the selected layers." +msgstr "" + +#: doc/classes/Light.xml:44 +msgid "" +"The light's strength multiplier (this is not a physical unit). For " +"[OmniLight] and [SpotLight], changing this value will only change the light " +"color's intensity, not the light's radius." +msgstr "" + +#: doc/classes/Light.xml:47 +msgid "" +"Secondary multiplier used with indirect light (light bounces). This works on " +"both [BakedLightmap] and [GIProbe]." +msgstr "" + +#: doc/classes/Light.xml:50 +msgid "" +"If [code]true[/code], the light's effect is reversed, darkening areas and " +"casting bright shadows." +msgstr "" + +#: doc/classes/Light.xml:53 +msgid "" +"The size of the light in Godot units. Only considered in baked lightmaps and " +"only if [member light_bake_mode] is set to [constant BAKE_ALL]. Increasing " +"this value will make the shadows appear blurrier. This can be used to " +"simulate area lights to an extent." +msgstr "" + +#: doc/classes/Light.xml:56 +msgid "" +"The intensity of the specular blob in objects affected by the light. At " +"[code]0[/code], the light becomes a pure diffuse light. When not baking " +"emission, this can be used to avoid unrealistic reflections when placing " +"lights above an emissive surface." +msgstr "" + +#: doc/classes/Light.xml:59 +msgid "" +"Used to adjust shadow appearance. Too small a value results in self-" +"shadowing (\"shadow acne\"), while too large a value causes shadows to " +"separate from casters (\"peter-panning\"). Adjust as needed." +msgstr "" + +#: doc/classes/Light.xml:62 +msgid "The color of shadows cast by this light." +msgstr "" + +#: doc/classes/Light.xml:65 +msgid "Attempts to reduce [member shadow_bias] gap." +msgstr "" + +#: doc/classes/Light.xml:68 +msgid "If [code]true[/code], the light will cast shadows." +msgstr "" + +#: doc/classes/Light.xml:71 +msgid "" +"If [code]true[/code], reverses the backface culling of the mesh. This can be " +"useful when you have a flat mesh that has a light behind it. If you need to " +"cast a shadow on both sides of the mesh, set the mesh to use double-sided " +"shadows with [constant GeometryInstance.SHADOW_CASTING_SETTING_DOUBLE_SIDED]." +msgstr "" + +#: doc/classes/Light.xml:76 +msgid "Constant for accessing [member light_energy]." +msgstr "" + +#: doc/classes/Light.xml:79 +msgid "Constant for accessing [member light_indirect_energy]." +msgstr "" + +#: doc/classes/Light.xml:82 +msgid "Constant for accessing [member light_size]." +msgstr "" + +#: doc/classes/Light.xml:85 +msgid "Constant for accessing [member light_specular]." +msgstr "" + +#: doc/classes/Light.xml:88 +msgid "" +"Constant for accessing [member OmniLight.omni_range] or [member SpotLight." +"spot_range]." +msgstr "" + +#: doc/classes/Light.xml:91 +msgid "" +"Constant for accessing [member OmniLight.omni_attenuation] or [member " +"SpotLight.spot_attenuation]." +msgstr "" + +#: doc/classes/Light.xml:94 +msgid "Constant for accessing [member SpotLight.spot_angle]." +msgstr "" + +#: doc/classes/Light.xml:97 +msgid "Constant for accessing [member SpotLight.spot_angle_attenuation]." +msgstr "" + +#: doc/classes/Light.xml:100 +msgid "Constant for accessing [member shadow_contact]." +msgstr "" + +#: doc/classes/Light.xml:103 +msgid "" +"Constant for accessing [member DirectionalLight." +"directional_shadow_max_distance]." +msgstr "" + +#: doc/classes/Light.xml:106 +msgid "" +"Constant for accessing [member DirectionalLight.directional_shadow_split_1]." +msgstr "" + +#: doc/classes/Light.xml:109 +msgid "" +"Constant for accessing [member DirectionalLight.directional_shadow_split_2]." +msgstr "" + +#: doc/classes/Light.xml:112 +msgid "" +"Constant for accessing [member DirectionalLight.directional_shadow_split_3]." +msgstr "" + +#: doc/classes/Light.xml:115 +msgid "" +"Constant for accessing [member DirectionalLight." +"directional_shadow_normal_bias]." +msgstr "" + +#: doc/classes/Light.xml:118 +msgid "Constant for accessing [member shadow_bias]." +msgstr "" + +#: doc/classes/Light.xml:121 +msgid "" +"Constant for accessing [member DirectionalLight." +"directional_shadow_bias_split_scale]." +msgstr "" + +#: doc/classes/Light.xml:127 +msgid "" +"Light is ignored when baking.\n" +"[b]Note:[/b] Hiding a light does [i]not[/i] affect baking." +msgstr "" + +#: doc/classes/Light.xml:131 +msgid "Only indirect lighting will be baked (default)." +msgstr "" + +#: doc/classes/Light.xml:134 +msgid "" +"Both direct and indirect light will be baked.\n" +"[b]Note:[/b] You should hide the light if you don't want it to appear twice " +"(dynamic and baked)." +msgstr "" + +#: doc/classes/Light2D.xml:4 +msgid "Casts light in a 2D environment." +msgstr "" + +#: doc/classes/Light2D.xml:7 +msgid "" +"Casts light in a 2D environment. Light is defined by a (usually grayscale) " +"texture, a color, an energy value, a mode (see constants), and various other " +"parameters (range and shadows-related).\n" +"[b]Note:[/b] Light2D can also be used as a mask." +msgstr "" + +#: doc/classes/Light2D.xml:11 doc/classes/LightOccluder2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_lights_and_shadows.html" +msgstr "" + +#: doc/classes/Light2D.xml:17 +msgid "The Light2D's [Color]." +msgstr "" + +#: doc/classes/Light2D.xml:20 +msgid "If [code]true[/code], Light2D will only appear when editing the scene." +msgstr "" + +#: doc/classes/Light2D.xml:23 +msgid "If [code]true[/code], Light2D will emit light." +msgstr "" + +#: doc/classes/Light2D.xml:26 +msgid "" +"The Light2D's energy value. The larger the value, the stronger the light." +msgstr "" + +#: doc/classes/Light2D.xml:29 +msgid "The Light2D's mode. See [enum Mode] constants for values." +msgstr "" + +#: doc/classes/Light2D.xml:32 +msgid "The offset of the Light2D's [code]texture[/code]." +msgstr "" + +#: doc/classes/Light2D.xml:35 +msgid "The height of the Light2D. Used with 2D normal mapping." +msgstr "" + +#: doc/classes/Light2D.xml:38 +msgid "" +"The layer mask. Only objects with a matching mask will be affected by the " +"Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:41 +msgid "Maximum layer value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:44 +msgid "Minimum layer value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:47 +msgid "" +"Maximum [code]z[/code] value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:50 +msgid "" +"Minimum [code]z[/code] value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:53 +msgid "Shadow buffer size." +msgstr "" + +#: doc/classes/Light2D.xml:56 +msgid "[Color] of shadows cast by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:59 +msgid "If [code]true[/code], the Light2D will cast shadows." +msgstr "" + +#: doc/classes/Light2D.xml:62 +msgid "Shadow filter type. See [enum ShadowFilter] for possible values." +msgstr "" + +#: doc/classes/Light2D.xml:65 +msgid "Smoothing value for shadows." +msgstr "" + +#: doc/classes/Light2D.xml:68 +msgid "Smooth shadow gradient length." +msgstr "" + +#: doc/classes/Light2D.xml:71 +msgid "" +"The shadow mask. Used with [LightOccluder2D] to cast shadows. Only occluders " +"with a matching light mask will cast shadows." +msgstr "" + +#: doc/classes/Light2D.xml:74 +msgid "[Texture] used for the Light2D's appearance." +msgstr "" + +#: doc/classes/Light2D.xml:77 +msgid "The [code]texture[/code]'s scale factor." +msgstr "" + +#: doc/classes/Light2D.xml:82 +msgid "" +"Adds the value of pixels corresponding to the Light2D to the values of " +"pixels under it. This is the common behavior of a light." +msgstr "" + +#: doc/classes/Light2D.xml:85 +msgid "" +"Subtracts the value of pixels corresponding to the Light2D to the values of " +"pixels under it, resulting in inversed light effect." +msgstr "" + +#: doc/classes/Light2D.xml:88 +msgid "" +"Mix the value of pixels corresponding to the Light2D to the values of pixels " +"under it by linear interpolation." +msgstr "" + +#: doc/classes/Light2D.xml:91 +msgid "" +"The light texture of the Light2D is used as a mask, hiding or revealing " +"parts of the screen underneath depending on the value of each pixel of the " +"light (mask) texture." +msgstr "" + +#: doc/classes/Light2D.xml:94 +msgid "No filter applies to the shadow map. See [member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:97 +msgid "" +"Percentage closer filtering (3 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:100 +msgid "" +"Percentage closer filtering (5 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:103 +msgid "" +"Percentage closer filtering (7 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:106 +msgid "" +"Percentage closer filtering (9 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:109 +msgid "" +"Percentage closer filtering (13 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:4 +msgid "Occludes light cast by a Light2D, casting shadows." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:7 +msgid "" +"Occludes light cast by a Light2D, casting shadows. The LightOccluder2D must " +"be provided with an [OccluderPolygon2D] in order for the shadow to be " +"computed." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:16 +msgid "" +"The LightOccluder2D's light mask. The LightOccluder2D will cast shadows only " +"from Light2D(s) that have the same light mask(s)." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:19 +msgid "The [OccluderPolygon2D] used to compute the shadow." +msgstr "" + +#: doc/classes/Line2D.xml:4 +msgid "A 2D line." +msgstr "" + +#: doc/classes/Line2D.xml:7 +msgid "" +"A line through several points in 2D space.\n" +"[b]Note:[/b] By default, Godot can only draw up to 4,096 polygon points at a " +"time. To increase this limit, open the Project Settings and increase [member " +"ProjectSettings.rendering/limits/buffers/canvas_polygon_buffer_size_kb] and " +"[member ProjectSettings.rendering/limits/buffers/" +"canvas_polygon_index_buffer_size_kb]." +msgstr "" + +#: doc/classes/Line2D.xml:20 +msgid "" +"Adds a point at the [code]position[/code]. Appends the point at the end of " +"the line.\n" +"If [code]at_position[/code] is given, the point is inserted before the point " +"number [code]at_position[/code], moving that point (and every point after) " +"after the inserted point. If [code]at_position[/code] is not given, or is an " +"illegal value ([code]at_position < 0[/code] or [code]at_position >= [method " +"get_point_count][/code]), the point will be appended at the end of the point " +"list." +msgstr "" + +#: doc/classes/Line2D.xml:27 +msgid "Removes all points from the line." +msgstr "" + +#: doc/classes/Line2D.xml:33 +msgid "Returns the Line2D's amount of points." +msgstr "" + +#: doc/classes/Line2D.xml:40 +msgid "Returns point [code]i[/code]'s position." +msgstr "" + +#: doc/classes/Line2D.xml:47 +msgid "Removes the point at index [code]i[/code] from the line." +msgstr "" + +#: doc/classes/Line2D.xml:55 +msgid "" +"Overwrites the position in point [code]i[/code] with the supplied " +"[code]position[/code]." +msgstr "" + +#: doc/classes/Line2D.xml:61 +msgid "" +"If [code]true[/code], the line's border will be anti-aliased.\n" +"[b]Note:[/b] Line2D is not accelerated by batching when being anti-aliased." +msgstr "" + +#: doc/classes/Line2D.xml:65 +msgid "" +"Controls the style of the line's first point. Use [enum LineCapMode] " +"constants." +msgstr "" + +#: doc/classes/Line2D.xml:68 +msgid "The line's color. Will not be used if a gradient is set." +msgstr "" + +#: doc/classes/Line2D.xml:71 +msgid "" +"Controls the style of the line's last point. Use [enum LineCapMode] " +"constants." +msgstr "" + +#: doc/classes/Line2D.xml:74 +msgid "" +"The gradient is drawn through the whole line from start to finish. The " +"default color will not be used if a gradient is set." +msgstr "" + +#: doc/classes/Line2D.xml:77 +msgid "The style for the points between the start and the end." +msgstr "" + +#: doc/classes/Line2D.xml:80 +msgid "" +"The points that form the lines. The line is drawn between every point set in " +"this array. Points are interpreted as local vectors." +msgstr "" + +#: doc/classes/Line2D.xml:83 +msgid "" +"The smoothness of the rounded joints and caps. This is only used if a cap or " +"joint is set as round." +msgstr "" + +#: doc/classes/Line2D.xml:86 +msgid "" +"The direction difference in radians between vector points. This value is " +"only used if [code]joint mode[/code] is set to [constant LINE_JOINT_SHARP]." +msgstr "" + +#: doc/classes/Line2D.xml:89 +msgid "" +"The texture used for the line's texture. Uses [code]texture_mode[/code] for " +"drawing style." +msgstr "" + +#: doc/classes/Line2D.xml:92 +msgid "" +"The style to render the [code]texture[/code] on the line. Use [enum " +"LineTextureMode] constants." +msgstr "" + +#: doc/classes/Line2D.xml:95 +msgid "The line's width." +msgstr "" + +#: doc/classes/Line2D.xml:98 +msgid "" +"The line's width varies with the curve. The original width is simply " +"multiply by the value of the Curve." +msgstr "" + +#: doc/classes/Line2D.xml:103 +msgid "" +"The line's joints will be pointy. If [code]sharp_limit[/code] is greater " +"than the rotation of a joint, it becomes a bevel joint instead." +msgstr "" + +#: doc/classes/Line2D.xml:106 +msgid "The line's joints will be bevelled/chamfered." +msgstr "" + +#: doc/classes/Line2D.xml:109 +msgid "The line's joints will be rounded." +msgstr "" + +#: doc/classes/Line2D.xml:112 +msgid "Don't draw a line cap." +msgstr "" + +#: doc/classes/Line2D.xml:115 +msgid "Draws the line cap as a box." +msgstr "" + +#: doc/classes/Line2D.xml:118 +msgid "Draws the line cap as a circle." +msgstr "" + +#: doc/classes/Line2D.xml:121 +msgid "" +"Takes the left pixels of the texture and renders it over the whole line." +msgstr "" + +#: doc/classes/Line2D.xml:124 +msgid "" +"Tiles the texture over the line. The texture must be imported with " +"[b]Repeat[/b] enabled for it to work properly." +msgstr "" + +#: doc/classes/Line2D.xml:127 +msgid "" +"Stretches the texture across the line. Import the texture with [b]Repeat[/b] " +"disabled for best results." +msgstr "" + +#: doc/classes/LineEdit.xml:4 +msgid "Control that provides single-line string editing." +msgstr "" + +#: doc/classes/LineEdit.xml:7 +msgid "" +"LineEdit provides a single-line string editor, used for text fields.\n" +"It features many built-in shortcuts which will always be available " +"([code]Ctrl[/code] here maps to [code]Command[/code] on macOS):\n" +"- Ctrl + C: Copy\n" +"- Ctrl + X: Cut\n" +"- Ctrl + V or Ctrl + Y: Paste/\"yank\"\n" +"- Ctrl + Z: Undo\n" +"- Ctrl + Shift + Z: Redo\n" +"- Ctrl + U: Delete text from the cursor position to the beginning of the " +"line\n" +"- Ctrl + K: Delete text from the cursor position to the end of the line\n" +"- Ctrl + A: Select all text\n" +"- Up/Down arrow: Move the cursor to the beginning/end of the line\n" +"On macOS, some extra keyboard shortcuts are available:\n" +"- Ctrl + F: Like the right arrow key, move the cursor one character right\n" +"- Ctrl + B: Like the left arrow key, move the cursor one character left\n" +"- Ctrl + P: Like the up arrow key, move the cursor to the previous line\n" +"- Ctrl + N: Like the down arrow key, move the cursor to the next line\n" +"- Ctrl + D: Like the Delete key, delete the character on the right side of " +"cursor\n" +"- Ctrl + H: Like the Backspace key, delete the character on the left side of " +"the cursor\n" +"- Command + Left arrow: Like the Home key, move the cursor to the beginning " +"of the line\n" +"- Command + Right arrow: Like the End key, move the cursor to the end of the " +"line" +msgstr "" + +#: doc/classes/LineEdit.xml:35 +msgid "" +"Adds [code]text[/code] after the cursor. If the resulting value is longer " +"than [member max_length], nothing happens." +msgstr "" + +#: doc/classes/LineEdit.xml:41 +msgid "Erases the [LineEdit]'s [member text]." +msgstr "" + +#: doc/classes/LineEdit.xml:47 +msgid "" +"Deletes one character at the cursor's current position (equivalent to " +"pressing the [code]Delete[/code] key)." +msgstr "" + +#: doc/classes/LineEdit.xml:55 +msgid "" +"Deletes a section of the [member text] going from position " +"[code]from_column[/code] to [code]to_column[/code]. Both parameters should " +"be within the text's length." +msgstr "" + +#: doc/classes/LineEdit.xml:61 +msgid "Clears the current selection." +msgstr "" + +#: doc/classes/LineEdit.xml:67 +msgid "" +"Returns the [PopupMenu] of this [LineEdit]. By default, this menu is " +"displayed when right-clicking on the [LineEdit].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/LineEdit.xml:74 +msgid "" +"Returns the scroll offset due to [member caret_position], as a number of " +"characters." +msgstr "" + +#: doc/classes/LineEdit.xml:81 +msgid "Executes a given action as defined in the [enum MenuItems] enum." +msgstr "" + +#: doc/classes/LineEdit.xml:89 +msgid "" +"Selects characters inside [LineEdit] between [code]from[/code] and [code]to[/" +"code]. By default, [code]from[/code] is at the beginning and [code]to[/code] " +"at the end.\n" +"[codeblock]\n" +"text = \"Welcome\"\n" +"select() # Will select \"Welcome\".\n" +"select(4) # Will select \"ome\".\n" +"select(2, 5) # Will select \"lco\".\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/LineEdit.xml:101 +msgid "Selects the whole [String]." +msgstr "" + +#: doc/classes/LineEdit.xml:107 +msgid "Text alignment as defined in the [enum Align] enum." +msgstr "" + +#: doc/classes/LineEdit.xml:110 doc/classes/TextEdit.xml:391 +msgid "If [code]true[/code], the caret (visual cursor) blinks." +msgstr "" + +#: doc/classes/LineEdit.xml:113 doc/classes/TextEdit.xml:394 +msgid "Duration (in seconds) of a caret's blinking cycle." +msgstr "" + +#: doc/classes/LineEdit.xml:116 +msgid "" +"The cursor's position inside the [LineEdit]. When set, the text may scroll " +"to accommodate it." +msgstr "" + +#: doc/classes/LineEdit.xml:119 +msgid "" +"If [code]true[/code], the [LineEdit] will show a clear button if [code]text[/" +"code] is not empty, which can be used to clear the text quickly." +msgstr "" + +#: doc/classes/LineEdit.xml:122 +msgid "If [code]true[/code], the context menu will appear when right-clicked." +msgstr "" + +#: doc/classes/LineEdit.xml:125 +msgid "" +"If [code]false[/code], existing text cannot be modified and new text cannot " +"be added." +msgstr "" + +#: doc/classes/LineEdit.xml:128 +msgid "" +"If [code]true[/code], the [LineEdit] width will increase to stay longer than " +"the [member text]. It will [b]not[/b] compress if the [member text] is " +"shortened." +msgstr "" + +#: doc/classes/LineEdit.xml:132 +msgid "" +"Maximum amount of characters that can be entered inside the [LineEdit]. If " +"[code]0[/code], there is no limit.\n" +"When a limit is defined, characters that would exceed [member max_length] " +"are truncated. This happens both for existing [member text] contents when " +"setting the max length, or for new text inserted in the [LineEdit], " +"including pasting. If any input text is truncated, the [signal " +"text_change_rejected] signal is emitted with the truncated substring as " +"parameter.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"text = \"Hello world\"\n" +"max_length = 5\n" +"# `text` becomes \"Hello\".\n" +"max_length = 10\n" +"text += \" goodbye\"\n" +"# `text` becomes \"Hello good\".\n" +"# `text_change_rejected` is emitted with \"bye\" as parameter.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/LineEdit.xml:147 +msgid "" +"Opacity of the [member placeholder_text]. From [code]0[/code] to [code]1[/" +"code]." +msgstr "" + +#: doc/classes/LineEdit.xml:150 +msgid "" +"Text shown when the [LineEdit] is empty. It is [b]not[/b] the [LineEdit]'s " +"default value (see [member text])." +msgstr "" + +#: doc/classes/LineEdit.xml:153 +msgid "" +"Sets the icon that will appear in the right end of the [LineEdit] if there's " +"no [member text], or always, if [member clear_button_enabled] is set to " +"[code]false[/code]." +msgstr "" + +#: doc/classes/LineEdit.xml:156 +msgid "" +"If [code]true[/code], every character is replaced with the secret character " +"(see [member secret_character])." +msgstr "" + +#: doc/classes/LineEdit.xml:159 +msgid "" +"The character to use to mask secret input (defaults to \"*\"). Only a single " +"character can be used as the secret character." +msgstr "" + +#: doc/classes/LineEdit.xml:162 +msgid "" +"If [code]false[/code], it's impossible to select the text using mouse nor " +"keyboard." +msgstr "" + +#: doc/classes/LineEdit.xml:165 +msgid "If [code]false[/code], using shortcuts will be disabled." +msgstr "" + +#: doc/classes/LineEdit.xml:168 +msgid "" +"String value of the [LineEdit].\n" +"[b]Note:[/b] Changing text using this property won't emit the [signal " +"text_changed] signal." +msgstr "" + +#: doc/classes/LineEdit.xml:172 doc/classes/TextEdit.xml:468 +msgid "" +"If [code]true[/code], the native virtual keyboard is shown when focused on " +"platforms that support it." +msgstr "" + +#: doc/classes/LineEdit.xml:179 +msgid "" +"Emitted when appending text that overflows the [member max_length]. The " +"appended text is truncated to fit [member max_length], and the part that " +"couldn't fit is passed as the [code]rejected_substring[/code] argument." +msgstr "" + +#: doc/classes/LineEdit.xml:185 doc/classes/TextEdit.xml:506 +msgid "Emitted when the text changes." +msgstr "" + +#: doc/classes/LineEdit.xml:191 +msgid "Emitted when the user presses [constant KEY_ENTER] on the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:197 +msgid "Aligns the text on the left-hand side of the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:200 +msgid "Centers the text in the middle of the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:203 +msgid "Aligns the text on the right-hand side of the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:206 +msgid "Stretches whitespaces to fit the [LineEdit]'s width." +msgstr "" + +#: doc/classes/LineEdit.xml:209 doc/classes/TextEdit.xml:527 +msgid "Cuts (copies and clears) the selected text." +msgstr "" + +#: doc/classes/LineEdit.xml:212 doc/classes/TextEdit.xml:530 +msgid "Copies the selected text." +msgstr "" + +#: doc/classes/LineEdit.xml:215 +msgid "" +"Pastes the clipboard text over the selected text (or at the cursor's " +"position).\n" +"Non-printable escape characters are automatically stripped from the OS " +"clipboard via [method String.strip_escapes]." +msgstr "" + +#: doc/classes/LineEdit.xml:219 +msgid "Erases the whole [LineEdit] text." +msgstr "" + +#: doc/classes/LineEdit.xml:222 +msgid "Selects the whole [LineEdit] text." +msgstr "" + +#: doc/classes/LineEdit.xml:225 doc/classes/TextEdit.xml:542 +msgid "Undoes the previous action." +msgstr "" + +#: doc/classes/LineEdit.xml:228 +msgid "Reverse the last undo action." +msgstr "" + +#: doc/classes/LineEdit.xml:231 doc/classes/TextEdit.xml:548 +msgid "Represents the size of the [enum MenuItems] enum." +msgstr "" + +#: doc/classes/LineEdit.xml:236 +msgid "Texture for the clear button. See [member clear_button_enabled]." +msgstr "" + +#: doc/classes/LineEdit.xml:239 +msgid "Color used as default tint for the clear button." +msgstr "" + +#: doc/classes/LineEdit.xml:242 +msgid "Color used for the clear button when it's pressed." +msgstr "" + +#: doc/classes/LineEdit.xml:245 +msgid "Color of the [LineEdit]'s visual cursor (caret)." +msgstr "" + +#: doc/classes/LineEdit.xml:248 +msgid "Background used when [LineEdit] has GUI focus." +msgstr "" + +#: doc/classes/LineEdit.xml:251 +msgid "Font used for the text." +msgstr "" + +#: doc/classes/LineEdit.xml:254 +msgid "Default font color." +msgstr "" + +#: doc/classes/LineEdit.xml:257 +msgid "Font color for selected text (inside the selection rectangle)." +msgstr "" + +#: doc/classes/LineEdit.xml:260 +msgid "Font color when editing is disabled." +msgstr "" + +#: doc/classes/LineEdit.xml:263 +msgid "" +"Minimum horizontal space for the text (not counting the clear button and " +"content margins). This value is measured in count of space characters (i.e. " +"this amount of space characters can be displayed without scrolling)." +msgstr "" + +#: doc/classes/LineEdit.xml:266 +msgid "Default background for the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:269 +msgid "" +"Background used when [LineEdit] is in read-only mode ([member editable] is " +"set to [code]false[/code])." +msgstr "" + +#: doc/classes/LineEdit.xml:272 +msgid "Color of the selection rectangle." +msgstr "" + +#: doc/classes/LineShape2D.xml:4 +msgid "Line shape for 2D collisions." +msgstr "" + +#: doc/classes/LineShape2D.xml:7 +msgid "" +"Line shape for 2D collisions. It works like a 2D plane and will not allow " +"any physics body to go to the negative side. Not recommended for rigid " +"bodies, and usually not recommended for static bodies either because it " +"forces checks against it on every frame." +msgstr "" + +#: doc/classes/LineShape2D.xml:15 +msgid "The line's distance from the origin." +msgstr "" + +#: doc/classes/LineShape2D.xml:18 +msgid "The line's normal." +msgstr "" + +#: doc/classes/LinkButton.xml:4 +msgid "Simple button used to represent a link to some resource." +msgstr "" + +#: doc/classes/LinkButton.xml:7 +msgid "" +"This kind of button is primarily used when the interaction with the button " +"causes a context change (like linking to a web page).\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/LinkButton.xml:21 +msgid "" +"Determines when to show the underline. See [enum UnderlineMode] for options." +msgstr "" + +#: doc/classes/LinkButton.xml:26 +msgid "The LinkButton will always show an underline at the bottom of its text." +msgstr "" + +#: doc/classes/LinkButton.xml:29 +msgid "" +"The LinkButton will show an underline at the bottom of its text when the " +"mouse cursor is over it." +msgstr "" + +#: doc/classes/LinkButton.xml:32 +msgid "The LinkButton will never show an underline at the bottom of its text." +msgstr "" + +#: doc/classes/LinkButton.xml:37 +msgid "" +"[StyleBox] used when the [LinkButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/LinkButton.xml:40 +msgid "[Font] of the [LinkButton]'s text." +msgstr "" + +#: doc/classes/LinkButton.xml:43 +msgid "Default text [Color] of the [LinkButton]." +msgstr "" + +#: doc/classes/LinkButton.xml:46 +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/LinkButton.xml:49 +msgid "Text [Color] used when the [LinkButton] is being hovered." +msgstr "" + +#: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 +msgid "The vertical space between the baseline of text and the underline." +msgstr "" + +#: doc/classes/Listener.xml:4 doc/classes/Listener2D.xml:4 +msgid "Overrides the location sounds are heard from." +msgstr "" + +#: doc/classes/Listener.xml:7 +msgid "" +"Once added to the scene tree and enabled using [method make_current], this " +"node will override the location sounds are heard from. This can be used to " +"listen from a location different from the [Camera]." +msgstr "" + +#: doc/classes/Listener.xml:15 +msgid "Disables the listener to use the current camera's listener instead." +msgstr "" + +#: doc/classes/Listener.xml:21 +msgid "Returns the listener's global orthonormalized [Transform]." +msgstr "" + +#: doc/classes/Listener.xml:27 +msgid "" +"Returns [code]true[/code] if the listener was made current using [method " +"make_current], [code]false[/code] otherwise.\n" +"[b]Note:[/b] There may be more than one Listener marked as \"current\" in " +"the scene tree, but only the one that was made current last will be used." +msgstr "" + +#: doc/classes/Listener.xml:34 +msgid "Enables the listener. This will override the current camera's listener." +msgstr "" + +#: doc/classes/Listener2D.xml:7 +msgid "" +"Once added to the scene tree and enabled using [method make_current], this " +"node will override the location sounds are heard from. Only one [Listener2D] " +"can be current. Using [method make_current] will disable the previous " +"[Listener2D].\n" +"If there is no active [Listener2D] in the current [Viewport], center of the " +"screen will be used as a hearing point for the audio. [Listener2D] needs to " +"be inside [SceneTree] to function." +msgstr "" + +#: doc/classes/Listener2D.xml:16 +msgid "" +"Disables the [Listener2D]. If it's not set as current, this method will have " +"no effect." +msgstr "" + +#: doc/classes/Listener2D.xml:22 +msgid "Returns [code]true[/code] if this [Listener2D] is currently active." +msgstr "" + +#: doc/classes/Listener2D.xml:28 +msgid "" +"Makes the [Listener2D] active, setting it as the hearing point for the " +"sounds. If there is already another active [Listener2D], it will be " +"disabled.\n" +"This method will have no effect if the [Listener2D] is not added to " +"[SceneTree]." +msgstr "" + +#: doc/classes/MainLoop.xml:4 +msgid "Abstract base class for the game's main loop." +msgstr "" + +#: doc/classes/MainLoop.xml:7 +msgid "" +"[MainLoop] is the abstract base class for a Godot project's game loop. It is " +"inherited by [SceneTree], which is the default game loop implementation used " +"in Godot projects, though it is also possible to write and use one's own " +"[MainLoop] subclass instead of the scene tree.\n" +"Upon the application start, a [MainLoop] implementation must be provided to " +"the OS; otherwise, the application will exit. This happens automatically " +"(and a [SceneTree] is created) unless a main [Script] is provided from the " +"command line (with e.g. [code]godot -s my_loop.gd[/code], which should then " +"be a [MainLoop] implementation.\n" +"Here is an example script implementing a simple [MainLoop]:\n" +"[codeblock]\n" +"extends MainLoop\n" +"\n" +"var time_elapsed = 0\n" +"var keys_typed = []\n" +"var quit = false\n" +"\n" +"func _initialize():\n" +" print(\"Initialized:\")\n" +" print(\" Starting time: %s\" % str(time_elapsed))\n" +"\n" +"func _idle(delta):\n" +" time_elapsed += delta\n" +" # Return true to end the main loop.\n" +" return quit\n" +"\n" +"func _input_event(event):\n" +" # Record keys.\n" +" if event is InputEventKey and event.pressed and !event.echo:\n" +" keys_typed.append(OS.get_scancode_string(event.scancode))\n" +" # Quit on Escape press.\n" +" if event.scancode == KEY_ESCAPE:\n" +" quit = true\n" +" # Quit on any mouse click.\n" +" if event is InputEventMouseButton:\n" +" quit = true\n" +"\n" +"func _finalize():\n" +" print(\"Finalized:\")\n" +" print(\" End time: %s\" % str(time_elapsed))\n" +" print(\" Keys typed: %s\" % var2str(keys_typed))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/MainLoop.xml:51 +msgid "" +"Called when files are dragged from the OS file manager and dropped in the " +"game window. The arguments are a list of file paths and the identifier of " +"the screen where the drag originated." +msgstr "" + +#: doc/classes/MainLoop.xml:57 +msgid "Called before the program exits." +msgstr "" + +#: doc/classes/MainLoop.xml:65 +msgid "" +"Called when the user performs an action in the system global menu (e.g. the " +"Mac OS menu bar)." +msgstr "" + +#: doc/classes/MainLoop.xml:72 +msgid "" +"Called each idle frame with the time since the last idle frame as argument " +"(in seconds). Equivalent to [method Node._process].\n" +"If implemented, the method must return a boolean value. [code]true[/code] " +"ends the main loop, while [code]false[/code] lets it proceed to the next " +"frame." +msgstr "" + +#: doc/classes/MainLoop.xml:79 +msgid "Called once during initialization." +msgstr "" + +#: doc/classes/MainLoop.xml:86 +msgid "Called whenever an [InputEvent] is received by the main loop." +msgstr "" + +#: doc/classes/MainLoop.xml:93 +msgid "" +"Deprecated callback, does not do anything. Use [method _input_event] to " +"parse text input. Will be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:100 +msgid "" +"Called each physics frame with the time since the last physics frame as " +"argument ([code]delta[/code], in seconds). Equivalent to [method Node." +"_physics_process].\n" +"If implemented, the method must return a boolean value. [code]true[/code] " +"ends the main loop, while [code]false[/code] lets it proceed to the next " +"frame." +msgstr "" + +#: doc/classes/MainLoop.xml:107 +msgid "" +"Should not be called manually, override [method _finalize] instead. Will be " +"removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:114 +msgid "" +"Should not be called manually, override [method _idle] instead. Will be " +"removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:120 +msgid "" +"Should not be called manually, override [method _initialize] instead. Will " +"be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:127 +msgid "" +"Should not be called manually, override [method _input_event] instead. Will " +"be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:134 +msgid "" +"Should not be called manually, override [method _input_text] instead. Will " +"be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:141 +msgid "" +"Should not be called manually, override [method _iteration] instead. Will be " +"removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:150 +msgid "Emitted when a user responds to a permission request." +msgstr "" + +#: doc/classes/MainLoop.xml:156 doc/classes/Node.xml:791 +msgid "" +"Notification received from the OS when the mouse enters the game window.\n" +"Implemented on desktop and web platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:160 doc/classes/Node.xml:795 +msgid "" +"Notification received from the OS when the mouse leaves the game window.\n" +"Implemented on desktop and web platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:164 doc/classes/Node.xml:799 +msgid "" +"Notification received from the OS when the game window is focused.\n" +"Implemented on all platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:168 doc/classes/Node.xml:803 +msgid "" +"Notification received from the OS when the game window is unfocused.\n" +"Implemented on all platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:172 doc/classes/Node.xml:807 +msgid "" +"Notification received from the OS when a quit request is sent (e.g. closing " +"the window with a \"Close\" button or Alt+F4).\n" +"Implemented on desktop platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:176 doc/classes/Node.xml:811 +msgid "" +"Notification received from the OS when a go back request is sent (e.g. " +"pressing the \"Back\" button on Android).\n" +"Specific to the Android platform." +msgstr "" + +#: doc/classes/MainLoop.xml:180 doc/classes/Node.xml:815 +msgid "" +"Notification received from the OS when an unfocus request is sent (e.g. " +"another OS window wants to take the focus).\n" +"No supported platforms currently send this notification." +msgstr "" + +#: doc/classes/MainLoop.xml:184 doc/classes/Node.xml:819 +msgid "" +"Notification received from the OS when the application is exceeding its " +"allocated memory.\n" +"Specific to the iOS platform." +msgstr "" + +#: doc/classes/MainLoop.xml:188 doc/classes/Node.xml:823 +msgid "" +"Notification received when translations may have changed. Can be triggered " +"by the user changing the locale. Can be used to respond to language changes, " +"for example to change the UI strings on the fly. Useful when working with " +"the built-in translation support, like [method Object.tr]." +msgstr "" + +#: doc/classes/MainLoop.xml:191 doc/classes/Node.xml:826 +msgid "" +"Notification received from the OS when a request for \"About\" information " +"is sent.\n" +"Specific to the macOS platform." +msgstr "" + +#: doc/classes/MainLoop.xml:195 doc/classes/Node.xml:830 +msgid "" +"Notification received from Godot's crash handler when the engine is about to " +"crash.\n" +"Implemented on desktop platforms if the crash handler is enabled." +msgstr "" + +#: doc/classes/MainLoop.xml:199 doc/classes/Node.xml:834 +msgid "" +"Notification received from the OS when an update of the Input Method Engine " +"occurs (e.g. change of IME cursor position or composition string).\n" +"Specific to the macOS platform." +msgstr "" + +#: doc/classes/MainLoop.xml:203 doc/classes/Node.xml:838 +msgid "" +"Notification received from the OS when the app is resumed.\n" +"Specific to the Android platform." +msgstr "" + +#: doc/classes/MainLoop.xml:207 doc/classes/Node.xml:842 +msgid "" +"Notification received from the OS when the app is paused.\n" +"Specific to the Android platform." +msgstr "" + +#: doc/classes/MarginContainer.xml:4 +msgid "Simple margin container." +msgstr "" + +#: doc/classes/MarginContainer.xml:7 +msgid "" +"Adds a top, left, bottom, and right margin to all [Control] nodes that are " +"direct children of the container. To control the [MarginContainer]'s margin, " +"use the [code]margin_*[/code] theme properties listed below.\n" +"[b]Note:[/b] Be careful, [Control] margin values are different than the " +"constant margin values. If you want to change the custom margin values of " +"the [MarginContainer] by code, you should use the following examples:\n" +"[codeblock]\n" +"# This code sample assumes the current script is extending MarginContainer.\n" +"var margin_value = 100\n" +"add_constant_override(\"margin_top\", margin_value)\n" +"add_constant_override(\"margin_left\", margin_value)\n" +"add_constant_override(\"margin_bottom\", margin_value)\n" +"add_constant_override(\"margin_right\", margin_value)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/MarginContainer.xml:26 +msgid "" +"All direct children of [MarginContainer] will have a bottom margin of " +"[code]margin_bottom[/code] pixels." +msgstr "" + +#: doc/classes/MarginContainer.xml:29 +msgid "" +"All direct children of [MarginContainer] will have a left margin of " +"[code]margin_left[/code] pixels." +msgstr "" + +#: doc/classes/MarginContainer.xml:32 +msgid "" +"All direct children of [MarginContainer] will have a right margin of " +"[code]margin_right[/code] pixels." +msgstr "" + +#: doc/classes/MarginContainer.xml:35 +msgid "" +"All direct children of [MarginContainer] will have a top margin of " +"[code]margin_top[/code] pixels." +msgstr "" + +#: doc/classes/Marshalls.xml:4 +msgid "Data transformation (marshalling) and encoding helpers." +msgstr "" + +#: doc/classes/Marshalls.xml:7 +msgid "Provides data transformation and encoding utility functions." +msgstr "" + +#: doc/classes/Marshalls.xml:16 +msgid "" +"Returns a decoded [PoolByteArray] corresponding to the Base64-encoded string " +"[code]base64_str[/code]." +msgstr "" + +#: doc/classes/Marshalls.xml:23 +msgid "" +"Returns a decoded string corresponding to the Base64-encoded string " +"[code]base64_str[/code]." +msgstr "" + +#: doc/classes/Marshalls.xml:31 +msgid "" +"Returns a decoded [Variant] corresponding to the Base64-encoded string " +"[code]base64_str[/code]. If [code]allow_objects[/code] is [code]true[/code], " +"decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/Marshalls.xml:39 +msgid "Returns a Base64-encoded string of a given [PoolByteArray]." +msgstr "" + +#: doc/classes/Marshalls.xml:46 +msgid "" +"Returns a Base64-encoded string of the UTF-8 string [code]utf8_str[/code]." +msgstr "" + +#: doc/classes/Marshalls.xml:54 +msgid "" +"Returns a Base64-encoded string of the [Variant] [code]variant[/code]. If " +"[code]full_objects[/code] is [code]true[/code], encoding objects is allowed " +"(and can potentially include code)." +msgstr "" + +#: doc/classes/Material.xml:4 +msgid "Abstract base [Resource] for coloring and shading geometry." +msgstr "" + +#: doc/classes/Material.xml:7 +msgid "" +"Material is a base [Resource] used for coloring and shading geometry. All " +"materials inherit from it and almost all [VisualInstance] derived nodes " +"carry a Material. A few flags and parameters are shared between all material " +"types and are configured here." +msgstr "" + +#: doc/classes/Material.xml:17 +msgid "" +"Sets the [Material] to be used for the next pass. This renders the object " +"again using a different material.\n" +"[b]Note:[/b] This only applies to [SpatialMaterial]s and [ShaderMaterial]s " +"with type \"Spatial\"." +msgstr "" + +#: doc/classes/Material.xml:21 +msgid "" +"Sets the render priority for transparent objects in 3D scenes. Higher " +"priority objects will be sorted in front of lower priority objects.\n" +"[b]Note:[/b] This only applies to sorting of transparent objects. This will " +"not impact how transparent objects are sorted relative to opaque objects. " +"This is because opaque objects are not sorted, while transparent objects are " +"sorted from back to front (subject to priority)." +msgstr "" + +#: doc/classes/Material.xml:27 +msgid "Maximum value for the [member render_priority] parameter." +msgstr "" + +#: doc/classes/Material.xml:30 +msgid "Minimum value for the [member render_priority] parameter." +msgstr "" + +#: doc/classes/MenuButton.xml:4 +msgid "Special button that brings up a [PopupMenu] when clicked." +msgstr "" + +#: doc/classes/MenuButton.xml:7 +msgid "" +"Special button that brings up a [PopupMenu] when clicked.\n" +"New items can be created inside this [PopupMenu] using [code]get_popup()." +"add_item(\"My Item Name\")[/code]. You can also create them directly from " +"the editor. To do so, select the [MenuButton] node, then in the toolbar at " +"the top of the 2D editor, click [b]Items[/b] then click [b]Add[/b] in the " +"popup. You will be able to give each item new properties.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/MenuButton.xml:17 doc/classes/OptionButton.xml:86 +msgid "" +"Returns the [PopupMenu] contained in this button.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/MenuButton.xml:25 +msgid "" +"If [code]true[/code], shortcuts are disabled and cannot be used to trigger " +"the button." +msgstr "" + +#: doc/classes/MenuButton.xml:34 +msgid "" +"If [code]true[/code], when the cursor hovers above another [MenuButton] " +"within the same parent which also has [code]switch_on_hover[/code] enabled, " +"it will close the current [MenuButton] and open the other one." +msgstr "" + +#: doc/classes/MenuButton.xml:41 +msgid "Emitted when [PopupMenu] of this MenuButton is about to show." +msgstr "" + +#: doc/classes/MenuButton.xml:49 +msgid "[StyleBox] used when the [MenuButton] is disabled." +msgstr "" + +#: doc/classes/MenuButton.xml:52 +msgid "" +"[StyleBox] used when the [MenuButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/MenuButton.xml:55 +msgid "[Font] of the [MenuButton]'s text." +msgstr "" + +#: doc/classes/MenuButton.xml:58 +msgid "Default text [Color] of the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:61 +msgid "Text [Color] used when the [MenuButton] is disabled." +msgstr "" + +#: doc/classes/MenuButton.xml:64 +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/MenuButton.xml:67 +msgid "Text [Color] used when the [MenuButton] is being hovered." +msgstr "" + +#: doc/classes/MenuButton.xml:70 +msgid "Text [Color] used when the [MenuButton] is being pressed." +msgstr "" + +#: doc/classes/MenuButton.xml:73 +msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgstr "" + +#: doc/classes/MenuButton.xml:76 +msgid "The horizontal space between [MenuButton]'s icon and text." +msgstr "" + +#: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 +msgid "[StyleBox] used when the [MenuButton] is being pressed." +msgstr "" + +#: doc/classes/Mesh.xml:4 +msgid "A [Resource] that contains vertex array-based geometry." +msgstr "" + +#: doc/classes/Mesh.xml:7 +msgid "" +"Mesh is a type of [Resource] that contains vertex array-based geometry, " +"divided in [i]surfaces[/i]. Each surface contains a completely separate " +"array and a material used to draw it. Design wise, a mesh with multiple " +"surfaces is preferred to a single surface, because objects created in 3D " +"editing software commonly contain multiple materials." +msgstr "" + +#: doc/classes/Mesh.xml:21 +msgid "" +"Calculate a [ConvexPolygonShape] from the mesh.\n" +"If [code]clean[/code] is [code]true[/code] (default), duplicate and interior " +"vertices are removed automatically. You can set it to [code]false[/code] to " +"make the process faster if not needed.\n" +"If [code]simplify[/code] is [code]true[/code], the geometry can be further " +"simplified to reduce the amount of vertices. Disabled by default." +msgstr "" + +#: doc/classes/Mesh.xml:30 +msgid "" +"Calculate an outline mesh at a defined offset (margin) from the original " +"mesh.\n" +"[b]Note:[/b] This method typically returns the vertices in reverse order (e." +"g. clockwise to counterclockwise)." +msgstr "" + +#: doc/classes/Mesh.xml:37 +msgid "Calculate a [ConcavePolygonShape] from the mesh." +msgstr "" + +#: doc/classes/Mesh.xml:43 +msgid "Generate a [TriangleMesh] from the mesh." +msgstr "" + +#: doc/classes/Mesh.xml:49 +msgid "" +"Returns the smallest [AABB] enclosing this mesh in local space. Not affected " +"by [code]custom_aabb[/code]. See also [method VisualInstance." +"get_transformed_aabb].\n" +"[b]Note:[/b] This is only implemented for [ArrayMesh] and [PrimitiveMesh]." +msgstr "" + +#: doc/classes/Mesh.xml:56 +msgid "" +"Returns all the vertices that make up the faces of the mesh. Each three " +"vertices represent one triangle." +msgstr "" + +#: doc/classes/Mesh.xml:62 +msgid "Returns the amount of surfaces that the [Mesh] holds." +msgstr "" + +#: doc/classes/Mesh.xml:69 +msgid "" +"Returns the arrays for the vertices, normals, uvs, etc. that make up the " +"requested surface (see [method ArrayMesh.add_surface_from_arrays])." +msgstr "" + +#: doc/classes/Mesh.xml:76 +msgid "Returns the blend shape arrays for the requested surface." +msgstr "" + +#: doc/classes/Mesh.xml:83 +msgid "" +"Returns a [Material] in a given surface. Surface is rendered using this " +"material." +msgstr "" + +#: doc/classes/Mesh.xml:91 +msgid "" +"Sets a [Material] for a given surface. Surface will be rendered using this " +"material." +msgstr "" + +#: doc/classes/Mesh.xml:97 +msgid "" +"Sets a hint to be used for lightmap resolution in [BakedLightmap]. Overrides " +"[member BakedLightmap.default_texels_per_unit]." +msgstr "" + +#: doc/classes/Mesh.xml:102 +msgid "Render array as points (one vertex equals one point)." +msgstr "" + +#: doc/classes/Mesh.xml:105 +msgid "Render array as lines (every two vertices a line is created)." +msgstr "" + +#: doc/classes/Mesh.xml:108 +msgid "Render array as line strip." +msgstr "" + +#: doc/classes/Mesh.xml:111 +msgid "Render array as line loop (like line strip, but closed)." +msgstr "" + +#: doc/classes/Mesh.xml:114 +msgid "Render array as triangles (every three vertices a triangle is created)." +msgstr "" + +#: doc/classes/Mesh.xml:117 +msgid "Render array as triangle strips." +msgstr "" + +#: doc/classes/Mesh.xml:120 +msgid "Render array as triangle fans." +msgstr "" + +#: doc/classes/Mesh.xml:123 doc/classes/VisualServer.xml:3363 +msgid "Blend shapes are normalized." +msgstr "" + +#: doc/classes/Mesh.xml:126 doc/classes/VisualServer.xml:3366 +msgid "Blend shapes are relative to base weight." +msgstr "" + +#: doc/classes/Mesh.xml:129 +msgid "" +"Mesh array contains vertices. All meshes require a vertex array so this " +"should always be present." +msgstr "" + +#: doc/classes/Mesh.xml:132 +msgid "Mesh array contains normals." +msgstr "" + +#: doc/classes/Mesh.xml:135 +msgid "Mesh array contains tangents." +msgstr "" + +#: doc/classes/Mesh.xml:138 +msgid "Mesh array contains colors." +msgstr "" + +#: doc/classes/Mesh.xml:141 +msgid "Mesh array contains UVs." +msgstr "" + +#: doc/classes/Mesh.xml:144 +msgid "Mesh array contains second UV." +msgstr "" + +#: doc/classes/Mesh.xml:147 +msgid "Mesh array contains bones." +msgstr "" + +#: doc/classes/Mesh.xml:150 +msgid "Mesh array contains bone weights." +msgstr "" + +#: doc/classes/Mesh.xml:153 +msgid "Mesh array uses indices." +msgstr "" + +#: doc/classes/Mesh.xml:156 +msgid "" +"Used internally to calculate other [code]ARRAY_COMPRESS_*[/code] enum " +"values. Do not use." +msgstr "" + +#: doc/classes/Mesh.xml:159 doc/classes/VisualServer.xml:3300 +msgid "Flag used to mark a compressed (half float) vertex array." +msgstr "" + +#: doc/classes/Mesh.xml:162 doc/classes/VisualServer.xml:3303 +msgid "Flag used to mark a compressed (half float) normal array." +msgstr "" + +#: doc/classes/Mesh.xml:165 doc/classes/VisualServer.xml:3306 +msgid "Flag used to mark a compressed (half float) tangent array." +msgstr "" + +#: doc/classes/Mesh.xml:168 doc/classes/VisualServer.xml:3309 +msgid "Flag used to mark a compressed (half float) color array." +msgstr "" + +#: doc/classes/Mesh.xml:171 doc/classes/VisualServer.xml:3312 +msgid "Flag used to mark a compressed (half float) UV coordinates array." +msgstr "" + +#: doc/classes/Mesh.xml:174 doc/classes/VisualServer.xml:3315 +msgid "" +"Flag used to mark a compressed (half float) UV coordinates array for the " +"second UV coordinates." +msgstr "" + +#: doc/classes/Mesh.xml:177 doc/classes/VisualServer.xml:3318 +msgid "Flag used to mark a compressed bone array." +msgstr "" + +#: doc/classes/Mesh.xml:180 doc/classes/VisualServer.xml:3321 +msgid "Flag used to mark a compressed (half float) weight array." +msgstr "" + +#: doc/classes/Mesh.xml:183 doc/classes/VisualServer.xml:3324 +msgid "Flag used to mark a compressed index array." +msgstr "" + +#: doc/classes/Mesh.xml:186 doc/classes/VisualServer.xml:3327 +msgid "Flag used to mark that the array contains 2D vertices." +msgstr "" + +#: doc/classes/Mesh.xml:189 doc/classes/VisualServer.xml:3330 +msgid "Flag used to mark that the array uses 16-bit bones instead of 8-bit." +msgstr "" + +#: doc/classes/Mesh.xml:192 doc/classes/VisualServer.xml:3333 +msgid "" +"Flag used to mark that the array uses an octahedral representation of normal " +"and tangent vectors rather than cartesian." +msgstr "" + +#: doc/classes/Mesh.xml:195 +msgid "" +"Used to set flags [constant ARRAY_COMPRESS_VERTEX], [constant " +"ARRAY_COMPRESS_NORMAL], [constant ARRAY_COMPRESS_TANGENT], [constant " +"ARRAY_COMPRESS_COLOR], [constant ARRAY_COMPRESS_TEX_UV], [constant " +"ARRAY_COMPRESS_TEX_UV2], [constant ARRAY_COMPRESS_WEIGHTS], and [constant " +"ARRAY_FLAG_USE_OCTAHEDRAL_COMPRESSION] quickly." +msgstr "" + +#: doc/classes/Mesh.xml:198 +msgid "Array of vertices." +msgstr "" + +#: doc/classes/Mesh.xml:201 +msgid "Array of normals." +msgstr "" + +#: doc/classes/Mesh.xml:204 +msgid "Array of tangents as an array of floats, 4 floats per tangent." +msgstr "" + +#: doc/classes/Mesh.xml:207 +msgid "Array of colors." +msgstr "" + +#: doc/classes/Mesh.xml:210 +msgid "Array of UV coordinates." +msgstr "" + +#: doc/classes/Mesh.xml:213 +msgid "Array of second set of UV coordinates." +msgstr "" + +#: doc/classes/Mesh.xml:216 +msgid "Array of bone data." +msgstr "" + +#: doc/classes/Mesh.xml:219 +msgid "Array of weights." +msgstr "" + +#: doc/classes/Mesh.xml:222 +msgid "Array of indices." +msgstr "" + +#: doc/classes/MeshDataTool.xml:4 +msgid "Helper tool to access and edit [Mesh] data." +msgstr "" + +#: doc/classes/MeshDataTool.xml:7 +msgid "" +"MeshDataTool provides access to individual vertices in a [Mesh]. It allows " +"users to read and edit vertex data of meshes. It also creates an array of " +"faces and edges.\n" +"To use MeshDataTool, load a mesh with [method create_from_surface]. When you " +"are finished editing the data commit the data to a mesh with [method " +"commit_to_surface].\n" +"Below is an example of how MeshDataTool may be used.\n" +"[codeblock]\n" +"var mesh = ArrayMesh.new()\n" +"mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, CubeMesh.new()." +"get_mesh_arrays())\n" +"var mdt = MeshDataTool.new()\n" +"mdt.create_from_surface(mesh, 0)\n" +"for i in range(mdt.get_vertex_count()):\n" +" var vertex = mdt.get_vertex(i)\n" +" # In this example we extend the mesh by one unit, which results in " +"separated faces as it is flat shaded.\n" +" vertex += mdt.get_vertex_normal(i)\n" +" # Save your change.\n" +" mdt.set_vertex(i, vertex)\n" +"mesh.surface_remove(0)\n" +"mdt.commit_to_surface(mesh)\n" +"var mi = MeshInstance.new()\n" +"mi.mesh = mesh\n" +"add_child(mi)\n" +"[/codeblock]\n" +"See also [ArrayMesh], [ImmediateGeometry] and [SurfaceTool] for procedural " +"geometry generation.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes." +msgstr "" + +#: doc/classes/MeshDataTool.xml:36 +msgid "Clears all data currently in MeshDataTool." +msgstr "" + +#: doc/classes/MeshDataTool.xml:43 +msgid "Adds a new surface to specified [Mesh] with edited data." +msgstr "" + +#: doc/classes/MeshDataTool.xml:51 +msgid "" +"Uses specified surface of given [Mesh] to populate data for MeshDataTool.\n" +"Requires [Mesh] with primitive type [constant Mesh.PRIMITIVE_TRIANGLES]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:58 +msgid "Returns the number of edges in this [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:65 +msgid "Returns array of faces that touch given edge." +msgstr "" + +#: doc/classes/MeshDataTool.xml:72 +msgid "Returns meta information assigned to given edge." +msgstr "" + +#: doc/classes/MeshDataTool.xml:80 +msgid "" +"Returns index of specified vertex connected to given edge.\n" +"Vertex argument can only be 0 or 1 because edges are comprised of two " +"vertices." +msgstr "" + +#: doc/classes/MeshDataTool.xml:87 +msgid "Returns the number of faces in this [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:95 +msgid "" +"Returns specified edge associated with given face.\n" +"Edge argument must 2 or less because a face only has three edges." +msgstr "" + +#: doc/classes/MeshDataTool.xml:103 +msgid "Returns the metadata associated with the given face." +msgstr "" + +#: doc/classes/MeshDataTool.xml:110 +msgid "Calculates and returns the face normal of the given face." +msgstr "" + +#: doc/classes/MeshDataTool.xml:118 +msgid "" +"Returns the specified vertex of the given face.\n" +"Vertex argument must be 2 or less because faces contain three vertices." +msgstr "" + +#: doc/classes/MeshDataTool.xml:125 +msgid "" +"Returns the [Mesh]'s format. Format is an integer made up of [Mesh] format " +"flags combined together. For example, a mesh containing both vertices and " +"normals would return a format of [code]3[/code] because [constant ArrayMesh." +"ARRAY_FORMAT_VERTEX] is [code]1[/code] and [constant ArrayMesh." +"ARRAY_FORMAT_NORMAL] is [code]2[/code].\n" +"See [enum ArrayMesh.ArrayFormat] for a list of format flags." +msgstr "" + +#: doc/classes/MeshDataTool.xml:132 +msgid "Returns the material assigned to the [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:139 +msgid "Returns the vertex at given index." +msgstr "" + +#: doc/classes/MeshDataTool.xml:146 +msgid "Returns the bones of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:153 +msgid "Returns the color of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:159 +msgid "Returns the total number of vertices in [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:166 +msgid "Returns an array of edges that share the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:173 +msgid "Returns an array of faces that share the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:180 +msgid "Returns the metadata associated with the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:187 +msgid "Returns the normal of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:194 +msgid "Returns the tangent of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:201 +msgid "Returns the UV of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:208 +msgid "Returns the UV2 of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:215 +msgid "Returns bone weights of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:223 +msgid "Sets the metadata of the given edge." +msgstr "" + +#: doc/classes/MeshDataTool.xml:231 +msgid "Sets the metadata of the given face." +msgstr "" + +#: doc/classes/MeshDataTool.xml:238 +msgid "Sets the material to be used by newly-constructed [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:246 +msgid "Sets the position of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:254 +msgid "Sets the bones of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:262 +msgid "Sets the color of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:270 +msgid "Sets the metadata associated with the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:278 +msgid "Sets the normal of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:286 +msgid "Sets the tangent of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:294 +msgid "Sets the UV of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:302 +msgid "Sets the UV2 of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:310 +msgid "Sets the bone weights of the given vertex." +msgstr "" + +#: doc/classes/MeshInstance.xml:4 +msgid "Node that instances meshes into a scenario." +msgstr "" + +#: doc/classes/MeshInstance.xml:7 +msgid "" +"MeshInstance is a node that takes a [Mesh] resource and adds it to the " +"current scenario by creating an instance of it. This is the class most often " +"used to get 3D geometry rendered and can be used to instance a single [Mesh] " +"in many places. This allows to reuse geometry and save on resources. When a " +"[Mesh] has to be instanced more than thousands of times at close proximity, " +"consider using a [MultiMesh] in a [MultiMeshInstance] instead." +msgstr "" + +#: doc/classes/MeshInstance.xml:21 +msgid "" +"This helper creates a [StaticBody] child node with a [ConvexPolygonShape] " +"collision shape calculated from the mesh geometry. It's mainly used for " +"testing.\n" +"If [code]clean[/code] is [code]true[/code] (default), duplicate and interior " +"vertices are removed automatically. You can set it to [code]false[/code] to " +"make the process faster if not needed.\n" +"If [code]simplify[/code] is [code]true[/code], the geometry can be further " +"simplified to reduce the amount of vertices. Disabled by default." +msgstr "" + +#: doc/classes/MeshInstance.xml:29 +msgid "" +"This helper creates a [MeshInstance] child node with gizmos at every vertex " +"calculated from the mesh geometry. It's mainly used for testing." +msgstr "" + +#: doc/classes/MeshInstance.xml:35 +msgid "" +"This helper creates a [StaticBody] child node with multiple " +"[ConvexPolygonShape] collision shapes calculated from the mesh geometry via " +"convex decomposition. It's mainly used for testing." +msgstr "" + +#: doc/classes/MeshInstance.xml:41 +msgid "" +"This helper creates a [StaticBody] child node with a [ConcavePolygonShape] " +"collision shape calculated from the mesh geometry. It's mainly used for " +"testing." +msgstr "" + +#: doc/classes/MeshInstance.xml:48 +msgid "" +"Returns the [Material] that will be used by the [Mesh] when drawing. This " +"can return the [member GeometryInstance.material_override], the surface " +"override [Material] defined in this [MeshInstance], or the surface " +"[Material] defined in the [Mesh]. For example, if [member GeometryInstance." +"material_override] is used, all surfaces will return the override material." +msgstr "" + +#: doc/classes/MeshInstance.xml:55 +msgid "Returns the [Material] for a surface of the [Mesh] resource." +msgstr "" + +#: doc/classes/MeshInstance.xml:61 +msgid "Returns the number of surface materials." +msgstr "" + +#: doc/classes/MeshInstance.xml:69 +msgid "Sets the [Material] for a surface of the [Mesh] resource." +msgstr "" + +#: doc/classes/MeshInstance.xml:75 +msgid "The [Mesh] resource for the instance." +msgstr "" + +#: doc/classes/MeshInstance.xml:78 +msgid "[NodePath] to the [Skeleton] associated with the instance." +msgstr "" + +#: doc/classes/MeshInstance.xml:81 +msgid "Sets the skin to be used by this instance." +msgstr "" + +#: doc/classes/MeshInstance.xml:84 +msgid "" +"If [code]true[/code], normals are transformed when software skinning is " +"used. Set to [code]false[/code] when normals are not needed for better " +"performance.\n" +"See [member ProjectSettings.rendering/quality/skinning/" +"software_skinning_fallback] for details about how software skinning is " +"enabled." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:4 +msgid "Node used for displaying a [Mesh] in 2D." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:7 +msgid "" +"Node used for displaying a [Mesh] in 2D. Can be constructed from an existing " +"[Sprite] via a tool in the editor toolbar. Select \"Sprite\" then \"Convert " +"to Mesh2D\", select settings in popup and press \"Create Mesh2D\"." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_meshes.html" +msgstr "" + +#: doc/classes/MeshInstance2D.xml:16 +msgid "The [Mesh] that will be drawn by the [MeshInstance2D]." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:19 doc/classes/MultiMeshInstance2D.xml:19 +msgid "" +"The normal map that will be used if using the default [CanvasItemMaterial].\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:23 doc/classes/MultiMeshInstance2D.xml:23 +msgid "" +"The [Texture] that will be used if using the default [CanvasItemMaterial]. " +"Can be accessed as [code]TEXTURE[/code] in CanvasItem shader." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:29 doc/classes/MultiMeshInstance2D.xml:29 +msgid "Emitted when the [member texture] is changed." +msgstr "" + +#: doc/classes/MeshLibrary.xml:4 +msgid "Library of meshes." +msgstr "" + +#: doc/classes/MeshLibrary.xml:7 +msgid "" +"A library of meshes. Contains a list of [Mesh] resources, each with a name " +"and ID. Each item can also include collision and navigation shapes. This " +"resource is used in [GridMap]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:17 +msgid "Clears the library." +msgstr "" + +#: doc/classes/MeshLibrary.xml:24 +msgid "" +"Creates a new item in the library with the given ID.\n" +"You can get an unused ID from [method get_last_unused_item_id]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:32 +msgid "Returns the first item with the given name." +msgstr "" + +#: doc/classes/MeshLibrary.xml:38 +msgid "Returns the list of item IDs in use." +msgstr "" + +#: doc/classes/MeshLibrary.xml:45 +msgid "Returns the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:52 +msgid "Returns the transform applied to the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:59 +msgid "Returns the item's name." +msgstr "" + +#: doc/classes/MeshLibrary.xml:66 +msgid "Returns the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:73 +msgid "Returns the transform applied to the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:80 +msgid "" +"When running in the editor, returns a generated item preview (a 3D rendering " +"in isometric perspective). When used in a running project, returns the " +"manually-defined item preview which can be set using [method " +"set_item_preview]. Returns an empty [Texture] if no preview was manually set " +"in a running project." +msgstr "" + +#: doc/classes/MeshLibrary.xml:87 +msgid "" +"Returns an item's collision shapes.\n" +"The array consists of each [Shape] followed by its [Transform]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:94 +msgid "Gets an unused ID for a new item." +msgstr "" + +#: doc/classes/MeshLibrary.xml:101 +msgid "Removes the item." +msgstr "" + +#: doc/classes/MeshLibrary.xml:109 +msgid "Sets the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:117 +msgid "Sets the transform to apply to the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:125 +msgid "" +"Sets the item's name.\n" +"This name is shown in the editor. It can also be used to look up the item " +"later using [method find_item_by_name]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:134 +msgid "Sets the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:142 +msgid "Sets the transform to apply to the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:150 +msgid "Sets a texture to use as the item's preview icon in the editor." +msgstr "" + +#: doc/classes/MeshLibrary.xml:158 +msgid "" +"Sets an item's collision shapes.\n" +"The array should consist of [Shape] objects, each followed by a [Transform] " +"that will be applied to it. For shapes that should not have a transform, use " +"[constant Transform.IDENTITY]." +msgstr "" + +#: doc/classes/MeshTexture.xml:4 +msgid "Simple texture that uses a mesh to draw itself." +msgstr "" + +#: doc/classes/MeshTexture.xml:7 +msgid "" +"Simple texture that uses a mesh to draw itself. It's limited because flags " +"can't be changed and region drawing is not supported." +msgstr "" + +#: doc/classes/MeshTexture.xml:15 +msgid "Sets the base texture that the Mesh will use to draw." +msgstr "" + +#: doc/classes/MeshTexture.xml:19 +msgid "Sets the size of the image, needed for reference." +msgstr "" + +#: doc/classes/MeshTexture.xml:22 +msgid "Sets the mesh used to draw. It must be a mesh using 2D vertices." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:4 +msgid "Generic mobile VR implementation." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:7 +msgid "" +"This is a generic mobile VR implementation where you need to provide details " +"about the phone and HMD used. It does not rely on any existing framework. " +"This is the most basic interface we have. For the best effect, you need a " +"mobile phone with a gyroscope and accelerometer.\n" +"Note that even though there is no positional tracking, the camera will " +"assume the headset is at a height of 1.85 meters. You can change this by " +"setting [member eye_height].\n" +"You can initialise this interface as follows:\n" +"[codeblock]\n" +"var interface = ARVRServer.find_interface(\"Native mobile\")\n" +"if interface and interface.initialize():\n" +" get_viewport().arvr = true\n" +"[/codeblock]" +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:22 +msgid "" +"The distance between the display and the lenses inside of the device in " +"centimeters." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:25 +msgid "The width of the display in centimeters." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:28 +msgid "" +"The height at which the camera is placed in relation to the ground (i.e. " +"[ARVROrigin] node)." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:31 +msgid "" +"The interocular distance, also known as the interpupillary distance. The " +"distance between the pupils of the left and right eye." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:34 +msgid "" +"The k1 lens factor is one of the two constants that define the strength of " +"the lens used and directly influences the lens distortion effect." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:37 +msgid "The k2 lens factor, see k1." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:40 +msgid "" +"The oversample setting. Because of the lens distortion we have to render our " +"buffers at a higher resolution then the screen can natively handle. A value " +"between 1.5 and 2.0 often provides good results but at the cost of " +"performance." +msgstr "" + +#: doc/classes/MultiMesh.xml:4 +msgid "Provides high-performance mesh instancing." +msgstr "" + +#: doc/classes/MultiMesh.xml:7 +msgid "" +"MultiMesh provides low-level mesh instancing. Drawing thousands of " +"[MeshInstance] nodes can be slow, since each object is submitted to the GPU " +"then drawn individually.\n" +"MultiMesh is much faster as it can draw thousands of instances with a single " +"draw call, resulting in less API overhead.\n" +"As a drawback, if the instances are too far away from each other, " +"performance may be reduced as every single instance will always render (they " +"are spatially indexed as one, for the whole object).\n" +"Since instances may have any behavior, the AABB used for visibility must be " +"provided by the user." +msgstr "" + +#: doc/classes/MultiMesh.xml:13 doc/classes/MultiMeshInstance.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" +"animating_thousands_of_fish.html" +msgstr "" + +#: doc/classes/MultiMesh.xml:14 doc/classes/MultiMeshInstance.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/optimization/using_multimesh." +"html" +msgstr "" + +#: doc/classes/MultiMesh.xml:20 +msgid "" +"Returns the visibility axis-aligned bounding box in local space. See also " +"[method VisualInstance.get_transformed_aabb]." +msgstr "" + +#: doc/classes/MultiMesh.xml:27 +msgid "Gets a specific instance's color." +msgstr "" + +#: doc/classes/MultiMesh.xml:34 +msgid "Returns the custom data that has been set for a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:41 +msgid "Returns the [Transform] of a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:48 +msgid "Returns the [Transform2D] of a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:55 +msgid "" +"Sets all data related to the instances in one go. This is especially useful " +"when loading the data from disk or preparing the data from GDNative.\n" +"All data is packed in one large float array. An array may look like this: " +"Transform for instance 1, color data for instance 1, custom data for " +"instance 1, transform for instance 2, color data for instance 2, etc...\n" +"[Transform] is stored as 12 floats, [Transform2D] is stored as 8 floats, " +"[code]COLOR_8BIT[/code] / [code]CUSTOM_DATA_8BIT[/code] is stored as 1 float " +"(4 bytes as is) and [code]COLOR_FLOAT[/code] / [code]CUSTOM_DATA_FLOAT[/" +"code] is stored as 4 floats." +msgstr "" + +#: doc/classes/MultiMesh.xml:65 +msgid "" +"Sets the color of a specific instance by [i]multiplying[/i] the mesh's " +"existing vertex colors.\n" +"For the color to take effect, ensure that [member color_format] is non-" +"[code]null[/code] on the [MultiMesh] and [member SpatialMaterial." +"vertex_color_use_as_albedo] is [code]true[/code] on the material." +msgstr "" + +#: doc/classes/MultiMesh.xml:74 +msgid "" +"Sets custom data for a specific instance. Although [Color] is used, it is " +"just a container for 4 floating point numbers. The format of the number can " +"change depending on the [enum CustomDataFormat] used." +msgstr "" + +#: doc/classes/MultiMesh.xml:82 +msgid "Sets the [Transform] for a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:90 +msgid "Sets the [Transform2D] for a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:96 +msgid "Format of colors in color array that gets passed to shader." +msgstr "" + +#: doc/classes/MultiMesh.xml:99 +msgid "Format of custom data in custom data array that gets passed to shader." +msgstr "" + +#: doc/classes/MultiMesh.xml:102 +msgid "" +"Number of instances that will get drawn. This clears and (re)sizes the " +"buffers. By default, all instances are drawn but you can limit this with " +"[member visible_instance_count]." +msgstr "" + +#: doc/classes/MultiMesh.xml:105 +msgid "Mesh to be drawn." +msgstr "" + +#: doc/classes/MultiMesh.xml:108 +msgid "Format of transform used to transform mesh, either 2D or 3D." +msgstr "" + +#: doc/classes/MultiMesh.xml:111 +msgid "" +"Limits the number of instances drawn, -1 draws all instances. Changing this " +"does not change the sizes of the buffers." +msgstr "" + +#: doc/classes/MultiMesh.xml:116 +msgid "Use this when using 2D transforms." +msgstr "" + +#: doc/classes/MultiMesh.xml:119 +msgid "Use this when using 3D transforms." +msgstr "" + +#: doc/classes/MultiMesh.xml:122 +msgid "Use when you are not using per-instance [Color]s." +msgstr "" + +#: doc/classes/MultiMesh.xml:125 +msgid "" +"Compress [Color] data into 8 bits when passing to shader. This uses less " +"memory and can be faster, but the [Color] loses precision." +msgstr "" + +#: doc/classes/MultiMesh.xml:128 +msgid "" +"The [Color] passed into [method set_instance_color] will use 4 floats. Use " +"this for highest precision [Color]." +msgstr "" + +#: doc/classes/MultiMesh.xml:131 +msgid "Use when you are not using per-instance custom data." +msgstr "" + +#: doc/classes/MultiMesh.xml:134 +msgid "" +"Compress custom_data into 8 bits when passing to shader. This uses less " +"memory and can be faster, but loses precision and range. Floats packed into " +"8 bits can only represent values between 0 and 1, numbers outside that range " +"will be clamped." +msgstr "" + +#: doc/classes/MultiMesh.xml:137 +msgid "" +"The [Color] passed into [method set_instance_custom_data] will use 4 floats. " +"Use this for highest precision." +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:4 +msgid "Node that instances a [MultiMesh]." +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:7 +msgid "" +"[MultiMeshInstance] is a specialized node to instance [GeometryInstance]s " +"based on a [MultiMesh] resource.\n" +"This is useful to optimize the rendering of a high amount of instances of a " +"given mesh (for example trees in a forest or grass strands)." +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/using_multi_mesh_instance." +"html" +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:19 +msgid "" +"The [MultiMesh] resource that will be used and shared among all instances of " +"the [MultiMeshInstance]." +msgstr "" + +#: doc/classes/MultiMeshInstance2D.xml:4 +msgid "Node that instances a [MultiMesh] in 2D." +msgstr "" + +#: doc/classes/MultiMeshInstance2D.xml:7 +msgid "" +"[MultiMeshInstance2D] is a specialized node to instance a [MultiMesh] " +"resource in 2D.\n" +"Usage is the same as [MultiMeshInstance]." +msgstr "" + +#: doc/classes/MultiMeshInstance2D.xml:16 +msgid "The [MultiMesh] that will be drawn by the [MultiMeshInstance2D]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:4 +msgid "High-level multiplayer API." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:7 +msgid "" +"This class implements most of the logic behind the high-level multiplayer " +"API. See also [NetworkedMultiplayerPeer].\n" +"By default, [SceneTree] has a reference to this class that is used to " +"provide multiplayer capabilities (i.e. RPC/RSET) across the whole scene.\n" +"It is possible to override the MultiplayerAPI instance used by specific " +"Nodes by setting the [member Node.custom_multiplayer] property, effectively " +"allowing to run both client and server in the same scene.\n" +"[b]Note:[/b] The high-level multiplayer API protocol is an implementation " +"detail and isn't meant to be used by non-Godot servers. It may change " +"without notice." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:18 +msgid "" +"Clears the current MultiplayerAPI network state (you shouldn't call this " +"unless you know what you are doing)." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:24 +msgid "" +"Returns the peer IDs of all connected peers of this MultiplayerAPI's [member " +"network_peer]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:30 +msgid "" +"Returns the unique peer ID of this MultiplayerAPI's [member network_peer]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:36 +msgid "" +"Returns the sender's peer ID for the RPC currently being executed.\n" +"[b]Note:[/b] If not inside an RPC this method will return 0." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:43 doc/classes/SceneTree.xml:123 +msgid "Returns [code]true[/code] if there is a [member network_peer] set." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:49 +msgid "" +"Returns [code]true[/code] if this MultiplayerAPI's [member network_peer] is " +"in server mode (listening for connections)." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:55 +msgid "" +"Method used for polling the MultiplayerAPI. You only need to worry about " +"this if you are using [member Node.custom_multiplayer] override or you set " +"[member SceneTree.multiplayer_poll] to [code]false[/code]. By default, " +"[SceneTree] will poll its MultiplayerAPI for you.\n" +"[b]Note:[/b] This method results in RPCs and RSETs being called, so they " +"will be executed in the same context of this function (e.g. [code]_process[/" +"code], [code]physics[/code], [Thread])." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:65 +msgid "" +"Sends the given raw [code]bytes[/code] to a specific peer identified by " +"[code]id[/code] (see [method NetworkedMultiplayerPeer.set_target_peer]). " +"Default ID is [code]0[/code], i.e. broadcast to all peers." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:71 +msgid "" +"If [code]true[/code] (or if the [member network_peer] has [member PacketPeer." +"allow_object_decoding] set to [code]true[/code]), the MultiplayerAPI will " +"allow encoding and decoding of object during RPCs/RSETs.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:75 +msgid "" +"The peer object to handle the RPC system (effectively enabling networking " +"when set). Depending on the peer itself, the MultiplayerAPI will become a " +"network server (check with [method is_network_server]) and will set root " +"node's network mode to master, or it will become a regular peer with root " +"node set to puppet. All child nodes are set to inherit the network mode by " +"default. Handling of networking-related events (connection, disconnection, " +"new clients) is done by connecting to MultiplayerAPI's signals." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:78 +msgid "" +"If [code]true[/code], the MultiplayerAPI's [member network_peer] refuses new " +"incoming connections." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:81 +msgid "" +"The root node to use for RPCs. Instead of an absolute path, a relative path " +"will be used to find the node upon which the RPC should be executed.\n" +"This effectively allows to have different branches of the scene tree to be " +"managed by different MultiplayerAPI, allowing for example to run both client " +"and server in the same scene." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:88 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] successfully " +"connected to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:93 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] fails to establish " +"a connection to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:99 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] connects with a new " +"peer. ID is the peer ID of the new peer. Clients get notified when other " +"clients connect to the same server. Upon connecting to a server, a client " +"also receives this signal for the server (with ID being 1)." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:105 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] disconnects from a " +"peer. Clients get notified when other clients disconnect from the same " +"server." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:112 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] receive a " +"[code]packet[/code] with custom data (see [method send_bytes]). ID is the " +"peer ID of the peer that sent the packet." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:117 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] disconnects from " +"server. Only emitted on clients." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:123 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to disable a " +"method or property for all RPC calls, making it unavailable. Default for all " +"methods." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:126 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to set a " +"method to be called or a property to be changed only on the remote end, not " +"locally. Analogous to the [code]remote[/code] keyword. Calls and property " +"changes are accepted from all remote peers, no matter if they are node's " +"master or puppets." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:129 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to set a " +"method to be called or a property to be changed only on the network master " +"for this node. Analogous to the [code]master[/code] keyword. Only accepts " +"calls or property changes from the node's network puppets, see [method Node." +"set_network_master]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:132 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to set a " +"method to be called or a property to be changed only on puppets for this " +"node. Analogous to the [code]puppet[/code] keyword. Only accepts calls or " +"property changes from the node's network master, see [method Node." +"set_network_master]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:135 +msgid "" +"[i]Deprecated.[/i] Use [constant RPC_MODE_PUPPET] instead. Analogous to the " +"[code]slave[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:138 +msgid "" +"Behave like [constant RPC_MODE_REMOTE] but also make the call or property " +"change locally. Analogous to the [code]remotesync[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:141 +msgid "" +"[i]Deprecated.[/i] Use [constant RPC_MODE_REMOTESYNC] instead. Analogous to " +"the [code]sync[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:144 +msgid "" +"Behave like [constant RPC_MODE_MASTER] but also make the call or property " +"change locally. Analogous to the [code]mastersync[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:147 +msgid "" +"Behave like [constant RPC_MODE_PUPPET] but also make the call or property " +"change locally. Analogous to the [code]puppetsync[/code] keyword." +msgstr "" + +#: doc/classes/Mutex.xml:4 +msgid "A synchronization mutex (mutual exclusion)." +msgstr "" + +#: doc/classes/Mutex.xml:7 +msgid "" +"A synchronization mutex (mutual exclusion). This is used to synchronize " +"multiple [Thread]s, and is equivalent to a binary [Semaphore]. It guarantees " +"that only one thread can ever acquire the lock at a time. A mutex can be " +"used to protect a critical section; however, be careful to avoid deadlocks." +msgstr "" + +#: doc/classes/Mutex.xml:10 doc/classes/Semaphore.xml:10 +#: doc/classes/Thread.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/threads/using_multiple_threads." +"html" +msgstr "" + +#: doc/classes/Mutex.xml:16 +msgid "" +"Locks this [Mutex], blocks until it is unlocked by the current owner.\n" +"[b]Note:[/b] This function returns without blocking if the thread already " +"has ownership of the mutex." +msgstr "" + +#: doc/classes/Mutex.xml:23 +msgid "" +"Tries locking this [Mutex], but does not block. Returns [constant OK] on " +"success, [constant ERR_BUSY] otherwise.\n" +"[b]Note:[/b] This function returns [constant OK] if the thread already has " +"ownership of the mutex." +msgstr "" + +#: doc/classes/Mutex.xml:30 +msgid "" +"Unlocks this [Mutex], leaving it to other threads.\n" +"[b]Note:[/b] If a thread called [method lock] or [method try_lock] multiple " +"times while already having ownership of the mutex, it must also call [method " +"unlock] the same number of times in order to unlock it correctly." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:13 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_class_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:20 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_method_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:27 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_property_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:34 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_signal_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:40 +msgid "" +"Constructs a new object of the base type with a script of this type already " +"attached.\n" +"[b]Note:[/b] Any arguments passed to this function will be ignored and not " +"passed to the native constructor function. This will change with in a future " +"API extension." +msgstr "" + +#: doc/classes/Navigation.xml:4 +msgid "Mesh-based navigation and pathfinding node." +msgstr "" + +#: doc/classes/Navigation.xml:7 +msgid "" +"Provides navigation and pathfinding within a collection of " +"[NavigationMesh]es. By default, these will be automatically collected from " +"child [NavigationMeshInstance] nodes, but they can also be added on the fly " +"with [method navmesh_add]. In addition to basic pathfinding, this class also " +"assists with aligning navigation agents with the meshes they are navigating " +"on.\n" +"[b]Note:[/b] The current navigation system has many known issues and will " +"not always return optimal paths as expected. These issues will be fixed in " +"Godot 4.0." +msgstr "" + +#: doc/classes/Navigation.xml:11 doc/classes/NavigationMesh.xml:10 +msgid "https://godotengine.org/asset-library/asset/124" +msgstr "" + +#: doc/classes/Navigation.xml:18 doc/classes/Navigation2D.xml:18 +msgid "" +"Returns the navigation point closest to the point given. Points are in local " +"coordinate space." +msgstr "" + +#: doc/classes/Navigation.xml:25 +msgid "" +"Returns the surface normal at the navigation point closest to the point " +"given. Useful for rotating a navigation agent according to the navigation " +"mesh it moves on." +msgstr "" + +#: doc/classes/Navigation.xml:32 +msgid "" +"Returns the owner of the [NavigationMesh] which contains the navigation " +"point closest to the point given. This is usually a " +"[NavigationMeshInstance]. For meshes added via [method navmesh_add], returns " +"the owner that was given (or [code]null[/code] if the [code]owner[/code] " +"parameter was omitted)." +msgstr "" + +#: doc/classes/Navigation.xml:41 +msgid "" +"Returns the navigation point closest to the given line segment. When " +"enabling [code]use_collision[/code], only considers intersection points " +"between segment and navigation meshes. If multiple intersection points are " +"found, the one closest to the segment start point is returned." +msgstr "" + +#: doc/classes/Navigation.xml:50 +msgid "" +"Returns the path between two given points. Points are in local coordinate " +"space. If [code]optimize[/code] is [code]true[/code] (the default), the " +"agent properties associated with each [NavigationMesh] (radius, height, " +"etc.) are considered in the path calculation, otherwise they are ignored.\n" +"[b]Note:[/b] This method has known issues and will often return non-optimal " +"paths. These issues will be fixed in Godot 4.0." +msgstr "" + +#: doc/classes/Navigation.xml:60 +msgid "" +"Adds a [NavigationMesh]. Returns an ID for use with [method navmesh_remove] " +"or [method navmesh_set_transform]. If given, a [Transform2D] is applied to " +"the polygon. The optional [code]owner[/code] is used as return value for " +"[method get_closest_point_owner]." +msgstr "" + +#: doc/classes/Navigation.xml:67 +msgid "Removes the [NavigationMesh] with the given ID." +msgstr "" + +#: doc/classes/Navigation.xml:75 +msgid "Sets the transform applied to the [NavigationMesh] with the given ID." +msgstr "" + +#: doc/classes/Navigation.xml:81 +msgid "" +"Defines which direction is up. By default, this is [code](0, 1, 0)[/code], " +"which is the world's \"up\" direction." +msgstr "" + +#: doc/classes/Navigation2D.xml:4 +msgid "2D navigation and pathfinding node." +msgstr "" + +#: doc/classes/Navigation2D.xml:7 +msgid "" +"Navigation2D provides navigation and pathfinding within a 2D area, specified " +"as a collection of [NavigationPolygon] resources. By default, these are " +"automatically collected from child [NavigationPolygonInstance] nodes, but " +"they can also be added on the fly with [method navpoly_add].\n" +"[b]Note:[/b] The current navigation system has many known issues and will " +"not always return optimal paths as expected. These issues will be fixed in " +"Godot 4.0." +msgstr "" + +#: doc/classes/Navigation2D.xml:11 doc/classes/NavigationPolygon.xml:27 +msgid "https://godotengine.org/asset-library/asset/117" +msgstr "" + +#: doc/classes/Navigation2D.xml:25 +msgid "" +"Returns the owner of the [NavigationPolygon] which contains the navigation " +"point closest to the point given. This is usually a " +"[NavigationPolygonInstance]. For polygons added via [method navpoly_add], " +"returns the owner that was given (or [code]null[/code] if the [code]owner[/" +"code] parameter was omitted)." +msgstr "" + +#: doc/classes/Navigation2D.xml:34 +msgid "" +"Returns the path between two given points. Points are in local coordinate " +"space. If [code]optimize[/code] is [code]true[/code] (the default), the path " +"is smoothed by merging path segments where possible.\n" +"[b]Note:[/b] This method has known issues and will often return non-optimal " +"paths. These issues will be fixed in Godot 4.0." +msgstr "" + +#: doc/classes/Navigation2D.xml:44 +msgid "" +"Adds a [NavigationPolygon]. Returns an ID for use with [method " +"navpoly_remove] or [method navpoly_set_transform]. If given, a [Transform2D] " +"is applied to the polygon. The optional [code]owner[/code] is used as return " +"value for [method get_closest_point_owner]." +msgstr "" + +#: doc/classes/Navigation2D.xml:51 +msgid "Removes the [NavigationPolygon] with the given ID." +msgstr "" + +#: doc/classes/Navigation2D.xml:59 +msgid "" +"Sets the transform applied to the [NavigationPolygon] with the given ID." +msgstr "" + +#: doc/classes/NavigationMesh.xml:4 +msgid "A mesh to approximate the walkable areas and obstacles." +msgstr "" + +#: doc/classes/NavigationMesh.xml:7 +msgid "" +"A navigation mesh is a collection of polygons that define which areas of an " +"environment are traversable to aid agents in pathfinding through complicated " +"spaces." +msgstr "" + +#: doc/classes/NavigationMesh.xml:17 doc/classes/NavigationPolygon.xml:49 +msgid "" +"Adds a polygon using the indices of the vertices you get when calling " +"[method get_vertices]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:23 +msgid "" +"Clears the array of polygons, but it doesn't clear the array of vertices." +msgstr "" + +#: doc/classes/NavigationMesh.xml:30 +msgid "" +"Initializes the navigation mesh by setting the vertices and indices " +"according to a [Mesh]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:37 +msgid "" +"Returns whether the specified [code]bit[/code] of the [member geometry/" +"collision_mask] is set." +msgstr "" + +#: doc/classes/NavigationMesh.xml:44 doc/classes/NavigationPolygon.xml:81 +msgid "" +"Returns a [PoolIntArray] containing the indices of the vertices of a created " +"polygon." +msgstr "" + +#: doc/classes/NavigationMesh.xml:50 +msgid "Returns the number of polygons in the navigation mesh." +msgstr "" + +#: doc/classes/NavigationMesh.xml:56 +msgid "" +"Returns a [PoolVector3Array] containing all the vertices being used to " +"create the polygons." +msgstr "" + +#: doc/classes/NavigationMesh.xml:64 +msgid "" +"If [code]value[/code] is [code]true[/code], sets the specified [code]bit[/" +"code] in the [member geometry/collision_mask].\n" +"If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" +"code] in the [member geometry/collision_mask]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:72 doc/classes/NavigationPolygon.xml:121 +msgid "" +"Sets the vertices that can be then indexed to create polygons with the " +"[method add_polygon] method." +msgstr "" + +#: doc/classes/NavigationMesh.xml:78 +msgid "" +"The minimum floor to ceiling height that will still allow the floor area to " +"be considered walkable.\n" +"[b]Note:[/b] While baking, this value will be rounded up to the nearest " +"multiple of [member cell/height]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:82 +msgid "" +"The minimum ledge height that is considered to still be traversable.\n" +"[b]Note:[/b] While baking, this value will be rounded down to the nearest " +"multiple of [member cell/height]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:86 +msgid "The maximum slope that is considered walkable, in degrees." +msgstr "" + +#: doc/classes/NavigationMesh.xml:89 +msgid "" +"The distance to erode/shrink the walkable area of the heightfield away from " +"obstructions.\n" +"[b]Note:[/b] While baking, this value will be rounded up to the nearest " +"multiple of [member cell/size]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:93 +msgid "The Y axis cell size to use for fields." +msgstr "" + +#: doc/classes/NavigationMesh.xml:96 +msgid "The XZ plane cell size to use for fields." +msgstr "" + +#: doc/classes/NavigationMesh.xml:99 +msgid "" +"The sampling distance to use when generating the detail mesh, in cell unit." +msgstr "" + +#: doc/classes/NavigationMesh.xml:102 +msgid "" +"The maximum distance the detail mesh surface should deviate from " +"heightfield, in cell unit." +msgstr "" + +#: doc/classes/NavigationMesh.xml:105 +msgid "" +"The maximum distance a simplfied contour's border edges should deviate the " +"original raw contour." +msgstr "" + +#: doc/classes/NavigationMesh.xml:108 +msgid "" +"The maximum allowed length for contour edges along the border of the mesh.\n" +"[b]Note:[/b] While baking, this value will be rounded up to the nearest " +"multiple of [member cell/size]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:112 +msgid "" +"If [code]true[/code], marks walkable spans as not walkable if the clearance " +"above the span is less than [member agent/height]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:115 +msgid "If [code]true[/code], marks spans that are ledges as non-walkable." +msgstr "" + +#: doc/classes/NavigationMesh.xml:118 +msgid "" +"If [code]true[/code], marks non-walkable spans as walkable if their maximum " +"is within [member agent/max_climb] of a walkable neighbor." +msgstr "" + +#: doc/classes/NavigationMesh.xml:121 +msgid "" +"The physics layers to scan for static colliders.\n" +"Only used when [member geometry/parsed_geometry_type] is [constant " +"PARSED_GEOMETRY_STATIC_COLLIDERS] or [constant PARSED_GEOMETRY_BOTH]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:125 +msgid "" +"Determines which type of nodes will be parsed as geometry. See [enum " +"ParsedGeometryType] for possible values." +msgstr "" + +#: doc/classes/NavigationMesh.xml:128 +msgid "" +"The source of the geometry used when baking. See [enum SourceGeometryMode] " +"for possible values." +msgstr "" + +#: doc/classes/NavigationMesh.xml:131 +msgid "" +"The name of the group to scan for geometry.\n" +"Only used when [member geometry/source_geometry_mode] is [constant " +"SOURCE_GEOMETRY_GROUPS_WITH_CHILDREN] or [constant " +"SOURCE_GEOMETRY_GROUPS_EXPLICIT]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:135 +msgid "" +"The maximum number of vertices allowed for polygons generated during the " +"contour to polygon conversion process." +msgstr "" + +#: doc/classes/NavigationMesh.xml:138 +msgid "" +"Any regions with a size smaller than this will be merged with larger regions " +"if possible.\n" +"[b]Note:[/b] This value will be squared to calculate the number of cells. " +"For example, a value of 20 will set the number of cells to 400." +msgstr "" + +#: doc/classes/NavigationMesh.xml:142 +msgid "" +"The minimum size of a region for it to be created.\n" +"[b]Note:[/b] This value will be squared to calculate the minimum number of " +"cells allowed to form isolated island areas. For example, a value of 8 will " +"set the number of cells to 64." +msgstr "" + +#: doc/classes/NavigationMesh.xml:146 +msgid "" +"Partitioning algorithm for creating the navigation mesh polys. See [enum " +"SamplePartitionType] for possible values." +msgstr "" + +#: doc/classes/NavigationMesh.xml:151 +msgid "" +"Watershed partitioning. Generally the best choice if you precompute the " +"navigation mesh, use this if you have large open areas." +msgstr "" + +#: doc/classes/NavigationMesh.xml:154 +msgid "" +"Monotone partitioning. Use this if you want fast navigation mesh generation." +msgstr "" + +#: doc/classes/NavigationMesh.xml:157 +msgid "" +"Layer partitioning. Good choice to use for tiled navigation mesh with medium " +"and small sized tiles." +msgstr "" + +#: doc/classes/NavigationMesh.xml:160 +msgid "Represents the size of the [enum SamplePartitionType] enum." +msgstr "" + +#: doc/classes/NavigationMesh.xml:163 +msgid "" +"Parses mesh instances as geometry. This includes [MeshInstance], [CSGShape], " +"and [GridMap] nodes." +msgstr "" + +#: doc/classes/NavigationMesh.xml:166 +msgid "" +"Parses [StaticBody] colliders as geometry. The collider should be in any of " +"the layers specified by [member geometry/collision_mask]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:169 +msgid "" +"Both [constant PARSED_GEOMETRY_MESH_INSTANCES] and [constant " +"PARSED_GEOMETRY_STATIC_COLLIDERS]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:172 +msgid "Represents the size of the [enum ParsedGeometryType] enum." +msgstr "" + +#: doc/classes/NavigationMesh.xml:175 +msgid "" +"Scans the child nodes of [NavigationMeshInstance] recursively for geometry." +msgstr "" + +#: doc/classes/NavigationMesh.xml:178 +msgid "" +"Scans nodes in a group and their child nodes recursively for geometry. The " +"group is specified by [member geometry/source_group_name]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:181 +msgid "" +"Uses nodes in a group for geometry. The group is specified by [member " +"geometry/source_group_name]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:184 +msgid "Represents the size of the [enum SourceGeometryMode] enum." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:4 +msgid "Node that instances navigation meshes into a scenario." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:7 +msgid "" +"NavigationMeshInstance is a node that takes a [NavigationMesh] resource and " +"adds it to the current scenario by creating an instance of it." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:15 +msgid "If [code]true[/code], the navigation mesh will be used by [Navigation]." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:18 +msgid "The [NavigationMesh] resource for the instance." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:4 +msgid "" +"A node that has methods to draw outlines or use indices of vertices to " +"create navigation polygons." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:7 +msgid "" +"There are two ways to create polygons. Either by using the [method " +"add_outline] method, or using the [method add_polygon] method.\n" +"Using [method add_outline]:\n" +"[codeblock]\n" +"var polygon = NavigationPolygon.new()\n" +"var outline = PoolVector2Array([Vector2(0, 0), Vector2(0, 50), Vector2(50, " +"50), Vector2(50, 0)])\n" +"polygon.add_outline(outline)\n" +"polygon.make_polygons_from_outlines()\n" +"$NavigationPolygonInstance.navpoly = polygon\n" +"[/codeblock]\n" +"Using [method add_polygon] and indices of the vertices array.\n" +"[codeblock]\n" +"var polygon = NavigationPolygon.new()\n" +"var vertices = PoolVector2Array([Vector2(0, 0), Vector2(0, 50), Vector2(50, " +"50), Vector2(50, 0)])\n" +"polygon.set_vertices(vertices)\n" +"var indices = PoolIntArray(0, 3, 1)\n" +"polygon.add_polygon(indices)\n" +"$NavigationPolygonInstance.navpoly = polygon\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NavigationPolygon.xml:34 +msgid "" +"Appends a [PoolVector2Array] that contains the vertices of an outline to the " +"internal array that contains all the outlines. You have to call [method " +"make_polygons_from_outlines] in order for this array to be converted to " +"polygons that the engine will use." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:42 +msgid "" +"Adds a [PoolVector2Array] that contains the vertices of an outline to the " +"internal array that contains all the outlines at a fixed position. You have " +"to call [method make_polygons_from_outlines] in order for this array to be " +"converted to polygons that the engine will use." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:55 +msgid "" +"Clears the array of the outlines, but it doesn't clear the vertices and the " +"polygons that were created by them." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:61 +msgid "" +"Clears the array of polygons, but it doesn't clear the array of outlines and " +"vertices." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:68 +msgid "" +"Returns a [PoolVector2Array] containing the vertices of an outline that was " +"created in the editor or by script." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:74 +msgid "" +"Returns the number of outlines that were created in the editor or by script." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:87 +msgid "Returns the count of all polygons." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:93 +msgid "" +"Returns a [PoolVector2Array] containing all the vertices being used to " +"create the polygons." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:99 +msgid "Creates polygons from the outlines added in the editor or by script." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:106 +msgid "" +"Removes an outline created in the editor or by script. You have to call " +"[method make_polygons_from_outlines] for the polygons to update." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:114 +msgid "" +"Changes an outline created in the editor or by script. You have to call " +"[method make_polygons_from_outlines] for the polygons to update." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:4 +msgid "" +"PacketPeer implementation using the [url=http://enet.bespin.org/index." +"html]ENet[/url] library." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:7 +msgid "" +"A PacketPeer implementation that should be passed to [member SceneTree." +"network_peer] after being initialized as either a client or server. Events " +"can then be handled by connecting to [SceneTree] signals.\n" +"ENet's purpose is to provide a relatively thin, simple and robust network " +"communication layer on top of UDP (User Datagram Protocol).\n" +"[b]Note:[/b] ENet only uses UDP, not TCP. When forwarding the server port to " +"make your server accessible on the public Internet, you only need to forward " +"the server port in UDP. You can use the [UPNP] class to try to forward the " +"server port automatically when starting the server." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:12 +#: doc/classes/NetworkedMultiplayerPeer.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/" +"high_level_multiplayer.html" +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:13 +msgid "http://enet.bespin.org/usergroup0.html" +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:20 +msgid "" +"Closes the connection. Ignored if no connection is currently established. If " +"this is a server it tries to notify all clients before forcibly " +"disconnecting them. If this is a client it simply closes the connection to " +"the server." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:31 +msgid "" +"Create client that connects to a server at [code]address[/code] using " +"specified [code]port[/code]. The given address needs to be either a fully " +"qualified domain name (e.g. [code]\"www.example.com\"[/code]) or an IP " +"address in IPv4 or IPv6 format (e.g. [code]\"192.168.1.1\"[/code]). The " +"[code]port[/code] is the port the server is listening on. The " +"[code]in_bandwidth[/code] and [code]out_bandwidth[/code] parameters can be " +"used to limit the incoming and outgoing bandwidth to the given number of " +"bytes per second. The default of 0 means unlimited bandwidth. Note that ENet " +"will strategically drop packets on specific sides of a connection between " +"peers to ensure the peer's bandwidth is not overwhelmed. The bandwidth " +"parameters also determine the window size of a connection which limits the " +"amount of reliable packets that may be in transit at any given time. Returns " +"[constant OK] if a client was created, [constant ERR_ALREADY_IN_USE] if this " +"NetworkedMultiplayerENet instance already has an open connection (in which " +"case you need to call [method close_connection] first) or [constant " +"ERR_CANT_CREATE] if the client could not be created. If [code]client_port[/" +"code] is specified, the client will also listen to the given port; this is " +"useful for some NAT traversal techniques." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:41 +msgid "" +"Create server that listens to connections via [code]port[/code]. The port " +"needs to be an available, unused port between 0 and 65535. Note that ports " +"below 1024 are privileged and may require elevated permissions depending on " +"the platform. To change the interface the server listens on, use [method " +"set_bind_ip]. The default IP is the wildcard [code]\"*\"[/code], which " +"listens on all available interfaces. [code]max_clients[/code] is the maximum " +"number of clients that are allowed at once, any number up to 4095 may be " +"used, although the achievable number of simultaneous clients may be far " +"lower and depends on the application. For additional details on the " +"bandwidth parameters, see [method create_client]. Returns [constant OK] if a " +"server was created, [constant ERR_ALREADY_IN_USE] if this " +"NetworkedMultiplayerENet instance already has an open connection (in which " +"case you need to call [method close_connection] first) or [constant " +"ERR_CANT_CREATE] if the server could not be created." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:49 +msgid "" +"Disconnect the given peer. If \"now\" is set to [code]true[/code], the " +"connection will be closed immediately without flushing queued messages." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:55 +msgid "" +"Returns the channel of the last packet fetched via [method PacketPeer." +"get_packet]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:61 +msgid "" +"Returns the channel of the next packet that will be retrieved via [method " +"PacketPeer.get_packet]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:68 +#: modules/websocket/doc_classes/WebSocketServer.xml:27 +msgid "Returns the IP address of the given peer." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:75 +#: modules/websocket/doc_classes/WebSocketServer.xml:34 +msgid "Returns the remote port of the given peer." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:82 +msgid "" +"The IP used when creating a server. This is set to the wildcard [code]\"*\"[/" +"code] by default, which binds to all available interfaces. The given IP " +"needs to be in IPv4 or IPv6 address format, for example: " +"[code]\"192.168.1.1\"[/code]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:89 +msgid "" +"Configure the [X509Certificate] to use when [member use_dtls] is [code]true[/" +"code]. For servers, you must also setup the [CryptoKey] via [method " +"set_dtls_key]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:96 +msgid "" +"Configure the [CryptoKey] to use when [member use_dtls] is [code]true[/" +"code]. Remember to also call [method set_dtls_certificate] to setup your " +"[X509Certificate]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:106 +msgid "" +"Sets the timeout parameters for a peer.The timeout parameters control how " +"and when a peer will timeout from a failure to acknowledge reliable traffic. " +"Timeout values are expressed in milliseconds.\n" +"The [code]timeout_limit[/code] is a factor that, multiplied by a value based " +"on the average round trip time, will determine the timeout limit for a " +"reliable packet. When that limit is reached, the timeout will be doubled, " +"and the peer will be disconnected if that limit has reached " +"[code]timeout_min[/code]. The [code]timeout_max[/code] parameter, on the " +"other hand, defines a fixed timeout for which any packet must be " +"acknowledged or the peer will be dropped." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:113 +msgid "" +"Enforce ordered packets when using [constant NetworkedMultiplayerPeer." +"TRANSFER_MODE_UNRELIABLE] (thus behaving similarly to [constant " +"NetworkedMultiplayerPeer.TRANSFER_MODE_UNRELIABLE_ORDERED]). This is the " +"only way to use ordering with the RPC system." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:116 +msgid "" +"The number of channels to be used by ENet. Channels are used to separate " +"different kinds of data. In reliable or ordered mode, for example, the " +"packet delivery order is ensured on a per-channel basis. This is done to " +"combat latency and reduces ordering restrictions on packets. The delivery " +"status of a packet in one channel won't stall the delivery of other packets " +"in another channel." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:119 +msgid "" +"The compression method used for network packets. These have different " +"tradeoffs of compression speed versus bandwidth, you may need to test which " +"one works best for your use case if you use compression at all.\n" +"[b]Note:[/b] Most games' network design involve sending many small packets " +"frequently (smaller than 4 KB each). If in doubt, it is recommended to keep " +"the default compression algorithm as it works best on these small packets.\n" +"[b]Note:[/b] [member compression_mode] must be set to the same value on both " +"the server and all its clients. Clients will fail to connect if the [member " +"compression_mode] set on the client differs from the one set on the server. " +"Prior to Godot 3.4, the default [member compression_mode] was [constant " +"COMPRESS_NONE]. Nonetheless, mixing engine versions between clients and " +"server is not recommended and not officially supported." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:124 +msgid "" +"The hostname used for DTLS verification, to be compared against the \"CN\" " +"value in the certificate provided by the server.\n" +"When set to an empty string, the [code]address[/code] parameter passed to " +"[method create_client] is used instead." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:128 +msgid "" +"Enable or disable certificate verification when [member use_dtls] " +"[code]true[/code]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:132 +msgid "" +"Enable or disable the server feature that notifies clients of other peers' " +"connection/disconnection, and relays messages between them. When this option " +"is [code]false[/code], clients won't be automatically notified of other " +"peers and won't be able to send them packets through the server." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:135 +msgid "" +"Set the default channel to be used to transfer data. By default, this value " +"is [code]-1[/code] which means that ENet will only use 2 channels: one for " +"reliable packets, and one for unreliable packets. The channel [code]0[/code] " +"is reserved and cannot be used. Setting this member to any value between " +"[code]0[/code] and [member channel_count] (excluded) will force ENet to use " +"that channel for sending data. See [member channel_count] for more " +"information about ENet channels." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:139 +msgid "" +"When enabled, the client or server created by this peer, will use " +"[PacketPeerDTLS] instead of raw UDP sockets for communicating with the " +"remote peer. This will make the communication encrypted with DTLS at the " +"cost of higher resource usage and potentially larger packet size.\n" +"[b]Note:[/b] When creating a DTLS server, make sure you setup the key/" +"certificate pair via [method set_dtls_key] and [method " +"set_dtls_certificate]. For DTLS clients, have a look at the [member " +"dtls_verify] option, and configure the certificate accordingly via [method " +"set_dtls_certificate]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:145 +msgid "" +"No compression. This uses the most bandwidth, but has the upside of " +"requiring the fewest CPU resources. This option may also be used to make " +"network debugging using tools like Wireshark easier." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:148 +msgid "" +"ENet's built-in range encoding. Works well on small packets, but is not the " +"most efficient algorithm on packets larger than 4 KB." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:151 +msgid "" +"[url=http://fastlz.org/]FastLZ[/url] compression. This option uses less CPU " +"resources compared to [constant COMPRESS_ZLIB], at the expense of using more " +"bandwidth." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:154 +msgid "" +"[url=https://www.zlib.net/]Zlib[/url] compression. This option uses less " +"bandwidth compared to [constant COMPRESS_FASTLZ], at the expense of using " +"more CPU resources. Note that this algorithm is not very efficient on " +"packets smaller than 4 KB. Therefore, it's recommended to use other " +"compression algorithms in most cases." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:157 +msgid "[url=https://facebook.github.io/zstd/]Zstandard[/url] compression." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:4 +msgid "A high-level network interface to simplify multiplayer interactions." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:7 +msgid "" +"Manages the connection to network peers. Assigns unique IDs to each client " +"connected to the server. See also [MultiplayerAPI].\n" +"[b]Note:[/b] The high-level multiplayer API protocol is an implementation " +"detail and isn't meant to be used by non-Godot servers. It may change " +"without notice." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:12 +msgid "https://godotengine.org/asset-library/asset/537" +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:18 +msgid "" +"Returns the current state of the connection. See [enum ConnectionStatus]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:24 +msgid "" +"Returns the ID of the [NetworkedMultiplayerPeer] who sent the most recent " +"packet." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:30 +msgid "Returns the ID of this [NetworkedMultiplayerPeer]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:36 +msgid "Waits up to 1 second to receive a new network event." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:43 +msgid "" +"Sets the peer to which packets will be sent.\n" +"The [code]id[/code] can be one of: [constant TARGET_PEER_BROADCAST] to send " +"to all connected peers, [constant TARGET_PEER_SERVER] to send to the peer " +"acting as server, a valid peer ID to send to that specific peer, a negative " +"peer ID to send to all peers except that one. By default, the target peer is " +"[constant TARGET_PEER_BROADCAST]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:50 +msgid "" +"If [code]true[/code], this [NetworkedMultiplayerPeer] refuses new " +"connections." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:53 +msgid "" +"The manner in which to send packets to the [code]target_peer[/code]. See " +"[enum TransferMode]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:59 +msgid "Emitted when a connection attempt fails." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:64 +msgid "Emitted when a connection attempt succeeds." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:70 +msgid "Emitted by the server when a client connects." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:76 +msgid "Emitted by the server when a client disconnects." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:81 +msgid "Emitted by clients when the server disconnects." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:87 +msgid "" +"Packets are not acknowledged, no resend attempts are made for lost packets. " +"Packets may arrive in any order. Potentially faster than [constant " +"TRANSFER_MODE_UNRELIABLE_ORDERED]. Use for non-critical data, and always " +"consider whether the order matters." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:90 +msgid "" +"Packets are not acknowledged, no resend attempts are made for lost packets. " +"Packets are received in the order they were sent in. Potentially faster than " +"[constant TRANSFER_MODE_RELIABLE]. Use for non-critical data or data that " +"would be outdated if received late due to resend attempt(s) anyway, for " +"example movement and positional data." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:93 +msgid "" +"Packets must be received and resend attempts should be made until the " +"packets are acknowledged. Packets must be received in the order they were " +"sent in. Most reliable transfer mode, but potentially the slowest due to the " +"overhead. Use for critical data that must be transmitted and arrive in " +"order, for example an ability being triggered or a chat message. Consider " +"carefully if the information really is critical, and use sparingly." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:96 +msgid "The ongoing connection disconnected." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:99 +msgid "A connection attempt is ongoing." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:102 +msgid "The connection attempt succeeded." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:105 +msgid "Packets are sent to the server and then redistributed to other peers." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:108 +msgid "Packets are sent to the server alone." +msgstr "" + +#: doc/classes/NinePatchRect.xml:4 +msgid "" +"Scalable texture-based frame that tiles the texture's centers and sides, but " +"keeps the corners' original size. Perfect for panels and dialog boxes." +msgstr "" + +#: doc/classes/NinePatchRect.xml:7 +msgid "" +"Also known as 9-slice panels, NinePatchRect produces clean panels of any " +"size, based on a small texture. To do so, it splits the texture in a 3×3 " +"grid. When you scale the node, it tiles the texture's sides horizontally or " +"vertically, the center on both axes but it doesn't scale or tile the corners." +msgstr "" + +#: doc/classes/NinePatchRect.xml:16 +msgid "" +"Returns the size of the margin identified by the given [enum Margin] " +"constant." +msgstr "" + +#: doc/classes/NinePatchRect.xml:24 +msgid "" +"Sets the size of the margin identified by the given [enum Margin] constant " +"to [code]value[/code] in pixels." +msgstr "" + +#: doc/classes/NinePatchRect.xml:30 +msgid "" +"The stretch mode to use for horizontal stretching/tiling. See [enum " +"NinePatchRect.AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/NinePatchRect.xml:33 +msgid "" +"The stretch mode to use for vertical stretching/tiling. See [enum " +"NinePatchRect.AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/NinePatchRect.xml:36 +msgid "" +"If [code]true[/code], draw the panel's center. Else, only draw the 9-slice's " +"borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:40 +msgid "" +"The height of the 9-slice's bottom row. A margin of 16 means the 9-slice's " +"bottom corners and side will have a height of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:43 +msgid "" +"The width of the 9-slice's left column. A margin of 16 means the 9-slice's " +"left corners and side will have a width of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:46 +msgid "" +"The width of the 9-slice's right column. A margin of 16 means the 9-slice's " +"right corners and side will have a width of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:49 +msgid "" +"The height of the 9-slice's top row. A margin of 16 means the 9-slice's top " +"corners and side will have a height of 16 pixels. You can set all 4 margin " +"values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:52 +msgid "" +"Rectangular region of the texture to sample from. If you're working with an " +"atlas, use this property to define the area the 9-slice should use. All " +"other properties are relative to this one. If the rect is empty, " +"NinePatchRect will use the whole texture." +msgstr "" + +#: doc/classes/NinePatchRect.xml:55 +msgid "The node's texture resource." +msgstr "" + +#: doc/classes/NinePatchRect.xml:61 +msgid "Emitted when the node's texture changes." +msgstr "" + +#: doc/classes/NinePatchRect.xml:67 +msgid "" +"Stretches the center texture across the NinePatchRect. This may cause the " +"texture to be distorted." +msgstr "" + +#: doc/classes/NinePatchRect.xml:70 +msgid "" +"Repeats the center texture across the NinePatchRect. This won't cause any " +"visible distortion. The texture must be seamless for this to work without " +"displaying artifacts between edges.\n" +"[b]Note:[/b] Only supported when using the GLES3 renderer. When using the " +"GLES2 renderer, this will behave like [constant AXIS_STRETCH_MODE_STRETCH]." +msgstr "" + +#: doc/classes/NinePatchRect.xml:74 +msgid "" +"Repeats the center texture across the NinePatchRect, but will also stretch " +"the texture to make sure each tile is visible in full. This may cause the " +"texture to be distorted, but less than [constant AXIS_STRETCH_MODE_STRETCH]. " +"The texture must be seamless for this to work without displaying artifacts " +"between edges.\n" +"[b]Note:[/b] Only supported when using the GLES3 renderer. When using the " +"GLES2 renderer, this will behave like [constant AXIS_STRETCH_MODE_STRETCH]." +msgstr "" + +#: doc/classes/Node.xml:4 +msgid "Base class for all [i]scene[/i] objects." +msgstr "" + +#: doc/classes/Node.xml:7 +msgid "" +"Nodes are Godot's building blocks. They can be assigned as the child of " +"another node, resulting in a tree arrangement. A given node can contain any " +"number of nodes as children with the requirement that all siblings (direct " +"children of a node) should have unique names.\n" +"A tree of nodes is called a [i]scene[/i]. Scenes can be saved to the disk " +"and then instanced into other scenes. This allows for very high flexibility " +"in the architecture and data model of Godot projects.\n" +"[b]Scene tree:[/b] The [SceneTree] contains the active tree of nodes. When a " +"node is added to the scene tree, it receives the [constant " +"NOTIFICATION_ENTER_TREE] notification and its [method _enter_tree] callback " +"is triggered. Child nodes are always added [i]after[/i] their parent node, i." +"e. the [method _enter_tree] callback of a parent node will be triggered " +"before its child's.\n" +"Once all nodes have been added in the scene tree, they receive the [constant " +"NOTIFICATION_READY] notification and their respective [method _ready] " +"callbacks are triggered. For groups of nodes, the [method _ready] callback " +"is called in reverse order, starting with the children and moving up to the " +"parent nodes.\n" +"This means that when adding a node to the scene tree, the following order " +"will be used for the callbacks: [method _enter_tree] of the parent, [method " +"_enter_tree] of the children, [method _ready] of the children and finally " +"[method _ready] of the parent (recursively for the entire scene tree).\n" +"[b]Processing:[/b] Nodes can override the \"process\" state, so that they " +"receive a callback on each frame requesting them to process (do something). " +"Normal processing (callback [method _process], toggled with [method " +"set_process]) happens as fast as possible and is dependent on the frame " +"rate, so the processing time [i]delta[/i] (in seconds) is passed as an " +"argument. Physics processing (callback [method _physics_process], toggled " +"with [method set_physics_process]) happens a fixed number of times per " +"second (60 by default) and is useful for code related to the physics " +"engine.\n" +"Nodes can also process input events. When present, the [method _input] " +"function will be called for each input that the program receives. In many " +"cases, this can be overkill (unless used for simple projects), and the " +"[method _unhandled_input] function might be preferred; it is called when the " +"input event was not handled by anyone else (typically, GUI [Control] nodes), " +"ensuring that the node only receives the events that were meant for it.\n" +"To keep track of the scene hierarchy (especially when instancing scenes into " +"other scenes), an \"owner\" can be set for the node with the [member owner] " +"property. This keeps track of who instanced what. This is mostly useful when " +"writing editors and tools, though.\n" +"Finally, when a node is freed with [method Object.free] or [method " +"queue_free], it will also free all its children.\n" +"[b]Groups:[/b] Nodes can be added to as many groups as you want to be easy " +"to manage, you could create groups like \"enemies\" or \"collectables\" for " +"example, depending on your game. See [method add_to_group], [method " +"is_in_group] and [method remove_from_group]. You can then retrieve all nodes " +"in these groups, iterate them and even call methods on groups via the " +"methods on [SceneTree].\n" +"[b]Networking with nodes:[/b] After connecting to a server (or making one, " +"see [NetworkedMultiplayerENet]), it is possible to use the built-in RPC " +"(remote procedure call) system to communicate over the network. By calling " +"[method rpc] with a method name, it will be called locally and in all " +"connected peers (peers = clients and the server that accepts connections). " +"To identify which node receives the RPC call, Godot will use its [NodePath] " +"(make sure node names are the same on all peers). Also, take a look at the " +"high-level networking tutorial and corresponding demos." +msgstr "" + +#: doc/classes/Node.xml:20 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/" +"scenes_and_nodes.html" +msgstr "" + +#: doc/classes/Node.xml:21 +msgid "https://github.com/godotengine/godot-demo-projects/" +msgstr "" + +#: doc/classes/Node.xml:27 +msgid "" +"Called when the node enters the [SceneTree] (e.g. upon instancing, scene " +"changing, or after calling [method add_child] in a script). If the node has " +"children, its [method _enter_tree] callback will be called first, and then " +"that of the children.\n" +"Corresponds to the [constant NOTIFICATION_ENTER_TREE] notification in " +"[method Object._notification]." +msgstr "" + +#: doc/classes/Node.xml:34 +msgid "" +"Called when the node is about to leave the [SceneTree] (e.g. upon freeing, " +"scene changing, or after calling [method remove_child] in a script). If the " +"node has children, its [method _exit_tree] callback will be called last, " +"after all its children have left the tree.\n" +"Corresponds to the [constant NOTIFICATION_EXIT_TREE] notification in [method " +"Object._notification] and signal [signal tree_exiting]. To get notified when " +"the node has already left the active tree, connect to the [signal " +"tree_exited]." +msgstr "" + +#: doc/classes/Node.xml:41 +msgid "" +"The string returned from this method is displayed as a warning in the Scene " +"Dock if the script that overrides it is a [code]tool[/code] script.\n" +"Returning an empty string produces no warning.\n" +"Call [method update_configuration_warning] when the warning needs to be " +"updated for this node." +msgstr "" + +#: doc/classes/Node.xml:50 +msgid "" +"Called when there is an input event. The input event propagates up through " +"the node tree until a node consumes it.\n" +"It is only called if input processing is enabled, which is done " +"automatically if this method is overridden, and can be toggled with [method " +"set_process_input].\n" +"To consume the input event and stop it propagating further to other nodes, " +"[method SceneTree.set_input_as_handled] can be called.\n" +"For gameplay input, [method _unhandled_input] and [method " +"_unhandled_key_input] are usually a better fit as they allow the GUI to " +"intercept the events first.\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:61 +msgid "" +"Called during the physics processing step of the main loop. Physics " +"processing means that the frame rate is synced to the physics, i.e. the " +"[code]delta[/code] variable should be constant. [code]delta[/code] is in " +"seconds.\n" +"It is only called if physics processing is enabled, which is done " +"automatically if this method is overridden, and can be toggled with [method " +"set_physics_process].\n" +"Corresponds to the [constant NOTIFICATION_PHYSICS_PROCESS] notification in " +"[method Object._notification].\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:71 +msgid "" +"Called during the processing step of the main loop. Processing happens at " +"every frame and as fast as possible, so the [code]delta[/code] time since " +"the previous frame is not constant. [code]delta[/code] is in seconds.\n" +"It is only called if processing is enabled, which is done automatically if " +"this method is overridden, and can be toggled with [method set_process].\n" +"Corresponds to the [constant NOTIFICATION_PROCESS] notification in [method " +"Object._notification].\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:80 +msgid "" +"Called when the node is \"ready\", i.e. when both the node and its children " +"have entered the scene tree. If the node has children, their [method _ready] " +"callbacks get triggered first, and the parent node will receive the ready " +"notification afterwards.\n" +"Corresponds to the [constant NOTIFICATION_READY] notification in [method " +"Object._notification]. See also the [code]onready[/code] keyword for " +"variables.\n" +"Usually used for initialization. For even earlier initialization, [method " +"Object._init] may be used. See also [method _enter_tree].\n" +"[b]Note:[/b] [method _ready] may be called only once for each node. After " +"removing a node from the scene tree and adding again, [code]_ready[/code] " +"will not be called for the second time. This can be bypassed with requesting " +"another call with [method request_ready], which may be called anywhere " +"before adding the node again." +msgstr "" + +#: doc/classes/Node.xml:90 +msgid "" +"Called when an [InputEvent] hasn't been consumed by [method _input] or any " +"GUI. The input event propagates up through the node tree until a node " +"consumes it.\n" +"It is only called if unhandled input processing is enabled, which is done " +"automatically if this method is overridden, and can be toggled with [method " +"set_process_unhandled_input].\n" +"To consume the input event and stop it propagating further to other nodes, " +"[method SceneTree.set_input_as_handled] can be called.\n" +"For gameplay input, this and [method _unhandled_key_input] are usually a " +"better fit than [method _input] as they allow the GUI to intercept the " +"events first.\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:101 +msgid "" +"Called when an [InputEventKey] hasn't been consumed by [method _input] or " +"any GUI. The input event propagates up through the node tree until a node " +"consumes it.\n" +"It is only called if unhandled key input processing is enabled, which is " +"done automatically if this method is overridden, and can be toggled with " +"[method set_process_unhandled_key_input].\n" +"To consume the input event and stop it propagating further to other nodes, " +"[method SceneTree.set_input_as_handled] can be called.\n" +"For gameplay input, this and [method _unhandled_input] are usually a better " +"fit than [method _input] as they allow the GUI to intercept the events " +"first.\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:113 +msgid "" +"Adds a child node. Nodes can have any number of children, but every child " +"must have a unique name. Child nodes are automatically deleted when the " +"parent node is deleted, so an entire scene can be removed by deleting its " +"topmost node.\n" +"If [code]legible_unique_name[/code] is [code]true[/code], the child node " +"will have a human-readable name based on the name of the node being " +"instanced instead of its type.\n" +"[b]Note:[/b] If the child node already has a parent, the function will fail. " +"Use [method remove_child] first to remove the node from its current parent. " +"For example:\n" +"[codeblock]\n" +"if child_node.get_parent():\n" +" child_node.get_parent().remove_child(child_node)\n" +"add_child(child_node)\n" +"[/codeblock]\n" +"[b]Note:[/b] If you want a child to be persisted to a [PackedScene], you " +"must set [member owner] in addition to calling [method add_child]. This is " +"typically relevant for [url=https://godot.readthedocs.io/en/3.2/tutorials/" +"misc/running_code_in_the_editor.html]tool scripts[/url] and [url=https://" +"godot.readthedocs.io/en/latest/tutorials/plugins/editor/index.html]editor " +"plugins[/url]. If [method add_child] is called without setting [member " +"owner], the newly added [Node] will not be visible in the scene tree, though " +"it will be visible in the 2D/3D view." +msgstr "" + +#: doc/classes/Node.xml:130 +msgid "" +"Adds [code]child_node[/code] as a child. The child is placed below the given " +"[code]node[/code] in the list of children.\n" +"If [code]legible_unique_name[/code] is [code]true[/code], the child node " +"will have a human-readable name based on the name of the node being " +"instanced instead of its type." +msgstr "" + +#: doc/classes/Node.xml:139 +msgid "" +"Adds the node to a group. Groups are helpers to name and organize a subset " +"of nodes, for example \"enemies\" or \"collectables\". A node can be in any " +"number of groups. Nodes can be assigned a group at any time, but will not be " +"added until they are inside the scene tree (see [method is_inside_tree]). " +"See notes in the description, and the group methods in [SceneTree].\n" +"The [code]persistent[/code] option is used when packing node to " +"[PackedScene] and saving to file. Non-persistent groups aren't stored.\n" +"[b]Note:[/b] For performance reasons, the order of node groups is [i]not[/i] " +"guaranteed. The order of node groups should not be relied upon as it can " +"vary across project runs." +msgstr "" + +#: doc/classes/Node.xml:147 +msgid "" +"Returns [code]true[/code] if the node can process while the scene tree is " +"paused (see [member pause_mode]). Always returns [code]true[/code] if the " +"scene tree is not paused, and [code]false[/code] if the node is not in the " +"tree." +msgstr "" + +#: doc/classes/Node.xml:154 +msgid "" +"Duplicates the node, returning a new node.\n" +"You can fine-tune the behavior using the [code]flags[/code] (see [enum " +"DuplicateFlags]).\n" +"[b]Note:[/b] It will not work properly if the node contains a script with " +"constructor arguments (i.e. needs to supply arguments to [method Object." +"_init] method). In that case, the node will be duplicated without a script." +msgstr "" + +#: doc/classes/Node.xml:165 +msgid "" +"Finds a descendant of this node whose name matches [code]mask[/code] as in " +"[method String.match] (i.e. case-sensitive, but [code]\"*\"[/code] matches " +"zero or more characters and [code]\"?\"[/code] matches any single character " +"except [code]\".\"[/code]).\n" +"[b]Note:[/b] It does not match against the full path, just against " +"individual node names.\n" +"If [code]owned[/code] is [code]true[/code], this method only finds nodes " +"whose owner is this node. This is especially important for scenes " +"instantiated through a script, because those scenes don't have an owner.\n" +"[b]Note:[/b] As this method walks through all the descendants of the node, " +"it is the slowest way to get a reference to another node. Whenever possible, " +"consider using [method get_node] instead. To avoid using [method find_node] " +"too often, consider caching the node reference into a variable." +msgstr "" + +#: doc/classes/Node.xml:175 +msgid "" +"Finds the first parent of the current node whose name matches [code]mask[/" +"code] as in [method String.match] (i.e. case-sensitive, but [code]\"*\"[/" +"code] matches zero or more characters and [code]\"?\"[/code] matches any " +"single character except [code]\".\"[/code]).\n" +"[b]Note:[/b] It does not match against the full path, just against " +"individual node names.\n" +"[b]Note:[/b] As this method walks upwards in the scene tree, it can be slow " +"in large, deeply nested scene trees. Whenever possible, consider using " +"[method get_node] instead. To avoid using [method find_parent] too often, " +"consider caching the node reference into a variable." +msgstr "" + +#: doc/classes/Node.xml:184 +msgid "" +"Returns a child node by its index (see [method get_child_count]). This " +"method is often used for iterating all children of a node.\n" +"To access a child node via its name, use [method get_node]." +msgstr "" + +#: doc/classes/Node.xml:191 +msgid "Returns the number of child nodes." +msgstr "" + +#: doc/classes/Node.xml:197 +msgid "Returns an array of references to node's children." +msgstr "" + +#: doc/classes/Node.xml:203 +msgid "" +"Returns an array listing the groups that the node is a member of.\n" +"[b]Note:[/b] For performance reasons, the order of node groups is [i]not[/i] " +"guaranteed. The order of node groups should not be relied upon as it can " +"vary across project runs." +msgstr "" + +#: doc/classes/Node.xml:210 +msgid "" +"Returns the node's index, i.e. its position among the siblings of its parent." +msgstr "" + +#: doc/classes/Node.xml:216 +msgid "" +"Returns the peer ID of the network master for this node. See [method " +"set_network_master]." +msgstr "" + +#: doc/classes/Node.xml:223 +msgid "" +"Fetches a node. The [NodePath] can be either a relative path (from the " +"current node) or an absolute path (in the scene tree) to a node. If the path " +"does not exist, a [code]null instance[/code] is returned and an error is " +"logged. Attempts to access methods on the return value will result in an " +"\"Attempt to call on a null instance.\" error.\n" +"[b]Note:[/b] Fetching absolute paths only works when the node is inside the " +"scene tree (see [method is_inside_tree]).\n" +"[b]Example:[/b] Assume your current node is Character and the following " +"tree:\n" +"[codeblock]\n" +"/root\n" +"/root/Character\n" +"/root/Character/Sword\n" +"/root/Character/Backpack/Dagger\n" +"/root/MyGame\n" +"/root/Swamp/Alligator\n" +"/root/Swamp/Mosquito\n" +"/root/Swamp/Goblin\n" +"[/codeblock]\n" +"Possible paths are:\n" +"[codeblock]\n" +"get_node(\"Sword\")\n" +"get_node(\"Backpack/Dagger\")\n" +"get_node(\"../Swamp/Alligator\")\n" +"get_node(\"/root/MyGame\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:249 +msgid "" +"Fetches a node and one of its resources as specified by the [NodePath]'s " +"subname (e.g. [code]Area2D/CollisionShape2D:shape[/code]). If several nested " +"resources are specified in the [NodePath], the last one will be fetched.\n" +"The return value is an array of size 3: the first index points to the [Node] " +"(or [code]null[/code] if not found), the second index points to the " +"[Resource] (or [code]null[/code] if not found), and the third index is the " +"remaining [NodePath], if any.\n" +"For example, assuming that [code]Area2D/CollisionShape2D[/code] is a valid " +"node and that its [code]shape[/code] property has been assigned a " +"[RectangleShape2D] resource, one could have this kind of output:\n" +"[codeblock]\n" +"print(get_node_and_resource(\"Area2D/CollisionShape2D\")) # " +"[[CollisionShape2D:1161], Null, ]\n" +"print(get_node_and_resource(\"Area2D/CollisionShape2D:shape\")) # " +"[[CollisionShape2D:1161], [RectangleShape2D:1156], ]\n" +"print(get_node_and_resource(\"Area2D/CollisionShape2D:shape:extents\")) # " +"[[CollisionShape2D:1161], [RectangleShape2D:1156], :extents]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:263 +msgid "" +"Similar to [method get_node], but does not log an error if [code]path[/code] " +"does not point to a valid [Node]." +msgstr "" + +#: doc/classes/Node.xml:269 +msgid "" +"Returns the parent node of the current node, or a [code]null instance[/code] " +"if the node lacks a parent." +msgstr "" + +#: doc/classes/Node.xml:275 +msgid "" +"Returns the absolute path of the current node. This only works if the " +"current node is inside the scene tree (see [method is_inside_tree])." +msgstr "" + +#: doc/classes/Node.xml:282 +msgid "" +"Returns the relative [NodePath] from this node to the specified [code]node[/" +"code]. Both nodes must be in the same scene or the function will fail." +msgstr "" + +#: doc/classes/Node.xml:288 +msgid "" +"Returns the time elapsed (in seconds) since the last physics-bound frame " +"(see [method _physics_process]). This is always a constant value in physics " +"processing unless the frames per second is changed via [member Engine." +"iterations_per_second]." +msgstr "" + +#: doc/classes/Node.xml:294 +msgid "" +"Returns the node's order in the scene tree branch. For example, if called on " +"the first child node the position is [code]0[/code]." +msgstr "" + +#: doc/classes/Node.xml:300 +msgid "" +"Returns the time elapsed (in seconds) since the last process callback. This " +"value may vary from frame to frame." +msgstr "" + +#: doc/classes/Node.xml:306 +msgid "" +"Returns [code]true[/code] if this is an instance load placeholder. See " +"[InstancePlaceholder]." +msgstr "" + +#: doc/classes/Node.xml:312 +msgid "Returns the [SceneTree] that contains this node." +msgstr "" + +#: doc/classes/Node.xml:318 +msgid "Returns the node's [Viewport]." +msgstr "" + +#: doc/classes/Node.xml:325 +msgid "" +"Returns [code]true[/code] if the node that the [NodePath] points to exists." +msgstr "" + +#: doc/classes/Node.xml:332 +msgid "" +"Returns [code]true[/code] if the [NodePath] points to a valid node and its " +"subname points to a valid resource, e.g. [code]Area2D/CollisionShape2D:" +"shape[/code]. Properties with a non-[Resource] type (e.g. nodes or primitive " +"math types) are not considered resources." +msgstr "" + +#: doc/classes/Node.xml:339 +msgid "" +"Returns [code]true[/code] if the given node is a direct or indirect child of " +"the current node." +msgstr "" + +#: doc/classes/Node.xml:345 +msgid "" +"Returns [code]true[/code] if the node is folded (collapsed) in the Scene " +"dock." +msgstr "" + +#: doc/classes/Node.xml:352 +msgid "" +"Returns [code]true[/code] if the given node occurs later in the scene " +"hierarchy than the current node." +msgstr "" + +#: doc/classes/Node.xml:359 +msgid "" +"Returns [code]true[/code] if this node is in the specified group. See notes " +"in the description, and the group methods in [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:365 +msgid "" +"Returns [code]true[/code] if this node is currently inside a [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:371 +msgid "" +"Returns [code]true[/code] if the local system is the master of this node." +msgstr "" + +#: doc/classes/Node.xml:377 +msgid "" +"Returns [code]true[/code] if physics processing is enabled (see [method " +"set_physics_process])." +msgstr "" + +#: doc/classes/Node.xml:383 +msgid "" +"Returns [code]true[/code] if internal physics processing is enabled (see " +"[method set_physics_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:389 +msgid "" +"Returns [code]true[/code] if processing is enabled (see [method " +"set_process])." +msgstr "" + +#: doc/classes/Node.xml:395 +msgid "" +"Returns [code]true[/code] if the node is processing input (see [method " +"set_process_input])." +msgstr "" + +#: doc/classes/Node.xml:401 +msgid "" +"Returns [code]true[/code] if internal processing is enabled (see [method " +"set_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:407 +msgid "" +"Returns [code]true[/code] if the node is processing unhandled input (see " +"[method set_process_unhandled_input])." +msgstr "" + +#: doc/classes/Node.xml:413 +msgid "" +"Returns [code]true[/code] if the node is processing unhandled key input (see " +"[method set_process_unhandled_key_input])." +msgstr "" + +#: doc/classes/Node.xml:421 +msgid "" +"Moves a child node to a different position (order) among the other children. " +"Since calls, signals, etc are performed by tree order, changing the order of " +"children nodes may be useful." +msgstr "" + +#: doc/classes/Node.xml:427 +msgid "" +"Prints all stray nodes (nodes outside the [SceneTree]). Used for debugging. " +"Works only in debug builds." +msgstr "" + +#: doc/classes/Node.xml:433 +msgid "" +"Prints the tree to stdout. Used mainly for debugging purposes. This version " +"displays the path relative to the current node, and is good for copy/pasting " +"into the [method get_node] function.\n" +"[b]Example output:[/b]\n" +"[codeblock]\n" +"TheGame\n" +"TheGame/Menu\n" +"TheGame/Menu/Label\n" +"TheGame/Menu/Camera2D\n" +"TheGame/SplashScreen\n" +"TheGame/SplashScreen/Camera2D\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:448 +msgid "" +"Similar to [method print_tree], this prints the tree to stdout. This version " +"displays a more graphical representation similar to what is displayed in the " +"scene inspector. It is useful for inspecting larger trees.\n" +"[b]Example output:[/b]\n" +"[codeblock]\n" +" ┖╴TheGame\n" +" ┠╴Menu\n" +" ┃ ┠╴Label\n" +" ┃ ┖╴Camera2D\n" +" ┖╴SplashScreen\n" +" ┖╴Camera2D\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:466 +msgid "" +"Calls the given method (if present) with the arguments given in [code]args[/" +"code] on this node and recursively on all its children. If the " +"[code]parent_first[/code] argument is [code]true[/code], the method will be " +"called on the current node first, then on all its children. If " +"[code]parent_first[/code] is [code]false[/code], the children will be called " +"first." +msgstr "" + +#: doc/classes/Node.xml:473 +msgid "" +"Notifies the current node and all its children recursively by calling " +"[method Object.notification] on all of them." +msgstr "" + +#: doc/classes/Node.xml:479 +msgid "" +"Queues a node for deletion at the end of the current frame. When deleted, " +"all of its child nodes will be deleted as well. This method ensures it's " +"safe to delete the node, contrary to [method Object.free]. Use [method " +"Object.is_queued_for_deletion] to check whether a node will be deleted at " +"the end of the frame.\n" +"[b]Important:[/b] If you have a variable pointing to a node, it will [i]not[/" +"i] be assigned to [code]null[/code] once the node is freed. Instead, it will " +"point to a [i]previously freed instance[/i] and you should validate it with " +"[method @GDScript.is_instance_valid] before attempting to call its methods " +"or access its properties." +msgstr "" + +#: doc/classes/Node.xml:486 +msgid "" +"Moves this node to the bottom of parent node's children hierarchy. This is " +"often useful in GUIs ([Control] nodes), because their order of drawing " +"depends on their order in the tree. The top Node is drawn first, then any " +"siblings below the top Node in the hierarchy are successively drawn on top " +"of it. After using [code]raise[/code], a Control will be drawn on top of its " +"siblings." +msgstr "" + +#: doc/classes/Node.xml:492 +msgid "" +"Removes a node and sets all its children as children of the parent node (if " +"it exists). All event subscriptions that pass by the removed node will be " +"unsubscribed." +msgstr "" + +#: doc/classes/Node.xml:499 +msgid "" +"Removes a child node. The node is NOT deleted and must be deleted manually.\n" +"[b]Note:[/b] This function may set the [member owner] of the removed Node " +"(or its descendants) to be [code]null[/code], if that [member owner] is no " +"longer a parent or ancestor." +msgstr "" + +#: doc/classes/Node.xml:507 +msgid "" +"Removes a node from a group. See notes in the description, and the group " +"methods in [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:515 +msgid "" +"Replaces a node in a scene by the given one. Subscriptions that pass through " +"this node will be lost." +msgstr "" + +#: doc/classes/Node.xml:521 +msgid "" +"Requests that [code]_ready[/code] be called again. Note that the method " +"won't be called immediately, but is scheduled for when the node is added to " +"the scene tree again (see [method _ready]). [code]_ready[/code] is called " +"only for the node which requested it, which means that you need to request " +"ready for each child if you want them to call [code]_ready[/code] too (in " +"which case, [code]_ready[/code] will be called in the same order as it would " +"normally)." +msgstr "" + +#: doc/classes/Node.xml:528 +msgid "" +"Sends a remote procedure call request for the given [code]method[/code] to " +"peers on the network (and locally), optionally sending all additional " +"arguments as arguments to the method called by the RPC. The call request " +"will only be received by nodes with the same [NodePath], including the exact " +"same node name. Behaviour depends on the RPC configuration for the given " +"method, see [method rpc_config]. Methods are not exposed to RPCs by default. " +"See also [method rset] and [method rset_config] for properties. Returns an " +"empty [Variant].\n" +"[b]Note:[/b] You can only safely use RPCs on clients after you received the " +"[code]connected_to_server[/code] signal from the [SceneTree]. You also need " +"to keep track of the connection state, either by the [SceneTree] signals " +"like [code]server_disconnected[/code] or by checking [code]SceneTree." +"network_peer.get_connection_status() == CONNECTION_CONNECTED[/code]." +msgstr "" + +#: doc/classes/Node.xml:537 +msgid "" +"Changes the RPC mode for the given [code]method[/code] to the given " +"[code]mode[/code]. See [enum MultiplayerAPI.RPCMode]. An alternative is " +"annotating methods and properties with the corresponding keywords " +"([code]remote[/code], [code]master[/code], [code]puppet[/code], " +"[code]remotesync[/code], [code]mastersync[/code], [code]puppetsync[/code]). " +"By default, methods are not exposed to networking (and RPCs). See also " +"[method rset] and [method rset_config] for properties." +msgstr "" + +#: doc/classes/Node.xml:545 +msgid "" +"Sends a [method rpc] to a specific peer identified by [code]peer_id[/code] " +"(see [method NetworkedMultiplayerPeer.set_target_peer]). Returns an empty " +"[Variant]." +msgstr "" + +#: doc/classes/Node.xml:552 +msgid "" +"Sends a [method rpc] using an unreliable protocol. Returns an empty " +"[Variant]." +msgstr "" + +#: doc/classes/Node.xml:560 +msgid "" +"Sends a [method rpc] to a specific peer identified by [code]peer_id[/code] " +"using an unreliable protocol (see [method NetworkedMultiplayerPeer." +"set_target_peer]). Returns an empty [Variant]." +msgstr "" + +#: doc/classes/Node.xml:568 +msgid "" +"Remotely changes a property's value on other peers (and locally). Behaviour " +"depends on the RPC configuration for the given property, see [method " +"rset_config]. See also [method rpc] for RPCs for methods, most information " +"applies to this method as well." +msgstr "" + +#: doc/classes/Node.xml:576 +msgid "" +"Changes the RPC mode for the given [code]property[/code] to the given " +"[code]mode[/code]. See [enum MultiplayerAPI.RPCMode]. An alternative is " +"annotating methods and properties with the corresponding keywords " +"([code]remote[/code], [code]master[/code], [code]puppet[/code], " +"[code]remotesync[/code], [code]mastersync[/code], [code]puppetsync[/code]). " +"By default, properties are not exposed to networking (and RPCs). See also " +"[method rpc] and [method rpc_config] for methods." +msgstr "" + +#: doc/classes/Node.xml:585 +msgid "" +"Remotely changes the property's value on a specific peer identified by " +"[code]peer_id[/code] (see [method NetworkedMultiplayerPeer.set_target_peer])." +msgstr "" + +#: doc/classes/Node.xml:593 +msgid "" +"Remotely changes the property's value on other peers (and locally) using an " +"unreliable protocol." +msgstr "" + +#: doc/classes/Node.xml:602 +msgid "" +"Remotely changes property's value on a specific peer identified by " +"[code]peer_id[/code] using an unreliable protocol (see [method " +"NetworkedMultiplayerPeer.set_target_peer])." +msgstr "" + +#: doc/classes/Node.xml:609 +msgid "Sets the folded state of the node in the Scene dock." +msgstr "" + +#: doc/classes/Node.xml:617 +msgid "" +"Sets the node's network master to the peer with the given peer ID. The " +"network master is the peer that has authority over the node on the network. " +"Useful in conjunction with the [code]master[/code] and [code]puppet[/code] " +"keywords. Inherited from the parent node by default, which ultimately " +"defaults to peer ID 1 (the server). If [code]recursive[/code], the given " +"peer is recursively set as the master for all children of this node." +msgstr "" + +#: doc/classes/Node.xml:624 +msgid "" +"Enables or disables physics (i.e. fixed framerate) processing. When a node " +"is being processed, it will receive a [constant " +"NOTIFICATION_PHYSICS_PROCESS] at a fixed (usually 60 FPS, see [member Engine." +"iterations_per_second] to change) interval (and the [method " +"_physics_process] callback will be called if exists). Enabled automatically " +"if [method _physics_process] is overridden. Any calls to this before [method " +"_ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:631 +msgid "" +"Enables or disables internal physics for this node. Internal physics " +"processing happens in isolation from the normal [method _physics_process] " +"calls and is used by some nodes internally to guarantee proper functioning " +"even if the node is paused or physics processing is disabled for scripting " +"([method set_physics_process]). Only useful for advanced uses to manipulate " +"built-in nodes' behavior.\n" +"[b]Warning:[/b] Built-in Nodes rely on the internal processing for their own " +"logic, so changing this value from your code may lead to unexpected " +"behavior. Script access to this internal logic is provided for specific " +"advanced uses, but is unsafe and not supported." +msgstr "" + +#: doc/classes/Node.xml:639 +msgid "" +"Enables or disables processing. When a node is being processed, it will " +"receive a [constant NOTIFICATION_PROCESS] on every drawn frame (and the " +"[method _process] callback will be called if exists). Enabled automatically " +"if [method _process] is overridden. Any calls to this before [method _ready] " +"will be ignored." +msgstr "" + +#: doc/classes/Node.xml:646 +msgid "" +"Enables or disables input processing. This is not required for GUI controls! " +"Enabled automatically if [method _input] is overridden. Any calls to this " +"before [method _ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:653 +msgid "" +"Enables or disabled internal processing for this node. Internal processing " +"happens in isolation from the normal [method _process] calls and is used by " +"some nodes internally to guarantee proper functioning even if the node is " +"paused or processing is disabled for scripting ([method set_process]). Only " +"useful for advanced uses to manipulate built-in nodes' behavior.\n" +"[b]Warning:[/b] Built-in Nodes rely on the internal processing for their own " +"logic, so changing this value from your code may lead to unexpected " +"behavior. Script access to this internal logic is provided for specific " +"advanced uses, but is unsafe and not supported." +msgstr "" + +#: doc/classes/Node.xml:661 +msgid "" +"Enables unhandled input processing. This is not required for GUI controls! " +"It enables the node to receive all input that was not previously handled " +"(usually by a [Control]). Enabled automatically if [method _unhandled_input] " +"is overridden. Any calls to this before [method _ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:668 +msgid "" +"Enables unhandled key input processing. Enabled automatically if [method " +"_unhandled_key_input] is overridden. Any calls to this before [method " +"_ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:675 +msgid "" +"Sets whether this is an instance load placeholder. See [InstancePlaceholder]." +msgstr "" + +#: doc/classes/Node.xml:681 +msgid "" +"Updates the warning displayed for this node in the Scene Dock.\n" +"Use [method _get_configuration_warning] to setup the warning message to " +"display." +msgstr "" + +#: doc/classes/Node.xml:688 +msgid "" +"The override to the default [MultiplayerAPI]. Set to [code]null[/code] to " +"use the default [SceneTree] one." +msgstr "" + +#: doc/classes/Node.xml:691 +msgid "" +"If a scene is instantiated from a file, its topmost node contains the " +"absolute file path from which it was loaded in [member filename] (e.g. " +"[code]res://levels/1.tscn[/code]). Otherwise, [member filename] is set to an " +"empty string." +msgstr "" + +#: doc/classes/Node.xml:694 +msgid "" +"The [MultiplayerAPI] instance associated with this node. Either the [member " +"custom_multiplayer], or the default SceneTree one (if inside tree)." +msgstr "" + +#: doc/classes/Node.xml:697 +msgid "" +"The name of the node. This name is unique among the siblings (other child " +"nodes from the same parent). When set to an existing name, the node will be " +"automatically renamed.\n" +"[b]Note:[/b] Auto-generated names might include the [code]@[/code] " +"character, which is reserved for unique names when using [method add_child]. " +"When setting the name manually, any [code]@[/code] will be removed." +msgstr "" + +#: doc/classes/Node.xml:701 +msgid "" +"The node owner. A node can have any other node as owner (as long as it is a " +"valid parent, grandparent, etc. ascending in the tree). When saving a node " +"(using [PackedScene]), all the nodes it owns will be saved with it. This " +"allows for the creation of complex [SceneTree]s, with instancing and " +"subinstancing." +msgstr "" + +#: doc/classes/Node.xml:704 +msgid "Pause mode. How the node will behave if the [SceneTree] is paused." +msgstr "" + +#: doc/classes/Node.xml:707 +msgid "" +"The node's priority in the execution order of the enabled processing " +"callbacks (i.e. [constant NOTIFICATION_PROCESS], [constant " +"NOTIFICATION_PHYSICS_PROCESS] and their internal counterparts). Nodes whose " +"process priority value is [i]lower[/i] will have their processing callbacks " +"executed first." +msgstr "" + +#: doc/classes/Node.xml:713 +msgid "Emitted when the node is ready." +msgstr "" + +#: doc/classes/Node.xml:718 +msgid "Emitted when the node is renamed." +msgstr "" + +#: doc/classes/Node.xml:723 +msgid "Emitted when the node enters the tree." +msgstr "" + +#: doc/classes/Node.xml:728 +msgid "Emitted after the node exits the tree and is no longer active." +msgstr "" + +#: doc/classes/Node.xml:733 +msgid "" +"Emitted when the node is still active but about to exit the tree. This is " +"the right place for de-initialization (or a \"destructor\", if you will)." +msgstr "" + +#: doc/classes/Node.xml:739 +msgid "Notification received when the node enters a [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:742 +msgid "Notification received when the node is about to exit a [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:745 +msgid "Notification received when the node is moved in the parent." +msgstr "" + +#: doc/classes/Node.xml:748 +msgid "Notification received when the node is ready. See [method _ready]." +msgstr "" + +#: doc/classes/Node.xml:751 +msgid "Notification received when the node is paused." +msgstr "" + +#: doc/classes/Node.xml:754 +msgid "Notification received when the node is unpaused." +msgstr "" + +#: doc/classes/Node.xml:757 +msgid "" +"Notification received every frame when the physics process flag is set (see " +"[method set_physics_process])." +msgstr "" + +#: doc/classes/Node.xml:760 +msgid "" +"Notification received every frame when the process flag is set (see [method " +"set_process])." +msgstr "" + +#: doc/classes/Node.xml:763 +msgid "" +"Notification received when a node is set as a child of another node.\n" +"[b]Note:[/b] This doesn't mean that a node entered the [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:767 +msgid "" +"Notification received when a node is unparented (parent removed it from the " +"list of children)." +msgstr "" + +#: doc/classes/Node.xml:770 +msgid "Notification received when the node is instanced." +msgstr "" + +#: doc/classes/Node.xml:773 +msgid "Notification received when a drag begins." +msgstr "" + +#: doc/classes/Node.xml:776 +msgid "Notification received when a drag ends." +msgstr "" + +#: doc/classes/Node.xml:779 +msgid "Notification received when the node's [NodePath] changed." +msgstr "" + +#: doc/classes/Node.xml:782 +msgid "" +"Notification received every frame when the internal process flag is set (see " +"[method set_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:785 +msgid "" +"Notification received every frame when the internal physics process flag is " +"set (see [method set_physics_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:788 +msgid "" +"Notification received when the node is ready, just before [constant " +"NOTIFICATION_READY] is received. Unlike the latter, it's sent every time the " +"node enters tree, instead of only once." +msgstr "" + +#: doc/classes/Node.xml:846 +msgid "" +"Inherits pause mode from the node's parent. For the root node, it is " +"equivalent to [constant PAUSE_MODE_STOP]. Default." +msgstr "" + +#: doc/classes/Node.xml:849 +msgid "Stops processing when the [SceneTree] is paused." +msgstr "" + +#: doc/classes/Node.xml:852 +msgid "Continue to process regardless of the [SceneTree] pause state." +msgstr "" + +#: doc/classes/Node.xml:855 +msgid "Duplicate the node's signals." +msgstr "" + +#: doc/classes/Node.xml:858 +msgid "Duplicate the node's groups." +msgstr "" + +#: doc/classes/Node.xml:861 +msgid "Duplicate the node's scripts." +msgstr "" + +#: doc/classes/Node.xml:864 +msgid "" +"Duplicate using instancing.\n" +"An instance stays linked to the original so when the original changes, the " +"instance changes too." +msgstr "" + +#: doc/classes/Node2D.xml:4 +msgid "" +"A 2D game object, inherited by all 2D-related nodes. Has a position, " +"rotation, scale, and Z index." +msgstr "" + +#: doc/classes/Node2D.xml:7 +msgid "" +"A 2D game object, with a transform (position, rotation, and scale). All 2D " +"nodes, including physics objects and sprites, inherit from Node2D. Use " +"Node2D as a parent node to move, scale and rotate children in a 2D project. " +"Also gives control of the node's render order." +msgstr "" + +#: doc/classes/Node2D.xml:11 doc/classes/Vector2.xml:16 +msgid "https://github.com/godotengine/godot-demo-projects/tree/master/2d" +msgstr "" + +#: doc/classes/Node2D.xml:18 +msgid "Multiplies the current scale by the [code]ratio[/code] vector." +msgstr "" + +#: doc/classes/Node2D.xml:25 +msgid "" +"Returns the angle between the node and the [code]point[/code] in radians.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"node2d_get_angle_to.png]Illustration of the returned angle.[/url]" +msgstr "" + +#: doc/classes/Node2D.xml:33 +msgid "Returns the [Transform2D] relative to this node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:40 +msgid "Adds the [code]offset[/code] vector to the node's global position." +msgstr "" + +#: doc/classes/Node2D.xml:47 +msgid "" +"Rotates the node so it points towards the [code]point[/code], which is " +"expected to use global coordinates." +msgstr "" + +#: doc/classes/Node2D.xml:55 +msgid "" +"Applies a local translation on the node's X axis based on the [method Node." +"_process]'s [code]delta[/code]. If [code]scaled[/code] is [code]false[/" +"code], normalizes the movement." +msgstr "" + +#: doc/classes/Node2D.xml:63 +msgid "" +"Applies a local translation on the node's Y axis based on the [method Node." +"_process]'s [code]delta[/code]. If [code]scaled[/code] is [code]false[/" +"code], normalizes the movement." +msgstr "" + +#: doc/classes/Node2D.xml:70 +msgid "" +"Applies a rotation to the node, in radians, starting from its current " +"rotation." +msgstr "" + +#: doc/classes/Node2D.xml:77 +msgid "" +"Transforms the provided local position into a position in global coordinate " +"space. The input is expected to be local relative to the [Node2D] it is " +"called on. e.g. Applying this method to the positions of child nodes will " +"correctly transform their positions into the global coordinate space, but " +"applying it to a node's own position will give an incorrect result, as it " +"will incorporate the node's own transformation into its global position." +msgstr "" + +#: doc/classes/Node2D.xml:84 +msgid "" +"Transforms the provided global position into a position in local coordinate " +"space. The output will be local relative to the [Node2D] it is called on. e." +"g. It is appropriate for determining the positions of child nodes, but it is " +"not appropriate for determining its own position relative to its parent." +msgstr "" + +#: doc/classes/Node2D.xml:91 +msgid "" +"Translates the node by the given [code]offset[/code] in local coordinates." +msgstr "" + +#: doc/classes/Node2D.xml:97 +msgid "Global position." +msgstr "" + +#: doc/classes/Node2D.xml:100 +msgid "Global rotation in radians." +msgstr "" + +#: doc/classes/Node2D.xml:103 +msgid "Global rotation in degrees." +msgstr "" + +#: doc/classes/Node2D.xml:106 +msgid "Global scale." +msgstr "" + +#: doc/classes/Node2D.xml:109 +msgid "Global [Transform2D]." +msgstr "" + +#: doc/classes/Node2D.xml:112 +msgid "Position, relative to the node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:115 +msgid "Rotation in radians, relative to the node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:118 +msgid "Rotation in degrees, relative to the node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:121 +msgid "The node's scale. Unscaled value: [code](1, 1)[/code]." +msgstr "" + +#: doc/classes/Node2D.xml:124 +msgid "Local [Transform2D]." +msgstr "" + +#: doc/classes/Node2D.xml:127 +msgid "" +"If [code]true[/code], the node's Z index is relative to its parent's Z " +"index. If this node's Z index is 2 and its parent's effective Z index is 3, " +"then this node's effective Z index will be 2 + 3 = 5." +msgstr "" + +#: doc/classes/Node2D.xml:130 +msgid "" +"Z index. Controls the order in which the nodes render. A node with a higher " +"Z index will display in front of others. Must be between [constant " +"VisualServer.CANVAS_ITEM_Z_MIN] and [constant VisualServer." +"CANVAS_ITEM_Z_MAX] (inclusive)." +msgstr "" + +#: doc/classes/NodePath.xml:4 +msgid "Pre-parsed scene tree path." +msgstr "" + +#: doc/classes/NodePath.xml:7 +msgid "" +"A pre-parsed relative or absolute path in a scene tree, for use with [method " +"Node.get_node] and similar functions. It can reference a node, a resource " +"within a node, or a property of a node or resource. For instance, " +"[code]\"Path2D/PathFollow2D/Sprite:texture:size\"[/code] would refer to the " +"[code]size[/code] property of the [code]texture[/code] resource on the node " +"named [code]\"Sprite\"[/code] which is a child of the other named nodes in " +"the path.\n" +"You will usually just pass a string to [method Node.get_node] and it will be " +"automatically converted, but you may occasionally want to parse a path ahead " +"of time with [NodePath] or the literal syntax [code]@\"path\"[/code]. " +"Exporting a [NodePath] variable will give you a node selection widget in the " +"properties panel of the editor, which can often be useful.\n" +"A [NodePath] is composed of a list of slash-separated node names (like a " +"filesystem path) and an optional colon-separated list of \"subnames\" which " +"can be resources or properties.\n" +"Some examples of NodePaths include the following:\n" +"[codeblock]\n" +"# No leading slash means it is relative to the current node.\n" +"@\"A\" # Immediate child A\n" +"@\"A/B\" # A's child B\n" +"@\".\" # The current node.\n" +"@\"..\" # The parent node.\n" +"@\"../C\" # A sibling node C.\n" +"# A leading slash means it is absolute from the SceneTree.\n" +"@\"/root\" # Equivalent to get_tree().get_root().\n" +"@\"/root/Main\" # If your main scene's root node were named \"Main\".\n" +"@\"/root/MyAutoload\" # If you have an autoloaded node or scene.\n" +"[/codeblock]\n" +"[b]Note:[/b] In the editor, [NodePath] properties are automatically updated " +"when moving, renaming or deleting a node in the scene tree, but they are " +"never updated at runtime." +msgstr "" + +#: doc/classes/NodePath.xml:26 doc/classes/PackedScene.xml:41 +#: doc/classes/Panel.xml:10 doc/classes/PanelContainer.xml:10 +#: doc/classes/TileMap.xml:16 doc/classes/TileSet.xml:16 +msgid "https://godotengine.org/asset-library/asset/520" +msgstr "" + +#: doc/classes/NodePath.xml:33 +msgid "" +"Creates a NodePath from a string, e.g. [code]\"Path2D/PathFollow2D/Sprite:" +"texture:size\"[/code]. A path is absolute if it starts with a slash. " +"Absolute paths are only valid in the global scene tree, not within " +"individual scenes. In a relative path, [code]\".\"[/code] and [code]\"..\"[/" +"code] indicate the current node and its parent.\n" +"The \"subnames\" optionally included after the path to the target node can " +"point to resources or properties, and can also be nested.\n" +"Examples of valid NodePaths (assuming that those nodes exist and have the " +"referenced resources or properties):\n" +"[codeblock]\n" +"# Points to the Sprite node\n" +"\"Path2D/PathFollow2D/Sprite\"\n" +"# Points to the Sprite node and its \"texture\" resource.\n" +"# get_node() would retrieve \"Sprite\", while get_node_and_resource()\n" +"# would retrieve both the Sprite node and the \"texture\" resource.\n" +"\"Path2D/PathFollow2D/Sprite:texture\"\n" +"# Points to the Sprite node and its \"position\" property.\n" +"\"Path2D/PathFollow2D/Sprite:position\"\n" +"# Points to the Sprite node and the \"x\" component of its \"position\" " +"property.\n" +"\"Path2D/PathFollow2D/Sprite:position:x\"\n" +"# Absolute path (from \"root\")\n" +"\"/root/Level/Path2D\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:55 +msgid "" +"Returns a node path with a colon character ([code]:[/code]) prepended, " +"transforming it to a pure property path with no node name (defaults to " +"resolving from the current node).\n" +"[codeblock]\n" +"# This will be parsed as a node path to the \"x\" property in the \"position" +"\" node\n" +"var node_path = NodePath(\"position:x\")\n" +"# This will be parsed as a node path to the \"x\" component of the \"position" +"\" property in the current node\n" +"var property_path = node_path.get_as_property_path()\n" +"print(property_path) # :position:x\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:68 +msgid "" +"Returns all subnames concatenated with a colon character ([code]:[/code]) as " +"separator, i.e. the right side of the first colon in a node path.\n" +"[codeblock]\n" +"var nodepath = NodePath(\"Path2D/PathFollow2D/Sprite:texture:load_path\")\n" +"print(nodepath.get_concatenated_subnames()) # texture:load_path\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:79 +msgid "" +"Gets the node name indicated by [code]idx[/code] (0 to [method " +"get_name_count]).\n" +"[codeblock]\n" +"var node_path = NodePath(\"Path2D/PathFollow2D/Sprite\")\n" +"print(node_path.get_name(0)) # Path2D\n" +"print(node_path.get_name(1)) # PathFollow2D\n" +"print(node_path.get_name(2)) # Sprite\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:91 +msgid "" +"Gets the number of node names which make up the path. Subnames (see [method " +"get_subname_count]) are not included.\n" +"For example, [code]\"Path2D/PathFollow2D/Sprite\"[/code] has 3 names." +msgstr "" + +#: doc/classes/NodePath.xml:99 +msgid "" +"Gets the resource or property name indicated by [code]idx[/code] (0 to " +"[method get_subname_count]).\n" +"[codeblock]\n" +"var node_path = NodePath(\"Path2D/PathFollow2D/Sprite:texture:load_path\")\n" +"print(node_path.get_subname(0)) # texture\n" +"print(node_path.get_subname(1)) # load_path\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:110 +msgid "" +"Gets the number of resource or property names (\"subnames\") in the path. " +"Each subname is listed after a colon character ([code]:[/code]) in the node " +"path.\n" +"For example, [code]\"Path2D/PathFollow2D/Sprite:texture:load_path\"[/code] " +"has 2 subnames." +msgstr "" + +#: doc/classes/NodePath.xml:117 +msgid "" +"Returns [code]true[/code] if the node path is absolute (as opposed to " +"relative), which means that it starts with a slash character ([code]/[/" +"code]). Absolute node paths can be used to access the root node ([code]\"/" +"root\"[/code]) or autoloads (e.g. [code]\"/global\"[/code] if a \"global\" " +"autoload was registered)." +msgstr "" + +#: doc/classes/NodePath.xml:123 +msgid "Returns [code]true[/code] if the node path is empty." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:4 +msgid "[OpenSimplexNoise] filled texture." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:7 +msgid "" +"Uses an [OpenSimplexNoise] to fill the texture data. You can specify the " +"texture size but keep in mind that larger textures will take longer to " +"generate and seamless noise only works with square sized textures.\n" +"NoiseTexture can also generate normalmap textures.\n" +"The class uses [Thread]s to generate the texture data internally, so [method " +"Texture.get_data] may return [code]null[/code] if the generation process has " +"not completed yet. In that case, you need to wait for the texture to be " +"generated before accessing the data:\n" +"[codeblock]\n" +"var texture = preload(\"res://noise.tres\")\n" +"yield(texture, \"changed\")\n" +"var image = texture.get_data()\n" +"[/codeblock]" +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:22 +msgid "" +"If [code]true[/code], the resulting texture contains a normal map created " +"from the original noise interpreted as a bump map." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:25 +msgid "" +"Strength of the bump maps used in this texture. A higher value will make the " +"bump maps appear larger while a lower value will make them appear softer." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:29 +msgid "Height of the generated texture." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:32 +msgid "The [OpenSimplexNoise] instance used to generate the noise." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:35 +msgid "" +"An offset used to specify the noise space coordinate of the top left corner " +"of the generated noise. This value is ignored if [member seamless] is " +"enabled." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:38 +msgid "" +"Whether the texture can be tiled without visible seams or not. Seamless " +"textures take longer to generate.\n" +"[b]Note:[/b] Seamless noise has a lower contrast compared to non-seamless " +"noise. This is due to the way noise uses higher dimensions for generating " +"seamless noise." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:42 +msgid "Width of the generated texture." +msgstr "" + +#: doc/classes/Object.xml:4 +msgid "Base class for all non-built-in types." +msgstr "" + +#: doc/classes/Object.xml:7 +msgid "" +"Every class which is not a built-in type inherits from this class.\n" +"You can construct Objects from scripting languages, using [code]Object.new()" +"[/code] in GDScript, [code]new Object[/code] in C#, or the \"Construct Object" +"\" node in VisualScript.\n" +"Objects do not manage memory. If a class inherits from Object, you will have " +"to delete instances of it manually. To do so, call the [method free] method " +"from your script or delete the instance from C++.\n" +"Some classes that extend Object add memory management. This is the case of " +"[Reference], which counts references and deletes itself automatically when " +"no longer referenced. [Node], another fundamental type, deletes all its " +"children when freed from memory.\n" +"Objects export properties, which are mainly useful for storage and editing, " +"but not really so much in programming. Properties are exported in [method " +"_get_property_list] and handled in [method _get] and [method _set]. However, " +"scripting languages and C++ have simpler means to export them.\n" +"Property membership can be tested directly in GDScript using [code]in[/" +"code]:\n" +"[codeblock]\n" +"var n = Node2D.new()\n" +"print(\"position\" in n) # Prints \"True\".\n" +"print(\"other_property\" in n) # Prints \"False\".\n" +"[/codeblock]\n" +"The [code]in[/code] operator will evaluate to [code]true[/code] as long as " +"the key exists, even if the value is [code]null[/code].\n" +"Objects also receive notifications. Notifications are a simple way to notify " +"the object about different events, so they can all be handled together. See " +"[method _notification].\n" +"[b]Note:[/b] Unlike references to a [Reference], references to an Object " +"stored in a variable can become invalid without warning. Therefore, it's " +"recommended to use [Reference] for data classes instead of [Object].\n" +"[b]Note:[/b] Due to a bug, you can't create a \"plain\" Object using " +"[code]Object.new()[/code]. Instead, use [code]ClassDB.instance(\"Object\")[/" +"code]. This bug only applies to Object itself, not any of its descendents " +"like [Reference]." +msgstr "" + +#: doc/classes/Object.xml:24 doc/classes/Reference.xml:13 +#: doc/classes/Resource.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/best_practices/" +"node_alternatives.html" +msgstr "" + +#: doc/classes/Object.xml:25 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_exports.html#advanced-exports" +msgstr "" + +#: doc/classes/Object.xml:32 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method get].\n" +"Returns the given property. Returns [code]null[/code] if the [code]property[/" +"code] does not exist." +msgstr "" + +#: doc/classes/Object.xml:39 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method get_property_list].\n" +"Returns the object's property list as an [Array] of dictionaries.\n" +"Each property's [Dictionary] must contain at least [code]name: String[/code] " +"and [code]type: int[/code] (see [enum Variant.Type]) entries. Optionally, it " +"can also include [code]hint: int[/code] (see [enum PropertyHint]), " +"[code]hint_string: String[/code], and [code]usage: int[/code] (see [enum " +"PropertyUsageFlags])." +msgstr "" + +#: doc/classes/Object.xml:47 +msgid "Called when the object is initialized." +msgstr "" + +#: doc/classes/Object.xml:54 +msgid "" +"Called whenever the object receives a notification, which is identified in " +"[code]what[/code] by a constant. The base [Object] has two constants " +"[constant NOTIFICATION_POSTINITIALIZE] and [constant " +"NOTIFICATION_PREDELETE], but subclasses such as [Node] define a lot more " +"notifications which are also received by this method." +msgstr "" + +#: doc/classes/Object.xml:62 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method set].\n" +"Sets a property. Returns [code]true[/code] if the [code]property[/code] " +"exists." +msgstr "" + +#: doc/classes/Object.xml:69 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method to_string], and thus the object's representation where it is " +"converted to a string, e.g. with [code]print(obj)[/code].\n" +"Returns a [String] representing the object. If not overridden, defaults to " +"[code]\"[ClassName:RID]\"[/code]." +msgstr "" + +#: doc/classes/Object.xml:78 +msgid "" +"Adds a user-defined [code]signal[/code]. Arguments are optional, but can be " +"added as an [Array] of dictionaries, each containing [code]name: String[/" +"code] and [code]type: int[/code] (see [enum Variant.Type]) entries." +msgstr "" + +#: doc/classes/Object.xml:85 +msgid "" +"Calls the [code]method[/code] on the object and returns the result. This " +"method supports a variable number of arguments, so parameters are passed as " +"a comma separated list. Example:\n" +"[codeblock]\n" +"call(\"set\", \"position\", Vector2(42.0, 0.0))\n" +"[/codeblock]\n" +"[b]Note:[/b] In C#, the method name must be specified as snake_case if it is " +"defined by a built-in Godot node. This doesn't apply to user-defined methods " +"where you should use the same convention as in the C# source (typically " +"PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:96 +msgid "" +"Calls the [code]method[/code] on the object during idle time. This method " +"supports a variable number of arguments, so parameters are passed as a comma " +"separated list. Example:\n" +"[codeblock]\n" +"call_deferred(\"set\", \"position\", Vector2(42.0, 0.0))\n" +"[/codeblock]\n" +"[b]Note:[/b] In C#, the method name must be specified as snake_case if it is " +"defined by a built-in Godot node. This doesn't apply to user-defined methods " +"where you should use the same convention as in the C# source (typically " +"PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:108 +msgid "" +"Calls the [code]method[/code] on the object and returns the result. " +"Contrarily to [method call], this method does not support a variable number " +"of arguments but expects all parameters to be via a single [Array].\n" +"[codeblock]\n" +"callv(\"set\", [ \"position\", Vector2(42.0, 0.0) ])\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:117 +msgid "" +"Returns [code]true[/code] if the object can translate strings. See [method " +"set_message_translation] and [method tr]." +msgstr "" + +#: doc/classes/Object.xml:128 +msgid "" +"Connects a [code]signal[/code] to a [code]method[/code] on a [code]target[/" +"code] object. Pass optional [code]binds[/code] to the call as an [Array] of " +"parameters. These parameters will be passed to the method after any " +"parameter used in the call to [method emit_signal]. Use [code]flags[/code] " +"to set deferred or one-shot connections. See [enum ConnectFlags] constants.\n" +"A [code]signal[/code] can only be connected once to a [code]method[/code]. " +"It will throw an error if already connected, unless the signal was connected " +"with [constant CONNECT_REFERENCE_COUNTED]. To avoid this, first, use [method " +"is_connected] to check for existing connections.\n" +"If the [code]target[/code] is destroyed in the game's lifecycle, the " +"connection will be lost.\n" +"Examples:\n" +"[codeblock]\n" +"connect(\"pressed\", self, \"_on_Button_pressed\") # BaseButton signal\n" +"connect(\"text_entered\", self, \"_on_LineEdit_text_entered\") # LineEdit " +"signal\n" +"connect(\"hit\", self, \"_on_Player_hit\", [ weapon_type, damage ]) # User-" +"defined signal\n" +"[/codeblock]\n" +"An example of the relationship between [code]binds[/code] passed to [method " +"connect] and parameters used when calling [method emit_signal]:\n" +"[codeblock]\n" +"connect(\"hit\", self, \"_on_Player_hit\", [ weapon_type, damage ]) # " +"weapon_type and damage are passed last\n" +"emit_signal(\"hit\", \"Dark lord\", 5) # \"Dark lord\" and 5 are passed " +"first\n" +"func _on_Player_hit(hit_by, level, weapon_type, damage):\n" +" print(\"Hit by %s (lvl %d) with weapon %s for %d damage\" % [hit_by, " +"level, weapon_type, damage])\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:152 +msgid "" +"Disconnects a [code]signal[/code] from a [code]method[/code] on the given " +"[code]target[/code].\n" +"If you try to disconnect a connection that does not exist, the method will " +"throw an error. Use [method is_connected] to ensure that the connection " +"exists." +msgstr "" + +#: doc/classes/Object.xml:160 +msgid "" +"Emits the given [code]signal[/code]. The signal must exist, so it should be " +"a built-in signal of this class or one of its parent classes, or a user-" +"defined signal. This method supports a variable number of arguments, so " +"parameters are passed as a comma separated list. Example:\n" +"[codeblock]\n" +"emit_signal(\"hit\", weapon_type, damage)\n" +"emit_signal(\"game_over\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:170 +msgid "" +"Deletes the object from memory immediately. For [Node]s, you may want to use " +"[method Node.queue_free] to queue the node for safe deletion at the end of " +"the current frame.\n" +"[b]Important:[/b] If you have a variable pointing to an object, it will " +"[i]not[/i] be assigned to [code]null[/code] once the object is freed. " +"Instead, it will point to a [i]previously freed instance[/i] and you should " +"validate it with [method @GDScript.is_instance_valid] before attempting to " +"call its methods or access its properties." +msgstr "" + +#: doc/classes/Object.xml:178 +msgid "" +"Returns the [Variant] value of the given [code]property[/code]. If the " +"[code]property[/code] doesn't exist, this will return [code]null[/code].\n" +"[b]Note:[/b] In C#, the property name must be specified as snake_case if it " +"is defined by a built-in Godot node. This doesn't apply to user-defined " +"properties where you should use the same convention as in the C# source " +"(typically PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:185 +msgid "" +"Returns the object's class as a [String]. See also [method is_class].\n" +"[b]Note:[/b] [method get_class] does not take [code]class_name[/code] " +"declarations into account. If the object has a [code]class_name[/code] " +"defined, the base class name will be returned instead." +msgstr "" + +#: doc/classes/Object.xml:192 +msgid "" +"Returns an [Array] of dictionaries with information about signals that are " +"connected to the object.\n" +"Each [Dictionary] contains three String entries:\n" +"- [code]source[/code] is a reference to the signal emitter.\n" +"- [code]signal_name[/code] is the name of the connected signal.\n" +"- [code]method_name[/code] is the name of the method to which the signal is " +"connected." +msgstr "" + +#: doc/classes/Object.xml:203 +msgid "" +"Gets the object's property indexed by the given [NodePath]. The node path " +"should be relative to the current object and can use the colon character " +"([code]:[/code]) to access nested properties. Examples: [code]\"position:x" +"\"[/code] or [code]\"material:next_pass:blend_mode\"[/code]." +msgstr "" + +#: doc/classes/Object.xml:209 +msgid "" +"Returns the object's unique instance ID.\n" +"This ID can be saved in [EncodedObjectAsID], and can be used to retrieve the " +"object instance with [method @GDScript.instance_from_id]." +msgstr "" + +#: doc/classes/Object.xml:217 +msgid "Returns the object's metadata entry for the given [code]name[/code]." +msgstr "" + +#: doc/classes/Object.xml:223 +msgid "Returns the object's metadata as a [PoolStringArray]." +msgstr "" + +#: doc/classes/Object.xml:229 +msgid "Returns the object's methods and their signatures as an [Array]." +msgstr "" + +#: doc/classes/Object.xml:235 +msgid "" +"Returns the object's property list as an [Array] of dictionaries.\n" +"Each property's [Dictionary] contain at least [code]name: String[/code] and " +"[code]type: int[/code] (see [enum Variant.Type]) entries. Optionally, it can " +"also include [code]hint: int[/code] (see [enum PropertyHint]), " +"[code]hint_string: String[/code], and [code]usage: int[/code] (see [enum " +"PropertyUsageFlags])." +msgstr "" + +#: doc/classes/Object.xml:242 +msgid "" +"Returns the object's [Script] instance, or [code]null[/code] if none is " +"assigned." +msgstr "" + +#: doc/classes/Object.xml:249 +msgid "Returns an [Array] of connections for the given [code]signal[/code]." +msgstr "" + +#: doc/classes/Object.xml:255 +msgid "Returns the list of signals as an [Array] of dictionaries." +msgstr "" + +#: doc/classes/Object.xml:262 +msgid "" +"Returns [code]true[/code] if a metadata entry is found with the given " +"[code]name[/code]." +msgstr "" + +#: doc/classes/Object.xml:269 +msgid "" +"Returns [code]true[/code] if the object contains the given [code]method[/" +"code]." +msgstr "" + +#: doc/classes/Object.xml:276 +msgid "Returns [code]true[/code] if the given [code]signal[/code] exists." +msgstr "" + +#: doc/classes/Object.xml:283 +msgid "" +"Returns [code]true[/code] if the given user-defined [code]signal[/code] " +"exists. Only signals added using [method add_user_signal] are taken into " +"account." +msgstr "" + +#: doc/classes/Object.xml:289 +msgid "Returns [code]true[/code] if signal emission blocking is enabled." +msgstr "" + +#: doc/classes/Object.xml:296 +msgid "" +"Returns [code]true[/code] if the object inherits from the given [code]class[/" +"code]. See also [method get_class].\n" +"[b]Note:[/b] [method is_class] does not take [code]class_name[/code] " +"declarations into account. If the object has a [code]class_name[/code] " +"defined, [method is_class] will return [code]false[/code] for that name." +msgstr "" + +#: doc/classes/Object.xml:306 +msgid "" +"Returns [code]true[/code] if a connection exists for a given [code]signal[/" +"code], [code]target[/code], and [code]method[/code]." +msgstr "" + +#: doc/classes/Object.xml:312 +msgid "" +"Returns [code]true[/code] if the [method Node.queue_free] method was called " +"for the object." +msgstr "" + +#: doc/classes/Object.xml:320 +msgid "" +"Send a given notification to the object, which will also trigger a call to " +"the [method _notification] method of all classes that the object inherits " +"from.\n" +"If [code]reversed[/code] is [code]true[/code], [method _notification] is " +"called first on the object's own class, and then up to its successive parent " +"classes. If [code]reversed[/code] is [code]false[/code], [method " +"_notification] is called first on the highest ancestor ([Object] itself), " +"and then down to its successive inheriting classes." +msgstr "" + +#: doc/classes/Object.xml:327 +msgid "" +"Notify the editor that the property list has changed, so that editor plugins " +"can take the new values into account. Does nothing on export builds." +msgstr "" + +#: doc/classes/Object.xml:334 +msgid "" +"Removes a given entry from the object's metadata. See also [method set_meta]." +msgstr "" + +#: doc/classes/Object.xml:342 +msgid "" +"Assigns a new value to the given property. If the [code]property[/code] does " +"not exist, nothing will happen.\n" +"[b]Note:[/b] In C#, the property name must be specified as snake_case if it " +"is defined by a built-in Godot node. This doesn't apply to user-defined " +"properties where you should use the same convention as in the C# source " +"(typically PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:350 +msgid "If set to [code]true[/code], signal emission is blocked." +msgstr "" + +#: doc/classes/Object.xml:358 +msgid "" +"Assigns a new value to the given property, after the current frame's physics " +"step. This is equivalent to calling [method set] via [method call_deferred], " +"i.e. [code]call_deferred(\"set\", property, value)[/code].\n" +"[b]Note:[/b] In C#, the property name must be specified as snake_case if it " +"is defined by a built-in Godot node. This doesn't apply to user-defined " +"properties where you should use the same convention as in the C# source " +"(typically PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:367 +msgid "" +"Assigns a new value to the property identified by the [NodePath]. The node " +"path should be relative to the current object and can use the colon " +"character ([code]:[/code]) to access nested properties. Example:\n" +"[codeblock]\n" +"set_indexed(\"position\", Vector2(42, 0))\n" +"set_indexed(\"position:y\", -10)\n" +"print(position) # (42, -10)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:379 +msgid "" +"Defines whether the object can translate strings (with calls to [method " +"tr]). Enabled by default." +msgstr "" + +#: doc/classes/Object.xml:387 +msgid "" +"Adds, changes or removes a given entry in the object's metadata. Metadata " +"are serialized and can take any [Variant] value.\n" +"To remove a given entry from the object's metadata, use [method " +"remove_meta]. Metadata is also removed if its value is set to [code]null[/" +"code]. This means you can also use [code]set_meta(\"name\", null)[/code] to " +"remove metadata for [code]\"name\"[/code]." +msgstr "" + +#: doc/classes/Object.xml:395 +msgid "" +"Assigns a script to the object. Each object can have a single script " +"assigned to it, which are used to extend its functionality.\n" +"If the object already had a script, the previous script instance will be " +"freed and its variables and state will be lost. The new script's [method " +"_init] method will be called." +msgstr "" + +#: doc/classes/Object.xml:402 +msgid "" +"Returns a [String] representing the object. If not overridden, defaults to " +"[code]\"[ClassName:RID]\"[/code].\n" +"Override the method [method _to_string] to customize the [String] " +"representation." +msgstr "" + +#: doc/classes/Object.xml:410 +msgid "" +"Translates a message using translation catalogs configured in the Project " +"Settings.\n" +"Only works if message translation is enabled (which it is by default), " +"otherwise it returns the [code]message[/code] unchanged. See [method " +"set_message_translation]." +msgstr "" + +#: doc/classes/Object.xml:418 +msgid "Emitted whenever the object's script is changed." +msgstr "" + +#: doc/classes/Object.xml:424 +msgid "Called right when the object is initialized. Not available in script." +msgstr "" + +#: doc/classes/Object.xml:427 +msgid "Called before the object is about to be deleted." +msgstr "" + +#: doc/classes/Object.xml:430 +msgid "" +"Connects a signal in deferred mode. This way, signal emissions are stored in " +"a queue, then set on idle time." +msgstr "" + +#: doc/classes/Object.xml:433 +msgid "Persisting connections are saved when the object is serialized to file." +msgstr "" + +#: doc/classes/Object.xml:436 +msgid "One-shot connections disconnect themselves after emission." +msgstr "" + +#: doc/classes/Object.xml:439 +msgid "" +"Connect a signal as reference-counted. This means that a given signal can be " +"connected several times to the same target, and will only be fully " +"disconnected once no references are left." +msgstr "" + +#: doc/classes/Occluder.xml:4 +msgid "Allows [OccluderShape]s to be used for occlusion culling." +msgstr "" + +#: doc/classes/Occluder.xml:7 +msgid "" +"[Occluder]s that are placed within your scene will automatically cull " +"objects that are hidden from view by the occluder. This can increase " +"performance by decreasing the amount of objects drawn.\n" +"[Occluder]s are totally dynamic, you can move them as you wish. This means " +"you can for example, place occluders on a moving spaceship, and have it " +"occlude objects as it flies past.\n" +"You can place a large number of [Occluder]s within a scene. As it would be " +"counterproductive to cull against hundreds of occluders, the system will " +"automatically choose a selection of these for active use during any given " +"frame, based a screen space metric. Larger occluders are favored, as well as " +"those close to the camera. Note that a small occluder close to the camera " +"may be a better occluder in terms of screen space than a large occluder far " +"in the distance.\n" +"The type of occlusion primitive is determined by the [OccluderShape] that " +"you add to the [Occluder]. Some [OccluderShape]s may allow more than one " +"primitive in a single, node, for greater efficiency.\n" +"Although [Occluder]s work in general use, they also become even more " +"powerful when used in conjunction with the portal system. Occluders are " +"placed in rooms (based on their origin), and can block portals (and thus " +"entire rooms) as well as objects from rendering." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:4 +msgid "Defines a 2D polygon for LightOccluder2D." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:7 +msgid "" +"Editor facility that helps you draw a 2D polygon used as resource for " +"[LightOccluder2D]." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:15 +msgid "" +"If [code]true[/code], closes the polygon. A closed OccluderPolygon2D " +"occludes the light coming from any direction. An opened OccluderPolygon2D " +"occludes the light only at its outline's direction." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:18 +msgid "The culling mode to use." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:21 +msgid "" +"A [Vector2] array with the index for polygon's vertices positions.\n" +"[b]Note:[/b] The returned value is a copy of the underlying array, rather " +"than a reference." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:27 +msgid "Culling is disabled. See [member cull_mode]." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:30 +msgid "" +"Culling is performed in the clockwise direction. See [member cull_mode]." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:33 +msgid "" +"Culling is performed in the counterclockwise direction. See [member " +"cull_mode]." +msgstr "" + +#: doc/classes/OccluderShape.xml:4 +msgid "" +"Base class for shapes used for occlusion culling by the [Occluder] node." +msgstr "" + +#: doc/classes/OccluderShape.xml:7 +msgid "[Occluder]s can use any primitive shape derived from [OccluderShape]." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:4 +msgid "Spherical occlusion primitive for use with the [Occluder] node." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:7 +msgid "" +"[OccluderShape]s are resources used by [Occluder] nodes, allowing geometric " +"occlusion culling.\n" +"This shape can include multiple spheres. These can be created and deleted " +"either in the Editor inspector or by calling [code]set_spheres[/code]. The " +"sphere positions can be set by dragging the handle in the Editor viewport. " +"The radius can be set with the smaller handle." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:18 +msgid "Sets an individual sphere's position." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:26 +msgid "Sets an individual sphere's radius." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:32 +msgid "" +"The sphere data can be accessed as an array of [Plane]s. The position of " +"each sphere is stored in the [code]normal[/code], and the radius is stored " +"in the [code]d[/code] value of the plane." +msgstr "" + +#: doc/classes/OmniLight.xml:4 +msgid "Omnidirectional light, such as a light bulb or a candle." +msgstr "" + +#: doc/classes/OmniLight.xml:7 +msgid "" +"An Omnidirectional light is a type of [Light] that emits light in all " +"directions. The light is attenuated by distance and this attenuation can be " +"configured by changing its energy, radius, and attenuation parameters.\n" +"[b]Note:[/b] By default, only 32 OmniLights may affect a single mesh " +"[i]resource[/i] at once. Consider splitting your level into several meshes " +"to decrease the likelihood that more than 32 lights will affect the same " +"mesh resource. Splitting the level mesh will also improve frustum culling " +"effectiveness, leading to greater performance. If you need to use more " +"lights per mesh, you can increase [member ProjectSettings.rendering/limits/" +"rendering/max_lights_per_object] at the cost of shader compilation times." +msgstr "" + +#: doc/classes/OmniLight.xml:17 +msgid "" +"The light's attenuation (drop-off) curve. A number of presets are available " +"in the [b]Inspector[/b] by right-clicking the curve." +msgstr "" + +#: doc/classes/OmniLight.xml:20 +msgid "" +"The light's radius. Note that the effectively lit area may appear to be " +"smaller depending on the [member omni_attenuation] in use. No matter the " +"[member omni_attenuation] in use, the light will never reach anything " +"outside this radius." +msgstr "" + +#: doc/classes/OmniLight.xml:23 +msgid "See [enum ShadowDetail]." +msgstr "" + +#: doc/classes/OmniLight.xml:26 +msgid "See [enum ShadowMode]." +msgstr "" + +#: doc/classes/OmniLight.xml:31 +msgid "" +"Shadows are rendered to a dual-paraboloid texture. Faster than [constant " +"SHADOW_CUBE], but lower-quality." +msgstr "" + +#: doc/classes/OmniLight.xml:34 +msgid "" +"Shadows are rendered to a cubemap. Slower than [constant " +"SHADOW_DUAL_PARABOLOID], but higher-quality." +msgstr "" + +#: doc/classes/OmniLight.xml:37 +msgid "Use more detail vertically when computing the shadow." +msgstr "" + +#: doc/classes/OmniLight.xml:40 +msgid "Use more detail horizontally when computing the shadow." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:4 +msgid "Noise generator based on Open Simplex." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:7 +msgid "" +"This resource allows you to configure and sample a fractal noise space. Here " +"is a brief usage example that configures an OpenSimplexNoise and gets " +"samples at various positions and dimensions:\n" +"[codeblock]\n" +"var noise = OpenSimplexNoise.new()\n" +"\n" +"# Configure\n" +"noise.seed = randi()\n" +"noise.octaves = 4\n" +"noise.period = 20.0\n" +"noise.persistence = 0.8\n" +"\n" +"# Sample\n" +"print(\"Values:\")\n" +"print(noise.get_noise_2d(1.0, 1.0))\n" +"print(noise.get_noise_3d(0.5, 3.0, 15.0))\n" +"print(noise.get_noise_4d(0.5, 1.9, 4.7, 0.0))\n" +"[/codeblock]" +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:33 +msgid "" +"Generate a noise image in [constant Image.FORMAT_L8] format with the " +"requested [code]width[/code] and [code]height[/code], based on the current " +"noise parameters. If [code]noise_offset[/code] is specified, then the offset " +"value is used as the coordinates of the top-left corner of the generated " +"noise." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:40 +msgid "" +"Returns the 1D noise value [code][-1,1][/code] at the given x-coordinate.\n" +"[b]Note:[/b] This method actually returns the 2D noise value [code][-1,1][/" +"code] with fixed y-coordinate value 0.0." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:49 +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:56 +msgid "Returns the 2D noise value [code][-1,1][/code] at the given position." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:65 +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:72 +msgid "Returns the 3D noise value [code][-1,1][/code] at the given position." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:82 +msgid "Returns the 4D noise value [code][-1,1][/code] at the given position." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:89 +msgid "" +"Generate a tileable noise image in [constant Image.FORMAT_L8] format, based " +"on the current noise parameters. Generated seamless images are always square " +"([code]size[/code] × [code]size[/code]).\n" +"[b]Note:[/b] Seamless noise has a lower contrast compared to non-seamless " +"noise. This is due to the way noise uses higher dimensions for generating " +"seamless noise." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:96 +msgid "Difference in period between [member octaves]." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:99 +msgid "" +"Number of OpenSimplex noise layers that are sampled to get the fractal " +"noise. Higher values result in more detailed noise but take more time to " +"generate.\n" +"[b]Note:[/b] The maximum allowed value is 9." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:103 +msgid "" +"Period of the base octave. A lower period results in a higher-frequency " +"noise (more value changes across the same distance)." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:106 +msgid "" +"Contribution factor of the different octaves. A [code]persistence[/code] " +"value of 1 means all the octaves have the same contribution, a value of 0.5 " +"means each octave contributes half as much as the previous one." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:109 +msgid "" +"Seed used to generate random values, different seeds will generate different " +"noise maps." +msgstr "" + +#: doc/classes/OptionButton.xml:4 +msgid "Button control that provides selectable options when pressed." +msgstr "" + +#: doc/classes/OptionButton.xml:7 +msgid "" +"OptionButton is a type button that provides a selectable list of items when " +"pressed. The item selected becomes the \"current\" item and is displayed as " +"the button text.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/OptionButton.xml:19 +msgid "" +"Adds an item, with a [code]texture[/code] icon, text [code]label[/code] and " +"(optionally) [code]id[/code]. If no [code]id[/code] is passed, the item " +"index will be used as the item's ID. New items are appended at the end." +msgstr "" + +#: doc/classes/OptionButton.xml:27 +msgid "" +"Adds an item, with text [code]label[/code] and (optionally) [code]id[/code]. " +"If no [code]id[/code] is passed, the item index will be used as the item's " +"ID. New items are appended at the end." +msgstr "" + +#: doc/classes/OptionButton.xml:33 +msgid "" +"Adds a separator to the list of items. Separators help to group items. " +"Separator also takes up an index and is appended at the end." +msgstr "" + +#: doc/classes/OptionButton.xml:39 +msgid "Clears all the items in the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:45 +msgid "Returns the amount of items in the OptionButton, including separators." +msgstr "" + +#: doc/classes/OptionButton.xml:52 doc/classes/PopupMenu.xml:203 +msgid "Returns the icon of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:59 +msgid "Returns the ID of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:66 +msgid "Returns the index of the item with the given [code]id[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:73 +msgid "" +"Retrieves the metadata of an item. Metadata may be any type and can be used " +"to store extra information about an item, such as an external string ID." +msgstr "" + +#: doc/classes/OptionButton.xml:80 doc/classes/PopupMenu.xml:245 +msgid "Returns the text of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:93 +msgid "" +"Returns the ID of the selected item, or [code]0[/code] if no item is " +"selected." +msgstr "" + +#: doc/classes/OptionButton.xml:99 +msgid "" +"Gets the metadata of the selected item. Metadata for items can be set using " +"[method set_item_metadata]." +msgstr "" + +#: doc/classes/OptionButton.xml:106 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:113 +msgid "Removes the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:120 +msgid "" +"Selects an item by index and makes it the current item. This will work even " +"if the item is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:128 +msgid "" +"Sets whether the item at index [code]idx[/code] is disabled.\n" +"Disabled items are drawn differently in the dropdown and are not selectable " +"by the user. If the current selected item is set as disabled, it will remain " +"selected." +msgstr "" + +#: doc/classes/OptionButton.xml:137 +msgid "Sets the icon of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:145 +msgid "Sets the ID of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:153 +msgid "" +"Sets the metadata of an item. Metadata may be of any type and can be used to " +"store extra information about an item, such as an external string ID." +msgstr "" + +#: doc/classes/OptionButton.xml:161 doc/classes/PopupMenu.xml:432 +msgid "Sets the text of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:169 +msgid "" +"The index of the currently selected item, or [code]-1[/code] if no item is " +"selected." +msgstr "" + +#: doc/classes/OptionButton.xml:177 +msgid "" +"Emitted when the user navigates to an item using the [code]ui_up[/code] or " +"[code]ui_down[/code] actions. The index of the item selected is passed as " +"argument." +msgstr "" + +#: doc/classes/OptionButton.xml:183 +msgid "" +"Emitted when the current item has been changed by the user. The index of the " +"item selected is passed as argument." +msgstr "" + +#: doc/classes/OptionButton.xml:191 +msgid "The arrow icon to be drawn on the right end of the button." +msgstr "" + +#: doc/classes/OptionButton.xml:194 +msgid "" +"The horizontal space between the arrow icon and the right edge of the button." +msgstr "" + +#: doc/classes/OptionButton.xml:197 +msgid "[StyleBox] used when the [OptionButton] is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:200 +msgid "" +"[StyleBox] used when the [OptionButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/OptionButton.xml:203 +msgid "[Font] of the [OptionButton]'s text." +msgstr "" + +#: doc/classes/OptionButton.xml:206 +msgid "Default text [Color] of the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:209 +msgid "Text [Color] used when the [OptionButton] is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:212 +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/OptionButton.xml:215 +msgid "Text [Color] used when the [OptionButton] is being hovered." +msgstr "" + +#: doc/classes/OptionButton.xml:218 +msgid "Text [Color] used when the [OptionButton] is being pressed." +msgstr "" + +#: doc/classes/OptionButton.xml:221 +msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgstr "" + +#: doc/classes/OptionButton.xml:224 +msgid "The horizontal space between [OptionButton]'s icon and text." +msgstr "" + +#: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 +msgid "[StyleBox] used when the [OptionButton] is being pressed." +msgstr "" + +#: doc/classes/OS.xml:4 +msgid "Operating System functions." +msgstr "" + +#: doc/classes/OS.xml:7 +msgid "" +"Operating System functions. OS wraps the most common functionality to " +"communicate with the host operating system, such as the clipboard, video " +"driver, date and time, timers, environment variables, execution of binaries, " +"command line, etc." +msgstr "" + +#: doc/classes/OS.xml:18 +msgid "" +"Displays a modal dialog box using the host OS' facilities. Execution is " +"blocked until the dialog is closed." +msgstr "" + +#: doc/classes/OS.xml:24 +msgid "Returns [code]true[/code] if the host OS allows drawing." +msgstr "" + +#: doc/classes/OS.xml:30 +msgid "" +"Returns [code]true[/code] if the current host platform is using multiple " +"threads." +msgstr "" + +#: doc/classes/OS.xml:36 +msgid "Centers the window on the screen if in windowed mode." +msgstr "" + +#: doc/classes/OS.xml:42 +msgid "" +"Shuts down system MIDI driver.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:50 +msgid "" +"Delays execution of the current thread by [code]msec[/code] milliseconds. " +"[code]msec[/code] must be greater than or equal to [code]0[/code]. " +"Otherwise, [method delay_msec] will do nothing and will print an error " +"message.\n" +"[b]Note:[/b] [method delay_msec] is a [i]blocking[/i] way to delay code " +"execution. To delay code execution in a non-blocking way, see [method " +"SceneTree.create_timer]. Yielding with [method SceneTree.create_timer] will " +"delay the execution of code placed below the [code]yield[/code] without " +"affecting the rest of the project (or editor, for [EditorPlugin]s and " +"[EditorScript]s).\n" +"[b]Note:[/b] When [method delay_msec] is called on the main thread, it will " +"freeze the project and will prevent it from redrawing and registering input " +"until the delay has passed. When using [method delay_msec] as part of an " +"[EditorPlugin] or [EditorScript], it will freeze the editor but won't freeze " +"the project if it is currently running (since the project is an independent " +"child process)." +msgstr "" + +#: doc/classes/OS.xml:59 +msgid "" +"Delays execution of the current thread by [code]usec[/code] microseconds. " +"[code]usec[/code] must be greater than or equal to [code]0[/code]. " +"Otherwise, [method delay_usec] will do nothing and will print an error " +"message.\n" +"[b]Note:[/b] [method delay_usec] is a [i]blocking[/i] way to delay code " +"execution. To delay code execution in a non-blocking way, see [method " +"SceneTree.create_timer]. Yielding with [method SceneTree.create_timer] will " +"delay the execution of code placed below the [code]yield[/code] without " +"affecting the rest of the project (or editor, for [EditorPlugin]s and " +"[EditorScript]s).\n" +"[b]Note:[/b] When [method delay_usec] is called on the main thread, it will " +"freeze the project and will prevent it from redrawing and registering input " +"until the delay has passed. When using [method delay_usec] as part of an " +"[EditorPlugin] or [EditorScript], it will freeze the editor but won't freeze " +"the project if it is currently running (since the project is an independent " +"child process)." +msgstr "" + +#: doc/classes/OS.xml:68 +msgid "" +"Dumps the memory allocation ringlist to a file (only works in debug).\n" +"Entry format per line: \"Address - Size - Description\"." +msgstr "" + +#: doc/classes/OS.xml:76 +msgid "" +"Dumps all used resources to file (only works in debug).\n" +"Entry format per line: \"Resource Type : Resource Location\".\n" +"At the end of the file is a statistic of all used Resource Types." +msgstr "" + +#: doc/classes/OS.xml:89 +msgid "" +"Execute the file at the given path with the arguments passed as an array of " +"strings. Platform path resolution will take place. The resolved file must " +"exist and be executable.\n" +"The arguments are used in the given order and separated by a space, so " +"[code]OS.execute(\"ping\", [\"-w\", \"3\", \"godotengine.org\"], false)[/" +"code] will resolve to [code]ping -w 3 godotengine.org[/code] in the system's " +"shell.\n" +"This method has slightly different behavior based on whether the " +"[code]blocking[/code] mode is enabled.\n" +"If [code]blocking[/code] is [code]true[/code], the Godot thread will pause " +"its execution while waiting for the process to terminate. The shell output " +"of the process will be written to the [code]output[/code] array as a single " +"string. When the process terminates, the Godot thread will resume " +"execution.\n" +"If [code]blocking[/code] is [code]false[/code], the Godot thread will " +"continue while the new process runs. It is not possible to retrieve the " +"shell output in non-blocking mode, so [code]output[/code] will be empty.\n" +"The return value also depends on the blocking mode. When blocking, the " +"method will return an exit code of the process. When non-blocking, the " +"method returns a process ID, which you can use to monitor the process (and " +"potentially terminate it with [method kill]). If the process forking (non-" +"blocking) or opening (blocking) fails, the method will return [code]-1[/" +"code] or another exit code.\n" +"Example of blocking mode and retrieving the shell output:\n" +"[codeblock]\n" +"var output = []\n" +"var exit_code = OS.execute(\"ls\", [\"-l\", \"/tmp\"], true, output)\n" +"[/codeblock]\n" +"Example of non-blocking mode, running another instance of the project and " +"storing its process ID:\n" +"[codeblock]\n" +"var pid = OS.execute(OS.get_executable_path(), [], false)\n" +"[/codeblock]\n" +"If you wish to access a shell built-in or perform a composite command, a " +"platform-specific shell can be invoked. For example:\n" +"[codeblock]\n" +"OS.execute(\"CMD.exe\", [\"/C\", \"cd %TEMP% && dir\"], true, output)\n" +"[/codeblock]\n" +"[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and " +"Windows." +msgstr "" + +#: doc/classes/OS.xml:115 +msgid "Returns the scancode of the given string (e.g. \"Escape\")." +msgstr "" + +#: doc/classes/OS.xml:121 +msgid "Returns the total number of available audio drivers." +msgstr "" + +#: doc/classes/OS.xml:128 +msgid "Returns the audio driver name for the given index." +msgstr "" + +#: doc/classes/OS.xml:134 +msgid "" +"Returns the [i]global[/i] cache data directory according to the operating " +"system's standards. On desktop platforms, this path can be overridden by " +"setting the [code]XDG_CACHE_HOME[/code] environment variable before starting " +"the project. See [url=https://docs.godotengine.org/en/latest/tutorials/io/" +"data_paths.html]File paths in Godot projects[/url] in the documentation for " +"more information. See also [method get_config_dir] and [method " +"get_data_dir].\n" +"Not to be confused with [method get_user_data_dir], which returns the " +"[i]project-specific[/i] user data path." +msgstr "" + +#: doc/classes/OS.xml:141 +msgid "" +"Returns the command-line arguments passed to the engine.\n" +"Command-line arguments can be written in any form, including both [code]--" +"key value[/code] and [code]--key=value[/code] forms so they can be properly " +"parsed, as long as custom command-line arguments do not conflict with engine " +"arguments.\n" +"You can also incorporate environment variables using the [method " +"get_environment] method.\n" +"You can set [member ProjectSettings.editor/main_run_args] to define command-" +"line arguments to be passed by the editor when running the project.\n" +"Here's a minimal example on how to parse command-line arguments into a " +"dictionary using the [code]--key=value[/code] form for arguments:\n" +"[codeblock]\n" +"var arguments = {}\n" +"for argument in OS.get_cmdline_args():\n" +" if argument.find(\"=\") > -1:\n" +" var key_value = argument.split(\"=\")\n" +" arguments[key_value[0].lstrip(\"--\")] = key_value[1]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/OS.xml:158 +msgid "" +"Returns the [i]global[/i] user configuration directory according to the " +"operating system's standards. On desktop platforms, this path can be " +"overridden by setting the [code]XDG_CONFIG_HOME[/code] environment variable " +"before starting the project. See [url=https://docs.godotengine.org/en/latest/" +"tutorials/io/data_paths.html]File paths in Godot projects[/url] in the " +"documentation for more information. See also [method get_cache_dir] and " +"[method get_data_dir].\n" +"Not to be confused with [method get_user_data_dir], which returns the " +"[i]project-specific[/i] user data path." +msgstr "" + +#: doc/classes/OS.xml:165 +msgid "" +"Returns an array of MIDI device names.\n" +"The returned array will be empty if the system MIDI driver has not " +"previously been initialised with [method open_midi_inputs].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:173 +msgid "" +"Returns the currently used video driver, using one of the values from [enum " +"VideoDriver]." +msgstr "" + +#: doc/classes/OS.xml:179 +msgid "" +"Returns the [i]global[/i] user data directory according to the operating " +"system's standards. On desktop platforms, this path can be overridden by " +"setting the [code]XDG_DATA_HOME[/code] environment variable before starting " +"the project. See [url=https://docs.godotengine.org/en/latest/tutorials/io/" +"data_paths.html]File paths in Godot projects[/url] in the documentation for " +"more information. See also [method get_cache_dir] and [method " +"get_config_dir].\n" +"Not to be confused with [method get_user_data_dir], which returns the " +"[i]project-specific[/i] user data path." +msgstr "" + +#: doc/classes/OS.xml:187 +msgid "" +"Returns current date as a dictionary of keys: [code]year[/code], " +"[code]month[/code], [code]day[/code], [code]weekday[/code], [code]dst[/code] " +"(Daylight Savings Time)." +msgstr "" + +#: doc/classes/OS.xml:194 +msgid "" +"Returns current datetime as a dictionary of keys: [code]year[/code], " +"[code]month[/code], [code]day[/code], [code]weekday[/code], [code]dst[/code] " +"(Daylight Savings Time), [code]hour[/code], [code]minute[/code], " +"[code]second[/code]." +msgstr "" + +#: doc/classes/OS.xml:201 +msgid "" +"Gets a dictionary of time values corresponding to the given UNIX epoch time " +"(in seconds).\n" +"The returned Dictionary's values will be the same as [method get_datetime], " +"with the exception of Daylight Savings Time as it cannot be determined from " +"the epoch." +msgstr "" + +#: doc/classes/OS.xml:208 +msgid "Returns the total amount of dynamic memory used (only works in debug)." +msgstr "" + +#: doc/classes/OS.xml:215 +msgid "" +"Returns the value of an environment variable. Returns an empty string if the " +"environment variable doesn't exist.\n" +"[b]Note:[/b] Double-check the casing of [code]variable[/code]. Environment " +"variable names are case-sensitive on all platforms except Windows." +msgstr "" + +#: doc/classes/OS.xml:222 +msgid "Returns the path to the current engine executable." +msgstr "" + +#: doc/classes/OS.xml:228 +msgid "" +"With this function, you can get the list of dangerous permissions that have " +"been granted to the Android application.\n" +"[b]Note:[/b] This method is implemented on Android." +msgstr "" + +#: doc/classes/OS.xml:235 +msgid "" +"Returns the IME cursor position (the currently-edited portion of the string) " +"relative to the characters in the composition string.\n" +"[constant MainLoop.NOTIFICATION_OS_IME_UPDATE] is sent to the application to " +"notify it of changes to the IME cursor position.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:243 +msgid "" +"Returns the IME intermediate composition string.\n" +"[constant MainLoop.NOTIFICATION_OS_IME_UPDATE] is sent to the application to " +"notify it of changes to the IME composition string.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:251 +msgid "" +"Returns the current latin keyboard variant as a String.\n" +"Possible return values are: [code]\"QWERTY\"[/code], [code]\"AZERTY\"[/" +"code], [code]\"QZERTY\"[/code], [code]\"DVORAK\"[/code], [code]\"NEO\"[/" +"code], [code]\"COLEMAK\"[/code] or [code]\"ERROR\"[/code].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows. Returns " +"[code]\"QWERTY\"[/code] on unsupported platforms." +msgstr "" + +#: doc/classes/OS.xml:259 +msgid "" +"Returns the host OS locale as a string of the form " +"[code]language_Script_COUNTRY_VARIANT@extra[/code]. If you want only the " +"language code and not the fully specified locale from the OS, you can use " +"[method get_locale_language].\n" +"[code]language[/code] - 2 or 3-letter [url=https://en.wikipedia.org/wiki/" +"List_of_ISO_639-1_codes]language code[/url], in lower case.\n" +"[code]Script[/code] - optional, 4-letter [url=https://en.wikipedia.org/wiki/" +"ISO_15924]script code[/url], in title case.\n" +"[code]COUNTRY[/code] - optional, 2 or 3-letter [url=https://en.wikipedia.org/" +"wiki/ISO_3166-1]country code[/url], in upper case.\n" +"[code]VARIANT[/code] - optional, language variant, region and sort order. " +"Variant can have any number of underscored keywords.\n" +"[code]extra[/code] - optional, semicolon separated list of additional key " +"words. Currency, calendar, sort order and numbering system information." +msgstr "" + +#: doc/classes/OS.xml:270 +msgid "" +"Returns the host OS locale's 2 or 3-letter [url=https://en.wikipedia.org/" +"wiki/List_of_ISO_639-1_codes]language code[/url] as a string which should be " +"consistent on all platforms. This is equivalent to extracting the " +"[code]language[/code] part of the [method get_locale] string.\n" +"This can be used to narrow down fully specified locale strings to only the " +"\"common\" language code, when you don't need the additional information " +"about country code or variants. For example, for a French Canadian user with " +"[code]fr_CA[/code] locale, this would return [code]fr[/code]." +msgstr "" + +#: doc/classes/OS.xml:277 +msgid "" +"Returns the model name of the current device.\n" +"[b]Note:[/b] This method is implemented on Android and iOS. Returns " +"[code]\"GenericDevice\"[/code] on unsupported platforms." +msgstr "" + +#: doc/classes/OS.xml:284 +msgid "" +"Returns the name of the host OS. Possible values are: [code]\"Android\"[/" +"code], [code]\"iOS\"[/code], [code]\"HTML5\"[/code], [code]\"OSX\"[/code], " +"[code]\"Server\"[/code], [code]\"Windows\"[/code], [code]\"UWP\"[/code], " +"[code]\"X11\"[/code]." +msgstr "" + +#: doc/classes/OS.xml:291 +msgid "" +"Returns internal structure pointers for use in GDNative plugins.\n" +"[b]Note:[/b] This method is implemented on Linux and Windows (other OSs will " +"soon be supported)." +msgstr "" + +#: doc/classes/OS.xml:298 +msgid "" +"Returns the amount of battery left in the device as a percentage. Returns " +"[code]-1[/code] if power state is unknown.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:305 +msgid "" +"Returns an estimate of the time left in seconds before the device runs out " +"of battery. Returns [code]-1[/code] if power state is unknown.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:312 +msgid "" +"Returns the current state of the device regarding battery and power. See " +"[enum PowerState] constants.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:319 +msgid "" +"Returns the project's process ID.\n" +"[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and " +"Windows." +msgstr "" + +#: doc/classes/OS.xml:326 +msgid "Returns the number of threads available on the host machine." +msgstr "" + +#: doc/classes/OS.xml:332 +msgid "Returns the window size including decorations like window borders." +msgstr "" + +#: doc/classes/OS.xml:339 +msgid "" +"Returns the given scancode as a string (e.g. Return values: [code]\"Escape" +"\"[/code], [code]\"Shift+Escape\"[/code]).\n" +"See also [member InputEventKey.scancode] and [method InputEventKey." +"get_scancode_with_modifiers]." +msgstr "" + +#: doc/classes/OS.xml:346 +msgid "Returns the number of displays attached to the host machine." +msgstr "" + +#: doc/classes/OS.xml:353 +msgid "" +"Returns the dots per inch density of the specified screen. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used.\n" +"[b]Note:[/b] On macOS, returned value is inaccurate if fractional display " +"scaling mode is used.\n" +"[b]Note:[/b] On Android devices, the actual screen densities are grouped " +"into six generalized densities:\n" +"[codeblock]\n" +" ldpi - 120 dpi\n" +" mdpi - 160 dpi\n" +" hdpi - 240 dpi\n" +" xhdpi - 320 dpi\n" +" xxhdpi - 480 dpi\n" +"xxxhdpi - 640 dpi\n" +"[/codeblock]\n" +"[b]Note:[/b] This method is implemented on Android, Linux, macOS and " +"Windows. Returns [code]72[/code] on unsupported platforms." +msgstr "" + +#: doc/classes/OS.xml:370 +msgid "" +"Return the greatest scale factor of all screens.\n" +"[b]Note:[/b] On macOS returned value is [code]2.0[/code] if there is at " +"least one hiDPI (Retina) screen in the system, and [code]1.0[/code] in all " +"other cases.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:379 +msgid "" +"Returns the position of the specified screen by index. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used." +msgstr "" + +#: doc/classes/OS.xml:386 +msgid "" +"Return the scale factor of the specified screen by index. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used.\n" +"[b]Note:[/b] On macOS returned value is [code]2.0[/code] for hiDPI (Retina) " +"screen, and [code]1.0[/code] for all other cases.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:395 +msgid "" +"Returns the dimensions in pixels of the specified screen. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used." +msgstr "" + +#: doc/classes/OS.xml:401 +msgid "" +"Returns the amount of time in milliseconds it took for the boot logo to " +"appear." +msgstr "" + +#: doc/classes/OS.xml:407 +msgid "Returns the maximum amount of static memory used (only works in debug)." +msgstr "" + +#: doc/classes/OS.xml:413 +msgid "Returns the amount of static memory being used by the program in bytes." +msgstr "" + +#: doc/classes/OS.xml:421 +msgid "" +"Returns the actual path to commonly used folders across different platforms. " +"Available locations are specified in [enum SystemDir].\n" +"[b]Note:[/b] This method is implemented on Android, Linux, macOS and " +"Windows.\n" +"[b]Note:[/b] Shared storage is implemented on Android and allows to " +"differentiate between app specific and shared directories. Shared " +"directories have additional restrictions on Android." +msgstr "" + +#: doc/classes/OS.xml:429 +msgid "Returns the epoch time of the operating system in milliseconds." +msgstr "" + +#: doc/classes/OS.xml:435 +msgid "Returns the epoch time of the operating system in seconds." +msgstr "" + +#: doc/classes/OS.xml:441 +msgid "" +"Returns the total number of available tablet drivers.\n" +"[b]Note:[/b] This method is implemented on Windows." +msgstr "" + +#: doc/classes/OS.xml:449 +msgid "" +"Returns the tablet driver name for the given index.\n" +"[b]Note:[/b] This method is implemented on Windows." +msgstr "" + +#: doc/classes/OS.xml:456 +msgid "" +"Returns the ID of the current thread. This can be used in logs to ease " +"debugging of multi-threaded applications.\n" +"[b]Note:[/b] Thread IDs are not deterministic and may be reused across " +"application restarts." +msgstr "" + +#: doc/classes/OS.xml:463 +msgid "" +"Returns the amount of time passed in milliseconds since the engine started." +msgstr "" + +#: doc/classes/OS.xml:469 +msgid "" +"Returns the amount of time passed in microseconds since the engine started." +msgstr "" + +#: doc/classes/OS.xml:476 +msgid "Returns current time as a dictionary of keys: hour, minute, second." +msgstr "" + +#: doc/classes/OS.xml:482 +msgid "" +"Returns the current time zone as a dictionary with the keys: bias and name." +msgstr "" + +#: doc/classes/OS.xml:488 +msgid "" +"Returns a string that is unique to the device.\n" +"[b]Note:[/b] This string may change without notice if the user reinstalls/" +"upgrades their operating system or changes their hardware. This means it " +"should generally not be used to encrypt persistent data as the data saved " +"before an unexpected ID change would become inaccessible. The returned " +"string may also be falsified using external programs, so do not rely on the " +"string returned by [method get_unique_id] for security purposes.\n" +"[b]Note:[/b] Returns an empty string on HTML5 and UWP, as this method isn't " +"implemented on those platforms yet." +msgstr "" + +#: doc/classes/OS.xml:496 +msgid "" +"Returns the current UNIX epoch timestamp in seconds.\n" +"[b]Important:[/b] This is the system clock that the user can manually set. " +"[b]Never use[/b] this method for precise time calculation since its results " +"are also subject to automatic adjustments by the operating system. [b]Always " +"use[/b] [method get_ticks_usec] or [method get_ticks_msec] for precise time " +"calculation instead, since they are guaranteed to be monotonic (i.e. never " +"decrease)." +msgstr "" + +#: doc/classes/OS.xml:504 +msgid "" +"Gets an epoch time value from a dictionary of time values.\n" +"[code]datetime[/code] must be populated with the following keys: [code]year[/" +"code], [code]month[/code], [code]day[/code], [code]hour[/code], " +"[code]minute[/code], [code]second[/code].\n" +"If the dictionary is empty [code]0[/code] is returned. If some keys are " +"omitted, they default to the equivalent values for the UNIX epoch timestamp " +"0 (1970-01-01 at 00:00:00 UTC).\n" +"You can pass the output from [method get_datetime_from_unix_time] directly " +"into this function. Daylight Savings Time ([code]dst[/code]), if present, is " +"ignored." +msgstr "" + +#: doc/classes/OS.xml:513 +msgid "" +"Returns the absolute directory path where user data is written ([code]user://" +"[/code]).\n" +"On Linux, this is [code]~/.local/share/godot/app_userdata/[project_name][/" +"code], or [code]~/.local/share/[custom_name][/code] if " +"[code]use_custom_user_dir[/code] is set.\n" +"On macOS, this is [code]~/Library/Application Support/Godot/app_userdata/" +"[project_name][/code], or [code]~/Library/Application Support/[custom_name][/" +"code] if [code]use_custom_user_dir[/code] is set.\n" +"On Windows, this is [code]%APPDATA%\\Godot\\app_userdata\\[project_name][/" +"code], or [code]%APPDATA%\\[custom_name][/code] if " +"[code]use_custom_user_dir[/code] is set. [code]%APPDATA%[/code] expands to " +"[code]%USERPROFILE%\\AppData\\Roaming[/code].\n" +"If the project name is empty, [code]user://[/code] falls back to [code]res://" +"[/code].\n" +"Not to be confused with [method get_data_dir], which returns the [i]global[/" +"i] (non-project-specific) user data directory." +msgstr "" + +#: doc/classes/OS.xml:524 +msgid "Returns the number of video drivers supported on the current platform." +msgstr "" + +#: doc/classes/OS.xml:531 +msgid "" +"Returns the name of the video driver matching the given [code]driver[/code] " +"index. This index is a value from [enum VideoDriver], and you can use " +"[method get_current_video_driver] to get the current backend's index." +msgstr "" + +#: doc/classes/OS.xml:537 +msgid "" +"Returns the on-screen keyboard's height in pixels. Returns 0 if there is no " +"keyboard or if it is currently hidden." +msgstr "" + +#: doc/classes/OS.xml:543 +msgid "" +"Returns unobscured area of the window where interactive controls should be " +"rendered." +msgstr "" + +#: doc/classes/OS.xml:553 +msgid "" +"Add a new item with text \"label\" to global menu. Use \"_dock\" menu to add " +"item to the macOS dock icon menu.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:561 +msgid "" +"Add a separator between items. Separators also occupy an index.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:569 +msgid "" +"Clear the global menu, in effect removing all items.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:578 +msgid "" +"Removes the item at index \"idx\" from the global menu. Note that the " +"indexes of items after the removed item are going to be shifted by one.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:586 +msgid "" +"Returns [code]true[/code] if the environment variable with the name " +"[code]variable[/code] exists.\n" +"[b]Note:[/b] Double-check the casing of [code]variable[/code]. Environment " +"variable names are case-sensitive on all platforms except Windows." +msgstr "" + +#: doc/classes/OS.xml:594 +msgid "" +"Returns [code]true[/code] if the feature for the given feature tag is " +"supported in the currently running instance, depending on the platform, " +"build etc. Can be used to check whether you're currently running a debug " +"build, on a certain platform or arch, etc. Refer to the [url=https://docs." +"godotengine.org/en/3.4/getting_started/workflow/export/feature_tags." +"html]Feature Tags[/url] documentation for more details.\n" +"[b]Note:[/b] Tag names are case-sensitive." +msgstr "" + +#: doc/classes/OS.xml:601 +msgid "" +"Returns [code]true[/code] if the device has a touchscreen or emulates one." +msgstr "" + +#: doc/classes/OS.xml:607 +msgid "" +"Returns [code]true[/code] if the platform has a virtual keyboard, " +"[code]false[/code] otherwise." +msgstr "" + +#: doc/classes/OS.xml:613 +msgid "Hides the virtual keyboard if it is shown, does nothing otherwise." +msgstr "" + +#: doc/classes/OS.xml:619 +msgid "" +"Returns [code]true[/code] if the Godot binary used to run the project is a " +"[i]debug[/i] export template, or when running in the editor.\n" +"Returns [code]false[/code] if the Godot binary used to run the project is a " +"[i]release[/i] export template.\n" +"To check whether the Godot binary used to run the project is an export " +"template (debug or release), use [code]OS.has_feature(\"standalone\")[/code] " +"instead." +msgstr "" + +#: doc/classes/OS.xml:627 +msgid "" +"Returns [code]true[/code] if the [b]OK[/b] button should appear on the left " +"and [b]Cancel[/b] on the right." +msgstr "" + +#: doc/classes/OS.xml:634 +msgid "" +"Returns [code]true[/code] if the input scancode corresponds to a Unicode " +"character." +msgstr "" + +#: doc/classes/OS.xml:640 +msgid "" +"Returns [code]true[/code] if the engine was executed with [code]-v[/code] " +"(verbose stdout)." +msgstr "" + +#: doc/classes/OS.xml:646 +msgid "" +"If [code]true[/code], the [code]user://[/code] file system is persistent, so " +"that its state is the same after a player quits and starts the game again. " +"Relevant to the HTML5 platform, where this persistence may be unavailable." +msgstr "" + +#: doc/classes/OS.xml:652 +msgid "" +"Returns [code]true[/code] if the window should always be on top of other " +"windows." +msgstr "" + +#: doc/classes/OS.xml:658 +msgid "" +"Returns [code]true[/code] if the window is currently focused.\n" +"[b]Note:[/b] Only implemented on desktop platforms. On other platforms, it " +"will always return [code]true[/code]." +msgstr "" + +#: doc/classes/OS.xml:665 +msgid "" +"Returns active keyboard layout index.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:672 +msgid "" +"Returns the number of keyboard layouts.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:680 +msgid "" +"Returns the ISO-639/BCP-47 language code of the keyboard layout at position " +"[code]index[/code].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:688 +msgid "" +"Returns the localized name of the keyboard layout at position [code]index[/" +"code].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:696 +msgid "" +"Sets active keyboard layout.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:704 +msgid "" +"Kill (terminate) the process identified by the given process ID ([code]pid[/" +"code]), e.g. the one returned by [method execute] in non-blocking mode.\n" +"[b]Note:[/b] This method can also be used to kill processes that were not " +"spawned by the game.\n" +"[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and " +"Windows." +msgstr "" + +#: doc/classes/OS.xml:712 +msgid "" +"Moves the window to the front.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:719 +msgid "" +"Returns [code]true[/code] if native video is playing.\n" +"[b]Note:[/b] This method is only implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:726 +msgid "" +"Pauses native video playback.\n" +"[b]Note:[/b] This method is only implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:737 +msgid "" +"Plays native video from the specified path, at the given volume and with " +"audio and subtitle tracks.\n" +"[b]Note:[/b] This method is only implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:744 +msgid "" +"Stops native video playback.\n" +"[b]Note:[/b] This method is implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:751 +msgid "" +"Resumes native video playback.\n" +"[b]Note:[/b] This method is implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:758 +msgid "" +"Initialises the singleton for the system MIDI driver.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:766 +msgid "" +"Shows all resources in the game. Optionally, the list can be written to a " +"file by specifying a file path in [code]tofile[/code]." +msgstr "" + +#: doc/classes/OS.xml:772 +msgid "Shows the list of loaded textures sorted by size in memory." +msgstr "" + +#: doc/classes/OS.xml:779 +msgid "Shows the number of resources loaded by the game of the given types." +msgstr "" + +#: doc/classes/OS.xml:786 +msgid "Shows all resources currently used by the game." +msgstr "" + +#: doc/classes/OS.xml:792 +msgid "" +"Request the user attention to the window. It'll flash the taskbar button on " +"Windows or bounce the dock icon on OSX.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:800 +msgid "" +"At the moment this function is only used by [code]AudioDriverOpenSL[/code] " +"to request permission for [code]RECORD_AUDIO[/code] on Android." +msgstr "" + +#: doc/classes/OS.xml:806 +msgid "" +"With this function, you can request dangerous permissions since normal " +"permissions are automatically granted at install time in Android " +"applications.\n" +"[b]Note:[/b] This method is implemented on Android." +msgstr "" + +#: doc/classes/OS.xml:815 +msgid "" +"Sets the value of the environment variable [code]variable[/code] to " +"[code]value[/code]. The environment variable will be set for the Godot " +"process and any process executed with [method execute] after running [method " +"set_environment]. The environment variable will [i]not[/i] persist to " +"processes run after the Godot process was terminated.\n" +"[b]Note:[/b] Double-check the casing of [code]variable[/code]. Environment " +"variable names are case-sensitive on all platforms except Windows." +msgstr "" + +#: doc/classes/OS.xml:823 +msgid "" +"Sets the game's icon using an [Image] resource.\n" +"The same image is used for window caption, taskbar/dock and window selection " +"dialog. Image is scaled as needed.\n" +"[b]Note:[/b] This method is implemented on HTML5, Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:832 +msgid "" +"Sets whether IME input mode should be enabled.\n" +"If active IME handles key events before the application and creates an " +"composition string and suggestion list.\n" +"Application can retrieve the composition status by using [method " +"get_ime_selection] and [method get_ime_text] functions.\n" +"Completed composition string is committed when input is finished.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:843 +msgid "" +"Sets position of IME suggestion list popup (in window coordinates).\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:851 +msgid "" +"Sets the game's icon using a multi-size platform-specific icon file ([code]*." +"ico[/code] on Windows and [code]*.icns[/code] on macOS).\n" +"Appropriate size sub-icons are used for window caption, taskbar/dock and " +"window selection dialog.\n" +"[b]Note:[/b] This method is implemented on macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:860 +msgid "Sets the name of the current thread." +msgstr "" + +#: doc/classes/OS.xml:867 +msgid "Enables backup saves if [code]enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/OS.xml:874 +msgid "" +"Sets whether the window should always be on top.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:882 +msgid "" +"Sets a polygonal region of the window which accepts mouse events. Mouse " +"events outside the region will be passed through.\n" +"Passing an empty array will disable passthrough support (all mouse events " +"will be intercepted by the window, which is the default behavior).\n" +"[codeblock]\n" +"# Set region, using Path2D node.\n" +"OS.set_window_mouse_passthrough($Path2D.curve.get_baked_points())\n" +"\n" +"# Set region, using Polygon2D node.\n" +"OS.set_window_mouse_passthrough($Polygon2D.polygon)\n" +"\n" +"# Reset region to default.\n" +"OS.set_window_mouse_passthrough([])\n" +"[/codeblock]\n" +"[b]Note:[/b] On Windows, the portion of a window that lies outside the " +"region is not drawn, while on Linux and macOS it is.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:902 +msgid "" +"Sets the window title to the specified string.\n" +"[b]Note:[/b] This should be used sporadically. Don't set this every frame, " +"as that will negatively affect performance on some window managers.\n" +"[b]Note:[/b] This method is implemented on HTML5, Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:911 +msgid "" +"Requests the OS to open a resource with the most appropriate program. For " +"example:\n" +"- [code]OS.shell_open(\"C:\\\\Users\\name\\Downloads\")[/code] on Windows " +"opens the file explorer at the user's Downloads folder.\n" +"- [code]OS.shell_open(\"https://godotengine.org\")[/code] opens the default " +"web browser on the official Godot website.\n" +"- [code]OS.shell_open(\"mailto:example@example.com\")[/code] opens the " +"default email client with the \"To\" field set to [code]example@example.com[/" +"code]. See [url=https://blog.escapecreative.com/customizing-mailto-" +"links/]Customizing [code]mailto:[/code] Links[/url] for a list of fields " +"that can be added.\n" +"Use [method ProjectSettings.globalize_path] to convert a [code]res://[/code] " +"or [code]user://[/code] path into a system path for use with this method.\n" +"[b]Note:[/b] This method is implemented on Android, iOS, HTML5, Linux, macOS " +"and Windows." +msgstr "" + +#: doc/classes/OS.xml:924 +msgid "" +"Shows the virtual keyboard if the platform has one.\n" +"The [code]existing_text[/code] parameter is useful for implementing your own " +"[LineEdit] or [TextEdit], as it tells the virtual keyboard what text has " +"already been typed (the virtual keyboard uses it for auto-correct and " +"predictions).\n" +"The [code]multiline[/code] parameter needs to be set to [code]true[/code] to " +"be able to enter multiple lines of text, as in [TextEdit].\n" +"[b]Note:[/b] This method is implemented on Android, iOS and UWP." +msgstr "" + +#: doc/classes/OS.xml:933 +msgid "The clipboard from the host OS. Might be unavailable on some platforms." +msgstr "" + +#: doc/classes/OS.xml:936 +msgid "The current screen index (starting from 0)." +msgstr "" + +#: doc/classes/OS.xml:939 +msgid "" +"If [code]true[/code], the engine filters the time delta measured between " +"each frame, and attempts to compensate for random variation. This will only " +"operate on systems where V-Sync is active." +msgstr "" + +#: doc/classes/OS.xml:942 +msgid "" +"The exit code passed to the OS when the main loop exits. By convention, an " +"exit code of [code]0[/code] indicates success whereas a non-zero exit code " +"indicates an error. For portability reasons, the exit code should be set " +"between 0 and 125 (inclusive).\n" +"[b]Note:[/b] This value will be ignored if using [method SceneTree.quit] " +"with an [code]exit_code[/code] argument passed." +msgstr "" + +#: doc/classes/OS.xml:946 +msgid "" +"If [code]true[/code], the engine tries to keep the screen on while the game " +"is running. Useful on mobile." +msgstr "" + +#: doc/classes/OS.xml:949 +msgid "" +"If [code]true[/code], the engine optimizes for low processor usage by only " +"refreshing the screen if needed. Can improve battery consumption on mobile." +msgstr "" + +#: doc/classes/OS.xml:952 +msgid "" +"The amount of sleeping between frames when the low-processor usage mode is " +"enabled (in microseconds). Higher values will result in lower CPU usage." +msgstr "" + +#: doc/classes/OS.xml:955 +msgid "" +"The maximum size of the window (without counting window manager " +"decorations). Does not affect fullscreen mode. Set to [code](0, 0)[/code] to " +"reset to the system default value." +msgstr "" + +#: doc/classes/OS.xml:958 +msgid "" +"The minimum size of the window in pixels (without counting window manager " +"decorations). Does not affect fullscreen mode. Set to [code](0, 0)[/code] to " +"reset to the system's default value.\n" +"[b]Note:[/b] By default, the project window has a minimum size of " +"[code]Vector2(64, 64)[/code]. This prevents issues that can arise when the " +"window is resized to a near-zero size." +msgstr "" + +#: doc/classes/OS.xml:962 +msgid "The current screen orientation." +msgstr "" + +#: doc/classes/OS.xml:965 +msgid "The current tablet driver in use." +msgstr "" + +#: doc/classes/OS.xml:968 +msgid "If [code]true[/code], vertical synchronization (Vsync) is enabled." +msgstr "" + +#: doc/classes/OS.xml:971 +msgid "" +"If [code]true[/code] and [code]vsync_enabled[/code] is true, the operating " +"system's window compositor will be used for vsync when the compositor is " +"enabled and the game is in windowed mode.\n" +"[b]Note:[/b] This option is experimental and meant to alleviate stutter " +"experienced by some users. However, some users have experienced a Vsync " +"framerate halving (e.g. from 60 FPS to 30 FPS) when using it.\n" +"[b]Note:[/b] This property is only implemented on Windows." +msgstr "" + +#: doc/classes/OS.xml:976 +msgid "" +"If [code]true[/code], removes the window frame.\n" +"[b]Note:[/b] Setting [code]window_borderless[/code] to [code]false[/code] " +"disables per-pixel transparency." +msgstr "" + +#: doc/classes/OS.xml:980 +msgid "If [code]true[/code], the window is fullscreen." +msgstr "" + +#: doc/classes/OS.xml:983 +msgid "If [code]true[/code], the window is maximized." +msgstr "" + +#: doc/classes/OS.xml:986 +msgid "If [code]true[/code], the window is minimized." +msgstr "" + +#: doc/classes/OS.xml:989 +msgid "" +"If [code]true[/code], the window background is transparent and the window " +"frame is removed.\n" +"Use [code]get_tree().get_root().set_transparent_background(true)[/code] to " +"disable main viewport background rendering.\n" +"[b]Note:[/b] This property has no effect if [member ProjectSettings.display/" +"window/per_pixel_transparency/allowed] setting is disabled.\n" +"[b]Note:[/b] This property is implemented on HTML5, Linux, macOS, Windows, " +"and Android. It can't be changed at runtime for Android. Use [member " +"ProjectSettings.display/window/per_pixel_transparency/enabled] to set it at " +"startup instead." +msgstr "" + +#: doc/classes/OS.xml:995 +msgid "" +"The window position relative to the screen, the origin is the top left " +"corner, +Y axis goes to the bottom and +X axis goes to the right." +msgstr "" + +#: doc/classes/OS.xml:998 +msgid "If [code]true[/code], the window is resizable by the user." +msgstr "" + +#: doc/classes/OS.xml:1001 +msgid "The size of the window (without counting window manager decorations)." +msgstr "" + +#: doc/classes/OS.xml:1006 +msgid "" +"The GLES2 rendering backend. It uses OpenGL ES 2.0 on mobile devices, OpenGL " +"2.1 on desktop platforms and WebGL 1.0 on the web." +msgstr "" + +#: doc/classes/OS.xml:1009 +msgid "" +"The GLES3 rendering backend. It uses OpenGL ES 3.0 on mobile devices, OpenGL " +"3.3 on desktop platforms and WebGL 2.0 on the web." +msgstr "" + +#: doc/classes/OS.xml:1012 +msgid "Sunday." +msgstr "" + +#: doc/classes/OS.xml:1015 +msgid "Monday." +msgstr "" + +#: doc/classes/OS.xml:1018 +msgid "Tuesday." +msgstr "" + +#: doc/classes/OS.xml:1021 +msgid "Wednesday." +msgstr "" + +#: doc/classes/OS.xml:1024 +msgid "Thursday." +msgstr "" + +#: doc/classes/OS.xml:1027 +msgid "Friday." +msgstr "" + +#: doc/classes/OS.xml:1030 +msgid "Saturday." +msgstr "" + +#: doc/classes/OS.xml:1033 +msgid "January." +msgstr "" + +#: doc/classes/OS.xml:1036 +msgid "February." +msgstr "" + +#: doc/classes/OS.xml:1039 +msgid "March." +msgstr "" + +#: doc/classes/OS.xml:1042 +msgid "April." +msgstr "" + +#: doc/classes/OS.xml:1045 +msgid "May." +msgstr "" + +#: doc/classes/OS.xml:1048 +msgid "June." +msgstr "" + +#: doc/classes/OS.xml:1051 +msgid "July." +msgstr "" + +#: doc/classes/OS.xml:1054 +msgid "August." +msgstr "" + +#: doc/classes/OS.xml:1057 +msgid "September." +msgstr "" + +#: doc/classes/OS.xml:1060 +msgid "October." +msgstr "" + +#: doc/classes/OS.xml:1063 +msgid "November." +msgstr "" + +#: doc/classes/OS.xml:1066 +msgid "December." +msgstr "" + +#: doc/classes/OS.xml:1069 +msgid "" +"Application handle:\n" +"- Windows: [code]HINSTANCE[/code] of the application\n" +"- MacOS: [code]NSApplication*[/code] of the application (not yet " +"implemented)\n" +"- Android: [code]JNIEnv*[/code] of the application (not yet implemented)" +msgstr "" + +#: doc/classes/OS.xml:1075 +msgid "" +"Display handle:\n" +"- Linux: [code]X11::Display*[/code] for the display" +msgstr "" + +#: doc/classes/OS.xml:1079 +msgid "" +"Window handle:\n" +"- Windows: [code]HWND[/code] of the main window\n" +"- Linux: [code]X11::Window*[/code] of the main window\n" +"- MacOS: [code]NSWindow*[/code] of the main window (not yet implemented)\n" +"- Android: [code]jObject[/code] the main android activity (not yet " +"implemented)" +msgstr "" + +#: doc/classes/OS.xml:1086 +msgid "" +"Window view:\n" +"- Windows: [code]HDC[/code] of the main window drawing context\n" +"- MacOS: [code]NSView*[/code] of the main windows view (not yet implemented)" +msgstr "" + +#: doc/classes/OS.xml:1091 +msgid "" +"OpenGL Context:\n" +"- Windows: [code]HGLRC[/code]\n" +"- Linux: [code]X11::GLXContext[/code]\n" +"- MacOS: [code]NSOpenGLContext*[/code] (not yet implemented)" +msgstr "" + +#: doc/classes/OS.xml:1097 +msgid "Landscape screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1100 +msgid "Portrait screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1103 +msgid "Reverse landscape screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1106 +msgid "Reverse portrait screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1109 +msgid "Uses landscape or reverse landscape based on the hardware sensor." +msgstr "" + +#: doc/classes/OS.xml:1112 +msgid "Uses portrait or reverse portrait based on the hardware sensor." +msgstr "" + +#: doc/classes/OS.xml:1115 +msgid "Uses most suitable orientation based on the hardware sensor." +msgstr "" + +#: doc/classes/OS.xml:1118 +msgid "Desktop directory path." +msgstr "" + +#: doc/classes/OS.xml:1121 +msgid "DCIM (Digital Camera Images) directory path." +msgstr "" + +#: doc/classes/OS.xml:1124 +msgid "Documents directory path." +msgstr "" + +#: doc/classes/OS.xml:1127 +msgid "Downloads directory path." +msgstr "" + +#: doc/classes/OS.xml:1130 +msgid "Movies directory path." +msgstr "" + +#: doc/classes/OS.xml:1133 +msgid "Music directory path." +msgstr "" + +#: doc/classes/OS.xml:1136 +msgid "Pictures directory path." +msgstr "" + +#: doc/classes/OS.xml:1139 +msgid "Ringtones directory path." +msgstr "" + +#: doc/classes/OS.xml:1142 +msgid "Unknown powerstate." +msgstr "" + +#: doc/classes/OS.xml:1145 +msgid "Unplugged, running on battery." +msgstr "" + +#: doc/classes/OS.xml:1148 +msgid "Plugged in, no battery available." +msgstr "" + +#: doc/classes/OS.xml:1151 +msgid "Plugged in, battery charging." +msgstr "" + +#: doc/classes/OS.xml:1154 +msgid "Plugged in, battery fully charged." +msgstr "" + +#: doc/classes/PackedDataContainerRef.xml:4 +msgid "Reference version of [PackedDataContainer]." +msgstr "" + +#: doc/classes/PackedScene.xml:4 +msgid "An abstraction of a serialized scene." +msgstr "" + +#: doc/classes/PackedScene.xml:7 +msgid "" +"A simplified interface to a scene file. Provides access to operations and " +"checks that can be performed on the scene resource itself.\n" +"Can be used to save a node to a file. When saving, the node as well as all " +"the nodes it owns get saved (see [code]owner[/code] property on [Node]).\n" +"[b]Note:[/b] The node doesn't need to own itself.\n" +"[b]Example of loading a saved scene:[/b]\n" +"[codeblock]\n" +"# Use `load()` instead of `preload()` if the path isn't known at compile-" +"time.\n" +"var scene = preload(\"res://scene.tscn\").instance()\n" +"# Add the node as a child of the node the script is attached to.\n" +"add_child(scene)\n" +"[/codeblock]\n" +"[b]Example of saving a node with different owners:[/b] The following example " +"creates 3 objects: [code]Node2D[/code] ([code]node[/code]), " +"[code]RigidBody2D[/code] ([code]rigid[/code]) and [code]CollisionObject2D[/" +"code] ([code]collision[/code]). [code]collision[/code] is a child of " +"[code]rigid[/code] which is a child of [code]node[/code]. Only [code]rigid[/" +"code] is owned by [code]node[/code] and [code]pack[/code] will therefore " +"only save those two nodes, but not [code]collision[/code].\n" +"[codeblock]\n" +"# Create the objects.\n" +"var node = Node2D.new()\n" +"var rigid = RigidBody2D.new()\n" +"var collision = CollisionShape2D.new()\n" +"\n" +"# Create the object hierarchy.\n" +"rigid.add_child(collision)\n" +"node.add_child(rigid)\n" +"\n" +"# Change owner of `rigid`, but not of `collision`.\n" +"rigid.owner = node\n" +"\n" +"var scene = PackedScene.new()\n" +"# Only `node` and `rigid` are now packed.\n" +"var result = scene.pack(node)\n" +"if result == OK:\n" +" var error = ResourceSaver.save(\"res://path/name.scn\", scene) # Or " +"\"user://...\"\n" +" if error != OK:\n" +" push_error(\"An error occurred while saving the scene to disk.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/PackedScene.xml:47 +msgid "Returns [code]true[/code] if the scene file has nodes." +msgstr "" + +#: doc/classes/PackedScene.xml:53 +msgid "" +"Returns the [code]SceneState[/code] representing the scene file contents." +msgstr "" + +#: doc/classes/PackedScene.xml:60 +msgid "" +"Instantiates the scene's node hierarchy. Triggers child scene " +"instantiation(s). Triggers a [constant Node.NOTIFICATION_INSTANCED] " +"notification on the root node." +msgstr "" + +#: doc/classes/PackedScene.xml:67 +msgid "" +"Pack will ignore any sub-nodes not owned by given node. See [member Node." +"owner]." +msgstr "" + +#: doc/classes/PackedScene.xml:73 +msgid "" +"A dictionary representation of the scene contents.\n" +"Available keys include \"rnames\" and \"variants\" for resources, " +"\"node_count\", \"nodes\", \"node_paths\" for nodes, \"editable_instances\" " +"for base scene children overrides, \"conn_count\" and \"conns\" for signal " +"connections, and \"version\" for the format style of the PackedScene." +msgstr "" + +#: doc/classes/PackedScene.xml:79 +msgid "If passed to [method instance], blocks edits to the scene state." +msgstr "" + +#: doc/classes/PackedScene.xml:82 +msgid "" +"If passed to [method instance], provides local scene resources to the local " +"scene.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/PackedScene.xml:86 +msgid "" +"If passed to [method instance], provides local scene resources to the local " +"scene. Only the main scene should receive the main edit state.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/PacketPeer.xml:4 +msgid "Abstraction and base class for packet-based protocols." +msgstr "" + +#: doc/classes/PacketPeer.xml:7 +msgid "" +"PacketPeer is an abstraction and base class for packet-based protocols (such " +"as UDP). It provides an API for sending and receiving packets both as raw " +"data or variables. This makes it easy to transfer data over a protocol, " +"without having to encode data as low-level bytes or having to worry about " +"network ordering." +msgstr "" + +#: doc/classes/PacketPeer.xml:15 +msgid "Returns the number of packets currently available in the ring-buffer." +msgstr "" + +#: doc/classes/PacketPeer.xml:21 +msgid "Gets a raw packet." +msgstr "" + +#: doc/classes/PacketPeer.xml:27 +msgid "" +"Returns the error state of the last packet received (via [method get_packet] " +"and [method get_var])." +msgstr "" + +#: doc/classes/PacketPeer.xml:34 +msgid "" +"Gets a Variant. If [code]allow_objects[/code] (or [member " +"allow_object_decoding]) is [code]true[/code], decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/PacketPeer.xml:42 +msgid "Sends a raw packet." +msgstr "" + +#: doc/classes/PacketPeer.xml:50 +msgid "" +"Sends a [Variant] as a packet. If [code]full_objects[/code] (or [member " +"allow_object_decoding]) is [code]true[/code], encoding objects is allowed " +"(and can potentially include code)." +msgstr "" + +#: doc/classes/PacketPeer.xml:56 +msgid "" +"[i]Deprecated.[/i] Use [code]get_var[/code] and [code]put_var[/code] " +"parameters instead.\n" +"If [code]true[/code], the PacketPeer will allow encoding and decoding of " +"object via [method get_var] and [method put_var].\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/PacketPeer.xml:61 +msgid "" +"Maximum buffer size allowed when encoding [Variant]s. Raise this value to " +"support heavier memory allocations.\n" +"The [method put_var] method allocates memory on the stack, and the buffer " +"used will grow automatically to the closest power of two to match the size " +"of the [Variant]. If the [Variant] is bigger than " +"[code]encode_buffer_max_size[/code], the method will error out with " +"[constant ERR_OUT_OF_MEMORY]." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:4 +msgid "DTLS packet peer." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:7 +msgid "" +"This class represents a DTLS peer connection. It can be used to connect to a " +"DTLS server, and is returned by [method DTLSServer.take_connection].\n" +"[b]Warning:[/b] SSL/TLS certificate revocation and certificate pinning are " +"currently not supported. Revoked certificates are accepted as long as they " +"are otherwise valid. If this is a concern, you may want to use automatically " +"managed certificates with a short validity period." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:20 +msgid "" +"Connects a [code]peer[/code] beginning the DTLS handshake using the " +"underlying [PacketPeerUDP] which must be connected (see [method " +"PacketPeerUDP.connect_to_host]). If [code]validate_certs[/code] is " +"[code]true[/code], [PacketPeerDTLS] will validate that the certificate " +"presented by the remote peer and match it with the [code]for_hostname[/code] " +"argument. You can specify a custom [X509Certificate] to use for validation " +"via the [code]valid_certificate[/code] argument." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:26 +msgid "Disconnects this peer, terminating the DTLS session." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:32 doc/classes/StreamPeerSSL.xml:43 +msgid "Returns the status of the connection. See [enum Status] for values." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:38 +msgid "" +"Poll the connection to check for incoming packets. Call this frequently to " +"update the status and keep the connection working." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:44 +msgid "A status representing a [PacketPeerDTLS] that is disconnected." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:47 +msgid "" +"A status representing a [PacketPeerDTLS] that is currently performing the " +"handshake with a remote peer." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:50 +msgid "" +"A status representing a [PacketPeerDTLS] that is connected to a remote peer." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:53 +msgid "A status representing a [PacketPeerDTLS] in a generic error state." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:56 +msgid "" +"An error status that shows a mismatch in the DTLS certificate domain " +"presented by the host and the domain requested for validation." +msgstr "" + +#: doc/classes/PacketPeerStream.xml:4 +msgid "Wrapper to use a PacketPeer over a StreamPeer." +msgstr "" + +#: doc/classes/PacketPeerStream.xml:7 +msgid "" +"PacketStreamPeer provides a wrapper for working using packets over a stream. " +"This allows for using packet based code with StreamPeers. PacketPeerStream " +"implements a custom protocol over the StreamPeer, so the user should not " +"read or write to the wrapped StreamPeer directly." +msgstr "" + +#: doc/classes/PacketPeerStream.xml:19 +msgid "The wrapped [StreamPeer] object." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:4 +msgid "UDP packet peer." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:7 +msgid "" +"UDP packet peer. Can be used to send raw UDP packets as well as [Variant]s." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:15 +msgid "Closes the UDP socket the [PacketPeerUDP] is currently listening on." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:23 +msgid "" +"Calling this method connects this UDP peer to the given [code]host[/code]/" +"[code]port[/code] pair. UDP is in reality connectionless, so this option " +"only means that incoming packets from different addresses are automatically " +"discarded, and that outgoing packets are always sent to the connected " +"address (future calls to [method set_dest_address] are not allowed). This " +"method does not send any data to the remote peer, to do that, use [method " +"PacketPeer.put_var] or [method PacketPeer.put_packet] as usual. See also " +"[UDPServer].\n" +"[b]Note:[/b] Connecting to the remote peer does not help to protect from " +"malicious attacks like IP spoofing, etc. Think about using an encryption " +"technique like SSL or DTLS if you feel like your application is transferring " +"sensitive information." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:30 +msgid "" +"Returns the IP of the remote peer that sent the last packet(that was " +"received with [method PacketPeer.get_packet] or [method PacketPeer.get_var])." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:36 +msgid "" +"Returns the port of the remote peer that sent the last packet(that was " +"received with [method PacketPeer.get_packet] or [method PacketPeer.get_var])." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:42 +msgid "" +"Returns [code]true[/code] if the UDP socket is open and has been connected " +"to a remote address. See [method connect_to_host]." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:48 +msgid "Returns whether this [PacketPeerUDP] is listening." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:56 +msgid "" +"Joins the multicast group specified by [code]multicast_address[/code] using " +"the interface identified by [code]interface_name[/code].\n" +"You can join the same multicast group with multiple interfaces. Use [method " +"IP.get_local_interfaces] to know which are available.\n" +"[b]Note:[/b] Some Android devices might require the " +"[code]CHANGE_WIFI_MULTICAST_STATE[/code] permission for multicast to work." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:66 +msgid "" +"Removes the interface identified by [code]interface_name[/code] from the " +"multicast group specified by [code]multicast_address[/code]." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:75 +msgid "" +"Makes this [PacketPeerUDP] listen on the [code]port[/code] binding to " +"[code]bind_address[/code] with a buffer size [code]recv_buf_size[/code].\n" +"If [code]bind_address[/code] is set to [code]\"*\"[/code] (default), the " +"peer will listen on all available addresses (both IPv4 and IPv6).\n" +"If [code]bind_address[/code] is set to [code]\"0.0.0.0\"[/code] (for IPv4) " +"or [code]\"::\"[/code] (for IPv6), the peer will listen on all available " +"addresses matching that IP type.\n" +"If [code]bind_address[/code] is set to any valid address (e.g. " +"[code]\"192.168.1.101\"[/code], [code]\"::1\"[/code], etc), the peer will " +"only listen on the interface with that addresses (or fail if no interface " +"with the given address exists)." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:85 +msgid "" +"Enable or disable sending of broadcast packets (e.g. " +"[code]set_dest_address(\"255.255.255.255\", 4343)[/code]. This option is " +"disabled by default.\n" +"[b]Note:[/b] Some Android devices might require the " +"[code]CHANGE_WIFI_MULTICAST_STATE[/code] permission and this option to be " +"enabled to receive broadcast packets too." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:94 +msgid "" +"Sets the destination address and port for sending packets and variables. A " +"hostname will be resolved using DNS if needed.\n" +"[b]Note:[/b] [method set_broadcast_enabled] must be enabled before sending " +"packets to a broadcast address (e.g. [code]255.255.255.255[/code])." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:101 +msgid "" +"Waits for a packet to arrive on the listening port. See [method listen].\n" +"[b]Note:[/b] [method wait] can't be interrupted once it has been called. " +"This can be worked around by allowing the other party to send a specific " +"\"death pill\" packet like this:\n" +"[codeblock]\n" +"# Server\n" +"socket.set_dest_address(\"127.0.0.1\", 789)\n" +"socket.put_packet(\"Time to stop\".to_ascii())\n" +"\n" +"# Client\n" +"while socket.wait() == OK:\n" +" var data = socket.get_packet().get_string_from_ascii()\n" +" if data == \"Time to stop\":\n" +" return\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Panel.xml:4 +msgid "Provides an opaque background for [Control] children." +msgstr "" + +#: doc/classes/Panel.xml:7 +msgid "" +"Panel is a [Control] that displays an opaque background. It's commonly used " +"as a parent and container for other types of [Control] nodes." +msgstr "" + +#: doc/classes/Panel.xml:11 +msgid "https://godotengine.org/asset-library/asset/516" +msgstr "" + +#: doc/classes/Panel.xml:12 doc/classes/Skeleton.xml:12 +#: doc/classes/SkeletonIK.xml:29 +msgid "https://godotengine.org/asset-library/asset/523" +msgstr "" + +#: doc/classes/Panel.xml:20 +msgid "The style of this [Panel]." +msgstr "" + +#: doc/classes/PanelContainer.xml:4 +msgid "Panel container type." +msgstr "" + +#: doc/classes/PanelContainer.xml:7 +msgid "" +"Panel container type. This container fits controls inside of the delimited " +"area of a stylebox. It's useful for giving controls an outline." +msgstr "" + +#: doc/classes/PanelContainer.xml:18 +msgid "The style of [PanelContainer]'s background." +msgstr "" + +#: doc/classes/PanoramaSky.xml:4 +msgid "A type of [Sky] used to draw a background texture." +msgstr "" + +#: doc/classes/PanoramaSky.xml:7 +msgid "" +"A resource referenced in an [Environment] that is used to draw a background. " +"The Panorama sky functions similar to skyboxes in other engines, except it " +"uses an equirectangular sky map instead of a cube map.\n" +"Using an HDR panorama is strongly recommended for accurate, high-quality " +"reflections. Godot supports the Radiance HDR ([code].hdr[/code]) and OpenEXR " +"([code].exr[/code]) image formats for this purpose.\n" +"You can use [url=https://danilw.github.io/GLSL-howto/cubemap_to_panorama_js/" +"cubemap_to_panorama.html]this tool[/url] to convert a cube map to an " +"equirectangular sky map." +msgstr "" + +#: doc/classes/PanoramaSky.xml:17 +msgid "[Texture] to be applied to the PanoramaSky." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:4 +msgid "A node used to create a parallax scrolling background." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:7 +msgid "" +"A ParallaxBackground uses one or more [ParallaxLayer] child nodes to create " +"a parallax effect. Each [ParallaxLayer] can move at a different speed using " +"[member ParallaxLayer.motion_offset]. This creates an illusion of depth in a " +"2D game. If not used with a [Camera2D], you must manually calculate the " +"[member scroll_offset]." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:16 +msgid "The base position offset for all [ParallaxLayer] children." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:19 +msgid "The base motion scale for all [ParallaxLayer] children." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:22 +msgid "" +"If [code]true[/code], elements in [ParallaxLayer] child aren't affected by " +"the zoom level of the camera." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:25 +msgid "" +"Top-left limits for scrolling to begin. If the camera is outside of this " +"limit, the background will stop scrolling. Must be lower than [member " +"scroll_limit_end] to work." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:28 +msgid "" +"Bottom-right limits for scrolling to end. If the camera is outside of this " +"limit, the background will stop scrolling. Must be higher than [member " +"scroll_limit_begin] to work." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:31 +msgid "" +"The ParallaxBackground's scroll value. Calculated automatically when using a " +"[Camera2D], but can be used to manually manage scrolling when no camera is " +"present." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:4 +msgid "A parallax scrolling layer to be used with [ParallaxBackground]." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:7 +msgid "" +"A ParallaxLayer must be the child of a [ParallaxBackground] node. Each " +"ParallaxLayer can be set to move at different speeds relative to the camera " +"movement or the [member ParallaxBackground.scroll_offset] value.\n" +"This node's children will be affected by its scroll offset.\n" +"[b]Note:[/b] Any changes to this node's position and scale made after it " +"enters the scene will be ignored." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:17 +msgid "" +"The ParallaxLayer's [Texture] mirroring. Useful for creating an infinite " +"scrolling background. If an axis is set to [code]0[/code], the [Texture] " +"will not be mirrored." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:20 +msgid "" +"The ParallaxLayer's offset relative to the parent ParallaxBackground's " +"[member ParallaxBackground.scroll_offset]." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:23 +msgid "" +"Multiplies the ParallaxLayer's motion. If an axis is set to [code]0[/code], " +"it will not scroll." +msgstr "" + +#: doc/classes/Particles.xml:4 +msgid "GPU-based 3D particle emitter." +msgstr "" + +#: doc/classes/Particles.xml:7 +msgid "" +"3D particle node used to create a variety of particle systems and effects. " +"[Particles] features an emitter that generates some number of particles at a " +"given rate.\n" +"Use the [code]process_material[/code] property to add a [ParticlesMaterial] " +"to configure particle appearance and behavior. Alternatively, you can add a " +"[ShaderMaterial] which will be applied to all particles.\n" +"[b]Note:[/b] [Particles] only work when using the GLES3 renderer. If using " +"the GLES2 renderer, use [CPUParticles] instead. You can convert [Particles] " +"to [CPUParticles] by selecting the node, clicking the [b]Particles[/b] menu " +"at the top of the 3D editor viewport then choosing [b]Convert to " +"CPUParticles[/b].\n" +"[b]Note:[/b] After working on a Particles node, remember to update its " +"[member visibility_aabb] by selecting it, clicking the [b]Particles[/b] menu " +"at the top of the 3D editor viewport then choose [b]Generate Visibility " +"AABB[/b]. Otherwise, particles may suddenly disappear depending on the " +"camera position and angle." +msgstr "" + +#: doc/classes/Particles.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" +"controlling_thousands_of_fish.html" +msgstr "" + +#: doc/classes/Particles.xml:20 +msgid "" +"Returns the axis-aligned bounding box that contains all the particles that " +"are active in the current frame." +msgstr "" + +#: doc/classes/Particles.xml:27 +msgid "Returns the [Mesh] that is drawn at index [code]pass[/code]." +msgstr "" + +#: doc/classes/Particles.xml:33 +msgid "Restarts the particle emission, clearing existing particles." +msgstr "" + +#: doc/classes/Particles.xml:41 +msgid "Sets the [Mesh] that is drawn at index [code]pass[/code]." +msgstr "" + +#: doc/classes/Particles.xml:54 +msgid "[Mesh] that is drawn for the first draw pass." +msgstr "" + +#: doc/classes/Particles.xml:57 +msgid "[Mesh] that is drawn for the second draw pass." +msgstr "" + +#: doc/classes/Particles.xml:60 +msgid "[Mesh] that is drawn for the third draw pass." +msgstr "" + +#: doc/classes/Particles.xml:63 +msgid "[Mesh] that is drawn for the fourth draw pass." +msgstr "" + +#: doc/classes/Particles.xml:66 +msgid "The number of draw passes when rendering particles." +msgstr "" + +#: doc/classes/Particles.xml:72 +msgid "" +"Time ratio between each emission. If [code]0[/code], particles are emitted " +"continuously. If [code]1[/code], all particles are emitted simultaneously." +msgstr "" + +#: doc/classes/Particles.xml:87 +msgid "" +"If [code]true[/code], only [code]amount[/code] particles will be emitted." +msgstr "" + +#: doc/classes/Particles.xml:90 +msgid "" +"Amount of time to preprocess the particles before animation starts. Lets you " +"start the animation some time after particles have started emitting." +msgstr "" + +#: doc/classes/Particles.xml:93 doc/classes/Particles2D.xml:68 +msgid "" +"[Material] for processing particles. Can be a [ParticlesMaterial] or a " +"[ShaderMaterial]." +msgstr "" + +#: doc/classes/Particles.xml:96 +msgid "Emission randomness ratio." +msgstr "" + +#: doc/classes/Particles.xml:99 +msgid "" +"Speed scaling ratio. A value of [code]0[/code] can be used to pause the " +"particles." +msgstr "" + +#: doc/classes/Particles.xml:102 +msgid "" +"The [AABB] that determines the node's region which needs to be visible on " +"screen for the particle system to be active.\n" +"Grow the box if particles suddenly appear/disappear when the node enters/" +"exits the screen. The [AABB] can be grown via code or with the [b]Particles " +"→ Generate AABB[/b] editor tool.\n" +"[b]Note:[/b] If the [ParticlesMaterial] in use is configured to cast " +"shadows, you may want to enlarge this AABB to ensure the shadow is updated " +"when particles are off-screen." +msgstr "" + +#: doc/classes/Particles.xml:118 +msgid "Maximum number of draw passes supported." +msgstr "" + +#: doc/classes/Particles2D.xml:4 +msgid "GPU-based 2D particle emitter." +msgstr "" + +#: doc/classes/Particles2D.xml:7 +msgid "" +"2D particle node used to create a variety of particle systems and effects. " +"[Particles2D] features an emitter that generates some number of particles at " +"a given rate.\n" +"Use the [code]process_material[/code] property to add a [ParticlesMaterial] " +"to configure particle appearance and behavior. Alternatively, you can add a " +"[ShaderMaterial] which will be applied to all particles.\n" +"[b]Note:[/b] [Particles2D] only work when using the GLES3 renderer. If using " +"the GLES2 renderer, use [CPUParticles2D] instead. You can convert " +"[Particles2D] to [CPUParticles2D] by selecting the node, clicking the " +"[b]Particles[/b] menu at the top of the 2D editor viewport then choosing " +"[b]Convert to CPUParticles2D[/b].\n" +"[b]Note:[/b] After working on a Particles node, remember to update its " +"[member visibility_rect] by selecting it, clicking the [b]Particles[/b] menu " +"at the top of the 2D editor viewport then choose [b]Generate Visibility " +"Rect[/b]. Otherwise, particles may suddenly disappear depending on the " +"camera position and angle.\n" +"[b]Note:[/b] Unlike [CPUParticles2D], [Particles2D] currently ignore the " +"texture region defined in [AtlasTexture]s." +msgstr "" + +#: doc/classes/Particles2D.xml:21 +msgid "Returns a rectangle containing the positions of all existing particles." +msgstr "" + +#: doc/classes/Particles2D.xml:27 +msgid "Restarts all the existing particles." +msgstr "" + +#: doc/classes/Particles2D.xml:80 +msgid "" +"The [Rect2] that determines the node's region which needs to be visible on " +"screen for the particle system to be active.\n" +"Grow the rect if particles suddenly appear/disappear when the node enters/" +"exits the screen. The [Rect2] can be grown via code or with the [b]Particles " +"→ Generate Visibility Rect[/b] editor tool." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:4 +msgid "Particle properties for [Particles] and [Particles2D] nodes." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:7 +msgid "" +"ParticlesMaterial defines particle properties and behavior. It is used in " +"the [code]process_material[/code] of [Particles] and [Particles2D] emitter " +"nodes.\n" +"Some of this material's properties are applied to each particle when " +"emitted, while others can have a [CurveTexture] applied to vary values over " +"the lifetime of the particle.\n" +"When a randomness ratio is applied to a property it is used to scale that " +"property by a random amount. The random ratio is used to interpolate between " +"[code]1.0[/code] and a random number less than one, the result is multiplied " +"by the property to obtain the randomized property. For example a random " +"ratio of [code]0.4[/code] would scale the original property between " +"[code]0.4-1.0[/code] of its original value." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:18 +msgid "Returns [code]true[/code] if the specified flag is enabled." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:32 +msgid "Returns the randomness ratio associated with the specified parameter." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:39 +msgid "Returns the [Texture] used by the specified parameter." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:47 +msgid "" +"If [code]true[/code], enables the specified flag. See [enum Flags] for " +"options." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:55 +msgid "Sets the specified [enum Parameter]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:63 +msgid "Sets the randomness ratio for the specified [enum Parameter]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:71 +msgid "Sets the [Texture] for the specified [enum Parameter]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:77 +msgid "" +"Initial rotation applied to each particle, in degrees.\n" +"Only applied when [member flag_disable_z] or [member flag_rotate_y] are " +"[code]true[/code] or the [SpatialMaterial] being used to draw the particle " +"is using [constant SpatialMaterial.BILLBOARD_PARTICLES]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:81 +msgid "Each particle's rotation will be animated along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:87 +msgid "" +"Initial angular velocity applied to each particle. Sets the speed of " +"rotation of the particle.\n" +"Only applied when [member flag_disable_z] or [member flag_rotate_y] are " +"[code]true[/code] or the [SpatialMaterial] being used to draw the particle " +"is using [constant SpatialMaterial.BILLBOARD_PARTICLES]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:91 +msgid "Each particle's angular velocity will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:100 +msgid "Each particle's animation offset will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:109 +msgid "Each particle's animation speed will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:115 +msgid "" +"Each particle's initial color. If the [Particles2D]'s [code]texture[/code] " +"is defined, it will be multiplied by this color. To have particle display " +"color in a [SpatialMaterial] make sure to set [member SpatialMaterial." +"vertex_color_use_as_albedo] to [code]true[/code]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:124 +msgid "Damping will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:133 +msgid "" +"The box's extents if [code]emission_shape[/code] is set to [constant " +"EMISSION_SHAPE_BOX]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:136 +msgid "" +"Particle color will be modulated by color determined by sampling this " +"texture at the same point as the [member emission_point_texture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:139 +msgid "" +"Particle velocity and rotation will be set by sampling this texture at the " +"same point as the [member emission_point_texture]. Used only in [constant " +"EMISSION_SHAPE_DIRECTED_POINTS]. Can be created automatically from mesh or " +"node by selecting \"Create Emission Points from Mesh/Node\" under the " +"\"Particles\" tool in the toolbar." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:142 +msgid "" +"The number of emission points if [code]emission_shape[/code] is set to " +"[constant EMISSION_SHAPE_POINTS] or [constant " +"EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:145 +msgid "" +"Particles will be emitted at positions determined by sampling this texture " +"at a random position. Used with [constant EMISSION_SHAPE_POINTS] and " +"[constant EMISSION_SHAPE_DIRECTED_POINTS]. Can be created automatically from " +"mesh or node by selecting \"Create Emission Points from Mesh/Node\" under " +"the \"Particles\" tool in the toolbar." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:148 +msgid "" +"The axis of the ring when using the emitter [constant EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:151 +msgid "" +"The height of the ring when using the emitter [constant EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:154 +msgid "" +"The inner radius of the ring when using the emitter [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:157 +msgid "" +"The radius of the ring when using the emitter [constant EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:160 +msgid "" +"Particles will be emitted inside this region. Use [enum EmissionShape] " +"constants for values." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:163 +msgid "" +"The sphere's radius if [code]emission_shape[/code] is set to [constant " +"EMISSION_SHAPE_SPHERE]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:175 +msgid "Amount of [member spread] along the Y axis." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:184 +msgid "Each particle's hue will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:202 +msgid "" +"Each particle's linear acceleration will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:208 +msgid "" +"Orbital velocity applied to each particle. Makes the particles circle around " +"origin. Specified in number of full rotations around origin per second.\n" +"Only available when [member flag_disable_z] is [code]true[/code]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:212 +msgid "Each particle's orbital velocity will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:221 +msgid "" +"Each particle's radial acceleration will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:230 +msgid "Each particle's scale will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:242 +msgid "" +"Each particle's tangential acceleration will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:248 +msgid "Trail particles' color will vary along this [GradientTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:251 +msgid "" +"Emitter will emit [code]amount[/code] divided by [code]trail_divisor[/code] " +"particles. The remaining particles will be used as trail(s)." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:254 +msgid "Trail particles' size will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:259 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set initial velocity properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:262 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set angular velocity properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:265 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set orbital velocity properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:268 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set linear acceleration properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:271 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set radial acceleration properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:274 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set tangential acceleration properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:277 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set damping properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:280 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set angle properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:283 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set scale properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:286 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set hue variation properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:289 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set animation speed properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:292 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set animation offset properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:298 +msgid "Use with [method set_flag] to set [member flag_align_y]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:301 +msgid "Use with [method set_flag] to set [member flag_rotate_y]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:304 +msgid "Use with [method set_flag] to set [member flag_disable_z]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:319 +msgid "" +"Particles will be emitted at a position determined by sampling a random " +"point on the [member emission_point_texture]. Particle color will be " +"modulated by [member emission_color_texture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:322 +msgid "" +"Particles will be emitted at a position determined by sampling a random " +"point on the [member emission_point_texture]. Particle velocity and rotation " +"will be set based on [member emission_normal_texture]. Particle color will " +"be modulated by [member emission_color_texture]." +msgstr "" + +#: doc/classes/Path.xml:4 +msgid "Contains a [Curve3D] path for [PathFollow] nodes to follow." +msgstr "" + +#: doc/classes/Path.xml:7 +msgid "" +"Can have [PathFollow] child nodes moving along the [Curve3D]. See " +"[PathFollow] for more information on the usage.\n" +"Note that the path is considered as relative to the moved nodes (children of " +"[PathFollow]). As such, the curve should usually start with a zero vector " +"[code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Path.xml:16 +msgid "A [Curve3D] describing the path." +msgstr "" + +#: doc/classes/Path.xml:22 +msgid "Emitted when the [member curve] changes." +msgstr "" + +#: doc/classes/Path2D.xml:4 +msgid "Contains a [Curve2D] path for [PathFollow2D] nodes to follow." +msgstr "" + +#: doc/classes/Path2D.xml:7 +msgid "" +"Can have [PathFollow2D] child nodes moving along the [Curve2D]. See " +"[PathFollow2D] for more information on usage.\n" +"[b]Note:[/b] The path is considered as relative to the moved nodes (children " +"of [PathFollow2D]). As such, the curve should usually start with a zero " +"vector ([code](0, 0)[/code])." +msgstr "" + +#: doc/classes/Path2D.xml:16 +msgid "A [Curve2D] describing the path." +msgstr "" + +#: doc/classes/PathFollow.xml:4 +msgid "Point sampler for a [Path]." +msgstr "" + +#: doc/classes/PathFollow.xml:7 +msgid "" +"This node takes its parent [Path], and returns the coordinates of a point " +"within it, given a distance from the first vertex.\n" +"It is useful for making other nodes follow a path, without coding the " +"movement pattern. For that, the nodes must be children of this node. The " +"descendant nodes will then move accordingly when setting an offset in this " +"node." +msgstr "" + +#: doc/classes/PathFollow.xml:16 +msgid "" +"If [code]true[/code], the position between two cached points is interpolated " +"cubically, and linearly otherwise.\n" +"The points along the [Curve3D] of the [Path] are precomputed before use, for " +"faster calculations. The point at the requested offset is then calculated " +"interpolating between two adjacent cached points. This may present a problem " +"if the curve makes sharp turns, as the cached points may not follow the " +"curve closely enough.\n" +"There are two answers to this problem: either increase the number of cached " +"points and increase memory consumption, or make a cubic interpolation " +"between two points at the cost of (slightly) slower calculations." +msgstr "" + +#: doc/classes/PathFollow.xml:21 doc/classes/PathFollow2D.xml:21 +msgid "The node's offset along the curve." +msgstr "" + +#: doc/classes/PathFollow.xml:24 doc/classes/PathFollow2D.xml:27 +msgid "" +"If [code]true[/code], any offset outside the path's length will wrap around, " +"instead of stopping at the ends. Use it for cyclic paths." +msgstr "" + +#: doc/classes/PathFollow.xml:27 +msgid "" +"The distance from the first vertex, measured in 3D units along the path. " +"This sets this node's position to a point within the path." +msgstr "" + +#: doc/classes/PathFollow.xml:30 +msgid "" +"Allows or forbids rotation on one or more axes, depending on the [enum " +"RotationMode] constants being used." +msgstr "" + +#: doc/classes/PathFollow.xml:33 +msgid "" +"The distance from the first vertex, considering 0.0 as the first vertex and " +"1.0 as the last. This is just another way of expressing the offset within " +"the path, as the offset supplied is multiplied internally by the path's " +"length." +msgstr "" + +#: doc/classes/PathFollow.xml:36 doc/classes/PathFollow2D.xml:39 +msgid "The node's offset perpendicular to the curve." +msgstr "" + +#: doc/classes/PathFollow.xml:41 +msgid "Forbids the PathFollow to rotate." +msgstr "" + +#: doc/classes/PathFollow.xml:44 +msgid "Allows the PathFollow to rotate in the Y axis only." +msgstr "" + +#: doc/classes/PathFollow.xml:47 +msgid "Allows the PathFollow to rotate in both the X, and Y axes." +msgstr "" + +#: doc/classes/PathFollow.xml:50 +msgid "Allows the PathFollow to rotate in any axis." +msgstr "" + +#: doc/classes/PathFollow.xml:53 +msgid "" +"Uses the up vector information in a [Curve3D] to enforce orientation. This " +"rotation mode requires the [Path]'s [member Curve3D.up_vector_enabled] " +"property to be set to [code]true[/code]." +msgstr "" + +#: doc/classes/PathFollow2D.xml:4 +msgid "Point sampler for a [Path2D]." +msgstr "" + +#: doc/classes/PathFollow2D.xml:7 +msgid "" +"This node takes its parent [Path2D], and returns the coordinates of a point " +"within it, given a distance from the first vertex.\n" +"It is useful for making other nodes follow a path, without coding the " +"movement pattern. For that, the nodes must be children of this node. The " +"descendant nodes will then move accordingly when setting an offset in this " +"node." +msgstr "" + +#: doc/classes/PathFollow2D.xml:16 +msgid "" +"If [code]true[/code], the position between two cached points is interpolated " +"cubically, and linearly otherwise.\n" +"The points along the [Curve2D] of the [Path2D] are precomputed before use, " +"for faster calculations. The point at the requested offset is then " +"calculated interpolating between two adjacent cached points. This may " +"present a problem if the curve makes sharp turns, as the cached points may " +"not follow the curve closely enough.\n" +"There are two answers to this problem: either increase the number of cached " +"points and increase memory consumption, or make a cubic interpolation " +"between two points at the cost of (slightly) slower calculations." +msgstr "" + +#: doc/classes/PathFollow2D.xml:24 +msgid "" +"How far to look ahead of the curve to calculate the tangent if the node is " +"rotating. E.g. shorter lookaheads will lead to faster rotations." +msgstr "" + +#: doc/classes/PathFollow2D.xml:30 +msgid "The distance along the path in pixels." +msgstr "" + +#: doc/classes/PathFollow2D.xml:33 +msgid "" +"If [code]true[/code], this node rotates to follow the path, making its " +"descendants rotate." +msgstr "" + +#: doc/classes/PathFollow2D.xml:36 +msgid "" +"The distance along the path as a number in the range 0.0 (for the first " +"vertex) to 1.0 (for the last). This is just another way of expressing the " +"offset within the path, as the offset supplied is multiplied internally by " +"the path's length." +msgstr "" + +#: doc/classes/PCKPacker.xml:4 +msgid "Creates packages that can be loaded into a running project." +msgstr "" + +#: doc/classes/PCKPacker.xml:7 +msgid "" +"The [PCKPacker] is used to create packages that can be loaded into a running " +"project using [method ProjectSettings.load_resource_pack].\n" +"[codeblock]\n" +"var packer = PCKPacker.new()\n" +"packer.pck_start(\"test.pck\")\n" +"packer.add_file(\"res://text.txt\", \"text.txt\")\n" +"packer.flush()\n" +"[/codeblock]\n" +"The above [PCKPacker] creates package [code]test.pck[/code], then adds a " +"file named [code]text.txt[/code] at the root of the package." +msgstr "" + +#: doc/classes/PCKPacker.xml:24 +msgid "" +"Adds the [code]source_path[/code] file to the current PCK package at the " +"[code]pck_path[/code] internal path (should start with [code]res://[/code])." +msgstr "" + +#: doc/classes/PCKPacker.xml:31 +msgid "" +"Writes the files specified using all [method add_file] calls since the last " +"flush. If [code]verbose[/code] is [code]true[/code], a list of files added " +"will be printed to the console for easier debugging." +msgstr "" + +#: doc/classes/PCKPacker.xml:39 +msgid "" +"Creates a new PCK file with the name [code]pck_name[/code]. The [code].pck[/" +"code] file extension isn't added automatically, so it should be part of " +"[code]pck_name[/code] (even though it's not required)." +msgstr "" + +#: doc/classes/Performance.xml:4 +msgid "Exposes performance-related data." +msgstr "" + +#: doc/classes/Performance.xml:7 +msgid "" +"This class provides access to a number of different monitors related to " +"performance, such as memory usage, draw calls, and FPS. These are the same " +"as the values displayed in the [b]Monitor[/b] tab in the editor's " +"[b]Debugger[/b] panel. By using the [method get_monitor] method of this " +"class, you can access this data from your code.\n" +"[b]Note:[/b] A few of these monitors are only available in debug mode and " +"will always return 0 when used in a release build.\n" +"[b]Note:[/b] Many of these monitors are not updated in real-time, so there " +"may be a short delay between changes." +msgstr "" + +#: doc/classes/Performance.xml:18 +msgid "" +"Returns the value of one of the available monitors. You should provide one " +"of the [enum Monitor] constants as the argument, like this:\n" +"[codeblock]\n" +"print(Performance.get_monitor(Performance.TIME_FPS)) # Prints the FPS to the " +"console\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Performance.xml:27 +msgid "Number of frames per second." +msgstr "" + +#: doc/classes/Performance.xml:30 +msgid "Time it took to complete one frame, in seconds." +msgstr "" + +#: doc/classes/Performance.xml:33 +msgid "Time it took to complete one physics frame, in seconds." +msgstr "" + +#: doc/classes/Performance.xml:36 +msgid "" +"Static memory currently used, in bytes. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:39 +msgid "" +"Dynamic memory currently used, in bytes. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:42 +msgid "Available static memory. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:45 +msgid "Available dynamic memory. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:48 +msgid "" +"Largest amount of memory the message queue buffer has used, in bytes. The " +"message queue is used for deferred functions calls and notifications." +msgstr "" + +#: doc/classes/Performance.xml:51 +msgid "Number of objects currently instanced (including nodes)." +msgstr "" + +#: doc/classes/Performance.xml:54 +msgid "Number of resources currently used." +msgstr "" + +#: doc/classes/Performance.xml:57 +msgid "" +"Number of nodes currently instanced in the scene tree. This also includes " +"the root node." +msgstr "" + +#: doc/classes/Performance.xml:60 +msgid "" +"Number of orphan nodes, i.e. nodes which are not parented to a node of the " +"scene tree." +msgstr "" + +#: doc/classes/Performance.xml:63 +msgid "3D objects drawn per frame." +msgstr "" + +#: doc/classes/Performance.xml:66 +msgid "Vertices drawn per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:69 +msgid "Material changes per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:72 +msgid "Shader changes per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:75 +msgid "Render surface changes per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:78 +msgid "Draw calls per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:81 +msgid "Items or joined items drawn per frame." +msgstr "" + +#: doc/classes/Performance.xml:84 +msgid "Draw calls per frame." +msgstr "" + +#: doc/classes/Performance.xml:87 doc/classes/VisualServer.xml:3696 +msgid "" +"The amount of video memory used, i.e. texture and vertex memory combined." +msgstr "" + +#: doc/classes/Performance.xml:90 doc/classes/VisualServer.xml:3699 +msgid "The amount of texture memory used." +msgstr "" + +#: doc/classes/Performance.xml:93 doc/classes/VisualServer.xml:3702 +msgid "The amount of vertex memory used." +msgstr "" + +#: doc/classes/Performance.xml:96 doc/classes/VisualServer.xml:3693 +msgid "" +"Unimplemented in the GLES2 and GLES3 rendering backends, always returns 0." +msgstr "" + +#: doc/classes/Performance.xml:99 +msgid "Number of active [RigidBody2D] nodes in the game." +msgstr "" + +#: doc/classes/Performance.xml:102 +msgid "Number of collision pairs in the 2D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:105 +msgid "Number of islands in the 2D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:108 +msgid "Number of active [RigidBody] and [VehicleBody] nodes in the game." +msgstr "" + +#: doc/classes/Performance.xml:111 +msgid "Number of collision pairs in the 3D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:114 +msgid "Number of islands in the 3D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:117 +msgid "Output latency of the [AudioServer]." +msgstr "" + +#: doc/classes/Performance.xml:120 +msgid "Represents the size of the [enum Monitor] enum." +msgstr "" + +#: doc/classes/PHashTranslation.xml:4 +msgid "Optimized translation." +msgstr "" + +#: doc/classes/PHashTranslation.xml:7 +msgid "" +"Optimized translation. Uses real-time compressed translations, which results " +"in very small dictionaries." +msgstr "" + +#: doc/classes/PHashTranslation.xml:16 +msgid "" +"Generates and sets an optimized translation from the given [Translation] " +"resource." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:4 +msgid "Direct access object to a physics body in the [Physics2DServer]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:7 +msgid "" +"Provides direct access to a physics body in the [Physics2DServer], allowing " +"safe changes to physics properties. This object is passed via the direct " +"state callback of rigid/character bodies, and is intended for changing the " +"direct state of that body. See [method RigidBody2D._integrate_forces]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:11 +#: doc/classes/Physics2DDirectSpaceState.xml:11 +#: doc/classes/PhysicsDirectBodyState.xml:11 +#: doc/classes/PhysicsDirectSpaceState.xml:11 doc/classes/RayCast.xml:14 +#: doc/classes/RayCast2D.xml:14 doc/classes/World.xml:10 +#: doc/classes/World2D.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/physics/ray-casting.html" +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:18 doc/classes/RigidBody2D.xml:30 +msgid "Adds a constant directional force without affecting rotation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:26 +#: doc/classes/PhysicsDirectBodyState.xml:27 doc/classes/RigidBody2D.xml:38 +msgid "" +"Adds a positioned force to the body. Both the force and the offset from the " +"body origin are in global coordinates." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:33 doc/classes/RigidBody2D.xml:45 +msgid "Adds a constant rotational force." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:40 doc/classes/RigidBody2D.xml:52 +msgid "Applies a directional impulse without affecting rotation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:48 +msgid "" +"Applies a positioned impulse to the body. An impulse is time-independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason, it should only be used when simulating one-time impacts " +"(use the \"_force\" functions otherwise). The offset uses the rotation of " +"the global coordinate system, but is centered at the object's origin." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:55 doc/classes/RigidBody2D.xml:67 +msgid "Applies a rotational impulse to the body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:62 +#: doc/classes/PhysicsDirectBodyState.xml:64 +msgid "Returns the collider's [RID]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:69 +#: doc/classes/PhysicsDirectBodyState.xml:71 +msgid "Returns the collider's object id." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:76 +msgid "" +"Returns the collider object. This depends on how it was created (will return " +"a scene node if such was used to create it)." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:83 +#: doc/classes/PhysicsDirectBodyState.xml:85 +msgid "Returns the contact position in the collider." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:90 +#: doc/classes/PhysicsDirectBodyState.xml:92 +msgid "Returns the collider's shape index." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:97 +msgid "" +"Returns the collided shape's metadata. This metadata is different from " +"[method Object.get_meta], and is set with [method Physics2DServer." +"shape_set_data]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:104 +#: doc/classes/PhysicsDirectBodyState.xml:99 +msgid "Returns the linear velocity vector at the collider's contact point." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:110 +msgid "" +"Returns the number of contacts this body has with other bodies.\n" +"[b]Note:[/b] By default, this returns 0 unless bodies are configured to " +"monitor contacts. See [member RigidBody2D.contact_monitor]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:118 +#: doc/classes/PhysicsDirectBodyState.xml:120 +msgid "Returns the local normal at the contact point." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:125 +#: doc/classes/PhysicsDirectBodyState.xml:127 +msgid "Returns the local position of the contact point." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:132 +#: doc/classes/PhysicsDirectBodyState.xml:134 +msgid "Returns the local shape index of the collision." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:138 +#: doc/classes/PhysicsDirectBodyState.xml:140 +msgid "Returns the current state of the space, useful for queries." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:145 +#: doc/classes/PhysicsDirectBodyState.xml:147 +msgid "" +"Returns the body's velocity at the given relative position, including both " +"translation and rotation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:151 +#: doc/classes/PhysicsDirectBodyState.xml:153 +msgid "Calls the built-in force integration code." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:157 +#: doc/classes/PhysicsDirectBodyState.xml:159 doc/classes/RigidBody2D.xml:101 +msgid "The body's rotational velocity." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:160 +#: doc/classes/PhysicsDirectBodyState.xml:164 +msgid "The inverse of the inertia of the body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:163 +#: doc/classes/PhysicsDirectBodyState.xml:167 +msgid "The inverse of the mass of the body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:166 +#: doc/classes/PhysicsDirectBodyState.xml:170 doc/classes/RigidBody2D.xml:146 +msgid "The body's linear velocity." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:169 +#: doc/classes/PhysicsDirectBodyState.xml:175 +msgid "If [code]true[/code], this body is currently sleeping (not active)." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:172 +#: doc/classes/PhysicsDirectBodyState.xml:178 +msgid "The timestep (delta) used for the simulation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:175 +#: doc/classes/PhysicsDirectBodyState.xml:181 +msgid "" +"The rate at which the body stops rotating, if there are not any other forces " +"moving it." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:178 +#: doc/classes/PhysicsDirectBodyState.xml:184 +msgid "The total gravity vector being currently applied to this body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:181 +#: doc/classes/PhysicsDirectBodyState.xml:187 +msgid "" +"The rate at which the body stops moving, if there are not any other forces " +"moving it." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:184 +#: doc/classes/PhysicsDirectBodyState.xml:190 +msgid "The body's transformation matrix." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:4 +msgid "Direct access object to a space in the [Physics2DServer]." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:7 +msgid "" +"Direct access object to a space in the [Physics2DServer]. It's used mainly " +"to do queries against objects and areas residing in a given space." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:18 +msgid "" +"Checks how far a [Shape2D] can move without colliding. All the parameters " +"for the query, including the shape and the motion, are supplied through a " +"[Physics2DShapeQueryParameters] object.\n" +"Returns an array with the safe and unsafe proportions (between 0 and 1) of " +"the motion. The safe proportion is the maximum fraction of the motion that " +"can be made without a collision. The unsafe proportion is the minimum " +"fraction of the distance that must be moved for a collision. If no collision " +"is detected a result of [code][1.0, 1.0][/code] will be returned.\n" +"[b]Note:[/b] Any [Shape2D]s that the shape is already colliding with e.g. " +"inside of, will be ignored. Use [method collide_shape] to determine the " +"[Shape2D]s that the shape is already colliding with." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:28 +msgid "" +"Checks the intersections of a shape, given through a " +"[Physics2DShapeQueryParameters] object, against the space. The resulting " +"array contains a list of points where the shape intersects another. Like " +"with [method intersect_shape], the number of returned results can be limited " +"to save processing time." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:35 +msgid "" +"Checks the intersections of a shape, given through a " +"[Physics2DShapeQueryParameters] object, against the space. If it collides " +"with more than one shape, the nearest one is selected. If the shape did not " +"intersect anything, then an empty dictionary is returned instead.\n" +"[b]Note:[/b] This method does not take into account the [code]motion[/code] " +"property of the object. The returned object is a dictionary containing the " +"following fields:\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]linear_velocity[/code]: The colliding object's velocity [Vector2]. If " +"the object is an [Area2D], the result is [code](0, 0)[/code].\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]point[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:55 +msgid "" +"Checks whether a point is inside any solid shape. The shapes the point is " +"inside of are returned in an array containing dictionaries with the " +"following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"Additionally, the method can take an [code]exclude[/code] array of objects " +"or [RID]s that are to be excluded from collisions, a [code]collision_mask[/" +"code] bitmask representing the physics layers to check in, or booleans to " +"determine if the ray should collide with [PhysicsBody]s or [Area]s, " +"respectively.\n" +"[b]Note:[/b] [ConcavePolygonShape2D]s and [CollisionPolygon2D]s in " +"[code]Segments[/code] build mode are not solid shapes. Therefore, they will " +"not be detected." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:86 +msgid "" +"Intersects a ray in a given space. The returned object is a dictionary with " +"the following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]position[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"If the ray did not intersect anything, then an empty dictionary is returned " +"instead.\n" +"Additionally, the method can take an [code]exclude[/code] array of objects " +"or [RID]s that are to be excluded from collisions, a [code]collision_mask[/" +"code] bitmask representing the physics layers to check in, or booleans to " +"determine if the ray should collide with [PhysicsBody]s or [Area]s, " +"respectively." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:103 +msgid "" +"Checks the intersections of a shape, given through a " +"[Physics2DShapeQueryParameters] object, against the space.\n" +"[b]Note:[/b] This method does not take into account the [code]motion[/code] " +"property of the object. The intersected shapes are returned in an array " +"containing dictionaries with the following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"The number of intersections can be limited with the [code]max_results[/code] " +"parameter, to reduce the processing time." +msgstr "" + +#: doc/classes/Physics2DServer.xml:4 +msgid "Server interface for low-level 2D physics access." +msgstr "" + +#: doc/classes/Physics2DServer.xml:7 +msgid "" +"Physics2DServer is the server responsible for all 2D physics. It can create " +"many kinds of physics objects, but does not insert them on the node tree." +msgstr "" + +#: doc/classes/Physics2DServer.xml:19 doc/classes/PhysicsServer.xml:19 +msgid "" +"Adds a shape to the area, along with a transform matrix. Shapes are usually " +"referenced by their index, so you should track which shape has a given index." +msgstr "" + +#: doc/classes/Physics2DServer.xml:34 doc/classes/Physics2DServer.xml:304 +#: doc/classes/PhysicsServer.xml:27 doc/classes/PhysicsServer.xml:298 +msgid "" +"Assigns the area to a descendant of [Object], so it can exist in the node " +"tree." +msgstr "" + +#: doc/classes/Physics2DServer.xml:41 doc/classes/PhysicsServer.xml:34 +msgid "" +"Removes all shapes from an area. It does not delete the shapes, so they can " +"be reassigned later." +msgstr "" + +#: doc/classes/Physics2DServer.xml:47 +msgid "" +"Creates an [Area2D]. After creating an [Area2D] with this method, assign it " +"to a space using [method area_set_space] to use the created [Area2D] in the " +"physics world." +msgstr "" + +#: doc/classes/Physics2DServer.xml:60 doc/classes/Physics2DServer.xml:372 +#: doc/classes/PhysicsServer.xml:47 doc/classes/PhysicsServer.xml:362 +msgid "Gets the instance ID of the object the area is assigned to." +msgstr "" + +#: doc/classes/Physics2DServer.xml:68 +msgid "" +"Returns an area parameter value. See [enum AreaParameter] for a list of " +"available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:76 doc/classes/PhysicsServer.xml:63 +msgid "Returns the [RID] of the nth shape of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:83 doc/classes/PhysicsServer.xml:70 +msgid "Returns the number of shapes assigned to an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:91 doc/classes/PhysicsServer.xml:78 +msgid "Returns the transform matrix of a shape within an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:98 doc/classes/PhysicsServer.xml:85 +msgid "Returns the space assigned to the area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:105 doc/classes/PhysicsServer.xml:92 +msgid "Returns the space override mode for the area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:112 doc/classes/PhysicsServer.xml:99 +msgid "Returns the transform matrix for an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:120 doc/classes/PhysicsServer.xml:114 +msgid "" +"Removes a shape from an area. It does not delete the shape, so it can be " +"reassigned later." +msgstr "" + +#: doc/classes/Physics2DServer.xml:136 doc/classes/PhysicsServer.xml:130 +msgid "Assigns the area to one or many physics layers." +msgstr "" + +#: doc/classes/Physics2DServer.xml:144 doc/classes/PhysicsServer.xml:138 +msgid "Sets which physics layers the area will monitor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:153 doc/classes/PhysicsServer.xml:147 +msgid "" +"Sets the function to call when any body/area enters or exits the area. This " +"callback will be called for any object interacting with the area, and takes " +"five parameters:\n" +"1: [constant AREA_BODY_ADDED] or [constant AREA_BODY_REMOVED], depending on " +"whether the object entered or exited the area.\n" +"2: [RID] of the object that entered/exited the area.\n" +"3: Instance ID of the object that entered/exited the area.\n" +"4: The shape index of the object that entered/exited the area.\n" +"5: The shape index of the area where the object entered/exited." +msgstr "" + +#: doc/classes/Physics2DServer.xml:174 +msgid "" +"Sets the value for an area parameter. See [enum AreaParameter] for a list of " +"available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:183 doc/classes/PhysicsServer.xml:185 +msgid "" +"Substitutes a given area shape by another. The old shape is selected by its " +"index, the new one by its [RID]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:192 +msgid "Disables a given shape in an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:201 doc/classes/PhysicsServer.xml:202 +msgid "Sets the transform matrix for an area shape." +msgstr "" + +#: doc/classes/Physics2DServer.xml:209 doc/classes/PhysicsServer.xml:210 +msgid "Assigns a space to the area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:217 +msgid "" +"Sets the space override mode for the area. See [enum AreaSpaceOverrideMode] " +"for a list of available modes." +msgstr "" + +#: doc/classes/Physics2DServer.xml:225 doc/classes/PhysicsServer.xml:226 +msgid "Sets the transform matrix for an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:240 doc/classes/PhysicsServer.xml:241 +msgid "Adds a body to the list of bodies exempt from collisions." +msgstr "" + +#: doc/classes/Physics2DServer.xml:249 +msgid "" +"Adds a positioned force to the applied force and torque. As with [method " +"body_apply_impulse], both the force and the offset from the body origin are " +"in global coordinates. A force differs from an impulse in that, while the " +"two are forces, the impulse clears itself after being applied." +msgstr "" + +#: doc/classes/Physics2DServer.xml:259 doc/classes/PhysicsServer.xml:259 +msgid "" +"Adds a shape to the body, along with a transform matrix. Shapes are usually " +"referenced by their index, so you should track which shape has a given index." +msgstr "" + +#: doc/classes/Physics2DServer.xml:282 +msgid "" +"Adds a positioned impulse to the applied force and torque. Both the force " +"and the offset from the body origin are in global coordinates." +msgstr "" + +#: doc/classes/Physics2DServer.xml:311 doc/classes/PhysicsServer.xml:305 +msgid "Removes all shapes from a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:317 +msgid "Creates a physics body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:330 doc/classes/PhysicsServer.xml:320 +msgid "Returns the physics layer or layers a body belongs to." +msgstr "" + +#: doc/classes/Physics2DServer.xml:337 +msgid "Returns the physics layer or layers a body can collide with." +msgstr "" + +#: doc/classes/Physics2DServer.xml:344 +msgid "Returns the continuous collision detection mode." +msgstr "" + +#: doc/classes/Physics2DServer.xml:351 +msgid "Returns the [Physics2DDirectBodyState] of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:358 doc/classes/PhysicsServer.xml:348 +msgid "" +"Returns the maximum contacts that can be reported. See [method " +"body_set_max_contacts_reported]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:365 doc/classes/PhysicsServer.xml:355 +msgid "Returns the body mode." +msgstr "" + +#: doc/classes/Physics2DServer.xml:380 +msgid "" +"Returns the value of a body parameter. See [enum BodyParameter] for a list " +"of available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:388 doc/classes/PhysicsServer.xml:378 +msgid "Returns the [RID] of the nth shape of a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:395 doc/classes/PhysicsServer.xml:385 +msgid "Returns the number of shapes assigned to a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:403 +msgid "Returns the metadata of a shape of a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:411 doc/classes/PhysicsServer.xml:393 +msgid "Returns the transform matrix of a body shape." +msgstr "" + +#: doc/classes/Physics2DServer.xml:418 doc/classes/PhysicsServer.xml:400 +msgid "Returns the [RID] of the space assigned to a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:426 doc/classes/PhysicsServer.xml:408 +msgid "Returns a body state." +msgstr "" + +#: doc/classes/Physics2DServer.xml:433 doc/classes/PhysicsServer.xml:429 +msgid "" +"Returns whether a body uses a callback function to calculate its own physics " +"(see [method body_set_force_integration_callback])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:441 +msgid "Removes a body from the list of bodies exempt from collisions." +msgstr "" + +#: doc/classes/Physics2DServer.xml:449 doc/classes/PhysicsServer.xml:453 +msgid "" +"Removes a shape from a body. The shape is not deleted, so it can be reused " +"afterwards." +msgstr "" + +#: doc/classes/Physics2DServer.xml:457 doc/classes/PhysicsServer.xml:469 +#: doc/classes/RigidBody.xml:105 +msgid "" +"Sets an axis velocity. The velocity in the given vector axis will be set as " +"the given vector length. This is useful for jumping behavior." +msgstr "" + +#: doc/classes/Physics2DServer.xml:465 doc/classes/PhysicsServer.xml:477 +msgid "Sets the physics layer or layers a body belongs to." +msgstr "" + +#: doc/classes/Physics2DServer.xml:473 doc/classes/PhysicsServer.xml:485 +msgid "Sets the physics layer or layers a body can collide with." +msgstr "" + +#: doc/classes/Physics2DServer.xml:481 +msgid "" +"Sets the continuous collision detection mode using one of the [enum CCDMode] " +"constants.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided." +msgstr "" + +#: doc/classes/Physics2DServer.xml:492 doc/classes/PhysicsServer.xml:504 +msgid "" +"Sets the function used to calculate physics for an object, if that object " +"allows it (see [method body_set_omit_force_integration])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:500 doc/classes/PhysicsServer.xml:519 +msgid "" +"Sets the maximum contacts to report. Bodies can keep a log of the contacts " +"with other bodies, this is enabled by setting the maximum amount of contacts " +"reported to a number greater than 0." +msgstr "" + +#: doc/classes/Physics2DServer.xml:508 +msgid "Sets the body mode using one of the [enum BodyMode] constants." +msgstr "" + +#: doc/classes/Physics2DServer.xml:516 doc/classes/PhysicsServer.xml:535 +msgid "" +"Sets whether a body uses a callback function to calculate its own physics " +"(see [method body_set_force_integration_callback])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:525 +msgid "" +"Sets a body parameter. See [enum BodyParameter] for a list of available " +"parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:534 doc/classes/PhysicsServer.xml:561 +msgid "" +"Substitutes a given body shape by another. The old shape is selected by its " +"index, the new one by its [RID]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:544 +msgid "" +"Enables one way collision on body if [code]enable[/code] is [code]true[/" +"code]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:553 +msgid "Disables shape in body if [code]disable[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:562 +msgid "" +"Sets metadata of a shape within a body. This metadata is different from " +"[method Object.set_meta], and can be retrieved on shape queries." +msgstr "" + +#: doc/classes/Physics2DServer.xml:571 doc/classes/PhysicsServer.xml:578 +msgid "Sets the transform matrix for a body shape." +msgstr "" + +#: doc/classes/Physics2DServer.xml:579 doc/classes/PhysicsServer.xml:586 +msgid "Assigns a space to the body (see [method space_create])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:588 +msgid "" +"Sets a body state using one of the [enum BodyState] constants.\n" +"Note that the method doesn't take effect immediately. The state will change " +"on the next physics frame." +msgstr "" + +#: doc/classes/Physics2DServer.xml:603 +msgid "" +"Returns [code]true[/code] if a collision would result from moving in the " +"given direction from a given point in space. Margin increases the size of " +"the shapes involved in the collision detection. [Physics2DTestMotionResult] " +"can be passed to return additional information in." +msgstr "" + +#: doc/classes/Physics2DServer.xml:633 +msgid "" +"Creates a damped spring joint between two bodies. If not specified, the " +"second body is assumed to be the joint itself." +msgstr "" + +#: doc/classes/Physics2DServer.xml:641 +msgid "Returns the value of a damped spring joint parameter." +msgstr "" + +#: doc/classes/Physics2DServer.xml:650 +msgid "" +"Sets a damped spring joint parameter. See [enum DampedStringParam] for a " +"list of available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:657 +msgid "" +"Destroys any of the objects created by Physics2DServer. If the [RID] passed " +"is not one of the objects that can be created by Physics2DServer, an error " +"will be sent to the console." +msgstr "" + +#: doc/classes/Physics2DServer.xml:664 +msgid "" +"Returns information about the current state of the 2D physics engine. See " +"[enum ProcessInfo] for a list of available states." +msgstr "" + +#: doc/classes/Physics2DServer.xml:675 +msgid "" +"Creates a groove joint between two bodies. If not specified, the bodies are " +"assumed to be the joint itself." +msgstr "" + +#: doc/classes/Physics2DServer.xml:683 +msgid "Returns the value of a joint parameter." +msgstr "" + +#: doc/classes/Physics2DServer.xml:690 +msgid "Returns a joint's type (see [enum JointType])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:699 +msgid "" +"Sets a joint parameter. See [enum JointParam] for a list of available " +"parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:713 +msgid "" +"Creates a pin joint between two bodies. If not specified, the second body is " +"assumed to be the joint itself." +msgstr "" + +#: doc/classes/Physics2DServer.xml:735 +msgid "Activates or deactivates the 2D physics engine." +msgstr "" + +#: doc/classes/Physics2DServer.xml:742 +msgid "" +"Sets the amount of iterations for calculating velocities of colliding " +"bodies. The greater the amount of iterations, the more accurate the " +"collisions will be. However, a greater amount of iterations requires more " +"CPU power, which can decrease performance. The default value is [code]8[/" +"code]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:749 doc/classes/PhysicsServer.xml:859 +msgid "Returns the shape data." +msgstr "" + +#: doc/classes/Physics2DServer.xml:756 +msgid "Returns a shape's type (see [enum ShapeType])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:764 doc/classes/PhysicsServer.xml:874 +msgid "" +"Sets the shape data that defines its shape and size. The data to be passed " +"depends on the kind of shape created [method shape_get_type]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:770 doc/classes/PhysicsServer.xml:897 +msgid "" +"Creates a space. A space is a collection of parameters for the physics " +"engine that can be assigned to an area or a body. It can be assigned to an " +"area with [method area_set_space], or to a body with [method body_set_space]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:777 +msgid "" +"Returns the state of a space, a [Physics2DDirectSpaceState]. This object can " +"be used to make collision/intersection queries." +msgstr "" + +#: doc/classes/Physics2DServer.xml:785 doc/classes/PhysicsServer.xml:912 +msgid "Returns the value of a space parameter." +msgstr "" + +#: doc/classes/Physics2DServer.xml:792 doc/classes/PhysicsServer.xml:919 +msgid "Returns whether the space is active." +msgstr "" + +#: doc/classes/Physics2DServer.xml:800 doc/classes/PhysicsServer.xml:927 +msgid "" +"Marks a space as active. It will not have an effect, unless it is assigned " +"to an area or body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:809 +msgid "" +"Sets the value for a space parameter. See [enum SpaceParameter] for a list " +"of available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:815 doc/classes/PhysicsServer.xml:1278 +msgid "" +"Constant to set/get the maximum distance a pair of bodies has to move before " +"their collision status has to be recalculated." +msgstr "" + +#: doc/classes/Physics2DServer.xml:818 doc/classes/PhysicsServer.xml:1281 +msgid "" +"Constant to set/get the maximum distance a shape can be from another before " +"they are considered separated." +msgstr "" + +#: doc/classes/Physics2DServer.xml:821 doc/classes/PhysicsServer.xml:1284 +msgid "" +"Constant to set/get the maximum distance a shape can penetrate another shape " +"before it is considered a collision." +msgstr "" + +#: doc/classes/Physics2DServer.xml:824 doc/classes/PhysicsServer.xml:1287 +msgid "" +"Constant to set/get the threshold linear velocity of activity. A body marked " +"as potentially inactive for both linear and angular velocity will be put to " +"sleep after the time given." +msgstr "" + +#: doc/classes/Physics2DServer.xml:827 doc/classes/PhysicsServer.xml:1290 +msgid "" +"Constant to set/get the threshold angular velocity of activity. A body " +"marked as potentially inactive for both linear and angular velocity will be " +"put to sleep after the time given." +msgstr "" + +#: doc/classes/Physics2DServer.xml:830 doc/classes/PhysicsServer.xml:1293 +msgid "" +"Constant to set/get the maximum time of activity. A body marked as " +"potentially inactive for both linear and angular velocity will be put to " +"sleep after this time." +msgstr "" + +#: doc/classes/Physics2DServer.xml:833 doc/classes/PhysicsServer.xml:1298 +msgid "" +"Constant to set/get the default solver bias for all physics constraints. A " +"solver bias is a factor controlling how much two objects \"rebound\", after " +"violating a constraint, to avoid leaving them in that state because of " +"numerical imprecision." +msgstr "" + +#: doc/classes/Physics2DServer.xml:836 +msgid "" +"This is the constant for creating line shapes. A line shape is an infinite " +"line with an origin point, and a normal. Thus, it can be used for front/" +"behind checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:841 +msgid "" +"This is the constant for creating segment shapes. A segment shape is a line " +"from a point A to a point B. It can be checked for intersections." +msgstr "" + +#: doc/classes/Physics2DServer.xml:844 +msgid "" +"This is the constant for creating circle shapes. A circle shape only has a " +"radius. It can be used for intersections and inside/outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:847 +msgid "" +"This is the constant for creating rectangle shapes. A rectangle shape is " +"defined by a width and a height. It can be used for intersections and inside/" +"outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:850 +msgid "" +"This is the constant for creating capsule shapes. A capsule shape is defined " +"by a radius and a length. It can be used for intersections and inside/" +"outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:853 +msgid "" +"This is the constant for creating convex polygon shapes. A polygon is " +"defined by a list of points. It can be used for intersections and inside/" +"outside checks. Unlike the [member CollisionPolygon2D.polygon] property, " +"polygons modified with [method shape_set_data] do not verify that the points " +"supplied form is a convex polygon." +msgstr "" + +#: doc/classes/Physics2DServer.xml:856 +msgid "" +"This is the constant for creating concave polygon shapes. A polygon is " +"defined by a list of points. It can be used for intersections checks, but " +"not for inside/outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:859 doc/classes/PhysicsServer.xml:1173 +msgid "" +"This constant is used internally by the engine. Any attempt to create this " +"kind of shape results in an error." +msgstr "" + +#: doc/classes/Physics2DServer.xml:862 doc/classes/PhysicsServer.xml:1176 +msgid "Constant to set/get gravity strength in an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:865 doc/classes/PhysicsServer.xml:1179 +msgid "Constant to set/get gravity vector/center in an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:868 doc/classes/PhysicsServer.xml:1182 +msgid "" +"Constant to set/get whether the gravity vector of an area is a direction, or " +"a center point." +msgstr "" + +#: doc/classes/Physics2DServer.xml:871 doc/classes/PhysicsServer.xml:1185 +msgid "" +"Constant to set/get the falloff factor for point gravity of an area. The " +"greater this value is, the faster the strength of gravity decreases with the " +"square of distance." +msgstr "" + +#: doc/classes/Physics2DServer.xml:874 doc/classes/PhysicsServer.xml:1188 +msgid "" +"This constant was used to set/get the falloff factor for point gravity. It " +"has been superseded by [constant AREA_PARAM_GRAVITY_DISTANCE_SCALE]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:877 doc/classes/PhysicsServer.xml:1191 +msgid "Constant to set/get the linear dampening factor of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:880 doc/classes/PhysicsServer.xml:1194 +msgid "Constant to set/get the angular dampening factor of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:883 doc/classes/PhysicsServer.xml:1197 +msgid "Constant to set/get the priority (order of processing) of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:886 doc/classes/PhysicsServer.xml:1200 +msgid "" +"This area does not affect gravity/damp. These are generally areas that exist " +"only to detect collisions, and objects entering or exiting them." +msgstr "" + +#: doc/classes/Physics2DServer.xml:889 doc/classes/PhysicsServer.xml:1203 +msgid "" +"This area adds its gravity/damp values to whatever has been calculated so " +"far. This way, many overlapping areas can combine their physics to make " +"interesting effects." +msgstr "" + +#: doc/classes/Physics2DServer.xml:892 doc/classes/PhysicsServer.xml:1206 +msgid "" +"This area adds its gravity/damp values to whatever has been calculated so " +"far. Then stops taking into account the rest of the areas, even the default " +"one." +msgstr "" + +#: doc/classes/Physics2DServer.xml:895 doc/classes/PhysicsServer.xml:1209 +msgid "" +"This area replaces any gravity/damp, even the default one, and stops taking " +"into account the rest of the areas." +msgstr "" + +#: doc/classes/Physics2DServer.xml:898 doc/classes/PhysicsServer.xml:1212 +msgid "" +"This area replaces any gravity/damp calculated so far, but keeps calculating " +"the rest of the areas, down to the default one." +msgstr "" + +#: doc/classes/Physics2DServer.xml:901 doc/classes/PhysicsServer.xml:1215 +msgid "Constant for static bodies." +msgstr "" + +#: doc/classes/Physics2DServer.xml:904 doc/classes/PhysicsServer.xml:1218 +msgid "Constant for kinematic bodies." +msgstr "" + +#: doc/classes/Physics2DServer.xml:907 doc/classes/PhysicsServer.xml:1221 +msgid "Constant for rigid bodies." +msgstr "" + +#: doc/classes/Physics2DServer.xml:910 doc/classes/PhysicsServer.xml:1224 +msgid "" +"Constant for rigid bodies in character mode. In this mode, a body can not " +"rotate, and only its linear velocity is affected by physics." +msgstr "" + +#: doc/classes/Physics2DServer.xml:913 doc/classes/PhysicsServer.xml:1227 +msgid "Constant to set/get a body's bounce factor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:916 doc/classes/PhysicsServer.xml:1230 +msgid "Constant to set/get a body's friction." +msgstr "" + +#: doc/classes/Physics2DServer.xml:919 doc/classes/PhysicsServer.xml:1233 +msgid "Constant to set/get a body's mass." +msgstr "" + +#: doc/classes/Physics2DServer.xml:922 +msgid "Constant to set/get a body's inertia." +msgstr "" + +#: doc/classes/Physics2DServer.xml:925 doc/classes/PhysicsServer.xml:1236 +msgid "Constant to set/get a body's gravity multiplier." +msgstr "" + +#: doc/classes/Physics2DServer.xml:928 doc/classes/PhysicsServer.xml:1239 +msgid "Constant to set/get a body's linear dampening factor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:931 doc/classes/PhysicsServer.xml:1242 +msgid "Constant to set/get a body's angular dampening factor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:934 doc/classes/PhysicsServer.xml:1245 +msgid "Represents the size of the [enum BodyParameter] enum." +msgstr "" + +#: doc/classes/Physics2DServer.xml:937 doc/classes/PhysicsServer.xml:1248 +msgid "Constant to set/get the current transform matrix of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:940 doc/classes/PhysicsServer.xml:1251 +msgid "Constant to set/get the current linear velocity of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:943 doc/classes/PhysicsServer.xml:1254 +msgid "Constant to set/get the current angular velocity of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:946 doc/classes/PhysicsServer.xml:1257 +msgid "Constant to sleep/wake up a body, or to get whether it is sleeping." +msgstr "" + +#: doc/classes/Physics2DServer.xml:949 doc/classes/PhysicsServer.xml:1260 +msgid "Constant to set/get whether the body can sleep." +msgstr "" + +#: doc/classes/Physics2DServer.xml:952 +msgid "Constant to create pin joints." +msgstr "" + +#: doc/classes/Physics2DServer.xml:955 +msgid "Constant to create groove joints." +msgstr "" + +#: doc/classes/Physics2DServer.xml:958 +msgid "Constant to create damped spring joints." +msgstr "" + +#: doc/classes/Physics2DServer.xml:967 +msgid "" +"Sets the resting length of the spring joint. The joint will always try to go " +"to back this length when pulled apart." +msgstr "" + +#: doc/classes/Physics2DServer.xml:970 +msgid "" +"Sets the stiffness of the spring joint. The joint applies a force equal to " +"the stiffness times the distance from its resting length." +msgstr "" + +#: doc/classes/Physics2DServer.xml:973 +msgid "" +"Sets the damping ratio of the spring joint. A value of 0 indicates an " +"undamped spring, while 1 causes the system to reach equilibrium as fast as " +"possible (critical damping)." +msgstr "" + +#: doc/classes/Physics2DServer.xml:976 +msgid "" +"Disables continuous collision detection. This is the fastest way to detect " +"body collisions, but can miss small, fast-moving objects." +msgstr "" + +#: doc/classes/Physics2DServer.xml:979 +msgid "" +"Enables continuous collision detection by raycasting. It is faster than " +"shapecasting, but less precise." +msgstr "" + +#: doc/classes/Physics2DServer.xml:982 +msgid "" +"Enables continuous collision detection by shapecasting. It is the slowest " +"CCD method, and the most precise." +msgstr "" + +#: doc/classes/Physics2DServer.xml:985 doc/classes/PhysicsServer.xml:1263 +msgid "" +"The value of the first parameter and area callback function receives, when " +"an object enters one of its shapes." +msgstr "" + +#: doc/classes/Physics2DServer.xml:988 doc/classes/PhysicsServer.xml:1266 +msgid "" +"The value of the first parameter and area callback function receives, when " +"an object exits one of its shapes." +msgstr "" + +#: doc/classes/Physics2DServer.xml:991 doc/classes/PhysicsServer.xml:1269 +msgid "Constant to get the number of objects that are not sleeping." +msgstr "" + +#: doc/classes/Physics2DServer.xml:994 doc/classes/PhysicsServer.xml:1272 +msgid "Constant to get the number of possible collisions." +msgstr "" + +#: doc/classes/Physics2DServer.xml:997 doc/classes/PhysicsServer.xml:1275 +msgid "" +"Constant to get the number of space regions where a collision could occur." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:4 +msgid "Parameters to be sent to a 2D shape physics query." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:7 +msgid "" +"This class contains the shape and other parameters for 2D intersection/" +"collision queries." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:16 +msgid "" +"Sets the [Shape2D] that will be used for collision/intersection queries." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:22 +msgid "If [code]true[/code], the query will take [Area2D]s into account." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:25 +msgid "" +"If [code]true[/code], the query will take [PhysicsBody2D]s into account." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:28 +#: doc/classes/PhysicsShapeQueryParameters.xml:28 +msgid "" +"The physics layer(s) the query will take into account (as a bitmask). See " +"[url=https://docs.godotengine.org/en/3.4/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:31 +#: doc/classes/PhysicsShapeQueryParameters.xml:31 +msgid "" +"The list of objects or object [RID]s that will be excluded from collisions." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:34 +#: doc/classes/PhysicsShapeQueryParameters.xml:34 +msgid "The collision margin for the shape." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:37 +msgid "The motion of the shape being queried for." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:40 +#: doc/classes/PhysicsShapeQueryParameters.xml:37 +msgid "The queried shape's [RID]. See also [method set_shape]." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:43 +#: doc/classes/PhysicsShapeQueryParameters.xml:40 +msgid "The queried shape's transform matrix." +msgstr "" + +#: doc/classes/PhysicsBody.xml:4 +msgid "Base class for all objects affected by physics in 3D space." +msgstr "" + +#: doc/classes/PhysicsBody.xml:7 +msgid "" +"PhysicsBody is an abstract base class for implementing a physics body. All " +"*Body types inherit from it." +msgstr "" + +#: doc/classes/PhysicsBody.xml:17 doc/classes/PhysicsBody2D.xml:17 +#: doc/classes/SoftBody.xml:17 +msgid "Adds a body to the list of bodies that this body can't collide with." +msgstr "" + +#: doc/classes/PhysicsBody.xml:23 doc/classes/PhysicsBody2D.xml:23 +#: doc/classes/SoftBody.xml:23 +msgid "" +"Returns an array of nodes that were added as collision exceptions for this " +"body." +msgstr "" + +#: doc/classes/PhysicsBody.xml:30 doc/classes/PhysicsBody2D.xml:30 +#: doc/classes/SoftBody.xml:58 +msgid "" +"Removes a body from the list of bodies that this body can't collide with." +msgstr "" + +#: doc/classes/PhysicsBody2D.xml:4 +msgid "Base class for all objects affected by physics in 2D space." +msgstr "" + +#: doc/classes/PhysicsBody2D.xml:7 +msgid "" +"PhysicsBody2D is an abstract base class for implementing a physics body. All " +"*Body2D types inherit from it." +msgstr "" + +#: doc/classes/PhysicsBody2D.xml:37 +msgid "" +"Both collision_layer and collision_mask. Returns collision_layer when " +"accessed. Updates collision_layer and collision_mask when modified." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:4 +msgid "Direct access object to a physics body in the [PhysicsServer]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:7 +msgid "" +"Provides direct access to a physics body in the [PhysicsServer], allowing " +"safe changes to physics properties. This object is passed via the direct " +"state callback of rigid/character bodies, and is intended for changing the " +"direct state of that body. See [method RigidBody._integrate_forces]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:18 +msgid "" +"Adds a constant directional force without affecting rotation.\n" +"This is equivalent to [code]add_force(force, Vector3(0,0,0))[/code]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:34 +msgid "Adds a constant rotational force without affecting position." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:41 +msgid "" +"Applies a single directional impulse without affecting rotation.\n" +"This is equivalent to [code]apply_impulse(Vector3(0, 0, 0), impulse)[/code]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:50 +msgid "" +"Applies a positioned impulse to the body. An impulse is time-independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason it should only be used when simulating one-time impacts. The " +"position uses the rotation of the global coordinate system, but is centered " +"at the object's origin." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:57 +msgid "" +"Apply a torque impulse (which will be affected by the body mass and shape). " +"This will rotate the body around the vector [code]j[/code] passed as " +"parameter." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:78 +msgid "Returns the collider object." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:105 +msgid "" +"Returns the number of contacts this body has with other bodies.\n" +"[b]Note:[/b] By default, this returns 0 unless bodies are configured to " +"monitor contacts. See [member RigidBody.contact_monitor]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:113 +msgid "Impulse created by the contact. Only implemented for Bullet physics." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:4 +msgid "Direct access object to a space in the [PhysicsServer]." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:7 +msgid "" +"Direct access object to a space in the [PhysicsServer]. It's used mainly to " +"do queries against objects and areas residing in a given space." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:19 +msgid "" +"Checks how far a [Shape] can move without colliding. All the parameters for " +"the query, including the shape, are supplied through a " +"[PhysicsShapeQueryParameters] object.\n" +"Returns an array with the safe and unsafe proportions (between 0 and 1) of " +"the motion. The safe proportion is the maximum fraction of the motion that " +"can be made without a collision. The unsafe proportion is the minimum " +"fraction of the distance that must be moved for a collision. If no collision " +"is detected a result of [code][1.0, 1.0][/code] will be returned.\n" +"[b]Note:[/b] Any [Shape]s that the shape is already colliding with e.g. " +"inside of, will be ignored. Use [method collide_shape] to determine the " +"[Shape]s that the shape is already colliding with." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:29 +msgid "" +"Checks the intersections of a shape, given through a " +"[PhysicsShapeQueryParameters] object, against the space. The resulting array " +"contains a list of points where the shape intersects another. Like with " +"[method intersect_shape], the number of returned results can be limited to " +"save processing time." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:36 +msgid "" +"Checks the intersections of a shape, given through a " +"[PhysicsShapeQueryParameters] object, against the space. If it collides with " +"more than one shape, the nearest one is selected. The returned object is a " +"dictionary containing the following fields:\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]linear_velocity[/code]: The colliding object's velocity [Vector3]. If " +"the object is an [Area], the result is [code](0, 0, 0)[/code].\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]point[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"If the shape did not intersect anything, then an empty dictionary is " +"returned instead." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:55 +msgid "" +"Intersects a ray in a given space. The returned object is a dictionary with " +"the following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]position[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"If the ray did not intersect anything, then an empty dictionary is returned " +"instead.\n" +"Additionally, the method can take an [code]exclude[/code] array of objects " +"or [RID]s that are to be excluded from collisions, a [code]collision_mask[/" +"code] bitmask representing the physics layers to check in, or booleans to " +"determine if the ray should collide with [PhysicsBody]s or [Area]s, " +"respectively." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:71 +msgid "" +"Checks the intersections of a shape, given through a " +"[PhysicsShapeQueryParameters] object, against the space. The intersected " +"shapes are returned in an array containing dictionaries with the following " +"fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"The number of intersections can be limited with the [code]max_results[/code] " +"parameter, to reduce the processing time." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:4 +msgid "A material for physics properties." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:7 +msgid "" +"Provides a means of modifying the collision properties of a [PhysicsBody]." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:15 +msgid "" +"If [code]true[/code], subtracts the bounciness from the colliding object's " +"bounciness instead of adding it." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:18 +msgid "" +"The body's bounciness. Values range from [code]0[/code] (no bounce) to " +"[code]1[/code] (full bounciness)." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:21 +msgid "" +"The body's friction. Values range from [code]0[/code] (frictionless) to " +"[code]1[/code] (maximum friction)." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:24 +msgid "" +"If [code]true[/code], the physics engine will use the friction of the object " +"marked as \"rough\" when two objects collide. If [code]false[/code], the " +"physics engine will use the lowest friction of all colliding objects " +"instead. If [code]true[/code] for both colliding objects, the physics engine " +"will use the highest friction." +msgstr "" + +#: doc/classes/PhysicsServer.xml:4 +msgid "Server interface for low-level physics access." +msgstr "" + +#: doc/classes/PhysicsServer.xml:7 +msgid "" +"PhysicsServer is the server responsible for all 3D physics. It can create " +"many kinds of physics objects, but does not insert them on the node tree." +msgstr "" + +#: doc/classes/PhysicsServer.xml:40 +msgid "Creates an [Area]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:55 +msgid "" +"Returns an area parameter value. A list of available parameters is on the " +"[enum AreaParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:106 +msgid "If [code]true[/code], area collides with rays." +msgstr "" + +#: doc/classes/PhysicsServer.xml:168 +msgid "" +"Sets the value for an area parameter. A list of available parameters is on " +"the [enum AreaParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:176 +msgid "Sets object pickable with rays." +msgstr "" + +#: doc/classes/PhysicsServer.xml:218 +msgid "" +"Sets the space override mode for the area. The modes are described in the " +"[enum AreaSpaceOverrideMode] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:282 +msgid "" +"Gives the body a push at a [code]position[/code] in the direction of the " +"[code]impulse[/code]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:290 +msgid "Gives the body a push to rotate it." +msgstr "" + +#: doc/classes/PhysicsServer.xml:313 +msgid "" +"Creates a physics body. The first parameter can be any value from [enum " +"BodyMode] constants, for the type of body created. Additionally, the body " +"can be created in sleeping state to save processing time." +msgstr "" + +#: doc/classes/PhysicsServer.xml:327 +msgid "" +"Returns the physics layer or layers a body can collide with.\n" +"-" +msgstr "" + +#: doc/classes/PhysicsServer.xml:335 +msgid "Returns the [PhysicsDirectBodyState] of the body." +msgstr "" + +#: doc/classes/PhysicsServer.xml:370 +msgid "" +"Returns the value of a body parameter. A list of available parameters is on " +"the [enum BodyParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:422 +msgid "" +"If [code]true[/code], the continuous collision detection mode is enabled." +msgstr "" + +#: doc/classes/PhysicsServer.xml:436 +msgid "If [code]true[/code], the body can be detected by rays." +msgstr "" + +#: doc/classes/PhysicsServer.xml:444 +msgid "" +"Removes a body from the list of bodies exempt from collisions.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided." +msgstr "" + +#: doc/classes/PhysicsServer.xml:493 +msgid "" +"If [code]true[/code], the continuous collision detection mode is enabled.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided." +msgstr "" + +#: doc/classes/PhysicsServer.xml:527 +msgid "Sets the body mode, from one of the [enum BodyMode] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:544 +msgid "" +"Sets a body parameter. A list of available parameters is on the [enum " +"BodyParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:552 +msgid "Sets the body pickable with rays if [code]enabled[/code] is set." +msgstr "" + +#: doc/classes/PhysicsServer.xml:595 +msgid "Sets a body state (see [enum BodyState] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:608 +msgid "" +"Returns [code]true[/code] if a collision would result from moving in the " +"given direction from a given point in space. [PhysicsTestMotionResult] can " +"be passed to return additional information in." +msgstr "" + +#: doc/classes/PhysicsServer.xml:616 +msgid "" +"Gets a cone_twist_joint parameter (see [enum ConeTwistJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:625 +msgid "" +"Sets a cone_twist_joint parameter (see [enum ConeTwistJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:632 +msgid "" +"Destroys any of the objects created by PhysicsServer. If the [RID] passed is " +"not one of the objects that can be created by PhysicsServer, an error will " +"be sent to the console." +msgstr "" + +#: doc/classes/PhysicsServer.xml:641 +msgid "" +"Gets a generic_6_DOF_joint flag (see [enum G6DOFJointAxisFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:650 +msgid "" +"Gets a generic_6_DOF_joint parameter (see [enum G6DOFJointAxisParam] " +"constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:660 +msgid "" +"Sets a generic_6_DOF_joint flag (see [enum G6DOFJointAxisFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:670 +msgid "" +"Sets a generic_6_DOF_joint parameter (see [enum G6DOFJointAxisParam] " +"constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:677 +msgid "Returns an Info defined by the [enum ProcessInfo] input given." +msgstr "" + +#: doc/classes/PhysicsServer.xml:685 +msgid "Gets a hinge_joint flag (see [enum HingeJointFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:693 +msgid "Gets a hinge_joint parameter (see [enum HingeJointParam])." +msgstr "" + +#: doc/classes/PhysicsServer.xml:702 +msgid "Sets a hinge_joint flag (see [enum HingeJointFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:711 +msgid "Sets a hinge_joint parameter (see [enum HingeJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:721 +msgid "Creates a [ConeTwistJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:731 +msgid "Creates a [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:741 +msgid "Creates a [HingeJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:751 +msgid "Creates a [PinJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:761 +msgid "Creates a [SliderJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:768 +msgid "Gets the priority value of the Joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:775 +msgid "Returns the type of the Joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:783 +msgid "Sets the priority value of the Joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:790 +msgid "" +"Returns position of the joint in the local space of body a of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:797 +msgid "" +"Returns position of the joint in the local space of body b of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:805 +msgid "Gets a pin_joint parameter (see [enum PinJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:813 +msgid "Sets position of the joint in the local space of body a of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:821 +msgid "Sets position of the joint in the local space of body b of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:830 +msgid "Sets a pin_joint parameter (see [enum PinJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:837 +msgid "Activates or deactivates the 3D physics engine." +msgstr "" + +#: doc/classes/PhysicsServer.xml:844 +msgid "" +"Sets the amount of iterations for calculating velocities of colliding " +"bodies. The greater the amount of iterations, the more accurate the " +"collisions will be. However, a greater amount of iterations requires more " +"CPU power, which can decrease performance. The default value is [code]8[/" +"code].\n" +"[b]Note:[/b] Only has an effect when using the GodotPhysics engine, not the " +"default Bullet physics engine." +msgstr "" + +#: doc/classes/PhysicsServer.xml:852 +msgid "" +"Creates a shape of a type from [enum ShapeType]. Does not assign it to a " +"body or an area. To do so, you must use [method area_set_shape] or [method " +"body_set_shape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:866 +msgid "Returns the type of shape (see [enum ShapeType] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:882 doc/classes/PhysicsServer.xml:891 +msgid "Gets a slider_joint parameter (see [enum SliderJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:904 +msgid "" +"Returns the state of a space, a [PhysicsDirectSpaceState]. This object can " +"be used to make collision/intersection queries." +msgstr "" + +#: doc/classes/PhysicsServer.xml:936 +msgid "" +"Sets the value for a space parameter. A list of available parameters is on " +"the [enum SpaceParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:942 +msgid "The [Joint] is a [PinJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:945 +msgid "The [Joint] is a [HingeJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:948 +msgid "The [Joint] is a [SliderJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:951 +msgid "The [Joint] is a [ConeTwistJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:954 +msgid "The [Joint] is a [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:957 +msgid "" +"The strength with which the pinned objects try to stay in positional " +"relation to each other.\n" +"The higher, the stronger." +msgstr "" + +#: doc/classes/PhysicsServer.xml:961 +msgid "" +"The strength with which the pinned objects try to stay in velocity relation " +"to each other.\n" +"The higher, the stronger." +msgstr "" + +#: doc/classes/PhysicsServer.xml:965 +msgid "" +"If above 0, this value is the maximum value for an impulse that this Joint " +"puts on its ends." +msgstr "" + +#: doc/classes/PhysicsServer.xml:971 +msgid "The maximum rotation across the Hinge." +msgstr "" + +#: doc/classes/PhysicsServer.xml:974 +msgid "The minimum rotation across the Hinge." +msgstr "" + +#: doc/classes/PhysicsServer.xml:991 +msgid "If [code]true[/code], the Hinge has a maximum and a minimum rotation." +msgstr "" + +#: doc/classes/PhysicsServer.xml:994 +msgid "If [code]true[/code], a motor turns the Hinge." +msgstr "" + +#: doc/classes/PhysicsServer.xml:997 doc/classes/SliderJoint.xml:76 +#: doc/classes/SliderJoint.xml:99 +msgid "" +"The maximum difference between the pivot points on their X axis before " +"damping happens." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1000 doc/classes/SliderJoint.xml:67 +#: doc/classes/SliderJoint.xml:102 +msgid "" +"The minimum difference between the pivot points on their X axis before " +"damping happens." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1003 doc/classes/SliderJoint.xml:73 +#: doc/classes/SliderJoint.xml:105 +msgid "" +"A factor applied to the movement across the slider axis once the limits get " +"surpassed. The lower, the slower the movement." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1006 doc/classes/SliderJoint.xml:108 +msgid "" +"The amount of restitution once the limits are surpassed. The lower, the more " +"velocityenergy gets lost." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1009 doc/classes/SliderJoint.xml:111 +msgid "The amount of damping once the slider limits are surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1012 doc/classes/SliderJoint.xml:85 +#: doc/classes/SliderJoint.xml:114 +msgid "" +"A factor applied to the movement across the slider axis as long as the " +"slider is in the limits. The lower, the slower the movement." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1015 doc/classes/SliderJoint.xml:82 +#: doc/classes/SliderJoint.xml:117 +msgid "The amount of restitution inside the slider limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1018 doc/classes/SliderJoint.xml:79 +#: doc/classes/SliderJoint.xml:120 +msgid "The amount of damping inside the slider limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1021 doc/classes/SliderJoint.xml:94 +#: doc/classes/SliderJoint.xml:123 +msgid "A factor applied to the movement across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1024 doc/classes/SliderJoint.xml:91 +#: doc/classes/SliderJoint.xml:126 +msgid "" +"The amount of restitution when movement is across axes orthogonal to the " +"slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1027 doc/classes/SliderJoint.xml:88 +#: doc/classes/SliderJoint.xml:129 +msgid "" +"The amount of damping when movement is across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1030 doc/classes/SliderJoint.xml:43 +#: doc/classes/SliderJoint.xml:132 +msgid "The upper limit of rotation in the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1033 doc/classes/SliderJoint.xml:32 +#: doc/classes/SliderJoint.xml:135 +msgid "The lower limit of rotation in the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1036 doc/classes/SliderJoint.xml:138 +msgid "A factor applied to the all rotation once the limit is surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1039 doc/classes/SliderJoint.xml:141 +msgid "The amount of restitution of the rotation when the limit is surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1042 doc/classes/SliderJoint.xml:144 +msgid "The amount of damping of the rotation when the limit is surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1045 +msgid "A factor that gets applied to the all rotation in the limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1048 doc/classes/SliderJoint.xml:49 +#: doc/classes/SliderJoint.xml:150 +msgid "The amount of restitution of the rotation in the limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1051 doc/classes/SliderJoint.xml:46 +#: doc/classes/SliderJoint.xml:153 +msgid "The amount of damping of the rotation in the limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1054 +msgid "" +"A factor that gets applied to the all rotation across axes orthogonal to the " +"slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1057 doc/classes/SliderJoint.xml:58 +#: doc/classes/SliderJoint.xml:159 +msgid "" +"The amount of restitution of the rotation across axes orthogonal to the " +"slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1060 doc/classes/SliderJoint.xml:55 +#: doc/classes/SliderJoint.xml:162 +msgid "" +"The amount of damping of the rotation across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1063 +msgid "Represents the size of the [enum SliderJointParam] enum." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1080 +msgid "" +"The ease with which the Joint twists, if it's too low, it takes more force " +"to twist the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1092 +msgid "" +"A factor that gets applied to the movement across the axes. The lower, the " +"slower the movement." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1095 +msgid "" +"The amount of restitution on the axes movement. The lower, the more velocity-" +"energy gets lost." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1101 +msgid "The velocity that the joint's linear motor will attempt to reach." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1104 +msgid "" +"The maximum force that the linear motor can apply while trying to reach the " +"target velocity." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1113 +msgid "A factor that gets multiplied onto all rotations across the axes." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1125 +msgid "" +"When correcting the crossing of limits in rotation across the axes, this " +"error tolerance factor defines how much the correction gets slowed down. The " +"lower, the slower." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1134 +msgid "" +"If [code]set[/code] there is linear motion possible within the given limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1137 +msgid "If [code]set[/code] there is rotational motion possible." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1140 +msgid "If [code]set[/code] there is a rotational motor across these axes." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1143 +msgid "" +"If [code]set[/code] there is a linear motor on this axis that targets a " +"specific velocity." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1146 +msgid "The [Shape] is a [PlaneShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1149 +msgid "The [Shape] is a [RayShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1152 +msgid "The [Shape] is a [SphereShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1155 +msgid "The [Shape] is a [BoxShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1158 +msgid "The [Shape] is a [CapsuleShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1161 +msgid "The [Shape] is a [CylinderShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1164 +msgid "The [Shape] is a [ConvexPolygonShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1167 +msgid "The [Shape] is a [ConcavePolygonShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1170 +msgid "The [Shape] is a [HeightMapShape]." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:4 +msgid "Parameters to be sent to a 3D shape physics query." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:7 +msgid "" +"This class contains the shape and other parameters for 3D intersection/" +"collision queries." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:16 +msgid "Sets the [Shape] that will be used for collision/intersection queries." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:22 +msgid "If [code]true[/code], the query will take [Area]s into account." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:25 +msgid "If [code]true[/code], the query will take [PhysicsBody]s into account." +msgstr "" + +#: doc/classes/PinJoint.xml:4 +msgid "Pin joint for 3D PhysicsBodies." +msgstr "" + +#: doc/classes/PinJoint.xml:7 +msgid "" +"Pin joint for 3D rigid bodies. It pins 2 bodies (rigid or static) together. " +"See also [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/PinJoint.xml:30 doc/classes/PinJoint.xml:41 +msgid "" +"The force with which the pinned objects stay in positional relation to each " +"other. The higher, the stronger." +msgstr "" + +#: doc/classes/PinJoint.xml:33 doc/classes/PinJoint.xml:44 +msgid "" +"The force with which the pinned objects stay in velocity relation to each " +"other. The higher, the stronger." +msgstr "" + +#: doc/classes/PinJoint.xml:36 doc/classes/PinJoint.xml:47 +msgid "" +"If above 0, this value is the maximum value for an impulse that this Joint " +"produces." +msgstr "" + +#: doc/classes/PinJoint2D.xml:4 +msgid "Pin Joint for 2D shapes." +msgstr "" + +#: doc/classes/PinJoint2D.xml:7 +msgid "" +"Pin Joint for 2D rigid bodies. It pins two bodies (rigid or static) together." +msgstr "" + +#: doc/classes/PinJoint2D.xml:15 +msgid "" +"The higher this value, the more the bond to the pinned partner can flex." +msgstr "" + +#: doc/classes/Plane.xml:4 +msgid "Plane in hessian form." +msgstr "" + +#: doc/classes/Plane.xml:7 +msgid "" +"Plane represents a normalized plane equation. Basically, \"normal\" is the " +"normal of the plane (a,b,c normalized), and \"d\" is the distance from the " +"origin to the plane (in the direction of \"normal\"). \"Over\" or \"Above\" " +"the plane is considered the side of the plane towards where the normal is " +"pointing." +msgstr "" + +#: doc/classes/Plane.xml:20 +msgid "" +"Creates a plane from the four parameters. The three components of the " +"resulting plane's [member normal] are [code]a[/code], [code]b[/code] and " +"[code]c[/code], and the plane has a distance of [code]d[/code] from the " +"origin." +msgstr "" + +#: doc/classes/Plane.xml:29 +msgid "Creates a plane from the three points, given in clockwise order." +msgstr "" + +#: doc/classes/Plane.xml:37 +msgid "Creates a plane from the normal and the plane's distance to the origin." +msgstr "" + +#: doc/classes/Plane.xml:43 +msgid "Returns the center of the plane." +msgstr "" + +#: doc/classes/Plane.xml:50 +msgid "" +"Returns the shortest distance from the plane to the position [code]point[/" +"code]." +msgstr "" + +#: doc/classes/Plane.xml:56 +msgid "" +"Returns the center of the plane.\n" +"This method is deprecated, please use [method center] instead." +msgstr "" + +#: doc/classes/Plane.xml:65 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is inside the plane. " +"Comparison uses a custom minimum [code]epsilon[/code] threshold." +msgstr "" + +#: doc/classes/Plane.xml:73 +msgid "" +"Returns the intersection point of the three planes [code]b[/code], [code]c[/" +"code] and this plane. If no intersection is found, [code]null[/code] is " +"returned." +msgstr "" + +#: doc/classes/Plane.xml:81 +msgid "" +"Returns the intersection point of a ray consisting of the position " +"[code]from[/code] and the direction normal [code]dir[/code] with this plane. " +"If no intersection is found, [code]null[/code] is returned." +msgstr "" + +#: doc/classes/Plane.xml:89 +msgid "" +"Returns the intersection point of a segment from position [code]begin[/code] " +"to position [code]end[/code] with this plane. If no intersection is found, " +"[code]null[/code] is returned." +msgstr "" + +#: doc/classes/Plane.xml:96 +msgid "" +"Returns [code]true[/code] if this plane and [code]plane[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Plane.xml:103 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is located above the plane." +msgstr "" + +#: doc/classes/Plane.xml:109 +msgid "Returns a copy of the plane, normalized." +msgstr "" + +#: doc/classes/Plane.xml:116 +msgid "" +"Returns the orthogonal projection of [code]point[/code] into a point in the " +"plane." +msgstr "" + +#: doc/classes/Plane.xml:122 +msgid "" +"The distance from the origin to the plane, in the direction of [member " +"normal]. This value is typically non-negative.\n" +"In the scalar equation of the plane [code]ax + by + cz = d[/code], this is " +"[code]d[/code], while the [code](a, b, c)[/code] coordinates are represented " +"by the [member normal] property." +msgstr "" + +#: doc/classes/Plane.xml:126 +msgid "" +"The normal of the plane, which must be normalized.\n" +"In the scalar equation of the plane [code]ax + by + cz = d[/code], this is " +"the vector [code](a, b, c)[/code], where [code]d[/code] is the [member d] " +"property." +msgstr "" + +#: doc/classes/Plane.xml:130 +msgid "The X component of the plane's [member normal] vector." +msgstr "" + +#: doc/classes/Plane.xml:133 +msgid "The Y component of the plane's [member normal] vector." +msgstr "" + +#: doc/classes/Plane.xml:136 +msgid "The Z component of the plane's [member normal] vector." +msgstr "" + +#: doc/classes/Plane.xml:141 +msgid "A plane that extends in the Y and Z axes (normal vector points +X)." +msgstr "" + +#: doc/classes/Plane.xml:144 +msgid "A plane that extends in the X and Z axes (normal vector points +Y)." +msgstr "" + +#: doc/classes/Plane.xml:147 +msgid "A plane that extends in the X and Y axes (normal vector points +Z)." +msgstr "" + +#: doc/classes/PlaneMesh.xml:4 +msgid "Class representing a planar [PrimitiveMesh]." +msgstr "" + +#: doc/classes/PlaneMesh.xml:7 +msgid "" +"Class representing a planar [PrimitiveMesh]. This flat mesh does not have a " +"thickness. By default, this mesh is aligned on the X and Z axes; this " +"default rotation isn't suited for use with billboarded materials. For " +"billboarded materials, use [QuadMesh] instead.\n" +"[b]Note:[/b] When using a large textured [PlaneMesh] (e.g. as a floor), you " +"may stumble upon UV jittering issues depending on the camera angle. To solve " +"this, increase [member subdivide_depth] and [member subdivide_width] until " +"you no longer notice UV jittering." +msgstr "" + +#: doc/classes/PlaneMesh.xml:16 +msgid "Offset from the origin of the generated plane. Useful for particles." +msgstr "" + +#: doc/classes/PlaneMesh.xml:19 +msgid "Size of the generated plane." +msgstr "" + +#: doc/classes/PlaneMesh.xml:22 +msgid "Number of subdivision along the Z axis." +msgstr "" + +#: doc/classes/PlaneMesh.xml:25 +msgid "Number of subdivision along the X axis." +msgstr "" + +#: doc/classes/PlaneShape.xml:4 +msgid "Infinite plane shape for 3D collisions." +msgstr "" + +#: doc/classes/PlaneShape.xml:7 +msgid "" +"An infinite plane shape for 3D collisions. Note that the [Plane]'s normal " +"matters; anything \"below\" the plane will collide with it. If the " +"[PlaneShape] is used in a [PhysicsBody], it will cause colliding objects " +"placed \"below\" it to teleport \"above\" the plane." +msgstr "" + +#: doc/classes/PlaneShape.xml:15 +msgid "The [Plane] used by the [PlaneShape] for collision." +msgstr "" + +#: doc/classes/PointMesh.xml:4 +msgid "Mesh with a single Point primitive." +msgstr "" + +#: doc/classes/PointMesh.xml:7 +msgid "" +"The PointMesh is made from a single point. Instead of relying on triangles, " +"points are rendered as a single rectangle on the screen with a constant " +"size. They are intended to be used with Particle systems, but can be used as " +"a cheap way to render constant size billboarded sprites (for example in a " +"point cloud).\n" +"PointMeshes, must be used with a material that has a point size. Point size " +"can be accessed in a shader with [code]POINT_SIZE[/code], or in a " +"[SpatialMaterial] by setting [member SpatialMaterial.flags_use_point_size] " +"and the variable [member SpatialMaterial.params_point_size].\n" +"When using PointMeshes, properties that normally alter vertices will be " +"ignored, including billboard mode, grow, and cull face." +msgstr "" + +#: doc/classes/Polygon2D.xml:4 +msgid "A 2D polygon." +msgstr "" + +#: doc/classes/Polygon2D.xml:7 +msgid "" +"A Polygon2D is defined by a set of points. Each point is connected to the " +"next, with the final point being connected to the first, resulting in a " +"closed polygon. Polygon2Ds can be filled with color (solid or gradient) or " +"filled with a given texture.\n" +"[b]Note:[/b] By default, Godot can only draw up to 4,096 polygon points at a " +"time. To increase this limit, open the Project Settings and increase [member " +"ProjectSettings.rendering/limits/buffers/canvas_polygon_buffer_size_kb] and " +"[member ProjectSettings.rendering/limits/buffers/" +"canvas_polygon_index_buffer_size_kb]." +msgstr "" + +#: doc/classes/Polygon2D.xml:18 +msgid "" +"Adds a bone with the specified [code]path[/code] and [code]weights[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:24 +msgid "Removes all bones from this [Polygon2D]." +msgstr "" + +#: doc/classes/Polygon2D.xml:31 +msgid "Removes the specified bone from this [Polygon2D]." +msgstr "" + +#: doc/classes/Polygon2D.xml:37 +msgid "Returns the number of bones in this [Polygon2D]." +msgstr "" + +#: doc/classes/Polygon2D.xml:44 +msgid "Returns the path to the node associated with the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:51 +msgid "Returns the height values of the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:59 +msgid "Sets the path to the node associated with the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:67 +msgid "Sets the weight values for the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:73 +msgid "If [code]true[/code], polygon edges will be anti-aliased." +msgstr "" + +#: doc/classes/Polygon2D.xml:78 +msgid "" +"The polygon's fill color. If [code]texture[/code] is defined, it will be " +"multiplied by this color. It will also be the default color for vertices not " +"set in [code]vertex_colors[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:83 +msgid "" +"Added padding applied to the bounding box when using [code]invert[/code]. " +"Setting this value too small may result in a \"Bad Polygon\" error." +msgstr "" + +#: doc/classes/Polygon2D.xml:86 +msgid "" +"If [code]true[/code], polygon will be inverted, containing the area outside " +"the defined points and extending to the [code]invert_border[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:89 +msgid "The offset applied to each vertex." +msgstr "" + +#: doc/classes/Polygon2D.xml:92 +msgid "" +"The polygon's list of vertices. The final point will be connected to the " +"first.\n" +"[b]Note:[/b] This returns a copy of the [PoolVector2Array] rather than a " +"reference." +msgstr "" + +#: doc/classes/Polygon2D.xml:100 +msgid "" +"The polygon's fill texture. Use [code]uv[/code] to set texture coordinates." +msgstr "" + +#: doc/classes/Polygon2D.xml:103 +msgid "" +"Amount to offset the polygon's [code]texture[/code]. If [code](0, 0)[/code] " +"the texture's origin (its top-left corner) will be placed at the polygon's " +"[code]position[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:106 +msgid "The texture's rotation in radians." +msgstr "" + +#: doc/classes/Polygon2D.xml:109 +msgid "The texture's rotation in degrees." +msgstr "" + +#: doc/classes/Polygon2D.xml:112 +msgid "" +"Amount to multiply the [code]uv[/code] coordinates when using a " +"[code]texture[/code]. Larger values make the texture smaller, and vice versa." +msgstr "" + +#: doc/classes/Polygon2D.xml:115 +msgid "" +"Texture coordinates for each vertex of the polygon. There should be one " +"[code]uv[/code] per polygon vertex. If there are fewer, undefined vertices " +"will use [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:118 +msgid "" +"Color for each vertex. Colors are interpolated between vertices, resulting " +"in smooth gradients. There should be one per polygon vertex. If there are " +"fewer, undefined vertices will use [code]color[/code]." +msgstr "" + +#: doc/classes/PoolByteArray.xml:4 +msgid "A pooled [Array] of bytes." +msgstr "" + +#: doc/classes/PoolByteArray.xml:7 +msgid "" +"An [Array] specifically designed to hold bytes. Optimized for memory usage, " +"does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolByteArray.xml:17 +msgid "" +"Constructs a new [PoolByteArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolByteArray.xml:29 +msgid "Appends a [PoolByteArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolByteArray.xml:36 +msgid "" +"Returns a new [PoolByteArray] with the data compressed. Set the compression " +"mode using one of [enum File.CompressionMode]'s constants." +msgstr "" + +#: doc/classes/PoolByteArray.xml:44 +msgid "" +"Returns a new [PoolByteArray] with the data decompressed. Set " +"[code]buffer_size[/code] to the size of the uncompressed data. Set the " +"compression mode using one of [enum File.CompressionMode]'s constants." +msgstr "" + +#: doc/classes/PoolByteArray.xml:52 +msgid "" +"Returns a new [PoolByteArray] with the data decompressed. Set the " +"compression mode using one of [enum File.CompressionMode]'s constants. " +"[b]This method only accepts gzip and deflate compression modes.[/b]\n" +"This method is potentially slower than [code]decompress[/code], as it may " +"have to re-allocate it's output buffer multiple times while decompressing, " +"where as [code]decompress[/code] knows it's output buffer size from the " +"begining.\n" +"\n" +"GZIP has a maximal compression ratio of 1032:1, meaning it's very possible " +"for a small compressed payload to decompress to a potentially very large " +"output. To guard against this, you may provide a maximum size this function " +"is allowed to allocate in bytes via [code]max_output_size[/code]. Passing -1 " +"will allow for unbounded output. If any positive value is passed, and the " +"decompression exceeds that ammount in bytes, then an error will be returned." +msgstr "" + +#: doc/classes/PoolByteArray.xml:67 +msgid "" +"Returns a copy of the array's contents as [String]. Fast alternative to " +"[method get_string_from_utf8] if the content is ASCII-only. Unlike the UTF-8 " +"function this function maps every byte to a character in the array. " +"Multibyte sequences will not be interpreted correctly. For parsing user " +"input always use [method get_string_from_utf8]." +msgstr "" + +#: doc/classes/PoolByteArray.xml:73 +msgid "" +"Returns a copy of the array's contents as [String]. Slower than [method " +"get_string_from_ascii] but supports UTF-8 encoded data. Use this function if " +"you are unsure about the source of the data. For user input this function " +"should always be preferred." +msgstr "" + +#: doc/classes/PoolByteArray.xml:79 +msgid "" +"Returns a hexadecimal representation of this array as a [String].\n" +"[codeblock]\n" +"var array = PoolByteArray([11, 46, 255])\n" +"print(array.hex_encode()) # Prints: 0b2eff\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/PoolByteArray.xml:91 doc/classes/PoolColorArray.xml:43 +#: doc/classes/PoolRealArray.xml:44 doc/classes/PoolStringArray.xml:44 +#: doc/classes/PoolVector2Array.xml:44 doc/classes/PoolVector3Array.xml:43 +msgid "" +"Inserts a new element at a given position in the array. The position must be " +"valid, or at the end of the array ([code]idx == size()[/code])." +msgstr "" + +#: doc/classes/PoolByteArray.xml:102 doc/classes/PoolRealArray.xml:55 +msgid "Appends an element at the end of the array." +msgstr "" + +#: doc/classes/PoolByteArray.xml:108 doc/classes/PoolColorArray.xml:60 +#: doc/classes/PoolIntArray.xml:61 doc/classes/PoolRealArray.xml:61 +#: doc/classes/PoolStringArray.xml:68 doc/classes/PoolVector2Array.xml:61 +#: doc/classes/PoolVector3Array.xml:60 +msgid "Removes an element from the array by index." +msgstr "" + +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." +msgstr "" + +#: doc/classes/PoolByteArray.xml:122 +msgid "Changes the byte at the given index." +msgstr "" + +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 +msgid "Returns the size of the array." +msgstr "" + +#: doc/classes/PoolByteArray.xml:136 +msgid "" +"Returns the slice of the [PoolByteArray] between indices (inclusive) as a " +"new [PoolByteArray]. Any negative index is considered to be from the end of " +"the array." +msgstr "" + +#: doc/classes/PoolColorArray.xml:4 +msgid "A pooled [Array] of [Color]." +msgstr "" + +#: doc/classes/PoolColorArray.xml:7 +msgid "" +"An [Array] specifically designed to hold [Color]. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolColorArray.xml:17 +msgid "" +"Constructs a new [PoolColorArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolColorArray.xml:29 +msgid "Appends a [PoolColorArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolColorArray.xml:54 doc/classes/PoolIntArray.xml:55 +msgid "Appends a value to the array." +msgstr "" + +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + +#: doc/classes/PoolColorArray.xml:73 +msgid "Changes the [Color] at the given index." +msgstr "" + +#: doc/classes/PoolIntArray.xml:4 +msgid "A pooled [Array] of integers ([int])." +msgstr "" + +#: doc/classes/PoolIntArray.xml:7 +msgid "" +"An [Array] specifically designed to hold integer values ([int]). Optimized " +"for memory usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference.\n" +"[b]Note:[/b] This type is limited to signed 32-bit integers, which means it " +"can only take values in the interval [code][-2^31, 2^31 - 1][/code], i.e. " +"[code][-2147483648, 2147483647][/code]. Exceeding those bounds will wrap " +"around. In comparison, [int] uses signed 64-bit integers which can hold much " +"larger values." +msgstr "" + +#: doc/classes/PoolIntArray.xml:18 +msgid "" +"Constructs a new [PoolIntArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolIntArray.xml:30 +msgid "Appends a [PoolIntArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolIntArray.xml:44 +msgid "" +"Inserts a new int at a given position in the array. The position must be " +"valid, or at the end of the array ([code]idx == size()[/code])." +msgstr "" + +#: doc/classes/PoolIntArray.xml:75 +msgid "Changes the int at the given index." +msgstr "" + +#: doc/classes/PoolIntArray.xml:81 +msgid "Returns the array size." +msgstr "" + +#: doc/classes/PoolRealArray.xml:4 +msgid "A pooled [Array] of reals ([float])." +msgstr "" + +#: doc/classes/PoolRealArray.xml:7 +msgid "" +"An [Array] specifically designed to hold floating-point values. Optimized " +"for memory usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference.\n" +"[b]Note:[/b] Unlike primitive [float]s which are 64-bit, numbers stored in " +"[PoolRealArray] are 32-bit floats. This means values stored in " +"[PoolRealArray] have lower precision compared to primitive [float]s. If you " +"need to store 64-bit floats in an array, use a generic [Array] with [float] " +"elements as these will still be 64-bit. However, using a generic [Array] to " +"store [float]s will use roughly 6 times more memory compared to a " +"[PoolRealArray]." +msgstr "" + +#: doc/classes/PoolRealArray.xml:18 +msgid "" +"Constructs a new [PoolRealArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolRealArray.xml:30 +msgid "Appends a [PoolRealArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolRealArray.xml:75 +msgid "Changes the float at the given index." +msgstr "" + +#: doc/classes/PoolStringArray.xml:4 +msgid "A pooled [Array] of [String]." +msgstr "" + +#: doc/classes/PoolStringArray.xml:7 +msgid "" +"An [Array] specifically designed to hold [String]s. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolStringArray.xml:18 +msgid "" +"Constructs a new [PoolStringArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolStringArray.xml:30 +msgid "Appends a [PoolStringArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolStringArray.xml:56 +msgid "" +"Returns a [String] with each element of the array joined with the given " +"[code]delimiter[/code]." +msgstr "" + +#: doc/classes/PoolStringArray.xml:62 +msgid "Appends a string element at end of the array." +msgstr "" + +#: doc/classes/PoolStringArray.xml:81 +msgid "Changes the [String] at the given index." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:4 +msgid "A pooled [Array] of [Vector2]." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:7 +msgid "" +"An [Array] specifically designed to hold [Vector2]. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:11 doc/classes/TileMap.xml:15 +#: doc/classes/TileSet.xml:15 +msgid "https://godotengine.org/asset-library/asset/519" +msgstr "" + +#: doc/classes/PoolVector2Array.xml:18 +msgid "" +"Constructs a new [PoolVector2Array]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:30 +msgid "Appends a [PoolVector2Array] at the end of this array." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:55 +msgid "Inserts a [Vector2] at the end." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:74 +msgid "Changes the [Vector2] at the given index." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:4 +msgid "A pooled [Array] of [Vector3]." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:7 +msgid "" +"An [Array] specifically designed to hold [Vector3]. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:17 +msgid "" +"Constructs a new [PoolVector3Array]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:29 +msgid "Appends a [PoolVector3Array] at the end of this array." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:54 +msgid "Inserts a [Vector3] at the end." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:73 +msgid "Changes the [Vector3] at the given index." +msgstr "" + +#: doc/classes/Popup.xml:4 +msgid "Base container control for popups and dialogs." +msgstr "" + +#: doc/classes/Popup.xml:7 +msgid "" +"Popup is a base [Control] used to show dialogs and popups. It's a subwindow " +"and modal by default (see [Control]) and has helpers for custom popup " +"behavior. All popup methods ensure correct placement within the viewport." +msgstr "" + +#: doc/classes/Popup.xml:16 +msgid "Popup (show the control in modal form)." +msgstr "" + +#: doc/classes/Popup.xml:23 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to its current canvas transform, at the current size, or at a size " +"determined by [code]size[/code]." +msgstr "" + +#: doc/classes/Popup.xml:31 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to the current canvas transform, clamping the size to [code]size[/code], " +"then ensuring the popup is no larger than the viewport size multiplied by " +"[code]fallback_ratio[/code]." +msgstr "" + +#: doc/classes/Popup.xml:38 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to the current canvas transform, ensuring the size is never smaller than " +"[code]minsize[/code]." +msgstr "" + +#: doc/classes/Popup.xml:45 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to the current canvas transform, scaled at a ratio of size of the screen." +msgstr "" + +#: doc/classes/Popup.xml:51 +msgid "Shrink popup to keep to the minimum size of content." +msgstr "" + +#: doc/classes/Popup.xml:57 +msgid "" +"If [code]true[/code], the popup will not be hidden when a click event occurs " +"outside of it, or when it receives the [code]ui_cancel[/code] action event.\n" +"[b]Note:[/b] Enabling this property doesn't affect the Close or Cancel " +"buttons' behavior in dialogs that inherit from this class. As a workaround, " +"you can use [method WindowDialog.get_close_button] or [method " +"ConfirmationDialog.get_cancel] and hide the buttons in question by setting " +"their [member CanvasItem.visible] property to [code]false[/code]." +msgstr "" + +#: doc/classes/Popup.xml:65 +msgid "" +"Emitted when a popup is about to be shown. This is often used in [PopupMenu] " +"to clear the list of options then create a new one according to the current " +"context." +msgstr "" + +#: doc/classes/Popup.xml:70 +msgid "Emitted when a popup is hidden." +msgstr "" + +#: doc/classes/Popup.xml:76 +msgid "Notification sent right after the popup is shown." +msgstr "" + +#: doc/classes/Popup.xml:79 +msgid "Notification sent right after the popup is hidden." +msgstr "" + +#: doc/classes/PopupDialog.xml:4 +msgid "Base class for popup dialogs." +msgstr "" + +#: doc/classes/PopupDialog.xml:7 +msgid "" +"PopupDialog is a base class for popup dialogs, along with [WindowDialog]." +msgstr "" + +#: doc/classes/PopupDialog.xml:17 +msgid "Sets a custom [StyleBox] for the panel of the [PopupDialog]." +msgstr "" + +#: doc/classes/PopupMenu.xml:4 +msgid "PopupMenu displays a list of options." +msgstr "" + +#: doc/classes/PopupMenu.xml:7 +msgid "" +"[PopupMenu] is a [Control] that displays a list of options. They are popular " +"in toolbars or context menus." +msgstr "" + +#: doc/classes/PopupMenu.xml:18 +msgid "" +"Adds a new checkable item with text [code]label[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:29 +msgid "" +"Adds a new checkable item and assigns the specified [ShortCut] to it. Sets " +"the label of the checkbox to the [ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:41 +msgid "" +"Adds a new checkable item with text [code]label[/code] and icon " +"[code]texture[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:53 +msgid "" +"Adds a new checkable item and assigns the specified [ShortCut] and icon " +"[code]texture[/code] to it. Sets the label of the checkbox to the " +"[ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:65 +msgid "" +"Adds a new item with text [code]label[/code] and icon [code]texture[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:76 +msgid "Same as [method add_icon_check_item], but uses a radio check button." +msgstr "" + +#: doc/classes/PopupMenu.xml:86 +msgid "" +"Same as [method add_icon_check_shortcut], but uses a radio check button." +msgstr "" + +#: doc/classes/PopupMenu.xml:96 +msgid "" +"Adds a new item and assigns the specified [ShortCut] and icon [code]texture[/" +"code] to it. Sets the label of the checkbox to the [ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index." +msgstr "" + +#: doc/classes/PopupMenu.xml:106 +msgid "" +"Adds a new item with text [code]label[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:118 +msgid "" +"Adds a new multistate item with text [code]label[/code].\n" +"Contrarily to normal binary items, multistate items can have more than two " +"states, as defined by [code]max_states[/code]. Each press or activate of the " +"item will increase the state by one. The default value is defined by " +"[code]default_state[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:129 +msgid "" +"Adds a new radio check button with text [code]label[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:140 +msgid "" +"Adds a new radio check button and assigns a [ShortCut] to it. Sets the label " +"of the checkbox to the [ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:150 +msgid "" +"Adds a separator between items. Separators also occupy an index, which you " +"can set by using the [code]id[/code] parameter.\n" +"A [code]label[/code] can optionally be provided, which will appear at the " +"center of the separator." +msgstr "" + +#: doc/classes/PopupMenu.xml:160 +msgid "" +"Adds a [ShortCut].\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index." +msgstr "" + +#: doc/classes/PopupMenu.xml:170 +msgid "" +"Adds an item that will act as a submenu of the parent [PopupMenu] node when " +"clicked. The [code]submenu[/code] argument is the name of the child " +"[PopupMenu] node that will be shown when the item is clicked.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index." +msgstr "" + +#: doc/classes/PopupMenu.xml:177 +msgid "Removes all items from the [PopupMenu]." +msgstr "" + +#: doc/classes/PopupMenu.xml:183 +msgid "" +"Returns the index of the currently focused item. Returns [code]-1[/code] if " +"no item is focused." +msgstr "" + +#: doc/classes/PopupMenu.xml:190 +msgid "" +"Returns the accelerator of the item at index [code]idx[/code]. Accelerators " +"are special combinations of keys that activate the item, no matter which " +"control is focused." +msgstr "" + +#: doc/classes/PopupMenu.xml:196 +msgid "Returns the number of items in the [PopupMenu]." +msgstr "" + +#: doc/classes/PopupMenu.xml:210 +msgid "" +"Returns the id of the item at index [code]idx[/code]. [code]id[/code] can be " +"manually assigned, while index can not." +msgstr "" + +#: doc/classes/PopupMenu.xml:217 +msgid "" +"Returns the index of the item containing the specified [code]id[/code]. " +"Index is automatically assigned to each item by the engine. Index can not be " +"set manually." +msgstr "" + +#: doc/classes/PopupMenu.xml:224 +msgid "" +"Returns the metadata of the specified item, which might be of any type. You " +"can set it with [method set_item_metadata], which provides a simple way of " +"assigning context data to items." +msgstr "" + +#: doc/classes/PopupMenu.xml:231 +msgid "" +"Returns the [ShortCut] associated with the specified [code]idx[/code] item." +msgstr "" + +#: doc/classes/PopupMenu.xml:238 +msgid "" +"Returns the submenu name of the item at index [code]idx[/code]. See [method " +"add_submenu_item] for more info on how to add a submenu." +msgstr "" + +#: doc/classes/PopupMenu.xml:252 +msgid "" +"Returns the tooltip associated with the specified index index [code]idx[/" +"code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:258 +msgid "" +"Returns [code]true[/code] if the popup will be hidden when the window loses " +"focus or not." +msgstr "" + +#: doc/classes/PopupMenu.xml:265 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is checkable " +"in some way, i.e. if it has a checkbox or radio button.\n" +"[b]Note:[/b] Checkable items just display a checkmark or radio button, but " +"don't have any built-in checking behavior and must be checked/unchecked " +"manually." +msgstr "" + +#: doc/classes/PopupMenu.xml:273 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is checked." +msgstr "" + +#: doc/classes/PopupMenu.xml:280 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is disabled. " +"When it is disabled it can't be selected, or its action invoked.\n" +"See [method set_item_disabled] for more info on how to disable an item." +msgstr "" + +#: doc/classes/PopupMenu.xml:288 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] has radio " +"button-style checkability.\n" +"[b]Note:[/b] This is purely cosmetic; you must add the logic for checking/" +"unchecking items in radio groups." +msgstr "" + +#: doc/classes/PopupMenu.xml:296 +msgid "" +"Returns [code]true[/code] if the item is a separator. If it is, it will be " +"displayed as a line. See [method add_separator] for more info on how to add " +"a separator." +msgstr "" + +#: doc/classes/PopupMenu.xml:303 +msgid "Returns [code]true[/code] if the specified item's shortcut is disabled." +msgstr "" + +#: doc/classes/PopupMenu.xml:310 +msgid "" +"Removes the item at index [code]idx[/code] from the menu.\n" +"[b]Note:[/b] The indices of items after the removed item will be shifted by " +"one." +msgstr "" + +#: doc/classes/PopupMenu.xml:318 +msgid "Hides the [PopupMenu] when the window loses focus." +msgstr "" + +#: doc/classes/PopupMenu.xml:326 +msgid "" +"Sets the accelerator of the item at index [code]idx[/code]. Accelerators are " +"special combinations of keys that activate the item, no matter which control " +"is focused." +msgstr "" + +#: doc/classes/PopupMenu.xml:334 +msgid "" +"Sets whether the item at index [code]idx[/code] has a checkbox. If " +"[code]false[/code], sets the type of the item to plain text.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually." +msgstr "" + +#: doc/classes/PopupMenu.xml:343 +msgid "" +"Sets the type of the item at the specified index [code]idx[/code] to radio " +"button. If [code]false[/code], sets the type of the item to plain text." +msgstr "" + +#: doc/classes/PopupMenu.xml:351 +msgid "" +"Mark the item at index [code]idx[/code] as a separator, which means that it " +"would be displayed as a line. If [code]false[/code], sets the type of the " +"item to plain text." +msgstr "" + +#: doc/classes/PopupMenu.xml:359 +msgid "Sets the checkstate status of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:367 +msgid "" +"Enables/disables the item at index [code]idx[/code]. When it is disabled, it " +"can't be selected and its action can't be invoked." +msgstr "" + +#: doc/classes/PopupMenu.xml:375 +msgid "Replaces the [Texture] icon of the specified [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:383 +msgid "Sets the [code]id[/code] of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:391 +msgid "" +"Sets the metadata of an item, which may be of any type. You can later get it " +"with [method get_item_metadata], which provides a simple way of assigning " +"context data to items." +msgstr "" + +#: doc/classes/PopupMenu.xml:399 +msgid "" +"Sets the state of a multistate item. See [method add_multistate_item] for " +"details." +msgstr "" + +#: doc/classes/PopupMenu.xml:408 +msgid "Sets a [ShortCut] for the specified item [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:416 +msgid "Disables the [ShortCut] of the specified index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:424 +msgid "" +"Sets the submenu of the item at index [code]idx[/code]. The submenu is the " +"name of a child [PopupMenu] node that would be shown when the item is " +"clicked." +msgstr "" + +#: doc/classes/PopupMenu.xml:440 +msgid "" +"Sets the [String] tooltip of the item at the specified index [code]idx[/" +"code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:447 +msgid "" +"Toggles the check state of the item of the specified index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:454 +msgid "" +"Cycle to the next state of a multistate item. See [method " +"add_multistate_item] for details." +msgstr "" + +#: doc/classes/PopupMenu.xml:460 +msgid "If [code]true[/code], allows navigating [PopupMenu] with letter keys." +msgstr "" + +#: doc/classes/PopupMenu.xml:464 +msgid "" +"If [code]true[/code], hides the [PopupMenu] when a checkbox or radio button " +"is selected." +msgstr "" + +#: doc/classes/PopupMenu.xml:467 +msgid "If [code]true[/code], hides the [PopupMenu] when an item is selected." +msgstr "" + +#: doc/classes/PopupMenu.xml:470 +msgid "" +"If [code]true[/code], hides the [PopupMenu] when a state item is selected." +msgstr "" + +#: doc/classes/PopupMenu.xml:473 +msgid "" +"Sets the delay time in seconds for the submenu item to popup on mouse " +"hovering. If the popup menu is added as a child of another (acting as a " +"submenu), it will inherit the delay time of the parent menu item." +msgstr "" + +#: doc/classes/PopupMenu.xml:480 +msgid "" +"Emitted when user navigated to an item of some [code]id[/code] using " +"[code]ui_up[/code] or [code]ui_down[/code] action." +msgstr "" + +#: doc/classes/PopupMenu.xml:486 +msgid "" +"Emitted when an item of some [code]id[/code] is pressed or its accelerator " +"is activated." +msgstr "" + +#: doc/classes/PopupMenu.xml:492 +msgid "" +"Emitted when an item of some [code]index[/code] is pressed or its " +"accelerator is activated." +msgstr "" + +#: doc/classes/PopupMenu.xml:500 +msgid "[Texture] icon for the checked checkbox items." +msgstr "" + +#: doc/classes/PopupMenu.xml:503 +msgid "[Font] used for the menu items." +msgstr "" + +#: doc/classes/PopupMenu.xml:506 +msgid "The default text [Color] for menu items' names." +msgstr "" + +#: doc/classes/PopupMenu.xml:509 +msgid "" +"The text [Color] used for shortcuts and accelerators that show next to the " +"menu item name when defined. See [method get_item_accelerator] for more info " +"on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:512 +msgid "[Color] used for disabled menu items' text." +msgstr "" + +#: doc/classes/PopupMenu.xml:515 +msgid "[Color] used for the hovered text." +msgstr "" + +#: doc/classes/PopupMenu.xml:518 +msgid "[Color] used for labeled separators' text. See [method add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:521 +msgid "[StyleBox] displayed when the [PopupMenu] item is hovered." +msgstr "" + +#: doc/classes/PopupMenu.xml:524 +msgid "" +"The horizontal space between the item's name and the shortcut text/submenu " +"arrow." +msgstr "" + +#: doc/classes/PopupMenu.xml:527 +msgid "" +"[StyleBox] for the left side of labeled separator. See [method " +"add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:530 +msgid "" +"[StyleBox] for the right side of labeled separator. See [method " +"add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:533 +msgid "Default [StyleBox] of the [PopupMenu] items." +msgstr "" + +#: doc/classes/PopupMenu.xml:536 +msgid "[StyleBox] used when the [PopupMenu] item is disabled." +msgstr "" + +#: doc/classes/PopupMenu.xml:539 +msgid "[Texture] icon for the checked radio button items." +msgstr "" + +#: doc/classes/PopupMenu.xml:542 +msgid "[Texture] icon for the unchecked radio button items." +msgstr "" + +#: doc/classes/PopupMenu.xml:545 +msgid "[StyleBox] used for the separators. See [method add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:548 +msgid "[Texture] icon for the submenu arrow." +msgstr "" + +#: doc/classes/PopupMenu.xml:551 +msgid "[Texture] icon for the unchecked checkbox items." +msgstr "" + +#: doc/classes/PopupMenu.xml:554 +msgid "The vertical space between each menu item." +msgstr "" + +#: doc/classes/PopupPanel.xml:4 +msgid "Class for displaying popups with a panel background." +msgstr "" + +#: doc/classes/PopupPanel.xml:7 +msgid "" +"Class for displaying popups with a panel background. In some cases it might " +"be simpler to use than [Popup], since it provides a configurable background. " +"If you are making windows, better check [WindowDialog]." +msgstr "" + +#: doc/classes/PopupPanel.xml:17 +msgid "The background panel style of this [PopupPanel]." +msgstr "" + +#: doc/classes/Portal.xml:4 +msgid "Portal nodes are used to enable visibility between [Room]s." +msgstr "" + +#: doc/classes/Portal.xml:7 +msgid "" +"[Portal]s are a special type of [MeshInstance] that allow the portal culling " +"system to 'see' from one room to the next. They often correspond to doors " +"and windows in level geometry. By only allowing [Camera]s to see through " +"portals, this allows the system to cull out all the objects in rooms that " +"cannot be seen through portals. This is a form of [b]occlusion culling[/b], " +"and can greatly increase performance.\n" +"There are some limitations to the form of portals:\n" +"They must be single sided convex polygons, and usually you would orientate " +"their front faces [b]outward[/b] from the [Room] they are placed in. The " +"vertices should be positioned on a single plane (although their positioning " +"does not have to be perfect).\n" +"There is no need to place an opposite portal in an adjacent room, links are " +"made two-way automatically." +msgstr "" + +#: doc/classes/Portal.xml:20 doc/classes/Room.xml:21 +msgid "Sets individual points. Primarily for use by the editor." +msgstr "" + +#: doc/classes/Portal.xml:26 +msgid "" +"This is a shortcut for setting the linked [Room] in the name of the [Portal] " +"(the name is used during conversion)." +msgstr "" + +#: doc/classes/Portal.xml:29 +msgid "" +"The points defining the shape of the [Portal] polygon (which should be " +"convex).\n" +"These are defined in 2D, with [code]0,0[/code] being the origin of the " +"[Portal] node's [member Spatial.global_transform].\n" +"[b]Note:[/b] These raw points are sanitized for winding order internally." +msgstr "" + +#: doc/classes/Portal.xml:34 +msgid "" +"Visibility through [Portal]s can be turned on and off at runtime - this is " +"useful for having closable doors." +msgstr "" + +#: doc/classes/Portal.xml:37 +msgid "" +"Some objects are so big that they may be present in more than one [Room] " +"('sprawling'). As we often don't want objects that *just* breach the edges " +"to be assigned to neighbouring rooms, you can assign an extra margin through " +"the [Portal] to allow objects to breach without sprawling." +msgstr "" + +#: doc/classes/Portal.xml:40 +msgid "" +"Portals default to being two way - see through in both directions, however " +"you can make them one way, visible from the source room only." +msgstr "" + +#: doc/classes/Portal.xml:43 +msgid "" +"In most cases you will want to use the default [Portal] margin in your " +"portals (this is set in the [RoomManager]).\n" +"If you want to override this default, set this value to [code]false[/code], " +"and the local [member portal_margin] will take effect." +msgstr "" + +#: doc/classes/Position2D.xml:4 +msgid "Generic 2D position hint for editing." +msgstr "" + +#: doc/classes/Position2D.xml:7 +msgid "" +"Generic 2D position hint for editing. It's just like a plain [Node2D], but " +"it displays as a cross in the 2D editor at all times. You can set cross' " +"visual size by using the gizmo in the 2D editor while the node is selected." +msgstr "" + +#: doc/classes/Position3D.xml:4 +msgid "Generic 3D position hint for editing." +msgstr "" + +#: doc/classes/Position3D.xml:7 +msgid "" +"Generic 3D position hint for editing. It's just like a plain [Spatial], but " +"it displays as a cross in the 3D editor at all times." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:4 +msgid "" +"Base class for all primitive meshes. Handles applying a [Material] to a " +"primitive mesh." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:7 +msgid "" +"Base class for all primitive meshes. Handles applying a [Material] to a " +"primitive mesh. Examples include [CapsuleMesh], [CubeMesh], [CylinderMesh], " +"[PlaneMesh], [PrismMesh], [QuadMesh], and [SphereMesh]." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:15 +msgid "" +"Returns mesh arrays used to constitute surface of [Mesh]. The result can be " +"passed to [method ArrayMesh.add_surface_from_arrays] to create a new " +"surface. For example:\n" +"[codeblock]\n" +"var c := CylinderMesh.new()\n" +"var arr_mesh := ArrayMesh.new()\n" +"arr_mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, c." +"get_mesh_arrays())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:29 +msgid "" +"If set, the order of the vertices in each triangle are reversed resulting in " +"the backside of the mesh being drawn.\n" +"This gives the same result as using [constant SpatialMaterial.CULL_BACK] in " +"[member SpatialMaterial.params_cull_mode]." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:33 +msgid "The current [Material] of the primitive mesh." +msgstr "" + +#: doc/classes/PrismMesh.xml:4 doc/classes/PrismMesh.xml:7 +msgid "Class representing a prism-shaped [PrimitiveMesh]." +msgstr "" + +#: doc/classes/PrismMesh.xml:15 +msgid "" +"Displacement of the upper edge along the X axis. 0.0 positions edge straight " +"above the bottom-left edge." +msgstr "" + +#: doc/classes/PrismMesh.xml:18 +msgid "Size of the prism." +msgstr "" + +#: doc/classes/PrismMesh.xml:21 +msgid "Number of added edge loops along the Z axis." +msgstr "" + +#: doc/classes/PrismMesh.xml:24 +msgid "Number of added edge loops along the Y axis." +msgstr "" + +#: doc/classes/PrismMesh.xml:27 +msgid "Number of added edge loops along the X axis." +msgstr "" + +#: doc/classes/ProceduralSky.xml:4 +msgid "" +"Type of [Sky] that is generated procedurally based on user input parameters." +msgstr "" + +#: doc/classes/ProceduralSky.xml:7 +msgid "" +"ProceduralSky provides a way to create an effective background quickly by " +"defining procedural parameters for the sun, the sky and the ground. The sky " +"and ground are very similar, they are defined by a color at the horizon, " +"another color, and finally an easing curve to interpolate between these two " +"colors. Similarly, the sun is described by a position in the sky, a color, " +"and an easing curve. However, the sun also defines a minimum and maximum " +"angle, these two values define at what distance the easing curve begins and " +"ends from the sun, and thus end up defining the size of the sun in the sky.\n" +"The ProceduralSky is updated on the CPU after the parameters change. It is " +"stored in a texture and then displayed as a background in the scene. This " +"makes it relatively unsuitable for real-time updates during gameplay. " +"However, with a small enough texture size, it can still be updated " +"relatively frequently, as it is updated on a background thread when multi-" +"threading is available." +msgstr "" + +#: doc/classes/ProceduralSky.xml:16 +msgid "Color of the ground at the bottom." +msgstr "" + +#: doc/classes/ProceduralSky.xml:19 +msgid "" +"How quickly the [member ground_horizon_color] fades into the [member " +"ground_bottom_color]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:22 +msgid "Amount of energy contribution from the ground." +msgstr "" + +#: doc/classes/ProceduralSky.xml:25 +msgid "Color of the ground at the horizon." +msgstr "" + +#: doc/classes/ProceduralSky.xml:28 +msgid "" +"How quickly the [member sky_horizon_color] fades into the [member " +"sky_top_color]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:31 +msgid "Amount of energy contribution from the sky." +msgstr "" + +#: doc/classes/ProceduralSky.xml:34 +msgid "Color of the sky at the horizon." +msgstr "" + +#: doc/classes/ProceduralSky.xml:37 +msgid "Color of the sky at the top." +msgstr "" + +#: doc/classes/ProceduralSky.xml:40 +msgid "Distance from center of sun where it fades out completely." +msgstr "" + +#: doc/classes/ProceduralSky.xml:43 +msgid "Distance from sun where it goes from solid to starting to fade." +msgstr "" + +#: doc/classes/ProceduralSky.xml:46 +msgid "The sun's color." +msgstr "" + +#: doc/classes/ProceduralSky.xml:49 +msgid "" +"How quickly the sun fades away between [member sun_angle_min] and [member " +"sun_angle_max]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:52 +msgid "Amount of energy contribution from the sun." +msgstr "" + +#: doc/classes/ProceduralSky.xml:55 +msgid "The sun's height using polar coordinates." +msgstr "" + +#: doc/classes/ProceduralSky.xml:58 +msgid "The direction of the sun using polar coordinates." +msgstr "" + +#: doc/classes/ProceduralSky.xml:61 +msgid "" +"Size of [Texture] that the ProceduralSky will generate. The size is set " +"using [enum TextureSize]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:66 +msgid "Sky texture will be 256x128." +msgstr "" + +#: doc/classes/ProceduralSky.xml:69 +msgid "Sky texture will be 512x256." +msgstr "" + +#: doc/classes/ProceduralSky.xml:72 +msgid "Sky texture will be 1024x512. This is the default size." +msgstr "" + +#: doc/classes/ProceduralSky.xml:75 +msgid "Sky texture will be 2048x1024." +msgstr "" + +#: doc/classes/ProceduralSky.xml:78 +msgid "Sky texture will be 4096x2048." +msgstr "" + +#: doc/classes/ProceduralSky.xml:81 +msgid "Represents the size of the [enum TextureSize] enum." +msgstr "" + +#: doc/classes/ProgressBar.xml:4 +msgid "General-purpose progress bar." +msgstr "" + +#: doc/classes/ProgressBar.xml:7 +msgid "General-purpose progress bar. Shows fill percentage from right to left." +msgstr "" + +#: doc/classes/ProgressBar.xml:15 +msgid "If [code]true[/code], the fill percentage is displayed on the bar." +msgstr "" + +#: doc/classes/ProgressBar.xml:24 +msgid "The style of the background." +msgstr "" + +#: doc/classes/ProgressBar.xml:27 +msgid "The style of the progress (i.e. the part that fills the bar)." +msgstr "" + +#: doc/classes/ProgressBar.xml:30 +msgid "" +"Font used to draw the fill percentage if [member percent_visible] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/ProgressBar.xml:33 +msgid "The color of the text." +msgstr "" + +#: doc/classes/ProgressBar.xml:36 +msgid "The color of the text's shadow." +msgstr "" + +#: doc/classes/ProjectSettings.xml:4 +msgid "Contains global variables accessible from everywhere." +msgstr "" + +#: doc/classes/ProjectSettings.xml:7 +msgid "" +"Contains global variables accessible from everywhere. Use [method " +"get_setting], [method set_setting] or [method has_setting] to access them. " +"Variables stored in [code]project.godot[/code] are also loaded into " +"ProjectSettings, making this object very useful for reading custom game " +"configuration options.\n" +"When naming a Project Settings property, use the full path to the setting " +"including the category. For example, [code]\"application/config/name\"[/" +"code] for the project name. Category and property names can be viewed in the " +"Project Settings dialog.\n" +"[b]Feature tags:[/b] Project settings can be overridden for specific " +"platforms and configurations (debug, release, ...) using [url=https://docs." +"godotengine.org/en/latest/tutorials/export/feature_tags.html]feature tags[/" +"url].\n" +"[b]Overriding:[/b] Any project setting can be overridden by creating a file " +"named [code]override.cfg[/code] in the project's root directory. This can " +"also be used in exported projects by placing this file in the same directory " +"as the project binary. Overriding will still take the base project " +"settings' [url=https://docs.godotengine.org/en/latest/tutorials/export/" +"feature_tags.html]feature tags[/url] in account. Therefore, make sure to " +"[i]also[/i] override the setting with the desired feature tags if you want " +"them to override base project settings on all platforms and configurations." +msgstr "" + +#: doc/classes/ProjectSettings.xml:22 +msgid "" +"Adds a custom property info to a property. The dictionary must contain:\n" +"- [code]name[/code]: [String] (the property's name)\n" +"- [code]type[/code]: [int] (see [enum Variant.Type])\n" +"- optionally [code]hint[/code]: [int] (see [enum PropertyHint]) and " +"[code]hint_string[/code]: [String]\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"ProjectSettings.set(\"category/property_name\", 0)\n" +"\n" +"var property_info = {\n" +" \"name\": \"category/property_name\",\n" +" \"type\": TYPE_INT,\n" +" \"hint\": PROPERTY_HINT_ENUM,\n" +" \"hint_string\": \"one,two,three\"\n" +"}\n" +"\n" +"ProjectSettings.add_property_info(property_info)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:45 +msgid "Clears the whole configuration (not recommended, may break things)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:52 +msgid "" +"Returns the order of a configuration value (influences when saved to the " +"config file)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:59 +msgid "" +"Returns the value of a setting.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"print(ProjectSettings.get_setting(\"application/config/name\"))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:70 +msgid "" +"Returns the absolute, native OS path corresponding to the localized " +"[code]path[/code] (starting with [code]res://[/code] or [code]user://[/" +"code]). The returned path will vary depending on the operating system and " +"user preferences. See [url=https://docs.godotengine.org/en/3.4/tutorials/io/" +"data_paths.html]File paths in Godot projects[/url] to see what those paths " +"convert to. See also [method localize_path].\n" +"[b]Note:[/b] [method globalize_path] with [code]res://[/code] will not work " +"in an exported project. Instead, prepend the executable's base directory to " +"the path when running from an exported project:\n" +"[codeblock]\n" +"var path = \"\"\n" +"if OS.has_feature(\"editor\"):\n" +" # Running from an editor binary.\n" +" # `path` will contain the absolute path to `hello.txt` located in the " +"project root.\n" +" path = ProjectSettings.globalize_path(\"res://hello.txt\")\n" +"else:\n" +" # Running from an exported project.\n" +" # `path` will contain the absolute path to `hello.txt` next to the " +"executable.\n" +" # This is *not* identical to using `ProjectSettings.globalize_path()` " +"with a `res://` path,\n" +" # but is close enough in spirit.\n" +" path = OS.get_executable_path().get_base_dir().plus_file(\"hello.txt\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:91 +msgid "Returns [code]true[/code] if a configuration value is present." +msgstr "" + +#: doc/classes/ProjectSettings.xml:100 +msgid "" +"Loads the contents of the .pck or .zip file specified by [code]pack[/code] " +"into the resource filesystem ([code]res://[/code]). Returns [code]true[/" +"code] on success.\n" +"[b]Note:[/b] If a file from [code]pack[/code] shares the same path as a file " +"already in the resource filesystem, any attempts to load that file will use " +"the file from [code]pack[/code] unless [code]replace_files[/code] is set to " +"[code]false[/code].\n" +"[b]Note:[/b] The optional [code]offset[/code] parameter can be used to " +"specify the offset in bytes to the start of the resource pack. This is only " +"supported for .pck files." +msgstr "" + +#: doc/classes/ProjectSettings.xml:109 +msgid "" +"Returns the localized path (starting with [code]res://[/code]) corresponding " +"to the absolute, native OS [code]path[/code]. See also [method " +"globalize_path]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:116 +msgid "" +"Returns [code]true[/code] if the specified property exists and its initial " +"value differs from the current value." +msgstr "" + +#: doc/classes/ProjectSettings.xml:123 +msgid "" +"Returns the specified property's initial value. Returns [code]null[/code] if " +"the property does not exist." +msgstr "" + +#: doc/classes/ProjectSettings.xml:129 +msgid "" +"Saves the configuration to the [code]project.godot[/code] file.\n" +"[b]Note:[/b] This method is intended to be used by editor plugins, as " +"modified [ProjectSettings] can't be loaded back in the running app. If you " +"want to change project settings in exported projects, use [method " +"save_custom] to save [code]override.cfg[/code] file." +msgstr "" + +#: doc/classes/ProjectSettings.xml:137 +msgid "" +"Saves the configuration to a custom file. The file extension must be [code]." +"godot[/code] (to save in text-based [ConfigFile] format) or [code].binary[/" +"code] (to save in binary format). You can also save [code]override.cfg[/" +"code] file, which is also text, but can be used in exported projects unlike " +"other formats." +msgstr "" + +#: doc/classes/ProjectSettings.xml:145 +msgid "" +"Sets the specified property's initial value. This is the value the property " +"reverts to." +msgstr "" + +#: doc/classes/ProjectSettings.xml:153 +msgid "" +"Sets the order of a configuration value (influences when saved to the config " +"file)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:161 +msgid "" +"Sets the value of a setting.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"ProjectSettings.set_setting(\"application/config/name\", \"Example\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:171 +msgid "" +"Comma-separated list of custom Android modules (which must have been built " +"in the Android export templates) using their Java package path, e.g. " +"[code]\"org/godotengine/godot/MyCustomSingleton,com/example/foo/" +"FrenchFriesFactory\"[/code].\n" +"[b]Note:[/b] Since Godot 3.2.2, the [code]org/godotengine/godot/" +"GodotPaymentV3[/code] module was deprecated and replaced by the " +"[code]GodotPayment[/code] plugin which should be enabled in the Android " +"export preset under [code]Plugins[/code] section. The singleton to access in " +"code was also renamed to [code]GodotPayment[/code]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:175 +msgid "Background color for the boot splash." +msgstr "" + +#: doc/classes/ProjectSettings.xml:178 +msgid "" +"If [code]true[/code], scale the boot splash image to the full window length " +"when engine starts. If [code]false[/code], the engine will leave it at the " +"default pixel size." +msgstr "" + +#: doc/classes/ProjectSettings.xml:181 +msgid "Path to an image used as the boot splash." +msgstr "" + +#: doc/classes/ProjectSettings.xml:184 +msgid "" +"If [code]true[/code], applies linear filtering when scaling the image " +"(recommended for high resolution artwork). If [code]false[/code], uses " +"nearest-neighbor interpolation (recommended for pixel art)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:187 +msgid "" +"This user directory is used for storing persistent data ([code]user://[/" +"code] filesystem). If left empty, [code]user://[/code] resolves to a project-" +"specific folder in Godot's own configuration folder (see [method OS." +"get_user_data_dir]). If a custom directory name is defined, this name will " +"be used instead and appended to the system-specific user data directory " +"(same parent folder as the Godot configuration folder documented in [method " +"OS.get_user_data_dir]).\n" +"The [member application/config/use_custom_user_dir] setting must be enabled " +"for this to take effect." +msgstr "" + +#: doc/classes/ProjectSettings.xml:191 +msgid "" +"The project's description, displayed as a tooltip in the Project Manager " +"when hovering the project." +msgstr "" + +#: doc/classes/ProjectSettings.xml:194 +msgid "" +"Icon used for the project, set when project loads. Exporters will also use " +"this icon when possible." +msgstr "" + +#: doc/classes/ProjectSettings.xml:197 +msgid "" +"Icon set in [code].icns[/code] format used on macOS to set the game's icon. " +"This is done automatically on start by calling [method OS.set_native_icon]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:200 +msgid "" +"The project's name. It is used both by the Project Manager and by exporters. " +"The project name can be translated by translating its value in localization " +"files. The window title will be set to match the project name automatically " +"on startup.\n" +"[b]Note:[/b] Changing this value will also change the user data folder's " +"path if [member application/config/use_custom_user_dir] is [code]false[/" +"code]. After renaming the project, you will no longer be able to access " +"existing data in [code]user://[/code] unless you rename the old folder to " +"match the new project name. See [url=https://docs.godotengine.org/en/3.4/" +"tutorials/io/data_paths.html]Data paths[/url] in the documentation for more " +"information." +msgstr "" + +#: doc/classes/ProjectSettings.xml:204 +msgid "" +"Specifies a file to override project settings. For example: [code]user://" +"custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " +"class description at the top for more information.\n" +"[b]Note:[/b] Regardless of this setting's value, [code]res://override.cfg[/" +"code] will still be read to override the project settings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:208 +msgid "" +"If [code]true[/code], the project will save user data to its own user " +"directory (see [member application/config/custom_user_dir_name]). This " +"setting is only effective on desktop platforms. A name must be set in the " +"[member application/config/custom_user_dir_name] setting for this to take " +"effect. If [code]false[/code], the project will save user data to [code](OS " +"user data directory)/Godot/app_userdata/(project name)[/code]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 +msgid "" +"Icon set in [code].ico[/code] format used on Windows to set the game's icon. " +"This is done automatically on start by calling [method OS.set_native_icon]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:220 +msgid "" +"Time samples for frame deltas are subject to random variation introduced by " +"the platform, even when frames are displayed at regular intervals thanks to " +"V-Sync. This can lead to jitter. Delta smoothing can often give a better " +"result by filtering the input deltas to correct for minor fluctuations from " +"the refresh rate.\n" +"[b]Note:[/b] Delta smoothing is only attempted when [member display/window/" +"vsync/use_vsync] is switched on, as it does not work well without V-Sync.\n" +"It may take several seconds at a stable frame rate before the smoothing is " +"initially activated. It will only be active on machines where performance is " +"adequate to render frames at the refresh rate." +msgstr "" + +#: doc/classes/ProjectSettings.xml:225 +msgid "" +"[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " +"just after the drawing has taken place. This may lead to more consistent " +"deltas and a reduction in frame stutters." +msgstr "" + +#: doc/classes/ProjectSettings.xml:228 +msgid "" +"If [code]true[/code], disables printing to standard error. If [code]true[/" +"code], this also hides error and warning messages printed by [method " +"@GDScript.push_error] and [method @GDScript.push_warning]. See also [member " +"application/run/disable_stdout].\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:232 +msgid "" +"If [code]true[/code], disables printing to standard output. This is " +"equivalent to starting the editor or project with the [code]--quiet[/code] " +"command line argument. See also [member application/run/disable_stderr].\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:236 +msgid "" +"If [code]true[/code], flushes the standard output stream every time a line " +"is printed. This affects both terminal logging and file logging.\n" +"When running a project, this setting must be enabled if you want logs to be " +"collected by service managers such as systemd/journalctl. This setting is " +"disabled by default on release builds, since flushing on every printed line " +"will negatively affect performance if lots of lines are printed in a rapid " +"succession. Also, if this setting is enabled, logged files will still be " +"written successfully if the application crashes or is otherwise killed by " +"the user (without being closed \"normally\").\n" +"[b]Note:[/b] Regardless of this setting, the standard error stream " +"([code]stderr[/code]) is always flushed when a line is printed to it.\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:242 +msgid "" +"Debug build override for [member application/run/flush_stdout_on_print], as " +"performance is less important during debugging.\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:246 +msgid "" +"Forces a delay between frames in the main loop (in milliseconds). This may " +"be useful if you plan to disable vertical synchronization." +msgstr "" + +#: doc/classes/ProjectSettings.xml:249 +msgid "" +"If [code]true[/code], enables low-processor usage mode. This setting only " +"works on desktop platforms. The screen is not redrawn if nothing changes " +"visually. This is meant for writing applications and editors, but is pretty " +"useless (and can hurt performance) in most games." +msgstr "" + +#: doc/classes/ProjectSettings.xml:252 +msgid "" +"Amount of sleeping between frames when the low-processor usage mode is " +"enabled (in microseconds). Higher values will result in lower CPU usage." +msgstr "" + +#: doc/classes/ProjectSettings.xml:255 +msgid "Path to the main scene file that will be loaded when the project runs." +msgstr "" + +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 +msgid "" +"Audio buses will disable automatically when sound goes below a given dB " +"threshold for a given time. This saves CPU as effects assigned to that bus " +"will no longer do any processing." +msgstr "" + +#: doc/classes/ProjectSettings.xml:264 +msgid "" +"Default [AudioBusLayout] resource file to use in the project, unless " +"overridden by the scene." +msgstr "" + +#: doc/classes/ProjectSettings.xml:267 +msgid "" +"Specifies the audio driver to use. This setting is platform-dependent as " +"each platform supports different audio drivers. If left empty, the default " +"audio driver will be used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:270 +msgid "" +"If [code]true[/code], microphone input will be allowed. This requires " +"appropriate permissions to be set when exporting to Android or iOS." +msgstr "" + +#: doc/classes/ProjectSettings.xml:273 +msgid "" +"The mixing rate used for audio (in Hz). In general, it's better to not touch " +"this and leave it to the host operating system." +msgstr "" + +#: doc/classes/ProjectSettings.xml:276 +msgid "" +"Safer override for [member audio/mix_rate] in the Web platform. Here " +"[code]0[/code] means \"let the browser choose\" (since some browsers do not " +"like forcing the mix rate)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:279 +msgid "" +"Output latency in milliseconds for audio. Lower values will result in lower " +"audio latency at the cost of increased CPU usage. Low values may result in " +"audible cracking on slower hardware." +msgstr "" + +#: doc/classes/ProjectSettings.xml:282 +msgid "" +"Safer override for [member audio/output_latency] in the Web platform, to " +"avoid audio issues especially on mobile devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:285 +msgid "" +"Setting to hardcode audio delay when playing video. Best to leave this " +"untouched unless you know what you are doing." +msgstr "" + +#: doc/classes/ProjectSettings.xml:288 +msgid "" +"The default compression level for gzip. Affects compressed scenes and " +"resources. Higher levels result in smaller files at the cost of compression " +"speed. Decompression speed is mostly unaffected by the compression level. " +"[code]-1[/code] uses the default gzip compression level, which is identical " +"to [code]6[/code] but could change in the future due to underlying zlib " +"updates." +msgstr "" + +#: doc/classes/ProjectSettings.xml:291 +msgid "" +"The default compression level for Zlib. Affects compressed scenes and " +"resources. Higher levels result in smaller files at the cost of compression " +"speed. Decompression speed is mostly unaffected by the compression level. " +"[code]-1[/code] uses the default gzip compression level, which is identical " +"to [code]6[/code] but could change in the future due to underlying zlib " +"updates." +msgstr "" + +#: doc/classes/ProjectSettings.xml:294 +msgid "" +"The default compression level for Zstandard. Affects compressed scenes and " +"resources. Higher levels result in smaller files at the cost of compression " +"speed. Decompression speed is mostly unaffected by the compression level." +msgstr "" + +#: doc/classes/ProjectSettings.xml:297 +msgid "" +"Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" +"distance matching[/url] in Zstandard." +msgstr "" + +#: doc/classes/ProjectSettings.xml:300 +msgid "" +"Largest size limit (in power of 2) allowed when compressing using long-" +"distance matching with Zstandard. Higher values can result in better " +"compression, but will require more memory when compressing and decompressing." +msgstr "" + +#: doc/classes/ProjectSettings.xml:303 +msgid "" +"If [code]true[/code], displays getters and setters in autocompletion results " +"in the script editor. This setting is meant to be used when porting old " +"projects (Godot 2), as using member variables is the preferred style from " +"Godot 3 onwards." +msgstr "" + +#: doc/classes/ProjectSettings.xml:306 +msgid "" +"If [code]true[/code], enables warnings when a constant is used as a function." +msgstr "" + +#: doc/classes/ProjectSettings.xml:309 +msgid "" +"If [code]true[/code], enables warnings when deprecated keywords such as " +"[code]slave[/code] are used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:312 +msgid "" +"If [code]true[/code], enables specific GDScript warnings (see [code]debug/" +"gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " +"GDScript warnings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:315 +msgid "" +"If [code]true[/code], scripts in the [code]res://addons[/code] folder will " +"not generate warnings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:318 +msgid "" +"If [code]true[/code], enables warnings when a function is declared with the " +"same name as a constant." +msgstr "" + +#: doc/classes/ProjectSettings.xml:321 +msgid "" +"If [code]true[/code], enables warnings when a function is declared with the " +"same name as a variable. This will turn into an error in a future version " +"when first-class functions become supported in GDScript." +msgstr "" + +#: doc/classes/ProjectSettings.xml:324 +msgid "" +"If [code]true[/code], enables warnings when a function assigned to a " +"variable may yield and return a function state instead of a value." +msgstr "" + +#: doc/classes/ProjectSettings.xml:327 +msgid "" +"If [code]true[/code], enables warnings when using a function as if it was a " +"property." +msgstr "" + +#: doc/classes/ProjectSettings.xml:330 +msgid "" +"If [code]true[/code], enables warnings when a ternary operator may emit " +"values with incompatible types." +msgstr "" + +#: doc/classes/ProjectSettings.xml:333 +msgid "" +"If [code]true[/code], enables warnings when dividing an integer by another " +"integer (the decimal part will be discarded)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:336 +msgid "" +"If [code]true[/code], enables warnings when passing a floating-point value " +"to a function that expects an integer (it will be converted and lose " +"precision)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:339 +msgid "" +"If [code]true[/code], enables warnings when using a property as if it was a " +"function." +msgstr "" + +#: doc/classes/ProjectSettings.xml:342 +msgid "" +"If [code]true[/code], enables warnings when calling a function without using " +"its return value (by assigning it to a variable or using it as a function " +"argument). Such return values are sometimes used to denote possible errors " +"using the [enum Error] enum." +msgstr "" + +#: doc/classes/ProjectSettings.xml:345 +msgid "" +"If [code]true[/code], enables warnings when defining a local or subclass " +"member variable that would shadow a variable at an upper level (such as a " +"member variable)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:348 +msgid "" +"If [code]true[/code], enables warnings when calling an expression that has " +"no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " +"statement." +msgstr "" + +#: doc/classes/ProjectSettings.xml:351 +msgid "" +"If [code]true[/code], enables warnings when calling a ternary expression " +"that has no effect on the surrounding code, such as writing [code]42 if " +"active else 0[/code] as a statement." +msgstr "" + +#: doc/classes/ProjectSettings.xml:354 +msgid "" +"If [code]true[/code], all warnings will be reported as if they were errors." +msgstr "" + +#: doc/classes/ProjectSettings.xml:357 +msgid "" +"If [code]true[/code], enables warnings when using a variable that wasn't " +"previously assigned." +msgstr "" + +#: doc/classes/ProjectSettings.xml:360 +msgid "" +"If [code]true[/code], enables warnings when assigning a variable using an " +"assignment operator like [code]+=[/code] if the variable wasn't previously " +"assigned." +msgstr "" + +#: doc/classes/ProjectSettings.xml:363 +msgid "" +"If [code]true[/code], enables warnings when unreachable code is detected " +"(such as after a [code]return[/code] statement that will always be executed)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:366 +msgid "" +"If [code]true[/code], enables warnings when using an expression whose type " +"may not be compatible with the function parameter expected." +msgstr "" + +#: doc/classes/ProjectSettings.xml:369 +msgid "If [code]true[/code], enables warnings when performing an unsafe cast." +msgstr "" + +#: doc/classes/ProjectSettings.xml:372 +msgid "" +"If [code]true[/code], enables warnings when calling a method whose presence " +"is not guaranteed at compile-time in the class." +msgstr "" + +#: doc/classes/ProjectSettings.xml:375 +msgid "" +"If [code]true[/code], enables warnings when accessing a property whose " +"presence is not guaranteed at compile-time in the class." +msgstr "" + +#: doc/classes/ProjectSettings.xml:378 +msgid "" +"If [code]true[/code], enables warnings when a function parameter is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:381 +msgid "" +"If [code]true[/code], enables warnings when a member variable is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:384 +msgid "If [code]true[/code], enables warnings when a signal is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:387 +msgid "If [code]true[/code], enables warnings when a local variable is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:390 +msgid "" +"If [code]true[/code], enables warnings when a variable is declared with the " +"same name as a function. This will turn into an error in a future version " +"when first-class functions become supported in GDScript." +msgstr "" + +#: doc/classes/ProjectSettings.xml:393 +msgid "" +"If [code]true[/code], enables warnings when assigning the result of a " +"function that returns [code]void[/code] to a variable." +msgstr "" + +#: doc/classes/ProjectSettings.xml:396 +msgid "Message to be displayed before the backtrace when the engine crashes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:399 +msgid "" +"Maximum number of frames per second allowed. The actual number of frames per " +"second may still be below this value if the game is lagging.\n" +"If [member display/window/vsync/use_vsync] is enabled, it takes precedence " +"and the forced FPS number cannot exceed the monitor's refresh rate.\n" +"This setting is therefore mostly relevant for lowering the maximum FPS below " +"VSync, e.g. to perform non-real-time rendering of static frames, or test the " +"project under lag conditions." +msgstr "" + +#: doc/classes/ProjectSettings.xml:404 +msgid "Maximum call stack allowed for debugging GDScript." +msgstr "" + +#: doc/classes/ProjectSettings.xml:407 +msgid "Maximum amount of functions per frame allowed when profiling." +msgstr "" + +#: doc/classes/ProjectSettings.xml:410 +msgid "Print frames per second to standard output every second." +msgstr "" + +#: doc/classes/ProjectSettings.xml:413 +msgid "" +"Print more information to standard output when running. It displays " +"information such as memory leaks, which scenes and resources are being " +"loaded, etc." +msgstr "" + +#: doc/classes/ProjectSettings.xml:416 +msgid "Maximum call stack in visual scripting, to avoid infinite recursion." +msgstr "" + +#: doc/classes/ProjectSettings.xml:419 +msgid "" +"Color of the contact points between collision shapes, visible when \"Visible " +"Collision Shapes\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:422 +msgid "" +"Sets whether 2D physics will display collision outlines in game when " +"\"Visible Collision Shapes\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:425 +msgid "" +"Maximum number of contact points between collision shapes to display when " +"\"Visible Collision Shapes\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:428 +msgid "" +"Color of the collision shapes, visible when \"Visible Collision Shapes\" is " +"enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:431 +msgid "" +"Color of the disabled navigation geometry, visible when \"Visible Navigation" +"\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:434 +msgid "" +"Color of the navigation geometry, visible when \"Visible Navigation\" is " +"enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:437 +msgid "Custom image for the mouse cursor (limited to 256×256)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:440 +msgid "Hotspot for the custom mouse cursor image." +msgstr "" + +#: doc/classes/ProjectSettings.xml:443 +msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." +msgstr "" + +#: doc/classes/ProjectSettings.xml:446 +msgid "" +"If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " +"platform. This setting has no effect on desktop Linux, as DPI-awareness " +"fallbacks are not supported there." +msgstr "" + +#: doc/classes/ProjectSettings.xml:449 +msgid "" +"If [code]true[/code], keeps the screen on (even in case of inactivity), so " +"the screensaver does not take over. Works on desktop and mobile platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:452 +msgid "" +"The default screen orientation to use on mobile devices.\n" +"[b]Note:[/b] When set to a portrait orientation, this project setting does " +"not flip the project resolution's width and height automatically. Instead, " +"you have to set [member display/window/size/width] and [member display/" +"window/size/height] accordingly." +msgstr "" + +#: doc/classes/ProjectSettings.xml:456 +msgid "" +"If [code]true[/code], the home indicator is hidden automatically. This only " +"affects iOS devices without a physical home button." +msgstr "" + +#: doc/classes/ProjectSettings.xml:459 +msgid "" +"If [code]true[/code], allows per-pixel transparency for the window " +"background. This affects performance, so leave it on [code]false[/code] " +"unless you need it.\n" +"See [member OS.window_per_pixel_transparency_enabled] for more details.\n" +"[b]Note:[/b] This feature is implemented on HTML5, Linux, macOS, Windows, " +"and Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:464 +msgid "" +"Sets the window background to transparent when it starts.\n" +"See [member OS.window_per_pixel_transparency_enabled] for more details.\n" +"[b]Note:[/b] This feature is implemented on HTML5, Linux, macOS, Windows, " +"and Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:469 +msgid "" +"Forces the main window to be always on top.\n" +"[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:473 +msgid "" +"Forces the main window to be borderless.\n" +"[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:477 +msgid "" +"Sets the main window to full screen when the project starts. Note that this " +"is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " +"window is used to emulate fullscreen. On macOS, a new desktop is used to " +"display the running project.\n" +"Regardless of the platform, enabling fullscreen will change the window size " +"to match the monitor's size. Therefore, make sure your project supports " +"[url=https://docs.godotengine.org/en/3.4/tutorials/rendering/" +"multiple_resolutions.html]multiple resolutions[/url] when enabling " +"fullscreen mode.\n" +"[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:482 +msgid "" +"Sets the game's main viewport height. On desktop platforms, this is the " +"default window size. Stretch mode settings also use this as a reference when " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:485 +msgid "" +"Allows the window to be resizable by default.\n" +"[b]Note:[/b] This setting is ignored on iOS and Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:489 +msgid "" +"If greater than zero, overrides the window height when running the game. " +"Useful for testing stretch modes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:492 +msgid "" +"If greater than zero, overrides the window width when running the game. " +"Useful for testing stretch modes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:495 +msgid "" +"Sets the game's main viewport width. On desktop platforms, this is the " +"default window size. Stretch mode settings also use this as a reference when " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:498 +msgid "" +"Specifies the tablet driver to use. If left empty, the default driver will " +"be used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:501 +msgid "" +"If [code]true[/code], enables vertical synchronization. This eliminates " +"tearing that may appear in moving scenes, at the cost of higher input " +"latency and stuttering at lower framerates. If [code]false[/code], vertical " +"synchronization will be disabled, however, many platforms will enforce it " +"regardless (such as mobile platforms and HTML5)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:504 +msgid "" +"If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " +"enables vertical synchronization via the operating system's window " +"compositor when in windowed mode and the compositor is enabled. This will " +"prevent stutter in certain situations. (Windows only.)\n" +"[b]Note:[/b] This option is experimental and meant to alleviate stutter " +"experienced by some users. However, some users have experienced a Vsync " +"framerate halving (e.g. from 60 FPS to 30 FPS) when using it." +msgstr "" + +#: doc/classes/ProjectSettings.xml:508 +msgid "" +"The command-line arguments to append to Godot's own command line when " +"running the project. This doesn't affect the editor itself.\n" +"It is possible to make another executable run Godot by using the " +"[code]%command%[/code] placeholder. The placeholder will be replaced with " +"Godot's own command line. Program-specific arguments should be placed " +"[i]before[/i] the placeholder, whereas Godot-specific arguments should be " +"placed [i]after[/i] the placeholder.\n" +"For example, this can be used to force the project to run on the dedicated " +"GPU in a NVIDIA Optimus system on Linux:\n" +"[codeblock]\n" +"prime-run %command%\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:516 +msgid "" +"Search path for project-specific script templates. Godot will search for " +"script templates both in the editor-specific path and in this project-" +"specific path." +msgstr "" + +#: doc/classes/ProjectSettings.xml:519 +msgid "" +"Text-based file extensions to include in the script editor's \"Find in Files" +"\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " +"your scene files, especially if you use built-in scripts which are " +"serialized in the scene files." +msgstr "" + +#: doc/classes/ProjectSettings.xml:522 +msgid "" +"Default value for [member ScrollContainer.scroll_deadzone], which will be " +"used for all [ScrollContainer]s unless overridden." +msgstr "" + +#: doc/classes/ProjectSettings.xml:525 +msgid "" +"If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " +"UWP to follow interface conventions." +msgstr "" + +#: doc/classes/ProjectSettings.xml:530 +msgid "" +"Path to a custom [Theme] resource file to use for the project ([code]theme[/" +"code] or generic [code]tres[/code]/[code]res[/code] extension)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:533 +msgid "" +"Path to a custom [Font] resource to use as default for all GUI elements of " +"the project." +msgstr "" + +#: doc/classes/ProjectSettings.xml:536 +msgid "If [code]true[/code], makes sure the theme used works with HiDPI." +msgstr "" + +#: doc/classes/ProjectSettings.xml:539 +msgid "" +"Timer setting for incremental search in [Tree], [ItemList], etc. controls " +"(in milliseconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:542 +msgid "Timer for detecting idle in [TextEdit] (in seconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:545 +msgid "Default delay for tooltips (in seconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:548 +msgid "" +"Default [InputEventAction] to confirm a focused button, menu or list item, " +"or validate input.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:552 +msgid "" +"Default [InputEventAction] to discard a modal or pending input.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:556 +msgid "" +"Default [InputEventAction] to move down in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:560 +msgid "" +"Default [InputEventAction] to go to the end position of a [Control] (e.g. " +"last item in an [ItemList] or a [Tree]), matching the behavior of [constant " +"KEY_END] on typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:564 +msgid "" +"Default [InputEventAction] to focus the next [Control] in the scene. The " +"focus behavior can be configured via [member Control.focus_next].\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:568 +msgid "" +"Default [InputEventAction] to focus the previous [Control] in the scene. The " +"focus behavior can be configured via [member Control.focus_previous].\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:572 +msgid "" +"Default [InputEventAction] to go to the start position of a [Control] (e.g. " +"first item in an [ItemList] or a [Tree]), matching the behavior of [constant " +"KEY_HOME] on typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:576 +msgid "" +"Default [InputEventAction] to move left in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:580 +msgid "" +"Default [InputEventAction] to go down a page in a [Control] (e.g. in an " +"[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " +"typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:584 +msgid "" +"Default [InputEventAction] to go up a page in a [Control] (e.g. in an " +"[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " +"typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:588 +msgid "" +"Default [InputEventAction] to move right in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:592 +msgid "" +"Default [InputEventAction] to select an item in a [Control] (e.g. in an " +"[ItemList] or a [Tree]).\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:596 +msgid "" +"Default [InputEventAction] to move up in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:600 +msgid "" +"If [code]true[/code], key/touch/joystick events will be flushed just before " +"every idle and physics frame.\n" +"If [code]false[/code], such events will be flushed only once per idle frame, " +"between iterations of the engine.\n" +"Enabling this can greatly improve the responsiveness to input, specially in " +"devices that need to run multiple physics frames per visible (idle) frame, " +"because they can't run at the target frame rate.\n" +"[b]Note:[/b] Currently implemented only in Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:606 +msgid "" +"If [code]true[/code], sends mouse input events when tapping or swiping on " +"the touchscreen." +msgstr "" + +#: doc/classes/ProjectSettings.xml:609 +msgid "" +"If [code]true[/code], sends touch input events when clicking or dragging the " +"mouse." +msgstr "" + +#: doc/classes/ProjectSettings.xml:612 +msgid "Default delay for touch events. This only affects iOS devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:615 +msgid "Optional name for the 2D physics layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:618 +msgid "Optional name for the 2D physics layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:621 +msgid "Optional name for the 2D physics layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:624 +msgid "Optional name for the 2D physics layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:627 +msgid "Optional name for the 2D physics layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:630 +msgid "Optional name for the 2D physics layer 14." +msgstr "" + +#: doc/classes/ProjectSettings.xml:633 +msgid "Optional name for the 2D physics layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:636 +msgid "Optional name for the 2D physics layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:639 +msgid "Optional name for the 2D physics layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:642 +msgid "Optional name for the 2D physics layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:645 +msgid "Optional name for the 2D physics layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:648 +msgid "Optional name for the 2D physics layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:651 +msgid "Optional name for the 2D physics layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:654 +msgid "Optional name for the 2D physics layer 21." +msgstr "" + +#: doc/classes/ProjectSettings.xml:657 +msgid "Optional name for the 2D physics layer 22." +msgstr "" + +#: doc/classes/ProjectSettings.xml:660 +msgid "Optional name for the 2D physics layer 23." +msgstr "" + +#: doc/classes/ProjectSettings.xml:663 +msgid "Optional name for the 2D physics layer 24." +msgstr "" + +#: doc/classes/ProjectSettings.xml:666 +msgid "Optional name for the 2D physics layer 25." +msgstr "" + +#: doc/classes/ProjectSettings.xml:669 +msgid "Optional name for the 2D physics layer 26." +msgstr "" + +#: doc/classes/ProjectSettings.xml:672 +msgid "Optional name for the 2D physics layer 27." +msgstr "" + +#: doc/classes/ProjectSettings.xml:675 +msgid "Optional name for the 2D physics layer 28." +msgstr "" + +#: doc/classes/ProjectSettings.xml:678 +msgid "Optional name for the 2D physics layer 29." +msgstr "" + +#: doc/classes/ProjectSettings.xml:681 +msgid "Optional name for the 2D physics layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:684 +msgid "Optional name for the 2D physics layer 30." +msgstr "" + +#: doc/classes/ProjectSettings.xml:687 +msgid "Optional name for the 2D physics layer 31." +msgstr "" + +#: doc/classes/ProjectSettings.xml:690 +msgid "Optional name for the 2D physics layer 32." +msgstr "" + +#: doc/classes/ProjectSettings.xml:693 +msgid "Optional name for the 2D physics layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:696 +msgid "Optional name for the 2D physics layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:699 +msgid "Optional name for the 2D physics layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:702 +msgid "Optional name for the 2D physics layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:705 +msgid "Optional name for the 2D physics layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:708 +msgid "Optional name for the 2D physics layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:711 +msgid "Optional name for the 2D render layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:714 +msgid "Optional name for the 2D render layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:717 +msgid "Optional name for the 2D render layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:720 +msgid "Optional name for the 2D render layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:723 +msgid "Optional name for the 2D render layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:726 +msgid "Optional name for the 2D render layer 14." +msgstr "" + +#: doc/classes/ProjectSettings.xml:729 +msgid "Optional name for the 2D render layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:732 +msgid "Optional name for the 2D render layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:735 +msgid "Optional name for the 2D render layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:738 +msgid "Optional name for the 2D render layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:741 +msgid "Optional name for the 2D render layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:744 +msgid "Optional name for the 2D render layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:747 +msgid "Optional name for the 2D render layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:750 +msgid "Optional name for the 2D render layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:753 +msgid "Optional name for the 2D render layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:756 +msgid "Optional name for the 2D render layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:759 +msgid "Optional name for the 2D render layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:762 +msgid "Optional name for the 2D render layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:765 +msgid "Optional name for the 2D render layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:768 +msgid "Optional name for the 2D render layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:771 +msgid "Optional name for the 3D physics layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:774 +msgid "Optional name for the 3D physics layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:777 +msgid "Optional name for the 3D physics layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:780 +msgid "Optional name for the 3D physics layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:783 +msgid "Optional name for the 3D physics layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:786 +msgid "Optional name for the 3D physics layer 14." +msgstr "" + +#: doc/classes/ProjectSettings.xml:789 +msgid "Optional name for the 3D physics layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:792 +msgid "Optional name for the 3D physics layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:795 +msgid "Optional name for the 3D physics layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:798 +msgid "Optional name for the 3D physics layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:801 +msgid "Optional name for the 3D physics layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:804 +msgid "Optional name for the 3D physics layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:807 +msgid "Optional name for the 3D physics layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:810 +msgid "Optional name for the 3D physics layer 21." +msgstr "" + +#: doc/classes/ProjectSettings.xml:813 +msgid "Optional name for the 3D physics layer 22." +msgstr "" + +#: doc/classes/ProjectSettings.xml:816 +msgid "Optional name for the 3D physics layer 23." +msgstr "" + +#: doc/classes/ProjectSettings.xml:819 +msgid "Optional name for the 3D physics layer 24." +msgstr "" + +#: doc/classes/ProjectSettings.xml:822 +msgid "Optional name for the 3D physics layer 25." +msgstr "" + +#: doc/classes/ProjectSettings.xml:825 +msgid "Optional name for the 3D physics layer 26." +msgstr "" + +#: doc/classes/ProjectSettings.xml:828 +msgid "Optional name for the 3D physics layer 27." +msgstr "" + +#: doc/classes/ProjectSettings.xml:831 +msgid "Optional name for the 3D physics layer 28." +msgstr "" + +#: doc/classes/ProjectSettings.xml:834 +msgid "Optional name for the 3D physics layer 29." +msgstr "" + +#: doc/classes/ProjectSettings.xml:837 +msgid "Optional name for the 3D physics layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:840 +msgid "Optional name for the 3D physics layer 30." +msgstr "" + +#: doc/classes/ProjectSettings.xml:843 +msgid "Optional name for the 3D physics layer 31." +msgstr "" + +#: doc/classes/ProjectSettings.xml:846 +msgid "Optional name for the 3D physics layer 32." +msgstr "" + +#: doc/classes/ProjectSettings.xml:849 +msgid "Optional name for the 3D physics layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:852 +msgid "Optional name for the 3D physics layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:855 +msgid "Optional name for the 3D physics layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:858 +msgid "Optional name for the 3D physics layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:861 +msgid "Optional name for the 3D physics layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:864 +msgid "Optional name for the 3D physics layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:867 +msgid "Optional name for the 3D render layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:870 +msgid "Optional name for the 3D render layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:873 +msgid "Optional name for the 3D render layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:876 +msgid "Optional name for the 3D render layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:879 +msgid "Optional name for the 3D render layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:882 +msgid "Optional name for the 3D render layer 14" +msgstr "" + +#: doc/classes/ProjectSettings.xml:885 +msgid "Optional name for the 3D render layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:888 +msgid "Optional name for the 3D render layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:891 +msgid "Optional name for the 3D render layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:894 +msgid "Optional name for the 3D render layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:897 +msgid "Optional name for the 3D render layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:900 +msgid "Optional name for the 3D render layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:903 +msgid "Optional name for the 3D render layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:906 +msgid "Optional name for the 3D render layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:909 +msgid "Optional name for the 3D render layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:912 +msgid "Optional name for the 3D render layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:915 +msgid "Optional name for the 3D render layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:918 +msgid "Optional name for the 3D render layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:921 +msgid "Optional name for the 3D render layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:924 +msgid "Optional name for the 3D render layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:927 +msgid "" +"The locale to fall back to if a translation isn't available in a given " +"language. If left empty, [code]en[/code] (English) will be used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:930 +msgid "" +"If non-empty, this locale will be used when running the project from the " +"editor." +msgstr "" + +#: doc/classes/ProjectSettings.xml:933 +msgid "If [code]true[/code], logs all output to files." +msgstr "" + +#: doc/classes/ProjectSettings.xml:936 +msgid "" +"Desktop override for [member logging/file_logging/enable_file_logging], as " +"log files are not readily accessible on mobile/Web platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:939 +msgid "" +"Path to logs within the project. Using an [code]user://[/code] path is " +"recommended." +msgstr "" + +#: doc/classes/ProjectSettings.xml:942 +msgid "Specifies the maximum amount of log files allowed (used for rotation)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:947 +msgid "" +"Godot uses a message queue to defer some function calls. If you run out of " +"space on it (you will see an error), you can increase the size here." +msgstr "" + +#: doc/classes/ProjectSettings.xml:950 +msgid "" +"This is used by servers when used in multi-threading mode (servers and " +"visual). RIDs are preallocated to avoid stalling the server requesting them " +"on threads. If servers get stalled too often when loading resources in a " +"thread, increase this number." +msgstr "" + +#: doc/classes/ProjectSettings.xml:953 +msgid "" +"Maximum amount of characters allowed to send as output from the debugger. " +"Over this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:956 +msgid "" +"Maximum number of errors allowed to be sent as output from the debugger. " +"Over this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:959 +msgid "" +"Maximum amount of messages allowed to send as output from the debugger. Over " +"this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:962 +msgid "" +"Maximum number of warnings allowed to be sent as output from the debugger. " +"Over this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:965 +msgid "" +"Default size of packet peer stream for deserializing Godot data (in bytes, " +"specified as a power of two). The default value [code]16[/code] is equal to " +"65,536 bytes. Over this size, data is dropped." +msgstr "" + +#: doc/classes/ProjectSettings.xml:968 +msgid "Timeout (in seconds) for connection attempts using TCP." +msgstr "" + +#: doc/classes/ProjectSettings.xml:971 +msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:974 +msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:977 +msgid "Maximum number of concurrent input packets for [WebSocketClient]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:980 +msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:983 +msgid "Maximum number of concurrent output packets for [WebSocketClient]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:986 +msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:989 +msgid "Maximum number of concurrent input packets for [WebSocketServer]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:992 +msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:995 +msgid "Maximum number of concurrent output packets for [WebSocketServer]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:998 +msgid "" +"Amount of read ahead used by remote filesystem. Higher values decrease the " +"effects of latency at the cost of higher bandwidth usage." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1001 +msgid "Page size used by remote filesystem (in bytes)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1004 +msgid "" +"The CA certificates bundle to use for SSL connections. If this is set to a " +"non-empty value, this will [i]override[/i] Godot's default [url=https://" +"github.com/godotengine/godot/blob/master/thirdparty/certs/ca-certificates." +"crt]Mozilla certificate bundle[/url]. If left empty, the default certificate " +"bundle will be used.\n" +"If in doubt, leave this setting empty." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1008 +msgid "" +"When creating node names automatically, set the type of casing in this " +"project. This is mostly an editor setting." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1011 +msgid "" +"What to use to separate node name from number. This is mostly an editor " +"setting." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1014 +msgid "" +"Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" +"[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1018 +msgid "" +"Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" +"[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1022 +msgid "" +"The default angular damp in 2D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1026 +msgid "" +"The default gravity strength in 2D (in pixels per second squared).\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity strength to 98.\n" +"Physics2DServer.area_set_param(get_viewport().find_world_2d().get_space(), " +"Physics2DServer.AREA_PARAM_GRAVITY, 98)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1034 +msgid "" +"The default gravity direction in 2D.\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity vector at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity direction to `Vector2(0, 1)`.\n" +"Physics2DServer.area_set_param(get_viewport().find_world_2d().get_space(), " +"Physics2DServer.AREA_PARAM_GRAVITY_VECTOR, Vector2(0, 1))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1042 +msgid "" +"The default linear damp in 2D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1046 +msgid "" +"Threshold defining the surface size that constitutes a large object with " +"regard to cells in the broad-phase 2D hash grid algorithm.\n" +"[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1050 +msgid "" +"Sets which physics engine to use for 2D physics.\n" +"\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " +"alternative 2D physics server implemented." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1054 +msgid "" +"Threshold angular velocity under which a 2D physics body will be considered " +"inactive. See [constant Physics2DServer." +"SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1057 +msgid "" +"Threshold linear velocity under which a 2D physics body will be considered " +"inactive. See [constant Physics2DServer." +"SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1060 +msgid "" +"Sets whether physics is run on the main thread or a separate one. Running " +"the server on a thread increases performance, but restricts API access to " +"only physics process.\n" +"[b]Warning:[/b] As of Godot 3.2, there are mixed reports about the use of a " +"Multi-Threaded thread model for physics. Be sure to assess whether it does " +"give you extra performance and no regressions when using it." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1064 +msgid "" +"Time (in seconds) of inactivity before which a 2D physics body will put to " +"sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1067 +msgid "" +"Enables the use of bounding volume hierarchy instead of hash grid for 2D " +"physics spatial partitioning. This may give better performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1070 +msgid "" +"Sets whether the 3D physics world will be created with support for " +"[SoftBody] physics. Only applies to the Bullet physics engine." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1073 +msgid "" +"The default angular damp in 3D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1077 +msgid "" +"The default gravity strength in 3D (in meters per second squared).\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity strength to 9.8.\n" +"PhysicsServer.area_set_param(get_viewport().find_world().get_space(), " +"PhysicsServer.AREA_PARAM_GRAVITY, 9.8)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1085 +msgid "" +"The default gravity direction in 3D.\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity vector at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity direction to `Vector3(0, -1, 0)`.\n" +"PhysicsServer.area_set_param(get_viewport().find_world().get_space(), " +"PhysicsServer.AREA_PARAM_GRAVITY_VECTOR, Vector3(0, -1, 0))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1093 +msgid "" +"The default linear damp in 3D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1097 +msgid "" +"Enables the use of bounding volume hierarchy instead of octree for 3D " +"physics spatial partitioning. This may give better performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1100 +msgid "" +"Sets which physics engine to use for 3D physics.\n" +"\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " +"physics engine. The \"GodotPhysics\" engine is still supported as an " +"alternative." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1104 +msgid "Enables [member Viewport.physics_object_picking] on the root viewport." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1107 +msgid "" +"If enabled, 2D and 3D physics picking behaves this way in relation to " +"pause:\n" +"- When pause is started, every collision object that is hovered or captured " +"(3D only) is released from that condition, getting the relevant mouse-exit " +"callback, unless its pause mode makes it immune to pause.\n" +"- During pause, picking only considers collision objects immune to pause, " +"sending input events and enter/exit callbacks to them as expected.\n" +"If disabled, the legacy behavior is used, which consists in queuing the " +"picking input events during pause (so nodes won't get them) and flushing " +"that queue on resume, against the state of the 2D/3D world at that point." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1113 +msgid "" +"The number of fixed iterations per second. This controls how often physics " +"simulation and [method Node._physics_process] methods are run.\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the physics FPS at runtime, set [member Engine.iterations_per_second] " +"instead." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1117 +msgid "" +"Controls how much physics ticks are synchronized with real time. For 0 or " +"less, the ticks are synchronized. Such values are recommended for network " +"games, where clock synchronization matters. Higher values cause higher " +"deviation of in-game clock and real clock, but allows smoothing out " +"framerate jitters. The default value of 0.5 should be fine for most; values " +"above 2 could cause the game to react to dropped frames with a noticeable " +"delay and are not recommended.\n" +"[b]Note:[/b] For best results, when using a custom physics interpolation " +"solution, the physics jitter fix should be disabled by setting [member " +"physics/common/physics_jitter_fix] to [code]0[/code].\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1122 +msgid "" +"[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " +"uploading batching data. This may not be necessary but can be used for " +"safety.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1126 +msgid "" +"[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " +"for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " +"flag.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1130 +msgid "" +"[b]Experimental.[/b] If set to on, this applies buffer orphaning - " +"[code]glBufferData[/code] is called with NULL data and the full buffer size " +"prior to uploading new data. This can be important to avoid stalling on some " +"hardware.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1134 +msgid "" +"[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " +"for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " +"flag.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1138 +msgid "" +"Choose between fixed mode where corner scalings are preserved matching the " +"artwork, and scaling mode.\n" +"Not available in GLES3 when [member rendering/batching/options/use_batching] " +"is off." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1142 +msgid "" +"Some NVIDIA GPU drivers have a bug which produces flickering issues for the " +"[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " +"[url=https://github.com/godotengine/godot/issues/9913]GitHub issue 9913[/" +"url] for details.\n" +"If [code]true[/code], this option enables a \"safe\" code path for such " +"NVIDIA GPUs at the cost of performance. This option affects GLES2 and GLES3 " +"rendering, but only on desktop platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1146 +msgid "" +"If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " +"This provides greater compatibility with a wide range of hardware, and also " +"may be faster in some circumstances.\n" +"Currently only available when [member rendering/batching/options/" +"use_batching] is active.\n" +"[b]Note:[/b] Antialiased software skinned polys are not supported, and will " +"be rendered without antialiasing.\n" +"[b]Note:[/b] Custom shaders that use the [code]VERTEX[/code] built-in " +"operate with [code]VERTEX[/code] position [i]after[/i] skinning, whereas " +"with hardware skinning, [code]VERTEX[/code] is the position [i]before[/i] " +"skinning." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1152 +msgid "" +"If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " +"May help in some pixel art styles.\n" +"This snapping is performed on the GPU in the vertex shader.\n" +"Consider using the project setting [member rendering/batching/precision/" +"uv_contract] to prevent artifacts." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1157 +msgid "" +"When batching is on, this regularly prints a frame diagnosis log. Note that " +"this will degrade performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1160 +msgid "" +"[b]Experimental.[/b] For regression testing against the old renderer. If " +"this is switched on, and [code]use_batching[/code] is set, the renderer will " +"swap alternately between using the old renderer, and the batched renderer, " +"on each frame. This makes it easy to identify visual differences. " +"Performance will be degraded." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1163 +msgid "" +"Lights have the potential to prevent joining items, and break many of the " +"performance benefits of batching. This setting enables some complex logic to " +"allow joining items if their lighting is similar, and overlap tests pass. " +"This can significantly improve performance in some games. Set to 0 to switch " +"off. With large values the cost of overlap tests may lead to diminishing " +"returns." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1166 +msgid "" +"Sets the proportion of the total screen area (in pixels) that must be saved " +"by a scissor operation in order to activate light scissoring. This can " +"prevent parts of items being rendered outside the light area. Lower values " +"scissor more aggressively. A value of 1 scissors none of the items, a value " +"of 0 scissors every item. The power of 4 of the value is used, in order to " +"emphasize the lower range, and multiplied by the total screen area in pixels " +"to give the threshold. This can reduce fill rate requirements in scenes with " +"a lot of lighting." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1169 +msgid "" +"Enabling this setting uses the legacy method to draw batches containing only " +"one rect. The legacy method is faster (approx twice as fast), but can cause " +"flicker on some systems. In order to directly compare performance with the " +"non-batching renderer you can set this to true, but it is recommended to " +"turn this off unless you can guarantee your target hardware will work with " +"this method." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1172 +msgid "" +"Turns 2D batching on and off. Batching increases performance by reducing the " +"amount of graphics API drawcalls." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1175 +msgid "Switches on 2D batching within the editor." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1178 +msgid "" +"Size of buffer reserved for batched vertices. Larger size enables larger " +"batches, but there are diminishing returns for the memory used. This should " +"only have a minor effect on performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1181 +msgid "" +"Including color in the vertex format has a cost, however, not including " +"color prevents batching across color changes. This threshold determines the " +"ratio of [code]number of vertex color changes / total number of vertices[/" +"code] above which vertices will be translated to colored format. A value of " +"0 will always use colored vertices, 1 will never use colored vertices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1184 +msgid "" +"In certain circumstances, the batcher can reorder items in order to better " +"join them. This may result in better performance. An overlap test is needed " +"however for each item lookahead, so there is a trade off, with diminishing " +"returns. If you are getting no benefit, setting this to 0 will switch it off." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1187 +msgid "" +"Sets the number of commands to lookahead to determine whether to batch " +"render items. A value of 1 can join items consisting of single commands, 0 " +"turns off joining. Higher values are in theory more likely to join, however " +"this has diminishing returns and has a runtime cost so a small value is " +"recommended." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1190 +msgid "" +"On some platforms (especially mobile), precision issues in shaders can lead " +"to reading 1 texel outside of bounds, particularly where rects are scaled. " +"This can particularly lead to border artifacts around tiles in tilemaps.\n" +"This adjustment corrects for this by making a small contraction to the UV " +"coordinates used. Note that this can result in a slight squashing of border " +"texels." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1194 +msgid "" +"The amount of UV contraction. This figure is divided by 1000000, and is a " +"proportion of the total texture dimensions, where the width and height are " +"both ranged from 0.0 to 1.0.\n" +"Use the default unless correcting for a problem on particular hardware." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1198 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_HIGH]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1201 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_LOW]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1204 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_MEDIUM]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1207 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_ULTRA]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1210 +msgid "" +"Default background clear color. Overridable per [Viewport] using its " +"[Environment]. See [member Environment.background_mode] and [member " +"Environment.background_color] in particular. To change this default color " +"programmatically, use [method VisualServer.set_default_clear_color]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1213 +msgid "" +"[Environment] that will be used as a fallback environment in case a scene " +"does not specify its own environment. The default environment is loaded in " +"at scene load time regardless of whether you have set an environment or not. " +"If you do not rely on the fallback environment, it is best to delete " +"[code]default_env.tres[/code], or to specify a different default environment " +"here." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1216 +msgid "" +"The use of half-float vertex compression may be producing rendering errors " +"on some platforms (especially iOS). These have been seen particularly in " +"particles. Disabling half-float may resolve these problems." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1219 +msgid "" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" +"[b]Warning:[/b] High floating point precision can be extremely slow on older " +"devices and is often not available at all. Use with caution." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1226 +msgid "" +"Max buffer size for blend shapes. Any blend shape bigger than this will not " +"work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1229 +msgid "" +"Max buffer size for drawing polygons. Any polygon bigger than this will not " +"work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1232 +msgid "" +"Max index buffer size for drawing polygons. Any polygon bigger than this " +"will not work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1235 +msgid "" +"Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " +"Nodes using more than this size will not work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1238 +msgid "" +"Max number of lights renderable per object. This is further limited by " +"hardware support. Most devices only support 409 lights, while many devices " +"(especially mobile) only support 102. Setting this low will slightly reduce " +"memory usage and may decrease shader compile times." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1241 +msgid "" +"Max amount of elements renderable in a frame. If more elements than this are " +"visible per frame, they will not be drawn. Keep in mind elements refer to " +"mesh surfaces and not meshes themselves. Setting this low will slightly " +"reduce memory usage and may decrease shader compile times, particularly on " +"web. For most uses, the default value is suitable, but consider lowering as " +"much as possible on web export." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1244 +msgid "" +"Max number of lights renderable in a frame. If more lights than this number " +"are used, they will be ignored. Setting this low will slightly reduce memory " +"usage and may decrease shader compile times, particularly on web. For most " +"uses, the default value is suitable, but consider lowering as much as " +"possible on web export." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1247 +msgid "" +"Max number of reflection probes renderable in a frame. If more reflection " +"probes than this number are used, they will be ignored. Setting this low " +"will slightly reduce memory usage and may decrease shader compile times, " +"particularly on web. For most uses, the default value is suitable, but " +"consider lowering as much as possible on web export." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1250 +msgid "" +"Shaders have a time variable that constantly increases. At some point, it " +"needs to be rolled back to zero to avoid precision errors on shader " +"animations. This setting specifies when (in seconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1253 +msgid "" +"If [code]true[/code], the texture importer will import lossless textures " +"using the PNG format. Otherwise, it will default to using WebP." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1256 +msgid "" +"The default compression level for lossless WebP. Higher levels result in " +"smaller files at the cost of compression speed. Decompression speed is " +"mostly unaffected by the compression level. Supported values are 0 to 9. " +"Note that compression levels above 6 are very slow and offer very little " +"savings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1259 +msgid "" +"On import, mesh vertex data will be split into two streams within a single " +"vertex buffer, one for position data and the other for interleaved " +"attributes data. Recommended to be enabled if targeting mobile devices. " +"Requires manual reimport of meshes after toggling." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1262 +msgid "" +"Determines the maximum number of sphere occluders that will be used at any " +"one time.\n" +"Although you can have many occluders in a scene, each frame the system will " +"choose from these the most relevant based on a screen space metric, in order " +"to give the best overall performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1266 +msgid "" +"The default convention is for portal normals to point outward (face outward) " +"from the source room.\n" +"If you accidentally build your level with portals facing the wrong way, this " +"setting can fix the problem.\n" +"It will flip named portal meshes (i.e. [code]-portal[/code]) on the initial " +"convertion to [Portal] nodes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1271 +msgid "" +"Show conversion logs.\n" +"[b]Note:[/b] This will automatically be disabled in exports." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1275 +msgid "" +"If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" +"code]. If [code]false[/code], they will be sent as [code]notifications[/" +"code]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1278 +msgid "" +"If enabled, while merging meshes, the system will also attempt to remove " +"[Spatial] nodes that no longer have any children.\n" +"Reducing the number of [Node]s in the scene tree can make traversal more " +"efficient, but can be switched off in case you wish to use empty [Spatial]s " +"for markers or some other purpose." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1282 +msgid "" +"Show logs during PVS generation.\n" +"[b]Note:[/b] This will automatically be disabled in exports." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1286 +msgid "" +"Uses a simplified method of generating PVS (potentially visible set) data. " +"The results may not be accurate where more than one portal join adjacent " +"rooms.\n" +"[b]Note:[/b] Generally you should only use this option if you encounter bugs " +"when it is set to [code]false[/code], i.e. there are problems with the " +"default method." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1290 +msgid "" +"If [code]true[/code], allocates the main framebuffer with high dynamic " +"range. High dynamic range allows the use of [Color] values greater than 1.\n" +"[b]Note:[/b] Only available on the GLES3 backend." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1294 +msgid "" +"Lower-end override for [member rendering/quality/depth/hdr] on mobile " +"devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1297 +msgid "" +"Disables depth pre-pass for some GPU vendors (usually mobile), as their " +"architecture already does this." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1300 +msgid "" +"If [code]true[/code], performs a previous depth pass before rendering " +"materials. This increases performance in scenes with high overdraw, when " +"complex materials and lighting are used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1303 +msgid "" +"The directional shadow's size in pixels. Higher values will result in " +"sharper shadows, at the cost of performance. The value will be rounded up to " +"the nearest power of 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1306 +msgid "" +"Lower-end override for [member rendering/quality/directional_shadow/size] on " +"mobile devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1309 +msgid "" +"The video driver to use (\"GLES2\" or \"GLES3\").\n" +"[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" +"video-driver[/code] command line argument, or by the [member rendering/" +"quality/driver/fallback_to_gles2] option if the target system does not " +"support GLES3 and falls back to GLES2. In such cases, this property is not " +"updated, so use [method OS.get_current_video_driver] to query it at run-time." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1313 +msgid "" +"If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " +"driver is not supported.\n" +"[b]Note:[/b] The two video drivers are not drop-in replacements for each " +"other, so a game designed for GLES3 might not work properly when falling " +"back to GLES2. In particular, some features of the GLES3 backend are not " +"available in GLES2. Enabling this setting also means that both ETC and ETC2 " +"VRAM-compressed textures will be exported on Android and iOS, increasing the " +"data pack's size." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1317 +msgid "" +"Maximum anisotropic filter level used for textures with anisotropy enabled. " +"Higher values will result in sharper textures when viewed from oblique " +"angles, at the cost of performance. Only power-of-two values are valid (2, " +"4, 8, 16)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1320 +msgid "" +"Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " +"around the edges of polygons. A higher MSAA value results in smoother edges " +"but can be significantly slower on some hardware.\n" +"[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1324 +msgid "" +"If set to a value greater than [code]0.0[/code], contrast-adaptive " +"sharpening will be applied to the 3D viewport. This has a low performance " +"cost and can be used to recover some of the sharpness lost from using FXAA. " +"Values around [code]0.5[/code] generally give the best results. See also " +"[member rendering/quality/filters/use_fxaa]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1327 +msgid "" +"If [code]true[/code], uses a fast post-processing filter to make banding " +"significantly less visible. In some cases, debanding may introduce a " +"slightly noticeable dithering pattern. It's recommended to enable debanding " +"only when actually needed since the dithering pattern will make lossless-" +"compressed screenshots larger.\n" +"[b]Note:[/b] Only available on the GLES3 backend. [member rendering/quality/" +"depth/hdr] must also be [code]true[/code] for debanding to be effective.\n" +"[b]Note:[/b] There are known issues with debanding breaking rendering on " +"mobile platforms. Due to this, it is recommended to leave this option " +"disabled when targeting mobile platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1332 +msgid "" +"Enables FXAA in the root Viewport. FXAA is a popular screen-space " +"antialiasing method, which is fast but will make the image look blurry, " +"especially at lower resolutions. It can still work relatively well at large " +"resolutions such as 1440p and 4K. Some of the lost sharpness can be " +"recovered by enabling contrast-adaptive sharpening (see [member rendering/" +"quality/filters/sharpen_intensity])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1335 +msgid "" +"If [code]true[/code], uses nearest-neighbor mipmap filtering when using " +"mipmaps (also called \"bilinear filtering\"), which will result in visible " +"seams appearing between mipmap stages. This may increase performance in " +"mobile as less memory bandwidth is used. If [code]false[/code], linear " +"mipmap filtering (also called \"trilinear filtering\") is used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1338 +msgid "" +"Strategy used for framebuffer allocation. The simpler it is, the less " +"resources it uses (but the less features it supports). If set to \"2D " +"Without Sampling\" or \"3D Without Effects\", sample buffers will not be " +"allocated. This means [code]SCREEN_TEXTURE[/code] and [code]DEPTH_TEXTURE[/" +"code] will not be available in shaders and post-processing effects will not " +"be available in the [Environment]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1341 +msgid "" +"Lower-end override for [member rendering/quality/intended_usage/" +"framebuffer_allocation] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1344 +msgid "" +"Enable usage of bicubic sampling in baked lightmaps. This results in " +"smoother looking lighting at the expense of more bandwidth usage. On GLES2, " +"changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1347 +msgid "" +"Lower-end override for [member rendering/quality/lightmapping/" +"use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1350 +msgid "" +"Size of the atlas used by reflection probes. A larger size can result in " +"higher visual quality, while a smaller size will be faster and take up less " +"memory." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1353 +msgid "" +"Number of subdivisions to use for the reflection atlas. A higher number " +"lowers the quality of each atlas, but allows you to use more." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1356 +msgid "" +"If [code]true[/code], uses a high amount of samples to create blurred " +"variants of reflection probes and panorama backgrounds (sky). Those blurred " +"variants are used by rough materials." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1359 +msgid "" +"Lower-end override for [member rendering/quality/reflections/" +"high_quality_ggx] on mobile devices, due to performance concerns or driver " +"support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1362 +msgid "" +"Limits the size of the irradiance map which is normally determined by " +"[member Sky.radiance_size]. A higher size results in a higher quality " +"irradiance map similarly to [member rendering/quality/reflections/" +"high_quality_ggx]. Use a higher value when using high-frequency HDRI maps, " +"otherwise keep this as low as possible.\n" +"[b]Note:[/b] Low and mid range hardware do not support complex irradiance " +"maps well and may crash if this is set too high." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1366 +msgid "" +"If [code]true[/code], uses texture arrays instead of mipmaps for reflection " +"probes and panorama backgrounds (sky). This reduces jitter noise on " +"reflections, but costs more performance and memory." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1369 +msgid "" +"Lower-end override for [member rendering/quality/reflections/" +"texture_array_reflections] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1372 +msgid "" +"If [code]true[/code], uses faster but lower-quality Blinn model to generate " +"blurred reflections instead of the GGX model." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1375 +msgid "" +"Lower-end override for [member rendering/quality/shading/" +"force_blinn_over_ggx] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1378 +msgid "" +"If [code]true[/code], uses faster but lower-quality Lambert material " +"lighting model instead of Burley." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1381 +msgid "" +"Lower-end override for [member rendering/quality/shading/" +"force_lambert_over_burley] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1384 +msgid "" +"If [code]true[/code], forces vertex shading for all rendering. This can " +"increase performance a lot, but also reduces quality immensely. Can be used " +"to optimize performance on low-end mobile devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1387 +msgid "" +"Lower-end override for [member rendering/quality/shading/" +"force_vertex_shading] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1390 +msgid "" +"If [code]true[/code], enables new physical light attenuation for " +"[OmniLight]s and [SpotLight]s. This results in more realistic lighting " +"appearance with a very small performance cost. When physical light " +"attenuation is enabled, lights will appear to be darker as a result of the " +"new attenuation formula. This can be compensated by adjusting the lights' " +"energy or attenuation values.\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1394 +msgid "" +"Size for cubemap into which the shadow is rendered before being copied into " +"the shadow atlas. A higher number can result in higher resolution shadows " +"when used with a higher [member rendering/quality/shadow_atlas/size]. " +"Setting higher than a quarter of the [member rendering/quality/shadow_atlas/" +"size] will not result in a perceptible increase in visual quality." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 +msgid "" +"Subdivision quadrant size for shadow mapping. See shadow mapping " +"documentation." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1409 +msgid "" +"Size for shadow atlas (used for OmniLights and SpotLights). See " +"documentation." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1412 +msgid "" +"Lower-end override for [member rendering/quality/shadow_atlas/size] on " +"mobile devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1415 +msgid "" +"Shadow filter mode. Higher-quality settings result in smoother shadows that " +"flicker less when moving. \"Disabled\" is the fastest option, but also has " +"the lowest quality. \"PCF5\" is smoother but is also slower. \"PCF13\" is " +"the smoothest option, but is also the slowest.\n" +"[b]Note:[/b] When using the GLES2 backend, the \"PCF13\" option actually " +"uses 16 samples to emulate linear filtering in the shader. This results in a " +"shadow appearance similar to the one produced by the GLES3 backend." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1419 +msgid "" +"Lower-end override for [member rendering/quality/shadows/filter_mode] on " +"mobile devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1422 +msgid "" +"Forces [MeshInstance] to always perform skinning on the CPU (applies to both " +"GLES2 and GLES3).\n" +"See also [member rendering/quality/skinning/software_skinning_fallback]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1426 +msgid "" +"Allows [MeshInstance] to perform skinning on the CPU when the hardware " +"doesn't support the default GPU skinning process with GLES2.\n" +"If [code]false[/code], an alternative skinning process on the GPU is used in " +"this case (slower in most cases).\n" +"See also [member rendering/quality/skinning/force_software_skinning].\n" +"[b]Note:[/b] When the software skinning fallback is triggered, custom vertex " +"shaders will behave in a different way, because the bone transform will be " +"already applied to the modelview matrix." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1432 +msgid "" +"The rendering octree balance can be changed to favor smaller ([code]0[/" +"code]), or larger ([code]1[/code]) branches.\n" +"Larger branches can increase performance significantly in some projects." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1436 +msgid "" +"Enables the use of bounding volume hierarchy instead of octree for rendering " +"spatial partitioning. This may give better performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1439 +msgid "" +"Improves quality of subsurface scattering, but cost significantly increases." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1442 +msgid "Quality setting for subsurface scattering (samples taken)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1445 +msgid "Max radius used for subsurface scattering samples." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1448 +msgid "" +"Weight subsurface scattering samples. Helps to avoid reading samples from " +"unrelated parts of the screen." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1451 +msgid "" +"Use high-quality voxel cone tracing. This results in better-looking " +"reflections, but is much more expensive on the GPU." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1454 +msgid "" +"Thread model for rendering. Rendering on a thread can vastly improve " +"performance, but synchronizing to the main thread can cause a bit more " +"jitter." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1457 +msgid "" +"If [code]true[/code], a thread safe version of BVH (bounding volume " +"hierarchy) will be used in rendering and Godot physics.\n" +"Try enabling this option if you see any visual anomalies in 3D (such as " +"incorrect object visibility)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1461 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the BPTC algorithm. This texture compression algorithm is " +"only supported on desktop platforms, and only when using the GLES3 " +"renderer.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1465 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the Ericsson Texture Compression algorithm. This algorithm " +"doesn't support alpha channels in textures.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1469 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the Ericsson Texture Compression 2 algorithm. This texture " +"compression algorithm is only supported when using the GLES3 renderer.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1473 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the PowerVR Texture Compression algorithm. This texture " +"compression algorithm is only supported on iOS.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1477 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the S3 Texture Compression algorithm. This algorithm is only " +"supported on desktop platforms and consoles.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1481 +msgid "" +"Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " +"pixels)." +msgstr "" + +#: doc/classes/ProximityGroup.xml:4 doc/classes/ProximityGroup.xml:7 +msgid "General-purpose proximity detection node." +msgstr "" + +#: doc/classes/QuadMesh.xml:4 +msgid "Class representing a square mesh." +msgstr "" + +#: doc/classes/QuadMesh.xml:7 +msgid "" +"Class representing a square [PrimitiveMesh]. This flat mesh does not have a " +"thickness. By default, this mesh is aligned on the X and Y axes; this " +"default rotation is more suited for use with billboarded materials. Unlike " +"[PlaneMesh], this mesh doesn't provide subdivision options." +msgstr "" + +#: doc/classes/QuadMesh.xml:11 doc/classes/Viewport.xml:19 +#: doc/classes/ViewportTexture.xml:13 +msgid "https://godotengine.org/asset-library/asset/129" +msgstr "" + +#: doc/classes/QuadMesh.xml:17 +msgid "Offset of the generated Quad. Useful for particles." +msgstr "" + +#: doc/classes/QuadMesh.xml:20 +msgid "Size on the X and Y axes." +msgstr "" + +#: doc/classes/Quat.xml:4 +msgid "Quaternion." +msgstr "" + +#: doc/classes/Quat.xml:7 +msgid "" +"A unit quaternion used for representing 3D rotations. Quaternions need to be " +"normalized to be used for rotation.\n" +"It is similar to Basis, which implements matrix representation of rotations, " +"and can be parametrized using both an axis-angle pair or Euler angles. Basis " +"stores rotation, scale, and shearing, while Quat only stores rotation.\n" +"Due to its compactness and the way it is stored in memory, certain " +"operations (obtaining axis-angle and performing SLERP, in particular) are " +"more efficient and robust against floating-point errors." +msgstr "" + +#: doc/classes/Quat.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms." +"html#interpolating-with-quaternions" +msgstr "" + +#: doc/classes/Quat.xml:20 +msgid "Constructs a quaternion from the given [Basis]." +msgstr "" + +#: doc/classes/Quat.xml:27 +msgid "" +"Constructs a quaternion that will perform a rotation specified by Euler " +"angles (in the YXZ convention: when decomposing, first Z, then X, and Y " +"last), given in the vector format as (X angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Quat.xml:35 +msgid "" +"Constructs a quaternion that will rotate around the given axis by the " +"specified angle. The axis must be a normalized vector." +msgstr "" + +#: doc/classes/Quat.xml:45 +msgid "Constructs a quaternion defined by the given values." +msgstr "" + +#: doc/classes/Quat.xml:52 +msgid "" +"Returns the angle between this quaternion and [code]to[/code]. This is the " +"magnitude of the angle you would need to rotate by to get from one to the " +"other.\n" +"[b]Note:[/b] This method has an abnormally high amount of floating-point " +"error, so methods such as [method @GDScript.is_zero_approx] will not work " +"reliably." +msgstr "" + +#: doc/classes/Quat.xml:63 +msgid "" +"Performs a cubic spherical interpolation between quaternions [code]pre_a[/" +"code], this vector, [code]b[/code], and [code]post_b[/code], by the given " +"amount [code]weight[/code]." +msgstr "" + +#: doc/classes/Quat.xml:70 +msgid "Returns the dot product of two quaternions." +msgstr "" + +#: doc/classes/Quat.xml:76 +msgid "" +"Returns Euler angles (in the YXZ convention: when decomposing, first Z, then " +"X, and Y last) corresponding to the rotation represented by the unit " +"quaternion. Returned vector contains the rotation angles in the format (X " +"angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Quat.xml:82 +msgid "Returns the inverse of the quaternion." +msgstr "" + +#: doc/classes/Quat.xml:89 +msgid "" +"Returns [code]true[/code] if this quaternion and [code]quat[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Quat.xml:95 +msgid "Returns whether the quaternion is normalized or not." +msgstr "" + +#: doc/classes/Quat.xml:101 +msgid "Returns the length of the quaternion." +msgstr "" + +#: doc/classes/Quat.xml:107 +msgid "Returns the length of the quaternion, squared." +msgstr "" + +#: doc/classes/Quat.xml:113 +msgid "Returns a copy of the quaternion, normalized to unit length." +msgstr "" + +#: doc/classes/Quat.xml:120 +msgid "" +"Sets the quaternion to a rotation which rotates around axis by the specified " +"angle, in radians. The axis must be a normalized vector." +msgstr "" + +#: doc/classes/Quat.xml:126 +msgid "" +"Sets the quaternion to a rotation specified by Euler angles (in the YXZ " +"convention: when decomposing, first Z, then X, and Y last), given in the " +"vector format as (X angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Quat.xml:134 +msgid "" +"Returns the result of the spherical linear interpolation between this " +"quaternion and [code]to[/code] by amount [code]weight[/code].\n" +"[b]Note:[/b] Both quaternions must be normalized." +msgstr "" + +#: doc/classes/Quat.xml:143 +msgid "" +"Returns the result of the spherical linear interpolation between this " +"quaternion and [code]to[/code] by amount [code]weight[/code], but without " +"checking if the rotation path is not bigger than 90 degrees." +msgstr "" + +#: doc/classes/Quat.xml:150 +msgid "Returns a vector transformed (multiplied) by this quaternion." +msgstr "" + +#: doc/classes/Quat.xml:156 +msgid "" +"W component of the quaternion (real part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:160 +msgid "" +"X component of the quaternion (imaginary [code]i[/code] axis part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:164 +msgid "" +"Y component of the quaternion (imaginary [code]j[/code] axis part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:168 +msgid "" +"Z component of the quaternion (imaginary [code]k[/code] axis part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:174 +msgid "" +"The identity quaternion, representing no rotation. Equivalent to an identity " +"[Basis] matrix. If a vector is transformed by an identity quaternion, it " +"will not change." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:4 +msgid "A class for generating pseudo-random numbers." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:7 +msgid "" +"RandomNumberGenerator is a class for generating pseudo-random numbers. It " +"currently uses [url=http://www.pcg-random.org/]PCG32[/url].\n" +"[b]Note:[/b] The underlying algorithm is an implementation detail. As a " +"result, it should not be depended upon for reproducible random streams " +"across Godot versions.\n" +"To generate a random float number (within a given range) based on a time-" +"dependant seed:\n" +"[codeblock]\n" +"var rng = RandomNumberGenerator.new()\n" +"func _ready():\n" +" rng.randomize()\n" +" var my_random_number = rng.randf_range(-10.0, 10.0)\n" +"[/codeblock]\n" +"[b]Note:[/b] The default values of [member seed] and [member state] " +"properties are pseudo-random, and changes when calling [method randomize]. " +"The [code]0[/code] value documented here is a placeholder, and not the " +"actual default seed." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:19 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/math/random_number_generation." +"html" +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:25 +msgid "" +"Generates a pseudo-random float between [code]0.0[/code] and [code]1.0[/" +"code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:33 +msgid "" +"Generates a pseudo-random float between [code]from[/code] and [code]to[/" +"code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:41 +msgid "" +"Generates a [url=https://en.wikipedia.org/wiki/Normal_distribution]normally-" +"distributed[/url] pseudo-random number, using Box-Muller transform with the " +"specified [code]mean[/code] and a standard [code]deviation[/code]. This is " +"also called Gaussian distribution." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:47 +msgid "" +"Generates a pseudo-random 32-bit unsigned integer between [code]0[/code] and " +"[code]4294967295[/code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:55 +msgid "" +"Generates a pseudo-random 32-bit signed integer between [code]from[/code] " +"and [code]to[/code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:61 +msgid "Setups a time-based seed to generator." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:67 +msgid "" +"Initializes the random number generator state based on the given seed value. " +"A given seed will give a reproducible sequence of pseudo-random numbers.\n" +"[b]Note:[/b] The RNG does not have an avalanche effect, and can output " +"similar random streams given similar seeds. Consider using a hash function " +"to improve your seed quality if they're sourced externally.\n" +"[b]Note:[/b] Setting this property produces a side effect of changing the " +"internal [member state], so make sure to initialize the seed [i]before[/i] " +"modifying the [member state]:\n" +"[codeblock]\n" +"var rng = RandomNumberGenerator.new()\n" +"rng.seed = hash(\"Godot\")\n" +"rng.state = 100 # Restore to some previously saved state.\n" +"[/codeblock]\n" +"[b]Warning:[/b] the getter of this property returns the previous [member " +"state], and not the initial seed value, which is going to be fixed in Godot " +"4.0." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:78 +msgid "" +"The current state of the random number generator. Save and restore this " +"property to restore the generator to a previous state:\n" +"[codeblock]\n" +"var rng = RandomNumberGenerator.new()\n" +"print(rng.randf())\n" +"var saved_state = rng.state # Store current state.\n" +"print(rng.randf()) # Advance internal state.\n" +"rng.state = saved_state # Restore the state.\n" +"print(rng.randf()) # Prints the same value as in previous.\n" +"[/codeblock]\n" +"[b]Note:[/b] Do not set state to arbitrary values, since the random number " +"generator requires the state to have certain qualities to behave properly. " +"It should only be set to values that came from the state property itself. To " +"initialize the random number generator with arbitrary input, use [member " +"seed] instead." +msgstr "" + +#: doc/classes/Range.xml:4 +msgid "Abstract base class for range-based controls." +msgstr "" + +#: doc/classes/Range.xml:7 +msgid "" +"Range is a base class for [Control] nodes that change a floating-point " +"[i]value[/i] between a [i]minimum[/i] and a [i]maximum[/i], using [i]step[/" +"i] and [i]page[/i], for example a [ScrollBar]." +msgstr "" + +#: doc/classes/Range.xml:16 +msgid "" +"Binds two ranges together along with any ranges previously grouped with " +"either of them. When any of range's member variables change, it will share " +"the new value with all other ranges in its group." +msgstr "" + +#: doc/classes/Range.xml:22 +msgid "Stops range from sharing its member variables with any other." +msgstr "" + +#: doc/classes/Range.xml:28 +msgid "" +"If [code]true[/code], [member value] may be greater than [member max_value]." +msgstr "" + +#: doc/classes/Range.xml:31 +msgid "" +"If [code]true[/code], [member value] may be less than [member min_value]." +msgstr "" + +#: doc/classes/Range.xml:34 +msgid "" +"If [code]true[/code], and [code]min_value[/code] is greater than 0, " +"[code]value[/code] will be represented exponentially rather than linearly." +msgstr "" + +#: doc/classes/Range.xml:37 +msgid "" +"Maximum value. Range is clamped if [code]value[/code] is greater than " +"[code]max_value[/code]." +msgstr "" + +#: doc/classes/Range.xml:40 +msgid "" +"Minimum value. Range is clamped if [code]value[/code] is less than " +"[code]min_value[/code]." +msgstr "" + +#: doc/classes/Range.xml:43 +msgid "" +"Page size. Used mainly for [ScrollBar]. ScrollBar's length is its size " +"multiplied by [code]page[/code] over the difference between [code]min_value[/" +"code] and [code]max_value[/code]." +msgstr "" + +#: doc/classes/Range.xml:46 +msgid "The value mapped between 0 and 1." +msgstr "" + +#: doc/classes/Range.xml:49 +msgid "" +"If [code]true[/code], [code]value[/code] will always be rounded to the " +"nearest integer." +msgstr "" + +#: doc/classes/Range.xml:52 +msgid "" +"If greater than 0, [code]value[/code] will always be rounded to a multiple " +"of [code]step[/code]. If [code]rounded[/code] is also [code]true[/code], " +"[code]value[/code] will first be rounded to a multiple of [code]step[/code] " +"then rounded to the nearest integer." +msgstr "" + +#: doc/classes/Range.xml:55 +msgid "Range's current value." +msgstr "" + +#: doc/classes/Range.xml:61 +msgid "" +"Emitted when [member min_value], [member max_value], [member page], or " +"[member step] change." +msgstr "" + +#: doc/classes/Range.xml:67 +msgid "Emitted when [member value] changes." +msgstr "" + +#: doc/classes/RayCast.xml:4 doc/classes/RayCast2D.xml:4 +msgid "Query the closest object intersecting a ray." +msgstr "" + +#: doc/classes/RayCast.xml:7 +msgid "" +"A RayCast represents a line from its origin to its destination position, " +"[code]cast_to[/code]. It is used to query the 3D space in order to find the " +"closest object along the path of the ray.\n" +"RayCast can ignore some objects by adding them to the exception list via " +"[code]add_exception[/code] or by setting proper filtering with collision " +"layers and masks.\n" +"RayCast can be configured to report collisions with [Area]s ([member " +"collide_with_areas]) and/or [PhysicsBody]s ([member collide_with_bodies]).\n" +"Only enabled raycasts will be able to query the space and report " +"collisions.\n" +"RayCast calculates intersection every physics frame (see [Node]), and the " +"result is cached so it can be used later until the next frame. If multiple " +"queries are required between physics frames (or during the same frame), use " +"[method force_raycast_update] after adjusting the raycast." +msgstr "" + +#: doc/classes/RayCast.xml:22 doc/classes/RayCast2D.xml:21 +msgid "" +"Adds a collision exception so the ray does not report collisions with the " +"specified node." +msgstr "" + +#: doc/classes/RayCast.xml:29 doc/classes/RayCast2D.xml:28 +msgid "" +"Adds a collision exception so the ray does not report collisions with the " +"specified [RID]." +msgstr "" + +#: doc/classes/RayCast.xml:35 doc/classes/RayCast2D.xml:34 +msgid "Removes all collision exceptions for this ray." +msgstr "" + +#: doc/classes/RayCast.xml:41 +msgid "" +"Updates the collision information for the ray.\n" +"Use this method to update the collision information immediately instead of " +"waiting for the next [code]_physics_process[/code] call, for example if the " +"ray or its parent has changed state.\n" +"[b]Note:[/b] [code]enabled[/code] is not required for this to work." +msgstr "" + +#: doc/classes/RayCast.xml:49 doc/classes/RayCast2D.xml:47 +msgid "" +"Returns the first object that the ray intersects, or [code]null[/code] if no " +"object is intersecting the ray (i.e. [method is_colliding] returns " +"[code]false[/code])." +msgstr "" + +#: doc/classes/RayCast.xml:55 doc/classes/RayCast2D.xml:53 +msgid "" +"Returns the shape ID of the first object that the ray intersects, or " +"[code]0[/code] if no object is intersecting the ray (i.e. [method " +"is_colliding] returns [code]false[/code])." +msgstr "" + +#: doc/classes/RayCast.xml:62 +msgid "" +"Returns [code]true[/code] if the bit index passed is turned on.\n" +"[b]Note:[/b] Bit indices range from 0-19." +msgstr "" + +#: doc/classes/RayCast.xml:69 doc/classes/RayCast2D.xml:66 +msgid "" +"Returns the normal of the intersecting object's shape at the collision point." +msgstr "" + +#: doc/classes/RayCast.xml:75 doc/classes/RayCast2D.xml:72 +msgid "" +"Returns the collision point at which the ray intersects the closest object.\n" +"[b]Note:[/b] This point is in the [b]global[/b] coordinate system." +msgstr "" + +#: doc/classes/RayCast.xml:82 doc/classes/RayCast2D.xml:79 +msgid "" +"Returns whether any object is intersecting with the ray's vector " +"(considering the vector length)." +msgstr "" + +#: doc/classes/RayCast.xml:89 doc/classes/RayCast2D.xml:86 +msgid "" +"Removes a collision exception so the ray does report collisions with the " +"specified node." +msgstr "" + +#: doc/classes/RayCast.xml:96 doc/classes/RayCast2D.xml:93 +msgid "" +"Removes a collision exception so the ray does report collisions with the " +"specified [RID]." +msgstr "" + +#: doc/classes/RayCast.xml:104 +msgid "" +"Sets the bit index passed to the [code]value[/code] passed.\n" +"[b]Note:[/b] Bit indexes range from 0-19." +msgstr "" + +#: doc/classes/RayCast.xml:111 doc/classes/RayCast2D.xml:107 +msgid "" +"The ray's destination point, relative to the RayCast's [code]position[/code]." +msgstr "" + +#: doc/classes/RayCast.xml:114 +msgid "If [code]true[/code], collision with [Area]s will be reported." +msgstr "" + +#: doc/classes/RayCast.xml:117 +msgid "If [code]true[/code], collision with [PhysicsBody]s will be reported." +msgstr "" + +#: doc/classes/RayCast.xml:120 doc/classes/RayCast2D.xml:116 +msgid "" +"The ray's collision mask. Only objects in at least one collision layer " +"enabled in the mask will be detected. See [url=https://docs.godotengine.org/" +"en/3.4/tutorials/physics/physics_introduction.html#collision-layers-and-" +"masks]Collision layers and masks[/url] in the documentation for more " +"information." +msgstr "" + +#: doc/classes/RayCast.xml:123 +msgid "" +"The custom color to use to draw the shape in the editor and at run-time if " +"[b]Visible Collision Shapes[/b] is enabled in the [b]Debug[/b] menu. This " +"color will be highlighted at run-time if the [RayCast] is colliding with " +"something.\n" +"If set to [code]Color(0.0, 0.0, 0.0)[/code] (by default), the color set in " +"[member ProjectSettings.debug/shapes/collision/shape_color] is used." +msgstr "" + +#: doc/classes/RayCast.xml:127 +msgid "" +"If set to [code]1[/code], a line is used as the debug shape. Otherwise, a " +"truncated pyramid is drawn to represent the [RayCast]. Requires [b]Visible " +"Collision Shapes[/b] to be enabled in the [b]Debug[/b] menu for the debug " +"shape to be visible at run-time." +msgstr "" + +#: doc/classes/RayCast.xml:130 doc/classes/RayCast2D.xml:119 +msgid "If [code]true[/code], collisions will be reported." +msgstr "" + +#: doc/classes/RayCast.xml:133 +msgid "" +"If [code]true[/code], collisions will be ignored for this RayCast's " +"immediate parent." +msgstr "" + +#: doc/classes/RayCast2D.xml:7 +msgid "" +"A RayCast represents a line from its origin to its destination position, " +"[code]cast_to[/code]. It is used to query the 2D space in order to find the " +"closest object along the path of the ray.\n" +"RayCast2D can ignore some objects by adding them to the exception list via " +"[code]add_exception[/code], by setting proper filtering with collision " +"layers, or by filtering object types with type masks.\n" +"RayCast2D can be configured to report collisions with [Area2D]s ([member " +"collide_with_areas]) and/or [PhysicsBody2D]s ([member " +"collide_with_bodies]).\n" +"Only enabled raycasts will be able to query the space and report " +"collisions.\n" +"RayCast2D calculates intersection every physics frame (see [Node]), and the " +"result is cached so it can be used later until the next frame. If multiple " +"queries are required between physics frames (or during the same frame) use " +"[method force_raycast_update] after adjusting the raycast." +msgstr "" + +#: doc/classes/RayCast2D.xml:40 +msgid "" +"Updates the collision information for the ray. Use this method to update the " +"collision information immediately instead of waiting for the next " +"[code]_physics_process[/code] call, for example if the ray or its parent has " +"changed state.\n" +"[b]Note:[/b] [code]enabled[/code] is not required for this to work." +msgstr "" + +#: doc/classes/RayCast2D.xml:101 +msgid "" +"Sets or clears individual bits on the collision mask. This makes selecting " +"the areas scanned easier." +msgstr "" + +#: doc/classes/RayCast2D.xml:110 +msgid "If [code]true[/code], collision with [Area2D]s will be reported." +msgstr "" + +#: doc/classes/RayCast2D.xml:113 +msgid "If [code]true[/code], collision with [PhysicsBody2D]s will be reported." +msgstr "" + +#: doc/classes/RayCast2D.xml:122 +msgid "" +"If [code]true[/code], the parent node will be excluded from collision " +"detection." +msgstr "" + +#: doc/classes/RayShape.xml:4 +msgid "Ray shape for 3D collisions." +msgstr "" + +#: doc/classes/RayShape.xml:7 +msgid "" +"Ray shape for 3D collisions, which can be set into a [PhysicsBody] or " +"[Area]. A ray is not really a collision body; instead, it tries to separate " +"itself from whatever is touching its far endpoint. It's often useful for " +"characters." +msgstr "" + +#: doc/classes/RayShape.xml:15 doc/classes/RayShape2D.xml:15 +msgid "The ray's length." +msgstr "" + +#: doc/classes/RayShape.xml:18 doc/classes/RayShape2D.xml:18 +msgid "If [code]true[/code], allow the shape to return the correct normal." +msgstr "" + +#: doc/classes/RayShape2D.xml:4 +msgid "Ray shape for 2D collisions." +msgstr "" + +#: doc/classes/RayShape2D.xml:7 +msgid "" +"Ray shape for 2D collisions. A ray is not really a collision body; instead, " +"it tries to separate itself from whatever is touching its far endpoint. It's " +"often useful for characters." +msgstr "" + +#: doc/classes/Rect2.xml:4 +msgid "2D axis-aligned bounding box." +msgstr "" + +#: doc/classes/Rect2.xml:7 +msgid "" +"[Rect2] consists of a position, a size, and several utility functions. It is " +"typically used for fast overlap tests.\n" +"It uses floating-point coordinates.\n" +"The 3D counterpart to [Rect2] is [AABB]." +msgstr "" + +#: doc/classes/Rect2.xml:22 +msgid "Constructs a [Rect2] by position and size." +msgstr "" + +#: doc/classes/Rect2.xml:32 +msgid "Constructs a [Rect2] by x, y, width, and height." +msgstr "" + +#: doc/classes/Rect2.xml:38 +msgid "" +"Returns a [Rect2] with equivalent position and area, modified so that the " +"top-left corner is the origin and [code]width[/code] and [code]height[/code] " +"are positive." +msgstr "" + +#: doc/classes/Rect2.xml:45 +msgid "Returns the intersection of this [Rect2] and b." +msgstr "" + +#: doc/classes/Rect2.xml:52 +msgid "" +"Returns [code]true[/code] if this [Rect2] completely encloses another one." +msgstr "" + +#: doc/classes/Rect2.xml:59 +msgid "Returns this [Rect2] expanded to include a given point." +msgstr "" + +#: doc/classes/Rect2.xml:65 +msgid "Returns the area of the [Rect2]." +msgstr "" + +#: doc/classes/Rect2.xml:72 +msgid "" +"Returns a copy of the [Rect2] grown a given amount of units towards all the " +"sides." +msgstr "" + +#: doc/classes/Rect2.xml:82 +msgid "" +"Returns a copy of the [Rect2] grown a given amount of units towards each " +"direction individually." +msgstr "" + +#: doc/classes/Rect2.xml:90 +msgid "" +"Returns a copy of the [Rect2] grown a given amount of units towards the " +"[enum Margin] direction." +msgstr "" + +#: doc/classes/Rect2.xml:96 +msgid "Returns [code]true[/code] if the [Rect2] is flat or empty." +msgstr "" + +#: doc/classes/Rect2.xml:103 +msgid "Returns [code]true[/code] if the [Rect2] contains a point." +msgstr "" + +#: doc/classes/Rect2.xml:111 +msgid "" +"Returns [code]true[/code] if the [Rect2] overlaps with [code]b[/code] (i.e. " +"they have at least one point in common).\n" +"If [code]include_borders[/code] is [code]true[/code], they will also be " +"considered overlapping if their borders touch, even without intersection." +msgstr "" + +#: doc/classes/Rect2.xml:119 +msgid "" +"Returns [code]true[/code] if this [Rect2] and [code]rect[/code] are " +"approximately equal, by calling [code]is_equal_approx[/code] on each " +"component." +msgstr "" + +#: doc/classes/Rect2.xml:126 +msgid "Returns a larger [Rect2] that contains this [Rect2] and [code]b[/code]." +msgstr "" + +#: doc/classes/RectangleShape2D.xml:4 +msgid "Rectangle shape for 2D collisions." +msgstr "" + +#: doc/classes/RectangleShape2D.xml:7 +msgid "" +"Rectangle shape for 2D collisions. This shape is useful for modeling box-" +"like 2D objects." +msgstr "" + +#: doc/classes/RectangleShape2D.xml:17 +msgid "" +"The rectangle's half extents. The width and height of this shape is twice " +"the half extents." +msgstr "" + +#: doc/classes/Reference.xml:4 +msgid "Base class for reference-counted objects." +msgstr "" + +#: doc/classes/Reference.xml:7 +msgid "" +"Base class for any object that keeps a reference count. [Resource] and many " +"other helper objects inherit this class.\n" +"Unlike other [Object] types, References keep an internal reference counter " +"so that they are automatically released when no longer in use, and only " +"then. References therefore do not need to be freed manually with [method " +"Object.free].\n" +"In the vast majority of use cases, instantiating and using [Reference]-" +"derived types is all you need to do. The methods provided in this class are " +"only for advanced users, and can cause issues if misused.\n" +"[b]Note:[/b] In C#, references will not be freed instantly after they are no " +"longer in use. Instead, garbage collection will run periodically and will " +"free references that are no longer in use. This means that unused references " +"will linger on for a while before being removed." +msgstr "" + +#: doc/classes/Reference.xml:19 +msgid "" +"Initializes the internal reference counter. Use this only if you really know " +"what you are doing.\n" +"Returns whether the initialization was successful." +msgstr "" + +#: doc/classes/Reference.xml:26 +msgid "" +"Increments the internal reference counter. Use this only if you really know " +"what you are doing.\n" +"Returns [code]true[/code] if the increment was successful, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/Reference.xml:33 +msgid "" +"Decrements the internal reference counter. Use this only if you really know " +"what you are doing.\n" +"Returns [code]true[/code] if the decrement was successful, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/ReferenceRect.xml:4 +msgid "Reference frame for GUI." +msgstr "" + +#: doc/classes/ReferenceRect.xml:7 +msgid "" +"A rectangle box that displays only a [member border_color] border color " +"around its rectangle. [ReferenceRect] has no fill [Color]. If you need to " +"display a rectangle filled with a solid color, consider using [ColorRect] " +"instead." +msgstr "" + +#: doc/classes/ReferenceRect.xml:15 +msgid "Sets the border [Color] of the [ReferenceRect]." +msgstr "" + +#: doc/classes/ReferenceRect.xml:18 +msgid "" +"Sets the border width of the [ReferenceRect]. The border grows both inwards " +"and outwards with respect to the rectangle box." +msgstr "" + +#: doc/classes/ReferenceRect.xml:21 +msgid "" +"If set to [code]true[/code], the [ReferenceRect] will only be visible while " +"in editor. Otherwise, [ReferenceRect] will be visible in game." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:4 +msgid "Captures its surroundings to create reflections." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:7 +msgid "" +"Capture its surroundings as a dual paraboloid image, and stores versions of " +"it with increasing levels of blur to simulate different material " +"roughnesses.\n" +"The [ReflectionProbe] is used to create high-quality reflections at the cost " +"of performance. It can be combined with [GIProbe]s and Screen Space " +"Reflections to achieve high quality reflections. [ReflectionProbe]s render " +"all objects within their [member cull_mask], so updating them can be quite " +"expensive. It is best to update them once with the important static objects " +"and then leave them.\n" +"[b]Note:[/b] By default Godot will only render 16 reflection probes. If you " +"need more, increase the number of atlas subdivisions. This setting can be " +"found in [member ProjectSettings.rendering/quality/reflections/" +"atlas_subdiv].\n" +"[b]Note:[/b] The GLES2 backend will only display two reflection probes at " +"the same time for a single mesh. If possible, split up large meshes that " +"span over multiple reflection probes into smaller ones." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/reflection_probes.html" +msgstr "" + +#: doc/classes/ReflectionProbe.xml:19 +msgid "" +"If [code]true[/code], enables box projection. This makes reflections look " +"more correct in rectangle-shaped rooms by offsetting the reflection center " +"depending on the camera's location." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:22 +msgid "" +"Sets the cull mask which determines what objects are drawn by this probe. " +"Every [VisualInstance] with a layer included in this cull mask will be " +"rendered by the probe. It is best to only include large objects which are " +"likely to take up a lot of space in the reflection in order to save on " +"rendering cost." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:25 +msgid "" +"If [code]true[/code], computes shadows in the reflection probe. This makes " +"the reflection probe slower to render; you may want to disable this if using " +"the [constant UPDATE_ALWAYS] [member update_mode]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:28 +msgid "" +"The size of the reflection probe. The larger the extents the more space " +"covered by the probe which will lower the perceived resolution. It is best " +"to keep the extents only as large as you need them." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:31 +msgid "" +"Defines the reflection intensity. Intensity modulates the strength of the " +"reflection." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:34 +msgid "" +"Sets the ambient light color to be used when this probe is set to [member " +"interior_enable]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:37 +msgid "" +"Sets the contribution value for how much the reflection affects the ambient " +"light for this reflection probe when set to [member interior_enable]. Useful " +"so that ambient light matches the color of the room." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:40 +msgid "" +"Sets the energy multiplier for this reflection probe's ambient light " +"contribution when set to [member interior_enable]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:43 +msgid "" +"If [code]true[/code], reflections will ignore sky contribution. Ambient " +"lighting is then controlled by the [code]interior_ambient_*[/code] " +"properties." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:46 +msgid "" +"Sets the max distance away from the probe an object can be before it is " +"culled." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:49 +msgid "" +"Sets the origin offset to be used when this reflection probe is in box " +"project mode." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:52 +msgid "" +"Sets how frequently the probe is updated. Can be [constant UPDATE_ONCE] or " +"[constant UPDATE_ALWAYS]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:57 +msgid "Update the probe once on the next frame." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:60 +msgid "" +"Update the probe every frame. This is needed when you want to capture " +"dynamic objects. However, it results in an increased render time. Use " +"[constant UPDATE_ONCE] whenever possible." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:4 +msgid "Class for searching text for patterns using regular expressions." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:7 +msgid "" +"A regular expression (or regex) is a compact language that can be used to " +"recognise strings that follow a specific pattern, such as URLs, email " +"addresses, complete sentences, etc. For instance, a regex of [code]ab[0-9][/" +"code] would find any string that is [code]ab[/code] followed by any number " +"from [code]0[/code] to [code]9[/code]. For a more in-depth look, you can " +"easily find various tutorials and detailed explanations on the Internet.\n" +"To begin, the RegEx object needs to be compiled with the search pattern " +"using [method compile] before it can be used.\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"\\\\w-(\\\\d+)\")\n" +"[/codeblock]\n" +"The search pattern must be escaped first for GDScript before it is escaped " +"for the expression. For example, [code]compile(\"\\\\d+\")[/code] would be " +"read by RegEx as [code]\\d+[/code]. Similarly, [code]compile(\"\\\"(?:\\\\\\" +"\\.|[^\\\"])*\\\"\")[/code] would be read as [code]\"(?:\\\\.|[^\"])*\"[/" +"code].\n" +"Using [method search], you can find the pattern within the given text. If a " +"pattern is found, [RegExMatch] is returned and you can retrieve details of " +"the results using methods such as [method RegExMatch.get_string] and [method " +"RegExMatch.get_start].\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"\\\\w-(\\\\d+)\")\n" +"var result = regex.search(\"abc n-0123\")\n" +"if result:\n" +" print(result.get_string()) # Would print n-0123\n" +"[/codeblock]\n" +"The results of capturing groups [code]()[/code] can be retrieved by passing " +"the group number to the various methods in [RegExMatch]. Group 0 is the " +"default and will always refer to the entire pattern. In the above example, " +"calling [code]result.get_string(1)[/code] would give you [code]0123[/code].\n" +"This version of RegEx also supports named capturing groups, and the names " +"can be used to retrieve the results. If two or more groups have the same " +"name, the name would only refer to the first one with a match.\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"d(?[0-9]+)|x(?[0-9a-f]+)\")\n" +"var result = regex.search(\"the number is x2f\")\n" +"if result:\n" +" print(result.get_string(\"digit\")) # Would print 2f\n" +"[/codeblock]\n" +"If you need to process multiple results, [method search_all] generates a " +"list of all non-overlapping results. This can be combined with a [code]for[/" +"code] loop for convenience.\n" +"[codeblock]\n" +"for result in regex.search_all(\"d01, d03, d0c, x3f and x42\"):\n" +" print(result.get_string(\"digit\"))\n" +"# Would print 01 03 0 3f 42\n" +"[/codeblock]\n" +"[b]Example of splitting a string using a RegEx:[/b]\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"\\\\S+\") # Negated whitespace character class.\n" +"var results = []\n" +"for result in regex.search_all(\"One Two \\n\\tThree\"):\n" +" results.push_back(result.get_string())\n" +"# The `results` array now contains \"One\", \"Two\", \"Three\".\n" +"[/codeblock]\n" +"[b]Note:[/b] Godot's regex implementation is based on the [url=https://www." +"pcre.org/]PCRE2[/url] library. You can view the full pattern reference " +"[url=https://www.pcre.org/current/doc/html/pcre2pattern.html]here[/url].\n" +"[b]Tip:[/b] You can use [url=https://regexr.com/]Regexr[/url] to test " +"regular expressions online." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:55 +msgid "" +"This method resets the state of the object, as if it was freshly created. " +"Namely, it unassigns the regular expression of this object." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:62 +msgid "" +"Compiles and assign the search pattern to use. Returns [constant OK] if the " +"compilation is successful. If an error is encountered, details are printed " +"to standard output and an error is returned." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:68 +msgid "Returns the number of capturing groups in compiled pattern." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:74 +msgid "" +"Returns an array of names of named capturing groups in the compiled pattern. " +"They are ordered by appearance." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:80 +msgid "Returns the original search pattern that was compiled." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:86 +msgid "Returns whether this object has a valid search pattern assigned." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:95 +msgid "" +"Searches the text for the compiled pattern. Returns a [RegExMatch] container " +"of the first matching result if found, otherwise [code]null[/code]. The " +"region to search within can be specified without modifying where the start " +"and end anchor would be." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:104 +msgid "" +"Searches the text for the compiled pattern. Returns an array of [RegExMatch] " +"containers for each non-overlapping result. If no results were found, an " +"empty array is returned instead. The region to search within can be " +"specified without modifying where the start and end anchor would be." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:115 +msgid "" +"Searches the text for the compiled pattern and replaces it with the " +"specified string. Escapes and backreferences such as [code]$1[/code] and " +"[code]$name[/code] are expanded and resolved. By default, only the first " +"instance is replaced, but it can be changed for all instances (global " +"replacement). The region to search within can be specified without modifying " +"where the start and end anchor would be." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:4 +msgid "Contains the results of a [RegEx] search." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:7 +msgid "" +"Contains the results of a single [RegEx] match returned by [method RegEx." +"search] and [method RegEx.search_all]. It can be used to find the position " +"and range of the match and its capturing groups, and it can extract its " +"substring for you." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:16 +msgid "" +"Returns the end position of the match within the source string. The end " +"position of capturing groups can be retrieved by providing its group number " +"as an integer or its string name (if it's a named group). The default value " +"of 0 refers to the whole pattern.\n" +"Returns -1 if the group did not match or doesn't exist." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:23 +msgid "Returns the number of capturing groups." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:30 +msgid "" +"Returns the starting position of the match within the source string. The " +"starting position of capturing groups can be retrieved by providing its " +"group number as an integer or its string name (if it's a named group). The " +"default value of 0 refers to the whole pattern.\n" +"Returns -1 if the group did not match or doesn't exist." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:38 +msgid "" +"Returns the substring of the match from the source string. Capturing groups " +"can be retrieved by providing its group number as an integer or its string " +"name (if it's a named group). The default value of 0 refers to the whole " +"pattern.\n" +"Returns an empty string if the group did not match or doesn't exist." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:45 +msgid "" +"A dictionary of named groups and its corresponding group number. Only groups " +"that were matched are included. If multiple groups have the same name, that " +"name would refer to the first matching one." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:48 +msgid "An [Array] of the match and its capturing groups." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:51 +msgid "" +"The source string used with the search pattern to find this matching result." +msgstr "" + +#: doc/classes/RemoteTransform.xml:4 +msgid "" +"RemoteTransform pushes its own [Transform] to another [Spatial] derived Node " +"in the scene." +msgstr "" + +#: doc/classes/RemoteTransform.xml:7 +msgid "" +"RemoteTransform pushes its own [Transform] to another [Spatial] derived Node " +"(called the remote node) in the scene.\n" +"It can be set to update another Node's position, rotation and/or scale. It " +"can use either global or local coordinates." +msgstr "" + +#: doc/classes/RemoteTransform.xml:16 +msgid "" +"[RemoteTransform] caches the remote node. It may not notice if the remote " +"node disappears; [method force_update_cache] forces it to update the cache " +"again." +msgstr "" + +#: doc/classes/RemoteTransform.xml:22 +msgid "" +"The [NodePath] to the remote node, relative to the RemoteTransform's " +"position in the scene." +msgstr "" + +#: doc/classes/RemoteTransform.xml:25 doc/classes/RemoteTransform2D.xml:25 +msgid "If [code]true[/code], the remote node's position is updated." +msgstr "" + +#: doc/classes/RemoteTransform.xml:28 doc/classes/RemoteTransform2D.xml:28 +msgid "If [code]true[/code], the remote node's rotation is updated." +msgstr "" + +#: doc/classes/RemoteTransform.xml:31 doc/classes/RemoteTransform2D.xml:31 +msgid "If [code]true[/code], the remote node's scale is updated." +msgstr "" + +#: doc/classes/RemoteTransform.xml:34 doc/classes/RemoteTransform2D.xml:34 +msgid "" +"If [code]true[/code], global coordinates are used. If [code]false[/code], " +"local coordinates are used." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:4 +msgid "" +"RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] " +"derived Node in the scene." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:7 +msgid "" +"RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] " +"derived Node (called the remote node) in the scene.\n" +"It can be set to update another Node's position, rotation and/or scale. It " +"can use either global or local coordinates." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:16 +msgid "" +"[RemoteTransform2D] caches the remote node. It may not notice if the remote " +"node disappears; [method force_update_cache] forces it to update the cache " +"again." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:22 +msgid "" +"The [NodePath] to the remote node, relative to the RemoteTransform2D's " +"position in the scene." +msgstr "" + +#: doc/classes/Resource.xml:4 +msgid "Base class for all resources." +msgstr "" + +#: doc/classes/Resource.xml:7 +msgid "" +"Resource is the base class for all Godot-specific resource types, serving " +"primarily as data containers. Since they inherit from [Reference], resources " +"are reference-counted and freed when no longer in use. They are also cached " +"once loaded from disk, so that any further attempts to load a resource from " +"a given path will return the same reference (all this in contrast to a " +"[Node], which is not reference-counted and can be instanced from disk as " +"many times as desired). Resources can be saved externally on disk or bundled " +"into another object, such as a [Node] or another resource.\n" +"[b]Note:[/b] In C#, resources will not be freed instantly after they are no " +"longer in use. Instead, garbage collection will run periodically and will " +"free resources that are no longer in use. This means that unused resources " +"will linger on for a while before being removed." +msgstr "" + +#: doc/classes/Resource.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/resources." +"html" +msgstr "" + +#: doc/classes/Resource.xml:18 +msgid "" +"Virtual function which can be overridden to customize the behavior value of " +"[method setup_local_to_scene]." +msgstr "" + +#: doc/classes/Resource.xml:25 +msgid "" +"Duplicates the resource, returning a new resource with the exported members " +"copied. [b]Note:[/b] To duplicate the resource the constructor is called " +"without arguments. This method will error when the constructor doesn't have " +"default values.\n" +"By default, sub-resources are shared between resource copies for efficiency. " +"This can be changed by passing [code]true[/code] to the [code]subresources[/" +"code] argument which will copy the subresources.\n" +"[b]Note:[/b] If [code]subresources[/code] is [code]true[/code], this method " +"will only perform a shallow copy. Nested resources within subresources will " +"not be duplicated and will still be shared.\n" +"[b]Note:[/b] When duplicating a resource, only [code]export[/code]ed " +"properties are copied. Other properties will be set to their default value " +"in the new resource." +msgstr "" + +#: doc/classes/Resource.xml:34 +msgid "" +"Emits the [signal changed] signal.\n" +"If external objects which depend on this resource should be updated, this " +"method must be called manually whenever the state of this resource has " +"changed (such as modification of properties).\n" +"The method is equivalent to:\n" +"[codeblock]\n" +"emit_signal(\"changed\")\n" +"[/codeblock]\n" +"[b]Note:[/b] This method is called automatically for built-in resources." +msgstr "" + +#: doc/classes/Resource.xml:46 +msgid "" +"If [member resource_local_to_scene] is enabled and the resource was loaded " +"from a [PackedScene] instantiation, returns the local scene where this " +"resource's unique copy is in use. Otherwise, returns [code]null[/code]." +msgstr "" + +#: doc/classes/Resource.xml:52 +msgid "" +"Returns the RID of the resource (or an empty RID). Many resources (such as " +"[Texture], [Mesh], etc) are high-level abstractions of resources stored in a " +"server, so this function will return the original RID." +msgstr "" + +#: doc/classes/Resource.xml:58 +msgid "" +"This method is called when a resource with [member resource_local_to_scene] " +"enabled is loaded from a [PackedScene] instantiation. Its behavior can be " +"customized by overriding [method _setup_local_to_scene] from script.\n" +"For most resources, this method performs no base logic. [ViewportTexture] " +"performs custom logic to properly set the proxy texture and flags in the " +"local viewport." +msgstr "" + +#: doc/classes/Resource.xml:66 +msgid "" +"Sets the path of the resource, potentially overriding an existing cache " +"entry for this path. This differs from setting [member resource_path], as " +"the latter would error out if another resource was already cached for the " +"given path." +msgstr "" + +#: doc/classes/Resource.xml:72 +msgid "" +"If [code]true[/code], the resource will be made unique in each instance of " +"its local scene. It can thus be modified in a scene instance without " +"impacting other instances of that same scene." +msgstr "" + +#: doc/classes/Resource.xml:75 +msgid "" +"The name of the resource. This is an optional identifier. If [member " +"resource_name] is not empty, its value will be displayed to represent the " +"current resource in the editor inspector. For built-in scripts, the [member " +"resource_name] will be displayed as the tab name in the script editor." +msgstr "" + +#: doc/classes/Resource.xml:78 +msgid "" +"The path to the resource. In case it has its own file, it will return its " +"filepath. If it's tied to the scene, it will return the scene's path, " +"followed by the resource's index." +msgstr "" + +#: doc/classes/Resource.xml:84 +msgid "" +"Emitted whenever the resource changes.\n" +"[b]Note:[/b] This signal is not emitted automatically for custom resources, " +"which means that you need to create a setter and emit the signal yourself." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:4 +msgid "Loads a specific resource type from a file." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:7 +msgid "" +"Godot loads resources in the editor or in exported games using " +"ResourceFormatLoaders. They are queried automatically via the " +"[ResourceLoader] singleton, or when a resource with internal dependencies is " +"loaded. Each file type may load as a different resource type, so multiple " +"ResourceFormatLoaders are registered in the engine.\n" +"Extending this class allows you to define your own loader. Be sure to " +"respect the documented return types and values. You should give it a global " +"class name with [code]class_name[/code] for it to be registered. Like built-" +"in ResourceFormatLoaders, it will be called automatically when loading " +"resources of its handled type(s). You may also implement a " +"[ResourceFormatSaver].\n" +"[b]Note:[/b] You can also extend [EditorImportPlugin] if the resource type " +"you need exists but Godot is unable to load its format. Choosing one way " +"over another depends on if the format is suitable or not for the final " +"exported game. For example, it's better to import [code].png[/code] textures " +"as [code].stex[/code] ([StreamTexture]) first, so they can be loaded with " +"better efficiency on the graphics card." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:19 +msgid "" +"If implemented, gets the dependencies of a given resource. If " +"[code]add_types[/code] is [code]true[/code], paths should be appended " +"[code]::TypeName[/code], where [code]TypeName[/code] is the class name of " +"the dependency.\n" +"[b]Note:[/b] Custom resource types defined by scripts aren't known by the " +"[ClassDB], so you might just return [code]\"Resource\"[/code] for them." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:26 +msgid "Gets the list of extensions for files this loader is able to read." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:33 +msgid "" +"Gets the class name of the resource associated with the given path. If the " +"loader cannot handle it, it should return [code]\"\"[/code].\n" +"[b]Note:[/b] Custom resource types defined by scripts aren't known by the " +"[ClassDB], so you might just return [code]\"Resource\"[/code] for them." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:41 +msgid "" +"Tells which resource class this loader can load.\n" +"[b]Note:[/b] Custom resource types defined by scripts aren't known by the " +"[ClassDB], so you might just handle [code]\"Resource\"[/code] for them." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:50 +msgid "" +"Loads a resource when the engine finds this loader to be compatible. If the " +"loaded resource is the result of an import, [code]original_path[/code] will " +"target the source file. Returns a [Resource] object on success, or an [enum " +"Error] constant in case of failure." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:58 +msgid "" +"If implemented, renames dependencies within the given resource and saves it. " +"[code]renames[/code] is a dictionary [code]{ String => String }[/code] " +"mapping old dependency paths to new paths.\n" +"Returns [constant OK] on success, or an [enum Error] constant in case of " +"failure." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:4 +msgid "Saves a specific resource type to a file." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:7 +msgid "" +"The engine can save resources when you do it from the editor, or when you " +"use the [ResourceSaver] singleton. This is accomplished thanks to multiple " +"[ResourceFormatSaver]s, each handling its own format and called " +"automatically by the engine.\n" +"By default, Godot saves resources as [code].tres[/code] (text-based), [code]." +"res[/code] (binary) or another built-in format, but you can choose to create " +"your own format by extending this class. Be sure to respect the documented " +"return types and values. You should give it a global class name with " +"[code]class_name[/code] for it to be registered. Like built-in " +"ResourceFormatSavers, it will be called automatically when saving resources " +"of its recognized type(s). You may also implement a [ResourceFormatLoader]." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:17 +msgid "" +"Returns the list of extensions available for saving the resource object, " +"provided it is recognized (see [method recognize])." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:24 +msgid "Returns whether the given resource object can be saved by this saver." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:33 +msgid "" +"Saves the given resource object to a file at the target [code]path[/code]. " +"[code]flags[/code] is a bitmask composed with [enum ResourceSaver." +"SaverFlags] constants.\n" +"Returns [constant OK] on success, or an [enum Error] constant in case of " +"failure." +msgstr "" + +#: doc/classes/ResourceImporter.xml:4 +msgid "Base class for the implementation of core resource importers." +msgstr "" + +#: doc/classes/ResourceImporter.xml:7 +msgid "" +"This is the base class for the resource importers implemented in core. To " +"implement your own resource importers using editor plugins, see " +"[EditorImportPlugin]." +msgstr "" + +#: doc/classes/ResourceImporter.xml:16 +msgid "The default import order." +msgstr "" + +#: doc/classes/ResourceImporter.xml:19 +msgid "" +"The import order for scenes, which ensures scenes are imported [i]after[/i] " +"all other core resources such as textures. Custom importers should generally " +"have an import order lower than [code]100[/code] to avoid issues when " +"importing scenes that rely on custom resources." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:4 +msgid "Interactive [Resource] loader." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:7 +msgid "" +"Interactive [Resource] loader. This object is returned by [ResourceLoader] " +"when performing an interactive load. It allows loading resources with high " +"granularity, which makes it mainly useful for displaying loading bars or " +"percentages." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:15 +msgid "" +"Returns the loaded resource if the load operation completed successfully, " +"[code]null[/code] otherwise." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:21 +msgid "" +"Returns the load stage. The total amount of stages can be queried with " +"[method get_stage_count]." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:27 +msgid "" +"Returns the total amount of stages (calls to [method poll]) needed to " +"completely load this resource." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:33 +msgid "" +"Polls the loading operation, i.e. loads a data chunk up to the next stage.\n" +"Returns [constant OK] if the poll is successful but the load operation has " +"not finished yet (intermediate stage). This means [method poll] will have to " +"be called again until the last stage is completed.\n" +"Returns [constant ERR_FILE_EOF] if the load operation has completed " +"successfully. The loaded resource can be obtained by calling [method " +"get_resource].\n" +"Returns another [enum Error] code if the poll has failed." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:42 +msgid "" +"Polls the loading operation successively until the resource is completely " +"loaded or a [method poll] fails.\n" +"Returns [constant ERR_FILE_EOF] if the load operation has completed " +"successfully. The loaded resource can be obtained by calling [method " +"get_resource].\n" +"Returns another [enum Error] code if a poll has failed, aborting the " +"operation." +msgstr "" + +#: doc/classes/ResourceLoader.xml:4 +msgid "Singleton used to load resource files." +msgstr "" + +#: doc/classes/ResourceLoader.xml:7 +msgid "" +"Singleton used to load resource files from the filesystem.\n" +"It uses the many [ResourceFormatLoader] classes registered in the engine " +"(either built-in or from a plugin) to load files into memory and convert " +"them to a format that can be used by the engine." +msgstr "" + +#: doc/classes/ResourceLoader.xml:19 +msgid "" +"Returns whether a recognized resource exists for the given [code]path[/" +"code].\n" +"An optional [code]type_hint[/code] can be used to further specify the " +"[Resource] type that should be handled by the [ResourceFormatLoader]." +msgstr "" + +#: doc/classes/ResourceLoader.xml:27 +msgid "" +"Returns the dependencies for the resource at the given [code]path[/code]." +msgstr "" + +#: doc/classes/ResourceLoader.xml:34 +msgid "Returns the list of recognized extensions for a resource type." +msgstr "" + +#: doc/classes/ResourceLoader.xml:41 +msgid "" +"[i]Deprecated method.[/i] Use [method has_cached] or [method exists] instead." +msgstr "" + +#: doc/classes/ResourceLoader.xml:48 +msgid "" +"Returns whether a cached resource is available for the given [code]path[/" +"code].\n" +"Once a resource has been loaded by the engine, it is cached in memory for " +"faster access, and future calls to the [method load] or [method " +"load_interactive] methods will use the cached version. The cached resource " +"can be overridden by using [method Resource.take_over_path] on a new " +"resource for that same path." +msgstr "" + +#: doc/classes/ResourceLoader.xml:58 +msgid "" +"Loads a resource at the given [code]path[/code], caching the result for " +"further access.\n" +"The registered [ResourceFormatLoader]s are queried sequentially to find the " +"first one which can handle the file's extension, and then attempt loading. " +"If loading fails, the remaining ResourceFormatLoaders are also attempted.\n" +"An optional [code]type_hint[/code] can be used to further specify the " +"[Resource] type that should be handled by the [ResourceFormatLoader]. " +"Anything that inherits from [Resource] can be used as a type hint, for " +"example [Image].\n" +"If [code]no_cache[/code] is [code]true[/code], the resource cache will be " +"bypassed and the resource will be loaded anew. Otherwise, the cached " +"resource will be returned if it exists.\n" +"Returns an empty resource if no [ResourceFormatLoader] could handle the " +"file.\n" +"GDScript has a simplified [method @GDScript.load] built-in method which can " +"be used in most situations, leaving the use of [ResourceLoader] for more " +"advanced scenarios." +msgstr "" + +#: doc/classes/ResourceLoader.xml:71 +msgid "" +"Starts loading a resource interactively. The returned " +"[ResourceInteractiveLoader] object allows to load with high granularity, " +"calling its [method ResourceInteractiveLoader.poll] method successively to " +"load chunks.\n" +"An optional [code]type_hint[/code] can be used to further specify the " +"[Resource] type that should be handled by the [ResourceFormatLoader]. " +"Anything that inherits from [Resource] can be used as a type hint, for " +"example [Image]." +msgstr "" + +#: doc/classes/ResourceLoader.xml:79 +msgid "" +"Changes the behavior on missing sub-resources. The default behavior is to " +"abort loading." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:4 +msgid "Resource Preloader Node." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:7 +msgid "" +"This node is used to preload sub-resources inside a scene, so when the scene " +"is loaded, all the resources are ready to use and can be retrieved from the " +"preloader.\n" +"GDScript has a simplified [method @GDScript.preload] built-in method which " +"can be used in most situations, leaving the use of [ResourcePreloader] for " +"more advanced scenarios." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:18 +msgid "" +"Adds a resource to the preloader with the given [code]name[/code]. If a " +"resource with the given [code]name[/code] already exists, the new resource " +"will be renamed to \"[code]name[/code] N\" where N is an incrementing number " +"starting from 2." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:25 +msgid "Returns the resource associated to [code]name[/code]." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:31 +msgid "Returns the list of resources inside the preloader." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:38 +msgid "" +"Returns [code]true[/code] if the preloader contains a resource associated to " +"[code]name[/code]." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:45 +msgid "" +"Removes the resource associated to [code]name[/code] from the preloader." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:53 +msgid "" +"Renames a resource inside the preloader from [code]name[/code] to " +"[code]newname[/code]." +msgstr "" + +#: doc/classes/ResourceSaver.xml:4 +msgid "Singleton for saving Godot-specific resource types." +msgstr "" + +#: doc/classes/ResourceSaver.xml:7 +msgid "" +"Singleton for saving Godot-specific resource types to the filesystem.\n" +"It uses the many [ResourceFormatSaver] classes registered in the engine " +"(either built-in or from a plugin) to save engine-specific resource data to " +"text-based (e.g. [code].tres[/code] or [code].tscn[/code]) or binary files " +"(e.g. [code].res[/code] or [code].scn[/code])." +msgstr "" + +#: doc/classes/ResourceSaver.xml:17 +msgid "" +"Returns the list of extensions available for saving a resource of a given " +"type." +msgstr "" + +#: doc/classes/ResourceSaver.xml:26 +msgid "" +"Saves a resource to disk to the given path, using a [ResourceFormatSaver] " +"that recognizes the resource object.\n" +"The [code]flags[/code] bitmask can be specified to customize the save " +"behavior.\n" +"Returns [constant OK] on success." +msgstr "" + +#: doc/classes/ResourceSaver.xml:34 +msgid "Save the resource with a path relative to the scene which uses it." +msgstr "" + +#: doc/classes/ResourceSaver.xml:37 +msgid "Bundles external resources." +msgstr "" + +#: doc/classes/ResourceSaver.xml:40 +msgid "" +"Changes the [member Resource.resource_path] of the saved resource to match " +"its new location." +msgstr "" + +#: doc/classes/ResourceSaver.xml:43 +msgid "" +"Do not save editor-specific metadata (identified by their [code]__editor[/" +"code] prefix)." +msgstr "" + +#: doc/classes/ResourceSaver.xml:46 +msgid "Save as big endian (see [member File.endian_swap])." +msgstr "" + +#: doc/classes/ResourceSaver.xml:49 +msgid "" +"Compress the resource on save using [constant File.COMPRESSION_ZSTD]. Only " +"available for binary resource types." +msgstr "" + +#: doc/classes/ResourceSaver.xml:52 +msgid "" +"Take over the paths of the saved subresources (see [method Resource." +"take_over_path])." +msgstr "" + +#: doc/classes/RichTextEffect.xml:4 +msgid "A custom effect for use with [RichTextLabel]." +msgstr "" + +#: doc/classes/RichTextEffect.xml:7 +msgid "" +"A custom effect for use with [RichTextLabel].\n" +"[b]Note:[/b] For a [RichTextEffect] to be usable, a BBCode tag must be " +"defined as a member variable called [code]bbcode[/code] in the script.\n" +"[codeblock]\n" +"# The RichTextEffect will be usable like this: `[example]Some text[/" +"example]`\n" +"var bbcode = \"example\"\n" +"[/codeblock]\n" +"[b]Note:[/b] As soon as a [RichTextLabel] contains at least one " +"[RichTextEffect], it will continuously process the effect unless the project " +"is paused. This may impact battery life negatively." +msgstr "" + +#: doc/classes/RichTextEffect.xml:24 +msgid "" +"Override this method to modify properties in [code]char_fx[/code]. The " +"method must return [code]true[/code] if the character could be transformed " +"successfully. If the method returns [code]false[/code], it will skip " +"transformation to avoid displaying broken text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:4 +msgid "Label that displays rich text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:7 +msgid "" +"Rich text can contain custom text, fonts, images and some basic formatting. " +"The label manages these as an internal tag stack. It also adapts itself to " +"given width/heights.\n" +"[b]Note:[/b] Assignments to [member bbcode_text] clear the tag stack and " +"reconstruct it from the property's contents. Any edits made to [member " +"bbcode_text] will erase previous edits made from other manual sources such " +"as [method append_bbcode] and the [code]push_*[/code] / [method pop] " +"methods.\n" +"[b]Note:[/b] RichTextLabel doesn't support entangled BBCode tags. For " +"example, instead of using [code][b]bold[i]bold italic[/b]italic[/i][/code], " +"use [code][b]bold[i]bold italic[/i][/b][i]italic[/i][/code].\n" +"[b]Note:[/b] [code]push_*/pop[/code] functions won't affect BBCode.\n" +"[b]Note:[/b] Unlike [Label], RichTextLabel doesn't have a [i]property[/i] to " +"horizontally align text to the center. Instead, enable [member " +"bbcode_enabled] and surround the text in a [code][center][/code] tag as " +"follows: [code][center]Example[/center][/code]. There is currently no built-" +"in way to vertically align text either, but this can be emulated by relying " +"on anchors/containers and the [member fit_content_height] property.\n" +"[b]Note:[/b] Unicode characters after [code]0xffff[/code] (such as most " +"emoji) are [i]not[/i] supported on Windows. They will display as unknown " +"characters instead. This will be resolved in Godot 4.0." +msgstr "" + +#: doc/classes/RichTextLabel.xml:16 +msgid "https://godotengine.org/asset-library/asset/132" +msgstr "" + +#: doc/classes/RichTextLabel.xml:26 +msgid "" +"Adds an image's opening and closing tags to the tag stack, optionally " +"providing a [code]width[/code] and [code]height[/code] to resize the image.\n" +"If [code]width[/code] or [code]height[/code] is set to 0, the image size " +"will be adjusted in order to keep the original aspect ratio." +msgstr "" + +#: doc/classes/RichTextLabel.xml:34 +msgid "Adds raw non-BBCode-parsed text to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:41 +msgid "" +"Parses [code]bbcode[/code] and adds tags to the tag stack as needed. Returns " +"the result of the parsing, [constant OK] if successful.\n" +"[b]Note:[/b] Using this method, you can't close a tag that was opened in a " +"previous [method append_bbcode] call. This is done to improve performance, " +"especially when updating large RichTextLabels since rebuilding the whole " +"BBCode every time would be slower. If you absolutely need to close a tag in " +"a future method call, append the [member bbcode_text] instead of using " +"[method append_bbcode]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:48 +msgid "Clears the tag stack and sets [member bbcode_text] to an empty string." +msgstr "" + +#: doc/classes/RichTextLabel.xml:54 +msgid "Returns the height of the content." +msgstr "" + +#: doc/classes/RichTextLabel.xml:60 +msgid "" +"Returns the total number of newlines in the tag stack's text tags. Considers " +"wrapped text as one line." +msgstr "" + +#: doc/classes/RichTextLabel.xml:66 +msgid "" +"Returns the total number of characters from text tags. Does not include " +"BBCodes." +msgstr "" + +#: doc/classes/RichTextLabel.xml:72 +msgid "" +"Returns the vertical scrollbar.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/RichTextLabel.xml:79 +msgid "Returns the number of visible lines." +msgstr "" + +#: doc/classes/RichTextLabel.xml:86 +msgid "" +"Installs a custom effect. [code]effect[/code] should be a valid " +"[RichTextEffect]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:92 +msgid "Adds a newline tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:99 +msgid "" +"The assignment version of [method append_bbcode]. Clears the tag stack and " +"inserts the new content. Returns [constant OK] if parses [code]bbcode[/code] " +"successfully." +msgstr "" + +#: doc/classes/RichTextLabel.xml:106 +msgid "Parses BBCode parameter [code]expressions[/code] into a dictionary." +msgstr "" + +#: doc/classes/RichTextLabel.xml:112 +msgid "" +"Terminates the current tag. Use after [code]push_*[/code] methods to close " +"BBCodes manually. Does not need to follow [code]add_*[/code] methods." +msgstr "" + +#: doc/classes/RichTextLabel.xml:119 +msgid "" +"Adds an [code][align][/code] tag based on the given [code]align[/code] " +"value. See [enum Align] for possible values." +msgstr "" + +#: doc/classes/RichTextLabel.xml:125 +msgid "" +"Adds a [code][font][/code] tag with a bold font to the tag stack. This is " +"the same as adding a [code][b][/code] tag if not currently in a [code][i][/" +"code] tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:131 +msgid "" +"Adds a [code][font][/code] tag with a bold italics font to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:137 +msgid "" +"Adds a [code][cell][/code] tag to the tag stack. Must be inside a [code]" +"[table][/code] tag. See [method push_table] for details." +msgstr "" + +#: doc/classes/RichTextLabel.xml:144 +msgid "Adds a [code][color][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:151 +msgid "" +"Adds a [code][font][/code] tag to the tag stack. Overrides default fonts for " +"its duration." +msgstr "" + +#: doc/classes/RichTextLabel.xml:158 +msgid "" +"Adds an [code][indent][/code] tag to the tag stack. Multiplies [code]level[/" +"code] by current [member tab_size] to determine new margin length." +msgstr "" + +#: doc/classes/RichTextLabel.xml:164 +msgid "" +"Adds a [code][font][/code] tag with a italics font to the tag stack. This is " +"the same as adding a [code][i][/code] tag if not currently in a [code][b][/" +"code] tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:171 +msgid "" +"Adds a [code][list][/code] tag to the tag stack. Similar to the BBCodes " +"[code][ol][/code] or [code][ul][/code], but supports more list types. Not " +"fully implemented!" +msgstr "" + +#: doc/classes/RichTextLabel.xml:178 +msgid "" +"Adds a [code][meta][/code] tag to the tag stack. Similar to the BBCode [code]" +"[url=something]{text}[/url][/code], but supports non-[String] metadata types." +msgstr "" + +#: doc/classes/RichTextLabel.xml:184 +msgid "Adds a [code][font][/code] tag with a monospace font to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:190 +msgid "Adds a [code][font][/code] tag with a normal font to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:196 +msgid "Adds a [code][s][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:203 +msgid "Adds a [code][table=columns][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:209 +msgid "Adds a [code][u][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:216 +msgid "" +"Removes a line of content from the label. Returns [code]true[/code] if the " +"line exists.\n" +"The [code]line[/code] argument is the index of the line to remove, it can " +"take values in the interval [code][0, get_line_count() - 1][/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:224 +msgid "Scrolls the window's top line to match [code]line[/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:233 +msgid "" +"Edits the selected column's expansion options. If [code]expand[/code] is " +"[code]true[/code], the column expands in proportion to its expansion ratio " +"versus the other columns' ratios.\n" +"For example, 2 columns with ratios 3 and 4 plus 70 pixels in available width " +"would expand 30 and 40 pixels, respectively.\n" +"If [code]expand[/code] is [code]false[/code], the column will not contribute " +"to the total ratio." +msgstr "" + +#: doc/classes/RichTextLabel.xml:241 +msgid "" +"If [code]true[/code], the label uses BBCode formatting.\n" +"[b]Note:[/b] Trying to alter the [RichTextLabel]'s text with [method " +"add_text] will reset this to [code]false[/code]. Use instead [method " +"append_bbcode] to preserve BBCode formatting." +msgstr "" + +#: doc/classes/RichTextLabel.xml:245 +msgid "" +"The label's text in BBCode format. Is not representative of manual " +"modifications to the internal tag stack. Erases changes made by other " +"methods when edited.\n" +"[b]Note:[/b] It is unadvised to use the [code]+=[/code] operator with " +"[code]bbcode_text[/code] (e.g. [code]bbcode_text += \"some string\"[/code]) " +"as it replaces the whole text and can cause slowdowns. Use [method " +"append_bbcode] for adding text instead, unless you absolutely need to close " +"a tag that was opened in an earlier method call." +msgstr "" + +#: doc/classes/RichTextLabel.xml:249 +msgid "" +"The currently installed custom effects. This is an array of " +"[RichTextEffect]s.\n" +"To add a custom effect, it's more convenient to use [method install_effect]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:253 +msgid "" +"If [code]true[/code], the label's height will be automatically updated to " +"fit its content.\n" +"[b]Note:[/b] This property is used as a workaround to fix issues with " +"[RichTextLabel] in [Container]s, but it's unreliable in some cases and will " +"be removed in future versions." +msgstr "" + +#: doc/classes/RichTextLabel.xml:257 +msgid "" +"If [code]true[/code], the label underlines meta tags such as [code][url]" +"{text}[/url][/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:260 +msgid "If [code]true[/code], the label uses the custom font color." +msgstr "" + +#: doc/classes/RichTextLabel.xml:263 +msgid "" +"The range of characters to display, as a [float] between 0.0 and 1.0. When " +"assigned an out of range value, it's the same as assigning 1.0.\n" +"[b]Note:[/b] Setting this property updates [member visible_characters] based " +"on current [method get_total_character_count]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:268 +msgid "" +"If [code]true[/code], the scrollbar is visible. Setting this to [code]false[/" +"code] does not block scrolling completely. See [method scroll_to_line]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:271 +msgid "" +"If [code]true[/code], the window scrolls down to display new content " +"automatically." +msgstr "" + +#: doc/classes/RichTextLabel.xml:274 +msgid "If [code]true[/code], the label allows text selection." +msgstr "" + +#: doc/classes/RichTextLabel.xml:277 +msgid "" +"The number of spaces associated with a single tab length. Does not affect " +"[code]\\t[/code] in text tags, only indent tags." +msgstr "" + +#: doc/classes/RichTextLabel.xml:280 +msgid "" +"The raw text of the label.\n" +"When set, clears the tag stack and adds a raw text tag to the top of it. " +"Does not parse BBCodes. Does not modify [member bbcode_text]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:284 +msgid "" +"The restricted number of characters to display in the label. If [code]-1[/" +"code], all characters will be displayed.\n" +"[b]Note:[/b] Setting this property updates [member percent_visible] based on " +"current [method get_total_character_count]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:292 +msgid "" +"Triggered when the user clicks on content between meta tags. If the meta is " +"defined in text, e.g. [code][url={\"data\"=\"hi\"}]hi[/url][/code], then the " +"parameter for this signal will be a [String] type. If a particular type or " +"an object is desired, the [method push_meta] method must be used to manually " +"insert the data into the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:298 +msgid "Triggers when the mouse exits a meta tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:304 +msgid "Triggers when the mouse enters a meta tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:310 +msgid "Makes text left aligned." +msgstr "" + +#: doc/classes/RichTextLabel.xml:313 +msgid "Makes text centered." +msgstr "" + +#: doc/classes/RichTextLabel.xml:316 +msgid "Makes text right aligned." +msgstr "" + +#: doc/classes/RichTextLabel.xml:319 +msgid "Makes text fill width." +msgstr "" + +#: doc/classes/RichTextLabel.xml:322 +msgid "Each list item has a number marker." +msgstr "" + +#: doc/classes/RichTextLabel.xml:325 +msgid "Each list item has a letter marker." +msgstr "" + +#: doc/classes/RichTextLabel.xml:328 +msgid "Each list item has a filled circle marker." +msgstr "" + +#: doc/classes/RichTextLabel.xml:371 +msgid "The font used for bold text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:374 +msgid "The font used for bold italics text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:377 +msgid "The default text color." +msgstr "" + +#: doc/classes/RichTextLabel.xml:380 +msgid "The background The background used when the [RichTextLabel] is focused." +msgstr "" + +#: doc/classes/RichTextLabel.xml:383 +msgid "" +"The color of selected text, used when [member selection_enabled] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:386 +msgid "The color of the font's shadow." +msgstr "" + +#: doc/classes/RichTextLabel.xml:389 +msgid "The font used for italics text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:392 +msgid "The vertical space between lines." +msgstr "" + +#: doc/classes/RichTextLabel.xml:395 +msgid "The font used for monospace text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:398 +msgid "The normal background for the [RichTextLabel]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:401 +msgid "The default text font." +msgstr "" + +#: doc/classes/RichTextLabel.xml:404 +msgid "The color of the selection box." +msgstr "" + +#: doc/classes/RichTextLabel.xml:407 +msgid "" +"Boolean value. If 1 ([code]true[/code]), the shadow will be displayed around " +"the whole text as an outline." +msgstr "" + +#: doc/classes/RichTextLabel.xml:410 +msgid "The horizontal offset of the font's shadow." +msgstr "" + +#: doc/classes/RichTextLabel.xml:413 +msgid "The vertical offset of the font's shadow." +msgstr "" + +#: doc/classes/RichTextLabel.xml:416 +msgid "The horizontal separation of elements in a table." +msgstr "" + +#: doc/classes/RichTextLabel.xml:419 +msgid "The vertical separation of elements in a table." +msgstr "" + +#: doc/classes/RID.xml:4 +msgid "Handle for a [Resource]'s unique ID." +msgstr "" + +#: doc/classes/RID.xml:7 +msgid "" +"The RID type is used to access the unique integer ID of a resource. They are " +"opaque, which means they do not grant access to the associated resource by " +"themselves. They are used by and with the low-level Server classes such as " +"[VisualServer]." +msgstr "" + +#: doc/classes/RID.xml:16 +msgid "" +"Creates a new RID instance with the ID of a given resource. When not handed " +"a valid resource, silently stores the unused ID 0." +msgstr "" + +#: doc/classes/RID.xml:22 +msgid "Returns the ID of the referenced resource." +msgstr "" + +#: doc/classes/RigidBody.xml:4 +msgid "" +"Physics Body whose position is determined through physics simulation in 3D " +"space." +msgstr "" + +#: doc/classes/RigidBody.xml:7 +msgid "" +"This is the node that implements full 3D physics. This means that you do not " +"control a RigidBody directly. Instead, you can apply forces to it (gravity, " +"impulses, etc.), and the physics simulation will calculate the resulting " +"movement, collision, bouncing, rotating, etc.\n" +"A RigidBody has 4 behavior [member mode]s: Rigid, Static, Character, and " +"Kinematic.\n" +"[b]Note:[/b] Don't change a RigidBody's position every frame or very often. " +"Sporadic changes work fine, but physics runs at a different granularity " +"(fixed Hz) than usual rendering (process callback) and maybe even in a " +"separate thread, so changing this from a process loop may result in strange " +"behavior. If you need to directly affect the body's state, use [method " +"_integrate_forces], which allows you to directly access the physics state.\n" +"If you need to override the default physics behavior, you can write a custom " +"force integration function. See [member custom_integrator].\n" +"With Bullet physics (the default), the center of mass is the RigidBody3D " +"center. With GodotPhysics, the center of mass is the average of the " +"[CollisionShape] centers." +msgstr "" + +#: doc/classes/RigidBody.xml:23 +msgid "" +"Called during physics processing, allowing you to read and safely modify the " +"simulation state for the object. By default, it works in addition to the " +"usual physics behavior, but the [member custom_integrator] property allows " +"you to disable the default behavior and do fully custom force integration " +"for a body." +msgstr "" + +#: doc/classes/RigidBody.xml:30 +msgid "" +"Adds a constant directional force (i.e. acceleration) without affecting " +"rotation.\n" +"This is equivalent to [code]add_force(force, Vector3(0,0,0))[/code]." +msgstr "" + +#: doc/classes/RigidBody.xml:39 +msgid "" +"Adds a constant directional force (i.e. acceleration).\n" +"The position uses the rotation of the global coordinate system, but is " +"centered at the object's origin." +msgstr "" + +#: doc/classes/RigidBody.xml:47 +msgid "" +"Adds a constant rotational force (i.e. a motor) without affecting position." +msgstr "" + +#: doc/classes/RigidBody.xml:54 +msgid "" +"Applies a directional impulse without affecting rotation.\n" +"This is equivalent to [code]apply_impulse(Vector3(0,0,0), impulse)[/code]." +msgstr "" + +#: doc/classes/RigidBody.xml:63 +msgid "" +"Applies a positioned impulse to the body. An impulse is time independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason it should only be used when simulating one-time impacts. The " +"position uses the rotation of the global coordinate system, but is centered " +"at the object's origin." +msgstr "" + +#: doc/classes/RigidBody.xml:70 +msgid "" +"Applies a torque impulse which will be affected by the body mass and shape. " +"This will rotate the body around the [code]impulse[/code] vector passed." +msgstr "" + +#: doc/classes/RigidBody.xml:77 +msgid "" +"Returns [code]true[/code] if the specified linear or rotational axis is " +"locked." +msgstr "" + +#: doc/classes/RigidBody.xml:83 doc/classes/RigidBody2D.xml:73 +msgid "" +"Returns a list of the bodies colliding with this one. Requires [member " +"contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of collisions is updated once per frame and before the " +"physics step. Consider using signals instead." +msgstr "" + +#: doc/classes/RigidBody.xml:90 +msgid "" +"Returns the inverse inertia tensor basis. This is used to calculate the " +"angular acceleration resulting from a torque applied to the RigidBody." +msgstr "" + +#: doc/classes/RigidBody.xml:98 +msgid "Locks the specified linear or rotational axis." +msgstr "" + +#: doc/classes/RigidBody.xml:111 +msgid "" +"Damps RigidBody's rotational forces.\n" +"See [member ProjectSettings.physics/3d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/RigidBody.xml:115 +msgid "RigidBody's rotational velocity." +msgstr "" + +#: doc/classes/RigidBody.xml:118 +msgid "Lock the body's rotation in the X axis." +msgstr "" + +#: doc/classes/RigidBody.xml:121 +msgid "Lock the body's rotation in the Y axis." +msgstr "" + +#: doc/classes/RigidBody.xml:124 +msgid "Lock the body's rotation in the Z axis." +msgstr "" + +#: doc/classes/RigidBody.xml:127 +msgid "Lock the body's movement in the X axis." +msgstr "" + +#: doc/classes/RigidBody.xml:130 +msgid "Lock the body's movement in the Y axis." +msgstr "" + +#: doc/classes/RigidBody.xml:133 +msgid "Lock the body's movement in the Z axis." +msgstr "" + +#: doc/classes/RigidBody.xml:136 doc/classes/RigidBody2D.xml:110 +#: doc/classes/StaticBody.xml:19 doc/classes/StaticBody2D.xml:16 +msgid "" +"The body's bounciness. Values range from [code]0[/code] (no bounce) to " +"[code]1[/code] (full bounciness).\n" +"Deprecated, use [member PhysicsMaterial.bounce] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/RigidBody.xml:140 +msgid "" +"If [code]true[/code], the body can enter sleep mode when there is no " +"movement. See [member sleeping].\n" +"[b]Note:[/b] A RigidBody3D will never enter sleep mode automatically if its " +"[member mode] is [constant MODE_CHARACTER]. It can still be put to sleep " +"manually by setting its [member sleeping] property to [code]true[/code]." +msgstr "" + +#: doc/classes/RigidBody.xml:144 +msgid "" +"If [code]true[/code], the RigidBody will emit signals when it collides with " +"another RigidBody. See also [member contacts_reported]." +msgstr "" + +#: doc/classes/RigidBody.xml:147 +msgid "" +"The maximum number of contacts that will be recorded. Requires [member " +"contact_monitor] to be set to [code]true[/code].\n" +"[b]Note:[/b] The number of contacts is different from the number of " +"collisions. Collisions between parallel edges will result in two contacts " +"(one at each end), and collisions between parallel faces will result in four " +"contacts (one at each corner)." +msgstr "" + +#: doc/classes/RigidBody.xml:151 +msgid "" +"If [code]true[/code], continuous collision detection is used.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided. " +"Continuous collision detection is more precise, and misses fewer impacts by " +"small, fast-moving objects. Not using continuous collision detection is " +"faster to compute, but can miss small, fast-moving objects." +msgstr "" + +#: doc/classes/RigidBody.xml:155 +msgid "" +"If [code]true[/code], internal force integration will be disabled (like " +"gravity or air friction) for this body. Other than collision response, the " +"body will only move as determined by the [method _integrate_forces] " +"function, if defined." +msgstr "" + +#: doc/classes/RigidBody.xml:158 +msgid "" +"The body's friction, from 0 (frictionless) to 1 (max friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/RigidBody.xml:162 +msgid "" +"This is multiplied by the global 3D gravity setting found in [b]Project > " +"Project Settings > Physics > 3d[/b] to produce RigidBody's gravity. For " +"example, a value of 1 will be normal gravity, 2 will apply double gravity, " +"and 0.5 will apply half gravity to this object." +msgstr "" + +#: doc/classes/RigidBody.xml:165 +msgid "" +"The body's linear damp. Cannot be less than -1.0. If this value is different " +"from -1.0, any linear damp derived from the world or areas will be " +"overridden.\n" +"See [member ProjectSettings.physics/3d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/RigidBody.xml:169 +msgid "" +"The body's linear velocity. Can be used sporadically, but [b]don't set this " +"every frame[/b], because physics may run in another thread and runs at a " +"different granularity. Use [method _integrate_forces] as your process loop " +"for precise control of the body state." +msgstr "" + +#: doc/classes/RigidBody.xml:172 doc/classes/RigidBody2D.xml:149 +msgid "The body's mass." +msgstr "" + +#: doc/classes/RigidBody.xml:175 +msgid "The body mode. See [enum Mode] for possible values." +msgstr "" + +#: doc/classes/RigidBody.xml:178 doc/classes/RigidBody2D.xml:155 +#: doc/classes/StaticBody.xml:33 doc/classes/StaticBody2D.xml:30 +msgid "" +"The physics material override for the body.\n" +"If a material is assigned to this property, it will be used instead of any " +"other physics material, such as an inherited one." +msgstr "" + +#: doc/classes/RigidBody.xml:182 doc/classes/RigidBody2D.xml:159 +msgid "" +"If [code]true[/code], the body will not move and will not calculate forces " +"until woken up by another body through, for example, a collision, or by " +"using the [method apply_impulse] or [method add_force] methods." +msgstr "" + +#: doc/classes/RigidBody.xml:185 +msgid "" +"The body's weight based on its mass and the global 3D gravity. Global values " +"are set in [b]Project > Project Settings > Physics > 3d[/b]." +msgstr "" + +#: doc/classes/RigidBody.xml:192 +msgid "" +"Emitted when a collision with another [PhysicsBody] or [GridMap] occurs. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/RigidBody.xml:199 +msgid "" +"Emitted when the collision with another [PhysicsBody] or [GridMap] ends. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/RigidBody.xml:209 +msgid "" +"Emitted when one of this RigidBody's [Shape]s collides with another " +"[PhysicsBody] or [GridMap]'s [Shape]s. Requires [member contact_monitor] to " +"be set to [code]true[/code] and [member contacts_reported] to be set high " +"enough to detect all the collisions. [GridMap]s are detected if the " +"[MeshLibrary] has Collision [Shape]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody] or " +"[MeshLibrary]'s [CollisionObject] used by the [PhysicsServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap].\n" +"[code]body_shape_index[/code] the index of the [Shape] of the other " +"[PhysicsBody] or [GridMap] used by the [PhysicsServer]. Get the " +"[CollisionShape] node with [code]body.shape_owner_get_owner(body_shape_index)" +"[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this RigidBody " +"used by the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code].\n" +"[b]Note:[/b] Bullet physics cannot identify the shape index when using a " +"[ConcavePolygonShape]. Don't use multiple [CollisionShape]s when using a " +"[ConcavePolygonShape] with Bullet physics if you need shape indices." +msgstr "" + +#: doc/classes/RigidBody.xml:223 +msgid "" +"Emitted when the collision between one of this RigidBody's [Shape]s and " +"another [PhysicsBody] or [GridMap]'s [Shape]s ends. Requires [member " +"contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody] or " +"[MeshLibrary]'s [CollisionObject] used by the [PhysicsServer]. [GridMap]s " +"are detected if the Meshes have [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap].\n" +"[code]body_shape_index[/code] the index of the [Shape] of the other " +"[PhysicsBody] or [GridMap] used by the [PhysicsServer]. Get the " +"[CollisionShape] node with [code]body.shape_owner_get_owner(body_shape_index)" +"[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this RigidBody " +"used by the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code].\n" +"[b]Note:[/b] Bullet physics cannot identify the shape index when using a " +"[ConcavePolygonShape]. Don't use multiple [CollisionShape]s when using a " +"[ConcavePolygonShape] with Bullet physics if you need shape indices." +msgstr "" + +#: doc/classes/RigidBody.xml:233 doc/classes/RigidBody2D.xml:208 +msgid "" +"Emitted when the physics engine changes the body's sleeping state.\n" +"[b]Note:[/b] Changing the value [member sleeping] will not trigger this " +"signal. It is only emitted if the sleeping state is changed by the physics " +"engine or [code]emit_signal(\"sleeping_state_changed\")[/code] is used." +msgstr "" + +#: doc/classes/RigidBody.xml:240 +msgid "" +"Rigid body mode. This is the \"natural\" state of a rigid body. It is " +"affected by forces, and can move, rotate, and be affected by user code." +msgstr "" + +#: doc/classes/RigidBody.xml:243 +msgid "" +"Static mode. The body behaves like a [StaticBody], and can only move by user " +"code." +msgstr "" + +#: doc/classes/RigidBody.xml:246 +msgid "" +"Character body mode. This behaves like a rigid body, but can not rotate." +msgstr "" + +#: doc/classes/RigidBody.xml:249 +msgid "" +"Kinematic body mode. The body behaves like a [KinematicBody], and can only " +"move by user code." +msgstr "" + +#: doc/classes/RigidBody2D.xml:4 +msgid "A body that is controlled by the 2D physics engine." +msgstr "" + +#: doc/classes/RigidBody2D.xml:7 +msgid "" +"This node implements simulated 2D physics. You do not control a RigidBody2D " +"directly. Instead, you apply forces to it (gravity, impulses, etc.) and the " +"physics simulation calculates the resulting movement based on its mass, " +"friction, and other physical properties.\n" +"A RigidBody2D has 4 behavior [member mode]s: Rigid, Static, Character, and " +"Kinematic.\n" +"[b]Note:[/b] You should not change a RigidBody2D's [code]position[/code] or " +"[code]linear_velocity[/code] every frame or even very often. If you need to " +"directly affect the body's state, use [method _integrate_forces], which " +"allows you to directly access the physics state.\n" +"Please also keep in mind that physics bodies manage their own transform " +"which overwrites the ones you set. So any direct or indirect transformation " +"(including scaling of the node or its parent) will be visible in the editor " +"only, and immediately reset at runtime.\n" +"If you need to override the default physics behavior or add a transformation " +"at runtime, you can write a custom force integration. See [member " +"custom_integrator].\n" +"The center of mass is always located at the node's origin without taking " +"into account the [CollisionShape2D] centroid offsets." +msgstr "" + +#: doc/classes/RigidBody2D.xml:15 +msgid "https://godotengine.org/asset-library/asset/119" +msgstr "" + +#: doc/classes/RigidBody2D.xml:16 doc/classes/Sprite.xml:10 +msgid "https://godotengine.org/asset-library/asset/148" +msgstr "" + +#: doc/classes/RigidBody2D.xml:23 +msgid "" +"Allows you to read and safely modify the simulation state for the object. " +"Use this instead of [method Node._physics_process] if you need to directly " +"change the body's [code]position[/code] or other physics properties. By " +"default, it works in addition to the usual physics behavior, but [member " +"custom_integrator] allows you to disable the default behavior and write " +"custom force integration for a body." +msgstr "" + +#: doc/classes/RigidBody2D.xml:60 +msgid "" +"Applies a positioned impulse to the body. An impulse is time-independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason it should only be used when simulating one-time impacts (use " +"the \"_force\" functions otherwise). The position uses the rotation of the " +"global coordinate system, but is centered at the object's origin." +msgstr "" + +#: doc/classes/RigidBody2D.xml:81 +msgid "" +"Sets the body's velocity on the given axis. The velocity in the given vector " +"axis will be set as the given vector length. This is useful for jumping " +"behavior." +msgstr "" + +#: doc/classes/RigidBody2D.xml:91 +msgid "" +"Returns [code]true[/code] if a collision would result from moving in the " +"given vector. [code]margin[/code] increases the size of the shapes involved " +"in the collision detection, and [code]result[/code] is an object of type " +"[Physics2DTestMotionResult], which contains additional information about the " +"collision (should there be one)." +msgstr "" + +#: doc/classes/RigidBody2D.xml:97 +msgid "" +"Damps the body's [member angular_velocity]. If [code]-1[/code], the body " +"will use the [b]Default Angular Damp[/b] defined in [b]Project > Project " +"Settings > Physics > 2d[/b].\n" +"See [member ProjectSettings.physics/2d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/RigidBody2D.xml:104 +msgid "The body's total applied force." +msgstr "" + +#: doc/classes/RigidBody2D.xml:107 +msgid "The body's total applied torque." +msgstr "" + +#: doc/classes/RigidBody2D.xml:114 +msgid "" +"If [code]true[/code], the body can enter sleep mode when there is no " +"movement. See [member sleeping].\n" +"[b]Note:[/b] A RigidBody2D will never enter sleep mode automatically if its " +"[member mode] is [constant MODE_CHARACTER]. It can still be put to sleep " +"manually by setting its [member sleeping] property to [code]true[/code]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:118 +msgid "" +"If [code]true[/code], the body will emit signals when it collides with " +"another RigidBody2D. See also [member contacts_reported]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:121 +msgid "" +"The maximum number of contacts that will be recorded. Requires [member " +"contact_monitor] to be set to [code]true[/code].\n" +"[b]Note:[/b] The number of contacts is different from the number of " +"collisions. Collisions between parallel edges will result in two contacts " +"(one at each end)." +msgstr "" + +#: doc/classes/RigidBody2D.xml:125 +msgid "" +"Continuous collision detection mode.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide instead of moving it and correcting its movement after collision. " +"Continuous collision detection is slower, but more precise and misses fewer " +"collisions with small, fast-moving objects. Raycasting and shapecasting " +"methods are available. See [enum CCDMode] for details." +msgstr "" + +#: doc/classes/RigidBody2D.xml:129 +msgid "" +"If [code]true[/code], internal force integration is disabled for this body. " +"Aside from collision response, the body will only move as determined by the " +"[method _integrate_forces] function." +msgstr "" + +#: doc/classes/RigidBody2D.xml:132 +msgid "" +"The body's friction. Values range from [code]0[/code] (frictionless) to " +"[code]1[/code] (maximum friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:136 +msgid "" +"Multiplies the gravity applied to the body. The body's gravity is calculated " +"from the [b]Default Gravity[/b] value in [b]Project > Project Settings > " +"Physics > 2d[/b] and/or any additional gravity vector applied by [Area2D]s." +msgstr "" + +#: doc/classes/RigidBody2D.xml:139 +msgid "" +"The body's moment of inertia. This is like mass, but for rotation: it " +"determines how much torque it takes to rotate the body. The moment of " +"inertia is usually computed automatically from the mass and the shapes, but " +"this function allows you to set a custom value. Set 0 inertia to return to " +"automatically computing it." +msgstr "" + +#: doc/classes/RigidBody2D.xml:142 +msgid "" +"Damps the body's [member linear_velocity]. If [code]-1[/code], the body will " +"use the [b]Default Linear Damp[/b] in [b]Project > Project Settings > " +"Physics > 2d[/b].\n" +"See [member ProjectSettings.physics/2d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/RigidBody2D.xml:152 +msgid "The body's mode. See [enum Mode] for possible values." +msgstr "" + +#: doc/classes/RigidBody2D.xml:162 +msgid "" +"The body's weight based on its mass and the [b]Default Gravity[/b] value in " +"[b]Project > Project Settings > Physics > 2d[/b]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:169 +msgid "" +"Emitted when a collision with another [PhysicsBody2D] or [TileMap] occurs. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[TileMap]s are detected if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:176 +msgid "" +"Emitted when the collision with another [PhysicsBody2D] or [TileMap] ends. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[TileMap]s are detected if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:186 +msgid "" +"Emitted when one of this RigidBody2D's [Shape2D]s collides with another " +"[PhysicsBody2D] or [TileMap]'s [Shape2D]s. Requires [member contact_monitor] " +"to be set to [code]true[/code] and [member contacts_reported] to be set high " +"enough to detect all the collisions. [TileMap]s are detected if the " +"[TileSet] has Collision [Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the other " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this " +"RigidBody2D used by the [Physics2DServer]. Get the [CollisionShape2D] node " +"with [code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:199 +msgid "" +"Emitted when the collision between one of this RigidBody2D's [Shape2D]s and " +"another [PhysicsBody2D] or [TileMap]'s [Shape2D]s ends. Requires [member " +"contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[TileMap]s are detected if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the other " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this " +"RigidBody2D used by the [Physics2DServer]. Get the [CollisionShape2D] node " +"with [code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:215 +msgid "" +"Rigid mode. The body behaves as a physical object. It collides with other " +"bodies and responds to forces applied to it. This is the default mode." +msgstr "" + +#: doc/classes/RigidBody2D.xml:218 +msgid "Static mode. The body behaves like a [StaticBody2D] and does not move." +msgstr "" + +#: doc/classes/RigidBody2D.xml:221 +msgid "" +"Character mode. Similar to [constant MODE_RIGID], but the body can not " +"rotate." +msgstr "" + +#: doc/classes/RigidBody2D.xml:224 +msgid "" +"Kinematic mode. The body behaves like a [KinematicBody2D], and must be moved " +"by code." +msgstr "" + +#: doc/classes/RigidBody2D.xml:227 +msgid "" +"Continuous collision detection disabled. This is the fastest way to detect " +"body collisions, but can miss small, fast-moving objects." +msgstr "" + +#: doc/classes/RigidBody2D.xml:230 +msgid "" +"Continuous collision detection enabled using raycasting. This is faster than " +"shapecasting but less precise." +msgstr "" + +#: doc/classes/RigidBody2D.xml:233 +msgid "" +"Continuous collision detection enabled using shapecasting. This is the " +"slowest CCD method and the most precise." +msgstr "" + +#: doc/classes/Room.xml:4 +msgid "Room node, used to group objects together locally for [Portal] culling." +msgstr "" + +#: doc/classes/Room.xml:7 +msgid "" +"The [Portal] culling system requires levels to be built using objects " +"grouped together by location in areas called [Room]s. In many cases these " +"will correspond to actual rooms in buildings, but not necessarily (a canyon " +"area may be treated as a room).\n" +"Any [VisualInstance] that is a child or grandchild of a [Room] will be " +"assigned to that room, if the [code]portal_mode[/code] of that " +"[VisualInstance] is set to [code]STATIC[/code] (does not move) or " +"[code]DYNAMIC[/code] (moves only within the room).\n" +"Internally the room boundary must form a [b]convex hull[/b], and by default " +"this is determined automatically by the geometry of the objects you place " +"within the room.\n" +"You can alternatively precisely specify a [b]manual bound[/b]. If you place " +"a [MeshInstance] with a name prefixed by [code]Bound_[/code], it will turn " +"off the bound generation from geometry, and instead use the vertices of this " +"MeshInstance to directly calculate a convex hull during the conversion stage " +"(see [RoomManager]).\n" +"In order to see from one room into an adjacent room, [Portal]s must be " +"placed over non-occluded openings between rooms. These will often be placed " +"over doors and windows." +msgstr "" + +#: doc/classes/Room.xml:27 +msgid "" +"If [code]points[/code] are set, the [Room] bounding convex hull will be " +"built from these points. If no points are set, the room bound will either be " +"derived from a manual bound ([MeshInstance] with name prefix [code]Bound_[/" +"code]), or from the geometry within the room.\n" +"Note that you can use the [code]Generate Points[/code] editor button to get " +"started. This will use either the geometry or manual bound to generate the " +"room hull, and save the resulting points, allowing you to edit them to " +"further refine the bound." +msgstr "" + +#: doc/classes/Room.xml:31 +msgid "" +"The [code]simplify[/code] value determines to what degree room hulls " +"(bounds) are simplified, by removing similar planes. A value of 0 gives no " +"simplification, 1 gives maximum simplification." +msgstr "" + +#: doc/classes/Room.xml:34 +msgid "" +"The room hull simplification can either use the default value set in the " +"[RoomManager], or override this and use the per room setting." +msgstr "" + +#: doc/classes/RoomGroup.xml:4 +msgid "Groups [Room]s together to allow common functionality." +msgstr "" + +#: doc/classes/RoomGroup.xml:7 +msgid "" +"Although [Room] behaviour can be specified individually, sometimes it is " +"faster and more convenient to write functionality for a group of rooms.\n" +"[RoomGroup]s should be placed as children of the [b]room list[/b] (the " +"parent [Node] of your [Room]s), and [Room]s should be placed in turn as " +"children of a [RoomGroup] in order to assign them to the RoomGroup.\n" +"A [RoomGroup] can for example be used to specify [Room]s that are " +"[b]outside[/b], and switch on or off a directional light, sky, or rain " +"effect as the player enters / exits the area.\n" +"[RoomGroup]s receive [b]gameplay callbacks[/b] when the " +"[code]gameplay_monitor[/code] is switched on, as [code]signal[/code]s or " +"[code]notification[/code]s as they enter and exit the [b]gameplay area[/b] " +"(see [RoomManager] for details)." +msgstr "" + +#: doc/classes/RoomGroup.xml:18 +msgid "" +"This priority will be applied to [Room]s within the group. The [Room] " +"priority allows the use of [b]internal rooms[/b], rooms [i]within[/i] " +"another room or rooms.\n" +"When the [Camera] is within more than one room (regular and internal), the " +"higher priority room will take precedence. So with for example, a house " +"inside a terrain 'room', you would make the house higher priority, so that " +"when the camera is within the house, the house is used as the source room, " +"but outside the house, the terrain room would be used instead." +msgstr "" + +#: doc/classes/RoomManager.xml:4 +msgid "The RoomManager node is used to control the portal culling system." +msgstr "" + +#: doc/classes/RoomManager.xml:7 +msgid "" +"In order to utilize the portal occlusion culling system, you must build your " +"level using [Room]s and [Portal]s. Before these can be used at runtime, they " +"must undergo a short conversion process to build the [code]room graph[/" +"code], runtime data needed for portal culling. The [code]room graph[/code] " +"is controlled by the [RoomManager] node, and the [RoomManager] also contains " +"settings that are common throughout the portal system." +msgstr "" + +#: doc/classes/RoomManager.xml:15 +msgid "" +"This function clears all converted data from the [b]room graph[/b]. Use this " +"before unloading a level, when transitioning from level to level, or " +"returning to a main menu." +msgstr "" + +#: doc/classes/RoomManager.xml:21 +msgid "" +"This is the most important function in the whole portal culling system. " +"Without it, the system cannot function.\n" +"First it goes through every [Room] that is a child of the [code]room list[/" +"code] node (and [RoomGroup]s within) and converts and adds it to the " +"[code]room graph[/code].\n" +"This works for both [Room] nodes, and [Spatial] nodes that follow a special " +"naming convention. They should begin with the prefix [i]'Room_'[/i], " +"followed by the name you wish to give the room, e.g. [i]'Room_lounge'[/i]. " +"This will automatically convert such [Spatial]s to [Room] nodes for you. " +"This is useful if you want to build you entire room system in e.g. Blender, " +"and reimport multiple times as you work on the level.\n" +"The conversion will try to assign [VisualInstance]s that are children and " +"grandchildren of the [Room] to the room. These should be given a suitable " +"[code]portal mode[/code] (see the [CullInstance] documentation). The default " +"[code]portal mode[/code] is [code]STATIC[/code] - objects which are not " +"expected to move while the level is played, which will typically be most " +"objects.\n" +"The conversion will usually use the geometry of these [VisualInstance]s (and " +"the [Portal]s) to calculate a convex hull bound for the room. These bounds " +"will be shown in the editor with a wireframe. Alternatively you can specify " +"a manual custom bound for any room, see the [Room] documentation.\n" +"By definition, [Camera]s within a room can see everything else within the " +"room (that is one advantage to using convex hulls). However, in order to see " +"from one room into adjacent rooms, you must place [Portal]s, which represent " +"openings that the camera can see through, like windows and doors.\n" +"[Portal]s are really just specialized [MeshInstance]s. In fact you will " +"usually first create a portal by creating a [MeshInstance], especially a " +"[code]plane[/code] mesh instance. You would move the plane in the editor to " +"cover a window or doorway, with the front face pointing outward from the " +"room. To let the conversion process know you want this mesh to be a portal, " +"again we use a special naming convention. [MeshInstance]s to be converted to " +"a [Portal] should start with the prefix [i]'Portal_'[/i].\n" +"You now have a choice - you can leave the name as [i]'Portal_'[/i] and allow " +"the system to automatically detect the nearest [Room] to link. In most cases " +"this will work fine.\n" +"An alternative method is to specify the [Room] to link to manually, " +"appending a suffix to the portal name, which should be the name of the room " +"you intend to link to. For example [i]'Portal_lounge'[/i] will attempt to " +"link to the room named [i]'Room_lounge'[/i].\n" +"There is a special case here - Godot does not allow two nodes to share the " +"same name. What if you want to manually have more than one portal leading " +"into the same room? Surely they will need to both be called, e.g. " +"[i]'Portal_lounge'[/i]?\n" +"The solution is a wildcard character. After the room name, if you use the " +"character [i]'*'[/i], this character and anything following it will be " +"ignored. So you can use for example [i]'Portal_lounge*0'[/i], " +"[i]'Portal_lounge*1'[/i] etc.\n" +"Note that [Portal]s that have already been converted to [Portal] nodes " +"(rather than [MeshInstance]s) still need to follow the same naming " +"convention, as they will be relinked each time during conversion.\n" +"It is recommended that you only place objects in rooms that are desired to " +"stay within those rooms - i.e. [code]portal mode[/code]s [code]STATIC[/code] " +"or [code]DYNAMIC[/code] (not crossing portals). [code]GLOBAL[/code] and " +"[code]ROAMING[/code] objects are best placed in another part of the scene " +"tree, to avoid confusion. See [CullInstance] for a full description of " +"portal modes." +msgstr "" + +#: doc/classes/RoomManager.xml:39 +msgid "" +"Switches the portal culling system on and off.\n" +"It is important to note that when portal culling is active, it is " +"responsible for [b]all[/b] the 3d culling. Some editor functionality may be " +"more difficult to use, so switching the active flag is intended to be used " +"to make sure your [Room] / [Portal] layout works within the editor.\n" +"Switching to [code]active[/code] will have no effect when the [code]room " +"graph[/code] is unloaded (the rooms have not yet been converted)." +msgstr "" + +#: doc/classes/RoomManager.xml:44 +msgid "" +"Large objects can 'sprawl' over (be present in) more than one room. It can " +"be useful to visualize which objects are sprawling outside the current " +"room.\n" +"Toggling this setting turns this debug view on and off." +msgstr "" + +#: doc/classes/RoomManager.xml:48 +msgid "" +"Usually we don't want objects that only [b]just[/b] cross a boundary into an " +"adjacent [Room] to sprawl into that room. To prevent this, each [Portal] has " +"an extra margin, or tolerance zone where objects can enter without sprawling " +"to a neighbouring room.\n" +"In most cases you can set this here for all portals. It is possible to " +"override the margin for each portal." +msgstr "" + +#: doc/classes/RoomManager.xml:52 +msgid "" +"When using a partial or full PVS, the gameplay monitor allows you to receive " +"callbacks when roaming objects or rooms enter or exit the [b]gameplay area[/" +"b]. The gameplay area is defined as either the primary, or secondary PVS.\n" +"These callbacks allow you to, for example, reduce processing for objects " +"that are far from the player, or turn on and off AI.\n" +"You can either choose to receive callbacks as notifications through the " +"[code]_notification[/code] function, or as signals.\n" +"[code]NOTIFICATION_ENTER_GAMEPLAY[/code]\n" +"[code]NOTIFICATION_EXIT_GAMEPLAY[/code]\n" +"Signals: [code]\"gameplay_entered\"[/code], [code]\"gameplay_exited\"[/code]" +msgstr "" + +#: doc/classes/RoomManager.xml:60 +msgid "" +"If enabled, the system will attempt to merge similar meshes (particularly in " +"terms of materials) within [Room]s during conversion. This can significantly " +"reduce the number of drawcalls and state changes required during rendering, " +"albeit at a cost of reduced culling granularity.\n" +"[b]Note:[/b] This operates at runtime during the conversion process, and " +"will only operate on exported or running projects, in order to prevent " +"accidental alteration to the scene and loss of data." +msgstr "" + +#: doc/classes/RoomManager.xml:64 +msgid "" +"When converting rooms, the editor will warn you if overlap is detected " +"between rooms. Overlap can interfere with determining the room that cameras " +"and objects are within. A small amount can be acceptable, depending on your " +"level. Here you can alter the threshold at which the editor warning appears. " +"There are no other side effects." +msgstr "" + +#: doc/classes/RoomManager.xml:67 +msgid "" +"Portal rendering is recursive - each time a portal is seen through an " +"earlier portal there is some cost. For this reason, and to prevent the " +"possibility of infinite loops, this setting provides a hard limit on the " +"recursion depth.\n" +"[b]Note:[/b] This value is unused when using [code]Full[/code] PVS mode." +msgstr "" + +#: doc/classes/RoomManager.xml:71 +msgid "" +"Portal culling normally operates using the current [Camera] / [Camera]s, " +"however for debugging purposes within the editor, you can use this setting " +"to override this behaviour and force it to use a particular camera to get a " +"better idea of what the occlusion culling is doing." +msgstr "" + +#: doc/classes/RoomManager.xml:75 +msgid "" +"Optionally during conversion the potentially visible set (PVS) of rooms that " +"are potentially visible from each room can be calculated. This can be used " +"either to aid in dynamic portal culling, or to totally replace portal " +"culling.\n" +"In [code]Full[/code] PVS Mode, all objects within the potentially visible " +"rooms will be frustum culled, and rendered if they are within the view " +"frustum." +msgstr "" + +#: doc/classes/RoomManager.xml:79 +msgid "" +"During the conversion process, the geometry of objects within [Room]s, or a " +"custom specified manual bound, are used to generate a [b]convex hull bound[/" +"b].\n" +"This convex hull is [b]required[/b] in the visibility system, and is used " +"for many purposes. Most importantly, it is used to decide whether the " +"[Camera] (or an object) is within a [Room]. The convex hull generating " +"algorithm is good, but occasionally it can create too many (or too few) " +"planes to give a good representation of the room volume.\n" +"The [code]room_simplify[/code] value can be used to gain fine control over " +"this process. It determines how similar planes can be for them to be " +"considered the same (and duplicates removed). The value can be set between 0 " +"(no simplification) and 1 (maximum simplification).\n" +"The value set here is the default for all rooms, but individual rooms can " +"override this value if desired.\n" +"The room convex hulls are shown as a wireframe in the editor." +msgstr "" + +#: doc/classes/RoomManager.xml:86 +msgid "" +"For the [Room] conversion process to succeed, you must point the " +"[RoomManager] to the parent [Node] of your [Room]s and [RoomGroup]s, which " +"we refer to as the [code]roomlist[/code] (the roomlist is not a special node " +"type, it is normally just a [Spatial])." +msgstr "" + +#: doc/classes/RoomManager.xml:89 +msgid "Shows the [Portal] margins when the portal gizmo is used in the editor." +msgstr "" + +#: doc/classes/RoomManager.xml:92 +msgid "" +"When receiving gameplay callbacks when objects enter and exit gameplay, the " +"[b]gameplay area[/b] can be defined by either the primary PVS (potentially " +"visible set) of [Room]s, or the secondary PVS (the primary PVS and their " +"neighbouring [Room]s).\n" +"Sometimes using the larger gameplay area of the secondary PVS may be " +"preferable." +msgstr "" + +#: doc/classes/RoomManager.xml:98 +msgid "" +"Use only [Portal]s at runtime to determine visibility. PVS will not be " +"generated at [Room]s conversion, and gameplay notifications cannot be used." +msgstr "" + +#: doc/classes/RoomManager.xml:101 +msgid "" +"Use a combination of PVS and [Portal]s to determine visibility (this is " +"usually fastest and most accurate)." +msgstr "" + +#: doc/classes/RoomManager.xml:104 +msgid "" +"Use only the PVS (potentially visible set) of [Room]s to determine " +"visibility." +msgstr "" + +#: doc/classes/RootMotionView.xml:4 +msgid "Editor-only helper for setting up root motion in [AnimationTree]." +msgstr "" + +#: doc/classes/RootMotionView.xml:7 +msgid "" +"[i]Root motion[/i] refers to an animation technique where a mesh's skeleton " +"is used to give impulse to a character. When working with 3D animations, a " +"popular technique is for animators to use the root skeleton bone to give " +"motion to the rest of the skeleton. This allows animating characters in a " +"way where steps actually match the floor below. It also allows precise " +"interaction with objects during cinematics. See also [AnimationTree].\n" +"[b]Note:[/b] [RootMotionView] is only visible in the editor. It will be " +"hidden automatically in the running project, and will also be converted to a " +"plain [Node] in the running project. This means a script attached to a " +"[RootMotionView] node [i]must[/i] have [code]extends Node[/code] instead of " +"[code]extends RootMotionView[/code]. Additionally, it must not be a " +"[code]@tool[/code] script." +msgstr "" + +#: doc/classes/RootMotionView.xml:11 +msgid "" +"https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree." +"html#root-motion" +msgstr "" + +#: doc/classes/RootMotionView.xml:17 +msgid "Path to an [AnimationTree] node to use as a basis for root motion." +msgstr "" + +#: doc/classes/RootMotionView.xml:20 +msgid "The grid's cell size in 3D units." +msgstr "" + +#: doc/classes/RootMotionView.xml:23 +msgid "The grid's color." +msgstr "" + +#: doc/classes/RootMotionView.xml:26 +msgid "" +"The grid's radius in 3D units. The grid's opacity will fade gradually as the " +"distance from the origin increases until this [member radius] is reached." +msgstr "" + +#: doc/classes/RootMotionView.xml:29 +msgid "" +"If [code]true[/code], the grid's points will all be on the same Y coordinate " +"([i]local[/i] Y = 0). If [code]false[/code], the points' original Y " +"coordinate is preserved." +msgstr "" + +#: doc/classes/SceneState.xml:4 +msgid "A script interface to a scene file's data." +msgstr "" + +#: doc/classes/SceneState.xml:7 +msgid "" +"Maintains a list of resources, nodes, exported, and overridden properties, " +"and built-in scripts associated with a scene.\n" +"This class cannot be instantiated directly, it is retrieved for a given " +"scene as the result of [method PackedScene.get_state]." +msgstr "" + +#: doc/classes/SceneState.xml:17 +msgid "" +"Returns the list of bound parameters for the signal at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:23 +msgid "" +"Returns the number of signal connections in the scene.\n" +"The [code]idx[/code] argument used to query connection metadata in other " +"[code]get_connection_*[/code] methods in the interval [code][0, " +"get_connection_count() - 1][/code]." +msgstr "" + +#: doc/classes/SceneState.xml:31 +msgid "" +"Returns the connection flags for the signal at [code]idx[/code]. See [enum " +"Object.ConnectFlags] constants." +msgstr "" + +#: doc/classes/SceneState.xml:38 +msgid "Returns the method connected to the signal at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:45 +msgid "Returns the name of the signal at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:52 +msgid "" +"Returns the path to the node that owns the signal at [code]idx[/code], " +"relative to the root node." +msgstr "" + +#: doc/classes/SceneState.xml:59 +msgid "" +"Returns the path to the node that owns the method connected to the signal at " +"[code]idx[/code], relative to the root node." +msgstr "" + +#: doc/classes/SceneState.xml:65 +msgid "" +"Returns the number of nodes in the scene.\n" +"The [code]idx[/code] argument used to query node data in other " +"[code]get_node_*[/code] methods in the interval [code][0, get_node_count() - " +"1][/code]." +msgstr "" + +#: doc/classes/SceneState.xml:73 +msgid "" +"Returns the list of group names associated with the node at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:80 +msgid "" +"Returns the node's index, which is its position relative to its siblings. " +"This is only relevant and saved in scenes for cases where new nodes are " +"added to an instanced or inherited scene among siblings from the base scene. " +"Despite the name, this index is not related to the [code]idx[/code] argument " +"used here and in other methods." +msgstr "" + +#: doc/classes/SceneState.xml:87 +msgid "" +"Returns a [PackedScene] for the node at [code]idx[/code] (i.e. the whole " +"branch starting at this node, with its child nodes and resources), or " +"[code]null[/code] if the node is not an instance." +msgstr "" + +#: doc/classes/SceneState.xml:94 +msgid "" +"Returns the path to the represented scene file if the node at [code]idx[/" +"code] is an [InstancePlaceholder]." +msgstr "" + +#: doc/classes/SceneState.xml:101 +msgid "Returns the name of the node at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:108 +msgid "" +"Returns the path to the owner of the node at [code]idx[/code], relative to " +"the root node." +msgstr "" + +#: doc/classes/SceneState.xml:116 +msgid "" +"Returns the path to the node at [code]idx[/code].\n" +"If [code]for_parent[/code] is [code]true[/code], returns the path of the " +"[code]idx[/code] node's parent instead." +msgstr "" + +#: doc/classes/SceneState.xml:124 +msgid "" +"Returns the number of exported or overridden properties for the node at " +"[code]idx[/code].\n" +"The [code]prop_idx[/code] argument used to query node property data in other " +"[code]get_node_property_*[/code] methods in the interval [code][0, " +"get_node_property_count() - 1][/code]." +msgstr "" + +#: doc/classes/SceneState.xml:133 +msgid "" +"Returns the name of the property at [code]prop_idx[/code] for the node at " +"[code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:141 +msgid "" +"Returns the value of the property at [code]prop_idx[/code] for the node at " +"[code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:148 +msgid "Returns the type of the node at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:155 +msgid "" +"Returns [code]true[/code] if the node at [code]idx[/code] is an " +"[InstancePlaceholder]." +msgstr "" + +#: doc/classes/SceneState.xml:161 +msgid "" +"If passed to [method PackedScene.instance], blocks edits to the scene state." +msgstr "" + +#: doc/classes/SceneState.xml:164 +msgid "" +"If passed to [method PackedScene.instance], provides inherited scene " +"resources to the local scene.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/SceneState.xml:168 +msgid "" +"If passed to [method PackedScene.instance], provides local scene resources " +"to the local scene. Only the main scene should receive the main edit state.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/SceneTree.xml:4 +msgid "Manages the game loop via a hierarchy of nodes." +msgstr "" + +#: doc/classes/SceneTree.xml:7 +msgid "" +"As one of the most important classes, the [SceneTree] manages the hierarchy " +"of nodes in a scene as well as scenes themselves. Nodes can be added, " +"retrieved and removed. The whole scene tree (and thus the current scene) can " +"be paused. Scenes can be loaded, switched and reloaded.\n" +"You can also use the [SceneTree] to organize your nodes into groups: every " +"node can be assigned as many groups as you want to create, e.g. an \"enemy\" " +"group. You can then iterate these groups or even call methods and set " +"properties on all the group's members at once.\n" +"[SceneTree] is the default [MainLoop] implementation used by scenes, and is " +"thus in charge of the game loop." +msgstr "" + +#: doc/classes/SceneTree.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scene_tree." +"html" +msgstr "" + +#: doc/classes/SceneTree.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/viewports/multiple_resolutions." +"html" +msgstr "" + +#: doc/classes/SceneTree.xml:21 +msgid "" +"Calls [code]method[/code] on each member of the given group. You can pass " +"arguments to [code]method[/code] by specifying them at the end of the method " +"call. This method is equivalent of calling [method call_group_flags] with " +"[constant GROUP_CALL_DEFAULT] flag.\n" +"[b]Note:[/b] [code]method[/code] may only have 5 arguments at most (7 " +"arguments passed to this method in total).\n" +"[b]Note:[/b] Due to design limitations, [method call_group] will fail " +"silently if one of the arguments is [code]null[/code].\n" +"[b]Note:[/b] [method call_group] will always call methods with an one-frame " +"delay, in a way similar to [method Object.call_deferred]. To call methods " +"immediately, use [method call_group_flags] with the [constant " +"GROUP_CALL_REALTIME] flag." +msgstr "" + +#: doc/classes/SceneTree.xml:33 +msgid "" +"Calls [code]method[/code] on each member of the given group, respecting the " +"given [enum GroupCallFlags]. You can pass arguments to [code]method[/code] " +"by specifying them at the end of the method call.\n" +"[b]Note:[/b] [code]method[/code] may only have 5 arguments at most (8 " +"arguments passed to this method in total).\n" +"[b]Note:[/b] Due to design limitations, [method call_group_flags] will fail " +"silently if one of the arguments is [code]null[/code].\n" +"[codeblock]\n" +"# Call the method immediately and in reverse order.\n" +"get_tree().call_group_flags(SceneTree.GROUP_CALL_REALTIME | SceneTree." +"GROUP_CALL_REVERSE, \"bases\", \"destroy\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/SceneTree.xml:46 +msgid "" +"Changes the running scene to the one at the given [code]path[/code], after " +"loading it into a [PackedScene] and creating a new instance.\n" +"Returns [constant OK] on success, [constant ERR_CANT_OPEN] if the " +"[code]path[/code] cannot be loaded into a [PackedScene], or [constant " +"ERR_CANT_CREATE] if that scene cannot be instantiated.\n" +"[b]Note:[/b] The scene change is deferred, which means that the new scene " +"node is added on the next idle frame. You won't be able to access it " +"immediately after the [method change_scene] call." +msgstr "" + +#: doc/classes/SceneTree.xml:55 +msgid "" +"Changes the running scene to a new instance of the given [PackedScene].\n" +"Returns [constant OK] on success or [constant ERR_CANT_CREATE] if the scene " +"cannot be instantiated.\n" +"[b]Note:[/b] The scene change is deferred, which means that the new scene " +"node is added on the next idle frame. You won't be able to access it " +"immediately after the [method change_scene_to] call." +msgstr "" + +#: doc/classes/SceneTree.xml:65 +msgid "" +"Returns a [SceneTreeTimer] which will [signal SceneTreeTimer.timeout] after " +"the given time in seconds elapsed in this [SceneTree]. If " +"[code]pause_mode_process[/code] is set to [code]false[/code], pausing the " +"[SceneTree] will also pause the timer.\n" +"Commonly used to create a one-shot delay timer as in the following example:\n" +"[codeblock]\n" +"func some_function():\n" +" print(\"start\")\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(\"end\")\n" +"[/codeblock]\n" +"The timer will be automatically freed after its time elapses." +msgstr "" + +#: doc/classes/SceneTree.xml:79 +msgid "" +"Returns the current frame number, i.e. the total frame count since the " +"application started." +msgstr "" + +#: doc/classes/SceneTree.xml:85 +msgid "" +"Returns the peer IDs of all connected peers of this [SceneTree]'s [member " +"network_peer]." +msgstr "" + +#: doc/classes/SceneTree.xml:91 +msgid "Returns the unique peer ID of this [SceneTree]'s [member network_peer]." +msgstr "" + +#: doc/classes/SceneTree.xml:97 +msgid "Returns the number of nodes in this [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:104 +msgid "Returns a list of all nodes assigned to the given group." +msgstr "" + +#: doc/classes/SceneTree.xml:110 +msgid "Returns the sender's peer ID for the most recently received RPC call." +msgstr "" + +#: doc/classes/SceneTree.xml:117 +msgid "Returns [code]true[/code] if the given group exists." +msgstr "" + +#: doc/classes/SceneTree.xml:129 +msgid "" +"Returns [code]true[/code] if the most recent [InputEvent] was marked as " +"handled with [method set_input_as_handled]." +msgstr "" + +#: doc/classes/SceneTree.xml:135 +msgid "" +"Returns [code]true[/code] if this [SceneTree]'s [member network_peer] is in " +"server mode (listening for connections)." +msgstr "" + +#: doc/classes/SceneTree.xml:143 +msgid "Sends the given notification to all members of the [code]group[/code]." +msgstr "" + +#: doc/classes/SceneTree.xml:152 +msgid "" +"Sends the given notification to all members of the [code]group[/code], " +"respecting the given [enum GroupCallFlags]." +msgstr "" + +#: doc/classes/SceneTree.xml:159 +msgid "" +"Queues the given object for deletion, delaying the call to [method Object." +"free] to after the current frame." +msgstr "" + +#: doc/classes/SceneTree.xml:166 +msgid "" +"Quits the application at the end of the current iteration. A process " +"[code]exit_code[/code] can optionally be passed as an argument. If this " +"argument is [code]0[/code] or greater, it will override the [member OS." +"exit_code] defined before quitting the application.\n" +"[b]Note:[/b] On iOS this method doesn't work. Instead, as recommended by the " +"iOS Human Interface Guidelines, the user is expected to close apps via the " +"Home button." +msgstr "" + +#: doc/classes/SceneTree.xml:173 +msgid "" +"Reloads the currently active scene.\n" +"Returns [constant OK] on success, [constant ERR_UNCONFIGURED] if no [member " +"current_scene] was defined yet, [constant ERR_CANT_OPEN] if [member " +"current_scene] cannot be loaded into a [PackedScene], or [constant " +"ERR_CANT_CREATE] if the scene cannot be instantiated." +msgstr "" + +#: doc/classes/SceneTree.xml:181 +msgid "" +"If [code]true[/code], the application automatically accepts quitting. " +"Enabled by default.\n" +"For mobile platforms, see [method set_quit_on_go_back]." +msgstr "" + +#: doc/classes/SceneTree.xml:191 +msgid "" +"Sets the given [code]property[/code] to [code]value[/code] on all members of " +"the given group." +msgstr "" + +#: doc/classes/SceneTree.xml:201 +msgid "" +"Sets the given [code]property[/code] to [code]value[/code] on all members of " +"the given group, respecting the given [enum GroupCallFlags]." +msgstr "" + +#: doc/classes/SceneTree.xml:207 +msgid "Marks the most recent [InputEvent] as handled." +msgstr "" + +#: doc/classes/SceneTree.xml:214 +msgid "" +"If [code]true[/code], the application quits automatically on going back (e." +"g. on Android). Enabled by default.\n" +"To handle 'Go Back' button when this option is disabled, use [constant " +"MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST]." +msgstr "" + +#: doc/classes/SceneTree.xml:225 +msgid "" +"Configures screen stretching to the given [enum StretchMode], [enum " +"StretchAspect], minimum size and [code]scale[/code]." +msgstr "" + +#: doc/classes/SceneTree.xml:231 +msgid "The current scene." +msgstr "" + +#: doc/classes/SceneTree.xml:234 +msgid "" +"If [code]true[/code], collision shapes will be visible when running the game " +"from the editor for debugging purposes." +msgstr "" + +#: doc/classes/SceneTree.xml:237 +msgid "" +"If [code]true[/code], navigation polygons will be visible when running the " +"game from the editor for debugging purposes." +msgstr "" + +#: doc/classes/SceneTree.xml:240 +msgid "The root of the edited scene." +msgstr "" + +#: doc/classes/SceneTree.xml:243 +msgid "The default [MultiplayerAPI] instance for this [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:246 +msgid "" +"If [code]true[/code] (default value), enables automatic polling of the " +"[MultiplayerAPI] for this SceneTree during [signal idle_frame].\n" +"If [code]false[/code], you need to manually call [method MultiplayerAPI." +"poll] to process network packets and deliver RPCs/RSETs. This allows running " +"RPCs/RSETs in a different loop (e.g. physics, thread, specific time step) " +"and for manual [Mutex] protection when accessing the [MultiplayerAPI] from " +"threads." +msgstr "" + +#: doc/classes/SceneTree.xml:250 +msgid "" +"The peer object to handle the RPC system (effectively enabling networking " +"when set). Depending on the peer itself, the [SceneTree] will become a " +"network server (check with [method is_network_server]) and will set the root " +"node's network mode to master, or it will become a regular peer with the " +"root node set to puppet. All child nodes are set to inherit the network mode " +"by default. Handling of networking-related events (connection, " +"disconnection, new clients) is done by connecting to [SceneTree]'s signals." +msgstr "" + +#: doc/classes/SceneTree.xml:253 +msgid "" +"If [code]true[/code], the [SceneTree] is paused. Doing so will have the " +"following behavior:\n" +"- 2D and 3D physics will be stopped. This includes signals and collision " +"detection.\n" +"- [method Node._process], [method Node._physics_process] and [method Node." +"_input] will not be called anymore in nodes." +msgstr "" + +#: doc/classes/SceneTree.xml:258 +msgid "" +"If [code]true[/code], the [SceneTree]'s [member network_peer] refuses new " +"incoming connections." +msgstr "" + +#: doc/classes/SceneTree.xml:261 +msgid "The [SceneTree]'s root [Viewport]." +msgstr "" + +#: doc/classes/SceneTree.xml:264 +msgid "If [code]true[/code], font oversampling is used." +msgstr "" + +#: doc/classes/SceneTree.xml:270 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] successfully " +"connected to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/SceneTree.xml:275 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] fails to establish " +"a connection to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/SceneTree.xml:282 +msgid "" +"Emitted when files are dragged from the OS file manager and dropped in the " +"game window. The arguments are a list of file paths and the identifier of " +"the screen where the drag originated." +msgstr "" + +#: doc/classes/SceneTree.xml:289 +msgid "Emitted whenever global menu item is clicked." +msgstr "" + +#: doc/classes/SceneTree.xml:294 +msgid "" +"Emitted immediately before [method Node._process] is called on every node in " +"the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:300 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] connects with a " +"new peer. ID is the peer ID of the new peer. Clients get notified when other " +"clients connect to the same server. Upon connecting to a server, a client " +"also receives this signal for the server (with ID being 1)." +msgstr "" + +#: doc/classes/SceneTree.xml:306 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] disconnects from a " +"peer. Clients get notified when other clients disconnect from the same " +"server." +msgstr "" + +#: doc/classes/SceneTree.xml:312 +msgid "Emitted whenever a node is added to the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:318 +msgid "" +"Emitted when a node's configuration changed. Only emitted in [code]tool[/" +"code] mode." +msgstr "" + +#: doc/classes/SceneTree.xml:324 +msgid "Emitted whenever a node is removed from the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:330 +msgid "Emitted whenever a node is renamed." +msgstr "" + +#: doc/classes/SceneTree.xml:335 +msgid "" +"Emitted immediately before [method Node._physics_process] is called on every " +"node in the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:340 +msgid "" +"Emitted when the screen resolution (fullscreen) or window size (windowed) " +"changes." +msgstr "" + +#: doc/classes/SceneTree.xml:345 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] disconnected from " +"server. Only emitted on clients." +msgstr "" + +#: doc/classes/SceneTree.xml:350 +msgid "" +"Emitted whenever the [SceneTree] hierarchy changed (children being moved or " +"renamed, etc.)." +msgstr "" + +#: doc/classes/SceneTree.xml:356 +msgid "Call a group with no flags (default)." +msgstr "" + +#: doc/classes/SceneTree.xml:359 +msgid "Call a group in reverse scene order." +msgstr "" + +#: doc/classes/SceneTree.xml:362 +msgid "Call a group immediately (calls are normally made on idle)." +msgstr "" + +#: doc/classes/SceneTree.xml:365 +msgid "Call a group only once even if the call is executed many times." +msgstr "" + +#: doc/classes/SceneTree.xml:368 +msgid "No stretching." +msgstr "" + +#: doc/classes/SceneTree.xml:371 +msgid "Render stretching in higher resolution (interpolated)." +msgstr "" + +#: doc/classes/SceneTree.xml:374 +msgid "" +"Keep the specified display resolution. No interpolation. Content may appear " +"pixelated." +msgstr "" + +#: doc/classes/SceneTree.xml:377 +msgid "" +"Fill the window with the content stretched to cover excessive space. Content " +"may appear stretched." +msgstr "" + +#: doc/classes/SceneTree.xml:380 +msgid "" +"Retain the same aspect ratio by padding with black bars on either axis. This " +"prevents distortion." +msgstr "" + +#: doc/classes/SceneTree.xml:383 +msgid "" +"Expand vertically. Left/right black bars may appear if the window is too " +"wide." +msgstr "" + +#: doc/classes/SceneTree.xml:386 +msgid "" +"Expand horizontally. Top/bottom black bars may appear if the window is too " +"tall." +msgstr "" + +#: doc/classes/SceneTree.xml:389 +msgid "" +"Expand in both directions, retaining the same aspect ratio. This prevents " +"distortion while avoiding black bars." +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:4 +msgid "One-shot timer." +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:7 +msgid "" +"A one-shot timer managed by the scene tree, which emits [signal timeout] on " +"completion. See also [method SceneTree.create_timer].\n" +"As opposed to [Timer], it does not require the instantiation of a node. " +"Commonly used to create a one-shot delay timer as in the following example:\n" +"[codeblock]\n" +"func some_function():\n" +" print(\"Timer started.\")\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(\"Timer ended.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:22 +msgid "The time remaining." +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:28 doc/classes/Timer.xml:61 +msgid "Emitted when the timer reaches 0." +msgstr "" + +#: doc/classes/Script.xml:4 +msgid "A class stored as a resource." +msgstr "" + +#: doc/classes/Script.xml:7 +msgid "" +"A class stored as a resource. A script extends the functionality of all " +"objects that instance it.\n" +"The [code]new[/code] method of a script subclass creates a new instance. " +"[method Object.set_script] extends an existing object, if that object's " +"class matches one of the script's base classes." +msgstr "" + +#: doc/classes/Script.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scripting." +"html" +msgstr "" + +#: doc/classes/Script.xml:17 +msgid "Returns [code]true[/code] if the script can be instanced." +msgstr "" + +#: doc/classes/Script.xml:23 +msgid "Returns the script directly inherited by this script." +msgstr "" + +#: doc/classes/Script.xml:29 +msgid "Returns the script's base type." +msgstr "" + +#: doc/classes/Script.xml:36 +msgid "Returns the default value of the specified property." +msgstr "" + +#: doc/classes/Script.xml:42 +msgid "Returns a dictionary containing constant names and their values." +msgstr "" + +#: doc/classes/Script.xml:48 +msgid "Returns the list of methods in this [Script]." +msgstr "" + +#: doc/classes/Script.xml:54 +msgid "Returns the list of properties in this [Script]." +msgstr "" + +#: doc/classes/Script.xml:60 +msgid "Returns the list of user signals defined in this [Script]." +msgstr "" + +#: doc/classes/Script.xml:67 +msgid "" +"Returns [code]true[/code] if the script, or a base class, defines a signal " +"with the given name." +msgstr "" + +#: doc/classes/Script.xml:73 +msgid "Returns [code]true[/code] if the script contains non-empty source code." +msgstr "" + +#: doc/classes/Script.xml:80 +msgid "" +"Returns [code]true[/code] if [code]base_object[/code] is an instance of this " +"script." +msgstr "" + +#: doc/classes/Script.xml:86 +msgid "" +"Returns [code]true[/code] if the script is a tool script. A tool script can " +"run in the editor." +msgstr "" + +#: doc/classes/Script.xml:93 +msgid "Reloads the script's class implementation. Returns an error code." +msgstr "" + +#: doc/classes/Script.xml:99 +msgid "" +"The script source code or an empty string if source code is not available. " +"When set, does not reload the class implementation automatically." +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:4 +msgid "The Editor's popup dialog for creating new [Script] files." +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:7 +msgid "" +"The [ScriptCreateDialog] creates script files according to a given template " +"for a given scripting language. The standard use is to configure its fields " +"prior to calling one of the [method Popup.popup] methods.\n" +"[codeblock]\n" +"func _ready():\n" +" dialog.config(\"Node\", \"res://new_node.gd\") # For in-engine types\n" +" dialog.config(\"\\\"res://base_node.gd\\\"\", \"res://derived_node.gd\") " +"# For script types\n" +" dialog.popup_centered()\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:25 +msgid "Prefills required fields to configure the ScriptCreateDialog for use." +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:40 +msgid "Emitted when the user clicks the OK button." +msgstr "" + +#: doc/classes/ScriptEditor.xml:4 +msgid "Godot editor's script editor." +msgstr "" + +#: doc/classes/ScriptEditor.xml:7 +msgid "" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_script_editor]." +msgstr "" + +#: doc/classes/ScriptEditor.xml:31 +msgid "Returns a [Script] that is currently active in editor." +msgstr "" + +#: doc/classes/ScriptEditor.xml:44 +msgid "" +"Returns an array with all [Script] objects which are currently open in " +"editor." +msgstr "" + +#: doc/classes/ScriptEditor.xml:51 +msgid "Goes to the specified line in the current script." +msgstr "" + +#: doc/classes/ScriptEditor.xml:59 +msgid "" +"Opens the script create dialog. The script will extend [code]base_name[/" +"code]. The file extension can be omitted from [code]base_path[/code]. It " +"will be added based on the selected scripting language." +msgstr "" + +#: doc/classes/ScriptEditor.xml:67 +msgid "" +"Emitted when user changed active script. Argument is a freshly activated " +"[Script]." +msgstr "" + +#: doc/classes/ScriptEditor.xml:73 +msgid "" +"Emitted when editor is about to close the active script. Argument is a " +"[Script] that is going to be closed." +msgstr "" + +#: doc/classes/ScrollBar.xml:4 +msgid "Base class for scroll bars." +msgstr "" + +#: doc/classes/ScrollBar.xml:7 +msgid "" +"Scrollbars are a [Range]-based [Control], that display a draggable area (the " +"size of the page). Horizontal ([HScrollBar]) and Vertical ([VScrollBar]) " +"versions are available." +msgstr "" + +#: doc/classes/ScrollBar.xml:15 +msgid "" +"Overrides the step used when clicking increment and decrement buttons or " +"when using arrow keys when the [ScrollBar] is focused." +msgstr "" + +#: doc/classes/ScrollBar.xml:23 +msgid "Emitted when the scrollbar is being scrolled." +msgstr "" + +#: doc/classes/ScrollContainer.xml:4 +msgid "A helper node for displaying scrollable elements such as lists." +msgstr "" + +#: doc/classes/ScrollContainer.xml:7 +msgid "" +"A ScrollContainer node meant to contain a [Control] child. ScrollContainers " +"will automatically create a scrollbar child ([HScrollBar], [VScrollBar], or " +"both) when needed and will only draw the Control within the ScrollContainer " +"area. Scrollbars will automatically be drawn at the right (for vertical) or " +"bottom (for horizontal) and will enable dragging to move the viewable " +"Control (and its children) within the ScrollContainer. Scrollbars will also " +"automatically resize the grabber based on the [member Control.rect_min_size] " +"of the Control relative to the ScrollContainer. Works great with a [Panel] " +"control. You can set [code]EXPAND[/code] on the children's size flags, so " +"they will upscale to the ScrollContainer's size if it's larger (scroll is " +"invisible for the chosen dimension)." +msgstr "" + +#: doc/classes/ScrollContainer.xml:16 +msgid "" +"Ensures the given [code]control[/code] is visible (must be a direct or " +"indirect child of the ScrollContainer). Used by [member follow_focus]." +msgstr "" + +#: doc/classes/ScrollContainer.xml:22 +msgid "" +"Returns the horizontal scrollbar [HScrollBar] of this [ScrollContainer].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to disable the horizontal scrollbar, use " +"[member scroll_horizontal_enabled]. If you want to only hide it instead, use " +"its [member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ScrollContainer.xml:29 +msgid "" +"Returns the vertical scrollbar [VScrollBar] of this [ScrollContainer].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to disable the vertical scrollbar, use " +"[member scroll_vertical_enabled]. If you want to only hide it instead, use " +"its [member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ScrollContainer.xml:36 +msgid "" +"If [code]true[/code], the ScrollContainer will automatically scroll to " +"focused children (including indirect children) to make sure they are fully " +"visible." +msgstr "" + +#: doc/classes/ScrollContainer.xml:42 +msgid "The current horizontal scroll value." +msgstr "" + +#: doc/classes/ScrollContainer.xml:45 +msgid "If [code]true[/code], enables horizontal scrolling." +msgstr "" + +#: doc/classes/ScrollContainer.xml:48 +msgid "The current vertical scroll value." +msgstr "" + +#: doc/classes/ScrollContainer.xml:51 +msgid "If [code]true[/code], enables vertical scrolling." +msgstr "" + +#: doc/classes/ScrollContainer.xml:57 +msgid "Emitted when scrolling stops." +msgstr "" + +#: doc/classes/ScrollContainer.xml:62 +msgid "Emitted when scrolling is started." +msgstr "" + +#: doc/classes/ScrollContainer.xml:70 +msgid "The background [StyleBox] of the [ScrollContainer]." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:4 +msgid "Segment shape for 2D collisions." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:7 +msgid "" +"Segment shape for 2D collisions. Consists of two points, [code]a[/code] and " +"[code]b[/code]." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:15 +msgid "The segment's first point position." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:18 +msgid "The segment's second point position." +msgstr "" + +#: doc/classes/Semaphore.xml:4 +msgid "A synchronization semaphore." +msgstr "" + +#: doc/classes/Semaphore.xml:7 +msgid "" +"A synchronization semaphore which can be used to synchronize multiple " +"[Thread]s. Initialized to zero on creation. Be careful to avoid deadlocks. " +"For a binary version, see [Mutex]." +msgstr "" + +#: doc/classes/Semaphore.xml:16 +msgid "" +"Lowers the [Semaphore], allowing one more thread in. Returns [constant OK] " +"on success, [constant ERR_BUSY] otherwise." +msgstr "" + +#: doc/classes/Semaphore.xml:22 +msgid "" +"Tries to wait for the [Semaphore], if its value is zero, blocks until non-" +"zero. Returns [constant OK] on success, [constant ERR_BUSY] otherwise." +msgstr "" + +#: doc/classes/Separator.xml:4 +msgid "Base class for separators." +msgstr "" + +#: doc/classes/Separator.xml:7 +msgid "" +"Separator is a [Control] used for separating other controls. It's purely a " +"visual decoration. Horizontal ([HSeparator]) and Vertical ([VSeparator]) " +"versions are available." +msgstr "" + +#: doc/classes/Shader.xml:4 +msgid "A custom shader program." +msgstr "" + +#: doc/classes/Shader.xml:7 +msgid "" +"This class allows you to define a custom shader program that can be used by " +"a [ShaderMaterial]. Shaders allow you to write your own custom behavior for " +"rendering objects or updating particle information. For a detailed " +"explanation and usage, please see the tutorials linked below." +msgstr "" + +#: doc/classes/Shader.xml:10 doc/classes/ShaderMaterial.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/shading/index.html" +msgstr "" + +#: doc/classes/Shader.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/shading/your_first_shader/" +"what_are_shaders.html" +msgstr "" + +#: doc/classes/Shader.xml:18 +msgid "" +"Returns the texture that is set as default for the specified parameter.\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/Shader.xml:25 +msgid "" +"Returns the shader mode for the shader, either [constant MODE_CANVAS_ITEM], " +"[constant MODE_SPATIAL] or [constant MODE_PARTICLES]." +msgstr "" + +#: doc/classes/Shader.xml:32 +msgid "" +"Returns [code]true[/code] if the shader has this param defined as a uniform " +"in its code.\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/Shader.xml:41 +msgid "" +"Sets the default texture to be used with a texture uniform. The default is " +"used if a texture is not set in the [ShaderMaterial].\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/Shader.xml:48 +msgid "" +"Returns the shader's code as the user has written it, not the full generated " +"code used internally." +msgstr "" + +#: doc/classes/Shader.xml:51 +msgid "" +"Returns the shader's custom defines. Custom defines can be used in Godot to " +"add GLSL preprocessor directives (e.g: extensions) required for the shader " +"logic.\n" +"[b]Note:[/b] Custom defines are not validated by the Godot shader parser, so " +"care should be taken when using them." +msgstr "" + +#: doc/classes/Shader.xml:57 +msgid "Mode used to draw all 3D objects." +msgstr "" + +#: doc/classes/Shader.xml:60 +msgid "Mode used to draw all 2D objects." +msgstr "" + +#: doc/classes/Shader.xml:63 +msgid "" +"Mode used to calculate particle information on a per-particle basis. Not " +"used for drawing." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:4 +msgid "A material that uses a custom [Shader] program." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:7 +msgid "" +"A material that uses a custom [Shader] program to render either items to " +"screen or process particles. You can create multiple materials for the same " +"shader but configure different values for the uniforms defined in the " +"shader.\n" +"[b]Note:[/b] Due to a renderer limitation, emissive [ShaderMaterial]s cannot " +"emit light when used in a [GIProbe]. Only emissive [SpatialMaterial]s can " +"emit light in a [GIProbe]." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:18 +msgid "" +"Returns the current value set for this material of a uniform in the shader." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:25 +msgid "" +"Returns [code]true[/code] if the property identified by [code]name[/code] " +"can be reverted to a default value." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:32 +msgid "" +"Returns the default value of the material property with given [code]name[/" +"code]." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:40 +msgid "" +"Changes the value set for this material of a uniform in the shader.\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:47 +msgid "The [Shader] program used to render this material." +msgstr "" + +#: doc/classes/Shape.xml:4 +msgid "Base class for all 3D shape resources." +msgstr "" + +#: doc/classes/Shape.xml:7 +msgid "" +"Base class for all 3D shape resources. Nodes that inherit from this can be " +"used as shapes for a [PhysicsBody] or [Area] objects." +msgstr "" + +#: doc/classes/Shape.xml:16 +msgid "" +"Returns the [ArrayMesh] used to draw the debug collision for this [Shape]." +msgstr "" + +#: doc/classes/Shape.xml:22 +msgid "" +"The collision margin for the shape. Used in Bullet Physics only.\n" +"Collision margins allow collision detection to be more efficient by adding " +"an extra shell around shapes. Collision algorithms are more expensive when " +"objects overlap by more than their margin, so a higher value for margins is " +"better for performance, at the cost of accuracy around edges as it makes " +"them less sharp." +msgstr "" + +#: doc/classes/Shape2D.xml:4 +msgid "Base class for all 2D shapes." +msgstr "" + +#: doc/classes/Shape2D.xml:7 +msgid "Base class for all 2D shapes. All 2D shape types inherit from this." +msgstr "" + +#: doc/classes/Shape2D.xml:19 +msgid "" +"Returns [code]true[/code] if this shape is colliding with another.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the shape to check collisions with " +"([code]with_shape[/code]), and the transformation matrix of that shape " +"([code]shape_xform[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:29 +msgid "" +"Returns a list of the points where this shape touches another. If there are " +"no collisions the list is empty.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the shape to check collisions with " +"([code]with_shape[/code]), and the transformation matrix of that shape " +"([code]shape_xform[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:41 +msgid "" +"Returns whether this shape would collide with another, if a given movement " +"was applied.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the movement to test on this shape " +"([code]local_motion[/code]), the shape to check collisions with " +"([code]with_shape[/code]), the transformation matrix of that shape " +"([code]shape_xform[/code]), and the movement to test onto the other object " +"([code]shape_motion[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:53 +msgid "" +"Returns a list of the points where this shape would touch another, if a " +"given movement was applied. If there are no collisions the list is empty.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the movement to test on this shape " +"([code]local_motion[/code]), the shape to check collisions with " +"([code]with_shape[/code]), the transformation matrix of that shape " +"([code]shape_xform[/code]), and the movement to test onto the other object " +"([code]shape_motion[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:62 +msgid "" +"Draws a solid shape onto a [CanvasItem] with the [VisualServer] API filled " +"with the specified [code]color[/code]. The exact drawing method is specific " +"for each shape and cannot be configured." +msgstr "" + +#: doc/classes/Shape2D.xml:68 +msgid "The shape's custom solver bias." +msgstr "" + +#: doc/classes/ShortCut.xml:4 +msgid "A shortcut for binding input." +msgstr "" + +#: doc/classes/ShortCut.xml:7 +msgid "" +"A shortcut for binding input.\n" +"Shortcuts are commonly used for interacting with a [Control] element from a " +"[InputEvent]." +msgstr "" + +#: doc/classes/ShortCut.xml:16 +msgid "Returns the shortcut's [InputEvent] as a [String]." +msgstr "" + +#: doc/classes/ShortCut.xml:23 +msgid "" +"Returns [code]true[/code] if the shortcut's [InputEvent] equals [code]event[/" +"code]." +msgstr "" + +#: doc/classes/ShortCut.xml:29 +msgid "If [code]true[/code], this shortcut is valid." +msgstr "" + +#: doc/classes/ShortCut.xml:35 +msgid "" +"The shortcut's [InputEvent].\n" +"Generally the [InputEvent] is a keyboard key, though it can be any " +"[InputEvent]." +msgstr "" + +#: doc/classes/Skeleton.xml:4 +msgid "Skeleton for characters and animated objects." +msgstr "" + +#: doc/classes/Skeleton.xml:7 +msgid "" +"Skeleton provides a hierarchical interface for managing bones, including " +"pose, rest and animation (see [Animation]). It can also use ragdoll " +"physics.\n" +"The overall transform of a bone with respect to the skeleton is determined " +"by the following hierarchical order: rest pose, custom pose and pose.\n" +"Note that \"global pose\" below refers to the overall transform of the bone " +"with respect to skeleton, so it not the actual global/world transform of the " +"bone." +msgstr "" + +#: doc/classes/Skeleton.xml:20 +msgid "" +"Adds a bone, with name [code]name[/code]. [method get_bone_count] will " +"become the bone index." +msgstr "" + +#: doc/classes/Skeleton.xml:28 doc/classes/Skeleton.xml:109 +#: doc/classes/Skeleton.xml:212 +msgid "[i]Deprecated soon.[/i]" +msgstr "" + +#: doc/classes/Skeleton.xml:34 +msgid "Clear all the bones in this skeleton." +msgstr "" + +#: doc/classes/Skeleton.xml:46 +msgid "Returns the bone index that matches [code]name[/code] as its name." +msgstr "" + +#: doc/classes/Skeleton.xml:52 +msgid "Returns the amount of bones in the skeleton." +msgstr "" + +#: doc/classes/Skeleton.xml:59 +msgid "" +"Returns the custom pose of the specified bone. Custom pose is applied on top " +"of the rest pose." +msgstr "" + +#: doc/classes/Skeleton.xml:66 +msgid "" +"Returns the overall transform of the specified bone, with respect to the " +"skeleton. Being relative to the skeleton frame, this is not the actual " +"\"global\" transform of the bone." +msgstr "" + +#: doc/classes/Skeleton.xml:73 +msgid "" +"Returns the overall transform of the specified bone, with respect to the " +"skeleton, but without any global pose overrides. Being relative to the " +"skeleton frame, this is not the actual \"global\" transform of the bone." +msgstr "" + +#: doc/classes/Skeleton.xml:80 +msgid "Returns the name of the bone at index [code]index[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:87 +msgid "" +"Returns the bone index which is the parent of the bone at [code]bone_idx[/" +"code]. If -1, then bone has no parent.\n" +"[b]Note:[/b] The parent bone returned will always be less than " +"[code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:95 +msgid "" +"Returns the pose transform of the specified bone. Pose is applied on top of " +"the custom pose, which is applied on top the rest pose." +msgstr "" + +#: doc/classes/Skeleton.xml:102 +msgid "Returns the rest transform for a bone [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:187 +msgid "" +"Sets the bone index [code]parent_idx[/code] as the parent of the bone at " +"[code]bone_idx[/code]. If -1, then bone has no parent.\n" +"[b]Note:[/b] [code]parent_idx[/code] must be less than [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:196 +msgid "Sets the pose transform for bone [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:204 +msgid "Sets the rest transform for bone [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton2D.xml:4 +msgid "Skeleton for 2D characters and animated objects." +msgstr "" + +#: doc/classes/Skeleton2D.xml:7 +msgid "" +"Skeleton2D parents a hierarchy of [Bone2D] objects. It is a requirement of " +"[Bone2D]. Skeleton2D holds a reference to the rest pose of its children and " +"acts as a single point of access to its bones." +msgstr "" + +#: doc/classes/Skeleton2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/animation/2d_skeletons.html" +msgstr "" + +#: doc/classes/Skeleton2D.xml:17 +msgid "" +"Returns a [Bone2D] from the node hierarchy parented by Skeleton2D. The " +"object to return is identified by the parameter [code]idx[/code]. Bones are " +"indexed by descending the node hierarchy from top to bottom, adding the " +"children of each branch before moving to the next sibling." +msgstr "" + +#: doc/classes/Skeleton2D.xml:23 +msgid "" +"Returns the number of [Bone2D] nodes in the node hierarchy parented by " +"Skeleton2D." +msgstr "" + +#: doc/classes/Skeleton2D.xml:29 +msgid "Returns the [RID] of a Skeleton2D instance." +msgstr "" + +#: doc/classes/SkeletonIK.xml:4 +msgid "" +"SkeletonIK is used to place the end bone of a [Skeleton] bone chain at a " +"certain point in 3D by rotating all bones in the chain accordingly." +msgstr "" + +#: doc/classes/SkeletonIK.xml:7 +msgid "" +"SkeletonIK is used to place the end bone of a [Skeleton] bone chain at a " +"certain point in 3D by rotating all bones in the chain accordingly. A " +"typical scenario for IK in games is to place a characters feet on the ground " +"or a characters hands on a currently hold object. SkeletonIK uses " +"FabrikInverseKinematic internally to solve the bone chain and applies the " +"results to the [Skeleton] [code]bones_global_pose_override[/code] property " +"for all affected bones in the chain. If fully applied this overwrites any " +"bone transform from [Animation]s or bone custom poses set by users. The " +"applied amount can be controlled with the [code]interpolation[/code] " +"property.\n" +"[codeblock]\n" +"# Apply IK effect automatically on every new frame (not the current)\n" +"skeleton_ik_node.start()\n" +"\n" +"# Apply IK effect only on the current frame\n" +"skeleton_ik_node.start(true)\n" +"\n" +"# Stop IK effect and reset bones_global_pose_override on Skeleton\n" +"skeleton_ik_node.stop()\n" +"\n" +"# Apply full IK effect\n" +"skeleton_ik_node.set_interpolation(1.0)\n" +"\n" +"# Apply half IK effect\n" +"skeleton_ik_node.set_interpolation(0.5)\n" +"\n" +"# Apply zero IK effect (a value at or below 0.01 also removes " +"bones_global_pose_override on Skeleton)\n" +"skeleton_ik_node.set_interpolation(0.0)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/SkeletonIK.xml:35 +msgid "" +"Returns the parent [Skeleton] Node that was present when SkeletonIK entered " +"the [SceneTree]. Returns null if the parent node was not a [Skeleton] Node " +"when SkeletonIK entered the [SceneTree]." +msgstr "" + +#: doc/classes/SkeletonIK.xml:41 +msgid "" +"Returns [code]true[/code] if SkeletonIK is applying IK effects on continues " +"frames to the [Skeleton] bones. Returns [code]false[/code] if SkeletonIK is " +"stopped or [method start] was used with the [code]one_time[/code] parameter " +"set to [code]true[/code]." +msgstr "" + +#: doc/classes/SkeletonIK.xml:48 +msgid "" +"Starts applying IK effects on each frame to the [Skeleton] bones but will " +"only take effect starting on the next frame. If [code]one_time[/code] is " +"[code]true[/code], this will take effect immediately but also reset on the " +"next frame." +msgstr "" + +#: doc/classes/SkeletonIK.xml:54 +msgid "" +"Stops applying IK effects on each frame to the [Skeleton] bones and also " +"calls [method Skeleton.clear_bones_global_pose_override] to remove existing " +"overrides on all bones." +msgstr "" + +#: doc/classes/SkeletonIK.xml:60 +msgid "" +"Interpolation value for how much the IK results are applied to the current " +"skeleton bone chain. A value of [code]1.0[/code] will overwrite all skeleton " +"bone transforms completely while a value of [code]0.0[/code] will visually " +"disable the SkeletonIK. A value at or below [code]0.01[/code] also calls " +"[method Skeleton.clear_bones_global_pose_override]." +msgstr "" + +#: doc/classes/SkeletonIK.xml:63 +msgid "" +"Secondary target position (first is [member target] property or [member " +"target_node]) for the IK chain. Use magnet position (pole target) to control " +"the bending of the IK chain. Only works if the bone chain has more than 2 " +"bones. The middle chain bone position will be linearly interpolated with the " +"magnet position." +msgstr "" + +#: doc/classes/SkeletonIK.xml:66 +msgid "" +"Number of iteration loops used by the IK solver to produce more accurate " +"(and elegant) bone chain results." +msgstr "" + +#: doc/classes/SkeletonIK.xml:69 +msgid "" +"The minimum distance between bone and goal target. If the distance is below " +"this value, the IK solver stops further iterations." +msgstr "" + +#: doc/classes/SkeletonIK.xml:72 +msgid "" +"If [code]true[/code] overwrites the rotation of the tip bone with the " +"rotation of the [member target] (or [member target_node] if defined)." +msgstr "" + +#: doc/classes/SkeletonIK.xml:75 +msgid "The name of the current root bone, the first bone in the IK chain." +msgstr "" + +#: doc/classes/SkeletonIK.xml:78 +msgid "" +"First target of the IK chain where the tip bone is placed and, if [member " +"override_tip_basis] is [code]true[/code], how the tip bone is rotated. If a " +"[member target_node] path is available the nodes transform is used instead " +"and this property is ignored." +msgstr "" + +#: doc/classes/SkeletonIK.xml:81 +msgid "" +"Target node [NodePath] for the IK chain. If available, the node's current " +"[Transform] is used instead of the [member target] property." +msgstr "" + +#: doc/classes/SkeletonIK.xml:84 +msgid "" +"The name of the current tip bone, the last bone in the IK chain placed at " +"the [member target] transform (or [member target_node] if defined)." +msgstr "" + +#: doc/classes/SkeletonIK.xml:87 +msgid "" +"If [code]true[/code], instructs the IK solver to consider the secondary " +"magnet target (pole target) when calculating the bone chain. Use the magnet " +"position (pole target) to control the bending of the IK chain." +msgstr "" + +#: doc/classes/Sky.xml:4 doc/classes/Sky.xml:7 +msgid "The base class for [PanoramaSky] and [ProceduralSky]." +msgstr "" + +#: doc/classes/Sky.xml:15 +msgid "" +"The [Sky]'s radiance map size. The higher the radiance map size, the more " +"detailed the lighting from the [Sky] will be.\n" +"See [enum RadianceSize] constants for values.\n" +"[b]Note:[/b] You will only benefit from high radiance sizes if you have " +"perfectly sharp reflective surfaces in your project and are not using " +"[ReflectionProbe]s or [GIProbe]s. For most projects, keeping [member " +"radiance_size] to the default value is the best compromise between visuals " +"and performance. Be careful when using high radiance size values as these " +"can cause crashes on low-end GPUs." +msgstr "" + +#: doc/classes/Sky.xml:22 +msgid "Radiance texture size is 32×32 pixels." +msgstr "" + +#: doc/classes/Sky.xml:25 +msgid "Radiance texture size is 64×64 pixels." +msgstr "" + +#: doc/classes/Sky.xml:28 +msgid "Radiance texture size is 128×128 pixels." +msgstr "" + +#: doc/classes/Sky.xml:31 +msgid "Radiance texture size is 256×256 pixels." +msgstr "" + +#: doc/classes/Sky.xml:34 +msgid "Radiance texture size is 512×512 pixels." +msgstr "" + +#: doc/classes/Sky.xml:37 +msgid "" +"Radiance texture size is 1024×1024 pixels.\n" +"[b]Note:[/b] [constant RADIANCE_SIZE_1024] is not exposed in the inspector " +"as it is known to cause GPU hangs on certain systems." +msgstr "" + +#: doc/classes/Sky.xml:41 +msgid "" +"Radiance texture size is 2048×2048 pixels.\n" +"[b]Note:[/b] [constant RADIANCE_SIZE_2048] is not exposed in the inspector " +"as it is known to cause GPU hangs on certain systems." +msgstr "" + +#: doc/classes/Sky.xml:45 +msgid "Represents the size of the [enum RadianceSize] enum." +msgstr "" + +#: doc/classes/Slider.xml:4 +msgid "Base class for GUI sliders." +msgstr "" + +#: doc/classes/Slider.xml:7 +msgid "" +"Base class for GUI sliders.\n" +"[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] " +"signals are part of the [Range] class which this class inherits from." +msgstr "" + +#: doc/classes/Slider.xml:16 +msgid "" +"If [code]true[/code], the slider can be interacted with. If [code]false[/" +"code], the value can be changed only by code." +msgstr "" + +#: doc/classes/Slider.xml:20 +msgid "If [code]true[/code], the value can be changed using the mouse wheel." +msgstr "" + +#: doc/classes/Slider.xml:24 +msgid "" +"Number of ticks displayed on the slider, including border ticks. Ticks are " +"uniformly-distributed value markers." +msgstr "" + +#: doc/classes/Slider.xml:27 +msgid "" +"If [code]true[/code], the slider will display ticks for minimum and maximum " +"values." +msgstr "" + +#: doc/classes/SliderJoint.xml:4 +msgid "Slider between two PhysicsBodies in 3D." +msgstr "" + +#: doc/classes/SliderJoint.xml:7 +msgid "" +"Slides across the X axis of the pivot object. See also [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/SliderJoint.xml:28 +msgid "" +"The amount of damping of the rotation when the limit is surpassed.\n" +"A lower damping value allows a rotation initiated by body A to travel to " +"body B slower." +msgstr "" + +#: doc/classes/SliderJoint.xml:35 +msgid "" +"The amount of restitution of the rotation when the limit is surpassed.\n" +"Does not affect damping." +msgstr "" + +#: doc/classes/SliderJoint.xml:39 +msgid "" +"A factor applied to the all rotation once the limit is surpassed.\n" +"Makes all rotation slower when between 0 and 1." +msgstr "" + +#: doc/classes/SliderJoint.xml:52 doc/classes/SliderJoint.xml:147 +msgid "A factor applied to the all rotation in the limits." +msgstr "" + +#: doc/classes/SliderJoint.xml:61 doc/classes/SliderJoint.xml:156 +msgid "" +"A factor applied to the all rotation across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/SliderJoint.xml:64 +msgid "" +"The amount of damping that happens once the limit defined by [member " +"linear_limit/lower_distance] and [member linear_limit/upper_distance] is " +"surpassed." +msgstr "" + +#: doc/classes/SliderJoint.xml:70 +msgid "" +"The amount of restitution once the limits are surpassed. The lower, the more " +"velocity-energy gets lost." +msgstr "" + +#: doc/classes/SoftBody.xml:4 +msgid "A soft mesh physics body." +msgstr "" + +#: doc/classes/SoftBody.xml:7 +msgid "" +"A deformable physics body. Used to create elastic or deformable objects such " +"as cloth, rubber, or other flexible materials." +msgstr "" + +#: doc/classes/SoftBody.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/physics/soft_body.html" +msgstr "" + +#: doc/classes/SoftBody.xml:44 +msgid "Returns local translation of a vertex in the surface array." +msgstr "" + +#: doc/classes/SoftBody.xml:51 +msgid "Returns [code]true[/code] if vertex is set to pinned." +msgstr "" + +#: doc/classes/SoftBody.xml:83 +msgid "" +"Sets the pinned state of a surface vertex. When set to [code]true[/code], " +"the optional [code]attachment_path[/code] can define a [Spatial] the pinned " +"vertex will be attached to." +msgstr "" + +#: doc/classes/SoftBody.xml:91 +msgid "" +"The physics layers this SoftBody is in.\n" +"Collidable objects can exist in any of 32 different layers. These layers " +"work like a tagging system, and are not visual. A collidable can use these " +"layers to select with which objects it can collide, using the collision_mask " +"property.\n" +"A contact is detected if object A is in any of the layers that object B " +"scans, or object B is in any layer scanned by object A. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/SoftBody.xml:96 +msgid "" +"The physics layers this SoftBody scans for collisions. See [url=https://docs." +"godotengine.org/en/3.4/tutorials/physics/physics_introduction.html#collision-" +"layers-and-masks]Collision layers and masks[/url] in the documentation for " +"more information." +msgstr "" + +#: doc/classes/SoftBody.xml:105 +msgid "[NodePath] to a [CollisionObject] this SoftBody should avoid clipping." +msgstr "" + +#: doc/classes/SoftBody.xml:108 +msgid "" +"If [code]true[/code], the [SoftBody] is simulated in physics. Can be set to " +"[code]false[/code] to pause the physics simulation." +msgstr "" + +#: doc/classes/SoftBody.xml:115 +msgid "If [code]true[/code], the [SoftBody] will respond to [RayCast]s." +msgstr "" + +#: doc/classes/SoftBody.xml:118 +msgid "" +"Increasing this value will improve the resulting simulation, but can affect " +"performance. Use with care." +msgstr "" + +#: doc/classes/SoftBody.xml:121 +msgid "The SoftBody's mass." +msgstr "" + +#: doc/classes/Spatial.xml:4 +msgid "Most basic 3D game object, parent of all 3D-related nodes." +msgstr "" + +#: doc/classes/Spatial.xml:7 +msgid "" +"Most basic 3D game object, with a 3D [Transform] and visibility settings. " +"All other 3D game objects inherit from Spatial. Use [Spatial] as a parent " +"node to move, scale, rotate and show/hide children in a 3D project.\n" +"Affine operations (rotate, scale, translate) happen in parent's local " +"coordinate system, unless the [Spatial] object is set as top-level. Affine " +"operations in this coordinate system correspond to direct affine operations " +"on the [Spatial]'s transform. The word local below refers to this coordinate " +"system. The coordinate system that is attached to the [Spatial] object " +"itself is referred to as object-local coordinate system.\n" +"[b]Note:[/b] Unless otherwise specified, all methods that have angle " +"parameters must have angles specified as [i]radians[/i]. To convert degrees " +"to radians, use [method @GDScript.deg2rad]." +msgstr "" + +#: doc/classes/Spatial.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/introduction_to_3d.html" +msgstr "" + +#: doc/classes/Spatial.xml:13 doc/classes/Vector3.xml:16 +msgid "https://github.com/godotengine/godot-demo-projects/tree/master/3d" +msgstr "" + +#: doc/classes/Spatial.xml:25 +msgid "" +"Returns the parent [Spatial], or an empty [Object] if no parent exists or " +"parent is not of type [Spatial]." +msgstr "" + +#: doc/classes/Spatial.xml:31 +msgid "" +"Returns the current [World] resource this [Spatial] node is registered to." +msgstr "" + +#: doc/classes/Spatial.xml:39 +msgid "" +"Rotates the global (world) transformation around axis, a unit [Vector3], by " +"specified angle in radians. The rotation axis is in global coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:46 +msgid "" +"Scales the global (world) transformation by the given [Vector3] scale " +"factors." +msgstr "" + +#: doc/classes/Spatial.xml:53 +msgid "" +"Moves the global (world) transformation by [Vector3] offset. The offset is " +"in global coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:59 +msgid "" +"Disables rendering of this node. Changes [member visible] to [code]false[/" +"code]." +msgstr "" + +#: doc/classes/Spatial.xml:65 +msgid "" +"Returns whether node notifies about its local transformation changes. " +"[Spatial] will not propagate this by default." +msgstr "" + +#: doc/classes/Spatial.xml:71 +msgid "" +"Returns whether this node uses a scale of [code](1, 1, 1)[/code] or its " +"local transformation scale." +msgstr "" + +#: doc/classes/Spatial.xml:77 +msgid "" +"Returns whether this node is set as Toplevel, that is whether it ignores its " +"parent nodes transformations." +msgstr "" + +#: doc/classes/Spatial.xml:83 +msgid "" +"Returns whether the node notifies about its global and local transformation " +"changes. [Spatial] will not propagate this by default." +msgstr "" + +#: doc/classes/Spatial.xml:97 +msgid "" +"Rotates itself so that the local -Z axis points towards the [code]target[/" +"code] position.\n" +"The transform will first be rotated around the given [code]up[/code] vector, " +"and then fully aligned to the target by a further rotation around an axis " +"perpendicular to both the [code]target[/code] and [code]up[/code] vectors.\n" +"Operations take place in global space." +msgstr "" + +#: doc/classes/Spatial.xml:108 +msgid "" +"Moves the node to the specified [code]position[/code], and then rotates " +"itself to point toward the [code]target[/code] as per [method look_at]. " +"Operations take place in global space." +msgstr "" + +#: doc/classes/Spatial.xml:114 +msgid "" +"Resets this node's transformations (like scale, skew and taper) preserving " +"its rotation and translation by performing Gram-Schmidt orthonormalization " +"on this node's [Transform]." +msgstr "" + +#: doc/classes/Spatial.xml:122 +msgid "" +"Rotates the local transformation around axis, a unit [Vector3], by specified " +"angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:130 +msgid "" +"Rotates the local transformation around axis, a unit [Vector3], by specified " +"angle in radians. The rotation axis is in object-local coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:137 +msgid "Rotates the local transformation around the X axis by angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:144 +msgid "Rotates the local transformation around the Y axis by angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:151 +msgid "Rotates the local transformation around the Z axis by angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:158 +msgid "" +"Scales the local transformation by given 3D scale factors in object-local " +"coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:165 +msgid "" +"Makes the node ignore its parents transformations. Node transformations are " +"only in global space." +msgstr "" + +#: doc/classes/Spatial.xml:172 +msgid "" +"Sets whether the node uses a scale of [code](1, 1, 1)[/code] or its local " +"transformation scale. Changes to the local transformation scale are " +"preserved." +msgstr "" + +#: doc/classes/Spatial.xml:178 +msgid "" +"Reset all transformations for this node (sets its [Transform] to the " +"identity matrix)." +msgstr "" + +#: doc/classes/Spatial.xml:185 +msgid "" +"Sets whether the node ignores notification that its transformation (global " +"or local) changed." +msgstr "" + +#: doc/classes/Spatial.xml:192 +msgid "" +"Sets whether the node notifies about its local transformation changes. " +"[Spatial] will not propagate this by default." +msgstr "" + +#: doc/classes/Spatial.xml:199 +msgid "" +"Sets whether the node notifies about its global and local transformation " +"changes. [Spatial] will not propagate this by default, unless it is in the " +"editor context and it has a valid gizmo." +msgstr "" + +#: doc/classes/Spatial.xml:205 +msgid "" +"Enables rendering of this node. Changes [member visible] to [code]true[/" +"code]." +msgstr "" + +#: doc/classes/Spatial.xml:212 +msgid "" +"Transforms [code]local_point[/code] from this node's local space to world " +"space." +msgstr "" + +#: doc/classes/Spatial.xml:219 +msgid "" +"Transforms [code]global_point[/code] from world space to this node's local " +"space." +msgstr "" + +#: doc/classes/Spatial.xml:226 +msgid "" +"Changes the node's position by the given offset [Vector3].\n" +"Note that the translation [code]offset[/code] is affected by the node's " +"scale, so if scaled by e.g. [code](10, 1, 1)[/code], a translation by an " +"offset of [code](2, 0, 0)[/code] would actually add 20 ([code]2 * 10[/code]) " +"to the X coordinate." +msgstr "" + +#: doc/classes/Spatial.xml:234 +msgid "" +"Changes the node's position by the given offset [Vector3] in local space." +msgstr "" + +#: doc/classes/Spatial.xml:240 +msgid "Updates the [SpatialGizmo] of this node." +msgstr "" + +#: doc/classes/Spatial.xml:246 +msgid "" +"The [SpatialGizmo] for this node. Used for example in [EditorSpatialGizmo] " +"as custom visualization and editing handles in Editor." +msgstr "" + +#: doc/classes/Spatial.xml:249 +msgid "World space (global) [Transform] of this node." +msgstr "" + +#: doc/classes/Spatial.xml:252 +msgid "" +"Rotation part of the local transformation in radians, specified in terms of " +"YXZ-Euler angles in the format (X angle, Y angle, Z angle).\n" +"[b]Note:[/b] In the mathematical sense, rotation is a matrix and not a " +"vector. The three Euler angles, which are the three independent parameters " +"of the Euler-angle parametrization of the rotation matrix, are stored in a " +"[Vector3] data structure not because the rotation is a vector, but only " +"because [Vector3] exists as a convenient data-structure to store 3 floating-" +"point numbers. Therefore, applying affine operations on the rotation \"vector" +"\" is not meaningful." +msgstr "" + +#: doc/classes/Spatial.xml:256 +msgid "" +"Rotation part of the local transformation in degrees, specified in terms of " +"YXZ-Euler angles in the format (X angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Spatial.xml:259 +msgid "Scale part of the local transformation." +msgstr "" + +#: doc/classes/Spatial.xml:262 +msgid "Local space [Transform] of this node, with respect to the parent node." +msgstr "" + +#: doc/classes/Spatial.xml:265 +msgid "Local translation of this node." +msgstr "" + +#: doc/classes/Spatial.xml:268 +msgid "" +"If [code]true[/code], this node is drawn. The node is only visible if all of " +"its antecedents are visible as well (in other words, [method " +"is_visible_in_tree] must return [code]true[/code])." +msgstr "" + +#: doc/classes/Spatial.xml:274 +msgid "" +"Emitted by portal system gameplay monitor when a node enters the gameplay " +"area." +msgstr "" + +#: doc/classes/Spatial.xml:279 +msgid "" +"Emitted by portal system gameplay monitor when a node exits the gameplay " +"area." +msgstr "" + +#: doc/classes/Spatial.xml:284 +msgid "Emitted when node visibility changes." +msgstr "" + +#: doc/classes/Spatial.xml:290 +msgid "" +"Spatial nodes receives this notification when their global transform " +"changes. This means that either the current or a parent node changed its " +"transform.\n" +"In order for [constant NOTIFICATION_TRANSFORM_CHANGED] to work, users first " +"need to ask for it, with [method set_notify_transform]. The notification is " +"also sent if the node is in the editor context and it has a valid gizmo." +msgstr "" + +#: doc/classes/Spatial.xml:294 +msgid "" +"Spatial nodes receives this notification when they are registered to new " +"[World] resource." +msgstr "" + +#: doc/classes/Spatial.xml:297 +msgid "" +"Spatial nodes receives this notification when they are unregistered from " +"current [World] resource." +msgstr "" + +#: doc/classes/Spatial.xml:300 +msgid "Spatial nodes receives this notification when their visibility changes." +msgstr "" + +#: doc/classes/Spatial.xml:303 +msgid "" +"Spatial nodes receives this notification if the portal system gameplay " +"monitor detects they have entered the gameplay area." +msgstr "" + +#: doc/classes/Spatial.xml:306 +msgid "" +"Spatial nodes receives this notification if the portal system gameplay " +"monitor detects they have exited the gameplay area." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:4 +msgid "Default 3D rendering material." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:7 +msgid "" +"This provides a default material with a wide variety of rendering features " +"and properties without the need to write shader code. See the tutorial below " +"for details." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/spatial_material.html" +msgstr "" + +#: doc/classes/SpatialMaterial.xml:17 +msgid "Returns [code]true[/code], if the specified [enum Feature] is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:24 +msgid "" +"Returns [code]true[/code], if the specified flag is enabled. See [enum " +"Flags] enumerator for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:31 +msgid "" +"Returns the [Texture] associated with the specified [enum TextureParam]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:39 +msgid "" +"If [code]true[/code], enables the specified [enum Feature]. Many features " +"that are available in [SpatialMaterial]s need to be enabled before use. This " +"way the cost for using the feature is only incurred when specified. Features " +"can also be enabled by setting the corresponding member to [code]true[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:47 +msgid "" +"If [code]true[/code], enables the specified flag. Flags are optional " +"behaviour that can be turned on and off. Only one flag can be enabled at a " +"time with this function, the flag enumerators cannot be bit-masked together " +"to enable or disable multiple flags at once. Flags can also be enabled by " +"setting the corresponding member to [code]true[/code]. See [enum Flags] " +"enumerator for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:55 +msgid "" +"Sets the [Texture] to be used by the specified [enum TextureParam]. This " +"function is called when setting members ending in [code]*_texture[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:61 +msgid "The material's base color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:64 +msgid "" +"Texture to multiply by [member albedo_color]. Used for basic texturing of " +"objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:67 +msgid "The strength of the anisotropy effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:70 +msgid "" +"If [code]true[/code], anisotropy is enabled. Changes the shape of the " +"specular blob and aligns it to tangent space. Mesh tangents are needed for " +"this to work. If the mesh does not contain tangents the anisotropy effect " +"will appear broken." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:73 +msgid "Texture that offsets the tangent map for anisotropy calculations." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:76 +msgid "" +"If [code]true[/code], ambient occlusion is enabled. Ambient occlusion " +"darkens areas based on the [member ao_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:79 +msgid "" +"Amount that ambient occlusion affects lighting from lights. If [code]0[/" +"code], ambient occlusion only affects ambient light. If [code]1[/code], " +"ambient occlusion affects lights just as much as it affects ambient light. " +"This can be used to impact the strength of the ambient occlusion effect, but " +"typically looks unrealistic." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:82 +msgid "" +"If [code]true[/code], use [code]UV2[/code] coordinates to look up from the " +"[member ao_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:85 +msgid "" +"Texture that defines the amount of ambient occlusion for a given point on " +"the object." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:88 doc/classes/SpatialMaterial.xml:325 +msgid "" +"Specifies the channel of the [member ao_texture] in which the ambient " +"occlusion information is stored. This is useful when you store the " +"information for multiple effects in a single texture. For example if you " +"stored metallic in the red channel, roughness in the blue, and ambient " +"occlusion in the green you could reduce the number of textures you use." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:91 +msgid "" +"Sets the strength of the clearcoat effect. Setting to [code]0[/code] looks " +"the same as disabling the clearcoat effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:94 +msgid "" +"If [code]true[/code], clearcoat rendering is enabled. Adds a secondary " +"transparent pass to the lighting calculation resulting in an added specular " +"blob. This makes materials appear as if they have a clear layer on them that " +"can be either glossy or rough.\n" +"[b]Note:[/b] Clearcoat rendering is not visible if the material has [member " +"flags_unshaded] set to [code]true[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:98 +msgid "" +"Sets the roughness of the clearcoat pass. A higher value results in a " +"smoother clearcoat while a lower value results in a rougher clearcoat." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:101 +msgid "" +"Texture that defines the strength of the clearcoat effect and the glossiness " +"of the clearcoat. Strength is specified in the red channel while glossiness " +"is specified in the green channel." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:104 +msgid "" +"If [code]true[/code], the shader will read depth texture at multiple points " +"along the view ray to determine occlusion and parrallax. This can be very " +"performance demanding, but results in more realistic looking depth mapping." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:107 +msgid "" +"If [code]true[/code], depth mapping is enabled (also called \"parallax " +"mapping\" or \"height mapping\"). See also [member normal_enabled].\n" +"[b]Note:[/b] Depth mapping is not supported if triplanar mapping is used on " +"the same material. The value of [member depth_enabled] will be ignored if " +"[member uv1_triplanar] is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:111 +msgid "" +"If [code]true[/code], direction of the binormal is flipped before using in " +"the depth effect. This may be necessary if you have encoded your binormals " +"in a way that is conflicting with the depth effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:114 +msgid "" +"If [code]true[/code], direction of the tangent is flipped before using in " +"the depth effect. This may be necessary if you have encoded your tangents in " +"a way that is conflicting with the depth effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:117 +msgid "" +"Number of layers to use when using [member depth_deep_parallax] and the view " +"direction is perpendicular to the surface of the object. A higher number " +"will be more performance demanding while a lower number may not look as " +"crisp." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:120 +msgid "" +"Number of layers to use when using [member depth_deep_parallax] and the view " +"direction is parallel to the surface of the object. A higher number will be " +"more performance demanding while a lower number may not look as crisp." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:123 +msgid "" +"Scales the depth offset effect. A higher number will create a larger depth." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:126 +msgid "" +"Texture used to determine depth at a given pixel. Depth is always stored in " +"the red channel." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:129 +msgid "Texture that specifies the color of the detail overlay." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:132 +msgid "" +"Specifies how the [member detail_albedo] should blend with the current " +"[code]ALBEDO[/code]. See [enum BlendMode] for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:135 +msgid "" +"If [code]true[/code], enables the detail overlay. Detail is a second texture " +"that gets mixed over the surface of the object based on [member " +"detail_mask]. This can be used to add variation to objects, or to blend " +"between two different albedo/normal textures." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:138 +msgid "" +"Texture used to specify how the detail textures get blended with the base " +"textures." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:141 +msgid "" +"Texture that specifies the per-pixel normal of the detail overlay.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:145 +msgid "" +"Specifies whether to use [code]UV[/code] or [code]UV2[/code] for the detail " +"layer. See [enum DetailUV] for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:148 +msgid "" +"Distance at which the object appears fully opaque.\n" +"[b]Note:[/b] If [code]distance_fade_max_distance[/code] is less than " +"[code]distance_fade_min_distance[/code], the behavior will be reversed. The " +"object will start to fade away at [code]distance_fade_max_distance[/code] " +"and will fully disappear once it reaches [code]distance_fade_min_distance[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:152 +msgid "" +"Distance at which the object starts to become visible. If the object is less " +"than this distance away, it will be invisible.\n" +"[b]Note:[/b] If [code]distance_fade_min_distance[/code] is greater than " +"[code]distance_fade_max_distance[/code], the behavior will be reversed. The " +"object will start to fade away at [code]distance_fade_max_distance[/code] " +"and will fully disappear once it reaches [code]distance_fade_min_distance[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:156 +msgid "" +"Specifies which type of fade to use. Can be any of the [enum " +"DistanceFadeMode]s." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:159 +msgid "The emitted light's color. See [member emission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:162 +msgid "" +"If [code]true[/code], the body emits light. Emitting light makes the object " +"appear brighter. The object can also cast light on other objects if a " +"[GIProbe] or [BakedLightmap] is used and this object is used in baked " +"lighting." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:165 +msgid "The emitted light's strength. See [member emission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:168 +msgid "Use [code]UV2[/code] to read from the [member emission_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:171 +msgid "" +"Sets how [member emission] interacts with [member emission_texture]. Can " +"either add or multiply. See [enum EmissionOperator] for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:174 +msgid "Texture that specifies how much surface emits light at a given point." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:177 +msgid "" +"Forces a conversion of the [member albedo_texture] from sRGB space to linear " +"space." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:180 +msgid "If [code]true[/code], the object receives no ambient light." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:183 +msgid "" +"If [code]true[/code], the object receives no shadow that would otherwise be " +"cast onto it." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:186 +msgid "" +"If [code]true[/code], the shader will compute extra operations to make sure " +"the normal stays correct when using a non-uniform scale. Only enable if " +"using non-uniform scaling." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:189 +msgid "" +"If [code]true[/code], the object is rendered at the same size regardless of " +"distance." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:192 +msgid "" +"If [code]true[/code], depth testing is disabled and the object will be drawn " +"in render order." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:195 +msgid "" +"If [code]true[/code], transparency is enabled on the body. See also [member " +"params_blend_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:198 +msgid "If [code]true[/code], the object is unaffected by lighting." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:201 +msgid "" +"If [code]true[/code], render point size can be changed.\n" +"[b]Note:[/b] This is only effective for objects whose geometry is point-" +"based rather than triangle-based. See also [member params_point_size]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:205 +msgid "" +"If [code]true[/code], enables the \"shadow to opacity\" render mode where " +"lighting modifies the alpha so shadowed areas are opaque and non-shadowed " +"areas are transparent. Useful for overlaying shadows onto a camera feed in " +"AR." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:208 +msgid "" +"If [code]true[/code], lighting is calculated per vertex rather than per " +"pixel. This may increase performance on low-end devices." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:211 +msgid "" +"If [code]true[/code], triplanar mapping is calculated in world space rather " +"than object local space. See also [member uv1_triplanar]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:214 +msgid "" +"A high value makes the material appear more like a metal. Non-metals use " +"their albedo as the diffuse color and add diffuse to the specular " +"reflection. With non-metals, the reflection appears on top of the albedo " +"color. Metals use their albedo as a multiplier to the specular reflection " +"and set the diffuse color to black resulting in a tinted reflection. " +"Materials work better when fully metal or fully non-metal, values between " +"[code]0[/code] and [code]1[/code] should only be used for blending between " +"metal and non-metal sections. To alter the amount of reflection use [member " +"roughness]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:217 +msgid "" +"Sets the size of the specular lobe. The specular lobe is the bright spot " +"that is reflected from light sources.\n" +"[b]Note:[/b] Unlike [member metallic], this is not energy-conserving, so it " +"should be left at [code]0.5[/code] in most cases. See also [member " +"roughness]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:221 +msgid "" +"Texture used to specify metallic for an object. This is multiplied by " +"[member metallic]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:224 +msgid "" +"Specifies the channel of the [member metallic_texture] in which the metallic " +"information is stored. This is useful when you store the information for " +"multiple effects in a single texture. For example if you stored metallic in " +"the red channel, roughness in the blue, and ambient occlusion in the green " +"you could reduce the number of textures you use." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:227 +msgid "If [code]true[/code], normal mapping is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:230 +msgid "The strength of the normal map's effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:233 +msgid "" +"Texture used to specify the normal at a given pixel. The " +"[code]normal_texture[/code] only uses the red and green channels; the blue " +"and alpha channels are ignored. The normal read from [code]normal_texture[/" +"code] is oriented around the surface normal provided by the [Mesh].\n" +"[b]Note:[/b] The mesh must have both normals and tangents defined in its " +"vertex data. Otherwise, the normal map won't render correctly and will only " +"appear to darken the whole surface. If creating geometry with [SurfaceTool], " +"you can use [method SurfaceTool.generate_normals] and [method SurfaceTool." +"generate_tangents] to automatically generate normals and tangents " +"respectively.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:238 +msgid "Threshold at which the alpha scissor will discard values." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:241 +msgid "" +"If [code]true[/code], the shader will keep the scale set for the mesh. " +"Otherwise the scale is lost when billboarding. Only applies when [member " +"params_billboard_mode] is [constant BILLBOARD_ENABLED]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:244 +msgid "" +"Controls how the object faces the camera. See [enum BillboardMode].\n" +"[b]Note:[/b] Billboard mode is not suitable for VR because the left-right " +"vector of the camera is not horizontal when the screen is attached to your " +"head instead of on the table. See [url=https://github.com/godotengine/godot/" +"issues/41567]GitHub issue #41567[/url] for details." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:248 +msgid "" +"The material's blend mode.\n" +"[b]Note:[/b] Values other than [code]Mix[/code] force the object into the " +"transparent pipeline. See [enum BlendMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:252 +msgid "" +"Which side of the object is not drawn when backfaces are rendered. See [enum " +"CullMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:255 +msgid "" +"Determines when depth rendering takes place. See [enum DepthDrawMode]. See " +"also [member flags_transparent]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:258 +msgid "" +"The algorithm used for diffuse light scattering. See [enum DiffuseMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:261 +msgid "" +"If [code]true[/code], enables the vertex grow setting. See [member " +"params_grow_amount]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:264 +msgid "Grows object vertices in the direction of their normals." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:267 +msgid "Currently unimplemented in Godot." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:270 +msgid "The point size in pixels. See [member flags_use_point_size]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:273 +msgid "The method for rendering the specular blob. See [enum SpecularMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:276 +msgid "" +"If [code]true[/code], the shader will discard all pixels that have an alpha " +"value less than [member params_alpha_scissor_threshold]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:279 +msgid "" +"The number of horizontal frames in the particle sprite sheet. Only enabled " +"when using [constant BILLBOARD_PARTICLES]. See [member " +"params_billboard_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:282 +msgid "" +"If [code]true[/code], particle animations are looped. Only enabled when " +"using [constant BILLBOARD_PARTICLES]. See [member params_billboard_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:285 +msgid "" +"The number of vertical frames in the particle sprite sheet. Only enabled " +"when using [constant BILLBOARD_PARTICLES]. See [member " +"params_billboard_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:288 +msgid "" +"Distance over which the fade effect takes place. The larger the distance the " +"longer it takes for an object to fade." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:291 +msgid "" +"If [code]true[/code], the proximity fade effect is enabled. The proximity " +"fade effect fades out each pixel based on its distance to another object." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:294 +msgid "" +"If [code]true[/code], the refraction effect is enabled. Refraction distorts " +"transparency based on light from behind the object. When using the GLES3 " +"backend, the material's roughness value will affect the blurriness of the " +"refraction. Higher roughness values will make the refraction look blurrier." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:297 +msgid "" +"The strength of the refraction effect. Higher values result in a more " +"distorted appearance for the refraction." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:300 +msgid "" +"Texture that controls the strength of the refraction per-pixel. Multiplied " +"by [member refraction_scale]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:303 +msgid "" +"Specifies the channel of the [member refraction_texture] in which the " +"refraction information is stored. This is useful when you store the " +"information for multiple effects in a single texture. For example if you " +"stored metallic in the red channel, roughness in the blue, and ambient " +"occlusion in the green you could reduce the number of textures you use." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:306 +msgid "Sets the strength of the rim lighting effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:309 +msgid "" +"If [code]true[/code], rim effect is enabled. Rim lighting increases the " +"brightness at glancing angles on an object.\n" +"[b]Note:[/b] Rim lighting is not visible if the material has [member " +"flags_unshaded] set to [code]true[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:313 +msgid "" +"Texture used to set the strength of the rim lighting effect per-pixel. " +"Multiplied by [member rim]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:316 +msgid "" +"The amount of to blend light and albedo color when rendering rim effect. If " +"[code]0[/code] the light color is used, while [code]1[/code] means albedo " +"color is used. An intermediate value generally works best." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:319 +msgid "" +"Surface reflection. A value of [code]0[/code] represents a perfect mirror " +"while a value of [code]1[/code] completely blurs the reflection. See also " +"[member metallic]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:322 +msgid "" +"Texture used to control the roughness per-pixel. Multiplied by [member " +"roughness]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:328 +msgid "" +"If [code]true[/code], subsurface scattering is enabled. Emulates light that " +"penetrates an object's surface, is scattered, and then emerges." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:331 +msgid "The strength of the subsurface scattering effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:334 +msgid "" +"Texture used to control the subsurface scattering strength. Stored in the " +"red texture channel. Multiplied by [member subsurf_scatter_strength]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:337 +msgid "" +"The color used by the transmission effect. Represents the light passing " +"through an object." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:340 +msgid "If [code]true[/code], the transmission effect is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:343 +msgid "" +"Texture used to control the transmission effect per-pixel. Added to [member " +"transmission]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:346 +msgid "" +"How much to offset the [code]UV[/code] coordinates. This amount will be " +"added to [code]UV[/code] in the vertex function. This can be used to offset " +"a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:349 +msgid "" +"How much to scale the [code]UV[/code] coordinates. This is multiplied by " +"[code]UV[/code] in the vertex function." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:352 +msgid "" +"If [code]true[/code], instead of using [code]UV[/code] textures will use a " +"triplanar texture lookup to determine how to apply textures. Triplanar uses " +"the orientation of the object's surface to blend between texture " +"coordinates. It reads from the source texture 3 times, once for each axis " +"and then blends between the results based on how closely the pixel aligns " +"with each axis. This is often used for natural features to get a realistic " +"blend of materials. Because triplanar texturing requires many more texture " +"reads per-pixel it is much slower than normal UV texturing. Additionally, " +"because it is blending the texture between the three axes, it is unsuitable " +"when you are trying to achieve crisp texturing." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:355 doc/classes/SpatialMaterial.xml:367 +msgid "" +"A lower number blends the texture more softly while a higher number blends " +"the texture more sharply." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:358 +msgid "" +"How much to offset the [code]UV2[/code] coordinates. This amount will be " +"added to [code]UV2[/code] in the vertex function. This can be used to offset " +"a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:361 +msgid "" +"How much to scale the [code]UV2[/code] coordinates. This is multiplied by " +"[code]UV2[/code] in the vertex function." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:364 +msgid "" +"If [code]true[/code], instead of using [code]UV2[/code] textures will use a " +"triplanar texture lookup to determine how to apply textures. Triplanar uses " +"the orientation of the object's surface to blend between texture " +"coordinates. It reads from the source texture 3 times, once for each axis " +"and then blends between the results based on how closely the pixel aligns " +"with each axis. This is often used for natural features to get a realistic " +"blend of materials. Because triplanar texturing requires many more texture " +"reads per-pixel it is much slower than normal UV texturing. Additionally, " +"because it is blending the texture between the three axes, it is unsuitable " +"when you are trying to achieve crisp texturing." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:370 +msgid "" +"If [code]true[/code], the model's vertex colors are processed as sRGB mode." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:373 +msgid "If [code]true[/code], the vertex color is used as albedo color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:378 +msgid "Texture specifying per-pixel color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:381 +msgid "Texture specifying per-pixel metallic value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:384 +msgid "Texture specifying per-pixel roughness value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:387 +msgid "Texture specifying per-pixel emission color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:390 +msgid "Texture specifying per-pixel normal vector." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:393 +msgid "Texture specifying per-pixel rim value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:396 +msgid "Texture specifying per-pixel clearcoat value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:399 +msgid "" +"Texture specifying per-pixel flowmap direction for use with [member " +"anisotropy]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:402 +msgid "Texture specifying per-pixel ambient occlusion value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:405 +msgid "Texture specifying per-pixel depth." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:408 +msgid "Texture specifying per-pixel subsurface scattering." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:411 +msgid "Texture specifying per-pixel transmission color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:414 +msgid "Texture specifying per-pixel refraction strength." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:417 +msgid "Texture specifying per-pixel detail mask blending value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:420 +msgid "Texture specifying per-pixel detail color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:423 +msgid "Texture specifying per-pixel detail normal." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:426 +msgid "Represents the size of the [enum TextureParam] enum." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:429 +msgid "Use [code]UV[/code] with the detail texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:432 +msgid "Use [code]UV2[/code] with the detail texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:435 +msgid "Constant for setting [member flags_transparent]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:438 +msgid "Constant for setting [member emission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:441 +msgid "Constant for setting [member normal_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:444 +msgid "Constant for setting [member rim_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:447 +msgid "Constant for setting [member clearcoat_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:450 +msgid "Constant for setting [member anisotropy_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:453 +msgid "Constant for setting [member ao_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:456 +msgid "Constant for setting [member depth_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:459 +msgid "Constant for setting [member subsurf_scatter_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:462 +msgid "Constant for setting [member transmission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:465 +msgid "Constant for setting [member refraction_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:468 +msgid "Constant for setting [member detail_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:474 +msgid "" +"Default blend mode. The color of the object is blended over the background " +"based on the object's alpha value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:477 +msgid "The color of the object is added to the background." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:480 +msgid "The color of the object is subtracted from the background." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:483 +msgid "The color of the object is multiplied by the background." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:486 +msgid "Default depth draw mode. Depth is drawn only for opaque objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:489 +msgid "Depth draw is calculated for both opaque and transparent objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:492 +msgid "No depth draw." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:495 +msgid "" +"For transparent objects, an opaque pass is made first with the opaque parts, " +"then transparency is drawn." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:498 +msgid "Default cull mode. The back of the object is culled when not visible." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:501 +msgid "The front of the object is culled when not visible." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:504 +msgid "No culling is performed." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:507 +msgid "" +"No lighting is used on the object. Color comes directly from [code]ALBEDO[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:510 +msgid "" +"Lighting is calculated per-vertex rather than per-pixel. This can be used to " +"increase the speed of the shader at the cost of quality." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:513 +msgid "" +"Disables the depth test, so this object is drawn on top of all others. " +"However, objects drawn after it in the draw order may cover it." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:516 +msgid "Set [code]ALBEDO[/code] to the per-vertex color specified in the mesh." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:519 +msgid "" +"Vertex color is in sRGB space and needs to be converted to linear. Only " +"applies in the GLES3 renderer." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:522 +msgid "" +"Uses point size to alter the size of primitive points. Also changes the " +"albedo texture lookup to use [code]POINT_COORD[/code] instead of [code]UV[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:525 +msgid "" +"Object is scaled by depth so that it always appears the same size on screen." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:528 +msgid "" +"Shader will keep the scale set for the mesh. Otherwise the scale is lost " +"when billboarding. Only applies when [member params_billboard_mode] is " +"[constant BILLBOARD_ENABLED]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:531 +msgid "" +"Use triplanar texture lookup for all texture lookups that would normally use " +"[code]UV[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:534 +msgid "" +"Use triplanar texture lookup for all texture lookups that would normally use " +"[code]UV2[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:537 +msgid "" +"Use [code]UV2[/code] coordinates to look up from the [member ao_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:540 +msgid "" +"Use [code]UV2[/code] coordinates to look up from the [member " +"emission_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:543 +msgid "Use alpha scissor. Set by [member params_use_alpha_scissor]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:546 +msgid "" +"Use world coordinates in the triplanar texture lookup instead of local " +"coordinates." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:549 +msgid "Forces the shader to convert albedo from sRGB space to linear space." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:552 +msgid "Disables receiving shadows from other objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:555 +msgid "Disables receiving ambient light." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:558 +msgid "Ensures that normals appear correct, even with non-uniform scaling." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:561 +msgid "Enables the shadow to opacity feature." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:567 +msgid "Default diffuse scattering algorithm." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:570 +msgid "Diffuse scattering ignores roughness." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:573 +msgid "Extends Lambert to cover more than 90 degrees when roughness increases." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:576 +msgid "Attempts to use roughness to emulate microsurfacing." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:579 +msgid "Uses a hard cut for lighting, with smoothing affected by roughness." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:582 +msgid "Default specular blob." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:585 doc/classes/SpatialMaterial.xml:588 +msgid "Older specular algorithm, included for compatibility." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:591 +msgid "Toon blob which changes size based on roughness." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:594 +msgid "No specular blob." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:597 +msgid "Billboard mode is disabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:600 +msgid "The object's Z axis will always face the camera." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:603 +msgid "The object's X axis will always face the camera." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:606 +msgid "" +"Used for particle systems when assigned to [Particles] and [CPUParticles] " +"nodes. Enables [code]particles_anim_*[/code] properties.\n" +"The [member ParticlesMaterial.anim_speed] or [member CPUParticles." +"anim_speed] should also be set to a positive value for the animation to play." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:610 +msgid "Used to read from the red channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:613 +msgid "Used to read from the green channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:616 +msgid "Used to read from the blue channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:619 +msgid "Used to read from the alpha channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:625 +msgid "Adds the emission color to the color from the emission texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:628 +msgid "Multiplies the emission color by the color from the emission texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:631 +msgid "Do not use distance fade." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:634 +msgid "" +"Smoothly fades the object out based on each pixel's distance from the camera " +"using the alpha channel." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:637 +msgid "" +"Smoothly fades the object out based on each pixel's distance from the camera " +"using a dither approach. Dithering discards pixels based on a set pattern to " +"smoothly fade without enabling transparency. On certain hardware this can be " +"faster than [constant DISTANCE_FADE_PIXEL_ALPHA]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:640 +msgid "" +"Smoothly fades the object out based on the object's distance from the camera " +"using a dither approach. Dithering discards pixels based on a set pattern to " +"smoothly fade without enabling transparency. On certain hardware this can be " +"faster than [constant DISTANCE_FADE_PIXEL_ALPHA]." +msgstr "" + +#: doc/classes/SphereMesh.xml:4 doc/classes/SphereMesh.xml:7 +msgid "Class representing a spherical [PrimitiveMesh]." +msgstr "" + +#: doc/classes/SphereMesh.xml:15 +msgid "Full height of the sphere." +msgstr "" + +#: doc/classes/SphereMesh.xml:18 +msgid "" +"If [code]true[/code], a hemisphere is created rather than a full sphere.\n" +"[b]Note:[/b] To get a regular hemisphere, the height and radius of the " +"sphere must be equal." +msgstr "" + +#: doc/classes/SphereMesh.xml:22 +msgid "Number of radial segments on the sphere." +msgstr "" + +#: doc/classes/SphereMesh.xml:25 +msgid "Radius of sphere." +msgstr "" + +#: doc/classes/SphereMesh.xml:28 +msgid "Number of segments along the height of the sphere." +msgstr "" + +#: doc/classes/SphereShape.xml:4 +msgid "Sphere shape for 3D collisions." +msgstr "" + +#: doc/classes/SphereShape.xml:7 +msgid "" +"Sphere shape for 3D collisions, which can be set into a [PhysicsBody] or " +"[Area]. This shape is useful for modeling sphere-like 3D objects." +msgstr "" + +#: doc/classes/SphereShape.xml:16 +msgid "The sphere's radius. The shape's diameter is double the radius." +msgstr "" + +#: doc/classes/SpinBox.xml:4 +msgid "Numerical input text field." +msgstr "" + +#: doc/classes/SpinBox.xml:7 +msgid "" +"SpinBox is a numerical input text field. It allows entering integers and " +"floats.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var spin_box = SpinBox.new()\n" +"add_child(spin_box)\n" +"var line_edit = spin_box.get_line_edit()\n" +"line_edit.context_menu_enabled = false\n" +"spin_box.align = LineEdit.ALIGN_RIGHT\n" +"[/codeblock]\n" +"The above code will create a [SpinBox], disable context menu on it and set " +"the text alignment to right.\n" +"See [Range] class for more options over the [SpinBox].\n" +"[b]Note:[/b] [SpinBox] relies on an underlying [LineEdit] node. To theme a " +"[SpinBox]'s background, add theme items for [LineEdit] and customize them." +msgstr "" + +#: doc/classes/SpinBox.xml:26 +msgid "Applies the current value of this [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:32 +msgid "" +"Returns the [LineEdit] instance from this [SpinBox]. You can use it to " +"access properties and methods of [LineEdit].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/SpinBox.xml:39 +msgid "Sets the text alignment of the [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:42 +msgid "" +"If [code]true[/code], the [SpinBox] will be editable. Otherwise, it will be " +"read only." +msgstr "" + +#: doc/classes/SpinBox.xml:45 +msgid "" +"Adds the specified [code]prefix[/code] string before the numerical value of " +"the [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:48 +msgid "" +"Adds the specified [code]suffix[/code] string after the numerical value of " +"the [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:55 +msgid "Sets a custom [Texture] for up and down arrows of the [SpinBox]." +msgstr "" + +#: doc/classes/SplitContainer.xml:4 +msgid "Container for splitting and adjusting." +msgstr "" + +#: doc/classes/SplitContainer.xml:7 +msgid "" +"Container for splitting two [Control]s vertically or horizontally, with a " +"grabber that allows adjusting the split offset or ratio." +msgstr "" + +#: doc/classes/SplitContainer.xml:15 +msgid "" +"Clamps the [member split_offset] value to not go outside the currently " +"possible minimal and maximum values." +msgstr "" + +#: doc/classes/SplitContainer.xml:21 +msgid "" +"If [code]true[/code], the area of the first [Control] will be collapsed and " +"the dragger will be disabled." +msgstr "" + +#: doc/classes/SplitContainer.xml:24 +msgid "" +"Determines the dragger's visibility. See [enum DraggerVisibility] for " +"details." +msgstr "" + +#: doc/classes/SplitContainer.xml:27 +msgid "" +"The initial offset of the splitting between the two [Control]s, with " +"[code]0[/code] being at the end of the first [Control]." +msgstr "" + +#: doc/classes/SplitContainer.xml:34 +msgid "Emitted when the dragger is dragged by user." +msgstr "" + +#: doc/classes/SplitContainer.xml:40 +msgid "The split dragger is visible when the cursor hovers it." +msgstr "" + +#: doc/classes/SplitContainer.xml:43 +msgid "The split dragger is never visible." +msgstr "" + +#: doc/classes/SplitContainer.xml:46 +msgid "The split dragger is never visible and its space collapsed." +msgstr "" + +#: doc/classes/SpotLight.xml:4 +msgid "A spotlight, such as a reflector spotlight or a lantern." +msgstr "" + +#: doc/classes/SpotLight.xml:7 +msgid "" +"A Spotlight is a type of [Light] node that emits lights in a specific " +"direction, in the shape of a cone. The light is attenuated through the " +"distance. This attenuation can be configured by changing the energy, radius " +"and attenuation parameters of [Light].\n" +"[b]Note:[/b] By default, only 32 SpotLights may affect a single mesh " +"[i]resource[/i] at once. Consider splitting your level into several meshes " +"to decrease the likelihood that more than 32 lights will affect the same " +"mesh resource. Splitting the level mesh will also improve frustum culling " +"effectiveness, leading to greater performance. If you need to use more " +"lights per mesh, you can increase [member ProjectSettings.rendering/limits/" +"rendering/max_lights_per_object] at the cost of shader compilation times." +msgstr "" + +#: doc/classes/SpotLight.xml:18 +msgid "The spotlight's angle in degrees." +msgstr "" + +#: doc/classes/SpotLight.xml:21 +msgid "The spotlight's angular attenuation curve." +msgstr "" + +#: doc/classes/SpotLight.xml:24 +msgid "The spotlight's light energy attenuation curve." +msgstr "" + +#: doc/classes/SpotLight.xml:27 +msgid "" +"The maximal range that can be reached by the spotlight. Note that the " +"effectively lit area may appear to be smaller depending on the [member " +"spot_attenuation] in use. No matter the [member spot_attenuation] in use, " +"the light will never reach anything outside this range." +msgstr "" + +#: doc/classes/SpringArm.xml:4 +msgid "A helper node, mostly used in 3rd person cameras." +msgstr "" + +#: doc/classes/SpringArm.xml:7 +msgid "" +"The SpringArm node is a node that casts a ray (or collision shape) along its " +"z axis and moves all its direct children to the collision point, minus a " +"margin.\n" +"The most common use case for this is to make a 3rd person camera that reacts " +"to collisions in the environment.\n" +"The SpringArm will either cast a ray, or if a shape is given, it will cast " +"the shape in the direction of its z axis.\n" +"If you use the SpringArm as a camera controller for your player, you might " +"need to exclude the player's collider from the SpringArm's collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:19 +msgid "" +"Adds the [PhysicsBody] object with the given [RID] to the list of " +"[PhysicsBody] objects excluded from the collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:25 +msgid "" +"Clears the list of [PhysicsBody] objects excluded from the collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:31 +msgid "Returns the spring arm's current length." +msgstr "" + +#: doc/classes/SpringArm.xml:38 +msgid "" +"Removes the given [RID] from the list of [PhysicsBody] objects excluded from " +"the collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:44 +msgid "" +"The layers against which the collision check shall be done. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/SpringArm.xml:47 +msgid "" +"When the collision check is made, a candidate length for the SpringArm is " +"given.\n" +"The margin is then subtracted to this length and the translation is applied " +"to the child objects of the SpringArm.\n" +"This margin is useful for when the SpringArm has a [Camera] as a child node: " +"without the margin, the [Camera] would be placed on the exact point of " +"collision, while with the margin the [Camera] would be placed close to the " +"point of collision." +msgstr "" + +#: doc/classes/SpringArm.xml:52 +msgid "" +"The [Shape] to use for the SpringArm.\n" +"When the shape is set, the SpringArm will cast the [Shape] on its z axis " +"instead of performing a ray cast." +msgstr "" + +#: doc/classes/SpringArm.xml:56 +msgid "" +"The maximum extent of the SpringArm. This is used as a length for both the " +"ray and the shape cast used internally to calculate the desired position of " +"the SpringArm's child nodes.\n" +"To know more about how to perform a shape cast or a ray cast, please consult " +"the [PhysicsDirectSpaceState] documentation." +msgstr "" + +#: doc/classes/Sprite.xml:4 +msgid "General-purpose sprite node." +msgstr "" + +#: doc/classes/Sprite.xml:7 +msgid "" +"A node that displays a 2D texture. The texture displayed can be a region " +"from a larger atlas texture, or a frame from a sprite sheet animation." +msgstr "" + +#: doc/classes/Sprite.xml:16 +msgid "" +"Returns a [Rect2] representing the Sprite's boundary in local coordinates. " +"Can be used to detect if the Sprite was clicked. Example:\n" +"[codeblock]\n" +"func _input(event):\n" +" if event is InputEventMouseButton and event.pressed and event." +"button_index == BUTTON_LEFT:\n" +" if get_rect().has_point(to_local(event.position)):\n" +" print(\"A click!\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Sprite.xml:29 +msgid "" +"Returns [code]true[/code], if the pixel at the given position is opaque and " +"[code]false[/code] in other case.\n" +"[b]Note:[/b] It also returns [code]false[/code], if the sprite's texture is " +"[code]null[/code] or if the given position is invalid." +msgstr "" + +#: doc/classes/Sprite.xml:36 +msgid "If [code]true[/code], texture is centered." +msgstr "" + +#: doc/classes/Sprite.xml:45 doc/classes/Sprite3D.xml:15 +msgid "" +"Current frame to display from sprite sheet. [member hframes] or [member " +"vframes] must be greater than 1." +msgstr "" + +#: doc/classes/Sprite.xml:48 doc/classes/Sprite3D.xml:18 +msgid "" +"Coordinates of the frame to display from sprite sheet. This is as an alias " +"for the [member frame] property. [member hframes] or [member vframes] must " +"be greater than 1." +msgstr "" + +#: doc/classes/Sprite.xml:51 doc/classes/Sprite3D.xml:21 +msgid "The number of columns in the sprite sheet." +msgstr "" + +#: doc/classes/Sprite.xml:54 +msgid "" +"The normal map gives depth to the Sprite.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/Sprite.xml:61 +msgid "" +"If [code]true[/code], texture is cut from a larger atlas texture. See " +"[member region_rect]." +msgstr "" + +#: doc/classes/Sprite.xml:64 +msgid "If [code]true[/code], the outermost pixels get blurred out." +msgstr "" + +#: doc/classes/Sprite.xml:67 doc/classes/Sprite3D.xml:27 +msgid "" +"The region of the atlas texture to display. [member region_enabled] must be " +"[code]true[/code]." +msgstr "" + +#: doc/classes/Sprite.xml:70 +msgid "[Texture] object to draw." +msgstr "" + +#: doc/classes/Sprite.xml:73 doc/classes/Sprite3D.xml:33 +msgid "The number of rows in the sprite sheet." +msgstr "" + +#: doc/classes/Sprite.xml:79 doc/classes/Sprite3D.xml:39 +msgid "Emitted when the [member frame] changes." +msgstr "" + +#: doc/classes/Sprite.xml:84 +msgid "Emitted when the [member texture] changes." +msgstr "" + +#: doc/classes/Sprite3D.xml:4 +msgid "2D sprite node in a 3D world." +msgstr "" + +#: doc/classes/Sprite3D.xml:7 +msgid "" +"A node that displays a 2D texture in a 3D environment. The texture displayed " +"can be a region from a larger atlas texture, or a frame from a sprite sheet " +"animation." +msgstr "" + +#: doc/classes/Sprite3D.xml:24 +msgid "" +"If [code]true[/code], texture will be cut from a larger atlas texture. See " +"[member region_rect]." +msgstr "" + +#: doc/classes/Sprite3D.xml:30 +msgid "" +"[Texture] object to draw. If [member GeometryInstance.material_override] is " +"used, this will be overridden." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:4 +msgid "2D sprite node in 3D environment." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:7 +msgid "A node that displays 2D texture information in a 3D environment." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:27 +msgid "Returns the rectangle representing this sprite." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:35 +msgid "If [code]true[/code], the specified flag will be enabled." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:43 +msgid "The direction in which the front of the texture faces." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:51 +msgid "" +"If [code]true[/code], texture can be seen from the back as well, if " +"[code]false[/code], it is invisible when looking at it from behind." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:60 +msgid "" +"A color value that gets multiplied on, could be used for mood-coloring or to " +"simulate the color of light." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:66 +msgid "" +"The objects' visibility on a scale from [code]0[/code] fully invisible to " +"[code]1[/code] fully visible." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:69 +msgid "The size of one pixel's width on the sprite to scale it in 3D." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:72 +msgid "" +"If [code]true[/code], the [Light] in the [Environment] has effects on the " +"sprite." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:75 +msgid "" +"If [code]true[/code], the texture's transparency and the opacity are used to " +"make those parts of the sprite invisible." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:80 +msgid "" +"If set, the texture's transparency and the opacity are used to make those " +"parts of the sprite invisible." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:83 +msgid "If set, lights in the environment affect the sprite." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:86 +msgid "" +"If set, texture can be seen from the back as well, if not, it is invisible " +"when looking at it from behind." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:89 +msgid "Represents the size of the [enum DrawFlags] enum." +msgstr "" + +#: doc/classes/SpriteFrames.xml:4 +msgid "Sprite frame library for AnimatedSprite." +msgstr "" + +#: doc/classes/SpriteFrames.xml:7 +msgid "" +"Sprite frame library for [AnimatedSprite]. Contains frames and animation " +"data for playback.\n" +"[b]Note:[/b] You can associate a set of normal maps by creating additional " +"[SpriteFrames] resources with a [code]_normal[/code] suffix. For example, " +"having 2 [SpriteFrames] resources [code]run[/code] and [code]run_normal[/" +"code] will make it so the [code]run[/code] animation uses the normal map." +msgstr "" + +#: doc/classes/SpriteFrames.xml:17 +msgid "Adds a new animation to the library." +msgstr "" + +#: doc/classes/SpriteFrames.xml:26 +msgid "Adds a frame to the given animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:33 +msgid "Removes all frames from the given animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:39 +msgid "Removes all animations. A \"default\" animation will be created." +msgstr "" + +#: doc/classes/SpriteFrames.xml:46 +msgid "" +"Returns [code]true[/code] if the given animation is configured to loop when " +"it finishes playing. Otherwise, returns [code]false[/code]." +msgstr "" + +#: doc/classes/SpriteFrames.xml:52 +msgid "" +"Returns an array containing the names associated to each animation. Values " +"are placed in alphabetical order." +msgstr "" + +#: doc/classes/SpriteFrames.xml:59 doc/classes/SpriteFrames.xml:120 +msgid "The animation's speed in frames per second." +msgstr "" + +#: doc/classes/SpriteFrames.xml:67 +msgid "Returns the animation's selected frame." +msgstr "" + +#: doc/classes/SpriteFrames.xml:74 +msgid "Returns the number of frames in the animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:81 +msgid "If [code]true[/code], the named animation exists." +msgstr "" + +#: doc/classes/SpriteFrames.xml:88 +msgid "Removes the given animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:96 +msgid "Removes the animation's selected frame." +msgstr "" + +#: doc/classes/SpriteFrames.xml:104 +msgid "Changes the animation's name to [code]newname[/code]." +msgstr "" + +#: doc/classes/SpriteFrames.xml:112 +msgid "If [code]true[/code], the animation will loop." +msgstr "" + +#: doc/classes/SpriteFrames.xml:129 +msgid "Sets the texture of the given frame." +msgstr "" + +#: doc/classes/SpriteFrames.xml:135 +msgid "Compatibility property, always equals to an empty array." +msgstr "" + +#: doc/classes/StaticBody.xml:4 +msgid "Static body for 3D physics." +msgstr "" + +#: doc/classes/StaticBody.xml:7 +msgid "" +"Static body for 3D physics. A static body is a simple body that is not " +"intended to move. In contrast to [RigidBody], they don't consume any CPU " +"resources as long as they don't move.\n" +"Additionally, a constant linear or angular velocity can be set for the " +"static body, so even if it doesn't move, it affects other bodies as if it " +"was moving (this is useful for simulating conveyor belts or conveyor wheels)." +msgstr "" + +#: doc/classes/StaticBody.xml:23 +msgid "" +"The body's constant angular velocity. This does not rotate the body, but " +"affects other bodies that touch it, as if it was in a state of rotation." +msgstr "" + +#: doc/classes/StaticBody.xml:26 +msgid "" +"The body's constant linear velocity. This does not move the body, but " +"affects other bodies that touch it, as if it was in a state of movement." +msgstr "" + +#: doc/classes/StaticBody.xml:29 +msgid "" +"The body's friction, from 0 (frictionless) to 1 (full friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/StaticBody2D.xml:4 +msgid "Static body for 2D physics." +msgstr "" + +#: doc/classes/StaticBody2D.xml:7 +msgid "" +"Static body for 2D physics. A StaticBody2D is a body that is not intended to " +"move. It is ideal for implementing objects in the environment, such as walls " +"or platforms.\n" +"Additionally, a constant linear or angular velocity can be set for the " +"static body, which will affect colliding bodies as if it were moving (for " +"example, a conveyor belt)." +msgstr "" + +#: doc/classes/StaticBody2D.xml:20 +msgid "" +"The body's constant angular velocity. This does not rotate the body, but " +"affects colliding bodies, as if it were rotating." +msgstr "" + +#: doc/classes/StaticBody2D.xml:23 +msgid "" +"The body's constant linear velocity. This does not move the body, but " +"affects colliding bodies, as if it were moving." +msgstr "" + +#: doc/classes/StaticBody2D.xml:26 +msgid "" +"The body's friction. Values range from [code]0[/code] (no friction) to " +"[code]1[/code] (full friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/StreamPeer.xml:4 +msgid "Abstraction and base class for stream-based protocols." +msgstr "" + +#: doc/classes/StreamPeer.xml:7 +msgid "" +"StreamPeer is an abstraction and base class for stream-based protocols (such " +"as TCP). It provides an API for sending and receiving data through streams " +"as raw data or strings." +msgstr "" + +#: doc/classes/StreamPeer.xml:15 +msgid "Gets a signed 16-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:21 +msgid "Gets a signed 32-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:27 +msgid "Gets a signed 64-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:33 +msgid "Gets a signed byte from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:39 +msgid "Returns the amount of bytes this [StreamPeer] has available." +msgstr "" + +#: doc/classes/StreamPeer.xml:46 +msgid "" +"Returns a chunk data with the received bytes. The amount of bytes to be " +"received can be requested in the [code]bytes[/code] argument. If not enough " +"bytes are available, the function will block until the desired amount is " +"received. This function returns two values, an [enum @GlobalScope.Error] " +"code and a data array." +msgstr "" + +#: doc/classes/StreamPeer.xml:52 +msgid "Gets a double-precision float from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:58 +msgid "Gets a single-precision float from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:65 +msgid "" +"Returns a chunk data with the received bytes. The amount of bytes to be " +"received can be requested in the \"bytes\" argument. If not enough bytes are " +"available, the function will return how many were actually received. This " +"function returns two values, an [enum @GlobalScope.Error] code, and a data " +"array." +msgstr "" + +#: doc/classes/StreamPeer.xml:72 +msgid "" +"Gets a string with byte-length [code]bytes[/code] from the stream. If " +"[code]bytes[/code] is negative (default) the length will be read from the " +"stream using the reverse process of [method put_string]." +msgstr "" + +#: doc/classes/StreamPeer.xml:78 +msgid "Gets an unsigned 16-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:84 +msgid "Gets an unsigned 32-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:90 +msgid "Gets an unsigned 64-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:96 +msgid "Gets an unsigned byte from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:103 +msgid "" +"Gets an UTF-8 string with byte-length [code]bytes[/code] from the stream " +"(this decodes the string sent as UTF-8). If [code]bytes[/code] is negative " +"(default) the length will be read from the stream using the reverse process " +"of [method put_utf8_string]." +msgstr "" + +#: doc/classes/StreamPeer.xml:110 +msgid "" +"Gets a Variant from the stream. If [code]allow_objects[/code] is [code]true[/" +"code], decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/StreamPeer.xml:118 +msgid "Puts a signed 16-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:125 +msgid "Puts a signed 32-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:132 +msgid "Puts a signed 64-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:139 +msgid "Puts a signed byte into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:146 +msgid "" +"Sends a chunk of data through the connection, blocking if necessary until " +"the data is done sending. This function returns an [enum @GlobalScope.Error] " +"code." +msgstr "" + +#: doc/classes/StreamPeer.xml:153 +msgid "Puts a double-precision float into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:160 +msgid "Puts a single-precision float into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:167 +msgid "" +"Sends a chunk of data through the connection. If all the data could not be " +"sent at once, only part of it will. This function returns two values, an " +"[enum @GlobalScope.Error] code and an integer, describing how much data was " +"actually sent." +msgstr "" + +#: doc/classes/StreamPeer.xml:174 +msgid "" +"Puts a zero-terminated ASCII string into the stream prepended by a 32-bit " +"unsigned integer representing its size.\n" +"[b]Note:[/b] To put an ASCII string without prepending its size, you can use " +"[method put_data]:\n" +"[codeblock]\n" +"put_data(\"Hello world\".to_ascii())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/StreamPeer.xml:185 +msgid "Puts an unsigned 16-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:192 +msgid "Puts an unsigned 32-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:199 +msgid "Puts an unsigned 64-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:206 +msgid "Puts an unsigned byte into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:213 +msgid "" +"Puts a zero-terminated UTF-8 string into the stream prepended by a 32 bits " +"unsigned integer representing its size.\n" +"[b]Note:[/b] To put an UTF-8 string without prepending its size, you can use " +"[method put_data]:\n" +"[codeblock]\n" +"put_data(\"Hello world\".to_utf8())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/StreamPeer.xml:225 +msgid "" +"Puts a Variant into the stream. If [code]full_objects[/code] is [code]true[/" +"code] encoding objects is allowed (and can potentially include code)." +msgstr "" + +#: doc/classes/StreamPeer.xml:231 +msgid "" +"If [code]true[/code], this [StreamPeer] will using big-endian format for " +"encoding and decoding." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:4 +msgid "SSL stream peer." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:7 +msgid "" +"SSL stream peer. This object can be used to connect to an SSL server or " +"accept a single SSL client connection." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:20 +msgid "" +"Accepts a peer connection as a server using the given [code]private_key[/" +"code] and providing the given [code]certificate[/code] to the client. You " +"can pass the optional [code]chain[/code] parameter to provide additional CA " +"chain information along with the certificate." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:30 +msgid "" +"Connects to a peer using an underlying [StreamPeer] [code]stream[/code]. If " +"[code]validate_certs[/code] is [code]true[/code], [StreamPeerSSL] will " +"validate that the certificate presented by the peer matches the " +"[code]for_hostname[/code].\n" +"[b]Note:[/b] Specifying a custom [code]valid_certificate[/code] is not " +"supported in HTML5 exports due to browsers restrictions." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:37 doc/classes/StreamPeerTCP.xml:23 +msgid "Disconnects from host." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:49 +msgid "" +"Poll the connection to check for incoming bytes. Call this right before " +"[method StreamPeer.get_available_bytes] for it to work properly." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:59 +msgid "A status representing a [StreamPeerSSL] that is disconnected." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:62 +msgid "A status representing a [StreamPeerSSL] during handshaking." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:65 +msgid "A status representing a [StreamPeerSSL] that is connected to a host." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:68 +msgid "A status representing a [StreamPeerSSL] in error state." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:71 +msgid "" +"An error status that shows a mismatch in the SSL certificate domain " +"presented by the host and the domain requested for validation." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:4 +msgid "TCP stream peer." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:7 +msgid "" +"TCP stream peer. This object can be used to connect to TCP servers, or also " +"is returned by a TCP server." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:17 +msgid "" +"Connects to the specified [code]host:port[/code] pair. A hostname will be " +"resolved if valid. Returns [constant OK] on success or [constant FAILED] on " +"failure." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:29 +msgid "Returns the IP of this peer." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:35 +msgid "Returns the port of this peer." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:41 +msgid "Returns the status of the connection, see [enum Status]." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:47 +msgid "" +"Returns [code]true[/code] if this peer is currently connected or is " +"connecting to a host, [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:54 +msgid "" +"If [code]enabled[/code] is [code]true[/code], packets will be sent " +"immediately. If [code]enabled[/code] is [code]false[/code] (the default), " +"packet transfers will be delayed and combined using [url=https://en." +"wikipedia.org/wiki/Nagle%27s_algorithm]Nagle's algorithm[/url].\n" +"[b]Note:[/b] It's recommended to leave this disabled for applications that " +"send large packets or need to transfer a lot of data, as enabling this can " +"decrease the total available bandwidth." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:61 +msgid "" +"The initial status of the [StreamPeerTCP]. This is also the status after " +"disconnecting." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:64 +msgid "A status representing a [StreamPeerTCP] that is connecting to a host." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:67 +msgid "A status representing a [StreamPeerTCP] that is connected to a host." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:70 +msgid "A status representing a [StreamPeerTCP] in error state." +msgstr "" + +#: doc/classes/StreamTexture.xml:4 +msgid "A [code].stex[/code] texture." +msgstr "" + +#: doc/classes/StreamTexture.xml:7 +msgid "A texture that is loaded from a [code].stex[/code] file." +msgstr "" + +#: doc/classes/StreamTexture.xml:16 +msgid "Loads the texture from the given path." +msgstr "" + +#: doc/classes/StreamTexture.xml:23 +msgid "The StreamTexture's file path to a [code].stex[/code] file." +msgstr "" + +#: doc/classes/String.xml:4 +msgid "Built-in string class." +msgstr "" + +#: doc/classes/String.xml:7 +msgid "" +"This is the built-in string class (and the one used by GDScript). It " +"supports Unicode and provides all necessary means for string handling. " +"Strings are reference-counted and use a copy-on-write approach, so passing " +"them around is cheap in resources." +msgstr "" + +#: doc/classes/String.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_format_string.html" +msgstr "" + +#: doc/classes/String.xml:17 +msgid "Constructs a new String from the given [bool]." +msgstr "" + +#: doc/classes/String.xml:24 +msgid "Constructs a new String from the given [int]." +msgstr "" + +#: doc/classes/String.xml:31 +msgid "Constructs a new String from the given [float]." +msgstr "" + +#: doc/classes/String.xml:38 +msgid "Constructs a new String from the given [Vector2]." +msgstr "" + +#: doc/classes/String.xml:45 +msgid "Constructs a new String from the given [Rect2]." +msgstr "" + +#: doc/classes/String.xml:52 +msgid "Constructs a new String from the given [Vector3]." +msgstr "" + +#: doc/classes/String.xml:59 +msgid "Constructs a new String from the given [Transform2D]." +msgstr "" + +#: doc/classes/String.xml:66 +msgid "Constructs a new String from the given [Plane]." +msgstr "" + +#: doc/classes/String.xml:73 +msgid "Constructs a new String from the given [Quat]." +msgstr "" + +#: doc/classes/String.xml:80 +msgid "Constructs a new String from the given [AABB]." +msgstr "" + +#: doc/classes/String.xml:87 +msgid "Constructs a new String from the given [Basis]." +msgstr "" + +#: doc/classes/String.xml:94 +msgid "Constructs a new String from the given [Transform]." +msgstr "" + +#: doc/classes/String.xml:101 +msgid "Constructs a new String from the given [Color]." +msgstr "" + +#: doc/classes/String.xml:108 +msgid "Constructs a new String from the given [NodePath]." +msgstr "" + +#: doc/classes/String.xml:115 +msgid "Constructs a new String from the given [RID]." +msgstr "" + +#: doc/classes/String.xml:122 +msgid "Constructs a new String from the given [Dictionary]." +msgstr "" + +#: doc/classes/String.xml:129 +msgid "Constructs a new String from the given [Array]." +msgstr "" + +#: doc/classes/String.xml:136 +msgid "Constructs a new String from the given [PoolByteArray]." +msgstr "" + +#: doc/classes/String.xml:143 +msgid "Constructs a new String from the given [PoolIntArray]." +msgstr "" + +#: doc/classes/String.xml:150 +msgid "Constructs a new String from the given [PoolRealArray]." +msgstr "" + +#: doc/classes/String.xml:157 +msgid "Constructs a new String from the given [PoolStringArray]." +msgstr "" + +#: doc/classes/String.xml:164 +msgid "Constructs a new String from the given [PoolVector2Array]." +msgstr "" + +#: doc/classes/String.xml:171 +msgid "Constructs a new String from the given [PoolVector3Array]." +msgstr "" + +#: doc/classes/String.xml:178 +msgid "Constructs a new String from the given [PoolColorArray]." +msgstr "" + +#: doc/classes/String.xml:185 +msgid "Returns [code]true[/code] if the string begins with the given string." +msgstr "" + +#: doc/classes/String.xml:191 +msgid "Returns the bigrams (pairs of consecutive letters) of this string." +msgstr "" + +#: doc/classes/String.xml:197 +msgid "" +"Returns a copy of the string with special characters escaped using the C " +"language standard." +msgstr "" + +#: doc/classes/String.xml:203 +msgid "" +"Returns a copy of the string with escaped characters replaced by their " +"meanings. Supported escape sequences are [code]\\'[/code], [code]\\\"[/" +"code], [code]\\?[/code], [code]\\\\[/code], [code]\\a[/code], [code]\\b[/" +"code], [code]\\f[/code], [code]\\n[/code], [code]\\r[/code], [code]\\t[/" +"code], [code]\\v[/code].\n" +"[b]Note:[/b] Unlike the GDScript parser, this method doesn't support the " +"[code]\\uXXXX[/code] escape sequence." +msgstr "" + +#: doc/classes/String.xml:210 +msgid "" +"Changes the case of some letters. Replaces underscores with spaces, adds " +"spaces before in-word uppercase characters, converts all letters to " +"lowercase, then capitalizes the first letter and every letter following a " +"space character. For [code]capitalize camelCase mixed_with_underscores[/" +"code], it will return [code]Capitalize Camel Case Mixed With Underscores[/" +"code]." +msgstr "" + +#: doc/classes/String.xml:217 +msgid "" +"Performs a case-sensitive comparison to another string. Returns [code]-1[/" +"code] if less than, [code]1[/code] if greater than, or [code]0[/code] if " +"equal. \"less than\" or \"greater than\" are determined by the [url=https://" +"en.wikipedia.org/wiki/List_of_Unicode_characters]Unicode code points[/url] " +"of each string, which roughly matches the alphabetical order.\n" +"[b]Behavior with different string lengths:[/b] Returns [code]1[/code] if the " +"\"base\" string is longer than the [code]to[/code] string or [code]-1[/code] " +"if the \"base\" string is shorter than the [code]to[/code] string. Keep in " +"mind this length is determined by the number of Unicode codepoints, [i]not[/" +"i] the actual visible characters.\n" +"[b]Behavior with empty strings:[/b] Returns [code]-1[/code] if the \"base\" " +"string is empty, [code]1[/code] if the [code]to[/code] string is empty or " +"[code]0[/code] if both strings are empty.\n" +"To get a boolean result from a string comparison, use the [code]==[/code] " +"operator instead. See also [method nocasecmp_to]." +msgstr "" + +#: doc/classes/String.xml:229 +msgid "" +"Returns the number of occurrences of substring [code]what[/code] between " +"[code]from[/code] and [code]to[/code] positions. If [code]from[/code] and " +"[code]to[/code] equals 0 the whole string will be used. If only [code]to[/" +"code] equals 0 the remained substring will be used." +msgstr "" + +#: doc/classes/String.xml:238 +msgid "" +"Returns the number of occurrences of substring [code]what[/code] (ignoring " +"case) between [code]from[/code] and [code]to[/code] positions. If " +"[code]from[/code] and [code]to[/code] equals 0 the whole string will be " +"used. If only [code]to[/code] equals 0 the remained substring will be used." +msgstr "" + +#: doc/classes/String.xml:244 +msgid "" +"Returns a copy of the string with indentation (leading tabs and spaces) " +"removed." +msgstr "" + +#: doc/classes/String.xml:250 +msgid "" +"Returns [code]true[/code] if the length of the string equals [code]0[/code]." +msgstr "" + +#: doc/classes/String.xml:257 +msgid "Returns [code]true[/code] if the string ends with the given string." +msgstr "" + +#: doc/classes/String.xml:264 +msgid "" +"Erases [code]chars[/code] characters from the string starting from " +"[code]position[/code]." +msgstr "" + +#: doc/classes/String.xml:272 +msgid "" +"Finds the first occurrence of a substring. Returns the starting position of " +"the substring or [code]-1[/code] if not found. Optionally, the initial " +"search index can be passed.\n" +"[b]Note:[/b] If you just want to know whether a string contains a substring, " +"use the [code]in[/code] operator as follows:\n" +"[codeblock]\n" +"# Will evaluate to `false`.\n" +"if \"i\" in \"team\":\n" +" pass\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:285 +msgid "" +"Finds the last occurrence of a substring. Returns the starting position of " +"the substring or [code]-1[/code] if not found." +msgstr "" + +#: doc/classes/String.xml:293 +msgid "" +"Finds the first occurrence of a substring, ignoring case. Returns the " +"starting position of the substring or [code]-1[/code] if not found. " +"Optionally, the initial search index can be passed." +msgstr "" + +#: doc/classes/String.xml:301 +msgid "" +"Formats the string by replacing all occurrences of [code]placeholder[/code] " +"with [code]values[/code]." +msgstr "" + +#: doc/classes/String.xml:307 +msgid "If the string is a valid file path, returns the base directory name." +msgstr "" + +#: doc/classes/String.xml:313 +msgid "" +"If the string is a valid file path, returns the full file path without the " +"extension." +msgstr "" + +#: doc/classes/String.xml:319 +msgid "" +"Returns the extension without the leading period character ([code].[/code]) " +"if the string is a valid file name or path. If the string does not contain " +"an extension, returns an empty string instead.\n" +"[codeblock]\n" +"print(\"/path/to/file.txt\".get_extension()) # \"txt\"\n" +"print(\"file.txt\".get_extension()) # \"txt\"\n" +"print(\"file.sample.txt\".get_extension()) # \"txt\"\n" +"print(\".txt\".get_extension()) # \"txt\"\n" +"print(\"file.txt.\".get_extension()) # \"\" (empty string)\n" +"print(\"file.txt..\".get_extension()) # \"\" (empty string)\n" +"print(\"txt\".get_extension()) # \"\" (empty string)\n" +"print(\"\".get_extension()) # \"\" (empty string)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:335 +msgid "If the string is a valid file path, returns the filename." +msgstr "" + +#: doc/classes/String.xml:341 +msgid "Hashes the string and returns a 32-bit integer." +msgstr "" + +#: doc/classes/String.xml:347 +msgid "" +"Converts a string containing a hexadecimal number into an integer. " +"Hexadecimal strings are expected to be prefixed with \"[code]0x[/code]\" " +"otherwise [code]0[/code] is returned.\n" +"[codeblock]\n" +"print(\"0xff\".hex_to_int()) # Print \"255\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:356 +msgid "" +"Escapes (encodes) a string to URL friendly format. Also referred to as 'URL " +"encode'.\n" +"[codeblock]\n" +"print(\"https://example.org/?escaped=\" + \"Godot Engine:'docs'\"." +"http_escape())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:365 +msgid "" +"Unescapes (decodes) a string in URL encoded format. Also referred to as 'URL " +"decode'.\n" +"[codeblock]\n" +"print(\"https://example.org/?escaped=\" + \"Godot%20Engine%3A%27docs%27\"." +"http_unescape())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:375 +msgid "" +"Converts [code]size[/code] represented as number of bytes to human-readable " +"format using internationalized set of data size units, namely: B, KiB, MiB, " +"GiB, TiB, PiB, EiB. Note that the next smallest unit is picked automatically " +"to hold at most 1024 units.\n" +"[codeblock]\n" +"var bytes = 133790307\n" +"var size = String.humanize_size(bytes)\n" +"print(size) # prints \"127.5 MiB\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:388 +msgid "" +"Returns a copy of the string with the substring [code]what[/code] inserted " +"at the given position." +msgstr "" + +#: doc/classes/String.xml:394 +msgid "" +"If the string is a path to a file or directory, returns [code]true[/code] if " +"the path is absolute." +msgstr "" + +#: doc/classes/String.xml:400 +msgid "" +"If the string is a path to a file or directory, returns [code]true[/code] if " +"the path is relative." +msgstr "" + +#: doc/classes/String.xml:407 +msgid "" +"Returns [code]true[/code] if this string is a subsequence of the given " +"string." +msgstr "" + +#: doc/classes/String.xml:414 +msgid "" +"Returns [code]true[/code] if this string is a subsequence of the given " +"string, without considering case." +msgstr "" + +#: doc/classes/String.xml:420 +msgid "" +"Returns [code]true[/code] if this string is free from characters that aren't " +"allowed in file names, those being:\n" +"[code]: / \\ ? * \" | % < >[/code]" +msgstr "" + +#: doc/classes/String.xml:427 +msgid "Returns [code]true[/code] if this string contains a valid float." +msgstr "" + +#: doc/classes/String.xml:434 +msgid "" +"Returns [code]true[/code] if this string contains a valid hexadecimal " +"number. If [code]with_prefix[/code] is [code]true[/code], then a validity of " +"the hexadecimal number is determined by [code]0x[/code] prefix, for " +"instance: [code]0xDEADC0DE[/code]." +msgstr "" + +#: doc/classes/String.xml:440 +msgid "" +"Returns [code]true[/code] if this string contains a valid color in " +"hexadecimal HTML notation. Other HTML notations such as named colors or " +"[code]hsl()[/code] colors aren't considered valid by this method and will " +"return [code]false[/code]." +msgstr "" + +#: doc/classes/String.xml:446 +msgid "" +"Returns [code]true[/code] if this string is a valid identifier. A valid " +"identifier may contain only letters, digits and underscores ([code]_[/code]) " +"and the first character may not be a digit." +msgstr "" + +#: doc/classes/String.xml:452 +msgid "Returns [code]true[/code] if this string contains a valid integer." +msgstr "" + +#: doc/classes/String.xml:458 +msgid "" +"Returns [code]true[/code] if this string contains only a well-formatted IPv4 " +"or IPv6 address. This method considers [url=https://en.wikipedia.org/wiki/" +"Reserved_IP_addresses]reserved IP addresses[/url] such as [code]0.0.0.0[/" +"code] as valid." +msgstr "" + +#: doc/classes/String.xml:464 +msgid "" +"Returns a copy of the string with special characters escaped using the JSON " +"standard." +msgstr "" + +#: doc/classes/String.xml:471 +msgid "Returns a number of characters from the left of the string." +msgstr "" + +#: doc/classes/String.xml:477 +msgid "Returns the string's amount of characters." +msgstr "" + +#: doc/classes/String.xml:484 +msgid "" +"Returns a copy of the string with characters removed from the left. The " +"[code]chars[/code] argument is a string specifying the set of characters to " +"be removed.\n" +"[b]Note:[/b] The [code]chars[/code] is not a prefix. See [method " +"trim_prefix] method that will remove a single prefix string rather than a " +"set of characters." +msgstr "" + +#: doc/classes/String.xml:492 +msgid "" +"Does a simple case-sensitive expression match, where [code]\"*\"[/code] " +"matches zero or more arbitrary characters and [code]\"?\"[/code] matches any " +"single character except a period ([code]\".\"[/code])." +msgstr "" + +#: doc/classes/String.xml:499 +msgid "" +"Does a simple case-insensitive expression match, where [code]\"*\"[/code] " +"matches zero or more arbitrary characters and [code]\"?\"[/code] matches any " +"single character except a period ([code]\".\"[/code])." +msgstr "" + +#: doc/classes/String.xml:505 +msgid "Returns the MD5 hash of the string as an array of bytes." +msgstr "" + +#: doc/classes/String.xml:511 +msgid "Returns the MD5 hash of the string as a string." +msgstr "" + +#: doc/classes/String.xml:518 +msgid "" +"Performs a case-insensitive [i]natural order[/i] comparison to another " +"string. Returns [code]-1[/code] if less than, [code]1[/code] if greater " +"than, or [code]0[/code] if equal. \"less than\" or \"greater than\" are " +"determined by the [url=https://en.wikipedia.org/wiki/" +"List_of_Unicode_characters]Unicode code points[/url] of each string, which " +"roughly matches the alphabetical order. Internally, lowercase characters " +"will be converted to uppercase during the comparison.\n" +"When used for sorting, natural order comparison will order suites of numbers " +"as expected by most people. If you sort the numbers from 1 to 10 using " +"natural order, you will get [code][1, 2, 3, ...][/code] instead of [code][1, " +"10, 2, 3, ...][/code].\n" +"[b]Behavior with different string lengths:[/b] Returns [code]1[/code] if the " +"\"base\" string is longer than the [code]to[/code] string or [code]-1[/code] " +"if the \"base\" string is shorter than the [code]to[/code] string. Keep in " +"mind this length is determined by the number of Unicode codepoints, [i]not[/" +"i] the actual visible characters.\n" +"[b]Behavior with empty strings:[/b] Returns [code]-1[/code] if the \"base\" " +"string is empty, [code]1[/code] if the [code]to[/code] string is empty or " +"[code]0[/code] if both strings are empty.\n" +"To get a boolean result from a string comparison, use the [code]==[/code] " +"operator instead. See also [method nocasecmp_to] and [method casecmp_to]." +msgstr "" + +#: doc/classes/String.xml:529 +msgid "" +"Performs a case-insensitive comparison to another string. Returns [code]-1[/" +"code] if less than, [code]1[/code] if greater than, or [code]0[/code] if " +"equal. \"less than\" or \"greater than\" are determined by the [url=https://" +"en.wikipedia.org/wiki/List_of_Unicode_characters]Unicode code points[/url] " +"of each string, which roughly matches the alphabetical order. Internally, " +"lowercase characters will be converted to uppercase during the comparison.\n" +"[b]Behavior with different string lengths:[/b] Returns [code]1[/code] if the " +"\"base\" string is longer than the [code]to[/code] string or [code]-1[/code] " +"if the \"base\" string is shorter than the [code]to[/code] string. Keep in " +"mind this length is determined by the number of Unicode codepoints, [i]not[/" +"i] the actual visible characters.\n" +"[b]Behavior with empty strings:[/b] Returns [code]-1[/code] if the \"base\" " +"string is empty, [code]1[/code] if the [code]to[/code] string is empty or " +"[code]0[/code] if both strings are empty.\n" +"To get a boolean result from a string comparison, use the [code]==[/code] " +"operator instead. See also [method casecmp_to]." +msgstr "" + +#: doc/classes/String.xml:539 +msgid "Returns the character code at position [code]at[/code]." +msgstr "" + +#: doc/classes/String.xml:546 +msgid "" +"Formats a number to have an exact number of [code]digits[/code] after the " +"decimal point." +msgstr "" + +#: doc/classes/String.xml:553 +msgid "" +"Formats a number to have an exact number of [code]digits[/code] before the " +"decimal point." +msgstr "" + +#: doc/classes/String.xml:559 +msgid "Decode a percent-encoded string. See [method percent_encode]." +msgstr "" + +#: doc/classes/String.xml:565 +msgid "" +"Percent-encodes a string. Encodes parameters in a URL when sending a HTTP " +"GET request (and bodies of form-urlencoded POST requests)." +msgstr "" + +#: doc/classes/String.xml:572 +msgid "" +"If the string is a path, this concatenates [code]file[/code] at the end of " +"the string as a subpath. E.g. [code]\"this/is\".plus_file(\"path\") == " +"\"this/is/path\"[/code]." +msgstr "" + +#: doc/classes/String.xml:579 +msgid "" +"Returns original string repeated a number of times. The number of " +"repetitions is given by the argument." +msgstr "" + +#: doc/classes/String.xml:587 +msgid "" +"Replaces occurrences of a case-sensitive substring with the given one inside " +"the string." +msgstr "" + +#: doc/classes/String.xml:595 +msgid "" +"Replaces occurrences of a case-insensitive substring with the given one " +"inside the string." +msgstr "" + +#: doc/classes/String.xml:603 +msgid "" +"Performs a case-sensitive search for a substring, but starts from the end of " +"the string instead of the beginning." +msgstr "" + +#: doc/classes/String.xml:611 +msgid "" +"Performs a case-insensitive search for a substring, but starts from the end " +"of the string instead of the beginning." +msgstr "" + +#: doc/classes/String.xml:618 +msgid "Returns the right side of the string from a given position." +msgstr "" + +#: doc/classes/String.xml:627 +msgid "" +"Splits the string by a [code]delimiter[/code] string and returns an array of " +"the substrings, starting from right.\n" +"The splits in the returned array are sorted in the same order as the " +"original string, from left to right.\n" +"If [code]maxsplit[/code] is specified, it defines the number of splits to do " +"from the right up to [code]maxsplit[/code]. The default value of 0 means " +"that all items are split, thus giving the same result as [method split].\n" +"Example:\n" +"[codeblock]\n" +"var some_string = \"One,Two,Three,Four\"\n" +"var some_array = some_string.rsplit(\",\", true, 1)\n" +"print(some_array.size()) # Prints 2\n" +"print(some_array[0]) # Prints \"Four\"\n" +"print(some_array[1]) # Prints \"Three,Two,One\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:644 +msgid "" +"Returns a copy of the string with characters removed from the right. The " +"[code]chars[/code] argument is a string specifying the set of characters to " +"be removed.\n" +"[b]Note:[/b] The [code]chars[/code] is not a suffix. See [method " +"trim_suffix] method that will remove a single suffix string rather than a " +"set of characters." +msgstr "" + +#: doc/classes/String.xml:651 +msgid "Returns the SHA-1 hash of the string as an array of bytes." +msgstr "" + +#: doc/classes/String.xml:657 +msgid "Returns the SHA-1 hash of the string as a string." +msgstr "" + +#: doc/classes/String.xml:663 +msgid "Returns the SHA-256 hash of the string as an array of bytes." +msgstr "" + +#: doc/classes/String.xml:669 +msgid "Returns the SHA-256 hash of the string as a string." +msgstr "" + +#: doc/classes/String.xml:676 +msgid "" +"Returns the similarity index of the text compared to this string. 1 means " +"totally similar and 0 means totally dissimilar." +msgstr "" + +#: doc/classes/String.xml:682 +msgid "Returns a simplified canonical path." +msgstr "" + +#: doc/classes/String.xml:691 +msgid "" +"Splits the string by a [code]delimiter[/code] string and returns an array of " +"the substrings. The [code]delimiter[/code] can be of any length.\n" +"If [code]maxsplit[/code] is specified, it defines the number of splits to do " +"from the left up to [code]maxsplit[/code]. The default value of [code]0[/" +"code] means that all items are split.\n" +"Example:\n" +"[codeblock]\n" +"var some_string = \"One,Two,Three,Four\"\n" +"var some_array = some_string.split(\",\", true, 1)\n" +"print(some_array.size()) # Prints 2\n" +"print(some_array[0]) # Prints \"One\"\n" +"print(some_array[1]) # Prints \"Two,Three,Four\"\n" +"[/codeblock]\n" +"If you need to split strings with more complex rules, use the [RegEx] class " +"instead." +msgstr "" + +#: doc/classes/String.xml:709 +msgid "" +"Splits the string in floats by using a delimiter string and returns an array " +"of the substrings.\n" +"For example, [code]\"1,2.5,3\"[/code] will return [code][1,2.5,3][/code] if " +"split by [code]\",\"[/code]." +msgstr "" + +#: doc/classes/String.xml:718 +msgid "" +"Returns a copy of the string stripped of any non-printable character " +"(including tabulations, spaces and line breaks) at the beginning and the " +"end. The optional arguments are used to toggle stripping on the left and " +"right edges respectively." +msgstr "" + +#: doc/classes/String.xml:724 +msgid "" +"Returns a copy of the string stripped of any escape character. These include " +"all non-printable control characters of the first page of the ASCII table (< " +"32), such as tabulation ([code]\\t[/code] in C) and newline ([code]\\n[/" +"code] and [code]\\r[/code]) characters, but not spaces." +msgstr "" + +#: doc/classes/String.xml:732 +msgid "" +"Returns part of the string from the position [code]from[/code] with length " +"[code]len[/code]. Argument [code]len[/code] is optional and using [code]-1[/" +"code] will return remaining characters from given position." +msgstr "" + +#: doc/classes/String.xml:738 +msgid "" +"Converts the String (which is a character array) to [PoolByteArray] (which " +"is an array of bytes). The conversion is faster compared to [method " +"to_utf8], as this method assumes that all the characters in the String are " +"ASCII characters." +msgstr "" + +#: doc/classes/String.xml:744 +msgid "" +"Converts a string containing a decimal number into a [code]float[/code]." +msgstr "" + +#: doc/classes/String.xml:750 +msgid "" +"Converts a string containing an integer number into an [code]int[/code]." +msgstr "" + +#: doc/classes/String.xml:756 +msgid "Returns the string converted to lowercase." +msgstr "" + +#: doc/classes/String.xml:762 +msgid "Returns the string converted to uppercase." +msgstr "" + +#: doc/classes/String.xml:768 +msgid "" +"Converts the String (which is an array of characters) to [PoolByteArray] " +"(which is an array of bytes). The conversion is a bit slower than [method " +"to_ascii], but supports all UTF-8 characters. Therefore, you should prefer " +"this function over [method to_ascii]." +msgstr "" + +#: doc/classes/String.xml:774 +msgid "" +"Converts the String (which is an array of characters) to [PoolByteArray] " +"(which is an array of bytes)." +msgstr "" + +#: doc/classes/String.xml:781 +msgid "" +"Removes a given string from the start if it starts with it or leaves the " +"string unchanged." +msgstr "" + +#: doc/classes/String.xml:788 +msgid "" +"Removes a given string from the end if it ends with it or leaves the string " +"unchanged." +msgstr "" + +#: doc/classes/String.xml:794 +msgid "" +"Removes any characters from the string that are prohibited in [Node] names " +"([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]\"[/" +"code])." +msgstr "" + +#: doc/classes/String.xml:800 +msgid "" +"Returns a copy of the string with special characters escaped using the XML " +"standard." +msgstr "" + +#: doc/classes/String.xml:806 +msgid "" +"Returns a copy of the string with escaped characters replaced by their " +"meanings according to the XML standard." +msgstr "" + +#: doc/classes/StyleBox.xml:4 +msgid "Base class for drawing stylized boxes for the UI." +msgstr "" + +#: doc/classes/StyleBox.xml:7 +msgid "" +"StyleBox is [Resource] that provides an abstract base class for drawing " +"stylized boxes for the UI. StyleBoxes are used for drawing the styles of " +"buttons, line edit backgrounds, tree backgrounds, etc. and also for testing " +"a transparency mask for pointer signals. If mask test fails on a StyleBox " +"assigned as mask to a control, clicks and motion signals will go through it " +"to the one below.\n" +"[b]Note:[/b] For children of [Control] that have [i]Theme Properties[/i], " +"the [code]focus[/code] [StyleBox] is displayed over the [code]normal[/code], " +"[code]hover[/code] or [code]pressed[/code] [StyleBox]. This makes the " +"[code]focus[/code] [StyleBox] more reusable across different nodes." +msgstr "" + +#: doc/classes/StyleBox.xml:18 +msgid "" +"Draws this stylebox using a [CanvasItem] with given [RID].\n" +"You can get a [RID] value using [method Object.get_instance_id] on a " +"[CanvasItem]-derived node." +msgstr "" + +#: doc/classes/StyleBox.xml:25 +msgid "Returns the size of this [StyleBox] without the margins." +msgstr "" + +#: doc/classes/StyleBox.xml:31 +msgid "" +"Returns the [CanvasItem] that handles its [constant CanvasItem." +"NOTIFICATION_DRAW] or [method CanvasItem._draw] callback at this moment." +msgstr "" + +#: doc/classes/StyleBox.xml:38 +msgid "Returns the default value of the specified [enum Margin]." +msgstr "" + +#: doc/classes/StyleBox.xml:45 +msgid "" +"Returns the content margin offset for the specified [enum Margin].\n" +"Positive values reduce size inwards, unlike [Control]'s margin values." +msgstr "" + +#: doc/classes/StyleBox.xml:52 +msgid "Returns the minimum size that this stylebox can be shrunk to." +msgstr "" + +#: doc/classes/StyleBox.xml:58 +msgid "" +"Returns the \"offset\" of a stylebox. This helper function returns a value " +"equivalent to [code]Vector2(style.get_margin(MARGIN_LEFT), style." +"get_margin(MARGIN_TOP))[/code]." +msgstr "" + +#: doc/classes/StyleBox.xml:66 +msgid "" +"Sets the default value of the specified [enum Margin] to given [code]offset[/" +"code] in pixels." +msgstr "" + +#: doc/classes/StyleBox.xml:74 +msgid "Test a position in a rectangle, return whether it passes the mask test." +msgstr "" + +#: doc/classes/StyleBox.xml:80 +msgid "" +"The bottom margin for the contents of this style box. Increasing this value " +"reduces the space available to the contents from the bottom.\n" +"If this value is negative, it is ignored and a child-specific margin is used " +"instead. For example for [StyleBoxFlat] the border thickness (if any) is " +"used instead.\n" +"It is up to the code using this style box to decide what these contents are: " +"for example, a [Button] respects this content margin for the textual " +"contents of the button.\n" +"[method get_margin] should be used to fetch this value as consumer instead " +"of reading these properties directly. This is because it correctly respects " +"negative values and the fallback mentioned above." +msgstr "" + +#: doc/classes/StyleBox.xml:86 +msgid "" +"The left margin for the contents of this style box.Increasing this value " +"reduces the space available to the contents from the left.\n" +"Refer to [member content_margin_bottom] for extra considerations." +msgstr "" + +#: doc/classes/StyleBox.xml:90 +msgid "" +"The right margin for the contents of this style box. Increasing this value " +"reduces the space available to the contents from the right.\n" +"Refer to [member content_margin_bottom] for extra considerations." +msgstr "" + +#: doc/classes/StyleBox.xml:94 +msgid "" +"The top margin for the contents of this style box. Increasing this value " +"reduces the space available to the contents from the top.\n" +"Refer to [member content_margin_bottom] for extra considerations." +msgstr "" + +#: doc/classes/StyleBoxEmpty.xml:4 +msgid "Empty stylebox (does not display anything)." +msgstr "" + +#: doc/classes/StyleBoxEmpty.xml:7 +msgid "Empty stylebox (really does not display anything)." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:4 +msgid "" +"Customizable [StyleBox] with a given set of parameters (no texture required)." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:7 +msgid "" +"This [StyleBox] can be used to achieve all kinds of looks without the need " +"of a texture. The following properties are customizable:\n" +"- Color\n" +"- Border width (individual width for each border)\n" +"- Rounded corners (individual radius for each corner)\n" +"- Shadow (with blur and offset)\n" +"Setting corner radius to high values is allowed. As soon as corners overlap, " +"the stylebox will switch to a relative system. Example:\n" +"[codeblock]\n" +"height = 30\n" +"corner_radius_top_left = 50\n" +"corner_radius_bottom_left = 100\n" +"[/codeblock]\n" +"The relative system now would take the 1:2 ratio of the two left corners to " +"calculate the actual corner width. Both corners added will [b]never[/b] be " +"more than the height. Result:\n" +"[codeblock]\n" +"corner_radius_top_left: 10\n" +"corner_radius_bottom_left: 20\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:31 +msgid "" +"Returns the given [code]margin[/code]'s border width. See [enum Margin] for " +"possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:37 +msgid "Returns the smallest border width out of all four borders." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:44 +msgid "" +"Returns the given [code]corner[/code]'s radius. See [enum Corner] for " +"possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:51 doc/classes/StyleBoxTexture.xml:16 +msgid "" +"Returns the size of the given [code]margin[/code]'s expand margin. See [enum " +"Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:59 +msgid "" +"Sets the border width to [code]width[/code] pixels for the given " +"[code]margin[/code]. See [enum Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:66 +msgid "Sets the border width to [code]width[/code] pixels for all margins." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:74 +msgid "" +"Sets the corner radius to [code]radius[/code] pixels for the given " +"[code]corner[/code]. See [enum Corner] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:81 +msgid "Sets the corner radius to [code]radius[/code] pixels for all corners." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:91 +msgid "" +"Sets the corner radius for each corner to [code]radius_top_left[/code], " +"[code]radius_top_right[/code], [code]radius_bottom_right[/code], and " +"[code]radius_bottom_left[/code] pixels." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:99 doc/classes/StyleBoxTexture.xml:48 +msgid "" +"Sets the expand margin to [code]size[/code] pixels for the given " +"[code]margin[/code]. See [enum Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:106 doc/classes/StyleBoxTexture.xml:30 +msgid "Sets the expand margin to [code]size[/code] pixels for all margins." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:116 doc/classes/StyleBoxTexture.xml:40 +msgid "" +"Sets the expand margin for each margin to [code]size_left[/code], " +"[code]size_top[/code], [code]size_right[/code], and [code]size_bottom[/code] " +"pixels." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:122 +msgid "" +"Antialiasing draws a small ring around the edges, which fades to " +"transparency. As a result, edges look much smoother. This is only noticeable " +"when using rounded corners.\n" +"[b]Note:[/b] When using beveled corners with 45-degree angles ([member " +"corner_detail] = 1), it is recommended to set [member anti_aliasing] to " +"[code]false[/code] to ensure crisp visuals and avoid possible visual " +"glitches." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:126 +msgid "" +"This changes the size of the faded ring. Higher values can be used to " +"achieve a \"blurry\" effect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:129 +msgid "The background color of the stylebox." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:132 +msgid "If [code]true[/code], the border will fade into the background color." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:135 +msgid "Sets the color of the border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:138 +msgid "Border width for the bottom border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:141 +msgid "Border width for the left border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:144 +msgid "Border width for the right border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:147 +msgid "Border width for the top border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:150 +msgid "" +"This sets the number of vertices used for each corner. Higher values result " +"in rounder corners but take more processing power to compute. When choosing " +"a value, you should take the corner radius ([method set_corner_radius_all]) " +"into account.\n" +"For corner radii less than 10, [code]4[/code] or [code]5[/code] should be " +"enough. For corner radii less than 30, values between [code]8[/code] and " +"[code]12[/code] should be enough.\n" +"A corner detail of [code]1[/code] will result in chamfered corners instead " +"of rounded corners, which is useful for some artistic effects." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:155 +msgid "" +"The bottom-left corner's radius. If [code]0[/code], the corner is not " +"rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:158 +msgid "" +"The bottom-right corner's radius. If [code]0[/code], the corner is not " +"rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:161 +msgid "" +"The top-left corner's radius. If [code]0[/code], the corner is not rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:164 +msgid "" +"The top-right corner's radius. If [code]0[/code], the corner is not rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:167 +msgid "Toggles drawing of the inner part of the stylebox." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:170 +msgid "" +"Expands the stylebox outside of the control rect on the bottom edge. Useful " +"in combination with [member border_width_bottom] to draw a border outside " +"the control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:173 +msgid "" +"Expands the stylebox outside of the control rect on the left edge. Useful in " +"combination with [member border_width_left] to draw a border outside the " +"control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:176 +msgid "" +"Expands the stylebox outside of the control rect on the right edge. Useful " +"in combination with [member border_width_right] to draw a border outside the " +"control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:179 +msgid "" +"Expands the stylebox outside of the control rect on the top edge. Useful in " +"combination with [member border_width_top] to draw a border outside the " +"control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:182 +msgid "" +"The color of the shadow. This has no effect if [member shadow_size] is lower " +"than 1." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:185 +msgid "" +"The shadow offset in pixels. Adjusts the position of the shadow relatively " +"to the stylebox." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:188 +msgid "The shadow size in pixels." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:4 +msgid "[StyleBox] that displays a single line." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:7 +msgid "" +"[StyleBox] that displays a single line of a given color and thickness. It " +"can be used to draw things like separators." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:15 +msgid "The line's color." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:18 +msgid "" +"The number of pixels the line will extend before the [StyleBoxLine]'s " +"bounds. If set to a negative value, the line will begin inside the " +"[StyleBoxLine]'s bounds." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:21 +msgid "" +"The number of pixels the line will extend past the [StyleBoxLine]'s bounds. " +"If set to a negative value, the line will end inside the [StyleBoxLine]'s " +"bounds." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:24 +msgid "The line's thickness in pixels." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:27 +msgid "" +"If [code]true[/code], the line will be vertical. If [code]false[/code], the " +"line will be horizontal." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:4 +msgid "Texture-based nine-patch [StyleBox]." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:7 +msgid "" +"Texture-based nine-patch [StyleBox], in a way similar to [NinePatchRect]. " +"This stylebox performs a 3×3 scaling of a texture, where only the center " +"cell is fully stretched. This makes it possible to design bordered styles " +"regardless of the stylebox's size." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:23 +msgid "" +"Returns the size of the given [code]margin[/code]. See [enum Margin] for " +"possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:56 +msgid "" +"Sets the margin to [code]size[/code] pixels for the given [code]margin[/" +"code]. See [enum Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:62 +msgid "" +"Controls how the stylebox's texture will be stretched or tiled horizontally. " +"See [enum AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:65 +msgid "" +"Controls how the stylebox's texture will be stretched or tiled vertically. " +"See [enum AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:68 +msgid "" +"If [code]true[/code], the nine-patch texture's center tile will be drawn." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:71 +msgid "" +"Expands the bottom margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:74 +msgid "" +"Expands the left margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:77 +msgid "" +"Expands the right margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:80 +msgid "" +"Expands the top margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:83 +msgid "" +"Increases the bottom margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the bottom border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_bottom] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:88 +msgid "" +"Increases the left margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the left border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_left] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:93 +msgid "" +"Increases the right margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the right border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_right] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:98 +msgid "" +"Increases the top margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the top border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_top] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:103 +msgid "Modulates the color of the texture when this style box is drawn." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:106 +msgid "" +"The normal map to use when drawing this style box.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:110 +msgid "" +"Species a sub-region of the texture to use.\n" +"This is equivalent to first wrapping the texture in an [AtlasTexture] with " +"the same region." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:114 +msgid "The texture to use when drawing this style box." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:120 +msgid "Emitted when the stylebox's texture is changed." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:126 +msgid "" +"Stretch the stylebox's texture. This results in visible distortion unless " +"the texture size matches the stylebox's size perfectly." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:129 +msgid "" +"Repeats the stylebox's texture to match the stylebox's size according to the " +"nine-patch system." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:132 +msgid "" +"Repeats the stylebox's texture to match the stylebox's size according to the " +"nine-patch system. Unlike [constant AXIS_STRETCH_MODE_TILE], the texture may " +"be slightly stretched to make the nine-patch texture tile seamlessly." +msgstr "" + +#: doc/classes/SurfaceTool.xml:4 +msgid "Helper tool to create geometry." +msgstr "" + +#: doc/classes/SurfaceTool.xml:7 +msgid "" +"The [SurfaceTool] is used to construct a [Mesh] by specifying vertex " +"attributes individually. It can be used to construct a [Mesh] from a script. " +"All properties except indices need to be added before calling [method " +"add_vertex]. For example, to add vertex colors and UVs:\n" +"[codeblock]\n" +"var st = SurfaceTool.new()\n" +"st.begin(Mesh.PRIMITIVE_TRIANGLES)\n" +"st.add_color(Color(1, 0, 0))\n" +"st.add_uv(Vector2(0, 0))\n" +"st.add_vertex(Vector3(0, 0, 0))\n" +"[/codeblock]\n" +"The above [SurfaceTool] now contains one vertex of a triangle which has a UV " +"coordinate and a specified [Color]. If another vertex were added without " +"calling [method add_uv] or [method add_color], then the last values would be " +"used.\n" +"Vertex attributes must be passed [b]before[/b] calling [method add_vertex]. " +"Failure to do so will result in an error when committing the vertex " +"information to a mesh.\n" +"Additionally, the attributes used before the first vertex is added determine " +"the format of the mesh. For example, if you only add UVs to the first " +"vertex, you cannot add color to any of the subsequent vertices.\n" +"See also [ArrayMesh], [ImmediateGeometry] and [MeshDataTool] for procedural " +"geometry generation.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes." +msgstr "" + +#: doc/classes/SurfaceTool.xml:29 +msgid "" +"Specifies an array of bones to use for the [i]next[/i] vertex. [code]bones[/" +"code] must contain 4 integers." +msgstr "" + +#: doc/classes/SurfaceTool.xml:36 +msgid "" +"Specifies a [Color] to use for the [i]next[/i] vertex. If every vertex needs " +"to have this information set and you fail to submit it for the first vertex, " +"this information may not be used at all.\n" +"[b]Note:[/b] The material must have [member SpatialMaterial." +"vertex_color_use_as_albedo] enabled for the vertex color to be visible." +msgstr "" + +#: doc/classes/SurfaceTool.xml:44 +msgid "" +"Adds an index to index array if you are using indexed vertices. Does not " +"need to be called before adding vertices." +msgstr "" + +#: doc/classes/SurfaceTool.xml:51 +msgid "" +"Specifies a normal to use for the [i]next[/i] vertex. If every vertex needs " +"to have this information set and you fail to submit it for the first vertex, " +"this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:58 +msgid "" +"Specifies whether the current vertex (if using only vertex arrays) or " +"current index (if also using index arrays) should use smooth normals for " +"normal calculation." +msgstr "" + +#: doc/classes/SurfaceTool.xml:65 +msgid "" +"Specifies a tangent to use for the [i]next[/i] vertex. If every vertex needs " +"to have this information set and you fail to submit it for the first vertex, " +"this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:77 +msgid "" +"Inserts a triangle fan made of array data into [Mesh] being constructed.\n" +"Requires the primitive type be set to [constant Mesh.PRIMITIVE_TRIANGLES]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:85 +msgid "" +"Specifies a set of UV coordinates to use for the [i]next[/i] vertex. If " +"every vertex needs to have this information set and you fail to submit it " +"for the first vertex, this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:92 +msgid "" +"Specifies an optional second set of UV coordinates to use for the [i]next[/" +"i] vertex. If every vertex needs to have this information set and you fail " +"to submit it for the first vertex, this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:99 +msgid "" +"Specifies the position of current vertex. Should be called after specifying " +"other vertex properties (e.g. Color, UV)." +msgstr "" + +#: doc/classes/SurfaceTool.xml:106 +msgid "" +"Specifies weight values to use for the [i]next[/i] vertex. [code]weights[/" +"code] must contain 4 values. If every vertex needs to have this information " +"set and you fail to submit it for the first vertex, this information may not " +"be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:115 +msgid "" +"Append vertices from a given [Mesh] surface onto the current vertex array " +"with specified [Transform]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:122 +msgid "" +"Called before adding any vertices. Takes the primitive type as an argument " +"(e.g. [constant Mesh.PRIMITIVE_TRIANGLES])." +msgstr "" + +#: doc/classes/SurfaceTool.xml:128 +msgid "Clear all information passed into the surface tool so far." +msgstr "" + +#: doc/classes/SurfaceTool.xml:136 +msgid "" +"Returns a constructed [ArrayMesh] from current information passed in. If an " +"existing [ArrayMesh] is passed in as an argument, will add an extra surface " +"to the existing [ArrayMesh].\n" +"Default flag is [constant Mesh.ARRAY_COMPRESS_DEFAULT] if compression is " +"enabled. If compression is disabled the default flag is [constant Mesh." +"ARRAY_FLAG_USE_OCTAHEDRAL_COMPRESSION]. See [code]ARRAY_COMPRESS_*[/code] " +"constants in [enum Mesh.ArrayFormat] for other flags." +msgstr "" + +#: doc/classes/SurfaceTool.xml:143 +msgid "" +"Commits the data to the same format used by [method ArrayMesh." +"add_surface_from_arrays]. This way you can further process the mesh data " +"using the [ArrayMesh] API." +msgstr "" + +#: doc/classes/SurfaceTool.xml:151 +msgid "Creates a vertex array from an existing [Mesh]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:160 +msgid "" +"Creates a vertex array from the specified blend shape of an existing [Mesh]. " +"This can be used to extract a specific pose from a blend shape." +msgstr "" + +#: doc/classes/SurfaceTool.xml:166 +msgid "Removes the index array by expanding the vertex array." +msgstr "" + +#: doc/classes/SurfaceTool.xml:173 +msgid "" +"Generates normals from vertices so you do not have to do it manually. If " +"[code]flip[/code] is [code]true[/code], the resulting normals will be " +"inverted. [method generate_normals] should be called [i]after[/i] generating " +"geometry and [i]before[/i] committing the mesh using [method commit] or " +"[method commit_to_arrays]. For correct display of normal-mapped surfaces, " +"you will also have to generate tangents using [method generate_tangents].\n" +"[b]Note:[/b] [method generate_normals] only works if the primitive type to " +"be set to [constant Mesh.PRIMITIVE_TRIANGLES]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:180 +msgid "" +"Generates a tangent vector for each vertex. Requires that each vertex have " +"UVs and normals set already (see [method generate_normals])." +msgstr "" + +#: doc/classes/SurfaceTool.xml:186 +msgid "" +"Shrinks the vertex array by creating an index array. This can improve " +"performance by avoiding vertex reuse." +msgstr "" + +#: doc/classes/SurfaceTool.xml:193 +msgid "Sets [Material] to be used by the [Mesh] you are constructing." +msgstr "" + +#: doc/classes/TabContainer.xml:4 +msgid "Tabbed container." +msgstr "" + +#: doc/classes/TabContainer.xml:7 +msgid "" +"Sets the active tab's [code]visible[/code] property to the value [code]true[/" +"code]. Sets all other children's to [code]false[/code].\n" +"Ignores non-[Control] children." +msgstr "" + +#: doc/classes/TabContainer.xml:16 +msgid "Returns the child [Control] node located at the active tab index." +msgstr "" + +#: doc/classes/TabContainer.xml:22 +msgid "" +"Returns the [Popup] node instance if one has been set already with [method " +"set_popup].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/TabContainer.xml:29 doc/classes/Tabs.xml:36 +msgid "Returns the previously active tab index." +msgstr "" + +#: doc/classes/TabContainer.xml:36 +msgid "Returns the [Control] node from the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/TabContainer.xml:42 doc/classes/Tabs.xml:48 +msgid "Returns the number of tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:49 doc/classes/Tabs.xml:55 +msgid "" +"Returns [code]true[/code] if the tab at index [code]tab_idx[/code] is " +"disabled." +msgstr "" + +#: doc/classes/TabContainer.xml:56 +msgid "" +"Returns [code]true[/code] if the tab at index [code]tab_idx[/code] is hidden." +msgstr "" + +#: doc/classes/TabContainer.xml:63 doc/classes/Tabs.xml:62 +msgid "" +"Returns the [Texture] for the tab at index [code]tab_idx[/code] or " +"[code]null[/code] if the tab has no [Texture]." +msgstr "" + +#: doc/classes/TabContainer.xml:70 +msgid "" +"Returns the index of the tab at local coordinates [code]point[/code]. " +"Returns [code]-1[/code] if the point is outside the control boundaries or if " +"there's no tab at the queried position." +msgstr "" + +#: doc/classes/TabContainer.xml:77 +msgid "" +"Returns the title of the tab at index [code]tab_idx[/code]. Tab titles " +"default to the name of the indexed child node, but this can be overridden " +"with [method set_tab_title]." +msgstr "" + +#: doc/classes/TabContainer.xml:83 +msgid "Returns the [TabContainer] rearrange group id." +msgstr "" + +#: doc/classes/TabContainer.xml:90 +msgid "" +"If set on a [Popup] node instance, a popup menu icon appears in the top-" +"right corner of the [TabContainer]. Clicking it will expand the [Popup] node." +msgstr "" + +#: doc/classes/TabContainer.xml:98 doc/classes/Tabs.xml:118 +msgid "" +"If [code]disabled[/code] is [code]true[/code], disables the tab at index " +"[code]tab_idx[/code], making it non-interactable." +msgstr "" + +#: doc/classes/TabContainer.xml:106 +msgid "" +"If [code]hidden[/code] is [code]true[/code], hides the tab at index " +"[code]tab_idx[/code], making it disappear from the tab area." +msgstr "" + +#: doc/classes/TabContainer.xml:114 +msgid "Sets an icon for the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/TabContainer.xml:122 +msgid "" +"Sets a title for the tab at index [code]tab_idx[/code]. Tab titles default " +"to the name of the indexed child node." +msgstr "" + +#: doc/classes/TabContainer.xml:129 +msgid "" +"Defines rearrange group id, choose for each [TabContainer] the same value to " +"enable tab drag between [TabContainer]. Enable drag with [member " +"drag_to_rearrange_enabled]." +msgstr "" + +#: doc/classes/TabContainer.xml:135 +msgid "" +"If [code]true[/code], all tabs are drawn in front of the panel. If " +"[code]false[/code], inactive tabs are drawn behind the panel." +msgstr "" + +#: doc/classes/TabContainer.xml:138 +msgid "" +"The current tab index. When set, this index's [Control] node's " +"[code]visible[/code] property is set to [code]true[/code] and all others are " +"set to [code]false[/code]." +msgstr "" + +#: doc/classes/TabContainer.xml:141 doc/classes/Tabs.xml:150 +msgid "If [code]true[/code], tabs can be rearranged with mouse drag." +msgstr "" + +#: doc/classes/TabContainer.xml:144 +msgid "" +"The alignment of all tabs in the tab container. See the [enum TabAlign] " +"constants for details." +msgstr "" + +#: doc/classes/TabContainer.xml:147 +msgid "" +"If [code]true[/code], tabs are visible. If [code]false[/code], tabs' content " +"and titles are hidden." +msgstr "" + +#: doc/classes/TabContainer.xml:150 +msgid "" +"If [code]true[/code], children [Control] nodes that are hidden have their " +"minimum size take into account in the total, instead of only the currently " +"visible one." +msgstr "" + +#: doc/classes/TabContainer.xml:156 +msgid "" +"Emitted when the [TabContainer]'s [Popup] button is clicked. See [method " +"set_popup] for details." +msgstr "" + +#: doc/classes/TabContainer.xml:162 doc/classes/Tabs.xml:178 +msgid "Emitted when switching to another tab." +msgstr "" + +#: doc/classes/TabContainer.xml:168 +msgid "Emitted when a tab is selected, even if it is the current tab." +msgstr "" + +#: doc/classes/TabContainer.xml:174 doc/classes/Tabs.xml:202 +msgid "Align the tabs to the left." +msgstr "" + +#: doc/classes/TabContainer.xml:177 doc/classes/Tabs.xml:205 +msgid "Align the tabs to the center." +msgstr "" + +#: doc/classes/TabContainer.xml:180 doc/classes/Tabs.xml:208 +msgid "Align the tabs to the right." +msgstr "" + +#: doc/classes/TabContainer.xml:185 doc/classes/Tabs.xml:237 +msgid "" +"Icon for the left arrow button that appears when there are too many tabs to " +"fit in the container width. When the button is disabled (i.e. the first tab " +"is visible), it appears semi-transparent." +msgstr "" + +#: doc/classes/TabContainer.xml:188 doc/classes/Tabs.xml:240 +msgid "" +"Icon for the left arrow button that appears when there are too many tabs to " +"fit in the container width. Used when the button is being hovered with the " +"cursor." +msgstr "" + +#: doc/classes/TabContainer.xml:191 doc/classes/Tabs.xml:243 +msgid "The font used to draw tab names." +msgstr "" + +#: doc/classes/TabContainer.xml:194 doc/classes/Tabs.xml:246 +msgid "Font color of inactive tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:197 doc/classes/Tabs.xml:249 +msgid "Font color of disabled tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:200 doc/classes/Tabs.xml:252 +msgid "Font color of the currently selected tab." +msgstr "" + +#: doc/classes/TabContainer.xml:203 +msgid "Horizontal separation between tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:206 doc/classes/Tabs.xml:258 +msgid "" +"Icon for the right arrow button that appears when there are too many tabs to " +"fit in the container width. When the button is disabled (i.e. the last tab " +"is visible) it appears semi-transparent." +msgstr "" + +#: doc/classes/TabContainer.xml:209 doc/classes/Tabs.xml:261 +msgid "" +"Icon for the right arrow button that appears when there are too many tabs to " +"fit in the container width. Used when the button is being hovered with the " +"cursor." +msgstr "" + +#: doc/classes/TabContainer.xml:216 +msgid "The icon for the menu button (see [method set_popup])." +msgstr "" + +#: doc/classes/TabContainer.xml:219 +msgid "" +"The icon for the menu button (see [method set_popup]) when it's being " +"hovered with the cursor." +msgstr "" + +#: doc/classes/TabContainer.xml:222 +msgid "The style for the background fill." +msgstr "" + +#: doc/classes/TabContainer.xml:225 +msgid "The space at the left and right edges of the tab bar." +msgstr "" + +#: doc/classes/TabContainer.xml:228 +msgid "The style of inactive tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:231 +msgid "The style of disabled tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:234 doc/classes/Tabs.xml:274 +msgid "The style of the currently selected tab." +msgstr "" + +#: doc/classes/Tabs.xml:4 +msgid "Tabs control." +msgstr "" + +#: doc/classes/Tabs.xml:7 +msgid "" +"Simple tabs control, similar to [TabContainer] but is only in charge of " +"drawing tabs, not interacting with children." +msgstr "" + +#: doc/classes/Tabs.xml:17 +msgid "Adds a new tab." +msgstr "" + +#: doc/classes/Tabs.xml:24 +msgid "Moves the scroll view to make the tab visible." +msgstr "" + +#: doc/classes/Tabs.xml:30 +msgid "" +"Returns [code]true[/code] if the offset buttons (the ones that appear when " +"there's not enough space for all tabs) are visible." +msgstr "" + +#: doc/classes/Tabs.xml:42 +msgid "Returns [code]true[/code] if select with right mouse button is enabled." +msgstr "" + +#: doc/classes/Tabs.xml:68 +msgid "Returns the number of hidden tabs offsetted to the left." +msgstr "" + +#: doc/classes/Tabs.xml:75 +msgid "Returns tab [Rect2] with local position and size." +msgstr "" + +#: doc/classes/Tabs.xml:82 +msgid "Returns the title of the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:88 +msgid "Returns the [Tabs]' rearrange group ID." +msgstr "" + +#: doc/classes/Tabs.xml:96 +msgid "Moves a tab from [code]from[/code] to [code]to[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:103 +msgid "Removes the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:110 +msgid "" +"If [code]true[/code], enables selecting a tab with the right mouse button." +msgstr "" + +#: doc/classes/Tabs.xml:126 +msgid "Sets an [code]icon[/code] for the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:134 +msgid "Sets a [code]title[/code] for the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:141 +msgid "" +"Defines the rearrange group ID. Choose for each [Tabs] the same value to " +"dragging tabs between [Tabs]. Enable drag with [member " +"drag_to_rearrange_enabled]." +msgstr "" + +#: doc/classes/Tabs.xml:147 +msgid "Select tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:153 +msgid "" +"if [code]true[/code], the mouse's scroll wheel can be used to navigate the " +"scroll view." +msgstr "" + +#: doc/classes/Tabs.xml:156 +msgid "The alignment of all tabs. See [enum TabAlign] for details." +msgstr "" + +#: doc/classes/Tabs.xml:159 +msgid "" +"Sets when the close button will appear on the tabs. See [enum " +"CloseButtonDisplayPolicy] for details." +msgstr "" + +#: doc/classes/Tabs.xml:166 +msgid "" +"Emitted when the active tab is rearranged via mouse drag. See [member " +"drag_to_rearrange_enabled]." +msgstr "" + +#: doc/classes/Tabs.xml:172 +msgid "Emitted when a tab is right-clicked." +msgstr "" + +#: doc/classes/Tabs.xml:184 +msgid "Emitted when a tab is clicked, even if it is the current tab." +msgstr "" + +#: doc/classes/Tabs.xml:190 +msgid "Emitted when a tab is closed." +msgstr "" + +#: doc/classes/Tabs.xml:196 +msgid "Emitted when a tab is hovered by the mouse." +msgstr "" + +#: doc/classes/Tabs.xml:211 +msgid "Represents the size of the [enum TabAlign] enum." +msgstr "" + +#: doc/classes/Tabs.xml:214 +msgid "Never show the close buttons." +msgstr "" + +#: doc/classes/Tabs.xml:217 +msgid "Only show the close button on the currently active tab." +msgstr "" + +#: doc/classes/Tabs.xml:220 +msgid "Show the close button on all tabs." +msgstr "" + +#: doc/classes/Tabs.xml:223 +msgid "Represents the size of the [enum CloseButtonDisplayPolicy] enum." +msgstr "" + +#: doc/classes/Tabs.xml:228 +msgid "Background of the close button when it's being hovered with the cursor." +msgstr "" + +#: doc/classes/Tabs.xml:231 +msgid "Background of the close button when it's being pressed." +msgstr "" + +#: doc/classes/Tabs.xml:234 +msgid "The icon for the close button (see [member tab_close_display_policy])." +msgstr "" + +#: doc/classes/Tabs.xml:255 +msgid "The horizontal separation between the tabs." +msgstr "" + +#: doc/classes/Tabs.xml:268 +msgid "The style of an inactive tab." +msgstr "" + +#: doc/classes/Tabs.xml:271 +msgid "The style of a disabled tab" +msgstr "" + +#: doc/classes/TCP_Server.xml:4 +msgid "A TCP server." +msgstr "" + +#: doc/classes/TCP_Server.xml:7 +msgid "" +"A TCP server. Listens to connections on a port and returns a [StreamPeerTCP] " +"when it gets an incoming connection." +msgstr "" + +#: doc/classes/TCP_Server.xml:15 +msgid "Returns [code]true[/code] if a connection is available for taking." +msgstr "" + +#: doc/classes/TCP_Server.xml:21 +msgid "" +"Returns [code]true[/code] if the server is currently listening for " +"connections." +msgstr "" + +#: doc/classes/TCP_Server.xml:29 +msgid "" +"Listen on the [code]port[/code] binding to [code]bind_address[/code].\n" +"If [code]bind_address[/code] is set as [code]\"*\"[/code] (default), the " +"server will listen on all available addresses (both IPv4 and IPv6).\n" +"If [code]bind_address[/code] is set as [code]\"0.0.0.0\"[/code] (for IPv4) " +"or [code]\"::\"[/code] (for IPv6), the server will listen on all available " +"addresses matching that IP type.\n" +"If [code]bind_address[/code] is set to any valid address (e.g. " +"[code]\"192.168.1.101\"[/code], [code]\"::1\"[/code], etc), the server will " +"only listen on the interface with that addresses (or fail if no interface " +"with the given address exists)." +msgstr "" + +#: doc/classes/TCP_Server.xml:38 +msgid "Stops listening." +msgstr "" + +#: doc/classes/TCP_Server.xml:44 +msgid "" +"If a connection is available, returns a StreamPeerTCP with the connection." +msgstr "" + +#: doc/classes/TextEdit.xml:4 +msgid "Multiline text editing control." +msgstr "" + +#: doc/classes/TextEdit.xml:7 +msgid "" +"TextEdit is meant for editing large, multiline text. It also has facilities " +"for editing code, such as syntax highlighting support and multiple levels of " +"undo/redo.\n" +"[b]Note:[/b] When holding down [code]Alt[/code], the vertical scroll wheel " +"will scroll 5 times as fast as it would normally do. This also works in the " +"Godot script editor." +msgstr "" + +#: doc/classes/TextEdit.xml:20 +msgid "Adds color region (given the delimiters) and its colors." +msgstr "" + +#: doc/classes/TextEdit.xml:28 +msgid "Adds a [code]keyword[/code] and its [Color]." +msgstr "" + +#: doc/classes/TextEdit.xml:35 +msgid "" +"Returns if the given line is foldable, that is, it has indented lines right " +"below it." +msgstr "" + +#: doc/classes/TextEdit.xml:41 +msgid "" +"Centers the viewport on the line the editing cursor is at. This also resets " +"the [member scroll_horizontal] value to [code]0[/code]." +msgstr "" + +#: doc/classes/TextEdit.xml:47 +msgid "" +"Clears all custom syntax coloring information previously added with [method " +"add_color_region] or [method add_keyword_color]." +msgstr "" + +#: doc/classes/TextEdit.xml:53 +msgid "Clears the undo history." +msgstr "" + +#: doc/classes/TextEdit.xml:59 +msgid "Copy's the current text selection." +msgstr "" + +#: doc/classes/TextEdit.xml:65 +msgid "Returns the column the editing cursor is at." +msgstr "" + +#: doc/classes/TextEdit.xml:71 +msgid "Returns the line the editing cursor is at." +msgstr "" + +#: doc/classes/TextEdit.xml:79 +msgid "" +"Moves the cursor at the specified [code]column[/code] index.\n" +"If [code]adjust_viewport[/code] is set to [code]true[/code], the viewport " +"will center at the cursor position after the move occurs." +msgstr "" + +#: doc/classes/TextEdit.xml:90 +msgid "" +"Moves the cursor at the specified [code]line[/code] index.\n" +"If [code]adjust_viewport[/code] is set to [code]true[/code], the viewport " +"will center at the cursor position after the move occurs.\n" +"If [code]can_be_hidden[/code] is set to [code]true[/code], the specified " +"[code]line[/code] can be hidden using [method set_line_as_hidden]." +msgstr "" + +#: doc/classes/TextEdit.xml:98 +msgid "Cut's the current selection." +msgstr "" + +#: doc/classes/TextEdit.xml:104 +msgid "Deselects the current selection." +msgstr "" + +#: doc/classes/TextEdit.xml:110 +msgid "Folds all lines that are possible to be folded (see [method can_fold])." +msgstr "" + +#: doc/classes/TextEdit.xml:117 +msgid "Folds the given line, if possible (see [method can_fold])." +msgstr "" + +#: doc/classes/TextEdit.xml:123 +msgid "Returns an array containing the line number of each breakpoint." +msgstr "" + +#: doc/classes/TextEdit.xml:130 +msgid "Returns the [Color] of the specified [code]keyword[/code]." +msgstr "" + +#: doc/classes/TextEdit.xml:137 +msgid "Returns the text of a specific line." +msgstr "" + +#: doc/classes/TextEdit.xml:143 +msgid "Returns the amount of total lines in the text." +msgstr "" + +#: doc/classes/TextEdit.xml:149 +msgid "" +"Returns the [PopupMenu] of this [TextEdit]. By default, this menu is " +"displayed when right-clicking on the [TextEdit].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/TextEdit.xml:156 +msgid "Returns the selection begin column." +msgstr "" + +#: doc/classes/TextEdit.xml:162 +msgid "Returns the selection begin line." +msgstr "" + +#: doc/classes/TextEdit.xml:168 +msgid "Returns the text inside the selection." +msgstr "" + +#: doc/classes/TextEdit.xml:174 +msgid "Returns the selection end column." +msgstr "" + +#: doc/classes/TextEdit.xml:180 +msgid "Returns the selection end line." +msgstr "" + +#: doc/classes/TextEdit.xml:186 +msgid "" +"Returns a [String] text with the word under the caret (text cursor) location." +msgstr "" + +#: doc/classes/TextEdit.xml:193 +msgid "" +"Returns whether the specified [code]keyword[/code] has a color set to it or " +"not." +msgstr "" + +#: doc/classes/TextEdit.xml:199 doc/classes/UndoRedo.xml:121 +msgid "Returns [code]true[/code] if a \"redo\" action is available." +msgstr "" + +#: doc/classes/TextEdit.xml:205 doc/classes/UndoRedo.xml:127 +msgid "Returns [code]true[/code] if an \"undo\" action is available." +msgstr "" + +#: doc/classes/TextEdit.xml:212 +msgid "Insert the specified text at the cursor position." +msgstr "" + +#: doc/classes/TextEdit.xml:219 +msgid "Returns whether the line at the specified index is folded or not." +msgstr "" + +#: doc/classes/TextEdit.xml:226 +msgid "Returns whether the line at the specified index is hidden or not." +msgstr "" + +#: doc/classes/TextEdit.xml:233 +msgid "" +"Returns [code]true[/code] when the specified [code]line[/code] is bookmarked." +msgstr "" + +#: doc/classes/TextEdit.xml:240 +msgid "" +"Returns [code]true[/code] when the specified [code]line[/code] has a " +"breakpoint." +msgstr "" + +#: doc/classes/TextEdit.xml:247 +msgid "" +"Returns [code]true[/code] when the specified [code]line[/code] is marked as " +"safe." +msgstr "" + +#: doc/classes/TextEdit.xml:253 +msgid "Returns [code]true[/code] if the selection is active." +msgstr "" + +#: doc/classes/TextEdit.xml:260 +msgid "" +"Triggers a right-click menu action by the specified index. See [enum " +"MenuItems] for a list of available indexes." +msgstr "" + +#: doc/classes/TextEdit.xml:266 +msgid "Paste the current selection." +msgstr "" + +#: doc/classes/TextEdit.xml:272 +msgid "Perform redo operation." +msgstr "" + +#: doc/classes/TextEdit.xml:278 +msgid "" +"Removes all the breakpoints. This will not fire the [signal " +"breakpoint_toggled] signal." +msgstr "" + +#: doc/classes/TextEdit.xml:288 +msgid "" +"Perform a search inside the text. Search flags can be specified in the [enum " +"SearchFlags] enum.\n" +"Returns an empty [code]PoolIntArray[/code] if no result was found. " +"Otherwise, the result line and column can be accessed at indices specified " +"in the [enum SearchResult] enum, e.g:\n" +"[codeblock]\n" +"var result = search(key, flags, line, column)\n" +"if result.size() > 0:\n" +" # Result found.\n" +" var res_line = result[TextEdit.SEARCH_RESULT_LINE]\n" +" var res_column = result[TextEdit.SEARCH_RESULT_COLUMN]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TextEdit.xml:306 +msgid "" +"Perform selection, from line/column to line/column.\n" +"If [member selecting_enabled] is [code]false[/code], no selection will occur." +msgstr "" + +#: doc/classes/TextEdit.xml:313 +msgid "" +"Select all the text.\n" +"If [member selecting_enabled] is [code]false[/code], no selection will occur." +msgstr "" + +#: doc/classes/TextEdit.xml:322 +msgid "Sets the text for a specific line." +msgstr "" + +#: doc/classes/TextEdit.xml:330 +msgid "" +"Bookmarks the [code]line[/code] if [code]bookmark[/code] is true. Deletes " +"the bookmark if [code]bookmark[/code] is false.\n" +"Bookmarks are shown in the [member breakpoint_gutter]." +msgstr "" + +#: doc/classes/TextEdit.xml:339 +msgid "" +"Adds or removes the breakpoint in [code]line[/code]. Breakpoints are shown " +"in the [member breakpoint_gutter]." +msgstr "" + +#: doc/classes/TextEdit.xml:347 +msgid "If [code]true[/code], hides the line of the specified index." +msgstr "" + +#: doc/classes/TextEdit.xml:355 +msgid "" +"If [code]true[/code], marks the [code]line[/code] as safe.\n" +"This will show the line number with the color provided in the " +"[code]safe_line_number_color[/code] theme property." +msgstr "" + +#: doc/classes/TextEdit.xml:363 +msgid "Toggle the folding of the code block at the given line." +msgstr "" + +#: doc/classes/TextEdit.xml:369 +msgid "Perform undo operation." +msgstr "" + +#: doc/classes/TextEdit.xml:376 +msgid "Unfolds the given line, if folded." +msgstr "" + +#: doc/classes/TextEdit.xml:382 +msgid "" +"Unhide all lines that were previously set to hidden by [method " +"set_line_as_hidden]." +msgstr "" + +#: doc/classes/TextEdit.xml:388 +msgid "If [code]true[/code], the breakpoint gutter is visible." +msgstr "" + +#: doc/classes/TextEdit.xml:397 +msgid "" +"If [code]true[/code], the caret displays as a rectangle.\n" +"If [code]false[/code], the caret displays as a bar." +msgstr "" + +#: doc/classes/TextEdit.xml:401 +msgid "" +"If [code]true[/code], a right-click moves the cursor at the mouse position " +"before displaying the context menu.\n" +"If [code]false[/code], the context menu disregards mouse location." +msgstr "" + +#: doc/classes/TextEdit.xml:405 +msgid "If [code]true[/code], a right-click displays the context menu." +msgstr "" + +#: doc/classes/TextEdit.xml:408 +msgid "" +"If [code]true[/code], the \"space\" character will have a visible " +"representation." +msgstr "" + +#: doc/classes/TextEdit.xml:411 +msgid "" +"If [code]true[/code], the \"tab\" character will have a visible " +"representation." +msgstr "" + +#: doc/classes/TextEdit.xml:415 +msgid "" +"If [code]true[/code], the fold gutter is visible. This enables folding " +"groups of indented lines." +msgstr "" + +#: doc/classes/TextEdit.xml:418 +msgid "" +"If [code]true[/code], all lines that have been set to hidden by [method " +"set_line_as_hidden], will not be visible." +msgstr "" + +#: doc/classes/TextEdit.xml:421 +msgid "" +"If [code]true[/code], all occurrences of the selected text will be " +"highlighted." +msgstr "" + +#: doc/classes/TextEdit.xml:424 +msgid "If [code]true[/code], the line containing the cursor is highlighted." +msgstr "" + +#: doc/classes/TextEdit.xml:427 +msgid "" +"If [code]true[/code], a minimap is shown, providing an outline of your " +"source code." +msgstr "" + +#: doc/classes/TextEdit.xml:430 +msgid "The width, in pixels, of the minimap." +msgstr "" + +#: doc/classes/TextEdit.xml:434 +msgid "" +"If [code]true[/code], custom [code]font_color_selected[/code] will be used " +"for selected text." +msgstr "" + +#: doc/classes/TextEdit.xml:437 +msgid "" +"If [code]true[/code], read-only mode is enabled. Existing text cannot be " +"modified and new text cannot be added." +msgstr "" + +#: doc/classes/TextEdit.xml:440 +msgid "" +"If there is a horizontal scrollbar, this determines the current horizontal " +"scroll value in pixels." +msgstr "" + +#: doc/classes/TextEdit.xml:443 +msgid "" +"If there is a vertical scrollbar, this determines the current vertical " +"scroll value in line numbers, starting at 0 for the top line." +msgstr "" + +#: doc/classes/TextEdit.xml:446 +msgid "" +"If [code]true[/code], text can be selected.\n" +"If [code]false[/code], text can not be selected by the user or by the " +"[method select] or [method select_all] methods." +msgstr "" + +#: doc/classes/TextEdit.xml:450 +msgid "" +"If [code]true[/code], shortcut keys for context menu items are enabled, even " +"if the context menu is disabled." +msgstr "" + +#: doc/classes/TextEdit.xml:453 +msgid "" +"If [code]true[/code], line numbers are displayed to the left of the text." +msgstr "" + +#: doc/classes/TextEdit.xml:456 +msgid "" +"If [code]true[/code], sets the [code]step[/code] of the scrollbars to " +"[code]0.25[/code] which results in smoother scrolling." +msgstr "" + +#: doc/classes/TextEdit.xml:459 +msgid "" +"If [code]true[/code], any custom color properties that have been set for " +"this [TextEdit] will be visible." +msgstr "" + +#: doc/classes/TextEdit.xml:462 +msgid "String value of the [TextEdit]." +msgstr "" + +#: doc/classes/TextEdit.xml:465 +msgid "Vertical scroll sensitivity." +msgstr "" + +#: doc/classes/TextEdit.xml:471 +msgid "" +"If [code]true[/code], enables text wrapping when it goes beyond the edge of " +"what is visible." +msgstr "" + +#: doc/classes/TextEdit.xml:478 +msgid "Emitted when a breakpoint is placed via the breakpoint gutter." +msgstr "" + +#: doc/classes/TextEdit.xml:483 +msgid "Emitted when the cursor changes." +msgstr "" + +#: doc/classes/TextEdit.xml:490 +msgid "Emitted when the info icon is clicked." +msgstr "" + +#: doc/classes/TextEdit.xml:512 +msgid "Match case when searching." +msgstr "" + +#: doc/classes/TextEdit.xml:515 +msgid "Match whole words when searching." +msgstr "" + +#: doc/classes/TextEdit.xml:518 +msgid "Search from end to beginning." +msgstr "" + +#: doc/classes/TextEdit.xml:521 +msgid "Used to access the result column from [method search]." +msgstr "" + +#: doc/classes/TextEdit.xml:524 +msgid "Used to access the result line from [method search]." +msgstr "" + +#: doc/classes/TextEdit.xml:533 +msgid "" +"Pastes the clipboard text over the selected text (or at the cursor's " +"position)." +msgstr "" + +#: doc/classes/TextEdit.xml:536 +msgid "Erases the whole [TextEdit] text." +msgstr "" + +#: doc/classes/TextEdit.xml:539 +msgid "Selects the whole [TextEdit] text." +msgstr "" + +#: doc/classes/TextEdit.xml:545 +msgid "Redoes the previous action." +msgstr "" + +#: doc/classes/TextEdit.xml:553 +msgid "" +"Sets the background [Color] of this [TextEdit]. [member syntax_highlighting] " +"has to be enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:556 +msgid "" +"Sets the [Color] of the bookmark marker. [member syntax_highlighting] has to " +"be enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:561 doc/classes/TextEdit.xml:588 +msgid "" +"Sets the [Color] of the breakpoints. [member breakpoint_gutter] has to be " +"enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:599 +msgid "Sets the default [Font]." +msgstr "" + +#: doc/classes/TextEdit.xml:602 +msgid "Sets the font [Color]." +msgstr "" + +#: doc/classes/TextEdit.xml:607 +msgid "" +"Sets the [Color] of the selected text. [member override_selected_font_color] " +"has to be enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:612 +msgid "" +"Sets the [Color] of the line numbers. [member show_line_numbers] has to be " +"enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:615 +msgid "Sets the spacing between the lines." +msgstr "" + +#: doc/classes/TextEdit.xml:618 +msgid "Sets the [Color] of marked text." +msgstr "" + +#: doc/classes/TextEdit.xml:623 +msgid "Sets the [StyleBox] of this [TextEdit]." +msgstr "" + +#: doc/classes/TextEdit.xml:628 +msgid "" +"Sets the [StyleBox] of this [TextEdit] when [member readonly] is enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:633 +msgid "Sets the highlight [Color] of text selections." +msgstr "" + +#: doc/classes/TextEdit.xml:640 +msgid "Sets a custom [Texture] for tab text characters." +msgstr "" + +#: doc/classes/TextEdit.xml:643 +msgid "" +"Sets the highlight [Color] of multiple occurrences. [member " +"highlight_all_occurrences] has to be enabled." +msgstr "" + +#: doc/classes/Texture.xml:4 +msgid "Texture for 2D and 3D." +msgstr "" + +#: doc/classes/Texture.xml:7 +msgid "" +"A texture works by registering an image in the video hardware, which then " +"can be used in 3D models or 2D [Sprite] or GUI [Control].\n" +"Textures are often created by loading them from a file. See [method " +"@GDScript.load].\n" +"[Texture] is a base for other resources. It cannot be used directly.\n" +"[b]Note:[/b] The maximum texture size is 16384×16384 pixels due to graphics " +"hardware limitations. Larger textures may fail to import." +msgstr "" + +#: doc/classes/Texture.xml:23 +msgid "" +"Draws the texture using a [CanvasItem] with the [VisualServer] API at the " +"specified [code]position[/code]. Equivalent to [method VisualServer." +"canvas_item_add_texture_rect] with a rect at [code]position[/code] and the " +"size of this [Texture]." +msgstr "" + +#: doc/classes/Texture.xml:35 +msgid "" +"Draws the texture using a [CanvasItem] with the [VisualServer] API. " +"Equivalent to [method VisualServer.canvas_item_add_texture_rect]." +msgstr "" + +#: doc/classes/Texture.xml:48 +msgid "" +"Draws a part of the texture using a [CanvasItem] with the [VisualServer] " +"API. Equivalent to [method VisualServer.canvas_item_add_texture_rect_region]." +msgstr "" + +#: doc/classes/Texture.xml:54 +msgid "" +"Returns an [Image] that is a copy of data from this [Texture]. [Image]s can " +"be accessed and manipulated directly." +msgstr "" + +#: doc/classes/Texture.xml:60 +msgid "Returns the texture height." +msgstr "" + +#: doc/classes/Texture.xml:66 +msgid "Returns the texture size." +msgstr "" + +#: doc/classes/Texture.xml:72 +msgid "Returns the texture width." +msgstr "" + +#: doc/classes/Texture.xml:78 +msgid "Returns [code]true[/code] if this [Texture] has an alpha channel." +msgstr "" + +#: doc/classes/Texture.xml:84 +msgid "" +"The texture's [enum Flags]. [enum Flags] are used to set various properties " +"of the [Texture]." +msgstr "" + +#: doc/classes/Texture.xml:89 +msgid "" +"Default flags. [constant FLAG_MIPMAPS], [constant FLAG_REPEAT] and [constant " +"FLAG_FILTER] are enabled." +msgstr "" + +#: doc/classes/Texture.xml:92 doc/classes/VisualServer.xml:3206 +msgid "" +"Generates mipmaps, which are smaller versions of the same texture to use " +"when zoomed out, keeping the aspect ratio." +msgstr "" + +#: doc/classes/Texture.xml:95 +msgid "" +"Repeats the texture (instead of clamp to edge).\n" +"[b]Note:[/b] Ignored when using an [AtlasTexture] as these don't support " +"repetition." +msgstr "" + +#: doc/classes/Texture.xml:99 doc/classes/VisualServer.xml:3212 +msgid "Uses a magnifying filter, to enable smooth zooming in of the texture." +msgstr "" + +#: doc/classes/Texture.xml:102 doc/classes/TextureLayered.xml:88 +#: doc/classes/VisualServer.xml:3215 +msgid "" +"Uses anisotropic mipmap filtering. Generates smaller versions of the same " +"texture with different aspect ratios.\n" +"This results in better-looking textures when viewed from oblique angles." +msgstr "" + +#: doc/classes/Texture.xml:106 doc/classes/VisualServer.xml:3219 +msgid "Converts the texture to the sRGB color space." +msgstr "" + +#: doc/classes/Texture.xml:109 +msgid "" +"Repeats the texture with alternate sections mirrored.\n" +"[b]Note:[/b] Ignored when using an [AtlasTexture] as these don't support " +"repetition." +msgstr "" + +#: doc/classes/Texture.xml:113 doc/classes/VisualServer.xml:3225 +msgid "Texture is a video surface." +msgstr "" + +#: doc/classes/Texture3D.xml:4 +msgid "Texture with 3 dimensions." +msgstr "" + +#: doc/classes/Texture3D.xml:7 +msgid "" +"Texture3D is a 3-dimensional texture that has a width, height, and depth." +msgstr "" + +#: doc/classes/Texture3D.xml:20 +msgid "" +"Creates the Texture3D with specified [code]width[/code], [code]height[/" +"code], and [code]depth[/code]. See [enum Image.Format] for [code]format[/" +"code] options. See [enum TextureLayered.Flags] enumerator for [code]flags[/" +"code] options." +msgstr "" + +#: doc/classes/TextureArray.xml:4 +msgid "Array of textures stored in a single primitive." +msgstr "" + +#: doc/classes/TextureArray.xml:7 +msgid "" +"[TextureArray]s store an array of [Image]s in a single [Texture] primitive. " +"Each layer of the texture array has its own mipmap chain. This makes it is a " +"good alternative to texture atlases.\n" +"[TextureArray]s must be displayed using shaders. After importing your file " +"as a [TextureArray] and setting the appropriate Horizontal and Vertical " +"Slices, display it by setting it as a uniform to a shader, for example:\n" +"[codeblock]\n" +"shader_type canvas_item;\n" +"\n" +"uniform sampler2DArray tex;\n" +"uniform int index;\n" +"\n" +"void fragment() {\n" +" COLOR = texture(tex, vec3(UV.x, UV.y, float(index)));\n" +"}\n" +"[/codeblock]\n" +"Set the integer uniform \"index\" to show a particular part of the texture " +"as defined by the Horizontal and Vertical Slices in the importer." +msgstr "" + +#: doc/classes/TextureArray.xml:32 +msgid "" +"Creates the TextureArray with specified [code]width[/code], [code]height[/" +"code], and [code]depth[/code]. See [enum Image.Format] for [code]format[/" +"code] options. See [enum TextureLayered.Flags] enumerator for [code]flags[/" +"code] options." +msgstr "" + +#: doc/classes/TextureButton.xml:4 +msgid "" +"Texture-based button. Supports Pressed, Hover, Disabled and Focused states." +msgstr "" + +#: doc/classes/TextureButton.xml:7 +msgid "" +"[TextureButton] has the same functionality as [Button], except it uses " +"sprites instead of Godot's [Theme] resource. It is faster to create, but it " +"doesn't support localization like more complex [Control]s.\n" +"The \"normal\" state must contain a texture ([member texture_normal]); other " +"textures are optional.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/TextureButton.xml:18 +msgid "" +"If [code]true[/code], the texture stretches to the edges of the node's " +"bounding rectangle using the [member stretch_mode]. If [code]false[/code], " +"the texture will not scale with the node." +msgstr "" + +#: doc/classes/TextureButton.xml:27 +msgid "" +"Controls the texture's behavior when you resize the node's bounding " +"rectangle, [b]only if[/b] [member expand] is [code]true[/code]. Set it to " +"one of the [enum StretchMode] constants. See the constants to learn more." +msgstr "" + +#: doc/classes/TextureButton.xml:30 +msgid "" +"Pure black and white [BitMap] image to use for click detection. On the mask, " +"white pixels represent the button's clickable area. Use it to create buttons " +"with curved shapes." +msgstr "" + +#: doc/classes/TextureButton.xml:33 +msgid "" +"Texture to display when the node is disabled. See [member BaseButton." +"disabled]." +msgstr "" + +#: doc/classes/TextureButton.xml:36 +msgid "Texture to display when the node has mouse or keyboard focus." +msgstr "" + +#: doc/classes/TextureButton.xml:39 +msgid "Texture to display when the mouse hovers the node." +msgstr "" + +#: doc/classes/TextureButton.xml:42 +msgid "" +"Texture to display by default, when the node is [b]not[/b] in the disabled, " +"focused, hover or pressed state." +msgstr "" + +#: doc/classes/TextureButton.xml:45 +msgid "" +"Texture to display on mouse down over the node, if the node has keyboard " +"focus and the player presses the Enter key or if the player presses the " +"[member BaseButton.shortcut] key." +msgstr "" + +#: doc/classes/TextureButton.xml:50 doc/classes/TextureRect.xml:38 +msgid "Scale to fit the node's bounding rectangle." +msgstr "" + +#: doc/classes/TextureButton.xml:53 doc/classes/TextureRect.xml:41 +msgid "Tile inside the node's bounding rectangle." +msgstr "" + +#: doc/classes/TextureButton.xml:56 doc/classes/TextureRect.xml:44 +msgid "" +"The texture keeps its original size and stays in the bounding rectangle's " +"top-left corner." +msgstr "" + +#: doc/classes/TextureButton.xml:59 doc/classes/TextureRect.xml:47 +msgid "" +"The texture keeps its original size and stays centered in the node's " +"bounding rectangle." +msgstr "" + +#: doc/classes/TextureButton.xml:62 doc/classes/TextureRect.xml:50 +msgid "" +"Scale the texture to fit the node's bounding rectangle, but maintain the " +"texture's aspect ratio." +msgstr "" + +#: doc/classes/TextureButton.xml:65 +msgid "" +"Scale the texture to fit the node's bounding rectangle, center it, and " +"maintain its aspect ratio." +msgstr "" + +#: doc/classes/TextureButton.xml:68 doc/classes/TextureRect.xml:56 +msgid "" +"Scale the texture so that the shorter side fits the bounding rectangle. The " +"other side clips to the node's limits." +msgstr "" + +#: doc/classes/TextureLayered.xml:4 +msgid "Base class for 3D texture types." +msgstr "" + +#: doc/classes/TextureLayered.xml:7 +msgid "" +"Base class for [Texture3D] and [TextureArray]. Cannot be used directly, but " +"contains all the functions necessary for accessing and using [Texture3D] and " +"[TextureArray]. Data is set on a per-layer basis. For [Texture3D]s, the " +"layer specifies the depth or Z-index, they can be treated as a bunch of 2D " +"slices. Similarly, for [TextureArray]s, the layer specifies the array layer." +msgstr "" + +#: doc/classes/TextureLayered.xml:15 +msgid "" +"Returns the depth of the texture. Depth is the 3rd dimension (typically Z-" +"axis)." +msgstr "" + +#: doc/classes/TextureLayered.xml:21 +msgid "" +"Returns the current format being used by this texture. See [enum Image." +"Format] for details." +msgstr "" + +#: doc/classes/TextureLayered.xml:27 +msgid "" +"Returns the height of the texture. Height is typically represented by the Y-" +"axis." +msgstr "" + +#: doc/classes/TextureLayered.xml:34 +msgid "" +"Returns an [Image] resource with the data from specified [code]layer[/code]." +msgstr "" + +#: doc/classes/TextureLayered.xml:40 +msgid "" +"Returns the width of the texture. Width is typically represented by the X-" +"axis." +msgstr "" + +#: doc/classes/TextureLayered.xml:51 +msgid "" +"Partially sets the data for a specified [code]layer[/code] by overwriting " +"using the data of the specified [code]image[/code]. [code]x_offset[/code] " +"and [code]y_offset[/code] determine where the [Image] is \"stamped\" over " +"the texture. The [code]image[/code] must fit within the texture." +msgstr "" + +#: doc/classes/TextureLayered.xml:59 +msgid "" +"Sets the data for the specified layer. Data takes the form of a 2-" +"dimensional [Image] resource." +msgstr "" + +#: doc/classes/TextureLayered.xml:65 +msgid "Returns a dictionary with all the data used by this texture." +msgstr "" + +#: doc/classes/TextureLayered.xml:68 +msgid "Specifies which [enum Flags] apply to this texture." +msgstr "" + +#: doc/classes/TextureLayered.xml:73 +msgid "" +"Default flags for [TextureArray]. [constant FLAG_MIPMAPS], [constant " +"FLAG_REPEAT] and [constant FLAG_FILTER] are enabled." +msgstr "" + +#: doc/classes/TextureLayered.xml:76 +msgid "Default flags for [Texture3D]. [constant FLAG_FILTER] is enabled." +msgstr "" + +#: doc/classes/TextureLayered.xml:79 +msgid "Texture will generate mipmaps on creation." +msgstr "" + +#: doc/classes/TextureLayered.xml:82 +msgid "Texture will repeat when UV used is outside the 0-1 range." +msgstr "" + +#: doc/classes/TextureLayered.xml:85 +msgid "" +"Use filtering when reading from texture. Filtering smooths out pixels. " +"Turning filtering off is slightly faster and more appropriate when you need " +"access to individual pixels." +msgstr "" + +#: doc/classes/TextureProgress.xml:4 +msgid "" +"Texture-based progress bar. Useful for loading screens and life or stamina " +"bars." +msgstr "" + +#: doc/classes/TextureProgress.xml:7 +msgid "" +"TextureProgress works like [ProgressBar], but uses up to 3 textures instead " +"of Godot's [Theme] resource. It can be used to create horizontal, vertical " +"and radial progress bars." +msgstr "" + +#: doc/classes/TextureProgress.xml:28 +msgid "The fill direction. See [enum FillMode] for possible values." +msgstr "" + +#: doc/classes/TextureProgress.xml:32 +msgid "" +"If [code]true[/code], Godot treats the bar's textures like in " +"[NinePatchRect]. Use the [code]stretch_margin_*[/code] properties like " +"[member stretch_margin_bottom] to set up the nine patch's 3×3 grid. When " +"using a radial [member fill_mode], this setting will enable stretching." +msgstr "" + +#: doc/classes/TextureProgress.xml:35 +msgid "" +"Offsets [member texture_progress] if [member fill_mode] is [constant " +"FILL_CLOCKWISE] or [constant FILL_COUNTER_CLOCKWISE]." +msgstr "" + +#: doc/classes/TextureProgress.xml:38 +msgid "" +"Upper limit for the fill of [member texture_progress] if [member fill_mode] " +"is [constant FILL_CLOCKWISE] or [constant FILL_COUNTER_CLOCKWISE]. When the " +"node's [code]value[/code] is equal to its [code]max_value[/code], the " +"texture fills up to this angle.\n" +"See [member Range.value], [member Range.max_value]." +msgstr "" + +#: doc/classes/TextureProgress.xml:42 +msgid "" +"Starting angle for the fill of [member texture_progress] if [member " +"fill_mode] is [constant FILL_CLOCKWISE] or [constant " +"FILL_COUNTER_CLOCKWISE]. When the node's [code]value[/code] is equal to its " +"[code]min_value[/code], the texture doesn't show up at all. When the " +"[code]value[/code] increases, the texture fills and tends towards [member " +"radial_fill_degrees]." +msgstr "" + +#: doc/classes/TextureProgress.xml:45 +msgid "" +"The height of the 9-patch's bottom row. A margin of 16 means the 9-slice's " +"bottom corners and side will have a height of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/TextureProgress.xml:48 +msgid "The width of the 9-patch's left column." +msgstr "" + +#: doc/classes/TextureProgress.xml:51 +msgid "The width of the 9-patch's right column." +msgstr "" + +#: doc/classes/TextureProgress.xml:54 +msgid "The height of the 9-patch's top row." +msgstr "" + +#: doc/classes/TextureProgress.xml:57 +msgid "" +"[Texture] that draws over the progress bar. Use it to add highlights or an " +"upper-frame that hides part of [member texture_progress]." +msgstr "" + +#: doc/classes/TextureProgress.xml:60 +msgid "" +"[Texture] that clips based on the node's [code]value[/code] and [member " +"fill_mode]. As [code]value[/code] increased, the texture fills up. It shows " +"entirely when [code]value[/code] reaches [code]max_value[/code]. It doesn't " +"show at all if [code]value[/code] is equal to [code]min_value[/code].\n" +"The [code]value[/code] property comes from [Range]. See [member Range." +"value], [member Range.min_value], [member Range.max_value]." +msgstr "" + +#: doc/classes/TextureProgress.xml:64 +msgid "" +"The offset of [member texture_progress]. Useful for [member texture_over] " +"and [member texture_under] with fancy borders, to avoid transparent margins " +"in your progress texture." +msgstr "" + +#: doc/classes/TextureProgress.xml:67 +msgid "[Texture] that draws under the progress bar. The bar's background." +msgstr "" + +#: doc/classes/TextureProgress.xml:70 +msgid "" +"Multiplies the color of the bar's [code]texture_over[/code] texture. The " +"effect is similar to [member CanvasItem.modulate], except it only affects " +"this specific texture instead of the entire node." +msgstr "" + +#: doc/classes/TextureProgress.xml:73 +msgid "" +"Multiplies the color of the bar's [code]texture_progress[/code] texture." +msgstr "" + +#: doc/classes/TextureProgress.xml:76 +msgid "Multiplies the color of the bar's [code]texture_under[/code] texture." +msgstr "" + +#: doc/classes/TextureProgress.xml:81 +msgid "The [member texture_progress] fills from left to right." +msgstr "" + +#: doc/classes/TextureProgress.xml:84 +msgid "The [member texture_progress] fills from right to left." +msgstr "" + +#: doc/classes/TextureProgress.xml:87 +msgid "The [member texture_progress] fills from top to bottom." +msgstr "" + +#: doc/classes/TextureProgress.xml:90 +msgid "The [member texture_progress] fills from bottom to top." +msgstr "" + +#: doc/classes/TextureProgress.xml:93 +msgid "" +"Turns the node into a radial bar. The [member texture_progress] fills " +"clockwise. See [member radial_center_offset], [member radial_initial_angle] " +"and [member radial_fill_degrees] to control the way the bar fills up." +msgstr "" + +#: doc/classes/TextureProgress.xml:96 +msgid "" +"Turns the node into a radial bar. The [member texture_progress] fills " +"counterclockwise. See [member radial_center_offset], [member " +"radial_initial_angle] and [member radial_fill_degrees] to control the way " +"the bar fills up." +msgstr "" + +#: doc/classes/TextureProgress.xml:99 +msgid "" +"The [member texture_progress] fills from the center, expanding both towards " +"the left and the right." +msgstr "" + +#: doc/classes/TextureProgress.xml:102 +msgid "" +"The [member texture_progress] fills from the center, expanding both towards " +"the top and the bottom." +msgstr "" + +#: doc/classes/TextureProgress.xml:105 +msgid "" +"Turns the node into a radial bar. The [member texture_progress] fills " +"radially from the center, expanding both clockwise and counterclockwise. See " +"[member radial_center_offset], [member radial_initial_angle] and [member " +"radial_fill_degrees] to control the way the bar fills up." +msgstr "" + +#: doc/classes/TextureRect.xml:4 +msgid "Control for drawing textures." +msgstr "" + +#: doc/classes/TextureRect.xml:7 +msgid "" +"Used to draw icons and sprites in a user interface. The texture's placement " +"can be controlled with the [member stretch_mode] property. It can scale, " +"tile, or stay centered inside its bounding rectangle.\n" +"[b]Note:[/b] You should enable [member flip_v] when using a TextureRect to " +"display a [ViewportTexture]. Alternatively, you can enable [member Viewport." +"render_target_v_flip] on the Viewport. Otherwise, the image will appear " +"upside down." +msgstr "" + +#: doc/classes/TextureRect.xml:17 +msgid "If [code]true[/code], the texture scales to fit its bounding rectangle." +msgstr "" + +#: doc/classes/TextureRect.xml:27 +msgid "" +"Controls the texture's behavior when resizing the node's bounding rectangle. " +"See [enum StretchMode]." +msgstr "" + +#: doc/classes/TextureRect.xml:30 +msgid "The node's [Texture] resource." +msgstr "" + +#: doc/classes/TextureRect.xml:35 +msgid "" +"Scale to fit the node's bounding rectangle, only if [code]expand[/code] is " +"[code]true[/code]. Default [code]stretch_mode[/code], for backwards " +"compatibility. Until you set [code]expand[/code] to [code]true[/code], the " +"texture will behave like [constant STRETCH_KEEP]." +msgstr "" + +#: doc/classes/TextureRect.xml:53 +msgid "" +"Scale the texture to fit the node's bounding rectangle, center it and " +"maintain its aspect ratio." +msgstr "" + +#: doc/classes/Theme.xml:4 +msgid "Theme for controls." +msgstr "" + +#: doc/classes/Theme.xml:7 +msgid "" +"A theme for skinning controls. Controls can be skinned individually, but for " +"complex applications, it's more practical to just create a global theme that " +"defines everything. This theme can be applied to any [Control]; the Control " +"and its children will automatically use it.\n" +"Theme resources can alternatively be loaded by writing them in a [code]." +"theme[/code] file, see the documentation for more information." +msgstr "" + +#: doc/classes/Theme.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/gui/gui_skinning.html" +msgstr "" + +#: doc/classes/Theme.xml:17 +msgid "Clears all values on the theme." +msgstr "" + +#: doc/classes/Theme.xml:25 +msgid "" +"Clears the [Color] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:33 +msgid "" +"Clears the constant at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:41 +msgid "" +"Clears the [Font] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:49 +msgid "" +"Clears the icon at [code]name[/code] if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:57 +msgid "" +"Clears [StyleBox] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:66 +msgid "" +"Clears the theme item of [code]data_type[/code] at [code]name[/code] if the " +"theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:72 +msgid "Sets the theme's values to a copy of the default theme values." +msgstr "" + +#: doc/classes/Theme.xml:79 +msgid "Sets the theme's values to a copy of a given theme." +msgstr "" + +#: doc/classes/Theme.xml:87 +msgid "" +"Returns the [Color] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:94 +msgid "" +"Returns all the [Color]s as a [PoolStringArray] filled with each [Color]'s " +"name, for use in [method get_color], if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:100 +msgid "" +"Returns all the [Color] types as a [PoolStringArray] filled with unique type " +"names, for use in [method get_color] and/or [method get_color_list]." +msgstr "" + +#: doc/classes/Theme.xml:108 +msgid "" +"Returns the constant at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:115 +msgid "" +"Returns all the constants as a [PoolStringArray] filled with each constant's " +"name, for use in [method get_constant], if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:121 +msgid "" +"Returns all the constant types as a [PoolStringArray] filled with unique " +"type names, for use in [method get_constant] and/or [method " +"get_constant_list]." +msgstr "" + +#: doc/classes/Theme.xml:129 +msgid "" +"Returns the [Font] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:136 +msgid "" +"Returns all the [Font]s as a [PoolStringArray] filled with each [Font]'s " +"name, for use in [method get_font], if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:142 +msgid "" +"Returns all the [Font] types as a [PoolStringArray] filled with unique type " +"names, for use in [method get_font] and/or [method get_font_list]." +msgstr "" + +#: doc/classes/Theme.xml:150 +msgid "" +"Returns the icon [Texture] at [code]name[/code] if the theme has " +"[code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:157 +msgid "" +"Returns all the icons as a [PoolStringArray] filled with each [Texture]'s " +"name, for use in [method get_icon], if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:163 +msgid "" +"Returns all the icon types as a [PoolStringArray] filled with unique type " +"names, for use in [method get_icon] and/or [method get_icon_list]." +msgstr "" + +#: doc/classes/Theme.xml:171 +msgid "" +"Returns the [StyleBox] at [code]name[/code] if the theme has " +"[code]node_type[/code].\n" +"Valid [code]name[/code]s may be found using [method get_stylebox_list]. " +"Valid [code]node_type[/code]s may be found using [method get_stylebox_types]." +msgstr "" + +#: doc/classes/Theme.xml:179 +msgid "" +"Returns all the [StyleBox]s as a [PoolStringArray] filled with each " +"[StyleBox]'s name, for use in [method get_stylebox], if the theme has " +"[code]node_type[/code].\n" +"Valid [code]node_type[/code]s may be found using [method get_stylebox_types]." +msgstr "" + +#: doc/classes/Theme.xml:186 +msgid "" +"Returns all the [StyleBox] types as a [PoolStringArray] filled with unique " +"type names, for use in [method get_stylebox] and/or [method " +"get_stylebox_list]." +msgstr "" + +#: doc/classes/Theme.xml:195 +msgid "" +"Returns the theme item of [code]data_type[/code] at [code]name[/code] if the " +"theme has [code]node_type[/code].\n" +"Valid [code]name[/code]s may be found using [method get_theme_item_list] or " +"a data type specific method. Valid [code]node_type[/code]s may be found " +"using [method get_theme_item_types] or a data type specific method." +msgstr "" + +#: doc/classes/Theme.xml:204 +msgid "" +"Returns all the theme items of [code]data_type[/code] as a [PoolStringArray] " +"filled with each theme items's name, for use in [method get_theme_item] or a " +"data type specific method, if the theme has [code]node_type[/code].\n" +"Valid [code]node_type[/code]s may be found using [method " +"get_theme_item_types] or a data type specific method." +msgstr "" + +#: doc/classes/Theme.xml:212 +msgid "" +"Returns all the theme items of [code]data_type[/code] types as a " +"[PoolStringArray] filled with unique type names, for use in [method " +"get_theme_item], [method get_theme_item_list] or data type specific methods." +msgstr "" + +#: doc/classes/Theme.xml:219 +msgid "" +"Returns all the theme types as a [PoolStringArray] filled with unique type " +"names, for use in other [code]get_*[/code] functions of this theme.\n" +"[b]Note:[/b] [code]node_type[/code] has no effect and will be removed in " +"future version." +msgstr "" + +#: doc/classes/Theme.xml:228 +msgid "" +"Returns [code]true[/code] if [Color] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:237 +msgid "" +"Returns [code]true[/code] if constant with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:244 +msgid "" +"Returns [code]true[/code] if this theme has a valid [member default_font] " +"value." +msgstr "" + +#: doc/classes/Theme.xml:252 +msgid "" +"Returns [code]true[/code] if [Font] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:261 +msgid "" +"Returns [code]true[/code] if icon [Texture] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:270 +msgid "" +"Returns [code]true[/code] if [StyleBox] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:280 +msgid "" +"Returns [code]true[/code] if a theme item of [code]data_type[/code] with " +"[code]name[/code] is in [code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:288 +msgid "" +"Adds missing and overrides existing definitions with values from the " +"[code]other[/code] [Theme].\n" +"[b]Note:[/b] This modifies the current theme. If you want to merge two " +"themes together without modifying either one, create a new empty theme and " +"merge the other two into it one after another." +msgstr "" + +#: doc/classes/Theme.xml:298 +msgid "" +"Renames the [Color] at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:307 +msgid "" +"Renames the constant at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:316 +msgid "" +"Renames the [Font] at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:325 +msgid "" +"Renames the icon at [code]old_name[/code] to [code]name[/code] if the theme " +"has [code]node_type[/code]. If [code]name[/code] is already taken, this " +"method fails." +msgstr "" + +#: doc/classes/Theme.xml:334 +msgid "" +"Renames [StyleBox] at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:344 +msgid "" +"Renames the theme item of [code]data_type[/code] at [code]old_name[/code] to " +"[code]name[/code] if the theme has [code]node_type[/code]. If [code]name[/" +"code] is already taken, this method fails." +msgstr "" + +#: doc/classes/Theme.xml:353 +msgid "" +"Sets the theme's [Color] to [code]color[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:363 +msgid "" +"Sets the theme's constant to [code]constant[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:373 +msgid "" +"Sets the theme's [Font] to [code]font[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:383 +msgid "" +"Sets the theme's icon [Texture] to [code]texture[/code] at [code]name[/code] " +"in [code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:393 +msgid "" +"Sets theme's [StyleBox] to [code]stylebox[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:404 +msgid "" +"Sets the theme item of [code]data_type[/code] to [code]value[/code] at " +"[code]name[/code] in [code]node_type[/code].\n" +"Does nothing if the [code]value[/code] type does not match [code]data_type[/" +"code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:412 +msgid "" +"The default font of this [Theme] resource. Used as a fallback value for font " +"items defined in this theme, but having invalid values. If this value is " +"also invalid, the global default value is used.\n" +"Use [method has_default_font] to check if this value is valid." +msgstr "" + +#: doc/classes/Theme.xml:418 +msgid "Theme's [Color] item type." +msgstr "" + +#: doc/classes/Theme.xml:421 +msgid "Theme's constant item type." +msgstr "" + +#: doc/classes/Theme.xml:424 +msgid "Theme's [Font] item type." +msgstr "" + +#: doc/classes/Theme.xml:427 +msgid "Theme's icon [Texture] item type." +msgstr "" + +#: doc/classes/Theme.xml:430 +msgid "Theme's [StyleBox] item type." +msgstr "" + +#: doc/classes/Theme.xml:433 +msgid "Maximum value for the DataType enum." +msgstr "" + +#: doc/classes/Thread.xml:4 +msgid "A unit of execution in a process." +msgstr "" + +#: doc/classes/Thread.xml:7 +msgid "" +"A unit of execution in a process. Can run methods on [Object]s " +"simultaneously. The use of synchronization via [Mutex] or [Semaphore] is " +"advised if working with shared objects.\n" +"[b]Note:[/b] Breakpoints won't break on code if it's running in a thread. " +"This is a current limitation of the GDScript debugger." +msgstr "" + +#: doc/classes/Thread.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/threads/thread_safe_apis.html" +msgstr "" + +#: doc/classes/Thread.xml:19 +msgid "" +"Returns the current [Thread]'s ID, uniquely identifying it among all " +"threads. If the [Thread] is not running this returns an empty string." +msgstr "" + +#: doc/classes/Thread.xml:25 +msgid "" +"Returns [code]true[/code] if this [Thread] has been started. Once started, " +"this will return [code]true[/code] until it is joined using [method " +"wait_to_finish]. For checking if a [Thread] is still executing its task, use " +"[method is_alive]." +msgstr "" + +#: doc/classes/Thread.xml:31 +msgid "" +"Returns [code]true[/code] if this [Thread] is currently running. This is " +"useful for determining if [method wait_to_finish] can be called without " +"blocking the calling thread.\n" +"To check if a [Thread] is joinable, use [method is_active]." +msgstr "" + +#: doc/classes/Thread.xml:42 +msgid "" +"Starts a new [Thread] that runs [code]method[/code] on object " +"[code]instance[/code] with [code]userdata[/code] passed as an argument. Even " +"if no userdata is passed, [code]method[/code] must accept one argument and " +"it will be null. The [code]priority[/code] of the [Thread] can be changed by " +"passing a value from the [enum Priority] enum.\n" +"Returns [constant OK] on success, or [constant ERR_CANT_CREATE] on failure." +msgstr "" + +#: doc/classes/Thread.xml:49 +msgid "" +"Joins the [Thread] and waits for it to finish. Returns the output of the " +"method passed to [method start].\n" +"Should either be used when you want to retrieve the value returned from the " +"method called by the [Thread] or before freeing the instance that contains " +"the [Thread].\n" +"To determine if this can be called without blocking the calling thread, " +"check if [method is_alive] is [code]false[/code].\n" +"[b]Note:[/b] After the [Thread] finishes joining it will be disposed. If you " +"want to use it again you will have to create a new instance of it." +msgstr "" + +#: doc/classes/Thread.xml:58 +msgid "A thread running with lower priority than normally." +msgstr "" + +#: doc/classes/Thread.xml:61 +msgid "A thread with a standard priority." +msgstr "" + +#: doc/classes/Thread.xml:64 +msgid "A thread running with higher priority than normally." +msgstr "" + +#: doc/classes/TileMap.xml:4 +msgid "Node for 2D tile-based maps." +msgstr "" + +#: doc/classes/TileMap.xml:7 +msgid "" +"Node for 2D tile-based maps. Tilemaps use a [TileSet] which contain a list " +"of tiles (textures plus optional collision, navigation, and/or occluder " +"shapes) which are used to create grid-based maps.\n" +"When doing physics queries against the tilemap, the cell coordinates are " +"encoded as [code]metadata[/code] for each detected collision shape returned " +"by methods such as [method Physics2DDirectSpaceState.intersect_shape], " +"[method Physics2DDirectBodyState.get_contact_collider_shape_metadata], etc." +msgstr "" + +#: doc/classes/TileMap.xml:11 doc/classes/TileSet.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/using_tilemaps.html" +msgstr "" + +#: doc/classes/TileMap.xml:14 doc/classes/TileSet.xml:14 +msgid "https://godotengine.org/asset-library/asset/111" +msgstr "" + +#: doc/classes/TileMap.xml:23 +msgid "Clears all cells." +msgstr "" + +#: doc/classes/TileMap.xml:29 +msgid "Clears cells that do not exist in the tileset." +msgstr "" + +#: doc/classes/TileMap.xml:37 +msgid "" +"Returns the tile index of the given cell. If no tile exists in the cell, " +"returns [constant INVALID_CELL]." +msgstr "" + +#: doc/classes/TileMap.xml:45 +msgid "" +"Returns the coordinate (subtile column and row) of the autotile variation in " +"the tileset. Returns a zero vector if the cell doesn't have autotiling." +msgstr "" + +#: doc/classes/TileMap.xml:52 +msgid "" +"Returns the tile index of the cell given by a Vector2. If no tile exists in " +"the cell, returns [constant INVALID_CELL]." +msgstr "" + +#: doc/classes/TileMap.xml:59 +msgid "Returns [code]true[/code] if the given collision layer bit is set." +msgstr "" + +#: doc/classes/TileMap.xml:66 +msgid "Returns [code]true[/code] if the given collision mask bit is set." +msgstr "" + +#: doc/classes/TileMap.xml:72 +msgid "" +"Returns a [Vector2] array with the positions of all cells containing a tile " +"from the tileset (i.e. a tile index different from [code]-1[/code])." +msgstr "" + +#: doc/classes/TileMap.xml:79 +msgid "" +"Returns an array of all cells with the given tile index specified in " +"[code]id[/code]." +msgstr "" + +#: doc/classes/TileMap.xml:85 +msgid "Returns a rectangle enclosing the used (non-empty) tiles of the map." +msgstr "" + +#: doc/classes/TileMap.xml:93 +msgid "" +"Returns [code]true[/code] if the given cell is transposed, i.e. the X and Y " +"axes are swapped." +msgstr "" + +#: doc/classes/TileMap.xml:101 +msgid "Returns [code]true[/code] if the given cell is flipped in the X axis." +msgstr "" + +#: doc/classes/TileMap.xml:109 +msgid "Returns [code]true[/code] if the given cell is flipped in the Y axis." +msgstr "" + +#: doc/classes/TileMap.xml:117 +msgid "" +"Returns the local position of the top left corner of the cell corresponding " +"to the given tilemap (grid-based) coordinates.\n" +"To get the global position, use [method Node2D.to_global]:\n" +"[codeblock]\n" +"var local_position = my_tilemap.map_to_world(map_position)\n" +"var global_position = my_tilemap.to_global(local_position)\n" +"[/codeblock]\n" +"Optionally, the tilemap's half offset can be ignored." +msgstr "" + +#: doc/classes/TileMap.xml:136 +msgid "" +"Sets the tile index for the cell given by a Vector2.\n" +"An index of [code]-1[/code] clears the cell.\n" +"Optionally, the tile can also be flipped, transposed, or given autotile " +"coordinates. The autotile coordinate refers to the column and row of the " +"subtile.\n" +"[b]Note:[/b] Data such as navigation polygons and collision shapes are not " +"immediately updated for performance reasons.\n" +"If you need these to be immediately updated, you can call [method " +"update_dirty_quadrants].\n" +"Overriding this method also overrides it internally, allowing custom logic " +"to be implemented when tiles are placed/removed:\n" +"[codeblock]\n" +"func set_cell(x, y, tile, flip_x=false, flip_y=false, transpose=false, " +"autotile_coord=Vector2()):\n" +" # Write your custom logic here.\n" +" # To call the default method:\n" +" .set_cell(x, y, tile, flip_x, flip_y, transpose, autotile_coord)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TileMap.xml:158 +msgid "" +"Sets the tile index for the given cell.\n" +"An index of [code]-1[/code] clears the cell.\n" +"Optionally, the tile can also be flipped or transposed.\n" +"[b]Note:[/b] Data such as navigation polygons and collision shapes are not " +"immediately updated for performance reasons.\n" +"If you need these to be immediately updated, you can call [method " +"update_dirty_quadrants]." +msgstr "" + +#: doc/classes/TileMap.xml:170 +msgid "Sets the given collision layer bit." +msgstr "" + +#: doc/classes/TileMap.xml:178 +msgid "Sets the given collision mask bit." +msgstr "" + +#: doc/classes/TileMap.xml:185 +msgid "" +"Applies autotiling rules to the cell (and its adjacent cells) referenced by " +"its grid-based X and Y coordinates." +msgstr "" + +#: doc/classes/TileMap.xml:193 +msgid "" +"Applies autotiling rules to the cells in the given region (specified by grid-" +"based X and Y coordinates).\n" +"Calling with invalid (or missing) parameters applies autotiling rules for " +"the entire tilemap." +msgstr "" + +#: doc/classes/TileMap.xml:200 +msgid "" +"Updates the tile map's quadrants, allowing things such as navigation and " +"collision shapes to be immediately used if modified." +msgstr "" + +#: doc/classes/TileMap.xml:207 +msgid "" +"Returns the tilemap (grid-based) coordinates corresponding to the given " +"local position.\n" +"To use this with a global position, first determine the local position with " +"[method Node2D.to_local]:\n" +"[codeblock]\n" +"var local_position = my_tilemap.to_local(global_position)\n" +"var map_position = my_tilemap.world_to_map(local_position)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TileMap.xml:218 +msgid "If [code]true[/code], the cell's UVs will be clipped." +msgstr "" + +#: doc/classes/TileMap.xml:221 +msgid "The custom [Transform2D] to be applied to the TileMap's cells." +msgstr "" + +#: doc/classes/TileMap.xml:224 +msgid "" +"Amount to offset alternating tiles. See [enum HalfOffset] for possible " +"values." +msgstr "" + +#: doc/classes/TileMap.xml:227 +msgid "" +"The TileMap's quadrant size. Optimizes drawing by batching, using chunks of " +"this size." +msgstr "" + +#: doc/classes/TileMap.xml:230 +msgid "The TileMap's cell size." +msgstr "" + +#: doc/classes/TileMap.xml:233 +msgid "Position for tile origin. See [enum TileOrigin] for possible values." +msgstr "" + +#: doc/classes/TileMap.xml:236 +msgid "" +"If [code]true[/code], the TileMap's direct children will be drawn in order " +"of their Y coordinate." +msgstr "" + +#: doc/classes/TileMap.xml:239 +msgid "" +"If [code]true[/code], the textures will be centered in the middle of each " +"tile. This is useful for certain isometric or top-down modes when textures " +"are made larger or smaller than the tiles (e.g. to avoid flickering on tile " +"edges). The offset is still applied, but from the center of the tile. If " +"used, [member compatibility_mode] is ignored.\n" +"If [code]false[/code], the texture position start in the top-left corner " +"unless [member compatibility_mode] is enabled." +msgstr "" + +#: doc/classes/TileMap.xml:243 +msgid "" +"Bounce value for static body collisions (see [code]collision_use_kinematic[/" +"code])." +msgstr "" + +#: doc/classes/TileMap.xml:246 +msgid "" +"Friction value for static body collisions (see " +"[code]collision_use_kinematic[/code])." +msgstr "" + +#: doc/classes/TileMap.xml:249 +msgid "" +"The collision layer(s) for all colliders in the TileMap. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/TileMap.xml:252 +msgid "" +"The collision mask(s) for all colliders in the TileMap. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/TileMap.xml:255 +msgid "" +"If [code]true[/code], TileMap collisions will be handled as a kinematic " +"body. If [code]false[/code], collisions will be handled as static body." +msgstr "" + +#: doc/classes/TileMap.xml:258 +msgid "" +"If [code]true[/code], this tilemap's collision shape will be added to the " +"collision shape of the parent. The parent has to be a [CollisionObject2D]." +msgstr "" + +#: doc/classes/TileMap.xml:261 +msgid "" +"If [code]true[/code], the compatibility with the tilemaps made in Godot 3.1 " +"or earlier is maintained (textures move when the tile origin changes and " +"rotate if the texture size is not homogeneous). This mode presents problems " +"when doing [code]flip_h[/code], [code]flip_v[/code] and [code]transpose[/" +"code] tile operations on non-homogeneous isometric tiles (e.g. 2:1), in " +"which the texture could not coincide with the collision, thus it is not " +"recommended for isometric or non-square tiles.\n" +"If [code]false[/code], the textures do not move when doing [code]flip_h[/" +"code], [code]flip_v[/code] operations if no offset is used, nor when " +"changing the tile origin.\n" +"The compatibility mode doesn't work with the [member centered_textures] " +"option, because displacing textures with the [member cell_tile_origin] " +"option or in irregular tiles is not relevant when centering those textures." +msgstr "" + +#: doc/classes/TileMap.xml:266 +msgid "The TileMap orientation mode. See [enum Mode] for possible values." +msgstr "" + +#: doc/classes/TileMap.xml:269 +msgid "" +"The light mask assigned to all light occluders in the TileMap. The TileSet's " +"light occluders will cast shadows only from Light2D(s) that have the same " +"light mask(s)." +msgstr "" + +#: doc/classes/TileMap.xml:272 +msgid "" +"If [code]true[/code], collision shapes are visible in the editor. Doesn't " +"affect collision shapes visibility at runtime. To show collision shapes at " +"runtime, enable [b]Visible Collision Shapes[/b] in the [b]Debug[/b] menu " +"instead." +msgstr "" + +#: doc/classes/TileMap.xml:275 +msgid "The assigned [TileSet]." +msgstr "" + +#: doc/classes/TileMap.xml:281 +msgid "Emitted when a tilemap setting has changed." +msgstr "" + +#: doc/classes/TileMap.xml:287 +msgid "Returned when a cell doesn't exist." +msgstr "" + +#: doc/classes/TileMap.xml:290 +msgid "Orthogonal orientation mode." +msgstr "" + +#: doc/classes/TileMap.xml:293 +msgid "Isometric orientation mode." +msgstr "" + +#: doc/classes/TileMap.xml:296 +msgid "Custom orientation mode." +msgstr "" + +#: doc/classes/TileMap.xml:299 +msgid "Half offset on the X coordinate." +msgstr "" + +#: doc/classes/TileMap.xml:302 +msgid "Half offset on the Y coordinate." +msgstr "" + +#: doc/classes/TileMap.xml:305 +msgid "Half offset disabled." +msgstr "" + +#: doc/classes/TileMap.xml:308 +msgid "Half offset on the X coordinate (negative)." +msgstr "" + +#: doc/classes/TileMap.xml:311 +msgid "Half offset on the Y coordinate (negative)." +msgstr "" + +#: doc/classes/TileMap.xml:314 +msgid "Tile origin at its top-left corner." +msgstr "" + +#: doc/classes/TileMap.xml:317 +msgid "Tile origin at its center." +msgstr "" + +#: doc/classes/TileMap.xml:320 +msgid "Tile origin at its bottom-left corner." +msgstr "" + +#: doc/classes/TileSet.xml:4 +msgid "Tile library for tilemaps." +msgstr "" + +#: doc/classes/TileSet.xml:7 +msgid "" +"A TileSet is a library of tiles for a [TileMap]. It contains a list of " +"tiles, each consisting of a sprite and optional collision shapes.\n" +"Tiles are referenced by a unique integer ID." +msgstr "" + +#: doc/classes/TileSet.xml:42 +msgid "" +"Determines when the auto-tiler should consider two different auto-tile IDs " +"to be bound together.\n" +"[b]Note:[/b] [code]neighbor_id[/code] will be [code]-1[/code] ([constant " +"TileMap.INVALID_CELL]) when checking a tile against an empty neighbor tile." +msgstr "" + +#: doc/classes/TileSet.xml:50 +msgid "Clears all bitmask information of the autotile." +msgstr "" + +#: doc/classes/TileSet.xml:58 +msgid "" +"Returns the bitmask of the subtile from an autotile given its coordinates.\n" +"The value is the sum of the values in [enum AutotileBindings] present in the " +"subtile (e.g. a value of 5 means the bitmask has bindings in both the top " +"left and top right)." +msgstr "" + +#: doc/classes/TileSet.xml:66 +msgid "Returns the [enum BitmaskMode] of the autotile." +msgstr "" + +#: doc/classes/TileSet.xml:73 +msgid "" +"Returns the subtile that's being used as an icon in an atlas/autotile given " +"its coordinates.\n" +"The subtile defined as the icon will be used as a fallback when the atlas/" +"autotile's bitmask information is incomplete. It will also be used to " +"represent it in the TileSet editor." +msgstr "" + +#: doc/classes/TileSet.xml:82 +msgid "" +"Returns the light occluder of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:90 +msgid "" +"Returns the navigation polygon of the subtile from an atlas/autotile given " +"its coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:97 +msgid "Returns the size of the subtiles in an atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:104 +msgid "Returns the spacing between subtiles of the atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:112 +msgid "" +"Returns the priority of the subtile from an autotile given its coordinates.\n" +"When more than one subtile has the same bitmask value, one of them will be " +"picked randomly for drawing. Its priority will define how often it will be " +"picked." +msgstr "" + +#: doc/classes/TileSet.xml:121 +msgid "" +"Returns the drawing index of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:130 +msgid "" +"Sets the bitmask of the subtile from an autotile given its coordinates.\n" +"The value is the sum of the values in [enum AutotileBindings] present in the " +"subtile (e.g. a value of 5 means the bitmask has bindings in both the top " +"left and top right)." +msgstr "" + +#: doc/classes/TileSet.xml:139 +msgid "Sets the [enum BitmaskMode] of the autotile." +msgstr "" + +#: doc/classes/TileSet.xml:147 +msgid "" +"Sets the subtile that will be used as an icon in an atlas/autotile given its " +"coordinates.\n" +"The subtile defined as the icon will be used as a fallback when the atlas/" +"autotile's bitmask information is incomplete. It will also be used to " +"represent it in the TileSet editor." +msgstr "" + +#: doc/classes/TileSet.xml:157 +msgid "" +"Sets the light occluder of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:166 +msgid "" +"Sets the navigation polygon of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:174 +msgid "Sets the size of the subtiles in an atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:182 +msgid "Sets the spacing between subtiles of the atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:191 +msgid "" +"Sets the priority of the subtile from an autotile given its coordinates.\n" +"When more than one subtile has the same bitmask value, one of them will be " +"picked randomly for drawing. Its priority will define how often it will be " +"picked." +msgstr "" + +#: doc/classes/TileSet.xml:201 +msgid "" +"Sets the drawing index of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:207 +msgid "Clears all tiles." +msgstr "" + +#: doc/classes/TileSet.xml:214 +msgid "Creates a new tile with the given ID." +msgstr "" + +#: doc/classes/TileSet.xml:221 +msgid "Returns the first tile matching the given name." +msgstr "" + +#: doc/classes/TileSet.xml:227 +msgid "" +"Returns the ID following the last currently used ID, useful when creating a " +"new tile." +msgstr "" + +#: doc/classes/TileSet.xml:233 +msgid "Returns an array of all currently used tile IDs." +msgstr "" + +#: doc/classes/TileSet.xml:240 +msgid "Removes the given tile ID." +msgstr "" + +#: doc/classes/TileSet.xml:251 +msgid "Adds a shape to the tile." +msgstr "" + +#: doc/classes/TileSet.xml:258 +msgid "Returns the tile's light occluder." +msgstr "" + +#: doc/classes/TileSet.xml:265 +msgid "Returns the tile's material." +msgstr "" + +#: doc/classes/TileSet.xml:272 +msgid "Returns the tile's modulation color." +msgstr "" + +#: doc/classes/TileSet.xml:279 +msgid "Returns the tile's name." +msgstr "" + +#: doc/classes/TileSet.xml:286 +msgid "Returns the navigation polygon of the tile." +msgstr "" + +#: doc/classes/TileSet.xml:293 +msgid "Returns the offset of the tile's navigation polygon." +msgstr "" + +#: doc/classes/TileSet.xml:300 +msgid "Returns the tile's normal map texture." +msgstr "" + +#: doc/classes/TileSet.xml:307 +msgid "Returns the offset of the tile's light occluder." +msgstr "" + +#: doc/classes/TileSet.xml:314 +msgid "Returns the tile sub-region in the texture." +msgstr "" + +#: doc/classes/TileSet.xml:322 +msgid "Returns a tile's given shape." +msgstr "" + +#: doc/classes/TileSet.xml:329 +msgid "Returns the number of shapes assigned to a tile." +msgstr "" + +#: doc/classes/TileSet.xml:337 +msgid "Returns the offset of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:345 +msgid "Returns the one-way collision value of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:360 +msgid "Returns the [Transform2D] of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:367 +msgid "" +"Returns an array of dictionaries describing the tile's shapes.\n" +"[b]Dictionary structure in the array returned by this method:[/b]\n" +"[codeblock]\n" +"{\n" +" \"autotile_coord\": Vector2,\n" +" \"one_way\": bool,\n" +" \"one_way_margin\": int,\n" +" \"shape\": CollisionShape2D,\n" +" \"shape_transform\": Transform2D,\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TileSet.xml:384 +msgid "Returns the tile's texture." +msgstr "" + +#: doc/classes/TileSet.xml:391 +msgid "Returns the texture offset of the tile." +msgstr "" + +#: doc/classes/TileSet.xml:398 +msgid "Returns the tile's [enum TileMode]." +msgstr "" + +#: doc/classes/TileSet.xml:405 +msgid "Returns the tile's Z index (drawing layer)." +msgstr "" + +#: doc/classes/TileSet.xml:413 +msgid "Sets a light occluder for the tile." +msgstr "" + +#: doc/classes/TileSet.xml:421 +msgid "Sets the tile's material." +msgstr "" + +#: doc/classes/TileSet.xml:429 +msgid "Sets the tile's modulation color." +msgstr "" + +#: doc/classes/TileSet.xml:437 +msgid "Sets the tile's name." +msgstr "" + +#: doc/classes/TileSet.xml:445 +msgid "Sets the tile's navigation polygon." +msgstr "" + +#: doc/classes/TileSet.xml:453 +msgid "Sets an offset for the tile's navigation polygon." +msgstr "" + +#: doc/classes/TileSet.xml:461 +msgid "" +"Sets the tile's normal map texture.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/TileSet.xml:470 +msgid "Sets an offset for the tile's light occluder." +msgstr "" + +#: doc/classes/TileSet.xml:478 +msgid "" +"Sets the tile's sub-region in the texture. This is common in texture atlases." +msgstr "" + +#: doc/classes/TileSet.xml:487 +msgid "Sets a shape for the tile, enabling collision." +msgstr "" + +#: doc/classes/TileSet.xml:496 +msgid "Sets the offset of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:505 +msgid "Enables one-way collision on a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:522 +msgid "Sets a [Transform2D] on a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:530 +msgid "Sets an array of shapes for the tile, enabling collision." +msgstr "" + +#: doc/classes/TileSet.xml:538 +msgid "Sets the tile's texture." +msgstr "" + +#: doc/classes/TileSet.xml:546 +msgid "Sets the tile's texture offset." +msgstr "" + +#: doc/classes/TileSet.xml:554 +msgid "Sets the tile's [enum TileMode]." +msgstr "" + +#: doc/classes/TileSet.xml:562 +msgid "Sets the tile's drawing index." +msgstr "" + +#: doc/classes/Timer.xml:4 +msgid "A countdown timer." +msgstr "" + +#: doc/classes/Timer.xml:7 +msgid "" +"Counts down a specified interval and emits a signal on reaching 0. Can be " +"set to repeat or \"one-shot\" mode.\n" +"[b]Note:[/b] To create a one-shot timer without instantiating a node, use " +"[method SceneTree.create_timer]." +msgstr "" + +#: doc/classes/Timer.xml:17 +msgid "Returns [code]true[/code] if the timer is stopped." +msgstr "" + +#: doc/classes/Timer.xml:24 +msgid "" +"Starts the timer. Sets [code]wait_time[/code] to [code]time_sec[/code] if " +"[code]time_sec > 0[/code]. This also resets the remaining time to " +"[code]wait_time[/code].\n" +"[b]Note:[/b] This method will not resume a paused timer. See [member paused]." +msgstr "" + +#: doc/classes/Timer.xml:31 +msgid "Stops the timer." +msgstr "" + +#: doc/classes/Timer.xml:37 +msgid "" +"If [code]true[/code], the timer will automatically start when entering the " +"scene tree.\n" +"[b]Note:[/b] This property is automatically set to [code]false[/code] after " +"the timer enters the scene tree and starts." +msgstr "" + +#: doc/classes/Timer.xml:41 +msgid "" +"If [code]true[/code], the timer will stop when reaching 0. If [code]false[/" +"code], it will restart." +msgstr "" + +#: doc/classes/Timer.xml:44 +msgid "" +"If [code]true[/code], the timer is paused and will not process until it is " +"unpaused again, even if [method start] is called." +msgstr "" + +#: doc/classes/Timer.xml:47 +msgid "Processing mode. See [enum TimerProcessMode]." +msgstr "" + +#: doc/classes/Timer.xml:50 +msgid "" +"The timer's remaining time in seconds. Returns 0 if the timer is inactive.\n" +"[b]Note:[/b] You cannot set this value. To change the timer's remaining " +"time, use [method start]." +msgstr "" + +#: doc/classes/Timer.xml:54 +msgid "" +"The wait time in seconds.\n" +"[b]Note:[/b] Timers can only emit once per rendered frame at most (or once " +"per physics frame if [member process_mode] is [constant " +"TIMER_PROCESS_PHYSICS]). This means very low wait times (lower than 0.05 " +"seconds) will behave in significantly different ways depending on the " +"rendered framerate. For very low wait times, it is recommended to use a " +"process loop in a script instead of using a Timer node." +msgstr "" + +#: doc/classes/Timer.xml:67 +msgid "" +"Update the timer during the physics step at each frame (fixed framerate " +"processing)." +msgstr "" + +#: doc/classes/Timer.xml:70 +msgid "Update the timer during the idle time at each frame." +msgstr "" + +#: doc/classes/ToolButton.xml:4 +msgid "Flat button helper class." +msgstr "" + +#: doc/classes/ToolButton.xml:7 +msgid "" +"This is a helper class to generate a flat [Button] (see [member Button." +"flat]), creating a [ToolButton] is equivalent to:\n" +"[codeblock]\n" +"var btn = Button.new()\n" +"btn.flat = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ToolButton.xml:24 +msgid "[StyleBox] used when the [ToolButton] is disabled." +msgstr "" + +#: doc/classes/ToolButton.xml:27 +msgid "" +"[StyleBox] used when the [ToolButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/ToolButton.xml:30 +msgid "[Font] of the [ToolButton]'s text." +msgstr "" + +#: doc/classes/ToolButton.xml:33 +msgid "Default text [Color] of the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:36 +msgid "Text [Color] used when the [ToolButton] is disabled." +msgstr "" + +#: doc/classes/ToolButton.xml:39 +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ToolButton.xml:42 +msgid "Text [Color] used when the [ToolButton] is being hovered." +msgstr "" + +#: doc/classes/ToolButton.xml:45 +msgid "Text [Color] used when the [ToolButton] is being pressed." +msgstr "" + +#: doc/classes/ToolButton.xml:48 +msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgstr "" + +#: doc/classes/ToolButton.xml:51 +msgid "The horizontal space between [ToolButton]'s icon and text." +msgstr "" + +#: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 +msgid "[StyleBox] used when the [ToolButton] is being pressed." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:4 +msgid "Button for touch screen devices for gameplay use." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:7 +msgid "" +"TouchScreenButton allows you to create on-screen buttons for touch devices. " +"It's intended for gameplay use, such as a unit you have to touch to move. " +"Unlike [Button], TouchScreenButton supports multitouch out of the box. " +"Several TouchScreenButtons can be pressed at the same time with touch " +"input.\n" +"This node inherits from [Node2D]. Unlike with [Control] nodes, you cannot " +"set anchors on it. If you want to create menus or user interfaces, you may " +"want to use [Button] nodes instead. To make button nodes react to touch " +"events, you can enable the Emulate Mouse option in the Project Settings.\n" +"You can configure TouchScreenButton to be visible only on touch devices, " +"helping you develop your game both for desktop and mobile devices." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:17 +msgid "Returns [code]true[/code] if this button is currently pressed." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:23 +msgid "The button's action. Actions can be handled with [InputEventAction]." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:26 +msgid "The button's bitmask." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:29 +msgid "The button's texture for the normal state." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:32 +msgid "" +"If [code]true[/code], the [signal pressed] and [signal released] signals are " +"emitted whenever a pressed finger goes in and out of the button, even if the " +"pressure started outside the active area of the button.\n" +"[b]Note:[/b] This is a \"pass-by\" (not \"bypass\") press mode." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:36 +msgid "The button's texture for the pressed state." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:39 +msgid "The button's shape." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:42 +msgid "" +"If [code]true[/code], the button's shape is centered in the provided " +"texture. If no texture is used, this property has no effect." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:45 +msgid "If [code]true[/code], the button's shape is visible." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:48 +msgid "" +"The button's visibility mode. See [enum VisibilityMode] for possible values." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:54 +msgid "Emitted when the button is pressed (down)." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:59 +msgid "Emitted when the button is released (up)." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:65 +msgid "Always visible." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:68 +msgid "Visible on touch screens only." +msgstr "" + +#: doc/classes/Transform.xml:4 +msgid "3D transformation (3×4 matrix)." +msgstr "" + +#: doc/classes/Transform.xml:7 +msgid "" +"3×4 matrix (3 rows, 4 columns) used for 3D linear transformations. It can " +"represent transformations such as translation, rotation, or scaling. It " +"consists of a [member basis] (first 3 columns) and a [Vector3] for the " +"[member origin] (last column).\n" +"For more information, read the \"Matrices and transforms\" documentation " +"article." +msgstr "" + +#: doc/classes/Transform.xml:26 +msgid "" +"Constructs a Transform from four [Vector3] values (matrix columns). Each " +"axis corresponds to local basis vectors (some of which may be scaled)." +msgstr "" + +#: doc/classes/Transform.xml:34 +msgid "Constructs a Transform from a [Basis] and [Vector3]." +msgstr "" + +#: doc/classes/Transform.xml:41 +msgid "Constructs a Transform from a [Transform2D]." +msgstr "" + +#: doc/classes/Transform.xml:48 +msgid "" +"Constructs a Transform from a [Quat]. The origin will be [code]Vector3(0, 0, " +"0)[/code]." +msgstr "" + +#: doc/classes/Transform.xml:55 +msgid "" +"Constructs the Transform from a [Basis]. The origin will be Vector3(0, 0, 0)." +msgstr "" + +#: doc/classes/Transform.xml:61 doc/classes/Transform2D.xml:44 +msgid "" +"Returns the inverse of the transform, under the assumption that the " +"transformation is composed of rotation, scaling and translation." +msgstr "" + +#: doc/classes/Transform.xml:69 +msgid "" +"Interpolates the transform to other Transform by weight amount (on the range " +"of 0.0 to 1.0)." +msgstr "" + +#: doc/classes/Transform.xml:75 +msgid "" +"Returns the inverse of the transform, under the assumption that the " +"transformation is composed of rotation and translation (no scaling, use " +"affine_inverse for transforms with scaling)." +msgstr "" + +#: doc/classes/Transform.xml:82 doc/classes/Transform2D.xml:99 +msgid "" +"Returns [code]true[/code] if this transform and [code]transform[/code] are " +"approximately equal, by calling [code]is_equal_approx[/code] on each " +"component." +msgstr "" + +#: doc/classes/Transform.xml:90 +msgid "" +"Returns a copy of the transform rotated such that its -Z axis points towards " +"the [code]target[/code] position.\n" +"The transform will first be rotated around the given [code]up[/code] vector, " +"and then fully aligned to the target by a further rotation around an axis " +"perpendicular to both the [code]target[/code] and [code]up[/code] vectors.\n" +"Operations take place in global space." +msgstr "" + +#: doc/classes/Transform.xml:98 +msgid "" +"Returns the transform with the basis orthogonal (90 degrees), and normalized " +"axis vectors." +msgstr "" + +#: doc/classes/Transform.xml:106 +msgid "" +"Rotates the transform around the given axis by the given angle (in radians), " +"using matrix multiplication. The axis must be a normalized vector." +msgstr "" + +#: doc/classes/Transform.xml:113 +msgid "" +"Scales basis and origin of the transform by the given scale factor, using " +"matrix multiplication." +msgstr "" + +#: doc/classes/Transform.xml:120 doc/classes/Transform2D.xml:126 +msgid "" +"Translates the transform by the given offset, relative to the transform's " +"basis vectors.\n" +"Unlike [method rotated] and [method scaled], this does not use matrix " +"multiplication." +msgstr "" + +#: doc/classes/Transform.xml:128 +msgid "" +"Transforms the given [Vector3], [Plane], [AABB], or [PoolVector3Array] by " +"this transform." +msgstr "" + +#: doc/classes/Transform.xml:135 +msgid "" +"Inverse-transforms the given [Vector3], [Plane], [AABB], or " +"[PoolVector3Array] by this transform." +msgstr "" + +#: doc/classes/Transform.xml:141 +msgid "" +"The basis is a matrix containing 3 [Vector3] as its columns: X axis, Y axis, " +"and Z axis. These vectors can be interpreted as the basis vectors of local " +"coordinate system traveling with the object." +msgstr "" + +#: doc/classes/Transform.xml:144 +msgid "" +"The translation offset of the transform (column 3, the fourth column). " +"Equivalent to array index [code]3[/code]." +msgstr "" + +#: doc/classes/Transform.xml:149 +msgid "" +"[Transform] with no translation, rotation or scaling applied. When applied " +"to other data structures, [constant IDENTITY] performs no transformation." +msgstr "" + +#: doc/classes/Transform.xml:152 +msgid "[Transform] with mirroring applied perpendicular to the YZ plane." +msgstr "" + +#: doc/classes/Transform.xml:155 +msgid "[Transform] with mirroring applied perpendicular to the XZ plane." +msgstr "" + +#: doc/classes/Transform.xml:158 +msgid "[Transform] with mirroring applied perpendicular to the XY plane." +msgstr "" + +#: doc/classes/Transform2D.xml:4 +msgid "2D transformation (2×3 matrix)." +msgstr "" + +#: doc/classes/Transform2D.xml:7 +msgid "" +"2×3 matrix (2 rows, 3 columns) used for 2D linear transformations. It can " +"represent transformations such as translation, rotation, or scaling. It " +"consists of three [Vector2] values: [member x], [member y], and the [member " +"origin].\n" +"For more information, read the \"Matrices and transforms\" documentation " +"article." +msgstr "" + +#: doc/classes/Transform2D.xml:21 +msgid "Constructs the transform from a 3D [Transform]." +msgstr "" + +#: doc/classes/Transform2D.xml:30 +msgid "" +"Constructs the transform from 3 [Vector2] values representing [member x], " +"[member y], and the [member origin] (the three column vectors)." +msgstr "" + +#: doc/classes/Transform2D.xml:38 +msgid "Constructs the transform from a given angle (in radians) and position." +msgstr "" + +#: doc/classes/Transform2D.xml:51 +msgid "" +"Returns a vector transformed (multiplied) by the basis matrix.\n" +"This method does not account for translation (the origin vector)." +msgstr "" + +#: doc/classes/Transform2D.xml:59 +msgid "" +"Returns a vector transformed (multiplied) by the inverse basis matrix.\n" +"This method does not account for translation (the origin vector)." +msgstr "" + +#: doc/classes/Transform2D.xml:66 +msgid "Returns the transform's origin (translation)." +msgstr "" + +#: doc/classes/Transform2D.xml:72 +msgid "Returns the transform's rotation (in radians)." +msgstr "" + +#: doc/classes/Transform2D.xml:78 +msgid "Returns the scale." +msgstr "" + +#: doc/classes/Transform2D.xml:86 +msgid "" +"Returns a transform interpolated between this transform and another by a " +"given [code]weight[/code] (on the range of 0.0 to 1.0)." +msgstr "" + +#: doc/classes/Transform2D.xml:92 +msgid "" +"Returns the inverse of the transform, under the assumption that the " +"transformation is composed of rotation and translation (no scaling, use " +"[method affine_inverse] for transforms with scaling)." +msgstr "" + +#: doc/classes/Transform2D.xml:105 +msgid "" +"Returns the transform with the basis orthogonal (90 degrees), and normalized " +"axis vectors (scale of 1 or -1)." +msgstr "" + +#: doc/classes/Transform2D.xml:112 +msgid "" +"Rotates the transform by the given angle (in radians), using matrix " +"multiplication." +msgstr "" + +#: doc/classes/Transform2D.xml:119 +msgid "" +"Scales the transform by the given scale factor, using matrix multiplication." +msgstr "" + +#: doc/classes/Transform2D.xml:134 +msgid "" +"Transforms the given [Vector2], [Rect2], or [PoolVector2Array] by this " +"transform." +msgstr "" + +#: doc/classes/Transform2D.xml:141 +msgid "" +"Inverse-transforms the given [Vector2], [Rect2], or [PoolVector2Array] by " +"this transform." +msgstr "" + +#: doc/classes/Transform2D.xml:147 +msgid "" +"The origin vector (column 2, the third column). Equivalent to array index " +"[code]2[/code]. The origin vector represents translation." +msgstr "" + +#: doc/classes/Transform2D.xml:158 +msgid "" +"The identity [Transform2D] with no translation, rotation or scaling applied. " +"When applied to other data structures, [constant IDENTITY] performs no " +"transformation." +msgstr "" + +#: doc/classes/Transform2D.xml:161 +msgid "The [Transform2D] that will flip something along the X axis." +msgstr "" + +#: doc/classes/Transform2D.xml:164 +msgid "The [Transform2D] that will flip something along the Y axis." +msgstr "" + +#: doc/classes/Translation.xml:4 +msgid "Language Translation." +msgstr "" + +#: doc/classes/Translation.xml:7 +msgid "" +"Translations are resources that can be loaded and unloaded on demand. They " +"map a string to another string." +msgstr "" + +#: doc/classes/Translation.xml:10 doc/classes/TranslationServer.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/i18n/internationalizing_games." +"html" +msgstr "" + +#: doc/classes/Translation.xml:11 doc/classes/TranslationServer.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/i18n/locales.html" +msgstr "" + +#: doc/classes/Translation.xml:18 +msgid "Virtual method to override [method get_message]." +msgstr "" + +#: doc/classes/Translation.xml:26 +msgid "Adds a message if nonexistent, followed by its translation." +msgstr "" + +#: doc/classes/Translation.xml:33 +msgid "Erases a message." +msgstr "" + +#: doc/classes/Translation.xml:40 +msgid "Returns a message's translation." +msgstr "" + +#: doc/classes/Translation.xml:46 +msgid "Returns the number of existing messages." +msgstr "" + +#: doc/classes/Translation.xml:52 +msgid "Returns all the messages (keys)." +msgstr "" + +#: doc/classes/Translation.xml:58 +msgid "The locale of the translation." +msgstr "" + +#: doc/classes/TranslationServer.xml:4 +msgid "Server that manages all translations." +msgstr "" + +#: doc/classes/TranslationServer.xml:7 +msgid "" +"Server that manages all translations. Translations can be set to it and " +"removed from it." +msgstr "" + +#: doc/classes/TranslationServer.xml:18 +msgid "Adds a [Translation] resource." +msgstr "" + +#: doc/classes/TranslationServer.xml:24 +msgid "Clears the server from all translations." +msgstr "" + +#: doc/classes/TranslationServer.xml:30 +msgid "Returns an array of all loaded locales of the project." +msgstr "" + +#: doc/classes/TranslationServer.xml:36 +msgid "" +"Returns the current locale of the project.\n" +"See also [method OS.get_locale] and [method OS.get_locale_language] to query " +"the locale of the user system." +msgstr "" + +#: doc/classes/TranslationServer.xml:44 +msgid "" +"Returns a locale's language and its variant (e.g. [code]\"en_US\"[/code] " +"would return [code]\"English (United States)\"[/code])." +msgstr "" + +#: doc/classes/TranslationServer.xml:51 +msgid "Removes the given translation from the server." +msgstr "" + +#: doc/classes/TranslationServer.xml:58 +msgid "" +"Sets the locale of the project. The [code]locale[/code] string will be " +"standardized to match known locales (e.g. [code]en-US[/code] would be " +"matched to [code]en_US[/code]).\n" +"If translations have been loaded beforehand for the new locale, they will be " +"applied." +msgstr "" + +#: doc/classes/TranslationServer.xml:66 +msgid "Returns the current locale's translation for the given message (key)." +msgstr "" + +#: doc/classes/Tree.xml:4 +msgid "Control to show a tree of items." +msgstr "" + +#: doc/classes/Tree.xml:7 +msgid "" +"This shows a tree of items that can be selected, expanded and collapsed. The " +"tree can have multiple columns with custom controls like text editing, " +"buttons and popups. It can be useful for structured displays and " +"interactions.\n" +"Trees are built via code, using [TreeItem] objects to create the structure. " +"They have a single root but multiple roots can be simulated if a dummy " +"hidden root is added.\n" +"[codeblock]\n" +"func _ready():\n" +" var tree = Tree.new()\n" +" var root = tree.create_item()\n" +" tree.set_hide_root(true)\n" +" var child1 = tree.create_item(root)\n" +" var child2 = tree.create_item(root)\n" +" var subchild1 = tree.create_item(child1)\n" +" subchild1.set_text(0, \"Subchild1\")\n" +"[/codeblock]\n" +"To iterate over all the [TreeItem] objects in a [Tree] object, use [method " +"TreeItem.get_next] and [method TreeItem.get_children] after getting the root " +"through [method get_root]. You can use [method Object.free] on a [TreeItem] " +"to remove it from the [Tree]." +msgstr "" + +#: doc/classes/Tree.xml:27 +msgid "Returns [code]true[/code] if the column titles are being shown." +msgstr "" + +#: doc/classes/Tree.xml:33 +msgid "Clears the tree. This removes all items." +msgstr "" + +#: doc/classes/Tree.xml:41 +msgid "" +"Creates an item in the tree and adds it as a child of [code]parent[/code].\n" +"If [code]parent[/code] is [code]null[/code], the root item will be the " +"parent, or the new item will be the root itself if the tree is empty.\n" +"The new item will be the [code]idx[/code]th child of parent, or it will be " +"the last child if there are not enough siblings." +msgstr "" + +#: doc/classes/Tree.xml:49 +msgid "" +"Edits the selected tree item as if it was clicked. The item must be set " +"editable with [method TreeItem.set_editable]. Returns [code]true[/code] if " +"the item could be edited. Fails if no item is selected." +msgstr "" + +#: doc/classes/Tree.xml:55 +msgid "" +"Makes the currently focused cell visible.\n" +"This will scroll the tree if necessary. In [constant SELECT_ROW] mode, this " +"will not do horizontal scrolling, as all the cells in the selected row is " +"focused logically.\n" +"[b]Note:[/b] Despite the name of this method, the focus cursor itself is " +"only visible in [constant SELECT_MULTI] mode." +msgstr "" + +#: doc/classes/Tree.xml:64 +msgid "" +"Returns the column index at [code]position[/code], or -1 if no item is there." +msgstr "" + +#: doc/classes/Tree.xml:71 +msgid "Returns the column's title." +msgstr "" + +#: doc/classes/Tree.xml:78 +msgid "Returns the column's width in pixels." +msgstr "" + +#: doc/classes/Tree.xml:84 +msgid "" +"Returns the rectangle for custom popups. Helper to create custom cell " +"controls that display a popup. See [method TreeItem.set_cell_mode]." +msgstr "" + +#: doc/classes/Tree.xml:91 +msgid "" +"Returns the drop section at [code]position[/code], or -100 if no item is " +"there.\n" +"Values -1, 0, or 1 will be returned for the \"above item\", \"on item\", and " +"\"below item\" drop sections, respectively. See [enum DropModeFlags] for a " +"description of each drop section.\n" +"To get the item which the returned drop section is relative to, use [method " +"get_item_at_position]." +msgstr "" + +#: doc/classes/Tree.xml:99 +msgid "" +"Returns the currently edited item. Can be used with [signal item_edited] to " +"get the item that was modified.\n" +"[codeblock]\n" +"func _ready():\n" +" $Tree.item_edited.connect(on_Tree_item_edited)\n" +"\n" +"func on_Tree_item_edited():\n" +" print($Tree.get_edited()) # This item just got edited (e.g. checked).\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Tree.xml:112 +msgid "Returns the column for the currently edited item." +msgstr "" + +#: doc/classes/Tree.xml:120 +msgid "" +"Returns the rectangle area for the specified item. If [code]column[/code] is " +"specified, only get the position and size of that column, otherwise get the " +"rectangle containing all columns." +msgstr "" + +#: doc/classes/Tree.xml:127 +msgid "" +"Returns the tree item at the specified position (relative to the tree origin " +"position)." +msgstr "" + +#: doc/classes/Tree.xml:134 +msgid "" +"Returns the next selected item after the given one, or [code]null[/code] if " +"the end is reached.\n" +"If [code]from[/code] is [code]null[/code], this returns the first selected " +"item." +msgstr "" + +#: doc/classes/Tree.xml:141 +msgid "Returns the last pressed button's index." +msgstr "" + +#: doc/classes/Tree.xml:147 +msgid "" +"Returns the tree's root item, or [code]null[/code] if the tree is empty." +msgstr "" + +#: doc/classes/Tree.xml:153 +msgid "Returns the current scrolling position." +msgstr "" + +#: doc/classes/Tree.xml:159 +msgid "" +"Returns the currently focused item, or [code]null[/code] if no item is " +"focused.\n" +"In [constant SELECT_ROW] and [constant SELECT_SINGLE] modes, the focused " +"item is same as the selected item. In [constant SELECT_MULTI] mode, the " +"focused item is the item under the focus cursor, not necessarily selected.\n" +"To get the currently selected item(s), use [method get_next_selected]." +msgstr "" + +#: doc/classes/Tree.xml:167 +msgid "" +"Returns the currently focused column, or -1 if no column is focused.\n" +"In [constant SELECT_SINGLE] mode, the focused column is the selected column. " +"In [constant SELECT_ROW] mode, the focused column is always 0 if any item is " +"selected. In [constant SELECT_MULTI] mode, the focused column is the column " +"under the focus cursor, and there are not necessarily any column selected.\n" +"To tell whether a column of an item is selected, use [method TreeItem." +"is_selected]." +msgstr "" + +#: doc/classes/Tree.xml:176 +msgid "Causes the [Tree] to jump to the specified item." +msgstr "" + +#: doc/classes/Tree.xml:184 +msgid "" +"If [code]true[/code], the column will have the \"Expand\" flag of [Control]. " +"Columns that have the \"Expand\" flag will use their \"min_width\" in a " +"similar fashion to [member Control.size_flags_stretch_ratio]." +msgstr "" + +#: doc/classes/Tree.xml:192 +msgid "" +"Sets the minimum width of a column. Columns that have the \"Expand\" flag " +"will use their \"min_width\" in a similar fashion to [member Control." +"size_flags_stretch_ratio]." +msgstr "" + +#: doc/classes/Tree.xml:200 +msgid "Sets the title of a column." +msgstr "" + +#: doc/classes/Tree.xml:207 +msgid "If [code]true[/code], column titles are visible." +msgstr "" + +#: doc/classes/Tree.xml:213 +msgid "" +"If [code]true[/code], the currently selected cell may be selected again." +msgstr "" + +#: doc/classes/Tree.xml:216 +msgid "If [code]true[/code], a right mouse button click can select items." +msgstr "" + +#: doc/classes/Tree.xml:219 +msgid "The number of columns." +msgstr "" + +#: doc/classes/Tree.xml:222 +msgid "" +"The drop mode as an OR combination of flags. See [enum DropModeFlags] " +"constants. Once dropping is done, reverts to [constant DROP_MODE_DISABLED]. " +"Setting this during [method Control.can_drop_data] is recommended.\n" +"This controls the drop sections, i.e. the decision and drawing of possible " +"drop locations based on the mouse position." +msgstr "" + +#: doc/classes/Tree.xml:227 +msgid "If [code]true[/code], the folding arrow is hidden." +msgstr "" + +#: doc/classes/Tree.xml:230 +msgid "If [code]true[/code], the tree's root is hidden." +msgstr "" + +#: doc/classes/Tree.xml:234 +msgid "" +"Allows single or multiple selection. See the [enum SelectMode] constants." +msgstr "" + +#: doc/classes/Tree.xml:243 +msgid "" +"Emitted when a button on the tree was pressed (see [method TreeItem." +"add_button])." +msgstr "" + +#: doc/classes/Tree.xml:248 +msgid "Emitted when a cell is selected." +msgstr "" + +#: doc/classes/Tree.xml:254 +msgid "Emitted when a column's title is pressed." +msgstr "" + +#: doc/classes/Tree.xml:260 +msgid "" +"Emitted when a cell with the [constant TreeItem.CELL_MODE_CUSTOM] is clicked " +"to be edited." +msgstr "" + +#: doc/classes/Tree.xml:266 +msgid "" +"Emitted when the right mouse button is pressed in the empty space of the " +"tree." +msgstr "" + +#: doc/classes/Tree.xml:272 +msgid "" +"Emitted when the right mouse button is pressed if right mouse button " +"selection is active and the tree is empty." +msgstr "" + +#: doc/classes/Tree.xml:277 +msgid "Emitted when an item's label is double-clicked." +msgstr "" + +#: doc/classes/Tree.xml:283 +msgid "Emitted when an item is collapsed by a click on the folding arrow." +msgstr "" + +#: doc/classes/Tree.xml:288 +msgid "" +"Emitted when a custom button is pressed (i.e. in a [constant TreeItem." +"CELL_MODE_CUSTOM] mode cell)." +msgstr "" + +#: doc/classes/Tree.xml:293 +msgid "Emitted when an item's icon is double-clicked." +msgstr "" + +#: doc/classes/Tree.xml:298 +msgid "Emitted when an item is edited." +msgstr "" + +#: doc/classes/Tree.xml:303 +msgid "Emitted when an item is edited using the right mouse button." +msgstr "" + +#: doc/classes/Tree.xml:309 +msgid "Emitted when an item is selected with the right mouse button." +msgstr "" + +#: doc/classes/Tree.xml:314 +msgid "Emitted when an item is selected." +msgstr "" + +#: doc/classes/Tree.xml:322 +msgid "" +"Emitted instead of [code]item_selected[/code] if [code]select_mode[/code] is " +"[constant SELECT_MULTI]." +msgstr "" + +#: doc/classes/Tree.xml:327 +msgid "Emitted when a left mouse button click does not select any item." +msgstr "" + +#: doc/classes/Tree.xml:333 +msgid "" +"Allows selection of a single cell at a time. From the perspective of items, " +"only a single item is allowed to be selected. And there is only one column " +"selected in the selected item.\n" +"The focus cursor is always hidden in this mode, but it is positioned at the " +"current selection, making the currently selected item the currently focused " +"item." +msgstr "" + +#: doc/classes/Tree.xml:337 +msgid "" +"Allows selection of a single row at a time. From the perspective of items, " +"only a single items is allowed to be selected. And all the columns are " +"selected in the selected item.\n" +"The focus cursor is always hidden in this mode, but it is positioned at the " +"first column of the current selection, making the currently selected item " +"the currently focused item." +msgstr "" + +#: doc/classes/Tree.xml:341 +msgid "" +"Allows selection of multiple cells at the same time. From the perspective of " +"items, multiple items are allowed to be selected. And there can be multiple " +"columns selected in each selected item.\n" +"The focus cursor is visible in this mode, the item or column under the " +"cursor is not necessarily selected." +msgstr "" + +#: doc/classes/Tree.xml:345 +msgid "" +"Disables all drop sections, but still allows to detect the \"on item\" drop " +"section by [method get_drop_section_at_position].\n" +"[b]Note:[/b] This is the default flag, it has no effect when combined with " +"other flags." +msgstr "" + +#: doc/classes/Tree.xml:349 +msgid "" +"Enables the \"on item\" drop section. This drop section covers the entire " +"item.\n" +"When combined with [constant DROP_MODE_INBETWEEN], this drop section halves " +"the height and stays centered vertically." +msgstr "" + +#: doc/classes/Tree.xml:353 +msgid "" +"Enables \"above item\" and \"below item\" drop sections. The \"above item\" " +"drop section covers the top half of the item, and the \"below item\" drop " +"section covers the bottom half.\n" +"When combined with [constant DROP_MODE_ON_ITEM], these drop sections halves " +"the height and stays on top / bottom accordingly." +msgstr "" + +#: doc/classes/Tree.xml:359 +msgid "The arrow icon used when a foldable item is not collapsed." +msgstr "" + +#: doc/classes/Tree.xml:362 +msgid "The arrow icon used when a foldable item is collapsed." +msgstr "" + +#: doc/classes/Tree.xml:365 +msgid "" +"Default [StyleBox] for the [Tree], i.e. used when the control is not being " +"focused." +msgstr "" + +#: doc/classes/Tree.xml:368 +msgid "[StyleBox] used when the [Tree] is being focused." +msgstr "" + +#: doc/classes/Tree.xml:371 +msgid "The horizontal space between each button in a cell." +msgstr "" + +#: doc/classes/Tree.xml:374 +msgid "[StyleBox] used when a button in the tree is pressed." +msgstr "" + +#: doc/classes/Tree.xml:377 +msgid "" +"The check icon to display when the [constant TreeItem.CELL_MODE_CHECK] mode " +"cell is checked." +msgstr "" + +#: doc/classes/Tree.xml:380 +msgid "[StyleBox] used for the cursor, when the [Tree] is being focused." +msgstr "" + +#: doc/classes/Tree.xml:383 +msgid "[StyleBox] used for the cursor, when the [Tree] is not being focused." +msgstr "" + +#: doc/classes/Tree.xml:386 +msgid "" +"Default [StyleBox] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell." +msgstr "" + +#: doc/classes/Tree.xml:389 +msgid "" +"Text [Color] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's " +"hovered." +msgstr "" + +#: doc/classes/Tree.xml:392 +msgid "" +"[StyleBox] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's " +"hovered." +msgstr "" + +#: doc/classes/Tree.xml:395 +msgid "" +"[StyleBox] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's " +"pressed." +msgstr "" + +#: doc/classes/Tree.xml:398 +msgid "" +"Draws the guidelines if not zero, this acts as a boolean. The guideline is a " +"horizontal line drawn at the bottom of each item." +msgstr "" + +#: doc/classes/Tree.xml:401 +msgid "" +"Draws the relationship lines if not zero, this acts as a boolean. " +"Relationship lines are drawn at the start of child items to show hierarchy." +msgstr "" + +#: doc/classes/Tree.xml:404 +msgid "" +"[Color] used to draw possible drop locations. See [enum DropModeFlags] " +"constants for further description of drop locations." +msgstr "" + +#: doc/classes/Tree.xml:416 +msgid "[Color] of the guideline." +msgstr "" + +#: doc/classes/Tree.xml:419 +msgid "" +"The horizontal space between item cells. This is also used as the margin at " +"the start of an item when folding is disabled." +msgstr "" + +#: doc/classes/Tree.xml:422 +msgid "" +"The horizontal margin at the start of an item. This is used when folding is " +"enabled for the item." +msgstr "" + +#: doc/classes/Tree.xml:425 +msgid "[Color] of the relationship lines." +msgstr "" + +#: doc/classes/Tree.xml:428 +msgid "" +"The maximum distance between the mouse cursor and the control's border to " +"trigger border scrolling when dragging." +msgstr "" + +#: doc/classes/Tree.xml:431 +msgid "The speed of border scrolling." +msgstr "" + +#: doc/classes/Tree.xml:434 +msgid "" +"The arrow icon to display for the [constant TreeItem.CELL_MODE_RANGE] mode " +"cell." +msgstr "" + +#: doc/classes/Tree.xml:437 +msgid "" +"[StyleBox] for the selected items, used when the [Tree] is not being focused." +msgstr "" + +#: doc/classes/Tree.xml:440 +msgid "" +"[StyleBox] for the selected items, used when the [Tree] is being focused." +msgstr "" + +#: doc/classes/Tree.xml:443 +msgid "Default text [Color] of the title button." +msgstr "" + +#: doc/classes/Tree.xml:446 +msgid "[Font] of the title button's text." +msgstr "" + +#: doc/classes/Tree.xml:449 +msgid "[StyleBox] used when the title button is being hovered." +msgstr "" + +#: doc/classes/Tree.xml:452 +msgid "Default [StyleBox] for the title button." +msgstr "" + +#: doc/classes/Tree.xml:455 +msgid "[StyleBox] used when the title button is being pressed." +msgstr "" + +#: doc/classes/Tree.xml:458 +msgid "" +"The check icon to display when the [constant TreeItem.CELL_MODE_CHECK] mode " +"cell is unchecked." +msgstr "" + +#: doc/classes/Tree.xml:461 +msgid "" +"The updown arrow icon to display for the [constant TreeItem.CELL_MODE_RANGE] " +"mode cell." +msgstr "" + +#: doc/classes/Tree.xml:464 +msgid "" +"The vertical padding inside each item, i.e. the distance between the item's " +"content and top/bottom border." +msgstr "" + +#: doc/classes/TreeItem.xml:4 +msgid "Control for a single item inside a [Tree]." +msgstr "" + +#: doc/classes/TreeItem.xml:7 +msgid "" +"Control for a single item inside a [Tree]. May have child [TreeItem]s and be " +"styled as well as contain buttons.\n" +"You can remove a [TreeItem] by using [method Object.free]." +msgstr "" + +#: doc/classes/TreeItem.xml:21 +msgid "" +"Adds a button with [Texture] [code]button[/code] at column [code]column[/" +"code]. The [code]button_idx[/code] index is used to identify the button when " +"calling other methods. If not specified, the next available index is used, " +"which may be retrieved by calling [method get_button_count] immediately " +"after this method. Optionally, the button can be [code]disabled[/code] and " +"have a [code]tooltip[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:28 +msgid "" +"Calls the [code]method[/code] on the actual TreeItem and its children " +"recursively. Pass parameters as a comma separated list." +msgstr "" + +#: doc/classes/TreeItem.xml:35 +msgid "Resets the background color for the given column to default." +msgstr "" + +#: doc/classes/TreeItem.xml:42 +msgid "Resets the color for the given column to default." +msgstr "" + +#: doc/classes/TreeItem.xml:49 +msgid "Deselects the given column." +msgstr "" + +#: doc/classes/TreeItem.xml:57 +msgid "" +"Removes the button at index [code]button_idx[/code] in column [code]column[/" +"code]." +msgstr "" + +#: doc/classes/TreeItem.xml:65 +msgid "" +"Returns the [Texture] of the button at index [code]button_idx[/code] in " +"column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:72 +msgid "" +"Returns the number of buttons in column [code]column[/code]. May be used to " +"get the most recently added button's index, if no index was specified." +msgstr "" + +#: doc/classes/TreeItem.xml:80 +msgid "" +"Returns the tooltip string for the button at index [code]button_idx[/code] " +"in column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:87 +msgid "Returns the column's cell mode." +msgstr "" + +#: doc/classes/TreeItem.xml:93 +msgid "" +"Returns the TreeItem's first child item or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:100 +msgid "Returns the custom background color of column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:107 +msgid "Returns the custom color of column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:114 +msgid "Returns [code]true[/code] if [code]expand_right[/code] is set." +msgstr "" + +#: doc/classes/TreeItem.xml:121 +msgid "Returns the given column's icon [Texture]. Error if no icon is set." +msgstr "" + +#: doc/classes/TreeItem.xml:128 +msgid "Returns the column's icon's maximum width." +msgstr "" + +#: doc/classes/TreeItem.xml:135 +msgid "Returns the [Color] modulating the column's icon." +msgstr "" + +#: doc/classes/TreeItem.xml:142 +msgid "Returns the icon [Texture] region as [Rect2]." +msgstr "" + +#: doc/classes/TreeItem.xml:149 +msgid "" +"Returns the metadata value that was set for the given column using [method " +"set_metadata]." +msgstr "" + +#: doc/classes/TreeItem.xml:155 +msgid "" +"Returns the next TreeItem in the tree or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:162 +msgid "" +"Returns the next visible TreeItem in the tree or a null object if there is " +"none.\n" +"If [code]wrap[/code] is enabled, the method will wrap around to the first " +"visible element in the tree when called on the last visible element, " +"otherwise it returns [code]null[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:169 +msgid "Returns the parent TreeItem or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:175 +msgid "" +"Returns the previous TreeItem in the tree or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:182 +msgid "" +"Returns the previous visible TreeItem in the tree or a null object if there " +"is none.\n" +"If [code]wrap[/code] is enabled, the method will wrap around to the last " +"visible element in the tree when called on the first visible element, " +"otherwise it returns [code]null[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:190 +msgid "Returns the value of a [constant CELL_MODE_RANGE] column." +msgstr "" + +#: doc/classes/TreeItem.xml:197 +msgid "" +"Returns a dictionary containing the range parameters for a given column. The " +"keys are \"min\", \"max\", \"step\", and \"expr\"." +msgstr "" + +#: doc/classes/TreeItem.xml:204 +msgid "Gets the suffix string shown after the column value." +msgstr "" + +#: doc/classes/TreeItem.xml:211 +msgid "Returns the given column's text." +msgstr "" + +#: doc/classes/TreeItem.xml:218 +msgid "Returns the given column's text alignment." +msgstr "" + +#: doc/classes/TreeItem.xml:225 +msgid "Returns the given column's tooltip." +msgstr "" + +#: doc/classes/TreeItem.xml:233 +msgid "" +"Returns [code]true[/code] if the button at index [code]button_idx[/code] for " +"the given column is disabled." +msgstr "" + +#: doc/classes/TreeItem.xml:240 +msgid "Returns [code]true[/code] if the given column is checked." +msgstr "" + +#: doc/classes/TreeItem.xml:253 +msgid "Returns [code]true[/code] if column [code]column[/code] is editable." +msgstr "" + +#: doc/classes/TreeItem.xml:260 +msgid "Returns [code]true[/code] if column [code]column[/code] is selectable." +msgstr "" + +#: doc/classes/TreeItem.xml:267 +msgid "Returns [code]true[/code] if column [code]column[/code] is selected." +msgstr "" + +#: doc/classes/TreeItem.xml:273 +msgid "Moves this TreeItem to the bottom in the [Tree] hierarchy." +msgstr "" + +#: doc/classes/TreeItem.xml:279 +msgid "Moves this TreeItem to the top in the [Tree] hierarchy." +msgstr "" + +#: doc/classes/TreeItem.xml:286 +msgid "" +"Removes the given child [TreeItem] and all its children from the [Tree]. " +"Note that it doesn't free the item from memory, so it can be reused later. " +"To completely remove a [TreeItem] use [method Object.free]." +msgstr "" + +#: doc/classes/TreeItem.xml:293 +msgid "Selects the column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:302 +msgid "" +"Sets the given column's button [Texture] at index [code]button_idx[/code] to " +"[code]button[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:311 +msgid "" +"If [code]true[/code], disables the button at index [code]button_idx[/code] " +"in column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:319 +msgid "" +"Sets the given column's cell mode to [code]mode[/code]. See [enum " +"TreeCellMode] constants." +msgstr "" + +#: doc/classes/TreeItem.xml:327 +msgid "If [code]true[/code], the column [code]column[/code] is checked." +msgstr "" + +#: doc/classes/TreeItem.xml:343 +msgid "" +"Sets the given column's custom background color and whether to just use it " +"as an outline." +msgstr "" + +#: doc/classes/TreeItem.xml:351 +msgid "Sets the given column's custom color." +msgstr "" + +#: doc/classes/TreeItem.xml:360 +msgid "" +"Sets the given column's custom draw callback to [code]callback[/code] method " +"on [code]object[/code].\n" +"The [code]callback[/code] should accept two arguments: the [TreeItem] that " +"is drawn and its position and size as a [Rect2]." +msgstr "" + +#: doc/classes/TreeItem.xml:369 +msgid "If [code]true[/code], column [code]column[/code] is editable." +msgstr "" + +#: doc/classes/TreeItem.xml:377 +msgid "" +"If [code]true[/code], column [code]column[/code] is expanded to the right." +msgstr "" + +#: doc/classes/TreeItem.xml:385 +msgid "Sets the given column's icon [Texture]." +msgstr "" + +#: doc/classes/TreeItem.xml:393 +msgid "Sets the given column's icon's maximum width." +msgstr "" + +#: doc/classes/TreeItem.xml:401 +msgid "Modulates the given column's icon with [code]modulate[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:409 +msgid "Sets the given column's icon's texture region." +msgstr "" + +#: doc/classes/TreeItem.xml:417 +msgid "" +"Sets the metadata value for the given column, which can be retrieved later " +"using [method get_metadata]. This can be used, for example, to store a " +"reference to the original data." +msgstr "" + +#: doc/classes/TreeItem.xml:425 +msgid "Sets the value of a [constant CELL_MODE_RANGE] column." +msgstr "" + +#: doc/classes/TreeItem.xml:436 +msgid "" +"Sets the range of accepted values for a column. The column must be in the " +"[constant CELL_MODE_RANGE] mode.\n" +"If [code]expr[/code] is [code]true[/code], the edit mode slider will use an " +"exponential scale as with [member Range.exp_edit]." +msgstr "" + +#: doc/classes/TreeItem.xml:445 +msgid "If [code]true[/code], the given column is selectable." +msgstr "" + +#: doc/classes/TreeItem.xml:453 +msgid "" +"Sets a string to be shown after a column's value (for example, a unit " +"abbreviation)." +msgstr "" + +#: doc/classes/TreeItem.xml:461 +msgid "Sets the given column's text value." +msgstr "" + +#: doc/classes/TreeItem.xml:469 +msgid "" +"Sets the given column's text alignment. See [enum TextAlign] for possible " +"values." +msgstr "" + +#: doc/classes/TreeItem.xml:477 +msgid "Sets the given column's tooltip text." +msgstr "" + +#: doc/classes/TreeItem.xml:483 +msgid "If [code]true[/code], the TreeItem is collapsed." +msgstr "" + +#: doc/classes/TreeItem.xml:486 +msgid "The custom minimum height." +msgstr "" + +#: doc/classes/TreeItem.xml:489 +msgid "If [code]true[/code], folding is disabled for this TreeItem." +msgstr "" + +#: doc/classes/TreeItem.xml:494 +msgid "Cell contains a string." +msgstr "" + +#: doc/classes/TreeItem.xml:497 +msgid "Cell contains a checkbox." +msgstr "" + +#: doc/classes/TreeItem.xml:500 +msgid "Cell contains a range." +msgstr "" + +#: doc/classes/TreeItem.xml:503 +msgid "Cell contains an icon." +msgstr "" + +#: doc/classes/TreeItem.xml:508 +msgid "Align text to the left. See [code]set_text_align()[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:511 +msgid "Center text. See [code]set_text_align()[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:514 +msgid "Align text to the right. See [code]set_text_align()[/code]." +msgstr "" + +#: doc/classes/TriangleMesh.xml:4 +msgid "Internal mesh type." +msgstr "" + +#: doc/classes/TriangleMesh.xml:7 +msgid "Mesh type used internally for collision calculations." +msgstr "" + +#: doc/classes/Tween.xml:4 +msgid "Smoothly animates a node's properties over time." +msgstr "" + +#: doc/classes/Tween.xml:7 +msgid "" +"Tweens are useful for animations requiring a numerical property to be " +"interpolated over a range of values. The name [i]tween[/i] comes from [i]in-" +"betweening[/i], an animation technique where you specify [i]keyframes[/i] " +"and the computer interpolates the frames that appear between them.\n" +"[Tween] is more suited than [AnimationPlayer] for animations where you don't " +"know the final values in advance. For example, interpolating a dynamically-" +"chosen camera zoom value is best done with a [Tween] node; it would be " +"difficult to do the same thing with an [AnimationPlayer] node.\n" +"Here is a brief usage example that makes a 2D node move smoothly between two " +"positions:\n" +"[codeblock]\n" +"var tween = get_node(\"Tween\")\n" +"tween.interpolate_property($Node2D, \"position\",\n" +" Vector2(0, 0), Vector2(100, 100), 1,\n" +" Tween.TRANS_LINEAR, Tween.EASE_IN_OUT)\n" +"tween.start()\n" +"[/codeblock]\n" +"Many methods require a property name, such as [code]\"position\"[/code] " +"above. You can find the correct property name by hovering over the property " +"in the Inspector. You can also provide the components of a property directly " +"by using [code]\"property:component\"[/code] (e.g. [code]position:x[/code]), " +"where it would only apply to that particular component.\n" +"Many of the methods accept [code]trans_type[/code] and [code]ease_type[/" +"code]. The first accepts an [enum TransitionType] constant, and refers to " +"the way the timing of the animation is handled (see [url=https://easings." +"net/]easings.net[/url] for some examples). The second accepts an [enum " +"EaseType] constant, and controls where the [code]trans_type[/code] is " +"applied to the interpolation (in the beginning, the end, or both). If you " +"don't know which transition and easing to pick, you can try different [enum " +"TransitionType] constants with [constant EASE_IN_OUT], and use the one that " +"looks best.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"tween_cheatsheet.png]Tween easing and transition types cheatsheet[/url]" +msgstr "" + +#: doc/classes/Tween.xml:36 +msgid "" +"Follows [code]method[/code] of [code]object[/code] and applies the returned " +"value on [code]target_method[/code] of [code]target[/code], beginning from " +"[code]initial_val[/code] for [code]duration[/code] seconds, [code]delay[/" +"code] later. Methods are called with consecutive values.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:52 +msgid "" +"Follows [code]property[/code] of [code]object[/code] and applies it on " +"[code]target_property[/code] of [code]target[/code], beginning from " +"[code]initial_val[/code] for [code]duration[/code] seconds, [code]delay[/" +"code] seconds later.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:59 +msgid "" +"Returns the total time needed for all tweens to end. If you have two tweens, " +"one lasting 10 seconds and the other 20 seconds, it would return 20 seconds, " +"as by that time all tweens would have finished." +msgstr "" + +#: doc/classes/Tween.xml:73 +msgid "" +"Calls [code]callback[/code] of [code]object[/code] after [code]duration[/" +"code]. [code]arg1[/code]-[code]arg5[/code] are arguments to be passed to the " +"callback." +msgstr "" + +#: doc/classes/Tween.xml:87 +msgid "" +"Calls [code]callback[/code] of [code]object[/code] after [code]duration[/" +"code] on the main thread (similar to [method Object.call_deferred]). " +"[code]arg1[/code]-[code]arg5[/code] are arguments to be passed to the " +"callback." +msgstr "" + +#: doc/classes/Tween.xml:101 +msgid "" +"Animates [code]method[/code] of [code]object[/code] from [code]initial_val[/" +"code] to [code]final_val[/code] for [code]duration[/code] seconds, " +"[code]delay[/code] seconds later. Methods are called with consecutive " +"values.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:116 +msgid "" +"Animates [code]property[/code] of [code]object[/code] from " +"[code]initial_val[/code] to [code]final_val[/code] for [code]duration[/code] " +"seconds, [code]delay[/code] seconds later. Setting the initial value to " +"[code]null[/code] uses the current value of the property.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:123 +msgid "" +"Returns [code]true[/code] if any tweens are currently running.\n" +"[b]Note:[/b] This method doesn't consider tweens that have ended." +msgstr "" + +#: doc/classes/Tween.xml:132 +msgid "" +"Stops animation and removes a tween, given its object and property/method " +"pair. By default, all tweens are removed, unless [code]key[/code] is " +"specified." +msgstr "" + +#: doc/classes/Tween.xml:138 +msgid "Stops animation and removes all tweens." +msgstr "" + +#: doc/classes/Tween.xml:146 +msgid "" +"Resets a tween to its initial value (the one given, not the one before the " +"tween), given its object and property/method pair. By default, all tweens " +"are removed, unless [code]key[/code] is specified." +msgstr "" + +#: doc/classes/Tween.xml:152 +msgid "" +"Resets all tweens to their initial values (the ones given, not those before " +"the tween)." +msgstr "" + +#: doc/classes/Tween.xml:160 +msgid "" +"Continues animating a stopped tween, given its object and property/method " +"pair. By default, all tweens are resumed, unless [code]key[/code] is " +"specified." +msgstr "" + +#: doc/classes/Tween.xml:166 +msgid "Continues animating all stopped tweens." +msgstr "" + +#: doc/classes/Tween.xml:173 +msgid "Sets the interpolation to the given [code]time[/code] in seconds." +msgstr "" + +#: doc/classes/Tween.xml:180 +msgid "" +"Activates/deactivates the tween. See also [method stop_all] and [method " +"resume_all]." +msgstr "" + +#: doc/classes/Tween.xml:186 +msgid "Starts the tween. You can define animations both before and after this." +msgstr "" + +#: doc/classes/Tween.xml:194 +msgid "" +"Stops a tween, given its object and property/method pair. By default, all " +"tweens are stopped, unless [code]key[/code] is specified." +msgstr "" + +#: doc/classes/Tween.xml:200 +msgid "Stops animating all tweens." +msgstr "" + +#: doc/classes/Tween.xml:215 +msgid "" +"Animates [code]method[/code] of [code]object[/code] from the value returned " +"by [code]initial_method[/code] to [code]final_val[/code] for [code]duration[/" +"code] seconds, [code]delay[/code] seconds later. Methods are animated by " +"calling them with consecutive values.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:231 +msgid "" +"Animates [code]property[/code] of [code]object[/code] from the current value " +"of the [code]initial_val[/code] property of [code]initial[/code] to " +"[code]final_val[/code] for [code]duration[/code] seconds, [code]delay[/code] " +"seconds later.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:238 +msgid "Returns the current time of the tween." +msgstr "" + +#: doc/classes/Tween.xml:244 +msgid "The tween's animation process thread. See [enum TweenProcessMode]." +msgstr "" + +#: doc/classes/Tween.xml:247 +msgid "" +"The tween's speed multiplier. For example, set it to [code]1.0[/code] for " +"normal speed, [code]2.0[/code] for two times normal speed, or [code]0.5[/" +"code] for half of the normal speed. A value of [code]0[/code] pauses the " +"animation, but see also [method set_active] or [method stop_all] for this." +msgstr "" + +#: doc/classes/Tween.xml:250 +msgid "If [code]true[/code], the tween loops." +msgstr "" + +#: doc/classes/Tween.xml:256 +msgid "Emitted when all processes in a tween end." +msgstr "" + +#: doc/classes/Tween.xml:263 +msgid "Emitted when a tween ends." +msgstr "" + +#: doc/classes/Tween.xml:270 +msgid "Emitted when a tween starts." +msgstr "" + +#: doc/classes/Tween.xml:279 +msgid "Emitted at each step of the animation." +msgstr "" + +#: doc/classes/Tween.xml:285 +msgid "The tween updates with the [code]_physics_process[/code] callback." +msgstr "" + +#: doc/classes/Tween.xml:288 +msgid "The tween updates with the [code]_process[/code] callback." +msgstr "" + +#: doc/classes/Tween.xml:291 +msgid "The animation is interpolated linearly." +msgstr "" + +#: doc/classes/Tween.xml:294 +msgid "The animation is interpolated using a sine function." +msgstr "" + +#: doc/classes/Tween.xml:297 +msgid "" +"The animation is interpolated with a quintic (to the power of 5) function." +msgstr "" + +#: doc/classes/Tween.xml:300 +msgid "" +"The animation is interpolated with a quartic (to the power of 4) function." +msgstr "" + +#: doc/classes/Tween.xml:303 +msgid "" +"The animation is interpolated with a quadratic (to the power of 2) function." +msgstr "" + +#: doc/classes/Tween.xml:306 +msgid "" +"The animation is interpolated with an exponential (to the power of x) " +"function." +msgstr "" + +#: doc/classes/Tween.xml:309 +msgid "" +"The animation is interpolated with elasticity, wiggling around the edges." +msgstr "" + +#: doc/classes/Tween.xml:312 +msgid "" +"The animation is interpolated with a cubic (to the power of 3) function." +msgstr "" + +#: doc/classes/Tween.xml:315 +msgid "The animation is interpolated with a function using square roots." +msgstr "" + +#: doc/classes/Tween.xml:318 +msgid "The animation is interpolated by bouncing at the end." +msgstr "" + +#: doc/classes/Tween.xml:321 +msgid "The animation is interpolated backing out at ends." +msgstr "" + +#: doc/classes/Tween.xml:324 +msgid "The interpolation starts slowly and speeds up towards the end." +msgstr "" + +#: doc/classes/Tween.xml:327 +msgid "The interpolation starts quickly and slows down towards the end." +msgstr "" + +#: doc/classes/Tween.xml:330 +msgid "" +"A combination of [constant EASE_IN] and [constant EASE_OUT]. The " +"interpolation is slowest at both ends." +msgstr "" + +#: doc/classes/Tween.xml:333 +msgid "" +"A combination of [constant EASE_IN] and [constant EASE_OUT]. The " +"interpolation is fastest at both ends." +msgstr "" + +#: doc/classes/UDPServer.xml:4 +msgid "Helper class to implement a UDP server." +msgstr "" + +#: doc/classes/UDPServer.xml:7 +msgid "" +"A simple server that opens a UDP socket and returns connected " +"[PacketPeerUDP] upon receiving new packets. See also [method PacketPeerUDP." +"connect_to_host].\n" +"After starting the server ([method listen]), you will need to [method poll] " +"it at regular intervals (e.g. inside [method Node._process]) for it to " +"process new packets, delivering them to the appropriate [PacketPeerUDP], and " +"taking new connections.\n" +"Below a small example of how it can be used:\n" +"[codeblock]\n" +"# server.gd\n" +"extends Node\n" +"\n" +"var server := UDPServer.new()\n" +"var peers = []\n" +"\n" +"func _ready():\n" +" server.listen(4242)\n" +"\n" +"func _process(delta):\n" +" server.poll() # Important!\n" +" if server.is_connection_available():\n" +" var peer : PacketPeerUDP = server.take_connection()\n" +" var pkt = peer.get_packet()\n" +" print(\"Accepted peer: %s:%s\" % [peer.get_packet_ip(), peer." +"get_packet_port()])\n" +" print(\"Received data: %s\" % [pkt.get_string_from_utf8()])\n" +" # Reply so it knows we received the message.\n" +" peer.put_packet(pkt)\n" +" # Keep a reference so we can keep contacting the remote peer.\n" +" peers.append(peer)\n" +"\n" +" for i in range(0, peers.size()):\n" +" pass # Do something with the connected peers.\n" +"\n" +"[/codeblock]\n" +"[codeblock]\n" +"# client.gd\n" +"extends Node\n" +"\n" +"var udp := PacketPeerUDP.new()\n" +"var connected = false\n" +"\n" +"func _ready():\n" +" udp.connect_to_host(\"127.0.0.1\", 4242)\n" +"\n" +"func _process(delta):\n" +" if !connected:\n" +" # Try to contact server\n" +" udp.put_packet(\"The answer is... 42!\".to_utf8())\n" +" if udp.get_available_packet_count() > 0:\n" +" print(\"Connected: %s\" % udp.get_packet().get_string_from_utf8())\n" +" connected = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/UDPServer.xml:61 +msgid "" +"Returns [code]true[/code] if a packet with a new address/port combination " +"was received on the socket." +msgstr "" + +#: doc/classes/UDPServer.xml:67 +msgid "" +"Returns [code]true[/code] if the socket is open and listening on a port." +msgstr "" + +#: doc/classes/UDPServer.xml:75 +msgid "" +"Starts the server by opening a UDP socket listening on the given port. You " +"can optionally specify a [code]bind_address[/code] to only listen for " +"packets sent to that address. See also [method PacketPeerUDP.listen]." +msgstr "" + +#: doc/classes/UDPServer.xml:81 +msgid "" +"Call this method at regular intervals (e.g. inside [method Node._process]) " +"to process new packets. And packet from known address/port pair will be " +"delivered to the appropriate [PacketPeerUDP], any packet received from an " +"unknown address/port pair will be added as a pending connection (see [method " +"is_connection_available], [method take_connection]). The maximum number of " +"pending connection is defined via [member max_pending_connections]." +msgstr "" + +#: doc/classes/UDPServer.xml:87 +msgid "" +"Stops the server, closing the UDP socket if open. Will close all connected " +"[PacketPeerUDP] accepted via [method take_connection] (remote peers will not " +"be notified)." +msgstr "" + +#: doc/classes/UDPServer.xml:93 +msgid "" +"Returns the first pending connection (connected to the appropriate address/" +"port). Will return [code]null[/code] if no new connection is available. See " +"also [method is_connection_available], [method PacketPeerUDP." +"connect_to_host]." +msgstr "" + +#: doc/classes/UDPServer.xml:99 +msgid "" +"Define the maximum number of pending connections, during [method poll], any " +"new pending connection exceeding that value will be automatically dropped. " +"Setting this value to [code]0[/code] effectively prevents any new pending " +"connection to be accepted (e.g. when all your players have connected)." +msgstr "" + +#: doc/classes/UndoRedo.xml:4 +msgid "Helper to manage undo/redo operations in the editor or custom tools." +msgstr "" + +#: doc/classes/UndoRedo.xml:7 +msgid "" +"Helper to manage undo/redo operations in the editor or custom tools. It " +"works by registering methods and property changes inside \"actions\".\n" +"Common behavior is to create an action, then add do/undo calls to functions " +"or property changes, then committing the action.\n" +"Here's an example on how to add an action to the Godot editor's own " +"[UndoRedo], from a plugin:\n" +"[codeblock]\n" +"var undo_redo = get_undo_redo() # Method of EditorPlugin.\n" +"\n" +"func do_something():\n" +" pass # Put your code here.\n" +"\n" +"func undo_something():\n" +" pass # Put here the code that reverts what's done by " +"\"do_something()\".\n" +"\n" +"func _on_MyButton_pressed():\n" +" var node = get_node(\"MyNode2D\")\n" +" undo_redo.create_action(\"Move the node\")\n" +" undo_redo.add_do_method(self, \"do_something\")\n" +" undo_redo.add_undo_method(self, \"undo_something\")\n" +" undo_redo.add_do_property(node, \"position\", Vector2(100,100))\n" +" undo_redo.add_undo_property(node, \"position\", node.position)\n" +" undo_redo.commit_action()\n" +"[/codeblock]\n" +"[method create_action], [method add_do_method], [method add_undo_method], " +"[method add_do_property], [method add_undo_property], and [method " +"commit_action] should be called one after the other, like in the example. " +"Not doing so could lead to crashes.\n" +"If you don't need to register a method, you can leave [method add_do_method] " +"and [method add_undo_method] out; the same goes for properties. You can also " +"register more than one method/property." +msgstr "" + +#: doc/classes/UndoRedo.xml:39 +msgid "Register a method that will be called when the action is committed." +msgstr "" + +#: doc/classes/UndoRedo.xml:48 +msgid "Register a property value change for \"do\"." +msgstr "" + +#: doc/classes/UndoRedo.xml:55 +msgid "" +"Register a reference for \"do\" that will be erased if the \"do\" history is " +"lost. This is useful mostly for new nodes created for the \"do\" call. Do " +"not use for resources." +msgstr "" + +#: doc/classes/UndoRedo.xml:63 +msgid "Register a method that will be called when the action is undone." +msgstr "" + +#: doc/classes/UndoRedo.xml:72 +msgid "Register a property value change for \"undo\"." +msgstr "" + +#: doc/classes/UndoRedo.xml:79 +msgid "" +"Register a reference for \"undo\" that will be erased if the \"undo\" " +"history is lost. This is useful mostly for nodes removed with the \"do\" " +"call (not the \"undo\" call!)." +msgstr "" + +#: doc/classes/UndoRedo.xml:86 +msgid "" +"Clear the undo/redo history and associated references.\n" +"Passing [code]false[/code] to [code]increase_version[/code] will prevent the " +"version number to be increased from this." +msgstr "" + +#: doc/classes/UndoRedo.xml:93 +msgid "" +"Commit the action. All \"do\" methods/properties are called/set when this " +"function is called." +msgstr "" + +#: doc/classes/UndoRedo.xml:101 +msgid "" +"Create a new action. After this is called, do all your calls to [method " +"add_do_method], [method add_undo_method], [method add_do_property], and " +"[method add_undo_property], then commit the action with [method " +"commit_action].\n" +"The way actions are merged is dictated by the [code]merge_mode[/code] " +"argument. See [enum MergeMode] for details." +msgstr "" + +#: doc/classes/UndoRedo.xml:108 +msgid "Gets the name of the current action." +msgstr "" + +#: doc/classes/UndoRedo.xml:114 +msgid "" +"Gets the version. Every time a new action is committed, the [UndoRedo]'s " +"version number is increased automatically.\n" +"This is useful mostly to check if something changed from a saved version." +msgstr "" + +#: doc/classes/UndoRedo.xml:133 +msgid "" +"Returns [code]true[/code] if the [UndoRedo] is currently committing the " +"action, i.e. running its \"do\" method or property change (see [method " +"commit_action])." +msgstr "" + +#: doc/classes/UndoRedo.xml:139 +msgid "Redo the last action." +msgstr "" + +#: doc/classes/UndoRedo.xml:145 +msgid "Undo the last action." +msgstr "" + +#: doc/classes/UndoRedo.xml:152 +msgid "Called when [method undo] or [method redo] was called." +msgstr "" + +#: doc/classes/UndoRedo.xml:158 +msgid "Makes \"do\"/\"undo\" operations stay in separate actions." +msgstr "" + +#: doc/classes/UndoRedo.xml:161 +msgid "" +"Makes so that the action's \"do\" operation is from the first action created " +"and the \"undo\" operation is from the last subsequent action with the same " +"name." +msgstr "" + +#: doc/classes/UndoRedo.xml:164 +msgid "Makes subsequent actions with the same name be merged into one." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:4 +msgid "UPNP network functions." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:7 +msgid "" +"Provides UPNP functionality to discover [UPNPDevice]s on the local network " +"and execute commands on them, like managing port mappings (port forwarding) " +"and querying the local and remote network IP address. Note that methods on " +"this class are synchronous and block the calling thread.\n" +"To forward a specific port:\n" +"[codeblock]\n" +"const PORT = 7777\n" +"var upnp = UPNP.new()\n" +"upnp.discover(2000, 2, \"InternetGatewayDevice\")\n" +"upnp.add_port_mapping(port)\n" +"[/codeblock]\n" +"To close a specific port (e.g. after you have finished using it):\n" +"[codeblock]\n" +"upnp.delete_port_mapping(port)\n" +"[/codeblock]\n" +"[b]Note:[/b] UPnP discovery blocks the current thread. To perform discovery " +"without blocking the main thread, use [Thread]s like this:\n" +"[codeblock]\n" +"# Emitted when UPnP port mapping setup is completed (regardless of success " +"or failure).\n" +"signal upnp_completed(error)\n" +"\n" +"# Replace this with your own server port number between 1025 and 65535.\n" +"const SERVER_PORT = 3928\n" +"var thread = null\n" +"\n" +"func _upnp_setup(server_port):\n" +" # UPNP queries take some time.\n" +" var upnp = UPNP.new()\n" +" var err = upnp.discover()\n" +"\n" +" if err != OK:\n" +" push_error(str(err))\n" +" emit_signal(\"upnp_completed\", err)\n" +" return\n" +"\n" +" if upnp.get_gateway() and upnp.get_gateway().is_valid_gateway():\n" +" upnp.add_port_mapping(server_port, server_port, ProjectSettings." +"get_setting(\"application/config/name\"), \"UDP\")\n" +" upnp.add_port_mapping(server_port, server_port, ProjectSettings." +"get_setting(\"application/config/name\"), \"TCP\")\n" +" emit_signal(\"upnp_completed\", OK)\n" +"\n" +"func _ready():\n" +" thread = Thread.new()\n" +" thread.start(self, \"_upnp_setup\", SERVER_PORT)\n" +"\n" +"func _exit_tree():\n" +" # Wait for thread finish here to handle game exit while the thread is " +"running.\n" +" thread.wait_to_finish()\n" +"[/codeblock]" +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:59 +msgid "Adds the given [UPNPDevice] to the list of discovered devices." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:70 +msgid "" +"Adds a mapping to forward the external [code]port[/code] (between 1 and " +"65535) on the default gateway (see [method get_gateway]) to the " +"[code]internal_port[/code] on the local machine for the given protocol " +"[code]proto[/code] (either [code]TCP[/code] or [code]UDP[/code], with UDP " +"being the default). If a port mapping for the given port and protocol " +"combination already exists on that gateway device, this method tries to " +"overwrite it. If that is not desired, you can retrieve the gateway manually " +"with [method get_gateway] and call [method add_port_mapping] on it, if any.\n" +"If [code]internal_port[/code] is [code]0[/code] (the default), the same port " +"number is used for both the external and the internal port (the [code]port[/" +"code] value).\n" +"The description ([code]desc[/code]) is shown in some router UIs and can be " +"used to point out which application added the mapping. The mapping's lease " +"duration can be limited by specifying a [code]duration[/code] (in seconds). " +"However, some routers are incompatible with one or both of these, so use " +"with caution and add fallback logic in case of errors to retry without them " +"if in doubt.\n" +"See [enum UPNPResult] for possible return values." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:79 +msgid "Clears the list of discovered devices." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:87 +msgid "" +"Deletes the port mapping for the given port and protocol combination on the " +"default gateway (see [method get_gateway]) if one exists. [code]port[/code] " +"must be a valid port between 1 and 65535, [code]proto[/code] can be either " +"[code]TCP[/code] or [code]UDP[/code]. See [enum UPNPResult] for possible " +"return values." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:96 +msgid "" +"Discovers local [UPNPDevice]s. Clears the list of previously discovered " +"devices.\n" +"Filters for IGD (InternetGatewayDevice) type devices by default, as those " +"manage port forwarding. [code]timeout[/code] is the time to wait for " +"responses in milliseconds. [code]ttl[/code] is the time-to-live; only touch " +"this if you know what you're doing.\n" +"See [enum UPNPResult] for possible return values." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:105 +msgid "Returns the [UPNPDevice] at the given [code]index[/code]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:111 +msgid "Returns the number of discovered [UPNPDevice]s." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:117 +msgid "" +"Returns the default gateway. That is the first discovered [UPNPDevice] that " +"is also a valid IGD (InternetGatewayDevice)." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:123 +msgid "" +"Returns the external [IP] address of the default gateway (see [method " +"get_gateway]) as string. Returns an empty string on error." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:130 +msgid "" +"Removes the device at [code]index[/code] from the list of discovered devices." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:138 +msgid "" +"Sets the device at [code]index[/code] from the list of discovered devices to " +"[code]device[/code]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:144 +msgid "If [code]true[/code], IPv6 is used for [UPNPDevice] discovery." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:147 +msgid "" +"If [code]0[/code], the local port to use for discovery is chosen " +"automatically by the system. If [code]1[/code], discovery will be done from " +"the source port 1900 (same as destination port). Otherwise, the value will " +"be used as the port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:150 +msgid "" +"Multicast interface to use for discovery. Uses the default multicast " +"interface if empty." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:155 +msgid "UPNP command or discovery was successful." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:158 +msgid "" +"Not authorized to use the command on the [UPNPDevice]. May be returned when " +"the user disabled UPNP on their router." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:161 +msgid "" +"No port mapping was found for the given port, protocol combination on the " +"given [UPNPDevice]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:164 +msgid "Inconsistent parameters." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:167 +msgid "" +"No such entry in array. May be returned if a given port, protocol " +"combination is not found on an [UPNPDevice]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:170 +msgid "The action failed." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:173 +msgid "" +"The [UPNPDevice] does not allow wildcard values for the source IP address." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:176 +msgid "The [UPNPDevice] does not allow wildcard values for the external port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:179 +msgid "The [UPNPDevice] does not allow wildcard values for the internal port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:182 +msgid "The remote host value must be a wildcard." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:185 +msgid "The external port value must be a wildcard." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:188 +msgid "" +"No port maps are available. May also be returned if port mapping " +"functionality is not available." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:191 +msgid "" +"Conflict with other mechanism. May be returned instead of [constant " +"UPNP_RESULT_CONFLICT_WITH_OTHER_MAPPING] if a port mapping conflicts with an " +"existing one." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:194 +msgid "Conflict with an existing port mapping." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:197 +msgid "External and internal port values must be the same." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:200 +msgid "" +"Only permanent leases are supported. Do not use the [code]duration[/code] " +"parameter when adding port mappings." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:203 +msgid "Invalid gateway." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:206 +msgid "Invalid port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:209 +msgid "Invalid protocol." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:212 +msgid "Invalid duration." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:215 +msgid "Invalid arguments." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:218 +msgid "Invalid response." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:221 +msgid "Invalid parameter." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:224 +#: modules/upnp/doc_classes/UPNPDevice.xml:69 +msgid "HTTP error." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:227 +msgid "Socket error." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:230 +msgid "Error allocating memory." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:233 +msgid "" +"No gateway available. You may need to call [method discover] first, or " +"discovery didn't detect any valid IGDs (InternetGatewayDevices)." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:236 +msgid "" +"No devices available. You may need to call [method discover] first, or " +"discovery didn't detect any valid [UPNPDevice]s." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:239 +#: modules/upnp/doc_classes/UPNPDevice.xml:93 +msgid "Unknown error." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:4 +msgid "UPNP device." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:7 +msgid "" +"UPNP device. See [UPNP] for UPNP discovery and utility functions. Provides " +"low-level access to UPNP control commands. Allows to manage port mappings " +"(port forwarding) and to query network information of the device (like local " +"and external IP address and status). Note that methods on this class are " +"synchronous and block the calling thread." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:20 +msgid "" +"Adds a port mapping to forward the given external port on this [UPNPDevice] " +"for the given protocol to the local machine. See [method UPNP." +"add_port_mapping]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:28 +msgid "" +"Deletes the port mapping identified by the given port and protocol " +"combination on this device. See [method UPNP.delete_port_mapping]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:34 +msgid "" +"Returns [code]true[/code] if this is a valid IGD (InternetGatewayDevice) " +"which potentially supports port forwarding." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:40 +msgid "" +"Returns the external IP address of this [UPNPDevice] or an empty string." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:46 +msgid "URL to the device description." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:49 +msgid "IDG control URL." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:52 +msgid "" +"Address of the local machine in the network connecting it to this " +"[UPNPDevice]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:55 +msgid "IGD service type." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:58 +msgid "IGD status. See [enum IGDStatus]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:61 +msgid "Service type." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:66 +msgid "OK." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:72 +msgid "Empty HTTP response." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:75 +msgid "Returned response contained no URLs." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:78 +msgid "Not a valid IGD." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:81 +msgid "Disconnected." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:84 +msgid "Unknown device." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:87 +msgid "Invalid control." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:90 +msgid "Memory allocation error." +msgstr "" + +#: doc/classes/Variant.xml:4 +msgid "The most important data type in Godot." +msgstr "" + +#: doc/classes/Variant.xml:7 +msgid "" +"In computer programming, a Variant class is a class that is designed to " +"store a variety of other types. Dynamic programming languages like PHP, Lua, " +"JavaScript and GDScript like to use them to store variables' data on the " +"backend. With these Variants, properties are able to change value types " +"freely.\n" +"[codeblock]\n" +"var foo = 2 # foo is dynamically an integer\n" +"foo = \"Now foo is a string!\"\n" +"foo = Reference.new() # foo is an Object\n" +"var bar: int = 2 # bar is a statically typed integer.\n" +"# bar = \"Uh oh! I can't make static variables become a different type!\"\n" +"[/codeblock]\n" +"Godot tracks all scripting API variables within Variants. Without even " +"realizing it, you use Variants all the time. When a particular language " +"enforces its own rules for keeping data typed, then that language is " +"applying its own custom logic over the base Variant scripting API.\n" +"- GDScript automatically wrap values in them. It keeps all data in plain " +"Variants by default and then optionally enforces custom static typing rules " +"on variable types.\n" +"- VisualScript tracks properties inside Variants as well, but it also uses " +"static typing. The GUI interface enforces that properties have a particular " +"type that doesn't change over time.\n" +"- C# is statically typed, but uses the Mono [code]object[/code] type in " +"place of Godot's Variant class when it needs to represent a dynamic value. " +"[code]object[/code] is the Mono runtime's equivalent of the same concept.\n" +"- The statically-typed language NativeScript C++ does not define a built-in " +"Variant-like class. Godot's GDNative bindings provide their own godot::" +"Variant class for users; Any point at which the C++ code starts interacting " +"with the Godot runtime is a place where you might have to start wrapping " +"data inside Variant objects.\n" +"The global [method @GDScript.typeof] function returns the enumerated value " +"of the Variant type stored in the current variable (see [enum Variant." +"Type]).\n" +"[codeblock]\n" +"var foo = 2\n" +"match typeof(foo):\n" +" TYPE_NIL:\n" +" print(\"foo is null\")\n" +" TYPE_INTEGER:\n" +" print(\"foo is an integer\")\n" +" TYPE_OBJECT:\n" +" # Note that Objects are their own special category.\n" +" # To get the name of the underlying Object type, you need the " +"`get_class()` method.\n" +" print(\"foo is a(n) %s\" % foo.get_class()) # inject the class name " +"into a formatted string.\n" +" # Note also that there is not yet any way to get a script's " +"`class_name` string easily.\n" +" # To fetch that value, you need to dig deeply into a hidden " +"ProjectSettings setting: an Array of Dictionaries called " +"\"_global_script_classes\".\n" +" # Open your project.godot file to see it up close.\n" +"[/codeblock]\n" +"A Variant takes up only 20 bytes and can store almost any engine datatype " +"inside of it. Variants are rarely used to hold information for long periods " +"of time. Instead, they are used mainly for communication, editing, " +"serialization and moving data around.\n" +"Godot has specifically invested in making its Variant class as flexible as " +"possible; so much so that it is used for a multitude of operations to " +"facilitate communication between all of Godot's systems.\n" +"A Variant:\n" +"- Can store almost any datatype.\n" +"- Can perform operations between many variants. GDScript uses Variant as its " +"atomic/native datatype.\n" +"- Can be hashed, so it can be compared quickly to other variants.\n" +"- Can be used to convert safely between datatypes.\n" +"- Can be used to abstract calling methods and their arguments. Godot exports " +"all its functions through variants.\n" +"- Can be used to defer calls or move data between threads.\n" +"- Can be serialized as binary and stored to disk, or transferred via " +"network.\n" +"- Can be serialized to text and use it for printing values and editable " +"settings.\n" +"- Can work as an exported property, so the editor can edit it universally.\n" +"- Can be used for dictionaries, arrays, parsers, etc.\n" +"[b]Containers (Array and Dictionary):[/b] Both are implemented using " +"variants. A [Dictionary] can match any datatype used as key to any other " +"datatype. An [Array] just holds an array of Variants. Of course, a Variant " +"can also hold a [Dictionary] and an [Array] inside, making it even more " +"flexible.\n" +"Modifications to a container will modify all references to it. A [Mutex] " +"should be created to lock it if multi-threaded access is desired." +msgstr "" + +#: doc/classes/Variant.xml:53 +msgid "https://docs.godotengine.org/en/3.4/development/cpp/variant_class.html" +msgstr "" + +#: doc/classes/VBoxContainer.xml:4 +msgid "Vertical box container." +msgstr "" + +#: doc/classes/VBoxContainer.xml:7 +msgid "Vertical box container. See [BoxContainer]." +msgstr "" + +#: doc/classes/VBoxContainer.xml:18 +msgid "The vertical space between the [VBoxContainer]'s elements." +msgstr "" + +#: doc/classes/Vector2.xml:4 +msgid "Vector used for 2D math." +msgstr "" + +#: doc/classes/Vector2.xml:7 +msgid "" +"2-element structure that can be used to represent positions in 2D space or " +"any other pair of numeric values.\n" +"[b]Note:[/b] In a boolean context, a Vector2 will evaluate to [code]false[/" +"code] if it's equal to [code]Vector2(0, 0)[/code]. Otherwise, a Vector2 will " +"always evaluate to [code]true[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:14 doc/classes/Vector3.xml:14 +msgid "" +"https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab" +msgstr "" + +#: doc/classes/Vector2.xml:24 +msgid "" +"Constructs a new Vector2 from the given [code]x[/code] and [code]y[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:30 doc/classes/Vector3.xml:31 +msgid "" +"Returns a new vector with all components in absolute values (i.e. positive)." +msgstr "" + +#: doc/classes/Vector2.xml:36 +msgid "" +"Returns this vector's angle with respect to the positive X axis, or [code]" +"(1, 0)[/code] vector, in radians.\n" +"For example, [code]Vector2.RIGHT.angle()[/code] will return zero, " +"[code]Vector2.DOWN.angle()[/code] will return [code]PI / 2[/code] (a quarter " +"turn, or 90 degrees), and [code]Vector2(1, -1).angle()[/code] will return " +"[code]-PI / 4[/code] (a negative eighth turn, or -45 degrees).\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"vector2_angle.png]Illustration of the returned angle.[/url]\n" +"Equivalent to the result of [method @GDScript.atan2] when called with the " +"vector's [member y] and [member x] as parameters: [code]atan2(y, x)[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:46 +msgid "" +"Returns the angle to the given vector, in radians.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"vector2_angle_to.png]Illustration of the returned angle.[/url]" +msgstr "" + +#: doc/classes/Vector2.xml:54 +msgid "" +"Returns the angle between the line connecting the two points and the X axis, " +"in radians.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"vector2_angle_to_point.png]Illustration of the returned angle.[/url]" +msgstr "" + +#: doc/classes/Vector2.xml:61 +msgid "" +"Returns the aspect ratio of this vector, the ratio of [member x] to [member " +"y]." +msgstr "" + +#: doc/classes/Vector2.xml:68 doc/classes/Vector3.xml:45 +msgid "" +"Returns the vector \"bounced off\" from a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector2.xml:74 +msgid "" +"Returns the vector with all components rounded up (towards positive " +"infinity)." +msgstr "" + +#: doc/classes/Vector2.xml:81 +msgid "" +"Returns the vector with a maximum length by limiting its length to " +"[code]length[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:88 +msgid "Returns the cross product of this vector and [code]with[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:98 +msgid "" +"Cubically interpolates between this vector and [code]b[/code] using " +"[code]pre_a[/code] and [code]post_b[/code] as handles, and returns the " +"result at position [code]weight[/code]. [code]weight[/code] is on the range " +"of 0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector2.xml:105 doc/classes/Vector3.xml:75 +msgid "" +"Returns the normalized vector pointing from this vector to [code]b[/code]. " +"This is equivalent to using [code](b - a).normalized()[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:112 doc/classes/Vector3.xml:82 +msgid "" +"Returns the squared distance between this vector and [code]b[/code].\n" +"This method runs faster than [method distance_to], so prefer it if you need " +"to compare vectors or need the squared distance for some formula." +msgstr "" + +#: doc/classes/Vector2.xml:120 +msgid "Returns the distance between this vector and [code]to[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:127 +msgid "" +"Returns the dot product of this vector and [code]with[/code]. This can be " +"used to compare the angle between two vectors. For example, this can be used " +"to determine whether an enemy is facing the player.\n" +"The dot product will be [code]0[/code] for a straight angle (90 degrees), " +"greater than 0 for angles narrower than 90 degrees and lower than 0 for " +"angles wider than 90 degrees.\n" +"When using unit (normalized) vectors, the result will always be between " +"[code]-1.0[/code] (180 degree angle) when the vectors are facing opposite " +"directions, and [code]1.0[/code] (0 degree angle) when the vectors are " +"aligned.\n" +"[b]Note:[/b] [code]a.dot(b)[/code] is equivalent to [code]b.dot(a)[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:136 +msgid "" +"Returns the vector with all components rounded down (towards negative " +"infinity)." +msgstr "" + +#: doc/classes/Vector2.xml:143 doc/classes/Vector3.xml:119 +msgid "" +"Returns [code]true[/code] if this vector and [code]v[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Vector2.xml:149 doc/classes/Vector3.xml:125 +msgid "" +"Returns [code]true[/code] if the vector is normalized, [code]false[/code] " +"otherwise." +msgstr "" + +#: doc/classes/Vector2.xml:155 doc/classes/Vector3.xml:131 +msgid "Returns the length (magnitude) of this vector." +msgstr "" + +#: doc/classes/Vector2.xml:161 doc/classes/Vector3.xml:137 +msgid "" +"Returns the squared length (squared magnitude) of this vector.\n" +"This method runs faster than [method length], so prefer it if you need to " +"compare vectors or need the squared distance for some formula." +msgstr "" + +#: doc/classes/Vector2.xml:170 +msgid "" +"Returns the result of the linear interpolation between this vector and " +"[code]to[/code] by amount [code]weight[/code]. [code]weight[/code] is on the " +"range of 0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector2.xml:178 +msgid "" +"Moves the vector toward [code]to[/code] by the fixed [code]delta[/code] " +"amount." +msgstr "" + +#: doc/classes/Vector2.xml:184 doc/classes/Vector3.xml:172 +msgid "" +"Returns the vector scaled to unit length. Equivalent to [code]v / v.length()" +"[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:191 doc/classes/Vector3.xml:186 +msgid "" +"Returns a vector composed of the [method @GDScript.fposmod] of this vector's " +"components and [code]mod[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:198 doc/classes/Vector3.xml:193 +msgid "" +"Returns a vector composed of the [method @GDScript.fposmod] of this vector's " +"components and [code]modv[/code]'s components." +msgstr "" + +#: doc/classes/Vector2.xml:205 +msgid "Returns the vector projected onto the vector [code]b[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:212 +msgid "Returns the vector reflected from a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector2.xml:219 +msgid "" +"Returns the vector rotated by [code]phi[/code] radians. See also [method " +"@GDScript.deg2rad]." +msgstr "" + +#: doc/classes/Vector2.xml:225 +msgid "" +"Returns the vector with all components rounded to the nearest integer, with " +"halfway cases rounded away from zero." +msgstr "" + +#: doc/classes/Vector2.xml:231 +msgid "" +"Returns the vector with each component set to one or negative one, depending " +"on the signs of the components. If a component is zero, it returns positive " +"one." +msgstr "" + +#: doc/classes/Vector2.xml:239 doc/classes/Vector3.xml:243 +msgid "" +"Returns the result of spherical linear interpolation between this vector and " +"[code]to[/code], by amount [code]weight[/code]. [code]weight[/code] is on " +"the range of 0.0 to 1.0, representing the amount of interpolation.\n" +"[b]Note:[/b] Both vectors must be normalized." +msgstr "" + +#: doc/classes/Vector2.xml:247 doc/classes/Vector3.xml:251 +msgid "Returns this vector slid along a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector2.xml:254 doc/classes/Vector3.xml:258 +msgid "" +"Returns this vector with each component snapped to the nearest multiple of " +"[code]step[/code]. This can also be used to round to an arbitrary number of " +"decimals." +msgstr "" + +#: doc/classes/Vector2.xml:260 +msgid "" +"Returns a perpendicular vector rotated 90 degrees counter-clockwise compared " +"to the original, with the same length." +msgstr "" + +#: doc/classes/Vector2.xml:266 doc/classes/Vector3.xml:271 +msgid "" +"The vector's X component. Also accessible by using the index position [code]" +"[0][/code]." +msgstr "" + +#: doc/classes/Vector2.xml:269 doc/classes/Vector3.xml:274 +msgid "" +"The vector's Y component. Also accessible by using the index position [code]" +"[1][/code]." +msgstr "" + +#: doc/classes/Vector2.xml:274 +msgid "Enumerated value for the X axis." +msgstr "" + +#: doc/classes/Vector2.xml:277 +msgid "Enumerated value for the Y axis." +msgstr "" + +#: doc/classes/Vector2.xml:280 doc/classes/Vector3.xml:291 +msgid "Zero vector, a vector with all components set to [code]0[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:283 doc/classes/Vector3.xml:294 +msgid "One vector, a vector with all components set to [code]1[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:286 doc/classes/Vector3.xml:297 +msgid "" +"Infinity vector, a vector with all components set to [constant @GDScript." +"INF]." +msgstr "" + +#: doc/classes/Vector2.xml:289 +msgid "Left unit vector. Represents the direction of left." +msgstr "" + +#: doc/classes/Vector2.xml:292 +msgid "Right unit vector. Represents the direction of right." +msgstr "" + +#: doc/classes/Vector2.xml:295 +msgid "Up unit vector. Y is down in 2D, so this vector points -Y." +msgstr "" + +#: doc/classes/Vector2.xml:298 +msgid "Down unit vector. Y is down in 2D, so this vector points +Y." +msgstr "" + +#: doc/classes/Vector3.xml:4 +msgid "Vector used for 3D math." +msgstr "" + +#: doc/classes/Vector3.xml:7 +msgid "" +"3-element structure that can be used to represent positions in 3D space or " +"any other pair of numeric values.\n" +"[b]Note:[/b] In a boolean context, a Vector3 will evaluate to [code]false[/" +"code] if it's equal to [code]Vector3(0, 0, 0)[/code]. Otherwise, a Vector3 " +"will always evaluate to [code]true[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:25 +msgid "Returns a Vector3 with the given components." +msgstr "" + +#: doc/classes/Vector3.xml:38 +msgid "Returns the unsigned minimum angle to the given vector, in radians." +msgstr "" + +#: doc/classes/Vector3.xml:51 +msgid "" +"Returns a new vector with all components rounded up (towards positive " +"infinity)." +msgstr "" + +#: doc/classes/Vector3.xml:58 +msgid "Returns the cross product of this vector and [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:68 +msgid "" +"Performs a cubic interpolation between vectors [code]pre_a[/code], [code]a[/" +"code], [code]b[/code], [code]post_b[/code] ([code]a[/code] is current), by " +"the given amount [code]weight[/code]. [code]weight[/code] is on the range of " +"0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector3.xml:90 +msgid "Returns the distance between this vector and [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:97 +msgid "" +"Returns the dot product of this vector and [code]b[/code]. This can be used " +"to compare the angle between two vectors. For example, this can be used to " +"determine whether an enemy is facing the player.\n" +"The dot product will be [code]0[/code] for a straight angle (90 degrees), " +"greater than 0 for angles narrower than 90 degrees and lower than 0 for " +"angles wider than 90 degrees.\n" +"When using unit (normalized) vectors, the result will always be between " +"[code]-1.0[/code] (180 degree angle) when the vectors are facing opposite " +"directions, and [code]1.0[/code] (0 degree angle) when the vectors are " +"aligned.\n" +"[b]Note:[/b] [code]a.dot(b)[/code] is equivalent to [code]b.dot(a)[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:106 +msgid "" +"Returns a new vector with all components rounded down (towards negative " +"infinity)." +msgstr "" + +#: doc/classes/Vector3.xml:112 +msgid "" +"Returns the inverse of the vector. This is the same as [code]Vector3( 1.0 / " +"v.x, 1.0 / v.y, 1.0 / v.z )[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:146 +msgid "" +"Returns the result of the linear interpolation between this vector and " +"[code]to[/code] by amount [code]t[/code]. [code]weight[/code] is on the " +"range of 0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector3.xml:152 +msgid "" +"Returns the axis of the vector's largest value. See [code]AXIS_*[/code] " +"constants. If all components are equal, this method returns [constant " +"AXIS_X]." +msgstr "" + +#: doc/classes/Vector3.xml:158 +msgid "" +"Returns the axis of the vector's smallest value. See [code]AXIS_*[/code] " +"constants. If all components are equal, this method returns [constant " +"AXIS_Z]." +msgstr "" + +#: doc/classes/Vector3.xml:166 +msgid "" +"Moves this vector toward [code]to[/code] by the fixed [code]delta[/code] " +"amount." +msgstr "" + +#: doc/classes/Vector3.xml:179 +msgid "Returns the outer product with [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:200 +msgid "Returns this vector projected onto another vector [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:207 +msgid "Returns this vector reflected from a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector3.xml:215 +msgid "" +"Rotates this vector around a given axis by [code]phi[/code] radians. The " +"axis must be a normalized vector." +msgstr "" + +#: doc/classes/Vector3.xml:221 +msgid "" +"Returns this vector with all components rounded to the nearest integer, with " +"halfway cases rounded away from zero." +msgstr "" + +#: doc/classes/Vector3.xml:227 +msgid "" +"Returns a vector with each component set to one or negative one, depending " +"on the signs of this vector's components. If a component is zero, it returns " +"positive one." +msgstr "" + +#: doc/classes/Vector3.xml:235 +msgid "" +"Returns the signed angle to the given vector, in radians. The sign of the " +"angle is positive in a counter-clockwise direction and negative in a " +"clockwise direction when viewed from the side specified by the [code]axis[/" +"code]." +msgstr "" + +#: doc/classes/Vector3.xml:264 +msgid "" +"Returns a diagonal matrix with the vector as main diagonal.\n" +"This is equivalent to a Basis with no rotation or shearing and this vector's " +"components set as the scale." +msgstr "" + +#: doc/classes/Vector3.xml:277 +msgid "" +"The vector's Z component. Also accessible by using the index position [code]" +"[2][/code]." +msgstr "" + +#: doc/classes/Vector3.xml:282 +msgid "" +"Enumerated value for the X axis. Returned by [method max_axis] and [method " +"min_axis]." +msgstr "" + +#: doc/classes/Vector3.xml:285 +msgid "" +"Enumerated value for the Y axis. Returned by [method max_axis] and [method " +"min_axis]." +msgstr "" + +#: doc/classes/Vector3.xml:288 +msgid "" +"Enumerated value for the Z axis. Returned by [method max_axis] and [method " +"min_axis]." +msgstr "" + +#: doc/classes/Vector3.xml:300 +msgid "" +"Left unit vector. Represents the local direction of left, and the global " +"direction of west." +msgstr "" + +#: doc/classes/Vector3.xml:303 +msgid "" +"Right unit vector. Represents the local direction of right, and the global " +"direction of east." +msgstr "" + +#: doc/classes/Vector3.xml:306 +msgid "Up unit vector." +msgstr "" + +#: doc/classes/Vector3.xml:309 +msgid "Down unit vector." +msgstr "" + +#: doc/classes/Vector3.xml:312 +msgid "" +"Forward unit vector. Represents the local direction of forward, and the " +"global direction of north." +msgstr "" + +#: doc/classes/Vector3.xml:315 +msgid "" +"Back unit vector. Represents the local direction of back, and the global " +"direction of south." +msgstr "" + +#: doc/classes/VehicleBody.xml:4 +msgid "Physics body that simulates the behavior of a car." +msgstr "" + +#: doc/classes/VehicleBody.xml:7 +msgid "" +"This node implements all the physics logic needed to simulate a car. It is " +"based on the raycast vehicle system commonly found in physics engines. You " +"will need to add a [CollisionShape] for the main body of your vehicle and " +"add [VehicleWheel] nodes for the wheels. You should also add a " +"[MeshInstance] to this node for the 3D model of your car but this model " +"should not include meshes for the wheels. You should control the vehicle by " +"using the [member brake], [member engine_force], and [member steering] " +"properties and not change the position or orientation of this node " +"directly.\n" +"[b]Note:[/b] The origin point of your VehicleBody will determine the center " +"of gravity of your vehicle so it is better to keep this low and move the " +"[CollisionShape] and [MeshInstance] upwards.\n" +"[b]Note:[/b] This class has known issues and isn't designed to provide " +"realistic 3D vehicle physics. If you want advanced vehicle physics, you will " +"probably have to write your own physics integration using another " +"[PhysicsBody] class." +msgstr "" + +#: doc/classes/VehicleBody.xml:18 +msgid "" +"Slows down the vehicle by applying a braking force. The vehicle is only " +"slowed down if the wheels are in contact with a surface. The force you need " +"to apply to adequately slow down your vehicle depends on the [member " +"RigidBody.mass] of the vehicle. For a vehicle with a mass set to 1000, try a " +"value in the 25 - 30 range for hard braking." +msgstr "" + +#: doc/classes/VehicleBody.xml:21 +msgid "" +"Accelerates the vehicle by applying an engine force. The vehicle is only " +"speed up if the wheels that have [member VehicleWheel.use_as_traction] set " +"to [code]true[/code] and are in contact with a surface. The [member " +"RigidBody.mass] of the vehicle has an effect on the acceleration of the " +"vehicle. For a vehicle with a mass set to 1000, try a value in the 25 - 50 " +"range for acceleration.\n" +"[b]Note:[/b] The simulation does not take the effect of gears into account, " +"you will need to add logic for this if you wish to simulate gears.\n" +"A negative value will result in the vehicle reversing." +msgstr "" + +#: doc/classes/VehicleBody.xml:27 +msgid "" +"The steering angle for the vehicle. Setting this to a non-zero value will " +"result in the vehicle turning when it's moving. Wheels that have [member " +"VehicleWheel.use_as_steering] set to [code]true[/code] will automatically be " +"rotated." +msgstr "" + +#: doc/classes/VehicleWheel.xml:4 +msgid "Physics object that simulates the behavior of a wheel." +msgstr "" + +#: doc/classes/VehicleWheel.xml:7 +msgid "" +"This node needs to be used as a child node of [VehicleBody] and simulates " +"the behavior of one of its wheels. This node also acts as a collider to " +"detect if the wheel is touching a surface.\n" +"[b]Note:[/b] This class has known issues and isn't designed to provide " +"realistic 3D vehicle physics. If you want advanced vehicle physics, you will " +"probably have to write your own physics integration using another " +"[PhysicsBody] class." +msgstr "" + +#: doc/classes/VehicleWheel.xml:17 +msgid "Returns the rotational speed of the wheel in revolutions per minute." +msgstr "" + +#: doc/classes/VehicleWheel.xml:23 +msgid "" +"Returns a value between 0.0 and 1.0 that indicates whether this wheel is " +"skidding. 0.0 is skidding (the wheel has lost grip, e.g. icy terrain), 1.0 " +"means not skidding (the wheel has full grip, e.g. dry asphalt road)." +msgstr "" + +#: doc/classes/VehicleWheel.xml:29 +msgid "Returns [code]true[/code] if this wheel is in contact with a surface." +msgstr "" + +#: doc/classes/VehicleWheel.xml:35 +msgid "" +"Slows down the wheel by applying a braking force. The wheel is only slowed " +"down if it is in contact with a surface. The force you need to apply to " +"adequately slow down your vehicle depends on the [member RigidBody.mass] of " +"the vehicle. For a vehicle with a mass set to 1000, try a value in the 25 - " +"30 range for hard braking." +msgstr "" + +#: doc/classes/VehicleWheel.xml:38 +msgid "" +"The damping applied to the spring when the spring is being compressed. This " +"value should be between 0.0 (no damping) and 1.0. A value of 0.0 means the " +"car will keep bouncing as the spring keeps its energy. A good value for this " +"is around 0.3 for a normal car, 0.5 for a race car." +msgstr "" + +#: doc/classes/VehicleWheel.xml:41 +msgid "" +"The damping applied to the spring when relaxing. This value should be " +"between 0.0 (no damping) and 1.0. This value should always be slightly " +"higher than the [member damping_compression] property. For a [member " +"damping_compression] value of 0.3, try a relaxation value of 0.5." +msgstr "" + +#: doc/classes/VehicleWheel.xml:44 +msgid "" +"Accelerates the wheel by applying an engine force. The wheel is only speed " +"up if it is in contact with a surface. The [member RigidBody.mass] of the " +"vehicle has an effect on the acceleration of the vehicle. For a vehicle with " +"a mass set to 1000, try a value in the 25 - 50 range for acceleration.\n" +"[b]Note:[/b] The simulation does not take the effect of gears into account, " +"you will need to add logic for this if you wish to simulate gears.\n" +"A negative value will result in the wheel reversing." +msgstr "" + +#: doc/classes/VehicleWheel.xml:49 +msgid "" +"The steering angle for the wheel. Setting this to a non-zero value will " +"result in the vehicle turning when it's moving." +msgstr "" + +#: doc/classes/VehicleWheel.xml:52 +msgid "" +"The maximum force the spring can resist. This value should be higher than a " +"quarter of the [member RigidBody.mass] of the [VehicleBody] or the spring " +"will not carry the weight of the vehicle. Good results are often obtained by " +"a value that is about 3× to 4× this number." +msgstr "" + +#: doc/classes/VehicleWheel.xml:55 +msgid "" +"This value defines the stiffness of the suspension. Use a value lower than " +"50 for an off-road car, a value between 50 and 100 for a race car and try " +"something around 200 for something like a Formula 1 car." +msgstr "" + +#: doc/classes/VehicleWheel.xml:58 +msgid "" +"This is the distance the suspension can travel. As Godot units are " +"equivalent to meters, keep this setting relatively low. Try a value between " +"0.1 and 0.3 depending on the type of car." +msgstr "" + +#: doc/classes/VehicleWheel.xml:61 +msgid "" +"If [code]true[/code], this wheel will be turned when the car steers. This " +"value is used in conjunction with [member VehicleBody.steering] and ignored " +"if you are using the per-wheel [member steering] value instead." +msgstr "" + +#: doc/classes/VehicleWheel.xml:64 +msgid "" +"If [code]true[/code], this wheel transfers engine force to the ground to " +"propel the vehicle forward. This value is used in conjunction with [member " +"VehicleBody.engine_force] and ignored if you are using the per-wheel [member " +"engine_force] value instead." +msgstr "" + +#: doc/classes/VehicleWheel.xml:67 +msgid "" +"This determines how much grip this wheel has. It is combined with the " +"friction setting of the surface the wheel is in contact with. 0.0 means no " +"grip, 1.0 is normal grip. For a drift car setup, try setting the grip of the " +"rear wheels slightly lower than the front wheels, or use a lower value to " +"simulate tire wear.\n" +"It's best to set this to 1.0 when starting out." +msgstr "" + +#: doc/classes/VehicleWheel.xml:71 +msgid "The radius of the wheel in meters." +msgstr "" + +#: doc/classes/VehicleWheel.xml:74 +msgid "" +"This is the distance in meters the wheel is lowered from its origin point. " +"Don't set this to 0.0 and move the wheel into position, instead move the " +"origin point of your wheel (the gizmo in Godot) to the position the wheel " +"will take when bottoming out, then use the rest length to move the wheel " +"down to the position it should be in when the car is in rest." +msgstr "" + +#: doc/classes/VehicleWheel.xml:77 +msgid "" +"This value affects the roll of your vehicle. If set to 1.0 for all wheels, " +"your vehicle will be prone to rolling over, while a value of 0.0 will resist " +"body roll." +msgstr "" + +#: doc/classes/VideoPlayer.xml:4 +msgid "Control for playing video streams." +msgstr "" + +#: doc/classes/VideoPlayer.xml:7 +msgid "" +"Control node for playing video streams using [VideoStream] resources.\n" +"Supported video formats are [url=https://www.webmproject.org/]WebM[/url] " +"([code].webm[/code], [VideoStreamWebm]), [url=https://www.theora.org/]Ogg " +"Theora[/url] ([code].ogv[/code], [VideoStreamTheora]), and any format " +"exposed via a GDNative plugin using [VideoStreamGDNative].\n" +"[b]Note:[/b] Due to a bug, VideoPlayer does not support localization " +"remapping yet.\n" +"[b]Warning:[/b] On HTML5, video playback [i]will[/i] perform poorly due to " +"missing architecture-specific assembly optimizations, especially for VP8/VP9." +msgstr "" + +#: doc/classes/VideoPlayer.xml:18 +msgid "" +"Returns the video stream's name, or [code]\"\"[/code] if no video " +"stream is assigned." +msgstr "" + +#: doc/classes/VideoPlayer.xml:24 +msgid "Returns the current frame as a [Texture]." +msgstr "" + +#: doc/classes/VideoPlayer.xml:30 +msgid "" +"Returns [code]true[/code] if the video is playing.\n" +"[b]Note:[/b] The video is still considered playing if paused during playback." +msgstr "" + +#: doc/classes/VideoPlayer.xml:37 +msgid "" +"Starts the video playback from the beginning. If the video is paused, this " +"will not unpause the video." +msgstr "" + +#: doc/classes/VideoPlayer.xml:43 +msgid "" +"Stops the video playback and sets the stream position to 0.\n" +"[b]Note:[/b] Although the stream position will be set to 0, the first frame " +"of the video stream won't become the current frame." +msgstr "" + +#: doc/classes/VideoPlayer.xml:50 +msgid "The embedded audio track to play." +msgstr "" + +#: doc/classes/VideoPlayer.xml:53 +msgid "If [code]true[/code], playback starts when the scene loads." +msgstr "" + +#: doc/classes/VideoPlayer.xml:56 +msgid "Amount of time in milliseconds to store in buffer while playing." +msgstr "" + +#: doc/classes/VideoPlayer.xml:59 +msgid "Audio bus to use for sound playback." +msgstr "" + +#: doc/classes/VideoPlayer.xml:62 +msgid "" +"If [code]true[/code], the video scales to the control size. Otherwise, the " +"control minimum size will be automatically adjusted to match the video " +"stream's dimensions." +msgstr "" + +#: doc/classes/VideoPlayer.xml:65 +msgid "If [code]true[/code], the video is paused." +msgstr "" + +#: doc/classes/VideoPlayer.xml:68 +msgid "The assigned video stream. See description for supported formats." +msgstr "" + +#: doc/classes/VideoPlayer.xml:71 +msgid "" +"The current position of the stream, in seconds.\n" +"[b]Note:[/b] Changing this value won't have any effect as seeking is not " +"implemented yet, except in video formats implemented by a GDNative add-on." +msgstr "" + +#: doc/classes/VideoPlayer.xml:75 +msgid "Audio volume as a linear value." +msgstr "" + +#: doc/classes/VideoPlayer.xml:78 +msgid "Audio volume in dB." +msgstr "" + +#: doc/classes/VideoPlayer.xml:84 +msgid "Emitted when playback is finished." +msgstr "" + +#: doc/classes/VideoStream.xml:4 +msgid "Base resource for video streams." +msgstr "" + +#: doc/classes/VideoStream.xml:7 +msgid "" +"Base resource type for all video streams. Classes that derive from " +"[VideoStream] can all be used as resource types to play back videos in " +"[VideoPlayer]." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:4 +msgid "[VideoStream] resource for for video formats implemented via GDNative." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:7 +msgid "" +"[VideoStream] resource for for video formats implemented via GDNative.\n" +"It can be used via [url=https://github.com/KidRigger/godot-" +"videodecoder]godot-videodecoder[/url] which uses the [url=https://ffmpeg." +"org]FFmpeg[/url] library." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:16 +msgid "Returns the video file handled by this [VideoStreamGDNative]." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:23 +msgid "" +"Sets the video file that this [VideoStreamGDNative] resource handles. The " +"supported extensions depend on the GDNative plugins used to expose video " +"formats." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:4 +msgid "[VideoStream] resource for Ogg Theora videos." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:7 +msgid "" +"[VideoStream] resource handling the [url=https://www.theora.org/]Ogg Theora[/" +"url] video format with [code].ogv[/code] extension. The Theora codec is less " +"efficient than [VideoStreamWebm]'s VP8 and VP9, but it requires less CPU " +"resources to decode. The Theora codec is decoded on the CPU.\n" +"[b]Note:[/b] While Ogg Theora videos can also have an [code].ogg[/code] " +"extension, you will have to rename the extension to [code].ogv[/code] to use " +"those videos within Godot." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:16 +msgid "Returns the Ogg Theora video file handled by this [VideoStreamTheora]." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:23 +msgid "" +"Sets the Ogg Theora video file that this [VideoStreamTheora] resource " +"handles. The [code]file[/code] name should have the [code].ogv[/code] " +"extension." +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:4 +msgid "[VideoStream] resource for WebM videos." +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:7 +msgid "" +"[VideoStream] resource handling the [url=https://www.webmproject.org/]WebM[/" +"url] video format with [code].webm[/code] extension. Both the VP8 and VP9 " +"codecs are supported. The VP8 and VP9 codecs are more efficient than " +"[VideoStreamTheora], but they require more CPU resources to decode " +"(especially VP9). Both the VP8 and VP9 codecs are decoded on the CPU.\n" +"[b]Note:[/b] Alpha channel (also known as transparency) is not supported. " +"The video will always appear to have a black background, even if it " +"originally contains an alpha channel.\n" +"[b]Note:[/b] There are known bugs and performance issues with WebM video " +"playback in Godot. If you run into problems, try using the Ogg Theora format " +"instead: [VideoStreamTheora]" +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:17 +msgid "Returns the WebM video file handled by this [VideoStreamWebm]." +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:24 +msgid "" +"Sets the WebM video file that this [VideoStreamWebm] resource handles. The " +"[code]file[/code] name should have the [code].webm[/code] extension." +msgstr "" + +#: doc/classes/Viewport.xml:4 +msgid "Creates a sub-view into the screen." +msgstr "" + +#: doc/classes/Viewport.xml:7 +msgid "" +"A Viewport creates a different view into the screen, or a sub-view inside " +"another viewport. Children 2D Nodes will display on it, and children Camera " +"3D nodes will render on it too.\n" +"Optionally, a viewport can have its own 2D or 3D world, so they don't share " +"what they draw with other viewports.\n" +"If a viewport is a child of a [ViewportContainer], it will automatically " +"take up its size, otherwise it must be set manually.\n" +"Viewports can also choose to be audio listeners, so they generate positional " +"audio depending on a 2D or 3D camera child of it.\n" +"Also, viewports can be assigned to different screens in case the devices " +"have multiple screens.\n" +"Finally, viewports can also behave as render targets, in which case they " +"will not be visible unless the associated texture is used to draw." +msgstr "" + +#: doc/classes/Viewport.xml:16 +msgid "https://docs.godotengine.org/en/3.4/tutorials/viewports/index.html" +msgstr "" + +#: doc/classes/Viewport.xml:18 doc/classes/ViewportTexture.xml:12 +msgid "https://godotengine.org/asset-library/asset/128" +msgstr "" + +#: doc/classes/Viewport.xml:20 +msgid "https://godotengine.org/asset-library/asset/130" +msgstr "" + +#: doc/classes/Viewport.xml:21 +msgid "https://godotengine.org/asset-library/asset/541" +msgstr "" + +#: doc/classes/Viewport.xml:22 doc/classes/ViewportTexture.xml:14 +msgid "https://godotengine.org/asset-library/asset/586" +msgstr "" + +#: doc/classes/Viewport.xml:28 +msgid "" +"Returns the 3D world of the viewport, or if none the world of the parent " +"viewport." +msgstr "" + +#: doc/classes/Viewport.xml:34 +msgid "Returns the 2D world of the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:40 +msgid "Returns the active 3D camera." +msgstr "" + +#: doc/classes/Viewport.xml:46 +msgid "Returns the total transform of the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:52 +msgid "Returns the topmost modal in the stack." +msgstr "" + +#: doc/classes/Viewport.xml:58 +msgid "Returns the mouse position relative to the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:65 +msgid "Returns information about the viewport from the rendering pipeline." +msgstr "" + +#: doc/classes/Viewport.xml:72 +msgid "Returns the [enum ShadowAtlasQuadrantSubdiv] of the specified quadrant." +msgstr "" + +#: doc/classes/Viewport.xml:78 +msgid "Returns the size override set with [method set_size_override]." +msgstr "" + +#: doc/classes/Viewport.xml:84 +msgid "" +"Returns the viewport's texture.\n" +"[b]Note:[/b] Due to the way OpenGL works, the resulting [ViewportTexture] is " +"flipped vertically. You can use [method Image.flip_y] on the result of " +"[method Texture.get_data] to flip it back, for example:\n" +"[codeblock]\n" +"var img = get_viewport().get_texture().get_data()\n" +"img.flip_y()\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Viewport.xml:95 +msgid "Returns the viewport's RID from the [VisualServer]." +msgstr "" + +#: doc/classes/Viewport.xml:101 +msgid "Returns the visible rectangle in global screen coordinates." +msgstr "" + +#: doc/classes/Viewport.xml:107 +msgid "" +"Returns the drag data from the GUI, that was previously returned by [method " +"Control.get_drag_data]." +msgstr "" + +#: doc/classes/Viewport.xml:113 +msgid "Returns [code]true[/code] if there are visible modals on-screen." +msgstr "" + +#: doc/classes/Viewport.xml:119 +msgid "" +"Returns [code]true[/code] if the viewport is currently performing a drag " +"operation." +msgstr "" + +#: doc/classes/Viewport.xml:136 +msgid "" +"Returns [code]true[/code] if the size override is enabled. See [method " +"set_size_override]." +msgstr "" + +#: doc/classes/Viewport.xml:143 +msgid "" +"Attaches this [Viewport] to the root [Viewport] with the specified " +"rectangle. This bypasses the need for another node to display this " +"[Viewport] but makes you responsible for updating the position of this " +"[Viewport] manually." +msgstr "" + +#: doc/classes/Viewport.xml:149 +msgid "Stops the input from propagating further down the [SceneTree]." +msgstr "" + +#: doc/classes/Viewport.xml:157 +msgid "" +"Sets the number of subdivisions to use in the specified quadrant. A higher " +"number of subdivisions allows you to have more shadows in the scene at once, " +"but reduces the quality of the shadows. A good practice is to have quadrants " +"with a varying number of subdivisions and to have as few subdivisions as " +"possible." +msgstr "" + +#: doc/classes/Viewport.xml:166 +msgid "" +"Sets the size override of the viewport. If the [code]enable[/code] parameter " +"is [code]true[/code] the override is used, otherwise it uses the default " +"size. If the size parameter is [code](-1, -1)[/code], it won't update the " +"size." +msgstr "" + +#: doc/classes/Viewport.xml:178 +msgid "Forces update of the 2D and 3D worlds." +msgstr "" + +#: doc/classes/Viewport.xml:185 +msgid "Warps the mouse to a position relative to the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:191 +msgid "If [code]true[/code], the viewport will be used in AR/VR process." +msgstr "" + +#: doc/classes/Viewport.xml:194 +msgid "If [code]true[/code], the viewport will process 2D audio streams." +msgstr "" + +#: doc/classes/Viewport.xml:197 +msgid "If [code]true[/code], the viewport will process 3D audio streams." +msgstr "" + +#: doc/classes/Viewport.xml:200 +msgid "" +"The canvas transform of the viewport, useful for changing the on-screen " +"positions of all child [CanvasItem]s. This is relative to the global canvas " +"transform of the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:203 +msgid "" +"If [code]true[/code], uses a fast post-processing filter to make banding " +"significantly less visible. In some cases, debanding may introduce a " +"slightly noticeable dithering pattern. It's recommended to enable debanding " +"only when actually needed since the dithering pattern will make lossless-" +"compressed screenshots larger.\n" +"[b]Note:[/b] Only available on the GLES3 backend. [member hdr] must also be " +"[code]true[/code] for debanding to be effective." +msgstr "" + +#: doc/classes/Viewport.xml:207 +msgid "The overlay mode for test rendered geometry in debug purposes." +msgstr "" + +#: doc/classes/Viewport.xml:210 +msgid "" +"If [code]true[/code], the viewport will disable 3D rendering. For actual " +"disabling use [code]usage[/code]." +msgstr "" + +#: doc/classes/Viewport.xml:213 +msgid "" +"Enables fast approximate antialiasing. FXAA is a popular screen-space " +"antialiasing method, which is fast but will make the image look blurry, " +"especially at lower resolutions. It can still work relatively well at large " +"resolutions such as 1440p and 4K. Some of the lost sharpness can be " +"recovered by enabling contrast-adaptive sharpening (see [member " +"sharpen_intensity])." +msgstr "" + +#: doc/classes/Viewport.xml:216 +msgid "" +"The global canvas transform of the viewport. The canvas transform is " +"relative to this." +msgstr "" + +#: doc/classes/Viewport.xml:219 +msgid "If [code]true[/code], the viewport will not receive input events." +msgstr "" + +#: doc/classes/Viewport.xml:222 +msgid "" +"If [code]true[/code], the GUI controls on the viewport will lay pixel " +"perfectly." +msgstr "" + +#: doc/classes/Viewport.xml:227 +msgid "" +"If [code]true[/code], the viewport rendering will receive benefits from High " +"Dynamic Range algorithm. High Dynamic Range allows the viewport to receive " +"values that are outside the 0-1 range. In Godot HDR uses 16 bits, meaning it " +"does not store the full range of a floating point number.\n" +"[b]Note:[/b] Requires [member usage] to be set to [constant USAGE_3D] or " +"[constant USAGE_3D_NO_EFFECTS], since HDR is not supported for 2D." +msgstr "" + +#: doc/classes/Viewport.xml:231 +msgid "" +"If [code]true[/code], the result after 3D rendering will not have a linear " +"to sRGB color conversion applied. This is important when the viewport is " +"used as a render target where the result is used as a texture on a 3D object " +"rendered in another viewport. It is also important if the viewport is used " +"to create data that is not color based (noise, heightmaps, pickmaps, etc.). " +"Do not enable this when the viewport is used as a texture on a 2D object or " +"if the viewport is your final output. For the GLES2 driver this will convert " +"the sRGB output to linear, this should only be used for VR plugins that " +"require input in linear color space!" +msgstr "" + +#: doc/classes/Viewport.xml:234 +msgid "" +"The multisample anti-aliasing mode. A higher number results in smoother " +"edges at the cost of significantly worse performance. A value of 4 is best " +"unless targeting very high-end systems." +msgstr "" + +#: doc/classes/Viewport.xml:237 +msgid "" +"If [code]true[/code], the viewport will use [World] defined in [code]world[/" +"code] property." +msgstr "" + +#: doc/classes/Viewport.xml:240 +msgid "" +"If [code]true[/code], the objects rendered by viewport become subjects of " +"mouse picking process." +msgstr "" + +#: doc/classes/Viewport.xml:243 +msgid "" +"If [code]true[/code], renders the Viewport directly to the screen instead of " +"to the root viewport. Only available in GLES2. This is a low-level " +"optimization and should not be used in most cases. If used, reading from the " +"Viewport or from [code]SCREEN_TEXTURE[/code] becomes unavailable. For more " +"information see [method VisualServer.viewport_set_render_direct_to_screen]." +msgstr "" + +#: doc/classes/Viewport.xml:246 +msgid "" +"The clear mode when viewport used as a render target.\n" +"[b]Note:[/b] This property is intended for 2D usage." +msgstr "" + +#: doc/classes/Viewport.xml:250 +msgid "The update mode when viewport used as a render target." +msgstr "" + +#: doc/classes/Viewport.xml:253 +msgid "" +"If [code]true[/code], the result of rendering will be flipped vertically." +msgstr "" + +#: doc/classes/Viewport.xml:256 +msgid "The subdivision amount of the first quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:259 +msgid "The subdivision amount of the second quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:262 +msgid "The subdivision amount of the third quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:265 +msgid "The subdivision amount of the fourth quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:268 +msgid "" +"The shadow atlas' resolution (used for omni and spot lights). The value will " +"be rounded up to the nearest power of 2.\n" +"[b]Note:[/b] If this is set to 0, shadows won't be visible. Since user-" +"created viewports default to a value of 0, this value must be set above 0 " +"manually." +msgstr "" + +#: doc/classes/Viewport.xml:272 +msgid "" +"If set to a value greater than [code]0.0[/code], contrast-adaptive " +"sharpening will be applied to the 3D viewport. This has a low performance " +"cost and can be used to recover some of the sharpness lost from using FXAA. " +"Values around [code]0.5[/code] generally give the best results. See also " +"[member fxaa]." +msgstr "" + +#: doc/classes/Viewport.xml:275 +msgid "" +"The width and height of viewport. Must be set to a value greater than or " +"equal to 2 pixels on both dimensions. Otherwise, nothing will be displayed." +msgstr "" + +#: doc/classes/Viewport.xml:278 +msgid "If [code]true[/code], the size override affects stretch as well." +msgstr "" + +#: doc/classes/Viewport.xml:281 +msgid "" +"If [code]true[/code], the viewport should render its background as " +"transparent." +msgstr "" + +#: doc/classes/Viewport.xml:284 +msgid "The rendering mode of viewport." +msgstr "" + +#: doc/classes/Viewport.xml:287 +msgid "The custom [World] which can be used as 3D environment source." +msgstr "" + +#: doc/classes/Viewport.xml:290 +msgid "The custom [World2D] which can be used as 2D environment source." +msgstr "" + +#: doc/classes/Viewport.xml:297 +msgid "Emitted when a Control node grabs keyboard focus." +msgstr "" + +#: doc/classes/Viewport.xml:302 +msgid "" +"Emitted when the size of the viewport is changed, whether by [method " +"set_size_override], resize of window, or some other means." +msgstr "" + +#: doc/classes/Viewport.xml:308 +msgid "Do not update the render target." +msgstr "" + +#: doc/classes/Viewport.xml:311 +msgid "" +"Update the render target once, then switch to [constant UPDATE_DISABLED]." +msgstr "" + +#: doc/classes/Viewport.xml:314 +msgid "" +"Update the render target only when it is visible. This is the default value." +msgstr "" + +#: doc/classes/Viewport.xml:317 +msgid "Always update the render target." +msgstr "" + +#: doc/classes/Viewport.xml:320 +msgid "This quadrant will not be used." +msgstr "" + +#: doc/classes/Viewport.xml:323 +msgid "This quadrant will only be used by one shadow map." +msgstr "" + +#: doc/classes/Viewport.xml:326 +msgid "This quadrant will be split in 4 and used by up to 4 shadow maps." +msgstr "" + +#: doc/classes/Viewport.xml:329 +msgid "This quadrant will be split 16 ways and used by up to 16 shadow maps." +msgstr "" + +#: doc/classes/Viewport.xml:332 +msgid "This quadrant will be split 64 ways and used by up to 64 shadow maps." +msgstr "" + +#: doc/classes/Viewport.xml:335 +msgid "" +"This quadrant will be split 256 ways and used by up to 256 shadow maps. " +"Unless the [member shadow_atlas_size] is very high, the shadows in this " +"quadrant will be very low resolution." +msgstr "" + +#: doc/classes/Viewport.xml:338 +msgid "" +"This quadrant will be split 1024 ways and used by up to 1024 shadow maps. " +"Unless the [member shadow_atlas_size] is very high, the shadows in this " +"quadrant will be very low resolution." +msgstr "" + +#: doc/classes/Viewport.xml:341 +msgid "Represents the size of the [enum ShadowAtlasQuadrantSubdiv] enum." +msgstr "" + +#: doc/classes/Viewport.xml:344 +msgid "Amount of objects in frame." +msgstr "" + +#: doc/classes/Viewport.xml:347 +msgid "Amount of vertices in frame." +msgstr "" + +#: doc/classes/Viewport.xml:350 +msgid "Amount of material changes in frame." +msgstr "" + +#: doc/classes/Viewport.xml:353 +msgid "Amount of shader changes in frame." +msgstr "" + +#: doc/classes/Viewport.xml:356 +msgid "Amount of surface changes in frame." +msgstr "" + +#: doc/classes/Viewport.xml:359 doc/classes/Viewport.xml:365 +msgid "Amount of draw calls in frame." +msgstr "" + +#: doc/classes/Viewport.xml:362 +msgid "Amount of items or joined items in frame." +msgstr "" + +#: doc/classes/Viewport.xml:368 +msgid "Represents the size of the [enum RenderInfo] enum." +msgstr "" + +#: doc/classes/Viewport.xml:371 +msgid "Objects are displayed normally." +msgstr "" + +#: doc/classes/Viewport.xml:374 +msgid "Objects are displayed without light information." +msgstr "" + +#: doc/classes/Viewport.xml:377 +msgid "" +"Objected are displayed semi-transparent with additive blending so you can " +"see where they intersect." +msgstr "" + +#: doc/classes/Viewport.xml:380 +msgid "Objects are displayed in wireframe style." +msgstr "" + +#: doc/classes/Viewport.xml:383 +msgid "Multisample anti-aliasing mode disabled. This is the default value." +msgstr "" + +#: doc/classes/Viewport.xml:386 +msgid "Use 2x Multisample Antialiasing." +msgstr "" + +#: doc/classes/Viewport.xml:389 +msgid "Use 4x Multisample Antialiasing." +msgstr "" + +#: doc/classes/Viewport.xml:392 +msgid "" +"Use 8x Multisample Antialiasing. Likely unsupported on low-end and older " +"hardware." +msgstr "" + +#: doc/classes/Viewport.xml:395 +msgid "" +"Use 16x Multisample Antialiasing. Likely unsupported on medium and low-end " +"hardware." +msgstr "" + +#: doc/classes/Viewport.xml:398 +msgid "" +"Allocates all buffers needed for drawing 2D scenes. This takes less VRAM " +"than the 3D usage modes. Note that 3D rendering effects such as glow and HDR " +"are not available when using this mode." +msgstr "" + +#: doc/classes/Viewport.xml:401 +msgid "" +"Allocates buffers needed for 2D scenes without allocating a buffer for " +"screen copy. Accordingly, you cannot read from the screen. Of the [enum " +"Usage] types, this requires the least VRAM. Note that 3D rendering effects " +"such as glow and HDR are not available when using this mode." +msgstr "" + +#: doc/classes/Viewport.xml:404 +msgid "" +"Allocates full buffers for drawing 3D scenes and all 3D effects including " +"buffers needed for 2D scenes and effects." +msgstr "" + +#: doc/classes/Viewport.xml:407 +msgid "" +"Allocates buffers needed for drawing 3D scenes. But does not allocate " +"buffers needed for reading from the screen and post-processing effects. " +"Saves some VRAM." +msgstr "" + +#: doc/classes/Viewport.xml:410 +msgid "Always clear the render target before drawing." +msgstr "" + +#: doc/classes/Viewport.xml:413 +msgid "Never clear the render target." +msgstr "" + +#: doc/classes/Viewport.xml:416 +msgid "" +"Clear the render target next frame, then switch to [constant " +"CLEAR_MODE_NEVER]." +msgstr "" + +#: doc/classes/ViewportContainer.xml:4 +msgid "Control for holding [Viewport]s." +msgstr "" + +#: doc/classes/ViewportContainer.xml:7 +msgid "" +"A [Container] node that holds a [Viewport], automatically setting its size.\n" +"[b]Note:[/b] Changing a ViewportContainer's [member Control.rect_scale] will " +"cause its contents to appear distorted. To change its visual size without " +"causing distortion, adjust the node's margins instead (if it's not already " +"in a container)." +msgstr "" + +#: doc/classes/ViewportContainer.xml:16 +msgid "" +"If [code]true[/code], the viewport will be scaled to the control's size." +msgstr "" + +#: doc/classes/ViewportContainer.xml:19 +msgid "" +"Divides the viewport's effective resolution by this value while preserving " +"its scale. This can be used to speed up rendering.\n" +"For example, a 1280×720 viewport with [member stretch_shrink] set to " +"[code]2[/code] will be rendered at 640×360 while occupying the same size in " +"the container.\n" +"[b]Note:[/b] [member stretch] must be [code]true[/code] for this property to " +"work." +msgstr "" + +#: doc/classes/ViewportTexture.xml:4 +msgid "Texture which displays the content of a [Viewport]." +msgstr "" + +#: doc/classes/ViewportTexture.xml:7 +msgid "" +"Displays the content of a [Viewport] node as a dynamic [Texture]. This can " +"be used to mix controls, 2D, and 3D elements in the same scene.\n" +"To create a ViewportTexture in code, use the [method Viewport.get_texture] " +"method on the target viewport." +msgstr "" + +#: doc/classes/ViewportTexture.xml:22 +msgid "" +"The path to the [Viewport] node to display. This is relative to the scene " +"root, not to the node which uses the texture." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:4 doc/classes/VisibilityEnabler2D.xml:4 +msgid "Enables certain nodes only when approximately visible." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:7 +msgid "" +"The VisibilityEnabler will disable [RigidBody] and [AnimationPlayer] nodes " +"when they are not visible. It will only affect other nodes within the same " +"scene as the VisibilityEnabler itself.\n" +"If you just want to receive notifications, use [VisibilityNotifier] " +"instead.\n" +"[b]Note:[/b] VisibilityEnabler uses an approximate heuristic for performance " +"reasons. It doesn't take walls and other occlusion into account. The " +"heuristic is an implementation detail and may change in future versions. If " +"you need precise visibility checking, use another method such as adding an " +"[Area] node as a child of a [Camera] node and/or [method Vector3.dot].\n" +"[b]Note:[/b] VisibilityEnabler will not affect nodes added after scene " +"initialization." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:19 doc/classes/VisibilityEnabler2D.xml:19 +msgid "" +"Returns whether the enabler identified by given [enum Enabler] constant is " +"active." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:27 doc/classes/VisibilityEnabler2D.xml:27 +msgid "" +"Sets active state of the enabler identified by given [enum Enabler] constant." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:33 +msgid "If [code]true[/code], [RigidBody] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:36 doc/classes/VisibilityEnabler2D.xml:39 +msgid "If [code]true[/code], [AnimationPlayer] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:41 doc/classes/VisibilityEnabler2D.xml:53 +msgid "This enabler will pause [AnimationPlayer] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:44 +msgid "This enabler will freeze [RigidBody] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:47 doc/classes/VisibilityEnabler2D.xml:71 +msgid "Represents the size of the [enum Enabler] enum." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:7 +msgid "" +"The VisibilityEnabler2D will disable [RigidBody2D], [AnimationPlayer], and " +"other nodes when they are not visible. It will only affect nodes with the " +"same root node as the VisibilityEnabler2D, and the root node itself.\n" +"If you just want to receive notifications, use [VisibilityNotifier2D] " +"instead.\n" +"[b]Note:[/b] For performance reasons, VisibilityEnabler2D uses an " +"approximate heuristic with precision determined by [member ProjectSettings." +"world/2d/cell_size]. If you need precise visibility checking, use another " +"method such as adding an [Area2D] node as a child of a [Camera2D] node.\n" +"[b]Note:[/b] VisibilityEnabler2D will not affect nodes added after scene " +"initialization." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:33 +msgid "If [code]true[/code], [RigidBody2D] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:36 +msgid "If [code]true[/code], [AnimatedSprite] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:42 +msgid "If [code]true[/code], [Particles2D] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:45 +msgid "" +"If [code]true[/code], the parent's [method Node._physics_process] will be " +"stopped." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:48 +msgid "" +"If [code]true[/code], the parent's [method Node._process] will be stopped." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:56 +msgid "This enabler will freeze [RigidBody2D] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:59 +msgid "This enabler will stop [Particles2D] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:62 +msgid "This enabler will stop the parent's _process function." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:65 +msgid "This enabler will stop the parent's _physics_process function." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:68 +msgid "This enabler will stop [AnimatedSprite] nodes animations." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:4 doc/classes/VisibilityNotifier2D.xml:4 +msgid "Detects approximately when the node is visible on screen." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:7 +msgid "" +"The VisibilityNotifier detects when it is visible on the screen. It also " +"notifies when its bounding rectangle enters or exits the screen or a " +"[Camera]'s view.\n" +"If you want nodes to be disabled automatically when they exit the screen, " +"use [VisibilityEnabler] instead.\n" +"[b]Note:[/b] VisibilityNotifier uses an approximate heuristic for " +"performance reasons. It doesn't take walls and other occlusion into account. " +"The heuristic is an implementation detail and may change in future versions. " +"If you need precise visibility checking, use another method such as adding " +"an [Area] node as a child of a [Camera] node and/or [method Vector3.dot]." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:17 +msgid "" +"If [code]true[/code], the bounding box is on the screen.\n" +"[b]Note:[/b] It takes one frame for the node's visibility to be assessed " +"once added to the scene tree, so this method will return [code]false[/code] " +"right after it is instantiated, even if it will be on screen in the draw " +"pass." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:24 +msgid "The VisibilityNotifier's bounding box." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:31 +msgid "Emitted when the VisibilityNotifier enters a [Camera]'s view." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:37 +msgid "Emitted when the VisibilityNotifier exits a [Camera]'s view." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:42 +msgid "Emitted when the VisibilityNotifier enters the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:47 +msgid "Emitted when the VisibilityNotifier exits the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:7 +msgid "" +"The VisibilityNotifier2D detects when it is visible on the screen. It also " +"notifies when its bounding rectangle enters or exits the screen or a " +"viewport.\n" +"If you want nodes to be disabled automatically when they exit the screen, " +"use [VisibilityEnabler2D] instead.\n" +"[b]Note:[/b] For performance reasons, VisibilityNotifier2D uses an " +"approximate heuristic with precision determined by [member ProjectSettings." +"world/2d/cell_size]. If you need precise visibility checking, use another " +"method such as adding an [Area2D] node as a child of a [Camera2D] node." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:18 +msgid "" +"If [code]true[/code], the bounding rectangle is on the screen.\n" +"[b]Note:[/b] It takes one frame for the node's visibility to be assessed " +"once added to the scene tree, so this method will return [code]false[/code] " +"right after it is instantiated, even if it will be on screen in the draw " +"pass." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:25 +msgid "The VisibilityNotifier2D's bounding rectangle." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:31 +msgid "Emitted when the VisibilityNotifier2D enters the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:36 +msgid "Emitted when the VisibilityNotifier2D exits the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:42 +msgid "Emitted when the VisibilityNotifier2D enters a [Viewport]'s view." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:48 +msgid "Emitted when the VisibilityNotifier2D exits a [Viewport]'s view." +msgstr "" + +#: doc/classes/VisualInstance.xml:4 +msgid "Parent of all visual 3D nodes." +msgstr "" + +#: doc/classes/VisualInstance.xml:7 +msgid "" +"The [VisualInstance] is used to connect a resource to a visual " +"representation. All visual 3D nodes inherit from the [VisualInstance]. In " +"general, you should not access the [VisualInstance] properties directly as " +"they are accessed and managed by the nodes that inherit from " +"[VisualInstance]. [VisualInstance] is the node representation of the " +"[VisualServer] instance." +msgstr "" + +#: doc/classes/VisualInstance.xml:15 +msgid "" +"Returns the [AABB] (also known as the bounding box) for this " +"[VisualInstance]. See also [method get_transformed_aabb]." +msgstr "" + +#: doc/classes/VisualInstance.xml:21 +msgid "" +"Returns the RID of the resource associated with this [VisualInstance]. For " +"example, if the Node is a [MeshInstance], this will return the RID of the " +"associated [Mesh]." +msgstr "" + +#: doc/classes/VisualInstance.xml:27 +msgid "" +"Returns the RID of this instance. This RID is the same as the RID returned " +"by [method VisualServer.instance_create]. This RID is needed if you want to " +"call [VisualServer] functions directly on this [VisualInstance]." +msgstr "" + +#: doc/classes/VisualInstance.xml:34 +msgid "" +"Returns [code]true[/code] when the specified layer is enabled in [member " +"layers] and [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/VisualInstance.xml:40 +msgid "" +"Returns the transformed [AABB] (also known as the bounding box) for this " +"[VisualInstance].\n" +"Transformed in this case means the [AABB] plus the position, rotation, and " +"scale of the [Spatial]'s [Transform]. See also [method get_aabb]." +msgstr "" + +#: doc/classes/VisualInstance.xml:48 +msgid "" +"Sets the resource that is instantiated by this [VisualInstance], which " +"changes how the engine handles the [VisualInstance] under the hood. " +"Equivalent to [method VisualServer.instance_set_base]." +msgstr "" + +#: doc/classes/VisualInstance.xml:56 +msgid "Enables a particular layer in [member layers]." +msgstr "" + +#: doc/classes/VisualInstance.xml:62 +msgid "" +"The render layer(s) this [VisualInstance] is drawn on.\n" +"This object will only be visible for [Camera]s whose cull mask includes the " +"render object this [VisualInstance] is set to." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:4 +msgid "A script implemented in the Visual Script programming environment." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:7 +msgid "" +"A script implemented in the Visual Script programming environment. The " +"script extends the functionality of all objects that instance it.\n" +"[method Object.set_script] extends an existing object, if that object's " +"class matches one of the script's base classes.\n" +"You are most likely to use this class via the Visual Script editor or when " +"writing plugins for it." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/visual_script/" +"index.html" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:19 +msgid "Add a custom signal with the specified name to the VisualScript." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:26 +msgid "Add a function with the specified name to the VisualScript." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:36 +msgid "Add a node to a function of the VisualScript." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:45 +msgid "" +"Add a variable to the VisualScript, optionally giving it a default value or " +"marking it as exported." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:55 +msgid "" +"Add an argument to a custom signal added with [method add_custom_signal]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:62 +msgid "Get the count of a custom signal's arguments." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:70 +msgid "Get the name of a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:78 +msgid "Get the type of a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:86 +msgid "Remove a specific custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:95 +msgid "Rename a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:104 +msgid "Change the type of a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:113 +msgid "Swap two of the arguments of a custom signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:124 +msgid "" +"Connect two data ports. The value of [code]from_node[/code]'s " +"[code]from_port[/code] would be fed into [code]to_node[/code]'s " +"[code]to_port[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:135 +msgid "" +"Disconnect two data ports previously connected with [method data_connect]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:142 +msgid "Returns the id of a function's entry point node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:149 +msgid "Returns the position of the center of the screen for a given function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:157 +msgid "Returns a node given its id and its function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:165 +msgid "Returns a node's position in pixels." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:172 +msgid "Returns the default (initial) value of a variable." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:179 +msgid "Returns whether a variable is exported." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:186 +msgid "" +"Returns the information for a given variable as a dictionary. The " +"information includes its name, type, hint and usage." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:193 +msgid "Returns whether a signal exists with the specified name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:204 +msgid "Returns whether the specified data ports are connected." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:211 +msgid "Returns whether a function exists with the specified name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:219 +msgid "Returns whether a node exists with the given id." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:229 +msgid "Returns whether the specified sequence ports are connected." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:236 +msgid "Returns whether a variable exists with the specified name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:243 +msgid "Remove a custom signal with the given name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:250 +msgid "Remove a specific function and its nodes from the script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:258 +msgid "Remove a specific node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:265 +msgid "Remove a variable with the given name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:273 +msgid "Change the name of a custom signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:281 +msgid "Change the name of a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:289 +msgid "Change the name of a variable." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:299 +msgid "" +"Connect two sequence ports. The execution will flow from of [code]from_node[/" +"code]'s [code]from_output[/code] into [code]to_node[/code].\n" +"Unlike [method data_connect], there isn't a [code]to_port[/code], since the " +"target node can have only one sequence port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:310 +msgid "" +"Disconnect two sequence ports previously connected with [method " +"sequence_connect]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:318 +msgid "Position the center of the screen for a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:325 +msgid "Set the base type of the script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:334 +msgid "Position a node on the screen." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:342 +msgid "Change the default (initial) value of a variable." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:350 +msgid "Change whether a variable is exported." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:358 +msgid "" +"Set a variable's info, using the same format as [method get_variable_info]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:367 +msgid "Emitted when the ports of a node are changed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:4 +msgid "A Visual Script node representing a constant from the base types." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:7 +msgid "" +"A Visual Script node representing a constant from base types, such as " +"[constant Vector3.AXIS_X]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:15 +msgid "The type to get the constant from." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:18 +msgid "The name of the constant to return." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:4 +msgid "A Visual Script node used to call built-in functions." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:7 +msgid "" +"A built-in function used inside a [VisualScript]. It is usually a math " +"function or an utility function.\n" +"See also [@GDScript], for the same functions in the GDScript language." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:16 +msgid "The function to be executed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:21 +msgid "Return the sine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:24 +msgid "Return the cosine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:27 +msgid "Return the tangent of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:30 +msgid "Return the hyperbolic sine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:33 +msgid "Return the hyperbolic cosine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:36 +msgid "Return the hyperbolic tangent of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:39 +msgid "Return the arc sine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:42 +msgid "Return the arc cosine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:45 +msgid "Return the arc tangent of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:48 +msgid "" +"Return the arc tangent of the input, using the signs of both parameters to " +"determine the exact angle." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:51 +msgid "Return the square root of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:54 +msgid "" +"Return the remainder of one input divided by the other, using floating-point " +"numbers." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:57 +msgid "" +"Return the positive remainder of one input divided by the other, using " +"floating-point numbers." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:60 +msgid "Return the input rounded down." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:63 +msgid "Return the input rounded up." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:66 +msgid "Return the input rounded to the nearest integer." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:69 +msgid "Return the absolute value of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:72 +msgid "" +"Return the sign of the input, turning it into 1, -1, or 0. Useful to " +"determine if the input is positive or negative." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:75 +msgid "Return the input raised to a given power." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:78 +msgid "" +"Return the natural logarithm of the input. Note that this is not the typical " +"base-10 logarithm function calculators use." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:81 +msgid "" +"Return the mathematical constant [b]e[/b] raised to the specified power of " +"the input. [b]e[/b] has an approximate value of 2.71828." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:84 +msgid "" +"Return whether the input is NaN (Not a Number) or not. NaN is usually " +"produced by dividing 0 by 0, though other ways exist." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:87 +msgid "" +"Return whether the input is an infinite floating-point number or not. " +"Infinity is usually produced by dividing a number by 0, though other ways " +"exist." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:90 +msgid "" +"Easing function, based on exponent. 0 is constant, 1 is linear, 0 to 1 is " +"ease-in, 1+ is ease out. Negative values are in-out/out in." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:93 +msgid "" +"Return the number of digit places after the decimal that the first non-zero " +"digit occurs." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:96 +msgid "Return the input snapped to a given step." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:99 +msgid "" +"Return a number linearly interpolated between the first two inputs, based on " +"the third input. Uses the formula [code]a + (a - b) * t[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:106 +msgid "Moves the number toward a value, based on the third input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:109 +msgid "" +"Return the result of [code]value[/code] decreased by [code]step[/code] * " +"[code]amount[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:112 +msgid "" +"Randomize the seed (or the internal state) of the random number generator. " +"Current implementation reseeds using a number based on time." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:115 +msgid "" +"Return a random 32 bits integer value. To obtain a random value between 0 to " +"N (where N is smaller than 2^32 - 1), you can use it with the remainder " +"function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:118 +msgid "" +"Return a random floating-point value between 0 and 1. To obtain a random " +"value between 0 to N, you can use it with multiplication." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:121 +msgid "Return a random floating-point value between the two inputs." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:124 +msgid "Set the seed for the random number generator." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:127 +msgid "Return a random value from the given seed, along with the new seed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:130 +msgid "Convert the input from degrees to radians." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:133 +msgid "Convert the input from radians to degrees." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:136 +msgid "Convert the input from linear volume to decibel volume." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:139 +msgid "Convert the input from decibel volume to linear volume." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:152 +msgid "Return the greater of the two numbers, also known as their maximum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:155 +msgid "Return the lesser of the two numbers, also known as their minimum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:158 +msgid "" +"Return the input clamped inside the given range, ensuring the result is " +"never outside it. Equivalent to [code]min(max(input, range_low), range_high)" +"[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:161 +msgid "Return the nearest power of 2 to the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:164 +msgid "Create a [WeakRef] from the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:167 +msgid "Create a [FuncRef] from the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:170 +msgid "Convert between types." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:173 +msgid "" +"Return the type of the input as an integer. Check [enum Variant.Type] for " +"the integers that might be returned." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:176 +msgid "Checks if a type is registered in the [ClassDB]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:179 +msgid "Return a character with the given ascii value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:182 +msgid "Convert the input to a string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:185 +msgid "Print the given string to the output window." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:188 +msgid "Print the given string to the standard error output." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:191 +msgid "" +"Print the given string to the standard output, without adding a newline." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:194 +msgid "Serialize a [Variant] to a string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:197 +msgid "" +"Deserialize a [Variant] from a string serialized using [constant VAR_TO_STR]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:200 +msgid "Serialize a [Variant] to a [PoolByteArray]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:203 +msgid "" +"Deserialize a [Variant] from a [PoolByteArray] serialized using [constant " +"VAR_TO_BYTES]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:206 +msgid "" +"Return the [Color] with the given name and alpha ranging from 0 to 1.\n" +"[b]Note:[/b] Names are defined in [code]color_names.inc[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:210 +msgid "" +"Return a number smoothly interpolated between the first two inputs, based on " +"the third input. Similar to [constant MATH_LERP], but interpolates faster at " +"the beginning and slower at the end. Using Hermite interpolation formula:\n" +"[codeblock]\n" +"var t = clamp((weight - from) / (to - from), 0.0, 1.0)\n" +"return t * t * (3.0 - 2.0 * t)\n" +"[/codeblock]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:223 +msgid "Represents the size of the [enum BuiltinFunc] enum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:4 +msgid "Gets a constant from a given class." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:7 +msgid "" +"This node returns a constant from a given class, such as [constant " +"TYPE_INT]. See the given class' documentation for available constants.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]value[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:19 +msgid "The constant's parent class." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:22 +msgid "" +"The constant to return. See the given class for its available constants." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:4 +msgid "A Visual Script node used to annotate the script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:7 +msgid "" +"A Visual Script node used to display annotations in the script, so that code " +"may be documented.\n" +"Comment nodes can be resized so they encompass a group of nodes." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:16 +msgid "The text inside the comment node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:19 +msgid "The comment node's size (in pixels)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:22 +msgid "The comment node's title." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComposeArray.xml:4 +msgid "A Visual Script Node used to create array from a list of items." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComposeArray.xml:7 +msgid "" +"A Visual Script Node used to compose array from the list of elements " +"provided with custom in-graph UI hard coded in the VisualScript Editor." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCondition.xml:4 +msgid "A Visual Script node which branches the flow." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCondition.xml:7 +msgid "" +"A Visual Script node that checks a [bool] input port. If [code]true[/code], " +"it will exit via the \"true\" sequence port. If [code]false[/code], it will " +"exit via the \"false\" sequence port. After exiting either, it exits via the " +"\"done\" port. Sequence ports may be left disconnected.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]if (cond) is[/code]\n" +"- Data (boolean): [code]cond[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]true[/code]\n" +"- Sequence: [code]false[/code]\n" +"- Sequence: [code]done[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:4 +msgid "Gets a contant's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:7 +msgid "" +"This node returns a constant's value.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:19 +msgid "The constant's type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:22 +msgid "The constant's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstructor.xml:4 +msgid "A Visual Script node which calls a base type constructor." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstructor.xml:7 +msgid "" +"A Visual Script node which calls a base type constructor. It can be used for " +"type conversion as well." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:4 +msgid "A scripted Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:7 +msgid "A custom Visual Script node which can be scripted in powerful ways." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:15 +msgid "Return the node's title." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:21 +msgid "Return the node's category." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:27 +msgid "Return the count of input value ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:34 +msgid "" +"Return the specified input port's hint. See the [enum @GlobalScope." +"PropertyHint] hints." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:41 +msgid "Return the specified input port's hint string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:48 +msgid "Return the specified input port's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:55 +msgid "" +"Return the specified input port's type. See the [enum Variant.Type] values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:61 +msgid "Return the amount of output [b]sequence[/b] ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:68 +msgid "Return the specified [b]sequence[/b] output's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:74 +msgid "Return the amount of output value ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:81 +msgid "" +"Return the specified output port's hint. See the [enum @GlobalScope." +"PropertyHint] hints." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:88 +msgid "Return the specified output port's hint string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:95 +msgid "Return the specified output port's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:102 +msgid "" +"Return the specified output port's type. See the [enum Variant.Type] values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:108 +msgid "" +"Return the custom node's text, which is shown right next to the input " +"[b]sequence[/b] port (if there is none, on the place that is usually taken " +"by it)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:114 +msgid "" +"Return the size of the custom node's working memory. See [method _step] for " +"more details." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:120 +msgid "Return whether the custom node has an input [b]sequence[/b] port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:130 +msgid "" +"Execute the custom node's logic, returning the index of the output sequence " +"port to use or a [String] when there is an error.\n" +"The [code]inputs[/code] array contains the values of the input ports.\n" +"[code]outputs[/code] is an array whose indices should be set to the " +"respective outputs.\n" +"The [code]start_mode[/code] is usually [constant START_MODE_BEGIN_SEQUENCE], " +"unless you have used the [code]STEP_*[/code] constants.\n" +"[code]working_mem[/code] is an array which can be used to persist " +"information between runs of the custom node. The size needs to be predefined " +"using [method _get_working_memory_size].\n" +"When returning, you can mask the returned value with one of the " +"[code]STEP_*[/code] constants." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:141 +msgid "The start mode used the first time when [method _step] is called." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:144 +msgid "" +"The start mode used when [method _step] is called after coming back from a " +"[constant STEP_PUSH_STACK_BIT]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:147 +msgid "" +"The start mode used when [method _step] is called after resuming from " +"[constant STEP_YIELD_BIT]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:150 +msgid "" +"Hint used by [method _step] to tell that control should return to it when " +"there is no other node left to execute.\n" +"This is used by [VisualScriptCondition] to redirect the sequence to the " +"\"Done\" port after the [code]true[/code]/[code]false[/code] branch has " +"finished execution." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:154 +msgid "" +"Hint used by [method _step] to tell that control should return back, either " +"hitting a previous [constant STEP_PUSH_STACK_BIT] or exiting the function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:159 +msgid "" +"Hint used by [method _step] to tell that control should stop and exit the " +"function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:162 +msgid "" +"Hint used by [method _step] to tell that the function should be yielded.\n" +"Using this requires you to have at least one working memory slot, which is " +"used for the [VisualScriptFunctionState]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptDeconstruct.xml:4 +#: modules/visual_script/doc_classes/VisualScriptDeconstruct.xml:7 +msgid "" +"A Visual Script node which deconstructs a base type instance into its parts." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptDeconstruct.xml:15 +msgid "The type to deconstruct." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEditor.xml:16 +msgid "" +"Add a custom Visual Script node to the editor. It'll be placed under " +"\"Custom Nodes\" with the [code]category[/code] as the parameter." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEditor.xml:24 +msgid "" +"Remove a custom Visual Script node from the editor. Custom nodes already " +"placed on scripts won't be removed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEditor.xml:31 +msgid "Emitted when a custom Visual Script node is added or removed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEmitSignal.xml:4 +msgid "Emits a specified signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEmitSignal.xml:7 +msgid "" +"Emits a specified signal when it is executed.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]emit[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEmitSignal.xml:19 +msgid "The signal to emit." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml:4 +#: modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml:7 +msgid "A Visual Script node returning a singleton from [@GlobalScope]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml:15 +msgid "The singleton's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptExpression.xml:4 +msgid "A Visual Script node that can execute a custom expression." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptExpression.xml:7 +msgid "" +"A Visual Script node that can execute a custom expression. Values can be " +"provided for the input and the expression result can be retrieved from the " +"output." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunction.xml:4 +msgid "A Visual Script node representing a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunction.xml:7 +msgid "" +"[VisualScriptFunction] represents a function header. It is the starting " +"point for the function body and can be used to tweak the function's " +"properties (e.g. RPC mode)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:4 +msgid "A Visual Script node for calling a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:7 +msgid "" +"[VisualScriptFunctionCall] is created when you add or drag and drop a " +"function onto the Visual Script graph. It allows to tweak parameters of the " +"call, e.g. what object the function is called on." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:15 +msgid "" +"The script to be used when [member call_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:18 +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:15 +msgid "" +"The base type to be used when [member call_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:21 +msgid "" +"The type to be used when [member call_mode] is set to [constant " +"CALL_MODE_BASIC_TYPE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:24 +msgid "" +"[code]call_mode[/code] determines the target object on which the method will " +"be called. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:27 +msgid "The name of the function to be called." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:30 +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:21 +msgid "" +"The node path to use when [member call_mode] is set to [constant " +"CALL_MODE_NODE_PATH]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:33 +msgid "" +"The mode for RPC calls. See [method Node.rpc] for more details and [enum " +"RPCCallMode] for available options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:36 +msgid "" +"The singleton to call the method on. Used when [member call_mode] is set to " +"[constant CALL_MODE_SINGLETON]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:39 +msgid "" +"Number of default arguments that will be used when calling the function. " +"Can't be higher than the number of available default arguments in the " +"method's declaration." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:42 +msgid "" +"If [code]false[/code], call errors (e.g. wrong number of arguments) will be " +"ignored." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:47 +msgid "The method will be called on this [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:50 +msgid "The method will be called on the given [Node] in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:53 +msgid "" +"The method will be called on an instanced node with the given type and " +"script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:56 +msgid "The method will be called on a GDScript basic type (e.g. [Vector2])." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:59 +msgid "The method will be called on a singleton." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:62 +msgid "The method will be called locally." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:65 +msgid "The method will be called remotely." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:68 +msgid "The method will be called remotely using an unreliable protocol." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:71 +msgid "The method will be called remotely for the given peer." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:74 +msgid "" +"The method will be called remotely for the given peer, using an unreliable " +"protocol." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:4 +msgid "A Visual Script node representing a function state." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:7 +msgid "" +"[VisualScriptFunctionState] is returned from [VisualScriptYield] and can be " +"used to resume a paused function call." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:18 +msgid "" +"Connects this [VisualScriptFunctionState] to a signal in the given object to " +"automatically resume when it's emitted." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:24 +msgid "Returns whether the function state is valid." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:31 +msgid "Resumes the function to run from the point it was yielded." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml:4 +#: modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml:7 +msgid "A Visual Script node returning a constant from [@GlobalScope]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml:15 +msgid "The constant to be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexGet.xml:4 +msgid "A Visual Script node for getting a value from an array or a dictionary." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexGet.xml:7 +msgid "" +"[VisualScriptIndexGet] will return the value stored in an array or a " +"dictionary under the given index." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexSet.xml:4 +msgid "A Visual Script node for setting a value in an array or a dictionary." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexSet.xml:7 +msgid "" +"[VisualScriptIndexSet] will set the value stored in an array or a dictionary " +"under the given index to the provided new value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:4 +msgid "A Visual Script node returning a state of an action." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:7 +msgid "" +"[VisualScriptInputAction] can be used to check if an action is pressed or " +"released." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:15 +msgid "Name of the action." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:18 +msgid "State of the action to check. See [enum Mode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:23 +msgid "[code]True[/code] if action is pressed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:26 +msgid "[code]True[/code] if action is released (i.e. not pressed)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:29 +msgid "[code]True[/code] on the frame the action was pressed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:32 +msgid "[code]True[/code] on the frame the action was released." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIterator.xml:4 +msgid "Steps through items in a given input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIterator.xml:7 +msgid "" +"This node steps through each item in a given input. Input can be any " +"sequence data type, such as an [Array] or [String]. When each item has been " +"processed, execution passed out the [code]exit[/code] Sequence port.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]for (elem) in (input)[/code]\n" +"- Data (variant): [code]input[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]each[/code]\n" +"- Sequence: [code]exit[/code]\n" +"- Data (variant): [code]elem[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:4 +msgid "A Visual Script virtual class for in-graph editable nodes." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:7 +msgid "" +"A Visual Script virtual class that defines the shape and the default " +"behavior of the nodes that have to be in-graph editable nodes." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:18 +msgid "Adds an input port to the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:27 +msgid "Adds an output port to the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:34 +msgid "Removes an input port from the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:41 +msgid "Removes an output port from the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:49 +msgid "Sets the name of an input port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:57 +msgid "Sets the type of an input port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:65 +msgid "Sets the name of an output port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:73 +msgid "Sets the type of an output port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:4 +msgid "Gets a local variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:7 +msgid "" +"Returns a local variable's value. \"Var Name\" must be supplied, with an " +"optional type.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:19 +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:21 +msgid "The local variable's type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:22 +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:24 +msgid "The local variable's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:4 +msgid "Changes a local variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:7 +msgid "" +"Changes a local variable's value to the given input. The new value is also " +"provided on an output Data port.\n" +"[b]Input Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]set[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:4 +msgid "Commonly used mathematical constants." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:7 +msgid "" +"Provides common math constants, such as Pi, on an output Data port.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:19 +msgid "The math constant." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:24 +msgid "Unity: [code]1[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:27 +msgid "Pi: [code]3.141593[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:30 +msgid "Pi divided by two: [code]1.570796[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:33 +msgid "Tau: [code]6.283185[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:36 +msgid "" +"Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/" +"code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:39 +msgid "Square root of two: [code]1.414214[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:42 +msgid "Infinity: [code]inf[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:45 +msgid "Not a number: [code]nan[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:48 +msgid "Represents the size of the [enum MathConstant] enum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:4 +msgid "A node which is part of a [VisualScript]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:7 +msgid "" +"A node which is part of a [VisualScript]. Not to be confused with [Node], " +"which is a part of a [SceneTree]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:16 +msgid "" +"Returns the default value of a given port. The default value is used when " +"nothing is connected to the port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:22 +msgid "Returns the [VisualScript] instance the node is bound to." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:28 +msgid "" +"Notify that the node's ports have changed. Usually used in conjunction with " +"[VisualScriptCustomNode] ." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:36 +msgid "Change the default value of a given port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:43 +msgid "Emitted when the available input/output ports are changed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:4 +msgid "A Visual Script node that performs an operation on two values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:7 +msgid "" +"[b]Input Ports:[/b]\n" +"- Data (variant): [code]A[/code]\n" +"- Data (variant): [code]B[/code]\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]result[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:19 +msgid "" +"The operation to be performed. See [enum Variant.Operator] for available " +"options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:22 +msgid "" +"The type of the values for this operation. See [enum Variant.Type] for " +"available options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPreload.xml:4 +msgid "Creates a new [Resource] or loads one from the filesystem." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPreload.xml:7 +msgid "" +"Creates a new [Resource] or loads one from the filesystem.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (object): [code]res[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPreload.xml:19 +msgid "The [Resource] to load." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:4 +msgid "A Visual Script node returning a value of a property from an [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:7 +msgid "" +"[VisualScriptPropertyGet] can return a value of any property from the " +"current object or other objects." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:15 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:18 +msgid "" +"The script to be used when [member set_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:18 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:21 +msgid "" +"The base type to be used when [member set_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:21 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:24 +msgid "" +"The type to be used when [member set_mode] is set to [constant " +"CALL_MODE_BASIC_TYPE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:24 +msgid "" +"The indexed name of the property to retrieve. See [method Object." +"get_indexed] for details." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:27 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:30 +msgid "" +"The node path to use when [member set_mode] is set to [constant " +"CALL_MODE_NODE_PATH]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:30 +msgid "" +"The name of the property to retrieve. Changing this will clear [member " +"index]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:33 +msgid "" +"[code]set_mode[/code] determines the target object from which the property " +"will be retrieved. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:38 +msgid "The property will be retrieved from this [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:41 +msgid "The property will be retrieved from the given [Node] in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:44 +msgid "" +"The property will be retrieved from an instanced node with the given type " +"and script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:47 +msgid "" +"The property will be retrieved from a GDScript basic type (e.g. [Vector2])." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:4 +msgid "A Visual Script node that sets a property of an [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:7 +msgid "" +"[VisualScriptPropertySet] can set the value of any property from the current " +"object or other objects." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:15 +msgid "" +"The additional operation to perform when assigning. See [enum AssignOp] for " +"options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:27 +msgid "" +"The indexed name of the property to set. See [method Object.set_indexed] for " +"details." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:33 +msgid "" +"The name of the property to set. Changing this will clear [member index]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:36 +msgid "" +"[code]set_mode[/code] determines the target object on which the property " +"will be set. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:41 +msgid "The property will be set on this [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:44 +msgid "The property will be set on the given [Node] in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:47 +msgid "" +"The property will be set on an instanced node with the given type and script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:50 +msgid "The property will be set on a GDScript basic type (e.g. [Vector2])." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:53 +msgid "The property will be assigned regularly." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:56 +msgid "" +"The value will be added to the property. Equivalent of doing [code]+=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:59 +msgid "" +"The value will be subtracted from the property. Equivalent of doing [code]-" +"=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:62 +msgid "" +"The property will be multiplied by the value. Equivalent of doing [code]*=[/" +"code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:65 +msgid "" +"The property will be divided by the value. Equivalent of doing [code]/=[/" +"code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:68 +msgid "" +"A modulo operation will be performed on the property and the value. " +"Equivalent of doing [code]%=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:71 +msgid "" +"The property will be binarly shifted to the left by the given value. " +"Equivalent of doing [code]<<[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:74 +msgid "" +"The property will be binarly shifted to the right by the given value. " +"Equivalent of doing [code]>>[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:77 +msgid "" +"A binary [code]AND[/code] operation will be performed on the property. " +"Equivalent of doing [code]&=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:80 +msgid "" +"A binary [code]OR[/code] operation will be performed on the property. " +"Equivalent of doing [code]|=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:83 +msgid "" +"A binary [code]XOR[/code] operation will be performed on the property. " +"Equivalent of doing [code]^=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:4 +msgid "Exits a function and returns an optional value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:7 +msgid "" +"Ends the execution of a function and returns control to the calling " +"function. Optionally, it can return a [Variant] value.\n" +"[b]Input Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]result[/code] (optional)\n" +"[b]Output Ports:[/b]\n" +"none" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:20 +msgid "If [code]true[/code], the [code]return[/code] input port is available." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:23 +msgid "The return value's data type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneNode.xml:4 +msgid "Node reference." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneNode.xml:7 +msgid "" +"A direct reference to a node.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data: [code]node[/code] (obj)" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneNode.xml:19 +msgid "The node's path in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneTree.xml:4 +#: modules/visual_script/doc_classes/VisualScriptSceneTree.xml:7 +msgid "A Visual Script node for accessing [SceneTree] methods." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelect.xml:4 +msgid "Chooses between two input values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelect.xml:7 +msgid "" +"Chooses between two input values based on a Boolean condition.\n" +"[b]Input Ports:[/b]\n" +"- Data (boolean): [code]cond[/code]\n" +"- Data (variant): [code]a[/code]\n" +"- Data (variant): [code]b[/code]\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]out[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelect.xml:21 +msgid "The input variables' type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelf.xml:4 +msgid "Outputs a reference to the current instance." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelf.xml:7 +msgid "" +"Provides a reference to the node running the visual script.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (object): [code]instance[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSequence.xml:4 +msgid "Executes a series of Sequence ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSequence.xml:7 +msgid "" +"Steps through a series of one or more output Sequence ports. The " +"[code]current[/code] data port outputs the currently executing item.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]in order[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]1[/code]\n" +"- Sequence: [code]2 - n[/code] (optional)\n" +"- Data (int): [code]current[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSequence.xml:21 +msgid "The number of steps in the sequence." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSubCall.xml:4 +msgid "Calls a method called [code]_subcall[/code] in this object." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSubCall.xml:7 +msgid "" +"[VisualScriptSubCall] will call method named [code]_subcall[/code] in the " +"current script. It will fail if the method doesn't exist or the provided " +"arguments are wrong." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSubCall.xml:16 +msgid "Called by this node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSwitch.xml:4 +msgid "Branches program flow based on a given input's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSwitch.xml:7 +msgid "" +"Branches the flow based on an input's value. Use [b]Case Count[/b] in the " +"Inspector to set the number of branches and each comparison's optional " +"type.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]'input' is[/code]\n" +"- Data (variant): [code]=[/code]\n" +"- Data (variant): [code]=[/code] (optional)\n" +"- Data (variant): [code]input[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence\n" +"- Sequence (optional)\n" +"- Sequence: [code]done[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:4 +msgid "A Visual Script node that casts the given value to another type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:7 +msgid "" +"[VisualScriptTypeCast] will perform a type conversion to an [Object]-derived " +"type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:15 +msgid "" +"The target script class to be converted to. If none, only the [member " +"base_type] will be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:18 +msgid "The target type to be converted to." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableGet.xml:4 +msgid "Gets a variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableGet.xml:7 +msgid "" +"Returns a variable's value. \"Var Name\" must be supplied, with an optional " +"type.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]value[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableGet.xml:19 +#: modules/visual_script/doc_classes/VisualScriptVariableSet.xml:20 +msgid "The variable's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableSet.xml:4 +msgid "Changes a variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableSet.xml:7 +msgid "" +"Changes a variable's value to the given input.\n" +"[b]Input Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]set[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptWhile.xml:4 +msgid "Conditional loop." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptWhile.xml:7 +msgid "" +"Loops while a condition is [code]true[/code]. Execution continues out the " +"[code]exit[/code] Sequence port when the loop terminates.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]while(cond)[/code]\n" +"- Data (bool): [code]cond[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]repeat[/code]\n" +"- Sequence: [code]exit[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:4 +msgid "A Visual Script node used to pause a function execution." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:7 +msgid "" +"[VisualScriptYield] will pause the function call and return " +"[VisualScriptFunctionState], which can be used to resume the function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:15 +msgid "" +"The mode to use for yielding. See [enum YieldMode] for available options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:18 +msgid "The time to wait when [member mode] is set to [constant YIELD_WAIT]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:23 +msgid "Yields during an idle frame." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:26 +msgid "Yields during a physics frame." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:29 +msgid "Yields a function and waits the given time." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:4 +msgid "A Visual Script node yielding for a signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:7 +msgid "" +"[VisualScriptYieldSignal] will pause the function execution until the " +"provided signal is emitted." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:18 +msgid "" +"[code]call_mode[/code] determines the target object to wait for the signal " +"emission. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:24 +msgid "The signal name to be waited for." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:29 +msgid "A signal from this [Object] will be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:32 +msgid "A signal from the given [Node] in the scene tree will be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:35 +msgid "A signal from an instanced node with the given type will be used." +msgstr "" + +#: doc/classes/VisualServer.xml:4 +msgid "Server for anything visible." +msgstr "" + +#: doc/classes/VisualServer.xml:7 +msgid "" +"Server for anything visible. The visual server is the API backend for " +"everything visible. The whole scene system mounts on it to display.\n" +"The visual server is completely opaque, the internals are entirely " +"implementation specific and cannot be accessed.\n" +"The visual server can be used to bypass the scene system entirely.\n" +"Resources are created using the [code]*_create[/code] functions.\n" +"All objects are drawn to a viewport. You can use the [Viewport] attached to " +"the [SceneTree] or you can create one yourself with [method " +"viewport_create]. When using a custom scenario or canvas, the scenario or " +"canvas needs to be attached to the viewport using [method " +"viewport_set_scenario] or [method viewport_attach_canvas].\n" +"In 3D, all visual objects must be associated with a scenario. The scenario " +"is a visual representation of the world. If accessing the visual server from " +"a running game, the scenario can be accessed from the scene tree from any " +"[Spatial] node with [method Spatial.get_world]. Otherwise, a scenario can be " +"created with [method scenario_create].\n" +"Similarly, in 2D, a canvas is needed to draw all canvas items.\n" +"In 3D, all visible objects are comprised of a resource and an instance. A " +"resource can be a mesh, a particle system, a light, or any other 3D object. " +"In order to be visible resources must be attached to an instance using " +"[method instance_set_base]. The instance must also be attached to the " +"scenario using [method instance_set_scenario] in order to be visible.\n" +"In 2D, all visible objects are some form of canvas item. In order to be " +"visible, a canvas item needs to be the child of a canvas attached to a " +"viewport, or it needs to be the child of another canvas item that is " +"eventually attached to the canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:18 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/optimization/using_servers.html" +msgstr "" + +#: doc/classes/VisualServer.xml:28 +msgid "Sets images to be rendered in the window margin." +msgstr "" + +#: doc/classes/VisualServer.xml:38 +msgid "" +"Sets margin size, where black bars (or images, if [method " +"black_bars_set_images] was used) are rendered." +msgstr "" + +#: doc/classes/VisualServer.xml:44 +msgid "" +"Creates a camera and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]camera_*[/code] " +"VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:53 +msgid "" +"Sets the cull mask associated with this camera. The cull mask describes " +"which 3D layers are rendered by this camera. Equivalent to [member Camera." +"cull_mask]." +msgstr "" + +#: doc/classes/VisualServer.xml:61 +msgid "" +"Sets the environment used by this camera. Equivalent to [member Camera." +"environment]." +msgstr "" + +#: doc/classes/VisualServer.xml:72 +msgid "" +"Sets camera to use frustum projection. This mode allows adjusting the " +"[code]offset[/code] argument to create \"tilted frustum\" effects." +msgstr "" + +#: doc/classes/VisualServer.xml:82 +msgid "" +"Sets camera to use orthogonal projection, also known as orthographic " +"projection. Objects remain the same size on the screen no matter how far " +"away they are." +msgstr "" + +#: doc/classes/VisualServer.xml:92 +msgid "" +"Sets camera to use perspective projection. Objects on the screen becomes " +"smaller when they are far away." +msgstr "" + +#: doc/classes/VisualServer.xml:100 +msgid "Sets [Transform] of camera." +msgstr "" + +#: doc/classes/VisualServer.xml:108 +msgid "" +"If [code]true[/code], preserves the horizontal aspect ratio which is " +"equivalent to [constant Camera.KEEP_WIDTH]. If [code]false[/code], preserves " +"the vertical aspect ratio which is equivalent to [constant Camera." +"KEEP_HEIGHT]." +msgstr "" + +#: doc/classes/VisualServer.xml:114 +msgid "" +"Creates a canvas and returns the assigned [RID]. It can be accessed with the " +"RID that is returned. This RID will be used in all [code]canvas_*[/code] " +"VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:125 +msgid "Adds a circle command to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:133 +msgid "" +"If ignore is [code]true[/code], the VisualServer does not perform clipping." +msgstr "" + +#: doc/classes/VisualServer.xml:145 +msgid "Adds a line command to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:157 +msgid "Adds a mesh command to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:167 +msgid "" +"Adds a [MultiMesh] to the [CanvasItem]'s draw commands. Only affects its " +"aabb at the moment." +msgstr "" + +#: doc/classes/VisualServer.xml:184 +msgid "" +"Adds a nine patch image to the [CanvasItem]'s draw commands.\n" +"See [NinePatchRect] for more explanation." +msgstr "" + +#: doc/classes/VisualServer.xml:195 +msgid "Adds a particle system to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:208 +msgid "Adds a polygon to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:219 +msgid "" +"Adds a polyline, which is a line from multiple points with a width, to the " +"[CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:232 +msgid "Adds a primitive to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:241 +msgid "Adds a rectangle to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:249 +msgid "" +"Adds a [Transform2D] command to the [CanvasItem]'s draw commands.\n" +"This sets the extra_matrix uniform when executed. This affects the later " +"commands of the canvas item." +msgstr "" + +#: doc/classes/VisualServer.xml:263 +msgid "Adds a textured rect to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:277 +msgid "" +"Adds a texture rect with region setting to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:295 +msgid "Adds a triangle array to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:302 +msgid "Clears the [CanvasItem] and removes all commands in it." +msgstr "" + +#: doc/classes/VisualServer.xml:308 +msgid "" +"Creates a new [CanvasItem] and returns its [RID]. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]canvas_item_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:317 +msgid "Sets clipping for the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:326 +msgid "Sets the [CanvasItem] to copy a rect to the backbuffer." +msgstr "" + +#: doc/classes/VisualServer.xml:335 +msgid "Defines a custom drawing rectangle for the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:343 +msgid "" +"Enables the use of distance fields for GUI elements that are rendering " +"distance field based fonts." +msgstr "" + +#: doc/classes/VisualServer.xml:351 +msgid "Sets [CanvasItem] to be drawn behind its parent." +msgstr "" + +#: doc/classes/VisualServer.xml:359 +msgid "Sets the index for the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:367 doc/classes/VisualServer.xml:493 +#: doc/classes/VisualServer.xml:549 +msgid "" +"The light mask. See [LightOccluder2D] for more information on light masks." +msgstr "" + +#: doc/classes/VisualServer.xml:375 +msgid "Sets a new material to the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:383 +msgid "Sets the color that modulates the [CanvasItem] and its children." +msgstr "" + +#: doc/classes/VisualServer.xml:391 +msgid "" +"Sets the parent for the [CanvasItem]. The parent can be another canvas item, " +"or it can be the root canvas that is attached to the viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:399 +msgid "Sets the color that modulates the [CanvasItem] without children." +msgstr "" + +#: doc/classes/VisualServer.xml:407 +msgid "Sets if [CanvasItem]'s children should be sorted by y-position." +msgstr "" + +#: doc/classes/VisualServer.xml:415 +msgid "Sets the [CanvasItem]'s [Transform2D]." +msgstr "" + +#: doc/classes/VisualServer.xml:423 +msgid "Sets if the [CanvasItem] uses its parent's material." +msgstr "" + +#: doc/classes/VisualServer.xml:431 +msgid "Sets if the canvas item (including its children) is visible." +msgstr "" + +#: doc/classes/VisualServer.xml:439 +msgid "" +"If this is enabled, the Z index of the parent will be added to the " +"children's Z index." +msgstr "" + +#: doc/classes/VisualServer.xml:447 +msgid "" +"Sets the [CanvasItem]'s Z index, i.e. its draw order (lower indexes are " +"drawn first)." +msgstr "" + +#: doc/classes/VisualServer.xml:455 +msgid "" +"Attaches the canvas light to the canvas. Removes it from its previous canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:461 +msgid "" +"Creates a canvas light and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all " +"[code]canvas_light_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:470 +msgid "" +"Attaches a light occluder to the canvas. Removes it from its previous canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:476 +msgid "" +"Creates a light occluder and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all " +"[code]canvas_light_ocluder_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:485 +msgid "Enables or disables light occluder." +msgstr "" + +#: doc/classes/VisualServer.xml:501 +msgid "Sets a light occluder's polygon." +msgstr "" + +#: doc/classes/VisualServer.xml:509 +msgid "Sets a light occluder's [Transform2D]." +msgstr "" + +#: doc/classes/VisualServer.xml:517 +msgid "Sets the color for a light." +msgstr "" + +#: doc/classes/VisualServer.xml:525 +msgid "Enables or disables a canvas light." +msgstr "" + +#: doc/classes/VisualServer.xml:533 +msgid "Sets a canvas light's energy." +msgstr "" + +#: doc/classes/VisualServer.xml:541 +msgid "Sets a canvas light's height." +msgstr "" + +#: doc/classes/VisualServer.xml:557 +msgid "" +"The binary mask used to determine which layers this canvas light's shadows " +"affects. See [LightOccluder2D] for more information on light masks." +msgstr "" + +#: doc/classes/VisualServer.xml:566 +msgid "The layer range that gets rendered with this light." +msgstr "" + +#: doc/classes/VisualServer.xml:574 +msgid "The mode of the light, see [enum CanvasLightMode] constants." +msgstr "" + +#: doc/classes/VisualServer.xml:582 +msgid "" +"Sets the texture's scale factor of the light. Equivalent to [member Light2D." +"texture_scale]." +msgstr "" + +#: doc/classes/VisualServer.xml:590 +msgid "" +"Sets the width of the shadow buffer, size gets scaled to the next power of " +"two for this." +msgstr "" + +#: doc/classes/VisualServer.xml:598 +msgid "Sets the color of the canvas light's shadow." +msgstr "" + +#: doc/classes/VisualServer.xml:606 +msgid "Enables or disables the canvas light's shadow." +msgstr "" + +#: doc/classes/VisualServer.xml:614 +msgid "" +"Sets the canvas light's shadow's filter, see [enum CanvasLightShadowFilter] " +"constants." +msgstr "" + +#: doc/classes/VisualServer.xml:622 +msgid "Sets the length of the shadow's gradient." +msgstr "" + +#: doc/classes/VisualServer.xml:630 +msgid "Smoothens the shadow. The lower, the smoother." +msgstr "" + +#: doc/classes/VisualServer.xml:638 +msgid "" +"Sets texture to be used by light. Equivalent to [member Light2D.texture]." +msgstr "" + +#: doc/classes/VisualServer.xml:646 +msgid "" +"Sets the offset of the light's texture. Equivalent to [member Light2D." +"offset]." +msgstr "" + +#: doc/classes/VisualServer.xml:654 +msgid "Sets the canvas light's [Transform2D]." +msgstr "" + +#: doc/classes/VisualServer.xml:663 +msgid "" +"Sets the Z range of objects that will be affected by this light. Equivalent " +"to [member Light2D.range_z_min] and [member Light2D.range_z_max]." +msgstr "" + +#: doc/classes/VisualServer.xml:669 +msgid "" +"Creates a new light occluder polygon and adds it to the VisualServer. It can " +"be accessed with the RID that is returned. This RID will be used in all " +"[code]canvas_occluder_polygon_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:678 +msgid "" +"Sets an occluder polygons cull mode. See [enum " +"CanvasOccluderPolygonCullMode] constants." +msgstr "" + +#: doc/classes/VisualServer.xml:687 +msgid "Sets the shape of the occluder polygon." +msgstr "" + +#: doc/classes/VisualServer.xml:695 +msgid "Sets the shape of the occluder polygon as lines." +msgstr "" + +#: doc/classes/VisualServer.xml:704 +msgid "" +"A copy of the canvas item will be drawn with a local offset of the mirroring " +"[Vector2]." +msgstr "" + +#: doc/classes/VisualServer.xml:712 +msgid "Modulates all colors in the given canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:718 +msgid "" +"Creates a directional light and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID can be used in most " +"[code]light_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this directional light to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:728 +msgid "" +"Draws a frame. [i]This method is deprecated[/i], please use [method " +"force_draw] instead." +msgstr "" + +#: doc/classes/VisualServer.xml:734 +msgid "" +"Creates an environment and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all " +"[code]environment_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:747 +msgid "" +"Sets the values to be used with the \"Adjustment\" post-process effect. See " +"[Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:757 +msgid "Sets the ambient light parameters. See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:765 +msgid "" +"Sets the [i]BGMode[/i] of the environment. Equivalent to [member Environment." +"background_mode]." +msgstr "" + +#: doc/classes/VisualServer.xml:773 +msgid "" +"Color displayed for clear areas of the scene (if using Custom color or Color" +"+Sky background modes)." +msgstr "" + +#: doc/classes/VisualServer.xml:781 +msgid "Sets the intensity of the background color." +msgstr "" + +#: doc/classes/VisualServer.xml:789 +msgid "Sets the maximum layer to use if using Canvas background mode." +msgstr "" + +#: doc/classes/VisualServer.xml:801 +msgid "" +"Sets the values to be used with the \"DoF Far Blur\" post-process effect. " +"See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:813 +msgid "" +"Sets the values to be used with the \"DoF Near Blur\" post-process effect. " +"See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:824 +msgid "" +"Sets the variables to be used with the scene fog. See [Environment] for more " +"details." +msgstr "" + +#: doc/classes/VisualServer.xml:837 +msgid "" +"Sets the variables to be used with the fog depth effect. See [Environment] " +"for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:848 +msgid "" +"Sets the variables to be used with the fog height effect. See [Environment] " +"for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:866 +msgid "" +"Sets the variables to be used with the \"glow\" post-process effect. See " +"[Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:874 +msgid "" +"Sets the [Sky] to be used as the environment's background when using " +"[i]BGMode[/i] sky. Equivalent to [member Environment.background_sky]." +msgstr "" + +#: doc/classes/VisualServer.xml:882 +msgid "" +"Sets a custom field of view for the background [Sky]. Equivalent to [member " +"Environment.background_sky_custom_fov]." +msgstr "" + +#: doc/classes/VisualServer.xml:890 +msgid "" +"Sets the rotation of the background [Sky] expressed as a [Basis]. Equivalent " +"to [member Environment.background_sky_orientation]." +msgstr "" + +#: doc/classes/VisualServer.xml:909 +msgid "" +"Sets the variables to be used with the \"Screen Space Ambient Occlusion " +"(SSAO)\" post-process effect. See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:922 +msgid "" +"Sets the variables to be used with the \"screen space reflections\" post-" +"process effect. See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:937 +msgid "" +"Sets the variables to be used with the \"tonemap\" post-process effect. See " +"[Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:943 +msgid "Removes buffers and clears testcubes." +msgstr "" + +#: doc/classes/VisualServer.xml:951 +msgid "" +"Forces a frame to be drawn when the function is called. Drawing a frame " +"updates all [Viewport]s that are set to update. Use with extreme caution." +msgstr "" + +#: doc/classes/VisualServer.xml:957 +msgid "Synchronizes threads." +msgstr "" + +#: doc/classes/VisualServer.xml:964 +msgid "Tries to free an object in the VisualServer." +msgstr "" + +#: doc/classes/VisualServer.xml:971 +msgid "Returns a certain information, see [enum RenderInfo] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:977 +msgid "Returns the id of the test cube. Creates one if none exists." +msgstr "" + +#: doc/classes/VisualServer.xml:983 +msgid "Returns the id of the test texture. Creates one if none exists." +msgstr "" + +#: doc/classes/VisualServer.xml:989 +msgid "" +"Returns the name of the video adapter (e.g. \"GeForce GTX 1080/PCIe/" +"SSE2\").\n" +"[b]Note:[/b] When running a headless or server binary, this function returns " +"an empty string." +msgstr "" + +#: doc/classes/VisualServer.xml:996 +msgid "" +"Returns the vendor of the video adapter (e.g. \"NVIDIA Corporation\").\n" +"[b]Note:[/b] When running a headless or server binary, this function returns " +"an empty string." +msgstr "" + +#: doc/classes/VisualServer.xml:1003 +msgid "Returns the id of a white texture. Creates one if none exists." +msgstr "" + +#: doc/classes/VisualServer.xml:1009 +msgid "" +"Creates a GI probe and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]gi_probe_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this GI probe to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1018 +msgid "" +"Returns the bias value for the GI probe. Bias is used to avoid self " +"occlusion. Equivalent to [member GIProbeData.bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1025 +msgid "" +"Returns the axis-aligned bounding box that covers the full extent of the GI " +"probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1032 +msgid "Returns the cell size set by [method gi_probe_set_cell_size]." +msgstr "" + +#: doc/classes/VisualServer.xml:1039 +msgid "Returns the data used by the GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1046 +msgid "" +"Returns the dynamic range set for this GI probe. Equivalent to [member " +"GIProbe.dynamic_range]." +msgstr "" + +#: doc/classes/VisualServer.xml:1053 +msgid "" +"Returns the energy multiplier for this GI probe. Equivalent to [member " +"GIProbe.energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:1060 +msgid "" +"Returns the normal bias for this GI probe. Equivalent to [member GIProbe." +"normal_bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1067 +msgid "" +"Returns the propagation value for this GI probe. Equivalent to [member " +"GIProbe.propagation]." +msgstr "" + +#: doc/classes/VisualServer.xml:1074 +msgid "Returns the Transform set by [method gi_probe_set_to_cell_xform]." +msgstr "" + +#: doc/classes/VisualServer.xml:1081 +msgid "" +"Returns [code]true[/code] if the GI probe data associated with this GI probe " +"is compressed. Equivalent to [member GIProbe.compress]." +msgstr "" + +#: doc/classes/VisualServer.xml:1088 +msgid "" +"Returns [code]true[/code] if the GI probe is set to interior, meaning it " +"does not account for sky light. Equivalent to [member GIProbe.interior]." +msgstr "" + +#: doc/classes/VisualServer.xml:1096 +msgid "" +"Sets the bias value to avoid self-occlusion. Equivalent to [member GIProbe." +"bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1104 +msgid "" +"Sets the axis-aligned bounding box that covers the extent of the GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1112 +msgid "Sets the size of individual cells within the GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1120 +msgid "" +"Sets the compression setting for the GI probe data. Compressed data will " +"take up less space but may look worse. Equivalent to [member GIProbe." +"compress]." +msgstr "" + +#: doc/classes/VisualServer.xml:1128 +msgid "" +"Sets the data to be used in the GI probe for lighting calculations. Normally " +"this is created and called internally within the [GIProbe] node. You should " +"not try to set this yourself." +msgstr "" + +#: doc/classes/VisualServer.xml:1136 +msgid "" +"Sets the dynamic range of the GI probe. Dynamic range sets the limit for how " +"bright lights can be. A smaller range captures greater detail but limits how " +"bright lights can be. Equivalent to [member GIProbe.dynamic_range]." +msgstr "" + +#: doc/classes/VisualServer.xml:1144 +msgid "" +"Sets the energy multiplier for this GI probe. A higher energy makes the " +"indirect light from the GI probe brighter. Equivalent to [member GIProbe." +"energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:1152 +msgid "" +"Sets the interior value of this GI probe. A GI probe set to interior does " +"not include the sky when calculating lighting. Equivalent to [member GIProbe." +"interior]." +msgstr "" + +#: doc/classes/VisualServer.xml:1160 +msgid "" +"Sets the normal bias for this GI probe. Normal bias behaves similar to the " +"other form of bias and may help reduce self-occlusion. Equivalent to [member " +"GIProbe.normal_bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1168 +msgid "" +"Sets the propagation of light within this GI probe. Equivalent to [member " +"GIProbe.propagation]." +msgstr "" + +#: doc/classes/VisualServer.xml:1176 +msgid "Sets the to cell [Transform] for this GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1182 +msgid "" +"Returns [code]true[/code] if changes have been made to the VisualServer's " +"data. [method draw] is usually called if this happens." +msgstr "" + +#: doc/classes/VisualServer.xml:1189 +msgid "Not yet implemented. Always returns [code]false[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:1196 +msgid "" +"Returns [code]true[/code] if the OS supports a certain feature. Features " +"might be [code]s3tc[/code], [code]etc[/code], [code]etc2[/code], " +"[code]pvrtc[/code] and [code]skinning_fallback[/code].\n" +"When rendering with GLES2, returns [code]true[/code] with " +"[code]skinning_fallback[/code] in case the hardware doesn't support the " +"default GPU skinning process." +msgstr "" + +#: doc/classes/VisualServer.xml:1206 +msgid "" +"Sets up [ImmediateGeometry] internals to prepare for drawing. Equivalent to " +"[method ImmediateGeometry.begin]." +msgstr "" + +#: doc/classes/VisualServer.xml:1213 +msgid "" +"Clears everything that was set up between [method immediate_begin] and " +"[method immediate_end]. Equivalent to [method ImmediateGeometry.clear]." +msgstr "" + +#: doc/classes/VisualServer.xml:1221 +msgid "" +"Sets the color to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:1227 +msgid "" +"Creates an immediate geometry and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]immediate_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this immediate geometry to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1236 +msgid "" +"Ends drawing the [ImmediateGeometry] and displays it. Equivalent to [method " +"ImmediateGeometry.end]." +msgstr "" + +#: doc/classes/VisualServer.xml:1243 +msgid "Returns the material assigned to the [ImmediateGeometry]." +msgstr "" + +#: doc/classes/VisualServer.xml:1251 +msgid "" +"Sets the normal to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_normal]." +msgstr "" + +#: doc/classes/VisualServer.xml:1259 +msgid "Sets the material to be used to draw the [ImmediateGeometry]." +msgstr "" + +#: doc/classes/VisualServer.xml:1267 +msgid "" +"Sets the tangent to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_tangent]." +msgstr "" + +#: doc/classes/VisualServer.xml:1275 +msgid "" +"Sets the UV to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_uv]." +msgstr "" + +#: doc/classes/VisualServer.xml:1283 +msgid "" +"Sets the UV2 to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_uv2]." +msgstr "" + +#: doc/classes/VisualServer.xml:1291 +msgid "" +"Adds the next vertex using the information provided in advance. Equivalent " +"to [method ImmediateGeometry.add_vertex]." +msgstr "" + +#: doc/classes/VisualServer.xml:1299 +msgid "" +"Adds the next vertex using the information provided in advance. This is a " +"helper class that calls [method immediate_vertex] under the hood. Equivalent " +"to [method ImmediateGeometry.add_vertex]." +msgstr "" + +#: doc/classes/VisualServer.xml:1305 +msgid "" +"Initializes the visual server. This function is called internally by " +"platform-dependent code during engine initialization. If called from a " +"running game, it will not do anything." +msgstr "" + +#: doc/classes/VisualServer.xml:1313 +msgid "" +"Attaches a unique Object ID to instance. Object ID must be attached to " +"instance for proper culling with [method instances_cull_aabb], [method " +"instances_cull_convex], and [method instances_cull_ray]." +msgstr "" + +#: doc/classes/VisualServer.xml:1321 +msgid "" +"Attaches a skeleton to an instance. Removes the previous skeleton from the " +"instance." +msgstr "" + +#: doc/classes/VisualServer.xml:1327 +msgid "" +"Creates a visual instance and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]instance_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"An instance is a way of placing a 3D object in the scenario. Objects like " +"particles, meshes, and reflection probes need to be associated with an " +"instance to be visible in the scenario using [method instance_set_base]." +msgstr "" + +#: doc/classes/VisualServer.xml:1337 +msgid "" +"Creates a visual instance, adds it to the VisualServer, and sets both base " +"and scenario. It can be accessed with the RID that is returned. This RID " +"will be used in all [code]instance_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:1346 doc/classes/VisualServer.xml:1365 +#: doc/classes/VisualServer.xml:1592 doc/classes/VisualServer.xml:2673 +msgid "Not implemented in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:1354 +msgid "" +"Sets the shadow casting setting to one of [enum ShadowCastingSetting]. " +"Equivalent to [member GeometryInstance.cast_shadow]." +msgstr "" + +#: doc/classes/VisualServer.xml:1374 +msgid "" +"Sets the flag for a given [enum InstanceFlags]. See [enum InstanceFlags] for " +"more details." +msgstr "" + +#: doc/classes/VisualServer.xml:1382 +msgid "" +"Sets a material that will override the material for all surfaces on the mesh " +"associated with this instance. Equivalent to [member GeometryInstance." +"material_override]." +msgstr "" + +#: doc/classes/VisualServer.xml:1390 +msgid "" +"Sets the base of the instance. A base can be any of the 3D objects that are " +"created in the VisualServer that can be displayed. For example, any of the " +"light types, mesh, multimesh, immediate geometry, particle system, " +"reflection probe, lightmap capture, and the GI probe are all types that can " +"be set as the base of an instance in order to be displayed in the scenario." +msgstr "" + +#: doc/classes/VisualServer.xml:1399 +msgid "Sets the weight for a given blend shape associated with this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:1407 +msgid "" +"Sets a custom AABB to use when culling objects from the view frustum. " +"Equivalent to [method GeometryInstance.set_custom_aabb]." +msgstr "" + +#: doc/classes/VisualServer.xml:1415 +msgid "Function not implemented in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:1423 +msgid "" +"Sets a margin to increase the size of the AABB when culling objects from the " +"view frustum. This allows you to avoid culling objects that fall outside the " +"view frustum. Equivalent to [member GeometryInstance.extra_cull_margin]." +msgstr "" + +#: doc/classes/VisualServer.xml:1431 +msgid "" +"Sets the render layers that this instance will be drawn to. Equivalent to " +"[member VisualInstance.layers]." +msgstr "" + +#: doc/classes/VisualServer.xml:1439 +msgid "" +"Sets the scenario that the instance is in. The scenario is the 3D world that " +"the objects will be displayed in." +msgstr "" + +#: doc/classes/VisualServer.xml:1448 +msgid "" +"Sets the material of a specific surface. Equivalent to [method MeshInstance." +"set_surface_material]." +msgstr "" + +#: doc/classes/VisualServer.xml:1456 +msgid "" +"Sets the world space transform of the instance. Equivalent to [member " +"Spatial.transform]." +msgstr "" + +#: doc/classes/VisualServer.xml:1467 +msgid "Sets the lightmap to use with this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:1475 +msgid "" +"Sets whether an instance is drawn or not. Equivalent to [member Spatial." +"visible]." +msgstr "" + +#: doc/classes/VisualServer.xml:1483 +msgid "" +"Returns an array of object IDs intersecting with the provided AABB. Only " +"visual 3D nodes are considered, such as [MeshInstance] or " +"[DirectionalLight]. Use [method @GDScript.instance_from_id] to obtain the " +"actual nodes. A scenario RID must be provided, which is available in the " +"[World] you want to query. This forces an update for all resources queued to " +"update.\n" +"[b]Warning:[/b] This function is primarily intended for editor usage. For in-" +"game use cases, prefer physics collision." +msgstr "" + +#: doc/classes/VisualServer.xml:1492 +msgid "" +"Returns an array of object IDs intersecting with the provided convex shape. " +"Only visual 3D nodes are considered, such as [MeshInstance] or " +"[DirectionalLight]. Use [method @GDScript.instance_from_id] to obtain the " +"actual nodes. A scenario RID must be provided, which is available in the " +"[World] you want to query. This forces an update for all resources queued to " +"update.\n" +"[b]Warning:[/b] This function is primarily intended for editor usage. For in-" +"game use cases, prefer physics collision." +msgstr "" + +#: doc/classes/VisualServer.xml:1502 +msgid "" +"Returns an array of object IDs intersecting with the provided 3D ray. Only " +"visual 3D nodes are considered, such as [MeshInstance] or " +"[DirectionalLight]. Use [method @GDScript.instance_from_id] to obtain the " +"actual nodes. A scenario RID must be provided, which is available in the " +"[World] you want to query. This forces an update for all resources queued to " +"update.\n" +"[b]Warning:[/b] This function is primarily intended for editor usage. For in-" +"game use cases, prefer physics collision." +msgstr "" + +#: doc/classes/VisualServer.xml:1511 +msgid "" +"If [code]true[/code], this directional light will blend between shadow map " +"splits resulting in a smoother transition between them. Equivalent to " +"[member DirectionalLight.directional_shadow_blend_splits]." +msgstr "" + +#: doc/classes/VisualServer.xml:1519 +msgid "" +"Sets the shadow depth range mode for this directional light. Equivalent to " +"[member DirectionalLight.directional_shadow_depth_range]. See [enum " +"LightDirectionalShadowDepthRangeMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:1527 +msgid "" +"Sets the shadow mode for this directional light. Equivalent to [member " +"DirectionalLight.directional_shadow_mode]. See [enum " +"LightDirectionalShadowMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:1535 +msgid "" +"Sets whether to use vertical or horizontal detail for this omni light. This " +"can be used to alleviate artifacts in the shadow map. Equivalent to [member " +"OmniLight.omni_shadow_detail]." +msgstr "" + +#: doc/classes/VisualServer.xml:1543 +msgid "" +"Sets whether to use a dual paraboloid or a cubemap for the shadow map. Dual " +"paraboloid is faster but may suffer from artifacts. Equivalent to [member " +"OmniLight.omni_shadow_mode]." +msgstr "" + +#: doc/classes/VisualServer.xml:1551 +msgid "" +"Sets the bake mode for this light, see [enum LightBakeMode] for options. The " +"bake mode affects how the light will be baked in [BakedLightmap]s and " +"[GIProbe]s." +msgstr "" + +#: doc/classes/VisualServer.xml:1559 +msgid "Sets the color of the light. Equivalent to [member Light.light_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:1567 +msgid "" +"Sets the cull mask for this Light. Lights only affect objects in the " +"selected layers. Equivalent to [member Light.light_cull_mask]." +msgstr "" + +#: doc/classes/VisualServer.xml:1575 +msgid "" +"If [code]true[/code], light will subtract light instead of adding light. " +"Equivalent to [member Light.light_negative]." +msgstr "" + +#: doc/classes/VisualServer.xml:1584 +msgid "" +"Sets the specified light parameter. See [enum LightParam] for options. " +"Equivalent to [method Light.set_param]." +msgstr "" + +#: doc/classes/VisualServer.xml:1600 +msgid "" +"If [code]true[/code], reverses the backface culling of the mesh. This can be " +"useful when you have a flat mesh that has a light behind it. If you need to " +"cast a shadow on both sides of the mesh, set the mesh to use double sided " +"shadows with [method instance_geometry_set_cast_shadows_setting]. Equivalent " +"to [member Light.shadow_reverse_cull_face]." +msgstr "" + +#: doc/classes/VisualServer.xml:1608 +msgid "" +"If [code]true[/code], light will cast shadows. Equivalent to [member Light." +"shadow_enabled]." +msgstr "" + +#: doc/classes/VisualServer.xml:1616 +msgid "" +"Sets the color of the shadow cast by the light. Equivalent to [member Light." +"shadow_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:1624 +msgid "" +"Sets whether GI probes capture light information from this light. " +"[i]Deprecated method.[/i] Use [method light_set_bake_mode] instead. This " +"method is only kept for compatibility reasons and calls [method " +"light_set_bake_mode] internally, setting the bake mode to [constant " +"LIGHT_BAKE_DISABLED] or [constant LIGHT_BAKE_INDIRECT] depending on the " +"given parameter." +msgstr "" + +#: doc/classes/VisualServer.xml:1630 +msgid "" +"Creates a lightmap capture and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]lightmap_capture_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this lightmap capture to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1639 +msgid "Returns the size of the lightmap capture area." +msgstr "" + +#: doc/classes/VisualServer.xml:1646 +msgid "Returns the energy multiplier used by the lightmap capture." +msgstr "" + +#: doc/classes/VisualServer.xml:1653 +msgid "Returns the octree used by the lightmap capture." +msgstr "" + +#: doc/classes/VisualServer.xml:1660 +msgid "" +"Returns the cell subdivision amount used by this lightmap capture's octree." +msgstr "" + +#: doc/classes/VisualServer.xml:1667 +msgid "Returns the cell transform for this lightmap capture's octree." +msgstr "" + +#: doc/classes/VisualServer.xml:1674 +msgid "Returns [code]true[/code] if capture is in \"interior\" mode." +msgstr "" + +#: doc/classes/VisualServer.xml:1682 +msgid "" +"Sets the size of the area covered by the lightmap capture. Equivalent to " +"[member BakedLightmapData.bounds]." +msgstr "" + +#: doc/classes/VisualServer.xml:1690 +msgid "" +"Sets the energy multiplier for this lightmap capture. Equivalent to [member " +"BakedLightmapData.energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:1698 +msgid "" +"Sets the \"interior\" mode for this lightmap capture. Equivalent to [member " +"BakedLightmapData.interior]." +msgstr "" + +#: doc/classes/VisualServer.xml:1706 +msgid "" +"Sets the octree to be used by this lightmap capture. This function is " +"normally used by the [BakedLightmap] node. Equivalent to [member " +"BakedLightmapData.octree]." +msgstr "" + +#: doc/classes/VisualServer.xml:1714 +msgid "" +"Sets the subdivision level of this lightmap capture's octree. Equivalent to " +"[member BakedLightmapData.cell_subdiv]." +msgstr "" + +#: doc/classes/VisualServer.xml:1722 +msgid "" +"Sets the octree cell transform for this lightmap capture's octree. " +"Equivalent to [member BakedLightmapData.cell_space_transform]." +msgstr "" + +#: doc/classes/VisualServer.xml:1731 +msgid "" +"Returns a mesh of a sphere with the given amount of horizontal and vertical " +"subdivisions." +msgstr "" + +#: doc/classes/VisualServer.xml:1737 +msgid "" +"Creates an empty material and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]material_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:1746 +msgid "Returns the value of a certain material's parameter." +msgstr "" + +#: doc/classes/VisualServer.xml:1754 +msgid "" +"Returns the default value for the param if available. Otherwise returns an " +"empty [Variant]." +msgstr "" + +#: doc/classes/VisualServer.xml:1761 +msgid "" +"Returns the shader of a certain material's shader. Returns an empty RID if " +"the material doesn't have a shader." +msgstr "" + +#: doc/classes/VisualServer.xml:1769 +msgid "Sets a material's line width." +msgstr "" + +#: doc/classes/VisualServer.xml:1777 +msgid "Sets an object's next material." +msgstr "" + +#: doc/classes/VisualServer.xml:1786 +msgid "Sets a material's parameter." +msgstr "" + +#: doc/classes/VisualServer.xml:1794 +msgid "Sets a material's render priority." +msgstr "" + +#: doc/classes/VisualServer.xml:1802 +msgid "Sets a shader material's shader." +msgstr "" + +#: doc/classes/VisualServer.xml:1813 +msgid "" +"Adds a surface generated from the Arrays to a mesh. See [enum PrimitiveType] " +"constants for types." +msgstr "" + +#: doc/classes/VisualServer.xml:1820 +msgid "Removes all surfaces from a mesh." +msgstr "" + +#: doc/classes/VisualServer.xml:1826 +msgid "" +"Creates a new mesh and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]mesh_*[/code] " +"VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this mesh to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1835 +msgid "Returns a mesh's blend shape count." +msgstr "" + +#: doc/classes/VisualServer.xml:1842 +msgid "Returns a mesh's blend shape mode." +msgstr "" + +#: doc/classes/VisualServer.xml:1849 +msgid "Returns a mesh's custom aabb." +msgstr "" + +#: doc/classes/VisualServer.xml:1856 +msgid "Returns a mesh's number of surfaces." +msgstr "" + +#: doc/classes/VisualServer.xml:1864 +msgid "Removes a mesh's surface." +msgstr "" + +#: doc/classes/VisualServer.xml:1872 +msgid "Sets a mesh's blend shape count." +msgstr "" + +#: doc/classes/VisualServer.xml:1880 +msgid "Sets a mesh's blend shape mode." +msgstr "" + +#: doc/classes/VisualServer.xml:1888 +msgid "Sets a mesh's custom aabb." +msgstr "" + +#: doc/classes/VisualServer.xml:1896 +msgid "Returns a mesh's surface's aabb." +msgstr "" + +#: doc/classes/VisualServer.xml:1904 +msgid "Returns a mesh's surface's vertex buffer." +msgstr "" + +#: doc/classes/VisualServer.xml:1912 +msgid "Returns a mesh's surface's amount of indices." +msgstr "" + +#: doc/classes/VisualServer.xml:1920 +msgid "Returns a mesh's surface's amount of vertices." +msgstr "" + +#: doc/classes/VisualServer.xml:1928 +msgid "Returns a mesh's surface's buffer arrays." +msgstr "" + +#: doc/classes/VisualServer.xml:1936 +msgid "Returns a mesh's surface's arrays for blend shapes." +msgstr "" + +#: doc/classes/VisualServer.xml:1944 +msgid "Returns the format of a mesh's surface." +msgstr "" + +#: doc/classes/VisualServer.xml:1954 +msgid "Function is unused in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:1971 +msgid "Returns a mesh's surface's index buffer." +msgstr "" + +#: doc/classes/VisualServer.xml:1979 +msgid "Returns a mesh's surface's material." +msgstr "" + +#: doc/classes/VisualServer.xml:1987 +msgid "Returns the primitive type of a mesh's surface." +msgstr "" + +#: doc/classes/VisualServer.xml:1995 +msgid "Returns the aabb of a mesh's surface's skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2004 +msgid "Sets a mesh's surface's material." +msgstr "" + +#: doc/classes/VisualServer.xml:2014 +msgid "" +"Updates a specific region of a vertex buffer for the specified surface. " +"Warning: this function alters the vertex buffer directly with no safety " +"mechanisms, you can easily corrupt your mesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2025 +msgid "" +"Allocates space for the multimesh data. Format parameters determine how the " +"data will be stored by OpenGL. See [enum MultimeshTransformFormat], [enum " +"MultimeshColorFormat], and [enum MultimeshCustomDataFormat] for usage. " +"Equivalent to [member MultiMesh.instance_count]." +msgstr "" + +#: doc/classes/VisualServer.xml:2031 +msgid "" +"Creates a new multimesh on the VisualServer and returns an [RID] handle. " +"This RID will be used in all [code]multimesh_*[/code] VisualServer " +"functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this multimesh to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2040 +msgid "" +"Calculates and returns the axis-aligned bounding box that encloses all " +"instances within the multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2047 +msgid "Returns the number of instances allocated for this multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2054 +msgid "" +"Returns the RID of the mesh that will be used in drawing this multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2061 +msgid "Returns the number of visible instances for this multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2069 +msgid "Returns the color by which the specified instance will be modulated." +msgstr "" + +#: doc/classes/VisualServer.xml:2077 +msgid "Returns the custom data associated with the specified instance." +msgstr "" + +#: doc/classes/VisualServer.xml:2085 +msgid "Returns the [Transform] of the specified instance." +msgstr "" + +#: doc/classes/VisualServer.xml:2093 +msgid "" +"Returns the [Transform2D] of the specified instance. For use when the " +"multimesh is set to use 2D transforms." +msgstr "" + +#: doc/classes/VisualServer.xml:2102 +msgid "" +"Sets the color by which this instance will be modulated. Equivalent to " +"[method MultiMesh.set_instance_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:2111 +msgid "" +"Sets the custom data for this instance. Custom data is passed as a [Color], " +"but is interpreted as a [code]vec4[/code] in the shader. Equivalent to " +"[method MultiMesh.set_instance_custom_data]." +msgstr "" + +#: doc/classes/VisualServer.xml:2120 +msgid "" +"Sets the [Transform] for this instance. Equivalent to [method MultiMesh." +"set_instance_transform]." +msgstr "" + +#: doc/classes/VisualServer.xml:2129 +msgid "" +"Sets the [Transform2D] for this instance. For use when multimesh is used in " +"2D. Equivalent to [method MultiMesh.set_instance_transform_2d]." +msgstr "" + +#: doc/classes/VisualServer.xml:2137 +msgid "" +"Sets all data related to the instances in one go. This is especially useful " +"when loading the data from disk or preparing the data from GDNative.\n" +"\n" +"All data is packed in one large float array. An array may look like this: " +"Transform for instance 1, color data for instance 1, custom data for " +"instance 1, transform for instance 2, color data for instance 2, etc.\n" +"\n" +"[Transform] is stored as 12 floats, [Transform2D] is stored as 8 floats, " +"[code]COLOR_8BIT[/code] / [code]CUSTOM_DATA_8BIT[/code] is stored as 1 float " +"(4 bytes as is) and [code]COLOR_FLOAT[/code] / [code]CUSTOM_DATA_FLOAT[/" +"code] is stored as 4 floats." +msgstr "" + +#: doc/classes/VisualServer.xml:2149 +msgid "" +"Sets the mesh to be drawn by the multimesh. Equivalent to [member MultiMesh." +"mesh]." +msgstr "" + +#: doc/classes/VisualServer.xml:2157 +msgid "" +"Sets the number of instances visible at a given time. If -1, all instances " +"that have been allocated are drawn. Equivalent to [member MultiMesh." +"visible_instance_count]." +msgstr "" + +#: doc/classes/VisualServer.xml:2163 +msgid "" +"Creates a new omni light and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID can be used in most [code]light_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this omni light to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2171 +msgid "" +"Creates a particle system and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]particles_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach these particles to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2180 +msgid "" +"Calculates and returns the axis-aligned bounding box that contains all the " +"particles. Equivalent to [method Particles.capture_aabb]." +msgstr "" + +#: doc/classes/VisualServer.xml:2187 +msgid "Returns [code]true[/code] if particles are currently set to emitting." +msgstr "" + +#: doc/classes/VisualServer.xml:2194 +msgid "" +"Returns [code]true[/code] if particles are not emitting and particles are " +"set to inactive." +msgstr "" + +#: doc/classes/VisualServer.xml:2201 +msgid "" +"Add particle system to list of particle systems that need to be updated. " +"Update will take place on the next frame, or on the next call to [method " +"instances_cull_aabb], [method instances_cull_convex], or [method " +"instances_cull_ray]." +msgstr "" + +#: doc/classes/VisualServer.xml:2208 +msgid "" +"Reset the particles on the next update. Equivalent to [method Particles." +"restart]." +msgstr "" + +#: doc/classes/VisualServer.xml:2216 +msgid "" +"Sets the number of particles to be drawn and allocates the memory for them. " +"Equivalent to [member Particles.amount]." +msgstr "" + +#: doc/classes/VisualServer.xml:2224 +msgid "" +"Sets a custom axis-aligned bounding box for the particle system. Equivalent " +"to [member Particles.visibility_aabb]." +msgstr "" + +#: doc/classes/VisualServer.xml:2232 +msgid "" +"Sets the draw order of the particles to one of the named enums from [enum " +"ParticlesDrawOrder]. See [enum ParticlesDrawOrder] for options. Equivalent " +"to [member Particles.draw_order]." +msgstr "" + +#: doc/classes/VisualServer.xml:2241 +msgid "" +"Sets the mesh to be used for the specified draw pass. Equivalent to [member " +"Particles.draw_pass_1], [member Particles.draw_pass_2], [member Particles." +"draw_pass_3], and [member Particles.draw_pass_4]." +msgstr "" + +#: doc/classes/VisualServer.xml:2249 +msgid "" +"Sets the number of draw passes to use. Equivalent to [member Particles." +"draw_passes]." +msgstr "" + +#: doc/classes/VisualServer.xml:2257 +msgid "" +"Sets the [Transform] that will be used by the particles when they first emit." +msgstr "" + +#: doc/classes/VisualServer.xml:2265 +msgid "" +"If [code]true[/code], particles will emit over time. Setting to false does " +"not reset the particles, but only stops their emission. Equivalent to " +"[member Particles.emitting]." +msgstr "" + +#: doc/classes/VisualServer.xml:2273 +msgid "" +"Sets the explosiveness ratio. Equivalent to [member Particles.explosiveness]." +msgstr "" + +#: doc/classes/VisualServer.xml:2281 +msgid "" +"Sets the frame rate that the particle system rendering will be fixed to. " +"Equivalent to [member Particles.fixed_fps]." +msgstr "" + +#: doc/classes/VisualServer.xml:2289 +msgid "" +"If [code]true[/code], uses fractional delta which smooths the movement of " +"the particles. Equivalent to [member Particles.fract_delta]." +msgstr "" + +#: doc/classes/VisualServer.xml:2297 +msgid "" +"Sets the lifetime of each particle in the system. Equivalent to [member " +"Particles.lifetime]." +msgstr "" + +#: doc/classes/VisualServer.xml:2305 +msgid "" +"If [code]true[/code], particles will emit once and then stop. Equivalent to " +"[member Particles.one_shot]." +msgstr "" + +#: doc/classes/VisualServer.xml:2313 +msgid "" +"Sets the preprocess time for the particles' animation. This lets you delay " +"starting an animation until after the particles have begun emitting. " +"Equivalent to [member Particles.preprocess]." +msgstr "" + +#: doc/classes/VisualServer.xml:2321 +msgid "" +"Sets the material for processing the particles.\n" +"[b]Note:[/b] This is not the material used to draw the materials. Equivalent " +"to [member Particles.process_material]." +msgstr "" + +#: doc/classes/VisualServer.xml:2330 +msgid "" +"Sets the emission randomness ratio. This randomizes the emission of " +"particles within their phase. Equivalent to [member Particles.randomness]." +msgstr "" + +#: doc/classes/VisualServer.xml:2338 +msgid "" +"Sets the speed scale of the particle system. Equivalent to [member Particles." +"speed_scale]." +msgstr "" + +#: doc/classes/VisualServer.xml:2346 +msgid "" +"If [code]true[/code], particles use local coordinates. If [code]false[/code] " +"they use global coordinates. Equivalent to [member Particles.local_coords]." +msgstr "" + +#: doc/classes/VisualServer.xml:2352 +msgid "" +"Creates a reflection probe and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]reflection_probe_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this reflection probe to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2362 +msgid "" +"If [code]true[/code], reflections will ignore sky contribution. Equivalent " +"to [member ReflectionProbe.interior_enable]." +msgstr "" + +#: doc/classes/VisualServer.xml:2370 +msgid "" +"Sets the render cull mask for this reflection probe. Only instances with a " +"matching cull mask will be rendered by this probe. Equivalent to [member " +"ReflectionProbe.cull_mask]." +msgstr "" + +#: doc/classes/VisualServer.xml:2378 +msgid "" +"If [code]true[/code], uses box projection. This can make reflections look " +"more correct in certain situations. Equivalent to [member ReflectionProbe." +"box_projection]." +msgstr "" + +#: doc/classes/VisualServer.xml:2386 +msgid "" +"If [code]true[/code], computes shadows in the reflection probe. This makes " +"the reflection much slower to compute. Equivalent to [member ReflectionProbe." +"enable_shadows]." +msgstr "" + +#: doc/classes/VisualServer.xml:2394 +msgid "" +"Sets the size of the area that the reflection probe will capture. Equivalent " +"to [member ReflectionProbe.extents]." +msgstr "" + +#: doc/classes/VisualServer.xml:2402 +msgid "" +"Sets the intensity of the reflection probe. Intensity modulates the strength " +"of the reflection. Equivalent to [member ReflectionProbe.intensity]." +msgstr "" + +#: doc/classes/VisualServer.xml:2410 +msgid "" +"Sets the ambient light color for this reflection probe when set to interior " +"mode. Equivalent to [member ReflectionProbe.interior_ambient_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:2418 +msgid "" +"Sets the energy multiplier for this reflection probes ambient light " +"contribution when set to interior mode. Equivalent to [member " +"ReflectionProbe.interior_ambient_energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:2426 +msgid "" +"Sets the contribution value for how much the reflection affects the ambient " +"light for this reflection probe when set to interior mode. Useful so that " +"ambient light matches the color of the room. Equivalent to [member " +"ReflectionProbe.interior_ambient_contrib]." +msgstr "" + +#: doc/classes/VisualServer.xml:2434 +msgid "" +"Sets the max distance away from the probe an object can be before it is " +"culled. Equivalent to [member ReflectionProbe.max_distance]." +msgstr "" + +#: doc/classes/VisualServer.xml:2442 +msgid "" +"Sets the origin offset to be used when this reflection probe is in box " +"project mode. Equivalent to [member ReflectionProbe.origin_offset]." +msgstr "" + +#: doc/classes/VisualServer.xml:2450 +msgid "" +"Sets how often the reflection probe updates. Can either be once or every " +"frame. See [enum ReflectionProbeUpdateMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2459 +msgid "" +"Schedules a callback to the corresponding named [code]method[/code] on " +"[code]where[/code] after a frame has been drawn.\n" +"The callback method must use only 1 argument which will be called with " +"[code]userdata[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:2466 +msgid "" +"Creates a scenario and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]scenario_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"The scenario is the 3D world that all the visual instances exist in." +msgstr "" + +#: doc/classes/VisualServer.xml:2476 +msgid "" +"Sets the [enum ScenarioDebugMode] for this scenario. See [enum " +"ScenarioDebugMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2484 +msgid "Sets the environment that will be used with this scenario." +msgstr "" + +#: doc/classes/VisualServer.xml:2492 +msgid "" +"Sets the fallback environment to be used by this scenario. The fallback " +"environment is used if no environment is set. Internally, this is used by " +"the editor to provide a default environment." +msgstr "" + +#: doc/classes/VisualServer.xml:2501 +msgid "" +"Sets the size of the reflection atlas shared by all reflection probes in " +"this scenario." +msgstr "" + +#: doc/classes/VisualServer.xml:2511 +msgid "" +"Sets a boot image. The color defines the background color. If [code]scale[/" +"code] is [code]true[/code], the image will be scaled to fit the screen size. " +"If [code]use_filter[/code] is [code]true[/code], the image will be scaled " +"with linear interpolation. If [code]use_filter[/code] is [code]false[/code], " +"the image will be scaled with nearest-neighbor interpolation." +msgstr "" + +#: doc/classes/VisualServer.xml:2518 +msgid "" +"If [code]true[/code], the engine will generate wireframes for use with the " +"wireframe debug mode." +msgstr "" + +#: doc/classes/VisualServer.xml:2525 +msgid "" +"Sets the default clear color which is used when a specific clear color has " +"not been selected." +msgstr "" + +#: doc/classes/VisualServer.xml:2532 +msgid "" +"Sets the scale to apply to the passage of time for the shaders' [code]TIME[/" +"code] builtin.\n" +"The default value is [code]1.0[/code], which means [code]TIME[/code] will " +"count the real time as it goes by, without narrowing or stretching it." +msgstr "" + +#: doc/classes/VisualServer.xml:2540 +msgid "Enables or disables occlusion culling." +msgstr "" + +#: doc/classes/VisualServer.xml:2546 +msgid "" +"Creates an empty shader and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all [code]shader_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2554 +msgid "Returns a shader's code." +msgstr "" + +#: doc/classes/VisualServer.xml:2562 +msgid "Returns a default texture from a shader searched by name." +msgstr "" + +#: doc/classes/VisualServer.xml:2569 +msgid "Returns the parameters of a shader." +msgstr "" + +#: doc/classes/VisualServer.xml:2577 +msgid "Sets a shader's code." +msgstr "" + +#: doc/classes/VisualServer.xml:2586 +msgid "Sets a shader's default texture. Overwrites the texture given by name." +msgstr "" + +#: doc/classes/VisualServer.xml:2595 +msgid "Allocates the GPU buffers for this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2603 +msgid "Returns the [Transform] set for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2611 +msgid "Returns the [Transform2D] set for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2620 +msgid "Sets the [Transform] for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2629 +msgid "Sets the [Transform2D] for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2635 +msgid "" +"Creates a skeleton and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]skeleton_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2643 +msgid "Returns the number of bones allocated for this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2649 +msgid "" +"Creates an empty sky and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all [code]sky_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2659 +msgid "Sets a sky's texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2665 +msgid "" +"Creates a spot light and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID can be used in most [code]light_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this spot light to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2686 +msgid "Allocates the GPU memory for the texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2694 +msgid "Binds the texture to a texture slot." +msgstr "" + +#: doc/classes/VisualServer.xml:2700 +msgid "" +"Creates an empty texture and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all [code]texture_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2709 +msgid "" +"Creates a texture, allocates the space for an image, and fills in the image." +msgstr "" + +#: doc/classes/VisualServer.xml:2715 +msgid "Returns a list of all the textures and their information." +msgstr "" + +#: doc/classes/VisualServer.xml:2723 +msgid "" +"Returns a copy of a texture's image unless it's a CubeMap, in which case it " +"returns the [RID] of the image at one of the cubes sides." +msgstr "" + +#: doc/classes/VisualServer.xml:2730 +msgid "Returns the depth of the texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2737 +msgid "Returns the flags of a texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2744 +msgid "Returns the format of the texture's image." +msgstr "" + +#: doc/classes/VisualServer.xml:2751 +msgid "Returns the texture's height." +msgstr "" + +#: doc/classes/VisualServer.xml:2758 +msgid "Returns the texture's path." +msgstr "" + +#: doc/classes/VisualServer.xml:2765 +msgid "Returns the opengl id of the texture's image." +msgstr "" + +#: doc/classes/VisualServer.xml:2772 +msgid "Returns the type of the texture, can be any of the [enum TextureType]." +msgstr "" + +#: doc/classes/VisualServer.xml:2779 +msgid "Returns the texture's width." +msgstr "" + +#: doc/classes/VisualServer.xml:2788 +msgid "" +"Sets the texture's image data. If it's a CubeMap, it sets the image data at " +"a cube side." +msgstr "" + +#: doc/classes/VisualServer.xml:2804 +msgid "" +"Sets a part of the data for a texture. Warning: this function calls the " +"underlying graphics API directly and may corrupt your texture if used " +"improperly." +msgstr "" + +#: doc/classes/VisualServer.xml:2812 +msgid "Sets the texture's flags. See [enum TextureFlags] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2820 +msgid "Sets the texture's path." +msgstr "" + +#: doc/classes/VisualServer.xml:2827 +msgid "" +"If [code]true[/code], sets internal processes to shrink all image data to " +"half the size." +msgstr "" + +#: doc/classes/VisualServer.xml:2844 +msgid "" +"If [code]true[/code], the image will be stored in the texture's images array " +"if overwritten." +msgstr "" + +#: doc/classes/VisualServer.xml:2852 +msgid "Sets a viewport's camera." +msgstr "" + +#: doc/classes/VisualServer.xml:2860 +msgid "Sets a viewport's canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:2869 +msgid "" +"Copies viewport to a region of the screen specified by [code]rect[/code]. If " +"[member Viewport.render_direct_to_screen] is [code]true[/code], then " +"viewport does not use a framebuffer and the contents of the viewport are " +"rendered directly to screen. However, note that the root viewport is drawn " +"last, therefore it will draw over the screen. Accordingly, you must set the " +"root viewport to an area that does not cover the area that you have attached " +"this viewport to.\n" +"For example, you can set the root viewport to not render at all with the " +"following code:\n" +"[codeblock]\n" +"func _ready():\n" +" get_viewport().set_attach_to_screen_rect(Rect2())\n" +" $Viewport.set_attach_to_screen_rect(Rect2(0, 0, 600, 600))\n" +"[/codeblock]\n" +"Using this can result in significant optimization, especially on lower-end " +"devices. However, it comes at the cost of having to manage your viewports " +"manually. For a further optimization see, [method " +"viewport_set_render_direct_to_screen]." +msgstr "" + +#: doc/classes/VisualServer.xml:2882 +msgid "" +"Creates an empty viewport and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]viewport_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2890 +msgid "Detaches the viewport from the screen." +msgstr "" + +#: doc/classes/VisualServer.xml:2898 +msgid "" +"Returns a viewport's render information. For options, see the [enum " +"ViewportRenderInfo] constants." +msgstr "" + +#: doc/classes/VisualServer.xml:2905 +msgid "Returns the viewport's last rendered frame." +msgstr "" + +#: doc/classes/VisualServer.xml:2913 +msgid "Detaches a viewport from a canvas and vice versa." +msgstr "" + +#: doc/classes/VisualServer.xml:2921 +msgid "If [code]true[/code], sets the viewport active, else sets it inactive." +msgstr "" + +#: doc/classes/VisualServer.xml:2931 +msgid "" +"Sets the stacking order for a viewport's canvas.\n" +"[code]layer[/code] is the actual canvas layer, while [code]sublayer[/code] " +"specifies the stacking order of the canvas among those in the same layer." +msgstr "" + +#: doc/classes/VisualServer.xml:2941 +msgid "Sets the transformation of a viewport's canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:2949 +msgid "" +"Sets the clear mode of a viewport. See [enum ViewportClearMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2957 +msgid "" +"Sets the debug draw mode of a viewport. See [enum ViewportDebugDraw] for " +"options." +msgstr "" + +#: doc/classes/VisualServer.xml:2965 +msgid "If [code]true[/code], a viewport's 3D rendering is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:2973 +msgid "" +"If [code]true[/code], rendering of a viewport's environment is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:2981 +msgid "Sets the viewport's global transformation matrix." +msgstr "" + +#: doc/classes/VisualServer.xml:2989 +msgid "If [code]true[/code], the viewport renders to hdr." +msgstr "" + +#: doc/classes/VisualServer.xml:2997 +msgid "If [code]true[/code], the viewport's canvas is not rendered." +msgstr "" + +#: doc/classes/VisualServer.xml:3005 +msgid "Currently unimplemented in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3013 +msgid "Sets the anti-aliasing mode. See [enum ViewportMSAA] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:3021 +msgid "Sets the viewport's parent to another viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:3029 +msgid "" +"If [code]true[/code], render the contents of the viewport directly to " +"screen. This allows a low-level optimization where you can skip drawing a " +"viewport to the root viewport. While this optimization can result in a " +"significant increase in speed (especially on older devices), it comes at a " +"cost of usability. When this is enabled, you cannot read from the viewport " +"or from the [code]SCREEN_TEXTURE[/code]. You also lose the benefit of " +"certain window settings, such as the various stretch modes. Another " +"consequence to be aware of is that in 2D the rendering happens in window " +"coordinates, so if you have a viewport that is double the size of the " +"window, and you set this, then only the portion that fits within the window " +"will be drawn, no automatic scaling is possible, even if your game scene is " +"significantly larger than the window size." +msgstr "" + +#: doc/classes/VisualServer.xml:3037 +msgid "" +"Sets a viewport's scenario.\n" +"The scenario contains information about the [enum ScenarioDebugMode], " +"environment information, reflection atlas etc." +msgstr "" + +#: doc/classes/VisualServer.xml:3047 +msgid "Sets the shadow atlas quadrant's subdivision." +msgstr "" + +#: doc/classes/VisualServer.xml:3055 +msgid "" +"Sets the size of the shadow atlas's images (used for omni and spot lights). " +"The value will be rounded up to the nearest power of 2." +msgstr "" + +#: doc/classes/VisualServer.xml:3063 +msgid "" +"Sets the sharpening [code]intensity[/code] for the [code]viewport[/code]. If " +"set to a value greater than [code]0.0[/code], contrast-adaptive sharpening " +"will be applied to the 3D viewport. This has a low performance cost and can " +"be used to recover some of the sharpness lost from using FXAA. Values around " +"[code]0.5[/code] generally give the best results. See also [method " +"viewport_set_use_fxaa]." +msgstr "" + +#: doc/classes/VisualServer.xml:3072 +msgid "Sets the viewport's width and height." +msgstr "" + +#: doc/classes/VisualServer.xml:3080 +msgid "" +"If [code]true[/code], the viewport renders its background as transparent." +msgstr "" + +#: doc/classes/VisualServer.xml:3088 +msgid "" +"Sets when the viewport should be updated. See [enum ViewportUpdateMode] " +"constants for options." +msgstr "" + +#: doc/classes/VisualServer.xml:3096 +msgid "" +"Sets the viewport's 2D/3D mode. See [enum ViewportUsage] constants for " +"options." +msgstr "" + +#: doc/classes/VisualServer.xml:3104 +msgid "" +"If [code]true[/code], the viewport uses augmented or virtual reality " +"technologies. See [ARVRInterface]." +msgstr "" + +#: doc/classes/VisualServer.xml:3112 +msgid "" +"If [code]true[/code], uses a fast post-processing filter to make banding " +"significantly less visible. In some cases, debanding may introduce a " +"slightly noticeable dithering pattern. It's recommended to enable debanding " +"only when actually needed since the dithering pattern will make lossless-" +"compressed screenshots larger.\n" +"[b]Note:[/b] Only available on the GLES3 backend. [member Viewport.hdr] must " +"also be [code]true[/code] for debanding to be effective." +msgstr "" + +#: doc/classes/VisualServer.xml:3121 +msgid "" +"Enables fast approximate antialiasing for this viewport. FXAA is a popular " +"screen-space antialiasing method, which is fast but will make the image look " +"blurry, especially at lower resolutions. It can still work relatively well " +"at large resolutions such as 1440p and 4K. Some of the lost sharpness can be " +"recovered by enabling contrast-adaptive sharpening (see [method " +"viewport_set_sharpen_intensity])." +msgstr "" + +#: doc/classes/VisualServer.xml:3129 +msgid "If [code]true[/code], the viewport's rendering is flipped vertically." +msgstr "" + +#: doc/classes/VisualServer.xml:3135 +msgid "" +"If [code]false[/code], disables rendering completely, but the engine logic " +"is still being processed. You can call [method force_draw] to draw a frame " +"even with rendering disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3141 +msgid "" +"Emitted at the end of the frame, after the VisualServer has finished " +"updating all the Viewports." +msgstr "" + +#: doc/classes/VisualServer.xml:3146 +msgid "" +"Emitted at the beginning of the frame, before the VisualServer updates all " +"the Viewports." +msgstr "" + +#: doc/classes/VisualServer.xml:3152 +msgid "Marks an error that shows that the index array is empty." +msgstr "" + +#: doc/classes/VisualServer.xml:3155 +msgid "Number of weights/bones per vertex." +msgstr "" + +#: doc/classes/VisualServer.xml:3158 +msgid "The minimum Z-layer for canvas items." +msgstr "" + +#: doc/classes/VisualServer.xml:3161 +msgid "The maximum Z-layer for canvas items." +msgstr "" + +#: doc/classes/VisualServer.xml:3164 +msgid "" +"Max number of glow levels that can be used with glow post-process effect." +msgstr "" + +#: doc/classes/VisualServer.xml:3167 +msgid "Unused enum in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3170 +msgid "The minimum renderpriority of all materials." +msgstr "" + +#: doc/classes/VisualServer.xml:3173 +msgid "The maximum renderpriority of all materials." +msgstr "" + +#: doc/classes/VisualServer.xml:3176 +msgid "Marks the left side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3179 +msgid "Marks the right side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3182 +msgid "Marks the bottom side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3185 +msgid "Marks the top side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3188 +msgid "Marks the front side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3191 +msgid "Marks the back side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3194 +msgid "Normal texture with 2 dimensions, width and height." +msgstr "" + +#: doc/classes/VisualServer.xml:3197 +msgid "" +"Texture made up of six faces, can be looked up with a [code]vec3[/code] in " +"shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3200 +msgid "An array of 2-dimensional textures." +msgstr "" + +#: doc/classes/VisualServer.xml:3203 +msgid "A 3-dimensional texture with width, height, and depth." +msgstr "" + +#: doc/classes/VisualServer.xml:3209 +msgid "Repeats the texture (instead of clamp to edge)." +msgstr "" + +#: doc/classes/VisualServer.xml:3222 +msgid "Repeats the texture with alternate sections mirrored." +msgstr "" + +#: doc/classes/VisualServer.xml:3228 +msgid "" +"Default flags. [constant TEXTURE_FLAG_MIPMAPS], [constant " +"TEXTURE_FLAG_REPEAT] and [constant TEXTURE_FLAG_FILTER] are enabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3231 +msgid "Shader is a 3D shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3234 +msgid "Shader is a 2D shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3237 +msgid "Shader is a particle shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3240 +msgid "Represents the size of the [enum ShaderMode] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3243 +msgid "Array is a vertex array." +msgstr "" + +#: doc/classes/VisualServer.xml:3246 +msgid "Array is a normal array." +msgstr "" + +#: doc/classes/VisualServer.xml:3249 +msgid "Array is a tangent array." +msgstr "" + +#: doc/classes/VisualServer.xml:3252 +msgid "Array is a color array." +msgstr "" + +#: doc/classes/VisualServer.xml:3255 +msgid "Array is an UV coordinates array." +msgstr "" + +#: doc/classes/VisualServer.xml:3258 +msgid "Array is an UV coordinates array for the second UV coordinates." +msgstr "" + +#: doc/classes/VisualServer.xml:3261 +msgid "Array contains bone information." +msgstr "" + +#: doc/classes/VisualServer.xml:3264 +msgid "Array is weight information." +msgstr "" + +#: doc/classes/VisualServer.xml:3267 +msgid "Array is index array." +msgstr "" + +#: doc/classes/VisualServer.xml:3273 +msgid "Flag used to mark a vertex array." +msgstr "" + +#: doc/classes/VisualServer.xml:3276 +msgid "Flag used to mark a normal array." +msgstr "" + +#: doc/classes/VisualServer.xml:3279 +msgid "Flag used to mark a tangent array." +msgstr "" + +#: doc/classes/VisualServer.xml:3282 +msgid "Flag used to mark a color array." +msgstr "" + +#: doc/classes/VisualServer.xml:3285 +msgid "Flag used to mark an UV coordinates array." +msgstr "" + +#: doc/classes/VisualServer.xml:3288 +msgid "" +"Flag used to mark an UV coordinates array for the second UV coordinates." +msgstr "" + +#: doc/classes/VisualServer.xml:3291 +msgid "Flag used to mark a bone information array." +msgstr "" + +#: doc/classes/VisualServer.xml:3294 +msgid "Flag used to mark a weights array." +msgstr "" + +#: doc/classes/VisualServer.xml:3297 +msgid "Flag used to mark an index array." +msgstr "" + +#: doc/classes/VisualServer.xml:3336 +msgid "" +"Used to set flags [constant ARRAY_COMPRESS_NORMAL], [constant " +"ARRAY_COMPRESS_TANGENT], [constant ARRAY_COMPRESS_COLOR], [constant " +"ARRAY_COMPRESS_TEX_UV], [constant ARRAY_COMPRESS_TEX_UV2], [constant " +"ARRAY_COMPRESS_WEIGHTS], and [constant " +"ARRAY_FLAG_USE_OCTAHEDRAL_COMPRESSION] quickly." +msgstr "" + +#: doc/classes/VisualServer.xml:3339 +msgid "Primitive to draw consists of points." +msgstr "" + +#: doc/classes/VisualServer.xml:3342 +msgid "Primitive to draw consists of lines." +msgstr "" + +#: doc/classes/VisualServer.xml:3345 +msgid "Primitive to draw consists of a line strip from start to end." +msgstr "" + +#: doc/classes/VisualServer.xml:3348 +msgid "" +"Primitive to draw consists of a line loop (a line strip with a line between " +"the last and the first vertex)." +msgstr "" + +#: doc/classes/VisualServer.xml:3351 +msgid "Primitive to draw consists of triangles." +msgstr "" + +#: doc/classes/VisualServer.xml:3354 +msgid "" +"Primitive to draw consists of a triangle strip (the last 3 vertices are " +"always combined to make a triangle)." +msgstr "" + +#: doc/classes/VisualServer.xml:3357 +msgid "" +"Primitive to draw consists of a triangle strip (the last 2 vertices are " +"always combined with the first to make a triangle)." +msgstr "" + +#: doc/classes/VisualServer.xml:3360 +msgid "Represents the size of the [enum PrimitiveType] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3369 +msgid "Is a directional (sun) light." +msgstr "" + +#: doc/classes/VisualServer.xml:3372 +msgid "Is an omni light." +msgstr "" + +#: doc/classes/VisualServer.xml:3375 +msgid "Is a spot light." +msgstr "" + +#: doc/classes/VisualServer.xml:3378 +msgid "The light's energy." +msgstr "" + +#: doc/classes/VisualServer.xml:3381 +msgid "Secondary multiplier used with indirect light (light bounces)." +msgstr "" + +#: doc/classes/VisualServer.xml:3384 +msgid "" +"The light's size, currently only used for soft shadows in baked lightmaps." +msgstr "" + +#: doc/classes/VisualServer.xml:3387 +msgid "The light's influence on specularity." +msgstr "" + +#: doc/classes/VisualServer.xml:3390 +msgid "The light's range." +msgstr "" + +#: doc/classes/VisualServer.xml:3393 +msgid "The light's attenuation." +msgstr "" + +#: doc/classes/VisualServer.xml:3396 +msgid "The spotlight's angle." +msgstr "" + +#: doc/classes/VisualServer.xml:3399 +msgid "The spotlight's attenuation." +msgstr "" + +#: doc/classes/VisualServer.xml:3402 +msgid "Scales the shadow color." +msgstr "" + +#: doc/classes/VisualServer.xml:3405 +msgid "Max distance that shadows will be rendered." +msgstr "" + +#: doc/classes/VisualServer.xml:3408 +msgid "Proportion of shadow atlas occupied by the first split." +msgstr "" + +#: doc/classes/VisualServer.xml:3411 +msgid "Proportion of shadow atlas occupied by the second split." +msgstr "" + +#: doc/classes/VisualServer.xml:3414 +msgid "" +"Proportion of shadow atlas occupied by the third split. The fourth split " +"occupies the rest." +msgstr "" + +#: doc/classes/VisualServer.xml:3417 +msgid "" +"Normal bias used to offset shadow lookup by object normal. Can be used to " +"fix self-shadowing artifacts." +msgstr "" + +#: doc/classes/VisualServer.xml:3420 +msgid "Bias the shadow lookup to fix self-shadowing artifacts." +msgstr "" + +#: doc/classes/VisualServer.xml:3423 +msgid "" +"Increases bias on further splits to fix self-shadowing that only occurs far " +"away from the camera." +msgstr "" + +#: doc/classes/VisualServer.xml:3426 +msgid "Represents the size of the [enum LightParam] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3435 +msgid "Use a dual paraboloid shadow map for omni lights." +msgstr "" + +#: doc/classes/VisualServer.xml:3438 +msgid "" +"Use a cubemap shadow map for omni lights. Slower but better quality than " +"dual paraboloid." +msgstr "" + +#: doc/classes/VisualServer.xml:3441 +msgid "Use more detail vertically when computing shadow map." +msgstr "" + +#: doc/classes/VisualServer.xml:3444 +msgid "Use more detail horizontally when computing shadow map." +msgstr "" + +#: doc/classes/VisualServer.xml:3447 +msgid "Use orthogonal shadow projection for directional light." +msgstr "" + +#: doc/classes/VisualServer.xml:3450 +msgid "Use 2 splits for shadow projection when using directional light." +msgstr "" + +#: doc/classes/VisualServer.xml:3453 +msgid "Use 4 splits for shadow projection when using directional light." +msgstr "" + +#: doc/classes/VisualServer.xml:3456 +msgid "" +"Keeps shadows stable as camera moves but has lower effective resolution." +msgstr "" + +#: doc/classes/VisualServer.xml:3459 +msgid "" +"Optimize use of shadow maps, increasing the effective resolution. But may " +"result in shadows moving or flickering slightly." +msgstr "" + +#: doc/classes/VisualServer.xml:3462 +msgid "Do not update the viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:3465 +msgid "Update the viewport once then set to disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3468 +msgid "Update the viewport whenever it is visible." +msgstr "" + +#: doc/classes/VisualServer.xml:3471 +msgid "Always update the viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:3474 +msgid "The viewport is always cleared before drawing." +msgstr "" + +#: doc/classes/VisualServer.xml:3477 +msgid "The viewport is never cleared before drawing." +msgstr "" + +#: doc/classes/VisualServer.xml:3480 +msgid "" +"The viewport is cleared once, then the clear mode is set to [constant " +"VIEWPORT_CLEAR_NEVER]." +msgstr "" + +#: doc/classes/VisualServer.xml:3483 +msgid "Multisample antialiasing is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3486 +msgid "Multisample antialiasing is set to 2×." +msgstr "" + +#: doc/classes/VisualServer.xml:3489 +msgid "Multisample antialiasing is set to 4×." +msgstr "" + +#: doc/classes/VisualServer.xml:3492 +msgid "Multisample antialiasing is set to 8×." +msgstr "" + +#: doc/classes/VisualServer.xml:3495 +msgid "Multisample antialiasing is set to 16×." +msgstr "" + +#: doc/classes/VisualServer.xml:3498 +msgid "" +"Multisample antialiasing is set to 2× on external texture. Special mode for " +"GLES2 Android VR (Oculus Quest and Go)." +msgstr "" + +#: doc/classes/VisualServer.xml:3501 +msgid "" +"Multisample antialiasing is set to 4× on external texture. Special mode for " +"GLES2 Android VR (Oculus Quest and Go)." +msgstr "" + +#: doc/classes/VisualServer.xml:3504 +msgid "The Viewport does not render 3D but samples." +msgstr "" + +#: doc/classes/VisualServer.xml:3507 +msgid "The Viewport does not render 3D and does not sample." +msgstr "" + +#: doc/classes/VisualServer.xml:3510 +msgid "The Viewport renders 3D with effects." +msgstr "" + +#: doc/classes/VisualServer.xml:3513 +msgid "The Viewport renders 3D but without effects." +msgstr "" + +#: doc/classes/VisualServer.xml:3516 +msgid "Number of objects drawn in a single frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3519 +msgid "Number of vertices drawn in a single frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3522 +msgid "Number of material changes during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3525 +msgid "Number of shader changes during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3528 +msgid "Number of surface changes during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3531 +msgid "Number of draw calls during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3534 +msgid "Number of 2d items drawn this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3537 +msgid "Number of 2d draw calls during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3540 +msgid "Represents the size of the [enum ViewportRenderInfo] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3543 +msgid "Debug draw is disabled. Default setting." +msgstr "" + +#: doc/classes/VisualServer.xml:3546 +msgid "Debug draw sets objects to unshaded." +msgstr "" + +#: doc/classes/VisualServer.xml:3549 +msgid "Overwrites clear color to [code](0,0,0,0)[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:3552 +msgid "Debug draw draws objects in wireframe." +msgstr "" + +#: doc/classes/VisualServer.xml:3555 +msgid "Do not use a debug mode." +msgstr "" + +#: doc/classes/VisualServer.xml:3558 +msgid "Draw all objects as wireframe models." +msgstr "" + +#: doc/classes/VisualServer.xml:3561 +msgid "" +"Draw all objects in a way that displays how much overdraw is occurring. " +"Overdraw occurs when a section of pixels is drawn and shaded and then " +"another object covers it up. To optimize a scene, you should reduce overdraw." +msgstr "" + +#: doc/classes/VisualServer.xml:3564 +msgid "" +"Draw all objects without shading. Equivalent to setting all objects shaders " +"to [code]unshaded[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:3567 +msgid "The instance does not have a type." +msgstr "" + +#: doc/classes/VisualServer.xml:3570 +msgid "The instance is a mesh." +msgstr "" + +#: doc/classes/VisualServer.xml:3573 +msgid "The instance is a multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:3576 +msgid "The instance is an immediate geometry." +msgstr "" + +#: doc/classes/VisualServer.xml:3579 +msgid "The instance is a particle emitter." +msgstr "" + +#: doc/classes/VisualServer.xml:3582 +msgid "The instance is a light." +msgstr "" + +#: doc/classes/VisualServer.xml:3585 +msgid "The instance is a reflection probe." +msgstr "" + +#: doc/classes/VisualServer.xml:3588 +msgid "The instance is a GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:3591 +msgid "The instance is a lightmap capture." +msgstr "" + +#: doc/classes/VisualServer.xml:3594 +msgid "Represents the size of the [enum InstanceType] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3597 +msgid "" +"A combination of the flags of geometry instances (mesh, multimesh, immediate " +"and particles)." +msgstr "" + +#: doc/classes/VisualServer.xml:3600 +msgid "Allows the instance to be used in baked lighting." +msgstr "" + +#: doc/classes/VisualServer.xml:3603 +msgid "When set, manually requests to draw geometry on next frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3606 +msgid "Represents the size of the [enum InstanceFlags] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3609 +msgid "Disable shadows from this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:3612 +msgid "Cast shadows from this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:3615 +msgid "" +"Disable backface culling when rendering the shadow of the object. This is " +"slightly slower but may result in more correct shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3618 +msgid "" +"Only render the shadows from the object. The object itself will not be drawn." +msgstr "" + +#: doc/classes/VisualServer.xml:3621 +msgid "The nine patch gets stretched where needed." +msgstr "" + +#: doc/classes/VisualServer.xml:3624 +msgid "The nine patch gets filled with tiles where needed." +msgstr "" + +#: doc/classes/VisualServer.xml:3627 +msgid "" +"The nine patch gets filled with tiles where needed and stretches them a bit " +"if needed." +msgstr "" + +#: doc/classes/VisualServer.xml:3630 +msgid "Adds light color additive to the canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:3633 +msgid "Adds light color subtractive to the canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:3636 +msgid "The light adds color depending on transparency." +msgstr "" + +#: doc/classes/VisualServer.xml:3639 +msgid "The light adds color depending on mask." +msgstr "" + +#: doc/classes/VisualServer.xml:3642 +msgid "Do not apply a filter to canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3645 +msgid "Use PCF3 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3648 +msgid "Use PCF5 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3651 +msgid "Use PCF7 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3654 +msgid "Use PCF9 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3657 +msgid "Use PCF13 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3660 +msgid "Culling of the canvas occluder is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3663 +msgid "Culling of the canvas occluder is clockwise." +msgstr "" + +#: doc/classes/VisualServer.xml:3666 +msgid "Culling of the canvas occluder is counterclockwise." +msgstr "" + +#: doc/classes/VisualServer.xml:3669 +msgid "The amount of objects in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3672 +msgid "The amount of vertices in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3675 +msgid "The amount of modified materials in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3678 +msgid "The amount of shader rebinds in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3681 +msgid "The amount of surface changes in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3684 +msgid "The amount of draw calls in frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3687 +msgid "The amount of 2d items in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3690 +msgid "The amount of 2d draw calls in frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3705 +msgid "Hardware supports shaders. This enum is currently unused in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3708 +msgid "" +"Hardware supports multithreading. This enum is currently unused in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3711 +msgid "Use [Transform2D] to store MultiMesh transform." +msgstr "" + +#: doc/classes/VisualServer.xml:3714 +msgid "Use [Transform] to store MultiMesh transform." +msgstr "" + +#: doc/classes/VisualServer.xml:3717 +msgid "MultiMesh does not use per-instance color." +msgstr "" + +#: doc/classes/VisualServer.xml:3720 +msgid "" +"MultiMesh color uses 8 bits per component. This packs the color into a " +"single float." +msgstr "" + +#: doc/classes/VisualServer.xml:3723 +msgid "MultiMesh color uses a float per channel." +msgstr "" + +#: doc/classes/VisualServer.xml:3726 +msgid "MultiMesh does not use custom data." +msgstr "" + +#: doc/classes/VisualServer.xml:3729 +msgid "" +"MultiMesh custom data uses 8 bits per component. This packs the 4-component " +"custom data into a single float." +msgstr "" + +#: doc/classes/VisualServer.xml:3732 +msgid "MultiMesh custom data uses a float per component." +msgstr "" + +#: doc/classes/VisualServer.xml:3735 +msgid "Reflection probe will update reflections once and then stop." +msgstr "" + +#: doc/classes/VisualServer.xml:3738 +msgid "" +"Reflection probe will update each frame. This mode is necessary to capture " +"moving objects." +msgstr "" + +#: doc/classes/VisualServer.xml:3741 +msgid "Draw particles in the order that they appear in the particles array." +msgstr "" + +#: doc/classes/VisualServer.xml:3744 +msgid "Sort particles based on their lifetime." +msgstr "" + +#: doc/classes/VisualServer.xml:3747 +msgid "Sort particles based on their distance to the camera." +msgstr "" + +#: doc/classes/VisualServer.xml:3750 +msgid "Use the clear color as background." +msgstr "" + +#: doc/classes/VisualServer.xml:3753 +msgid "Use a specified color as the background." +msgstr "" + +#: doc/classes/VisualServer.xml:3756 +msgid "Use a sky resource for the background." +msgstr "" + +#: doc/classes/VisualServer.xml:3759 +msgid "" +"Use a custom color for background, but use a sky for shading and reflections." +msgstr "" + +#: doc/classes/VisualServer.xml:3762 +msgid "" +"Use a specified canvas layer as the background. This can be useful for " +"instantiating a 2D scene in a 3D world." +msgstr "" + +#: doc/classes/VisualServer.xml:3765 +msgid "" +"Do not clear the background, use whatever was rendered last frame as the " +"background." +msgstr "" + +#: doc/classes/VisualServer.xml:3768 +msgid "Represents the size of the [enum EnvironmentBG] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3771 +msgid "Use lowest blur quality. Fastest, but may look bad." +msgstr "" + +#: doc/classes/VisualServer.xml:3774 +msgid "Use medium blur quality." +msgstr "" + +#: doc/classes/VisualServer.xml:3777 +msgid "Used highest blur quality. Looks the best, but is the slowest." +msgstr "" + +#: doc/classes/VisualServer.xml:3780 +msgid "Add the effect of the glow on top of the scene." +msgstr "" + +#: doc/classes/VisualServer.xml:3783 +msgid "" +"Blends the glow effect with the screen. Does not get as bright as additive." +msgstr "" + +#: doc/classes/VisualServer.xml:3786 +msgid "Produces a subtle color disturbance around objects." +msgstr "" + +#: doc/classes/VisualServer.xml:3789 +msgid "Shows the glow effect by itself without the underlying scene." +msgstr "" + +#: doc/classes/VisualServer.xml:3792 +msgid "Output color as they came in." +msgstr "" + +#: doc/classes/VisualServer.xml:3795 +msgid "Use the Reinhard tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3798 +msgid "Use the filmic tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3801 +msgid "Use the ACES tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3804 +msgid "Use the ACES Fitted tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3807 +msgid "Lowest quality of screen space ambient occlusion." +msgstr "" + +#: doc/classes/VisualServer.xml:3810 +msgid "Medium quality screen space ambient occlusion." +msgstr "" + +#: doc/classes/VisualServer.xml:3813 +msgid "Highest quality screen space ambient occlusion." +msgstr "" + +#: doc/classes/VisualServer.xml:3816 +msgid "Disables the blur set for SSAO. Will make SSAO look noisier." +msgstr "" + +#: doc/classes/VisualServer.xml:3819 +msgid "Perform a 1x1 blur on the SSAO output." +msgstr "" + +#: doc/classes/VisualServer.xml:3822 +msgid "Performs a 2x2 blur on the SSAO output." +msgstr "" + +#: doc/classes/VisualServer.xml:3825 +msgid "Performs a 3x3 blur on the SSAO output. Use this for smoothest SSAO." +msgstr "" + +#: doc/classes/VisualShader.xml:4 +msgid "A custom shader program with a visual editor." +msgstr "" + +#: doc/classes/VisualShader.xml:7 +msgid "" +"This class allows you to define a custom shader program that can be used for " +"various materials to render objects.\n" +"The visual shader editor creates the shader." +msgstr "" + +#: doc/classes/VisualShader.xml:20 +msgid "Adds the specified node to the shader." +msgstr "" + +#: doc/classes/VisualShader.xml:31 +msgid "" +"Returns [code]true[/code] if the specified nodes and ports can be connected " +"together." +msgstr "" + +#: doc/classes/VisualShader.xml:42 doc/classes/VisualShader.xml:64 +msgid "Connects the specified nodes and ports." +msgstr "" + +#: doc/classes/VisualShader.xml:53 +msgid "" +"Connects the specified nodes and ports, even if they can't be connected. " +"Such connection is invalid and will not function properly." +msgstr "" + +#: doc/classes/VisualShader.xml:72 +msgid "" +"Returns the shader node instance with specified [code]type[/code] and " +"[code]id[/code]." +msgstr "" + +#: doc/classes/VisualShader.xml:79 +msgid "Returns the list of connected nodes with the specified type." +msgstr "" + +#: doc/classes/VisualShader.xml:86 +msgid "Returns the list of all nodes in the shader with the specified type." +msgstr "" + +#: doc/classes/VisualShader.xml:94 +msgid "Returns the position of the specified node within the shader graph." +msgstr "" + +#: doc/classes/VisualShader.xml:111 +msgid "" +"Returns [code]true[/code] if the specified node and port connection exist." +msgstr "" + +#: doc/classes/VisualShader.xml:119 +msgid "Removes the specified node from the shader." +msgstr "" + +#: doc/classes/VisualShader.xml:126 +msgid "Sets the mode of this shader." +msgstr "" + +#: doc/classes/VisualShader.xml:135 +msgid "Sets the position of the specified node." +msgstr "" + +#: doc/classes/VisualShader.xml:141 +msgid "The offset vector of the whole graph." +msgstr "" + +#: doc/classes/VisualShader.xml:146 +msgid "A vertex shader, operating on vertices." +msgstr "" + +#: doc/classes/VisualShader.xml:149 +msgid "A fragment shader, operating on fragments (pixels)." +msgstr "" + +#: doc/classes/VisualShader.xml:152 +msgid "A shader for light calculations." +msgstr "" + +#: doc/classes/VisualShader.xml:155 +msgid "Represents the size of the [enum Type] enum." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:4 +msgid "Base class for nodes in a visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:7 +msgid "" +"Visual shader graphs consist of various nodes. Each node in the graph is a " +"separate object and they are represented as a rectangular boxes with title " +"and a set of properties. Each node has also connection ports that allow to " +"connect it to another nodes and control the flow of the shader." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/shading/visual_shaders.html" +msgstr "" + +#: doc/classes/VisualShaderNode.xml:16 +msgid "" +"Returns an [Array] containing default values for all of the input ports of " +"the node in the form [code][index0, value0, index1, value1, ...][/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:23 +msgid "Returns the default value of the input [code]port[/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:30 +msgid "" +"Sets the default input ports values using an [Array] of the form [code]" +"[index0, value0, index1, value1, ...][/code]. For example: [code][0, " +"Vector3(0, 0, 0), 1, Vector3(0, 0, 0)][/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:38 +msgid "Sets the default value for the selected input [code]port[/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:44 +msgid "" +"Sets the output port index which will be showed for preview. If set to " +"[code]-1[/code] no port will be open for preview." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:50 +msgid "" +"Emitted when the node requests an editor refresh. Currently called only in " +"setter of [member VisualShaderNodeTexture.source], " +"[VisualShaderNodeTexture], and [VisualShaderNodeCubeMap] (and their " +"derivatives)." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:56 +msgid "" +"Floating-point scalar. Translated to [code]float[/code] type in shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:59 +msgid "" +"3D vector of floating-point values. Translated to [code]vec3[/code] type in " +"shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:62 +msgid "Boolean type. Translated to [code]bool[/code] type in shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:65 +msgid "Transform type. Translated to [code]mat4[/code] type in shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:68 +msgid "" +"Sampler type. Translated to reference of sampler uniform in shader code. Can " +"only be used for input ports in non-uniform nodes." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:71 +msgid "Represents the size of the [enum PortType] enum." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanConstant.xml:4 +msgid "A boolean constant to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanConstant.xml:7 +msgid "" +"Has only one output port and no inputs.\n" +"Translated to [code]bool[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanConstant.xml:16 +msgid "A boolean constant which represents a state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanUniform.xml:4 +msgid "A boolean uniform to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanUniform.xml:7 +msgid "Translated to [code]uniform bool[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeColorConstant.xml:4 +msgid "A [Color] constant to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorConstant.xml:7 +msgid "" +"Has two output ports representing RGB and alpha channels of [Color].\n" +"Translated to [code]vec3 rgb[/code] and [code]float alpha[/code] in the " +"shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeColorConstant.xml:16 +msgid "A [Color] constant which represents a state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:4 +msgid "A [Color] function to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:7 +msgid "" +"Accept a [Color] to the input port and transform it according to [member " +"function]." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:15 +msgid "" +"A function to be applied to the input color. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:20 +msgid "" +"Converts the color to grayscale using the following formula:\n" +"[codeblock]\n" +"vec3 c = input;\n" +"float max1 = max(c.r, c.g);\n" +"float max2 = max(max1, c.b);\n" +"float max3 = max(max1, max2);\n" +"return vec3(max3, max3, max3);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:30 +msgid "" +"Applies sepia tone effect using the following formula:\n" +"[codeblock]\n" +"vec3 c = input;\n" +"float r = (c.r * 0.393) + (c.g * 0.769) + (c.b * 0.189);\n" +"float g = (c.r * 0.349) + (c.g * 0.686) + (c.b * 0.168);\n" +"float b = (c.r * 0.272) + (c.g * 0.534) + (c.b * 0.131);\n" +"return vec3(r, g, b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:4 +msgid "A [Color] operator to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:7 +msgid "Applies [member operator] to two color inputs." +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:15 +msgid "" +"An operator to be applied to the inputs. See [enum Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:20 +msgid "" +"Produce a screen effect with the following formula:\n" +"[codeblock]\n" +"result = vec3(1.0) - (vec3(1.0) - a) * (vec3(1.0) - b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:26 +msgid "" +"Produce a difference effect with the following formula:\n" +"[codeblock]\n" +"result = abs(a - b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:32 +msgid "" +"Produce a darken effect with the following formula:\n" +"[codeblock]\n" +"result = min(a, b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:38 +msgid "" +"Produce a lighten effect with the following formula:\n" +"[codeblock]\n" +"result = max(a, b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:44 +msgid "" +"Produce an overlay effect with the following formula:\n" +"[codeblock]\n" +"for (int i = 0; i < 3; i++) {\n" +" float base = a[i];\n" +" float blend = b[i];\n" +" if (base < 0.5) {\n" +" result[i] = 2.0 * base * blend;\n" +" } else {\n" +" result[i] = 1.0 - 2.0 * (1.0 - blend) * (1.0 - base);\n" +" }\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:58 +msgid "" +"Produce a dodge effect with the following formula:\n" +"[codeblock]\n" +"result = a / (vec3(1.0) - b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:64 +msgid "" +"Produce a burn effect with the following formula:\n" +"[codeblock]\n" +"result = vec3(1.0) - (vec3(1.0) - a) / b;\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:70 +msgid "" +"Produce a soft light effect with the following formula:\n" +"[codeblock]\n" +"for (int i = 0; i < 3; i++) {\n" +" float base = a[i];\n" +" float blend = b[i];\n" +" if (base < 0.5) {\n" +" result[i] = base * (blend + 0.5);\n" +" } else {\n" +" result[i] = 1.0 - (1.0 - base) * (1.0 - (blend - 0.5));\n" +" }\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:84 +msgid "" +"Produce a hard light effect with the following formula:\n" +"[codeblock]\n" +"for (int i = 0; i < 3; i++) {\n" +" float base = a[i];\n" +" float blend = b[i];\n" +" if (base < 0.5) {\n" +" result[i] = base * (2.0 * blend);\n" +" } else {\n" +" result[i] = 1.0 - (1.0 - base) * (1.0 - 2.0 * (blend - 0.5));\n" +" }\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorUniform.xml:4 +msgid "A [Color] uniform to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorUniform.xml:7 +msgid "Translated to [code]uniform vec4[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:4 +msgid "A comparison function for common types within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:7 +msgid "" +"Compares [code]a[/code] and [code]b[/code] of [member type] by [member " +"function]. Returns a boolean scalar. Translates to [code]if[/code] " +"instruction in shader code." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:15 +msgid "" +"Extra condition which is applied if [member type] is set to [constant " +"CTYPE_VECTOR]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:18 +msgid "A comparison function. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:21 +msgid "" +"The type to be used in the comparison. See [enum ComparisonType] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:26 +msgid "A floating-point scalar." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:29 +msgid "A 3D vector type." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:32 +msgid "A boolean type." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:35 +msgid "A transform ([code]mat4[/code]) type." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:38 +msgid "Comparison for equality ([code]a == b[/code])." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:41 +msgid "Comparison for inequality ([code]a != b[/code])." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:44 +msgid "" +"Comparison for greater than ([code]a > b[/code]). Cannot be used if [member " +"type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:47 +msgid "" +"Comparison for greater than or equal ([code]a >= b[/code]). Cannot be used " +"if [member type] set to [constant CTYPE_BOOLEAN] or [constant " +"CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:50 +msgid "" +"Comparison for less than ([code]a < b[/code]). Cannot be used if [member " +"type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:53 +msgid "" +"Comparison for less than or equal ([code]a < b[/code]). Cannot be used if " +"[member type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:56 +msgid "" +"The result will be true if all of component in vector satisfy the comparison " +"condition." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:59 +msgid "" +"The result will be true if any of component in vector satisfy the comparison " +"condition." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:4 +msgid "A [CubeMap] sampling node to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:7 +msgid "" +"Translated to [code]texture(cubemap, vec3)[/code] in the shader language. " +"Returns a color vector and alpha channel as scalar." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:15 +msgid "" +"The [CubeMap] texture to sample when using [constant SOURCE_TEXTURE] as " +"[member source]." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:18 +msgid "" +"Defines which source should be used for the sampling. See [enum Source] for " +"options." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:21 +#: doc/classes/VisualShaderNodeTextureUniform.xml:18 +msgid "" +"Defines the type of data provided by the source texture. See [enum " +"TextureType] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:26 +msgid "" +"Use the [CubeMap] set via [member cube_map]. If this is set to [member " +"source], the [code]samplerCube[/code] port is ignored." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:29 +msgid "" +"Use the [CubeMap] sampler reference passed via the [code]samplerCube[/code] " +"port. If this is set to [member source], the [member cube_map] texture is " +"ignored." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:32 +#: doc/classes/VisualShaderNodeTexture.xml:44 +#: doc/classes/VisualShaderNodeTextureUniform.xml:23 +msgid "No hints are added to the uniform declaration." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:35 +#: doc/classes/VisualShaderNodeTexture.xml:47 +#: doc/classes/VisualShaderNodeTextureUniform.xml:26 +msgid "" +"Adds [code]hint_albedo[/code] as hint to the uniform declaration for proper " +"sRGB to linear conversion." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:38 +#: doc/classes/VisualShaderNodeTexture.xml:50 +#: doc/classes/VisualShaderNodeTextureUniform.xml:29 +msgid "" +"Adds [code]hint_normal[/code] as hint to the uniform declaration, which " +"internally converts the texture for proper usage as normal map." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMapUniform.xml:4 +msgid "A [CubeMap] uniform node to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMapUniform.xml:7 +msgid "" +"Translated to [code]uniform samplerCube[/code] in the shader language. The " +"output value can be used as port for [VisualShaderNodeCubeMap]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:4 +msgid "" +"Virtual class to define custom [VisualShaderNode]s for use in the Visual " +"Shader Editor." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:7 +msgid "" +"By inheriting this class you can create a custom [VisualShader] script addon " +"which will be automatically added to the Visual Shader Editor. The " +"[VisualShaderNode]'s behavior is defined by overriding the provided virtual " +"methods.\n" +"In order for the node to be registered as an editor addon, you must use the " +"[code]tool[/code] keyword and provide a [code]class_name[/code] for your " +"custom script. For example:\n" +"[codeblock]\n" +"tool\n" +"extends VisualShaderNodeCustom\n" +"class_name VisualShaderNodeNoise\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" +"visual_shader_plugins.html" +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:22 +msgid "" +"Override this method to define the category of the associated custom node in " +"the Visual Shader Editor's members dialog. The path may look like " +"[code]\"MyGame/MyFunctions/Noise\"[/code].\n" +"Defining this method is [b]optional[/b]. If not overridden, the node will be " +"filed under the \"Custom\" category." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:33 +msgid "" +"Override this method to define the actual shader code of the associated " +"custom node. The shader code should be returned as a string, which can have " +"multiple lines (the [code]\"\"\"[/code] multiline string construct can be " +"used for convenience).\n" +"The [code]input_vars[/code] and [code]output_vars[/code] arrays contain the " +"string names of the various input and output variables, as defined by " +"[code]_get_input_*[/code] and [code]_get_output_*[/code] virtual methods in " +"this class.\n" +"The output ports can be assigned values in the shader code. For example, " +"[code]return output_vars[0] + \" = \" + input_vars[0] + \";\"[/code].\n" +"You can customize the generated code based on the shader [code]mode[/code] " +"(see [enum Shader.Mode]) and/or [code]type[/code] (see [enum VisualShader." +"Type]).\n" +"Defining this method is [b]required[/b]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:43 +msgid "" +"Override this method to define the description of the associated custom node " +"in the Visual Shader Editor's members dialog.\n" +"Defining this method is [b]optional[/b]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:51 +msgid "" +"Override this method to add shader code on top of the global shader, to " +"define your own standard library of reusable methods, varyings, constants, " +"uniforms, etc. The shader code should be returned as a string, which can " +"have multiple lines (the [code]\"\"\"[/code] multiline string construct can " +"be used for convenience).\n" +"Be careful with this functionality as it can cause name conflicts with other " +"custom nodes, so be sure to give the defined entities unique names.\n" +"You can customize the generated code based on the shader [code]mode[/code] " +"(see [enum Shader.Mode]).\n" +"Defining this method is [b]optional[/b]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:60 +msgid "" +"Override this method to define the amount of input ports of the associated " +"custom node.\n" +"Defining this method is [b]required[/b]. If not overridden, the node has no " +"input ports." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:68 +msgid "" +"Override this method to define the names of input ports of the associated " +"custom node. The names are used both for the input slots in the editor and " +"as identifiers in the shader code, and are passed in the [code]input_vars[/" +"code] array in [method _get_code].\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"input ports are named as [code]\"in\" + str(port)[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:76 +msgid "" +"Override this method to define the returned type of each input port of the " +"associated custom node (see [enum VisualShaderNode.PortType] for possible " +"types).\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"input ports will return the [constant VisualShaderNode.PORT_TYPE_SCALAR] " +"type." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:83 +msgid "" +"Override this method to define the name of the associated custom node in the " +"Visual Shader Editor's members dialog and graph.\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"the node will be named as \"Unnamed\"." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:90 +msgid "" +"Override this method to define the amount of output ports of the associated " +"custom node.\n" +"Defining this method is [b]required[/b]. If not overridden, the node has no " +"output ports." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:98 +msgid "" +"Override this method to define the names of output ports of the associated " +"custom node. The names are used both for the output slots in the editor and " +"as identifiers in the shader code, and are passed in the [code]output_vars[/" +"code] array in [method _get_code].\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"output ports are named as [code]\"out\" + str(port)[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:106 +msgid "" +"Override this method to define the returned type of each output port of the " +"associated custom node (see [enum VisualShaderNode.PortType] for possible " +"types).\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"output ports will return the [constant VisualShaderNode.PORT_TYPE_SCALAR] " +"type." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:113 +msgid "" +"Override this method to define the return icon of the associated custom node " +"in the Visual Shader Editor's members dialog.\n" +"Defining this method is [b]optional[/b]. If not overridden, no return icon " +"is shown." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:120 +msgid "" +"Override this method to define the subcategory of the associated custom node " +"in the Visual Shader Editor's members dialog.\n" +"Defining this method is [b]optional[/b]. If not overridden, the node will be " +"filed under the root of the main category (see [method _get_category])." +msgstr "" + +#: doc/classes/VisualShaderNodeDeterminant.xml:4 +msgid "" +"Calculates the determinant of a [Transform] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeDeterminant.xml:7 +msgid "Translates to [code]determinant(x)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeDotProduct.xml:4 +msgid "Calculates a dot product of two vectors within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeDotProduct.xml:7 +msgid "Translates to [code]dot(a, b)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeExpression.xml:4 +msgid "" +"A custom visual shader graph expression written in Godot Shading Language." +msgstr "" + +#: doc/classes/VisualShaderNodeExpression.xml:7 +msgid "" +"Custom Godot Shading Language expression, with a custom amount of input and " +"output ports.\n" +"The provided code is directly injected into the graph's matching shader " +"function ([code]vertex[/code], [code]fragment[/code], or [code]light[/" +"code]), so it cannot be used to declare functions, varyings, uniforms, or " +"global constants. See [VisualShaderNodeGlobalExpression] for such global " +"definitions." +msgstr "" + +#: doc/classes/VisualShaderNodeExpression.xml:16 +msgid "" +"An expression in Godot Shading Language, which will be injected at the start " +"of the graph's matching shader function ([code]vertex[/code], " +"[code]fragment[/code], or [code]light[/code]), and thus cannot be used to " +"declare functions, varyings, uniforms, or global constants." +msgstr "" + +#: doc/classes/VisualShaderNodeFaceForward.xml:4 +msgid "" +"Returns the vector that points in the same direction as a reference vector " +"within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeFaceForward.xml:7 +msgid "" +"Translates to [code]faceforward(N, I, Nref)[/code] in the shader language. " +"The function has three vector parameters: [code]N[/code], the vector to " +"orient, [code]I[/code], the incident vector, and [code]Nref[/code], the " +"reference vector. If the dot product of [code]I[/code] and [code]Nref[/code] " +"is smaller than zero the return value is [code]N[/code]. Otherwise, [code]-" +"N[/code] is returned." +msgstr "" + +#: doc/classes/VisualShaderNodeFresnel.xml:4 +msgid "A Fresnel effect to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeFresnel.xml:7 +msgid "" +"Returns falloff based on the dot product of surface normal and view " +"direction of camera (pass associated inputs to it)." +msgstr "" + +#: doc/classes/VisualShaderNodeGlobalExpression.xml:4 +msgid "" +"A custom global visual shader graph expression written in Godot Shading " +"Language." +msgstr "" + +#: doc/classes/VisualShaderNodeGlobalExpression.xml:7 +msgid "" +"Custom Godot Shader Language expression, which is placed on top of the " +"generated shader. You can place various function definitions inside to call " +"later in [VisualShaderNodeExpression]s (which are injected in the main " +"shader functions). You can also declare varyings, uniforms and global " +"constants." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:4 +msgid "" +"Base class for a family of nodes with variable amount of input and output " +"ports within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:7 +msgid "Currently, has no direct usage, use the derived classes instead." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:18 +msgid "" +"Adds an input port with the specified [code]type[/code] (see [enum " +"VisualShaderNode.PortType]) and [code]name[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:27 +msgid "" +"Adds an output port with the specified [code]type[/code] (see [enum " +"VisualShaderNode.PortType]) and [code]name[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:33 +msgid "Removes all previously specified input ports." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:39 +msgid "Removes all previously specified output ports." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:45 +msgid "" +"Returns a free input port ID which can be used in [method add_input_port]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:51 +msgid "" +"Returns a free output port ID which can be used in [method add_output_port]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:57 +msgid "" +"Returns the number of input ports in use. Alternative for [method " +"get_free_input_port_id]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:63 +msgid "" +"Returns a [String] description of the input ports as a colon-separated list " +"using the format [code]id,type,name;[/code] (see [method add_input_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:69 +msgid "" +"Returns the number of output ports in use. Alternative for [method " +"get_free_output_port_id]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:75 +msgid "" +"Returns a [String] description of the output ports as a colon-separated list " +"using the format [code]id,type,name;[/code] (see [method add_output_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:82 +msgid "Returns [code]true[/code] if the specified input port exists." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:89 +msgid "Returns [code]true[/code] if the specified output port exists." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:96 +msgid "" +"Returns [code]true[/code] if the specified port name does not override an " +"existed port name and is valid within the shader." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:103 +msgid "Removes the specified input port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:110 +msgid "Removes the specified output port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:118 +msgid "Renames the specified input port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:126 +msgid "" +"Sets the specified input port's type (see [enum VisualShaderNode.PortType])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:133 +msgid "" +"Defines all input ports using a [String] formatted as a colon-separated " +"list: [code]id,type,name;[/code] (see [method add_input_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:141 +msgid "Renames the specified output port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:149 +msgid "" +"Sets the specified output port's type (see [enum VisualShaderNode.PortType])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:156 +msgid "" +"Defines all output ports using a [String] formatted as a colon-separated " +"list: [code]id,type,name;[/code] (see [method add_output_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:162 +msgid "The size of the node in the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeInput.xml:6 +msgid "" +"Gives access to input variables (built-ins) available for the shader. See " +"the shading reference for the list of available built-ins for each shader " +"type (check [code]Tutorials[/code] section for link)." +msgstr "" + +#: doc/classes/VisualShaderNodeInput.xml:9 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/shading/shading_reference/" +"index.html" +msgstr "" + +#: doc/classes/VisualShaderNodeInput.xml:20 +msgid "" +"One of the several input constants in lower-case style like: \"vertex" +"\"([code]VERTEX[/code]) or \"point_size\"([code]POINT_SIZE[/code])." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:4 +msgid "" +"A boolean comparison operator to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:7 +msgid "" +"Returns the boolean result of the comparison between [code]INF[/code] or " +"[code]NaN[/code] and a scalar parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:15 +msgid "The comparison function. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:20 +msgid "Comparison with [code]INF[/code] (Infinity)." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:23 +msgid "" +"Comparison with [code]NaN[/code] (Not a Number; denotes invalid numeric " +"results, e.g. division by zero)." +msgstr "" + +#: doc/classes/VisualShaderNodeOuterProduct.xml:4 +msgid "" +"Calculates an outer product of two vectors within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeOuterProduct.xml:7 +msgid "" +"[code]OuterProduct[/code] treats the first parameter [code]c[/code] as a " +"column vector (matrix with one column) and the second parameter [code]r[/" +"code] as a row vector (matrix with one row) and does a linear algebraic " +"matrix multiply [code]c * r[/code], yielding a matrix whose number of rows " +"is the number of components in [code]c[/code] and whose number of columns is " +"the number of components in [code]r[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeOutput.xml:4 +msgid "Represents the output shader parameters within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeOutput.xml:7 +msgid "" +"This visual shader node is present in all shader graphs in form of \"Output" +"\" block with multiple output value ports." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarClamp.xml:4 +msgid "Clamps a scalar value within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarClamp.xml:7 +msgid "" +"Constrains a value to lie between [code]min[/code] and [code]max[/code] " +"values." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:4 +msgid "Calculates a scalar derivative within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:7 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:7 +msgid "" +"This node is only available in [code]Fragment[/code] and [code]Light[/code] " +"visual shaders." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:15 +msgid "The derivative type. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:20 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:20 +msgid "Sum of absolute derivative in [code]x[/code] and [code]y[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:23 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:23 +msgid "Derivative in [code]x[/code] using local differencing." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:26 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:26 +msgid "Derivative in [code]y[/code] using local differencing." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarInterp.xml:4 +msgid "" +"Linearly interpolates between two scalars within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarInterp.xml:7 +msgid "Translates to [code]mix(a, b, weight)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSmoothStep.xml:4 +msgid "Calculates a scalar SmoothStep function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSmoothStep.xml:7 +msgid "" +"Translates to [code]smoothstep(edge0, edge1, x)[/code] in the shader " +"language.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge0[/" +"code] and [code]1.0[/code] if [code]x[/code] is larger than [code]edge1[/" +"code]. Otherwise the return value is interpolated between [code]0.0[/code] " +"and [code]1.0[/code] using Hermite polynomials." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSwitch.xml:4 +msgid "A boolean/scalar function for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSwitch.xml:7 +msgid "" +"Returns an associated scalar if the provided boolean value is [code]true[/" +"code] or [code]false[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeSwitch.xml:4 +msgid "A boolean/vector function for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeSwitch.xml:7 +msgid "" +"Returns an associated vector if the provided boolean value is [code]true[/" +"code] or [code]false[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:4 +msgid "Performs a texture lookup within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:7 +msgid "" +"Performs a lookup operation on the provided texture, with support for " +"multiple texture sources to choose from." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:15 +msgid "Determines the source for the lookup. See [enum Source] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:18 +msgid "The source texture, if needed for the selected [member source]." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:21 +msgid "" +"Specifies the type of the texture if [member source] is set to [constant " +"SOURCE_TEXTURE]. See [enum TextureType] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:26 +msgid "Use the texture given as an argument for this function." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:29 +msgid "Use the current viewport's texture as the source." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:32 +msgid "" +"Use the texture from this shader's texture built-in (e.g. a texture of a " +"[Sprite])." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:35 +msgid "Use the texture from this shader's normal map built-in." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:38 +msgid "Use the depth texture available for this shader." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:41 +msgid "Use the texture provided in the input port for this function." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:4 +msgid "Performs a uniform texture lookup within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:7 +msgid "" +"Performs a lookup operation on the texture provided as a uniform for the " +"shader." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:15 +msgid "Sets the default color if no texture is assigned to the uniform." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:32 +msgid "" +"Adds [code]hint_aniso[/code] as hint to the uniform declaration to use for a " +"flowmap." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:35 +msgid "Defaults to white color." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:38 +msgid "Defaults to black color." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniformTriplanar.xml:4 +msgid "" +"Performs a uniform texture lookup with triplanar within the visual shader " +"graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniformTriplanar.xml:7 +msgid "" +"Performs a lookup operation on the texture provided as a uniform for the " +"shader, with support for triplanar mapping." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformCompose.xml:4 +msgid "" +"Composes a [Transform] from four [Vector3]s within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformCompose.xml:7 +msgid "" +"Creates a 4x4 transform matrix using four vectors of type [code]vec3[/code]. " +"Each vector is one row in the matrix and the last column is a [code]vec4(0, " +"0, 0, 1)[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformConstant.xml:4 +msgid "A [Transform] constant for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformConstant.xml:7 +msgid "A constant [Transform], which can be used as an input node." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformConstant.xml:15 +msgid "A [Transform] constant which represents the state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformDecompose.xml:4 +msgid "" +"Decomposes a [Transform] into four [Vector3]s within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformDecompose.xml:7 +msgid "" +"Takes a 4x4 transform matrix and decomposes it into four [code]vec3[/code] " +"values, one from each row of the matrix." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:4 +msgid "Computes a [Transform] function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:7 +msgid "Computes an inverse or transpose function on the provided [Transform]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:15 +msgid "The function to be computed. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:20 +msgid "Perform the inverse operation on the [Transform] matrix." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:23 +msgid "Perform the transpose operation on the [Transform] matrix." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:4 +msgid "Multiplies [Transform] by [Transform] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:7 +msgid "" +"A multiplication operation on two transforms (4x4 matrices), with support " +"for different multiplication operators." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:15 +msgid "" +"The multiplication type to be performed on the transforms. See [enum " +"Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:20 +msgid "Multiplies transform [code]a[/code] by the transform [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:23 +msgid "Multiplies transform [code]b[/code] by the transform [code]a[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:26 +msgid "" +"Performs a component-wise multiplication of transform [code]a[/code] by the " +"transform [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:29 +msgid "" +"Performs a component-wise multiplication of transform [code]b[/code] by the " +"transform [code]a[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformUniform.xml:4 +msgid "A [Transform] uniform for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformUniform.xml:7 +msgid "Translated to [code]uniform mat4[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:4 +msgid "" +"Multiplies a [Transform] and a [Vector3] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:7 +msgid "" +"A multiplication operation on a transform (4x4 matrix) and a vector, with " +"support for different multiplication operators." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:15 +msgid "" +"The multiplication type to be performed. See [enum Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:20 +msgid "Multiplies transform [code]a[/code] by the vector [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:23 +msgid "Multiplies vector [code]b[/code] by the transform [code]a[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:26 +msgid "" +"Multiplies transform [code]a[/code] by the vector [code]b[/code], skipping " +"the last row and column of the transform." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:29 +msgid "" +"Multiplies vector [code]b[/code] by the transform [code]a[/code], skipping " +"the last row and column of the transform." +msgstr "" + +#: doc/classes/VisualShaderNodeUniform.xml:4 +msgid "A base type for the uniforms within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeUniform.xml:7 +msgid "" +"A uniform represents a variable in the shader which is set externally, i.e. " +"from the [ShaderMaterial]. Uniforms are exposed as properties in the " +"[ShaderMaterial] and can be assigned from the inspector or from a script." +msgstr "" + +#: doc/classes/VisualShaderNodeUniform.xml:15 +msgid "" +"Name of the uniform, by which it can be accessed through the " +"[ShaderMaterial] properties." +msgstr "" + +#: doc/classes/VisualShaderNodeUniformRef.xml:4 +msgid "A reference to an existing [VisualShaderNodeUniform]." +msgstr "" + +#: doc/classes/VisualShaderNodeUniformRef.xml:7 +msgid "" +"Creating a reference to a [VisualShaderNodeUniform] allows you to reuse this " +"uniform in different shaders or shader stages easily." +msgstr "" + +#: doc/classes/VisualShaderNodeUniformRef.xml:15 +msgid "The name of the uniform which this reference points to." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Constant.xml:4 +msgid "A [Vector3] constant to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Constant.xml:7 +msgid "A constant [Vector3], which can be used as an input node." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Constant.xml:15 +msgid "A [Vector3] constant which represents the state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Uniform.xml:4 +msgid "A [Vector3] uniform to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Uniform.xml:7 +msgid "Translated to [code]uniform vec3[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorClamp.xml:4 +msgid "Clamps a vector value within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorClamp.xml:7 +msgid "" +"Constrains a value to lie between [code]min[/code] and [code]max[/code] " +"values. The operation is performed on each component of the vector " +"individually." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorCompose.xml:4 +msgid "Composes a [Vector3] from three scalars within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorCompose.xml:7 +msgid "" +"Creates a [code]vec3[/code] using three scalar values that can be provided " +"from separate inputs." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDecompose.xml:4 +msgid "" +"Decomposes a [Vector3] into three scalars within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDecompose.xml:7 +msgid "" +"Takes a [code]vec3[/code] and decomposes it into three scalar values that " +"can be used as separate inputs." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:4 +msgid "Calculates a vector derivative within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:15 +msgid "A derivative type. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDistance.xml:4 +msgid "" +"Returns the distance between two points. To be used within the visual shader " +"graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDistance.xml:7 +msgid "" +"Calculates distance from point represented by vector [code]p0[/code] to " +"vector [code]p1[/code].\n" +"Translated to [code]distance(p0, p1)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:4 +msgid "A vector function to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:7 +msgid "A visual shader node able to perform different functions using vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:15 +msgid "The function to be performed. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:20 +msgid "" +"Normalizes the vector so that it has a length of [code]1[/code] but points " +"in the same direction." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:23 +msgid "Clamps the value between [code]0.0[/code] and [code]1.0[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:26 +msgid "Returns the opposite value of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:29 +msgid "Returns [code]1/vector[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:32 +msgid "Converts RGB vector to HSV equivalent." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:35 +msgid "Converts HSV vector to RGB equivalent." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:38 +msgid "Returns the absolute value of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:41 +msgid "Returns the arc-cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:44 +msgid "Returns the inverse hyperbolic cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:47 +msgid "Returns the arc-sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:50 +msgid "Returns the inverse hyperbolic sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:53 +msgid "Returns the arc-tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:56 +msgid "Returns the inverse hyperbolic tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:59 +msgid "" +"Finds the nearest integer that is greater than or equal to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:62 +msgid "Returns the cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:65 +msgid "Returns the hyperbolic cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:68 +msgid "Converts a quantity in radians to degrees." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:71 +msgid "Base-e Exponential." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:74 +msgid "Base-2 Exponential." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:77 +msgid "Finds the nearest integer less than or equal to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:80 +msgid "Computes the fractional part of the argument." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:83 +msgid "Returns the inverse of the square root of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:86 +msgid "Natural logarithm." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:89 +msgid "Base-2 logarithm." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:92 +msgid "Converts a quantity in degrees to radians." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:95 +msgid "Finds the nearest integer to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:98 +msgid "Finds the nearest even integer to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:101 +msgid "" +"Extracts the sign of the parameter, i.e. returns [code]-1[/code] if the " +"parameter is negative, [code]1[/code] if it's positive and [code]0[/code] " +"otherwise." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:104 +msgid "Returns the sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:107 +msgid "Returns the hyperbolic sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:110 +msgid "Returns the square root of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:113 +msgid "Returns the tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:116 +msgid "Returns the hyperbolic tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:119 +msgid "" +"Returns a value equal to the nearest integer to the parameter whose absolute " +"value is not larger than the absolute value of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:122 +msgid "Returns [code]1.0 - vector[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorInterp.xml:4 +msgid "" +"Linearly interpolates between two vectors within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorInterp.xml:7 +msgid "" +"Translates to [code]mix(a, b, weight)[/code] in the shader language, where " +"[code]weight[/code] is a [Vector3] with weights for each component." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorLen.xml:4 +msgid "Returns the length of a [Vector3] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorLen.xml:7 +msgid "Translated to [code]length(p0)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:4 +msgid "A vector operator to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:7 +msgid "" +"A visual shader node for use of vector operators. Operates on vector " +"[code]a[/code] and vector [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:15 +msgid "The operator to be used. See [enum Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:20 +msgid "Adds two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:23 +msgid "Subtracts a vector from a vector." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:26 +msgid "Multiplies two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:29 +msgid "Divides vector by vector." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:32 +msgid "Returns the remainder of the two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:35 +msgid "" +"Returns the value of the first parameter raised to the power of the second, " +"for each component of the vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:38 +msgid "Returns the greater of two values, for each component of the vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:41 +msgid "Returns the lesser of two values, for each component of the vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:44 +msgid "Calculates the cross product of two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:47 +msgid "Returns the arc-tangent of the parameters." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:50 +msgid "" +"Returns the vector that points in the direction of reflection. [code]a[/" +"code] is incident vector and [code]b[/code] is the normal vector." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:53 +msgid "" +"Vector step operator. Returns [code]0.0[/code] if [code]a[/code] is smaller " +"than [code]b[/code] and [code]1.0[/code] otherwise." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorRefract.xml:4 +msgid "" +"Returns the [Vector3] that points in the direction of refraction. For use " +"within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorRefract.xml:7 +msgid "" +"Translated to [code]refract(I, N, eta)[/code] in the shader language, where " +"[code]I[/code] is the incident vector, [code]N[/code] is the normal vector " +"and [code]eta[/code] is the ratio of the indices of the refraction." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarMix.xml:4 +msgid "" +"Linearly interpolates between two vectors using a scalar. For use within the " +"visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarMix.xml:7 +msgid "" +"Translates to [code]mix(a, b, weight)[/code] in the shader language, where " +"[code]a[/code] and [code]b[/code] are vectors and [code]weight[/code] is a " +"scalar." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarSmoothStep.xml:4 +msgid "" +"Calculates a vector SmoothStep function using scalar within the visual " +"shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarSmoothStep.xml:7 +msgid "" +"Translates to [code]smoothstep(edge0, edge1, x)[/code] in the shader " +"language, where [code]x[/code] is a scalar.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge0[/" +"code] and [code]1.0[/code] if [code]x[/code] is larger than [code]edge1[/" +"code]. Otherwise the return value is interpolated between [code]0.0[/code] " +"and [code]1.0[/code] using Hermite polynomials." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarStep.xml:4 +msgid "Calculates a vector Step function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarStep.xml:7 +msgid "" +"Translates to [code]step(edge, x)[/code] in the shader language.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge[/code] " +"and [code]1.0[/code] otherwise." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorSmoothStep.xml:4 +msgid "Calculates a vector SmoothStep function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorSmoothStep.xml:7 +msgid "" +"Translates to [code]smoothstep(edge0, edge1, x)[/code] in the shader " +"language, where [code]x[/code] is a vector.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge0[/" +"code] and [code]1.0[/code] if [code]x[/code] is larger than [code]edge1[/" +"code]. Otherwise the return value is interpolated between [code]0.0[/code] " +"and [code]1.0[/code] using Hermite polynomials." +msgstr "" + +#: doc/classes/VScrollBar.xml:4 +msgid "Vertical scroll bar." +msgstr "" + +#: doc/classes/VScrollBar.xml:7 +msgid "" +"Vertical version of [ScrollBar], which goes from top (min) to bottom (max)." +msgstr "" + +#: doc/classes/VScrollBar.xml:21 +msgid "" +"Icon used as a button to scroll the [ScrollBar] up. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/VScrollBar.xml:39 +msgid "" +"Icon used as a button to scroll the [ScrollBar] down. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/VSeparator.xml:4 +msgid "Vertical version of [Separator]." +msgstr "" + +#: doc/classes/VSeparator.xml:7 +msgid "" +"Vertical version of [Separator]. Even though it looks vertical, it is used " +"to separate objects horizontally." +msgstr "" + +#: doc/classes/VSeparator.xml:17 +msgid "" +"The width of the area covered by the separator. Effectively works like a " +"minimum width." +msgstr "" + +#: doc/classes/VSeparator.xml:20 +msgid "" +"The style for the separator line. Works best with [StyleBoxLine] (remember " +"to enable [member StyleBoxLine.vertical])." +msgstr "" + +#: doc/classes/VSlider.xml:4 +msgid "Vertical slider." +msgstr "" + +#: doc/classes/VSlider.xml:7 +msgid "" +"Vertical slider. See [Slider]. This one goes from bottom (min) to top " +"(max).\n" +"[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] " +"signals are part of the [Range] class which this class inherits from." +msgstr "" + +#: doc/classes/VSlider.xml:25 +msgid "The background of the area below the grabber." +msgstr "" + +#: doc/classes/VSlider.xml:36 +msgid "" +"The background for the whole slider. Determines the width of the " +"[code]grabber_area[/code]." +msgstr "" + +#: doc/classes/VSplitContainer.xml:4 +msgid "Vertical split container." +msgstr "" + +#: doc/classes/VSplitContainer.xml:7 +msgid "" +"Vertical split container. See [SplitContainer]. This goes from top to bottom." +msgstr "" + +#: doc/classes/WeakRef.xml:4 +msgid "" +"Holds an [Object], but does not contribute to the reference count if the " +"object is a reference." +msgstr "" + +#: doc/classes/WeakRef.xml:7 +msgid "" +"A weakref can hold a [Reference], without contributing to the reference " +"counter. A weakref can be created from an [Object] using [method @GDScript." +"weakref]. If this object is not a reference, weakref still works, however, " +"it does not have any effect on the object. Weakrefs are useful in cases " +"where multiple classes have variables that refer to each other. Without " +"weakrefs, using these classes could lead to memory leaks, since both " +"references keep each other from being released. Making part of the variables " +"a weakref can prevent this cyclic dependency, and allows the references to " +"be released." +msgstr "" + +#: doc/classes/WeakRef.xml:15 +msgid "Returns the [Object] this weakref is referring to." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:13 +msgid "Closes this data channel, notifying the other peer." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:19 +msgid "" +"Returns the number of bytes currently queued to be sent over this channel." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:25 +msgid "" +"Returns the id assigned to this channel during creation (or auto-assigned " +"during negotiation).\n" +"If the channel is not negotiated out-of-band the id will only be available " +"after the connection is established (will return [code]65535[/code] until " +"then)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:32 +msgid "Returns the label assigned to this channel during creation." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:38 +msgid "" +"Returns the [code]maxPacketLifeTime[/code] value assigned to this channel " +"during creation.\n" +"Will be [code]65535[/code] if not specified." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:45 +msgid "" +"Returns the [code]maxRetransmits[/code] value assigned to this channel " +"during creation.\n" +"Will be [code]65535[/code] if not specified." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:52 +msgid "" +"Returns the sub-protocol assigned to this channel during creation. An empty " +"string if not specified." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:58 +msgid "Returns the current state of this channel, see [enum ChannelState]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:64 +msgid "" +"Returns [code]true[/code] if this channel was created with out-of-band " +"configuration." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:70 +msgid "" +"Returns [code]true[/code] if this channel was created with ordering enabled " +"(default)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:76 +msgid "Reserved, but not used for now." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:82 +msgid "" +"Returns [code]true[/code] if the last received packet was transferred as " +"text. See [member write_mode]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:88 +msgid "" +"The transfer mode to use when sending outgoing packet. Either text or binary." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:93 +msgid "" +"Tells the channel to send data over this channel as text. An external peer " +"(non-Godot) would receive this as a string." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:96 +msgid "" +"Tells the channel to send data over this channel as binary. An external peer " +"(non-Godot) would receive this as array buffer or blob." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:99 +msgid "The channel was created, but it's still trying to connect." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:102 +msgid "The channel is currently open, and data can flow over it." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:105 +msgid "" +"The channel is being closed, no new messages will be accepted, but those " +"already in queue will be flushed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:108 +msgid "The channel was closed, or connection failed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:4 +msgid "" +"A simple interface to create a peer-to-peer mesh network composed of " +"[WebRTCPeerConnection] that is compatible with the [MultiplayerAPI]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:7 +msgid "" +"This class constructs a full mesh of [WebRTCPeerConnection] (one connection " +"for each peer) that can be used as a [member MultiplayerAPI.network_peer].\n" +"You can add each [WebRTCPeerConnection] via [method add_peer] or remove them " +"via [method remove_peer]. Peers must be added in [constant " +"WebRTCPeerConnection.STATE_NEW] state to allow it to create the appropriate " +"channels. This class will not create offers nor set descriptions, it will " +"only poll them, and notify connections and disconnections.\n" +"[signal NetworkedMultiplayerPeer.connection_succeeded] and [signal " +"NetworkedMultiplayerPeer.server_disconnected] will not be emitted unless " +"[code]server_compatibility[/code] is [code]true[/code] in [method " +"initialize]. Beside that data transfer works like in a " +"[NetworkedMultiplayerPeer]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:20 +msgid "" +"Add a new peer to the mesh with the given [code]peer_id[/code]. The " +"[WebRTCPeerConnection] must be in state [constant WebRTCPeerConnection." +"STATE_NEW].\n" +"Three channels will be created for reliable, unreliable, and ordered " +"transport. The value of [code]unreliable_lifetime[/code] will be passed to " +"the [code]maxPacketLifetime[/code] option when creating unreliable and " +"ordered channels (see [method WebRTCPeerConnection.create_data_channel])." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:27 +msgid "Close all the add peer connections and channels, freeing all resources." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:34 +msgid "" +"Return a dictionary representation of the peer with given [code]peer_id[/" +"code] with three keys. [code]connection[/code] containing the " +"[WebRTCPeerConnection] to this peer, [code]channels[/code] an array of three " +"[WebRTCDataChannel], and [code]connected[/code] a boolean representing if " +"the peer connection is currently connected (all three channels are open)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:40 +msgid "" +"Returns a dictionary which keys are the peer ids and values the peer " +"representation as in [method get_peer]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:47 +msgid "" +"Returns [code]true[/code] if the given [code]peer_id[/code] is in the peers " +"map (it might not be connected though)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:55 +msgid "" +"Initialize the multiplayer peer with the given [code]peer_id[/code] (must be " +"between 1 and 2147483647).\n" +"If [code]server_compatibilty[/code] is [code]false[/code] (default), the " +"multiplayer peer will be immediately in state [constant " +"NetworkedMultiplayerPeer.CONNECTION_CONNECTED] and [signal " +"NetworkedMultiplayerPeer.connection_succeeded] will not be emitted.\n" +"If [code]server_compatibilty[/code] is [code]true[/code] the peer will " +"suppress all [signal NetworkedMultiplayerPeer.peer_connected] signals until " +"a peer with id [constant NetworkedMultiplayerPeer.TARGET_PEER_SERVER] " +"connects and then emit [signal NetworkedMultiplayerPeer." +"connection_succeeded]. After that the signal [signal " +"NetworkedMultiplayerPeer.peer_connected] will be emitted for every already " +"connected peer, and any new peer that might connect. If the server peer " +"disconnects after that, signal [signal NetworkedMultiplayerPeer." +"server_disconnected] will be emitted and state will become [constant " +"NetworkedMultiplayerPeer.CONNECTION_CONNECTED]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:64 +msgid "" +"Remove the peer with given [code]peer_id[/code] from the mesh. If the peer " +"was connected, and [signal NetworkedMultiplayerPeer.peer_connected] was " +"emitted for it, then [signal NetworkedMultiplayerPeer.peer_disconnected] " +"will be emitted." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:4 +msgid "Interface to a WebRTC peer connection." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:7 +msgid "" +"A WebRTC connection between the local computer and a remote peer. Provides " +"an interface to connect, maintain and monitor the connection.\n" +"Setting up a WebRTC connection between two peers from now on) may not seem a " +"trivial task, but it can be broken down into 3 main steps:\n" +"- The peer that wants to initiate the connection ([code]A[/code] from now " +"on) creates an offer and send it to the other peer ([code]B[/code] from now " +"on).\n" +"- [code]B[/code] receives the offer, generate and answer, and sends it to " +"[code]A[/code]).\n" +"- [code]A[/code] and [code]B[/code] then generates and exchange ICE " +"candidates with each other.\n" +"After these steps, the connection should become connected. Keep on reading " +"or look into the tutorial for more information." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:23 +msgid "" +"Add an ice candidate generated by a remote peer (and received over the " +"signaling server). See [signal ice_candidate_created]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:29 +msgid "" +"Close the peer connection and all data channels associated with it.\n" +"[b]Note:[/b] You cannot reuse this object for a new connection unless you " +"call [method initialize]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:39 +msgid "" +"Returns a new [WebRTCDataChannel] (or [code]null[/code] on failure) with " +"given [code]label[/code] and optionally configured via the [code]options[/" +"code] dictionary. This method can only be called when the connection is in " +"state [constant STATE_NEW].\n" +"There are two ways to create a working data channel: either call [method " +"create_data_channel] on only one of the peer and listen to [signal " +"data_channel_received] on the other, or call [method create_data_channel] on " +"both peers, with the same values, and the [code]negotiated[/code] option set " +"to [code]true[/code].\n" +"Valid [code]options[/code] are:\n" +"[codeblock]\n" +"{\n" +" \"negotiated\": true, # When set to true (default off), means the " +"channel is negotiated out of band. \"id\" must be set too. " +"\"data_channel_received\" will not be called.\n" +" \"id\": 1, # When \"negotiated\" is true this value must also be set to " +"the same value on both peer.\n" +"\n" +" # Only one of maxRetransmits and maxPacketLifeTime can be specified, not " +"both. They make the channel unreliable (but also better at real time).\n" +" \"maxRetransmits\": 1, # Specify the maximum number of attempt the peer " +"will make to retransmits packets if they are not acknowledged.\n" +" \"maxPacketLifeTime\": 100, # Specify the maximum amount of time before " +"giving up retransmitions of unacknowledged packets (in milliseconds).\n" +" \"ordered\": true, # When in unreliable mode (i.e. either " +"\"maxRetransmits\" or \"maxPacketLifetime\" is set), \"ordered\" (true by " +"default) specify if packet ordering is to be enforced.\n" +"\n" +" \"protocol\": \"my-custom-protocol\", # A custom sub-protocol string for " +"this channel.\n" +"}\n" +"[/codeblock]\n" +"[b]Note:[/b] You must keep a reference to channels created this way, or it " +"will be closed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:61 +msgid "" +"Creates a new SDP offer to start a WebRTC connection with a remote peer. At " +"least one [WebRTCDataChannel] must have been created before calling this " +"method.\n" +"If this functions returns [constant OK], [signal " +"session_description_created] will be called when the session is ready to be " +"sent." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:68 +msgid "Returns the connection state. See [enum ConnectionState]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:76 +msgid "" +"Re-initialize this peer connection, closing any previously active " +"connection, and going back to state [constant STATE_NEW]. A dictionary of " +"[code]options[/code] can be passed to configure the peer connection.\n" +"Valid [code]options[/code] are:\n" +"[codeblock]\n" +"{\n" +" \"iceServers\": [\n" +" {\n" +" \"urls\": [ \"stun:stun.example.com:3478\" ], # One or more STUN " +"servers.\n" +" },\n" +" {\n" +" \"urls\": [ \"turn:turn.example.com:3478\" ], # One or more TURN " +"servers.\n" +" \"username\": \"a_username\", # Optional username for the TURN " +"server.\n" +" \"credential\": \"a_password\", # Optional password for the TURN " +"server.\n" +" }\n" +" ]\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:97 +msgid "" +"Call this method frequently (e.g. in [method Node._process] or [method Node." +"_physics_process]) to properly receive signals." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:105 +msgid "" +"Sets the SDP description of the local peer. This should be called in " +"response to [signal session_description_created].\n" +"After calling this function the peer will start emitting [signal " +"ice_candidate_created] (unless an [enum Error] different from [constant OK] " +"is returned)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:114 +msgid "" +"Sets the SDP description of the remote peer. This should be called with the " +"values generated by a remote peer and received over the signaling server.\n" +"If [code]type[/code] is [code]offer[/code] the peer will emit [signal " +"session_description_created] with the appropriate answer.\n" +"If [code]type[/code] is [code]answer[/code] the peer will start emitting " +"[signal ice_candidate_created]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:124 +msgid "" +"Emitted when a new in-band channel is received, i.e. when the channel was " +"created with [code]negotiated: false[/code] (default).\n" +"The object will be an instance of [WebRTCDataChannel]. You must keep a " +"reference of it or it will be closed automatically. See [method " +"create_data_channel]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:133 +msgid "" +"Emitted when a new ICE candidate has been created. The three parameters are " +"meant to be passed to the remote peer over the signaling server." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:140 +msgid "" +"Emitted after a successful call to [method create_offer] or [method " +"set_remote_description] (when it generates an answer). The parameters are " +"meant to be passed to [method set_local_description] on this object, and " +"sent to the remote peer over the signaling server." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:146 +msgid "" +"The connection is new, data channels and an offer can be created in this " +"state." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:149 +msgid "" +"The peer is connecting, ICE is in progress, none of the transports has " +"failed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:152 +msgid "The peer is connected, all ICE transports are connected." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:155 +msgid "At least one ICE transport is disconnected." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:158 +msgid "One or more of the ICE transports failed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:161 +msgid "" +"The peer connection is closed (after calling [method close] for example)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:4 +msgid "A WebSocket client implementation." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:7 +msgid "" +"This class implements a WebSocket client compatible with any RFC 6455-" +"compliant WebSocket server.\n" +"This client can be optionally used as a network peer for the " +"[MultiplayerAPI].\n" +"After starting the client ([method connect_to_url]), you will need to " +"[method NetworkedMultiplayerPeer.poll] it at regular intervals (e.g. inside " +"[method Node._process]).\n" +"You will receive appropriate signals when connecting, disconnecting, or when " +"new data is available." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:22 +msgid "" +"Connects to the given URL requesting one of the given [code]protocols[/code] " +"as sub-protocol. If the list empty (default), no sub-protocol will be " +"requested.\n" +"If [code]true[/code] is passed as [code]gd_mp_api[/code], the client will " +"behave like a network peer for the [MultiplayerAPI], connections to non-" +"Godot servers will not work, and [signal data_received] will not be " +"emitted.\n" +"If [code]false[/code] is passed instead (default), you must call " +"[PacketPeer] functions ([code]put_packet[/code], [code]get_packet[/code], " +"etc.) on the [WebSocketPeer] returned via [code]get_peer(1)[/code] and not " +"on this object directly (e.g. [code]get_peer(1).put_packet(data)[/code]).\n" +"You can optionally pass a list of [code]custom_headers[/code] to be added to " +"the handshake HTTP request.\n" +"[b]Note:[/b] To avoid mixed content warnings or errors in HTML5, you may " +"have to use a [code]url[/code] that starts with [code]wss://[/code] (secure) " +"instead of [code]ws://[/code]. When doing so, make sure to use the fully " +"qualified domain name that matches the one defined in the server's SSL " +"certificate. Do not connect directly via the IP address for [code]wss://[/" +"code] connections, as it won't match with the SSL certificate.\n" +"[b]Note:[/b] Specifying [code]custom_headers[/code] is not supported in " +"HTML5 exports due to browsers restrictions." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:35 +msgid "" +"Disconnects this client from the connected host. See [method WebSocketPeer." +"close] for more information." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:41 +msgid "Return the IP address of the currently connected host." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:47 +msgid "Return the IP port of the currently connected host." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:53 +msgid "" +"If specified, this [X509Certificate] will be the only one accepted when " +"connecting to an SSL host. Any other certificate provided by the server will " +"be regarded as invalid.\n" +"[b]Note:[/b] Specifying a custom [code]trusted_ssl_certificate[/code] is not " +"supported in HTML5 exports due to browsers restrictions." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:57 +msgid "" +"If [code]true[/code], SSL certificate verification is enabled.\n" +"[b]Note:[/b] You must specify the certificates to be used in the Project " +"Settings for it to work when exported." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:65 +msgid "" +"Emitted when the connection to the server is closed. [code]was_clean_close[/" +"code] will be [code]true[/code] if the connection was shutdown cleanly." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:70 +msgid "Emitted when the connection to the server fails." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:76 +msgid "" +"Emitted when a connection with the server is established, [code]protocol[/" +"code] will contain the sub-protocol agreed with the server." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:81 +msgid "" +"Emitted when a WebSocket message is received.\n" +"[b]Note:[/b] This signal is [i]not[/i] emitted when used as high-level " +"multiplayer peer." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:89 +msgid "" +"Emitted when the server requests a clean close. You should keep polling " +"until you get a [signal connection_closed] signal to achieve the clean " +"close. See [method WebSocketPeer.close] for more details." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:4 +msgid "Base class for WebSocket server and client." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:7 +msgid "" +"Base class for WebSocket server and client, allowing them to be used as " +"network peer for the [MultiplayerAPI]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:16 +msgid "" +"Returns the [WebSocketPeer] associated to the given [code]peer_id[/code]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:26 +msgid "" +"Configures the buffer sizes for this WebSocket peer. Default values can be " +"specified in the Project Settings under [code]network/limits[/code]. For " +"server, values are meant per connected peer.\n" +"The first two parameters define the size and queued packets limits of the " +"input buffer, the last two of the output buffer.\n" +"Buffer sizes are expressed in KiB, so [code]4 = 2^12 = 4096 bytes[/code]. " +"All parameters will be rounded up to the nearest power of two.\n" +"[b]Note:[/b] HTML5 exports only use the input buffer since the output one is " +"managed by browsers." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:41 +msgid "" +"Emitted when a packet is received from a peer.\n" +"[b]Note:[/b] This signal is only emitted when the client or server is " +"configured to use Godot multiplayer API." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:4 +msgid "A class representing a specific WebSocket connection." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:7 +msgid "" +"This class represents a specific WebSocket connection, allowing you to do " +"lower level operations with it.\n" +"You can choose to write to the socket in binary or text mode, and you can " +"recognize the mode used for writing by the other peer." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:18 +msgid "" +"Closes this WebSocket connection. [code]code[/code] is the status code for " +"the closure (see RFC 6455 section 7.4 for a list of valid status codes). " +"[code]reason[/code] is the human readable reason for closing the connection " +"(can be any UTF-8 string that's smaller than 123 bytes).\n" +"[b]Note:[/b] To achieve a clean close, you will need to keep polling until " +"either [signal WebSocketClient.connection_closed] or [signal WebSocketServer." +"client_disconnected] is received.\n" +"[b]Note:[/b] The HTML5 export might not support all status codes. Please " +"refer to browser-specific documentation for more details." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:26 +msgid "" +"Returns the IP address of the connected peer.\n" +"[b]Note:[/b] Not available in the HTML5 export." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:33 +msgid "" +"Returns the remote port of the connected peer.\n" +"[b]Note:[/b] Not available in the HTML5 export." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:40 +msgid "" +"Returns the current amount of data in the outbound websocket buffer. [b]Note:" +"[/b] HTML5 exports use WebSocket.bufferedAmount, while other platforms use " +"an internal buffer." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:46 +msgid "Gets the current selected write mode. See [enum WriteMode]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:52 +msgid "Returns [code]true[/code] if this peer is currently connected." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:59 +msgid "" +"Disable Nagle's algorithm on the underling TCP socket (default). See [method " +"StreamPeerTCP.set_no_delay] for more information.\n" +"[b]Note:[/b] Not available in the HTML5 export." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:67 +msgid "Sets the socket to use the given [enum WriteMode]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:73 +msgid "" +"Returns [code]true[/code] if the last received packet was sent as a text " +"payload. See [enum WriteMode]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:79 +msgid "" +"Specifies that WebSockets messages should be transferred as text payload " +"(only valid UTF-8 is allowed)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:82 +msgid "" +"Specifies that WebSockets messages should be transferred as binary payload " +"(any byte combination is allowed)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:4 +msgid "A WebSocket server implementation." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:7 +msgid "" +"This class implements a WebSocket server that can also support the high-" +"level multiplayer API.\n" +"After starting the server ([method listen]), you will need to [method " +"NetworkedMultiplayerPeer.poll] it at regular intervals (e.g. inside [method " +"Node._process]). When clients connect, disconnect, or send data, you will " +"receive the appropriate signal.\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:20 +msgid "" +"Disconnects the peer identified by [code]id[/code] from the server. See " +"[method WebSocketPeer.close] for more information." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:41 +msgid "Returns [code]true[/code] if a peer with the given ID is connected." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:47 +msgid "" +"Returns [code]true[/code] if the server is actively listening on a port." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:56 +msgid "" +"Starts listening on the given port.\n" +"You can specify the desired subprotocols via the \"protocols\" array. If the " +"list empty (default), no sub-protocol will be requested.\n" +"If [code]true[/code] is passed as [code]gd_mp_api[/code], the server will " +"behave like a network peer for the [MultiplayerAPI], connections from non-" +"Godot clients will not work, and [signal data_received] will not be " +"emitted.\n" +"If [code]false[/code] is passed instead (default), you must call " +"[PacketPeer] functions ([code]put_packet[/code], [code]get_packet[/code], " +"etc.), on the [WebSocketPeer] returned via [code]get_peer(id)[/code] to " +"communicate with the peer with given [code]id[/code] (e.g. " +"[code]get_peer(id).get_available_packet_count[/code])." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:65 +msgid "Stops the server and clear its state." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:71 +msgid "" +"When not set to [code]*[/code] will restrict incoming connections to the " +"specified IP address. Setting [code]bind_ip[/code] to [code]127.0.0.1[/code] " +"will cause the server to listen only to the local host." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:74 +msgid "" +"When using SSL (see [member private_key] and [member ssl_certificate]), you " +"can set this to a valid [X509Certificate] to be provided as additional CA " +"chain information during the SSL handshake." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:77 +msgid "" +"The time in seconds before a pending client (i.e. a client that has not yet " +"finished the HTTP handshake) is considered stale and forcefully disconnected." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:80 +msgid "" +"When set to a valid [CryptoKey] (along with [member ssl_certificate]) will " +"cause the server to require SSL instead of regular TCP (i.e. the [code]wss://" +"[/code] protocol)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:83 +msgid "" +"When set to a valid [X509Certificate] (along with [member private_key]) will " +"cause the server to require SSL instead of regular TCP (i.e. the [code]wss://" +"[/code] protocol)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:92 +msgid "" +"Emitted when a client requests a clean close. You should keep polling until " +"you get a [signal client_disconnected] signal with the same [code]id[/code] " +"to achieve the clean close. See [method WebSocketPeer.close] for more " +"details." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:99 +msgid "" +"Emitted when a new client connects. \"protocol\" will be the sub-protocol " +"agreed with the client." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:106 +msgid "" +"Emitted when a client disconnects. [code]was_clean_close[/code] will be " +"[code]true[/code] if the connection was shutdown cleanly." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:112 +msgid "" +"Emitted when a new message is received.\n" +"[b]Note:[/b] This signal is [i]not[/i] emitted when used as high-level " +"multiplayer peer." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:4 +msgid "AR/VR interface using WebXR." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:7 +msgid "" +"WebXR is an open standard that allows creating VR and AR applications that " +"run in the web browser.\n" +"As such, this interface is only available when running in an HTML5 export.\n" +"WebXR supports a wide range of devices, from the very capable (like Valve " +"Index, HTC Vive, Oculus Rift and Quest) down to the much less capable (like " +"Google Cardboard, Oculus Go, GearVR, or plain smartphones).\n" +"Since WebXR is based on Javascript, it makes extensive use of callbacks, " +"which means that [WebXRInterface] is forced to use signals, where other AR/" +"VR interfaces would instead use functions that return a result immediately. " +"This makes [WebXRInterface] quite a bit more complicated to initialize than " +"other AR/VR interfaces.\n" +"Here's the minimum code required to start an immersive VR session:\n" +"[codeblock]\n" +"extends Spatial\n" +"\n" +"var webxr_interface\n" +"var vr_supported = false\n" +"\n" +"func _ready():\n" +" # We assume this node has a button as a child.\n" +" # This button is for the user to consent to entering immersive VR mode.\n" +" $Button.connect(\"pressed\", self, \"_on_Button_pressed\")\n" +"\n" +" webxr_interface = ARVRServer.find_interface(\"WebXR\")\n" +" if webxr_interface:\n" +" # WebXR uses a lot of asynchronous callbacks, so we connect to " +"various\n" +" # signals in order to receive them.\n" +" webxr_interface.connect(\"session_supported\", self, " +"\"_webxr_session_supported\")\n" +" webxr_interface.connect(\"session_started\", self, " +"\"_webxr_session_started\")\n" +" webxr_interface.connect(\"session_ended\", self, " +"\"_webxr_session_ended\")\n" +" webxr_interface.connect(\"session_failed\", self, " +"\"_webxr_session_failed\")\n" +"\n" +" # This returns immediately - our _webxr_session_supported() method\n" +" # (which we connected to the \"session_supported\" signal above) " +"will\n" +" # be called sometime later to let us know if it's supported or not.\n" +" webxr_interface.is_session_supported(\"immersive-vr\")\n" +"\n" +"func _webxr_session_supported(session_mode, supported):\n" +" if session_mode == 'immersive-vr':\n" +" vr_supported = supported\n" +"\n" +"func _on_Button_pressed():\n" +" if not vr_supported:\n" +" OS.alert(\"Your browser doesn't support VR\")\n" +" return\n" +"\n" +" # We want an immersive VR session, as opposed to AR ('immersive-ar') or " +"a\n" +" # simple 3DoF viewer ('viewer').\n" +" webxr_interface.session_mode = 'immersive-vr'\n" +" # 'bounded-floor' is room scale, 'local-floor' is a standing or sitting\n" +" # experience (it puts you 1.6m above the ground if you have 3DoF " +"headset),\n" +" # whereas as 'local' puts you down at the ARVROrigin.\n" +" # This list means it'll first try to request 'bounded-floor', then\n" +" # fallback on 'local-floor' and ultimately 'local', if nothing else is\n" +" # supported.\n" +" webxr_interface.requested_reference_space_types = 'bounded-floor, local-" +"floor, local'\n" +" # In order to use 'local-floor' or 'bounded-floor' we must also\n" +" # mark the features as required or optional.\n" +" webxr_interface.required_features = 'local-floor'\n" +" webxr_interface.optional_features = 'bounded-floor'\n" +"\n" +" # This will return false if we're unable to even request the session,\n" +" # however, it can still fail asynchronously later in the process, so we\n" +" # only know if it's really succeeded or failed when our\n" +" # _webxr_session_started() or _webxr_session_failed() methods are " +"called.\n" +" if not webxr_interface.initialize():\n" +" OS.alert(\"Failed to initialize\")\n" +" return\n" +"\n" +"func _webxr_session_started():\n" +" $Button.visible = false\n" +" # This tells Godot to start rendering to the headset.\n" +" get_viewport().arvr = true\n" +" # This will be the reference space type you ultimately got, out of the\n" +" # types that you requested above. This is useful if you want the game " +"to\n" +" # work a little differently in 'bounded-floor' versus 'local-floor'.\n" +" print (\"Reference space type: \" + webxr_interface." +"reference_space_type)\n" +"\n" +"func _webxr_session_ended():\n" +" $Button.visible = true\n" +" # If the user exits immersive mode, then we tell Godot to render to the " +"web\n" +" # page again.\n" +" get_viewport().arvr = false\n" +"\n" +"func _webxr_session_failed(message):\n" +" OS.alert(\"Failed to initialize: \" + message)\n" +"[/codeblock]\n" +"There are several ways to handle \"controller\" input:\n" +"- Using [ARVRController] nodes and their [signal ARVRController." +"button_pressed] and [signal ARVRController.button_release] signals. This is " +"how controllers are typically handled in AR/VR apps in Godot, however, this " +"will only work with advanced VR controllers like the Oculus Touch or Index " +"controllers, for example. The buttons codes are defined by [url=https://" +"immersive-web.github.io/webxr-gamepads-module/#xr-standard-gamepad-" +"mapping]Section 3.3 of the WebXR Gamepads Module[/url].\n" +"- Using [method Node._unhandled_input] and [InputEventJoypadButton] or " +"[InputEventJoypadMotion]. This works the same as normal joypads, except the " +"[member InputEvent.device] starts at 100, so the left controller is 100 and " +"the right controller is 101, and the button codes are also defined by " +"[url=https://immersive-web.github.io/webxr-gamepads-module/#xr-standard-" +"gamepad-mapping]Section 3.3 of the WebXR Gamepads Module[/url].\n" +"- Using the [signal select], [signal squeeze] and related signals. This " +"method will work for both advanced VR controllers, and non-traditional " +"\"controllers\" like a tap on the screen, a spoken voice command or a button " +"press on the device itself. The [code]controller_id[/code] passed to these " +"signals is the same id as used in [member ARVRController.controller_id].\n" +"You can use one or all of these methods to allow your game or app to support " +"a wider or narrower set of devices and input methods, or to allow more " +"advanced interations with more advanced devices." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:94 +msgid "https://www.snopekgames.com/blog/2020/how-make-vr-game-webxr-godot" +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:101 +msgid "" +"Gets an [ARVRPositionalTracker] for the given [code]controller_id[/code].\n" +"In the context of WebXR, a \"controller\" can be an advanced VR controller " +"like the Oculus Touch or Index controllers, or even a tap on the screen, a " +"spoken voice command or a button press on the device itself. When a non-" +"traditional controller is used, interpret the position and orientation of " +"the [ARVRPositionalTracker] as a ray pointing at the object the user wishes " +"to interact with.\n" +"Use this method to get information about the controller that triggered one " +"of these signals:\n" +"- [signal selectstart]\n" +"- [signal select]\n" +"- [signal selectend]\n" +"- [signal squeezestart]\n" +"- [signal squeeze]\n" +"- [signal squeezestart]" +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:116 +msgid "" +"Checks if the given [code]session_mode[/code] is supported by the user's " +"browser.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRSessionMode]WebXR's XRSessionMode[/url], including: [code]\"immersive-" +"vr\"[/code], [code]\"immersive-ar\"[/code], and [code]\"inline\"[/code].\n" +"This method returns nothing, instead it emits the [signal session_supported] " +"signal with the result." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:124 +msgid "" +"The vertices of a polygon which defines the boundaries of the user's play " +"area.\n" +"This will only be available if [member reference_space_type] is " +"[code]\"bounded-floor\"[/code] and only on certain browsers and devices that " +"support it.\n" +"The [signal reference_space_reset] signal may indicate when this changes." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:129 +msgid "" +"A comma-seperated list of optional features used by [method ARVRInterface." +"initialize] when setting up the WebXR session.\n" +"If a user's browser or device doesn't support one of the given features, " +"initialization will continue, but you won't be able to use the requested " +"feature.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:135 +msgid "" +"The reference space type (from the list of requested types set in the " +"[member requested_reference_space_types] property), that was ultimately used " +"by [method ARVRInterface.initialize] when setting up the WebXR session.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:139 +msgid "" +"A comma-seperated list of reference space types used by [method " +"ARVRInterface.initialize] when setting up the WebXR session.\n" +"The reference space types are requested in order, and the first on supported " +"by the users device or browser will be used. The [member " +"reference_space_type] property contains the reference space type that was " +"ultimately used.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:145 +msgid "" +"A comma-seperated list of required features used by [method ARVRInterface." +"initialize] when setting up the WebXR session.\n" +"If a user's browser or device doesn't support one of the given features, " +"initialization will fail and [signal session_failed] will be emitted.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:151 +msgid "" +"The session mode used by [method ARVRInterface.initialize] when setting up " +"the WebXR session.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRSessionMode]WebXR's XRSessionMode[/url], including: [code]\"immersive-" +"vr\"[/code], [code]\"immersive-ar\"[/code], and [code]\"inline\"[/code]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:156 +msgid "" +"Indicates if the WebXR session's imagery is visible to the user.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRVisibilityState]WebXR's XRVisibilityState[/url], including " +"[code]\"hidden\"[/code], [code]\"visible\"[/code], and [code]\"visible-" +"blurred\"[/code]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:163 +msgid "" +"Emitted to indicate that the reference space has been reset or " +"reconfigured.\n" +"When (or whether) this is emitted depends on the user's browser or device, " +"but may include when the user has changed the dimensions of their play space " +"(which you may be able to access via [member bounds_geometry]) or pressed/" +"held a button to recenter their position.\n" +"See [url=https://developer.mozilla.org/en-US/docs/Web/API/XRReferenceSpace/" +"reset_event]WebXR's XRReferenceSpace reset event[/url] for more information." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:171 +msgid "" +"Emitted after one of the \"controllers\" has finished its \"primary action" +"\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:178 +msgid "" +"Emitted when one of the \"controllers\" has finished its \"primary action" +"\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:185 +msgid "" +"Emitted when one of the \"controllers\" has started its \"primary action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:191 +msgid "" +"Emitted when the user ends the WebXR session (which can be done using UI " +"from the browser or device).\n" +"At this point, you should do [code]get_viewport().arvr = false[/code] to " +"instruct Godot to resume rendering to the screen." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:198 +msgid "" +"Emitted by [method ARVRInterface.initialize] if the session fails to start.\n" +"[code]message[/code] may optionally contain an error message from WebXR, or " +"an empty string if no message is available." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:204 +msgid "" +"Emitted by [method ARVRInterface.initialize] if the session is successfully " +"started.\n" +"At this point, it's safe to do [code]get_viewport().arvr = true[/code] to " +"instruct Godot to start rendering to the AR/VR device." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:212 +msgid "" +"Emitted by [method is_session_supported] to indicate if the given " +"[code]session_mode[/code] is supported or not." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:218 +msgid "" +"Emitted after one of the \"controllers\" has finished its \"primary squeeze " +"action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:225 +msgid "" +"Emitted when one of the \"controllers\" has finished its \"primary squeeze " +"action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:232 +msgid "" +"Emitted when one of the \"controllers\" has started its \"primary squeeze " +"action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:238 +msgid "Emitted when [member visibility_state] has changed." +msgstr "" + +#: doc/classes/WindowDialog.xml:4 +msgid "Base class for window dialogs." +msgstr "" + +#: doc/classes/WindowDialog.xml:7 +msgid "" +"Windowdialog is the base class for all window-based dialogs. It's a by-" +"default toplevel [Control] that draws a window decoration and allows motion " +"and resizing." +msgstr "" + +#: doc/classes/WindowDialog.xml:15 +msgid "" +"Returns the close [TextureButton].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/WindowDialog.xml:22 +msgid "If [code]true[/code], the user can resize the window." +msgstr "" + +#: doc/classes/WindowDialog.xml:25 +msgid "The text displayed in the window's title bar." +msgstr "" + +#: doc/classes/WindowDialog.xml:32 +msgid "The icon for the close button." +msgstr "" + +#: doc/classes/WindowDialog.xml:35 +msgid "The horizontal offset of the close button." +msgstr "" + +#: doc/classes/WindowDialog.xml:38 +msgid "" +"The icon used for the close button when it's hovered with the mouse cursor." +msgstr "" + +#: doc/classes/WindowDialog.xml:44 +msgid "" +"The style for both the content background of the [WindowDialog] and the " +"title bar. The title bar is created with a top border and an expand margin " +"using the [code]panel[/code] stylebox." +msgstr "" + +#: doc/classes/WindowDialog.xml:47 +msgid "" +"The thickness of the border that can be dragged when scaling the window (if " +"[member resizable] is enabled)." +msgstr "" + +#: doc/classes/WindowDialog.xml:50 +msgid "The color of the title text." +msgstr "" + +#: doc/classes/WindowDialog.xml:53 +msgid "The font used to draw the title." +msgstr "" + +#: doc/classes/WindowDialog.xml:56 +msgid "The vertical offset of the title text." +msgstr "" + +#: doc/classes/World.xml:4 +msgid "Class that has everything pertaining to a world." +msgstr "" + +#: doc/classes/World.xml:7 +msgid "" +"Class that has everything pertaining to a world. A physics space, a visual " +"scenario and a sound space. Spatial nodes register their resources into the " +"current world." +msgstr "" + +#: doc/classes/World.xml:16 +msgid "" +"Direct access to the world's physics 3D space state. Used for querying " +"current and potential collisions." +msgstr "" + +#: doc/classes/World.xml:19 +msgid "The World's [Environment]." +msgstr "" + +#: doc/classes/World.xml:22 +msgid "" +"The World's fallback_environment will be used if the World's [Environment] " +"fails or is missing." +msgstr "" + +#: doc/classes/World.xml:25 +msgid "The World's visual scenario." +msgstr "" + +#: doc/classes/World.xml:28 +msgid "The World's physics space." +msgstr "" + +#: doc/classes/World2D.xml:4 +msgid "Class that has everything pertaining to a 2D world." +msgstr "" + +#: doc/classes/World2D.xml:7 +msgid "" +"Class that has everything pertaining to a 2D world. A physics space, a " +"visual scenario and a sound space. 2D nodes register their resources into " +"the current 2D world." +msgstr "" + +#: doc/classes/World2D.xml:16 +msgid "" +"The [RID] of this world's canvas resource. Used by the [VisualServer] for 2D " +"drawing." +msgstr "" + +#: doc/classes/World2D.xml:19 +msgid "" +"Direct access to the world's physics 2D space state. Used for querying " +"current and potential collisions. When using multi-threaded physics, access " +"is limited to [code]_physics_process(delta)[/code] in the main thread." +msgstr "" + +#: doc/classes/World2D.xml:22 +msgid "" +"The [RID] of this world's physics space resource. Used by the " +"[Physics2DServer] for 2D physics, treating it as both a space and an area." +msgstr "" + +#: doc/classes/WorldEnvironment.xml:4 +msgid "" +"Default environment properties for the entire scene (post-processing " +"effects, lighting and background settings)." +msgstr "" + +#: doc/classes/WorldEnvironment.xml:7 +msgid "" +"The [WorldEnvironment] node is used to configure the default [Environment] " +"for the scene.\n" +"The parameters defined in the [WorldEnvironment] can be overridden by an " +"[Environment] node set on the current [Camera]. Additionally, only one " +"[WorldEnvironment] may be instanced in a given scene at a time.\n" +"The [WorldEnvironment] allows the user to specify default lighting " +"parameters (e.g. ambient lighting), various post-processing effects (e.g. " +"SSAO, DOF, Tonemapping), and how to draw the background (e.g. solid color, " +"skybox). Usually, these are added in order to improve the realism/color " +"balance of the scene." +msgstr "" + +#: doc/classes/WorldEnvironment.xml:21 +msgid "" +"The [Environment] resource used by this [WorldEnvironment], defining the " +"default properties." +msgstr "" + +#: doc/classes/X509Certificate.xml:4 +msgid "An X509 certificate (e.g. for SSL)." +msgstr "" + +#: doc/classes/X509Certificate.xml:7 +msgid "" +"The X509Certificate class represents an X509 certificate. Certificates can " +"be loaded and saved like any other [Resource].\n" +"They can be used as the server certificate in [method StreamPeerSSL." +"accept_stream] (along with the proper [CryptoKey]), and to specify the only " +"certificate that should be accepted when connecting to an SSL server via " +"[method StreamPeerSSL.connect_to_stream].\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/X509Certificate.xml:18 +msgid "Loads a certificate from [code]path[/code] (\"*.crt\" file)." +msgstr "" + +#: doc/classes/X509Certificate.xml:25 +msgid "" +"Saves a certificate to the given [code]path[/code] (should be a \"*.crt\" " +"file)." +msgstr "" + +#: doc/classes/XMLParser.xml:4 +msgid "" +"Low-level class for creating parsers for [url=https://en.wikipedia.org/wiki/" +"XML]XML[/url] files." +msgstr "" + +#: doc/classes/XMLParser.xml:7 +msgid "" +"This class can serve as base to make custom XML parsers. Since XML is a very " +"flexible standard, this interface is low-level so it can be applied to any " +"possible schema." +msgstr "" + +#: doc/classes/XMLParser.xml:15 +msgid "Gets the amount of attributes in the current element." +msgstr "" + +#: doc/classes/XMLParser.xml:22 +msgid "" +"Gets the name of the attribute specified by the index in [code]idx[/code] " +"argument." +msgstr "" + +#: doc/classes/XMLParser.xml:29 +msgid "" +"Gets the value of the attribute specified by the index in [code]idx[/code] " +"argument." +msgstr "" + +#: doc/classes/XMLParser.xml:35 +msgid "Gets the current line in the parsed file (currently not implemented)." +msgstr "" + +#: doc/classes/XMLParser.xml:42 +msgid "" +"Gets the value of a certain attribute of the current element by name. This " +"will raise an error if the element has no such attribute." +msgstr "" + +#: doc/classes/XMLParser.xml:49 +msgid "" +"Gets the value of a certain attribute of the current element by name. This " +"will return an empty [String] if the attribute is not found." +msgstr "" + +#: doc/classes/XMLParser.xml:55 +msgid "" +"Gets the contents of a text node. This will raise an error in any other type " +"of node." +msgstr "" + +#: doc/classes/XMLParser.xml:61 +msgid "" +"Gets the name of the current element node. This will raise an error if the " +"current node type is neither [constant NODE_ELEMENT] nor [constant " +"NODE_ELEMENT_END]." +msgstr "" + +#: doc/classes/XMLParser.xml:67 +msgid "" +"Gets the byte offset of the current node since the beginning of the file or " +"buffer." +msgstr "" + +#: doc/classes/XMLParser.xml:73 +msgid "" +"Gets the type of the current node. Compare with [enum NodeType] constants." +msgstr "" + +#: doc/classes/XMLParser.xml:80 +msgid "Check whether the current element has a certain attribute." +msgstr "" + +#: doc/classes/XMLParser.xml:86 +msgid "" +"Check whether the current element is empty (this only works for completely " +"empty tags, e.g. [code][/code])." +msgstr "" + +#: doc/classes/XMLParser.xml:93 +msgid "Opens an XML file for parsing. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:100 +msgid "Opens an XML raw buffer for parsing. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:106 +msgid "Reads the next node of the file. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:113 +msgid "" +"Moves the buffer cursor to a certain offset (since the beginning) and read " +"the next node there. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:119 +msgid "" +"Skips the current section. If the node contains other elements, they will be " +"ignored and the cursor will go to the closing of the current element." +msgstr "" + +#: doc/classes/XMLParser.xml:125 +msgid "There's no node (no file or buffer opened)." +msgstr "" + +#: doc/classes/XMLParser.xml:128 +msgid "Element (tag)." +msgstr "" + +#: doc/classes/XMLParser.xml:131 +msgid "End of element." +msgstr "" + +#: doc/classes/XMLParser.xml:134 +msgid "Text node." +msgstr "" + +#: doc/classes/XMLParser.xml:137 +msgid "Comment node." +msgstr "" + +#: doc/classes/XMLParser.xml:140 +msgid "CDATA content." +msgstr "" + +#: doc/classes/XMLParser.xml:143 +msgid "Unknown node." +msgstr "" + +#: doc/classes/YSort.xml:4 +msgid "Sort all child nodes based on their Y positions." +msgstr "" + +#: doc/classes/YSort.xml:7 +msgid "" +"Sort all child nodes based on their Y positions. The child node must inherit " +"from [CanvasItem] for it to be sorted. Nodes that have a higher Y position " +"will be drawn later, so they will appear on top of nodes that have a lower Y " +"position.\n" +"Nesting of YSort nodes is possible. Children YSort nodes will be sorted in " +"the same space as the parent YSort, allowing to better organize a scene or " +"divide it in multiple ones, yet keep the unique sorting." +msgstr "" + +#: doc/classes/YSort.xml:16 +msgid "" +"If [code]true[/code], child nodes are sorted, otherwise sorting is disabled." +msgstr "" diff --git a/doc/translations/nl.po b/doc/translations/nl.po index f9f0b8af5d..df5a6168a0 100644 --- a/doc/translations/nl.po +++ b/doc/translations/nl.po @@ -21,43 +21,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.4.1-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Beschrijving" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Handleidingen" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Eigenschappen" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Methoden" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Thema-eigenschappen" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Signalen" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Enumeratie" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Constanten" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Eigenschapbeschrijvingen" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Methodebeschrijvingen" @@ -6259,21 +6259,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6281,7 +6285,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6292,7 +6296,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6300,41 +6304,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6342,61 +6346,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6411,7 +6415,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6420,7 +6424,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6429,7 +6433,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6446,29 +6450,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6507,21 +6511,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6529,7 +6537,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6540,7 +6548,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6548,14 +6556,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6563,21 +6571,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6592,7 +6600,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6607,7 +6615,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6616,7 +6624,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6625,7 +6633,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6644,7 +6652,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10228,7 +10236,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10426,19 +10435,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11283,26 +11304,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12771,80 +12799,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12888,49 +12932,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14705,26 +14756,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19954,7 +20012,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20081,7 +20140,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21116,8 +21175,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27727,16 +27789,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27744,7 +27808,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27752,73 +27816,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27828,7 +27892,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27838,7 +27902,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27849,7 +27913,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27857,7 +27921,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27865,7 +27929,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27874,21 +27938,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27897,25 +27961,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27923,7 +27987,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27931,7 +27995,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27939,7 +28003,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27947,7 +28011,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27955,7 +28019,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27965,7 +28029,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27975,7 +28039,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27986,31 +28050,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28025,55 +28089,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28297,6 +28361,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28308,7 +28383,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28318,7 +28393,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28330,7 +28405,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28338,17 +28413,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28358,7 +28433,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28367,53 +28442,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28421,7 +28496,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28430,17 +28505,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28453,7 +28528,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28465,7 +28540,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28475,7 +28550,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28486,13 +28561,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28500,19 +28575,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28521,7 +28596,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28534,12 +28609,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28554,7 +28638,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28564,11 +28648,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28582,7 +28693,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28595,34 +28706,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28630,83 +28741,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28714,23 +28825,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31987,14 +32098,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32487,26 +32605,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37115,26 +37240,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42208,27 +42340,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42260,6 +42392,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42296,11 +42436,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42332,7 +42472,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43598,18 +43738,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43617,7 +43745,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43627,13 +43755,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43647,14 +43790,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43663,7 +43806,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43671,7 +43814,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43687,20 +43830,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43708,75 +43851,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43786,7 +43929,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43796,27 +43939,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43824,81 +43967,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43906,109 +44049,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44019,91 +44162,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44112,13 +44255,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44128,7 +44271,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44136,19 +44279,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44162,45 +44305,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44209,7 +44352,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44220,7 +44363,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44236,14 +44379,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44251,49 +44394,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44302,7 +44445,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44310,7 +44453,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44318,7 +44461,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44328,7 +44471,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44337,7 +44480,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44346,7 +44489,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44356,7 +44499,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44364,7 +44507,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44374,7 +44517,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44384,7 +44527,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44392,7 +44535,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44401,7 +44544,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44409,7 +44552,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44421,477 +44564,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44899,92 +45042,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44994,33 +45137,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45033,7 +45176,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45045,7 +45188,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45057,7 +45200,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45070,7 +45213,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45078,28 +45221,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45109,25 +45252,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45140,7 +45283,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45152,7 +45295,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45164,7 +45307,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45177,13 +45320,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45191,11 +45334,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45209,7 +45352,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45218,7 +45361,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45234,7 +45377,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45244,7 +45387,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45254,7 +45397,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45265,7 +45408,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45275,7 +45418,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45283,7 +45426,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45294,7 +45437,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45309,7 +45452,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45318,13 +45461,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45333,7 +45476,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45343,7 +45486,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45355,7 +45498,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45365,24 +45508,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45391,7 +45534,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45399,7 +45542,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45408,7 +45551,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45418,7 +45561,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45426,31 +45569,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45458,7 +45601,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45468,46 +45611,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45515,7 +45665,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45525,7 +45675,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45534,7 +45684,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45543,20 +45693,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45565,7 +45715,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45573,7 +45723,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45582,7 +45732,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45592,20 +45742,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45614,13 +45764,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45630,46 +45780,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45679,7 +45829,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45691,7 +45841,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45699,7 +45849,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45707,7 +45857,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45716,7 +45866,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45730,7 +45880,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45740,7 +45890,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45749,7 +45899,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45759,54 +45909,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45817,61 +45967,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45882,7 +46032,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45891,26 +46041,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45921,20 +46071,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45946,52 +46096,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45999,7 +46149,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46009,10 +46159,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46021,10 +46171,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46033,10 +46183,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46045,10 +46195,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46057,10 +46207,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57429,26 +57579,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/pl.po b/doc/translations/pl.po index 441c08c926..921ba76bc8 100644 --- a/doc/translations/pl.po +++ b/doc/translations/pl.po @@ -15,12 +15,13 @@ # Seppo Day , 2021. # cerkiewny , 2021. # Dominik Mielcarek , 2021. +# CXVMNER , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-07-05 14:35+0000\n" -"Last-Translator: Dominik Mielcarek \n" +"PO-Revision-Date: 2021-10-31 13:40+0000\n" +"Last-Translator: CXVMNER \n" "Language-Team: Polish \n" "Language: pl\n" @@ -29,45 +30,45 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.8-dev\n" +"X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Opis" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Samouczki" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Właściwości" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Metody" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Właściwości motywu" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Sygnały" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Wyliczenia" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Stałe" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Opisy właściwości" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Opisy metod" @@ -126,7 +127,6 @@ msgstr "" "Wspierane nazwy są takie same jak stałe zdefiniowane w [Color]." #: modules/gdscript/doc_classes/@GDScript.xml:45 -#, fuzzy msgid "" "Returns the absolute value of parameter [code]s[/code] (i.e. positive " "value).\n" @@ -137,12 +137,10 @@ msgstr "" "Zwraca wartość bezwzględną parametru [code]s[/code] (tzn. wartość " "dodatnia).\n" "[codeblock]\n" -"# a jest równe 1\n" -"a = abs(-1)\n" +"a = abs(-1) # a jest równe 1\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:55 -#, fuzzy msgid "" "Returns the arc cosine of [code]s[/code] in radians. Use to get the angle of " "cosine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " @@ -154,14 +152,15 @@ msgid "" "[/codeblock]" msgstr "" "Zwraca arcus cosinus z [code]s[/code] w radianach. Użyj aby otrzymać wartość " -"kąta o cosinus'ie [code]s[/code].\n" +"kąta o cosinus'ie [code]s[/code]. Wartość [code]s[/code] musi być w " +"przedziale od [code]-1.0[/code] do [code]1.0[/code] (włącznie), w przeciwnym " +"wypadku [method acos] zwróci [constant NAN].\n" "[codeblock]\n" "# c to 0.523599 albo 30 stopni jeżeli przekonwertowane z użyciem rad2deg(s)\n" "c = acos(0.866025)\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:66 -#, fuzzy msgid "" "Returns the arc sine of [code]s[/code] in radians. Use to get the angle of " "sine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " @@ -173,7 +172,9 @@ msgid "" "[/codeblock]" msgstr "" "Zwraca arcus sinus z [code]s[/code] w radianach. Użyj aby otrzymać wartość " -"kąta o sinus'ie [code]s[/code].\n" +"kąta o sinus'ie [code]s[/code]. Wartość [code]s[/code] musi być w przedziale " +"od [code]-1.0[/code] do [code]1.0[/code] (włącznie), w przeciwnym wypadku " +"[method asin] zwróci [constant NAN].\n" "[codeblock]\n" "# s to 0.523599 albo 30 stopni jesli przekonwertowane z użyciem rad2deg(s)\n" "s = asin(0.5)\n" @@ -444,12 +445,11 @@ msgstr "" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:248 -#, fuzzy msgid "" "Converts a dictionary (previously created with [method inst2dict]) back to " "an instance. Useful for deserializing." msgstr "" -"Konwertuje poprzednio konwertowaną instancję do słownika, z powrotem na " +"Konwertuje słownik (stworzony przy pomocy [method inst2dict]) z powrotem na " "instancję. Przydatne podczas deserializacji." #: modules/gdscript/doc_classes/@GDScript.xml:256 @@ -6661,21 +6661,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6683,7 +6687,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6694,7 +6698,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6702,41 +6706,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6744,61 +6748,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6813,7 +6817,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6822,7 +6826,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6831,7 +6835,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6848,29 +6852,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6909,21 +6913,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6931,7 +6939,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6942,7 +6950,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6950,14 +6958,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6965,21 +6973,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6994,7 +7002,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7009,7 +7017,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7018,7 +7026,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7027,7 +7035,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -7046,7 +7054,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10631,7 +10639,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10830,19 +10839,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11687,26 +11708,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -13182,80 +13210,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -13299,49 +13343,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -15117,26 +15168,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20373,7 +20431,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20500,7 +20559,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21538,8 +21597,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -28164,16 +28226,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -28181,7 +28245,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -28189,73 +28253,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -28265,7 +28329,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -28275,7 +28339,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -28286,7 +28350,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28294,7 +28358,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28302,7 +28366,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -28311,21 +28375,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -28334,25 +28398,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28360,7 +28424,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28368,7 +28432,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28376,7 +28440,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28384,7 +28448,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28392,7 +28456,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28402,7 +28466,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28412,7 +28476,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28423,31 +28487,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28462,55 +28526,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28735,6 +28799,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28746,7 +28821,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28756,7 +28831,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28768,7 +28843,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28776,17 +28851,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28796,7 +28871,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28805,53 +28880,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28859,7 +28934,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28868,17 +28943,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28891,7 +28966,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28903,7 +28978,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28913,7 +28988,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28924,13 +28999,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28938,19 +29013,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28959,7 +29034,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28972,12 +29047,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28992,7 +29076,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -29002,11 +29086,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -29020,7 +29131,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -29033,34 +29144,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -29068,83 +29179,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -29152,23 +29263,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32437,14 +32548,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32937,26 +33055,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37579,26 +37704,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42715,27 +42847,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42767,6 +42899,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42803,11 +42943,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42839,7 +42979,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -44106,18 +44246,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -44125,7 +44253,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -44135,13 +44263,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -44155,14 +44298,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -44171,7 +44314,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -44179,7 +44322,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -44195,20 +44338,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -44216,75 +44359,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44294,7 +44437,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44304,27 +44447,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -44332,81 +44475,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44414,109 +44557,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44527,91 +44670,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44620,13 +44763,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44636,7 +44779,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44644,19 +44787,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44670,45 +44813,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44717,7 +44860,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44728,7 +44871,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44744,14 +44887,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44759,49 +44902,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44810,7 +44953,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44818,7 +44961,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44826,7 +44969,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44836,7 +44979,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44845,7 +44988,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44854,7 +44997,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44864,7 +45007,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44872,7 +45015,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44882,7 +45025,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44892,7 +45035,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44900,7 +45043,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44909,7 +45052,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44917,7 +45060,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44929,477 +45072,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45407,92 +45550,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45502,33 +45645,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45541,7 +45684,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45553,7 +45696,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45565,7 +45708,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45578,7 +45721,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45586,28 +45729,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45617,25 +45760,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45648,7 +45791,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45660,7 +45803,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45672,7 +45815,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45685,13 +45828,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45699,11 +45842,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45717,7 +45860,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45726,7 +45869,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45742,7 +45885,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45752,7 +45895,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45762,7 +45905,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45773,7 +45916,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45783,7 +45926,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45791,7 +45934,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45802,7 +45945,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45817,7 +45960,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45826,13 +45969,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45841,7 +45984,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45851,7 +45994,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45863,7 +46006,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45873,24 +46016,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45899,7 +46042,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45907,7 +46050,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45916,7 +46059,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45926,7 +46069,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45934,31 +46077,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45966,7 +46109,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45976,46 +46119,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -46023,7 +46173,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -46033,7 +46183,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -46042,7 +46192,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -46051,20 +46201,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -46073,7 +46223,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -46081,7 +46231,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -46090,7 +46240,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -46100,20 +46250,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -46122,13 +46272,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -46138,46 +46288,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -46187,7 +46337,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -46199,7 +46349,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -46207,7 +46357,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -46215,7 +46365,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -46224,7 +46374,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -46238,7 +46388,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -46248,7 +46398,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -46257,7 +46407,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -46267,54 +46417,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -46325,61 +46475,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46390,7 +46540,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46399,26 +46549,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46429,20 +46579,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46454,52 +46604,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46507,7 +46657,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46517,10 +46667,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46529,10 +46679,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46541,10 +46691,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46553,10 +46703,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46565,10 +46715,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57962,26 +58112,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/pt_BR.po b/doc/translations/pt_BR.po index 950979c803..e74b0335e6 100644 --- a/doc/translations/pt_BR.po +++ b/doc/translations/pt_BR.po @@ -24,12 +24,14 @@ # Douglas Leão , 2021. # Cauê Henrique Sousa Ferrareto , 2021. # William Weber Berrutti , 2021. +# jak3z , 2021. +# Henrique Darko , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-10-08 03:04+0000\n" -"Last-Translator: Douglas Leão \n" +"PO-Revision-Date: 2021-10-31 13:40+0000\n" +"Last-Translator: jak3z \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" @@ -39,43 +41,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Descrição" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Tutoriais" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Propriedades" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Métodos" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Propriedades do Tema" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Sinais" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Enumerações" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Constantes" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Descrições da Propriedade" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Descrições do Método" @@ -312,9 +314,10 @@ msgstr "" "Arredonda [code]s[/code] para cima (em direção ao infinito positivo), " "retornando o menor número inteiro que não seja menor que [code]s[/code].\n" "[codeblock]\n" -"i = ceil(1.45) # i é 2\n" -"i = ceil(1.001) # i é 2\n" -"[/codeblock]" +"a = ceil(1.45) # a é 2.0\n" +"a = ceil(1.001) # a é 2.0\n" +"[/codeblock]\n" +"Veja também [method floor], [method round], [method stepify] e [int]." #: modules/gdscript/doc_classes/@GDScript.xml:147 msgid "" @@ -347,16 +350,12 @@ msgid "" "a = clamp(15, 1, 20) # a is 15\n" "[/codeblock]" msgstr "" -"Fixa [code] value[/code] e retorna um valor não inferior a [code] min [/" -"code] e não superior a [code] max [/code].\n" +"Fixa [code]value[/code] e retorna um valor não inferior a [code]min[/code] e " +"não superior a [code]max[/code].\n" "[codeblock]\n" -"velocidade = 1000\n" -"# a é 20\n" -"a = clamp(velocidade, 1, 20)\n" -"\n" -"velocidade = -10\n" -"# a é 1\n" -"a = clamp(velocidade, 1, 20)\n" +"a = clamp(1000, 1, 20) # a é 20\n" +"a = clamp(-10, 1, 20) # a é 1\n" +"a = clamp(15, 1, 20) # a é 15\n" "[/ codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:175 @@ -394,11 +393,11 @@ msgid "" msgstr "" "Retorna o seno do ângulo [code]s[/code] em radianos.\n" "[codeblock]\n" -"sin(0.523599) # Retorna 0.5\n" +"a = cos(TAU) # a é 1.0\n" +"a = cos(PI) # a é -1.0\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:201 -#, fuzzy msgid "" "Returns the hyperbolic cosine of [code]s[/code] in radians.\n" "[codeblock]\n" @@ -407,7 +406,7 @@ msgid "" msgstr "" "Retorna o cosseno hiperbólico de [code]s[/code] em radianos.\n" "[codeblock]\n" -"# Prints 1.543081\n" +"# Imprime 1.543081\n" "print(cosh(1))\n" "[/codeblock]" @@ -417,10 +416,9 @@ msgstr "Converte de decibéis para energia linear (áudio)." #: modules/gdscript/doc_classes/@GDScript.xml:218 msgid "Deprecated alias for [method step_decimals]." -msgstr "" +msgstr "Apelido descontinuado para [method step_decimals]." #: modules/gdscript/doc_classes/@GDScript.xml:227 -#, fuzzy msgid "" "[b]Note:[/b] [code]dectime[/code] has been deprecated and will be removed in " "Godot 4.0, please use [method move_toward] instead.\n" @@ -430,15 +428,15 @@ msgid "" "a = dectime(60, 10, 0.1)) # a is 59.0\n" "[/codeblock]" msgstr "" +"[b]Nota:[/b] [code]dectime[/code] foi depreciado e será removido no Godot " +"4.0, por favor use [method move_toward] em vez disso.\n" "Retorna o resultado de [code]value[/code] decrescido por [code]step[/code] * " "[code]amount[/code].\n" "[codeblock]\n" -"# a = 59\n" -"a = dectime(60, 10, 0.1))\n" +"a = dectime(60, 10, 0.1)) # a é 59.0\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:238 -#, fuzzy msgid "" "Converts an angle expressed in degrees to radians.\n" "[codeblock]\n" @@ -447,8 +445,7 @@ msgid "" msgstr "" "Converte um ângulo expresso em graus para radianos.\n" "[codeblock]\n" -"# r é 3.141593\n" -"r = deg2rad(180)\n" +"r = deg2rad(180) # r é 3.141593\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:248 @@ -461,6 +458,7 @@ msgstr "" "instância. Útil para desserialização." #: modules/gdscript/doc_classes/@GDScript.xml:256 +#, fuzzy msgid "" "Returns an \"eased\" value of [code]x[/code] based on an easing function " "defined with [code]curve[/code]. This easing function is based on an " @@ -480,6 +478,24 @@ msgid "" "See also [method smoothstep]. If you need to perform more advanced " "transitions, use [Tween] or [AnimationPlayer]." msgstr "" +"Retorna um valor \"suavizado\" de [code]x[/code] baseado em uma função de " +"atenuação definida com [code]curve[/code]. Essa função de atenuação é " +"baseada em um exponente. A [code]curve[/code] pode ser qualquer número de " +"ponto flutuante, com específicos valores lavando para os seguintes " +"comportamentos:\n" +"[codeblock]\n" +"- Menor que -1.0 (exclusivo): Ease in-out\n" +"- 1.0: Linear\n" +"- Entre -1.0 and 0.0 (exclusivo): Ease out-in\n" +"- 0.0: Constant\n" +"- Entre 0.0 to 1.0 (exclusivo): Ease in\n" +"- 1.0: Linear\n" +"- Maior que 1.0 (exclusivo): Ease out\n" +"[/codeblock]\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" +"ease_cheatsheet.png]ease() curve values cheatsheet[/url]\n" +"Veja também [method smoothstep]. Se você precisa fazer transições mais " +"avançadas, use [Tween] ou [AnimationPlayer]." #: modules/gdscript/doc_classes/@GDScript.xml:274 msgid "" @@ -502,7 +518,6 @@ msgstr "" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:286 -#, fuzzy msgid "" "Rounds [code]s[/code] downward (towards negative infinity), returning the " "largest whole number that is not more than [code]s[/code].\n" @@ -516,19 +531,18 @@ msgid "" "[code]s[/code] is a non-negative number, you can use [code]int(s)[/code] " "directly." msgstr "" -"Arredonda [code]s[/code] para baixo, retornando o maior número inteiro que " -"não seja superior a [code]s[/code].\n" +"Arredonda [code]s[/code] para baixo (em direção ao infinito negativo), " +"retornando o maior número inteiro que não seja superior a [code]s[/code].\n" "[codeblock]\n" -"# a é 2.0\n" -"a = floor(2,99)\n" -"# a é -3,0\n" -"a = floor(-2,99)\n" +"a = floor(2.45) # a é 2.0\n" +"a = floor(2.99) # a é 2.0\n" +"a = floor(-2.99) # a é -3.0\n" "[/codeblock]\n" -"[b]Nota:[/b] Este método retorna um float. Se você precisar de um inteiro, " -"você pode usar [code]int(s)[/code] diretamente." +"[b]Nota:[/b] Este método retorna uma float. Se você precisar de um inteiro e " +"[code]s[/code] não é um número negativo, você pode usar [code]int(s)[/code] " +"diretamente." #: modules/gdscript/doc_classes/@GDScript.xml:301 -#, fuzzy msgid "" "Returns the floating-point remainder of [code]a/b[/code], keeping the sign " "of [code]a[/code].\n" @@ -540,13 +554,11 @@ msgstr "" "Retorna o resto em ponto flutuante de [code]a/b[/code], mantendo o sinal de " "[code]a[/code].\n" "[codeblock]\n" -"# Restante é 1,5\n" -"var resto = fmod (7, 5,5)\n" +"r = fmod(7, 5.5) # r é 1.5\n" "[/codeblock]\n" "Para a operação de resto inteiro, use o operador %." #: modules/gdscript/doc_classes/@GDScript.xml:313 -#, fuzzy msgid "" "Returns the floating-point modulus of [code]a/b[/code] that wraps equally in " "positive and negative.\n" @@ -569,25 +581,20 @@ msgstr "" "Retorna o módulo de ponto flutuante de [code] a / b [/code] que envolve " "igualmente em positivo e negativo.\n" "[codeblock]\n" -"var i = -6\n" -"while eu <5:\n" -" prints(i, fposmod (i, 3))\n" -" i + = 1\n" -"[/ codeblock]\n" -"Gera:\n" +"for i in 7:\n" +" var x = 0.5 * i - 1.5\n" +" print(\"%4.1f %4.1f %4.1f\" % [x, fmod(x, 1.5), fposmod(x, 1.5)])\n" +"[/codeblock]\n" +"Produz:\n" "[codeblock]\n" -"-6 0\n" -"-5 1\n" -"-4 2\n" -"-3 0\n" -"-2 1\n" -"-1 2\n" -"0 0\n" -"1 1\n" -"2 2\n" -"3 0\n" -"4 1\n" -"[/ codeblock]" +"-1.5 -0.0 0.0\n" +"-1.0 -1.0 0.5\n" +"-0.5 -0.5 1.0\n" +" 0.0 0.0 0.0\n" +" 0.5 0.5 0.5\n" +" 1.0 1.0 1.0\n" +" 1.5 0.0 0.0\n" +"[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:336 msgid "" @@ -809,7 +816,6 @@ msgstr "" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:482 -#, fuzzy msgid "" "Linearly interpolates between two values by a normalized value. This is the " "opposite of [method inverse_lerp].\n" @@ -7010,21 +7016,25 @@ msgstr "" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7032,7 +7042,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7043,7 +7053,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7051,41 +7061,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7093,61 +7103,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7162,7 +7172,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7171,7 +7181,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7180,7 +7190,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -7197,29 +7207,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -7256,21 +7266,25 @@ msgstr "" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7278,7 +7292,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7289,7 +7303,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7297,14 +7311,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7312,21 +7326,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7341,7 +7355,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7356,7 +7370,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7365,7 +7379,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7374,7 +7388,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -7393,7 +7407,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10975,7 +10989,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -11174,19 +11189,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -12029,26 +12056,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -13542,80 +13576,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -13659,49 +13709,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14482,10 +14539,10 @@ msgid "" "var c = Color(274) # Similar to Color(0.0, 0.0, 0.004, 0.07)\n" "[/codeblock]" msgstr "" -"Constrói uma cor a partir de uma cor existente, mas com um valor alfa " -"customizado.\n" +"Constrói uma cor a partir de um inteiro 32-bit no formato RGBA (cada byte " +"representa um canal de cor).\n" "[codeblock]\n" -"var red = Color(Color.red, 0.5) # vermelho 50% transparente.\n" +"var c = Color(274) # Semelhante a Color(0.0, 0.0, 0.004, 0.07)\n" "[/codeblock]" #: doc/classes/Color.xml:49 @@ -15514,26 +15571,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20768,7 +20832,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20895,7 +20960,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21931,8 +21996,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -26188,9 +26256,8 @@ msgid "" msgstr "" #: doc/classes/GraphEdit.xml:211 -#, fuzzy msgid "Emitted when the user presses [code]Ctrl + C[/code]." -msgstr "Emitido quando o usuário clica no botão de OK." +msgstr "Emitido quando o usuário pressiona [code]Ctrl + C[/code]." #: doc/classes/GraphEdit.xml:216 msgid "Emitted when a GraphNode is attempted to be removed from the GraphEdit." @@ -26213,9 +26280,8 @@ msgid "Emitted when a GraphNode is selected." msgstr "" #: doc/classes/GraphEdit.xml:246 -#, fuzzy msgid "Emitted when the user presses [code]Ctrl + V[/code]." -msgstr "Emitido quando o usuário clica no botão de OK." +msgstr "Emitido quando o usuário pressiona [code]Ctrl + V[/code]." #: doc/classes/GraphEdit.xml:252 msgid "" @@ -26371,14 +26437,18 @@ msgstr "Retorna o tipo do nó em at [code]idx[/code]." msgid "" "Returns [code]true[/code] if left (input) side of the slot [code]idx[/code] " "is enabled." -msgstr "Retorna [code]true[/code] se o script pode ser instanciado." +msgstr "" +"Retorna [code]true[/code] se o lado esquerdo (entrada) do espaço [code]idx[/" +"code] estiver ativado." #: doc/classes/GraphNode.xml:120 #, fuzzy msgid "" "Returns [code]true[/code] if right (output) side of the slot [code]idx[/" "code] is enabled." -msgstr "Retorna [code]true[/code] se o script pode ser instanciado." +msgstr "" +"Retorna [code]true[/code] se o lado direito (saída) do espaço [code]idx[/" +"code] estiver ativado." #: doc/classes/GraphNode.xml:135 msgid "" @@ -26428,14 +26498,18 @@ msgstr "" msgid "" "Sets the left (input) type of the slot [code]idx[/code] to [code]type_left[/" "code]." -msgstr "Retorna o tipo do nó em at [code]idx[/code]." +msgstr "" +"Define o tipo esquerdo (entrada) do espaço [code]idx[/code] para " +"[code]type_left[/code]" #: doc/classes/GraphNode.xml:189 #, fuzzy msgid "" "Sets the right (output) type of the slot [code]idx[/code] to " "[code]type_right[/code]." -msgstr "Retorna o tipo do nó em at [code]idx[/code]." +msgstr "" +"Define o tipo direito (entrada) do espaço [code]idx[/code] para " +"[code]type_right[/code]" #: doc/classes/GraphNode.xml:195 msgid "If [code]true[/code], the GraphNode is a comment node." @@ -28565,16 +28639,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -28582,7 +28658,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -28590,73 +28666,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -28666,7 +28742,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -28676,7 +28752,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -28687,7 +28763,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28695,7 +28771,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28703,7 +28779,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -28712,21 +28788,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -28735,25 +28811,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28761,7 +28837,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28769,7 +28845,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28777,7 +28853,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28785,7 +28861,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28793,7 +28869,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28803,7 +28879,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28813,7 +28889,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28824,31 +28900,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28863,55 +28939,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -29137,6 +29213,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -29148,7 +29235,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -29158,7 +29245,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -29170,7 +29257,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -29178,17 +29265,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -29198,7 +29285,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -29207,53 +29294,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -29261,7 +29348,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -29270,17 +29357,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -29293,7 +29380,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -29305,7 +29392,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -29315,7 +29402,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -29326,14 +29413,14 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "Retorna [code]true[/code] se o script pode ser instanciado." -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -29341,20 +29428,20 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "Retorna [code]true[/code] se o script pode ser instanciado." -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -29363,7 +29450,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -29376,12 +29463,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -29396,7 +29492,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -29406,11 +29502,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -29424,7 +29547,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -29437,34 +29560,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -29472,83 +29595,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -29556,23 +29679,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31877,7 +32000,9 @@ msgstr "" msgid "" "Sets the [Texture] of the piece with index [code]idx[/code] to " "[code]texture[/code]." -msgstr "Retorna o tipo do nó em at [code]idx[/code]." +msgstr "" +"Define a [Texture] da peça com índice [code]idx[/code] para [code]texture[/" +"code]." #: doc/classes/LargeTexture.xml:67 msgid "Sets the size of this [LargeTexture]." @@ -32840,14 +32965,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -33341,26 +33473,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37979,26 +38118,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -38664,11 +38810,12 @@ msgid "" msgstr "Retorna [code]true[/code] se o script pode ser instanciado." #: doc/classes/OS.xml:607 -#, fuzzy msgid "" "Returns [code]true[/code] if the platform has a virtual keyboard, " "[code]false[/code] otherwise." -msgstr "Retorna [code]true[/code] se o script pode ser instanciado." +msgstr "" +"Retorna [code]true[/code] se a plataforma possuir um teclado virtual, " +"[code]false[/code] caso contrário." #: doc/classes/OS.xml:613 msgid "Hides the virtual keyboard if it is shown, does nothing otherwise." @@ -43116,27 +43263,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -43168,6 +43315,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -43204,11 +43359,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -43240,7 +43395,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -44508,18 +44663,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -44527,7 +44670,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -44537,13 +44680,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -44557,14 +44715,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -44573,7 +44731,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -44581,7 +44739,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -44597,20 +44755,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -44618,75 +44776,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44696,7 +44854,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44706,27 +44864,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -44734,81 +44892,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44816,109 +44974,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44929,91 +45087,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -45022,13 +45180,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -45038,7 +45196,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -45046,19 +45204,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -45072,45 +45230,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -45119,7 +45277,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -45130,7 +45288,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -45146,14 +45304,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -45161,49 +45319,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -45212,7 +45370,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45220,7 +45378,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45228,7 +45386,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -45238,7 +45396,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -45247,7 +45405,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -45256,7 +45414,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -45266,7 +45424,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45274,7 +45432,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -45284,7 +45442,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -45294,7 +45452,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45302,7 +45460,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -45311,7 +45469,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45319,7 +45477,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -45331,477 +45489,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45809,92 +45967,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45904,33 +46062,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45943,7 +46101,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45955,7 +46113,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45967,7 +46125,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45980,7 +46138,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45988,28 +46146,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -46019,25 +46177,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -46050,7 +46208,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -46062,7 +46220,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -46074,7 +46232,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -46087,13 +46245,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -46101,11 +46259,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -46119,7 +46277,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -46128,7 +46286,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -46144,7 +46302,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -46154,7 +46312,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -46164,7 +46322,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -46175,7 +46333,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -46185,7 +46343,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -46193,7 +46351,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -46204,7 +46362,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -46219,7 +46377,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -46228,13 +46386,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -46243,7 +46401,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -46253,7 +46411,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -46265,7 +46423,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -46275,24 +46433,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -46301,7 +46459,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -46309,7 +46467,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -46318,7 +46476,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -46328,7 +46486,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -46336,31 +46494,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -46368,7 +46526,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -46378,46 +46536,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -46425,7 +46590,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -46435,7 +46600,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -46444,7 +46609,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -46453,20 +46618,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -46475,7 +46640,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -46483,7 +46648,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -46492,7 +46657,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -46502,20 +46667,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -46524,13 +46689,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -46540,46 +46705,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -46589,7 +46754,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -46601,7 +46766,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -46609,7 +46774,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -46617,7 +46782,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -46626,7 +46791,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -46640,7 +46805,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -46650,7 +46815,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -46659,7 +46824,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -46669,54 +46834,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -46727,61 +46892,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46792,7 +46957,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46801,26 +46966,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46831,20 +46996,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46856,52 +47021,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46909,7 +47074,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46919,10 +47084,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46931,10 +47096,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46943,10 +47108,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46955,10 +47120,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46967,10 +47132,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -55631,10 +55796,11 @@ msgid "" msgstr "" #: doc/classes/TabContainer.xml:56 -#, fuzzy msgid "" "Returns [code]true[/code] if the tab at index [code]tab_idx[/code] is hidden." -msgstr "Retorna [code]true[/code] se o script pode ser instanciado." +msgstr "" +"Retorna [code]true[/code] se a aba no índice [code]tab_idx[/code] estiver " +"oculta." #: doc/classes/TabContainer.xml:63 doc/classes/Tabs.xml:62 msgid "" @@ -56206,14 +56372,18 @@ msgstr "" #, fuzzy msgid "" "Returns [code]true[/code] when the specified [code]line[/code] is bookmarked." -msgstr "Retorna [code]true[/code] se o script pode ser instanciado." +msgstr "" +"Retorna [code]true[/code] quando a [code]line[/code] especificada está " +"marcada." #: doc/classes/TextEdit.xml:240 #, fuzzy msgid "" "Returns [code]true[/code] when the specified [code]line[/code] has a " "breakpoint." -msgstr "Retorna [code]true[/code] se o script pode ser instanciado." +msgstr "" +"Retorna [code]true[/code] quando a [code]line[/code] especificada tem um " +"ponto de parada." #: doc/classes/TextEdit.xml:247 #, fuzzy @@ -58384,26 +58554,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" @@ -60938,11 +61115,12 @@ msgid "" msgstr "" #: doc/classes/Vector2.xml:149 doc/classes/Vector3.xml:125 -#, fuzzy msgid "" "Returns [code]true[/code] if the vector is normalized, [code]false[/code] " "otherwise." -msgstr "Retorna [code]true[/code] se o script pode ser instanciado." +msgstr "" +"Retorna [code]true[/code] se o vetor for normalizado, [code]false[/code] " +"caso contrário." #: doc/classes/Vector2.xml:155 doc/classes/Vector3.xml:131 msgid "Returns the length (magnitude) of this vector." diff --git a/doc/translations/ro.po b/doc/translations/ro.po index e07d09f6e0..94a0476abb 100644 --- a/doc/translations/ro.po +++ b/doc/translations/ro.po @@ -22,43 +22,43 @@ msgstr "" "20)) ? 1 : 2;\n" "X-Generator: Weblate 4.3-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Descriere" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Tutoriale" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Proprietăți" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Metode" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Proprietățile Temei" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Semnale" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Enumerări" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Constante" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Descrieri Proprietate" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Descrierile Metodei" @@ -6211,21 +6211,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6233,7 +6237,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6244,7 +6248,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6252,41 +6256,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6294,61 +6298,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6363,7 +6367,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6372,7 +6376,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6381,7 +6385,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6398,29 +6402,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6459,21 +6463,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6481,7 +6489,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6492,7 +6500,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6500,14 +6508,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6515,21 +6523,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6544,7 +6552,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6559,7 +6567,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6568,7 +6576,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6577,7 +6585,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6596,7 +6604,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10180,7 +10188,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10378,19 +10387,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11235,26 +11256,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12723,80 +12751,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12840,49 +12884,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14657,26 +14708,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19906,7 +19964,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20033,7 +20092,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21068,8 +21127,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27679,16 +27741,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27696,7 +27760,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27704,73 +27768,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27780,7 +27844,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27790,7 +27854,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27801,7 +27865,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27809,7 +27873,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27817,7 +27881,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27826,21 +27890,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27849,25 +27913,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27875,7 +27939,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27883,7 +27947,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27891,7 +27955,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27899,7 +27963,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27907,7 +27971,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27917,7 +27981,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27927,7 +27991,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27938,31 +28002,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27977,55 +28041,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28249,6 +28313,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28260,7 +28335,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28270,7 +28345,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28282,7 +28357,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28290,17 +28365,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28310,7 +28385,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28319,53 +28394,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28373,7 +28448,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28382,17 +28457,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28405,7 +28480,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28417,7 +28492,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28427,7 +28502,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28438,13 +28513,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28452,19 +28527,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28473,7 +28548,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28486,12 +28561,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28506,7 +28590,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28516,11 +28600,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28534,7 +28645,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28547,34 +28658,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28582,83 +28693,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28666,23 +28777,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31939,14 +32050,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32439,26 +32557,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37067,26 +37192,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42160,27 +42292,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42212,6 +42344,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42248,11 +42388,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42284,7 +42424,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43550,18 +43690,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43569,7 +43697,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43579,13 +43707,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43599,14 +43742,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43615,7 +43758,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43623,7 +43766,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43639,20 +43782,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43660,75 +43803,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43738,7 +43881,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43748,27 +43891,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43776,81 +43919,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43858,109 +44001,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43971,91 +44114,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44064,13 +44207,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44080,7 +44223,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44088,19 +44231,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44114,45 +44257,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44161,7 +44304,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44172,7 +44315,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44188,14 +44331,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44203,49 +44346,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44254,7 +44397,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44262,7 +44405,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44270,7 +44413,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44280,7 +44423,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44289,7 +44432,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44298,7 +44441,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44308,7 +44451,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44316,7 +44459,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44326,7 +44469,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44336,7 +44479,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44344,7 +44487,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44353,7 +44496,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44361,7 +44504,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44373,477 +44516,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44851,92 +44994,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44946,33 +45089,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44985,7 +45128,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44997,7 +45140,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45009,7 +45152,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45022,7 +45165,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45030,28 +45173,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45061,25 +45204,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45092,7 +45235,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45104,7 +45247,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45116,7 +45259,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45129,13 +45272,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45143,11 +45286,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45161,7 +45304,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45170,7 +45313,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45186,7 +45329,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45196,7 +45339,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45206,7 +45349,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45217,7 +45360,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45227,7 +45370,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45235,7 +45378,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45246,7 +45389,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45261,7 +45404,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45270,13 +45413,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45285,7 +45428,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45295,7 +45438,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45307,7 +45450,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45317,24 +45460,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45343,7 +45486,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45351,7 +45494,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45360,7 +45503,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45370,7 +45513,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45378,31 +45521,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45410,7 +45553,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45420,46 +45563,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45467,7 +45617,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45477,7 +45627,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45486,7 +45636,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45495,20 +45645,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45517,7 +45667,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45525,7 +45675,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45534,7 +45684,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45544,20 +45694,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45566,13 +45716,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45582,46 +45732,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45631,7 +45781,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45643,7 +45793,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45651,7 +45801,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45659,7 +45809,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45668,7 +45818,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45682,7 +45832,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45692,7 +45842,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45701,7 +45851,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45711,54 +45861,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45769,61 +45919,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45834,7 +45984,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45843,26 +45993,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45873,20 +46023,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45898,52 +46048,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45951,7 +46101,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45961,10 +46111,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45973,10 +46123,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45985,10 +46135,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -45997,10 +46147,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46009,10 +46159,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57380,26 +57530,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/ru.po b/doc/translations/ru.po index 97c4d45907..4dd2aa3653 100644 --- a/doc/translations/ru.po +++ b/doc/translations/ru.po @@ -24,12 +24,15 @@ # Чтабс , 2021. # Nikita Blizniuk , 2021. # Сергей Волков , 2021. +# Alexander Sinitsyn , 2021. +# Толя Богомолов , 2021. +# Rustam Alieskerov , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-10-15 09:31+0000\n" -"Last-Translator: Сергей Волков \n" +"PO-Revision-Date: 2021-10-31 13:40+0000\n" +"Last-Translator: Rustam Alieskerov \n" "Language-Team: Russian \n" "Language: ru\n" @@ -40,43 +43,43 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Описание" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Уроки" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Свойства" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Методы" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Свойства темы" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Сигналы" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Перечисления" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Константы" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Описания свойств" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Описания методов" @@ -110,7 +113,7 @@ msgstr "" "Возвращает цвет, построенный из целочисленных значений красного, зелёного, " "синего и альфа каналов. Каждый канал должен хранить 8 бит информации в " "диапазоне от 0 до 255.\n" -"[code]r8[/code] — красный[/code] канал\n" +"[code]r8[/code] — красный канал\n" "[code]g8[/code] — зелёный канал\n" "[code]b8[/code] — синий канал\n" "[code]a8[/code] — альфа канал\n" @@ -127,7 +130,7 @@ msgid "" "[/codeblock]\n" "Supported color names are the same as the constants defined in [Color]." msgstr "" -"Возвращает цвет в соответствии со стандартным [code]name[/code] с " +"Возвращает цвет, соответствующий стандартизированному [code]name[/code] с " "[code]alpha[/code] в диапазоне от 0 до 1.\n" "[codeblock]\n" "red = ColorN(\"red\", 1)\n" @@ -135,7 +138,6 @@ msgstr "" "Поддерживаемые имена цветов совпадают с константами, определёнными в [Color]." #: modules/gdscript/doc_classes/@GDScript.xml:45 -#, fuzzy msgid "" "Returns the absolute value of parameter [code]s[/code] (i.e. positive " "value).\n" @@ -146,11 +148,10 @@ msgstr "" "Возвращает абсолютное значение параметра [code]s[/code] (т.е. положительное " "значение).\n" "[codeblock]\n" -"a = abs(-1) # a is 1\n" +"a = abs(-1) # a равно 1\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:55 -#, fuzzy msgid "" "Returns the arc cosine of [code]s[/code] in radians. Use to get the angle of " "cosine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " @@ -162,16 +163,15 @@ msgid "" "[/codeblock]" msgstr "" "Возвращает арккосинус числа [code]s[/code] в радианах. Используется для " -"получения угла, косинус которого равен [code]s[/code]. \n" -"Число [code]s[/code] должно быть между [code]-1.0[/code] и [code]1.0[/code] " -"(включительно), в противном случае [method acos] вернет [constant NAN].\n" +"получения угла, косинус которого равен [code]s[/code]. [code]s[/code] должно " +"быть между [code]-1.0[/code] и [code]1.0[/code] (включительно), в противном " +"случае [method acos] вернет [constant NAN].\n" "[codeblock]\n" -"# c is 0.523599 or 30 degrees if converted with rad2deg(s)\n" +"# c равно 0.523599 или 30 градусов, если превращено с помощью rad2deg\n" "c = acos(0.866025)\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:66 -#, fuzzy msgid "" "Returns the arc sine of [code]s[/code] in radians. Use to get the angle of " "sine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " @@ -183,7 +183,9 @@ msgid "" "[/codeblock]" msgstr "" "Возвращает арксинус числа [code]s[/code] в радианах. Используется для " -"получения угла, синус которого равен [code]s[/code].\n" +"получения угла, синус которого равен [code]s[/code]. Число [code]s[/code] " +"должно быть в промежутке между [code]-1.0[/code] и [code]1.0[/code] " +"(включительно), иначе [method asin] вернет [constant NAN].\n" "[codeblock]\n" "# s равно 0.523599, или 30 градусов, если конвертировать с помощью " "rad2deg(s)\n" @@ -331,12 +333,12 @@ msgid "" "[/codeblock]\n" "This is the inverse of [method ord]." msgstr "" -"Возвращает символ как тип Строка указанного кода в кодировке Юникод " +"Возвращает символ в виде строки из указанной кодовой позиции Unicode " "(совместимого с ASCII).\n" "[codeblock]\n" -"a = char(65) # a равно \"A\"\n" +"a = char(65) # a равно \"A\"\n" "a = char(65 + 32) # a равно \"a\"\n" -"a = char(8364) # a равно \"€\"\n" +"a = char(8364) # a равно \"€\"\n" "[/codeblock]\n" "Это операция обратна [method ord]." @@ -376,7 +378,7 @@ msgid "" "print(a.length())\n" "[/codeblock]" msgstr "" -"Преобразует значение одного типа в другой наилучшим возможным способом. " +"Преобразует значение из одного типа в другой наилучшим возможным способом. " "Параметр [code]type[/code] использует значения из [enum Variant.Type].\n" "[codeblock]\n" "a = Vector2(1, 0)\n" @@ -422,7 +424,7 @@ msgstr "Преобразует децибелы в линейную энерги #: modules/gdscript/doc_classes/@GDScript.xml:218 msgid "Deprecated alias for [method step_decimals]." -msgstr "" +msgstr "Устаревший псевдоним для [method step_decimals]." #: modules/gdscript/doc_classes/@GDScript.xml:227 #, fuzzy @@ -499,8 +501,8 @@ msgid "" msgstr "" "Экспонента. Возвращает математическую константу [b]e[/b], возведённую в " "степень [code]s[/code].\n" -"Константа [b]e[/b] имеет примерное значение 2.71828, и может быть получена " -"через [code]exp(1)[/code].\n" +"Константа [b]e[/b] примерно равна 2.71828 и может быть получена через " +"[code]exp(1)[/code].\n" "Для показательных функций с другими основаниями следует использовать метод " "[method pow].\n" "[codeblock]\n" @@ -610,16 +612,16 @@ msgid "" "print(a.call_func()) # Prints bar\n" "[/codeblock]" msgstr "" -"Возвращает ссылку на заданную функцию [code]funcname[/code] в объекте " +"Возвращает ссылку на указанную функцию [code]funcname[/code] в объекте " "[code]instance[/code]. Так как функции не являются объектами первого класса " "в GDScript, используйте [code]funcref[/code] для хранения [FuncRef] в " -"переменной и вызывайте её позже.\n" +"переменной чтобы вызвать её позже.\n" "[codeblock]\n" "func foo():\n" " return(\"bar\")\n" "\n" "a = funcref(self, \"foo\")\n" -"print(a.call_func()) # Печатает bar\n" +"print(a.call_func()) # Выводит bar\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:349 @@ -641,7 +643,7 @@ msgid "" "source:res://script.gd}, {function:_ready, line:6, source:res://script.gd}]\n" "[/codeblock]" msgstr "" -"Возвращает массив словарей, представляющих текущий стек вызовов.\n" +"Возвращает массив словарей, представляющий текущий стек вызовов.\n" "[codeblock]\n" "func _ready():\n" " foo()\n" @@ -652,7 +654,7 @@ msgstr "" "func bar():\n" " print(get_stack())\n" "[/codeblock]\n" -"напечатает\n" +"выведет\n" "[codeblock]\n" "[{function:bar, line:12, source:res://script.gd}, {function:foo, line:9, " "source:res://script.gd}, {function:_ready, line:6, source:res://script.gd}]\n" @@ -667,7 +669,7 @@ msgid "" msgstr "" "Возвращает целочисленный хеш переданной переменной.\n" "[codeblock]\n" -"print(hash(\"a\")) # Печатает 177670\n" +"print(hash(\"a\")) # Выводит 177670\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:380 @@ -696,7 +698,7 @@ msgstr "" " print(d.keys())\n" " print(d.values())\n" "[/codeblock]\n" -"Печатает:\n" +"Выводит:\n" "[codeblock]\n" "[@subpath, @path, foo]\n" "[, res://test.gd, bar]\n" @@ -714,14 +716,14 @@ msgid "" " print(inst.foo) # Prints bar\n" "[/codeblock]" msgstr "" -"Возвращает Объект, который соответствует [code]instance_id[/code]. Все " -"объекты имеют уникальный идентификатор экземпляра.\n" +"Возвращает объект, соответствующий [code]instance_id[/code]. Все объекты " +"имеют уникальный идентификатор экземпляра.\n" "[codeblock]\n" "var foo = \"bar\"\n" "func _ready():\n" " var id = get_instance_id()\n" " var inst = instance_from_id(id)\n" -" print(inst.foo) # Напечатает bar\n" +" print(inst.foo) # Выведет bar\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:415 @@ -742,8 +744,8 @@ msgstr "" "[codeblock]\n" "var middle = lerp(20, 30, 0.75)\n" "# `middle` сейчас равно 27.5.\n" -"# Теперь мы притворяемся, что забыли исходное соотношение и хотим вернуть " -"его обратно.\n" +"# Представим, что мы забыли исходное соотношение и хотим получить его " +"обратно.\n" "var ratio = inverse_lerp(20, 30, 27.5)\n" "# `ratio`сейчас равно 0.75.\n" "[/codeblock]" @@ -777,8 +779,8 @@ msgid "" "Returns whether [code]instance[/code] is a valid object (e.g. has not been " "deleted from memory)." msgstr "" -"Возвращает, является ли [code]instance[/code] действительным объектом " -"(например, если он не был удалён из памяти)." +"Возвращает, является ли [code]instance[/code] действительным объектом (т.е. " +"он не был удалён из памяти)." #: modules/gdscript/doc_classes/@GDScript.xml:453 msgid "" @@ -793,9 +795,9 @@ msgid "" "This method is faster than using [method is_equal_approx] with one value as " "zero." msgstr "" -"Возвращает [code]true[/code], если [code]s[/code] приблизительно равен нулю, " -"либо является им.\n" -"Этот метод работает быстрее, чем [method is_equal_approx] с нулем в качестве " +"Возвращает [code]true[/code], если [code]s[/code] равен или приблизительно " +"равен нулю.\n" +"Этот метод работает быстрее, чем [method is_equal_approx] с нулём в качестве " "одного из значений." #: modules/gdscript/doc_classes/@GDScript.xml:468 @@ -864,7 +866,7 @@ msgstr "" "Линейная интерполяция между двумя углами (в радианах) по нормализованному " "значению.\n" "Аналогично [method lerp], но корректно интерполируется, когда углы " -"охватывают [constant @GDScript.TAU].\n" +"оборачивают [constant @GDScript.TAU].\n" "[codeblock]\n" "extends Sprite\n" "var elapsed = 0.0\n" @@ -890,13 +892,13 @@ msgid "" "linear2db($Slider.value))\n" "[/codeblock]" msgstr "" -"Преобразует из линейной энергии в децибелы (аудио). Это может быть " -"использовано для реализации ползунков громкости, которые ведут себя " -"предсказуемо (поскольку громкость не линейная). Пример:\n" +"Преобразует линейную энергию в децибелы (аудио). Этот метод может быть " +"использован для реализации ползунков громкости, ведущих себя как ожидается " +"(поскольку громкость нелинейна). Пример:\n" "[codeblock]\n" -"# \"Slider\" относится к узлу, который наследует Range, такой как HSlider " -"или VSlider.\n" -"# Его диапазон должен быть от 0 до 1.\n" +"# \"Slider\" должен быть узлом, наследующим Range, таким как HSlider или " +"VSlider.\n" +"# Его диапазон должен быть настроен от 0 до 1.\n" "# Измените имя шины, если вы хотите изменить громкость только определенной " "шины.\n" "AudioServer.set_bus_volume_db(AudioServer.get_bus_index(\"Master\"), " @@ -1062,7 +1064,7 @@ msgid "" "[/codeblock]\n" "This is the inverse of [method char]." msgstr "" -"Возвращает целое число, представляющее кодовую точку Unicode для данного " +"Возвращает целое число, представляющее кодовую позицию Unicode данного " "Unicode-символа [code]char[/code].\n" "[codeblock]\n" "a = ord(\"A\") # a равно 65\n" @@ -1220,6 +1222,16 @@ msgid "" "distinguishes them from print messages used for debugging purposes, while " "also displaying a stack trace when an error or warning is printed." msgstr "" +"Конвертирует наилучшим образом один или более аргументов любого типа в " +"строку и выводит результат в консоль.\n" +"[codeblock]\n" +"a = [1, 2, 3]\n" +"print(\"a\", \"=\", a) # Выведет a=[1, 2, 3]\n" +"[/codeblock]\n" +"[b]Примечание:[/b] Желательно использовать [method push_error] и [method " +"push_warning] для вывода ошибок и предупреждений, вместо [method print]. Это " +"поможет отличать их от отладочных сообщений, a также отображается " +"трассировка стека при печати ошибки или предупреждения." #: modules/gdscript/doc_classes/@GDScript.xml:702 msgid "Like [method print], but prints only when used in debug mode." @@ -1475,6 +1487,45 @@ msgid "" "3\n" "[/codeblock]" msgstr "" +"Возвращает массив с заданным диапазоном. Диапазон может быть одним " +"аргументом [code]N[/code] (от [code]0[code] до [code]N - 1[/code]), двумя " +"аргументами ([code]начальное[/code], [code]последнее - 1[/code]) или тремя " +"аргументами ([code]начальное[/code], [code]последнее - 1[/code], [code]шаг[/" +"code]). Если диапазон не допустим, возвращает пустой массив (например " +"[code]range(2, 5, -1)[/code] или [code]range(5, 5, 1)[/code]).\n" +"Возвращает массив с заданным диапазоном. Диапазон [code]range()[/code] может " +"быть одним аргументом [code]N[/code] (от [code]0[code] до [code]N - 1[/" +"code]), двумя аргументами ([code]начальное[/code], [code]последнее - 1[/" +"code]) или тремя аргументами ([code]начальное[/code], [code]последнее - 1[/" +"code], [code]шаг[/code]). [code]Шаг[/code] может быть отрицательным. Если " +"[code]шаг[/code] отрицателен, [code]последний - 1[/code] станет " +"[code]последний + 1[/code]. Также, чтобы цикл запустился, начальное значение " +"должно быть больше последнего.\n" +"[codeblock]\n" +"print(range(4))\n" +"print(range(2, 5))\n" +"print(range(0, 6, 2))\n" +"[/codeblock]\n" +"Вывод:\n" +"[codeblock]\n" +"[0, 1, 2, 3]\n" +"[2, 3, 4]\n" +"[0, 2, 4]\n" +"[/codeblock]\n" +"Для перебора массива [Array] в обратном порядке, используйте:\n" +"[codeblock]\n" +"var array = [3, 6, 9]\n" +"var i := array.size() - 1\n" +"while i >= 0:\n" +" print(array[i])\n" +" i -= 1\n" +"[/codeblock]\n" +"Вывод:\n" +"[codeblock]\n" +"9\n" +"6\n" +"3\n" +"[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:874 msgid "" @@ -3383,97 +3434,95 @@ msgstr "Ошибка неверных данных." #: doc/classes/@GlobalScope.xml:941 msgid "Gamepad button 0." -msgstr "" +msgstr "Кнопка 0 геймпада." #: doc/classes/@GlobalScope.xml:944 -#, fuzzy msgid "Gamepad button 1." -msgstr "Маска дополнительной кнопки мыши 1." +msgstr "Кнопка 1 геймпада." #: doc/classes/@GlobalScope.xml:947 -#, fuzzy msgid "Gamepad button 2." -msgstr "Маска дополнительной кнопки мыши 2." +msgstr "Кнопка 2 геймпада." #: doc/classes/@GlobalScope.xml:950 msgid "Gamepad button 3." -msgstr "" +msgstr "Кнопка 3 геймпада." #: doc/classes/@GlobalScope.xml:953 msgid "Gamepad button 4." -msgstr "" +msgstr "Кнопка 4 геймпада." #: doc/classes/@GlobalScope.xml:956 msgid "Gamepad button 5." -msgstr "" +msgstr "Кнопка 5 геймпада." #: doc/classes/@GlobalScope.xml:959 msgid "Gamepad button 6." -msgstr "" +msgstr "Кнопка 6 геймпада." #: doc/classes/@GlobalScope.xml:962 msgid "Gamepad button 7." -msgstr "" +msgstr "Кнопка 7 геймпада." #: doc/classes/@GlobalScope.xml:965 msgid "Gamepad button 8." -msgstr "" +msgstr "Кнопка 8 геймпада." #: doc/classes/@GlobalScope.xml:968 msgid "Gamepad button 9." -msgstr "" +msgstr "Кнопка 9 геймпада." #: doc/classes/@GlobalScope.xml:971 msgid "Gamepad button 10." -msgstr "" +msgstr "Кнопка 10 геймпада." #: doc/classes/@GlobalScope.xml:974 msgid "Gamepad button 11." -msgstr "" +msgstr "Кнопка 11 геймпада." #: doc/classes/@GlobalScope.xml:977 msgid "Gamepad button 12." -msgstr "" +msgstr "Кнопка 12 геймпада." #: doc/classes/@GlobalScope.xml:980 msgid "Gamepad button 13." -msgstr "" +msgstr "Кнопка 13 геймпада." #: doc/classes/@GlobalScope.xml:983 msgid "Gamepad button 14." -msgstr "" +msgstr "Кнопка 14 геймпада." #: doc/classes/@GlobalScope.xml:986 msgid "Gamepad button 15." -msgstr "" +msgstr "Кнопка 15 геймпада." #: doc/classes/@GlobalScope.xml:989 msgid "Gamepad button 16." -msgstr "" +msgstr "Кнопка 16 геймпада." #: doc/classes/@GlobalScope.xml:992 msgid "Gamepad button 17." -msgstr "" +msgstr "Кнопка 17 геймпада." #: doc/classes/@GlobalScope.xml:995 msgid "Gamepad button 18." -msgstr "" +msgstr "Кнопка 18 геймпада." #: doc/classes/@GlobalScope.xml:998 msgid "Gamepad button 19." -msgstr "" +msgstr "Кнопка 19 геймпада." #: doc/classes/@GlobalScope.xml:1001 msgid "Gamepad button 20." -msgstr "" +msgstr "Кнопка 20 геймпада." #: doc/classes/@GlobalScope.xml:1004 msgid "Gamepad button 21." -msgstr "" +msgstr "Кнопка 21 геймпада." #: doc/classes/@GlobalScope.xml:1007 msgid "Gamepad button 22." -msgstr "" +msgstr "Кнопка 22 геймпада." #: doc/classes/@GlobalScope.xml:1010 #, fuzzy @@ -3704,11 +3753,11 @@ msgstr "" #: doc/classes/@GlobalScope.xml:1172 msgid "Gamepad left analog trigger." -msgstr "" +msgstr "Левый аналоговый курок геймпада." #: doc/classes/@GlobalScope.xml:1175 msgid "Gamepad right analog trigger." -msgstr "" +msgstr "Правый аналоговый курок геймпада." #: doc/classes/@GlobalScope.xml:1178 #, fuzzy @@ -5511,7 +5560,7 @@ msgstr "" #: doc/classes/Animation.xml:272 msgid "Returns the interpolation type of a given track." -msgstr "" +msgstr "Возвращает тип интерполяции данной дорожки." #: doc/classes/Animation.xml:279 msgid "Returns the amount of keys in a given track." @@ -5539,7 +5588,7 @@ msgstr "" #: doc/classes/Animation.xml:317 msgid "Gets the type of a track." -msgstr "" +msgstr "Получает тип дорожки." #: doc/classes/Animation.xml:327 msgid "Insert a generic key in a given track." @@ -6654,6 +6703,16 @@ msgid "" "a [Tween] node, but it requires doing everything by code.\n" "Updating the target properties of animations occurs at process time." msgstr "" +"Проигрыватель анимации используется для воспроизведения ресурсов " +"[Animation]. Он содержит словарь анимаций (ключами являются имена) и " +"пользовательское время смешивания между их переходами. Кроме того, анимации " +"могут воспроизводиться и смешиваться в разных каналах.\n" +"[AnimationPlayer] лучше чем [Tween] подходит для анимаций, в которых " +"конечные значения известны заранее. Например, затухание экрана легче " +"выполнить с помощью узла [AnimationPlayer] благодаря инструментам анимации, " +"предоставляемым редактором. Этот конкретный пример также можно реализовать с " +"помощью узла [Tween], но для этого придется всё делать в коде.\n" +"Обновление целевых свойств анимаций происходит во время процесса." #: doc/classes/AnimationPlayer.xml:22 msgid "" @@ -6708,6 +6767,8 @@ msgid "" "Gets the blend time (in seconds) between two animations, referenced by their " "names." msgstr "" +"Получает время смешивания (в секундах) между двумя анимациями, на которые " +"ссылаются их имена." #: doc/classes/AnimationPlayer.xml:90 msgid "" @@ -6716,21 +6777,29 @@ msgid "" "[code]custom_speed[/code] argument specified when calling the [method play] " "method." msgstr "" +"Получает фактическую скорость воспроизведения текущей анимации или 0, если " +"она не воспроизводится. Эта скорость является свойством [member " +"playback_speed], умноженным на аргумент [code]custom_speed[/code], указанный " +"при вызове метода [method play]." #: doc/classes/AnimationPlayer.xml:96 msgid "" "Returns a list of the animation names that are currently queued to play." msgstr "" +"Возвращает список имен анимаций, которые в данный момент стоят в очереди на " +"воспроизведение." #: doc/classes/AnimationPlayer.xml:103 msgid "" "Returns [code]true[/code] if the [AnimationPlayer] stores an [Animation] " "with key [code]name[/code]." msgstr "" +"Возвращает [code]true[/code], если в [AnimationPlayer] хранится [Animation] " +"с ключом [code]name[/code]." #: doc/classes/AnimationPlayer.xml:109 msgid "Returns [code]true[/code] if playing an animation." -msgstr "" +msgstr "Возвращает [code]true[/code], если воспроизводится анимация." #: doc/classes/AnimationPlayer.xml:119 msgid "" @@ -6749,6 +6818,22 @@ msgid "" "time this is called, they may be updated too early. To perform the update " "immediately, call [code]advance(0)[/code]." msgstr "" +"Воспроизводит анимацию с ключом [code]name[/code]. Можно задать " +"пользовательское время наложения и скорость. Если [code]custom_speed[/code] " +"отрицателен и [code]from_end[/code] равен [code]true[/code], анимация будет " +"воспроизводиться в обратном направлении (что эквивалентно вызову [method " +"play_backwards]).\n" +"[AnimationPlayer] отслеживает текущую или последнюю воспроизведенную " +"анимацию с помощью [member assigned_animation]. Если этот метод вызывается с " +"той же анимацией [code]name[/code] или без параметра [code]name[/code], " +"назначенная анимация возобновит воспроизведение, если она была " +"приостановлена, или перезапустится, если она была остановлена (см. [method " +"stop] для паузы и остановки). Если анимация уже воспроизводится, то она " +"продолжит воспроизведение.\n" +"[b]Примечание:[/b] Анимация будет обновлена при следующей обработке " +"[AnimationPlayer]. Если одновременно с этим вызовом обновляются другие " +"переменные, они могут быть обновлены слишком рано. Чтобы выполнить " +"обновление немедленно, вызовите [code]advance(0)[/code]." #: doc/classes/AnimationPlayer.xml:129 msgid "" @@ -6757,6 +6842,10 @@ msgid "" "code] and [code]from_end = true[/code], so see its description for more " "information." msgstr "" +"Воспроизводит анимацию с ключом [code]name[/code] в обратном направлении.\n" +"Этот метод является короткой записью для [method play] с [code]custom_speed " +"= -1.0[/code] и [code]from_end = true[/code], поэтому для получения " +"дополнительной информации смотрите его описание." #: doc/classes/AnimationPlayer.xml:137 msgid "" @@ -6764,6 +6853,12 @@ msgid "" "[b]Note:[/b] If a looped animation is currently playing, the queued " "animation will never play unless the looped animation is stopped somehow." msgstr "" +"Ставит анимацию в очередь на воспроизведение после завершения текущей " +"анимации.\n" +"[b]Примечание:[/b] Если в данный момент воспроизводится зацикленная " +"анимация, то поставленная в очередь анимация никогда не начнёт " +"воспроизводиться, пока зацикленная анимация не будет остановлена каким-либо " +"образом." #: doc/classes/AnimationPlayer.xml:145 msgid "Removes the animation with key [code]name[/code]." @@ -6822,6 +6917,15 @@ msgid "" "get the currently playing animation, and internally for animation playback " "tracks. For more information, see [Animation]." msgstr "" +"Имя воспроизводимой в данный момент анимации. Если анимация не " +"воспроизводится, значением свойства будет пустая строка. Изменение этого " +"значения не приводит к перезапуску анимации. Дополнительные сведения о " +"воспроизведении анимации см. в [method play].\n" +"[b]Примечание:[/b] Хотя это свойство отображается в инспекторе, оно не " +"предназначено для редактирования и не сохраняется в сцене. Это свойство в " +"основном используется для получения текущей воспроизводимой анимации, а " +"также внутри движка для дорожек воспроизведения анимации. Для получения " +"дополнительной информации см. [Animation]." #: doc/classes/AnimationPlayer.xml:194 msgid "The length (in seconds) of the currently being played animation." @@ -7423,21 +7527,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7445,7 +7553,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7456,7 +7564,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7464,41 +7572,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7506,61 +7614,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7575,7 +7683,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7584,7 +7692,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7593,7 +7701,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -7610,29 +7718,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -7671,21 +7779,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7693,7 +7805,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7704,7 +7816,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7712,14 +7824,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7727,21 +7839,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7756,7 +7868,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7771,7 +7883,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7780,7 +7892,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7789,7 +7901,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -7808,7 +7920,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -11433,11 +11545,11 @@ msgstr "" #: doc/classes/AudioStreamSample.xml:50 msgid "8-bit audio codec." -msgstr "" +msgstr "8-битный аудиокодек." #: doc/classes/AudioStreamSample.xml:53 msgid "16-bit audio codec." -msgstr "" +msgstr "16-битный аудиокодек." #: doc/classes/AudioStreamSample.xml:56 msgid "Audio is compressed using IMA ADPCM." @@ -11534,7 +11646,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -11733,19 +11846,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -12598,26 +12723,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -14094,80 +14226,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -14211,49 +14359,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14728,7 +14883,7 @@ msgstr "" #: doc/classes/CollisionObject2D.xml:156 msgid "Returns the shape owner's [Transform2D]." -msgstr "" +msgstr "Возвращает [Transform2D] владельца фигуры." #: doc/classes/CollisionObject2D.xml:180 msgid "" @@ -15280,7 +15435,7 @@ msgstr "" #: doc/classes/Color.xml:292 msgid "Beige color." -msgstr "" +msgstr "Бежевый цвет." #: doc/classes/Color.xml:295 msgid "Bisque color." @@ -15288,7 +15443,7 @@ msgstr "" #: doc/classes/Color.xml:298 msgid "Black color." -msgstr "" +msgstr "Черный цвет." #: doc/classes/Color.xml:301 msgid "Blanche almond color." @@ -15296,7 +15451,7 @@ msgstr "" #: doc/classes/Color.xml:304 msgid "Blue color." -msgstr "" +msgstr "Синий цвет." #: doc/classes/Color.xml:307 msgid "Blue violet color." @@ -15304,7 +15459,7 @@ msgstr "" #: doc/classes/Color.xml:310 msgid "Brown color." -msgstr "" +msgstr "Коричневый цвет." #: doc/classes/Color.xml:313 msgid "Burly wood color." @@ -15320,7 +15475,7 @@ msgstr "" #: doc/classes/Color.xml:322 msgid "Chocolate color." -msgstr "" +msgstr "Шоколадный цвет." #: doc/classes/Color.xml:325 msgid "Coral color." @@ -15344,7 +15499,7 @@ msgstr "" #: doc/classes/Color.xml:340 msgid "Dark blue color." -msgstr "" +msgstr "Темно-синий цвет." #: doc/classes/Color.xml:343 msgid "Dark cyan color." @@ -15408,7 +15563,7 @@ msgstr "" #: doc/classes/Color.xml:388 msgid "Dark violet color." -msgstr "" +msgstr "Темно-фиолетовый цвет." #: doc/classes/Color.xml:391 msgid "Deep pink color." @@ -15440,7 +15595,7 @@ msgstr "" #: doc/classes/Color.xml:412 msgid "Fuchsia color." -msgstr "" +msgstr "Цвет фуксии." #: doc/classes/Color.xml:415 msgid "Gainsboro color." @@ -15452,7 +15607,7 @@ msgstr "" #: doc/classes/Color.xml:421 msgid "Gold color." -msgstr "" +msgstr "Золотой цвет." #: doc/classes/Color.xml:424 msgid "Goldenrod color." @@ -15460,11 +15615,11 @@ msgstr "" #: doc/classes/Color.xml:427 msgid "Gray color." -msgstr "" +msgstr "Серый цвет." #: doc/classes/Color.xml:430 msgid "Green color." -msgstr "" +msgstr "Зеленый цвет." #: doc/classes/Color.xml:433 msgid "Green yellow color." @@ -15484,7 +15639,7 @@ msgstr "" #: doc/classes/Color.xml:445 msgid "Indigo color." -msgstr "" +msgstr "Цвет индиго." #: doc/classes/Color.xml:448 msgid "Ivory color." @@ -15528,7 +15683,7 @@ msgstr "" #: doc/classes/Color.xml:478 msgid "Light gray color." -msgstr "" +msgstr "Светло-серый цвет." #: doc/classes/Color.xml:481 msgid "Light green color." @@ -15648,7 +15803,7 @@ msgstr "" #: doc/classes/Color.xml:568 msgid "Olive color." -msgstr "" +msgstr "Оливковый цвет." #: doc/classes/Color.xml:571 msgid "Olive drab color." @@ -15656,7 +15811,7 @@ msgstr "" #: doc/classes/Color.xml:574 msgid "Orange color." -msgstr "" +msgstr "Оранжевый цвет." #: doc/classes/Color.xml:577 msgid "Orange red color." @@ -15664,7 +15819,7 @@ msgstr "" #: doc/classes/Color.xml:580 msgid "Orchid color." -msgstr "" +msgstr "Цвет орхидеи." #: doc/classes/Color.xml:583 msgid "Pale goldenrod color." @@ -15696,7 +15851,7 @@ msgstr "" #: doc/classes/Color.xml:604 msgid "Pink color." -msgstr "" +msgstr "Розовый цвет." #: doc/classes/Color.xml:607 msgid "Plum color." @@ -15708,7 +15863,7 @@ msgstr "" #: doc/classes/Color.xml:613 msgid "Purple color." -msgstr "" +msgstr "Фиолетовый цвет." #: doc/classes/Color.xml:616 msgid "Rebecca purple color." @@ -15716,7 +15871,7 @@ msgstr "" #: doc/classes/Color.xml:619 msgid "Red color." -msgstr "" +msgstr "Красный цвет." #: doc/classes/Color.xml:622 msgid "Rosy brown color." @@ -15744,7 +15899,7 @@ msgstr "" #: doc/classes/Color.xml:640 msgid "Seashell color." -msgstr "" +msgstr "Цвет морской раковины." #: doc/classes/Color.xml:643 msgid "Sienna color." @@ -15756,7 +15911,7 @@ msgstr "" #: doc/classes/Color.xml:649 msgid "Sky blue color." -msgstr "" +msgstr "Небесно-голубой цвет." #: doc/classes/Color.xml:652 msgid "Slate blue color." @@ -15804,7 +15959,7 @@ msgstr "" #: doc/classes/Color.xml:685 msgid "Violet color." -msgstr "" +msgstr "Фиолетовый цвет." #: doc/classes/Color.xml:688 msgid "Web gray color." @@ -15836,7 +15991,7 @@ msgstr "" #: doc/classes/Color.xml:709 msgid "Yellow color." -msgstr "" +msgstr "Желтый цвет." #: doc/classes/Color.xml:712 msgid "Yellow green color." @@ -16036,26 +16191,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20043,11 +20205,11 @@ msgstr "" #: doc/classes/CylinderShape.xml:18 msgid "The cylinder's height." -msgstr "" +msgstr "Высота цилиндра." #: doc/classes/CylinderShape.xml:21 msgid "The cylinder's radius." -msgstr "" +msgstr "Радиус цилиндра." #: doc/classes/DampedSpringJoint2D.xml:4 msgid "Damped spring constraint for 2D physics." @@ -20228,6 +20390,10 @@ msgid "" "[b]Note:[/b] Don't erase elements while iterating over the dictionary. You " "can iterate over the [method keys] array instead." msgstr "" +"Удаляет в словаре пару ключ/значение по ключу. Возвращает [code]true[/code] " +"если ключ присутствовал в словаре, иначе возвращает [code]false[/code].\n" +"[b]Примечание:[/b] Не удаляйте элементы словаря во время перебора. Вместо " +"этого, можете перебирать массив [method keys]." #: doc/classes/Dictionary.xml:123 msgid "" @@ -21393,7 +21559,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -21520,7 +21687,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -22562,8 +22729,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -28776,7 +28946,7 @@ msgstr "" #: doc/classes/HTTPRequest.xml:158 msgid "Request successful." -msgstr "" +msgstr "Запрос успешен." #: doc/classes/HTTPRequest.xml:163 msgid "Request failed while connecting." @@ -29203,16 +29373,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -29220,7 +29392,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -29228,73 +29400,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -29304,7 +29476,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -29314,7 +29486,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -29325,7 +29497,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -29333,7 +29505,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -29341,7 +29513,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -29350,21 +29522,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -29373,25 +29545,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -29399,7 +29571,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29407,7 +29579,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29415,7 +29587,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29423,7 +29595,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29431,7 +29603,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29441,7 +29613,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29451,7 +29623,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -29462,31 +29634,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -29501,55 +29673,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -29774,6 +29946,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -29785,7 +29968,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -29795,7 +29978,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -29807,7 +29990,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -29815,17 +29998,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -29835,7 +30018,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -29844,53 +30027,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -29898,7 +30081,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -29907,17 +30090,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -29930,7 +30113,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -29942,7 +30125,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -29952,7 +30135,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -29963,13 +30146,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -29977,19 +30160,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -29998,7 +30181,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -30011,12 +30194,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -30031,7 +30223,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -30041,11 +30233,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -30059,7 +30278,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -30072,34 +30291,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -30107,83 +30326,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -30191,23 +30410,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -33494,14 +33713,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -33996,26 +34222,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -34260,7 +34493,7 @@ msgstr "" #: doc/classes/Mesh.xml:207 msgid "Array of colors." -msgstr "" +msgstr "Массив цветов." #: doc/classes/Mesh.xml:210 msgid "Array of UV coordinates." @@ -34280,7 +34513,7 @@ msgstr "" #: doc/classes/Mesh.xml:222 msgid "Array of indices." -msgstr "" +msgstr "Массив индексов." #: doc/classes/MeshDataTool.xml:4 msgid "Helper tool to access and edit [Mesh] data." @@ -37452,7 +37685,7 @@ msgstr "" #: doc/classes/Node2D.xml:97 msgid "Global position." -msgstr "" +msgstr "Глобальная позиция." #: doc/classes/Node2D.xml:100 msgid "Global rotation in radians." @@ -37464,7 +37697,7 @@ msgstr "" #: doc/classes/Node2D.xml:106 msgid "Global scale." -msgstr "" +msgstr "Глобальный масштаб." #: doc/classes/Node2D.xml:109 msgid "Global [Transform2D]." @@ -38647,26 +38880,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -39792,79 +40032,79 @@ msgstr "" #: doc/classes/OS.xml:1012 msgid "Sunday." -msgstr "" +msgstr "Воскресенье." #: doc/classes/OS.xml:1015 msgid "Monday." -msgstr "" +msgstr "Понедельник." #: doc/classes/OS.xml:1018 msgid "Tuesday." -msgstr "" +msgstr "Вторник." #: doc/classes/OS.xml:1021 msgid "Wednesday." -msgstr "" +msgstr "Среда." #: doc/classes/OS.xml:1024 msgid "Thursday." -msgstr "" +msgstr "Четверг." #: doc/classes/OS.xml:1027 msgid "Friday." -msgstr "" +msgstr "Пятница." #: doc/classes/OS.xml:1030 msgid "Saturday." -msgstr "" +msgstr "Суббота." #: doc/classes/OS.xml:1033 msgid "January." -msgstr "" +msgstr "Январь." #: doc/classes/OS.xml:1036 msgid "February." -msgstr "" +msgstr "Февраль." #: doc/classes/OS.xml:1039 msgid "March." -msgstr "" +msgstr "Март." #: doc/classes/OS.xml:1042 msgid "April." -msgstr "" +msgstr "Апрель." #: doc/classes/OS.xml:1045 msgid "May." -msgstr "" +msgstr "Май." #: doc/classes/OS.xml:1048 msgid "June." -msgstr "" +msgstr "Июнь." #: doc/classes/OS.xml:1051 msgid "July." -msgstr "" +msgstr "Июль." #: doc/classes/OS.xml:1054 msgid "August." -msgstr "" +msgstr "Август." #: doc/classes/OS.xml:1057 msgid "September." -msgstr "" +msgstr "Сентябрь." #: doc/classes/OS.xml:1060 msgid "October." -msgstr "" +msgstr "Октябрь." #: doc/classes/OS.xml:1063 msgid "November." -msgstr "" +msgstr "Ноябрь." #: doc/classes/OS.xml:1066 msgid "December." -msgstr "" +msgstr "Декабрь." #: doc/classes/OS.xml:1069 msgid "" @@ -39908,11 +40148,11 @@ msgstr "" #: doc/classes/OS.xml:1097 msgid "Landscape screen orientation." -msgstr "" +msgstr "Альбомная ориентация экрана." #: doc/classes/OS.xml:1100 msgid "Portrait screen orientation." -msgstr "" +msgstr "Книжная ориентация экрана." #: doc/classes/OS.xml:1103 msgid "Reverse landscape screen orientation." @@ -43793,27 +44033,27 @@ msgstr "Добавляет элемент в конец массива." msgid "Removes an element from the array by index." msgstr "Удаляет элемент из массива по индексу." -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -43846,6 +44086,14 @@ msgstr "Добавляет элемент в конец массива." msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -43886,11 +44134,11 @@ msgstr "" "Вставляет новый элемент в указанную позицию массива. Позиция должна быть " "корректна, или указывать на конец массива ([code]pos == size()[/code])." -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -43923,7 +44171,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "Добавляет элемент в конец массива." -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -45208,18 +45456,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -45227,7 +45463,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -45237,13 +45473,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -45257,14 +45508,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -45273,7 +45524,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -45281,7 +45532,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -45297,20 +45548,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -45318,75 +45569,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -45396,7 +45647,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -45406,27 +45657,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -45434,81 +45685,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -45516,80 +45767,80 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "Если [code]true[/code], текстура будет центрирована." -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a member variable is unused." @@ -45597,32 +45848,32 @@ msgstr "" "Если [code]true[/code], анимация [member animation] воспроизводится в данный " "момент." -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -45633,91 +45884,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -45726,13 +45977,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -45742,7 +45993,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -45750,19 +46001,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -45776,45 +46027,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -45823,7 +46074,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -45834,7 +46085,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -45850,14 +46101,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -45865,49 +46116,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -45916,7 +46167,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45924,7 +46175,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45932,7 +46183,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -45942,7 +46193,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -45951,7 +46202,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -45960,7 +46211,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -45970,7 +46221,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45978,7 +46229,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -45988,7 +46239,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -45998,7 +46249,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46006,7 +46257,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -46015,7 +46266,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -46023,7 +46274,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -46035,477 +46286,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -46513,92 +46764,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -46608,33 +46859,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -46647,7 +46898,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -46659,7 +46910,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -46671,7 +46922,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -46684,7 +46935,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -46692,28 +46943,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -46723,25 +46974,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -46754,7 +47005,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -46766,7 +47017,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -46778,7 +47029,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -46791,13 +47042,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -46805,11 +47056,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -46823,7 +47074,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -46832,7 +47083,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -46848,7 +47099,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -46858,7 +47109,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -46868,7 +47119,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -46879,7 +47130,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -46889,7 +47140,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -46897,7 +47148,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -46908,7 +47159,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -46923,7 +47174,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -46932,13 +47183,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -46947,7 +47198,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -46957,7 +47208,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -46969,7 +47220,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -46979,24 +47230,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -47005,7 +47256,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -47013,7 +47264,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -47022,7 +47273,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -47032,7 +47283,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -47040,31 +47291,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -47072,7 +47323,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -47082,46 +47333,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -47129,7 +47387,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -47139,7 +47397,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -47148,7 +47406,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -47157,20 +47415,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -47179,7 +47437,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -47187,7 +47445,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -47196,7 +47454,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -47206,20 +47464,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -47228,13 +47486,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -47244,46 +47502,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -47293,7 +47551,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -47305,7 +47563,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -47313,7 +47571,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -47321,7 +47579,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -47330,7 +47588,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -47344,7 +47602,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -47354,7 +47612,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -47363,7 +47621,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -47373,54 +47631,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -47431,61 +47689,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -47496,7 +47754,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -47505,26 +47763,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -47535,20 +47793,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -47560,52 +47818,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -47613,7 +47871,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -47623,10 +47881,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -47635,10 +47893,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -47647,10 +47905,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -47659,10 +47917,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -47671,10 +47929,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -59169,26 +59427,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" @@ -61391,7 +61656,7 @@ msgstr "" #: modules/upnp/doc_classes/UPNP.xml:239 #: modules/upnp/doc_classes/UPNPDevice.xml:93 msgid "Unknown error." -msgstr "" +msgstr "Неизвестная ошибка." #: modules/upnp/doc_classes/UPNPDevice.xml:4 msgid "UPNP device." @@ -69852,15 +70117,15 @@ msgstr "" #: doc/classes/VisualShaderNodeVectorOp.xml:20 msgid "Adds two vectors." -msgstr "" +msgstr "Складывает два вектора." #: doc/classes/VisualShaderNodeVectorOp.xml:23 msgid "Subtracts a vector from a vector." -msgstr "" +msgstr "Вычитает из вектора вектор." #: doc/classes/VisualShaderNodeVectorOp.xml:26 msgid "Multiplies two vectors." -msgstr "" +msgstr "Перемножает два вектора." #: doc/classes/VisualShaderNodeVectorOp.xml:29 msgid "Divides vector by vector." @@ -69875,14 +70140,18 @@ msgid "" "Returns the value of the first parameter raised to the power of the second, " "for each component of the vectors." msgstr "" +"Возвращает значение первого параметра, возведенного в степень второго, для " +"каждого компонента векторов." #: doc/classes/VisualShaderNodeVectorOp.xml:38 msgid "Returns the greater of two values, for each component of the vectors." msgstr "" +"Возвращает наибольшее из двух значений, для каждого компонента векторов." #: doc/classes/VisualShaderNodeVectorOp.xml:41 msgid "Returns the lesser of two values, for each component of the vectors." msgstr "" +"Возвращает наименьшее из двух значений, для каждого компонента векторов." #: doc/classes/VisualShaderNodeVectorOp.xml:44 msgid "Calculates the cross product of two vectors." @@ -69973,7 +70242,7 @@ msgstr "" #: doc/classes/VScrollBar.xml:4 msgid "Vertical scroll bar." -msgstr "" +msgstr "Вертикальная полоса прокрутки." #: doc/classes/VScrollBar.xml:7 msgid "" @@ -70129,7 +70398,7 @@ msgstr "" #: modules/webrtc/doc_classes/WebRTCDataChannel.xml:76 msgid "Reserved, but not used for now." -msgstr "" +msgstr "Зарезервировано, в данный момент не используется." #: modules/webrtc/doc_classes/WebRTCDataChannel.xml:82 msgid "" @@ -71197,7 +71466,7 @@ msgstr "" #: doc/classes/World.xml:19 msgid "The World's [Environment]." -msgstr "" +msgstr "[Environment] мира." #: doc/classes/World.xml:22 msgid "" @@ -71211,7 +71480,7 @@ msgstr "" #: doc/classes/World.xml:28 msgid "The World's physics space." -msgstr "" +msgstr "Физическое пространство мира." #: doc/classes/World2D.xml:4 msgid "Class that has everything pertaining to a 2D world." @@ -71309,7 +71578,7 @@ msgstr "" #: doc/classes/XMLParser.xml:15 msgid "Gets the amount of attributes in the current element." -msgstr "" +msgstr "Получает количество атрибутов в текущем элементе." #: doc/classes/XMLParser.xml:22 msgid "" @@ -71411,7 +71680,7 @@ msgstr "" #: doc/classes/XMLParser.xml:134 msgid "Text node." -msgstr "" +msgstr "Текстовый узел." #: doc/classes/XMLParser.xml:137 msgid "Comment node." @@ -71423,7 +71692,7 @@ msgstr "" #: doc/classes/XMLParser.xml:143 msgid "Unknown node." -msgstr "" +msgstr "Неизвестный узел." #: doc/classes/YSort.xml:4 msgid "Sort all child nodes based on their Y positions." diff --git a/doc/translations/sk.po b/doc/translations/sk.po index dc2b8c946b..a456ae45ff 100644 --- a/doc/translations/sk.po +++ b/doc/translations/sk.po @@ -21,43 +21,43 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Weblate 4.6-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Popis" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Návody" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Vlastnosti" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "" @@ -6210,21 +6210,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6232,7 +6236,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6243,7 +6247,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6251,41 +6255,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6293,61 +6297,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6362,7 +6366,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6371,7 +6375,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6380,7 +6384,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6397,29 +6401,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6458,21 +6462,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6480,7 +6488,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6491,7 +6499,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6499,14 +6507,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6514,21 +6522,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6543,7 +6551,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6558,7 +6566,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6567,7 +6575,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6576,7 +6584,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6595,7 +6603,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10179,7 +10187,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10377,19 +10386,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11234,26 +11255,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12722,80 +12750,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12839,49 +12883,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14656,26 +14707,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19905,7 +19963,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20032,7 +20091,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21067,8 +21126,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27678,16 +27740,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27695,7 +27759,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27703,73 +27767,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27779,7 +27843,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27789,7 +27853,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27800,7 +27864,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27808,7 +27872,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27816,7 +27880,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27825,21 +27889,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27848,25 +27912,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27874,7 +27938,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27882,7 +27946,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27890,7 +27954,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27898,7 +27962,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27906,7 +27970,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27916,7 +27980,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27926,7 +27990,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27937,31 +28001,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27976,55 +28040,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28248,6 +28312,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28259,7 +28334,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28269,7 +28344,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28281,7 +28356,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28289,17 +28364,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28309,7 +28384,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28318,53 +28393,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28372,7 +28447,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28381,17 +28456,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28404,7 +28479,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28416,7 +28491,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28426,7 +28501,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28437,13 +28512,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28451,19 +28526,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28472,7 +28547,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28485,12 +28560,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28505,7 +28589,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28515,11 +28599,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28533,7 +28644,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28546,34 +28657,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28581,83 +28692,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28665,23 +28776,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31938,14 +32049,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32438,26 +32556,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37066,26 +37191,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42159,27 +42291,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42211,6 +42343,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42247,11 +42387,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42283,7 +42423,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43549,18 +43689,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43568,7 +43696,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43578,13 +43706,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43598,14 +43741,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43614,7 +43757,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43622,7 +43765,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43638,20 +43781,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43659,75 +43802,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43737,7 +43880,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43747,27 +43890,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43775,81 +43918,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43857,109 +44000,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43970,91 +44113,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44063,13 +44206,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44079,7 +44222,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44087,19 +44230,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44113,45 +44256,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44160,7 +44303,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44171,7 +44314,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44187,14 +44330,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44202,49 +44345,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44253,7 +44396,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44261,7 +44404,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44269,7 +44412,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44279,7 +44422,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44288,7 +44431,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44297,7 +44440,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44307,7 +44450,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44315,7 +44458,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44325,7 +44468,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44335,7 +44478,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44343,7 +44486,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44352,7 +44495,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44360,7 +44503,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44372,477 +44515,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44850,92 +44993,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44945,33 +45088,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44984,7 +45127,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -44996,7 +45139,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45008,7 +45151,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45021,7 +45164,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45029,28 +45172,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45060,25 +45203,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45091,7 +45234,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45103,7 +45246,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45115,7 +45258,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45128,13 +45271,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45142,11 +45285,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45160,7 +45303,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45169,7 +45312,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45185,7 +45328,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45195,7 +45338,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45205,7 +45348,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45216,7 +45359,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45226,7 +45369,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45234,7 +45377,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45245,7 +45388,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45260,7 +45403,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45269,13 +45412,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45284,7 +45427,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45294,7 +45437,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45306,7 +45449,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45316,24 +45459,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45342,7 +45485,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45350,7 +45493,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45359,7 +45502,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45369,7 +45512,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45377,31 +45520,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45409,7 +45552,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45419,46 +45562,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45466,7 +45616,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45476,7 +45626,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45485,7 +45635,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45494,20 +45644,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45516,7 +45666,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45524,7 +45674,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45533,7 +45683,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45543,20 +45693,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45565,13 +45715,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45581,46 +45731,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45630,7 +45780,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45642,7 +45792,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45650,7 +45800,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45658,7 +45808,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45667,7 +45817,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45681,7 +45831,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45691,7 +45841,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45700,7 +45850,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45710,54 +45860,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45768,61 +45918,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45833,7 +45983,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45842,26 +45992,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45872,20 +46022,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45897,52 +46047,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45950,7 +46100,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45960,10 +46110,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45972,10 +46122,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45984,10 +46134,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -45996,10 +46146,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46008,10 +46158,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57379,26 +57529,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/sr_Cyrl.po b/doc/translations/sr_Cyrl.po index bdd83106ae..0bb22e02e9 100644 --- a/doc/translations/sr_Cyrl.po +++ b/doc/translations/sr_Cyrl.po @@ -21,52 +21,52 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.3-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Description" msgstr "Опис" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Tutorials" msgstr "Туториали" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Properties" msgstr "Особине" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Methods" msgstr "Методе" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Theme Properties" msgstr "Особине Теме" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Signals" msgstr "Сигнали" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Enumerations" msgstr "Пописивање" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Constants" msgstr "Константе" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Property Descriptions" msgstr "Описи Особина" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py #, fuzzy msgid "Method Descriptions" msgstr "Описи Метода" @@ -6221,21 +6221,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6243,7 +6247,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6254,7 +6258,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6262,41 +6266,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6304,61 +6308,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6373,7 +6377,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6382,7 +6386,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6391,7 +6395,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6408,29 +6412,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6469,21 +6473,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6491,7 +6499,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6502,7 +6510,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6510,14 +6518,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6525,21 +6533,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6554,7 +6562,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6569,7 +6577,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6578,7 +6586,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6587,7 +6595,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6606,7 +6614,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10190,7 +10198,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10388,19 +10397,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11245,26 +11266,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12733,80 +12761,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12850,49 +12894,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14667,26 +14718,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -19916,7 +19974,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20043,7 +20102,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21078,8 +21137,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27689,16 +27751,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27706,7 +27770,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27714,73 +27778,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27790,7 +27854,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27800,7 +27864,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27811,7 +27875,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27819,7 +27883,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27827,7 +27891,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27836,21 +27900,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27859,25 +27923,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27885,7 +27949,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27893,7 +27957,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27901,7 +27965,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27909,7 +27973,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27917,7 +27981,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27927,7 +27991,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27937,7 +28001,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27948,31 +28012,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -27987,55 +28051,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28259,6 +28323,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28270,7 +28345,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28280,7 +28355,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28292,7 +28367,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28300,17 +28375,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28320,7 +28395,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28329,53 +28404,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28383,7 +28458,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28392,17 +28467,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28415,7 +28490,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28427,7 +28502,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28437,7 +28512,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28448,13 +28523,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28462,19 +28537,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28483,7 +28558,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28496,12 +28571,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28516,7 +28600,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28526,11 +28610,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28544,7 +28655,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28557,34 +28668,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28592,83 +28703,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28676,23 +28787,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -31949,14 +32060,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32449,26 +32567,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37077,26 +37202,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42170,27 +42302,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42222,6 +42354,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42258,11 +42398,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42294,7 +42434,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43560,18 +43700,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43579,7 +43707,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43589,13 +43717,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43609,14 +43752,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43625,7 +43768,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43633,7 +43776,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43649,20 +43792,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43670,75 +43813,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43748,7 +43891,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43758,27 +43901,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43786,81 +43929,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -43868,109 +44011,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -43981,91 +44124,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44074,13 +44217,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44090,7 +44233,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44098,19 +44241,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44124,45 +44267,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44171,7 +44314,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44182,7 +44325,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44198,14 +44341,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44213,49 +44356,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44264,7 +44407,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44272,7 +44415,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44280,7 +44423,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44290,7 +44433,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44299,7 +44442,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44308,7 +44451,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44318,7 +44461,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44326,7 +44469,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44336,7 +44479,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44346,7 +44489,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44354,7 +44497,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44363,7 +44506,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44371,7 +44514,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44383,477 +44526,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -44861,92 +45004,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -44956,33 +45099,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -44995,7 +45138,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45007,7 +45150,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45019,7 +45162,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45032,7 +45175,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45040,28 +45183,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45071,25 +45214,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45102,7 +45245,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45114,7 +45257,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45126,7 +45269,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45139,13 +45282,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45153,11 +45296,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45171,7 +45314,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45180,7 +45323,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45196,7 +45339,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45206,7 +45349,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45216,7 +45359,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45227,7 +45370,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45237,7 +45380,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45245,7 +45388,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45256,7 +45399,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45271,7 +45414,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45280,13 +45423,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45295,7 +45438,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45305,7 +45448,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45317,7 +45460,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45327,24 +45470,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45353,7 +45496,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45361,7 +45504,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45370,7 +45513,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45380,7 +45523,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45388,31 +45531,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45420,7 +45563,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45430,46 +45573,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45477,7 +45627,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45487,7 +45637,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45496,7 +45646,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45505,20 +45655,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45527,7 +45677,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45535,7 +45685,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45544,7 +45694,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45554,20 +45704,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45576,13 +45726,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45592,46 +45742,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45641,7 +45791,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45653,7 +45803,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45661,7 +45811,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45669,7 +45819,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45678,7 +45828,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45692,7 +45842,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45702,7 +45852,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45711,7 +45861,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45721,54 +45871,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45779,61 +45929,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45844,7 +45994,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -45853,26 +46003,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -45883,20 +46033,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -45908,52 +46058,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -45961,7 +46111,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -45971,10 +46121,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -45983,10 +46133,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -45995,10 +46145,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46007,10 +46157,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46019,10 +46169,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57390,26 +57540,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/sv.po b/doc/translations/sv.po new file mode 100644 index 0000000000..1f920b3172 --- /dev/null +++ b/doc/translations/sv.po @@ -0,0 +1,69336 @@ +# LANGUAGE translation of the Godot Engine class reference. +# 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. +# +# Christoffer Sundbom , 2021. +# Kent Jofur , 2021. +msgid "" +msgstr "" +"Project-Id-Version: Godot Engine class reference\n" +"Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" +"PO-Revision-Date: 2021-10-31 13:40+0000\n" +"Last-Translator: Kent Jofur \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\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.9-dev\n" + +#: doc/tools/make_rst.py +msgid "Description" +msgstr "Beskrivning" + +#: doc/tools/make_rst.py +msgid "Tutorials" +msgstr "Guider" + +#: doc/tools/make_rst.py +msgid "Properties" +msgstr "Egenskaper" + +#: doc/tools/make_rst.py +msgid "Methods" +msgstr "Metoder" + +#: doc/tools/make_rst.py +msgid "Theme Properties" +msgstr "Tema Egenskaper" + +#: doc/tools/make_rst.py +msgid "Signals" +msgstr "Signaler" + +#: doc/tools/make_rst.py +msgid "Enumerations" +msgstr "Uppräkningar" + +#: doc/tools/make_rst.py +msgid "Constants" +msgstr "Konstanter" + +#: doc/tools/make_rst.py +msgid "Property Descriptions" +msgstr "" + +#: doc/tools/make_rst.py +msgid "Method Descriptions" +msgstr "Metodbeskrivning" + +#: modules/gdscript/doc_classes/@GDScript.xml:4 +msgid "Built-in GDScript functions." +msgstr "Inbyggda GDScriptfunktioner." + +#: modules/gdscript/doc_classes/@GDScript.xml:7 +msgid "" +"List of core built-in GDScript functions. Math functions and other " +"utilities. Everything else is provided by objects. (Keywords: builtin, built " +"in, global functions.)" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:19 +msgid "" +"Returns a color constructed from integer red, green, blue, and alpha " +"channels. Each channel should have 8 bits of information ranging from 0 to " +"255.\n" +"[code]r8[/code] red channel\n" +"[code]g8[/code] green channel\n" +"[code]b8[/code] blue channel\n" +"[code]a8[/code] alpha channel\n" +"[codeblock]\n" +"red = Color8(255, 0, 0)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:34 +msgid "" +"Returns a color according to the standardized [code]name[/code] with " +"[code]alpha[/code] ranging from 0 to 1.\n" +"[codeblock]\n" +"red = ColorN(\"red\", 1)\n" +"[/codeblock]\n" +"Supported color names are the same as the constants defined in [Color]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:45 +msgid "" +"Returns the absolute value of parameter [code]s[/code] (i.e. positive " +"value).\n" +"[codeblock]\n" +"a = abs(-1) # a is 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:55 +msgid "" +"Returns the arc cosine of [code]s[/code] in radians. Use to get the angle of " +"cosine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " +"[code]1.0[/code] (inclusive), otherwise, [method acos] will return [constant " +"NAN].\n" +"[codeblock]\n" +"# c is 0.523599 or 30 degrees if converted with rad2deg(s)\n" +"c = acos(0.866025)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:66 +msgid "" +"Returns the arc sine of [code]s[/code] in radians. Use to get the angle of " +"sine [code]s[/code]. [code]s[/code] must be between [code]-1.0[/code] and " +"[code]1.0[/code] (inclusive), otherwise, [method asin] will return [constant " +"NAN].\n" +"[codeblock]\n" +"# s is 0.523599 or 30 degrees if converted with rad2deg(s)\n" +"s = asin(0.5)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:78 +msgid "" +"Asserts that the [code]condition[/code] is [code]true[/code]. If the " +"[code]condition[/code] is [code]false[/code], an error is generated. When " +"running from the editor, the running project will also be paused until you " +"resume it. This can be used as a stronger form of [method push_error] for " +"reporting errors to project developers or add-on users.\n" +"[b]Note:[/b] For performance reasons, the code inside [method assert] is " +"only executed in debug builds or when running the project from the editor. " +"Don't include code that has side effects in an [method assert] call. " +"Otherwise, the project will behave differently when exported in release " +"mode.\n" +"The optional [code]message[/code] argument, if given, is shown in addition " +"to the generic \"Assertion failed\" message. You can use this to provide " +"additional details about why the assertion failed.\n" +"[codeblock]\n" +"# Imagine we always want speed to be between 0 and 20.\n" +"var speed = -10\n" +"assert(speed < 20) # True, the program will continue\n" +"assert(speed >= 0) # False, the program will stop\n" +"assert(speed >= 0 and speed < 20) # You can also combine the two conditional " +"statements in one check\n" +"assert(speed < 20, \"speed = %f, but the speed limit is 20\" % speed) # Show " +"a message with clarifying details\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:95 +msgid "" +"Returns the arc tangent of [code]s[/code] in radians. Use it to get the " +"angle from an angle's tangent in trigonometry: [code]atan(tan(angle)) == " +"angle[/code].\n" +"The method cannot know in which quadrant the angle should fall. See [method " +"atan2] if you have both [code]y[/code] and [code]x[/code].\n" +"[codeblock]\n" +"a = atan(0.5) # a is 0.463648\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:107 +msgid "" +"Returns the arc tangent of [code]y/x[/code] in radians. Use to get the angle " +"of tangent [code]y/x[/code]. To compute the value, the method takes into " +"account the sign of both arguments in order to determine the quadrant.\n" +"Important note: The Y coordinate comes first, by convention.\n" +"[codeblock]\n" +"a = atan2(0, -1) # a is 3.141593\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:119 +msgid "" +"Decodes a byte array back to a value. When [code]allow_objects[/code] is " +"[code]true[/code] decoding objects is allowed.\n" +"[b]WARNING:[/b] Deserialized object can contain code which gets executed. Do " +"not use this option if the serialized object comes from untrusted sources to " +"avoid potential security threats (remote code execution)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:128 +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:145 +msgid "" +"Converts a 2D point expressed in the cartesian coordinate system (X and Y " +"axis) to the polar coordinate system (a distance from the origin and an " +"angle)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:135 +msgid "" +"Rounds [code]s[/code] upward (towards positive infinity), returning the " +"smallest whole number that is not less than [code]s[/code].\n" +"[codeblock]\n" +"a = ceil(1.45) # a is 2.0\n" +"a = ceil(1.001) # a is 2.0\n" +"[/codeblock]\n" +"See also [method floor], [method round], [method stepify], and [int]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:147 +msgid "" +"Returns a character as a String of the given Unicode code point (which is " +"compatible with ASCII code).\n" +"[codeblock]\n" +"a = char(65) # a is \"A\"\n" +"a = char(65 + 32) # a is \"a\"\n" +"a = char(8364) # a is \"€\"\n" +"[/codeblock]\n" +"This is the inverse of [method ord]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:162 +msgid "" +"Clamps [code]value[/code] and returns a value not less than [code]min[/code] " +"and not more than [code]max[/code].\n" +"[codeblock]\n" +"a = clamp(1000, 1, 20) # a is 20\n" +"a = clamp(-10, 1, 20) # a is 1\n" +"a = clamp(15, 1, 20) # a is 15\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:175 +msgid "" +"Converts from a type to another in the best way possible. The [code]type[/" +"code] parameter uses the [enum Variant.Type] values.\n" +"[codeblock]\n" +"a = Vector2(1, 0)\n" +"# Prints 1\n" +"print(a.length())\n" +"a = convert(a, TYPE_STRING)\n" +"# Prints 6 as \"(1, 0)\" is 6 characters\n" +"print(a.length())\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:190 +msgid "" +"Returns the cosine of angle [code]s[/code] in radians.\n" +"[codeblock]\n" +"a = cos(TAU) # a is 1.0\n" +"a = cos(PI) # a is -1.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:201 +msgid "" +"Returns the hyperbolic cosine of [code]s[/code] in radians.\n" +"[codeblock]\n" +"print(cosh(1)) # Prints 1.543081\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:211 +msgid "Converts from decibels to linear energy (audio)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:218 +msgid "Deprecated alias for [method step_decimals]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:227 +msgid "" +"[b]Note:[/b] [code]dectime[/code] has been deprecated and will be removed in " +"Godot 4.0, please use [method move_toward] instead.\n" +"Returns the result of [code]value[/code] decreased by [code]step[/code] * " +"[code]amount[/code].\n" +"[codeblock]\n" +"a = dectime(60, 10, 0.1)) # a is 59.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:238 +msgid "" +"Converts an angle expressed in degrees to radians.\n" +"[codeblock]\n" +"r = deg2rad(180) # r is 3.141593\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:248 +msgid "" +"Converts a dictionary (previously created with [method inst2dict]) back to " +"an instance. Useful for deserializing." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:256 +msgid "" +"Returns an \"eased\" value of [code]x[/code] based on an easing function " +"defined with [code]curve[/code]. This easing function is based on an " +"exponent. The [code]curve[/code] can be any floating-point number, with " +"specific values leading to the following behaviors:\n" +"[codeblock]\n" +"- Lower than -1.0 (exclusive): Ease in-out\n" +"- 1.0: Linear\n" +"- Between -1.0 and 0.0 (exclusive): Ease out-in\n" +"- 0.0: Constant\n" +"- Between 0.0 to 1.0 (exclusive): Ease in\n" +"- 1.0: Linear\n" +"- Greater than 1.0 (exclusive): Ease out\n" +"[/codeblock]\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" +"ease_cheatsheet.png]ease() curve values cheatsheet[/url]\n" +"See also [method smoothstep]. If you need to perform more advanced " +"transitions, use [Tween] or [AnimationPlayer]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:274 +msgid "" +"The natural exponential function. It raises the mathematical constant [b]e[/" +"b] to the power of [code]s[/code] and returns it.\n" +"[b]e[/b] has an approximate value of 2.71828, and can be obtained with " +"[code]exp(1)[/code].\n" +"For exponents to other bases use the method [method pow].\n" +"[codeblock]\n" +"a = exp(2) # Approximately 7.39\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:286 +msgid "" +"Rounds [code]s[/code] downward (towards negative infinity), returning the " +"largest whole number that is not more than [code]s[/code].\n" +"[codeblock]\n" +"a = floor(2.45) # a is 2.0\n" +"a = floor(2.99) # a is 2.0\n" +"a = floor(-2.99) # a is -3.0\n" +"[/codeblock]\n" +"See also [method ceil], [method round], [method stepify], and [int].\n" +"[b]Note:[/b] This method returns a float. If you need an integer and " +"[code]s[/code] is a non-negative number, you can use [code]int(s)[/code] " +"directly." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:301 +msgid "" +"Returns the floating-point remainder of [code]a/b[/code], keeping the sign " +"of [code]a[/code].\n" +"[codeblock]\n" +"r = fmod(7, 5.5) # r is 1.5\n" +"[/codeblock]\n" +"For the integer remainder operation, use the % operator." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:313 +msgid "" +"Returns the floating-point modulus of [code]a/b[/code] that wraps equally in " +"positive and negative.\n" +"[codeblock]\n" +"for i in 7:\n" +" var x = 0.5 * i - 1.5\n" +" print(\"%4.1f %4.1f %4.1f\" % [x, fmod(x, 1.5), fposmod(x, 1.5)])\n" +"[/codeblock]\n" +"Produces:\n" +"[codeblock]\n" +"-1.5 -0.0 0.0\n" +"-1.0 -1.0 0.5\n" +"-0.5 -0.5 1.0\n" +" 0.0 0.0 0.0\n" +" 0.5 0.5 0.5\n" +" 1.0 1.0 1.0\n" +" 1.5 0.0 0.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:336 +msgid "" +"Returns a reference to the specified function [code]funcname[/code] in the " +"[code]instance[/code] node. As functions aren't first-class objects in " +"GDscript, use [code]funcref[/code] to store a [FuncRef] in a variable and " +"call it later.\n" +"[codeblock]\n" +"func foo():\n" +" return(\"bar\")\n" +"\n" +"a = funcref(self, \"foo\")\n" +"print(a.call_func()) # Prints bar\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:349 +msgid "" +"Returns an array of dictionaries representing the current call stack.\n" +"[codeblock]\n" +"func _ready():\n" +" foo()\n" +"\n" +"func foo():\n" +" bar()\n" +"\n" +"func bar():\n" +" print(get_stack())\n" +"[/codeblock]\n" +"would print\n" +"[codeblock]\n" +"[{function:bar, line:12, source:res://script.gd}, {function:foo, line:9, " +"source:res://script.gd}, {function:_ready, line:6, source:res://script.gd}]\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:370 +msgid "" +"Returns the integer hash of the variable passed.\n" +"[codeblock]\n" +"print(hash(\"a\")) # Prints 177670\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:380 +msgid "" +"Returns the passed instance converted to a dictionary (useful for " +"serializing).\n" +"[codeblock]\n" +"var foo = \"bar\"\n" +"func _ready():\n" +" var d = inst2dict(self)\n" +" print(d.keys())\n" +" print(d.values())\n" +"[/codeblock]\n" +"Prints out:\n" +"[codeblock]\n" +"[@subpath, @path, foo]\n" +"[, res://test.gd, bar]\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:399 +msgid "" +"Returns the Object that corresponds to [code]instance_id[/code]. All Objects " +"have a unique instance ID.\n" +"[codeblock]\n" +"var foo = \"bar\"\n" +"func _ready():\n" +" var id = get_instance_id()\n" +" var inst = instance_from_id(id)\n" +" print(inst.foo) # Prints bar\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:415 +msgid "" +"Returns a normalized value considering the given range. This is the opposite " +"of [method lerp].\n" +"[codeblock]\n" +"var middle = lerp(20, 30, 0.75)\n" +"# `middle` is now 27.5.\n" +"# Now, we pretend to have forgotten the original ratio and want to get it " +"back.\n" +"var ratio = inverse_lerp(20, 30, 27.5)\n" +"# `ratio` is now 0.75.\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:430 +msgid "" +"Returns [code]true[/code] if [code]a[/code] and [code]b[/code] are " +"approximately equal to each other.\n" +"Here, approximately equal means that [code]a[/code] and [code]b[/code] are " +"within a small internal epsilon of each other, which scales with the " +"magnitude of the numbers.\n" +"Infinity values of the same sign are considered equal." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:439 +msgid "" +"Returns whether [code]s[/code] is an infinity value (either positive " +"infinity or negative infinity)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:446 +msgid "" +"Returns whether [code]instance[/code] is a valid object (e.g. has not been " +"deleted from memory)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:453 +msgid "" +"Returns whether [code]s[/code] is a NaN (\"Not a Number\" or invalid) value." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:460 +msgid "" +"Returns [code]true[/code] if [code]s[/code] is zero or almost zero.\n" +"This method is faster than using [method is_equal_approx] with one value as " +"zero." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:468 +msgid "" +"Returns length of Variant [code]var[/code]. Length is the character count of " +"String, element count of Array, size of Dictionary, etc.\n" +"[b]Note:[/b] Generates a fatal error if Variant can not provide a length.\n" +"[codeblock]\n" +"a = [1, 2, 3, 4]\n" +"len(a) # Returns 4\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:482 +msgid "" +"Linearly interpolates between two values by a normalized value. This is the " +"opposite of [method inverse_lerp].\n" +"If the [code]from[/code] and [code]to[/code] arguments are of type [int] or " +"[float], the return value is a [float].\n" +"If both are of the same vector type ([Vector2], [Vector3] or [Color]), the " +"return value will be of the same type ([code]lerp[/code] then calls the " +"vector type's [code]linear_interpolate[/code] method).\n" +"[codeblock]\n" +"lerp(0, 4, 0.75) # Returns 3.0\n" +"lerp(Vector2(1, 5), Vector2(3, 2), 0.5) # Returns Vector2(2, 3.5)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:497 +msgid "" +"Linearly interpolates between two angles (in radians) by a normalized " +"value.\n" +"Similar to [method lerp], but interpolates correctly when the angles wrap " +"around [constant @GDScript.TAU].\n" +"[codeblock]\n" +"extends Sprite\n" +"var elapsed = 0.0\n" +"func _process(delta):\n" +" var min_angle = deg2rad(0.0)\n" +" var max_angle = deg2rad(90.0)\n" +" rotation = lerp_angle(min_angle, max_angle, elapsed)\n" +" elapsed += delta\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:514 +msgid "" +"Converts from linear energy to decibels (audio). This can be used to " +"implement volume sliders that behave as expected (since volume isn't " +"linear). Example:\n" +"[codeblock]\n" +"# \"Slider\" refers to a node that inherits Range such as HSlider or " +"VSlider.\n" +"# Its range must be configured to go from 0 to 1.\n" +"# Change the bus name if you'd like to change the volume of a specific bus " +"only.\n" +"AudioServer.set_bus_volume_db(AudioServer.get_bus_index(\"Master\"), " +"linear2db($Slider.value))\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:527 +msgid "" +"Loads a resource from the filesystem located at [code]path[/code]. The " +"resource is loaded on the method call (unless it's referenced already " +"elsewhere, e.g. in another script or in the scene), which might cause slight " +"delay, especially when loading scenes. To avoid unnecessary delays when " +"loading something multiple times, either store the resource in a variable or " +"use [method preload].\n" +"[b]Note:[/b] Resource paths can be obtained by right-clicking on a resource " +"in the FileSystem dock and choosing \"Copy Path\" or by dragging the file " +"from the FileSystem dock into the script.\n" +"[codeblock]\n" +"# Load a scene called main located in the root of the project directory and " +"cache it in a variable.\n" +"var main = load(\"res://main.tscn\") # main will contain a PackedScene " +"resource.\n" +"[/codeblock]\n" +"[b]Important:[/b] The path must be absolute, a local path will just return " +"[code]null[/code].\n" +"This method is a simplified version of [method ResourceLoader.load], which " +"can be used for more advanced scenarios." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:541 +msgid "" +"Natural logarithm. The amount of time needed to reach a certain level of " +"continuous growth.\n" +"[b]Note:[/b] This is not the same as the \"log\" function on most " +"calculators, which uses a base 10 logarithm.\n" +"[codeblock]\n" +"log(10) # Returns 2.302585\n" +"[/codeblock]\n" +"[b]Note:[/b] The logarithm of [code]0[/code] returns [code]-inf[/code], " +"while negative values return [code]-nan[/code]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:554 +msgid "" +"Returns the maximum of two values.\n" +"[codeblock]\n" +"max(1, 2) # Returns 2\n" +"max(-3.99, -4) # Returns -3.99\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:566 +msgid "" +"Returns the minimum of two values.\n" +"[codeblock]\n" +"min(1, 2) # Returns 1\n" +"min(-3.99, -4) # Returns -4\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:579 +msgid "" +"Moves [code]from[/code] toward [code]to[/code] by the [code]delta[/code] " +"value.\n" +"Use a negative [code]delta[/code] value to move away.\n" +"[codeblock]\n" +"move_toward(5, 10, 4) # Returns 9\n" +"move_toward(10, 5, 4) # Returns 6\n" +"move_toward(10, 5, -1.5) # Returns 11.5\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:592 +msgid "" +"Returns the nearest equal or larger power of 2 for integer [code]value[/" +"code].\n" +"In other words, returns the smallest value [code]a[/code] where [code]a = " +"pow(2, n)[/code] such that [code]value <= a[/code] for some non-negative " +"integer [code]n[/code].\n" +"[codeblock]\n" +"nearest_po2(3) # Returns 4\n" +"nearest_po2(4) # Returns 4\n" +"nearest_po2(5) # Returns 8\n" +"\n" +"nearest_po2(0) # Returns 0 (this may not be what you expect)\n" +"nearest_po2(-1) # Returns 0 (this may not be what you expect)\n" +"[/codeblock]\n" +"[b]WARNING:[/b] Due to the way it is implemented, this function returns " +"[code]0[/code] rather than [code]1[/code] for non-positive values of " +"[code]value[/code] (in reality, 1 is the smallest integer power of 2)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:609 +msgid "" +"Returns an integer representing the Unicode code point of the given Unicode " +"character [code]char[/code].\n" +"[codeblock]\n" +"a = ord(\"A\") # a is 65\n" +"a = ord(\"a\") # a is 97\n" +"a = ord(\"€\") # a is 8364\n" +"[/codeblock]\n" +"This is the inverse of [method char]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:622 +msgid "" +"Parse JSON text to a Variant. (Use [method typeof] to check if the Variant's " +"type is what you expect.)\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, parsing a JSON text will convert " +"all numerical values to [float] types.\n" +"[b]Note:[/b] JSON objects do not preserve key order like Godot dictionaries, " +"thus, you should not rely on keys being in a certain order if a dictionary " +"is constructed from JSON. In contrast, JSON arrays retain the order of their " +"elements:\n" +"[codeblock]\n" +"var p = JSON.parse('[\"hello\", \"world\", \"!\"]')\n" +"if typeof(p.result) == TYPE_ARRAY:\n" +" print(p.result[0]) # Prints \"hello\"\n" +"else:\n" +" push_error(\"Unexpected results.\")\n" +"[/codeblock]\n" +"See also [JSON] for an alternative way to parse JSON text." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:640 +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:142 +msgid "" +"Converts a 2D point expressed in the polar coordinate system (a distance " +"from the origin [code]r[/code] and an angle [code]th[/code]) to the " +"cartesian coordinate system (X and Y axis)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:648 +msgid "" +"Returns the integer modulus of [code]a/b[/code] that wraps equally in " +"positive and negative.\n" +"[codeblock]\n" +"for i in range(-3, 4):\n" +" print(\"%2d %2d %2d\" % [i, i % 3, posmod(i, 3)])\n" +"[/codeblock]\n" +"Produces:\n" +"[codeblock]\n" +"-3 0 0\n" +"-2 -2 1\n" +"-1 -1 2\n" +" 0 0 0\n" +" 1 1 1\n" +" 2 2 2\n" +" 3 0 0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:670 +msgid "" +"Returns the result of [code]base[/code] raised to the power of [code]exp[/" +"code].\n" +"[codeblock]\n" +"pow(2, 5) # Returns 32.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:680 +msgid "" +"Returns a [Resource] from the filesystem located at [code]path[/code]. The " +"resource is loaded during script parsing, i.e. is loaded with the script and " +"[method preload] effectively acts as a reference to that resource. Note that " +"the method requires a constant path. If you want to load a resource from a " +"dynamic/variable path, use [method load].\n" +"[b]Note:[/b] Resource paths can be obtained by right clicking on a resource " +"in the Assets Panel and choosing \"Copy Path\" or by dragging the file from " +"the FileSystem dock into the script.\n" +"[codeblock]\n" +"# Instance a scene.\n" +"var diamond = preload(\"res://diamond.tscn\").instance()\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:691 +msgid "" +"Converts one or more arguments of any type to string in the best way " +"possible and prints them to the console.\n" +"[codeblock]\n" +"a = [1, 2, 3]\n" +"print(\"a\", \"=\", a) # Prints a=[1, 2, 3]\n" +"[/codeblock]\n" +"[b]Note:[/b] Consider using [method push_error] and [method push_warning] to " +"print error and warning messages instead of [method print]. This " +"distinguishes them from print messages used for debugging purposes, while " +"also displaying a stack trace when an error or warning is printed." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:702 +msgid "Like [method print], but prints only when used in debug mode." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:708 +msgid "" +"Prints a stack track at code location, only works when running with debugger " +"turned on.\n" +"Output in the console would look something like this:\n" +"[codeblock]\n" +"Frame 0 - res://test.gd:16 in function '_process'\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:718 +msgid "" +"Prints one or more arguments to strings in the best way possible to standard " +"error line.\n" +"[codeblock]\n" +"printerr(\"prints to stderr\")\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:727 +msgid "" +"Prints one or more arguments to strings in the best way possible to console. " +"No newline is added at the end.\n" +"[codeblock]\n" +"printraw(\"A\")\n" +"printraw(\"B\")\n" +"# Prints AB\n" +"[/codeblock]\n" +"[b]Note:[/b] Due to limitations with Godot's built-in console, this only " +"prints to the terminal. If you need to print in the editor, use another " +"method, such as [method print]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:739 +msgid "" +"Prints one or more arguments to the console with a space between each " +"argument.\n" +"[codeblock]\n" +"prints(\"A\", \"B\", \"C\") # Prints A B C\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:748 +msgid "" +"Prints one or more arguments to the console with a tab between each " +"argument.\n" +"[codeblock]\n" +"printt(\"A\", \"B\", \"C\") # Prints A B C\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:758 +msgid "" +"Pushes an error message to Godot's built-in debugger and to the OS " +"terminal.\n" +"[codeblock]\n" +"push_error(\"test error\") # Prints \"test error\" to debugger and terminal " +"as error call\n" +"[/codeblock]\n" +"[b]Note:[/b] Errors printed this way will not pause project execution. To " +"print an error message and pause project execution in debug builds, use " +"[code]assert(false, \"test error\")[/code] instead." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:769 +msgid "" +"Pushes a warning message to Godot's built-in debugger and to the OS " +"terminal.\n" +"[codeblock]\n" +"push_warning(\"test warning\") # Prints \"test warning\" to debugger and " +"terminal as warning call\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:779 +msgid "" +"Converts an angle expressed in radians to degrees.\n" +"[codeblock]\n" +"rad2deg(0.523599) # Returns 30.0\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:790 +msgid "" +"Random range, any floating point value between [code]from[/code] and " +"[code]to[/code].\n" +"[codeblock]\n" +"prints(rand_range(0, 1), rand_range(0, 1)) # Prints e.g. 0.135591 0.405263\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:800 +msgid "" +"Random from seed: pass a [code]seed[/code], and an array with both number " +"and new seed is returned. \"Seed\" here refers to the internal state of the " +"pseudo random number generator. The internal state of the current " +"implementation is 64 bits." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:806 +msgid "" +"Returns a random floating point value on the interval [code][0, 1][/code].\n" +"[codeblock]\n" +"randf() # Returns e.g. 0.375671\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:815 +msgid "" +"Returns a random unsigned 32-bit integer. Use remainder to obtain a random " +"value in the interval [code][0, N - 1][/code] (where N is smaller than " +"2^32).\n" +"[codeblock]\n" +"randi() # Returns random integer between 0 and 2^32 - 1\n" +"randi() % 20 # Returns random integer between 0 and 19\n" +"randi() % 100 # Returns random integer between 0 and 99\n" +"randi() % 100 + 1 # Returns random integer between 1 and 100\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:827 +msgid "" +"Randomizes the seed (or the internal state) of the random number generator. " +"Current implementation reseeds using a number based on time.\n" +"[codeblock]\n" +"func _ready():\n" +" randomize()\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:837 +msgid "" +"Returns an array with the given range. Range can be 1 argument [code]N[/" +"code] (0 to [code]N[/code] - 1), two arguments ([code]initial[/code], " +"[code]final - 1[/code]) or three arguments ([code]initial[/code], " +"[code]final - 1[/code], [code]increment[/code]). Returns an empty array if " +"the range isn't valid (e.g. [code]range(2, 5, -1)[/code] or [code]range(5, " +"5, 1)[/code]).\n" +"Returns an array with the given range. [code]range()[/code] can have 1 " +"argument N ([code]0[/code] to [code]N - 1[/code]), two arguments " +"([code]initial[/code], [code]final - 1[/code]) or three arguments " +"([code]initial[/code], [code]final - 1[/code], [code]increment[/code]). " +"[code]increment[/code] can be negative. If [code]increment[/code] is " +"negative, [code]final - 1[/code] will become [code]final + 1[/code]. Also, " +"the initial value must be greater than the final value for the loop to run.\n" +"[codeblock]\n" +"print(range(4))\n" +"print(range(2, 5))\n" +"print(range(0, 6, 2))\n" +"[/codeblock]\n" +"Output:\n" +"[codeblock]\n" +"[0, 1, 2, 3]\n" +"[2, 3, 4]\n" +"[0, 2, 4]\n" +"[/codeblock]\n" +"To iterate over an [Array] backwards, use:\n" +"[codeblock]\n" +"var array = [3, 6, 9]\n" +"var i := array.size() - 1\n" +"while i >= 0:\n" +" print(array[i])\n" +" i -= 1\n" +"[/codeblock]\n" +"Output:\n" +"[codeblock]\n" +"9\n" +"6\n" +"3\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:874 +msgid "" +"Maps a [code]value[/code] from range [code][istart, istop][/code] to [code]" +"[ostart, ostop][/code].\n" +"[codeblock]\n" +"range_lerp(75, 0, 100, -1, 1) # Returns 0.5\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:884 +msgid "" +"Rounds [code]s[/code] to the nearest whole number, with halfway cases " +"rounded away from zero.\n" +"[codeblock]\n" +"a = round(2.49) # a is 2.0\n" +"a = round(2.5) # a is 3.0\n" +"a = round(2.51) # a is 3.0\n" +"[/codeblock]\n" +"See also [method floor], [method ceil], [method stepify], and [int]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:897 +msgid "" +"Sets seed for the random number generator.\n" +"[codeblock]\n" +"my_seed = \"Godot Rocks\"\n" +"seed(my_seed.hash())\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:908 +msgid "" +"Returns the sign of [code]s[/code]: -1 or 1. Returns 0 if [code]s[/code] is " +"0.\n" +"[codeblock]\n" +"sign(-6) # Returns -1\n" +"sign(0) # Returns 0\n" +"sign(6) # Returns 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:920 +msgid "" +"Returns the sine of angle [code]s[/code] in radians.\n" +"[codeblock]\n" +"sin(0.523599) # Returns 0.5\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:930 +msgid "" +"Returns the hyperbolic sine of [code]s[/code].\n" +"[codeblock]\n" +"a = log(2.0) # Returns 0.693147\n" +"sinh(a) # Returns 0.75\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:943 +msgid "" +"Returns the result of smoothly interpolating the value of [code]s[/code] " +"between [code]0[/code] and [code]1[/code], based on the where [code]s[/code] " +"lies with respect to the edges [code]from[/code] and [code]to[/code].\n" +"The return value is [code]0[/code] if [code]s <= from[/code], and [code]1[/" +"code] if [code]s >= to[/code]. If [code]s[/code] lies between [code]from[/" +"code] and [code]to[/code], the returned value follows an S-shaped curve that " +"maps [code]s[/code] between [code]0[/code] and [code]1[/code].\n" +"This S-shaped curve is the cubic Hermite interpolator, given by [code]f(y) = " +"3*y^2 - 2*y^3[/code] where [code]y = (x-from) / (to-from)[/code].\n" +"[codeblock]\n" +"smoothstep(0, 2, -5.0) # Returns 0.0\n" +"smoothstep(0, 2, 0.5) # Returns 0.15625\n" +"smoothstep(0, 2, 1.0) # Returns 0.5\n" +"smoothstep(0, 2, 2.0) # Returns 1.0\n" +"[/codeblock]\n" +"Compared to [method ease] with a curve value of [code]-1.6521[/code], " +"[method smoothstep] returns the smoothest possible curve with no sudden " +"changes in the derivative. If you need to perform more advanced transitions, " +"use [Tween] or [AnimationPlayer].\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" +"smoothstep_ease_comparison.png]Comparison between smoothstep() and ease(x, " +"-1.6521) return values[/url]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:960 +msgid "" +"Returns the square root of [code]s[/code], where [code]s[/code] is a non-" +"negative number.\n" +"[codeblock]\n" +"sqrt(9) # Returns 3\n" +"[/codeblock]\n" +"[b]Note:[/b] Negative values of [code]s[/code] return NaN. If you need " +"negative inputs, use [code]System.Numerics.Complex[/code] in C#." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:971 +msgid "" +"Returns the position of the first non-zero digit, after the decimal point. " +"Note that the maximum return value is 10, which is a design decision in the " +"implementation.\n" +"[codeblock]\n" +"n = step_decimals(5) # n is 0\n" +"n = step_decimals(1.0005) # n is 4\n" +"n = step_decimals(0.000000005) # n is 9\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:984 +msgid "" +"Snaps float value [code]s[/code] to a given [code]step[/code]. This can also " +"be used to round a floating point number to an arbitrary number of " +"decimals.\n" +"[codeblock]\n" +"stepify(100, 32) # Returns 96.0\n" +"stepify(3.14159, 0.01) # Returns 3.14\n" +"[/codeblock]\n" +"See also [method ceil], [method floor], [method round], and [int]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:995 +msgid "" +"Converts one or more arguments of any type to string in the best way " +"possible.\n" +"[codeblock]\n" +"var a = [10, 20, 30]\n" +"var b = str(a);\n" +"len(a) # Returns 3\n" +"len(b) # Returns 12\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1008 +msgid "" +"Converts a formatted string that was returned by [method var2str] to the " +"original value.\n" +"[codeblock]\n" +"a = '{ \"a\": 1, \"b\": 2 }'\n" +"b = str2var(a)\n" +"print(b[\"a\"]) # Prints 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1020 +msgid "" +"Returns the tangent of angle [code]s[/code] in radians.\n" +"[codeblock]\n" +"tan(deg2rad(45)) # Returns 1\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1030 +msgid "" +"Returns the hyperbolic tangent of [code]s[/code].\n" +"[codeblock]\n" +"a = log(2.0) # a is 0.693147\n" +"b = tanh(a) # b is 0.6\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1041 +msgid "" +"Converts a [Variant] [code]var[/code] to JSON text and return the result. " +"Useful for serializing data to store or send over the network.\n" +"[codeblock]\n" +"# Both numbers below are integers.\n" +"a = { \"a\": 1, \"b\": 2 }\n" +"b = to_json(a)\n" +"print(b) # {\"a\":1, \"b\":2}\n" +"# Both numbers above are floats, even if they display without any decimal " +"places.\n" +"[/codeblock]\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, converting a [Variant] to JSON " +"text will convert all numerical values to [float] types.\n" +"See also [JSON] for an alternative way to convert a [Variant] to JSON text." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1057 +msgid "" +"Returns whether the given class exists in [ClassDB].\n" +"[codeblock]\n" +"type_exists(\"Sprite\") # Returns true\n" +"type_exists(\"Variant\") # Returns false\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1068 +msgid "" +"Returns the internal type of the given Variant object, using the [enum " +"Variant.Type] values.\n" +"[codeblock]\n" +"p = parse_json('[\"a\", \"b\", \"c\"]')\n" +"if typeof(p) == TYPE_ARRAY:\n" +" print(p[0]) # Prints a\n" +"else:\n" +" print(\"unexpected results\")\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1082 +msgid "" +"Checks that [code]json[/code] is valid JSON data. Returns an empty string if " +"valid, or an error message otherwise.\n" +"[codeblock]\n" +"j = to_json([1, 2, 3])\n" +"v = validate_json(j)\n" +"if not v:\n" +" print(\"Valid JSON.\")\n" +"else:\n" +" push_error(\"Invalid JSON: \" + v)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1098 +msgid "" +"Encodes a variable value to a byte array. When [code]full_objects[/code] is " +"[code]true[/code] encoding objects is allowed (and can potentially include " +"code)." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1105 +msgid "" +"Converts a Variant [code]var[/code] to a formatted string that can later be " +"parsed using [method str2var].\n" +"[codeblock]\n" +"a = { \"a\": 1, \"b\": 2 }\n" +"print(var2str(a))\n" +"[/codeblock]\n" +"prints\n" +"[codeblock]\n" +"{\n" +"\"a\": 1,\n" +"\"b\": 2\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1123 +msgid "" +"Returns a weak reference to an object.\n" +"A weak reference to an object is not enough to keep the object alive: when " +"the only remaining references to a referent are weak references, garbage " +"collection is free to destroy the referent and reuse its memory for " +"something else. However, until the object is actually destroyed the weak " +"reference may return the object even if there are no strong references to it." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1133 +msgid "" +"Wraps float [code]value[/code] between [code]min[/code] and [code]max[/" +"code].\n" +"Usable for creating loop-alike behavior or infinite surfaces.\n" +"[codeblock]\n" +"# Infinite loop between 5.0 and 9.9\n" +"value = wrapf(value + 0.1, 5.0, 10.0)\n" +"[/codeblock]\n" +"[codeblock]\n" +"# Infinite rotation (in radians)\n" +"angle = wrapf(angle + 0.1, 0.0, TAU)\n" +"[/codeblock]\n" +"[codeblock]\n" +"# Infinite rotation (in radians)\n" +"angle = wrapf(angle + 0.1, -PI, PI)\n" +"[/codeblock]\n" +"[b]Note:[/b] If [code]min[/code] is [code]0[/code], this is equivalent to " +"[method fposmod], so prefer using that instead.\n" +"[code]wrapf[/code] is more flexible than using the [method fposmod] approach " +"by giving the user control over the minimum value." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1157 +msgid "" +"Wraps integer [code]value[/code] between [code]min[/code] and [code]max[/" +"code].\n" +"Usable for creating loop-alike behavior or infinite surfaces.\n" +"[codeblock]\n" +"# Infinite loop between 5 and 9\n" +"frame = wrapi(frame + 1, 5, 10)\n" +"[/codeblock]\n" +"[codeblock]\n" +"# result is -2\n" +"var result = wrapi(-6, -5, -1)\n" +"[/codeblock]\n" +"[b]Note:[/b] If [code]min[/code] is [code]0[/code], this is equivalent to " +"[method posmod], so prefer using that instead.\n" +"[code]wrapi[/code] is more flexible than using the [method posmod] approach " +"by giving the user control over the minimum value." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1176 +msgid "" +"Stops the function execution and returns the current suspended state to the " +"calling function.\n" +"From the caller, call [method GDScriptFunctionState.resume] on the state to " +"resume execution. This invalidates the state. Within the resumed function, " +"[code]yield()[/code] returns whatever was passed to the [code]resume()[/" +"code] function call.\n" +"If passed an object and a signal, the execution is resumed when the object " +"emits the given signal. In this case, [code]yield()[/code] returns the " +"argument passed to [code]emit_signal()[/code] if the signal takes only one " +"argument, or an array containing all the arguments passed to " +"[code]emit_signal()[/code] if the signal takes multiple arguments.\n" +"You can also use [code]yield[/code] to wait for a function to finish:\n" +"[codeblock]\n" +"func _ready():\n" +" yield(countdown(), \"completed\") # waiting for the countdown() function " +"to complete\n" +" print('Ready')\n" +"\n" +"func countdown():\n" +" yield(get_tree(), \"idle_frame\") # returns a GDScriptFunctionState " +"object to _ready()\n" +" print(3)\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(2)\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(1)\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +"\n" +"# prints:\n" +"# 3\n" +"# 2\n" +"# 1\n" +"# Ready\n" +"[/codeblock]\n" +"When yielding on a function, the [code]completed[/code] signal will be " +"emitted automatically when the function returns. It can, therefore, be used " +"as the [code]signal[/code] parameter of the [code]yield[/code] method to " +"resume.\n" +"In order to yield on a function, the resulting function should also return a " +"[code]GDScriptFunctionState[/code]. Notice [code]yield(get_tree(), " +"\"idle_frame\")[/code] from the above example." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1207 +msgid "" +"Constant that represents how many times the diameter of a circle fits around " +"its perimeter. This is equivalent to [code]TAU / 2[/code]." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1210 +msgid "" +"The circle constant, the circumference of the unit circle in radians. This " +"is equivalent to [code]PI * 2[/code], or 360 degrees in rotations." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1213 +msgid "" +"Positive floating-point infinity. This is the result of floating-point " +"division when the divisor is [code]0.0[/code]. For negative infinity, use " +"[code]-INF[/code]. Dividing by [code]-0.0[/code] will result in negative " +"infinity if the numerator is positive, so dividing by [code]0.0[/code] is " +"not the same as dividing by [code]-0.0[/code] (despite [code]0.0 == -0.0[/" +"code] returning [code]true[/code]).\n" +"[b]Note:[/b] Numeric infinity is only a concept with floating-point numbers, " +"and has no equivalent for integers. Dividing an integer number by [code]0[/" +"code] will not result in [constant INF] and will result in a run-time error " +"instead." +msgstr "" + +#: modules/gdscript/doc_classes/@GDScript.xml:1217 +msgid "" +"\"Not a Number\", an invalid floating-point value. [constant NAN] has " +"special properties, including that it is not equal to itself ([code]NAN == " +"NAN[/code] returns [code]false[/code]). It is output by some invalid " +"operations, such as dividing floating-point [code]0.0[/code] by [code]0.0[/" +"code].\n" +"[b]Note:[/b] \"Not a Number\" is only a concept with floating-point numbers, " +"and has no equivalent for integers. Dividing an integer [code]0[/code] by " +"[code]0[/code] will not result in [constant NAN] and will result in a run-" +"time error instead." +msgstr "" + +#: doc/classes/@GlobalScope.xml:4 +msgid "Global scope constants and variables." +msgstr "" + +#: doc/classes/@GlobalScope.xml:7 +msgid "" +"Global scope constants and variables. This is all that resides in the " +"globals, constants regarding error codes, scancodes, property hints, etc.\n" +"Singletons are also documented here, since they can be accessed from " +"anywhere." +msgstr "" + +#: doc/classes/@GlobalScope.xml:16 +msgid "The [ARVRServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:19 +msgid "The [AudioServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:22 +msgid "The [CameraServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:25 +msgid "The [ClassDB] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:28 +msgid "The [Engine] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:31 +msgid "The [Geometry] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:34 +msgid "The [IP] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:37 +msgid "The [Input] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:40 +msgid "The [InputMap] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:43 +msgid "The [JSON] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:46 +msgid "" +"The [JavaClassWrapper] singleton.\n" +"[b]Note:[/b] Only implemented on Android." +msgstr "" + +#: doc/classes/@GlobalScope.xml:50 +msgid "" +"The [JavaScript] singleton.\n" +"[b]Note:[/b] Only implemented on HTML5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:54 +msgid "The [Marshalls] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:57 +msgid "The [EditorNavigationMeshGenerator] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:60 +msgid "The [OS] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:63 +msgid "The [Performance] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:66 +msgid "The [Physics2DServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:69 +msgid "The [PhysicsServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:72 +msgid "The [ProjectSettings] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:75 +msgid "The [ResourceLoader] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:78 +msgid "The [ResourceSaver] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:81 +msgid "The [TranslationServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:84 +msgid "The [VisualScriptEditor] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:87 +msgid "The [VisualServer] singleton." +msgstr "" + +#: doc/classes/@GlobalScope.xml:92 +msgid "Left margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:95 +msgid "Top margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:98 +msgid "Right margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:101 +msgid "" +"Bottom margin, usually used for [Control] or [StyleBox]-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:104 +msgid "Top-left corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:107 +msgid "Top-right corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:110 +msgid "Bottom-right corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:113 +msgid "Bottom-left corner." +msgstr "" + +#: doc/classes/@GlobalScope.xml:116 +msgid "" +"General vertical alignment, usually used for [Separator], [ScrollBar], " +"[Slider], etc." +msgstr "" + +#: doc/classes/@GlobalScope.xml:119 +msgid "" +"General horizontal alignment, usually used for [Separator], [ScrollBar], " +"[Slider], etc." +msgstr "" + +#: doc/classes/@GlobalScope.xml:122 +msgid "Horizontal left alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:125 +msgid "Horizontal center alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:128 +msgid "Horizontal right alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:131 +msgid "Vertical top alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:134 +msgid "Vertical center alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:137 +msgid "Vertical bottom alignment, usually for text-derived classes." +msgstr "" + +#: doc/classes/@GlobalScope.xml:140 +msgid "Scancodes with this bit applied are non-printable." +msgstr "" + +#: doc/classes/@GlobalScope.xml:143 +msgid "Escape key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:146 +msgid "Tab key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:149 +msgid "Shift+Tab key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:152 +msgid "Backspace key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:155 +msgid "Return key (on the main keyboard)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:158 +msgid "Enter key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:161 +msgid "Insert key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:164 +msgid "Delete key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:167 +msgid "Pause key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:170 +msgid "Print Screen key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:173 +msgid "System Request key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:176 +msgid "Clear key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:179 +msgid "Home key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:182 +msgid "End key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:185 +msgid "Left arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:188 +msgid "Up arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:191 +msgid "Right arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:194 +msgid "Down arrow key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:197 +msgid "Page Up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:200 +msgid "Page Down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:203 +msgid "Shift key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:206 +msgid "Control key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:209 +msgid "Meta key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:212 +msgid "Alt key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:215 +msgid "Caps Lock key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:218 +msgid "Num Lock key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:221 +msgid "Scroll Lock key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:224 +msgid "F1 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:227 +msgid "F2 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:230 +msgid "F3 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:233 +msgid "F4 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:236 +msgid "F5 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:239 +msgid "F6 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:242 +msgid "F7 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:245 +msgid "F8 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:248 +msgid "F9 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:251 +msgid "F10 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:254 +msgid "F11 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:257 +msgid "F12 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:260 +msgid "F13 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:263 +msgid "F14 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:266 +msgid "F15 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:269 +msgid "F16 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:272 +msgid "Multiply (*) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:275 +msgid "Divide (/) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:278 +msgid "Subtract (-) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:281 +msgid "Period (.) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:284 +msgid "Add (+) key on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:287 +msgid "Number 0 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:290 +msgid "Number 1 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:293 +msgid "Number 2 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:296 +msgid "Number 3 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:299 +msgid "Number 4 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:302 +msgid "Number 5 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:305 +msgid "Number 6 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:308 +msgid "Number 7 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:311 +msgid "Number 8 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:314 +msgid "Number 9 on the numeric keypad." +msgstr "" + +#: doc/classes/@GlobalScope.xml:317 +msgid "Left Super key (Windows key)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:320 +msgid "Right Super key (Windows key)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:323 +msgid "Context menu key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:326 +msgid "Left Hyper key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:329 +msgid "Right Hyper key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:332 +msgid "Help key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:335 +msgid "Left Direction key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:338 +msgid "Right Direction key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:341 +msgid "" +"Media back key. Not to be confused with the Back button on an Android device." +msgstr "" + +#: doc/classes/@GlobalScope.xml:344 +msgid "Media forward key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:347 doc/classes/@GlobalScope.xml:380 +msgid "Media stop key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:350 +msgid "Media refresh key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:353 +msgid "Volume down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:356 +msgid "Mute volume key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:359 +msgid "Volume up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:362 +msgid "Bass Boost key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:365 +msgid "Bass up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:368 +msgid "Bass down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:371 +msgid "Treble up key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:374 +msgid "Treble down key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:377 +msgid "Media play key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:383 +msgid "Previous song key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:386 +msgid "Next song key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:389 +msgid "Media record key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:392 +msgid "Home page key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:395 +msgid "Favorites key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:398 +msgid "Search key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:401 +msgid "Standby key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:404 +msgid "Open URL / Launch Browser key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:407 +msgid "Launch Mail key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:410 +msgid "Launch Media key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:413 +msgid "Launch Shortcut 0 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:416 +msgid "Launch Shortcut 1 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:419 +msgid "Launch Shortcut 2 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:422 +msgid "Launch Shortcut 3 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:425 +msgid "Launch Shortcut 4 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:428 +msgid "Launch Shortcut 5 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:431 +msgid "Launch Shortcut 6 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:434 +msgid "Launch Shortcut 7 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:437 +msgid "Launch Shortcut 8 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:440 +msgid "Launch Shortcut 9 key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:443 +msgid "Launch Shortcut A key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:446 +msgid "Launch Shortcut B key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:449 +msgid "Launch Shortcut C key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:452 +msgid "Launch Shortcut D key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:455 +msgid "Launch Shortcut E key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:458 +msgid "Launch Shortcut F key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:461 +msgid "Unknown key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:464 +msgid "Space key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:467 +msgid "! key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:470 +msgid "\" key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:473 +msgid "# key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:476 +msgid "$ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:479 +msgid "% key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:482 +msgid "& key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:485 +msgid "' key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:488 +msgid "( key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:491 +msgid ") key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:494 +msgid "* key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:497 +msgid "+ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:500 +msgid ", key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:503 +msgid "- key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:506 +msgid ". key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:509 +msgid "/ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:512 +msgid "Number 0." +msgstr "" + +#: doc/classes/@GlobalScope.xml:515 +msgid "Number 1." +msgstr "" + +#: doc/classes/@GlobalScope.xml:518 +msgid "Number 2." +msgstr "" + +#: doc/classes/@GlobalScope.xml:521 +msgid "Number 3." +msgstr "" + +#: doc/classes/@GlobalScope.xml:524 +msgid "Number 4." +msgstr "" + +#: doc/classes/@GlobalScope.xml:527 +msgid "Number 5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:530 +msgid "Number 6." +msgstr "" + +#: doc/classes/@GlobalScope.xml:533 +msgid "Number 7." +msgstr "" + +#: doc/classes/@GlobalScope.xml:536 +msgid "Number 8." +msgstr "" + +#: doc/classes/@GlobalScope.xml:539 +msgid "Number 9." +msgstr "" + +#: doc/classes/@GlobalScope.xml:542 +msgid ": key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:545 +msgid "; key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:548 +msgid "< key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:551 +msgid "= key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:554 +msgid "> key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:557 +msgid "? key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:560 +msgid "@ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:563 +msgid "A key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:566 +msgid "B key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:569 +msgid "C key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:572 +msgid "D key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:575 +msgid "E key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:578 +msgid "F key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:581 +msgid "G key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:584 +msgid "H key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:587 +msgid "I key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:590 +msgid "J key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:593 +msgid "K key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:596 +msgid "L key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:599 +msgid "M key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:602 +msgid "N key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:605 +msgid "O key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:608 +msgid "P key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:611 +msgid "Q key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:614 +msgid "R key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:617 +msgid "S key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:620 +msgid "T key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:623 +msgid "U key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:626 +msgid "V key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:629 +msgid "W key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:632 +msgid "X key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:635 +msgid "Y key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:638 +msgid "Z key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:641 +msgid "[ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:644 +msgid "\\ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:647 +msgid "] key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:650 +msgid "^ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:653 +msgid "_ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:656 +msgid "` key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:659 +msgid "{ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:662 +msgid "| key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:665 +msgid "} key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:668 +msgid "~ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:671 +msgid "Non-breakable space key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:674 +msgid "¡ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:677 +msgid "¢ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:680 +msgid "£ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:683 +msgid "¤ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:686 +msgid "¥ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:689 +msgid "¦ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:692 +msgid "§ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:695 +msgid "¨ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:698 +msgid "© key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:701 +msgid "ª key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:704 +msgid "« key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:707 +msgid "¬ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:710 +msgid "Soft hyphen key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:713 +msgid "® key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:716 +msgid "¯ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:719 +msgid "° key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:722 +msgid "± key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:725 +msgid "² key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:728 +msgid "³ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:731 +msgid "´ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:734 +msgid "µ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:737 +msgid "¶ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:740 +msgid "· key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:743 +msgid "¸ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:746 +msgid "¹ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:749 +msgid "º key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:752 +msgid "» key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:755 +msgid "¼ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:758 +msgid "½ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:761 +msgid "¾ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:764 +msgid "¿ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:767 +msgid "À key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:770 +msgid "Á key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:773 +msgid "Â key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:776 +msgid "Ã key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:779 +msgid "Ä key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:782 +msgid "Å key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:785 +msgid "Æ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:788 +msgid "Ç key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:791 +msgid "È key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:794 +msgid "É key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:797 +msgid "Ê key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:800 +msgid "Ë key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:803 +msgid "Ì key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:806 +msgid "Í key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:809 +msgid "Î key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:812 +msgid "Ï key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:815 +msgid "Ð key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:818 +msgid "Ñ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:821 +msgid "Ò key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:824 +msgid "Ó key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:827 +msgid "Ô key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:830 +msgid "Õ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:833 +msgid "Ö key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:836 +msgid "× key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:839 +msgid "Ø key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:842 +msgid "Ù key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:845 +msgid "Ú key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:848 +msgid "Û key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:851 +msgid "Ü key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:854 +msgid "Ý key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:857 +msgid "Þ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:860 +msgid "ß key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:863 +msgid "÷ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:866 +msgid "ÿ key." +msgstr "" + +#: doc/classes/@GlobalScope.xml:869 +msgid "Key Code mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:872 +msgid "Modifier key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:875 +msgid "Shift key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:878 +msgid "Alt key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:881 +msgid "Meta key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:884 +msgid "Ctrl key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:887 +msgid "" +"Command key mask. On macOS, this is equivalent to [constant KEY_MASK_META]. " +"On other platforms, this is equivalent to [constant KEY_MASK_CTRL]. This " +"mask should be preferred to [constant KEY_MASK_META] or [constant " +"KEY_MASK_CTRL] for system shortcuts as it handles all platforms correctly." +msgstr "" + +#: doc/classes/@GlobalScope.xml:890 +msgid "Keypad key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:893 +msgid "Group Switch key mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:896 +msgid "Left mouse button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:899 +msgid "Right mouse button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:902 +msgid "Middle mouse button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:905 +msgid "Extra mouse button 1 (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:908 +msgid "Extra mouse button 2 (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:911 +msgid "Mouse wheel up." +msgstr "" + +#: doc/classes/@GlobalScope.xml:914 +msgid "Mouse wheel down." +msgstr "" + +#: doc/classes/@GlobalScope.xml:917 +msgid "Mouse wheel left button (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:920 +msgid "Mouse wheel right button (only present on some mice)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:923 +msgid "Left mouse button mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:926 +msgid "Right mouse button mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:929 +msgid "Middle mouse button mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:932 +msgid "Extra mouse button 1 mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:935 +msgid "Extra mouse button 2 mask." +msgstr "" + +#: doc/classes/@GlobalScope.xml:938 +msgid "Invalid button or axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:941 +msgid "Gamepad button 0." +msgstr "" + +#: doc/classes/@GlobalScope.xml:944 +msgid "Gamepad button 1." +msgstr "" + +#: doc/classes/@GlobalScope.xml:947 +msgid "Gamepad button 2." +msgstr "" + +#: doc/classes/@GlobalScope.xml:950 +msgid "Gamepad button 3." +msgstr "" + +#: doc/classes/@GlobalScope.xml:953 +msgid "Gamepad button 4." +msgstr "" + +#: doc/classes/@GlobalScope.xml:956 +msgid "Gamepad button 5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:959 +msgid "Gamepad button 6." +msgstr "" + +#: doc/classes/@GlobalScope.xml:962 +msgid "Gamepad button 7." +msgstr "" + +#: doc/classes/@GlobalScope.xml:965 +msgid "Gamepad button 8." +msgstr "" + +#: doc/classes/@GlobalScope.xml:968 +msgid "Gamepad button 9." +msgstr "" + +#: doc/classes/@GlobalScope.xml:971 +msgid "Gamepad button 10." +msgstr "" + +#: doc/classes/@GlobalScope.xml:974 +msgid "Gamepad button 11." +msgstr "" + +#: doc/classes/@GlobalScope.xml:977 +msgid "Gamepad button 12." +msgstr "" + +#: doc/classes/@GlobalScope.xml:980 +msgid "Gamepad button 13." +msgstr "" + +#: doc/classes/@GlobalScope.xml:983 +msgid "Gamepad button 14." +msgstr "" + +#: doc/classes/@GlobalScope.xml:986 +msgid "Gamepad button 15." +msgstr "" + +#: doc/classes/@GlobalScope.xml:989 +msgid "Gamepad button 16." +msgstr "" + +#: doc/classes/@GlobalScope.xml:992 +msgid "Gamepad button 17." +msgstr "" + +#: doc/classes/@GlobalScope.xml:995 +msgid "Gamepad button 18." +msgstr "" + +#: doc/classes/@GlobalScope.xml:998 +msgid "Gamepad button 19." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1001 +msgid "Gamepad button 20." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1004 +msgid "Gamepad button 21." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1007 +msgid "Gamepad button 22." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1010 +msgid "Represents the maximum number of joystick buttons supported." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1013 +msgid "DualShock circle button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1016 +msgid "DualShock X button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1019 +msgid "DualShock square button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1022 +msgid "DualShock triangle button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1025 +msgid "Xbox controller B button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1028 +msgid "Xbox controller A button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1031 +msgid "Xbox controller X button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1034 +msgid "Xbox controller Y button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1037 +msgid "Nintendo controller A button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1040 +msgid "Nintendo controller B button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1043 +msgid "Nintendo controller X button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1046 +msgid "Nintendo controller Y button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1049 +msgid "Grip (side) buttons on a VR controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1052 +msgid "Push down on the touchpad or main joystick on a VR controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1055 +msgid "Trigger on a VR controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1058 +msgid "" +"A button on the right Oculus Touch controller, X button on the left " +"controller (also when used in OpenVR)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1061 +msgid "" +"B button on the right Oculus Touch controller, Y button on the left " +"controller (also when used in OpenVR)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1064 +msgid "Menu button on either Oculus Touch controller." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1067 +msgid "Menu button in OpenVR (Except when Oculus Touch controllers are used)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1070 +msgid "Gamepad button Select." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1073 +msgid "Gamepad button Start." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1076 +msgid "Gamepad DPad up." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1079 +msgid "Gamepad DPad down." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1082 +msgid "Gamepad DPad left." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1085 +msgid "Gamepad DPad right." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1088 +msgid "Gamepad SDL guide button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1091 +msgid "Gamepad SDL miscellaneous button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1094 +msgid "Gamepad SDL paddle 1 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1097 +msgid "Gamepad SDL paddle 2 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1100 +msgid "Gamepad SDL paddle 3 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1103 +msgid "Gamepad SDL paddle 4 button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1106 +msgid "Gamepad SDL touchpad button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1109 +msgid "Gamepad left Shoulder button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1112 +msgid "Gamepad left trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1115 +msgid "Gamepad left stick click." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1118 +msgid "Gamepad right Shoulder button." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1121 +msgid "Gamepad right trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1124 +msgid "Gamepad right stick click." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1127 doc/classes/@GlobalScope.xml:1160 +msgid "Gamepad left stick horizontal axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1130 doc/classes/@GlobalScope.xml:1163 +msgid "Gamepad left stick vertical axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1133 doc/classes/@GlobalScope.xml:1166 +msgid "Gamepad right stick horizontal axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1136 doc/classes/@GlobalScope.xml:1169 +msgid "Gamepad right stick vertical axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1139 +msgid "Generic gamepad axis 4." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1142 +msgid "Generic gamepad axis 5." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1145 +msgid "Gamepad left trigger analog axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1148 +msgid "Gamepad right trigger analog axis." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1151 +msgid "Generic gamepad axis 8." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1154 +msgid "Generic gamepad axis 9." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1157 +msgid "Represents the maximum number of joystick axes supported." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1172 +msgid "Gamepad left analog trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1175 +msgid "Gamepad right analog trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1178 +msgid "VR Controller analog trigger." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1181 +msgid "VR Controller analog grip (side buttons)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1184 +msgid "" +"OpenVR touchpad X axis (Joystick axis on Oculus Touch and Windows MR " +"controllers)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1187 +msgid "" +"OpenVR touchpad Y axis (Joystick axis on Oculus Touch and Windows MR " +"controllers)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1190 +msgid "MIDI note OFF message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1193 +msgid "MIDI note ON message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1196 +msgid "MIDI aftertouch message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1199 +msgid "MIDI control change message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1202 +msgid "MIDI program change message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1205 +msgid "MIDI channel pressure message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1208 +msgid "MIDI pitch bend message." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1211 +msgid "" +"Methods that return [enum Error] return [constant OK] when no error " +"occurred. Note that many functions don't return an error code but will print " +"error messages to standard output.\n" +"Since [constant OK] has value 0, and all other failure codes are positive " +"integers, it can also be used in boolean checks, e.g.:\n" +"[codeblock]\n" +"var err = method_that_returns_error()\n" +"if err != OK:\n" +" print(\"Failure!\")\n" +"# Or, equivalent:\n" +"if err:\n" +" print(\"Still failing!\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/@GlobalScope.xml:1223 +msgid "Generic error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1226 +msgid "Unavailable error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1229 +msgid "Unconfigured error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1232 +msgid "Unauthorized error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1235 +msgid "Parameter range error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1238 +msgid "Out of memory (OOM) error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1241 +msgid "File: Not found error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1244 +msgid "File: Bad drive error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1247 +msgid "File: Bad path error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1250 +msgid "File: No permission error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1253 +msgid "File: Already in use error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1256 +msgid "File: Can't open error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1259 +msgid "File: Can't write error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1262 +msgid "File: Can't read error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1265 +msgid "File: Unrecognized error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1268 +msgid "File: Corrupt error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1271 +msgid "File: Missing dependencies error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1274 +msgid "File: End of file (EOF) error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1277 +msgid "Can't open error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1280 +msgid "Can't create error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1283 +msgid "Query failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1286 +msgid "Already in use error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1289 +msgid "Locked error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1292 +msgid "Timeout error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1295 +msgid "Can't connect error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1298 +msgid "Can't resolve error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1301 +msgid "Connection error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1304 +msgid "Can't acquire resource error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1307 +msgid "Can't fork process error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1310 +msgid "Invalid data error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1313 +msgid "Invalid parameter error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1316 +msgid "Already exists error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1319 +msgid "Does not exist error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1322 +msgid "Database: Read error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1325 +msgid "Database: Write error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1328 +msgid "Compilation failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1331 +msgid "Method not found error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1334 +msgid "Linking failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1337 +msgid "Script failed error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1340 +msgid "Cycling link (import cycle) error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1343 +msgid "Invalid declaration error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1346 +msgid "Duplicate symbol error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1349 +msgid "Parse error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1352 +msgid "Busy error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1355 +msgid "Skip error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1358 +msgid "Help error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1361 +msgid "Bug error." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1364 +msgid "" +"Printer on fire error. (This is an easter egg, no engine methods return this " +"error code.)" +msgstr "" + +#: doc/classes/@GlobalScope.xml:1367 +msgid "No hint for the edited property." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1370 +msgid "" +"Hints that an integer or float property should be within a range specified " +"via the hint string [code]\"min,max\"[/code] or [code]\"min,max,step\"[/" +"code]. The hint string can optionally include [code]\"or_greater\"[/code] " +"and/or [code]\"or_lesser\"[/code] to allow manual input going respectively " +"above the max or below the min values. Example: [code]\"-360,360,1," +"or_greater,or_lesser\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1373 +msgid "" +"Hints that a float property should be within an exponential range specified " +"via the hint string [code]\"min,max\"[/code] or [code]\"min,max,step\"[/" +"code]. The hint string can optionally include [code]\"or_greater\"[/code] " +"and/or [code]\"or_lesser\"[/code] to allow manual input going respectively " +"above the max or below the min values. Example: [code]\"0.01,100,0.01," +"or_greater\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1376 +msgid "" +"Hints that an integer, float or string property is an enumerated value to " +"pick in a list specified via a hint string such as [code]\"Hello,Something," +"Else\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1379 +msgid "" +"Hints that a float property should be edited via an exponential easing " +"function. The hint string can include [code]\"attenuation\"[/code] to flip " +"the curve horizontally and/or [code]\"inout\"[/code] to also include in/out " +"easing." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1382 doc/classes/@GlobalScope.xml:1385 +msgid "Deprecated hint, unused." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1388 +msgid "" +"Hints that an integer property is a bitmask with named bit flags. For " +"example, to allow toggling bits 0, 1, 2 and 4, the hint could be something " +"like [code]\"Bit0,Bit1,Bit2,,Bit4\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1391 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 2D " +"render layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1394 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 2D " +"physics layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1397 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 3D " +"render layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1400 +msgid "" +"Hints that an integer property is a bitmask using the optionally named 3D " +"physics layers." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1403 +msgid "" +"Hints that a string property is a path to a file. Editing it will show a " +"file dialog for picking the path. The hint string can be a set of filters " +"with wildcards like [code]\"*.png,*.jpg\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1406 +msgid "" +"Hints that a string property is a path to a directory. Editing it will show " +"a file dialog for picking the path." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1409 +msgid "" +"Hints that a string property is an absolute path to a file outside the " +"project folder. Editing it will show a file dialog for picking the path. The " +"hint string can be a set of filters with wildcards like [code]\"*.png,*.jpg" +"\"[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1412 +msgid "" +"Hints that a string property is an absolute path to a directory outside the " +"project folder. Editing it will show a file dialog for picking the path." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1415 +msgid "" +"Hints that a property is an instance of a [Resource]-derived type, " +"optionally specified via the hint string (e.g. [code]\"Texture\"[/code]). " +"Editing it will show a popup menu of valid resource types to instantiate." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1418 +msgid "" +"Hints that a string property is text with line breaks. Editing it will show " +"a text input field where line breaks can be typed." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1421 +msgid "" +"Hints that a string property should have a placeholder text visible on its " +"input field, whenever the property is empty. The hint string is the " +"placeholder text to use." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1424 +msgid "" +"Hints that a color property should be edited without changing its alpha " +"component, i.e. only R, G and B channels are edited." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1427 +msgid "Hints that an image is compressed using lossy compression." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1430 +msgid "Hints that an image is compressed using lossless compression." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1433 +msgid "The property is serialized and saved in the scene file (default)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1436 +msgid "The property is shown in the editor inspector (default)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1439 doc/classes/@GlobalScope.xml:1442 +msgid "Deprecated usage flag, unused." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1445 +msgid "The property can be checked in the editor inspector." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1448 +msgid "The property is checked in the editor inspector." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1451 +msgid "The property is a translatable string." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1454 +msgid "Used to group properties together in the editor." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1457 +msgid "Used to categorize properties together in the editor." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1460 +msgid "The property does not save its state in [PackedScene]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1463 +msgid "Editing the property prompts the user for restarting the editor." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1466 +msgid "" +"The property is a script variable which should be serialized and saved in " +"the scene file." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1469 +msgid "Default usage (storage, editor and network)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1472 +msgid "" +"Default usage for translatable strings (storage, editor, network and " +"internationalized)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1475 +msgid "" +"Default usage but without showing the property in the editor (storage, " +"network)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1478 +msgid "Flag for a normal method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1481 +msgid "Flag for an editor method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1484 doc/classes/@GlobalScope.xml:1490 +#: doc/classes/@GlobalScope.xml:1496 +msgid "Deprecated method flag, unused." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1487 +msgid "Flag for a constant method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1493 +msgid "Flag for a virtual method." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1499 +msgid "Default method flags." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1502 +msgid "Variable is [code]null[/code]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1505 +msgid "Variable is of type [bool]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1508 +msgid "Variable is of type [int]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1511 +msgid "Variable is of type [float] (real)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1514 +msgid "Variable is of type [String]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1517 +msgid "Variable is of type [Vector2]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1520 +msgid "Variable is of type [Rect2]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1523 +msgid "Variable is of type [Vector3]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1526 +msgid "Variable is of type [Transform2D]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1529 +msgid "Variable is of type [Plane]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1532 +msgid "Variable is of type [Quat]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1535 +msgid "Variable is of type [AABB]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1538 +msgid "Variable is of type [Basis]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1541 +msgid "Variable is of type [Transform]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1544 +msgid "Variable is of type [Color]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1547 +msgid "Variable is of type [NodePath]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1550 +msgid "Variable is of type [RID]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1553 +msgid "Variable is of type [Object]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1556 +msgid "Variable is of type [Dictionary]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1559 +msgid "Variable is of type [Array]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1562 +msgid "Variable is of type [PoolByteArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1565 +msgid "Variable is of type [PoolIntArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1568 +msgid "Variable is of type [PoolRealArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1571 +msgid "Variable is of type [PoolStringArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1574 +msgid "Variable is of type [PoolVector2Array]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1577 +msgid "Variable is of type [PoolVector3Array]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1580 +msgid "Variable is of type [PoolColorArray]." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1583 +msgid "Represents the size of the [enum Variant.Type] enum." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1586 +msgid "Equality operator ([code]==[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1589 +msgid "Inequality operator ([code]!=[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1592 +msgid "Less than operator ([code]<[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1595 +msgid "Less than or equal operator ([code]<=[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1598 +msgid "Greater than operator ([code]>[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1601 +msgid "Greater than or equal operator ([code]>=[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1604 +msgid "Addition operator ([code]+[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1607 +msgid "Subtraction operator ([code]-[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1610 +msgid "Multiplication operator ([code]*[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1613 +msgid "Division operator ([code]/[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1616 +msgid "Unary negation operator ([code]-[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1619 +msgid "Unary plus operator ([code]+[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1622 +msgid "Remainder/modulo operator ([code]%[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1625 +msgid "String concatenation operator ([code]+[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1628 +msgid "Left shift operator ([code]<<[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1631 +msgid "Right shift operator ([code]>>[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1634 +msgid "Bitwise AND operator ([code]&[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1637 +msgid "Bitwise OR operator ([code]|[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1640 +msgid "Bitwise XOR operator ([code]^[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1643 +msgid "Bitwise NOT operator ([code]~[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1646 +msgid "Logical AND operator ([code]and[/code] or [code]&&[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1649 +msgid "Logical OR operator ([code]or[/code] or [code]||[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1652 +msgid "Logical XOR operator (not implemented in GDScript)." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1655 +msgid "Logical NOT operator ([code]not[/code] or [code]![/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1658 +msgid "Logical IN operator ([code]in[/code])." +msgstr "" + +#: doc/classes/@GlobalScope.xml:1661 +msgid "Represents the size of the [enum Variant.Operator] enum." +msgstr "" + +#: doc/classes/AABB.xml:4 +msgid "Axis-Aligned Bounding Box." +msgstr "" + +#: doc/classes/AABB.xml:7 +msgid "" +"[AABB] consists of a position, a size, and several utility functions. It is " +"typically used for fast overlap tests.\n" +"It uses floating-point coordinates. The 2D counterpart to [AABB] is " +"[Rect2].\n" +"[b]Note:[/b] Unlike [Rect2], [AABB] does not have a variant that uses " +"integer coordinates." +msgstr "" + +#: doc/classes/AABB.xml:12 doc/classes/Basis.xml:13 doc/classes/Plane.xml:10 +#: doc/classes/Rect2.xml:12 doc/classes/Transform.xml:11 +#: doc/classes/Transform2D.xml:11 doc/classes/Vector2.xml:11 +#: doc/classes/Vector3.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/math/index.html" +msgstr "" + +#: doc/classes/AABB.xml:13 doc/classes/Rect2.xml:13 doc/classes/Vector2.xml:12 +#: doc/classes/Vector3.xml:12 +msgid "https://docs.godotengine.org/en/3.4/tutorials/math/vector_math.html" +msgstr "" + +#: doc/classes/AABB.xml:14 doc/classes/Rect2.xml:14 doc/classes/Vector2.xml:13 +#: doc/classes/Vector3.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/math/vectors_advanced.html" +msgstr "" + +#: doc/classes/AABB.xml:22 +msgid "Constructs an [AABB] from a position and size." +msgstr "" + +#: doc/classes/AABB.xml:28 +msgid "" +"Returns an AABB with equivalent position and size, modified so that the most-" +"negative corner is the origin and the size is positive." +msgstr "" + +#: doc/classes/AABB.xml:35 +msgid "" +"Returns [code]true[/code] if this [AABB] completely encloses another one." +msgstr "" + +#: doc/classes/AABB.xml:42 +msgid "Returns this [AABB] expanded to include a given point." +msgstr "" + +#: doc/classes/AABB.xml:48 +msgid "Returns the volume of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:55 +msgid "Gets the position of the 8 endpoints of the [AABB] in space." +msgstr "" + +#: doc/classes/AABB.xml:61 +msgid "Returns the normalized longest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:67 +msgid "" +"Returns the index of the longest axis of the [AABB] (according to " +"[Vector3]'s [code]AXIS_*[/code] constants)." +msgstr "" + +#: doc/classes/AABB.xml:73 +msgid "Returns the scalar length of the longest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:79 +msgid "Returns the normalized shortest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:85 +msgid "" +"Returns the index of the shortest axis of the [AABB] (according to " +"[Vector3]::AXIS* enum)." +msgstr "" + +#: doc/classes/AABB.xml:91 +msgid "Returns the scalar length of the shortest axis of the [AABB]." +msgstr "" + +#: doc/classes/AABB.xml:98 +msgid "" +"Returns the support point in a given direction. This is useful for collision " +"detection algorithms." +msgstr "" + +#: doc/classes/AABB.xml:105 +msgid "" +"Returns a copy of the [AABB] grown a given amount of units towards all the " +"sides." +msgstr "" + +#: doc/classes/AABB.xml:111 +msgid "Returns [code]true[/code] if the [AABB] is flat or empty." +msgstr "" + +#: doc/classes/AABB.xml:117 +msgid "Returns [code]true[/code] if the [AABB] is empty." +msgstr "" + +#: doc/classes/AABB.xml:124 +msgid "Returns [code]true[/code] if the [AABB] contains a point." +msgstr "" + +#: doc/classes/AABB.xml:131 +msgid "" +"Returns the intersection between two [AABB]. An empty AABB (size 0,0,0) is " +"returned on failure." +msgstr "" + +#: doc/classes/AABB.xml:138 +msgid "Returns [code]true[/code] if the [AABB] overlaps with another." +msgstr "" + +#: doc/classes/AABB.xml:145 +msgid "Returns [code]true[/code] if the [AABB] is on both sides of a plane." +msgstr "" + +#: doc/classes/AABB.xml:153 +msgid "" +"Returns [code]true[/code] if the [AABB] intersects the line segment between " +"[code]from[/code] and [code]to[/code]." +msgstr "" + +#: doc/classes/AABB.xml:160 +msgid "" +"Returns [code]true[/code] if this [AABB] and [code]aabb[/code] are " +"approximately equal, by calling [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/AABB.xml:167 +msgid "" +"Returns a larger [AABB] that contains both this [AABB] and [code]with[/code]." +msgstr "" + +#: doc/classes/AABB.xml:173 doc/classes/Rect2.xml:132 +msgid "" +"Ending corner. This is calculated as [code]position + size[/code]. Setting " +"this value will change the size." +msgstr "" + +#: doc/classes/AABB.xml:176 doc/classes/Rect2.xml:135 +msgid "Beginning corner. Typically has values lower than [member end]." +msgstr "" + +#: doc/classes/AABB.xml:179 doc/classes/Rect2.xml:138 +msgid "" +"Size from [member position] to [member end]. Typically, all components are " +"positive.\n" +"If the size is negative, you can use [method abs] to fix it." +msgstr "" + +#: doc/classes/AcceptDialog.xml:4 +msgid "Base dialog for user notification." +msgstr "" + +#: doc/classes/AcceptDialog.xml:7 +msgid "" +"This dialog is useful for small notifications to the user about an event. It " +"can only be accepted or closed, with the same result." +msgstr "" + +#: doc/classes/AcceptDialog.xml:18 +msgid "" +"Adds a button with label [code]text[/code] and a custom [code]action[/code] " +"to the dialog and returns the created button. [code]action[/code] will be " +"passed to the [signal custom_action] signal when pressed.\n" +"If [code]true[/code], [code]right[/code] will place the button to the right " +"of any sibling buttons.\n" +"You can use [method remove_button] method to remove a button created with " +"this method from the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:27 +msgid "" +"Adds a button with label [code]name[/code] and a cancel action to the dialog " +"and returns the created button.\n" +"You can use [method remove_button] method to remove a button created with " +"this method from the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:34 +msgid "" +"Returns the label used for built-in text.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/AcceptDialog.xml:41 +msgid "" +"Returns the OK [Button] instance.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/AcceptDialog.xml:49 +msgid "" +"Registers a [LineEdit] in the dialog. When the enter key is pressed, the " +"dialog will be accepted." +msgstr "" + +#: doc/classes/AcceptDialog.xml:56 +msgid "" +"Removes the [code]button[/code] from the dialog. Does NOT free the " +"[code]button[/code]. The [code]button[/code] must be a [Button] added with " +"[method add_button] or [method add_cancel] method. After removal, pressing " +"the [code]button[/code] will no longer emit this dialog's [signal " +"custom_action] signal or cancel this dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:62 +msgid "Sets autowrapping for the text in the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:65 +msgid "" +"If [code]true[/code], the dialog is hidden when the OK button is pressed. " +"You can set it to [code]false[/code] if you want to do e.g. input validation " +"when receiving the [signal confirmed] signal, and handle hiding the dialog " +"in your own logic.\n" +"[b]Note:[/b] Some nodes derived from this class can have a different default " +"value, and potentially their own built-in logic overriding this setting. For " +"example [FileDialog] defaults to [code]false[/code], and has its own input " +"validation code that is called when you press OK, which eventually hides the " +"dialog if the input is valid. As such, this property can't be used in " +"[FileDialog] to disable hiding the dialog when pressing OK." +msgstr "" + +#: doc/classes/AcceptDialog.xml:69 +msgid "The text displayed by the dialog." +msgstr "" + +#: doc/classes/AcceptDialog.xml:76 +msgid "Emitted when the dialog is accepted, i.e. the OK button is pressed." +msgstr "" + +#: doc/classes/AcceptDialog.xml:82 +msgid "Emitted when a custom button is pressed. See [method add_button]." +msgstr "" + +#: doc/classes/AESContext.xml:4 +msgid "Interface to low level AES encryption features." +msgstr "" + +#: doc/classes/AESContext.xml:7 +msgid "" +"This class provides access to AES encryption/decryption of raw data. Both " +"AES-ECB and AES-CBC mode are supported.\n" +"[codeblock]\n" +"extends Node\n" +"\n" +"var aes = AESContext.new()\n" +"\n" +"func _ready():\n" +" var key = \"My secret key!!!\" # Key must be either 16 or 32 bytes.\n" +" var data = \"My secret text!!\" # Data size must be multiple of 16 " +"bytes, apply padding if needed.\n" +" # Encrypt ECB\n" +" aes.start(AESContext.MODE_ECB_ENCRYPT, key.to_utf8())\n" +" var encrypted = aes.update(data.to_utf8())\n" +" aes.finish()\n" +" # Decrypt ECB\n" +" aes.start(AESContext.MODE_ECB_DECRYPT, key.to_utf8())\n" +" var decrypted = aes.update(encrypted)\n" +" aes.finish()\n" +" # Check ECB\n" +" assert(decrypted == data.to_utf8())\n" +"\n" +" var iv = \"My secret iv!!!!\" # IV must be of exactly 16 bytes.\n" +" # Encrypt CBC\n" +" aes.start(AESContext.MODE_CBC_ENCRYPT, key.to_utf8(), iv.to_utf8())\n" +" encrypted = aes.update(data.to_utf8())\n" +" aes.finish()\n" +" # Decrypt CBC\n" +" aes.start(AESContext.MODE_CBC_DECRYPT, key.to_utf8(), iv.to_utf8())\n" +" decrypted = aes.update(encrypted)\n" +" aes.finish()\n" +" # Check CBC\n" +" assert(decrypted == data.to_utf8())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AESContext.xml:46 +msgid "Close this AES context so it can be started again. See [method start]." +msgstr "" + +#: doc/classes/AESContext.xml:52 +msgid "" +"Get the current IV state for this context (IV gets updated when calling " +"[method update]). You normally don't need this function.\n" +"[b]Note:[/b] This function only makes sense when the context is started with " +"[constant MODE_CBC_ENCRYPT] or [constant MODE_CBC_DECRYPT]." +msgstr "" + +#: doc/classes/AESContext.xml:62 +msgid "" +"Start the AES context in the given [code]mode[/code]. A [code]key[/code] of " +"either 16 or 32 bytes must always be provided, while an [code]iv[/code] " +"(initialization vector) of exactly 16 bytes, is only needed when [code]mode[/" +"code] is either [constant MODE_CBC_ENCRYPT] or [constant MODE_CBC_DECRYPT]." +msgstr "" + +#: doc/classes/AESContext.xml:69 +msgid "" +"Run the desired operation for this AES context. Will return a " +"[PoolByteArray] containing the result of encrypting (or decrypting) the " +"given [code]src[/code]. See [method start] for mode of operation.\n" +"[b]Note:[/b] The size of [code]src[/code] must be a multiple of 16. Apply " +"some padding if needed." +msgstr "" + +#: doc/classes/AESContext.xml:76 +msgid "AES electronic codebook encryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:79 +msgid "AES electronic codebook decryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:82 +msgid "AES cipher blocker chaining encryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:85 +msgid "AES cipher blocker chaining decryption mode." +msgstr "" + +#: doc/classes/AESContext.xml:88 +msgid "Maximum value for the mode enum." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:4 +msgid "Sprite node that can use multiple textures for animation." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:7 +msgid "" +"Animations are created using a [SpriteFrames] resource, which can be " +"configured in the editor via the SpriteFrames panel.\n" +"[b]Note:[/b] You can associate a set of normal maps by creating additional " +"[SpriteFrames] resources with a [code]_normal[/code] suffix. For example, " +"having 2 [SpriteFrames] resources [code]run[/code] and [code]run_normal[/" +"code] will make it so the [code]run[/code] animation uses the normal map." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:11 doc/classes/AnimatedSprite3D.xml:10 +#: doc/classes/AnimationPlayer.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_sprite_animation.html" +msgstr "" + +#: doc/classes/AnimatedSprite.xml:12 doc/classes/Area2D.xml:11 +#: doc/classes/AudioStreamPlayer.xml:12 doc/classes/Button.xml:24 +#: doc/classes/CanvasLayer.xml:12 doc/classes/CollisionShape2D.xml:11 +#: doc/classes/ColorRect.xml:10 doc/classes/Input.xml:11 +#: doc/classes/InputEvent.xml:12 doc/classes/InputEventAction.xml:11 +#: doc/classes/Label.xml:12 doc/classes/Particles2D.xml:15 +#: doc/classes/Timer.xml:11 doc/classes/VisibilityNotifier2D.xml:12 +msgid "https://godotengine.org/asset-library/asset/515" +msgstr "" + +#: doc/classes/AnimatedSprite.xml:18 doc/classes/AnimatedSprite3D.xml:16 +msgid "Returns [code]true[/code] if an animation is currently being played." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:26 +msgid "" +"Plays the animation named [code]anim[/code]. If no [code]anim[/code] is " +"provided, the current animation is played. If [code]backwards[/code] is " +"[code]true[/code], the animation will be played in reverse." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:32 doc/classes/AnimatedSprite3D.xml:29 +msgid "Stops the current animation (does not reset the frame counter)." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:38 doc/classes/AnimatedSprite3D.xml:35 +msgid "" +"The current animation from the [code]frames[/code] resource. If this value " +"changes, the [code]frame[/code] counter is reset." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:41 doc/classes/SpriteBase3D.xml:48 +msgid "If [code]true[/code], texture will be centered." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:44 doc/classes/Sprite.xml:39 +#: doc/classes/SpriteBase3D.xml:54 doc/classes/TextureButton.xml:21 +#: doc/classes/TextureRect.xml:20 +msgid "If [code]true[/code], texture is flipped horizontally." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:47 doc/classes/Sprite.xml:42 +#: doc/classes/SpriteBase3D.xml:57 doc/classes/TextureButton.xml:24 +#: doc/classes/TextureRect.xml:23 +msgid "If [code]true[/code], texture is flipped vertically." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:50 doc/classes/AnimatedSprite3D.xml:38 +msgid "The displayed animation frame's index." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:53 doc/classes/AnimatedSprite3D.xml:41 +msgid "The [SpriteFrames] resource containing the animation(s)." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:56 doc/classes/Sprite.xml:58 +#: doc/classes/SpriteBase3D.xml:63 +msgid "The texture's drawing offset." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:59 doc/classes/AnimatedSprite3D.xml:44 +msgid "If [code]true[/code], the [member animation] is currently playing." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:62 +msgid "The animation speed is multiplied by this value." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:68 doc/classes/AnimatedSprite3D.xml:50 +msgid "" +"Emitted when the animation is finished (when it plays the last frame). If " +"the animation is looping, this signal is emitted every time the last frame " +"is drawn." +msgstr "" + +#: doc/classes/AnimatedSprite.xml:73 doc/classes/AnimatedSprite3D.xml:55 +msgid "Emitted when [member frame] changed." +msgstr "" + +#: doc/classes/AnimatedSprite3D.xml:4 +msgid "" +"2D sprite node in 3D world, that can use multiple 2D textures for animation." +msgstr "" + +#: doc/classes/AnimatedSprite3D.xml:7 +msgid "" +"Animations are created using a [SpriteFrames] resource, which can be " +"configured in the editor via the SpriteFrames panel." +msgstr "" + +#: doc/classes/AnimatedSprite3D.xml:23 +msgid "" +"Plays the animation named [code]anim[/code]. If no [code]anim[/code] is " +"provided, the current animation is played." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:4 +msgid "Proxy texture for simple frame-based animations." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:7 +msgid "" +"[AnimatedTexture] is a resource format for frame-based animations, where " +"multiple textures can be chained automatically with a predefined delay for " +"each frame. Unlike [AnimationPlayer] or [AnimatedSprite], it isn't a [Node], " +"but has the advantage of being usable anywhere a [Texture] resource can be " +"used, e.g. in a [TileSet].\n" +"The playback of the animation is controlled by the [member fps] property as " +"well as each frame's optional delay (see [method set_frame_delay]). The " +"animation loops, i.e. it will restart at frame 0 automatically after playing " +"the last frame.\n" +"[AnimatedTexture] currently requires all frame textures to have the same " +"size, otherwise the bigger ones will be cropped to match the smallest one.\n" +"[b]Note:[/b] AnimatedTexture doesn't support using [AtlasTexture]s. Each " +"frame needs to be a separate [Texture]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:19 +msgid "Returns the given frame's delay value." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:26 +msgid "Returns the given frame's [Texture]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:34 +msgid "" +"Sets an additional delay (in seconds) between this frame and the next one, " +"that will be added to the time interval defined by [member fps]. By default, " +"frames have no delay defined. If a delay value is defined, the final time " +"interval between this frame and the next will be [code]1.0 / fps + delay[/" +"code].\n" +"For example, for an animation with 3 frames, 2 FPS and a frame delay on the " +"second frame of 1.2, the resulting playback will be:\n" +"[codeblock]\n" +"Frame 0: 0.5 s (1 / fps)\n" +"Frame 1: 1.7 s (1 / fps + 1.2)\n" +"Frame 2: 0.5 s (1 / fps)\n" +"Total duration: 2.7 s\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimatedTexture.xml:49 +msgid "" +"Assigns a [Texture] to the given frame. Frame IDs start at 0, so the first " +"frame has ID 0, and the last frame of the animation has ID [member frames] - " +"1.\n" +"You can define any number of textures up to [constant MAX_FRAMES], but keep " +"in mind that only frames from 0 to [member frames] - 1 will be part of the " +"animation." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:56 +msgid "Sets the currently visible frame of the texture." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:60 +msgid "" +"Animation speed in frames per second. This value defines the default time " +"interval between two frames of the animation, and thus the overall duration " +"of the animation loop based on the [member frames] property. A value of 0 " +"means no predefined number of frames per second, the animation will play " +"according to each frame's frame delay (see [method set_frame_delay]).\n" +"For example, an animation with 8 frames, no frame delay and a [code]fps[/" +"code] value of 2 will run for 4 seconds, with each frame lasting 0.5 seconds." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:64 +msgid "" +"Number of frames to use in the animation. While you can create the frames " +"independently with [method set_frame_texture], you need to set this value " +"for the animation to take new frames into account. The maximum number of " +"frames is [constant MAX_FRAMES]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:67 +msgid "" +"If [code]true[/code], the animation will only play once and will not loop " +"back to the first frame after reaching the end. Note that reaching the end " +"will not set [member pause] to [code]true[/code]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:70 +msgid "" +"If [code]true[/code], the animation will pause where it currently is (i.e. " +"at [member current_frame]). The animation will continue from where it was " +"paused when changing this property to [code]false[/code]." +msgstr "" + +#: doc/classes/AnimatedTexture.xml:75 +msgid "" +"The maximum number of frames supported by [AnimatedTexture]. If you need " +"more frames in your animation, use [AnimationPlayer] or [AnimatedSprite]." +msgstr "" + +#: doc/classes/Animation.xml:4 +msgid "Contains data used to animate everything in the engine." +msgstr "" + +#: doc/classes/Animation.xml:7 +msgid "" +"An Animation resource contains data used to animate everything in the " +"engine. Animations are divided into tracks, and each track must be linked to " +"a node. The state of that node can be changed through time, by adding timed " +"keys (events) to the track.\n" +"[codeblock]\n" +"# This creates an animation that makes the node \"Enemy\" move to the right " +"by\n" +"# 100 pixels in 0.5 seconds.\n" +"var animation = Animation.new()\n" +"var track_index = animation.add_track(Animation.TYPE_VALUE)\n" +"animation.track_set_path(track_index, \"Enemy:position:x\")\n" +"animation.track_insert_key(track_index, 0.0, 0)\n" +"animation.track_insert_key(track_index, 0.5, 100)\n" +"[/codeblock]\n" +"Animations are just data containers, and must be added to nodes such as an " +"[AnimationPlayer] or [AnimationTreePlayer] to be played back. Animation " +"tracks have different types, each with its own set of dedicated methods. " +"Check [enum TrackType] to see available types." +msgstr "" + +#: doc/classes/Animation.xml:20 doc/classes/AnimationPlayer.xml:12 +msgid "https://docs.godotengine.org/en/3.4/tutorials/animation/index.html" +msgstr "" + +#: doc/classes/Animation.xml:28 +msgid "Adds a track to the Animation." +msgstr "" + +#: doc/classes/Animation.xml:36 +msgid "" +"Returns the animation name at the key identified by [code]key_idx[/code]. " +"The [code]track_idx[/code] must be the index of an Animation Track." +msgstr "" + +#: doc/classes/Animation.xml:45 +msgid "" +"Inserts a key with value [code]animation[/code] at the given [code]time[/" +"code] (in seconds). The [code]track_idx[/code] must be the index of an " +"Animation Track." +msgstr "" + +#: doc/classes/Animation.xml:54 +msgid "" +"Sets the key identified by [code]key_idx[/code] to value [code]animation[/" +"code]. The [code]track_idx[/code] must be the index of an Animation Track." +msgstr "" + +#: doc/classes/Animation.xml:62 +msgid "" +"Returns the end offset of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of an Audio Track.\n" +"End offset is the number of seconds cut off at the ending of the audio " +"stream." +msgstr "" + +#: doc/classes/Animation.xml:71 +msgid "" +"Returns the start offset of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of an Audio Track.\n" +"Start offset is the number of seconds cut off at the beginning of the audio " +"stream." +msgstr "" + +#: doc/classes/Animation.xml:80 +msgid "" +"Returns the audio stream of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of an Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:91 +msgid "" +"Inserts an Audio Track key at the given [code]time[/code] in seconds. The " +"[code]track_idx[/code] must be the index of an Audio Track.\n" +"[code]stream[/code] is the [AudioStream] resource to play. " +"[code]start_offset[/code] is the number of seconds cut off at the beginning " +"of the audio stream, while [code]end_offset[/code] is at the ending." +msgstr "" + +#: doc/classes/Animation.xml:101 +msgid "" +"Sets the end offset of the key identified by [code]key_idx[/code] to value " +"[code]offset[/code]. The [code]track_idx[/code] must be the index of an " +"Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:110 +msgid "" +"Sets the start offset of the key identified by [code]key_idx[/code] to value " +"[code]offset[/code]. The [code]track_idx[/code] must be the index of an " +"Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:119 +msgid "" +"Sets the stream of the key identified by [code]key_idx[/code] to value " +"[code]stream[/code]. The [code]track_idx[/code] must be the index of an " +"Audio Track." +msgstr "" + +#: doc/classes/Animation.xml:127 +msgid "" +"Returns the in handle of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:135 +msgid "" +"Returns the out handle of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:143 +msgid "" +"Returns the value of the key identified by [code]key_idx[/code]. The " +"[code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:154 +msgid "" +"Inserts a Bezier Track key at the given [code]time[/code] in seconds. The " +"[code]track_idx[/code] must be the index of a Bezier Track.\n" +"[code]in_handle[/code] is the left-side weight of the added Bezier curve " +"point, [code]out_handle[/code] is the right-side one, while [code]value[/" +"code] is the actual value at this point." +msgstr "" + +#: doc/classes/Animation.xml:163 +msgid "" +"Returns the interpolated value at the given [code]time[/code] (in seconds). " +"The [code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:172 +msgid "" +"Sets the in handle of the key identified by [code]key_idx[/code] to value " +"[code]in_handle[/code]. The [code]track_idx[/code] must be the index of a " +"Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:181 +msgid "" +"Sets the out handle of the key identified by [code]key_idx[/code] to value " +"[code]out_handle[/code]. The [code]track_idx[/code] must be the index of a " +"Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:190 +msgid "" +"Sets the value of the key identified by [code]key_idx[/code] to the given " +"value. The [code]track_idx[/code] must be the index of a Bezier Track." +msgstr "" + +#: doc/classes/Animation.xml:196 +msgid "Clear the animation (clear all tracks and reset all)." +msgstr "" + +#: doc/classes/Animation.xml:204 +msgid "" +"Adds a new track that is a copy of the given track from [code]to_animation[/" +"code]." +msgstr "" + +#: doc/classes/Animation.xml:211 +msgid "" +"Returns the index of the specified track. If the track is not found, return " +"-1." +msgstr "" + +#: doc/classes/Animation.xml:217 +msgid "Returns the amount of tracks in the animation." +msgstr "" + +#: doc/classes/Animation.xml:226 +msgid "" +"Returns all the key indices of a method track, given a position and delta " +"time." +msgstr "" + +#: doc/classes/Animation.xml:234 +msgid "Returns the method name of a method track." +msgstr "" + +#: doc/classes/Animation.xml:242 +msgid "" +"Returns the arguments values to be called on a method track for a given key " +"in a given track." +msgstr "" + +#: doc/classes/Animation.xml:249 +msgid "Removes a track by specifying the track index." +msgstr "" + +#: doc/classes/Animation.xml:258 +msgid "" +"Finds the key index by time in a given track. Optionally, only find it if " +"the exact time is given." +msgstr "" + +#: doc/classes/Animation.xml:265 +msgid "" +"Returns [code]true[/code] if the track at [code]idx[/code] wraps the " +"interpolation loop. New tracks wrap the interpolation loop by default." +msgstr "" + +#: doc/classes/Animation.xml:272 +msgid "Returns the interpolation type of a given track." +msgstr "" + +#: doc/classes/Animation.xml:279 +msgid "Returns the amount of keys in a given track." +msgstr "" + +#: doc/classes/Animation.xml:287 +msgid "Returns the time at which the key is located." +msgstr "" + +#: doc/classes/Animation.xml:295 +msgid "" +"Returns the transition curve (easing) for a specific key (see the built-in " +"math function [method @GDScript.ease])." +msgstr "" + +#: doc/classes/Animation.xml:303 +msgid "Returns the value of a given key in a given track." +msgstr "" + +#: doc/classes/Animation.xml:310 +msgid "" +"Gets the path of a track. For more information on the path format, see " +"[method track_set_path]." +msgstr "" + +#: doc/classes/Animation.xml:317 +msgid "Gets the type of a track." +msgstr "" + +#: doc/classes/Animation.xml:327 +msgid "Insert a generic key in a given track." +msgstr "" + +#: doc/classes/Animation.xml:334 +msgid "" +"Returns [code]true[/code] if the track at index [code]idx[/code] is enabled." +msgstr "" + +#: doc/classes/Animation.xml:341 +msgid "" +"Returns [code]true[/code] if the given track is imported. Else, return " +"[code]false[/code]." +msgstr "" + +#: doc/classes/Animation.xml:348 +msgid "Moves a track down." +msgstr "" + +#: doc/classes/Animation.xml:356 +msgid "" +"Changes the index position of track [code]idx[/code] to the one defined in " +"[code]to_idx[/code]." +msgstr "" + +#: doc/classes/Animation.xml:363 +msgid "Moves a track up." +msgstr "" + +#: doc/classes/Animation.xml:371 +msgid "Removes a key by index in a given track." +msgstr "" + +#: doc/classes/Animation.xml:379 +msgid "Removes a key by position (seconds) in a given track." +msgstr "" + +#: doc/classes/Animation.xml:387 +msgid "Enables/disables the given track. Tracks are enabled by default." +msgstr "" + +#: doc/classes/Animation.xml:395 +msgid "Sets the given track as imported or not." +msgstr "" + +#: doc/classes/Animation.xml:403 +msgid "" +"If [code]true[/code], the track at [code]idx[/code] wraps the interpolation " +"loop." +msgstr "" + +#: doc/classes/Animation.xml:411 +msgid "Sets the interpolation type of a given track." +msgstr "" + +#: doc/classes/Animation.xml:420 +msgid "Sets the time of an existing key." +msgstr "" + +#: doc/classes/Animation.xml:429 +msgid "" +"Sets the transition curve (easing) for a specific key (see the built-in math " +"function [method @GDScript.ease])." +msgstr "" + +#: doc/classes/Animation.xml:438 +msgid "Sets the value of an existing key." +msgstr "" + +#: doc/classes/Animation.xml:446 +msgid "" +"Sets the path of a track. Paths must be valid scene-tree paths to a node and " +"must be specified starting from the parent node of the node that will " +"reproduce the animation. Tracks that control properties or bones must append " +"their name after the path, separated by [code]\":\"[/code].\n" +"For example, [code]\"character/skeleton:ankle\"[/code] or [code]\"character/" +"mesh:transform/local\"[/code]." +msgstr "" + +#: doc/classes/Animation.xml:455 +msgid "" +"Swaps the track [code]idx[/code]'s index position with the track " +"[code]with_idx[/code]." +msgstr "" + +#: doc/classes/Animation.xml:466 +msgid "Insert a transform key for a transform track." +msgstr "" + +#: doc/classes/Animation.xml:474 +msgid "" +"Returns the interpolated value of a transform track at a given time (in " +"seconds). An array consisting of 3 elements: position ([Vector3]), rotation " +"([Quat]) and scale ([Vector3])." +msgstr "" + +#: doc/classes/Animation.xml:483 +msgid "" +"Returns all the key indices of a value track, given a position and delta " +"time." +msgstr "" + +#: doc/classes/Animation.xml:490 +msgid "Returns the update mode of a value track." +msgstr "" + +#: doc/classes/Animation.xml:498 +msgid "" +"Returns the interpolated value at the given time (in seconds). The " +"[code]track_idx[/code] must be the index of a value track." +msgstr "" + +#: doc/classes/Animation.xml:506 +msgid "Sets the update mode (see [enum UpdateMode]) of a value track." +msgstr "" + +#: doc/classes/Animation.xml:512 +msgid "" +"The total length of the animation (in seconds).\n" +"[b]Note:[/b] Length is not delimited by the last key, as this one may be " +"before or after the end to ensure correct interpolation and looping." +msgstr "" + +#: doc/classes/Animation.xml:516 +msgid "" +"A flag indicating that the animation must loop. This is used for correct " +"interpolation of animation cycles, and for hinting the player that it must " +"restart the animation." +msgstr "" + +#: doc/classes/Animation.xml:519 +msgid "The animation step value." +msgstr "" + +#: doc/classes/Animation.xml:525 +msgid "" +"Emitted when there's a change in the list of tracks, e.g. tracks are added, " +"moved or have changed paths." +msgstr "" + +#: doc/classes/Animation.xml:531 +msgid "" +"Value tracks set values in node properties, but only those which can be " +"Interpolated." +msgstr "" + +#: doc/classes/Animation.xml:534 +msgid "" +"Transform tracks are used to change node local transforms or skeleton pose " +"bones. Transitions are interpolated." +msgstr "" + +#: doc/classes/Animation.xml:537 +msgid "Method tracks call functions with given arguments per key." +msgstr "" + +#: doc/classes/Animation.xml:540 +msgid "" +"Bezier tracks are used to interpolate a value using custom curves. They can " +"also be used to animate sub-properties of vectors and colors (e.g. alpha " +"value of a [Color])." +msgstr "" + +#: doc/classes/Animation.xml:543 +msgid "" +"Audio tracks are used to play an audio stream with either type of " +"[AudioStreamPlayer]. The stream can be trimmed and previewed in the " +"animation." +msgstr "" + +#: doc/classes/Animation.xml:546 +msgid "Animation tracks play animations in other [AnimationPlayer] nodes." +msgstr "" + +#: doc/classes/Animation.xml:549 +msgid "No interpolation (nearest value)." +msgstr "" + +#: doc/classes/Animation.xml:552 +msgid "Linear interpolation." +msgstr "" + +#: doc/classes/Animation.xml:555 +msgid "Cubic interpolation." +msgstr "" + +#: doc/classes/Animation.xml:558 +msgid "Update between keyframes." +msgstr "" + +#: doc/classes/Animation.xml:561 +msgid "Update at the keyframes and hold the value." +msgstr "" + +#: doc/classes/Animation.xml:564 +msgid "Update at the keyframes." +msgstr "" + +#: doc/classes/Animation.xml:567 +msgid "" +"Same as linear interpolation, but also interpolates from the current value " +"(i.e. dynamically at runtime) if the first key isn't at 0 seconds." +msgstr "" + +#: doc/classes/AnimationNode.xml:4 +msgid "Base resource for [AnimationTree] nodes." +msgstr "" + +#: doc/classes/AnimationNode.xml:7 +msgid "" +"Base resource for [AnimationTree] nodes. In general, it's not used directly, " +"but you can create custom ones with custom blending formulas.\n" +"Inherit this when creating nodes mainly for use in [AnimationNodeBlendTree], " +"otherwise [AnimationRootNode] should be used instead." +msgstr "" + +#: doc/classes/AnimationNode.xml:11 doc/classes/AnimationNodeAdd2.xml:10 +#: doc/classes/AnimationNodeAdd3.xml:14 +#: doc/classes/AnimationNodeAnimation.xml:10 +#: doc/classes/AnimationNodeBlend2.xml:10 +#: doc/classes/AnimationNodeBlend3.xml:14 +#: doc/classes/AnimationNodeBlendSpace1D.xml:13 +#: doc/classes/AnimationNodeBlendSpace2D.xml:12 +#: doc/classes/AnimationNodeBlendTree.xml:10 +#: doc/classes/AnimationNodeOneShot.xml:10 +#: doc/classes/AnimationNodeOutput.xml:9 +#: doc/classes/AnimationNodeStateMachine.xml:15 +#: doc/classes/AnimationNodeStateMachinePlayback.xml:15 +#: doc/classes/AnimationNodeStateMachineTransition.xml:8 +#: doc/classes/AnimationNodeTimeScale.xml:10 +#: doc/classes/AnimationNodeTimeSeek.xml:21 +#: doc/classes/AnimationNodeTransition.xml:10 doc/classes/AnimationTree.xml:11 +#: doc/classes/AnimationTreePlayer.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/animation/animation_tree.html" +msgstr "" + +#: doc/classes/AnimationNode.xml:18 +msgid "" +"Adds an input to the node. This is only useful for nodes created for use in " +"an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNode.xml:29 +msgid "" +"Blend an animation by [code]blend[/code] amount (name must be valid in the " +"linked [AnimationPlayer]). A [code]time[/code] and [code]delta[/code] may be " +"passed, as well as whether [code]seek[/code] happened." +msgstr "" + +#: doc/classes/AnimationNode.xml:41 +msgid "" +"Blend an input. This is only useful for nodes created for an " +"[AnimationNodeBlendTree]. The [code]time[/code] parameter is a relative " +"delta, unless [code]seek[/code] is [code]true[/code], in which case it is " +"absolute. A filter mode may be optionally passed (see [enum FilterAction] " +"for options)." +msgstr "" + +#: doc/classes/AnimationNode.xml:54 +msgid "" +"Blend another animation node (in case this node contains children animation " +"nodes). This function is only useful if you inherit from [AnimationRootNode] " +"instead, else editors will not display your node for addition." +msgstr "" + +#: doc/classes/AnimationNode.xml:60 +msgid "Gets the text caption for this node (used by some editors)." +msgstr "" + +#: doc/classes/AnimationNode.xml:67 +msgid "" +"Gets a child node by index (used by editors inheriting from " +"[AnimationRootNode])." +msgstr "" + +#: doc/classes/AnimationNode.xml:73 +msgid "" +"Gets all children nodes in order as a [code]name: node[/code] dictionary. " +"Only useful when inheriting [AnimationRootNode]." +msgstr "" + +#: doc/classes/AnimationNode.xml:79 +msgid "" +"Amount of inputs in this node, only useful for nodes that go into " +"[AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNode.xml:86 +msgid "Gets the name of an input by index." +msgstr "" + +#: doc/classes/AnimationNode.xml:93 +msgid "" +"Gets the value of a parameter. Parameters are custom local memory used for " +"your nodes, given a resource can be reused in multiple trees." +msgstr "" + +#: doc/classes/AnimationNode.xml:100 +msgid "" +"Gets the default value of a parameter. Parameters are custom local memory " +"used for your nodes, given a resource can be reused in multiple trees." +msgstr "" + +#: doc/classes/AnimationNode.xml:106 +msgid "" +"Gets the property information for parameter. Parameters are custom local " +"memory used for your nodes, given a resource can be reused in multiple " +"trees. Format is similar to [method Object.get_property_list]." +msgstr "" + +#: doc/classes/AnimationNode.xml:112 +msgid "" +"Returns [code]true[/code] whether you want the blend tree editor to display " +"filter editing on this node." +msgstr "" + +#: doc/classes/AnimationNode.xml:119 +msgid "Returns [code]true[/code] whether a given path is filtered." +msgstr "" + +#: doc/classes/AnimationNode.xml:127 +msgid "" +"User-defined callback called when a custom node is processed. The " +"[code]time[/code] parameter is a relative delta, unless [code]seek[/code] is " +"[code]true[/code], in which case it is absolute.\n" +"Here, call the [method blend_input], [method blend_node] or [method " +"blend_animation] functions. You can also use [method get_parameter] and " +"[method set_parameter] to modify local memory.\n" +"This function should return the time left for the current animation to " +"finish (if unsure, pass the value from the main blend being called)." +msgstr "" + +#: doc/classes/AnimationNode.xml:136 +msgid "Removes an input, call this only when inactive." +msgstr "" + +#: doc/classes/AnimationNode.xml:144 +msgid "Adds or removes a path for the filter." +msgstr "" + +#: doc/classes/AnimationNode.xml:152 +msgid "" +"Sets a custom parameter. These are used as local storage, because resources " +"can be reused across the tree or scenes." +msgstr "" + +#: doc/classes/AnimationNode.xml:158 +msgid "If [code]true[/code], filtering is enabled." +msgstr "" + +#: doc/classes/AnimationNode.xml:164 +msgid "Called when the node was removed from the graph." +msgstr "" + +#: doc/classes/AnimationNode.xml:169 +msgid "" +"Emitted by nodes that inherit from this class and that have an internal tree " +"when one of their nodes changes. The nodes that emit this signal are " +"[AnimationNodeBlendSpace1D], [AnimationNodeBlendSpace2D], " +"[AnimationNodeStateMachine], and [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNode.xml:175 +msgid "Do not use filtering." +msgstr "" + +#: doc/classes/AnimationNode.xml:178 +msgid "Paths matching the filter will be allowed to pass." +msgstr "" + +#: doc/classes/AnimationNode.xml:181 +msgid "Paths matching the filter will be discarded." +msgstr "" + +#: doc/classes/AnimationNode.xml:184 +msgid "Paths matching the filter will be blended (by the blend value)." +msgstr "" + +#: doc/classes/AnimationNodeAdd2.xml:4 +msgid "Blends two animations additively inside of an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeAdd2.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"additively based on an amount value in the [code][0.0, 1.0][/code] range." +msgstr "" + +#: doc/classes/AnimationNodeAdd2.xml:16 doc/classes/AnimationNodeAdd3.xml:21 +#: doc/classes/AnimationNodeBlend2.xml:18 +#: doc/classes/AnimationNodeBlend3.xml:20 +msgid "" +"If [code]true[/code], sets the [code]optimization[/code] to [code]false[/" +"code] when calling [method AnimationNode.blend_input], forcing the blended " +"animations to update every frame." +msgstr "" + +#: doc/classes/AnimationNodeAdd3.xml:4 +msgid "" +"Blends two of three animations additively inside of an " +"[AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeAdd3.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"together additively out of three based on a value in the [code][-1.0, 1.0][/" +"code] range.\n" +"This node has three inputs:\n" +"- The base animation to add to\n" +"- A -add animation to blend with when the blend amount is in the [code]" +"[-1.0, 0.0][/code] range.\n" +"- A +add animation to blend with when the blend amount is in the [code][0.0, " +"1.0][/code] range" +msgstr "" + +#: doc/classes/AnimationNodeAdd3.xml:15 +#: doc/classes/AnimationNodeAnimation.xml:12 +#: doc/classes/AnimationNodeBlend2.xml:12 +#: doc/classes/AnimationNodeBlendSpace2D.xml:13 +#: doc/classes/AnimationNodeOneShot.xml:11 +#: doc/classes/AnimationNodeOutput.xml:11 +#: doc/classes/AnimationNodeTransition.xml:12 +#: doc/classes/AnimationPlayer.xml:14 doc/classes/AnimationTree.xml:12 +#: doc/classes/AudioEffectReverb.xml:11 doc/classes/Camera.xml:10 +#: doc/classes/CollisionShape.xml:13 doc/classes/CylinderShape.xml:10 +#: doc/classes/Environment.xml:19 doc/classes/GIProbe.xml:14 +#: doc/classes/GIProbeData.xml:8 doc/classes/KinematicBody.xml:16 +#: doc/classes/Light.xml:11 doc/classes/Material.xml:11 doc/classes/Mesh.xml:13 +#: doc/classes/MeshInstance.xml:13 doc/classes/Particles.xml:14 +#: doc/classes/Quat.xml:13 doc/classes/Skeleton.xml:13 +#: doc/classes/SpotLight.xml:12 doc/classes/StaticBody.xml:12 +#: doc/classes/WorldEnvironment.xml:15 +msgid "https://godotengine.org/asset-library/asset/678" +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:4 +msgid "Input animation to use in an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Only features one output " +"set using the [member animation] property. Use it as an input for " +"[AnimationNode] that blend animations together." +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:11 +#: doc/classes/AnimationNodeBlend2.xml:11 +#: doc/classes/AnimationNodeOutput.xml:10 +#: doc/classes/AnimationNodeTimeScale.xml:11 +#: doc/classes/AnimationNodeTransition.xml:11 doc/classes/Area.xml:10 +#: doc/classes/Basis.xml:17 doc/classes/BoxShape.xml:12 +#: doc/classes/CollisionShape.xml:12 modules/gridmap/doc_classes/GridMap.xml:15 +#: doc/classes/KinematicBody.xml:14 doc/classes/Mesh.xml:12 +#: doc/classes/MeshInstance.xml:12 doc/classes/MeshLibrary.xml:11 +#: doc/classes/ProjectSettings.xml:14 doc/classes/Transform.xml:15 +msgid "https://godotengine.org/asset-library/asset/125" +msgstr "" + +#: doc/classes/AnimationNodeAnimation.xml:18 +msgid "" +"Animation to use as an output. It is one of the animations provided by " +"[member AnimationTree.anim_player]." +msgstr "" + +#: doc/classes/AnimationNodeBlend2.xml:4 +msgid "Blends two animations linearly inside of an [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeBlend2.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"linearly based on an amount value in the [code][0.0, 1.0][/code] range." +msgstr "" + +#: doc/classes/AnimationNodeBlend3.xml:4 +msgid "" +"Blends two of three animations linearly inside of an " +"[AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeBlend3.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. Blends two animations " +"together linearly out of three based on a value in the [code][-1.0, 1.0][/" +"code] range.\n" +"This node has three inputs:\n" +"- The base animation\n" +"- A -blend animation to blend with when the blend amount is in the [code]" +"[-1.0, 0.0][/code] range.\n" +"- A +blend animation to blend with when the blend amount is in the [code]" +"[0.0, 1.0][/code] range" +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:4 +msgid "" +"Blends linearly between two of any number of [AnimationNode] of any type " +"placed on a virtual axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree].\n" +"This is a virtual axis on which you can add any type of [AnimationNode] " +"using [method add_blend_point].\n" +"Outputs the linear blend of the two [AnimationNode]s closest to the node's " +"current value.\n" +"You can set the extents of the axis using the [member min_space] and [member " +"max_space]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:22 +msgid "" +"Adds a new point that represents a [code]node[/code] on the virtual axis at " +"a given position set by [code]pos[/code]. You can insert it at a specific " +"index using the [code]at_index[/code] argument. If you use the default value " +"for [code]at_index[/code], the point is inserted at the end of the blend " +"points array." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:28 +msgid "Returns the number of points on the blend axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:35 +msgid "" +"Returns the [AnimationNode] referenced by the point at index [code]point[/" +"code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:42 +#: doc/classes/AnimationNodeBlendSpace2D.xml:52 +msgid "Returns the position of the point at index [code]point[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:49 +msgid "Removes the point at index [code]point[/code] from the blend axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:57 +#: doc/classes/AnimationNodeBlendSpace2D.xml:88 +msgid "" +"Changes the [AnimationNode] referenced by the point at index [code]point[/" +"code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:65 +#: doc/classes/AnimationNodeBlendSpace2D.xml:96 +msgid "" +"Updates the position of the point at index [code]point[/code] on the blend " +"axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:71 +msgid "" +"The blend space's axis's upper limit for the points' position. See [method " +"add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:74 +msgid "" +"The blend space's axis's lower limit for the points' position. See [method " +"add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:77 +msgid "Position increment to snap to when moving a point on the axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace1D.xml:80 +msgid "Label of the virtual axis of the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:4 +msgid "" +"Blends linearly between three [AnimationNode] of any type placed in a 2D " +"space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree].\n" +"This node allows you to blend linearly between three animations using a " +"[Vector2] weight.\n" +"You can add vertices to the blend space with [method add_blend_point] and " +"automatically triangulate it by setting [member auto_triangles] to " +"[code]true[/code]. Otherwise, use [method add_triangle] and [method " +"remove_triangle] to create up the blend space by hand." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:22 +msgid "" +"Adds a new point that represents a [code]node[/code] at the position set by " +"[code]pos[/code]. You can insert it at a specific index using the " +"[code]at_index[/code] argument. If you use the default value for " +"[code]at_index[/code], the point is inserted at the end of the blend points " +"array." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:32 +msgid "" +"Creates a new triangle using three points [code]x[/code], [code]y[/code], " +"and [code]z[/code]. Triangles can overlap. You can insert the triangle at a " +"specific index using the [code]at_index[/code] argument. If you use the " +"default value for [code]at_index[/code], the point is inserted at the end of " +"the blend points array." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:38 +msgid "Returns the number of points in the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:45 +msgid "" +"Returns the [AnimationRootNode] referenced by the point at index " +"[code]point[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:58 +msgid "Returns the number of triangles in the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:66 +msgid "" +"Returns the position of the point at index [code]point[/code] in the " +"triangle of index [code]triangle[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:73 +msgid "Removes the point at index [code]point[/code] from the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:80 +msgid "" +"Removes the triangle at index [code]triangle[/code] from the blend space." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:102 +msgid "" +"If [code]true[/code], the blend space is triangulated automatically. The " +"mesh updates every time you add or remove points with [method " +"add_blend_point] and [method remove_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:105 +msgid "" +"Controls the interpolation between animations. See [enum BlendMode] " +"constants." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:108 +msgid "" +"The blend space's X and Y axes' upper limit for the points' position. See " +"[method add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:111 +msgid "" +"The blend space's X and Y axes' lower limit for the points' position. See " +"[method add_blend_point]." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:114 +msgid "Position increment to snap to when moving a point." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:117 +msgid "Name of the blend space's X axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:120 +msgid "Name of the blend space's Y axis." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:126 +msgid "" +"Emitted every time the blend space's triangles are created, removed, or when " +"one of their vertices changes position." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:132 +msgid "The interpolation between animations is linear." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:135 +msgid "" +"The blend space plays the animation of the node the blending position is " +"closest to. Useful for frame-by-frame 2D animations." +msgstr "" + +#: doc/classes/AnimationNodeBlendSpace2D.xml:138 +msgid "" +"Similar to [constant BLEND_MODE_DISCRETE], but starts the new animation at " +"the last animation's playback position." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:4 +msgid "[AnimationTree] node resource that contains many blend type nodes." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:7 +msgid "" +"This node may contain a sub-tree of any other blend type nodes, such as mix, " +"blend2, blend3, one shot, etc. This is one of the most commonly used roots." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:19 +msgid "" +"Adds an [AnimationNode] at the given [code]position[/code]. The [code]name[/" +"code] is used to identify the created sub-node later." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:28 +msgid "" +"Connects the output of an [AnimationNode] as input for another " +"[AnimationNode], at the input port specified by [code]input_index[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:36 +msgid "Disconnects the node connected to the specified input." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:43 +msgid "Returns the sub-node with the specified [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:50 +msgid "" +"Returns the position of the sub-node with the specified [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:57 +msgid "" +"Returns [code]true[/code] if a sub-node with specified [code]name[/code] " +"exists." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:64 +msgid "Removes a sub-node." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:72 +msgid "Changes the name of a sub-node." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:80 +msgid "Modifies the position of a sub-node." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:86 +msgid "The global offset of all sub-nodes." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:91 +msgid "The connection was successful." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:94 +msgid "The input node is [code]null[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:97 +msgid "The specified input port is out of range." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:100 +msgid "The output node is [code]null[/code]." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:103 +msgid "Input and output nodes are the same." +msgstr "" + +#: doc/classes/AnimationNodeBlendTree.xml:106 +msgid "The specified connection already exists." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:4 +msgid "Plays an animation once in [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:7 +msgid "" +"A resource to add to an [AnimationNodeBlendTree]. This node will execute a " +"sub-animation and return once it finishes. Blend times for fading in and out " +"can be customized, as well as filters." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:28 +msgid "" +"If [code]true[/code], the sub-animation will restart automatically after " +"finishing." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:31 +msgid "The delay after which the automatic restart is triggered, in seconds." +msgstr "" + +#: doc/classes/AnimationNodeOneShot.xml:34 +msgid "" +"If [member autorestart] is [code]true[/code], a random additional delay (in " +"seconds) between 0 and this value will be added to [member " +"autorestart_delay]." +msgstr "" + +#: doc/classes/AnimationNodeOutput.xml:4 +msgid "Generic output node to be added to [AnimationNodeBlendTree]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:4 +msgid "State machine for control of animations." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:7 +msgid "" +"Contains multiple nodes representing animation states, connected in a graph. " +"Node transitions can be configured to happen automatically or via code, " +"using a shortest-path algorithm. Retrieve the " +"[AnimationNodeStateMachinePlayback] object from the [AnimationTree] node to " +"control it programmatically.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var state_machine = $AnimationTree.get(\"parameters/playback\")\n" +"state_machine.travel(\"some_state\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:24 +msgid "" +"Adds a new node to the graph. The [code]position[/code] is used for display " +"in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:33 +msgid "Adds a transition between the given nodes." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:39 +#: doc/classes/AnimationNodeStateMachine.xml:72 +msgid "Returns the graph's end node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:45 +msgid "Returns the draw offset of the graph. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:52 +msgid "Returns the animation node with the given name." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:59 +msgid "Returns the given animation node's name." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:66 +msgid "Returns the given node's coordinates. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:79 +msgid "Returns the given transition." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:85 +msgid "Returns the number of connections in the graph." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:92 +msgid "Returns the given transition's start node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:99 +msgid "Returns the given transition's end node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:106 +msgid "Returns [code]true[/code] if the graph contains the given node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:114 +msgid "" +"Returns [code]true[/code] if there is a transition between the given nodes." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:121 +msgid "Deletes the given node from the graph." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:129 +msgid "Deletes the transition between the two specified nodes." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:136 +msgid "Deletes the given transition by index." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:144 +msgid "Renames the given node." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:152 +msgid "Replaces the node and keeps its transitions unchanged." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:159 +msgid "Sets the given node as the graph end point." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:166 +msgid "Sets the draw offset of the graph. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:174 +msgid "Sets the node's coordinates. Used for display in the editor." +msgstr "" + +#: doc/classes/AnimationNodeStateMachine.xml:181 +msgid "Sets the given node as the graph start point." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:4 +msgid "Playback control for [AnimationNodeStateMachine]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:7 +msgid "" +"Allows control of [AnimationTree] state machines created with " +"[AnimationNodeStateMachine]. Retrieve with [code]$AnimationTree." +"get(\"parameters/playback\")[/code].\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var state_machine = $AnimationTree.get(\"parameters/playback\")\n" +"state_machine.travel(\"some_state\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:26 +msgid "Returns the currently playing animation state." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:32 +msgid "Returns the playback position within the current animation state." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:38 +msgid "" +"Returns the current travel path as computed internally by the A* algorithm." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:44 +msgid "Returns [code]true[/code] if an animation is playing." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:51 +msgid "Starts playing the given animation." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:57 +msgid "Stops the currently playing animation." +msgstr "" + +#: doc/classes/AnimationNodeStateMachinePlayback.xml:64 +msgid "" +"Transitions from the current state to another one, following the shortest " +"path." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:14 +msgid "" +"Turn on auto advance when this condition is set. The provided name will " +"become a boolean parameter on the [AnimationTree] that can be controlled " +"from code (see [url=https://docs.godotengine.org/en/3.4/tutorials/animation/" +"animation_tree.html#controlling-from-code][/url]). For example, if [member " +"AnimationTree.tree_root] is an [AnimationNodeStateMachine] and [member " +"advance_condition] is set to [code]\"idle\"[/code]:\n" +"[codeblock]\n" +"$animation_tree[\"parameters/conditions/idle\"] = is_on_floor and " +"(linear_velocity.x == 0)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:20 +msgid "" +"Turn on the transition automatically when this state is reached. This works " +"best with [constant SWITCH_MODE_AT_END]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:23 +msgid "" +"Don't use this transition during [method AnimationNodeStateMachinePlayback." +"travel] or [member auto_advance]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:26 +msgid "" +"Lower priority transitions are preferred when travelling through the tree " +"via [method AnimationNodeStateMachinePlayback.travel] or [member " +"auto_advance]." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:29 +msgid "The transition type." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:32 +msgid "The time to cross-fade between this state and the next." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:38 +msgid "Emitted when [member advance_condition] is changed." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:44 +msgid "" +"Switch to the next state immediately. The current state will end and blend " +"into the beginning of the new one." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:47 +msgid "" +"Switch to the next state immediately, but will seek the new state to the " +"playback position of the old state." +msgstr "" + +#: doc/classes/AnimationNodeStateMachineTransition.xml:50 +msgid "" +"Wait for the current state playback to end, then switch to the beginning of " +"the next state animation." +msgstr "" + +#: doc/classes/AnimationNodeTimeScale.xml:4 +msgid "A time-scaling animation node to be used with [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationNodeTimeScale.xml:7 +msgid "" +"Allows scaling the speed of the animation (or reversing it) in any children " +"nodes. Setting it to 0 will pause the animation." +msgstr "" + +#: doc/classes/AnimationNodeTimeSeek.xml:4 +msgid "A time-seeking animation node to be used with [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationNodeTimeSeek.xml:7 +msgid "" +"This node can be used to cause a seek command to happen to any sub-children " +"of the animation graph. Use this node type to play an [Animation] from the " +"start or a certain playback position inside the [AnimationNodeBlendTree]. " +"After setting the time and changing the animation playback, the seek node " +"automatically goes into sleep mode on the next process frame by setting its " +"[code]seek_position[/code] value to [code]-1.0[/code].\n" +"[codeblock]\n" +"# Play child animation from the start.\n" +"animation_tree.set(\"parameters/Seek/seek_position\", 0.0)\n" +"# Alternative syntax (same result as above).\n" +"animation_tree[\"parameters/Seek/seek_position\"] = 0.0\n" +"\n" +"# Play child animation from 12 second timestamp.\n" +"animation_tree.set(\"parameters/Seek/seek_position\", 12.0)\n" +"# Alternative syntax (same result as above).\n" +"animation_tree[\"parameters/Seek/seek_position\"] = 12.0\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:4 +msgid "A generic animation transition node for [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:7 +msgid "" +"Simple state machine for cases which don't require a more advanced " +"[AnimationNodeStateMachine]. Animations can be connected to the inputs and " +"transition times can be specified." +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:44 +msgid "The number of available input ports for this node." +msgstr "" + +#: doc/classes/AnimationNodeTransition.xml:47 +msgid "" +"Cross-fading time (in seconds) between each animation connected to the " +"inputs." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:4 +msgid "Container and player of [Animation] resources." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:7 +msgid "" +"An animation player is used for general-purpose playback of [Animation] " +"resources. It contains a dictionary of animations (referenced by name) and " +"custom blend times between their transitions. Additionally, animations can " +"be played and blended in different channels.\n" +"[AnimationPlayer] is more suited than [Tween] for animations where you know " +"the final values in advance. For example, fading a screen in and out is more " +"easily done with an [AnimationPlayer] node thanks to the animation tools " +"provided by the editor. That particular example can also be implemented with " +"a [Tween] node, but it requires doing everything by code.\n" +"Updating the target properties of animations occurs at process time." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:22 +msgid "" +"Adds [code]animation[/code] to the player accessible with the key " +"[code]name[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:29 +msgid "" +"Shifts position in the animation timeline and immediately updates the " +"animation. [code]delta[/code] is the time in seconds to shift. Events " +"between the current frame and [code]delta[/code] are handled." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:36 +msgid "Returns the name of the next animation in the queue." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:44 +msgid "" +"Triggers the [code]anim_to[/code] animation when the [code]anim_from[/code] " +"animation completes." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:50 +msgid "" +"[AnimationPlayer] caches animated nodes. It may not notice if a node " +"disappears; [method clear_caches] forces it to update the cache again." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:56 +msgid "Clears all queued, unplayed animations." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:63 +msgid "" +"Returns the name of [code]animation[/code] or an empty string if not found." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:70 +msgid "" +"Returns the [Animation] with key [code]name[/code] or [code]null[/code] if " +"not found." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:76 +msgid "Returns the list of stored animation names." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:84 +msgid "" +"Gets the blend time (in seconds) between two animations, referenced by their " +"names." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:90 +msgid "" +"Gets the actual playing speed of current animation or 0 if not playing. This " +"speed is the [member playback_speed] property multiplied by " +"[code]custom_speed[/code] argument specified when calling the [method play] " +"method." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:96 +msgid "" +"Returns a list of the animation names that are currently queued to play." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:103 +msgid "" +"Returns [code]true[/code] if the [AnimationPlayer] stores an [Animation] " +"with key [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:109 +msgid "Returns [code]true[/code] if playing an animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:119 +msgid "" +"Plays the animation with key [code]name[/code]. Custom blend times and speed " +"can be set. If [code]custom_speed[/code] is negative and [code]from_end[/" +"code] is [code]true[/code], the animation will play backwards (which is " +"equivalent to calling [method play_backwards]).\n" +"The [AnimationPlayer] keeps track of its current or last played animation " +"with [member assigned_animation]. If this method is called with that same " +"animation [code]name[/code], or with no [code]name[/code] parameter, the " +"assigned animation will resume playing if it was paused, or restart if it " +"was stopped (see [method stop] for both pause and stop). If the animation " +"was already playing, it will keep playing.\n" +"[b]Note:[/b] The animation will be updated the next time the " +"[AnimationPlayer] is processed. If other variables are updated at the same " +"time this is called, they may be updated too early. To perform the update " +"immediately, call [code]advance(0)[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:129 +msgid "" +"Plays the animation with key [code]name[/code] in reverse.\n" +"This method is a shorthand for [method play] with [code]custom_speed = -1.0[/" +"code] and [code]from_end = true[/code], so see its description for more " +"information." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:137 +msgid "" +"Queues an animation for playback once the current one is done.\n" +"[b]Note:[/b] If a looped animation is currently playing, the queued " +"animation will never play unless the looped animation is stopped somehow." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:145 +msgid "Removes the animation with key [code]name[/code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:153 +msgid "" +"Renames an existing animation with key [code]name[/code] to [code]newname[/" +"code]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:161 +msgid "" +"Seeks the animation to the [code]seconds[/code] point in time (in seconds). " +"If [code]update[/code] is [code]true[/code], the animation updates too, " +"otherwise it updates at process time. Events between the current frame and " +"[code]seconds[/code] are skipped." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:170 +msgid "" +"Specifies a blend time (in seconds) between two animations, referenced by " +"their names." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:177 +msgid "" +"Stops or pauses the currently playing animation. If [code]reset[/code] is " +"[code]true[/code], the animation position is reset to [code]0[/code] and the " +"playback speed is reset to [code]1.0[/code].\n" +"If [code]reset[/code] is [code]false[/code], the [member " +"current_animation_position] will be kept and calling [method play] or " +"[method play_backwards] without arguments or with the same animation name as " +"[member assigned_animation] will resume the animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:184 +msgid "" +"If playing, the current animation; otherwise, the animation last played. " +"When set, would change the animation, but would not play it unless currently " +"playing. See also [member current_animation]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:187 +msgid "The name of the animation to play when the scene loads." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:190 +msgid "" +"The name of the currently playing animation. If no animation is playing, the " +"property's value is an empty string. Changing this value does not restart " +"the animation. See [method play] for more information on playing " +"animations.\n" +"[b]Note:[/b] While this property appears in the inspector, it's not meant to " +"be edited, and it's not saved in the scene. This property is mainly used to " +"get the currently playing animation, and internally for animation playback " +"tracks. For more information, see [Animation]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:194 +msgid "The length (in seconds) of the currently being played animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:197 +msgid "The position (in seconds) of the currently playing animation." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:200 +msgid "The call mode to use for Call Method tracks." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:203 +msgid "" +"If [code]true[/code], updates animations in response to process-related " +"notifications." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:206 +msgid "" +"The default time in which to blend animations. Ranges from 0 to 4096 with " +"0.01 precision." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:209 +msgid "The process notification in which to update animations." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:212 +msgid "" +"The speed scaling ratio. For instance, if this value is 1, then the " +"animation plays at normal speed. If it's 0.5, then it plays at half speed. " +"If it's 2, then it plays at double speed." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:215 +msgid "" +"This is used by the editor. If set to [code]true[/code], the scene will be " +"saved with the effects of the reset animation applied (as if it had been " +"seeked to time 0), then reverted after saving.\n" +"In other words, the saved scene file will contain the \"default pose\", as " +"defined by the reset animation, if any, with the editor keeping the values " +"that the nodes had before saving." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:219 +msgid "The node from which node path references will travel." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:227 +msgid "" +"Emitted when a queued animation plays after the previous animation was " +"finished. See [method queue].\n" +"[b]Note:[/b] The signal is not emitted when the animation is changed via " +"[method play] or from [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:234 +msgid "Notifies when an animation finished playing." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:240 +msgid "Notifies when an animation starts playing." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:245 +msgid "" +"Notifies when the caches have been cleared, either automatically, or " +"manually via [method clear_caches]." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:251 doc/classes/AnimationTreePlayer.xml:505 +msgid "" +"Process animation during the physics process. This is especially useful when " +"animating physics bodies." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:254 doc/classes/AnimationTreePlayer.xml:508 +msgid "Process animation during the idle process." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:257 +msgid "" +"Do not process animation. Use [method advance] to process the animation " +"manually." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:260 +msgid "" +"Batch method calls during the animation process, then do the calls after " +"events are processed. This avoids bugs involving deleting nodes or modifying " +"the AnimationPlayer while playing." +msgstr "" + +#: doc/classes/AnimationPlayer.xml:263 +msgid "Make method calls immediately when reached in the animation." +msgstr "" + +#: doc/classes/AnimationTree.xml:4 +msgid "" +"A node to be used for advanced animation transitions in an [AnimationPlayer]." +msgstr "" + +#: doc/classes/AnimationTree.xml:7 +msgid "" +"A node to be used for advanced animation transitions in an " +"[AnimationPlayer].\n" +"[b]Note:[/b] When linked with an [AnimationPlayer], several properties and " +"methods of the corresponding [AnimationPlayer] will not function as " +"expected. Playback and transitions should be handled using only the " +"[AnimationTree] and its constituent [AnimationNode](s). The " +"[AnimationPlayer] node should be used solely for adding, deleting, and " +"editing animations." +msgstr "" + +#: doc/classes/AnimationTree.xml:19 +msgid "Manually advance the animations by the specified time (in seconds)." +msgstr "" + +#: doc/classes/AnimationTree.xml:25 +msgid "" +"Retrieve the motion of the [member root_motion_track] as a [Transform] that " +"can be used elsewhere. If [member root_motion_track] is not a path to a " +"track of type [constant Animation.TYPE_TRANSFORM], returns an identity " +"transformation. See also [member root_motion_track] and [RootMotionView]." +msgstr "" + +#: doc/classes/AnimationTree.xml:38 +msgid "If [code]true[/code], the [AnimationTree] will be processing." +msgstr "" + +#: doc/classes/AnimationTree.xml:41 +msgid "The path to the [AnimationPlayer] used for animating." +msgstr "" + +#: doc/classes/AnimationTree.xml:44 +msgid "" +"The process mode of this [AnimationTree]. See [enum AnimationProcessMode] " +"for available modes." +msgstr "" + +#: doc/classes/AnimationTree.xml:47 +msgid "" +"The path to the Animation track used for root motion. Paths must be valid " +"scene-tree paths to a node, and must be specified starting from the parent " +"node of the node that will reproduce the animation. To specify a track that " +"controls properties or bones, append its name after the path, separated by " +"[code]\":\"[/code]. For example, [code]\"character/skeleton:ankle\"[/code] " +"or [code]\"character/mesh:transform/local\"[/code].\n" +"If the track has type [constant Animation.TYPE_TRANSFORM], the " +"transformation will be cancelled visually, and the animation will appear to " +"stay in place. See also [method get_root_motion_transform] and " +"[RootMotionView]." +msgstr "" + +#: doc/classes/AnimationTree.xml:51 +msgid "The root animation node of this [AnimationTree]. See [AnimationNode]." +msgstr "" + +#: doc/classes/AnimationTree.xml:56 +msgid "" +"The animations will progress during the physics frame (i.e. [method Node." +"_physics_process])." +msgstr "" + +#: doc/classes/AnimationTree.xml:59 +msgid "" +"The animations will progress during the idle frame (i.e. [method Node." +"_process])." +msgstr "" + +#: doc/classes/AnimationTree.xml:62 +msgid "The animations will only progress manually (see [method advance])." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:4 +msgid "" +"[i]Deprecated.[/i] Animation player that uses a node graph for blending " +"animations. Superseded by [AnimationTree]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:7 +msgid "" +"[i]Deprecated.[/i] A node graph tool for blending multiple animations bound " +"to an [AnimationPlayer]. Especially useful for animating characters or other " +"skeleton-based rigs. It can combine several animations to form a desired " +"pose.\n" +"It takes [Animation]s from an [AnimationPlayer] node and mixes them " +"depending on the graph.\n" +"See [AnimationTree] for a more full-featured replacement of this node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:20 +msgid "Adds a [code]type[/code] node to the graph with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:27 +msgid "" +"Shifts position in the animation timeline. [code]delta[/code] is the time in " +"seconds to shift. Events between the current frame and [code]delta[/code] " +"are handled." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:34 +msgid "" +"Returns the [AnimationPlayer]'s [Animation] bound to the " +"[AnimationTreePlayer]'s animation node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:41 +msgid "" +"Returns the name of the [member master_player]'s [Animation] bound to this " +"animation node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:48 +msgid "" +"Returns the absolute playback timestamp of the animation node with name " +"[code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:56 +msgid "" +"Binds a new [Animation] from the [member master_player] to the " +"[AnimationTreePlayer]'s animation node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:65 +msgid "" +"If [code]enable[/code] is [code]true[/code], the animation node with ID " +"[code]id[/code] turns off the track modifying the property at [code]path[/" +"code]. The modified node's children continue to animate." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:73 +msgid "" +"Binds the [Animation] named [code]source[/code] from [member master_player] " +"to the animation node [code]id[/code]. Recalculates caches." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:82 +msgid "" +"Returns whether node [code]id[/code] and [code]dst_id[/code] are connected " +"at the specified slot." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:89 +msgid "Returns the blend amount of a Blend2 node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:97 +msgid "" +"Sets the blend amount of a Blend2 node given its name and value.\n" +"A Blend2 node blends two animations (A and B) with the amount between 0 and " +"1.\n" +"At 0, output is input A. Towards 1, the influence of A gets lessened, the " +"influence of B gets raised. At 1, output is input B." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:108 +msgid "" +"If [code]enable[/code] is [code]true[/code], the Blend2 node with name " +"[code]id[/code] turns off the track modifying the property at [code]path[/" +"code]. The modified node's children continue to animate." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:115 +msgid "Returns the blend amount of a Blend3 node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:123 +msgid "" +"Sets the blend amount of a Blend3 node given its name and value.\n" +"A Blend3 Node blends three animations (A, B-, B+) with the amount between -1 " +"and 1.\n" +"At -1, output is input B-. From -1 to 0, the influence of B- gets lessened, " +"the influence of A gets raised and the influence of B+ is 0. At 0, output is " +"input A. From 0 to 1, the influence of A gets lessened, the influence of B+ " +"gets raised and the influence of B+ is 0. At 1, output is input B+." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:132 +msgid "Returns the blend amount of a Blend4 node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:140 +msgid "" +"Sets the blend amount of a Blend4 node given its name and value.\n" +"A Blend4 Node blends two pairs of animations.\n" +"The two pairs are blended like Blend2 and then added together." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:151 +msgid "" +"Connects node [code]id[/code] to [code]dst_id[/code] at the specified input " +"slot." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:159 +msgid "" +"Disconnects nodes connected to [code]id[/code] at the specified input slot." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:165 +msgid "Returns a [PoolStringArray] containing the name of all nodes." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:172 +msgid "Returns the mix amount of a Mix node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:180 +msgid "" +"Sets the mix amount of a Mix node given its name and value.\n" +"A Mix node adds input b to input a by the amount given by ratio." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:188 +msgid "Check if a node exists (by name)." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:195 +msgid "" +"Returns the input count for a given node. Different types of nodes have " +"different amount of inputs." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:203 +msgid "Returns the input source for a given node input." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:210 +msgid "Returns position of a node in the graph given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:217 +msgid "Gets the node type, will return from [enum NodeType] enum." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:225 +msgid "Renames a node in the graph." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:233 +msgid "Sets the position of a node in the graph given its name and position." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:240 +msgid "Returns the autostart delay of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:247 +msgid "Returns the autostart random delay of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:254 +msgid "Returns the fade in time of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:261 +msgid "Returns the fade out time of a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:268 +msgid "Returns whether a OneShot node will auto restart given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:275 +msgid "Returns whether a OneShot node is active given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:283 +msgid "" +"Sets the autorestart property of a OneShot node given its name and value." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:291 +msgid "" +"Sets the autorestart delay of a OneShot node given its name and value in " +"seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:299 +msgid "" +"Sets the autorestart random delay of a OneShot node given its name and value " +"in seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:307 +msgid "" +"Sets the fade in time of a OneShot node given its name and value in seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:315 +msgid "" +"Sets the fade out time of a OneShot node given its name and value in seconds." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:324 +msgid "" +"If [code]enable[/code] is [code]true[/code], the OneShot node with ID " +"[code]id[/code] turns off the track modifying the property at [code]path[/" +"code]. The modified node's children continue to animate." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:331 +msgid "Starts a OneShot node given its name." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:338 +msgid "Stops the OneShot node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:344 +msgid "" +"Manually recalculates the cache of track information generated from " +"animation nodes. Needed when external sources modify the animation nodes' " +"state." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:351 +msgid "Removes the animation node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:357 +msgid "Resets this [AnimationTreePlayer]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:364 +msgid "" +"Returns the time scale value of the TimeScale node with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:372 +msgid "" +"Sets the time scale of the TimeScale node with name [code]id[/code] to " +"[code]scale[/code].\n" +"The TimeScale node is used to speed [Animation]s up if the scale is above 1 " +"or slow them down if it is below 1.\n" +"If applied after a blend or mix, affects all input animations to that blend " +"or mix." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:382 +msgid "" +"Sets the time seek value of the TimeSeek node with name [code]id[/code] to " +"[code]seconds[/code].\n" +"This functions as a seek in the [Animation] or the blend or mix of " +"[Animation]s input in it." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:391 +msgid "" +"Deletes the input at [code]input_idx[/code] for the transition node with " +"name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:398 +msgid "" +"Returns the index of the currently evaluated input for the transition node " +"with name [code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:405 +msgid "" +"Returns the number of inputs for the transition node with name [code]id[/" +"code]. You can add inputs by right-clicking on the transition node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:412 +msgid "" +"Returns the cross fade time for the transition node with name [code]id[/" +"code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:420 +msgid "" +"Returns [code]true[/code] if the input at [code]input_idx[/code] on the " +"transition node with name [code]id[/code] is set to automatically advance to " +"the next input upon completion." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:428 +msgid "" +"The transition node with name [code]id[/code] sets its current input at " +"[code]input_idx[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:437 +msgid "" +"The transition node with name [code]id[/code] advances to its next input " +"automatically when the input at [code]input_idx[/code] completes." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:445 +msgid "" +"Resizes the number of inputs available for the transition node with name " +"[code]id[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:453 +msgid "" +"The transition node with name [code]id[/code] sets its cross fade time to " +"[code]time_sec[/code]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:459 +msgid "" +"If [code]true[/code], the [AnimationTreePlayer] is able to play animations." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:462 +msgid "" +"The node from which to relatively access other nodes.\n" +"It accesses the bones, so it should point to the same node the " +"[AnimationPlayer] would point its Root Node at." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:466 +msgid "" +"The path to the [AnimationPlayer] from which this [AnimationTreePlayer] " +"binds animations to animation nodes.\n" +"Once set, [Animation] nodes can be added to the [AnimationTreePlayer]." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:470 +msgid "The thread in which to update animations." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:475 +msgid "Output node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:478 +msgid "Animation node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:481 +msgid "OneShot node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:484 +msgid "Mix node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:487 +msgid "Blend2 node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:490 +msgid "Blend3 node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:493 +msgid "Blend4 node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:496 +msgid "TimeScale node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:499 +msgid "TimeSeek node." +msgstr "" + +#: doc/classes/AnimationTreePlayer.xml:502 +msgid "Transition node." +msgstr "" + +#: doc/classes/Area.xml:4 +msgid "3D area for detection and physics and audio influence." +msgstr "" + +#: doc/classes/Area.xml:7 +msgid "" +"3D area that detects [CollisionObject] nodes overlapping, entering, or " +"exiting. Can also alter or override local physics parameters (gravity, " +"damping) and route audio to custom audio buses." +msgstr "" + +#: doc/classes/Area.xml:11 doc/classes/QuadMesh.xml:10 +#: doc/classes/Viewport.xml:17 doc/classes/ViewportTexture.xml:11 +msgid "https://godotengine.org/asset-library/asset/127" +msgstr "" + +#: doc/classes/Area.xml:17 +msgid "" +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area.xml:24 +msgid "" +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area.xml:32 +msgid "" +"If [code]true[/code], the given area overlaps the Area.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of overlaps is updated once per frame and before the " +"physics step. Consider using signals instead." +msgstr "" + +#: doc/classes/Area.xml:40 +msgid "" +"If [code]true[/code], the given physics body overlaps the Area.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of overlaps is updated once per frame and before the " +"physics step. Consider using signals instead.\n" +"The [code]body[/code] argument can either be a [PhysicsBody] or a [GridMap] " +"instance (while GridMaps are not physics body themselves, they register " +"their tiles with collision shapes as a virtual physics body)." +msgstr "" + +#: doc/classes/Area.xml:48 +msgid "" +"The rate at which objects stop spinning in this area. Represents the angular " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/3d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 +msgid "The name of the area's audio bus." +msgstr "" + +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 +msgid "" +"If [code]true[/code], the area's audio bus overrides the default audio bus." +msgstr "" + +#: doc/classes/Area.xml:58 +msgid "" +"The area's gravity intensity (in meters per second squared). This value " +"multiplies the gravity vector. This is useful to alter the force of gravity " +"without altering its direction." +msgstr "" + +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 +msgid "" +"The falloff factor for point gravity. The greater the value, the faster " +"gravity decreases with distance." +msgstr "" + +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 +msgid "" +"If [code]true[/code], gravity is calculated from a point (set via [member " +"gravity_vec]). See also [member space_override]." +msgstr "" + +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 +msgid "" +"The area's gravity vector (not normalized). If gravity is a point (see " +"[member gravity_point]), this will be the point of attraction." +msgstr "" + +#: doc/classes/Area.xml:70 +msgid "" +"The rate at which objects stop moving in this area. Represents the linear " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/3d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 +msgid "If [code]true[/code], other monitoring areas can detect this area." +msgstr "" + +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 +msgid "" +"If [code]true[/code], the area detects bodies or areas entering and exiting " +"it." +msgstr "" + +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 +msgid "The area's priority. Higher priority areas are processed first." +msgstr "" + +#: doc/classes/Area.xml:83 +msgid "" +"The degree to which this area applies reverb to its associated audio. Ranges " +"from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." +msgstr "" + +#: doc/classes/Area.xml:86 +msgid "If [code]true[/code], the area applies reverb to its associated audio." +msgstr "" + +#: doc/classes/Area.xml:89 +msgid "The reverb bus name to use for this area's associated audio." +msgstr "" + +#: doc/classes/Area.xml:92 +msgid "" +"The degree to which this area's reverb is a uniform effect. Ranges from " +"[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." +msgstr "" + +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 +msgid "" +"Override mode for gravity and damping calculations within this area. See " +"[enum SpaceOverride] for possible values." +msgstr "" + +#: doc/classes/Area.xml:102 +msgid "" +"Emitted when another Area enters this Area. Requires [member monitoring] to " +"be set to [code]true[/code].\n" +"[code]area[/code] the other Area." +msgstr "" + +#: doc/classes/Area.xml:109 +msgid "" +"Emitted when another Area exits this Area. Requires [member monitoring] to " +"be set to [code]true[/code].\n" +"[code]area[/code] the other Area." +msgstr "" + +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 +msgid "" +"Emitted when one of another Area's [Shape]s enters one of this Area's " +"[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" +"[code]area_rid[/code] the [RID] of the other Area's [CollisionObject] used " +"by the [PhysicsServer].\n" +"[code]area[/code] the other Area.\n" +"[code]area_shape_index[/code] the index of the [Shape] of the other Area " +"used by the [PhysicsServer]. Get the [CollisionShape] node with [code]area." +"shape_owner_get_owner(area_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this Area used by " +"the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area.xml:142 +msgid "" +"Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " +"monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " +"[MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/Area.xml:149 +msgid "" +"Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " +"monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " +"[MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 +msgid "" +"Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " +"this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" +"code]. [GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body_rid[/code] the [RID] of the [PhysicsBody] or [MeshLibrary]'s " +"[CollisionObject] used by the [PhysicsServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the [PhysicsBody] " +"or [GridMap].\n" +"[code]body_shape_index[/code] the index of the [Shape] of the [PhysicsBody] " +"or [GridMap] used by the [PhysicsServer]. Get the [CollisionShape] node with " +"[code]body.shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this Area used by " +"the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 +msgid "This area does not affect gravity/damping." +msgstr "" + +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 +msgid "" +"This area adds its gravity/damping values to whatever has been calculated so " +"far (in [member priority] order)." +msgstr "" + +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 +msgid "" +"This area adds its gravity/damping values to whatever has been calculated so " +"far (in [member priority] order), ignoring any lower priority areas." +msgstr "" + +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 +msgid "" +"This area replaces any gravity/damping, even the defaults, ignoring any " +"lower priority areas." +msgstr "" + +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 +msgid "" +"This area replaces any gravity/damping calculated so far (in [member " +"priority] order), but keeps calculating the rest of the areas." +msgstr "" + +#: doc/classes/Area2D.xml:4 +msgid "2D area for detection and physics and audio influence." +msgstr "" + +#: doc/classes/Area2D.xml:7 +msgid "" +"2D area that detects [CollisionObject2D] nodes overlapping, entering, or " +"exiting. Can also alter or override local physics parameters (gravity, " +"damping) and route audio to a custom audio bus." +msgstr "" + +#: doc/classes/Area2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/using_area_2d.html" +msgstr "" + +#: doc/classes/Area2D.xml:12 doc/classes/CollisionShape2D.xml:12 +#: doc/classes/RectangleShape2D.xml:10 +msgid "https://godotengine.org/asset-library/asset/121" +msgstr "" + +#: doc/classes/Area2D.xml:13 doc/classes/Camera2D.xml:12 +#: doc/classes/KinematicBody2D.xml:15 doc/classes/TileMap.xml:12 +#: doc/classes/TileSet.xml:12 +msgid "https://godotengine.org/asset-library/asset/120" +msgstr "" + +#: doc/classes/Area2D.xml:19 +msgid "" +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area2D.xml:26 +msgid "" +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" + +#: doc/classes/Area2D.xml:34 +msgid "" +"If [code]true[/code], the given area overlaps the Area2D.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, the list of overlaps is updated once per frame and before " +"the physics step. Consider using signals instead." +msgstr "" + +#: doc/classes/Area2D.xml:42 +msgid "" +"If [code]true[/code], the given physics body overlaps the Area2D.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of overlaps is updated once per frame and before the " +"physics step. Consider using signals instead.\n" +"The [code]body[/code] argument can either be a [PhysicsBody2D] or a " +"[TileMap] instance (while TileMaps are not physics bodies themselves, they " +"register their tiles with collision shapes as a virtual physics body)." +msgstr "" + +#: doc/classes/Area2D.xml:50 +msgid "" +"The rate at which objects stop spinning in this area. Represents the angular " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/2d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/Area2D.xml:60 +msgid "" +"The area's gravity intensity (in pixels per second squared). This value " +"multiplies the gravity vector. This is useful to alter the force of gravity " +"without altering its direction." +msgstr "" + +#: doc/classes/Area2D.xml:72 +msgid "" +"The rate at which objects stop moving in this area. Represents the linear " +"velocity lost per second.\n" +"See [member ProjectSettings.physics/2d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/Area2D.xml:92 +msgid "" +"Emitted when another Area2D enters this Area2D. Requires [member monitoring] " +"to be set to [code]true[/code].\n" +"[code]area[/code] the other Area2D." +msgstr "" + +#: doc/classes/Area2D.xml:99 +msgid "" +"Emitted when another Area2D exits this Area2D. Requires [member monitoring] " +"to be set to [code]true[/code].\n" +"[code]area[/code] the other Area2D." +msgstr "" + +#: doc/classes/Area2D.xml:109 +msgid "" +"Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " +"[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" +"[code]area_rid[/code] the [RID] of the other Area2D's [CollisionObject2D] " +"used by the [Physics2DServer].\n" +"[code]area[/code] the other Area2D.\n" +"[code]area_shape_index[/code] the index of the [Shape2D] of the other Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]area.shape_owner_get_owner(area_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area2D.xml:122 +msgid "" +"Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " +"[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" +"[code]area_rid[/code] the [RID] of the other Area2D's [CollisionObject2D] " +"used by the [Physics2DServer].\n" +"[code]area[/code] the other Area2D.\n" +"[code]area_shape_index[/code] the index of the [Shape2D] of the other Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]area.shape_owner_get_owner(area_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area2D.xml:132 +msgid "" +"Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " +"[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " +"if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/Area2D.xml:139 +msgid "" +"Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " +"[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " +"if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/Area2D.xml:149 +msgid "" +"Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " +"of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " +"[code]true[/code]. [TileMap]s are detected if the [TileSet] has Collision " +"[Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Area2D.xml:162 +msgid "" +"Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " +"this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " +"[code]true[/code]. [TileMap]s are detected if the [TileSet] has Collision " +"[Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this Area2D " +"used by the [Physics2DServer]. Get the [CollisionShape2D] node with " +"[code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/Array.xml:4 +msgid "A generic array datatype." +msgstr "" + +#: doc/classes/Array.xml:7 +msgid "" +"A generic array that can contain several elements of any type, accessible by " +"a numerical index starting at 0. Negative indices can be used to count from " +"the back, like in Python (-1 is the last element, -2 is the second to last, " +"etc.).\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var array = [\"One\", 2, 3, \"Four\"]\n" +"print(array[0]) # One.\n" +"print(array[2]) # 3.\n" +"print(array[-1]) # Four.\n" +"array[2] = \"Three\"\n" +"print(array[-2]) # Three.\n" +"[/codeblock]\n" +"Arrays can be concatenated using the [code]+[/code] operator:\n" +"[codeblock]\n" +"var array1 = [\"One\", 2]\n" +"var array2 = [3, \"Four\"]\n" +"print(array1 + array2) # [\"One\", 2, 3, \"Four\"]\n" +"[/codeblock]\n" +"[b]Note:[/b] Concatenating with the [code]+=[/code] operator will create a " +"new array, which has a cost. If you want to append another array to an " +"existing array, [method append_array] is more efficient.\n" +"[b]Note:[/b] Arrays are always passed by reference. To get a copy of an " +"array that can be modified independently of the original array, use [method " +"duplicate].\n" +"[b]Note:[/b] When declaring an array with [code]const[/code], the array " +"itself can still be mutated by defining the values at individual indices or " +"pushing/removing elements. Using [code]const[/code] will only prevent " +"assigning the constant with another value after it was initialized." +msgstr "" + +#: doc/classes/Array.xml:34 +msgid "Constructs an array from a [PoolColorArray]." +msgstr "" + +#: doc/classes/Array.xml:41 +msgid "Constructs an array from a [PoolVector3Array]." +msgstr "" + +#: doc/classes/Array.xml:48 +msgid "Constructs an array from a [PoolVector2Array]." +msgstr "" + +#: doc/classes/Array.xml:55 +msgid "Constructs an array from a [PoolStringArray]." +msgstr "" + +#: doc/classes/Array.xml:62 +msgid "Constructs an array from a [PoolRealArray]." +msgstr "" + +#: doc/classes/Array.xml:69 +msgid "Constructs an array from a [PoolIntArray]." +msgstr "" + +#: doc/classes/Array.xml:76 +msgid "Constructs an array from a [PoolByteArray]." +msgstr "" + +#: doc/classes/Array.xml:82 doc/classes/PoolByteArray.xml:23 +#: doc/classes/PoolColorArray.xml:23 doc/classes/PoolIntArray.xml:24 +#: doc/classes/PoolRealArray.xml:24 doc/classes/PoolStringArray.xml:24 +#: doc/classes/PoolVector2Array.xml:24 doc/classes/PoolVector3Array.xml:23 +msgid "" +"Appends an element at the end of the array (alias of [method push_back])." +msgstr "" + +#: doc/classes/Array.xml:88 +msgid "" +"Appends another array at the end of this array.\n" +"[codeblock]\n" +"var array1 = [1, 2, 3]\n" +"var array2 = [4, 5, 6]\n" +"array1.append_array(array2)\n" +"print(array1) # Prints [1, 2, 3, 4, 5, 6].\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Array.xml:100 +msgid "" +"Returns the last element of the array. Prints an error and returns " +"[code]null[/code] if the array is empty.\n" +"[b]Note:[/b] Calling this function is not the same as writing [code]array[-1]" +"[/code]. If the array is empty, accessing by index will pause project " +"execution when running from the editor." +msgstr "" + +#: doc/classes/Array.xml:109 +msgid "" +"Finds the index of an existing value (or the insertion index that maintains " +"sorting order, if the value is not yet present in the array) using binary " +"search. Optionally, a [code]before[/code] specifier can be passed. If " +"[code]false[/code], the returned index comes after all existing entries of " +"the value in the array.\n" +"[b]Note:[/b] Calling [method bsearch] on an unsorted array results in " +"unexpected behavior." +msgstr "" + +#: doc/classes/Array.xml:120 +msgid "" +"Finds the index of an existing value (or the insertion index that maintains " +"sorting order, if the value is not yet present in the array) using binary " +"search and a custom comparison method declared in the [code]obj[/code]. " +"Optionally, a [code]before[/code] specifier can be passed. If [code]false[/" +"code], the returned index comes after all existing entries of the value in " +"the array. The custom method receives two arguments (an element from the " +"array and the value searched for) and must return [code]true[/code] if the " +"first argument is less than the second, and return [code]false[/code] " +"otherwise.\n" +"[codeblock]\n" +"func cardinal_to_algebraic(a):\n" +" match a:\n" +" \"one\":\n" +" return 1\n" +" \"two\":\n" +" return 2\n" +" \"three\":\n" +" return 3\n" +" \"four\":\n" +" return 4\n" +" _:\n" +" return 0\n" +"\n" +"func compare(a, b):\n" +" return cardinal_to_algebraic(a) < cardinal_to_algebraic(b)\n" +"\n" +"func _ready():\n" +" var a = [\"one\", \"two\", \"three\", \"four\"]\n" +" # `compare` is defined in this object, so we use `self` as the `obj` " +"parameter.\n" +" print(a.bsearch_custom(\"three\", self, \"compare\", true)) # Expected " +"value is 2.\n" +"[/codeblock]\n" +"[b]Note:[/b] Calling [method bsearch_custom] on an unsorted array results in " +"unexpected behavior." +msgstr "" + +#: doc/classes/Array.xml:148 +msgid "" +"Clears the array. This is equivalent to using [method resize] with a size of " +"[code]0[/code]." +msgstr "" + +#: doc/classes/Array.xml:155 +msgid "Returns the number of times an element is in the array." +msgstr "" + +#: doc/classes/Array.xml:162 +msgid "" +"Returns a copy of the array.\n" +"If [code]deep[/code] is [code]true[/code], a deep copy is performed: all " +"nested arrays and dictionaries are duplicated and will not be shared with " +"the original array. If [code]false[/code], a shallow copy is made and " +"references to the original nested arrays and dictionaries are kept, so that " +"modifying a sub-array or dictionary in the copy will also impact those " +"referenced in the source array." +msgstr "" + +#: doc/classes/Array.xml:169 doc/classes/PoolByteArray.xml:61 +#: doc/classes/PoolColorArray.xml:35 doc/classes/PoolIntArray.xml:36 +#: doc/classes/PoolRealArray.xml:36 doc/classes/PoolStringArray.xml:36 +#: doc/classes/PoolVector2Array.xml:36 doc/classes/PoolVector3Array.xml:35 +msgid "Returns [code]true[/code] if the array is empty." +msgstr "" + +#: doc/classes/Array.xml:175 +msgid "" +"Removes the first occurrence of a value from the array. To remove an element " +"by index, use [method remove] instead.\n" +"[b]Note:[/b] This method acts in-place and doesn't return a value.\n" +"[b]Note:[/b] On large arrays, this method will be slower if the removed " +"element is close to the beginning of the array (index 0). This is because " +"all elements placed after the removed element have to be reindexed." +msgstr "" + +#: doc/classes/Array.xml:185 +msgid "" +"Searches the array for a value and returns its index or [code]-1[/code] if " +"not found. Optionally, the initial search index can be passed." +msgstr "" + +#: doc/classes/Array.xml:192 +msgid "" +"Searches the array in reverse order for a value and returns its index or " +"[code]-1[/code] if not found." +msgstr "" + +#: doc/classes/Array.xml:198 +msgid "" +"Returns the first element of the array. Prints an error and returns " +"[code]null[/code] if the array is empty.\n" +"[b]Note:[/b] Calling this function is not the same as writing [code]array[0]" +"[/code]. If the array is empty, accessing by index will pause project " +"execution when running from the editor." +msgstr "" + +#: doc/classes/Array.xml:206 +msgid "" +"Returns [code]true[/code] if the array contains the given value.\n" +"[codeblock]\n" +"[\"inside\", 7].has(\"inside\") # True\n" +"[\"inside\", 7].has(\"outside\") # False\n" +"[\"inside\", 7].has(7) # True\n" +"[\"inside\", 7].has(\"7\") # False\n" +"[/codeblock]\n" +"[b]Note:[/b] This is equivalent to using the [code]in[/code] operator as " +"follows:\n" +"[codeblock]\n" +"# Will evaluate to `true`.\n" +"if 2 in [2, 4, 6, 8]:\n" +" pass\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Array.xml:224 +msgid "" +"Returns a hashed integer value representing the array and its contents.\n" +"[b]Note:[/b] Arrays with equal contents can still produce different hashes. " +"Only the exact same arrays will produce the same hashed integer value." +msgstr "" + +#: doc/classes/Array.xml:232 +msgid "" +"Inserts a new element at a given position in the array. The position must be " +"valid, or at the end of the array ([code]pos == size()[/code]).\n" +"[b]Note:[/b] This method acts in-place and doesn't return a value.\n" +"[b]Note:[/b] On large arrays, this method will be slower if the inserted " +"element is close to the beginning of the array (index 0). This is because " +"all elements placed after the newly inserted element have to be reindexed." +msgstr "" + +#: doc/classes/Array.xml:239 doc/classes/PoolByteArray.xml:96 +#: doc/classes/PoolColorArray.xml:48 doc/classes/PoolIntArray.xml:49 +#: doc/classes/PoolRealArray.xml:49 doc/classes/PoolStringArray.xml:49 +#: doc/classes/PoolVector2Array.xml:49 doc/classes/PoolVector3Array.xml:48 +msgid "Reverses the order of the elements in the array." +msgstr "" + +#: doc/classes/Array.xml:245 +msgid "" +"Returns the maximum value contained in the array if all elements are of " +"comparable types. If the elements can't be compared, [code]null[/code] is " +"returned." +msgstr "" + +#: doc/classes/Array.xml:251 +msgid "" +"Returns the minimum value contained in the array if all elements are of " +"comparable types. If the elements can't be compared, [code]null[/code] is " +"returned." +msgstr "" + +#: doc/classes/Array.xml:258 +msgid "" +"Removes and returns the element of the array at index [code]position[/code]. " +"If negative, [code]position[/code] is considered relative to the end of the " +"array. Leaves the array untouched and returns [code]null[/code] if the array " +"is empty or if it's accessed out of bounds. An error message is printed when " +"the array is accessed out of bounds, but not when the array is empty.\n" +"[b]Note:[/b] On large arrays, this method can be slower than [method " +"pop_back] as it will reindex the array's elements that are located after the " +"removed element. The larger the array and the lower the index of the removed " +"element, the slower [method pop_at] will be." +msgstr "" + +#: doc/classes/Array.xml:265 +msgid "" +"Removes and returns the last element of the array. Returns [code]null[/code] " +"if the array is empty, without printing an error message. See also [method " +"pop_front]." +msgstr "" + +#: doc/classes/Array.xml:271 +msgid "" +"Removes and returns the first element of the array. Returns [code]null[/" +"code] if the array is empty, without printing an error message. See also " +"[method pop_back].\n" +"[b]Note:[/b] On large arrays, this method is much slower than [method " +"pop_back] as it will reindex all the array's elements every time it's " +"called. The larger the array, the slower [method pop_front] will be." +msgstr "" + +#: doc/classes/Array.xml:278 +msgid "" +"Appends an element at the end of the array. See also [method push_front]." +msgstr "" + +#: doc/classes/Array.xml:284 +msgid "" +"Adds an element at the beginning of the array. See also [method push_back].\n" +"[b]Note:[/b] On large arrays, this method is much slower than [method " +"push_back] as it will reindex all the array's elements every time it's " +"called. The larger the array, the slower [method push_front] will be." +msgstr "" + +#: doc/classes/Array.xml:291 +msgid "" +"Removes an element from the array by index. If the index does not exist in " +"the array, nothing happens. To remove an element by searching for its value, " +"use [method erase] instead.\n" +"[b]Note:[/b] This method acts in-place and doesn't return a value.\n" +"[b]Note:[/b] On large arrays, this method will be slower if the removed " +"element is close to the beginning of the array (index 0). This is because " +"all elements placed after the removed element have to be reindexed." +msgstr "" + +#: doc/classes/Array.xml:299 +msgid "" +"Resizes the array to contain a different number of elements. If the array " +"size is smaller, elements are cleared, if bigger, new elements are " +"[code]null[/code]." +msgstr "" + +#: doc/classes/Array.xml:307 +msgid "" +"Searches the array in reverse order. Optionally, a start search index can be " +"passed. If negative, the start index is considered relative to the end of " +"the array." +msgstr "" + +#: doc/classes/Array.xml:312 +msgid "" +"Shuffles the array such that the items will have a random order. This method " +"uses the global random number generator common to methods such as [method " +"@GDScript.randi]. Call [method @GDScript.randomize] to ensure that a new " +"seed will be used each time if you want non-reproducible shuffling." +msgstr "" + +#: doc/classes/Array.xml:318 +msgid "Returns the number of elements in the array." +msgstr "" + +#: doc/classes/Array.xml:328 +msgid "" +"Duplicates the subset described in the function and returns it in an array, " +"deeply copying the array if [code]deep[/code] is [code]true[/code]. Lower " +"and upper index are inclusive, with the [code]step[/code] describing the " +"change between indices while slicing." +msgstr "" + +#: doc/classes/Array.xml:333 +msgid "" +"Sorts the array.\n" +"[b]Note:[/b] Strings are sorted in alphabetical order (as opposed to natural " +"order). This may lead to unexpected behavior when sorting an array of " +"strings ending with a sequence of numbers. Consider the following example:\n" +"[codeblock]\n" +"var strings = [\"string1\", \"string2\", \"string10\", \"string11\"]\n" +"strings.sort()\n" +"print(strings) # Prints [string1, string10, string11, string2]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Array.xml:346 +msgid "" +"Sorts the array using a custom method. The arguments are an object that " +"holds the method and the name of such method. The custom method receives two " +"arguments (a pair of elements from the array) and must return either " +"[code]true[/code] or [code]false[/code].\n" +"For two elements [code]a[/code] and [code]b[/code], if the given method " +"returns [code]true[/code], element [code]b[/code] will be after element " +"[code]a[/code] in the array.\n" +"[b]Note:[/b] You cannot randomize the return value as the heapsort algorithm " +"expects a deterministic result. Doing so will result in unexpected " +"behavior.\n" +"[codeblock]\n" +"class MyCustomSorter:\n" +" static func sort_ascending(a, b):\n" +" if a[0] < b[0]:\n" +" return true\n" +" return false\n" +"\n" +"var my_items = [[5, \"Potato\"], [9, \"Rice\"], [4, \"Tomato\"]]\n" +"my_items.sort_custom(MyCustomSorter, \"sort_ascending\")\n" +"print(my_items) # Prints [[4, Tomato], [5, Potato], [9, Rice]].\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ArrayMesh.xml:4 +msgid "" +"[Mesh] type that provides utility for constructing a surface from arrays." +msgstr "" + +#: doc/classes/ArrayMesh.xml:7 +msgid "" +"The [ArrayMesh] is used to construct a [Mesh] by specifying the attributes " +"as arrays.\n" +"The most basic example is the creation of a single triangle:\n" +"[codeblock]\n" +"var vertices = PoolVector3Array()\n" +"vertices.push_back(Vector3(0, 1, 0))\n" +"vertices.push_back(Vector3(1, 0, 0))\n" +"vertices.push_back(Vector3(0, 0, 1))\n" +"# Initialize the ArrayMesh.\n" +"var arr_mesh = ArrayMesh.new()\n" +"var arrays = []\n" +"arrays.resize(ArrayMesh.ARRAY_MAX)\n" +"arrays[ArrayMesh.ARRAY_VERTEX] = vertices\n" +"# Create the Mesh.\n" +"arr_mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, arrays)\n" +"var m = MeshInstance.new()\n" +"m.mesh = arr_mesh\n" +"[/codeblock]\n" +"The [MeshInstance] is ready to be added to the [SceneTree] to be shown.\n" +"See also [ImmediateGeometry], [MeshDataTool] and [SurfaceTool] for " +"procedural geometry generation.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes." +msgstr "" + +#: doc/classes/ArrayMesh.xml:29 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/content/procedural_geometry/" +"arraymesh.html" +msgstr "" + +#: doc/classes/ArrayMesh.xml:36 +msgid "" +"Adds name for a blend shape that will be added with [method " +"add_surface_from_arrays]. Must be called before surface is added." +msgstr "" + +#: doc/classes/ArrayMesh.xml:46 +msgid "" +"Creates a new surface.\n" +"Surfaces are created to be rendered using a [code]primitive[/code], which " +"may be any of the types defined in [enum Mesh.PrimitiveType]. (As a note, " +"when using indices, it is recommended to only use points, lines, or " +"triangles.) [method Mesh.get_surface_count] will become the [code]surf_idx[/" +"code] for this new surface.\n" +"The [code]arrays[/code] argument is an array of arrays. See [enum ArrayType] " +"for the values used in this array. For example, [code]arrays[0][/code] is " +"the array of vertices. That first vertex sub-array is always required; the " +"others are optional. Adding an index array puts this function into \"index " +"mode\" where the vertex and other arrays become the sources of data and the " +"index array defines the vertex order. All sub-arrays must have the same " +"length as the vertex array or be empty, except for [constant ARRAY_INDEX] if " +"it is used." +msgstr "" + +#: doc/classes/ArrayMesh.xml:54 +msgid "Removes all blend shapes from this [ArrayMesh]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:60 +msgid "Removes all surfaces from this [ArrayMesh]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:66 +msgid "Returns the number of blend shapes that the [ArrayMesh] holds." +msgstr "" + +#: doc/classes/ArrayMesh.xml:73 +msgid "Returns the name of the blend shape at this index." +msgstr "" + +#: doc/classes/ArrayMesh.xml:81 +msgid "" +"Will perform a UV unwrap on the [ArrayMesh] to prepare the mesh for " +"lightmapping." +msgstr "" + +#: doc/classes/ArrayMesh.xml:87 +msgid "Will regenerate normal maps for the [ArrayMesh]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:101 +msgid "" +"Returns the index of the first surface with this name held within this " +"[ArrayMesh]. If none are found, -1 is returned." +msgstr "" + +#: doc/classes/ArrayMesh.xml:108 +msgid "" +"Returns the length in indices of the index array in the requested surface " +"(see [method add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:115 +msgid "" +"Returns the length in vertices of the vertex array in the requested surface " +"(see [method add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:122 +msgid "" +"Returns the format mask of the requested surface (see [method " +"add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:129 +msgid "Gets the name assigned to this surface." +msgstr "" + +#: doc/classes/ArrayMesh.xml:136 +msgid "" +"Returns the primitive type of the requested surface (see [method " +"add_surface_from_arrays])." +msgstr "" + +#: doc/classes/ArrayMesh.xml:143 +msgid "" +"Removes a surface at position [code]surf_idx[/code], shifting greater " +"surfaces one [code]surf_idx[/code] slot down." +msgstr "" + +#: doc/classes/ArrayMesh.xml:151 +msgid "Sets a name for a given surface." +msgstr "" + +#: doc/classes/ArrayMesh.xml:160 +msgid "" +"Updates a specified region of mesh arrays on the GPU.\n" +"[b]Warning:[/b] Only use if you know what you are doing. You can easily " +"cause crashes by calling this function with improper arguments." +msgstr "" + +#: doc/classes/ArrayMesh.xml:167 +msgid "Sets the blend shape mode to one of [enum Mesh.BlendShapeMode]." +msgstr "" + +#: doc/classes/ArrayMesh.xml:170 doc/classes/PrimitiveMesh.xml:26 +msgid "" +"Overrides the [AABB] with one defined by user for use with frustum culling. " +"Especially useful to avoid unexpected culling when using a shader to offset " +"vertices." +msgstr "" + +#: doc/classes/ArrayMesh.xml:175 +msgid "Default value used for index_array_len when no indices are present." +msgstr "" + +#: doc/classes/ArrayMesh.xml:178 +msgid "Amount of weights/bone indices per vertex (always 4)." +msgstr "" + +#: doc/classes/ArrayMesh.xml:181 +msgid "[PoolVector3Array], [PoolVector2Array], or [Array] of vertex positions." +msgstr "" + +#: doc/classes/ArrayMesh.xml:184 +msgid "[PoolVector3Array] of vertex normals." +msgstr "" + +#: doc/classes/ArrayMesh.xml:187 +msgid "" +"[PoolRealArray] of vertex tangents. Each element in groups of 4 floats, " +"first 3 floats determine the tangent, and the last the binormal direction as " +"-1 or 1." +msgstr "" + +#: doc/classes/ArrayMesh.xml:190 +msgid "[PoolColorArray] of vertex colors." +msgstr "" + +#: doc/classes/ArrayMesh.xml:193 +msgid "[PoolVector2Array] for UV coordinates." +msgstr "" + +#: doc/classes/ArrayMesh.xml:196 +msgid "[PoolVector2Array] for second UV coordinates." +msgstr "" + +#: doc/classes/ArrayMesh.xml:199 +msgid "" +"[PoolRealArray] or [PoolIntArray] of bone indices. Each element in groups of " +"4 floats." +msgstr "" + +#: doc/classes/ArrayMesh.xml:202 +msgid "[PoolRealArray] of bone weights. Each element in groups of 4 floats." +msgstr "" + +#: doc/classes/ArrayMesh.xml:205 +msgid "" +"[PoolIntArray] of integers used as indices referencing vertices, colors, " +"normals, tangents, and textures. All of those arrays must have the same " +"number of elements as the vertex array. No index can be beyond the vertex " +"array size. When this index array is present, it puts the function into " +"\"index mode,\" where the index selects the *i*'th vertex, normal, tangent, " +"color, UV, etc. This means if you want to have different normals or colors " +"along an edge, you have to duplicate the vertices.\n" +"For triangles, the index array is interpreted as triples, referring to the " +"vertices of each triangle. For lines, the index array is in pairs indicating " +"the start and end of each line." +msgstr "" + +#: doc/classes/ArrayMesh.xml:209 doc/classes/Mesh.xml:225 +#: doc/classes/VisualServer.xml:3270 +msgid "Represents the size of the [enum ArrayType] enum." +msgstr "" + +#: doc/classes/ArrayMesh.xml:212 +msgid "Array format will include vertices (mandatory)." +msgstr "" + +#: doc/classes/ArrayMesh.xml:215 +msgid "Array format will include normals." +msgstr "" + +#: doc/classes/ArrayMesh.xml:218 +msgid "Array format will include tangents." +msgstr "" + +#: doc/classes/ArrayMesh.xml:221 +msgid "Array format will include a color array." +msgstr "" + +#: doc/classes/ArrayMesh.xml:224 +msgid "Array format will include UVs." +msgstr "" + +#: doc/classes/ArrayMesh.xml:227 +msgid "Array format will include another set of UVs." +msgstr "" + +#: doc/classes/ArrayMesh.xml:230 +msgid "Array format will include bone indices." +msgstr "" + +#: doc/classes/ArrayMesh.xml:233 +msgid "Array format will include bone weights." +msgstr "" + +#: doc/classes/ArrayMesh.xml:236 +msgid "Index array will be used." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:4 +msgid "An anchor point in AR space." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:7 +msgid "" +"The [ARVRAnchor] point is a spatial node that maps a real world location " +"identified by the AR platform to a position within the game world. For " +"example, as long as plane detection in ARKit is on, ARKit will identify and " +"update the position of planes (tables, floors, etc) and create anchors for " +"them.\n" +"This node is mapped to one of the anchors through its unique ID. When you " +"receive a signal that a new anchor is available, you should add this node to " +"your scene for that anchor. You can predefine nodes and set the ID; the " +"nodes will simply remain on 0,0,0 until a plane is recognized.\n" +"Keep in mind that, as long as plane detection is enabled, the size, placing " +"and orientation of an anchor will be updated as the detection logic learns " +"more about the real world out there especially if only part of the surface " +"is in view." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:17 +msgid "Returns the name given to this anchor." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:23 +msgid "" +"Returns [code]true[/code] if the anchor is being tracked and [code]false[/" +"code] if no anchor with this ID is currently known." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:29 +msgid "" +"If provided by the [ARVRInterface], this returns a mesh object for the " +"anchor. For an anchor, this can be a shape related to the object being " +"tracked or it can be a mesh that provides topology related to the anchor and " +"can be used to create shadows/reflections on surfaces or for generating " +"collision shapes." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:35 +msgid "" +"Returns a plane aligned with our anchor; handy for intersection testing." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:41 +msgid "" +"Returns the estimated size of the plane that was detected. Say when the " +"anchor relates to a table in the real world, this is the estimated size of " +"the surface of that table." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:47 +msgid "" +"The anchor's ID. You can set this before the anchor itself exists. The first " +"anchor gets an ID of [code]1[/code], the second an ID of [code]2[/code], " +"etc. When anchors get removed, the engine can then assign the corresponding " +"ID to new anchors. The most common situation where anchors \"disappear\" is " +"when the AR server identifies that two anchors represent different parts of " +"the same plane and merges them." +msgstr "" + +#: doc/classes/ARVRAnchor.xml:54 +msgid "" +"Emitted when the mesh associated with the anchor changes or when one becomes " +"available. This is especially important for topology that is constantly " +"being [code]mesh_updated[/code]." +msgstr "" + +#: doc/classes/ARVRCamera.xml:4 +msgid "" +"A camera node with a few overrules for AR/VR applied, such as location " +"tracking." +msgstr "" + +#: doc/classes/ARVRCamera.xml:7 +msgid "" +"This is a helper spatial node for our camera; note that, if stereoscopic " +"rendering is applicable (VR-HMD), most of the camera properties are ignored, " +"as the HMD information overrides them. The only properties that can be " +"trusted are the near and far planes.\n" +"The position and orientation of this node is automatically updated by the " +"ARVR Server to represent the location of the HMD if such tracking is " +"available and can thus be used by game logic. Note that, in contrast to the " +"ARVR Controller, the render thread has access to the most up-to-date " +"tracking data of the HMD and the location of the ARVRCamera can lag a few " +"milliseconds behind what is used for rendering as a result." +msgstr "" + +#: doc/classes/ARVRCamera.xml:11 doc/classes/ARVRController.xml:12 +#: doc/classes/ARVRInterface.xml:11 doc/classes/ARVROrigin.xml:13 +#: doc/classes/ARVRPositionalTracker.xml:12 doc/classes/ARVRServer.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/vr/index.html" +msgstr "" + +#: doc/classes/ARVRController.xml:4 +msgid "A spatial node representing a spatially-tracked controller." +msgstr "" + +#: doc/classes/ARVRController.xml:7 +msgid "" +"This is a helper spatial node that is linked to the tracking of controllers. " +"It also offers several handy passthroughs to the state of buttons and such " +"on the controllers.\n" +"Controllers are linked by their ID. You can create controller nodes before " +"the controllers are available. If your game always uses two controllers (one " +"for each hand), you can predefine the controllers with ID 1 and 2; they will " +"become active as soon as the controllers are identified. If you expect " +"additional controllers to be used, you should react to the signals and add " +"ARVRController nodes to your scene.\n" +"The position of the controller node is automatically updated by the " +"[ARVRServer]. This makes this node ideal to add child nodes to visualize the " +"controller." +msgstr "" + +#: doc/classes/ARVRController.xml:18 +msgid "" +"If active, returns the name of the associated controller if provided by the " +"AR/VR SDK used." +msgstr "" + +#: doc/classes/ARVRController.xml:24 +msgid "" +"Returns the hand holding this controller, if known. See [enum " +"ARVRPositionalTracker.TrackerHand]." +msgstr "" + +#: doc/classes/ARVRController.xml:30 +msgid "" +"Returns [code]true[/code] if the bound controller is active. ARVR systems " +"attempt to track active controllers." +msgstr "" + +#: doc/classes/ARVRController.xml:37 +msgid "" +"Returns the value of the given axis for things like triggers, touchpads, " +"etc. that are embedded into the controller." +msgstr "" + +#: doc/classes/ARVRController.xml:43 +msgid "" +"Returns the ID of the joystick object bound to this. Every controller " +"tracked by the [ARVRServer] that has buttons and axis will also be " +"registered as a joystick within Godot. This means that all the normal " +"joystick tracking and input mapping will work for buttons and axis found on " +"the AR/VR controllers. This ID is purely offered as information so you can " +"link up the controller with its joystick entry." +msgstr "" + +#: doc/classes/ARVRController.xml:49 +msgid "" +"If provided by the [ARVRInterface], this returns a mesh associated with the " +"controller. This can be used to visualize the controller." +msgstr "" + +#: doc/classes/ARVRController.xml:56 +msgid "" +"Returns [code]true[/code] if the button at index [code]button[/code] is " +"pressed. See [enum JoystickList], in particular the [code]JOY_VR_*[/code] " +"constants." +msgstr "" + +#: doc/classes/ARVRController.xml:62 +msgid "" +"The controller's ID.\n" +"A controller ID of 0 is unbound and will always result in an inactive node. " +"Controller ID 1 is reserved for the first controller that identifies itself " +"as the left-hand controller and ID 2 is reserved for the first controller " +"that identifies itself as the right-hand controller.\n" +"For any other controller that the [ARVRServer] detects, we continue with " +"controller ID 3.\n" +"When a controller is turned off, its slot is freed. This ensures controllers " +"will keep the same ID even when controllers with lower IDs are turned off." +msgstr "" + +#: doc/classes/ARVRController.xml:68 +msgid "" +"The degree to which the controller vibrates. Ranges from [code]0.0[/code] to " +"[code]1.0[/code] with precision [code].01[/code]. If changed, updates " +"[member ARVRPositionalTracker.rumble] accordingly.\n" +"This is a useful property to animate if you want the controller to vibrate " +"for a limited duration." +msgstr "" + +#: doc/classes/ARVRController.xml:76 +msgid "Emitted when a button on this controller is pressed." +msgstr "" + +#: doc/classes/ARVRController.xml:82 +msgid "Emitted when a button on this controller is released." +msgstr "" + +#: doc/classes/ARVRController.xml:88 +msgid "" +"Emitted when the mesh associated with the controller changes or when one " +"becomes available. Generally speaking this will be a static mesh after " +"becoming available." +msgstr "" + +#: doc/classes/ARVRInterface.xml:4 +msgid "Base class for an AR/VR interface implementation." +msgstr "" + +#: doc/classes/ARVRInterface.xml:7 +msgid "" +"This class needs to be implemented to make an AR or VR platform available to " +"Godot and these should be implemented as C++ modules or GDNative modules " +"(note that for GDNative the subclass ARVRScriptInterface should be used). " +"Part of the interface is exposed to GDScript so you can detect, enable and " +"configure an AR or VR platform.\n" +"Interfaces should be written in such a way that simply enabling them will " +"give us a working setup. You can query the available interfaces through " +"[ARVRServer]." +msgstr "" + +#: doc/classes/ARVRInterface.xml:17 +msgid "" +"If this is an AR interface that requires displaying a camera feed as the " +"background, this method returns the feed ID in the [CameraServer] for this " +"interface." +msgstr "" + +#: doc/classes/ARVRInterface.xml:23 +msgid "" +"Returns a combination of [enum Capabilities] flags providing information " +"about the capabilities of this interface." +msgstr "" + +#: doc/classes/ARVRInterface.xml:29 +msgid "Returns the name of this interface (OpenVR, OpenHMD, ARKit, etc)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:35 +msgid "" +"Returns the resolution at which we should render our intermediate results " +"before things like lens distortion are applied by the VR platform." +msgstr "" + +#: doc/classes/ARVRInterface.xml:41 +msgid "" +"If supported, returns the status of our tracking. This will allow you to " +"provide feedback to the user whether there are issues with positional " +"tracking." +msgstr "" + +#: doc/classes/ARVRInterface.xml:47 +msgid "" +"Call this to initialize this interface. The first interface that is " +"initialized is identified as the primary interface and it will be used for " +"rendering output.\n" +"After initializing the interface you want to use you then need to enable the " +"AR/VR mode of a viewport and rendering should commence.\n" +"[b]Note:[/b] You must enable the AR/VR mode on the main viewport for any " +"device that uses the main output of Godot, such as for mobile VR.\n" +"If you do this for a platform that handles its own output (such as OpenVR) " +"Godot will show just one eye without distortion on screen. Alternatively, " +"you can add a separate viewport node to your scene and enable AR/VR on that " +"viewport. It will be used to output to the HMD, leaving you free to do " +"anything you like in the main window, such as using a separate camera as a " +"spectator camera or rendering something completely different.\n" +"While currently not used, you can activate additional interfaces. You may " +"wish to do this if you want to track controllers from other platforms. " +"However, at this point in time only one interface can render to an HMD." +msgstr "" + +#: doc/classes/ARVRInterface.xml:57 +msgid "" +"Returns [code]true[/code] if the current output of this interface is in " +"stereo." +msgstr "" + +#: doc/classes/ARVRInterface.xml:63 +msgid "Turns the interface off." +msgstr "" + +#: doc/classes/ARVRInterface.xml:69 +msgid "On an AR interface, [code]true[/code] if anchor detection is enabled." +msgstr "" + +#: doc/classes/ARVRInterface.xml:72 +msgid "[code]true[/code] if this interface been initialized." +msgstr "" + +#: doc/classes/ARVRInterface.xml:75 +msgid "[code]true[/code] if this is the primary interface." +msgstr "" + +#: doc/classes/ARVRInterface.xml:80 +msgid "No ARVR capabilities." +msgstr "" + +#: doc/classes/ARVRInterface.xml:83 +msgid "" +"This interface can work with normal rendering output (non-HMD based AR)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:86 +msgid "This interface supports stereoscopic rendering." +msgstr "" + +#: doc/classes/ARVRInterface.xml:89 +msgid "This interface supports AR (video background and real world tracking)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:92 +msgid "" +"This interface outputs to an external device. If the main viewport is used, " +"the on screen output is an unmodified buffer of either the left or right eye " +"(stretched if the viewport size is not changed to the same aspect ratio of " +"[method get_render_targetsize]). Using a separate viewport node frees up the " +"main viewport for other purposes." +msgstr "" + +#: doc/classes/ARVRInterface.xml:95 +msgid "" +"Mono output, this is mostly used internally when retrieving positioning " +"information for our camera node or when stereo scopic rendering is not " +"supported." +msgstr "" + +#: doc/classes/ARVRInterface.xml:98 +msgid "" +"Left eye output, this is mostly used internally when rendering the image for " +"the left eye and obtaining positioning and projection information." +msgstr "" + +#: doc/classes/ARVRInterface.xml:101 +msgid "" +"Right eye output, this is mostly used internally when rendering the image " +"for the right eye and obtaining positioning and projection information." +msgstr "" + +#: doc/classes/ARVRInterface.xml:104 +msgid "Tracking is behaving as expected." +msgstr "" + +#: doc/classes/ARVRInterface.xml:107 +msgid "" +"Tracking is hindered by excessive motion (the player is moving faster than " +"tracking can keep up)." +msgstr "" + +#: doc/classes/ARVRInterface.xml:110 +msgid "" +"Tracking is hindered by insufficient features, it's too dark (for camera-" +"based tracking), player is blocked, etc." +msgstr "" + +#: doc/classes/ARVRInterface.xml:113 +msgid "" +"We don't know the status of the tracking or this interface does not provide " +"feedback." +msgstr "" + +#: doc/classes/ARVRInterface.xml:116 +msgid "" +"Tracking is not functional (camera not plugged in or obscured, lighthouses " +"turned off, etc.)." +msgstr "" + +#: modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml:4 +msgid "GDNative wrapper for an ARVR interface." +msgstr "" + +#: modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml:7 +msgid "" +"This is a wrapper class for GDNative implementations of the ARVR interface. " +"To use a GDNative ARVR interface, simply instantiate this object and set " +"your GDNative library containing the ARVR interface implementation." +msgstr "" + +#: doc/classes/ARVROrigin.xml:4 +msgid "The origin point in AR/VR." +msgstr "" + +#: doc/classes/ARVROrigin.xml:7 +msgid "" +"This is a special node within the AR/VR system that maps the physical " +"location of the center of our tracking space to the virtual location within " +"our game world.\n" +"There should be only one of these nodes in your scene and you must have one. " +"All the ARVRCamera, ARVRController and ARVRAnchor nodes should be direct " +"children of this node for spatial tracking to work correctly.\n" +"It is the position of this node that you update when your character needs to " +"move through your game world while we're not moving in the real world. " +"Movement in the real world is always in relation to this origin point.\n" +"For example, if your character is driving a car, the ARVROrigin node should " +"be a child node of this car. Or, if you're implementing a teleport system to " +"move your character, you should change the position of this node." +msgstr "" + +#: doc/classes/ARVROrigin.xml:19 +msgid "" +"Allows you to adjust the scale to your game's units. Most AR/VR platforms " +"assume a scale of 1 game world unit = 1 real world meter.\n" +"[b]Note:[/b] This method is a passthrough to the [ARVRServer] itself." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:4 +msgid "A tracked object." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:7 +msgid "" +"An instance of this object represents a device that is tracked, such as a " +"controller or anchor point. HMDs aren't represented here as they are handled " +"internally.\n" +"As controllers are turned on and the AR/VR interface detects them, instances " +"of this object are automatically added to this list of active tracking " +"objects accessible through the [ARVRServer].\n" +"The [ARVRController] and [ARVRAnchor] both consume objects of this type and " +"should be used in your project. The positional trackers are just under-the-" +"hood objects that make this all work. These are mostly exposed so that " +"GDNative-based interfaces can interact with them." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:18 +msgid "" +"Returns the hand holding this tracker, if known. See [enum TrackerHand] " +"constants." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:24 +msgid "" +"If this is a controller that is being tracked, the controller will also be " +"represented by a joystick entry with this ID." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:30 +msgid "" +"Returns the mesh related to a controller or anchor point if one is available." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:36 +msgid "Returns the controller or anchor point's name if available." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:42 +msgid "Returns the controller's orientation matrix." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:48 +msgid "Returns the world-space controller position." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:54 +msgid "" +"Returns the internal tracker ID. This uniquely identifies the tracker per " +"tracker type and matches the ID you need to specify for nodes such as the " +"[ARVRController] and [ARVRAnchor] nodes." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:60 +msgid "Returns [code]true[/code] if this device tracks orientation." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:66 +msgid "Returns [code]true[/code] if this device tracks position." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:73 +msgid "Returns the transform combining this device's orientation and position." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:79 +msgid "Returns the tracker's type." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:85 +msgid "" +"The degree to which the tracker rumbles. Ranges from [code]0.0[/code] to " +"[code]1.0[/code] with precision [code].01[/code]." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:90 +msgid "The hand this tracker is held in is unknown or not applicable." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:93 +msgid "This tracker is the left hand controller." +msgstr "" + +#: doc/classes/ARVRPositionalTracker.xml:96 +msgid "This tracker is the right hand controller." +msgstr "" + +#: doc/classes/ARVRServer.xml:4 +msgid "Server for AR and VR features." +msgstr "" + +#: doc/classes/ARVRServer.xml:7 +msgid "" +"The AR/VR server is the heart of our Advanced and Virtual Reality solution " +"and handles all the processing." +msgstr "" + +#: doc/classes/ARVRServer.xml:17 +msgid "Registers an [ARVRInterface] object." +msgstr "" + +#: doc/classes/ARVRServer.xml:24 +msgid "" +"Registers a new [ARVRPositionalTracker] that tracks a spatial location in " +"real space." +msgstr "" + +#: doc/classes/ARVRServer.xml:32 +msgid "" +"This is an important function to understand correctly. AR and VR platforms " +"all handle positioning slightly differently.\n" +"For platforms that do not offer spatial tracking, our origin point (0,0,0) " +"is the location of our HMD, but you have little control over the direction " +"the player is facing in the real world.\n" +"For platforms that do offer spatial tracking, our origin point depends very " +"much on the system. For OpenVR, our origin point is usually the center of " +"the tracking space, on the ground. For other platforms, it's often the " +"location of the tracking camera.\n" +"This method allows you to center your tracker on the location of the HMD. It " +"will take the current location of the HMD and use that to adjust all your " +"tracking data; in essence, realigning the real world to your player's " +"current position in the game world.\n" +"For this method to produce usable results, tracking information must be " +"available. This often takes a few frames after starting your game.\n" +"You should call this method after a few seconds have passed. For instance, " +"when the user requests a realignment of the display holding a designated " +"button on a controller for a short period of time, or when implementing a " +"teleport mechanism." +msgstr "" + +#: doc/classes/ARVRServer.xml:44 +msgid "" +"Clears our current primary interface if it is set to the provided interface." +msgstr "" + +#: doc/classes/ARVRServer.xml:51 +msgid "" +"Finds an interface by its name. For instance, if your project uses " +"capabilities of an AR/VR platform, you can find the interface for that " +"platform by name and initialize it." +msgstr "" + +#: doc/classes/ARVRServer.xml:57 +msgid "Returns the primary interface's transformation." +msgstr "" + +#: doc/classes/ARVRServer.xml:64 +msgid "" +"Returns the interface registered at a given index in our list of interfaces." +msgstr "" + +#: doc/classes/ARVRServer.xml:70 +msgid "" +"Returns the number of interfaces currently registered with the AR/VR server. " +"If your project supports multiple AR/VR platforms, you can look through the " +"available interface, and either present the user with a selection or simply " +"try to initialize each interface and use the first one that returns " +"[code]true[/code]." +msgstr "" + +#: doc/classes/ARVRServer.xml:76 +msgid "" +"Returns a list of available interfaces the ID and name of each interface." +msgstr "" + +#: doc/classes/ARVRServer.xml:82 +msgid "" +"Returns the absolute timestamp (in μs) of the last [ARVRServer] commit of " +"the AR/VR eyes to [VisualServer]. The value comes from an internal call to " +"[method OS.get_ticks_usec]." +msgstr "" + +#: doc/classes/ARVRServer.xml:88 +msgid "" +"Returns the duration (in μs) of the last frame. This is computed as the " +"difference between [method get_last_commit_usec] and [method " +"get_last_process_usec] when committing." +msgstr "" + +#: doc/classes/ARVRServer.xml:94 +msgid "" +"Returns the absolute timestamp (in μs) of the last [ARVRServer] process " +"callback. The value comes from an internal call to [method OS." +"get_ticks_usec]." +msgstr "" + +#: doc/classes/ARVRServer.xml:100 +msgid "" +"Returns the reference frame transform. Mostly used internally and exposed " +"for GDNative build interfaces." +msgstr "" + +#: doc/classes/ARVRServer.xml:107 +msgid "Returns the positional tracker at the given ID." +msgstr "" + +#: doc/classes/ARVRServer.xml:113 +msgid "Returns the number of trackers currently registered." +msgstr "" + +#: doc/classes/ARVRServer.xml:120 +msgid "Removes this interface." +msgstr "" + +#: doc/classes/ARVRServer.xml:127 +msgid "Removes this positional tracker." +msgstr "" + +#: doc/classes/ARVRServer.xml:133 +msgid "The primary [ARVRInterface] currently bound to the [ARVRServer]." +msgstr "" + +#: doc/classes/ARVRServer.xml:136 +msgid "" +"Allows you to adjust the scale to your game's units. Most AR/VR platforms " +"assume a scale of 1 game world unit = 1 real world meter." +msgstr "" + +#: doc/classes/ARVRServer.xml:143 +msgid "Emitted when a new interface has been added." +msgstr "" + +#: doc/classes/ARVRServer.xml:149 +msgid "Emitted when an interface is removed." +msgstr "" + +#: doc/classes/ARVRServer.xml:157 +msgid "" +"Emitted when a new tracker has been added. If you don't use a fixed number " +"of controllers or if you're using [ARVRAnchor]s for an AR solution, it is " +"important to react to this signal to add the appropriate [ARVRController] or " +"[ARVRAnchor] nodes related to this new tracker." +msgstr "" + +#: doc/classes/ARVRServer.xml:165 +msgid "" +"Emitted when a tracker is removed. You should remove any [ARVRController] or " +"[ARVRAnchor] points if applicable. This is not mandatory, the nodes simply " +"become inactive and will be made active again when a new tracker becomes " +"available (i.e. a new controller is switched on that takes the place of the " +"previous one)." +msgstr "" + +#: doc/classes/ARVRServer.xml:171 +msgid "The tracker tracks the location of a controller." +msgstr "" + +#: doc/classes/ARVRServer.xml:174 +msgid "The tracker tracks the location of a base station." +msgstr "" + +#: doc/classes/ARVRServer.xml:177 +msgid "The tracker tracks the location and size of an AR anchor." +msgstr "" + +#: doc/classes/ARVRServer.xml:180 +msgid "Used internally to filter trackers of any known type." +msgstr "" + +#: doc/classes/ARVRServer.xml:183 +msgid "Used internally if we haven't set the tracker type yet." +msgstr "" + +#: doc/classes/ARVRServer.xml:186 +msgid "Used internally to select all trackers." +msgstr "" + +#: doc/classes/ARVRServer.xml:189 +msgid "" +"Fully reset the orientation of the HMD. Regardless of what direction the " +"user is looking to in the real world. The user will look dead ahead in the " +"virtual world." +msgstr "" + +#: doc/classes/ARVRServer.xml:192 +msgid "" +"Resets the orientation but keeps the tilt of the device. So if we're looking " +"down, we keep looking down but heading will be reset." +msgstr "" + +#: doc/classes/ARVRServer.xml:195 +msgid "" +"Does not reset the orientation of the HMD, only the position of the player " +"gets centered." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:4 +msgid "Container that preserves its child controls' aspect ratio." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:7 +msgid "" +"Arranges child controls in a way to preserve their aspect ratio " +"automatically whenever the container is resized. Solves the problem where " +"the container size is dynamic and the contents' size needs to adjust " +"accordingly without losing proportions." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:15 +msgid "Specifies the horizontal relative position of child controls." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:18 +msgid "Specifies the vertical relative position of child controls." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:21 +msgid "" +"The aspect ratio to enforce on child controls. This is the width divided by " +"the height. The ratio depends on the [member stretch_mode]." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:24 +msgid "The stretch mode used to align child controls." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:29 +msgid "" +"The height of child controls is automatically adjusted based on the width of " +"the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:32 +msgid "" +"The width of child controls is automatically adjusted based on the height of " +"the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:35 +msgid "" +"The bounding rectangle of child controls is automatically adjusted to fit " +"inside the container while keeping the aspect ratio." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:38 +msgid "" +"The width and height of child controls is automatically adjusted to make " +"their bounding rectangle cover the entire area of the container while " +"keeping the aspect ratio.\n" +"When the bounding rectangle of child controls exceed the container's size " +"and [member Control.rect_clip_content] is enabled, this allows to show only " +"the container's area restricted by its own bounding rectangle." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:42 +msgid "" +"Aligns child controls with the beginning (left or top) of the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:45 +msgid "Aligns child controls with the center of the container." +msgstr "" + +#: doc/classes/AspectRatioContainer.xml:48 +msgid "Aligns child controls with the end (right or bottom) of the container." +msgstr "" + +#: doc/classes/AStar.xml:4 +msgid "" +"An implementation of A* to find the shortest paths among connected points in " +"space." +msgstr "" + +#: doc/classes/AStar.xml:7 +msgid "" +"A* (A star) is a computer algorithm that is widely used in pathfinding and " +"graph traversal, the process of plotting short paths among vertices " +"(points), passing through a given set of edges (segments). It enjoys " +"widespread use due to its performance and accuracy. Godot's A* " +"implementation uses points in three-dimensional space and Euclidean " +"distances by default.\n" +"You must add points manually with [method add_point] and create segments " +"manually with [method connect_points]. Then you can test if there is a path " +"between two points with the [method are_points_connected] function, get a " +"path containing indices by [method get_id_path], or one containing actual " +"coordinates with [method get_point_path].\n" +"It is also possible to use non-Euclidean distances. To do so, create a class " +"that extends [code]AStar[/code] and override methods [method _compute_cost] " +"and [method _estimate_cost]. Both take two indices and return a length, as " +"is shown in the following example.\n" +"[codeblock]\n" +"class MyAStar:\n" +" extends AStar\n" +"\n" +" func _compute_cost(u, v):\n" +" return abs(u - v)\n" +"\n" +" func _estimate_cost(u, v):\n" +" return min(0, abs(u - v) - 1)\n" +"[/codeblock]\n" +"[method _estimate_cost] should return a lower bound of the distance, i.e. " +"[code]_estimate_cost(u, v) <= _compute_cost(u, v)[/code]. This serves as a " +"hint to the algorithm because the custom [code]_compute_cost[/code] might be " +"computation-heavy. If this is not the case, make [method _estimate_cost] " +"return the same value as [method _compute_cost] to provide the algorithm " +"with the most accurate information.\n" +"If the default [method _estimate_cost] and [method _compute_cost] methods " +"are used, or if the supplied [method _estimate_cost] method returns a lower " +"bound of the cost, then the paths returned by A* will be the lowest-cost " +"paths. Here, the cost of a path equals the sum of the [method _compute_cost] " +"results of all segments in the path multiplied by the [code]weight_scale[/" +"code]s of the endpoints of the respective segments. If the default methods " +"are used and the [code]weight_scale[/code]s of all points are set to " +"[code]1.0[/code], then this equals the sum of Euclidean distances of all " +"segments in the path." +msgstr "" + +#: doc/classes/AStar.xml:31 +msgid "" +"Called when computing the cost between two connected points.\n" +"Note that this function is hidden in the default [code]AStar[/code] class." +msgstr "" + +#: doc/classes/AStar.xml:40 +msgid "" +"Called when estimating the cost between a point and the path's ending " +"point.\n" +"Note that this function is hidden in the default [code]AStar[/code] class." +msgstr "" + +#: doc/classes/AStar.xml:50 +msgid "" +"Adds a new point at the given position with the given identifier. The " +"[code]id[/code] must be 0 or larger, and the [code]weight_scale[/code] must " +"be 1 or larger.\n" +"The [code]weight_scale[/code] is multiplied by the result of [method " +"_compute_cost] when determining the overall cost of traveling across a " +"segment from a neighboring point to this point. Thus, all else being equal, " +"the algorithm prefers points with lower [code]weight_scale[/code]s to form a " +"path.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(1, 0, 0), 4) # Adds the point (1, 0, 0) with " +"weight_scale 4 and id 1\n" +"[/codeblock]\n" +"If there already exists a point for the given [code]id[/code], its position " +"and weight scale are updated to the given values." +msgstr "" + +#: doc/classes/AStar.xml:65 +msgid "" +"Returns whether the two given points are directly connected by a segment. If " +"[code]bidirectional[/code] is [code]false[/code], returns whether movement " +"from [code]id[/code] to [code]to_id[/code] is possible through this segment." +msgstr "" + +#: doc/classes/AStar.xml:71 doc/classes/AStar2D.xml:56 +msgid "Clears all the points and segments." +msgstr "" + +#: doc/classes/AStar.xml:80 +msgid "" +"Creates a segment between the given points. If [code]bidirectional[/code] is " +"[code]false[/code], only movement from [code]id[/code] to [code]to_id[/code] " +"is allowed, not the reverse direction.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(1, 1, 0))\n" +"astar.add_point(2, Vector3(0, 5, 0))\n" +"astar.connect_points(1, 2, false)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar.xml:95 +msgid "" +"Deletes the segment between the given points. If [code]bidirectional[/code] " +"is [code]false[/code], only movement from [code]id[/code] to [code]to_id[/" +"code] is prevented, and a unidirectional segment possibly remains." +msgstr "" + +#: doc/classes/AStar.xml:101 doc/classes/AStar2D.xml:85 +msgid "Returns the next available point ID with no point associated to it." +msgstr "" + +#: doc/classes/AStar.xml:109 doc/classes/AStar2D.xml:93 +msgid "" +"Returns the ID of the closest point to [code]to_position[/code], optionally " +"taking disabled points into account. Returns [code]-1[/code] if there are no " +"points in the points pool.\n" +"[b]Note:[/b] If several points are the closest to [code]to_position[/code], " +"the one with the smallest ID will be returned, ensuring a deterministic " +"result." +msgstr "" + +#: doc/classes/AStar.xml:117 +msgid "" +"Returns the closest position to [code]to_position[/code] that resides inside " +"a segment between two connected points.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(0, 0, 0))\n" +"astar.add_point(2, Vector3(0, 5, 0))\n" +"astar.connect_points(1, 2)\n" +"var res = astar.get_closest_position_in_segment(Vector3(3, 3, 0)) # Returns " +"(0, 3, 0)\n" +"[/codeblock]\n" +"The result is in the segment that goes from [code]y = 0[/code] to [code]y = " +"5[/code]. It's the closest position in the segment to the given point." +msgstr "" + +#: doc/classes/AStar.xml:133 +msgid "" +"Returns an array with the IDs of the points that form the path found by " +"AStar between the given points. The array is ordered from the starting point " +"to the ending point of the path.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(0, 0, 0))\n" +"astar.add_point(2, Vector3(0, 1, 0), 1) # Default weight is 1\n" +"astar.add_point(3, Vector3(1, 1, 0))\n" +"astar.add_point(4, Vector3(2, 0, 0))\n" +"\n" +"astar.connect_points(1, 2, false)\n" +"astar.connect_points(2, 3, false)\n" +"astar.connect_points(4, 3, false)\n" +"astar.connect_points(1, 4, false)\n" +"\n" +"var res = astar.get_id_path(1, 3) # Returns [1, 2, 3]\n" +"[/codeblock]\n" +"If you change the 2nd point's weight to 3, then the result will be [code][1, " +"4, 3][/code] instead, because now even though the distance is longer, it's " +"\"easier\" to get through point 4 than through point 2." +msgstr "" + +#: doc/classes/AStar.xml:154 doc/classes/AStar2D.xml:138 +msgid "" +"Returns the capacity of the structure backing the points, useful in " +"conjunction with [code]reserve_space[/code]." +msgstr "" + +#: doc/classes/AStar.xml:161 +msgid "" +"Returns an array with the IDs of the points that form the connection with " +"the given point.\n" +"[codeblock]\n" +"var astar = AStar.new()\n" +"astar.add_point(1, Vector3(0, 0, 0))\n" +"astar.add_point(2, Vector3(0, 1, 0))\n" +"astar.add_point(3, Vector3(1, 1, 0))\n" +"astar.add_point(4, Vector3(2, 0, 0))\n" +"\n" +"astar.connect_points(1, 2, true)\n" +"astar.connect_points(1, 3, true)\n" +"\n" +"var neighbors = astar.get_point_connections(1) # Returns [2, 3]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar.xml:179 doc/classes/AStar2D.xml:163 +msgid "Returns the number of points currently in the points pool." +msgstr "" + +#: doc/classes/AStar.xml:187 +msgid "" +"Returns an array with the points that are in the path found by AStar between " +"the given points. The array is ordered from the starting point to the ending " +"point of the path.\n" +"[b]Note:[/b] This method is not thread-safe. If called from a [Thread], it " +"will return an empty [PoolVector3Array] and will print an error message." +msgstr "" + +#: doc/classes/AStar.xml:195 doc/classes/AStar2D.xml:179 +msgid "" +"Returns the position of the point associated with the given [code]id[/code]." +msgstr "" + +#: doc/classes/AStar.xml:202 doc/classes/AStar2D.xml:186 +msgid "" +"Returns the weight scale of the point associated with the given [code]id[/" +"code]." +msgstr "" + +#: doc/classes/AStar.xml:208 doc/classes/AStar2D.xml:192 +msgid "Returns an array of all points." +msgstr "" + +#: doc/classes/AStar.xml:215 doc/classes/AStar2D.xml:199 +msgid "" +"Returns whether a point associated with the given [code]id[/code] exists." +msgstr "" + +#: doc/classes/AStar.xml:222 doc/classes/AStar2D.xml:206 +msgid "" +"Returns whether a point is disabled or not for pathfinding. By default, all " +"points are enabled." +msgstr "" + +#: doc/classes/AStar.xml:229 doc/classes/AStar2D.xml:213 +msgid "" +"Removes the point associated with the given [code]id[/code] from the points " +"pool." +msgstr "" + +#: doc/classes/AStar.xml:236 doc/classes/AStar2D.xml:220 +msgid "" +"Reserves space internally for [code]num_nodes[/code] points, useful if " +"you're adding a known large number of points at once, for a grid for " +"instance. New capacity must be greater or equals to old capacity." +msgstr "" + +#: doc/classes/AStar.xml:244 doc/classes/AStar2D.xml:228 +msgid "" +"Disables or enables the specified point for pathfinding. Useful for making a " +"temporary obstacle." +msgstr "" + +#: doc/classes/AStar.xml:252 doc/classes/AStar2D.xml:236 +msgid "" +"Sets the [code]position[/code] for the point with the given [code]id[/code]." +msgstr "" + +#: doc/classes/AStar.xml:260 doc/classes/AStar2D.xml:244 +msgid "" +"Sets the [code]weight_scale[/code] for the point with the given [code]id[/" +"code]. The [code]weight_scale[/code] is multiplied by the result of [method " +"_compute_cost] when determining the overall cost of traveling across a " +"segment from a neighboring point to this point." +msgstr "" + +#: doc/classes/AStar2D.xml:4 +msgid "AStar class representation that uses 2D vectors as edges." +msgstr "" + +#: doc/classes/AStar2D.xml:7 +msgid "" +"This is a wrapper for the [AStar] class which uses 2D vectors instead of 3D " +"vectors." +msgstr "" + +#: doc/classes/AStar2D.xml:17 +msgid "" +"Called when computing the cost between two connected points.\n" +"Note that this function is hidden in the default [code]AStar2D[/code] class." +msgstr "" + +#: doc/classes/AStar2D.xml:26 +msgid "" +"Called when estimating the cost between a point and the path's ending " +"point.\n" +"Note that this function is hidden in the default [code]AStar2D[/code] class." +msgstr "" + +#: doc/classes/AStar2D.xml:36 +msgid "" +"Adds a new point at the given position with the given identifier. The " +"[code]id[/code] must be 0 or larger, and the [code]weight_scale[/code] must " +"be 1 or larger.\n" +"The [code]weight_scale[/code] is multiplied by the result of [method " +"_compute_cost] when determining the overall cost of traveling across a " +"segment from a neighboring point to this point. Thus, all else being equal, " +"the algorithm prefers points with lower [code]weight_scale[/code]s to form a " +"path.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(1, 0), 4) # Adds the point (1, 0) with " +"weight_scale 4 and id 1\n" +"[/codeblock]\n" +"If there already exists a point for the given [code]id[/code], its position " +"and weight scale are updated to the given values." +msgstr "" + +#: doc/classes/AStar2D.xml:50 +msgid "Returns whether there is a connection/segment between the given points." +msgstr "" + +#: doc/classes/AStar2D.xml:65 +msgid "" +"Creates a segment between the given points. If [code]bidirectional[/code] is " +"[code]false[/code], only movement from [code]id[/code] to [code]to_id[/code] " +"is allowed, not the reverse direction.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(1, 1))\n" +"astar.add_point(2, Vector2(0, 5))\n" +"astar.connect_points(1, 2, false)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar2D.xml:79 +msgid "Deletes the segment between the given points." +msgstr "" + +#: doc/classes/AStar2D.xml:101 +msgid "" +"Returns the closest position to [code]to_position[/code] that resides inside " +"a segment between two connected points.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(0, 0))\n" +"astar.add_point(2, Vector2(0, 5))\n" +"astar.connect_points(1, 2)\n" +"var res = astar.get_closest_position_in_segment(Vector2(3, 3)) # Returns (0, " +"3)\n" +"[/codeblock]\n" +"The result is in the segment that goes from [code]y = 0[/code] to [code]y = " +"5[/code]. It's the closest position in the segment to the given point." +msgstr "" + +#: doc/classes/AStar2D.xml:117 +msgid "" +"Returns an array with the IDs of the points that form the path found by " +"AStar2D between the given points. The array is ordered from the starting " +"point to the ending point of the path.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(0, 0))\n" +"astar.add_point(2, Vector2(0, 1), 1) # Default weight is 1\n" +"astar.add_point(3, Vector2(1, 1))\n" +"astar.add_point(4, Vector2(2, 0))\n" +"\n" +"astar.connect_points(1, 2, false)\n" +"astar.connect_points(2, 3, false)\n" +"astar.connect_points(4, 3, false)\n" +"astar.connect_points(1, 4, false)\n" +"\n" +"var res = astar.get_id_path(1, 3) # Returns [1, 2, 3]\n" +"[/codeblock]\n" +"If you change the 2nd point's weight to 3, then the result will be [code][1, " +"4, 3][/code] instead, because now even though the distance is longer, it's " +"\"easier\" to get through point 4 than through point 2." +msgstr "" + +#: doc/classes/AStar2D.xml:145 +msgid "" +"Returns an array with the IDs of the points that form the connection with " +"the given point.\n" +"[codeblock]\n" +"var astar = AStar2D.new()\n" +"astar.add_point(1, Vector2(0, 0))\n" +"astar.add_point(2, Vector2(0, 1))\n" +"astar.add_point(3, Vector2(1, 1))\n" +"astar.add_point(4, Vector2(2, 0))\n" +"\n" +"astar.connect_points(1, 2, true)\n" +"astar.connect_points(1, 3, true)\n" +"\n" +"var neighbors = astar.get_point_connections(1) # Returns [2, 3]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/AStar2D.xml:171 +msgid "" +"Returns an array with the points that are in the path found by AStar2D " +"between the given points. The array is ordered from the starting point to " +"the ending point of the path.\n" +"[b]Note:[/b] This method is not thread-safe. If called from a [Thread], it " +"will return an empty [PoolVector2Array] and will print an error message." +msgstr "" + +#: doc/classes/AtlasTexture.xml:4 +msgid "" +"Crops out one part of a texture, such as a texture from a texture atlas." +msgstr "" + +#: doc/classes/AtlasTexture.xml:7 +msgid "" +"[Texture] resource that crops out one part of the [member atlas] texture, " +"defined by [member region]. The main use case is cropping out textures from " +"a texture atlas, which is a big texture file that packs multiple smaller " +"textures. Consists of a [Texture] for the [member atlas], a [member region] " +"that defines the area of [member atlas] to use, and a [member margin] that " +"defines the border width.\n" +"[AtlasTexture] cannot be used in an [AnimatedTexture], cannot be tiled in " +"nodes such as [TextureRect], and does not work properly if used inside of " +"other [AtlasTexture] resources. Multiple [AtlasTexture] resources can be " +"used to crop multiple textures from the atlas. Using a texture atlas helps " +"to optimize video memory costs and render calls compared to using multiple " +"small files.\n" +"[b]Note:[/b] AtlasTextures don't support repetition. The [constant Texture." +"FLAG_REPEAT] and [constant Texture.FLAG_MIRRORED_REPEAT] flags are ignored " +"when using an AtlasTexture." +msgstr "" + +#: doc/classes/AtlasTexture.xml:17 +msgid "The texture that contains the atlas. Can be any [Texture] subtype." +msgstr "" + +#: doc/classes/AtlasTexture.xml:20 +msgid "" +"If [code]true[/code], clips the area outside of the region to avoid bleeding " +"of the surrounding texture pixels." +msgstr "" + +#: doc/classes/AtlasTexture.xml:24 +msgid "" +"The margin around the region. The [Rect2]'s [member Rect2.size] parameter " +"(\"w\" and \"h\" in the editor) resizes the texture so it fits within the " +"margin." +msgstr "" + +#: doc/classes/AtlasTexture.xml:27 +msgid "The AtlasTexture's used region." +msgstr "" + +#: doc/classes/AudioBusLayout.xml:4 +msgid "Stores information about the audio buses." +msgstr "" + +#: doc/classes/AudioBusLayout.xml:7 +msgid "" +"Stores position, muting, solo, bypass, effects, effect position, volume, and " +"the connections between buses. See [AudioServer] for usage." +msgstr "" + +#: doc/classes/AudioEffect.xml:4 +msgid "Audio effect for audio." +msgstr "" + +#: doc/classes/AudioEffect.xml:7 +msgid "" +"Base resource for audio bus. Applies an audio effect on the bus that the " +"resource is applied on." +msgstr "" + +#: doc/classes/AudioEffect.xml:10 doc/classes/AudioEffectRecord.xml:11 +#: doc/classes/AudioServer.xml:12 doc/classes/AudioStream.xml:12 +#: doc/classes/AudioStreamPlayer.xml:15 +msgid "https://godotengine.org/asset-library/asset/527" +msgstr "" + +#: doc/classes/AudioEffectAmplify.xml:4 +msgid "" +"Adds an amplifying audio effect to an audio bus.\n" +"Increases or decreases the volume of the selected audio bus." +msgstr "" + +#: doc/classes/AudioEffectAmplify.xml:8 +msgid "Increases or decreases the volume being routed through the audio bus." +msgstr "" + +#: doc/classes/AudioEffectAmplify.xml:16 +msgid "" +"Amount of amplification in decibels. Positive values make the sound louder, " +"negative values make it quieter. Value can range from -80 to 24." +msgstr "" + +#: doc/classes/AudioEffectBandLimitFilter.xml:4 +msgid "Adds a band limit filter to the audio bus." +msgstr "" + +#: doc/classes/AudioEffectBandLimitFilter.xml:7 +msgid "" +"Limits the frequencies in a range around the [member AudioEffectFilter." +"cutoff_hz] and allows frequencies outside of this range to pass." +msgstr "" + +#: doc/classes/AudioEffectBandPassFilter.xml:4 +msgid "Adds a band pass filter to the audio bus." +msgstr "" + +#: doc/classes/AudioEffectBandPassFilter.xml:7 +msgid "" +"Attenuates the frequencies inside of a range around the [member " +"AudioEffectFilter.cutoff_hz] and cuts frequencies outside of this band." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:4 +msgid "Captures audio from an audio bus in real-time." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:7 +msgid "" +"AudioEffectCapture is an AudioEffect which copies all audio frames from the " +"attached audio effect bus into its internal ring buffer.\n" +"Application code should consume these audio frames from this ring buffer " +"using [method get_buffer] and process it as needed, for example to capture " +"data from a microphone, implement application defined effects, or to " +"transmit audio over the network." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:17 +msgid "" +"Returns [code]true[/code] if at least [code]frames[/code] audio frames are " +"available to read in the internal ring buffer." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:23 +msgid "Clears the internal ring buffer." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:30 +msgid "" +"Gets the next [code]frames[/code] audio samples from the internal ring " +"buffer.\n" +"Returns a [PoolVector2Array] containing exactly [code]frames[/code] audio " +"samples if available, or an empty [PoolVector2Array] if insufficient data " +"was available." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:37 +msgid "Returns the total size of the internal ring buffer in frames." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:43 +msgid "" +"Returns the number of audio frames discarded from the audio bus due to full " +"buffer." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:49 +msgid "" +"Returns the number of frames available to read using [method get_buffer]." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:55 +msgid "Returns the number of audio frames inserted from the audio bus." +msgstr "" + +#: doc/classes/AudioEffectCapture.xml:61 +msgid "" +"Length of the internal ring buffer, in seconds. Setting the buffer length " +"will have no effect if already initialized." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:4 +msgid "Adds a chorus audio effect." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:7 +msgid "" +"Adds a chorus audio effect. The effect applies a filter with voices to " +"duplicate the audio source and manipulate it through the filter." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:93 +msgid "The effect's raw signal." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:96 doc/classes/AudioEffectChorus.xml:114 +#: doc/classes/AudioEffectChorus.xml:132 doc/classes/AudioEffectChorus.xml:150 +msgid "The voice's cutoff frequency." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:99 doc/classes/AudioEffectChorus.xml:117 +#: doc/classes/AudioEffectChorus.xml:135 doc/classes/AudioEffectChorus.xml:153 +msgid "The voice's signal delay." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:102 doc/classes/AudioEffectChorus.xml:120 +#: doc/classes/AudioEffectChorus.xml:138 doc/classes/AudioEffectChorus.xml:156 +msgid "The voice filter's depth." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:105 doc/classes/AudioEffectChorus.xml:123 +#: doc/classes/AudioEffectChorus.xml:141 doc/classes/AudioEffectChorus.xml:159 +msgid "The voice's volume." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:108 doc/classes/AudioEffectChorus.xml:126 +#: doc/classes/AudioEffectChorus.xml:144 doc/classes/AudioEffectChorus.xml:162 +msgid "The voice's pan level." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:111 doc/classes/AudioEffectChorus.xml:129 +#: doc/classes/AudioEffectChorus.xml:147 doc/classes/AudioEffectChorus.xml:165 +msgid "The voice's filter rate." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:168 +msgid "The amount of voices in the effect." +msgstr "" + +#: doc/classes/AudioEffectChorus.xml:171 +msgid "The effect's processed signal." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:4 +msgid "" +"Adds a compressor audio effect to an audio bus.\n" +"Reduces sounds that exceed a certain threshold level, smooths out the " +"dynamics and increases the overall volume." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:8 +msgid "" +"Dynamic range compressor reduces the level of the sound when the amplitude " +"goes over a certain threshold in Decibels. One of the main uses of a " +"compressor is to increase the dynamic range by clipping as little as " +"possible (when sound goes over 0dB).\n" +"Compressor has many uses in the mix:\n" +"- In the Master bus to compress the whole output (although an " +"[AudioEffectLimiter] is probably better).\n" +"- In voice channels to ensure they sound as balanced as possible.\n" +"- Sidechained. This can reduce the sound level sidechained with another " +"audio bus for threshold detection. This technique is common in video game " +"mixing to the level of music and SFX while voices are being heard.\n" +"- Accentuates transients by using a wider attack, making effects sound more " +"punchy." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:21 +msgid "" +"Compressor's reaction time when the signal exceeds the threshold, in " +"microseconds. Value can range from 20 to 2000." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:24 +msgid "Gain applied to the output signal." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:27 +msgid "" +"Balance between original signal and effect signal. Value can range from 0 " +"(totally dry) to 1 (totally wet)." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:30 +msgid "" +"Amount of compression applied to the audio once it passes the threshold " +"level. The higher the ratio, the more the loud parts of the audio will be " +"compressed. Value can range from 1 to 48." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:33 +msgid "" +"Compressor's delay time to stop reducing the signal after the signal level " +"falls below the threshold, in milliseconds. Value can range from 20 to 2000." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:36 +msgid "Reduce the sound level using another audio bus for threshold detection." +msgstr "" + +#: doc/classes/AudioEffectCompressor.xml:39 +msgid "" +"The level above which compression is applied to the audio. Value can range " +"from -60 to 0." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:4 +msgid "" +"Adds a delay audio effect to an audio bus. Plays input signal back after a " +"period of time.\n" +"Two tap delay and feedback options." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:8 +msgid "" +"Plays input signal back after a period of time. The delayed signal may be " +"played back multiple times to create the sound of a repeating, decaying " +"echo. Delay effects range from a subtle echo effect to a pronounced blending " +"of previous sounds with new sounds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:16 +msgid "" +"Output percent of original sound. At 0, only delayed sounds are output. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:19 +msgid "If [code]true[/code], feedback is enabled." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:22 +msgid "Feedback delay time in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:25 doc/classes/AudioEffectDelay.xml:37 +msgid "Sound level for [code]tap1[/code]." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:28 +msgid "" +"Low-pass filter for feedback, in Hz. Frequencies below this value are " +"filtered out of the source signal." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:31 +msgid "If [code]true[/code], [code]tap1[/code] will be enabled." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:34 +msgid "[code]tap1[/code] delay time in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:40 +msgid "" +"Pan position for [code]tap1[/code]. Value can range from -1 (fully left) to " +"1 (fully right)." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:43 +msgid "If [code]true[/code], [code]tap2[/code] will be enabled." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:46 +msgid "[b]Tap2[/b] delay time in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:49 +msgid "Sound level for [code]tap2[/code]." +msgstr "" + +#: doc/classes/AudioEffectDelay.xml:52 +msgid "" +"Pan position for [code]tap2[/code]. Value can range from -1 (fully left) to " +"1 (fully right)." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:4 +msgid "" +"Adds a distortion audio effect to an Audio bus.\n" +"Modify the sound to make it distorted." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:8 +msgid "" +"Different types are available: clip, tan, lo-fi (bit crushing), overdrive, " +"or waveshape.\n" +"By distorting the waveform the frequency content change, which will often " +"make the sound \"crunchy\" or \"abrasive\". For games, it can simulate sound " +"coming from some saturated device or speaker very efficiently." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:12 +#: doc/classes/AudioEffectFilter.xml:10 +#: doc/classes/AudioEffectHighShelfFilter.xml:9 +#: doc/classes/AudioEffectLowShelfFilter.xml:9 doc/classes/AudioServer.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_buses.html" +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:18 +msgid "Distortion power. Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:21 +msgid "" +"High-pass filter, in Hz. Frequencies higher than this value will not be " +"affected by the distortion. Value can range from 1 to 20000." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:24 +msgid "Distortion type." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:27 +msgid "" +"Increases or decreases the volume after the effect. Value can range from -80 " +"to 24." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:30 +msgid "" +"Increases or decreases the volume before the effect. Value can range from " +"-60 to 60." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:35 +msgid "" +"Digital distortion effect which cuts off peaks at the top and bottom of the " +"waveform." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:40 +msgid "" +"Low-resolution digital distortion effect. You can use it to emulate the " +"sound of early digital audio devices." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:43 +msgid "" +"Emulates the warm distortion produced by a field effect transistor, which is " +"commonly used in solid-state musical instrument amplifiers." +msgstr "" + +#: doc/classes/AudioEffectDistortion.xml:46 +msgid "" +"Waveshaper distortions are used mainly by electronic musicians to achieve an " +"extra-abrasive sound." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:4 +msgid "" +"Base class for audio equalizers. Gives you control over frequencies.\n" +"Use it to create a custom equalizer if [AudioEffectEQ6], [AudioEffectEQ10] " +"or [AudioEffectEQ21] don't fit your needs." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:8 +msgid "" +"AudioEffectEQ gives you control over frequencies. Use it to compensate for " +"existing deficiencies in audio. AudioEffectEQs are useful on the Master bus " +"to completely master a mix and give it more character. They are also useful " +"when a game is run on a mobile device, to adjust the mix to that kind of " +"speakers (it can be added but disabled when headphones are plugged)." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:16 +msgid "Returns the number of bands of the equalizer." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:23 +msgid "Returns the band's gain at the specified index, in dB." +msgstr "" + +#: doc/classes/AudioEffectEQ.xml:31 +msgid "Sets band's gain at the specified index, in dB." +msgstr "" + +#: doc/classes/AudioEffectEQ10.xml:4 +msgid "" +"Adds a 10-band equalizer audio effect to an Audio bus. Gives you control " +"over frequencies from 31 Hz to 16000 Hz.\n" +"Each frequency can be modulated between -60/+24 dB." +msgstr "" + +#: doc/classes/AudioEffectEQ10.xml:8 +msgid "" +"Frequency bands:\n" +"Band 1: 31 Hz\n" +"Band 2: 62 Hz\n" +"Band 3: 125 Hz\n" +"Band 4: 250 Hz\n" +"Band 5: 500 Hz\n" +"Band 6: 1000 Hz\n" +"Band 7: 2000 Hz\n" +"Band 8: 4000 Hz\n" +"Band 9: 8000 Hz\n" +"Band 10: 16000 Hz\n" +"See also [AudioEffectEQ], [AudioEffectEQ6], [AudioEffectEQ21]." +msgstr "" + +#: doc/classes/AudioEffectEQ21.xml:4 +msgid "" +"Adds a 21-band equalizer audio effect to an Audio bus. Gives you control " +"over frequencies from 22 Hz to 22000 Hz.\n" +"Each frequency can be modulated between -60/+24 dB." +msgstr "" + +#: doc/classes/AudioEffectEQ21.xml:8 +msgid "" +"Frequency bands:\n" +"Band 1: 22 Hz\n" +"Band 2: 32 Hz\n" +"Band 3: 44 Hz\n" +"Band 4: 63 Hz\n" +"Band 5: 90 Hz\n" +"Band 6: 125 Hz\n" +"Band 7: 175 Hz\n" +"Band 8: 250 Hz\n" +"Band 9: 350 Hz\n" +"Band 10: 500 Hz\n" +"Band 11: 700 Hz\n" +"Band 12: 1000 Hz\n" +"Band 13: 1400 Hz\n" +"Band 14: 2000 Hz\n" +"Band 15: 2800 Hz\n" +"Band 16: 4000 Hz\n" +"Band 17: 5600 Hz\n" +"Band 18: 8000 Hz\n" +"Band 19: 11000 Hz\n" +"Band 20: 16000 Hz\n" +"Band 21: 22000 Hz\n" +"See also [AudioEffectEQ], [AudioEffectEQ6], [AudioEffectEQ10]." +msgstr "" + +#: doc/classes/AudioEffectEQ6.xml:4 +msgid "" +"Adds a 6-band equalizer audio effect to an Audio bus. Gives you control over " +"frequencies from 32 Hz to 10000 Hz.\n" +"Each frequency can be modulated between -60/+24 dB." +msgstr "" + +#: doc/classes/AudioEffectEQ6.xml:8 +msgid "" +"Frequency bands:\n" +"Band 1: 32 Hz\n" +"Band 2: 100 Hz\n" +"Band 3: 320 Hz\n" +"Band 4: 1000 Hz\n" +"Band 5: 3200 Hz\n" +"Band 6: 10000 Hz\n" +"See also [AudioEffectEQ], [AudioEffectEQ10], [AudioEffectEQ21]." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:4 +msgid "Adds a filter to the audio bus." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:7 +msgid "Allows frequencies other than the [member cutoff_hz] to pass." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:16 +msgid "Threshold frequency for the filter, in Hz." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:21 +msgid "Gain amount of the frequencies after the filter." +msgstr "" + +#: doc/classes/AudioEffectFilter.xml:24 +msgid "Amount of boost in the frequency range near the cutoff frequency." +msgstr "" + +#: doc/classes/AudioEffectHighPassFilter.xml:4 +msgid "Adds a high-pass filter to the Audio Bus." +msgstr "" + +#: doc/classes/AudioEffectHighPassFilter.xml:7 +msgid "" +"Cuts frequencies lower than the [member AudioEffectFilter.cutoff_hz] and " +"allows higher frequencies to pass." +msgstr "" + +#: doc/classes/AudioEffectHighShelfFilter.xml:4 +msgid "Reduces all frequencies above the [member AudioEffectFilter.cutoff_hz]." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:4 +msgid "Adds a soft-clip limiter audio effect to an Audio bus." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:7 +msgid "" +"A limiter is similar to a compressor, but it's less flexible and designed to " +"disallow sound going over a given dB threshold. Adding one in the Master bus " +"is always recommended to reduce the effects of clipping.\n" +"Soft clipping starts to reduce the peaks a little below the threshold level " +"and progressively increases its effect as the input level increases such " +"that the threshold is never exceeded." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:16 +msgid "" +"The waveform's maximum allowed value, in decibels. Value can range from -20 " +"to -0.1." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:19 +msgid "" +"Applies a gain to the limited waves, in decibels. Value can range from 0 to " +"6." +msgstr "" + +#: doc/classes/AudioEffectLimiter.xml:24 +msgid "" +"Threshold from which the limiter begins to be active, in decibels. Value can " +"range from -30 to 0." +msgstr "" + +#: doc/classes/AudioEffectLowPassFilter.xml:4 +msgid "Adds a low-pass filter to the Audio bus." +msgstr "" + +#: doc/classes/AudioEffectLowPassFilter.xml:7 +msgid "" +"Cuts frequencies higher than the [member AudioEffectFilter.cutoff_hz] and " +"allows lower frequencies to pass." +msgstr "" + +#: doc/classes/AudioEffectLowShelfFilter.xml:4 +msgid "Reduces all frequencies below the [member AudioEffectFilter.cutoff_hz]." +msgstr "" + +#: doc/classes/AudioEffectNotchFilter.xml:4 +msgid "Adds a notch filter to the Audio bus." +msgstr "" + +#: doc/classes/AudioEffectNotchFilter.xml:7 +msgid "" +"Attenuates frequencies in a narrow band around the [member AudioEffectFilter." +"cutoff_hz] and cuts frequencies outside of this range." +msgstr "" + +#: doc/classes/AudioEffectPanner.xml:4 +msgid "Adds a panner audio effect to an Audio bus. Pans sound left or right." +msgstr "" + +#: doc/classes/AudioEffectPanner.xml:7 +msgid "" +"Determines how much of an audio signal is sent to the left and right buses." +msgstr "" + +#: doc/classes/AudioEffectPanner.xml:15 +msgid "Pan position. Value can range from -1 (fully left) to 1 (fully right)." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:4 +msgid "" +"Adds a phaser audio effect to an Audio bus.\n" +"Combines the original signal with a copy that is slightly out of phase with " +"the original." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:8 +msgid "" +"Combines phase-shifted signals with the original signal. The movement of the " +"phase-shifted signals is controlled using a low-frequency oscillator." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:16 +msgid "" +"Governs how high the filter frequencies sweep. Low value will primarily " +"affect bass frequencies. High value can sweep high into the treble. Value " +"can range from 0.1 to 4." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:19 +msgid "Output percent of modified sound. Value can range from 0.1 to 0.9." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:22 +msgid "" +"Determines the maximum frequency affected by the LFO modulations, in Hz. " +"Value can range from 10 to 10000." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:25 +msgid "" +"Determines the minimum frequency affected by the LFO modulations, in Hz. " +"Value can range from 10 to 10000." +msgstr "" + +#: doc/classes/AudioEffectPhaser.xml:28 +msgid "" +"Adjusts the rate in Hz at which the effect sweeps up and down across the " +"frequency range." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:4 +msgid "" +"Adds a pitch-shifting audio effect to an Audio bus.\n" +"Raises or lowers the pitch of original sound." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:8 +msgid "" +"Allows modulation of pitch independently of tempo. All frequencies can be " +"increased/decreased with minimal effect on transients." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:16 +msgid "" +"The size of the [url=https://en.wikipedia.org/wiki/" +"Fast_Fourier_transform]Fast Fourier transform[/url] buffer. Higher values " +"smooth out the effect over time, but have greater latency. The effects of " +"this higher latency are especially noticeable on sounds that have sudden " +"amplitude changes." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:19 +msgid "" +"The oversampling factor to use. Higher values result in better quality, but " +"are more demanding on the CPU and may cause audio cracking if the CPU can't " +"keep up." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:22 +msgid "" +"The pitch scale to use. [code]1.0[/code] is the default pitch and plays " +"sounds unaltered. [member pitch_scale] can range from [code]0.0[/code] " +"(infinitely low pitch, inaudible) to [code]16[/code] (16 times higher than " +"the initial pitch)." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:27 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:28 +msgid "" +"Use a buffer of 256 samples for the Fast Fourier transform. Lowest latency, " +"but least stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:30 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:31 +msgid "" +"Use a buffer of 512 samples for the Fast Fourier transform. Low latency, but " +"less stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:33 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:34 +msgid "" +"Use a buffer of 1024 samples for the Fast Fourier transform. This is a " +"compromise between latency and stability over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:36 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:37 +msgid "" +"Use a buffer of 2048 samples for the Fast Fourier transform. High latency, " +"but stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:39 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:40 +msgid "" +"Use a buffer of 4096 samples for the Fast Fourier transform. Highest " +"latency, but most stable over time." +msgstr "" + +#: doc/classes/AudioEffectPitchShift.xml:42 +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:43 +msgid "Represents the size of the [enum FFT_Size] enum." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:4 +msgid "Audio effect used for recording sound from a microphone." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:7 +msgid "" +"Allows the user to record sound from a microphone. It sets and gets the " +"format in which the audio file will be recorded (8-bit, 16-bit, or " +"compressed). It checks whether or not the recording is active, and if it is, " +"records the sound. It then returns the recorded sample." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/audio/" +"recording_with_microphone.html" +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:17 +msgid "Returns the recorded sample." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:23 +msgid "Returns whether the recording is active or not." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:30 +msgid "" +"If [code]true[/code], the sound will be recorded. Note that restarting the " +"recording will remove the previously recorded sample." +msgstr "" + +#: doc/classes/AudioEffectRecord.xml:36 +msgid "" +"Specifies the format in which the sample will be recorded. See [enum " +"AudioStreamSample.Format] for available formats." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:4 +msgid "" +"Adds a reverberation audio effect to an Audio bus.\n" +"Simulates the sound of acoustic environments such as rooms, concert halls, " +"caverns, or an open spaces." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:8 +msgid "" +"Simulates rooms of different sizes. Its parameters can be adjusted to " +"simulate the sound of a specific room." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:17 +msgid "" +"Defines how reflective the imaginary room's walls are. Value can range from " +"0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:20 +msgid "" +"Output percent of original sound. At 0, only modified sound is outputted. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:23 +msgid "" +"High-pass filter passes signals with a frequency higher than a certain " +"cutoff frequency and attenuates signals with frequencies lower than the " +"cutoff frequency. Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:26 +msgid "Output percent of predelay. Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:29 +msgid "" +"Time between the original signal and the early reflections of the reverb " +"signal, in milliseconds." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:32 +msgid "" +"Dimensions of simulated room. Bigger means more echoes. Value can range from " +"0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:35 +msgid "" +"Widens or narrows the stereo image of the reverb tail. 1 means fully widens. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectReverb.xml:38 +msgid "" +"Output percent of modified sound. At 0, only original sound is outputted. " +"Value can range from 0 to 1." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:4 +msgid "Audio effect that can be used for real-time audio visualizations." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:7 +msgid "" +"This audio effect does not affect sound output, but can be used for real-" +"time audio visualizations.\n" +"See also [AudioStreamGenerator] for procedurally generating sounds." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:11 +msgid "Audio Spectrum Demo" +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:12 +#: doc/classes/AudioStreamGenerator.xml:13 +#: doc/classes/AudioStreamGeneratorPlayback.xml:11 +msgid "Godot 3.2 will get new audio features" +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:18 +msgid "" +"The length of the buffer to keep (in seconds). Higher values keep data " +"around for longer, but require more memory." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzer.xml:21 +msgid "" +"The size of the [url=https://en.wikipedia.org/wiki/" +"Fast_Fourier_transform]Fast Fourier transform[/url] buffer. Higher values " +"smooth out the spectrum analysis over time, but have greater latency. The " +"effects of this higher latency are especially noticeable with sudden " +"amplitude changes." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzerInstance.xml:21 +msgid "Use the average value as magnitude." +msgstr "" + +#: doc/classes/AudioEffectSpectrumAnalyzerInstance.xml:24 +msgid "Use the maximum value as magnitude." +msgstr "" + +#: doc/classes/AudioServer.xml:4 +msgid "Server interface for low-level audio access." +msgstr "" + +#: doc/classes/AudioServer.xml:7 +msgid "" +"[AudioServer] is a low-level server interface for audio access. It is in " +"charge of creating sample data (playable audio) as well as its playback via " +"a voice interface." +msgstr "" + +#: doc/classes/AudioServer.xml:11 doc/classes/AudioStreamPlayer.xml:13 +msgid "https://godotengine.org/asset-library/asset/525" +msgstr "" + +#: doc/classes/AudioServer.xml:13 doc/classes/AudioStream.xml:13 +#: doc/classes/AudioStreamPlayer.xml:16 doc/classes/CanvasItem.xml:17 +msgid "https://godotengine.org/asset-library/asset/528" +msgstr "" + +#: doc/classes/AudioServer.xml:20 +msgid "Adds a bus at [code]at_position[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:29 +msgid "" +"Adds an [AudioEffect] effect to the bus [code]bus_idx[/code] at " +"[code]at_position[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:35 +msgid "" +"Name of the current device for audio input (see [method " +"capture_get_device_list])." +msgstr "" + +#: doc/classes/AudioServer.xml:41 +msgid "Returns the names of all audio input devices detected on the system." +msgstr "" + +#: doc/classes/AudioServer.xml:48 +msgid "Sets which audio input device is used for audio capture." +msgstr "" + +#: doc/classes/AudioServer.xml:54 +msgid "Generates an [AudioBusLayout] using the available buses and effects." +msgstr "" + +#: doc/classes/AudioServer.xml:61 +msgid "" +"Returns the amount of channels of the bus at index [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:69 +msgid "" +"Returns the [AudioEffect] at position [code]effect_idx[/code] in bus " +"[code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:76 +msgid "Returns the number of effects on the bus at [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:85 +msgid "" +"Returns the [AudioEffectInstance] assigned to the given bus and effect " +"indices (and optionally channel)." +msgstr "" + +#: doc/classes/AudioServer.xml:92 +msgid "Returns the index of the bus with the name [code]bus_name[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:99 +msgid "Returns the name of the bus with the index [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:107 +msgid "" +"Returns the peak volume of the left speaker at bus index [code]bus_idx[/" +"code] and channel index [code]channel[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:115 +msgid "" +"Returns the peak volume of the right speaker at bus index [code]bus_idx[/" +"code] and channel index [code]channel[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:122 +msgid "" +"Returns the name of the bus that the bus at index [code]bus_idx[/code] sends " +"to." +msgstr "" + +#: doc/classes/AudioServer.xml:129 +msgid "Returns the volume of the bus at index [code]bus_idx[/code] in dB." +msgstr "" + +#: doc/classes/AudioServer.xml:135 +msgid "Returns the names of all audio devices detected on the system." +msgstr "" + +#: doc/classes/AudioServer.xml:141 +msgid "Returns the sample rate at the output of the [AudioServer]." +msgstr "" + +#: doc/classes/AudioServer.xml:147 +msgid "Returns the audio driver's output latency." +msgstr "" + +#: doc/classes/AudioServer.xml:153 +msgid "Returns the speaker configuration." +msgstr "" + +#: doc/classes/AudioServer.xml:159 +msgid "Returns the relative time since the last mix occurred." +msgstr "" + +#: doc/classes/AudioServer.xml:165 +msgid "Returns the relative time until the next mix occurs." +msgstr "" + +#: doc/classes/AudioServer.xml:172 doc/classes/AudioServer.xml:232 +msgid "" +"If [code]true[/code], the bus at index [code]bus_idx[/code] is bypassing " +"effects." +msgstr "" + +#: doc/classes/AudioServer.xml:180 doc/classes/AudioServer.xml:241 +msgid "" +"If [code]true[/code], the effect at index [code]effect_idx[/code] on the bus " +"at index [code]bus_idx[/code] is enabled." +msgstr "" + +#: doc/classes/AudioServer.xml:187 doc/classes/AudioServer.xml:256 +msgid "If [code]true[/code], the bus at index [code]bus_idx[/code] is muted." +msgstr "" + +#: doc/classes/AudioServer.xml:194 doc/classes/AudioServer.xml:280 +msgid "" +"If [code]true[/code], the bus at index [code]bus_idx[/code] is in solo mode." +msgstr "" + +#: doc/classes/AudioServer.xml:200 +msgid "" +"Locks the audio driver's main loop.\n" +"[b]Note:[/b] Remember to unlock it afterwards." +msgstr "" + +#: doc/classes/AudioServer.xml:209 +msgid "" +"Moves the bus from index [code]index[/code] to index [code]to_index[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:216 +msgid "Removes the bus at index [code]index[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:224 +msgid "" +"Removes the effect at index [code]effect_idx[/code] from the bus at index " +"[code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:248 +msgid "Overwrites the currently used [AudioBusLayout]." +msgstr "" + +#: doc/classes/AudioServer.xml:264 +msgid "" +"Sets the name of the bus at index [code]bus_idx[/code] to [code]name[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:272 +msgid "" +"Connects the output of the bus at [code]bus_idx[/code] to the bus named " +"[code]send[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:288 +msgid "" +"Sets the volume of the bus at index [code]bus_idx[/code] to [code]volume_db[/" +"code]." +msgstr "" + +#: doc/classes/AudioServer.xml:297 +msgid "Swaps the position of two effects in bus [code]bus_idx[/code]." +msgstr "" + +#: doc/classes/AudioServer.xml:303 +msgid "" +"Unlocks the audio driver's main loop. (After locking it, you should always " +"unlock it.)" +msgstr "" + +#: doc/classes/AudioServer.xml:309 +msgid "Number of available audio buses." +msgstr "" + +#: doc/classes/AudioServer.xml:312 +msgid "" +"Name of the current device for audio output (see [method get_device_list])." +msgstr "" + +#: doc/classes/AudioServer.xml:315 +msgid "" +"Scales the rate at which audio is played (i.e. setting it to [code]0.5[/" +"code] will make the audio be played twice as fast)." +msgstr "" + +#: doc/classes/AudioServer.xml:321 +msgid "Emitted when the [AudioBusLayout] changes." +msgstr "" + +#: doc/classes/AudioServer.xml:327 +msgid "Two or fewer speakers were detected." +msgstr "" + +#: doc/classes/AudioServer.xml:330 +msgid "A 3.1 channel surround setup was detected." +msgstr "" + +#: doc/classes/AudioServer.xml:333 +msgid "A 5.1 channel surround setup was detected." +msgstr "" + +#: doc/classes/AudioServer.xml:336 +msgid "A 7.1 channel surround setup was detected." +msgstr "" + +#: doc/classes/AudioStream.xml:4 +msgid "Base class for audio streams." +msgstr "" + +#: doc/classes/AudioStream.xml:7 +msgid "" +"Base class for audio streams. Audio streams are used for sound effects and " +"music playback, and support WAV (via [AudioStreamSample]) and OGG (via " +"[AudioStreamOGGVorbis]) file formats." +msgstr "" + +#: doc/classes/AudioStream.xml:10 doc/classes/AudioStreamPlayer.xml:11 +#: doc/classes/AudioStreamPlayer2D.xml:12 +#: doc/classes/AudioStreamPlayer3D.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/audio/audio_streams.html" +msgstr "" + +#: doc/classes/AudioStream.xml:11 doc/classes/AudioStreamGenerator.xml:12 +#: doc/classes/AudioStreamGeneratorPlayback.xml:10 +#: doc/classes/AudioStreamPlayback.xml:10 doc/classes/AudioStreamPlayer.xml:14 +msgid "https://godotengine.org/asset-library/asset/526" +msgstr "" + +#: doc/classes/AudioStream.xml:19 +msgid "Returns the length of the audio stream in seconds." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:4 +msgid "Audio stream that generates sounds procedurally." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:7 +msgid "" +"This audio stream does not play back sounds, but expects a script to " +"generate audio data for it instead. See also " +"[AudioStreamGeneratorPlayback].\n" +"See also [AudioEffectSpectrumAnalyzer] for performing real-time audio " +"spectrum analysis.\n" +"[b]Note:[/b] Due to performance constraints, this class is best used from C# " +"or from a compiled language via GDNative. If you still want to use this " +"class from GDScript, consider using a lower [member mix_rate] such as 11,025 " +"Hz or 22,050 Hz." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:19 +msgid "" +"The length of the buffer to generate (in seconds). Lower values result in " +"less latency, but require the script to generate audio data faster, " +"resulting in increased CPU usage and more risk for audio cracking if the CPU " +"can't keep up." +msgstr "" + +#: doc/classes/AudioStreamGenerator.xml:22 +msgid "" +"The sample rate to use (in Hz). Higher values are more demanding for the CPU " +"to generate, but result in better quality.\n" +"In games, common sample rates in use are [code]11025[/code], [code]16000[/" +"code], [code]22050[/code], [code]32000[/code], [code]44100[/code], and " +"[code]48000[/code].\n" +"According to the [url=https://en.wikipedia.org/wiki/Nyquist" +"%E2%80%93Shannon_sampling_theorem]Nyquist-Shannon sampling theorem[/url], " +"there is no quality difference to human hearing when going past 40,000 Hz " +"(since most humans can only hear up to ~20,000 Hz, often less). If you are " +"generating lower-pitched sounds such as voices, lower sample rates such as " +"[code]32000[/code] or [code]22050[/code] may be usable with no loss in " +"quality." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:4 +msgid "Plays back audio generated using [AudioStreamGenerator]." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:7 +msgid "" +"This class is meant to be used with [AudioStreamGenerator] to play back the " +"generated audio in real-time." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:18 +msgid "" +"Returns [code]true[/code] if a buffer of the size [code]amount[/code] can be " +"pushed to the audio sample data buffer without overflowing it, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:24 +msgid "Clears the audio sample data buffer." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:30 +msgid "" +"Returns the number of audio data frames left to play. If this returned " +"number reaches [code]0[/code], the audio will stop playing until frames are " +"added again. Therefore, make sure your script can always generate and push " +"new audio frames fast enough to avoid audio cracking." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:42 +msgid "" +"Pushes several audio data frames to the buffer. This is usually more " +"efficient than [method push_frame] in C# and compiled languages via " +"GDNative, but [method push_buffer] may be [i]less[/i] efficient in GDScript." +msgstr "" + +#: doc/classes/AudioStreamGeneratorPlayback.xml:49 +msgid "" +"Pushes a single audio data frame to the buffer. This is usually less " +"efficient than [method push_buffer] in C# and compiled languages via " +"GDNative, but [method push_frame] may be [i]more[/i] efficient in GDScript." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:4 +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:7 +msgid "MP3 audio stream driver." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:15 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:15 +msgid "Contains the audio data in bytes." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:18 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:18 +msgid "" +"If [code]true[/code], the stream will automatically loop when it reaches the " +"end." +msgstr "" + +#: modules/minimp3/doc_classes/AudioStreamMP3.xml:21 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:21 +msgid "Time in seconds at which the stream starts after being looped." +msgstr "" + +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:4 +#: modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml:7 +msgid "OGG Vorbis audio stream driver." +msgstr "" + +#: doc/classes/AudioStreamPlayback.xml:4 +msgid "Meta class for playing back audio." +msgstr "" + +#: doc/classes/AudioStreamPlayback.xml:7 +msgid "" +"Can play, loop, pause a scroll through audio. See [AudioStream] and " +"[AudioStreamOGGVorbis] for usage." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:4 +msgid "Plays back audio non-positionally." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:7 +msgid "" +"Plays an audio stream non-positionally.\n" +"To play audio positionally, use [AudioStreamPlayer2D] or " +"[AudioStreamPlayer3D] instead of [AudioStreamPlayer]." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:22 +msgid "Returns the position in the [AudioStream] in seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:28 +msgid "" +"Returns the [AudioStreamPlayback] object associated with this " +"[AudioStreamPlayer]." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:35 +msgid "Plays the audio from the given [code]from_position[/code], in seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:42 doc/classes/AudioStreamPlayer2D.xml:38 +#: doc/classes/AudioStreamPlayer3D.xml:39 +msgid "Sets the position from which audio will be played, in seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:48 doc/classes/AudioStreamPlayer2D.xml:44 +#: doc/classes/AudioStreamPlayer3D.xml:45 +msgid "Stops the audio." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:54 doc/classes/AudioStreamPlayer2D.xml:56 +msgid "If [code]true[/code], audio plays when added to scene tree." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:57 doc/classes/AudioStreamPlayer2D.xml:59 +msgid "Bus on which this audio is playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:60 +msgid "" +"If the audio configuration has more than two speakers, this sets the target " +"channels. See [enum MixTarget] constants." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:63 doc/classes/AudioStreamPlayer2D.xml:65 +#: doc/classes/AudioStreamPlayer3D.xml:91 +msgid "" +"The pitch and the tempo of the audio, as a multiplier of the audio sample's " +"sample rate." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:66 doc/classes/AudioStreamPlayer2D.xml:68 +#: doc/classes/AudioStreamPlayer3D.xml:94 +msgid "If [code]true[/code], audio is playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:69 doc/classes/AudioStreamPlayer2D.xml:71 +msgid "The [AudioStream] object to be played." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:72 doc/classes/AudioStreamPlayer2D.xml:74 +msgid "" +"If [code]true[/code], the playback is paused. You can resume it by setting " +"[code]stream_paused[/code] to [code]false[/code]." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:75 +msgid "Volume of sound, in dB." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:81 doc/classes/AudioStreamPlayer2D.xml:83 +#: doc/classes/AudioStreamPlayer3D.xml:112 +msgid "Emitted when the audio stops playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:87 +msgid "The audio will be played only on the first channel." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:90 +msgid "The audio will be played on all surround channels." +msgstr "" + +#: doc/classes/AudioStreamPlayer.xml:93 +msgid "" +"The audio will be played on the second channel, which is usually the center." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:4 +msgid "Plays positional sound in 2D space." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:7 +msgid "" +"Plays audio that dampens with distance from screen center.\n" +"See also [AudioStreamPlayer] to play a sound non-positionally.\n" +"[b]Note:[/b] Hiding an [AudioStreamPlayer2D] node does not disable its audio " +"output. To temporarily disable an [AudioStreamPlayer2D]'s audio output, set " +"[member volume_db] to a very low value like [code]-100[/code] (which isn't " +"audible to human hearing)." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:18 +#: doc/classes/AudioStreamPlayer3D.xml:19 +msgid "Returns the position in the [AudioStream]." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:24 +msgid "" +"Returns the [AudioStreamPlayback] object associated with this " +"[AudioStreamPlayer2D]." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:31 +#: doc/classes/AudioStreamPlayer3D.xml:32 +msgid "" +"Plays the audio from the given position [code]from_position[/code], in " +"seconds." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:50 +#: doc/classes/AudioStreamPlayer3D.xml:51 +msgid "Areas in which this sound plays." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:53 +msgid "Dampens audio over distance with this as an exponent." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:62 +msgid "Maximum distance from which audio is still hearable." +msgstr "" + +#: doc/classes/AudioStreamPlayer2D.xml:77 +msgid "Base volume without dampening." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:4 +msgid "Plays positional sound in 3D space." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:7 +msgid "" +"Plays a sound effect with directed sound effects, dampens with distance if " +"needed, generates effect of hearable position in space. For greater realism, " +"a low-pass filter is automatically applied to distant sounds. This can be " +"disabled by setting [member attenuation_filter_cutoff_hz] to [code]20500[/" +"code].\n" +"By default, audio is heard from the camera position. This can be changed by " +"adding a [Listener] node to the scene and enabling it by calling [method " +"Listener.make_current] on it.\n" +"See also [AudioStreamPlayer] to play a sound non-positionally.\n" +"[b]Note:[/b] Hiding an [AudioStreamPlayer3D] node does not disable its audio " +"output. To temporarily disable an [AudioStreamPlayer3D]'s audio output, set " +"[member unit_db] to a very low value like [code]-100[/code] (which isn't " +"audible to human hearing)." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:25 +msgid "" +"Returns the [AudioStreamPlayback] object associated with this " +"[AudioStreamPlayer3D]." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:54 +msgid "" +"Dampens audio using a low-pass filter above this frequency, in Hz. To " +"disable the dampening effect entirely, set this to [code]20500[/code] as " +"this frequency is above the human hearing limit." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:57 +msgid "Amount how much the filter affects the loudness, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:60 +msgid "" +"Decides if audio should get quieter with distance linearly, quadratically, " +"logarithmically, or not be affected by distance, effectively disabling " +"attenuation." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:63 +msgid "" +"If [code]true[/code], audio plays when the AudioStreamPlayer3D node is added " +"to scene tree." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:66 +msgid "The bus on which this audio is playing." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:69 +msgid "" +"Decides in which step the [url=https://en.wikipedia.org/wiki/" +"Doppler_effect]Doppler effect[/url] should be calculated.\n" +"[b]Note:[/b] Only effective if the current [Camera]'s [member Camera." +"doppler_tracking] property is set to a value other than [constant Camera." +"DOPPLER_TRACKING_DISABLED]." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:73 +msgid "The angle in which the audio reaches cameras undampened." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:76 +msgid "" +"If [code]true[/code], the audio should be dampened according to the " +"direction of the sound." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:79 +msgid "" +"Dampens audio if camera is outside of [member emission_angle_degrees] and " +"[member emission_angle_enabled] is set by this factor, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:82 +msgid "Sets the absolute maximum of the soundlevel, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:85 +msgid "" +"Sets the distance from which the [member out_of_range_mode] takes effect. " +"Has no effect if set to 0." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:88 +msgid "" +"Decides if audio should pause when source is outside of [member " +"max_distance] range." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:97 +msgid "The [AudioStream] resource to be played." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:100 +msgid "" +"If [code]true[/code], the playback is paused. You can resume it by setting " +"[member stream_paused] to [code]false[/code]." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:103 +msgid "The base sound level unaffected by dampening, in decibels." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:106 +msgid "" +"The factor for the attenuation effect. Higher values make the sound audible " +"over a larger distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:118 +msgid "Linear dampening of loudness according to distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:121 +msgid "Squared dampening of loudness according to distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:124 +msgid "Logarithmic dampening of loudness according to distance." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:127 +msgid "" +"No dampening of loudness according to distance. The sound will still be " +"heard positionally, unlike an [AudioStreamPlayer]. [constant " +"ATTENUATION_DISABLED] can be combined with a [member max_distance] value " +"greater than [code]0.0[/code] to achieve linear attenuation clamped to a " +"sphere of a defined size." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:130 +msgid "" +"Mix this audio in, even when it's out of range. This increases CPU usage, " +"but keeps the sound playing at the correct position if the camera leaves and " +"enters the [AudioStreamPlayer3D]'s [member max_distance] radius." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:133 +msgid "" +"Pause this audio when it gets out of range. This decreases CPU usage, but " +"will cause the sound to restart if the camera leaves and enters the " +"[AudioStreamPlayer3D]'s [member max_distance] radius." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:136 +msgid "Disables doppler tracking." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:139 +msgid "Executes doppler tracking in idle step (every rendered frame)." +msgstr "" + +#: doc/classes/AudioStreamPlayer3D.xml:142 +msgid "" +"Executes doppler tracking in physics step (every simulated physics frame)." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:4 +msgid "Plays audio with random pitch shifting." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:7 +msgid "Randomly varies pitch on each start." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:15 +msgid "The current [AudioStream]." +msgstr "" + +#: doc/classes/AudioStreamRandomPitch.xml:18 +msgid "The intensity of random pitch variation." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:4 +msgid "Stores audio data loaded from WAV files." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:7 +msgid "" +"AudioStreamSample stores sound samples loaded from WAV files. To play the " +"stored sound, use an [AudioStreamPlayer] (for non-positional audio) or " +"[AudioStreamPlayer2D]/[AudioStreamPlayer3D] (for positional audio). The " +"sound can be looped.\n" +"This class can also be used to store dynamically-generated PCM audio data. " +"See also [AudioStreamGenerator] for procedural audio generation." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:17 +msgid "" +"Saves the AudioStreamSample as a WAV file to [code]path[/code]. Samples with " +"IMA ADPCM format can't be saved.\n" +"[b]Note:[/b] A [code].wav[/code] extension is automatically appended to " +"[code]path[/code] if it is missing." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:24 +msgid "" +"Contains the audio data in bytes.\n" +"[b]Note:[/b] This property expects signed PCM8 data. To convert unsigned " +"PCM8 to signed PCM8, subtract 128 from each byte." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:28 +msgid "Audio format. See [enum Format] constants for values." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:31 +msgid "" +"The loop start point (in number of samples, relative to the beginning of the " +"sample). This information will be imported automatically from the WAV file " +"if present." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:34 +msgid "" +"The loop end point (in number of samples, relative to the beginning of the " +"sample). This information will be imported automatically from the WAV file " +"if present." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:37 +msgid "" +"The loop mode. This information will be imported automatically from the WAV " +"file if present. See [enum LoopMode] constants for values." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:40 +msgid "" +"The sample rate for mixing this audio. Higher values require more storage " +"space, but result in better quality.\n" +"In games, common sample rates in use are [code]11025[/code], [code]16000[/" +"code], [code]22050[/code], [code]32000[/code], [code]44100[/code], and " +"[code]48000[/code].\n" +"According to the [url=https://en.wikipedia.org/wiki/Nyquist" +"%E2%80%93Shannon_sampling_theorem]Nyquist-Shannon sampling theorem[/url], " +"there is no quality difference to human hearing when going past 40,000 Hz " +"(since most humans can only hear up to ~20,000 Hz, often less). If you are " +"using lower-pitched sounds such as voices, lower sample rates such as " +"[code]32000[/code] or [code]22050[/code] may be usable with no loss in " +"quality." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:45 +msgid "If [code]true[/code], audio is stereo." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:50 +msgid "8-bit audio codec." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:53 +msgid "16-bit audio codec." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:56 +msgid "Audio is compressed using IMA ADPCM." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:59 +msgid "Audio does not loop." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:62 +msgid "" +"Audio loops the data between [member loop_begin] and [member loop_end], " +"playing forward only." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:65 +msgid "" +"Audio loops the data between [member loop_begin] and [member loop_end], " +"playing back and forth." +msgstr "" + +#: doc/classes/AudioStreamSample.xml:68 +msgid "" +"Audio loops the data between [member loop_begin] and [member loop_end], " +"playing backward only." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:4 +msgid "" +"Copies a region of the screen (or the whole screen) to a buffer so it can be " +"accessed in your shader scripts through the " +"[code]texture(SCREEN_TEXTURE, ...)[/code] function." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:7 +msgid "" +"Node for back-buffering the currently-displayed screen. The region defined " +"in the BackBufferCopy node is buffered with the content of the screen it " +"covers, or the entire screen according to the copy mode set. Use the " +"[code]texture(SCREEN_TEXTURE, ...)[/code] function in your shader scripts to " +"access the buffer.\n" +"[b]Note:[/b] Since this node inherits from [Node2D] (and not [Control]), " +"anchors and margins won't apply to child [Control]-derived nodes. This can " +"be problematic when resizing the window. To avoid this, add [Control]-" +"derived nodes as [i]siblings[/i] to the BackBufferCopy node instead of " +"adding them as children." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:16 +msgid "Buffer mode. See [enum CopyMode] constants." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:19 +msgid "" +"The area covered by the BackBufferCopy. Only used if [member copy_mode] is " +"[constant COPY_MODE_RECT]." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:24 +msgid "" +"Disables the buffering mode. This means the BackBufferCopy node will " +"directly use the portion of screen it covers." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:27 +msgid "BackBufferCopy buffers a rectangular region." +msgstr "" + +#: doc/classes/BackBufferCopy.xml:30 +msgid "BackBufferCopy buffers the entire screen." +msgstr "" + +#: doc/classes/BakedLightmap.xml:4 +msgid "Prerendered indirect light map for a scene." +msgstr "" + +#: doc/classes/BakedLightmap.xml:7 +msgid "" +"Baked lightmaps are an alternative workflow for adding indirect (or baked) " +"lighting to a scene. Unlike the [GIProbe] approach, baked lightmaps work " +"fine on low-end PCs and mobile devices as they consume almost no resources " +"in run-time.\n" +"[b]Note:[/b] Due to how lightmaps work, most properties only have a visible " +"effect once lightmaps are baked again." +msgstr "" + +#: doc/classes/BakedLightmap.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/baked_lightmaps.html" +msgstr "" + +#: doc/classes/BakedLightmap.xml:19 +msgid "" +"Bakes the lightmap, scanning from the given [code]from_node[/code] root and " +"saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " +"[member light_data]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:25 +msgid "" +"When enabled, the lightmapper will merge the textures for all meshes into a " +"single large layered texture. Not supported in GLES2." +msgstr "" + +#: doc/classes/BakedLightmap.xml:28 +msgid "" +"Maximum size of each lightmap layer, only used when [member atlas_generate] " +"is enabled." +msgstr "" + +#: doc/classes/BakedLightmap.xml:31 +msgid "" +"Raycasting bias used during baking to avoid floating point precision issues." +msgstr "" + +#: doc/classes/BakedLightmap.xml:34 +msgid "" +"The energy multiplier for each bounce. Higher values will make indirect " +"lighting brighter. A value of [code]1.0[/code] represents physically " +"accurate behavior, but higher values can be used to make indirect lighting " +"propagate more visibly when using a low number of bounces. This can be used " +"to speed up bake times by lowering the number of [member bounces] then " +"increasing [member bounce_indirect_energy]. Unlike [member BakedLightmapData." +"energy], this property does not affect direct lighting emitted by light " +"nodes, emissive materials and the environment.\n" +"[b]Note:[/b] [member bounce_indirect_energy] only has an effect if [member " +"bounces] is set to a value greater than or equal to [code]1[/code]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:38 +msgid "" +"Number of light bounces that are taken into account during baking. See also " +"[member bounce_indirect_energy]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:41 +msgid "Grid size used for real-time capture information on dynamic objects." +msgstr "" + +#: doc/classes/BakedLightmap.xml:44 +msgid "" +"When enabled, an octree containing the scene's lighting information will be " +"computed. This octree will then be used to light dynamic objects in the " +"scene." +msgstr "" + +#: doc/classes/BakedLightmap.xml:47 +msgid "" +"Bias value to reduce the amount of light proagation in the captured octree." +msgstr "" + +#: doc/classes/BakedLightmap.xml:50 +msgid "Bake quality of the capture data." +msgstr "" + +#: doc/classes/BakedLightmap.xml:53 +msgid "" +"If a baked mesh doesn't have a UV2 size hint, this value will be used to " +"roughly compute a suitable lightmap size." +msgstr "" + +#: doc/classes/BakedLightmap.xml:56 +msgid "" +"The environment color when [member environment_mode] is set to [constant " +"ENVIRONMENT_MODE_CUSTOM_COLOR]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:59 +msgid "" +"The energy scaling factor when when [member environment_mode] is set to " +"[constant ENVIRONMENT_MODE_CUSTOM_COLOR] or [constant " +"ENVIRONMENT_MODE_CUSTOM_SKY]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:62 +msgid "" +"The [Sky] resource to use when [member environment_mode] is set o [constant " +"ENVIRONMENT_MODE_CUSTOM_SKY]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:65 +msgid "The rotation of the baked custom sky." +msgstr "" + +#: doc/classes/BakedLightmap.xml:68 +msgid "" +"Minimum ambient light for all the lightmap texels. This doesn't take into " +"account any occlusion from the scene's geometry, it simply ensures a minimum " +"amount of light on all the lightmap texels. Can be used for artistic control " +"on shadow color." +msgstr "" + +#: doc/classes/BakedLightmap.xml:71 +msgid "Decides which environment to use during baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:74 +msgid "" +"Size of the baked lightmap. Only meshes inside this region will be included " +"in the baked lightmap, also used as the bounds of the captured region for " +"dynamic lighting." +msgstr "" + +#: doc/classes/BakedLightmap.xml:77 +msgid "" +"Deprecated, in previous versions it determined the location where lightmaps " +"were be saved." +msgstr "" + +#: doc/classes/BakedLightmap.xml:80 +msgid "The calculated light data." +msgstr "" + +#: doc/classes/BakedLightmap.xml:83 +msgid "" +"Determines the amount of samples per texel used in indrect light baking. The " +"amount of samples for each quality level can be configured in the project " +"settings." +msgstr "" + +#: doc/classes/BakedLightmap.xml:86 +msgid "" +"Store full color values in the lightmap textures. When disabled, lightmap " +"textures will store a single brightness channel. Can be disabled to reduce " +"disk usage if the scene contains only white lights or you don't mind losing " +"color information in indirect lighting." +msgstr "" + +#: doc/classes/BakedLightmap.xml:89 +msgid "" +"When enabled, a lightmap denoiser will be used to reduce the noise inherent " +"to Monte Carlo based global illumination." +msgstr "" + +#: doc/classes/BakedLightmap.xml:92 +msgid "" +"If [code]true[/code], stores the lightmap textures in a high dynamic range " +"format (EXR). If [code]false[/code], stores the lightmap texture in a low " +"dynamic range PNG image. This can be set to [code]false[/code] to reduce " +"disk usage, but light values over 1.0 will be clamped and you may see " +"banding caused by the reduced precision.\n" +"[b]Note:[/b] Setting [member use_hdr] to [code]true[/code] will decrease " +"lightmap banding even when using the GLES2 backend or if [member " +"ProjectSettings.rendering/quality/depth/hdr] is [code]false[/code]." +msgstr "" + +#: doc/classes/BakedLightmap.xml:98 +msgid "The lowest bake quality mode. Fastest to calculate." +msgstr "" + +#: doc/classes/BakedLightmap.xml:101 +msgid "The default bake quality mode." +msgstr "" + +#: doc/classes/BakedLightmap.xml:104 +msgid "A higher bake quality mode. Takes longer to calculate." +msgstr "" + +#: doc/classes/BakedLightmap.xml:107 +msgid "The highest bake quality mode. Takes the longest to calculate." +msgstr "" + +#: doc/classes/BakedLightmap.xml:110 +msgid "Baking was successful." +msgstr "" + +#: doc/classes/BakedLightmap.xml:113 +msgid "" +"Returns if no viable save path is found. This can happen where an [member " +"image_path] is not specified or when the save location is invalid." +msgstr "" + +#: doc/classes/BakedLightmap.xml:116 doc/classes/SpatialMaterial.xml:622 +msgid "Currently unused." +msgstr "" + +#: doc/classes/BakedLightmap.xml:119 +msgid "Returns when the baker cannot save per-mesh textures to file." +msgstr "" + +#: doc/classes/BakedLightmap.xml:122 +msgid "The size of the generated lightmaps is too large." +msgstr "" + +#: doc/classes/BakedLightmap.xml:125 +msgid "Some mesh contains UV2 values outside the [code][0,1][/code] range." +msgstr "" + +#: doc/classes/BakedLightmap.xml:128 +msgid "Returns if user cancels baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 +msgid "No environment is used during baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:140 +msgid "The baked environment is automatically picked from the current scene." +msgstr "" + +#: doc/classes/BakedLightmap.xml:143 +msgid "A custom sky is used as environment during baking." +msgstr "" + +#: doc/classes/BakedLightmap.xml:146 +msgid "A custom solid color is used as environment during baking." +msgstr "" + +#: doc/classes/BakedLightmapData.xml:56 +msgid "" +"Global energy multiplier for baked and dynamic capture objects. This can be " +"changed at run-time without having to bake lightmaps again.\n" +"To adjust only the energy of indirect lighting (without affecting direct " +"lighting or emissive materials), adjust [member BakedLightmap." +"bounce_indirect_energy] and bake lightmaps again." +msgstr "" + +#: doc/classes/BakedLightmapData.xml:60 +msgid "" +"Controls whether dynamic capture objects receive environment lighting or not." +msgstr "" + +#: doc/classes/BaseButton.xml:4 +msgid "Base class for different kinds of buttons." +msgstr "" + +#: doc/classes/BaseButton.xml:7 +msgid "" +"BaseButton is the abstract base class for buttons, so it shouldn't be used " +"directly (it doesn't display anything). Other types of buttons inherit from " +"it." +msgstr "" + +#: doc/classes/BaseButton.xml:15 +msgid "" +"Called when the button is pressed. If you need to know the button's pressed " +"state (and [member toggle_mode] is active), use [method _toggled] instead." +msgstr "" + +#: doc/classes/BaseButton.xml:22 +msgid "" +"Called when the button is toggled (only if [member toggle_mode] is active)." +msgstr "" + +#: doc/classes/BaseButton.xml:28 +msgid "" +"Returns the visual state used to draw the button. This is useful mainly when " +"implementing your own draw code by either overriding _draw() or connecting " +"to \"draw\" signal. The visual state of the button is defined by the [enum " +"DrawMode] enum." +msgstr "" + +#: doc/classes/BaseButton.xml:34 +msgid "" +"Returns [code]true[/code] if the mouse has entered the button and has not " +"left it yet." +msgstr "" + +#: doc/classes/BaseButton.xml:41 +msgid "" +"Changes the [member pressed] state of the button, without emitting [signal " +"toggled]. Use when you just want to change the state of the button without " +"sending the pressed event (e.g. when initializing scene). Only works if " +"[member toggle_mode] is [code]true[/code].\n" +"[b]Note:[/b] This method doesn't unpress other buttons in its button [member " +"group]." +msgstr "" + +#: doc/classes/BaseButton.xml:48 +msgid "" +"Determines when the button is considered clicked, one of the [enum " +"ActionMode] constants." +msgstr "" + +#: doc/classes/BaseButton.xml:51 +msgid "" +"Binary mask to choose which mouse buttons this button will respond to.\n" +"To allow both left-click and right-click, use [code]BUTTON_MASK_LEFT | " +"BUTTON_MASK_RIGHT[/code]." +msgstr "" + +#: doc/classes/BaseButton.xml:55 +msgid "" +"If [code]true[/code], the button is in disabled state and can't be clicked " +"or toggled." +msgstr "" + +#: doc/classes/BaseButton.xml:58 +msgid "" +"[i]Deprecated.[/i] This property has been deprecated due to redundancy and " +"will be removed in Godot 4.0. This property no longer has any effect when " +"set. Please use [member Control.focus_mode] instead." +msgstr "" + +#: doc/classes/BaseButton.xml:62 +msgid "[ButtonGroup] associated to the button." +msgstr "" + +#: doc/classes/BaseButton.xml:65 +msgid "" +"If [code]true[/code], the button stays pressed when moving the cursor " +"outside the button while pressing it.\n" +"[b]Note:[/b] This property only affects the button's visual appearance. " +"Signals will be emitted at the same moment regardless of this property's " +"value." +msgstr "" + +#: doc/classes/BaseButton.xml:69 +msgid "" +"If [code]true[/code], the button's state is pressed. Means the button is " +"pressed down or toggled (if [member toggle_mode] is active). Only works if " +"[member toggle_mode] is [code]true[/code].\n" +"[b]Note:[/b] Setting [member pressed] will result in [signal toggled] to be " +"emitted. If you want to change the pressed state without emitting that " +"signal, use [method set_pressed_no_signal]." +msgstr "" + +#: doc/classes/BaseButton.xml:73 +msgid "[ShortCut] associated to the button." +msgstr "" + +#: doc/classes/BaseButton.xml:76 +msgid "" +"If [code]true[/code], the button will add information about its shortcut in " +"the tooltip." +msgstr "" + +#: doc/classes/BaseButton.xml:79 +msgid "" +"If [code]true[/code], the button is in toggle mode. Makes the button flip " +"state between pressed and unpressed each time its area is clicked." +msgstr "" + +#: doc/classes/BaseButton.xml:85 +msgid "Emitted when the button starts being held down." +msgstr "" + +#: doc/classes/BaseButton.xml:90 +msgid "Emitted when the button stops being held down." +msgstr "" + +#: doc/classes/BaseButton.xml:95 +msgid "" +"Emitted when the button is toggled or pressed. This is on [signal " +"button_down] if [member action_mode] is [constant ACTION_MODE_BUTTON_PRESS] " +"and on [signal button_up] otherwise.\n" +"If you need to know the button's pressed state (and [member toggle_mode] is " +"active), use [signal toggled] instead." +msgstr "" + +#: doc/classes/BaseButton.xml:102 +msgid "" +"Emitted when the button was just toggled between pressed and normal states " +"(only if [member toggle_mode] is active). The new state is contained in the " +"[code]button_pressed[/code] argument." +msgstr "" + +#: doc/classes/BaseButton.xml:108 +msgid "" +"The normal state (i.e. not pressed, not hovered, not toggled and enabled) of " +"buttons." +msgstr "" + +#: doc/classes/BaseButton.xml:111 +msgid "The state of buttons are pressed." +msgstr "" + +#: doc/classes/BaseButton.xml:114 +msgid "The state of buttons are hovered." +msgstr "" + +#: doc/classes/BaseButton.xml:117 +msgid "The state of buttons are disabled." +msgstr "" + +#: doc/classes/BaseButton.xml:120 +msgid "The state of buttons are both hovered and pressed." +msgstr "" + +#: doc/classes/BaseButton.xml:123 +msgid "Require just a press to consider the button clicked." +msgstr "" + +#: doc/classes/BaseButton.xml:126 +msgid "" +"Require a press and a subsequent release before considering the button " +"clicked." +msgstr "" + +#: doc/classes/Basis.xml:4 +msgid "3×3 matrix datatype." +msgstr "" + +#: doc/classes/Basis.xml:7 +msgid "" +"3×3 matrix used for 3D rotation and scale. Almost always used as an " +"orthogonal basis for a Transform.\n" +"Contains 3 vector fields X, Y and Z as its columns, which are typically " +"interpreted as the local basis vectors of a transformation. For such use, it " +"is composed of a scaling and a rotation matrix, in that order (M = R.S).\n" +"Can also be accessed as array of 3D vectors. These vectors are normally " +"orthogonal to each other, but are not necessarily normalized (due to " +"scaling).\n" +"For more information, read the \"Matrices and transforms\" documentation " +"article." +msgstr "" + +#: doc/classes/Basis.xml:14 doc/classes/Transform.xml:12 +#: doc/classes/Transform2D.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/math/matrices_and_transforms." +"html" +msgstr "" + +#: doc/classes/Basis.xml:15 doc/classes/Transform.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms.html" +msgstr "" + +#: doc/classes/Basis.xml:16 doc/classes/Line2D.xml:11 +#: doc/classes/Transform.xml:14 doc/classes/Transform2D.xml:13 +#: doc/classes/Vector2.xml:15 doc/classes/Vector3.xml:15 +msgid "https://godotengine.org/asset-library/asset/584" +msgstr "" + +#: doc/classes/Basis.xml:18 doc/classes/CylinderShape.xml:12 +#: doc/classes/Dictionary.xml:88 doc/classes/DynamicFont.xml:18 +#: doc/classes/DynamicFontData.xml:10 doc/classes/File.xml:29 +#: doc/classes/Input.xml:12 doc/classes/InputEvent.xml:13 +#: doc/classes/InputEventAction.xml:12 doc/classes/InputEventMouseMotion.xml:12 +#: doc/classes/KinematicBody.xml:15 doc/classes/RayCast.xml:15 +#: doc/classes/StaticBody.xml:13 doc/classes/SurfaceTool.xml:22 +#: doc/classes/TextureButton.xml:12 doc/classes/TextureRect.xml:11 +#: doc/classes/Thread.xml:13 doc/classes/VBoxContainer.xml:10 +msgid "https://godotengine.org/asset-library/asset/676" +msgstr "" + +#: doc/classes/Basis.xml:19 doc/classes/Line2D.xml:12 +#: doc/classes/Transform.xml:16 doc/classes/Transform2D.xml:14 +msgid "https://godotengine.org/asset-library/asset/583" +msgstr "" + +#: doc/classes/Basis.xml:26 +msgid "Constructs a pure rotation basis matrix from the given quaternion." +msgstr "" + +#: doc/classes/Basis.xml:33 +msgid "" +"Constructs a pure rotation basis matrix from the given Euler angles (in the " +"YXZ convention: when *composing*, first Y, then X, and Z last), given in the " +"vector format as (X angle, Y angle, Z angle).\n" +"Consider using the [Quat] constructor instead, which uses a quaternion " +"instead of Euler angles." +msgstr "" + +#: doc/classes/Basis.xml:42 +msgid "" +"Constructs a pure rotation basis matrix, rotated around the given " +"[code]axis[/code] by [code]phi[/code], in radians. The axis must be a " +"normalized vector." +msgstr "" + +#: doc/classes/Basis.xml:51 +msgid "Constructs a basis matrix from 3 axis vectors (matrix columns)." +msgstr "" + +#: doc/classes/Basis.xml:57 +msgid "" +"Returns the determinant of the basis matrix. If the basis is uniformly " +"scaled, its determinant is the square of the scale.\n" +"A negative determinant means the basis has a negative scale. A zero " +"determinant means the basis isn't invertible, and is usually considered " +"invalid." +msgstr "" + +#: doc/classes/Basis.xml:64 +msgid "" +"Returns the basis's rotation in the form of Euler angles (in the YXZ " +"convention: when decomposing, first Z, then X, and Y last). The returned " +"vector contains the rotation angles in the format (X angle, Y angle, Z " +"angle).\n" +"Consider using the [method get_rotation_quat] method instead, which returns " +"a [Quat] quaternion instead of Euler angles." +msgstr "" + +#: doc/classes/Basis.xml:71 +msgid "" +"This function considers a discretization of rotations into 24 points on unit " +"sphere, lying along the vectors (x,y,z) with each component being either -1, " +"0, or 1, and returns the index of the point best representing the " +"orientation of the object. It is mainly used by the [GridMap] editor. For " +"further details, refer to the Godot source code." +msgstr "" + +#: doc/classes/Basis.xml:77 +msgid "" +"Returns the basis's rotation in the form of a quaternion. See [method " +"get_euler] if you need Euler angles, but keep in mind quaternions should " +"generally be preferred to Euler angles." +msgstr "" + +#: doc/classes/Basis.xml:83 +msgid "" +"Assuming that the matrix is the combination of a rotation and scaling, " +"return the absolute value of scaling factors along each axis." +msgstr "" + +#: doc/classes/Basis.xml:89 +msgid "Returns the inverse of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:97 +msgid "" +"Returns [code]true[/code] if this basis and [code]b[/code] are approximately " +"equal, by calling [code]is_equal_approx[/code] on each component.\n" +"[b]Note:[/b] For complicated reasons, the epsilon argument is always " +"discarded. Don't use the epsilon argument, it does nothing." +msgstr "" + +#: doc/classes/Basis.xml:104 +msgid "" +"Returns the orthonormalized version of the matrix (useful to call from time " +"to time to avoid rounding error for orthogonal matrices). This performs a " +"Gram-Schmidt orthonormalization on the basis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:112 +msgid "" +"Introduce an additional rotation around the given axis by phi (radians). The " +"axis must be a normalized vector." +msgstr "" + +#: doc/classes/Basis.xml:119 +msgid "" +"Introduce an additional scaling specified by the given 3D scaling factor." +msgstr "" + +#: doc/classes/Basis.xml:127 +msgid "" +"Assuming that the matrix is a proper rotation matrix, slerp performs a " +"spherical-linear interpolation with another rotation matrix." +msgstr "" + +#: doc/classes/Basis.xml:134 +msgid "Transposed dot product with the X axis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:141 +msgid "Transposed dot product with the Y axis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:148 +msgid "Transposed dot product with the Z axis of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:154 +msgid "Returns the transposed version of the matrix." +msgstr "" + +#: doc/classes/Basis.xml:161 +msgid "Returns a vector transformed (multiplied) by the matrix." +msgstr "" + +#: doc/classes/Basis.xml:168 +msgid "" +"Returns a vector transformed (multiplied) by the transposed basis matrix.\n" +"[b]Note:[/b] This results in a multiplication by the inverse of the matrix " +"only if it represents a rotation-reflection." +msgstr "" + +#: doc/classes/Basis.xml:175 doc/classes/Transform2D.xml:150 +msgid "" +"The basis matrix's X vector (column 0). Equivalent to array index [code]0[/" +"code]." +msgstr "" + +#: doc/classes/Basis.xml:178 doc/classes/Transform2D.xml:153 +msgid "" +"The basis matrix's Y vector (column 1). Equivalent to array index [code]1[/" +"code]." +msgstr "" + +#: doc/classes/Basis.xml:181 +msgid "" +"The basis matrix's Z vector (column 2). Equivalent to array index [code]2[/" +"code]." +msgstr "" + +#: doc/classes/Basis.xml:186 +msgid "" +"The identity basis, with no rotation or scaling applied.\n" +"This is identical to calling [code]Basis()[/code] without any parameters. " +"This constant can be used to make your code clearer, and for consistency " +"with C#." +msgstr "" + +#: doc/classes/Basis.xml:190 +msgid "" +"The basis that will flip something along the X axis when used in a " +"transformation." +msgstr "" + +#: doc/classes/Basis.xml:193 +msgid "" +"The basis that will flip something along the Y axis when used in a " +"transformation." +msgstr "" + +#: doc/classes/Basis.xml:196 +msgid "" +"The basis that will flip something along the Z axis when used in a " +"transformation." +msgstr "" + +#: doc/classes/BitMap.xml:4 +msgid "Boolean matrix." +msgstr "" + +#: doc/classes/BitMap.xml:7 +msgid "" +"A two-dimensional array of boolean values, can be used to efficiently store " +"a binary matrix (every matrix element takes only one bit) and query the " +"values using natural cartesian coordinates." +msgstr "" + +#: doc/classes/BitMap.xml:16 +msgid "" +"Creates a bitmap with the specified size, filled with [code]false[/code]." +msgstr "" + +#: doc/classes/BitMap.xml:24 +msgid "" +"Creates a bitmap that matches the given image dimensions, every element of " +"the bitmap is set to [code]false[/code] if the alpha value of the image at " +"that position is equal to [code]threshold[/code] or less, and [code]true[/" +"code] in other case." +msgstr "" + +#: doc/classes/BitMap.xml:31 +msgid "Returns bitmap's value at the specified position." +msgstr "" + +#: doc/classes/BitMap.xml:37 +msgid "Returns bitmap's dimensions." +msgstr "" + +#: doc/classes/BitMap.xml:43 +msgid "" +"Returns the amount of bitmap elements that are set to [code]true[/code]." +msgstr "" + +#: doc/classes/BitMap.xml:51 +msgid "" +"Applies morphological dilation to the bitmap. The first argument is the " +"dilation amount, Rect2 is the area where the dilation will be applied." +msgstr "" + +#: doc/classes/BitMap.xml:66 +msgid "" +"Sets the bitmap's element at the specified position, to the specified value." +msgstr "" + +#: doc/classes/BitMap.xml:74 +msgid "Sets a rectangular portion of the bitmap to the specified value." +msgstr "" + +#: doc/classes/BitmapFont.xml:4 +msgid "" +"Renders text using fonts under the [url=https://www.angelcode.com/products/" +"bmfont/]BMFont[/url] format.\n" +"Handles files with the [code].fnt[/code] extension." +msgstr "" + +#: doc/classes/BitmapFont.xml:8 +msgid "" +"Renders text using [code]*.fnt[/code] fonts containing texture atlases. " +"Supports distance fields. For using vector font files like TTF directly, see " +"[DynamicFont]." +msgstr "" + +#: doc/classes/BitmapFont.xml:21 +msgid "" +"Adds a character to the font, where [code]character[/code] is the Unicode " +"value, [code]texture[/code] is the texture index, [code]rect[/code] is the " +"region in the texture (in pixels!), [code]align[/code] is the (optional) " +"alignment for the character and [code]advance[/code] is the (optional) " +"advance." +msgstr "" + +#: doc/classes/BitmapFont.xml:30 +msgid "" +"Adds a kerning pair to the [BitmapFont] as a difference. Kerning pairs are " +"special cases where a typeface advance is determined by the next character." +msgstr "" + +#: doc/classes/BitmapFont.xml:37 +msgid "Adds a texture to the [BitmapFont]." +msgstr "" + +#: doc/classes/BitmapFont.xml:43 +msgid "Clears all the font data and settings." +msgstr "" + +#: doc/classes/BitmapFont.xml:50 +msgid "" +"Creates a BitmapFont from the [code]*.fnt[/code] file at [code]path[/code]." +msgstr "" + +#: doc/classes/BitmapFont.xml:58 +msgid "Returns a kerning pair as a difference." +msgstr "" + +#: doc/classes/BitmapFont.xml:65 +msgid "Returns the font atlas texture at index [code]idx[/code]." +msgstr "" + +#: doc/classes/BitmapFont.xml:71 +msgid "Returns the number of textures in the BitmapFont atlas." +msgstr "" + +#: doc/classes/BitmapFont.xml:77 +msgid "Ascent (number of pixels above the baseline)." +msgstr "" + +#: doc/classes/BitmapFont.xml:80 +msgid "If [code]true[/code], distance field hint is enabled." +msgstr "" + +#: doc/classes/BitmapFont.xml:83 +msgid "The fallback font." +msgstr "" + +#: doc/classes/BitmapFont.xml:86 +msgid "Total font height (ascent plus descent) in pixels." +msgstr "" + +#: doc/classes/Bone2D.xml:4 +msgid "Joint used with [Skeleton2D] to control and animate other nodes." +msgstr "" + +#: doc/classes/Bone2D.xml:7 +msgid "" +"Use a hierarchy of [code]Bone2D[/code] bound to a [Skeleton2D] to control, " +"and animate other [Node2D] nodes.\n" +"You can use [code]Bone2D[/code] and [code]Skeleton2D[/code] nodes to animate " +"2D meshes created with the Polygon 2D UV editor.\n" +"Each bone has a [member rest] transform that you can reset to with [method " +"apply_rest]. These rest poses are relative to the bone's parent.\n" +"If in the editor, you can set the rest pose of an entire skeleton using a " +"menu option, from the code, you need to iterate over the bones to set their " +"individual rest poses." +msgstr "" + +#: doc/classes/Bone2D.xml:18 +msgid "Stores the node's current transforms in [member rest]." +msgstr "" + +#: doc/classes/Bone2D.xml:24 +msgid "" +"Returns the node's index as part of the entire skeleton. See [Skeleton2D]." +msgstr "" + +#: doc/classes/Bone2D.xml:30 +msgid "" +"Returns the node's [member rest] [code]Transform2D[/code] if it doesn't have " +"a parent, or its rest pose relative to its parent." +msgstr "" + +#: doc/classes/Bone2D.xml:36 +msgid "" +"Length of the bone's representation drawn in the editor's viewport in pixels." +msgstr "" + +#: doc/classes/Bone2D.xml:39 +msgid "" +"Rest transform of the bone. You can reset the node's transforms to this " +"value using [method apply_rest]." +msgstr "" + +#: doc/classes/BoneAttachment.xml:4 +msgid "A node that will attach to a bone." +msgstr "" + +#: doc/classes/BoneAttachment.xml:7 +msgid "" +"This node must be the child of a [Skeleton] node. You can then select a bone " +"for this node to attach to. The BoneAttachment node will copy the transform " +"of the selected bone." +msgstr "" + +#: doc/classes/BoneAttachment.xml:15 +msgid "The name of the attached bone." +msgstr "" + +#: doc/classes/bool.xml:4 +msgid "Boolean built-in type." +msgstr "" + +#: doc/classes/bool.xml:7 +msgid "" +"Boolean is a built-in type. There are two boolean values: [code]true[/code] " +"and [code]false[/code]. You can think of it as a switch with on or off (1 or " +"0) setting. Booleans are used in programming for logic in condition " +"statements, like [code]if[/code] statements.\n" +"Booleans can be directly used in [code]if[/code] statements. The code below " +"demonstrates this on the [code]if can_shoot:[/code] line. You don't need to " +"use [code]== true[/code], you only need [code]if can_shoot:[/code]. " +"Similarly, use [code]if not can_shoot:[/code] rather than [code]== false[/" +"code].\n" +"[codeblock]\n" +"var can_shoot = true\n" +"\n" +"func shoot():\n" +" if can_shoot:\n" +" pass # Perform shooting actions here.\n" +"[/codeblock]\n" +"The following code will only create a bullet if both conditions are met: " +"action \"shoot\" is pressed and if [code]can_shoot[/code] is [code]true[/" +"code].\n" +"[b]Note:[/b] [code]Input.is_action_pressed(\"shoot\")[/code] is also a " +"boolean that is [code]true[/code] when \"shoot\" is pressed and [code]false[/" +"code] when \"shoot\" isn't pressed.\n" +"[codeblock]\n" +"var can_shoot = true\n" +"\n" +"func shoot():\n" +" if can_shoot and Input.is_action_pressed(\"shoot\"):\n" +" create_bullet()\n" +"[/codeblock]\n" +"The following code will set [code]can_shoot[/code] to [code]false[/code] and " +"start a timer. This will prevent player from shooting until the timer runs " +"out. Next [code]can_shoot[/code] will be set to [code]true[/code] again " +"allowing player to shoot once again.\n" +"[codeblock]\n" +"var can_shoot = true\n" +"onready var cool_down = $CoolDownTimer\n" +"\n" +"func shoot():\n" +" if can_shoot and Input.is_action_pressed(\"shoot\"):\n" +" create_bullet()\n" +" can_shoot = false\n" +" cool_down.start()\n" +"\n" +"func _on_CoolDownTimer_timeout():\n" +" can_shoot = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/bool.xml:47 +msgid "" +"Cast an [int] value to a boolean value, this method will return [code]false[/" +"code] if [code]0[/code] is passed in, and [code]true[/code] for all other " +"ints." +msgstr "" + +#: doc/classes/bool.xml:54 +msgid "" +"Cast a [float] value to a boolean value, this method will return " +"[code]false[/code] if [code]0.0[/code] is passed in, and [code]true[/code] " +"for all other floats." +msgstr "" + +#: doc/classes/bool.xml:61 +msgid "" +"Cast a [String] value to a boolean value, this method will return " +"[code]false[/code] if [code]\"\"[/code] is passed in, and [code]true[/code] " +"for all non-empty strings.\n" +"Examples: [code]bool(\"False\")[/code] returns [code]true[/code], " +"[code]bool(\"\")[/code] returns [code]false[/code]." +msgstr "" + +#: doc/classes/BoxContainer.xml:4 +msgid "Base class for box containers." +msgstr "" + +#: doc/classes/BoxContainer.xml:7 +msgid "" +"Arranges child controls vertically or horizontally, and rearranges the " +"controls automatically when their minimum size changes." +msgstr "" + +#: doc/classes/BoxContainer.xml:16 +msgid "" +"Adds a control to the box as a spacer. If [code]true[/code], [code]begin[/" +"code] will insert the spacer control in front of other children." +msgstr "" + +#: doc/classes/BoxContainer.xml:22 +msgid "" +"The alignment of the container's children (must be one of [constant " +"ALIGN_BEGIN], [constant ALIGN_CENTER] or [constant ALIGN_END])." +msgstr "" + +#: doc/classes/BoxContainer.xml:28 +msgid "Aligns children with the beginning of the container." +msgstr "" + +#: doc/classes/BoxContainer.xml:31 +msgid "Aligns children with the center of the container." +msgstr "" + +#: doc/classes/BoxContainer.xml:34 +msgid "Aligns children with the end of the container." +msgstr "" + +#: doc/classes/BoxShape.xml:4 +msgid "Box shape resource." +msgstr "" + +#: doc/classes/BoxShape.xml:7 +msgid "3D box shape that can be a child of a [PhysicsBody] or [Area]." +msgstr "" + +#: doc/classes/BoxShape.xml:10 doc/classes/CapsuleShape.xml:10 +#: doc/classes/ConcavePolygonShape.xml:11 doc/classes/ConvexPolygonShape.xml:10 +#: doc/classes/CylinderShape.xml:11 doc/classes/ProjectSettings.xml:13 +#: doc/classes/RigidBody.xml:16 doc/classes/SphereShape.xml:10 +#: doc/classes/StaticBody.xml:11 +msgid "https://godotengine.org/asset-library/asset/675" +msgstr "" + +#: doc/classes/BoxShape.xml:11 doc/classes/CollisionShape.xml:11 +#: modules/gridmap/doc_classes/GridMap.xml:16 doc/classes/KinematicBody.xml:13 +#: doc/classes/Mesh.xml:11 doc/classes/MeshInstance.xml:11 +#: doc/classes/MeshLibrary.xml:10 +msgid "https://godotengine.org/asset-library/asset/126" +msgstr "" + +#: doc/classes/BoxShape.xml:18 +msgid "" +"The box's half extents. The width, height and depth of this shape is twice " +"the half extents." +msgstr "" + +#: doc/classes/Button.xml:4 +msgid "Standard themed Button." +msgstr "" + +#: doc/classes/Button.xml:7 +msgid "" +"Button is the standard themed button. It can contain text and an icon, and " +"will display them according to the current [Theme].\n" +"[b]Example of creating a button and assigning an action when pressed by code:" +"[/b]\n" +"[codeblock]\n" +"func _ready():\n" +" var button = Button.new()\n" +" button.text = \"Click me\"\n" +" button.connect(\"pressed\", self, \"_button_pressed\")\n" +" add_child(button)\n" +"\n" +"func _button_pressed():\n" +" print(\"Hello world!\")\n" +"[/codeblock]\n" +"Buttons (like all Control nodes) can also be created in the editor, but some " +"situations may require creating them from code.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node.\n" +"[b]Note:[/b] Buttons do not interpret touch input and therefore don't " +"support multitouch, since mouse emulation can only press one button at a " +"given time. Use [TouchScreenButton] for buttons that trigger gameplay " +"movement or actions, as [TouchScreenButton] supports multitouch." +msgstr "" + +#: doc/classes/Button.xml:25 doc/classes/Dictionary.xml:89 +#: doc/classes/GridContainer.xml:12 doc/classes/OS.xml:10 +#: doc/classes/PoolStringArray.xml:11 doc/classes/ProjectSettings.xml:15 +#: doc/classes/ResourceLoader.xml:11 doc/classes/RichTextLabel.xml:17 +msgid "https://godotengine.org/asset-library/asset/677" +msgstr "" + +#: doc/classes/Button.xml:31 +msgid "" +"Text alignment policy for the button's text, use one of the [enum TextAlign] " +"constants." +msgstr "" + +#: doc/classes/Button.xml:34 +msgid "" +"When this property is enabled, text that is too large to fit the button is " +"clipped, when disabled the Button will always be wide enough to hold the " +"text." +msgstr "" + +#: doc/classes/Button.xml:37 +msgid "" +"When enabled, the button's icon will expand/shrink to fit the button's size " +"while keeping its aspect." +msgstr "" + +#: doc/classes/Button.xml:40 +msgid "Flat buttons don't display decoration." +msgstr "" + +#: doc/classes/Button.xml:43 +msgid "" +"Button's icon, if text is present the icon will be placed before the text." +msgstr "" + +#: doc/classes/Button.xml:46 doc/classes/LinkButton.xml:18 +msgid "The button's text that will be displayed inside the button's area." +msgstr "" + +#: doc/classes/Button.xml:51 +msgid "Align the text to the left." +msgstr "" + +#: doc/classes/Button.xml:54 +msgid "Align the text to the center." +msgstr "" + +#: doc/classes/Button.xml:57 +msgid "Align the text to the right." +msgstr "" + +#: doc/classes/Button.xml:62 +msgid "[StyleBox] used when the [Button] is disabled." +msgstr "" + +#: doc/classes/Button.xml:65 +msgid "" +"[StyleBox] used when the [Button] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/Button.xml:68 +msgid "[Font] of the [Button]'s text." +msgstr "" + +#: doc/classes/Button.xml:71 +msgid "Default text [Color] of the [Button]." +msgstr "" + +#: doc/classes/Button.xml:74 +msgid "Text [Color] used when the [Button] is disabled." +msgstr "" + +#: doc/classes/Button.xml:77 +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/Button.xml:80 +msgid "Text [Color] used when the [Button] is being hovered." +msgstr "" + +#: doc/classes/Button.xml:83 +msgid "Text [Color] used when the [Button] is being pressed." +msgstr "" + +#: doc/classes/Button.xml:86 +msgid "[StyleBox] used when the [Button] is being hovered." +msgstr "" + +#: doc/classes/Button.xml:89 +msgid "The horizontal space between [Button]'s icon and text." +msgstr "" + +#: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 +msgid "[StyleBox] used when the [Button] is being pressed." +msgstr "" + +#: doc/classes/ButtonGroup.xml:4 +msgid "Group of Buttons." +msgstr "" + +#: doc/classes/ButtonGroup.xml:7 +msgid "" +"Group of [Button]. All direct and indirect children buttons become radios. " +"Only one allows being pressed.\n" +"[member BaseButton.toggle_mode] should be [code]true[/code]." +msgstr "" + +#: doc/classes/ButtonGroup.xml:16 +msgid "" +"Returns an [Array] of [Button]s who have this as their [ButtonGroup] (see " +"[member BaseButton.group])." +msgstr "" + +#: doc/classes/ButtonGroup.xml:22 +msgid "Returns the current pressed button." +msgstr "" + +#: doc/classes/ButtonGroup.xml:33 +msgid "Emitted when one of the buttons of the group is pressed." +msgstr "" + +#: doc/classes/Camera.xml:4 +msgid "Camera node, displays from a point of view." +msgstr "" + +#: doc/classes/Camera.xml:7 +msgid "" +"Camera is a special node that displays what is visible from its current " +"location. Cameras register themselves in the nearest [Viewport] node (when " +"ascending the tree). Only one camera can be active per viewport. If no " +"viewport is available ascending the tree, the camera will register in the " +"global viewport. In other words, a camera just provides 3D display " +"capabilities to a [Viewport], and, without one, a scene registered in that " +"[Viewport] (or higher viewports) can't be displayed." +msgstr "" + +#: doc/classes/Camera.xml:17 +msgid "" +"If this is the current camera, remove it from being current. If " +"[code]enable_next[/code] is [code]true[/code], request to make the next " +"camera current, if any." +msgstr "" + +#: doc/classes/Camera.xml:23 +msgid "Returns the camera's RID from the [VisualServer]." +msgstr "" + +#: doc/classes/Camera.xml:29 +msgid "" +"Returns the transform of the camera plus the vertical ([member v_offset]) " +"and horizontal ([member h_offset]) offsets; and any other adjustments made " +"to the position and orientation of the camera by subclassed cameras such as " +"[ClippedCamera], [InterpolatedCamera] and [ARVRCamera]." +msgstr "" + +#: doc/classes/Camera.xml:36 +msgid "" +"Returns [code]true[/code] if the given [code]layer[/code] in the [member " +"cull_mask] is enabled, [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/Camera.xml:42 +msgid "" +"Returns the camera's frustum planes in world space units as an array of " +"[Plane]s in the following order: near, far, left, top, right, bottom. Not to " +"be confused with [member frustum_offset]." +msgstr "" + +#: doc/classes/Camera.xml:49 +msgid "" +"Returns [code]true[/code] if the given position is behind the camera.\n" +"[b]Note:[/b] A position which returns [code]false[/code] may still be " +"outside the camera's field of view." +msgstr "" + +#: doc/classes/Camera.xml:56 +msgid "" +"Makes this camera the current camera for the [Viewport] (see class " +"description). If the camera node is outside the scene tree, it will attempt " +"to become current once it's added." +msgstr "" + +#: doc/classes/Camera.xml:63 +msgid "" +"Returns a normal vector from the screen point location directed along the " +"camera. Orthogonal cameras are normalized. Perspective cameras account for " +"perspective, screen width/height, etc." +msgstr "" + +#: doc/classes/Camera.xml:71 +msgid "" +"Returns the 3D point in world space that maps to the given 2D coordinate in " +"the [Viewport] rectangle on a plane that is the given [code]z_depth[/code] " +"distance into the scene away from the camera." +msgstr "" + +#: doc/classes/Camera.xml:78 +msgid "" +"Returns a normal vector in world space, that is the result of projecting a " +"point on the [Viewport] rectangle by the camera projection. This is useful " +"for casting rays in the form of (origin, normal) for object intersection or " +"picking." +msgstr "" + +#: doc/classes/Camera.xml:85 +msgid "" +"Returns a 3D position in world space, that is the result of projecting a " +"point on the [Viewport] rectangle by the camera projection. This is useful " +"for casting rays in the form of (origin, normal) for object intersection or " +"picking." +msgstr "" + +#: doc/classes/Camera.xml:93 +msgid "" +"Enables or disables the given [code]layer[/code] in the [member cull_mask]." +msgstr "" + +#: doc/classes/Camera.xml:103 +msgid "" +"Sets the camera projection to frustum mode (see [constant " +"PROJECTION_FRUSTUM]), by specifying a [code]size[/code], an [code]offset[/" +"code], and the [code]z_near[/code] and [code]z_far[/code] clip planes in " +"world space units." +msgstr "" + +#: doc/classes/Camera.xml:112 +msgid "" +"Sets the camera projection to orthogonal mode (see [constant " +"PROJECTION_ORTHOGONAL]), by specifying a [code]size[/code], and the " +"[code]z_near[/code] and [code]z_far[/code] clip planes in world space units. " +"(As a hint, 2D games often use this projection, with values specified in " +"pixels.)" +msgstr "" + +#: doc/classes/Camera.xml:121 +msgid "" +"Sets the camera projection to perspective mode (see [constant " +"PROJECTION_PERSPECTIVE]), by specifying a [code]fov[/code] (field of view) " +"angle in degrees, and the [code]z_near[/code] and [code]z_far[/code] clip " +"planes in world space units." +msgstr "" + +#: doc/classes/Camera.xml:128 +msgid "" +"Returns the 2D coordinate in the [Viewport] rectangle that maps to the given " +"3D point in world space.\n" +"[b]Note:[/b] When using this to position GUI elements over a 3D viewport, " +"use [method is_position_behind] to prevent them from appearing if the 3D " +"point is behind the camera:\n" +"[codeblock]\n" +"# This code block is part of a script that inherits from Spatial.\n" +"# `control` is a reference to a node inheriting from Control.\n" +"control.visible = not get_viewport().get_camera()." +"is_position_behind(global_transform.origin)\n" +"control.rect_position = get_viewport().get_camera()." +"unproject_position(global_transform.origin)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Camera.xml:141 +msgid "" +"The culling mask that describes which 3D render layers are rendered by this " +"camera." +msgstr "" + +#: doc/classes/Camera.xml:144 +msgid "" +"If [code]true[/code], the ancestor [Viewport] is currently using this camera." +msgstr "" + +#: doc/classes/Camera.xml:147 +msgid "" +"If not [constant DOPPLER_TRACKING_DISABLED], this camera will simulate the " +"[url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/url] for " +"objects changed in particular [code]_process[/code] methods. The Doppler " +"effect is only simulated for [AudioStreamPlayer3D] nodes that have [member " +"AudioStreamPlayer3D.doppler_tracking] set to a value other than [constant " +"AudioStreamPlayer3D.DOPPLER_TRACKING_DISABLED].\n" +"[b]Note:[/b] To toggle the Doppler effect preview in the editor, use the " +"Perspective menu in the top-left corner of the 3D viewport and toggle " +"[b]Enable Doppler[/b]." +msgstr "" + +#: doc/classes/Camera.xml:151 +msgid "The [Environment] to use for this camera." +msgstr "" + +#: doc/classes/Camera.xml:154 +msgid "" +"The distance to the far culling boundary for this camera relative to its " +"local Z axis." +msgstr "" + +#: doc/classes/Camera.xml:157 +msgid "" +"The camera's field of view angle (in degrees). Only applicable in " +"perspective mode. Since [member keep_aspect] locks one axis, [code]fov[/" +"code] sets the other axis' field of view angle.\n" +"For reference, the default vertical field of view value ([code]70.0[/code]) " +"is equivalent to a horizontal FOV of:\n" +"- ~86.07 degrees in a 4:3 viewport\n" +"- ~96.50 degrees in a 16:10 viewport\n" +"- ~102.45 degrees in a 16:9 viewport\n" +"- ~117.06 degrees in a 21:9 viewport" +msgstr "" + +#: doc/classes/Camera.xml:165 +msgid "" +"The camera's frustum offset. This can be changed from the default to create " +"\"tilted frustum\" effects such as [url=https://zdoom.org/wiki/Y-shearing]Y-" +"shearing[/url]." +msgstr "" + +#: doc/classes/Camera.xml:168 +msgid "The horizontal (X) offset of the camera viewport." +msgstr "" + +#: doc/classes/Camera.xml:171 +msgid "" +"The axis to lock during [member fov]/[member size] adjustments. Can be " +"either [constant KEEP_WIDTH] or [constant KEEP_HEIGHT]." +msgstr "" + +#: doc/classes/Camera.xml:174 +msgid "" +"The distance to the near culling boundary for this camera relative to its " +"local Z axis." +msgstr "" + +#: doc/classes/Camera.xml:177 +msgid "" +"The camera's projection mode. In [constant PROJECTION_PERSPECTIVE] mode, " +"objects' Z distance from the camera's local space scales their perceived " +"size." +msgstr "" + +#: doc/classes/Camera.xml:180 +msgid "" +"The camera's size measured as 1/2 the width or height. Only applicable in " +"orthogonal mode. Since [member keep_aspect] locks on axis, [code]size[/code] " +"sets the other axis' size length." +msgstr "" + +#: doc/classes/Camera.xml:183 +msgid "The vertical (Y) offset of the camera viewport." +msgstr "" + +#: doc/classes/Camera.xml:188 +msgid "" +"Perspective projection. Objects on the screen becomes smaller when they are " +"far away." +msgstr "" + +#: doc/classes/Camera.xml:191 +msgid "" +"Orthogonal projection, also known as orthographic projection. Objects remain " +"the same size on the screen no matter how far away they are." +msgstr "" + +#: doc/classes/Camera.xml:194 +msgid "" +"Frustum projection. This mode allows adjusting [member frustum_offset] to " +"create \"tilted frustum\" effects." +msgstr "" + +#: doc/classes/Camera.xml:197 +msgid "" +"Preserves the horizontal aspect ratio; also known as Vert- scaling. This is " +"usually the best option for projects running in portrait mode, as taller " +"aspect ratios will benefit from a wider vertical FOV." +msgstr "" + +#: doc/classes/Camera.xml:200 +msgid "" +"Preserves the vertical aspect ratio; also known as Hor+ scaling. This is " +"usually the best option for projects running in landscape mode, as wider " +"aspect ratios will automatically benefit from a wider horizontal FOV." +msgstr "" + +#: doc/classes/Camera.xml:203 +msgid "" +"Disables [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/" +"url] simulation (default)." +msgstr "" + +#: doc/classes/Camera.xml:206 +msgid "" +"Simulate [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/" +"url] by tracking positions of objects that are changed in [code]_process[/" +"code]. Changes in the relative velocity of this camera compared to those " +"objects affect how Audio is perceived (changing the Audio's [code]pitch " +"shift[/code])." +msgstr "" + +#: doc/classes/Camera.xml:209 +msgid "" +"Simulate [url=https://en.wikipedia.org/wiki/Doppler_effect]Doppler effect[/" +"url] by tracking positions of objects that are changed in " +"[code]_physics_process[/code]. Changes in the relative velocity of this " +"camera compared to those objects affect how Audio is perceived (changing the " +"Audio's [code]pitch shift[/code])." +msgstr "" + +#: doc/classes/Camera2D.xml:4 +msgid "Camera node for 2D scenes." +msgstr "" + +#: doc/classes/Camera2D.xml:7 +msgid "" +"Camera node for 2D scenes. It forces the screen (current layer) to scroll " +"following this node. This makes it easier (and faster) to program scrollable " +"scenes than manually changing the position of [CanvasItem]-based nodes.\n" +"This node is intended to be a simple helper to get things going quickly, but " +"more functionality may be desired to change how the camera works. To make " +"your own custom camera node, inherit it from [Node2D] and change the " +"transform of the canvas by setting [member Viewport.canvas_transform] in " +"[Viewport] (you can obtain the current [Viewport] by using [method Node." +"get_viewport]).\n" +"Note that the [Camera2D] node's [code]position[/code] doesn't represent the " +"actual position of the screen, which may differ due to applied smoothing or " +"limits. You can use [method get_camera_screen_center] to get the real " +"position." +msgstr "" + +#: doc/classes/Camera2D.xml:13 doc/classes/TileMap.xml:13 +#: doc/classes/TileSet.xml:13 +msgid "https://godotengine.org/asset-library/asset/112" +msgstr "" + +#: doc/classes/Camera2D.xml:14 doc/classes/Environment.xml:18 +#: doc/classes/WorldEnvironment.xml:14 +msgid "https://godotengine.org/asset-library/asset/110" +msgstr "" + +#: doc/classes/Camera2D.xml:20 +msgid "Aligns the camera to the tracked node." +msgstr "" + +#: doc/classes/Camera2D.xml:26 +msgid "" +"Removes any [Camera2D] from the ancestor [Viewport]'s internal currently-" +"assigned camera." +msgstr "" + +#: doc/classes/Camera2D.xml:32 +msgid "Forces the camera to update scroll immediately." +msgstr "" + +#: doc/classes/Camera2D.xml:38 +msgid "Returns the camera position." +msgstr "" + +#: doc/classes/Camera2D.xml:44 +msgid "" +"Returns the location of the [Camera2D]'s screen-center, relative to the " +"origin." +msgstr "" + +#: doc/classes/Camera2D.xml:51 +msgid "" +"Returns the specified margin. See also [member drag_margin_bottom], [member " +"drag_margin_top], [member drag_margin_left], and [member drag_margin_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:58 +msgid "" +"Returns the specified camera limit. See also [member limit_bottom], [member " +"limit_top], [member limit_left], and [member limit_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:64 +msgid "" +"Make this the current 2D camera for the scene (viewport and layer), in case " +"there are many cameras in the scene." +msgstr "" + +#: doc/classes/Camera2D.xml:70 +msgid "" +"Sets the camera's position immediately to its current smoothing " +"destination.\n" +"This has no effect if smoothing is disabled." +msgstr "" + +#: doc/classes/Camera2D.xml:79 +msgid "" +"Sets the specified margin. See also [member drag_margin_bottom], [member " +"drag_margin_top], [member drag_margin_left], and [member drag_margin_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:87 +msgid "" +"Sets the specified camera limit. See also [member limit_bottom], [member " +"limit_top], [member limit_left], and [member limit_right]." +msgstr "" + +#: doc/classes/Camera2D.xml:93 +msgid "The Camera2D's anchor point. See [enum AnchorMode] constants." +msgstr "" + +#: doc/classes/Camera2D.xml:96 +msgid "" +"If [code]true[/code], the camera is the active camera for the current scene. " +"Only one camera can be current, so setting a different camera [code]current[/" +"code] will disable this one." +msgstr "" + +#: doc/classes/Camera2D.xml:99 +msgid "" +"The custom [Viewport] node attached to the [Camera2D]. If [code]null[/code] " +"or not a [Viewport], uses the default viewport instead." +msgstr "" + +#: doc/classes/Camera2D.xml:102 +msgid "" +"Bottom margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:105 +msgid "" +"If [code]true[/code], the camera only moves when reaching the horizontal " +"drag margins. If [code]false[/code], the camera moves horizontally " +"regardless of margins." +msgstr "" + +#: doc/classes/Camera2D.xml:108 +msgid "" +"Left margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:111 +msgid "" +"Right margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:114 +msgid "" +"Top margin needed to drag the camera. A value of [code]1[/code] makes the " +"camera move only when reaching the edge of the screen." +msgstr "" + +#: doc/classes/Camera2D.xml:117 +msgid "" +"If [code]true[/code], the camera only moves when reaching the vertical drag " +"margins. If [code]false[/code], the camera moves vertically regardless of " +"margins." +msgstr "" + +#: doc/classes/Camera2D.xml:120 +msgid "" +"If [code]true[/code], draws the camera's drag margin rectangle in the editor." +msgstr "" + +#: doc/classes/Camera2D.xml:123 +msgid "" +"If [code]true[/code], draws the camera's limits rectangle in the editor." +msgstr "" + +#: doc/classes/Camera2D.xml:126 +msgid "" +"If [code]true[/code], draws the camera's screen rectangle in the editor." +msgstr "" + +#: doc/classes/Camera2D.xml:129 +msgid "" +"Bottom scroll limit in pixels. The camera stops moving when reaching this " +"value." +msgstr "" + +#: doc/classes/Camera2D.xml:132 +msgid "" +"Left scroll limit in pixels. The camera stops moving when reaching this " +"value." +msgstr "" + +#: doc/classes/Camera2D.xml:135 +msgid "" +"Right scroll limit in pixels. The camera stops moving when reaching this " +"value." +msgstr "" + +#: doc/classes/Camera2D.xml:138 +msgid "" +"If [code]true[/code], the camera smoothly stops when reaches its limits.\n" +"This has no effect if smoothing is disabled.\n" +"[b]Note:[/b] To immediately update the camera's position to be within limits " +"without smoothing, even with this setting enabled, invoke [method " +"reset_smoothing]." +msgstr "" + +#: doc/classes/Camera2D.xml:143 +msgid "" +"Top scroll limit in pixels. The camera stops moving when reaching this value." +msgstr "" + +#: doc/classes/Camera2D.xml:146 +msgid "" +"The camera's offset, useful for looking around or camera shake animations." +msgstr "" + +#: doc/classes/Camera2D.xml:149 +msgid "" +"The horizontal offset of the camera, relative to the drag margins.\n" +"[b]Note:[/b] Offset H is used only to force offset relative to margins. It's " +"not updated in any way if drag margins are enabled and can be used to set " +"initial offset." +msgstr "" + +#: doc/classes/Camera2D.xml:153 +msgid "" +"The vertical offset of the camera, relative to the drag margins.\n" +"[b]Note:[/b] Used the same as [member offset_h]." +msgstr "" + +#: doc/classes/Camera2D.xml:157 +msgid "The camera's process callback. See [enum Camera2DProcessMode]." +msgstr "" + +#: doc/classes/Camera2D.xml:160 +msgid "If [code]true[/code], the camera rotates with the target." +msgstr "" + +#: doc/classes/Camera2D.xml:163 +msgid "" +"If [code]true[/code], the camera smoothly moves towards the target at " +"[member smoothing_speed]." +msgstr "" + +#: doc/classes/Camera2D.xml:166 +msgid "" +"Speed in pixels per second of the camera's smoothing effect when [member " +"smoothing_enabled] is [code]true[/code]." +msgstr "" + +#: doc/classes/Camera2D.xml:169 +msgid "" +"The camera's zoom relative to the viewport. Values larger than " +"[code]Vector2(1, 1)[/code] zoom out and smaller values zoom in. For an " +"example, use [code]Vector2(0.5, 0.5)[/code] for a 2× zoom-in, and " +"[code]Vector2(4, 4)[/code] for a 4× zoom-out." +msgstr "" + +#: doc/classes/Camera2D.xml:174 +msgid "" +"The camera's position is fixed so that the top-left corner is always at the " +"origin." +msgstr "" + +#: doc/classes/Camera2D.xml:177 +msgid "" +"The camera's position takes into account vertical/horizontal offsets and the " +"screen size." +msgstr "" + +#: doc/classes/Camera2D.xml:180 doc/classes/ClippedCamera.xml:89 +msgid "The camera updates with the [code]_physics_process[/code] callback." +msgstr "" + +#: doc/classes/Camera2D.xml:183 doc/classes/ClippedCamera.xml:92 +msgid "The camera updates with the [code]_process[/code] callback." +msgstr "" + +#: doc/classes/CameraFeed.xml:4 +msgid "" +"A camera feed gives you access to a single physical camera attached to your " +"device." +msgstr "" + +#: doc/classes/CameraFeed.xml:7 +msgid "" +"A camera feed gives you access to a single physical camera attached to your " +"device. When enabled, Godot will start capturing frames from the camera " +"which can then be used.\n" +"[b]Note:[/b] Many cameras will return YCbCr images which are split into two " +"textures and need to be combined in a shader. Godot does this automatically " +"for you if you set the environment to show the camera image in the " +"background." +msgstr "" + +#: doc/classes/CameraFeed.xml:16 +msgid "Returns the unique ID for this feed." +msgstr "" + +#: doc/classes/CameraFeed.xml:22 +msgid "Returns the camera's name." +msgstr "" + +#: doc/classes/CameraFeed.xml:28 +msgid "Returns the position of camera on the device." +msgstr "" + +#: doc/classes/CameraFeed.xml:34 +msgid "If [code]true[/code], the feed is active." +msgstr "" + +#: doc/classes/CameraFeed.xml:37 +msgid "The transform applied to the camera's image." +msgstr "" + +#: doc/classes/CameraFeed.xml:42 +msgid "No image set for the feed." +msgstr "" + +#: doc/classes/CameraFeed.xml:45 +msgid "Feed supplies RGB images." +msgstr "" + +#: doc/classes/CameraFeed.xml:48 +msgid "Feed supplies YCbCr images that need to be converted to RGB." +msgstr "" + +#: doc/classes/CameraFeed.xml:51 +msgid "" +"Feed supplies separate Y and CbCr images that need to be combined and " +"converted to RGB." +msgstr "" + +#: doc/classes/CameraFeed.xml:54 +msgid "Unspecified position." +msgstr "" + +#: doc/classes/CameraFeed.xml:57 +msgid "Camera is mounted at the front of the device." +msgstr "" + +#: doc/classes/CameraFeed.xml:60 +msgid "Camera is mounted at the back of the device." +msgstr "" + +#: doc/classes/CameraServer.xml:4 +msgid "Server keeping track of different cameras accessible in Godot." +msgstr "" + +#: doc/classes/CameraServer.xml:7 +msgid "" +"The [CameraServer] keeps track of different cameras accessible in Godot. " +"These are external cameras such as webcams or the cameras on your phone.\n" +"It is notably used to provide AR modules with a video feed from the camera." +msgstr "" + +#: doc/classes/CameraServer.xml:17 +msgid "Adds a camera feed to the camera server." +msgstr "" + +#: doc/classes/CameraServer.xml:23 +msgid "Returns an array of [CameraFeed]s." +msgstr "" + +#: doc/classes/CameraServer.xml:30 +msgid "Returns the [CameraFeed] with this id." +msgstr "" + +#: doc/classes/CameraServer.xml:36 +msgid "Returns the number of [CameraFeed]s registered." +msgstr "" + +#: doc/classes/CameraServer.xml:43 +msgid "Removes a [CameraFeed]." +msgstr "" + +#: doc/classes/CameraServer.xml:51 +msgid "Emitted when a [CameraFeed] is added (e.g. webcam is plugged in)." +msgstr "" + +#: doc/classes/CameraServer.xml:57 +msgid "Emitted when a [CameraFeed] is removed (e.g. webcam is unplugged)." +msgstr "" + +#: doc/classes/CameraServer.xml:63 +msgid "The RGBA camera image." +msgstr "" + +#: doc/classes/CameraServer.xml:66 +msgid "The YCbCr camera image." +msgstr "" + +#: doc/classes/CameraServer.xml:69 +msgid "The Y component camera image." +msgstr "" + +#: doc/classes/CameraServer.xml:72 +msgid "The CbCr component camera image." +msgstr "" + +#: doc/classes/CameraTexture.xml:4 +msgid "Texture provided by a [CameraFeed]." +msgstr "" + +#: doc/classes/CameraTexture.xml:7 +msgid "" +"This texture gives access to the camera texture provided by a [CameraFeed].\n" +"[b]Note:[/b] Many cameras supply YCbCr images which need to be converted in " +"a shader." +msgstr "" + +#: doc/classes/CameraTexture.xml:16 +msgid "The ID of the [CameraFeed] for which we want to display the image." +msgstr "" + +#: doc/classes/CameraTexture.xml:19 +msgid "" +"Convenience property that gives access to the active property of the " +"[CameraFeed]." +msgstr "" + +#: doc/classes/CameraTexture.xml:23 +msgid "" +"Which image within the [CameraFeed] we want access to, important if the " +"camera image is split in a Y and CbCr component." +msgstr "" + +#: doc/classes/CanvasItem.xml:4 +msgid "Base class of anything 2D." +msgstr "" + +#: doc/classes/CanvasItem.xml:7 +msgid "" +"Base class of anything 2D. Canvas items are laid out in a tree; children " +"inherit and extend their parent's transform. [CanvasItem] is extended by " +"[Control] for anything GUI-related, and by [Node2D] for anything related to " +"the 2D engine.\n" +"Any [CanvasItem] can draw. For this, [method update] must be called, then " +"[constant NOTIFICATION_DRAW] will be received on idle time to request " +"redraw. Because of this, canvas items don't need to be redrawn on every " +"frame, improving the performance significantly. Several functions for " +"drawing on the [CanvasItem] are provided (see [code]draw_*[/code] " +"functions). However, they can only be used inside the [method Object." +"_notification], signal or [method _draw] virtual functions.\n" +"Canvas items are drawn in tree order. By default, children are on top of " +"their parents so a root [CanvasItem] will be drawn behind everything. This " +"behavior can be changed on a per-item basis.\n" +"A [CanvasItem] can also be hidden, which will also hide its children. It " +"provides many ways to change parameters such as modulation (for itself and " +"its children) and self modulation (only for itself), as well as its blend " +"mode.\n" +"Ultimately, a transform notification can be requested, which will notify the " +"node that its global position changed in case the parent tree changed.\n" +"[b]Note:[/b] Unless otherwise specified, all methods that have angle " +"parameters must have angles specified as [i]radians[/i]. To convert degrees " +"to radians, use [method @GDScript.deg2rad]." +msgstr "" + +#: doc/classes/CanvasItem.xml:15 doc/classes/CanvasLayer.xml:10 +#: doc/classes/InputEvent.xml:11 doc/classes/Viewport.xml:15 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_transforms.html" +msgstr "" + +#: doc/classes/CanvasItem.xml:16 doc/classes/Control.xml:18 +#: doc/classes/Node2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/custom_drawing_in_2d.html" +msgstr "" + +#: doc/classes/CanvasItem.xml:23 +msgid "" +"Overridable function called by the engine (if defined) to draw the canvas " +"item." +msgstr "" + +#: doc/classes/CanvasItem.xml:37 +msgid "" +"Draws an arc between the given angles. The larger the value of " +"[code]point_count[/code], the smoother the curve." +msgstr "" + +#: doc/classes/CanvasItem.xml:48 +msgid "" +"Draws a string character using a custom font. Returns the advance, depending " +"on the character width and kerning with an optional next character." +msgstr "" + +#: doc/classes/CanvasItem.xml:57 +msgid "Draws a colored circle." +msgstr "" + +#: doc/classes/CanvasItem.xml:69 +msgid "Draws a colored polygon of any amount of points, convex or concave." +msgstr "" + +#: doc/classes/CanvasItem.xml:80 +msgid "" +"Draws a line from a 2D point to another, with a given color and width. It " +"can be optionally antialiased." +msgstr "" + +#: doc/classes/CanvasItem.xml:91 +msgid "" +"Draws a [Mesh] in 2D, using the provided texture. See [MeshInstance2D] for " +"related documentation." +msgstr "" + +#: doc/classes/CanvasItem.xml:101 +msgid "" +"Draws multiple, parallel lines with a uniform [code]color[/code].\n" +"[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently " +"not implemented and have no effect." +msgstr "" + +#: doc/classes/CanvasItem.xml:112 +msgid "" +"Draws multiple, parallel lines with a uniform [code]width[/code] and segment-" +"by-segment coloring. Colors assigned to line segments match by index between " +"[code]points[/code] and [code]colors[/code].\n" +"[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently " +"not implemented and have no effect." +msgstr "" + +#: doc/classes/CanvasItem.xml:122 +msgid "" +"Draws a [MultiMesh] in 2D with the provided texture. See " +"[MultiMeshInstance2D] for related documentation." +msgstr "" + +#: doc/classes/CanvasItem.xml:134 +msgid "Draws a polygon of any amount of points, convex or concave." +msgstr "" + +#: doc/classes/CanvasItem.xml:144 +msgid "" +"Draws interconnected line segments with a uniform [code]color[/code] and " +"[code]width[/code] and optional antialiasing." +msgstr "" + +#: doc/classes/CanvasItem.xml:154 +msgid "" +"Draws interconnected line segments with a uniform [code]width[/code], " +"segment-by-segment coloring, and optional antialiasing. Colors assigned to " +"line segments match by index between [code]points[/code] and [code]colors[/" +"code]." +msgstr "" + +#: doc/classes/CanvasItem.xml:166 +msgid "" +"Draws a custom primitive. 1 point for a point, 2 points for a line, 3 points " +"for a triangle and 4 points for a quad." +msgstr "" + +#: doc/classes/CanvasItem.xml:177 +msgid "" +"Draws a rectangle. If [code]filled[/code] is [code]true[/code], the " +"rectangle will be filled with the [code]color[/code] specified. If " +"[code]filled[/code] is [code]false[/code], the rectangle will be drawn as a " +"stroke with the [code]color[/code] and [code]width[/code] specified. If " +"[code]antialiased[/code] is [code]true[/code], the lines will be " +"antialiased.\n" +"[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are only " +"effective if [code]filled[/code] is [code]false[/code]." +msgstr "" + +#: doc/classes/CanvasItem.xml:187 +msgid "" +"Sets a custom transform for drawing via components. Anything drawn " +"afterwards will be transformed by this." +msgstr "" + +#: doc/classes/CanvasItem.xml:194 +msgid "" +"Sets a custom transform for drawing via matrix. Anything drawn afterwards " +"will be transformed by this." +msgstr "" + +#: doc/classes/CanvasItem.xml:205 +msgid "" +"Draws [code]text[/code] using the specified [code]font[/code] at the " +"[code]position[/code] (bottom-left corner using the baseline of the font). " +"The text will have its color multiplied by [code]modulate[/code]. If " +"[code]clip_w[/code] is greater than or equal to 0, the text will be clipped " +"if it exceeds the specified width.\n" +"[b]Example using the default project font:[/b]\n" +"[codeblock]\n" +"# If using this method in a script that redraws constantly, move the\n" +"# `default_font` declaration to a member variable assigned in `_ready()`\n" +"# so the Control is only created once.\n" +"var default_font = Control.new().get_font(\"font\")\n" +"draw_string(default_font, Vector2(64, 64), \"Hello world\")\n" +"[/codeblock]\n" +"See also [method Font.draw]." +msgstr "" + +#: doc/classes/CanvasItem.xml:222 +msgid "Draws a styled rectangle." +msgstr "" + +#: doc/classes/CanvasItem.xml:232 +msgid "Draws a texture at a given position." +msgstr "" + +#: doc/classes/CanvasItem.xml:244 +msgid "" +"Draws a textured rectangle at a given position, optionally modulated by a " +"color. If [code]transpose[/code] is [code]true[/code], the texture will have " +"its X and Y coordinates swapped." +msgstr "" + +#: doc/classes/CanvasItem.xml:257 +msgid "" +"Draws a textured rectangle region at a given position, optionally modulated " +"by a color. If [code]transpose[/code] is [code]true[/code], the texture will " +"have its X and Y coordinates swapped." +msgstr "" + +#: doc/classes/CanvasItem.xml:263 doc/classes/Spatial.xml:19 +msgid "" +"Forces the transform to update. Transform changes in physics are not instant " +"for performance reasons. Transforms are accumulated and then set. Use this " +"if you need an up-to-date transform when doing physics operations." +msgstr "" + +#: doc/classes/CanvasItem.xml:269 +msgid "Returns the [RID] of the [World2D] canvas where this item is in." +msgstr "" + +#: doc/classes/CanvasItem.xml:275 +msgid "Returns the canvas item RID used by [VisualServer] for this item." +msgstr "" + +#: doc/classes/CanvasItem.xml:281 +msgid "Returns the transform matrix of this item's canvas." +msgstr "" + +#: doc/classes/CanvasItem.xml:287 +msgid "Returns the global position of the mouse." +msgstr "" + +#: doc/classes/CanvasItem.xml:293 +msgid "Returns the global transform matrix of this item." +msgstr "" + +#: doc/classes/CanvasItem.xml:299 +msgid "" +"Returns the global transform matrix of this item in relation to the canvas." +msgstr "" + +#: doc/classes/CanvasItem.xml:305 +msgid "Returns the mouse position relative to this item's position." +msgstr "" + +#: doc/classes/CanvasItem.xml:311 +msgid "Returns the transform matrix of this item." +msgstr "" + +#: doc/classes/CanvasItem.xml:317 +msgid "Returns the viewport's boundaries as a [Rect2]." +msgstr "" + +#: doc/classes/CanvasItem.xml:323 +msgid "Returns this item's transform in relation to the viewport." +msgstr "" + +#: doc/classes/CanvasItem.xml:329 +msgid "Returns the [World2D] where this item is in." +msgstr "" + +#: doc/classes/CanvasItem.xml:335 +msgid "Hide the [CanvasItem] if it's currently visible." +msgstr "" + +#: doc/classes/CanvasItem.xml:341 +msgid "" +"Returns [code]true[/code] if local transform notifications are communicated " +"to children." +msgstr "" + +#: doc/classes/CanvasItem.xml:347 +msgid "" +"Returns [code]true[/code] if the node is set as top-level. See [method " +"set_as_toplevel]." +msgstr "" + +#: doc/classes/CanvasItem.xml:353 +msgid "" +"Returns [code]true[/code] if global transform notifications are communicated " +"to children." +msgstr "" + +#: doc/classes/CanvasItem.xml:359 doc/classes/Spatial.xml:89 +msgid "" +"Returns [code]true[/code] if the node is present in the [SceneTree], its " +"[member visible] property is [code]true[/code] and all its antecedents are " +"also visible. If any antecedent is hidden, this node will not be visible in " +"the scene tree." +msgstr "" + +#: doc/classes/CanvasItem.xml:366 +msgid "Assigns [code]screen_point[/code] as this node's new local transform." +msgstr "" + +#: doc/classes/CanvasItem.xml:373 +msgid "" +"Transformations issued by [code]event[/code]'s inputs are applied in local " +"space instead of global space." +msgstr "" + +#: doc/classes/CanvasItem.xml:380 +msgid "" +"If [code]enable[/code] is [code]true[/code], the node won't inherit its " +"transform from parent canvas items." +msgstr "" + +#: doc/classes/CanvasItem.xml:387 +msgid "" +"If [code]enable[/code] is [code]true[/code], children will be updated with " +"local transform data." +msgstr "" + +#: doc/classes/CanvasItem.xml:394 +msgid "" +"If [code]enable[/code] is [code]true[/code], children will be updated with " +"global transform data." +msgstr "" + +#: doc/classes/CanvasItem.xml:400 +msgid "" +"Show the [CanvasItem] if it's currently hidden. For controls that inherit " +"[Popup], the correct way to make them visible is to call one of the multiple " +"[code]popup*()[/code] functions instead." +msgstr "" + +#: doc/classes/CanvasItem.xml:406 +msgid "" +"Queue the [CanvasItem] for update. [constant NOTIFICATION_DRAW] will be " +"called on idle time to request redraw." +msgstr "" + +#: doc/classes/CanvasItem.xml:412 +msgid "" +"The rendering layers in which this [CanvasItem] responds to [Light2D] nodes." +msgstr "" + +#: doc/classes/CanvasItem.xml:415 +msgid "The material applied to textures on this [CanvasItem]." +msgstr "" + +#: doc/classes/CanvasItem.xml:418 +msgid "The color applied to textures on this [CanvasItem]." +msgstr "" + +#: doc/classes/CanvasItem.xml:421 +msgid "" +"The color applied to textures on this [CanvasItem]. This is not inherited by " +"children [CanvasItem]s." +msgstr "" + +#: doc/classes/CanvasItem.xml:424 +msgid "If [code]true[/code], the object draws behind its parent." +msgstr "" + +#: doc/classes/CanvasItem.xml:427 +msgid "If [code]true[/code], the object draws on top of its parent." +msgstr "" + +#: doc/classes/CanvasItem.xml:430 +msgid "" +"If [code]true[/code], the parent [CanvasItem]'s [member material] property " +"is used as this one's material." +msgstr "" + +#: doc/classes/CanvasItem.xml:433 +msgid "" +"If [code]true[/code], this [CanvasItem] is drawn. The node is only visible " +"if all of its antecedents are visible as well (in other words, [method " +"is_visible_in_tree] must return [code]true[/code]).\n" +"[b]Note:[/b] For controls that inherit [Popup], the correct way to make them " +"visible is to call one of the multiple [code]popup*()[/code] functions " +"instead." +msgstr "" + +#: doc/classes/CanvasItem.xml:440 +msgid "" +"Emitted when the [CanvasItem] must redraw. This can only be connected " +"realtime, as deferred will not allow drawing." +msgstr "" + +#: doc/classes/CanvasItem.xml:445 +msgid "Emitted when becoming hidden." +msgstr "" + +#: doc/classes/CanvasItem.xml:450 +msgid "" +"Emitted when the item's [Rect2] boundaries (position or size) have changed, " +"or when an action is taking place that may have impacted these boundaries (e." +"g. changing [member Sprite.texture])." +msgstr "" + +#: doc/classes/CanvasItem.xml:455 +msgid "Emitted when the visibility (hidden/visible) changes." +msgstr "" + +#: doc/classes/CanvasItem.xml:461 doc/classes/CanvasItemMaterial.xml:39 +msgid "" +"Mix blending mode. Colors are assumed to be independent of the alpha " +"(opacity) value." +msgstr "" + +#: doc/classes/CanvasItem.xml:464 doc/classes/CanvasItemMaterial.xml:42 +msgid "Additive blending mode." +msgstr "" + +#: doc/classes/CanvasItem.xml:467 doc/classes/CanvasItemMaterial.xml:45 +msgid "Subtractive blending mode." +msgstr "" + +#: doc/classes/CanvasItem.xml:470 doc/classes/CanvasItemMaterial.xml:48 +msgid "Multiplicative blending mode." +msgstr "" + +#: doc/classes/CanvasItem.xml:473 doc/classes/CanvasItemMaterial.xml:51 +msgid "" +"Mix blending mode. Colors are assumed to be premultiplied by the alpha " +"(opacity) value." +msgstr "" + +#: doc/classes/CanvasItem.xml:476 +msgid "" +"Disables blending mode. Colors including alpha are written as-is. Only " +"applicable for render targets with a transparent background. No lighting " +"will be applied." +msgstr "" + +#: doc/classes/CanvasItem.xml:479 +msgid "" +"The [CanvasItem]'s transform has changed. This notification is only received " +"if enabled by [method set_notify_transform] or [method " +"set_notify_local_transform]." +msgstr "" + +#: doc/classes/CanvasItem.xml:482 +msgid "The [CanvasItem] is requested to draw." +msgstr "" + +#: doc/classes/CanvasItem.xml:485 +msgid "The [CanvasItem]'s visibility has changed." +msgstr "" + +#: doc/classes/CanvasItem.xml:488 +msgid "The [CanvasItem] has entered the canvas." +msgstr "" + +#: doc/classes/CanvasItem.xml:491 +msgid "The [CanvasItem] has exited the canvas." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:4 +msgid "A material for [CanvasItem]s." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:7 +msgid "" +"[CanvasItemMaterial]s provide a means of modifying the textures associated " +"with a CanvasItem. They specialize in describing blend and lighting " +"behaviors for textures. Use a [ShaderMaterial] to more fully customize a " +"material's interactions with a [CanvasItem]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:15 +msgid "" +"The manner in which a material's rendering is applied to underlying textures." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:18 +msgid "The manner in which material reacts to lighting." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:21 +msgid "" +"The number of columns in the spritesheet assigned as [Texture] for a " +"[Particles2D] or [CPUParticles2D].\n" +"[b]Note:[/b] This property is only used and visible in the editor if [member " +"particles_animation] is [code]true[/code]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:25 +msgid "" +"If [code]true[/code], the particles animation will loop.\n" +"[b]Note:[/b] This property is only used and visible in the editor if [member " +"particles_animation] is [code]true[/code]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:29 +msgid "" +"The number of rows in the spritesheet assigned as [Texture] for a " +"[Particles2D] or [CPUParticles2D].\n" +"[b]Note:[/b] This property is only used and visible in the editor if [member " +"particles_animation] is [code]true[/code]." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:33 +msgid "" +"If [code]true[/code], enable spritesheet-based animation features when " +"assigned to [Particles2D] and [CPUParticles2D] nodes. The [member " +"ParticlesMaterial.anim_speed] or [member CPUParticles2D.anim_speed] should " +"also be set to a positive value for the animation to play.\n" +"This property (and other [code]particles_anim_*[/code] properties that " +"depend on it) has no effect on other types of nodes." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:54 +msgid "" +"Render the material using both light and non-light sensitive material " +"properties." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:57 +msgid "Render the material as if there were no light." +msgstr "" + +#: doc/classes/CanvasItemMaterial.xml:60 +msgid "Render the material as if there were only light." +msgstr "" + +#: doc/classes/CanvasLayer.xml:4 +msgid "Canvas drawing layer." +msgstr "" + +#: doc/classes/CanvasLayer.xml:7 +msgid "" +"Canvas drawing layer. [CanvasItem] nodes that are direct or indirect " +"children of a [CanvasLayer] will be drawn in that layer. The layer is a " +"numeric index that defines the draw order. The default 2D scene renders with " +"index 0, so a [CanvasLayer] with index -1 will be drawn below, and one with " +"index 1 will be drawn above. This is very useful for HUDs (in layer 1+ or " +"above), or backgrounds (in layer -1 or below)." +msgstr "" + +#: doc/classes/CanvasLayer.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/canvas_layers.html" +msgstr "" + +#: doc/classes/CanvasLayer.xml:18 +msgid "Returns the RID of the canvas used by this layer." +msgstr "" + +#: doc/classes/CanvasLayer.xml:24 +msgid "" +"The custom [Viewport] node assigned to the [CanvasLayer]. If [code]null[/" +"code], uses the default viewport instead." +msgstr "" + +#: doc/classes/CanvasLayer.xml:27 +msgid "" +"Sets the layer to follow the viewport in order to simulate a pseudo 3D " +"effect." +msgstr "" + +#: doc/classes/CanvasLayer.xml:30 +msgid "" +"Scales the layer when using [member follow_viewport_enable]. Layers moving " +"into the foreground should have increasing scales, while layers moving into " +"the background should have decreasing scales." +msgstr "" + +#: doc/classes/CanvasLayer.xml:33 +msgid "Layer index for draw order. Lower values are drawn first." +msgstr "" + +#: doc/classes/CanvasLayer.xml:36 +msgid "The layer's base offset." +msgstr "" + +#: doc/classes/CanvasLayer.xml:39 +msgid "The layer's rotation in radians." +msgstr "" + +#: doc/classes/CanvasLayer.xml:42 +msgid "The layer's rotation in degrees." +msgstr "" + +#: doc/classes/CanvasLayer.xml:45 +msgid "The layer's scale." +msgstr "" + +#: doc/classes/CanvasLayer.xml:48 +msgid "The layer's transform." +msgstr "" + +#: doc/classes/CanvasModulate.xml:4 +msgid "Tint the entire canvas." +msgstr "" + +#: doc/classes/CanvasModulate.xml:7 +msgid "" +"[CanvasModulate] tints the canvas elements using its assigned [member color]." +msgstr "" + +#: doc/classes/CanvasModulate.xml:15 +msgid "The tint color to apply." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:4 doc/classes/CapsuleMesh.xml:7 +msgid "Class representing a capsule-shaped [PrimitiveMesh]." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:15 +msgid "" +"Height of the middle cylindrical part of the capsule (without the " +"hemispherical ends).\n" +"[b]Note:[/b] The capsule's total height is equal to [member mid_height] + 2 " +"* [member radius]." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:19 +msgid "Number of radial segments on the capsule mesh." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:22 +msgid "Radius of the capsule mesh." +msgstr "" + +#: doc/classes/CapsuleMesh.xml:25 +msgid "Number of rings along the height of the capsule." +msgstr "" + +#: doc/classes/CapsuleShape.xml:4 doc/classes/CapsuleShape.xml:7 +msgid "Capsule shape for collisions." +msgstr "" + +#: doc/classes/CapsuleShape.xml:16 doc/classes/CapsuleShape2D.xml:15 +msgid "The capsule's height." +msgstr "" + +#: doc/classes/CapsuleShape.xml:19 doc/classes/CapsuleShape2D.xml:18 +msgid "The capsule's radius." +msgstr "" + +#: doc/classes/CapsuleShape2D.xml:4 doc/classes/CapsuleShape2D.xml:7 +msgid "Capsule shape for 2D collisions." +msgstr "" + +#: doc/classes/CenterContainer.xml:4 +msgid "Keeps children controls centered." +msgstr "" + +#: doc/classes/CenterContainer.xml:7 +msgid "" +"CenterContainer keeps children controls centered. This container keeps all " +"children to their minimum size, in the center." +msgstr "" + +#: doc/classes/CenterContainer.xml:15 +msgid "" +"If [code]true[/code], centers children relative to the [CenterContainer]'s " +"top left corner." +msgstr "" + +#: doc/classes/CharFXTransform.xml:4 +msgid "" +"Controls how an individual character will be displayed in a [RichTextEffect]." +msgstr "" + +#: doc/classes/CharFXTransform.xml:7 +msgid "" +"By setting various properties on this object, you can control how individual " +"characters will be displayed in a [RichTextEffect]." +msgstr "" + +#: doc/classes/CharFXTransform.xml:10 doc/classes/RichTextEffect.xml:16 +#: doc/classes/RichTextLabel.xml:15 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/gui/bbcode_in_richtextlabel." +"html" +msgstr "" + +#: doc/classes/CharFXTransform.xml:11 doc/classes/RichTextEffect.xml:17 +msgid "" +"https://github.com/Eoin-ONeill-Yokai/Godot-Rich-Text-Effect-Test-Project" +msgstr "" + +#: doc/classes/CharFXTransform.xml:17 doc/classes/CharFXTransform.xml:45 +msgid "" +"The index of the current character (starting from 0). Setting this property " +"won't affect drawing." +msgstr "" + +#: doc/classes/CharFXTransform.xml:20 +msgid "" +"The Unicode codepoint the character will use. This only affects non-" +"whitespace characters. [method @GDScript.ord] can be useful here. For " +"example, the following will replace all characters with asterisks:\n" +"[codeblock]\n" +"# `char_fx` is the CharFXTransform parameter from `_process_custom_fx()`.\n" +"# See the RichTextEffect documentation for details.\n" +"char_fx.character = ord(\"*\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/CharFXTransform.xml:28 +msgid "The color the character will be drawn with." +msgstr "" + +#: doc/classes/CharFXTransform.xml:31 +msgid "" +"The time elapsed since the [RichTextLabel] was added to the scene tree (in " +"seconds). Time stops when the [RichTextLabel] is paused (see [member Node." +"pause_mode]). Resets when the text in the [RichTextLabel] is changed.\n" +"[b]Note:[/b] Time still passes while the [RichTextLabel] is hidden." +msgstr "" + +#: doc/classes/CharFXTransform.xml:35 +msgid "" +"Contains the arguments passed in the opening BBCode tag. By default, " +"arguments are strings; if their contents match a type such as [bool], [int] " +"or [float], they will be converted automatically. Color codes in the form " +"[code]#rrggbb[/code] or [code]#rgb[/code] will be converted to an opaque " +"[Color]. String arguments may not contain spaces, even if they're quoted. If " +"present, quotes will also be present in the final string.\n" +"For example, the opening BBCode tag [code][example foo=hello bar=true baz=42 " +"color=#ffffff][/code] will map to the following [Dictionary]:\n" +"[codeblock]\n" +"{\"foo\": \"hello\", \"bar\": true, \"baz\": 42, \"color\": Color(1, 1, 1, " +"1)}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/CharFXTransform.xml:42 +msgid "The position offset the character will be drawn with (in pixels)." +msgstr "" + +#: doc/classes/CharFXTransform.xml:48 +msgid "" +"If [code]true[/code], the character will be drawn. If [code]false[/code], " +"the character will be hidden. Characters around hidden characters will " +"reflow to take the space of hidden characters. If this is not desired, set " +"their [member color] to [code]Color(1, 1, 1, 0)[/code] instead." +msgstr "" + +#: doc/classes/CheckBox.xml:4 +msgid "Binary choice user interface widget. See also [CheckButton]." +msgstr "" + +#: doc/classes/CheckBox.xml:7 +msgid "" +"A checkbox allows the user to make a binary choice (choosing only one of two " +"possible options). It's similar to [CheckButton] in functionality, but it " +"has a different appearance. To follow established UX patterns, it's " +"recommended to use CheckBox when toggling it has [b]no[/b] immediate effect " +"on something. For instance, it should be used when toggling it will only do " +"something once a confirmation button is pressed.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/CheckBox.xml:22 +msgid "The vertical offset used when rendering the check icons (in pixels)." +msgstr "" + +#: doc/classes/CheckBox.xml:25 +msgid "The check icon to display when the [CheckBox] is checked." +msgstr "" + +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:34 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is focused." +msgstr "" + +#: doc/classes/CheckBox.xml:37 +msgid "The [Font] to use for the [CheckBox] text." +msgstr "" + +#: doc/classes/CheckBox.xml:40 +msgid "The [CheckBox] text's font color." +msgstr "" + +#: doc/classes/CheckBox.xml:43 +msgid "The [CheckBox] text's font color when it's disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 +msgid "The [CheckBox] text's font color when it's hovered." +msgstr "" + +#: doc/classes/CheckBox.xml:52 +msgid "The [CheckBox] text's font color when it's hovered and pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:55 +msgid "The [CheckBox] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:58 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is hovered." +msgstr "" + +#: doc/classes/CheckBox.xml:61 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is hovered and " +"pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:64 +msgid "The separation between the check icon and the text (in pixels)." +msgstr "" + +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 +msgid "The [StyleBox] to display as a background." +msgstr "" + +#: doc/classes/CheckBox.xml:70 +msgid "" +"The [StyleBox] to display as a background when the [CheckBox] is pressed." +msgstr "" + +#: doc/classes/CheckBox.xml:73 +msgid "" +"If the [CheckBox] is configured as a radio button, the icon to display when " +"the [CheckBox] is checked." +msgstr "" + +#: doc/classes/CheckBox.xml:78 +msgid "" +"If the [CheckBox] is configured as a radio button, the icon to display when " +"the [CheckBox] is unchecked." +msgstr "" + +#: doc/classes/CheckBox.xml:83 +msgid "The check icon to display when the [CheckBox] is unchecked." +msgstr "" + +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:4 +msgid "Checkable button. See also [CheckBox]." +msgstr "" + +#: doc/classes/CheckButton.xml:7 +msgid "" +"CheckButton is a toggle button displayed as a check field. It's similar to " +"[CheckBox] in functionality, but it has a different appearance. To follow " +"established UX patterns, it's recommended to use CheckButton when toggling " +"it has an [b]immediate[/b] effect on something. For instance, it should be " +"used if toggling it enables/disables a setting without requiring the user to " +"press a confirmation button.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/CheckButton.xml:22 +msgid "The vertical offset used when rendering the toggle icons (in pixels)." +msgstr "" + +#: doc/classes/CheckButton.xml:25 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:28 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is focused." +msgstr "" + +#: doc/classes/CheckButton.xml:31 +msgid "The [Font] to use for the [CheckButton] text." +msgstr "" + +#: doc/classes/CheckButton.xml:34 +msgid "The [CheckButton] text's font color." +msgstr "" + +#: doc/classes/CheckButton.xml:37 +msgid "The [CheckButton] text's font color when it's disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:40 +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckButton.xml:43 +msgid "The [CheckButton] text's font color when it's hovered." +msgstr "" + +#: doc/classes/CheckButton.xml:46 +msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is hovered." +msgstr "" + +#: doc/classes/CheckButton.xml:55 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is hovered " +"and pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:58 +msgid "The separation between the toggle icon and the text (in pixels)." +msgstr "" + +#: doc/classes/CheckButton.xml:64 +msgid "The icon to display when the [CheckButton] is unchecked." +msgstr "" + +#: doc/classes/CheckButton.xml:67 +msgid "The icon to display when the [CheckButton] is unchecked and disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:70 +msgid "The icon to display when the [CheckButton] is checked." +msgstr "" + +#: doc/classes/CheckButton.xml:73 +msgid "The icon to display when the [CheckButton] is checked and disabled." +msgstr "" + +#: doc/classes/CheckButton.xml:76 +msgid "" +"The [StyleBox] to display as a background when the [CheckButton] is pressed." +msgstr "" + +#: doc/classes/CircleShape2D.xml:4 +msgid "Circular shape for 2D collisions." +msgstr "" + +#: doc/classes/CircleShape2D.xml:7 +msgid "" +"Circular shape for 2D collisions. This shape is useful for modeling balls or " +"small characters and its collision detection with everything else is very " +"fast." +msgstr "" + +#: doc/classes/CircleShape2D.xml:15 +msgid "The circle's radius." +msgstr "" + +#: doc/classes/ClassDB.xml:4 +msgid "Class information repository." +msgstr "" + +#: doc/classes/ClassDB.xml:7 +msgid "Provides access to metadata stored for every available class." +msgstr "" + +#: doc/classes/ClassDB.xml:16 +msgid "" +"Returns [code]true[/code] if you can instance objects from the specified " +"[code]class[/code], [code]false[/code] in other case." +msgstr "" + +#: doc/classes/ClassDB.xml:23 +msgid "Returns whether the specified [code]class[/code] is available or not." +msgstr "" + +#: doc/classes/ClassDB.xml:30 +msgid "" +"Returns a category associated with the class for use in documentation and " +"the Asset Library. Debug mode required." +msgstr "" + +#: doc/classes/ClassDB.xml:39 +msgid "" +"Returns an array with all the keys in [code]enum[/code] of [code]class[/" +"code] or its ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:47 +msgid "" +"Returns an array with all the enums of [code]class[/code] or its ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:55 +msgid "" +"Returns the value of the integer constant [code]name[/code] of [code]class[/" +"code] or its ancestry. Always returns 0 when the constant could not be found." +msgstr "" + +#: doc/classes/ClassDB.xml:64 +msgid "" +"Returns which enum the integer constant [code]name[/code] of [code]class[/" +"code] or its ancestry belongs to." +msgstr "" + +#: doc/classes/ClassDB.xml:72 +msgid "" +"Returns an array with the names all the integer constants of [code]class[/" +"code] or its ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:80 +msgid "" +"Returns an array with all the methods of [code]class[/code] or its ancestry " +"if [code]no_inheritance[/code] is [code]false[/code]. Every element of the " +"array is a [Dictionary] with the following keys: [code]args[/code], " +"[code]default_args[/code], [code]flags[/code], [code]id[/code], [code]name[/" +"code], [code]return: (class_name, hint, hint_string, name, type, usage)[/" +"code].\n" +"[b]Note:[/b] In exported release builds the debug info is not available, so " +"the returned dictionaries will contain only method names." +msgstr "" + +#: doc/classes/ClassDB.xml:89 +msgid "" +"Returns the value of [code]property[/code] of [code]class[/code] or its " +"ancestry." +msgstr "" + +#: doc/classes/ClassDB.xml:97 +msgid "" +"Returns an array with all the properties of [code]class[/code] or its " +"ancestry if [code]no_inheritance[/code] is [code]false[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:105 +msgid "" +"Returns the [code]signal[/code] data of [code]class[/code] or its ancestry. " +"The returned value is a [Dictionary] with the following keys: [code]args[/" +"code], [code]default_args[/code], [code]flags[/code], [code]id[/code], " +"[code]name[/code], [code]return: (class_name, hint, hint_string, name, type, " +"usage)[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:113 +msgid "" +"Returns an array with all the signals of [code]class[/code] or its ancestry " +"if [code]no_inheritance[/code] is [code]false[/code]. Every element of the " +"array is a [Dictionary] as described in [method class_get_signal]." +msgstr "" + +#: doc/classes/ClassDB.xml:122 +msgid "" +"Returns whether [code]class[/code] or its ancestry has an enum called " +"[code]name[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:130 +msgid "" +"Returns whether [code]class[/code] or its ancestry has an integer constant " +"called [code]name[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:139 +msgid "" +"Returns whether [code]class[/code] (or its ancestry if [code]no_inheritance[/" +"code] is [code]false[/code]) has a method called [code]method[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:147 +msgid "" +"Returns whether [code]class[/code] or its ancestry has a signal called " +"[code]signal[/code] or not." +msgstr "" + +#: doc/classes/ClassDB.xml:156 +msgid "" +"Sets [code]property[/code] value of [code]class[/code] to [code]value[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:162 +msgid "Returns the names of all the classes available." +msgstr "" + +#: doc/classes/ClassDB.xml:169 +msgid "" +"Returns the names of all the classes that directly or indirectly inherit " +"from [code]class[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:176 +msgid "Returns the parent class of [code]class[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:183 +msgid "Creates an instance of [code]class[/code]." +msgstr "" + +#: doc/classes/ClassDB.xml:190 +msgid "Returns whether this [code]class[/code] is enabled or not." +msgstr "" + +#: doc/classes/ClassDB.xml:198 +msgid "" +"Returns whether [code]inherits[/code] is an ancestor of [code]class[/code] " +"or not." +msgstr "" + +#: doc/classes/ClippedCamera.xml:4 +msgid "A [Camera] that includes collision." +msgstr "" + +#: doc/classes/ClippedCamera.xml:7 +msgid "" +"This node extends [Camera] to add collisions with [Area] and/or " +"[PhysicsBody] nodes. The camera cannot move through colliding objects." +msgstr "" + +#: doc/classes/ClippedCamera.xml:16 +msgid "" +"Adds a collision exception so the camera does not collide with the specified " +"node." +msgstr "" + +#: doc/classes/ClippedCamera.xml:23 +msgid "" +"Adds a collision exception so the camera does not collide with the specified " +"[RID]." +msgstr "" + +#: doc/classes/ClippedCamera.xml:29 +msgid "Removes all collision exceptions." +msgstr "" + +#: doc/classes/ClippedCamera.xml:35 +msgid "Returns the distance the camera has been offset due to a collision." +msgstr "" + +#: doc/classes/ClippedCamera.xml:42 +msgid "" +"Returns [code]true[/code] if the specified bit index is on.\n" +"[b]Note:[/b] Bit indices range from 0-19." +msgstr "" + +#: doc/classes/ClippedCamera.xml:50 +msgid "Removes a collision exception with the specified node." +msgstr "" + +#: doc/classes/ClippedCamera.xml:57 +msgid "Removes a collision exception with the specified [RID]." +msgstr "" + +#: doc/classes/ClippedCamera.xml:65 +msgid "" +"Sets the specified bit index to the [code]value[/code].\n" +"[b]Note:[/b] Bit indices range from 0-19." +msgstr "" + +#: doc/classes/ClippedCamera.xml:72 +msgid "If [code]true[/code], the camera stops on contact with [Area]s." +msgstr "" + +#: doc/classes/ClippedCamera.xml:75 +msgid "If [code]true[/code], the camera stops on contact with [PhysicsBody]s." +msgstr "" + +#: doc/classes/ClippedCamera.xml:78 +msgid "" +"The camera's collision mask. Only objects in at least one collision layer " +"matching the mask will be detected. See [url=https://docs.godotengine.org/" +"en/3.4/tutorials/physics/physics_introduction.html#collision-layers-and-" +"masks]Collision layers and masks[/url] in the documentation for more " +"information." +msgstr "" + +#: doc/classes/ClippedCamera.xml:81 +msgid "" +"The camera's collision margin. The camera can't get closer than this " +"distance to a colliding object." +msgstr "" + +#: doc/classes/ClippedCamera.xml:84 +msgid "The camera's process callback. See [enum ProcessMode]." +msgstr "" + +#: doc/classes/CollisionObject.xml:4 +msgid "Base node for collision objects." +msgstr "" + +#: doc/classes/CollisionObject.xml:7 +msgid "" +"CollisionObject is the base class for physics objects. It can hold any " +"number of collision [Shape]s. Each shape must be assigned to a [i]shape " +"owner[/i]. The CollisionObject can have any number of shape owners. Shape " +"owners are not nodes and do not appear in the editor, but are accessible " +"through code using the [code]shape_owner_*[/code] methods." +msgstr "" + +#: doc/classes/CollisionObject.xml:20 +msgid "" +"Receives unhandled [InputEvent]s. [code]position[/code] is the location in " +"world space of the mouse pointer on the surface of the shape with index " +"[code]shape_idx[/code] and [code]normal[/code] is the normal vector of the " +"surface at that point. Connect to the [signal input_event] signal to easily " +"pick up these events." +msgstr "" + +#: doc/classes/CollisionObject.xml:27 doc/classes/CollisionObject2D.xml:25 +msgid "" +"Creates a new shape owner for the given object. Returns [code]owner_id[/" +"code] of the new owner for future reference." +msgstr "" + +#: doc/classes/CollisionObject.xml:34 doc/classes/CollisionObject2D.xml:32 +msgid "" +"Returns whether or not the specified [code]bit[/code] of the [member " +"collision_layer] is set." +msgstr "" + +#: doc/classes/CollisionObject.xml:41 doc/classes/CollisionObject2D.xml:39 +msgid "" +"Returns whether or not the specified [code]bit[/code] of the [member " +"collision_mask] is set." +msgstr "" + +#: doc/classes/CollisionObject.xml:47 doc/classes/CollisionObject2D.xml:45 +msgid "Returns the object's [RID]." +msgstr "" + +#: doc/classes/CollisionObject.xml:53 doc/classes/CollisionObject2D.xml:58 +msgid "" +"Returns an [Array] of [code]owner_id[/code] identifiers. You can use these " +"ids in other methods that take [code]owner_id[/code] as an argument." +msgstr "" + +#: doc/classes/CollisionObject.xml:60 doc/classes/CollisionObject2D.xml:65 +msgid "If [code]true[/code], the shape owner and its shapes are disabled." +msgstr "" + +#: doc/classes/CollisionObject.xml:67 doc/classes/CollisionObject2D.xml:79 +msgid "Removes the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:75 doc/classes/CollisionObject2D.xml:87 +msgid "" +"If [code]value[/code] is [code]true[/code], sets the specified [code]bit[/" +"code] in the the [member collision_layer].\n" +"If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" +"code] in the the [member collision_layer]." +msgstr "" + +#: doc/classes/CollisionObject.xml:84 doc/classes/CollisionObject2D.xml:96 +msgid "" +"If [code]value[/code] is [code]true[/code], sets the specified [code]bit[/" +"code] in the the [member collision_mask].\n" +"If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" +"code] in the the [member collision_mask]." +msgstr "" + +#: doc/classes/CollisionObject.xml:92 doc/classes/CollisionObject2D.xml:104 +msgid "Returns the [code]owner_id[/code] of the given shape." +msgstr "" + +#: doc/classes/CollisionObject.xml:100 +msgid "Adds a [Shape] to the shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:107 doc/classes/CollisionObject2D.xml:119 +msgid "Removes all shapes from the shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:114 doc/classes/CollisionObject2D.xml:126 +msgid "Returns the parent object of the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:122 +msgid "Returns the [Shape] with the given id from the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:129 doc/classes/CollisionObject2D.xml:141 +msgid "Returns the number of shapes the given shape owner contains." +msgstr "" + +#: doc/classes/CollisionObject.xml:137 +msgid "" +"Returns the child index of the [Shape] with the given id from the given " +"shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:144 +msgid "Returns the shape owner's [Transform]." +msgstr "" + +#: doc/classes/CollisionObject.xml:152 doc/classes/CollisionObject2D.xml:164 +msgid "Removes a shape from the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:160 doc/classes/CollisionObject2D.xml:172 +msgid "If [code]true[/code], disables the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:168 +msgid "Sets the [Transform] of the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject.xml:174 +msgid "" +"The physics layers this CollisionObject3D is in. Collision objects can exist " +"in one or more of 32 different layers. See also [member collision_mask].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject.xml:178 +msgid "" +"The physics layers this CollisionObject3D scans. Collision objects can scan " +"one or more of 32 different layers. See also [member collision_layer].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject.xml:182 +msgid "" +"If [code]true[/code], the [CollisionObject] will continue to receive input " +"events as the mouse is dragged across its shapes." +msgstr "" + +#: doc/classes/CollisionObject.xml:185 +msgid "" +"If [code]true[/code], the [CollisionObject]'s shapes will respond to " +"[RayCast]s." +msgstr "" + +#: doc/classes/CollisionObject.xml:196 +msgid "" +"Emitted when the object receives an unhandled [InputEvent]. [code]position[/" +"code] is the location in world space of the mouse pointer on the surface of " +"the shape with index [code]shape_idx[/code] and [code]normal[/code] is the " +"normal vector of the surface at that point." +msgstr "" + +#: doc/classes/CollisionObject.xml:201 +msgid "Emitted when the mouse pointer enters any of this object's shapes." +msgstr "" + +#: doc/classes/CollisionObject.xml:206 +msgid "Emitted when the mouse pointer exits all this object's shapes." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:4 +msgid "Base node for 2D collision objects." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:7 +msgid "" +"CollisionObject2D is the base class for 2D physics objects. It can hold any " +"number of 2D collision [Shape2D]s. Each shape must be assigned to a [i]shape " +"owner[/i]. The CollisionObject2D can have any number of shape owners. Shape " +"owners are not nodes and do not appear in the editor, but are accessible " +"through code using the [code]shape_owner_*[/code] methods." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:18 +msgid "" +"Accepts unhandled [InputEvent]s. Requires [member input_pickable] to be " +"[code]true[/code]. [code]shape_idx[/code] is the child index of the clicked " +"[Shape2D]. Connect to the [code]input_event[/code] signal to easily pick up " +"these events." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:52 +msgid "" +"Returns the [code]one_way_collision_margin[/code] of the shape owner " +"identified by given [code]owner_id[/code]." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:72 +msgid "" +"Returns [code]true[/code] if collisions for the shape owner originating from " +"this [CollisionObject2D] will not be reported to collided with " +"[CollisionObject2D]s." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:112 +msgid "Adds a [Shape2D] to the shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:134 +msgid "Returns the [Shape2D] with the given id from the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:149 +msgid "" +"Returns the child index of the [Shape2D] with the given id from the given " +"shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:156 +msgid "Returns the shape owner's [Transform2D]." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:180 +msgid "" +"If [code]enable[/code] is [code]true[/code], collisions for the shape owner " +"originating from this [CollisionObject2D] will not be reported to collided " +"with [CollisionObject2D]s." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:188 +msgid "" +"Sets the [code]one_way_collision_margin[/code] of the shape owner identified " +"by given [code]owner_id[/code] to [code]margin[/code] pixels." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:196 +msgid "Sets the [Transform2D] of the given shape owner." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:202 +msgid "" +"The physics layers this CollisionObject2D is in. Collision objects can exist " +"in one or more of 32 different layers. See also [member collision_mask].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:206 +msgid "" +"The physics layers this CollisionObject2D scans. Collision objects can scan " +"one or more of 32 different layers. See also [member collision_layer].\n" +"[b]Note:[/b] A contact is detected if object A is in any of the layers that " +"object B scans, or object B is in any layers that object A scans. See " +"[url=https://docs.godotengine.org/en/latest/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:210 +msgid "" +"If [code]true[/code], this object is pickable. A pickable object can detect " +"the mouse pointer entering/leaving, and if the mouse is inside it, report " +"input events. Requires at least one [code]collision_layer[/code] bit to be " +"set." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:219 +msgid "" +"Emitted when an input event occurs. Requires [member input_pickable] to be " +"[code]true[/code] and at least one [code]collision_layer[/code] bit to be " +"set. See [method _input_event] for details." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:224 +msgid "" +"Emitted when the mouse pointer enters any of this object's shapes. Requires " +"[member input_pickable] to be [code]true[/code] and at least one " +"[code]collision_layer[/code] bit to be set." +msgstr "" + +#: doc/classes/CollisionObject2D.xml:229 +msgid "" +"Emitted when the mouse pointer exits all this object's shapes. Requires " +"[member input_pickable] to be [code]true[/code] and at least one " +"[code]collision_layer[/code] bit to be set." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:4 +msgid "Editor-only class for defining a collision polygon in 3D space." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:7 +msgid "" +"Allows editing a collision polygon's vertices on a selected plane. Can also " +"set a depth perpendicular to that plane. This class is only available in the " +"editor. It will not appear in the scene tree at run-time. Creates a [Shape] " +"for gameplay. Properties modified during gameplay will have no effect." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:15 +msgid "" +"Length that the resulting collision extends in either direction " +"perpendicular to its polygon." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:18 +msgid "If [code]true[/code], no collision will be produced." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:21 +msgid "" +"The collision margin for the generated [Shape]. See [member Shape.margin] " +"for more details." +msgstr "" + +#: doc/classes/CollisionPolygon.xml:24 +msgid "" +"Array of vertices which define the polygon.\n" +"[b]Note:[/b] The returned value is a copy of the original. Methods which " +"mutate the size or properties of the return value will not impact the " +"original polygon. To change properties of the polygon, assign it to a " +"temporary variable and make changes before reassigning the [code]polygon[/" +"code] member." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:4 +msgid "Defines a 2D collision polygon." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:7 +msgid "" +"Provides a 2D collision polygon to a [CollisionObject2D] parent. Polygons " +"can be drawn in the editor or specified by a list of vertices." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:15 +msgid "Collision build mode. Use one of the [enum BuildMode] constants." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:18 +msgid "If [code]true[/code], no collisions will be detected." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:21 +msgid "" +"If [code]true[/code], only edges that face up, relative to " +"[CollisionPolygon2D]'s rotation, will collide with other objects." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:24 +msgid "" +"The margin used for one-way collision (in pixels). Higher values will make " +"the shape thicker, and work better for colliders that enter the polygon at a " +"high velocity." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:27 +msgid "" +"The polygon's list of vertices. The final point will be connected to the " +"first. The returned value is a clone of the [PoolVector2Array], not a " +"reference." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:32 +msgid "Collisions will include the polygon and its contained area." +msgstr "" + +#: doc/classes/CollisionPolygon2D.xml:35 +msgid "Collisions will only include the polygon edges." +msgstr "" + +#: doc/classes/CollisionShape.xml:4 +msgid "Node that represents collision shape data in 3D space." +msgstr "" + +#: doc/classes/CollisionShape.xml:7 +msgid "" +"Editor facility for creating and editing collision shapes in 3D space. You " +"can use this node to represent all sorts of collision shapes, for example, " +"add this to an [Area] to give it a detection shape, or add it to a " +"[PhysicsBody] to create a solid object. [b]IMPORTANT[/b]: this is an Editor-" +"only helper to create shapes, use [method CollisionObject." +"shape_owner_get_shape] to get the actual shape." +msgstr "" + +#: doc/classes/CollisionShape.xml:10 doc/classes/CollisionShape2D.xml:10 +#: doc/classes/Physics2DDirectBodyState.xml:10 +#: doc/classes/Physics2DDirectSpaceState.xml:10 doc/classes/PhysicsBody.xml:10 +#: doc/classes/PhysicsBody2D.xml:10 doc/classes/PhysicsDirectBodyState.xml:10 +#: doc/classes/PhysicsDirectSpaceState.xml:10 doc/classes/RigidBody.xml:14 +#: doc/classes/Shape.xml:10 doc/classes/Shape2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html" +msgstr "" + +#: doc/classes/CollisionShape.xml:19 +msgid "" +"Sets the collision shape's shape to the addition of all its convexed " +"[MeshInstance] siblings geometry." +msgstr "" + +#: doc/classes/CollisionShape.xml:26 +msgid "" +"If this method exists within a script it will be called whenever the shape " +"resource has been modified." +msgstr "" + +#: doc/classes/CollisionShape.xml:32 +msgid "A disabled collision shape has no effect in the world." +msgstr "" + +#: doc/classes/CollisionShape.xml:35 doc/classes/CollisionShape2D.xml:28 +msgid "The actual shape owned by this collision shape." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:4 +msgid "Node that represents collision shape data in 2D space." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:7 +msgid "" +"Editor facility for creating and editing collision shapes in 2D space. You " +"can use this node to represent all sorts of collision shapes, for example, " +"add this to an [Area2D] to give it a detection shape, or add it to a " +"[PhysicsBody2D] to create a solid object. [b]IMPORTANT[/b]: this is an " +"Editor-only helper to create shapes, use [method CollisionObject2D." +"shape_owner_get_shape] to get the actual shape." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:13 doc/classes/KinematicBody2D.xml:14 +#: doc/classes/RectangleShape2D.xml:11 doc/classes/TileMap.xml:17 +#: doc/classes/TileSet.xml:17 +msgid "https://godotengine.org/asset-library/asset/113" +msgstr "" + +#: doc/classes/CollisionShape2D.xml:19 +msgid "" +"A disabled collision shape has no effect in the world. This property should " +"be changed with [method Object.set_deferred]." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:22 +msgid "" +"Sets whether this collision shape should only detect collision on one side " +"(top or bottom)." +msgstr "" + +#: doc/classes/CollisionShape2D.xml:25 +msgid "" +"The margin used for one-way collision (in pixels). Higher values will make " +"the shape thicker, and work better for colliders that enter the shape at a " +"high velocity." +msgstr "" + +#: doc/classes/Color.xml:4 +msgid "Color in RGBA format using floats on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:7 +msgid "" +"A color represented by red, green, blue, and alpha (RGBA) components. The " +"alpha component is often used for transparency. Values are in floating-point " +"and usually range from 0 to 1. Some properties (such as CanvasItem.modulate) " +"may accept values greater than 1 (overbright or HDR colors).\n" +"You can also create a color from standardized color names by using [method " +"@GDScript.ColorN] or directly using the color constants defined here. The " +"standardized color set is based on the [url=https://en.wikipedia.org/wiki/" +"X11_color_names]X11 color names[/url].\n" +"If you want to supply values in a range of 0 to 255, you should use [method " +"@GDScript.Color8].\n" +"[b]Note:[/b] In a boolean context, a Color will evaluate to [code]false[/" +"code] if it's equal to [code]Color(0, 0, 0, 1)[/code] (opaque black). " +"Otherwise, a Color will always evaluate to [code]true[/code].\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"color_constants.png]Color constants cheatsheet[/url]" +msgstr "" + +#: doc/classes/Color.xml:14 doc/classes/ColorPickerButton.xml:13 +msgid "https://godotengine.org/asset-library/asset/517" +msgstr "" + +#: doc/classes/Color.xml:15 doc/classes/ColorPicker.xml:11 +msgid "https://godotengine.org/asset-library/asset/146" +msgstr "" + +#: doc/classes/Color.xml:16 doc/classes/ColorPickerButton.xml:12 +msgid "https://godotengine.org/asset-library/asset/133" +msgstr "" + +#: doc/classes/Color.xml:23 +msgid "" +"Constructs a color from an HTML hexadecimal color string in ARGB or RGB " +"format. See also [method @GDScript.ColorN].\n" +"[codeblock]\n" +"# Each of the following creates the same color RGBA(178, 217, 10, 255).\n" +"var c1 = Color(\"#ffb2d90a\") # ARGB format with \"#\".\n" +"var c2 = Color(\"ffb2d90a\") # ARGB format.\n" +"var c3 = Color(\"#b2d90a\") # RGB format with \"#\".\n" +"var c4 = Color(\"b2d90a\") # RGB format.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:37 +msgid "" +"Constructs a color from a 32-bit integer in RGBA format (each byte " +"represents a color channel).\n" +"[codeblock]\n" +"var c = Color(274) # Similar to Color(0.0, 0.0, 0.004, 0.07)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:49 +msgid "" +"Constructs a color from RGB values, typically between 0 and 1. Alpha will be " +"1.\n" +"[codeblock]\n" +"var color = Color(0.2, 1.0, 0.7) # Similar to Color8(51, 255, 178, 255)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:62 +msgid "" +"Constructs a color from RGBA values, typically between 0 and 1.\n" +"[codeblock]\n" +"var color = Color(0.2, 1.0, 0.7, 0.8) # Similar to Color8(51, 255, 178, " +"204)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:72 +msgid "" +"Returns a new color resulting from blending this color over another. If the " +"color is opaque, the result is also opaque. The second color may have a " +"range of alpha values.\n" +"[codeblock]\n" +"var bg = Color(0.0, 1.0, 0.0, 0.5) # Green with alpha of 50%\n" +"var fg = Color(1.0, 0.0, 0.0, 0.5) # Red with alpha of 50%\n" +"var blended_color = bg.blend(fg) # Brown with alpha of 75%\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:83 +msgid "" +"Returns the most contrasting color.\n" +"[codeblock]\n" +"var c = Color(0.3, 0.4, 0.9)\n" +"var contrasted_color = c.contrasted() # Equivalent to RGBA(204, 229, 102, " +"255)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:94 +msgid "" +"Returns a new color resulting from making this color darker by the specified " +"percentage (ratio from 0 to 1).\n" +"[codeblock]\n" +"var green = Color(0.0, 1.0, 0.0)\n" +"var darkgreen = green.darkened(0.2) # 20% darker than regular green\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:108 +msgid "" +"Constructs a color from an HSV profile. [code]h[/code], [code]s[/code], and " +"[code]v[/code] are values between 0 and 1.\n" +"[codeblock]\n" +"var c = Color.from_hsv(0.58, 0.5, 0.79, 0.8) # Equivalent to HSV(210, 50, " +"79, 0.8) or Color8(100, 151, 201, 0.8)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:117 +msgid "" +"Returns the color's grayscale representation.\n" +"The gray value is calculated as [code](r + g + b) / 3[/code].\n" +"[codeblock]\n" +"var c = Color(0.2, 0.45, 0.82)\n" +"var gray = c.gray() # A value of 0.466667\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:128 +msgid "" +"Returns the inverted color [code](1 - r, 1 - g, 1 - b, a)[/code].\n" +"[codeblock]\n" +"var color = Color(0.3, 0.4, 0.9)\n" +"var inverted_color = color.inverted() # Equivalent to Color(0.7, 0.6, 0.1)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:139 +msgid "" +"Returns [code]true[/code] if this color and [code]color[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Color.xml:146 +msgid "" +"Returns a new color resulting from making this color lighter by the " +"specified percentage (ratio from 0 to 1).\n" +"[codeblock]\n" +"var green = Color(0.0, 1.0, 0.0)\n" +"var lightgreen = green.lightened(0.2) # 20% lighter than regular green\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:158 +msgid "" +"Returns the linear interpolation with another color. The interpolation " +"factor [code]weight[/code] is between 0 and 1.\n" +"[codeblock]\n" +"var c1 = Color(1.0, 0.0, 0.0)\n" +"var c2 = Color(0.0, 1.0, 0.0)\n" +"var li_c = c1.linear_interpolate(c2, 0.5) # Equivalent to Color(0.5, 0.5, " +"0.0)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:169 +msgid "" +"Returns the color converted to a 32-bit integer in ABGR format (each byte " +"represents a color channel). ABGR is the reversed version of the default " +"format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_abgr32()) # Prints 4281565439\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:179 +msgid "" +"Returns the color converted to a 64-bit integer in ABGR format (each word " +"represents a color channel). ABGR is the reversed version of the default " +"format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_abgr64()) # Prints -225178692812801\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:189 +msgid "" +"Returns the color converted to a 32-bit integer in ARGB format (each byte " +"represents a color channel). ARGB is more compatible with DirectX.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_argb32()) # Prints 4294934323\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:199 +msgid "" +"Returns the color converted to a 64-bit integer in ARGB format (each word " +"represents a color channel). ARGB is more compatible with DirectX.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_argb64()) # Prints -2147470541\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:210 +msgid "" +"Returns the color's HTML hexadecimal color string in ARGB format (ex: " +"[code]ff34f822[/code]).\n" +"Setting [code]with_alpha[/code] to [code]false[/code] excludes alpha from " +"the hexadecimal string.\n" +"[codeblock]\n" +"var c = Color(1, 1, 1, 0.5)\n" +"var s1 = c.to_html() # Returns \"7fffffff\"\n" +"var s2 = c.to_html(false) # Returns \"ffffff\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:222 +msgid "" +"Returns the color converted to a 32-bit integer in RGBA format (each byte " +"represents a color channel). RGBA is Godot's default format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_rgba32()) # Prints 4286526463\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:232 +msgid "" +"Returns the color converted to a 64-bit integer in RGBA format (each word " +"represents a color channel). RGBA is Godot's default format.\n" +"[codeblock]\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_rgba64()) # Prints -140736629309441\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Color.xml:242 +msgid "" +"The color's alpha (transparency) component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:245 +msgid "Wrapper for [member a] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:248 +msgid "The color's blue component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:251 +msgid "Wrapper for [member b] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:254 +msgid "The color's green component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:257 +msgid "Wrapper for [member g] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:260 +msgid "The HSV hue of this color, on the range 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:263 +msgid "The color's red component, typically on the range of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:266 +msgid "Wrapper for [member r] that uses the range 0 to 255 instead of 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:269 +msgid "The HSV saturation of this color, on the range 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:272 +msgid "The HSV value (brightness) of this color, on the range 0 to 1." +msgstr "" + +#: doc/classes/Color.xml:277 +msgid "Alice blue color." +msgstr "" + +#: doc/classes/Color.xml:280 +msgid "Antique white color." +msgstr "" + +#: doc/classes/Color.xml:283 +msgid "Aqua color." +msgstr "" + +#: doc/classes/Color.xml:286 +msgid "Aquamarine color." +msgstr "" + +#: doc/classes/Color.xml:289 +msgid "Azure color." +msgstr "" + +#: doc/classes/Color.xml:292 +msgid "Beige color." +msgstr "" + +#: doc/classes/Color.xml:295 +msgid "Bisque color." +msgstr "" + +#: doc/classes/Color.xml:298 +msgid "Black color." +msgstr "" + +#: doc/classes/Color.xml:301 +msgid "Blanche almond color." +msgstr "" + +#: doc/classes/Color.xml:304 +msgid "Blue color." +msgstr "" + +#: doc/classes/Color.xml:307 +msgid "Blue violet color." +msgstr "" + +#: doc/classes/Color.xml:310 +msgid "Brown color." +msgstr "" + +#: doc/classes/Color.xml:313 +msgid "Burly wood color." +msgstr "" + +#: doc/classes/Color.xml:316 +msgid "Cadet blue color." +msgstr "" + +#: doc/classes/Color.xml:319 +msgid "Chartreuse color." +msgstr "" + +#: doc/classes/Color.xml:322 +msgid "Chocolate color." +msgstr "" + +#: doc/classes/Color.xml:325 +msgid "Coral color." +msgstr "" + +#: doc/classes/Color.xml:328 +msgid "Cornflower color." +msgstr "" + +#: doc/classes/Color.xml:331 +msgid "Corn silk color." +msgstr "" + +#: doc/classes/Color.xml:334 +msgid "Crimson color." +msgstr "" + +#: doc/classes/Color.xml:337 +msgid "Cyan color." +msgstr "" + +#: doc/classes/Color.xml:340 +msgid "Dark blue color." +msgstr "" + +#: doc/classes/Color.xml:343 +msgid "Dark cyan color." +msgstr "" + +#: doc/classes/Color.xml:346 +msgid "Dark goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:349 +msgid "Dark gray color." +msgstr "" + +#: doc/classes/Color.xml:352 +msgid "Dark green color." +msgstr "" + +#: doc/classes/Color.xml:355 +msgid "Dark khaki color." +msgstr "" + +#: doc/classes/Color.xml:358 +msgid "Dark magenta color." +msgstr "" + +#: doc/classes/Color.xml:361 +msgid "Dark olive green color." +msgstr "" + +#: doc/classes/Color.xml:364 +msgid "Dark orange color." +msgstr "" + +#: doc/classes/Color.xml:367 +msgid "Dark orchid color." +msgstr "" + +#: doc/classes/Color.xml:370 +msgid "Dark red color." +msgstr "" + +#: doc/classes/Color.xml:373 +msgid "Dark salmon color." +msgstr "" + +#: doc/classes/Color.xml:376 +msgid "Dark sea green color." +msgstr "" + +#: doc/classes/Color.xml:379 +msgid "Dark slate blue color." +msgstr "" + +#: doc/classes/Color.xml:382 +msgid "Dark slate gray color." +msgstr "" + +#: doc/classes/Color.xml:385 +msgid "Dark turquoise color." +msgstr "" + +#: doc/classes/Color.xml:388 +msgid "Dark violet color." +msgstr "" + +#: doc/classes/Color.xml:391 +msgid "Deep pink color." +msgstr "" + +#: doc/classes/Color.xml:394 +msgid "Deep sky blue color." +msgstr "" + +#: doc/classes/Color.xml:397 +msgid "Dim gray color." +msgstr "" + +#: doc/classes/Color.xml:400 +msgid "Dodger blue color." +msgstr "" + +#: doc/classes/Color.xml:403 +msgid "Firebrick color." +msgstr "" + +#: doc/classes/Color.xml:406 +msgid "Floral white color." +msgstr "" + +#: doc/classes/Color.xml:409 +msgid "Forest green color." +msgstr "" + +#: doc/classes/Color.xml:412 +msgid "Fuchsia color." +msgstr "" + +#: doc/classes/Color.xml:415 +msgid "Gainsboro color." +msgstr "" + +#: doc/classes/Color.xml:418 +msgid "Ghost white color." +msgstr "" + +#: doc/classes/Color.xml:421 +msgid "Gold color." +msgstr "" + +#: doc/classes/Color.xml:424 +msgid "Goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:427 +msgid "Gray color." +msgstr "" + +#: doc/classes/Color.xml:430 +msgid "Green color." +msgstr "" + +#: doc/classes/Color.xml:433 +msgid "Green yellow color." +msgstr "" + +#: doc/classes/Color.xml:436 +msgid "Honeydew color." +msgstr "" + +#: doc/classes/Color.xml:439 +msgid "Hot pink color." +msgstr "" + +#: doc/classes/Color.xml:442 +msgid "Indian red color." +msgstr "" + +#: doc/classes/Color.xml:445 +msgid "Indigo color." +msgstr "" + +#: doc/classes/Color.xml:448 +msgid "Ivory color." +msgstr "" + +#: doc/classes/Color.xml:451 +msgid "Khaki color." +msgstr "" + +#: doc/classes/Color.xml:454 +msgid "Lavender color." +msgstr "" + +#: doc/classes/Color.xml:457 +msgid "Lavender blush color." +msgstr "" + +#: doc/classes/Color.xml:460 +msgid "Lawn green color." +msgstr "" + +#: doc/classes/Color.xml:463 +msgid "Lemon chiffon color." +msgstr "" + +#: doc/classes/Color.xml:466 +msgid "Light blue color." +msgstr "" + +#: doc/classes/Color.xml:469 +msgid "Light coral color." +msgstr "" + +#: doc/classes/Color.xml:472 +msgid "Light cyan color." +msgstr "" + +#: doc/classes/Color.xml:475 +msgid "Light goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:478 +msgid "Light gray color." +msgstr "" + +#: doc/classes/Color.xml:481 +msgid "Light green color." +msgstr "" + +#: doc/classes/Color.xml:484 +msgid "Light pink color." +msgstr "" + +#: doc/classes/Color.xml:487 +msgid "Light salmon color." +msgstr "" + +#: doc/classes/Color.xml:490 +msgid "Light sea green color." +msgstr "" + +#: doc/classes/Color.xml:493 +msgid "Light sky blue color." +msgstr "" + +#: doc/classes/Color.xml:496 +msgid "Light slate gray color." +msgstr "" + +#: doc/classes/Color.xml:499 +msgid "Light steel blue color." +msgstr "" + +#: doc/classes/Color.xml:502 +msgid "Light yellow color." +msgstr "" + +#: doc/classes/Color.xml:505 +msgid "Lime color." +msgstr "" + +#: doc/classes/Color.xml:508 +msgid "Lime green color." +msgstr "" + +#: doc/classes/Color.xml:511 +msgid "Linen color." +msgstr "" + +#: doc/classes/Color.xml:514 +msgid "Magenta color." +msgstr "" + +#: doc/classes/Color.xml:517 +msgid "Maroon color." +msgstr "" + +#: doc/classes/Color.xml:520 +msgid "Medium aquamarine color." +msgstr "" + +#: doc/classes/Color.xml:523 +msgid "Medium blue color." +msgstr "" + +#: doc/classes/Color.xml:526 +msgid "Medium orchid color." +msgstr "" + +#: doc/classes/Color.xml:529 +msgid "Medium purple color." +msgstr "" + +#: doc/classes/Color.xml:532 +msgid "Medium sea green color." +msgstr "" + +#: doc/classes/Color.xml:535 +msgid "Medium slate blue color." +msgstr "" + +#: doc/classes/Color.xml:538 +msgid "Medium spring green color." +msgstr "" + +#: doc/classes/Color.xml:541 +msgid "Medium turquoise color." +msgstr "" + +#: doc/classes/Color.xml:544 +msgid "Medium violet red color." +msgstr "" + +#: doc/classes/Color.xml:547 +msgid "Midnight blue color." +msgstr "" + +#: doc/classes/Color.xml:550 +msgid "Mint cream color." +msgstr "" + +#: doc/classes/Color.xml:553 +msgid "Misty rose color." +msgstr "" + +#: doc/classes/Color.xml:556 +msgid "Moccasin color." +msgstr "" + +#: doc/classes/Color.xml:559 +msgid "Navajo white color." +msgstr "" + +#: doc/classes/Color.xml:562 +msgid "Navy blue color." +msgstr "" + +#: doc/classes/Color.xml:565 +msgid "Old lace color." +msgstr "" + +#: doc/classes/Color.xml:568 +msgid "Olive color." +msgstr "" + +#: doc/classes/Color.xml:571 +msgid "Olive drab color." +msgstr "" + +#: doc/classes/Color.xml:574 +msgid "Orange color." +msgstr "" + +#: doc/classes/Color.xml:577 +msgid "Orange red color." +msgstr "" + +#: doc/classes/Color.xml:580 +msgid "Orchid color." +msgstr "" + +#: doc/classes/Color.xml:583 +msgid "Pale goldenrod color." +msgstr "" + +#: doc/classes/Color.xml:586 +msgid "Pale green color." +msgstr "" + +#: doc/classes/Color.xml:589 +msgid "Pale turquoise color." +msgstr "" + +#: doc/classes/Color.xml:592 +msgid "Pale violet red color." +msgstr "" + +#: doc/classes/Color.xml:595 +msgid "Papaya whip color." +msgstr "" + +#: doc/classes/Color.xml:598 +msgid "Peach puff color." +msgstr "" + +#: doc/classes/Color.xml:601 +msgid "Peru color." +msgstr "" + +#: doc/classes/Color.xml:604 +msgid "Pink color." +msgstr "" + +#: doc/classes/Color.xml:607 +msgid "Plum color." +msgstr "" + +#: doc/classes/Color.xml:610 +msgid "Powder blue color." +msgstr "" + +#: doc/classes/Color.xml:613 +msgid "Purple color." +msgstr "" + +#: doc/classes/Color.xml:616 +msgid "Rebecca purple color." +msgstr "" + +#: doc/classes/Color.xml:619 +msgid "Red color." +msgstr "" + +#: doc/classes/Color.xml:622 +msgid "Rosy brown color." +msgstr "" + +#: doc/classes/Color.xml:625 +msgid "Royal blue color." +msgstr "" + +#: doc/classes/Color.xml:628 +msgid "Saddle brown color." +msgstr "" + +#: doc/classes/Color.xml:631 +msgid "Salmon color." +msgstr "" + +#: doc/classes/Color.xml:634 +msgid "Sandy brown color." +msgstr "" + +#: doc/classes/Color.xml:637 +msgid "Sea green color." +msgstr "" + +#: doc/classes/Color.xml:640 +msgid "Seashell color." +msgstr "" + +#: doc/classes/Color.xml:643 +msgid "Sienna color." +msgstr "" + +#: doc/classes/Color.xml:646 +msgid "Silver color." +msgstr "" + +#: doc/classes/Color.xml:649 +msgid "Sky blue color." +msgstr "" + +#: doc/classes/Color.xml:652 +msgid "Slate blue color." +msgstr "" + +#: doc/classes/Color.xml:655 +msgid "Slate gray color." +msgstr "" + +#: doc/classes/Color.xml:658 +msgid "Snow color." +msgstr "" + +#: doc/classes/Color.xml:661 +msgid "Spring green color." +msgstr "" + +#: doc/classes/Color.xml:664 +msgid "Steel blue color." +msgstr "" + +#: doc/classes/Color.xml:667 +msgid "Tan color." +msgstr "" + +#: doc/classes/Color.xml:670 +msgid "Teal color." +msgstr "" + +#: doc/classes/Color.xml:673 +msgid "Thistle color." +msgstr "" + +#: doc/classes/Color.xml:676 +msgid "Tomato color." +msgstr "" + +#: doc/classes/Color.xml:679 +msgid "Transparent color (white with no alpha)." +msgstr "" + +#: doc/classes/Color.xml:682 +msgid "Turquoise color." +msgstr "" + +#: doc/classes/Color.xml:685 +msgid "Violet color." +msgstr "" + +#: doc/classes/Color.xml:688 +msgid "Web gray color." +msgstr "" + +#: doc/classes/Color.xml:691 +msgid "Web green color." +msgstr "" + +#: doc/classes/Color.xml:694 +msgid "Web maroon color." +msgstr "" + +#: doc/classes/Color.xml:697 +msgid "Web purple color." +msgstr "" + +#: doc/classes/Color.xml:700 +msgid "Wheat color." +msgstr "" + +#: doc/classes/Color.xml:703 +msgid "White color." +msgstr "" + +#: doc/classes/Color.xml:706 +msgid "White smoke color." +msgstr "" + +#: doc/classes/Color.xml:709 +msgid "Yellow color." +msgstr "" + +#: doc/classes/Color.xml:712 +msgid "Yellow green color." +msgstr "" + +#: doc/classes/ColorPicker.xml:4 +msgid "Color picker control." +msgstr "" + +#: doc/classes/ColorPicker.xml:7 +msgid "" +"Displays a color picker widget. Useful for selecting a color from an RGB/" +"RGBA colorspace.\n" +"[b]Note:[/b] This control is the color picker widget itself. You can use a " +"[ColorPickerButton] instead if you need a button that brings up a " +"[ColorPicker] in a pop-up." +msgstr "" + +#: doc/classes/ColorPicker.xml:18 +msgid "" +"Adds the given color to a list of color presets. The presets are displayed " +"in the color picker and the user will be able to select them.\n" +"[b]Note:[/b] The presets list is only for [i]this[/i] color picker." +msgstr "" + +#: doc/classes/ColorPicker.xml:26 +msgid "" +"Removes the given color from the list of color presets of this color picker." +msgstr "" + +#: doc/classes/ColorPicker.xml:32 +msgid "Returns the list of colors in the presets of the color picker." +msgstr "" + +#: doc/classes/ColorPicker.xml:38 doc/classes/ColorPickerButton.xml:33 +msgid "The currently selected color." +msgstr "" + +#: doc/classes/ColorPicker.xml:41 +msgid "" +"If [code]true[/code], the color will apply only after the user releases the " +"mouse button, otherwise it will apply immediately even in mouse motion event " +"(which can cause performance issues)." +msgstr "" + +#: doc/classes/ColorPicker.xml:44 +msgid "If [code]true[/code], shows an alpha channel slider (transparency)." +msgstr "" + +#: doc/classes/ColorPicker.xml:47 +msgid "" +"If [code]true[/code], allows editing the color with Hue/Saturation/Value " +"sliders.\n" +"[b]Note:[/b] Cannot be enabled if raw mode is on." +msgstr "" + +#: doc/classes/ColorPicker.xml:51 +msgid "If [code]true[/code], the \"add preset\" button is enabled." +msgstr "" + +#: doc/classes/ColorPicker.xml:54 +msgid "If [code]true[/code], saved color presets are visible." +msgstr "" + +#: doc/classes/ColorPicker.xml:57 +msgid "" +"If [code]true[/code], allows the color R, G, B component values to go beyond " +"1.0, which can be used for certain special operations that require it (like " +"tinting without darkening or rendering sprites in HDR).\n" +"[b]Note:[/b] Cannot be enabled if HSV mode is on." +msgstr "" + +#: doc/classes/ColorPicker.xml:65 +msgid "Emitted when the color is changed." +msgstr "" + +#: doc/classes/ColorPicker.xml:71 +msgid "Emitted when a preset is added." +msgstr "" + +#: doc/classes/ColorPicker.xml:77 +msgid "Emitted when a preset is removed." +msgstr "" + +#: doc/classes/ColorPicker.xml:85 +msgid "The icon for the \"Add Preset\" button." +msgstr "" + +#: doc/classes/ColorPicker.xml:88 +msgid "Custom texture for the hue selection slider on the right." +msgstr "" + +#: doc/classes/ColorPicker.xml:93 +msgid "The width of the hue selection slider." +msgstr "" + +#: doc/classes/ColorPicker.xml:98 +msgid "The margin around the [ColorPicker]." +msgstr "" + +#: doc/classes/ColorPicker.xml:101 +msgid "" +"The indicator used to signalize that the color value is outside the 0-1 " +"range." +msgstr "" + +#: doc/classes/ColorPicker.xml:106 +msgid "The icon for the screen color picker button." +msgstr "" + +#: doc/classes/ColorPicker.xml:109 +msgid "The height of the saturation-value selection box." +msgstr "" + +#: doc/classes/ColorPicker.xml:112 +msgid "The width of the saturation-value selection box." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:4 +msgid "Button that pops out a [ColorPicker]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:7 +msgid "" +"Encapsulates a [ColorPicker] making it accessible by pressing a button. " +"Pressing the button will toggle the [ColorPicker] visibility.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node.\n" +"[b]Note:[/b] By default, the button may not be wide enough for the color " +"preview swatch to be visible. Make sure to set [member Control." +"rect_min_size] to a big enough value to give the button enough space." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:19 +msgid "" +"Returns the [ColorPicker] that this node toggles.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:26 +msgid "" +"Returns the control's [PopupPanel] which allows you to connect to popup " +"signals. This allows you to handle events when the ColorPicker is shown or " +"hidden.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:36 +msgid "" +"If [code]true[/code], the alpha channel in the displayed [ColorPicker] will " +"be visible." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:44 +msgid "Emitted when the color changes." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:49 +msgid "" +"Emitted when the [ColorPicker] is created (the button is pressed for the " +"first time)." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:54 +msgid "Emitted when the [ColorPicker] is closed." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:62 +msgid "The background of the color preview rect on the button." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:65 +msgid "[StyleBox] used when the [ColorPickerButton] is disabled." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:68 +msgid "" +"[StyleBox] used when the [ColorPickerButton] is focused. It is displayed " +"over the current [StyleBox], so using [StyleBoxEmpty] will just disable the " +"focus visual effect." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:71 +msgid "[Font] of the [ColorPickerButton]'s text." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:74 +msgid "Default text [Color] of the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:77 +msgid "Text [Color] used when the [ColorPickerButton] is disabled." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:80 +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:83 +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:86 +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:89 +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:92 +msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 +msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." +msgstr "" + +#: doc/classes/ColorRect.xml:4 +msgid "Colored rectangle." +msgstr "" + +#: doc/classes/ColorRect.xml:7 +msgid "" +"Displays a rectangle filled with a solid [member color]. If you need to " +"display the border alone, consider using [ReferenceRect] instead." +msgstr "" + +#: doc/classes/ColorRect.xml:16 +msgid "" +"The fill color.\n" +"[codeblock]\n" +"$ColorRect.color = Color(1, 0, 0, 1) # Set ColorRect's color to red.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:4 +msgid "Concave polygon shape." +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:7 +msgid "" +"Concave polygon shape resource, which can be set into a [PhysicsBody] or " +"area. This shape is created by feeding a list of triangles.\n" +"[b]Note:[/b] When used for collision, [ConcavePolygonShape] is intended to " +"work with static [PhysicsBody] nodes like [StaticBody] and will not work " +"with [KinematicBody] or [RigidBody] with a mode other than Static." +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:17 +msgid "Returns the faces (an array of triangles)." +msgstr "" + +#: doc/classes/ConcavePolygonShape.xml:24 +msgid "Sets the faces (an array of triangles)." +msgstr "" + +#: doc/classes/ConcavePolygonShape2D.xml:4 +msgid "Concave polygon 2D shape resource for physics." +msgstr "" + +#: doc/classes/ConcavePolygonShape2D.xml:7 +msgid "" +"Concave polygon 2D shape resource for physics. It is made out of segments " +"and is optimal for complex polygonal concave collisions. However, it is not " +"advised to use for [RigidBody2D] nodes. A CollisionPolygon2D in convex " +"decomposition mode (solids) or several convex objects are advised for that " +"instead. Otherwise, a concave polygon 2D shape is better for static " +"collisions.\n" +"The main difference between a [ConvexPolygonShape2D] and a " +"[ConcavePolygonShape2D] is that a concave polygon assumes it is concave and " +"uses a more complex method of collision detection, and a convex one forces " +"itself to be convex in order to speed up collision detection." +msgstr "" + +#: doc/classes/ConcavePolygonShape2D.xml:16 +msgid "" +"The array of points that make up the [ConcavePolygonShape2D]'s line segments." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:4 +msgid "A twist joint between two 3D PhysicsBodies." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:7 +msgid "" +"The joint can rotate the bodies across an axis defined by the local x-axes " +"of the [Joint].\n" +"The twist axis is initiated as the X axis of the [Joint].\n" +"Once the Bodies swing, the twist axis is calculated as the middle of the x-" +"axes of the Joint in the local space of the two Bodies. See also " +"[Generic6DOFJoint]." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:30 doc/classes/ConeTwistJoint.xml:62 +#: doc/classes/PhysicsServer.xml:1076 +msgid "" +"The speed with which the swing or twist will take place.\n" +"The higher, the faster." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:34 doc/classes/ConeTwistJoint.xml:69 +#: doc/classes/PhysicsServer.xml:1083 +msgid "" +"Defines, how fast the swing- and twist-speed-difference on both sides gets " +"synced." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:37 doc/classes/ConeTwistJoint.xml:66 +msgid "" +"The ease with which the joint starts to twist. If it's too low, it takes " +"more force to start twisting the joint." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:40 doc/classes/ConeTwistJoint.xml:52 +#: doc/classes/PhysicsServer.xml:1066 +msgid "" +"Swing is rotation from side to side, around the axis perpendicular to the " +"twist axis.\n" +"The swing span defines, how much rotation will not get corrected along the " +"swing axis.\n" +"Could be defined as looseness in the [ConeTwistJoint].\n" +"If below 0.05, this behavior is locked." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:46 doc/classes/ConeTwistJoint.xml:58 +#: doc/classes/PhysicsServer.xml:1072 +msgid "" +"Twist is the rotation around the twist axis, this value defined how far the " +"joint can twist.\n" +"Twist is locked if below 0.05." +msgstr "" + +#: doc/classes/ConeTwistJoint.xml:72 doc/classes/Generic6DOFJoint.xml:384 +#: doc/classes/HingeJoint.xml:99 doc/classes/Light.xml:124 +#: doc/classes/SliderJoint.xml:165 +msgid "Represents the size of the [enum Param] enum." +msgstr "" + +#: doc/classes/ConfigFile.xml:4 +msgid "Helper class to handle INI-style files." +msgstr "" + +#: doc/classes/ConfigFile.xml:7 +msgid "" +"This helper class can be used to store [Variant] values on the filesystem " +"using INI-style formatting. The stored values are identified by a section " +"and a key:\n" +"[codeblock]\n" +"[section]\n" +"some_key=42\n" +"string_example=\"Hello World!\"\n" +"a_vector=Vector3( 1, 0, 2 )\n" +"[/codeblock]\n" +"The stored data can be saved to or parsed from a file, though ConfigFile " +"objects can also be used directly without accessing the filesystem.\n" +"The following example shows how to create a simple [ConfigFile] and save it " +"on disk:\n" +"[codeblock]\n" +"# Create new ConfigFile object.\n" +"var config = ConfigFile.new()\n" +"\n" +"# Store some values.\n" +"config.set_value(\"Player1\", \"player_name\", \"Steve\")\n" +"config.set_value(\"Player1\", \"best_score\", 10)\n" +"config.set_value(\"Player2\", \"player_name\", \"V3geta\")\n" +"config.set_value(\"Player2\", \"best_score\", 9001)\n" +"\n" +"# Save it to a file (overwrite if already exists).\n" +"config.save(\"user://scores.cfg\")\n" +"[/codeblock]\n" +"This example shows how the above file could be loaded:\n" +"[codeblock]\n" +"var score_data = {}\n" +"var config = ConfigFile.new()\n" +"\n" +"# Load data from a file.\n" +"var err = config.load(\"user://scores.cfg\")\n" +"\n" +"# If the file didn't load, ignore it.\n" +"if err != OK:\n" +" return\n" +"\n" +"# Iterate over all sections.\n" +"for player in config.get_sections():\n" +" # Fetch the data for each section.\n" +" var player_name = config.get_value(player, \"player_name\")\n" +" var player_score = config.get_value(player, \"best_score\")\n" +" score_data[player_name] = player_score\n" +"[/codeblock]\n" +"Any operation that mutates the ConfigFile such as [method set_value], " +"[method clear], or [method erase_section], only changes what is loaded in " +"memory. If you want to write the change to a file, you have to save the " +"changes with [method save], [method save_encrypted], or [method " +"save_encrypted_pass].\n" +"Keep in mind that section and property names can't contain spaces. Anything " +"after a space will be ignored on save and on load.\n" +"ConfigFiles can also contain manually written comment lines starting with a " +"semicolon ([code];[/code]). Those lines will be ignored when parsing the " +"file. Note that comments will be lost when saving the ConfigFile. This can " +"still be useful for dedicated server configuration files, which are " +"typically never overwritten without explicit user action.\n" +"[b]Note:[/b] The file extension given to a ConfigFile does not have any " +"impact on its formatting or behavior. By convention, the [code].cfg[/code] " +"extension is used here, but any other extension such as [code].ini[/code] is " +"also valid. Since neither [code].cfg[/code] nor [code].ini[/code] are " +"standardized, Godot's ConfigFile formatting may differ from files written by " +"other programs." +msgstr "" + +#: doc/classes/ConfigFile.xml:59 +msgid "Removes the entire contents of the config." +msgstr "" + +#: doc/classes/ConfigFile.xml:66 +msgid "" +"Deletes the specified section along with all the key-value pairs inside. " +"Raises an error if the section does not exist." +msgstr "" + +#: doc/classes/ConfigFile.xml:74 +msgid "" +"Deletes the specified key in a section. Raises an error if either the " +"section or the key do not exist." +msgstr "" + +#: doc/classes/ConfigFile.xml:81 +msgid "" +"Returns an array of all defined key identifiers in the specified section. " +"Raises an error and returns an empty array if the section does not exist." +msgstr "" + +#: doc/classes/ConfigFile.xml:87 +msgid "Returns an array of all defined section identifiers." +msgstr "" + +#: doc/classes/ConfigFile.xml:96 +msgid "" +"Returns the current value for the specified section and key. If either the " +"section or the key do not exist, the method returns the fallback " +"[code]default[/code] value. If [code]default[/code] is not specified or set " +"to [code]null[/code], an error is also raised." +msgstr "" + +#: doc/classes/ConfigFile.xml:103 +msgid "Returns [code]true[/code] if the specified section exists." +msgstr "" + +#: doc/classes/ConfigFile.xml:111 +msgid "Returns [code]true[/code] if the specified section-key pair exists." +msgstr "" + +#: doc/classes/ConfigFile.xml:118 +msgid "" +"Loads the config file specified as a parameter. The file's contents are " +"parsed and loaded in the [ConfigFile] object which the method was called " +"on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:127 +msgid "" +"Loads the encrypted config file specified as a parameter, using the provided " +"[code]key[/code] to decrypt it. The file's contents are parsed and loaded in " +"the [ConfigFile] object which the method was called on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:136 +msgid "" +"Loads the encrypted config file specified as a parameter, using the provided " +"[code]password[/code] to decrypt it. The file's contents are parsed and " +"loaded in the [ConfigFile] object which the method was called on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:144 +msgid "" +"Parses the passed string as the contents of a config file. The string is " +"parsed and loaded in the ConfigFile object which the method was called on.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:152 +msgid "" +"Saves the contents of the [ConfigFile] object to the file specified as a " +"parameter. The output file uses an INI-style structure.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:161 +msgid "" +"Saves the contents of the [ConfigFile] object to the AES-256 encrypted file " +"specified as a parameter, using the provided [code]key[/code] to encrypt it. " +"The output file uses an INI-style structure.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:170 +msgid "" +"Saves the contents of the [ConfigFile] object to the AES-256 encrypted file " +"specified as a parameter, using the provided [code]password[/code] to " +"encrypt it. The output file uses an INI-style structure.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/ConfigFile.xml:180 +msgid "" +"Assigns a value to the specified key of the specified section. If either the " +"section or the key do not exist, they are created. Passing a [code]null[/" +"code] value deletes the specified key if it exists, and deletes the section " +"if it ends up empty once the key has been removed." +msgstr "" + +#: doc/classes/ConfirmationDialog.xml:4 +msgid "Dialog for confirmation of actions." +msgstr "" + +#: doc/classes/ConfirmationDialog.xml:7 +msgid "" +"Dialog for confirmation of actions. This dialog inherits from " +"[AcceptDialog], but has by default an OK and Cancel button (in host OS " +"order).\n" +"To get cancel action, you can use:\n" +"[codeblock]\n" +"get_cancel().connect(\"pressed\", self, \"cancelled\")\n" +"[/codeblock]." +msgstr "" + +#: doc/classes/ConfirmationDialog.xml:19 +msgid "" +"Returns the cancel button.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/Container.xml:4 +msgid "Base node for containers." +msgstr "" + +#: doc/classes/Container.xml:7 +msgid "" +"Base node for containers. A [Container] contains other controls and " +"automatically arranges them in a certain way.\n" +"A Control can inherit this to create custom container classes." +msgstr "" + +#: doc/classes/Container.xml:18 +msgid "" +"Fit a child control in a given rect. This is mainly a helper for creating " +"custom container classes." +msgstr "" + +#: doc/classes/Container.xml:24 +msgid "" +"Queue resort of the contained children. This is called automatically anyway, " +"but can be called upon request." +msgstr "" + +#: doc/classes/Container.xml:31 +msgid "Emitted when sorting the children is needed." +msgstr "" + +#: doc/classes/Container.xml:37 +msgid "" +"Notification for when sorting the children, it must be obeyed immediately." +msgstr "" + +#: doc/classes/Control.xml:4 +msgid "" +"All user interface nodes inherit from Control. A control's anchors and " +"margins adapt its position and size relative to its parent." +msgstr "" + +#: doc/classes/Control.xml:7 +msgid "" +"Base class for all UI-related nodes. [Control] features a bounding rectangle " +"that defines its extents, an anchor position relative to its parent control " +"or the current viewport, and margins that represent an offset to the anchor. " +"The margins update automatically when the node, any of its parents, or the " +"screen size change.\n" +"For more information on Godot's UI system, anchors, margins, and containers, " +"see the related tutorials in the manual. To build flexible UIs, you'll need " +"a mix of UI elements that inherit from [Control] and [Container] nodes.\n" +"[b]User Interface nodes and input[/b]\n" +"Godot sends input events to the scene's root node first, by calling [method " +"Node._input]. [method Node._input] forwards the event down the node tree to " +"the nodes under the mouse cursor, or on keyboard focus. To do so, it calls " +"[method MainLoop._input_event]. Call [method accept_event] so no other node " +"receives the event. Once you accept an input, it becomes handled so [method " +"Node._unhandled_input] will not process it.\n" +"Only one [Control] node can be in keyboard focus. Only the node in focus " +"will receive keyboard events. To get the focus, call [method grab_focus]. " +"[Control] nodes lose focus when another node grabs it, or if you hide the " +"node in focus.\n" +"Sets [member mouse_filter] to [constant MOUSE_FILTER_IGNORE] to tell a " +"[Control] node to ignore mouse or touch events. You'll need it if you place " +"an icon on top of a button.\n" +"[Theme] resources change the Control's appearance. If you change the [Theme] " +"on a [Control] node, it affects all of its children. To override some of the " +"theme's parameters, call one of the [code]add_*_override[/code] methods, " +"like [method add_font_override]. You can override the theme with the " +"inspector.\n" +"[b]Note:[/b] Theme items are [i]not[/i] [Object] properties. This means you " +"can't access their values using [method Object.get] and [method Object.set]. " +"Instead, use [method get_color], [method get_constant], [method get_font], " +"[method get_icon], [method get_stylebox], and the [code]add_*_override[/" +"code] methods provided by this class." +msgstr "" + +#: doc/classes/Control.xml:17 +msgid "https://docs.godotengine.org/en/3.4/tutorials/gui/index.html" +msgstr "" + +#: doc/classes/Control.xml:19 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/gui/control_node_gallery.html" +msgstr "" + +#: doc/classes/Control.xml:20 +msgid "https://github.com/godotengine/godot-demo-projects/tree/master/gui" +msgstr "" + +#: doc/classes/Control.xml:26 +msgid "" +"Virtual method to be implemented by the user. Returns whether [method " +"_gui_input] should not be called for children controls outside this " +"control's rectangle. Input will be clipped to the Rect of this [Control]. " +"Similar to [member rect_clip_content], but doesn't affect visibility.\n" +"If not overridden, defaults to [code]false[/code]." +msgstr "" + +#: doc/classes/Control.xml:33 +msgid "" +"Virtual method to be implemented by the user. Returns the minimum size for " +"this control. Alternative to [member rect_min_size] for controlling minimum " +"size via code. The actual minimum size will be the max value of these two " +"(in each axis separately).\n" +"If not overridden, defaults to [constant Vector2.ZERO]." +msgstr "" + +#: doc/classes/Control.xml:41 +msgid "" +"Virtual method to be implemented by the user. Use this method to process and " +"accept inputs on UI elements. See [method accept_event].\n" +"Example: clicking a control.\n" +"[codeblock]\n" +"func _gui_input(event):\n" +" if event is InputEventMouseButton:\n" +" if event.button_index == BUTTON_LEFT and event.pressed:\n" +" print(\"I've been clicked D:\")\n" +"[/codeblock]\n" +"The event won't trigger if:\n" +"* clicking outside the control (see [method has_point]);\n" +"* control has [member mouse_filter] set to [constant MOUSE_FILTER_IGNORE];\n" +"* control is obstructed by another [Control] on top of it, which doesn't " +"have [member mouse_filter] set to [constant MOUSE_FILTER_IGNORE];\n" +"* control's parent has [member mouse_filter] set to [constant " +"MOUSE_FILTER_STOP] or has accepted the event;\n" +"* it happens outside the parent's rectangle and the parent has either " +"[member rect_clip_content] or [method _clips_input] enabled.\n" +"[b]Note:[/b] Event position is relative to the control origin." +msgstr "" + +#: doc/classes/Control.xml:62 +msgid "" +"Virtual method to be implemented by the user. Returns a [Control] node that " +"should be used as a tooltip instead of the default one. The [code]for_text[/" +"code] includes the contents of the [member hint_tooltip] property.\n" +"The returned node must be of type [Control] or Control-derived. It can have " +"child nodes of any type. It is freed when the tooltip disappears, so make " +"sure you always provide a new instance (if you want to use a pre-existing " +"node from your scene tree, you can duplicate it and pass the duplicated " +"instance). When [code]null[/code] or a non-Control node is returned, the " +"default tooltip will be used instead.\n" +"The returned node will be added as child to a [PopupPanel], so you should " +"only provide the contents of that panel. That [PopupPanel] can be themed " +"using [method Theme.set_stylebox] for the type [code]\"TooltipPanel\"[/code] " +"(see [member hint_tooltip] for an example).\n" +"[b]Note:[/b] The tooltip is shrunk to minimal size. If you want to ensure " +"it's fully visible, you might want to set its [member rect_min_size] to some " +"non-zero value.\n" +"Example of usage with a custom-constructed node:\n" +"[codeblock]\n" +"func _make_custom_tooltip(for_text):\n" +" var label = Label.new()\n" +" label.text = for_text\n" +" return label\n" +"[/codeblock]\n" +"Example of usage with a custom scene instance:\n" +"[codeblock]\n" +"func _make_custom_tooltip(for_text):\n" +" var tooltip = preload(\"res://SomeTooltipScene.tscn\").instance()\n" +" tooltip.get_node(\"Label\").text = for_text\n" +" return tooltip\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:85 +msgid "" +"Marks an input event as handled. Once you accept an input event, it stops " +"propagating, even to nodes listening to [method Node._unhandled_input] or " +"[method Node._unhandled_key_input]." +msgstr "" + +#: doc/classes/Control.xml:93 +msgid "" +"Creates a local override for a theme [Color] with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override cannot be removed, but it can be overridden with " +"the corresponding default value.\n" +"See also [method get_color].\n" +"[b]Example of overriding a label's color and resetting it later:[/b]\n" +"[codeblock]\n" +"# Given the child Label node \"MyLabel\", override its font color with a " +"custom value.\n" +"$MyLabel.add_color_override(\"font_color\", Color(1, 0.5, 0))\n" +"# Reset the font color of the child label.\n" +"$MyLabel.add_color_override(\"font_color\", get_color(\"font_color\", \"Label" +"\"))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:109 +msgid "" +"Creates a local override for a theme constant with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override cannot be removed, but it can be overridden with " +"the corresponding default value.\n" +"See also [method get_constant]." +msgstr "" + +#: doc/classes/Control.xml:118 +msgid "" +"Creates a local override for a theme [Font] with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override can be removed by assigning it a [code]null[/code] " +"value.\n" +"See also [method get_font]." +msgstr "" + +#: doc/classes/Control.xml:127 +msgid "" +"Creates a local override for a theme icon with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override can be removed by assigning it a [code]null[/code] " +"value.\n" +"See also [method get_icon]." +msgstr "" + +#: doc/classes/Control.xml:136 +msgid "" +"Creates a local override for a theme shader with the specified [code]name[/" +"code]. Local overrides always take precedence when fetching theme items for " +"the control. An override can be removed by assigning it a [code]null[/code] " +"value." +msgstr "" + +#: doc/classes/Control.xml:144 +msgid "" +"Creates a local override for a theme [StyleBox] with the specified " +"[code]name[/code]. Local overrides always take precedence when fetching " +"theme items for the control. An override can be removed by assigning it a " +"[code]null[/code] value.\n" +"See also [method get_stylebox].\n" +"[b]Example of modifying a property in a StyleBox by duplicating it:[/b]\n" +"[codeblock]\n" +"# The snippet below assumes the child node MyButton has a StyleBoxFlat " +"assigned.\n" +"# Resources are shared across instances, so we need to duplicate it\n" +"# to avoid modifying the appearance of all other buttons.\n" +"var new_stylebox_normal = $MyButton.get_stylebox(\"normal\").duplicate()\n" +"new_stylebox_normal.border_width_top = 3\n" +"new_stylebox_normal.border_color = Color(0, 1, 0.5)\n" +"$MyButton.add_stylebox_override(\"normal\", new_stylebox_normal)\n" +"# Remove the stylebox override.\n" +"$MyButton.add_stylebox_override(\"normal\", null)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:165 +msgid "" +"Godot calls this method to test if [code]data[/code] from a control's " +"[method get_drag_data] can be dropped at [code]position[/code]. " +"[code]position[/code] is local to this control.\n" +"This method should only be used to test the data. Process the data in " +"[method drop_data].\n" +"[codeblock]\n" +"func can_drop_data(position, data):\n" +" # Check position if it is relevant to you\n" +" # Otherwise, just check data\n" +" return typeof(data) == TYPE_DICTIONARY and data.has(\"expected\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:180 +msgid "" +"Godot calls this method to pass you the [code]data[/code] from a control's " +"[method get_drag_data] result. Godot first calls [method can_drop_data] to " +"test if [code]data[/code] is allowed to drop at [code]position[/code] where " +"[code]position[/code] is local to this control.\n" +"[codeblock]\n" +"func can_drop_data(position, data):\n" +" return typeof(data) == TYPE_DICTIONARY and data.has(\"color\")\n" +"\n" +"func drop_data(position, data):\n" +" color = data[\"color\"]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:193 +msgid "" +"Finds the next (below in the tree) [Control] that can receive the focus." +msgstr "" + +#: doc/classes/Control.xml:199 +msgid "" +"Finds the previous (above in the tree) [Control] that can receive the focus." +msgstr "" + +#: doc/classes/Control.xml:207 +msgid "" +"Forces drag and bypasses [method get_drag_data] and [method " +"set_drag_preview] by passing [code]data[/code] and [code]preview[/code]. " +"Drag will start even if the mouse is neither over nor pressed on this " +"control.\n" +"The methods [method can_drop_data] and [method drop_data] must be " +"implemented on controls that want to receive drop data." +msgstr "" + +#: doc/classes/Control.xml:215 +msgid "" +"Returns the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum. A getter method for [member anchor_bottom], [member " +"anchor_left], [member anchor_right] and [member anchor_top]." +msgstr "" + +#: doc/classes/Control.xml:221 +msgid "" +"Returns [member margin_left] and [member margin_top]. See also [member " +"rect_position]." +msgstr "" + +#: doc/classes/Control.xml:229 +msgid "" +"Returns a [Color] from the first matching [Theme] in the tree if that " +"[Theme] has a color item with the specified [code]name[/code] and " +"[code]theme_type[/code]. If [code]theme_type[/code] is omitted the class " +"name of the current control is used as the type. If the type is a class name " +"its parent classes are also checked, in order of inheritance.\n" +"For the current control its local overrides are considered first (see " +"[method add_color_override]), then its assigned [member theme]. After the " +"current control, each parent control and its assigned [member theme] are " +"considered; controls without a [member theme] assigned are skipped. If no " +"matching [Theme] is found in the tree, a custom project [Theme] (see [member " +"ProjectSettings.gui/theme/custom]) and the default [Theme] are used.\n" +"[codeblock]\n" +"func _ready():\n" +" # Get the font color defined for the current Control's class, if it " +"exists.\n" +" modulate = get_color(\"font_color\")\n" +" # Get the font color defined for the Button class.\n" +" modulate = get_color(\"font_color\", \"Button\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:243 +msgid "" +"Returns combined minimum size from [member rect_min_size] and [method " +"get_minimum_size]." +msgstr "" + +#: doc/classes/Control.xml:251 +msgid "" +"Returns a constant from the first matching [Theme] in the tree if that " +"[Theme] has a constant item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:259 +msgid "" +"Returns the mouse cursor shape the control displays on mouse hover. See " +"[enum CursorShape]." +msgstr "" + +#: doc/classes/Control.xml:266 +msgid "" +"Godot calls this method to get data that can be dragged and dropped onto " +"controls that expect drop data. Returns [code]null[/code] if there is no " +"data to drag. Controls that want to receive drop data should implement " +"[method can_drop_data] and [method drop_data]. [code]position[/code] is " +"local to this control. Drag may be forced with [method force_drag].\n" +"A preview that will follow the mouse that should represent the data can be " +"set with [method set_drag_preview]. A good time to set the preview is in " +"this method.\n" +"[codeblock]\n" +"func get_drag_data(position):\n" +" var mydata = make_data()\n" +" set_drag_preview(make_preview(mydata))\n" +" return mydata\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:279 +msgid "Returns [member margin_right] and [member margin_bottom]." +msgstr "" + +#: doc/classes/Control.xml:286 +msgid "" +"Returns the focus neighbour identified by [code]margin[/code] constant from " +"[enum Margin] enum. A getter method for [member focus_neighbour_bottom], " +"[member focus_neighbour_left], [member focus_neighbour_right] and [member " +"focus_neighbour_top]." +msgstr "" + +#: doc/classes/Control.xml:292 +msgid "" +"Returns the control that has the keyboard focus or [code]null[/code] if none." +msgstr "" + +#: doc/classes/Control.xml:300 +msgid "" +"Returns a [Font] from the first matching [Theme] in the tree if that [Theme] " +"has a font item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:307 +msgid "" +"Returns the position and size of the control relative to the top-left corner " +"of the screen. See [member rect_position] and [member rect_size]." +msgstr "" + +#: doc/classes/Control.xml:315 +msgid "" +"Returns an icon from the first matching [Theme] in the tree if that [Theme] " +"has an icon item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:323 +msgid "" +"Returns the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum. A getter method for [member margin_bottom], [member " +"margin_left], [member margin_right] and [member margin_top]." +msgstr "" + +#: doc/classes/Control.xml:329 +msgid "Returns the minimum size for this control. See [member rect_min_size]." +msgstr "" + +#: doc/classes/Control.xml:335 +msgid "Returns the width/height occupied in the parent control." +msgstr "" + +#: doc/classes/Control.xml:341 +msgid "Returns the parent control node." +msgstr "" + +#: doc/classes/Control.xml:347 +msgid "" +"Returns the position and size of the control relative to the top-left corner " +"of the parent Control. See [member rect_position] and [member rect_size]." +msgstr "" + +#: doc/classes/Control.xml:353 +msgid "Returns the rotation (in radians)." +msgstr "" + +#: doc/classes/Control.xml:361 +msgid "" +"Returns a [StyleBox] from the first matching [Theme] in the tree if that " +"[Theme] has a stylebox item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:368 +msgid "" +"Returns the default font from the first matching [Theme] in the tree if that " +"[Theme] has a valid [member Theme.default_font] value.\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:376 +msgid "" +"Returns the tooltip, which will appear when the cursor is resting over this " +"control. See [member hint_tooltip]." +msgstr "" + +#: doc/classes/Control.xml:382 +msgid "" +"Creates an [InputEventMouseButton] that attempts to click the control. If " +"the event is received, the control acquires focus.\n" +"[codeblock]\n" +"func _process(delta):\n" +" grab_click_focus() #when clicking another Control node, this node will " +"be clicked instead\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:392 +msgid "" +"Steal the focus from another control and become the focused control (see " +"[member focus_mode])." +msgstr "" + +#: doc/classes/Control.xml:400 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a color item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:408 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme [Color] " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_color_override]." +msgstr "" + +#: doc/classes/Control.xml:417 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a constant item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:425 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme constant " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_constant_override]." +msgstr "" + +#: doc/classes/Control.xml:432 +msgid "" +"Returns [code]true[/code] if this is the current focused control. See " +"[member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:440 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a font item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:448 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme [Font] " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_font_override]." +msgstr "" + +#: doc/classes/Control.xml:457 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has an icon item with the specified [code]name[/code] and [code]theme_type[/" +"code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:465 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme icon with " +"the specified [code]name[/code] in this [Control] node.\n" +"See [method add_icon_override]." +msgstr "" + +#: doc/classes/Control.xml:473 +msgid "" +"Virtual method to be implemented by the user. Returns whether the given " +"[code]point[/code] is inside this control.\n" +"If not overridden, default behavior is checking if the point is within " +"control's Rect.\n" +"[b]Note:[/b] If you want to check if a point is inside the control, you can " +"use [code]get_rect().has_point(point)[/code]." +msgstr "" + +#: doc/classes/Control.xml:482 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme shader " +"with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_shader_override]." +msgstr "" + +#: doc/classes/Control.xml:491 +msgid "" +"Returns [code]true[/code] if there is a matching [Theme] in the tree that " +"has a stylebox item with the specified [code]name[/code] and " +"[code]theme_type[/code].\n" +"See [method get_color] for details." +msgstr "" + +#: doc/classes/Control.xml:499 +msgid "" +"Returns [code]true[/code] if there is a local override for a theme " +"[StyleBox] with the specified [code]name[/code] in this [Control] node.\n" +"See [method add_stylebox_override]." +msgstr "" + +#: doc/classes/Control.xml:506 +msgid "" +"Invalidates the size cache in this node and in parent nodes up to toplevel. " +"Intended to be used with [method get_minimum_size] when the return value is " +"changed. Setting [member rect_min_size] directly calls this method " +"automatically." +msgstr "" + +#: doc/classes/Control.xml:512 +msgid "" +"Give up the focus. No other control will be able to receive keyboard input." +msgstr "" + +#: doc/classes/Control.xml:522 +msgid "" +"Sets the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum to value [code]anchor[/code]. A setter method for [member " +"anchor_bottom], [member anchor_left], [member anchor_right] and [member " +"anchor_top].\n" +"If [code]keep_margin[/code] is [code]true[/code], margins aren't updated " +"after this operation.\n" +"If [code]push_opposite_anchor[/code] is [code]true[/code] and the opposite " +"anchor overlaps this anchor, the opposite one will have its value " +"overridden. For example, when setting left anchor to 1 and the right anchor " +"has value of 0.5, the right anchor will also get value of 1. If " +"[code]push_opposite_anchor[/code] was [code]false[/code], the left anchor " +"would get value 0.5." +msgstr "" + +#: doc/classes/Control.xml:534 +msgid "" +"Works the same as [method set_anchor], but instead of [code]keep_margin[/" +"code] argument and automatic update of margin, it allows to set the margin " +"offset yourself (see [method set_margin])." +msgstr "" + +#: doc/classes/Control.xml:543 +msgid "" +"Sets both anchor preset and margin preset. See [method set_anchors_preset] " +"and [method set_margins_preset]." +msgstr "" + +#: doc/classes/Control.xml:551 +msgid "" +"Sets the anchors to a [code]preset[/code] from [enum Control.LayoutPreset] " +"enum. This is the code equivalent to using the Layout menu in the 2D " +"editor.\n" +"If [code]keep_margins[/code] is [code]true[/code], control's position will " +"also be updated." +msgstr "" + +#: doc/classes/Control.xml:559 +msgid "" +"Sets [member margin_left] and [member margin_top] at the same time. " +"Equivalent of changing [member rect_position]." +msgstr "" + +#: doc/classes/Control.xml:566 +msgid "" +"Forwards the handling of this control's drag and drop to [code]target[/code] " +"control.\n" +"Forwarding can be implemented in the target control similar to the methods " +"[method get_drag_data], [method can_drop_data], and [method drop_data] but " +"with two differences:\n" +"1. The function name must be suffixed with [b]_fw[/b]\n" +"2. The function must take an extra argument that is the control doing the " +"forwarding\n" +"[codeblock]\n" +"# ThisControl.gd\n" +"extends Control\n" +"func _ready():\n" +" set_drag_forwarding(target_control)\n" +"\n" +"# TargetControl.gd\n" +"extends Control\n" +"func can_drop_data_fw(position, data, from_control):\n" +" return true\n" +"\n" +"func drop_data_fw(position, data, from_control):\n" +" my_handle_data(data)\n" +"\n" +"func get_drag_data_fw(position, from_control):\n" +" set_drag_preview(my_preview)\n" +" return my_data()\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:594 +msgid "" +"Shows the given control at the mouse pointer. A good time to call this " +"method is in [method get_drag_data]. The control must not be in the scene " +"tree. You should not free the control, and you should not keep a reference " +"to the control beyond the duration of the drag. It will be deleted " +"automatically after the drag has ended.\n" +"[codeblock]\n" +"export (Color, RGBA) var color = Color(1, 0, 0, 1)\n" +"\n" +"func get_drag_data(position):\n" +" # Use a control that is not in the tree\n" +" var cpb = ColorPickerButton.new()\n" +" cpb.color = color\n" +" cpb.rect_size = Vector2(50, 50)\n" +" set_drag_preview(cpb)\n" +" return color\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:612 +msgid "Sets [member margin_right] and [member margin_bottom] at the same time." +msgstr "" + +#: doc/classes/Control.xml:620 +msgid "" +"Sets the anchor identified by [code]margin[/code] constant from [enum " +"Margin] enum to [Control] at [code]neighbor[/code] node path. A setter " +"method for [member focus_neighbour_bottom], [member focus_neighbour_left], " +"[member focus_neighbour_right] and [member focus_neighbour_top]." +msgstr "" + +#: doc/classes/Control.xml:628 +msgid "" +"Sets the [member rect_global_position] to given [code]position[/code].\n" +"If [code]keep_margins[/code] is [code]true[/code], control's anchors will be " +"updated instead of margins." +msgstr "" + +#: doc/classes/Control.xml:637 +msgid "" +"Sets the margin identified by [code]margin[/code] constant from [enum " +"Margin] enum to given [code]offset[/code]. A setter method for [member " +"margin_bottom], [member margin_left], [member margin_right] and [member " +"margin_top]." +msgstr "" + +#: doc/classes/Control.xml:646 +msgid "" +"Sets the margins to a [code]preset[/code] from [enum Control.LayoutPreset] " +"enum. This is the code equivalent to using the Layout menu in the 2D " +"editor.\n" +"Use parameter [code]resize_mode[/code] with constants from [enum Control." +"LayoutPresetMode] to better determine the resulting size of the [Control]. " +"Constant size will be ignored if used with presets that change size, e.g. " +"[code]PRESET_LEFT_WIDE[/code].\n" +"Use parameter [code]margin[/code] to determine the gap between the [Control] " +"and the edges." +msgstr "" + +#: doc/classes/Control.xml:656 +msgid "" +"Sets the [member rect_position] to given [code]position[/code].\n" +"If [code]keep_margins[/code] is [code]true[/code], control's anchors will be " +"updated instead of margins." +msgstr "" + +#: doc/classes/Control.xml:664 +msgid "Sets the rotation (in radians)." +msgstr "" + +#: doc/classes/Control.xml:672 +msgid "" +"Sets the size (see [member rect_size]).\n" +"If [code]keep_margins[/code] is [code]true[/code], control's anchors will be " +"updated instead of margins." +msgstr "" + +#: doc/classes/Control.xml:680 +msgid "" +"Displays a control as modal. Control must be a subwindow. Modal controls " +"capture the input signals until closed or the area outside them is accessed. " +"When a modal control loses focus, or the ESC key is pressed, they " +"automatically hide. Modal controls are used extensively for popup dialogs " +"and menus.\n" +"If [code]exclusive[/code] is [code]true[/code], other controls will not " +"receive input and clicking outside this control will not close it." +msgstr "" + +#: doc/classes/Control.xml:688 +msgid "" +"Moves the mouse cursor to [code]to_position[/code], relative to [member " +"rect_position] of this [Control]." +msgstr "" + +#: doc/classes/Control.xml:694 +msgid "" +"Anchors the bottom edge of the node to the origin, the center, or the end of " +"its parent control. It changes how the bottom margin updates when the node " +"moves or changes size. You can use one of the [enum Anchor] constants for " +"convenience." +msgstr "" + +#: doc/classes/Control.xml:697 +msgid "" +"Anchors the left edge of the node to the origin, the center or the end of " +"its parent control. It changes how the left margin updates when the node " +"moves or changes size. You can use one of the [enum Anchor] constants for " +"convenience." +msgstr "" + +#: doc/classes/Control.xml:700 +msgid "" +"Anchors the right edge of the node to the origin, the center or the end of " +"its parent control. It changes how the right margin updates when the node " +"moves or changes size. You can use one of the [enum Anchor] constants for " +"convenience." +msgstr "" + +#: doc/classes/Control.xml:703 +msgid "" +"Anchors the top edge of the node to the origin, the center or the end of its " +"parent control. It changes how the top margin updates when the node moves or " +"changes size. You can use one of the [enum Anchor] constants for convenience." +msgstr "" + +#: doc/classes/Control.xml:706 +msgid "" +"The focus access mode for the control (None, Click or All). Only one Control " +"can be focused at the same time, and it will receive keyboard signals." +msgstr "" + +#: doc/classes/Control.xml:709 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the down arrow on the keyboard or down on a gamepad by default. You can " +"change the key by editing the [code]ui_down[/code] input action. The node " +"must be a [Control]. If this property is not set, Godot will give focus to " +"the closest [Control] to the bottom of this one." +msgstr "" + +#: doc/classes/Control.xml:712 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the left arrow on the keyboard or left on a gamepad by default. You can " +"change the key by editing the [code]ui_left[/code] input action. The node " +"must be a [Control]. If this property is not set, Godot will give focus to " +"the closest [Control] to the left of this one." +msgstr "" + +#: doc/classes/Control.xml:715 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the right arrow on the keyboard or right on a gamepad by default. You can " +"change the key by editing the [code]ui_right[/code] input action. The node " +"must be a [Control]. If this property is not set, Godot will give focus to " +"the closest [Control] to the bottom of this one." +msgstr "" + +#: doc/classes/Control.xml:718 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"the top arrow on the keyboard or top on a gamepad by default. You can change " +"the key by editing the [code]ui_top[/code] input action. The node must be a " +"[Control]. If this property is not set, Godot will give focus to the closest " +"[Control] to the bottom of this one." +msgstr "" + +#: doc/classes/Control.xml:721 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"Tab on a keyboard by default. You can change the key by editing the " +"[code]ui_focus_next[/code] input action.\n" +"If this property is not set, Godot will select a \"best guess\" based on " +"surrounding nodes in the scene tree." +msgstr "" + +#: doc/classes/Control.xml:725 +msgid "" +"Tells Godot which node it should give keyboard focus to if the user presses " +"Shift+Tab on a keyboard by default. You can change the key by editing the " +"[code]ui_focus_prev[/code] input action.\n" +"If this property is not set, Godot will select a \"best guess\" based on " +"surrounding nodes in the scene tree." +msgstr "" + +#: doc/classes/Control.xml:729 +msgid "" +"Controls the direction on the horizontal axis in which the control should " +"grow if its horizontal minimum size is changed to be greater than its " +"current size, as the control always has to be at least the minimum size." +msgstr "" + +#: doc/classes/Control.xml:732 +msgid "" +"Controls the direction on the vertical axis in which the control should grow " +"if its vertical minimum size is changed to be greater than its current size, " +"as the control always has to be at least the minimum size." +msgstr "" + +#: doc/classes/Control.xml:735 +msgid "" +"Changes the tooltip text. The tooltip appears when the user's mouse cursor " +"stays idle over this control for a few moments, provided that the [member " +"mouse_filter] property is not [constant MOUSE_FILTER_IGNORE]. You can change " +"the time required for the tooltip to appear with [code]gui/timers/" +"tooltip_delay_sec[/code] option in Project Settings.\n" +"The tooltip popup will use either a default implementation, or a custom one " +"that you can provide by overriding [method _make_custom_tooltip]. The " +"default tooltip includes a [PopupPanel] and [Label] whose theme properties " +"can be customized using [Theme] methods with the [code]\"TooltipPanel\"[/" +"code] and [code]\"TooltipLabel\"[/code] respectively. For example:\n" +"[codeblock]\n" +"var style_box = StyleBoxFlat.new()\n" +"style_box.set_bg_color(Color(1, 1, 0))\n" +"style_box.set_border_width_all(2)\n" +"# We assume here that the `theme` property has been assigned a custom Theme " +"beforehand.\n" +"theme.set_stylebox(\"panel\", \"TooltipPanel\", style_box)\n" +"theme.set_color(\"font_color\", \"TooltipLabel\", Color(0, 1, 1))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Control.xml:747 +msgid "" +"Enables whether input should propagate when you close the control as modal.\n" +"If [code]false[/code], stops event handling at the viewport input event " +"handling. The viewport first hides the modal and after marks the input as " +"handled." +msgstr "" + +#: doc/classes/Control.xml:751 +msgid "" +"Distance between the node's bottom edge and its parent control, based on " +"[member anchor_bottom].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:755 +msgid "" +"Distance between the node's left edge and its parent control, based on " +"[member anchor_left].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:759 +msgid "" +"Distance between the node's right edge and its parent control, based on " +"[member anchor_right].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:763 +msgid "" +"Distance between the node's top edge and its parent control, based on " +"[member anchor_top].\n" +"Margins are often controlled by one or multiple parent [Container] nodes, so " +"you should not modify them manually if your node is a direct child of a " +"[Container]. Margins update automatically when you move or resize the node." +msgstr "" + +#: doc/classes/Control.xml:767 +msgid "" +"The default cursor shape for this control. Useful for Godot plugins and " +"applications or games that use the system's mouse cursors.\n" +"[b]Note:[/b] On Linux, shapes may vary depending on the cursor theme of the " +"system." +msgstr "" + +#: doc/classes/Control.xml:771 +msgid "" +"Controls whether the control will be able to receive mouse button input " +"events through [method _gui_input] and how these events should be handled. " +"Also controls whether the control can receive the [signal mouse_entered], " +"and [signal mouse_exited] signals. See the constants to learn what each does." +msgstr "" + +#: doc/classes/Control.xml:774 +msgid "" +"Enables whether rendering of [CanvasItem] based children should be clipped " +"to this control's rectangle. If [code]true[/code], parts of a child which " +"would be visibly outside of this control's rectangle will not be rendered." +msgstr "" + +#: doc/classes/Control.xml:777 +msgid "" +"The node's global position, relative to the world (usually to the top-left " +"corner of the window)." +msgstr "" + +#: doc/classes/Control.xml:780 +msgid "" +"The minimum size of the node's bounding rectangle. If you set it to a value " +"greater than (0, 0), the node's bounding rectangle will always have at least " +"this size, even if its content is smaller. If it's set to (0, 0), the node " +"sizes automatically to fit its content, be it a texture or child nodes." +msgstr "" + +#: doc/classes/Control.xml:783 +msgid "" +"By default, the node's pivot is its top-left corner. When you change its " +"[member rect_scale], it will scale around this pivot. Set this property to " +"[member rect_size] / 2 to center the pivot in the node's rectangle." +msgstr "" + +#: doc/classes/Control.xml:786 +msgid "" +"The node's position, relative to its parent. It corresponds to the " +"rectangle's top-left corner. The property is not affected by [member " +"rect_pivot_offset]." +msgstr "" + +#: doc/classes/Control.xml:789 +msgid "" +"The node's rotation around its pivot, in degrees. See [member " +"rect_pivot_offset] to change the pivot's position." +msgstr "" + +#: doc/classes/Control.xml:792 +msgid "" +"The node's scale, relative to its [member rect_size]. Change this property " +"to scale the node around its [member rect_pivot_offset]. The Control's " +"[member hint_tooltip] will also scale according to this value.\n" +"[b]Note:[/b] This property is mainly intended to be used for animation " +"purposes. Text inside the Control will look pixelated or blurry when the " +"Control is scaled. To support multiple resolutions in your project, use an " +"appropriate viewport stretch mode as described in the [url=https://docs." +"godotengine.org/en/3.4/tutorials/viewports/multiple_resolutions." +"html]documentation[/url] instead of scaling Controls individually.\n" +"[b]Note:[/b] If the Control node is a child of a [Container] node, the scale " +"will be reset to [code]Vector2(1, 1)[/code] when the scene is instanced. To " +"set the Control's scale when it's instanced, wait for one frame using " +"[code]yield(get_tree(), \"idle_frame\")[/code] then set its [member " +"rect_scale] property." +msgstr "" + +#: doc/classes/Control.xml:797 +msgid "" +"The size of the node's bounding rectangle, in pixels. [Container] nodes " +"update this property automatically." +msgstr "" + +#: doc/classes/Control.xml:800 +msgid "" +"Tells the parent [Container] nodes how they should resize and place the node " +"on the X axis. Use one of the [enum SizeFlags] constants to change the " +"flags. See the constants to learn what each does." +msgstr "" + +#: doc/classes/Control.xml:803 +msgid "" +"If the node and at least one of its neighbours uses the [constant " +"SIZE_EXPAND] size flag, the parent [Container] will let it take more or less " +"space depending on this property. If this node has a stretch ratio of 2 and " +"its neighbour a ratio of 1, this node will take two thirds of the available " +"space." +msgstr "" + +#: doc/classes/Control.xml:806 +msgid "" +"Tells the parent [Container] nodes how they should resize and place the node " +"on the Y axis. Use one of the [enum SizeFlags] constants to change the " +"flags. See the constants to learn what each does." +msgstr "" + +#: doc/classes/Control.xml:809 +msgid "" +"Changing this property replaces the current [Theme] resource this node and " +"all its [Control] children use." +msgstr "" + +#: doc/classes/Control.xml:815 +msgid "Emitted when the node gains keyboard focus." +msgstr "" + +#: doc/classes/Control.xml:820 +msgid "Emitted when the node loses keyboard focus." +msgstr "" + +#: doc/classes/Control.xml:826 +msgid "Emitted when the node receives an [InputEvent]." +msgstr "" + +#: doc/classes/Control.xml:831 +msgid "Emitted when the node's minimum size changes." +msgstr "" + +#: doc/classes/Control.xml:836 +msgid "Emitted when a modal [Control] is closed. See [method show_modal]." +msgstr "" + +#: doc/classes/Control.xml:841 +msgid "" +"Emitted when the mouse enters the control's [code]Rect[/code] area, provided " +"its [member mouse_filter] lets the event reach it.\n" +"[b]Note:[/b] [signal mouse_entered] will not be emitted if the mouse enters " +"a child [Control] node before entering the parent's [code]Rect[/code] area, " +"at least until the mouse is moved to reach the parent's [code]Rect[/code] " +"area." +msgstr "" + +#: doc/classes/Control.xml:847 +msgid "" +"Emitted when the mouse leaves the control's [code]Rect[/code] area, provided " +"its [member mouse_filter] lets the event reach it.\n" +"[b]Note:[/b] [signal mouse_exited] will be emitted if the mouse enters a " +"child [Control] node, even if the mouse cursor is still inside the parent's " +"[code]Rect[/code] area." +msgstr "" + +#: doc/classes/Control.xml:853 +msgid "Emitted when the control changes size." +msgstr "" + +#: doc/classes/Control.xml:858 +msgid "" +"Emitted when one of the size flags changes. See [member " +"size_flags_horizontal] and [member size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:864 +msgid "The node cannot grab focus. Use with [member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:867 +msgid "" +"The node can only grab focus on mouse clicks. Use with [member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:870 +msgid "" +"The node can grab focus on mouse click or using the arrows and the Tab keys " +"on the keyboard. Use with [member focus_mode]." +msgstr "" + +#: doc/classes/Control.xml:873 +msgid "" +"Sent when the node changes size. Use [member rect_size] to get the new size." +msgstr "" + +#: doc/classes/Control.xml:876 +msgid "Sent when the mouse pointer enters the node." +msgstr "" + +#: doc/classes/Control.xml:879 +msgid "Sent when the mouse pointer exits the node." +msgstr "" + +#: doc/classes/Control.xml:882 +msgid "Sent when the node grabs focus." +msgstr "" + +#: doc/classes/Control.xml:885 +msgid "Sent when the node loses focus." +msgstr "" + +#: doc/classes/Control.xml:888 +msgid "" +"Sent when the node's [member theme] changes, right before Godot redraws the " +"control. Happens when you call one of the [code]add_*_override[/code] " +"methods." +msgstr "" + +#: doc/classes/Control.xml:891 +msgid "Sent when an open modal dialog closes. See [method show_modal]." +msgstr "" + +#: doc/classes/Control.xml:894 +msgid "" +"Sent when this node is inside a [ScrollContainer] which has begun being " +"scrolled." +msgstr "" + +#: doc/classes/Control.xml:897 +msgid "" +"Sent when this node is inside a [ScrollContainer] which has stopped being " +"scrolled." +msgstr "" + +#: doc/classes/Control.xml:900 +msgid "" +"Show the system's arrow mouse cursor when the user hovers the node. Use with " +"[member mouse_default_cursor_shape]." +msgstr "" + +#: doc/classes/Control.xml:903 +msgid "" +"Show the system's I-beam mouse cursor when the user hovers the node. The I-" +"beam pointer has a shape similar to \"I\". It tells the user they can " +"highlight or insert text." +msgstr "" + +#: doc/classes/Control.xml:906 +msgid "" +"Show the system's pointing hand mouse cursor when the user hovers the node." +msgstr "" + +#: doc/classes/Control.xml:909 +msgid "Show the system's cross mouse cursor when the user hovers the node." +msgstr "" + +#: doc/classes/Control.xml:912 +msgid "" +"Show the system's wait mouse cursor, often an hourglass, when the user " +"hovers the node." +msgstr "" + +#: doc/classes/Control.xml:915 +msgid "" +"Show the system's busy mouse cursor when the user hovers the node. Often an " +"hourglass." +msgstr "" + +#: doc/classes/Control.xml:918 +msgid "" +"Show the system's drag mouse cursor, often a closed fist or a cross symbol, " +"when the user hovers the node. It tells the user they're currently dragging " +"an item, like a node in the Scene dock." +msgstr "" + +#: doc/classes/Control.xml:921 +msgid "" +"Show the system's drop mouse cursor when the user hovers the node. It can be " +"an open hand. It tells the user they can drop an item they're currently " +"grabbing, like a node in the Scene dock." +msgstr "" + +#: doc/classes/Control.xml:924 +msgid "" +"Show the system's forbidden mouse cursor when the user hovers the node. " +"Often a crossed circle." +msgstr "" + +#: doc/classes/Control.xml:927 +msgid "" +"Show the system's vertical resize mouse cursor when the user hovers the " +"node. A double-headed vertical arrow. It tells the user they can resize the " +"window or the panel vertically." +msgstr "" + +#: doc/classes/Control.xml:930 +msgid "" +"Show the system's horizontal resize mouse cursor when the user hovers the " +"node. A double-headed horizontal arrow. It tells the user they can resize " +"the window or the panel horizontally." +msgstr "" + +#: doc/classes/Control.xml:933 +msgid "" +"Show the system's window resize mouse cursor when the user hovers the node. " +"The cursor is a double-headed arrow that goes from the bottom left to the " +"top right. It tells the user they can resize the window or the panel both " +"horizontally and vertically." +msgstr "" + +#: doc/classes/Control.xml:936 +msgid "" +"Show the system's window resize mouse cursor when the user hovers the node. " +"The cursor is a double-headed arrow that goes from the top left to the " +"bottom right, the opposite of [constant CURSOR_BDIAGSIZE]. It tells the user " +"they can resize the window or the panel both horizontally and vertically." +msgstr "" + +#: doc/classes/Control.xml:939 +msgid "" +"Show the system's move mouse cursor when the user hovers the node. It shows " +"2 double-headed arrows at a 90 degree angle. It tells the user they can move " +"a UI element freely." +msgstr "" + +#: doc/classes/Control.xml:942 +msgid "" +"Show the system's vertical split mouse cursor when the user hovers the node. " +"On Windows, it's the same as [constant CURSOR_VSIZE]." +msgstr "" + +#: doc/classes/Control.xml:945 +msgid "" +"Show the system's horizontal split mouse cursor when the user hovers the " +"node. On Windows, it's the same as [constant CURSOR_HSIZE]." +msgstr "" + +#: doc/classes/Control.xml:948 +msgid "" +"Show the system's help mouse cursor when the user hovers the node, a " +"question mark." +msgstr "" + +#: doc/classes/Control.xml:951 +msgid "" +"Snap all 4 anchors to the top-left of the parent control's bounds. Use with " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:954 +msgid "" +"Snap all 4 anchors to the top-right of the parent control's bounds. Use with " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:957 +msgid "" +"Snap all 4 anchors to the bottom-left of the parent control's bounds. Use " +"with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:960 +msgid "" +"Snap all 4 anchors to the bottom-right of the parent control's bounds. Use " +"with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:963 +msgid "" +"Snap all 4 anchors to the center of the left edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:966 +msgid "" +"Snap all 4 anchors to the center of the top edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:969 +msgid "" +"Snap all 4 anchors to the center of the right edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:972 +msgid "" +"Snap all 4 anchors to the center of the bottom edge of the parent control's " +"bounds. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:975 +msgid "" +"Snap all 4 anchors to the center of the parent control's bounds. Use with " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:978 +msgid "" +"Snap all 4 anchors to the left edge of the parent control. The left margin " +"becomes relative to the left edge and the top margin relative to the top " +"left corner of the node's parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:981 +msgid "" +"Snap all 4 anchors to the top edge of the parent control. The left margin " +"becomes relative to the top left corner, the top margin relative to the top " +"edge, and the right margin relative to the top right corner of the node's " +"parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:984 +msgid "" +"Snap all 4 anchors to the right edge of the parent control. The right margin " +"becomes relative to the right edge and the top margin relative to the top " +"right corner of the node's parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:987 +msgid "" +"Snap all 4 anchors to the bottom edge of the parent control. The left margin " +"becomes relative to the bottom left corner, the bottom margin relative to " +"the bottom edge, and the right margin relative to the bottom right corner of " +"the node's parent. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:990 +msgid "" +"Snap all 4 anchors to a vertical line that cuts the parent control in half. " +"Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:993 +msgid "" +"Snap all 4 anchors to a horizontal line that cuts the parent control in " +"half. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:996 +msgid "" +"Snap all 4 anchors to the respective corners of the parent control. Set all " +"4 margins to 0 after you applied this preset and the [Control] will fit its " +"parent control. This is equivalent to the \"Full Rect\" layout option in the " +"editor. Use with [method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:999 +msgid "The control will be resized to its minimum size." +msgstr "" + +#: doc/classes/Control.xml:1002 +msgid "The control's width will not change." +msgstr "" + +#: doc/classes/Control.xml:1005 +msgid "The control's height will not change." +msgstr "" + +#: doc/classes/Control.xml:1008 +msgid "The control's size will not change." +msgstr "" + +#: doc/classes/Control.xml:1011 +msgid "" +"Tells the parent [Container] to expand the bounds of this node to fill all " +"the available space without pushing any other node. Use with [member " +"size_flags_horizontal] and [member size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1014 +msgid "" +"Tells the parent [Container] to let this node take all the available space " +"on the axis you flag. If multiple neighboring nodes are set to expand, " +"they'll share the space based on their stretch ratio. See [member " +"size_flags_stretch_ratio]. Use with [member size_flags_horizontal] and " +"[member size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1017 +msgid "" +"Sets the node's size flags to both fill and expand. See the 2 constants " +"above for more information." +msgstr "" + +#: doc/classes/Control.xml:1020 +msgid "" +"Tells the parent [Container] to center the node in itself. It centers the " +"control based on its bounding box, so it doesn't work with the fill or " +"expand size flags. Use with [member size_flags_horizontal] and [member " +"size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1023 +msgid "" +"Tells the parent [Container] to align the node with its end, either the " +"bottom or the right edge. It doesn't work with the fill or expand size " +"flags. Use with [member size_flags_horizontal] and [member " +"size_flags_vertical]." +msgstr "" + +#: doc/classes/Control.xml:1026 +msgid "" +"The control will receive mouse button input events through [method " +"_gui_input] if clicked on. And the control will receive the [signal " +"mouse_entered] and [signal mouse_exited] signals. These events are " +"automatically marked as handled, and they will not propagate further to " +"other controls. This also results in blocking signals in other controls." +msgstr "" + +#: doc/classes/Control.xml:1029 +msgid "" +"The control will receive mouse button input events through [method " +"_gui_input] if clicked on. And the control will receive the [signal " +"mouse_entered] and [signal mouse_exited] signals. If this control does not " +"handle the event, the parent control (if any) will be considered, and so on " +"until there is no more parent control to potentially handle it. This also " +"allows signals to fire in other controls. Even if no control handled it at " +"all, the event will still be handled automatically, so unhandled input will " +"not be fired." +msgstr "" + +#: doc/classes/Control.xml:1032 +msgid "" +"The control will not receive mouse button input events through [method " +"_gui_input]. The control will also not receive the [signal mouse_entered] " +"nor [signal mouse_exited] signals. This will not block other controls from " +"receiving these events or firing the signals. Ignored events will not be " +"handled automatically." +msgstr "" + +#: doc/classes/Control.xml:1035 +msgid "" +"The control will grow to the left or top to make up if its minimum size is " +"changed to be greater than its current size on the respective axis." +msgstr "" + +#: doc/classes/Control.xml:1038 +msgid "" +"The control will grow to the right or bottom to make up if its minimum size " +"is changed to be greater than its current size on the respective axis." +msgstr "" + +#: doc/classes/Control.xml:1041 +msgid "" +"The control will grow in both directions equally to make up if its minimum " +"size is changed to be greater than its current size." +msgstr "" + +#: doc/classes/Control.xml:1044 +msgid "" +"Snaps one of the 4 anchor's sides to the origin of the node's [code]Rect[/" +"code], in the top left. Use it with one of the [code]anchor_*[/code] member " +"variables, like [member anchor_left]. To change all 4 anchors at once, use " +"[method set_anchors_preset]." +msgstr "" + +#: doc/classes/Control.xml:1047 +msgid "" +"Snaps one of the 4 anchor's sides to the end of the node's [code]Rect[/" +"code], in the bottom right. Use it with one of the [code]anchor_*[/code] " +"member variables, like [member anchor_left]. To change all 4 anchors at " +"once, use [method set_anchors_preset]." +msgstr "" + +#: doc/classes/ConvexPolygonShape.xml:4 +msgid "Convex polygon shape for 3D physics." +msgstr "" + +#: doc/classes/ConvexPolygonShape.xml:7 +msgid "" +"Convex polygon shape resource, which can be added to a [PhysicsBody] or area." +msgstr "" + +#: doc/classes/ConvexPolygonShape.xml:16 +msgid "The list of 3D points forming the convex polygon shape." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:4 +msgid "Convex polygon shape for 2D physics." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:7 +msgid "" +"Convex polygon shape for 2D physics. A convex polygon, whatever its shape, " +"is internally decomposed into as many convex polygons as needed to ensure " +"all collision checks against it are always done on convex polygons (which " +"are faster to check).\n" +"The main difference between a [ConvexPolygonShape2D] and a " +"[ConcavePolygonShape2D] is that a concave polygon assumes it is concave and " +"uses a more complex method of collision detection, and a convex one forces " +"itself to be convex in order to speed up collision detection." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:17 +msgid "" +"Based on the set of points provided, this creates and assigns the [member " +"points] property using the convex hull algorithm. Removing all unneeded " +"points. See [method Geometry.convex_hull_2d] for details." +msgstr "" + +#: doc/classes/ConvexPolygonShape2D.xml:23 +msgid "" +"The polygon's list of vertices. Can be in either clockwise or " +"counterclockwise order." +msgstr "" + +#: doc/classes/CPUParticles.xml:4 +msgid "CPU-based 3D particle emitter." +msgstr "" + +#: doc/classes/CPUParticles.xml:7 +msgid "" +"CPU-based 3D particle node used to create a variety of particle systems and " +"effects.\n" +"See also [Particles], which provides the same functionality with hardware " +"acceleration, but may not run on older devices.\n" +"[b]Note:[/b] Unlike [Particles], the visibility rect is generated on-the-fly " +"and doesn't need to be configured by the user." +msgstr "" + +#: doc/classes/CPUParticles.xml:18 +msgid "" +"Sets this node's properties to match a given [Particles] node with an " +"assigned [ParticlesMaterial]." +msgstr "" + +#: doc/classes/CPUParticles.xml:25 doc/classes/CPUParticles2D.xml:26 +msgid "Returns the base value of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:32 doc/classes/CPUParticles2D.xml:33 +msgid "Returns the [Curve] of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:39 doc/classes/CPUParticles2D.xml:40 +msgid "" +"Returns the randomness factor of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:46 doc/classes/CPUParticles2D.xml:47 +msgid "" +"Returns the enabled state of the given flag (see [enum Flags] for options)." +msgstr "" + +#: doc/classes/CPUParticles.xml:52 doc/classes/CPUParticles2D.xml:53 +msgid "Restarts the particle emitter." +msgstr "" + +#: doc/classes/CPUParticles.xml:60 doc/classes/CPUParticles2D.xml:61 +msgid "Sets the base value of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:68 doc/classes/CPUParticles2D.xml:69 +msgid "Sets the [Curve] of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:76 doc/classes/CPUParticles2D.xml:77 +msgid "" +"Sets the randomness factor of the parameter specified by [enum Parameter]." +msgstr "" + +#: doc/classes/CPUParticles.xml:84 doc/classes/CPUParticles2D.xml:85 +msgid "Enables or disables the given flag (see [enum Flags] for options)." +msgstr "" + +#: doc/classes/CPUParticles.xml:90 doc/classes/CPUParticles2D.xml:91 +#: doc/classes/Particles.xml:47 doc/classes/Particles2D.xml:33 +msgid "" +"The number of particles emitted in one emission cycle (corresponding to the " +"[member lifetime]).\n" +"[b]Note:[/b] Changing [member amount] will reset the particle emission, " +"therefore removing all particles that were already emitted before changing " +"[member amount]." +msgstr "" + +#: doc/classes/CPUParticles.xml:94 doc/classes/CPUParticles2D.xml:95 +msgid "Initial rotation applied to each particle, in degrees." +msgstr "" + +#: doc/classes/CPUParticles.xml:97 doc/classes/CPUParticles2D.xml:98 +msgid "Each particle's rotation will be animated along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:100 doc/classes/CPUParticles2D.xml:101 +#: doc/classes/ParticlesMaterial.xml:84 +msgid "Rotation randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:103 doc/classes/CPUParticles2D.xml:104 +msgid "" +"Initial angular velocity applied to each particle. Sets the speed of " +"rotation of the particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:106 doc/classes/CPUParticles2D.xml:107 +msgid "Each particle's angular velocity will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:109 doc/classes/CPUParticles2D.xml:110 +#: doc/classes/ParticlesMaterial.xml:94 +msgid "Angular velocity randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:112 doc/classes/CPUParticles2D.xml:113 +#: doc/classes/ParticlesMaterial.xml:97 +msgid "Particle animation offset." +msgstr "" + +#: doc/classes/CPUParticles.xml:115 doc/classes/CPUParticles2D.xml:116 +msgid "Each particle's animation offset will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:118 doc/classes/CPUParticles2D.xml:119 +#: doc/classes/ParticlesMaterial.xml:103 +msgid "Animation offset randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:121 doc/classes/CPUParticles2D.xml:122 +#: doc/classes/ParticlesMaterial.xml:106 +msgid "Particle animation speed." +msgstr "" + +#: doc/classes/CPUParticles.xml:124 doc/classes/CPUParticles2D.xml:125 +msgid "Each particle's animation speed will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:127 doc/classes/CPUParticles2D.xml:128 +#: doc/classes/ParticlesMaterial.xml:112 +msgid "Animation speed randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:130 +msgid "" +"Each particle's initial color. To have particle display color in a " +"[SpatialMaterial] make sure to set [member SpatialMaterial." +"vertex_color_use_as_albedo] to [code]true[/code]." +msgstr "" + +#: doc/classes/CPUParticles.xml:133 doc/classes/ParticlesMaterial.xml:118 +msgid "" +"Each particle's color will vary along this [GradientTexture] over its " +"lifetime (multiplied with [member color])." +msgstr "" + +#: doc/classes/CPUParticles.xml:136 doc/classes/CPUParticles2D.xml:137 +#: doc/classes/ParticlesMaterial.xml:121 +msgid "The rate at which particles lose velocity." +msgstr "" + +#: doc/classes/CPUParticles.xml:139 doc/classes/CPUParticles2D.xml:140 +msgid "Damping will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:142 doc/classes/CPUParticles2D.xml:143 +#: doc/classes/ParticlesMaterial.xml:127 +msgid "Damping randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:145 doc/classes/CPUParticles2D.xml:146 +#: doc/classes/ParticlesMaterial.xml:130 +msgid "Unit vector specifying the particles' emission direction." +msgstr "" + +#: doc/classes/CPUParticles.xml:148 doc/classes/CPUParticles2D.xml:149 +#: doc/classes/Particles.xml:51 doc/classes/Particles2D.xml:37 +msgid "Particle draw order. Uses [enum DrawOrder] values." +msgstr "" + +#: doc/classes/CPUParticles.xml:151 +msgid "" +"The rectangle's extents if [member emission_shape] is set to [constant " +"EMISSION_SHAPE_BOX]." +msgstr "" + +#: doc/classes/CPUParticles.xml:154 doc/classes/CPUParticles2D.xml:152 +msgid "" +"Sets the [Color]s to modulate particles by when using [constant " +"EMISSION_SHAPE_POINTS] or [constant EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/CPUParticles.xml:157 doc/classes/CPUParticles2D.xml:155 +msgid "" +"Sets the direction the particles will be emitted in when using [constant " +"EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/CPUParticles.xml:160 doc/classes/CPUParticles2D.xml:158 +msgid "" +"Sets the initial positions to spawn particles when using [constant " +"EMISSION_SHAPE_POINTS] or [constant EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/CPUParticles.xml:163 +msgid "" +"The axis for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:166 +msgid "" +"The height for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:169 +msgid "" +"The inner radius for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:172 +msgid "" +"The radius for the ring shaped emitter when using [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/CPUParticles.xml:175 doc/classes/CPUParticles2D.xml:164 +msgid "" +"Particles will be emitted inside this region. See [enum EmissionShape] for " +"possible values." +msgstr "" + +#: doc/classes/CPUParticles.xml:178 +msgid "" +"The sphere's radius if [enum EmissionShape] is set to [constant " +"EMISSION_SHAPE_SPHERE]." +msgstr "" + +#: doc/classes/CPUParticles.xml:181 doc/classes/CPUParticles2D.xml:170 +#: doc/classes/Particles.xml:69 doc/classes/Particles2D.xml:40 +msgid "If [code]true[/code], particles are being emitted." +msgstr "" + +#: doc/classes/CPUParticles.xml:184 doc/classes/CPUParticles2D.xml:173 +#: doc/classes/Particles2D.xml:43 +msgid "" +"How rapidly particles in an emission cycle are emitted. If greater than " +"[code]0[/code], there will be a gap in emissions before the next cycle " +"begins." +msgstr "" + +#: doc/classes/CPUParticles.xml:187 +msgid "" +"The particle system's frame rate is fixed to a value. For instance, changing " +"the value to 2 will make the particles render at 2 frames per second. Note " +"this does not slow down the particle system itself." +msgstr "" + +#: doc/classes/CPUParticles.xml:190 doc/classes/CPUParticles2D.xml:179 +#: doc/classes/ParticlesMaterial.xml:166 +msgid "Align Y axis of particle with the direction of its velocity." +msgstr "" + +#: doc/classes/CPUParticles.xml:193 doc/classes/ParticlesMaterial.xml:169 +msgid "If [code]true[/code], particles will not move on the z axis." +msgstr "" + +#: doc/classes/CPUParticles.xml:196 doc/classes/ParticlesMaterial.xml:172 +msgid "If [code]true[/code], particles rotate around Y axis by [member angle]." +msgstr "" + +#: doc/classes/CPUParticles.xml:199 +msgid "" +"Amount of [member spread] in Y/Z plane. A value of [code]1[/code] restricts " +"particles to X/Z plane." +msgstr "" + +#: doc/classes/CPUParticles.xml:202 doc/classes/CPUParticles2D.xml:182 +#: doc/classes/Particles.xml:78 doc/classes/Particles2D.xml:49 +msgid "" +"If [code]true[/code], results in fractional delta calculation which has a " +"smoother particles display effect." +msgstr "" + +#: doc/classes/CPUParticles.xml:205 doc/classes/CPUParticles2D.xml:185 +#: doc/classes/ParticlesMaterial.xml:178 +msgid "Gravity applied to every particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:208 doc/classes/CPUParticles2D.xml:188 +#: doc/classes/ParticlesMaterial.xml:181 +msgid "Initial hue variation applied to each particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:211 doc/classes/CPUParticles2D.xml:191 +msgid "Each particle's hue will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:214 doc/classes/CPUParticles2D.xml:194 +#: doc/classes/ParticlesMaterial.xml:187 +msgid "Hue variation randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:217 doc/classes/CPUParticles2D.xml:197 +#: doc/classes/ParticlesMaterial.xml:190 +msgid "" +"Initial velocity magnitude for each particle. Direction comes from [member " +"spread] and the node's orientation." +msgstr "" + +#: doc/classes/CPUParticles.xml:220 doc/classes/CPUParticles2D.xml:200 +#: doc/classes/ParticlesMaterial.xml:193 +msgid "Initial velocity randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:223 doc/classes/CPUParticles2D.xml:203 +#: doc/classes/Particles.xml:81 doc/classes/Particles2D.xml:52 +msgid "The amount of time each particle will exist (in seconds)." +msgstr "" + +#: doc/classes/CPUParticles.xml:226 doc/classes/CPUParticles2D.xml:206 +#: doc/classes/ParticlesMaterial.xml:196 +msgid "Particle lifetime randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:229 doc/classes/CPUParticles2D.xml:209 +#: doc/classes/ParticlesMaterial.xml:199 +msgid "" +"Linear acceleration applied to each particle in the direction of motion." +msgstr "" + +#: doc/classes/CPUParticles.xml:232 doc/classes/CPUParticles2D.xml:212 +msgid "Each particle's linear acceleration will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:235 doc/classes/CPUParticles2D.xml:215 +#: doc/classes/ParticlesMaterial.xml:205 +msgid "Linear acceleration randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:238 doc/classes/CPUParticles2D.xml:218 +#: doc/classes/Particles.xml:84 doc/classes/Particles2D.xml:55 +msgid "" +"If [code]true[/code], particles use the parent node's coordinate space. If " +"[code]false[/code], they use global coordinates." +msgstr "" + +#: doc/classes/CPUParticles.xml:241 +msgid "" +"The [Mesh] used for each particle. If [code]null[/code], particles will be " +"spheres." +msgstr "" + +#: doc/classes/CPUParticles.xml:244 doc/classes/CPUParticles2D.xml:225 +#: doc/classes/Particles2D.xml:62 +msgid "" +"If [code]true[/code], only one emission cycle occurs. If set [code]true[/" +"code] during a cycle, emission will stop at the cycle's end." +msgstr "" + +#: doc/classes/CPUParticles.xml:247 +msgid "" +"Orbital velocity applied to each particle. Makes the particles circle around " +"origin in the local XY plane. Specified in number of full rotations around " +"origin per second.\n" +"This property is only available when [member flag_disable_z] is [code]true[/" +"code]." +msgstr "" + +#: doc/classes/CPUParticles.xml:251 doc/classes/CPUParticles2D.xml:231 +msgid "Each particle's orbital velocity will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:254 doc/classes/CPUParticles2D.xml:234 +#: doc/classes/ParticlesMaterial.xml:215 +msgid "Orbital velocity randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:257 doc/classes/CPUParticles2D.xml:237 +#: doc/classes/Particles2D.xml:65 +msgid "Particle system starts as if it had already run for this many seconds." +msgstr "" + +#: doc/classes/CPUParticles.xml:260 doc/classes/CPUParticles2D.xml:240 +#: doc/classes/ParticlesMaterial.xml:218 +msgid "" +"Radial acceleration applied to each particle. Makes particle accelerate away " +"from origin." +msgstr "" + +#: doc/classes/CPUParticles.xml:263 doc/classes/CPUParticles2D.xml:243 +msgid "Each particle's radial acceleration will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:266 doc/classes/CPUParticles2D.xml:246 +#: doc/classes/ParticlesMaterial.xml:224 +msgid "Radial acceleration randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:269 doc/classes/CPUParticles2D.xml:249 +#: doc/classes/Particles2D.xml:71 +msgid "Emission lifetime randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:272 doc/classes/CPUParticles2D.xml:252 +#: doc/classes/ParticlesMaterial.xml:227 +msgid "Initial scale applied to each particle." +msgstr "" + +#: doc/classes/CPUParticles.xml:275 doc/classes/CPUParticles2D.xml:255 +msgid "Each particle's scale will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:278 doc/classes/CPUParticles2D.xml:258 +#: doc/classes/ParticlesMaterial.xml:233 +msgid "Scale randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:281 doc/classes/CPUParticles2D.xml:261 +#: doc/classes/Particles2D.xml:74 +msgid "" +"Particle system's running speed scaling ratio. A value of [code]0[/code] can " +"be used to pause the particles." +msgstr "" + +#: doc/classes/CPUParticles.xml:284 +msgid "" +"Each particle's initial direction range from [code]+spread[/code] to [code]-" +"spread[/code] degrees. Applied to X/Z plane and Y/Z planes." +msgstr "" + +#: doc/classes/CPUParticles.xml:287 doc/classes/CPUParticles2D.xml:267 +#: doc/classes/ParticlesMaterial.xml:239 +msgid "" +"Tangential acceleration applied to each particle. Tangential acceleration is " +"perpendicular to the particle's velocity giving the particles a swirling " +"motion." +msgstr "" + +#: doc/classes/CPUParticles.xml:290 doc/classes/CPUParticles2D.xml:270 +msgid "Each particle's tangential acceleration will vary along this [Curve]." +msgstr "" + +#: doc/classes/CPUParticles.xml:293 doc/classes/CPUParticles2D.xml:273 +#: doc/classes/ParticlesMaterial.xml:245 +msgid "Tangential acceleration randomness ratio." +msgstr "" + +#: doc/classes/CPUParticles.xml:298 doc/classes/CPUParticles2D.xml:281 +#: doc/classes/Particles.xml:109 doc/classes/Particles2D.xml:86 +msgid "Particles are drawn in the order emitted." +msgstr "" + +#: doc/classes/CPUParticles.xml:301 doc/classes/CPUParticles2D.xml:284 +#: doc/classes/Particles.xml:112 doc/classes/Particles2D.xml:89 +msgid "Particles are drawn in order of remaining lifetime." +msgstr "" + +#: doc/classes/CPUParticles.xml:304 doc/classes/Particles.xml:115 +msgid "Particles are drawn in order of depth." +msgstr "" + +#: doc/classes/CPUParticles.xml:307 doc/classes/CPUParticles2D.xml:287 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set initial velocity properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:310 doc/classes/CPUParticles2D.xml:290 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set angular velocity properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:313 doc/classes/CPUParticles2D.xml:293 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set orbital velocity properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:316 doc/classes/CPUParticles2D.xml:296 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set linear acceleration properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:319 doc/classes/CPUParticles2D.xml:299 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set radial acceleration properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:322 doc/classes/CPUParticles2D.xml:302 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set tangential acceleration properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:325 doc/classes/CPUParticles2D.xml:305 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set damping properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:328 doc/classes/CPUParticles2D.xml:308 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set angle properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:331 doc/classes/CPUParticles2D.xml:311 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set scale properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:334 doc/classes/CPUParticles2D.xml:314 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set hue variation properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:337 doc/classes/CPUParticles2D.xml:317 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set animation speed properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:340 doc/classes/CPUParticles2D.xml:320 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_curve] to set animation offset properties." +msgstr "" + +#: doc/classes/CPUParticles.xml:343 doc/classes/CPUParticles2D.xml:323 +#: doc/classes/ParticlesMaterial.xml:295 +msgid "Represents the size of the [enum Parameter] enum." +msgstr "" + +#: doc/classes/CPUParticles.xml:346 doc/classes/CPUParticles2D.xml:326 +msgid "Use with [method set_particle_flag] to set [member flag_align_y]." +msgstr "" + +#: doc/classes/CPUParticles.xml:349 +msgid "Use with [method set_particle_flag] to set [member flag_rotate_y]." +msgstr "" + +#: doc/classes/CPUParticles.xml:352 +msgid "Use with [method set_particle_flag] to set [member flag_disable_z]." +msgstr "" + +#: doc/classes/CPUParticles.xml:355 doc/classes/CPUParticles2D.xml:335 +#: doc/classes/GeometryInstance.xml:109 doc/classes/ParticlesMaterial.xml:307 +#: doc/classes/SpatialMaterial.xml:564 +msgid "Represents the size of the [enum Flags] enum." +msgstr "" + +#: doc/classes/CPUParticles.xml:358 doc/classes/CPUParticles2D.xml:338 +#: doc/classes/ParticlesMaterial.xml:310 +msgid "All particles will be emitted from a single point." +msgstr "" + +#: doc/classes/CPUParticles.xml:361 doc/classes/ParticlesMaterial.xml:313 +msgid "Particles will be emitted in the volume of a sphere." +msgstr "" + +#: doc/classes/CPUParticles.xml:364 doc/classes/ParticlesMaterial.xml:316 +msgid "Particles will be emitted in the volume of a box." +msgstr "" + +#: doc/classes/CPUParticles.xml:367 doc/classes/CPUParticles2D.xml:347 +msgid "" +"Particles will be emitted at a position chosen randomly among [member " +"emission_points]. Particle color will be modulated by [member " +"emission_colors]." +msgstr "" + +#: doc/classes/CPUParticles.xml:370 doc/classes/CPUParticles2D.xml:350 +msgid "" +"Particles will be emitted at a position chosen randomly among [member " +"emission_points]. Particle velocity and rotation will be set based on " +"[member emission_normals]. Particle color will be modulated by [member " +"emission_colors]." +msgstr "" + +#: doc/classes/CPUParticles.xml:373 doc/classes/ParticlesMaterial.xml:325 +msgid "Particles will be emitted in a ring or cylinder." +msgstr "" + +#: doc/classes/CPUParticles.xml:376 doc/classes/CPUParticles2D.xml:353 +#: doc/classes/ParticlesMaterial.xml:328 +msgid "Represents the size of the [enum EmissionShape] enum." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:4 +msgid "CPU-based 2D particle emitter." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:7 +msgid "" +"CPU-based 2D particle node used to create a variety of particle systems and " +"effects.\n" +"See also [Particles2D], which provides the same functionality with hardware " +"acceleration, but may not run on older devices.\n" +"[b]Note:[/b] Unlike [Particles2D], the visibility rect is generated on-the-" +"fly and doesn't need to be configured by the user." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:12 doc/classes/Particles2D.xml:14 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/particle_systems_2d.html" +msgstr "" + +#: doc/classes/CPUParticles2D.xml:19 +msgid "" +"Sets this node's properties to match a given [Particles2D] node with an " +"assigned [ParticlesMaterial]." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:131 +msgid "" +"Each particle's initial color. If [member texture] is defined, it will be " +"multiplied by this color." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:134 +msgid "" +"Each particle's color will vary along this [Gradient] (multiplied with " +"[member color])." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:161 +msgid "" +"The rectangle's extents if [member emission_shape] is set to [constant " +"EMISSION_SHAPE_RECTANGLE]." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:167 +msgid "" +"The sphere's radius if [member emission_shape] is set to [constant " +"EMISSION_SHAPE_SPHERE]." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:176 doc/classes/Particles.xml:75 +#: doc/classes/Particles2D.xml:46 +msgid "" +"The particle system's frame rate is fixed to a value. For instance, changing " +"the value to 2 will make the particles render at 2 frames per second. Note " +"this does not slow down the simulation of the particle system itself." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:221 doc/classes/Particles2D.xml:58 +msgid "" +"Normal map to be used for the [member texture] property.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:228 +msgid "" +"Orbital velocity applied to each particle. Makes the particles circle around " +"origin. Specified in number of full rotations around origin per second." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:264 doc/classes/ParticlesMaterial.xml:236 +msgid "" +"Each particle's initial direction range from [code]+spread[/code] to [code]-" +"spread[/code] degrees." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:276 doc/classes/Particles2D.xml:77 +msgid "Particle texture. If [code]null[/code], particles will be squares." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:329 doc/classes/CPUParticles2D.xml:332 +msgid "Present for consistency with 3D particle nodes, not used in 2D." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:341 +msgid "" +"Particles will be emitted on the surface of a sphere flattened to two " +"dimensions." +msgstr "" + +#: doc/classes/CPUParticles2D.xml:344 +msgid "Particles will be emitted in the area of a rectangle." +msgstr "" + +#: doc/classes/Crypto.xml:4 +msgid "Access to advanced cryptographic functionalities." +msgstr "" + +#: doc/classes/Crypto.xml:7 +msgid "" +"The Crypto class allows you to access some more advanced cryptographic " +"functionalities in Godot.\n" +"For now, this includes generating cryptographically secure random bytes, RSA " +"keys and self-signed X509 certificates generation, asymmetric key encryption/" +"decryption, and signing/verification.\n" +"[codeblock]\n" +"extends Node\n" +"\n" +"var crypto = Crypto.new()\n" +"var key = CryptoKey.new()\n" +"var cert = X509Certificate.new()\n" +"\n" +"func _ready():\n" +" # Generate new RSA key.\n" +" key = crypto.generate_rsa(4096)\n" +" # Generate new self-signed certificate with the given key.\n" +" cert = crypto.generate_self_signed_certificate(key, \"CN=mydomain.com," +"O=My Game Company,C=IT\")\n" +" # Save key and certificate in the user folder.\n" +" key.save(\"user://generated.key\")\n" +" cert.save(\"user://generated.crt\")\n" +" # Encryption\n" +" var data = \"Some data\"\n" +" var encrypted = crypto.encrypt(key, data.to_utf8())\n" +" # Decryption\n" +" var decrypted = crypto.decrypt(key, encrypted)\n" +" # Signing\n" +" var signature = crypto.sign(HashingContext.HASH_SHA256, data." +"sha256_buffer(), key)\n" +" # Verifying\n" +" var verified = crypto.verify(HashingContext.HASH_SHA256, data." +"sha256_buffer(), signature, key)\n" +" # Checks\n" +" assert(verified)\n" +" assert(data.to_utf8() == decrypted)\n" +"[/codeblock]\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/Crypto.xml:47 +msgid "" +"Compares two [PoolByteArray]s for equality without leaking timing " +"information in order to prevent timing attacks.\n" +"See [url=https://paragonie.com/blog/2015/11/preventing-timing-attacks-on-" +"string-comparison-with-double-hmac-strategy]this blog post[/url] for more " +"information." +msgstr "" + +#: doc/classes/Crypto.xml:56 +msgid "" +"Decrypt the given [code]ciphertext[/code] with the provided private " +"[code]key[/code].\n" +"[b]Note:[/b] The maximum size of accepted ciphertext is limited by the key " +"size." +msgstr "" + +#: doc/classes/Crypto.xml:65 +msgid "" +"Encrypt the given [code]plaintext[/code] with the provided public [code]key[/" +"code].\n" +"[b]Note:[/b] The maximum size of accepted plaintext is limited by the key " +"size." +msgstr "" + +#: doc/classes/Crypto.xml:73 +msgid "" +"Generates a [PoolByteArray] of cryptographically secure random bytes with " +"given [code]size[/code]." +msgstr "" + +#: doc/classes/Crypto.xml:80 +msgid "" +"Generates an RSA [CryptoKey] that can be used for creating self-signed " +"certificates and passed to [method StreamPeerSSL.accept_stream]." +msgstr "" + +#: doc/classes/Crypto.xml:90 +msgid "" +"Generates a self-signed [X509Certificate] from the given [CryptoKey] and " +"[code]issuer_name[/code]. The certificate validity will be defined by " +"[code]not_before[/code] and [code]not_after[/code] (first valid date and " +"last valid date). The [code]issuer_name[/code] must contain at least \"CN=" +"\" (common name, i.e. the domain name), \"O=\" (organization, i.e. your " +"company name), \"C=\" (country, i.e. 2 lettered ISO-3166 code of the country " +"the organization is based in).\n" +"A small example to generate an RSA key and a X509 self-signed certificate.\n" +"[codeblock]\n" +"var crypto = Crypto.new()\n" +"# Generate 4096 bits RSA key.\n" +"var key = crypto.generate_rsa(4096)\n" +"# Generate self-signed certificate using the given key.\n" +"var cert = crypto.generate_self_signed_certificate(key, \"CN=example.com,O=A " +"Game Company,C=IT\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Crypto.xml:107 +msgid "" +"Generates an [url=https://en.wikipedia.org/wiki/HMAC]HMAC[/url] digest of " +"[code]msg[/code] using [code]key[/code]. The [code]hash_type[/code] " +"parameter is the hashing algorithm that is used for the inner and outer " +"hashes.\n" +"Currently, only [constant HashingContext.HASH_SHA256] and [constant " +"HashingContext.HASH_SHA1] are supported." +msgstr "" + +#: doc/classes/Crypto.xml:117 +msgid "" +"Sign a given [code]hash[/code] of type [code]hash_type[/code] with the " +"provided private [code]key[/code]." +msgstr "" + +#: doc/classes/Crypto.xml:127 +msgid "" +"Verify that a given [code]signature[/code] for [code]hash[/code] of type " +"[code]hash_type[/code] against the provided public [code]key[/code]." +msgstr "" + +#: doc/classes/CryptoKey.xml:4 +msgid "A cryptographic key (RSA)." +msgstr "" + +#: doc/classes/CryptoKey.xml:7 +msgid "" +"The CryptoKey class represents a cryptographic key. Keys can be loaded and " +"saved like any other [Resource].\n" +"They can be used to generate a self-signed [X509Certificate] via [method " +"Crypto.generate_self_signed_certificate] and as private key in [method " +"StreamPeerSSL.accept_stream] along with the appropriate certificate.\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/CryptoKey.xml:17 +msgid "" +"Return [code]true[/code] if this CryptoKey only has the public part, and not " +"the private one." +msgstr "" + +#: doc/classes/CryptoKey.xml:25 +msgid "" +"Loads a key from [code]path[/code]. If [code]public_only[/code] is " +"[code]true[/code], only the public key will be loaded.\n" +"[b]Note:[/b] [code]path[/code] should be a \"*.pub\" file if " +"[code]public_only[/code] is [code]true[/code], a \"*.key\" file otherwise." +msgstr "" + +#: doc/classes/CryptoKey.xml:34 +msgid "" +"Loads a key from the given [code]string[/code]. If [code]public_only[/code] " +"is [code]true[/code], only the public key will be loaded." +msgstr "" + +#: doc/classes/CryptoKey.xml:42 +msgid "" +"Saves a key to the given [code]path[/code]. If [code]public_only[/code] is " +"[code]true[/code], only the public key will be saved.\n" +"[b]Note:[/b] [code]path[/code] should be a \"*.pub\" file if " +"[code]public_only[/code] is [code]true[/code], a \"*.key\" file otherwise." +msgstr "" + +#: doc/classes/CryptoKey.xml:50 +msgid "" +"Returns a string containing the key in PEM format. If [code]public_only[/" +"code] is [code]true[/code], only the public key will be included." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:4 +msgid "A CSG Box shape." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:7 +msgid "This node allows you to create a box for use with the CSG system." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:15 +msgid "Depth of the box measured from the center of the box." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:18 +msgid "Height of the box measured from the center of the box." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:21 +msgid "The material used to render the box." +msgstr "" + +#: modules/csg/doc_classes/CSGBox.xml:24 +msgid "Width of the box measured from the center of the box." +msgstr "" + +#: modules/csg/doc_classes/CSGCombiner.xml:4 +msgid "A CSG node that allows you to combine other CSG modifiers." +msgstr "" + +#: modules/csg/doc_classes/CSGCombiner.xml:7 +msgid "" +"For complex arrangements of shapes, it is sometimes needed to add structure " +"to your CSG nodes. The CSGCombiner node allows you to create this structure. " +"The node encapsulates the result of the CSG operations of its children. In " +"this way, it is possible to do operations on one set of shapes that are " +"children of one CSGCombiner node, and a set of separate operations on a " +"second set of shapes that are children of a second CSGCombiner node, and " +"then do an operation that takes the two end results as its input to create " +"the final shape." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:4 +msgid "A CSG Cylinder shape." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:7 +msgid "" +"This node allows you to create a cylinder (or cone) for use with the CSG " +"system." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:15 +msgid "" +"If [code]true[/code] a cone is created, the [member radius] will only apply " +"to one side." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:18 +msgid "The height of the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:21 +msgid "The material used to render the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:24 +msgid "The radius of the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:27 +msgid "" +"The number of sides of the cylinder, the higher this number the more detail " +"there will be in the cylinder." +msgstr "" + +#: modules/csg/doc_classes/CSGCylinder.xml:30 +msgid "" +"If [code]true[/code] the normals of the cylinder are set to give a smooth " +"effect making the cylinder seem rounded. If [code]false[/code] the cylinder " +"will have a flat shaded look." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:4 +msgid "A CSG Mesh shape that uses a mesh resource." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:7 +msgid "" +"This CSG node allows you to use any mesh resource as a CSG shape, provided " +"it is closed, does not self-intersect, does not contain internal faces and " +"has no edges that connect to more then two faces." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:15 +msgid "The [Material] used in drawing the CSG shape." +msgstr "" + +#: modules/csg/doc_classes/CSGMesh.xml:18 +msgid "" +"The [Mesh] resource to use as a CSG shape.\n" +"[b]Note:[/b] When using an [ArrayMesh], avoid meshes with vertex normals " +"unless a flat shader is required. By default, CSGMesh will ignore the mesh's " +"vertex normals and use a smooth shader calculated using the faces' normals. " +"If a flat shader is required, ensure that all faces' vertex normals are " +"parallel." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:4 +msgid "Extrudes a 2D polygon shape to create a 3D mesh." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:7 +msgid "" +"An array of 2D points is extruded to quickly and easily create a variety of " +"3D meshes." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:15 +msgid "" +"When [member mode] is [constant MODE_DEPTH], the depth of the extrusion." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:18 +msgid "" +"Material to use for the resulting mesh. The UV maps the top half of the " +"material to the extruded shape (U along the the length of the extrusions and " +"V around the outline of the [member polygon]), the bottom-left quarter to " +"the front end face, and the bottom-right quarter to the back end face." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:21 +msgid "The [member mode] used to extrude the [member polygon]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:24 +msgid "" +"When [member mode] is [constant MODE_PATH], by default, the top half of the " +"[member material] is stretched along the entire length of the extruded " +"shape. If [code]false[/code] the top half of the material is repeated every " +"step of the extrusion." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:27 +msgid "" +"When [member mode] is [constant MODE_PATH], the path interval or ratio of " +"path points to extrusions." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:30 +msgid "" +"When [member mode] is [constant MODE_PATH], this will determine if the " +"interval should be by distance ([constant PATH_INTERVAL_DISTANCE]) or " +"subdivision fractions ([constant PATH_INTERVAL_SUBDIVIDE])." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:33 +msgid "" +"When [member mode] is [constant MODE_PATH], if [code]true[/code] the ends of " +"the path are joined, by adding an extrusion between the last and first " +"points of the path." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:36 +msgid "" +"When [member mode] is [constant MODE_PATH], if [code]true[/code] the " +"[Transform] of the [CSGPolygon] is used as the starting point for the " +"extrusions, not the [Transform] of the [member path_node]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:39 +msgid "" +"When [member mode] is [constant MODE_PATH], the location of the [Path] " +"object used to extrude the [member polygon]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:42 +msgid "" +"When [member mode] is [constant MODE_PATH], the [enum PathRotation] method " +"used to rotate the [member polygon] as it is extruded." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:45 +msgid "" +"When [member mode] is [constant MODE_PATH], extrusions that are less than " +"this angle, will be merged together to reduce polygon count." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:48 +msgid "" +"When [member mode] is [constant MODE_PATH], this is the distance along the " +"path, in meters, the texture coordinates will tile. When set to 0, texture " +"coordinates will match geometry exactly with no tiling." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:51 +msgid "The point array that defines the 2D polygon that is extruded." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:54 +msgid "If [code]true[/code], applies smooth shading to the extrusions." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:57 +msgid "" +"When [member mode] is [constant MODE_SPIN], the total number of degrees the " +"[member polygon] is rotated when extruding." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:60 +msgid "" +"When [member mode] is [constant MODE_SPIN], the number of extrusions made." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:65 +msgid "The [member polygon] shape is extruded along the negative Z axis." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:68 +msgid "" +"The [member polygon] shape is extruded by rotating it around the Y axis." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:71 +msgid "" +"The [member polygon] shape is extruded along the [Path] specified in [member " +"path_node]." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:74 +msgid "" +"The [member polygon] shape is not rotated.\n" +"[b]Note:[/b] Requires the path's Z coordinates to continually decrease to " +"ensure viable shapes." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:78 +msgid "" +"The [member polygon] shape is rotated along the path, but it is not rotated " +"around the path axis.\n" +"[b]Note:[/b] Requires the path's Z coordinates to continually decrease to " +"ensure viable shapes." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:82 +msgid "" +"The [member polygon] shape follows the path and its rotations around the " +"path axis." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:85 +msgid "" +"When [member mode] is set to [constant MODE_PATH], [member path_interval] " +"will determine the distance, in meters, each interval of the path will " +"extrude." +msgstr "" + +#: modules/csg/doc_classes/CSGPolygon.xml:88 +msgid "" +"When [member mode] is set to [constant MODE_PATH], [member path_interval] " +"will subdivide the polygons along the path." +msgstr "" + +#: modules/csg/doc_classes/CSGPrimitive.xml:4 +msgid "Base class for CSG primitives." +msgstr "" + +#: modules/csg/doc_classes/CSGPrimitive.xml:7 +msgid "" +"Parent class for various CSG primitives. It contains code and functionality " +"that is common between them. It cannot be used directly. Instead use one of " +"the various classes that inherit from it." +msgstr "" + +#: modules/csg/doc_classes/CSGPrimitive.xml:15 +msgid "Invert the faces of the mesh." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:4 +msgid "The CSG base class." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:7 +msgid "" +"This is the CSG base class that provides CSG operation support to the " +"various CSG nodes in Godot." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:16 +#: modules/csg/doc_classes/CSGShape.xml:23 doc/classes/RayCast2D.xml:60 +#: doc/classes/SoftBody.xml:30 doc/classes/SoftBody.xml:37 +msgid "Returns an individual bit on the collision mask." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:29 +msgid "" +"Returns an [Array] with two elements, the first is the [Transform] of this " +"node and the second is the root [Mesh] of this node. Only works when this " +"node is the root shape." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:35 +msgid "" +"Returns [code]true[/code] if this is a root shape and is thus the object " +"that is rendered." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:43 doc/classes/SoftBody.xml:66 +msgid "" +"Sets individual bits on the layer mask. Use this if you only need to change " +"one layer's value." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:51 doc/classes/SoftBody.xml:74 +msgid "" +"Sets individual bits on the collision mask. Use this if you only need to " +"change one layer's value." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:57 +msgid "" +"Calculate tangents for the CSG shape which allows the use of normal maps. " +"This is only applied on the root shape, this setting is ignored on any child." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:60 +msgid "" +"The physics layers this area is in.\n" +"Collidable objects can exist in any of 32 different layers. These layers " +"work like a tagging system, and are not visual. A collidable can use these " +"layers to select with which objects it can collide, using the collision_mask " +"property.\n" +"A contact is detected if object A is in any of the layers that object B " +"scans, or object B is in any layer scanned by object A. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:65 +msgid "" +"The physics layers this CSG shape scans for collisions. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:68 +msgid "" +"The operation that is performed on this shape. This is ignored for the first " +"CSG child node as the operation is between this node and the previous child " +"of this nodes parent." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:71 +msgid "" +"Snap makes the mesh snap to a given distance so that the faces of two meshes " +"can be perfectly aligned. A lower value results in greater precision but may " +"be harder to adjust." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:74 +msgid "" +"Adds a collision shape to the physics engine for our CSG shape. This will " +"always act like a static body. Note that the collision shape is still active " +"even if the CSG shape itself is hidden." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:79 +msgid "" +"Geometry of both primitives is merged, intersecting geometry is removed." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:82 +msgid "Only intersecting geometry remains, the rest is removed." +msgstr "" + +#: modules/csg/doc_classes/CSGShape.xml:85 +msgid "" +"The second shape is subtracted from the first, leaving a dent with its shape." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:4 +msgid "A CSG Sphere shape." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:7 +msgid "This node allows you to create a sphere for use with the CSG system." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:15 +msgid "The material used to render the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:18 +msgid "Number of vertical slices for the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:21 +msgid "Radius of the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:24 +msgid "Number of horizontal slices for the sphere." +msgstr "" + +#: modules/csg/doc_classes/CSGSphere.xml:27 +msgid "" +"If [code]true[/code] the normals of the sphere are set to give a smooth " +"effect making the sphere seem rounded. If [code]false[/code] the sphere will " +"have a flat shaded look." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:4 +msgid "A CSG Torus shape." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:7 +msgid "This node allows you to create a torus for use with the CSG system." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:15 +msgid "The inner radius of the torus." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:18 +msgid "The material used to render the torus." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:21 +msgid "The outer radius of the torus." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:24 +msgid "The number of edges each ring of the torus is constructed of." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:27 +msgid "The number of slices the torus is constructed of." +msgstr "" + +#: modules/csg/doc_classes/CSGTorus.xml:30 +msgid "" +"If [code]true[/code] the normals of the torus are set to give a smooth " +"effect making the torus seem rounded. If [code]false[/code] the torus will " +"have a flat shaded look." +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:4 +msgid "" +"A script implemented in the C# programming language (Mono-enabled builds " +"only)." +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:7 +msgid "" +"This class represents a C# script. It is the C# equivalent of the [GDScript] " +"class and is only available in Mono-enabled Godot builds.\n" +"See also [GodotSharp]." +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/c_sharp/index." +"html" +msgstr "" + +#: modules/mono/doc_classes/CSharpScript.xml:18 +#: modules/gdnative/doc_classes/PluginScript.xml:13 +msgid "Returns a new instance of the script." +msgstr "" + +#: doc/classes/CubeMap.xml:4 +msgid "A CubeMap is a 6-sided 3D texture." +msgstr "" + +#: doc/classes/CubeMap.xml:7 +msgid "" +"A 6-sided 3D texture typically used for faking reflections. It can be used " +"to make an object look as if it's reflecting its surroundings. This usually " +"delivers much better performance than other reflection methods." +msgstr "" + +#: doc/classes/CubeMap.xml:15 +msgid "Returns the [CubeMap]'s height." +msgstr "" + +#: doc/classes/CubeMap.xml:22 +msgid "" +"Returns an [Image] for a side of the [CubeMap] using one of the [enum Side] " +"constants." +msgstr "" + +#: doc/classes/CubeMap.xml:28 +msgid "Returns the [CubeMap]'s width." +msgstr "" + +#: doc/classes/CubeMap.xml:36 +msgid "" +"Sets an [Image] for a side of the [CubeMap] using one of the [enum Side] " +"constants." +msgstr "" + +#: doc/classes/CubeMap.xml:42 +msgid "" +"The render flags for the [CubeMap]. See the [enum Flags] constants for " +"details." +msgstr "" + +#: doc/classes/CubeMap.xml:45 +msgid "" +"The lossy storage quality of the [CubeMap] if the storage mode is set to " +"[constant STORAGE_COMPRESS_LOSSY]." +msgstr "" + +#: doc/classes/CubeMap.xml:48 +msgid "The [CubeMap]'s storage mode. See [enum Storage] constants." +msgstr "" + +#: doc/classes/CubeMap.xml:53 +msgid "Store the [CubeMap] without any compression." +msgstr "" + +#: doc/classes/CubeMap.xml:56 +msgid "Store the [CubeMap] with strong compression that reduces image quality." +msgstr "" + +#: doc/classes/CubeMap.xml:59 +msgid "" +"Store the [CubeMap] with moderate compression that doesn't reduce image " +"quality." +msgstr "" + +#: doc/classes/CubeMap.xml:62 +msgid "Identifier for the left face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:65 +msgid "Identifier for the right face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:68 +msgid "Identifier for the bottom face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:71 +msgid "Identifier for the top face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:74 +msgid "Identifier for the front face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:77 +msgid "Identifier for the back face of the [CubeMap]." +msgstr "" + +#: doc/classes/CubeMap.xml:80 +msgid "Generate mipmaps, to enable smooth zooming out of the texture." +msgstr "" + +#: doc/classes/CubeMap.xml:83 +msgid "Repeat (instead of clamp to edge)." +msgstr "" + +#: doc/classes/CubeMap.xml:86 +msgid "Turn on magnifying filter, to enable smooth zooming in of the texture." +msgstr "" + +#: doc/classes/CubeMap.xml:89 +msgid "Default flags. Generate mipmaps, repeat, and filter are enabled." +msgstr "" + +#: doc/classes/CubeMesh.xml:4 +msgid "Generate an axis-aligned cuboid [PrimitiveMesh]." +msgstr "" + +#: doc/classes/CubeMesh.xml:7 +msgid "" +"Generate an axis-aligned cuboid [PrimitiveMesh].\n" +"The cube's UV layout is arranged in a 3×2 layout that allows texturing each " +"face individually. To apply the same texture on all faces, change the " +"material's UV property to [code]Vector3(3, 2, 1)[/code].\n" +"[b]Note:[/b] When using a large textured [CubeMesh] (e.g. as a floor), you " +"may stumble upon UV jittering issues depending on the camera angle. To solve " +"this, increase [member subdivide_depth], [member subdivide_height] and " +"[member subdivide_width] until you no longer notice UV jittering." +msgstr "" + +#: doc/classes/CubeMesh.xml:17 +msgid "Size of the cuboid mesh." +msgstr "" + +#: doc/classes/CubeMesh.xml:20 +msgid "Number of extra edge loops inserted along the Z axis." +msgstr "" + +#: doc/classes/CubeMesh.xml:23 +msgid "Number of extra edge loops inserted along the Y axis." +msgstr "" + +#: doc/classes/CubeMesh.xml:26 +msgid "Number of extra edge loops inserted along the X axis." +msgstr "" + +#: doc/classes/CullInstance.xml:4 +msgid "Parent of all nodes that can be culled by the Portal system." +msgstr "" + +#: doc/classes/CullInstance.xml:7 +msgid "" +"Provides common functionality to nodes that can be culled by the [Portal] " +"system.\n" +"[code]Static[/code] and [code]Dynamic[/code] objects are the most " +"efficiently managed objects in the system, but there are some caveats. They " +"are expected to be present initially when [Room]s are converted using the " +"[RoomManager] [code]rooms_convert[/code] function, and their lifetime should " +"be the same as the game level (i.e. present until you call " +"[code]rooms_clear[/code] on the [RoomManager]. Although you shouldn't " +"create / delete these objects during gameplay, you can manage their " +"visibility with the standard [code]hide[/code] and [code]show[/code] " +"commands.\n" +"[code]Roaming[/code] objects on the other hand, require extra processing to " +"keep track of which [Room] they are within. This enables them to be culled " +"effectively, wherever they are.\n" +"[code]Global[/code] objects are not culled by the portal system, and use " +"view frustum culling only.\n" +"Objects that are not [code]Static[/code] or [code]Dynamic[/code] can be " +"freely created and deleted during the lifetime of the game level." +msgstr "" + +#: doc/classes/CullInstance.xml:19 +msgid "" +"When set to [code]0[/code], [CullInstance]s will be autoplaced in the [Room] " +"with the highest priority.\n" +"When set to a value other than [code]0[/code], the system will attempt to " +"autoplace in a [Room] with the [code]autoplace_priority[/code], if it is " +"present.\n" +"This can be used to control autoplacement of building exteriors in an outer " +"[RoomGroup]." +msgstr "" + +#: doc/classes/CullInstance.xml:24 +msgid "" +"When a manual bound has not been explicitly specified for a [Room], the " +"convex hull bound will be estimated from the geometry of the objects within " +"the room. This setting determines whether the geometry of an object is " +"included in this estimate of the room bound.\n" +"[b]Note:[/b] This setting is only relevant when the object is set to " +"[code]PORTAL_MODE_STATIC[/code] or [code]PORTAL_MODE_DYNAMIC[/code], and for " +"[Portal]s." +msgstr "" + +#: doc/classes/CullInstance.xml:28 +msgid "" +"When using [Room]s and [Portal]s, this specifies how the [CullInstance] is " +"processed in the system." +msgstr "" + +#: doc/classes/CullInstance.xml:33 +msgid "" +"Use for instances within [Room]s that will [b]not move[/b] - e.g. walls, " +"floors.\n" +"[b]Note:[/b] If you attempt to delete a [code]PORTAL_MODE_STATIC[/code] " +"instance while the room graph is loaded (converted), it will unload the room " +"graph and deactivate portal culling. This is because the [b]room graph[/b] " +"data has been invalidated. You will need to reconvert the rooms using the " +"[RoomManager] to activate the system again." +msgstr "" + +#: doc/classes/CullInstance.xml:37 +msgid "" +"Use for instances within rooms that will move but [b]not change room[/b] - e." +"g. moving platforms.\n" +"[b]Note:[/b] If you attempt to delete a [code]PORTAL_MODE_DYNAMIC[/code] " +"instance while the room graph is loaded (converted), it will unload the room " +"graph and deactivate portal culling. This is because the [b]room graph[/b] " +"data has been invalidated. You will need to reconvert the rooms using the " +"[RoomManager] to activate the system again." +msgstr "" + +#: doc/classes/CullInstance.xml:41 +msgid "Use for instances that will move [b]between[/b] [Room]s - e.g. players." +msgstr "" + +#: doc/classes/CullInstance.xml:44 +msgid "" +"Use for instances that will be frustum culled only - e.g. first person " +"weapon, debug." +msgstr "" + +#: doc/classes/CullInstance.xml:47 +msgid "" +"Use for instances that will not be shown at all - e.g. [b]manual room " +"bounds[/b] (specified by prefix [i]'Bound_'[/i])." +msgstr "" + +#: doc/classes/Curve.xml:4 +msgid "A mathematic curve." +msgstr "" + +#: doc/classes/Curve.xml:7 +msgid "" +"A curve that can be saved and re-used for other objects. By default, it " +"ranges between [code]0[/code] and [code]1[/code] on the Y axis and positions " +"points relative to the [code]0.5[/code] Y position." +msgstr "" + +#: doc/classes/Curve.xml:20 +msgid "" +"Adds a point to the curve. For each side, if the [code]*_mode[/code] is " +"[constant TANGENT_LINEAR], the [code]*_tangent[/code] angle (in degrees) " +"uses the slope of the curve halfway to the adjacent point. Allows custom " +"assignments to the [code]*_tangent[/code] angle if [code]*_mode[/code] is " +"set to [constant TANGENT_FREE]." +msgstr "" + +#: doc/classes/Curve.xml:26 +msgid "Recomputes the baked cache of points for the curve." +msgstr "" + +#: doc/classes/Curve.xml:32 +msgid "" +"Removes points that are closer than [code]CMP_EPSILON[/code] (0.00001) units " +"to their neighbor on the curve." +msgstr "" + +#: doc/classes/Curve.xml:38 doc/classes/Curve2D.xml:27 +#: doc/classes/Curve3D.xml:27 +msgid "Removes all points from the curve." +msgstr "" + +#: doc/classes/Curve.xml:44 doc/classes/Curve2D.xml:61 +#: doc/classes/Curve3D.xml:74 +msgid "Returns the number of points describing the curve." +msgstr "" + +#: doc/classes/Curve.xml:51 +msgid "" +"Returns the left [enum TangentMode] for the point at [code]index[/code]." +msgstr "" + +#: doc/classes/Curve.xml:58 +msgid "" +"Returns the left tangent angle (in degrees) for the point at [code]index[/" +"code]." +msgstr "" + +#: doc/classes/Curve.xml:65 +msgid "Returns the curve coordinates for the point at [code]index[/code]." +msgstr "" + +#: doc/classes/Curve.xml:72 +msgid "" +"Returns the right [enum TangentMode] for the point at [code]index[/code]." +msgstr "" + +#: doc/classes/Curve.xml:79 +msgid "" +"Returns the right tangent angle (in degrees) for the point at [code]index[/" +"code]." +msgstr "" + +#: doc/classes/Curve.xml:86 +msgid "" +"Returns the Y value for the point that would exist at the X position " +"[code]offset[/code] along the curve." +msgstr "" + +#: doc/classes/Curve.xml:93 +msgid "" +"Returns the Y value for the point that would exist at the X position " +"[code]offset[/code] along the curve using the baked cache. Bakes the curve's " +"points if not already baked." +msgstr "" + +#: doc/classes/Curve.xml:100 +msgid "Removes the point at [code]index[/code] from the curve." +msgstr "" + +#: doc/classes/Curve.xml:108 +msgid "" +"Sets the left [enum TangentMode] for the point at [code]index[/code] to " +"[code]mode[/code]." +msgstr "" + +#: doc/classes/Curve.xml:116 +msgid "" +"Sets the left tangent angle for the point at [code]index[/code] to " +"[code]tangent[/code]." +msgstr "" + +#: doc/classes/Curve.xml:124 +msgid "Sets the offset from [code]0.5[/code]." +msgstr "" + +#: doc/classes/Curve.xml:132 +msgid "" +"Sets the right [enum TangentMode] for the point at [code]index[/code] to " +"[code]mode[/code]." +msgstr "" + +#: doc/classes/Curve.xml:140 +msgid "" +"Sets the right tangent angle for the point at [code]index[/code] to " +"[code]tangent[/code]." +msgstr "" + +#: doc/classes/Curve.xml:148 +msgid "" +"Assigns the vertical position [code]y[/code] to the point at [code]index[/" +"code]." +msgstr "" + +#: doc/classes/Curve.xml:154 +msgid "The number of points to include in the baked (i.e. cached) curve data." +msgstr "" + +#: doc/classes/Curve.xml:157 +msgid "The maximum value the curve can reach." +msgstr "" + +#: doc/classes/Curve.xml:160 +msgid "The minimum value the curve can reach." +msgstr "" + +#: doc/classes/Curve.xml:166 +msgid "Emitted when [member max_value] or [member min_value] is changed." +msgstr "" + +#: doc/classes/Curve.xml:172 +msgid "The tangent on this side of the point is user-defined." +msgstr "" + +#: doc/classes/Curve.xml:175 +msgid "" +"The curve calculates the tangent on this side of the point as the slope " +"halfway towards the adjacent point." +msgstr "" + +#: doc/classes/Curve.xml:178 +msgid "The total number of available tangent modes." +msgstr "" + +#: doc/classes/Curve2D.xml:4 +msgid "Describes a Bézier curve in 2D space." +msgstr "" + +#: doc/classes/Curve2D.xml:7 +msgid "" +"This class describes a Bézier curve in 2D space. It is mainly used to give a " +"shape to a [Path2D], but can be manually sampled for other purposes.\n" +"It keeps a cache of precalculated points along the curve, to speed up " +"further calculations." +msgstr "" + +#: doc/classes/Curve2D.xml:20 doc/classes/Curve3D.xml:20 +msgid "" +"Adds a point to a curve at [code]position[/code], with control points " +"[code]in[/code] and [code]out[/code].\n" +"If [code]at_position[/code] is given, the point is inserted before the point " +"number [code]at_position[/code], moving that point (and every point after) " +"after the inserted point. If [code]at_position[/code] is not given, or is an " +"illegal value ([code]at_position <0[/code] or [code]at_position >= [method " +"get_point_count][/code]), the point will be appended at the end of the point " +"list." +msgstr "" + +#: doc/classes/Curve2D.xml:33 doc/classes/Curve3D.xml:33 +msgid "" +"Returns the total length of the curve, based on the cached points. Given " +"enough density (see [member bake_interval]), it should be approximate enough." +msgstr "" + +#: doc/classes/Curve2D.xml:39 +msgid "Returns the cache of points as a [PoolVector2Array]." +msgstr "" + +#: doc/classes/Curve2D.xml:46 +msgid "" +"Returns the closest offset to [code]to_point[/code]. This offset is meant to " +"be used in [method interpolate_baked].\n" +"[code]to_point[/code] must be in this curve's local space." +msgstr "" + +#: doc/classes/Curve2D.xml:54 doc/classes/Curve3D.xml:67 +msgid "" +"Returns the closest baked point (in curve's local space) to [code]to_point[/" +"code].\n" +"[code]to_point[/code] must be in this curve's local space." +msgstr "" + +#: doc/classes/Curve2D.xml:68 +msgid "" +"Returns the position of the control point leading to the vertex [code]idx[/" +"code]. The returned position is relative to the vertex [code]idx[/code]. If " +"the index is out of bounds, the function sends an error to the console, and " +"returns [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:75 +msgid "" +"Returns the position of the control point leading out of the vertex " +"[code]idx[/code]. The returned position is relative to the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console, and returns [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:82 +msgid "" +"Returns the position of the vertex [code]idx[/code]. If the index is out of " +"bounds, the function sends an error to the console, and returns [code](0, 0)" +"[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:90 +msgid "" +"Returns the position between the vertex [code]idx[/code] and the vertex " +"[code]idx + 1[/code], where [code]t[/code] controls if the point is the " +"first vertex ([code]t = 0.0[/code]), the last vertex ([code]t = 1.0[/code]), " +"or in between. Values of [code]t[/code] outside the range ([code]0.0 >= t " +"<=1[/code]) give strange, but predictable results.\n" +"If [code]idx[/code] is out of bounds it is truncated to the first or last " +"vertex, and [code]t[/code] is ignored. If the curve has no points, the " +"function sends an error to the console, and returns [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:99 +msgid "" +"Returns a point within the curve at position [code]offset[/code], where " +"[code]offset[/code] is measured as a pixel distance along the curve.\n" +"To do that, it finds the two cached points where the [code]offset[/code] " +"lies between, then interpolates the values. This interpolation is cubic if " +"[code]cubic[/code] is set to [code]true[/code], or linear if set to " +"[code]false[/code].\n" +"Cubic interpolation tends to follow the curves better, but linear is faster " +"(and often, precise enough)." +msgstr "" + +#: doc/classes/Curve2D.xml:108 doc/classes/Curve3D.xml:138 +msgid "" +"Returns the position at the vertex [code]fofs[/code]. It calls [method " +"interpolate] using the integer part of [code]fofs[/code] as [code]idx[/" +"code], and its fractional part as [code]t[/code]." +msgstr "" + +#: doc/classes/Curve2D.xml:115 doc/classes/Curve3D.xml:145 +msgid "" +"Deletes the point [code]idx[/code] from the curve. Sends an error to the " +"console if [code]idx[/code] is out of bounds." +msgstr "" + +#: doc/classes/Curve2D.xml:123 doc/classes/Curve3D.xml:153 +msgid "" +"Sets the position of the control point leading to the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console. The position is relative to the vertex." +msgstr "" + +#: doc/classes/Curve2D.xml:131 doc/classes/Curve3D.xml:161 +msgid "" +"Sets the position of the control point leading out of the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console. The position is relative to the vertex." +msgstr "" + +#: doc/classes/Curve2D.xml:139 doc/classes/Curve3D.xml:169 +msgid "" +"Sets the position for the vertex [code]idx[/code]. If the index is out of " +"bounds, the function sends an error to the console." +msgstr "" + +#: doc/classes/Curve2D.xml:147 doc/classes/Curve3D.xml:186 +msgid "" +"Returns a list of points along the curve, with a curvature controlled point " +"density. That is, the curvier parts will have more points than the " +"straighter parts.\n" +"This approximation makes straight segments between each point, then " +"subdivides those segments until the resulting shape is similar enough.\n" +"[code]max_stages[/code] controls how many subdivisions a curve segment may " +"face before it is considered approximate enough. Each subdivision splits the " +"segment in half, so the default 5 stages may mean up to 32 subdivisions per " +"curve segment. Increase with care!\n" +"[code]tolerance_degrees[/code] controls how many degrees the midpoint of a " +"segment may deviate from the real curve, before the segment has to be " +"subdivided." +msgstr "" + +#: doc/classes/Curve2D.xml:156 +msgid "" +"The distance in pixels between two adjacent cached points. Changing it " +"forces the cache to be recomputed the next time the [method " +"get_baked_points] or [method get_baked_length] function is called. The " +"smaller the distance, the more points in the cache and the more memory it " +"will consume, so use with care." +msgstr "" + +#: doc/classes/Curve3D.xml:4 +msgid "Describes a Bézier curve in 3D space." +msgstr "" + +#: doc/classes/Curve3D.xml:7 +msgid "" +"This class describes a Bézier curve in 3D space. It is mainly used to give a " +"shape to a [Path], but can be manually sampled for other purposes.\n" +"It keeps a cache of precalculated points along the curve, to speed up " +"further calculations." +msgstr "" + +#: doc/classes/Curve3D.xml:39 +msgid "Returns the cache of points as a [PoolVector3Array]." +msgstr "" + +#: doc/classes/Curve3D.xml:45 +msgid "Returns the cache of tilts as a [PoolRealArray]." +msgstr "" + +#: doc/classes/Curve3D.xml:51 +msgid "" +"Returns the cache of up vectors as a [PoolVector3Array].\n" +"If [member up_vector_enabled] is [code]false[/code], the cache will be empty." +msgstr "" + +#: doc/classes/Curve3D.xml:59 +msgid "" +"Returns the closest offset to [code]to_point[/code]. This offset is meant to " +"be used in [method interpolate_baked] or [method " +"interpolate_baked_up_vector].\n" +"[code]to_point[/code] must be in this curve's local space." +msgstr "" + +#: doc/classes/Curve3D.xml:81 +msgid "" +"Returns the position of the control point leading to the vertex [code]idx[/" +"code]. The returned position is relative to the vertex [code]idx[/code]. If " +"the index is out of bounds, the function sends an error to the console, and " +"returns [code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:88 +msgid "" +"Returns the position of the control point leading out of the vertex " +"[code]idx[/code]. The returned position is relative to the vertex [code]idx[/" +"code]. If the index is out of bounds, the function sends an error to the " +"console, and returns [code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:95 +msgid "" +"Returns the position of the vertex [code]idx[/code]. If the index is out of " +"bounds, the function sends an error to the console, and returns [code](0, 0, " +"0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:102 +msgid "" +"Returns the tilt angle in radians for the point [code]idx[/code]. If the " +"index is out of bounds, the function sends an error to the console, and " +"returns [code]0[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:110 +msgid "" +"Returns the position between the vertex [code]idx[/code] and the vertex " +"[code]idx + 1[/code], where [code]t[/code] controls if the point is the " +"first vertex ([code]t = 0.0[/code]), the last vertex ([code]t = 1.0[/code]), " +"or in between. Values of [code]t[/code] outside the range ([code]0.0 >= t " +"<=1[/code]) give strange, but predictable results.\n" +"If [code]idx[/code] is out of bounds it is truncated to the first or last " +"vertex, and [code]t[/code] is ignored. If the curve has no points, the " +"function sends an error to the console, and returns [code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:119 +msgid "" +"Returns a point within the curve at position [code]offset[/code], where " +"[code]offset[/code] is measured as a distance in 3D units along the curve.\n" +"To do that, it finds the two cached points where the [code]offset[/code] " +"lies between, then interpolates the values. This interpolation is cubic if " +"[code]cubic[/code] is set to [code]true[/code], or linear if set to " +"[code]false[/code].\n" +"Cubic interpolation tends to follow the curves better, but linear is faster " +"(and often, precise enough)." +msgstr "" + +#: doc/classes/Curve3D.xml:129 +msgid "" +"Returns an up vector within the curve at position [code]offset[/code], where " +"[code]offset[/code] is measured as a distance in 3D units along the curve.\n" +"To do that, it finds the two cached up vectors where the [code]offset[/code] " +"lies between, then interpolates the values. If [code]apply_tilt[/code] is " +"[code]true[/code], an interpolated tilt is applied to the interpolated up " +"vector.\n" +"If the curve has no up vectors, the function sends an error to the console, " +"and returns [code](0, 1, 0)[/code]." +msgstr "" + +#: doc/classes/Curve3D.xml:177 +msgid "" +"Sets the tilt angle in radians for the point [code]idx[/code]. If the index " +"is out of bounds, the function sends an error to the console.\n" +"The tilt controls the rotation along the look-at axis an object traveling " +"the path would have. In the case of a curve controlling a [PathFollow], this " +"tilt is an offset over the natural tilt the [PathFollow] calculates." +msgstr "" + +#: doc/classes/Curve3D.xml:195 +msgid "" +"The distance in meters between two adjacent cached points. Changing it " +"forces the cache to be recomputed the next time the [method " +"get_baked_points] or [method get_baked_length] function is called. The " +"smaller the distance, the more points in the cache and the more memory it " +"will consume, so use with care." +msgstr "" + +#: doc/classes/Curve3D.xml:198 +msgid "" +"If [code]true[/code], the curve will bake up vectors used for orientation. " +"This is used when [member PathFollow.rotation_mode] is set to [constant " +"PathFollow.ROTATION_ORIENTED]. Changing it forces the cache to be recomputed." +msgstr "" + +#: doc/classes/CurveTexture.xml:4 +msgid "A texture that shows a curve." +msgstr "" + +#: doc/classes/CurveTexture.xml:7 +msgid "" +"Renders a given [Curve] provided to it. Simplifies the task of drawing " +"curves and/or saving them as image files." +msgstr "" + +#: doc/classes/CurveTexture.xml:15 +msgid "The [code]curve[/code] rendered onto the texture." +msgstr "" + +#: doc/classes/CurveTexture.xml:18 +msgid "The width of the texture." +msgstr "" + +#: doc/classes/CylinderMesh.xml:4 +msgid "Class representing a cylindrical [PrimitiveMesh]." +msgstr "" + +#: doc/classes/CylinderMesh.xml:7 +msgid "" +"Class representing a cylindrical [PrimitiveMesh]. This class can be used to " +"create cones by setting either the [member top_radius] or [member " +"bottom_radius] properties to [code]0.0[/code]." +msgstr "" + +#: doc/classes/CylinderMesh.xml:15 +msgid "" +"Bottom radius of the cylinder. If set to [code]0.0[/code], the bottom faces " +"will not be generated, resulting in a conic shape." +msgstr "" + +#: doc/classes/CylinderMesh.xml:18 +msgid "Full height of the cylinder." +msgstr "" + +#: doc/classes/CylinderMesh.xml:21 +msgid "" +"Number of radial segments on the cylinder. Higher values result in a more " +"detailed cylinder/cone at the cost of performance." +msgstr "" + +#: doc/classes/CylinderMesh.xml:24 +msgid "" +"Number of edge rings along the height of the cylinder. Changing [member " +"rings] does not have any visual impact unless a shader or procedural mesh " +"tool is used to alter the vertex data. Higher values result in more " +"subdivisions, which can be used to create smoother-looking effects with " +"shaders or procedural mesh tools (at the cost of performance). When not " +"altering the vertex data using a shader or procedural mesh tool, [member " +"rings] should be kept to its default value." +msgstr "" + +#: doc/classes/CylinderMesh.xml:27 +msgid "" +"Top radius of the cylinder. If set to [code]0.0[/code], the top faces will " +"not be generated, resulting in a conic shape." +msgstr "" + +#: doc/classes/CylinderShape.xml:4 doc/classes/CylinderShape.xml:7 +msgid "Cylinder shape for collisions." +msgstr "" + +#: doc/classes/CylinderShape.xml:18 +msgid "The cylinder's height." +msgstr "" + +#: doc/classes/CylinderShape.xml:21 +msgid "The cylinder's radius." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:4 +msgid "Damped spring constraint for 2D physics." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:7 +msgid "" +"Damped spring constraint for 2D physics. This resembles a spring joint that " +"always wants to go back to a given length." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:15 +msgid "" +"The spring joint's damping ratio. A value between [code]0[/code] and " +"[code]1[/code]. When the two bodies move into different directions the " +"system tries to align them to the spring axis again. A high [code]damping[/" +"code] value forces the attached bodies to align faster." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:18 +msgid "" +"The spring joint's maximum length. The two attached bodies cannot stretch it " +"past this value." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:21 +msgid "" +"When the bodies attached to the spring joint move they stretch or squash it. " +"The joint always tries to resize towards this length." +msgstr "" + +#: doc/classes/DampedSpringJoint2D.xml:24 +msgid "" +"The higher the value, the less the bodies attached to the joint will deform " +"it. The joint applies an opposing force to the bodies, the product of the " +"stiffness multiplied by the size difference from its resting length." +msgstr "" + +#: doc/classes/Dictionary.xml:4 +msgid "Dictionary type." +msgstr "" + +#: doc/classes/Dictionary.xml:7 +msgid "" +"Dictionary type. Associative container which contains values referenced by " +"unique keys. Dictionaries are composed of pairs of keys (which must be " +"unique) and values. Dictionaries will preserve the insertion order when " +"adding elements, even though this may not be reflected when printing the " +"dictionary. In other programming languages, this data structure is sometimes " +"referred to as a hash map or associative array.\n" +"You can define a dictionary by placing a comma-separated list of [code]key: " +"value[/code] pairs in curly braces [code]{}[/code].\n" +"Erasing elements while iterating over them [b]is not supported[/b] and will " +"result in undefined behavior.\n" +"[b]Note:[/b] Dictionaries are always passed by reference. To get a copy of a " +"dictionary which can be modified independently of the original dictionary, " +"use [method duplicate].\n" +"Creating a dictionary:\n" +"[codeblock]\n" +"var my_dict = {} # Creates an empty dictionary.\n" +"\n" +"var dict_variable_key = \"Another key name\"\n" +"var dict_variable_value = \"value2\"\n" +"var another_dict = {\n" +" \"Some key name\": \"value1\",\n" +" dict_variable_key: dict_variable_value,\n" +"}\n" +"\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"\n" +"# Alternative Lua-style syntax.\n" +"# Doesn't require quotes around keys, but only string constants can be used " +"as key names.\n" +"# Additionally, key names must start with a letter or an underscore.\n" +"# Here, `some_key` is a string literal, not a variable!\n" +"another_dict = {\n" +" some_key = 42,\n" +"}\n" +"[/codeblock]\n" +"You can access a dictionary's values by referencing the appropriate key. In " +"the above example, [code]points_dict[\"White\"][/code] will return [code]50[/" +"code]. You can also write [code]points_dict.White[/code], which is " +"equivalent. However, you'll have to use the bracket syntax if the key you're " +"accessing the dictionary with isn't a fixed string (such as a number or " +"variable).\n" +"[codeblock]\n" +"export(string, \"White\", \"Yellow\", \"Orange\") var my_color\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"func _ready():\n" +" # We can't use dot syntax here as `my_color` is a variable.\n" +" var points = points_dict[my_color]\n" +"[/codeblock]\n" +"In the above code, [code]points[/code] will be assigned the value that is " +"paired with the appropriate color selected in [code]my_color[/code].\n" +"Dictionaries can contain more complex data:\n" +"[codeblock]\n" +"my_dict = {\"First Array\": [1, 2, 3, 4]} # Assigns an Array to a String " +"key.\n" +"[/codeblock]\n" +"To add a key to an existing dictionary, access it like an existing key and " +"assign to it:\n" +"[codeblock]\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"points_dict[\"Blue\"] = 150 # Add \"Blue\" as a key and assign 150 as its " +"value.\n" +"[/codeblock]\n" +"Finally, dictionaries can contain different types of keys and values in the " +"same dictionary:\n" +"[codeblock]\n" +"# This is a valid dictionary.\n" +"# To access the string \"Nested value\" below, use `my_dict.sub_dict." +"sub_key` or `my_dict[\"sub_dict\"][\"sub_key\"]`.\n" +"# Indexing styles can be mixed and matched depending on your needs.\n" +"var my_dict = {\n" +" \"String Key\": 5,\n" +" 4: [1, 2, 3],\n" +" 7: \"Hello\",\n" +" \"sub_dict\": {\"sub_key\": \"Nested value\"},\n" +"}\n" +"[/codeblock]\n" +"[b]Note:[/b] Unlike [Array]s, you can't compare dictionaries directly:\n" +"[codeblock]\n" +"array1 = [1, 2, 3]\n" +"array2 = [1, 2, 3]\n" +"\n" +"func compare_arrays():\n" +" print(array1 == array2) # Will print true.\n" +"\n" +"var dict1 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"var dict2 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"\n" +"func compare_dictionaries():\n" +" print(dict1 == dict2) # Will NOT print true.\n" +"[/codeblock]\n" +"You need to first calculate the dictionary's hash with [method hash] before " +"you can compare them:\n" +"[codeblock]\n" +"var dict1 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"var dict2 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" +"\n" +"func compare_dictionaries():\n" +" print(dict1.hash() == dict2.hash()) # Will print true.\n" +"[/codeblock]\n" +"[b]Note:[/b] When declaring a dictionary with [code]const[/code], the " +"dictionary itself can still be mutated by defining the values of individual " +"keys. Using [code]const[/code] will only prevent assigning the constant with " +"another value after it was initialized." +msgstr "" + +#: doc/classes/Dictionary.xml:87 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_basics.html#dictionary" +msgstr "" + +#: doc/classes/Dictionary.xml:94 +msgid "Clear the dictionary, removing all key/value pairs." +msgstr "" + +#: doc/classes/Dictionary.xml:101 +msgid "" +"Creates a copy of the dictionary, and returns it. The [code]deep[/code] " +"parameter causes inner dictionaries and arrays to be copied recursively, but " +"does not apply to objects." +msgstr "" + +#: doc/classes/Dictionary.xml:107 +msgid "Returns [code]true[/code] if the dictionary is empty." +msgstr "" + +#: doc/classes/Dictionary.xml:114 +msgid "" +"Erase a dictionary key/value pair by key. Returns [code]true[/code] if the " +"given key was present in the dictionary, [code]false[/code] otherwise.\n" +"[b]Note:[/b] Don't erase elements while iterating over the dictionary. You " +"can iterate over the [method keys] array instead." +msgstr "" + +#: doc/classes/Dictionary.xml:123 +msgid "" +"Returns the current value for the specified key in the [Dictionary]. If the " +"key does not exist, the method returns the value of the optional default " +"argument, or [code]null[/code] if it is omitted." +msgstr "" + +#: doc/classes/Dictionary.xml:130 +msgid "" +"Returns [code]true[/code] if the dictionary has a given key.\n" +"[b]Note:[/b] This is equivalent to using the [code]in[/code] operator as " +"follows:\n" +"[codeblock]\n" +"# Will evaluate to `true`.\n" +"if \"godot\" in {\"godot\": \"engine\"}:\n" +" pass\n" +"[/codeblock]\n" +"This method (like the [code]in[/code] operator) will evaluate to [code]true[/" +"code] as long as the key exists, even if the associated value is [code]null[/" +"code]." +msgstr "" + +#: doc/classes/Dictionary.xml:144 +msgid "" +"Returns [code]true[/code] if the dictionary has all the keys in the given " +"array." +msgstr "" + +#: doc/classes/Dictionary.xml:150 +msgid "" +"Returns a hashed integer value representing the dictionary contents. This " +"can be used to compare dictionaries by value:\n" +"[codeblock]\n" +"var dict1 = {0: 10}\n" +"var dict2 = {0: 10}\n" +"# The line below prints `true`, whereas it would have printed `false` if " +"both variables were compared directly.\n" +"print(dict1.hash() == dict2.hash())\n" +"[/codeblock]\n" +"[b]Note:[/b] Dictionaries with the same keys/values but in a different order " +"will have a different hash." +msgstr "" + +#: doc/classes/Dictionary.xml:163 +msgid "Returns the list of keys in the [Dictionary]." +msgstr "" + +#: doc/classes/Dictionary.xml:169 +msgid "Returns the number of keys in the dictionary." +msgstr "" + +#: doc/classes/Dictionary.xml:175 +msgid "Returns the list of values in the [Dictionary]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:4 +msgid "Directional light from a distance, as from the Sun." +msgstr "" + +#: doc/classes/DirectionalLight.xml:7 +msgid "" +"A directional light is a type of [Light] node that models an infinite number " +"of parallel rays covering the entire scene. It is used for lights with " +"strong intensity that are located far away from the scene to model sunlight " +"or moonlight. The worldspace location of the DirectionalLight transform " +"(origin) is ignored. Only the basis is used to determine light direction." +msgstr "" + +#: doc/classes/DirectionalLight.xml:10 doc/classes/Light.xml:10 +#: doc/classes/OmniLight.xml:11 doc/classes/SpotLight.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/lights_and_shadows.html" +msgstr "" + +#: doc/classes/DirectionalLight.xml:16 +msgid "" +"Amount of extra bias for shadow splits that are far away. If self-shadowing " +"occurs only on the splits far away, increasing this value can fix them." +msgstr "" + +#: doc/classes/DirectionalLight.xml:19 +msgid "" +"If [code]true[/code], shadow detail is sacrificed in exchange for smoother " +"transitions between splits." +msgstr "" + +#: doc/classes/DirectionalLight.xml:22 +msgid "" +"Optimizes shadow rendering for detail versus movement. See [enum " +"ShadowDepthRange]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:25 +msgid "The maximum distance for shadow splits." +msgstr "" + +#: doc/classes/DirectionalLight.xml:28 +msgid "The light's shadow rendering algorithm. See [enum ShadowMode]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:31 +msgid "" +"Can be used to fix special cases of self shadowing when objects are " +"perpendicular to the light." +msgstr "" + +#: doc/classes/DirectionalLight.xml:34 +msgid "" +"The distance from camera to shadow split 1. Relative to [member " +"directional_shadow_max_distance]. Only used when [member " +"directional_shadow_mode] is [code]SHADOW_PARALLEL_2_SPLITS[/code] or " +"[code]SHADOW_PARALLEL_4_SPLITS[/code]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:37 +msgid "" +"The distance from shadow split 1 to split 2. Relative to [member " +"directional_shadow_max_distance]. Only used when [member " +"directional_shadow_mode] is [code]SHADOW_PARALLEL_2_SPLITS[/code] or " +"[code]SHADOW_PARALLEL_4_SPLITS[/code]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:40 +msgid "" +"The distance from shadow split 2 to split 3. Relative to [member " +"directional_shadow_max_distance]. Only used when [member " +"directional_shadow_mode] is [code]SHADOW_PARALLEL_4_SPLITS[/code]." +msgstr "" + +#: doc/classes/DirectionalLight.xml:46 +msgid "" +"Renders the entire scene's shadow map from an orthogonal point of view. This " +"is the fastest directional shadow mode. May result in blurrier shadows on " +"close objects." +msgstr "" + +#: doc/classes/DirectionalLight.xml:49 +msgid "" +"Splits the view frustum in 2 areas, each with its own shadow map. This " +"shadow mode is a compromise between [constant SHADOW_ORTHOGONAL] and " +"[constant SHADOW_PARALLEL_4_SPLITS] in terms of performance." +msgstr "" + +#: doc/classes/DirectionalLight.xml:52 +msgid "" +"Splits the view frustum in 4 areas, each with its own shadow map. This is " +"the slowest directional shadow mode." +msgstr "" + +#: doc/classes/DirectionalLight.xml:55 +msgid "" +"Keeps the shadow stable when the camera moves, at the cost of lower " +"effective shadow resolution." +msgstr "" + +#: doc/classes/DirectionalLight.xml:58 +msgid "" +"Tries to achieve maximum shadow resolution. May result in saw effect on " +"shadow edges. This mode typically works best in games where the camera will " +"often move at high speeds, such as most racing games." +msgstr "" + +#: doc/classes/Directory.xml:4 +msgid "Type used to handle the filesystem." +msgstr "" + +#: doc/classes/Directory.xml:7 +msgid "" +"Directory type. It is used to manage directories and their content (not " +"restricted to the project folder).\n" +"When creating a new [Directory], its default opened directory will be " +"[code]res://[/code]. This may change in the future, so it is advised to " +"always use [method open] to initialize your [Directory] where you want to " +"operate, with explicit error checking.\n" +"[b]Note:[/b] Many resources types are imported (e.g. textures or sound " +"files), and their source asset will not be included in the exported game, as " +"only the imported version is used. Use [ResourceLoader] to access imported " +"resources.\n" +"Here is an example on how to iterate through the files of a directory:\n" +"[codeblock]\n" +"func dir_contents(path):\n" +" var dir = Directory.new()\n" +" if dir.open(path) == OK:\n" +" dir.list_dir_begin()\n" +" var file_name = dir.get_next()\n" +" while file_name != \"\":\n" +" if dir.current_is_dir():\n" +" print(\"Found directory: \" + file_name)\n" +" else:\n" +" print(\"Found file: \" + file_name)\n" +" file_name = dir.get_next()\n" +" else:\n" +" print(\"An error occurred when trying to access the path.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Directory.xml:28 doc/classes/File.xml:28 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/filesystem." +"html" +msgstr "" + +#: doc/classes/Directory.xml:35 +msgid "" +"Changes the currently opened directory to the one passed as an argument. The " +"argument can be relative to the current directory (e.g. [code]newdir[/code] " +"or [code]../newdir[/code]), or an absolute path (e.g. [code]/tmp/newdir[/" +"code] or [code]res://somedir/newdir[/code]).\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:44 +msgid "" +"Copies the [code]from[/code] file to the [code]to[/code] destination. Both " +"arguments should be paths to files, either relative or absolute. If the " +"destination file exists and is not access-protected, it will be " +"overwritten.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:51 +msgid "" +"Returns whether the current item processed with the last [method get_next] " +"call is a directory ([code].[/code] and [code]..[/code] are considered " +"directories)." +msgstr "" + +#: doc/classes/Directory.xml:58 +msgid "" +"Returns whether the target directory exists. The argument can be relative to " +"the current directory, or an absolute path." +msgstr "" + +#: doc/classes/Directory.xml:65 +msgid "" +"Returns whether the target file exists. The argument can be relative to the " +"current directory, or an absolute path." +msgstr "" + +#: doc/classes/Directory.xml:71 +msgid "" +"Returns the absolute path to the currently opened directory (e.g. " +"[code]res://folder[/code] or [code]C:\\tmp\\folder[/code])." +msgstr "" + +#: doc/classes/Directory.xml:77 +msgid "" +"Returns the currently opened directory's drive index. See [method get_drive] " +"to convert returned index to the name of the drive." +msgstr "" + +#: doc/classes/Directory.xml:84 +msgid "" +"On Windows, returns the name of the drive (partition) passed as an argument " +"(e.g. [code]C:[/code]). On other platforms, or if the requested drive does " +"not exist, the method returns an empty String." +msgstr "" + +#: doc/classes/Directory.xml:90 +msgid "" +"On Windows, returns the number of drives (partitions) mounted on the current " +"filesystem. On other platforms, the method returns 0." +msgstr "" + +#: doc/classes/Directory.xml:96 +msgid "" +"Returns the next element (file or directory) in the current directory " +"(including [code].[/code] and [code]..[/code], unless " +"[code]skip_navigational[/code] was given to [method list_dir_begin]).\n" +"The name of the file or directory is returned (and not its full path). Once " +"the stream has been fully processed, the method returns an empty String and " +"closes the stream automatically (i.e. [method list_dir_end] would not be " +"mandatory in such a case)." +msgstr "" + +#: doc/classes/Directory.xml:103 +msgid "" +"On UNIX desktop systems, returns the available space on the current " +"directory's disk. On other platforms, this information is not available and " +"the method returns 0 or -1." +msgstr "" + +#: doc/classes/Directory.xml:111 +msgid "" +"Initializes the stream used to list all files and directories using the " +"[method get_next] function, closing the currently opened stream if needed. " +"Once the stream has been processed, it should typically be closed with " +"[method list_dir_end].\n" +"If [code]skip_navigational[/code] is [code]true[/code], [code].[/code] and " +"[code]..[/code] are filtered out.\n" +"If [code]skip_hidden[/code] is [code]true[/code], hidden files are filtered " +"out." +msgstr "" + +#: doc/classes/Directory.xml:119 +msgid "" +"Closes the current stream opened with [method list_dir_begin] (whether it " +"has been fully processed with [method get_next] does not matter)." +msgstr "" + +#: doc/classes/Directory.xml:126 +msgid "" +"Creates a directory. The argument can be relative to the current directory, " +"or an absolute path. The target directory should be placed in an already " +"existing directory (to create the full path recursively, see [method " +"make_dir_recursive]).\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:134 +msgid "" +"Creates a target directory and all necessary intermediate directories in its " +"path, by calling [method make_dir] recursively. The argument can be relative " +"to the current directory, or an absolute path.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:142 +msgid "" +"Opens an existing directory of the filesystem. The [code]path[/code] " +"argument can be within the project tree ([code]res://folder[/code]), the " +"user directory ([code]user://folder[/code]) or an absolute path of the user " +"filesystem (e.g. [code]/tmp/folder[/code] or [code]C:\\tmp\\folder[/code]).\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:150 +msgid "" +"Deletes the target file or an empty directory. The argument can be relative " +"to the current directory, or an absolute path. If the target directory is " +"not empty, the operation will fail.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/Directory.xml:159 +msgid "" +"Renames (move) the [code]from[/code] file or directory to the [code]to[/" +"code] destination. Both arguments should be paths to files or directories, " +"either relative or absolute. If the destination file or directory exists and " +"is not access-protected, it will be overwritten.\n" +"Returns one of the [enum Error] code constants ([code]OK[/code] on success)." +msgstr "" + +#: doc/classes/DTLSServer.xml:4 +msgid "Helper class to implement a DTLS server." +msgstr "" + +#: doc/classes/DTLSServer.xml:7 +msgid "" +"This class is used to store the state of a DTLS server. Upon [method setup] " +"it converts connected [PacketPeerUDP] to [PacketPeerDTLS] accepting them via " +"[method take_connection] as DTLS clients. Under the hood, this class is used " +"to store the DTLS state and cookies of the server. The reason of why the " +"state and cookies are needed is outside of the scope of this documentation.\n" +"Below a small example of how to use it:\n" +"[codeblock]\n" +"# server.gd\n" +"extends Node\n" +"\n" +"var dtls := DTLSServer.new()\n" +"var server := UDPServer.new()\n" +"var peers = []\n" +"\n" +"func _ready():\n" +" server.listen(4242)\n" +" var key = load(\"key.key\") # Your private key.\n" +" var cert = load(\"cert.crt\") # Your X509 certificate.\n" +" dtls.setup(key, cert)\n" +"\n" +"func _process(delta):\n" +" while server.is_connection_available():\n" +" var peer : PacketPeerUDP = server.take_connection()\n" +" var dtls_peer : PacketPeerDTLS = dtls.take_connection(peer)\n" +" if dtls_peer.get_status() != PacketPeerDTLS.STATUS_HANDSHAKING:\n" +" continue # It is normal that 50% of the connections fails due to " +"cookie exchange.\n" +" print(\"Peer connected!\")\n" +" peers.append(dtls_peer)\n" +" for p in peers:\n" +" p.poll() # Must poll to update the state.\n" +" if p.get_status() == PacketPeerDTLS.STATUS_CONNECTED:\n" +" while p.get_available_packet_count() > 0:\n" +" print(\"Received message from client: %s\" % p.get_packet()." +"get_string_from_utf8())\n" +" p.put_packet(\"Hello DTLS client\".to_utf8())\n" +"[/codeblock]\n" +"[codeblock]\n" +"# client.gd\n" +"extends Node\n" +"\n" +"var dtls := PacketPeerDTLS.new()\n" +"var udp := PacketPeerUDP.new()\n" +"var connected = false\n" +"\n" +"func _ready():\n" +" udp.connect_to_host(\"127.0.0.1\", 4242)\n" +" dtls.connect_to_peer(udp, false) # Use true in production for " +"certificate validation!\n" +"\n" +"func _process(delta):\n" +" dtls.poll()\n" +" if dtls.get_status() == PacketPeerDTLS.STATUS_CONNECTED:\n" +" if !connected:\n" +" # Try to contact server\n" +" dtls.put_packet(\"The answer is... 42!\".to_utf8())\n" +" while dtls.get_available_packet_count() > 0:\n" +" print(\"Connected: %s\" % dtls.get_packet()." +"get_string_from_utf8())\n" +" connected = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/DTLSServer.xml:70 +msgid "" +"Setup the DTLS server to use the given [code]private_key[/code] and provide " +"the given [code]certificate[/code] to clients. You can pass the optional " +"[code]chain[/code] parameter to provide additional CA chain information " +"along with the certificate." +msgstr "" + +#: doc/classes/DTLSServer.xml:77 +msgid "" +"Try to initiate the DTLS handshake with the given [code]udp_peer[/code] " +"which must be already connected (see [method PacketPeerUDP." +"connect_to_host]).\n" +"[b]Note:[/b] You must check that the state of the return PacketPeerUDP is " +"[constant PacketPeerDTLS.STATUS_HANDSHAKING], as it is normal that 50% of " +"the new connections will be invalid due to cookie exchange." +msgstr "" + +#: doc/classes/DynamicFont.xml:4 +msgid "DynamicFont renders vector font files at runtime." +msgstr "" + +#: doc/classes/DynamicFont.xml:7 +msgid "" +"DynamicFont renders vector font files dynamically at runtime instead of " +"using a prerendered texture atlas like [BitmapFont]. This trades the faster " +"loading time of [BitmapFont]s for the ability to change font parameters like " +"size and spacing during runtime. [DynamicFontData] is used for referencing " +"the font file paths. DynamicFont also supports defining one or more fallback " +"fonts, which will be used when displaying a character not supported by the " +"main font.\n" +"DynamicFont uses the [url=https://www.freetype.org/]FreeType[/url] library " +"for rasterization. Supported formats are TrueType ([code].ttf[/code]), " +"OpenType ([code].otf[/code]) and Web Open Font Format 1 ([code].woff[/" +"code]). Web Open Font Format 2 ([code].woff2[/code]) is [i]not[/i] " +"supported.\n" +"[codeblock]\n" +"var dynamic_font = DynamicFont.new()\n" +"dynamic_font.font_data = load(\"res://BarlowCondensed-Bold.ttf\")\n" +"dynamic_font.size = 64\n" +"$\"Label\".set(\"custom_fonts/font\", dynamic_font)\n" +"[/codeblock]\n" +"[b]Note:[/b] DynamicFont doesn't support features such as kerning, right-to-" +"left typesetting, ligatures, text shaping, variable fonts and optional font " +"features yet. If you wish to \"bake\" an optional font feature into a TTF " +"font file, you can use [url=https://fontforge.org/]FontForge[/url] to do so. " +"In FontForge, use [b]File > Generate Fonts[/b], click [b]Options[/b], choose " +"the desired features then generate the font." +msgstr "" + +#: doc/classes/DynamicFont.xml:25 +msgid "Adds a fallback font." +msgstr "" + +#: doc/classes/DynamicFont.xml:31 +msgid "" +"Returns a string containing all the characters available in the main and all " +"the fallback fonts.\n" +"If a given character is included in more than one font, it appears only once " +"in the returned string." +msgstr "" + +#: doc/classes/DynamicFont.xml:39 +msgid "Returns the fallback font at index [code]idx[/code]." +msgstr "" + +#: doc/classes/DynamicFont.xml:45 +msgid "Returns the number of fallback fonts." +msgstr "" + +#: doc/classes/DynamicFont.xml:52 +msgid "" +"Returns the spacing for the given [code]type[/code] (see [enum SpacingType])." +msgstr "" + +#: doc/classes/DynamicFont.xml:59 +msgid "Removes the fallback font at index [code]idx[/code]." +msgstr "" + +#: doc/classes/DynamicFont.xml:67 +msgid "Sets the fallback font at index [code]idx[/code]." +msgstr "" + +#: doc/classes/DynamicFont.xml:75 +msgid "" +"Sets the spacing for [code]type[/code] (see [enum SpacingType]) to " +"[code]value[/code] in pixels (not relative to the font size)." +msgstr "" + +#: doc/classes/DynamicFont.xml:81 +msgid "Extra spacing at the bottom in pixels." +msgstr "" + +#: doc/classes/DynamicFont.xml:84 +msgid "" +"Extra spacing for each character in pixels.\n" +"This can be a negative number to make the distance between characters " +"smaller." +msgstr "" + +#: doc/classes/DynamicFont.xml:88 +msgid "" +"Extra spacing for the space character (in addition to [member " +"extra_spacing_char]) in pixels.\n" +"This can be a negative number to make the distance between words smaller." +msgstr "" + +#: doc/classes/DynamicFont.xml:92 +msgid "Extra spacing at the top in pixels." +msgstr "" + +#: doc/classes/DynamicFont.xml:95 +msgid "The font data." +msgstr "" + +#: doc/classes/DynamicFont.xml:98 +msgid "" +"The font outline's color.\n" +"[b]Note:[/b] It's recommended to leave this at the default value so that you " +"can adjust it in individual controls. For example, if the outline is made " +"black here, it won't be possible to change its color using a Label's font " +"outline modulate theme item." +msgstr "" + +#: doc/classes/DynamicFont.xml:102 +msgid "The font outline's thickness in pixels (not relative to the font size)." +msgstr "" + +#: doc/classes/DynamicFont.xml:105 +msgid "The font size in pixels." +msgstr "" + +#: doc/classes/DynamicFont.xml:108 +msgid "" +"If [code]true[/code], filtering is used. This makes the font blurry instead " +"of pixelated when scaling it if font oversampling is disabled or " +"ineffective. It's recommended to enable this when using the font in a " +"control whose size changes over time, unless a pixel art aesthetic is " +"desired." +msgstr "" + +#: doc/classes/DynamicFont.xml:111 +msgid "" +"If [code]true[/code], mipmapping is used. This improves the font's " +"appearance when downscaling it if font oversampling is disabled or " +"ineffective." +msgstr "" + +#: doc/classes/DynamicFont.xml:116 +msgid "Spacing at the top." +msgstr "" + +#: doc/classes/DynamicFont.xml:119 +msgid "Spacing at the bottom." +msgstr "" + +#: doc/classes/DynamicFont.xml:122 +msgid "Spacing for each character." +msgstr "" + +#: doc/classes/DynamicFont.xml:125 +msgid "Spacing for the space character." +msgstr "" + +#: doc/classes/DynamicFontData.xml:4 +msgid "Used with [DynamicFont] to describe the location of a font file." +msgstr "" + +#: doc/classes/DynamicFontData.xml:7 +msgid "" +"Used with [DynamicFont] to describe the location of a vector font file for " +"dynamic rendering at runtime." +msgstr "" + +#: doc/classes/DynamicFontData.xml:16 +msgid "" +"If [code]true[/code], the font is rendered with anti-aliasing. This property " +"applies both to the main font and its outline (if it has one)." +msgstr "" + +#: doc/classes/DynamicFontData.xml:19 +msgid "The path to the vector font file." +msgstr "" + +#: doc/classes/DynamicFontData.xml:22 +msgid "The font hinting mode used by FreeType. See [enum Hinting] for options." +msgstr "" + +#: doc/classes/DynamicFontData.xml:27 +msgid "Disables font hinting (smoother but less crisp)." +msgstr "" + +#: doc/classes/DynamicFontData.xml:30 +msgid "Use the light font hinting mode." +msgstr "" + +#: doc/classes/DynamicFontData.xml:33 +msgid "Use the default font hinting mode (crisper but less smooth)." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:4 +msgid "A script that is executed when exporting the project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:7 +msgid "" +"Editor export plugins are automatically activated whenever the user exports " +"the project. Their most common use is to determine what files are being " +"included in the exported project. For each plugin, [method _export_begin] is " +"called at the beginning of the export process and then [method _export_file] " +"is called for each exported file." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:19 +msgid "" +"Virtual method to be overridden by the user. It is called when the export " +"starts and provides all information about the export. [code]features[/code] " +"is the list of features for the export, [code]is_debug[/code] is [code]true[/" +"code] for debug builds, [code]path[/code] is the target path for the " +"exported project. [code]flags[/code] is only used when running a runnable " +"profile, e.g. when using native run on Android." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:25 +msgid "" +"Virtual method to be overridden by the user. Called when the export is " +"finished." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:34 +msgid "" +"Virtual method to be overridden by the user. Called for each exported file, " +"providing arguments that can be used to identify the file. [code]path[/code] " +"is the path of the file, [code]type[/code] is the [Resource] represented by " +"the file (e.g. [PackedScene]) and [code]features[/code] is the list of " +"features for the export.\n" +"Calling [method skip] inside this callback will make the file not included " +"in the export." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:44 +msgid "" +"Adds a custom file to be exported. [code]path[/code] is the virtual path " +"that can be used to load the file, [code]file[/code] is the binary data of " +"the file. If [code]remap[/code] is [code]true[/code], file will not be " +"exported, but instead remapped to the given [code]path[/code]." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:51 +msgid "" +"Adds an iOS bundle file from the given [code]path[/code] to the exported " +"project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:58 +msgid "" +"Adds a C++ code to the iOS export. The final code is created from the code " +"appended by each active export plugin." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:65 +msgid "" +"Adds a dynamic library (*.dylib, *.framework) to Linking Phase in iOS's " +"Xcode project and embeds it into resulting binary.\n" +"[b]Note:[/b] For static libraries (*.a) works in same way as [method " +"add_ios_framework].\n" +"This method should not be used for System libraries as they are already " +"present on the device." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:74 +msgid "" +"Adds a static library (*.a) or dynamic library (*.dylib, *.framework) to " +"Linking Phase in iOS's Xcode project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:81 +msgid "Adds linker flags for the iOS export." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:88 +msgid "Adds content for iOS Property List files." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:95 +msgid "Adds a static lib from the given [code]path[/code] to the iOS project." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:103 +msgid "" +"Adds a shared object with the given [code]tags[/code] and destination " +"[code]path[/code]." +msgstr "" + +#: doc/classes/EditorExportPlugin.xml:109 +msgid "" +"To be called inside [method _export_file]. Skips the current file, so it's " +"not included in the export." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:4 +msgid "" +"An editor feature profile which can be used to disable specific features." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:7 +msgid "" +"An editor feature profile can be used to disable specific features of the " +"Godot editor. When disabled, the features won't appear in the editor, which " +"makes the editor less cluttered. This is useful in education settings to " +"reduce confusion or when working in a team. For example, artists and level " +"designers could use a feature profile that disables the script editor to " +"avoid accidentally making changes to files they aren't supposed to edit.\n" +"To manage editor feature profiles visually, use [b]Editor > Manage Feature " +"Profiles...[/b] at the top of the editor window." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:17 +msgid "Returns the specified [code]feature[/code]'s human-readable name." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:24 +msgid "" +"Returns [code]true[/code] if the class specified by [code]class_name[/code] " +"is disabled. When disabled, the class won't appear in the Create New Node " +"dialog." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:31 +msgid "" +"Returns [code]true[/code] if editing for the class specified by " +"[code]class_name[/code] is disabled. When disabled, the class will still " +"appear in the Create New Node dialog but the inspector will be read-only " +"when selecting a node that extends the class." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:39 +msgid "" +"Returns [code]true[/code] if [code]property[/code] is disabled in the class " +"specified by [code]class_name[/code]. When a property is disabled, it won't " +"appear in the inspector when selecting a node that extends the class " +"specified by [code]class_name[/code]." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:46 +msgid "" +"Returns [code]true[/code] if the [code]feature[/code] is disabled. When a " +"feature is disabled, it will disappear from the editor entirely." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:53 +msgid "" +"Loads an editor feature profile from a file. The file must follow the JSON " +"format obtained by using the feature profile manager's [b]Export[/b] button " +"or the [method save_to_file] method." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:60 +msgid "" +"Saves the editor feature profile to a file in JSON format. It can then be " +"imported using the feature profile manager's [b]Import[/b] button or the " +"[method load_from_file] button." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:68 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables the class specified " +"by [code]class_name[/code]. When disabled, the class won't appear in the " +"Create New Node dialog." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:76 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables editing for the class " +"specified by [code]class_name[/code]. When disabled, the class will still " +"appear in the Create New Node dialog but the inspector will be read-only " +"when selecting a node that extends the class." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:85 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables editing for " +"[code]property[/code] in the class specified by [code]class_name[/code]. " +"When a property is disabled, it won't appear in the inspector when selecting " +"a node that extends the class specified by [code]class_name[/code]." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:93 +msgid "" +"If [code]disable[/code] is [code]true[/code], disables the editor feature " +"specified in [code]feature[/code]. When a feature is disabled, it will " +"disappear from the editor entirely." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:99 +msgid "" +"The 3D editor. If this feature is disabled, the 3D editor won't display but " +"3D nodes will still display in the Create New Node dialog." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:102 +msgid "" +"The Script tab, which contains the script editor and class reference " +"browser. If this feature is disabled, the Script tab won't display." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:105 +msgid "" +"The AssetLib tab. If this feature is disabled, the AssetLib tab won't " +"display." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:108 +msgid "" +"Scene tree editing. If this feature is disabled, the Scene tree dock will " +"still be visible but will be read-only." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:111 +msgid "" +"The Node dock. If this feature is disabled, signals and groups won't be " +"visible and modifiable from the editor." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:114 +msgid "" +"The FileSystem dock. If this feature is disabled, the FileSystem dock won't " +"be visible." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:117 +msgid "" +"The Import dock. If this feature is disabled, the Import dock won't be " +"visible." +msgstr "" + +#: doc/classes/EditorFeatureProfile.xml:120 doc/classes/SpatialMaterial.xml:471 +msgid "Represents the size of the [enum Feature] enum." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:4 +msgid "A modified version of [FileDialog] used by the editor." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:15 +msgid "" +"Adds a comma-delimited file extension filter option to the " +"[EditorFileDialog] with an optional semi-colon-delimited label.\n" +"For example, [code]\"*.tscn, *.scn; Scenes\"[/code] results in filter text " +"\"Scenes (*.tscn, *.scn)\"." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:22 +msgid "Removes all filters except for \"All Files (*)\"." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:28 +msgid "" +"Returns the [code]VBoxContainer[/code] used to display the file system.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:35 +msgid "" +"Notify the [EditorFileDialog] that its view of the data is no longer " +"accurate. Updates the view contents on next view update." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:41 +msgid "" +"The location from which the user may select a file, including [code]res://[/" +"code], [code]user://[/code], and the local file system." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:44 +msgid "The currently occupied directory." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:47 +msgid "The currently selected file." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:50 +msgid "The file system path in the address bar." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:54 +msgid "" +"If [code]true[/code], the [EditorFileDialog] will not warn the user before " +"overwriting files." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:57 +msgid "" +"The view format in which the [EditorFileDialog] displays resources to the " +"user." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:60 +msgid "" +"The purpose of the [EditorFileDialog], which defines the allowed behaviors." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:64 +msgid "" +"If [code]true[/code], hidden files and directories will be visible in the " +"[EditorFileDialog]." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:72 +msgid "Emitted when a directory is selected." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:78 +msgid "Emitted when a file is selected." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:84 +msgid "Emitted when multiple files are selected." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:90 +msgid "" +"The [EditorFileDialog] can select only one file. Accepting the window will " +"open the file." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:93 +msgid "" +"The [EditorFileDialog] can select multiple files. Accepting the window will " +"open all files." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:96 +msgid "" +"The [EditorFileDialog] can select only one directory. Accepting the window " +"will open the directory." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:99 +msgid "" +"The [EditorFileDialog] can select a file or directory. Accepting the window " +"will open it." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:102 +msgid "" +"The [EditorFileDialog] can select only one file. Accepting the window will " +"save the file." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:105 +msgid "" +"The [EditorFileDialog] can only view [code]res://[/code] directory contents." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:108 +msgid "" +"The [EditorFileDialog] can only view [code]user://[/code] directory contents." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:111 +msgid "The [EditorFileDialog] can view the entire local file system." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:114 +msgid "The [EditorFileDialog] displays resources as thumbnails." +msgstr "" + +#: doc/classes/EditorFileDialog.xml:117 +msgid "The [EditorFileDialog] displays resources as a list of filenames." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:4 +msgid "Resource filesystem, as the editor sees it." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:7 +msgid "" +"This object holds information of all resources in the filesystem, their " +"types, etc.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_resource_filesystem]." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:17 +msgid "" +"Returns the resource type of the file, given the full path. This returns a " +"string such as [code]\"Resource\"[/code] or [code]\"GDScript\"[/code], " +"[i]not[/i] a file extension such as [code]\".gd\"[/code]." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:23 +msgid "Gets the root directory object." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:30 +msgid "Returns a view into the filesystem at [code]path[/code]." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:36 +msgid "Returns the scan progress for 0 to 1 if the FS is being scanned." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:42 +msgid "Returns [code]true[/code] of the filesystem is being scanned." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:48 +msgid "Scan the filesystem for changes." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:54 +msgid "Check if the source of any imported resource changed." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:61 +msgid "" +"Update a file information. Call this if an external program (not Godot) " +"modified the file." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:67 +msgid "Scans the script files and updates the list of custom class names." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:74 +msgid "Emitted if the filesystem changed." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:80 +msgid "Emitted if a resource is reimported." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:86 +msgid "" +"Emitted if at least one resource is reloaded when the filesystem is scanned." +msgstr "" + +#: doc/classes/EditorFileSystem.xml:92 +msgid "Emitted if the source of any imported file changed." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:4 +msgid "A directory for the resource filesystem." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:7 +msgid "A more generalized, low-level variation of the directory concept." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:16 +msgid "" +"Returns the index of the directory with name [code]name[/code] or [code]-1[/" +"code] if not found." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:23 +msgid "" +"Returns the index of the file with name [code]name[/code] or [code]-1[/code] " +"if not found." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:30 +msgid "Returns the name of the file at index [code]idx[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:36 +msgid "Returns the number of files in this directory." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:43 +msgid "" +"Returns [code]true[/code] if the file at index [code]idx[/code] imported " +"properly." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:50 +msgid "Returns the path to the file at index [code]idx[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:57 +msgid "" +"Returns the base class of the script class defined in the file at index " +"[code]idx[/code]. If the file doesn't define a script class using the " +"[code]class_name[/code] syntax, this will return an empty string." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:64 +msgid "" +"Returns the name of the script class defined in the file at index [code]idx[/" +"code]. If the file doesn't define a script class using the [code]class_name[/" +"code] syntax, this will return an empty string." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:71 +msgid "" +"Returns the resource type of the file at index [code]idx[/code]. This " +"returns a string such as [code]\"Resource\"[/code] or [code]\"GDScript\"[/" +"code], [i]not[/i] a file extension such as [code]\".gd\"[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:77 +msgid "Returns the name of this directory." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:83 +msgid "" +"Returns the parent directory for this directory or [code]null[/code] if " +"called on a directory at [code]res://[/code] or [code]user://[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:89 +msgid "Returns the path to this directory." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:96 +msgid "Returns the subdirectory at index [code]idx[/code]." +msgstr "" + +#: doc/classes/EditorFileSystemDirectory.xml:102 +msgid "Returns the number of subdirectories in this directory." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:4 +msgid "" +"Registers a custom resource importer in the editor. Use the class to parse " +"any file and import it as a new resource type." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:7 +msgid "" +"EditorImportPlugins provide a way to extend the editor's resource import " +"functionality. Use them to import resources from custom files or to provide " +"alternatives to the editor's existing importers. Register your " +"[EditorPlugin] with [method EditorPlugin.add_import_plugin].\n" +"EditorImportPlugins work by associating with specific file extensions and a " +"resource type. See [method get_recognized_extensions] and [method " +"get_resource_type]. They may optionally specify some import presets that " +"affect the import process. EditorImportPlugins are responsible for creating " +"the resources and saving them in the [code].import[/code] directory (see " +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" +"Below is an example EditorImportPlugin that imports a [Mesh] from a file " +"with the extension \".special\" or \".spec\":\n" +"[codeblock]\n" +"tool\n" +"extends EditorImportPlugin\n" +"\n" +"func get_importer_name():\n" +" return \"my.special.plugin\"\n" +"\n" +"func get_visible_name():\n" +" return \"Special Mesh\"\n" +"\n" +"func get_recognized_extensions():\n" +" return [\"special\", \"spec\"]\n" +"\n" +"func get_save_extension():\n" +" return \"mesh\"\n" +"\n" +"func get_resource_type():\n" +" return \"Mesh\"\n" +"\n" +"func get_preset_count():\n" +" return 1\n" +"\n" +"func get_preset_name(i):\n" +" return \"Default\"\n" +"\n" +"func get_import_options(i):\n" +" return [{\"name\": \"my_option\", \"default_value\": false}]\n" +"\n" +"func import(source_file, save_path, options, platform_variants, gen_files):\n" +" var file = File.new()\n" +" if file.open(source_file, File.READ) != OK:\n" +" return FAILED\n" +"\n" +" var mesh = Mesh.new()\n" +" # Fill the Mesh with data read in \"file\", left as an exercise to the " +"reader\n" +"\n" +" var filename = save_path + \".\" + get_save_extension()\n" +" return ResourceSaver.save(filename, mesh)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:51 doc/classes/ResourceImporter.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/import_plugins." +"html" +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:58 +msgid "" +"Gets the options and default values for the preset at this index. Returns an " +"Array of Dictionaries with the following keys: [code]name[/code], " +"[code]default_value[/code], [code]property_hint[/code] (optional), " +"[code]hint_string[/code] (optional), [code]usage[/code] (optional)." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:64 +msgid "" +"Gets the order of this importer to be run when importing resources. " +"Importers with [i]lower[/i] import orders will be called first, and higher " +"values will be called later. Use this to ensure the importer runs after the " +"dependencies are already imported. The default import order is [code]0[/" +"code] unless overridden by a specific importer. See [enum ResourceImporter." +"ImportOrder] for some predefined values." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:70 +msgid "Gets the unique name of the importer." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:78 +msgid "" +"This method can be overridden to hide specific import options if conditions " +"are met. This is mainly useful for hiding options that depend on others if " +"one of them is disabled. For example:\n" +"[codeblock]\n" +"func get_option_visibility(option, options):\n" +" # Only show the lossy quality setting if the compression mode is set to " +"\"Lossy\".\n" +" if option == \"compress/lossy_quality\" and options.has(\"compress/mode" +"\"):\n" +" return int(options[\"compress/mode\"]) == COMPRESS_LOSSY\n" +"\n" +" return true\n" +"[/codeblock]\n" +"Return [code]true[/code] to make all options always visible." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:93 +msgid "" +"Gets the number of initial presets defined by the plugin. Use [method " +"get_import_options] to get the default options for the preset and [method " +"get_preset_name] to get the name of the preset." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:100 +msgid "Gets the name of the options preset at this index." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:106 +msgid "" +"Gets the priority of this plugin for the recognized extension. Higher " +"priority plugins will be preferred. The default priority is [code]1.0[/code]." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:112 +msgid "" +"Gets the list of file extensions to associate with this loader (case-" +"insensitive). e.g. [code][\"obj\"][/code]." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:118 +msgid "" +"Gets the Godot resource type associated with this loader. e.g. [code]\"Mesh" +"\"[/code] or [code]\"Animation\"[/code]." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:124 +msgid "" +"Gets the extension used to save this resource in the [code].import[/code] " +"directory (see [member ProjectSettings.application/config/" +"use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:130 +msgid "" +"Gets the name to display in the import window. You should choose this name " +"as a continuation to \"Import as\", e.g. \"Import as Special Mesh\"." +msgstr "" + +#: doc/classes/EditorImportPlugin.xml:141 +msgid "" +"Imports [code]source_file[/code] into [code]save_path[/code] with the import " +"[code]options[/code] specified. The [code]platform_variants[/code] and " +"[code]gen_files[/code] arrays will be modified by this function.\n" +"This method must be overridden to do the actual importing work. See this " +"class' description for an example of overriding this method." +msgstr "" + +#: doc/classes/EditorInspector.xml:4 +msgid "A tab used to edit properties of the selected node." +msgstr "" + +#: doc/classes/EditorInspector.xml:7 +msgid "" +"The editor inspector is by default located on the right-hand side of the " +"editor. It's used to edit the properties of the selected node. For example, " +"you can select a node such as [Sprite] then edit its transform through the " +"inspector tool. The editor inspector is an essential tool in the game " +"development workflow.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_inspector]." +msgstr "" + +#: doc/classes/EditorInspector.xml:16 +msgid "" +"Refreshes the inspector.\n" +"[b]Note:[/b] To save on CPU resources, calling this method will do nothing " +"if the time specified in [code]docks/property_editor/auto_refresh_interval[/" +"code] editor setting hasn't passed yet since this method was last called. " +"(By default, this interval is set to 0.3 seconds.)" +msgstr "" + +#: doc/classes/EditorInspector.xml:28 +msgid "" +"Emitted when the Edit button of an [Object] has been pressed in the " +"inspector. This is mainly used in the remote scene tree inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:34 +msgid "Emitted when a property is edited in the inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:40 +msgid "" +"Emitted when a property is keyed in the inspector. Properties can be keyed " +"by clicking the \"key\" icon next to a property when the Animation panel is " +"toggled." +msgstr "" + +#: doc/classes/EditorInspector.xml:46 +msgid "Emitted when a property is selected in the inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:53 +msgid "" +"Emitted when a boolean property is toggled in the inspector.\n" +"[b]Note:[/b] This signal is never emitted if the internal [code]autoclear[/" +"code] property enabled. Since this property is always enabled in the editor " +"inspector, this signal is never emitted by the editor itself." +msgstr "" + +#: doc/classes/EditorInspector.xml:61 +msgid "Emitted when a resource is selected in the inspector." +msgstr "" + +#: doc/classes/EditorInspector.xml:66 +msgid "" +"Emitted when a property that requires a restart to be applied is edited in " +"the inspector. This is only used in the Project Settings and Editor Settings." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:4 +msgid "Plugin for adding custom property editors on inspector." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:7 +msgid "" +"These plugins allow adding custom property editors to [EditorInspector].\n" +"Plugins are registered via [method EditorPlugin.add_inspector_plugin].\n" +"When an object is edited, the [method can_handle] function is called and " +"must return [code]true[/code] if the object type is supported.\n" +"If supported, the function [method parse_begin] will be called, allowing to " +"place custom controls at the beginning of the class.\n" +"Subsequently, the [method parse_category] and [method parse_property] are " +"called for every category and property. They offer the ability to add custom " +"controls to the inspector too.\n" +"Finally, [method parse_end] will be called.\n" +"On each of these calls, the \"add\" functions can be called." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" +"inspector_plugins.html" +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:23 +msgid "Adds a custom control, which is not necessarily a property editor." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:31 +msgid "" +"Adds a property editor for an individual property. The [code]editor[/code] " +"control must extend [EditorProperty]." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:40 +msgid "" +"Adds an editor that allows modifying multiple properties. The [code]editor[/" +"code] control must extend [EditorProperty]." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:47 +msgid "Returns [code]true[/code] if this object can be handled by this plugin." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:54 +msgid "Called to allow adding controls at the beginning of the list." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:62 +msgid "Called to allow adding controls at the beginning of the category." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:68 +msgid "Called to allow adding controls at the end of the list." +msgstr "" + +#: doc/classes/EditorInspectorPlugin.xml:80 +msgid "" +"Called to allow adding property specific editors to the inspector. Usually " +"these inherit [EditorProperty]. Returning [code]true[/code] removes the " +"built-in editor for this property, otherwise allows to insert a custom " +"editor before the built-in one." +msgstr "" + +#: doc/classes/EditorInterface.xml:4 +msgid "Godot editor's interface." +msgstr "" + +#: doc/classes/EditorInterface.xml:7 +msgid "" +"EditorInterface gives you control over Godot editor's window. It allows " +"customizing the window, saving and (re-)loading scenes, rendering mesh " +"previews, inspecting and editing resources and objects, and provides access " +"to [EditorSettings], [EditorFileSystem], [EditorResourcePreview], " +"[ScriptEditor], the editor viewport, and information about scenes.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorPlugin.get_editor_interface]." +msgstr "" + +#: doc/classes/EditorInterface.xml:17 +msgid "" +"Edits the given [Node]. The node will be also selected if it's inside the " +"scene tree." +msgstr "" + +#: doc/classes/EditorInterface.xml:24 +msgid "Edits the given [Resource]." +msgstr "" + +#: doc/classes/EditorInterface.xml:30 +msgid "" +"Returns the main container of Godot editor's window. For example, you can " +"use it to retrieve the size of the container and place your controls " +"accordingly.\n" +"[b]Warning:[/b] Removing and freeing this node will render the editor " +"useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:37 +msgid "Returns the current path being viewed in the [FileSystemDock]." +msgstr "" + +#: doc/classes/EditorInterface.xml:43 +msgid "Returns the edited (current) scene's root [Node]." +msgstr "" + +#: doc/classes/EditorInterface.xml:49 +msgid "" +"Returns the actual scale of the editor UI ([code]1.0[/code] being 100% " +"scale). This can be used to adjust position and dimensions of the UI added " +"by plugins.\n" +"[b]Note:[/b] This value is set via the [code]interface/editor/display_scale[/" +"code] and [code]interface/editor/custom_display_scale[/code] editor " +"settings. Editor must be restarted for changes to be properly applied." +msgstr "" + +#: doc/classes/EditorInterface.xml:56 +msgid "Returns the editor's [EditorSettings] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:62 +msgid "" +"Returns the main editor control. Use this as a parent for main screens.\n" +"[b]Note:[/b] This returns the main editor control containing the whole " +"editor, not the 2D or 3D viewports specifically.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:70 +msgid "" +"Returns the editor's [FileSystemDock] instance.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:77 +msgid "" +"Returns the editor's [EditorInspector] instance.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:84 +msgid "Returns an [Array] with the file paths of the currently opened scenes." +msgstr "" + +#: doc/classes/EditorInterface.xml:90 +msgid "" +"Returns the name of the scene that is being played. If no scene is currently " +"being played, returns an empty string." +msgstr "" + +#: doc/classes/EditorInterface.xml:96 +msgid "Returns the editor's [EditorFileSystem] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:102 +msgid "Returns the editor's [EditorResourcePreview] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:108 +msgid "" +"Returns the editor's [ScriptEditor] instance.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorInterface.xml:115 +msgid "" +"Returns the path of the directory currently selected in the " +"[FileSystemDock]. If a file is selected, its base directory will be returned " +"using [method String.get_base_dir] instead." +msgstr "" + +#: doc/classes/EditorInterface.xml:121 +msgid "Returns the editor's [EditorSelection] instance." +msgstr "" + +#: doc/classes/EditorInterface.xml:130 +msgid "" +"Shows the given property on the given [code]object[/code] in the editor's " +"Inspector dock. If [code]inspector_only[/code] is [code]true[/code], plugins " +"will not attempt to edit [code]object[/code]." +msgstr "" + +#: doc/classes/EditorInterface.xml:136 +msgid "" +"Returns [code]true[/code] if a scene is currently being played, [code]false[/" +"code] otherwise. Paused scenes are considered as being played." +msgstr "" + +#: doc/classes/EditorInterface.xml:143 +msgid "" +"Returns [code]true[/code] if the specified [code]plugin[/code] is enabled. " +"The plugin name is the same as its directory name." +msgstr "" + +#: doc/classes/EditorInterface.xml:151 +msgid "" +"Returns mesh previews rendered at the given size as an [Array] of [Texture]s." +msgstr "" + +#: doc/classes/EditorInterface.xml:158 +msgid "Opens the scene at the given path." +msgstr "" + +#: doc/classes/EditorInterface.xml:164 +msgid "Plays the currently active scene." +msgstr "" + +#: doc/classes/EditorInterface.xml:171 +msgid "Plays the scene specified by its filepath." +msgstr "" + +#: doc/classes/EditorInterface.xml:177 +msgid "Plays the main scene." +msgstr "" + +#: doc/classes/EditorInterface.xml:184 +msgid "Reloads the scene at the given path." +msgstr "" + +#: doc/classes/EditorInterface.xml:190 +msgid "" +"Saves the scene. Returns either [code]OK[/code] or [code]ERR_CANT_CREATE[/" +"code] (see [@GlobalScope] constants)." +msgstr "" + +#: doc/classes/EditorInterface.xml:198 +msgid "Saves the scene as a file at [code]path[/code]." +msgstr "" + +#: doc/classes/EditorInterface.xml:205 +msgid "" +"Selects the file, with the path provided by [code]file[/code], in the " +"FileSystem dock." +msgstr "" + +#: doc/classes/EditorInterface.xml:212 +msgid "" +"Sets the editor's current main screen to the one specified in [code]name[/" +"code]. [code]name[/code] must match the text of the tab in question exactly " +"([code]2D[/code], [code]3D[/code], [code]Script[/code], [code]AssetLib[/" +"code])." +msgstr "" + +#: doc/classes/EditorInterface.xml:220 +msgid "" +"Sets the enabled status of a plugin. The plugin name is the same as its " +"directory name." +msgstr "" + +#: doc/classes/EditorInterface.xml:226 +msgid "Stops the scene that is currently playing." +msgstr "" + +#: doc/classes/EditorInterface.xml:232 +msgid "" +"If [code]true[/code], enables distraction-free mode which hides side docks " +"to increase the space available for the main view." +msgstr "" + +#: doc/classes/EditorPlugin.xml:4 +msgid "Used by the editor to extend its functionality." +msgstr "" + +#: doc/classes/EditorPlugin.xml:7 +msgid "" +"Plugins are used by the editor to extend functionality. The most common " +"types of plugins are those which edit a given node or resource type, import " +"plugins and export plugins. See also [EditorScript] to add functions to the " +"editor." +msgstr "" + +#: doc/classes/EditorPlugin.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/index.html" +msgstr "" + +#: doc/classes/EditorPlugin.xml:18 +msgid "" +"Adds a script at [code]path[/code] to the Autoload list as [code]name[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:26 +msgid "" +"Adds a control to the bottom panel (together with Output, Debug, Animation, " +"etc). Returns a reference to the button added. It's up to you to hide/show " +"the button when needed. When your plugin is deactivated, make sure to remove " +"your custom control with [method remove_control_from_bottom_panel] and free " +"it with [method Node.queue_free]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:34 +msgid "" +"Adds a custom control to a container (see [enum CustomControlContainer]). " +"There are many locations where custom controls can be added in the editor " +"UI.\n" +"Please remember that you have to manage the visibility of your custom " +"controls yourself (and likely hide it after adding it).\n" +"When your plugin is deactivated, make sure to remove your custom control " +"with [method remove_control_from_container] and free it with [method Node." +"queue_free]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:44 +msgid "" +"Adds the control to a specific dock slot (see [enum DockSlot] for options).\n" +"If the dock is repositioned and as long as the plugin is active, the editor " +"will save the dock position on further sessions.\n" +"When your plugin is deactivated, make sure to remove your custom control " +"with [method remove_control_from_docks] and free it with [method Node." +"queue_free]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:56 +msgid "" +"Adds a custom type, which will appear in the list of nodes or resources. An " +"icon can be optionally passed.\n" +"When given node or resource is selected, the base type will be instanced " +"(ie, \"Spatial\", \"Control\", \"Resource\"), then the script will be loaded " +"and set to this object.\n" +"You can use the virtual method [method handles] to check if your custom " +"object is being edited by checking the script or using the [code]is[/code] " +"keyword.\n" +"During run-time, this will be a simple object with a script so this function " +"does not need to be called then." +msgstr "" + +#: doc/classes/EditorPlugin.xml:66 +msgid "" +"Registers a new [EditorExportPlugin]. Export plugins are used to perform " +"tasks when the project is being exported.\n" +"See [method add_inspector_plugin] for an example of how to register a plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:74 +msgid "" +"Registers a new [EditorImportPlugin]. Import plugins are used to import " +"custom and unsupported assets as a custom [Resource] type.\n" +"[b]Note:[/b] If you want to import custom 3D asset formats use [method " +"add_scene_import_plugin] instead.\n" +"See [method add_inspector_plugin] for an example of how to register a plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:83 +msgid "" +"Registers a new [EditorInspectorPlugin]. Inspector plugins are used to " +"extend [EditorInspector] and provide custom configuration tools for your " +"object's properties.\n" +"[b]Note:[/b] Always use [method remove_inspector_plugin] to remove the " +"registered [EditorInspectorPlugin] when your [EditorPlugin] is disabled to " +"prevent leaks and an unexpected behavior.\n" +"[codeblock]\n" +"const MyInspectorPlugin = preload(\"res://addons/your_addon/path/to/your/" +"script.gd\")\n" +"var inspector_plugin = MyInspectorPlugin.new()\n" +"\n" +"func _enter_tree():\n" +" add_inspector_plugin(inspector_plugin)\n" +"\n" +"func _exit_tree():\n" +" remove_inspector_plugin(inspector_plugin)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:101 +msgid "" +"Registers a new [EditorSceneImporter]. Scene importers are used to import " +"custom 3D asset formats as scenes." +msgstr "" + +#: doc/classes/EditorPlugin.xml:108 +msgid "" +"Registers a new [EditorSpatialGizmoPlugin]. Gizmo plugins are used to add " +"custom gizmos to the 3D preview viewport for a [Spatial].\n" +"See [method add_inspector_plugin] for an example of how to register a plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:119 +msgid "" +"Adds a custom menu item to [b]Project > Tools[/b] as [code]name[/code] that " +"calls [code]callback[/code] on an instance of [code]handler[/code] with a " +"parameter [code]ud[/code] when user activates it." +msgstr "" + +#: doc/classes/EditorPlugin.xml:127 +msgid "" +"Adds a custom submenu under [b]Project > Tools >[/b] [code]name[/code]. " +"[code]submenu[/code] should be an object of class [PopupMenu]. This submenu " +"should be cleaned up using [code]remove_tool_menu_item(name)[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:133 +msgid "" +"This method is called when the editor is about to save the project, switch " +"to another tab, etc. It asks the plugin to apply any pending state changes " +"to ensure consistency.\n" +"This is used, for example, in shader editors to let the plugin know that it " +"must apply the shader code being written by the user to the object." +msgstr "" + +#: doc/classes/EditorPlugin.xml:140 +msgid "" +"This method is called when the editor is about to run the project. The " +"plugin can then perform required operations before the project runs.\n" +"This method must return a boolean. If this method returns [code]false[/" +"code], the project will not run. The run is aborted immediately, so this " +"also prevents all other plugins' [method build] methods from running." +msgstr "" + +#: doc/classes/EditorPlugin.xml:147 +msgid "" +"Clear all the state and reset the object being edited to zero. This ensures " +"your plugin does not keep editing a currently existing node, or a node from " +"the wrong scene." +msgstr "" + +#: doc/classes/EditorPlugin.xml:153 +msgid "" +"Called by the engine when the user disables the [EditorPlugin] in the Plugin " +"tab of the project settings window." +msgstr "" + +#: doc/classes/EditorPlugin.xml:160 +msgid "" +"This function is used for plugins that edit specific object types (nodes or " +"resources). It requests the editor to edit the given object." +msgstr "" + +#: doc/classes/EditorPlugin.xml:166 +msgid "" +"Called by the engine when the user enables the [EditorPlugin] in the Plugin " +"tab of the project settings window." +msgstr "" + +#: doc/classes/EditorPlugin.xml:173 +msgid "" +"Called by the engine when the 2D editor's viewport is updated. Use the " +"[code]overlay[/code] [Control] for drawing. You can update the viewport " +"manually by calling [method update_overlays].\n" +"[codeblock]\n" +"func forward_canvas_draw_over_viewport(overlay):\n" +" # Draw a circle at cursor position.\n" +" overlay.draw_circle(overlay.get_local_mouse_position(), 64, Color." +"white)\n" +"\n" +"func forward_canvas_gui_input(event):\n" +" if event is InputEventMouseMotion:\n" +" # Redraw viewport when cursor is moved.\n" +" update_overlays()\n" +" return true\n" +" return false\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:192 +msgid "" +"This method is the same as [method forward_canvas_draw_over_viewport], " +"except it draws on top of everything. Useful when you need an extra layer " +"that shows over anything else.\n" +"You need to enable calling of this method by using [method " +"set_force_draw_over_forwarding_enabled]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:200 +msgid "" +"Called when there is a root node in the current edited scene, [method " +"handles] is implemented and an [InputEvent] happens in the 2D viewport. " +"Intercepts the [InputEvent], if [code]return true[/code] [EditorPlugin] " +"consumes the [code]event[/code], otherwise forwards [code]event[/code] to " +"other Editor classes. Example:\n" +"[codeblock]\n" +"# Prevents the InputEvent to reach other Editor classes\n" +"func forward_canvas_gui_input(event):\n" +" var forward = true\n" +" return forward\n" +"[/codeblock]\n" +"Must [code]return false[/code] in order to forward the [InputEvent] to other " +"Editor classes. Example:\n" +"[codeblock]\n" +"# Consumes InputEventMouseMotion and forwards other InputEvent types\n" +"func forward_canvas_gui_input(event):\n" +" var forward = false\n" +" if event is InputEventMouseMotion:\n" +" forward = true\n" +" return forward\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:222 +msgid "" +"Called by the engine when the 3D editor's viewport is updated. Use the " +"[code]overlay[/code] [Control] for drawing. You can update the viewport " +"manually by calling [method update_overlays].\n" +"[codeblock]\n" +"func forward_spatial_draw_over_viewport(overlay):\n" +" # Draw a circle at cursor position.\n" +" overlay.draw_circle(overlay.get_local_mouse_position(), 64)\n" +"\n" +"func forward_spatial_gui_input(camera, event):\n" +" if event is InputEventMouseMotion:\n" +" # Redraw viewport when cursor is moved.\n" +" update_overlays()\n" +" return true\n" +" return false\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:241 +msgid "" +"This method is the same as [method forward_spatial_draw_over_viewport], " +"except it draws on top of everything. Useful when you need an extra layer " +"that shows over anything else.\n" +"You need to enable calling of this method by using [method " +"set_force_draw_over_forwarding_enabled]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:250 +msgid "" +"Called when there is a root node in the current edited scene, [method " +"handles] is implemented and an [InputEvent] happens in the 3D viewport. " +"Intercepts the [InputEvent], if [code]return true[/code] [EditorPlugin] " +"consumes the [code]event[/code], otherwise forwards [code]event[/code] to " +"other Editor classes. Example:\n" +"[codeblock]\n" +"# Prevents the InputEvent to reach other Editor classes\n" +"func forward_spatial_gui_input(camera, event):\n" +" var forward = true\n" +" return forward\n" +"[/codeblock]\n" +"Must [code]return false[/code] in order to forward the [InputEvent] to other " +"Editor classes. Example:\n" +"[codeblock]\n" +"# Consumes InputEventMouseMotion and forwards other InputEvent types\n" +"func forward_spatial_gui_input(camera, event):\n" +" var forward = false\n" +" if event is InputEventMouseMotion:\n" +" forward = true\n" +" return forward\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:271 +msgid "" +"This is for editors that edit script-based objects. You can return a list of " +"breakpoints in the format ([code]script:line[/code]), for example: " +"[code]res://path_to_script.gd:25[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:277 +msgid "" +"Returns the [EditorInterface] object that gives you control over Godot " +"editor's window and its functionalities." +msgstr "" + +#: doc/classes/EditorPlugin.xml:283 +msgid "" +"Override this method in your plugin to return a [Texture] in order to give " +"it an icon.\n" +"For main screen plugins, this appears at the top of the screen, to the right " +"of the \"2D\", \"3D\", \"Script\", and \"AssetLib\" buttons.\n" +"Ideally, the plugin icon should be white with a transparent background and " +"16x16 pixels in size.\n" +"[codeblock]\n" +"func get_plugin_icon():\n" +" # You can use a custom icon:\n" +" return preload(\"res://addons/my_plugin/my_plugin_icon.svg\")\n" +" # Or use a built-in icon:\n" +" return get_editor_interface().get_base_control().get_icon(\"Node\", " +"\"EditorIcons\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:298 +msgid "" +"Override this method in your plugin to provide the name of the plugin when " +"displayed in the Godot editor.\n" +"For main screen plugins, this appears at the top of the screen, to the right " +"of the \"2D\", \"3D\", \"Script\", and \"AssetLib\" buttons." +msgstr "" + +#: doc/classes/EditorPlugin.xml:305 +msgid "" +"Gets the Editor's dialogue used for making scripts.\n" +"[b]Note:[/b] Users can configure it before use.\n" +"[b]Warning:[/b] Removing and freeing this node will render a part of the " +"editor useless and may cause a crash." +msgstr "" + +#: doc/classes/EditorPlugin.xml:313 +msgid "" +"Gets the state of your plugin editor. This is used when saving the scene (so " +"state is kept when opening it again) and for switching tabs (so state can be " +"restored when the tab returns)." +msgstr "" + +#: doc/classes/EditorPlugin.xml:319 +msgid "" +"Gets the undo/redo object. Most actions in the editor can be undoable, so " +"use this object to make sure this happens when it's worth it." +msgstr "" + +#: doc/classes/EditorPlugin.xml:326 +msgid "" +"Gets the GUI layout of the plugin. This is used to save the project's editor " +"layout when [method queue_save_layout] is called or the editor layout was " +"changed(For example changing the position of a dock)." +msgstr "" + +#: doc/classes/EditorPlugin.xml:333 +msgid "" +"Implement this function if your plugin edits a specific type of object " +"(Resource or Node). If you return [code]true[/code], then you will get the " +"functions [method edit] and [method make_visible] called when the editor " +"requests them. If you have declared the methods [method " +"forward_canvas_gui_input] and [method forward_spatial_gui_input] these will " +"be called too." +msgstr "" + +#: doc/classes/EditorPlugin.xml:339 +msgid "" +"Returns [code]true[/code] if this is a main screen editor plugin (it goes in " +"the workspace selector together with [b]2D[/b], [b]3D[/b], [b]Script[/b] and " +"[b]AssetLib[/b])." +msgstr "" + +#: doc/classes/EditorPlugin.xml:345 +msgid "Minimizes the bottom panel." +msgstr "" + +#: doc/classes/EditorPlugin.xml:352 +msgid "Makes a specific item in the bottom panel visible." +msgstr "" + +#: doc/classes/EditorPlugin.xml:359 +msgid "" +"This function will be called when the editor is requested to become visible. " +"It is used for plugins that edit a specific object type.\n" +"Remember that you have to manage the visibility of all your editor controls " +"manually." +msgstr "" + +#: doc/classes/EditorPlugin.xml:366 +msgid "Queue save the project's editor layout." +msgstr "" + +#: doc/classes/EditorPlugin.xml:373 +msgid "Removes an Autoload [code]name[/code] from the list." +msgstr "" + +#: doc/classes/EditorPlugin.xml:380 +msgid "" +"Removes the control from the bottom panel. You have to manually [method Node." +"queue_free] the control." +msgstr "" + +#: doc/classes/EditorPlugin.xml:388 +msgid "" +"Removes the control from the specified container. You have to manually " +"[method Node.queue_free] the control." +msgstr "" + +#: doc/classes/EditorPlugin.xml:395 +msgid "" +"Removes the control from the dock. You have to manually [method Node." +"queue_free] the control." +msgstr "" + +#: doc/classes/EditorPlugin.xml:402 +msgid "Removes a custom type added by [method add_custom_type]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:409 +msgid "Removes an export plugin registered by [method add_export_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:416 +msgid "Removes an import plugin registered by [method add_import_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:423 +msgid "Removes an inspector plugin registered by [method add_import_plugin]" +msgstr "" + +#: doc/classes/EditorPlugin.xml:430 +msgid "" +"Removes a scene importer registered by [method add_scene_import_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:437 +msgid "Removes a gizmo plugin registered by [method add_spatial_gizmo_plugin]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:444 +msgid "Removes a menu [code]name[/code] from [b]Project > Tools[/b]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:450 +msgid "" +"This method is called after the editor saves the project or when it's " +"closed. It asks the plugin to save edited external scenes/resources." +msgstr "" + +#: doc/classes/EditorPlugin.xml:456 +msgid "" +"Enables calling of [method forward_canvas_force_draw_over_viewport] for the " +"2D editor and [method forward_spatial_force_draw_over_viewport] for the 3D " +"editor when their viewports are updated. You need to call this method only " +"once and it will work permanently for this plugin." +msgstr "" + +#: doc/classes/EditorPlugin.xml:462 +msgid "" +"Use this method if you always want to receive inputs from 3D view screen " +"inside [method forward_spatial_gui_input]. It might be especially usable if " +"your plugin will want to use raycast in the scene." +msgstr "" + +#: doc/classes/EditorPlugin.xml:469 +msgid "Restore the state saved by [method get_state]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:476 +msgid "Restore the plugin GUI layout saved by [method get_window_layout]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:482 +msgid "" +"Updates the overlays of the 2D and 3D editor viewport. Causes methods " +"[method forward_canvas_draw_over_viewport], [method " +"forward_canvas_force_draw_over_viewport], [method " +"forward_spatial_draw_over_viewport] and [method " +"forward_spatial_force_draw_over_viewport] to be called." +msgstr "" + +#: doc/classes/EditorPlugin.xml:490 +msgid "" +"Emitted when user changes the workspace ([b]2D[/b], [b]3D[/b], [b]Script[/" +"b], [b]AssetLib[/b]). Also works with custom screens defined by plugins." +msgstr "" + +#: doc/classes/EditorPlugin.xml:501 +msgid "" +"Emitted when the scene is changed in the editor. The argument will return " +"the root node of the scene that has just become active. If this scene is new " +"and empty, the argument will be [code]null[/code]." +msgstr "" + +#: doc/classes/EditorPlugin.xml:507 +msgid "" +"Emitted when user closes a scene. The argument is file path to a closed " +"scene." +msgstr "" + +#: doc/classes/EditorPlugin.xml:553 +msgid "Represents the size of the [enum DockSlot] enum." +msgstr "" + +#: doc/classes/EditorProperty.xml:4 +msgid "Custom control to edit properties for adding into the inspector." +msgstr "" + +#: doc/classes/EditorProperty.xml:7 +msgid "" +"This control allows property editing for one or multiple properties into " +"[EditorInspector]. It is added via [EditorInspectorPlugin]." +msgstr "" + +#: doc/classes/EditorProperty.xml:16 +msgid "" +"If any of the controls added can gain keyboard focus, add it here. This " +"ensures that focus will be restored if the inspector is refreshed." +msgstr "" + +#: doc/classes/EditorProperty.xml:26 +msgid "" +"If one or several properties have changed, this must be called. [code]field[/" +"code] is used in case your editor can modify fields separately (as an " +"example, Vector3.x). The [code]changing[/code] argument avoids the editor " +"requesting this property to be refreshed (leave as [code]false[/code] if " +"unsure)." +msgstr "" + +#: doc/classes/EditorProperty.xml:32 +msgid "Gets the edited object." +msgstr "" + +#: doc/classes/EditorProperty.xml:38 +msgid "" +"Gets the edited property. If your editor is for a single property (added via " +"[method EditorInspectorPlugin.parse_property]), then this will return the " +"property." +msgstr "" + +#: doc/classes/EditorProperty.xml:44 +msgid "Must be implemented to provide a custom tooltip to the property editor." +msgstr "" + +#: doc/classes/EditorProperty.xml:51 +msgid "" +"Puts the [code]editor[/code] control below the property label. The control " +"must be previously added using [method Node.add_child]." +msgstr "" + +#: doc/classes/EditorProperty.xml:57 +msgid "When this virtual function is called, you must update your editor." +msgstr "" + +#: doc/classes/EditorProperty.xml:63 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is " +"checkable." +msgstr "" + +#: doc/classes/EditorProperty.xml:66 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is checked." +msgstr "" + +#: doc/classes/EditorProperty.xml:69 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is drawn " +"with the editor theme's warning color. This is used for editable children's " +"properties." +msgstr "" + +#: doc/classes/EditorProperty.xml:72 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property can add " +"keys for animation." +msgstr "" + +#: doc/classes/EditorProperty.xml:75 +msgid "Set this property to change the label (if you want to show one)." +msgstr "" + +#: doc/classes/EditorProperty.xml:78 +msgid "" +"Used by the inspector, set to [code]true[/code] when the property is read-" +"only." +msgstr "" + +#: doc/classes/EditorProperty.xml:86 +msgid "" +"Emit it if you want multiple properties modified at the same time. Do not " +"use if added via [method EditorInspectorPlugin.parse_property]." +msgstr "" + +#: doc/classes/EditorProperty.xml:93 +msgid "Used by sub-inspectors. Emit it if what was selected was an Object ID." +msgstr "" + +#: doc/classes/EditorProperty.xml:100 +msgid "" +"Do not emit this manually, use the [method emit_changed] method instead." +msgstr "" + +#: doc/classes/EditorProperty.xml:107 +msgid "Emitted when a property was checked. Used internally." +msgstr "" + +#: doc/classes/EditorProperty.xml:113 +msgid "" +"Emit it if you want to add this value as an animation key (check for keying " +"being enabled first)." +msgstr "" + +#: doc/classes/EditorProperty.xml:120 +msgid "Emit it if you want to key a property with a single value." +msgstr "" + +#: doc/classes/EditorProperty.xml:127 +msgid "" +"If you want a sub-resource to be edited, emit this signal with the resource." +msgstr "" + +#: doc/classes/EditorProperty.xml:134 +msgid "Emitted when selected. Used internally." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:4 +msgid "Godot editor's control for selecting [Resource] type properties." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:7 +msgid "" +"This [Control] node is used in the editor's Inspector dock to allow editing " +"of [Resource] type properties. It provides options for creating, loading, " +"saving and converting resources. Can be used with [EditorInspectorPlugin] to " +"recreate the same behavior.\n" +"[b]Note:[/b] This [Control] does not include any editor for the resource, as " +"editing is controlled by the Inspector dock itself or sub-Inspectors." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:32 +msgid "" +"Returns a list of all allowed types and subtypes corresponding to the " +"[member base_type]. If the [member base_type] is empty, an empty list is " +"returned." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:46 +msgid "" +"This virtual method can be implemented to handle context menu items not " +"handled by default. See [method set_create_options]." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:53 +msgid "" +"This virtual method is called when updating the context menu of " +"[EditorResourcePicker]. Implement this method to override the \"New ...\" " +"items with your own options. [code]menu_node[/code] is a reference to the " +"[PopupMenu] node.\n" +"[b]Note:[/b] Implement [method handle_menu_selected] to handle these custom " +"items." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:61 +msgid "" +"Sets the toggle mode state for the main button. Works only if [member " +"toggle_mode] is set to [code]true[/code]." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:67 +msgid "" +"The base type of allowed resource types. Can be a comma-separated list of " +"several options." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:70 +msgid "If [code]true[/code], the value can be selected and edited." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:73 +msgid "The edited resource value." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:76 +msgid "" +"If [code]true[/code], the main button with the resource preview works in the " +"toggle mode. Use [method set_toggle_pressed] to manually set the state." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:83 +msgid "Emitted when the value of the edited resource was changed." +msgstr "" + +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:4 +msgid "Helper to generate previews of resources or files." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:7 +msgid "" +"This object is used to generate previews for resources of files.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_resource_previewer]." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:17 +msgid "Create an own, custom preview generator." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:24 +msgid "" +"Check if the resource changed, if so, it will be invalidated and the " +"corresponding signal emitted." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:34 +msgid "" +"Queue the [code]resource[/code] being edited for preview. Once the preview " +"is ready, the [code]receiver[/code]'s [code]receiver_func[/code] will be " +"called. The [code]receiver_func[/code] must take the following four " +"arguments: [String] path, [Texture] preview, [Texture] thumbnail_preview, " +"[Variant] userdata. [code]userdata[/code] can be anything, and will be " +"returned when [code]receiver_func[/code] is called.\n" +"[b]Note:[/b] If it was not possible to create the preview the " +"[code]receiver_func[/code] will still be called, but the preview will be " +"null." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:45 +msgid "" +"Queue a resource file located at [code]path[/code] for preview. Once the " +"preview is ready, the [code]receiver[/code]'s [code]receiver_func[/code] " +"will be called. The [code]receiver_func[/code] must take the following four " +"arguments: [String] path, [Texture] preview, [Texture] thumbnail_preview, " +"[Variant] userdata. [code]userdata[/code] can be anything, and will be " +"returned when [code]receiver_func[/code] is called.\n" +"[b]Note:[/b] If it was not possible to create the preview the " +"[code]receiver_func[/code] will still be called, but the preview will be " +"null." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:53 +msgid "Removes a custom preview generator." +msgstr "" + +#: doc/classes/EditorResourcePreview.xml:61 +msgid "" +"Emitted if a preview was invalidated (changed). [code]path[/code] " +"corresponds to the path of the preview." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:4 +msgid "Custom generator of previews." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:7 +msgid "" +"Custom code to generate previews. Please check [code]file_dialog/" +"thumbnail_size[/code] in [EditorSettings] to find out the right size to do " +"previews at." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:15 +msgid "" +"If this function returns [code]true[/code], the generator will call [method " +"generate] or [method generate_from_path] for small previews as well.\n" +"By default, it returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:24 +msgid "" +"Generate a preview from a given resource with the specified size. This must " +"always be implemented.\n" +"Returning an empty texture is an OK way to fail and let another generator " +"take care.\n" +"Care must be taken because this function is always called from a thread (not " +"the main thread)." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:34 +msgid "" +"Generate a preview directly from a path with the specified size. " +"Implementing this is optional, as default code will load and call [method " +"generate].\n" +"Returning an empty texture is an OK way to fail and let another generator " +"take care.\n" +"Care must be taken because this function is always called from a thread (not " +"the main thread)." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:42 +msgid "" +"If this function returns [code]true[/code], the generator will automatically " +"generate the small previews from the normal preview texture generated by the " +"methods [method generate] or [method generate_from_path].\n" +"By default, it returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorResourcePreviewGenerator.xml:50 +msgid "" +"Returns [code]true[/code] if your generator supports the resource of type " +"[code]type[/code]." +msgstr "" + +#: doc/classes/EditorSceneImporter.xml:4 +msgid "Imports scenes from third-parties' 3D files." +msgstr "" + +#: modules/fbx/doc_classes/EditorSceneImporterFBX.xml:4 +msgid "FBX 3D asset importer." +msgstr "" + +#: modules/fbx/doc_classes/EditorSceneImporterFBX.xml:7 +msgid "" +"This is an FBX 3D asset importer with full support for most FBX features.\n" +"If exporting a FBX scene from Autodesk Maya, use these FBX export settings:\n" +"[codeblock]\n" +"- Smoothing Groups\n" +"- Smooth Mesh\n" +"- Triangluate (for meshes with blend shapes)\n" +"- Bake Animation\n" +"- Resample All\n" +"- Deformed Models\n" +"- Skins\n" +"- Blend Shapes\n" +"- Curve Filters\n" +"- Constant Key Reducer\n" +"- Auto Tangents Only\n" +"- *Do not check* Constraints (as it will break the file)\n" +"- Can check Embed Media (embeds textures into the exported FBX file)\n" +" - Note that when importing embedded media, the texture and mesh will be a " +"single immutable file.\n" +" - You will have to re-export then re-import the FBX if the texture has " +"changed.\n" +"- Units: Centimeters\n" +"- Up Axis: Y\n" +"- Binary format in FBX 2017\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:4 +msgid "Post-processes scenes after import." +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:7 +msgid "" +"Imported scenes can be automatically modified right after import by setting " +"their [b]Custom Script[/b] Import property to a [code]tool[/code] script " +"that inherits from this class.\n" +"The [method post_import] callback receives the imported scene's root node " +"and returns the modified version of the scene. Usage example:\n" +"[codeblock]\n" +"tool # Needed so it runs in editor\n" +"extends EditorScenePostImport\n" +"\n" +"# This sample changes all node names\n" +"\n" +"# Called right after the scene is imported and gets the root node\n" +"func post_import(scene):\n" +" # Change all node names to \"modified_[oldnodename]\"\n" +" iterate(scene)\n" +" return scene # Remember to return the imported scene\n" +"\n" +"func iterate(node):\n" +" if node != null:\n" +" node.name = \"modified_\" + node.name\n" +" for child in node.get_children():\n" +" iterate(child)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:29 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" +"importing_scenes.html#custom-script" +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:35 +msgid "" +"Returns the source file path which got imported (e.g. [code]res://scene.dae[/" +"code])." +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:41 +msgid "Returns the resource folder the imported scene file is located in." +msgstr "" + +#: doc/classes/EditorScenePostImport.xml:48 +msgid "" +"Called after the scene was imported. This method must return the modified " +"version of the scene." +msgstr "" + +#: doc/classes/EditorScript.xml:4 +msgid "Base script that can be used to add extension functions to the editor." +msgstr "" + +#: doc/classes/EditorScript.xml:7 +msgid "" +"Scripts extending this class and implementing its [method _run] method can " +"be executed from the Script Editor's [b]File > Run[/b] menu option (or by " +"pressing [code]Ctrl+Shift+X[/code]) while the editor is running. This is " +"useful for adding custom in-editor functionality to Godot. For more complex " +"additions, consider using [EditorPlugin]s instead.\n" +"[b]Note:[/b] Extending scripts need to have [code]tool[/code] mode enabled.\n" +"[b]Example script:[/b]\n" +"[codeblock]\n" +"tool\n" +"extends EditorScript\n" +"\n" +"func _run():\n" +" print(\"Hello from the Godot Editor!\")\n" +"[/codeblock]\n" +"[b]Note:[/b] The script is run in the Editor context, which means the output " +"is visible in the console window started with the Editor (stdout) instead of " +"the usual Godot [b]Output[/b] dock." +msgstr "" + +#: doc/classes/EditorScript.xml:25 +msgid "This method is executed by the Editor when [b]File > Run[/b] is used." +msgstr "" + +#: doc/classes/EditorScript.xml:32 +msgid "" +"Adds [code]node[/code] as a child of the root node in the editor context.\n" +"[b]Warning:[/b] The implementation of this method is currently disabled." +msgstr "" + +#: doc/classes/EditorScript.xml:39 +msgid "Returns the [EditorInterface] singleton instance." +msgstr "" + +#: doc/classes/EditorScript.xml:45 +msgid "Returns the Editor's currently active scene." +msgstr "" + +#: doc/classes/EditorScriptPicker.xml:4 +msgid "" +"Godot editor's control for selecting the [code]script[/code] property of a " +"[Node]." +msgstr "" + +#: doc/classes/EditorScriptPicker.xml:7 +msgid "" +"Similar to [EditorResourcePicker] this [Control] node is used in the " +"editor's Inspector dock, but only to edit the [code]script[/code] property " +"of a [Node]. Default options for creating new resources of all possible " +"subtypes are replaced with dedicated buttons that open the \"Attach Node " +"Script\" dialog. Can be used with [EditorInspectorPlugin] to recreate the " +"same behavior.\n" +"[b]Note:[/b] You must set the [member script_owner] for the custom context " +"menu items to work." +msgstr "" + +#: doc/classes/EditorScriptPicker.xml:16 +msgid "The owner [Node] of the script property that holds the edited resource." +msgstr "" + +#: doc/classes/EditorSelection.xml:4 +msgid "Manages the SceneTree selection in the editor." +msgstr "" + +#: doc/classes/EditorSelection.xml:7 +msgid "" +"This object manages the SceneTree selection in the editor.\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_selection]." +msgstr "" + +#: doc/classes/EditorSelection.xml:17 +msgid "" +"Adds a node to the selection.\n" +"[b]Note:[/b] The newly selected node will not be automatically edited in the " +"inspector. If you want to edit a node, use [method EditorInterface." +"edit_node]." +msgstr "" + +#: doc/classes/EditorSelection.xml:24 +msgid "Clear the selection." +msgstr "" + +#: doc/classes/EditorSelection.xml:30 +msgid "Gets the list of selected nodes." +msgstr "" + +#: doc/classes/EditorSelection.xml:36 +msgid "" +"Gets the list of selected nodes, optimized for transform operations (i.e. " +"moving them, rotating, etc). This list avoids situations where a node is " +"selected and also child/grandchild." +msgstr "" + +#: doc/classes/EditorSelection.xml:43 +msgid "Removes a node from the selection." +msgstr "" + +#: doc/classes/EditorSelection.xml:50 +msgid "Emitted when the selection changes." +msgstr "" + +#: doc/classes/EditorSettings.xml:4 +msgid "Object that holds the project-independent editor settings." +msgstr "" + +#: doc/classes/EditorSettings.xml:7 +msgid "" +"Object that holds the project-independent editor settings. These settings " +"are generally visible in the [b]Editor > Editor Settings[/b] menu.\n" +"Property names use slash delimiters to distinguish sections. Setting values " +"can be of any [Variant] type. It's recommended to use [code]snake_case[/" +"code] for editor settings to be consistent with the Godot editor itself.\n" +"Accessing the settings can be done using the following methods, such as:\n" +"[codeblock]\n" +"# `settings.set(\"some/property\", value)` also works as this class " +"overrides `_set()` internally.\n" +"settings.set_setting(\"some/property\",value)\n" +"\n" +"# `settings.get(\"some/property\", value)` also works as this class " +"overrides `_get()` internally.\n" +"settings.get_setting(\"some/property\")\n" +"\n" +"var list_of_settings = settings.get_property_list()\n" +"[/codeblock]\n" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_editor_settings]." +msgstr "" + +#: doc/classes/EditorSettings.xml:28 +msgid "" +"Adds a custom property info to a property. The dictionary must contain:\n" +"- [code]name[/code]: [String] (the name of the property)\n" +"- [code]type[/code]: [int] (see [enum Variant.Type])\n" +"- optionally [code]hint[/code]: [int] (see [enum PropertyHint]) and " +"[code]hint_string[/code]: [String]\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"editor_settings.set(\"category/property_name\", 0)\n" +"\n" +"var property_info = {\n" +" \"name\": \"category/property_name\",\n" +" \"type\": TYPE_INT,\n" +" \"hint\": PROPERTY_HINT_ENUM,\n" +" \"hint_string\": \"one,two,three\"\n" +"}\n" +"\n" +"editor_settings.add_property_info(property_info)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/EditorSettings.xml:51 +msgid "Erases the setting whose name is specified by [code]property[/code]." +msgstr "" + +#: doc/classes/EditorSettings.xml:57 +msgid "Returns the list of favorite files and directories for this project." +msgstr "" + +#: doc/classes/EditorSettings.xml:66 +msgid "" +"Returns project-specific metadata for the [code]section[/code] and " +"[code]key[/code] specified. If the metadata doesn't exist, [code]default[/" +"code] will be returned instead. See also [method set_project_metadata]." +msgstr "" + +#: doc/classes/EditorSettings.xml:72 +msgid "" +"Returns the project-specific settings path. Projects all have a unique " +"subdirectory inside the settings path where project-specific settings are " +"saved." +msgstr "" + +#: doc/classes/EditorSettings.xml:78 +msgid "" +"Returns the list of recently visited folders in the file dialog for this " +"project." +msgstr "" + +#: doc/classes/EditorSettings.xml:85 +msgid "" +"Returns the value of the setting specified by [code]name[/code]. This is " +"equivalent to using [method Object.get] on the EditorSettings instance." +msgstr "" + +#: doc/classes/EditorSettings.xml:91 +msgid "" +"Gets the global settings path for the engine. Inside this path, you can find " +"some standard paths such as:\n" +"[code]settings/tmp[/code] - Used for temporary storage of files\n" +"[code]settings/templates[/code] - Where export templates are located" +msgstr "" + +#: doc/classes/EditorSettings.xml:100 +msgid "" +"Returns [code]true[/code] if the setting specified by [code]name[/code] " +"exists, [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/EditorSettings.xml:107 +msgid "" +"Returns [code]true[/code] if the setting specified by [code]name[/code] can " +"have its value reverted to the default value, [code]false[/code] otherwise. " +"When this method returns [code]true[/code], a Revert button will display " +"next to the setting in the Editor Settings." +msgstr "" + +#: doc/classes/EditorSettings.xml:114 +msgid "" +"Returns the default value of the setting specified by [code]name[/code]. " +"This is the value that would be applied when clicking the Revert button in " +"the Editor Settings." +msgstr "" + +#: doc/classes/EditorSettings.xml:121 +msgid "Sets the list of favorite files and directories for this project." +msgstr "" + +#: doc/classes/EditorSettings.xml:130 +msgid "" +"Sets the initial value of the setting specified by [code]name[/code] to " +"[code]value[/code]. This is used to provide a value for the Revert button in " +"the Editor Settings. If [code]update_current[/code] is true, the current " +"value of the setting will be set to [code]value[/code] as well." +msgstr "" + +#: doc/classes/EditorSettings.xml:139 +msgid "" +"Sets project-specific metadata with the [code]section[/code], [code]key[/" +"code] and [code]data[/code] specified. This metadata is stored outside the " +"project folder and therefore won't be checked into version control. See also " +"[method get_project_metadata]." +msgstr "" + +#: doc/classes/EditorSettings.xml:146 +msgid "" +"Sets the list of recently visited folders in the file dialog for this " +"project." +msgstr "" + +#: doc/classes/EditorSettings.xml:154 +msgid "" +"Sets the [code]value[/code] of the setting specified by [code]name[/code]. " +"This is equivalent to using [method Object.set] on the EditorSettings " +"instance." +msgstr "" + +#: doc/classes/EditorSettings.xml:161 +msgid "Emitted after any editor setting has changed." +msgstr "" + +#: doc/classes/EditorSettings.xml:167 +msgid "" +"Emitted after any editor setting has changed. It's used by various editor " +"plugins to update their visuals on theme changes or logic on configuration " +"changes." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:4 +msgid "Custom gizmo for editing Spatial objects." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:7 +msgid "" +"Custom gizmo that is used for providing custom visualization and editing " +"(handles) for 3D Spatial objects. See [EditorSpatialGizmoPlugin] for more " +"information." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:16 +msgid "" +"Adds the specified [code]segments[/code] to the gizmo's collision shape for " +"picking. Call this function during [method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:23 +msgid "" +"Adds collision triangles to the gizmo for picking. A [TriangleMesh] can be " +"generated from a regular [Mesh] too. Call this function during [method " +"redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:33 +msgid "" +"Adds a list of handles (points) which can be used to deform the object being " +"edited.\n" +"There are virtual functions which will be called upon editing of these " +"handles. Call this function during [method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:44 +msgid "" +"Adds lines to the gizmo (as sets of 2 points), with a given material. The " +"lines are used for visualizing the gizmo. Call this function during [method " +"redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:54 +msgid "" +"Adds a mesh to the gizmo with the specified [code]billboard[/code] state, " +"[code]skeleton[/code] and [code]material[/code]. If [code]billboard[/code] " +"is [code]true[/code], the mesh will rotate to always face the camera. Call " +"this function during [method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:63 +msgid "" +"Adds an unscaled billboard for visualization. Call this function during " +"[method redraw]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:69 +msgid "" +"Removes everything in the gizmo including meshes, collisions and handles." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:78 +msgid "" +"Commit a handle being edited (handles must have been previously added by " +"[method add_handles]).\n" +"If the [code]cancel[/code] parameter is [code]true[/code], an option to " +"restore the edited value to the original is provided." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:86 +msgid "" +"Gets the name of an edited handle (handles must have been previously added " +"by [method add_handles]).\n" +"Handles can be named for reference to the user when editing." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:94 +msgid "" +"Gets actual value of a handle. This value can be anything and used for " +"eventually undoing the motion when calling [method commit_handle]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:100 +msgid "" +"Returns the [EditorSpatialGizmoPlugin] that owns this gizmo. It's useful to " +"retrieve materials using [method EditorSpatialGizmoPlugin.get_material]." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:106 +msgid "Returns the Spatial node associated with this gizmo." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:113 +msgid "" +"Returns [code]true[/code] if the handle at index [code]index[/code] is " +"highlighted by being hovered with the mouse." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:119 +msgid "" +"This function is called when the [Spatial] this gizmo refers to changes (the " +"[method Spatial.update_gizmo] is called)." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:128 +msgid "" +"This function is used when the user drags a gizmo handle (previously added " +"with [method add_handles]) in screen coordinates.\n" +"The [Camera] is also provided so screen coordinates can be converted to " +"raycasts." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:136 +msgid "" +"Sets the gizmo's hidden state. If [code]true[/code], the gizmo will be " +"hidden. If [code]false[/code], it will be shown." +msgstr "" + +#: doc/classes/EditorSpatialGizmo.xml:143 +msgid "" +"Sets the reference [Spatial] node for the gizmo. [code]node[/code] must " +"inherit from [Spatial]." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:4 +msgid "Used by the editor to define Spatial gizmo types." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:7 +msgid "" +"EditorSpatialGizmoPlugin allows you to define a new type of Gizmo. There are " +"two main ways to do so: extending [EditorSpatialGizmoPlugin] for the simpler " +"gizmos, or creating a new [EditorSpatialGizmo] type. See the tutorial in the " +"documentation for more info." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/spatial_gizmos." +"html" +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:18 +msgid "" +"Adds a new material to the internal material list for the plugin. It can " +"then be accessed with [method get_material]. Should not be overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:24 +msgid "" +"Override this method to define whether the gizmo can be hidden or not. " +"Returns [code]true[/code] if not overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:34 +msgid "" +"Override this method to commit gizmo handles. Called for this plugin's " +"active gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:41 +msgid "" +"Override this method to return a custom [EditorSpatialGizmo] for the spatial " +"nodes of your choice, return [code]null[/code] for the rest of nodes. See " +"also [method has_gizmo]." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:50 +msgid "" +"Creates a handle material with its variants (selected and/or editable) and " +"adds them to the internal material list. They can then be accessed with " +"[method get_material] and used in [method EditorSpatialGizmo.add_handles]. " +"Should not be overridden.\n" +"You can optionally provide a texture to use instead of the default icon." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:61 +msgid "" +"Creates an icon material with its variants (selected and/or editable) and " +"adds them to the internal material list. They can then be accessed with " +"[method get_material] and used in [method EditorSpatialGizmo." +"add_unscaled_billboard]. Should not be overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:72 +msgid "" +"Creates an unshaded material with its variants (selected and/or editable) " +"and adds them to the internal material list. They can then be accessed with " +"[method get_material] and used in [method EditorSpatialGizmo.add_mesh] and " +"[method EditorSpatialGizmo.add_lines]. Should not be overridden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:80 +msgid "" +"Override this method to provide gizmo's handle names. Called for this " +"plugin's active gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:88 +msgid "" +"Gets actual value of a handle from gizmo. Called for this plugin's active " +"gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:96 +msgid "" +"Gets material from the internal list of materials. If an " +"[EditorSpatialGizmo] is provided, it will try to get the corresponding " +"variant (selected and/or editable)." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:102 +msgid "" +"Override this method to provide the name that will appear in the gizmo " +"visibility menu." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:108 +msgid "" +"Override this method to set the gizmo's priority. Higher values correspond " +"to higher priority. If a gizmo with higher priority conflicts with another " +"gizmo, only the gizmo with higher priority will be used.\n" +"All built-in editor gizmos return a priority of [code]-1[/code]. If not " +"overridden, this method will return [code]0[/code], which means custom " +"gizmos will automatically override built-in gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:116 +msgid "" +"Override this method to define which Spatial nodes have a gizmo from this " +"plugin. Whenever a [Spatial] node is added to a scene this method is called, " +"if it returns [code]true[/code] the node gets a generic [EditorSpatialGizmo] " +"assigned and is added to this plugin's list of active gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:124 +msgid "" +"Gets whether a handle is highlighted or not. Called for this plugin's active " +"gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:130 +msgid "" +"Override this method to define whether a Spatial with this gizmo should be " +"selectable even when the gizmo is hidden." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:137 +msgid "" +"Callback to redraw the provided gizmo. Called for this plugin's active " +"gizmos." +msgstr "" + +#: doc/classes/EditorSpatialGizmoPlugin.xml:147 +msgid "" +"Update the value of a handle after it has been updated. Called for this " +"plugin's active gizmos." +msgstr "" + +#: doc/classes/EditorSpinSlider.xml:4 +msgid "Godot editor's control for editing numeric values." +msgstr "" + +#: doc/classes/EditorSpinSlider.xml:7 +msgid "" +"This [Control] node is used in the editor's Inspector dock to allow editing " +"of numeric values. Can be used with [EditorInspectorPlugin] to recreate the " +"same behavior." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:4 +msgid "" +"Version Control System (VCS) interface which reads and writes to the local " +"VCS in use." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:7 +msgid "" +"Used by the editor to display VCS extracted information in the editor. The " +"implementation of this API is included in VCS addons, which are essentially " +"GDNative plugins that need to be put into the project folder. These VCS " +"addons are scripts which are attached (on demand) to the object instance of " +"[code]EditorVCSInterface[/code]. All the functions listed below, instead of " +"performing the task themselves, they call the internally defined functions " +"in the VCS addons to provide a plug-n-play experience." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:16 +msgid "" +"Creates a version commit if the addon is initialized, else returns without " +"doing anything. Uses the files which have been staged previously, with the " +"commit message set to a value as provided as in the argument." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:23 +msgid "" +"Returns an [Array] of [Dictionary] objects containing the diff output from " +"the VCS in use, if a VCS addon is initialized, else returns an empty [Array] " +"object. The diff contents also consist of some contextual lines which " +"provide context to the observed line change in the file.\n" +"Each [Dictionary] object has the line diff contents under the keys:\n" +"- [code]\"content\"[/code] to store a [String] containing the line contents\n" +"- [code]\"status\"[/code] to store a [String] which contains [code]\"+\"[/" +"code] in case the content is a line addition but it stores a [code]\"-\"[/" +"code] in case of deletion and an empty string in the case the line content " +"is neither an addition nor a deletion.\n" +"- [code]\"new_line_number\"[/code] to store an integer containing the new " +"line number of the line content.\n" +"- [code]\"line_count\"[/code] to store an integer containing the number of " +"lines in the line content.\n" +"- [code]\"old_line_number\"[/code] to store an integer containing the old " +"line number of the line content.\n" +"- [code]\"offset\"[/code] to store the offset of the line change since the " +"first contextual line content." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:36 +msgid "" +"Returns a [Dictionary] containing the path of the detected file change " +"mapped to an integer signifying what kind of change the corresponding file " +"has experienced.\n" +"The following integer values are being used to signify that the detected " +"file is:\n" +"- [code]0[/code]: New to the VCS working directory\n" +"- [code]1[/code]: Modified\n" +"- [code]2[/code]: Renamed\n" +"- [code]3[/code]: Deleted\n" +"- [code]4[/code]: Typechanged" +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:48 +msgid "Returns the project name of the VCS working directory." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:54 +msgid "" +"Returns the name of the VCS if the VCS has been initialized, else return an " +"empty string." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:61 +msgid "" +"Initializes the VCS addon if not already. Uses the argument value as the " +"path to the working directory of the project. Creates the initial commit if " +"required. Returns [code]true[/code] if no failure occurs, else returns " +"[code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:67 +msgid "" +"Returns [code]true[/code] if the addon is ready to respond to function " +"calls, else returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:73 +msgid "" +"Returns [code]true[/code] if the VCS addon has been initialized, else " +"returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:79 +msgid "" +"Shuts down the VCS addon to allow cleanup code to run on call. Returns " +"[code]true[/code] is no failure occurs, else returns [code]false[/code]." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:86 +msgid "" +"Stages the file which should be committed when [method EditorVCSInterface." +"commit] is called. Argument should contain the absolute path." +msgstr "" + +#: doc/classes/EditorVCSInterface.xml:93 +msgid "" +"Unstages the file which was staged previously to be committed, so that it is " +"no longer committed when [method EditorVCSInterface.commit] is called. " +"Argument should contain the absolute path." +msgstr "" + +#: doc/classes/EncodedObjectAsID.xml:4 +msgid "Holds a reference to an [Object]'s instance ID." +msgstr "" + +#: doc/classes/EncodedObjectAsID.xml:7 +msgid "" +"Utility class which holds a reference to the internal identifier of an " +"[Object] instance, as given by [method Object.get_instance_id]. This ID can " +"then be used to retrieve the object instance with [method @GDScript." +"instance_from_id].\n" +"This class is used internally by the editor inspector and script debugger, " +"but can also be used in plugins to pass and display objects as their IDs." +msgstr "" + +#: doc/classes/EncodedObjectAsID.xml:16 +msgid "" +"The [Object] identifier stored in this [EncodedObjectAsID] instance. The " +"object instance can be retrieved with [method @GDScript.instance_from_id]." +msgstr "" + +#: doc/classes/Engine.xml:4 +msgid "Access to engine properties." +msgstr "" + +#: doc/classes/Engine.xml:7 +msgid "" +"The [Engine] singleton allows you to query and modify the project's run-time " +"parameters, such as frames per second, time scale, and others." +msgstr "" + +#: doc/classes/Engine.xml:15 +msgid "" +"Returns engine author information in a Dictionary.\n" +"[code]lead_developers[/code] - Array of Strings, lead developer names\n" +"[code]founders[/code] - Array of Strings, founder names\n" +"[code]project_managers[/code] - Array of Strings, project manager names\n" +"[code]developers[/code] - Array of Strings, developer names" +msgstr "" + +#: doc/classes/Engine.xml:25 +msgid "" +"Returns an Array of copyright information Dictionaries.\n" +"[code]name[/code] - String, component name\n" +"[code]parts[/code] - Array of Dictionaries {[code]files[/code], " +"[code]copyright[/code], [code]license[/code]} describing subsections of the " +"component" +msgstr "" + +#: doc/classes/Engine.xml:33 +msgid "" +"Returns a Dictionary of Arrays of donor names.\n" +"{[code]platinum_sponsors[/code], [code]gold_sponsors[/code], " +"[code]silver_sponsors[/code], [code]bronze_sponsors[/code], " +"[code]mini_sponsors[/code], [code]gold_donors[/code], [code]silver_donors[/" +"code], [code]bronze_donors[/code]}" +msgstr "" + +#: doc/classes/Engine.xml:40 +msgid "" +"Returns the total number of frames drawn. On headless platforms, or if the " +"render loop is disabled with [code]--disable-render-loop[/code] via command " +"line, [method get_frames_drawn] always returns [code]0[/code]. See [method " +"get_idle_frames]." +msgstr "" + +#: doc/classes/Engine.xml:46 +msgid "Returns the frames per second of the running game." +msgstr "" + +#: doc/classes/Engine.xml:52 +msgid "" +"Returns the total number of frames passed since engine initialization which " +"is advanced on each [b]idle frame[/b], regardless of whether the render loop " +"is enabled. See also [method get_frames_drawn] and [method " +"get_physics_frames].\n" +"[method get_idle_frames] can be used to run expensive logic less often " +"without relying on a [Timer]:\n" +"[codeblock]\n" +"func _process(_delta):\n" +" if Engine.get_idle_frames() % 2 == 0:\n" +" pass # Run expensive logic only once every 2 idle (render) frames " +"here.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Engine.xml:64 +msgid "" +"Returns Dictionary of licenses used by Godot and included third party " +"components." +msgstr "" + +#: doc/classes/Engine.xml:70 +msgid "Returns Godot license text." +msgstr "" + +#: doc/classes/Engine.xml:76 +msgid "Returns the main loop object (see [MainLoop] and [SceneTree])." +msgstr "" + +#: doc/classes/Engine.xml:82 +msgid "" +"Returns the total number of frames passed since engine initialization which " +"is advanced on each [b]physics frame[/b]. See also [method " +"get_idle_frames].\n" +"[method get_physics_frames] can be used to run expensive logic less often " +"without relying on a [Timer]:\n" +"[codeblock]\n" +"func _physics_process(_delta):\n" +" if Engine.get_physics_frames() % 2 == 0:\n" +" pass # Run expensive logic only once every 2 physics frames here.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Engine.xml:94 +msgid "" +"Returns the fraction through the current physics tick we are at the time of " +"rendering the frame. This can be used to implement fixed timestep " +"interpolation." +msgstr "" + +#: doc/classes/Engine.xml:101 +msgid "" +"Returns a global singleton with given [code]name[/code]. Often used for " +"plugins, e.g. [code]GodotPayment[/code] on Android." +msgstr "" + +#: doc/classes/Engine.xml:107 +msgid "" +"Returns the current engine version information in a Dictionary.\n" +"[code]major[/code] - Holds the major version number as an int\n" +"[code]minor[/code] - Holds the minor version number as an int\n" +"[code]patch[/code] - Holds the patch version number as an int\n" +"[code]hex[/code] - Holds the full version number encoded as a " +"hexadecimal int with one byte (2 places) per number (see example below)\n" +"[code]status[/code] - Holds the status (e.g. \"beta\", \"rc1\", " +"\"rc2\", ... \"stable\") as a String\n" +"[code]build[/code] - Holds the build name (e.g. \"custom_build\") as a " +"String\n" +"[code]hash[/code] - Holds the full Git commit hash as a String\n" +"[code]year[/code] - Holds the year the version was released in as an " +"int\n" +"[code]string[/code] - [code]major[/code] + [code]minor[/code] + " +"[code]patch[/code] + [code]status[/code] + [code]build[/code] in a single " +"String\n" +"The [code]hex[/code] value is encoded as follows, from left to right: one " +"byte for the major, one byte for the minor, one byte for the patch version. " +"For example, \"3.1.12\" would be [code]0x03010C[/code]. [b]Note:[/b] It's " +"still an int internally, and printing it will give you its decimal " +"representation, which is not particularly meaningful. Use hexadecimal " +"literals for easy version comparisons from code:\n" +"[codeblock]\n" +"if Engine.get_version_info().hex >= 0x030200:\n" +" # Do things specific to version 3.2 or later\n" +"else:\n" +" # Do things specific to versions before 3.2\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Engine.xml:130 +msgid "" +"Returns [code]true[/code] if a singleton with given [code]name[/code] exists " +"in global scope." +msgstr "" + +#: doc/classes/Engine.xml:136 +msgid "" +"Returns [code]true[/code] if the game is inside the fixed process and " +"physics phase of the game loop." +msgstr "" + +#: doc/classes/Engine.xml:142 +msgid "" +"If [code]true[/code], the script is currently running inside the editor. " +"This is useful for [code]tool[/code] scripts to conditionally draw editor " +"helpers, or prevent accidentally running \"game\" code that would affect the " +"scene state while in the editor:\n" +"[codeblock]\n" +"if Engine.editor_hint:\n" +" draw_gizmos()\n" +"else:\n" +" simulate_physics()\n" +"[/codeblock]\n" +"See [url=https://docs.godotengine.org/en/3.4/tutorials/misc/" +"running_code_in_the_editor.html]Running code in the editor[/url] in the " +"documentation for more information.\n" +"[b]Note:[/b] To detect whether the script is run from an editor [i]build[/i] " +"(e.g. when pressing [code]F5[/code]), use [method OS.has_feature] with the " +"[code]\"editor\"[/code] argument instead. [code]OS.has_feature(\"editor\")[/" +"code] will evaluate to [code]true[/code] both when the code is running in " +"the editor and when running the project from the editor, but it will " +"evaluate to [code]false[/code] when the code is run from an exported project." +msgstr "" + +#: doc/classes/Engine.xml:153 +msgid "" +"The number of fixed iterations per second. This controls how often physics " +"simulation and [method Node._physics_process] methods are run. This value " +"should generally always be set to [code]60[/code] or above, as Godot doesn't " +"interpolate the physics step. As a result, values lower than [code]60[/code] " +"will look stuttery. This value can be increased to make input more reactive " +"or work around tunneling issues, but keep in mind doing so will increase CPU " +"usage." +msgstr "" + +#: doc/classes/Engine.xml:156 +msgid "" +"Controls how much physics ticks are synchronized with real time. For 0 or " +"less, the ticks are synchronized. Such values are recommended for network " +"games, where clock synchronization matters. Higher values cause higher " +"deviation of the in-game clock and real clock but smooth out framerate " +"jitters. The default value of 0.5 should be fine for most; values above 2 " +"could cause the game to react to dropped frames with a noticeable delay and " +"are not recommended.\n" +"[b]Note:[/b] For best results, when using a custom physics interpolation " +"solution, the physics jitter fix should be disabled by setting [member " +"physics_jitter_fix] to [code]0[/code]." +msgstr "" + +#: doc/classes/Engine.xml:160 +msgid "" +"If [code]false[/code], stops printing error and warning messages to the " +"console and editor Output log. This can be used to hide error and warning " +"messages during unit test suite runs. This property is equivalent to the " +"[member ProjectSettings.application/run/disable_stderr] project setting.\n" +"[b]Warning:[/b] If you set this to [code]false[/code] anywhere in the " +"project, important error messages may be hidden even if they are emitted " +"from other scripts. If this is set to [code]false[/code] in a [code]@tool[/" +"code] script, this will also impact the editor itself. Do [i]not[/i] report " +"bugs before ensuring error messages are enabled (as they are by default).\n" +"[b]Note:[/b] This property does not impact the editor's Errors tab when " +"running a project from the editor." +msgstr "" + +#: doc/classes/Engine.xml:165 +msgid "" +"The desired frames per second. If the hardware cannot keep up, this setting " +"may not be respected. A value of 0 means no limit." +msgstr "" + +#: doc/classes/Engine.xml:168 +msgid "" +"Controls how fast or slow the in-game clock ticks versus the real life one. " +"It defaults to 1.0. A value of 2.0 means the game moves twice as fast as " +"real life, whilst a value of 0.5 means the game moves at half the regular " +"speed." +msgstr "" + +#: doc/classes/Environment.xml:4 +msgid "" +"Resource for environment nodes (like [WorldEnvironment]) that define " +"multiple rendering options." +msgstr "" + +#: doc/classes/Environment.xml:7 +msgid "" +"Resource for environment nodes (like [WorldEnvironment]) that define " +"multiple environment operations (such as background [Sky] or [Color], " +"ambient light, fog, depth-of-field...). These parameters affect the final " +"render of the scene. The order of these operations is:\n" +"- Depth of Field Blur\n" +"- Glow\n" +"- Tonemap (Auto Exposure)\n" +"- Adjustments\n" +"These effects will only apply when the [Viewport]'s intended usage is \"3D\" " +"or \"3D Without Effects\". This can be configured for the root Viewport with " +"[member ProjectSettings.rendering/quality/intended_usage/" +"framebuffer_allocation], or for specific Viewports via the [member Viewport." +"usage] property." +msgstr "" + +#: doc/classes/Environment.xml:15 doc/classes/WorldEnvironment.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/" +"environment_and_post_processing.html" +msgstr "" + +#: doc/classes/Environment.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/high_dynamic_range.html" +msgstr "" + +#: doc/classes/Environment.xml:17 doc/classes/Material.xml:10 +#: doc/classes/Mesh.xml:10 doc/classes/MeshInstance.xml:10 +#: doc/classes/WorldEnvironment.xml:13 +msgid "https://godotengine.org/asset-library/asset/123" +msgstr "" + +#: doc/classes/Environment.xml:26 +msgid "" +"Returns [code]true[/code] if the glow level [code]idx[/code] is specified, " +"[code]false[/code] otherwise." +msgstr "" + +#: doc/classes/Environment.xml:34 +msgid "" +"Enables or disables the glow level at index [code]idx[/code]. Each level " +"relies on the previous level. This means that enabling higher glow levels " +"will slow down the glow effect rendering, even if previous levels aren't " +"enabled." +msgstr "" + +#: doc/classes/Environment.xml:40 +msgid "" +"The global brightness value of the rendered scene. Effective only if " +"[code]adjustment_enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:43 +msgid "" +"Applies the provided [Texture] resource to affect the global color aspect of " +"the rendered scene. Effective only if [code]adjustment_enabled[/code] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:46 +msgid "" +"The global contrast value of the rendered scene (default value is 1). " +"Effective only if [code]adjustment_enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:49 +msgid "" +"If [code]true[/code], enables the [code]adjustment_*[/code] properties " +"provided by this resource. If [code]false[/code], modifications to the " +"[code]adjustment_*[/code] properties will have no effect on the rendered " +"scene." +msgstr "" + +#: doc/classes/Environment.xml:52 +msgid "" +"The global color saturation value of the rendered scene (default value is " +"1). Effective only if [code]adjustment_enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Environment.xml:55 +msgid "The ambient light's [Color]." +msgstr "" + +#: doc/classes/Environment.xml:58 +msgid "" +"The ambient light's energy. The higher the value, the stronger the light." +msgstr "" + +#: doc/classes/Environment.xml:61 +msgid "" +"Defines the amount of light that the sky brings on the scene. A value of 0 " +"means that the sky's light emission has no effect on the scene illumination, " +"thus all ambient illumination is provided by the ambient light. On the " +"contrary, a value of 1 means that all the light that affects the scene is " +"provided by the sky, thus the ambient light parameter has no effect on the " +"scene." +msgstr "" + +#: doc/classes/Environment.xml:64 +msgid "" +"If [code]true[/code], enables the tonemapping auto exposure mode of the " +"scene renderer. If [code]true[/code], the renderer will automatically " +"determine the exposure setting to adapt to the scene's illumination and the " +"observed light." +msgstr "" + +#: doc/classes/Environment.xml:67 +msgid "The maximum luminance value for the auto exposure." +msgstr "" + +#: doc/classes/Environment.xml:70 +msgid "The minimum luminance value for the auto exposure." +msgstr "" + +#: doc/classes/Environment.xml:73 +msgid "" +"The scale of the auto exposure effect. Affects the intensity of auto " +"exposure." +msgstr "" + +#: doc/classes/Environment.xml:76 +msgid "" +"The speed of the auto exposure effect. Affects the time needed for the " +"camera to perform auto exposure." +msgstr "" + +#: doc/classes/Environment.xml:79 +msgid "The ID of the camera feed to show in the background." +msgstr "" + +#: doc/classes/Environment.xml:82 +msgid "" +"The maximum layer ID to display. Only effective when using the [constant " +"BG_CANVAS] background mode." +msgstr "" + +#: doc/classes/Environment.xml:85 +msgid "" +"The [Color] displayed for clear areas of the scene. Only effective when " +"using the [constant BG_COLOR] or [constant BG_COLOR_SKY] background modes)." +msgstr "" + +#: doc/classes/Environment.xml:88 +msgid "The power of the light emitted by the background." +msgstr "" + +#: doc/classes/Environment.xml:91 +msgid "The background mode. See [enum BGMode] for possible values." +msgstr "" + +#: doc/classes/Environment.xml:94 +msgid "The [Sky] resource defined as background." +msgstr "" + +#: doc/classes/Environment.xml:97 +msgid "The [Sky] resource's custom field of view." +msgstr "" + +#: doc/classes/Environment.xml:100 +msgid "The [Sky] resource's rotation expressed as a [Basis]." +msgstr "" + +#: doc/classes/Environment.xml:103 +msgid "The [Sky] resource's rotation expressed as Euler angles in radians." +msgstr "" + +#: doc/classes/Environment.xml:106 +msgid "The [Sky] resource's rotation expressed as Euler angles in degrees." +msgstr "" + +#: doc/classes/Environment.xml:109 +msgid "The amount of far blur for the depth-of-field effect." +msgstr "" + +#: doc/classes/Environment.xml:112 +msgid "" +"The distance from the camera where the far blur effect affects the rendering." +msgstr "" + +#: doc/classes/Environment.xml:115 +msgid "If [code]true[/code], enables the depth-of-field far blur effect." +msgstr "" + +#: doc/classes/Environment.xml:118 +msgid "" +"The depth-of-field far blur's quality. Higher values can mitigate the " +"visible banding effect seen at higher strengths, but are much slower." +msgstr "" + +#: doc/classes/Environment.xml:121 +msgid "The length of the transition between the no-blur area and far blur." +msgstr "" + +#: doc/classes/Environment.xml:124 +msgid "The amount of near blur for the depth-of-field effect." +msgstr "" + +#: doc/classes/Environment.xml:127 +msgid "" +"Distance from the camera where the near blur effect affects the rendering." +msgstr "" + +#: doc/classes/Environment.xml:130 +msgid "If [code]true[/code], enables the depth-of-field near blur effect." +msgstr "" + +#: doc/classes/Environment.xml:133 +msgid "" +"The depth-of-field near blur's quality. Higher values can mitigate the " +"visible banding effect seen at higher strengths, but are much slower." +msgstr "" + +#: doc/classes/Environment.xml:136 +msgid "The length of the transition between the near blur and no-blur area." +msgstr "" + +#: doc/classes/Environment.xml:139 +msgid "The fog's [Color]." +msgstr "" + +#: doc/classes/Environment.xml:142 +msgid "The fog's depth starting distance from the camera." +msgstr "" + +#: doc/classes/Environment.xml:145 +msgid "" +"The fog depth's intensity curve. A number of presets are available in the " +"[b]Inspector[/b] by right-clicking the curve." +msgstr "" + +#: doc/classes/Environment.xml:148 +msgid "" +"If [code]true[/code], the depth fog effect is enabled. When enabled, fog " +"will appear in the distance (relative to the camera)." +msgstr "" + +#: doc/classes/Environment.xml:151 +msgid "" +"The fog's depth end distance from the camera. If this value is set to 0, it " +"will be equal to the current camera's [member Camera.far] value." +msgstr "" + +#: doc/classes/Environment.xml:154 +msgid "" +"If [code]true[/code], fog effects are enabled. [member fog_height_enabled] " +"and/or [member fog_depth_enabled] must be set to [code]true[/code] to " +"actually display fog." +msgstr "" + +#: doc/classes/Environment.xml:157 +msgid "" +"The height fog's intensity. A number of presets are available in the " +"[b]Inspector[/b] by right-clicking the curve." +msgstr "" + +#: doc/classes/Environment.xml:160 +msgid "" +"If [code]true[/code], the height fog effect is enabled. When enabled, fog " +"will appear in a defined height range, regardless of the distance from the " +"camera. This can be used to simulate \"deep water\" effects with a lower " +"performance cost compared to a dedicated shader." +msgstr "" + +#: doc/classes/Environment.xml:163 +msgid "" +"The Y coordinate where the height fog will be the most intense. If this " +"value is greater than [member fog_height_min], fog will be displayed from " +"bottom to top. Otherwise, it will be displayed from top to bottom." +msgstr "" + +#: doc/classes/Environment.xml:166 +msgid "" +"The Y coordinate where the height fog will be the least intense. If this " +"value is greater than [member fog_height_max], fog will be displayed from " +"top to bottom. Otherwise, it will be displayed from bottom to top." +msgstr "" + +#: doc/classes/Environment.xml:169 +msgid "" +"The intensity of the depth fog color transition when looking towards the " +"sun. The sun's direction is determined automatically using the " +"DirectionalLight node in the scene." +msgstr "" + +#: doc/classes/Environment.xml:172 +msgid "The depth fog's [Color] when looking towards the sun." +msgstr "" + +#: doc/classes/Environment.xml:175 +msgid "" +"The intensity of the fog light transmittance effect. Amount of light that " +"the fog transmits." +msgstr "" + +#: doc/classes/Environment.xml:178 +msgid "" +"Enables fog's light transmission effect. If [code]true[/code], light will be " +"more visible in the fog to simulate light scattering as in real life." +msgstr "" + +#: doc/classes/Environment.xml:181 +msgid "" +"Smooths out the blockiness created by sampling higher levels, at the cost of " +"performance.\n" +"[b]Note:[/b] When using the GLES2 renderer, this is only available if the " +"GPU supports the [code]GL_EXT_gpu_shader4[/code] extension." +msgstr "" + +#: doc/classes/Environment.xml:185 +msgid "The glow blending mode." +msgstr "" + +#: doc/classes/Environment.xml:188 +msgid "" +"The bloom's intensity. If set to a value higher than [code]0[/code], this " +"will make glow visible in areas darker than the [member glow_hdr_threshold]." +msgstr "" + +#: doc/classes/Environment.xml:191 +msgid "If [code]true[/code], the glow effect is enabled." +msgstr "" + +#: doc/classes/Environment.xml:194 +msgid "" +"The higher threshold of the HDR glow. Areas brighter than this threshold " +"will be clamped for the purposes of the glow effect." +msgstr "" + +#: doc/classes/Environment.xml:197 +msgid "The bleed scale of the HDR glow." +msgstr "" + +#: doc/classes/Environment.xml:200 +msgid "" +"The lower threshold of the HDR glow. When using the GLES2 renderer (which " +"doesn't support HDR), this needs to be below [code]1.0[/code] for glow to be " +"visible. A value of [code]0.9[/code] works well in this case." +msgstr "" + +#: doc/classes/Environment.xml:203 +msgid "" +"Takes more samples during downsample pass of glow. This ensures that single " +"pixels are captured by glow which makes the glow look smoother and more " +"stable during movement. However, it is very expensive and makes the glow " +"post process take twice as long." +msgstr "" + +#: doc/classes/Environment.xml:206 +msgid "" +"The glow intensity. When using the GLES2 renderer, this should be increased " +"to 1.5 to compensate for the lack of HDR rendering." +msgstr "" + +#: doc/classes/Environment.xml:209 +msgid "" +"If [code]true[/code], the 1st level of glow is enabled. This is the most " +"\"local\" level (least blurry)." +msgstr "" + +#: doc/classes/Environment.xml:212 +msgid "If [code]true[/code], the 2th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:215 +msgid "If [code]true[/code], the 3th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:218 +msgid "If [code]true[/code], the 4th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:221 +msgid "If [code]true[/code], the 5th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:224 +msgid "If [code]true[/code], the 6th level of glow is enabled." +msgstr "" + +#: doc/classes/Environment.xml:227 +msgid "" +"If [code]true[/code], the 7th level of glow is enabled. This is the most " +"\"global\" level (blurriest)." +msgstr "" + +#: doc/classes/Environment.xml:230 +msgid "" +"The glow strength. When using the GLES2 renderer, this should be increased " +"to 1.3 to compensate for the lack of HDR rendering." +msgstr "" + +#: doc/classes/Environment.xml:233 +msgid "The depth tolerance for screen-space reflections." +msgstr "" + +#: doc/classes/Environment.xml:236 +msgid "" +"If [code]true[/code], screen-space reflections are enabled. Screen-space " +"reflections are more accurate than reflections from [GIProbe]s or " +"[ReflectionProbe]s, but are slower and can't reflect surfaces occluded by " +"others." +msgstr "" + +#: doc/classes/Environment.xml:239 +msgid "" +"The fade-in distance for screen-space reflections. Affects the area from the " +"reflected material to the screen-space reflection)." +msgstr "" + +#: doc/classes/Environment.xml:242 +msgid "" +"The fade-out distance for screen-space reflections. Affects the area from " +"the screen-space reflection to the \"global\" reflection." +msgstr "" + +#: doc/classes/Environment.xml:245 +msgid "" +"The maximum number of steps for screen-space reflections. Higher values are " +"slower." +msgstr "" + +#: doc/classes/Environment.xml:248 +msgid "" +"If [code]true[/code], screen-space reflections will take the material " +"roughness into account." +msgstr "" + +#: doc/classes/Environment.xml:251 +msgid "" +"The screen-space ambient occlusion intensity on materials that have an AO " +"texture defined. Values higher than [code]0[/code] will make the SSAO effect " +"visible in areas darkened by AO textures." +msgstr "" + +#: doc/classes/Environment.xml:254 +msgid "" +"The screen-space ambient occlusion bias. This should be kept high enough to " +"prevent \"smooth\" curves from being affected by ambient occlusion." +msgstr "" + +#: doc/classes/Environment.xml:257 +msgid "" +"The screen-space ambient occlusion blur quality. See [enum SSAOBlur] for " +"possible values." +msgstr "" + +#: doc/classes/Environment.xml:260 +msgid "The screen-space ambient occlusion color." +msgstr "" + +#: doc/classes/Environment.xml:263 +msgid "The screen-space ambient occlusion edge sharpness." +msgstr "" + +#: doc/classes/Environment.xml:266 +msgid "" +"If [code]true[/code], the screen-space ambient occlusion effect is enabled. " +"This darkens objects' corners and cavities to simulate ambient light not " +"reaching the entire object as in real life. This works well for small, " +"dynamic objects, but baked lighting or ambient occlusion textures will do a " +"better job at displaying ambient occlusion on large static objects. This is " +"a costly effect and should be disabled first when running into performance " +"issues." +msgstr "" + +#: doc/classes/Environment.xml:269 +msgid "" +"The primary screen-space ambient occlusion intensity. See also [member " +"ssao_radius]." +msgstr "" + +#: doc/classes/Environment.xml:272 +msgid "" +"The secondary screen-space ambient occlusion intensity. See also [member " +"ssao_radius2]." +msgstr "" + +#: doc/classes/Environment.xml:275 +msgid "" +"The screen-space ambient occlusion intensity in direct light. In real life, " +"ambient occlusion only applies to indirect light, which means its effects " +"can't be seen in direct light. Values higher than [code]0[/code] will make " +"the SSAO effect visible in direct light." +msgstr "" + +#: doc/classes/Environment.xml:278 +msgid "" +"The screen-space ambient occlusion quality. Higher qualities will make " +"better use of small objects for ambient occlusion, but are slower." +msgstr "" + +#: doc/classes/Environment.xml:281 +msgid "The primary screen-space ambient occlusion radius." +msgstr "" + +#: doc/classes/Environment.xml:284 +msgid "" +"The secondary screen-space ambient occlusion radius. If set to a value " +"higher than [code]0[/code], enables the secondary screen-space ambient " +"occlusion effect which can be used to improve the effect's appearance (at " +"the cost of performance)." +msgstr "" + +#: doc/classes/Environment.xml:287 +msgid "The default exposure used for tonemapping." +msgstr "" + +#: doc/classes/Environment.xml:290 +msgid "" +"The tonemapping mode to use. Tonemapping is the process that \"converts\" " +"HDR values to be suitable for rendering on a LDR display. (Godot doesn't " +"support rendering on HDR displays yet.)" +msgstr "" + +#: doc/classes/Environment.xml:293 +msgid "" +"The white reference value for tonemapping. Only effective if the [member " +"tonemap_mode] isn't set to [constant TONE_MAPPER_LINEAR]." +msgstr "" + +#: doc/classes/Environment.xml:298 +msgid "" +"Keeps on screen every pixel drawn in the background. This is the fastest " +"background mode, but it can only be safely used in fully-interior scenes (no " +"visible sky or sky reflections). If enabled in a scene where the background " +"is visible, \"ghost trail\" artifacts will be visible when moving the camera." +msgstr "" + +#: doc/classes/Environment.xml:301 +msgid "" +"Clears the background using the clear color defined in [member " +"ProjectSettings.rendering/environment/default_clear_color]." +msgstr "" + +#: doc/classes/Environment.xml:304 +msgid "Clears the background using a custom clear color." +msgstr "" + +#: doc/classes/Environment.xml:307 +msgid "Displays a user-defined sky in the background." +msgstr "" + +#: doc/classes/Environment.xml:310 +msgid "" +"Clears the background using a custom clear color and allows defining a sky " +"for shading and reflection. This mode is slightly faster than [constant " +"BG_SKY] and should be preferred in scenes where reflections can be visible, " +"but the sky itself never is (e.g. top-down camera)." +msgstr "" + +#: doc/classes/Environment.xml:313 +msgid "Displays a [CanvasLayer] in the background." +msgstr "" + +#: doc/classes/Environment.xml:316 +msgid "Displays a camera feed in the background." +msgstr "" + +#: doc/classes/Environment.xml:319 +msgid "Represents the size of the [enum BGMode] enum." +msgstr "" + +#: doc/classes/Environment.xml:322 +msgid "" +"Additive glow blending mode. Mostly used for particles, glows (bloom), lens " +"flare, bright sources." +msgstr "" + +#: doc/classes/Environment.xml:325 +msgid "" +"Screen glow blending mode. Increases brightness, used frequently with bloom." +msgstr "" + +#: doc/classes/Environment.xml:328 +msgid "" +"Soft light glow blending mode. Modifies contrast, exposes shadows and " +"highlights (vivid bloom)." +msgstr "" + +#: doc/classes/Environment.xml:331 +msgid "" +"Replace glow blending mode. Replaces all pixels' color by the glow value. " +"This can be used to simulate a full-screen blur effect by tweaking the glow " +"parameters to match the original image's brightness." +msgstr "" + +#: doc/classes/Environment.xml:334 +msgid "" +"Linear tonemapper operator. Reads the linear data and passes it on " +"unmodified." +msgstr "" + +#: doc/classes/Environment.xml:337 +msgid "" +"Reinhardt tonemapper operator. Performs a variation on rendered pixels' " +"colors by this formula: [code]color = color / (1 + color)[/code]." +msgstr "" + +#: doc/classes/Environment.xml:340 +msgid "Filmic tonemapper operator." +msgstr "" + +#: doc/classes/Environment.xml:343 +msgid "" +"Academy Color Encoding System tonemapper operator. Performs an aproximation " +"of the ACES tonemapping curve." +msgstr "" + +#: doc/classes/Environment.xml:346 +msgid "" +"High quality Academy Color Encoding System tonemapper operator that matches " +"the industry standard. Performs a more physically accurate curve fit which " +"better simulates how light works in the real world. The color of lights and " +"emissive materials will become lighter as the emissive energy increases, and " +"will eventually become white if the light is bright enough to saturate the " +"camera sensor." +msgstr "" + +#: doc/classes/Environment.xml:349 +msgid "Low depth-of-field blur quality (fastest)." +msgstr "" + +#: doc/classes/Environment.xml:352 +msgid "Medium depth-of-field blur quality." +msgstr "" + +#: doc/classes/Environment.xml:355 +msgid "High depth-of-field blur quality (slowest)." +msgstr "" + +#: doc/classes/Environment.xml:358 +msgid "No blur for the screen-space ambient occlusion effect (fastest)." +msgstr "" + +#: doc/classes/Environment.xml:361 +msgid "1×1 blur for the screen-space ambient occlusion effect." +msgstr "" + +#: doc/classes/Environment.xml:364 +msgid "2×2 blur for the screen-space ambient occlusion effect." +msgstr "" + +#: doc/classes/Environment.xml:367 +msgid "3×3 blur for the screen-space ambient occlusion effect (slowest)." +msgstr "" + +#: doc/classes/Environment.xml:370 +msgid "Low quality for the screen-space ambient occlusion effect (fastest)." +msgstr "" + +#: doc/classes/Environment.xml:373 +msgid "Low quality for the screen-space ambient occlusion effect." +msgstr "" + +#: doc/classes/Environment.xml:376 +msgid "Low quality for the screen-space ambient occlusion effect (slowest)." +msgstr "" + +#: doc/classes/Expression.xml:4 +msgid "A class that stores an expression you can execute." +msgstr "" + +#: doc/classes/Expression.xml:7 +msgid "" +"An expression can be made of any arithmetic operation, built-in math " +"function call, method call of a passed instance, or built-in type " +"construction call.\n" +"An example expression text using the built-in math functions could be " +"[code]sqrt(pow(3,2) + pow(4,2))[/code].\n" +"In the following example we use a [LineEdit] node to write our expression " +"and show the result.\n" +"[codeblock]\n" +"onready var expression = Expression.new()\n" +"\n" +"func _ready():\n" +" $LineEdit.connect(\"text_entered\", self, \"_on_text_entered\")\n" +"\n" +"func _on_text_entered(command):\n" +" var error = expression.parse(command, [])\n" +" if error != OK:\n" +" print(expression.get_error_text())\n" +" return\n" +" var result = expression.execute([], null, true)\n" +" if not expression.has_execute_failed():\n" +" $LineEdit.text = str(result)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Expression.xml:35 +msgid "" +"Executes the expression that was previously parsed by [method parse] and " +"returns the result. Before you use the returned object, you should check if " +"the method failed by calling [method has_execute_failed].\n" +"If you defined input variables in [method parse], you can specify their " +"values in the inputs array, in the same order." +msgstr "" + +#: doc/classes/Expression.xml:42 +msgid "Returns the error text if [method parse] has failed." +msgstr "" + +#: doc/classes/Expression.xml:48 +msgid "Returns [code]true[/code] if [method execute] has failed." +msgstr "" + +#: doc/classes/Expression.xml:56 +msgid "" +"Parses the expression and returns an [enum Error] code.\n" +"You can optionally specify names of variables that may appear in the " +"expression with [code]input_names[/code], so that you can bind them when it " +"gets executed." +msgstr "" + +#: doc/classes/ExternalTexture.xml:4 +msgid "Enable OpenGL ES external texture extension." +msgstr "" + +#: doc/classes/ExternalTexture.xml:7 +msgid "" +"Enable support for the OpenGL ES external texture extension as defined by " +"[url=https://www.khronos.org/registry/OpenGL/extensions/OES/" +"OES_EGL_image_external.txt]OES_EGL_image_external[/url].\n" +"[b]Note:[/b] This is only supported for Android platforms." +msgstr "" + +#: doc/classes/ExternalTexture.xml:16 +msgid "Returns the external texture name." +msgstr "" + +#: doc/classes/ExternalTexture.xml:23 +msgid "External texture size." +msgstr "" + +#: doc/classes/File.xml:4 +msgid "Type to handle file reading and writing operations." +msgstr "" + +#: doc/classes/File.xml:7 +msgid "" +"File type. This is used to permanently store data into the user device's " +"file system and to read from it. This can be used to store game save data or " +"player configuration files, for example.\n" +"Here's a sample on how to write and read from a file:\n" +"[codeblock]\n" +"func save(content):\n" +" var file = File.new()\n" +" file.open(\"user://save_game.dat\", File.WRITE)\n" +" file.store_string(content)\n" +" file.close()\n" +"\n" +"func load():\n" +" var file = File.new()\n" +" file.open(\"user://save_game.dat\", File.READ)\n" +" var content = file.get_as_text()\n" +" file.close()\n" +" return content\n" +"[/codeblock]\n" +"In the example above, the file will be saved in the user data folder as " +"specified in the [url=https://docs.godotengine.org/en/3.4/tutorials/io/" +"data_paths.html]Data paths[/url] documentation.\n" +"[b]Note:[/b] To access project resources once exported, it is recommended to " +"use [ResourceLoader] instead of the [File] API, as some files are converted " +"to engine-specific formats and their original source files might not be " +"present in the exported PCK package.\n" +"[b]Note:[/b] Files are automatically closed only if the process exits " +"\"normally\" (such as by clicking the window manager's close button or " +"pressing [b]Alt + F4[/b]). If you stop the project execution by pressing " +"[b]F8[/b] while the project is running, the file won't be closed as the game " +"process will be killed. You can work around this by calling [method flush] " +"at regular intervals." +msgstr "" + +#: doc/classes/File.xml:35 +msgid "" +"Closes the currently opened file and prevents subsequent read/write " +"operations. Use [method flush] to persist the data to disk without closing " +"the file." +msgstr "" + +#: doc/classes/File.xml:41 +msgid "" +"Returns [code]true[/code] if the file cursor has already read past the end " +"of the file.\n" +"[b]Note:[/b] [code]eof_reached() == false[/code] cannot be used to check " +"whether there is more data available. To loop while there is more data " +"available, use:\n" +"[codeblock]\n" +"while file.get_position() < file.get_len():\n" +" # Read data\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/File.xml:53 +msgid "" +"Returns [code]true[/code] if the file exists in the given path.\n" +"[b]Note:[/b] Many resources types are imported (e.g. textures or sound " +"files), and their source asset will not be included in the exported game, as " +"only the imported version is used. See [method ResourceLoader.exists] for an " +"alternative approach that takes resource remapping into account." +msgstr "" + +#: doc/classes/File.xml:60 +msgid "" +"Writes the file's buffer to disk. Flushing is automatically performed when " +"the file is closed. This means you don't need to call [method flush] " +"manually before closing a file using [method close]. Still, calling [method " +"flush] can be used to ensure the data is safe even if the project crashes " +"instead of being closed gracefully.\n" +"[b]Note:[/b] Only call [method flush] when you actually need it. Otherwise, " +"it will decrease performance due to constant disk writes." +msgstr "" + +#: doc/classes/File.xml:67 +msgid "" +"Returns the next 16 bits from the file as an integer. See [method store_16] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:73 +msgid "" +"Returns the next 32 bits from the file as an integer. See [method store_32] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:79 +msgid "" +"Returns the next 64 bits from the file as an integer. See [method store_64] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:85 +msgid "" +"Returns the next 8 bits from the file as an integer. See [method store_8] " +"for details on what values can be stored and retrieved this way." +msgstr "" + +#: doc/classes/File.xml:91 +msgid "" +"Returns the whole file as a [String].\n" +"Text is interpreted as being UTF-8 encoded." +msgstr "" + +#: doc/classes/File.xml:99 +msgid "Returns next [code]len[/code] bytes of the file as a [PoolByteArray]." +msgstr "" + +#: doc/classes/File.xml:106 +msgid "" +"Returns the next value of the file in CSV (Comma-Separated Values) format. " +"You can pass a different delimiter [code]delim[/code] to use other than the " +"default [code]\",\"[/code] (comma). This delimiter must be one-character " +"long, and cannot be a double quotation mark.\n" +"Text is interpreted as being UTF-8 encoded. Text values must be enclosed in " +"double quotes if they include the delimiter character. Double quotes within " +"a text value can be escaped by doubling their occurrence.\n" +"For example, the following CSV lines are valid and will be properly parsed " +"as two strings each:\n" +"[codeblock]\n" +"Alice,\"Hello, Bob!\"\n" +"Bob,Alice! What a surprise!\n" +"Alice,\"I thought you'd reply with \"\"Hello, world\"\".\"\n" +"[/codeblock]\n" +"Note how the second line can omit the enclosing quotes as it does not " +"include the delimiter. However it [i]could[/i] very well use quotes, it was " +"only written without for demonstration purposes. The third line must use " +"[code]\"\"[/code] for each quotation mark that needs to be interpreted as " +"such instead of the end of a text value." +msgstr "" + +#: doc/classes/File.xml:120 +msgid "Returns the next 64 bits from the file as a floating-point number." +msgstr "" + +#: doc/classes/File.xml:126 +msgid "" +"Returns the last error that happened when trying to perform operations. " +"Compare with the [code]ERR_FILE_*[/code] constants from [enum Error]." +msgstr "" + +#: doc/classes/File.xml:132 +msgid "Returns the next 32 bits from the file as a floating-point number." +msgstr "" + +#: doc/classes/File.xml:138 +msgid "Returns the size of the file in bytes." +msgstr "" + +#: doc/classes/File.xml:144 +msgid "" +"Returns the next line of the file as a [String].\n" +"Text is interpreted as being UTF-8 encoded." +msgstr "" + +#: doc/classes/File.xml:152 +msgid "" +"Returns an MD5 String representing the file at the given path or an empty " +"[String] on failure." +msgstr "" + +#: doc/classes/File.xml:159 +msgid "" +"Returns the last time the [code]file[/code] was modified in unix timestamp " +"format or returns a [String] \"ERROR IN [code]file[/code]\". This unix " +"timestamp can be converted to datetime by using [method OS." +"get_datetime_from_unix_time]." +msgstr "" + +#: doc/classes/File.xml:165 +msgid "" +"Returns a [String] saved in Pascal format from the file.\n" +"Text is interpreted as being UTF-8 encoded." +msgstr "" + +#: doc/classes/File.xml:172 +msgid "Returns the path as a [String] for the current open file." +msgstr "" + +#: doc/classes/File.xml:178 +msgid "Returns the absolute path as a [String] for the current open file." +msgstr "" + +#: doc/classes/File.xml:184 +msgid "Returns the file cursor's position." +msgstr "" + +#: doc/classes/File.xml:190 +msgid "Returns the next bits from the file as a floating-point number." +msgstr "" + +#: doc/classes/File.xml:197 +msgid "" +"Returns a SHA-256 [String] representing the file at the given path or an " +"empty [String] on failure." +msgstr "" + +#: doc/classes/File.xml:204 +msgid "" +"Returns the next [Variant] value from the file. If [code]allow_objects[/" +"code] is [code]true[/code], decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/File.xml:211 +msgid "Returns [code]true[/code] if the file is currently opened." +msgstr "" + +#: doc/classes/File.xml:219 +msgid "Opens the file for writing or reading, depending on the flags." +msgstr "" + +#: doc/classes/File.xml:228 +msgid "" +"Opens a compressed file for reading or writing.\n" +"[b]Note:[/b] [method open_compressed] can only read files that were saved by " +"Godot, not third-party compression formats. See [url=https://github.com/" +"godotengine/godot/issues/28999]GitHub issue #28999[/url] for a workaround." +msgstr "" + +#: doc/classes/File.xml:238 +msgid "" +"Opens an encrypted file in write or read mode. You need to pass a binary key " +"to encrypt/decrypt it.\n" +"[b]Note:[/b] The provided key must be 32 bytes long." +msgstr "" + +#: doc/classes/File.xml:248 +msgid "" +"Opens an encrypted file in write or read mode. You need to pass a password " +"to encrypt/decrypt it." +msgstr "" + +#: doc/classes/File.xml:255 +msgid "" +"Changes the file reading/writing cursor to the specified position (in bytes " +"from the beginning of the file)." +msgstr "" + +#: doc/classes/File.xml:262 +msgid "" +"Changes the file reading/writing cursor to the specified position (in bytes " +"from the end of the file).\n" +"[b]Note:[/b] This is an offset, so you should use negative numbers or the " +"cursor will be at the end of the file." +msgstr "" + +#: doc/classes/File.xml:270 +msgid "" +"Stores an integer as 16 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] should lie in the interval [code][0, " +"2^16 - 1][/code]. Any other value will overflow and wrap around.\n" +"To store a signed integer, use [method store_64] or store a signed integer " +"from the interval [code][-2^15, 2^15 - 1][/code] (i.e. keeping one bit for " +"the signedness) and compute its sign manually when reading. For example:\n" +"[codeblock]\n" +"const MAX_15B = 1 << 15\n" +"const MAX_16B = 1 << 16\n" +"\n" +"func unsigned16_to_signed(unsigned):\n" +" return (unsigned + MAX_15B) % MAX_16B - MAX_15B\n" +"\n" +"func _ready():\n" +" var f = File.new()\n" +" f.open(\"user://file.dat\", File.WRITE_READ)\n" +" f.store_16(-42) # This wraps around and stores 65494 (2^16 - 42).\n" +" f.store_16(121) # In bounds, will store 121.\n" +" f.seek(0) # Go back to start to read the stored value.\n" +" var read1 = f.get_16() # 65494\n" +" var read2 = f.get_16() # 121\n" +" var converted1 = unsigned16_to_signed(read1) # -42\n" +" var converted2 = unsigned16_to_signed(read2) # 121\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/File.xml:297 +msgid "" +"Stores an integer as 32 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] should lie in the interval [code][0, " +"2^32 - 1][/code]. Any other value will overflow and wrap around.\n" +"To store a signed integer, use [method store_64], or convert it manually " +"(see [method store_16] for an example)." +msgstr "" + +#: doc/classes/File.xml:306 +msgid "" +"Stores an integer as 64 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] must lie in the interval [code][-2^63, " +"2^63 - 1][/code] (i.e. be a valid [int] value)." +msgstr "" + +#: doc/classes/File.xml:314 +msgid "" +"Stores an integer as 8 bits in the file.\n" +"[b]Note:[/b] The [code]value[/code] should lie in the interval [code][0, 255]" +"[/code]. Any other value will overflow and wrap around.\n" +"To store a signed integer, use [method store_64], or convert it manually " +"(see [method store_16] for an example)." +msgstr "" + +#: doc/classes/File.xml:323 +msgid "Stores the given array of bytes in the file." +msgstr "" + +#: doc/classes/File.xml:331 +msgid "" +"Store the given [PoolStringArray] in the file as a line formatted in the CSV " +"(Comma-Separated Values) format. You can pass a different delimiter " +"[code]delim[/code] to use other than the default [code]\",\"[/code] (comma). " +"This delimiter must be one-character long.\n" +"Text will be encoded as UTF-8." +msgstr "" + +#: doc/classes/File.xml:339 +msgid "Stores a floating-point number as 64 bits in the file." +msgstr "" + +#: doc/classes/File.xml:346 +msgid "Stores a floating-point number as 32 bits in the file." +msgstr "" + +#: doc/classes/File.xml:353 +msgid "" +"Appends [code]line[/code] to the file followed by a line return character " +"([code]\\n[/code]), encoding the text as UTF-8." +msgstr "" + +#: doc/classes/File.xml:360 +msgid "" +"Stores the given [String] as a line in the file in Pascal format (i.e. also " +"store the length of the string).\n" +"Text will be encoded as UTF-8." +msgstr "" + +#: doc/classes/File.xml:368 +msgid "Stores a floating-point number in the file." +msgstr "" + +#: doc/classes/File.xml:375 +msgid "" +"Appends [code]string[/code] to the file without a line return, encoding the " +"text as UTF-8." +msgstr "" + +#: doc/classes/File.xml:383 +msgid "" +"Stores any Variant value in the file. If [code]full_objects[/code] is " +"[code]true[/code], encoding objects is allowed (and can potentially include " +"code).\n" +"[b]Note:[/b] Not all properties are included. Only properties that are " +"configured with the [constant PROPERTY_USAGE_STORAGE] flag set will be " +"serialized. You can add a new usage flag to a property by overriding the " +"[method Object._get_property_list] method in your class. You can also check " +"how property usage is configured by calling [method Object." +"_get_property_list]. See [enum PropertyUsageFlags] for the possible usage " +"flags." +msgstr "" + +#: doc/classes/File.xml:390 +msgid "" +"If [code]true[/code], the file is read with big-endian [url=https://en." +"wikipedia.org/wiki/Endianness]endianness[/url]. If [code]false[/code], the " +"file is read with little-endian endianness. If in doubt, leave this to " +"[code]false[/code] as most files are written with little-endian endianness.\n" +"[b]Note:[/b] [member endian_swap] is only about the file format, not the CPU " +"type. The CPU endianness doesn't affect the default endianness for files " +"written.\n" +"[b]Note:[/b] This is always reset to [code]false[/code] whenever you open " +"the file. Therefore, you must set [member endian_swap] [i]after[/i] opening " +"the file, not before." +msgstr "" + +#: doc/classes/File.xml:397 +msgid "" +"Opens the file for read operations. The cursor is positioned at the " +"beginning of the file." +msgstr "" + +#: doc/classes/File.xml:400 +msgid "" +"Opens the file for write operations. The file is created if it does not " +"exist, and truncated if it does." +msgstr "" + +#: doc/classes/File.xml:403 +msgid "" +"Opens the file for read and write operations. Does not truncate the file. " +"The cursor is positioned at the beginning of the file." +msgstr "" + +#: doc/classes/File.xml:406 +msgid "" +"Opens the file for read and write operations. The file is created if it does " +"not exist, and truncated if it does. The cursor is positioned at the " +"beginning of the file." +msgstr "" + +#: doc/classes/File.xml:409 +msgid "Uses the [url=http://fastlz.org/]FastLZ[/url] compression method." +msgstr "" + +#: doc/classes/File.xml:412 +msgid "" +"Uses the [url=https://en.wikipedia.org/wiki/DEFLATE]DEFLATE[/url] " +"compression method." +msgstr "" + +#: doc/classes/File.xml:415 +msgid "" +"Uses the [url=https://facebook.github.io/zstd/]Zstandard[/url] compression " +"method." +msgstr "" + +#: doc/classes/File.xml:418 +msgid "Uses the [url=https://www.gzip.org/]gzip[/url] compression method." +msgstr "" + +#: doc/classes/FileDialog.xml:4 +msgid "Dialog for selecting files or directories in the filesystem." +msgstr "" + +#: doc/classes/FileDialog.xml:7 +msgid "" +"FileDialog is a preset dialog used to choose files and directories in the " +"filesystem. It supports filter masks. The FileDialog automatically sets its " +"window title according to the [member mode]. If you want to use a custom " +"title, disable this by setting [member mode_overrides_title] to [code]false[/" +"code]." +msgstr "" + +#: doc/classes/FileDialog.xml:16 +msgid "" +"Adds [code]filter[/code] as a custom filter; [code]filter[/code] should be " +"of the form [code]\"filename.extension ; Description\"[/code]. For example, " +"[code]\"*.png ; PNG Images\"[/code]." +msgstr "" + +#: doc/classes/FileDialog.xml:22 +msgid "Clear all the added filters in the dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:28 +msgid "Clear currently selected items in the dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:34 +msgid "" +"Returns the LineEdit for the selected file.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/FileDialog.xml:41 +msgid "" +"Returns the vertical box container of the dialog, custom controls can be " +"added to it.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/FileDialog.xml:48 +msgid "Invalidate and update the current dialog content list." +msgstr "" + +#: doc/classes/FileDialog.xml:54 +msgid "" +"The file system access scope. See enum [code]Access[/code] constants.\n" +"[b]Warning:[/b] Currently, in sandboxed environments such as HTML5 builds or " +"sandboxed macOS apps, FileDialog cannot access the host file system. See " +"[url=https://github.com/godotengine/godot-proposals/issues/1123]godot-" +"proposals#1123[/url]." +msgstr "" + +#: doc/classes/FileDialog.xml:58 +msgid "The current working directory of the file dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:61 +msgid "The currently selected file of the file dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:64 +msgid "The currently selected file path of the file dialog." +msgstr "" + +#: doc/classes/FileDialog.xml:68 +msgid "" +"The available file type filters. For example, this shows only [code].png[/" +"code] and [code].gd[/code] files: [code]set_filters(PoolStringArray([\"*." +"png ; PNG Images\",\"*.gd ; GDScript Files\"]))[/code]." +msgstr "" + +#: doc/classes/FileDialog.xml:71 +msgid "" +"The dialog's open or save mode, which affects the selection behavior. See " +"enum [code]Mode[/code] constants." +msgstr "" + +#: doc/classes/FileDialog.xml:74 +msgid "" +"If [code]true[/code], changing the [code]Mode[/code] property will set the " +"window title accordingly (e.g. setting mode to [constant MODE_OPEN_FILE] " +"will change the window title to \"Open a File\")." +msgstr "" + +#: doc/classes/FileDialog.xml:77 +msgid "If [code]true[/code], the dialog will show hidden files." +msgstr "" + +#: doc/classes/FileDialog.xml:85 +msgid "Emitted when the user selects a directory." +msgstr "" + +#: doc/classes/FileDialog.xml:91 +msgid "" +"Emitted when the user selects a file by double-clicking it or pressing the " +"[b]OK[/b] button." +msgstr "" + +#: doc/classes/FileDialog.xml:97 +msgid "Emitted when the user selects multiple files." +msgstr "" + +#: doc/classes/FileDialog.xml:103 +msgid "The dialog allows selecting one, and only one file." +msgstr "" + +#: doc/classes/FileDialog.xml:106 +msgid "The dialog allows selecting multiple files." +msgstr "" + +#: doc/classes/FileDialog.xml:109 +msgid "" +"The dialog only allows selecting a directory, disallowing the selection of " +"any file." +msgstr "" + +#: doc/classes/FileDialog.xml:112 +msgid "The dialog allows selecting one file or directory." +msgstr "" + +#: doc/classes/FileDialog.xml:115 +msgid "The dialog will warn when a file exists." +msgstr "" + +#: doc/classes/FileDialog.xml:118 +msgid "" +"The dialog only allows accessing files under the [Resource] path " +"([code]res://[/code])." +msgstr "" + +#: doc/classes/FileDialog.xml:121 +msgid "" +"The dialog only allows accessing files under user data path ([code]user://[/" +"code])." +msgstr "" + +#: doc/classes/FileDialog.xml:124 +msgid "The dialog allows accessing files on the whole file system." +msgstr "" + +#: doc/classes/FileDialog.xml:129 +msgid "Custom icon for files." +msgstr "" + +#: doc/classes/FileDialog.xml:132 +msgid "The color modulation applied to the file icon." +msgstr "" + +#: doc/classes/FileDialog.xml:135 +msgid "" +"The color tint for disabled files (when the [FileDialog] is used in open " +"folder mode)." +msgstr "" + +#: doc/classes/FileDialog.xml:138 +msgid "Custom icon for folders." +msgstr "" + +#: doc/classes/FileDialog.xml:141 +msgid "The color modulation applied to the folder icon." +msgstr "" + +#: doc/classes/FileDialog.xml:144 +msgid "Custom icon for the parent folder arrow." +msgstr "" + +#: doc/classes/FileDialog.xml:147 +msgid "Custom icon for the reload button." +msgstr "" + +#: doc/classes/FileDialog.xml:150 +msgid "Custom icon for the toggle hidden button." +msgstr "" + +#: doc/classes/float.xml:4 +msgid "Float built-in type." +msgstr "" + +#: doc/classes/float.xml:7 +msgid "" +"The [float] built-in type is a 64-bit double-precision floating-point " +"number, equivalent to [code]double[/code] in C++. This type has 14 reliable " +"decimal digits of precision. The [float] type can be stored in [Variant], " +"which is the generic type used by the engine. The maximum value of [float] " +"is approximately [code]1.79769e308[/code], and the minimum is approximately " +"[code]-1.79769e308[/code].\n" +"Most methods and properties in the engine use 32-bit single-precision " +"floating-point numbers instead, equivalent to [code]float[/code] in C++, " +"which have 6 reliable decimal digits of precision. For data structures such " +"as [Vector2] and [Vector3], Godot uses 32-bit floating-point numbers.\n" +"Math done using the [float] type is not guaranteed to be exact or " +"deterministic, and will often result in small errors. You should usually use " +"the [method @GDScript.is_equal_approx] and [method @GDScript.is_zero_approx] " +"methods instead of [code]==[/code] to compare [float] values for equality." +msgstr "" + +#: doc/classes/float.xml:12 +msgid "https://en.wikipedia.org/wiki/Double-precision_floating-point_format" +msgstr "" + +#: doc/classes/float.xml:13 +msgid "https://en.wikipedia.org/wiki/Single-precision_floating-point_format" +msgstr "" + +#: doc/classes/float.xml:20 +msgid "" +"Cast a [bool] value to a floating-point value, [code]float(true)[/code] will " +"be equal to 1.0 and [code]float(false)[/code] will be equal to 0.0." +msgstr "" + +#: doc/classes/float.xml:27 +msgid "" +"Cast an [int] value to a floating-point value, [code]float(1)[/code] will be " +"equal to 1.0." +msgstr "" + +#: doc/classes/float.xml:34 +msgid "" +"Cast a [String] value to a floating-point value. This method accepts float " +"value strings like [code]\"1.23\"[/code] and exponential notation strings " +"for its parameter so calling [code]float(\"1e3\")[/code] will return 1000.0 " +"and calling [code]float(\"1e-3\")[/code] will return 0.001. Calling this " +"method with an invalid float string will return 0. This method stops parsing " +"at the first invalid character and will return the parsed result so far, so " +"calling [code]float(\"1a3\")[/code] will return 1 while calling " +"[code]float(\"1e3a2\")[/code] will return 1000.0." +msgstr "" + +#: doc/classes/Font.xml:4 +msgid "Internationalized font and text drawing support." +msgstr "" + +#: doc/classes/Font.xml:7 +msgid "" +"Font contains a Unicode-compatible character set, as well as the ability to " +"draw it with variable width, ascent, descent and kerning. For creating fonts " +"from TTF files (or other font formats), see the editor support for fonts.\n" +"[b]Note:[/b] If a [DynamicFont] doesn't contain a character used in a " +"string, the character in question will be replaced with codepoint " +"[code]0xfffd[/code] if it's available in the [DynamicFont]. If this " +"replacement character isn't available in the DynamicFont, the character will " +"be hidden without displaying any replacement character in the string.\n" +"[b]Note:[/b] If a [BitmapFont] doesn't contain a character used in a string, " +"the character in question will be hidden without displaying any replacement " +"character in the string.\n" +"[b]Note:[/b] Unicode characters after [code]0xffff[/code] (such as most " +"emoji) are [i]not[/i] supported on Windows. They will display as unknown " +"characters instead. This will be resolved in Godot 4.0." +msgstr "" + +#: doc/classes/Font.xml:24 +msgid "" +"Draw [code]string[/code] into a canvas item using the font at a given " +"position, with [code]modulate[/code] color, and optionally clipping the " +"width. [code]position[/code] specifies the baseline, not the top. To draw " +"from the top, [i]ascent[/i] must be added to the Y axis.\n" +"See also [method CanvasItem.draw_string]." +msgstr "" + +#: doc/classes/Font.xml:37 +msgid "" +"Draw character [code]char[/code] into a canvas item using the font at a " +"given position, with [code]modulate[/code] color, and optionally kerning if " +"[code]next[/code] is passed. clipping the width. [code]position[/code] " +"specifies the baseline, not the top. To draw from the top, [i]ascent[/i] " +"must be added to the Y axis. The width used by the character is returned, " +"making this function useful for drawing strings character by character." +msgstr "" + +#: doc/classes/Font.xml:43 +msgid "Returns the font ascent (number of pixels above the baseline)." +msgstr "" + +#: doc/classes/Font.xml:51 +msgid "" +"Returns the size of a character, optionally taking kerning into account if " +"the next character is provided. Note that the height returned is the font " +"height (see [method get_height]) and has no relation to the glyph height." +msgstr "" + +#: doc/classes/Font.xml:57 +msgid "Returns the font descent (number of pixels below the baseline)." +msgstr "" + +#: doc/classes/Font.xml:63 +msgid "Returns the total font height (ascent plus descent) in pixels." +msgstr "" + +#: doc/classes/Font.xml:70 +msgid "" +"Returns the size of a string, taking kerning and advance into account. Note " +"that the height returned is the font height (see [method get_height]) and " +"has no relation to the string." +msgstr "" + +#: doc/classes/Font.xml:78 +msgid "" +"Returns the size that the string would have with word wrapping enabled with " +"a fixed [code]width[/code]." +msgstr "" + +#: doc/classes/Font.xml:84 +msgid "Returns [code]true[/code] if the font has an outline." +msgstr "" + +#: doc/classes/Font.xml:95 +msgid "" +"After editing a font (changing size, ascent, char rects, etc.). Call this " +"function to propagate changes to controls that might use it." +msgstr "" + +#: doc/classes/FuncRef.xml:4 +msgid "Reference to a function in an object." +msgstr "" + +#: doc/classes/FuncRef.xml:7 +msgid "" +"In GDScript, functions are not [i]first-class objects[/i]. This means it is " +"impossible to store them directly as variables, return them from another " +"function, or pass them as arguments.\n" +"However, by creating a [FuncRef] using the [method @GDScript.funcref] " +"function, a reference to a function in a given object can be created, passed " +"around and called." +msgstr "" + +#: doc/classes/FuncRef.xml:16 +msgid "" +"Calls the referenced function previously set in [member function] or [method " +"@GDScript.funcref]." +msgstr "" + +#: doc/classes/FuncRef.xml:23 +msgid "" +"Calls the referenced function previously set in [member function] or [method " +"@GDScript.funcref]. Contrarily to [method call_func], this method does not " +"support a variable number of arguments but expects all parameters to be " +"passed via a single [Array]." +msgstr "" + +#: doc/classes/FuncRef.xml:29 +msgid "Returns whether the object still exists and has the function assigned." +msgstr "" + +#: doc/classes/FuncRef.xml:36 +msgid "" +"The object containing the referenced function. This object must be of a type " +"actually inheriting from [Object], not a built-in type such as [int], " +"[Vector2] or [Dictionary]." +msgstr "" + +#: doc/classes/FuncRef.xml:42 +msgid "The name of the referenced function." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:4 +msgid "" +"An external library containing functions or script classes to use in Godot." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:7 +msgid "" +"A GDNative library can implement [NativeScript]s, global functions to call " +"with the [GDNative] class, or low-level engine extensions through interfaces " +"such as [ARVRInterfaceGDNative]. The library must be compiled for each " +"platform and architecture that the project will run on." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-c-" +"example.html" +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-cpp-" +"example.html" +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:17 +msgid "" +"Returns paths to all dependency libraries for the current platform and " +"architecture." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:23 +msgid "" +"Returns the path to the dynamic library file for the current platform and " +"architecture." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:29 +msgid "" +"This resource in INI-style [ConfigFile] format, as in [code].gdnlib[/code] " +"files." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:32 +msgid "" +"If [code]true[/code], Godot loads only one copy of the library and each " +"script that references the library will share static data like static or " +"global variables.\n" +"If [code]false[/code], Godot loads a separate copy of the library into " +"memory for each script that references it." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:36 +msgid "" +"If [code]true[/code], the editor will temporarily unload the library " +"whenever the user switches away from the editor window, allowing the user to " +"recompile the library without restarting Godot.\n" +"[b]Note:[/b] If the library defines tool scripts that run inside the editor, " +"[code]reloadable[/code] must be [code]false[/code]. Otherwise, the editor " +"will attempt to unload the tool scripts while they're in use and crash." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:40 +msgid "" +"If [code]true[/code], Godot loads the library at startup rather than the " +"first time a script uses the library, calling [code]{prefix}" +"gdnative_singleton[/code] after initializing the library (where [code]" +"{prefix}[/code] is the value of [member symbol_prefix]). The library remains " +"loaded as long as Godot is running.\n" +"[b]Note:[/b] A singleton library cannot be [member reloadable]." +msgstr "" + +#: modules/gdnative/doc_classes/GDNativeLibrary.xml:44 +msgid "" +"The prefix this library's entry point functions begin with. For example, a " +"GDNativeLibrary would declare its [code]gdnative_init[/code] function as " +"[code]godot_gdnative_init[/code] by default.\n" +"On platforms that require statically linking libraries (currently only iOS), " +"each library must have a different [code]symbol_prefix[/code]." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:4 +msgid "A script implemented in the GDScript programming language." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:7 +msgid "" +"A script implemented in the GDScript programming language. The script " +"extends the functionality of all objects that instance it.\n" +"[method new] creates a new instance of the script. [method Object." +"set_script] extends an existing object, if that object's class matches one " +"of the script's base classes." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/index." +"html" +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:17 +msgid "Returns byte code for the script source code." +msgstr "" + +#: modules/gdscript/doc_classes/GDScript.xml:23 +msgid "" +"Returns a new instance of the script.\n" +"For example:\n" +"[codeblock]\n" +"var MyClass = load(\"myclass.gd\")\n" +"var instance = MyClass.new()\n" +"assert(instance.get_script() == MyClass)\n" +"[/codeblock]" +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:4 +msgid "State of a function call after yielding." +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:7 +msgid "" +"Calling [method @GDScript.yield] within a function will cause that function " +"to yield and return its current state as an object of this type. The yielded " +"function call can then be resumed later by calling [method resume] on this " +"state object." +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:16 +msgid "" +"Check whether the function call may be resumed. This is not the case if the " +"function state was already resumed.\n" +"If [code]extended_check[/code] is enabled, it also checks if the associated " +"script and object still exist. The extended check is done in debug mode as " +"part of [method GDScriptFunctionState.resume], but you can use this if you " +"know you may be trying to resume without knowing for sure the object and/or " +"script have survived up to that point." +msgstr "" + +#: modules/gdscript/doc_classes/GDScriptFunctionState.xml:24 +msgid "" +"Resume execution of the yielded function call.\n" +"If handed an argument, return the argument from the [method @GDScript.yield] " +"call in the yielded function call. You can pass e.g. an [Array] to hand " +"multiple arguments.\n" +"This function returns what the resumed function call returns, possibly " +"another function state if yielded again." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:4 +msgid "" +"The generic 6-degrees-of-freedom joint can implement a variety of joint " +"types by locking certain axes' rotation or translation." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:7 +msgid "" +"The first 3 DOF axes are linear axes, which represent translation of Bodies, " +"and the latter 3 DOF axes represent the angular motion. Each axis can be " +"either locked, or limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:93 +msgid "" +"The amount of rotational damping across the X axis.\n" +"The lower, the longer an impulse from one side takes to travel to the other " +"side." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:97 +msgid "If [code]true[/code], rotation across the X axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:100 +msgid "" +"When rotating across the X axis, this error tolerance factor defines how " +"much the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:103 +msgid "" +"The maximum amount of force that can occur, when rotating around the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:106 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:109 +msgid "" +"The amount of rotational restitution across the X axis. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:112 +msgid "The speed of all rotations across the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:115 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:118 +msgid "" +"The amount of rotational damping across the Y axis. The lower, the more " +"dampening occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:121 +msgid "If [code]true[/code], rotation across the Y axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:124 +msgid "" +"When rotating across the Y axis, this error tolerance factor defines how " +"much the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:127 +msgid "" +"The maximum amount of force that can occur, when rotating around the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:130 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:133 +msgid "" +"The amount of rotational restitution across the Y axis. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:136 +msgid "The speed of all rotations across the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:139 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:142 +msgid "" +"The amount of rotational damping across the Z axis. The lower, the more " +"dampening occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:145 +msgid "If [code]true[/code], rotation across the Z axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:148 +msgid "" +"When rotating across the Z axis, this error tolerance factor defines how " +"much the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:151 +msgid "" +"The maximum amount of force that can occur, when rotating around the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:154 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:157 +msgid "" +"The amount of rotational restitution across the Z axis. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:160 +msgid "The speed of all rotations across the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:163 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:166 +msgid "If [code]true[/code], a rotating motor at the X axis is enabled." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:169 +msgid "Maximum acceleration for the motor at the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:172 +msgid "Target speed for the motor at the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:175 +msgid "If [code]true[/code], a rotating motor at the Y axis is enabled." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:178 +msgid "Maximum acceleration for the motor at the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:181 +msgid "Target speed for the motor at the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:184 +msgid "If [code]true[/code], a rotating motor at the Z axis is enabled." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:187 +msgid "Maximum acceleration for the motor at the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:190 +msgid "Target speed for the motor at the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:217 +msgid "The amount of damping that happens at the X motion." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:220 +msgid "If [code]true[/code], the linear motion across the X axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:223 +msgid "The minimum difference between the pivot points' X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:226 +msgid "" +"The amount of restitution on the X axis movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:229 +msgid "" +"A factor applied to the movement across the X axis. The lower, the slower " +"the movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:232 +msgid "The maximum difference between the pivot points' X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:235 +msgid "The amount of damping that happens at the Y motion." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:238 +msgid "If [code]true[/code], the linear motion across the Y axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:241 +msgid "The minimum difference between the pivot points' Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:244 +msgid "" +"The amount of restitution on the Y axis movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:247 +msgid "" +"A factor applied to the movement across the Y axis. The lower, the slower " +"the movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:250 +msgid "The maximum difference between the pivot points' Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:253 +msgid "The amount of damping that happens at the Z motion." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:256 +msgid "If [code]true[/code], the linear motion across the Z axis is limited." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:259 +msgid "The minimum difference between the pivot points' Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:262 +msgid "" +"The amount of restitution on the Z axis movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:265 +msgid "" +"A factor applied to the movement across the Z axis. The lower, the slower " +"the movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:268 +msgid "The maximum difference between the pivot points' Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:271 +msgid "" +"If [code]true[/code], then there is a linear motor on the X axis. It will " +"attempt to reach the target velocity while staying within the force limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:274 +msgid "" +"The maximum force the linear motor can apply on the X axis while trying to " +"reach the target velocity." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:277 +msgid "The speed that the linear motor will attempt to reach on the X axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:280 +msgid "" +"If [code]true[/code], then there is a linear motor on the Y axis. It will " +"attempt to reach the target velocity while staying within the force limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:283 +msgid "" +"The maximum force the linear motor can apply on the Y axis while trying to " +"reach the target velocity." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:286 +msgid "The speed that the linear motor will attempt to reach on the Y axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:289 +msgid "" +"If [code]true[/code], then there is a linear motor on the Z axis. It will " +"attempt to reach the target velocity while staying within the force limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:292 +msgid "" +"The maximum force the linear motor can apply on the Z axis while trying to " +"reach the target velocity." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:295 +msgid "The speed that the linear motor will attempt to reach on the Z axis." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:324 doc/classes/PhysicsServer.xml:1086 +msgid "The minimum difference between the pivot points' axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:327 doc/classes/PhysicsServer.xml:1089 +msgid "The maximum difference between the pivot points' axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:330 +msgid "" +"A factor applied to the movement across the axes. The lower, the slower the " +"movement." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:333 +msgid "" +"The amount of restitution on the axes' movement. The lower, the more " +"momentum gets lost." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:336 doc/classes/PhysicsServer.xml:1098 +msgid "" +"The amount of damping that happens at the linear motion across the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:339 +msgid "The velocity the linear motor will try to reach." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:342 +msgid "" +"The maximum force the linear motor will apply while trying to reach the " +"velocity target." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:351 doc/classes/PhysicsServer.xml:1107 +msgid "" +"The minimum rotation in negative direction to break loose and rotate around " +"the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:354 doc/classes/PhysicsServer.xml:1110 +msgid "" +"The minimum rotation in positive direction to break loose and rotate around " +"the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:357 +msgid "The speed of all rotations across the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:360 doc/classes/PhysicsServer.xml:1116 +msgid "" +"The amount of rotational damping across the axes. The lower, the more " +"dampening occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:363 doc/classes/PhysicsServer.xml:1119 +msgid "" +"The amount of rotational restitution across the axes. The lower, the more " +"restitution occurs." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:366 doc/classes/PhysicsServer.xml:1122 +msgid "" +"The maximum amount of force that can occur, when rotating around the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:369 +msgid "" +"When rotating across the axes, this error tolerance factor defines how much " +"the correction gets slowed down. The lower, the slower." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:372 doc/classes/PhysicsServer.xml:1128 +msgid "Target speed for the motor at the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:375 doc/classes/PhysicsServer.xml:1131 +msgid "Maximum acceleration for the motor at the axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:387 +msgid "If enabled, linear motion is possible within the given limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:390 +msgid "If enabled, rotational motion is possible within the given limits." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:397 +msgid "If enabled, there is a rotational motor across these axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:400 +msgid "If enabled, there is a linear motor across these axes." +msgstr "" + +#: doc/classes/Generic6DOFJoint.xml:403 doc/classes/HingeJoint.xml:108 +msgid "Represents the size of the [enum Flag] enum." +msgstr "" + +#: doc/classes/Geometry.xml:4 +msgid "Helper node to calculate generic geometry operations." +msgstr "" + +#: doc/classes/Geometry.xml:7 +msgid "" +"Geometry provides users with a set of helper functions to create geometric " +"shapes, compute intersections between shapes, and process various other " +"geometric operations." +msgstr "" + +#: doc/classes/Geometry.xml:16 +msgid "" +"Returns an array with 6 [Plane]s that describe the sides of a box centered " +"at the origin. The box size is defined by [code]extents[/code], which " +"represents one (positive) corner of the box (i.e. half its actual size)." +msgstr "" + +#: doc/classes/Geometry.xml:27 +msgid "" +"Returns an array of [Plane]s closely bounding a faceted capsule centered at " +"the origin with radius [code]radius[/code] and height [code]height[/code]. " +"The parameter [code]sides[/code] defines how many planes will be generated " +"for the side part of the capsule, whereas [code]lats[/code] gives the number " +"of latitudinal steps at the bottom and top of the capsule. The parameter " +"[code]axis[/code] describes the axis along which the capsule is oriented (0 " +"for X, 1 for Y, 2 for Z)." +msgstr "" + +#: doc/classes/Geometry.xml:37 +msgid "" +"Returns an array of [Plane]s closely bounding a faceted cylinder centered at " +"the origin with radius [code]radius[/code] and height [code]height[/code]. " +"The parameter [code]sides[/code] defines how many planes will be generated " +"for the round part of the cylinder. The parameter [code]axis[/code] " +"describes the axis along which the cylinder is oriented (0 for X, 1 for Y, 2 " +"for Z)." +msgstr "" + +#: doc/classes/Geometry.xml:45 +msgid "" +"Clips the polygon defined by the points in [code]points[/code] against the " +"[code]plane[/code] and returns the points of the clipped polygon." +msgstr "" + +#: doc/classes/Geometry.xml:53 +msgid "" +"Clips [code]polygon_a[/code] against [code]polygon_b[/code] and returns an " +"array of clipped polygons. This performs [constant OPERATION_DIFFERENCE] " +"between polygons. Returns an empty array if [code]polygon_b[/code] " +"completely overlaps [code]polygon_a[/code].\n" +"If [code]polygon_b[/code] is enclosed by [code]polygon_a[/code], returns an " +"outer polygon (boundary) and inner polygon (hole) which could be " +"distinguished by calling [method is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:62 +msgid "" +"Clips [code]polyline[/code] against [code]polygon[/code] and returns an " +"array of clipped polylines. This performs [constant OPERATION_DIFFERENCE] " +"between the polyline and the polygon. This operation can be thought of as " +"cutting a line with a closed shape." +msgstr "" + +#: doc/classes/Geometry.xml:69 +msgid "" +"Given an array of [Vector2]s, returns the convex hull as a list of points in " +"counterclockwise order. The last point is the same as the first one." +msgstr "" + +#: doc/classes/Geometry.xml:77 +msgid "" +"Mutually excludes common area defined by intersection of [code]polygon_a[/" +"code] and [code]polygon_b[/code] (see [method intersect_polygons_2d]) and " +"returns an array of excluded polygons. This performs [constant " +"OPERATION_XOR] between polygons. In other words, returns all but common area " +"between polygons.\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:87 +msgid "" +"Returns the 3D point on the 3D segment ([code]s1[/code], [code]s2[/code]) " +"that is closest to [code]point[/code]. The returned point will always be " +"inside the specified segment." +msgstr "" + +#: doc/classes/Geometry.xml:96 +msgid "" +"Returns the 2D point on the 2D segment ([code]s1[/code], [code]s2[/code]) " +"that is closest to [code]point[/code]. The returned point will always be " +"inside the specified segment." +msgstr "" + +#: doc/classes/Geometry.xml:105 +msgid "" +"Returns the 3D point on the 3D line defined by ([code]s1[/code], [code]s2[/" +"code]) that is closest to [code]point[/code]. The returned point can be " +"inside the segment ([code]s1[/code], [code]s2[/code]) or outside of it, i.e. " +"somewhere on the line extending from the segment." +msgstr "" + +#: doc/classes/Geometry.xml:114 +msgid "" +"Returns the 2D point on the 2D line defined by ([code]s1[/code], [code]s2[/" +"code]) that is closest to [code]point[/code]. The returned point can be " +"inside the segment ([code]s1[/code], [code]s2[/code]) or outside of it, i.e. " +"somewhere on the line extending from the segment." +msgstr "" + +#: doc/classes/Geometry.xml:124 +msgid "" +"Given the two 3D segments ([code]p1[/code], [code]p2[/code]) and ([code]q1[/" +"code], [code]q2[/code]), finds those two points on the two segments that are " +"closest to each other. Returns a [PoolVector3Array] that contains this point " +"on ([code]p1[/code], [code]p2[/code]) as well the accompanying point on " +"([code]q1[/code], [code]q2[/code])." +msgstr "" + +#: doc/classes/Geometry.xml:134 +msgid "" +"Given the two 2D segments ([code]p1[/code], [code]q1[/code]) and ([code]p2[/" +"code], [code]q2[/code]), finds those two points on the two segments that are " +"closest to each other. Returns a [PoolVector2Array] that contains this point " +"on ([code]p1[/code], [code]q1[/code]) as well the accompanying point on " +"([code]p2[/code], [code]q2[/code])." +msgstr "" + +#: doc/classes/Geometry.xml:141 +msgid "Used internally by the engine." +msgstr "" + +#: doc/classes/Geometry.xml:149 +msgid "" +"Intersects [code]polygon_a[/code] with [code]polygon_b[/code] and returns an " +"array of intersected polygons. This performs [constant " +"OPERATION_INTERSECTION] between polygons. In other words, returns common " +"area shared by polygons. Returns an empty array if no intersection occurs.\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:158 +msgid "" +"Intersects [code]polyline[/code] with [code]polygon[/code] and returns an " +"array of intersected polylines. This performs [constant " +"OPERATION_INTERSECTION] between the polyline and the polygon. This operation " +"can be thought of as chopping a line with a closed shape." +msgstr "" + +#: doc/classes/Geometry.xml:167 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is inside the circle or if " +"it's located exactly [i]on[/i] the circle's boundary, otherwise returns " +"[code]false[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:175 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is inside [code]polygon[/" +"code] or if it's located exactly [i]on[/i] polygon's boundary, otherwise " +"returns [code]false[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:182 +msgid "" +"Returns [code]true[/code] if [code]polygon[/code]'s vertices are ordered in " +"clockwise order, otherwise returns [code]false[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:192 +msgid "" +"Checks if the two lines ([code]from_a[/code], [code]dir_a[/code]) and " +"([code]from_b[/code], [code]dir_b[/code]) intersect. If yes, return the " +"point of intersection as [Vector2]. If no intersection takes place, returns " +"an empty [Variant].\n" +"[b]Note:[/b] The lines are specified using direction vectors, not end points." +msgstr "" + +#: doc/classes/Geometry.xml:200 +msgid "" +"Given an array of [Vector2]s representing tiles, builds an atlas. The " +"returned dictionary has two keys: [code]points[/code] is a vector of " +"[Vector2] that specifies the positions of each tile, [code]size[/code] " +"contains the overall size of the whole atlas as [Vector2]." +msgstr "" + +#: doc/classes/Geometry.xml:208 +msgid "" +"Merges (combines) [code]polygon_a[/code] and [code]polygon_b[/code] and " +"returns an array of merged polygons. This performs [constant " +"OPERATION_UNION] between polygons.\n" +"The operation may result in an outer polygon (boundary) and multiple inner " +"polygons (holes) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:218 +msgid "" +"Inflates or deflates [code]polygon[/code] by [code]delta[/code] units " +"(pixels). If [code]delta[/code] is positive, makes the polygon grow outward. " +"If [code]delta[/code] is negative, shrinks the polygon inward. Returns an " +"array of polygons because inflating/deflating may result in multiple " +"discrete polygons. Returns an empty array if [code]delta[/code] is negative " +"and the absolute value of it approximately exceeds the minimum bounding " +"rectangle dimensions of the polygon.\n" +"Each polygon's vertices will be rounded as determined by [code]join_type[/" +"code], see [enum PolyJoinType].\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise].\n" +"[b]Note:[/b] To translate the polygon's vertices specifically, use the " +"[method Transform2D.xform] method:\n" +"[codeblock]\n" +"var polygon = PoolVector2Array([Vector2(0, 0), Vector2(100, 0), Vector2(100, " +"100), Vector2(0, 100)])\n" +"var offset = Vector2(50, 50)\n" +"polygon = Transform2D(0, offset).xform(polygon)\n" +"print(polygon) # prints [Vector2(50, 50), Vector2(150, 50), Vector2(150, " +"150), Vector2(50, 150)]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Geometry.xml:237 +msgid "" +"Inflates or deflates [code]polyline[/code] by [code]delta[/code] units " +"(pixels), producing polygons. If [code]delta[/code] is positive, makes the " +"polyline grow outward. Returns an array of polygons because inflating/" +"deflating may result in multiple discrete polygons. If [code]delta[/code] is " +"negative, returns an empty array.\n" +"Each polygon's vertices will be rounded as determined by [code]join_type[/" +"code], see [enum PolyJoinType].\n" +"Each polygon's endpoints will be rounded as determined by [code]end_type[/" +"code], see [enum PolyEndType].\n" +"The operation may result in an outer polygon (boundary) and inner polygon " +"(hole) produced which could be distinguished by calling [method " +"is_polygon_clockwise]." +msgstr "" + +#: doc/classes/Geometry.xml:250 +msgid "" +"Returns if [code]point[/code] is inside the triangle specified by [code]a[/" +"code], [code]b[/code] and [code]c[/code]." +msgstr "" + +#: doc/classes/Geometry.xml:261 +msgid "" +"Tests if the 3D ray starting at [code]from[/code] with the direction of " +"[code]dir[/code] intersects the triangle specified by [code]a[/code], " +"[code]b[/code] and [code]c[/code]. If yes, returns the point of intersection " +"as [Vector3]. If no intersection takes place, an empty [Variant] is returned." +msgstr "" + +#: doc/classes/Geometry.xml:271 +msgid "" +"Given the 2D segment ([code]segment_from[/code], [code]segment_to[/code]), " +"returns the position on the segment (as a number between 0 and 1) at which " +"the segment hits the circle that is located at position " +"[code]circle_position[/code] and has radius [code]circle_radius[/code]. If " +"the segment does not intersect the circle, -1 is returned (this is also the " +"case if the line extending the segment would intersect the circle, but the " +"segment does not)." +msgstr "" + +#: doc/classes/Geometry.xml:280 +msgid "" +"Given a convex hull defined though the [Plane]s in the array [code]planes[/" +"code], tests if the segment ([code]from[/code], [code]to[/code]) intersects " +"with that hull. If an intersection is found, returns a [PoolVector3Array] " +"containing the point the intersection and the hull's normal. If no " +"intersecion is found, an the returned array is empty." +msgstr "" + +#: doc/classes/Geometry.xml:290 +msgid "" +"Checks if the segment ([code]from[/code], [code]to[/code]) intersects the " +"cylinder with height [code]height[/code] that is centered at the origin and " +"has radius [code]radius[/code]. If no, returns an empty [PoolVector3Array]. " +"If an intersection takes place, the returned array contains the point of " +"intersection and the cylinder's normal at the point of intersection." +msgstr "" + +#: doc/classes/Geometry.xml:300 +msgid "" +"Checks if the two segments ([code]from_a[/code], [code]to_a[/code]) and " +"([code]from_b[/code], [code]to_b[/code]) intersect. If yes, return the point " +"of intersection as [Vector2]. If no intersection takes place, returns an " +"empty [Variant]." +msgstr "" + +#: doc/classes/Geometry.xml:310 +msgid "" +"Checks if the segment ([code]from[/code], [code]to[/code]) intersects the " +"sphere that is located at [code]sphere_position[/code] and has radius " +"[code]sphere_radius[/code]. If no, returns an empty [PoolVector3Array]. If " +"yes, returns a [PoolVector3Array] containing the point of intersection and " +"the sphere's normal at the point of intersection." +msgstr "" + +#: doc/classes/Geometry.xml:321 +msgid "" +"Tests if the segment ([code]from[/code], [code]to[/code]) intersects the " +"triangle [code]a[/code], [code]b[/code], [code]c[/code]. If yes, returns the " +"point of intersection as [Vector3]. If no intersection takes place, an empty " +"[Variant] is returned." +msgstr "" + +#: doc/classes/Geometry.xml:328 +msgid "" +"Triangulates the area specified by discrete set of [code]points[/code] such " +"that no point is inside the circumcircle of any resulting triangle. Returns " +"a [PoolIntArray] where each triangle consists of three consecutive point " +"indices into [code]points[/code] (i.e. the returned array will have [code]n " +"* 3[/code] elements, with [code]n[/code] being the number of found " +"triangles). If the triangulation did not succeed, an empty [PoolIntArray] is " +"returned." +msgstr "" + +#: doc/classes/Geometry.xml:335 +msgid "" +"Triangulates the polygon specified by the points in [code]polygon[/code]. " +"Returns a [PoolIntArray] where each triangle consists of three consecutive " +"point indices into [code]polygon[/code] (i.e. the returned array will have " +"[code]n * 3[/code] elements, with [code]n[/code] being the number of found " +"triangles). If the triangulation did not succeed, an empty [PoolIntArray] is " +"returned." +msgstr "" + +#: doc/classes/Geometry.xml:341 +msgid "" +"Create regions where either subject or clip polygons (or both) are filled." +msgstr "" + +#: doc/classes/Geometry.xml:344 +msgid "" +"Create regions where subject polygons are filled except where clip polygons " +"are filled." +msgstr "" + +#: doc/classes/Geometry.xml:347 +msgid "Create regions where both subject and clip polygons are filled." +msgstr "" + +#: doc/classes/Geometry.xml:350 +msgid "" +"Create regions where either subject or clip polygons are filled but not " +"where both are filled." +msgstr "" + +#: doc/classes/Geometry.xml:353 +msgid "" +"Squaring is applied uniformally at all convex edge joins at [code]1 * delta[/" +"code]." +msgstr "" + +#: doc/classes/Geometry.xml:356 +msgid "" +"While flattened paths can never perfectly trace an arc, they are " +"approximated by a series of arc chords." +msgstr "" + +#: doc/classes/Geometry.xml:359 +msgid "" +"There's a necessary limit to mitered joins since offsetting edges that join " +"at very acute angles will produce excessively long and narrow \"spikes\". " +"For any given edge join, when miter offsetting would exceed that maximum " +"distance, \"square\" joining is applied." +msgstr "" + +#: doc/classes/Geometry.xml:362 +msgid "" +"Endpoints are joined using the [enum PolyJoinType] value and the path filled " +"as a polygon." +msgstr "" + +#: doc/classes/Geometry.xml:365 +msgid "" +"Endpoints are joined using the [enum PolyJoinType] value and the path filled " +"as a polyline." +msgstr "" + +#: doc/classes/Geometry.xml:368 +msgid "Endpoints are squared off with no extension." +msgstr "" + +#: doc/classes/Geometry.xml:371 +msgid "Endpoints are squared off and extended by [code]delta[/code] units." +msgstr "" + +#: doc/classes/Geometry.xml:374 +msgid "Endpoints are rounded off and extended by [code]delta[/code] units." +msgstr "" + +#: doc/classes/GeometryInstance.xml:4 +msgid "Base node for geometry-based visual instances." +msgstr "" + +#: doc/classes/GeometryInstance.xml:7 +msgid "" +"Base node for geometry-based visual instances. Shares some common " +"functionality like visibility and custom materials." +msgstr "" + +#: doc/classes/GeometryInstance.xml:16 +msgid "" +"Returns the [enum GeometryInstance.Flags] that have been set for this object." +msgstr "" + +#: doc/classes/GeometryInstance.xml:23 +msgid "" +"Overrides the bounding box of this node with a custom one. To remove it, set " +"an [AABB] with all fields set to zero." +msgstr "" + +#: doc/classes/GeometryInstance.xml:31 +msgid "" +"Sets the [enum GeometryInstance.Flags] specified. See [enum GeometryInstance." +"Flags] for options." +msgstr "" + +#: doc/classes/GeometryInstance.xml:37 +msgid "" +"The selected shadow casting flag. See [enum ShadowCastingSetting] for " +"possible values." +msgstr "" + +#: doc/classes/GeometryInstance.xml:40 +msgid "" +"The extra distance added to the GeometryInstance's bounding box ([AABB]) to " +"increase its cull box." +msgstr "" + +#: doc/classes/GeometryInstance.xml:43 +msgid "" +"When disabled, the mesh will be taken into account when computing indirect " +"lighting, but the resulting lightmap will not be saved. Useful for emissive " +"only materials or shadow casters." +msgstr "" + +#: doc/classes/GeometryInstance.xml:46 +msgid "" +"Scale factor for the generated baked lightmap. Useful for adding detail to " +"certain mesh instances." +msgstr "" + +#: doc/classes/GeometryInstance.xml:49 +msgid "" +"The GeometryInstance's max LOD distance.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:53 +msgid "" +"The GeometryInstance's max LOD margin.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:57 +msgid "" +"The GeometryInstance's min LOD distance.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:61 +msgid "" +"The GeometryInstance's min LOD margin.\n" +"[b]Note:[/b] This property currently has no effect." +msgstr "" + +#: doc/classes/GeometryInstance.xml:65 +msgid "" +"The material override for the whole geometry.\n" +"If a material is assigned to this property, it will be used instead of any " +"material set in any material slot of the mesh." +msgstr "" + +#: doc/classes/GeometryInstance.xml:69 +msgid "" +"If [code]true[/code], this GeometryInstance will be used when baking lights " +"using a [GIProbe] or [BakedLightmap]." +msgstr "" + +#: doc/classes/GeometryInstance.xml:74 +msgid "The generated lightmap texture will have the original size." +msgstr "" + +#: doc/classes/GeometryInstance.xml:77 +msgid "The generated lightmap texture will be twice as large, on each axis." +msgstr "" + +#: doc/classes/GeometryInstance.xml:80 +msgid "The generated lightmap texture will be 4 times as large, on each axis." +msgstr "" + +#: doc/classes/GeometryInstance.xml:83 +msgid "The generated lightmap texture will be 8 times as large, on each axis." +msgstr "" + +#: doc/classes/GeometryInstance.xml:88 +msgid "Will not cast any shadows." +msgstr "" + +#: doc/classes/GeometryInstance.xml:91 +msgid "" +"Will cast shadows from all visible faces in the GeometryInstance.\n" +"Will take culling into account, so faces not being rendered will not be " +"taken into account when shadow casting." +msgstr "" + +#: doc/classes/GeometryInstance.xml:95 +msgid "" +"Will cast shadows from all visible faces in the GeometryInstance.\n" +"Will not take culling into account, so all faces will be taken into account " +"when shadow casting." +msgstr "" + +#: doc/classes/GeometryInstance.xml:99 +msgid "" +"Will only show the shadows casted from this object.\n" +"In other words, the actual mesh will not be visible, only the shadows casted " +"from the mesh will be." +msgstr "" + +#: doc/classes/GeometryInstance.xml:103 +msgid "" +"Will allow the GeometryInstance to be used when baking lights using a " +"[GIProbe] or [BakedLightmap]." +msgstr "" + +#: doc/classes/GeometryInstance.xml:106 +msgid "" +"Unused in this class, exposed for consistency with [enum VisualServer." +"InstanceFlags]." +msgstr "" + +#: doc/classes/GIProbe.xml:4 +msgid "Real-time global illumination (GI) probe." +msgstr "" + +#: doc/classes/GIProbe.xml:7 +msgid "" +"[GIProbe]s are used to provide high-quality real-time indirect light to " +"scenes. They precompute the effect of objects that emit light and the effect " +"of static geometry to simulate the behavior of complex light in real-time. " +"[GIProbe]s need to be baked before using, however, once baked, dynamic " +"objects will receive light from them. Further, lights can be fully dynamic " +"or baked.\n" +"Having [GIProbe]s in a scene can be expensive, the quality of the probe can " +"be turned down in exchange for better performance in the [ProjectSettings] " +"using [member ProjectSettings.rendering/quality/voxel_cone_tracing/" +"high_quality].\n" +"[b]Note:[/b] Meshes should have sufficiently thick walls to avoid light " +"leaks (avoid one-sided walls). For interior levels, enclose your level " +"geometry in a sufficiently large box and bridge the loops to close the " +"mesh.\n" +"[b]Note:[/b] Due to a renderer limitation, emissive [ShaderMaterial]s cannot " +"emit light when used in a [GIProbe]. Only emissive [SpatialMaterial]s can " +"emit light in a [GIProbe]." +msgstr "" + +#: doc/classes/GIProbe.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/gi_probes.html" +msgstr "" + +#: doc/classes/GIProbe.xml:22 +msgid "" +"Bakes the effect from all [GeometryInstance]s marked with [member " +"GeometryInstance.use_in_baked_light] and [Light]s marked with either " +"[constant Light.BAKE_INDIRECT] or [constant Light.BAKE_ALL]. If " +"[code]create_visual_debug[/code] is [code]true[/code], after baking the " +"light, this will generate a [MultiMesh] that has a cube representing each " +"solid cell with each cube colored to the cell's albedo color. This can be " +"used to visualize the [GIProbe]'s data and debug any issues that may be " +"occurring." +msgstr "" + +#: doc/classes/GIProbe.xml:28 +msgid "Calls [method bake] with [code]create_visual_debug[/code] enabled." +msgstr "" + +#: doc/classes/GIProbe.xml:34 +msgid "" +"Offsets the lookup of the light contribution from the [GIProbe]. This can be " +"used to avoid self-shadowing, but may introduce light leaking at higher " +"values. This and [member normal_bias] should be played around with to " +"minimize self-shadowing and light leaking.\n" +"[b]Note:[/b] [code]bias[/code] should usually be above 1.0 as that is the " +"size of the voxels." +msgstr "" + +#: doc/classes/GIProbe.xml:38 +msgid "" +"[i]Deprecated.[/i] This property has been deprecated due to known bugs and " +"no longer has any effect when enabled." +msgstr "" + +#: doc/classes/GIProbe.xml:41 +msgid "The [GIProbeData] resource that holds the data for this [GIProbe]." +msgstr "" + +#: doc/classes/GIProbe.xml:44 +msgid "" +"The maximum brightness that the [GIProbe] will recognize. Brightness will be " +"scaled within this range." +msgstr "" + +#: doc/classes/GIProbe.xml:47 +msgid "" +"Energy multiplier. Makes the lighting contribution from the [GIProbe] " +"brighter." +msgstr "" + +#: doc/classes/GIProbe.xml:50 +msgid "" +"The size of the area covered by the [GIProbe]. If you make the extents " +"larger without increasing the subdivisions with [member subdiv], the size of " +"each cell will increase and result in lower detailed lighting." +msgstr "" + +#: doc/classes/GIProbe.xml:53 +msgid "" +"If [code]true[/code], ignores the sky contribution when calculating lighting." +msgstr "" + +#: doc/classes/GIProbe.xml:56 +msgid "" +"Offsets the lookup into the [GIProbe] based on the object's normal " +"direction. Can be used to reduce some self-shadowing artifacts." +msgstr "" + +#: doc/classes/GIProbe.xml:59 +msgid "" +"How much light propagates through the probe internally. A higher value " +"allows light to spread further." +msgstr "" + +#: doc/classes/GIProbe.xml:62 +msgid "" +"Number of times to subdivide the grid that the [GIProbe] operates on. A " +"higher number results in finer detail and thus higher visual quality, while " +"lower numbers result in better performance." +msgstr "" + +#: doc/classes/GIProbe.xml:67 +msgid "" +"Use 64 subdivisions. This is the lowest quality setting, but the fastest. " +"Use it if you can, but especially use it on lower-end hardware." +msgstr "" + +#: doc/classes/GIProbe.xml:70 +msgid "Use 128 subdivisions. This is the default quality setting." +msgstr "" + +#: doc/classes/GIProbe.xml:73 +msgid "Use 256 subdivisions." +msgstr "" + +#: doc/classes/GIProbe.xml:76 +msgid "" +"Use 512 subdivisions. This is the highest quality setting, but the slowest. " +"On lower-end hardware this could cause the GPU to stall." +msgstr "" + +#: doc/classes/GIProbe.xml:79 +msgid "Represents the size of the [enum Subdiv] enum." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:13 +msgid "" +"The [Color] of the light. Defaults to white. A black color causes the light " +"to have no effect." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:16 +msgid "" +"The inner angle of the cone in a spotlight. Must be less than or equal to " +"the outer cone angle.\n" +"Within this angle, the light is at full brightness. Between the inner and " +"outer cone angles, there is a transition from full brightness to zero " +"brightness. When creating a Godot [SpotLight], the ratio between the inner " +"and outer cone angles is used to calculate the attenuation of the light." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:20 +msgid "" +"The intensity of the light. This is expressed in candelas (lumens per " +"steradian) for point and spot lights, and lux (lumens per m²) for " +"directional lights. When creating a Godot light, this value is converted to " +"a unitless multiplier." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:23 +msgid "" +"The outer angle of the cone in a spotlight. Must be greater than or equal to " +"the inner angle.\n" +"At this angle, the light drops off to zero brightness. Between the inner and " +"outer cone angles, there is a transition from full brightness to zero " +"brightness. If this angle is a half turn, then the spotlight emits in all " +"directions. When creating a Godot [SpotLight], the outer cone angle is used " +"as the angle of the spotlight." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:27 +msgid "" +"The range of the light, beyond which the light has no effect. GLTF lights " +"with no range defined behave like physical lights (which have infinite " +"range). When creating a Godot light, the range is clamped to 4096." +msgstr "" + +#: modules/gltf/doc_classes/GLTFLight.xml:30 +msgid "" +"The type of the light. The values accepted by Godot are \"point\", \"spot\", " +"and \"directional\", which correspond to Godot's [OmniLight], [SpotLight], " +"and [DirectionalLight] respectively." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:4 +msgid "Bridge between Godot and the Mono runtime (Mono-enabled builds only)." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:7 +msgid "" +"This class is a bridge between Godot and the Mono runtime. It exposes " +"several low-level operations and is only available in Mono-enabled Godot " +"builds.\n" +"See also [CSharpScript]." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:17 +msgid "Attaches the current thread to the Mono runtime." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:24 +msgid "Detaches the current thread from the Mono runtime." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:31 +msgid "" +"Returns the current MonoDomain ID.\n" +"[b]Note:[/b] The Mono runtime must be initialized for this method to work " +"(use [method is_runtime_initialized] to check). If the Mono runtime isn't " +"initialized at the time this method is called, the engine will crash." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:39 +msgid "" +"Returns the scripts MonoDomain's ID. This will be the same MonoDomain ID as " +"[method get_domain_id], unless the scripts domain isn't loaded.\n" +"[b]Note:[/b] The Mono runtime must be initialized for this method to work " +"(use [method is_runtime_initialized] to check). If the Mono runtime isn't " +"initialized at the time this method is called, the engine will crash." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:49 +msgid "" +"Returns [code]true[/code] if the domain is being finalized, [code]false[/" +"code] otherwise." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:56 +msgid "" +"Returns [code]true[/code] if the Mono runtime is initialized, [code]false[/" +"code] otherwise." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:63 +msgid "" +"Returns [code]true[/code] if the Mono runtime is shutting down, [code]false[/" +"code] otherwise." +msgstr "" + +#: modules/mono/doc_classes/GodotSharp.xml:70 +msgid "" +"Returns [code]true[/code] if the scripts domain is loaded, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/Gradient.xml:4 +msgid "" +"A color interpolator resource which can be used to generate colors between " +"user-defined color points." +msgstr "" + +#: doc/classes/Gradient.xml:7 +msgid "" +"Given a set of colors, this resource will interpolate them in order. This " +"means that if you have color 1, color 2 and color 3, the ramp will " +"interpolate from color 1 to color 2 and from color 2 to color 3. The ramp " +"will initially have 2 colors (black and white), one (black) at ramp lower " +"offset 0 and the other (white) at the ramp higher offset 1." +msgstr "" + +#: doc/classes/Gradient.xml:17 +msgid "" +"Adds the specified color to the end of the ramp, with the specified offset." +msgstr "" + +#: doc/classes/Gradient.xml:24 +msgid "Returns the color of the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:31 +msgid "Returns the offset of the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:37 +msgid "Returns the number of colors in the ramp." +msgstr "" + +#: doc/classes/Gradient.xml:44 +msgid "Returns the interpolated color specified by [code]offset[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:51 +msgid "Removes the color at the index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:59 +msgid "Sets the color of the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:67 +msgid "Sets the offset for the ramp color at index [code]point[/code]." +msgstr "" + +#: doc/classes/Gradient.xml:73 +msgid "Gradient's colors returned as a [PoolColorArray]." +msgstr "" + +#: doc/classes/Gradient.xml:76 +msgid "Gradient's offsets returned as a [PoolRealArray]." +msgstr "" + +#: doc/classes/GradientTexture.xml:4 +msgid "Gradient-filled texture." +msgstr "" + +#: doc/classes/GradientTexture.xml:7 +msgid "" +"GradientTexture uses a [Gradient] to fill the texture data. The gradient " +"will be filled from left to right using colors obtained from the gradient. " +"This means the texture does not necessarily represent an exact copy of the " +"gradient, but instead an interpolation of samples obtained from the gradient " +"at fixed steps (see [member width])." +msgstr "" + +#: doc/classes/GradientTexture.xml:15 +msgid "The [Gradient] that will be used to fill the texture." +msgstr "" + +#: doc/classes/GradientTexture.xml:18 +msgid "The number of color samples that will be obtained from the [Gradient]." +msgstr "" + +#: doc/classes/GraphEdit.xml:4 +msgid "" +"GraphEdit is an area capable of showing various GraphNodes. It manages " +"connection events between them." +msgstr "" + +#: doc/classes/GraphEdit.xml:7 +msgid "" +"GraphEdit manages the showing of GraphNodes it contains, as well as " +"connections and disconnections between them. Signals are sent for each of " +"these two events. Disconnection between GraphNode slots is disabled by " +"default.\n" +"It is greatly advised to enable low-processor usage mode (see [member OS." +"low_processor_usage_mode]) when using GraphEdits." +msgstr "" + +#: doc/classes/GraphEdit.xml:18 +msgid "" +"Makes possible the connection between two different slot types. The type is " +"defined with the [method GraphNode.set_slot] method." +msgstr "" + +#: doc/classes/GraphEdit.xml:25 +msgid "" +"Makes possible to disconnect nodes when dragging from the slot at the left " +"if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:32 +msgid "" +"Makes possible to disconnect nodes when dragging from the slot at the right " +"if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:38 +msgid "Removes all connections between nodes." +msgstr "" + +#: doc/classes/GraphEdit.xml:48 +msgid "" +"Create a connection between the [code]from_port[/code] slot of the " +"[code]from[/code] GraphNode and the [code]to_port[/code] slot of the " +"[code]to[/code] GraphNode. If the connection already exists, no connection " +"is created." +msgstr "" + +#: doc/classes/GraphEdit.xml:58 +msgid "" +"Removes the connection between the [code]from_port[/code] slot of the " +"[code]from[/code] GraphNode and the [code]to_port[/code] slot of the " +"[code]to[/code] GraphNode. If the connection does not exist, no connection " +"is removed." +msgstr "" + +#: doc/classes/GraphEdit.xml:64 +msgid "" +"Returns an Array containing the list of connections. A connection consists " +"in a structure of the form [code]{ from_port: 0, from: \"GraphNode name 0\", " +"to_port: 1, to: \"GraphNode name 1\" }[/code]." +msgstr "" + +#: doc/classes/GraphEdit.xml:70 +msgid "" +"Gets the [HBoxContainer] that contains the zooming and grid snap controls in " +"the top left of the graph. You can use this method to reposition the toolbar " +"or to add your own custom controls to it.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/GraphEdit.xml:81 +msgid "" +"Returns [code]true[/code] if the [code]from_port[/code] slot of the " +"[code]from[/code] GraphNode is connected to the [code]to_port[/code] slot of " +"the [code]to[/code] GraphNode." +msgstr "" + +#: doc/classes/GraphEdit.xml:89 +msgid "Returns whether it's possible to connect slots of the specified types." +msgstr "" + +#: doc/classes/GraphEdit.xml:97 +msgid "" +"Makes it not possible to connect between two different slot types. The type " +"is defined with the [method GraphNode.set_slot] method." +msgstr "" + +#: doc/classes/GraphEdit.xml:104 +msgid "" +"Removes the possibility to disconnect nodes when dragging from the slot at " +"the left if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:111 +msgid "" +"Removes the possibility to disconnect nodes when dragging from the slot at " +"the right if it has the specified type." +msgstr "" + +#: doc/classes/GraphEdit.xml:122 +msgid "" +"Sets the coloration of the connection between [code]from[/code]'s " +"[code]from_port[/code] and [code]to[/code]'s [code]to_port[/code] with the " +"color provided in the [code]activity[/code] theme property." +msgstr "" + +#: doc/classes/GraphEdit.xml:129 +msgid "Sets the specified [code]node[/code] as the one selected." +msgstr "" + +#: doc/classes/GraphEdit.xml:136 +msgid "If [code]true[/code], the minimap is visible." +msgstr "" + +#: doc/classes/GraphEdit.xml:139 +msgid "The opacity of the minimap rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:142 +msgid "" +"The size of the minimap rectangle. The map itself is based on the size of " +"the grid area and is scaled to fit this rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:146 +msgid "" +"If [code]true[/code], enables disconnection of existing connections in the " +"GraphEdit by dragging the right end." +msgstr "" + +#: doc/classes/GraphEdit.xml:149 +msgid "The scroll offset." +msgstr "" + +#: doc/classes/GraphEdit.xml:152 +msgid "" +"If [code]true[/code], makes a label with the current zoom level visible. The " +"zoom value is displayed in percents." +msgstr "" + +#: doc/classes/GraphEdit.xml:155 +msgid "The snapping distance in pixels." +msgstr "" + +#: doc/classes/GraphEdit.xml:158 +msgid "If [code]true[/code], enables snapping." +msgstr "" + +#: doc/classes/GraphEdit.xml:161 +msgid "The current zoom value." +msgstr "" + +#: doc/classes/GraphEdit.xml:164 +msgid "The upper zoom limit." +msgstr "" + +#: doc/classes/GraphEdit.xml:167 +msgid "The lower zoom limit." +msgstr "" + +#: doc/classes/GraphEdit.xml:170 +msgid "The step of each zoom level." +msgstr "" + +#: doc/classes/GraphEdit.xml:176 +msgid "Emitted at the beginning of a GraphNode movement." +msgstr "" + +#: doc/classes/GraphEdit.xml:181 +msgid "Emitted at the end of a GraphNode movement." +msgstr "" + +#: doc/classes/GraphEdit.xml:189 +msgid "" +"Emitted when user dragging connection from input port into empty space of " +"the graph." +msgstr "" + +#: doc/classes/GraphEdit.xml:198 +msgid "" +"Emitted to the GraphEdit when the connection between the [code]from_slot[/" +"code] slot of the [code]from[/code] GraphNode and the [code]to_slot[/code] " +"slot of the [code]to[/code] GraphNode is attempted to be created." +msgstr "" + +#: doc/classes/GraphEdit.xml:206 +msgid "" +"Emitted when user dragging connection from output port into empty space of " +"the graph." +msgstr "" + +#: doc/classes/GraphEdit.xml:211 +msgid "Emitted when the user presses [code]Ctrl + C[/code]." +msgstr "" + +#: doc/classes/GraphEdit.xml:216 +msgid "Emitted when a GraphNode is attempted to be removed from the GraphEdit." +msgstr "" + +#: doc/classes/GraphEdit.xml:225 +msgid "" +"Emitted to the GraphEdit when the connection between [code]from_slot[/code] " +"slot of [code]from[/code] GraphNode and [code]to_slot[/code] slot of " +"[code]to[/code] GraphNode is attempted to be removed." +msgstr "" + +#: doc/classes/GraphEdit.xml:230 +msgid "" +"Emitted when a GraphNode is attempted to be duplicated in the GraphEdit." +msgstr "" + +#: doc/classes/GraphEdit.xml:236 +msgid "Emitted when a GraphNode is selected." +msgstr "" + +#: doc/classes/GraphEdit.xml:246 +msgid "Emitted when the user presses [code]Ctrl + V[/code]." +msgstr "" + +#: doc/classes/GraphEdit.xml:252 +msgid "" +"Emitted when a popup is requested. Happens on right-clicking in the " +"GraphEdit. [code]position[/code] is the position of the mouse pointer when " +"the signal is sent." +msgstr "" + +#: doc/classes/GraphEdit.xml:258 +msgid "" +"Emitted when the scroll offset is changed by the user. It will not be " +"emitted when changed in code." +msgstr "" + +#: doc/classes/GraphEdit.xml:272 +msgid "The background drawn under the grid." +msgstr "" + +#: doc/classes/GraphEdit.xml:275 +msgid "Color of major grid lines." +msgstr "" + +#: doc/classes/GraphEdit.xml:278 +msgid "Color of minor grid lines." +msgstr "" + +#: doc/classes/GraphEdit.xml:283 +msgid "The icon for the zoom out button." +msgstr "" + +#: doc/classes/GraphEdit.xml:286 +msgid "The icon for the zoom in button." +msgstr "" + +#: doc/classes/GraphEdit.xml:289 +msgid "" +"The horizontal range within which a port can be grabbed (on both sides)." +msgstr "" + +#: doc/classes/GraphEdit.xml:292 +msgid "The vertical range within which a port can be grabbed (on both sides)." +msgstr "" + +#: doc/classes/GraphEdit.xml:295 +msgid "The icon for the zoom reset button." +msgstr "" + +#: doc/classes/GraphEdit.xml:298 +msgid "The fill color of the selection rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:301 +msgid "The outline color of the selection rectangle." +msgstr "" + +#: doc/classes/GraphEdit.xml:304 +msgid "The icon for the snap toggle button." +msgstr "" + +#: doc/classes/GraphNode.xml:4 +msgid "" +"A GraphNode is a container with potentially several input and output slots " +"allowing connections between GraphNodes. Slots can have different, " +"incompatible types." +msgstr "" + +#: doc/classes/GraphNode.xml:7 +msgid "" +"A GraphNode is a container. Each GraphNode can have several input and output " +"slots, sometimes referred to as ports, allowing connections between " +"GraphNodes. To add a slot to GraphNode, add any [Control]-derived child node " +"to it.\n" +"After adding at least one child to GraphNode new sections will be " +"automatically created in the Inspector called 'Slot'. When 'Slot' is " +"expanded you will see list with index number for each slot. You can click on " +"each of them to expand further.\n" +"In the Inspector you can enable (show) or disable (hide) slots. By default, " +"all slots are disabled so you may not see any slots on your GraphNode " +"initially. You can assign a type to each slot. Only slots of the same type " +"will be able to connect to each other. You can also assign colors to slots. " +"A tuple of input and output slots is defined for each GUI element included " +"in the GraphNode. Input connections are on the left and output connections " +"are on the right side of GraphNode. Only enabled slots are counted as " +"connections." +msgstr "" + +#: doc/classes/GraphNode.xml:17 +msgid "Disables all input and output slots of the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:24 +msgid "Disables input and output slot whose index is [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:31 +msgid "Returns the [Color] of the input connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:37 +msgid "" +"Returns the number of enabled input slots (connections) to the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:44 +msgid "Returns the position of the input connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:51 +msgid "Returns the type of the input connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:58 +msgid "Returns the [Color] of the output connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:64 +msgid "" +"Returns the number of enabled output slots (connections) of the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:71 +msgid "Returns the position of the output connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:78 +msgid "Returns the type of the output connection [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:85 +msgid "Returns the left (input) [Color] of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:92 +msgid "Returns the right (output) [Color] of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:99 +msgid "Returns the left (input) type of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:106 +msgid "Returns the right (output) type of the slot [code]idx[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:113 +msgid "" +"Returns [code]true[/code] if left (input) side of the slot [code]idx[/code] " +"is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:120 +msgid "" +"Returns [code]true[/code] if right (output) side of the slot [code]idx[/" +"code] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:135 +msgid "" +"Sets properties of the slot with ID [code]idx[/code].\n" +"If [code]enable_left[/code]/[code]right[/code], a port will appear and the " +"slot will be able to be connected from this side.\n" +"[code]type_left[/code]/[code]right[/code] is an arbitrary type of the port. " +"Only ports with the same type values can be connected.\n" +"[code]color_left[/code]/[code]right[/code] is the tint of the port's icon on " +"this side.\n" +"[code]custom_left[/code]/[code]right[/code] is a custom texture for this " +"side's port.\n" +"[b]Note:[/b] This method only sets properties of the slot. To create the " +"slot, add a [Control]-derived child to the GraphNode.\n" +"Individual properties can be set using one of the [code]set_slot_*[/code] " +"methods. You must enable at least one side of the slot to do so." +msgstr "" + +#: doc/classes/GraphNode.xml:149 +msgid "" +"Sets the [Color] of the left (input) side of the slot [code]idx[/code] to " +"[code]color_left[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:157 +msgid "" +"Sets the [Color] of the right (output) side of the slot [code]idx[/code] to " +"[code]color_right[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:165 +msgid "" +"Toggles the left (input) side of the slot [code]idx[/code]. If " +"[code]enable_left[/code] is [code]true[/code], a port will appear on the " +"left side and the slot will be able to be connected from this side." +msgstr "" + +#: doc/classes/GraphNode.xml:173 +msgid "" +"Toggles the right (output) side of the slot [code]idx[/code]. If " +"[code]enable_right[/code] is [code]true[/code], a port will appear on the " +"right side and the slot will be able to be connected from this side." +msgstr "" + +#: doc/classes/GraphNode.xml:181 +msgid "" +"Sets the left (input) type of the slot [code]idx[/code] to [code]type_left[/" +"code]." +msgstr "" + +#: doc/classes/GraphNode.xml:189 +msgid "" +"Sets the right (output) type of the slot [code]idx[/code] to " +"[code]type_right[/code]." +msgstr "" + +#: doc/classes/GraphNode.xml:195 +msgid "If [code]true[/code], the GraphNode is a comment node." +msgstr "" + +#: doc/classes/GraphNode.xml:198 +msgid "" +"The offset of the GraphNode, relative to the scroll offset of the " +"[GraphEdit].\n" +"[b]Note:[/b] You cannot use position directly, as [GraphEdit] is a " +"[Container]." +msgstr "" + +#: doc/classes/GraphNode.xml:202 +msgid "Sets the overlay shown above the GraphNode. See [enum Overlay]." +msgstr "" + +#: doc/classes/GraphNode.xml:205 +msgid "" +"If [code]true[/code], the user can resize the GraphNode.\n" +"[b]Note:[/b] Dragging the handle will only emit the [signal resize_request] " +"signal, the GraphNode needs to be resized manually." +msgstr "" + +#: doc/classes/GraphNode.xml:209 +msgid "If [code]true[/code], the GraphNode is selected." +msgstr "" + +#: doc/classes/GraphNode.xml:212 +msgid "" +"If [code]true[/code], the close button will be visible.\n" +"[b]Note:[/b] Pressing it will only emit the [signal close_request] signal, " +"the GraphNode needs to be removed manually." +msgstr "" + +#: doc/classes/GraphNode.xml:216 +msgid "The text displayed in the GraphNode's title bar." +msgstr "" + +#: doc/classes/GraphNode.xml:222 +msgid "" +"Emitted when the GraphNode is requested to be closed. Happens on clicking " +"the close button (see [member show_close])." +msgstr "" + +#: doc/classes/GraphNode.xml:229 +msgid "Emitted when the GraphNode is dragged." +msgstr "" + +#: doc/classes/GraphNode.xml:234 +msgid "Emitted when the GraphNode is moved." +msgstr "" + +#: doc/classes/GraphNode.xml:239 +msgid "" +"Emitted when the GraphNode is requested to be displayed over other ones. " +"Happens on focusing (clicking into) the GraphNode." +msgstr "" + +#: doc/classes/GraphNode.xml:245 +msgid "" +"Emitted when the GraphNode is requested to be resized. Happens on dragging " +"the resizer handle (see [member resizable])." +msgstr "" + +#: doc/classes/GraphNode.xml:251 +msgid "Emitted when any GraphNode's slot is updated." +msgstr "" + +#: doc/classes/GraphNode.xml:257 +msgid "No overlay is shown." +msgstr "" + +#: doc/classes/GraphNode.xml:260 +msgid "Show overlay set in the [code]breakpoint[/code] theme property." +msgstr "" + +#: doc/classes/GraphNode.xml:263 +msgid "Show overlay set in the [code]position[/code] theme property." +msgstr "" + +#: doc/classes/GraphNode.xml:268 +msgid "" +"The background used when [member overlay] is set to [constant " +"OVERLAY_BREAKPOINT]." +msgstr "" + +#: doc/classes/GraphNode.xml:271 +msgid "" +"The icon for the close button, visible when [member show_close] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:274 +msgid "The color modulation applied to the close button icon." +msgstr "" + +#: doc/classes/GraphNode.xml:277 doc/classes/WindowDialog.xml:41 +msgid "The vertical offset of the close button." +msgstr "" + +#: doc/classes/GraphNode.xml:280 +msgid "The [StyleBox] used when [member comment] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:283 +msgid "" +"The [StyleBox] used when [member comment] is enabled and the [GraphNode] is " +"focused." +msgstr "" + +#: doc/classes/GraphNode.xml:290 +msgid "The default background for [GraphNode]." +msgstr "" + +#: doc/classes/GraphNode.xml:293 +msgid "The icon used for representing ports." +msgstr "" + +#: doc/classes/GraphNode.xml:296 +msgid "Horizontal offset for the ports." +msgstr "" + +#: doc/classes/GraphNode.xml:299 +msgid "" +"The background used when [member overlay] is set to [constant " +"OVERLAY_POSITION]." +msgstr "" + +#: doc/classes/GraphNode.xml:302 +msgid "The icon used for resizer, visible when [member resizable] is enabled." +msgstr "" + +#: doc/classes/GraphNode.xml:305 +msgid "The color modulation applied to the resizer icon." +msgstr "" + +#: doc/classes/GraphNode.xml:308 +msgid "The background used when the [GraphNode] is selected." +msgstr "" + +#: doc/classes/GraphNode.xml:311 +msgid "The vertical distance between ports." +msgstr "" + +#: doc/classes/GraphNode.xml:314 +msgid "Color of the title text." +msgstr "" + +#: doc/classes/GraphNode.xml:317 +msgid "Font used for the title text." +msgstr "" + +#: doc/classes/GraphNode.xml:320 +msgid "Vertical offset of the title text." +msgstr "" + +#: doc/classes/GridContainer.xml:4 +msgid "" +"Grid container used to arrange Control-derived children in a grid like " +"layout." +msgstr "" + +#: doc/classes/GridContainer.xml:7 +msgid "" +"GridContainer will arrange its Control-derived children in a grid like " +"structure, the grid columns are specified using the [member columns] " +"property and the number of rows will be equal to the number of children in " +"the container divided by the number of columns. For example, if the " +"container has 5 children, and 2 columns, there will be 3 rows in the " +"container.\n" +"Notice that grid layout will preserve the columns and rows for every size of " +"the container, and that empty columns will be expanded automatically.\n" +"[b]Note:[/b] GridContainer only works with child nodes inheriting from " +"Control. It won't rearrange child nodes inheriting from Node2D." +msgstr "" + +#: doc/classes/GridContainer.xml:18 +msgid "" +"The number of columns in the [GridContainer]. If modified, [GridContainer] " +"reorders its Control-derived children to accommodate the new layout." +msgstr "" + +#: doc/classes/GridContainer.xml:26 +msgid "The horizontal separation of children nodes." +msgstr "" + +#: doc/classes/GridContainer.xml:29 +msgid "The vertical separation of children nodes." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:4 +msgid "Node for 3D tile-based maps." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:7 +msgid "" +"GridMap lets you place meshes on a grid interactively. It works both from " +"the editor and from scripts, which can help you create in-game level " +"editors.\n" +"GridMaps use a [MeshLibrary] which contains a list of tiles. Each tile is a " +"mesh with materials plus optional collision and navigation shapes.\n" +"A GridMap contains a collection of cells. Each grid cell refers to a tile in " +"the [MeshLibrary]. All cells in the map have the same dimensions.\n" +"Internally, a GridMap is split into a sparse collection of octants for " +"efficient rendering and physics processing. Every octant has the same " +"dimensions and can contain several cells.\n" +"[b]Note:[/b] GridMap doesn't extend [VisualInstance] and therefore can't be " +"hidden or cull masked based on [member VisualInstance.layers]. If you make a " +"light not affect the first layer, the whole GridMap won't be lit by the " +"light in question." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:14 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/using_gridmaps.html" +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:22 +msgid "Clear all cells." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:39 +msgid "" +"Returns an array of [ArrayMesh]es and [Transform] references of all bake " +"meshes that exist within the current GridMap." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:48 +msgid "" +"The [MeshLibrary] item index located at the grid-based X, Y and Z " +"coordinates. If the cell is empty, [constant INVALID_CELL_ITEM] will be " +"returned." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:57 +msgid "" +"The orientation of the cell at the grid-based X, Y and Z coordinates. -1 is " +"returned if the cell is empty." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:64 +msgid "Returns an individual bit on the [member collision_layer]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:71 +msgid "Returns an individual bit on the [member collision_mask]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:77 +msgid "" +"Returns an array of [Transform] and [Mesh] references corresponding to the " +"non-empty cells in the grid. The transforms are specified in world space." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:83 +msgid "" +"Returns an array of [Vector3] with the non-empty cell coordinates in the " +"grid map." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:99 +msgid "" +"Returns the position of a grid cell in the GridMap's local coordinate space." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:116 +msgid "" +"Sets the mesh index for the cell referenced by its grid-based X, Y and Z " +"coordinates.\n" +"A negative item index such as [constant INVALID_CELL_ITEM] will clear the " +"cell.\n" +"Optionally, the item's orientation can be passed. For valid orientation " +"values, see [method Basis.get_orthogonal_index]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:135 +msgid "Sets an individual bit on the [member collision_layer]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:143 +msgid "Sets an individual bit on the [member collision_mask]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:150 +msgid "" +"Returns the coordinates of the grid cell containing the given point.\n" +"[code]pos[/code] should be in the GridMap's local coordinate space." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:157 +msgid "If [code]true[/code], grid items are centered on the X axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:160 +msgid "If [code]true[/code], grid items are centered on the Y axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:163 +msgid "If [code]true[/code], grid items are centered on the Z axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:166 +msgid "" +"The size of each octant measured in number of cells. This applies to all " +"three axis." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:169 +msgid "" +"The scale of the cell items.\n" +"This does not affect the size of the grid cells themselves, only the items " +"in them. This can be used to make cell items overlap their neighbors." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:173 +msgid "" +"The dimensions of the grid's cells.\n" +"This does not affect the size of the meshes. See [member cell_scale]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:177 +msgid "" +"The physics layers this GridMap is in.\n" +"GridMaps act as static bodies, meaning they aren't affected by gravity or " +"other forces. They only affect other physics bodies that collide with them." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:181 +msgid "" +"The physics layers this GridMap detects collisions in. See [url=https://docs." +"godotengine.org/en/3.4/tutorials/physics/physics_introduction.html#collision-" +"layers-and-masks]Collision layers and masks[/url] in the documentation for " +"more information." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:184 +msgid "The assigned [MeshLibrary]." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:187 +msgid "" +"Controls whether this GridMap will be baked in a [BakedLightmap] or not." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:194 +msgid "Emitted when [member cell_size] changes." +msgstr "" + +#: modules/gridmap/doc_classes/GridMap.xml:200 +msgid "" +"Invalid cell item that can be used in [method set_cell_item] to clear cells " +"(or represent an empty cell in [method get_cell_item])." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:4 +msgid "Groove constraint for 2D physics." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:7 +msgid "" +"Groove constraint for 2D physics. This is useful for making a body \"slide\" " +"through a segment placed in another." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:15 +msgid "" +"The body B's initial anchor position defined by the joint's origin and a " +"local offset [member initial_offset] along the joint's Y axis (along the " +"groove)." +msgstr "" + +#: doc/classes/GrooveJoint2D.xml:18 +msgid "" +"The groove's length. The groove is from the joint's origin towards [member " +"length] along the joint's local Y axis." +msgstr "" + +#: doc/classes/HashingContext.xml:4 +msgid "Context to compute cryptographic hashes over multiple iterations." +msgstr "" + +#: doc/classes/HashingContext.xml:7 +msgid "" +"The HashingContext class provides an interface for computing cryptographic " +"hashes over multiple iterations. This is useful for example when computing " +"hashes of big files (so you don't have to load them all in memory), network " +"streams, and data streams in general (so you don't have to hold buffers).\n" +"The [enum HashType] enum shows the supported hashing algorithms.\n" +"[codeblock]\n" +"const CHUNK_SIZE = 1024\n" +"\n" +"func hash_file(path):\n" +" var ctx = HashingContext.new()\n" +" var file = File.new()\n" +" # Start a SHA-256 context.\n" +" ctx.start(HashingContext.HASH_SHA256)\n" +" # Check that file exists.\n" +" if not file.file_exists(path):\n" +" return\n" +" # Open the file to hash.\n" +" file.open(path, File.READ)\n" +" # Update the context after reading each chunk.\n" +" while not file.eof_reached():\n" +" ctx.update(file.get_buffer(CHUNK_SIZE))\n" +" # Get the computed hash.\n" +" var res = ctx.finish()\n" +" # Print the result as hex string and array.\n" +" printt(res.hex_encode(), Array(res))\n" +"[/codeblock]\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/HashingContext.xml:38 +msgid "Closes the current context, and return the computed hash." +msgstr "" + +#: doc/classes/HashingContext.xml:45 +msgid "" +"Starts a new hash computation of the given [code]type[/code] (e.g. [constant " +"HASH_SHA256] to start computation of a SHA-256)." +msgstr "" + +#: doc/classes/HashingContext.xml:52 +msgid "Updates the computation with the given [code]chunk[/code] of data." +msgstr "" + +#: doc/classes/HashingContext.xml:58 +msgid "Hashing algorithm: MD5." +msgstr "" + +#: doc/classes/HashingContext.xml:61 +msgid "Hashing algorithm: SHA-1." +msgstr "" + +#: doc/classes/HashingContext.xml:64 +msgid "Hashing algorithm: SHA-256." +msgstr "" + +#: doc/classes/HBoxContainer.xml:4 +msgid "Horizontal box container." +msgstr "" + +#: doc/classes/HBoxContainer.xml:7 +msgid "Horizontal box container. See [BoxContainer]." +msgstr "" + +#: doc/classes/HBoxContainer.xml:17 +msgid "The horizontal space between the [HBoxContainer]'s elements." +msgstr "" + +#: doc/classes/HeightMapShape.xml:4 +msgid "Height map shape for 3D physics." +msgstr "" + +#: doc/classes/HeightMapShape.xml:7 +msgid "" +"Height map shape resource, which can be added to a [PhysicsBody] or [Area]." +msgstr "" + +#: doc/classes/HeightMapShape.xml:15 +msgid "" +"Height map data, pool array must be of [member map_width] * [member " +"map_depth] size." +msgstr "" + +#: doc/classes/HeightMapShape.xml:18 +msgid "" +"Depth of the height map data. Changing this will resize the [member " +"map_data]." +msgstr "" + +#: doc/classes/HeightMapShape.xml:21 +msgid "" +"Width of the height map data. Changing this will resize the [member " +"map_data]." +msgstr "" + +#: doc/classes/HingeJoint.xml:4 +msgid "A hinge between two 3D PhysicsBodies." +msgstr "" + +#: doc/classes/HingeJoint.xml:7 +msgid "" +"A HingeJoint normally uses the Z axis of body A as the hinge axis, another " +"axis can be specified when adding it manually though. See also " +"[Generic6DOFJoint]." +msgstr "" + +#: doc/classes/HingeJoint.xml:16 doc/classes/SpriteBase3D.xml:21 +msgid "Returns the value of the specified flag." +msgstr "" + +#: doc/classes/HingeJoint.xml:23 doc/classes/ParticlesMaterial.xml:25 +#: doc/classes/PinJoint.xml:16 +msgid "Returns the value of the specified parameter." +msgstr "" + +#: doc/classes/HingeJoint.xml:31 +msgid "If [code]true[/code], enables the specified flag." +msgstr "" + +#: doc/classes/HingeJoint.xml:39 doc/classes/PinJoint.xml:24 +msgid "Sets the value of the specified parameter." +msgstr "" + +#: doc/classes/HingeJoint.xml:45 doc/classes/HingeJoint.xml:85 +#: doc/classes/PhysicsServer.xml:977 +msgid "" +"The speed with which the rotation across the axis perpendicular to the hinge " +"gets corrected." +msgstr "" + +#: doc/classes/HingeJoint.xml:48 doc/classes/HingeJoint.xml:102 +msgid "" +"If [code]true[/code], the hinges maximum and minimum rotation, defined by " +"[member angular_limit/lower] and [member angular_limit/upper] has effects." +msgstr "" + +#: doc/classes/HingeJoint.xml:51 doc/classes/HingeJoint.xml:82 +msgid "" +"The minimum rotation. Only active if [member angular_limit/enable] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/HingeJoint.xml:54 doc/classes/HingeJoint.xml:90 +#: doc/classes/PhysicsServer.xml:982 +msgid "The lower this value, the more the rotation gets slowed down." +msgstr "" + +#: doc/classes/HingeJoint.xml:59 doc/classes/HingeJoint.xml:79 +msgid "" +"The maximum rotation. Only active if [member angular_limit/enable] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/HingeJoint.xml:62 doc/classes/HingeJoint.xml:105 +msgid "When activated, a motor turns the hinge." +msgstr "" + +#: doc/classes/HingeJoint.xml:65 doc/classes/HingeJoint.xml:96 +#: doc/classes/PhysicsServer.xml:988 +msgid "Maximum acceleration for the motor." +msgstr "" + +#: doc/classes/HingeJoint.xml:68 doc/classes/HingeJoint.xml:93 +#: doc/classes/PhysicsServer.xml:985 +msgid "Target speed for the motor." +msgstr "" + +#: doc/classes/HingeJoint.xml:71 doc/classes/HingeJoint.xml:76 +#: doc/classes/PhysicsServer.xml:968 +msgid "" +"The speed with which the two bodies get pulled together when they move in " +"different directions." +msgstr "" + +#: doc/classes/HMACContext.xml:4 +msgid "Used to create an HMAC for a message using a key." +msgstr "" + +#: doc/classes/HMACContext.xml:7 +msgid "" +"The HMACContext class is useful for advanced HMAC use cases, such as " +"streaming the message as it supports creating the message over time rather " +"than providing it all at once.\n" +"[codeblock]\n" +"extends Node\n" +"var ctx = HMACContext.new()\n" +"\n" +"func _ready():\n" +" var key = \"supersecret\".to_utf8()\n" +" var err = ctx.start(HashingContext.HASH_SHA256, key)\n" +" assert(err == OK)\n" +" var msg1 = \"this is \".to_utf8()\n" +" var msg2 = \"vewy vewy secret\".to_utf8()\n" +" err = ctx.update(msg1)\n" +" assert(err == OK)\n" +" err = ctx.update(msg2)\n" +" assert(err == OK)\n" +" var hmac = ctx.finish()\n" +" print(hmac.hex_encode())\n" +"[/codeblock]\n" +"And in C# we can use the following.\n" +"[codeblock]\n" +"using Godot;\n" +"using System;\n" +"using System.Diagnostics;\n" +"\n" +"public class CryptoNode : Node\n" +"{\n" +" private HMACContext ctx = new HMACContext();\n" +" public override void _Ready()\n" +" {\n" +" PoolByteArray key = String(\"supersecret\").to_utf8();\n" +" Error err = ctx.Start(HashingContext.HASH_SHA256, key);\n" +" GD.Assert(err == OK);\n" +" PoolByteArray msg1 = String(\"this is \").to_utf8();\n" +" PoolByteArray msg2 = String(\"vewy vew secret\").to_utf8();\n" +" err = ctx.Update(msg1);\n" +" GD.Assert(err == OK);\n" +" err = ctx.Update(msg2);\n" +" GD.Assert(err == OK);\n" +" PoolByteArray hmac = ctx.Finish();\n" +" GD.Print(hmac.HexEncode());\n" +" }\n" +"}\n" +"[/codeblock]\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/HMACContext.xml:58 +msgid "" +"Returns the resulting HMAC. If the HMAC failed, an empty [PoolByteArray] is " +"returned." +msgstr "" + +#: doc/classes/HMACContext.xml:66 +msgid "" +"Initializes the HMACContext. This method cannot be called again on the same " +"HMACContext until [method finish] has been called." +msgstr "" + +#: doc/classes/HMACContext.xml:73 +msgid "" +"Updates the message to be HMACed. This can be called multiple times before " +"[method finish] is called to append [code]data[/code] to the message, but " +"cannot be called until [method start] has been called." +msgstr "" + +#: doc/classes/HScrollBar.xml:4 +msgid "Horizontal scroll bar." +msgstr "" + +#: doc/classes/HScrollBar.xml:7 +msgid "" +"Horizontal version of [ScrollBar], which goes from left (min) to right (max)." +msgstr "" + +#: doc/classes/HScrollBar.xml:17 +msgid "" +"Icon used as a button to scroll the [ScrollBar] left. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/HScrollBar.xml:20 doc/classes/VScrollBar.xml:24 +msgid "Displayed when the mouse cursor hovers over the decrement button." +msgstr "" + +#: doc/classes/HScrollBar.xml:23 doc/classes/VScrollBar.xml:27 +msgid "Displayed when the decrement button is being pressed." +msgstr "" + +#: doc/classes/HScrollBar.xml:26 doc/classes/VScrollBar.xml:30 +msgid "" +"Used as texture for the grabber, the draggable element representing current " +"scroll." +msgstr "" + +#: doc/classes/HScrollBar.xml:29 doc/classes/VScrollBar.xml:33 +msgid "Used when the mouse hovers over the grabber." +msgstr "" + +#: doc/classes/HScrollBar.xml:32 doc/classes/VScrollBar.xml:36 +msgid "Used when the grabber is being dragged." +msgstr "" + +#: doc/classes/HScrollBar.xml:35 +msgid "" +"Icon used as a button to scroll the [ScrollBar] right. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/HScrollBar.xml:38 doc/classes/VScrollBar.xml:42 +msgid "Displayed when the mouse cursor hovers over the increment button." +msgstr "" + +#: doc/classes/HScrollBar.xml:41 doc/classes/VScrollBar.xml:45 +msgid "Displayed when the increment button is being pressed." +msgstr "" + +#: doc/classes/HScrollBar.xml:44 doc/classes/VScrollBar.xml:48 +msgid "Used as background of this [ScrollBar]." +msgstr "" + +#: doc/classes/HScrollBar.xml:47 doc/classes/VScrollBar.xml:51 +msgid "Used as background when the [ScrollBar] has the GUI focus." +msgstr "" + +#: doc/classes/HSeparator.xml:4 +msgid "Horizontal separator." +msgstr "" + +#: doc/classes/HSeparator.xml:7 +msgid "" +"Horizontal separator. See [Separator]. Even though it looks horizontal, it " +"is used to separate objects vertically." +msgstr "" + +#: doc/classes/HSeparator.xml:17 +msgid "" +"The height of the area covered by the separator. Effectively works like a " +"minimum height." +msgstr "" + +#: doc/classes/HSeparator.xml:20 +msgid "The style for the separator line. Works best with [StyleBoxLine]." +msgstr "" + +#: doc/classes/HSlider.xml:4 +msgid "Horizontal slider." +msgstr "" + +#: doc/classes/HSlider.xml:7 +msgid "" +"Horizontal slider. See [Slider]. This one goes from left (min) to right " +"(max).\n" +"[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] " +"signals are part of the [Range] class which this class inherits from." +msgstr "" + +#: doc/classes/HSlider.xml:18 doc/classes/VSlider.xml:22 +msgid "The texture for the grabber (the draggable element)." +msgstr "" + +#: doc/classes/HSlider.xml:21 +msgid "The background of the area to the left of the grabber." +msgstr "" + +#: doc/classes/HSlider.xml:26 doc/classes/VSlider.xml:30 +msgid "The texture for the grabber when it's disabled." +msgstr "" + +#: doc/classes/HSlider.xml:29 doc/classes/VSlider.xml:33 +msgid "The texture for the grabber when it's focused." +msgstr "" + +#: doc/classes/HSlider.xml:32 +msgid "" +"The background for the whole slider. Determines the height of the " +"[code]grabber_area[/code]." +msgstr "" + +#: doc/classes/HSlider.xml:35 doc/classes/VSlider.xml:39 +msgid "" +"The texture for the ticks, visible when [member Slider.tick_count] is " +"greater than 0." +msgstr "" + +#: doc/classes/HSplitContainer.xml:4 +msgid "Horizontal split container." +msgstr "" + +#: doc/classes/HSplitContainer.xml:7 +msgid "" +"Horizontal split container. See [SplitContainer]. This goes from left to " +"right." +msgstr "" + +#: doc/classes/HSplitContainer.xml:17 doc/classes/VSplitContainer.xml:17 +msgid "" +"Boolean value. If 1 ([code]true[/code]), the grabber will hide automatically " +"when it isn't under the cursor. If 0 ([code]false[/code]), it's always " +"visible." +msgstr "" + +#: doc/classes/HSplitContainer.xml:22 doc/classes/VSplitContainer.xml:22 +msgid "The icon used for the grabber drawn in the middle area." +msgstr "" + +#: doc/classes/HSplitContainer.xml:25 doc/classes/VSplitContainer.xml:25 +msgid "The space between sides of the container." +msgstr "" + +#: doc/classes/HTTPClient.xml:4 +msgid "Low-level hyper-text transfer protocol client." +msgstr "" + +#: doc/classes/HTTPClient.xml:7 +msgid "" +"Hyper-text transfer protocol client (sometimes called \"User Agent\"). Used " +"to make HTTP requests to download web content, upload files and other data " +"or to communicate with various services, among other use cases. [b]See the " +"[HTTPRequest] node for a higher-level alternative.[/b]\n" +"[b]Note:[/b] This client only needs to connect to a host once (see [method " +"connect_to_host]) to send multiple requests. Because of this, methods that " +"take URLs usually take just the part after the host instead of the full URL, " +"as the client is already connected to a host. See [method request] for a " +"full example and to get started.\n" +"A [HTTPClient] should be reused between multiple requests or to connect to " +"different hosts instead of creating one client per request. Supports SSL and " +"SSL server certificate verification. HTTP status codes in the 2xx range " +"indicate success, 3xx redirection (i.e. \"try again, but over here\"), 4xx " +"something was wrong with the request, and 5xx something went wrong on the " +"server's side.\n" +"For more information on HTTP, see https://developer.mozilla.org/en-US/docs/" +"Web/HTTP (or read RFC 2616 to get it straight from the source: https://tools." +"ietf.org/html/rfc2616).\n" +"[b]Note:[/b] When performing HTTP requests from a project exported to HTML5, " +"keep in mind the remote server may not allow requests from foreign origins " +"due to [url=https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS]CORS[/" +"url]. If you host the server in question, you should modify its backend to " +"allow requests from foreign origins by adding the [code]Access-Control-Allow-" +"Origin: *[/code] HTTP header.\n" +"[b]Note:[/b] SSL/TLS support is currently limited to TLS 1.0, TLS 1.1, and " +"TLS 1.2. Attempting to connect to a TLS 1.3-only server will return an " +"error.\n" +"[b]Warning:[/b] SSL/TLS certificate revocation and certificate pinning are " +"currently not supported. Revoked certificates are accepted as long as they " +"are otherwise valid. If this is a concern, you may want to use automatically " +"managed certificates with a short validity period." +msgstr "" + +#: doc/classes/HTTPClient.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/http_client_class." +"html" +msgstr "" + +#: doc/classes/HTTPClient.xml:17 doc/classes/HTTPRequest.xml:71 +#: doc/classes/StreamPeerSSL.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/ssl_certificates." +"html" +msgstr "" + +#: doc/classes/HTTPClient.xml:23 +msgid "Closes the current connection, allowing reuse of this [HTTPClient]." +msgstr "" + +#: doc/classes/HTTPClient.xml:33 +msgid "" +"Connects to a host. This needs to be done before any requests are sent.\n" +"The host should not have http:// prepended but will strip the protocol " +"identifier if provided.\n" +"If no [code]port[/code] is specified (or [code]-1[/code] is used), it is " +"automatically set to 80 for HTTP and 443 for HTTPS (if [code]use_ssl[/code] " +"is enabled).\n" +"[code]verify_host[/code] will check the SSL identity of the host if set to " +"[code]true[/code]." +msgstr "" + +#: doc/classes/HTTPClient.xml:42 +msgid "" +"Returns the response's body length.\n" +"[b]Note:[/b] Some Web servers may not send a body length. In this case, the " +"value returned will be [code]-1[/code]. If using chunked transfer encoding, " +"the body length will also be [code]-1[/code]." +msgstr "" + +#: doc/classes/HTTPClient.xml:49 +msgid "Returns the response's HTTP status code." +msgstr "" + +#: doc/classes/HTTPClient.xml:55 +msgid "Returns the response headers." +msgstr "" + +#: doc/classes/HTTPClient.xml:61 +msgid "" +"Returns all response headers as a Dictionary of structure [code]{ \"key\": " +"\"value1; value2\" }[/code] where the case-sensitivity of the keys and " +"values is kept like the server delivers it. A value is a simple String, this " +"string can have more than one value where \"; \" is used as separator.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"{\n" +" \"content-length\": 12,\n" +" \"Content-Type\": \"application/json; charset=UTF-8\",\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/HTTPClient.xml:74 +msgid "" +"Returns a [enum Status] constant. Need to call [method poll] in order to get " +"status updates." +msgstr "" + +#: doc/classes/HTTPClient.xml:80 +msgid "If [code]true[/code], this [HTTPClient] has a response available." +msgstr "" + +#: doc/classes/HTTPClient.xml:86 +msgid "If [code]true[/code], this [HTTPClient] has a response that is chunked." +msgstr "" + +#: doc/classes/HTTPClient.xml:92 +msgid "" +"This needs to be called in order to have any request processed. Check " +"results with [method get_status]." +msgstr "" + +#: doc/classes/HTTPClient.xml:99 +msgid "" +"Generates a GET/POST application/x-www-form-urlencoded style query string " +"from a provided dictionary, e.g.:\n" +"[codeblock]\n" +"var fields = {\"username\": \"user\", \"password\": \"pass\"}\n" +"var query_string = http_client.query_string_from_dict(fields)\n" +"# Returns \"username=user&password=pass\"\n" +"[/codeblock]\n" +"Furthermore, if a key has a [code]null[/code] value, only the key itself is " +"added, without equal sign and value. If the value is an array, for each " +"value in it a pair with the same key is added.\n" +"[codeblock]\n" +"var fields = {\"single\": 123, \"not_valued\": null, \"multiple\": [22, 33, " +"44]}\n" +"var query_string = http_client.query_string_from_dict(fields)\n" +"# Returns \"single=123¬_valued&multiple=22&multiple=33&multiple=44\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/HTTPClient.xml:116 +msgid "Reads one chunk from the response." +msgstr "" + +#: doc/classes/HTTPClient.xml:126 +msgid "" +"Sends a request to the connected host.\n" +"The URL parameter is usually just the part after the host, so for " +"[code]http://somehost.com/index.php[/code], it is [code]/index.php[/code]. " +"When sending requests to an HTTP proxy server, it should be an absolute URL. " +"For [constant HTTPClient.METHOD_OPTIONS] requests, [code]*[/code] is also " +"allowed. For [constant HTTPClient.METHOD_CONNECT] requests, it should be the " +"authority component ([code]host:port[/code]).\n" +"Headers are HTTP request headers. For available HTTP methods, see [enum " +"Method].\n" +"To create a POST request with query strings to push to the server, do:\n" +"[codeblock]\n" +"var fields = {\"username\" : \"user\", \"password\" : \"pass\"}\n" +"var query_string = http_client.query_string_from_dict(fields)\n" +"var headers = [\"Content-Type: application/x-www-form-urlencoded\", " +"\"Content-Length: \" + str(query_string.length())]\n" +"var result = http_client.request(http_client.METHOD_POST, \"/index.php\", " +"headers, query_string)\n" +"[/codeblock]\n" +"[b]Note:[/b] The [code]request_data[/code] parameter is ignored if " +"[code]method[/code] is [constant HTTPClient.METHOD_GET]. This is because GET " +"methods can't contain request data. As a workaround, you can pass request " +"data as a query string in the URL. See [method String.http_escape] for an " +"example." +msgstr "" + +#: doc/classes/HTTPClient.xml:146 +msgid "" +"Sends a raw request to the connected host.\n" +"The URL parameter is usually just the part after the host, so for " +"[code]http://somehost.com/index.php[/code], it is [code]/index.php[/code]. " +"When sending requests to an HTTP proxy server, it should be an absolute URL. " +"For [constant HTTPClient.METHOD_OPTIONS] requests, [code]*[/code] is also " +"allowed. For [constant HTTPClient.METHOD_CONNECT] requests, it should be the " +"authority component ([code]host:port[/code]).\n" +"Headers are HTTP request headers. For available HTTP methods, see [enum " +"Method].\n" +"Sends the body data raw, as a byte array and does not encode it in any way." +msgstr "" + +#: doc/classes/HTTPClient.xml:155 +msgid "" +"If [code]true[/code], execution will block until all data is read from the " +"response." +msgstr "" + +#: doc/classes/HTTPClient.xml:158 +msgid "The connection to use for this client." +msgstr "" + +#: doc/classes/HTTPClient.xml:161 +msgid "" +"The size of the buffer used and maximum bytes to read per iteration. See " +"[method read_response_body_chunk]." +msgstr "" + +#: doc/classes/HTTPClient.xml:166 +msgid "" +"HTTP GET method. The GET method requests a representation of the specified " +"resource. Requests using GET should only retrieve data." +msgstr "" + +#: doc/classes/HTTPClient.xml:169 +msgid "" +"HTTP HEAD method. The HEAD method asks for a response identical to that of a " +"GET request, but without the response body. This is useful to request " +"metadata like HTTP headers or to check if a resource exists." +msgstr "" + +#: doc/classes/HTTPClient.xml:172 +msgid "" +"HTTP POST method. The POST method is used to submit an entity to the " +"specified resource, often causing a change in state or side effects on the " +"server. This is often used for forms and submitting data or uploading files." +msgstr "" + +#: doc/classes/HTTPClient.xml:175 +msgid "" +"HTTP PUT method. The PUT method asks to replace all current representations " +"of the target resource with the request payload. (You can think of POST as " +"\"create or update\" and PUT as \"update\", although many services tend to " +"not make a clear distinction or change their meaning)." +msgstr "" + +#: doc/classes/HTTPClient.xml:178 +msgid "" +"HTTP DELETE method. The DELETE method requests to delete the specified " +"resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:181 +msgid "" +"HTTP OPTIONS method. The OPTIONS method asks for a description of the " +"communication options for the target resource. Rarely used." +msgstr "" + +#: doc/classes/HTTPClient.xml:184 +msgid "" +"HTTP TRACE method. The TRACE method performs a message loop-back test along " +"the path to the target resource. Returns the entire HTTP request received in " +"the response body. Rarely used." +msgstr "" + +#: doc/classes/HTTPClient.xml:187 +msgid "" +"HTTP CONNECT method. The CONNECT method establishes a tunnel to the server " +"identified by the target resource. Rarely used." +msgstr "" + +#: doc/classes/HTTPClient.xml:190 +msgid "" +"HTTP PATCH method. The PATCH method is used to apply partial modifications " +"to a resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:193 +msgid "Represents the size of the [enum Method] enum." +msgstr "" + +#: doc/classes/HTTPClient.xml:196 +msgid "Status: Disconnected from the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:199 +msgid "Status: Currently resolving the hostname for the given URL into an IP." +msgstr "" + +#: doc/classes/HTTPClient.xml:202 +msgid "Status: DNS failure: Can't resolve the hostname for the given URL." +msgstr "" + +#: doc/classes/HTTPClient.xml:205 +msgid "Status: Currently connecting to server." +msgstr "" + +#: doc/classes/HTTPClient.xml:208 +msgid "Status: Can't connect to the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:211 +msgid "Status: Connection established." +msgstr "" + +#: doc/classes/HTTPClient.xml:214 +msgid "Status: Currently sending request." +msgstr "" + +#: doc/classes/HTTPClient.xml:217 +msgid "Status: HTTP body received." +msgstr "" + +#: doc/classes/HTTPClient.xml:220 +msgid "Status: Error in HTTP connection." +msgstr "" + +#: doc/classes/HTTPClient.xml:223 +msgid "Status: Error in SSL handshake." +msgstr "" + +#: doc/classes/HTTPClient.xml:226 +msgid "" +"HTTP status code [code]100 Continue[/code]. Interim response that indicates " +"everything so far is OK and that the client should continue with the request " +"(or ignore this status if already finished)." +msgstr "" + +#: doc/classes/HTTPClient.xml:229 +msgid "" +"HTTP status code [code]101 Switching Protocol[/code]. Sent in response to an " +"[code]Upgrade[/code] request header by the client. Indicates the protocol " +"the server is switching to." +msgstr "" + +#: doc/classes/HTTPClient.xml:232 +msgid "" +"HTTP status code [code]102 Processing[/code] (WebDAV). Indicates that the " +"server has received and is processing the request, but no response is " +"available yet." +msgstr "" + +#: doc/classes/HTTPClient.xml:235 +msgid "" +"HTTP status code [code]200 OK[/code]. The request has succeeded. Default " +"response for successful requests. Meaning varies depending on the request. " +"GET: The resource has been fetched and is transmitted in the message body. " +"HEAD: The entity headers are in the message body. POST: The resource " +"describing the result of the action is transmitted in the message body. " +"TRACE: The message body contains the request message as received by the " +"server." +msgstr "" + +#: doc/classes/HTTPClient.xml:238 +msgid "" +"HTTP status code [code]201 Created[/code]. The request has succeeded and a " +"new resource has been created as a result of it. This is typically the " +"response sent after a PUT request." +msgstr "" + +#: doc/classes/HTTPClient.xml:241 +msgid "" +"HTTP status code [code]202 Accepted[/code]. The request has been received " +"but not yet acted upon. It is non-committal, meaning that there is no way in " +"HTTP to later send an asynchronous response indicating the outcome of " +"processing the request. It is intended for cases where another process or " +"server handles the request, or for batch processing." +msgstr "" + +#: doc/classes/HTTPClient.xml:244 +msgid "" +"HTTP status code [code]203 Non-Authoritative Information[/code]. This " +"response code means returned meta-information set is not exact set as " +"available from the origin server, but collected from a local or a third " +"party copy. Except this condition, 200 OK response should be preferred " +"instead of this response." +msgstr "" + +#: doc/classes/HTTPClient.xml:247 +msgid "" +"HTTP status code [code]204 No Content[/code]. There is no content to send " +"for this request, but the headers may be useful. The user-agent may update " +"its cached headers for this resource with the new ones." +msgstr "" + +#: doc/classes/HTTPClient.xml:250 +msgid "" +"HTTP status code [code]205 Reset Content[/code]. The server has fulfilled " +"the request and desires that the client resets the \"document view\" that " +"caused the request to be sent to its original state as received from the " +"origin server." +msgstr "" + +#: doc/classes/HTTPClient.xml:253 +msgid "" +"HTTP status code [code]206 Partial Content[/code]. This response code is " +"used because of a range header sent by the client to separate download into " +"multiple streams." +msgstr "" + +#: doc/classes/HTTPClient.xml:256 +msgid "" +"HTTP status code [code]207 Multi-Status[/code] (WebDAV). A Multi-Status " +"response conveys information about multiple resources in situations where " +"multiple status codes might be appropriate." +msgstr "" + +#: doc/classes/HTTPClient.xml:259 +msgid "" +"HTTP status code [code]208 Already Reported[/code] (WebDAV). Used inside a " +"DAV: propstat response element to avoid enumerating the internal members of " +"multiple bindings to the same collection repeatedly." +msgstr "" + +#: doc/classes/HTTPClient.xml:262 +msgid "" +"HTTP status code [code]226 IM Used[/code] (WebDAV). The server has fulfilled " +"a GET request for the resource, and the response is a representation of the " +"result of one or more instance-manipulations applied to the current instance." +msgstr "" + +#: doc/classes/HTTPClient.xml:265 +msgid "" +"HTTP status code [code]300 Multiple Choice[/code]. The request has more than " +"one possible responses and there is no standardized way to choose one of the " +"responses. User-agent or user should choose one of them." +msgstr "" + +#: doc/classes/HTTPClient.xml:268 +msgid "" +"HTTP status code [code]301 Moved Permanently[/code]. Redirection. This " +"response code means the URI of requested resource has been changed. The new " +"URI is usually included in the response." +msgstr "" + +#: doc/classes/HTTPClient.xml:271 +msgid "" +"HTTP status code [code]302 Found[/code]. Temporary redirection. This " +"response code means the URI of requested resource has been changed " +"temporarily. New changes in the URI might be made in the future. Therefore, " +"this same URI should be used by the client in future requests." +msgstr "" + +#: doc/classes/HTTPClient.xml:274 +msgid "" +"HTTP status code [code]303 See Other[/code]. The server is redirecting the " +"user agent to a different resource, as indicated by a URI in the Location " +"header field, which is intended to provide an indirect response to the " +"original request." +msgstr "" + +#: doc/classes/HTTPClient.xml:277 +msgid "" +"HTTP status code [code]304 Not Modified[/code]. A conditional GET or HEAD " +"request has been received and would have resulted in a 200 OK response if it " +"were not for the fact that the condition evaluated to [code]false[/code]." +msgstr "" + +#: doc/classes/HTTPClient.xml:280 +msgid "" +"HTTP status code [code]305 Use Proxy[/code]. [i]Deprecated. Do not use.[/i]" +msgstr "" + +#: doc/classes/HTTPClient.xml:283 +msgid "" +"HTTP status code [code]306 Switch Proxy[/code]. [i]Deprecated. Do not use.[/" +"i]" +msgstr "" + +#: doc/classes/HTTPClient.xml:286 +msgid "" +"HTTP status code [code]307 Temporary Redirect[/code]. The target resource " +"resides temporarily under a different URI and the user agent MUST NOT change " +"the request method if it performs an automatic redirection to that URI." +msgstr "" + +#: doc/classes/HTTPClient.xml:289 +msgid "" +"HTTP status code [code]308 Permanent Redirect[/code]. The target resource " +"has been assigned a new permanent URI and any future references to this " +"resource ought to use one of the enclosed URIs." +msgstr "" + +#: doc/classes/HTTPClient.xml:292 +msgid "" +"HTTP status code [code]400 Bad Request[/code]. The request was invalid. The " +"server cannot or will not process the request due to something that is " +"perceived to be a client error (e.g., malformed request syntax, invalid " +"request message framing, invalid request contents, or deceptive request " +"routing)." +msgstr "" + +#: doc/classes/HTTPClient.xml:295 +msgid "" +"HTTP status code [code]401 Unauthorized[/code]. Credentials required. The " +"request has not been applied because it lacks valid authentication " +"credentials for the target resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:298 +msgid "" +"HTTP status code [code]402 Payment Required[/code]. This response code is " +"reserved for future use. Initial aim for creating this code was using it for " +"digital payment systems, however this is not currently used." +msgstr "" + +#: doc/classes/HTTPClient.xml:301 +msgid "" +"HTTP status code [code]403 Forbidden[/code]. The client does not have access " +"rights to the content, i.e. they are unauthorized, so server is rejecting to " +"give proper response. Unlike [code]401[/code], the client's identity is " +"known to the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:304 +msgid "" +"HTTP status code [code]404 Not Found[/code]. The server can not find " +"requested resource. Either the URL is not recognized or the endpoint is " +"valid but the resource itself does not exist. May also be sent instead of " +"403 to hide existence of a resource if the client is not authorized." +msgstr "" + +#: doc/classes/HTTPClient.xml:307 +msgid "" +"HTTP status code [code]405 Method Not Allowed[/code]. The request's HTTP " +"method is known by the server but has been disabled and cannot be used. For " +"example, an API may forbid DELETE-ing a resource. The two mandatory methods, " +"GET and HEAD, must never be disabled and should not return this error code." +msgstr "" + +#: doc/classes/HTTPClient.xml:310 +msgid "" +"HTTP status code [code]406 Not Acceptable[/code]. The target resource does " +"not have a current representation that would be acceptable to the user " +"agent, according to the proactive negotiation header fields received in the " +"request. Used when negotiation content." +msgstr "" + +#: doc/classes/HTTPClient.xml:313 +msgid "" +"HTTP status code [code]407 Proxy Authentication Required[/code]. Similar to " +"401 Unauthorized, but it indicates that the client needs to authenticate " +"itself in order to use a proxy." +msgstr "" + +#: doc/classes/HTTPClient.xml:316 +msgid "" +"HTTP status code [code]408 Request Timeout[/code]. The server did not " +"receive a complete request message within the time that it was prepared to " +"wait." +msgstr "" + +#: doc/classes/HTTPClient.xml:319 +msgid "" +"HTTP status code [code]409 Conflict[/code]. The request could not be " +"completed due to a conflict with the current state of the target resource. " +"This code is used in situations where the user might be able to resolve the " +"conflict and resubmit the request." +msgstr "" + +#: doc/classes/HTTPClient.xml:322 +msgid "" +"HTTP status code [code]410 Gone[/code]. The target resource is no longer " +"available at the origin server and this condition is likely permanent." +msgstr "" + +#: doc/classes/HTTPClient.xml:325 +msgid "" +"HTTP status code [code]411 Length Required[/code]. The server refuses to " +"accept the request without a defined Content-Length header." +msgstr "" + +#: doc/classes/HTTPClient.xml:328 +msgid "" +"HTTP status code [code]412 Precondition Failed[/code]. One or more " +"conditions given in the request header fields evaluated to [code]false[/" +"code] when tested on the server." +msgstr "" + +#: doc/classes/HTTPClient.xml:331 +msgid "" +"HTTP status code [code]413 Entity Too Large[/code]. The server is refusing " +"to process a request because the request payload is larger than the server " +"is willing or able to process." +msgstr "" + +#: doc/classes/HTTPClient.xml:334 +msgid "" +"HTTP status code [code]414 Request-URI Too Long[/code]. The server is " +"refusing to service the request because the request-target is longer than " +"the server is willing to interpret." +msgstr "" + +#: doc/classes/HTTPClient.xml:337 +msgid "" +"HTTP status code [code]415 Unsupported Media Type[/code]. The origin server " +"is refusing to service the request because the payload is in a format not " +"supported by this method on the target resource." +msgstr "" + +#: doc/classes/HTTPClient.xml:340 +msgid "" +"HTTP status code [code]416 Requested Range Not Satisfiable[/code]. None of " +"the ranges in the request's Range header field overlap the current extent of " +"the selected resource or the set of ranges requested has been rejected due " +"to invalid ranges or an excessive request of small or overlapping ranges." +msgstr "" + +#: doc/classes/HTTPClient.xml:343 +msgid "" +"HTTP status code [code]417 Expectation Failed[/code]. The expectation given " +"in the request's Expect header field could not be met by at least one of the " +"inbound servers." +msgstr "" + +#: doc/classes/HTTPClient.xml:346 +msgid "" +"HTTP status code [code]418 I'm A Teapot[/code]. Any attempt to brew coffee " +"with a teapot should result in the error code \"418 I'm a teapot\". The " +"resulting entity body MAY be short and stout." +msgstr "" + +#: doc/classes/HTTPClient.xml:349 +msgid "" +"HTTP status code [code]421 Misdirected Request[/code]. The request was " +"directed at a server that is not able to produce a response. This can be " +"sent by a server that is not configured to produce responses for the " +"combination of scheme and authority that are included in the request URI." +msgstr "" + +#: doc/classes/HTTPClient.xml:352 +msgid "" +"HTTP status code [code]422 Unprocessable Entity[/code] (WebDAV). The server " +"understands the content type of the request entity (hence a 415 Unsupported " +"Media Type status code is inappropriate), and the syntax of the request " +"entity is correct (thus a 400 Bad Request status code is inappropriate) but " +"was unable to process the contained instructions." +msgstr "" + +#: doc/classes/HTTPClient.xml:355 +msgid "" +"HTTP status code [code]423 Locked[/code] (WebDAV). The source or destination " +"resource of a method is locked." +msgstr "" + +#: doc/classes/HTTPClient.xml:358 +msgid "" +"HTTP status code [code]424 Failed Dependency[/code] (WebDAV). The method " +"could not be performed on the resource because the requested action depended " +"on another action and that action failed." +msgstr "" + +#: doc/classes/HTTPClient.xml:361 +msgid "" +"HTTP status code [code]426 Upgrade Required[/code]. The server refuses to " +"perform the request using the current protocol but might be willing to do so " +"after the client upgrades to a different protocol." +msgstr "" + +#: doc/classes/HTTPClient.xml:364 +msgid "" +"HTTP status code [code]428 Precondition Required[/code]. The origin server " +"requires the request to be conditional." +msgstr "" + +#: doc/classes/HTTPClient.xml:367 +msgid "" +"HTTP status code [code]429 Too Many Requests[/code]. The user has sent too " +"many requests in a given amount of time (see \"rate limiting\"). Back off " +"and increase time between requests or try again later." +msgstr "" + +#: doc/classes/HTTPClient.xml:370 +msgid "" +"HTTP status code [code]431 Request Header Fields Too Large[/code]. The " +"server is unwilling to process the request because its header fields are too " +"large. The request MAY be resubmitted after reducing the size of the request " +"header fields." +msgstr "" + +#: doc/classes/HTTPClient.xml:373 +msgid "" +"HTTP status code [code]451 Response Unavailable For Legal Reasons[/code]. " +"The server is denying access to the resource as a consequence of a legal " +"demand." +msgstr "" + +#: doc/classes/HTTPClient.xml:376 +msgid "" +"HTTP status code [code]500 Internal Server Error[/code]. The server " +"encountered an unexpected condition that prevented it from fulfilling the " +"request." +msgstr "" + +#: doc/classes/HTTPClient.xml:379 +msgid "" +"HTTP status code [code]501 Not Implemented[/code]. The server does not " +"support the functionality required to fulfill the request." +msgstr "" + +#: doc/classes/HTTPClient.xml:382 +msgid "" +"HTTP status code [code]502 Bad Gateway[/code]. The server, while acting as a " +"gateway or proxy, received an invalid response from an inbound server it " +"accessed while attempting to fulfill the request. Usually returned by load " +"balancers or proxies." +msgstr "" + +#: doc/classes/HTTPClient.xml:385 +msgid "" +"HTTP status code [code]503 Service Unavailable[/code]. The server is " +"currently unable to handle the request due to a temporary overload or " +"scheduled maintenance, which will likely be alleviated after some delay. Try " +"again later." +msgstr "" + +#: doc/classes/HTTPClient.xml:388 +msgid "" +"HTTP status code [code]504 Gateway Timeout[/code]. The server, while acting " +"as a gateway or proxy, did not receive a timely response from an upstream " +"server it needed to access in order to complete the request. Usually " +"returned by load balancers or proxies." +msgstr "" + +#: doc/classes/HTTPClient.xml:391 +msgid "" +"HTTP status code [code]505 HTTP Version Not Supported[/code]. The server " +"does not support, or refuses to support, the major version of HTTP that was " +"used in the request message." +msgstr "" + +#: doc/classes/HTTPClient.xml:394 +msgid "" +"HTTP status code [code]506 Variant Also Negotiates[/code]. The server has an " +"internal configuration error: the chosen variant resource is configured to " +"engage in transparent content negotiation itself, and is therefore not a " +"proper end point in the negotiation process." +msgstr "" + +#: doc/classes/HTTPClient.xml:397 +msgid "" +"HTTP status code [code]507 Insufficient Storage[/code]. The method could not " +"be performed on the resource because the server is unable to store the " +"representation needed to successfully complete the request." +msgstr "" + +#: doc/classes/HTTPClient.xml:400 +msgid "" +"HTTP status code [code]508 Loop Detected[/code]. The server terminated an " +"operation because it encountered an infinite loop while processing a request " +"with \"Depth: infinity\". This status indicates that the entire operation " +"failed." +msgstr "" + +#: doc/classes/HTTPClient.xml:403 +msgid "" +"HTTP status code [code]510 Not Extended[/code]. The policy for accessing the " +"resource has not been met in the request. The server should send back all " +"the information necessary for the client to issue an extended request." +msgstr "" + +#: doc/classes/HTTPClient.xml:406 +msgid "" +"HTTP status code [code]511 Network Authentication Required[/code]. The " +"client needs to authenticate to gain network access." +msgstr "" + +#: doc/classes/HTTPRequest.xml:4 +msgid "A node with the ability to send HTTP(S) requests." +msgstr "" + +#: doc/classes/HTTPRequest.xml:7 +msgid "" +"A node with the ability to send HTTP requests. Uses [HTTPClient] " +"internally.\n" +"Can be used to make HTTP requests, i.e. download or upload files or web " +"content via HTTP.\n" +"[b]Warning:[/b] See the notes and warnings on [HTTPClient] for limitations, " +"especially regarding SSL security.\n" +"[b]Example of contacting a REST API and printing one of its returned fields:" +"[/b]\n" +"[codeblock]\n" +"func _ready():\n" +" # Create an HTTP request node and connect its completion signal.\n" +" var http_request = HTTPRequest.new()\n" +" add_child(http_request)\n" +" http_request.connect(\"request_completed\", self, " +"\"_http_request_completed\")\n" +"\n" +" # Perform a GET request. The URL below returns JSON as of writing.\n" +" var error = http_request.request(\"https://httpbin.org/get\")\n" +" if error != OK:\n" +" push_error(\"An error occurred in the HTTP request.\")\n" +"\n" +" # Perform a POST request. The URL below returns JSON as of writing.\n" +" # Note: Don't make simultaneous requests using a single HTTPRequest " +"node.\n" +" # The snippet below is provided for reference only.\n" +" var body = {\"name\": \"Godette\"}\n" +" error = http_request.request(\"https://httpbin.org/post\", [], true, " +"HTTPClient.METHOD_POST, body)\n" +" if error != OK:\n" +" push_error(\"An error occurred in the HTTP request.\")\n" +"\n" +"\n" +"# Called when the HTTP request is completed.\n" +"func _http_request_completed(result, response_code, headers, body):\n" +" var response = parse_json(body.get_string_from_utf8())\n" +"\n" +" # Will print the user agent string used by the HTTPRequest node (as " +"recognized by httpbin.org).\n" +" print(response.headers[\"User-Agent\"])\n" +"[/codeblock]\n" +"[b]Example of loading and displaying an image using HTTPRequest:[/b]\n" +"[codeblock]\n" +"func _ready():\n" +" # Create an HTTP request node and connect its completion signal.\n" +" var http_request = HTTPRequest.new()\n" +" add_child(http_request)\n" +" http_request.connect(\"request_completed\", self, " +"\"_http_request_completed\")\n" +"\n" +" # Perform the HTTP request. The URL below returns a PNG image as of " +"writing.\n" +" var error = http_request.request(\"https://via.placeholder.com/512\")\n" +" if error != OK:\n" +" push_error(\"An error occurred in the HTTP request.\")\n" +"\n" +"\n" +"# Called when the HTTP request is completed.\n" +"func _http_request_completed(result, response_code, headers, body):\n" +" var image = Image.new()\n" +" var error = image.load_png_from_buffer(body)\n" +" if error != OK:\n" +" push_error(\"Couldn't load the image.\")\n" +"\n" +" var texture = ImageTexture.new()\n" +" texture.create_from_image(image)\n" +"\n" +" # Display the image in a TextureRect node.\n" +" var texture_rect = TextureRect.new()\n" +" add_child(texture_rect)\n" +" texture_rect.texture = texture\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/HTTPRequest.xml:70 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/http_request_class." +"html" +msgstr "" + +#: doc/classes/HTTPRequest.xml:77 +msgid "Cancels the current request." +msgstr "" + +#: doc/classes/HTTPRequest.xml:83 +msgid "" +"Returns the response body length.\n" +"[b]Note:[/b] Some Web servers may not send a body length. In this case, the " +"value returned will be [code]-1[/code]. If using chunked transfer encoding, " +"the body length will also be [code]-1[/code]." +msgstr "" + +#: doc/classes/HTTPRequest.xml:90 +msgid "Returns the amount of bytes this HTTPRequest downloaded." +msgstr "" + +#: doc/classes/HTTPRequest.xml:96 +msgid "" +"Returns the current status of the underlying [HTTPClient]. See [enum " +"HTTPClient.Status]." +msgstr "" + +#: doc/classes/HTTPRequest.xml:107 +msgid "" +"Creates request on the underlying [HTTPClient]. If there is no configuration " +"errors, it tries to connect using [method HTTPClient.connect_to_host] and " +"passes parameters onto [method HTTPClient.request].\n" +"Returns [constant OK] if request is successfully created. (Does not imply " +"that the server has responded), [constant ERR_UNCONFIGURED] if not in the " +"tree, [constant ERR_BUSY] if still processing previous request, [constant " +"ERR_INVALID_PARAMETER] if given string is not a valid URL format, or " +"[constant ERR_CANT_CONNECT] if not using thread and the [HTTPClient] cannot " +"connect to host.\n" +"[b]Note:[/b] When [code]method[/code] is [constant HTTPClient.METHOD_GET], " +"the payload sent via [code]request_data[/code] might be ignored by the " +"server or even cause the server to reject the request (check [url=https://" +"datatracker.ietf.org/doc/html/rfc7231#section-4.3.1]RFC 7231 section 4.3.1[/" +"url] for more details). As a workaround, you can send data as a query string " +"in the URL. See [method String.http_escape] for an example." +msgstr "" + +#: doc/classes/HTTPRequest.xml:120 +msgid "" +"Creates request on the underlying [HTTPClient] using a raw array of bytes " +"for the request body. If there is no configuration errors, it tries to " +"connect using [method HTTPClient.connect_to_host] and passes parameters onto " +"[method HTTPClient.request].\n" +"Returns [constant OK] if request is successfully created. (Does not imply " +"that the server has responded), [constant ERR_UNCONFIGURED] if not in the " +"tree, [constant ERR_BUSY] if still processing previous request, [constant " +"ERR_INVALID_PARAMETER] if given string is not a valid URL format, or " +"[constant ERR_CANT_CONNECT] if not using thread and the [HTTPClient] cannot " +"connect to host." +msgstr "" + +#: doc/classes/HTTPRequest.xml:127 +msgid "Maximum allowed size for response bodies." +msgstr "" + +#: doc/classes/HTTPRequest.xml:130 +msgid "" +"The size of the buffer used and maximum bytes to read per iteration. See " +"[member HTTPClient.read_chunk_size].\n" +"Set this to a lower value (e.g. 4096 for 4 KiB) when downloading small files " +"to decrease memory usage at the cost of download speeds." +msgstr "" + +#: doc/classes/HTTPRequest.xml:134 +msgid "The file to download into. Will output any received file into it." +msgstr "" + +#: doc/classes/HTTPRequest.xml:137 +msgid "Maximum number of allowed redirects." +msgstr "" + +#: doc/classes/HTTPRequest.xml:142 +msgid "If [code]true[/code], multithreading is used to improve performance." +msgstr "" + +#: doc/classes/HTTPRequest.xml:152 +msgid "Emitted when a request is completed." +msgstr "" + +#: doc/classes/HTTPRequest.xml:158 +msgid "Request successful." +msgstr "" + +#: doc/classes/HTTPRequest.xml:163 +msgid "Request failed while connecting." +msgstr "" + +#: doc/classes/HTTPRequest.xml:166 +msgid "Request failed while resolving." +msgstr "" + +#: doc/classes/HTTPRequest.xml:169 +msgid "Request failed due to connection (read/write) error." +msgstr "" + +#: doc/classes/HTTPRequest.xml:172 +msgid "Request failed on SSL handshake." +msgstr "" + +#: doc/classes/HTTPRequest.xml:175 +msgid "Request does not have a response (yet)." +msgstr "" + +#: doc/classes/HTTPRequest.xml:178 +msgid "Request exceeded its maximum size limit, see [member body_size_limit]." +msgstr "" + +#: doc/classes/HTTPRequest.xml:181 +msgid "Request failed (currently unused)." +msgstr "" + +#: doc/classes/HTTPRequest.xml:184 +msgid "HTTPRequest couldn't open the download file." +msgstr "" + +#: doc/classes/HTTPRequest.xml:187 +msgid "HTTPRequest couldn't write to the download file." +msgstr "" + +#: doc/classes/HTTPRequest.xml:190 +msgid "Request reached its maximum redirect limit, see [member max_redirects]." +msgstr "" + +#: doc/classes/Image.xml:4 +msgid "Image datatype." +msgstr "" + +#: doc/classes/Image.xml:7 +msgid "" +"Native image datatype. Contains image data which can be converted to an " +"[ImageTexture] and provides commonly used [i]image processing[/i] methods. " +"The maximum width and height for an [Image] are [constant MAX_WIDTH] and " +"[constant MAX_HEIGHT].\n" +"An [Image] cannot be assigned to a [code]texture[/code] property of an " +"object directly (such as [Sprite]), and has to be converted manually to an " +"[ImageTexture] first.\n" +"[b]Note:[/b] The maximum image size is 16384×16384 pixels due to graphics " +"hardware limitations. Larger images may fail to import." +msgstr "" + +#: doc/classes/Image.xml:12 doc/classes/ImageTexture.xml:31 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/assets/" +"importing_images.html" +msgstr "" + +#: doc/classes/Image.xml:21 +msgid "" +"Alpha-blends [code]src_rect[/code] from [code]src[/code] image to this image " +"at coordinates [code]dest[/code]." +msgstr "" + +#: doc/classes/Image.xml:31 +msgid "" +"Alpha-blends [code]src_rect[/code] from [code]src[/code] image to this image " +"using [code]mask[/code] image at coordinates [code]dst[/code]. Alpha " +"channels are required for both [code]src[/code] and [code]mask[/code]. " +"[code]dst[/code] pixels and [code]src[/code] pixels will blend if the " +"corresponding mask pixel's alpha value is not 0. [code]src[/code] image and " +"[code]mask[/code] image [b]must[/b] have the same size (width and height) " +"but they can have different formats." +msgstr "" + +#: doc/classes/Image.xml:40 +msgid "" +"Copies [code]src_rect[/code] from [code]src[/code] image to this image at " +"coordinates [code]dst[/code]." +msgstr "" + +#: doc/classes/Image.xml:50 +msgid "" +"Blits [code]src_rect[/code] area from [code]src[/code] image to this image " +"at the coordinates given by [code]dst[/code]. [code]src[/code] pixel is " +"copied onto [code]dst[/code] if the corresponding [code]mask[/code] pixel's " +"alpha value is not 0. [code]src[/code] image and [code]mask[/code] image " +"[b]must[/b] have the same size (width and height) but they can have " +"different formats." +msgstr "" + +#: doc/classes/Image.xml:57 +msgid "" +"Converts a bumpmap to a normalmap. A bumpmap provides a height offset per-" +"pixel, while a normalmap provides a normal direction per pixel." +msgstr "" + +#: doc/classes/Image.xml:63 +msgid "Removes the image's mipmaps." +msgstr "" + +#: doc/classes/Image.xml:72 +msgid "" +"Compresses the image to use less memory. Can not directly access pixel data " +"while the image is compressed. Returns error if the chosen compression mode " +"is not available. See [enum CompressMode] and [enum CompressSource] " +"constants." +msgstr "" + +#: doc/classes/Image.xml:79 +msgid "Converts the image's format. See [enum Format] constants." +msgstr "" + +#: doc/classes/Image.xml:86 +msgid "Copies [code]src[/code] image to this image." +msgstr "" + +#: doc/classes/Image.xml:96 +msgid "" +"Creates an empty image of given size and format. See [enum Format] " +"constants. If [code]use_mipmaps[/code] is [code]true[/code] then generate " +"mipmaps for this image. See the [method generate_mipmaps]." +msgstr "" + +#: doc/classes/Image.xml:107 +msgid "" +"Creates a new image of given size and format. See [enum Format] constants. " +"Fills the image with the given raw data. If [code]use_mipmaps[/code] is " +"[code]true[/code] then loads mipmaps for this image from [code]data[/code]. " +"See [method generate_mipmaps]." +msgstr "" + +#: doc/classes/Image.xml:115 +msgid "" +"Crops the image to the given [code]width[/code] and [code]height[/code]. If " +"the specified size is larger than the current size, the extra area is filled " +"with black pixels." +msgstr "" + +#: doc/classes/Image.xml:121 +msgid "" +"Decompresses the image if it is compressed. Returns an error if decompress " +"function is not available." +msgstr "" + +#: doc/classes/Image.xml:127 +msgid "" +"Returns [constant ALPHA_BLEND] if the image has data for alpha values. " +"Returns [constant ALPHA_BIT] if all the alpha values are stored in a single " +"bit. Returns [constant ALPHA_NONE] if no data for alpha values is found." +msgstr "" + +#: doc/classes/Image.xml:133 +msgid "" +"Stretches the image and enlarges it by a factor of 2. No interpolation is " +"done." +msgstr "" + +#: doc/classes/Image.xml:140 +msgid "Fills the image with a given [Color]." +msgstr "" + +#: doc/classes/Image.xml:146 +msgid "Blends low-alpha pixels with nearby pixels." +msgstr "" + +#: doc/classes/Image.xml:152 +msgid "Flips the image horizontally." +msgstr "" + +#: doc/classes/Image.xml:158 +msgid "Flips the image vertically." +msgstr "" + +#: doc/classes/Image.xml:165 +msgid "" +"Generates mipmaps for the image. Mipmaps are precalculated lower-resolution " +"copies of the image that are automatically used if the image needs to be " +"scaled down when rendered. They help improve image quality and performance " +"when rendering. This method returns an error if the image is compressed, in " +"a custom format, or if the image's width/height is [code]0[/code].\n" +"[b]Note:[/b] Mipmap generation is done on the CPU, is single-threaded and is " +"[i]always[/i] done on the main thread. This means generating mipmaps will " +"result in noticeable stuttering during gameplay, even if [method " +"generate_mipmaps] is called from a [Thread]." +msgstr "" + +#: doc/classes/Image.xml:172 +msgid "Returns a copy of the image's raw data." +msgstr "" + +#: doc/classes/Image.xml:178 +msgid "Returns the image's format. See [enum Format] constants." +msgstr "" + +#: doc/classes/Image.xml:184 +msgid "Returns the image's height." +msgstr "" + +#: doc/classes/Image.xml:191 +msgid "" +"Returns the offset where the image's mipmap with index [code]mipmap[/code] " +"is stored in the [code]data[/code] dictionary." +msgstr "" + +#: doc/classes/Image.xml:199 +msgid "" +"Returns the color of the pixel at [code](x, y)[/code] if the image is " +"locked. If the image is unlocked, it always returns a [Color] with the value " +"[code](0, 0, 0, 1.0)[/code]. This is the same as [method get_pixelv], but " +"two integer arguments instead of a Vector2 argument." +msgstr "" + +#: doc/classes/Image.xml:206 +msgid "" +"Returns the color of the pixel at [code]src[/code] if the image is locked. " +"If the image is unlocked, it always returns a [Color] with the value [code]" +"(0, 0, 0, 1.0)[/code]. This is the same as [method get_pixel], but with a " +"Vector2 argument instead of two integer arguments." +msgstr "" + +#: doc/classes/Image.xml:213 +msgid "" +"Returns a new image that is a copy of the image's area specified with " +"[code]rect[/code]." +msgstr "" + +#: doc/classes/Image.xml:219 +msgid "Returns the image's size (width and height)." +msgstr "" + +#: doc/classes/Image.xml:225 +msgid "" +"Returns a [Rect2] enclosing the visible portion of the image, considering " +"each pixel with a non-zero alpha channel as visible." +msgstr "" + +#: doc/classes/Image.xml:231 +msgid "Returns the image's width." +msgstr "" + +#: doc/classes/Image.xml:237 +msgid "Returns [code]true[/code] if the image has generated mipmaps." +msgstr "" + +#: doc/classes/Image.xml:243 +msgid "Returns [code]true[/code] if the image is compressed." +msgstr "" + +#: doc/classes/Image.xml:249 +msgid "Returns [code]true[/code] if the image has no data." +msgstr "" + +#: doc/classes/Image.xml:255 +msgid "" +"Returns [code]true[/code] if all the image's pixels have an alpha value of " +"0. Returns [code]false[/code] if any pixel has an alpha value higher than 0." +msgstr "" + +#: doc/classes/Image.xml:262 +msgid "" +"Loads an image from file [code]path[/code]. See [url=https://docs." +"godotengine.org/en/3.4/getting_started/workflow/assets/importing_images." +"html#supported-image-formats]Supported image formats[/url] for a list of " +"supported image formats and limitations.\n" +"[b]Warning:[/b] This method should only be used in the editor or in cases " +"when you need to load external images at run-time, such as images located at " +"the [code]user://[/code] directory, and may not work in exported projects.\n" +"See also [ImageTexture] description for usage examples." +msgstr "" + +#: doc/classes/Image.xml:271 +msgid "" +"Loads an image from the binary contents of a BMP file.\n" +"[b]Note:[/b] Godot's BMP module doesn't support 16-bit per pixel images. " +"Only 1-bit, 4-bit, 8-bit, 24-bit, and 32-bit per pixel images are supported." +msgstr "" + +#: doc/classes/Image.xml:279 +msgid "Loads an image from the binary contents of a JPEG file." +msgstr "" + +#: doc/classes/Image.xml:286 +msgid "Loads an image from the binary contents of a PNG file." +msgstr "" + +#: doc/classes/Image.xml:293 +msgid "Loads an image from the binary contents of a TGA file." +msgstr "" + +#: doc/classes/Image.xml:300 +msgid "Loads an image from the binary contents of a WebP file." +msgstr "" + +#: doc/classes/Image.xml:306 +msgid "" +"Locks the data for reading and writing access. Sends an error to the console " +"if the image is not locked when reading or writing a pixel." +msgstr "" + +#: doc/classes/Image.xml:312 +msgid "" +"Converts the image's data to represent coordinates on a 3D plane. This is " +"used when the image represents a normalmap. A normalmap can add lots of " +"detail to a 3D surface without increasing the polygon count." +msgstr "" + +#: doc/classes/Image.xml:318 +msgid "" +"Multiplies color values with alpha values. Resulting color values for a " +"pixel are [code](color * alpha)/256[/code]." +msgstr "" + +#: doc/classes/Image.xml:327 +msgid "" +"Resizes the image to the given [code]width[/code] and [code]height[/code]. " +"New pixels are calculated using the [code]interpolation[/code] mode defined " +"via [enum Interpolation] constants." +msgstr "" + +#: doc/classes/Image.xml:335 +msgid "" +"Resizes the image to the nearest power of 2 for the width and height. If " +"[code]square[/code] is [code]true[/code] then set width and height to be the " +"same. New pixels are calculated using the [code]interpolation[/code] mode " +"defined via [enum Interpolation] constants." +msgstr "" + +#: doc/classes/Image.xml:341 +msgid "" +"Converts a standard RGBE (Red Green Blue Exponent) image to an sRGB image." +msgstr "" + +#: doc/classes/Image.xml:349 +msgid "" +"Saves the image as an EXR file to [code]path[/code]. If [code]grayscale[/" +"code] is [code]true[/code] and the image has only one channel, it will be " +"saved explicitly as monochrome rather than one red channel. This function " +"will return [constant ERR_UNAVAILABLE] if Godot was compiled without the " +"TinyEXR module.\n" +"[b]Note:[/b] The TinyEXR module is disabled in non-editor builds, which " +"means [method save_exr] will return [constant ERR_UNAVAILABLE] when it is " +"called from an exported project." +msgstr "" + +#: doc/classes/Image.xml:357 +msgid "Saves the image as a PNG file to [code]path[/code]." +msgstr "" + +#: doc/classes/Image.xml:371 +msgid "" +"Sets the [Color] of the pixel at [code](x, y)[/code] if the image is locked. " +"Example:\n" +"[codeblock]\n" +"var img = Image.new()\n" +"img.create(img_width, img_height, false, Image.FORMAT_RGBA8)\n" +"img.lock()\n" +"img.set_pixel(x, y, color) # Works\n" +"img.unlock()\n" +"img.set_pixel(x, y, color) # Does not have an effect\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Image.xml:387 +msgid "" +"Sets the [Color] of the pixel at [code](dst.x, dst.y)[/code] if the image is " +"locked. Note that the [code]dst[/code] values must be integers. Example:\n" +"[codeblock]\n" +"var img = Image.new()\n" +"img.create(img_width, img_height, false, Image.FORMAT_RGBA8)\n" +"img.lock()\n" +"img.set_pixelv(Vector2(x, y), color) # Works\n" +"img.unlock()\n" +"img.set_pixelv(Vector2(x, y), color) # Does not have an effect\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Image.xml:401 +msgid "Shrinks the image by a factor of 2." +msgstr "" + +#: doc/classes/Image.xml:407 +msgid "Converts the raw data from the sRGB colorspace to a linear scale." +msgstr "" + +#: doc/classes/Image.xml:413 +msgid "Unlocks the data and prevents changes." +msgstr "" + +#: doc/classes/Image.xml:419 +msgid "" +"Holds all the image's color data in a given format. See [enum Format] " +"constants." +msgstr "" + +#: doc/classes/Image.xml:424 +msgid "The maximal width allowed for [Image] resources." +msgstr "" + +#: doc/classes/Image.xml:427 +msgid "The maximal height allowed for [Image] resources." +msgstr "" + +#: doc/classes/Image.xml:430 +msgid "Texture format with a single 8-bit depth representing luminance." +msgstr "" + +#: doc/classes/Image.xml:433 +msgid "" +"OpenGL texture format with two values, luminance and alpha each stored with " +"8 bits." +msgstr "" + +#: doc/classes/Image.xml:436 +msgid "" +"OpenGL texture format [code]RED[/code] with a single component and a " +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." +msgstr "" + +#: doc/classes/Image.xml:440 +msgid "" +"OpenGL texture format [code]RG[/code] with two components and a bitdepth of " +"8 for each." +msgstr "" + +#: doc/classes/Image.xml:443 +msgid "" +"OpenGL texture format [code]RGB[/code] with three components, each with a " +"bitdepth of 8.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:447 +msgid "" +"OpenGL texture format [code]RGBA[/code] with four components, each with a " +"bitdepth of 8.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:451 +msgid "" +"OpenGL texture format [code]RGBA[/code] with four components, each with a " +"bitdepth of 4." +msgstr "" + +#: doc/classes/Image.xml:454 +msgid "" +"OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " +"component of RGB and one bit for alpha." +msgstr "" + +#: doc/classes/Image.xml:457 +msgid "" +"OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" +"bit floating-point value." +msgstr "" + +#: doc/classes/Image.xml:460 +msgid "" +"OpenGL texture format [code]GL_RG32F[/code] where there are two components, " +"each a 32-bit floating-point values." +msgstr "" + +#: doc/classes/Image.xml:463 +msgid "" +"OpenGL texture format [code]GL_RGB32F[/code] where there are three " +"components, each a 32-bit floating-point values." +msgstr "" + +#: doc/classes/Image.xml:466 +msgid "" +"OpenGL texture format [code]GL_RGBA32F[/code] where there are four " +"components, each a 32-bit floating-point values." +msgstr "" + +#: doc/classes/Image.xml:469 +msgid "" +"OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" +"bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:472 +msgid "" +"OpenGL texture format [code]GL_RG32F[/code] where there are two components, " +"each a 16-bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:475 +msgid "" +"OpenGL texture format [code]GL_RGB32F[/code] where there are three " +"components, each a 16-bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:478 +msgid "" +"OpenGL texture format [code]GL_RGBA32F[/code] where there are four " +"components, each a 16-bit \"half-precision\" floating-point value." +msgstr "" + +#: doc/classes/Image.xml:481 +msgid "" +"A special OpenGL texture format where the three color components have 9 bits " +"of precision and all three share a single 5-bit exponent." +msgstr "" + +#: doc/classes/Image.xml:484 +msgid "" +"The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " +"texture format that uses Block Compression 1, and is the smallest variation " +"of S3TC, only providing 1 bit of alpha and color data being premultiplied " +"with alpha.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:488 +msgid "" +"The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " +"texture format that uses Block Compression 2, and color data is interpreted " +"as not having been premultiplied by alpha. Well suited for images with sharp " +"alpha transitions between translucent and opaque areas.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:492 +msgid "" +"The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " +"texture format also known as Block Compression 3 or BC3 that contains 64 " +"bits of alpha channel data followed by 64 bits of DXT1-encoded color data. " +"Color data is not premultiplied by alpha, same as DXT3. DXT5 generally " +"produces superior results for transparent gradients compared to DXT3.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:496 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"Red_Green_Texture_Compression]Red Green Texture Compression[/url], " +"normalizing the red channel data using the same compression algorithm that " +"DXT5 uses for the alpha channel." +msgstr "" + +#: doc/classes/Image.xml:499 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"Red_Green_Texture_Compression]Red Green Texture Compression[/url], " +"normalizing the red and green channel data using the same compression " +"algorithm that DXT5 uses for the alpha channel." +msgstr "" + +#: doc/classes/Image.xml:502 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " +"RGBA components.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:506 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " +"RGB components." +msgstr "" + +#: doc/classes/Image.xml:509 +msgid "" +"Texture format that uses [url=https://www.khronos.org/opengl/wiki/" +"BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " +"RGB components." +msgstr "" + +#: doc/classes/Image.xml:512 +msgid "" +"Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " +"depth with no alpha. More information can be found [url=https://en.wikipedia." +"org/wiki/PVRTC]here[/url].\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:516 +msgid "" +"Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " +"alpha component." +msgstr "" + +#: doc/classes/Image.xml:519 +msgid "" +"Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" +"bit color depth and no alpha." +msgstr "" + +#: doc/classes/Image.xml:522 +msgid "" +"Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " +"alpha component." +msgstr "" + +#: doc/classes/Image.xml:525 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" +"url], also referred to as \"ETC1\", and is part of the OpenGL ES graphics " +"standard. This format cannot store an alpha channel." +msgstr "" + +#: doc/classes/Image.xml:528 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]R11_EAC[/code] variant), which provides one channel of " +"unsigned data." +msgstr "" + +#: doc/classes/Image.xml:531 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]SIGNED_R11_EAC[/code] variant), which provides one " +"channel of signed data." +msgstr "" + +#: doc/classes/Image.xml:534 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RG11_EAC[/code] variant), which provides two channels " +"of unsigned data." +msgstr "" + +#: doc/classes/Image.xml:537 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]SIGNED_RG11_EAC[/code] variant), which provides two " +"channels of signed data." +msgstr "" + +#: doc/classes/Image.xml:540 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RGB8[/code] variant), which is a follow-up of ETC1 and " +"compresses RGB888 data.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:544 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RGBA8[/code]variant), which compresses RGBA8888 data " +"with full alpha support.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:548 +msgid "" +"[url=https://en.wikipedia.org/wiki/" +"Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " +"format 2[/url] ([code]RGB8_PUNCHTHROUGH_ALPHA1[/code] variant), which " +"compresses RGBA data to make alpha either fully transparent or fully " +"opaque.\n" +"[b]Note:[/b] When creating an [ImageTexture], an sRGB to linear color space " +"conversion is performed." +msgstr "" + +#: doc/classes/Image.xml:552 +msgid "Represents the size of the [enum Format] enum." +msgstr "" + +#: doc/classes/Image.xml:555 +msgid "" +"Performs nearest-neighbor interpolation. If the image is resized, it will be " +"pixelated." +msgstr "" + +#: doc/classes/Image.xml:558 +msgid "" +"Performs bilinear interpolation. If the image is resized, it will be blurry. " +"This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " +"lower quality." +msgstr "" + +#: doc/classes/Image.xml:561 +msgid "" +"Performs cubic interpolation. If the image is resized, it will be blurry. " +"This mode often gives better results compared to [constant " +"INTERPOLATE_BILINEAR], at the cost of being slower." +msgstr "" + +#: doc/classes/Image.xml:564 +msgid "" +"Performs bilinear separately on the two most-suited mipmap levels, then " +"linearly interpolates between them.\n" +"It's slower than [constant INTERPOLATE_BILINEAR], but produces higher-" +"quality results with far fewer aliasing artifacts.\n" +"If the image does not have mipmaps, they will be generated and used " +"internally, but no mipmaps will be generated on the resulting image.\n" +"[b]Note:[/b] If you intend to scale multiple copies of the original image, " +"it's better to call [method generate_mipmaps]] on it in advance, to avoid " +"wasting processing power in generating them again and again.\n" +"On the other hand, if the image already has mipmaps, they will be used, and " +"a new set will be generated for the resulting image." +msgstr "" + +#: doc/classes/Image.xml:571 +msgid "" +"Performs Lanczos interpolation. This is the slowest image resizing mode, but " +"it typically gives the best results, especially when downscalng images." +msgstr "" + +#: doc/classes/Image.xml:574 +msgid "Image does not have alpha." +msgstr "" + +#: doc/classes/Image.xml:577 +msgid "Image stores alpha in a single bit." +msgstr "" + +#: doc/classes/Image.xml:580 +msgid "Image uses alpha." +msgstr "" + +#: doc/classes/Image.xml:583 +msgid "Use S3TC compression." +msgstr "" + +#: doc/classes/Image.xml:586 +msgid "Use PVRTC2 compression." +msgstr "" + +#: doc/classes/Image.xml:589 +msgid "Use PVRTC4 compression." +msgstr "" + +#: doc/classes/Image.xml:592 +msgid "Use ETC compression." +msgstr "" + +#: doc/classes/Image.xml:595 +msgid "Use ETC2 compression." +msgstr "" + +#: doc/classes/Image.xml:598 +msgid "" +"Source texture (before compression) is a regular texture. Default for all " +"textures." +msgstr "" + +#: doc/classes/Image.xml:601 +msgid "Source texture (before compression) is in sRGB space." +msgstr "" + +#: doc/classes/Image.xml:604 +msgid "" +"Source texture (before compression) is a normal texture (e.g. it can be " +"compressed into two channels)." +msgstr "" + +#: doc/classes/ImageTexture.xml:4 +msgid "A [Texture] based on an [Image]." +msgstr "" + +#: doc/classes/ImageTexture.xml:7 +msgid "" +"A [Texture] based on an [Image]. For an image to be displayed, an " +"[ImageTexture] has to be created from it using the [method " +"create_from_image] method:\n" +"[codeblock]\n" +"var texture = ImageTexture.new()\n" +"var image = Image.new()\n" +"image.load(\"res://icon.png\")\n" +"texture.create_from_image(image)\n" +"$Sprite.texture = texture\n" +"[/codeblock]\n" +"This way, textures can be created at run-time by loading images both from " +"within the editor and externally.\n" +"[b]Warning:[/b] Prefer to load imported textures with [method @GDScript." +"load] over loading them from within the filesystem dynamically with [method " +"Image.load], as it may not work in exported projects:\n" +"[codeblock]\n" +"var texture = load(\"res://icon.png\")\n" +"$Sprite.texture = texture\n" +"[/codeblock]\n" +"This is because images have to be imported as [StreamTexture] first to be " +"loaded with [method @GDScript.load]. If you'd still like to load an image " +"file just like any other [Resource], import it as an [Image] resource " +"instead, and then load it normally using the [method @GDScript.load] " +"method.\n" +"But do note that the image data can still be retrieved from an imported " +"texture as well using the [method Texture.get_data] method, which returns a " +"copy of the data:\n" +"[codeblock]\n" +"var texture = load(\"res://icon.png\")\n" +"var image : Image = texture.get_data()\n" +"[/codeblock]\n" +"An [ImageTexture] is not meant to be operated from within the editor " +"interface directly, and is mostly useful for rendering images on screen " +"dynamically via code. If you need to generate images procedurally from " +"within the editor, consider saving and importing images as custom texture " +"resources implementing a new [EditorImportPlugin].\n" +"[b]Note:[/b] The maximum texture size is 16384×16384 pixels due to graphics " +"hardware limitations." +msgstr "" + +#: doc/classes/ImageTexture.xml:41 +msgid "" +"Create a new [ImageTexture] with [code]width[/code] and [code]height[/" +"code].\n" +"[code]format[/code] is a value from [enum Image.Format], [code]flags[/code] " +"is any combination of [enum Texture.Flags]." +msgstr "" + +#: doc/classes/ImageTexture.xml:50 +msgid "" +"Initializes the texture by allocating and setting the data from an [Image] " +"with [code]flags[/code] from [enum Texture.Flags]. An sRGB to linear color " +"space conversion can take place, according to [enum Image.Format]." +msgstr "" + +#: doc/classes/ImageTexture.xml:56 +msgid "Returns the format of the texture, one of [enum Image.Format]." +msgstr "" + +#: doc/classes/ImageTexture.xml:63 +msgid "" +"Loads an image from a file path and creates a texture from it.\n" +"[b]Note:[/b] This method is deprecated and will be removed in Godot 4.0, use " +"[method Image.load] and [method create_from_image] instead." +msgstr "" + +#: doc/classes/ImageTexture.xml:71 +msgid "" +"Replaces the texture's data with a new [Image].\n" +"[b]Note:[/b] The texture has to be initialized first with the [method " +"create_from_image] method before it can be updated. The new image " +"dimensions, format, and mipmaps configuration should match the existing " +"texture's image configuration, otherwise it has to be re-created with the " +"[method create_from_image] method.\n" +"Use this method over [method create_from_image] if you need to update the " +"texture frequently, which is faster than allocating additional memory for a " +"new texture each time." +msgstr "" + +#: doc/classes/ImageTexture.xml:80 doc/classes/VisualServer.xml:2837 +msgid "Resizes the texture to the specified dimensions." +msgstr "" + +#: doc/classes/ImageTexture.xml:87 +msgid "The storage quality for [constant STORAGE_COMPRESS_LOSSY]." +msgstr "" + +#: doc/classes/ImageTexture.xml:90 +msgid "The storage type (raw, lossy, or compressed)." +msgstr "" + +#: doc/classes/ImageTexture.xml:95 +msgid "[Image] data is stored raw and unaltered." +msgstr "" + +#: doc/classes/ImageTexture.xml:98 +msgid "" +"[Image] data is compressed with a lossy algorithm. You can set the storage " +"quality with [member lossy_quality]." +msgstr "" + +#: doc/classes/ImageTexture.xml:101 +msgid "[Image] data is compressed with a lossless algorithm." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:4 +msgid "Draws simple geometry from code." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:7 +msgid "" +"Draws simple geometry from code. Uses a drawing mode similar to OpenGL 1.x.\n" +"See also [ArrayMesh], [MeshDataTool] and [SurfaceTool] for procedural " +"geometry generation.\n" +"[b]Note:[/b] ImmediateGeometry3D is best suited to small amounts of mesh " +"data that change every frame. It will be slow when handling large amounts of " +"mesh data. If mesh data doesn't change often, use [ArrayMesh], " +"[MeshDataTool] or [SurfaceTool] instead.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes.\n" +"[b]Note:[/b] In case of missing points when handling large amounts of mesh " +"data, try increasing its buffer size limit under [member ProjectSettings." +"rendering/limits/buffers/immediate_buffer_size_kb]." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:23 +msgid "" +"Simple helper to draw an UV sphere with given latitude, longitude and radius." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:30 +msgid "" +"Adds a vertex in local coordinate space with the currently set color/uv/etc." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:38 +msgid "" +"Begin drawing (and optionally pass a texture override). When done call " +"[method end]. For more information on how this works, search for " +"[code]glBegin()[/code] and [code]glEnd()[/code] references.\n" +"For the type of primitive, see the [enum Mesh.PrimitiveType] enum." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:45 +msgid "Clears everything that was drawn using begin/end." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:51 +msgid "Ends a drawing context and displays the results." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:58 +msgid "The current drawing color." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:65 +msgid "The next vertex's normal." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:72 +msgid "The next vertex's tangent (and binormal facing)." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:79 +msgid "The next vertex's UV." +msgstr "" + +#: doc/classes/ImmediateGeometry.xml:86 +msgid "The next vertex's second layer UV." +msgstr "" + +#: doc/classes/Input.xml:4 +msgid "A singleton that deals with inputs." +msgstr "" + +#: doc/classes/Input.xml:7 +msgid "" +"A singleton that deals with inputs. This includes key presses, mouse buttons " +"and movement, joypads, and input actions. Actions and their events can be " +"set in the [b]Input Map[/b] tab in the [b]Project > Project Settings[/b], or " +"with the [InputMap] class." +msgstr "" + +#: doc/classes/Input.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/inputs/index.html" +msgstr "" + +#: doc/classes/Input.xml:20 +msgid "" +"This will simulate pressing the specified action.\n" +"The strength can be used for non-boolean actions, it's ranged between 0 and " +"1 representing the intensity of the given action.\n" +"[b]Note:[/b] This method will not cause any [method Node._input] calls. It " +"is intended to be used with [method is_action_pressed] and [method " +"is_action_just_pressed]. If you want to simulate [code]_input[/code], use " +"[method parse_input_event] instead." +msgstr "" + +#: doc/classes/Input.xml:29 +msgid "If the specified action is already pressed, this will release it." +msgstr "" + +#: doc/classes/Input.xml:37 +msgid "" +"Adds a new mapping entry (in SDL2 format) to the mapping database. " +"Optionally update already connected devices." +msgstr "" + +#: doc/classes/Input.xml:43 +msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" +"Returns the acceleration of the device's accelerometer sensor, if the device " +"has one. Otherwise, the method returns [constant Vector3.ZERO].\n" +"Note this method returns an empty [Vector3] when running from the editor " +"even when your device has an accelerometer. You must export your project to " +"a supported device to read values from the accelerometer.\n" +"[b]Note:[/b] This method only works on iOS, Android, and UWP. On other " +"platforms, it always returns [constant Vector3.ZERO]. On Android the unit of " +"measurement for each axis is m/s² while on iOS and UWP it's a multiple of " +"the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." +msgstr "" + +#: doc/classes/Input.xml:60 +msgid "" +"Returns a value between 0 and 1 representing the raw intensity of the given " +"action, ignoring the action's deadzone. In most cases, you should use " +"[method get_action_strength] instead.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:69 +msgid "" +"Returns a value between 0 and 1 representing the intensity of the given " +"action. In a joypad, for example, the further away the axis (analog sticks " +"or L2, R2 triggers) is from the dead zone, the closer the value will be to " +"1. If the action is mapped to a control that has no axis as the keyboard, " +"the value returned will be 0 or 1.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:78 +msgid "" +"Get axis input by specifying two actions, one negative and one positive.\n" +"This is a shorthand for writing [code]Input." +"get_action_strength(\"positive_action\") - Input." +"get_action_strength(\"negative_action\")[/code]." +msgstr "" + +#: doc/classes/Input.xml:85 +msgid "" +"Returns an [Array] containing the device IDs of all currently connected " +"joypads." +msgstr "" + +#: doc/classes/Input.xml:91 +msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." +msgstr "" + +#: doc/classes/Input.xml:97 +msgid "" +"Returns the gravity of the device's accelerometer sensor, if the device has " +"one. Otherwise, the method returns [constant Vector3.ZERO].\n" +"[b]Note:[/b] This method only works on Android and iOS. On other platforms, " +"it always returns [constant Vector3.ZERO]. On Android the unit of " +"measurement for each axis is m/s² while on iOS it's a multiple of the " +"Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." +msgstr "" + +#: doc/classes/Input.xml:104 +msgid "" +"Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " +"gyroscope sensor, if the device has one. Otherwise, the method returns " +"[constant Vector3.ZERO].\n" +"[b]Note:[/b] This method only works on Android and iOS. On other platforms, " +"it always returns [constant Vector3.ZERO]." +msgstr "" + +#: doc/classes/Input.xml:113 +msgid "" +"Returns the current value of the joypad axis at given index (see [enum " +"JoystickList])." +msgstr "" + +#: doc/classes/Input.xml:120 +msgid "Returns the index of the provided axis name." +msgstr "" + +#: doc/classes/Input.xml:127 +msgid "" +"Receives a [enum JoystickList] axis and returns its equivalent name as a " +"string." +msgstr "" + +#: doc/classes/Input.xml:134 +msgid "Returns the index of the provided button name." +msgstr "" + +#: doc/classes/Input.xml:141 +msgid "" +"Receives a gamepad button from [enum JoystickList] and returns its " +"equivalent name as a string." +msgstr "" + +#: doc/classes/Input.xml:148 +msgid "" +"Returns a SDL2-compatible device GUID on platforms that use gamepad " +"remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." +msgstr "" + +#: doc/classes/Input.xml:155 +msgid "Returns the name of the joypad at the specified device index." +msgstr "" + +#: doc/classes/Input.xml:162 +msgid "Returns the duration of the current vibration effect in seconds." +msgstr "" + +#: doc/classes/Input.xml:169 +msgid "" +"Returns the strength of the joypad vibration: x is the strength of the weak " +"motor, and y is the strength of the strong motor." +msgstr "" + +#: doc/classes/Input.xml:175 +msgid "" +"Returns the mouse speed for the last time the cursor was moved, and this " +"until the next frame where the mouse moves. This means that even if the " +"mouse is not moving, this function will still return the value of the last " +"motion." +msgstr "" + +#: doc/classes/Input.xml:181 +msgid "" +"Returns the magnetic field strength in micro-Tesla for all axes of the " +"device's magnetometer sensor, if the device has one. Otherwise, the method " +"returns [constant Vector3.ZERO].\n" +"[b]Note:[/b] This method only works on Android, iOS and UWP. On other " +"platforms, it always returns [constant Vector3.ZERO]." +msgstr "" + +#: doc/classes/Input.xml:188 +msgid "" +"Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " +"the same time, the bits are added together." +msgstr "" + +#: doc/classes/Input.xml:194 +msgid "Returns the mouse mode. See the constants for more information." +msgstr "" + +#: doc/classes/Input.xml:205 +msgid "" +"Gets an input vector by specifying four actions for the positive and " +"negative X and Y axes.\n" +"This method is useful when getting vector input, such as from a joystick, " +"directional pad, arrows, or WASD. The vector has its length limited to 1 and " +"has a circular deadzone, which is useful for using vector input as " +"movement.\n" +"By default, the deadzone is automatically calculated from the average of the " +"action deadzones. However, you can override the deadzone to be whatever you " +"want (on the range of 0 to 1)." +msgstr "" + +#: doc/classes/Input.xml:215 +msgid "" +"Returns [code]true[/code] when the user starts pressing the action event, " +"meaning it's [code]true[/code] only on the frame that the user pressed down " +"the button.\n" +"This is useful for code that needs to run only once when an action is " +"pressed, instead of every frame while it's pressed.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:225 +msgid "" +"Returns [code]true[/code] when the user stops pressing the action event, " +"meaning it's [code]true[/code] only on the frame that the user released the " +"button.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:234 +msgid "" +"Returns [code]true[/code] if you are pressing the action event. Note that if " +"an action has multiple buttons assigned and more than one of them is " +"pressed, releasing one button will release the action, even if some other " +"button assigned to this action is still pressed.\n" +"If [code]exact[/code] is [code]false[/code], it ignores the input modifiers " +"for [InputEventKey] and [InputEventMouseButton] events, and the direction " +"for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/Input.xml:243 +msgid "" +"Returns [code]true[/code] if you are pressing the joypad button (see [enum " +"JoystickList])." +msgstr "" + +#: doc/classes/Input.xml:250 +msgid "" +"Returns [code]true[/code] if the system knows the specified device. This " +"means that it sets all button and axis indices exactly as defined in [enum " +"JoystickList]. Unknown joypads are not expected to match these constants, " +"but you can still retrieve events from them." +msgstr "" + +#: doc/classes/Input.xml:257 +msgid "" +"Returns [code]true[/code] if you are pressing the key. You can pass a [enum " +"KeyList] constant." +msgstr "" + +#: doc/classes/Input.xml:264 +msgid "" +"Returns [code]true[/code] if you are pressing the mouse button specified " +"with [enum ButtonList]." +msgstr "" + +#: doc/classes/Input.xml:274 +msgid "" +"Notifies the [Input] singleton that a connection has changed, to update the " +"state for the [code]device[/code] index.\n" +"This is used internally and should not have to be called from user scripts. " +"See [signal joy_connection_changed] for the signal emitted when this is " +"triggered internally." +msgstr "" + +#: doc/classes/Input.xml:282 +msgid "" +"Feeds an [InputEvent] to the game. Can be used to artificially trigger input " +"events from code. Also generates [method Node._input] calls.\n" +"Example:\n" +"[codeblock]\n" +"var a = InputEventAction.new()\n" +"a.action = \"ui_cancel\"\n" +"a.pressed = true\n" +"Input.parse_input_event(a)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Input.xml:296 +msgid "" +"Removes all mappings from the internal database that match the given GUID." +msgstr "" + +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 +msgid "" +"Sets a custom mouse cursor image, which is only visible inside the game " +"window. The hotspot can also be specified. Passing [code]null[/code] to the " +"image parameter resets to the system cursor. See [enum CursorShape] for the " +"list of shapes.\n" +"[code]image[/code]'s size must be lower than 256×256.\n" +"[code]hotspot[/code] must be within [code]image[/code]'s size.\n" +"[b]Note:[/b] [AnimatedTexture]s aren't supported as custom mouse cursors. If " +"using an [AnimatedTexture], only the first frame will be displayed.\n" +"[b]Note:[/b] Only images imported with the [b]Lossless[/b], [b]Lossy[/b] or " +"[b]Uncompressed[/b] compression modes are supported. The [b]Video RAM[/b] " +"compression mode can't be used for custom cursors." +msgstr "" + +#: doc/classes/Input.xml:324 +msgid "" +"Sets the default cursor shape to be used in the viewport instead of " +"[constant CURSOR_ARROW].\n" +"[b]Note:[/b] If you want to change the default cursor shape for [Control]'s " +"nodes, use [member Control.mouse_default_cursor_shape] instead.\n" +"[b]Note:[/b] This method generates an [InputEventMouseMotion] to update " +"cursor immediately." +msgstr "" + +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 +msgid "Sets the mouse mode. See the constants for more information." +msgstr "" + +#: doc/classes/Input.xml:364 +msgid "" +"Enables or disables the accumulation of similar input events sent by the " +"operating system. When input accumulation is enabled, all input events " +"generated during a frame will be merged and emitted when the frame is done " +"rendering. Therefore, this limits the number of input method calls per " +"second to the rendering FPS.\n" +"Input accumulation is enabled by default. It can be disabled to get slightly " +"more precise/reactive input at the cost of increased CPU usage. In " +"applications where drawing freehand lines is required, input accumulation " +"should generally be disabled while the user is drawing the line to get " +"results that closely follow the actual input." +msgstr "" + +#: doc/classes/Input.xml:375 +msgid "" +"Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " +"strong and a weak one. [code]weak_magnitude[/code] is the strength of the " +"weak motor (between 0 and 1) and [code]strong_magnitude[/code] is the " +"strength of the strong motor (between 0 and 1). [code]duration[/code] is the " +"duration of the effect in seconds (a duration of 0 will try to play the " +"vibration indefinitely).\n" +"[b]Note:[/b] Not every hardware is compatible with long effect durations; it " +"is recommended to restart an effect if it has to be played for more than a " +"few seconds." +msgstr "" + +#: doc/classes/Input.xml:383 +msgid "Stops the vibration of the joypad." +msgstr "" + +#: doc/classes/Input.xml:390 +msgid "" +"Vibrate Android and iOS devices.\n" +"[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " +"settings. iOS does not support duration." +msgstr "" + +#: doc/classes/Input.xml:398 +msgid "Sets the mouse position to the specified vector." +msgstr "" + +#: doc/classes/Input.xml:407 +msgid "Emitted when a joypad device has been connected or disconnected." +msgstr "" + +#: doc/classes/Input.xml:413 +msgid "Makes the mouse cursor visible if it is hidden." +msgstr "" + +#: doc/classes/Input.xml:416 +msgid "Makes the mouse cursor hidden if it is visible." +msgstr "" + +#: doc/classes/Input.xml:419 +msgid "" +"Captures the mouse. The mouse will be hidden and its position locked at the " +"center of the screen.\n" +"[b]Note:[/b] If you want to process the mouse's movement in this mode, you " +"need to use [member InputEventMouseMotion.relative]." +msgstr "" + +#: doc/classes/Input.xml:423 +msgid "Makes the mouse cursor visible but confines it to the game window." +msgstr "" + +#: doc/classes/Input.xml:426 +msgid "Arrow cursor. Standard, default pointing cursor." +msgstr "" + +#: doc/classes/Input.xml:429 +msgid "" +"I-beam cursor. Usually used to show where the text cursor will appear when " +"the mouse is clicked." +msgstr "" + +#: doc/classes/Input.xml:432 +msgid "" +"Pointing hand cursor. Usually used to indicate the pointer is over a link or " +"other interactable item." +msgstr "" + +#: doc/classes/Input.xml:435 +msgid "" +"Cross cursor. Typically appears over regions in which a drawing operation " +"can be performed or for selections." +msgstr "" + +#: doc/classes/Input.xml:438 +msgid "" +"Wait cursor. Indicates that the application is busy performing an operation. " +"This cursor shape denotes that the application is still usable during the " +"operation." +msgstr "" + +#: doc/classes/Input.xml:441 +msgid "" +"Busy cursor. Indicates that the application is busy performing an operation. " +"This cursor shape denotes that the application isn't usable during the " +"operation (e.g. something is blocking its main thread)." +msgstr "" + +#: doc/classes/Input.xml:444 +msgid "Drag cursor. Usually displayed when dragging something." +msgstr "" + +#: doc/classes/Input.xml:447 +msgid "" +"Can drop cursor. Usually displayed when dragging something to indicate that " +"it can be dropped at the current position." +msgstr "" + +#: doc/classes/Input.xml:450 +msgid "" +"Forbidden cursor. Indicates that the current action is forbidden (for " +"example, when dragging something) or that the control at a position is " +"disabled." +msgstr "" + +#: doc/classes/Input.xml:453 +msgid "" +"Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " +"user they can resize the window or the panel vertically." +msgstr "" + +#: doc/classes/Input.xml:456 +msgid "" +"Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " +"the user they can resize the window or the panel horizontally." +msgstr "" + +#: doc/classes/Input.xml:459 +msgid "" +"Window resize mouse cursor. The cursor is a double-headed arrow that goes " +"from the bottom left to the top right. It tells the user they can resize the " +"window or the panel both horizontally and vertically." +msgstr "" + +#: doc/classes/Input.xml:462 +msgid "" +"Window resize mouse cursor. The cursor is a double-headed arrow that goes " +"from the top left to the bottom right, the opposite of [constant " +"CURSOR_BDIAGSIZE]. It tells the user they can resize the window or the panel " +"both horizontally and vertically." +msgstr "" + +#: doc/classes/Input.xml:465 +msgid "Move cursor. Indicates that something can be moved." +msgstr "" + +#: doc/classes/Input.xml:468 +msgid "" +"Vertical split mouse cursor. On Windows, it's the same as [constant " +"CURSOR_VSIZE]." +msgstr "" + +#: doc/classes/Input.xml:471 +msgid "" +"Horizontal split mouse cursor. On Windows, it's the same as [constant " +"CURSOR_HSIZE]." +msgstr "" + +#: doc/classes/Input.xml:474 +msgid "Help cursor. Usually a question mark." +msgstr "" + +#: doc/classes/InputEvent.xml:4 +msgid "Generic input event." +msgstr "" + +#: doc/classes/InputEvent.xml:7 +msgid "Base class of all sort of input event. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEvent.xml:10 doc/classes/InputEventJoypadButton.xml:10 +#: doc/classes/InputEventJoypadMotion.xml:10 doc/classes/InputEventKey.xml:10 +#: doc/classes/InputEventMouse.xml:10 doc/classes/InputEventScreenDrag.xml:10 +#: doc/classes/InputEventScreenTouch.xml:11 +#: doc/classes/InputEventWithModifiers.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html" +msgstr "" + +#: doc/classes/InputEvent.xml:20 +msgid "" +"Returns [code]true[/code] if the given input event and this input event can " +"be added together (only for events of type [InputEventMouseMotion]).\n" +"The given input event's position, global position and speed will be copied. " +"The resulting [code]relative[/code] is a sum of both events. Both events' " +"modifiers have to be identical." +msgstr "" + +#: doc/classes/InputEvent.xml:27 +msgid "Returns a [String] representation of the event." +msgstr "" + +#: doc/classes/InputEvent.xml:35 +msgid "" +"Returns a value between 0.0 and 1.0 depending on the given actions' state. " +"Useful for getting the value of events of type [InputEventJoypadMotion].\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:44 +msgid "" +"Returns [code]true[/code] if this input event matches a pre-defined action " +"of any type.\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:54 +msgid "" +"Returns [code]true[/code] if the given action is being pressed (and is not " +"an echo event for [InputEventKey] events, unless [code]allow_echo[/code] is " +"[code]true[/code]). Not relevant for events of type [InputEventMouseMotion] " +"or [InputEventScreenDrag].\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:63 +msgid "" +"Returns [code]true[/code] if the given action is released (i.e. not " +"pressed). Not relevant for events of type [InputEventMouseMotion] or " +"[InputEventScreenDrag].\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:70 +msgid "" +"Returns [code]true[/code] if this input event's type is one that can be " +"assigned to an input action." +msgstr "" + +#: doc/classes/InputEvent.xml:76 +msgid "" +"Returns [code]true[/code] if this input event is an echo event (only for " +"events of type [InputEventKey])." +msgstr "" + +#: doc/classes/InputEvent.xml:82 +msgid "" +"Returns [code]true[/code] if this input event is pressed. Not relevant for " +"events of type [InputEventMouseMotion] or [InputEventScreenDrag]." +msgstr "" + +#: doc/classes/InputEvent.xml:90 +msgid "" +"Returns [code]true[/code] if the specified [code]event[/code] matches this " +"event. Only valid for action events i.e key ([InputEventKey]), button " +"([InputEventMouseButton] or [InputEventJoypadButton]), axis " +"[InputEventJoypadMotion] or action ([InputEventAction]) events.\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputEvent.xml:99 +msgid "" +"Returns a copy of the given input event which has been offset by " +"[code]local_ofs[/code] and transformed by [code]xform[/code]. Relevant for " +"events of type [InputEventMouseButton], [InputEventMouseMotion], " +"[InputEventScreenTouch], [InputEventScreenDrag], [InputEventMagnifyGesture] " +"and [InputEventPanGesture]." +msgstr "" + +#: doc/classes/InputEvent.xml:105 +msgid "" +"The event's device ID.\n" +"[b]Note:[/b] This device ID will always be [code]-1[/code] for emulated " +"mouse input from a touchscreen. This can be used to distinguish emulated " +"mouse input from physical mouse input." +msgstr "" + +#: doc/classes/InputEventAction.xml:4 +msgid "Input event type for actions." +msgstr "" + +#: doc/classes/InputEventAction.xml:7 +msgid "" +"Contains a generic action which can be targeted from several types of " +"inputs. Actions can be created from the [b]Input Map[/b] tab in the " +"[b]Project > Project Settings[/b] menu. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventAction.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#actions" +msgstr "" + +#: doc/classes/InputEventAction.xml:18 +msgid "The action's name. Actions are accessed via this [String]." +msgstr "" + +#: doc/classes/InputEventAction.xml:21 +msgid "" +"If [code]true[/code], the action's state is pressed. If [code]false[/code], " +"the action's state is released." +msgstr "" + +#: doc/classes/InputEventAction.xml:24 +msgid "" +"The action's strength between 0 and 1. This value is considered as equal to " +"0 if pressed is [code]false[/code]. The event strength allows faking analog " +"joypad motion events, by specifying how strongly the joypad axis is bent or " +"pressed." +msgstr "" + +#: doc/classes/InputEventGesture.xml:4 +msgid "Base class for touch control gestures." +msgstr "" + +#: doc/classes/InputEventGesture.xml:14 +msgid "" +"The local gesture position relative to the [Viewport]. If used in [method " +"Control._gui_input], the position is relative to the current [Control] that " +"received this gesture." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:4 +msgid "Input event for gamepad buttons." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:7 +msgid "" +"Input event type for gamepad buttons. For gamepad analog sticks and " +"joysticks, see [InputEventJoypadMotion]." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:16 +msgid "Button identifier. One of the [enum JoystickList] button constants." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:19 +msgid "" +"If [code]true[/code], the button's state is pressed. If [code]false[/code], " +"the button's state is released." +msgstr "" + +#: doc/classes/InputEventJoypadButton.xml:22 +msgid "" +"Represents the pressure the user puts on the button with his finger, if the " +"controller supports it. Ranges from [code]0[/code] to [code]1[/code]." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:4 +msgid "" +"Input event type for gamepad joysticks and other motions. For buttons, see " +"[code]InputEventJoypadButton[/code]." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:7 +msgid "" +"Stores information about joystick motions. One [InputEventJoypadMotion] " +"represents one axis at a time." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:16 +msgid "Axis identifier. Use one of the [enum JoystickList] axis constants." +msgstr "" + +#: doc/classes/InputEventJoypadMotion.xml:19 +msgid "" +"Current position of the joystick on the given axis. The value ranges from " +"[code]-1.0[/code] to [code]1.0[/code]. A value of [code]0[/code] means the " +"axis is in its resting position." +msgstr "" + +#: doc/classes/InputEventKey.xml:4 +msgid "Input event type for keyboard events." +msgstr "" + +#: doc/classes/InputEventKey.xml:7 +msgid "" +"Stores key presses on the keyboard. Supports key presses, key releases and " +"[member echo] events." +msgstr "" + +#: doc/classes/InputEventKey.xml:16 +msgid "" +"Returns the physical scancode combined with modifier keys such as " +"[code]Shift[/code] or [code]Alt[/code]. See also [InputEventWithModifiers].\n" +"To get a human-readable representation of the [InputEventKey] with " +"modifiers, use [code]OS.get_scancode_string(event." +"get_physical_scancode_with_modifiers())[/code] where [code]event[/code] is " +"the [InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:23 +msgid "" +"Returns the scancode combined with modifier keys such as [code]Shift[/code] " +"or [code]Alt[/code]. See also [InputEventWithModifiers].\n" +"To get a human-readable representation of the [InputEventKey] with " +"modifiers, use [code]OS.get_scancode_string(event." +"get_scancode_with_modifiers())[/code] where [code]event[/code] is the " +"[InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:30 +msgid "" +"If [code]true[/code], the key was already pressed before this event. It " +"means the user is holding the key down." +msgstr "" + +#: doc/classes/InputEventKey.xml:33 +msgid "" +"Key physical scancode, which corresponds to one of the [enum KeyList] " +"constants. Represent the physical location of a key on the 101/102-key US " +"QWERTY keyboard.\n" +"To get a human-readable representation of the [InputEventKey], use [code]OS." +"get_scancode_string(event.physical_scancode)[/code] where [code]event[/code] " +"is the [InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:37 +msgid "" +"If [code]true[/code], the key's state is pressed. If [code]false[/code], the " +"key's state is released." +msgstr "" + +#: doc/classes/InputEventKey.xml:40 +msgid "" +"The key scancode, which corresponds to one of the [enum KeyList] constants. " +"Represent key in the current keyboard layout.\n" +"To get a human-readable representation of the [InputEventKey], use [code]OS." +"get_scancode_string(event.scancode)[/code] where [code]event[/code] is the " +"[InputEventKey]." +msgstr "" + +#: doc/classes/InputEventKey.xml:44 +msgid "" +"The key Unicode identifier (when relevant). Unicode identifiers for the " +"composite characters and complex scripts may not be available unless IME " +"input mode is active. See [method OS.set_ime_active] for more information." +msgstr "" + +#: doc/classes/InputEventMouse.xml:4 +msgid "Base input event type for mouse events." +msgstr "" + +#: doc/classes/InputEventMouse.xml:7 +msgid "Stores general mouse events information." +msgstr "" + +#: doc/classes/InputEventMouse.xml:16 +msgid "" +"The mouse button mask identifier, one of or a bitwise combination of the " +"[enum ButtonList] button masks." +msgstr "" + +#: doc/classes/InputEventMouse.xml:19 +msgid "" +"The global mouse position relative to the current [Viewport] when used in " +"[method Control._gui_input], otherwise is at 0,0." +msgstr "" + +#: doc/classes/InputEventMouse.xml:22 +msgid "" +"The local mouse position relative to the [Viewport]. If used in [method " +"Control._gui_input], the position is relative to the current [Control] which " +"is under the mouse." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:4 +msgid "Input event type for mouse button events." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:7 +msgid "Contains mouse click information. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:10 +#: doc/classes/InputEventMouseMotion.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/" +"mouse_and_input_coordinates.html" +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:16 +msgid "" +"The mouse button identifier, one of the [enum ButtonList] button or button " +"wheel constants." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:19 +msgid "If [code]true[/code], the mouse button's state is a double-click." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:22 +msgid "" +"The amount (or delta) of the event. When used for high-precision scroll " +"events, this indicates the scroll amount (vertical or horizontal). This is " +"only supported on some platforms; the reported sensitivity varies depending " +"on the platform. May be [code]0[/code] if not supported." +msgstr "" + +#: doc/classes/InputEventMouseButton.xml:25 +msgid "" +"If [code]true[/code], the mouse button's state is pressed. If [code]false[/" +"code], the mouse button's state is released." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:4 +msgid "Input event type for mouse motion events." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:7 +msgid "" +"Contains mouse and pen motion information. Supports relative, absolute " +"positions and speed. See [method Node._input].\n" +"[b]Note:[/b] By default, this event is only emitted once per frame rendered " +"at most. If you need more precise input reporting, call [method Input." +"set_use_accumulated_input] with [code]false[/code] to make events emitted as " +"often as possible. If you use InputEventMouseMotion to draw lines, consider " +"implementing [url=https://en.wikipedia.org/wiki/Bresenham" +"%27s_line_algorithm]Bresenham's line algorithm[/url] as well to avoid " +"visible gaps in lines if the user is moving the mouse quickly." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:18 +msgid "" +"Represents the pressure the user puts on the pen. Ranges from [code]0.0[/" +"code] to [code]1.0[/code]." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:21 +msgid "" +"The mouse position relative to the previous position (position at the last " +"frame).\n" +"[b]Note:[/b] Since [InputEventMouseMotion] is only emitted when the mouse " +"moves, the last event won't have a relative position of [code]Vector2(0, 0)[/" +"code] when the user stops moving the mouse." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:25 +msgid "The mouse speed in pixels per second." +msgstr "" + +#: doc/classes/InputEventMouseMotion.xml:28 +msgid "" +"Represents the angles of tilt of the pen. Positive X-coordinate value " +"indicates a tilt to the right. Positive Y-coordinate value indicates a tilt " +"toward the user. Ranges from [code]-1.0[/code] to [code]1.0[/code] for both " +"axes." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:4 +msgid "" +"Input event type for screen drag events. Only available on mobile devices." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:7 +msgid "Contains screen drag information. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:16 +msgid "The drag event index in the case of a multi-drag event." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:19 +msgid "The drag position." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:22 +msgid "The drag position relative to its start position." +msgstr "" + +#: doc/classes/InputEventScreenDrag.xml:25 +msgid "The drag speed." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:4 +msgid "" +"Input event type for screen touch events.\n" +"(only available on mobile devices)" +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:8 +msgid "" +"Stores multi-touch press/release information. Supports touch press, touch " +"release and [member index] for multi-touch count and order." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:17 +msgid "" +"The touch index in the case of a multi-touch event. One index = one finger." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:20 +msgid "The touch position." +msgstr "" + +#: doc/classes/InputEventScreenTouch.xml:23 +msgid "" +"If [code]true[/code], the touch's state is pressed. If [code]false[/code], " +"the touch's state is released." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:4 +msgid "Base class for keys events with modifiers." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:7 +msgid "" +"Contains keys events information with modifiers support like [code]Shift[/" +"code] or [code]Alt[/code]. See [method Node._input]." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:16 +msgid "State of the [code]Alt[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:19 +msgid "State of the [code]Command[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:22 +msgid "State of the [code]Ctrl[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:25 +msgid "State of the [code]Meta[/code] modifier." +msgstr "" + +#: doc/classes/InputEventWithModifiers.xml:28 +msgid "State of the [code]Shift[/code] modifier." +msgstr "" + +#: doc/classes/InputMap.xml:4 +msgid "Singleton that manages [InputEventAction]." +msgstr "" + +#: doc/classes/InputMap.xml:7 +msgid "" +"Manages all [InputEventAction] which can be created/modified from the " +"project settings menu [b]Project > Project Settings > Input Map[/b] or in " +"code with [method add_action] and [method action_add_event]. See [method " +"Node._input]." +msgstr "" + +#: doc/classes/InputMap.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/inputs/inputevent.html#inputmap" +msgstr "" + +#: doc/classes/InputMap.xml:18 +msgid "" +"Adds an [InputEvent] to an action. This [InputEvent] will trigger the action." +msgstr "" + +#: doc/classes/InputMap.xml:26 +msgid "Removes an [InputEvent] from an action." +msgstr "" + +#: doc/classes/InputMap.xml:33 +msgid "Removes all events from an action." +msgstr "" + +#: doc/classes/InputMap.xml:40 +msgid "Returns a deadzone value for the action." +msgstr "" + +#: doc/classes/InputMap.xml:48 +msgid "" +"Returns [code]true[/code] if the action has the given [InputEvent] " +"associated with it." +msgstr "" + +#: doc/classes/InputMap.xml:56 +msgid "Sets a deadzone value for the action." +msgstr "" + +#: doc/classes/InputMap.xml:64 +msgid "" +"Adds an empty action to the [InputMap] with a configurable [code]deadzone[/" +"code].\n" +"An [InputEvent] can then be added to this action with [method " +"action_add_event]." +msgstr "" + +#: doc/classes/InputMap.xml:72 +msgid "Removes an action from the [InputMap]." +msgstr "" + +#: doc/classes/InputMap.xml:81 +msgid "" +"Returns [code]true[/code] if the given event is part of an existing action. " +"This method ignores keyboard modifiers if the given [InputEvent] is not " +"pressed (for proper release detection). See [method action_has_event] if you " +"don't want this behavior.\n" +"If [code]exact_match[/code] is [code]false[/code], it ignores the input " +"modifiers for [InputEventKey] and [InputEventMouseButton] events, and the " +"direction for [InputEventJoypadMotion] events." +msgstr "" + +#: doc/classes/InputMap.xml:89 +msgid "Returns an array of [InputEvent]s associated with a given action." +msgstr "" + +#: doc/classes/InputMap.xml:95 +msgid "Returns an array of all actions in the [InputMap]." +msgstr "" + +#: doc/classes/InputMap.xml:102 +msgid "" +"Returns [code]true[/code] if the [InputMap] has a registered action with the " +"given name." +msgstr "" + +#: doc/classes/InputMap.xml:108 +msgid "" +"Clears all [InputEventAction] in the [InputMap] and load it anew from " +"[ProjectSettings]." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:4 +msgid "Placeholder for the root [Node] of a [PackedScene]." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:7 +msgid "" +"Turning on the option [b]Load As Placeholder[/b] for an instanced scene in " +"the editor causes it to be replaced by an InstancePlaceholder when running " +"the game. This makes it possible to delay actually loading the scene until " +"calling [method replace_by_instance]. This is useful to avoid loading large " +"scenes all at once by loading parts of it selectively.\n" +"The InstancePlaceholder does not have a transform. This causes any child " +"nodes to be positioned relatively to the Viewport from point (0,0), rather " +"than their parent as displayed in the editor. Replacing the placeholder with " +"a scene with a transform will transform children relatively to their parent " +"again." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:18 +msgid "" +"Not thread-safe. Use [method Object.call_deferred] if calling from a thread." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:24 +msgid "" +"Gets the path to the [PackedScene] resource file that is loaded by default " +"when calling [method replace_by_instance]. Not thread-safe. Use [method " +"Object.call_deferred] if calling from a thread." +msgstr "" + +#: doc/classes/InstancePlaceholder.xml:37 +msgid "" +"Replaces this placeholder by the scene handed as an argument, or the " +"original scene if no argument is given. As for all resources, the scene is " +"loaded only if it's not loaded already. By manually loading the scene " +"beforehand, delays caused by this function can be avoided." +msgstr "" + +#: doc/classes/int.xml:4 +msgid "Integer built-in type." +msgstr "" + +#: doc/classes/int.xml:7 +msgid "" +"Signed 64-bit integer type.\n" +"It can take values in the interval [code][-2^63, 2^63 - 1][/code], i.e. " +"[code][-9223372036854775808, 9223372036854775807][/code]. Exceeding those " +"bounds will wrap around.\n" +"[int] is a [Variant] type, and will thus be used when assigning an integer " +"value to a [Variant]. It can also be enforced with the [code]: int[/code] " +"type hint.\n" +"[codeblock]\n" +"var my_variant = 0 # int, value 0.\n" +"my_variant += 4.2 # float, value 4.2.\n" +"var my_int: int = 1 # int, value 1.\n" +"my_int = 4.2 # int, value 4, the right value is implicitly cast to int.\n" +"my_int = int(\"6.7\") # int, value 6, the String is explicitly cast with " +"int.\n" +"\n" +"var max_int = 9223372036854775807\n" +"print(max_int) # 9223372036854775807, OK.\n" +"max_int += 1\n" +"print(max_int) # -9223372036854775808, we overflowed and wrapped around.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/int.xml:30 +msgid "" +"Cast a [bool] value to an integer value, [code]int(true)[/code] will be " +"equals to 1 and [code]int(false)[/code] will be equals to 0." +msgstr "" + +#: doc/classes/int.xml:37 +msgid "" +"Cast a float value to an integer value, this method simply removes the " +"number fractions (i.e. rounds [code]from[/code] towards zero), so for " +"example [code]int(2.7)[/code] will be equals to 2, [code]int(0.1)[/code] " +"will be equals to 0 and [code]int(-2.7)[/code] will be equals to -2. This " +"operation is also called truncation." +msgstr "" + +#: doc/classes/int.xml:44 +msgid "" +"Cast a [String] value to an integer value, this method is an integer parser " +"from a string, so calling this method with an invalid integer string will " +"return 0, a valid string will be something like [code]'1.7'[/code]. This " +"method will ignore all non-number characters, so calling [code]int('1e3')[/" +"code] will return 13." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:4 +msgid "[i]Deprecated.[/i] Camera which moves toward another node." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:7 +msgid "" +"[i]Deprecated (will be removed in Godot 4.0).[/i] InterpolatedCamera is a " +"[Camera] which smoothly moves to match a target node's position and " +"rotation.\n" +"If it is not [member enabled] or does not have a valid target set, " +"InterpolatedCamera acts like a normal Camera." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:17 +msgid "Sets the node to move toward and orient with." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:23 +msgid "" +"If [code]true[/code], and a target is set, the camera will move " +"automatically." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:26 +msgid "" +"How quickly the camera moves toward its target. Higher values will result in " +"tighter camera motion." +msgstr "" + +#: doc/classes/InterpolatedCamera.xml:29 +msgid "The target's [NodePath]." +msgstr "" + +#: doc/classes/IP.xml:4 +msgid "Internet protocol (IP) support functions such as DNS resolution." +msgstr "" + +#: doc/classes/IP.xml:7 +msgid "" +"IP contains support functions for the Internet Protocol (IP). TCP/IP support " +"is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides " +"DNS hostname resolution support, both blocking and threaded." +msgstr "" + +#: doc/classes/IP.xml:16 +msgid "" +"Removes all of a [code]hostname[/code]'s cached references. If no " +"[code]hostname[/code] is given, all cached IP addresses are removed." +msgstr "" + +#: doc/classes/IP.xml:23 +msgid "" +"Removes a given item [code]id[/code] from the queue. This should be used to " +"free a queue after it has completed to enable more queries to happen." +msgstr "" + +#: doc/classes/IP.xml:29 +msgid "Returns all the user's current IPv4 and IPv6 addresses as an array." +msgstr "" + +#: doc/classes/IP.xml:35 +msgid "" +"Returns all network adapters as an array.\n" +"Each adapter is a dictionary of the form:\n" +"[codeblock]\n" +"{\n" +" \"index\": \"1\", # Interface index.\n" +" \"name\": \"eth0\", # Interface name.\n" +" \"friendly\": \"Ethernet One\", # A friendly name (might be empty).\n" +" \"addresses\": [\"192.168.1.101\"], # An array of IP addresses " +"associated to this interface.\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/IP.xml:51 +msgid "" +"Returns a queued hostname's IP address, given its queue [code]id[/code]. " +"Returns an empty string on error or if resolution hasn't happened yet (see " +"[method get_resolve_item_status])." +msgstr "" + +#: doc/classes/IP.xml:58 +msgid "" +"Return resolved addresses, or an empty array if an error happened or " +"resolution didn't happen yet (see [method get_resolve_item_status])." +msgstr "" + +#: doc/classes/IP.xml:65 +msgid "" +"Returns a queued hostname's status as a [enum ResolverStatus] constant, " +"given its queue [code]id[/code]." +msgstr "" + +#: doc/classes/IP.xml:73 +msgid "" +"Returns a given hostname's IPv4 or IPv6 address when resolved (blocking-type " +"method). The address type returned depends on the [enum Type] constant given " +"as [code]ip_type[/code]." +msgstr "" + +#: doc/classes/IP.xml:81 +msgid "" +"Resolves a given hostname in a blocking way. Addresses are returned as an " +"[Array] of IPv4 or IPv6 depending on [code]ip_type[/code]." +msgstr "" + +#: doc/classes/IP.xml:89 +msgid "" +"Creates a queue item to resolve a hostname to an IPv4 or IPv6 address " +"depending on the [enum Type] constant given as [code]ip_type[/code]. Returns " +"the queue ID if successful, or [constant RESOLVER_INVALID_ID] on error." +msgstr "" + +#: doc/classes/IP.xml:95 +msgid "DNS hostname resolver status: No status." +msgstr "" + +#: doc/classes/IP.xml:98 +msgid "DNS hostname resolver status: Waiting." +msgstr "" + +#: doc/classes/IP.xml:101 +msgid "DNS hostname resolver status: Done." +msgstr "" + +#: doc/classes/IP.xml:104 +msgid "DNS hostname resolver status: Error." +msgstr "" + +#: doc/classes/IP.xml:107 +msgid "" +"Maximum number of concurrent DNS resolver queries allowed, [constant " +"RESOLVER_INVALID_ID] is returned if exceeded." +msgstr "" + +#: doc/classes/IP.xml:110 +msgid "" +"Invalid ID constant. Returned if [constant RESOLVER_MAX_QUERIES] is exceeded." +msgstr "" + +#: doc/classes/IP.xml:113 +msgid "Address type: None." +msgstr "" + +#: doc/classes/IP.xml:116 +msgid "Address type: Internet protocol version 4 (IPv4)." +msgstr "" + +#: doc/classes/IP.xml:119 +msgid "Address type: Internet protocol version 6 (IPv6)." +msgstr "" + +#: doc/classes/IP.xml:122 +msgid "Address type: Any." +msgstr "" + +#: doc/classes/ItemList.xml:4 +msgid "" +"Control that provides a list of selectable items (and/or icons) in a single " +"column, or optionally in multiple columns." +msgstr "" + +#: doc/classes/ItemList.xml:7 +msgid "" +"This control provides a selectable list of items that may be in a single (or " +"multiple columns) with option of text, icons, or both text and icon. " +"Tooltips are supported and may be different for every item in the list.\n" +"Selectable items in the list may be selected or deselected and multiple " +"selection may be enabled. Selection with right mouse button may also be " +"enabled to allow use of popup context menus. Items may also be \"activated\" " +"by double-clicking them or by pressing Enter.\n" +"Item text only supports single-line strings, newline characters (e.g. " +"[code]\\n[/code]) in the string won't produce a newline. Text wrapping is " +"enabled in [constant ICON_MODE_TOP] mode, but column's width is adjusted to " +"fully fit its content by default. You need to set [member " +"fixed_column_width] greater than zero to wrap the text." +msgstr "" + +#: doc/classes/ItemList.xml:19 +msgid "Adds an item to the item list with no text, only an icon." +msgstr "" + +#: doc/classes/ItemList.xml:28 +msgid "" +"Adds an item to the item list with specified text. Specify an [code]icon[/" +"code], or use [code]null[/code] as the [code]icon[/code] for a list item " +"with no icon.\n" +"If selectable is [code]true[/code], the list item will be selectable." +msgstr "" + +#: doc/classes/ItemList.xml:35 +msgid "Removes all items from the list." +msgstr "" + +#: doc/classes/ItemList.xml:41 +msgid "" +"Ensure current selection is visible, adjusting the scroll position as " +"necessary." +msgstr "" + +#: doc/classes/ItemList.xml:49 +msgid "" +"Returns the item index at the given [code]position[/code].\n" +"When there is no item at that point, -1 will be returned if [code]exact[/" +"code] is [code]true[/code], and the closest item index will be returned " +"otherwise." +msgstr "" + +#: doc/classes/ItemList.xml:56 +msgid "Returns the number of items currently in the list." +msgstr "" + +#: doc/classes/ItemList.xml:63 +msgid "" +"Returns the custom background color of the item specified by [code]idx[/" +"code] index." +msgstr "" + +#: doc/classes/ItemList.xml:70 +msgid "" +"Returns the custom foreground color of the item specified by [code]idx[/" +"code] index." +msgstr "" + +#: doc/classes/ItemList.xml:77 +msgid "Returns the icon associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:84 +msgid "Returns a [Color] modulating item's icon at the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:91 +msgid "" +"Returns the region of item's icon used. The whole icon will be used if the " +"region has no area." +msgstr "" + +#: doc/classes/ItemList.xml:98 +msgid "Returns the metadata value of the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:105 +msgid "Returns the text associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:112 +msgid "Returns the tooltip hint associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:118 +msgid "Returns an array with the indexes of the selected items." +msgstr "" + +#: doc/classes/ItemList.xml:124 +msgid "" +"Returns the [Object] ID associated with the list.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ItemList.xml:131 +msgid "Returns [code]true[/code] if one or more items are selected." +msgstr "" + +#: doc/classes/ItemList.xml:138 +msgid "" +"Returns [code]true[/code] if the item at the specified index is disabled." +msgstr "" + +#: doc/classes/ItemList.xml:145 +msgid "" +"Returns [code]true[/code] if the item icon will be drawn transposed, i.e. " +"the X and Y axes are swapped." +msgstr "" + +#: doc/classes/ItemList.xml:152 +msgid "" +"Returns [code]true[/code] if the item at the specified index is selectable." +msgstr "" + +#: doc/classes/ItemList.xml:159 +msgid "" +"Returns [code]true[/code] if the tooltip is enabled for specified item index." +msgstr "" + +#: doc/classes/ItemList.xml:166 +msgid "" +"Returns [code]true[/code] if the item at the specified index is currently " +"selected." +msgstr "" + +#: doc/classes/ItemList.xml:174 +msgid "Moves item from index [code]from_idx[/code] to [code]to_idx[/code]." +msgstr "" + +#: doc/classes/ItemList.xml:181 +msgid "Removes the item specified by [code]idx[/code] index from the list." +msgstr "" + +#: doc/classes/ItemList.xml:189 +msgid "" +"Select the item at the specified index.\n" +"[b]Note:[/b] This method does not trigger the item selection signal." +msgstr "" + +#: doc/classes/ItemList.xml:198 +msgid "" +"Sets the background color of the item specified by [code]idx[/code] index to " +"the specified [Color]." +msgstr "" + +#: doc/classes/ItemList.xml:206 +msgid "" +"Sets the foreground color of the item specified by [code]idx[/code] index to " +"the specified [Color]." +msgstr "" + +#: doc/classes/ItemList.xml:214 +msgid "" +"Disables (or enables) the item at the specified index.\n" +"Disabled items cannot be selected and do not trigger activation signals " +"(when double-clicking or pressing Enter)." +msgstr "" + +#: doc/classes/ItemList.xml:223 +msgid "" +"Sets (or replaces) the icon's [Texture] associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:231 +msgid "" +"Sets a modulating [Color] of the item associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:239 +msgid "" +"Sets the region of item's icon used. The whole icon will be used if the " +"region has no area." +msgstr "" + +#: doc/classes/ItemList.xml:247 +msgid "Sets whether the item icon will be drawn transposed." +msgstr "" + +#: doc/classes/ItemList.xml:255 +msgid "" +"Sets a value (of any type) to be stored with the item associated with the " +"specified index." +msgstr "" + +#: doc/classes/ItemList.xml:263 +msgid "" +"Allows or disallows selection of the item associated with the specified " +"index." +msgstr "" + +#: doc/classes/ItemList.xml:271 +msgid "Sets text of the item associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:279 +msgid "Sets the tooltip hint for the item associated with the specified index." +msgstr "" + +#: doc/classes/ItemList.xml:287 +msgid "Sets whether the tooltip hint is enabled for specified item index." +msgstr "" + +#: doc/classes/ItemList.xml:293 +msgid "Sorts items in the list by their text." +msgstr "" + +#: doc/classes/ItemList.xml:300 +msgid "Ensures the item associated with the specified index is not selected." +msgstr "" + +#: doc/classes/ItemList.xml:306 +msgid "Ensures there are no items selected." +msgstr "" + +#: doc/classes/ItemList.xml:312 +msgid "" +"If [code]true[/code], the currently selected item can be selected again." +msgstr "" + +#: doc/classes/ItemList.xml:315 +msgid "If [code]true[/code], right mouse button click can select items." +msgstr "" + +#: doc/classes/ItemList.xml:318 +msgid "" +"If [code]true[/code], the control will automatically resize the height to " +"fit its content." +msgstr "" + +#: doc/classes/ItemList.xml:321 +msgid "" +"The width all columns will be adjusted to.\n" +"A value of zero disables the adjustment, each item will have a width equal " +"to the width of its content and the columns will have an uneven width." +msgstr "" + +#: doc/classes/ItemList.xml:325 +msgid "" +"The size all icons will be adjusted to.\n" +"If either X or Y component is not greater than zero, icon size won't be " +"affected." +msgstr "" + +#: doc/classes/ItemList.xml:330 +msgid "" +"The icon position, whether above or to the left of the text. See the [enum " +"IconMode] constants." +msgstr "" + +#: doc/classes/ItemList.xml:333 +msgid "" +"The scale of icon applied after [member fixed_icon_size] and transposing " +"takes effect." +msgstr "" + +#: doc/classes/ItemList.xml:336 +msgid "" +"Maximum columns the list will have.\n" +"If greater than zero, the content will be split among the specified " +"columns.\n" +"A value of zero means unlimited columns, i.e. all items will be put in the " +"same row." +msgstr "" + +#: doc/classes/ItemList.xml:341 +msgid "" +"Maximum lines of text allowed in each item. Space will be reserved even when " +"there is not enough lines of text to display.\n" +"[b]Note:[/b] This property takes effect only when [member icon_mode] is " +"[constant ICON_MODE_TOP]. To make the text wrap, [member fixed_column_width] " +"should be greater than zero." +msgstr "" + +#: doc/classes/ItemList.xml:346 +msgid "" +"Whether all columns will have the same width.\n" +"If [code]true[/code], the width is equal to the largest column width of all " +"columns." +msgstr "" + +#: doc/classes/ItemList.xml:350 +msgid "" +"Allows single or multiple item selection. See the [enum SelectMode] " +"constants." +msgstr "" + +#: doc/classes/ItemList.xml:357 +msgid "" +"Triggered when specified list item is activated via double-clicking or by " +"pressing Enter." +msgstr "" + +#: doc/classes/ItemList.xml:364 +msgid "" +"Triggered when specified list item has been selected via right mouse " +"clicking.\n" +"The click position is also provided to allow appropriate popup of context " +"menus at the correct location.\n" +"[member allow_rmb_select] must be enabled." +msgstr "" + +#: doc/classes/ItemList.xml:372 +msgid "" +"Triggered when specified item has been selected.\n" +"[member allow_reselect] must be enabled to reselect an item." +msgstr "" + +#: doc/classes/ItemList.xml:380 +msgid "" +"Triggered when a multiple selection is altered on a list allowing multiple " +"selection." +msgstr "" + +#: doc/classes/ItemList.xml:385 +msgid "" +"Triggered when a left mouse click is issued within the rect of the list but " +"on empty space." +msgstr "" + +#: doc/classes/ItemList.xml:391 +msgid "" +"Triggered when a right mouse click is issued within the rect of the list but " +"on empty space.\n" +"[member allow_rmb_select] must be enabled." +msgstr "" + +#: doc/classes/ItemList.xml:398 +msgid "Icon is drawn above the text." +msgstr "" + +#: doc/classes/ItemList.xml:401 +msgid "Icon is drawn to the left of the text." +msgstr "" + +#: doc/classes/ItemList.xml:404 +msgid "Only allow selecting a single item." +msgstr "" + +#: doc/classes/ItemList.xml:407 +msgid "Allows selecting multiple items by holding Ctrl or Shift." +msgstr "" + +#: doc/classes/ItemList.xml:412 +msgid "" +"Default [StyleBox] for the [ItemList], i.e. used when the control is not " +"being focused." +msgstr "" + +#: doc/classes/ItemList.xml:415 +msgid "[StyleBox] used when the [ItemList] is being focused." +msgstr "" + +#: doc/classes/ItemList.xml:418 +msgid "[StyleBox] used for the cursor, when the [ItemList] is being focused." +msgstr "" + +#: doc/classes/ItemList.xml:421 +msgid "" +"[StyleBox] used for the cursor, when the [ItemList] is not being focused." +msgstr "" + +#: doc/classes/ItemList.xml:424 doc/classes/Tree.xml:407 +msgid "[Font] of the item's text." +msgstr "" + +#: doc/classes/ItemList.xml:427 doc/classes/Tree.xml:410 +msgid "Default text [Color] of the item." +msgstr "" + +#: doc/classes/ItemList.xml:430 doc/classes/Tree.xml:413 +msgid "Text [Color] used when the item is selected." +msgstr "" + +#: doc/classes/ItemList.xml:433 +msgid "" +"[Color] of the guideline. The guideline is a line drawn between each row of " +"items." +msgstr "" + +#: doc/classes/ItemList.xml:436 +msgid "The horizontal spacing between items." +msgstr "" + +#: doc/classes/ItemList.xml:439 +msgid "The spacing between item's icon and text." +msgstr "" + +#: doc/classes/ItemList.xml:442 +msgid "The vertical spacing between each line of text." +msgstr "" + +#: doc/classes/ItemList.xml:445 +msgid "" +"[StyleBox] for the selected items, used when the [ItemList] is not being " +"focused." +msgstr "" + +#: doc/classes/ItemList.xml:448 +msgid "" +"[StyleBox] for the selected items, used when the [ItemList] is being focused." +msgstr "" + +#: doc/classes/ItemList.xml:451 +msgid "The vertical spacing between items." +msgstr "" + +#: doc/classes/JavaScript.xml:4 +msgid "" +"Singleton that connects the engine with the browser's JavaScript context in " +"HTML5 export." +msgstr "" + +#: doc/classes/JavaScript.xml:7 +msgid "" +"The JavaScript singleton is implemented only in the HTML5 export. It's used " +"to access the browser's JavaScript context. This allows interaction with " +"embedding pages or calling third-party JavaScript APIs.\n" +"[b]Note:[/b] This singleton can be disabled at build-time to improve " +"security. By default, the JavaScript singleton is enabled. Official export " +"templates also have the JavaScript singleton enabled. See [url=https://docs." +"godotengine.org/en/3.4/development/compiling/compiling_for_web." +"html]Compiling for the Web[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/JavaScript.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/export/" +"exporting_for_web.html#calling-javascript-from-script" +msgstr "" + +#: doc/classes/JavaScript.xml:19 +msgid "" +"Creates a reference to a script function that can be used as a callback by " +"JavaScript. The reference must be kept until the callback happens, or it " +"won't be called at all. See [JavaScriptObject] for usage." +msgstr "" + +#: doc/classes/JavaScript.xml:26 +msgid "" +"Creates a new JavaScript object using the [code]new[/code] constructor. The " +"[code]object[/code] must a valid property of the JavaScript [code]window[/" +"code]. See [JavaScriptObject] for usage." +msgstr "" + +#: doc/classes/JavaScript.xml:35 +msgid "" +"Prompts the user to download a file containing the specified [code]buffer[/" +"code]. The file will have the given [code]name[/code] and [code]mime[/code] " +"type.\n" +"[b]Note:[/b] The browser may override the [url=https://en.wikipedia.org/wiki/" +"Media_type]MIME type[/url] provided based on the file [code]name[/code]'s " +"extension.\n" +"[b]Note:[/b] Browsers might block the download if [method download_buffer] " +"is not being called from a user interaction (e.g. button click).\n" +"[b]Note:[/b] Browsers might ask the user for permission or block the " +"download if multiple download requests are made in a quick succession." +msgstr "" + +#: doc/classes/JavaScript.xml:46 +msgid "" +"Execute the string [code]code[/code] as JavaScript code within the browser " +"window. This is a call to the actual global JavaScript function [code]eval()" +"[/code].\n" +"If [code]use_global_execution_context[/code] is [code]true[/code], the code " +"will be evaluated in the global execution context. Otherwise, it is " +"evaluated in the execution context of a function within the engine's runtime " +"environment." +msgstr "" + +#: doc/classes/JavaScript.xml:54 +msgid "" +"Returns an interface to a JavaScript object that can be used by scripts. The " +"[code]interface[/code] must be a valid property of the JavaScript " +"[code]window[/code]. The callback must accept a single [Array] argument, " +"which will contain the JavaScript [code]arguments[/code]. See " +"[JavaScriptObject] for usage." +msgstr "" + +#: doc/classes/JavaScriptObject.xml:4 +msgid "A wrapper class for native JavaScript objects." +msgstr "" + +#: doc/classes/JavaScriptObject.xml:7 +msgid "" +"JavaScriptObject is used to interact with JavaScript objects retrieved or " +"created via [method JavaScript.get_interface], [method JavaScript." +"create_object], or [method JavaScript.create_callback].\n" +"Example:\n" +"[codeblock]\n" +"extends Node\n" +"\n" +"var _my_js_callback = JavaScript.create_callback(self, \"myCallback\") # " +"This reference must be kept\n" +"var console = JavaScript.get_interface(\"console\")\n" +"\n" +"func _init():\n" +" var buf = JavaScript.create_object(\"ArrayBuffer\", 10) # new " +"ArrayBuffer(10)\n" +" print(buf) # prints [JavaScriptObject:OBJECT_ID]\n" +" var uint8arr = JavaScript.create_object(\"Uint8Array\", buf) # new " +"Uint8Array(buf)\n" +" uint8arr[1] = 255\n" +" prints(uint8arr[1], uint8arr.byteLength) # prints 255 10\n" +" console.log(uint8arr) # prints in browser console \"Uint8Array(10) [ 0, " +"255, 0, 0, 0, 0, 0, 0, 0, 0 ]\"\n" +"\n" +" # Equivalent of JavaScript: Array.from(uint8arr).forEach(myCallback)\n" +" JavaScript.get_interface(\"Array\").from(uint8arr)." +"forEach(_my_js_callback)\n" +"\n" +"func myCallback(args):\n" +" # Will be called with the parameters passed to the \"forEach\" callback\n" +" # [0, 0, [JavaScriptObject:1173]]\n" +" # [255, 1, [JavaScriptObject:1173]]\n" +" # ...\n" +" # [0, 9, [JavaScriptObject:1180]]\n" +" print(args)\n" +"[/codeblock]\n" +"[b]Note:[/b] Only available in the HTML5 platform." +msgstr "" + +#: doc/classes/JNISingleton.xml:4 +msgid "" +"Singleton that connects the engine with Android plugins to interface with " +"native Android code." +msgstr "" + +#: doc/classes/JNISingleton.xml:7 +msgid "" +"The JNISingleton is implemented only in the Android export. It's used to " +"call methods and connect signals from an Android plugin written in Java or " +"Kotlin. Methods and signals can be called and connected to the JNISingleton " +"as if it is a Node. See [url=https://en.wikipedia.org/wiki/" +"Java_Native_Interface]Java Native Interface - Wikipedia[/url] for more " +"information." +msgstr "" + +#: doc/classes/JNISingleton.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/android/android_plugin." +"html" +msgstr "" + +#: doc/classes/Joint.xml:4 +msgid "Base class for all 3D joints." +msgstr "" + +#: doc/classes/Joint.xml:7 +msgid "" +"Joints are used to bind together two physics bodies. They have a solver " +"priority and can define if the bodies of the two attached nodes should be " +"able to collide with each other." +msgstr "" + +#: doc/classes/Joint.xml:10 doc/classes/RigidBody.xml:15 +#: doc/classes/VehicleBody.xml:12 doc/classes/VehicleWheel.xml:11 +msgid "https://godotengine.org/asset-library/asset/524" +msgstr "" + +#: doc/classes/Joint.xml:16 +msgid "" +"If [code]true[/code], the two bodies of the nodes are not able to collide " +"with each other." +msgstr "" + +#: doc/classes/Joint.xml:19 +msgid "The node attached to the first side (A) of the joint." +msgstr "" + +#: doc/classes/Joint.xml:22 +msgid "The node attached to the second side (B) of the joint." +msgstr "" + +#: doc/classes/Joint.xml:25 +msgid "" +"The priority used to define which solver is executed first for multiple " +"joints. The lower the value, the higher the priority." +msgstr "" + +#: doc/classes/Joint2D.xml:4 +msgid "Base node for all joint constraints in 2D physics." +msgstr "" + +#: doc/classes/Joint2D.xml:7 +msgid "" +"Base node for all joint constraints in 2D physics. Joints take 2 bodies and " +"apply a custom constraint." +msgstr "" + +#: doc/classes/Joint2D.xml:15 +msgid "" +"When [member node_a] and [member node_b] move in different directions the " +"[code]bias[/code] controls how fast the joint pulls them back to their " +"original position. The lower the [code]bias[/code] the more the two bodies " +"can pull on the joint." +msgstr "" + +#: doc/classes/Joint2D.xml:18 +msgid "" +"If [code]true[/code], [member node_a] and [member node_b] can not collide." +msgstr "" + +#: doc/classes/Joint2D.xml:21 +msgid "The first body attached to the joint. Must derive from [PhysicsBody2D]." +msgstr "" + +#: doc/classes/Joint2D.xml:24 +msgid "" +"The second body attached to the joint. Must derive from [PhysicsBody2D]." +msgstr "" + +#: doc/classes/JSON.xml:4 +msgid "Helper class for parsing JSON data." +msgstr "" + +#: doc/classes/JSON.xml:7 +msgid "" +"Helper class for parsing JSON data. For usage example and other important " +"hints, see [JSONParseResult]." +msgstr "" + +#: doc/classes/JSON.xml:16 +msgid "" +"Parses a JSON-encoded string and returns a [JSONParseResult] containing the " +"result." +msgstr "" + +#: doc/classes/JSON.xml:25 +msgid "" +"Converts a [Variant] var to JSON text and returns the result. Useful for " +"serializing data to store or send over the network.\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, converting a Variant to JSON text " +"will convert all numerical values to [float] types.\n" +"Use [code]indent[/code] parameter to pretty print the output.\n" +"[b]Example output:[/b]\n" +"[codeblock]\n" +"## JSON.print(my_dictionary)\n" +"{\"name\":\"my_dictionary\",\"version\":\"1.0.0\",\"entities\":[{\"name\":" +"\"entity_0\",\"value\":\"value_0\"},{\"name\":\"entity_1\",\"value\":" +"\"value_1\"}]}\n" +"\n" +"## JSON.print(my_dictionary, \"\\t\")\n" +"{\n" +" \"name\": \"my_dictionary\",\n" +" \"version\": \"1.0.0\",\n" +" \"entities\": [\n" +" {\n" +" \"name\": \"entity_0\",\n" +" \"value\": \"value_0\"\n" +" },\n" +" {\n" +" \"name\": \"entity_1\",\n" +" \"value\": \"value_1\"\n" +" }\n" +" ]\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/JSONParseResult.xml:4 +msgid "Data class wrapper for decoded JSON." +msgstr "" + +#: doc/classes/JSONParseResult.xml:7 +msgid "" +"Returned by [method JSON.parse], [JSONParseResult] contains the decoded JSON " +"or error information if the JSON source wasn't successfully parsed. You can " +"check if the JSON source was successfully parsed with [code]if json_result." +"error == OK[/code]." +msgstr "" + +#: doc/classes/JSONParseResult.xml:15 +msgid "" +"The error type if the JSON source was not successfully parsed. See the [enum " +"Error] constants." +msgstr "" + +#: doc/classes/JSONParseResult.xml:18 +msgid "" +"The line number where the error occurred if the JSON source was not " +"successfully parsed." +msgstr "" + +#: doc/classes/JSONParseResult.xml:21 +msgid "" +"The error message if the JSON source was not successfully parsed. See the " +"[enum Error] constants." +msgstr "" + +#: doc/classes/JSONParseResult.xml:24 +msgid "" +"A [Variant] containing the parsed JSON. Use [method @GDScript.typeof] or the " +"[code]is[/code] keyword to check if it is what you expect. For example, if " +"the JSON source starts with curly braces ([code]{}[/code]), a [Dictionary] " +"will be returned. If the JSON source starts with brackets ([code][][/code]), " +"an [Array] will be returned.\n" +"[b]Note:[/b] The JSON specification does not define integer or float types, " +"but only a [i]number[/i] type. Therefore, parsing a JSON text will convert " +"all numerical values to [float] types.\n" +"[b]Note:[/b] JSON objects do not preserve key order like Godot dictionaries, " +"thus, you should not rely on keys being in a certain order if a dictionary " +"is constructed from JSON. In contrast, JSON arrays retain the order of their " +"elements:\n" +"[codeblock]\n" +"var p = JSON.parse('[\"hello\", \"world\", \"!\"]')\n" +"if typeof(p.result) == TYPE_ARRAY:\n" +" print(p.result[0]) # Prints \"hello\"\n" +"else:\n" +" push_error(\"Unexpected results.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/JSONRPC.xml:4 +msgid "A helper to handle dictionaries which look like JSONRPC documents." +msgstr "" + +#: doc/classes/JSONRPC.xml:7 +msgid "" +"[url=https://www.jsonrpc.org/]JSON-RPC[/url] is a standard which wraps a " +"method call in a [JSON] object. The object has a particular structure and " +"identifies which method is called, the parameters to that function, and " +"carries an ID to keep track of responses. This class implements that " +"standard on top of [Dictionary]; you will have to convert between a " +"[Dictionary] and [JSON] with other functions." +msgstr "" + +#: doc/classes/JSONRPC.xml:17 +msgid "" +"Returns a dictionary in the form of a JSON-RPC notification. Notifications " +"are one-shot messages which do not expect a response.\n" +"- [code]method[/code]: Name of the method being called.\n" +"- [code]params[/code]: An array or dictionary of parameters being passed to " +"the method." +msgstr "" + +#: doc/classes/JSONRPC.xml:28 +msgid "" +"Returns a dictionary in the form of a JSON-RPC request. Requests are sent to " +"a server with the expectation of a response. The ID field is used for the " +"server to specify which exact request it is responding to.\n" +"- [code]method[/code]: Name of the method being called.\n" +"- [code]params[/code]: An array or dictionary of parameters being passed to " +"the method.\n" +"- [code]id[/code]: Uniquely identifies this request. The server is expected " +"to send a response with the same ID." +msgstr "" + +#: doc/classes/JSONRPC.xml:39 +msgid "" +"When a server has received and processed a request, it is expected to send a " +"response. If you did not want a response then you need to have sent a " +"Notification instead.\n" +"- [code]result[/code]: The return value of the function which was called.\n" +"- [code]id[/code]: The ID of the request this response is targeted to." +msgstr "" + +#: doc/classes/JSONRPC.xml:50 +msgid "" +"Creates a response which indicates a previous reply has failed in some way.\n" +"- [code]code[/code]: The error code corresponding to what kind of error this " +"is. See the [enum ErrorCode] constants.\n" +"- [code]message[/code]: A custom message about this error.\n" +"- [code]id[/code]: The request this error is a response to." +msgstr "" + +#: doc/classes/JSONRPC.xml:61 +msgid "" +"Given a Dictionary which takes the form of a JSON-RPC request: unpack the " +"request and run it. Methods are resolved by looking at the field called " +"\"method\" and looking for an equivalently named function in the JSONRPC " +"object. If one is found that method is called.\n" +"To add new supported methods extend the JSONRPC class and call [method " +"process_action] on your subclass.\n" +"[code]action[/code]: The action to be run, as a Dictionary in the form of a " +"JSON-RPC request or notification." +msgstr "" + +#: doc/classes/JSONRPC.xml:86 +msgid "" +"A method call was requested but no function of that name existed in the " +"JSONRPC subclass." +msgstr "" + +#: doc/classes/KinematicBody.xml:4 +msgid "Kinematic body 3D node." +msgstr "" + +#: doc/classes/KinematicBody.xml:7 +msgid "" +"Kinematic bodies are special types of bodies that are meant to be user-" +"controlled. They are not affected by physics at all; to other types of " +"bodies, such as a character or a rigid body, these are the same as a static " +"body. However, they have two main uses:\n" +"[b]Simulated motion:[/b] When these bodies are moved manually, either from " +"code or from an [AnimationPlayer] (with [member AnimationPlayer." +"playback_process_mode] set to \"physics\"), the physics will automatically " +"compute an estimate of their linear and angular velocity. This makes them " +"very useful for moving platforms or other AnimationPlayer-controlled objects " +"(like a door, a bridge that opens, etc).\n" +"[b]Kinematic characters:[/b] KinematicBody also has an API for moving " +"objects (the [method move_and_collide] and [method move_and_slide] methods) " +"while performing collision tests. This makes them really useful to implement " +"characters that collide against a world, but don't require advanced physics." +msgstr "" + +#: doc/classes/KinematicBody.xml:12 doc/classes/KinematicBody2D.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/kinematic_character_2d." +"html" +msgstr "" + +#: doc/classes/KinematicBody.xml:23 +msgid "" +"Returns [code]true[/code] if the specified [code]axis[/code] is locked. See " +"also [member move_lock_x], [member move_lock_y] and [member move_lock_z]." +msgstr "" + +#: doc/classes/KinematicBody.xml:30 +msgid "" +"Returns the floor's collision angle at the last collision point according to " +"[code]up_direction[/code], which is [code]Vector3.UP[/code] by default. This " +"value is always positive and only valid after calling [method " +"move_and_slide] and when [method is_on_floor] returns [code]true[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:36 doc/classes/KinematicBody2D.xml:28 +msgid "" +"Returns the surface normal of the floor at the last collision point. Only " +"valid after calling [method move_and_slide] or [method " +"move_and_slide_with_snap] and when [method is_on_floor] returns [code]true[/" +"code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:42 doc/classes/KinematicBody2D.xml:34 +msgid "" +"Returns the linear velocity of the floor at the last collision point. Only " +"valid after calling [method move_and_slide] or [method " +"move_and_slide_with_snap] and when [method is_on_floor] returns [code]true[/" +"code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:48 +msgid "" +"Returns a [KinematicCollision], which contains information about the latest " +"collision that occurred during the last call to [method move_and_slide]." +msgstr "" + +#: doc/classes/KinematicBody.xml:55 +msgid "" +"Returns a [KinematicCollision], which contains information about a collision " +"that occurred during the last call to [method move_and_slide] or [method " +"move_and_slide_with_snap]. Since the body can collide several times in a " +"single call to [method move_and_slide], you must specify the index of the " +"collision in the range 0 to ([method get_slide_count] - 1)." +msgstr "" + +#: doc/classes/KinematicBody.xml:61 doc/classes/KinematicBody2D.xml:59 +msgid "" +"Returns the number of times the body collided and changed direction during " +"the last call to [method move_and_slide] or [method " +"move_and_slide_with_snap]." +msgstr "" + +#: doc/classes/KinematicBody.xml:67 doc/classes/KinematicBody2D.xml:65 +msgid "" +"Returns [code]true[/code] if the body collided with the ceiling on the last " +"call of [method move_and_slide] or [method move_and_slide_with_snap]. " +"Otherwise, returns [code]false[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:73 doc/classes/KinematicBody2D.xml:71 +msgid "" +"Returns [code]true[/code] if the body collided with the floor on the last " +"call of [method move_and_slide] or [method move_and_slide_with_snap]. " +"Otherwise, returns [code]false[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:79 doc/classes/KinematicBody2D.xml:77 +msgid "" +"Returns [code]true[/code] if the body collided with a wall on the last call " +"of [method move_and_slide] or [method move_and_slide_with_snap]. Otherwise, " +"returns [code]false[/code]." +msgstr "" + +#: doc/classes/KinematicBody.xml:89 +msgid "" +"Moves the body along the vector [code]rel_vec[/code]. The body will stop if " +"it collides. Returns a [KinematicCollision], which contains information " +"about the collision.\n" +"If [code]test_only[/code] is [code]true[/code], the body does not move but " +"the would-be collision information is given." +msgstr "" + +#: doc/classes/KinematicBody.xml:102 +msgid "" +"Moves the body along a vector. If the body collides with another, it will " +"slide along the other body rather than stop immediately. If the other body " +"is a [KinematicBody] or [RigidBody], it will also be affected by the motion " +"of the other body. You can use this to make moving and rotating platforms, " +"or to make nodes push other nodes.\n" +"This method should be used in [method Node._physics_process] (or in a method " +"called by [method Node._physics_process]), as it uses the physics step's " +"[code]delta[/code] value automatically in calculations. Otherwise, the " +"simulation will run at an incorrect speed.\n" +"[code]linear_velocity[/code] is the velocity vector (typically meters per " +"second). Unlike in [method move_and_collide], you should [i]not[/i] multiply " +"it by [code]delta[/code] — the physics engine handles applying the " +"velocity.\n" +"[code]up_direction[/code] is the up direction, used to determine what is a " +"wall and what is a floor or a ceiling. If set to the default value of " +"[code]Vector3(0, 0, 0)[/code], everything is considered a wall.\n" +"If [code]stop_on_slope[/code] is [code]true[/code], body will not slide on " +"slopes when you include gravity in [code]linear_velocity[/code] and the body " +"is standing still.\n" +"If the body collides, it will change direction a maximum of " +"[code]max_slides[/code] times before it stops.\n" +"[code]floor_max_angle[/code] is the maximum angle (in radians) where a slope " +"is still considered a floor (or a ceiling), rather than a wall. The default " +"value equals 45 degrees.\n" +"If [code]infinite_inertia[/code] is [code]true[/code], body will be able to " +"push [RigidBody] nodes, but it won't also detect any collisions with them. " +"If [code]false[/code], it will interact with [RigidBody] nodes like with " +"[StaticBody].\n" +"Returns the [code]linear_velocity[/code] vector, rotated and/or scaled if a " +"slide collision occurred. To get detailed information about collisions that " +"occurred, use [method get_slide_collision].\n" +"When the body touches a moving platform, the platform's velocity is " +"automatically added to the body motion. If a collision occurs due to the " +"platform's motion, it will always be first in the slide collisions." +msgstr "" + +#: doc/classes/KinematicBody.xml:124 +msgid "" +"Moves the body while keeping it attached to slopes. Similar to [method " +"move_and_slide].\n" +"As long as the [code]snap[/code] vector is in contact with the ground, the " +"body will remain attached to the surface. This means you must disable snap " +"in order to jump, for example. You can do this by setting [code]snap[/code] " +"to [code](0, 0, 0)[/code] or by using [method move_and_slide] instead." +msgstr "" + +#: doc/classes/KinematicBody.xml:133 +msgid "" +"Locks or unlocks the specified [code]axis[/code] depending on the value of " +"[code]lock[/code]. See also [member move_lock_x], [member move_lock_y] and " +"[member move_lock_z]." +msgstr "" + +#: doc/classes/KinematicBody.xml:142 +msgid "" +"Checks for collisions without moving the body. Virtually sets the node's " +"position, scale and rotation to that of the given [Transform], then tries to " +"move the body along the vector [code]rel_vec[/code]. Returns [code]true[/" +"code] if a collision would occur." +msgstr "" + +#: doc/classes/KinematicBody.xml:148 +msgid "Lock the body's X axis movement." +msgstr "" + +#: doc/classes/KinematicBody.xml:151 +msgid "Lock the body's Y axis movement." +msgstr "" + +#: doc/classes/KinematicBody.xml:154 +msgid "Lock the body's Z axis movement." +msgstr "" + +#: doc/classes/KinematicBody.xml:157 doc/classes/KinematicBody2D.xml:138 +msgid "" +"Extra margin used for collision recovery in motion functions (see [method " +"move_and_collide], [method move_and_slide], [method " +"move_and_slide_with_snap]).\n" +"If the body is at least this close to another body, it will consider them to " +"be colliding and will be pushed away before performing the actual motion.\n" +"A higher value means it's more flexible for detecting collision, which helps " +"with consistently detecting walls and floors.\n" +"A lower value forces the collision algorithm to use more exact detection, so " +"it can be used in cases that specifically require precision, e.g at very low " +"scale to avoid visible jittering, or for stability with a stack of kinematic " +"bodies." +msgstr "" + +#: doc/classes/KinematicBody.xml:163 doc/classes/KinematicBody2D.xml:144 +msgid "" +"If [code]true[/code], the body's movement will be synchronized to the " +"physics frame. This is useful when animating movement via [AnimationPlayer], " +"for example on moving platforms. Do [b]not[/b] use together with [method " +"move_and_slide] or [method move_and_collide] functions." +msgstr "" + +#: doc/classes/KinematicBody.xml:166 +msgid "" +"Lock the body's X axis movement. Deprecated alias for [member " +"axis_lock_motion_x]." +msgstr "" + +#: doc/classes/KinematicBody.xml:169 +msgid "" +"Lock the body's Y axis movement. Deprecated alias for [member " +"axis_lock_motion_y]." +msgstr "" + +#: doc/classes/KinematicBody.xml:172 +msgid "" +"Lock the body's Z axis movement. Deprecated alias for [member " +"axis_lock_motion_z]." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:4 +msgid "Kinematic body 2D node." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:7 +msgid "" +"Kinematic bodies are special types of bodies that are meant to be user-" +"controlled. They are not affected by physics at all; to other types of " +"bodies, such as a character or a rigid body, these are the same as a static " +"body. However, they have two main uses:\n" +"[b]Simulated motion:[/b] When these bodies are moved manually, either from " +"code or from an [AnimationPlayer] (with [member AnimationPlayer." +"playback_process_mode] set to \"physics\"), the physics will automatically " +"compute an estimate of their linear and angular velocity. This makes them " +"very useful for moving platforms or other AnimationPlayer-controlled objects " +"(like a door, a bridge that opens, etc).\n" +"[b]Kinematic characters:[/b] KinematicBody2D also has an API for moving " +"objects (the [method move_and_collide] and [method move_and_slide] methods) " +"while performing collision tests. This makes them really useful to implement " +"characters that collide against a world, but don't require advanced physics." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/physics/" +"using_kinematic_body_2d.html" +msgstr "" + +#: doc/classes/KinematicBody2D.xml:22 +msgid "" +"Returns the floor's collision angle at the last collision point according to " +"[code]up_direction[/code], which is [code]Vector2.UP[/code] by default. This " +"value is always positive and only valid after calling [method " +"move_and_slide] and when [method is_on_floor] returns [code]true[/code]." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:40 +msgid "" +"Returns a [KinematicCollision2D], which contains information about the " +"latest collision that occurred during the last call to [method " +"move_and_slide]." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:47 +msgid "" +"Returns a [KinematicCollision2D], which contains information about a " +"collision that occurred during the last call to [method move_and_slide] or " +"[method move_and_slide_with_snap]. Since the body can collide several times " +"in a single call to [method move_and_slide], you must specify the index of " +"the collision in the range 0 to ([method get_slide_count] - 1).\n" +"[b]Example usage:[/b]\n" +"[codeblock]\n" +"for i in get_slide_count():\n" +" var collision = get_slide_collision(i)\n" +" print(\"Collided with: \", collision.collider.name)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/KinematicBody2D.xml:87 +msgid "" +"Moves the body along the vector [code]rel_vec[/code]. The body will stop if " +"it collides. Returns a [KinematicCollision2D], which contains information " +"about the collision.\n" +"If [code]test_only[/code] is [code]true[/code], the body does not move but " +"the would-be collision information is given." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:100 +msgid "" +"Moves the body along a vector. If the body collides with another, it will " +"slide along the other body rather than stop immediately. If the other body " +"is a [KinematicBody2D] or [RigidBody2D], it will also be affected by the " +"motion of the other body. You can use this to make moving and rotating " +"platforms, or to make nodes push other nodes.\n" +"This method should be used in [method Node._physics_process] (or in a method " +"called by [method Node._physics_process]), as it uses the physics step's " +"[code]delta[/code] value automatically in calculations. Otherwise, the " +"simulation will run at an incorrect speed.\n" +"[code]linear_velocity[/code] is the velocity vector in pixels per second. " +"Unlike in [method move_and_collide], you should [i]not[/i] multiply it by " +"[code]delta[/code] — the physics engine handles applying the velocity.\n" +"[code]up_direction[/code] is the up direction, used to determine what is a " +"wall and what is a floor or a ceiling. If set to the default value of " +"[code]Vector2(0, 0)[/code], everything is considered a wall. This is useful " +"for topdown games.\n" +"If [code]stop_on_slope[/code] is [code]true[/code], body will not slide on " +"slopes when you include gravity in [code]linear_velocity[/code] and the body " +"is standing still.\n" +"If the body collides, it will change direction a maximum of " +"[code]max_slides[/code] times before it stops.\n" +"[code]floor_max_angle[/code] is the maximum angle (in radians) where a slope " +"is still considered a floor (or a ceiling), rather than a wall. The default " +"value equals 45 degrees.\n" +"If [code]infinite_inertia[/code] is [code]true[/code], body will be able to " +"push [RigidBody2D] nodes, but it won't also detect any collisions with them. " +"If [code]false[/code], it will interact with [RigidBody2D] nodes like with " +"[StaticBody2D].\n" +"Returns the [code]linear_velocity[/code] vector, rotated and/or scaled if a " +"slide collision occurred. To get detailed information about collisions that " +"occurred, use [method get_slide_collision].\n" +"When the body touches a moving platform, the platform's velocity is " +"automatically added to the body motion. If a collision occurs due to the " +"platform's motion, it will always be first in the slide collisions." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:122 +msgid "" +"Moves the body while keeping it attached to slopes. Similar to [method " +"move_and_slide].\n" +"As long as the [code]snap[/code] vector is in contact with the ground, the " +"body will remain attached to the surface. This means you must disable snap " +"in order to jump, for example. You can do this by setting [code]snap[/code] " +"to [code](0, 0)[/code] or by using [method move_and_slide] instead." +msgstr "" + +#: doc/classes/KinematicBody2D.xml:132 +msgid "" +"Checks for collisions without moving the body. Virtually sets the node's " +"position, scale and rotation to that of the given [Transform2D], then tries " +"to move the body along the vector [code]rel_vec[/code]. Returns [code]true[/" +"code] if a collision would occur." +msgstr "" + +#: doc/classes/KinematicCollision.xml:4 +msgid "Collision data for [KinematicBody] collisions." +msgstr "" + +#: doc/classes/KinematicCollision.xml:7 +msgid "" +"Contains collision data for [KinematicBody] collisions. When a " +"[KinematicBody] is moved using [method KinematicBody.move_and_collide], it " +"stops if it detects a collision with another body. If a collision is " +"detected, a KinematicCollision object is returned.\n" +"This object contains information about the collision, including the " +"colliding object, the remaining motion, and the collision position. This " +"information can be used to calculate a collision response." +msgstr "" + +#: doc/classes/KinematicCollision.xml:17 +msgid "" +"The collision angle according to [code]up_direction[/code], which is " +"[code]Vector3.UP[/code] by default. This value is always positive." +msgstr "" + +#: doc/classes/KinematicCollision.xml:23 +#: doc/classes/KinematicCollision2D.xml:23 +msgid "The colliding body." +msgstr "" + +#: doc/classes/KinematicCollision.xml:26 +#: doc/classes/KinematicCollision2D.xml:26 +msgid "" +"The colliding body's unique instance ID. See [method Object.get_instance_id]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:29 +#: doc/classes/KinematicCollision2D.xml:29 +msgid "The colliding body's metadata. See [Object]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:32 +msgid "The colliding body's [RID] used by the [PhysicsServer]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:35 +#: doc/classes/KinematicCollision2D.xml:35 +msgid "The colliding body's shape." +msgstr "" + +#: doc/classes/KinematicCollision.xml:38 +msgid "The colliding shape's index. See [CollisionObject]." +msgstr "" + +#: doc/classes/KinematicCollision.xml:41 +#: doc/classes/KinematicCollision2D.xml:41 +msgid "The colliding object's velocity." +msgstr "" + +#: doc/classes/KinematicCollision.xml:44 +#: doc/classes/KinematicCollision2D.xml:44 +msgid "The moving object's colliding shape." +msgstr "" + +#: doc/classes/KinematicCollision.xml:47 +#: doc/classes/KinematicCollision2D.xml:47 +msgid "The colliding body's shape's normal at the point of collision." +msgstr "" + +#: doc/classes/KinematicCollision.xml:50 +#: doc/classes/KinematicCollision2D.xml:50 +msgid "The point of collision, in global coordinates." +msgstr "" + +#: doc/classes/KinematicCollision.xml:53 +#: doc/classes/KinematicCollision2D.xml:53 +msgid "The moving object's remaining movement vector." +msgstr "" + +#: doc/classes/KinematicCollision.xml:56 +#: doc/classes/KinematicCollision2D.xml:56 +msgid "The distance the moving object traveled before collision." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:4 +msgid "Collision data for [KinematicBody2D] collisions." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:7 +msgid "" +"Contains collision data for [KinematicBody2D] collisions. When a " +"[KinematicBody2D] is moved using [method KinematicBody2D.move_and_collide], " +"it stops if it detects a collision with another body. If a collision is " +"detected, a KinematicCollision2D object is returned.\n" +"This object contains information about the collision, including the " +"colliding object, the remaining motion, and the collision position. This " +"information can be used to calculate a collision response." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:17 +msgid "" +"The collision angle according to [code]up_direction[/code], which is " +"[code]Vector2.UP[/code] by default. This value is always positive." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:32 +msgid "The colliding body's [RID] used by the [Physics2DServer]." +msgstr "" + +#: doc/classes/KinematicCollision2D.xml:38 +msgid "The colliding shape's index. See [CollisionObject2D]." +msgstr "" + +#: doc/classes/Label.xml:4 +msgid "" +"Displays plain text in a line or wrapped inside a rectangle. For formatted " +"text, use [RichTextLabel]." +msgstr "" + +#: doc/classes/Label.xml:7 +msgid "" +"Label displays plain text on the screen. It gives you control over the " +"horizontal and vertical alignment and can wrap the text inside the node's " +"bounding rectangle. It doesn't support bold, italics, or other formatting. " +"For that, use [RichTextLabel] instead.\n" +"[b]Note:[/b] Contrarily to most other [Control]s, Label's [member Control." +"mouse_filter] defaults to [constant Control.MOUSE_FILTER_IGNORE] (i.e. it " +"doesn't react to mouse input events). This implies that a label won't " +"display any configured [member Control.hint_tooltip], unless you change its " +"mouse filter.\n" +"[b]Note:[/b] Unicode characters after [code]0xffff[/code] (such as most " +"emoji) are [i]not[/i] supported on Windows. They will display as unknown " +"characters instead. This will be resolved in Godot 4.0." +msgstr "" + +#: doc/classes/Label.xml:18 +msgid "Returns the amount of lines of text the Label has." +msgstr "" + +#: doc/classes/Label.xml:24 +msgid "Returns the font size in pixels." +msgstr "" + +#: doc/classes/Label.xml:30 +msgid "" +"Returns the total number of printable characters in the text (excluding " +"spaces and newlines)." +msgstr "" + +#: doc/classes/Label.xml:36 +msgid "" +"Returns the number of lines shown. Useful if the [Label]'s height cannot " +"currently display all lines." +msgstr "" + +#: doc/classes/Label.xml:42 +msgid "" +"Controls the text's horizontal align. Supports left, center, right, and " +"fill, or justify. Set it to one of the [enum Align] constants." +msgstr "" + +#: doc/classes/Label.xml:45 +msgid "" +"If [code]true[/code], wraps the text inside the node's bounding rectangle. " +"If you resize the node, it will change its height automatically to show all " +"the text." +msgstr "" + +#: doc/classes/Label.xml:48 +msgid "" +"If [code]true[/code], the Label only shows the text that fits inside its " +"bounding rectangle and will clip text horizontally." +msgstr "" + +#: doc/classes/Label.xml:51 +msgid "" +"The node ignores the first [code]lines_skipped[/code] lines before it starts " +"to display text." +msgstr "" + +#: doc/classes/Label.xml:54 +msgid "Limits the lines of text the node shows on screen." +msgstr "" + +#: doc/classes/Label.xml:58 +msgid "" +"Limits the amount of visible characters. If you set [code]percent_visible[/" +"code] to 0.5, only up to half of the text's characters will display on " +"screen. Useful to animate the text in a dialog box." +msgstr "" + +#: doc/classes/Label.xml:62 +msgid "The text to display on screen." +msgstr "" + +#: doc/classes/Label.xml:65 +msgid "If [code]true[/code], all the text displays as UPPERCASE." +msgstr "" + +#: doc/classes/Label.xml:68 +msgid "" +"Controls the text's vertical align. Supports top, center, bottom, and fill. " +"Set it to one of the [enum VAlign] constants." +msgstr "" + +#: doc/classes/Label.xml:71 +msgid "Restricts the number of characters to display. Set to -1 to disable." +msgstr "" + +#: doc/classes/Label.xml:76 +msgid "Align rows to the left (default)." +msgstr "" + +#: doc/classes/Label.xml:79 +msgid "Align rows centered." +msgstr "" + +#: doc/classes/Label.xml:82 +msgid "Align rows to the right." +msgstr "" + +#: doc/classes/Label.xml:85 +msgid "Expand row whitespaces to fit the width." +msgstr "" + +#: doc/classes/Label.xml:88 +msgid "Align the whole text to the top." +msgstr "" + +#: doc/classes/Label.xml:91 +msgid "Align the whole text to the center." +msgstr "" + +#: doc/classes/Label.xml:94 +msgid "Align the whole text to the bottom." +msgstr "" + +#: doc/classes/Label.xml:97 +msgid "Align the whole text by spreading the rows." +msgstr "" + +#: doc/classes/Label.xml:102 +msgid "[Font] used for the [Label]'s text." +msgstr "" + +#: doc/classes/Label.xml:105 +msgid "Default text [Color] of the [Label]." +msgstr "" + +#: doc/classes/Label.xml:108 +msgid "[Color] of the text's shadow effect." +msgstr "" + +#: doc/classes/Label.xml:111 +msgid "The tint of [Font]'s outline. See [member DynamicFont.outline_color]." +msgstr "" + +#: doc/classes/Label.xml:114 +msgid "Vertical space between lines in multiline [Label]." +msgstr "" + +#: doc/classes/Label.xml:117 +msgid "Background [StyleBox] for the [Label]." +msgstr "" + +#: doc/classes/Label.xml:120 +msgid "" +"Boolean value. If set to 1 ([code]true[/code]), the shadow will be displayed " +"around the whole text as an outline." +msgstr "" + +#: doc/classes/Label.xml:123 +msgid "The horizontal offset of the text's shadow." +msgstr "" + +#: doc/classes/Label.xml:126 +msgid "The vertical offset of the text's shadow." +msgstr "" + +#: doc/classes/LargeTexture.xml:4 +msgid "" +"[i]Deprecated.[/i] A [Texture] capable of storing many smaller textures with " +"offsets." +msgstr "" + +#: doc/classes/LargeTexture.xml:7 +msgid "" +"[i]Deprecated (will be removed in Godot 4.0).[/i] A [Texture] capable of " +"storing many smaller textures with offsets.\n" +"You can dynamically add pieces ([Texture]s) to this [LargeTexture] using " +"different offsets." +msgstr "" + +#: doc/classes/LargeTexture.xml:18 +msgid "" +"Adds [code]texture[/code] to this [LargeTexture], starting on offset " +"[code]ofs[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:24 +msgid "Clears the [LargeTexture]." +msgstr "" + +#: doc/classes/LargeTexture.xml:30 +msgid "Returns the number of pieces currently in this [LargeTexture]." +msgstr "" + +#: doc/classes/LargeTexture.xml:37 +msgid "Returns the offset of the piece with the index [code]idx[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:44 +msgid "Returns the [Texture] of the piece with the index [code]idx[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:52 +msgid "" +"Sets the offset of the piece with the index [code]idx[/code] to [code]ofs[/" +"code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:60 +msgid "" +"Sets the [Texture] of the piece with index [code]idx[/code] to " +"[code]texture[/code]." +msgstr "" + +#: doc/classes/LargeTexture.xml:67 +msgid "Sets the size of this [LargeTexture]." +msgstr "" + +#: doc/classes/Light.xml:4 +msgid "Provides a base class for different kinds of light nodes." +msgstr "" + +#: doc/classes/Light.xml:7 +msgid "" +"Light is the [i]abstract[/i] base class for light nodes. As it can't be " +"instanced, it shouldn't be used directly. Other types of light nodes inherit " +"from it. Light contains the common variables and parameters used for " +"lighting." +msgstr "" + +#: doc/classes/Light.xml:18 +msgid "Returns the value of the specified [enum Light.Param] parameter." +msgstr "" + +#: doc/classes/Light.xml:26 +msgid "Sets the value of the specified [enum Light.Param] parameter." +msgstr "" + +#: doc/classes/Light.xml:32 +msgid "" +"If [code]true[/code], the light only appears in the editor and will not be " +"visible at runtime." +msgstr "" + +#: doc/classes/Light.xml:35 +msgid "The light's bake mode. See [enum BakeMode]." +msgstr "" + +#: doc/classes/Light.xml:38 +msgid "" +"The light's color. An [i]overbright[/i] color can be used to achieve a " +"result equivalent to increasing the light's [member light_energy]." +msgstr "" + +#: doc/classes/Light.xml:41 +msgid "The light will affect objects in the selected layers." +msgstr "" + +#: doc/classes/Light.xml:44 +msgid "" +"The light's strength multiplier (this is not a physical unit). For " +"[OmniLight] and [SpotLight], changing this value will only change the light " +"color's intensity, not the light's radius." +msgstr "" + +#: doc/classes/Light.xml:47 +msgid "" +"Secondary multiplier used with indirect light (light bounces). This works on " +"both [BakedLightmap] and [GIProbe]." +msgstr "" + +#: doc/classes/Light.xml:50 +msgid "" +"If [code]true[/code], the light's effect is reversed, darkening areas and " +"casting bright shadows." +msgstr "" + +#: doc/classes/Light.xml:53 +msgid "" +"The size of the light in Godot units. Only considered in baked lightmaps and " +"only if [member light_bake_mode] is set to [constant BAKE_ALL]. Increasing " +"this value will make the shadows appear blurrier. This can be used to " +"simulate area lights to an extent." +msgstr "" + +#: doc/classes/Light.xml:56 +msgid "" +"The intensity of the specular blob in objects affected by the light. At " +"[code]0[/code], the light becomes a pure diffuse light. When not baking " +"emission, this can be used to avoid unrealistic reflections when placing " +"lights above an emissive surface." +msgstr "" + +#: doc/classes/Light.xml:59 +msgid "" +"Used to adjust shadow appearance. Too small a value results in self-" +"shadowing (\"shadow acne\"), while too large a value causes shadows to " +"separate from casters (\"peter-panning\"). Adjust as needed." +msgstr "" + +#: doc/classes/Light.xml:62 +msgid "The color of shadows cast by this light." +msgstr "" + +#: doc/classes/Light.xml:65 +msgid "Attempts to reduce [member shadow_bias] gap." +msgstr "" + +#: doc/classes/Light.xml:68 +msgid "If [code]true[/code], the light will cast shadows." +msgstr "" + +#: doc/classes/Light.xml:71 +msgid "" +"If [code]true[/code], reverses the backface culling of the mesh. This can be " +"useful when you have a flat mesh that has a light behind it. If you need to " +"cast a shadow on both sides of the mesh, set the mesh to use double-sided " +"shadows with [constant GeometryInstance.SHADOW_CASTING_SETTING_DOUBLE_SIDED]." +msgstr "" + +#: doc/classes/Light.xml:76 +msgid "Constant for accessing [member light_energy]." +msgstr "" + +#: doc/classes/Light.xml:79 +msgid "Constant for accessing [member light_indirect_energy]." +msgstr "" + +#: doc/classes/Light.xml:82 +msgid "Constant for accessing [member light_size]." +msgstr "" + +#: doc/classes/Light.xml:85 +msgid "Constant for accessing [member light_specular]." +msgstr "" + +#: doc/classes/Light.xml:88 +msgid "" +"Constant for accessing [member OmniLight.omni_range] or [member SpotLight." +"spot_range]." +msgstr "" + +#: doc/classes/Light.xml:91 +msgid "" +"Constant for accessing [member OmniLight.omni_attenuation] or [member " +"SpotLight.spot_attenuation]." +msgstr "" + +#: doc/classes/Light.xml:94 +msgid "Constant for accessing [member SpotLight.spot_angle]." +msgstr "" + +#: doc/classes/Light.xml:97 +msgid "Constant for accessing [member SpotLight.spot_angle_attenuation]." +msgstr "" + +#: doc/classes/Light.xml:100 +msgid "Constant for accessing [member shadow_contact]." +msgstr "" + +#: doc/classes/Light.xml:103 +msgid "" +"Constant for accessing [member DirectionalLight." +"directional_shadow_max_distance]." +msgstr "" + +#: doc/classes/Light.xml:106 +msgid "" +"Constant for accessing [member DirectionalLight.directional_shadow_split_1]." +msgstr "" + +#: doc/classes/Light.xml:109 +msgid "" +"Constant for accessing [member DirectionalLight.directional_shadow_split_2]." +msgstr "" + +#: doc/classes/Light.xml:112 +msgid "" +"Constant for accessing [member DirectionalLight.directional_shadow_split_3]." +msgstr "" + +#: doc/classes/Light.xml:115 +msgid "" +"Constant for accessing [member DirectionalLight." +"directional_shadow_normal_bias]." +msgstr "" + +#: doc/classes/Light.xml:118 +msgid "Constant for accessing [member shadow_bias]." +msgstr "" + +#: doc/classes/Light.xml:121 +msgid "" +"Constant for accessing [member DirectionalLight." +"directional_shadow_bias_split_scale]." +msgstr "" + +#: doc/classes/Light.xml:127 +msgid "" +"Light is ignored when baking.\n" +"[b]Note:[/b] Hiding a light does [i]not[/i] affect baking." +msgstr "" + +#: doc/classes/Light.xml:131 +msgid "Only indirect lighting will be baked (default)." +msgstr "" + +#: doc/classes/Light.xml:134 +msgid "" +"Both direct and indirect light will be baked.\n" +"[b]Note:[/b] You should hide the light if you don't want it to appear twice " +"(dynamic and baked)." +msgstr "" + +#: doc/classes/Light2D.xml:4 +msgid "Casts light in a 2D environment." +msgstr "" + +#: doc/classes/Light2D.xml:7 +msgid "" +"Casts light in a 2D environment. Light is defined by a (usually grayscale) " +"texture, a color, an energy value, a mode (see constants), and various other " +"parameters (range and shadows-related).\n" +"[b]Note:[/b] Light2D can also be used as a mask." +msgstr "" + +#: doc/classes/Light2D.xml:11 doc/classes/LightOccluder2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/2d/2d_lights_and_shadows.html" +msgstr "" + +#: doc/classes/Light2D.xml:17 +msgid "The Light2D's [Color]." +msgstr "" + +#: doc/classes/Light2D.xml:20 +msgid "If [code]true[/code], Light2D will only appear when editing the scene." +msgstr "" + +#: doc/classes/Light2D.xml:23 +msgid "If [code]true[/code], Light2D will emit light." +msgstr "" + +#: doc/classes/Light2D.xml:26 +msgid "" +"The Light2D's energy value. The larger the value, the stronger the light." +msgstr "" + +#: doc/classes/Light2D.xml:29 +msgid "The Light2D's mode. See [enum Mode] constants for values." +msgstr "" + +#: doc/classes/Light2D.xml:32 +msgid "The offset of the Light2D's [code]texture[/code]." +msgstr "" + +#: doc/classes/Light2D.xml:35 +msgid "The height of the Light2D. Used with 2D normal mapping." +msgstr "" + +#: doc/classes/Light2D.xml:38 +msgid "" +"The layer mask. Only objects with a matching mask will be affected by the " +"Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:41 +msgid "Maximum layer value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:44 +msgid "Minimum layer value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:47 +msgid "" +"Maximum [code]z[/code] value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:50 +msgid "" +"Minimum [code]z[/code] value of objects that are affected by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:53 +msgid "Shadow buffer size." +msgstr "" + +#: doc/classes/Light2D.xml:56 +msgid "[Color] of shadows cast by the Light2D." +msgstr "" + +#: doc/classes/Light2D.xml:59 +msgid "If [code]true[/code], the Light2D will cast shadows." +msgstr "" + +#: doc/classes/Light2D.xml:62 +msgid "Shadow filter type. See [enum ShadowFilter] for possible values." +msgstr "" + +#: doc/classes/Light2D.xml:65 +msgid "Smoothing value for shadows." +msgstr "" + +#: doc/classes/Light2D.xml:68 +msgid "Smooth shadow gradient length." +msgstr "" + +#: doc/classes/Light2D.xml:71 +msgid "" +"The shadow mask. Used with [LightOccluder2D] to cast shadows. Only occluders " +"with a matching light mask will cast shadows." +msgstr "" + +#: doc/classes/Light2D.xml:74 +msgid "[Texture] used for the Light2D's appearance." +msgstr "" + +#: doc/classes/Light2D.xml:77 +msgid "The [code]texture[/code]'s scale factor." +msgstr "" + +#: doc/classes/Light2D.xml:82 +msgid "" +"Adds the value of pixels corresponding to the Light2D to the values of " +"pixels under it. This is the common behavior of a light." +msgstr "" + +#: doc/classes/Light2D.xml:85 +msgid "" +"Subtracts the value of pixels corresponding to the Light2D to the values of " +"pixels under it, resulting in inversed light effect." +msgstr "" + +#: doc/classes/Light2D.xml:88 +msgid "" +"Mix the value of pixels corresponding to the Light2D to the values of pixels " +"under it by linear interpolation." +msgstr "" + +#: doc/classes/Light2D.xml:91 +msgid "" +"The light texture of the Light2D is used as a mask, hiding or revealing " +"parts of the screen underneath depending on the value of each pixel of the " +"light (mask) texture." +msgstr "" + +#: doc/classes/Light2D.xml:94 +msgid "No filter applies to the shadow map. See [member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:97 +msgid "" +"Percentage closer filtering (3 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:100 +msgid "" +"Percentage closer filtering (5 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:103 +msgid "" +"Percentage closer filtering (7 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:106 +msgid "" +"Percentage closer filtering (9 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/Light2D.xml:109 +msgid "" +"Percentage closer filtering (13 samples) applies to the shadow map. See " +"[member shadow_filter]." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:4 +msgid "Occludes light cast by a Light2D, casting shadows." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:7 +msgid "" +"Occludes light cast by a Light2D, casting shadows. The LightOccluder2D must " +"be provided with an [OccluderPolygon2D] in order for the shadow to be " +"computed." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:16 +msgid "" +"The LightOccluder2D's light mask. The LightOccluder2D will cast shadows only " +"from Light2D(s) that have the same light mask(s)." +msgstr "" + +#: doc/classes/LightOccluder2D.xml:19 +msgid "The [OccluderPolygon2D] used to compute the shadow." +msgstr "" + +#: doc/classes/Line2D.xml:4 +msgid "A 2D line." +msgstr "" + +#: doc/classes/Line2D.xml:7 +msgid "" +"A line through several points in 2D space.\n" +"[b]Note:[/b] By default, Godot can only draw up to 4,096 polygon points at a " +"time. To increase this limit, open the Project Settings and increase [member " +"ProjectSettings.rendering/limits/buffers/canvas_polygon_buffer_size_kb] and " +"[member ProjectSettings.rendering/limits/buffers/" +"canvas_polygon_index_buffer_size_kb]." +msgstr "" + +#: doc/classes/Line2D.xml:20 +msgid "" +"Adds a point at the [code]position[/code]. Appends the point at the end of " +"the line.\n" +"If [code]at_position[/code] is given, the point is inserted before the point " +"number [code]at_position[/code], moving that point (and every point after) " +"after the inserted point. If [code]at_position[/code] is not given, or is an " +"illegal value ([code]at_position < 0[/code] or [code]at_position >= [method " +"get_point_count][/code]), the point will be appended at the end of the point " +"list." +msgstr "" + +#: doc/classes/Line2D.xml:27 +msgid "Removes all points from the line." +msgstr "" + +#: doc/classes/Line2D.xml:33 +msgid "Returns the Line2D's amount of points." +msgstr "" + +#: doc/classes/Line2D.xml:40 +msgid "Returns point [code]i[/code]'s position." +msgstr "" + +#: doc/classes/Line2D.xml:47 +msgid "Removes the point at index [code]i[/code] from the line." +msgstr "" + +#: doc/classes/Line2D.xml:55 +msgid "" +"Overwrites the position in point [code]i[/code] with the supplied " +"[code]position[/code]." +msgstr "" + +#: doc/classes/Line2D.xml:61 +msgid "" +"If [code]true[/code], the line's border will be anti-aliased.\n" +"[b]Note:[/b] Line2D is not accelerated by batching when being anti-aliased." +msgstr "" + +#: doc/classes/Line2D.xml:65 +msgid "" +"Controls the style of the line's first point. Use [enum LineCapMode] " +"constants." +msgstr "" + +#: doc/classes/Line2D.xml:68 +msgid "The line's color. Will not be used if a gradient is set." +msgstr "" + +#: doc/classes/Line2D.xml:71 +msgid "" +"Controls the style of the line's last point. Use [enum LineCapMode] " +"constants." +msgstr "" + +#: doc/classes/Line2D.xml:74 +msgid "" +"The gradient is drawn through the whole line from start to finish. The " +"default color will not be used if a gradient is set." +msgstr "" + +#: doc/classes/Line2D.xml:77 +msgid "The style for the points between the start and the end." +msgstr "" + +#: doc/classes/Line2D.xml:80 +msgid "" +"The points that form the lines. The line is drawn between every point set in " +"this array. Points are interpreted as local vectors." +msgstr "" + +#: doc/classes/Line2D.xml:83 +msgid "" +"The smoothness of the rounded joints and caps. This is only used if a cap or " +"joint is set as round." +msgstr "" + +#: doc/classes/Line2D.xml:86 +msgid "" +"The direction difference in radians between vector points. This value is " +"only used if [code]joint mode[/code] is set to [constant LINE_JOINT_SHARP]." +msgstr "" + +#: doc/classes/Line2D.xml:89 +msgid "" +"The texture used for the line's texture. Uses [code]texture_mode[/code] for " +"drawing style." +msgstr "" + +#: doc/classes/Line2D.xml:92 +msgid "" +"The style to render the [code]texture[/code] on the line. Use [enum " +"LineTextureMode] constants." +msgstr "" + +#: doc/classes/Line2D.xml:95 +msgid "The line's width." +msgstr "" + +#: doc/classes/Line2D.xml:98 +msgid "" +"The line's width varies with the curve. The original width is simply " +"multiply by the value of the Curve." +msgstr "" + +#: doc/classes/Line2D.xml:103 +msgid "" +"The line's joints will be pointy. If [code]sharp_limit[/code] is greater " +"than the rotation of a joint, it becomes a bevel joint instead." +msgstr "" + +#: doc/classes/Line2D.xml:106 +msgid "The line's joints will be bevelled/chamfered." +msgstr "" + +#: doc/classes/Line2D.xml:109 +msgid "The line's joints will be rounded." +msgstr "" + +#: doc/classes/Line2D.xml:112 +msgid "Don't draw a line cap." +msgstr "" + +#: doc/classes/Line2D.xml:115 +msgid "Draws the line cap as a box." +msgstr "" + +#: doc/classes/Line2D.xml:118 +msgid "Draws the line cap as a circle." +msgstr "" + +#: doc/classes/Line2D.xml:121 +msgid "" +"Takes the left pixels of the texture and renders it over the whole line." +msgstr "" + +#: doc/classes/Line2D.xml:124 +msgid "" +"Tiles the texture over the line. The texture must be imported with " +"[b]Repeat[/b] enabled for it to work properly." +msgstr "" + +#: doc/classes/Line2D.xml:127 +msgid "" +"Stretches the texture across the line. Import the texture with [b]Repeat[/b] " +"disabled for best results." +msgstr "" + +#: doc/classes/LineEdit.xml:4 +msgid "Control that provides single-line string editing." +msgstr "" + +#: doc/classes/LineEdit.xml:7 +msgid "" +"LineEdit provides a single-line string editor, used for text fields.\n" +"It features many built-in shortcuts which will always be available " +"([code]Ctrl[/code] here maps to [code]Command[/code] on macOS):\n" +"- Ctrl + C: Copy\n" +"- Ctrl + X: Cut\n" +"- Ctrl + V or Ctrl + Y: Paste/\"yank\"\n" +"- Ctrl + Z: Undo\n" +"- Ctrl + Shift + Z: Redo\n" +"- Ctrl + U: Delete text from the cursor position to the beginning of the " +"line\n" +"- Ctrl + K: Delete text from the cursor position to the end of the line\n" +"- Ctrl + A: Select all text\n" +"- Up/Down arrow: Move the cursor to the beginning/end of the line\n" +"On macOS, some extra keyboard shortcuts are available:\n" +"- Ctrl + F: Like the right arrow key, move the cursor one character right\n" +"- Ctrl + B: Like the left arrow key, move the cursor one character left\n" +"- Ctrl + P: Like the up arrow key, move the cursor to the previous line\n" +"- Ctrl + N: Like the down arrow key, move the cursor to the next line\n" +"- Ctrl + D: Like the Delete key, delete the character on the right side of " +"cursor\n" +"- Ctrl + H: Like the Backspace key, delete the character on the left side of " +"the cursor\n" +"- Command + Left arrow: Like the Home key, move the cursor to the beginning " +"of the line\n" +"- Command + Right arrow: Like the End key, move the cursor to the end of the " +"line" +msgstr "" + +#: doc/classes/LineEdit.xml:35 +msgid "" +"Adds [code]text[/code] after the cursor. If the resulting value is longer " +"than [member max_length], nothing happens." +msgstr "" + +#: doc/classes/LineEdit.xml:41 +msgid "Erases the [LineEdit]'s [member text]." +msgstr "" + +#: doc/classes/LineEdit.xml:47 +msgid "" +"Deletes one character at the cursor's current position (equivalent to " +"pressing the [code]Delete[/code] key)." +msgstr "" + +#: doc/classes/LineEdit.xml:55 +msgid "" +"Deletes a section of the [member text] going from position " +"[code]from_column[/code] to [code]to_column[/code]. Both parameters should " +"be within the text's length." +msgstr "" + +#: doc/classes/LineEdit.xml:61 +msgid "Clears the current selection." +msgstr "" + +#: doc/classes/LineEdit.xml:67 +msgid "" +"Returns the [PopupMenu] of this [LineEdit]. By default, this menu is " +"displayed when right-clicking on the [LineEdit].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/LineEdit.xml:74 +msgid "" +"Returns the scroll offset due to [member caret_position], as a number of " +"characters." +msgstr "" + +#: doc/classes/LineEdit.xml:81 +msgid "Executes a given action as defined in the [enum MenuItems] enum." +msgstr "" + +#: doc/classes/LineEdit.xml:89 +msgid "" +"Selects characters inside [LineEdit] between [code]from[/code] and [code]to[/" +"code]. By default, [code]from[/code] is at the beginning and [code]to[/code] " +"at the end.\n" +"[codeblock]\n" +"text = \"Welcome\"\n" +"select() # Will select \"Welcome\".\n" +"select(4) # Will select \"ome\".\n" +"select(2, 5) # Will select \"lco\".\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/LineEdit.xml:101 +msgid "Selects the whole [String]." +msgstr "" + +#: doc/classes/LineEdit.xml:107 +msgid "Text alignment as defined in the [enum Align] enum." +msgstr "" + +#: doc/classes/LineEdit.xml:110 doc/classes/TextEdit.xml:391 +msgid "If [code]true[/code], the caret (visual cursor) blinks." +msgstr "" + +#: doc/classes/LineEdit.xml:113 doc/classes/TextEdit.xml:394 +msgid "Duration (in seconds) of a caret's blinking cycle." +msgstr "" + +#: doc/classes/LineEdit.xml:116 +msgid "" +"The cursor's position inside the [LineEdit]. When set, the text may scroll " +"to accommodate it." +msgstr "" + +#: doc/classes/LineEdit.xml:119 +msgid "" +"If [code]true[/code], the [LineEdit] will show a clear button if [code]text[/" +"code] is not empty, which can be used to clear the text quickly." +msgstr "" + +#: doc/classes/LineEdit.xml:122 +msgid "If [code]true[/code], the context menu will appear when right-clicked." +msgstr "" + +#: doc/classes/LineEdit.xml:125 +msgid "" +"If [code]false[/code], existing text cannot be modified and new text cannot " +"be added." +msgstr "" + +#: doc/classes/LineEdit.xml:128 +msgid "" +"If [code]true[/code], the [LineEdit] width will increase to stay longer than " +"the [member text]. It will [b]not[/b] compress if the [member text] is " +"shortened." +msgstr "" + +#: doc/classes/LineEdit.xml:132 +msgid "" +"Maximum amount of characters that can be entered inside the [LineEdit]. If " +"[code]0[/code], there is no limit.\n" +"When a limit is defined, characters that would exceed [member max_length] " +"are truncated. This happens both for existing [member text] contents when " +"setting the max length, or for new text inserted in the [LineEdit], " +"including pasting. If any input text is truncated, the [signal " +"text_change_rejected] signal is emitted with the truncated substring as " +"parameter.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"text = \"Hello world\"\n" +"max_length = 5\n" +"# `text` becomes \"Hello\".\n" +"max_length = 10\n" +"text += \" goodbye\"\n" +"# `text` becomes \"Hello good\".\n" +"# `text_change_rejected` is emitted with \"bye\" as parameter.\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/LineEdit.xml:147 +msgid "" +"Opacity of the [member placeholder_text]. From [code]0[/code] to [code]1[/" +"code]." +msgstr "" + +#: doc/classes/LineEdit.xml:150 +msgid "" +"Text shown when the [LineEdit] is empty. It is [b]not[/b] the [LineEdit]'s " +"default value (see [member text])." +msgstr "" + +#: doc/classes/LineEdit.xml:153 +msgid "" +"Sets the icon that will appear in the right end of the [LineEdit] if there's " +"no [member text], or always, if [member clear_button_enabled] is set to " +"[code]false[/code]." +msgstr "" + +#: doc/classes/LineEdit.xml:156 +msgid "" +"If [code]true[/code], every character is replaced with the secret character " +"(see [member secret_character])." +msgstr "" + +#: doc/classes/LineEdit.xml:159 +msgid "" +"The character to use to mask secret input (defaults to \"*\"). Only a single " +"character can be used as the secret character." +msgstr "" + +#: doc/classes/LineEdit.xml:162 +msgid "" +"If [code]false[/code], it's impossible to select the text using mouse nor " +"keyboard." +msgstr "" + +#: doc/classes/LineEdit.xml:165 +msgid "If [code]false[/code], using shortcuts will be disabled." +msgstr "" + +#: doc/classes/LineEdit.xml:168 +msgid "" +"String value of the [LineEdit].\n" +"[b]Note:[/b] Changing text using this property won't emit the [signal " +"text_changed] signal." +msgstr "" + +#: doc/classes/LineEdit.xml:172 doc/classes/TextEdit.xml:468 +msgid "" +"If [code]true[/code], the native virtual keyboard is shown when focused on " +"platforms that support it." +msgstr "" + +#: doc/classes/LineEdit.xml:179 +msgid "" +"Emitted when appending text that overflows the [member max_length]. The " +"appended text is truncated to fit [member max_length], and the part that " +"couldn't fit is passed as the [code]rejected_substring[/code] argument." +msgstr "" + +#: doc/classes/LineEdit.xml:185 doc/classes/TextEdit.xml:506 +msgid "Emitted when the text changes." +msgstr "" + +#: doc/classes/LineEdit.xml:191 +msgid "Emitted when the user presses [constant KEY_ENTER] on the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:197 +msgid "Aligns the text on the left-hand side of the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:200 +msgid "Centers the text in the middle of the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:203 +msgid "Aligns the text on the right-hand side of the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:206 +msgid "Stretches whitespaces to fit the [LineEdit]'s width." +msgstr "" + +#: doc/classes/LineEdit.xml:209 doc/classes/TextEdit.xml:527 +msgid "Cuts (copies and clears) the selected text." +msgstr "" + +#: doc/classes/LineEdit.xml:212 doc/classes/TextEdit.xml:530 +msgid "Copies the selected text." +msgstr "" + +#: doc/classes/LineEdit.xml:215 +msgid "" +"Pastes the clipboard text over the selected text (or at the cursor's " +"position).\n" +"Non-printable escape characters are automatically stripped from the OS " +"clipboard via [method String.strip_escapes]." +msgstr "" + +#: doc/classes/LineEdit.xml:219 +msgid "Erases the whole [LineEdit] text." +msgstr "" + +#: doc/classes/LineEdit.xml:222 +msgid "Selects the whole [LineEdit] text." +msgstr "" + +#: doc/classes/LineEdit.xml:225 doc/classes/TextEdit.xml:542 +msgid "Undoes the previous action." +msgstr "" + +#: doc/classes/LineEdit.xml:228 +msgid "Reverse the last undo action." +msgstr "" + +#: doc/classes/LineEdit.xml:231 doc/classes/TextEdit.xml:548 +msgid "Represents the size of the [enum MenuItems] enum." +msgstr "" + +#: doc/classes/LineEdit.xml:236 +msgid "Texture for the clear button. See [member clear_button_enabled]." +msgstr "" + +#: doc/classes/LineEdit.xml:239 +msgid "Color used as default tint for the clear button." +msgstr "" + +#: doc/classes/LineEdit.xml:242 +msgid "Color used for the clear button when it's pressed." +msgstr "" + +#: doc/classes/LineEdit.xml:245 +msgid "Color of the [LineEdit]'s visual cursor (caret)." +msgstr "" + +#: doc/classes/LineEdit.xml:248 +msgid "Background used when [LineEdit] has GUI focus." +msgstr "" + +#: doc/classes/LineEdit.xml:251 +msgid "Font used for the text." +msgstr "" + +#: doc/classes/LineEdit.xml:254 +msgid "Default font color." +msgstr "" + +#: doc/classes/LineEdit.xml:257 +msgid "Font color for selected text (inside the selection rectangle)." +msgstr "" + +#: doc/classes/LineEdit.xml:260 +msgid "Font color when editing is disabled." +msgstr "" + +#: doc/classes/LineEdit.xml:263 +msgid "" +"Minimum horizontal space for the text (not counting the clear button and " +"content margins). This value is measured in count of space characters (i.e. " +"this amount of space characters can be displayed without scrolling)." +msgstr "" + +#: doc/classes/LineEdit.xml:266 +msgid "Default background for the [LineEdit]." +msgstr "" + +#: doc/classes/LineEdit.xml:269 +msgid "" +"Background used when [LineEdit] is in read-only mode ([member editable] is " +"set to [code]false[/code])." +msgstr "" + +#: doc/classes/LineEdit.xml:272 +msgid "Color of the selection rectangle." +msgstr "" + +#: doc/classes/LineShape2D.xml:4 +msgid "Line shape for 2D collisions." +msgstr "" + +#: doc/classes/LineShape2D.xml:7 +msgid "" +"Line shape for 2D collisions. It works like a 2D plane and will not allow " +"any physics body to go to the negative side. Not recommended for rigid " +"bodies, and usually not recommended for static bodies either because it " +"forces checks against it on every frame." +msgstr "" + +#: doc/classes/LineShape2D.xml:15 +msgid "The line's distance from the origin." +msgstr "" + +#: doc/classes/LineShape2D.xml:18 +msgid "The line's normal." +msgstr "" + +#: doc/classes/LinkButton.xml:4 +msgid "Simple button used to represent a link to some resource." +msgstr "" + +#: doc/classes/LinkButton.xml:7 +msgid "" +"This kind of button is primarily used when the interaction with the button " +"causes a context change (like linking to a web page).\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/LinkButton.xml:21 +msgid "" +"Determines when to show the underline. See [enum UnderlineMode] for options." +msgstr "" + +#: doc/classes/LinkButton.xml:26 +msgid "The LinkButton will always show an underline at the bottom of its text." +msgstr "" + +#: doc/classes/LinkButton.xml:29 +msgid "" +"The LinkButton will show an underline at the bottom of its text when the " +"mouse cursor is over it." +msgstr "" + +#: doc/classes/LinkButton.xml:32 +msgid "The LinkButton will never show an underline at the bottom of its text." +msgstr "" + +#: doc/classes/LinkButton.xml:37 +msgid "" +"[StyleBox] used when the [LinkButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/LinkButton.xml:40 +msgid "[Font] of the [LinkButton]'s text." +msgstr "" + +#: doc/classes/LinkButton.xml:43 +msgid "Default text [Color] of the [LinkButton]." +msgstr "" + +#: doc/classes/LinkButton.xml:46 +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/LinkButton.xml:49 +msgid "Text [Color] used when the [LinkButton] is being hovered." +msgstr "" + +#: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 +msgid "The vertical space between the baseline of text and the underline." +msgstr "" + +#: doc/classes/Listener.xml:4 doc/classes/Listener2D.xml:4 +msgid "Overrides the location sounds are heard from." +msgstr "" + +#: doc/classes/Listener.xml:7 +msgid "" +"Once added to the scene tree and enabled using [method make_current], this " +"node will override the location sounds are heard from. This can be used to " +"listen from a location different from the [Camera]." +msgstr "" + +#: doc/classes/Listener.xml:15 +msgid "Disables the listener to use the current camera's listener instead." +msgstr "" + +#: doc/classes/Listener.xml:21 +msgid "Returns the listener's global orthonormalized [Transform]." +msgstr "" + +#: doc/classes/Listener.xml:27 +msgid "" +"Returns [code]true[/code] if the listener was made current using [method " +"make_current], [code]false[/code] otherwise.\n" +"[b]Note:[/b] There may be more than one Listener marked as \"current\" in " +"the scene tree, but only the one that was made current last will be used." +msgstr "" + +#: doc/classes/Listener.xml:34 +msgid "Enables the listener. This will override the current camera's listener." +msgstr "" + +#: doc/classes/Listener2D.xml:7 +msgid "" +"Once added to the scene tree and enabled using [method make_current], this " +"node will override the location sounds are heard from. Only one [Listener2D] " +"can be current. Using [method make_current] will disable the previous " +"[Listener2D].\n" +"If there is no active [Listener2D] in the current [Viewport], center of the " +"screen will be used as a hearing point for the audio. [Listener2D] needs to " +"be inside [SceneTree] to function." +msgstr "" + +#: doc/classes/Listener2D.xml:16 +msgid "" +"Disables the [Listener2D]. If it's not set as current, this method will have " +"no effect." +msgstr "" + +#: doc/classes/Listener2D.xml:22 +msgid "Returns [code]true[/code] if this [Listener2D] is currently active." +msgstr "" + +#: doc/classes/Listener2D.xml:28 +msgid "" +"Makes the [Listener2D] active, setting it as the hearing point for the " +"sounds. If there is already another active [Listener2D], it will be " +"disabled.\n" +"This method will have no effect if the [Listener2D] is not added to " +"[SceneTree]." +msgstr "" + +#: doc/classes/MainLoop.xml:4 +msgid "Abstract base class for the game's main loop." +msgstr "" + +#: doc/classes/MainLoop.xml:7 +msgid "" +"[MainLoop] is the abstract base class for a Godot project's game loop. It is " +"inherited by [SceneTree], which is the default game loop implementation used " +"in Godot projects, though it is also possible to write and use one's own " +"[MainLoop] subclass instead of the scene tree.\n" +"Upon the application start, a [MainLoop] implementation must be provided to " +"the OS; otherwise, the application will exit. This happens automatically " +"(and a [SceneTree] is created) unless a main [Script] is provided from the " +"command line (with e.g. [code]godot -s my_loop.gd[/code], which should then " +"be a [MainLoop] implementation.\n" +"Here is an example script implementing a simple [MainLoop]:\n" +"[codeblock]\n" +"extends MainLoop\n" +"\n" +"var time_elapsed = 0\n" +"var keys_typed = []\n" +"var quit = false\n" +"\n" +"func _initialize():\n" +" print(\"Initialized:\")\n" +" print(\" Starting time: %s\" % str(time_elapsed))\n" +"\n" +"func _idle(delta):\n" +" time_elapsed += delta\n" +" # Return true to end the main loop.\n" +" return quit\n" +"\n" +"func _input_event(event):\n" +" # Record keys.\n" +" if event is InputEventKey and event.pressed and !event.echo:\n" +" keys_typed.append(OS.get_scancode_string(event.scancode))\n" +" # Quit on Escape press.\n" +" if event.scancode == KEY_ESCAPE:\n" +" quit = true\n" +" # Quit on any mouse click.\n" +" if event is InputEventMouseButton:\n" +" quit = true\n" +"\n" +"func _finalize():\n" +" print(\"Finalized:\")\n" +" print(\" End time: %s\" % str(time_elapsed))\n" +" print(\" Keys typed: %s\" % var2str(keys_typed))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/MainLoop.xml:51 +msgid "" +"Called when files are dragged from the OS file manager and dropped in the " +"game window. The arguments are a list of file paths and the identifier of " +"the screen where the drag originated." +msgstr "" + +#: doc/classes/MainLoop.xml:57 +msgid "Called before the program exits." +msgstr "" + +#: doc/classes/MainLoop.xml:65 +msgid "" +"Called when the user performs an action in the system global menu (e.g. the " +"Mac OS menu bar)." +msgstr "" + +#: doc/classes/MainLoop.xml:72 +msgid "" +"Called each idle frame with the time since the last idle frame as argument " +"(in seconds). Equivalent to [method Node._process].\n" +"If implemented, the method must return a boolean value. [code]true[/code] " +"ends the main loop, while [code]false[/code] lets it proceed to the next " +"frame." +msgstr "" + +#: doc/classes/MainLoop.xml:79 +msgid "Called once during initialization." +msgstr "" + +#: doc/classes/MainLoop.xml:86 +msgid "Called whenever an [InputEvent] is received by the main loop." +msgstr "" + +#: doc/classes/MainLoop.xml:93 +msgid "" +"Deprecated callback, does not do anything. Use [method _input_event] to " +"parse text input. Will be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:100 +msgid "" +"Called each physics frame with the time since the last physics frame as " +"argument ([code]delta[/code], in seconds). Equivalent to [method Node." +"_physics_process].\n" +"If implemented, the method must return a boolean value. [code]true[/code] " +"ends the main loop, while [code]false[/code] lets it proceed to the next " +"frame." +msgstr "" + +#: doc/classes/MainLoop.xml:107 +msgid "" +"Should not be called manually, override [method _finalize] instead. Will be " +"removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:114 +msgid "" +"Should not be called manually, override [method _idle] instead. Will be " +"removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:120 +msgid "" +"Should not be called manually, override [method _initialize] instead. Will " +"be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:127 +msgid "" +"Should not be called manually, override [method _input_event] instead. Will " +"be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:134 +msgid "" +"Should not be called manually, override [method _input_text] instead. Will " +"be removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:141 +msgid "" +"Should not be called manually, override [method _iteration] instead. Will be " +"removed in Godot 4.0." +msgstr "" + +#: doc/classes/MainLoop.xml:150 +msgid "Emitted when a user responds to a permission request." +msgstr "" + +#: doc/classes/MainLoop.xml:156 doc/classes/Node.xml:791 +msgid "" +"Notification received from the OS when the mouse enters the game window.\n" +"Implemented on desktop and web platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:160 doc/classes/Node.xml:795 +msgid "" +"Notification received from the OS when the mouse leaves the game window.\n" +"Implemented on desktop and web platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:164 doc/classes/Node.xml:799 +msgid "" +"Notification received from the OS when the game window is focused.\n" +"Implemented on all platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:168 doc/classes/Node.xml:803 +msgid "" +"Notification received from the OS when the game window is unfocused.\n" +"Implemented on all platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:172 doc/classes/Node.xml:807 +msgid "" +"Notification received from the OS when a quit request is sent (e.g. closing " +"the window with a \"Close\" button or Alt+F4).\n" +"Implemented on desktop platforms." +msgstr "" + +#: doc/classes/MainLoop.xml:176 doc/classes/Node.xml:811 +msgid "" +"Notification received from the OS when a go back request is sent (e.g. " +"pressing the \"Back\" button on Android).\n" +"Specific to the Android platform." +msgstr "" + +#: doc/classes/MainLoop.xml:180 doc/classes/Node.xml:815 +msgid "" +"Notification received from the OS when an unfocus request is sent (e.g. " +"another OS window wants to take the focus).\n" +"No supported platforms currently send this notification." +msgstr "" + +#: doc/classes/MainLoop.xml:184 doc/classes/Node.xml:819 +msgid "" +"Notification received from the OS when the application is exceeding its " +"allocated memory.\n" +"Specific to the iOS platform." +msgstr "" + +#: doc/classes/MainLoop.xml:188 doc/classes/Node.xml:823 +msgid "" +"Notification received when translations may have changed. Can be triggered " +"by the user changing the locale. Can be used to respond to language changes, " +"for example to change the UI strings on the fly. Useful when working with " +"the built-in translation support, like [method Object.tr]." +msgstr "" + +#: doc/classes/MainLoop.xml:191 doc/classes/Node.xml:826 +msgid "" +"Notification received from the OS when a request for \"About\" information " +"is sent.\n" +"Specific to the macOS platform." +msgstr "" + +#: doc/classes/MainLoop.xml:195 doc/classes/Node.xml:830 +msgid "" +"Notification received from Godot's crash handler when the engine is about to " +"crash.\n" +"Implemented on desktop platforms if the crash handler is enabled." +msgstr "" + +#: doc/classes/MainLoop.xml:199 doc/classes/Node.xml:834 +msgid "" +"Notification received from the OS when an update of the Input Method Engine " +"occurs (e.g. change of IME cursor position or composition string).\n" +"Specific to the macOS platform." +msgstr "" + +#: doc/classes/MainLoop.xml:203 doc/classes/Node.xml:838 +msgid "" +"Notification received from the OS when the app is resumed.\n" +"Specific to the Android platform." +msgstr "" + +#: doc/classes/MainLoop.xml:207 doc/classes/Node.xml:842 +msgid "" +"Notification received from the OS when the app is paused.\n" +"Specific to the Android platform." +msgstr "" + +#: doc/classes/MarginContainer.xml:4 +msgid "Simple margin container." +msgstr "" + +#: doc/classes/MarginContainer.xml:7 +msgid "" +"Adds a top, left, bottom, and right margin to all [Control] nodes that are " +"direct children of the container. To control the [MarginContainer]'s margin, " +"use the [code]margin_*[/code] theme properties listed below.\n" +"[b]Note:[/b] Be careful, [Control] margin values are different than the " +"constant margin values. If you want to change the custom margin values of " +"the [MarginContainer] by code, you should use the following examples:\n" +"[codeblock]\n" +"# This code sample assumes the current script is extending MarginContainer.\n" +"var margin_value = 100\n" +"add_constant_override(\"margin_top\", margin_value)\n" +"add_constant_override(\"margin_left\", margin_value)\n" +"add_constant_override(\"margin_bottom\", margin_value)\n" +"add_constant_override(\"margin_right\", margin_value)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/MarginContainer.xml:26 +msgid "" +"All direct children of [MarginContainer] will have a bottom margin of " +"[code]margin_bottom[/code] pixels." +msgstr "" + +#: doc/classes/MarginContainer.xml:29 +msgid "" +"All direct children of [MarginContainer] will have a left margin of " +"[code]margin_left[/code] pixels." +msgstr "" + +#: doc/classes/MarginContainer.xml:32 +msgid "" +"All direct children of [MarginContainer] will have a right margin of " +"[code]margin_right[/code] pixels." +msgstr "" + +#: doc/classes/MarginContainer.xml:35 +msgid "" +"All direct children of [MarginContainer] will have a top margin of " +"[code]margin_top[/code] pixels." +msgstr "" + +#: doc/classes/Marshalls.xml:4 +msgid "Data transformation (marshalling) and encoding helpers." +msgstr "" + +#: doc/classes/Marshalls.xml:7 +msgid "Provides data transformation and encoding utility functions." +msgstr "" + +#: doc/classes/Marshalls.xml:16 +msgid "" +"Returns a decoded [PoolByteArray] corresponding to the Base64-encoded string " +"[code]base64_str[/code]." +msgstr "" + +#: doc/classes/Marshalls.xml:23 +msgid "" +"Returns a decoded string corresponding to the Base64-encoded string " +"[code]base64_str[/code]." +msgstr "" + +#: doc/classes/Marshalls.xml:31 +msgid "" +"Returns a decoded [Variant] corresponding to the Base64-encoded string " +"[code]base64_str[/code]. If [code]allow_objects[/code] is [code]true[/code], " +"decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/Marshalls.xml:39 +msgid "Returns a Base64-encoded string of a given [PoolByteArray]." +msgstr "" + +#: doc/classes/Marshalls.xml:46 +msgid "" +"Returns a Base64-encoded string of the UTF-8 string [code]utf8_str[/code]." +msgstr "" + +#: doc/classes/Marshalls.xml:54 +msgid "" +"Returns a Base64-encoded string of the [Variant] [code]variant[/code]. If " +"[code]full_objects[/code] is [code]true[/code], encoding objects is allowed " +"(and can potentially include code)." +msgstr "" + +#: doc/classes/Material.xml:4 +msgid "Abstract base [Resource] for coloring and shading geometry." +msgstr "" + +#: doc/classes/Material.xml:7 +msgid "" +"Material is a base [Resource] used for coloring and shading geometry. All " +"materials inherit from it and almost all [VisualInstance] derived nodes " +"carry a Material. A few flags and parameters are shared between all material " +"types and are configured here." +msgstr "" + +#: doc/classes/Material.xml:17 +msgid "" +"Sets the [Material] to be used for the next pass. This renders the object " +"again using a different material.\n" +"[b]Note:[/b] This only applies to [SpatialMaterial]s and [ShaderMaterial]s " +"with type \"Spatial\"." +msgstr "" + +#: doc/classes/Material.xml:21 +msgid "" +"Sets the render priority for transparent objects in 3D scenes. Higher " +"priority objects will be sorted in front of lower priority objects.\n" +"[b]Note:[/b] This only applies to sorting of transparent objects. This will " +"not impact how transparent objects are sorted relative to opaque objects. " +"This is because opaque objects are not sorted, while transparent objects are " +"sorted from back to front (subject to priority)." +msgstr "" + +#: doc/classes/Material.xml:27 +msgid "Maximum value for the [member render_priority] parameter." +msgstr "" + +#: doc/classes/Material.xml:30 +msgid "Minimum value for the [member render_priority] parameter." +msgstr "" + +#: doc/classes/MenuButton.xml:4 +msgid "Special button that brings up a [PopupMenu] when clicked." +msgstr "" + +#: doc/classes/MenuButton.xml:7 +msgid "" +"Special button that brings up a [PopupMenu] when clicked.\n" +"New items can be created inside this [PopupMenu] using [code]get_popup()." +"add_item(\"My Item Name\")[/code]. You can also create them directly from " +"the editor. To do so, select the [MenuButton] node, then in the toolbar at " +"the top of the 2D editor, click [b]Items[/b] then click [b]Add[/b] in the " +"popup. You will be able to give each item new properties.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/MenuButton.xml:17 doc/classes/OptionButton.xml:86 +msgid "" +"Returns the [PopupMenu] contained in this button.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/MenuButton.xml:25 +msgid "" +"If [code]true[/code], shortcuts are disabled and cannot be used to trigger " +"the button." +msgstr "" + +#: doc/classes/MenuButton.xml:34 +msgid "" +"If [code]true[/code], when the cursor hovers above another [MenuButton] " +"within the same parent which also has [code]switch_on_hover[/code] enabled, " +"it will close the current [MenuButton] and open the other one." +msgstr "" + +#: doc/classes/MenuButton.xml:41 +msgid "Emitted when [PopupMenu] of this MenuButton is about to show." +msgstr "" + +#: doc/classes/MenuButton.xml:49 +msgid "[StyleBox] used when the [MenuButton] is disabled." +msgstr "" + +#: doc/classes/MenuButton.xml:52 +msgid "" +"[StyleBox] used when the [MenuButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/MenuButton.xml:55 +msgid "[Font] of the [MenuButton]'s text." +msgstr "" + +#: doc/classes/MenuButton.xml:58 +msgid "Default text [Color] of the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:61 +msgid "Text [Color] used when the [MenuButton] is disabled." +msgstr "" + +#: doc/classes/MenuButton.xml:64 +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/MenuButton.xml:67 +msgid "Text [Color] used when the [MenuButton] is being hovered." +msgstr "" + +#: doc/classes/MenuButton.xml:70 +msgid "Text [Color] used when the [MenuButton] is being pressed." +msgstr "" + +#: doc/classes/MenuButton.xml:73 +msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgstr "" + +#: doc/classes/MenuButton.xml:76 +msgid "The horizontal space between [MenuButton]'s icon and text." +msgstr "" + +#: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 +msgid "[StyleBox] used when the [MenuButton] is being pressed." +msgstr "" + +#: doc/classes/Mesh.xml:4 +msgid "A [Resource] that contains vertex array-based geometry." +msgstr "" + +#: doc/classes/Mesh.xml:7 +msgid "" +"Mesh is a type of [Resource] that contains vertex array-based geometry, " +"divided in [i]surfaces[/i]. Each surface contains a completely separate " +"array and a material used to draw it. Design wise, a mesh with multiple " +"surfaces is preferred to a single surface, because objects created in 3D " +"editing software commonly contain multiple materials." +msgstr "" + +#: doc/classes/Mesh.xml:21 +msgid "" +"Calculate a [ConvexPolygonShape] from the mesh.\n" +"If [code]clean[/code] is [code]true[/code] (default), duplicate and interior " +"vertices are removed automatically. You can set it to [code]false[/code] to " +"make the process faster if not needed.\n" +"If [code]simplify[/code] is [code]true[/code], the geometry can be further " +"simplified to reduce the amount of vertices. Disabled by default." +msgstr "" + +#: doc/classes/Mesh.xml:30 +msgid "" +"Calculate an outline mesh at a defined offset (margin) from the original " +"mesh.\n" +"[b]Note:[/b] This method typically returns the vertices in reverse order (e." +"g. clockwise to counterclockwise)." +msgstr "" + +#: doc/classes/Mesh.xml:37 +msgid "Calculate a [ConcavePolygonShape] from the mesh." +msgstr "" + +#: doc/classes/Mesh.xml:43 +msgid "Generate a [TriangleMesh] from the mesh." +msgstr "" + +#: doc/classes/Mesh.xml:49 +msgid "" +"Returns the smallest [AABB] enclosing this mesh in local space. Not affected " +"by [code]custom_aabb[/code]. See also [method VisualInstance." +"get_transformed_aabb].\n" +"[b]Note:[/b] This is only implemented for [ArrayMesh] and [PrimitiveMesh]." +msgstr "" + +#: doc/classes/Mesh.xml:56 +msgid "" +"Returns all the vertices that make up the faces of the mesh. Each three " +"vertices represent one triangle." +msgstr "" + +#: doc/classes/Mesh.xml:62 +msgid "Returns the amount of surfaces that the [Mesh] holds." +msgstr "" + +#: doc/classes/Mesh.xml:69 +msgid "" +"Returns the arrays for the vertices, normals, uvs, etc. that make up the " +"requested surface (see [method ArrayMesh.add_surface_from_arrays])." +msgstr "" + +#: doc/classes/Mesh.xml:76 +msgid "Returns the blend shape arrays for the requested surface." +msgstr "" + +#: doc/classes/Mesh.xml:83 +msgid "" +"Returns a [Material] in a given surface. Surface is rendered using this " +"material." +msgstr "" + +#: doc/classes/Mesh.xml:91 +msgid "" +"Sets a [Material] for a given surface. Surface will be rendered using this " +"material." +msgstr "" + +#: doc/classes/Mesh.xml:97 +msgid "" +"Sets a hint to be used for lightmap resolution in [BakedLightmap]. Overrides " +"[member BakedLightmap.default_texels_per_unit]." +msgstr "" + +#: doc/classes/Mesh.xml:102 +msgid "Render array as points (one vertex equals one point)." +msgstr "" + +#: doc/classes/Mesh.xml:105 +msgid "Render array as lines (every two vertices a line is created)." +msgstr "" + +#: doc/classes/Mesh.xml:108 +msgid "Render array as line strip." +msgstr "" + +#: doc/classes/Mesh.xml:111 +msgid "Render array as line loop (like line strip, but closed)." +msgstr "" + +#: doc/classes/Mesh.xml:114 +msgid "Render array as triangles (every three vertices a triangle is created)." +msgstr "" + +#: doc/classes/Mesh.xml:117 +msgid "Render array as triangle strips." +msgstr "" + +#: doc/classes/Mesh.xml:120 +msgid "Render array as triangle fans." +msgstr "" + +#: doc/classes/Mesh.xml:123 doc/classes/VisualServer.xml:3363 +msgid "Blend shapes are normalized." +msgstr "" + +#: doc/classes/Mesh.xml:126 doc/classes/VisualServer.xml:3366 +msgid "Blend shapes are relative to base weight." +msgstr "" + +#: doc/classes/Mesh.xml:129 +msgid "" +"Mesh array contains vertices. All meshes require a vertex array so this " +"should always be present." +msgstr "" + +#: doc/classes/Mesh.xml:132 +msgid "Mesh array contains normals." +msgstr "" + +#: doc/classes/Mesh.xml:135 +msgid "Mesh array contains tangents." +msgstr "" + +#: doc/classes/Mesh.xml:138 +msgid "Mesh array contains colors." +msgstr "" + +#: doc/classes/Mesh.xml:141 +msgid "Mesh array contains UVs." +msgstr "" + +#: doc/classes/Mesh.xml:144 +msgid "Mesh array contains second UV." +msgstr "" + +#: doc/classes/Mesh.xml:147 +msgid "Mesh array contains bones." +msgstr "" + +#: doc/classes/Mesh.xml:150 +msgid "Mesh array contains bone weights." +msgstr "" + +#: doc/classes/Mesh.xml:153 +msgid "Mesh array uses indices." +msgstr "" + +#: doc/classes/Mesh.xml:156 +msgid "" +"Used internally to calculate other [code]ARRAY_COMPRESS_*[/code] enum " +"values. Do not use." +msgstr "" + +#: doc/classes/Mesh.xml:159 doc/classes/VisualServer.xml:3300 +msgid "Flag used to mark a compressed (half float) vertex array." +msgstr "" + +#: doc/classes/Mesh.xml:162 doc/classes/VisualServer.xml:3303 +msgid "Flag used to mark a compressed (half float) normal array." +msgstr "" + +#: doc/classes/Mesh.xml:165 doc/classes/VisualServer.xml:3306 +msgid "Flag used to mark a compressed (half float) tangent array." +msgstr "" + +#: doc/classes/Mesh.xml:168 doc/classes/VisualServer.xml:3309 +msgid "Flag used to mark a compressed (half float) color array." +msgstr "" + +#: doc/classes/Mesh.xml:171 doc/classes/VisualServer.xml:3312 +msgid "Flag used to mark a compressed (half float) UV coordinates array." +msgstr "" + +#: doc/classes/Mesh.xml:174 doc/classes/VisualServer.xml:3315 +msgid "" +"Flag used to mark a compressed (half float) UV coordinates array for the " +"second UV coordinates." +msgstr "" + +#: doc/classes/Mesh.xml:177 doc/classes/VisualServer.xml:3318 +msgid "Flag used to mark a compressed bone array." +msgstr "" + +#: doc/classes/Mesh.xml:180 doc/classes/VisualServer.xml:3321 +msgid "Flag used to mark a compressed (half float) weight array." +msgstr "" + +#: doc/classes/Mesh.xml:183 doc/classes/VisualServer.xml:3324 +msgid "Flag used to mark a compressed index array." +msgstr "" + +#: doc/classes/Mesh.xml:186 doc/classes/VisualServer.xml:3327 +msgid "Flag used to mark that the array contains 2D vertices." +msgstr "" + +#: doc/classes/Mesh.xml:189 doc/classes/VisualServer.xml:3330 +msgid "Flag used to mark that the array uses 16-bit bones instead of 8-bit." +msgstr "" + +#: doc/classes/Mesh.xml:192 doc/classes/VisualServer.xml:3333 +msgid "" +"Flag used to mark that the array uses an octahedral representation of normal " +"and tangent vectors rather than cartesian." +msgstr "" + +#: doc/classes/Mesh.xml:195 +msgid "" +"Used to set flags [constant ARRAY_COMPRESS_VERTEX], [constant " +"ARRAY_COMPRESS_NORMAL], [constant ARRAY_COMPRESS_TANGENT], [constant " +"ARRAY_COMPRESS_COLOR], [constant ARRAY_COMPRESS_TEX_UV], [constant " +"ARRAY_COMPRESS_TEX_UV2], [constant ARRAY_COMPRESS_WEIGHTS], and [constant " +"ARRAY_FLAG_USE_OCTAHEDRAL_COMPRESSION] quickly." +msgstr "" + +#: doc/classes/Mesh.xml:198 +msgid "Array of vertices." +msgstr "" + +#: doc/classes/Mesh.xml:201 +msgid "Array of normals." +msgstr "" + +#: doc/classes/Mesh.xml:204 +msgid "Array of tangents as an array of floats, 4 floats per tangent." +msgstr "" + +#: doc/classes/Mesh.xml:207 +msgid "Array of colors." +msgstr "" + +#: doc/classes/Mesh.xml:210 +msgid "Array of UV coordinates." +msgstr "" + +#: doc/classes/Mesh.xml:213 +msgid "Array of second set of UV coordinates." +msgstr "" + +#: doc/classes/Mesh.xml:216 +msgid "Array of bone data." +msgstr "" + +#: doc/classes/Mesh.xml:219 +msgid "Array of weights." +msgstr "" + +#: doc/classes/Mesh.xml:222 +msgid "Array of indices." +msgstr "" + +#: doc/classes/MeshDataTool.xml:4 +msgid "Helper tool to access and edit [Mesh] data." +msgstr "" + +#: doc/classes/MeshDataTool.xml:7 +msgid "" +"MeshDataTool provides access to individual vertices in a [Mesh]. It allows " +"users to read and edit vertex data of meshes. It also creates an array of " +"faces and edges.\n" +"To use MeshDataTool, load a mesh with [method create_from_surface]. When you " +"are finished editing the data commit the data to a mesh with [method " +"commit_to_surface].\n" +"Below is an example of how MeshDataTool may be used.\n" +"[codeblock]\n" +"var mesh = ArrayMesh.new()\n" +"mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, CubeMesh.new()." +"get_mesh_arrays())\n" +"var mdt = MeshDataTool.new()\n" +"mdt.create_from_surface(mesh, 0)\n" +"for i in range(mdt.get_vertex_count()):\n" +" var vertex = mdt.get_vertex(i)\n" +" # In this example we extend the mesh by one unit, which results in " +"separated faces as it is flat shaded.\n" +" vertex += mdt.get_vertex_normal(i)\n" +" # Save your change.\n" +" mdt.set_vertex(i, vertex)\n" +"mesh.surface_remove(0)\n" +"mdt.commit_to_surface(mesh)\n" +"var mi = MeshInstance.new()\n" +"mi.mesh = mesh\n" +"add_child(mi)\n" +"[/codeblock]\n" +"See also [ArrayMesh], [ImmediateGeometry] and [SurfaceTool] for procedural " +"geometry generation.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes." +msgstr "" + +#: doc/classes/MeshDataTool.xml:36 +msgid "Clears all data currently in MeshDataTool." +msgstr "" + +#: doc/classes/MeshDataTool.xml:43 +msgid "Adds a new surface to specified [Mesh] with edited data." +msgstr "" + +#: doc/classes/MeshDataTool.xml:51 +msgid "" +"Uses specified surface of given [Mesh] to populate data for MeshDataTool.\n" +"Requires [Mesh] with primitive type [constant Mesh.PRIMITIVE_TRIANGLES]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:58 +msgid "Returns the number of edges in this [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:65 +msgid "Returns array of faces that touch given edge." +msgstr "" + +#: doc/classes/MeshDataTool.xml:72 +msgid "Returns meta information assigned to given edge." +msgstr "" + +#: doc/classes/MeshDataTool.xml:80 +msgid "" +"Returns index of specified vertex connected to given edge.\n" +"Vertex argument can only be 0 or 1 because edges are comprised of two " +"vertices." +msgstr "" + +#: doc/classes/MeshDataTool.xml:87 +msgid "Returns the number of faces in this [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:95 +msgid "" +"Returns specified edge associated with given face.\n" +"Edge argument must 2 or less because a face only has three edges." +msgstr "" + +#: doc/classes/MeshDataTool.xml:103 +msgid "Returns the metadata associated with the given face." +msgstr "" + +#: doc/classes/MeshDataTool.xml:110 +msgid "Calculates and returns the face normal of the given face." +msgstr "" + +#: doc/classes/MeshDataTool.xml:118 +msgid "" +"Returns the specified vertex of the given face.\n" +"Vertex argument must be 2 or less because faces contain three vertices." +msgstr "" + +#: doc/classes/MeshDataTool.xml:125 +msgid "" +"Returns the [Mesh]'s format. Format is an integer made up of [Mesh] format " +"flags combined together. For example, a mesh containing both vertices and " +"normals would return a format of [code]3[/code] because [constant ArrayMesh." +"ARRAY_FORMAT_VERTEX] is [code]1[/code] and [constant ArrayMesh." +"ARRAY_FORMAT_NORMAL] is [code]2[/code].\n" +"See [enum ArrayMesh.ArrayFormat] for a list of format flags." +msgstr "" + +#: doc/classes/MeshDataTool.xml:132 +msgid "Returns the material assigned to the [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:139 +msgid "Returns the vertex at given index." +msgstr "" + +#: doc/classes/MeshDataTool.xml:146 +msgid "Returns the bones of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:153 +msgid "Returns the color of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:159 +msgid "Returns the total number of vertices in [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:166 +msgid "Returns an array of edges that share the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:173 +msgid "Returns an array of faces that share the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:180 +msgid "Returns the metadata associated with the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:187 +msgid "Returns the normal of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:194 +msgid "Returns the tangent of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:201 +msgid "Returns the UV of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:208 +msgid "Returns the UV2 of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:215 +msgid "Returns bone weights of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:223 +msgid "Sets the metadata of the given edge." +msgstr "" + +#: doc/classes/MeshDataTool.xml:231 +msgid "Sets the metadata of the given face." +msgstr "" + +#: doc/classes/MeshDataTool.xml:238 +msgid "Sets the material to be used by newly-constructed [Mesh]." +msgstr "" + +#: doc/classes/MeshDataTool.xml:246 +msgid "Sets the position of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:254 +msgid "Sets the bones of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:262 +msgid "Sets the color of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:270 +msgid "Sets the metadata associated with the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:278 +msgid "Sets the normal of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:286 +msgid "Sets the tangent of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:294 +msgid "Sets the UV of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:302 +msgid "Sets the UV2 of the given vertex." +msgstr "" + +#: doc/classes/MeshDataTool.xml:310 +msgid "Sets the bone weights of the given vertex." +msgstr "" + +#: doc/classes/MeshInstance.xml:4 +msgid "Node that instances meshes into a scenario." +msgstr "" + +#: doc/classes/MeshInstance.xml:7 +msgid "" +"MeshInstance is a node that takes a [Mesh] resource and adds it to the " +"current scenario by creating an instance of it. This is the class most often " +"used to get 3D geometry rendered and can be used to instance a single [Mesh] " +"in many places. This allows to reuse geometry and save on resources. When a " +"[Mesh] has to be instanced more than thousands of times at close proximity, " +"consider using a [MultiMesh] in a [MultiMeshInstance] instead." +msgstr "" + +#: doc/classes/MeshInstance.xml:21 +msgid "" +"This helper creates a [StaticBody] child node with a [ConvexPolygonShape] " +"collision shape calculated from the mesh geometry. It's mainly used for " +"testing.\n" +"If [code]clean[/code] is [code]true[/code] (default), duplicate and interior " +"vertices are removed automatically. You can set it to [code]false[/code] to " +"make the process faster if not needed.\n" +"If [code]simplify[/code] is [code]true[/code], the geometry can be further " +"simplified to reduce the amount of vertices. Disabled by default." +msgstr "" + +#: doc/classes/MeshInstance.xml:29 +msgid "" +"This helper creates a [MeshInstance] child node with gizmos at every vertex " +"calculated from the mesh geometry. It's mainly used for testing." +msgstr "" + +#: doc/classes/MeshInstance.xml:35 +msgid "" +"This helper creates a [StaticBody] child node with multiple " +"[ConvexPolygonShape] collision shapes calculated from the mesh geometry via " +"convex decomposition. It's mainly used for testing." +msgstr "" + +#: doc/classes/MeshInstance.xml:41 +msgid "" +"This helper creates a [StaticBody] child node with a [ConcavePolygonShape] " +"collision shape calculated from the mesh geometry. It's mainly used for " +"testing." +msgstr "" + +#: doc/classes/MeshInstance.xml:48 +msgid "" +"Returns the [Material] that will be used by the [Mesh] when drawing. This " +"can return the [member GeometryInstance.material_override], the surface " +"override [Material] defined in this [MeshInstance], or the surface " +"[Material] defined in the [Mesh]. For example, if [member GeometryInstance." +"material_override] is used, all surfaces will return the override material." +msgstr "" + +#: doc/classes/MeshInstance.xml:55 +msgid "Returns the [Material] for a surface of the [Mesh] resource." +msgstr "" + +#: doc/classes/MeshInstance.xml:61 +msgid "Returns the number of surface materials." +msgstr "" + +#: doc/classes/MeshInstance.xml:69 +msgid "Sets the [Material] for a surface of the [Mesh] resource." +msgstr "" + +#: doc/classes/MeshInstance.xml:75 +msgid "The [Mesh] resource for the instance." +msgstr "" + +#: doc/classes/MeshInstance.xml:78 +msgid "[NodePath] to the [Skeleton] associated with the instance." +msgstr "" + +#: doc/classes/MeshInstance.xml:81 +msgid "Sets the skin to be used by this instance." +msgstr "" + +#: doc/classes/MeshInstance.xml:84 +msgid "" +"If [code]true[/code], normals are transformed when software skinning is " +"used. Set to [code]false[/code] when normals are not needed for better " +"performance.\n" +"See [member ProjectSettings.rendering/quality/skinning/" +"software_skinning_fallback] for details about how software skinning is " +"enabled." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:4 +msgid "Node used for displaying a [Mesh] in 2D." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:7 +msgid "" +"Node used for displaying a [Mesh] in 2D. Can be constructed from an existing " +"[Sprite] via a tool in the editor toolbar. Select \"Sprite\" then \"Convert " +"to Mesh2D\", select settings in popup and press \"Create Mesh2D\"." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/2d_meshes.html" +msgstr "" + +#: doc/classes/MeshInstance2D.xml:16 +msgid "The [Mesh] that will be drawn by the [MeshInstance2D]." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:19 doc/classes/MultiMeshInstance2D.xml:19 +msgid "" +"The normal map that will be used if using the default [CanvasItemMaterial].\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:23 doc/classes/MultiMeshInstance2D.xml:23 +msgid "" +"The [Texture] that will be used if using the default [CanvasItemMaterial]. " +"Can be accessed as [code]TEXTURE[/code] in CanvasItem shader." +msgstr "" + +#: doc/classes/MeshInstance2D.xml:29 doc/classes/MultiMeshInstance2D.xml:29 +msgid "Emitted when the [member texture] is changed." +msgstr "" + +#: doc/classes/MeshLibrary.xml:4 +msgid "Library of meshes." +msgstr "" + +#: doc/classes/MeshLibrary.xml:7 +msgid "" +"A library of meshes. Contains a list of [Mesh] resources, each with a name " +"and ID. Each item can also include collision and navigation shapes. This " +"resource is used in [GridMap]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:17 +msgid "Clears the library." +msgstr "" + +#: doc/classes/MeshLibrary.xml:24 +msgid "" +"Creates a new item in the library with the given ID.\n" +"You can get an unused ID from [method get_last_unused_item_id]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:32 +msgid "Returns the first item with the given name." +msgstr "" + +#: doc/classes/MeshLibrary.xml:38 +msgid "Returns the list of item IDs in use." +msgstr "" + +#: doc/classes/MeshLibrary.xml:45 +msgid "Returns the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:52 +msgid "Returns the transform applied to the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:59 +msgid "Returns the item's name." +msgstr "" + +#: doc/classes/MeshLibrary.xml:66 +msgid "Returns the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:73 +msgid "Returns the transform applied to the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:80 +msgid "" +"When running in the editor, returns a generated item preview (a 3D rendering " +"in isometric perspective). When used in a running project, returns the " +"manually-defined item preview which can be set using [method " +"set_item_preview]. Returns an empty [Texture] if no preview was manually set " +"in a running project." +msgstr "" + +#: doc/classes/MeshLibrary.xml:87 +msgid "" +"Returns an item's collision shapes.\n" +"The array consists of each [Shape] followed by its [Transform]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:94 +msgid "Gets an unused ID for a new item." +msgstr "" + +#: doc/classes/MeshLibrary.xml:101 +msgid "Removes the item." +msgstr "" + +#: doc/classes/MeshLibrary.xml:109 +msgid "Sets the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:117 +msgid "Sets the transform to apply to the item's mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:125 +msgid "" +"Sets the item's name.\n" +"This name is shown in the editor. It can also be used to look up the item " +"later using [method find_item_by_name]." +msgstr "" + +#: doc/classes/MeshLibrary.xml:134 +msgid "Sets the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:142 +msgid "Sets the transform to apply to the item's navigation mesh." +msgstr "" + +#: doc/classes/MeshLibrary.xml:150 +msgid "Sets a texture to use as the item's preview icon in the editor." +msgstr "" + +#: doc/classes/MeshLibrary.xml:158 +msgid "" +"Sets an item's collision shapes.\n" +"The array should consist of [Shape] objects, each followed by a [Transform] " +"that will be applied to it. For shapes that should not have a transform, use " +"[constant Transform.IDENTITY]." +msgstr "" + +#: doc/classes/MeshTexture.xml:4 +msgid "Simple texture that uses a mesh to draw itself." +msgstr "" + +#: doc/classes/MeshTexture.xml:7 +msgid "" +"Simple texture that uses a mesh to draw itself. It's limited because flags " +"can't be changed and region drawing is not supported." +msgstr "" + +#: doc/classes/MeshTexture.xml:15 +msgid "Sets the base texture that the Mesh will use to draw." +msgstr "" + +#: doc/classes/MeshTexture.xml:19 +msgid "Sets the size of the image, needed for reference." +msgstr "" + +#: doc/classes/MeshTexture.xml:22 +msgid "Sets the mesh used to draw. It must be a mesh using 2D vertices." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:4 +msgid "Generic mobile VR implementation." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:7 +msgid "" +"This is a generic mobile VR implementation where you need to provide details " +"about the phone and HMD used. It does not rely on any existing framework. " +"This is the most basic interface we have. For the best effect, you need a " +"mobile phone with a gyroscope and accelerometer.\n" +"Note that even though there is no positional tracking, the camera will " +"assume the headset is at a height of 1.85 meters. You can change this by " +"setting [member eye_height].\n" +"You can initialise this interface as follows:\n" +"[codeblock]\n" +"var interface = ARVRServer.find_interface(\"Native mobile\")\n" +"if interface and interface.initialize():\n" +" get_viewport().arvr = true\n" +"[/codeblock]" +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:22 +msgid "" +"The distance between the display and the lenses inside of the device in " +"centimeters." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:25 +msgid "The width of the display in centimeters." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:28 +msgid "" +"The height at which the camera is placed in relation to the ground (i.e. " +"[ARVROrigin] node)." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:31 +msgid "" +"The interocular distance, also known as the interpupillary distance. The " +"distance between the pupils of the left and right eye." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:34 +msgid "" +"The k1 lens factor is one of the two constants that define the strength of " +"the lens used and directly influences the lens distortion effect." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:37 +msgid "The k2 lens factor, see k1." +msgstr "" + +#: modules/mobile_vr/doc_classes/MobileVRInterface.xml:40 +msgid "" +"The oversample setting. Because of the lens distortion we have to render our " +"buffers at a higher resolution then the screen can natively handle. A value " +"between 1.5 and 2.0 often provides good results but at the cost of " +"performance." +msgstr "" + +#: doc/classes/MultiMesh.xml:4 +msgid "Provides high-performance mesh instancing." +msgstr "" + +#: doc/classes/MultiMesh.xml:7 +msgid "" +"MultiMesh provides low-level mesh instancing. Drawing thousands of " +"[MeshInstance] nodes can be slow, since each object is submitted to the GPU " +"then drawn individually.\n" +"MultiMesh is much faster as it can draw thousands of instances with a single " +"draw call, resulting in less API overhead.\n" +"As a drawback, if the instances are too far away from each other, " +"performance may be reduced as every single instance will always render (they " +"are spatially indexed as one, for the whole object).\n" +"Since instances may have any behavior, the AABB used for visibility must be " +"provided by the user." +msgstr "" + +#: doc/classes/MultiMesh.xml:13 doc/classes/MultiMeshInstance.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" +"animating_thousands_of_fish.html" +msgstr "" + +#: doc/classes/MultiMesh.xml:14 doc/classes/MultiMeshInstance.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/optimization/using_multimesh." +"html" +msgstr "" + +#: doc/classes/MultiMesh.xml:20 +msgid "" +"Returns the visibility axis-aligned bounding box in local space. See also " +"[method VisualInstance.get_transformed_aabb]." +msgstr "" + +#: doc/classes/MultiMesh.xml:27 +msgid "Gets a specific instance's color." +msgstr "" + +#: doc/classes/MultiMesh.xml:34 +msgid "Returns the custom data that has been set for a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:41 +msgid "Returns the [Transform] of a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:48 +msgid "Returns the [Transform2D] of a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:55 +msgid "" +"Sets all data related to the instances in one go. This is especially useful " +"when loading the data from disk or preparing the data from GDNative.\n" +"All data is packed in one large float array. An array may look like this: " +"Transform for instance 1, color data for instance 1, custom data for " +"instance 1, transform for instance 2, color data for instance 2, etc...\n" +"[Transform] is stored as 12 floats, [Transform2D] is stored as 8 floats, " +"[code]COLOR_8BIT[/code] / [code]CUSTOM_DATA_8BIT[/code] is stored as 1 float " +"(4 bytes as is) and [code]COLOR_FLOAT[/code] / [code]CUSTOM_DATA_FLOAT[/" +"code] is stored as 4 floats." +msgstr "" + +#: doc/classes/MultiMesh.xml:65 +msgid "" +"Sets the color of a specific instance by [i]multiplying[/i] the mesh's " +"existing vertex colors.\n" +"For the color to take effect, ensure that [member color_format] is non-" +"[code]null[/code] on the [MultiMesh] and [member SpatialMaterial." +"vertex_color_use_as_albedo] is [code]true[/code] on the material." +msgstr "" + +#: doc/classes/MultiMesh.xml:74 +msgid "" +"Sets custom data for a specific instance. Although [Color] is used, it is " +"just a container for 4 floating point numbers. The format of the number can " +"change depending on the [enum CustomDataFormat] used." +msgstr "" + +#: doc/classes/MultiMesh.xml:82 +msgid "Sets the [Transform] for a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:90 +msgid "Sets the [Transform2D] for a specific instance." +msgstr "" + +#: doc/classes/MultiMesh.xml:96 +msgid "Format of colors in color array that gets passed to shader." +msgstr "" + +#: doc/classes/MultiMesh.xml:99 +msgid "Format of custom data in custom data array that gets passed to shader." +msgstr "" + +#: doc/classes/MultiMesh.xml:102 +msgid "" +"Number of instances that will get drawn. This clears and (re)sizes the " +"buffers. By default, all instances are drawn but you can limit this with " +"[member visible_instance_count]." +msgstr "" + +#: doc/classes/MultiMesh.xml:105 +msgid "Mesh to be drawn." +msgstr "" + +#: doc/classes/MultiMesh.xml:108 +msgid "Format of transform used to transform mesh, either 2D or 3D." +msgstr "" + +#: doc/classes/MultiMesh.xml:111 +msgid "" +"Limits the number of instances drawn, -1 draws all instances. Changing this " +"does not change the sizes of the buffers." +msgstr "" + +#: doc/classes/MultiMesh.xml:116 +msgid "Use this when using 2D transforms." +msgstr "" + +#: doc/classes/MultiMesh.xml:119 +msgid "Use this when using 3D transforms." +msgstr "" + +#: doc/classes/MultiMesh.xml:122 +msgid "Use when you are not using per-instance [Color]s." +msgstr "" + +#: doc/classes/MultiMesh.xml:125 +msgid "" +"Compress [Color] data into 8 bits when passing to shader. This uses less " +"memory and can be faster, but the [Color] loses precision." +msgstr "" + +#: doc/classes/MultiMesh.xml:128 +msgid "" +"The [Color] passed into [method set_instance_color] will use 4 floats. Use " +"this for highest precision [Color]." +msgstr "" + +#: doc/classes/MultiMesh.xml:131 +msgid "Use when you are not using per-instance custom data." +msgstr "" + +#: doc/classes/MultiMesh.xml:134 +msgid "" +"Compress custom_data into 8 bits when passing to shader. This uses less " +"memory and can be faster, but loses precision and range. Floats packed into " +"8 bits can only represent values between 0 and 1, numbers outside that range " +"will be clamped." +msgstr "" + +#: doc/classes/MultiMesh.xml:137 +msgid "" +"The [Color] passed into [method set_instance_custom_data] will use 4 floats. " +"Use this for highest precision." +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:4 +msgid "Node that instances a [MultiMesh]." +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:7 +msgid "" +"[MultiMeshInstance] is a specialized node to instance [GeometryInstance]s " +"based on a [MultiMesh] resource.\n" +"This is useful to optimize the rendering of a high amount of instances of a " +"given mesh (for example trees in a forest or grass strands)." +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/using_multi_mesh_instance." +"html" +msgstr "" + +#: doc/classes/MultiMeshInstance.xml:19 +msgid "" +"The [MultiMesh] resource that will be used and shared among all instances of " +"the [MultiMeshInstance]." +msgstr "" + +#: doc/classes/MultiMeshInstance2D.xml:4 +msgid "Node that instances a [MultiMesh] in 2D." +msgstr "" + +#: doc/classes/MultiMeshInstance2D.xml:7 +msgid "" +"[MultiMeshInstance2D] is a specialized node to instance a [MultiMesh] " +"resource in 2D.\n" +"Usage is the same as [MultiMeshInstance]." +msgstr "" + +#: doc/classes/MultiMeshInstance2D.xml:16 +msgid "The [MultiMesh] that will be drawn by the [MultiMeshInstance2D]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:4 +msgid "High-level multiplayer API." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:7 +msgid "" +"This class implements most of the logic behind the high-level multiplayer " +"API. See also [NetworkedMultiplayerPeer].\n" +"By default, [SceneTree] has a reference to this class that is used to " +"provide multiplayer capabilities (i.e. RPC/RSET) across the whole scene.\n" +"It is possible to override the MultiplayerAPI instance used by specific " +"Nodes by setting the [member Node.custom_multiplayer] property, effectively " +"allowing to run both client and server in the same scene.\n" +"[b]Note:[/b] The high-level multiplayer API protocol is an implementation " +"detail and isn't meant to be used by non-Godot servers. It may change " +"without notice." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:18 +msgid "" +"Clears the current MultiplayerAPI network state (you shouldn't call this " +"unless you know what you are doing)." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:24 +msgid "" +"Returns the peer IDs of all connected peers of this MultiplayerAPI's [member " +"network_peer]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:30 +msgid "" +"Returns the unique peer ID of this MultiplayerAPI's [member network_peer]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:36 +msgid "" +"Returns the sender's peer ID for the RPC currently being executed.\n" +"[b]Note:[/b] If not inside an RPC this method will return 0." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:43 doc/classes/SceneTree.xml:123 +msgid "Returns [code]true[/code] if there is a [member network_peer] set." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:49 +msgid "" +"Returns [code]true[/code] if this MultiplayerAPI's [member network_peer] is " +"in server mode (listening for connections)." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:55 +msgid "" +"Method used for polling the MultiplayerAPI. You only need to worry about " +"this if you are using [member Node.custom_multiplayer] override or you set " +"[member SceneTree.multiplayer_poll] to [code]false[/code]. By default, " +"[SceneTree] will poll its MultiplayerAPI for you.\n" +"[b]Note:[/b] This method results in RPCs and RSETs being called, so they " +"will be executed in the same context of this function (e.g. [code]_process[/" +"code], [code]physics[/code], [Thread])." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:65 +msgid "" +"Sends the given raw [code]bytes[/code] to a specific peer identified by " +"[code]id[/code] (see [method NetworkedMultiplayerPeer.set_target_peer]). " +"Default ID is [code]0[/code], i.e. broadcast to all peers." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:71 +msgid "" +"If [code]true[/code] (or if the [member network_peer] has [member PacketPeer." +"allow_object_decoding] set to [code]true[/code]), the MultiplayerAPI will " +"allow encoding and decoding of object during RPCs/RSETs.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:75 +msgid "" +"The peer object to handle the RPC system (effectively enabling networking " +"when set). Depending on the peer itself, the MultiplayerAPI will become a " +"network server (check with [method is_network_server]) and will set root " +"node's network mode to master, or it will become a regular peer with root " +"node set to puppet. All child nodes are set to inherit the network mode by " +"default. Handling of networking-related events (connection, disconnection, " +"new clients) is done by connecting to MultiplayerAPI's signals." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:78 +msgid "" +"If [code]true[/code], the MultiplayerAPI's [member network_peer] refuses new " +"incoming connections." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:81 +msgid "" +"The root node to use for RPCs. Instead of an absolute path, a relative path " +"will be used to find the node upon which the RPC should be executed.\n" +"This effectively allows to have different branches of the scene tree to be " +"managed by different MultiplayerAPI, allowing for example to run both client " +"and server in the same scene." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:88 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] successfully " +"connected to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:93 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] fails to establish " +"a connection to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:99 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] connects with a new " +"peer. ID is the peer ID of the new peer. Clients get notified when other " +"clients connect to the same server. Upon connecting to a server, a client " +"also receives this signal for the server (with ID being 1)." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:105 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] disconnects from a " +"peer. Clients get notified when other clients disconnect from the same " +"server." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:112 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] receive a " +"[code]packet[/code] with custom data (see [method send_bytes]). ID is the " +"peer ID of the peer that sent the packet." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:117 +msgid "" +"Emitted when this MultiplayerAPI's [member network_peer] disconnects from " +"server. Only emitted on clients." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:123 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to disable a " +"method or property for all RPC calls, making it unavailable. Default for all " +"methods." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:126 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to set a " +"method to be called or a property to be changed only on the remote end, not " +"locally. Analogous to the [code]remote[/code] keyword. Calls and property " +"changes are accepted from all remote peers, no matter if they are node's " +"master or puppets." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:129 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to set a " +"method to be called or a property to be changed only on the network master " +"for this node. Analogous to the [code]master[/code] keyword. Only accepts " +"calls or property changes from the node's network puppets, see [method Node." +"set_network_master]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:132 +msgid "" +"Used with [method Node.rpc_config] or [method Node.rset_config] to set a " +"method to be called or a property to be changed only on puppets for this " +"node. Analogous to the [code]puppet[/code] keyword. Only accepts calls or " +"property changes from the node's network master, see [method Node." +"set_network_master]." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:135 +msgid "" +"[i]Deprecated.[/i] Use [constant RPC_MODE_PUPPET] instead. Analogous to the " +"[code]slave[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:138 +msgid "" +"Behave like [constant RPC_MODE_REMOTE] but also make the call or property " +"change locally. Analogous to the [code]remotesync[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:141 +msgid "" +"[i]Deprecated.[/i] Use [constant RPC_MODE_REMOTESYNC] instead. Analogous to " +"the [code]sync[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:144 +msgid "" +"Behave like [constant RPC_MODE_MASTER] but also make the call or property " +"change locally. Analogous to the [code]mastersync[/code] keyword." +msgstr "" + +#: doc/classes/MultiplayerAPI.xml:147 +msgid "" +"Behave like [constant RPC_MODE_PUPPET] but also make the call or property " +"change locally. Analogous to the [code]puppetsync[/code] keyword." +msgstr "" + +#: doc/classes/Mutex.xml:4 +msgid "A synchronization mutex (mutual exclusion)." +msgstr "" + +#: doc/classes/Mutex.xml:7 +msgid "" +"A synchronization mutex (mutual exclusion). This is used to synchronize " +"multiple [Thread]s, and is equivalent to a binary [Semaphore]. It guarantees " +"that only one thread can ever acquire the lock at a time. A mutex can be " +"used to protect a critical section; however, be careful to avoid deadlocks." +msgstr "" + +#: doc/classes/Mutex.xml:10 doc/classes/Semaphore.xml:10 +#: doc/classes/Thread.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/threads/using_multiple_threads." +"html" +msgstr "" + +#: doc/classes/Mutex.xml:16 +msgid "" +"Locks this [Mutex], blocks until it is unlocked by the current owner.\n" +"[b]Note:[/b] This function returns without blocking if the thread already " +"has ownership of the mutex." +msgstr "" + +#: doc/classes/Mutex.xml:23 +msgid "" +"Tries locking this [Mutex], but does not block. Returns [constant OK] on " +"success, [constant ERR_BUSY] otherwise.\n" +"[b]Note:[/b] This function returns [constant OK] if the thread already has " +"ownership of the mutex." +msgstr "" + +#: doc/classes/Mutex.xml:30 +msgid "" +"Unlocks this [Mutex], leaving it to other threads.\n" +"[b]Note:[/b] If a thread called [method lock] or [method try_lock] multiple " +"times while already having ownership of the mutex, it must also call [method " +"unlock] the same number of times in order to unlock it correctly." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:13 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_class_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:20 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_method_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:27 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_property_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:34 +msgid "" +"Returns the documentation string that was previously set with " +"[code]godot_nativescript_set_signal_documentation[/code]." +msgstr "" + +#: modules/gdnative/doc_classes/NativeScript.xml:40 +msgid "" +"Constructs a new object of the base type with a script of this type already " +"attached.\n" +"[b]Note:[/b] Any arguments passed to this function will be ignored and not " +"passed to the native constructor function. This will change with in a future " +"API extension." +msgstr "" + +#: doc/classes/Navigation.xml:4 +msgid "Mesh-based navigation and pathfinding node." +msgstr "" + +#: doc/classes/Navigation.xml:7 +msgid "" +"Provides navigation and pathfinding within a collection of " +"[NavigationMesh]es. By default, these will be automatically collected from " +"child [NavigationMeshInstance] nodes, but they can also be added on the fly " +"with [method navmesh_add]. In addition to basic pathfinding, this class also " +"assists with aligning navigation agents with the meshes they are navigating " +"on.\n" +"[b]Note:[/b] The current navigation system has many known issues and will " +"not always return optimal paths as expected. These issues will be fixed in " +"Godot 4.0." +msgstr "" + +#: doc/classes/Navigation.xml:11 doc/classes/NavigationMesh.xml:10 +msgid "https://godotengine.org/asset-library/asset/124" +msgstr "" + +#: doc/classes/Navigation.xml:18 doc/classes/Navigation2D.xml:18 +msgid "" +"Returns the navigation point closest to the point given. Points are in local " +"coordinate space." +msgstr "" + +#: doc/classes/Navigation.xml:25 +msgid "" +"Returns the surface normal at the navigation point closest to the point " +"given. Useful for rotating a navigation agent according to the navigation " +"mesh it moves on." +msgstr "" + +#: doc/classes/Navigation.xml:32 +msgid "" +"Returns the owner of the [NavigationMesh] which contains the navigation " +"point closest to the point given. This is usually a " +"[NavigationMeshInstance]. For meshes added via [method navmesh_add], returns " +"the owner that was given (or [code]null[/code] if the [code]owner[/code] " +"parameter was omitted)." +msgstr "" + +#: doc/classes/Navigation.xml:41 +msgid "" +"Returns the navigation point closest to the given line segment. When " +"enabling [code]use_collision[/code], only considers intersection points " +"between segment and navigation meshes. If multiple intersection points are " +"found, the one closest to the segment start point is returned." +msgstr "" + +#: doc/classes/Navigation.xml:50 +msgid "" +"Returns the path between two given points. Points are in local coordinate " +"space. If [code]optimize[/code] is [code]true[/code] (the default), the " +"agent properties associated with each [NavigationMesh] (radius, height, " +"etc.) are considered in the path calculation, otherwise they are ignored.\n" +"[b]Note:[/b] This method has known issues and will often return non-optimal " +"paths. These issues will be fixed in Godot 4.0." +msgstr "" + +#: doc/classes/Navigation.xml:60 +msgid "" +"Adds a [NavigationMesh]. Returns an ID for use with [method navmesh_remove] " +"or [method navmesh_set_transform]. If given, a [Transform2D] is applied to " +"the polygon. The optional [code]owner[/code] is used as return value for " +"[method get_closest_point_owner]." +msgstr "" + +#: doc/classes/Navigation.xml:67 +msgid "Removes the [NavigationMesh] with the given ID." +msgstr "" + +#: doc/classes/Navigation.xml:75 +msgid "Sets the transform applied to the [NavigationMesh] with the given ID." +msgstr "" + +#: doc/classes/Navigation.xml:81 +msgid "" +"Defines which direction is up. By default, this is [code](0, 1, 0)[/code], " +"which is the world's \"up\" direction." +msgstr "" + +#: doc/classes/Navigation2D.xml:4 +msgid "2D navigation and pathfinding node." +msgstr "" + +#: doc/classes/Navigation2D.xml:7 +msgid "" +"Navigation2D provides navigation and pathfinding within a 2D area, specified " +"as a collection of [NavigationPolygon] resources. By default, these are " +"automatically collected from child [NavigationPolygonInstance] nodes, but " +"they can also be added on the fly with [method navpoly_add].\n" +"[b]Note:[/b] The current navigation system has many known issues and will " +"not always return optimal paths as expected. These issues will be fixed in " +"Godot 4.0." +msgstr "" + +#: doc/classes/Navigation2D.xml:11 doc/classes/NavigationPolygon.xml:27 +msgid "https://godotengine.org/asset-library/asset/117" +msgstr "" + +#: doc/classes/Navigation2D.xml:25 +msgid "" +"Returns the owner of the [NavigationPolygon] which contains the navigation " +"point closest to the point given. This is usually a " +"[NavigationPolygonInstance]. For polygons added via [method navpoly_add], " +"returns the owner that was given (or [code]null[/code] if the [code]owner[/" +"code] parameter was omitted)." +msgstr "" + +#: doc/classes/Navigation2D.xml:34 +msgid "" +"Returns the path between two given points. Points are in local coordinate " +"space. If [code]optimize[/code] is [code]true[/code] (the default), the path " +"is smoothed by merging path segments where possible.\n" +"[b]Note:[/b] This method has known issues and will often return non-optimal " +"paths. These issues will be fixed in Godot 4.0." +msgstr "" + +#: doc/classes/Navigation2D.xml:44 +msgid "" +"Adds a [NavigationPolygon]. Returns an ID for use with [method " +"navpoly_remove] or [method navpoly_set_transform]. If given, a [Transform2D] " +"is applied to the polygon. The optional [code]owner[/code] is used as return " +"value for [method get_closest_point_owner]." +msgstr "" + +#: doc/classes/Navigation2D.xml:51 +msgid "Removes the [NavigationPolygon] with the given ID." +msgstr "" + +#: doc/classes/Navigation2D.xml:59 +msgid "" +"Sets the transform applied to the [NavigationPolygon] with the given ID." +msgstr "" + +#: doc/classes/NavigationMesh.xml:4 +msgid "A mesh to approximate the walkable areas and obstacles." +msgstr "" + +#: doc/classes/NavigationMesh.xml:7 +msgid "" +"A navigation mesh is a collection of polygons that define which areas of an " +"environment are traversable to aid agents in pathfinding through complicated " +"spaces." +msgstr "" + +#: doc/classes/NavigationMesh.xml:17 doc/classes/NavigationPolygon.xml:49 +msgid "" +"Adds a polygon using the indices of the vertices you get when calling " +"[method get_vertices]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:23 +msgid "" +"Clears the array of polygons, but it doesn't clear the array of vertices." +msgstr "" + +#: doc/classes/NavigationMesh.xml:30 +msgid "" +"Initializes the navigation mesh by setting the vertices and indices " +"according to a [Mesh]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:37 +msgid "" +"Returns whether the specified [code]bit[/code] of the [member geometry/" +"collision_mask] is set." +msgstr "" + +#: doc/classes/NavigationMesh.xml:44 doc/classes/NavigationPolygon.xml:81 +msgid "" +"Returns a [PoolIntArray] containing the indices of the vertices of a created " +"polygon." +msgstr "" + +#: doc/classes/NavigationMesh.xml:50 +msgid "Returns the number of polygons in the navigation mesh." +msgstr "" + +#: doc/classes/NavigationMesh.xml:56 +msgid "" +"Returns a [PoolVector3Array] containing all the vertices being used to " +"create the polygons." +msgstr "" + +#: doc/classes/NavigationMesh.xml:64 +msgid "" +"If [code]value[/code] is [code]true[/code], sets the specified [code]bit[/" +"code] in the [member geometry/collision_mask].\n" +"If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" +"code] in the [member geometry/collision_mask]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:72 doc/classes/NavigationPolygon.xml:121 +msgid "" +"Sets the vertices that can be then indexed to create polygons with the " +"[method add_polygon] method." +msgstr "" + +#: doc/classes/NavigationMesh.xml:78 +msgid "" +"The minimum floor to ceiling height that will still allow the floor area to " +"be considered walkable.\n" +"[b]Note:[/b] While baking, this value will be rounded up to the nearest " +"multiple of [member cell/height]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:82 +msgid "" +"The minimum ledge height that is considered to still be traversable.\n" +"[b]Note:[/b] While baking, this value will be rounded down to the nearest " +"multiple of [member cell/height]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:86 +msgid "The maximum slope that is considered walkable, in degrees." +msgstr "" + +#: doc/classes/NavigationMesh.xml:89 +msgid "" +"The distance to erode/shrink the walkable area of the heightfield away from " +"obstructions.\n" +"[b]Note:[/b] While baking, this value will be rounded up to the nearest " +"multiple of [member cell/size]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:93 +msgid "The Y axis cell size to use for fields." +msgstr "" + +#: doc/classes/NavigationMesh.xml:96 +msgid "The XZ plane cell size to use for fields." +msgstr "" + +#: doc/classes/NavigationMesh.xml:99 +msgid "" +"The sampling distance to use when generating the detail mesh, in cell unit." +msgstr "" + +#: doc/classes/NavigationMesh.xml:102 +msgid "" +"The maximum distance the detail mesh surface should deviate from " +"heightfield, in cell unit." +msgstr "" + +#: doc/classes/NavigationMesh.xml:105 +msgid "" +"The maximum distance a simplfied contour's border edges should deviate the " +"original raw contour." +msgstr "" + +#: doc/classes/NavigationMesh.xml:108 +msgid "" +"The maximum allowed length for contour edges along the border of the mesh.\n" +"[b]Note:[/b] While baking, this value will be rounded up to the nearest " +"multiple of [member cell/size]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:112 +msgid "" +"If [code]true[/code], marks walkable spans as not walkable if the clearance " +"above the span is less than [member agent/height]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:115 +msgid "If [code]true[/code], marks spans that are ledges as non-walkable." +msgstr "" + +#: doc/classes/NavigationMesh.xml:118 +msgid "" +"If [code]true[/code], marks non-walkable spans as walkable if their maximum " +"is within [member agent/max_climb] of a walkable neighbor." +msgstr "" + +#: doc/classes/NavigationMesh.xml:121 +msgid "" +"The physics layers to scan for static colliders.\n" +"Only used when [member geometry/parsed_geometry_type] is [constant " +"PARSED_GEOMETRY_STATIC_COLLIDERS] or [constant PARSED_GEOMETRY_BOTH]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:125 +msgid "" +"Determines which type of nodes will be parsed as geometry. See [enum " +"ParsedGeometryType] for possible values." +msgstr "" + +#: doc/classes/NavigationMesh.xml:128 +msgid "" +"The source of the geometry used when baking. See [enum SourceGeometryMode] " +"for possible values." +msgstr "" + +#: doc/classes/NavigationMesh.xml:131 +msgid "" +"The name of the group to scan for geometry.\n" +"Only used when [member geometry/source_geometry_mode] is [constant " +"SOURCE_GEOMETRY_GROUPS_WITH_CHILDREN] or [constant " +"SOURCE_GEOMETRY_GROUPS_EXPLICIT]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:135 +msgid "" +"The maximum number of vertices allowed for polygons generated during the " +"contour to polygon conversion process." +msgstr "" + +#: doc/classes/NavigationMesh.xml:138 +msgid "" +"Any regions with a size smaller than this will be merged with larger regions " +"if possible.\n" +"[b]Note:[/b] This value will be squared to calculate the number of cells. " +"For example, a value of 20 will set the number of cells to 400." +msgstr "" + +#: doc/classes/NavigationMesh.xml:142 +msgid "" +"The minimum size of a region for it to be created.\n" +"[b]Note:[/b] This value will be squared to calculate the minimum number of " +"cells allowed to form isolated island areas. For example, a value of 8 will " +"set the number of cells to 64." +msgstr "" + +#: doc/classes/NavigationMesh.xml:146 +msgid "" +"Partitioning algorithm for creating the navigation mesh polys. See [enum " +"SamplePartitionType] for possible values." +msgstr "" + +#: doc/classes/NavigationMesh.xml:151 +msgid "" +"Watershed partitioning. Generally the best choice if you precompute the " +"navigation mesh, use this if you have large open areas." +msgstr "" + +#: doc/classes/NavigationMesh.xml:154 +msgid "" +"Monotone partitioning. Use this if you want fast navigation mesh generation." +msgstr "" + +#: doc/classes/NavigationMesh.xml:157 +msgid "" +"Layer partitioning. Good choice to use for tiled navigation mesh with medium " +"and small sized tiles." +msgstr "" + +#: doc/classes/NavigationMesh.xml:160 +msgid "Represents the size of the [enum SamplePartitionType] enum." +msgstr "" + +#: doc/classes/NavigationMesh.xml:163 +msgid "" +"Parses mesh instances as geometry. This includes [MeshInstance], [CSGShape], " +"and [GridMap] nodes." +msgstr "" + +#: doc/classes/NavigationMesh.xml:166 +msgid "" +"Parses [StaticBody] colliders as geometry. The collider should be in any of " +"the layers specified by [member geometry/collision_mask]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:169 +msgid "" +"Both [constant PARSED_GEOMETRY_MESH_INSTANCES] and [constant " +"PARSED_GEOMETRY_STATIC_COLLIDERS]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:172 +msgid "Represents the size of the [enum ParsedGeometryType] enum." +msgstr "" + +#: doc/classes/NavigationMesh.xml:175 +msgid "" +"Scans the child nodes of [NavigationMeshInstance] recursively for geometry." +msgstr "" + +#: doc/classes/NavigationMesh.xml:178 +msgid "" +"Scans nodes in a group and their child nodes recursively for geometry. The " +"group is specified by [member geometry/source_group_name]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:181 +msgid "" +"Uses nodes in a group for geometry. The group is specified by [member " +"geometry/source_group_name]." +msgstr "" + +#: doc/classes/NavigationMesh.xml:184 +msgid "Represents the size of the [enum SourceGeometryMode] enum." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:4 +msgid "Node that instances navigation meshes into a scenario." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:7 +msgid "" +"NavigationMeshInstance is a node that takes a [NavigationMesh] resource and " +"adds it to the current scenario by creating an instance of it." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:15 +msgid "If [code]true[/code], the navigation mesh will be used by [Navigation]." +msgstr "" + +#: doc/classes/NavigationMeshInstance.xml:18 +msgid "The [NavigationMesh] resource for the instance." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:4 +msgid "" +"A node that has methods to draw outlines or use indices of vertices to " +"create navigation polygons." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:7 +msgid "" +"There are two ways to create polygons. Either by using the [method " +"add_outline] method, or using the [method add_polygon] method.\n" +"Using [method add_outline]:\n" +"[codeblock]\n" +"var polygon = NavigationPolygon.new()\n" +"var outline = PoolVector2Array([Vector2(0, 0), Vector2(0, 50), Vector2(50, " +"50), Vector2(50, 0)])\n" +"polygon.add_outline(outline)\n" +"polygon.make_polygons_from_outlines()\n" +"$NavigationPolygonInstance.navpoly = polygon\n" +"[/codeblock]\n" +"Using [method add_polygon] and indices of the vertices array.\n" +"[codeblock]\n" +"var polygon = NavigationPolygon.new()\n" +"var vertices = PoolVector2Array([Vector2(0, 0), Vector2(0, 50), Vector2(50, " +"50), Vector2(50, 0)])\n" +"polygon.set_vertices(vertices)\n" +"var indices = PoolIntArray(0, 3, 1)\n" +"polygon.add_polygon(indices)\n" +"$NavigationPolygonInstance.navpoly = polygon\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NavigationPolygon.xml:34 +msgid "" +"Appends a [PoolVector2Array] that contains the vertices of an outline to the " +"internal array that contains all the outlines. You have to call [method " +"make_polygons_from_outlines] in order for this array to be converted to " +"polygons that the engine will use." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:42 +msgid "" +"Adds a [PoolVector2Array] that contains the vertices of an outline to the " +"internal array that contains all the outlines at a fixed position. You have " +"to call [method make_polygons_from_outlines] in order for this array to be " +"converted to polygons that the engine will use." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:55 +msgid "" +"Clears the array of the outlines, but it doesn't clear the vertices and the " +"polygons that were created by them." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:61 +msgid "" +"Clears the array of polygons, but it doesn't clear the array of outlines and " +"vertices." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:68 +msgid "" +"Returns a [PoolVector2Array] containing the vertices of an outline that was " +"created in the editor or by script." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:74 +msgid "" +"Returns the number of outlines that were created in the editor or by script." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:87 +msgid "Returns the count of all polygons." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:93 +msgid "" +"Returns a [PoolVector2Array] containing all the vertices being used to " +"create the polygons." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:99 +msgid "Creates polygons from the outlines added in the editor or by script." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:106 +msgid "" +"Removes an outline created in the editor or by script. You have to call " +"[method make_polygons_from_outlines] for the polygons to update." +msgstr "" + +#: doc/classes/NavigationPolygon.xml:114 +msgid "" +"Changes an outline created in the editor or by script. You have to call " +"[method make_polygons_from_outlines] for the polygons to update." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:4 +msgid "" +"PacketPeer implementation using the [url=http://enet.bespin.org/index." +"html]ENet[/url] library." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:7 +msgid "" +"A PacketPeer implementation that should be passed to [member SceneTree." +"network_peer] after being initialized as either a client or server. Events " +"can then be handled by connecting to [SceneTree] signals.\n" +"ENet's purpose is to provide a relatively thin, simple and robust network " +"communication layer on top of UDP (User Datagram Protocol).\n" +"[b]Note:[/b] ENet only uses UDP, not TCP. When forwarding the server port to " +"make your server accessible on the public Internet, you only need to forward " +"the server port in UDP. You can use the [UPNP] class to try to forward the " +"server port automatically when starting the server." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:12 +#: doc/classes/NetworkedMultiplayerPeer.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/networking/" +"high_level_multiplayer.html" +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:13 +msgid "http://enet.bespin.org/usergroup0.html" +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:20 +msgid "" +"Closes the connection. Ignored if no connection is currently established. If " +"this is a server it tries to notify all clients before forcibly " +"disconnecting them. If this is a client it simply closes the connection to " +"the server." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:31 +msgid "" +"Create client that connects to a server at [code]address[/code] using " +"specified [code]port[/code]. The given address needs to be either a fully " +"qualified domain name (e.g. [code]\"www.example.com\"[/code]) or an IP " +"address in IPv4 or IPv6 format (e.g. [code]\"192.168.1.1\"[/code]). The " +"[code]port[/code] is the port the server is listening on. The " +"[code]in_bandwidth[/code] and [code]out_bandwidth[/code] parameters can be " +"used to limit the incoming and outgoing bandwidth to the given number of " +"bytes per second. The default of 0 means unlimited bandwidth. Note that ENet " +"will strategically drop packets on specific sides of a connection between " +"peers to ensure the peer's bandwidth is not overwhelmed. The bandwidth " +"parameters also determine the window size of a connection which limits the " +"amount of reliable packets that may be in transit at any given time. Returns " +"[constant OK] if a client was created, [constant ERR_ALREADY_IN_USE] if this " +"NetworkedMultiplayerENet instance already has an open connection (in which " +"case you need to call [method close_connection] first) or [constant " +"ERR_CANT_CREATE] if the client could not be created. If [code]client_port[/" +"code] is specified, the client will also listen to the given port; this is " +"useful for some NAT traversal techniques." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:41 +msgid "" +"Create server that listens to connections via [code]port[/code]. The port " +"needs to be an available, unused port between 0 and 65535. Note that ports " +"below 1024 are privileged and may require elevated permissions depending on " +"the platform. To change the interface the server listens on, use [method " +"set_bind_ip]. The default IP is the wildcard [code]\"*\"[/code], which " +"listens on all available interfaces. [code]max_clients[/code] is the maximum " +"number of clients that are allowed at once, any number up to 4095 may be " +"used, although the achievable number of simultaneous clients may be far " +"lower and depends on the application. For additional details on the " +"bandwidth parameters, see [method create_client]. Returns [constant OK] if a " +"server was created, [constant ERR_ALREADY_IN_USE] if this " +"NetworkedMultiplayerENet instance already has an open connection (in which " +"case you need to call [method close_connection] first) or [constant " +"ERR_CANT_CREATE] if the server could not be created." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:49 +msgid "" +"Disconnect the given peer. If \"now\" is set to [code]true[/code], the " +"connection will be closed immediately without flushing queued messages." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:55 +msgid "" +"Returns the channel of the last packet fetched via [method PacketPeer." +"get_packet]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:61 +msgid "" +"Returns the channel of the next packet that will be retrieved via [method " +"PacketPeer.get_packet]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:68 +#: modules/websocket/doc_classes/WebSocketServer.xml:27 +msgid "Returns the IP address of the given peer." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:75 +#: modules/websocket/doc_classes/WebSocketServer.xml:34 +msgid "Returns the remote port of the given peer." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:82 +msgid "" +"The IP used when creating a server. This is set to the wildcard [code]\"*\"[/" +"code] by default, which binds to all available interfaces. The given IP " +"needs to be in IPv4 or IPv6 address format, for example: " +"[code]\"192.168.1.1\"[/code]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:89 +msgid "" +"Configure the [X509Certificate] to use when [member use_dtls] is [code]true[/" +"code]. For servers, you must also setup the [CryptoKey] via [method " +"set_dtls_key]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:96 +msgid "" +"Configure the [CryptoKey] to use when [member use_dtls] is [code]true[/" +"code]. Remember to also call [method set_dtls_certificate] to setup your " +"[X509Certificate]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:106 +msgid "" +"Sets the timeout parameters for a peer.The timeout parameters control how " +"and when a peer will timeout from a failure to acknowledge reliable traffic. " +"Timeout values are expressed in milliseconds.\n" +"The [code]timeout_limit[/code] is a factor that, multiplied by a value based " +"on the average round trip time, will determine the timeout limit for a " +"reliable packet. When that limit is reached, the timeout will be doubled, " +"and the peer will be disconnected if that limit has reached " +"[code]timeout_min[/code]. The [code]timeout_max[/code] parameter, on the " +"other hand, defines a fixed timeout for which any packet must be " +"acknowledged or the peer will be dropped." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:113 +msgid "" +"Enforce ordered packets when using [constant NetworkedMultiplayerPeer." +"TRANSFER_MODE_UNRELIABLE] (thus behaving similarly to [constant " +"NetworkedMultiplayerPeer.TRANSFER_MODE_UNRELIABLE_ORDERED]). This is the " +"only way to use ordering with the RPC system." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:116 +msgid "" +"The number of channels to be used by ENet. Channels are used to separate " +"different kinds of data. In reliable or ordered mode, for example, the " +"packet delivery order is ensured on a per-channel basis. This is done to " +"combat latency and reduces ordering restrictions on packets. The delivery " +"status of a packet in one channel won't stall the delivery of other packets " +"in another channel." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:119 +msgid "" +"The compression method used for network packets. These have different " +"tradeoffs of compression speed versus bandwidth, you may need to test which " +"one works best for your use case if you use compression at all.\n" +"[b]Note:[/b] Most games' network design involve sending many small packets " +"frequently (smaller than 4 KB each). If in doubt, it is recommended to keep " +"the default compression algorithm as it works best on these small packets.\n" +"[b]Note:[/b] [member compression_mode] must be set to the same value on both " +"the server and all its clients. Clients will fail to connect if the [member " +"compression_mode] set on the client differs from the one set on the server. " +"Prior to Godot 3.4, the default [member compression_mode] was [constant " +"COMPRESS_NONE]. Nonetheless, mixing engine versions between clients and " +"server is not recommended and not officially supported." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:124 +msgid "" +"The hostname used for DTLS verification, to be compared against the \"CN\" " +"value in the certificate provided by the server.\n" +"When set to an empty string, the [code]address[/code] parameter passed to " +"[method create_client] is used instead." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:128 +msgid "" +"Enable or disable certificate verification when [member use_dtls] " +"[code]true[/code]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:132 +msgid "" +"Enable or disable the server feature that notifies clients of other peers' " +"connection/disconnection, and relays messages between them. When this option " +"is [code]false[/code], clients won't be automatically notified of other " +"peers and won't be able to send them packets through the server." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:135 +msgid "" +"Set the default channel to be used to transfer data. By default, this value " +"is [code]-1[/code] which means that ENet will only use 2 channels: one for " +"reliable packets, and one for unreliable packets. The channel [code]0[/code] " +"is reserved and cannot be used. Setting this member to any value between " +"[code]0[/code] and [member channel_count] (excluded) will force ENet to use " +"that channel for sending data. See [member channel_count] for more " +"information about ENet channels." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:139 +msgid "" +"When enabled, the client or server created by this peer, will use " +"[PacketPeerDTLS] instead of raw UDP sockets for communicating with the " +"remote peer. This will make the communication encrypted with DTLS at the " +"cost of higher resource usage and potentially larger packet size.\n" +"[b]Note:[/b] When creating a DTLS server, make sure you setup the key/" +"certificate pair via [method set_dtls_key] and [method " +"set_dtls_certificate]. For DTLS clients, have a look at the [member " +"dtls_verify] option, and configure the certificate accordingly via [method " +"set_dtls_certificate]." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:145 +msgid "" +"No compression. This uses the most bandwidth, but has the upside of " +"requiring the fewest CPU resources. This option may also be used to make " +"network debugging using tools like Wireshark easier." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:148 +msgid "" +"ENet's built-in range encoding. Works well on small packets, but is not the " +"most efficient algorithm on packets larger than 4 KB." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:151 +msgid "" +"[url=http://fastlz.org/]FastLZ[/url] compression. This option uses less CPU " +"resources compared to [constant COMPRESS_ZLIB], at the expense of using more " +"bandwidth." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:154 +msgid "" +"[url=https://www.zlib.net/]Zlib[/url] compression. This option uses less " +"bandwidth compared to [constant COMPRESS_FASTLZ], at the expense of using " +"more CPU resources. Note that this algorithm is not very efficient on " +"packets smaller than 4 KB. Therefore, it's recommended to use other " +"compression algorithms in most cases." +msgstr "" + +#: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:157 +msgid "[url=https://facebook.github.io/zstd/]Zstandard[/url] compression." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:4 +msgid "A high-level network interface to simplify multiplayer interactions." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:7 +msgid "" +"Manages the connection to network peers. Assigns unique IDs to each client " +"connected to the server. See also [MultiplayerAPI].\n" +"[b]Note:[/b] The high-level multiplayer API protocol is an implementation " +"detail and isn't meant to be used by non-Godot servers. It may change " +"without notice." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:12 +msgid "https://godotengine.org/asset-library/asset/537" +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:18 +msgid "" +"Returns the current state of the connection. See [enum ConnectionStatus]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:24 +msgid "" +"Returns the ID of the [NetworkedMultiplayerPeer] who sent the most recent " +"packet." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:30 +msgid "Returns the ID of this [NetworkedMultiplayerPeer]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:36 +msgid "Waits up to 1 second to receive a new network event." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:43 +msgid "" +"Sets the peer to which packets will be sent.\n" +"The [code]id[/code] can be one of: [constant TARGET_PEER_BROADCAST] to send " +"to all connected peers, [constant TARGET_PEER_SERVER] to send to the peer " +"acting as server, a valid peer ID to send to that specific peer, a negative " +"peer ID to send to all peers except that one. By default, the target peer is " +"[constant TARGET_PEER_BROADCAST]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:50 +msgid "" +"If [code]true[/code], this [NetworkedMultiplayerPeer] refuses new " +"connections." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:53 +msgid "" +"The manner in which to send packets to the [code]target_peer[/code]. See " +"[enum TransferMode]." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:59 +msgid "Emitted when a connection attempt fails." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:64 +msgid "Emitted when a connection attempt succeeds." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:70 +msgid "Emitted by the server when a client connects." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:76 +msgid "Emitted by the server when a client disconnects." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:81 +msgid "Emitted by clients when the server disconnects." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:87 +msgid "" +"Packets are not acknowledged, no resend attempts are made for lost packets. " +"Packets may arrive in any order. Potentially faster than [constant " +"TRANSFER_MODE_UNRELIABLE_ORDERED]. Use for non-critical data, and always " +"consider whether the order matters." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:90 +msgid "" +"Packets are not acknowledged, no resend attempts are made for lost packets. " +"Packets are received in the order they were sent in. Potentially faster than " +"[constant TRANSFER_MODE_RELIABLE]. Use for non-critical data or data that " +"would be outdated if received late due to resend attempt(s) anyway, for " +"example movement and positional data." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:93 +msgid "" +"Packets must be received and resend attempts should be made until the " +"packets are acknowledged. Packets must be received in the order they were " +"sent in. Most reliable transfer mode, but potentially the slowest due to the " +"overhead. Use for critical data that must be transmitted and arrive in " +"order, for example an ability being triggered or a chat message. Consider " +"carefully if the information really is critical, and use sparingly." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:96 +msgid "The ongoing connection disconnected." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:99 +msgid "A connection attempt is ongoing." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:102 +msgid "The connection attempt succeeded." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:105 +msgid "Packets are sent to the server and then redistributed to other peers." +msgstr "" + +#: doc/classes/NetworkedMultiplayerPeer.xml:108 +msgid "Packets are sent to the server alone." +msgstr "" + +#: doc/classes/NinePatchRect.xml:4 +msgid "" +"Scalable texture-based frame that tiles the texture's centers and sides, but " +"keeps the corners' original size. Perfect for panels and dialog boxes." +msgstr "" + +#: doc/classes/NinePatchRect.xml:7 +msgid "" +"Also known as 9-slice panels, NinePatchRect produces clean panels of any " +"size, based on a small texture. To do so, it splits the texture in a 3×3 " +"grid. When you scale the node, it tiles the texture's sides horizontally or " +"vertically, the center on both axes but it doesn't scale or tile the corners." +msgstr "" + +#: doc/classes/NinePatchRect.xml:16 +msgid "" +"Returns the size of the margin identified by the given [enum Margin] " +"constant." +msgstr "" + +#: doc/classes/NinePatchRect.xml:24 +msgid "" +"Sets the size of the margin identified by the given [enum Margin] constant " +"to [code]value[/code] in pixels." +msgstr "" + +#: doc/classes/NinePatchRect.xml:30 +msgid "" +"The stretch mode to use for horizontal stretching/tiling. See [enum " +"NinePatchRect.AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/NinePatchRect.xml:33 +msgid "" +"The stretch mode to use for vertical stretching/tiling. See [enum " +"NinePatchRect.AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/NinePatchRect.xml:36 +msgid "" +"If [code]true[/code], draw the panel's center. Else, only draw the 9-slice's " +"borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:40 +msgid "" +"The height of the 9-slice's bottom row. A margin of 16 means the 9-slice's " +"bottom corners and side will have a height of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:43 +msgid "" +"The width of the 9-slice's left column. A margin of 16 means the 9-slice's " +"left corners and side will have a width of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:46 +msgid "" +"The width of the 9-slice's right column. A margin of 16 means the 9-slice's " +"right corners and side will have a width of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:49 +msgid "" +"The height of the 9-slice's top row. A margin of 16 means the 9-slice's top " +"corners and side will have a height of 16 pixels. You can set all 4 margin " +"values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/NinePatchRect.xml:52 +msgid "" +"Rectangular region of the texture to sample from. If you're working with an " +"atlas, use this property to define the area the 9-slice should use. All " +"other properties are relative to this one. If the rect is empty, " +"NinePatchRect will use the whole texture." +msgstr "" + +#: doc/classes/NinePatchRect.xml:55 +msgid "The node's texture resource." +msgstr "" + +#: doc/classes/NinePatchRect.xml:61 +msgid "Emitted when the node's texture changes." +msgstr "" + +#: doc/classes/NinePatchRect.xml:67 +msgid "" +"Stretches the center texture across the NinePatchRect. This may cause the " +"texture to be distorted." +msgstr "" + +#: doc/classes/NinePatchRect.xml:70 +msgid "" +"Repeats the center texture across the NinePatchRect. This won't cause any " +"visible distortion. The texture must be seamless for this to work without " +"displaying artifacts between edges.\n" +"[b]Note:[/b] Only supported when using the GLES3 renderer. When using the " +"GLES2 renderer, this will behave like [constant AXIS_STRETCH_MODE_STRETCH]." +msgstr "" + +#: doc/classes/NinePatchRect.xml:74 +msgid "" +"Repeats the center texture across the NinePatchRect, but will also stretch " +"the texture to make sure each tile is visible in full. This may cause the " +"texture to be distorted, but less than [constant AXIS_STRETCH_MODE_STRETCH]. " +"The texture must be seamless for this to work without displaying artifacts " +"between edges.\n" +"[b]Note:[/b] Only supported when using the GLES3 renderer. When using the " +"GLES2 renderer, this will behave like [constant AXIS_STRETCH_MODE_STRETCH]." +msgstr "" + +#: doc/classes/Node.xml:4 +msgid "Base class for all [i]scene[/i] objects." +msgstr "" + +#: doc/classes/Node.xml:7 +msgid "" +"Nodes are Godot's building blocks. They can be assigned as the child of " +"another node, resulting in a tree arrangement. A given node can contain any " +"number of nodes as children with the requirement that all siblings (direct " +"children of a node) should have unique names.\n" +"A tree of nodes is called a [i]scene[/i]. Scenes can be saved to the disk " +"and then instanced into other scenes. This allows for very high flexibility " +"in the architecture and data model of Godot projects.\n" +"[b]Scene tree:[/b] The [SceneTree] contains the active tree of nodes. When a " +"node is added to the scene tree, it receives the [constant " +"NOTIFICATION_ENTER_TREE] notification and its [method _enter_tree] callback " +"is triggered. Child nodes are always added [i]after[/i] their parent node, i." +"e. the [method _enter_tree] callback of a parent node will be triggered " +"before its child's.\n" +"Once all nodes have been added in the scene tree, they receive the [constant " +"NOTIFICATION_READY] notification and their respective [method _ready] " +"callbacks are triggered. For groups of nodes, the [method _ready] callback " +"is called in reverse order, starting with the children and moving up to the " +"parent nodes.\n" +"This means that when adding a node to the scene tree, the following order " +"will be used for the callbacks: [method _enter_tree] of the parent, [method " +"_enter_tree] of the children, [method _ready] of the children and finally " +"[method _ready] of the parent (recursively for the entire scene tree).\n" +"[b]Processing:[/b] Nodes can override the \"process\" state, so that they " +"receive a callback on each frame requesting them to process (do something). " +"Normal processing (callback [method _process], toggled with [method " +"set_process]) happens as fast as possible and is dependent on the frame " +"rate, so the processing time [i]delta[/i] (in seconds) is passed as an " +"argument. Physics processing (callback [method _physics_process], toggled " +"with [method set_physics_process]) happens a fixed number of times per " +"second (60 by default) and is useful for code related to the physics " +"engine.\n" +"Nodes can also process input events. When present, the [method _input] " +"function will be called for each input that the program receives. In many " +"cases, this can be overkill (unless used for simple projects), and the " +"[method _unhandled_input] function might be preferred; it is called when the " +"input event was not handled by anyone else (typically, GUI [Control] nodes), " +"ensuring that the node only receives the events that were meant for it.\n" +"To keep track of the scene hierarchy (especially when instancing scenes into " +"other scenes), an \"owner\" can be set for the node with the [member owner] " +"property. This keeps track of who instanced what. This is mostly useful when " +"writing editors and tools, though.\n" +"Finally, when a node is freed with [method Object.free] or [method " +"queue_free], it will also free all its children.\n" +"[b]Groups:[/b] Nodes can be added to as many groups as you want to be easy " +"to manage, you could create groups like \"enemies\" or \"collectables\" for " +"example, depending on your game. See [method add_to_group], [method " +"is_in_group] and [method remove_from_group]. You can then retrieve all nodes " +"in these groups, iterate them and even call methods on groups via the " +"methods on [SceneTree].\n" +"[b]Networking with nodes:[/b] After connecting to a server (or making one, " +"see [NetworkedMultiplayerENet]), it is possible to use the built-in RPC " +"(remote procedure call) system to communicate over the network. By calling " +"[method rpc] with a method name, it will be called locally and in all " +"connected peers (peers = clients and the server that accepts connections). " +"To identify which node receives the RPC call, Godot will use its [NodePath] " +"(make sure node names are the same on all peers). Also, take a look at the " +"high-level networking tutorial and corresponding demos." +msgstr "" + +#: doc/classes/Node.xml:20 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/" +"scenes_and_nodes.html" +msgstr "" + +#: doc/classes/Node.xml:21 +msgid "https://github.com/godotengine/godot-demo-projects/" +msgstr "" + +#: doc/classes/Node.xml:27 +msgid "" +"Called when the node enters the [SceneTree] (e.g. upon instancing, scene " +"changing, or after calling [method add_child] in a script). If the node has " +"children, its [method _enter_tree] callback will be called first, and then " +"that of the children.\n" +"Corresponds to the [constant NOTIFICATION_ENTER_TREE] notification in " +"[method Object._notification]." +msgstr "" + +#: doc/classes/Node.xml:34 +msgid "" +"Called when the node is about to leave the [SceneTree] (e.g. upon freeing, " +"scene changing, or after calling [method remove_child] in a script). If the " +"node has children, its [method _exit_tree] callback will be called last, " +"after all its children have left the tree.\n" +"Corresponds to the [constant NOTIFICATION_EXIT_TREE] notification in [method " +"Object._notification] and signal [signal tree_exiting]. To get notified when " +"the node has already left the active tree, connect to the [signal " +"tree_exited]." +msgstr "" + +#: doc/classes/Node.xml:41 +msgid "" +"The string returned from this method is displayed as a warning in the Scene " +"Dock if the script that overrides it is a [code]tool[/code] script.\n" +"Returning an empty string produces no warning.\n" +"Call [method update_configuration_warning] when the warning needs to be " +"updated for this node." +msgstr "" + +#: doc/classes/Node.xml:50 +msgid "" +"Called when there is an input event. The input event propagates up through " +"the node tree until a node consumes it.\n" +"It is only called if input processing is enabled, which is done " +"automatically if this method is overridden, and can be toggled with [method " +"set_process_input].\n" +"To consume the input event and stop it propagating further to other nodes, " +"[method SceneTree.set_input_as_handled] can be called.\n" +"For gameplay input, [method _unhandled_input] and [method " +"_unhandled_key_input] are usually a better fit as they allow the GUI to " +"intercept the events first.\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:61 +msgid "" +"Called during the physics processing step of the main loop. Physics " +"processing means that the frame rate is synced to the physics, i.e. the " +"[code]delta[/code] variable should be constant. [code]delta[/code] is in " +"seconds.\n" +"It is only called if physics processing is enabled, which is done " +"automatically if this method is overridden, and can be toggled with [method " +"set_physics_process].\n" +"Corresponds to the [constant NOTIFICATION_PHYSICS_PROCESS] notification in " +"[method Object._notification].\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:71 +msgid "" +"Called during the processing step of the main loop. Processing happens at " +"every frame and as fast as possible, so the [code]delta[/code] time since " +"the previous frame is not constant. [code]delta[/code] is in seconds.\n" +"It is only called if processing is enabled, which is done automatically if " +"this method is overridden, and can be toggled with [method set_process].\n" +"Corresponds to the [constant NOTIFICATION_PROCESS] notification in [method " +"Object._notification].\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:80 +msgid "" +"Called when the node is \"ready\", i.e. when both the node and its children " +"have entered the scene tree. If the node has children, their [method _ready] " +"callbacks get triggered first, and the parent node will receive the ready " +"notification afterwards.\n" +"Corresponds to the [constant NOTIFICATION_READY] notification in [method " +"Object._notification]. See also the [code]onready[/code] keyword for " +"variables.\n" +"Usually used for initialization. For even earlier initialization, [method " +"Object._init] may be used. See also [method _enter_tree].\n" +"[b]Note:[/b] [method _ready] may be called only once for each node. After " +"removing a node from the scene tree and adding again, [code]_ready[/code] " +"will not be called for the second time. This can be bypassed with requesting " +"another call with [method request_ready], which may be called anywhere " +"before adding the node again." +msgstr "" + +#: doc/classes/Node.xml:90 +msgid "" +"Called when an [InputEvent] hasn't been consumed by [method _input] or any " +"GUI. The input event propagates up through the node tree until a node " +"consumes it.\n" +"It is only called if unhandled input processing is enabled, which is done " +"automatically if this method is overridden, and can be toggled with [method " +"set_process_unhandled_input].\n" +"To consume the input event and stop it propagating further to other nodes, " +"[method SceneTree.set_input_as_handled] can be called.\n" +"For gameplay input, this and [method _unhandled_key_input] are usually a " +"better fit than [method _input] as they allow the GUI to intercept the " +"events first.\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:101 +msgid "" +"Called when an [InputEventKey] hasn't been consumed by [method _input] or " +"any GUI. The input event propagates up through the node tree until a node " +"consumes it.\n" +"It is only called if unhandled key input processing is enabled, which is " +"done automatically if this method is overridden, and can be toggled with " +"[method set_process_unhandled_key_input].\n" +"To consume the input event and stop it propagating further to other nodes, " +"[method SceneTree.set_input_as_handled] can be called.\n" +"For gameplay input, this and [method _unhandled_input] are usually a better " +"fit than [method _input] as they allow the GUI to intercept the events " +"first.\n" +"[b]Note:[/b] This method is only called if the node is present in the scene " +"tree (i.e. if it's not orphan)." +msgstr "" + +#: doc/classes/Node.xml:113 +msgid "" +"Adds a child node. Nodes can have any number of children, but every child " +"must have a unique name. Child nodes are automatically deleted when the " +"parent node is deleted, so an entire scene can be removed by deleting its " +"topmost node.\n" +"If [code]legible_unique_name[/code] is [code]true[/code], the child node " +"will have a human-readable name based on the name of the node being " +"instanced instead of its type.\n" +"[b]Note:[/b] If the child node already has a parent, the function will fail. " +"Use [method remove_child] first to remove the node from its current parent. " +"For example:\n" +"[codeblock]\n" +"if child_node.get_parent():\n" +" child_node.get_parent().remove_child(child_node)\n" +"add_child(child_node)\n" +"[/codeblock]\n" +"[b]Note:[/b] If you want a child to be persisted to a [PackedScene], you " +"must set [member owner] in addition to calling [method add_child]. This is " +"typically relevant for [url=https://godot.readthedocs.io/en/3.2/tutorials/" +"misc/running_code_in_the_editor.html]tool scripts[/url] and [url=https://" +"godot.readthedocs.io/en/latest/tutorials/plugins/editor/index.html]editor " +"plugins[/url]. If [method add_child] is called without setting [member " +"owner], the newly added [Node] will not be visible in the scene tree, though " +"it will be visible in the 2D/3D view." +msgstr "" + +#: doc/classes/Node.xml:130 +msgid "" +"Adds [code]child_node[/code] as a child. The child is placed below the given " +"[code]node[/code] in the list of children.\n" +"If [code]legible_unique_name[/code] is [code]true[/code], the child node " +"will have a human-readable name based on the name of the node being " +"instanced instead of its type." +msgstr "" + +#: doc/classes/Node.xml:139 +msgid "" +"Adds the node to a group. Groups are helpers to name and organize a subset " +"of nodes, for example \"enemies\" or \"collectables\". A node can be in any " +"number of groups. Nodes can be assigned a group at any time, but will not be " +"added until they are inside the scene tree (see [method is_inside_tree]). " +"See notes in the description, and the group methods in [SceneTree].\n" +"The [code]persistent[/code] option is used when packing node to " +"[PackedScene] and saving to file. Non-persistent groups aren't stored.\n" +"[b]Note:[/b] For performance reasons, the order of node groups is [i]not[/i] " +"guaranteed. The order of node groups should not be relied upon as it can " +"vary across project runs." +msgstr "" + +#: doc/classes/Node.xml:147 +msgid "" +"Returns [code]true[/code] if the node can process while the scene tree is " +"paused (see [member pause_mode]). Always returns [code]true[/code] if the " +"scene tree is not paused, and [code]false[/code] if the node is not in the " +"tree." +msgstr "" + +#: doc/classes/Node.xml:154 +msgid "" +"Duplicates the node, returning a new node.\n" +"You can fine-tune the behavior using the [code]flags[/code] (see [enum " +"DuplicateFlags]).\n" +"[b]Note:[/b] It will not work properly if the node contains a script with " +"constructor arguments (i.e. needs to supply arguments to [method Object." +"_init] method). In that case, the node will be duplicated without a script." +msgstr "" + +#: doc/classes/Node.xml:165 +msgid "" +"Finds a descendant of this node whose name matches [code]mask[/code] as in " +"[method String.match] (i.e. case-sensitive, but [code]\"*\"[/code] matches " +"zero or more characters and [code]\"?\"[/code] matches any single character " +"except [code]\".\"[/code]).\n" +"[b]Note:[/b] It does not match against the full path, just against " +"individual node names.\n" +"If [code]owned[/code] is [code]true[/code], this method only finds nodes " +"whose owner is this node. This is especially important for scenes " +"instantiated through a script, because those scenes don't have an owner.\n" +"[b]Note:[/b] As this method walks through all the descendants of the node, " +"it is the slowest way to get a reference to another node. Whenever possible, " +"consider using [method get_node] instead. To avoid using [method find_node] " +"too often, consider caching the node reference into a variable." +msgstr "" + +#: doc/classes/Node.xml:175 +msgid "" +"Finds the first parent of the current node whose name matches [code]mask[/" +"code] as in [method String.match] (i.e. case-sensitive, but [code]\"*\"[/" +"code] matches zero or more characters and [code]\"?\"[/code] matches any " +"single character except [code]\".\"[/code]).\n" +"[b]Note:[/b] It does not match against the full path, just against " +"individual node names.\n" +"[b]Note:[/b] As this method walks upwards in the scene tree, it can be slow " +"in large, deeply nested scene trees. Whenever possible, consider using " +"[method get_node] instead. To avoid using [method find_parent] too often, " +"consider caching the node reference into a variable." +msgstr "" + +#: doc/classes/Node.xml:184 +msgid "" +"Returns a child node by its index (see [method get_child_count]). This " +"method is often used for iterating all children of a node.\n" +"To access a child node via its name, use [method get_node]." +msgstr "" + +#: doc/classes/Node.xml:191 +msgid "Returns the number of child nodes." +msgstr "" + +#: doc/classes/Node.xml:197 +msgid "Returns an array of references to node's children." +msgstr "" + +#: doc/classes/Node.xml:203 +msgid "" +"Returns an array listing the groups that the node is a member of.\n" +"[b]Note:[/b] For performance reasons, the order of node groups is [i]not[/i] " +"guaranteed. The order of node groups should not be relied upon as it can " +"vary across project runs." +msgstr "" + +#: doc/classes/Node.xml:210 +msgid "" +"Returns the node's index, i.e. its position among the siblings of its parent." +msgstr "" + +#: doc/classes/Node.xml:216 +msgid "" +"Returns the peer ID of the network master for this node. See [method " +"set_network_master]." +msgstr "" + +#: doc/classes/Node.xml:223 +msgid "" +"Fetches a node. The [NodePath] can be either a relative path (from the " +"current node) or an absolute path (in the scene tree) to a node. If the path " +"does not exist, a [code]null instance[/code] is returned and an error is " +"logged. Attempts to access methods on the return value will result in an " +"\"Attempt to call on a null instance.\" error.\n" +"[b]Note:[/b] Fetching absolute paths only works when the node is inside the " +"scene tree (see [method is_inside_tree]).\n" +"[b]Example:[/b] Assume your current node is Character and the following " +"tree:\n" +"[codeblock]\n" +"/root\n" +"/root/Character\n" +"/root/Character/Sword\n" +"/root/Character/Backpack/Dagger\n" +"/root/MyGame\n" +"/root/Swamp/Alligator\n" +"/root/Swamp/Mosquito\n" +"/root/Swamp/Goblin\n" +"[/codeblock]\n" +"Possible paths are:\n" +"[codeblock]\n" +"get_node(\"Sword\")\n" +"get_node(\"Backpack/Dagger\")\n" +"get_node(\"../Swamp/Alligator\")\n" +"get_node(\"/root/MyGame\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:249 +msgid "" +"Fetches a node and one of its resources as specified by the [NodePath]'s " +"subname (e.g. [code]Area2D/CollisionShape2D:shape[/code]). If several nested " +"resources are specified in the [NodePath], the last one will be fetched.\n" +"The return value is an array of size 3: the first index points to the [Node] " +"(or [code]null[/code] if not found), the second index points to the " +"[Resource] (or [code]null[/code] if not found), and the third index is the " +"remaining [NodePath], if any.\n" +"For example, assuming that [code]Area2D/CollisionShape2D[/code] is a valid " +"node and that its [code]shape[/code] property has been assigned a " +"[RectangleShape2D] resource, one could have this kind of output:\n" +"[codeblock]\n" +"print(get_node_and_resource(\"Area2D/CollisionShape2D\")) # " +"[[CollisionShape2D:1161], Null, ]\n" +"print(get_node_and_resource(\"Area2D/CollisionShape2D:shape\")) # " +"[[CollisionShape2D:1161], [RectangleShape2D:1156], ]\n" +"print(get_node_and_resource(\"Area2D/CollisionShape2D:shape:extents\")) # " +"[[CollisionShape2D:1161], [RectangleShape2D:1156], :extents]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:263 +msgid "" +"Similar to [method get_node], but does not log an error if [code]path[/code] " +"does not point to a valid [Node]." +msgstr "" + +#: doc/classes/Node.xml:269 +msgid "" +"Returns the parent node of the current node, or a [code]null instance[/code] " +"if the node lacks a parent." +msgstr "" + +#: doc/classes/Node.xml:275 +msgid "" +"Returns the absolute path of the current node. This only works if the " +"current node is inside the scene tree (see [method is_inside_tree])." +msgstr "" + +#: doc/classes/Node.xml:282 +msgid "" +"Returns the relative [NodePath] from this node to the specified [code]node[/" +"code]. Both nodes must be in the same scene or the function will fail." +msgstr "" + +#: doc/classes/Node.xml:288 +msgid "" +"Returns the time elapsed (in seconds) since the last physics-bound frame " +"(see [method _physics_process]). This is always a constant value in physics " +"processing unless the frames per second is changed via [member Engine." +"iterations_per_second]." +msgstr "" + +#: doc/classes/Node.xml:294 +msgid "" +"Returns the node's order in the scene tree branch. For example, if called on " +"the first child node the position is [code]0[/code]." +msgstr "" + +#: doc/classes/Node.xml:300 +msgid "" +"Returns the time elapsed (in seconds) since the last process callback. This " +"value may vary from frame to frame." +msgstr "" + +#: doc/classes/Node.xml:306 +msgid "" +"Returns [code]true[/code] if this is an instance load placeholder. See " +"[InstancePlaceholder]." +msgstr "" + +#: doc/classes/Node.xml:312 +msgid "Returns the [SceneTree] that contains this node." +msgstr "" + +#: doc/classes/Node.xml:318 +msgid "Returns the node's [Viewport]." +msgstr "" + +#: doc/classes/Node.xml:325 +msgid "" +"Returns [code]true[/code] if the node that the [NodePath] points to exists." +msgstr "" + +#: doc/classes/Node.xml:332 +msgid "" +"Returns [code]true[/code] if the [NodePath] points to a valid node and its " +"subname points to a valid resource, e.g. [code]Area2D/CollisionShape2D:" +"shape[/code]. Properties with a non-[Resource] type (e.g. nodes or primitive " +"math types) are not considered resources." +msgstr "" + +#: doc/classes/Node.xml:339 +msgid "" +"Returns [code]true[/code] if the given node is a direct or indirect child of " +"the current node." +msgstr "" + +#: doc/classes/Node.xml:345 +msgid "" +"Returns [code]true[/code] if the node is folded (collapsed) in the Scene " +"dock." +msgstr "" + +#: doc/classes/Node.xml:352 +msgid "" +"Returns [code]true[/code] if the given node occurs later in the scene " +"hierarchy than the current node." +msgstr "" + +#: doc/classes/Node.xml:359 +msgid "" +"Returns [code]true[/code] if this node is in the specified group. See notes " +"in the description, and the group methods in [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:365 +msgid "" +"Returns [code]true[/code] if this node is currently inside a [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:371 +msgid "" +"Returns [code]true[/code] if the local system is the master of this node." +msgstr "" + +#: doc/classes/Node.xml:377 +msgid "" +"Returns [code]true[/code] if physics processing is enabled (see [method " +"set_physics_process])." +msgstr "" + +#: doc/classes/Node.xml:383 +msgid "" +"Returns [code]true[/code] if internal physics processing is enabled (see " +"[method set_physics_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:389 +msgid "" +"Returns [code]true[/code] if processing is enabled (see [method " +"set_process])." +msgstr "" + +#: doc/classes/Node.xml:395 +msgid "" +"Returns [code]true[/code] if the node is processing input (see [method " +"set_process_input])." +msgstr "" + +#: doc/classes/Node.xml:401 +msgid "" +"Returns [code]true[/code] if internal processing is enabled (see [method " +"set_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:407 +msgid "" +"Returns [code]true[/code] if the node is processing unhandled input (see " +"[method set_process_unhandled_input])." +msgstr "" + +#: doc/classes/Node.xml:413 +msgid "" +"Returns [code]true[/code] if the node is processing unhandled key input (see " +"[method set_process_unhandled_key_input])." +msgstr "" + +#: doc/classes/Node.xml:421 +msgid "" +"Moves a child node to a different position (order) among the other children. " +"Since calls, signals, etc are performed by tree order, changing the order of " +"children nodes may be useful." +msgstr "" + +#: doc/classes/Node.xml:427 +msgid "" +"Prints all stray nodes (nodes outside the [SceneTree]). Used for debugging. " +"Works only in debug builds." +msgstr "" + +#: doc/classes/Node.xml:433 +msgid "" +"Prints the tree to stdout. Used mainly for debugging purposes. This version " +"displays the path relative to the current node, and is good for copy/pasting " +"into the [method get_node] function.\n" +"[b]Example output:[/b]\n" +"[codeblock]\n" +"TheGame\n" +"TheGame/Menu\n" +"TheGame/Menu/Label\n" +"TheGame/Menu/Camera2D\n" +"TheGame/SplashScreen\n" +"TheGame/SplashScreen/Camera2D\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:448 +msgid "" +"Similar to [method print_tree], this prints the tree to stdout. This version " +"displays a more graphical representation similar to what is displayed in the " +"scene inspector. It is useful for inspecting larger trees.\n" +"[b]Example output:[/b]\n" +"[codeblock]\n" +" ┖╴TheGame\n" +" ┠╴Menu\n" +" ┃ ┠╴Label\n" +" ┃ ┖╴Camera2D\n" +" ┖╴SplashScreen\n" +" ┖╴Camera2D\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Node.xml:466 +msgid "" +"Calls the given method (if present) with the arguments given in [code]args[/" +"code] on this node and recursively on all its children. If the " +"[code]parent_first[/code] argument is [code]true[/code], the method will be " +"called on the current node first, then on all its children. If " +"[code]parent_first[/code] is [code]false[/code], the children will be called " +"first." +msgstr "" + +#: doc/classes/Node.xml:473 +msgid "" +"Notifies the current node and all its children recursively by calling " +"[method Object.notification] on all of them." +msgstr "" + +#: doc/classes/Node.xml:479 +msgid "" +"Queues a node for deletion at the end of the current frame. When deleted, " +"all of its child nodes will be deleted as well. This method ensures it's " +"safe to delete the node, contrary to [method Object.free]. Use [method " +"Object.is_queued_for_deletion] to check whether a node will be deleted at " +"the end of the frame.\n" +"[b]Important:[/b] If you have a variable pointing to a node, it will [i]not[/" +"i] be assigned to [code]null[/code] once the node is freed. Instead, it will " +"point to a [i]previously freed instance[/i] and you should validate it with " +"[method @GDScript.is_instance_valid] before attempting to call its methods " +"or access its properties." +msgstr "" + +#: doc/classes/Node.xml:486 +msgid "" +"Moves this node to the bottom of parent node's children hierarchy. This is " +"often useful in GUIs ([Control] nodes), because their order of drawing " +"depends on their order in the tree. The top Node is drawn first, then any " +"siblings below the top Node in the hierarchy are successively drawn on top " +"of it. After using [code]raise[/code], a Control will be drawn on top of its " +"siblings." +msgstr "" + +#: doc/classes/Node.xml:492 +msgid "" +"Removes a node and sets all its children as children of the parent node (if " +"it exists). All event subscriptions that pass by the removed node will be " +"unsubscribed." +msgstr "" + +#: doc/classes/Node.xml:499 +msgid "" +"Removes a child node. The node is NOT deleted and must be deleted manually.\n" +"[b]Note:[/b] This function may set the [member owner] of the removed Node " +"(or its descendants) to be [code]null[/code], if that [member owner] is no " +"longer a parent or ancestor." +msgstr "" + +#: doc/classes/Node.xml:507 +msgid "" +"Removes a node from a group. See notes in the description, and the group " +"methods in [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:515 +msgid "" +"Replaces a node in a scene by the given one. Subscriptions that pass through " +"this node will be lost." +msgstr "" + +#: doc/classes/Node.xml:521 +msgid "" +"Requests that [code]_ready[/code] be called again. Note that the method " +"won't be called immediately, but is scheduled for when the node is added to " +"the scene tree again (see [method _ready]). [code]_ready[/code] is called " +"only for the node which requested it, which means that you need to request " +"ready for each child if you want them to call [code]_ready[/code] too (in " +"which case, [code]_ready[/code] will be called in the same order as it would " +"normally)." +msgstr "" + +#: doc/classes/Node.xml:528 +msgid "" +"Sends a remote procedure call request for the given [code]method[/code] to " +"peers on the network (and locally), optionally sending all additional " +"arguments as arguments to the method called by the RPC. The call request " +"will only be received by nodes with the same [NodePath], including the exact " +"same node name. Behaviour depends on the RPC configuration for the given " +"method, see [method rpc_config]. Methods are not exposed to RPCs by default. " +"See also [method rset] and [method rset_config] for properties. Returns an " +"empty [Variant].\n" +"[b]Note:[/b] You can only safely use RPCs on clients after you received the " +"[code]connected_to_server[/code] signal from the [SceneTree]. You also need " +"to keep track of the connection state, either by the [SceneTree] signals " +"like [code]server_disconnected[/code] or by checking [code]SceneTree." +"network_peer.get_connection_status() == CONNECTION_CONNECTED[/code]." +msgstr "" + +#: doc/classes/Node.xml:537 +msgid "" +"Changes the RPC mode for the given [code]method[/code] to the given " +"[code]mode[/code]. See [enum MultiplayerAPI.RPCMode]. An alternative is " +"annotating methods and properties with the corresponding keywords " +"([code]remote[/code], [code]master[/code], [code]puppet[/code], " +"[code]remotesync[/code], [code]mastersync[/code], [code]puppetsync[/code]). " +"By default, methods are not exposed to networking (and RPCs). See also " +"[method rset] and [method rset_config] for properties." +msgstr "" + +#: doc/classes/Node.xml:545 +msgid "" +"Sends a [method rpc] to a specific peer identified by [code]peer_id[/code] " +"(see [method NetworkedMultiplayerPeer.set_target_peer]). Returns an empty " +"[Variant]." +msgstr "" + +#: doc/classes/Node.xml:552 +msgid "" +"Sends a [method rpc] using an unreliable protocol. Returns an empty " +"[Variant]." +msgstr "" + +#: doc/classes/Node.xml:560 +msgid "" +"Sends a [method rpc] to a specific peer identified by [code]peer_id[/code] " +"using an unreliable protocol (see [method NetworkedMultiplayerPeer." +"set_target_peer]). Returns an empty [Variant]." +msgstr "" + +#: doc/classes/Node.xml:568 +msgid "" +"Remotely changes a property's value on other peers (and locally). Behaviour " +"depends on the RPC configuration for the given property, see [method " +"rset_config]. See also [method rpc] for RPCs for methods, most information " +"applies to this method as well." +msgstr "" + +#: doc/classes/Node.xml:576 +msgid "" +"Changes the RPC mode for the given [code]property[/code] to the given " +"[code]mode[/code]. See [enum MultiplayerAPI.RPCMode]. An alternative is " +"annotating methods and properties with the corresponding keywords " +"([code]remote[/code], [code]master[/code], [code]puppet[/code], " +"[code]remotesync[/code], [code]mastersync[/code], [code]puppetsync[/code]). " +"By default, properties are not exposed to networking (and RPCs). See also " +"[method rpc] and [method rpc_config] for methods." +msgstr "" + +#: doc/classes/Node.xml:585 +msgid "" +"Remotely changes the property's value on a specific peer identified by " +"[code]peer_id[/code] (see [method NetworkedMultiplayerPeer.set_target_peer])." +msgstr "" + +#: doc/classes/Node.xml:593 +msgid "" +"Remotely changes the property's value on other peers (and locally) using an " +"unreliable protocol." +msgstr "" + +#: doc/classes/Node.xml:602 +msgid "" +"Remotely changes property's value on a specific peer identified by " +"[code]peer_id[/code] using an unreliable protocol (see [method " +"NetworkedMultiplayerPeer.set_target_peer])." +msgstr "" + +#: doc/classes/Node.xml:609 +msgid "Sets the folded state of the node in the Scene dock." +msgstr "" + +#: doc/classes/Node.xml:617 +msgid "" +"Sets the node's network master to the peer with the given peer ID. The " +"network master is the peer that has authority over the node on the network. " +"Useful in conjunction with the [code]master[/code] and [code]puppet[/code] " +"keywords. Inherited from the parent node by default, which ultimately " +"defaults to peer ID 1 (the server). If [code]recursive[/code], the given " +"peer is recursively set as the master for all children of this node." +msgstr "" + +#: doc/classes/Node.xml:624 +msgid "" +"Enables or disables physics (i.e. fixed framerate) processing. When a node " +"is being processed, it will receive a [constant " +"NOTIFICATION_PHYSICS_PROCESS] at a fixed (usually 60 FPS, see [member Engine." +"iterations_per_second] to change) interval (and the [method " +"_physics_process] callback will be called if exists). Enabled automatically " +"if [method _physics_process] is overridden. Any calls to this before [method " +"_ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:631 +msgid "" +"Enables or disables internal physics for this node. Internal physics " +"processing happens in isolation from the normal [method _physics_process] " +"calls and is used by some nodes internally to guarantee proper functioning " +"even if the node is paused or physics processing is disabled for scripting " +"([method set_physics_process]). Only useful for advanced uses to manipulate " +"built-in nodes' behavior.\n" +"[b]Warning:[/b] Built-in Nodes rely on the internal processing for their own " +"logic, so changing this value from your code may lead to unexpected " +"behavior. Script access to this internal logic is provided for specific " +"advanced uses, but is unsafe and not supported." +msgstr "" + +#: doc/classes/Node.xml:639 +msgid "" +"Enables or disables processing. When a node is being processed, it will " +"receive a [constant NOTIFICATION_PROCESS] on every drawn frame (and the " +"[method _process] callback will be called if exists). Enabled automatically " +"if [method _process] is overridden. Any calls to this before [method _ready] " +"will be ignored." +msgstr "" + +#: doc/classes/Node.xml:646 +msgid "" +"Enables or disables input processing. This is not required for GUI controls! " +"Enabled automatically if [method _input] is overridden. Any calls to this " +"before [method _ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:653 +msgid "" +"Enables or disabled internal processing for this node. Internal processing " +"happens in isolation from the normal [method _process] calls and is used by " +"some nodes internally to guarantee proper functioning even if the node is " +"paused or processing is disabled for scripting ([method set_process]). Only " +"useful for advanced uses to manipulate built-in nodes' behavior.\n" +"[b]Warning:[/b] Built-in Nodes rely on the internal processing for their own " +"logic, so changing this value from your code may lead to unexpected " +"behavior. Script access to this internal logic is provided for specific " +"advanced uses, but is unsafe and not supported." +msgstr "" + +#: doc/classes/Node.xml:661 +msgid "" +"Enables unhandled input processing. This is not required for GUI controls! " +"It enables the node to receive all input that was not previously handled " +"(usually by a [Control]). Enabled automatically if [method _unhandled_input] " +"is overridden. Any calls to this before [method _ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:668 +msgid "" +"Enables unhandled key input processing. Enabled automatically if [method " +"_unhandled_key_input] is overridden. Any calls to this before [method " +"_ready] will be ignored." +msgstr "" + +#: doc/classes/Node.xml:675 +msgid "" +"Sets whether this is an instance load placeholder. See [InstancePlaceholder]." +msgstr "" + +#: doc/classes/Node.xml:681 +msgid "" +"Updates the warning displayed for this node in the Scene Dock.\n" +"Use [method _get_configuration_warning] to setup the warning message to " +"display." +msgstr "" + +#: doc/classes/Node.xml:688 +msgid "" +"The override to the default [MultiplayerAPI]. Set to [code]null[/code] to " +"use the default [SceneTree] one." +msgstr "" + +#: doc/classes/Node.xml:691 +msgid "" +"If a scene is instantiated from a file, its topmost node contains the " +"absolute file path from which it was loaded in [member filename] (e.g. " +"[code]res://levels/1.tscn[/code]). Otherwise, [member filename] is set to an " +"empty string." +msgstr "" + +#: doc/classes/Node.xml:694 +msgid "" +"The [MultiplayerAPI] instance associated with this node. Either the [member " +"custom_multiplayer], or the default SceneTree one (if inside tree)." +msgstr "" + +#: doc/classes/Node.xml:697 +msgid "" +"The name of the node. This name is unique among the siblings (other child " +"nodes from the same parent). When set to an existing name, the node will be " +"automatically renamed.\n" +"[b]Note:[/b] Auto-generated names might include the [code]@[/code] " +"character, which is reserved for unique names when using [method add_child]. " +"When setting the name manually, any [code]@[/code] will be removed." +msgstr "" + +#: doc/classes/Node.xml:701 +msgid "" +"The node owner. A node can have any other node as owner (as long as it is a " +"valid parent, grandparent, etc. ascending in the tree). When saving a node " +"(using [PackedScene]), all the nodes it owns will be saved with it. This " +"allows for the creation of complex [SceneTree]s, with instancing and " +"subinstancing." +msgstr "" + +#: doc/classes/Node.xml:704 +msgid "Pause mode. How the node will behave if the [SceneTree] is paused." +msgstr "" + +#: doc/classes/Node.xml:707 +msgid "" +"The node's priority in the execution order of the enabled processing " +"callbacks (i.e. [constant NOTIFICATION_PROCESS], [constant " +"NOTIFICATION_PHYSICS_PROCESS] and their internal counterparts). Nodes whose " +"process priority value is [i]lower[/i] will have their processing callbacks " +"executed first." +msgstr "" + +#: doc/classes/Node.xml:713 +msgid "Emitted when the node is ready." +msgstr "" + +#: doc/classes/Node.xml:718 +msgid "Emitted when the node is renamed." +msgstr "" + +#: doc/classes/Node.xml:723 +msgid "Emitted when the node enters the tree." +msgstr "" + +#: doc/classes/Node.xml:728 +msgid "Emitted after the node exits the tree and is no longer active." +msgstr "" + +#: doc/classes/Node.xml:733 +msgid "" +"Emitted when the node is still active but about to exit the tree. This is " +"the right place for de-initialization (or a \"destructor\", if you will)." +msgstr "" + +#: doc/classes/Node.xml:739 +msgid "Notification received when the node enters a [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:742 +msgid "Notification received when the node is about to exit a [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:745 +msgid "Notification received when the node is moved in the parent." +msgstr "" + +#: doc/classes/Node.xml:748 +msgid "Notification received when the node is ready. See [method _ready]." +msgstr "" + +#: doc/classes/Node.xml:751 +msgid "Notification received when the node is paused." +msgstr "" + +#: doc/classes/Node.xml:754 +msgid "Notification received when the node is unpaused." +msgstr "" + +#: doc/classes/Node.xml:757 +msgid "" +"Notification received every frame when the physics process flag is set (see " +"[method set_physics_process])." +msgstr "" + +#: doc/classes/Node.xml:760 +msgid "" +"Notification received every frame when the process flag is set (see [method " +"set_process])." +msgstr "" + +#: doc/classes/Node.xml:763 +msgid "" +"Notification received when a node is set as a child of another node.\n" +"[b]Note:[/b] This doesn't mean that a node entered the [SceneTree]." +msgstr "" + +#: doc/classes/Node.xml:767 +msgid "" +"Notification received when a node is unparented (parent removed it from the " +"list of children)." +msgstr "" + +#: doc/classes/Node.xml:770 +msgid "Notification received when the node is instanced." +msgstr "" + +#: doc/classes/Node.xml:773 +msgid "Notification received when a drag begins." +msgstr "" + +#: doc/classes/Node.xml:776 +msgid "Notification received when a drag ends." +msgstr "" + +#: doc/classes/Node.xml:779 +msgid "Notification received when the node's [NodePath] changed." +msgstr "" + +#: doc/classes/Node.xml:782 +msgid "" +"Notification received every frame when the internal process flag is set (see " +"[method set_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:785 +msgid "" +"Notification received every frame when the internal physics process flag is " +"set (see [method set_physics_process_internal])." +msgstr "" + +#: doc/classes/Node.xml:788 +msgid "" +"Notification received when the node is ready, just before [constant " +"NOTIFICATION_READY] is received. Unlike the latter, it's sent every time the " +"node enters tree, instead of only once." +msgstr "" + +#: doc/classes/Node.xml:846 +msgid "" +"Inherits pause mode from the node's parent. For the root node, it is " +"equivalent to [constant PAUSE_MODE_STOP]. Default." +msgstr "" + +#: doc/classes/Node.xml:849 +msgid "Stops processing when the [SceneTree] is paused." +msgstr "" + +#: doc/classes/Node.xml:852 +msgid "Continue to process regardless of the [SceneTree] pause state." +msgstr "" + +#: doc/classes/Node.xml:855 +msgid "Duplicate the node's signals." +msgstr "" + +#: doc/classes/Node.xml:858 +msgid "Duplicate the node's groups." +msgstr "" + +#: doc/classes/Node.xml:861 +msgid "Duplicate the node's scripts." +msgstr "" + +#: doc/classes/Node.xml:864 +msgid "" +"Duplicate using instancing.\n" +"An instance stays linked to the original so when the original changes, the " +"instance changes too." +msgstr "" + +#: doc/classes/Node2D.xml:4 +msgid "" +"A 2D game object, inherited by all 2D-related nodes. Has a position, " +"rotation, scale, and Z index." +msgstr "" + +#: doc/classes/Node2D.xml:7 +msgid "" +"A 2D game object, with a transform (position, rotation, and scale). All 2D " +"nodes, including physics objects and sprites, inherit from Node2D. Use " +"Node2D as a parent node to move, scale and rotate children in a 2D project. " +"Also gives control of the node's render order." +msgstr "" + +#: doc/classes/Node2D.xml:11 doc/classes/Vector2.xml:16 +msgid "https://github.com/godotengine/godot-demo-projects/tree/master/2d" +msgstr "" + +#: doc/classes/Node2D.xml:18 +msgid "Multiplies the current scale by the [code]ratio[/code] vector." +msgstr "" + +#: doc/classes/Node2D.xml:25 +msgid "" +"Returns the angle between the node and the [code]point[/code] in radians.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"node2d_get_angle_to.png]Illustration of the returned angle.[/url]" +msgstr "" + +#: doc/classes/Node2D.xml:33 +msgid "Returns the [Transform2D] relative to this node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:40 +msgid "Adds the [code]offset[/code] vector to the node's global position." +msgstr "" + +#: doc/classes/Node2D.xml:47 +msgid "" +"Rotates the node so it points towards the [code]point[/code], which is " +"expected to use global coordinates." +msgstr "" + +#: doc/classes/Node2D.xml:55 +msgid "" +"Applies a local translation on the node's X axis based on the [method Node." +"_process]'s [code]delta[/code]. If [code]scaled[/code] is [code]false[/" +"code], normalizes the movement." +msgstr "" + +#: doc/classes/Node2D.xml:63 +msgid "" +"Applies a local translation on the node's Y axis based on the [method Node." +"_process]'s [code]delta[/code]. If [code]scaled[/code] is [code]false[/" +"code], normalizes the movement." +msgstr "" + +#: doc/classes/Node2D.xml:70 +msgid "" +"Applies a rotation to the node, in radians, starting from its current " +"rotation." +msgstr "" + +#: doc/classes/Node2D.xml:77 +msgid "" +"Transforms the provided local position into a position in global coordinate " +"space. The input is expected to be local relative to the [Node2D] it is " +"called on. e.g. Applying this method to the positions of child nodes will " +"correctly transform their positions into the global coordinate space, but " +"applying it to a node's own position will give an incorrect result, as it " +"will incorporate the node's own transformation into its global position." +msgstr "" + +#: doc/classes/Node2D.xml:84 +msgid "" +"Transforms the provided global position into a position in local coordinate " +"space. The output will be local relative to the [Node2D] it is called on. e." +"g. It is appropriate for determining the positions of child nodes, but it is " +"not appropriate for determining its own position relative to its parent." +msgstr "" + +#: doc/classes/Node2D.xml:91 +msgid "" +"Translates the node by the given [code]offset[/code] in local coordinates." +msgstr "" + +#: doc/classes/Node2D.xml:97 +msgid "Global position." +msgstr "" + +#: doc/classes/Node2D.xml:100 +msgid "Global rotation in radians." +msgstr "" + +#: doc/classes/Node2D.xml:103 +msgid "Global rotation in degrees." +msgstr "" + +#: doc/classes/Node2D.xml:106 +msgid "Global scale." +msgstr "" + +#: doc/classes/Node2D.xml:109 +msgid "Global [Transform2D]." +msgstr "" + +#: doc/classes/Node2D.xml:112 +msgid "Position, relative to the node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:115 +msgid "Rotation in radians, relative to the node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:118 +msgid "Rotation in degrees, relative to the node's parent." +msgstr "" + +#: doc/classes/Node2D.xml:121 +msgid "The node's scale. Unscaled value: [code](1, 1)[/code]." +msgstr "" + +#: doc/classes/Node2D.xml:124 +msgid "Local [Transform2D]." +msgstr "" + +#: doc/classes/Node2D.xml:127 +msgid "" +"If [code]true[/code], the node's Z index is relative to its parent's Z " +"index. If this node's Z index is 2 and its parent's effective Z index is 3, " +"then this node's effective Z index will be 2 + 3 = 5." +msgstr "" + +#: doc/classes/Node2D.xml:130 +msgid "" +"Z index. Controls the order in which the nodes render. A node with a higher " +"Z index will display in front of others. Must be between [constant " +"VisualServer.CANVAS_ITEM_Z_MIN] and [constant VisualServer." +"CANVAS_ITEM_Z_MAX] (inclusive)." +msgstr "" + +#: doc/classes/NodePath.xml:4 +msgid "Pre-parsed scene tree path." +msgstr "" + +#: doc/classes/NodePath.xml:7 +msgid "" +"A pre-parsed relative or absolute path in a scene tree, for use with [method " +"Node.get_node] and similar functions. It can reference a node, a resource " +"within a node, or a property of a node or resource. For instance, " +"[code]\"Path2D/PathFollow2D/Sprite:texture:size\"[/code] would refer to the " +"[code]size[/code] property of the [code]texture[/code] resource on the node " +"named [code]\"Sprite\"[/code] which is a child of the other named nodes in " +"the path.\n" +"You will usually just pass a string to [method Node.get_node] and it will be " +"automatically converted, but you may occasionally want to parse a path ahead " +"of time with [NodePath] or the literal syntax [code]@\"path\"[/code]. " +"Exporting a [NodePath] variable will give you a node selection widget in the " +"properties panel of the editor, which can often be useful.\n" +"A [NodePath] is composed of a list of slash-separated node names (like a " +"filesystem path) and an optional colon-separated list of \"subnames\" which " +"can be resources or properties.\n" +"Some examples of NodePaths include the following:\n" +"[codeblock]\n" +"# No leading slash means it is relative to the current node.\n" +"@\"A\" # Immediate child A\n" +"@\"A/B\" # A's child B\n" +"@\".\" # The current node.\n" +"@\"..\" # The parent node.\n" +"@\"../C\" # A sibling node C.\n" +"# A leading slash means it is absolute from the SceneTree.\n" +"@\"/root\" # Equivalent to get_tree().get_root().\n" +"@\"/root/Main\" # If your main scene's root node were named \"Main\".\n" +"@\"/root/MyAutoload\" # If you have an autoloaded node or scene.\n" +"[/codeblock]\n" +"[b]Note:[/b] In the editor, [NodePath] properties are automatically updated " +"when moving, renaming or deleting a node in the scene tree, but they are " +"never updated at runtime." +msgstr "" + +#: doc/classes/NodePath.xml:26 doc/classes/PackedScene.xml:41 +#: doc/classes/Panel.xml:10 doc/classes/PanelContainer.xml:10 +#: doc/classes/TileMap.xml:16 doc/classes/TileSet.xml:16 +msgid "https://godotengine.org/asset-library/asset/520" +msgstr "" + +#: doc/classes/NodePath.xml:33 +msgid "" +"Creates a NodePath from a string, e.g. [code]\"Path2D/PathFollow2D/Sprite:" +"texture:size\"[/code]. A path is absolute if it starts with a slash. " +"Absolute paths are only valid in the global scene tree, not within " +"individual scenes. In a relative path, [code]\".\"[/code] and [code]\"..\"[/" +"code] indicate the current node and its parent.\n" +"The \"subnames\" optionally included after the path to the target node can " +"point to resources or properties, and can also be nested.\n" +"Examples of valid NodePaths (assuming that those nodes exist and have the " +"referenced resources or properties):\n" +"[codeblock]\n" +"# Points to the Sprite node\n" +"\"Path2D/PathFollow2D/Sprite\"\n" +"# Points to the Sprite node and its \"texture\" resource.\n" +"# get_node() would retrieve \"Sprite\", while get_node_and_resource()\n" +"# would retrieve both the Sprite node and the \"texture\" resource.\n" +"\"Path2D/PathFollow2D/Sprite:texture\"\n" +"# Points to the Sprite node and its \"position\" property.\n" +"\"Path2D/PathFollow2D/Sprite:position\"\n" +"# Points to the Sprite node and the \"x\" component of its \"position\" " +"property.\n" +"\"Path2D/PathFollow2D/Sprite:position:x\"\n" +"# Absolute path (from \"root\")\n" +"\"/root/Level/Path2D\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:55 +msgid "" +"Returns a node path with a colon character ([code]:[/code]) prepended, " +"transforming it to a pure property path with no node name (defaults to " +"resolving from the current node).\n" +"[codeblock]\n" +"# This will be parsed as a node path to the \"x\" property in the \"position" +"\" node\n" +"var node_path = NodePath(\"position:x\")\n" +"# This will be parsed as a node path to the \"x\" component of the \"position" +"\" property in the current node\n" +"var property_path = node_path.get_as_property_path()\n" +"print(property_path) # :position:x\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:68 +msgid "" +"Returns all subnames concatenated with a colon character ([code]:[/code]) as " +"separator, i.e. the right side of the first colon in a node path.\n" +"[codeblock]\n" +"var nodepath = NodePath(\"Path2D/PathFollow2D/Sprite:texture:load_path\")\n" +"print(nodepath.get_concatenated_subnames()) # texture:load_path\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:79 +msgid "" +"Gets the node name indicated by [code]idx[/code] (0 to [method " +"get_name_count]).\n" +"[codeblock]\n" +"var node_path = NodePath(\"Path2D/PathFollow2D/Sprite\")\n" +"print(node_path.get_name(0)) # Path2D\n" +"print(node_path.get_name(1)) # PathFollow2D\n" +"print(node_path.get_name(2)) # Sprite\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:91 +msgid "" +"Gets the number of node names which make up the path. Subnames (see [method " +"get_subname_count]) are not included.\n" +"For example, [code]\"Path2D/PathFollow2D/Sprite\"[/code] has 3 names." +msgstr "" + +#: doc/classes/NodePath.xml:99 +msgid "" +"Gets the resource or property name indicated by [code]idx[/code] (0 to " +"[method get_subname_count]).\n" +"[codeblock]\n" +"var node_path = NodePath(\"Path2D/PathFollow2D/Sprite:texture:load_path\")\n" +"print(node_path.get_subname(0)) # texture\n" +"print(node_path.get_subname(1)) # load_path\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/NodePath.xml:110 +msgid "" +"Gets the number of resource or property names (\"subnames\") in the path. " +"Each subname is listed after a colon character ([code]:[/code]) in the node " +"path.\n" +"For example, [code]\"Path2D/PathFollow2D/Sprite:texture:load_path\"[/code] " +"has 2 subnames." +msgstr "" + +#: doc/classes/NodePath.xml:117 +msgid "" +"Returns [code]true[/code] if the node path is absolute (as opposed to " +"relative), which means that it starts with a slash character ([code]/[/" +"code]). Absolute node paths can be used to access the root node ([code]\"/" +"root\"[/code]) or autoloads (e.g. [code]\"/global\"[/code] if a \"global\" " +"autoload was registered)." +msgstr "" + +#: doc/classes/NodePath.xml:123 +msgid "Returns [code]true[/code] if the node path is empty." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:4 +msgid "[OpenSimplexNoise] filled texture." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:7 +msgid "" +"Uses an [OpenSimplexNoise] to fill the texture data. You can specify the " +"texture size but keep in mind that larger textures will take longer to " +"generate and seamless noise only works with square sized textures.\n" +"NoiseTexture can also generate normalmap textures.\n" +"The class uses [Thread]s to generate the texture data internally, so [method " +"Texture.get_data] may return [code]null[/code] if the generation process has " +"not completed yet. In that case, you need to wait for the texture to be " +"generated before accessing the data:\n" +"[codeblock]\n" +"var texture = preload(\"res://noise.tres\")\n" +"yield(texture, \"changed\")\n" +"var image = texture.get_data()\n" +"[/codeblock]" +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:22 +msgid "" +"If [code]true[/code], the resulting texture contains a normal map created " +"from the original noise interpreted as a bump map." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:25 +msgid "" +"Strength of the bump maps used in this texture. A higher value will make the " +"bump maps appear larger while a lower value will make them appear softer." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:29 +msgid "Height of the generated texture." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:32 +msgid "The [OpenSimplexNoise] instance used to generate the noise." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:35 +msgid "" +"An offset used to specify the noise space coordinate of the top left corner " +"of the generated noise. This value is ignored if [member seamless] is " +"enabled." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:38 +msgid "" +"Whether the texture can be tiled without visible seams or not. Seamless " +"textures take longer to generate.\n" +"[b]Note:[/b] Seamless noise has a lower contrast compared to non-seamless " +"noise. This is due to the way noise uses higher dimensions for generating " +"seamless noise." +msgstr "" + +#: modules/opensimplex/doc_classes/NoiseTexture.xml:42 +msgid "Width of the generated texture." +msgstr "" + +#: doc/classes/Object.xml:4 +msgid "Base class for all non-built-in types." +msgstr "" + +#: doc/classes/Object.xml:7 +msgid "" +"Every class which is not a built-in type inherits from this class.\n" +"You can construct Objects from scripting languages, using [code]Object.new()" +"[/code] in GDScript, [code]new Object[/code] in C#, or the \"Construct Object" +"\" node in VisualScript.\n" +"Objects do not manage memory. If a class inherits from Object, you will have " +"to delete instances of it manually. To do so, call the [method free] method " +"from your script or delete the instance from C++.\n" +"Some classes that extend Object add memory management. This is the case of " +"[Reference], which counts references and deletes itself automatically when " +"no longer referenced. [Node], another fundamental type, deletes all its " +"children when freed from memory.\n" +"Objects export properties, which are mainly useful for storage and editing, " +"but not really so much in programming. Properties are exported in [method " +"_get_property_list] and handled in [method _get] and [method _set]. However, " +"scripting languages and C++ have simpler means to export them.\n" +"Property membership can be tested directly in GDScript using [code]in[/" +"code]:\n" +"[codeblock]\n" +"var n = Node2D.new()\n" +"print(\"position\" in n) # Prints \"True\".\n" +"print(\"other_property\" in n) # Prints \"False\".\n" +"[/codeblock]\n" +"The [code]in[/code] operator will evaluate to [code]true[/code] as long as " +"the key exists, even if the value is [code]null[/code].\n" +"Objects also receive notifications. Notifications are a simple way to notify " +"the object about different events, so they can all be handled together. See " +"[method _notification].\n" +"[b]Note:[/b] Unlike references to a [Reference], references to an Object " +"stored in a variable can become invalid without warning. Therefore, it's " +"recommended to use [Reference] for data classes instead of [Object].\n" +"[b]Note:[/b] Due to a bug, you can't create a \"plain\" Object using " +"[code]Object.new()[/code]. Instead, use [code]ClassDB.instance(\"Object\")[/" +"code]. This bug only applies to Object itself, not any of its descendents " +"like [Reference]." +msgstr "" + +#: doc/classes/Object.xml:24 doc/classes/Reference.xml:13 +#: doc/classes/Resource.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/workflow/best_practices/" +"node_alternatives.html" +msgstr "" + +#: doc/classes/Object.xml:25 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_exports.html#advanced-exports" +msgstr "" + +#: doc/classes/Object.xml:32 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method get].\n" +"Returns the given property. Returns [code]null[/code] if the [code]property[/" +"code] does not exist." +msgstr "" + +#: doc/classes/Object.xml:39 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method get_property_list].\n" +"Returns the object's property list as an [Array] of dictionaries.\n" +"Each property's [Dictionary] must contain at least [code]name: String[/code] " +"and [code]type: int[/code] (see [enum Variant.Type]) entries. Optionally, it " +"can also include [code]hint: int[/code] (see [enum PropertyHint]), " +"[code]hint_string: String[/code], and [code]usage: int[/code] (see [enum " +"PropertyUsageFlags])." +msgstr "" + +#: doc/classes/Object.xml:47 +msgid "Called when the object is initialized." +msgstr "" + +#: doc/classes/Object.xml:54 +msgid "" +"Called whenever the object receives a notification, which is identified in " +"[code]what[/code] by a constant. The base [Object] has two constants " +"[constant NOTIFICATION_POSTINITIALIZE] and [constant " +"NOTIFICATION_PREDELETE], but subclasses such as [Node] define a lot more " +"notifications which are also received by this method." +msgstr "" + +#: doc/classes/Object.xml:62 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method set].\n" +"Sets a property. Returns [code]true[/code] if the [code]property[/code] " +"exists." +msgstr "" + +#: doc/classes/Object.xml:69 +msgid "" +"Virtual method which can be overridden to customize the return value of " +"[method to_string], and thus the object's representation where it is " +"converted to a string, e.g. with [code]print(obj)[/code].\n" +"Returns a [String] representing the object. If not overridden, defaults to " +"[code]\"[ClassName:RID]\"[/code]." +msgstr "" + +#: doc/classes/Object.xml:78 +msgid "" +"Adds a user-defined [code]signal[/code]. Arguments are optional, but can be " +"added as an [Array] of dictionaries, each containing [code]name: String[/" +"code] and [code]type: int[/code] (see [enum Variant.Type]) entries." +msgstr "" + +#: doc/classes/Object.xml:85 +msgid "" +"Calls the [code]method[/code] on the object and returns the result. This " +"method supports a variable number of arguments, so parameters are passed as " +"a comma separated list. Example:\n" +"[codeblock]\n" +"call(\"set\", \"position\", Vector2(42.0, 0.0))\n" +"[/codeblock]\n" +"[b]Note:[/b] In C#, the method name must be specified as snake_case if it is " +"defined by a built-in Godot node. This doesn't apply to user-defined methods " +"where you should use the same convention as in the C# source (typically " +"PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:96 +msgid "" +"Calls the [code]method[/code] on the object during idle time. This method " +"supports a variable number of arguments, so parameters are passed as a comma " +"separated list. Example:\n" +"[codeblock]\n" +"call_deferred(\"set\", \"position\", Vector2(42.0, 0.0))\n" +"[/codeblock]\n" +"[b]Note:[/b] In C#, the method name must be specified as snake_case if it is " +"defined by a built-in Godot node. This doesn't apply to user-defined methods " +"where you should use the same convention as in the C# source (typically " +"PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:108 +msgid "" +"Calls the [code]method[/code] on the object and returns the result. " +"Contrarily to [method call], this method does not support a variable number " +"of arguments but expects all parameters to be via a single [Array].\n" +"[codeblock]\n" +"callv(\"set\", [ \"position\", Vector2(42.0, 0.0) ])\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:117 +msgid "" +"Returns [code]true[/code] if the object can translate strings. See [method " +"set_message_translation] and [method tr]." +msgstr "" + +#: doc/classes/Object.xml:128 +msgid "" +"Connects a [code]signal[/code] to a [code]method[/code] on a [code]target[/" +"code] object. Pass optional [code]binds[/code] to the call as an [Array] of " +"parameters. These parameters will be passed to the method after any " +"parameter used in the call to [method emit_signal]. Use [code]flags[/code] " +"to set deferred or one-shot connections. See [enum ConnectFlags] constants.\n" +"A [code]signal[/code] can only be connected once to a [code]method[/code]. " +"It will throw an error if already connected, unless the signal was connected " +"with [constant CONNECT_REFERENCE_COUNTED]. To avoid this, first, use [method " +"is_connected] to check for existing connections.\n" +"If the [code]target[/code] is destroyed in the game's lifecycle, the " +"connection will be lost.\n" +"Examples:\n" +"[codeblock]\n" +"connect(\"pressed\", self, \"_on_Button_pressed\") # BaseButton signal\n" +"connect(\"text_entered\", self, \"_on_LineEdit_text_entered\") # LineEdit " +"signal\n" +"connect(\"hit\", self, \"_on_Player_hit\", [ weapon_type, damage ]) # User-" +"defined signal\n" +"[/codeblock]\n" +"An example of the relationship between [code]binds[/code] passed to [method " +"connect] and parameters used when calling [method emit_signal]:\n" +"[codeblock]\n" +"connect(\"hit\", self, \"_on_Player_hit\", [ weapon_type, damage ]) # " +"weapon_type and damage are passed last\n" +"emit_signal(\"hit\", \"Dark lord\", 5) # \"Dark lord\" and 5 are passed " +"first\n" +"func _on_Player_hit(hit_by, level, weapon_type, damage):\n" +" print(\"Hit by %s (lvl %d) with weapon %s for %d damage\" % [hit_by, " +"level, weapon_type, damage])\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:152 +msgid "" +"Disconnects a [code]signal[/code] from a [code]method[/code] on the given " +"[code]target[/code].\n" +"If you try to disconnect a connection that does not exist, the method will " +"throw an error. Use [method is_connected] to ensure that the connection " +"exists." +msgstr "" + +#: doc/classes/Object.xml:160 +msgid "" +"Emits the given [code]signal[/code]. The signal must exist, so it should be " +"a built-in signal of this class or one of its parent classes, or a user-" +"defined signal. This method supports a variable number of arguments, so " +"parameters are passed as a comma separated list. Example:\n" +"[codeblock]\n" +"emit_signal(\"hit\", weapon_type, damage)\n" +"emit_signal(\"game_over\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:170 +msgid "" +"Deletes the object from memory immediately. For [Node]s, you may want to use " +"[method Node.queue_free] to queue the node for safe deletion at the end of " +"the current frame.\n" +"[b]Important:[/b] If you have a variable pointing to an object, it will " +"[i]not[/i] be assigned to [code]null[/code] once the object is freed. " +"Instead, it will point to a [i]previously freed instance[/i] and you should " +"validate it with [method @GDScript.is_instance_valid] before attempting to " +"call its methods or access its properties." +msgstr "" + +#: doc/classes/Object.xml:178 +msgid "" +"Returns the [Variant] value of the given [code]property[/code]. If the " +"[code]property[/code] doesn't exist, this will return [code]null[/code].\n" +"[b]Note:[/b] In C#, the property name must be specified as snake_case if it " +"is defined by a built-in Godot node. This doesn't apply to user-defined " +"properties where you should use the same convention as in the C# source " +"(typically PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:185 +msgid "" +"Returns the object's class as a [String]. See also [method is_class].\n" +"[b]Note:[/b] [method get_class] does not take [code]class_name[/code] " +"declarations into account. If the object has a [code]class_name[/code] " +"defined, the base class name will be returned instead." +msgstr "" + +#: doc/classes/Object.xml:192 +msgid "" +"Returns an [Array] of dictionaries with information about signals that are " +"connected to the object.\n" +"Each [Dictionary] contains three String entries:\n" +"- [code]source[/code] is a reference to the signal emitter.\n" +"- [code]signal_name[/code] is the name of the connected signal.\n" +"- [code]method_name[/code] is the name of the method to which the signal is " +"connected." +msgstr "" + +#: doc/classes/Object.xml:203 +msgid "" +"Gets the object's property indexed by the given [NodePath]. The node path " +"should be relative to the current object and can use the colon character " +"([code]:[/code]) to access nested properties. Examples: [code]\"position:x" +"\"[/code] or [code]\"material:next_pass:blend_mode\"[/code]." +msgstr "" + +#: doc/classes/Object.xml:209 +msgid "" +"Returns the object's unique instance ID.\n" +"This ID can be saved in [EncodedObjectAsID], and can be used to retrieve the " +"object instance with [method @GDScript.instance_from_id]." +msgstr "" + +#: doc/classes/Object.xml:217 +msgid "Returns the object's metadata entry for the given [code]name[/code]." +msgstr "" + +#: doc/classes/Object.xml:223 +msgid "Returns the object's metadata as a [PoolStringArray]." +msgstr "" + +#: doc/classes/Object.xml:229 +msgid "Returns the object's methods and their signatures as an [Array]." +msgstr "" + +#: doc/classes/Object.xml:235 +msgid "" +"Returns the object's property list as an [Array] of dictionaries.\n" +"Each property's [Dictionary] contain at least [code]name: String[/code] and " +"[code]type: int[/code] (see [enum Variant.Type]) entries. Optionally, it can " +"also include [code]hint: int[/code] (see [enum PropertyHint]), " +"[code]hint_string: String[/code], and [code]usage: int[/code] (see [enum " +"PropertyUsageFlags])." +msgstr "" + +#: doc/classes/Object.xml:242 +msgid "" +"Returns the object's [Script] instance, or [code]null[/code] if none is " +"assigned." +msgstr "" + +#: doc/classes/Object.xml:249 +msgid "Returns an [Array] of connections for the given [code]signal[/code]." +msgstr "" + +#: doc/classes/Object.xml:255 +msgid "Returns the list of signals as an [Array] of dictionaries." +msgstr "" + +#: doc/classes/Object.xml:262 +msgid "" +"Returns [code]true[/code] if a metadata entry is found with the given " +"[code]name[/code]." +msgstr "" + +#: doc/classes/Object.xml:269 +msgid "" +"Returns [code]true[/code] if the object contains the given [code]method[/" +"code]." +msgstr "" + +#: doc/classes/Object.xml:276 +msgid "Returns [code]true[/code] if the given [code]signal[/code] exists." +msgstr "" + +#: doc/classes/Object.xml:283 +msgid "" +"Returns [code]true[/code] if the given user-defined [code]signal[/code] " +"exists. Only signals added using [method add_user_signal] are taken into " +"account." +msgstr "" + +#: doc/classes/Object.xml:289 +msgid "Returns [code]true[/code] if signal emission blocking is enabled." +msgstr "" + +#: doc/classes/Object.xml:296 +msgid "" +"Returns [code]true[/code] if the object inherits from the given [code]class[/" +"code]. See also [method get_class].\n" +"[b]Note:[/b] [method is_class] does not take [code]class_name[/code] " +"declarations into account. If the object has a [code]class_name[/code] " +"defined, [method is_class] will return [code]false[/code] for that name." +msgstr "" + +#: doc/classes/Object.xml:306 +msgid "" +"Returns [code]true[/code] if a connection exists for a given [code]signal[/" +"code], [code]target[/code], and [code]method[/code]." +msgstr "" + +#: doc/classes/Object.xml:312 +msgid "" +"Returns [code]true[/code] if the [method Node.queue_free] method was called " +"for the object." +msgstr "" + +#: doc/classes/Object.xml:320 +msgid "" +"Send a given notification to the object, which will also trigger a call to " +"the [method _notification] method of all classes that the object inherits " +"from.\n" +"If [code]reversed[/code] is [code]true[/code], [method _notification] is " +"called first on the object's own class, and then up to its successive parent " +"classes. If [code]reversed[/code] is [code]false[/code], [method " +"_notification] is called first on the highest ancestor ([Object] itself), " +"and then down to its successive inheriting classes." +msgstr "" + +#: doc/classes/Object.xml:327 +msgid "" +"Notify the editor that the property list has changed, so that editor plugins " +"can take the new values into account. Does nothing on export builds." +msgstr "" + +#: doc/classes/Object.xml:334 +msgid "" +"Removes a given entry from the object's metadata. See also [method set_meta]." +msgstr "" + +#: doc/classes/Object.xml:342 +msgid "" +"Assigns a new value to the given property. If the [code]property[/code] does " +"not exist, nothing will happen.\n" +"[b]Note:[/b] In C#, the property name must be specified as snake_case if it " +"is defined by a built-in Godot node. This doesn't apply to user-defined " +"properties where you should use the same convention as in the C# source " +"(typically PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:350 +msgid "If set to [code]true[/code], signal emission is blocked." +msgstr "" + +#: doc/classes/Object.xml:358 +msgid "" +"Assigns a new value to the given property, after the current frame's physics " +"step. This is equivalent to calling [method set] via [method call_deferred], " +"i.e. [code]call_deferred(\"set\", property, value)[/code].\n" +"[b]Note:[/b] In C#, the property name must be specified as snake_case if it " +"is defined by a built-in Godot node. This doesn't apply to user-defined " +"properties where you should use the same convention as in the C# source " +"(typically PascalCase)." +msgstr "" + +#: doc/classes/Object.xml:367 +msgid "" +"Assigns a new value to the property identified by the [NodePath]. The node " +"path should be relative to the current object and can use the colon " +"character ([code]:[/code]) to access nested properties. Example:\n" +"[codeblock]\n" +"set_indexed(\"position\", Vector2(42, 0))\n" +"set_indexed(\"position:y\", -10)\n" +"print(position) # (42, -10)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Object.xml:379 +msgid "" +"Defines whether the object can translate strings (with calls to [method " +"tr]). Enabled by default." +msgstr "" + +#: doc/classes/Object.xml:387 +msgid "" +"Adds, changes or removes a given entry in the object's metadata. Metadata " +"are serialized and can take any [Variant] value.\n" +"To remove a given entry from the object's metadata, use [method " +"remove_meta]. Metadata is also removed if its value is set to [code]null[/" +"code]. This means you can also use [code]set_meta(\"name\", null)[/code] to " +"remove metadata for [code]\"name\"[/code]." +msgstr "" + +#: doc/classes/Object.xml:395 +msgid "" +"Assigns a script to the object. Each object can have a single script " +"assigned to it, which are used to extend its functionality.\n" +"If the object already had a script, the previous script instance will be " +"freed and its variables and state will be lost. The new script's [method " +"_init] method will be called." +msgstr "" + +#: doc/classes/Object.xml:402 +msgid "" +"Returns a [String] representing the object. If not overridden, defaults to " +"[code]\"[ClassName:RID]\"[/code].\n" +"Override the method [method _to_string] to customize the [String] " +"representation." +msgstr "" + +#: doc/classes/Object.xml:410 +msgid "" +"Translates a message using translation catalogs configured in the Project " +"Settings.\n" +"Only works if message translation is enabled (which it is by default), " +"otherwise it returns the [code]message[/code] unchanged. See [method " +"set_message_translation]." +msgstr "" + +#: doc/classes/Object.xml:418 +msgid "Emitted whenever the object's script is changed." +msgstr "" + +#: doc/classes/Object.xml:424 +msgid "Called right when the object is initialized. Not available in script." +msgstr "" + +#: doc/classes/Object.xml:427 +msgid "Called before the object is about to be deleted." +msgstr "" + +#: doc/classes/Object.xml:430 +msgid "" +"Connects a signal in deferred mode. This way, signal emissions are stored in " +"a queue, then set on idle time." +msgstr "" + +#: doc/classes/Object.xml:433 +msgid "Persisting connections are saved when the object is serialized to file." +msgstr "" + +#: doc/classes/Object.xml:436 +msgid "One-shot connections disconnect themselves after emission." +msgstr "" + +#: doc/classes/Object.xml:439 +msgid "" +"Connect a signal as reference-counted. This means that a given signal can be " +"connected several times to the same target, and will only be fully " +"disconnected once no references are left." +msgstr "" + +#: doc/classes/Occluder.xml:4 +msgid "Allows [OccluderShape]s to be used for occlusion culling." +msgstr "" + +#: doc/classes/Occluder.xml:7 +msgid "" +"[Occluder]s that are placed within your scene will automatically cull " +"objects that are hidden from view by the occluder. This can increase " +"performance by decreasing the amount of objects drawn.\n" +"[Occluder]s are totally dynamic, you can move them as you wish. This means " +"you can for example, place occluders on a moving spaceship, and have it " +"occlude objects as it flies past.\n" +"You can place a large number of [Occluder]s within a scene. As it would be " +"counterproductive to cull against hundreds of occluders, the system will " +"automatically choose a selection of these for active use during any given " +"frame, based a screen space metric. Larger occluders are favored, as well as " +"those close to the camera. Note that a small occluder close to the camera " +"may be a better occluder in terms of screen space than a large occluder far " +"in the distance.\n" +"The type of occlusion primitive is determined by the [OccluderShape] that " +"you add to the [Occluder]. Some [OccluderShape]s may allow more than one " +"primitive in a single, node, for greater efficiency.\n" +"Although [Occluder]s work in general use, they also become even more " +"powerful when used in conjunction with the portal system. Occluders are " +"placed in rooms (based on their origin), and can block portals (and thus " +"entire rooms) as well as objects from rendering." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:4 +msgid "Defines a 2D polygon for LightOccluder2D." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:7 +msgid "" +"Editor facility that helps you draw a 2D polygon used as resource for " +"[LightOccluder2D]." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:15 +msgid "" +"If [code]true[/code], closes the polygon. A closed OccluderPolygon2D " +"occludes the light coming from any direction. An opened OccluderPolygon2D " +"occludes the light only at its outline's direction." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:18 +msgid "The culling mode to use." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:21 +msgid "" +"A [Vector2] array with the index for polygon's vertices positions.\n" +"[b]Note:[/b] The returned value is a copy of the underlying array, rather " +"than a reference." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:27 +msgid "Culling is disabled. See [member cull_mode]." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:30 +msgid "" +"Culling is performed in the clockwise direction. See [member cull_mode]." +msgstr "" + +#: doc/classes/OccluderPolygon2D.xml:33 +msgid "" +"Culling is performed in the counterclockwise direction. See [member " +"cull_mode]." +msgstr "" + +#: doc/classes/OccluderShape.xml:4 +msgid "" +"Base class for shapes used for occlusion culling by the [Occluder] node." +msgstr "" + +#: doc/classes/OccluderShape.xml:7 +msgid "[Occluder]s can use any primitive shape derived from [OccluderShape]." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:4 +msgid "Spherical occlusion primitive for use with the [Occluder] node." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:7 +msgid "" +"[OccluderShape]s are resources used by [Occluder] nodes, allowing geometric " +"occlusion culling.\n" +"This shape can include multiple spheres. These can be created and deleted " +"either in the Editor inspector or by calling [code]set_spheres[/code]. The " +"sphere positions can be set by dragging the handle in the Editor viewport. " +"The radius can be set with the smaller handle." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:18 +msgid "Sets an individual sphere's position." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:26 +msgid "Sets an individual sphere's radius." +msgstr "" + +#: doc/classes/OccluderShapeSphere.xml:32 +msgid "" +"The sphere data can be accessed as an array of [Plane]s. The position of " +"each sphere is stored in the [code]normal[/code], and the radius is stored " +"in the [code]d[/code] value of the plane." +msgstr "" + +#: doc/classes/OmniLight.xml:4 +msgid "Omnidirectional light, such as a light bulb or a candle." +msgstr "" + +#: doc/classes/OmniLight.xml:7 +msgid "" +"An Omnidirectional light is a type of [Light] that emits light in all " +"directions. The light is attenuated by distance and this attenuation can be " +"configured by changing its energy, radius, and attenuation parameters.\n" +"[b]Note:[/b] By default, only 32 OmniLights may affect a single mesh " +"[i]resource[/i] at once. Consider splitting your level into several meshes " +"to decrease the likelihood that more than 32 lights will affect the same " +"mesh resource. Splitting the level mesh will also improve frustum culling " +"effectiveness, leading to greater performance. If you need to use more " +"lights per mesh, you can increase [member ProjectSettings.rendering/limits/" +"rendering/max_lights_per_object] at the cost of shader compilation times." +msgstr "" + +#: doc/classes/OmniLight.xml:17 +msgid "" +"The light's attenuation (drop-off) curve. A number of presets are available " +"in the [b]Inspector[/b] by right-clicking the curve." +msgstr "" + +#: doc/classes/OmniLight.xml:20 +msgid "" +"The light's radius. Note that the effectively lit area may appear to be " +"smaller depending on the [member omni_attenuation] in use. No matter the " +"[member omni_attenuation] in use, the light will never reach anything " +"outside this radius." +msgstr "" + +#: doc/classes/OmniLight.xml:23 +msgid "See [enum ShadowDetail]." +msgstr "" + +#: doc/classes/OmniLight.xml:26 +msgid "See [enum ShadowMode]." +msgstr "" + +#: doc/classes/OmniLight.xml:31 +msgid "" +"Shadows are rendered to a dual-paraboloid texture. Faster than [constant " +"SHADOW_CUBE], but lower-quality." +msgstr "" + +#: doc/classes/OmniLight.xml:34 +msgid "" +"Shadows are rendered to a cubemap. Slower than [constant " +"SHADOW_DUAL_PARABOLOID], but higher-quality." +msgstr "" + +#: doc/classes/OmniLight.xml:37 +msgid "Use more detail vertically when computing the shadow." +msgstr "" + +#: doc/classes/OmniLight.xml:40 +msgid "Use more detail horizontally when computing the shadow." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:4 +msgid "Noise generator based on Open Simplex." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:7 +msgid "" +"This resource allows you to configure and sample a fractal noise space. Here " +"is a brief usage example that configures an OpenSimplexNoise and gets " +"samples at various positions and dimensions:\n" +"[codeblock]\n" +"var noise = OpenSimplexNoise.new()\n" +"\n" +"# Configure\n" +"noise.seed = randi()\n" +"noise.octaves = 4\n" +"noise.period = 20.0\n" +"noise.persistence = 0.8\n" +"\n" +"# Sample\n" +"print(\"Values:\")\n" +"print(noise.get_noise_2d(1.0, 1.0))\n" +"print(noise.get_noise_3d(0.5, 3.0, 15.0))\n" +"print(noise.get_noise_4d(0.5, 1.9, 4.7, 0.0))\n" +"[/codeblock]" +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:33 +msgid "" +"Generate a noise image in [constant Image.FORMAT_L8] format with the " +"requested [code]width[/code] and [code]height[/code], based on the current " +"noise parameters. If [code]noise_offset[/code] is specified, then the offset " +"value is used as the coordinates of the top-left corner of the generated " +"noise." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:40 +msgid "" +"Returns the 1D noise value [code][-1,1][/code] at the given x-coordinate.\n" +"[b]Note:[/b] This method actually returns the 2D noise value [code][-1,1][/" +"code] with fixed y-coordinate value 0.0." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:49 +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:56 +msgid "Returns the 2D noise value [code][-1,1][/code] at the given position." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:65 +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:72 +msgid "Returns the 3D noise value [code][-1,1][/code] at the given position." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:82 +msgid "Returns the 4D noise value [code][-1,1][/code] at the given position." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:89 +msgid "" +"Generate a tileable noise image in [constant Image.FORMAT_L8] format, based " +"on the current noise parameters. Generated seamless images are always square " +"([code]size[/code] × [code]size[/code]).\n" +"[b]Note:[/b] Seamless noise has a lower contrast compared to non-seamless " +"noise. This is due to the way noise uses higher dimensions for generating " +"seamless noise." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:96 +msgid "Difference in period between [member octaves]." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:99 +msgid "" +"Number of OpenSimplex noise layers that are sampled to get the fractal " +"noise. Higher values result in more detailed noise but take more time to " +"generate.\n" +"[b]Note:[/b] The maximum allowed value is 9." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:103 +msgid "" +"Period of the base octave. A lower period results in a higher-frequency " +"noise (more value changes across the same distance)." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:106 +msgid "" +"Contribution factor of the different octaves. A [code]persistence[/code] " +"value of 1 means all the octaves have the same contribution, a value of 0.5 " +"means each octave contributes half as much as the previous one." +msgstr "" + +#: modules/opensimplex/doc_classes/OpenSimplexNoise.xml:109 +msgid "" +"Seed used to generate random values, different seeds will generate different " +"noise maps." +msgstr "" + +#: doc/classes/OptionButton.xml:4 +msgid "Button control that provides selectable options when pressed." +msgstr "" + +#: doc/classes/OptionButton.xml:7 +msgid "" +"OptionButton is a type button that provides a selectable list of items when " +"pressed. The item selected becomes the \"current\" item and is displayed as " +"the button text.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/OptionButton.xml:19 +msgid "" +"Adds an item, with a [code]texture[/code] icon, text [code]label[/code] and " +"(optionally) [code]id[/code]. If no [code]id[/code] is passed, the item " +"index will be used as the item's ID. New items are appended at the end." +msgstr "" + +#: doc/classes/OptionButton.xml:27 +msgid "" +"Adds an item, with text [code]label[/code] and (optionally) [code]id[/code]. " +"If no [code]id[/code] is passed, the item index will be used as the item's " +"ID. New items are appended at the end." +msgstr "" + +#: doc/classes/OptionButton.xml:33 +msgid "" +"Adds a separator to the list of items. Separators help to group items. " +"Separator also takes up an index and is appended at the end." +msgstr "" + +#: doc/classes/OptionButton.xml:39 +msgid "Clears all the items in the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:45 +msgid "Returns the amount of items in the OptionButton, including separators." +msgstr "" + +#: doc/classes/OptionButton.xml:52 doc/classes/PopupMenu.xml:203 +msgid "Returns the icon of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:59 +msgid "Returns the ID of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:66 +msgid "Returns the index of the item with the given [code]id[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:73 +msgid "" +"Retrieves the metadata of an item. Metadata may be any type and can be used " +"to store extra information about an item, such as an external string ID." +msgstr "" + +#: doc/classes/OptionButton.xml:80 doc/classes/PopupMenu.xml:245 +msgid "Returns the text of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:93 +msgid "" +"Returns the ID of the selected item, or [code]0[/code] if no item is " +"selected." +msgstr "" + +#: doc/classes/OptionButton.xml:99 +msgid "" +"Gets the metadata of the selected item. Metadata for items can be set using " +"[method set_item_metadata]." +msgstr "" + +#: doc/classes/OptionButton.xml:106 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:113 +msgid "Removes the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:120 +msgid "" +"Selects an item by index and makes it the current item. This will work even " +"if the item is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:128 +msgid "" +"Sets whether the item at index [code]idx[/code] is disabled.\n" +"Disabled items are drawn differently in the dropdown and are not selectable " +"by the user. If the current selected item is set as disabled, it will remain " +"selected." +msgstr "" + +#: doc/classes/OptionButton.xml:137 +msgid "Sets the icon of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:145 +msgid "Sets the ID of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:153 +msgid "" +"Sets the metadata of an item. Metadata may be of any type and can be used to " +"store extra information about an item, such as an external string ID." +msgstr "" + +#: doc/classes/OptionButton.xml:161 doc/classes/PopupMenu.xml:432 +msgid "Sets the text of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/OptionButton.xml:169 +msgid "" +"The index of the currently selected item, or [code]-1[/code] if no item is " +"selected." +msgstr "" + +#: doc/classes/OptionButton.xml:177 +msgid "" +"Emitted when the user navigates to an item using the [code]ui_up[/code] or " +"[code]ui_down[/code] actions. The index of the item selected is passed as " +"argument." +msgstr "" + +#: doc/classes/OptionButton.xml:183 +msgid "" +"Emitted when the current item has been changed by the user. The index of the " +"item selected is passed as argument." +msgstr "" + +#: doc/classes/OptionButton.xml:191 +msgid "The arrow icon to be drawn on the right end of the button." +msgstr "" + +#: doc/classes/OptionButton.xml:194 +msgid "" +"The horizontal space between the arrow icon and the right edge of the button." +msgstr "" + +#: doc/classes/OptionButton.xml:197 +msgid "[StyleBox] used when the [OptionButton] is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:200 +msgid "" +"[StyleBox] used when the [OptionButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/OptionButton.xml:203 +msgid "[Font] of the [OptionButton]'s text." +msgstr "" + +#: doc/classes/OptionButton.xml:206 +msgid "Default text [Color] of the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:209 +msgid "Text [Color] used when the [OptionButton] is disabled." +msgstr "" + +#: doc/classes/OptionButton.xml:212 +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/OptionButton.xml:215 +msgid "Text [Color] used when the [OptionButton] is being hovered." +msgstr "" + +#: doc/classes/OptionButton.xml:218 +msgid "Text [Color] used when the [OptionButton] is being pressed." +msgstr "" + +#: doc/classes/OptionButton.xml:221 +msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgstr "" + +#: doc/classes/OptionButton.xml:224 +msgid "The horizontal space between [OptionButton]'s icon and text." +msgstr "" + +#: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 +msgid "[StyleBox] used when the [OptionButton] is being pressed." +msgstr "" + +#: doc/classes/OS.xml:4 +msgid "Operating System functions." +msgstr "" + +#: doc/classes/OS.xml:7 +msgid "" +"Operating System functions. OS wraps the most common functionality to " +"communicate with the host operating system, such as the clipboard, video " +"driver, date and time, timers, environment variables, execution of binaries, " +"command line, etc." +msgstr "" + +#: doc/classes/OS.xml:18 +msgid "" +"Displays a modal dialog box using the host OS' facilities. Execution is " +"blocked until the dialog is closed." +msgstr "" + +#: doc/classes/OS.xml:24 +msgid "Returns [code]true[/code] if the host OS allows drawing." +msgstr "" + +#: doc/classes/OS.xml:30 +msgid "" +"Returns [code]true[/code] if the current host platform is using multiple " +"threads." +msgstr "" + +#: doc/classes/OS.xml:36 +msgid "Centers the window on the screen if in windowed mode." +msgstr "" + +#: doc/classes/OS.xml:42 +msgid "" +"Shuts down system MIDI driver.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:50 +msgid "" +"Delays execution of the current thread by [code]msec[/code] milliseconds. " +"[code]msec[/code] must be greater than or equal to [code]0[/code]. " +"Otherwise, [method delay_msec] will do nothing and will print an error " +"message.\n" +"[b]Note:[/b] [method delay_msec] is a [i]blocking[/i] way to delay code " +"execution. To delay code execution in a non-blocking way, see [method " +"SceneTree.create_timer]. Yielding with [method SceneTree.create_timer] will " +"delay the execution of code placed below the [code]yield[/code] without " +"affecting the rest of the project (or editor, for [EditorPlugin]s and " +"[EditorScript]s).\n" +"[b]Note:[/b] When [method delay_msec] is called on the main thread, it will " +"freeze the project and will prevent it from redrawing and registering input " +"until the delay has passed. When using [method delay_msec] as part of an " +"[EditorPlugin] or [EditorScript], it will freeze the editor but won't freeze " +"the project if it is currently running (since the project is an independent " +"child process)." +msgstr "" + +#: doc/classes/OS.xml:59 +msgid "" +"Delays execution of the current thread by [code]usec[/code] microseconds. " +"[code]usec[/code] must be greater than or equal to [code]0[/code]. " +"Otherwise, [method delay_usec] will do nothing and will print an error " +"message.\n" +"[b]Note:[/b] [method delay_usec] is a [i]blocking[/i] way to delay code " +"execution. To delay code execution in a non-blocking way, see [method " +"SceneTree.create_timer]. Yielding with [method SceneTree.create_timer] will " +"delay the execution of code placed below the [code]yield[/code] without " +"affecting the rest of the project (or editor, for [EditorPlugin]s and " +"[EditorScript]s).\n" +"[b]Note:[/b] When [method delay_usec] is called on the main thread, it will " +"freeze the project and will prevent it from redrawing and registering input " +"until the delay has passed. When using [method delay_usec] as part of an " +"[EditorPlugin] or [EditorScript], it will freeze the editor but won't freeze " +"the project if it is currently running (since the project is an independent " +"child process)." +msgstr "" + +#: doc/classes/OS.xml:68 +msgid "" +"Dumps the memory allocation ringlist to a file (only works in debug).\n" +"Entry format per line: \"Address - Size - Description\"." +msgstr "" + +#: doc/classes/OS.xml:76 +msgid "" +"Dumps all used resources to file (only works in debug).\n" +"Entry format per line: \"Resource Type : Resource Location\".\n" +"At the end of the file is a statistic of all used Resource Types." +msgstr "" + +#: doc/classes/OS.xml:89 +msgid "" +"Execute the file at the given path with the arguments passed as an array of " +"strings. Platform path resolution will take place. The resolved file must " +"exist and be executable.\n" +"The arguments are used in the given order and separated by a space, so " +"[code]OS.execute(\"ping\", [\"-w\", \"3\", \"godotengine.org\"], false)[/" +"code] will resolve to [code]ping -w 3 godotengine.org[/code] in the system's " +"shell.\n" +"This method has slightly different behavior based on whether the " +"[code]blocking[/code] mode is enabled.\n" +"If [code]blocking[/code] is [code]true[/code], the Godot thread will pause " +"its execution while waiting for the process to terminate. The shell output " +"of the process will be written to the [code]output[/code] array as a single " +"string. When the process terminates, the Godot thread will resume " +"execution.\n" +"If [code]blocking[/code] is [code]false[/code], the Godot thread will " +"continue while the new process runs. It is not possible to retrieve the " +"shell output in non-blocking mode, so [code]output[/code] will be empty.\n" +"The return value also depends on the blocking mode. When blocking, the " +"method will return an exit code of the process. When non-blocking, the " +"method returns a process ID, which you can use to monitor the process (and " +"potentially terminate it with [method kill]). If the process forking (non-" +"blocking) or opening (blocking) fails, the method will return [code]-1[/" +"code] or another exit code.\n" +"Example of blocking mode and retrieving the shell output:\n" +"[codeblock]\n" +"var output = []\n" +"var exit_code = OS.execute(\"ls\", [\"-l\", \"/tmp\"], true, output)\n" +"[/codeblock]\n" +"Example of non-blocking mode, running another instance of the project and " +"storing its process ID:\n" +"[codeblock]\n" +"var pid = OS.execute(OS.get_executable_path(), [], false)\n" +"[/codeblock]\n" +"If you wish to access a shell built-in or perform a composite command, a " +"platform-specific shell can be invoked. For example:\n" +"[codeblock]\n" +"OS.execute(\"CMD.exe\", [\"/C\", \"cd %TEMP% && dir\"], true, output)\n" +"[/codeblock]\n" +"[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and " +"Windows." +msgstr "" + +#: doc/classes/OS.xml:115 +msgid "Returns the scancode of the given string (e.g. \"Escape\")." +msgstr "" + +#: doc/classes/OS.xml:121 +msgid "Returns the total number of available audio drivers." +msgstr "" + +#: doc/classes/OS.xml:128 +msgid "Returns the audio driver name for the given index." +msgstr "" + +#: doc/classes/OS.xml:134 +msgid "" +"Returns the [i]global[/i] cache data directory according to the operating " +"system's standards. On desktop platforms, this path can be overridden by " +"setting the [code]XDG_CACHE_HOME[/code] environment variable before starting " +"the project. See [url=https://docs.godotengine.org/en/latest/tutorials/io/" +"data_paths.html]File paths in Godot projects[/url] in the documentation for " +"more information. See also [method get_config_dir] and [method " +"get_data_dir].\n" +"Not to be confused with [method get_user_data_dir], which returns the " +"[i]project-specific[/i] user data path." +msgstr "" + +#: doc/classes/OS.xml:141 +msgid "" +"Returns the command-line arguments passed to the engine.\n" +"Command-line arguments can be written in any form, including both [code]--" +"key value[/code] and [code]--key=value[/code] forms so they can be properly " +"parsed, as long as custom command-line arguments do not conflict with engine " +"arguments.\n" +"You can also incorporate environment variables using the [method " +"get_environment] method.\n" +"You can set [member ProjectSettings.editor/main_run_args] to define command-" +"line arguments to be passed by the editor when running the project.\n" +"Here's a minimal example on how to parse command-line arguments into a " +"dictionary using the [code]--key=value[/code] form for arguments:\n" +"[codeblock]\n" +"var arguments = {}\n" +"for argument in OS.get_cmdline_args():\n" +" if argument.find(\"=\") > -1:\n" +" var key_value = argument.split(\"=\")\n" +" arguments[key_value[0].lstrip(\"--\")] = key_value[1]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/OS.xml:158 +msgid "" +"Returns the [i]global[/i] user configuration directory according to the " +"operating system's standards. On desktop platforms, this path can be " +"overridden by setting the [code]XDG_CONFIG_HOME[/code] environment variable " +"before starting the project. See [url=https://docs.godotengine.org/en/latest/" +"tutorials/io/data_paths.html]File paths in Godot projects[/url] in the " +"documentation for more information. See also [method get_cache_dir] and " +"[method get_data_dir].\n" +"Not to be confused with [method get_user_data_dir], which returns the " +"[i]project-specific[/i] user data path." +msgstr "" + +#: doc/classes/OS.xml:165 +msgid "" +"Returns an array of MIDI device names.\n" +"The returned array will be empty if the system MIDI driver has not " +"previously been initialised with [method open_midi_inputs].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:173 +msgid "" +"Returns the currently used video driver, using one of the values from [enum " +"VideoDriver]." +msgstr "" + +#: doc/classes/OS.xml:179 +msgid "" +"Returns the [i]global[/i] user data directory according to the operating " +"system's standards. On desktop platforms, this path can be overridden by " +"setting the [code]XDG_DATA_HOME[/code] environment variable before starting " +"the project. See [url=https://docs.godotengine.org/en/latest/tutorials/io/" +"data_paths.html]File paths in Godot projects[/url] in the documentation for " +"more information. See also [method get_cache_dir] and [method " +"get_config_dir].\n" +"Not to be confused with [method get_user_data_dir], which returns the " +"[i]project-specific[/i] user data path." +msgstr "" + +#: doc/classes/OS.xml:187 +msgid "" +"Returns current date as a dictionary of keys: [code]year[/code], " +"[code]month[/code], [code]day[/code], [code]weekday[/code], [code]dst[/code] " +"(Daylight Savings Time)." +msgstr "" + +#: doc/classes/OS.xml:194 +msgid "" +"Returns current datetime as a dictionary of keys: [code]year[/code], " +"[code]month[/code], [code]day[/code], [code]weekday[/code], [code]dst[/code] " +"(Daylight Savings Time), [code]hour[/code], [code]minute[/code], " +"[code]second[/code]." +msgstr "" + +#: doc/classes/OS.xml:201 +msgid "" +"Gets a dictionary of time values corresponding to the given UNIX epoch time " +"(in seconds).\n" +"The returned Dictionary's values will be the same as [method get_datetime], " +"with the exception of Daylight Savings Time as it cannot be determined from " +"the epoch." +msgstr "" + +#: doc/classes/OS.xml:208 +msgid "Returns the total amount of dynamic memory used (only works in debug)." +msgstr "" + +#: doc/classes/OS.xml:215 +msgid "" +"Returns the value of an environment variable. Returns an empty string if the " +"environment variable doesn't exist.\n" +"[b]Note:[/b] Double-check the casing of [code]variable[/code]. Environment " +"variable names are case-sensitive on all platforms except Windows." +msgstr "" + +#: doc/classes/OS.xml:222 +msgid "Returns the path to the current engine executable." +msgstr "" + +#: doc/classes/OS.xml:228 +msgid "" +"With this function, you can get the list of dangerous permissions that have " +"been granted to the Android application.\n" +"[b]Note:[/b] This method is implemented on Android." +msgstr "" + +#: doc/classes/OS.xml:235 +msgid "" +"Returns the IME cursor position (the currently-edited portion of the string) " +"relative to the characters in the composition string.\n" +"[constant MainLoop.NOTIFICATION_OS_IME_UPDATE] is sent to the application to " +"notify it of changes to the IME cursor position.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:243 +msgid "" +"Returns the IME intermediate composition string.\n" +"[constant MainLoop.NOTIFICATION_OS_IME_UPDATE] is sent to the application to " +"notify it of changes to the IME composition string.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:251 +msgid "" +"Returns the current latin keyboard variant as a String.\n" +"Possible return values are: [code]\"QWERTY\"[/code], [code]\"AZERTY\"[/" +"code], [code]\"QZERTY\"[/code], [code]\"DVORAK\"[/code], [code]\"NEO\"[/" +"code], [code]\"COLEMAK\"[/code] or [code]\"ERROR\"[/code].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows. Returns " +"[code]\"QWERTY\"[/code] on unsupported platforms." +msgstr "" + +#: doc/classes/OS.xml:259 +msgid "" +"Returns the host OS locale as a string of the form " +"[code]language_Script_COUNTRY_VARIANT@extra[/code]. If you want only the " +"language code and not the fully specified locale from the OS, you can use " +"[method get_locale_language].\n" +"[code]language[/code] - 2 or 3-letter [url=https://en.wikipedia.org/wiki/" +"List_of_ISO_639-1_codes]language code[/url], in lower case.\n" +"[code]Script[/code] - optional, 4-letter [url=https://en.wikipedia.org/wiki/" +"ISO_15924]script code[/url], in title case.\n" +"[code]COUNTRY[/code] - optional, 2 or 3-letter [url=https://en.wikipedia.org/" +"wiki/ISO_3166-1]country code[/url], in upper case.\n" +"[code]VARIANT[/code] - optional, language variant, region and sort order. " +"Variant can have any number of underscored keywords.\n" +"[code]extra[/code] - optional, semicolon separated list of additional key " +"words. Currency, calendar, sort order and numbering system information." +msgstr "" + +#: doc/classes/OS.xml:270 +msgid "" +"Returns the host OS locale's 2 or 3-letter [url=https://en.wikipedia.org/" +"wiki/List_of_ISO_639-1_codes]language code[/url] as a string which should be " +"consistent on all platforms. This is equivalent to extracting the " +"[code]language[/code] part of the [method get_locale] string.\n" +"This can be used to narrow down fully specified locale strings to only the " +"\"common\" language code, when you don't need the additional information " +"about country code or variants. For example, for a French Canadian user with " +"[code]fr_CA[/code] locale, this would return [code]fr[/code]." +msgstr "" + +#: doc/classes/OS.xml:277 +msgid "" +"Returns the model name of the current device.\n" +"[b]Note:[/b] This method is implemented on Android and iOS. Returns " +"[code]\"GenericDevice\"[/code] on unsupported platforms." +msgstr "" + +#: doc/classes/OS.xml:284 +msgid "" +"Returns the name of the host OS. Possible values are: [code]\"Android\"[/" +"code], [code]\"iOS\"[/code], [code]\"HTML5\"[/code], [code]\"OSX\"[/code], " +"[code]\"Server\"[/code], [code]\"Windows\"[/code], [code]\"UWP\"[/code], " +"[code]\"X11\"[/code]." +msgstr "" + +#: doc/classes/OS.xml:291 +msgid "" +"Returns internal structure pointers for use in GDNative plugins.\n" +"[b]Note:[/b] This method is implemented on Linux and Windows (other OSs will " +"soon be supported)." +msgstr "" + +#: doc/classes/OS.xml:298 +msgid "" +"Returns the amount of battery left in the device as a percentage. Returns " +"[code]-1[/code] if power state is unknown.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:305 +msgid "" +"Returns an estimate of the time left in seconds before the device runs out " +"of battery. Returns [code]-1[/code] if power state is unknown.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:312 +msgid "" +"Returns the current state of the device regarding battery and power. See " +"[enum PowerState] constants.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:319 +msgid "" +"Returns the project's process ID.\n" +"[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and " +"Windows." +msgstr "" + +#: doc/classes/OS.xml:326 +msgid "Returns the number of threads available on the host machine." +msgstr "" + +#: doc/classes/OS.xml:332 +msgid "Returns the window size including decorations like window borders." +msgstr "" + +#: doc/classes/OS.xml:339 +msgid "" +"Returns the given scancode as a string (e.g. Return values: [code]\"Escape" +"\"[/code], [code]\"Shift+Escape\"[/code]).\n" +"See also [member InputEventKey.scancode] and [method InputEventKey." +"get_scancode_with_modifiers]." +msgstr "" + +#: doc/classes/OS.xml:346 +msgid "Returns the number of displays attached to the host machine." +msgstr "" + +#: doc/classes/OS.xml:353 +msgid "" +"Returns the dots per inch density of the specified screen. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used.\n" +"[b]Note:[/b] On macOS, returned value is inaccurate if fractional display " +"scaling mode is used.\n" +"[b]Note:[/b] On Android devices, the actual screen densities are grouped " +"into six generalized densities:\n" +"[codeblock]\n" +" ldpi - 120 dpi\n" +" mdpi - 160 dpi\n" +" hdpi - 240 dpi\n" +" xhdpi - 320 dpi\n" +" xxhdpi - 480 dpi\n" +"xxxhdpi - 640 dpi\n" +"[/codeblock]\n" +"[b]Note:[/b] This method is implemented on Android, Linux, macOS and " +"Windows. Returns [code]72[/code] on unsupported platforms." +msgstr "" + +#: doc/classes/OS.xml:370 +msgid "" +"Return the greatest scale factor of all screens.\n" +"[b]Note:[/b] On macOS returned value is [code]2.0[/code] if there is at " +"least one hiDPI (Retina) screen in the system, and [code]1.0[/code] in all " +"other cases.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:379 +msgid "" +"Returns the position of the specified screen by index. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used." +msgstr "" + +#: doc/classes/OS.xml:386 +msgid "" +"Return the scale factor of the specified screen by index. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used.\n" +"[b]Note:[/b] On macOS returned value is [code]2.0[/code] for hiDPI (Retina) " +"screen, and [code]1.0[/code] for all other cases.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:395 +msgid "" +"Returns the dimensions in pixels of the specified screen. If [code]screen[/" +"code] is [/code]-1[/code] (the default value), the current screen will be " +"used." +msgstr "" + +#: doc/classes/OS.xml:401 +msgid "" +"Returns the amount of time in milliseconds it took for the boot logo to " +"appear." +msgstr "" + +#: doc/classes/OS.xml:407 +msgid "Returns the maximum amount of static memory used (only works in debug)." +msgstr "" + +#: doc/classes/OS.xml:413 +msgid "Returns the amount of static memory being used by the program in bytes." +msgstr "" + +#: doc/classes/OS.xml:421 +msgid "" +"Returns the actual path to commonly used folders across different platforms. " +"Available locations are specified in [enum SystemDir].\n" +"[b]Note:[/b] This method is implemented on Android, Linux, macOS and " +"Windows.\n" +"[b]Note:[/b] Shared storage is implemented on Android and allows to " +"differentiate between app specific and shared directories. Shared " +"directories have additional restrictions on Android." +msgstr "" + +#: doc/classes/OS.xml:429 +msgid "Returns the epoch time of the operating system in milliseconds." +msgstr "" + +#: doc/classes/OS.xml:435 +msgid "Returns the epoch time of the operating system in seconds." +msgstr "" + +#: doc/classes/OS.xml:441 +msgid "" +"Returns the total number of available tablet drivers.\n" +"[b]Note:[/b] This method is implemented on Windows." +msgstr "" + +#: doc/classes/OS.xml:449 +msgid "" +"Returns the tablet driver name for the given index.\n" +"[b]Note:[/b] This method is implemented on Windows." +msgstr "" + +#: doc/classes/OS.xml:456 +msgid "" +"Returns the ID of the current thread. This can be used in logs to ease " +"debugging of multi-threaded applications.\n" +"[b]Note:[/b] Thread IDs are not deterministic and may be reused across " +"application restarts." +msgstr "" + +#: doc/classes/OS.xml:463 +msgid "" +"Returns the amount of time passed in milliseconds since the engine started." +msgstr "" + +#: doc/classes/OS.xml:469 +msgid "" +"Returns the amount of time passed in microseconds since the engine started." +msgstr "" + +#: doc/classes/OS.xml:476 +msgid "Returns current time as a dictionary of keys: hour, minute, second." +msgstr "" + +#: doc/classes/OS.xml:482 +msgid "" +"Returns the current time zone as a dictionary with the keys: bias and name." +msgstr "" + +#: doc/classes/OS.xml:488 +msgid "" +"Returns a string that is unique to the device.\n" +"[b]Note:[/b] This string may change without notice if the user reinstalls/" +"upgrades their operating system or changes their hardware. This means it " +"should generally not be used to encrypt persistent data as the data saved " +"before an unexpected ID change would become inaccessible. The returned " +"string may also be falsified using external programs, so do not rely on the " +"string returned by [method get_unique_id] for security purposes.\n" +"[b]Note:[/b] Returns an empty string on HTML5 and UWP, as this method isn't " +"implemented on those platforms yet." +msgstr "" + +#: doc/classes/OS.xml:496 +msgid "" +"Returns the current UNIX epoch timestamp in seconds.\n" +"[b]Important:[/b] This is the system clock that the user can manually set. " +"[b]Never use[/b] this method for precise time calculation since its results " +"are also subject to automatic adjustments by the operating system. [b]Always " +"use[/b] [method get_ticks_usec] or [method get_ticks_msec] for precise time " +"calculation instead, since they are guaranteed to be monotonic (i.e. never " +"decrease)." +msgstr "" + +#: doc/classes/OS.xml:504 +msgid "" +"Gets an epoch time value from a dictionary of time values.\n" +"[code]datetime[/code] must be populated with the following keys: [code]year[/" +"code], [code]month[/code], [code]day[/code], [code]hour[/code], " +"[code]minute[/code], [code]second[/code].\n" +"If the dictionary is empty [code]0[/code] is returned. If some keys are " +"omitted, they default to the equivalent values for the UNIX epoch timestamp " +"0 (1970-01-01 at 00:00:00 UTC).\n" +"You can pass the output from [method get_datetime_from_unix_time] directly " +"into this function. Daylight Savings Time ([code]dst[/code]), if present, is " +"ignored." +msgstr "" + +#: doc/classes/OS.xml:513 +msgid "" +"Returns the absolute directory path where user data is written ([code]user://" +"[/code]).\n" +"On Linux, this is [code]~/.local/share/godot/app_userdata/[project_name][/" +"code], or [code]~/.local/share/[custom_name][/code] if " +"[code]use_custom_user_dir[/code] is set.\n" +"On macOS, this is [code]~/Library/Application Support/Godot/app_userdata/" +"[project_name][/code], or [code]~/Library/Application Support/[custom_name][/" +"code] if [code]use_custom_user_dir[/code] is set.\n" +"On Windows, this is [code]%APPDATA%\\Godot\\app_userdata\\[project_name][/" +"code], or [code]%APPDATA%\\[custom_name][/code] if " +"[code]use_custom_user_dir[/code] is set. [code]%APPDATA%[/code] expands to " +"[code]%USERPROFILE%\\AppData\\Roaming[/code].\n" +"If the project name is empty, [code]user://[/code] falls back to [code]res://" +"[/code].\n" +"Not to be confused with [method get_data_dir], which returns the [i]global[/" +"i] (non-project-specific) user data directory." +msgstr "" + +#: doc/classes/OS.xml:524 +msgid "Returns the number of video drivers supported on the current platform." +msgstr "" + +#: doc/classes/OS.xml:531 +msgid "" +"Returns the name of the video driver matching the given [code]driver[/code] " +"index. This index is a value from [enum VideoDriver], and you can use " +"[method get_current_video_driver] to get the current backend's index." +msgstr "" + +#: doc/classes/OS.xml:537 +msgid "" +"Returns the on-screen keyboard's height in pixels. Returns 0 if there is no " +"keyboard or if it is currently hidden." +msgstr "" + +#: doc/classes/OS.xml:543 +msgid "" +"Returns unobscured area of the window where interactive controls should be " +"rendered." +msgstr "" + +#: doc/classes/OS.xml:553 +msgid "" +"Add a new item with text \"label\" to global menu. Use \"_dock\" menu to add " +"item to the macOS dock icon menu.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:561 +msgid "" +"Add a separator between items. Separators also occupy an index.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:569 +msgid "" +"Clear the global menu, in effect removing all items.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:578 +msgid "" +"Removes the item at index \"idx\" from the global menu. Note that the " +"indexes of items after the removed item are going to be shifted by one.\n" +"[b]Note:[/b] This method is implemented on macOS." +msgstr "" + +#: doc/classes/OS.xml:586 +msgid "" +"Returns [code]true[/code] if the environment variable with the name " +"[code]variable[/code] exists.\n" +"[b]Note:[/b] Double-check the casing of [code]variable[/code]. Environment " +"variable names are case-sensitive on all platforms except Windows." +msgstr "" + +#: doc/classes/OS.xml:594 +msgid "" +"Returns [code]true[/code] if the feature for the given feature tag is " +"supported in the currently running instance, depending on the platform, " +"build etc. Can be used to check whether you're currently running a debug " +"build, on a certain platform or arch, etc. Refer to the [url=https://docs." +"godotengine.org/en/3.4/getting_started/workflow/export/feature_tags." +"html]Feature Tags[/url] documentation for more details.\n" +"[b]Note:[/b] Tag names are case-sensitive." +msgstr "" + +#: doc/classes/OS.xml:601 +msgid "" +"Returns [code]true[/code] if the device has a touchscreen or emulates one." +msgstr "" + +#: doc/classes/OS.xml:607 +msgid "" +"Returns [code]true[/code] if the platform has a virtual keyboard, " +"[code]false[/code] otherwise." +msgstr "" + +#: doc/classes/OS.xml:613 +msgid "Hides the virtual keyboard if it is shown, does nothing otherwise." +msgstr "" + +#: doc/classes/OS.xml:619 +msgid "" +"Returns [code]true[/code] if the Godot binary used to run the project is a " +"[i]debug[/i] export template, or when running in the editor.\n" +"Returns [code]false[/code] if the Godot binary used to run the project is a " +"[i]release[/i] export template.\n" +"To check whether the Godot binary used to run the project is an export " +"template (debug or release), use [code]OS.has_feature(\"standalone\")[/code] " +"instead." +msgstr "" + +#: doc/classes/OS.xml:627 +msgid "" +"Returns [code]true[/code] if the [b]OK[/b] button should appear on the left " +"and [b]Cancel[/b] on the right." +msgstr "" + +#: doc/classes/OS.xml:634 +msgid "" +"Returns [code]true[/code] if the input scancode corresponds to a Unicode " +"character." +msgstr "" + +#: doc/classes/OS.xml:640 +msgid "" +"Returns [code]true[/code] if the engine was executed with [code]-v[/code] " +"(verbose stdout)." +msgstr "" + +#: doc/classes/OS.xml:646 +msgid "" +"If [code]true[/code], the [code]user://[/code] file system is persistent, so " +"that its state is the same after a player quits and starts the game again. " +"Relevant to the HTML5 platform, where this persistence may be unavailable." +msgstr "" + +#: doc/classes/OS.xml:652 +msgid "" +"Returns [code]true[/code] if the window should always be on top of other " +"windows." +msgstr "" + +#: doc/classes/OS.xml:658 +msgid "" +"Returns [code]true[/code] if the window is currently focused.\n" +"[b]Note:[/b] Only implemented on desktop platforms. On other platforms, it " +"will always return [code]true[/code]." +msgstr "" + +#: doc/classes/OS.xml:665 +msgid "" +"Returns active keyboard layout index.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:672 +msgid "" +"Returns the number of keyboard layouts.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:680 +msgid "" +"Returns the ISO-639/BCP-47 language code of the keyboard layout at position " +"[code]index[/code].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:688 +msgid "" +"Returns the localized name of the keyboard layout at position [code]index[/" +"code].\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:696 +msgid "" +"Sets active keyboard layout.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:704 +msgid "" +"Kill (terminate) the process identified by the given process ID ([code]pid[/" +"code]), e.g. the one returned by [method execute] in non-blocking mode.\n" +"[b]Note:[/b] This method can also be used to kill processes that were not " +"spawned by the game.\n" +"[b]Note:[/b] This method is implemented on Android, iOS, Linux, macOS and " +"Windows." +msgstr "" + +#: doc/classes/OS.xml:712 +msgid "" +"Moves the window to the front.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:719 +msgid "" +"Returns [code]true[/code] if native video is playing.\n" +"[b]Note:[/b] This method is only implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:726 +msgid "" +"Pauses native video playback.\n" +"[b]Note:[/b] This method is only implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:737 +msgid "" +"Plays native video from the specified path, at the given volume and with " +"audio and subtitle tracks.\n" +"[b]Note:[/b] This method is only implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:744 +msgid "" +"Stops native video playback.\n" +"[b]Note:[/b] This method is implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:751 +msgid "" +"Resumes native video playback.\n" +"[b]Note:[/b] This method is implemented on iOS." +msgstr "" + +#: doc/classes/OS.xml:758 +msgid "" +"Initialises the singleton for the system MIDI driver.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:766 +msgid "" +"Shows all resources in the game. Optionally, the list can be written to a " +"file by specifying a file path in [code]tofile[/code]." +msgstr "" + +#: doc/classes/OS.xml:772 +msgid "Shows the list of loaded textures sorted by size in memory." +msgstr "" + +#: doc/classes/OS.xml:779 +msgid "Shows the number of resources loaded by the game of the given types." +msgstr "" + +#: doc/classes/OS.xml:786 +msgid "Shows all resources currently used by the game." +msgstr "" + +#: doc/classes/OS.xml:792 +msgid "" +"Request the user attention to the window. It'll flash the taskbar button on " +"Windows or bounce the dock icon on OSX.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:800 +msgid "" +"At the moment this function is only used by [code]AudioDriverOpenSL[/code] " +"to request permission for [code]RECORD_AUDIO[/code] on Android." +msgstr "" + +#: doc/classes/OS.xml:806 +msgid "" +"With this function, you can request dangerous permissions since normal " +"permissions are automatically granted at install time in Android " +"applications.\n" +"[b]Note:[/b] This method is implemented on Android." +msgstr "" + +#: doc/classes/OS.xml:815 +msgid "" +"Sets the value of the environment variable [code]variable[/code] to " +"[code]value[/code]. The environment variable will be set for the Godot " +"process and any process executed with [method execute] after running [method " +"set_environment]. The environment variable will [i]not[/i] persist to " +"processes run after the Godot process was terminated.\n" +"[b]Note:[/b] Double-check the casing of [code]variable[/code]. Environment " +"variable names are case-sensitive on all platforms except Windows." +msgstr "" + +#: doc/classes/OS.xml:823 +msgid "" +"Sets the game's icon using an [Image] resource.\n" +"The same image is used for window caption, taskbar/dock and window selection " +"dialog. Image is scaled as needed.\n" +"[b]Note:[/b] This method is implemented on HTML5, Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:832 +msgid "" +"Sets whether IME input mode should be enabled.\n" +"If active IME handles key events before the application and creates an " +"composition string and suggestion list.\n" +"Application can retrieve the composition status by using [method " +"get_ime_selection] and [method get_ime_text] functions.\n" +"Completed composition string is committed when input is finished.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:843 +msgid "" +"Sets position of IME suggestion list popup (in window coordinates).\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:851 +msgid "" +"Sets the game's icon using a multi-size platform-specific icon file ([code]*." +"ico[/code] on Windows and [code]*.icns[/code] on macOS).\n" +"Appropriate size sub-icons are used for window caption, taskbar/dock and " +"window selection dialog.\n" +"[b]Note:[/b] This method is implemented on macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:860 +msgid "Sets the name of the current thread." +msgstr "" + +#: doc/classes/OS.xml:867 +msgid "Enables backup saves if [code]enabled[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/OS.xml:874 +msgid "" +"Sets whether the window should always be on top.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:882 +msgid "" +"Sets a polygonal region of the window which accepts mouse events. Mouse " +"events outside the region will be passed through.\n" +"Passing an empty array will disable passthrough support (all mouse events " +"will be intercepted by the window, which is the default behavior).\n" +"[codeblock]\n" +"# Set region, using Path2D node.\n" +"OS.set_window_mouse_passthrough($Path2D.curve.get_baked_points())\n" +"\n" +"# Set region, using Polygon2D node.\n" +"OS.set_window_mouse_passthrough($Polygon2D.polygon)\n" +"\n" +"# Reset region to default.\n" +"OS.set_window_mouse_passthrough([])\n" +"[/codeblock]\n" +"[b]Note:[/b] On Windows, the portion of a window that lies outside the " +"region is not drawn, while on Linux and macOS it is.\n" +"[b]Note:[/b] This method is implemented on Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:902 +msgid "" +"Sets the window title to the specified string.\n" +"[b]Note:[/b] This should be used sporadically. Don't set this every frame, " +"as that will negatively affect performance on some window managers.\n" +"[b]Note:[/b] This method is implemented on HTML5, Linux, macOS and Windows." +msgstr "" + +#: doc/classes/OS.xml:911 +msgid "" +"Requests the OS to open a resource with the most appropriate program. For " +"example:\n" +"- [code]OS.shell_open(\"C:\\\\Users\\name\\Downloads\")[/code] on Windows " +"opens the file explorer at the user's Downloads folder.\n" +"- [code]OS.shell_open(\"https://godotengine.org\")[/code] opens the default " +"web browser on the official Godot website.\n" +"- [code]OS.shell_open(\"mailto:example@example.com\")[/code] opens the " +"default email client with the \"To\" field set to [code]example@example.com[/" +"code]. See [url=https://blog.escapecreative.com/customizing-mailto-" +"links/]Customizing [code]mailto:[/code] Links[/url] for a list of fields " +"that can be added.\n" +"Use [method ProjectSettings.globalize_path] to convert a [code]res://[/code] " +"or [code]user://[/code] path into a system path for use with this method.\n" +"[b]Note:[/b] This method is implemented on Android, iOS, HTML5, Linux, macOS " +"and Windows." +msgstr "" + +#: doc/classes/OS.xml:924 +msgid "" +"Shows the virtual keyboard if the platform has one.\n" +"The [code]existing_text[/code] parameter is useful for implementing your own " +"[LineEdit] or [TextEdit], as it tells the virtual keyboard what text has " +"already been typed (the virtual keyboard uses it for auto-correct and " +"predictions).\n" +"The [code]multiline[/code] parameter needs to be set to [code]true[/code] to " +"be able to enter multiple lines of text, as in [TextEdit].\n" +"[b]Note:[/b] This method is implemented on Android, iOS and UWP." +msgstr "" + +#: doc/classes/OS.xml:933 +msgid "The clipboard from the host OS. Might be unavailable on some platforms." +msgstr "" + +#: doc/classes/OS.xml:936 +msgid "The current screen index (starting from 0)." +msgstr "" + +#: doc/classes/OS.xml:939 +msgid "" +"If [code]true[/code], the engine filters the time delta measured between " +"each frame, and attempts to compensate for random variation. This will only " +"operate on systems where V-Sync is active." +msgstr "" + +#: doc/classes/OS.xml:942 +msgid "" +"The exit code passed to the OS when the main loop exits. By convention, an " +"exit code of [code]0[/code] indicates success whereas a non-zero exit code " +"indicates an error. For portability reasons, the exit code should be set " +"between 0 and 125 (inclusive).\n" +"[b]Note:[/b] This value will be ignored if using [method SceneTree.quit] " +"with an [code]exit_code[/code] argument passed." +msgstr "" + +#: doc/classes/OS.xml:946 +msgid "" +"If [code]true[/code], the engine tries to keep the screen on while the game " +"is running. Useful on mobile." +msgstr "" + +#: doc/classes/OS.xml:949 +msgid "" +"If [code]true[/code], the engine optimizes for low processor usage by only " +"refreshing the screen if needed. Can improve battery consumption on mobile." +msgstr "" + +#: doc/classes/OS.xml:952 +msgid "" +"The amount of sleeping between frames when the low-processor usage mode is " +"enabled (in microseconds). Higher values will result in lower CPU usage." +msgstr "" + +#: doc/classes/OS.xml:955 +msgid "" +"The maximum size of the window (without counting window manager " +"decorations). Does not affect fullscreen mode. Set to [code](0, 0)[/code] to " +"reset to the system default value." +msgstr "" + +#: doc/classes/OS.xml:958 +msgid "" +"The minimum size of the window in pixels (without counting window manager " +"decorations). Does not affect fullscreen mode. Set to [code](0, 0)[/code] to " +"reset to the system's default value.\n" +"[b]Note:[/b] By default, the project window has a minimum size of " +"[code]Vector2(64, 64)[/code]. This prevents issues that can arise when the " +"window is resized to a near-zero size." +msgstr "" + +#: doc/classes/OS.xml:962 +msgid "The current screen orientation." +msgstr "" + +#: doc/classes/OS.xml:965 +msgid "The current tablet driver in use." +msgstr "" + +#: doc/classes/OS.xml:968 +msgid "If [code]true[/code], vertical synchronization (Vsync) is enabled." +msgstr "" + +#: doc/classes/OS.xml:971 +msgid "" +"If [code]true[/code] and [code]vsync_enabled[/code] is true, the operating " +"system's window compositor will be used for vsync when the compositor is " +"enabled and the game is in windowed mode.\n" +"[b]Note:[/b] This option is experimental and meant to alleviate stutter " +"experienced by some users. However, some users have experienced a Vsync " +"framerate halving (e.g. from 60 FPS to 30 FPS) when using it.\n" +"[b]Note:[/b] This property is only implemented on Windows." +msgstr "" + +#: doc/classes/OS.xml:976 +msgid "" +"If [code]true[/code], removes the window frame.\n" +"[b]Note:[/b] Setting [code]window_borderless[/code] to [code]false[/code] " +"disables per-pixel transparency." +msgstr "" + +#: doc/classes/OS.xml:980 +msgid "If [code]true[/code], the window is fullscreen." +msgstr "" + +#: doc/classes/OS.xml:983 +msgid "If [code]true[/code], the window is maximized." +msgstr "" + +#: doc/classes/OS.xml:986 +msgid "If [code]true[/code], the window is minimized." +msgstr "" + +#: doc/classes/OS.xml:989 +msgid "" +"If [code]true[/code], the window background is transparent and the window " +"frame is removed.\n" +"Use [code]get_tree().get_root().set_transparent_background(true)[/code] to " +"disable main viewport background rendering.\n" +"[b]Note:[/b] This property has no effect if [member ProjectSettings.display/" +"window/per_pixel_transparency/allowed] setting is disabled.\n" +"[b]Note:[/b] This property is implemented on HTML5, Linux, macOS, Windows, " +"and Android. It can't be changed at runtime for Android. Use [member " +"ProjectSettings.display/window/per_pixel_transparency/enabled] to set it at " +"startup instead." +msgstr "" + +#: doc/classes/OS.xml:995 +msgid "" +"The window position relative to the screen, the origin is the top left " +"corner, +Y axis goes to the bottom and +X axis goes to the right." +msgstr "" + +#: doc/classes/OS.xml:998 +msgid "If [code]true[/code], the window is resizable by the user." +msgstr "" + +#: doc/classes/OS.xml:1001 +msgid "The size of the window (without counting window manager decorations)." +msgstr "" + +#: doc/classes/OS.xml:1006 +msgid "" +"The GLES2 rendering backend. It uses OpenGL ES 2.0 on mobile devices, OpenGL " +"2.1 on desktop platforms and WebGL 1.0 on the web." +msgstr "" + +#: doc/classes/OS.xml:1009 +msgid "" +"The GLES3 rendering backend. It uses OpenGL ES 3.0 on mobile devices, OpenGL " +"3.3 on desktop platforms and WebGL 2.0 on the web." +msgstr "" + +#: doc/classes/OS.xml:1012 +msgid "Sunday." +msgstr "" + +#: doc/classes/OS.xml:1015 +msgid "Monday." +msgstr "" + +#: doc/classes/OS.xml:1018 +msgid "Tuesday." +msgstr "" + +#: doc/classes/OS.xml:1021 +msgid "Wednesday." +msgstr "" + +#: doc/classes/OS.xml:1024 +msgid "Thursday." +msgstr "" + +#: doc/classes/OS.xml:1027 +msgid "Friday." +msgstr "" + +#: doc/classes/OS.xml:1030 +msgid "Saturday." +msgstr "" + +#: doc/classes/OS.xml:1033 +msgid "January." +msgstr "" + +#: doc/classes/OS.xml:1036 +msgid "February." +msgstr "" + +#: doc/classes/OS.xml:1039 +msgid "March." +msgstr "" + +#: doc/classes/OS.xml:1042 +msgid "April." +msgstr "" + +#: doc/classes/OS.xml:1045 +msgid "May." +msgstr "" + +#: doc/classes/OS.xml:1048 +msgid "June." +msgstr "" + +#: doc/classes/OS.xml:1051 +msgid "July." +msgstr "" + +#: doc/classes/OS.xml:1054 +msgid "August." +msgstr "" + +#: doc/classes/OS.xml:1057 +msgid "September." +msgstr "" + +#: doc/classes/OS.xml:1060 +msgid "October." +msgstr "" + +#: doc/classes/OS.xml:1063 +msgid "November." +msgstr "" + +#: doc/classes/OS.xml:1066 +msgid "December." +msgstr "" + +#: doc/classes/OS.xml:1069 +msgid "" +"Application handle:\n" +"- Windows: [code]HINSTANCE[/code] of the application\n" +"- MacOS: [code]NSApplication*[/code] of the application (not yet " +"implemented)\n" +"- Android: [code]JNIEnv*[/code] of the application (not yet implemented)" +msgstr "" + +#: doc/classes/OS.xml:1075 +msgid "" +"Display handle:\n" +"- Linux: [code]X11::Display*[/code] for the display" +msgstr "" + +#: doc/classes/OS.xml:1079 +msgid "" +"Window handle:\n" +"- Windows: [code]HWND[/code] of the main window\n" +"- Linux: [code]X11::Window*[/code] of the main window\n" +"- MacOS: [code]NSWindow*[/code] of the main window (not yet implemented)\n" +"- Android: [code]jObject[/code] the main android activity (not yet " +"implemented)" +msgstr "" + +#: doc/classes/OS.xml:1086 +msgid "" +"Window view:\n" +"- Windows: [code]HDC[/code] of the main window drawing context\n" +"- MacOS: [code]NSView*[/code] of the main windows view (not yet implemented)" +msgstr "" + +#: doc/classes/OS.xml:1091 +msgid "" +"OpenGL Context:\n" +"- Windows: [code]HGLRC[/code]\n" +"- Linux: [code]X11::GLXContext[/code]\n" +"- MacOS: [code]NSOpenGLContext*[/code] (not yet implemented)" +msgstr "" + +#: doc/classes/OS.xml:1097 +msgid "Landscape screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1100 +msgid "Portrait screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1103 +msgid "Reverse landscape screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1106 +msgid "Reverse portrait screen orientation." +msgstr "" + +#: doc/classes/OS.xml:1109 +msgid "Uses landscape or reverse landscape based on the hardware sensor." +msgstr "" + +#: doc/classes/OS.xml:1112 +msgid "Uses portrait or reverse portrait based on the hardware sensor." +msgstr "" + +#: doc/classes/OS.xml:1115 +msgid "Uses most suitable orientation based on the hardware sensor." +msgstr "" + +#: doc/classes/OS.xml:1118 +msgid "Desktop directory path." +msgstr "" + +#: doc/classes/OS.xml:1121 +msgid "DCIM (Digital Camera Images) directory path." +msgstr "" + +#: doc/classes/OS.xml:1124 +msgid "Documents directory path." +msgstr "" + +#: doc/classes/OS.xml:1127 +msgid "Downloads directory path." +msgstr "" + +#: doc/classes/OS.xml:1130 +msgid "Movies directory path." +msgstr "" + +#: doc/classes/OS.xml:1133 +msgid "Music directory path." +msgstr "" + +#: doc/classes/OS.xml:1136 +msgid "Pictures directory path." +msgstr "" + +#: doc/classes/OS.xml:1139 +msgid "Ringtones directory path." +msgstr "" + +#: doc/classes/OS.xml:1142 +msgid "Unknown powerstate." +msgstr "" + +#: doc/classes/OS.xml:1145 +msgid "Unplugged, running on battery." +msgstr "" + +#: doc/classes/OS.xml:1148 +msgid "Plugged in, no battery available." +msgstr "" + +#: doc/classes/OS.xml:1151 +msgid "Plugged in, battery charging." +msgstr "" + +#: doc/classes/OS.xml:1154 +msgid "Plugged in, battery fully charged." +msgstr "" + +#: doc/classes/PackedDataContainerRef.xml:4 +msgid "Reference version of [PackedDataContainer]." +msgstr "" + +#: doc/classes/PackedScene.xml:4 +msgid "An abstraction of a serialized scene." +msgstr "" + +#: doc/classes/PackedScene.xml:7 +msgid "" +"A simplified interface to a scene file. Provides access to operations and " +"checks that can be performed on the scene resource itself.\n" +"Can be used to save a node to a file. When saving, the node as well as all " +"the nodes it owns get saved (see [code]owner[/code] property on [Node]).\n" +"[b]Note:[/b] The node doesn't need to own itself.\n" +"[b]Example of loading a saved scene:[/b]\n" +"[codeblock]\n" +"# Use `load()` instead of `preload()` if the path isn't known at compile-" +"time.\n" +"var scene = preload(\"res://scene.tscn\").instance()\n" +"# Add the node as a child of the node the script is attached to.\n" +"add_child(scene)\n" +"[/codeblock]\n" +"[b]Example of saving a node with different owners:[/b] The following example " +"creates 3 objects: [code]Node2D[/code] ([code]node[/code]), " +"[code]RigidBody2D[/code] ([code]rigid[/code]) and [code]CollisionObject2D[/" +"code] ([code]collision[/code]). [code]collision[/code] is a child of " +"[code]rigid[/code] which is a child of [code]node[/code]. Only [code]rigid[/" +"code] is owned by [code]node[/code] and [code]pack[/code] will therefore " +"only save those two nodes, but not [code]collision[/code].\n" +"[codeblock]\n" +"# Create the objects.\n" +"var node = Node2D.new()\n" +"var rigid = RigidBody2D.new()\n" +"var collision = CollisionShape2D.new()\n" +"\n" +"# Create the object hierarchy.\n" +"rigid.add_child(collision)\n" +"node.add_child(rigid)\n" +"\n" +"# Change owner of `rigid`, but not of `collision`.\n" +"rigid.owner = node\n" +"\n" +"var scene = PackedScene.new()\n" +"# Only `node` and `rigid` are now packed.\n" +"var result = scene.pack(node)\n" +"if result == OK:\n" +" var error = ResourceSaver.save(\"res://path/name.scn\", scene) # Or " +"\"user://...\"\n" +" if error != OK:\n" +" push_error(\"An error occurred while saving the scene to disk.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/PackedScene.xml:47 +msgid "Returns [code]true[/code] if the scene file has nodes." +msgstr "" + +#: doc/classes/PackedScene.xml:53 +msgid "" +"Returns the [code]SceneState[/code] representing the scene file contents." +msgstr "" + +#: doc/classes/PackedScene.xml:60 +msgid "" +"Instantiates the scene's node hierarchy. Triggers child scene " +"instantiation(s). Triggers a [constant Node.NOTIFICATION_INSTANCED] " +"notification on the root node." +msgstr "" + +#: doc/classes/PackedScene.xml:67 +msgid "" +"Pack will ignore any sub-nodes not owned by given node. See [member Node." +"owner]." +msgstr "" + +#: doc/classes/PackedScene.xml:73 +msgid "" +"A dictionary representation of the scene contents.\n" +"Available keys include \"rnames\" and \"variants\" for resources, " +"\"node_count\", \"nodes\", \"node_paths\" for nodes, \"editable_instances\" " +"for base scene children overrides, \"conn_count\" and \"conns\" for signal " +"connections, and \"version\" for the format style of the PackedScene." +msgstr "" + +#: doc/classes/PackedScene.xml:79 +msgid "If passed to [method instance], blocks edits to the scene state." +msgstr "" + +#: doc/classes/PackedScene.xml:82 +msgid "" +"If passed to [method instance], provides local scene resources to the local " +"scene.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/PackedScene.xml:86 +msgid "" +"If passed to [method instance], provides local scene resources to the local " +"scene. Only the main scene should receive the main edit state.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/PacketPeer.xml:4 +msgid "Abstraction and base class for packet-based protocols." +msgstr "" + +#: doc/classes/PacketPeer.xml:7 +msgid "" +"PacketPeer is an abstraction and base class for packet-based protocols (such " +"as UDP). It provides an API for sending and receiving packets both as raw " +"data or variables. This makes it easy to transfer data over a protocol, " +"without having to encode data as low-level bytes or having to worry about " +"network ordering." +msgstr "" + +#: doc/classes/PacketPeer.xml:15 +msgid "Returns the number of packets currently available in the ring-buffer." +msgstr "" + +#: doc/classes/PacketPeer.xml:21 +msgid "Gets a raw packet." +msgstr "" + +#: doc/classes/PacketPeer.xml:27 +msgid "" +"Returns the error state of the last packet received (via [method get_packet] " +"and [method get_var])." +msgstr "" + +#: doc/classes/PacketPeer.xml:34 +msgid "" +"Gets a Variant. If [code]allow_objects[/code] (or [member " +"allow_object_decoding]) is [code]true[/code], decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/PacketPeer.xml:42 +msgid "Sends a raw packet." +msgstr "" + +#: doc/classes/PacketPeer.xml:50 +msgid "" +"Sends a [Variant] as a packet. If [code]full_objects[/code] (or [member " +"allow_object_decoding]) is [code]true[/code], encoding objects is allowed " +"(and can potentially include code)." +msgstr "" + +#: doc/classes/PacketPeer.xml:56 +msgid "" +"[i]Deprecated.[/i] Use [code]get_var[/code] and [code]put_var[/code] " +"parameters instead.\n" +"If [code]true[/code], the PacketPeer will allow encoding and decoding of " +"object via [method get_var] and [method put_var].\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/PacketPeer.xml:61 +msgid "" +"Maximum buffer size allowed when encoding [Variant]s. Raise this value to " +"support heavier memory allocations.\n" +"The [method put_var] method allocates memory on the stack, and the buffer " +"used will grow automatically to the closest power of two to match the size " +"of the [Variant]. If the [Variant] is bigger than " +"[code]encode_buffer_max_size[/code], the method will error out with " +"[constant ERR_OUT_OF_MEMORY]." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:4 +msgid "DTLS packet peer." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:7 +msgid "" +"This class represents a DTLS peer connection. It can be used to connect to a " +"DTLS server, and is returned by [method DTLSServer.take_connection].\n" +"[b]Warning:[/b] SSL/TLS certificate revocation and certificate pinning are " +"currently not supported. Revoked certificates are accepted as long as they " +"are otherwise valid. If this is a concern, you may want to use automatically " +"managed certificates with a short validity period." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:20 +msgid "" +"Connects a [code]peer[/code] beginning the DTLS handshake using the " +"underlying [PacketPeerUDP] which must be connected (see [method " +"PacketPeerUDP.connect_to_host]). If [code]validate_certs[/code] is " +"[code]true[/code], [PacketPeerDTLS] will validate that the certificate " +"presented by the remote peer and match it with the [code]for_hostname[/code] " +"argument. You can specify a custom [X509Certificate] to use for validation " +"via the [code]valid_certificate[/code] argument." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:26 +msgid "Disconnects this peer, terminating the DTLS session." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:32 doc/classes/StreamPeerSSL.xml:43 +msgid "Returns the status of the connection. See [enum Status] for values." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:38 +msgid "" +"Poll the connection to check for incoming packets. Call this frequently to " +"update the status and keep the connection working." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:44 +msgid "A status representing a [PacketPeerDTLS] that is disconnected." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:47 +msgid "" +"A status representing a [PacketPeerDTLS] that is currently performing the " +"handshake with a remote peer." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:50 +msgid "" +"A status representing a [PacketPeerDTLS] that is connected to a remote peer." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:53 +msgid "A status representing a [PacketPeerDTLS] in a generic error state." +msgstr "" + +#: doc/classes/PacketPeerDTLS.xml:56 +msgid "" +"An error status that shows a mismatch in the DTLS certificate domain " +"presented by the host and the domain requested for validation." +msgstr "" + +#: doc/classes/PacketPeerStream.xml:4 +msgid "Wrapper to use a PacketPeer over a StreamPeer." +msgstr "" + +#: doc/classes/PacketPeerStream.xml:7 +msgid "" +"PacketStreamPeer provides a wrapper for working using packets over a stream. " +"This allows for using packet based code with StreamPeers. PacketPeerStream " +"implements a custom protocol over the StreamPeer, so the user should not " +"read or write to the wrapped StreamPeer directly." +msgstr "" + +#: doc/classes/PacketPeerStream.xml:19 +msgid "The wrapped [StreamPeer] object." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:4 +msgid "UDP packet peer." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:7 +msgid "" +"UDP packet peer. Can be used to send raw UDP packets as well as [Variant]s." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:15 +msgid "Closes the UDP socket the [PacketPeerUDP] is currently listening on." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:23 +msgid "" +"Calling this method connects this UDP peer to the given [code]host[/code]/" +"[code]port[/code] pair. UDP is in reality connectionless, so this option " +"only means that incoming packets from different addresses are automatically " +"discarded, and that outgoing packets are always sent to the connected " +"address (future calls to [method set_dest_address] are not allowed). This " +"method does not send any data to the remote peer, to do that, use [method " +"PacketPeer.put_var] or [method PacketPeer.put_packet] as usual. See also " +"[UDPServer].\n" +"[b]Note:[/b] Connecting to the remote peer does not help to protect from " +"malicious attacks like IP spoofing, etc. Think about using an encryption " +"technique like SSL or DTLS if you feel like your application is transferring " +"sensitive information." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:30 +msgid "" +"Returns the IP of the remote peer that sent the last packet(that was " +"received with [method PacketPeer.get_packet] or [method PacketPeer.get_var])." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:36 +msgid "" +"Returns the port of the remote peer that sent the last packet(that was " +"received with [method PacketPeer.get_packet] or [method PacketPeer.get_var])." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:42 +msgid "" +"Returns [code]true[/code] if the UDP socket is open and has been connected " +"to a remote address. See [method connect_to_host]." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:48 +msgid "Returns whether this [PacketPeerUDP] is listening." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:56 +msgid "" +"Joins the multicast group specified by [code]multicast_address[/code] using " +"the interface identified by [code]interface_name[/code].\n" +"You can join the same multicast group with multiple interfaces. Use [method " +"IP.get_local_interfaces] to know which are available.\n" +"[b]Note:[/b] Some Android devices might require the " +"[code]CHANGE_WIFI_MULTICAST_STATE[/code] permission for multicast to work." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:66 +msgid "" +"Removes the interface identified by [code]interface_name[/code] from the " +"multicast group specified by [code]multicast_address[/code]." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:75 +msgid "" +"Makes this [PacketPeerUDP] listen on the [code]port[/code] binding to " +"[code]bind_address[/code] with a buffer size [code]recv_buf_size[/code].\n" +"If [code]bind_address[/code] is set to [code]\"*\"[/code] (default), the " +"peer will listen on all available addresses (both IPv4 and IPv6).\n" +"If [code]bind_address[/code] is set to [code]\"0.0.0.0\"[/code] (for IPv4) " +"or [code]\"::\"[/code] (for IPv6), the peer will listen on all available " +"addresses matching that IP type.\n" +"If [code]bind_address[/code] is set to any valid address (e.g. " +"[code]\"192.168.1.101\"[/code], [code]\"::1\"[/code], etc), the peer will " +"only listen on the interface with that addresses (or fail if no interface " +"with the given address exists)." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:85 +msgid "" +"Enable or disable sending of broadcast packets (e.g. " +"[code]set_dest_address(\"255.255.255.255\", 4343)[/code]. This option is " +"disabled by default.\n" +"[b]Note:[/b] Some Android devices might require the " +"[code]CHANGE_WIFI_MULTICAST_STATE[/code] permission and this option to be " +"enabled to receive broadcast packets too." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:94 +msgid "" +"Sets the destination address and port for sending packets and variables. A " +"hostname will be resolved using DNS if needed.\n" +"[b]Note:[/b] [method set_broadcast_enabled] must be enabled before sending " +"packets to a broadcast address (e.g. [code]255.255.255.255[/code])." +msgstr "" + +#: doc/classes/PacketPeerUDP.xml:101 +msgid "" +"Waits for a packet to arrive on the listening port. See [method listen].\n" +"[b]Note:[/b] [method wait] can't be interrupted once it has been called. " +"This can be worked around by allowing the other party to send a specific " +"\"death pill\" packet like this:\n" +"[codeblock]\n" +"# Server\n" +"socket.set_dest_address(\"127.0.0.1\", 789)\n" +"socket.put_packet(\"Time to stop\".to_ascii())\n" +"\n" +"# Client\n" +"while socket.wait() == OK:\n" +" var data = socket.get_packet().get_string_from_ascii()\n" +" if data == \"Time to stop\":\n" +" return\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Panel.xml:4 +msgid "Provides an opaque background for [Control] children." +msgstr "" + +#: doc/classes/Panel.xml:7 +msgid "" +"Panel is a [Control] that displays an opaque background. It's commonly used " +"as a parent and container for other types of [Control] nodes." +msgstr "" + +#: doc/classes/Panel.xml:11 +msgid "https://godotengine.org/asset-library/asset/516" +msgstr "" + +#: doc/classes/Panel.xml:12 doc/classes/Skeleton.xml:12 +#: doc/classes/SkeletonIK.xml:29 +msgid "https://godotengine.org/asset-library/asset/523" +msgstr "" + +#: doc/classes/Panel.xml:20 +msgid "The style of this [Panel]." +msgstr "" + +#: doc/classes/PanelContainer.xml:4 +msgid "Panel container type." +msgstr "" + +#: doc/classes/PanelContainer.xml:7 +msgid "" +"Panel container type. This container fits controls inside of the delimited " +"area of a stylebox. It's useful for giving controls an outline." +msgstr "" + +#: doc/classes/PanelContainer.xml:18 +msgid "The style of [PanelContainer]'s background." +msgstr "" + +#: doc/classes/PanoramaSky.xml:4 +msgid "A type of [Sky] used to draw a background texture." +msgstr "" + +#: doc/classes/PanoramaSky.xml:7 +msgid "" +"A resource referenced in an [Environment] that is used to draw a background. " +"The Panorama sky functions similar to skyboxes in other engines, except it " +"uses an equirectangular sky map instead of a cube map.\n" +"Using an HDR panorama is strongly recommended for accurate, high-quality " +"reflections. Godot supports the Radiance HDR ([code].hdr[/code]) and OpenEXR " +"([code].exr[/code]) image formats for this purpose.\n" +"You can use [url=https://danilw.github.io/GLSL-howto/cubemap_to_panorama_js/" +"cubemap_to_panorama.html]this tool[/url] to convert a cube map to an " +"equirectangular sky map." +msgstr "" + +#: doc/classes/PanoramaSky.xml:17 +msgid "[Texture] to be applied to the PanoramaSky." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:4 +msgid "A node used to create a parallax scrolling background." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:7 +msgid "" +"A ParallaxBackground uses one or more [ParallaxLayer] child nodes to create " +"a parallax effect. Each [ParallaxLayer] can move at a different speed using " +"[member ParallaxLayer.motion_offset]. This creates an illusion of depth in a " +"2D game. If not used with a [Camera2D], you must manually calculate the " +"[member scroll_offset]." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:16 +msgid "The base position offset for all [ParallaxLayer] children." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:19 +msgid "The base motion scale for all [ParallaxLayer] children." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:22 +msgid "" +"If [code]true[/code], elements in [ParallaxLayer] child aren't affected by " +"the zoom level of the camera." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:25 +msgid "" +"Top-left limits for scrolling to begin. If the camera is outside of this " +"limit, the background will stop scrolling. Must be lower than [member " +"scroll_limit_end] to work." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:28 +msgid "" +"Bottom-right limits for scrolling to end. If the camera is outside of this " +"limit, the background will stop scrolling. Must be higher than [member " +"scroll_limit_begin] to work." +msgstr "" + +#: doc/classes/ParallaxBackground.xml:31 +msgid "" +"The ParallaxBackground's scroll value. Calculated automatically when using a " +"[Camera2D], but can be used to manually manage scrolling when no camera is " +"present." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:4 +msgid "A parallax scrolling layer to be used with [ParallaxBackground]." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:7 +msgid "" +"A ParallaxLayer must be the child of a [ParallaxBackground] node. Each " +"ParallaxLayer can be set to move at different speeds relative to the camera " +"movement or the [member ParallaxBackground.scroll_offset] value.\n" +"This node's children will be affected by its scroll offset.\n" +"[b]Note:[/b] Any changes to this node's position and scale made after it " +"enters the scene will be ignored." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:17 +msgid "" +"The ParallaxLayer's [Texture] mirroring. Useful for creating an infinite " +"scrolling background. If an axis is set to [code]0[/code], the [Texture] " +"will not be mirrored." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:20 +msgid "" +"The ParallaxLayer's offset relative to the parent ParallaxBackground's " +"[member ParallaxBackground.scroll_offset]." +msgstr "" + +#: doc/classes/ParallaxLayer.xml:23 +msgid "" +"Multiplies the ParallaxLayer's motion. If an axis is set to [code]0[/code], " +"it will not scroll." +msgstr "" + +#: doc/classes/Particles.xml:4 +msgid "GPU-based 3D particle emitter." +msgstr "" + +#: doc/classes/Particles.xml:7 +msgid "" +"3D particle node used to create a variety of particle systems and effects. " +"[Particles] features an emitter that generates some number of particles at a " +"given rate.\n" +"Use the [code]process_material[/code] property to add a [ParticlesMaterial] " +"to configure particle appearance and behavior. Alternatively, you can add a " +"[ShaderMaterial] which will be applied to all particles.\n" +"[b]Note:[/b] [Particles] only work when using the GLES3 renderer. If using " +"the GLES2 renderer, use [CPUParticles] instead. You can convert [Particles] " +"to [CPUParticles] by selecting the node, clicking the [b]Particles[/b] menu " +"at the top of the 3D editor viewport then choosing [b]Convert to " +"CPUParticles[/b].\n" +"[b]Note:[/b] After working on a Particles node, remember to update its " +"[member visibility_aabb] by selecting it, clicking the [b]Particles[/b] menu " +"at the top of the 3D editor viewport then choose [b]Generate Visibility " +"AABB[/b]. Otherwise, particles may suddenly disappear depending on the " +"camera position and angle." +msgstr "" + +#: doc/classes/Particles.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/vertex_animation/" +"controlling_thousands_of_fish.html" +msgstr "" + +#: doc/classes/Particles.xml:20 +msgid "" +"Returns the axis-aligned bounding box that contains all the particles that " +"are active in the current frame." +msgstr "" + +#: doc/classes/Particles.xml:27 +msgid "Returns the [Mesh] that is drawn at index [code]pass[/code]." +msgstr "" + +#: doc/classes/Particles.xml:33 +msgid "Restarts the particle emission, clearing existing particles." +msgstr "" + +#: doc/classes/Particles.xml:41 +msgid "Sets the [Mesh] that is drawn at index [code]pass[/code]." +msgstr "" + +#: doc/classes/Particles.xml:54 +msgid "[Mesh] that is drawn for the first draw pass." +msgstr "" + +#: doc/classes/Particles.xml:57 +msgid "[Mesh] that is drawn for the second draw pass." +msgstr "" + +#: doc/classes/Particles.xml:60 +msgid "[Mesh] that is drawn for the third draw pass." +msgstr "" + +#: doc/classes/Particles.xml:63 +msgid "[Mesh] that is drawn for the fourth draw pass." +msgstr "" + +#: doc/classes/Particles.xml:66 +msgid "The number of draw passes when rendering particles." +msgstr "" + +#: doc/classes/Particles.xml:72 +msgid "" +"Time ratio between each emission. If [code]0[/code], particles are emitted " +"continuously. If [code]1[/code], all particles are emitted simultaneously." +msgstr "" + +#: doc/classes/Particles.xml:87 +msgid "" +"If [code]true[/code], only [code]amount[/code] particles will be emitted." +msgstr "" + +#: doc/classes/Particles.xml:90 +msgid "" +"Amount of time to preprocess the particles before animation starts. Lets you " +"start the animation some time after particles have started emitting." +msgstr "" + +#: doc/classes/Particles.xml:93 doc/classes/Particles2D.xml:68 +msgid "" +"[Material] for processing particles. Can be a [ParticlesMaterial] or a " +"[ShaderMaterial]." +msgstr "" + +#: doc/classes/Particles.xml:96 +msgid "Emission randomness ratio." +msgstr "" + +#: doc/classes/Particles.xml:99 +msgid "" +"Speed scaling ratio. A value of [code]0[/code] can be used to pause the " +"particles." +msgstr "" + +#: doc/classes/Particles.xml:102 +msgid "" +"The [AABB] that determines the node's region which needs to be visible on " +"screen for the particle system to be active.\n" +"Grow the box if particles suddenly appear/disappear when the node enters/" +"exits the screen. The [AABB] can be grown via code or with the [b]Particles " +"→ Generate AABB[/b] editor tool.\n" +"[b]Note:[/b] If the [ParticlesMaterial] in use is configured to cast " +"shadows, you may want to enlarge this AABB to ensure the shadow is updated " +"when particles are off-screen." +msgstr "" + +#: doc/classes/Particles.xml:118 +msgid "Maximum number of draw passes supported." +msgstr "" + +#: doc/classes/Particles2D.xml:4 +msgid "GPU-based 2D particle emitter." +msgstr "" + +#: doc/classes/Particles2D.xml:7 +msgid "" +"2D particle node used to create a variety of particle systems and effects. " +"[Particles2D] features an emitter that generates some number of particles at " +"a given rate.\n" +"Use the [code]process_material[/code] property to add a [ParticlesMaterial] " +"to configure particle appearance and behavior. Alternatively, you can add a " +"[ShaderMaterial] which will be applied to all particles.\n" +"[b]Note:[/b] [Particles2D] only work when using the GLES3 renderer. If using " +"the GLES2 renderer, use [CPUParticles2D] instead. You can convert " +"[Particles2D] to [CPUParticles2D] by selecting the node, clicking the " +"[b]Particles[/b] menu at the top of the 2D editor viewport then choosing " +"[b]Convert to CPUParticles2D[/b].\n" +"[b]Note:[/b] After working on a Particles node, remember to update its " +"[member visibility_rect] by selecting it, clicking the [b]Particles[/b] menu " +"at the top of the 2D editor viewport then choose [b]Generate Visibility " +"Rect[/b]. Otherwise, particles may suddenly disappear depending on the " +"camera position and angle.\n" +"[b]Note:[/b] Unlike [CPUParticles2D], [Particles2D] currently ignore the " +"texture region defined in [AtlasTexture]s." +msgstr "" + +#: doc/classes/Particles2D.xml:21 +msgid "Returns a rectangle containing the positions of all existing particles." +msgstr "" + +#: doc/classes/Particles2D.xml:27 +msgid "Restarts all the existing particles." +msgstr "" + +#: doc/classes/Particles2D.xml:80 +msgid "" +"The [Rect2] that determines the node's region which needs to be visible on " +"screen for the particle system to be active.\n" +"Grow the rect if particles suddenly appear/disappear when the node enters/" +"exits the screen. The [Rect2] can be grown via code or with the [b]Particles " +"→ Generate Visibility Rect[/b] editor tool." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:4 +msgid "Particle properties for [Particles] and [Particles2D] nodes." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:7 +msgid "" +"ParticlesMaterial defines particle properties and behavior. It is used in " +"the [code]process_material[/code] of [Particles] and [Particles2D] emitter " +"nodes.\n" +"Some of this material's properties are applied to each particle when " +"emitted, while others can have a [CurveTexture] applied to vary values over " +"the lifetime of the particle.\n" +"When a randomness ratio is applied to a property it is used to scale that " +"property by a random amount. The random ratio is used to interpolate between " +"[code]1.0[/code] and a random number less than one, the result is multiplied " +"by the property to obtain the randomized property. For example a random " +"ratio of [code]0.4[/code] would scale the original property between " +"[code]0.4-1.0[/code] of its original value." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:18 +msgid "Returns [code]true[/code] if the specified flag is enabled." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:32 +msgid "Returns the randomness ratio associated with the specified parameter." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:39 +msgid "Returns the [Texture] used by the specified parameter." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:47 +msgid "" +"If [code]true[/code], enables the specified flag. See [enum Flags] for " +"options." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:55 +msgid "Sets the specified [enum Parameter]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:63 +msgid "Sets the randomness ratio for the specified [enum Parameter]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:71 +msgid "Sets the [Texture] for the specified [enum Parameter]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:77 +msgid "" +"Initial rotation applied to each particle, in degrees.\n" +"Only applied when [member flag_disable_z] or [member flag_rotate_y] are " +"[code]true[/code] or the [SpatialMaterial] being used to draw the particle " +"is using [constant SpatialMaterial.BILLBOARD_PARTICLES]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:81 +msgid "Each particle's rotation will be animated along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:87 +msgid "" +"Initial angular velocity applied to each particle. Sets the speed of " +"rotation of the particle.\n" +"Only applied when [member flag_disable_z] or [member flag_rotate_y] are " +"[code]true[/code] or the [SpatialMaterial] being used to draw the particle " +"is using [constant SpatialMaterial.BILLBOARD_PARTICLES]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:91 +msgid "Each particle's angular velocity will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:100 +msgid "Each particle's animation offset will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:109 +msgid "Each particle's animation speed will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:115 +msgid "" +"Each particle's initial color. If the [Particles2D]'s [code]texture[/code] " +"is defined, it will be multiplied by this color. To have particle display " +"color in a [SpatialMaterial] make sure to set [member SpatialMaterial." +"vertex_color_use_as_albedo] to [code]true[/code]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:124 +msgid "Damping will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:133 +msgid "" +"The box's extents if [code]emission_shape[/code] is set to [constant " +"EMISSION_SHAPE_BOX]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:136 +msgid "" +"Particle color will be modulated by color determined by sampling this " +"texture at the same point as the [member emission_point_texture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:139 +msgid "" +"Particle velocity and rotation will be set by sampling this texture at the " +"same point as the [member emission_point_texture]. Used only in [constant " +"EMISSION_SHAPE_DIRECTED_POINTS]. Can be created automatically from mesh or " +"node by selecting \"Create Emission Points from Mesh/Node\" under the " +"\"Particles\" tool in the toolbar." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:142 +msgid "" +"The number of emission points if [code]emission_shape[/code] is set to " +"[constant EMISSION_SHAPE_POINTS] or [constant " +"EMISSION_SHAPE_DIRECTED_POINTS]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:145 +msgid "" +"Particles will be emitted at positions determined by sampling this texture " +"at a random position. Used with [constant EMISSION_SHAPE_POINTS] and " +"[constant EMISSION_SHAPE_DIRECTED_POINTS]. Can be created automatically from " +"mesh or node by selecting \"Create Emission Points from Mesh/Node\" under " +"the \"Particles\" tool in the toolbar." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:148 +msgid "" +"The axis of the ring when using the emitter [constant EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:151 +msgid "" +"The height of the ring when using the emitter [constant EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:154 +msgid "" +"The inner radius of the ring when using the emitter [constant " +"EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:157 +msgid "" +"The radius of the ring when using the emitter [constant EMISSION_SHAPE_RING]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:160 +msgid "" +"Particles will be emitted inside this region. Use [enum EmissionShape] " +"constants for values." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:163 +msgid "" +"The sphere's radius if [code]emission_shape[/code] is set to [constant " +"EMISSION_SHAPE_SPHERE]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:175 +msgid "Amount of [member spread] along the Y axis." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:184 +msgid "Each particle's hue will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:202 +msgid "" +"Each particle's linear acceleration will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:208 +msgid "" +"Orbital velocity applied to each particle. Makes the particles circle around " +"origin. Specified in number of full rotations around origin per second.\n" +"Only available when [member flag_disable_z] is [code]true[/code]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:212 +msgid "Each particle's orbital velocity will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:221 +msgid "" +"Each particle's radial acceleration will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:230 +msgid "Each particle's scale will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:242 +msgid "" +"Each particle's tangential acceleration will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:248 +msgid "Trail particles' color will vary along this [GradientTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:251 +msgid "" +"Emitter will emit [code]amount[/code] divided by [code]trail_divisor[/code] " +"particles. The remaining particles will be used as trail(s)." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:254 +msgid "Trail particles' size will vary along this [CurveTexture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:259 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set initial velocity properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:262 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set angular velocity properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:265 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set orbital velocity properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:268 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set linear acceleration properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:271 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set radial acceleration properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:274 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set tangential acceleration properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:277 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set damping properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:280 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set angle properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:283 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set scale properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:286 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set hue variation properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:289 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set animation speed properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:292 +msgid "" +"Use with [method set_param], [method set_param_randomness], and [method " +"set_param_texture] to set animation offset properties." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:298 +msgid "Use with [method set_flag] to set [member flag_align_y]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:301 +msgid "Use with [method set_flag] to set [member flag_rotate_y]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:304 +msgid "Use with [method set_flag] to set [member flag_disable_z]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:319 +msgid "" +"Particles will be emitted at a position determined by sampling a random " +"point on the [member emission_point_texture]. Particle color will be " +"modulated by [member emission_color_texture]." +msgstr "" + +#: doc/classes/ParticlesMaterial.xml:322 +msgid "" +"Particles will be emitted at a position determined by sampling a random " +"point on the [member emission_point_texture]. Particle velocity and rotation " +"will be set based on [member emission_normal_texture]. Particle color will " +"be modulated by [member emission_color_texture]." +msgstr "" + +#: doc/classes/Path.xml:4 +msgid "Contains a [Curve3D] path for [PathFollow] nodes to follow." +msgstr "" + +#: doc/classes/Path.xml:7 +msgid "" +"Can have [PathFollow] child nodes moving along the [Curve3D]. See " +"[PathFollow] for more information on the usage.\n" +"Note that the path is considered as relative to the moved nodes (children of " +"[PathFollow]). As such, the curve should usually start with a zero vector " +"[code](0, 0, 0)[/code]." +msgstr "" + +#: doc/classes/Path.xml:16 +msgid "A [Curve3D] describing the path." +msgstr "" + +#: doc/classes/Path.xml:22 +msgid "Emitted when the [member curve] changes." +msgstr "" + +#: doc/classes/Path2D.xml:4 +msgid "Contains a [Curve2D] path for [PathFollow2D] nodes to follow." +msgstr "" + +#: doc/classes/Path2D.xml:7 +msgid "" +"Can have [PathFollow2D] child nodes moving along the [Curve2D]. See " +"[PathFollow2D] for more information on usage.\n" +"[b]Note:[/b] The path is considered as relative to the moved nodes (children " +"of [PathFollow2D]). As such, the curve should usually start with a zero " +"vector ([code](0, 0)[/code])." +msgstr "" + +#: doc/classes/Path2D.xml:16 +msgid "A [Curve2D] describing the path." +msgstr "" + +#: doc/classes/PathFollow.xml:4 +msgid "Point sampler for a [Path]." +msgstr "" + +#: doc/classes/PathFollow.xml:7 +msgid "" +"This node takes its parent [Path], and returns the coordinates of a point " +"within it, given a distance from the first vertex.\n" +"It is useful for making other nodes follow a path, without coding the " +"movement pattern. For that, the nodes must be children of this node. The " +"descendant nodes will then move accordingly when setting an offset in this " +"node." +msgstr "" + +#: doc/classes/PathFollow.xml:16 +msgid "" +"If [code]true[/code], the position between two cached points is interpolated " +"cubically, and linearly otherwise.\n" +"The points along the [Curve3D] of the [Path] are precomputed before use, for " +"faster calculations. The point at the requested offset is then calculated " +"interpolating between two adjacent cached points. This may present a problem " +"if the curve makes sharp turns, as the cached points may not follow the " +"curve closely enough.\n" +"There are two answers to this problem: either increase the number of cached " +"points and increase memory consumption, or make a cubic interpolation " +"between two points at the cost of (slightly) slower calculations." +msgstr "" + +#: doc/classes/PathFollow.xml:21 doc/classes/PathFollow2D.xml:21 +msgid "The node's offset along the curve." +msgstr "" + +#: doc/classes/PathFollow.xml:24 doc/classes/PathFollow2D.xml:27 +msgid "" +"If [code]true[/code], any offset outside the path's length will wrap around, " +"instead of stopping at the ends. Use it for cyclic paths." +msgstr "" + +#: doc/classes/PathFollow.xml:27 +msgid "" +"The distance from the first vertex, measured in 3D units along the path. " +"This sets this node's position to a point within the path." +msgstr "" + +#: doc/classes/PathFollow.xml:30 +msgid "" +"Allows or forbids rotation on one or more axes, depending on the [enum " +"RotationMode] constants being used." +msgstr "" + +#: doc/classes/PathFollow.xml:33 +msgid "" +"The distance from the first vertex, considering 0.0 as the first vertex and " +"1.0 as the last. This is just another way of expressing the offset within " +"the path, as the offset supplied is multiplied internally by the path's " +"length." +msgstr "" + +#: doc/classes/PathFollow.xml:36 doc/classes/PathFollow2D.xml:39 +msgid "The node's offset perpendicular to the curve." +msgstr "" + +#: doc/classes/PathFollow.xml:41 +msgid "Forbids the PathFollow to rotate." +msgstr "" + +#: doc/classes/PathFollow.xml:44 +msgid "Allows the PathFollow to rotate in the Y axis only." +msgstr "" + +#: doc/classes/PathFollow.xml:47 +msgid "Allows the PathFollow to rotate in both the X, and Y axes." +msgstr "" + +#: doc/classes/PathFollow.xml:50 +msgid "Allows the PathFollow to rotate in any axis." +msgstr "" + +#: doc/classes/PathFollow.xml:53 +msgid "" +"Uses the up vector information in a [Curve3D] to enforce orientation. This " +"rotation mode requires the [Path]'s [member Curve3D.up_vector_enabled] " +"property to be set to [code]true[/code]." +msgstr "" + +#: doc/classes/PathFollow2D.xml:4 +msgid "Point sampler for a [Path2D]." +msgstr "" + +#: doc/classes/PathFollow2D.xml:7 +msgid "" +"This node takes its parent [Path2D], and returns the coordinates of a point " +"within it, given a distance from the first vertex.\n" +"It is useful for making other nodes follow a path, without coding the " +"movement pattern. For that, the nodes must be children of this node. The " +"descendant nodes will then move accordingly when setting an offset in this " +"node." +msgstr "" + +#: doc/classes/PathFollow2D.xml:16 +msgid "" +"If [code]true[/code], the position between two cached points is interpolated " +"cubically, and linearly otherwise.\n" +"The points along the [Curve2D] of the [Path2D] are precomputed before use, " +"for faster calculations. The point at the requested offset is then " +"calculated interpolating between two adjacent cached points. This may " +"present a problem if the curve makes sharp turns, as the cached points may " +"not follow the curve closely enough.\n" +"There are two answers to this problem: either increase the number of cached " +"points and increase memory consumption, or make a cubic interpolation " +"between two points at the cost of (slightly) slower calculations." +msgstr "" + +#: doc/classes/PathFollow2D.xml:24 +msgid "" +"How far to look ahead of the curve to calculate the tangent if the node is " +"rotating. E.g. shorter lookaheads will lead to faster rotations." +msgstr "" + +#: doc/classes/PathFollow2D.xml:30 +msgid "The distance along the path in pixels." +msgstr "" + +#: doc/classes/PathFollow2D.xml:33 +msgid "" +"If [code]true[/code], this node rotates to follow the path, making its " +"descendants rotate." +msgstr "" + +#: doc/classes/PathFollow2D.xml:36 +msgid "" +"The distance along the path as a number in the range 0.0 (for the first " +"vertex) to 1.0 (for the last). This is just another way of expressing the " +"offset within the path, as the offset supplied is multiplied internally by " +"the path's length." +msgstr "" + +#: doc/classes/PCKPacker.xml:4 +msgid "Creates packages that can be loaded into a running project." +msgstr "" + +#: doc/classes/PCKPacker.xml:7 +msgid "" +"The [PCKPacker] is used to create packages that can be loaded into a running " +"project using [method ProjectSettings.load_resource_pack].\n" +"[codeblock]\n" +"var packer = PCKPacker.new()\n" +"packer.pck_start(\"test.pck\")\n" +"packer.add_file(\"res://text.txt\", \"text.txt\")\n" +"packer.flush()\n" +"[/codeblock]\n" +"The above [PCKPacker] creates package [code]test.pck[/code], then adds a " +"file named [code]text.txt[/code] at the root of the package." +msgstr "" + +#: doc/classes/PCKPacker.xml:24 +msgid "" +"Adds the [code]source_path[/code] file to the current PCK package at the " +"[code]pck_path[/code] internal path (should start with [code]res://[/code])." +msgstr "" + +#: doc/classes/PCKPacker.xml:31 +msgid "" +"Writes the files specified using all [method add_file] calls since the last " +"flush. If [code]verbose[/code] is [code]true[/code], a list of files added " +"will be printed to the console for easier debugging." +msgstr "" + +#: doc/classes/PCKPacker.xml:39 +msgid "" +"Creates a new PCK file with the name [code]pck_name[/code]. The [code].pck[/" +"code] file extension isn't added automatically, so it should be part of " +"[code]pck_name[/code] (even though it's not required)." +msgstr "" + +#: doc/classes/Performance.xml:4 +msgid "Exposes performance-related data." +msgstr "" + +#: doc/classes/Performance.xml:7 +msgid "" +"This class provides access to a number of different monitors related to " +"performance, such as memory usage, draw calls, and FPS. These are the same " +"as the values displayed in the [b]Monitor[/b] tab in the editor's " +"[b]Debugger[/b] panel. By using the [method get_monitor] method of this " +"class, you can access this data from your code.\n" +"[b]Note:[/b] A few of these monitors are only available in debug mode and " +"will always return 0 when used in a release build.\n" +"[b]Note:[/b] Many of these monitors are not updated in real-time, so there " +"may be a short delay between changes." +msgstr "" + +#: doc/classes/Performance.xml:18 +msgid "" +"Returns the value of one of the available monitors. You should provide one " +"of the [enum Monitor] constants as the argument, like this:\n" +"[codeblock]\n" +"print(Performance.get_monitor(Performance.TIME_FPS)) # Prints the FPS to the " +"console\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Performance.xml:27 +msgid "Number of frames per second." +msgstr "" + +#: doc/classes/Performance.xml:30 +msgid "Time it took to complete one frame, in seconds." +msgstr "" + +#: doc/classes/Performance.xml:33 +msgid "Time it took to complete one physics frame, in seconds." +msgstr "" + +#: doc/classes/Performance.xml:36 +msgid "" +"Static memory currently used, in bytes. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:39 +msgid "" +"Dynamic memory currently used, in bytes. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:42 +msgid "Available static memory. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:45 +msgid "Available dynamic memory. Not available in release builds." +msgstr "" + +#: doc/classes/Performance.xml:48 +msgid "" +"Largest amount of memory the message queue buffer has used, in bytes. The " +"message queue is used for deferred functions calls and notifications." +msgstr "" + +#: doc/classes/Performance.xml:51 +msgid "Number of objects currently instanced (including nodes)." +msgstr "" + +#: doc/classes/Performance.xml:54 +msgid "Number of resources currently used." +msgstr "" + +#: doc/classes/Performance.xml:57 +msgid "" +"Number of nodes currently instanced in the scene tree. This also includes " +"the root node." +msgstr "" + +#: doc/classes/Performance.xml:60 +msgid "" +"Number of orphan nodes, i.e. nodes which are not parented to a node of the " +"scene tree." +msgstr "" + +#: doc/classes/Performance.xml:63 +msgid "3D objects drawn per frame." +msgstr "" + +#: doc/classes/Performance.xml:66 +msgid "Vertices drawn per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:69 +msgid "Material changes per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:72 +msgid "Shader changes per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:75 +msgid "Render surface changes per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:78 +msgid "Draw calls per frame. 3D only." +msgstr "" + +#: doc/classes/Performance.xml:81 +msgid "Items or joined items drawn per frame." +msgstr "" + +#: doc/classes/Performance.xml:84 +msgid "Draw calls per frame." +msgstr "" + +#: doc/classes/Performance.xml:87 doc/classes/VisualServer.xml:3696 +msgid "" +"The amount of video memory used, i.e. texture and vertex memory combined." +msgstr "" + +#: doc/classes/Performance.xml:90 doc/classes/VisualServer.xml:3699 +msgid "The amount of texture memory used." +msgstr "" + +#: doc/classes/Performance.xml:93 doc/classes/VisualServer.xml:3702 +msgid "The amount of vertex memory used." +msgstr "" + +#: doc/classes/Performance.xml:96 doc/classes/VisualServer.xml:3693 +msgid "" +"Unimplemented in the GLES2 and GLES3 rendering backends, always returns 0." +msgstr "" + +#: doc/classes/Performance.xml:99 +msgid "Number of active [RigidBody2D] nodes in the game." +msgstr "" + +#: doc/classes/Performance.xml:102 +msgid "Number of collision pairs in the 2D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:105 +msgid "Number of islands in the 2D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:108 +msgid "Number of active [RigidBody] and [VehicleBody] nodes in the game." +msgstr "" + +#: doc/classes/Performance.xml:111 +msgid "Number of collision pairs in the 3D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:114 +msgid "Number of islands in the 3D physics engine." +msgstr "" + +#: doc/classes/Performance.xml:117 +msgid "Output latency of the [AudioServer]." +msgstr "" + +#: doc/classes/Performance.xml:120 +msgid "Represents the size of the [enum Monitor] enum." +msgstr "" + +#: doc/classes/PHashTranslation.xml:4 +msgid "Optimized translation." +msgstr "" + +#: doc/classes/PHashTranslation.xml:7 +msgid "" +"Optimized translation. Uses real-time compressed translations, which results " +"in very small dictionaries." +msgstr "" + +#: doc/classes/PHashTranslation.xml:16 +msgid "" +"Generates and sets an optimized translation from the given [Translation] " +"resource." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:4 +msgid "Direct access object to a physics body in the [Physics2DServer]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:7 +msgid "" +"Provides direct access to a physics body in the [Physics2DServer], allowing " +"safe changes to physics properties. This object is passed via the direct " +"state callback of rigid/character bodies, and is intended for changing the " +"direct state of that body. See [method RigidBody2D._integrate_forces]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:11 +#: doc/classes/Physics2DDirectSpaceState.xml:11 +#: doc/classes/PhysicsDirectBodyState.xml:11 +#: doc/classes/PhysicsDirectSpaceState.xml:11 doc/classes/RayCast.xml:14 +#: doc/classes/RayCast2D.xml:14 doc/classes/World.xml:10 +#: doc/classes/World2D.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/physics/ray-casting.html" +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:18 doc/classes/RigidBody2D.xml:30 +msgid "Adds a constant directional force without affecting rotation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:26 +#: doc/classes/PhysicsDirectBodyState.xml:27 doc/classes/RigidBody2D.xml:38 +msgid "" +"Adds a positioned force to the body. Both the force and the offset from the " +"body origin are in global coordinates." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:33 doc/classes/RigidBody2D.xml:45 +msgid "Adds a constant rotational force." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:40 doc/classes/RigidBody2D.xml:52 +msgid "Applies a directional impulse without affecting rotation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:48 +msgid "" +"Applies a positioned impulse to the body. An impulse is time-independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason, it should only be used when simulating one-time impacts " +"(use the \"_force\" functions otherwise). The offset uses the rotation of " +"the global coordinate system, but is centered at the object's origin." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:55 doc/classes/RigidBody2D.xml:67 +msgid "Applies a rotational impulse to the body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:62 +#: doc/classes/PhysicsDirectBodyState.xml:64 +msgid "Returns the collider's [RID]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:69 +#: doc/classes/PhysicsDirectBodyState.xml:71 +msgid "Returns the collider's object id." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:76 +msgid "" +"Returns the collider object. This depends on how it was created (will return " +"a scene node if such was used to create it)." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:83 +#: doc/classes/PhysicsDirectBodyState.xml:85 +msgid "Returns the contact position in the collider." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:90 +#: doc/classes/PhysicsDirectBodyState.xml:92 +msgid "Returns the collider's shape index." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:97 +msgid "" +"Returns the collided shape's metadata. This metadata is different from " +"[method Object.get_meta], and is set with [method Physics2DServer." +"shape_set_data]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:104 +#: doc/classes/PhysicsDirectBodyState.xml:99 +msgid "Returns the linear velocity vector at the collider's contact point." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:110 +msgid "" +"Returns the number of contacts this body has with other bodies.\n" +"[b]Note:[/b] By default, this returns 0 unless bodies are configured to " +"monitor contacts. See [member RigidBody2D.contact_monitor]." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:118 +#: doc/classes/PhysicsDirectBodyState.xml:120 +msgid "Returns the local normal at the contact point." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:125 +#: doc/classes/PhysicsDirectBodyState.xml:127 +msgid "Returns the local position of the contact point." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:132 +#: doc/classes/PhysicsDirectBodyState.xml:134 +msgid "Returns the local shape index of the collision." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:138 +#: doc/classes/PhysicsDirectBodyState.xml:140 +msgid "Returns the current state of the space, useful for queries." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:145 +#: doc/classes/PhysicsDirectBodyState.xml:147 +msgid "" +"Returns the body's velocity at the given relative position, including both " +"translation and rotation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:151 +#: doc/classes/PhysicsDirectBodyState.xml:153 +msgid "Calls the built-in force integration code." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:157 +#: doc/classes/PhysicsDirectBodyState.xml:159 doc/classes/RigidBody2D.xml:101 +msgid "The body's rotational velocity." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:160 +#: doc/classes/PhysicsDirectBodyState.xml:164 +msgid "The inverse of the inertia of the body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:163 +#: doc/classes/PhysicsDirectBodyState.xml:167 +msgid "The inverse of the mass of the body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:166 +#: doc/classes/PhysicsDirectBodyState.xml:170 doc/classes/RigidBody2D.xml:146 +msgid "The body's linear velocity." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:169 +#: doc/classes/PhysicsDirectBodyState.xml:175 +msgid "If [code]true[/code], this body is currently sleeping (not active)." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:172 +#: doc/classes/PhysicsDirectBodyState.xml:178 +msgid "The timestep (delta) used for the simulation." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:175 +#: doc/classes/PhysicsDirectBodyState.xml:181 +msgid "" +"The rate at which the body stops rotating, if there are not any other forces " +"moving it." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:178 +#: doc/classes/PhysicsDirectBodyState.xml:184 +msgid "The total gravity vector being currently applied to this body." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:181 +#: doc/classes/PhysicsDirectBodyState.xml:187 +msgid "" +"The rate at which the body stops moving, if there are not any other forces " +"moving it." +msgstr "" + +#: doc/classes/Physics2DDirectBodyState.xml:184 +#: doc/classes/PhysicsDirectBodyState.xml:190 +msgid "The body's transformation matrix." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:4 +msgid "Direct access object to a space in the [Physics2DServer]." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:7 +msgid "" +"Direct access object to a space in the [Physics2DServer]. It's used mainly " +"to do queries against objects and areas residing in a given space." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:18 +msgid "" +"Checks how far a [Shape2D] can move without colliding. All the parameters " +"for the query, including the shape and the motion, are supplied through a " +"[Physics2DShapeQueryParameters] object.\n" +"Returns an array with the safe and unsafe proportions (between 0 and 1) of " +"the motion. The safe proportion is the maximum fraction of the motion that " +"can be made without a collision. The unsafe proportion is the minimum " +"fraction of the distance that must be moved for a collision. If no collision " +"is detected a result of [code][1.0, 1.0][/code] will be returned.\n" +"[b]Note:[/b] Any [Shape2D]s that the shape is already colliding with e.g. " +"inside of, will be ignored. Use [method collide_shape] to determine the " +"[Shape2D]s that the shape is already colliding with." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:28 +msgid "" +"Checks the intersections of a shape, given through a " +"[Physics2DShapeQueryParameters] object, against the space. The resulting " +"array contains a list of points where the shape intersects another. Like " +"with [method intersect_shape], the number of returned results can be limited " +"to save processing time." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:35 +msgid "" +"Checks the intersections of a shape, given through a " +"[Physics2DShapeQueryParameters] object, against the space. If it collides " +"with more than one shape, the nearest one is selected. If the shape did not " +"intersect anything, then an empty dictionary is returned instead.\n" +"[b]Note:[/b] This method does not take into account the [code]motion[/code] " +"property of the object. The returned object is a dictionary containing the " +"following fields:\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]linear_velocity[/code]: The colliding object's velocity [Vector2]. If " +"the object is an [Area2D], the result is [code](0, 0)[/code].\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]point[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:55 +msgid "" +"Checks whether a point is inside any solid shape. The shapes the point is " +"inside of are returned in an array containing dictionaries with the " +"following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"Additionally, the method can take an [code]exclude[/code] array of objects " +"or [RID]s that are to be excluded from collisions, a [code]collision_mask[/" +"code] bitmask representing the physics layers to check in, or booleans to " +"determine if the ray should collide with [PhysicsBody]s or [Area]s, " +"respectively.\n" +"[b]Note:[/b] [ConcavePolygonShape2D]s and [CollisionPolygon2D]s in " +"[code]Segments[/code] build mode are not solid shapes. Therefore, they will " +"not be detected." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:86 +msgid "" +"Intersects a ray in a given space. The returned object is a dictionary with " +"the following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]position[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"If the ray did not intersect anything, then an empty dictionary is returned " +"instead.\n" +"Additionally, the method can take an [code]exclude[/code] array of objects " +"or [RID]s that are to be excluded from collisions, a [code]collision_mask[/" +"code] bitmask representing the physics layers to check in, or booleans to " +"determine if the ray should collide with [PhysicsBody]s or [Area]s, " +"respectively." +msgstr "" + +#: doc/classes/Physics2DDirectSpaceState.xml:103 +msgid "" +"Checks the intersections of a shape, given through a " +"[Physics2DShapeQueryParameters] object, against the space.\n" +"[b]Note:[/b] This method does not take into account the [code]motion[/code] " +"property of the object. The intersected shapes are returned in an array " +"containing dictionaries with the following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]metadata[/code]: The intersecting shape's metadata. This metadata is " +"different from [method Object.get_meta], and is set with [method " +"Physics2DServer.shape_set_data].\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"The number of intersections can be limited with the [code]max_results[/code] " +"parameter, to reduce the processing time." +msgstr "" + +#: doc/classes/Physics2DServer.xml:4 +msgid "Server interface for low-level 2D physics access." +msgstr "" + +#: doc/classes/Physics2DServer.xml:7 +msgid "" +"Physics2DServer is the server responsible for all 2D physics. It can create " +"many kinds of physics objects, but does not insert them on the node tree." +msgstr "" + +#: doc/classes/Physics2DServer.xml:19 doc/classes/PhysicsServer.xml:19 +msgid "" +"Adds a shape to the area, along with a transform matrix. Shapes are usually " +"referenced by their index, so you should track which shape has a given index." +msgstr "" + +#: doc/classes/Physics2DServer.xml:34 doc/classes/Physics2DServer.xml:304 +#: doc/classes/PhysicsServer.xml:27 doc/classes/PhysicsServer.xml:298 +msgid "" +"Assigns the area to a descendant of [Object], so it can exist in the node " +"tree." +msgstr "" + +#: doc/classes/Physics2DServer.xml:41 doc/classes/PhysicsServer.xml:34 +msgid "" +"Removes all shapes from an area. It does not delete the shapes, so they can " +"be reassigned later." +msgstr "" + +#: doc/classes/Physics2DServer.xml:47 +msgid "" +"Creates an [Area2D]. After creating an [Area2D] with this method, assign it " +"to a space using [method area_set_space] to use the created [Area2D] in the " +"physics world." +msgstr "" + +#: doc/classes/Physics2DServer.xml:60 doc/classes/Physics2DServer.xml:372 +#: doc/classes/PhysicsServer.xml:47 doc/classes/PhysicsServer.xml:362 +msgid "Gets the instance ID of the object the area is assigned to." +msgstr "" + +#: doc/classes/Physics2DServer.xml:68 +msgid "" +"Returns an area parameter value. See [enum AreaParameter] for a list of " +"available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:76 doc/classes/PhysicsServer.xml:63 +msgid "Returns the [RID] of the nth shape of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:83 doc/classes/PhysicsServer.xml:70 +msgid "Returns the number of shapes assigned to an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:91 doc/classes/PhysicsServer.xml:78 +msgid "Returns the transform matrix of a shape within an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:98 doc/classes/PhysicsServer.xml:85 +msgid "Returns the space assigned to the area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:105 doc/classes/PhysicsServer.xml:92 +msgid "Returns the space override mode for the area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:112 doc/classes/PhysicsServer.xml:99 +msgid "Returns the transform matrix for an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:120 doc/classes/PhysicsServer.xml:114 +msgid "" +"Removes a shape from an area. It does not delete the shape, so it can be " +"reassigned later." +msgstr "" + +#: doc/classes/Physics2DServer.xml:136 doc/classes/PhysicsServer.xml:130 +msgid "Assigns the area to one or many physics layers." +msgstr "" + +#: doc/classes/Physics2DServer.xml:144 doc/classes/PhysicsServer.xml:138 +msgid "Sets which physics layers the area will monitor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:153 doc/classes/PhysicsServer.xml:147 +msgid "" +"Sets the function to call when any body/area enters or exits the area. This " +"callback will be called for any object interacting with the area, and takes " +"five parameters:\n" +"1: [constant AREA_BODY_ADDED] or [constant AREA_BODY_REMOVED], depending on " +"whether the object entered or exited the area.\n" +"2: [RID] of the object that entered/exited the area.\n" +"3: Instance ID of the object that entered/exited the area.\n" +"4: The shape index of the object that entered/exited the area.\n" +"5: The shape index of the area where the object entered/exited." +msgstr "" + +#: doc/classes/Physics2DServer.xml:174 +msgid "" +"Sets the value for an area parameter. See [enum AreaParameter] for a list of " +"available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:183 doc/classes/PhysicsServer.xml:185 +msgid "" +"Substitutes a given area shape by another. The old shape is selected by its " +"index, the new one by its [RID]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:192 +msgid "Disables a given shape in an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:201 doc/classes/PhysicsServer.xml:202 +msgid "Sets the transform matrix for an area shape." +msgstr "" + +#: doc/classes/Physics2DServer.xml:209 doc/classes/PhysicsServer.xml:210 +msgid "Assigns a space to the area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:217 +msgid "" +"Sets the space override mode for the area. See [enum AreaSpaceOverrideMode] " +"for a list of available modes." +msgstr "" + +#: doc/classes/Physics2DServer.xml:225 doc/classes/PhysicsServer.xml:226 +msgid "Sets the transform matrix for an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:240 doc/classes/PhysicsServer.xml:241 +msgid "Adds a body to the list of bodies exempt from collisions." +msgstr "" + +#: doc/classes/Physics2DServer.xml:249 +msgid "" +"Adds a positioned force to the applied force and torque. As with [method " +"body_apply_impulse], both the force and the offset from the body origin are " +"in global coordinates. A force differs from an impulse in that, while the " +"two are forces, the impulse clears itself after being applied." +msgstr "" + +#: doc/classes/Physics2DServer.xml:259 doc/classes/PhysicsServer.xml:259 +msgid "" +"Adds a shape to the body, along with a transform matrix. Shapes are usually " +"referenced by their index, so you should track which shape has a given index." +msgstr "" + +#: doc/classes/Physics2DServer.xml:282 +msgid "" +"Adds a positioned impulse to the applied force and torque. Both the force " +"and the offset from the body origin are in global coordinates." +msgstr "" + +#: doc/classes/Physics2DServer.xml:311 doc/classes/PhysicsServer.xml:305 +msgid "Removes all shapes from a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:317 +msgid "Creates a physics body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:330 doc/classes/PhysicsServer.xml:320 +msgid "Returns the physics layer or layers a body belongs to." +msgstr "" + +#: doc/classes/Physics2DServer.xml:337 +msgid "Returns the physics layer or layers a body can collide with." +msgstr "" + +#: doc/classes/Physics2DServer.xml:344 +msgid "Returns the continuous collision detection mode." +msgstr "" + +#: doc/classes/Physics2DServer.xml:351 +msgid "Returns the [Physics2DDirectBodyState] of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:358 doc/classes/PhysicsServer.xml:348 +msgid "" +"Returns the maximum contacts that can be reported. See [method " +"body_set_max_contacts_reported]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:365 doc/classes/PhysicsServer.xml:355 +msgid "Returns the body mode." +msgstr "" + +#: doc/classes/Physics2DServer.xml:380 +msgid "" +"Returns the value of a body parameter. See [enum BodyParameter] for a list " +"of available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:388 doc/classes/PhysicsServer.xml:378 +msgid "Returns the [RID] of the nth shape of a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:395 doc/classes/PhysicsServer.xml:385 +msgid "Returns the number of shapes assigned to a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:403 +msgid "Returns the metadata of a shape of a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:411 doc/classes/PhysicsServer.xml:393 +msgid "Returns the transform matrix of a body shape." +msgstr "" + +#: doc/classes/Physics2DServer.xml:418 doc/classes/PhysicsServer.xml:400 +msgid "Returns the [RID] of the space assigned to a body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:426 doc/classes/PhysicsServer.xml:408 +msgid "Returns a body state." +msgstr "" + +#: doc/classes/Physics2DServer.xml:433 doc/classes/PhysicsServer.xml:429 +msgid "" +"Returns whether a body uses a callback function to calculate its own physics " +"(see [method body_set_force_integration_callback])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:441 +msgid "Removes a body from the list of bodies exempt from collisions." +msgstr "" + +#: doc/classes/Physics2DServer.xml:449 doc/classes/PhysicsServer.xml:453 +msgid "" +"Removes a shape from a body. The shape is not deleted, so it can be reused " +"afterwards." +msgstr "" + +#: doc/classes/Physics2DServer.xml:457 doc/classes/PhysicsServer.xml:469 +#: doc/classes/RigidBody.xml:105 +msgid "" +"Sets an axis velocity. The velocity in the given vector axis will be set as " +"the given vector length. This is useful for jumping behavior." +msgstr "" + +#: doc/classes/Physics2DServer.xml:465 doc/classes/PhysicsServer.xml:477 +msgid "Sets the physics layer or layers a body belongs to." +msgstr "" + +#: doc/classes/Physics2DServer.xml:473 doc/classes/PhysicsServer.xml:485 +msgid "Sets the physics layer or layers a body can collide with." +msgstr "" + +#: doc/classes/Physics2DServer.xml:481 +msgid "" +"Sets the continuous collision detection mode using one of the [enum CCDMode] " +"constants.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided." +msgstr "" + +#: doc/classes/Physics2DServer.xml:492 doc/classes/PhysicsServer.xml:504 +msgid "" +"Sets the function used to calculate physics for an object, if that object " +"allows it (see [method body_set_omit_force_integration])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:500 doc/classes/PhysicsServer.xml:519 +msgid "" +"Sets the maximum contacts to report. Bodies can keep a log of the contacts " +"with other bodies, this is enabled by setting the maximum amount of contacts " +"reported to a number greater than 0." +msgstr "" + +#: doc/classes/Physics2DServer.xml:508 +msgid "Sets the body mode using one of the [enum BodyMode] constants." +msgstr "" + +#: doc/classes/Physics2DServer.xml:516 doc/classes/PhysicsServer.xml:535 +msgid "" +"Sets whether a body uses a callback function to calculate its own physics " +"(see [method body_set_force_integration_callback])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:525 +msgid "" +"Sets a body parameter. See [enum BodyParameter] for a list of available " +"parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:534 doc/classes/PhysicsServer.xml:561 +msgid "" +"Substitutes a given body shape by another. The old shape is selected by its " +"index, the new one by its [RID]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:544 +msgid "" +"Enables one way collision on body if [code]enable[/code] is [code]true[/" +"code]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:553 +msgid "Disables shape in body if [code]disable[/code] is [code]true[/code]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:562 +msgid "" +"Sets metadata of a shape within a body. This metadata is different from " +"[method Object.set_meta], and can be retrieved on shape queries." +msgstr "" + +#: doc/classes/Physics2DServer.xml:571 doc/classes/PhysicsServer.xml:578 +msgid "Sets the transform matrix for a body shape." +msgstr "" + +#: doc/classes/Physics2DServer.xml:579 doc/classes/PhysicsServer.xml:586 +msgid "Assigns a space to the body (see [method space_create])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:588 +msgid "" +"Sets a body state using one of the [enum BodyState] constants.\n" +"Note that the method doesn't take effect immediately. The state will change " +"on the next physics frame." +msgstr "" + +#: doc/classes/Physics2DServer.xml:603 +msgid "" +"Returns [code]true[/code] if a collision would result from moving in the " +"given direction from a given point in space. Margin increases the size of " +"the shapes involved in the collision detection. [Physics2DTestMotionResult] " +"can be passed to return additional information in." +msgstr "" + +#: doc/classes/Physics2DServer.xml:633 +msgid "" +"Creates a damped spring joint between two bodies. If not specified, the " +"second body is assumed to be the joint itself." +msgstr "" + +#: doc/classes/Physics2DServer.xml:641 +msgid "Returns the value of a damped spring joint parameter." +msgstr "" + +#: doc/classes/Physics2DServer.xml:650 +msgid "" +"Sets a damped spring joint parameter. See [enum DampedStringParam] for a " +"list of available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:657 +msgid "" +"Destroys any of the objects created by Physics2DServer. If the [RID] passed " +"is not one of the objects that can be created by Physics2DServer, an error " +"will be sent to the console." +msgstr "" + +#: doc/classes/Physics2DServer.xml:664 +msgid "" +"Returns information about the current state of the 2D physics engine. See " +"[enum ProcessInfo] for a list of available states." +msgstr "" + +#: doc/classes/Physics2DServer.xml:675 +msgid "" +"Creates a groove joint between two bodies. If not specified, the bodies are " +"assumed to be the joint itself." +msgstr "" + +#: doc/classes/Physics2DServer.xml:683 +msgid "Returns the value of a joint parameter." +msgstr "" + +#: doc/classes/Physics2DServer.xml:690 +msgid "Returns a joint's type (see [enum JointType])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:699 +msgid "" +"Sets a joint parameter. See [enum JointParam] for a list of available " +"parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:713 +msgid "" +"Creates a pin joint between two bodies. If not specified, the second body is " +"assumed to be the joint itself." +msgstr "" + +#: doc/classes/Physics2DServer.xml:735 +msgid "Activates or deactivates the 2D physics engine." +msgstr "" + +#: doc/classes/Physics2DServer.xml:742 +msgid "" +"Sets the amount of iterations for calculating velocities of colliding " +"bodies. The greater the amount of iterations, the more accurate the " +"collisions will be. However, a greater amount of iterations requires more " +"CPU power, which can decrease performance. The default value is [code]8[/" +"code]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:749 doc/classes/PhysicsServer.xml:859 +msgid "Returns the shape data." +msgstr "" + +#: doc/classes/Physics2DServer.xml:756 +msgid "Returns a shape's type (see [enum ShapeType])." +msgstr "" + +#: doc/classes/Physics2DServer.xml:764 doc/classes/PhysicsServer.xml:874 +msgid "" +"Sets the shape data that defines its shape and size. The data to be passed " +"depends on the kind of shape created [method shape_get_type]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:770 doc/classes/PhysicsServer.xml:897 +msgid "" +"Creates a space. A space is a collection of parameters for the physics " +"engine that can be assigned to an area or a body. It can be assigned to an " +"area with [method area_set_space], or to a body with [method body_set_space]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:777 +msgid "" +"Returns the state of a space, a [Physics2DDirectSpaceState]. This object can " +"be used to make collision/intersection queries." +msgstr "" + +#: doc/classes/Physics2DServer.xml:785 doc/classes/PhysicsServer.xml:912 +msgid "Returns the value of a space parameter." +msgstr "" + +#: doc/classes/Physics2DServer.xml:792 doc/classes/PhysicsServer.xml:919 +msgid "Returns whether the space is active." +msgstr "" + +#: doc/classes/Physics2DServer.xml:800 doc/classes/PhysicsServer.xml:927 +msgid "" +"Marks a space as active. It will not have an effect, unless it is assigned " +"to an area or body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:809 +msgid "" +"Sets the value for a space parameter. See [enum SpaceParameter] for a list " +"of available parameters." +msgstr "" + +#: doc/classes/Physics2DServer.xml:815 doc/classes/PhysicsServer.xml:1278 +msgid "" +"Constant to set/get the maximum distance a pair of bodies has to move before " +"their collision status has to be recalculated." +msgstr "" + +#: doc/classes/Physics2DServer.xml:818 doc/classes/PhysicsServer.xml:1281 +msgid "" +"Constant to set/get the maximum distance a shape can be from another before " +"they are considered separated." +msgstr "" + +#: doc/classes/Physics2DServer.xml:821 doc/classes/PhysicsServer.xml:1284 +msgid "" +"Constant to set/get the maximum distance a shape can penetrate another shape " +"before it is considered a collision." +msgstr "" + +#: doc/classes/Physics2DServer.xml:824 doc/classes/PhysicsServer.xml:1287 +msgid "" +"Constant to set/get the threshold linear velocity of activity. A body marked " +"as potentially inactive for both linear and angular velocity will be put to " +"sleep after the time given." +msgstr "" + +#: doc/classes/Physics2DServer.xml:827 doc/classes/PhysicsServer.xml:1290 +msgid "" +"Constant to set/get the threshold angular velocity of activity. A body " +"marked as potentially inactive for both linear and angular velocity will be " +"put to sleep after the time given." +msgstr "" + +#: doc/classes/Physics2DServer.xml:830 doc/classes/PhysicsServer.xml:1293 +msgid "" +"Constant to set/get the maximum time of activity. A body marked as " +"potentially inactive for both linear and angular velocity will be put to " +"sleep after this time." +msgstr "" + +#: doc/classes/Physics2DServer.xml:833 doc/classes/PhysicsServer.xml:1298 +msgid "" +"Constant to set/get the default solver bias for all physics constraints. A " +"solver bias is a factor controlling how much two objects \"rebound\", after " +"violating a constraint, to avoid leaving them in that state because of " +"numerical imprecision." +msgstr "" + +#: doc/classes/Physics2DServer.xml:836 +msgid "" +"This is the constant for creating line shapes. A line shape is an infinite " +"line with an origin point, and a normal. Thus, it can be used for front/" +"behind checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:841 +msgid "" +"This is the constant for creating segment shapes. A segment shape is a line " +"from a point A to a point B. It can be checked for intersections." +msgstr "" + +#: doc/classes/Physics2DServer.xml:844 +msgid "" +"This is the constant for creating circle shapes. A circle shape only has a " +"radius. It can be used for intersections and inside/outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:847 +msgid "" +"This is the constant for creating rectangle shapes. A rectangle shape is " +"defined by a width and a height. It can be used for intersections and inside/" +"outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:850 +msgid "" +"This is the constant for creating capsule shapes. A capsule shape is defined " +"by a radius and a length. It can be used for intersections and inside/" +"outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:853 +msgid "" +"This is the constant for creating convex polygon shapes. A polygon is " +"defined by a list of points. It can be used for intersections and inside/" +"outside checks. Unlike the [member CollisionPolygon2D.polygon] property, " +"polygons modified with [method shape_set_data] do not verify that the points " +"supplied form is a convex polygon." +msgstr "" + +#: doc/classes/Physics2DServer.xml:856 +msgid "" +"This is the constant for creating concave polygon shapes. A polygon is " +"defined by a list of points. It can be used for intersections checks, but " +"not for inside/outside checks." +msgstr "" + +#: doc/classes/Physics2DServer.xml:859 doc/classes/PhysicsServer.xml:1173 +msgid "" +"This constant is used internally by the engine. Any attempt to create this " +"kind of shape results in an error." +msgstr "" + +#: doc/classes/Physics2DServer.xml:862 doc/classes/PhysicsServer.xml:1176 +msgid "Constant to set/get gravity strength in an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:865 doc/classes/PhysicsServer.xml:1179 +msgid "Constant to set/get gravity vector/center in an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:868 doc/classes/PhysicsServer.xml:1182 +msgid "" +"Constant to set/get whether the gravity vector of an area is a direction, or " +"a center point." +msgstr "" + +#: doc/classes/Physics2DServer.xml:871 doc/classes/PhysicsServer.xml:1185 +msgid "" +"Constant to set/get the falloff factor for point gravity of an area. The " +"greater this value is, the faster the strength of gravity decreases with the " +"square of distance." +msgstr "" + +#: doc/classes/Physics2DServer.xml:874 doc/classes/PhysicsServer.xml:1188 +msgid "" +"This constant was used to set/get the falloff factor for point gravity. It " +"has been superseded by [constant AREA_PARAM_GRAVITY_DISTANCE_SCALE]." +msgstr "" + +#: doc/classes/Physics2DServer.xml:877 doc/classes/PhysicsServer.xml:1191 +msgid "Constant to set/get the linear dampening factor of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:880 doc/classes/PhysicsServer.xml:1194 +msgid "Constant to set/get the angular dampening factor of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:883 doc/classes/PhysicsServer.xml:1197 +msgid "Constant to set/get the priority (order of processing) of an area." +msgstr "" + +#: doc/classes/Physics2DServer.xml:886 doc/classes/PhysicsServer.xml:1200 +msgid "" +"This area does not affect gravity/damp. These are generally areas that exist " +"only to detect collisions, and objects entering or exiting them." +msgstr "" + +#: doc/classes/Physics2DServer.xml:889 doc/classes/PhysicsServer.xml:1203 +msgid "" +"This area adds its gravity/damp values to whatever has been calculated so " +"far. This way, many overlapping areas can combine their physics to make " +"interesting effects." +msgstr "" + +#: doc/classes/Physics2DServer.xml:892 doc/classes/PhysicsServer.xml:1206 +msgid "" +"This area adds its gravity/damp values to whatever has been calculated so " +"far. Then stops taking into account the rest of the areas, even the default " +"one." +msgstr "" + +#: doc/classes/Physics2DServer.xml:895 doc/classes/PhysicsServer.xml:1209 +msgid "" +"This area replaces any gravity/damp, even the default one, and stops taking " +"into account the rest of the areas." +msgstr "" + +#: doc/classes/Physics2DServer.xml:898 doc/classes/PhysicsServer.xml:1212 +msgid "" +"This area replaces any gravity/damp calculated so far, but keeps calculating " +"the rest of the areas, down to the default one." +msgstr "" + +#: doc/classes/Physics2DServer.xml:901 doc/classes/PhysicsServer.xml:1215 +msgid "Constant for static bodies." +msgstr "" + +#: doc/classes/Physics2DServer.xml:904 doc/classes/PhysicsServer.xml:1218 +msgid "Constant for kinematic bodies." +msgstr "" + +#: doc/classes/Physics2DServer.xml:907 doc/classes/PhysicsServer.xml:1221 +msgid "Constant for rigid bodies." +msgstr "" + +#: doc/classes/Physics2DServer.xml:910 doc/classes/PhysicsServer.xml:1224 +msgid "" +"Constant for rigid bodies in character mode. In this mode, a body can not " +"rotate, and only its linear velocity is affected by physics." +msgstr "" + +#: doc/classes/Physics2DServer.xml:913 doc/classes/PhysicsServer.xml:1227 +msgid "Constant to set/get a body's bounce factor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:916 doc/classes/PhysicsServer.xml:1230 +msgid "Constant to set/get a body's friction." +msgstr "" + +#: doc/classes/Physics2DServer.xml:919 doc/classes/PhysicsServer.xml:1233 +msgid "Constant to set/get a body's mass." +msgstr "" + +#: doc/classes/Physics2DServer.xml:922 +msgid "Constant to set/get a body's inertia." +msgstr "" + +#: doc/classes/Physics2DServer.xml:925 doc/classes/PhysicsServer.xml:1236 +msgid "Constant to set/get a body's gravity multiplier." +msgstr "" + +#: doc/classes/Physics2DServer.xml:928 doc/classes/PhysicsServer.xml:1239 +msgid "Constant to set/get a body's linear dampening factor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:931 doc/classes/PhysicsServer.xml:1242 +msgid "Constant to set/get a body's angular dampening factor." +msgstr "" + +#: doc/classes/Physics2DServer.xml:934 doc/classes/PhysicsServer.xml:1245 +msgid "Represents the size of the [enum BodyParameter] enum." +msgstr "" + +#: doc/classes/Physics2DServer.xml:937 doc/classes/PhysicsServer.xml:1248 +msgid "Constant to set/get the current transform matrix of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:940 doc/classes/PhysicsServer.xml:1251 +msgid "Constant to set/get the current linear velocity of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:943 doc/classes/PhysicsServer.xml:1254 +msgid "Constant to set/get the current angular velocity of the body." +msgstr "" + +#: doc/classes/Physics2DServer.xml:946 doc/classes/PhysicsServer.xml:1257 +msgid "Constant to sleep/wake up a body, or to get whether it is sleeping." +msgstr "" + +#: doc/classes/Physics2DServer.xml:949 doc/classes/PhysicsServer.xml:1260 +msgid "Constant to set/get whether the body can sleep." +msgstr "" + +#: doc/classes/Physics2DServer.xml:952 +msgid "Constant to create pin joints." +msgstr "" + +#: doc/classes/Physics2DServer.xml:955 +msgid "Constant to create groove joints." +msgstr "" + +#: doc/classes/Physics2DServer.xml:958 +msgid "Constant to create damped spring joints." +msgstr "" + +#: doc/classes/Physics2DServer.xml:967 +msgid "" +"Sets the resting length of the spring joint. The joint will always try to go " +"to back this length when pulled apart." +msgstr "" + +#: doc/classes/Physics2DServer.xml:970 +msgid "" +"Sets the stiffness of the spring joint. The joint applies a force equal to " +"the stiffness times the distance from its resting length." +msgstr "" + +#: doc/classes/Physics2DServer.xml:973 +msgid "" +"Sets the damping ratio of the spring joint. A value of 0 indicates an " +"undamped spring, while 1 causes the system to reach equilibrium as fast as " +"possible (critical damping)." +msgstr "" + +#: doc/classes/Physics2DServer.xml:976 +msgid "" +"Disables continuous collision detection. This is the fastest way to detect " +"body collisions, but can miss small, fast-moving objects." +msgstr "" + +#: doc/classes/Physics2DServer.xml:979 +msgid "" +"Enables continuous collision detection by raycasting. It is faster than " +"shapecasting, but less precise." +msgstr "" + +#: doc/classes/Physics2DServer.xml:982 +msgid "" +"Enables continuous collision detection by shapecasting. It is the slowest " +"CCD method, and the most precise." +msgstr "" + +#: doc/classes/Physics2DServer.xml:985 doc/classes/PhysicsServer.xml:1263 +msgid "" +"The value of the first parameter and area callback function receives, when " +"an object enters one of its shapes." +msgstr "" + +#: doc/classes/Physics2DServer.xml:988 doc/classes/PhysicsServer.xml:1266 +msgid "" +"The value of the first parameter and area callback function receives, when " +"an object exits one of its shapes." +msgstr "" + +#: doc/classes/Physics2DServer.xml:991 doc/classes/PhysicsServer.xml:1269 +msgid "Constant to get the number of objects that are not sleeping." +msgstr "" + +#: doc/classes/Physics2DServer.xml:994 doc/classes/PhysicsServer.xml:1272 +msgid "Constant to get the number of possible collisions." +msgstr "" + +#: doc/classes/Physics2DServer.xml:997 doc/classes/PhysicsServer.xml:1275 +msgid "" +"Constant to get the number of space regions where a collision could occur." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:4 +msgid "Parameters to be sent to a 2D shape physics query." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:7 +msgid "" +"This class contains the shape and other parameters for 2D intersection/" +"collision queries." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:16 +msgid "" +"Sets the [Shape2D] that will be used for collision/intersection queries." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:22 +msgid "If [code]true[/code], the query will take [Area2D]s into account." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:25 +msgid "" +"If [code]true[/code], the query will take [PhysicsBody2D]s into account." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:28 +#: doc/classes/PhysicsShapeQueryParameters.xml:28 +msgid "" +"The physics layer(s) the query will take into account (as a bitmask). See " +"[url=https://docs.godotengine.org/en/3.4/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url] in the documentation for more information." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:31 +#: doc/classes/PhysicsShapeQueryParameters.xml:31 +msgid "" +"The list of objects or object [RID]s that will be excluded from collisions." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:34 +#: doc/classes/PhysicsShapeQueryParameters.xml:34 +msgid "The collision margin for the shape." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:37 +msgid "The motion of the shape being queried for." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:40 +#: doc/classes/PhysicsShapeQueryParameters.xml:37 +msgid "The queried shape's [RID]. See also [method set_shape]." +msgstr "" + +#: doc/classes/Physics2DShapeQueryParameters.xml:43 +#: doc/classes/PhysicsShapeQueryParameters.xml:40 +msgid "The queried shape's transform matrix." +msgstr "" + +#: doc/classes/PhysicsBody.xml:4 +msgid "Base class for all objects affected by physics in 3D space." +msgstr "" + +#: doc/classes/PhysicsBody.xml:7 +msgid "" +"PhysicsBody is an abstract base class for implementing a physics body. All " +"*Body types inherit from it." +msgstr "" + +#: doc/classes/PhysicsBody.xml:17 doc/classes/PhysicsBody2D.xml:17 +#: doc/classes/SoftBody.xml:17 +msgid "Adds a body to the list of bodies that this body can't collide with." +msgstr "" + +#: doc/classes/PhysicsBody.xml:23 doc/classes/PhysicsBody2D.xml:23 +#: doc/classes/SoftBody.xml:23 +msgid "" +"Returns an array of nodes that were added as collision exceptions for this " +"body." +msgstr "" + +#: doc/classes/PhysicsBody.xml:30 doc/classes/PhysicsBody2D.xml:30 +#: doc/classes/SoftBody.xml:58 +msgid "" +"Removes a body from the list of bodies that this body can't collide with." +msgstr "" + +#: doc/classes/PhysicsBody2D.xml:4 +msgid "Base class for all objects affected by physics in 2D space." +msgstr "" + +#: doc/classes/PhysicsBody2D.xml:7 +msgid "" +"PhysicsBody2D is an abstract base class for implementing a physics body. All " +"*Body2D types inherit from it." +msgstr "" + +#: doc/classes/PhysicsBody2D.xml:37 +msgid "" +"Both collision_layer and collision_mask. Returns collision_layer when " +"accessed. Updates collision_layer and collision_mask when modified." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:4 +msgid "Direct access object to a physics body in the [PhysicsServer]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:7 +msgid "" +"Provides direct access to a physics body in the [PhysicsServer], allowing " +"safe changes to physics properties. This object is passed via the direct " +"state callback of rigid/character bodies, and is intended for changing the " +"direct state of that body. See [method RigidBody._integrate_forces]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:18 +msgid "" +"Adds a constant directional force without affecting rotation.\n" +"This is equivalent to [code]add_force(force, Vector3(0,0,0))[/code]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:34 +msgid "Adds a constant rotational force without affecting position." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:41 +msgid "" +"Applies a single directional impulse without affecting rotation.\n" +"This is equivalent to [code]apply_impulse(Vector3(0, 0, 0), impulse)[/code]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:50 +msgid "" +"Applies a positioned impulse to the body. An impulse is time-independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason it should only be used when simulating one-time impacts. The " +"position uses the rotation of the global coordinate system, but is centered " +"at the object's origin." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:57 +msgid "" +"Apply a torque impulse (which will be affected by the body mass and shape). " +"This will rotate the body around the vector [code]j[/code] passed as " +"parameter." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:78 +msgid "Returns the collider object." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:105 +msgid "" +"Returns the number of contacts this body has with other bodies.\n" +"[b]Note:[/b] By default, this returns 0 unless bodies are configured to " +"monitor contacts. See [member RigidBody.contact_monitor]." +msgstr "" + +#: doc/classes/PhysicsDirectBodyState.xml:113 +msgid "Impulse created by the contact. Only implemented for Bullet physics." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:4 +msgid "Direct access object to a space in the [PhysicsServer]." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:7 +msgid "" +"Direct access object to a space in the [PhysicsServer]. It's used mainly to " +"do queries against objects and areas residing in a given space." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:19 +msgid "" +"Checks how far a [Shape] can move without colliding. All the parameters for " +"the query, including the shape, are supplied through a " +"[PhysicsShapeQueryParameters] object.\n" +"Returns an array with the safe and unsafe proportions (between 0 and 1) of " +"the motion. The safe proportion is the maximum fraction of the motion that " +"can be made without a collision. The unsafe proportion is the minimum " +"fraction of the distance that must be moved for a collision. If no collision " +"is detected a result of [code][1.0, 1.0][/code] will be returned.\n" +"[b]Note:[/b] Any [Shape]s that the shape is already colliding with e.g. " +"inside of, will be ignored. Use [method collide_shape] to determine the " +"[Shape]s that the shape is already colliding with." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:29 +msgid "" +"Checks the intersections of a shape, given through a " +"[PhysicsShapeQueryParameters] object, against the space. The resulting array " +"contains a list of points where the shape intersects another. Like with " +"[method intersect_shape], the number of returned results can be limited to " +"save processing time." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:36 +msgid "" +"Checks the intersections of a shape, given through a " +"[PhysicsShapeQueryParameters] object, against the space. If it collides with " +"more than one shape, the nearest one is selected. The returned object is a " +"dictionary containing the following fields:\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]linear_velocity[/code]: The colliding object's velocity [Vector3]. If " +"the object is an [Area], the result is [code](0, 0, 0)[/code].\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]point[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"If the shape did not intersect anything, then an empty dictionary is " +"returned instead." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:55 +msgid "" +"Intersects a ray in a given space. The returned object is a dictionary with " +"the following fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]normal[/code]: The object's surface normal at the intersection point.\n" +"[code]position[/code]: The intersection point.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"If the ray did not intersect anything, then an empty dictionary is returned " +"instead.\n" +"Additionally, the method can take an [code]exclude[/code] array of objects " +"or [RID]s that are to be excluded from collisions, a [code]collision_mask[/" +"code] bitmask representing the physics layers to check in, or booleans to " +"determine if the ray should collide with [PhysicsBody]s or [Area]s, " +"respectively." +msgstr "" + +#: doc/classes/PhysicsDirectSpaceState.xml:71 +msgid "" +"Checks the intersections of a shape, given through a " +"[PhysicsShapeQueryParameters] object, against the space. The intersected " +"shapes are returned in an array containing dictionaries with the following " +"fields:\n" +"[code]collider[/code]: The colliding object.\n" +"[code]collider_id[/code]: The colliding object's ID.\n" +"[code]rid[/code]: The intersecting object's [RID].\n" +"[code]shape[/code]: The shape index of the colliding shape.\n" +"The number of intersections can be limited with the [code]max_results[/code] " +"parameter, to reduce the processing time." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:4 +msgid "A material for physics properties." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:7 +msgid "" +"Provides a means of modifying the collision properties of a [PhysicsBody]." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:15 +msgid "" +"If [code]true[/code], subtracts the bounciness from the colliding object's " +"bounciness instead of adding it." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:18 +msgid "" +"The body's bounciness. Values range from [code]0[/code] (no bounce) to " +"[code]1[/code] (full bounciness)." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:21 +msgid "" +"The body's friction. Values range from [code]0[/code] (frictionless) to " +"[code]1[/code] (maximum friction)." +msgstr "" + +#: doc/classes/PhysicsMaterial.xml:24 +msgid "" +"If [code]true[/code], the physics engine will use the friction of the object " +"marked as \"rough\" when two objects collide. If [code]false[/code], the " +"physics engine will use the lowest friction of all colliding objects " +"instead. If [code]true[/code] for both colliding objects, the physics engine " +"will use the highest friction." +msgstr "" + +#: doc/classes/PhysicsServer.xml:4 +msgid "Server interface for low-level physics access." +msgstr "" + +#: doc/classes/PhysicsServer.xml:7 +msgid "" +"PhysicsServer is the server responsible for all 3D physics. It can create " +"many kinds of physics objects, but does not insert them on the node tree." +msgstr "" + +#: doc/classes/PhysicsServer.xml:40 +msgid "Creates an [Area]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:55 +msgid "" +"Returns an area parameter value. A list of available parameters is on the " +"[enum AreaParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:106 +msgid "If [code]true[/code], area collides with rays." +msgstr "" + +#: doc/classes/PhysicsServer.xml:168 +msgid "" +"Sets the value for an area parameter. A list of available parameters is on " +"the [enum AreaParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:176 +msgid "Sets object pickable with rays." +msgstr "" + +#: doc/classes/PhysicsServer.xml:218 +msgid "" +"Sets the space override mode for the area. The modes are described in the " +"[enum AreaSpaceOverrideMode] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:282 +msgid "" +"Gives the body a push at a [code]position[/code] in the direction of the " +"[code]impulse[/code]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:290 +msgid "Gives the body a push to rotate it." +msgstr "" + +#: doc/classes/PhysicsServer.xml:313 +msgid "" +"Creates a physics body. The first parameter can be any value from [enum " +"BodyMode] constants, for the type of body created. Additionally, the body " +"can be created in sleeping state to save processing time." +msgstr "" + +#: doc/classes/PhysicsServer.xml:327 +msgid "" +"Returns the physics layer or layers a body can collide with.\n" +"-" +msgstr "" + +#: doc/classes/PhysicsServer.xml:335 +msgid "Returns the [PhysicsDirectBodyState] of the body." +msgstr "" + +#: doc/classes/PhysicsServer.xml:370 +msgid "" +"Returns the value of a body parameter. A list of available parameters is on " +"the [enum BodyParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:422 +msgid "" +"If [code]true[/code], the continuous collision detection mode is enabled." +msgstr "" + +#: doc/classes/PhysicsServer.xml:436 +msgid "If [code]true[/code], the body can be detected by rays." +msgstr "" + +#: doc/classes/PhysicsServer.xml:444 +msgid "" +"Removes a body from the list of bodies exempt from collisions.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided." +msgstr "" + +#: doc/classes/PhysicsServer.xml:493 +msgid "" +"If [code]true[/code], the continuous collision detection mode is enabled.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided." +msgstr "" + +#: doc/classes/PhysicsServer.xml:527 +msgid "Sets the body mode, from one of the [enum BodyMode] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:544 +msgid "" +"Sets a body parameter. A list of available parameters is on the [enum " +"BodyParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:552 +msgid "Sets the body pickable with rays if [code]enabled[/code] is set." +msgstr "" + +#: doc/classes/PhysicsServer.xml:595 +msgid "Sets a body state (see [enum BodyState] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:608 +msgid "" +"Returns [code]true[/code] if a collision would result from moving in the " +"given direction from a given point in space. [PhysicsTestMotionResult] can " +"be passed to return additional information in." +msgstr "" + +#: doc/classes/PhysicsServer.xml:616 +msgid "" +"Gets a cone_twist_joint parameter (see [enum ConeTwistJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:625 +msgid "" +"Sets a cone_twist_joint parameter (see [enum ConeTwistJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:632 +msgid "" +"Destroys any of the objects created by PhysicsServer. If the [RID] passed is " +"not one of the objects that can be created by PhysicsServer, an error will " +"be sent to the console." +msgstr "" + +#: doc/classes/PhysicsServer.xml:641 +msgid "" +"Gets a generic_6_DOF_joint flag (see [enum G6DOFJointAxisFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:650 +msgid "" +"Gets a generic_6_DOF_joint parameter (see [enum G6DOFJointAxisParam] " +"constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:660 +msgid "" +"Sets a generic_6_DOF_joint flag (see [enum G6DOFJointAxisFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:670 +msgid "" +"Sets a generic_6_DOF_joint parameter (see [enum G6DOFJointAxisParam] " +"constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:677 +msgid "Returns an Info defined by the [enum ProcessInfo] input given." +msgstr "" + +#: doc/classes/PhysicsServer.xml:685 +msgid "Gets a hinge_joint flag (see [enum HingeJointFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:693 +msgid "Gets a hinge_joint parameter (see [enum HingeJointParam])." +msgstr "" + +#: doc/classes/PhysicsServer.xml:702 +msgid "Sets a hinge_joint flag (see [enum HingeJointFlag] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:711 +msgid "Sets a hinge_joint parameter (see [enum HingeJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:721 +msgid "Creates a [ConeTwistJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:731 +msgid "Creates a [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:741 +msgid "Creates a [HingeJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:751 +msgid "Creates a [PinJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:761 +msgid "Creates a [SliderJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:768 +msgid "Gets the priority value of the Joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:775 +msgid "Returns the type of the Joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:783 +msgid "Sets the priority value of the Joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:790 +msgid "" +"Returns position of the joint in the local space of body a of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:797 +msgid "" +"Returns position of the joint in the local space of body b of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:805 +msgid "Gets a pin_joint parameter (see [enum PinJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:813 +msgid "Sets position of the joint in the local space of body a of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:821 +msgid "Sets position of the joint in the local space of body b of the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:830 +msgid "Sets a pin_joint parameter (see [enum PinJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:837 +msgid "Activates or deactivates the 3D physics engine." +msgstr "" + +#: doc/classes/PhysicsServer.xml:844 +msgid "" +"Sets the amount of iterations for calculating velocities of colliding " +"bodies. The greater the amount of iterations, the more accurate the " +"collisions will be. However, a greater amount of iterations requires more " +"CPU power, which can decrease performance. The default value is [code]8[/" +"code].\n" +"[b]Note:[/b] Only has an effect when using the GodotPhysics engine, not the " +"default Bullet physics engine." +msgstr "" + +#: doc/classes/PhysicsServer.xml:852 +msgid "" +"Creates a shape of a type from [enum ShapeType]. Does not assign it to a " +"body or an area. To do so, you must use [method area_set_shape] or [method " +"body_set_shape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:866 +msgid "Returns the type of shape (see [enum ShapeType] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:882 doc/classes/PhysicsServer.xml:891 +msgid "Gets a slider_joint parameter (see [enum SliderJointParam] constants)." +msgstr "" + +#: doc/classes/PhysicsServer.xml:904 +msgid "" +"Returns the state of a space, a [PhysicsDirectSpaceState]. This object can " +"be used to make collision/intersection queries." +msgstr "" + +#: doc/classes/PhysicsServer.xml:936 +msgid "" +"Sets the value for a space parameter. A list of available parameters is on " +"the [enum SpaceParameter] constants." +msgstr "" + +#: doc/classes/PhysicsServer.xml:942 +msgid "The [Joint] is a [PinJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:945 +msgid "The [Joint] is a [HingeJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:948 +msgid "The [Joint] is a [SliderJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:951 +msgid "The [Joint] is a [ConeTwistJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:954 +msgid "The [Joint] is a [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:957 +msgid "" +"The strength with which the pinned objects try to stay in positional " +"relation to each other.\n" +"The higher, the stronger." +msgstr "" + +#: doc/classes/PhysicsServer.xml:961 +msgid "" +"The strength with which the pinned objects try to stay in velocity relation " +"to each other.\n" +"The higher, the stronger." +msgstr "" + +#: doc/classes/PhysicsServer.xml:965 +msgid "" +"If above 0, this value is the maximum value for an impulse that this Joint " +"puts on its ends." +msgstr "" + +#: doc/classes/PhysicsServer.xml:971 +msgid "The maximum rotation across the Hinge." +msgstr "" + +#: doc/classes/PhysicsServer.xml:974 +msgid "The minimum rotation across the Hinge." +msgstr "" + +#: doc/classes/PhysicsServer.xml:991 +msgid "If [code]true[/code], the Hinge has a maximum and a minimum rotation." +msgstr "" + +#: doc/classes/PhysicsServer.xml:994 +msgid "If [code]true[/code], a motor turns the Hinge." +msgstr "" + +#: doc/classes/PhysicsServer.xml:997 doc/classes/SliderJoint.xml:76 +#: doc/classes/SliderJoint.xml:99 +msgid "" +"The maximum difference between the pivot points on their X axis before " +"damping happens." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1000 doc/classes/SliderJoint.xml:67 +#: doc/classes/SliderJoint.xml:102 +msgid "" +"The minimum difference between the pivot points on their X axis before " +"damping happens." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1003 doc/classes/SliderJoint.xml:73 +#: doc/classes/SliderJoint.xml:105 +msgid "" +"A factor applied to the movement across the slider axis once the limits get " +"surpassed. The lower, the slower the movement." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1006 doc/classes/SliderJoint.xml:108 +msgid "" +"The amount of restitution once the limits are surpassed. The lower, the more " +"velocityenergy gets lost." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1009 doc/classes/SliderJoint.xml:111 +msgid "The amount of damping once the slider limits are surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1012 doc/classes/SliderJoint.xml:85 +#: doc/classes/SliderJoint.xml:114 +msgid "" +"A factor applied to the movement across the slider axis as long as the " +"slider is in the limits. The lower, the slower the movement." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1015 doc/classes/SliderJoint.xml:82 +#: doc/classes/SliderJoint.xml:117 +msgid "The amount of restitution inside the slider limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1018 doc/classes/SliderJoint.xml:79 +#: doc/classes/SliderJoint.xml:120 +msgid "The amount of damping inside the slider limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1021 doc/classes/SliderJoint.xml:94 +#: doc/classes/SliderJoint.xml:123 +msgid "A factor applied to the movement across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1024 doc/classes/SliderJoint.xml:91 +#: doc/classes/SliderJoint.xml:126 +msgid "" +"The amount of restitution when movement is across axes orthogonal to the " +"slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1027 doc/classes/SliderJoint.xml:88 +#: doc/classes/SliderJoint.xml:129 +msgid "" +"The amount of damping when movement is across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1030 doc/classes/SliderJoint.xml:43 +#: doc/classes/SliderJoint.xml:132 +msgid "The upper limit of rotation in the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1033 doc/classes/SliderJoint.xml:32 +#: doc/classes/SliderJoint.xml:135 +msgid "The lower limit of rotation in the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1036 doc/classes/SliderJoint.xml:138 +msgid "A factor applied to the all rotation once the limit is surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1039 doc/classes/SliderJoint.xml:141 +msgid "The amount of restitution of the rotation when the limit is surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1042 doc/classes/SliderJoint.xml:144 +msgid "The amount of damping of the rotation when the limit is surpassed." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1045 +msgid "A factor that gets applied to the all rotation in the limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1048 doc/classes/SliderJoint.xml:49 +#: doc/classes/SliderJoint.xml:150 +msgid "The amount of restitution of the rotation in the limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1051 doc/classes/SliderJoint.xml:46 +#: doc/classes/SliderJoint.xml:153 +msgid "The amount of damping of the rotation in the limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1054 +msgid "" +"A factor that gets applied to the all rotation across axes orthogonal to the " +"slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1057 doc/classes/SliderJoint.xml:58 +#: doc/classes/SliderJoint.xml:159 +msgid "" +"The amount of restitution of the rotation across axes orthogonal to the " +"slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1060 doc/classes/SliderJoint.xml:55 +#: doc/classes/SliderJoint.xml:162 +msgid "" +"The amount of damping of the rotation across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1063 +msgid "Represents the size of the [enum SliderJointParam] enum." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1080 +msgid "" +"The ease with which the Joint twists, if it's too low, it takes more force " +"to twist the joint." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1092 +msgid "" +"A factor that gets applied to the movement across the axes. The lower, the " +"slower the movement." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1095 +msgid "" +"The amount of restitution on the axes movement. The lower, the more velocity-" +"energy gets lost." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1101 +msgid "The velocity that the joint's linear motor will attempt to reach." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1104 +msgid "" +"The maximum force that the linear motor can apply while trying to reach the " +"target velocity." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1113 +msgid "A factor that gets multiplied onto all rotations across the axes." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1125 +msgid "" +"When correcting the crossing of limits in rotation across the axes, this " +"error tolerance factor defines how much the correction gets slowed down. The " +"lower, the slower." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1134 +msgid "" +"If [code]set[/code] there is linear motion possible within the given limits." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1137 +msgid "If [code]set[/code] there is rotational motion possible." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1140 +msgid "If [code]set[/code] there is a rotational motor across these axes." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1143 +msgid "" +"If [code]set[/code] there is a linear motor on this axis that targets a " +"specific velocity." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1146 +msgid "The [Shape] is a [PlaneShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1149 +msgid "The [Shape] is a [RayShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1152 +msgid "The [Shape] is a [SphereShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1155 +msgid "The [Shape] is a [BoxShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1158 +msgid "The [Shape] is a [CapsuleShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1161 +msgid "The [Shape] is a [CylinderShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1164 +msgid "The [Shape] is a [ConvexPolygonShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1167 +msgid "The [Shape] is a [ConcavePolygonShape]." +msgstr "" + +#: doc/classes/PhysicsServer.xml:1170 +msgid "The [Shape] is a [HeightMapShape]." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:4 +msgid "Parameters to be sent to a 3D shape physics query." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:7 +msgid "" +"This class contains the shape and other parameters for 3D intersection/" +"collision queries." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:16 +msgid "Sets the [Shape] that will be used for collision/intersection queries." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:22 +msgid "If [code]true[/code], the query will take [Area]s into account." +msgstr "" + +#: doc/classes/PhysicsShapeQueryParameters.xml:25 +msgid "If [code]true[/code], the query will take [PhysicsBody]s into account." +msgstr "" + +#: doc/classes/PinJoint.xml:4 +msgid "Pin joint for 3D PhysicsBodies." +msgstr "" + +#: doc/classes/PinJoint.xml:7 +msgid "" +"Pin joint for 3D rigid bodies. It pins 2 bodies (rigid or static) together. " +"See also [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/PinJoint.xml:30 doc/classes/PinJoint.xml:41 +msgid "" +"The force with which the pinned objects stay in positional relation to each " +"other. The higher, the stronger." +msgstr "" + +#: doc/classes/PinJoint.xml:33 doc/classes/PinJoint.xml:44 +msgid "" +"The force with which the pinned objects stay in velocity relation to each " +"other. The higher, the stronger." +msgstr "" + +#: doc/classes/PinJoint.xml:36 doc/classes/PinJoint.xml:47 +msgid "" +"If above 0, this value is the maximum value for an impulse that this Joint " +"produces." +msgstr "" + +#: doc/classes/PinJoint2D.xml:4 +msgid "Pin Joint for 2D shapes." +msgstr "" + +#: doc/classes/PinJoint2D.xml:7 +msgid "" +"Pin Joint for 2D rigid bodies. It pins two bodies (rigid or static) together." +msgstr "" + +#: doc/classes/PinJoint2D.xml:15 +msgid "" +"The higher this value, the more the bond to the pinned partner can flex." +msgstr "" + +#: doc/classes/Plane.xml:4 +msgid "Plane in hessian form." +msgstr "" + +#: doc/classes/Plane.xml:7 +msgid "" +"Plane represents a normalized plane equation. Basically, \"normal\" is the " +"normal of the plane (a,b,c normalized), and \"d\" is the distance from the " +"origin to the plane (in the direction of \"normal\"). \"Over\" or \"Above\" " +"the plane is considered the side of the plane towards where the normal is " +"pointing." +msgstr "" + +#: doc/classes/Plane.xml:20 +msgid "" +"Creates a plane from the four parameters. The three components of the " +"resulting plane's [member normal] are [code]a[/code], [code]b[/code] and " +"[code]c[/code], and the plane has a distance of [code]d[/code] from the " +"origin." +msgstr "" + +#: doc/classes/Plane.xml:29 +msgid "Creates a plane from the three points, given in clockwise order." +msgstr "" + +#: doc/classes/Plane.xml:37 +msgid "Creates a plane from the normal and the plane's distance to the origin." +msgstr "" + +#: doc/classes/Plane.xml:43 +msgid "Returns the center of the plane." +msgstr "" + +#: doc/classes/Plane.xml:50 +msgid "" +"Returns the shortest distance from the plane to the position [code]point[/" +"code]." +msgstr "" + +#: doc/classes/Plane.xml:56 +msgid "" +"Returns the center of the plane.\n" +"This method is deprecated, please use [method center] instead." +msgstr "" + +#: doc/classes/Plane.xml:65 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is inside the plane. " +"Comparison uses a custom minimum [code]epsilon[/code] threshold." +msgstr "" + +#: doc/classes/Plane.xml:73 +msgid "" +"Returns the intersection point of the three planes [code]b[/code], [code]c[/" +"code] and this plane. If no intersection is found, [code]null[/code] is " +"returned." +msgstr "" + +#: doc/classes/Plane.xml:81 +msgid "" +"Returns the intersection point of a ray consisting of the position " +"[code]from[/code] and the direction normal [code]dir[/code] with this plane. " +"If no intersection is found, [code]null[/code] is returned." +msgstr "" + +#: doc/classes/Plane.xml:89 +msgid "" +"Returns the intersection point of a segment from position [code]begin[/code] " +"to position [code]end[/code] with this plane. If no intersection is found, " +"[code]null[/code] is returned." +msgstr "" + +#: doc/classes/Plane.xml:96 +msgid "" +"Returns [code]true[/code] if this plane and [code]plane[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Plane.xml:103 +msgid "" +"Returns [code]true[/code] if [code]point[/code] is located above the plane." +msgstr "" + +#: doc/classes/Plane.xml:109 +msgid "Returns a copy of the plane, normalized." +msgstr "" + +#: doc/classes/Plane.xml:116 +msgid "" +"Returns the orthogonal projection of [code]point[/code] into a point in the " +"plane." +msgstr "" + +#: doc/classes/Plane.xml:122 +msgid "" +"The distance from the origin to the plane, in the direction of [member " +"normal]. This value is typically non-negative.\n" +"In the scalar equation of the plane [code]ax + by + cz = d[/code], this is " +"[code]d[/code], while the [code](a, b, c)[/code] coordinates are represented " +"by the [member normal] property." +msgstr "" + +#: doc/classes/Plane.xml:126 +msgid "" +"The normal of the plane, which must be normalized.\n" +"In the scalar equation of the plane [code]ax + by + cz = d[/code], this is " +"the vector [code](a, b, c)[/code], where [code]d[/code] is the [member d] " +"property." +msgstr "" + +#: doc/classes/Plane.xml:130 +msgid "The X component of the plane's [member normal] vector." +msgstr "" + +#: doc/classes/Plane.xml:133 +msgid "The Y component of the plane's [member normal] vector." +msgstr "" + +#: doc/classes/Plane.xml:136 +msgid "The Z component of the plane's [member normal] vector." +msgstr "" + +#: doc/classes/Plane.xml:141 +msgid "A plane that extends in the Y and Z axes (normal vector points +X)." +msgstr "" + +#: doc/classes/Plane.xml:144 +msgid "A plane that extends in the X and Z axes (normal vector points +Y)." +msgstr "" + +#: doc/classes/Plane.xml:147 +msgid "A plane that extends in the X and Y axes (normal vector points +Z)." +msgstr "" + +#: doc/classes/PlaneMesh.xml:4 +msgid "Class representing a planar [PrimitiveMesh]." +msgstr "" + +#: doc/classes/PlaneMesh.xml:7 +msgid "" +"Class representing a planar [PrimitiveMesh]. This flat mesh does not have a " +"thickness. By default, this mesh is aligned on the X and Z axes; this " +"default rotation isn't suited for use with billboarded materials. For " +"billboarded materials, use [QuadMesh] instead.\n" +"[b]Note:[/b] When using a large textured [PlaneMesh] (e.g. as a floor), you " +"may stumble upon UV jittering issues depending on the camera angle. To solve " +"this, increase [member subdivide_depth] and [member subdivide_width] until " +"you no longer notice UV jittering." +msgstr "" + +#: doc/classes/PlaneMesh.xml:16 +msgid "Offset from the origin of the generated plane. Useful for particles." +msgstr "" + +#: doc/classes/PlaneMesh.xml:19 +msgid "Size of the generated plane." +msgstr "" + +#: doc/classes/PlaneMesh.xml:22 +msgid "Number of subdivision along the Z axis." +msgstr "" + +#: doc/classes/PlaneMesh.xml:25 +msgid "Number of subdivision along the X axis." +msgstr "" + +#: doc/classes/PlaneShape.xml:4 +msgid "Infinite plane shape for 3D collisions." +msgstr "" + +#: doc/classes/PlaneShape.xml:7 +msgid "" +"An infinite plane shape for 3D collisions. Note that the [Plane]'s normal " +"matters; anything \"below\" the plane will collide with it. If the " +"[PlaneShape] is used in a [PhysicsBody], it will cause colliding objects " +"placed \"below\" it to teleport \"above\" the plane." +msgstr "" + +#: doc/classes/PlaneShape.xml:15 +msgid "The [Plane] used by the [PlaneShape] for collision." +msgstr "" + +#: doc/classes/PointMesh.xml:4 +msgid "Mesh with a single Point primitive." +msgstr "" + +#: doc/classes/PointMesh.xml:7 +msgid "" +"The PointMesh is made from a single point. Instead of relying on triangles, " +"points are rendered as a single rectangle on the screen with a constant " +"size. They are intended to be used with Particle systems, but can be used as " +"a cheap way to render constant size billboarded sprites (for example in a " +"point cloud).\n" +"PointMeshes, must be used with a material that has a point size. Point size " +"can be accessed in a shader with [code]POINT_SIZE[/code], or in a " +"[SpatialMaterial] by setting [member SpatialMaterial.flags_use_point_size] " +"and the variable [member SpatialMaterial.params_point_size].\n" +"When using PointMeshes, properties that normally alter vertices will be " +"ignored, including billboard mode, grow, and cull face." +msgstr "" + +#: doc/classes/Polygon2D.xml:4 +msgid "A 2D polygon." +msgstr "" + +#: doc/classes/Polygon2D.xml:7 +msgid "" +"A Polygon2D is defined by a set of points. Each point is connected to the " +"next, with the final point being connected to the first, resulting in a " +"closed polygon. Polygon2Ds can be filled with color (solid or gradient) or " +"filled with a given texture.\n" +"[b]Note:[/b] By default, Godot can only draw up to 4,096 polygon points at a " +"time. To increase this limit, open the Project Settings and increase [member " +"ProjectSettings.rendering/limits/buffers/canvas_polygon_buffer_size_kb] and " +"[member ProjectSettings.rendering/limits/buffers/" +"canvas_polygon_index_buffer_size_kb]." +msgstr "" + +#: doc/classes/Polygon2D.xml:18 +msgid "" +"Adds a bone with the specified [code]path[/code] and [code]weights[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:24 +msgid "Removes all bones from this [Polygon2D]." +msgstr "" + +#: doc/classes/Polygon2D.xml:31 +msgid "Removes the specified bone from this [Polygon2D]." +msgstr "" + +#: doc/classes/Polygon2D.xml:37 +msgid "Returns the number of bones in this [Polygon2D]." +msgstr "" + +#: doc/classes/Polygon2D.xml:44 +msgid "Returns the path to the node associated with the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:51 +msgid "Returns the height values of the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:59 +msgid "Sets the path to the node associated with the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:67 +msgid "Sets the weight values for the specified bone." +msgstr "" + +#: doc/classes/Polygon2D.xml:73 +msgid "If [code]true[/code], polygon edges will be anti-aliased." +msgstr "" + +#: doc/classes/Polygon2D.xml:78 +msgid "" +"The polygon's fill color. If [code]texture[/code] is defined, it will be " +"multiplied by this color. It will also be the default color for vertices not " +"set in [code]vertex_colors[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:83 +msgid "" +"Added padding applied to the bounding box when using [code]invert[/code]. " +"Setting this value too small may result in a \"Bad Polygon\" error." +msgstr "" + +#: doc/classes/Polygon2D.xml:86 +msgid "" +"If [code]true[/code], polygon will be inverted, containing the area outside " +"the defined points and extending to the [code]invert_border[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:89 +msgid "The offset applied to each vertex." +msgstr "" + +#: doc/classes/Polygon2D.xml:92 +msgid "" +"The polygon's list of vertices. The final point will be connected to the " +"first.\n" +"[b]Note:[/b] This returns a copy of the [PoolVector2Array] rather than a " +"reference." +msgstr "" + +#: doc/classes/Polygon2D.xml:100 +msgid "" +"The polygon's fill texture. Use [code]uv[/code] to set texture coordinates." +msgstr "" + +#: doc/classes/Polygon2D.xml:103 +msgid "" +"Amount to offset the polygon's [code]texture[/code]. If [code](0, 0)[/code] " +"the texture's origin (its top-left corner) will be placed at the polygon's " +"[code]position[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:106 +msgid "The texture's rotation in radians." +msgstr "" + +#: doc/classes/Polygon2D.xml:109 +msgid "The texture's rotation in degrees." +msgstr "" + +#: doc/classes/Polygon2D.xml:112 +msgid "" +"Amount to multiply the [code]uv[/code] coordinates when using a " +"[code]texture[/code]. Larger values make the texture smaller, and vice versa." +msgstr "" + +#: doc/classes/Polygon2D.xml:115 +msgid "" +"Texture coordinates for each vertex of the polygon. There should be one " +"[code]uv[/code] per polygon vertex. If there are fewer, undefined vertices " +"will use [code](0, 0)[/code]." +msgstr "" + +#: doc/classes/Polygon2D.xml:118 +msgid "" +"Color for each vertex. Colors are interpolated between vertices, resulting " +"in smooth gradients. There should be one per polygon vertex. If there are " +"fewer, undefined vertices will use [code]color[/code]." +msgstr "" + +#: doc/classes/PoolByteArray.xml:4 +msgid "A pooled [Array] of bytes." +msgstr "" + +#: doc/classes/PoolByteArray.xml:7 +msgid "" +"An [Array] specifically designed to hold bytes. Optimized for memory usage, " +"does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolByteArray.xml:17 +msgid "" +"Constructs a new [PoolByteArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolByteArray.xml:29 +msgid "Appends a [PoolByteArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolByteArray.xml:36 +msgid "" +"Returns a new [PoolByteArray] with the data compressed. Set the compression " +"mode using one of [enum File.CompressionMode]'s constants." +msgstr "" + +#: doc/classes/PoolByteArray.xml:44 +msgid "" +"Returns a new [PoolByteArray] with the data decompressed. Set " +"[code]buffer_size[/code] to the size of the uncompressed data. Set the " +"compression mode using one of [enum File.CompressionMode]'s constants." +msgstr "" + +#: doc/classes/PoolByteArray.xml:52 +msgid "" +"Returns a new [PoolByteArray] with the data decompressed. Set the " +"compression mode using one of [enum File.CompressionMode]'s constants. " +"[b]This method only accepts gzip and deflate compression modes.[/b]\n" +"This method is potentially slower than [code]decompress[/code], as it may " +"have to re-allocate it's output buffer multiple times while decompressing, " +"where as [code]decompress[/code] knows it's output buffer size from the " +"begining.\n" +"\n" +"GZIP has a maximal compression ratio of 1032:1, meaning it's very possible " +"for a small compressed payload to decompress to a potentially very large " +"output. To guard against this, you may provide a maximum size this function " +"is allowed to allocate in bytes via [code]max_output_size[/code]. Passing -1 " +"will allow for unbounded output. If any positive value is passed, and the " +"decompression exceeds that ammount in bytes, then an error will be returned." +msgstr "" + +#: doc/classes/PoolByteArray.xml:67 +msgid "" +"Returns a copy of the array's contents as [String]. Fast alternative to " +"[method get_string_from_utf8] if the content is ASCII-only. Unlike the UTF-8 " +"function this function maps every byte to a character in the array. " +"Multibyte sequences will not be interpreted correctly. For parsing user " +"input always use [method get_string_from_utf8]." +msgstr "" + +#: doc/classes/PoolByteArray.xml:73 +msgid "" +"Returns a copy of the array's contents as [String]. Slower than [method " +"get_string_from_ascii] but supports UTF-8 encoded data. Use this function if " +"you are unsure about the source of the data. For user input this function " +"should always be preferred." +msgstr "" + +#: doc/classes/PoolByteArray.xml:79 +msgid "" +"Returns a hexadecimal representation of this array as a [String].\n" +"[codeblock]\n" +"var array = PoolByteArray([11, 46, 255])\n" +"print(array.hex_encode()) # Prints: 0b2eff\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/PoolByteArray.xml:91 doc/classes/PoolColorArray.xml:43 +#: doc/classes/PoolRealArray.xml:44 doc/classes/PoolStringArray.xml:44 +#: doc/classes/PoolVector2Array.xml:44 doc/classes/PoolVector3Array.xml:43 +msgid "" +"Inserts a new element at a given position in the array. The position must be " +"valid, or at the end of the array ([code]idx == size()[/code])." +msgstr "" + +#: doc/classes/PoolByteArray.xml:102 doc/classes/PoolRealArray.xml:55 +msgid "Appends an element at the end of the array." +msgstr "" + +#: doc/classes/PoolByteArray.xml:108 doc/classes/PoolColorArray.xml:60 +#: doc/classes/PoolIntArray.xml:61 doc/classes/PoolRealArray.xml:61 +#: doc/classes/PoolStringArray.xml:68 doc/classes/PoolVector2Array.xml:61 +#: doc/classes/PoolVector3Array.xml:60 +msgid "Removes an element from the array by index." +msgstr "" + +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." +msgstr "" + +#: doc/classes/PoolByteArray.xml:122 +msgid "Changes the byte at the given index." +msgstr "" + +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 +msgid "Returns the size of the array." +msgstr "" + +#: doc/classes/PoolByteArray.xml:136 +msgid "" +"Returns the slice of the [PoolByteArray] between indices (inclusive) as a " +"new [PoolByteArray]. Any negative index is considered to be from the end of " +"the array." +msgstr "" + +#: doc/classes/PoolColorArray.xml:4 +msgid "A pooled [Array] of [Color]." +msgstr "" + +#: doc/classes/PoolColorArray.xml:7 +msgid "" +"An [Array] specifically designed to hold [Color]. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolColorArray.xml:17 +msgid "" +"Constructs a new [PoolColorArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolColorArray.xml:29 +msgid "Appends a [PoolColorArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolColorArray.xml:54 doc/classes/PoolIntArray.xml:55 +msgid "Appends a value to the array." +msgstr "" + +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + +#: doc/classes/PoolColorArray.xml:73 +msgid "Changes the [Color] at the given index." +msgstr "" + +#: doc/classes/PoolIntArray.xml:4 +msgid "A pooled [Array] of integers ([int])." +msgstr "" + +#: doc/classes/PoolIntArray.xml:7 +msgid "" +"An [Array] specifically designed to hold integer values ([int]). Optimized " +"for memory usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference.\n" +"[b]Note:[/b] This type is limited to signed 32-bit integers, which means it " +"can only take values in the interval [code][-2^31, 2^31 - 1][/code], i.e. " +"[code][-2147483648, 2147483647][/code]. Exceeding those bounds will wrap " +"around. In comparison, [int] uses signed 64-bit integers which can hold much " +"larger values." +msgstr "" + +#: doc/classes/PoolIntArray.xml:18 +msgid "" +"Constructs a new [PoolIntArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolIntArray.xml:30 +msgid "Appends a [PoolIntArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolIntArray.xml:44 +msgid "" +"Inserts a new int at a given position in the array. The position must be " +"valid, or at the end of the array ([code]idx == size()[/code])." +msgstr "" + +#: doc/classes/PoolIntArray.xml:75 +msgid "Changes the int at the given index." +msgstr "" + +#: doc/classes/PoolIntArray.xml:81 +msgid "Returns the array size." +msgstr "" + +#: doc/classes/PoolRealArray.xml:4 +msgid "A pooled [Array] of reals ([float])." +msgstr "" + +#: doc/classes/PoolRealArray.xml:7 +msgid "" +"An [Array] specifically designed to hold floating-point values. Optimized " +"for memory usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference.\n" +"[b]Note:[/b] Unlike primitive [float]s which are 64-bit, numbers stored in " +"[PoolRealArray] are 32-bit floats. This means values stored in " +"[PoolRealArray] have lower precision compared to primitive [float]s. If you " +"need to store 64-bit floats in an array, use a generic [Array] with [float] " +"elements as these will still be 64-bit. However, using a generic [Array] to " +"store [float]s will use roughly 6 times more memory compared to a " +"[PoolRealArray]." +msgstr "" + +#: doc/classes/PoolRealArray.xml:18 +msgid "" +"Constructs a new [PoolRealArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolRealArray.xml:30 +msgid "Appends a [PoolRealArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolRealArray.xml:75 +msgid "Changes the float at the given index." +msgstr "" + +#: doc/classes/PoolStringArray.xml:4 +msgid "A pooled [Array] of [String]." +msgstr "" + +#: doc/classes/PoolStringArray.xml:7 +msgid "" +"An [Array] specifically designed to hold [String]s. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolStringArray.xml:18 +msgid "" +"Constructs a new [PoolStringArray]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolStringArray.xml:30 +msgid "Appends a [PoolStringArray] at the end of this array." +msgstr "" + +#: doc/classes/PoolStringArray.xml:56 +msgid "" +"Returns a [String] with each element of the array joined with the given " +"[code]delimiter[/code]." +msgstr "" + +#: doc/classes/PoolStringArray.xml:62 +msgid "Appends a string element at end of the array." +msgstr "" + +#: doc/classes/PoolStringArray.xml:81 +msgid "Changes the [String] at the given index." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:4 +msgid "A pooled [Array] of [Vector2]." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:7 +msgid "" +"An [Array] specifically designed to hold [Vector2]. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:11 doc/classes/TileMap.xml:15 +#: doc/classes/TileSet.xml:15 +msgid "https://godotengine.org/asset-library/asset/519" +msgstr "" + +#: doc/classes/PoolVector2Array.xml:18 +msgid "" +"Constructs a new [PoolVector2Array]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:30 +msgid "Appends a [PoolVector2Array] at the end of this array." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:55 +msgid "Inserts a [Vector2] at the end." +msgstr "" + +#: doc/classes/PoolVector2Array.xml:74 +msgid "Changes the [Vector2] at the given index." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:4 +msgid "A pooled [Array] of [Vector3]." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:7 +msgid "" +"An [Array] specifically designed to hold [Vector3]. Optimized for memory " +"usage, does not fragment the memory.\n" +"[b]Note:[/b] This type is passed by value and not by reference." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:17 +msgid "" +"Constructs a new [PoolVector3Array]. Optionally, you can pass in a generic " +"[Array] that will be converted." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:29 +msgid "Appends a [PoolVector3Array] at the end of this array." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:54 +msgid "Inserts a [Vector3] at the end." +msgstr "" + +#: doc/classes/PoolVector3Array.xml:73 +msgid "Changes the [Vector3] at the given index." +msgstr "" + +#: doc/classes/Popup.xml:4 +msgid "Base container control for popups and dialogs." +msgstr "" + +#: doc/classes/Popup.xml:7 +msgid "" +"Popup is a base [Control] used to show dialogs and popups. It's a subwindow " +"and modal by default (see [Control]) and has helpers for custom popup " +"behavior. All popup methods ensure correct placement within the viewport." +msgstr "" + +#: doc/classes/Popup.xml:16 +msgid "Popup (show the control in modal form)." +msgstr "" + +#: doc/classes/Popup.xml:23 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to its current canvas transform, at the current size, or at a size " +"determined by [code]size[/code]." +msgstr "" + +#: doc/classes/Popup.xml:31 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to the current canvas transform, clamping the size to [code]size[/code], " +"then ensuring the popup is no larger than the viewport size multiplied by " +"[code]fallback_ratio[/code]." +msgstr "" + +#: doc/classes/Popup.xml:38 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to the current canvas transform, ensuring the size is never smaller than " +"[code]minsize[/code]." +msgstr "" + +#: doc/classes/Popup.xml:45 +msgid "" +"Popup (show the control in modal form) in the center of the screen relative " +"to the current canvas transform, scaled at a ratio of size of the screen." +msgstr "" + +#: doc/classes/Popup.xml:51 +msgid "Shrink popup to keep to the minimum size of content." +msgstr "" + +#: doc/classes/Popup.xml:57 +msgid "" +"If [code]true[/code], the popup will not be hidden when a click event occurs " +"outside of it, or when it receives the [code]ui_cancel[/code] action event.\n" +"[b]Note:[/b] Enabling this property doesn't affect the Close or Cancel " +"buttons' behavior in dialogs that inherit from this class. As a workaround, " +"you can use [method WindowDialog.get_close_button] or [method " +"ConfirmationDialog.get_cancel] and hide the buttons in question by setting " +"their [member CanvasItem.visible] property to [code]false[/code]." +msgstr "" + +#: doc/classes/Popup.xml:65 +msgid "" +"Emitted when a popup is about to be shown. This is often used in [PopupMenu] " +"to clear the list of options then create a new one according to the current " +"context." +msgstr "" + +#: doc/classes/Popup.xml:70 +msgid "Emitted when a popup is hidden." +msgstr "" + +#: doc/classes/Popup.xml:76 +msgid "Notification sent right after the popup is shown." +msgstr "" + +#: doc/classes/Popup.xml:79 +msgid "Notification sent right after the popup is hidden." +msgstr "" + +#: doc/classes/PopupDialog.xml:4 +msgid "Base class for popup dialogs." +msgstr "" + +#: doc/classes/PopupDialog.xml:7 +msgid "" +"PopupDialog is a base class for popup dialogs, along with [WindowDialog]." +msgstr "" + +#: doc/classes/PopupDialog.xml:17 +msgid "Sets a custom [StyleBox] for the panel of the [PopupDialog]." +msgstr "" + +#: doc/classes/PopupMenu.xml:4 +msgid "PopupMenu displays a list of options." +msgstr "" + +#: doc/classes/PopupMenu.xml:7 +msgid "" +"[PopupMenu] is a [Control] that displays a list of options. They are popular " +"in toolbars or context menus." +msgstr "" + +#: doc/classes/PopupMenu.xml:18 +msgid "" +"Adds a new checkable item with text [code]label[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:29 +msgid "" +"Adds a new checkable item and assigns the specified [ShortCut] to it. Sets " +"the label of the checkbox to the [ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:41 +msgid "" +"Adds a new checkable item with text [code]label[/code] and icon " +"[code]texture[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:53 +msgid "" +"Adds a new checkable item and assigns the specified [ShortCut] and icon " +"[code]texture[/code] to it. Sets the label of the checkbox to the " +"[ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:65 +msgid "" +"Adds a new item with text [code]label[/code] and icon [code]texture[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:76 +msgid "Same as [method add_icon_check_item], but uses a radio check button." +msgstr "" + +#: doc/classes/PopupMenu.xml:86 +msgid "" +"Same as [method add_icon_check_shortcut], but uses a radio check button." +msgstr "" + +#: doc/classes/PopupMenu.xml:96 +msgid "" +"Adds a new item and assigns the specified [ShortCut] and icon [code]texture[/" +"code] to it. Sets the label of the checkbox to the [ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index." +msgstr "" + +#: doc/classes/PopupMenu.xml:106 +msgid "" +"Adds a new item with text [code]label[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:118 +msgid "" +"Adds a new multistate item with text [code]label[/code].\n" +"Contrarily to normal binary items, multistate items can have more than two " +"states, as defined by [code]max_states[/code]. Each press or activate of the " +"item will increase the state by one. The default value is defined by " +"[code]default_state[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:129 +msgid "" +"Adds a new radio check button with text [code]label[/code].\n" +"An [code]id[/code] can optionally be provided, as well as an accelerator " +"([code]accel[/code]). If no [code]id[/code] is provided, one will be created " +"from the index. If no [code]accel[/code] is provided then the default " +"[code]0[/code] will be assigned to it. See [method get_item_accelerator] for " +"more info on accelerators.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:140 +msgid "" +"Adds a new radio check button and assigns a [ShortCut] to it. Sets the label " +"of the checkbox to the [ShortCut]'s name.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually. See " +"[method set_item_checked] for more info on how to control it." +msgstr "" + +#: doc/classes/PopupMenu.xml:150 +msgid "" +"Adds a separator between items. Separators also occupy an index, which you " +"can set by using the [code]id[/code] parameter.\n" +"A [code]label[/code] can optionally be provided, which will appear at the " +"center of the separator." +msgstr "" + +#: doc/classes/PopupMenu.xml:160 +msgid "" +"Adds a [ShortCut].\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index." +msgstr "" + +#: doc/classes/PopupMenu.xml:170 +msgid "" +"Adds an item that will act as a submenu of the parent [PopupMenu] node when " +"clicked. The [code]submenu[/code] argument is the name of the child " +"[PopupMenu] node that will be shown when the item is clicked.\n" +"An [code]id[/code] can optionally be provided. If no [code]id[/code] is " +"provided, one will be created from the index." +msgstr "" + +#: doc/classes/PopupMenu.xml:177 +msgid "Removes all items from the [PopupMenu]." +msgstr "" + +#: doc/classes/PopupMenu.xml:183 +msgid "" +"Returns the index of the currently focused item. Returns [code]-1[/code] if " +"no item is focused." +msgstr "" + +#: doc/classes/PopupMenu.xml:190 +msgid "" +"Returns the accelerator of the item at index [code]idx[/code]. Accelerators " +"are special combinations of keys that activate the item, no matter which " +"control is focused." +msgstr "" + +#: doc/classes/PopupMenu.xml:196 +msgid "Returns the number of items in the [PopupMenu]." +msgstr "" + +#: doc/classes/PopupMenu.xml:210 +msgid "" +"Returns the id of the item at index [code]idx[/code]. [code]id[/code] can be " +"manually assigned, while index can not." +msgstr "" + +#: doc/classes/PopupMenu.xml:217 +msgid "" +"Returns the index of the item containing the specified [code]id[/code]. " +"Index is automatically assigned to each item by the engine. Index can not be " +"set manually." +msgstr "" + +#: doc/classes/PopupMenu.xml:224 +msgid "" +"Returns the metadata of the specified item, which might be of any type. You " +"can set it with [method set_item_metadata], which provides a simple way of " +"assigning context data to items." +msgstr "" + +#: doc/classes/PopupMenu.xml:231 +msgid "" +"Returns the [ShortCut] associated with the specified [code]idx[/code] item." +msgstr "" + +#: doc/classes/PopupMenu.xml:238 +msgid "" +"Returns the submenu name of the item at index [code]idx[/code]. See [method " +"add_submenu_item] for more info on how to add a submenu." +msgstr "" + +#: doc/classes/PopupMenu.xml:252 +msgid "" +"Returns the tooltip associated with the specified index index [code]idx[/" +"code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:258 +msgid "" +"Returns [code]true[/code] if the popup will be hidden when the window loses " +"focus or not." +msgstr "" + +#: doc/classes/PopupMenu.xml:265 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is checkable " +"in some way, i.e. if it has a checkbox or radio button.\n" +"[b]Note:[/b] Checkable items just display a checkmark or radio button, but " +"don't have any built-in checking behavior and must be checked/unchecked " +"manually." +msgstr "" + +#: doc/classes/PopupMenu.xml:273 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is checked." +msgstr "" + +#: doc/classes/PopupMenu.xml:280 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] is disabled. " +"When it is disabled it can't be selected, or its action invoked.\n" +"See [method set_item_disabled] for more info on how to disable an item." +msgstr "" + +#: doc/classes/PopupMenu.xml:288 +msgid "" +"Returns [code]true[/code] if the item at index [code]idx[/code] has radio " +"button-style checkability.\n" +"[b]Note:[/b] This is purely cosmetic; you must add the logic for checking/" +"unchecking items in radio groups." +msgstr "" + +#: doc/classes/PopupMenu.xml:296 +msgid "" +"Returns [code]true[/code] if the item is a separator. If it is, it will be " +"displayed as a line. See [method add_separator] for more info on how to add " +"a separator." +msgstr "" + +#: doc/classes/PopupMenu.xml:303 +msgid "Returns [code]true[/code] if the specified item's shortcut is disabled." +msgstr "" + +#: doc/classes/PopupMenu.xml:310 +msgid "" +"Removes the item at index [code]idx[/code] from the menu.\n" +"[b]Note:[/b] The indices of items after the removed item will be shifted by " +"one." +msgstr "" + +#: doc/classes/PopupMenu.xml:318 +msgid "Hides the [PopupMenu] when the window loses focus." +msgstr "" + +#: doc/classes/PopupMenu.xml:326 +msgid "" +"Sets the accelerator of the item at index [code]idx[/code]. Accelerators are " +"special combinations of keys that activate the item, no matter which control " +"is focused." +msgstr "" + +#: doc/classes/PopupMenu.xml:334 +msgid "" +"Sets whether the item at index [code]idx[/code] has a checkbox. If " +"[code]false[/code], sets the type of the item to plain text.\n" +"[b]Note:[/b] Checkable items just display a checkmark, but don't have any " +"built-in checking behavior and must be checked/unchecked manually." +msgstr "" + +#: doc/classes/PopupMenu.xml:343 +msgid "" +"Sets the type of the item at the specified index [code]idx[/code] to radio " +"button. If [code]false[/code], sets the type of the item to plain text." +msgstr "" + +#: doc/classes/PopupMenu.xml:351 +msgid "" +"Mark the item at index [code]idx[/code] as a separator, which means that it " +"would be displayed as a line. If [code]false[/code], sets the type of the " +"item to plain text." +msgstr "" + +#: doc/classes/PopupMenu.xml:359 +msgid "Sets the checkstate status of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:367 +msgid "" +"Enables/disables the item at index [code]idx[/code]. When it is disabled, it " +"can't be selected and its action can't be invoked." +msgstr "" + +#: doc/classes/PopupMenu.xml:375 +msgid "Replaces the [Texture] icon of the specified [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:383 +msgid "Sets the [code]id[/code] of the item at index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:391 +msgid "" +"Sets the metadata of an item, which may be of any type. You can later get it " +"with [method get_item_metadata], which provides a simple way of assigning " +"context data to items." +msgstr "" + +#: doc/classes/PopupMenu.xml:399 +msgid "" +"Sets the state of a multistate item. See [method add_multistate_item] for " +"details." +msgstr "" + +#: doc/classes/PopupMenu.xml:408 +msgid "Sets a [ShortCut] for the specified item [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:416 +msgid "Disables the [ShortCut] of the specified index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:424 +msgid "" +"Sets the submenu of the item at index [code]idx[/code]. The submenu is the " +"name of a child [PopupMenu] node that would be shown when the item is " +"clicked." +msgstr "" + +#: doc/classes/PopupMenu.xml:440 +msgid "" +"Sets the [String] tooltip of the item at the specified index [code]idx[/" +"code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:447 +msgid "" +"Toggles the check state of the item of the specified index [code]idx[/code]." +msgstr "" + +#: doc/classes/PopupMenu.xml:454 +msgid "" +"Cycle to the next state of a multistate item. See [method " +"add_multistate_item] for details." +msgstr "" + +#: doc/classes/PopupMenu.xml:460 +msgid "If [code]true[/code], allows navigating [PopupMenu] with letter keys." +msgstr "" + +#: doc/classes/PopupMenu.xml:464 +msgid "" +"If [code]true[/code], hides the [PopupMenu] when a checkbox or radio button " +"is selected." +msgstr "" + +#: doc/classes/PopupMenu.xml:467 +msgid "If [code]true[/code], hides the [PopupMenu] when an item is selected." +msgstr "" + +#: doc/classes/PopupMenu.xml:470 +msgid "" +"If [code]true[/code], hides the [PopupMenu] when a state item is selected." +msgstr "" + +#: doc/classes/PopupMenu.xml:473 +msgid "" +"Sets the delay time in seconds for the submenu item to popup on mouse " +"hovering. If the popup menu is added as a child of another (acting as a " +"submenu), it will inherit the delay time of the parent menu item." +msgstr "" + +#: doc/classes/PopupMenu.xml:480 +msgid "" +"Emitted when user navigated to an item of some [code]id[/code] using " +"[code]ui_up[/code] or [code]ui_down[/code] action." +msgstr "" + +#: doc/classes/PopupMenu.xml:486 +msgid "" +"Emitted when an item of some [code]id[/code] is pressed or its accelerator " +"is activated." +msgstr "" + +#: doc/classes/PopupMenu.xml:492 +msgid "" +"Emitted when an item of some [code]index[/code] is pressed or its " +"accelerator is activated." +msgstr "" + +#: doc/classes/PopupMenu.xml:500 +msgid "[Texture] icon for the checked checkbox items." +msgstr "" + +#: doc/classes/PopupMenu.xml:503 +msgid "[Font] used for the menu items." +msgstr "" + +#: doc/classes/PopupMenu.xml:506 +msgid "The default text [Color] for menu items' names." +msgstr "" + +#: doc/classes/PopupMenu.xml:509 +msgid "" +"The text [Color] used for shortcuts and accelerators that show next to the " +"menu item name when defined. See [method get_item_accelerator] for more info " +"on accelerators." +msgstr "" + +#: doc/classes/PopupMenu.xml:512 +msgid "[Color] used for disabled menu items' text." +msgstr "" + +#: doc/classes/PopupMenu.xml:515 +msgid "[Color] used for the hovered text." +msgstr "" + +#: doc/classes/PopupMenu.xml:518 +msgid "[Color] used for labeled separators' text. See [method add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:521 +msgid "[StyleBox] displayed when the [PopupMenu] item is hovered." +msgstr "" + +#: doc/classes/PopupMenu.xml:524 +msgid "" +"The horizontal space between the item's name and the shortcut text/submenu " +"arrow." +msgstr "" + +#: doc/classes/PopupMenu.xml:527 +msgid "" +"[StyleBox] for the left side of labeled separator. See [method " +"add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:530 +msgid "" +"[StyleBox] for the right side of labeled separator. See [method " +"add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:533 +msgid "Default [StyleBox] of the [PopupMenu] items." +msgstr "" + +#: doc/classes/PopupMenu.xml:536 +msgid "[StyleBox] used when the [PopupMenu] item is disabled." +msgstr "" + +#: doc/classes/PopupMenu.xml:539 +msgid "[Texture] icon for the checked radio button items." +msgstr "" + +#: doc/classes/PopupMenu.xml:542 +msgid "[Texture] icon for the unchecked radio button items." +msgstr "" + +#: doc/classes/PopupMenu.xml:545 +msgid "[StyleBox] used for the separators. See [method add_separator]." +msgstr "" + +#: doc/classes/PopupMenu.xml:548 +msgid "[Texture] icon for the submenu arrow." +msgstr "" + +#: doc/classes/PopupMenu.xml:551 +msgid "[Texture] icon for the unchecked checkbox items." +msgstr "" + +#: doc/classes/PopupMenu.xml:554 +msgid "The vertical space between each menu item." +msgstr "" + +#: doc/classes/PopupPanel.xml:4 +msgid "Class for displaying popups with a panel background." +msgstr "" + +#: doc/classes/PopupPanel.xml:7 +msgid "" +"Class for displaying popups with a panel background. In some cases it might " +"be simpler to use than [Popup], since it provides a configurable background. " +"If you are making windows, better check [WindowDialog]." +msgstr "" + +#: doc/classes/PopupPanel.xml:17 +msgid "The background panel style of this [PopupPanel]." +msgstr "" + +#: doc/classes/Portal.xml:4 +msgid "Portal nodes are used to enable visibility between [Room]s." +msgstr "" + +#: doc/classes/Portal.xml:7 +msgid "" +"[Portal]s are a special type of [MeshInstance] that allow the portal culling " +"system to 'see' from one room to the next. They often correspond to doors " +"and windows in level geometry. By only allowing [Camera]s to see through " +"portals, this allows the system to cull out all the objects in rooms that " +"cannot be seen through portals. This is a form of [b]occlusion culling[/b], " +"and can greatly increase performance.\n" +"There are some limitations to the form of portals:\n" +"They must be single sided convex polygons, and usually you would orientate " +"their front faces [b]outward[/b] from the [Room] they are placed in. The " +"vertices should be positioned on a single plane (although their positioning " +"does not have to be perfect).\n" +"There is no need to place an opposite portal in an adjacent room, links are " +"made two-way automatically." +msgstr "" + +#: doc/classes/Portal.xml:20 doc/classes/Room.xml:21 +msgid "Sets individual points. Primarily for use by the editor." +msgstr "" + +#: doc/classes/Portal.xml:26 +msgid "" +"This is a shortcut for setting the linked [Room] in the name of the [Portal] " +"(the name is used during conversion)." +msgstr "" + +#: doc/classes/Portal.xml:29 +msgid "" +"The points defining the shape of the [Portal] polygon (which should be " +"convex).\n" +"These are defined in 2D, with [code]0,0[/code] being the origin of the " +"[Portal] node's [member Spatial.global_transform].\n" +"[b]Note:[/b] These raw points are sanitized for winding order internally." +msgstr "" + +#: doc/classes/Portal.xml:34 +msgid "" +"Visibility through [Portal]s can be turned on and off at runtime - this is " +"useful for having closable doors." +msgstr "" + +#: doc/classes/Portal.xml:37 +msgid "" +"Some objects are so big that they may be present in more than one [Room] " +"('sprawling'). As we often don't want objects that *just* breach the edges " +"to be assigned to neighbouring rooms, you can assign an extra margin through " +"the [Portal] to allow objects to breach without sprawling." +msgstr "" + +#: doc/classes/Portal.xml:40 +msgid "" +"Portals default to being two way - see through in both directions, however " +"you can make them one way, visible from the source room only." +msgstr "" + +#: doc/classes/Portal.xml:43 +msgid "" +"In most cases you will want to use the default [Portal] margin in your " +"portals (this is set in the [RoomManager]).\n" +"If you want to override this default, set this value to [code]false[/code], " +"and the local [member portal_margin] will take effect." +msgstr "" + +#: doc/classes/Position2D.xml:4 +msgid "Generic 2D position hint for editing." +msgstr "" + +#: doc/classes/Position2D.xml:7 +msgid "" +"Generic 2D position hint for editing. It's just like a plain [Node2D], but " +"it displays as a cross in the 2D editor at all times. You can set cross' " +"visual size by using the gizmo in the 2D editor while the node is selected." +msgstr "" + +#: doc/classes/Position3D.xml:4 +msgid "Generic 3D position hint for editing." +msgstr "" + +#: doc/classes/Position3D.xml:7 +msgid "" +"Generic 3D position hint for editing. It's just like a plain [Spatial], but " +"it displays as a cross in the 3D editor at all times." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:4 +msgid "" +"Base class for all primitive meshes. Handles applying a [Material] to a " +"primitive mesh." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:7 +msgid "" +"Base class for all primitive meshes. Handles applying a [Material] to a " +"primitive mesh. Examples include [CapsuleMesh], [CubeMesh], [CylinderMesh], " +"[PlaneMesh], [PrismMesh], [QuadMesh], and [SphereMesh]." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:15 +msgid "" +"Returns mesh arrays used to constitute surface of [Mesh]. The result can be " +"passed to [method ArrayMesh.add_surface_from_arrays] to create a new " +"surface. For example:\n" +"[codeblock]\n" +"var c := CylinderMesh.new()\n" +"var arr_mesh := ArrayMesh.new()\n" +"arr_mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, c." +"get_mesh_arrays())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:29 +msgid "" +"If set, the order of the vertices in each triangle are reversed resulting in " +"the backside of the mesh being drawn.\n" +"This gives the same result as using [constant SpatialMaterial.CULL_BACK] in " +"[member SpatialMaterial.params_cull_mode]." +msgstr "" + +#: doc/classes/PrimitiveMesh.xml:33 +msgid "The current [Material] of the primitive mesh." +msgstr "" + +#: doc/classes/PrismMesh.xml:4 doc/classes/PrismMesh.xml:7 +msgid "Class representing a prism-shaped [PrimitiveMesh]." +msgstr "" + +#: doc/classes/PrismMesh.xml:15 +msgid "" +"Displacement of the upper edge along the X axis. 0.0 positions edge straight " +"above the bottom-left edge." +msgstr "" + +#: doc/classes/PrismMesh.xml:18 +msgid "Size of the prism." +msgstr "" + +#: doc/classes/PrismMesh.xml:21 +msgid "Number of added edge loops along the Z axis." +msgstr "" + +#: doc/classes/PrismMesh.xml:24 +msgid "Number of added edge loops along the Y axis." +msgstr "" + +#: doc/classes/PrismMesh.xml:27 +msgid "Number of added edge loops along the X axis." +msgstr "" + +#: doc/classes/ProceduralSky.xml:4 +msgid "" +"Type of [Sky] that is generated procedurally based on user input parameters." +msgstr "" + +#: doc/classes/ProceduralSky.xml:7 +msgid "" +"ProceduralSky provides a way to create an effective background quickly by " +"defining procedural parameters for the sun, the sky and the ground. The sky " +"and ground are very similar, they are defined by a color at the horizon, " +"another color, and finally an easing curve to interpolate between these two " +"colors. Similarly, the sun is described by a position in the sky, a color, " +"and an easing curve. However, the sun also defines a minimum and maximum " +"angle, these two values define at what distance the easing curve begins and " +"ends from the sun, and thus end up defining the size of the sun in the sky.\n" +"The ProceduralSky is updated on the CPU after the parameters change. It is " +"stored in a texture and then displayed as a background in the scene. This " +"makes it relatively unsuitable for real-time updates during gameplay. " +"However, with a small enough texture size, it can still be updated " +"relatively frequently, as it is updated on a background thread when multi-" +"threading is available." +msgstr "" + +#: doc/classes/ProceduralSky.xml:16 +msgid "Color of the ground at the bottom." +msgstr "" + +#: doc/classes/ProceduralSky.xml:19 +msgid "" +"How quickly the [member ground_horizon_color] fades into the [member " +"ground_bottom_color]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:22 +msgid "Amount of energy contribution from the ground." +msgstr "" + +#: doc/classes/ProceduralSky.xml:25 +msgid "Color of the ground at the horizon." +msgstr "" + +#: doc/classes/ProceduralSky.xml:28 +msgid "" +"How quickly the [member sky_horizon_color] fades into the [member " +"sky_top_color]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:31 +msgid "Amount of energy contribution from the sky." +msgstr "" + +#: doc/classes/ProceduralSky.xml:34 +msgid "Color of the sky at the horizon." +msgstr "" + +#: doc/classes/ProceduralSky.xml:37 +msgid "Color of the sky at the top." +msgstr "" + +#: doc/classes/ProceduralSky.xml:40 +msgid "Distance from center of sun where it fades out completely." +msgstr "" + +#: doc/classes/ProceduralSky.xml:43 +msgid "Distance from sun where it goes from solid to starting to fade." +msgstr "" + +#: doc/classes/ProceduralSky.xml:46 +msgid "The sun's color." +msgstr "" + +#: doc/classes/ProceduralSky.xml:49 +msgid "" +"How quickly the sun fades away between [member sun_angle_min] and [member " +"sun_angle_max]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:52 +msgid "Amount of energy contribution from the sun." +msgstr "" + +#: doc/classes/ProceduralSky.xml:55 +msgid "The sun's height using polar coordinates." +msgstr "" + +#: doc/classes/ProceduralSky.xml:58 +msgid "The direction of the sun using polar coordinates." +msgstr "" + +#: doc/classes/ProceduralSky.xml:61 +msgid "" +"Size of [Texture] that the ProceduralSky will generate. The size is set " +"using [enum TextureSize]." +msgstr "" + +#: doc/classes/ProceduralSky.xml:66 +msgid "Sky texture will be 256x128." +msgstr "" + +#: doc/classes/ProceduralSky.xml:69 +msgid "Sky texture will be 512x256." +msgstr "" + +#: doc/classes/ProceduralSky.xml:72 +msgid "Sky texture will be 1024x512. This is the default size." +msgstr "" + +#: doc/classes/ProceduralSky.xml:75 +msgid "Sky texture will be 2048x1024." +msgstr "" + +#: doc/classes/ProceduralSky.xml:78 +msgid "Sky texture will be 4096x2048." +msgstr "" + +#: doc/classes/ProceduralSky.xml:81 +msgid "Represents the size of the [enum TextureSize] enum." +msgstr "" + +#: doc/classes/ProgressBar.xml:4 +msgid "General-purpose progress bar." +msgstr "" + +#: doc/classes/ProgressBar.xml:7 +msgid "General-purpose progress bar. Shows fill percentage from right to left." +msgstr "" + +#: doc/classes/ProgressBar.xml:15 +msgid "If [code]true[/code], the fill percentage is displayed on the bar." +msgstr "" + +#: doc/classes/ProgressBar.xml:24 +msgid "The style of the background." +msgstr "" + +#: doc/classes/ProgressBar.xml:27 +msgid "The style of the progress (i.e. the part that fills the bar)." +msgstr "" + +#: doc/classes/ProgressBar.xml:30 +msgid "" +"Font used to draw the fill percentage if [member percent_visible] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/ProgressBar.xml:33 +msgid "The color of the text." +msgstr "" + +#: doc/classes/ProgressBar.xml:36 +msgid "The color of the text's shadow." +msgstr "" + +#: doc/classes/ProjectSettings.xml:4 +msgid "Contains global variables accessible from everywhere." +msgstr "" + +#: doc/classes/ProjectSettings.xml:7 +msgid "" +"Contains global variables accessible from everywhere. Use [method " +"get_setting], [method set_setting] or [method has_setting] to access them. " +"Variables stored in [code]project.godot[/code] are also loaded into " +"ProjectSettings, making this object very useful for reading custom game " +"configuration options.\n" +"When naming a Project Settings property, use the full path to the setting " +"including the category. For example, [code]\"application/config/name\"[/" +"code] for the project name. Category and property names can be viewed in the " +"Project Settings dialog.\n" +"[b]Feature tags:[/b] Project settings can be overridden for specific " +"platforms and configurations (debug, release, ...) using [url=https://docs." +"godotengine.org/en/latest/tutorials/export/feature_tags.html]feature tags[/" +"url].\n" +"[b]Overriding:[/b] Any project setting can be overridden by creating a file " +"named [code]override.cfg[/code] in the project's root directory. This can " +"also be used in exported projects by placing this file in the same directory " +"as the project binary. Overriding will still take the base project " +"settings' [url=https://docs.godotengine.org/en/latest/tutorials/export/" +"feature_tags.html]feature tags[/url] in account. Therefore, make sure to " +"[i]also[/i] override the setting with the desired feature tags if you want " +"them to override base project settings on all platforms and configurations." +msgstr "" + +#: doc/classes/ProjectSettings.xml:22 +msgid "" +"Adds a custom property info to a property. The dictionary must contain:\n" +"- [code]name[/code]: [String] (the property's name)\n" +"- [code]type[/code]: [int] (see [enum Variant.Type])\n" +"- optionally [code]hint[/code]: [int] (see [enum PropertyHint]) and " +"[code]hint_string[/code]: [String]\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"ProjectSettings.set(\"category/property_name\", 0)\n" +"\n" +"var property_info = {\n" +" \"name\": \"category/property_name\",\n" +" \"type\": TYPE_INT,\n" +" \"hint\": PROPERTY_HINT_ENUM,\n" +" \"hint_string\": \"one,two,three\"\n" +"}\n" +"\n" +"ProjectSettings.add_property_info(property_info)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:45 +msgid "Clears the whole configuration (not recommended, may break things)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:52 +msgid "" +"Returns the order of a configuration value (influences when saved to the " +"config file)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:59 +msgid "" +"Returns the value of a setting.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"print(ProjectSettings.get_setting(\"application/config/name\"))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:70 +msgid "" +"Returns the absolute, native OS path corresponding to the localized " +"[code]path[/code] (starting with [code]res://[/code] or [code]user://[/" +"code]). The returned path will vary depending on the operating system and " +"user preferences. See [url=https://docs.godotengine.org/en/3.4/tutorials/io/" +"data_paths.html]File paths in Godot projects[/url] to see what those paths " +"convert to. See also [method localize_path].\n" +"[b]Note:[/b] [method globalize_path] with [code]res://[/code] will not work " +"in an exported project. Instead, prepend the executable's base directory to " +"the path when running from an exported project:\n" +"[codeblock]\n" +"var path = \"\"\n" +"if OS.has_feature(\"editor\"):\n" +" # Running from an editor binary.\n" +" # `path` will contain the absolute path to `hello.txt` located in the " +"project root.\n" +" path = ProjectSettings.globalize_path(\"res://hello.txt\")\n" +"else:\n" +" # Running from an exported project.\n" +" # `path` will contain the absolute path to `hello.txt` next to the " +"executable.\n" +" # This is *not* identical to using `ProjectSettings.globalize_path()` " +"with a `res://` path,\n" +" # but is close enough in spirit.\n" +" path = OS.get_executable_path().get_base_dir().plus_file(\"hello.txt\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:91 +msgid "Returns [code]true[/code] if a configuration value is present." +msgstr "" + +#: doc/classes/ProjectSettings.xml:100 +msgid "" +"Loads the contents of the .pck or .zip file specified by [code]pack[/code] " +"into the resource filesystem ([code]res://[/code]). Returns [code]true[/" +"code] on success.\n" +"[b]Note:[/b] If a file from [code]pack[/code] shares the same path as a file " +"already in the resource filesystem, any attempts to load that file will use " +"the file from [code]pack[/code] unless [code]replace_files[/code] is set to " +"[code]false[/code].\n" +"[b]Note:[/b] The optional [code]offset[/code] parameter can be used to " +"specify the offset in bytes to the start of the resource pack. This is only " +"supported for .pck files." +msgstr "" + +#: doc/classes/ProjectSettings.xml:109 +msgid "" +"Returns the localized path (starting with [code]res://[/code]) corresponding " +"to the absolute, native OS [code]path[/code]. See also [method " +"globalize_path]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:116 +msgid "" +"Returns [code]true[/code] if the specified property exists and its initial " +"value differs from the current value." +msgstr "" + +#: doc/classes/ProjectSettings.xml:123 +msgid "" +"Returns the specified property's initial value. Returns [code]null[/code] if " +"the property does not exist." +msgstr "" + +#: doc/classes/ProjectSettings.xml:129 +msgid "" +"Saves the configuration to the [code]project.godot[/code] file.\n" +"[b]Note:[/b] This method is intended to be used by editor plugins, as " +"modified [ProjectSettings] can't be loaded back in the running app. If you " +"want to change project settings in exported projects, use [method " +"save_custom] to save [code]override.cfg[/code] file." +msgstr "" + +#: doc/classes/ProjectSettings.xml:137 +msgid "" +"Saves the configuration to a custom file. The file extension must be [code]." +"godot[/code] (to save in text-based [ConfigFile] format) or [code].binary[/" +"code] (to save in binary format). You can also save [code]override.cfg[/" +"code] file, which is also text, but can be used in exported projects unlike " +"other formats." +msgstr "" + +#: doc/classes/ProjectSettings.xml:145 +msgid "" +"Sets the specified property's initial value. This is the value the property " +"reverts to." +msgstr "" + +#: doc/classes/ProjectSettings.xml:153 +msgid "" +"Sets the order of a configuration value (influences when saved to the config " +"file)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:161 +msgid "" +"Sets the value of a setting.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"ProjectSettings.set_setting(\"application/config/name\", \"Example\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:171 +msgid "" +"Comma-separated list of custom Android modules (which must have been built " +"in the Android export templates) using their Java package path, e.g. " +"[code]\"org/godotengine/godot/MyCustomSingleton,com/example/foo/" +"FrenchFriesFactory\"[/code].\n" +"[b]Note:[/b] Since Godot 3.2.2, the [code]org/godotengine/godot/" +"GodotPaymentV3[/code] module was deprecated and replaced by the " +"[code]GodotPayment[/code] plugin which should be enabled in the Android " +"export preset under [code]Plugins[/code] section. The singleton to access in " +"code was also renamed to [code]GodotPayment[/code]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:175 +msgid "Background color for the boot splash." +msgstr "" + +#: doc/classes/ProjectSettings.xml:178 +msgid "" +"If [code]true[/code], scale the boot splash image to the full window length " +"when engine starts. If [code]false[/code], the engine will leave it at the " +"default pixel size." +msgstr "" + +#: doc/classes/ProjectSettings.xml:181 +msgid "Path to an image used as the boot splash." +msgstr "" + +#: doc/classes/ProjectSettings.xml:184 +msgid "" +"If [code]true[/code], applies linear filtering when scaling the image " +"(recommended for high resolution artwork). If [code]false[/code], uses " +"nearest-neighbor interpolation (recommended for pixel art)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:187 +msgid "" +"This user directory is used for storing persistent data ([code]user://[/" +"code] filesystem). If left empty, [code]user://[/code] resolves to a project-" +"specific folder in Godot's own configuration folder (see [method OS." +"get_user_data_dir]). If a custom directory name is defined, this name will " +"be used instead and appended to the system-specific user data directory " +"(same parent folder as the Godot configuration folder documented in [method " +"OS.get_user_data_dir]).\n" +"The [member application/config/use_custom_user_dir] setting must be enabled " +"for this to take effect." +msgstr "" + +#: doc/classes/ProjectSettings.xml:191 +msgid "" +"The project's description, displayed as a tooltip in the Project Manager " +"when hovering the project." +msgstr "" + +#: doc/classes/ProjectSettings.xml:194 +msgid "" +"Icon used for the project, set when project loads. Exporters will also use " +"this icon when possible." +msgstr "" + +#: doc/classes/ProjectSettings.xml:197 +msgid "" +"Icon set in [code].icns[/code] format used on macOS to set the game's icon. " +"This is done automatically on start by calling [method OS.set_native_icon]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:200 +msgid "" +"The project's name. It is used both by the Project Manager and by exporters. " +"The project name can be translated by translating its value in localization " +"files. The window title will be set to match the project name automatically " +"on startup.\n" +"[b]Note:[/b] Changing this value will also change the user data folder's " +"path if [member application/config/use_custom_user_dir] is [code]false[/" +"code]. After renaming the project, you will no longer be able to access " +"existing data in [code]user://[/code] unless you rename the old folder to " +"match the new project name. See [url=https://docs.godotengine.org/en/3.4/" +"tutorials/io/data_paths.html]Data paths[/url] in the documentation for more " +"information." +msgstr "" + +#: doc/classes/ProjectSettings.xml:204 +msgid "" +"Specifies a file to override project settings. For example: [code]user://" +"custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " +"class description at the top for more information.\n" +"[b]Note:[/b] Regardless of this setting's value, [code]res://override.cfg[/" +"code] will still be read to override the project settings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:208 +msgid "" +"If [code]true[/code], the project will save user data to its own user " +"directory (see [member application/config/custom_user_dir_name]). This " +"setting is only effective on desktop platforms. A name must be set in the " +"[member application/config/custom_user_dir_name] setting for this to take " +"effect. If [code]false[/code], the project will save user data to [code](OS " +"user data directory)/Godot/app_userdata/(project name)[/code]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 +msgid "" +"Icon set in [code].ico[/code] format used on Windows to set the game's icon. " +"This is done automatically on start by calling [method OS.set_native_icon]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:220 +msgid "" +"Time samples for frame deltas are subject to random variation introduced by " +"the platform, even when frames are displayed at regular intervals thanks to " +"V-Sync. This can lead to jitter. Delta smoothing can often give a better " +"result by filtering the input deltas to correct for minor fluctuations from " +"the refresh rate.\n" +"[b]Note:[/b] Delta smoothing is only attempted when [member display/window/" +"vsync/use_vsync] is switched on, as it does not work well without V-Sync.\n" +"It may take several seconds at a stable frame rate before the smoothing is " +"initially activated. It will only be active on machines where performance is " +"adequate to render frames at the refresh rate." +msgstr "" + +#: doc/classes/ProjectSettings.xml:225 +msgid "" +"[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " +"just after the drawing has taken place. This may lead to more consistent " +"deltas and a reduction in frame stutters." +msgstr "" + +#: doc/classes/ProjectSettings.xml:228 +msgid "" +"If [code]true[/code], disables printing to standard error. If [code]true[/" +"code], this also hides error and warning messages printed by [method " +"@GDScript.push_error] and [method @GDScript.push_warning]. See also [member " +"application/run/disable_stdout].\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:232 +msgid "" +"If [code]true[/code], disables printing to standard output. This is " +"equivalent to starting the editor or project with the [code]--quiet[/code] " +"command line argument. See also [member application/run/disable_stderr].\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:236 +msgid "" +"If [code]true[/code], flushes the standard output stream every time a line " +"is printed. This affects both terminal logging and file logging.\n" +"When running a project, this setting must be enabled if you want logs to be " +"collected by service managers such as systemd/journalctl. This setting is " +"disabled by default on release builds, since flushing on every printed line " +"will negatively affect performance if lots of lines are printed in a rapid " +"succession. Also, if this setting is enabled, logged files will still be " +"written successfully if the application crashes or is otherwise killed by " +"the user (without being closed \"normally\").\n" +"[b]Note:[/b] Regardless of this setting, the standard error stream " +"([code]stderr[/code]) is always flushed when a line is printed to it.\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:242 +msgid "" +"Debug build override for [member application/run/flush_stdout_on_print], as " +"performance is less important during debugging.\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:246 +msgid "" +"Forces a delay between frames in the main loop (in milliseconds). This may " +"be useful if you plan to disable vertical synchronization." +msgstr "" + +#: doc/classes/ProjectSettings.xml:249 +msgid "" +"If [code]true[/code], enables low-processor usage mode. This setting only " +"works on desktop platforms. The screen is not redrawn if nothing changes " +"visually. This is meant for writing applications and editors, but is pretty " +"useless (and can hurt performance) in most games." +msgstr "" + +#: doc/classes/ProjectSettings.xml:252 +msgid "" +"Amount of sleeping between frames when the low-processor usage mode is " +"enabled (in microseconds). Higher values will result in lower CPU usage." +msgstr "" + +#: doc/classes/ProjectSettings.xml:255 +msgid "Path to the main scene file that will be loaded when the project runs." +msgstr "" + +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 +msgid "" +"Audio buses will disable automatically when sound goes below a given dB " +"threshold for a given time. This saves CPU as effects assigned to that bus " +"will no longer do any processing." +msgstr "" + +#: doc/classes/ProjectSettings.xml:264 +msgid "" +"Default [AudioBusLayout] resource file to use in the project, unless " +"overridden by the scene." +msgstr "" + +#: doc/classes/ProjectSettings.xml:267 +msgid "" +"Specifies the audio driver to use. This setting is platform-dependent as " +"each platform supports different audio drivers. If left empty, the default " +"audio driver will be used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:270 +msgid "" +"If [code]true[/code], microphone input will be allowed. This requires " +"appropriate permissions to be set when exporting to Android or iOS." +msgstr "" + +#: doc/classes/ProjectSettings.xml:273 +msgid "" +"The mixing rate used for audio (in Hz). In general, it's better to not touch " +"this and leave it to the host operating system." +msgstr "" + +#: doc/classes/ProjectSettings.xml:276 +msgid "" +"Safer override for [member audio/mix_rate] in the Web platform. Here " +"[code]0[/code] means \"let the browser choose\" (since some browsers do not " +"like forcing the mix rate)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:279 +msgid "" +"Output latency in milliseconds for audio. Lower values will result in lower " +"audio latency at the cost of increased CPU usage. Low values may result in " +"audible cracking on slower hardware." +msgstr "" + +#: doc/classes/ProjectSettings.xml:282 +msgid "" +"Safer override for [member audio/output_latency] in the Web platform, to " +"avoid audio issues especially on mobile devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:285 +msgid "" +"Setting to hardcode audio delay when playing video. Best to leave this " +"untouched unless you know what you are doing." +msgstr "" + +#: doc/classes/ProjectSettings.xml:288 +msgid "" +"The default compression level for gzip. Affects compressed scenes and " +"resources. Higher levels result in smaller files at the cost of compression " +"speed. Decompression speed is mostly unaffected by the compression level. " +"[code]-1[/code] uses the default gzip compression level, which is identical " +"to [code]6[/code] but could change in the future due to underlying zlib " +"updates." +msgstr "" + +#: doc/classes/ProjectSettings.xml:291 +msgid "" +"The default compression level for Zlib. Affects compressed scenes and " +"resources. Higher levels result in smaller files at the cost of compression " +"speed. Decompression speed is mostly unaffected by the compression level. " +"[code]-1[/code] uses the default gzip compression level, which is identical " +"to [code]6[/code] but could change in the future due to underlying zlib " +"updates." +msgstr "" + +#: doc/classes/ProjectSettings.xml:294 +msgid "" +"The default compression level for Zstandard. Affects compressed scenes and " +"resources. Higher levels result in smaller files at the cost of compression " +"speed. Decompression speed is mostly unaffected by the compression level." +msgstr "" + +#: doc/classes/ProjectSettings.xml:297 +msgid "" +"Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" +"distance matching[/url] in Zstandard." +msgstr "" + +#: doc/classes/ProjectSettings.xml:300 +msgid "" +"Largest size limit (in power of 2) allowed when compressing using long-" +"distance matching with Zstandard. Higher values can result in better " +"compression, but will require more memory when compressing and decompressing." +msgstr "" + +#: doc/classes/ProjectSettings.xml:303 +msgid "" +"If [code]true[/code], displays getters and setters in autocompletion results " +"in the script editor. This setting is meant to be used when porting old " +"projects (Godot 2), as using member variables is the preferred style from " +"Godot 3 onwards." +msgstr "" + +#: doc/classes/ProjectSettings.xml:306 +msgid "" +"If [code]true[/code], enables warnings when a constant is used as a function." +msgstr "" + +#: doc/classes/ProjectSettings.xml:309 +msgid "" +"If [code]true[/code], enables warnings when deprecated keywords such as " +"[code]slave[/code] are used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:312 +msgid "" +"If [code]true[/code], enables specific GDScript warnings (see [code]debug/" +"gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " +"GDScript warnings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:315 +msgid "" +"If [code]true[/code], scripts in the [code]res://addons[/code] folder will " +"not generate warnings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:318 +msgid "" +"If [code]true[/code], enables warnings when a function is declared with the " +"same name as a constant." +msgstr "" + +#: doc/classes/ProjectSettings.xml:321 +msgid "" +"If [code]true[/code], enables warnings when a function is declared with the " +"same name as a variable. This will turn into an error in a future version " +"when first-class functions become supported in GDScript." +msgstr "" + +#: doc/classes/ProjectSettings.xml:324 +msgid "" +"If [code]true[/code], enables warnings when a function assigned to a " +"variable may yield and return a function state instead of a value." +msgstr "" + +#: doc/classes/ProjectSettings.xml:327 +msgid "" +"If [code]true[/code], enables warnings when using a function as if it was a " +"property." +msgstr "" + +#: doc/classes/ProjectSettings.xml:330 +msgid "" +"If [code]true[/code], enables warnings when a ternary operator may emit " +"values with incompatible types." +msgstr "" + +#: doc/classes/ProjectSettings.xml:333 +msgid "" +"If [code]true[/code], enables warnings when dividing an integer by another " +"integer (the decimal part will be discarded)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:336 +msgid "" +"If [code]true[/code], enables warnings when passing a floating-point value " +"to a function that expects an integer (it will be converted and lose " +"precision)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:339 +msgid "" +"If [code]true[/code], enables warnings when using a property as if it was a " +"function." +msgstr "" + +#: doc/classes/ProjectSettings.xml:342 +msgid "" +"If [code]true[/code], enables warnings when calling a function without using " +"its return value (by assigning it to a variable or using it as a function " +"argument). Such return values are sometimes used to denote possible errors " +"using the [enum Error] enum." +msgstr "" + +#: doc/classes/ProjectSettings.xml:345 +msgid "" +"If [code]true[/code], enables warnings when defining a local or subclass " +"member variable that would shadow a variable at an upper level (such as a " +"member variable)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:348 +msgid "" +"If [code]true[/code], enables warnings when calling an expression that has " +"no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " +"statement." +msgstr "" + +#: doc/classes/ProjectSettings.xml:351 +msgid "" +"If [code]true[/code], enables warnings when calling a ternary expression " +"that has no effect on the surrounding code, such as writing [code]42 if " +"active else 0[/code] as a statement." +msgstr "" + +#: doc/classes/ProjectSettings.xml:354 +msgid "" +"If [code]true[/code], all warnings will be reported as if they were errors." +msgstr "" + +#: doc/classes/ProjectSettings.xml:357 +msgid "" +"If [code]true[/code], enables warnings when using a variable that wasn't " +"previously assigned." +msgstr "" + +#: doc/classes/ProjectSettings.xml:360 +msgid "" +"If [code]true[/code], enables warnings when assigning a variable using an " +"assignment operator like [code]+=[/code] if the variable wasn't previously " +"assigned." +msgstr "" + +#: doc/classes/ProjectSettings.xml:363 +msgid "" +"If [code]true[/code], enables warnings when unreachable code is detected " +"(such as after a [code]return[/code] statement that will always be executed)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:366 +msgid "" +"If [code]true[/code], enables warnings when using an expression whose type " +"may not be compatible with the function parameter expected." +msgstr "" + +#: doc/classes/ProjectSettings.xml:369 +msgid "If [code]true[/code], enables warnings when performing an unsafe cast." +msgstr "" + +#: doc/classes/ProjectSettings.xml:372 +msgid "" +"If [code]true[/code], enables warnings when calling a method whose presence " +"is not guaranteed at compile-time in the class." +msgstr "" + +#: doc/classes/ProjectSettings.xml:375 +msgid "" +"If [code]true[/code], enables warnings when accessing a property whose " +"presence is not guaranteed at compile-time in the class." +msgstr "" + +#: doc/classes/ProjectSettings.xml:378 +msgid "" +"If [code]true[/code], enables warnings when a function parameter is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:381 +msgid "" +"If [code]true[/code], enables warnings when a member variable is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:384 +msgid "If [code]true[/code], enables warnings when a signal is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:387 +msgid "If [code]true[/code], enables warnings when a local variable is unused." +msgstr "" + +#: doc/classes/ProjectSettings.xml:390 +msgid "" +"If [code]true[/code], enables warnings when a variable is declared with the " +"same name as a function. This will turn into an error in a future version " +"when first-class functions become supported in GDScript." +msgstr "" + +#: doc/classes/ProjectSettings.xml:393 +msgid "" +"If [code]true[/code], enables warnings when assigning the result of a " +"function that returns [code]void[/code] to a variable." +msgstr "" + +#: doc/classes/ProjectSettings.xml:396 +msgid "Message to be displayed before the backtrace when the engine crashes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:399 +msgid "" +"Maximum number of frames per second allowed. The actual number of frames per " +"second may still be below this value if the game is lagging.\n" +"If [member display/window/vsync/use_vsync] is enabled, it takes precedence " +"and the forced FPS number cannot exceed the monitor's refresh rate.\n" +"This setting is therefore mostly relevant for lowering the maximum FPS below " +"VSync, e.g. to perform non-real-time rendering of static frames, or test the " +"project under lag conditions." +msgstr "" + +#: doc/classes/ProjectSettings.xml:404 +msgid "Maximum call stack allowed for debugging GDScript." +msgstr "" + +#: doc/classes/ProjectSettings.xml:407 +msgid "Maximum amount of functions per frame allowed when profiling." +msgstr "" + +#: doc/classes/ProjectSettings.xml:410 +msgid "Print frames per second to standard output every second." +msgstr "" + +#: doc/classes/ProjectSettings.xml:413 +msgid "" +"Print more information to standard output when running. It displays " +"information such as memory leaks, which scenes and resources are being " +"loaded, etc." +msgstr "" + +#: doc/classes/ProjectSettings.xml:416 +msgid "Maximum call stack in visual scripting, to avoid infinite recursion." +msgstr "" + +#: doc/classes/ProjectSettings.xml:419 +msgid "" +"Color of the contact points between collision shapes, visible when \"Visible " +"Collision Shapes\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:422 +msgid "" +"Sets whether 2D physics will display collision outlines in game when " +"\"Visible Collision Shapes\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:425 +msgid "" +"Maximum number of contact points between collision shapes to display when " +"\"Visible Collision Shapes\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:428 +msgid "" +"Color of the collision shapes, visible when \"Visible Collision Shapes\" is " +"enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:431 +msgid "" +"Color of the disabled navigation geometry, visible when \"Visible Navigation" +"\" is enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:434 +msgid "" +"Color of the navigation geometry, visible when \"Visible Navigation\" is " +"enabled in the Debug menu." +msgstr "" + +#: doc/classes/ProjectSettings.xml:437 +msgid "Custom image for the mouse cursor (limited to 256×256)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:440 +msgid "Hotspot for the custom mouse cursor image." +msgstr "" + +#: doc/classes/ProjectSettings.xml:443 +msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." +msgstr "" + +#: doc/classes/ProjectSettings.xml:446 +msgid "" +"If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " +"platform. This setting has no effect on desktop Linux, as DPI-awareness " +"fallbacks are not supported there." +msgstr "" + +#: doc/classes/ProjectSettings.xml:449 +msgid "" +"If [code]true[/code], keeps the screen on (even in case of inactivity), so " +"the screensaver does not take over. Works on desktop and mobile platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:452 +msgid "" +"The default screen orientation to use on mobile devices.\n" +"[b]Note:[/b] When set to a portrait orientation, this project setting does " +"not flip the project resolution's width and height automatically. Instead, " +"you have to set [member display/window/size/width] and [member display/" +"window/size/height] accordingly." +msgstr "" + +#: doc/classes/ProjectSettings.xml:456 +msgid "" +"If [code]true[/code], the home indicator is hidden automatically. This only " +"affects iOS devices without a physical home button." +msgstr "" + +#: doc/classes/ProjectSettings.xml:459 +msgid "" +"If [code]true[/code], allows per-pixel transparency for the window " +"background. This affects performance, so leave it on [code]false[/code] " +"unless you need it.\n" +"See [member OS.window_per_pixel_transparency_enabled] for more details.\n" +"[b]Note:[/b] This feature is implemented on HTML5, Linux, macOS, Windows, " +"and Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:464 +msgid "" +"Sets the window background to transparent when it starts.\n" +"See [member OS.window_per_pixel_transparency_enabled] for more details.\n" +"[b]Note:[/b] This feature is implemented on HTML5, Linux, macOS, Windows, " +"and Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:469 +msgid "" +"Forces the main window to be always on top.\n" +"[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:473 +msgid "" +"Forces the main window to be borderless.\n" +"[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:477 +msgid "" +"Sets the main window to full screen when the project starts. Note that this " +"is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " +"window is used to emulate fullscreen. On macOS, a new desktop is used to " +"display the running project.\n" +"Regardless of the platform, enabling fullscreen will change the window size " +"to match the monitor's size. Therefore, make sure your project supports " +"[url=https://docs.godotengine.org/en/3.4/tutorials/rendering/" +"multiple_resolutions.html]multiple resolutions[/url] when enabling " +"fullscreen mode.\n" +"[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:482 +msgid "" +"Sets the game's main viewport height. On desktop platforms, this is the " +"default window size. Stretch mode settings also use this as a reference when " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:485 +msgid "" +"Allows the window to be resizable by default.\n" +"[b]Note:[/b] This setting is ignored on iOS and Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:489 +msgid "" +"If greater than zero, overrides the window height when running the game. " +"Useful for testing stretch modes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:492 +msgid "" +"If greater than zero, overrides the window width when running the game. " +"Useful for testing stretch modes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:495 +msgid "" +"Sets the game's main viewport width. On desktop platforms, this is the " +"default window size. Stretch mode settings also use this as a reference when " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:498 +msgid "" +"Specifies the tablet driver to use. If left empty, the default driver will " +"be used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:501 +msgid "" +"If [code]true[/code], enables vertical synchronization. This eliminates " +"tearing that may appear in moving scenes, at the cost of higher input " +"latency and stuttering at lower framerates. If [code]false[/code], vertical " +"synchronization will be disabled, however, many platforms will enforce it " +"regardless (such as mobile platforms and HTML5)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:504 +msgid "" +"If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " +"enables vertical synchronization via the operating system's window " +"compositor when in windowed mode and the compositor is enabled. This will " +"prevent stutter in certain situations. (Windows only.)\n" +"[b]Note:[/b] This option is experimental and meant to alleviate stutter " +"experienced by some users. However, some users have experienced a Vsync " +"framerate halving (e.g. from 60 FPS to 30 FPS) when using it." +msgstr "" + +#: doc/classes/ProjectSettings.xml:508 +msgid "" +"The command-line arguments to append to Godot's own command line when " +"running the project. This doesn't affect the editor itself.\n" +"It is possible to make another executable run Godot by using the " +"[code]%command%[/code] placeholder. The placeholder will be replaced with " +"Godot's own command line. Program-specific arguments should be placed " +"[i]before[/i] the placeholder, whereas Godot-specific arguments should be " +"placed [i]after[/i] the placeholder.\n" +"For example, this can be used to force the project to run on the dedicated " +"GPU in a NVIDIA Optimus system on Linux:\n" +"[codeblock]\n" +"prime-run %command%\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:516 +msgid "" +"Search path for project-specific script templates. Godot will search for " +"script templates both in the editor-specific path and in this project-" +"specific path." +msgstr "" + +#: doc/classes/ProjectSettings.xml:519 +msgid "" +"Text-based file extensions to include in the script editor's \"Find in Files" +"\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " +"your scene files, especially if you use built-in scripts which are " +"serialized in the scene files." +msgstr "" + +#: doc/classes/ProjectSettings.xml:522 +msgid "" +"Default value for [member ScrollContainer.scroll_deadzone], which will be " +"used for all [ScrollContainer]s unless overridden." +msgstr "" + +#: doc/classes/ProjectSettings.xml:525 +msgid "" +"If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " +"UWP to follow interface conventions." +msgstr "" + +#: doc/classes/ProjectSettings.xml:530 +msgid "" +"Path to a custom [Theme] resource file to use for the project ([code]theme[/" +"code] or generic [code]tres[/code]/[code]res[/code] extension)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:533 +msgid "" +"Path to a custom [Font] resource to use as default for all GUI elements of " +"the project." +msgstr "" + +#: doc/classes/ProjectSettings.xml:536 +msgid "If [code]true[/code], makes sure the theme used works with HiDPI." +msgstr "" + +#: doc/classes/ProjectSettings.xml:539 +msgid "" +"Timer setting for incremental search in [Tree], [ItemList], etc. controls " +"(in milliseconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:542 +msgid "Timer for detecting idle in [TextEdit] (in seconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:545 +msgid "Default delay for tooltips (in seconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:548 +msgid "" +"Default [InputEventAction] to confirm a focused button, menu or list item, " +"or validate input.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:552 +msgid "" +"Default [InputEventAction] to discard a modal or pending input.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:556 +msgid "" +"Default [InputEventAction] to move down in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:560 +msgid "" +"Default [InputEventAction] to go to the end position of a [Control] (e.g. " +"last item in an [ItemList] or a [Tree]), matching the behavior of [constant " +"KEY_END] on typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:564 +msgid "" +"Default [InputEventAction] to focus the next [Control] in the scene. The " +"focus behavior can be configured via [member Control.focus_next].\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:568 +msgid "" +"Default [InputEventAction] to focus the previous [Control] in the scene. The " +"focus behavior can be configured via [member Control.focus_previous].\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:572 +msgid "" +"Default [InputEventAction] to go to the start position of a [Control] (e.g. " +"first item in an [ItemList] or a [Tree]), matching the behavior of [constant " +"KEY_HOME] on typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:576 +msgid "" +"Default [InputEventAction] to move left in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:580 +msgid "" +"Default [InputEventAction] to go down a page in a [Control] (e.g. in an " +"[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " +"typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:584 +msgid "" +"Default [InputEventAction] to go up a page in a [Control] (e.g. in an " +"[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " +"typical desktop UI systems.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:588 +msgid "" +"Default [InputEventAction] to move right in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:592 +msgid "" +"Default [InputEventAction] to select an item in a [Control] (e.g. in an " +"[ItemList] or a [Tree]).\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:596 +msgid "" +"Default [InputEventAction] to move up in the UI.\n" +"[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " +"necessary for the internal logic of several [Control]s. The events assigned " +"to the action can however be modified." +msgstr "" + +#: doc/classes/ProjectSettings.xml:600 +msgid "" +"If [code]true[/code], key/touch/joystick events will be flushed just before " +"every idle and physics frame.\n" +"If [code]false[/code], such events will be flushed only once per idle frame, " +"between iterations of the engine.\n" +"Enabling this can greatly improve the responsiveness to input, specially in " +"devices that need to run multiple physics frames per visible (idle) frame, " +"because they can't run at the target frame rate.\n" +"[b]Note:[/b] Currently implemented only in Android." +msgstr "" + +#: doc/classes/ProjectSettings.xml:606 +msgid "" +"If [code]true[/code], sends mouse input events when tapping or swiping on " +"the touchscreen." +msgstr "" + +#: doc/classes/ProjectSettings.xml:609 +msgid "" +"If [code]true[/code], sends touch input events when clicking or dragging the " +"mouse." +msgstr "" + +#: doc/classes/ProjectSettings.xml:612 +msgid "Default delay for touch events. This only affects iOS devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:615 +msgid "Optional name for the 2D physics layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:618 +msgid "Optional name for the 2D physics layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:621 +msgid "Optional name for the 2D physics layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:624 +msgid "Optional name for the 2D physics layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:627 +msgid "Optional name for the 2D physics layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:630 +msgid "Optional name for the 2D physics layer 14." +msgstr "" + +#: doc/classes/ProjectSettings.xml:633 +msgid "Optional name for the 2D physics layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:636 +msgid "Optional name for the 2D physics layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:639 +msgid "Optional name for the 2D physics layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:642 +msgid "Optional name for the 2D physics layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:645 +msgid "Optional name for the 2D physics layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:648 +msgid "Optional name for the 2D physics layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:651 +msgid "Optional name for the 2D physics layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:654 +msgid "Optional name for the 2D physics layer 21." +msgstr "" + +#: doc/classes/ProjectSettings.xml:657 +msgid "Optional name for the 2D physics layer 22." +msgstr "" + +#: doc/classes/ProjectSettings.xml:660 +msgid "Optional name for the 2D physics layer 23." +msgstr "" + +#: doc/classes/ProjectSettings.xml:663 +msgid "Optional name for the 2D physics layer 24." +msgstr "" + +#: doc/classes/ProjectSettings.xml:666 +msgid "Optional name for the 2D physics layer 25." +msgstr "" + +#: doc/classes/ProjectSettings.xml:669 +msgid "Optional name for the 2D physics layer 26." +msgstr "" + +#: doc/classes/ProjectSettings.xml:672 +msgid "Optional name for the 2D physics layer 27." +msgstr "" + +#: doc/classes/ProjectSettings.xml:675 +msgid "Optional name for the 2D physics layer 28." +msgstr "" + +#: doc/classes/ProjectSettings.xml:678 +msgid "Optional name for the 2D physics layer 29." +msgstr "" + +#: doc/classes/ProjectSettings.xml:681 +msgid "Optional name for the 2D physics layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:684 +msgid "Optional name for the 2D physics layer 30." +msgstr "" + +#: doc/classes/ProjectSettings.xml:687 +msgid "Optional name for the 2D physics layer 31." +msgstr "" + +#: doc/classes/ProjectSettings.xml:690 +msgid "Optional name for the 2D physics layer 32." +msgstr "" + +#: doc/classes/ProjectSettings.xml:693 +msgid "Optional name for the 2D physics layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:696 +msgid "Optional name for the 2D physics layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:699 +msgid "Optional name for the 2D physics layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:702 +msgid "Optional name for the 2D physics layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:705 +msgid "Optional name for the 2D physics layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:708 +msgid "Optional name for the 2D physics layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:711 +msgid "Optional name for the 2D render layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:714 +msgid "Optional name for the 2D render layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:717 +msgid "Optional name for the 2D render layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:720 +msgid "Optional name for the 2D render layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:723 +msgid "Optional name for the 2D render layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:726 +msgid "Optional name for the 2D render layer 14." +msgstr "" + +#: doc/classes/ProjectSettings.xml:729 +msgid "Optional name for the 2D render layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:732 +msgid "Optional name for the 2D render layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:735 +msgid "Optional name for the 2D render layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:738 +msgid "Optional name for the 2D render layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:741 +msgid "Optional name for the 2D render layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:744 +msgid "Optional name for the 2D render layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:747 +msgid "Optional name for the 2D render layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:750 +msgid "Optional name for the 2D render layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:753 +msgid "Optional name for the 2D render layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:756 +msgid "Optional name for the 2D render layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:759 +msgid "Optional name for the 2D render layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:762 +msgid "Optional name for the 2D render layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:765 +msgid "Optional name for the 2D render layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:768 +msgid "Optional name for the 2D render layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:771 +msgid "Optional name for the 3D physics layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:774 +msgid "Optional name for the 3D physics layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:777 +msgid "Optional name for the 3D physics layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:780 +msgid "Optional name for the 3D physics layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:783 +msgid "Optional name for the 3D physics layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:786 +msgid "Optional name for the 3D physics layer 14." +msgstr "" + +#: doc/classes/ProjectSettings.xml:789 +msgid "Optional name for the 3D physics layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:792 +msgid "Optional name for the 3D physics layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:795 +msgid "Optional name for the 3D physics layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:798 +msgid "Optional name for the 3D physics layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:801 +msgid "Optional name for the 3D physics layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:804 +msgid "Optional name for the 3D physics layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:807 +msgid "Optional name for the 3D physics layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:810 +msgid "Optional name for the 3D physics layer 21." +msgstr "" + +#: doc/classes/ProjectSettings.xml:813 +msgid "Optional name for the 3D physics layer 22." +msgstr "" + +#: doc/classes/ProjectSettings.xml:816 +msgid "Optional name for the 3D physics layer 23." +msgstr "" + +#: doc/classes/ProjectSettings.xml:819 +msgid "Optional name for the 3D physics layer 24." +msgstr "" + +#: doc/classes/ProjectSettings.xml:822 +msgid "Optional name for the 3D physics layer 25." +msgstr "" + +#: doc/classes/ProjectSettings.xml:825 +msgid "Optional name for the 3D physics layer 26." +msgstr "" + +#: doc/classes/ProjectSettings.xml:828 +msgid "Optional name for the 3D physics layer 27." +msgstr "" + +#: doc/classes/ProjectSettings.xml:831 +msgid "Optional name for the 3D physics layer 28." +msgstr "" + +#: doc/classes/ProjectSettings.xml:834 +msgid "Optional name for the 3D physics layer 29." +msgstr "" + +#: doc/classes/ProjectSettings.xml:837 +msgid "Optional name for the 3D physics layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:840 +msgid "Optional name for the 3D physics layer 30." +msgstr "" + +#: doc/classes/ProjectSettings.xml:843 +msgid "Optional name for the 3D physics layer 31." +msgstr "" + +#: doc/classes/ProjectSettings.xml:846 +msgid "Optional name for the 3D physics layer 32." +msgstr "" + +#: doc/classes/ProjectSettings.xml:849 +msgid "Optional name for the 3D physics layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:852 +msgid "Optional name for the 3D physics layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:855 +msgid "Optional name for the 3D physics layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:858 +msgid "Optional name for the 3D physics layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:861 +msgid "Optional name for the 3D physics layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:864 +msgid "Optional name for the 3D physics layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:867 +msgid "Optional name for the 3D render layer 1." +msgstr "" + +#: doc/classes/ProjectSettings.xml:870 +msgid "Optional name for the 3D render layer 10." +msgstr "" + +#: doc/classes/ProjectSettings.xml:873 +msgid "Optional name for the 3D render layer 11." +msgstr "" + +#: doc/classes/ProjectSettings.xml:876 +msgid "Optional name for the 3D render layer 12." +msgstr "" + +#: doc/classes/ProjectSettings.xml:879 +msgid "Optional name for the 3D render layer 13." +msgstr "" + +#: doc/classes/ProjectSettings.xml:882 +msgid "Optional name for the 3D render layer 14" +msgstr "" + +#: doc/classes/ProjectSettings.xml:885 +msgid "Optional name for the 3D render layer 15." +msgstr "" + +#: doc/classes/ProjectSettings.xml:888 +msgid "Optional name for the 3D render layer 16." +msgstr "" + +#: doc/classes/ProjectSettings.xml:891 +msgid "Optional name for the 3D render layer 17." +msgstr "" + +#: doc/classes/ProjectSettings.xml:894 +msgid "Optional name for the 3D render layer 18." +msgstr "" + +#: doc/classes/ProjectSettings.xml:897 +msgid "Optional name for the 3D render layer 19." +msgstr "" + +#: doc/classes/ProjectSettings.xml:900 +msgid "Optional name for the 3D render layer 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:903 +msgid "Optional name for the 3D render layer 20." +msgstr "" + +#: doc/classes/ProjectSettings.xml:906 +msgid "Optional name for the 3D render layer 3." +msgstr "" + +#: doc/classes/ProjectSettings.xml:909 +msgid "Optional name for the 3D render layer 4." +msgstr "" + +#: doc/classes/ProjectSettings.xml:912 +msgid "Optional name for the 3D render layer 5." +msgstr "" + +#: doc/classes/ProjectSettings.xml:915 +msgid "Optional name for the 3D render layer 6." +msgstr "" + +#: doc/classes/ProjectSettings.xml:918 +msgid "Optional name for the 3D render layer 7." +msgstr "" + +#: doc/classes/ProjectSettings.xml:921 +msgid "Optional name for the 3D render layer 8." +msgstr "" + +#: doc/classes/ProjectSettings.xml:924 +msgid "Optional name for the 3D render layer 9." +msgstr "" + +#: doc/classes/ProjectSettings.xml:927 +msgid "" +"The locale to fall back to if a translation isn't available in a given " +"language. If left empty, [code]en[/code] (English) will be used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:930 +msgid "" +"If non-empty, this locale will be used when running the project from the " +"editor." +msgstr "" + +#: doc/classes/ProjectSettings.xml:933 +msgid "If [code]true[/code], logs all output to files." +msgstr "" + +#: doc/classes/ProjectSettings.xml:936 +msgid "" +"Desktop override for [member logging/file_logging/enable_file_logging], as " +"log files are not readily accessible on mobile/Web platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:939 +msgid "" +"Path to logs within the project. Using an [code]user://[/code] path is " +"recommended." +msgstr "" + +#: doc/classes/ProjectSettings.xml:942 +msgid "Specifies the maximum amount of log files allowed (used for rotation)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:947 +msgid "" +"Godot uses a message queue to defer some function calls. If you run out of " +"space on it (you will see an error), you can increase the size here." +msgstr "" + +#: doc/classes/ProjectSettings.xml:950 +msgid "" +"This is used by servers when used in multi-threading mode (servers and " +"visual). RIDs are preallocated to avoid stalling the server requesting them " +"on threads. If servers get stalled too often when loading resources in a " +"thread, increase this number." +msgstr "" + +#: doc/classes/ProjectSettings.xml:953 +msgid "" +"Maximum amount of characters allowed to send as output from the debugger. " +"Over this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:956 +msgid "" +"Maximum number of errors allowed to be sent as output from the debugger. " +"Over this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:959 +msgid "" +"Maximum amount of messages allowed to send as output from the debugger. Over " +"this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:962 +msgid "" +"Maximum number of warnings allowed to be sent as output from the debugger. " +"Over this value, content is dropped. This helps not to stall the debugger " +"connection." +msgstr "" + +#: doc/classes/ProjectSettings.xml:965 +msgid "" +"Default size of packet peer stream for deserializing Godot data (in bytes, " +"specified as a power of two). The default value [code]16[/code] is equal to " +"65,536 bytes. Over this size, data is dropped." +msgstr "" + +#: doc/classes/ProjectSettings.xml:968 +msgid "Timeout (in seconds) for connection attempts using TCP." +msgstr "" + +#: doc/classes/ProjectSettings.xml:971 +msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:974 +msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:977 +msgid "Maximum number of concurrent input packets for [WebSocketClient]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:980 +msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:983 +msgid "Maximum number of concurrent output packets for [WebSocketClient]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:986 +msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:989 +msgid "Maximum number of concurrent input packets for [WebSocketServer]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:992 +msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." +msgstr "" + +#: doc/classes/ProjectSettings.xml:995 +msgid "Maximum number of concurrent output packets for [WebSocketServer]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:998 +msgid "" +"Amount of read ahead used by remote filesystem. Higher values decrease the " +"effects of latency at the cost of higher bandwidth usage." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1001 +msgid "Page size used by remote filesystem (in bytes)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1004 +msgid "" +"The CA certificates bundle to use for SSL connections. If this is set to a " +"non-empty value, this will [i]override[/i] Godot's default [url=https://" +"github.com/godotengine/godot/blob/master/thirdparty/certs/ca-certificates." +"crt]Mozilla certificate bundle[/url]. If left empty, the default certificate " +"bundle will be used.\n" +"If in doubt, leave this setting empty." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1008 +msgid "" +"When creating node names automatically, set the type of casing in this " +"project. This is mostly an editor setting." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1011 +msgid "" +"What to use to separate node name from number. This is mostly an editor " +"setting." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1014 +msgid "" +"Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" +"[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1018 +msgid "" +"Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" +"[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1022 +msgid "" +"The default angular damp in 2D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1026 +msgid "" +"The default gravity strength in 2D (in pixels per second squared).\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity strength to 98.\n" +"Physics2DServer.area_set_param(get_viewport().find_world_2d().get_space(), " +"Physics2DServer.AREA_PARAM_GRAVITY, 98)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1034 +msgid "" +"The default gravity direction in 2D.\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity vector at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity direction to `Vector2(0, 1)`.\n" +"Physics2DServer.area_set_param(get_viewport().find_world_2d().get_space(), " +"Physics2DServer.AREA_PARAM_GRAVITY_VECTOR, Vector2(0, 1))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1042 +msgid "" +"The default linear damp in 2D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1046 +msgid "" +"Threshold defining the surface size that constitutes a large object with " +"regard to cells in the broad-phase 2D hash grid algorithm.\n" +"[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " +"enabled." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1050 +msgid "" +"Sets which physics engine to use for 2D physics.\n" +"\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " +"alternative 2D physics server implemented." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1054 +msgid "" +"Threshold angular velocity under which a 2D physics body will be considered " +"inactive. See [constant Physics2DServer." +"SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1057 +msgid "" +"Threshold linear velocity under which a 2D physics body will be considered " +"inactive. See [constant Physics2DServer." +"SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1060 +msgid "" +"Sets whether physics is run on the main thread or a separate one. Running " +"the server on a thread increases performance, but restricts API access to " +"only physics process.\n" +"[b]Warning:[/b] As of Godot 3.2, there are mixed reports about the use of a " +"Multi-Threaded thread model for physics. Be sure to assess whether it does " +"give you extra performance and no regressions when using it." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1064 +msgid "" +"Time (in seconds) of inactivity before which a 2D physics body will put to " +"sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1067 +msgid "" +"Enables the use of bounding volume hierarchy instead of hash grid for 2D " +"physics spatial partitioning. This may give better performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1070 +msgid "" +"Sets whether the 3D physics world will be created with support for " +"[SoftBody] physics. Only applies to the Bullet physics engine." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1073 +msgid "" +"The default angular damp in 3D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1077 +msgid "" +"The default gravity strength in 3D (in meters per second squared).\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity strength to 9.8.\n" +"PhysicsServer.area_set_param(get_viewport().find_world().get_space(), " +"PhysicsServer.AREA_PARAM_GRAVITY, 9.8)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1085 +msgid "" +"The default gravity direction in 3D.\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the default gravity vector at runtime, use the following code sample:\n" +"[codeblock]\n" +"# Set the default gravity direction to `Vector3(0, -1, 0)`.\n" +"PhysicsServer.area_set_param(get_viewport().find_world().get_space(), " +"PhysicsServer.AREA_PARAM_GRAVITY_VECTOR, Vector3(0, -1, 0))\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ProjectSettings.xml:1093 +msgid "" +"The default linear damp in 3D.\n" +"[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " +"At value [code]0[/code] objects will keep moving with the same velocity. " +"Values greater than [code]1[/code] will aim to reduce the velocity to " +"[code]0[/code] in less than a second e.g. a value of [code]2[/code] will aim " +"to reduce the velocity to [code]0[/code] in half a second. A value equal to " +"or greater than the physics frame rate ([member ProjectSettings.physics/" +"common/physics_fps], [code]60[/code] by default) will bring the object to a " +"stop in one iteration." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1097 +msgid "" +"Enables the use of bounding volume hierarchy instead of octree for 3D " +"physics spatial partitioning. This may give better performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1100 +msgid "" +"Sets which physics engine to use for 3D physics.\n" +"\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " +"physics engine. The \"GodotPhysics\" engine is still supported as an " +"alternative." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1104 +msgid "Enables [member Viewport.physics_object_picking] on the root viewport." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1107 +msgid "" +"If enabled, 2D and 3D physics picking behaves this way in relation to " +"pause:\n" +"- When pause is started, every collision object that is hovered or captured " +"(3D only) is released from that condition, getting the relevant mouse-exit " +"callback, unless its pause mode makes it immune to pause.\n" +"- During pause, picking only considers collision objects immune to pause, " +"sending input events and enter/exit callbacks to them as expected.\n" +"If disabled, the legacy behavior is used, which consists in queuing the " +"picking input events during pause (so nodes won't get them) and flushing " +"that queue on resume, against the state of the 2D/3D world at that point." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1113 +msgid "" +"The number of fixed iterations per second. This controls how often physics " +"simulation and [method Node._physics_process] methods are run.\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the physics FPS at runtime, set [member Engine.iterations_per_second] " +"instead." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1117 +msgid "" +"Controls how much physics ticks are synchronized with real time. For 0 or " +"less, the ticks are synchronized. Such values are recommended for network " +"games, where clock synchronization matters. Higher values cause higher " +"deviation of in-game clock and real clock, but allows smoothing out " +"framerate jitters. The default value of 0.5 should be fine for most; values " +"above 2 could cause the game to react to dropped frames with a noticeable " +"delay and are not recommended.\n" +"[b]Note:[/b] For best results, when using a custom physics interpolation " +"solution, the physics jitter fix should be disabled by setting [member " +"physics/common/physics_jitter_fix] to [code]0[/code].\n" +"[b]Note:[/b] This property is only read when the project starts. To change " +"the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1122 +msgid "" +"[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " +"uploading batching data. This may not be necessary but can be used for " +"safety.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1126 +msgid "" +"[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " +"for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " +"flag.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1130 +msgid "" +"[b]Experimental.[/b] If set to on, this applies buffer orphaning - " +"[code]glBufferData[/code] is called with NULL data and the full buffer size " +"prior to uploading new data. This can be important to avoid stalling on some " +"hardware.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1134 +msgid "" +"[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " +"for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " +"flag.\n" +"[b]Note:[/b] Use with care. You are advised to leave this as default for " +"exports. A non-default setting that works better on your machine may " +"adversely affect performance for end users." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1138 +msgid "" +"Choose between fixed mode where corner scalings are preserved matching the " +"artwork, and scaling mode.\n" +"Not available in GLES3 when [member rendering/batching/options/use_batching] " +"is off." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1142 +msgid "" +"Some NVIDIA GPU drivers have a bug which produces flickering issues for the " +"[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " +"[url=https://github.com/godotengine/godot/issues/9913]GitHub issue 9913[/" +"url] for details.\n" +"If [code]true[/code], this option enables a \"safe\" code path for such " +"NVIDIA GPUs at the cost of performance. This option affects GLES2 and GLES3 " +"rendering, but only on desktop platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1146 +msgid "" +"If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " +"This provides greater compatibility with a wide range of hardware, and also " +"may be faster in some circumstances.\n" +"Currently only available when [member rendering/batching/options/" +"use_batching] is active.\n" +"[b]Note:[/b] Antialiased software skinned polys are not supported, and will " +"be rendered without antialiasing.\n" +"[b]Note:[/b] Custom shaders that use the [code]VERTEX[/code] built-in " +"operate with [code]VERTEX[/code] position [i]after[/i] skinning, whereas " +"with hardware skinning, [code]VERTEX[/code] is the position [i]before[/i] " +"skinning." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1152 +msgid "" +"If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " +"May help in some pixel art styles.\n" +"This snapping is performed on the GPU in the vertex shader.\n" +"Consider using the project setting [member rendering/batching/precision/" +"uv_contract] to prevent artifacts." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1157 +msgid "" +"When batching is on, this regularly prints a frame diagnosis log. Note that " +"this will degrade performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1160 +msgid "" +"[b]Experimental.[/b] For regression testing against the old renderer. If " +"this is switched on, and [code]use_batching[/code] is set, the renderer will " +"swap alternately between using the old renderer, and the batched renderer, " +"on each frame. This makes it easy to identify visual differences. " +"Performance will be degraded." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1163 +msgid "" +"Lights have the potential to prevent joining items, and break many of the " +"performance benefits of batching. This setting enables some complex logic to " +"allow joining items if their lighting is similar, and overlap tests pass. " +"This can significantly improve performance in some games. Set to 0 to switch " +"off. With large values the cost of overlap tests may lead to diminishing " +"returns." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1166 +msgid "" +"Sets the proportion of the total screen area (in pixels) that must be saved " +"by a scissor operation in order to activate light scissoring. This can " +"prevent parts of items being rendered outside the light area. Lower values " +"scissor more aggressively. A value of 1 scissors none of the items, a value " +"of 0 scissors every item. The power of 4 of the value is used, in order to " +"emphasize the lower range, and multiplied by the total screen area in pixels " +"to give the threshold. This can reduce fill rate requirements in scenes with " +"a lot of lighting." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1169 +msgid "" +"Enabling this setting uses the legacy method to draw batches containing only " +"one rect. The legacy method is faster (approx twice as fast), but can cause " +"flicker on some systems. In order to directly compare performance with the " +"non-batching renderer you can set this to true, but it is recommended to " +"turn this off unless you can guarantee your target hardware will work with " +"this method." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1172 +msgid "" +"Turns 2D batching on and off. Batching increases performance by reducing the " +"amount of graphics API drawcalls." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1175 +msgid "Switches on 2D batching within the editor." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1178 +msgid "" +"Size of buffer reserved for batched vertices. Larger size enables larger " +"batches, but there are diminishing returns for the memory used. This should " +"only have a minor effect on performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1181 +msgid "" +"Including color in the vertex format has a cost, however, not including " +"color prevents batching across color changes. This threshold determines the " +"ratio of [code]number of vertex color changes / total number of vertices[/" +"code] above which vertices will be translated to colored format. A value of " +"0 will always use colored vertices, 1 will never use colored vertices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1184 +msgid "" +"In certain circumstances, the batcher can reorder items in order to better " +"join them. This may result in better performance. An overlap test is needed " +"however for each item lookahead, so there is a trade off, with diminishing " +"returns. If you are getting no benefit, setting this to 0 will switch it off." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1187 +msgid "" +"Sets the number of commands to lookahead to determine whether to batch " +"render items. A value of 1 can join items consisting of single commands, 0 " +"turns off joining. Higher values are in theory more likely to join, however " +"this has diminishing returns and has a runtime cost so a small value is " +"recommended." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1190 +msgid "" +"On some platforms (especially mobile), precision issues in shaders can lead " +"to reading 1 texel outside of bounds, particularly where rects are scaled. " +"This can particularly lead to border artifacts around tiles in tilemaps.\n" +"This adjustment corrects for this by making a small contraction to the UV " +"coordinates used. Note that this can result in a slight squashing of border " +"texels." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1194 +msgid "" +"The amount of UV contraction. This figure is divided by 1000000, and is a " +"proportion of the total texture dimensions, where the width and height are " +"both ranged from 0.0 to 1.0.\n" +"Use the default unless correcting for a problem on particular hardware." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1198 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_HIGH]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1201 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_LOW]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1204 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_MEDIUM]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1207 +msgid "" +"Amount of light samples taken when using [constant BakedLightmap." +"BAKE_QUALITY_ULTRA]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1210 +msgid "" +"Default background clear color. Overridable per [Viewport] using its " +"[Environment]. See [member Environment.background_mode] and [member " +"Environment.background_color] in particular. To change this default color " +"programmatically, use [method VisualServer.set_default_clear_color]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1213 +msgid "" +"[Environment] that will be used as a fallback environment in case a scene " +"does not specify its own environment. The default environment is loaded in " +"at scene load time regardless of whether you have set an environment or not. " +"If you do not rely on the fallback environment, it is best to delete " +"[code]default_env.tres[/code], or to specify a different default environment " +"here." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1216 +msgid "" +"The use of half-float vertex compression may be producing rendering errors " +"on some platforms (especially iOS). These have been seen particularly in " +"particles. Disabling half-float may resolve these problems." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1219 +msgid "" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" +"[b]Warning:[/b] High floating point precision can be extremely slow on older " +"devices and is often not available at all. Use with caution." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1226 +msgid "" +"Max buffer size for blend shapes. Any blend shape bigger than this will not " +"work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1229 +msgid "" +"Max buffer size for drawing polygons. Any polygon bigger than this will not " +"work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1232 +msgid "" +"Max index buffer size for drawing polygons. Any polygon bigger than this " +"will not work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1235 +msgid "" +"Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " +"Nodes using more than this size will not work." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1238 +msgid "" +"Max number of lights renderable per object. This is further limited by " +"hardware support. Most devices only support 409 lights, while many devices " +"(especially mobile) only support 102. Setting this low will slightly reduce " +"memory usage and may decrease shader compile times." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1241 +msgid "" +"Max amount of elements renderable in a frame. If more elements than this are " +"visible per frame, they will not be drawn. Keep in mind elements refer to " +"mesh surfaces and not meshes themselves. Setting this low will slightly " +"reduce memory usage and may decrease shader compile times, particularly on " +"web. For most uses, the default value is suitable, but consider lowering as " +"much as possible on web export." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1244 +msgid "" +"Max number of lights renderable in a frame. If more lights than this number " +"are used, they will be ignored. Setting this low will slightly reduce memory " +"usage and may decrease shader compile times, particularly on web. For most " +"uses, the default value is suitable, but consider lowering as much as " +"possible on web export." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1247 +msgid "" +"Max number of reflection probes renderable in a frame. If more reflection " +"probes than this number are used, they will be ignored. Setting this low " +"will slightly reduce memory usage and may decrease shader compile times, " +"particularly on web. For most uses, the default value is suitable, but " +"consider lowering as much as possible on web export." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1250 +msgid "" +"Shaders have a time variable that constantly increases. At some point, it " +"needs to be rolled back to zero to avoid precision errors on shader " +"animations. This setting specifies when (in seconds)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1253 +msgid "" +"If [code]true[/code], the texture importer will import lossless textures " +"using the PNG format. Otherwise, it will default to using WebP." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1256 +msgid "" +"The default compression level for lossless WebP. Higher levels result in " +"smaller files at the cost of compression speed. Decompression speed is " +"mostly unaffected by the compression level. Supported values are 0 to 9. " +"Note that compression levels above 6 are very slow and offer very little " +"savings." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1259 +msgid "" +"On import, mesh vertex data will be split into two streams within a single " +"vertex buffer, one for position data and the other for interleaved " +"attributes data. Recommended to be enabled if targeting mobile devices. " +"Requires manual reimport of meshes after toggling." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1262 +msgid "" +"Determines the maximum number of sphere occluders that will be used at any " +"one time.\n" +"Although you can have many occluders in a scene, each frame the system will " +"choose from these the most relevant based on a screen space metric, in order " +"to give the best overall performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1266 +msgid "" +"The default convention is for portal normals to point outward (face outward) " +"from the source room.\n" +"If you accidentally build your level with portals facing the wrong way, this " +"setting can fix the problem.\n" +"It will flip named portal meshes (i.e. [code]-portal[/code]) on the initial " +"convertion to [Portal] nodes." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1271 +msgid "" +"Show conversion logs.\n" +"[b]Note:[/b] This will automatically be disabled in exports." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1275 +msgid "" +"If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" +"code]. If [code]false[/code], they will be sent as [code]notifications[/" +"code]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1278 +msgid "" +"If enabled, while merging meshes, the system will also attempt to remove " +"[Spatial] nodes that no longer have any children.\n" +"Reducing the number of [Node]s in the scene tree can make traversal more " +"efficient, but can be switched off in case you wish to use empty [Spatial]s " +"for markers or some other purpose." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1282 +msgid "" +"Show logs during PVS generation.\n" +"[b]Note:[/b] This will automatically be disabled in exports." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1286 +msgid "" +"Uses a simplified method of generating PVS (potentially visible set) data. " +"The results may not be accurate where more than one portal join adjacent " +"rooms.\n" +"[b]Note:[/b] Generally you should only use this option if you encounter bugs " +"when it is set to [code]false[/code], i.e. there are problems with the " +"default method." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1290 +msgid "" +"If [code]true[/code], allocates the main framebuffer with high dynamic " +"range. High dynamic range allows the use of [Color] values greater than 1.\n" +"[b]Note:[/b] Only available on the GLES3 backend." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1294 +msgid "" +"Lower-end override for [member rendering/quality/depth/hdr] on mobile " +"devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1297 +msgid "" +"Disables depth pre-pass for some GPU vendors (usually mobile), as their " +"architecture already does this." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1300 +msgid "" +"If [code]true[/code], performs a previous depth pass before rendering " +"materials. This increases performance in scenes with high overdraw, when " +"complex materials and lighting are used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1303 +msgid "" +"The directional shadow's size in pixels. Higher values will result in " +"sharper shadows, at the cost of performance. The value will be rounded up to " +"the nearest power of 2." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1306 +msgid "" +"Lower-end override for [member rendering/quality/directional_shadow/size] on " +"mobile devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1309 +msgid "" +"The video driver to use (\"GLES2\" or \"GLES3\").\n" +"[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" +"video-driver[/code] command line argument, or by the [member rendering/" +"quality/driver/fallback_to_gles2] option if the target system does not " +"support GLES3 and falls back to GLES2. In such cases, this property is not " +"updated, so use [method OS.get_current_video_driver] to query it at run-time." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1313 +msgid "" +"If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " +"driver is not supported.\n" +"[b]Note:[/b] The two video drivers are not drop-in replacements for each " +"other, so a game designed for GLES3 might not work properly when falling " +"back to GLES2. In particular, some features of the GLES3 backend are not " +"available in GLES2. Enabling this setting also means that both ETC and ETC2 " +"VRAM-compressed textures will be exported on Android and iOS, increasing the " +"data pack's size." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1317 +msgid "" +"Maximum anisotropic filter level used for textures with anisotropy enabled. " +"Higher values will result in sharper textures when viewed from oblique " +"angles, at the cost of performance. Only power-of-two values are valid (2, " +"4, 8, 16)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1320 +msgid "" +"Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " +"around the edges of polygons. A higher MSAA value results in smoother edges " +"but can be significantly slower on some hardware.\n" +"[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1324 +msgid "" +"If set to a value greater than [code]0.0[/code], contrast-adaptive " +"sharpening will be applied to the 3D viewport. This has a low performance " +"cost and can be used to recover some of the sharpness lost from using FXAA. " +"Values around [code]0.5[/code] generally give the best results. See also " +"[member rendering/quality/filters/use_fxaa]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1327 +msgid "" +"If [code]true[/code], uses a fast post-processing filter to make banding " +"significantly less visible. In some cases, debanding may introduce a " +"slightly noticeable dithering pattern. It's recommended to enable debanding " +"only when actually needed since the dithering pattern will make lossless-" +"compressed screenshots larger.\n" +"[b]Note:[/b] Only available on the GLES3 backend. [member rendering/quality/" +"depth/hdr] must also be [code]true[/code] for debanding to be effective.\n" +"[b]Note:[/b] There are known issues with debanding breaking rendering on " +"mobile platforms. Due to this, it is recommended to leave this option " +"disabled when targeting mobile platforms." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1332 +msgid "" +"Enables FXAA in the root Viewport. FXAA is a popular screen-space " +"antialiasing method, which is fast but will make the image look blurry, " +"especially at lower resolutions. It can still work relatively well at large " +"resolutions such as 1440p and 4K. Some of the lost sharpness can be " +"recovered by enabling contrast-adaptive sharpening (see [member rendering/" +"quality/filters/sharpen_intensity])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1335 +msgid "" +"If [code]true[/code], uses nearest-neighbor mipmap filtering when using " +"mipmaps (also called \"bilinear filtering\"), which will result in visible " +"seams appearing between mipmap stages. This may increase performance in " +"mobile as less memory bandwidth is used. If [code]false[/code], linear " +"mipmap filtering (also called \"trilinear filtering\") is used." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1338 +msgid "" +"Strategy used for framebuffer allocation. The simpler it is, the less " +"resources it uses (but the less features it supports). If set to \"2D " +"Without Sampling\" or \"3D Without Effects\", sample buffers will not be " +"allocated. This means [code]SCREEN_TEXTURE[/code] and [code]DEPTH_TEXTURE[/" +"code] will not be available in shaders and post-processing effects will not " +"be available in the [Environment]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1341 +msgid "" +"Lower-end override for [member rendering/quality/intended_usage/" +"framebuffer_allocation] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1344 +msgid "" +"Enable usage of bicubic sampling in baked lightmaps. This results in " +"smoother looking lighting at the expense of more bandwidth usage. On GLES2, " +"changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1347 +msgid "" +"Lower-end override for [member rendering/quality/lightmapping/" +"use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1350 +msgid "" +"Size of the atlas used by reflection probes. A larger size can result in " +"higher visual quality, while a smaller size will be faster and take up less " +"memory." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1353 +msgid "" +"Number of subdivisions to use for the reflection atlas. A higher number " +"lowers the quality of each atlas, but allows you to use more." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1356 +msgid "" +"If [code]true[/code], uses a high amount of samples to create blurred " +"variants of reflection probes and panorama backgrounds (sky). Those blurred " +"variants are used by rough materials." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1359 +msgid "" +"Lower-end override for [member rendering/quality/reflections/" +"high_quality_ggx] on mobile devices, due to performance concerns or driver " +"support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1362 +msgid "" +"Limits the size of the irradiance map which is normally determined by " +"[member Sky.radiance_size]. A higher size results in a higher quality " +"irradiance map similarly to [member rendering/quality/reflections/" +"high_quality_ggx]. Use a higher value when using high-frequency HDRI maps, " +"otherwise keep this as low as possible.\n" +"[b]Note:[/b] Low and mid range hardware do not support complex irradiance " +"maps well and may crash if this is set too high." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1366 +msgid "" +"If [code]true[/code], uses texture arrays instead of mipmaps for reflection " +"probes and panorama backgrounds (sky). This reduces jitter noise on " +"reflections, but costs more performance and memory." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1369 +msgid "" +"Lower-end override for [member rendering/quality/reflections/" +"texture_array_reflections] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1372 +msgid "" +"If [code]true[/code], uses faster but lower-quality Blinn model to generate " +"blurred reflections instead of the GGX model." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1375 +msgid "" +"Lower-end override for [member rendering/quality/shading/" +"force_blinn_over_ggx] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1378 +msgid "" +"If [code]true[/code], uses faster but lower-quality Lambert material " +"lighting model instead of Burley." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1381 +msgid "" +"Lower-end override for [member rendering/quality/shading/" +"force_lambert_over_burley] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1384 +msgid "" +"If [code]true[/code], forces vertex shading for all rendering. This can " +"increase performance a lot, but also reduces quality immensely. Can be used " +"to optimize performance on low-end mobile devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1387 +msgid "" +"Lower-end override for [member rendering/quality/shading/" +"force_vertex_shading] on mobile devices, due to performance concerns or " +"driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1390 +msgid "" +"If [code]true[/code], enables new physical light attenuation for " +"[OmniLight]s and [SpotLight]s. This results in more realistic lighting " +"appearance with a very small performance cost. When physical light " +"attenuation is enabled, lights will appear to be darker as a result of the " +"new attenuation formula. This can be compensated by adjusting the lights' " +"energy or attenuation values.\n" +"Changes to this setting will only be applied upon restarting the application." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1394 +msgid "" +"Size for cubemap into which the shadow is rendered before being copied into " +"the shadow atlas. A higher number can result in higher resolution shadows " +"when used with a higher [member rendering/quality/shadow_atlas/size]. " +"Setting higher than a quarter of the [member rendering/quality/shadow_atlas/" +"size] will not result in a perceptible increase in visual quality." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 +msgid "" +"Subdivision quadrant size for shadow mapping. See shadow mapping " +"documentation." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1409 +msgid "" +"Size for shadow atlas (used for OmniLights and SpotLights). See " +"documentation." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1412 +msgid "" +"Lower-end override for [member rendering/quality/shadow_atlas/size] on " +"mobile devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1415 +msgid "" +"Shadow filter mode. Higher-quality settings result in smoother shadows that " +"flicker less when moving. \"Disabled\" is the fastest option, but also has " +"the lowest quality. \"PCF5\" is smoother but is also slower. \"PCF13\" is " +"the smoothest option, but is also the slowest.\n" +"[b]Note:[/b] When using the GLES2 backend, the \"PCF13\" option actually " +"uses 16 samples to emulate linear filtering in the shader. This results in a " +"shadow appearance similar to the one produced by the GLES3 backend." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1419 +msgid "" +"Lower-end override for [member rendering/quality/shadows/filter_mode] on " +"mobile devices, due to performance concerns or driver support." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1422 +msgid "" +"Forces [MeshInstance] to always perform skinning on the CPU (applies to both " +"GLES2 and GLES3).\n" +"See also [member rendering/quality/skinning/software_skinning_fallback]." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1426 +msgid "" +"Allows [MeshInstance] to perform skinning on the CPU when the hardware " +"doesn't support the default GPU skinning process with GLES2.\n" +"If [code]false[/code], an alternative skinning process on the GPU is used in " +"this case (slower in most cases).\n" +"See also [member rendering/quality/skinning/force_software_skinning].\n" +"[b]Note:[/b] When the software skinning fallback is triggered, custom vertex " +"shaders will behave in a different way, because the bone transform will be " +"already applied to the modelview matrix." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1432 +msgid "" +"The rendering octree balance can be changed to favor smaller ([code]0[/" +"code]), or larger ([code]1[/code]) branches.\n" +"Larger branches can increase performance significantly in some projects." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1436 +msgid "" +"Enables the use of bounding volume hierarchy instead of octree for rendering " +"spatial partitioning. This may give better performance." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1439 +msgid "" +"Improves quality of subsurface scattering, but cost significantly increases." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1442 +msgid "Quality setting for subsurface scattering (samples taken)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1445 +msgid "Max radius used for subsurface scattering samples." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1448 +msgid "" +"Weight subsurface scattering samples. Helps to avoid reading samples from " +"unrelated parts of the screen." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1451 +msgid "" +"Use high-quality voxel cone tracing. This results in better-looking " +"reflections, but is much more expensive on the GPU." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1454 +msgid "" +"Thread model for rendering. Rendering on a thread can vastly improve " +"performance, but synchronizing to the main thread can cause a bit more " +"jitter." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1457 +msgid "" +"If [code]true[/code], a thread safe version of BVH (bounding volume " +"hierarchy) will be used in rendering and Godot physics.\n" +"Try enabling this option if you see any visual anomalies in 3D (such as " +"incorrect object visibility)." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1461 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the BPTC algorithm. This texture compression algorithm is " +"only supported on desktop platforms, and only when using the GLES3 " +"renderer.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1465 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the Ericsson Texture Compression algorithm. This algorithm " +"doesn't support alpha channels in textures.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1469 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the Ericsson Texture Compression 2 algorithm. This texture " +"compression algorithm is only supported when using the GLES3 renderer.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1473 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the PowerVR Texture Compression algorithm. This texture " +"compression algorithm is only supported on iOS.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1477 +msgid "" +"If [code]true[/code], the texture importer will import VRAM-compressed " +"textures using the S3 Texture Compression algorithm. This algorithm is only " +"supported on desktop platforms and consoles.\n" +"[b]Note:[/b] Changing this setting does [i]not[/i] impact textures that were " +"already imported before. To make this setting apply to textures that were " +"already imported, exit the editor, remove the [code].import/[/code] folder " +"located inside the project folder then restart the editor (see [member " +"application/config/use_hidden_project_data_directory])." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1481 +msgid "" +"Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " +"pixels)." +msgstr "" + +#: doc/classes/ProximityGroup.xml:4 doc/classes/ProximityGroup.xml:7 +msgid "General-purpose proximity detection node." +msgstr "" + +#: doc/classes/QuadMesh.xml:4 +msgid "Class representing a square mesh." +msgstr "" + +#: doc/classes/QuadMesh.xml:7 +msgid "" +"Class representing a square [PrimitiveMesh]. This flat mesh does not have a " +"thickness. By default, this mesh is aligned on the X and Y axes; this " +"default rotation is more suited for use with billboarded materials. Unlike " +"[PlaneMesh], this mesh doesn't provide subdivision options." +msgstr "" + +#: doc/classes/QuadMesh.xml:11 doc/classes/Viewport.xml:19 +#: doc/classes/ViewportTexture.xml:13 +msgid "https://godotengine.org/asset-library/asset/129" +msgstr "" + +#: doc/classes/QuadMesh.xml:17 +msgid "Offset of the generated Quad. Useful for particles." +msgstr "" + +#: doc/classes/QuadMesh.xml:20 +msgid "Size on the X and Y axes." +msgstr "" + +#: doc/classes/Quat.xml:4 +msgid "Quaternion." +msgstr "" + +#: doc/classes/Quat.xml:7 +msgid "" +"A unit quaternion used for representing 3D rotations. Quaternions need to be " +"normalized to be used for rotation.\n" +"It is similar to Basis, which implements matrix representation of rotations, " +"and can be parametrized using both an axis-angle pair or Euler angles. Basis " +"stores rotation, scale, and shearing, while Quat only stores rotation.\n" +"Due to its compactness and the way it is stored in memory, certain " +"operations (obtaining axis-angle and performing SLERP, in particular) are " +"more efficient and robust against floating-point errors." +msgstr "" + +#: doc/classes/Quat.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/using_transforms." +"html#interpolating-with-quaternions" +msgstr "" + +#: doc/classes/Quat.xml:20 +msgid "Constructs a quaternion from the given [Basis]." +msgstr "" + +#: doc/classes/Quat.xml:27 +msgid "" +"Constructs a quaternion that will perform a rotation specified by Euler " +"angles (in the YXZ convention: when decomposing, first Z, then X, and Y " +"last), given in the vector format as (X angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Quat.xml:35 +msgid "" +"Constructs a quaternion that will rotate around the given axis by the " +"specified angle. The axis must be a normalized vector." +msgstr "" + +#: doc/classes/Quat.xml:45 +msgid "Constructs a quaternion defined by the given values." +msgstr "" + +#: doc/classes/Quat.xml:52 +msgid "" +"Returns the angle between this quaternion and [code]to[/code]. This is the " +"magnitude of the angle you would need to rotate by to get from one to the " +"other.\n" +"[b]Note:[/b] This method has an abnormally high amount of floating-point " +"error, so methods such as [method @GDScript.is_zero_approx] will not work " +"reliably." +msgstr "" + +#: doc/classes/Quat.xml:63 +msgid "" +"Performs a cubic spherical interpolation between quaternions [code]pre_a[/" +"code], this vector, [code]b[/code], and [code]post_b[/code], by the given " +"amount [code]weight[/code]." +msgstr "" + +#: doc/classes/Quat.xml:70 +msgid "Returns the dot product of two quaternions." +msgstr "" + +#: doc/classes/Quat.xml:76 +msgid "" +"Returns Euler angles (in the YXZ convention: when decomposing, first Z, then " +"X, and Y last) corresponding to the rotation represented by the unit " +"quaternion. Returned vector contains the rotation angles in the format (X " +"angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Quat.xml:82 +msgid "Returns the inverse of the quaternion." +msgstr "" + +#: doc/classes/Quat.xml:89 +msgid "" +"Returns [code]true[/code] if this quaternion and [code]quat[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Quat.xml:95 +msgid "Returns whether the quaternion is normalized or not." +msgstr "" + +#: doc/classes/Quat.xml:101 +msgid "Returns the length of the quaternion." +msgstr "" + +#: doc/classes/Quat.xml:107 +msgid "Returns the length of the quaternion, squared." +msgstr "" + +#: doc/classes/Quat.xml:113 +msgid "Returns a copy of the quaternion, normalized to unit length." +msgstr "" + +#: doc/classes/Quat.xml:120 +msgid "" +"Sets the quaternion to a rotation which rotates around axis by the specified " +"angle, in radians. The axis must be a normalized vector." +msgstr "" + +#: doc/classes/Quat.xml:126 +msgid "" +"Sets the quaternion to a rotation specified by Euler angles (in the YXZ " +"convention: when decomposing, first Z, then X, and Y last), given in the " +"vector format as (X angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Quat.xml:134 +msgid "" +"Returns the result of the spherical linear interpolation between this " +"quaternion and [code]to[/code] by amount [code]weight[/code].\n" +"[b]Note:[/b] Both quaternions must be normalized." +msgstr "" + +#: doc/classes/Quat.xml:143 +msgid "" +"Returns the result of the spherical linear interpolation between this " +"quaternion and [code]to[/code] by amount [code]weight[/code], but without " +"checking if the rotation path is not bigger than 90 degrees." +msgstr "" + +#: doc/classes/Quat.xml:150 +msgid "Returns a vector transformed (multiplied) by this quaternion." +msgstr "" + +#: doc/classes/Quat.xml:156 +msgid "" +"W component of the quaternion (real part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:160 +msgid "" +"X component of the quaternion (imaginary [code]i[/code] axis part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:164 +msgid "" +"Y component of the quaternion (imaginary [code]j[/code] axis part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:168 +msgid "" +"Z component of the quaternion (imaginary [code]k[/code] axis part).\n" +"Quaternion components should usually not be manipulated directly." +msgstr "" + +#: doc/classes/Quat.xml:174 +msgid "" +"The identity quaternion, representing no rotation. Equivalent to an identity " +"[Basis] matrix. If a vector is transformed by an identity quaternion, it " +"will not change." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:4 +msgid "A class for generating pseudo-random numbers." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:7 +msgid "" +"RandomNumberGenerator is a class for generating pseudo-random numbers. It " +"currently uses [url=http://www.pcg-random.org/]PCG32[/url].\n" +"[b]Note:[/b] The underlying algorithm is an implementation detail. As a " +"result, it should not be depended upon for reproducible random streams " +"across Godot versions.\n" +"To generate a random float number (within a given range) based on a time-" +"dependant seed:\n" +"[codeblock]\n" +"var rng = RandomNumberGenerator.new()\n" +"func _ready():\n" +" rng.randomize()\n" +" var my_random_number = rng.randf_range(-10.0, 10.0)\n" +"[/codeblock]\n" +"[b]Note:[/b] The default values of [member seed] and [member state] " +"properties are pseudo-random, and changes when calling [method randomize]. " +"The [code]0[/code] value documented here is a placeholder, and not the " +"actual default seed." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:19 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/math/random_number_generation." +"html" +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:25 +msgid "" +"Generates a pseudo-random float between [code]0.0[/code] and [code]1.0[/" +"code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:33 +msgid "" +"Generates a pseudo-random float between [code]from[/code] and [code]to[/" +"code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:41 +msgid "" +"Generates a [url=https://en.wikipedia.org/wiki/Normal_distribution]normally-" +"distributed[/url] pseudo-random number, using Box-Muller transform with the " +"specified [code]mean[/code] and a standard [code]deviation[/code]. This is " +"also called Gaussian distribution." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:47 +msgid "" +"Generates a pseudo-random 32-bit unsigned integer between [code]0[/code] and " +"[code]4294967295[/code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:55 +msgid "" +"Generates a pseudo-random 32-bit signed integer between [code]from[/code] " +"and [code]to[/code] (inclusive)." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:61 +msgid "Setups a time-based seed to generator." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:67 +msgid "" +"Initializes the random number generator state based on the given seed value. " +"A given seed will give a reproducible sequence of pseudo-random numbers.\n" +"[b]Note:[/b] The RNG does not have an avalanche effect, and can output " +"similar random streams given similar seeds. Consider using a hash function " +"to improve your seed quality if they're sourced externally.\n" +"[b]Note:[/b] Setting this property produces a side effect of changing the " +"internal [member state], so make sure to initialize the seed [i]before[/i] " +"modifying the [member state]:\n" +"[codeblock]\n" +"var rng = RandomNumberGenerator.new()\n" +"rng.seed = hash(\"Godot\")\n" +"rng.state = 100 # Restore to some previously saved state.\n" +"[/codeblock]\n" +"[b]Warning:[/b] the getter of this property returns the previous [member " +"state], and not the initial seed value, which is going to be fixed in Godot " +"4.0." +msgstr "" + +#: doc/classes/RandomNumberGenerator.xml:78 +msgid "" +"The current state of the random number generator. Save and restore this " +"property to restore the generator to a previous state:\n" +"[codeblock]\n" +"var rng = RandomNumberGenerator.new()\n" +"print(rng.randf())\n" +"var saved_state = rng.state # Store current state.\n" +"print(rng.randf()) # Advance internal state.\n" +"rng.state = saved_state # Restore the state.\n" +"print(rng.randf()) # Prints the same value as in previous.\n" +"[/codeblock]\n" +"[b]Note:[/b] Do not set state to arbitrary values, since the random number " +"generator requires the state to have certain qualities to behave properly. " +"It should only be set to values that came from the state property itself. To " +"initialize the random number generator with arbitrary input, use [member " +"seed] instead." +msgstr "" + +#: doc/classes/Range.xml:4 +msgid "Abstract base class for range-based controls." +msgstr "" + +#: doc/classes/Range.xml:7 +msgid "" +"Range is a base class for [Control] nodes that change a floating-point " +"[i]value[/i] between a [i]minimum[/i] and a [i]maximum[/i], using [i]step[/" +"i] and [i]page[/i], for example a [ScrollBar]." +msgstr "" + +#: doc/classes/Range.xml:16 +msgid "" +"Binds two ranges together along with any ranges previously grouped with " +"either of them. When any of range's member variables change, it will share " +"the new value with all other ranges in its group." +msgstr "" + +#: doc/classes/Range.xml:22 +msgid "Stops range from sharing its member variables with any other." +msgstr "" + +#: doc/classes/Range.xml:28 +msgid "" +"If [code]true[/code], [member value] may be greater than [member max_value]." +msgstr "" + +#: doc/classes/Range.xml:31 +msgid "" +"If [code]true[/code], [member value] may be less than [member min_value]." +msgstr "" + +#: doc/classes/Range.xml:34 +msgid "" +"If [code]true[/code], and [code]min_value[/code] is greater than 0, " +"[code]value[/code] will be represented exponentially rather than linearly." +msgstr "" + +#: doc/classes/Range.xml:37 +msgid "" +"Maximum value. Range is clamped if [code]value[/code] is greater than " +"[code]max_value[/code]." +msgstr "" + +#: doc/classes/Range.xml:40 +msgid "" +"Minimum value. Range is clamped if [code]value[/code] is less than " +"[code]min_value[/code]." +msgstr "" + +#: doc/classes/Range.xml:43 +msgid "" +"Page size. Used mainly for [ScrollBar]. ScrollBar's length is its size " +"multiplied by [code]page[/code] over the difference between [code]min_value[/" +"code] and [code]max_value[/code]." +msgstr "" + +#: doc/classes/Range.xml:46 +msgid "The value mapped between 0 and 1." +msgstr "" + +#: doc/classes/Range.xml:49 +msgid "" +"If [code]true[/code], [code]value[/code] will always be rounded to the " +"nearest integer." +msgstr "" + +#: doc/classes/Range.xml:52 +msgid "" +"If greater than 0, [code]value[/code] will always be rounded to a multiple " +"of [code]step[/code]. If [code]rounded[/code] is also [code]true[/code], " +"[code]value[/code] will first be rounded to a multiple of [code]step[/code] " +"then rounded to the nearest integer." +msgstr "" + +#: doc/classes/Range.xml:55 +msgid "Range's current value." +msgstr "" + +#: doc/classes/Range.xml:61 +msgid "" +"Emitted when [member min_value], [member max_value], [member page], or " +"[member step] change." +msgstr "" + +#: doc/classes/Range.xml:67 +msgid "Emitted when [member value] changes." +msgstr "" + +#: doc/classes/RayCast.xml:4 doc/classes/RayCast2D.xml:4 +msgid "Query the closest object intersecting a ray." +msgstr "" + +#: doc/classes/RayCast.xml:7 +msgid "" +"A RayCast represents a line from its origin to its destination position, " +"[code]cast_to[/code]. It is used to query the 3D space in order to find the " +"closest object along the path of the ray.\n" +"RayCast can ignore some objects by adding them to the exception list via " +"[code]add_exception[/code] or by setting proper filtering with collision " +"layers and masks.\n" +"RayCast can be configured to report collisions with [Area]s ([member " +"collide_with_areas]) and/or [PhysicsBody]s ([member collide_with_bodies]).\n" +"Only enabled raycasts will be able to query the space and report " +"collisions.\n" +"RayCast calculates intersection every physics frame (see [Node]), and the " +"result is cached so it can be used later until the next frame. If multiple " +"queries are required between physics frames (or during the same frame), use " +"[method force_raycast_update] after adjusting the raycast." +msgstr "" + +#: doc/classes/RayCast.xml:22 doc/classes/RayCast2D.xml:21 +msgid "" +"Adds a collision exception so the ray does not report collisions with the " +"specified node." +msgstr "" + +#: doc/classes/RayCast.xml:29 doc/classes/RayCast2D.xml:28 +msgid "" +"Adds a collision exception so the ray does not report collisions with the " +"specified [RID]." +msgstr "" + +#: doc/classes/RayCast.xml:35 doc/classes/RayCast2D.xml:34 +msgid "Removes all collision exceptions for this ray." +msgstr "" + +#: doc/classes/RayCast.xml:41 +msgid "" +"Updates the collision information for the ray.\n" +"Use this method to update the collision information immediately instead of " +"waiting for the next [code]_physics_process[/code] call, for example if the " +"ray or its parent has changed state.\n" +"[b]Note:[/b] [code]enabled[/code] is not required for this to work." +msgstr "" + +#: doc/classes/RayCast.xml:49 doc/classes/RayCast2D.xml:47 +msgid "" +"Returns the first object that the ray intersects, or [code]null[/code] if no " +"object is intersecting the ray (i.e. [method is_colliding] returns " +"[code]false[/code])." +msgstr "" + +#: doc/classes/RayCast.xml:55 doc/classes/RayCast2D.xml:53 +msgid "" +"Returns the shape ID of the first object that the ray intersects, or " +"[code]0[/code] if no object is intersecting the ray (i.e. [method " +"is_colliding] returns [code]false[/code])." +msgstr "" + +#: doc/classes/RayCast.xml:62 +msgid "" +"Returns [code]true[/code] if the bit index passed is turned on.\n" +"[b]Note:[/b] Bit indices range from 0-19." +msgstr "" + +#: doc/classes/RayCast.xml:69 doc/classes/RayCast2D.xml:66 +msgid "" +"Returns the normal of the intersecting object's shape at the collision point." +msgstr "" + +#: doc/classes/RayCast.xml:75 doc/classes/RayCast2D.xml:72 +msgid "" +"Returns the collision point at which the ray intersects the closest object.\n" +"[b]Note:[/b] This point is in the [b]global[/b] coordinate system." +msgstr "" + +#: doc/classes/RayCast.xml:82 doc/classes/RayCast2D.xml:79 +msgid "" +"Returns whether any object is intersecting with the ray's vector " +"(considering the vector length)." +msgstr "" + +#: doc/classes/RayCast.xml:89 doc/classes/RayCast2D.xml:86 +msgid "" +"Removes a collision exception so the ray does report collisions with the " +"specified node." +msgstr "" + +#: doc/classes/RayCast.xml:96 doc/classes/RayCast2D.xml:93 +msgid "" +"Removes a collision exception so the ray does report collisions with the " +"specified [RID]." +msgstr "" + +#: doc/classes/RayCast.xml:104 +msgid "" +"Sets the bit index passed to the [code]value[/code] passed.\n" +"[b]Note:[/b] Bit indexes range from 0-19." +msgstr "" + +#: doc/classes/RayCast.xml:111 doc/classes/RayCast2D.xml:107 +msgid "" +"The ray's destination point, relative to the RayCast's [code]position[/code]." +msgstr "" + +#: doc/classes/RayCast.xml:114 +msgid "If [code]true[/code], collision with [Area]s will be reported." +msgstr "" + +#: doc/classes/RayCast.xml:117 +msgid "If [code]true[/code], collision with [PhysicsBody]s will be reported." +msgstr "" + +#: doc/classes/RayCast.xml:120 doc/classes/RayCast2D.xml:116 +msgid "" +"The ray's collision mask. Only objects in at least one collision layer " +"enabled in the mask will be detected. See [url=https://docs.godotengine.org/" +"en/3.4/tutorials/physics/physics_introduction.html#collision-layers-and-" +"masks]Collision layers and masks[/url] in the documentation for more " +"information." +msgstr "" + +#: doc/classes/RayCast.xml:123 +msgid "" +"The custom color to use to draw the shape in the editor and at run-time if " +"[b]Visible Collision Shapes[/b] is enabled in the [b]Debug[/b] menu. This " +"color will be highlighted at run-time if the [RayCast] is colliding with " +"something.\n" +"If set to [code]Color(0.0, 0.0, 0.0)[/code] (by default), the color set in " +"[member ProjectSettings.debug/shapes/collision/shape_color] is used." +msgstr "" + +#: doc/classes/RayCast.xml:127 +msgid "" +"If set to [code]1[/code], a line is used as the debug shape. Otherwise, a " +"truncated pyramid is drawn to represent the [RayCast]. Requires [b]Visible " +"Collision Shapes[/b] to be enabled in the [b]Debug[/b] menu for the debug " +"shape to be visible at run-time." +msgstr "" + +#: doc/classes/RayCast.xml:130 doc/classes/RayCast2D.xml:119 +msgid "If [code]true[/code], collisions will be reported." +msgstr "" + +#: doc/classes/RayCast.xml:133 +msgid "" +"If [code]true[/code], collisions will be ignored for this RayCast's " +"immediate parent." +msgstr "" + +#: doc/classes/RayCast2D.xml:7 +msgid "" +"A RayCast represents a line from its origin to its destination position, " +"[code]cast_to[/code]. It is used to query the 2D space in order to find the " +"closest object along the path of the ray.\n" +"RayCast2D can ignore some objects by adding them to the exception list via " +"[code]add_exception[/code], by setting proper filtering with collision " +"layers, or by filtering object types with type masks.\n" +"RayCast2D can be configured to report collisions with [Area2D]s ([member " +"collide_with_areas]) and/or [PhysicsBody2D]s ([member " +"collide_with_bodies]).\n" +"Only enabled raycasts will be able to query the space and report " +"collisions.\n" +"RayCast2D calculates intersection every physics frame (see [Node]), and the " +"result is cached so it can be used later until the next frame. If multiple " +"queries are required between physics frames (or during the same frame) use " +"[method force_raycast_update] after adjusting the raycast." +msgstr "" + +#: doc/classes/RayCast2D.xml:40 +msgid "" +"Updates the collision information for the ray. Use this method to update the " +"collision information immediately instead of waiting for the next " +"[code]_physics_process[/code] call, for example if the ray or its parent has " +"changed state.\n" +"[b]Note:[/b] [code]enabled[/code] is not required for this to work." +msgstr "" + +#: doc/classes/RayCast2D.xml:101 +msgid "" +"Sets or clears individual bits on the collision mask. This makes selecting " +"the areas scanned easier." +msgstr "" + +#: doc/classes/RayCast2D.xml:110 +msgid "If [code]true[/code], collision with [Area2D]s will be reported." +msgstr "" + +#: doc/classes/RayCast2D.xml:113 +msgid "If [code]true[/code], collision with [PhysicsBody2D]s will be reported." +msgstr "" + +#: doc/classes/RayCast2D.xml:122 +msgid "" +"If [code]true[/code], the parent node will be excluded from collision " +"detection." +msgstr "" + +#: doc/classes/RayShape.xml:4 +msgid "Ray shape for 3D collisions." +msgstr "" + +#: doc/classes/RayShape.xml:7 +msgid "" +"Ray shape for 3D collisions, which can be set into a [PhysicsBody] or " +"[Area]. A ray is not really a collision body; instead, it tries to separate " +"itself from whatever is touching its far endpoint. It's often useful for " +"characters." +msgstr "" + +#: doc/classes/RayShape.xml:15 doc/classes/RayShape2D.xml:15 +msgid "The ray's length." +msgstr "" + +#: doc/classes/RayShape.xml:18 doc/classes/RayShape2D.xml:18 +msgid "If [code]true[/code], allow the shape to return the correct normal." +msgstr "" + +#: doc/classes/RayShape2D.xml:4 +msgid "Ray shape for 2D collisions." +msgstr "" + +#: doc/classes/RayShape2D.xml:7 +msgid "" +"Ray shape for 2D collisions. A ray is not really a collision body; instead, " +"it tries to separate itself from whatever is touching its far endpoint. It's " +"often useful for characters." +msgstr "" + +#: doc/classes/Rect2.xml:4 +msgid "2D axis-aligned bounding box." +msgstr "" + +#: doc/classes/Rect2.xml:7 +msgid "" +"[Rect2] consists of a position, a size, and several utility functions. It is " +"typically used for fast overlap tests.\n" +"It uses floating-point coordinates.\n" +"The 3D counterpart to [Rect2] is [AABB]." +msgstr "" + +#: doc/classes/Rect2.xml:22 +msgid "Constructs a [Rect2] by position and size." +msgstr "" + +#: doc/classes/Rect2.xml:32 +msgid "Constructs a [Rect2] by x, y, width, and height." +msgstr "" + +#: doc/classes/Rect2.xml:38 +msgid "" +"Returns a [Rect2] with equivalent position and area, modified so that the " +"top-left corner is the origin and [code]width[/code] and [code]height[/code] " +"are positive." +msgstr "" + +#: doc/classes/Rect2.xml:45 +msgid "Returns the intersection of this [Rect2] and b." +msgstr "" + +#: doc/classes/Rect2.xml:52 +msgid "" +"Returns [code]true[/code] if this [Rect2] completely encloses another one." +msgstr "" + +#: doc/classes/Rect2.xml:59 +msgid "Returns this [Rect2] expanded to include a given point." +msgstr "" + +#: doc/classes/Rect2.xml:65 +msgid "Returns the area of the [Rect2]." +msgstr "" + +#: doc/classes/Rect2.xml:72 +msgid "" +"Returns a copy of the [Rect2] grown a given amount of units towards all the " +"sides." +msgstr "" + +#: doc/classes/Rect2.xml:82 +msgid "" +"Returns a copy of the [Rect2] grown a given amount of units towards each " +"direction individually." +msgstr "" + +#: doc/classes/Rect2.xml:90 +msgid "" +"Returns a copy of the [Rect2] grown a given amount of units towards the " +"[enum Margin] direction." +msgstr "" + +#: doc/classes/Rect2.xml:96 +msgid "Returns [code]true[/code] if the [Rect2] is flat or empty." +msgstr "" + +#: doc/classes/Rect2.xml:103 +msgid "Returns [code]true[/code] if the [Rect2] contains a point." +msgstr "" + +#: doc/classes/Rect2.xml:111 +msgid "" +"Returns [code]true[/code] if the [Rect2] overlaps with [code]b[/code] (i.e. " +"they have at least one point in common).\n" +"If [code]include_borders[/code] is [code]true[/code], they will also be " +"considered overlapping if their borders touch, even without intersection." +msgstr "" + +#: doc/classes/Rect2.xml:119 +msgid "" +"Returns [code]true[/code] if this [Rect2] and [code]rect[/code] are " +"approximately equal, by calling [code]is_equal_approx[/code] on each " +"component." +msgstr "" + +#: doc/classes/Rect2.xml:126 +msgid "Returns a larger [Rect2] that contains this [Rect2] and [code]b[/code]." +msgstr "" + +#: doc/classes/RectangleShape2D.xml:4 +msgid "Rectangle shape for 2D collisions." +msgstr "" + +#: doc/classes/RectangleShape2D.xml:7 +msgid "" +"Rectangle shape for 2D collisions. This shape is useful for modeling box-" +"like 2D objects." +msgstr "" + +#: doc/classes/RectangleShape2D.xml:17 +msgid "" +"The rectangle's half extents. The width and height of this shape is twice " +"the half extents." +msgstr "" + +#: doc/classes/Reference.xml:4 +msgid "Base class for reference-counted objects." +msgstr "" + +#: doc/classes/Reference.xml:7 +msgid "" +"Base class for any object that keeps a reference count. [Resource] and many " +"other helper objects inherit this class.\n" +"Unlike other [Object] types, References keep an internal reference counter " +"so that they are automatically released when no longer in use, and only " +"then. References therefore do not need to be freed manually with [method " +"Object.free].\n" +"In the vast majority of use cases, instantiating and using [Reference]-" +"derived types is all you need to do. The methods provided in this class are " +"only for advanced users, and can cause issues if misused.\n" +"[b]Note:[/b] In C#, references will not be freed instantly after they are no " +"longer in use. Instead, garbage collection will run periodically and will " +"free references that are no longer in use. This means that unused references " +"will linger on for a while before being removed." +msgstr "" + +#: doc/classes/Reference.xml:19 +msgid "" +"Initializes the internal reference counter. Use this only if you really know " +"what you are doing.\n" +"Returns whether the initialization was successful." +msgstr "" + +#: doc/classes/Reference.xml:26 +msgid "" +"Increments the internal reference counter. Use this only if you really know " +"what you are doing.\n" +"Returns [code]true[/code] if the increment was successful, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/Reference.xml:33 +msgid "" +"Decrements the internal reference counter. Use this only if you really know " +"what you are doing.\n" +"Returns [code]true[/code] if the decrement was successful, [code]false[/" +"code] otherwise." +msgstr "" + +#: doc/classes/ReferenceRect.xml:4 +msgid "Reference frame for GUI." +msgstr "" + +#: doc/classes/ReferenceRect.xml:7 +msgid "" +"A rectangle box that displays only a [member border_color] border color " +"around its rectangle. [ReferenceRect] has no fill [Color]. If you need to " +"display a rectangle filled with a solid color, consider using [ColorRect] " +"instead." +msgstr "" + +#: doc/classes/ReferenceRect.xml:15 +msgid "Sets the border [Color] of the [ReferenceRect]." +msgstr "" + +#: doc/classes/ReferenceRect.xml:18 +msgid "" +"Sets the border width of the [ReferenceRect]. The border grows both inwards " +"and outwards with respect to the rectangle box." +msgstr "" + +#: doc/classes/ReferenceRect.xml:21 +msgid "" +"If set to [code]true[/code], the [ReferenceRect] will only be visible while " +"in editor. Otherwise, [ReferenceRect] will be visible in game." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:4 +msgid "Captures its surroundings to create reflections." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:7 +msgid "" +"Capture its surroundings as a dual paraboloid image, and stores versions of " +"it with increasing levels of blur to simulate different material " +"roughnesses.\n" +"The [ReflectionProbe] is used to create high-quality reflections at the cost " +"of performance. It can be combined with [GIProbe]s and Screen Space " +"Reflections to achieve high quality reflections. [ReflectionProbe]s render " +"all objects within their [member cull_mask], so updating them can be quite " +"expensive. It is best to update them once with the important static objects " +"and then leave them.\n" +"[b]Note:[/b] By default Godot will only render 16 reflection probes. If you " +"need more, increase the number of atlas subdivisions. This setting can be " +"found in [member ProjectSettings.rendering/quality/reflections/" +"atlas_subdiv].\n" +"[b]Note:[/b] The GLES2 backend will only display two reflection probes at " +"the same time for a single mesh. If possible, split up large meshes that " +"span over multiple reflection probes into smaller ones." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:13 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/reflection_probes.html" +msgstr "" + +#: doc/classes/ReflectionProbe.xml:19 +msgid "" +"If [code]true[/code], enables box projection. This makes reflections look " +"more correct in rectangle-shaped rooms by offsetting the reflection center " +"depending on the camera's location." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:22 +msgid "" +"Sets the cull mask which determines what objects are drawn by this probe. " +"Every [VisualInstance] with a layer included in this cull mask will be " +"rendered by the probe. It is best to only include large objects which are " +"likely to take up a lot of space in the reflection in order to save on " +"rendering cost." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:25 +msgid "" +"If [code]true[/code], computes shadows in the reflection probe. This makes " +"the reflection probe slower to render; you may want to disable this if using " +"the [constant UPDATE_ALWAYS] [member update_mode]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:28 +msgid "" +"The size of the reflection probe. The larger the extents the more space " +"covered by the probe which will lower the perceived resolution. It is best " +"to keep the extents only as large as you need them." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:31 +msgid "" +"Defines the reflection intensity. Intensity modulates the strength of the " +"reflection." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:34 +msgid "" +"Sets the ambient light color to be used when this probe is set to [member " +"interior_enable]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:37 +msgid "" +"Sets the contribution value for how much the reflection affects the ambient " +"light for this reflection probe when set to [member interior_enable]. Useful " +"so that ambient light matches the color of the room." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:40 +msgid "" +"Sets the energy multiplier for this reflection probe's ambient light " +"contribution when set to [member interior_enable]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:43 +msgid "" +"If [code]true[/code], reflections will ignore sky contribution. Ambient " +"lighting is then controlled by the [code]interior_ambient_*[/code] " +"properties." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:46 +msgid "" +"Sets the max distance away from the probe an object can be before it is " +"culled." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:49 +msgid "" +"Sets the origin offset to be used when this reflection probe is in box " +"project mode." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:52 +msgid "" +"Sets how frequently the probe is updated. Can be [constant UPDATE_ONCE] or " +"[constant UPDATE_ALWAYS]." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:57 +msgid "Update the probe once on the next frame." +msgstr "" + +#: doc/classes/ReflectionProbe.xml:60 +msgid "" +"Update the probe every frame. This is needed when you want to capture " +"dynamic objects. However, it results in an increased render time. Use " +"[constant UPDATE_ONCE] whenever possible." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:4 +msgid "Class for searching text for patterns using regular expressions." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:7 +msgid "" +"A regular expression (or regex) is a compact language that can be used to " +"recognise strings that follow a specific pattern, such as URLs, email " +"addresses, complete sentences, etc. For instance, a regex of [code]ab[0-9][/" +"code] would find any string that is [code]ab[/code] followed by any number " +"from [code]0[/code] to [code]9[/code]. For a more in-depth look, you can " +"easily find various tutorials and detailed explanations on the Internet.\n" +"To begin, the RegEx object needs to be compiled with the search pattern " +"using [method compile] before it can be used.\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"\\\\w-(\\\\d+)\")\n" +"[/codeblock]\n" +"The search pattern must be escaped first for GDScript before it is escaped " +"for the expression. For example, [code]compile(\"\\\\d+\")[/code] would be " +"read by RegEx as [code]\\d+[/code]. Similarly, [code]compile(\"\\\"(?:\\\\\\" +"\\.|[^\\\"])*\\\"\")[/code] would be read as [code]\"(?:\\\\.|[^\"])*\"[/" +"code].\n" +"Using [method search], you can find the pattern within the given text. If a " +"pattern is found, [RegExMatch] is returned and you can retrieve details of " +"the results using methods such as [method RegExMatch.get_string] and [method " +"RegExMatch.get_start].\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"\\\\w-(\\\\d+)\")\n" +"var result = regex.search(\"abc n-0123\")\n" +"if result:\n" +" print(result.get_string()) # Would print n-0123\n" +"[/codeblock]\n" +"The results of capturing groups [code]()[/code] can be retrieved by passing " +"the group number to the various methods in [RegExMatch]. Group 0 is the " +"default and will always refer to the entire pattern. In the above example, " +"calling [code]result.get_string(1)[/code] would give you [code]0123[/code].\n" +"This version of RegEx also supports named capturing groups, and the names " +"can be used to retrieve the results. If two or more groups have the same " +"name, the name would only refer to the first one with a match.\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"d(?[0-9]+)|x(?[0-9a-f]+)\")\n" +"var result = regex.search(\"the number is x2f\")\n" +"if result:\n" +" print(result.get_string(\"digit\")) # Would print 2f\n" +"[/codeblock]\n" +"If you need to process multiple results, [method search_all] generates a " +"list of all non-overlapping results. This can be combined with a [code]for[/" +"code] loop for convenience.\n" +"[codeblock]\n" +"for result in regex.search_all(\"d01, d03, d0c, x3f and x42\"):\n" +" print(result.get_string(\"digit\"))\n" +"# Would print 01 03 0 3f 42\n" +"[/codeblock]\n" +"[b]Example of splitting a string using a RegEx:[/b]\n" +"[codeblock]\n" +"var regex = RegEx.new()\n" +"regex.compile(\"\\\\S+\") # Negated whitespace character class.\n" +"var results = []\n" +"for result in regex.search_all(\"One Two \\n\\tThree\"):\n" +" results.push_back(result.get_string())\n" +"# The `results` array now contains \"One\", \"Two\", \"Three\".\n" +"[/codeblock]\n" +"[b]Note:[/b] Godot's regex implementation is based on the [url=https://www." +"pcre.org/]PCRE2[/url] library. You can view the full pattern reference " +"[url=https://www.pcre.org/current/doc/html/pcre2pattern.html]here[/url].\n" +"[b]Tip:[/b] You can use [url=https://regexr.com/]Regexr[/url] to test " +"regular expressions online." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:55 +msgid "" +"This method resets the state of the object, as if it was freshly created. " +"Namely, it unassigns the regular expression of this object." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:62 +msgid "" +"Compiles and assign the search pattern to use. Returns [constant OK] if the " +"compilation is successful. If an error is encountered, details are printed " +"to standard output and an error is returned." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:68 +msgid "Returns the number of capturing groups in compiled pattern." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:74 +msgid "" +"Returns an array of names of named capturing groups in the compiled pattern. " +"They are ordered by appearance." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:80 +msgid "Returns the original search pattern that was compiled." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:86 +msgid "Returns whether this object has a valid search pattern assigned." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:95 +msgid "" +"Searches the text for the compiled pattern. Returns a [RegExMatch] container " +"of the first matching result if found, otherwise [code]null[/code]. The " +"region to search within can be specified without modifying where the start " +"and end anchor would be." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:104 +msgid "" +"Searches the text for the compiled pattern. Returns an array of [RegExMatch] " +"containers for each non-overlapping result. If no results were found, an " +"empty array is returned instead. The region to search within can be " +"specified without modifying where the start and end anchor would be." +msgstr "" + +#: modules/regex/doc_classes/RegEx.xml:115 +msgid "" +"Searches the text for the compiled pattern and replaces it with the " +"specified string. Escapes and backreferences such as [code]$1[/code] and " +"[code]$name[/code] are expanded and resolved. By default, only the first " +"instance is replaced, but it can be changed for all instances (global " +"replacement). The region to search within can be specified without modifying " +"where the start and end anchor would be." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:4 +msgid "Contains the results of a [RegEx] search." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:7 +msgid "" +"Contains the results of a single [RegEx] match returned by [method RegEx." +"search] and [method RegEx.search_all]. It can be used to find the position " +"and range of the match and its capturing groups, and it can extract its " +"substring for you." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:16 +msgid "" +"Returns the end position of the match within the source string. The end " +"position of capturing groups can be retrieved by providing its group number " +"as an integer or its string name (if it's a named group). The default value " +"of 0 refers to the whole pattern.\n" +"Returns -1 if the group did not match or doesn't exist." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:23 +msgid "Returns the number of capturing groups." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:30 +msgid "" +"Returns the starting position of the match within the source string. The " +"starting position of capturing groups can be retrieved by providing its " +"group number as an integer or its string name (if it's a named group). The " +"default value of 0 refers to the whole pattern.\n" +"Returns -1 if the group did not match or doesn't exist." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:38 +msgid "" +"Returns the substring of the match from the source string. Capturing groups " +"can be retrieved by providing its group number as an integer or its string " +"name (if it's a named group). The default value of 0 refers to the whole " +"pattern.\n" +"Returns an empty string if the group did not match or doesn't exist." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:45 +msgid "" +"A dictionary of named groups and its corresponding group number. Only groups " +"that were matched are included. If multiple groups have the same name, that " +"name would refer to the first matching one." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:48 +msgid "An [Array] of the match and its capturing groups." +msgstr "" + +#: modules/regex/doc_classes/RegExMatch.xml:51 +msgid "" +"The source string used with the search pattern to find this matching result." +msgstr "" + +#: doc/classes/RemoteTransform.xml:4 +msgid "" +"RemoteTransform pushes its own [Transform] to another [Spatial] derived Node " +"in the scene." +msgstr "" + +#: doc/classes/RemoteTransform.xml:7 +msgid "" +"RemoteTransform pushes its own [Transform] to another [Spatial] derived Node " +"(called the remote node) in the scene.\n" +"It can be set to update another Node's position, rotation and/or scale. It " +"can use either global or local coordinates." +msgstr "" + +#: doc/classes/RemoteTransform.xml:16 +msgid "" +"[RemoteTransform] caches the remote node. It may not notice if the remote " +"node disappears; [method force_update_cache] forces it to update the cache " +"again." +msgstr "" + +#: doc/classes/RemoteTransform.xml:22 +msgid "" +"The [NodePath] to the remote node, relative to the RemoteTransform's " +"position in the scene." +msgstr "" + +#: doc/classes/RemoteTransform.xml:25 doc/classes/RemoteTransform2D.xml:25 +msgid "If [code]true[/code], the remote node's position is updated." +msgstr "" + +#: doc/classes/RemoteTransform.xml:28 doc/classes/RemoteTransform2D.xml:28 +msgid "If [code]true[/code], the remote node's rotation is updated." +msgstr "" + +#: doc/classes/RemoteTransform.xml:31 doc/classes/RemoteTransform2D.xml:31 +msgid "If [code]true[/code], the remote node's scale is updated." +msgstr "" + +#: doc/classes/RemoteTransform.xml:34 doc/classes/RemoteTransform2D.xml:34 +msgid "" +"If [code]true[/code], global coordinates are used. If [code]false[/code], " +"local coordinates are used." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:4 +msgid "" +"RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] " +"derived Node in the scene." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:7 +msgid "" +"RemoteTransform2D pushes its own [Transform2D] to another [CanvasItem] " +"derived Node (called the remote node) in the scene.\n" +"It can be set to update another Node's position, rotation and/or scale. It " +"can use either global or local coordinates." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:16 +msgid "" +"[RemoteTransform2D] caches the remote node. It may not notice if the remote " +"node disappears; [method force_update_cache] forces it to update the cache " +"again." +msgstr "" + +#: doc/classes/RemoteTransform2D.xml:22 +msgid "" +"The [NodePath] to the remote node, relative to the RemoteTransform2D's " +"position in the scene." +msgstr "" + +#: doc/classes/Resource.xml:4 +msgid "Base class for all resources." +msgstr "" + +#: doc/classes/Resource.xml:7 +msgid "" +"Resource is the base class for all Godot-specific resource types, serving " +"primarily as data containers. Since they inherit from [Reference], resources " +"are reference-counted and freed when no longer in use. They are also cached " +"once loaded from disk, so that any further attempts to load a resource from " +"a given path will return the same reference (all this in contrast to a " +"[Node], which is not reference-counted and can be instanced from disk as " +"many times as desired). Resources can be saved externally on disk or bundled " +"into another object, such as a [Node] or another resource.\n" +"[b]Note:[/b] In C#, resources will not be freed instantly after they are no " +"longer in use. Instead, garbage collection will run periodically and will " +"free resources that are no longer in use. This means that unused resources " +"will linger on for a while before being removed." +msgstr "" + +#: doc/classes/Resource.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/resources." +"html" +msgstr "" + +#: doc/classes/Resource.xml:18 +msgid "" +"Virtual function which can be overridden to customize the behavior value of " +"[method setup_local_to_scene]." +msgstr "" + +#: doc/classes/Resource.xml:25 +msgid "" +"Duplicates the resource, returning a new resource with the exported members " +"copied. [b]Note:[/b] To duplicate the resource the constructor is called " +"without arguments. This method will error when the constructor doesn't have " +"default values.\n" +"By default, sub-resources are shared between resource copies for efficiency. " +"This can be changed by passing [code]true[/code] to the [code]subresources[/" +"code] argument which will copy the subresources.\n" +"[b]Note:[/b] If [code]subresources[/code] is [code]true[/code], this method " +"will only perform a shallow copy. Nested resources within subresources will " +"not be duplicated and will still be shared.\n" +"[b]Note:[/b] When duplicating a resource, only [code]export[/code]ed " +"properties are copied. Other properties will be set to their default value " +"in the new resource." +msgstr "" + +#: doc/classes/Resource.xml:34 +msgid "" +"Emits the [signal changed] signal.\n" +"If external objects which depend on this resource should be updated, this " +"method must be called manually whenever the state of this resource has " +"changed (such as modification of properties).\n" +"The method is equivalent to:\n" +"[codeblock]\n" +"emit_signal(\"changed\")\n" +"[/codeblock]\n" +"[b]Note:[/b] This method is called automatically for built-in resources." +msgstr "" + +#: doc/classes/Resource.xml:46 +msgid "" +"If [member resource_local_to_scene] is enabled and the resource was loaded " +"from a [PackedScene] instantiation, returns the local scene where this " +"resource's unique copy is in use. Otherwise, returns [code]null[/code]." +msgstr "" + +#: doc/classes/Resource.xml:52 +msgid "" +"Returns the RID of the resource (or an empty RID). Many resources (such as " +"[Texture], [Mesh], etc) are high-level abstractions of resources stored in a " +"server, so this function will return the original RID." +msgstr "" + +#: doc/classes/Resource.xml:58 +msgid "" +"This method is called when a resource with [member resource_local_to_scene] " +"enabled is loaded from a [PackedScene] instantiation. Its behavior can be " +"customized by overriding [method _setup_local_to_scene] from script.\n" +"For most resources, this method performs no base logic. [ViewportTexture] " +"performs custom logic to properly set the proxy texture and flags in the " +"local viewport." +msgstr "" + +#: doc/classes/Resource.xml:66 +msgid "" +"Sets the path of the resource, potentially overriding an existing cache " +"entry for this path. This differs from setting [member resource_path], as " +"the latter would error out if another resource was already cached for the " +"given path." +msgstr "" + +#: doc/classes/Resource.xml:72 +msgid "" +"If [code]true[/code], the resource will be made unique in each instance of " +"its local scene. It can thus be modified in a scene instance without " +"impacting other instances of that same scene." +msgstr "" + +#: doc/classes/Resource.xml:75 +msgid "" +"The name of the resource. This is an optional identifier. If [member " +"resource_name] is not empty, its value will be displayed to represent the " +"current resource in the editor inspector. For built-in scripts, the [member " +"resource_name] will be displayed as the tab name in the script editor." +msgstr "" + +#: doc/classes/Resource.xml:78 +msgid "" +"The path to the resource. In case it has its own file, it will return its " +"filepath. If it's tied to the scene, it will return the scene's path, " +"followed by the resource's index." +msgstr "" + +#: doc/classes/Resource.xml:84 +msgid "" +"Emitted whenever the resource changes.\n" +"[b]Note:[/b] This signal is not emitted automatically for custom resources, " +"which means that you need to create a setter and emit the signal yourself." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:4 +msgid "Loads a specific resource type from a file." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:7 +msgid "" +"Godot loads resources in the editor or in exported games using " +"ResourceFormatLoaders. They are queried automatically via the " +"[ResourceLoader] singleton, or when a resource with internal dependencies is " +"loaded. Each file type may load as a different resource type, so multiple " +"ResourceFormatLoaders are registered in the engine.\n" +"Extending this class allows you to define your own loader. Be sure to " +"respect the documented return types and values. You should give it a global " +"class name with [code]class_name[/code] for it to be registered. Like built-" +"in ResourceFormatLoaders, it will be called automatically when loading " +"resources of its handled type(s). You may also implement a " +"[ResourceFormatSaver].\n" +"[b]Note:[/b] You can also extend [EditorImportPlugin] if the resource type " +"you need exists but Godot is unable to load its format. Choosing one way " +"over another depends on if the format is suitable or not for the final " +"exported game. For example, it's better to import [code].png[/code] textures " +"as [code].stex[/code] ([StreamTexture]) first, so they can be loaded with " +"better efficiency on the graphics card." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:19 +msgid "" +"If implemented, gets the dependencies of a given resource. If " +"[code]add_types[/code] is [code]true[/code], paths should be appended " +"[code]::TypeName[/code], where [code]TypeName[/code] is the class name of " +"the dependency.\n" +"[b]Note:[/b] Custom resource types defined by scripts aren't known by the " +"[ClassDB], so you might just return [code]\"Resource\"[/code] for them." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:26 +msgid "Gets the list of extensions for files this loader is able to read." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:33 +msgid "" +"Gets the class name of the resource associated with the given path. If the " +"loader cannot handle it, it should return [code]\"\"[/code].\n" +"[b]Note:[/b] Custom resource types defined by scripts aren't known by the " +"[ClassDB], so you might just return [code]\"Resource\"[/code] for them." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:41 +msgid "" +"Tells which resource class this loader can load.\n" +"[b]Note:[/b] Custom resource types defined by scripts aren't known by the " +"[ClassDB], so you might just handle [code]\"Resource\"[/code] for them." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:50 +msgid "" +"Loads a resource when the engine finds this loader to be compatible. If the " +"loaded resource is the result of an import, [code]original_path[/code] will " +"target the source file. Returns a [Resource] object on success, or an [enum " +"Error] constant in case of failure." +msgstr "" + +#: doc/classes/ResourceFormatLoader.xml:58 +msgid "" +"If implemented, renames dependencies within the given resource and saves it. " +"[code]renames[/code] is a dictionary [code]{ String => String }[/code] " +"mapping old dependency paths to new paths.\n" +"Returns [constant OK] on success, or an [enum Error] constant in case of " +"failure." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:4 +msgid "Saves a specific resource type to a file." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:7 +msgid "" +"The engine can save resources when you do it from the editor, or when you " +"use the [ResourceSaver] singleton. This is accomplished thanks to multiple " +"[ResourceFormatSaver]s, each handling its own format and called " +"automatically by the engine.\n" +"By default, Godot saves resources as [code].tres[/code] (text-based), [code]." +"res[/code] (binary) or another built-in format, but you can choose to create " +"your own format by extending this class. Be sure to respect the documented " +"return types and values. You should give it a global class name with " +"[code]class_name[/code] for it to be registered. Like built-in " +"ResourceFormatSavers, it will be called automatically when saving resources " +"of its recognized type(s). You may also implement a [ResourceFormatLoader]." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:17 +msgid "" +"Returns the list of extensions available for saving the resource object, " +"provided it is recognized (see [method recognize])." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:24 +msgid "Returns whether the given resource object can be saved by this saver." +msgstr "" + +#: doc/classes/ResourceFormatSaver.xml:33 +msgid "" +"Saves the given resource object to a file at the target [code]path[/code]. " +"[code]flags[/code] is a bitmask composed with [enum ResourceSaver." +"SaverFlags] constants.\n" +"Returns [constant OK] on success, or an [enum Error] constant in case of " +"failure." +msgstr "" + +#: doc/classes/ResourceImporter.xml:4 +msgid "Base class for the implementation of core resource importers." +msgstr "" + +#: doc/classes/ResourceImporter.xml:7 +msgid "" +"This is the base class for the resource importers implemented in core. To " +"implement your own resource importers using editor plugins, see " +"[EditorImportPlugin]." +msgstr "" + +#: doc/classes/ResourceImporter.xml:16 +msgid "The default import order." +msgstr "" + +#: doc/classes/ResourceImporter.xml:19 +msgid "" +"The import order for scenes, which ensures scenes are imported [i]after[/i] " +"all other core resources such as textures. Custom importers should generally " +"have an import order lower than [code]100[/code] to avoid issues when " +"importing scenes that rely on custom resources." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:4 +msgid "Interactive [Resource] loader." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:7 +msgid "" +"Interactive [Resource] loader. This object is returned by [ResourceLoader] " +"when performing an interactive load. It allows loading resources with high " +"granularity, which makes it mainly useful for displaying loading bars or " +"percentages." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:15 +msgid "" +"Returns the loaded resource if the load operation completed successfully, " +"[code]null[/code] otherwise." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:21 +msgid "" +"Returns the load stage. The total amount of stages can be queried with " +"[method get_stage_count]." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:27 +msgid "" +"Returns the total amount of stages (calls to [method poll]) needed to " +"completely load this resource." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:33 +msgid "" +"Polls the loading operation, i.e. loads a data chunk up to the next stage.\n" +"Returns [constant OK] if the poll is successful but the load operation has " +"not finished yet (intermediate stage). This means [method poll] will have to " +"be called again until the last stage is completed.\n" +"Returns [constant ERR_FILE_EOF] if the load operation has completed " +"successfully. The loaded resource can be obtained by calling [method " +"get_resource].\n" +"Returns another [enum Error] code if the poll has failed." +msgstr "" + +#: doc/classes/ResourceInteractiveLoader.xml:42 +msgid "" +"Polls the loading operation successively until the resource is completely " +"loaded or a [method poll] fails.\n" +"Returns [constant ERR_FILE_EOF] if the load operation has completed " +"successfully. The loaded resource can be obtained by calling [method " +"get_resource].\n" +"Returns another [enum Error] code if a poll has failed, aborting the " +"operation." +msgstr "" + +#: doc/classes/ResourceLoader.xml:4 +msgid "Singleton used to load resource files." +msgstr "" + +#: doc/classes/ResourceLoader.xml:7 +msgid "" +"Singleton used to load resource files from the filesystem.\n" +"It uses the many [ResourceFormatLoader] classes registered in the engine " +"(either built-in or from a plugin) to load files into memory and convert " +"them to a format that can be used by the engine." +msgstr "" + +#: doc/classes/ResourceLoader.xml:19 +msgid "" +"Returns whether a recognized resource exists for the given [code]path[/" +"code].\n" +"An optional [code]type_hint[/code] can be used to further specify the " +"[Resource] type that should be handled by the [ResourceFormatLoader]." +msgstr "" + +#: doc/classes/ResourceLoader.xml:27 +msgid "" +"Returns the dependencies for the resource at the given [code]path[/code]." +msgstr "" + +#: doc/classes/ResourceLoader.xml:34 +msgid "Returns the list of recognized extensions for a resource type." +msgstr "" + +#: doc/classes/ResourceLoader.xml:41 +msgid "" +"[i]Deprecated method.[/i] Use [method has_cached] or [method exists] instead." +msgstr "" + +#: doc/classes/ResourceLoader.xml:48 +msgid "" +"Returns whether a cached resource is available for the given [code]path[/" +"code].\n" +"Once a resource has been loaded by the engine, it is cached in memory for " +"faster access, and future calls to the [method load] or [method " +"load_interactive] methods will use the cached version. The cached resource " +"can be overridden by using [method Resource.take_over_path] on a new " +"resource for that same path." +msgstr "" + +#: doc/classes/ResourceLoader.xml:58 +msgid "" +"Loads a resource at the given [code]path[/code], caching the result for " +"further access.\n" +"The registered [ResourceFormatLoader]s are queried sequentially to find the " +"first one which can handle the file's extension, and then attempt loading. " +"If loading fails, the remaining ResourceFormatLoaders are also attempted.\n" +"An optional [code]type_hint[/code] can be used to further specify the " +"[Resource] type that should be handled by the [ResourceFormatLoader]. " +"Anything that inherits from [Resource] can be used as a type hint, for " +"example [Image].\n" +"If [code]no_cache[/code] is [code]true[/code], the resource cache will be " +"bypassed and the resource will be loaded anew. Otherwise, the cached " +"resource will be returned if it exists.\n" +"Returns an empty resource if no [ResourceFormatLoader] could handle the " +"file.\n" +"GDScript has a simplified [method @GDScript.load] built-in method which can " +"be used in most situations, leaving the use of [ResourceLoader] for more " +"advanced scenarios." +msgstr "" + +#: doc/classes/ResourceLoader.xml:71 +msgid "" +"Starts loading a resource interactively. The returned " +"[ResourceInteractiveLoader] object allows to load with high granularity, " +"calling its [method ResourceInteractiveLoader.poll] method successively to " +"load chunks.\n" +"An optional [code]type_hint[/code] can be used to further specify the " +"[Resource] type that should be handled by the [ResourceFormatLoader]. " +"Anything that inherits from [Resource] can be used as a type hint, for " +"example [Image]." +msgstr "" + +#: doc/classes/ResourceLoader.xml:79 +msgid "" +"Changes the behavior on missing sub-resources. The default behavior is to " +"abort loading." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:4 +msgid "Resource Preloader Node." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:7 +msgid "" +"This node is used to preload sub-resources inside a scene, so when the scene " +"is loaded, all the resources are ready to use and can be retrieved from the " +"preloader.\n" +"GDScript has a simplified [method @GDScript.preload] built-in method which " +"can be used in most situations, leaving the use of [ResourcePreloader] for " +"more advanced scenarios." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:18 +msgid "" +"Adds a resource to the preloader with the given [code]name[/code]. If a " +"resource with the given [code]name[/code] already exists, the new resource " +"will be renamed to \"[code]name[/code] N\" where N is an incrementing number " +"starting from 2." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:25 +msgid "Returns the resource associated to [code]name[/code]." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:31 +msgid "Returns the list of resources inside the preloader." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:38 +msgid "" +"Returns [code]true[/code] if the preloader contains a resource associated to " +"[code]name[/code]." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:45 +msgid "" +"Removes the resource associated to [code]name[/code] from the preloader." +msgstr "" + +#: doc/classes/ResourcePreloader.xml:53 +msgid "" +"Renames a resource inside the preloader from [code]name[/code] to " +"[code]newname[/code]." +msgstr "" + +#: doc/classes/ResourceSaver.xml:4 +msgid "Singleton for saving Godot-specific resource types." +msgstr "" + +#: doc/classes/ResourceSaver.xml:7 +msgid "" +"Singleton for saving Godot-specific resource types to the filesystem.\n" +"It uses the many [ResourceFormatSaver] classes registered in the engine " +"(either built-in or from a plugin) to save engine-specific resource data to " +"text-based (e.g. [code].tres[/code] or [code].tscn[/code]) or binary files " +"(e.g. [code].res[/code] or [code].scn[/code])." +msgstr "" + +#: doc/classes/ResourceSaver.xml:17 +msgid "" +"Returns the list of extensions available for saving a resource of a given " +"type." +msgstr "" + +#: doc/classes/ResourceSaver.xml:26 +msgid "" +"Saves a resource to disk to the given path, using a [ResourceFormatSaver] " +"that recognizes the resource object.\n" +"The [code]flags[/code] bitmask can be specified to customize the save " +"behavior.\n" +"Returns [constant OK] on success." +msgstr "" + +#: doc/classes/ResourceSaver.xml:34 +msgid "Save the resource with a path relative to the scene which uses it." +msgstr "" + +#: doc/classes/ResourceSaver.xml:37 +msgid "Bundles external resources." +msgstr "" + +#: doc/classes/ResourceSaver.xml:40 +msgid "" +"Changes the [member Resource.resource_path] of the saved resource to match " +"its new location." +msgstr "" + +#: doc/classes/ResourceSaver.xml:43 +msgid "" +"Do not save editor-specific metadata (identified by their [code]__editor[/" +"code] prefix)." +msgstr "" + +#: doc/classes/ResourceSaver.xml:46 +msgid "Save as big endian (see [member File.endian_swap])." +msgstr "" + +#: doc/classes/ResourceSaver.xml:49 +msgid "" +"Compress the resource on save using [constant File.COMPRESSION_ZSTD]. Only " +"available for binary resource types." +msgstr "" + +#: doc/classes/ResourceSaver.xml:52 +msgid "" +"Take over the paths of the saved subresources (see [method Resource." +"take_over_path])." +msgstr "" + +#: doc/classes/RichTextEffect.xml:4 +msgid "A custom effect for use with [RichTextLabel]." +msgstr "" + +#: doc/classes/RichTextEffect.xml:7 +msgid "" +"A custom effect for use with [RichTextLabel].\n" +"[b]Note:[/b] For a [RichTextEffect] to be usable, a BBCode tag must be " +"defined as a member variable called [code]bbcode[/code] in the script.\n" +"[codeblock]\n" +"# The RichTextEffect will be usable like this: `[example]Some text[/" +"example]`\n" +"var bbcode = \"example\"\n" +"[/codeblock]\n" +"[b]Note:[/b] As soon as a [RichTextLabel] contains at least one " +"[RichTextEffect], it will continuously process the effect unless the project " +"is paused. This may impact battery life negatively." +msgstr "" + +#: doc/classes/RichTextEffect.xml:24 +msgid "" +"Override this method to modify properties in [code]char_fx[/code]. The " +"method must return [code]true[/code] if the character could be transformed " +"successfully. If the method returns [code]false[/code], it will skip " +"transformation to avoid displaying broken text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:4 +msgid "Label that displays rich text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:7 +msgid "" +"Rich text can contain custom text, fonts, images and some basic formatting. " +"The label manages these as an internal tag stack. It also adapts itself to " +"given width/heights.\n" +"[b]Note:[/b] Assignments to [member bbcode_text] clear the tag stack and " +"reconstruct it from the property's contents. Any edits made to [member " +"bbcode_text] will erase previous edits made from other manual sources such " +"as [method append_bbcode] and the [code]push_*[/code] / [method pop] " +"methods.\n" +"[b]Note:[/b] RichTextLabel doesn't support entangled BBCode tags. For " +"example, instead of using [code][b]bold[i]bold italic[/b]italic[/i][/code], " +"use [code][b]bold[i]bold italic[/i][/b][i]italic[/i][/code].\n" +"[b]Note:[/b] [code]push_*/pop[/code] functions won't affect BBCode.\n" +"[b]Note:[/b] Unlike [Label], RichTextLabel doesn't have a [i]property[/i] to " +"horizontally align text to the center. Instead, enable [member " +"bbcode_enabled] and surround the text in a [code][center][/code] tag as " +"follows: [code][center]Example[/center][/code]. There is currently no built-" +"in way to vertically align text either, but this can be emulated by relying " +"on anchors/containers and the [member fit_content_height] property.\n" +"[b]Note:[/b] Unicode characters after [code]0xffff[/code] (such as most " +"emoji) are [i]not[/i] supported on Windows. They will display as unknown " +"characters instead. This will be resolved in Godot 4.0." +msgstr "" + +#: doc/classes/RichTextLabel.xml:16 +msgid "https://godotengine.org/asset-library/asset/132" +msgstr "" + +#: doc/classes/RichTextLabel.xml:26 +msgid "" +"Adds an image's opening and closing tags to the tag stack, optionally " +"providing a [code]width[/code] and [code]height[/code] to resize the image.\n" +"If [code]width[/code] or [code]height[/code] is set to 0, the image size " +"will be adjusted in order to keep the original aspect ratio." +msgstr "" + +#: doc/classes/RichTextLabel.xml:34 +msgid "Adds raw non-BBCode-parsed text to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:41 +msgid "" +"Parses [code]bbcode[/code] and adds tags to the tag stack as needed. Returns " +"the result of the parsing, [constant OK] if successful.\n" +"[b]Note:[/b] Using this method, you can't close a tag that was opened in a " +"previous [method append_bbcode] call. This is done to improve performance, " +"especially when updating large RichTextLabels since rebuilding the whole " +"BBCode every time would be slower. If you absolutely need to close a tag in " +"a future method call, append the [member bbcode_text] instead of using " +"[method append_bbcode]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:48 +msgid "Clears the tag stack and sets [member bbcode_text] to an empty string." +msgstr "" + +#: doc/classes/RichTextLabel.xml:54 +msgid "Returns the height of the content." +msgstr "" + +#: doc/classes/RichTextLabel.xml:60 +msgid "" +"Returns the total number of newlines in the tag stack's text tags. Considers " +"wrapped text as one line." +msgstr "" + +#: doc/classes/RichTextLabel.xml:66 +msgid "" +"Returns the total number of characters from text tags. Does not include " +"BBCodes." +msgstr "" + +#: doc/classes/RichTextLabel.xml:72 +msgid "" +"Returns the vertical scrollbar.\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/RichTextLabel.xml:79 +msgid "Returns the number of visible lines." +msgstr "" + +#: doc/classes/RichTextLabel.xml:86 +msgid "" +"Installs a custom effect. [code]effect[/code] should be a valid " +"[RichTextEffect]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:92 +msgid "Adds a newline tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:99 +msgid "" +"The assignment version of [method append_bbcode]. Clears the tag stack and " +"inserts the new content. Returns [constant OK] if parses [code]bbcode[/code] " +"successfully." +msgstr "" + +#: doc/classes/RichTextLabel.xml:106 +msgid "Parses BBCode parameter [code]expressions[/code] into a dictionary." +msgstr "" + +#: doc/classes/RichTextLabel.xml:112 +msgid "" +"Terminates the current tag. Use after [code]push_*[/code] methods to close " +"BBCodes manually. Does not need to follow [code]add_*[/code] methods." +msgstr "" + +#: doc/classes/RichTextLabel.xml:119 +msgid "" +"Adds an [code][align][/code] tag based on the given [code]align[/code] " +"value. See [enum Align] for possible values." +msgstr "" + +#: doc/classes/RichTextLabel.xml:125 +msgid "" +"Adds a [code][font][/code] tag with a bold font to the tag stack. This is " +"the same as adding a [code][b][/code] tag if not currently in a [code][i][/" +"code] tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:131 +msgid "" +"Adds a [code][font][/code] tag with a bold italics font to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:137 +msgid "" +"Adds a [code][cell][/code] tag to the tag stack. Must be inside a [code]" +"[table][/code] tag. See [method push_table] for details." +msgstr "" + +#: doc/classes/RichTextLabel.xml:144 +msgid "Adds a [code][color][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:151 +msgid "" +"Adds a [code][font][/code] tag to the tag stack. Overrides default fonts for " +"its duration." +msgstr "" + +#: doc/classes/RichTextLabel.xml:158 +msgid "" +"Adds an [code][indent][/code] tag to the tag stack. Multiplies [code]level[/" +"code] by current [member tab_size] to determine new margin length." +msgstr "" + +#: doc/classes/RichTextLabel.xml:164 +msgid "" +"Adds a [code][font][/code] tag with a italics font to the tag stack. This is " +"the same as adding a [code][i][/code] tag if not currently in a [code][b][/" +"code] tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:171 +msgid "" +"Adds a [code][list][/code] tag to the tag stack. Similar to the BBCodes " +"[code][ol][/code] or [code][ul][/code], but supports more list types. Not " +"fully implemented!" +msgstr "" + +#: doc/classes/RichTextLabel.xml:178 +msgid "" +"Adds a [code][meta][/code] tag to the tag stack. Similar to the BBCode [code]" +"[url=something]{text}[/url][/code], but supports non-[String] metadata types." +msgstr "" + +#: doc/classes/RichTextLabel.xml:184 +msgid "Adds a [code][font][/code] tag with a monospace font to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:190 +msgid "Adds a [code][font][/code] tag with a normal font to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:196 +msgid "Adds a [code][s][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:203 +msgid "Adds a [code][table=columns][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:209 +msgid "Adds a [code][u][/code] tag to the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:216 +msgid "" +"Removes a line of content from the label. Returns [code]true[/code] if the " +"line exists.\n" +"The [code]line[/code] argument is the index of the line to remove, it can " +"take values in the interval [code][0, get_line_count() - 1][/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:224 +msgid "Scrolls the window's top line to match [code]line[/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:233 +msgid "" +"Edits the selected column's expansion options. If [code]expand[/code] is " +"[code]true[/code], the column expands in proportion to its expansion ratio " +"versus the other columns' ratios.\n" +"For example, 2 columns with ratios 3 and 4 plus 70 pixels in available width " +"would expand 30 and 40 pixels, respectively.\n" +"If [code]expand[/code] is [code]false[/code], the column will not contribute " +"to the total ratio." +msgstr "" + +#: doc/classes/RichTextLabel.xml:241 +msgid "" +"If [code]true[/code], the label uses BBCode formatting.\n" +"[b]Note:[/b] Trying to alter the [RichTextLabel]'s text with [method " +"add_text] will reset this to [code]false[/code]. Use instead [method " +"append_bbcode] to preserve BBCode formatting." +msgstr "" + +#: doc/classes/RichTextLabel.xml:245 +msgid "" +"The label's text in BBCode format. Is not representative of manual " +"modifications to the internal tag stack. Erases changes made by other " +"methods when edited.\n" +"[b]Note:[/b] It is unadvised to use the [code]+=[/code] operator with " +"[code]bbcode_text[/code] (e.g. [code]bbcode_text += \"some string\"[/code]) " +"as it replaces the whole text and can cause slowdowns. Use [method " +"append_bbcode] for adding text instead, unless you absolutely need to close " +"a tag that was opened in an earlier method call." +msgstr "" + +#: doc/classes/RichTextLabel.xml:249 +msgid "" +"The currently installed custom effects. This is an array of " +"[RichTextEffect]s.\n" +"To add a custom effect, it's more convenient to use [method install_effect]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:253 +msgid "" +"If [code]true[/code], the label's height will be automatically updated to " +"fit its content.\n" +"[b]Note:[/b] This property is used as a workaround to fix issues with " +"[RichTextLabel] in [Container]s, but it's unreliable in some cases and will " +"be removed in future versions." +msgstr "" + +#: doc/classes/RichTextLabel.xml:257 +msgid "" +"If [code]true[/code], the label underlines meta tags such as [code][url]" +"{text}[/url][/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:260 +msgid "If [code]true[/code], the label uses the custom font color." +msgstr "" + +#: doc/classes/RichTextLabel.xml:263 +msgid "" +"The range of characters to display, as a [float] between 0.0 and 1.0. When " +"assigned an out of range value, it's the same as assigning 1.0.\n" +"[b]Note:[/b] Setting this property updates [member visible_characters] based " +"on current [method get_total_character_count]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:268 +msgid "" +"If [code]true[/code], the scrollbar is visible. Setting this to [code]false[/" +"code] does not block scrolling completely. See [method scroll_to_line]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:271 +msgid "" +"If [code]true[/code], the window scrolls down to display new content " +"automatically." +msgstr "" + +#: doc/classes/RichTextLabel.xml:274 +msgid "If [code]true[/code], the label allows text selection." +msgstr "" + +#: doc/classes/RichTextLabel.xml:277 +msgid "" +"The number of spaces associated with a single tab length. Does not affect " +"[code]\\t[/code] in text tags, only indent tags." +msgstr "" + +#: doc/classes/RichTextLabel.xml:280 +msgid "" +"The raw text of the label.\n" +"When set, clears the tag stack and adds a raw text tag to the top of it. " +"Does not parse BBCodes. Does not modify [member bbcode_text]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:284 +msgid "" +"The restricted number of characters to display in the label. If [code]-1[/" +"code], all characters will be displayed.\n" +"[b]Note:[/b] Setting this property updates [member percent_visible] based on " +"current [method get_total_character_count]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:292 +msgid "" +"Triggered when the user clicks on content between meta tags. If the meta is " +"defined in text, e.g. [code][url={\"data\"=\"hi\"}]hi[/url][/code], then the " +"parameter for this signal will be a [String] type. If a particular type or " +"an object is desired, the [method push_meta] method must be used to manually " +"insert the data into the tag stack." +msgstr "" + +#: doc/classes/RichTextLabel.xml:298 +msgid "Triggers when the mouse exits a meta tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:304 +msgid "Triggers when the mouse enters a meta tag." +msgstr "" + +#: doc/classes/RichTextLabel.xml:310 +msgid "Makes text left aligned." +msgstr "" + +#: doc/classes/RichTextLabel.xml:313 +msgid "Makes text centered." +msgstr "" + +#: doc/classes/RichTextLabel.xml:316 +msgid "Makes text right aligned." +msgstr "" + +#: doc/classes/RichTextLabel.xml:319 +msgid "Makes text fill width." +msgstr "" + +#: doc/classes/RichTextLabel.xml:322 +msgid "Each list item has a number marker." +msgstr "" + +#: doc/classes/RichTextLabel.xml:325 +msgid "Each list item has a letter marker." +msgstr "" + +#: doc/classes/RichTextLabel.xml:328 +msgid "Each list item has a filled circle marker." +msgstr "" + +#: doc/classes/RichTextLabel.xml:371 +msgid "The font used for bold text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:374 +msgid "The font used for bold italics text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:377 +msgid "The default text color." +msgstr "" + +#: doc/classes/RichTextLabel.xml:380 +msgid "The background The background used when the [RichTextLabel] is focused." +msgstr "" + +#: doc/classes/RichTextLabel.xml:383 +msgid "" +"The color of selected text, used when [member selection_enabled] is " +"[code]true[/code]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:386 +msgid "The color of the font's shadow." +msgstr "" + +#: doc/classes/RichTextLabel.xml:389 +msgid "The font used for italics text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:392 +msgid "The vertical space between lines." +msgstr "" + +#: doc/classes/RichTextLabel.xml:395 +msgid "The font used for monospace text." +msgstr "" + +#: doc/classes/RichTextLabel.xml:398 +msgid "The normal background for the [RichTextLabel]." +msgstr "" + +#: doc/classes/RichTextLabel.xml:401 +msgid "The default text font." +msgstr "" + +#: doc/classes/RichTextLabel.xml:404 +msgid "The color of the selection box." +msgstr "" + +#: doc/classes/RichTextLabel.xml:407 +msgid "" +"Boolean value. If 1 ([code]true[/code]), the shadow will be displayed around " +"the whole text as an outline." +msgstr "" + +#: doc/classes/RichTextLabel.xml:410 +msgid "The horizontal offset of the font's shadow." +msgstr "" + +#: doc/classes/RichTextLabel.xml:413 +msgid "The vertical offset of the font's shadow." +msgstr "" + +#: doc/classes/RichTextLabel.xml:416 +msgid "The horizontal separation of elements in a table." +msgstr "" + +#: doc/classes/RichTextLabel.xml:419 +msgid "The vertical separation of elements in a table." +msgstr "" + +#: doc/classes/RID.xml:4 +msgid "Handle for a [Resource]'s unique ID." +msgstr "" + +#: doc/classes/RID.xml:7 +msgid "" +"The RID type is used to access the unique integer ID of a resource. They are " +"opaque, which means they do not grant access to the associated resource by " +"themselves. They are used by and with the low-level Server classes such as " +"[VisualServer]." +msgstr "" + +#: doc/classes/RID.xml:16 +msgid "" +"Creates a new RID instance with the ID of a given resource. When not handed " +"a valid resource, silently stores the unused ID 0." +msgstr "" + +#: doc/classes/RID.xml:22 +msgid "Returns the ID of the referenced resource." +msgstr "" + +#: doc/classes/RigidBody.xml:4 +msgid "" +"Physics Body whose position is determined through physics simulation in 3D " +"space." +msgstr "" + +#: doc/classes/RigidBody.xml:7 +msgid "" +"This is the node that implements full 3D physics. This means that you do not " +"control a RigidBody directly. Instead, you can apply forces to it (gravity, " +"impulses, etc.), and the physics simulation will calculate the resulting " +"movement, collision, bouncing, rotating, etc.\n" +"A RigidBody has 4 behavior [member mode]s: Rigid, Static, Character, and " +"Kinematic.\n" +"[b]Note:[/b] Don't change a RigidBody's position every frame or very often. " +"Sporadic changes work fine, but physics runs at a different granularity " +"(fixed Hz) than usual rendering (process callback) and maybe even in a " +"separate thread, so changing this from a process loop may result in strange " +"behavior. If you need to directly affect the body's state, use [method " +"_integrate_forces], which allows you to directly access the physics state.\n" +"If you need to override the default physics behavior, you can write a custom " +"force integration function. See [member custom_integrator].\n" +"With Bullet physics (the default), the center of mass is the RigidBody3D " +"center. With GodotPhysics, the center of mass is the average of the " +"[CollisionShape] centers." +msgstr "" + +#: doc/classes/RigidBody.xml:23 +msgid "" +"Called during physics processing, allowing you to read and safely modify the " +"simulation state for the object. By default, it works in addition to the " +"usual physics behavior, but the [member custom_integrator] property allows " +"you to disable the default behavior and do fully custom force integration " +"for a body." +msgstr "" + +#: doc/classes/RigidBody.xml:30 +msgid "" +"Adds a constant directional force (i.e. acceleration) without affecting " +"rotation.\n" +"This is equivalent to [code]add_force(force, Vector3(0,0,0))[/code]." +msgstr "" + +#: doc/classes/RigidBody.xml:39 +msgid "" +"Adds a constant directional force (i.e. acceleration).\n" +"The position uses the rotation of the global coordinate system, but is " +"centered at the object's origin." +msgstr "" + +#: doc/classes/RigidBody.xml:47 +msgid "" +"Adds a constant rotational force (i.e. a motor) without affecting position." +msgstr "" + +#: doc/classes/RigidBody.xml:54 +msgid "" +"Applies a directional impulse without affecting rotation.\n" +"This is equivalent to [code]apply_impulse(Vector3(0,0,0), impulse)[/code]." +msgstr "" + +#: doc/classes/RigidBody.xml:63 +msgid "" +"Applies a positioned impulse to the body. An impulse is time independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason it should only be used when simulating one-time impacts. The " +"position uses the rotation of the global coordinate system, but is centered " +"at the object's origin." +msgstr "" + +#: doc/classes/RigidBody.xml:70 +msgid "" +"Applies a torque impulse which will be affected by the body mass and shape. " +"This will rotate the body around the [code]impulse[/code] vector passed." +msgstr "" + +#: doc/classes/RigidBody.xml:77 +msgid "" +"Returns [code]true[/code] if the specified linear or rotational axis is " +"locked." +msgstr "" + +#: doc/classes/RigidBody.xml:83 doc/classes/RigidBody2D.xml:73 +msgid "" +"Returns a list of the bodies colliding with this one. Requires [member " +"contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions.\n" +"[b]Note:[/b] The result of this test is not immediate after moving objects. " +"For performance, list of collisions is updated once per frame and before the " +"physics step. Consider using signals instead." +msgstr "" + +#: doc/classes/RigidBody.xml:90 +msgid "" +"Returns the inverse inertia tensor basis. This is used to calculate the " +"angular acceleration resulting from a torque applied to the RigidBody." +msgstr "" + +#: doc/classes/RigidBody.xml:98 +msgid "Locks the specified linear or rotational axis." +msgstr "" + +#: doc/classes/RigidBody.xml:111 +msgid "" +"Damps RigidBody's rotational forces.\n" +"See [member ProjectSettings.physics/3d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/RigidBody.xml:115 +msgid "RigidBody's rotational velocity." +msgstr "" + +#: doc/classes/RigidBody.xml:118 +msgid "Lock the body's rotation in the X axis." +msgstr "" + +#: doc/classes/RigidBody.xml:121 +msgid "Lock the body's rotation in the Y axis." +msgstr "" + +#: doc/classes/RigidBody.xml:124 +msgid "Lock the body's rotation in the Z axis." +msgstr "" + +#: doc/classes/RigidBody.xml:127 +msgid "Lock the body's movement in the X axis." +msgstr "" + +#: doc/classes/RigidBody.xml:130 +msgid "Lock the body's movement in the Y axis." +msgstr "" + +#: doc/classes/RigidBody.xml:133 +msgid "Lock the body's movement in the Z axis." +msgstr "" + +#: doc/classes/RigidBody.xml:136 doc/classes/RigidBody2D.xml:110 +#: doc/classes/StaticBody.xml:19 doc/classes/StaticBody2D.xml:16 +msgid "" +"The body's bounciness. Values range from [code]0[/code] (no bounce) to " +"[code]1[/code] (full bounciness).\n" +"Deprecated, use [member PhysicsMaterial.bounce] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/RigidBody.xml:140 +msgid "" +"If [code]true[/code], the body can enter sleep mode when there is no " +"movement. See [member sleeping].\n" +"[b]Note:[/b] A RigidBody3D will never enter sleep mode automatically if its " +"[member mode] is [constant MODE_CHARACTER]. It can still be put to sleep " +"manually by setting its [member sleeping] property to [code]true[/code]." +msgstr "" + +#: doc/classes/RigidBody.xml:144 +msgid "" +"If [code]true[/code], the RigidBody will emit signals when it collides with " +"another RigidBody. See also [member contacts_reported]." +msgstr "" + +#: doc/classes/RigidBody.xml:147 +msgid "" +"The maximum number of contacts that will be recorded. Requires [member " +"contact_monitor] to be set to [code]true[/code].\n" +"[b]Note:[/b] The number of contacts is different from the number of " +"collisions. Collisions between parallel edges will result in two contacts " +"(one at each end), and collisions between parallel faces will result in four " +"contacts (one at each corner)." +msgstr "" + +#: doc/classes/RigidBody.xml:151 +msgid "" +"If [code]true[/code], continuous collision detection is used.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide, instead of moving it and correcting its movement if it collided. " +"Continuous collision detection is more precise, and misses fewer impacts by " +"small, fast-moving objects. Not using continuous collision detection is " +"faster to compute, but can miss small, fast-moving objects." +msgstr "" + +#: doc/classes/RigidBody.xml:155 +msgid "" +"If [code]true[/code], internal force integration will be disabled (like " +"gravity or air friction) for this body. Other than collision response, the " +"body will only move as determined by the [method _integrate_forces] " +"function, if defined." +msgstr "" + +#: doc/classes/RigidBody.xml:158 +msgid "" +"The body's friction, from 0 (frictionless) to 1 (max friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/RigidBody.xml:162 +msgid "" +"This is multiplied by the global 3D gravity setting found in [b]Project > " +"Project Settings > Physics > 3d[/b] to produce RigidBody's gravity. For " +"example, a value of 1 will be normal gravity, 2 will apply double gravity, " +"and 0.5 will apply half gravity to this object." +msgstr "" + +#: doc/classes/RigidBody.xml:165 +msgid "" +"The body's linear damp. Cannot be less than -1.0. If this value is different " +"from -1.0, any linear damp derived from the world or areas will be " +"overridden.\n" +"See [member ProjectSettings.physics/3d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/RigidBody.xml:169 +msgid "" +"The body's linear velocity. Can be used sporadically, but [b]don't set this " +"every frame[/b], because physics may run in another thread and runs at a " +"different granularity. Use [method _integrate_forces] as your process loop " +"for precise control of the body state." +msgstr "" + +#: doc/classes/RigidBody.xml:172 doc/classes/RigidBody2D.xml:149 +msgid "The body's mass." +msgstr "" + +#: doc/classes/RigidBody.xml:175 +msgid "The body mode. See [enum Mode] for possible values." +msgstr "" + +#: doc/classes/RigidBody.xml:178 doc/classes/RigidBody2D.xml:155 +#: doc/classes/StaticBody.xml:33 doc/classes/StaticBody2D.xml:30 +msgid "" +"The physics material override for the body.\n" +"If a material is assigned to this property, it will be used instead of any " +"other physics material, such as an inherited one." +msgstr "" + +#: doc/classes/RigidBody.xml:182 doc/classes/RigidBody2D.xml:159 +msgid "" +"If [code]true[/code], the body will not move and will not calculate forces " +"until woken up by another body through, for example, a collision, or by " +"using the [method apply_impulse] or [method add_force] methods." +msgstr "" + +#: doc/classes/RigidBody.xml:185 +msgid "" +"The body's weight based on its mass and the global 3D gravity. Global values " +"are set in [b]Project > Project Settings > Physics > 3d[/b]." +msgstr "" + +#: doc/classes/RigidBody.xml:192 +msgid "" +"Emitted when a collision with another [PhysicsBody] or [GridMap] occurs. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/RigidBody.xml:199 +msgid "" +"Emitted when the collision with another [PhysicsBody] or [GridMap] ends. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap]." +msgstr "" + +#: doc/classes/RigidBody.xml:209 +msgid "" +"Emitted when one of this RigidBody's [Shape]s collides with another " +"[PhysicsBody] or [GridMap]'s [Shape]s. Requires [member contact_monitor] to " +"be set to [code]true[/code] and [member contacts_reported] to be set high " +"enough to detect all the collisions. [GridMap]s are detected if the " +"[MeshLibrary] has Collision [Shape]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody] or " +"[MeshLibrary]'s [CollisionObject] used by the [PhysicsServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap].\n" +"[code]body_shape_index[/code] the index of the [Shape] of the other " +"[PhysicsBody] or [GridMap] used by the [PhysicsServer]. Get the " +"[CollisionShape] node with [code]body.shape_owner_get_owner(body_shape_index)" +"[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this RigidBody " +"used by the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code].\n" +"[b]Note:[/b] Bullet physics cannot identify the shape index when using a " +"[ConcavePolygonShape]. Don't use multiple [CollisionShape]s when using a " +"[ConcavePolygonShape] with Bullet physics if you need shape indices." +msgstr "" + +#: doc/classes/RigidBody.xml:223 +msgid "" +"Emitted when the collision between one of this RigidBody's [Shape]s and " +"another [PhysicsBody] or [GridMap]'s [Shape]s ends. Requires [member " +"contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[GridMap]s are detected if the [MeshLibrary] has Collision [Shape]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody] or " +"[MeshLibrary]'s [CollisionObject] used by the [PhysicsServer]. [GridMap]s " +"are detected if the Meshes have [Shape]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody] or [GridMap].\n" +"[code]body_shape_index[/code] the index of the [Shape] of the other " +"[PhysicsBody] or [GridMap] used by the [PhysicsServer]. Get the " +"[CollisionShape] node with [code]body.shape_owner_get_owner(body_shape_index)" +"[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape] of this RigidBody " +"used by the [PhysicsServer]. Get the [CollisionShape] node with [code]self." +"shape_owner_get_owner(local_shape_index)[/code].\n" +"[b]Note:[/b] Bullet physics cannot identify the shape index when using a " +"[ConcavePolygonShape]. Don't use multiple [CollisionShape]s when using a " +"[ConcavePolygonShape] with Bullet physics if you need shape indices." +msgstr "" + +#: doc/classes/RigidBody.xml:233 doc/classes/RigidBody2D.xml:208 +msgid "" +"Emitted when the physics engine changes the body's sleeping state.\n" +"[b]Note:[/b] Changing the value [member sleeping] will not trigger this " +"signal. It is only emitted if the sleeping state is changed by the physics " +"engine or [code]emit_signal(\"sleeping_state_changed\")[/code] is used." +msgstr "" + +#: doc/classes/RigidBody.xml:240 +msgid "" +"Rigid body mode. This is the \"natural\" state of a rigid body. It is " +"affected by forces, and can move, rotate, and be affected by user code." +msgstr "" + +#: doc/classes/RigidBody.xml:243 +msgid "" +"Static mode. The body behaves like a [StaticBody], and can only move by user " +"code." +msgstr "" + +#: doc/classes/RigidBody.xml:246 +msgid "" +"Character body mode. This behaves like a rigid body, but can not rotate." +msgstr "" + +#: doc/classes/RigidBody.xml:249 +msgid "" +"Kinematic body mode. The body behaves like a [KinematicBody], and can only " +"move by user code." +msgstr "" + +#: doc/classes/RigidBody2D.xml:4 +msgid "A body that is controlled by the 2D physics engine." +msgstr "" + +#: doc/classes/RigidBody2D.xml:7 +msgid "" +"This node implements simulated 2D physics. You do not control a RigidBody2D " +"directly. Instead, you apply forces to it (gravity, impulses, etc.) and the " +"physics simulation calculates the resulting movement based on its mass, " +"friction, and other physical properties.\n" +"A RigidBody2D has 4 behavior [member mode]s: Rigid, Static, Character, and " +"Kinematic.\n" +"[b]Note:[/b] You should not change a RigidBody2D's [code]position[/code] or " +"[code]linear_velocity[/code] every frame or even very often. If you need to " +"directly affect the body's state, use [method _integrate_forces], which " +"allows you to directly access the physics state.\n" +"Please also keep in mind that physics bodies manage their own transform " +"which overwrites the ones you set. So any direct or indirect transformation " +"(including scaling of the node or its parent) will be visible in the editor " +"only, and immediately reset at runtime.\n" +"If you need to override the default physics behavior or add a transformation " +"at runtime, you can write a custom force integration. See [member " +"custom_integrator].\n" +"The center of mass is always located at the node's origin without taking " +"into account the [CollisionShape2D] centroid offsets." +msgstr "" + +#: doc/classes/RigidBody2D.xml:15 +msgid "https://godotengine.org/asset-library/asset/119" +msgstr "" + +#: doc/classes/RigidBody2D.xml:16 doc/classes/Sprite.xml:10 +msgid "https://godotengine.org/asset-library/asset/148" +msgstr "" + +#: doc/classes/RigidBody2D.xml:23 +msgid "" +"Allows you to read and safely modify the simulation state for the object. " +"Use this instead of [method Node._physics_process] if you need to directly " +"change the body's [code]position[/code] or other physics properties. By " +"default, it works in addition to the usual physics behavior, but [member " +"custom_integrator] allows you to disable the default behavior and write " +"custom force integration for a body." +msgstr "" + +#: doc/classes/RigidBody2D.xml:60 +msgid "" +"Applies a positioned impulse to the body. An impulse is time-independent! " +"Applying an impulse every frame would result in a framerate-dependent force. " +"For this reason it should only be used when simulating one-time impacts (use " +"the \"_force\" functions otherwise). The position uses the rotation of the " +"global coordinate system, but is centered at the object's origin." +msgstr "" + +#: doc/classes/RigidBody2D.xml:81 +msgid "" +"Sets the body's velocity on the given axis. The velocity in the given vector " +"axis will be set as the given vector length. This is useful for jumping " +"behavior." +msgstr "" + +#: doc/classes/RigidBody2D.xml:91 +msgid "" +"Returns [code]true[/code] if a collision would result from moving in the " +"given vector. [code]margin[/code] increases the size of the shapes involved " +"in the collision detection, and [code]result[/code] is an object of type " +"[Physics2DTestMotionResult], which contains additional information about the " +"collision (should there be one)." +msgstr "" + +#: doc/classes/RigidBody2D.xml:97 +msgid "" +"Damps the body's [member angular_velocity]. If [code]-1[/code], the body " +"will use the [b]Default Angular Damp[/b] defined in [b]Project > Project " +"Settings > Physics > 2d[/b].\n" +"See [member ProjectSettings.physics/2d/default_angular_damp] for more " +"details about damping." +msgstr "" + +#: doc/classes/RigidBody2D.xml:104 +msgid "The body's total applied force." +msgstr "" + +#: doc/classes/RigidBody2D.xml:107 +msgid "The body's total applied torque." +msgstr "" + +#: doc/classes/RigidBody2D.xml:114 +msgid "" +"If [code]true[/code], the body can enter sleep mode when there is no " +"movement. See [member sleeping].\n" +"[b]Note:[/b] A RigidBody2D will never enter sleep mode automatically if its " +"[member mode] is [constant MODE_CHARACTER]. It can still be put to sleep " +"manually by setting its [member sleeping] property to [code]true[/code]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:118 +msgid "" +"If [code]true[/code], the body will emit signals when it collides with " +"another RigidBody2D. See also [member contacts_reported]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:121 +msgid "" +"The maximum number of contacts that will be recorded. Requires [member " +"contact_monitor] to be set to [code]true[/code].\n" +"[b]Note:[/b] The number of contacts is different from the number of " +"collisions. Collisions between parallel edges will result in two contacts " +"(one at each end)." +msgstr "" + +#: doc/classes/RigidBody2D.xml:125 +msgid "" +"Continuous collision detection mode.\n" +"Continuous collision detection tries to predict where a moving body will " +"collide instead of moving it and correcting its movement after collision. " +"Continuous collision detection is slower, but more precise and misses fewer " +"collisions with small, fast-moving objects. Raycasting and shapecasting " +"methods are available. See [enum CCDMode] for details." +msgstr "" + +#: doc/classes/RigidBody2D.xml:129 +msgid "" +"If [code]true[/code], internal force integration is disabled for this body. " +"Aside from collision response, the body will only move as determined by the " +"[method _integrate_forces] function." +msgstr "" + +#: doc/classes/RigidBody2D.xml:132 +msgid "" +"The body's friction. Values range from [code]0[/code] (frictionless) to " +"[code]1[/code] (maximum friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:136 +msgid "" +"Multiplies the gravity applied to the body. The body's gravity is calculated " +"from the [b]Default Gravity[/b] value in [b]Project > Project Settings > " +"Physics > 2d[/b] and/or any additional gravity vector applied by [Area2D]s." +msgstr "" + +#: doc/classes/RigidBody2D.xml:139 +msgid "" +"The body's moment of inertia. This is like mass, but for rotation: it " +"determines how much torque it takes to rotate the body. The moment of " +"inertia is usually computed automatically from the mass and the shapes, but " +"this function allows you to set a custom value. Set 0 inertia to return to " +"automatically computing it." +msgstr "" + +#: doc/classes/RigidBody2D.xml:142 +msgid "" +"Damps the body's [member linear_velocity]. If [code]-1[/code], the body will " +"use the [b]Default Linear Damp[/b] in [b]Project > Project Settings > " +"Physics > 2d[/b].\n" +"See [member ProjectSettings.physics/2d/default_linear_damp] for more details " +"about damping." +msgstr "" + +#: doc/classes/RigidBody2D.xml:152 +msgid "The body's mode. See [enum Mode] for possible values." +msgstr "" + +#: doc/classes/RigidBody2D.xml:162 +msgid "" +"The body's weight based on its mass and the [b]Default Gravity[/b] value in " +"[b]Project > Project Settings > Physics > 2d[/b]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:169 +msgid "" +"Emitted when a collision with another [PhysicsBody2D] or [TileMap] occurs. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[TileMap]s are detected if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:176 +msgid "" +"Emitted when the collision with another [PhysicsBody2D] or [TileMap] ends. " +"Requires [member contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[TileMap]s are detected if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:186 +msgid "" +"Emitted when one of this RigidBody2D's [Shape2D]s collides with another " +"[PhysicsBody2D] or [TileMap]'s [Shape2D]s. Requires [member contact_monitor] " +"to be set to [code]true[/code] and [member contacts_reported] to be set high " +"enough to detect all the collisions. [TileMap]s are detected if the " +"[TileSet] has Collision [Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the other " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this " +"RigidBody2D used by the [Physics2DServer]. Get the [CollisionShape2D] node " +"with [code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:199 +msgid "" +"Emitted when the collision between one of this RigidBody2D's [Shape2D]s and " +"another [PhysicsBody2D] or [TileMap]'s [Shape2D]s ends. Requires [member " +"contact_monitor] to be set to [code]true[/code] and [member " +"contacts_reported] to be set high enough to detect all the collisions. " +"[TileMap]s are detected if the [TileSet] has Collision [Shape2D]s.\n" +"[code]body_rid[/code] the [RID] of the other [PhysicsBody2D] or [TileSet]'s " +"[CollisionObject2D] used by the [Physics2DServer].\n" +"[code]body[/code] the [Node], if it exists in the tree, of the other " +"[PhysicsBody2D] or [TileMap].\n" +"[code]body_shape_index[/code] the index of the [Shape2D] of the other " +"[PhysicsBody2D] or [TileMap] used by the [Physics2DServer]. Get the " +"[CollisionShape2D] node with [code]body." +"shape_owner_get_owner(body_shape_index)[/code].\n" +"[code]local_shape_index[/code] the index of the [Shape2D] of this " +"RigidBody2D used by the [Physics2DServer]. Get the [CollisionShape2D] node " +"with [code]self.shape_owner_get_owner(local_shape_index)[/code]." +msgstr "" + +#: doc/classes/RigidBody2D.xml:215 +msgid "" +"Rigid mode. The body behaves as a physical object. It collides with other " +"bodies and responds to forces applied to it. This is the default mode." +msgstr "" + +#: doc/classes/RigidBody2D.xml:218 +msgid "Static mode. The body behaves like a [StaticBody2D] and does not move." +msgstr "" + +#: doc/classes/RigidBody2D.xml:221 +msgid "" +"Character mode. Similar to [constant MODE_RIGID], but the body can not " +"rotate." +msgstr "" + +#: doc/classes/RigidBody2D.xml:224 +msgid "" +"Kinematic mode. The body behaves like a [KinematicBody2D], and must be moved " +"by code." +msgstr "" + +#: doc/classes/RigidBody2D.xml:227 +msgid "" +"Continuous collision detection disabled. This is the fastest way to detect " +"body collisions, but can miss small, fast-moving objects." +msgstr "" + +#: doc/classes/RigidBody2D.xml:230 +msgid "" +"Continuous collision detection enabled using raycasting. This is faster than " +"shapecasting but less precise." +msgstr "" + +#: doc/classes/RigidBody2D.xml:233 +msgid "" +"Continuous collision detection enabled using shapecasting. This is the " +"slowest CCD method and the most precise." +msgstr "" + +#: doc/classes/Room.xml:4 +msgid "Room node, used to group objects together locally for [Portal] culling." +msgstr "" + +#: doc/classes/Room.xml:7 +msgid "" +"The [Portal] culling system requires levels to be built using objects " +"grouped together by location in areas called [Room]s. In many cases these " +"will correspond to actual rooms in buildings, but not necessarily (a canyon " +"area may be treated as a room).\n" +"Any [VisualInstance] that is a child or grandchild of a [Room] will be " +"assigned to that room, if the [code]portal_mode[/code] of that " +"[VisualInstance] is set to [code]STATIC[/code] (does not move) or " +"[code]DYNAMIC[/code] (moves only within the room).\n" +"Internally the room boundary must form a [b]convex hull[/b], and by default " +"this is determined automatically by the geometry of the objects you place " +"within the room.\n" +"You can alternatively precisely specify a [b]manual bound[/b]. If you place " +"a [MeshInstance] with a name prefixed by [code]Bound_[/code], it will turn " +"off the bound generation from geometry, and instead use the vertices of this " +"MeshInstance to directly calculate a convex hull during the conversion stage " +"(see [RoomManager]).\n" +"In order to see from one room into an adjacent room, [Portal]s must be " +"placed over non-occluded openings between rooms. These will often be placed " +"over doors and windows." +msgstr "" + +#: doc/classes/Room.xml:27 +msgid "" +"If [code]points[/code] are set, the [Room] bounding convex hull will be " +"built from these points. If no points are set, the room bound will either be " +"derived from a manual bound ([MeshInstance] with name prefix [code]Bound_[/" +"code]), or from the geometry within the room.\n" +"Note that you can use the [code]Generate Points[/code] editor button to get " +"started. This will use either the geometry or manual bound to generate the " +"room hull, and save the resulting points, allowing you to edit them to " +"further refine the bound." +msgstr "" + +#: doc/classes/Room.xml:31 +msgid "" +"The [code]simplify[/code] value determines to what degree room hulls " +"(bounds) are simplified, by removing similar planes. A value of 0 gives no " +"simplification, 1 gives maximum simplification." +msgstr "" + +#: doc/classes/Room.xml:34 +msgid "" +"The room hull simplification can either use the default value set in the " +"[RoomManager], or override this and use the per room setting." +msgstr "" + +#: doc/classes/RoomGroup.xml:4 +msgid "Groups [Room]s together to allow common functionality." +msgstr "" + +#: doc/classes/RoomGroup.xml:7 +msgid "" +"Although [Room] behaviour can be specified individually, sometimes it is " +"faster and more convenient to write functionality for a group of rooms.\n" +"[RoomGroup]s should be placed as children of the [b]room list[/b] (the " +"parent [Node] of your [Room]s), and [Room]s should be placed in turn as " +"children of a [RoomGroup] in order to assign them to the RoomGroup.\n" +"A [RoomGroup] can for example be used to specify [Room]s that are " +"[b]outside[/b], and switch on or off a directional light, sky, or rain " +"effect as the player enters / exits the area.\n" +"[RoomGroup]s receive [b]gameplay callbacks[/b] when the " +"[code]gameplay_monitor[/code] is switched on, as [code]signal[/code]s or " +"[code]notification[/code]s as they enter and exit the [b]gameplay area[/b] " +"(see [RoomManager] for details)." +msgstr "" + +#: doc/classes/RoomGroup.xml:18 +msgid "" +"This priority will be applied to [Room]s within the group. The [Room] " +"priority allows the use of [b]internal rooms[/b], rooms [i]within[/i] " +"another room or rooms.\n" +"When the [Camera] is within more than one room (regular and internal), the " +"higher priority room will take precedence. So with for example, a house " +"inside a terrain 'room', you would make the house higher priority, so that " +"when the camera is within the house, the house is used as the source room, " +"but outside the house, the terrain room would be used instead." +msgstr "" + +#: doc/classes/RoomManager.xml:4 +msgid "The RoomManager node is used to control the portal culling system." +msgstr "" + +#: doc/classes/RoomManager.xml:7 +msgid "" +"In order to utilize the portal occlusion culling system, you must build your " +"level using [Room]s and [Portal]s. Before these can be used at runtime, they " +"must undergo a short conversion process to build the [code]room graph[/" +"code], runtime data needed for portal culling. The [code]room graph[/code] " +"is controlled by the [RoomManager] node, and the [RoomManager] also contains " +"settings that are common throughout the portal system." +msgstr "" + +#: doc/classes/RoomManager.xml:15 +msgid "" +"This function clears all converted data from the [b]room graph[/b]. Use this " +"before unloading a level, when transitioning from level to level, or " +"returning to a main menu." +msgstr "" + +#: doc/classes/RoomManager.xml:21 +msgid "" +"This is the most important function in the whole portal culling system. " +"Without it, the system cannot function.\n" +"First it goes through every [Room] that is a child of the [code]room list[/" +"code] node (and [RoomGroup]s within) and converts and adds it to the " +"[code]room graph[/code].\n" +"This works for both [Room] nodes, and [Spatial] nodes that follow a special " +"naming convention. They should begin with the prefix [i]'Room_'[/i], " +"followed by the name you wish to give the room, e.g. [i]'Room_lounge'[/i]. " +"This will automatically convert such [Spatial]s to [Room] nodes for you. " +"This is useful if you want to build you entire room system in e.g. Blender, " +"and reimport multiple times as you work on the level.\n" +"The conversion will try to assign [VisualInstance]s that are children and " +"grandchildren of the [Room] to the room. These should be given a suitable " +"[code]portal mode[/code] (see the [CullInstance] documentation). The default " +"[code]portal mode[/code] is [code]STATIC[/code] - objects which are not " +"expected to move while the level is played, which will typically be most " +"objects.\n" +"The conversion will usually use the geometry of these [VisualInstance]s (and " +"the [Portal]s) to calculate a convex hull bound for the room. These bounds " +"will be shown in the editor with a wireframe. Alternatively you can specify " +"a manual custom bound for any room, see the [Room] documentation.\n" +"By definition, [Camera]s within a room can see everything else within the " +"room (that is one advantage to using convex hulls). However, in order to see " +"from one room into adjacent rooms, you must place [Portal]s, which represent " +"openings that the camera can see through, like windows and doors.\n" +"[Portal]s are really just specialized [MeshInstance]s. In fact you will " +"usually first create a portal by creating a [MeshInstance], especially a " +"[code]plane[/code] mesh instance. You would move the plane in the editor to " +"cover a window or doorway, with the front face pointing outward from the " +"room. To let the conversion process know you want this mesh to be a portal, " +"again we use a special naming convention. [MeshInstance]s to be converted to " +"a [Portal] should start with the prefix [i]'Portal_'[/i].\n" +"You now have a choice - you can leave the name as [i]'Portal_'[/i] and allow " +"the system to automatically detect the nearest [Room] to link. In most cases " +"this will work fine.\n" +"An alternative method is to specify the [Room] to link to manually, " +"appending a suffix to the portal name, which should be the name of the room " +"you intend to link to. For example [i]'Portal_lounge'[/i] will attempt to " +"link to the room named [i]'Room_lounge'[/i].\n" +"There is a special case here - Godot does not allow two nodes to share the " +"same name. What if you want to manually have more than one portal leading " +"into the same room? Surely they will need to both be called, e.g. " +"[i]'Portal_lounge'[/i]?\n" +"The solution is a wildcard character. After the room name, if you use the " +"character [i]'*'[/i], this character and anything following it will be " +"ignored. So you can use for example [i]'Portal_lounge*0'[/i], " +"[i]'Portal_lounge*1'[/i] etc.\n" +"Note that [Portal]s that have already been converted to [Portal] nodes " +"(rather than [MeshInstance]s) still need to follow the same naming " +"convention, as they will be relinked each time during conversion.\n" +"It is recommended that you only place objects in rooms that are desired to " +"stay within those rooms - i.e. [code]portal mode[/code]s [code]STATIC[/code] " +"or [code]DYNAMIC[/code] (not crossing portals). [code]GLOBAL[/code] and " +"[code]ROAMING[/code] objects are best placed in another part of the scene " +"tree, to avoid confusion. See [CullInstance] for a full description of " +"portal modes." +msgstr "" + +#: doc/classes/RoomManager.xml:39 +msgid "" +"Switches the portal culling system on and off.\n" +"It is important to note that when portal culling is active, it is " +"responsible for [b]all[/b] the 3d culling. Some editor functionality may be " +"more difficult to use, so switching the active flag is intended to be used " +"to make sure your [Room] / [Portal] layout works within the editor.\n" +"Switching to [code]active[/code] will have no effect when the [code]room " +"graph[/code] is unloaded (the rooms have not yet been converted)." +msgstr "" + +#: doc/classes/RoomManager.xml:44 +msgid "" +"Large objects can 'sprawl' over (be present in) more than one room. It can " +"be useful to visualize which objects are sprawling outside the current " +"room.\n" +"Toggling this setting turns this debug view on and off." +msgstr "" + +#: doc/classes/RoomManager.xml:48 +msgid "" +"Usually we don't want objects that only [b]just[/b] cross a boundary into an " +"adjacent [Room] to sprawl into that room. To prevent this, each [Portal] has " +"an extra margin, or tolerance zone where objects can enter without sprawling " +"to a neighbouring room.\n" +"In most cases you can set this here for all portals. It is possible to " +"override the margin for each portal." +msgstr "" + +#: doc/classes/RoomManager.xml:52 +msgid "" +"When using a partial or full PVS, the gameplay monitor allows you to receive " +"callbacks when roaming objects or rooms enter or exit the [b]gameplay area[/" +"b]. The gameplay area is defined as either the primary, or secondary PVS.\n" +"These callbacks allow you to, for example, reduce processing for objects " +"that are far from the player, or turn on and off AI.\n" +"You can either choose to receive callbacks as notifications through the " +"[code]_notification[/code] function, or as signals.\n" +"[code]NOTIFICATION_ENTER_GAMEPLAY[/code]\n" +"[code]NOTIFICATION_EXIT_GAMEPLAY[/code]\n" +"Signals: [code]\"gameplay_entered\"[/code], [code]\"gameplay_exited\"[/code]" +msgstr "" + +#: doc/classes/RoomManager.xml:60 +msgid "" +"If enabled, the system will attempt to merge similar meshes (particularly in " +"terms of materials) within [Room]s during conversion. This can significantly " +"reduce the number of drawcalls and state changes required during rendering, " +"albeit at a cost of reduced culling granularity.\n" +"[b]Note:[/b] This operates at runtime during the conversion process, and " +"will only operate on exported or running projects, in order to prevent " +"accidental alteration to the scene and loss of data." +msgstr "" + +#: doc/classes/RoomManager.xml:64 +msgid "" +"When converting rooms, the editor will warn you if overlap is detected " +"between rooms. Overlap can interfere with determining the room that cameras " +"and objects are within. A small amount can be acceptable, depending on your " +"level. Here you can alter the threshold at which the editor warning appears. " +"There are no other side effects." +msgstr "" + +#: doc/classes/RoomManager.xml:67 +msgid "" +"Portal rendering is recursive - each time a portal is seen through an " +"earlier portal there is some cost. For this reason, and to prevent the " +"possibility of infinite loops, this setting provides a hard limit on the " +"recursion depth.\n" +"[b]Note:[/b] This value is unused when using [code]Full[/code] PVS mode." +msgstr "" + +#: doc/classes/RoomManager.xml:71 +msgid "" +"Portal culling normally operates using the current [Camera] / [Camera]s, " +"however for debugging purposes within the editor, you can use this setting " +"to override this behaviour and force it to use a particular camera to get a " +"better idea of what the occlusion culling is doing." +msgstr "" + +#: doc/classes/RoomManager.xml:75 +msgid "" +"Optionally during conversion the potentially visible set (PVS) of rooms that " +"are potentially visible from each room can be calculated. This can be used " +"either to aid in dynamic portal culling, or to totally replace portal " +"culling.\n" +"In [code]Full[/code] PVS Mode, all objects within the potentially visible " +"rooms will be frustum culled, and rendered if they are within the view " +"frustum." +msgstr "" + +#: doc/classes/RoomManager.xml:79 +msgid "" +"During the conversion process, the geometry of objects within [Room]s, or a " +"custom specified manual bound, are used to generate a [b]convex hull bound[/" +"b].\n" +"This convex hull is [b]required[/b] in the visibility system, and is used " +"for many purposes. Most importantly, it is used to decide whether the " +"[Camera] (or an object) is within a [Room]. The convex hull generating " +"algorithm is good, but occasionally it can create too many (or too few) " +"planes to give a good representation of the room volume.\n" +"The [code]room_simplify[/code] value can be used to gain fine control over " +"this process. It determines how similar planes can be for them to be " +"considered the same (and duplicates removed). The value can be set between 0 " +"(no simplification) and 1 (maximum simplification).\n" +"The value set here is the default for all rooms, but individual rooms can " +"override this value if desired.\n" +"The room convex hulls are shown as a wireframe in the editor." +msgstr "" + +#: doc/classes/RoomManager.xml:86 +msgid "" +"For the [Room] conversion process to succeed, you must point the " +"[RoomManager] to the parent [Node] of your [Room]s and [RoomGroup]s, which " +"we refer to as the [code]roomlist[/code] (the roomlist is not a special node " +"type, it is normally just a [Spatial])." +msgstr "" + +#: doc/classes/RoomManager.xml:89 +msgid "Shows the [Portal] margins when the portal gizmo is used in the editor." +msgstr "" + +#: doc/classes/RoomManager.xml:92 +msgid "" +"When receiving gameplay callbacks when objects enter and exit gameplay, the " +"[b]gameplay area[/b] can be defined by either the primary PVS (potentially " +"visible set) of [Room]s, or the secondary PVS (the primary PVS and their " +"neighbouring [Room]s).\n" +"Sometimes using the larger gameplay area of the secondary PVS may be " +"preferable." +msgstr "" + +#: doc/classes/RoomManager.xml:98 +msgid "" +"Use only [Portal]s at runtime to determine visibility. PVS will not be " +"generated at [Room]s conversion, and gameplay notifications cannot be used." +msgstr "" + +#: doc/classes/RoomManager.xml:101 +msgid "" +"Use a combination of PVS and [Portal]s to determine visibility (this is " +"usually fastest and most accurate)." +msgstr "" + +#: doc/classes/RoomManager.xml:104 +msgid "" +"Use only the PVS (potentially visible set) of [Room]s to determine " +"visibility." +msgstr "" + +#: doc/classes/RootMotionView.xml:4 +msgid "Editor-only helper for setting up root motion in [AnimationTree]." +msgstr "" + +#: doc/classes/RootMotionView.xml:7 +msgid "" +"[i]Root motion[/i] refers to an animation technique where a mesh's skeleton " +"is used to give impulse to a character. When working with 3D animations, a " +"popular technique is for animators to use the root skeleton bone to give " +"motion to the rest of the skeleton. This allows animating characters in a " +"way where steps actually match the floor below. It also allows precise " +"interaction with objects during cinematics. See also [AnimationTree].\n" +"[b]Note:[/b] [RootMotionView] is only visible in the editor. It will be " +"hidden automatically in the running project, and will also be converted to a " +"plain [Node] in the running project. This means a script attached to a " +"[RootMotionView] node [i]must[/i] have [code]extends Node[/code] instead of " +"[code]extends RootMotionView[/code]. Additionally, it must not be a " +"[code]@tool[/code] script." +msgstr "" + +#: doc/classes/RootMotionView.xml:11 +msgid "" +"https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree." +"html#root-motion" +msgstr "" + +#: doc/classes/RootMotionView.xml:17 +msgid "Path to an [AnimationTree] node to use as a basis for root motion." +msgstr "" + +#: doc/classes/RootMotionView.xml:20 +msgid "The grid's cell size in 3D units." +msgstr "" + +#: doc/classes/RootMotionView.xml:23 +msgid "The grid's color." +msgstr "" + +#: doc/classes/RootMotionView.xml:26 +msgid "" +"The grid's radius in 3D units. The grid's opacity will fade gradually as the " +"distance from the origin increases until this [member radius] is reached." +msgstr "" + +#: doc/classes/RootMotionView.xml:29 +msgid "" +"If [code]true[/code], the grid's points will all be on the same Y coordinate " +"([i]local[/i] Y = 0). If [code]false[/code], the points' original Y " +"coordinate is preserved." +msgstr "" + +#: doc/classes/SceneState.xml:4 +msgid "A script interface to a scene file's data." +msgstr "" + +#: doc/classes/SceneState.xml:7 +msgid "" +"Maintains a list of resources, nodes, exported, and overridden properties, " +"and built-in scripts associated with a scene.\n" +"This class cannot be instantiated directly, it is retrieved for a given " +"scene as the result of [method PackedScene.get_state]." +msgstr "" + +#: doc/classes/SceneState.xml:17 +msgid "" +"Returns the list of bound parameters for the signal at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:23 +msgid "" +"Returns the number of signal connections in the scene.\n" +"The [code]idx[/code] argument used to query connection metadata in other " +"[code]get_connection_*[/code] methods in the interval [code][0, " +"get_connection_count() - 1][/code]." +msgstr "" + +#: doc/classes/SceneState.xml:31 +msgid "" +"Returns the connection flags for the signal at [code]idx[/code]. See [enum " +"Object.ConnectFlags] constants." +msgstr "" + +#: doc/classes/SceneState.xml:38 +msgid "Returns the method connected to the signal at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:45 +msgid "Returns the name of the signal at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:52 +msgid "" +"Returns the path to the node that owns the signal at [code]idx[/code], " +"relative to the root node." +msgstr "" + +#: doc/classes/SceneState.xml:59 +msgid "" +"Returns the path to the node that owns the method connected to the signal at " +"[code]idx[/code], relative to the root node." +msgstr "" + +#: doc/classes/SceneState.xml:65 +msgid "" +"Returns the number of nodes in the scene.\n" +"The [code]idx[/code] argument used to query node data in other " +"[code]get_node_*[/code] methods in the interval [code][0, get_node_count() - " +"1][/code]." +msgstr "" + +#: doc/classes/SceneState.xml:73 +msgid "" +"Returns the list of group names associated with the node at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:80 +msgid "" +"Returns the node's index, which is its position relative to its siblings. " +"This is only relevant and saved in scenes for cases where new nodes are " +"added to an instanced or inherited scene among siblings from the base scene. " +"Despite the name, this index is not related to the [code]idx[/code] argument " +"used here and in other methods." +msgstr "" + +#: doc/classes/SceneState.xml:87 +msgid "" +"Returns a [PackedScene] for the node at [code]idx[/code] (i.e. the whole " +"branch starting at this node, with its child nodes and resources), or " +"[code]null[/code] if the node is not an instance." +msgstr "" + +#: doc/classes/SceneState.xml:94 +msgid "" +"Returns the path to the represented scene file if the node at [code]idx[/" +"code] is an [InstancePlaceholder]." +msgstr "" + +#: doc/classes/SceneState.xml:101 +msgid "Returns the name of the node at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:108 +msgid "" +"Returns the path to the owner of the node at [code]idx[/code], relative to " +"the root node." +msgstr "" + +#: doc/classes/SceneState.xml:116 +msgid "" +"Returns the path to the node at [code]idx[/code].\n" +"If [code]for_parent[/code] is [code]true[/code], returns the path of the " +"[code]idx[/code] node's parent instead." +msgstr "" + +#: doc/classes/SceneState.xml:124 +msgid "" +"Returns the number of exported or overridden properties for the node at " +"[code]idx[/code].\n" +"The [code]prop_idx[/code] argument used to query node property data in other " +"[code]get_node_property_*[/code] methods in the interval [code][0, " +"get_node_property_count() - 1][/code]." +msgstr "" + +#: doc/classes/SceneState.xml:133 +msgid "" +"Returns the name of the property at [code]prop_idx[/code] for the node at " +"[code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:141 +msgid "" +"Returns the value of the property at [code]prop_idx[/code] for the node at " +"[code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:148 +msgid "Returns the type of the node at [code]idx[/code]." +msgstr "" + +#: doc/classes/SceneState.xml:155 +msgid "" +"Returns [code]true[/code] if the node at [code]idx[/code] is an " +"[InstancePlaceholder]." +msgstr "" + +#: doc/classes/SceneState.xml:161 +msgid "" +"If passed to [method PackedScene.instance], blocks edits to the scene state." +msgstr "" + +#: doc/classes/SceneState.xml:164 +msgid "" +"If passed to [method PackedScene.instance], provides inherited scene " +"resources to the local scene.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/SceneState.xml:168 +msgid "" +"If passed to [method PackedScene.instance], provides local scene resources " +"to the local scene. Only the main scene should receive the main edit state.\n" +"[b]Note:[/b] Only available in editor builds." +msgstr "" + +#: doc/classes/SceneTree.xml:4 +msgid "Manages the game loop via a hierarchy of nodes." +msgstr "" + +#: doc/classes/SceneTree.xml:7 +msgid "" +"As one of the most important classes, the [SceneTree] manages the hierarchy " +"of nodes in a scene as well as scenes themselves. Nodes can be added, " +"retrieved and removed. The whole scene tree (and thus the current scene) can " +"be paused. Scenes can be loaded, switched and reloaded.\n" +"You can also use the [SceneTree] to organize your nodes into groups: every " +"node can be assigned as many groups as you want to create, e.g. an \"enemy\" " +"group. You can then iterate these groups or even call methods and set " +"properties on all the group's members at once.\n" +"[SceneTree] is the default [MainLoop] implementation used by scenes, and is " +"thus in charge of the game loop." +msgstr "" + +#: doc/classes/SceneTree.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scene_tree." +"html" +msgstr "" + +#: doc/classes/SceneTree.xml:13 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/viewports/multiple_resolutions." +"html" +msgstr "" + +#: doc/classes/SceneTree.xml:21 +msgid "" +"Calls [code]method[/code] on each member of the given group. You can pass " +"arguments to [code]method[/code] by specifying them at the end of the method " +"call. This method is equivalent of calling [method call_group_flags] with " +"[constant GROUP_CALL_DEFAULT] flag.\n" +"[b]Note:[/b] [code]method[/code] may only have 5 arguments at most (7 " +"arguments passed to this method in total).\n" +"[b]Note:[/b] Due to design limitations, [method call_group] will fail " +"silently if one of the arguments is [code]null[/code].\n" +"[b]Note:[/b] [method call_group] will always call methods with an one-frame " +"delay, in a way similar to [method Object.call_deferred]. To call methods " +"immediately, use [method call_group_flags] with the [constant " +"GROUP_CALL_REALTIME] flag." +msgstr "" + +#: doc/classes/SceneTree.xml:33 +msgid "" +"Calls [code]method[/code] on each member of the given group, respecting the " +"given [enum GroupCallFlags]. You can pass arguments to [code]method[/code] " +"by specifying them at the end of the method call.\n" +"[b]Note:[/b] [code]method[/code] may only have 5 arguments at most (8 " +"arguments passed to this method in total).\n" +"[b]Note:[/b] Due to design limitations, [method call_group_flags] will fail " +"silently if one of the arguments is [code]null[/code].\n" +"[codeblock]\n" +"# Call the method immediately and in reverse order.\n" +"get_tree().call_group_flags(SceneTree.GROUP_CALL_REALTIME | SceneTree." +"GROUP_CALL_REVERSE, \"bases\", \"destroy\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/SceneTree.xml:46 +msgid "" +"Changes the running scene to the one at the given [code]path[/code], after " +"loading it into a [PackedScene] and creating a new instance.\n" +"Returns [constant OK] on success, [constant ERR_CANT_OPEN] if the " +"[code]path[/code] cannot be loaded into a [PackedScene], or [constant " +"ERR_CANT_CREATE] if that scene cannot be instantiated.\n" +"[b]Note:[/b] The scene change is deferred, which means that the new scene " +"node is added on the next idle frame. You won't be able to access it " +"immediately after the [method change_scene] call." +msgstr "" + +#: doc/classes/SceneTree.xml:55 +msgid "" +"Changes the running scene to a new instance of the given [PackedScene].\n" +"Returns [constant OK] on success or [constant ERR_CANT_CREATE] if the scene " +"cannot be instantiated.\n" +"[b]Note:[/b] The scene change is deferred, which means that the new scene " +"node is added on the next idle frame. You won't be able to access it " +"immediately after the [method change_scene_to] call." +msgstr "" + +#: doc/classes/SceneTree.xml:65 +msgid "" +"Returns a [SceneTreeTimer] which will [signal SceneTreeTimer.timeout] after " +"the given time in seconds elapsed in this [SceneTree]. If " +"[code]pause_mode_process[/code] is set to [code]false[/code], pausing the " +"[SceneTree] will also pause the timer.\n" +"Commonly used to create a one-shot delay timer as in the following example:\n" +"[codeblock]\n" +"func some_function():\n" +" print(\"start\")\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(\"end\")\n" +"[/codeblock]\n" +"The timer will be automatically freed after its time elapses." +msgstr "" + +#: doc/classes/SceneTree.xml:79 +msgid "" +"Returns the current frame number, i.e. the total frame count since the " +"application started." +msgstr "" + +#: doc/classes/SceneTree.xml:85 +msgid "" +"Returns the peer IDs of all connected peers of this [SceneTree]'s [member " +"network_peer]." +msgstr "" + +#: doc/classes/SceneTree.xml:91 +msgid "Returns the unique peer ID of this [SceneTree]'s [member network_peer]." +msgstr "" + +#: doc/classes/SceneTree.xml:97 +msgid "Returns the number of nodes in this [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:104 +msgid "Returns a list of all nodes assigned to the given group." +msgstr "" + +#: doc/classes/SceneTree.xml:110 +msgid "Returns the sender's peer ID for the most recently received RPC call." +msgstr "" + +#: doc/classes/SceneTree.xml:117 +msgid "Returns [code]true[/code] if the given group exists." +msgstr "" + +#: doc/classes/SceneTree.xml:129 +msgid "" +"Returns [code]true[/code] if the most recent [InputEvent] was marked as " +"handled with [method set_input_as_handled]." +msgstr "" + +#: doc/classes/SceneTree.xml:135 +msgid "" +"Returns [code]true[/code] if this [SceneTree]'s [member network_peer] is in " +"server mode (listening for connections)." +msgstr "" + +#: doc/classes/SceneTree.xml:143 +msgid "Sends the given notification to all members of the [code]group[/code]." +msgstr "" + +#: doc/classes/SceneTree.xml:152 +msgid "" +"Sends the given notification to all members of the [code]group[/code], " +"respecting the given [enum GroupCallFlags]." +msgstr "" + +#: doc/classes/SceneTree.xml:159 +msgid "" +"Queues the given object for deletion, delaying the call to [method Object." +"free] to after the current frame." +msgstr "" + +#: doc/classes/SceneTree.xml:166 +msgid "" +"Quits the application at the end of the current iteration. A process " +"[code]exit_code[/code] can optionally be passed as an argument. If this " +"argument is [code]0[/code] or greater, it will override the [member OS." +"exit_code] defined before quitting the application.\n" +"[b]Note:[/b] On iOS this method doesn't work. Instead, as recommended by the " +"iOS Human Interface Guidelines, the user is expected to close apps via the " +"Home button." +msgstr "" + +#: doc/classes/SceneTree.xml:173 +msgid "" +"Reloads the currently active scene.\n" +"Returns [constant OK] on success, [constant ERR_UNCONFIGURED] if no [member " +"current_scene] was defined yet, [constant ERR_CANT_OPEN] if [member " +"current_scene] cannot be loaded into a [PackedScene], or [constant " +"ERR_CANT_CREATE] if the scene cannot be instantiated." +msgstr "" + +#: doc/classes/SceneTree.xml:181 +msgid "" +"If [code]true[/code], the application automatically accepts quitting. " +"Enabled by default.\n" +"For mobile platforms, see [method set_quit_on_go_back]." +msgstr "" + +#: doc/classes/SceneTree.xml:191 +msgid "" +"Sets the given [code]property[/code] to [code]value[/code] on all members of " +"the given group." +msgstr "" + +#: doc/classes/SceneTree.xml:201 +msgid "" +"Sets the given [code]property[/code] to [code]value[/code] on all members of " +"the given group, respecting the given [enum GroupCallFlags]." +msgstr "" + +#: doc/classes/SceneTree.xml:207 +msgid "Marks the most recent [InputEvent] as handled." +msgstr "" + +#: doc/classes/SceneTree.xml:214 +msgid "" +"If [code]true[/code], the application quits automatically on going back (e." +"g. on Android). Enabled by default.\n" +"To handle 'Go Back' button when this option is disabled, use [constant " +"MainLoop.NOTIFICATION_WM_GO_BACK_REQUEST]." +msgstr "" + +#: doc/classes/SceneTree.xml:225 +msgid "" +"Configures screen stretching to the given [enum StretchMode], [enum " +"StretchAspect], minimum size and [code]scale[/code]." +msgstr "" + +#: doc/classes/SceneTree.xml:231 +msgid "The current scene." +msgstr "" + +#: doc/classes/SceneTree.xml:234 +msgid "" +"If [code]true[/code], collision shapes will be visible when running the game " +"from the editor for debugging purposes." +msgstr "" + +#: doc/classes/SceneTree.xml:237 +msgid "" +"If [code]true[/code], navigation polygons will be visible when running the " +"game from the editor for debugging purposes." +msgstr "" + +#: doc/classes/SceneTree.xml:240 +msgid "The root of the edited scene." +msgstr "" + +#: doc/classes/SceneTree.xml:243 +msgid "The default [MultiplayerAPI] instance for this [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:246 +msgid "" +"If [code]true[/code] (default value), enables automatic polling of the " +"[MultiplayerAPI] for this SceneTree during [signal idle_frame].\n" +"If [code]false[/code], you need to manually call [method MultiplayerAPI." +"poll] to process network packets and deliver RPCs/RSETs. This allows running " +"RPCs/RSETs in a different loop (e.g. physics, thread, specific time step) " +"and for manual [Mutex] protection when accessing the [MultiplayerAPI] from " +"threads." +msgstr "" + +#: doc/classes/SceneTree.xml:250 +msgid "" +"The peer object to handle the RPC system (effectively enabling networking " +"when set). Depending on the peer itself, the [SceneTree] will become a " +"network server (check with [method is_network_server]) and will set the root " +"node's network mode to master, or it will become a regular peer with the " +"root node set to puppet. All child nodes are set to inherit the network mode " +"by default. Handling of networking-related events (connection, " +"disconnection, new clients) is done by connecting to [SceneTree]'s signals." +msgstr "" + +#: doc/classes/SceneTree.xml:253 +msgid "" +"If [code]true[/code], the [SceneTree] is paused. Doing so will have the " +"following behavior:\n" +"- 2D and 3D physics will be stopped. This includes signals and collision " +"detection.\n" +"- [method Node._process], [method Node._physics_process] and [method Node." +"_input] will not be called anymore in nodes." +msgstr "" + +#: doc/classes/SceneTree.xml:258 +msgid "" +"If [code]true[/code], the [SceneTree]'s [member network_peer] refuses new " +"incoming connections." +msgstr "" + +#: doc/classes/SceneTree.xml:261 +msgid "The [SceneTree]'s root [Viewport]." +msgstr "" + +#: doc/classes/SceneTree.xml:264 +msgid "If [code]true[/code], font oversampling is used." +msgstr "" + +#: doc/classes/SceneTree.xml:270 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] successfully " +"connected to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/SceneTree.xml:275 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] fails to establish " +"a connection to a server. Only emitted on clients." +msgstr "" + +#: doc/classes/SceneTree.xml:282 +msgid "" +"Emitted when files are dragged from the OS file manager and dropped in the " +"game window. The arguments are a list of file paths and the identifier of " +"the screen where the drag originated." +msgstr "" + +#: doc/classes/SceneTree.xml:289 +msgid "Emitted whenever global menu item is clicked." +msgstr "" + +#: doc/classes/SceneTree.xml:294 +msgid "" +"Emitted immediately before [method Node._process] is called on every node in " +"the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:300 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] connects with a " +"new peer. ID is the peer ID of the new peer. Clients get notified when other " +"clients connect to the same server. Upon connecting to a server, a client " +"also receives this signal for the server (with ID being 1)." +msgstr "" + +#: doc/classes/SceneTree.xml:306 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] disconnects from a " +"peer. Clients get notified when other clients disconnect from the same " +"server." +msgstr "" + +#: doc/classes/SceneTree.xml:312 +msgid "Emitted whenever a node is added to the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:318 +msgid "" +"Emitted when a node's configuration changed. Only emitted in [code]tool[/" +"code] mode." +msgstr "" + +#: doc/classes/SceneTree.xml:324 +msgid "Emitted whenever a node is removed from the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:330 +msgid "Emitted whenever a node is renamed." +msgstr "" + +#: doc/classes/SceneTree.xml:335 +msgid "" +"Emitted immediately before [method Node._physics_process] is called on every " +"node in the [SceneTree]." +msgstr "" + +#: doc/classes/SceneTree.xml:340 +msgid "" +"Emitted when the screen resolution (fullscreen) or window size (windowed) " +"changes." +msgstr "" + +#: doc/classes/SceneTree.xml:345 +msgid "" +"Emitted whenever this [SceneTree]'s [member network_peer] disconnected from " +"server. Only emitted on clients." +msgstr "" + +#: doc/classes/SceneTree.xml:350 +msgid "" +"Emitted whenever the [SceneTree] hierarchy changed (children being moved or " +"renamed, etc.)." +msgstr "" + +#: doc/classes/SceneTree.xml:356 +msgid "Call a group with no flags (default)." +msgstr "" + +#: doc/classes/SceneTree.xml:359 +msgid "Call a group in reverse scene order." +msgstr "" + +#: doc/classes/SceneTree.xml:362 +msgid "Call a group immediately (calls are normally made on idle)." +msgstr "" + +#: doc/classes/SceneTree.xml:365 +msgid "Call a group only once even if the call is executed many times." +msgstr "" + +#: doc/classes/SceneTree.xml:368 +msgid "No stretching." +msgstr "" + +#: doc/classes/SceneTree.xml:371 +msgid "Render stretching in higher resolution (interpolated)." +msgstr "" + +#: doc/classes/SceneTree.xml:374 +msgid "" +"Keep the specified display resolution. No interpolation. Content may appear " +"pixelated." +msgstr "" + +#: doc/classes/SceneTree.xml:377 +msgid "" +"Fill the window with the content stretched to cover excessive space. Content " +"may appear stretched." +msgstr "" + +#: doc/classes/SceneTree.xml:380 +msgid "" +"Retain the same aspect ratio by padding with black bars on either axis. This " +"prevents distortion." +msgstr "" + +#: doc/classes/SceneTree.xml:383 +msgid "" +"Expand vertically. Left/right black bars may appear if the window is too " +"wide." +msgstr "" + +#: doc/classes/SceneTree.xml:386 +msgid "" +"Expand horizontally. Top/bottom black bars may appear if the window is too " +"tall." +msgstr "" + +#: doc/classes/SceneTree.xml:389 +msgid "" +"Expand in both directions, retaining the same aspect ratio. This prevents " +"distortion while avoiding black bars." +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:4 +msgid "One-shot timer." +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:7 +msgid "" +"A one-shot timer managed by the scene tree, which emits [signal timeout] on " +"completion. See also [method SceneTree.create_timer].\n" +"As opposed to [Timer], it does not require the instantiation of a node. " +"Commonly used to create a one-shot delay timer as in the following example:\n" +"[codeblock]\n" +"func some_function():\n" +" print(\"Timer started.\")\n" +" yield(get_tree().create_timer(1.0), \"timeout\")\n" +" print(\"Timer ended.\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:22 +msgid "The time remaining." +msgstr "" + +#: doc/classes/SceneTreeTimer.xml:28 doc/classes/Timer.xml:61 +msgid "Emitted when the timer reaches 0." +msgstr "" + +#: doc/classes/Script.xml:4 +msgid "A class stored as a resource." +msgstr "" + +#: doc/classes/Script.xml:7 +msgid "" +"A class stored as a resource. A script extends the functionality of all " +"objects that instance it.\n" +"The [code]new[/code] method of a script subclass creates a new instance. " +"[method Object.set_script] extends an existing object, if that object's " +"class matches one of the script's base classes." +msgstr "" + +#: doc/classes/Script.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/step_by_step/scripting." +"html" +msgstr "" + +#: doc/classes/Script.xml:17 +msgid "Returns [code]true[/code] if the script can be instanced." +msgstr "" + +#: doc/classes/Script.xml:23 +msgid "Returns the script directly inherited by this script." +msgstr "" + +#: doc/classes/Script.xml:29 +msgid "Returns the script's base type." +msgstr "" + +#: doc/classes/Script.xml:36 +msgid "Returns the default value of the specified property." +msgstr "" + +#: doc/classes/Script.xml:42 +msgid "Returns a dictionary containing constant names and their values." +msgstr "" + +#: doc/classes/Script.xml:48 +msgid "Returns the list of methods in this [Script]." +msgstr "" + +#: doc/classes/Script.xml:54 +msgid "Returns the list of properties in this [Script]." +msgstr "" + +#: doc/classes/Script.xml:60 +msgid "Returns the list of user signals defined in this [Script]." +msgstr "" + +#: doc/classes/Script.xml:67 +msgid "" +"Returns [code]true[/code] if the script, or a base class, defines a signal " +"with the given name." +msgstr "" + +#: doc/classes/Script.xml:73 +msgid "Returns [code]true[/code] if the script contains non-empty source code." +msgstr "" + +#: doc/classes/Script.xml:80 +msgid "" +"Returns [code]true[/code] if [code]base_object[/code] is an instance of this " +"script." +msgstr "" + +#: doc/classes/Script.xml:86 +msgid "" +"Returns [code]true[/code] if the script is a tool script. A tool script can " +"run in the editor." +msgstr "" + +#: doc/classes/Script.xml:93 +msgid "Reloads the script's class implementation. Returns an error code." +msgstr "" + +#: doc/classes/Script.xml:99 +msgid "" +"The script source code or an empty string if source code is not available. " +"When set, does not reload the class implementation automatically." +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:4 +msgid "The Editor's popup dialog for creating new [Script] files." +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:7 +msgid "" +"The [ScriptCreateDialog] creates script files according to a given template " +"for a given scripting language. The standard use is to configure its fields " +"prior to calling one of the [method Popup.popup] methods.\n" +"[codeblock]\n" +"func _ready():\n" +" dialog.config(\"Node\", \"res://new_node.gd\") # For in-engine types\n" +" dialog.config(\"\\\"res://base_node.gd\\\"\", \"res://derived_node.gd\") " +"# For script types\n" +" dialog.popup_centered()\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:25 +msgid "Prefills required fields to configure the ScriptCreateDialog for use." +msgstr "" + +#: doc/classes/ScriptCreateDialog.xml:40 +msgid "Emitted when the user clicks the OK button." +msgstr "" + +#: doc/classes/ScriptEditor.xml:4 +msgid "Godot editor's script editor." +msgstr "" + +#: doc/classes/ScriptEditor.xml:7 +msgid "" +"[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " +"the singleton using [method EditorInterface.get_script_editor]." +msgstr "" + +#: doc/classes/ScriptEditor.xml:31 +msgid "Returns a [Script] that is currently active in editor." +msgstr "" + +#: doc/classes/ScriptEditor.xml:44 +msgid "" +"Returns an array with all [Script] objects which are currently open in " +"editor." +msgstr "" + +#: doc/classes/ScriptEditor.xml:51 +msgid "Goes to the specified line in the current script." +msgstr "" + +#: doc/classes/ScriptEditor.xml:59 +msgid "" +"Opens the script create dialog. The script will extend [code]base_name[/" +"code]. The file extension can be omitted from [code]base_path[/code]. It " +"will be added based on the selected scripting language." +msgstr "" + +#: doc/classes/ScriptEditor.xml:67 +msgid "" +"Emitted when user changed active script. Argument is a freshly activated " +"[Script]." +msgstr "" + +#: doc/classes/ScriptEditor.xml:73 +msgid "" +"Emitted when editor is about to close the active script. Argument is a " +"[Script] that is going to be closed." +msgstr "" + +#: doc/classes/ScrollBar.xml:4 +msgid "Base class for scroll bars." +msgstr "" + +#: doc/classes/ScrollBar.xml:7 +msgid "" +"Scrollbars are a [Range]-based [Control], that display a draggable area (the " +"size of the page). Horizontal ([HScrollBar]) and Vertical ([VScrollBar]) " +"versions are available." +msgstr "" + +#: doc/classes/ScrollBar.xml:15 +msgid "" +"Overrides the step used when clicking increment and decrement buttons or " +"when using arrow keys when the [ScrollBar] is focused." +msgstr "" + +#: doc/classes/ScrollBar.xml:23 +msgid "Emitted when the scrollbar is being scrolled." +msgstr "" + +#: doc/classes/ScrollContainer.xml:4 +msgid "A helper node for displaying scrollable elements such as lists." +msgstr "" + +#: doc/classes/ScrollContainer.xml:7 +msgid "" +"A ScrollContainer node meant to contain a [Control] child. ScrollContainers " +"will automatically create a scrollbar child ([HScrollBar], [VScrollBar], or " +"both) when needed and will only draw the Control within the ScrollContainer " +"area. Scrollbars will automatically be drawn at the right (for vertical) or " +"bottom (for horizontal) and will enable dragging to move the viewable " +"Control (and its children) within the ScrollContainer. Scrollbars will also " +"automatically resize the grabber based on the [member Control.rect_min_size] " +"of the Control relative to the ScrollContainer. Works great with a [Panel] " +"control. You can set [code]EXPAND[/code] on the children's size flags, so " +"they will upscale to the ScrollContainer's size if it's larger (scroll is " +"invisible for the chosen dimension)." +msgstr "" + +#: doc/classes/ScrollContainer.xml:16 +msgid "" +"Ensures the given [code]control[/code] is visible (must be a direct or " +"indirect child of the ScrollContainer). Used by [member follow_focus]." +msgstr "" + +#: doc/classes/ScrollContainer.xml:22 +msgid "" +"Returns the horizontal scrollbar [HScrollBar] of this [ScrollContainer].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to disable the horizontal scrollbar, use " +"[member scroll_horizontal_enabled]. If you want to only hide it instead, use " +"its [member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ScrollContainer.xml:29 +msgid "" +"Returns the vertical scrollbar [VScrollBar] of this [ScrollContainer].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to disable the vertical scrollbar, use " +"[member scroll_vertical_enabled]. If you want to only hide it instead, use " +"its [member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/ScrollContainer.xml:36 +msgid "" +"If [code]true[/code], the ScrollContainer will automatically scroll to " +"focused children (including indirect children) to make sure they are fully " +"visible." +msgstr "" + +#: doc/classes/ScrollContainer.xml:42 +msgid "The current horizontal scroll value." +msgstr "" + +#: doc/classes/ScrollContainer.xml:45 +msgid "If [code]true[/code], enables horizontal scrolling." +msgstr "" + +#: doc/classes/ScrollContainer.xml:48 +msgid "The current vertical scroll value." +msgstr "" + +#: doc/classes/ScrollContainer.xml:51 +msgid "If [code]true[/code], enables vertical scrolling." +msgstr "" + +#: doc/classes/ScrollContainer.xml:57 +msgid "Emitted when scrolling stops." +msgstr "" + +#: doc/classes/ScrollContainer.xml:62 +msgid "Emitted when scrolling is started." +msgstr "" + +#: doc/classes/ScrollContainer.xml:70 +msgid "The background [StyleBox] of the [ScrollContainer]." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:4 +msgid "Segment shape for 2D collisions." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:7 +msgid "" +"Segment shape for 2D collisions. Consists of two points, [code]a[/code] and " +"[code]b[/code]." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:15 +msgid "The segment's first point position." +msgstr "" + +#: doc/classes/SegmentShape2D.xml:18 +msgid "The segment's second point position." +msgstr "" + +#: doc/classes/Semaphore.xml:4 +msgid "A synchronization semaphore." +msgstr "" + +#: doc/classes/Semaphore.xml:7 +msgid "" +"A synchronization semaphore which can be used to synchronize multiple " +"[Thread]s. Initialized to zero on creation. Be careful to avoid deadlocks. " +"For a binary version, see [Mutex]." +msgstr "" + +#: doc/classes/Semaphore.xml:16 +msgid "" +"Lowers the [Semaphore], allowing one more thread in. Returns [constant OK] " +"on success, [constant ERR_BUSY] otherwise." +msgstr "" + +#: doc/classes/Semaphore.xml:22 +msgid "" +"Tries to wait for the [Semaphore], if its value is zero, blocks until non-" +"zero. Returns [constant OK] on success, [constant ERR_BUSY] otherwise." +msgstr "" + +#: doc/classes/Separator.xml:4 +msgid "Base class for separators." +msgstr "" + +#: doc/classes/Separator.xml:7 +msgid "" +"Separator is a [Control] used for separating other controls. It's purely a " +"visual decoration. Horizontal ([HSeparator]) and Vertical ([VSeparator]) " +"versions are available." +msgstr "" + +#: doc/classes/Shader.xml:4 +msgid "A custom shader program." +msgstr "" + +#: doc/classes/Shader.xml:7 +msgid "" +"This class allows you to define a custom shader program that can be used by " +"a [ShaderMaterial]. Shaders allow you to write your own custom behavior for " +"rendering objects or updating particle information. For a detailed " +"explanation and usage, please see the tutorials linked below." +msgstr "" + +#: doc/classes/Shader.xml:10 doc/classes/ShaderMaterial.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/shading/index.html" +msgstr "" + +#: doc/classes/Shader.xml:11 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/shading/your_first_shader/" +"what_are_shaders.html" +msgstr "" + +#: doc/classes/Shader.xml:18 +msgid "" +"Returns the texture that is set as default for the specified parameter.\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/Shader.xml:25 +msgid "" +"Returns the shader mode for the shader, either [constant MODE_CANVAS_ITEM], " +"[constant MODE_SPATIAL] or [constant MODE_PARTICLES]." +msgstr "" + +#: doc/classes/Shader.xml:32 +msgid "" +"Returns [code]true[/code] if the shader has this param defined as a uniform " +"in its code.\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/Shader.xml:41 +msgid "" +"Sets the default texture to be used with a texture uniform. The default is " +"used if a texture is not set in the [ShaderMaterial].\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/Shader.xml:48 +msgid "" +"Returns the shader's code as the user has written it, not the full generated " +"code used internally." +msgstr "" + +#: doc/classes/Shader.xml:51 +msgid "" +"Returns the shader's custom defines. Custom defines can be used in Godot to " +"add GLSL preprocessor directives (e.g: extensions) required for the shader " +"logic.\n" +"[b]Note:[/b] Custom defines are not validated by the Godot shader parser, so " +"care should be taken when using them." +msgstr "" + +#: doc/classes/Shader.xml:57 +msgid "Mode used to draw all 3D objects." +msgstr "" + +#: doc/classes/Shader.xml:60 +msgid "Mode used to draw all 2D objects." +msgstr "" + +#: doc/classes/Shader.xml:63 +msgid "" +"Mode used to calculate particle information on a per-particle basis. Not " +"used for drawing." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:4 +msgid "A material that uses a custom [Shader] program." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:7 +msgid "" +"A material that uses a custom [Shader] program to render either items to " +"screen or process particles. You can create multiple materials for the same " +"shader but configure different values for the uniforms defined in the " +"shader.\n" +"[b]Note:[/b] Due to a renderer limitation, emissive [ShaderMaterial]s cannot " +"emit light when used in a [GIProbe]. Only emissive [SpatialMaterial]s can " +"emit light in a [GIProbe]." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:18 +msgid "" +"Returns the current value set for this material of a uniform in the shader." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:25 +msgid "" +"Returns [code]true[/code] if the property identified by [code]name[/code] " +"can be reverted to a default value." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:32 +msgid "" +"Returns the default value of the material property with given [code]name[/" +"code]." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:40 +msgid "" +"Changes the value set for this material of a uniform in the shader.\n" +"[b]Note:[/b] [code]param[/code] must match the name of the uniform in the " +"code exactly." +msgstr "" + +#: doc/classes/ShaderMaterial.xml:47 +msgid "The [Shader] program used to render this material." +msgstr "" + +#: doc/classes/Shape.xml:4 +msgid "Base class for all 3D shape resources." +msgstr "" + +#: doc/classes/Shape.xml:7 +msgid "" +"Base class for all 3D shape resources. Nodes that inherit from this can be " +"used as shapes for a [PhysicsBody] or [Area] objects." +msgstr "" + +#: doc/classes/Shape.xml:16 +msgid "" +"Returns the [ArrayMesh] used to draw the debug collision for this [Shape]." +msgstr "" + +#: doc/classes/Shape.xml:22 +msgid "" +"The collision margin for the shape. Used in Bullet Physics only.\n" +"Collision margins allow collision detection to be more efficient by adding " +"an extra shell around shapes. Collision algorithms are more expensive when " +"objects overlap by more than their margin, so a higher value for margins is " +"better for performance, at the cost of accuracy around edges as it makes " +"them less sharp." +msgstr "" + +#: doc/classes/Shape2D.xml:4 +msgid "Base class for all 2D shapes." +msgstr "" + +#: doc/classes/Shape2D.xml:7 +msgid "Base class for all 2D shapes. All 2D shape types inherit from this." +msgstr "" + +#: doc/classes/Shape2D.xml:19 +msgid "" +"Returns [code]true[/code] if this shape is colliding with another.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the shape to check collisions with " +"([code]with_shape[/code]), and the transformation matrix of that shape " +"([code]shape_xform[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:29 +msgid "" +"Returns a list of the points where this shape touches another. If there are " +"no collisions the list is empty.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the shape to check collisions with " +"([code]with_shape[/code]), and the transformation matrix of that shape " +"([code]shape_xform[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:41 +msgid "" +"Returns whether this shape would collide with another, if a given movement " +"was applied.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the movement to test on this shape " +"([code]local_motion[/code]), the shape to check collisions with " +"([code]with_shape[/code]), the transformation matrix of that shape " +"([code]shape_xform[/code]), and the movement to test onto the other object " +"([code]shape_motion[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:53 +msgid "" +"Returns a list of the points where this shape would touch another, if a " +"given movement was applied. If there are no collisions the list is empty.\n" +"This method needs the transformation matrix for this shape " +"([code]local_xform[/code]), the movement to test on this shape " +"([code]local_motion[/code]), the shape to check collisions with " +"([code]with_shape[/code]), the transformation matrix of that shape " +"([code]shape_xform[/code]), and the movement to test onto the other object " +"([code]shape_motion[/code])." +msgstr "" + +#: doc/classes/Shape2D.xml:62 +msgid "" +"Draws a solid shape onto a [CanvasItem] with the [VisualServer] API filled " +"with the specified [code]color[/code]. The exact drawing method is specific " +"for each shape and cannot be configured." +msgstr "" + +#: doc/classes/Shape2D.xml:68 +msgid "The shape's custom solver bias." +msgstr "" + +#: doc/classes/ShortCut.xml:4 +msgid "A shortcut for binding input." +msgstr "" + +#: doc/classes/ShortCut.xml:7 +msgid "" +"A shortcut for binding input.\n" +"Shortcuts are commonly used for interacting with a [Control] element from a " +"[InputEvent]." +msgstr "" + +#: doc/classes/ShortCut.xml:16 +msgid "Returns the shortcut's [InputEvent] as a [String]." +msgstr "" + +#: doc/classes/ShortCut.xml:23 +msgid "" +"Returns [code]true[/code] if the shortcut's [InputEvent] equals [code]event[/" +"code]." +msgstr "" + +#: doc/classes/ShortCut.xml:29 +msgid "If [code]true[/code], this shortcut is valid." +msgstr "" + +#: doc/classes/ShortCut.xml:35 +msgid "" +"The shortcut's [InputEvent].\n" +"Generally the [InputEvent] is a keyboard key, though it can be any " +"[InputEvent]." +msgstr "" + +#: doc/classes/Skeleton.xml:4 +msgid "Skeleton for characters and animated objects." +msgstr "" + +#: doc/classes/Skeleton.xml:7 +msgid "" +"Skeleton provides a hierarchical interface for managing bones, including " +"pose, rest and animation (see [Animation]). It can also use ragdoll " +"physics.\n" +"The overall transform of a bone with respect to the skeleton is determined " +"by the following hierarchical order: rest pose, custom pose and pose.\n" +"Note that \"global pose\" below refers to the overall transform of the bone " +"with respect to skeleton, so it not the actual global/world transform of the " +"bone." +msgstr "" + +#: doc/classes/Skeleton.xml:20 +msgid "" +"Adds a bone, with name [code]name[/code]. [method get_bone_count] will " +"become the bone index." +msgstr "" + +#: doc/classes/Skeleton.xml:28 doc/classes/Skeleton.xml:109 +#: doc/classes/Skeleton.xml:212 +msgid "[i]Deprecated soon.[/i]" +msgstr "" + +#: doc/classes/Skeleton.xml:34 +msgid "Clear all the bones in this skeleton." +msgstr "" + +#: doc/classes/Skeleton.xml:46 +msgid "Returns the bone index that matches [code]name[/code] as its name." +msgstr "" + +#: doc/classes/Skeleton.xml:52 +msgid "Returns the amount of bones in the skeleton." +msgstr "" + +#: doc/classes/Skeleton.xml:59 +msgid "" +"Returns the custom pose of the specified bone. Custom pose is applied on top " +"of the rest pose." +msgstr "" + +#: doc/classes/Skeleton.xml:66 +msgid "" +"Returns the overall transform of the specified bone, with respect to the " +"skeleton. Being relative to the skeleton frame, this is not the actual " +"\"global\" transform of the bone." +msgstr "" + +#: doc/classes/Skeleton.xml:73 +msgid "" +"Returns the overall transform of the specified bone, with respect to the " +"skeleton, but without any global pose overrides. Being relative to the " +"skeleton frame, this is not the actual \"global\" transform of the bone." +msgstr "" + +#: doc/classes/Skeleton.xml:80 +msgid "Returns the name of the bone at index [code]index[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:87 +msgid "" +"Returns the bone index which is the parent of the bone at [code]bone_idx[/" +"code]. If -1, then bone has no parent.\n" +"[b]Note:[/b] The parent bone returned will always be less than " +"[code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:95 +msgid "" +"Returns the pose transform of the specified bone. Pose is applied on top of " +"the custom pose, which is applied on top the rest pose." +msgstr "" + +#: doc/classes/Skeleton.xml:102 +msgid "Returns the rest transform for a bone [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:187 +msgid "" +"Sets the bone index [code]parent_idx[/code] as the parent of the bone at " +"[code]bone_idx[/code]. If -1, then bone has no parent.\n" +"[b]Note:[/b] [code]parent_idx[/code] must be less than [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:196 +msgid "Sets the pose transform for bone [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton.xml:204 +msgid "Sets the rest transform for bone [code]bone_idx[/code]." +msgstr "" + +#: doc/classes/Skeleton2D.xml:4 +msgid "Skeleton for 2D characters and animated objects." +msgstr "" + +#: doc/classes/Skeleton2D.xml:7 +msgid "" +"Skeleton2D parents a hierarchy of [Bone2D] objects. It is a requirement of " +"[Bone2D]. Skeleton2D holds a reference to the rest pose of its children and " +"acts as a single point of access to its bones." +msgstr "" + +#: doc/classes/Skeleton2D.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/animation/2d_skeletons.html" +msgstr "" + +#: doc/classes/Skeleton2D.xml:17 +msgid "" +"Returns a [Bone2D] from the node hierarchy parented by Skeleton2D. The " +"object to return is identified by the parameter [code]idx[/code]. Bones are " +"indexed by descending the node hierarchy from top to bottom, adding the " +"children of each branch before moving to the next sibling." +msgstr "" + +#: doc/classes/Skeleton2D.xml:23 +msgid "" +"Returns the number of [Bone2D] nodes in the node hierarchy parented by " +"Skeleton2D." +msgstr "" + +#: doc/classes/Skeleton2D.xml:29 +msgid "Returns the [RID] of a Skeleton2D instance." +msgstr "" + +#: doc/classes/SkeletonIK.xml:4 +msgid "" +"SkeletonIK is used to place the end bone of a [Skeleton] bone chain at a " +"certain point in 3D by rotating all bones in the chain accordingly." +msgstr "" + +#: doc/classes/SkeletonIK.xml:7 +msgid "" +"SkeletonIK is used to place the end bone of a [Skeleton] bone chain at a " +"certain point in 3D by rotating all bones in the chain accordingly. A " +"typical scenario for IK in games is to place a characters feet on the ground " +"or a characters hands on a currently hold object. SkeletonIK uses " +"FabrikInverseKinematic internally to solve the bone chain and applies the " +"results to the [Skeleton] [code]bones_global_pose_override[/code] property " +"for all affected bones in the chain. If fully applied this overwrites any " +"bone transform from [Animation]s or bone custom poses set by users. The " +"applied amount can be controlled with the [code]interpolation[/code] " +"property.\n" +"[codeblock]\n" +"# Apply IK effect automatically on every new frame (not the current)\n" +"skeleton_ik_node.start()\n" +"\n" +"# Apply IK effect only on the current frame\n" +"skeleton_ik_node.start(true)\n" +"\n" +"# Stop IK effect and reset bones_global_pose_override on Skeleton\n" +"skeleton_ik_node.stop()\n" +"\n" +"# Apply full IK effect\n" +"skeleton_ik_node.set_interpolation(1.0)\n" +"\n" +"# Apply half IK effect\n" +"skeleton_ik_node.set_interpolation(0.5)\n" +"\n" +"# Apply zero IK effect (a value at or below 0.01 also removes " +"bones_global_pose_override on Skeleton)\n" +"skeleton_ik_node.set_interpolation(0.0)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/SkeletonIK.xml:35 +msgid "" +"Returns the parent [Skeleton] Node that was present when SkeletonIK entered " +"the [SceneTree]. Returns null if the parent node was not a [Skeleton] Node " +"when SkeletonIK entered the [SceneTree]." +msgstr "" + +#: doc/classes/SkeletonIK.xml:41 +msgid "" +"Returns [code]true[/code] if SkeletonIK is applying IK effects on continues " +"frames to the [Skeleton] bones. Returns [code]false[/code] if SkeletonIK is " +"stopped or [method start] was used with the [code]one_time[/code] parameter " +"set to [code]true[/code]." +msgstr "" + +#: doc/classes/SkeletonIK.xml:48 +msgid "" +"Starts applying IK effects on each frame to the [Skeleton] bones but will " +"only take effect starting on the next frame. If [code]one_time[/code] is " +"[code]true[/code], this will take effect immediately but also reset on the " +"next frame." +msgstr "" + +#: doc/classes/SkeletonIK.xml:54 +msgid "" +"Stops applying IK effects on each frame to the [Skeleton] bones and also " +"calls [method Skeleton.clear_bones_global_pose_override] to remove existing " +"overrides on all bones." +msgstr "" + +#: doc/classes/SkeletonIK.xml:60 +msgid "" +"Interpolation value for how much the IK results are applied to the current " +"skeleton bone chain. A value of [code]1.0[/code] will overwrite all skeleton " +"bone transforms completely while a value of [code]0.0[/code] will visually " +"disable the SkeletonIK. A value at or below [code]0.01[/code] also calls " +"[method Skeleton.clear_bones_global_pose_override]." +msgstr "" + +#: doc/classes/SkeletonIK.xml:63 +msgid "" +"Secondary target position (first is [member target] property or [member " +"target_node]) for the IK chain. Use magnet position (pole target) to control " +"the bending of the IK chain. Only works if the bone chain has more than 2 " +"bones. The middle chain bone position will be linearly interpolated with the " +"magnet position." +msgstr "" + +#: doc/classes/SkeletonIK.xml:66 +msgid "" +"Number of iteration loops used by the IK solver to produce more accurate " +"(and elegant) bone chain results." +msgstr "" + +#: doc/classes/SkeletonIK.xml:69 +msgid "" +"The minimum distance between bone and goal target. If the distance is below " +"this value, the IK solver stops further iterations." +msgstr "" + +#: doc/classes/SkeletonIK.xml:72 +msgid "" +"If [code]true[/code] overwrites the rotation of the tip bone with the " +"rotation of the [member target] (or [member target_node] if defined)." +msgstr "" + +#: doc/classes/SkeletonIK.xml:75 +msgid "The name of the current root bone, the first bone in the IK chain." +msgstr "" + +#: doc/classes/SkeletonIK.xml:78 +msgid "" +"First target of the IK chain where the tip bone is placed and, if [member " +"override_tip_basis] is [code]true[/code], how the tip bone is rotated. If a " +"[member target_node] path is available the nodes transform is used instead " +"and this property is ignored." +msgstr "" + +#: doc/classes/SkeletonIK.xml:81 +msgid "" +"Target node [NodePath] for the IK chain. If available, the node's current " +"[Transform] is used instead of the [member target] property." +msgstr "" + +#: doc/classes/SkeletonIK.xml:84 +msgid "" +"The name of the current tip bone, the last bone in the IK chain placed at " +"the [member target] transform (or [member target_node] if defined)." +msgstr "" + +#: doc/classes/SkeletonIK.xml:87 +msgid "" +"If [code]true[/code], instructs the IK solver to consider the secondary " +"magnet target (pole target) when calculating the bone chain. Use the magnet " +"position (pole target) to control the bending of the IK chain." +msgstr "" + +#: doc/classes/Sky.xml:4 doc/classes/Sky.xml:7 +msgid "The base class for [PanoramaSky] and [ProceduralSky]." +msgstr "" + +#: doc/classes/Sky.xml:15 +msgid "" +"The [Sky]'s radiance map size. The higher the radiance map size, the more " +"detailed the lighting from the [Sky] will be.\n" +"See [enum RadianceSize] constants for values.\n" +"[b]Note:[/b] You will only benefit from high radiance sizes if you have " +"perfectly sharp reflective surfaces in your project and are not using " +"[ReflectionProbe]s or [GIProbe]s. For most projects, keeping [member " +"radiance_size] to the default value is the best compromise between visuals " +"and performance. Be careful when using high radiance size values as these " +"can cause crashes on low-end GPUs." +msgstr "" + +#: doc/classes/Sky.xml:22 +msgid "Radiance texture size is 32×32 pixels." +msgstr "" + +#: doc/classes/Sky.xml:25 +msgid "Radiance texture size is 64×64 pixels." +msgstr "" + +#: doc/classes/Sky.xml:28 +msgid "Radiance texture size is 128×128 pixels." +msgstr "" + +#: doc/classes/Sky.xml:31 +msgid "Radiance texture size is 256×256 pixels." +msgstr "" + +#: doc/classes/Sky.xml:34 +msgid "Radiance texture size is 512×512 pixels." +msgstr "" + +#: doc/classes/Sky.xml:37 +msgid "" +"Radiance texture size is 1024×1024 pixels.\n" +"[b]Note:[/b] [constant RADIANCE_SIZE_1024] is not exposed in the inspector " +"as it is known to cause GPU hangs on certain systems." +msgstr "" + +#: doc/classes/Sky.xml:41 +msgid "" +"Radiance texture size is 2048×2048 pixels.\n" +"[b]Note:[/b] [constant RADIANCE_SIZE_2048] is not exposed in the inspector " +"as it is known to cause GPU hangs on certain systems." +msgstr "" + +#: doc/classes/Sky.xml:45 +msgid "Represents the size of the [enum RadianceSize] enum." +msgstr "" + +#: doc/classes/Slider.xml:4 +msgid "Base class for GUI sliders." +msgstr "" + +#: doc/classes/Slider.xml:7 +msgid "" +"Base class for GUI sliders.\n" +"[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] " +"signals are part of the [Range] class which this class inherits from." +msgstr "" + +#: doc/classes/Slider.xml:16 +msgid "" +"If [code]true[/code], the slider can be interacted with. If [code]false[/" +"code], the value can be changed only by code." +msgstr "" + +#: doc/classes/Slider.xml:20 +msgid "If [code]true[/code], the value can be changed using the mouse wheel." +msgstr "" + +#: doc/classes/Slider.xml:24 +msgid "" +"Number of ticks displayed on the slider, including border ticks. Ticks are " +"uniformly-distributed value markers." +msgstr "" + +#: doc/classes/Slider.xml:27 +msgid "" +"If [code]true[/code], the slider will display ticks for minimum and maximum " +"values." +msgstr "" + +#: doc/classes/SliderJoint.xml:4 +msgid "Slider between two PhysicsBodies in 3D." +msgstr "" + +#: doc/classes/SliderJoint.xml:7 +msgid "" +"Slides across the X axis of the pivot object. See also [Generic6DOFJoint]." +msgstr "" + +#: doc/classes/SliderJoint.xml:28 +msgid "" +"The amount of damping of the rotation when the limit is surpassed.\n" +"A lower damping value allows a rotation initiated by body A to travel to " +"body B slower." +msgstr "" + +#: doc/classes/SliderJoint.xml:35 +msgid "" +"The amount of restitution of the rotation when the limit is surpassed.\n" +"Does not affect damping." +msgstr "" + +#: doc/classes/SliderJoint.xml:39 +msgid "" +"A factor applied to the all rotation once the limit is surpassed.\n" +"Makes all rotation slower when between 0 and 1." +msgstr "" + +#: doc/classes/SliderJoint.xml:52 doc/classes/SliderJoint.xml:147 +msgid "A factor applied to the all rotation in the limits." +msgstr "" + +#: doc/classes/SliderJoint.xml:61 doc/classes/SliderJoint.xml:156 +msgid "" +"A factor applied to the all rotation across axes orthogonal to the slider." +msgstr "" + +#: doc/classes/SliderJoint.xml:64 +msgid "" +"The amount of damping that happens once the limit defined by [member " +"linear_limit/lower_distance] and [member linear_limit/upper_distance] is " +"surpassed." +msgstr "" + +#: doc/classes/SliderJoint.xml:70 +msgid "" +"The amount of restitution once the limits are surpassed. The lower, the more " +"velocity-energy gets lost." +msgstr "" + +#: doc/classes/SoftBody.xml:4 +msgid "A soft mesh physics body." +msgstr "" + +#: doc/classes/SoftBody.xml:7 +msgid "" +"A deformable physics body. Used to create elastic or deformable objects such " +"as cloth, rubber, or other flexible materials." +msgstr "" + +#: doc/classes/SoftBody.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/physics/soft_body.html" +msgstr "" + +#: doc/classes/SoftBody.xml:44 +msgid "Returns local translation of a vertex in the surface array." +msgstr "" + +#: doc/classes/SoftBody.xml:51 +msgid "Returns [code]true[/code] if vertex is set to pinned." +msgstr "" + +#: doc/classes/SoftBody.xml:83 +msgid "" +"Sets the pinned state of a surface vertex. When set to [code]true[/code], " +"the optional [code]attachment_path[/code] can define a [Spatial] the pinned " +"vertex will be attached to." +msgstr "" + +#: doc/classes/SoftBody.xml:91 +msgid "" +"The physics layers this SoftBody is in.\n" +"Collidable objects can exist in any of 32 different layers. These layers " +"work like a tagging system, and are not visual. A collidable can use these " +"layers to select with which objects it can collide, using the collision_mask " +"property.\n" +"A contact is detected if object A is in any of the layers that object B " +"scans, or object B is in any layer scanned by object A. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/SoftBody.xml:96 +msgid "" +"The physics layers this SoftBody scans for collisions. See [url=https://docs." +"godotengine.org/en/3.4/tutorials/physics/physics_introduction.html#collision-" +"layers-and-masks]Collision layers and masks[/url] in the documentation for " +"more information." +msgstr "" + +#: doc/classes/SoftBody.xml:105 +msgid "[NodePath] to a [CollisionObject] this SoftBody should avoid clipping." +msgstr "" + +#: doc/classes/SoftBody.xml:108 +msgid "" +"If [code]true[/code], the [SoftBody] is simulated in physics. Can be set to " +"[code]false[/code] to pause the physics simulation." +msgstr "" + +#: doc/classes/SoftBody.xml:115 +msgid "If [code]true[/code], the [SoftBody] will respond to [RayCast]s." +msgstr "" + +#: doc/classes/SoftBody.xml:118 +msgid "" +"Increasing this value will improve the resulting simulation, but can affect " +"performance. Use with care." +msgstr "" + +#: doc/classes/SoftBody.xml:121 +msgid "The SoftBody's mass." +msgstr "" + +#: doc/classes/Spatial.xml:4 +msgid "Most basic 3D game object, parent of all 3D-related nodes." +msgstr "" + +#: doc/classes/Spatial.xml:7 +msgid "" +"Most basic 3D game object, with a 3D [Transform] and visibility settings. " +"All other 3D game objects inherit from Spatial. Use [Spatial] as a parent " +"node to move, scale, rotate and show/hide children in a 3D project.\n" +"Affine operations (rotate, scale, translate) happen in parent's local " +"coordinate system, unless the [Spatial] object is set as top-level. Affine " +"operations in this coordinate system correspond to direct affine operations " +"on the [Spatial]'s transform. The word local below refers to this coordinate " +"system. The coordinate system that is attached to the [Spatial] object " +"itself is referred to as object-local coordinate system.\n" +"[b]Note:[/b] Unless otherwise specified, all methods that have angle " +"parameters must have angles specified as [i]radians[/i]. To convert degrees " +"to radians, use [method @GDScript.deg2rad]." +msgstr "" + +#: doc/classes/Spatial.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/3d/introduction_to_3d.html" +msgstr "" + +#: doc/classes/Spatial.xml:13 doc/classes/Vector3.xml:16 +msgid "https://github.com/godotengine/godot-demo-projects/tree/master/3d" +msgstr "" + +#: doc/classes/Spatial.xml:25 +msgid "" +"Returns the parent [Spatial], or an empty [Object] if no parent exists or " +"parent is not of type [Spatial]." +msgstr "" + +#: doc/classes/Spatial.xml:31 +msgid "" +"Returns the current [World] resource this [Spatial] node is registered to." +msgstr "" + +#: doc/classes/Spatial.xml:39 +msgid "" +"Rotates the global (world) transformation around axis, a unit [Vector3], by " +"specified angle in radians. The rotation axis is in global coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:46 +msgid "" +"Scales the global (world) transformation by the given [Vector3] scale " +"factors." +msgstr "" + +#: doc/classes/Spatial.xml:53 +msgid "" +"Moves the global (world) transformation by [Vector3] offset. The offset is " +"in global coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:59 +msgid "" +"Disables rendering of this node. Changes [member visible] to [code]false[/" +"code]." +msgstr "" + +#: doc/classes/Spatial.xml:65 +msgid "" +"Returns whether node notifies about its local transformation changes. " +"[Spatial] will not propagate this by default." +msgstr "" + +#: doc/classes/Spatial.xml:71 +msgid "" +"Returns whether this node uses a scale of [code](1, 1, 1)[/code] or its " +"local transformation scale." +msgstr "" + +#: doc/classes/Spatial.xml:77 +msgid "" +"Returns whether this node is set as Toplevel, that is whether it ignores its " +"parent nodes transformations." +msgstr "" + +#: doc/classes/Spatial.xml:83 +msgid "" +"Returns whether the node notifies about its global and local transformation " +"changes. [Spatial] will not propagate this by default." +msgstr "" + +#: doc/classes/Spatial.xml:97 +msgid "" +"Rotates itself so that the local -Z axis points towards the [code]target[/" +"code] position.\n" +"The transform will first be rotated around the given [code]up[/code] vector, " +"and then fully aligned to the target by a further rotation around an axis " +"perpendicular to both the [code]target[/code] and [code]up[/code] vectors.\n" +"Operations take place in global space." +msgstr "" + +#: doc/classes/Spatial.xml:108 +msgid "" +"Moves the node to the specified [code]position[/code], and then rotates " +"itself to point toward the [code]target[/code] as per [method look_at]. " +"Operations take place in global space." +msgstr "" + +#: doc/classes/Spatial.xml:114 +msgid "" +"Resets this node's transformations (like scale, skew and taper) preserving " +"its rotation and translation by performing Gram-Schmidt orthonormalization " +"on this node's [Transform]." +msgstr "" + +#: doc/classes/Spatial.xml:122 +msgid "" +"Rotates the local transformation around axis, a unit [Vector3], by specified " +"angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:130 +msgid "" +"Rotates the local transformation around axis, a unit [Vector3], by specified " +"angle in radians. The rotation axis is in object-local coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:137 +msgid "Rotates the local transformation around the X axis by angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:144 +msgid "Rotates the local transformation around the Y axis by angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:151 +msgid "Rotates the local transformation around the Z axis by angle in radians." +msgstr "" + +#: doc/classes/Spatial.xml:158 +msgid "" +"Scales the local transformation by given 3D scale factors in object-local " +"coordinate system." +msgstr "" + +#: doc/classes/Spatial.xml:165 +msgid "" +"Makes the node ignore its parents transformations. Node transformations are " +"only in global space." +msgstr "" + +#: doc/classes/Spatial.xml:172 +msgid "" +"Sets whether the node uses a scale of [code](1, 1, 1)[/code] or its local " +"transformation scale. Changes to the local transformation scale are " +"preserved." +msgstr "" + +#: doc/classes/Spatial.xml:178 +msgid "" +"Reset all transformations for this node (sets its [Transform] to the " +"identity matrix)." +msgstr "" + +#: doc/classes/Spatial.xml:185 +msgid "" +"Sets whether the node ignores notification that its transformation (global " +"or local) changed." +msgstr "" + +#: doc/classes/Spatial.xml:192 +msgid "" +"Sets whether the node notifies about its local transformation changes. " +"[Spatial] will not propagate this by default." +msgstr "" + +#: doc/classes/Spatial.xml:199 +msgid "" +"Sets whether the node notifies about its global and local transformation " +"changes. [Spatial] will not propagate this by default, unless it is in the " +"editor context and it has a valid gizmo." +msgstr "" + +#: doc/classes/Spatial.xml:205 +msgid "" +"Enables rendering of this node. Changes [member visible] to [code]true[/" +"code]." +msgstr "" + +#: doc/classes/Spatial.xml:212 +msgid "" +"Transforms [code]local_point[/code] from this node's local space to world " +"space." +msgstr "" + +#: doc/classes/Spatial.xml:219 +msgid "" +"Transforms [code]global_point[/code] from world space to this node's local " +"space." +msgstr "" + +#: doc/classes/Spatial.xml:226 +msgid "" +"Changes the node's position by the given offset [Vector3].\n" +"Note that the translation [code]offset[/code] is affected by the node's " +"scale, so if scaled by e.g. [code](10, 1, 1)[/code], a translation by an " +"offset of [code](2, 0, 0)[/code] would actually add 20 ([code]2 * 10[/code]) " +"to the X coordinate." +msgstr "" + +#: doc/classes/Spatial.xml:234 +msgid "" +"Changes the node's position by the given offset [Vector3] in local space." +msgstr "" + +#: doc/classes/Spatial.xml:240 +msgid "Updates the [SpatialGizmo] of this node." +msgstr "" + +#: doc/classes/Spatial.xml:246 +msgid "" +"The [SpatialGizmo] for this node. Used for example in [EditorSpatialGizmo] " +"as custom visualization and editing handles in Editor." +msgstr "" + +#: doc/classes/Spatial.xml:249 +msgid "World space (global) [Transform] of this node." +msgstr "" + +#: doc/classes/Spatial.xml:252 +msgid "" +"Rotation part of the local transformation in radians, specified in terms of " +"YXZ-Euler angles in the format (X angle, Y angle, Z angle).\n" +"[b]Note:[/b] In the mathematical sense, rotation is a matrix and not a " +"vector. The three Euler angles, which are the three independent parameters " +"of the Euler-angle parametrization of the rotation matrix, are stored in a " +"[Vector3] data structure not because the rotation is a vector, but only " +"because [Vector3] exists as a convenient data-structure to store 3 floating-" +"point numbers. Therefore, applying affine operations on the rotation \"vector" +"\" is not meaningful." +msgstr "" + +#: doc/classes/Spatial.xml:256 +msgid "" +"Rotation part of the local transformation in degrees, specified in terms of " +"YXZ-Euler angles in the format (X angle, Y angle, Z angle)." +msgstr "" + +#: doc/classes/Spatial.xml:259 +msgid "Scale part of the local transformation." +msgstr "" + +#: doc/classes/Spatial.xml:262 +msgid "Local space [Transform] of this node, with respect to the parent node." +msgstr "" + +#: doc/classes/Spatial.xml:265 +msgid "Local translation of this node." +msgstr "" + +#: doc/classes/Spatial.xml:268 +msgid "" +"If [code]true[/code], this node is drawn. The node is only visible if all of " +"its antecedents are visible as well (in other words, [method " +"is_visible_in_tree] must return [code]true[/code])." +msgstr "" + +#: doc/classes/Spatial.xml:274 +msgid "" +"Emitted by portal system gameplay monitor when a node enters the gameplay " +"area." +msgstr "" + +#: doc/classes/Spatial.xml:279 +msgid "" +"Emitted by portal system gameplay monitor when a node exits the gameplay " +"area." +msgstr "" + +#: doc/classes/Spatial.xml:284 +msgid "Emitted when node visibility changes." +msgstr "" + +#: doc/classes/Spatial.xml:290 +msgid "" +"Spatial nodes receives this notification when their global transform " +"changes. This means that either the current or a parent node changed its " +"transform.\n" +"In order for [constant NOTIFICATION_TRANSFORM_CHANGED] to work, users first " +"need to ask for it, with [method set_notify_transform]. The notification is " +"also sent if the node is in the editor context and it has a valid gizmo." +msgstr "" + +#: doc/classes/Spatial.xml:294 +msgid "" +"Spatial nodes receives this notification when they are registered to new " +"[World] resource." +msgstr "" + +#: doc/classes/Spatial.xml:297 +msgid "" +"Spatial nodes receives this notification when they are unregistered from " +"current [World] resource." +msgstr "" + +#: doc/classes/Spatial.xml:300 +msgid "Spatial nodes receives this notification when their visibility changes." +msgstr "" + +#: doc/classes/Spatial.xml:303 +msgid "" +"Spatial nodes receives this notification if the portal system gameplay " +"monitor detects they have entered the gameplay area." +msgstr "" + +#: doc/classes/Spatial.xml:306 +msgid "" +"Spatial nodes receives this notification if the portal system gameplay " +"monitor detects they have exited the gameplay area." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:4 +msgid "Default 3D rendering material." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:7 +msgid "" +"This provides a default material with a wide variety of rendering features " +"and properties without the need to write shader code. See the tutorial below " +"for details." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:10 +msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/spatial_material.html" +msgstr "" + +#: doc/classes/SpatialMaterial.xml:17 +msgid "Returns [code]true[/code], if the specified [enum Feature] is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:24 +msgid "" +"Returns [code]true[/code], if the specified flag is enabled. See [enum " +"Flags] enumerator for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:31 +msgid "" +"Returns the [Texture] associated with the specified [enum TextureParam]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:39 +msgid "" +"If [code]true[/code], enables the specified [enum Feature]. Many features " +"that are available in [SpatialMaterial]s need to be enabled before use. This " +"way the cost for using the feature is only incurred when specified. Features " +"can also be enabled by setting the corresponding member to [code]true[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:47 +msgid "" +"If [code]true[/code], enables the specified flag. Flags are optional " +"behaviour that can be turned on and off. Only one flag can be enabled at a " +"time with this function, the flag enumerators cannot be bit-masked together " +"to enable or disable multiple flags at once. Flags can also be enabled by " +"setting the corresponding member to [code]true[/code]. See [enum Flags] " +"enumerator for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:55 +msgid "" +"Sets the [Texture] to be used by the specified [enum TextureParam]. This " +"function is called when setting members ending in [code]*_texture[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:61 +msgid "The material's base color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:64 +msgid "" +"Texture to multiply by [member albedo_color]. Used for basic texturing of " +"objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:67 +msgid "The strength of the anisotropy effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:70 +msgid "" +"If [code]true[/code], anisotropy is enabled. Changes the shape of the " +"specular blob and aligns it to tangent space. Mesh tangents are needed for " +"this to work. If the mesh does not contain tangents the anisotropy effect " +"will appear broken." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:73 +msgid "Texture that offsets the tangent map for anisotropy calculations." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:76 +msgid "" +"If [code]true[/code], ambient occlusion is enabled. Ambient occlusion " +"darkens areas based on the [member ao_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:79 +msgid "" +"Amount that ambient occlusion affects lighting from lights. If [code]0[/" +"code], ambient occlusion only affects ambient light. If [code]1[/code], " +"ambient occlusion affects lights just as much as it affects ambient light. " +"This can be used to impact the strength of the ambient occlusion effect, but " +"typically looks unrealistic." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:82 +msgid "" +"If [code]true[/code], use [code]UV2[/code] coordinates to look up from the " +"[member ao_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:85 +msgid "" +"Texture that defines the amount of ambient occlusion for a given point on " +"the object." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:88 doc/classes/SpatialMaterial.xml:325 +msgid "" +"Specifies the channel of the [member ao_texture] in which the ambient " +"occlusion information is stored. This is useful when you store the " +"information for multiple effects in a single texture. For example if you " +"stored metallic in the red channel, roughness in the blue, and ambient " +"occlusion in the green you could reduce the number of textures you use." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:91 +msgid "" +"Sets the strength of the clearcoat effect. Setting to [code]0[/code] looks " +"the same as disabling the clearcoat effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:94 +msgid "" +"If [code]true[/code], clearcoat rendering is enabled. Adds a secondary " +"transparent pass to the lighting calculation resulting in an added specular " +"blob. This makes materials appear as if they have a clear layer on them that " +"can be either glossy or rough.\n" +"[b]Note:[/b] Clearcoat rendering is not visible if the material has [member " +"flags_unshaded] set to [code]true[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:98 +msgid "" +"Sets the roughness of the clearcoat pass. A higher value results in a " +"smoother clearcoat while a lower value results in a rougher clearcoat." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:101 +msgid "" +"Texture that defines the strength of the clearcoat effect and the glossiness " +"of the clearcoat. Strength is specified in the red channel while glossiness " +"is specified in the green channel." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:104 +msgid "" +"If [code]true[/code], the shader will read depth texture at multiple points " +"along the view ray to determine occlusion and parrallax. This can be very " +"performance demanding, but results in more realistic looking depth mapping." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:107 +msgid "" +"If [code]true[/code], depth mapping is enabled (also called \"parallax " +"mapping\" or \"height mapping\"). See also [member normal_enabled].\n" +"[b]Note:[/b] Depth mapping is not supported if triplanar mapping is used on " +"the same material. The value of [member depth_enabled] will be ignored if " +"[member uv1_triplanar] is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:111 +msgid "" +"If [code]true[/code], direction of the binormal is flipped before using in " +"the depth effect. This may be necessary if you have encoded your binormals " +"in a way that is conflicting with the depth effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:114 +msgid "" +"If [code]true[/code], direction of the tangent is flipped before using in " +"the depth effect. This may be necessary if you have encoded your tangents in " +"a way that is conflicting with the depth effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:117 +msgid "" +"Number of layers to use when using [member depth_deep_parallax] and the view " +"direction is perpendicular to the surface of the object. A higher number " +"will be more performance demanding while a lower number may not look as " +"crisp." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:120 +msgid "" +"Number of layers to use when using [member depth_deep_parallax] and the view " +"direction is parallel to the surface of the object. A higher number will be " +"more performance demanding while a lower number may not look as crisp." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:123 +msgid "" +"Scales the depth offset effect. A higher number will create a larger depth." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:126 +msgid "" +"Texture used to determine depth at a given pixel. Depth is always stored in " +"the red channel." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:129 +msgid "Texture that specifies the color of the detail overlay." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:132 +msgid "" +"Specifies how the [member detail_albedo] should blend with the current " +"[code]ALBEDO[/code]. See [enum BlendMode] for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:135 +msgid "" +"If [code]true[/code], enables the detail overlay. Detail is a second texture " +"that gets mixed over the surface of the object based on [member " +"detail_mask]. This can be used to add variation to objects, or to blend " +"between two different albedo/normal textures." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:138 +msgid "" +"Texture used to specify how the detail textures get blended with the base " +"textures." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:141 +msgid "" +"Texture that specifies the per-pixel normal of the detail overlay.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:145 +msgid "" +"Specifies whether to use [code]UV[/code] or [code]UV2[/code] for the detail " +"layer. See [enum DetailUV] for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:148 +msgid "" +"Distance at which the object appears fully opaque.\n" +"[b]Note:[/b] If [code]distance_fade_max_distance[/code] is less than " +"[code]distance_fade_min_distance[/code], the behavior will be reversed. The " +"object will start to fade away at [code]distance_fade_max_distance[/code] " +"and will fully disappear once it reaches [code]distance_fade_min_distance[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:152 +msgid "" +"Distance at which the object starts to become visible. If the object is less " +"than this distance away, it will be invisible.\n" +"[b]Note:[/b] If [code]distance_fade_min_distance[/code] is greater than " +"[code]distance_fade_max_distance[/code], the behavior will be reversed. The " +"object will start to fade away at [code]distance_fade_max_distance[/code] " +"and will fully disappear once it reaches [code]distance_fade_min_distance[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:156 +msgid "" +"Specifies which type of fade to use. Can be any of the [enum " +"DistanceFadeMode]s." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:159 +msgid "The emitted light's color. See [member emission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:162 +msgid "" +"If [code]true[/code], the body emits light. Emitting light makes the object " +"appear brighter. The object can also cast light on other objects if a " +"[GIProbe] or [BakedLightmap] is used and this object is used in baked " +"lighting." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:165 +msgid "The emitted light's strength. See [member emission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:168 +msgid "Use [code]UV2[/code] to read from the [member emission_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:171 +msgid "" +"Sets how [member emission] interacts with [member emission_texture]. Can " +"either add or multiply. See [enum EmissionOperator] for options." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:174 +msgid "Texture that specifies how much surface emits light at a given point." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:177 +msgid "" +"Forces a conversion of the [member albedo_texture] from sRGB space to linear " +"space." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:180 +msgid "If [code]true[/code], the object receives no ambient light." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:183 +msgid "" +"If [code]true[/code], the object receives no shadow that would otherwise be " +"cast onto it." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:186 +msgid "" +"If [code]true[/code], the shader will compute extra operations to make sure " +"the normal stays correct when using a non-uniform scale. Only enable if " +"using non-uniform scaling." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:189 +msgid "" +"If [code]true[/code], the object is rendered at the same size regardless of " +"distance." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:192 +msgid "" +"If [code]true[/code], depth testing is disabled and the object will be drawn " +"in render order." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:195 +msgid "" +"If [code]true[/code], transparency is enabled on the body. See also [member " +"params_blend_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:198 +msgid "If [code]true[/code], the object is unaffected by lighting." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:201 +msgid "" +"If [code]true[/code], render point size can be changed.\n" +"[b]Note:[/b] This is only effective for objects whose geometry is point-" +"based rather than triangle-based. See also [member params_point_size]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:205 +msgid "" +"If [code]true[/code], enables the \"shadow to opacity\" render mode where " +"lighting modifies the alpha so shadowed areas are opaque and non-shadowed " +"areas are transparent. Useful for overlaying shadows onto a camera feed in " +"AR." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:208 +msgid "" +"If [code]true[/code], lighting is calculated per vertex rather than per " +"pixel. This may increase performance on low-end devices." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:211 +msgid "" +"If [code]true[/code], triplanar mapping is calculated in world space rather " +"than object local space. See also [member uv1_triplanar]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:214 +msgid "" +"A high value makes the material appear more like a metal. Non-metals use " +"their albedo as the diffuse color and add diffuse to the specular " +"reflection. With non-metals, the reflection appears on top of the albedo " +"color. Metals use their albedo as a multiplier to the specular reflection " +"and set the diffuse color to black resulting in a tinted reflection. " +"Materials work better when fully metal or fully non-metal, values between " +"[code]0[/code] and [code]1[/code] should only be used for blending between " +"metal and non-metal sections. To alter the amount of reflection use [member " +"roughness]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:217 +msgid "" +"Sets the size of the specular lobe. The specular lobe is the bright spot " +"that is reflected from light sources.\n" +"[b]Note:[/b] Unlike [member metallic], this is not energy-conserving, so it " +"should be left at [code]0.5[/code] in most cases. See also [member " +"roughness]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:221 +msgid "" +"Texture used to specify metallic for an object. This is multiplied by " +"[member metallic]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:224 +msgid "" +"Specifies the channel of the [member metallic_texture] in which the metallic " +"information is stored. This is useful when you store the information for " +"multiple effects in a single texture. For example if you stored metallic in " +"the red channel, roughness in the blue, and ambient occlusion in the green " +"you could reduce the number of textures you use." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:227 +msgid "If [code]true[/code], normal mapping is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:230 +msgid "The strength of the normal map's effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:233 +msgid "" +"Texture used to specify the normal at a given pixel. The " +"[code]normal_texture[/code] only uses the red and green channels; the blue " +"and alpha channels are ignored. The normal read from [code]normal_texture[/" +"code] is oriented around the surface normal provided by the [Mesh].\n" +"[b]Note:[/b] The mesh must have both normals and tangents defined in its " +"vertex data. Otherwise, the normal map won't render correctly and will only " +"appear to darken the whole surface. If creating geometry with [SurfaceTool], " +"you can use [method SurfaceTool.generate_normals] and [method SurfaceTool." +"generate_tangents] to automatically generate normals and tangents " +"respectively.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:238 +msgid "Threshold at which the alpha scissor will discard values." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:241 +msgid "" +"If [code]true[/code], the shader will keep the scale set for the mesh. " +"Otherwise the scale is lost when billboarding. Only applies when [member " +"params_billboard_mode] is [constant BILLBOARD_ENABLED]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:244 +msgid "" +"Controls how the object faces the camera. See [enum BillboardMode].\n" +"[b]Note:[/b] Billboard mode is not suitable for VR because the left-right " +"vector of the camera is not horizontal when the screen is attached to your " +"head instead of on the table. See [url=https://github.com/godotengine/godot/" +"issues/41567]GitHub issue #41567[/url] for details." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:248 +msgid "" +"The material's blend mode.\n" +"[b]Note:[/b] Values other than [code]Mix[/code] force the object into the " +"transparent pipeline. See [enum BlendMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:252 +msgid "" +"Which side of the object is not drawn when backfaces are rendered. See [enum " +"CullMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:255 +msgid "" +"Determines when depth rendering takes place. See [enum DepthDrawMode]. See " +"also [member flags_transparent]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:258 +msgid "" +"The algorithm used for diffuse light scattering. See [enum DiffuseMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:261 +msgid "" +"If [code]true[/code], enables the vertex grow setting. See [member " +"params_grow_amount]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:264 +msgid "Grows object vertices in the direction of their normals." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:267 +msgid "Currently unimplemented in Godot." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:270 +msgid "The point size in pixels. See [member flags_use_point_size]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:273 +msgid "The method for rendering the specular blob. See [enum SpecularMode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:276 +msgid "" +"If [code]true[/code], the shader will discard all pixels that have an alpha " +"value less than [member params_alpha_scissor_threshold]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:279 +msgid "" +"The number of horizontal frames in the particle sprite sheet. Only enabled " +"when using [constant BILLBOARD_PARTICLES]. See [member " +"params_billboard_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:282 +msgid "" +"If [code]true[/code], particle animations are looped. Only enabled when " +"using [constant BILLBOARD_PARTICLES]. See [member params_billboard_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:285 +msgid "" +"The number of vertical frames in the particle sprite sheet. Only enabled " +"when using [constant BILLBOARD_PARTICLES]. See [member " +"params_billboard_mode]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:288 +msgid "" +"Distance over which the fade effect takes place. The larger the distance the " +"longer it takes for an object to fade." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:291 +msgid "" +"If [code]true[/code], the proximity fade effect is enabled. The proximity " +"fade effect fades out each pixel based on its distance to another object." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:294 +msgid "" +"If [code]true[/code], the refraction effect is enabled. Refraction distorts " +"transparency based on light from behind the object. When using the GLES3 " +"backend, the material's roughness value will affect the blurriness of the " +"refraction. Higher roughness values will make the refraction look blurrier." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:297 +msgid "" +"The strength of the refraction effect. Higher values result in a more " +"distorted appearance for the refraction." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:300 +msgid "" +"Texture that controls the strength of the refraction per-pixel. Multiplied " +"by [member refraction_scale]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:303 +msgid "" +"Specifies the channel of the [member refraction_texture] in which the " +"refraction information is stored. This is useful when you store the " +"information for multiple effects in a single texture. For example if you " +"stored metallic in the red channel, roughness in the blue, and ambient " +"occlusion in the green you could reduce the number of textures you use." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:306 +msgid "Sets the strength of the rim lighting effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:309 +msgid "" +"If [code]true[/code], rim effect is enabled. Rim lighting increases the " +"brightness at glancing angles on an object.\n" +"[b]Note:[/b] Rim lighting is not visible if the material has [member " +"flags_unshaded] set to [code]true[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:313 +msgid "" +"Texture used to set the strength of the rim lighting effect per-pixel. " +"Multiplied by [member rim]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:316 +msgid "" +"The amount of to blend light and albedo color when rendering rim effect. If " +"[code]0[/code] the light color is used, while [code]1[/code] means albedo " +"color is used. An intermediate value generally works best." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:319 +msgid "" +"Surface reflection. A value of [code]0[/code] represents a perfect mirror " +"while a value of [code]1[/code] completely blurs the reflection. See also " +"[member metallic]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:322 +msgid "" +"Texture used to control the roughness per-pixel. Multiplied by [member " +"roughness]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:328 +msgid "" +"If [code]true[/code], subsurface scattering is enabled. Emulates light that " +"penetrates an object's surface, is scattered, and then emerges." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:331 +msgid "The strength of the subsurface scattering effect." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:334 +msgid "" +"Texture used to control the subsurface scattering strength. Stored in the " +"red texture channel. Multiplied by [member subsurf_scatter_strength]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:337 +msgid "" +"The color used by the transmission effect. Represents the light passing " +"through an object." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:340 +msgid "If [code]true[/code], the transmission effect is enabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:343 +msgid "" +"Texture used to control the transmission effect per-pixel. Added to [member " +"transmission]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:346 +msgid "" +"How much to offset the [code]UV[/code] coordinates. This amount will be " +"added to [code]UV[/code] in the vertex function. This can be used to offset " +"a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:349 +msgid "" +"How much to scale the [code]UV[/code] coordinates. This is multiplied by " +"[code]UV[/code] in the vertex function." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:352 +msgid "" +"If [code]true[/code], instead of using [code]UV[/code] textures will use a " +"triplanar texture lookup to determine how to apply textures. Triplanar uses " +"the orientation of the object's surface to blend between texture " +"coordinates. It reads from the source texture 3 times, once for each axis " +"and then blends between the results based on how closely the pixel aligns " +"with each axis. This is often used for natural features to get a realistic " +"blend of materials. Because triplanar texturing requires many more texture " +"reads per-pixel it is much slower than normal UV texturing. Additionally, " +"because it is blending the texture between the three axes, it is unsuitable " +"when you are trying to achieve crisp texturing." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:355 doc/classes/SpatialMaterial.xml:367 +msgid "" +"A lower number blends the texture more softly while a higher number blends " +"the texture more sharply." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:358 +msgid "" +"How much to offset the [code]UV2[/code] coordinates. This amount will be " +"added to [code]UV2[/code] in the vertex function. This can be used to offset " +"a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:361 +msgid "" +"How much to scale the [code]UV2[/code] coordinates. This is multiplied by " +"[code]UV2[/code] in the vertex function." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:364 +msgid "" +"If [code]true[/code], instead of using [code]UV2[/code] textures will use a " +"triplanar texture lookup to determine how to apply textures. Triplanar uses " +"the orientation of the object's surface to blend between texture " +"coordinates. It reads from the source texture 3 times, once for each axis " +"and then blends between the results based on how closely the pixel aligns " +"with each axis. This is often used for natural features to get a realistic " +"blend of materials. Because triplanar texturing requires many more texture " +"reads per-pixel it is much slower than normal UV texturing. Additionally, " +"because it is blending the texture between the three axes, it is unsuitable " +"when you are trying to achieve crisp texturing." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:370 +msgid "" +"If [code]true[/code], the model's vertex colors are processed as sRGB mode." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:373 +msgid "If [code]true[/code], the vertex color is used as albedo color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:378 +msgid "Texture specifying per-pixel color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:381 +msgid "Texture specifying per-pixel metallic value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:384 +msgid "Texture specifying per-pixel roughness value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:387 +msgid "Texture specifying per-pixel emission color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:390 +msgid "Texture specifying per-pixel normal vector." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:393 +msgid "Texture specifying per-pixel rim value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:396 +msgid "Texture specifying per-pixel clearcoat value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:399 +msgid "" +"Texture specifying per-pixel flowmap direction for use with [member " +"anisotropy]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:402 +msgid "Texture specifying per-pixel ambient occlusion value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:405 +msgid "Texture specifying per-pixel depth." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:408 +msgid "Texture specifying per-pixel subsurface scattering." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:411 +msgid "Texture specifying per-pixel transmission color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:414 +msgid "Texture specifying per-pixel refraction strength." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:417 +msgid "Texture specifying per-pixel detail mask blending value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:420 +msgid "Texture specifying per-pixel detail color." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:423 +msgid "Texture specifying per-pixel detail normal." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:426 +msgid "Represents the size of the [enum TextureParam] enum." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:429 +msgid "Use [code]UV[/code] with the detail texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:432 +msgid "Use [code]UV2[/code] with the detail texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:435 +msgid "Constant for setting [member flags_transparent]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:438 +msgid "Constant for setting [member emission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:441 +msgid "Constant for setting [member normal_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:444 +msgid "Constant for setting [member rim_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:447 +msgid "Constant for setting [member clearcoat_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:450 +msgid "Constant for setting [member anisotropy_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:453 +msgid "Constant for setting [member ao_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:456 +msgid "Constant for setting [member depth_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:459 +msgid "Constant for setting [member subsurf_scatter_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:462 +msgid "Constant for setting [member transmission_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:465 +msgid "Constant for setting [member refraction_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:468 +msgid "Constant for setting [member detail_enabled]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:474 +msgid "" +"Default blend mode. The color of the object is blended over the background " +"based on the object's alpha value." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:477 +msgid "The color of the object is added to the background." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:480 +msgid "The color of the object is subtracted from the background." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:483 +msgid "The color of the object is multiplied by the background." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:486 +msgid "Default depth draw mode. Depth is drawn only for opaque objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:489 +msgid "Depth draw is calculated for both opaque and transparent objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:492 +msgid "No depth draw." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:495 +msgid "" +"For transparent objects, an opaque pass is made first with the opaque parts, " +"then transparency is drawn." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:498 +msgid "Default cull mode. The back of the object is culled when not visible." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:501 +msgid "The front of the object is culled when not visible." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:504 +msgid "No culling is performed." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:507 +msgid "" +"No lighting is used on the object. Color comes directly from [code]ALBEDO[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:510 +msgid "" +"Lighting is calculated per-vertex rather than per-pixel. This can be used to " +"increase the speed of the shader at the cost of quality." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:513 +msgid "" +"Disables the depth test, so this object is drawn on top of all others. " +"However, objects drawn after it in the draw order may cover it." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:516 +msgid "Set [code]ALBEDO[/code] to the per-vertex color specified in the mesh." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:519 +msgid "" +"Vertex color is in sRGB space and needs to be converted to linear. Only " +"applies in the GLES3 renderer." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:522 +msgid "" +"Uses point size to alter the size of primitive points. Also changes the " +"albedo texture lookup to use [code]POINT_COORD[/code] instead of [code]UV[/" +"code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:525 +msgid "" +"Object is scaled by depth so that it always appears the same size on screen." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:528 +msgid "" +"Shader will keep the scale set for the mesh. Otherwise the scale is lost " +"when billboarding. Only applies when [member params_billboard_mode] is " +"[constant BILLBOARD_ENABLED]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:531 +msgid "" +"Use triplanar texture lookup for all texture lookups that would normally use " +"[code]UV[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:534 +msgid "" +"Use triplanar texture lookup for all texture lookups that would normally use " +"[code]UV2[/code]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:537 +msgid "" +"Use [code]UV2[/code] coordinates to look up from the [member ao_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:540 +msgid "" +"Use [code]UV2[/code] coordinates to look up from the [member " +"emission_texture]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:543 +msgid "Use alpha scissor. Set by [member params_use_alpha_scissor]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:546 +msgid "" +"Use world coordinates in the triplanar texture lookup instead of local " +"coordinates." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:549 +msgid "Forces the shader to convert albedo from sRGB space to linear space." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:552 +msgid "Disables receiving shadows from other objects." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:555 +msgid "Disables receiving ambient light." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:558 +msgid "Ensures that normals appear correct, even with non-uniform scaling." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:561 +msgid "Enables the shadow to opacity feature." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:567 +msgid "Default diffuse scattering algorithm." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:570 +msgid "Diffuse scattering ignores roughness." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:573 +msgid "Extends Lambert to cover more than 90 degrees when roughness increases." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:576 +msgid "Attempts to use roughness to emulate microsurfacing." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:579 +msgid "Uses a hard cut for lighting, with smoothing affected by roughness." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:582 +msgid "Default specular blob." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:585 doc/classes/SpatialMaterial.xml:588 +msgid "Older specular algorithm, included for compatibility." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:591 +msgid "Toon blob which changes size based on roughness." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:594 +msgid "No specular blob." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:597 +msgid "Billboard mode is disabled." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:600 +msgid "The object's Z axis will always face the camera." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:603 +msgid "The object's X axis will always face the camera." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:606 +msgid "" +"Used for particle systems when assigned to [Particles] and [CPUParticles] " +"nodes. Enables [code]particles_anim_*[/code] properties.\n" +"The [member ParticlesMaterial.anim_speed] or [member CPUParticles." +"anim_speed] should also be set to a positive value for the animation to play." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:610 +msgid "Used to read from the red channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:613 +msgid "Used to read from the green channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:616 +msgid "Used to read from the blue channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:619 +msgid "Used to read from the alpha channel of a texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:625 +msgid "Adds the emission color to the color from the emission texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:628 +msgid "Multiplies the emission color by the color from the emission texture." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:631 +msgid "Do not use distance fade." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:634 +msgid "" +"Smoothly fades the object out based on each pixel's distance from the camera " +"using the alpha channel." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:637 +msgid "" +"Smoothly fades the object out based on each pixel's distance from the camera " +"using a dither approach. Dithering discards pixels based on a set pattern to " +"smoothly fade without enabling transparency. On certain hardware this can be " +"faster than [constant DISTANCE_FADE_PIXEL_ALPHA]." +msgstr "" + +#: doc/classes/SpatialMaterial.xml:640 +msgid "" +"Smoothly fades the object out based on the object's distance from the camera " +"using a dither approach. Dithering discards pixels based on a set pattern to " +"smoothly fade without enabling transparency. On certain hardware this can be " +"faster than [constant DISTANCE_FADE_PIXEL_ALPHA]." +msgstr "" + +#: doc/classes/SphereMesh.xml:4 doc/classes/SphereMesh.xml:7 +msgid "Class representing a spherical [PrimitiveMesh]." +msgstr "" + +#: doc/classes/SphereMesh.xml:15 +msgid "Full height of the sphere." +msgstr "" + +#: doc/classes/SphereMesh.xml:18 +msgid "" +"If [code]true[/code], a hemisphere is created rather than a full sphere.\n" +"[b]Note:[/b] To get a regular hemisphere, the height and radius of the " +"sphere must be equal." +msgstr "" + +#: doc/classes/SphereMesh.xml:22 +msgid "Number of radial segments on the sphere." +msgstr "" + +#: doc/classes/SphereMesh.xml:25 +msgid "Radius of sphere." +msgstr "" + +#: doc/classes/SphereMesh.xml:28 +msgid "Number of segments along the height of the sphere." +msgstr "" + +#: doc/classes/SphereShape.xml:4 +msgid "Sphere shape for 3D collisions." +msgstr "" + +#: doc/classes/SphereShape.xml:7 +msgid "" +"Sphere shape for 3D collisions, which can be set into a [PhysicsBody] or " +"[Area]. This shape is useful for modeling sphere-like 3D objects." +msgstr "" + +#: doc/classes/SphereShape.xml:16 +msgid "The sphere's radius. The shape's diameter is double the radius." +msgstr "" + +#: doc/classes/SpinBox.xml:4 +msgid "Numerical input text field." +msgstr "" + +#: doc/classes/SpinBox.xml:7 +msgid "" +"SpinBox is a numerical input text field. It allows entering integers and " +"floats.\n" +"[b]Example:[/b]\n" +"[codeblock]\n" +"var spin_box = SpinBox.new()\n" +"add_child(spin_box)\n" +"var line_edit = spin_box.get_line_edit()\n" +"line_edit.context_menu_enabled = false\n" +"spin_box.align = LineEdit.ALIGN_RIGHT\n" +"[/codeblock]\n" +"The above code will create a [SpinBox], disable context menu on it and set " +"the text alignment to right.\n" +"See [Range] class for more options over the [SpinBox].\n" +"[b]Note:[/b] [SpinBox] relies on an underlying [LineEdit] node. To theme a " +"[SpinBox]'s background, add theme items for [LineEdit] and customize them." +msgstr "" + +#: doc/classes/SpinBox.xml:26 +msgid "Applies the current value of this [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:32 +msgid "" +"Returns the [LineEdit] instance from this [SpinBox]. You can use it to " +"access properties and methods of [LineEdit].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/SpinBox.xml:39 +msgid "Sets the text alignment of the [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:42 +msgid "" +"If [code]true[/code], the [SpinBox] will be editable. Otherwise, it will be " +"read only." +msgstr "" + +#: doc/classes/SpinBox.xml:45 +msgid "" +"Adds the specified [code]prefix[/code] string before the numerical value of " +"the [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:48 +msgid "" +"Adds the specified [code]suffix[/code] string after the numerical value of " +"the [SpinBox]." +msgstr "" + +#: doc/classes/SpinBox.xml:55 +msgid "Sets a custom [Texture] for up and down arrows of the [SpinBox]." +msgstr "" + +#: doc/classes/SplitContainer.xml:4 +msgid "Container for splitting and adjusting." +msgstr "" + +#: doc/classes/SplitContainer.xml:7 +msgid "" +"Container for splitting two [Control]s vertically or horizontally, with a " +"grabber that allows adjusting the split offset or ratio." +msgstr "" + +#: doc/classes/SplitContainer.xml:15 +msgid "" +"Clamps the [member split_offset] value to not go outside the currently " +"possible minimal and maximum values." +msgstr "" + +#: doc/classes/SplitContainer.xml:21 +msgid "" +"If [code]true[/code], the area of the first [Control] will be collapsed and " +"the dragger will be disabled." +msgstr "" + +#: doc/classes/SplitContainer.xml:24 +msgid "" +"Determines the dragger's visibility. See [enum DraggerVisibility] for " +"details." +msgstr "" + +#: doc/classes/SplitContainer.xml:27 +msgid "" +"The initial offset of the splitting between the two [Control]s, with " +"[code]0[/code] being at the end of the first [Control]." +msgstr "" + +#: doc/classes/SplitContainer.xml:34 +msgid "Emitted when the dragger is dragged by user." +msgstr "" + +#: doc/classes/SplitContainer.xml:40 +msgid "The split dragger is visible when the cursor hovers it." +msgstr "" + +#: doc/classes/SplitContainer.xml:43 +msgid "The split dragger is never visible." +msgstr "" + +#: doc/classes/SplitContainer.xml:46 +msgid "The split dragger is never visible and its space collapsed." +msgstr "" + +#: doc/classes/SpotLight.xml:4 +msgid "A spotlight, such as a reflector spotlight or a lantern." +msgstr "" + +#: doc/classes/SpotLight.xml:7 +msgid "" +"A Spotlight is a type of [Light] node that emits lights in a specific " +"direction, in the shape of a cone. The light is attenuated through the " +"distance. This attenuation can be configured by changing the energy, radius " +"and attenuation parameters of [Light].\n" +"[b]Note:[/b] By default, only 32 SpotLights may affect a single mesh " +"[i]resource[/i] at once. Consider splitting your level into several meshes " +"to decrease the likelihood that more than 32 lights will affect the same " +"mesh resource. Splitting the level mesh will also improve frustum culling " +"effectiveness, leading to greater performance. If you need to use more " +"lights per mesh, you can increase [member ProjectSettings.rendering/limits/" +"rendering/max_lights_per_object] at the cost of shader compilation times." +msgstr "" + +#: doc/classes/SpotLight.xml:18 +msgid "The spotlight's angle in degrees." +msgstr "" + +#: doc/classes/SpotLight.xml:21 +msgid "The spotlight's angular attenuation curve." +msgstr "" + +#: doc/classes/SpotLight.xml:24 +msgid "The spotlight's light energy attenuation curve." +msgstr "" + +#: doc/classes/SpotLight.xml:27 +msgid "" +"The maximal range that can be reached by the spotlight. Note that the " +"effectively lit area may appear to be smaller depending on the [member " +"spot_attenuation] in use. No matter the [member spot_attenuation] in use, " +"the light will never reach anything outside this range." +msgstr "" + +#: doc/classes/SpringArm.xml:4 +msgid "A helper node, mostly used in 3rd person cameras." +msgstr "" + +#: doc/classes/SpringArm.xml:7 +msgid "" +"The SpringArm node is a node that casts a ray (or collision shape) along its " +"z axis and moves all its direct children to the collision point, minus a " +"margin.\n" +"The most common use case for this is to make a 3rd person camera that reacts " +"to collisions in the environment.\n" +"The SpringArm will either cast a ray, or if a shape is given, it will cast " +"the shape in the direction of its z axis.\n" +"If you use the SpringArm as a camera controller for your player, you might " +"need to exclude the player's collider from the SpringArm's collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:19 +msgid "" +"Adds the [PhysicsBody] object with the given [RID] to the list of " +"[PhysicsBody] objects excluded from the collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:25 +msgid "" +"Clears the list of [PhysicsBody] objects excluded from the collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:31 +msgid "Returns the spring arm's current length." +msgstr "" + +#: doc/classes/SpringArm.xml:38 +msgid "" +"Removes the given [RID] from the list of [PhysicsBody] objects excluded from " +"the collision check." +msgstr "" + +#: doc/classes/SpringArm.xml:44 +msgid "" +"The layers against which the collision check shall be done. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/SpringArm.xml:47 +msgid "" +"When the collision check is made, a candidate length for the SpringArm is " +"given.\n" +"The margin is then subtracted to this length and the translation is applied " +"to the child objects of the SpringArm.\n" +"This margin is useful for when the SpringArm has a [Camera] as a child node: " +"without the margin, the [Camera] would be placed on the exact point of " +"collision, while with the margin the [Camera] would be placed close to the " +"point of collision." +msgstr "" + +#: doc/classes/SpringArm.xml:52 +msgid "" +"The [Shape] to use for the SpringArm.\n" +"When the shape is set, the SpringArm will cast the [Shape] on its z axis " +"instead of performing a ray cast." +msgstr "" + +#: doc/classes/SpringArm.xml:56 +msgid "" +"The maximum extent of the SpringArm. This is used as a length for both the " +"ray and the shape cast used internally to calculate the desired position of " +"the SpringArm's child nodes.\n" +"To know more about how to perform a shape cast or a ray cast, please consult " +"the [PhysicsDirectSpaceState] documentation." +msgstr "" + +#: doc/classes/Sprite.xml:4 +msgid "General-purpose sprite node." +msgstr "" + +#: doc/classes/Sprite.xml:7 +msgid "" +"A node that displays a 2D texture. The texture displayed can be a region " +"from a larger atlas texture, or a frame from a sprite sheet animation." +msgstr "" + +#: doc/classes/Sprite.xml:16 +msgid "" +"Returns a [Rect2] representing the Sprite's boundary in local coordinates. " +"Can be used to detect if the Sprite was clicked. Example:\n" +"[codeblock]\n" +"func _input(event):\n" +" if event is InputEventMouseButton and event.pressed and event." +"button_index == BUTTON_LEFT:\n" +" if get_rect().has_point(to_local(event.position)):\n" +" print(\"A click!\")\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Sprite.xml:29 +msgid "" +"Returns [code]true[/code], if the pixel at the given position is opaque and " +"[code]false[/code] in other case.\n" +"[b]Note:[/b] It also returns [code]false[/code], if the sprite's texture is " +"[code]null[/code] or if the given position is invalid." +msgstr "" + +#: doc/classes/Sprite.xml:36 +msgid "If [code]true[/code], texture is centered." +msgstr "" + +#: doc/classes/Sprite.xml:45 doc/classes/Sprite3D.xml:15 +msgid "" +"Current frame to display from sprite sheet. [member hframes] or [member " +"vframes] must be greater than 1." +msgstr "" + +#: doc/classes/Sprite.xml:48 doc/classes/Sprite3D.xml:18 +msgid "" +"Coordinates of the frame to display from sprite sheet. This is as an alias " +"for the [member frame] property. [member hframes] or [member vframes] must " +"be greater than 1." +msgstr "" + +#: doc/classes/Sprite.xml:51 doc/classes/Sprite3D.xml:21 +msgid "The number of columns in the sprite sheet." +msgstr "" + +#: doc/classes/Sprite.xml:54 +msgid "" +"The normal map gives depth to the Sprite.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/Sprite.xml:61 +msgid "" +"If [code]true[/code], texture is cut from a larger atlas texture. See " +"[member region_rect]." +msgstr "" + +#: doc/classes/Sprite.xml:64 +msgid "If [code]true[/code], the outermost pixels get blurred out." +msgstr "" + +#: doc/classes/Sprite.xml:67 doc/classes/Sprite3D.xml:27 +msgid "" +"The region of the atlas texture to display. [member region_enabled] must be " +"[code]true[/code]." +msgstr "" + +#: doc/classes/Sprite.xml:70 +msgid "[Texture] object to draw." +msgstr "" + +#: doc/classes/Sprite.xml:73 doc/classes/Sprite3D.xml:33 +msgid "The number of rows in the sprite sheet." +msgstr "" + +#: doc/classes/Sprite.xml:79 doc/classes/Sprite3D.xml:39 +msgid "Emitted when the [member frame] changes." +msgstr "" + +#: doc/classes/Sprite.xml:84 +msgid "Emitted when the [member texture] changes." +msgstr "" + +#: doc/classes/Sprite3D.xml:4 +msgid "2D sprite node in a 3D world." +msgstr "" + +#: doc/classes/Sprite3D.xml:7 +msgid "" +"A node that displays a 2D texture in a 3D environment. The texture displayed " +"can be a region from a larger atlas texture, or a frame from a sprite sheet " +"animation." +msgstr "" + +#: doc/classes/Sprite3D.xml:24 +msgid "" +"If [code]true[/code], texture will be cut from a larger atlas texture. See " +"[member region_rect]." +msgstr "" + +#: doc/classes/Sprite3D.xml:30 +msgid "" +"[Texture] object to draw. If [member GeometryInstance.material_override] is " +"used, this will be overridden." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:4 +msgid "2D sprite node in 3D environment." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:7 +msgid "A node that displays 2D texture information in a 3D environment." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:27 +msgid "Returns the rectangle representing this sprite." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:35 +msgid "If [code]true[/code], the specified flag will be enabled." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:43 +msgid "The direction in which the front of the texture faces." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:51 +msgid "" +"If [code]true[/code], texture can be seen from the back as well, if " +"[code]false[/code], it is invisible when looking at it from behind." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:60 +msgid "" +"A color value that gets multiplied on, could be used for mood-coloring or to " +"simulate the color of light." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:66 +msgid "" +"The objects' visibility on a scale from [code]0[/code] fully invisible to " +"[code]1[/code] fully visible." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:69 +msgid "The size of one pixel's width on the sprite to scale it in 3D." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:72 +msgid "" +"If [code]true[/code], the [Light] in the [Environment] has effects on the " +"sprite." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:75 +msgid "" +"If [code]true[/code], the texture's transparency and the opacity are used to " +"make those parts of the sprite invisible." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:80 +msgid "" +"If set, the texture's transparency and the opacity are used to make those " +"parts of the sprite invisible." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:83 +msgid "If set, lights in the environment affect the sprite." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:86 +msgid "" +"If set, texture can be seen from the back as well, if not, it is invisible " +"when looking at it from behind." +msgstr "" + +#: doc/classes/SpriteBase3D.xml:89 +msgid "Represents the size of the [enum DrawFlags] enum." +msgstr "" + +#: doc/classes/SpriteFrames.xml:4 +msgid "Sprite frame library for AnimatedSprite." +msgstr "" + +#: doc/classes/SpriteFrames.xml:7 +msgid "" +"Sprite frame library for [AnimatedSprite]. Contains frames and animation " +"data for playback.\n" +"[b]Note:[/b] You can associate a set of normal maps by creating additional " +"[SpriteFrames] resources with a [code]_normal[/code] suffix. For example, " +"having 2 [SpriteFrames] resources [code]run[/code] and [code]run_normal[/" +"code] will make it so the [code]run[/code] animation uses the normal map." +msgstr "" + +#: doc/classes/SpriteFrames.xml:17 +msgid "Adds a new animation to the library." +msgstr "" + +#: doc/classes/SpriteFrames.xml:26 +msgid "Adds a frame to the given animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:33 +msgid "Removes all frames from the given animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:39 +msgid "Removes all animations. A \"default\" animation will be created." +msgstr "" + +#: doc/classes/SpriteFrames.xml:46 +msgid "" +"Returns [code]true[/code] if the given animation is configured to loop when " +"it finishes playing. Otherwise, returns [code]false[/code]." +msgstr "" + +#: doc/classes/SpriteFrames.xml:52 +msgid "" +"Returns an array containing the names associated to each animation. Values " +"are placed in alphabetical order." +msgstr "" + +#: doc/classes/SpriteFrames.xml:59 doc/classes/SpriteFrames.xml:120 +msgid "The animation's speed in frames per second." +msgstr "" + +#: doc/classes/SpriteFrames.xml:67 +msgid "Returns the animation's selected frame." +msgstr "" + +#: doc/classes/SpriteFrames.xml:74 +msgid "Returns the number of frames in the animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:81 +msgid "If [code]true[/code], the named animation exists." +msgstr "" + +#: doc/classes/SpriteFrames.xml:88 +msgid "Removes the given animation." +msgstr "" + +#: doc/classes/SpriteFrames.xml:96 +msgid "Removes the animation's selected frame." +msgstr "" + +#: doc/classes/SpriteFrames.xml:104 +msgid "Changes the animation's name to [code]newname[/code]." +msgstr "" + +#: doc/classes/SpriteFrames.xml:112 +msgid "If [code]true[/code], the animation will loop." +msgstr "" + +#: doc/classes/SpriteFrames.xml:129 +msgid "Sets the texture of the given frame." +msgstr "" + +#: doc/classes/SpriteFrames.xml:135 +msgid "Compatibility property, always equals to an empty array." +msgstr "" + +#: doc/classes/StaticBody.xml:4 +msgid "Static body for 3D physics." +msgstr "" + +#: doc/classes/StaticBody.xml:7 +msgid "" +"Static body for 3D physics. A static body is a simple body that is not " +"intended to move. In contrast to [RigidBody], they don't consume any CPU " +"resources as long as they don't move.\n" +"Additionally, a constant linear or angular velocity can be set for the " +"static body, so even if it doesn't move, it affects other bodies as if it " +"was moving (this is useful for simulating conveyor belts or conveyor wheels)." +msgstr "" + +#: doc/classes/StaticBody.xml:23 +msgid "" +"The body's constant angular velocity. This does not rotate the body, but " +"affects other bodies that touch it, as if it was in a state of rotation." +msgstr "" + +#: doc/classes/StaticBody.xml:26 +msgid "" +"The body's constant linear velocity. This does not move the body, but " +"affects other bodies that touch it, as if it was in a state of movement." +msgstr "" + +#: doc/classes/StaticBody.xml:29 +msgid "" +"The body's friction, from 0 (frictionless) to 1 (full friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/StaticBody2D.xml:4 +msgid "Static body for 2D physics." +msgstr "" + +#: doc/classes/StaticBody2D.xml:7 +msgid "" +"Static body for 2D physics. A StaticBody2D is a body that is not intended to " +"move. It is ideal for implementing objects in the environment, such as walls " +"or platforms.\n" +"Additionally, a constant linear or angular velocity can be set for the " +"static body, which will affect colliding bodies as if it were moving (for " +"example, a conveyor belt)." +msgstr "" + +#: doc/classes/StaticBody2D.xml:20 +msgid "" +"The body's constant angular velocity. This does not rotate the body, but " +"affects colliding bodies, as if it were rotating." +msgstr "" + +#: doc/classes/StaticBody2D.xml:23 +msgid "" +"The body's constant linear velocity. This does not move the body, but " +"affects colliding bodies, as if it were moving." +msgstr "" + +#: doc/classes/StaticBody2D.xml:26 +msgid "" +"The body's friction. Values range from [code]0[/code] (no friction) to " +"[code]1[/code] (full friction).\n" +"Deprecated, use [member PhysicsMaterial.friction] instead via [member " +"physics_material_override]." +msgstr "" + +#: doc/classes/StreamPeer.xml:4 +msgid "Abstraction and base class for stream-based protocols." +msgstr "" + +#: doc/classes/StreamPeer.xml:7 +msgid "" +"StreamPeer is an abstraction and base class for stream-based protocols (such " +"as TCP). It provides an API for sending and receiving data through streams " +"as raw data or strings." +msgstr "" + +#: doc/classes/StreamPeer.xml:15 +msgid "Gets a signed 16-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:21 +msgid "Gets a signed 32-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:27 +msgid "Gets a signed 64-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:33 +msgid "Gets a signed byte from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:39 +msgid "Returns the amount of bytes this [StreamPeer] has available." +msgstr "" + +#: doc/classes/StreamPeer.xml:46 +msgid "" +"Returns a chunk data with the received bytes. The amount of bytes to be " +"received can be requested in the [code]bytes[/code] argument. If not enough " +"bytes are available, the function will block until the desired amount is " +"received. This function returns two values, an [enum @GlobalScope.Error] " +"code and a data array." +msgstr "" + +#: doc/classes/StreamPeer.xml:52 +msgid "Gets a double-precision float from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:58 +msgid "Gets a single-precision float from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:65 +msgid "" +"Returns a chunk data with the received bytes. The amount of bytes to be " +"received can be requested in the \"bytes\" argument. If not enough bytes are " +"available, the function will return how many were actually received. This " +"function returns two values, an [enum @GlobalScope.Error] code, and a data " +"array." +msgstr "" + +#: doc/classes/StreamPeer.xml:72 +msgid "" +"Gets a string with byte-length [code]bytes[/code] from the stream. If " +"[code]bytes[/code] is negative (default) the length will be read from the " +"stream using the reverse process of [method put_string]." +msgstr "" + +#: doc/classes/StreamPeer.xml:78 +msgid "Gets an unsigned 16-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:84 +msgid "Gets an unsigned 32-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:90 +msgid "Gets an unsigned 64-bit value from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:96 +msgid "Gets an unsigned byte from the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:103 +msgid "" +"Gets an UTF-8 string with byte-length [code]bytes[/code] from the stream " +"(this decodes the string sent as UTF-8). If [code]bytes[/code] is negative " +"(default) the length will be read from the stream using the reverse process " +"of [method put_utf8_string]." +msgstr "" + +#: doc/classes/StreamPeer.xml:110 +msgid "" +"Gets a Variant from the stream. If [code]allow_objects[/code] is [code]true[/" +"code], decoding objects is allowed.\n" +"[b]Warning:[/b] Deserialized objects can contain code which gets executed. " +"Do not use this option if the serialized object comes from untrusted sources " +"to avoid potential security threats such as remote code execution." +msgstr "" + +#: doc/classes/StreamPeer.xml:118 +msgid "Puts a signed 16-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:125 +msgid "Puts a signed 32-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:132 +msgid "Puts a signed 64-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:139 +msgid "Puts a signed byte into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:146 +msgid "" +"Sends a chunk of data through the connection, blocking if necessary until " +"the data is done sending. This function returns an [enum @GlobalScope.Error] " +"code." +msgstr "" + +#: doc/classes/StreamPeer.xml:153 +msgid "Puts a double-precision float into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:160 +msgid "Puts a single-precision float into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:167 +msgid "" +"Sends a chunk of data through the connection. If all the data could not be " +"sent at once, only part of it will. This function returns two values, an " +"[enum @GlobalScope.Error] code and an integer, describing how much data was " +"actually sent." +msgstr "" + +#: doc/classes/StreamPeer.xml:174 +msgid "" +"Puts a zero-terminated ASCII string into the stream prepended by a 32-bit " +"unsigned integer representing its size.\n" +"[b]Note:[/b] To put an ASCII string without prepending its size, you can use " +"[method put_data]:\n" +"[codeblock]\n" +"put_data(\"Hello world\".to_ascii())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/StreamPeer.xml:185 +msgid "Puts an unsigned 16-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:192 +msgid "Puts an unsigned 32-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:199 +msgid "Puts an unsigned 64-bit value into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:206 +msgid "Puts an unsigned byte into the stream." +msgstr "" + +#: doc/classes/StreamPeer.xml:213 +msgid "" +"Puts a zero-terminated UTF-8 string into the stream prepended by a 32 bits " +"unsigned integer representing its size.\n" +"[b]Note:[/b] To put an UTF-8 string without prepending its size, you can use " +"[method put_data]:\n" +"[codeblock]\n" +"put_data(\"Hello world\".to_utf8())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/StreamPeer.xml:225 +msgid "" +"Puts a Variant into the stream. If [code]full_objects[/code] is [code]true[/" +"code] encoding objects is allowed (and can potentially include code)." +msgstr "" + +#: doc/classes/StreamPeer.xml:231 +msgid "" +"If [code]true[/code], this [StreamPeer] will using big-endian format for " +"encoding and decoding." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:4 +msgid "SSL stream peer." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:7 +msgid "" +"SSL stream peer. This object can be used to connect to an SSL server or " +"accept a single SSL client connection." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:20 +msgid "" +"Accepts a peer connection as a server using the given [code]private_key[/" +"code] and providing the given [code]certificate[/code] to the client. You " +"can pass the optional [code]chain[/code] parameter to provide additional CA " +"chain information along with the certificate." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:30 +msgid "" +"Connects to a peer using an underlying [StreamPeer] [code]stream[/code]. If " +"[code]validate_certs[/code] is [code]true[/code], [StreamPeerSSL] will " +"validate that the certificate presented by the peer matches the " +"[code]for_hostname[/code].\n" +"[b]Note:[/b] Specifying a custom [code]valid_certificate[/code] is not " +"supported in HTML5 exports due to browsers restrictions." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:37 doc/classes/StreamPeerTCP.xml:23 +msgid "Disconnects from host." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:49 +msgid "" +"Poll the connection to check for incoming bytes. Call this right before " +"[method StreamPeer.get_available_bytes] for it to work properly." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:59 +msgid "A status representing a [StreamPeerSSL] that is disconnected." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:62 +msgid "A status representing a [StreamPeerSSL] during handshaking." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:65 +msgid "A status representing a [StreamPeerSSL] that is connected to a host." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:68 +msgid "A status representing a [StreamPeerSSL] in error state." +msgstr "" + +#: doc/classes/StreamPeerSSL.xml:71 +msgid "" +"An error status that shows a mismatch in the SSL certificate domain " +"presented by the host and the domain requested for validation." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:4 +msgid "TCP stream peer." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:7 +msgid "" +"TCP stream peer. This object can be used to connect to TCP servers, or also " +"is returned by a TCP server." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:17 +msgid "" +"Connects to the specified [code]host:port[/code] pair. A hostname will be " +"resolved if valid. Returns [constant OK] on success or [constant FAILED] on " +"failure." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:29 +msgid "Returns the IP of this peer." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:35 +msgid "Returns the port of this peer." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:41 +msgid "Returns the status of the connection, see [enum Status]." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:47 +msgid "" +"Returns [code]true[/code] if this peer is currently connected or is " +"connecting to a host, [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:54 +msgid "" +"If [code]enabled[/code] is [code]true[/code], packets will be sent " +"immediately. If [code]enabled[/code] is [code]false[/code] (the default), " +"packet transfers will be delayed and combined using [url=https://en." +"wikipedia.org/wiki/Nagle%27s_algorithm]Nagle's algorithm[/url].\n" +"[b]Note:[/b] It's recommended to leave this disabled for applications that " +"send large packets or need to transfer a lot of data, as enabling this can " +"decrease the total available bandwidth." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:61 +msgid "" +"The initial status of the [StreamPeerTCP]. This is also the status after " +"disconnecting." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:64 +msgid "A status representing a [StreamPeerTCP] that is connecting to a host." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:67 +msgid "A status representing a [StreamPeerTCP] that is connected to a host." +msgstr "" + +#: doc/classes/StreamPeerTCP.xml:70 +msgid "A status representing a [StreamPeerTCP] in error state." +msgstr "" + +#: doc/classes/StreamTexture.xml:4 +msgid "A [code].stex[/code] texture." +msgstr "" + +#: doc/classes/StreamTexture.xml:7 +msgid "A texture that is loaded from a [code].stex[/code] file." +msgstr "" + +#: doc/classes/StreamTexture.xml:16 +msgid "Loads the texture from the given path." +msgstr "" + +#: doc/classes/StreamTexture.xml:23 +msgid "The StreamTexture's file path to a [code].stex[/code] file." +msgstr "" + +#: doc/classes/String.xml:4 +msgid "Built-in string class." +msgstr "" + +#: doc/classes/String.xml:7 +msgid "" +"This is the built-in string class (and the one used by GDScript). It " +"supports Unicode and provides all necessary means for string handling. " +"Strings are reference-counted and use a copy-on-write approach, so passing " +"them around is cheap in resources." +msgstr "" + +#: doc/classes/String.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/" +"gdscript_format_string.html" +msgstr "" + +#: doc/classes/String.xml:17 +msgid "Constructs a new String from the given [bool]." +msgstr "" + +#: doc/classes/String.xml:24 +msgid "Constructs a new String from the given [int]." +msgstr "" + +#: doc/classes/String.xml:31 +msgid "Constructs a new String from the given [float]." +msgstr "" + +#: doc/classes/String.xml:38 +msgid "Constructs a new String from the given [Vector2]." +msgstr "" + +#: doc/classes/String.xml:45 +msgid "Constructs a new String from the given [Rect2]." +msgstr "" + +#: doc/classes/String.xml:52 +msgid "Constructs a new String from the given [Vector3]." +msgstr "" + +#: doc/classes/String.xml:59 +msgid "Constructs a new String from the given [Transform2D]." +msgstr "" + +#: doc/classes/String.xml:66 +msgid "Constructs a new String from the given [Plane]." +msgstr "" + +#: doc/classes/String.xml:73 +msgid "Constructs a new String from the given [Quat]." +msgstr "" + +#: doc/classes/String.xml:80 +msgid "Constructs a new String from the given [AABB]." +msgstr "" + +#: doc/classes/String.xml:87 +msgid "Constructs a new String from the given [Basis]." +msgstr "" + +#: doc/classes/String.xml:94 +msgid "Constructs a new String from the given [Transform]." +msgstr "" + +#: doc/classes/String.xml:101 +msgid "Constructs a new String from the given [Color]." +msgstr "" + +#: doc/classes/String.xml:108 +msgid "Constructs a new String from the given [NodePath]." +msgstr "" + +#: doc/classes/String.xml:115 +msgid "Constructs a new String from the given [RID]." +msgstr "" + +#: doc/classes/String.xml:122 +msgid "Constructs a new String from the given [Dictionary]." +msgstr "" + +#: doc/classes/String.xml:129 +msgid "Constructs a new String from the given [Array]." +msgstr "" + +#: doc/classes/String.xml:136 +msgid "Constructs a new String from the given [PoolByteArray]." +msgstr "" + +#: doc/classes/String.xml:143 +msgid "Constructs a new String from the given [PoolIntArray]." +msgstr "" + +#: doc/classes/String.xml:150 +msgid "Constructs a new String from the given [PoolRealArray]." +msgstr "" + +#: doc/classes/String.xml:157 +msgid "Constructs a new String from the given [PoolStringArray]." +msgstr "" + +#: doc/classes/String.xml:164 +msgid "Constructs a new String from the given [PoolVector2Array]." +msgstr "" + +#: doc/classes/String.xml:171 +msgid "Constructs a new String from the given [PoolVector3Array]." +msgstr "" + +#: doc/classes/String.xml:178 +msgid "Constructs a new String from the given [PoolColorArray]." +msgstr "" + +#: doc/classes/String.xml:185 +msgid "Returns [code]true[/code] if the string begins with the given string." +msgstr "" + +#: doc/classes/String.xml:191 +msgid "Returns the bigrams (pairs of consecutive letters) of this string." +msgstr "" + +#: doc/classes/String.xml:197 +msgid "" +"Returns a copy of the string with special characters escaped using the C " +"language standard." +msgstr "" + +#: doc/classes/String.xml:203 +msgid "" +"Returns a copy of the string with escaped characters replaced by their " +"meanings. Supported escape sequences are [code]\\'[/code], [code]\\\"[/" +"code], [code]\\?[/code], [code]\\\\[/code], [code]\\a[/code], [code]\\b[/" +"code], [code]\\f[/code], [code]\\n[/code], [code]\\r[/code], [code]\\t[/" +"code], [code]\\v[/code].\n" +"[b]Note:[/b] Unlike the GDScript parser, this method doesn't support the " +"[code]\\uXXXX[/code] escape sequence." +msgstr "" + +#: doc/classes/String.xml:210 +msgid "" +"Changes the case of some letters. Replaces underscores with spaces, adds " +"spaces before in-word uppercase characters, converts all letters to " +"lowercase, then capitalizes the first letter and every letter following a " +"space character. For [code]capitalize camelCase mixed_with_underscores[/" +"code], it will return [code]Capitalize Camel Case Mixed With Underscores[/" +"code]." +msgstr "" + +#: doc/classes/String.xml:217 +msgid "" +"Performs a case-sensitive comparison to another string. Returns [code]-1[/" +"code] if less than, [code]1[/code] if greater than, or [code]0[/code] if " +"equal. \"less than\" or \"greater than\" are determined by the [url=https://" +"en.wikipedia.org/wiki/List_of_Unicode_characters]Unicode code points[/url] " +"of each string, which roughly matches the alphabetical order.\n" +"[b]Behavior with different string lengths:[/b] Returns [code]1[/code] if the " +"\"base\" string is longer than the [code]to[/code] string or [code]-1[/code] " +"if the \"base\" string is shorter than the [code]to[/code] string. Keep in " +"mind this length is determined by the number of Unicode codepoints, [i]not[/" +"i] the actual visible characters.\n" +"[b]Behavior with empty strings:[/b] Returns [code]-1[/code] if the \"base\" " +"string is empty, [code]1[/code] if the [code]to[/code] string is empty or " +"[code]0[/code] if both strings are empty.\n" +"To get a boolean result from a string comparison, use the [code]==[/code] " +"operator instead. See also [method nocasecmp_to]." +msgstr "" + +#: doc/classes/String.xml:229 +msgid "" +"Returns the number of occurrences of substring [code]what[/code] between " +"[code]from[/code] and [code]to[/code] positions. If [code]from[/code] and " +"[code]to[/code] equals 0 the whole string will be used. If only [code]to[/" +"code] equals 0 the remained substring will be used." +msgstr "" + +#: doc/classes/String.xml:238 +msgid "" +"Returns the number of occurrences of substring [code]what[/code] (ignoring " +"case) between [code]from[/code] and [code]to[/code] positions. If " +"[code]from[/code] and [code]to[/code] equals 0 the whole string will be " +"used. If only [code]to[/code] equals 0 the remained substring will be used." +msgstr "" + +#: doc/classes/String.xml:244 +msgid "" +"Returns a copy of the string with indentation (leading tabs and spaces) " +"removed." +msgstr "" + +#: doc/classes/String.xml:250 +msgid "" +"Returns [code]true[/code] if the length of the string equals [code]0[/code]." +msgstr "" + +#: doc/classes/String.xml:257 +msgid "Returns [code]true[/code] if the string ends with the given string." +msgstr "" + +#: doc/classes/String.xml:264 +msgid "" +"Erases [code]chars[/code] characters from the string starting from " +"[code]position[/code]." +msgstr "" + +#: doc/classes/String.xml:272 +msgid "" +"Finds the first occurrence of a substring. Returns the starting position of " +"the substring or [code]-1[/code] if not found. Optionally, the initial " +"search index can be passed.\n" +"[b]Note:[/b] If you just want to know whether a string contains a substring, " +"use the [code]in[/code] operator as follows:\n" +"[codeblock]\n" +"# Will evaluate to `false`.\n" +"if \"i\" in \"team\":\n" +" pass\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:285 +msgid "" +"Finds the last occurrence of a substring. Returns the starting position of " +"the substring or [code]-1[/code] if not found." +msgstr "" + +#: doc/classes/String.xml:293 +msgid "" +"Finds the first occurrence of a substring, ignoring case. Returns the " +"starting position of the substring or [code]-1[/code] if not found. " +"Optionally, the initial search index can be passed." +msgstr "" + +#: doc/classes/String.xml:301 +msgid "" +"Formats the string by replacing all occurrences of [code]placeholder[/code] " +"with [code]values[/code]." +msgstr "" + +#: doc/classes/String.xml:307 +msgid "If the string is a valid file path, returns the base directory name." +msgstr "" + +#: doc/classes/String.xml:313 +msgid "" +"If the string is a valid file path, returns the full file path without the " +"extension." +msgstr "" + +#: doc/classes/String.xml:319 +msgid "" +"Returns the extension without the leading period character ([code].[/code]) " +"if the string is a valid file name or path. If the string does not contain " +"an extension, returns an empty string instead.\n" +"[codeblock]\n" +"print(\"/path/to/file.txt\".get_extension()) # \"txt\"\n" +"print(\"file.txt\".get_extension()) # \"txt\"\n" +"print(\"file.sample.txt\".get_extension()) # \"txt\"\n" +"print(\".txt\".get_extension()) # \"txt\"\n" +"print(\"file.txt.\".get_extension()) # \"\" (empty string)\n" +"print(\"file.txt..\".get_extension()) # \"\" (empty string)\n" +"print(\"txt\".get_extension()) # \"\" (empty string)\n" +"print(\"\".get_extension()) # \"\" (empty string)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:335 +msgid "If the string is a valid file path, returns the filename." +msgstr "" + +#: doc/classes/String.xml:341 +msgid "Hashes the string and returns a 32-bit integer." +msgstr "" + +#: doc/classes/String.xml:347 +msgid "" +"Converts a string containing a hexadecimal number into an integer. " +"Hexadecimal strings are expected to be prefixed with \"[code]0x[/code]\" " +"otherwise [code]0[/code] is returned.\n" +"[codeblock]\n" +"print(\"0xff\".hex_to_int()) # Print \"255\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:356 +msgid "" +"Escapes (encodes) a string to URL friendly format. Also referred to as 'URL " +"encode'.\n" +"[codeblock]\n" +"print(\"https://example.org/?escaped=\" + \"Godot Engine:'docs'\"." +"http_escape())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:365 +msgid "" +"Unescapes (decodes) a string in URL encoded format. Also referred to as 'URL " +"decode'.\n" +"[codeblock]\n" +"print(\"https://example.org/?escaped=\" + \"Godot%20Engine%3A%27docs%27\"." +"http_unescape())\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:375 +msgid "" +"Converts [code]size[/code] represented as number of bytes to human-readable " +"format using internationalized set of data size units, namely: B, KiB, MiB, " +"GiB, TiB, PiB, EiB. Note that the next smallest unit is picked automatically " +"to hold at most 1024 units.\n" +"[codeblock]\n" +"var bytes = 133790307\n" +"var size = String.humanize_size(bytes)\n" +"print(size) # prints \"127.5 MiB\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:388 +msgid "" +"Returns a copy of the string with the substring [code]what[/code] inserted " +"at the given position." +msgstr "" + +#: doc/classes/String.xml:394 +msgid "" +"If the string is a path to a file or directory, returns [code]true[/code] if " +"the path is absolute." +msgstr "" + +#: doc/classes/String.xml:400 +msgid "" +"If the string is a path to a file or directory, returns [code]true[/code] if " +"the path is relative." +msgstr "" + +#: doc/classes/String.xml:407 +msgid "" +"Returns [code]true[/code] if this string is a subsequence of the given " +"string." +msgstr "" + +#: doc/classes/String.xml:414 +msgid "" +"Returns [code]true[/code] if this string is a subsequence of the given " +"string, without considering case." +msgstr "" + +#: doc/classes/String.xml:420 +msgid "" +"Returns [code]true[/code] if this string is free from characters that aren't " +"allowed in file names, those being:\n" +"[code]: / \\ ? * \" | % < >[/code]" +msgstr "" + +#: doc/classes/String.xml:427 +msgid "Returns [code]true[/code] if this string contains a valid float." +msgstr "" + +#: doc/classes/String.xml:434 +msgid "" +"Returns [code]true[/code] if this string contains a valid hexadecimal " +"number. If [code]with_prefix[/code] is [code]true[/code], then a validity of " +"the hexadecimal number is determined by [code]0x[/code] prefix, for " +"instance: [code]0xDEADC0DE[/code]." +msgstr "" + +#: doc/classes/String.xml:440 +msgid "" +"Returns [code]true[/code] if this string contains a valid color in " +"hexadecimal HTML notation. Other HTML notations such as named colors or " +"[code]hsl()[/code] colors aren't considered valid by this method and will " +"return [code]false[/code]." +msgstr "" + +#: doc/classes/String.xml:446 +msgid "" +"Returns [code]true[/code] if this string is a valid identifier. A valid " +"identifier may contain only letters, digits and underscores ([code]_[/code]) " +"and the first character may not be a digit." +msgstr "" + +#: doc/classes/String.xml:452 +msgid "Returns [code]true[/code] if this string contains a valid integer." +msgstr "" + +#: doc/classes/String.xml:458 +msgid "" +"Returns [code]true[/code] if this string contains only a well-formatted IPv4 " +"or IPv6 address. This method considers [url=https://en.wikipedia.org/wiki/" +"Reserved_IP_addresses]reserved IP addresses[/url] such as [code]0.0.0.0[/" +"code] as valid." +msgstr "" + +#: doc/classes/String.xml:464 +msgid "" +"Returns a copy of the string with special characters escaped using the JSON " +"standard." +msgstr "" + +#: doc/classes/String.xml:471 +msgid "Returns a number of characters from the left of the string." +msgstr "" + +#: doc/classes/String.xml:477 +msgid "Returns the string's amount of characters." +msgstr "" + +#: doc/classes/String.xml:484 +msgid "" +"Returns a copy of the string with characters removed from the left. The " +"[code]chars[/code] argument is a string specifying the set of characters to " +"be removed.\n" +"[b]Note:[/b] The [code]chars[/code] is not a prefix. See [method " +"trim_prefix] method that will remove a single prefix string rather than a " +"set of characters." +msgstr "" + +#: doc/classes/String.xml:492 +msgid "" +"Does a simple case-sensitive expression match, where [code]\"*\"[/code] " +"matches zero or more arbitrary characters and [code]\"?\"[/code] matches any " +"single character except a period ([code]\".\"[/code])." +msgstr "" + +#: doc/classes/String.xml:499 +msgid "" +"Does a simple case-insensitive expression match, where [code]\"*\"[/code] " +"matches zero or more arbitrary characters and [code]\"?\"[/code] matches any " +"single character except a period ([code]\".\"[/code])." +msgstr "" + +#: doc/classes/String.xml:505 +msgid "Returns the MD5 hash of the string as an array of bytes." +msgstr "" + +#: doc/classes/String.xml:511 +msgid "Returns the MD5 hash of the string as a string." +msgstr "" + +#: doc/classes/String.xml:518 +msgid "" +"Performs a case-insensitive [i]natural order[/i] comparison to another " +"string. Returns [code]-1[/code] if less than, [code]1[/code] if greater " +"than, or [code]0[/code] if equal. \"less than\" or \"greater than\" are " +"determined by the [url=https://en.wikipedia.org/wiki/" +"List_of_Unicode_characters]Unicode code points[/url] of each string, which " +"roughly matches the alphabetical order. Internally, lowercase characters " +"will be converted to uppercase during the comparison.\n" +"When used for sorting, natural order comparison will order suites of numbers " +"as expected by most people. If you sort the numbers from 1 to 10 using " +"natural order, you will get [code][1, 2, 3, ...][/code] instead of [code][1, " +"10, 2, 3, ...][/code].\n" +"[b]Behavior with different string lengths:[/b] Returns [code]1[/code] if the " +"\"base\" string is longer than the [code]to[/code] string or [code]-1[/code] " +"if the \"base\" string is shorter than the [code]to[/code] string. Keep in " +"mind this length is determined by the number of Unicode codepoints, [i]not[/" +"i] the actual visible characters.\n" +"[b]Behavior with empty strings:[/b] Returns [code]-1[/code] if the \"base\" " +"string is empty, [code]1[/code] if the [code]to[/code] string is empty or " +"[code]0[/code] if both strings are empty.\n" +"To get a boolean result from a string comparison, use the [code]==[/code] " +"operator instead. See also [method nocasecmp_to] and [method casecmp_to]." +msgstr "" + +#: doc/classes/String.xml:529 +msgid "" +"Performs a case-insensitive comparison to another string. Returns [code]-1[/" +"code] if less than, [code]1[/code] if greater than, or [code]0[/code] if " +"equal. \"less than\" or \"greater than\" are determined by the [url=https://" +"en.wikipedia.org/wiki/List_of_Unicode_characters]Unicode code points[/url] " +"of each string, which roughly matches the alphabetical order. Internally, " +"lowercase characters will be converted to uppercase during the comparison.\n" +"[b]Behavior with different string lengths:[/b] Returns [code]1[/code] if the " +"\"base\" string is longer than the [code]to[/code] string or [code]-1[/code] " +"if the \"base\" string is shorter than the [code]to[/code] string. Keep in " +"mind this length is determined by the number of Unicode codepoints, [i]not[/" +"i] the actual visible characters.\n" +"[b]Behavior with empty strings:[/b] Returns [code]-1[/code] if the \"base\" " +"string is empty, [code]1[/code] if the [code]to[/code] string is empty or " +"[code]0[/code] if both strings are empty.\n" +"To get a boolean result from a string comparison, use the [code]==[/code] " +"operator instead. See also [method casecmp_to]." +msgstr "" + +#: doc/classes/String.xml:539 +msgid "Returns the character code at position [code]at[/code]." +msgstr "" + +#: doc/classes/String.xml:546 +msgid "" +"Formats a number to have an exact number of [code]digits[/code] after the " +"decimal point." +msgstr "" + +#: doc/classes/String.xml:553 +msgid "" +"Formats a number to have an exact number of [code]digits[/code] before the " +"decimal point." +msgstr "" + +#: doc/classes/String.xml:559 +msgid "Decode a percent-encoded string. See [method percent_encode]." +msgstr "" + +#: doc/classes/String.xml:565 +msgid "" +"Percent-encodes a string. Encodes parameters in a URL when sending a HTTP " +"GET request (and bodies of form-urlencoded POST requests)." +msgstr "" + +#: doc/classes/String.xml:572 +msgid "" +"If the string is a path, this concatenates [code]file[/code] at the end of " +"the string as a subpath. E.g. [code]\"this/is\".plus_file(\"path\") == " +"\"this/is/path\"[/code]." +msgstr "" + +#: doc/classes/String.xml:579 +msgid "" +"Returns original string repeated a number of times. The number of " +"repetitions is given by the argument." +msgstr "" + +#: doc/classes/String.xml:587 +msgid "" +"Replaces occurrences of a case-sensitive substring with the given one inside " +"the string." +msgstr "" + +#: doc/classes/String.xml:595 +msgid "" +"Replaces occurrences of a case-insensitive substring with the given one " +"inside the string." +msgstr "" + +#: doc/classes/String.xml:603 +msgid "" +"Performs a case-sensitive search for a substring, but starts from the end of " +"the string instead of the beginning." +msgstr "" + +#: doc/classes/String.xml:611 +msgid "" +"Performs a case-insensitive search for a substring, but starts from the end " +"of the string instead of the beginning." +msgstr "" + +#: doc/classes/String.xml:618 +msgid "Returns the right side of the string from a given position." +msgstr "" + +#: doc/classes/String.xml:627 +msgid "" +"Splits the string by a [code]delimiter[/code] string and returns an array of " +"the substrings, starting from right.\n" +"The splits in the returned array are sorted in the same order as the " +"original string, from left to right.\n" +"If [code]maxsplit[/code] is specified, it defines the number of splits to do " +"from the right up to [code]maxsplit[/code]. The default value of 0 means " +"that all items are split, thus giving the same result as [method split].\n" +"Example:\n" +"[codeblock]\n" +"var some_string = \"One,Two,Three,Four\"\n" +"var some_array = some_string.rsplit(\",\", true, 1)\n" +"print(some_array.size()) # Prints 2\n" +"print(some_array[0]) # Prints \"Four\"\n" +"print(some_array[1]) # Prints \"Three,Two,One\"\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/String.xml:644 +msgid "" +"Returns a copy of the string with characters removed from the right. The " +"[code]chars[/code] argument is a string specifying the set of characters to " +"be removed.\n" +"[b]Note:[/b] The [code]chars[/code] is not a suffix. See [method " +"trim_suffix] method that will remove a single suffix string rather than a " +"set of characters." +msgstr "" + +#: doc/classes/String.xml:651 +msgid "Returns the SHA-1 hash of the string as an array of bytes." +msgstr "" + +#: doc/classes/String.xml:657 +msgid "Returns the SHA-1 hash of the string as a string." +msgstr "" + +#: doc/classes/String.xml:663 +msgid "Returns the SHA-256 hash of the string as an array of bytes." +msgstr "" + +#: doc/classes/String.xml:669 +msgid "Returns the SHA-256 hash of the string as a string." +msgstr "" + +#: doc/classes/String.xml:676 +msgid "" +"Returns the similarity index of the text compared to this string. 1 means " +"totally similar and 0 means totally dissimilar." +msgstr "" + +#: doc/classes/String.xml:682 +msgid "Returns a simplified canonical path." +msgstr "" + +#: doc/classes/String.xml:691 +msgid "" +"Splits the string by a [code]delimiter[/code] string and returns an array of " +"the substrings. The [code]delimiter[/code] can be of any length.\n" +"If [code]maxsplit[/code] is specified, it defines the number of splits to do " +"from the left up to [code]maxsplit[/code]. The default value of [code]0[/" +"code] means that all items are split.\n" +"Example:\n" +"[codeblock]\n" +"var some_string = \"One,Two,Three,Four\"\n" +"var some_array = some_string.split(\",\", true, 1)\n" +"print(some_array.size()) # Prints 2\n" +"print(some_array[0]) # Prints \"One\"\n" +"print(some_array[1]) # Prints \"Two,Three,Four\"\n" +"[/codeblock]\n" +"If you need to split strings with more complex rules, use the [RegEx] class " +"instead." +msgstr "" + +#: doc/classes/String.xml:709 +msgid "" +"Splits the string in floats by using a delimiter string and returns an array " +"of the substrings.\n" +"For example, [code]\"1,2.5,3\"[/code] will return [code][1,2.5,3][/code] if " +"split by [code]\",\"[/code]." +msgstr "" + +#: doc/classes/String.xml:718 +msgid "" +"Returns a copy of the string stripped of any non-printable character " +"(including tabulations, spaces and line breaks) at the beginning and the " +"end. The optional arguments are used to toggle stripping on the left and " +"right edges respectively." +msgstr "" + +#: doc/classes/String.xml:724 +msgid "" +"Returns a copy of the string stripped of any escape character. These include " +"all non-printable control characters of the first page of the ASCII table (< " +"32), such as tabulation ([code]\\t[/code] in C) and newline ([code]\\n[/" +"code] and [code]\\r[/code]) characters, but not spaces." +msgstr "" + +#: doc/classes/String.xml:732 +msgid "" +"Returns part of the string from the position [code]from[/code] with length " +"[code]len[/code]. Argument [code]len[/code] is optional and using [code]-1[/" +"code] will return remaining characters from given position." +msgstr "" + +#: doc/classes/String.xml:738 +msgid "" +"Converts the String (which is a character array) to [PoolByteArray] (which " +"is an array of bytes). The conversion is faster compared to [method " +"to_utf8], as this method assumes that all the characters in the String are " +"ASCII characters." +msgstr "" + +#: doc/classes/String.xml:744 +msgid "" +"Converts a string containing a decimal number into a [code]float[/code]." +msgstr "" + +#: doc/classes/String.xml:750 +msgid "" +"Converts a string containing an integer number into an [code]int[/code]." +msgstr "" + +#: doc/classes/String.xml:756 +msgid "Returns the string converted to lowercase." +msgstr "" + +#: doc/classes/String.xml:762 +msgid "Returns the string converted to uppercase." +msgstr "" + +#: doc/classes/String.xml:768 +msgid "" +"Converts the String (which is an array of characters) to [PoolByteArray] " +"(which is an array of bytes). The conversion is a bit slower than [method " +"to_ascii], but supports all UTF-8 characters. Therefore, you should prefer " +"this function over [method to_ascii]." +msgstr "" + +#: doc/classes/String.xml:774 +msgid "" +"Converts the String (which is an array of characters) to [PoolByteArray] " +"(which is an array of bytes)." +msgstr "" + +#: doc/classes/String.xml:781 +msgid "" +"Removes a given string from the start if it starts with it or leaves the " +"string unchanged." +msgstr "" + +#: doc/classes/String.xml:788 +msgid "" +"Removes a given string from the end if it ends with it or leaves the string " +"unchanged." +msgstr "" + +#: doc/classes/String.xml:794 +msgid "" +"Removes any characters from the string that are prohibited in [Node] names " +"([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]\"[/" +"code])." +msgstr "" + +#: doc/classes/String.xml:800 +msgid "" +"Returns a copy of the string with special characters escaped using the XML " +"standard." +msgstr "" + +#: doc/classes/String.xml:806 +msgid "" +"Returns a copy of the string with escaped characters replaced by their " +"meanings according to the XML standard." +msgstr "" + +#: doc/classes/StyleBox.xml:4 +msgid "Base class for drawing stylized boxes for the UI." +msgstr "" + +#: doc/classes/StyleBox.xml:7 +msgid "" +"StyleBox is [Resource] that provides an abstract base class for drawing " +"stylized boxes for the UI. StyleBoxes are used for drawing the styles of " +"buttons, line edit backgrounds, tree backgrounds, etc. and also for testing " +"a transparency mask for pointer signals. If mask test fails on a StyleBox " +"assigned as mask to a control, clicks and motion signals will go through it " +"to the one below.\n" +"[b]Note:[/b] For children of [Control] that have [i]Theme Properties[/i], " +"the [code]focus[/code] [StyleBox] is displayed over the [code]normal[/code], " +"[code]hover[/code] or [code]pressed[/code] [StyleBox]. This makes the " +"[code]focus[/code] [StyleBox] more reusable across different nodes." +msgstr "" + +#: doc/classes/StyleBox.xml:18 +msgid "" +"Draws this stylebox using a [CanvasItem] with given [RID].\n" +"You can get a [RID] value using [method Object.get_instance_id] on a " +"[CanvasItem]-derived node." +msgstr "" + +#: doc/classes/StyleBox.xml:25 +msgid "Returns the size of this [StyleBox] without the margins." +msgstr "" + +#: doc/classes/StyleBox.xml:31 +msgid "" +"Returns the [CanvasItem] that handles its [constant CanvasItem." +"NOTIFICATION_DRAW] or [method CanvasItem._draw] callback at this moment." +msgstr "" + +#: doc/classes/StyleBox.xml:38 +msgid "Returns the default value of the specified [enum Margin]." +msgstr "" + +#: doc/classes/StyleBox.xml:45 +msgid "" +"Returns the content margin offset for the specified [enum Margin].\n" +"Positive values reduce size inwards, unlike [Control]'s margin values." +msgstr "" + +#: doc/classes/StyleBox.xml:52 +msgid "Returns the minimum size that this stylebox can be shrunk to." +msgstr "" + +#: doc/classes/StyleBox.xml:58 +msgid "" +"Returns the \"offset\" of a stylebox. This helper function returns a value " +"equivalent to [code]Vector2(style.get_margin(MARGIN_LEFT), style." +"get_margin(MARGIN_TOP))[/code]." +msgstr "" + +#: doc/classes/StyleBox.xml:66 +msgid "" +"Sets the default value of the specified [enum Margin] to given [code]offset[/" +"code] in pixels." +msgstr "" + +#: doc/classes/StyleBox.xml:74 +msgid "Test a position in a rectangle, return whether it passes the mask test." +msgstr "" + +#: doc/classes/StyleBox.xml:80 +msgid "" +"The bottom margin for the contents of this style box. Increasing this value " +"reduces the space available to the contents from the bottom.\n" +"If this value is negative, it is ignored and a child-specific margin is used " +"instead. For example for [StyleBoxFlat] the border thickness (if any) is " +"used instead.\n" +"It is up to the code using this style box to decide what these contents are: " +"for example, a [Button] respects this content margin for the textual " +"contents of the button.\n" +"[method get_margin] should be used to fetch this value as consumer instead " +"of reading these properties directly. This is because it correctly respects " +"negative values and the fallback mentioned above." +msgstr "" + +#: doc/classes/StyleBox.xml:86 +msgid "" +"The left margin for the contents of this style box.Increasing this value " +"reduces the space available to the contents from the left.\n" +"Refer to [member content_margin_bottom] for extra considerations." +msgstr "" + +#: doc/classes/StyleBox.xml:90 +msgid "" +"The right margin for the contents of this style box. Increasing this value " +"reduces the space available to the contents from the right.\n" +"Refer to [member content_margin_bottom] for extra considerations." +msgstr "" + +#: doc/classes/StyleBox.xml:94 +msgid "" +"The top margin for the contents of this style box. Increasing this value " +"reduces the space available to the contents from the top.\n" +"Refer to [member content_margin_bottom] for extra considerations." +msgstr "" + +#: doc/classes/StyleBoxEmpty.xml:4 +msgid "Empty stylebox (does not display anything)." +msgstr "" + +#: doc/classes/StyleBoxEmpty.xml:7 +msgid "Empty stylebox (really does not display anything)." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:4 +msgid "" +"Customizable [StyleBox] with a given set of parameters (no texture required)." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:7 +msgid "" +"This [StyleBox] can be used to achieve all kinds of looks without the need " +"of a texture. The following properties are customizable:\n" +"- Color\n" +"- Border width (individual width for each border)\n" +"- Rounded corners (individual radius for each corner)\n" +"- Shadow (with blur and offset)\n" +"Setting corner radius to high values is allowed. As soon as corners overlap, " +"the stylebox will switch to a relative system. Example:\n" +"[codeblock]\n" +"height = 30\n" +"corner_radius_top_left = 50\n" +"corner_radius_bottom_left = 100\n" +"[/codeblock]\n" +"The relative system now would take the 1:2 ratio of the two left corners to " +"calculate the actual corner width. Both corners added will [b]never[/b] be " +"more than the height. Result:\n" +"[codeblock]\n" +"corner_radius_top_left: 10\n" +"corner_radius_bottom_left: 20\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:31 +msgid "" +"Returns the given [code]margin[/code]'s border width. See [enum Margin] for " +"possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:37 +msgid "Returns the smallest border width out of all four borders." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:44 +msgid "" +"Returns the given [code]corner[/code]'s radius. See [enum Corner] for " +"possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:51 doc/classes/StyleBoxTexture.xml:16 +msgid "" +"Returns the size of the given [code]margin[/code]'s expand margin. See [enum " +"Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:59 +msgid "" +"Sets the border width to [code]width[/code] pixels for the given " +"[code]margin[/code]. See [enum Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:66 +msgid "Sets the border width to [code]width[/code] pixels for all margins." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:74 +msgid "" +"Sets the corner radius to [code]radius[/code] pixels for the given " +"[code]corner[/code]. See [enum Corner] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:81 +msgid "Sets the corner radius to [code]radius[/code] pixels for all corners." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:91 +msgid "" +"Sets the corner radius for each corner to [code]radius_top_left[/code], " +"[code]radius_top_right[/code], [code]radius_bottom_right[/code], and " +"[code]radius_bottom_left[/code] pixels." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:99 doc/classes/StyleBoxTexture.xml:48 +msgid "" +"Sets the expand margin to [code]size[/code] pixels for the given " +"[code]margin[/code]. See [enum Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:106 doc/classes/StyleBoxTexture.xml:30 +msgid "Sets the expand margin to [code]size[/code] pixels for all margins." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:116 doc/classes/StyleBoxTexture.xml:40 +msgid "" +"Sets the expand margin for each margin to [code]size_left[/code], " +"[code]size_top[/code], [code]size_right[/code], and [code]size_bottom[/code] " +"pixels." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:122 +msgid "" +"Antialiasing draws a small ring around the edges, which fades to " +"transparency. As a result, edges look much smoother. This is only noticeable " +"when using rounded corners.\n" +"[b]Note:[/b] When using beveled corners with 45-degree angles ([member " +"corner_detail] = 1), it is recommended to set [member anti_aliasing] to " +"[code]false[/code] to ensure crisp visuals and avoid possible visual " +"glitches." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:126 +msgid "" +"This changes the size of the faded ring. Higher values can be used to " +"achieve a \"blurry\" effect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:129 +msgid "The background color of the stylebox." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:132 +msgid "If [code]true[/code], the border will fade into the background color." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:135 +msgid "Sets the color of the border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:138 +msgid "Border width for the bottom border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:141 +msgid "Border width for the left border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:144 +msgid "Border width for the right border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:147 +msgid "Border width for the top border." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:150 +msgid "" +"This sets the number of vertices used for each corner. Higher values result " +"in rounder corners but take more processing power to compute. When choosing " +"a value, you should take the corner radius ([method set_corner_radius_all]) " +"into account.\n" +"For corner radii less than 10, [code]4[/code] or [code]5[/code] should be " +"enough. For corner radii less than 30, values between [code]8[/code] and " +"[code]12[/code] should be enough.\n" +"A corner detail of [code]1[/code] will result in chamfered corners instead " +"of rounded corners, which is useful for some artistic effects." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:155 +msgid "" +"The bottom-left corner's radius. If [code]0[/code], the corner is not " +"rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:158 +msgid "" +"The bottom-right corner's radius. If [code]0[/code], the corner is not " +"rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:161 +msgid "" +"The top-left corner's radius. If [code]0[/code], the corner is not rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:164 +msgid "" +"The top-right corner's radius. If [code]0[/code], the corner is not rounded." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:167 +msgid "Toggles drawing of the inner part of the stylebox." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:170 +msgid "" +"Expands the stylebox outside of the control rect on the bottom edge. Useful " +"in combination with [member border_width_bottom] to draw a border outside " +"the control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:173 +msgid "" +"Expands the stylebox outside of the control rect on the left edge. Useful in " +"combination with [member border_width_left] to draw a border outside the " +"control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:176 +msgid "" +"Expands the stylebox outside of the control rect on the right edge. Useful " +"in combination with [member border_width_right] to draw a border outside the " +"control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:179 +msgid "" +"Expands the stylebox outside of the control rect on the top edge. Useful in " +"combination with [member border_width_top] to draw a border outside the " +"control rect." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:182 +msgid "" +"The color of the shadow. This has no effect if [member shadow_size] is lower " +"than 1." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:185 +msgid "" +"The shadow offset in pixels. Adjusts the position of the shadow relatively " +"to the stylebox." +msgstr "" + +#: doc/classes/StyleBoxFlat.xml:188 +msgid "The shadow size in pixels." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:4 +msgid "[StyleBox] that displays a single line." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:7 +msgid "" +"[StyleBox] that displays a single line of a given color and thickness. It " +"can be used to draw things like separators." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:15 +msgid "The line's color." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:18 +msgid "" +"The number of pixels the line will extend before the [StyleBoxLine]'s " +"bounds. If set to a negative value, the line will begin inside the " +"[StyleBoxLine]'s bounds." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:21 +msgid "" +"The number of pixels the line will extend past the [StyleBoxLine]'s bounds. " +"If set to a negative value, the line will end inside the [StyleBoxLine]'s " +"bounds." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:24 +msgid "The line's thickness in pixels." +msgstr "" + +#: doc/classes/StyleBoxLine.xml:27 +msgid "" +"If [code]true[/code], the line will be vertical. If [code]false[/code], the " +"line will be horizontal." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:4 +msgid "Texture-based nine-patch [StyleBox]." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:7 +msgid "" +"Texture-based nine-patch [StyleBox], in a way similar to [NinePatchRect]. " +"This stylebox performs a 3×3 scaling of a texture, where only the center " +"cell is fully stretched. This makes it possible to design bordered styles " +"regardless of the stylebox's size." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:23 +msgid "" +"Returns the size of the given [code]margin[/code]. See [enum Margin] for " +"possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:56 +msgid "" +"Sets the margin to [code]size[/code] pixels for the given [code]margin[/" +"code]. See [enum Margin] for possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:62 +msgid "" +"Controls how the stylebox's texture will be stretched or tiled horizontally. " +"See [enum AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:65 +msgid "" +"Controls how the stylebox's texture will be stretched or tiled vertically. " +"See [enum AxisStretchMode] for possible values." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:68 +msgid "" +"If [code]true[/code], the nine-patch texture's center tile will be drawn." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:71 +msgid "" +"Expands the bottom margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:74 +msgid "" +"Expands the left margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:77 +msgid "" +"Expands the right margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:80 +msgid "" +"Expands the top margin of this style box when drawing, causing it to be " +"drawn larger than requested." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:83 +msgid "" +"Increases the bottom margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the bottom border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_bottom] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:88 +msgid "" +"Increases the left margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the left border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_left] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:93 +msgid "" +"Increases the right margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the right border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_right] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:98 +msgid "" +"Increases the top margin of the 3×3 texture box.\n" +"A higher value means more of the source texture is considered to be part of " +"the top border of the 3×3 box.\n" +"This is also the value used as fallback for [member StyleBox." +"content_margin_top] if it is negative." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:103 +msgid "Modulates the color of the texture when this style box is drawn." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:106 +msgid "" +"The normal map to use when drawing this style box.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:110 +msgid "" +"Species a sub-region of the texture to use.\n" +"This is equivalent to first wrapping the texture in an [AtlasTexture] with " +"the same region." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:114 +msgid "The texture to use when drawing this style box." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:120 +msgid "Emitted when the stylebox's texture is changed." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:126 +msgid "" +"Stretch the stylebox's texture. This results in visible distortion unless " +"the texture size matches the stylebox's size perfectly." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:129 +msgid "" +"Repeats the stylebox's texture to match the stylebox's size according to the " +"nine-patch system." +msgstr "" + +#: doc/classes/StyleBoxTexture.xml:132 +msgid "" +"Repeats the stylebox's texture to match the stylebox's size according to the " +"nine-patch system. Unlike [constant AXIS_STRETCH_MODE_TILE], the texture may " +"be slightly stretched to make the nine-patch texture tile seamlessly." +msgstr "" + +#: doc/classes/SurfaceTool.xml:4 +msgid "Helper tool to create geometry." +msgstr "" + +#: doc/classes/SurfaceTool.xml:7 +msgid "" +"The [SurfaceTool] is used to construct a [Mesh] by specifying vertex " +"attributes individually. It can be used to construct a [Mesh] from a script. " +"All properties except indices need to be added before calling [method " +"add_vertex]. For example, to add vertex colors and UVs:\n" +"[codeblock]\n" +"var st = SurfaceTool.new()\n" +"st.begin(Mesh.PRIMITIVE_TRIANGLES)\n" +"st.add_color(Color(1, 0, 0))\n" +"st.add_uv(Vector2(0, 0))\n" +"st.add_vertex(Vector3(0, 0, 0))\n" +"[/codeblock]\n" +"The above [SurfaceTool] now contains one vertex of a triangle which has a UV " +"coordinate and a specified [Color]. If another vertex were added without " +"calling [method add_uv] or [method add_color], then the last values would be " +"used.\n" +"Vertex attributes must be passed [b]before[/b] calling [method add_vertex]. " +"Failure to do so will result in an error when committing the vertex " +"information to a mesh.\n" +"Additionally, the attributes used before the first vertex is added determine " +"the format of the mesh. For example, if you only add UVs to the first " +"vertex, you cannot add color to any of the subsequent vertices.\n" +"See also [ArrayMesh], [ImmediateGeometry] and [MeshDataTool] for procedural " +"geometry generation.\n" +"[b]Note:[/b] Godot uses clockwise [url=https://learnopengl.com/Advanced-" +"OpenGL/Face-culling]winding order[/url] for front faces of triangle " +"primitive modes." +msgstr "" + +#: doc/classes/SurfaceTool.xml:29 +msgid "" +"Specifies an array of bones to use for the [i]next[/i] vertex. [code]bones[/" +"code] must contain 4 integers." +msgstr "" + +#: doc/classes/SurfaceTool.xml:36 +msgid "" +"Specifies a [Color] to use for the [i]next[/i] vertex. If every vertex needs " +"to have this information set and you fail to submit it for the first vertex, " +"this information may not be used at all.\n" +"[b]Note:[/b] The material must have [member SpatialMaterial." +"vertex_color_use_as_albedo] enabled for the vertex color to be visible." +msgstr "" + +#: doc/classes/SurfaceTool.xml:44 +msgid "" +"Adds an index to index array if you are using indexed vertices. Does not " +"need to be called before adding vertices." +msgstr "" + +#: doc/classes/SurfaceTool.xml:51 +msgid "" +"Specifies a normal to use for the [i]next[/i] vertex. If every vertex needs " +"to have this information set and you fail to submit it for the first vertex, " +"this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:58 +msgid "" +"Specifies whether the current vertex (if using only vertex arrays) or " +"current index (if also using index arrays) should use smooth normals for " +"normal calculation." +msgstr "" + +#: doc/classes/SurfaceTool.xml:65 +msgid "" +"Specifies a tangent to use for the [i]next[/i] vertex. If every vertex needs " +"to have this information set and you fail to submit it for the first vertex, " +"this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:77 +msgid "" +"Inserts a triangle fan made of array data into [Mesh] being constructed.\n" +"Requires the primitive type be set to [constant Mesh.PRIMITIVE_TRIANGLES]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:85 +msgid "" +"Specifies a set of UV coordinates to use for the [i]next[/i] vertex. If " +"every vertex needs to have this information set and you fail to submit it " +"for the first vertex, this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:92 +msgid "" +"Specifies an optional second set of UV coordinates to use for the [i]next[/" +"i] vertex. If every vertex needs to have this information set and you fail " +"to submit it for the first vertex, this information may not be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:99 +msgid "" +"Specifies the position of current vertex. Should be called after specifying " +"other vertex properties (e.g. Color, UV)." +msgstr "" + +#: doc/classes/SurfaceTool.xml:106 +msgid "" +"Specifies weight values to use for the [i]next[/i] vertex. [code]weights[/" +"code] must contain 4 values. If every vertex needs to have this information " +"set and you fail to submit it for the first vertex, this information may not " +"be used at all." +msgstr "" + +#: doc/classes/SurfaceTool.xml:115 +msgid "" +"Append vertices from a given [Mesh] surface onto the current vertex array " +"with specified [Transform]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:122 +msgid "" +"Called before adding any vertices. Takes the primitive type as an argument " +"(e.g. [constant Mesh.PRIMITIVE_TRIANGLES])." +msgstr "" + +#: doc/classes/SurfaceTool.xml:128 +msgid "Clear all information passed into the surface tool so far." +msgstr "" + +#: doc/classes/SurfaceTool.xml:136 +msgid "" +"Returns a constructed [ArrayMesh] from current information passed in. If an " +"existing [ArrayMesh] is passed in as an argument, will add an extra surface " +"to the existing [ArrayMesh].\n" +"Default flag is [constant Mesh.ARRAY_COMPRESS_DEFAULT] if compression is " +"enabled. If compression is disabled the default flag is [constant Mesh." +"ARRAY_FLAG_USE_OCTAHEDRAL_COMPRESSION]. See [code]ARRAY_COMPRESS_*[/code] " +"constants in [enum Mesh.ArrayFormat] for other flags." +msgstr "" + +#: doc/classes/SurfaceTool.xml:143 +msgid "" +"Commits the data to the same format used by [method ArrayMesh." +"add_surface_from_arrays]. This way you can further process the mesh data " +"using the [ArrayMesh] API." +msgstr "" + +#: doc/classes/SurfaceTool.xml:151 +msgid "Creates a vertex array from an existing [Mesh]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:160 +msgid "" +"Creates a vertex array from the specified blend shape of an existing [Mesh]. " +"This can be used to extract a specific pose from a blend shape." +msgstr "" + +#: doc/classes/SurfaceTool.xml:166 +msgid "Removes the index array by expanding the vertex array." +msgstr "" + +#: doc/classes/SurfaceTool.xml:173 +msgid "" +"Generates normals from vertices so you do not have to do it manually. If " +"[code]flip[/code] is [code]true[/code], the resulting normals will be " +"inverted. [method generate_normals] should be called [i]after[/i] generating " +"geometry and [i]before[/i] committing the mesh using [method commit] or " +"[method commit_to_arrays]. For correct display of normal-mapped surfaces, " +"you will also have to generate tangents using [method generate_tangents].\n" +"[b]Note:[/b] [method generate_normals] only works if the primitive type to " +"be set to [constant Mesh.PRIMITIVE_TRIANGLES]." +msgstr "" + +#: doc/classes/SurfaceTool.xml:180 +msgid "" +"Generates a tangent vector for each vertex. Requires that each vertex have " +"UVs and normals set already (see [method generate_normals])." +msgstr "" + +#: doc/classes/SurfaceTool.xml:186 +msgid "" +"Shrinks the vertex array by creating an index array. This can improve " +"performance by avoiding vertex reuse." +msgstr "" + +#: doc/classes/SurfaceTool.xml:193 +msgid "Sets [Material] to be used by the [Mesh] you are constructing." +msgstr "" + +#: doc/classes/TabContainer.xml:4 +msgid "Tabbed container." +msgstr "" + +#: doc/classes/TabContainer.xml:7 +msgid "" +"Sets the active tab's [code]visible[/code] property to the value [code]true[/" +"code]. Sets all other children's to [code]false[/code].\n" +"Ignores non-[Control] children." +msgstr "" + +#: doc/classes/TabContainer.xml:16 +msgid "Returns the child [Control] node located at the active tab index." +msgstr "" + +#: doc/classes/TabContainer.xml:22 +msgid "" +"Returns the [Popup] node instance if one has been set already with [method " +"set_popup].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/TabContainer.xml:29 doc/classes/Tabs.xml:36 +msgid "Returns the previously active tab index." +msgstr "" + +#: doc/classes/TabContainer.xml:36 +msgid "Returns the [Control] node from the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/TabContainer.xml:42 doc/classes/Tabs.xml:48 +msgid "Returns the number of tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:49 doc/classes/Tabs.xml:55 +msgid "" +"Returns [code]true[/code] if the tab at index [code]tab_idx[/code] is " +"disabled." +msgstr "" + +#: doc/classes/TabContainer.xml:56 +msgid "" +"Returns [code]true[/code] if the tab at index [code]tab_idx[/code] is hidden." +msgstr "" + +#: doc/classes/TabContainer.xml:63 doc/classes/Tabs.xml:62 +msgid "" +"Returns the [Texture] for the tab at index [code]tab_idx[/code] or " +"[code]null[/code] if the tab has no [Texture]." +msgstr "" + +#: doc/classes/TabContainer.xml:70 +msgid "" +"Returns the index of the tab at local coordinates [code]point[/code]. " +"Returns [code]-1[/code] if the point is outside the control boundaries or if " +"there's no tab at the queried position." +msgstr "" + +#: doc/classes/TabContainer.xml:77 +msgid "" +"Returns the title of the tab at index [code]tab_idx[/code]. Tab titles " +"default to the name of the indexed child node, but this can be overridden " +"with [method set_tab_title]." +msgstr "" + +#: doc/classes/TabContainer.xml:83 +msgid "Returns the [TabContainer] rearrange group id." +msgstr "" + +#: doc/classes/TabContainer.xml:90 +msgid "" +"If set on a [Popup] node instance, a popup menu icon appears in the top-" +"right corner of the [TabContainer]. Clicking it will expand the [Popup] node." +msgstr "" + +#: doc/classes/TabContainer.xml:98 doc/classes/Tabs.xml:118 +msgid "" +"If [code]disabled[/code] is [code]true[/code], disables the tab at index " +"[code]tab_idx[/code], making it non-interactable." +msgstr "" + +#: doc/classes/TabContainer.xml:106 +msgid "" +"If [code]hidden[/code] is [code]true[/code], hides the tab at index " +"[code]tab_idx[/code], making it disappear from the tab area." +msgstr "" + +#: doc/classes/TabContainer.xml:114 +msgid "Sets an icon for the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/TabContainer.xml:122 +msgid "" +"Sets a title for the tab at index [code]tab_idx[/code]. Tab titles default " +"to the name of the indexed child node." +msgstr "" + +#: doc/classes/TabContainer.xml:129 +msgid "" +"Defines rearrange group id, choose for each [TabContainer] the same value to " +"enable tab drag between [TabContainer]. Enable drag with [member " +"drag_to_rearrange_enabled]." +msgstr "" + +#: doc/classes/TabContainer.xml:135 +msgid "" +"If [code]true[/code], all tabs are drawn in front of the panel. If " +"[code]false[/code], inactive tabs are drawn behind the panel." +msgstr "" + +#: doc/classes/TabContainer.xml:138 +msgid "" +"The current tab index. When set, this index's [Control] node's " +"[code]visible[/code] property is set to [code]true[/code] and all others are " +"set to [code]false[/code]." +msgstr "" + +#: doc/classes/TabContainer.xml:141 doc/classes/Tabs.xml:150 +msgid "If [code]true[/code], tabs can be rearranged with mouse drag." +msgstr "" + +#: doc/classes/TabContainer.xml:144 +msgid "" +"The alignment of all tabs in the tab container. See the [enum TabAlign] " +"constants for details." +msgstr "" + +#: doc/classes/TabContainer.xml:147 +msgid "" +"If [code]true[/code], tabs are visible. If [code]false[/code], tabs' content " +"and titles are hidden." +msgstr "" + +#: doc/classes/TabContainer.xml:150 +msgid "" +"If [code]true[/code], children [Control] nodes that are hidden have their " +"minimum size take into account in the total, instead of only the currently " +"visible one." +msgstr "" + +#: doc/classes/TabContainer.xml:156 +msgid "" +"Emitted when the [TabContainer]'s [Popup] button is clicked. See [method " +"set_popup] for details." +msgstr "" + +#: doc/classes/TabContainer.xml:162 doc/classes/Tabs.xml:178 +msgid "Emitted when switching to another tab." +msgstr "" + +#: doc/classes/TabContainer.xml:168 +msgid "Emitted when a tab is selected, even if it is the current tab." +msgstr "" + +#: doc/classes/TabContainer.xml:174 doc/classes/Tabs.xml:202 +msgid "Align the tabs to the left." +msgstr "" + +#: doc/classes/TabContainer.xml:177 doc/classes/Tabs.xml:205 +msgid "Align the tabs to the center." +msgstr "" + +#: doc/classes/TabContainer.xml:180 doc/classes/Tabs.xml:208 +msgid "Align the tabs to the right." +msgstr "" + +#: doc/classes/TabContainer.xml:185 doc/classes/Tabs.xml:237 +msgid "" +"Icon for the left arrow button that appears when there are too many tabs to " +"fit in the container width. When the button is disabled (i.e. the first tab " +"is visible), it appears semi-transparent." +msgstr "" + +#: doc/classes/TabContainer.xml:188 doc/classes/Tabs.xml:240 +msgid "" +"Icon for the left arrow button that appears when there are too many tabs to " +"fit in the container width. Used when the button is being hovered with the " +"cursor." +msgstr "" + +#: doc/classes/TabContainer.xml:191 doc/classes/Tabs.xml:243 +msgid "The font used to draw tab names." +msgstr "" + +#: doc/classes/TabContainer.xml:194 doc/classes/Tabs.xml:246 +msgid "Font color of inactive tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:197 doc/classes/Tabs.xml:249 +msgid "Font color of disabled tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:200 doc/classes/Tabs.xml:252 +msgid "Font color of the currently selected tab." +msgstr "" + +#: doc/classes/TabContainer.xml:203 +msgid "Horizontal separation between tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:206 doc/classes/Tabs.xml:258 +msgid "" +"Icon for the right arrow button that appears when there are too many tabs to " +"fit in the container width. When the button is disabled (i.e. the last tab " +"is visible) it appears semi-transparent." +msgstr "" + +#: doc/classes/TabContainer.xml:209 doc/classes/Tabs.xml:261 +msgid "" +"Icon for the right arrow button that appears when there are too many tabs to " +"fit in the container width. Used when the button is being hovered with the " +"cursor." +msgstr "" + +#: doc/classes/TabContainer.xml:216 +msgid "The icon for the menu button (see [method set_popup])." +msgstr "" + +#: doc/classes/TabContainer.xml:219 +msgid "" +"The icon for the menu button (see [method set_popup]) when it's being " +"hovered with the cursor." +msgstr "" + +#: doc/classes/TabContainer.xml:222 +msgid "The style for the background fill." +msgstr "" + +#: doc/classes/TabContainer.xml:225 +msgid "The space at the left and right edges of the tab bar." +msgstr "" + +#: doc/classes/TabContainer.xml:228 +msgid "The style of inactive tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:231 +msgid "The style of disabled tabs." +msgstr "" + +#: doc/classes/TabContainer.xml:234 doc/classes/Tabs.xml:274 +msgid "The style of the currently selected tab." +msgstr "" + +#: doc/classes/Tabs.xml:4 +msgid "Tabs control." +msgstr "" + +#: doc/classes/Tabs.xml:7 +msgid "" +"Simple tabs control, similar to [TabContainer] but is only in charge of " +"drawing tabs, not interacting with children." +msgstr "" + +#: doc/classes/Tabs.xml:17 +msgid "Adds a new tab." +msgstr "" + +#: doc/classes/Tabs.xml:24 +msgid "Moves the scroll view to make the tab visible." +msgstr "" + +#: doc/classes/Tabs.xml:30 +msgid "" +"Returns [code]true[/code] if the offset buttons (the ones that appear when " +"there's not enough space for all tabs) are visible." +msgstr "" + +#: doc/classes/Tabs.xml:42 +msgid "Returns [code]true[/code] if select with right mouse button is enabled." +msgstr "" + +#: doc/classes/Tabs.xml:68 +msgid "Returns the number of hidden tabs offsetted to the left." +msgstr "" + +#: doc/classes/Tabs.xml:75 +msgid "Returns tab [Rect2] with local position and size." +msgstr "" + +#: doc/classes/Tabs.xml:82 +msgid "Returns the title of the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:88 +msgid "Returns the [Tabs]' rearrange group ID." +msgstr "" + +#: doc/classes/Tabs.xml:96 +msgid "Moves a tab from [code]from[/code] to [code]to[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:103 +msgid "Removes the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:110 +msgid "" +"If [code]true[/code], enables selecting a tab with the right mouse button." +msgstr "" + +#: doc/classes/Tabs.xml:126 +msgid "Sets an [code]icon[/code] for the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:134 +msgid "Sets a [code]title[/code] for the tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:141 +msgid "" +"Defines the rearrange group ID. Choose for each [Tabs] the same value to " +"dragging tabs between [Tabs]. Enable drag with [member " +"drag_to_rearrange_enabled]." +msgstr "" + +#: doc/classes/Tabs.xml:147 +msgid "Select tab at index [code]tab_idx[/code]." +msgstr "" + +#: doc/classes/Tabs.xml:153 +msgid "" +"if [code]true[/code], the mouse's scroll wheel can be used to navigate the " +"scroll view." +msgstr "" + +#: doc/classes/Tabs.xml:156 +msgid "The alignment of all tabs. See [enum TabAlign] for details." +msgstr "" + +#: doc/classes/Tabs.xml:159 +msgid "" +"Sets when the close button will appear on the tabs. See [enum " +"CloseButtonDisplayPolicy] for details." +msgstr "" + +#: doc/classes/Tabs.xml:166 +msgid "" +"Emitted when the active tab is rearranged via mouse drag. See [member " +"drag_to_rearrange_enabled]." +msgstr "" + +#: doc/classes/Tabs.xml:172 +msgid "Emitted when a tab is right-clicked." +msgstr "" + +#: doc/classes/Tabs.xml:184 +msgid "Emitted when a tab is clicked, even if it is the current tab." +msgstr "" + +#: doc/classes/Tabs.xml:190 +msgid "Emitted when a tab is closed." +msgstr "" + +#: doc/classes/Tabs.xml:196 +msgid "Emitted when a tab is hovered by the mouse." +msgstr "" + +#: doc/classes/Tabs.xml:211 +msgid "Represents the size of the [enum TabAlign] enum." +msgstr "" + +#: doc/classes/Tabs.xml:214 +msgid "Never show the close buttons." +msgstr "" + +#: doc/classes/Tabs.xml:217 +msgid "Only show the close button on the currently active tab." +msgstr "" + +#: doc/classes/Tabs.xml:220 +msgid "Show the close button on all tabs." +msgstr "" + +#: doc/classes/Tabs.xml:223 +msgid "Represents the size of the [enum CloseButtonDisplayPolicy] enum." +msgstr "" + +#: doc/classes/Tabs.xml:228 +msgid "Background of the close button when it's being hovered with the cursor." +msgstr "" + +#: doc/classes/Tabs.xml:231 +msgid "Background of the close button when it's being pressed." +msgstr "" + +#: doc/classes/Tabs.xml:234 +msgid "The icon for the close button (see [member tab_close_display_policy])." +msgstr "" + +#: doc/classes/Tabs.xml:255 +msgid "The horizontal separation between the tabs." +msgstr "" + +#: doc/classes/Tabs.xml:268 +msgid "The style of an inactive tab." +msgstr "" + +#: doc/classes/Tabs.xml:271 +msgid "The style of a disabled tab" +msgstr "" + +#: doc/classes/TCP_Server.xml:4 +msgid "A TCP server." +msgstr "" + +#: doc/classes/TCP_Server.xml:7 +msgid "" +"A TCP server. Listens to connections on a port and returns a [StreamPeerTCP] " +"when it gets an incoming connection." +msgstr "" + +#: doc/classes/TCP_Server.xml:15 +msgid "Returns [code]true[/code] if a connection is available for taking." +msgstr "" + +#: doc/classes/TCP_Server.xml:21 +msgid "" +"Returns [code]true[/code] if the server is currently listening for " +"connections." +msgstr "" + +#: doc/classes/TCP_Server.xml:29 +msgid "" +"Listen on the [code]port[/code] binding to [code]bind_address[/code].\n" +"If [code]bind_address[/code] is set as [code]\"*\"[/code] (default), the " +"server will listen on all available addresses (both IPv4 and IPv6).\n" +"If [code]bind_address[/code] is set as [code]\"0.0.0.0\"[/code] (for IPv4) " +"or [code]\"::\"[/code] (for IPv6), the server will listen on all available " +"addresses matching that IP type.\n" +"If [code]bind_address[/code] is set to any valid address (e.g. " +"[code]\"192.168.1.101\"[/code], [code]\"::1\"[/code], etc), the server will " +"only listen on the interface with that addresses (or fail if no interface " +"with the given address exists)." +msgstr "" + +#: doc/classes/TCP_Server.xml:38 +msgid "Stops listening." +msgstr "" + +#: doc/classes/TCP_Server.xml:44 +msgid "" +"If a connection is available, returns a StreamPeerTCP with the connection." +msgstr "" + +#: doc/classes/TextEdit.xml:4 +msgid "Multiline text editing control." +msgstr "" + +#: doc/classes/TextEdit.xml:7 +msgid "" +"TextEdit is meant for editing large, multiline text. It also has facilities " +"for editing code, such as syntax highlighting support and multiple levels of " +"undo/redo.\n" +"[b]Note:[/b] When holding down [code]Alt[/code], the vertical scroll wheel " +"will scroll 5 times as fast as it would normally do. This also works in the " +"Godot script editor." +msgstr "" + +#: doc/classes/TextEdit.xml:20 +msgid "Adds color region (given the delimiters) and its colors." +msgstr "" + +#: doc/classes/TextEdit.xml:28 +msgid "Adds a [code]keyword[/code] and its [Color]." +msgstr "" + +#: doc/classes/TextEdit.xml:35 +msgid "" +"Returns if the given line is foldable, that is, it has indented lines right " +"below it." +msgstr "" + +#: doc/classes/TextEdit.xml:41 +msgid "" +"Centers the viewport on the line the editing cursor is at. This also resets " +"the [member scroll_horizontal] value to [code]0[/code]." +msgstr "" + +#: doc/classes/TextEdit.xml:47 +msgid "" +"Clears all custom syntax coloring information previously added with [method " +"add_color_region] or [method add_keyword_color]." +msgstr "" + +#: doc/classes/TextEdit.xml:53 +msgid "Clears the undo history." +msgstr "" + +#: doc/classes/TextEdit.xml:59 +msgid "Copy's the current text selection." +msgstr "" + +#: doc/classes/TextEdit.xml:65 +msgid "Returns the column the editing cursor is at." +msgstr "" + +#: doc/classes/TextEdit.xml:71 +msgid "Returns the line the editing cursor is at." +msgstr "" + +#: doc/classes/TextEdit.xml:79 +msgid "" +"Moves the cursor at the specified [code]column[/code] index.\n" +"If [code]adjust_viewport[/code] is set to [code]true[/code], the viewport " +"will center at the cursor position after the move occurs." +msgstr "" + +#: doc/classes/TextEdit.xml:90 +msgid "" +"Moves the cursor at the specified [code]line[/code] index.\n" +"If [code]adjust_viewport[/code] is set to [code]true[/code], the viewport " +"will center at the cursor position after the move occurs.\n" +"If [code]can_be_hidden[/code] is set to [code]true[/code], the specified " +"[code]line[/code] can be hidden using [method set_line_as_hidden]." +msgstr "" + +#: doc/classes/TextEdit.xml:98 +msgid "Cut's the current selection." +msgstr "" + +#: doc/classes/TextEdit.xml:104 +msgid "Deselects the current selection." +msgstr "" + +#: doc/classes/TextEdit.xml:110 +msgid "Folds all lines that are possible to be folded (see [method can_fold])." +msgstr "" + +#: doc/classes/TextEdit.xml:117 +msgid "Folds the given line, if possible (see [method can_fold])." +msgstr "" + +#: doc/classes/TextEdit.xml:123 +msgid "Returns an array containing the line number of each breakpoint." +msgstr "" + +#: doc/classes/TextEdit.xml:130 +msgid "Returns the [Color] of the specified [code]keyword[/code]." +msgstr "" + +#: doc/classes/TextEdit.xml:137 +msgid "Returns the text of a specific line." +msgstr "" + +#: doc/classes/TextEdit.xml:143 +msgid "Returns the amount of total lines in the text." +msgstr "" + +#: doc/classes/TextEdit.xml:149 +msgid "" +"Returns the [PopupMenu] of this [TextEdit]. By default, this menu is " +"displayed when right-clicking on the [TextEdit].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/TextEdit.xml:156 +msgid "Returns the selection begin column." +msgstr "" + +#: doc/classes/TextEdit.xml:162 +msgid "Returns the selection begin line." +msgstr "" + +#: doc/classes/TextEdit.xml:168 +msgid "Returns the text inside the selection." +msgstr "" + +#: doc/classes/TextEdit.xml:174 +msgid "Returns the selection end column." +msgstr "" + +#: doc/classes/TextEdit.xml:180 +msgid "Returns the selection end line." +msgstr "" + +#: doc/classes/TextEdit.xml:186 +msgid "" +"Returns a [String] text with the word under the caret (text cursor) location." +msgstr "" + +#: doc/classes/TextEdit.xml:193 +msgid "" +"Returns whether the specified [code]keyword[/code] has a color set to it or " +"not." +msgstr "" + +#: doc/classes/TextEdit.xml:199 doc/classes/UndoRedo.xml:121 +msgid "Returns [code]true[/code] if a \"redo\" action is available." +msgstr "" + +#: doc/classes/TextEdit.xml:205 doc/classes/UndoRedo.xml:127 +msgid "Returns [code]true[/code] if an \"undo\" action is available." +msgstr "" + +#: doc/classes/TextEdit.xml:212 +msgid "Insert the specified text at the cursor position." +msgstr "" + +#: doc/classes/TextEdit.xml:219 +msgid "Returns whether the line at the specified index is folded or not." +msgstr "" + +#: doc/classes/TextEdit.xml:226 +msgid "Returns whether the line at the specified index is hidden or not." +msgstr "" + +#: doc/classes/TextEdit.xml:233 +msgid "" +"Returns [code]true[/code] when the specified [code]line[/code] is bookmarked." +msgstr "" + +#: doc/classes/TextEdit.xml:240 +msgid "" +"Returns [code]true[/code] when the specified [code]line[/code] has a " +"breakpoint." +msgstr "" + +#: doc/classes/TextEdit.xml:247 +msgid "" +"Returns [code]true[/code] when the specified [code]line[/code] is marked as " +"safe." +msgstr "" + +#: doc/classes/TextEdit.xml:253 +msgid "Returns [code]true[/code] if the selection is active." +msgstr "" + +#: doc/classes/TextEdit.xml:260 +msgid "" +"Triggers a right-click menu action by the specified index. See [enum " +"MenuItems] for a list of available indexes." +msgstr "" + +#: doc/classes/TextEdit.xml:266 +msgid "Paste the current selection." +msgstr "" + +#: doc/classes/TextEdit.xml:272 +msgid "Perform redo operation." +msgstr "" + +#: doc/classes/TextEdit.xml:278 +msgid "" +"Removes all the breakpoints. This will not fire the [signal " +"breakpoint_toggled] signal." +msgstr "" + +#: doc/classes/TextEdit.xml:288 +msgid "" +"Perform a search inside the text. Search flags can be specified in the [enum " +"SearchFlags] enum.\n" +"Returns an empty [code]PoolIntArray[/code] if no result was found. " +"Otherwise, the result line and column can be accessed at indices specified " +"in the [enum SearchResult] enum, e.g:\n" +"[codeblock]\n" +"var result = search(key, flags, line, column)\n" +"if result.size() > 0:\n" +" # Result found.\n" +" var res_line = result[TextEdit.SEARCH_RESULT_LINE]\n" +" var res_column = result[TextEdit.SEARCH_RESULT_COLUMN]\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TextEdit.xml:306 +msgid "" +"Perform selection, from line/column to line/column.\n" +"If [member selecting_enabled] is [code]false[/code], no selection will occur." +msgstr "" + +#: doc/classes/TextEdit.xml:313 +msgid "" +"Select all the text.\n" +"If [member selecting_enabled] is [code]false[/code], no selection will occur." +msgstr "" + +#: doc/classes/TextEdit.xml:322 +msgid "Sets the text for a specific line." +msgstr "" + +#: doc/classes/TextEdit.xml:330 +msgid "" +"Bookmarks the [code]line[/code] if [code]bookmark[/code] is true. Deletes " +"the bookmark if [code]bookmark[/code] is false.\n" +"Bookmarks are shown in the [member breakpoint_gutter]." +msgstr "" + +#: doc/classes/TextEdit.xml:339 +msgid "" +"Adds or removes the breakpoint in [code]line[/code]. Breakpoints are shown " +"in the [member breakpoint_gutter]." +msgstr "" + +#: doc/classes/TextEdit.xml:347 +msgid "If [code]true[/code], hides the line of the specified index." +msgstr "" + +#: doc/classes/TextEdit.xml:355 +msgid "" +"If [code]true[/code], marks the [code]line[/code] as safe.\n" +"This will show the line number with the color provided in the " +"[code]safe_line_number_color[/code] theme property." +msgstr "" + +#: doc/classes/TextEdit.xml:363 +msgid "Toggle the folding of the code block at the given line." +msgstr "" + +#: doc/classes/TextEdit.xml:369 +msgid "Perform undo operation." +msgstr "" + +#: doc/classes/TextEdit.xml:376 +msgid "Unfolds the given line, if folded." +msgstr "" + +#: doc/classes/TextEdit.xml:382 +msgid "" +"Unhide all lines that were previously set to hidden by [method " +"set_line_as_hidden]." +msgstr "" + +#: doc/classes/TextEdit.xml:388 +msgid "If [code]true[/code], the breakpoint gutter is visible." +msgstr "" + +#: doc/classes/TextEdit.xml:397 +msgid "" +"If [code]true[/code], the caret displays as a rectangle.\n" +"If [code]false[/code], the caret displays as a bar." +msgstr "" + +#: doc/classes/TextEdit.xml:401 +msgid "" +"If [code]true[/code], a right-click moves the cursor at the mouse position " +"before displaying the context menu.\n" +"If [code]false[/code], the context menu disregards mouse location." +msgstr "" + +#: doc/classes/TextEdit.xml:405 +msgid "If [code]true[/code], a right-click displays the context menu." +msgstr "" + +#: doc/classes/TextEdit.xml:408 +msgid "" +"If [code]true[/code], the \"space\" character will have a visible " +"representation." +msgstr "" + +#: doc/classes/TextEdit.xml:411 +msgid "" +"If [code]true[/code], the \"tab\" character will have a visible " +"representation." +msgstr "" + +#: doc/classes/TextEdit.xml:415 +msgid "" +"If [code]true[/code], the fold gutter is visible. This enables folding " +"groups of indented lines." +msgstr "" + +#: doc/classes/TextEdit.xml:418 +msgid "" +"If [code]true[/code], all lines that have been set to hidden by [method " +"set_line_as_hidden], will not be visible." +msgstr "" + +#: doc/classes/TextEdit.xml:421 +msgid "" +"If [code]true[/code], all occurrences of the selected text will be " +"highlighted." +msgstr "" + +#: doc/classes/TextEdit.xml:424 +msgid "If [code]true[/code], the line containing the cursor is highlighted." +msgstr "" + +#: doc/classes/TextEdit.xml:427 +msgid "" +"If [code]true[/code], a minimap is shown, providing an outline of your " +"source code." +msgstr "" + +#: doc/classes/TextEdit.xml:430 +msgid "The width, in pixels, of the minimap." +msgstr "" + +#: doc/classes/TextEdit.xml:434 +msgid "" +"If [code]true[/code], custom [code]font_color_selected[/code] will be used " +"for selected text." +msgstr "" + +#: doc/classes/TextEdit.xml:437 +msgid "" +"If [code]true[/code], read-only mode is enabled. Existing text cannot be " +"modified and new text cannot be added." +msgstr "" + +#: doc/classes/TextEdit.xml:440 +msgid "" +"If there is a horizontal scrollbar, this determines the current horizontal " +"scroll value in pixels." +msgstr "" + +#: doc/classes/TextEdit.xml:443 +msgid "" +"If there is a vertical scrollbar, this determines the current vertical " +"scroll value in line numbers, starting at 0 for the top line." +msgstr "" + +#: doc/classes/TextEdit.xml:446 +msgid "" +"If [code]true[/code], text can be selected.\n" +"If [code]false[/code], text can not be selected by the user or by the " +"[method select] or [method select_all] methods." +msgstr "" + +#: doc/classes/TextEdit.xml:450 +msgid "" +"If [code]true[/code], shortcut keys for context menu items are enabled, even " +"if the context menu is disabled." +msgstr "" + +#: doc/classes/TextEdit.xml:453 +msgid "" +"If [code]true[/code], line numbers are displayed to the left of the text." +msgstr "" + +#: doc/classes/TextEdit.xml:456 +msgid "" +"If [code]true[/code], sets the [code]step[/code] of the scrollbars to " +"[code]0.25[/code] which results in smoother scrolling." +msgstr "" + +#: doc/classes/TextEdit.xml:459 +msgid "" +"If [code]true[/code], any custom color properties that have been set for " +"this [TextEdit] will be visible." +msgstr "" + +#: doc/classes/TextEdit.xml:462 +msgid "String value of the [TextEdit]." +msgstr "" + +#: doc/classes/TextEdit.xml:465 +msgid "Vertical scroll sensitivity." +msgstr "" + +#: doc/classes/TextEdit.xml:471 +msgid "" +"If [code]true[/code], enables text wrapping when it goes beyond the edge of " +"what is visible." +msgstr "" + +#: doc/classes/TextEdit.xml:478 +msgid "Emitted when a breakpoint is placed via the breakpoint gutter." +msgstr "" + +#: doc/classes/TextEdit.xml:483 +msgid "Emitted when the cursor changes." +msgstr "" + +#: doc/classes/TextEdit.xml:490 +msgid "Emitted when the info icon is clicked." +msgstr "" + +#: doc/classes/TextEdit.xml:512 +msgid "Match case when searching." +msgstr "" + +#: doc/classes/TextEdit.xml:515 +msgid "Match whole words when searching." +msgstr "" + +#: doc/classes/TextEdit.xml:518 +msgid "Search from end to beginning." +msgstr "" + +#: doc/classes/TextEdit.xml:521 +msgid "Used to access the result column from [method search]." +msgstr "" + +#: doc/classes/TextEdit.xml:524 +msgid "Used to access the result line from [method search]." +msgstr "" + +#: doc/classes/TextEdit.xml:533 +msgid "" +"Pastes the clipboard text over the selected text (or at the cursor's " +"position)." +msgstr "" + +#: doc/classes/TextEdit.xml:536 +msgid "Erases the whole [TextEdit] text." +msgstr "" + +#: doc/classes/TextEdit.xml:539 +msgid "Selects the whole [TextEdit] text." +msgstr "" + +#: doc/classes/TextEdit.xml:545 +msgid "Redoes the previous action." +msgstr "" + +#: doc/classes/TextEdit.xml:553 +msgid "" +"Sets the background [Color] of this [TextEdit]. [member syntax_highlighting] " +"has to be enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:556 +msgid "" +"Sets the [Color] of the bookmark marker. [member syntax_highlighting] has to " +"be enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:561 doc/classes/TextEdit.xml:588 +msgid "" +"Sets the [Color] of the breakpoints. [member breakpoint_gutter] has to be " +"enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:599 +msgid "Sets the default [Font]." +msgstr "" + +#: doc/classes/TextEdit.xml:602 +msgid "Sets the font [Color]." +msgstr "" + +#: doc/classes/TextEdit.xml:607 +msgid "" +"Sets the [Color] of the selected text. [member override_selected_font_color] " +"has to be enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:612 +msgid "" +"Sets the [Color] of the line numbers. [member show_line_numbers] has to be " +"enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:615 +msgid "Sets the spacing between the lines." +msgstr "" + +#: doc/classes/TextEdit.xml:618 +msgid "Sets the [Color] of marked text." +msgstr "" + +#: doc/classes/TextEdit.xml:623 +msgid "Sets the [StyleBox] of this [TextEdit]." +msgstr "" + +#: doc/classes/TextEdit.xml:628 +msgid "" +"Sets the [StyleBox] of this [TextEdit] when [member readonly] is enabled." +msgstr "" + +#: doc/classes/TextEdit.xml:633 +msgid "Sets the highlight [Color] of text selections." +msgstr "" + +#: doc/classes/TextEdit.xml:640 +msgid "Sets a custom [Texture] for tab text characters." +msgstr "" + +#: doc/classes/TextEdit.xml:643 +msgid "" +"Sets the highlight [Color] of multiple occurrences. [member " +"highlight_all_occurrences] has to be enabled." +msgstr "" + +#: doc/classes/Texture.xml:4 +msgid "Texture for 2D and 3D." +msgstr "" + +#: doc/classes/Texture.xml:7 +msgid "" +"A texture works by registering an image in the video hardware, which then " +"can be used in 3D models or 2D [Sprite] or GUI [Control].\n" +"Textures are often created by loading them from a file. See [method " +"@GDScript.load].\n" +"[Texture] is a base for other resources. It cannot be used directly.\n" +"[b]Note:[/b] The maximum texture size is 16384×16384 pixels due to graphics " +"hardware limitations. Larger textures may fail to import." +msgstr "" + +#: doc/classes/Texture.xml:23 +msgid "" +"Draws the texture using a [CanvasItem] with the [VisualServer] API at the " +"specified [code]position[/code]. Equivalent to [method VisualServer." +"canvas_item_add_texture_rect] with a rect at [code]position[/code] and the " +"size of this [Texture]." +msgstr "" + +#: doc/classes/Texture.xml:35 +msgid "" +"Draws the texture using a [CanvasItem] with the [VisualServer] API. " +"Equivalent to [method VisualServer.canvas_item_add_texture_rect]." +msgstr "" + +#: doc/classes/Texture.xml:48 +msgid "" +"Draws a part of the texture using a [CanvasItem] with the [VisualServer] " +"API. Equivalent to [method VisualServer.canvas_item_add_texture_rect_region]." +msgstr "" + +#: doc/classes/Texture.xml:54 +msgid "" +"Returns an [Image] that is a copy of data from this [Texture]. [Image]s can " +"be accessed and manipulated directly." +msgstr "" + +#: doc/classes/Texture.xml:60 +msgid "Returns the texture height." +msgstr "" + +#: doc/classes/Texture.xml:66 +msgid "Returns the texture size." +msgstr "" + +#: doc/classes/Texture.xml:72 +msgid "Returns the texture width." +msgstr "" + +#: doc/classes/Texture.xml:78 +msgid "Returns [code]true[/code] if this [Texture] has an alpha channel." +msgstr "" + +#: doc/classes/Texture.xml:84 +msgid "" +"The texture's [enum Flags]. [enum Flags] are used to set various properties " +"of the [Texture]." +msgstr "" + +#: doc/classes/Texture.xml:89 +msgid "" +"Default flags. [constant FLAG_MIPMAPS], [constant FLAG_REPEAT] and [constant " +"FLAG_FILTER] are enabled." +msgstr "" + +#: doc/classes/Texture.xml:92 doc/classes/VisualServer.xml:3206 +msgid "" +"Generates mipmaps, which are smaller versions of the same texture to use " +"when zoomed out, keeping the aspect ratio." +msgstr "" + +#: doc/classes/Texture.xml:95 +msgid "" +"Repeats the texture (instead of clamp to edge).\n" +"[b]Note:[/b] Ignored when using an [AtlasTexture] as these don't support " +"repetition." +msgstr "" + +#: doc/classes/Texture.xml:99 doc/classes/VisualServer.xml:3212 +msgid "Uses a magnifying filter, to enable smooth zooming in of the texture." +msgstr "" + +#: doc/classes/Texture.xml:102 doc/classes/TextureLayered.xml:88 +#: doc/classes/VisualServer.xml:3215 +msgid "" +"Uses anisotropic mipmap filtering. Generates smaller versions of the same " +"texture with different aspect ratios.\n" +"This results in better-looking textures when viewed from oblique angles." +msgstr "" + +#: doc/classes/Texture.xml:106 doc/classes/VisualServer.xml:3219 +msgid "Converts the texture to the sRGB color space." +msgstr "" + +#: doc/classes/Texture.xml:109 +msgid "" +"Repeats the texture with alternate sections mirrored.\n" +"[b]Note:[/b] Ignored when using an [AtlasTexture] as these don't support " +"repetition." +msgstr "" + +#: doc/classes/Texture.xml:113 doc/classes/VisualServer.xml:3225 +msgid "Texture is a video surface." +msgstr "" + +#: doc/classes/Texture3D.xml:4 +msgid "Texture with 3 dimensions." +msgstr "" + +#: doc/classes/Texture3D.xml:7 +msgid "" +"Texture3D is a 3-dimensional texture that has a width, height, and depth." +msgstr "" + +#: doc/classes/Texture3D.xml:20 +msgid "" +"Creates the Texture3D with specified [code]width[/code], [code]height[/" +"code], and [code]depth[/code]. See [enum Image.Format] for [code]format[/" +"code] options. See [enum TextureLayered.Flags] enumerator for [code]flags[/" +"code] options." +msgstr "" + +#: doc/classes/TextureArray.xml:4 +msgid "Array of textures stored in a single primitive." +msgstr "" + +#: doc/classes/TextureArray.xml:7 +msgid "" +"[TextureArray]s store an array of [Image]s in a single [Texture] primitive. " +"Each layer of the texture array has its own mipmap chain. This makes it is a " +"good alternative to texture atlases.\n" +"[TextureArray]s must be displayed using shaders. After importing your file " +"as a [TextureArray] and setting the appropriate Horizontal and Vertical " +"Slices, display it by setting it as a uniform to a shader, for example:\n" +"[codeblock]\n" +"shader_type canvas_item;\n" +"\n" +"uniform sampler2DArray tex;\n" +"uniform int index;\n" +"\n" +"void fragment() {\n" +" COLOR = texture(tex, vec3(UV.x, UV.y, float(index)));\n" +"}\n" +"[/codeblock]\n" +"Set the integer uniform \"index\" to show a particular part of the texture " +"as defined by the Horizontal and Vertical Slices in the importer." +msgstr "" + +#: doc/classes/TextureArray.xml:32 +msgid "" +"Creates the TextureArray with specified [code]width[/code], [code]height[/" +"code], and [code]depth[/code]. See [enum Image.Format] for [code]format[/" +"code] options. See [enum TextureLayered.Flags] enumerator for [code]flags[/" +"code] options." +msgstr "" + +#: doc/classes/TextureButton.xml:4 +msgid "" +"Texture-based button. Supports Pressed, Hover, Disabled and Focused states." +msgstr "" + +#: doc/classes/TextureButton.xml:7 +msgid "" +"[TextureButton] has the same functionality as [Button], except it uses " +"sprites instead of Godot's [Theme] resource. It is faster to create, but it " +"doesn't support localization like more complex [Control]s.\n" +"The \"normal\" state must contain a texture ([member texture_normal]); other " +"textures are optional.\n" +"See also [BaseButton] which contains common properties and methods " +"associated with this node." +msgstr "" + +#: doc/classes/TextureButton.xml:18 +msgid "" +"If [code]true[/code], the texture stretches to the edges of the node's " +"bounding rectangle using the [member stretch_mode]. If [code]false[/code], " +"the texture will not scale with the node." +msgstr "" + +#: doc/classes/TextureButton.xml:27 +msgid "" +"Controls the texture's behavior when you resize the node's bounding " +"rectangle, [b]only if[/b] [member expand] is [code]true[/code]. Set it to " +"one of the [enum StretchMode] constants. See the constants to learn more." +msgstr "" + +#: doc/classes/TextureButton.xml:30 +msgid "" +"Pure black and white [BitMap] image to use for click detection. On the mask, " +"white pixels represent the button's clickable area. Use it to create buttons " +"with curved shapes." +msgstr "" + +#: doc/classes/TextureButton.xml:33 +msgid "" +"Texture to display when the node is disabled. See [member BaseButton." +"disabled]." +msgstr "" + +#: doc/classes/TextureButton.xml:36 +msgid "Texture to display when the node has mouse or keyboard focus." +msgstr "" + +#: doc/classes/TextureButton.xml:39 +msgid "Texture to display when the mouse hovers the node." +msgstr "" + +#: doc/classes/TextureButton.xml:42 +msgid "" +"Texture to display by default, when the node is [b]not[/b] in the disabled, " +"focused, hover or pressed state." +msgstr "" + +#: doc/classes/TextureButton.xml:45 +msgid "" +"Texture to display on mouse down over the node, if the node has keyboard " +"focus and the player presses the Enter key or if the player presses the " +"[member BaseButton.shortcut] key." +msgstr "" + +#: doc/classes/TextureButton.xml:50 doc/classes/TextureRect.xml:38 +msgid "Scale to fit the node's bounding rectangle." +msgstr "" + +#: doc/classes/TextureButton.xml:53 doc/classes/TextureRect.xml:41 +msgid "Tile inside the node's bounding rectangle." +msgstr "" + +#: doc/classes/TextureButton.xml:56 doc/classes/TextureRect.xml:44 +msgid "" +"The texture keeps its original size and stays in the bounding rectangle's " +"top-left corner." +msgstr "" + +#: doc/classes/TextureButton.xml:59 doc/classes/TextureRect.xml:47 +msgid "" +"The texture keeps its original size and stays centered in the node's " +"bounding rectangle." +msgstr "" + +#: doc/classes/TextureButton.xml:62 doc/classes/TextureRect.xml:50 +msgid "" +"Scale the texture to fit the node's bounding rectangle, but maintain the " +"texture's aspect ratio." +msgstr "" + +#: doc/classes/TextureButton.xml:65 +msgid "" +"Scale the texture to fit the node's bounding rectangle, center it, and " +"maintain its aspect ratio." +msgstr "" + +#: doc/classes/TextureButton.xml:68 doc/classes/TextureRect.xml:56 +msgid "" +"Scale the texture so that the shorter side fits the bounding rectangle. The " +"other side clips to the node's limits." +msgstr "" + +#: doc/classes/TextureLayered.xml:4 +msgid "Base class for 3D texture types." +msgstr "" + +#: doc/classes/TextureLayered.xml:7 +msgid "" +"Base class for [Texture3D] and [TextureArray]. Cannot be used directly, but " +"contains all the functions necessary for accessing and using [Texture3D] and " +"[TextureArray]. Data is set on a per-layer basis. For [Texture3D]s, the " +"layer specifies the depth or Z-index, they can be treated as a bunch of 2D " +"slices. Similarly, for [TextureArray]s, the layer specifies the array layer." +msgstr "" + +#: doc/classes/TextureLayered.xml:15 +msgid "" +"Returns the depth of the texture. Depth is the 3rd dimension (typically Z-" +"axis)." +msgstr "" + +#: doc/classes/TextureLayered.xml:21 +msgid "" +"Returns the current format being used by this texture. See [enum Image." +"Format] for details." +msgstr "" + +#: doc/classes/TextureLayered.xml:27 +msgid "" +"Returns the height of the texture. Height is typically represented by the Y-" +"axis." +msgstr "" + +#: doc/classes/TextureLayered.xml:34 +msgid "" +"Returns an [Image] resource with the data from specified [code]layer[/code]." +msgstr "" + +#: doc/classes/TextureLayered.xml:40 +msgid "" +"Returns the width of the texture. Width is typically represented by the X-" +"axis." +msgstr "" + +#: doc/classes/TextureLayered.xml:51 +msgid "" +"Partially sets the data for a specified [code]layer[/code] by overwriting " +"using the data of the specified [code]image[/code]. [code]x_offset[/code] " +"and [code]y_offset[/code] determine where the [Image] is \"stamped\" over " +"the texture. The [code]image[/code] must fit within the texture." +msgstr "" + +#: doc/classes/TextureLayered.xml:59 +msgid "" +"Sets the data for the specified layer. Data takes the form of a 2-" +"dimensional [Image] resource." +msgstr "" + +#: doc/classes/TextureLayered.xml:65 +msgid "Returns a dictionary with all the data used by this texture." +msgstr "" + +#: doc/classes/TextureLayered.xml:68 +msgid "Specifies which [enum Flags] apply to this texture." +msgstr "" + +#: doc/classes/TextureLayered.xml:73 +msgid "" +"Default flags for [TextureArray]. [constant FLAG_MIPMAPS], [constant " +"FLAG_REPEAT] and [constant FLAG_FILTER] are enabled." +msgstr "" + +#: doc/classes/TextureLayered.xml:76 +msgid "Default flags for [Texture3D]. [constant FLAG_FILTER] is enabled." +msgstr "" + +#: doc/classes/TextureLayered.xml:79 +msgid "Texture will generate mipmaps on creation." +msgstr "" + +#: doc/classes/TextureLayered.xml:82 +msgid "Texture will repeat when UV used is outside the 0-1 range." +msgstr "" + +#: doc/classes/TextureLayered.xml:85 +msgid "" +"Use filtering when reading from texture. Filtering smooths out pixels. " +"Turning filtering off is slightly faster and more appropriate when you need " +"access to individual pixels." +msgstr "" + +#: doc/classes/TextureProgress.xml:4 +msgid "" +"Texture-based progress bar. Useful for loading screens and life or stamina " +"bars." +msgstr "" + +#: doc/classes/TextureProgress.xml:7 +msgid "" +"TextureProgress works like [ProgressBar], but uses up to 3 textures instead " +"of Godot's [Theme] resource. It can be used to create horizontal, vertical " +"and radial progress bars." +msgstr "" + +#: doc/classes/TextureProgress.xml:28 +msgid "The fill direction. See [enum FillMode] for possible values." +msgstr "" + +#: doc/classes/TextureProgress.xml:32 +msgid "" +"If [code]true[/code], Godot treats the bar's textures like in " +"[NinePatchRect]. Use the [code]stretch_margin_*[/code] properties like " +"[member stretch_margin_bottom] to set up the nine patch's 3×3 grid. When " +"using a radial [member fill_mode], this setting will enable stretching." +msgstr "" + +#: doc/classes/TextureProgress.xml:35 +msgid "" +"Offsets [member texture_progress] if [member fill_mode] is [constant " +"FILL_CLOCKWISE] or [constant FILL_COUNTER_CLOCKWISE]." +msgstr "" + +#: doc/classes/TextureProgress.xml:38 +msgid "" +"Upper limit for the fill of [member texture_progress] if [member fill_mode] " +"is [constant FILL_CLOCKWISE] or [constant FILL_COUNTER_CLOCKWISE]. When the " +"node's [code]value[/code] is equal to its [code]max_value[/code], the " +"texture fills up to this angle.\n" +"See [member Range.value], [member Range.max_value]." +msgstr "" + +#: doc/classes/TextureProgress.xml:42 +msgid "" +"Starting angle for the fill of [member texture_progress] if [member " +"fill_mode] is [constant FILL_CLOCKWISE] or [constant " +"FILL_COUNTER_CLOCKWISE]. When the node's [code]value[/code] is equal to its " +"[code]min_value[/code], the texture doesn't show up at all. When the " +"[code]value[/code] increases, the texture fills and tends towards [member " +"radial_fill_degrees]." +msgstr "" + +#: doc/classes/TextureProgress.xml:45 +msgid "" +"The height of the 9-patch's bottom row. A margin of 16 means the 9-slice's " +"bottom corners and side will have a height of 16 pixels. You can set all 4 " +"margin values individually to create panels with non-uniform borders." +msgstr "" + +#: doc/classes/TextureProgress.xml:48 +msgid "The width of the 9-patch's left column." +msgstr "" + +#: doc/classes/TextureProgress.xml:51 +msgid "The width of the 9-patch's right column." +msgstr "" + +#: doc/classes/TextureProgress.xml:54 +msgid "The height of the 9-patch's top row." +msgstr "" + +#: doc/classes/TextureProgress.xml:57 +msgid "" +"[Texture] that draws over the progress bar. Use it to add highlights or an " +"upper-frame that hides part of [member texture_progress]." +msgstr "" + +#: doc/classes/TextureProgress.xml:60 +msgid "" +"[Texture] that clips based on the node's [code]value[/code] and [member " +"fill_mode]. As [code]value[/code] increased, the texture fills up. It shows " +"entirely when [code]value[/code] reaches [code]max_value[/code]. It doesn't " +"show at all if [code]value[/code] is equal to [code]min_value[/code].\n" +"The [code]value[/code] property comes from [Range]. See [member Range." +"value], [member Range.min_value], [member Range.max_value]." +msgstr "" + +#: doc/classes/TextureProgress.xml:64 +msgid "" +"The offset of [member texture_progress]. Useful for [member texture_over] " +"and [member texture_under] with fancy borders, to avoid transparent margins " +"in your progress texture." +msgstr "" + +#: doc/classes/TextureProgress.xml:67 +msgid "[Texture] that draws under the progress bar. The bar's background." +msgstr "" + +#: doc/classes/TextureProgress.xml:70 +msgid "" +"Multiplies the color of the bar's [code]texture_over[/code] texture. The " +"effect is similar to [member CanvasItem.modulate], except it only affects " +"this specific texture instead of the entire node." +msgstr "" + +#: doc/classes/TextureProgress.xml:73 +msgid "" +"Multiplies the color of the bar's [code]texture_progress[/code] texture." +msgstr "" + +#: doc/classes/TextureProgress.xml:76 +msgid "Multiplies the color of the bar's [code]texture_under[/code] texture." +msgstr "" + +#: doc/classes/TextureProgress.xml:81 +msgid "The [member texture_progress] fills from left to right." +msgstr "" + +#: doc/classes/TextureProgress.xml:84 +msgid "The [member texture_progress] fills from right to left." +msgstr "" + +#: doc/classes/TextureProgress.xml:87 +msgid "The [member texture_progress] fills from top to bottom." +msgstr "" + +#: doc/classes/TextureProgress.xml:90 +msgid "The [member texture_progress] fills from bottom to top." +msgstr "" + +#: doc/classes/TextureProgress.xml:93 +msgid "" +"Turns the node into a radial bar. The [member texture_progress] fills " +"clockwise. See [member radial_center_offset], [member radial_initial_angle] " +"and [member radial_fill_degrees] to control the way the bar fills up." +msgstr "" + +#: doc/classes/TextureProgress.xml:96 +msgid "" +"Turns the node into a radial bar. The [member texture_progress] fills " +"counterclockwise. See [member radial_center_offset], [member " +"radial_initial_angle] and [member radial_fill_degrees] to control the way " +"the bar fills up." +msgstr "" + +#: doc/classes/TextureProgress.xml:99 +msgid "" +"The [member texture_progress] fills from the center, expanding both towards " +"the left and the right." +msgstr "" + +#: doc/classes/TextureProgress.xml:102 +msgid "" +"The [member texture_progress] fills from the center, expanding both towards " +"the top and the bottom." +msgstr "" + +#: doc/classes/TextureProgress.xml:105 +msgid "" +"Turns the node into a radial bar. The [member texture_progress] fills " +"radially from the center, expanding both clockwise and counterclockwise. See " +"[member radial_center_offset], [member radial_initial_angle] and [member " +"radial_fill_degrees] to control the way the bar fills up." +msgstr "" + +#: doc/classes/TextureRect.xml:4 +msgid "Control for drawing textures." +msgstr "" + +#: doc/classes/TextureRect.xml:7 +msgid "" +"Used to draw icons and sprites in a user interface. The texture's placement " +"can be controlled with the [member stretch_mode] property. It can scale, " +"tile, or stay centered inside its bounding rectangle.\n" +"[b]Note:[/b] You should enable [member flip_v] when using a TextureRect to " +"display a [ViewportTexture]. Alternatively, you can enable [member Viewport." +"render_target_v_flip] on the Viewport. Otherwise, the image will appear " +"upside down." +msgstr "" + +#: doc/classes/TextureRect.xml:17 +msgid "If [code]true[/code], the texture scales to fit its bounding rectangle." +msgstr "" + +#: doc/classes/TextureRect.xml:27 +msgid "" +"Controls the texture's behavior when resizing the node's bounding rectangle. " +"See [enum StretchMode]." +msgstr "" + +#: doc/classes/TextureRect.xml:30 +msgid "The node's [Texture] resource." +msgstr "" + +#: doc/classes/TextureRect.xml:35 +msgid "" +"Scale to fit the node's bounding rectangle, only if [code]expand[/code] is " +"[code]true[/code]. Default [code]stretch_mode[/code], for backwards " +"compatibility. Until you set [code]expand[/code] to [code]true[/code], the " +"texture will behave like [constant STRETCH_KEEP]." +msgstr "" + +#: doc/classes/TextureRect.xml:53 +msgid "" +"Scale the texture to fit the node's bounding rectangle, center it and " +"maintain its aspect ratio." +msgstr "" + +#: doc/classes/Theme.xml:4 +msgid "Theme for controls." +msgstr "" + +#: doc/classes/Theme.xml:7 +msgid "" +"A theme for skinning controls. Controls can be skinned individually, but for " +"complex applications, it's more practical to just create a global theme that " +"defines everything. This theme can be applied to any [Control]; the Control " +"and its children will automatically use it.\n" +"Theme resources can alternatively be loaded by writing them in a [code]." +"theme[/code] file, see the documentation for more information." +msgstr "" + +#: doc/classes/Theme.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/gui/gui_skinning.html" +msgstr "" + +#: doc/classes/Theme.xml:17 +msgid "Clears all values on the theme." +msgstr "" + +#: doc/classes/Theme.xml:25 +msgid "" +"Clears the [Color] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:33 +msgid "" +"Clears the constant at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:41 +msgid "" +"Clears the [Font] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:49 +msgid "" +"Clears the icon at [code]name[/code] if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:57 +msgid "" +"Clears [StyleBox] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:66 +msgid "" +"Clears the theme item of [code]data_type[/code] at [code]name[/code] if the " +"theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:72 +msgid "Sets the theme's values to a copy of the default theme values." +msgstr "" + +#: doc/classes/Theme.xml:79 +msgid "Sets the theme's values to a copy of a given theme." +msgstr "" + +#: doc/classes/Theme.xml:87 +msgid "" +"Returns the [Color] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:94 +msgid "" +"Returns all the [Color]s as a [PoolStringArray] filled with each [Color]'s " +"name, for use in [method get_color], if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:100 +msgid "" +"Returns all the [Color] types as a [PoolStringArray] filled with unique type " +"names, for use in [method get_color] and/or [method get_color_list]." +msgstr "" + +#: doc/classes/Theme.xml:108 +msgid "" +"Returns the constant at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:115 +msgid "" +"Returns all the constants as a [PoolStringArray] filled with each constant's " +"name, for use in [method get_constant], if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:121 +msgid "" +"Returns all the constant types as a [PoolStringArray] filled with unique " +"type names, for use in [method get_constant] and/or [method " +"get_constant_list]." +msgstr "" + +#: doc/classes/Theme.xml:129 +msgid "" +"Returns the [Font] at [code]name[/code] if the theme has [code]node_type[/" +"code]." +msgstr "" + +#: doc/classes/Theme.xml:136 +msgid "" +"Returns all the [Font]s as a [PoolStringArray] filled with each [Font]'s " +"name, for use in [method get_font], if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:142 +msgid "" +"Returns all the [Font] types as a [PoolStringArray] filled with unique type " +"names, for use in [method get_font] and/or [method get_font_list]." +msgstr "" + +#: doc/classes/Theme.xml:150 +msgid "" +"Returns the icon [Texture] at [code]name[/code] if the theme has " +"[code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:157 +msgid "" +"Returns all the icons as a [PoolStringArray] filled with each [Texture]'s " +"name, for use in [method get_icon], if the theme has [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:163 +msgid "" +"Returns all the icon types as a [PoolStringArray] filled with unique type " +"names, for use in [method get_icon] and/or [method get_icon_list]." +msgstr "" + +#: doc/classes/Theme.xml:171 +msgid "" +"Returns the [StyleBox] at [code]name[/code] if the theme has " +"[code]node_type[/code].\n" +"Valid [code]name[/code]s may be found using [method get_stylebox_list]. " +"Valid [code]node_type[/code]s may be found using [method get_stylebox_types]." +msgstr "" + +#: doc/classes/Theme.xml:179 +msgid "" +"Returns all the [StyleBox]s as a [PoolStringArray] filled with each " +"[StyleBox]'s name, for use in [method get_stylebox], if the theme has " +"[code]node_type[/code].\n" +"Valid [code]node_type[/code]s may be found using [method get_stylebox_types]." +msgstr "" + +#: doc/classes/Theme.xml:186 +msgid "" +"Returns all the [StyleBox] types as a [PoolStringArray] filled with unique " +"type names, for use in [method get_stylebox] and/or [method " +"get_stylebox_list]." +msgstr "" + +#: doc/classes/Theme.xml:195 +msgid "" +"Returns the theme item of [code]data_type[/code] at [code]name[/code] if the " +"theme has [code]node_type[/code].\n" +"Valid [code]name[/code]s may be found using [method get_theme_item_list] or " +"a data type specific method. Valid [code]node_type[/code]s may be found " +"using [method get_theme_item_types] or a data type specific method." +msgstr "" + +#: doc/classes/Theme.xml:204 +msgid "" +"Returns all the theme items of [code]data_type[/code] as a [PoolStringArray] " +"filled with each theme items's name, for use in [method get_theme_item] or a " +"data type specific method, if the theme has [code]node_type[/code].\n" +"Valid [code]node_type[/code]s may be found using [method " +"get_theme_item_types] or a data type specific method." +msgstr "" + +#: doc/classes/Theme.xml:212 +msgid "" +"Returns all the theme items of [code]data_type[/code] types as a " +"[PoolStringArray] filled with unique type names, for use in [method " +"get_theme_item], [method get_theme_item_list] or data type specific methods." +msgstr "" + +#: doc/classes/Theme.xml:219 +msgid "" +"Returns all the theme types as a [PoolStringArray] filled with unique type " +"names, for use in other [code]get_*[/code] functions of this theme.\n" +"[b]Note:[/b] [code]node_type[/code] has no effect and will be removed in " +"future version." +msgstr "" + +#: doc/classes/Theme.xml:228 +msgid "" +"Returns [code]true[/code] if [Color] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:237 +msgid "" +"Returns [code]true[/code] if constant with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:244 +msgid "" +"Returns [code]true[/code] if this theme has a valid [member default_font] " +"value." +msgstr "" + +#: doc/classes/Theme.xml:252 +msgid "" +"Returns [code]true[/code] if [Font] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:261 +msgid "" +"Returns [code]true[/code] if icon [Texture] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:270 +msgid "" +"Returns [code]true[/code] if [StyleBox] with [code]name[/code] is in " +"[code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:280 +msgid "" +"Returns [code]true[/code] if a theme item of [code]data_type[/code] with " +"[code]name[/code] is in [code]node_type[/code].\n" +"Returns [code]false[/code] if the theme does not have [code]node_type[/code]." +msgstr "" + +#: doc/classes/Theme.xml:288 +msgid "" +"Adds missing and overrides existing definitions with values from the " +"[code]other[/code] [Theme].\n" +"[b]Note:[/b] This modifies the current theme. If you want to merge two " +"themes together without modifying either one, create a new empty theme and " +"merge the other two into it one after another." +msgstr "" + +#: doc/classes/Theme.xml:298 +msgid "" +"Renames the [Color] at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:307 +msgid "" +"Renames the constant at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:316 +msgid "" +"Renames the [Font] at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:325 +msgid "" +"Renames the icon at [code]old_name[/code] to [code]name[/code] if the theme " +"has [code]node_type[/code]. If [code]name[/code] is already taken, this " +"method fails." +msgstr "" + +#: doc/classes/Theme.xml:334 +msgid "" +"Renames [StyleBox] at [code]old_name[/code] to [code]name[/code] if the " +"theme has [code]node_type[/code]. If [code]name[/code] is already taken, " +"this method fails." +msgstr "" + +#: doc/classes/Theme.xml:344 +msgid "" +"Renames the theme item of [code]data_type[/code] at [code]old_name[/code] to " +"[code]name[/code] if the theme has [code]node_type[/code]. If [code]name[/" +"code] is already taken, this method fails." +msgstr "" + +#: doc/classes/Theme.xml:353 +msgid "" +"Sets the theme's [Color] to [code]color[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:363 +msgid "" +"Sets the theme's constant to [code]constant[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:373 +msgid "" +"Sets the theme's [Font] to [code]font[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:383 +msgid "" +"Sets the theme's icon [Texture] to [code]texture[/code] at [code]name[/code] " +"in [code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:393 +msgid "" +"Sets theme's [StyleBox] to [code]stylebox[/code] at [code]name[/code] in " +"[code]node_type[/code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:404 +msgid "" +"Sets the theme item of [code]data_type[/code] to [code]value[/code] at " +"[code]name[/code] in [code]node_type[/code].\n" +"Does nothing if the [code]value[/code] type does not match [code]data_type[/" +"code].\n" +"Creates [code]node_type[/code] if the theme does not have it." +msgstr "" + +#: doc/classes/Theme.xml:412 +msgid "" +"The default font of this [Theme] resource. Used as a fallback value for font " +"items defined in this theme, but having invalid values. If this value is " +"also invalid, the global default value is used.\n" +"Use [method has_default_font] to check if this value is valid." +msgstr "" + +#: doc/classes/Theme.xml:418 +msgid "Theme's [Color] item type." +msgstr "" + +#: doc/classes/Theme.xml:421 +msgid "Theme's constant item type." +msgstr "" + +#: doc/classes/Theme.xml:424 +msgid "Theme's [Font] item type." +msgstr "" + +#: doc/classes/Theme.xml:427 +msgid "Theme's icon [Texture] item type." +msgstr "" + +#: doc/classes/Theme.xml:430 +msgid "Theme's [StyleBox] item type." +msgstr "" + +#: doc/classes/Theme.xml:433 +msgid "Maximum value for the DataType enum." +msgstr "" + +#: doc/classes/Thread.xml:4 +msgid "A unit of execution in a process." +msgstr "" + +#: doc/classes/Thread.xml:7 +msgid "" +"A unit of execution in a process. Can run methods on [Object]s " +"simultaneously. The use of synchronization via [Mutex] or [Semaphore] is " +"advised if working with shared objects.\n" +"[b]Note:[/b] Breakpoints won't break on code if it's running in a thread. " +"This is a current limitation of the GDScript debugger." +msgstr "" + +#: doc/classes/Thread.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/threads/thread_safe_apis.html" +msgstr "" + +#: doc/classes/Thread.xml:19 +msgid "" +"Returns the current [Thread]'s ID, uniquely identifying it among all " +"threads. If the [Thread] is not running this returns an empty string." +msgstr "" + +#: doc/classes/Thread.xml:25 +msgid "" +"Returns [code]true[/code] if this [Thread] has been started. Once started, " +"this will return [code]true[/code] until it is joined using [method " +"wait_to_finish]. For checking if a [Thread] is still executing its task, use " +"[method is_alive]." +msgstr "" + +#: doc/classes/Thread.xml:31 +msgid "" +"Returns [code]true[/code] if this [Thread] is currently running. This is " +"useful for determining if [method wait_to_finish] can be called without " +"blocking the calling thread.\n" +"To check if a [Thread] is joinable, use [method is_active]." +msgstr "" + +#: doc/classes/Thread.xml:42 +msgid "" +"Starts a new [Thread] that runs [code]method[/code] on object " +"[code]instance[/code] with [code]userdata[/code] passed as an argument. Even " +"if no userdata is passed, [code]method[/code] must accept one argument and " +"it will be null. The [code]priority[/code] of the [Thread] can be changed by " +"passing a value from the [enum Priority] enum.\n" +"Returns [constant OK] on success, or [constant ERR_CANT_CREATE] on failure." +msgstr "" + +#: doc/classes/Thread.xml:49 +msgid "" +"Joins the [Thread] and waits for it to finish. Returns the output of the " +"method passed to [method start].\n" +"Should either be used when you want to retrieve the value returned from the " +"method called by the [Thread] or before freeing the instance that contains " +"the [Thread].\n" +"To determine if this can be called without blocking the calling thread, " +"check if [method is_alive] is [code]false[/code].\n" +"[b]Note:[/b] After the [Thread] finishes joining it will be disposed. If you " +"want to use it again you will have to create a new instance of it." +msgstr "" + +#: doc/classes/Thread.xml:58 +msgid "A thread running with lower priority than normally." +msgstr "" + +#: doc/classes/Thread.xml:61 +msgid "A thread with a standard priority." +msgstr "" + +#: doc/classes/Thread.xml:64 +msgid "A thread running with higher priority than normally." +msgstr "" + +#: doc/classes/TileMap.xml:4 +msgid "Node for 2D tile-based maps." +msgstr "" + +#: doc/classes/TileMap.xml:7 +msgid "" +"Node for 2D tile-based maps. Tilemaps use a [TileSet] which contain a list " +"of tiles (textures plus optional collision, navigation, and/or occluder " +"shapes) which are used to create grid-based maps.\n" +"When doing physics queries against the tilemap, the cell coordinates are " +"encoded as [code]metadata[/code] for each detected collision shape returned " +"by methods such as [method Physics2DDirectSpaceState.intersect_shape], " +"[method Physics2DDirectBodyState.get_contact_collider_shape_metadata], etc." +msgstr "" + +#: doc/classes/TileMap.xml:11 doc/classes/TileSet.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/2d/using_tilemaps.html" +msgstr "" + +#: doc/classes/TileMap.xml:14 doc/classes/TileSet.xml:14 +msgid "https://godotengine.org/asset-library/asset/111" +msgstr "" + +#: doc/classes/TileMap.xml:23 +msgid "Clears all cells." +msgstr "" + +#: doc/classes/TileMap.xml:29 +msgid "Clears cells that do not exist in the tileset." +msgstr "" + +#: doc/classes/TileMap.xml:37 +msgid "" +"Returns the tile index of the given cell. If no tile exists in the cell, " +"returns [constant INVALID_CELL]." +msgstr "" + +#: doc/classes/TileMap.xml:45 +msgid "" +"Returns the coordinate (subtile column and row) of the autotile variation in " +"the tileset. Returns a zero vector if the cell doesn't have autotiling." +msgstr "" + +#: doc/classes/TileMap.xml:52 +msgid "" +"Returns the tile index of the cell given by a Vector2. If no tile exists in " +"the cell, returns [constant INVALID_CELL]." +msgstr "" + +#: doc/classes/TileMap.xml:59 +msgid "Returns [code]true[/code] if the given collision layer bit is set." +msgstr "" + +#: doc/classes/TileMap.xml:66 +msgid "Returns [code]true[/code] if the given collision mask bit is set." +msgstr "" + +#: doc/classes/TileMap.xml:72 +msgid "" +"Returns a [Vector2] array with the positions of all cells containing a tile " +"from the tileset (i.e. a tile index different from [code]-1[/code])." +msgstr "" + +#: doc/classes/TileMap.xml:79 +msgid "" +"Returns an array of all cells with the given tile index specified in " +"[code]id[/code]." +msgstr "" + +#: doc/classes/TileMap.xml:85 +msgid "Returns a rectangle enclosing the used (non-empty) tiles of the map." +msgstr "" + +#: doc/classes/TileMap.xml:93 +msgid "" +"Returns [code]true[/code] if the given cell is transposed, i.e. the X and Y " +"axes are swapped." +msgstr "" + +#: doc/classes/TileMap.xml:101 +msgid "Returns [code]true[/code] if the given cell is flipped in the X axis." +msgstr "" + +#: doc/classes/TileMap.xml:109 +msgid "Returns [code]true[/code] if the given cell is flipped in the Y axis." +msgstr "" + +#: doc/classes/TileMap.xml:117 +msgid "" +"Returns the local position of the top left corner of the cell corresponding " +"to the given tilemap (grid-based) coordinates.\n" +"To get the global position, use [method Node2D.to_global]:\n" +"[codeblock]\n" +"var local_position = my_tilemap.map_to_world(map_position)\n" +"var global_position = my_tilemap.to_global(local_position)\n" +"[/codeblock]\n" +"Optionally, the tilemap's half offset can be ignored." +msgstr "" + +#: doc/classes/TileMap.xml:136 +msgid "" +"Sets the tile index for the cell given by a Vector2.\n" +"An index of [code]-1[/code] clears the cell.\n" +"Optionally, the tile can also be flipped, transposed, or given autotile " +"coordinates. The autotile coordinate refers to the column and row of the " +"subtile.\n" +"[b]Note:[/b] Data such as navigation polygons and collision shapes are not " +"immediately updated for performance reasons.\n" +"If you need these to be immediately updated, you can call [method " +"update_dirty_quadrants].\n" +"Overriding this method also overrides it internally, allowing custom logic " +"to be implemented when tiles are placed/removed:\n" +"[codeblock]\n" +"func set_cell(x, y, tile, flip_x=false, flip_y=false, transpose=false, " +"autotile_coord=Vector2()):\n" +" # Write your custom logic here.\n" +" # To call the default method:\n" +" .set_cell(x, y, tile, flip_x, flip_y, transpose, autotile_coord)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TileMap.xml:158 +msgid "" +"Sets the tile index for the given cell.\n" +"An index of [code]-1[/code] clears the cell.\n" +"Optionally, the tile can also be flipped or transposed.\n" +"[b]Note:[/b] Data such as navigation polygons and collision shapes are not " +"immediately updated for performance reasons.\n" +"If you need these to be immediately updated, you can call [method " +"update_dirty_quadrants]." +msgstr "" + +#: doc/classes/TileMap.xml:170 +msgid "Sets the given collision layer bit." +msgstr "" + +#: doc/classes/TileMap.xml:178 +msgid "Sets the given collision mask bit." +msgstr "" + +#: doc/classes/TileMap.xml:185 +msgid "" +"Applies autotiling rules to the cell (and its adjacent cells) referenced by " +"its grid-based X and Y coordinates." +msgstr "" + +#: doc/classes/TileMap.xml:193 +msgid "" +"Applies autotiling rules to the cells in the given region (specified by grid-" +"based X and Y coordinates).\n" +"Calling with invalid (or missing) parameters applies autotiling rules for " +"the entire tilemap." +msgstr "" + +#: doc/classes/TileMap.xml:200 +msgid "" +"Updates the tile map's quadrants, allowing things such as navigation and " +"collision shapes to be immediately used if modified." +msgstr "" + +#: doc/classes/TileMap.xml:207 +msgid "" +"Returns the tilemap (grid-based) coordinates corresponding to the given " +"local position.\n" +"To use this with a global position, first determine the local position with " +"[method Node2D.to_local]:\n" +"[codeblock]\n" +"var local_position = my_tilemap.to_local(global_position)\n" +"var map_position = my_tilemap.world_to_map(local_position)\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TileMap.xml:218 +msgid "If [code]true[/code], the cell's UVs will be clipped." +msgstr "" + +#: doc/classes/TileMap.xml:221 +msgid "The custom [Transform2D] to be applied to the TileMap's cells." +msgstr "" + +#: doc/classes/TileMap.xml:224 +msgid "" +"Amount to offset alternating tiles. See [enum HalfOffset] for possible " +"values." +msgstr "" + +#: doc/classes/TileMap.xml:227 +msgid "" +"The TileMap's quadrant size. Optimizes drawing by batching, using chunks of " +"this size." +msgstr "" + +#: doc/classes/TileMap.xml:230 +msgid "The TileMap's cell size." +msgstr "" + +#: doc/classes/TileMap.xml:233 +msgid "Position for tile origin. See [enum TileOrigin] for possible values." +msgstr "" + +#: doc/classes/TileMap.xml:236 +msgid "" +"If [code]true[/code], the TileMap's direct children will be drawn in order " +"of their Y coordinate." +msgstr "" + +#: doc/classes/TileMap.xml:239 +msgid "" +"If [code]true[/code], the textures will be centered in the middle of each " +"tile. This is useful for certain isometric or top-down modes when textures " +"are made larger or smaller than the tiles (e.g. to avoid flickering on tile " +"edges). The offset is still applied, but from the center of the tile. If " +"used, [member compatibility_mode] is ignored.\n" +"If [code]false[/code], the texture position start in the top-left corner " +"unless [member compatibility_mode] is enabled." +msgstr "" + +#: doc/classes/TileMap.xml:243 +msgid "" +"Bounce value for static body collisions (see [code]collision_use_kinematic[/" +"code])." +msgstr "" + +#: doc/classes/TileMap.xml:246 +msgid "" +"Friction value for static body collisions (see " +"[code]collision_use_kinematic[/code])." +msgstr "" + +#: doc/classes/TileMap.xml:249 +msgid "" +"The collision layer(s) for all colliders in the TileMap. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/TileMap.xml:252 +msgid "" +"The collision mask(s) for all colliders in the TileMap. See [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]Collision layers and masks[/url] in the " +"documentation for more information." +msgstr "" + +#: doc/classes/TileMap.xml:255 +msgid "" +"If [code]true[/code], TileMap collisions will be handled as a kinematic " +"body. If [code]false[/code], collisions will be handled as static body." +msgstr "" + +#: doc/classes/TileMap.xml:258 +msgid "" +"If [code]true[/code], this tilemap's collision shape will be added to the " +"collision shape of the parent. The parent has to be a [CollisionObject2D]." +msgstr "" + +#: doc/classes/TileMap.xml:261 +msgid "" +"If [code]true[/code], the compatibility with the tilemaps made in Godot 3.1 " +"or earlier is maintained (textures move when the tile origin changes and " +"rotate if the texture size is not homogeneous). This mode presents problems " +"when doing [code]flip_h[/code], [code]flip_v[/code] and [code]transpose[/" +"code] tile operations on non-homogeneous isometric tiles (e.g. 2:1), in " +"which the texture could not coincide with the collision, thus it is not " +"recommended for isometric or non-square tiles.\n" +"If [code]false[/code], the textures do not move when doing [code]flip_h[/" +"code], [code]flip_v[/code] operations if no offset is used, nor when " +"changing the tile origin.\n" +"The compatibility mode doesn't work with the [member centered_textures] " +"option, because displacing textures with the [member cell_tile_origin] " +"option or in irregular tiles is not relevant when centering those textures." +msgstr "" + +#: doc/classes/TileMap.xml:266 +msgid "The TileMap orientation mode. See [enum Mode] for possible values." +msgstr "" + +#: doc/classes/TileMap.xml:269 +msgid "" +"The light mask assigned to all light occluders in the TileMap. The TileSet's " +"light occluders will cast shadows only from Light2D(s) that have the same " +"light mask(s)." +msgstr "" + +#: doc/classes/TileMap.xml:272 +msgid "" +"If [code]true[/code], collision shapes are visible in the editor. Doesn't " +"affect collision shapes visibility at runtime. To show collision shapes at " +"runtime, enable [b]Visible Collision Shapes[/b] in the [b]Debug[/b] menu " +"instead." +msgstr "" + +#: doc/classes/TileMap.xml:275 +msgid "The assigned [TileSet]." +msgstr "" + +#: doc/classes/TileMap.xml:281 +msgid "Emitted when a tilemap setting has changed." +msgstr "" + +#: doc/classes/TileMap.xml:287 +msgid "Returned when a cell doesn't exist." +msgstr "" + +#: doc/classes/TileMap.xml:290 +msgid "Orthogonal orientation mode." +msgstr "" + +#: doc/classes/TileMap.xml:293 +msgid "Isometric orientation mode." +msgstr "" + +#: doc/classes/TileMap.xml:296 +msgid "Custom orientation mode." +msgstr "" + +#: doc/classes/TileMap.xml:299 +msgid "Half offset on the X coordinate." +msgstr "" + +#: doc/classes/TileMap.xml:302 +msgid "Half offset on the Y coordinate." +msgstr "" + +#: doc/classes/TileMap.xml:305 +msgid "Half offset disabled." +msgstr "" + +#: doc/classes/TileMap.xml:308 +msgid "Half offset on the X coordinate (negative)." +msgstr "" + +#: doc/classes/TileMap.xml:311 +msgid "Half offset on the Y coordinate (negative)." +msgstr "" + +#: doc/classes/TileMap.xml:314 +msgid "Tile origin at its top-left corner." +msgstr "" + +#: doc/classes/TileMap.xml:317 +msgid "Tile origin at its center." +msgstr "" + +#: doc/classes/TileMap.xml:320 +msgid "Tile origin at its bottom-left corner." +msgstr "" + +#: doc/classes/TileSet.xml:4 +msgid "Tile library for tilemaps." +msgstr "" + +#: doc/classes/TileSet.xml:7 +msgid "" +"A TileSet is a library of tiles for a [TileMap]. It contains a list of " +"tiles, each consisting of a sprite and optional collision shapes.\n" +"Tiles are referenced by a unique integer ID." +msgstr "" + +#: doc/classes/TileSet.xml:42 +msgid "" +"Determines when the auto-tiler should consider two different auto-tile IDs " +"to be bound together.\n" +"[b]Note:[/b] [code]neighbor_id[/code] will be [code]-1[/code] ([constant " +"TileMap.INVALID_CELL]) when checking a tile against an empty neighbor tile." +msgstr "" + +#: doc/classes/TileSet.xml:50 +msgid "Clears all bitmask information of the autotile." +msgstr "" + +#: doc/classes/TileSet.xml:58 +msgid "" +"Returns the bitmask of the subtile from an autotile given its coordinates.\n" +"The value is the sum of the values in [enum AutotileBindings] present in the " +"subtile (e.g. a value of 5 means the bitmask has bindings in both the top " +"left and top right)." +msgstr "" + +#: doc/classes/TileSet.xml:66 +msgid "Returns the [enum BitmaskMode] of the autotile." +msgstr "" + +#: doc/classes/TileSet.xml:73 +msgid "" +"Returns the subtile that's being used as an icon in an atlas/autotile given " +"its coordinates.\n" +"The subtile defined as the icon will be used as a fallback when the atlas/" +"autotile's bitmask information is incomplete. It will also be used to " +"represent it in the TileSet editor." +msgstr "" + +#: doc/classes/TileSet.xml:82 +msgid "" +"Returns the light occluder of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:90 +msgid "" +"Returns the navigation polygon of the subtile from an atlas/autotile given " +"its coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:97 +msgid "Returns the size of the subtiles in an atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:104 +msgid "Returns the spacing between subtiles of the atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:112 +msgid "" +"Returns the priority of the subtile from an autotile given its coordinates.\n" +"When more than one subtile has the same bitmask value, one of them will be " +"picked randomly for drawing. Its priority will define how often it will be " +"picked." +msgstr "" + +#: doc/classes/TileSet.xml:121 +msgid "" +"Returns the drawing index of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:130 +msgid "" +"Sets the bitmask of the subtile from an autotile given its coordinates.\n" +"The value is the sum of the values in [enum AutotileBindings] present in the " +"subtile (e.g. a value of 5 means the bitmask has bindings in both the top " +"left and top right)." +msgstr "" + +#: doc/classes/TileSet.xml:139 +msgid "Sets the [enum BitmaskMode] of the autotile." +msgstr "" + +#: doc/classes/TileSet.xml:147 +msgid "" +"Sets the subtile that will be used as an icon in an atlas/autotile given its " +"coordinates.\n" +"The subtile defined as the icon will be used as a fallback when the atlas/" +"autotile's bitmask information is incomplete. It will also be used to " +"represent it in the TileSet editor." +msgstr "" + +#: doc/classes/TileSet.xml:157 +msgid "" +"Sets the light occluder of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:166 +msgid "" +"Sets the navigation polygon of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:174 +msgid "Sets the size of the subtiles in an atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:182 +msgid "Sets the spacing between subtiles of the atlas/autotile." +msgstr "" + +#: doc/classes/TileSet.xml:191 +msgid "" +"Sets the priority of the subtile from an autotile given its coordinates.\n" +"When more than one subtile has the same bitmask value, one of them will be " +"picked randomly for drawing. Its priority will define how often it will be " +"picked." +msgstr "" + +#: doc/classes/TileSet.xml:201 +msgid "" +"Sets the drawing index of the subtile from an atlas/autotile given its " +"coordinates." +msgstr "" + +#: doc/classes/TileSet.xml:207 +msgid "Clears all tiles." +msgstr "" + +#: doc/classes/TileSet.xml:214 +msgid "Creates a new tile with the given ID." +msgstr "" + +#: doc/classes/TileSet.xml:221 +msgid "Returns the first tile matching the given name." +msgstr "" + +#: doc/classes/TileSet.xml:227 +msgid "" +"Returns the ID following the last currently used ID, useful when creating a " +"new tile." +msgstr "" + +#: doc/classes/TileSet.xml:233 +msgid "Returns an array of all currently used tile IDs." +msgstr "" + +#: doc/classes/TileSet.xml:240 +msgid "Removes the given tile ID." +msgstr "" + +#: doc/classes/TileSet.xml:251 +msgid "Adds a shape to the tile." +msgstr "" + +#: doc/classes/TileSet.xml:258 +msgid "Returns the tile's light occluder." +msgstr "" + +#: doc/classes/TileSet.xml:265 +msgid "Returns the tile's material." +msgstr "" + +#: doc/classes/TileSet.xml:272 +msgid "Returns the tile's modulation color." +msgstr "" + +#: doc/classes/TileSet.xml:279 +msgid "Returns the tile's name." +msgstr "" + +#: doc/classes/TileSet.xml:286 +msgid "Returns the navigation polygon of the tile." +msgstr "" + +#: doc/classes/TileSet.xml:293 +msgid "Returns the offset of the tile's navigation polygon." +msgstr "" + +#: doc/classes/TileSet.xml:300 +msgid "Returns the tile's normal map texture." +msgstr "" + +#: doc/classes/TileSet.xml:307 +msgid "Returns the offset of the tile's light occluder." +msgstr "" + +#: doc/classes/TileSet.xml:314 +msgid "Returns the tile sub-region in the texture." +msgstr "" + +#: doc/classes/TileSet.xml:322 +msgid "Returns a tile's given shape." +msgstr "" + +#: doc/classes/TileSet.xml:329 +msgid "Returns the number of shapes assigned to a tile." +msgstr "" + +#: doc/classes/TileSet.xml:337 +msgid "Returns the offset of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:345 +msgid "Returns the one-way collision value of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:360 +msgid "Returns the [Transform2D] of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:367 +msgid "" +"Returns an array of dictionaries describing the tile's shapes.\n" +"[b]Dictionary structure in the array returned by this method:[/b]\n" +"[codeblock]\n" +"{\n" +" \"autotile_coord\": Vector2,\n" +" \"one_way\": bool,\n" +" \"one_way_margin\": int,\n" +" \"shape\": CollisionShape2D,\n" +" \"shape_transform\": Transform2D,\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/TileSet.xml:384 +msgid "Returns the tile's texture." +msgstr "" + +#: doc/classes/TileSet.xml:391 +msgid "Returns the texture offset of the tile." +msgstr "" + +#: doc/classes/TileSet.xml:398 +msgid "Returns the tile's [enum TileMode]." +msgstr "" + +#: doc/classes/TileSet.xml:405 +msgid "Returns the tile's Z index (drawing layer)." +msgstr "" + +#: doc/classes/TileSet.xml:413 +msgid "Sets a light occluder for the tile." +msgstr "" + +#: doc/classes/TileSet.xml:421 +msgid "Sets the tile's material." +msgstr "" + +#: doc/classes/TileSet.xml:429 +msgid "Sets the tile's modulation color." +msgstr "" + +#: doc/classes/TileSet.xml:437 +msgid "Sets the tile's name." +msgstr "" + +#: doc/classes/TileSet.xml:445 +msgid "Sets the tile's navigation polygon." +msgstr "" + +#: doc/classes/TileSet.xml:453 +msgid "Sets an offset for the tile's navigation polygon." +msgstr "" + +#: doc/classes/TileSet.xml:461 +msgid "" +"Sets the tile's normal map texture.\n" +"[b]Note:[/b] Godot expects the normal map to use X+, Y-, and Z+ coordinates. " +"See [url=http://wiki.polycount.com/wiki/" +"Normal_Map_Technical_Details#Common_Swizzle_Coordinates]this page[/url] for " +"a comparison of normal map coordinates expected by popular engines." +msgstr "" + +#: doc/classes/TileSet.xml:470 +msgid "Sets an offset for the tile's light occluder." +msgstr "" + +#: doc/classes/TileSet.xml:478 +msgid "" +"Sets the tile's sub-region in the texture. This is common in texture atlases." +msgstr "" + +#: doc/classes/TileSet.xml:487 +msgid "Sets a shape for the tile, enabling collision." +msgstr "" + +#: doc/classes/TileSet.xml:496 +msgid "Sets the offset of a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:505 +msgid "Enables one-way collision on a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:522 +msgid "Sets a [Transform2D] on a tile's shape." +msgstr "" + +#: doc/classes/TileSet.xml:530 +msgid "Sets an array of shapes for the tile, enabling collision." +msgstr "" + +#: doc/classes/TileSet.xml:538 +msgid "Sets the tile's texture." +msgstr "" + +#: doc/classes/TileSet.xml:546 +msgid "Sets the tile's texture offset." +msgstr "" + +#: doc/classes/TileSet.xml:554 +msgid "Sets the tile's [enum TileMode]." +msgstr "" + +#: doc/classes/TileSet.xml:562 +msgid "Sets the tile's drawing index." +msgstr "" + +#: doc/classes/Timer.xml:4 +msgid "A countdown timer." +msgstr "" + +#: doc/classes/Timer.xml:7 +msgid "" +"Counts down a specified interval and emits a signal on reaching 0. Can be " +"set to repeat or \"one-shot\" mode.\n" +"[b]Note:[/b] To create a one-shot timer without instantiating a node, use " +"[method SceneTree.create_timer]." +msgstr "" + +#: doc/classes/Timer.xml:17 +msgid "Returns [code]true[/code] if the timer is stopped." +msgstr "" + +#: doc/classes/Timer.xml:24 +msgid "" +"Starts the timer. Sets [code]wait_time[/code] to [code]time_sec[/code] if " +"[code]time_sec > 0[/code]. This also resets the remaining time to " +"[code]wait_time[/code].\n" +"[b]Note:[/b] This method will not resume a paused timer. See [member paused]." +msgstr "" + +#: doc/classes/Timer.xml:31 +msgid "Stops the timer." +msgstr "" + +#: doc/classes/Timer.xml:37 +msgid "" +"If [code]true[/code], the timer will automatically start when entering the " +"scene tree.\n" +"[b]Note:[/b] This property is automatically set to [code]false[/code] after " +"the timer enters the scene tree and starts." +msgstr "" + +#: doc/classes/Timer.xml:41 +msgid "" +"If [code]true[/code], the timer will stop when reaching 0. If [code]false[/" +"code], it will restart." +msgstr "" + +#: doc/classes/Timer.xml:44 +msgid "" +"If [code]true[/code], the timer is paused and will not process until it is " +"unpaused again, even if [method start] is called." +msgstr "" + +#: doc/classes/Timer.xml:47 +msgid "Processing mode. See [enum TimerProcessMode]." +msgstr "" + +#: doc/classes/Timer.xml:50 +msgid "" +"The timer's remaining time in seconds. Returns 0 if the timer is inactive.\n" +"[b]Note:[/b] You cannot set this value. To change the timer's remaining " +"time, use [method start]." +msgstr "" + +#: doc/classes/Timer.xml:54 +msgid "" +"The wait time in seconds.\n" +"[b]Note:[/b] Timers can only emit once per rendered frame at most (or once " +"per physics frame if [member process_mode] is [constant " +"TIMER_PROCESS_PHYSICS]). This means very low wait times (lower than 0.05 " +"seconds) will behave in significantly different ways depending on the " +"rendered framerate. For very low wait times, it is recommended to use a " +"process loop in a script instead of using a Timer node." +msgstr "" + +#: doc/classes/Timer.xml:67 +msgid "" +"Update the timer during the physics step at each frame (fixed framerate " +"processing)." +msgstr "" + +#: doc/classes/Timer.xml:70 +msgid "Update the timer during the idle time at each frame." +msgstr "" + +#: doc/classes/ToolButton.xml:4 +msgid "Flat button helper class." +msgstr "" + +#: doc/classes/ToolButton.xml:7 +msgid "" +"This is a helper class to generate a flat [Button] (see [member Button." +"flat]), creating a [ToolButton] is equivalent to:\n" +"[codeblock]\n" +"var btn = Button.new()\n" +"btn.flat = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/ToolButton.xml:24 +msgid "[StyleBox] used when the [ToolButton] is disabled." +msgstr "" + +#: doc/classes/ToolButton.xml:27 +msgid "" +"[StyleBox] used when the [ToolButton] is focused. It is displayed over the " +"current [StyleBox], so using [StyleBoxEmpty] will just disable the focus " +"visual effect." +msgstr "" + +#: doc/classes/ToolButton.xml:30 +msgid "[Font] of the [ToolButton]'s text." +msgstr "" + +#: doc/classes/ToolButton.xml:33 +msgid "Default text [Color] of the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:36 +msgid "Text [Color] used when the [ToolButton] is disabled." +msgstr "" + +#: doc/classes/ToolButton.xml:39 +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ToolButton.xml:42 +msgid "Text [Color] used when the [ToolButton] is being hovered." +msgstr "" + +#: doc/classes/ToolButton.xml:45 +msgid "Text [Color] used when the [ToolButton] is being pressed." +msgstr "" + +#: doc/classes/ToolButton.xml:48 +msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgstr "" + +#: doc/classes/ToolButton.xml:51 +msgid "The horizontal space between [ToolButton]'s icon and text." +msgstr "" + +#: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 +msgid "[StyleBox] used when the [ToolButton] is being pressed." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:4 +msgid "Button for touch screen devices for gameplay use." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:7 +msgid "" +"TouchScreenButton allows you to create on-screen buttons for touch devices. " +"It's intended for gameplay use, such as a unit you have to touch to move. " +"Unlike [Button], TouchScreenButton supports multitouch out of the box. " +"Several TouchScreenButtons can be pressed at the same time with touch " +"input.\n" +"This node inherits from [Node2D]. Unlike with [Control] nodes, you cannot " +"set anchors on it. If you want to create menus or user interfaces, you may " +"want to use [Button] nodes instead. To make button nodes react to touch " +"events, you can enable the Emulate Mouse option in the Project Settings.\n" +"You can configure TouchScreenButton to be visible only on touch devices, " +"helping you develop your game both for desktop and mobile devices." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:17 +msgid "Returns [code]true[/code] if this button is currently pressed." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:23 +msgid "The button's action. Actions can be handled with [InputEventAction]." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:26 +msgid "The button's bitmask." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:29 +msgid "The button's texture for the normal state." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:32 +msgid "" +"If [code]true[/code], the [signal pressed] and [signal released] signals are " +"emitted whenever a pressed finger goes in and out of the button, even if the " +"pressure started outside the active area of the button.\n" +"[b]Note:[/b] This is a \"pass-by\" (not \"bypass\") press mode." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:36 +msgid "The button's texture for the pressed state." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:39 +msgid "The button's shape." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:42 +msgid "" +"If [code]true[/code], the button's shape is centered in the provided " +"texture. If no texture is used, this property has no effect." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:45 +msgid "If [code]true[/code], the button's shape is visible." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:48 +msgid "" +"The button's visibility mode. See [enum VisibilityMode] for possible values." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:54 +msgid "Emitted when the button is pressed (down)." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:59 +msgid "Emitted when the button is released (up)." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:65 +msgid "Always visible." +msgstr "" + +#: doc/classes/TouchScreenButton.xml:68 +msgid "Visible on touch screens only." +msgstr "" + +#: doc/classes/Transform.xml:4 +msgid "3D transformation (3×4 matrix)." +msgstr "" + +#: doc/classes/Transform.xml:7 +msgid "" +"3×4 matrix (3 rows, 4 columns) used for 3D linear transformations. It can " +"represent transformations such as translation, rotation, or scaling. It " +"consists of a [member basis] (first 3 columns) and a [Vector3] for the " +"[member origin] (last column).\n" +"For more information, read the \"Matrices and transforms\" documentation " +"article." +msgstr "" + +#: doc/classes/Transform.xml:26 +msgid "" +"Constructs a Transform from four [Vector3] values (matrix columns). Each " +"axis corresponds to local basis vectors (some of which may be scaled)." +msgstr "" + +#: doc/classes/Transform.xml:34 +msgid "Constructs a Transform from a [Basis] and [Vector3]." +msgstr "" + +#: doc/classes/Transform.xml:41 +msgid "Constructs a Transform from a [Transform2D]." +msgstr "" + +#: doc/classes/Transform.xml:48 +msgid "" +"Constructs a Transform from a [Quat]. The origin will be [code]Vector3(0, 0, " +"0)[/code]." +msgstr "" + +#: doc/classes/Transform.xml:55 +msgid "" +"Constructs the Transform from a [Basis]. The origin will be Vector3(0, 0, 0)." +msgstr "" + +#: doc/classes/Transform.xml:61 doc/classes/Transform2D.xml:44 +msgid "" +"Returns the inverse of the transform, under the assumption that the " +"transformation is composed of rotation, scaling and translation." +msgstr "" + +#: doc/classes/Transform.xml:69 +msgid "" +"Interpolates the transform to other Transform by weight amount (on the range " +"of 0.0 to 1.0)." +msgstr "" + +#: doc/classes/Transform.xml:75 +msgid "" +"Returns the inverse of the transform, under the assumption that the " +"transformation is composed of rotation and translation (no scaling, use " +"affine_inverse for transforms with scaling)." +msgstr "" + +#: doc/classes/Transform.xml:82 doc/classes/Transform2D.xml:99 +msgid "" +"Returns [code]true[/code] if this transform and [code]transform[/code] are " +"approximately equal, by calling [code]is_equal_approx[/code] on each " +"component." +msgstr "" + +#: doc/classes/Transform.xml:90 +msgid "" +"Returns a copy of the transform rotated such that its -Z axis points towards " +"the [code]target[/code] position.\n" +"The transform will first be rotated around the given [code]up[/code] vector, " +"and then fully aligned to the target by a further rotation around an axis " +"perpendicular to both the [code]target[/code] and [code]up[/code] vectors.\n" +"Operations take place in global space." +msgstr "" + +#: doc/classes/Transform.xml:98 +msgid "" +"Returns the transform with the basis orthogonal (90 degrees), and normalized " +"axis vectors." +msgstr "" + +#: doc/classes/Transform.xml:106 +msgid "" +"Rotates the transform around the given axis by the given angle (in radians), " +"using matrix multiplication. The axis must be a normalized vector." +msgstr "" + +#: doc/classes/Transform.xml:113 +msgid "" +"Scales basis and origin of the transform by the given scale factor, using " +"matrix multiplication." +msgstr "" + +#: doc/classes/Transform.xml:120 doc/classes/Transform2D.xml:126 +msgid "" +"Translates the transform by the given offset, relative to the transform's " +"basis vectors.\n" +"Unlike [method rotated] and [method scaled], this does not use matrix " +"multiplication." +msgstr "" + +#: doc/classes/Transform.xml:128 +msgid "" +"Transforms the given [Vector3], [Plane], [AABB], or [PoolVector3Array] by " +"this transform." +msgstr "" + +#: doc/classes/Transform.xml:135 +msgid "" +"Inverse-transforms the given [Vector3], [Plane], [AABB], or " +"[PoolVector3Array] by this transform." +msgstr "" + +#: doc/classes/Transform.xml:141 +msgid "" +"The basis is a matrix containing 3 [Vector3] as its columns: X axis, Y axis, " +"and Z axis. These vectors can be interpreted as the basis vectors of local " +"coordinate system traveling with the object." +msgstr "" + +#: doc/classes/Transform.xml:144 +msgid "" +"The translation offset of the transform (column 3, the fourth column). " +"Equivalent to array index [code]3[/code]." +msgstr "" + +#: doc/classes/Transform.xml:149 +msgid "" +"[Transform] with no translation, rotation or scaling applied. When applied " +"to other data structures, [constant IDENTITY] performs no transformation." +msgstr "" + +#: doc/classes/Transform.xml:152 +msgid "[Transform] with mirroring applied perpendicular to the YZ plane." +msgstr "" + +#: doc/classes/Transform.xml:155 +msgid "[Transform] with mirroring applied perpendicular to the XZ plane." +msgstr "" + +#: doc/classes/Transform.xml:158 +msgid "[Transform] with mirroring applied perpendicular to the XY plane." +msgstr "" + +#: doc/classes/Transform2D.xml:4 +msgid "2D transformation (2×3 matrix)." +msgstr "" + +#: doc/classes/Transform2D.xml:7 +msgid "" +"2×3 matrix (2 rows, 3 columns) used for 2D linear transformations. It can " +"represent transformations such as translation, rotation, or scaling. It " +"consists of three [Vector2] values: [member x], [member y], and the [member " +"origin].\n" +"For more information, read the \"Matrices and transforms\" documentation " +"article." +msgstr "" + +#: doc/classes/Transform2D.xml:21 +msgid "Constructs the transform from a 3D [Transform]." +msgstr "" + +#: doc/classes/Transform2D.xml:30 +msgid "" +"Constructs the transform from 3 [Vector2] values representing [member x], " +"[member y], and the [member origin] (the three column vectors)." +msgstr "" + +#: doc/classes/Transform2D.xml:38 +msgid "Constructs the transform from a given angle (in radians) and position." +msgstr "" + +#: doc/classes/Transform2D.xml:51 +msgid "" +"Returns a vector transformed (multiplied) by the basis matrix.\n" +"This method does not account for translation (the origin vector)." +msgstr "" + +#: doc/classes/Transform2D.xml:59 +msgid "" +"Returns a vector transformed (multiplied) by the inverse basis matrix.\n" +"This method does not account for translation (the origin vector)." +msgstr "" + +#: doc/classes/Transform2D.xml:66 +msgid "Returns the transform's origin (translation)." +msgstr "" + +#: doc/classes/Transform2D.xml:72 +msgid "Returns the transform's rotation (in radians)." +msgstr "" + +#: doc/classes/Transform2D.xml:78 +msgid "Returns the scale." +msgstr "" + +#: doc/classes/Transform2D.xml:86 +msgid "" +"Returns a transform interpolated between this transform and another by a " +"given [code]weight[/code] (on the range of 0.0 to 1.0)." +msgstr "" + +#: doc/classes/Transform2D.xml:92 +msgid "" +"Returns the inverse of the transform, under the assumption that the " +"transformation is composed of rotation and translation (no scaling, use " +"[method affine_inverse] for transforms with scaling)." +msgstr "" + +#: doc/classes/Transform2D.xml:105 +msgid "" +"Returns the transform with the basis orthogonal (90 degrees), and normalized " +"axis vectors (scale of 1 or -1)." +msgstr "" + +#: doc/classes/Transform2D.xml:112 +msgid "" +"Rotates the transform by the given angle (in radians), using matrix " +"multiplication." +msgstr "" + +#: doc/classes/Transform2D.xml:119 +msgid "" +"Scales the transform by the given scale factor, using matrix multiplication." +msgstr "" + +#: doc/classes/Transform2D.xml:134 +msgid "" +"Transforms the given [Vector2], [Rect2], or [PoolVector2Array] by this " +"transform." +msgstr "" + +#: doc/classes/Transform2D.xml:141 +msgid "" +"Inverse-transforms the given [Vector2], [Rect2], or [PoolVector2Array] by " +"this transform." +msgstr "" + +#: doc/classes/Transform2D.xml:147 +msgid "" +"The origin vector (column 2, the third column). Equivalent to array index " +"[code]2[/code]. The origin vector represents translation." +msgstr "" + +#: doc/classes/Transform2D.xml:158 +msgid "" +"The identity [Transform2D] with no translation, rotation or scaling applied. " +"When applied to other data structures, [constant IDENTITY] performs no " +"transformation." +msgstr "" + +#: doc/classes/Transform2D.xml:161 +msgid "The [Transform2D] that will flip something along the X axis." +msgstr "" + +#: doc/classes/Transform2D.xml:164 +msgid "The [Transform2D] that will flip something along the Y axis." +msgstr "" + +#: doc/classes/Translation.xml:4 +msgid "Language Translation." +msgstr "" + +#: doc/classes/Translation.xml:7 +msgid "" +"Translations are resources that can be loaded and unloaded on demand. They " +"map a string to another string." +msgstr "" + +#: doc/classes/Translation.xml:10 doc/classes/TranslationServer.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/i18n/internationalizing_games." +"html" +msgstr "" + +#: doc/classes/Translation.xml:11 doc/classes/TranslationServer.xml:11 +msgid "https://docs.godotengine.org/en/3.4/tutorials/i18n/locales.html" +msgstr "" + +#: doc/classes/Translation.xml:18 +msgid "Virtual method to override [method get_message]." +msgstr "" + +#: doc/classes/Translation.xml:26 +msgid "Adds a message if nonexistent, followed by its translation." +msgstr "" + +#: doc/classes/Translation.xml:33 +msgid "Erases a message." +msgstr "" + +#: doc/classes/Translation.xml:40 +msgid "Returns a message's translation." +msgstr "" + +#: doc/classes/Translation.xml:46 +msgid "Returns the number of existing messages." +msgstr "" + +#: doc/classes/Translation.xml:52 +msgid "Returns all the messages (keys)." +msgstr "" + +#: doc/classes/Translation.xml:58 +msgid "The locale of the translation." +msgstr "" + +#: doc/classes/TranslationServer.xml:4 +msgid "Server that manages all translations." +msgstr "" + +#: doc/classes/TranslationServer.xml:7 +msgid "" +"Server that manages all translations. Translations can be set to it and " +"removed from it." +msgstr "" + +#: doc/classes/TranslationServer.xml:18 +msgid "Adds a [Translation] resource." +msgstr "" + +#: doc/classes/TranslationServer.xml:24 +msgid "Clears the server from all translations." +msgstr "" + +#: doc/classes/TranslationServer.xml:30 +msgid "Returns an array of all loaded locales of the project." +msgstr "" + +#: doc/classes/TranslationServer.xml:36 +msgid "" +"Returns the current locale of the project.\n" +"See also [method OS.get_locale] and [method OS.get_locale_language] to query " +"the locale of the user system." +msgstr "" + +#: doc/classes/TranslationServer.xml:44 +msgid "" +"Returns a locale's language and its variant (e.g. [code]\"en_US\"[/code] " +"would return [code]\"English (United States)\"[/code])." +msgstr "" + +#: doc/classes/TranslationServer.xml:51 +msgid "Removes the given translation from the server." +msgstr "" + +#: doc/classes/TranslationServer.xml:58 +msgid "" +"Sets the locale of the project. The [code]locale[/code] string will be " +"standardized to match known locales (e.g. [code]en-US[/code] would be " +"matched to [code]en_US[/code]).\n" +"If translations have been loaded beforehand for the new locale, they will be " +"applied." +msgstr "" + +#: doc/classes/TranslationServer.xml:66 +msgid "Returns the current locale's translation for the given message (key)." +msgstr "" + +#: doc/classes/Tree.xml:4 +msgid "Control to show a tree of items." +msgstr "" + +#: doc/classes/Tree.xml:7 +msgid "" +"This shows a tree of items that can be selected, expanded and collapsed. The " +"tree can have multiple columns with custom controls like text editing, " +"buttons and popups. It can be useful for structured displays and " +"interactions.\n" +"Trees are built via code, using [TreeItem] objects to create the structure. " +"They have a single root but multiple roots can be simulated if a dummy " +"hidden root is added.\n" +"[codeblock]\n" +"func _ready():\n" +" var tree = Tree.new()\n" +" var root = tree.create_item()\n" +" tree.set_hide_root(true)\n" +" var child1 = tree.create_item(root)\n" +" var child2 = tree.create_item(root)\n" +" var subchild1 = tree.create_item(child1)\n" +" subchild1.set_text(0, \"Subchild1\")\n" +"[/codeblock]\n" +"To iterate over all the [TreeItem] objects in a [Tree] object, use [method " +"TreeItem.get_next] and [method TreeItem.get_children] after getting the root " +"through [method get_root]. You can use [method Object.free] on a [TreeItem] " +"to remove it from the [Tree]." +msgstr "" + +#: doc/classes/Tree.xml:27 +msgid "Returns [code]true[/code] if the column titles are being shown." +msgstr "" + +#: doc/classes/Tree.xml:33 +msgid "Clears the tree. This removes all items." +msgstr "" + +#: doc/classes/Tree.xml:41 +msgid "" +"Creates an item in the tree and adds it as a child of [code]parent[/code].\n" +"If [code]parent[/code] is [code]null[/code], the root item will be the " +"parent, or the new item will be the root itself if the tree is empty.\n" +"The new item will be the [code]idx[/code]th child of parent, or it will be " +"the last child if there are not enough siblings." +msgstr "" + +#: doc/classes/Tree.xml:49 +msgid "" +"Edits the selected tree item as if it was clicked. The item must be set " +"editable with [method TreeItem.set_editable]. Returns [code]true[/code] if " +"the item could be edited. Fails if no item is selected." +msgstr "" + +#: doc/classes/Tree.xml:55 +msgid "" +"Makes the currently focused cell visible.\n" +"This will scroll the tree if necessary. In [constant SELECT_ROW] mode, this " +"will not do horizontal scrolling, as all the cells in the selected row is " +"focused logically.\n" +"[b]Note:[/b] Despite the name of this method, the focus cursor itself is " +"only visible in [constant SELECT_MULTI] mode." +msgstr "" + +#: doc/classes/Tree.xml:64 +msgid "" +"Returns the column index at [code]position[/code], or -1 if no item is there." +msgstr "" + +#: doc/classes/Tree.xml:71 +msgid "Returns the column's title." +msgstr "" + +#: doc/classes/Tree.xml:78 +msgid "Returns the column's width in pixels." +msgstr "" + +#: doc/classes/Tree.xml:84 +msgid "" +"Returns the rectangle for custom popups. Helper to create custom cell " +"controls that display a popup. See [method TreeItem.set_cell_mode]." +msgstr "" + +#: doc/classes/Tree.xml:91 +msgid "" +"Returns the drop section at [code]position[/code], or -100 if no item is " +"there.\n" +"Values -1, 0, or 1 will be returned for the \"above item\", \"on item\", and " +"\"below item\" drop sections, respectively. See [enum DropModeFlags] for a " +"description of each drop section.\n" +"To get the item which the returned drop section is relative to, use [method " +"get_item_at_position]." +msgstr "" + +#: doc/classes/Tree.xml:99 +msgid "" +"Returns the currently edited item. Can be used with [signal item_edited] to " +"get the item that was modified.\n" +"[codeblock]\n" +"func _ready():\n" +" $Tree.item_edited.connect(on_Tree_item_edited)\n" +"\n" +"func on_Tree_item_edited():\n" +" print($Tree.get_edited()) # This item just got edited (e.g. checked).\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Tree.xml:112 +msgid "Returns the column for the currently edited item." +msgstr "" + +#: doc/classes/Tree.xml:120 +msgid "" +"Returns the rectangle area for the specified item. If [code]column[/code] is " +"specified, only get the position and size of that column, otherwise get the " +"rectangle containing all columns." +msgstr "" + +#: doc/classes/Tree.xml:127 +msgid "" +"Returns the tree item at the specified position (relative to the tree origin " +"position)." +msgstr "" + +#: doc/classes/Tree.xml:134 +msgid "" +"Returns the next selected item after the given one, or [code]null[/code] if " +"the end is reached.\n" +"If [code]from[/code] is [code]null[/code], this returns the first selected " +"item." +msgstr "" + +#: doc/classes/Tree.xml:141 +msgid "Returns the last pressed button's index." +msgstr "" + +#: doc/classes/Tree.xml:147 +msgid "" +"Returns the tree's root item, or [code]null[/code] if the tree is empty." +msgstr "" + +#: doc/classes/Tree.xml:153 +msgid "Returns the current scrolling position." +msgstr "" + +#: doc/classes/Tree.xml:159 +msgid "" +"Returns the currently focused item, or [code]null[/code] if no item is " +"focused.\n" +"In [constant SELECT_ROW] and [constant SELECT_SINGLE] modes, the focused " +"item is same as the selected item. In [constant SELECT_MULTI] mode, the " +"focused item is the item under the focus cursor, not necessarily selected.\n" +"To get the currently selected item(s), use [method get_next_selected]." +msgstr "" + +#: doc/classes/Tree.xml:167 +msgid "" +"Returns the currently focused column, or -1 if no column is focused.\n" +"In [constant SELECT_SINGLE] mode, the focused column is the selected column. " +"In [constant SELECT_ROW] mode, the focused column is always 0 if any item is " +"selected. In [constant SELECT_MULTI] mode, the focused column is the column " +"under the focus cursor, and there are not necessarily any column selected.\n" +"To tell whether a column of an item is selected, use [method TreeItem." +"is_selected]." +msgstr "" + +#: doc/classes/Tree.xml:176 +msgid "Causes the [Tree] to jump to the specified item." +msgstr "" + +#: doc/classes/Tree.xml:184 +msgid "" +"If [code]true[/code], the column will have the \"Expand\" flag of [Control]. " +"Columns that have the \"Expand\" flag will use their \"min_width\" in a " +"similar fashion to [member Control.size_flags_stretch_ratio]." +msgstr "" + +#: doc/classes/Tree.xml:192 +msgid "" +"Sets the minimum width of a column. Columns that have the \"Expand\" flag " +"will use their \"min_width\" in a similar fashion to [member Control." +"size_flags_stretch_ratio]." +msgstr "" + +#: doc/classes/Tree.xml:200 +msgid "Sets the title of a column." +msgstr "" + +#: doc/classes/Tree.xml:207 +msgid "If [code]true[/code], column titles are visible." +msgstr "" + +#: doc/classes/Tree.xml:213 +msgid "" +"If [code]true[/code], the currently selected cell may be selected again." +msgstr "" + +#: doc/classes/Tree.xml:216 +msgid "If [code]true[/code], a right mouse button click can select items." +msgstr "" + +#: doc/classes/Tree.xml:219 +msgid "The number of columns." +msgstr "" + +#: doc/classes/Tree.xml:222 +msgid "" +"The drop mode as an OR combination of flags. See [enum DropModeFlags] " +"constants. Once dropping is done, reverts to [constant DROP_MODE_DISABLED]. " +"Setting this during [method Control.can_drop_data] is recommended.\n" +"This controls the drop sections, i.e. the decision and drawing of possible " +"drop locations based on the mouse position." +msgstr "" + +#: doc/classes/Tree.xml:227 +msgid "If [code]true[/code], the folding arrow is hidden." +msgstr "" + +#: doc/classes/Tree.xml:230 +msgid "If [code]true[/code], the tree's root is hidden." +msgstr "" + +#: doc/classes/Tree.xml:234 +msgid "" +"Allows single or multiple selection. See the [enum SelectMode] constants." +msgstr "" + +#: doc/classes/Tree.xml:243 +msgid "" +"Emitted when a button on the tree was pressed (see [method TreeItem." +"add_button])." +msgstr "" + +#: doc/classes/Tree.xml:248 +msgid "Emitted when a cell is selected." +msgstr "" + +#: doc/classes/Tree.xml:254 +msgid "Emitted when a column's title is pressed." +msgstr "" + +#: doc/classes/Tree.xml:260 +msgid "" +"Emitted when a cell with the [constant TreeItem.CELL_MODE_CUSTOM] is clicked " +"to be edited." +msgstr "" + +#: doc/classes/Tree.xml:266 +msgid "" +"Emitted when the right mouse button is pressed in the empty space of the " +"tree." +msgstr "" + +#: doc/classes/Tree.xml:272 +msgid "" +"Emitted when the right mouse button is pressed if right mouse button " +"selection is active and the tree is empty." +msgstr "" + +#: doc/classes/Tree.xml:277 +msgid "Emitted when an item's label is double-clicked." +msgstr "" + +#: doc/classes/Tree.xml:283 +msgid "Emitted when an item is collapsed by a click on the folding arrow." +msgstr "" + +#: doc/classes/Tree.xml:288 +msgid "" +"Emitted when a custom button is pressed (i.e. in a [constant TreeItem." +"CELL_MODE_CUSTOM] mode cell)." +msgstr "" + +#: doc/classes/Tree.xml:293 +msgid "Emitted when an item's icon is double-clicked." +msgstr "" + +#: doc/classes/Tree.xml:298 +msgid "Emitted when an item is edited." +msgstr "" + +#: doc/classes/Tree.xml:303 +msgid "Emitted when an item is edited using the right mouse button." +msgstr "" + +#: doc/classes/Tree.xml:309 +msgid "Emitted when an item is selected with the right mouse button." +msgstr "" + +#: doc/classes/Tree.xml:314 +msgid "Emitted when an item is selected." +msgstr "" + +#: doc/classes/Tree.xml:322 +msgid "" +"Emitted instead of [code]item_selected[/code] if [code]select_mode[/code] is " +"[constant SELECT_MULTI]." +msgstr "" + +#: doc/classes/Tree.xml:327 +msgid "Emitted when a left mouse button click does not select any item." +msgstr "" + +#: doc/classes/Tree.xml:333 +msgid "" +"Allows selection of a single cell at a time. From the perspective of items, " +"only a single item is allowed to be selected. And there is only one column " +"selected in the selected item.\n" +"The focus cursor is always hidden in this mode, but it is positioned at the " +"current selection, making the currently selected item the currently focused " +"item." +msgstr "" + +#: doc/classes/Tree.xml:337 +msgid "" +"Allows selection of a single row at a time. From the perspective of items, " +"only a single items is allowed to be selected. And all the columns are " +"selected in the selected item.\n" +"The focus cursor is always hidden in this mode, but it is positioned at the " +"first column of the current selection, making the currently selected item " +"the currently focused item." +msgstr "" + +#: doc/classes/Tree.xml:341 +msgid "" +"Allows selection of multiple cells at the same time. From the perspective of " +"items, multiple items are allowed to be selected. And there can be multiple " +"columns selected in each selected item.\n" +"The focus cursor is visible in this mode, the item or column under the " +"cursor is not necessarily selected." +msgstr "" + +#: doc/classes/Tree.xml:345 +msgid "" +"Disables all drop sections, but still allows to detect the \"on item\" drop " +"section by [method get_drop_section_at_position].\n" +"[b]Note:[/b] This is the default flag, it has no effect when combined with " +"other flags." +msgstr "" + +#: doc/classes/Tree.xml:349 +msgid "" +"Enables the \"on item\" drop section. This drop section covers the entire " +"item.\n" +"When combined with [constant DROP_MODE_INBETWEEN], this drop section halves " +"the height and stays centered vertically." +msgstr "" + +#: doc/classes/Tree.xml:353 +msgid "" +"Enables \"above item\" and \"below item\" drop sections. The \"above item\" " +"drop section covers the top half of the item, and the \"below item\" drop " +"section covers the bottom half.\n" +"When combined with [constant DROP_MODE_ON_ITEM], these drop sections halves " +"the height and stays on top / bottom accordingly." +msgstr "" + +#: doc/classes/Tree.xml:359 +msgid "The arrow icon used when a foldable item is not collapsed." +msgstr "" + +#: doc/classes/Tree.xml:362 +msgid "The arrow icon used when a foldable item is collapsed." +msgstr "" + +#: doc/classes/Tree.xml:365 +msgid "" +"Default [StyleBox] for the [Tree], i.e. used when the control is not being " +"focused." +msgstr "" + +#: doc/classes/Tree.xml:368 +msgid "[StyleBox] used when the [Tree] is being focused." +msgstr "" + +#: doc/classes/Tree.xml:371 +msgid "The horizontal space between each button in a cell." +msgstr "" + +#: doc/classes/Tree.xml:374 +msgid "[StyleBox] used when a button in the tree is pressed." +msgstr "" + +#: doc/classes/Tree.xml:377 +msgid "" +"The check icon to display when the [constant TreeItem.CELL_MODE_CHECK] mode " +"cell is checked." +msgstr "" + +#: doc/classes/Tree.xml:380 +msgid "[StyleBox] used for the cursor, when the [Tree] is being focused." +msgstr "" + +#: doc/classes/Tree.xml:383 +msgid "[StyleBox] used for the cursor, when the [Tree] is not being focused." +msgstr "" + +#: doc/classes/Tree.xml:386 +msgid "" +"Default [StyleBox] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell." +msgstr "" + +#: doc/classes/Tree.xml:389 +msgid "" +"Text [Color] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's " +"hovered." +msgstr "" + +#: doc/classes/Tree.xml:392 +msgid "" +"[StyleBox] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's " +"hovered." +msgstr "" + +#: doc/classes/Tree.xml:395 +msgid "" +"[StyleBox] for a [constant TreeItem.CELL_MODE_CUSTOM] mode cell when it's " +"pressed." +msgstr "" + +#: doc/classes/Tree.xml:398 +msgid "" +"Draws the guidelines if not zero, this acts as a boolean. The guideline is a " +"horizontal line drawn at the bottom of each item." +msgstr "" + +#: doc/classes/Tree.xml:401 +msgid "" +"Draws the relationship lines if not zero, this acts as a boolean. " +"Relationship lines are drawn at the start of child items to show hierarchy." +msgstr "" + +#: doc/classes/Tree.xml:404 +msgid "" +"[Color] used to draw possible drop locations. See [enum DropModeFlags] " +"constants for further description of drop locations." +msgstr "" + +#: doc/classes/Tree.xml:416 +msgid "[Color] of the guideline." +msgstr "" + +#: doc/classes/Tree.xml:419 +msgid "" +"The horizontal space between item cells. This is also used as the margin at " +"the start of an item when folding is disabled." +msgstr "" + +#: doc/classes/Tree.xml:422 +msgid "" +"The horizontal margin at the start of an item. This is used when folding is " +"enabled for the item." +msgstr "" + +#: doc/classes/Tree.xml:425 +msgid "[Color] of the relationship lines." +msgstr "" + +#: doc/classes/Tree.xml:428 +msgid "" +"The maximum distance between the mouse cursor and the control's border to " +"trigger border scrolling when dragging." +msgstr "" + +#: doc/classes/Tree.xml:431 +msgid "The speed of border scrolling." +msgstr "" + +#: doc/classes/Tree.xml:434 +msgid "" +"The arrow icon to display for the [constant TreeItem.CELL_MODE_RANGE] mode " +"cell." +msgstr "" + +#: doc/classes/Tree.xml:437 +msgid "" +"[StyleBox] for the selected items, used when the [Tree] is not being focused." +msgstr "" + +#: doc/classes/Tree.xml:440 +msgid "" +"[StyleBox] for the selected items, used when the [Tree] is being focused." +msgstr "" + +#: doc/classes/Tree.xml:443 +msgid "Default text [Color] of the title button." +msgstr "" + +#: doc/classes/Tree.xml:446 +msgid "[Font] of the title button's text." +msgstr "" + +#: doc/classes/Tree.xml:449 +msgid "[StyleBox] used when the title button is being hovered." +msgstr "" + +#: doc/classes/Tree.xml:452 +msgid "Default [StyleBox] for the title button." +msgstr "" + +#: doc/classes/Tree.xml:455 +msgid "[StyleBox] used when the title button is being pressed." +msgstr "" + +#: doc/classes/Tree.xml:458 +msgid "" +"The check icon to display when the [constant TreeItem.CELL_MODE_CHECK] mode " +"cell is unchecked." +msgstr "" + +#: doc/classes/Tree.xml:461 +msgid "" +"The updown arrow icon to display for the [constant TreeItem.CELL_MODE_RANGE] " +"mode cell." +msgstr "" + +#: doc/classes/Tree.xml:464 +msgid "" +"The vertical padding inside each item, i.e. the distance between the item's " +"content and top/bottom border." +msgstr "" + +#: doc/classes/TreeItem.xml:4 +msgid "Control for a single item inside a [Tree]." +msgstr "" + +#: doc/classes/TreeItem.xml:7 +msgid "" +"Control for a single item inside a [Tree]. May have child [TreeItem]s and be " +"styled as well as contain buttons.\n" +"You can remove a [TreeItem] by using [method Object.free]." +msgstr "" + +#: doc/classes/TreeItem.xml:21 +msgid "" +"Adds a button with [Texture] [code]button[/code] at column [code]column[/" +"code]. The [code]button_idx[/code] index is used to identify the button when " +"calling other methods. If not specified, the next available index is used, " +"which may be retrieved by calling [method get_button_count] immediately " +"after this method. Optionally, the button can be [code]disabled[/code] and " +"have a [code]tooltip[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:28 +msgid "" +"Calls the [code]method[/code] on the actual TreeItem and its children " +"recursively. Pass parameters as a comma separated list." +msgstr "" + +#: doc/classes/TreeItem.xml:35 +msgid "Resets the background color for the given column to default." +msgstr "" + +#: doc/classes/TreeItem.xml:42 +msgid "Resets the color for the given column to default." +msgstr "" + +#: doc/classes/TreeItem.xml:49 +msgid "Deselects the given column." +msgstr "" + +#: doc/classes/TreeItem.xml:57 +msgid "" +"Removes the button at index [code]button_idx[/code] in column [code]column[/" +"code]." +msgstr "" + +#: doc/classes/TreeItem.xml:65 +msgid "" +"Returns the [Texture] of the button at index [code]button_idx[/code] in " +"column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:72 +msgid "" +"Returns the number of buttons in column [code]column[/code]. May be used to " +"get the most recently added button's index, if no index was specified." +msgstr "" + +#: doc/classes/TreeItem.xml:80 +msgid "" +"Returns the tooltip string for the button at index [code]button_idx[/code] " +"in column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:87 +msgid "Returns the column's cell mode." +msgstr "" + +#: doc/classes/TreeItem.xml:93 +msgid "" +"Returns the TreeItem's first child item or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:100 +msgid "Returns the custom background color of column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:107 +msgid "Returns the custom color of column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:114 +msgid "Returns [code]true[/code] if [code]expand_right[/code] is set." +msgstr "" + +#: doc/classes/TreeItem.xml:121 +msgid "Returns the given column's icon [Texture]. Error if no icon is set." +msgstr "" + +#: doc/classes/TreeItem.xml:128 +msgid "Returns the column's icon's maximum width." +msgstr "" + +#: doc/classes/TreeItem.xml:135 +msgid "Returns the [Color] modulating the column's icon." +msgstr "" + +#: doc/classes/TreeItem.xml:142 +msgid "Returns the icon [Texture] region as [Rect2]." +msgstr "" + +#: doc/classes/TreeItem.xml:149 +msgid "" +"Returns the metadata value that was set for the given column using [method " +"set_metadata]." +msgstr "" + +#: doc/classes/TreeItem.xml:155 +msgid "" +"Returns the next TreeItem in the tree or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:162 +msgid "" +"Returns the next visible TreeItem in the tree or a null object if there is " +"none.\n" +"If [code]wrap[/code] is enabled, the method will wrap around to the first " +"visible element in the tree when called on the last visible element, " +"otherwise it returns [code]null[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:169 +msgid "Returns the parent TreeItem or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:175 +msgid "" +"Returns the previous TreeItem in the tree or a null object if there is none." +msgstr "" + +#: doc/classes/TreeItem.xml:182 +msgid "" +"Returns the previous visible TreeItem in the tree or a null object if there " +"is none.\n" +"If [code]wrap[/code] is enabled, the method will wrap around to the last " +"visible element in the tree when called on the first visible element, " +"otherwise it returns [code]null[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:190 +msgid "Returns the value of a [constant CELL_MODE_RANGE] column." +msgstr "" + +#: doc/classes/TreeItem.xml:197 +msgid "" +"Returns a dictionary containing the range parameters for a given column. The " +"keys are \"min\", \"max\", \"step\", and \"expr\"." +msgstr "" + +#: doc/classes/TreeItem.xml:204 +msgid "Gets the suffix string shown after the column value." +msgstr "" + +#: doc/classes/TreeItem.xml:211 +msgid "Returns the given column's text." +msgstr "" + +#: doc/classes/TreeItem.xml:218 +msgid "Returns the given column's text alignment." +msgstr "" + +#: doc/classes/TreeItem.xml:225 +msgid "Returns the given column's tooltip." +msgstr "" + +#: doc/classes/TreeItem.xml:233 +msgid "" +"Returns [code]true[/code] if the button at index [code]button_idx[/code] for " +"the given column is disabled." +msgstr "" + +#: doc/classes/TreeItem.xml:240 +msgid "Returns [code]true[/code] if the given column is checked." +msgstr "" + +#: doc/classes/TreeItem.xml:253 +msgid "Returns [code]true[/code] if column [code]column[/code] is editable." +msgstr "" + +#: doc/classes/TreeItem.xml:260 +msgid "Returns [code]true[/code] if column [code]column[/code] is selectable." +msgstr "" + +#: doc/classes/TreeItem.xml:267 +msgid "Returns [code]true[/code] if column [code]column[/code] is selected." +msgstr "" + +#: doc/classes/TreeItem.xml:273 +msgid "Moves this TreeItem to the bottom in the [Tree] hierarchy." +msgstr "" + +#: doc/classes/TreeItem.xml:279 +msgid "Moves this TreeItem to the top in the [Tree] hierarchy." +msgstr "" + +#: doc/classes/TreeItem.xml:286 +msgid "" +"Removes the given child [TreeItem] and all its children from the [Tree]. " +"Note that it doesn't free the item from memory, so it can be reused later. " +"To completely remove a [TreeItem] use [method Object.free]." +msgstr "" + +#: doc/classes/TreeItem.xml:293 +msgid "Selects the column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:302 +msgid "" +"Sets the given column's button [Texture] at index [code]button_idx[/code] to " +"[code]button[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:311 +msgid "" +"If [code]true[/code], disables the button at index [code]button_idx[/code] " +"in column [code]column[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:319 +msgid "" +"Sets the given column's cell mode to [code]mode[/code]. See [enum " +"TreeCellMode] constants." +msgstr "" + +#: doc/classes/TreeItem.xml:327 +msgid "If [code]true[/code], the column [code]column[/code] is checked." +msgstr "" + +#: doc/classes/TreeItem.xml:343 +msgid "" +"Sets the given column's custom background color and whether to just use it " +"as an outline." +msgstr "" + +#: doc/classes/TreeItem.xml:351 +msgid "Sets the given column's custom color." +msgstr "" + +#: doc/classes/TreeItem.xml:360 +msgid "" +"Sets the given column's custom draw callback to [code]callback[/code] method " +"on [code]object[/code].\n" +"The [code]callback[/code] should accept two arguments: the [TreeItem] that " +"is drawn and its position and size as a [Rect2]." +msgstr "" + +#: doc/classes/TreeItem.xml:369 +msgid "If [code]true[/code], column [code]column[/code] is editable." +msgstr "" + +#: doc/classes/TreeItem.xml:377 +msgid "" +"If [code]true[/code], column [code]column[/code] is expanded to the right." +msgstr "" + +#: doc/classes/TreeItem.xml:385 +msgid "Sets the given column's icon [Texture]." +msgstr "" + +#: doc/classes/TreeItem.xml:393 +msgid "Sets the given column's icon's maximum width." +msgstr "" + +#: doc/classes/TreeItem.xml:401 +msgid "Modulates the given column's icon with [code]modulate[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:409 +msgid "Sets the given column's icon's texture region." +msgstr "" + +#: doc/classes/TreeItem.xml:417 +msgid "" +"Sets the metadata value for the given column, which can be retrieved later " +"using [method get_metadata]. This can be used, for example, to store a " +"reference to the original data." +msgstr "" + +#: doc/classes/TreeItem.xml:425 +msgid "Sets the value of a [constant CELL_MODE_RANGE] column." +msgstr "" + +#: doc/classes/TreeItem.xml:436 +msgid "" +"Sets the range of accepted values for a column. The column must be in the " +"[constant CELL_MODE_RANGE] mode.\n" +"If [code]expr[/code] is [code]true[/code], the edit mode slider will use an " +"exponential scale as with [member Range.exp_edit]." +msgstr "" + +#: doc/classes/TreeItem.xml:445 +msgid "If [code]true[/code], the given column is selectable." +msgstr "" + +#: doc/classes/TreeItem.xml:453 +msgid "" +"Sets a string to be shown after a column's value (for example, a unit " +"abbreviation)." +msgstr "" + +#: doc/classes/TreeItem.xml:461 +msgid "Sets the given column's text value." +msgstr "" + +#: doc/classes/TreeItem.xml:469 +msgid "" +"Sets the given column's text alignment. See [enum TextAlign] for possible " +"values." +msgstr "" + +#: doc/classes/TreeItem.xml:477 +msgid "Sets the given column's tooltip text." +msgstr "" + +#: doc/classes/TreeItem.xml:483 +msgid "If [code]true[/code], the TreeItem is collapsed." +msgstr "" + +#: doc/classes/TreeItem.xml:486 +msgid "The custom minimum height." +msgstr "" + +#: doc/classes/TreeItem.xml:489 +msgid "If [code]true[/code], folding is disabled for this TreeItem." +msgstr "" + +#: doc/classes/TreeItem.xml:494 +msgid "Cell contains a string." +msgstr "" + +#: doc/classes/TreeItem.xml:497 +msgid "Cell contains a checkbox." +msgstr "" + +#: doc/classes/TreeItem.xml:500 +msgid "Cell contains a range." +msgstr "" + +#: doc/classes/TreeItem.xml:503 +msgid "Cell contains an icon." +msgstr "" + +#: doc/classes/TreeItem.xml:508 +msgid "Align text to the left. See [code]set_text_align()[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:511 +msgid "Center text. See [code]set_text_align()[/code]." +msgstr "" + +#: doc/classes/TreeItem.xml:514 +msgid "Align text to the right. See [code]set_text_align()[/code]." +msgstr "" + +#: doc/classes/TriangleMesh.xml:4 +msgid "Internal mesh type." +msgstr "" + +#: doc/classes/TriangleMesh.xml:7 +msgid "Mesh type used internally for collision calculations." +msgstr "" + +#: doc/classes/Tween.xml:4 +msgid "Smoothly animates a node's properties over time." +msgstr "" + +#: doc/classes/Tween.xml:7 +msgid "" +"Tweens are useful for animations requiring a numerical property to be " +"interpolated over a range of values. The name [i]tween[/i] comes from [i]in-" +"betweening[/i], an animation technique where you specify [i]keyframes[/i] " +"and the computer interpolates the frames that appear between them.\n" +"[Tween] is more suited than [AnimationPlayer] for animations where you don't " +"know the final values in advance. For example, interpolating a dynamically-" +"chosen camera zoom value is best done with a [Tween] node; it would be " +"difficult to do the same thing with an [AnimationPlayer] node.\n" +"Here is a brief usage example that makes a 2D node move smoothly between two " +"positions:\n" +"[codeblock]\n" +"var tween = get_node(\"Tween\")\n" +"tween.interpolate_property($Node2D, \"position\",\n" +" Vector2(0, 0), Vector2(100, 100), 1,\n" +" Tween.TRANS_LINEAR, Tween.EASE_IN_OUT)\n" +"tween.start()\n" +"[/codeblock]\n" +"Many methods require a property name, such as [code]\"position\"[/code] " +"above. You can find the correct property name by hovering over the property " +"in the Inspector. You can also provide the components of a property directly " +"by using [code]\"property:component\"[/code] (e.g. [code]position:x[/code]), " +"where it would only apply to that particular component.\n" +"Many of the methods accept [code]trans_type[/code] and [code]ease_type[/" +"code]. The first accepts an [enum TransitionType] constant, and refers to " +"the way the timing of the animation is handled (see [url=https://easings." +"net/]easings.net[/url] for some examples). The second accepts an [enum " +"EaseType] constant, and controls where the [code]trans_type[/code] is " +"applied to the interpolation (in the beginning, the end, or both). If you " +"don't know which transition and easing to pick, you can try different [enum " +"TransitionType] constants with [constant EASE_IN_OUT], and use the one that " +"looks best.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"tween_cheatsheet.png]Tween easing and transition types cheatsheet[/url]" +msgstr "" + +#: doc/classes/Tween.xml:36 +msgid "" +"Follows [code]method[/code] of [code]object[/code] and applies the returned " +"value on [code]target_method[/code] of [code]target[/code], beginning from " +"[code]initial_val[/code] for [code]duration[/code] seconds, [code]delay[/" +"code] later. Methods are called with consecutive values.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:52 +msgid "" +"Follows [code]property[/code] of [code]object[/code] and applies it on " +"[code]target_property[/code] of [code]target[/code], beginning from " +"[code]initial_val[/code] for [code]duration[/code] seconds, [code]delay[/" +"code] seconds later.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:59 +msgid "" +"Returns the total time needed for all tweens to end. If you have two tweens, " +"one lasting 10 seconds and the other 20 seconds, it would return 20 seconds, " +"as by that time all tweens would have finished." +msgstr "" + +#: doc/classes/Tween.xml:73 +msgid "" +"Calls [code]callback[/code] of [code]object[/code] after [code]duration[/" +"code]. [code]arg1[/code]-[code]arg5[/code] are arguments to be passed to the " +"callback." +msgstr "" + +#: doc/classes/Tween.xml:87 +msgid "" +"Calls [code]callback[/code] of [code]object[/code] after [code]duration[/" +"code] on the main thread (similar to [method Object.call_deferred]). " +"[code]arg1[/code]-[code]arg5[/code] are arguments to be passed to the " +"callback." +msgstr "" + +#: doc/classes/Tween.xml:101 +msgid "" +"Animates [code]method[/code] of [code]object[/code] from [code]initial_val[/" +"code] to [code]final_val[/code] for [code]duration[/code] seconds, " +"[code]delay[/code] seconds later. Methods are called with consecutive " +"values.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:116 +msgid "" +"Animates [code]property[/code] of [code]object[/code] from " +"[code]initial_val[/code] to [code]final_val[/code] for [code]duration[/code] " +"seconds, [code]delay[/code] seconds later. Setting the initial value to " +"[code]null[/code] uses the current value of the property.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:123 +msgid "" +"Returns [code]true[/code] if any tweens are currently running.\n" +"[b]Note:[/b] This method doesn't consider tweens that have ended." +msgstr "" + +#: doc/classes/Tween.xml:132 +msgid "" +"Stops animation and removes a tween, given its object and property/method " +"pair. By default, all tweens are removed, unless [code]key[/code] is " +"specified." +msgstr "" + +#: doc/classes/Tween.xml:138 +msgid "Stops animation and removes all tweens." +msgstr "" + +#: doc/classes/Tween.xml:146 +msgid "" +"Resets a tween to its initial value (the one given, not the one before the " +"tween), given its object and property/method pair. By default, all tweens " +"are removed, unless [code]key[/code] is specified." +msgstr "" + +#: doc/classes/Tween.xml:152 +msgid "" +"Resets all tweens to their initial values (the ones given, not those before " +"the tween)." +msgstr "" + +#: doc/classes/Tween.xml:160 +msgid "" +"Continues animating a stopped tween, given its object and property/method " +"pair. By default, all tweens are resumed, unless [code]key[/code] is " +"specified." +msgstr "" + +#: doc/classes/Tween.xml:166 +msgid "Continues animating all stopped tweens." +msgstr "" + +#: doc/classes/Tween.xml:173 +msgid "Sets the interpolation to the given [code]time[/code] in seconds." +msgstr "" + +#: doc/classes/Tween.xml:180 +msgid "" +"Activates/deactivates the tween. See also [method stop_all] and [method " +"resume_all]." +msgstr "" + +#: doc/classes/Tween.xml:186 +msgid "Starts the tween. You can define animations both before and after this." +msgstr "" + +#: doc/classes/Tween.xml:194 +msgid "" +"Stops a tween, given its object and property/method pair. By default, all " +"tweens are stopped, unless [code]key[/code] is specified." +msgstr "" + +#: doc/classes/Tween.xml:200 +msgid "Stops animating all tweens." +msgstr "" + +#: doc/classes/Tween.xml:215 +msgid "" +"Animates [code]method[/code] of [code]object[/code] from the value returned " +"by [code]initial_method[/code] to [code]final_val[/code] for [code]duration[/" +"code] seconds, [code]delay[/code] seconds later. Methods are animated by " +"calling them with consecutive values.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:231 +msgid "" +"Animates [code]property[/code] of [code]object[/code] from the current value " +"of the [code]initial_val[/code] property of [code]initial[/code] to " +"[code]final_val[/code] for [code]duration[/code] seconds, [code]delay[/code] " +"seconds later.\n" +"Use [enum TransitionType] for [code]trans_type[/code] and [enum EaseType] " +"for [code]ease_type[/code] parameters. These values control the timing and " +"direction of the interpolation. See the class description for more " +"information." +msgstr "" + +#: doc/classes/Tween.xml:238 +msgid "Returns the current time of the tween." +msgstr "" + +#: doc/classes/Tween.xml:244 +msgid "The tween's animation process thread. See [enum TweenProcessMode]." +msgstr "" + +#: doc/classes/Tween.xml:247 +msgid "" +"The tween's speed multiplier. For example, set it to [code]1.0[/code] for " +"normal speed, [code]2.0[/code] for two times normal speed, or [code]0.5[/" +"code] for half of the normal speed. A value of [code]0[/code] pauses the " +"animation, but see also [method set_active] or [method stop_all] for this." +msgstr "" + +#: doc/classes/Tween.xml:250 +msgid "If [code]true[/code], the tween loops." +msgstr "" + +#: doc/classes/Tween.xml:256 +msgid "Emitted when all processes in a tween end." +msgstr "" + +#: doc/classes/Tween.xml:263 +msgid "Emitted when a tween ends." +msgstr "" + +#: doc/classes/Tween.xml:270 +msgid "Emitted when a tween starts." +msgstr "" + +#: doc/classes/Tween.xml:279 +msgid "Emitted at each step of the animation." +msgstr "" + +#: doc/classes/Tween.xml:285 +msgid "The tween updates with the [code]_physics_process[/code] callback." +msgstr "" + +#: doc/classes/Tween.xml:288 +msgid "The tween updates with the [code]_process[/code] callback." +msgstr "" + +#: doc/classes/Tween.xml:291 +msgid "The animation is interpolated linearly." +msgstr "" + +#: doc/classes/Tween.xml:294 +msgid "The animation is interpolated using a sine function." +msgstr "" + +#: doc/classes/Tween.xml:297 +msgid "" +"The animation is interpolated with a quintic (to the power of 5) function." +msgstr "" + +#: doc/classes/Tween.xml:300 +msgid "" +"The animation is interpolated with a quartic (to the power of 4) function." +msgstr "" + +#: doc/classes/Tween.xml:303 +msgid "" +"The animation is interpolated with a quadratic (to the power of 2) function." +msgstr "" + +#: doc/classes/Tween.xml:306 +msgid "" +"The animation is interpolated with an exponential (to the power of x) " +"function." +msgstr "" + +#: doc/classes/Tween.xml:309 +msgid "" +"The animation is interpolated with elasticity, wiggling around the edges." +msgstr "" + +#: doc/classes/Tween.xml:312 +msgid "" +"The animation is interpolated with a cubic (to the power of 3) function." +msgstr "" + +#: doc/classes/Tween.xml:315 +msgid "The animation is interpolated with a function using square roots." +msgstr "" + +#: doc/classes/Tween.xml:318 +msgid "The animation is interpolated by bouncing at the end." +msgstr "" + +#: doc/classes/Tween.xml:321 +msgid "The animation is interpolated backing out at ends." +msgstr "" + +#: doc/classes/Tween.xml:324 +msgid "The interpolation starts slowly and speeds up towards the end." +msgstr "" + +#: doc/classes/Tween.xml:327 +msgid "The interpolation starts quickly and slows down towards the end." +msgstr "" + +#: doc/classes/Tween.xml:330 +msgid "" +"A combination of [constant EASE_IN] and [constant EASE_OUT]. The " +"interpolation is slowest at both ends." +msgstr "" + +#: doc/classes/Tween.xml:333 +msgid "" +"A combination of [constant EASE_IN] and [constant EASE_OUT]. The " +"interpolation is fastest at both ends." +msgstr "" + +#: doc/classes/UDPServer.xml:4 +msgid "Helper class to implement a UDP server." +msgstr "" + +#: doc/classes/UDPServer.xml:7 +msgid "" +"A simple server that opens a UDP socket and returns connected " +"[PacketPeerUDP] upon receiving new packets. See also [method PacketPeerUDP." +"connect_to_host].\n" +"After starting the server ([method listen]), you will need to [method poll] " +"it at regular intervals (e.g. inside [method Node._process]) for it to " +"process new packets, delivering them to the appropriate [PacketPeerUDP], and " +"taking new connections.\n" +"Below a small example of how it can be used:\n" +"[codeblock]\n" +"# server.gd\n" +"extends Node\n" +"\n" +"var server := UDPServer.new()\n" +"var peers = []\n" +"\n" +"func _ready():\n" +" server.listen(4242)\n" +"\n" +"func _process(delta):\n" +" server.poll() # Important!\n" +" if server.is_connection_available():\n" +" var peer : PacketPeerUDP = server.take_connection()\n" +" var pkt = peer.get_packet()\n" +" print(\"Accepted peer: %s:%s\" % [peer.get_packet_ip(), peer." +"get_packet_port()])\n" +" print(\"Received data: %s\" % [pkt.get_string_from_utf8()])\n" +" # Reply so it knows we received the message.\n" +" peer.put_packet(pkt)\n" +" # Keep a reference so we can keep contacting the remote peer.\n" +" peers.append(peer)\n" +"\n" +" for i in range(0, peers.size()):\n" +" pass # Do something with the connected peers.\n" +"\n" +"[/codeblock]\n" +"[codeblock]\n" +"# client.gd\n" +"extends Node\n" +"\n" +"var udp := PacketPeerUDP.new()\n" +"var connected = false\n" +"\n" +"func _ready():\n" +" udp.connect_to_host(\"127.0.0.1\", 4242)\n" +"\n" +"func _process(delta):\n" +" if !connected:\n" +" # Try to contact server\n" +" udp.put_packet(\"The answer is... 42!\".to_utf8())\n" +" if udp.get_available_packet_count() > 0:\n" +" print(\"Connected: %s\" % udp.get_packet().get_string_from_utf8())\n" +" connected = true\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/UDPServer.xml:61 +msgid "" +"Returns [code]true[/code] if a packet with a new address/port combination " +"was received on the socket." +msgstr "" + +#: doc/classes/UDPServer.xml:67 +msgid "" +"Returns [code]true[/code] if the socket is open and listening on a port." +msgstr "" + +#: doc/classes/UDPServer.xml:75 +msgid "" +"Starts the server by opening a UDP socket listening on the given port. You " +"can optionally specify a [code]bind_address[/code] to only listen for " +"packets sent to that address. See also [method PacketPeerUDP.listen]." +msgstr "" + +#: doc/classes/UDPServer.xml:81 +msgid "" +"Call this method at regular intervals (e.g. inside [method Node._process]) " +"to process new packets. And packet from known address/port pair will be " +"delivered to the appropriate [PacketPeerUDP], any packet received from an " +"unknown address/port pair will be added as a pending connection (see [method " +"is_connection_available], [method take_connection]). The maximum number of " +"pending connection is defined via [member max_pending_connections]." +msgstr "" + +#: doc/classes/UDPServer.xml:87 +msgid "" +"Stops the server, closing the UDP socket if open. Will close all connected " +"[PacketPeerUDP] accepted via [method take_connection] (remote peers will not " +"be notified)." +msgstr "" + +#: doc/classes/UDPServer.xml:93 +msgid "" +"Returns the first pending connection (connected to the appropriate address/" +"port). Will return [code]null[/code] if no new connection is available. See " +"also [method is_connection_available], [method PacketPeerUDP." +"connect_to_host]." +msgstr "" + +#: doc/classes/UDPServer.xml:99 +msgid "" +"Define the maximum number of pending connections, during [method poll], any " +"new pending connection exceeding that value will be automatically dropped. " +"Setting this value to [code]0[/code] effectively prevents any new pending " +"connection to be accepted (e.g. when all your players have connected)." +msgstr "" + +#: doc/classes/UndoRedo.xml:4 +msgid "Helper to manage undo/redo operations in the editor or custom tools." +msgstr "" + +#: doc/classes/UndoRedo.xml:7 +msgid "" +"Helper to manage undo/redo operations in the editor or custom tools. It " +"works by registering methods and property changes inside \"actions\".\n" +"Common behavior is to create an action, then add do/undo calls to functions " +"or property changes, then committing the action.\n" +"Here's an example on how to add an action to the Godot editor's own " +"[UndoRedo], from a plugin:\n" +"[codeblock]\n" +"var undo_redo = get_undo_redo() # Method of EditorPlugin.\n" +"\n" +"func do_something():\n" +" pass # Put your code here.\n" +"\n" +"func undo_something():\n" +" pass # Put here the code that reverts what's done by " +"\"do_something()\".\n" +"\n" +"func _on_MyButton_pressed():\n" +" var node = get_node(\"MyNode2D\")\n" +" undo_redo.create_action(\"Move the node\")\n" +" undo_redo.add_do_method(self, \"do_something\")\n" +" undo_redo.add_undo_method(self, \"undo_something\")\n" +" undo_redo.add_do_property(node, \"position\", Vector2(100,100))\n" +" undo_redo.add_undo_property(node, \"position\", node.position)\n" +" undo_redo.commit_action()\n" +"[/codeblock]\n" +"[method create_action], [method add_do_method], [method add_undo_method], " +"[method add_do_property], [method add_undo_property], and [method " +"commit_action] should be called one after the other, like in the example. " +"Not doing so could lead to crashes.\n" +"If you don't need to register a method, you can leave [method add_do_method] " +"and [method add_undo_method] out; the same goes for properties. You can also " +"register more than one method/property." +msgstr "" + +#: doc/classes/UndoRedo.xml:39 +msgid "Register a method that will be called when the action is committed." +msgstr "" + +#: doc/classes/UndoRedo.xml:48 +msgid "Register a property value change for \"do\"." +msgstr "" + +#: doc/classes/UndoRedo.xml:55 +msgid "" +"Register a reference for \"do\" that will be erased if the \"do\" history is " +"lost. This is useful mostly for new nodes created for the \"do\" call. Do " +"not use for resources." +msgstr "" + +#: doc/classes/UndoRedo.xml:63 +msgid "Register a method that will be called when the action is undone." +msgstr "" + +#: doc/classes/UndoRedo.xml:72 +msgid "Register a property value change for \"undo\"." +msgstr "" + +#: doc/classes/UndoRedo.xml:79 +msgid "" +"Register a reference for \"undo\" that will be erased if the \"undo\" " +"history is lost. This is useful mostly for nodes removed with the \"do\" " +"call (not the \"undo\" call!)." +msgstr "" + +#: doc/classes/UndoRedo.xml:86 +msgid "" +"Clear the undo/redo history and associated references.\n" +"Passing [code]false[/code] to [code]increase_version[/code] will prevent the " +"version number to be increased from this." +msgstr "" + +#: doc/classes/UndoRedo.xml:93 +msgid "" +"Commit the action. All \"do\" methods/properties are called/set when this " +"function is called." +msgstr "" + +#: doc/classes/UndoRedo.xml:101 +msgid "" +"Create a new action. After this is called, do all your calls to [method " +"add_do_method], [method add_undo_method], [method add_do_property], and " +"[method add_undo_property], then commit the action with [method " +"commit_action].\n" +"The way actions are merged is dictated by the [code]merge_mode[/code] " +"argument. See [enum MergeMode] for details." +msgstr "" + +#: doc/classes/UndoRedo.xml:108 +msgid "Gets the name of the current action." +msgstr "" + +#: doc/classes/UndoRedo.xml:114 +msgid "" +"Gets the version. Every time a new action is committed, the [UndoRedo]'s " +"version number is increased automatically.\n" +"This is useful mostly to check if something changed from a saved version." +msgstr "" + +#: doc/classes/UndoRedo.xml:133 +msgid "" +"Returns [code]true[/code] if the [UndoRedo] is currently committing the " +"action, i.e. running its \"do\" method or property change (see [method " +"commit_action])." +msgstr "" + +#: doc/classes/UndoRedo.xml:139 +msgid "Redo the last action." +msgstr "" + +#: doc/classes/UndoRedo.xml:145 +msgid "Undo the last action." +msgstr "" + +#: doc/classes/UndoRedo.xml:152 +msgid "Called when [method undo] or [method redo] was called." +msgstr "" + +#: doc/classes/UndoRedo.xml:158 +msgid "Makes \"do\"/\"undo\" operations stay in separate actions." +msgstr "" + +#: doc/classes/UndoRedo.xml:161 +msgid "" +"Makes so that the action's \"do\" operation is from the first action created " +"and the \"undo\" operation is from the last subsequent action with the same " +"name." +msgstr "" + +#: doc/classes/UndoRedo.xml:164 +msgid "Makes subsequent actions with the same name be merged into one." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:4 +msgid "UPNP network functions." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:7 +msgid "" +"Provides UPNP functionality to discover [UPNPDevice]s on the local network " +"and execute commands on them, like managing port mappings (port forwarding) " +"and querying the local and remote network IP address. Note that methods on " +"this class are synchronous and block the calling thread.\n" +"To forward a specific port:\n" +"[codeblock]\n" +"const PORT = 7777\n" +"var upnp = UPNP.new()\n" +"upnp.discover(2000, 2, \"InternetGatewayDevice\")\n" +"upnp.add_port_mapping(port)\n" +"[/codeblock]\n" +"To close a specific port (e.g. after you have finished using it):\n" +"[codeblock]\n" +"upnp.delete_port_mapping(port)\n" +"[/codeblock]\n" +"[b]Note:[/b] UPnP discovery blocks the current thread. To perform discovery " +"without blocking the main thread, use [Thread]s like this:\n" +"[codeblock]\n" +"# Emitted when UPnP port mapping setup is completed (regardless of success " +"or failure).\n" +"signal upnp_completed(error)\n" +"\n" +"# Replace this with your own server port number between 1025 and 65535.\n" +"const SERVER_PORT = 3928\n" +"var thread = null\n" +"\n" +"func _upnp_setup(server_port):\n" +" # UPNP queries take some time.\n" +" var upnp = UPNP.new()\n" +" var err = upnp.discover()\n" +"\n" +" if err != OK:\n" +" push_error(str(err))\n" +" emit_signal(\"upnp_completed\", err)\n" +" return\n" +"\n" +" if upnp.get_gateway() and upnp.get_gateway().is_valid_gateway():\n" +" upnp.add_port_mapping(server_port, server_port, ProjectSettings." +"get_setting(\"application/config/name\"), \"UDP\")\n" +" upnp.add_port_mapping(server_port, server_port, ProjectSettings." +"get_setting(\"application/config/name\"), \"TCP\")\n" +" emit_signal(\"upnp_completed\", OK)\n" +"\n" +"func _ready():\n" +" thread = Thread.new()\n" +" thread.start(self, \"_upnp_setup\", SERVER_PORT)\n" +"\n" +"func _exit_tree():\n" +" # Wait for thread finish here to handle game exit while the thread is " +"running.\n" +" thread.wait_to_finish()\n" +"[/codeblock]" +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:59 +msgid "Adds the given [UPNPDevice] to the list of discovered devices." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:70 +msgid "" +"Adds a mapping to forward the external [code]port[/code] (between 1 and " +"65535) on the default gateway (see [method get_gateway]) to the " +"[code]internal_port[/code] on the local machine for the given protocol " +"[code]proto[/code] (either [code]TCP[/code] or [code]UDP[/code], with UDP " +"being the default). If a port mapping for the given port and protocol " +"combination already exists on that gateway device, this method tries to " +"overwrite it. If that is not desired, you can retrieve the gateway manually " +"with [method get_gateway] and call [method add_port_mapping] on it, if any.\n" +"If [code]internal_port[/code] is [code]0[/code] (the default), the same port " +"number is used for both the external and the internal port (the [code]port[/" +"code] value).\n" +"The description ([code]desc[/code]) is shown in some router UIs and can be " +"used to point out which application added the mapping. The mapping's lease " +"duration can be limited by specifying a [code]duration[/code] (in seconds). " +"However, some routers are incompatible with one or both of these, so use " +"with caution and add fallback logic in case of errors to retry without them " +"if in doubt.\n" +"See [enum UPNPResult] for possible return values." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:79 +msgid "Clears the list of discovered devices." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:87 +msgid "" +"Deletes the port mapping for the given port and protocol combination on the " +"default gateway (see [method get_gateway]) if one exists. [code]port[/code] " +"must be a valid port between 1 and 65535, [code]proto[/code] can be either " +"[code]TCP[/code] or [code]UDP[/code]. See [enum UPNPResult] for possible " +"return values." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:96 +msgid "" +"Discovers local [UPNPDevice]s. Clears the list of previously discovered " +"devices.\n" +"Filters for IGD (InternetGatewayDevice) type devices by default, as those " +"manage port forwarding. [code]timeout[/code] is the time to wait for " +"responses in milliseconds. [code]ttl[/code] is the time-to-live; only touch " +"this if you know what you're doing.\n" +"See [enum UPNPResult] for possible return values." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:105 +msgid "Returns the [UPNPDevice] at the given [code]index[/code]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:111 +msgid "Returns the number of discovered [UPNPDevice]s." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:117 +msgid "" +"Returns the default gateway. That is the first discovered [UPNPDevice] that " +"is also a valid IGD (InternetGatewayDevice)." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:123 +msgid "" +"Returns the external [IP] address of the default gateway (see [method " +"get_gateway]) as string. Returns an empty string on error." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:130 +msgid "" +"Removes the device at [code]index[/code] from the list of discovered devices." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:138 +msgid "" +"Sets the device at [code]index[/code] from the list of discovered devices to " +"[code]device[/code]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:144 +msgid "If [code]true[/code], IPv6 is used for [UPNPDevice] discovery." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:147 +msgid "" +"If [code]0[/code], the local port to use for discovery is chosen " +"automatically by the system. If [code]1[/code], discovery will be done from " +"the source port 1900 (same as destination port). Otherwise, the value will " +"be used as the port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:150 +msgid "" +"Multicast interface to use for discovery. Uses the default multicast " +"interface if empty." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:155 +msgid "UPNP command or discovery was successful." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:158 +msgid "" +"Not authorized to use the command on the [UPNPDevice]. May be returned when " +"the user disabled UPNP on their router." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:161 +msgid "" +"No port mapping was found for the given port, protocol combination on the " +"given [UPNPDevice]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:164 +msgid "Inconsistent parameters." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:167 +msgid "" +"No such entry in array. May be returned if a given port, protocol " +"combination is not found on an [UPNPDevice]." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:170 +msgid "The action failed." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:173 +msgid "" +"The [UPNPDevice] does not allow wildcard values for the source IP address." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:176 +msgid "The [UPNPDevice] does not allow wildcard values for the external port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:179 +msgid "The [UPNPDevice] does not allow wildcard values for the internal port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:182 +msgid "The remote host value must be a wildcard." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:185 +msgid "The external port value must be a wildcard." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:188 +msgid "" +"No port maps are available. May also be returned if port mapping " +"functionality is not available." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:191 +msgid "" +"Conflict with other mechanism. May be returned instead of [constant " +"UPNP_RESULT_CONFLICT_WITH_OTHER_MAPPING] if a port mapping conflicts with an " +"existing one." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:194 +msgid "Conflict with an existing port mapping." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:197 +msgid "External and internal port values must be the same." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:200 +msgid "" +"Only permanent leases are supported. Do not use the [code]duration[/code] " +"parameter when adding port mappings." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:203 +msgid "Invalid gateway." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:206 +msgid "Invalid port." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:209 +msgid "Invalid protocol." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:212 +msgid "Invalid duration." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:215 +msgid "Invalid arguments." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:218 +msgid "Invalid response." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:221 +msgid "Invalid parameter." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:224 +#: modules/upnp/doc_classes/UPNPDevice.xml:69 +msgid "HTTP error." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:227 +msgid "Socket error." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:230 +msgid "Error allocating memory." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:233 +msgid "" +"No gateway available. You may need to call [method discover] first, or " +"discovery didn't detect any valid IGDs (InternetGatewayDevices)." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:236 +msgid "" +"No devices available. You may need to call [method discover] first, or " +"discovery didn't detect any valid [UPNPDevice]s." +msgstr "" + +#: modules/upnp/doc_classes/UPNP.xml:239 +#: modules/upnp/doc_classes/UPNPDevice.xml:93 +msgid "Unknown error." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:4 +msgid "UPNP device." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:7 +msgid "" +"UPNP device. See [UPNP] for UPNP discovery and utility functions. Provides " +"low-level access to UPNP control commands. Allows to manage port mappings " +"(port forwarding) and to query network information of the device (like local " +"and external IP address and status). Note that methods on this class are " +"synchronous and block the calling thread." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:20 +msgid "" +"Adds a port mapping to forward the given external port on this [UPNPDevice] " +"for the given protocol to the local machine. See [method UPNP." +"add_port_mapping]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:28 +msgid "" +"Deletes the port mapping identified by the given port and protocol " +"combination on this device. See [method UPNP.delete_port_mapping]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:34 +msgid "" +"Returns [code]true[/code] if this is a valid IGD (InternetGatewayDevice) " +"which potentially supports port forwarding." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:40 +msgid "" +"Returns the external IP address of this [UPNPDevice] or an empty string." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:46 +msgid "URL to the device description." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:49 +msgid "IDG control URL." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:52 +msgid "" +"Address of the local machine in the network connecting it to this " +"[UPNPDevice]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:55 +msgid "IGD service type." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:58 +msgid "IGD status. See [enum IGDStatus]." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:61 +msgid "Service type." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:66 +msgid "OK." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:72 +msgid "Empty HTTP response." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:75 +msgid "Returned response contained no URLs." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:78 +msgid "Not a valid IGD." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:81 +msgid "Disconnected." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:84 +msgid "Unknown device." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:87 +msgid "Invalid control." +msgstr "" + +#: modules/upnp/doc_classes/UPNPDevice.xml:90 +msgid "Memory allocation error." +msgstr "" + +#: doc/classes/Variant.xml:4 +msgid "The most important data type in Godot." +msgstr "" + +#: doc/classes/Variant.xml:7 +msgid "" +"In computer programming, a Variant class is a class that is designed to " +"store a variety of other types. Dynamic programming languages like PHP, Lua, " +"JavaScript and GDScript like to use them to store variables' data on the " +"backend. With these Variants, properties are able to change value types " +"freely.\n" +"[codeblock]\n" +"var foo = 2 # foo is dynamically an integer\n" +"foo = \"Now foo is a string!\"\n" +"foo = Reference.new() # foo is an Object\n" +"var bar: int = 2 # bar is a statically typed integer.\n" +"# bar = \"Uh oh! I can't make static variables become a different type!\"\n" +"[/codeblock]\n" +"Godot tracks all scripting API variables within Variants. Without even " +"realizing it, you use Variants all the time. When a particular language " +"enforces its own rules for keeping data typed, then that language is " +"applying its own custom logic over the base Variant scripting API.\n" +"- GDScript automatically wrap values in them. It keeps all data in plain " +"Variants by default and then optionally enforces custom static typing rules " +"on variable types.\n" +"- VisualScript tracks properties inside Variants as well, but it also uses " +"static typing. The GUI interface enforces that properties have a particular " +"type that doesn't change over time.\n" +"- C# is statically typed, but uses the Mono [code]object[/code] type in " +"place of Godot's Variant class when it needs to represent a dynamic value. " +"[code]object[/code] is the Mono runtime's equivalent of the same concept.\n" +"- The statically-typed language NativeScript C++ does not define a built-in " +"Variant-like class. Godot's GDNative bindings provide their own godot::" +"Variant class for users; Any point at which the C++ code starts interacting " +"with the Godot runtime is a place where you might have to start wrapping " +"data inside Variant objects.\n" +"The global [method @GDScript.typeof] function returns the enumerated value " +"of the Variant type stored in the current variable (see [enum Variant." +"Type]).\n" +"[codeblock]\n" +"var foo = 2\n" +"match typeof(foo):\n" +" TYPE_NIL:\n" +" print(\"foo is null\")\n" +" TYPE_INTEGER:\n" +" print(\"foo is an integer\")\n" +" TYPE_OBJECT:\n" +" # Note that Objects are their own special category.\n" +" # To get the name of the underlying Object type, you need the " +"`get_class()` method.\n" +" print(\"foo is a(n) %s\" % foo.get_class()) # inject the class name " +"into a formatted string.\n" +" # Note also that there is not yet any way to get a script's " +"`class_name` string easily.\n" +" # To fetch that value, you need to dig deeply into a hidden " +"ProjectSettings setting: an Array of Dictionaries called " +"\"_global_script_classes\".\n" +" # Open your project.godot file to see it up close.\n" +"[/codeblock]\n" +"A Variant takes up only 20 bytes and can store almost any engine datatype " +"inside of it. Variants are rarely used to hold information for long periods " +"of time. Instead, they are used mainly for communication, editing, " +"serialization and moving data around.\n" +"Godot has specifically invested in making its Variant class as flexible as " +"possible; so much so that it is used for a multitude of operations to " +"facilitate communication between all of Godot's systems.\n" +"A Variant:\n" +"- Can store almost any datatype.\n" +"- Can perform operations between many variants. GDScript uses Variant as its " +"atomic/native datatype.\n" +"- Can be hashed, so it can be compared quickly to other variants.\n" +"- Can be used to convert safely between datatypes.\n" +"- Can be used to abstract calling methods and their arguments. Godot exports " +"all its functions through variants.\n" +"- Can be used to defer calls or move data between threads.\n" +"- Can be serialized as binary and stored to disk, or transferred via " +"network.\n" +"- Can be serialized to text and use it for printing values and editable " +"settings.\n" +"- Can work as an exported property, so the editor can edit it universally.\n" +"- Can be used for dictionaries, arrays, parsers, etc.\n" +"[b]Containers (Array and Dictionary):[/b] Both are implemented using " +"variants. A [Dictionary] can match any datatype used as key to any other " +"datatype. An [Array] just holds an array of Variants. Of course, a Variant " +"can also hold a [Dictionary] and an [Array] inside, making it even more " +"flexible.\n" +"Modifications to a container will modify all references to it. A [Mutex] " +"should be created to lock it if multi-threaded access is desired." +msgstr "" + +#: doc/classes/Variant.xml:53 +msgid "https://docs.godotengine.org/en/3.4/development/cpp/variant_class.html" +msgstr "" + +#: doc/classes/VBoxContainer.xml:4 +msgid "Vertical box container." +msgstr "" + +#: doc/classes/VBoxContainer.xml:7 +msgid "Vertical box container. See [BoxContainer]." +msgstr "" + +#: doc/classes/VBoxContainer.xml:18 +msgid "The vertical space between the [VBoxContainer]'s elements." +msgstr "" + +#: doc/classes/Vector2.xml:4 +msgid "Vector used for 2D math." +msgstr "" + +#: doc/classes/Vector2.xml:7 +msgid "" +"2-element structure that can be used to represent positions in 2D space or " +"any other pair of numeric values.\n" +"[b]Note:[/b] In a boolean context, a Vector2 will evaluate to [code]false[/" +"code] if it's equal to [code]Vector2(0, 0)[/code]. Otherwise, a Vector2 will " +"always evaluate to [code]true[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:14 doc/classes/Vector3.xml:14 +msgid "" +"https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab" +msgstr "" + +#: doc/classes/Vector2.xml:24 +msgid "" +"Constructs a new Vector2 from the given [code]x[/code] and [code]y[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:30 doc/classes/Vector3.xml:31 +msgid "" +"Returns a new vector with all components in absolute values (i.e. positive)." +msgstr "" + +#: doc/classes/Vector2.xml:36 +msgid "" +"Returns this vector's angle with respect to the positive X axis, or [code]" +"(1, 0)[/code] vector, in radians.\n" +"For example, [code]Vector2.RIGHT.angle()[/code] will return zero, " +"[code]Vector2.DOWN.angle()[/code] will return [code]PI / 2[/code] (a quarter " +"turn, or 90 degrees), and [code]Vector2(1, -1).angle()[/code] will return " +"[code]-PI / 4[/code] (a negative eighth turn, or -45 degrees).\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"vector2_angle.png]Illustration of the returned angle.[/url]\n" +"Equivalent to the result of [method @GDScript.atan2] when called with the " +"vector's [member y] and [member x] as parameters: [code]atan2(y, x)[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:46 +msgid "" +"Returns the angle to the given vector, in radians.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"vector2_angle_to.png]Illustration of the returned angle.[/url]" +msgstr "" + +#: doc/classes/Vector2.xml:54 +msgid "" +"Returns the angle between the line connecting the two points and the X axis, " +"in radians.\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"vector2_angle_to_point.png]Illustration of the returned angle.[/url]" +msgstr "" + +#: doc/classes/Vector2.xml:61 +msgid "" +"Returns the aspect ratio of this vector, the ratio of [member x] to [member " +"y]." +msgstr "" + +#: doc/classes/Vector2.xml:68 doc/classes/Vector3.xml:45 +msgid "" +"Returns the vector \"bounced off\" from a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector2.xml:74 +msgid "" +"Returns the vector with all components rounded up (towards positive " +"infinity)." +msgstr "" + +#: doc/classes/Vector2.xml:81 +msgid "" +"Returns the vector with a maximum length by limiting its length to " +"[code]length[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:88 +msgid "Returns the cross product of this vector and [code]with[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:98 +msgid "" +"Cubically interpolates between this vector and [code]b[/code] using " +"[code]pre_a[/code] and [code]post_b[/code] as handles, and returns the " +"result at position [code]weight[/code]. [code]weight[/code] is on the range " +"of 0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector2.xml:105 doc/classes/Vector3.xml:75 +msgid "" +"Returns the normalized vector pointing from this vector to [code]b[/code]. " +"This is equivalent to using [code](b - a).normalized()[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:112 doc/classes/Vector3.xml:82 +msgid "" +"Returns the squared distance between this vector and [code]b[/code].\n" +"This method runs faster than [method distance_to], so prefer it if you need " +"to compare vectors or need the squared distance for some formula." +msgstr "" + +#: doc/classes/Vector2.xml:120 +msgid "Returns the distance between this vector and [code]to[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:127 +msgid "" +"Returns the dot product of this vector and [code]with[/code]. This can be " +"used to compare the angle between two vectors. For example, this can be used " +"to determine whether an enemy is facing the player.\n" +"The dot product will be [code]0[/code] for a straight angle (90 degrees), " +"greater than 0 for angles narrower than 90 degrees and lower than 0 for " +"angles wider than 90 degrees.\n" +"When using unit (normalized) vectors, the result will always be between " +"[code]-1.0[/code] (180 degree angle) when the vectors are facing opposite " +"directions, and [code]1.0[/code] (0 degree angle) when the vectors are " +"aligned.\n" +"[b]Note:[/b] [code]a.dot(b)[/code] is equivalent to [code]b.dot(a)[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:136 +msgid "" +"Returns the vector with all components rounded down (towards negative " +"infinity)." +msgstr "" + +#: doc/classes/Vector2.xml:143 doc/classes/Vector3.xml:119 +msgid "" +"Returns [code]true[/code] if this vector and [code]v[/code] are " +"approximately equal, by running [method @GDScript.is_equal_approx] on each " +"component." +msgstr "" + +#: doc/classes/Vector2.xml:149 doc/classes/Vector3.xml:125 +msgid "" +"Returns [code]true[/code] if the vector is normalized, [code]false[/code] " +"otherwise." +msgstr "" + +#: doc/classes/Vector2.xml:155 doc/classes/Vector3.xml:131 +msgid "Returns the length (magnitude) of this vector." +msgstr "" + +#: doc/classes/Vector2.xml:161 doc/classes/Vector3.xml:137 +msgid "" +"Returns the squared length (squared magnitude) of this vector.\n" +"This method runs faster than [method length], so prefer it if you need to " +"compare vectors or need the squared distance for some formula." +msgstr "" + +#: doc/classes/Vector2.xml:170 +msgid "" +"Returns the result of the linear interpolation between this vector and " +"[code]to[/code] by amount [code]weight[/code]. [code]weight[/code] is on the " +"range of 0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector2.xml:178 +msgid "" +"Moves the vector toward [code]to[/code] by the fixed [code]delta[/code] " +"amount." +msgstr "" + +#: doc/classes/Vector2.xml:184 doc/classes/Vector3.xml:172 +msgid "" +"Returns the vector scaled to unit length. Equivalent to [code]v / v.length()" +"[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:191 doc/classes/Vector3.xml:186 +msgid "" +"Returns a vector composed of the [method @GDScript.fposmod] of this vector's " +"components and [code]mod[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:198 doc/classes/Vector3.xml:193 +msgid "" +"Returns a vector composed of the [method @GDScript.fposmod] of this vector's " +"components and [code]modv[/code]'s components." +msgstr "" + +#: doc/classes/Vector2.xml:205 +msgid "Returns the vector projected onto the vector [code]b[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:212 +msgid "Returns the vector reflected from a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector2.xml:219 +msgid "" +"Returns the vector rotated by [code]phi[/code] radians. See also [method " +"@GDScript.deg2rad]." +msgstr "" + +#: doc/classes/Vector2.xml:225 +msgid "" +"Returns the vector with all components rounded to the nearest integer, with " +"halfway cases rounded away from zero." +msgstr "" + +#: doc/classes/Vector2.xml:231 +msgid "" +"Returns the vector with each component set to one or negative one, depending " +"on the signs of the components. If a component is zero, it returns positive " +"one." +msgstr "" + +#: doc/classes/Vector2.xml:239 doc/classes/Vector3.xml:243 +msgid "" +"Returns the result of spherical linear interpolation between this vector and " +"[code]to[/code], by amount [code]weight[/code]. [code]weight[/code] is on " +"the range of 0.0 to 1.0, representing the amount of interpolation.\n" +"[b]Note:[/b] Both vectors must be normalized." +msgstr "" + +#: doc/classes/Vector2.xml:247 doc/classes/Vector3.xml:251 +msgid "Returns this vector slid along a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector2.xml:254 doc/classes/Vector3.xml:258 +msgid "" +"Returns this vector with each component snapped to the nearest multiple of " +"[code]step[/code]. This can also be used to round to an arbitrary number of " +"decimals." +msgstr "" + +#: doc/classes/Vector2.xml:260 +msgid "" +"Returns a perpendicular vector rotated 90 degrees counter-clockwise compared " +"to the original, with the same length." +msgstr "" + +#: doc/classes/Vector2.xml:266 doc/classes/Vector3.xml:271 +msgid "" +"The vector's X component. Also accessible by using the index position [code]" +"[0][/code]." +msgstr "" + +#: doc/classes/Vector2.xml:269 doc/classes/Vector3.xml:274 +msgid "" +"The vector's Y component. Also accessible by using the index position [code]" +"[1][/code]." +msgstr "" + +#: doc/classes/Vector2.xml:274 +msgid "Enumerated value for the X axis." +msgstr "" + +#: doc/classes/Vector2.xml:277 +msgid "Enumerated value for the Y axis." +msgstr "" + +#: doc/classes/Vector2.xml:280 doc/classes/Vector3.xml:291 +msgid "Zero vector, a vector with all components set to [code]0[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:283 doc/classes/Vector3.xml:294 +msgid "One vector, a vector with all components set to [code]1[/code]." +msgstr "" + +#: doc/classes/Vector2.xml:286 doc/classes/Vector3.xml:297 +msgid "" +"Infinity vector, a vector with all components set to [constant @GDScript." +"INF]." +msgstr "" + +#: doc/classes/Vector2.xml:289 +msgid "Left unit vector. Represents the direction of left." +msgstr "" + +#: doc/classes/Vector2.xml:292 +msgid "Right unit vector. Represents the direction of right." +msgstr "" + +#: doc/classes/Vector2.xml:295 +msgid "Up unit vector. Y is down in 2D, so this vector points -Y." +msgstr "" + +#: doc/classes/Vector2.xml:298 +msgid "Down unit vector. Y is down in 2D, so this vector points +Y." +msgstr "" + +#: doc/classes/Vector3.xml:4 +msgid "Vector used for 3D math." +msgstr "" + +#: doc/classes/Vector3.xml:7 +msgid "" +"3-element structure that can be used to represent positions in 3D space or " +"any other pair of numeric values.\n" +"[b]Note:[/b] In a boolean context, a Vector3 will evaluate to [code]false[/" +"code] if it's equal to [code]Vector3(0, 0, 0)[/code]. Otherwise, a Vector3 " +"will always evaluate to [code]true[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:25 +msgid "Returns a Vector3 with the given components." +msgstr "" + +#: doc/classes/Vector3.xml:38 +msgid "Returns the unsigned minimum angle to the given vector, in radians." +msgstr "" + +#: doc/classes/Vector3.xml:51 +msgid "" +"Returns a new vector with all components rounded up (towards positive " +"infinity)." +msgstr "" + +#: doc/classes/Vector3.xml:58 +msgid "Returns the cross product of this vector and [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:68 +msgid "" +"Performs a cubic interpolation between vectors [code]pre_a[/code], [code]a[/" +"code], [code]b[/code], [code]post_b[/code] ([code]a[/code] is current), by " +"the given amount [code]weight[/code]. [code]weight[/code] is on the range of " +"0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector3.xml:90 +msgid "Returns the distance between this vector and [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:97 +msgid "" +"Returns the dot product of this vector and [code]b[/code]. This can be used " +"to compare the angle between two vectors. For example, this can be used to " +"determine whether an enemy is facing the player.\n" +"The dot product will be [code]0[/code] for a straight angle (90 degrees), " +"greater than 0 for angles narrower than 90 degrees and lower than 0 for " +"angles wider than 90 degrees.\n" +"When using unit (normalized) vectors, the result will always be between " +"[code]-1.0[/code] (180 degree angle) when the vectors are facing opposite " +"directions, and [code]1.0[/code] (0 degree angle) when the vectors are " +"aligned.\n" +"[b]Note:[/b] [code]a.dot(b)[/code] is equivalent to [code]b.dot(a)[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:106 +msgid "" +"Returns a new vector with all components rounded down (towards negative " +"infinity)." +msgstr "" + +#: doc/classes/Vector3.xml:112 +msgid "" +"Returns the inverse of the vector. This is the same as [code]Vector3( 1.0 / " +"v.x, 1.0 / v.y, 1.0 / v.z )[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:146 +msgid "" +"Returns the result of the linear interpolation between this vector and " +"[code]to[/code] by amount [code]t[/code]. [code]weight[/code] is on the " +"range of 0.0 to 1.0, representing the amount of interpolation." +msgstr "" + +#: doc/classes/Vector3.xml:152 +msgid "" +"Returns the axis of the vector's largest value. See [code]AXIS_*[/code] " +"constants. If all components are equal, this method returns [constant " +"AXIS_X]." +msgstr "" + +#: doc/classes/Vector3.xml:158 +msgid "" +"Returns the axis of the vector's smallest value. See [code]AXIS_*[/code] " +"constants. If all components are equal, this method returns [constant " +"AXIS_Z]." +msgstr "" + +#: doc/classes/Vector3.xml:166 +msgid "" +"Moves this vector toward [code]to[/code] by the fixed [code]delta[/code] " +"amount." +msgstr "" + +#: doc/classes/Vector3.xml:179 +msgid "Returns the outer product with [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:200 +msgid "Returns this vector projected onto another vector [code]b[/code]." +msgstr "" + +#: doc/classes/Vector3.xml:207 +msgid "Returns this vector reflected from a plane defined by the given normal." +msgstr "" + +#: doc/classes/Vector3.xml:215 +msgid "" +"Rotates this vector around a given axis by [code]phi[/code] radians. The " +"axis must be a normalized vector." +msgstr "" + +#: doc/classes/Vector3.xml:221 +msgid "" +"Returns this vector with all components rounded to the nearest integer, with " +"halfway cases rounded away from zero." +msgstr "" + +#: doc/classes/Vector3.xml:227 +msgid "" +"Returns a vector with each component set to one or negative one, depending " +"on the signs of this vector's components. If a component is zero, it returns " +"positive one." +msgstr "" + +#: doc/classes/Vector3.xml:235 +msgid "" +"Returns the signed angle to the given vector, in radians. The sign of the " +"angle is positive in a counter-clockwise direction and negative in a " +"clockwise direction when viewed from the side specified by the [code]axis[/" +"code]." +msgstr "" + +#: doc/classes/Vector3.xml:264 +msgid "" +"Returns a diagonal matrix with the vector as main diagonal.\n" +"This is equivalent to a Basis with no rotation or shearing and this vector's " +"components set as the scale." +msgstr "" + +#: doc/classes/Vector3.xml:277 +msgid "" +"The vector's Z component. Also accessible by using the index position [code]" +"[2][/code]." +msgstr "" + +#: doc/classes/Vector3.xml:282 +msgid "" +"Enumerated value for the X axis. Returned by [method max_axis] and [method " +"min_axis]." +msgstr "" + +#: doc/classes/Vector3.xml:285 +msgid "" +"Enumerated value for the Y axis. Returned by [method max_axis] and [method " +"min_axis]." +msgstr "" + +#: doc/classes/Vector3.xml:288 +msgid "" +"Enumerated value for the Z axis. Returned by [method max_axis] and [method " +"min_axis]." +msgstr "" + +#: doc/classes/Vector3.xml:300 +msgid "" +"Left unit vector. Represents the local direction of left, and the global " +"direction of west." +msgstr "" + +#: doc/classes/Vector3.xml:303 +msgid "" +"Right unit vector. Represents the local direction of right, and the global " +"direction of east." +msgstr "" + +#: doc/classes/Vector3.xml:306 +msgid "Up unit vector." +msgstr "" + +#: doc/classes/Vector3.xml:309 +msgid "Down unit vector." +msgstr "" + +#: doc/classes/Vector3.xml:312 +msgid "" +"Forward unit vector. Represents the local direction of forward, and the " +"global direction of north." +msgstr "" + +#: doc/classes/Vector3.xml:315 +msgid "" +"Back unit vector. Represents the local direction of back, and the global " +"direction of south." +msgstr "" + +#: doc/classes/VehicleBody.xml:4 +msgid "Physics body that simulates the behavior of a car." +msgstr "" + +#: doc/classes/VehicleBody.xml:7 +msgid "" +"This node implements all the physics logic needed to simulate a car. It is " +"based on the raycast vehicle system commonly found in physics engines. You " +"will need to add a [CollisionShape] for the main body of your vehicle and " +"add [VehicleWheel] nodes for the wheels. You should also add a " +"[MeshInstance] to this node for the 3D model of your car but this model " +"should not include meshes for the wheels. You should control the vehicle by " +"using the [member brake], [member engine_force], and [member steering] " +"properties and not change the position or orientation of this node " +"directly.\n" +"[b]Note:[/b] The origin point of your VehicleBody will determine the center " +"of gravity of your vehicle so it is better to keep this low and move the " +"[CollisionShape] and [MeshInstance] upwards.\n" +"[b]Note:[/b] This class has known issues and isn't designed to provide " +"realistic 3D vehicle physics. If you want advanced vehicle physics, you will " +"probably have to write your own physics integration using another " +"[PhysicsBody] class." +msgstr "" + +#: doc/classes/VehicleBody.xml:18 +msgid "" +"Slows down the vehicle by applying a braking force. The vehicle is only " +"slowed down if the wheels are in contact with a surface. The force you need " +"to apply to adequately slow down your vehicle depends on the [member " +"RigidBody.mass] of the vehicle. For a vehicle with a mass set to 1000, try a " +"value in the 25 - 30 range for hard braking." +msgstr "" + +#: doc/classes/VehicleBody.xml:21 +msgid "" +"Accelerates the vehicle by applying an engine force. The vehicle is only " +"speed up if the wheels that have [member VehicleWheel.use_as_traction] set " +"to [code]true[/code] and are in contact with a surface. The [member " +"RigidBody.mass] of the vehicle has an effect on the acceleration of the " +"vehicle. For a vehicle with a mass set to 1000, try a value in the 25 - 50 " +"range for acceleration.\n" +"[b]Note:[/b] The simulation does not take the effect of gears into account, " +"you will need to add logic for this if you wish to simulate gears.\n" +"A negative value will result in the vehicle reversing." +msgstr "" + +#: doc/classes/VehicleBody.xml:27 +msgid "" +"The steering angle for the vehicle. Setting this to a non-zero value will " +"result in the vehicle turning when it's moving. Wheels that have [member " +"VehicleWheel.use_as_steering] set to [code]true[/code] will automatically be " +"rotated." +msgstr "" + +#: doc/classes/VehicleWheel.xml:4 +msgid "Physics object that simulates the behavior of a wheel." +msgstr "" + +#: doc/classes/VehicleWheel.xml:7 +msgid "" +"This node needs to be used as a child node of [VehicleBody] and simulates " +"the behavior of one of its wheels. This node also acts as a collider to " +"detect if the wheel is touching a surface.\n" +"[b]Note:[/b] This class has known issues and isn't designed to provide " +"realistic 3D vehicle physics. If you want advanced vehicle physics, you will " +"probably have to write your own physics integration using another " +"[PhysicsBody] class." +msgstr "" + +#: doc/classes/VehicleWheel.xml:17 +msgid "Returns the rotational speed of the wheel in revolutions per minute." +msgstr "" + +#: doc/classes/VehicleWheel.xml:23 +msgid "" +"Returns a value between 0.0 and 1.0 that indicates whether this wheel is " +"skidding. 0.0 is skidding (the wheel has lost grip, e.g. icy terrain), 1.0 " +"means not skidding (the wheel has full grip, e.g. dry asphalt road)." +msgstr "" + +#: doc/classes/VehicleWheel.xml:29 +msgid "Returns [code]true[/code] if this wheel is in contact with a surface." +msgstr "" + +#: doc/classes/VehicleWheel.xml:35 +msgid "" +"Slows down the wheel by applying a braking force. The wheel is only slowed " +"down if it is in contact with a surface. The force you need to apply to " +"adequately slow down your vehicle depends on the [member RigidBody.mass] of " +"the vehicle. For a vehicle with a mass set to 1000, try a value in the 25 - " +"30 range for hard braking." +msgstr "" + +#: doc/classes/VehicleWheel.xml:38 +msgid "" +"The damping applied to the spring when the spring is being compressed. This " +"value should be between 0.0 (no damping) and 1.0. A value of 0.0 means the " +"car will keep bouncing as the spring keeps its energy. A good value for this " +"is around 0.3 for a normal car, 0.5 for a race car." +msgstr "" + +#: doc/classes/VehicleWheel.xml:41 +msgid "" +"The damping applied to the spring when relaxing. This value should be " +"between 0.0 (no damping) and 1.0. This value should always be slightly " +"higher than the [member damping_compression] property. For a [member " +"damping_compression] value of 0.3, try a relaxation value of 0.5." +msgstr "" + +#: doc/classes/VehicleWheel.xml:44 +msgid "" +"Accelerates the wheel by applying an engine force. The wheel is only speed " +"up if it is in contact with a surface. The [member RigidBody.mass] of the " +"vehicle has an effect on the acceleration of the vehicle. For a vehicle with " +"a mass set to 1000, try a value in the 25 - 50 range for acceleration.\n" +"[b]Note:[/b] The simulation does not take the effect of gears into account, " +"you will need to add logic for this if you wish to simulate gears.\n" +"A negative value will result in the wheel reversing." +msgstr "" + +#: doc/classes/VehicleWheel.xml:49 +msgid "" +"The steering angle for the wheel. Setting this to a non-zero value will " +"result in the vehicle turning when it's moving." +msgstr "" + +#: doc/classes/VehicleWheel.xml:52 +msgid "" +"The maximum force the spring can resist. This value should be higher than a " +"quarter of the [member RigidBody.mass] of the [VehicleBody] or the spring " +"will not carry the weight of the vehicle. Good results are often obtained by " +"a value that is about 3× to 4× this number." +msgstr "" + +#: doc/classes/VehicleWheel.xml:55 +msgid "" +"This value defines the stiffness of the suspension. Use a value lower than " +"50 for an off-road car, a value between 50 and 100 for a race car and try " +"something around 200 for something like a Formula 1 car." +msgstr "" + +#: doc/classes/VehicleWheel.xml:58 +msgid "" +"This is the distance the suspension can travel. As Godot units are " +"equivalent to meters, keep this setting relatively low. Try a value between " +"0.1 and 0.3 depending on the type of car." +msgstr "" + +#: doc/classes/VehicleWheel.xml:61 +msgid "" +"If [code]true[/code], this wheel will be turned when the car steers. This " +"value is used in conjunction with [member VehicleBody.steering] and ignored " +"if you are using the per-wheel [member steering] value instead." +msgstr "" + +#: doc/classes/VehicleWheel.xml:64 +msgid "" +"If [code]true[/code], this wheel transfers engine force to the ground to " +"propel the vehicle forward. This value is used in conjunction with [member " +"VehicleBody.engine_force] and ignored if you are using the per-wheel [member " +"engine_force] value instead." +msgstr "" + +#: doc/classes/VehicleWheel.xml:67 +msgid "" +"This determines how much grip this wheel has. It is combined with the " +"friction setting of the surface the wheel is in contact with. 0.0 means no " +"grip, 1.0 is normal grip. For a drift car setup, try setting the grip of the " +"rear wheels slightly lower than the front wheels, or use a lower value to " +"simulate tire wear.\n" +"It's best to set this to 1.0 when starting out." +msgstr "" + +#: doc/classes/VehicleWheel.xml:71 +msgid "The radius of the wheel in meters." +msgstr "" + +#: doc/classes/VehicleWheel.xml:74 +msgid "" +"This is the distance in meters the wheel is lowered from its origin point. " +"Don't set this to 0.0 and move the wheel into position, instead move the " +"origin point of your wheel (the gizmo in Godot) to the position the wheel " +"will take when bottoming out, then use the rest length to move the wheel " +"down to the position it should be in when the car is in rest." +msgstr "" + +#: doc/classes/VehicleWheel.xml:77 +msgid "" +"This value affects the roll of your vehicle. If set to 1.0 for all wheels, " +"your vehicle will be prone to rolling over, while a value of 0.0 will resist " +"body roll." +msgstr "" + +#: doc/classes/VideoPlayer.xml:4 +msgid "Control for playing video streams." +msgstr "" + +#: doc/classes/VideoPlayer.xml:7 +msgid "" +"Control node for playing video streams using [VideoStream] resources.\n" +"Supported video formats are [url=https://www.webmproject.org/]WebM[/url] " +"([code].webm[/code], [VideoStreamWebm]), [url=https://www.theora.org/]Ogg " +"Theora[/url] ([code].ogv[/code], [VideoStreamTheora]), and any format " +"exposed via a GDNative plugin using [VideoStreamGDNative].\n" +"[b]Note:[/b] Due to a bug, VideoPlayer does not support localization " +"remapping yet.\n" +"[b]Warning:[/b] On HTML5, video playback [i]will[/i] perform poorly due to " +"missing architecture-specific assembly optimizations, especially for VP8/VP9." +msgstr "" + +#: doc/classes/VideoPlayer.xml:18 +msgid "" +"Returns the video stream's name, or [code]\"\"[/code] if no video " +"stream is assigned." +msgstr "" + +#: doc/classes/VideoPlayer.xml:24 +msgid "Returns the current frame as a [Texture]." +msgstr "" + +#: doc/classes/VideoPlayer.xml:30 +msgid "" +"Returns [code]true[/code] if the video is playing.\n" +"[b]Note:[/b] The video is still considered playing if paused during playback." +msgstr "" + +#: doc/classes/VideoPlayer.xml:37 +msgid "" +"Starts the video playback from the beginning. If the video is paused, this " +"will not unpause the video." +msgstr "" + +#: doc/classes/VideoPlayer.xml:43 +msgid "" +"Stops the video playback and sets the stream position to 0.\n" +"[b]Note:[/b] Although the stream position will be set to 0, the first frame " +"of the video stream won't become the current frame." +msgstr "" + +#: doc/classes/VideoPlayer.xml:50 +msgid "The embedded audio track to play." +msgstr "" + +#: doc/classes/VideoPlayer.xml:53 +msgid "If [code]true[/code], playback starts when the scene loads." +msgstr "" + +#: doc/classes/VideoPlayer.xml:56 +msgid "Amount of time in milliseconds to store in buffer while playing." +msgstr "" + +#: doc/classes/VideoPlayer.xml:59 +msgid "Audio bus to use for sound playback." +msgstr "" + +#: doc/classes/VideoPlayer.xml:62 +msgid "" +"If [code]true[/code], the video scales to the control size. Otherwise, the " +"control minimum size will be automatically adjusted to match the video " +"stream's dimensions." +msgstr "" + +#: doc/classes/VideoPlayer.xml:65 +msgid "If [code]true[/code], the video is paused." +msgstr "" + +#: doc/classes/VideoPlayer.xml:68 +msgid "The assigned video stream. See description for supported formats." +msgstr "" + +#: doc/classes/VideoPlayer.xml:71 +msgid "" +"The current position of the stream, in seconds.\n" +"[b]Note:[/b] Changing this value won't have any effect as seeking is not " +"implemented yet, except in video formats implemented by a GDNative add-on." +msgstr "" + +#: doc/classes/VideoPlayer.xml:75 +msgid "Audio volume as a linear value." +msgstr "" + +#: doc/classes/VideoPlayer.xml:78 +msgid "Audio volume in dB." +msgstr "" + +#: doc/classes/VideoPlayer.xml:84 +msgid "Emitted when playback is finished." +msgstr "" + +#: doc/classes/VideoStream.xml:4 +msgid "Base resource for video streams." +msgstr "" + +#: doc/classes/VideoStream.xml:7 +msgid "" +"Base resource type for all video streams. Classes that derive from " +"[VideoStream] can all be used as resource types to play back videos in " +"[VideoPlayer]." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:4 +msgid "[VideoStream] resource for for video formats implemented via GDNative." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:7 +msgid "" +"[VideoStream] resource for for video formats implemented via GDNative.\n" +"It can be used via [url=https://github.com/KidRigger/godot-" +"videodecoder]godot-videodecoder[/url] which uses the [url=https://ffmpeg." +"org]FFmpeg[/url] library." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:16 +msgid "Returns the video file handled by this [VideoStreamGDNative]." +msgstr "" + +#: modules/gdnative/doc_classes/VideoStreamGDNative.xml:23 +msgid "" +"Sets the video file that this [VideoStreamGDNative] resource handles. The " +"supported extensions depend on the GDNative plugins used to expose video " +"formats." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:4 +msgid "[VideoStream] resource for Ogg Theora videos." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:7 +msgid "" +"[VideoStream] resource handling the [url=https://www.theora.org/]Ogg Theora[/" +"url] video format with [code].ogv[/code] extension. The Theora codec is less " +"efficient than [VideoStreamWebm]'s VP8 and VP9, but it requires less CPU " +"resources to decode. The Theora codec is decoded on the CPU.\n" +"[b]Note:[/b] While Ogg Theora videos can also have an [code].ogg[/code] " +"extension, you will have to rename the extension to [code].ogv[/code] to use " +"those videos within Godot." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:16 +msgid "Returns the Ogg Theora video file handled by this [VideoStreamTheora]." +msgstr "" + +#: modules/theora/doc_classes/VideoStreamTheora.xml:23 +msgid "" +"Sets the Ogg Theora video file that this [VideoStreamTheora] resource " +"handles. The [code]file[/code] name should have the [code].ogv[/code] " +"extension." +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:4 +msgid "[VideoStream] resource for WebM videos." +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:7 +msgid "" +"[VideoStream] resource handling the [url=https://www.webmproject.org/]WebM[/" +"url] video format with [code].webm[/code] extension. Both the VP8 and VP9 " +"codecs are supported. The VP8 and VP9 codecs are more efficient than " +"[VideoStreamTheora], but they require more CPU resources to decode " +"(especially VP9). Both the VP8 and VP9 codecs are decoded on the CPU.\n" +"[b]Note:[/b] Alpha channel (also known as transparency) is not supported. " +"The video will always appear to have a black background, even if it " +"originally contains an alpha channel.\n" +"[b]Note:[/b] There are known bugs and performance issues with WebM video " +"playback in Godot. If you run into problems, try using the Ogg Theora format " +"instead: [VideoStreamTheora]" +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:17 +msgid "Returns the WebM video file handled by this [VideoStreamWebm]." +msgstr "" + +#: modules/webm/doc_classes/VideoStreamWebm.xml:24 +msgid "" +"Sets the WebM video file that this [VideoStreamWebm] resource handles. The " +"[code]file[/code] name should have the [code].webm[/code] extension." +msgstr "" + +#: doc/classes/Viewport.xml:4 +msgid "Creates a sub-view into the screen." +msgstr "" + +#: doc/classes/Viewport.xml:7 +msgid "" +"A Viewport creates a different view into the screen, or a sub-view inside " +"another viewport. Children 2D Nodes will display on it, and children Camera " +"3D nodes will render on it too.\n" +"Optionally, a viewport can have its own 2D or 3D world, so they don't share " +"what they draw with other viewports.\n" +"If a viewport is a child of a [ViewportContainer], it will automatically " +"take up its size, otherwise it must be set manually.\n" +"Viewports can also choose to be audio listeners, so they generate positional " +"audio depending on a 2D or 3D camera child of it.\n" +"Also, viewports can be assigned to different screens in case the devices " +"have multiple screens.\n" +"Finally, viewports can also behave as render targets, in which case they " +"will not be visible unless the associated texture is used to draw." +msgstr "" + +#: doc/classes/Viewport.xml:16 +msgid "https://docs.godotengine.org/en/3.4/tutorials/viewports/index.html" +msgstr "" + +#: doc/classes/Viewport.xml:18 doc/classes/ViewportTexture.xml:12 +msgid "https://godotengine.org/asset-library/asset/128" +msgstr "" + +#: doc/classes/Viewport.xml:20 +msgid "https://godotengine.org/asset-library/asset/130" +msgstr "" + +#: doc/classes/Viewport.xml:21 +msgid "https://godotengine.org/asset-library/asset/541" +msgstr "" + +#: doc/classes/Viewport.xml:22 doc/classes/ViewportTexture.xml:14 +msgid "https://godotengine.org/asset-library/asset/586" +msgstr "" + +#: doc/classes/Viewport.xml:28 +msgid "" +"Returns the 3D world of the viewport, or if none the world of the parent " +"viewport." +msgstr "" + +#: doc/classes/Viewport.xml:34 +msgid "Returns the 2D world of the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:40 +msgid "Returns the active 3D camera." +msgstr "" + +#: doc/classes/Viewport.xml:46 +msgid "Returns the total transform of the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:52 +msgid "Returns the topmost modal in the stack." +msgstr "" + +#: doc/classes/Viewport.xml:58 +msgid "Returns the mouse position relative to the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:65 +msgid "Returns information about the viewport from the rendering pipeline." +msgstr "" + +#: doc/classes/Viewport.xml:72 +msgid "Returns the [enum ShadowAtlasQuadrantSubdiv] of the specified quadrant." +msgstr "" + +#: doc/classes/Viewport.xml:78 +msgid "Returns the size override set with [method set_size_override]." +msgstr "" + +#: doc/classes/Viewport.xml:84 +msgid "" +"Returns the viewport's texture.\n" +"[b]Note:[/b] Due to the way OpenGL works, the resulting [ViewportTexture] is " +"flipped vertically. You can use [method Image.flip_y] on the result of " +"[method Texture.get_data] to flip it back, for example:\n" +"[codeblock]\n" +"var img = get_viewport().get_texture().get_data()\n" +"img.flip_y()\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/Viewport.xml:95 +msgid "Returns the viewport's RID from the [VisualServer]." +msgstr "" + +#: doc/classes/Viewport.xml:101 +msgid "Returns the visible rectangle in global screen coordinates." +msgstr "" + +#: doc/classes/Viewport.xml:107 +msgid "" +"Returns the drag data from the GUI, that was previously returned by [method " +"Control.get_drag_data]." +msgstr "" + +#: doc/classes/Viewport.xml:113 +msgid "Returns [code]true[/code] if there are visible modals on-screen." +msgstr "" + +#: doc/classes/Viewport.xml:119 +msgid "" +"Returns [code]true[/code] if the viewport is currently performing a drag " +"operation." +msgstr "" + +#: doc/classes/Viewport.xml:136 +msgid "" +"Returns [code]true[/code] if the size override is enabled. See [method " +"set_size_override]." +msgstr "" + +#: doc/classes/Viewport.xml:143 +msgid "" +"Attaches this [Viewport] to the root [Viewport] with the specified " +"rectangle. This bypasses the need for another node to display this " +"[Viewport] but makes you responsible for updating the position of this " +"[Viewport] manually." +msgstr "" + +#: doc/classes/Viewport.xml:149 +msgid "Stops the input from propagating further down the [SceneTree]." +msgstr "" + +#: doc/classes/Viewport.xml:157 +msgid "" +"Sets the number of subdivisions to use in the specified quadrant. A higher " +"number of subdivisions allows you to have more shadows in the scene at once, " +"but reduces the quality of the shadows. A good practice is to have quadrants " +"with a varying number of subdivisions and to have as few subdivisions as " +"possible." +msgstr "" + +#: doc/classes/Viewport.xml:166 +msgid "" +"Sets the size override of the viewport. If the [code]enable[/code] parameter " +"is [code]true[/code] the override is used, otherwise it uses the default " +"size. If the size parameter is [code](-1, -1)[/code], it won't update the " +"size." +msgstr "" + +#: doc/classes/Viewport.xml:178 +msgid "Forces update of the 2D and 3D worlds." +msgstr "" + +#: doc/classes/Viewport.xml:185 +msgid "Warps the mouse to a position relative to the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:191 +msgid "If [code]true[/code], the viewport will be used in AR/VR process." +msgstr "" + +#: doc/classes/Viewport.xml:194 +msgid "If [code]true[/code], the viewport will process 2D audio streams." +msgstr "" + +#: doc/classes/Viewport.xml:197 +msgid "If [code]true[/code], the viewport will process 3D audio streams." +msgstr "" + +#: doc/classes/Viewport.xml:200 +msgid "" +"The canvas transform of the viewport, useful for changing the on-screen " +"positions of all child [CanvasItem]s. This is relative to the global canvas " +"transform of the viewport." +msgstr "" + +#: doc/classes/Viewport.xml:203 +msgid "" +"If [code]true[/code], uses a fast post-processing filter to make banding " +"significantly less visible. In some cases, debanding may introduce a " +"slightly noticeable dithering pattern. It's recommended to enable debanding " +"only when actually needed since the dithering pattern will make lossless-" +"compressed screenshots larger.\n" +"[b]Note:[/b] Only available on the GLES3 backend. [member hdr] must also be " +"[code]true[/code] for debanding to be effective." +msgstr "" + +#: doc/classes/Viewport.xml:207 +msgid "The overlay mode for test rendered geometry in debug purposes." +msgstr "" + +#: doc/classes/Viewport.xml:210 +msgid "" +"If [code]true[/code], the viewport will disable 3D rendering. For actual " +"disabling use [code]usage[/code]." +msgstr "" + +#: doc/classes/Viewport.xml:213 +msgid "" +"Enables fast approximate antialiasing. FXAA is a popular screen-space " +"antialiasing method, which is fast but will make the image look blurry, " +"especially at lower resolutions. It can still work relatively well at large " +"resolutions such as 1440p and 4K. Some of the lost sharpness can be " +"recovered by enabling contrast-adaptive sharpening (see [member " +"sharpen_intensity])." +msgstr "" + +#: doc/classes/Viewport.xml:216 +msgid "" +"The global canvas transform of the viewport. The canvas transform is " +"relative to this." +msgstr "" + +#: doc/classes/Viewport.xml:219 +msgid "If [code]true[/code], the viewport will not receive input events." +msgstr "" + +#: doc/classes/Viewport.xml:222 +msgid "" +"If [code]true[/code], the GUI controls on the viewport will lay pixel " +"perfectly." +msgstr "" + +#: doc/classes/Viewport.xml:227 +msgid "" +"If [code]true[/code], the viewport rendering will receive benefits from High " +"Dynamic Range algorithm. High Dynamic Range allows the viewport to receive " +"values that are outside the 0-1 range. In Godot HDR uses 16 bits, meaning it " +"does not store the full range of a floating point number.\n" +"[b]Note:[/b] Requires [member usage] to be set to [constant USAGE_3D] or " +"[constant USAGE_3D_NO_EFFECTS], since HDR is not supported for 2D." +msgstr "" + +#: doc/classes/Viewport.xml:231 +msgid "" +"If [code]true[/code], the result after 3D rendering will not have a linear " +"to sRGB color conversion applied. This is important when the viewport is " +"used as a render target where the result is used as a texture on a 3D object " +"rendered in another viewport. It is also important if the viewport is used " +"to create data that is not color based (noise, heightmaps, pickmaps, etc.). " +"Do not enable this when the viewport is used as a texture on a 2D object or " +"if the viewport is your final output. For the GLES2 driver this will convert " +"the sRGB output to linear, this should only be used for VR plugins that " +"require input in linear color space!" +msgstr "" + +#: doc/classes/Viewport.xml:234 +msgid "" +"The multisample anti-aliasing mode. A higher number results in smoother " +"edges at the cost of significantly worse performance. A value of 4 is best " +"unless targeting very high-end systems." +msgstr "" + +#: doc/classes/Viewport.xml:237 +msgid "" +"If [code]true[/code], the viewport will use [World] defined in [code]world[/" +"code] property." +msgstr "" + +#: doc/classes/Viewport.xml:240 +msgid "" +"If [code]true[/code], the objects rendered by viewport become subjects of " +"mouse picking process." +msgstr "" + +#: doc/classes/Viewport.xml:243 +msgid "" +"If [code]true[/code], renders the Viewport directly to the screen instead of " +"to the root viewport. Only available in GLES2. This is a low-level " +"optimization and should not be used in most cases. If used, reading from the " +"Viewport or from [code]SCREEN_TEXTURE[/code] becomes unavailable. For more " +"information see [method VisualServer.viewport_set_render_direct_to_screen]." +msgstr "" + +#: doc/classes/Viewport.xml:246 +msgid "" +"The clear mode when viewport used as a render target.\n" +"[b]Note:[/b] This property is intended for 2D usage." +msgstr "" + +#: doc/classes/Viewport.xml:250 +msgid "The update mode when viewport used as a render target." +msgstr "" + +#: doc/classes/Viewport.xml:253 +msgid "" +"If [code]true[/code], the result of rendering will be flipped vertically." +msgstr "" + +#: doc/classes/Viewport.xml:256 +msgid "The subdivision amount of the first quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:259 +msgid "The subdivision amount of the second quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:262 +msgid "The subdivision amount of the third quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:265 +msgid "The subdivision amount of the fourth quadrant on the shadow atlas." +msgstr "" + +#: doc/classes/Viewport.xml:268 +msgid "" +"The shadow atlas' resolution (used for omni and spot lights). The value will " +"be rounded up to the nearest power of 2.\n" +"[b]Note:[/b] If this is set to 0, shadows won't be visible. Since user-" +"created viewports default to a value of 0, this value must be set above 0 " +"manually." +msgstr "" + +#: doc/classes/Viewport.xml:272 +msgid "" +"If set to a value greater than [code]0.0[/code], contrast-adaptive " +"sharpening will be applied to the 3D viewport. This has a low performance " +"cost and can be used to recover some of the sharpness lost from using FXAA. " +"Values around [code]0.5[/code] generally give the best results. See also " +"[member fxaa]." +msgstr "" + +#: doc/classes/Viewport.xml:275 +msgid "" +"The width and height of viewport. Must be set to a value greater than or " +"equal to 2 pixels on both dimensions. Otherwise, nothing will be displayed." +msgstr "" + +#: doc/classes/Viewport.xml:278 +msgid "If [code]true[/code], the size override affects stretch as well." +msgstr "" + +#: doc/classes/Viewport.xml:281 +msgid "" +"If [code]true[/code], the viewport should render its background as " +"transparent." +msgstr "" + +#: doc/classes/Viewport.xml:284 +msgid "The rendering mode of viewport." +msgstr "" + +#: doc/classes/Viewport.xml:287 +msgid "The custom [World] which can be used as 3D environment source." +msgstr "" + +#: doc/classes/Viewport.xml:290 +msgid "The custom [World2D] which can be used as 2D environment source." +msgstr "" + +#: doc/classes/Viewport.xml:297 +msgid "Emitted when a Control node grabs keyboard focus." +msgstr "" + +#: doc/classes/Viewport.xml:302 +msgid "" +"Emitted when the size of the viewport is changed, whether by [method " +"set_size_override], resize of window, or some other means." +msgstr "" + +#: doc/classes/Viewport.xml:308 +msgid "Do not update the render target." +msgstr "" + +#: doc/classes/Viewport.xml:311 +msgid "" +"Update the render target once, then switch to [constant UPDATE_DISABLED]." +msgstr "" + +#: doc/classes/Viewport.xml:314 +msgid "" +"Update the render target only when it is visible. This is the default value." +msgstr "" + +#: doc/classes/Viewport.xml:317 +msgid "Always update the render target." +msgstr "" + +#: doc/classes/Viewport.xml:320 +msgid "This quadrant will not be used." +msgstr "" + +#: doc/classes/Viewport.xml:323 +msgid "This quadrant will only be used by one shadow map." +msgstr "" + +#: doc/classes/Viewport.xml:326 +msgid "This quadrant will be split in 4 and used by up to 4 shadow maps." +msgstr "" + +#: doc/classes/Viewport.xml:329 +msgid "This quadrant will be split 16 ways and used by up to 16 shadow maps." +msgstr "" + +#: doc/classes/Viewport.xml:332 +msgid "This quadrant will be split 64 ways and used by up to 64 shadow maps." +msgstr "" + +#: doc/classes/Viewport.xml:335 +msgid "" +"This quadrant will be split 256 ways and used by up to 256 shadow maps. " +"Unless the [member shadow_atlas_size] is very high, the shadows in this " +"quadrant will be very low resolution." +msgstr "" + +#: doc/classes/Viewport.xml:338 +msgid "" +"This quadrant will be split 1024 ways and used by up to 1024 shadow maps. " +"Unless the [member shadow_atlas_size] is very high, the shadows in this " +"quadrant will be very low resolution." +msgstr "" + +#: doc/classes/Viewport.xml:341 +msgid "Represents the size of the [enum ShadowAtlasQuadrantSubdiv] enum." +msgstr "" + +#: doc/classes/Viewport.xml:344 +msgid "Amount of objects in frame." +msgstr "" + +#: doc/classes/Viewport.xml:347 +msgid "Amount of vertices in frame." +msgstr "" + +#: doc/classes/Viewport.xml:350 +msgid "Amount of material changes in frame." +msgstr "" + +#: doc/classes/Viewport.xml:353 +msgid "Amount of shader changes in frame." +msgstr "" + +#: doc/classes/Viewport.xml:356 +msgid "Amount of surface changes in frame." +msgstr "" + +#: doc/classes/Viewport.xml:359 doc/classes/Viewport.xml:365 +msgid "Amount of draw calls in frame." +msgstr "" + +#: doc/classes/Viewport.xml:362 +msgid "Amount of items or joined items in frame." +msgstr "" + +#: doc/classes/Viewport.xml:368 +msgid "Represents the size of the [enum RenderInfo] enum." +msgstr "" + +#: doc/classes/Viewport.xml:371 +msgid "Objects are displayed normally." +msgstr "" + +#: doc/classes/Viewport.xml:374 +msgid "Objects are displayed without light information." +msgstr "" + +#: doc/classes/Viewport.xml:377 +msgid "" +"Objected are displayed semi-transparent with additive blending so you can " +"see where they intersect." +msgstr "" + +#: doc/classes/Viewport.xml:380 +msgid "Objects are displayed in wireframe style." +msgstr "" + +#: doc/classes/Viewport.xml:383 +msgid "Multisample anti-aliasing mode disabled. This is the default value." +msgstr "" + +#: doc/classes/Viewport.xml:386 +msgid "Use 2x Multisample Antialiasing." +msgstr "" + +#: doc/classes/Viewport.xml:389 +msgid "Use 4x Multisample Antialiasing." +msgstr "" + +#: doc/classes/Viewport.xml:392 +msgid "" +"Use 8x Multisample Antialiasing. Likely unsupported on low-end and older " +"hardware." +msgstr "" + +#: doc/classes/Viewport.xml:395 +msgid "" +"Use 16x Multisample Antialiasing. Likely unsupported on medium and low-end " +"hardware." +msgstr "" + +#: doc/classes/Viewport.xml:398 +msgid "" +"Allocates all buffers needed for drawing 2D scenes. This takes less VRAM " +"than the 3D usage modes. Note that 3D rendering effects such as glow and HDR " +"are not available when using this mode." +msgstr "" + +#: doc/classes/Viewport.xml:401 +msgid "" +"Allocates buffers needed for 2D scenes without allocating a buffer for " +"screen copy. Accordingly, you cannot read from the screen. Of the [enum " +"Usage] types, this requires the least VRAM. Note that 3D rendering effects " +"such as glow and HDR are not available when using this mode." +msgstr "" + +#: doc/classes/Viewport.xml:404 +msgid "" +"Allocates full buffers for drawing 3D scenes and all 3D effects including " +"buffers needed for 2D scenes and effects." +msgstr "" + +#: doc/classes/Viewport.xml:407 +msgid "" +"Allocates buffers needed for drawing 3D scenes. But does not allocate " +"buffers needed for reading from the screen and post-processing effects. " +"Saves some VRAM." +msgstr "" + +#: doc/classes/Viewport.xml:410 +msgid "Always clear the render target before drawing." +msgstr "" + +#: doc/classes/Viewport.xml:413 +msgid "Never clear the render target." +msgstr "" + +#: doc/classes/Viewport.xml:416 +msgid "" +"Clear the render target next frame, then switch to [constant " +"CLEAR_MODE_NEVER]." +msgstr "" + +#: doc/classes/ViewportContainer.xml:4 +msgid "Control for holding [Viewport]s." +msgstr "" + +#: doc/classes/ViewportContainer.xml:7 +msgid "" +"A [Container] node that holds a [Viewport], automatically setting its size.\n" +"[b]Note:[/b] Changing a ViewportContainer's [member Control.rect_scale] will " +"cause its contents to appear distorted. To change its visual size without " +"causing distortion, adjust the node's margins instead (if it's not already " +"in a container)." +msgstr "" + +#: doc/classes/ViewportContainer.xml:16 +msgid "" +"If [code]true[/code], the viewport will be scaled to the control's size." +msgstr "" + +#: doc/classes/ViewportContainer.xml:19 +msgid "" +"Divides the viewport's effective resolution by this value while preserving " +"its scale. This can be used to speed up rendering.\n" +"For example, a 1280×720 viewport with [member stretch_shrink] set to " +"[code]2[/code] will be rendered at 640×360 while occupying the same size in " +"the container.\n" +"[b]Note:[/b] [member stretch] must be [code]true[/code] for this property to " +"work." +msgstr "" + +#: doc/classes/ViewportTexture.xml:4 +msgid "Texture which displays the content of a [Viewport]." +msgstr "" + +#: doc/classes/ViewportTexture.xml:7 +msgid "" +"Displays the content of a [Viewport] node as a dynamic [Texture]. This can " +"be used to mix controls, 2D, and 3D elements in the same scene.\n" +"To create a ViewportTexture in code, use the [method Viewport.get_texture] " +"method on the target viewport." +msgstr "" + +#: doc/classes/ViewportTexture.xml:22 +msgid "" +"The path to the [Viewport] node to display. This is relative to the scene " +"root, not to the node which uses the texture." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:4 doc/classes/VisibilityEnabler2D.xml:4 +msgid "Enables certain nodes only when approximately visible." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:7 +msgid "" +"The VisibilityEnabler will disable [RigidBody] and [AnimationPlayer] nodes " +"when they are not visible. It will only affect other nodes within the same " +"scene as the VisibilityEnabler itself.\n" +"If you just want to receive notifications, use [VisibilityNotifier] " +"instead.\n" +"[b]Note:[/b] VisibilityEnabler uses an approximate heuristic for performance " +"reasons. It doesn't take walls and other occlusion into account. The " +"heuristic is an implementation detail and may change in future versions. If " +"you need precise visibility checking, use another method such as adding an " +"[Area] node as a child of a [Camera] node and/or [method Vector3.dot].\n" +"[b]Note:[/b] VisibilityEnabler will not affect nodes added after scene " +"initialization." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:19 doc/classes/VisibilityEnabler2D.xml:19 +msgid "" +"Returns whether the enabler identified by given [enum Enabler] constant is " +"active." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:27 doc/classes/VisibilityEnabler2D.xml:27 +msgid "" +"Sets active state of the enabler identified by given [enum Enabler] constant." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:33 +msgid "If [code]true[/code], [RigidBody] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:36 doc/classes/VisibilityEnabler2D.xml:39 +msgid "If [code]true[/code], [AnimationPlayer] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:41 doc/classes/VisibilityEnabler2D.xml:53 +msgid "This enabler will pause [AnimationPlayer] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:44 +msgid "This enabler will freeze [RigidBody] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler.xml:47 doc/classes/VisibilityEnabler2D.xml:71 +msgid "Represents the size of the [enum Enabler] enum." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:7 +msgid "" +"The VisibilityEnabler2D will disable [RigidBody2D], [AnimationPlayer], and " +"other nodes when they are not visible. It will only affect nodes with the " +"same root node as the VisibilityEnabler2D, and the root node itself.\n" +"If you just want to receive notifications, use [VisibilityNotifier2D] " +"instead.\n" +"[b]Note:[/b] For performance reasons, VisibilityEnabler2D uses an " +"approximate heuristic with precision determined by [member ProjectSettings." +"world/2d/cell_size]. If you need precise visibility checking, use another " +"method such as adding an [Area2D] node as a child of a [Camera2D] node.\n" +"[b]Note:[/b] VisibilityEnabler2D will not affect nodes added after scene " +"initialization." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:33 +msgid "If [code]true[/code], [RigidBody2D] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:36 +msgid "If [code]true[/code], [AnimatedSprite] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:42 +msgid "If [code]true[/code], [Particles2D] nodes will be paused." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:45 +msgid "" +"If [code]true[/code], the parent's [method Node._physics_process] will be " +"stopped." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:48 +msgid "" +"If [code]true[/code], the parent's [method Node._process] will be stopped." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:56 +msgid "This enabler will freeze [RigidBody2D] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:59 +msgid "This enabler will stop [Particles2D] nodes." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:62 +msgid "This enabler will stop the parent's _process function." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:65 +msgid "This enabler will stop the parent's _physics_process function." +msgstr "" + +#: doc/classes/VisibilityEnabler2D.xml:68 +msgid "This enabler will stop [AnimatedSprite] nodes animations." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:4 doc/classes/VisibilityNotifier2D.xml:4 +msgid "Detects approximately when the node is visible on screen." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:7 +msgid "" +"The VisibilityNotifier detects when it is visible on the screen. It also " +"notifies when its bounding rectangle enters or exits the screen or a " +"[Camera]'s view.\n" +"If you want nodes to be disabled automatically when they exit the screen, " +"use [VisibilityEnabler] instead.\n" +"[b]Note:[/b] VisibilityNotifier uses an approximate heuristic for " +"performance reasons. It doesn't take walls and other occlusion into account. " +"The heuristic is an implementation detail and may change in future versions. " +"If you need precise visibility checking, use another method such as adding " +"an [Area] node as a child of a [Camera] node and/or [method Vector3.dot]." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:17 +msgid "" +"If [code]true[/code], the bounding box is on the screen.\n" +"[b]Note:[/b] It takes one frame for the node's visibility to be assessed " +"once added to the scene tree, so this method will return [code]false[/code] " +"right after it is instantiated, even if it will be on screen in the draw " +"pass." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:24 +msgid "The VisibilityNotifier's bounding box." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:31 +msgid "Emitted when the VisibilityNotifier enters a [Camera]'s view." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:37 +msgid "Emitted when the VisibilityNotifier exits a [Camera]'s view." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:42 +msgid "Emitted when the VisibilityNotifier enters the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier.xml:47 +msgid "Emitted when the VisibilityNotifier exits the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:7 +msgid "" +"The VisibilityNotifier2D detects when it is visible on the screen. It also " +"notifies when its bounding rectangle enters or exits the screen or a " +"viewport.\n" +"If you want nodes to be disabled automatically when they exit the screen, " +"use [VisibilityEnabler2D] instead.\n" +"[b]Note:[/b] For performance reasons, VisibilityNotifier2D uses an " +"approximate heuristic with precision determined by [member ProjectSettings." +"world/2d/cell_size]. If you need precise visibility checking, use another " +"method such as adding an [Area2D] node as a child of a [Camera2D] node." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:18 +msgid "" +"If [code]true[/code], the bounding rectangle is on the screen.\n" +"[b]Note:[/b] It takes one frame for the node's visibility to be assessed " +"once added to the scene tree, so this method will return [code]false[/code] " +"right after it is instantiated, even if it will be on screen in the draw " +"pass." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:25 +msgid "The VisibilityNotifier2D's bounding rectangle." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:31 +msgid "Emitted when the VisibilityNotifier2D enters the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:36 +msgid "Emitted when the VisibilityNotifier2D exits the screen." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:42 +msgid "Emitted when the VisibilityNotifier2D enters a [Viewport]'s view." +msgstr "" + +#: doc/classes/VisibilityNotifier2D.xml:48 +msgid "Emitted when the VisibilityNotifier2D exits a [Viewport]'s view." +msgstr "" + +#: doc/classes/VisualInstance.xml:4 +msgid "Parent of all visual 3D nodes." +msgstr "" + +#: doc/classes/VisualInstance.xml:7 +msgid "" +"The [VisualInstance] is used to connect a resource to a visual " +"representation. All visual 3D nodes inherit from the [VisualInstance]. In " +"general, you should not access the [VisualInstance] properties directly as " +"they are accessed and managed by the nodes that inherit from " +"[VisualInstance]. [VisualInstance] is the node representation of the " +"[VisualServer] instance." +msgstr "" + +#: doc/classes/VisualInstance.xml:15 +msgid "" +"Returns the [AABB] (also known as the bounding box) for this " +"[VisualInstance]. See also [method get_transformed_aabb]." +msgstr "" + +#: doc/classes/VisualInstance.xml:21 +msgid "" +"Returns the RID of the resource associated with this [VisualInstance]. For " +"example, if the Node is a [MeshInstance], this will return the RID of the " +"associated [Mesh]." +msgstr "" + +#: doc/classes/VisualInstance.xml:27 +msgid "" +"Returns the RID of this instance. This RID is the same as the RID returned " +"by [method VisualServer.instance_create]. This RID is needed if you want to " +"call [VisualServer] functions directly on this [VisualInstance]." +msgstr "" + +#: doc/classes/VisualInstance.xml:34 +msgid "" +"Returns [code]true[/code] when the specified layer is enabled in [member " +"layers] and [code]false[/code] otherwise." +msgstr "" + +#: doc/classes/VisualInstance.xml:40 +msgid "" +"Returns the transformed [AABB] (also known as the bounding box) for this " +"[VisualInstance].\n" +"Transformed in this case means the [AABB] plus the position, rotation, and " +"scale of the [Spatial]'s [Transform]. See also [method get_aabb]." +msgstr "" + +#: doc/classes/VisualInstance.xml:48 +msgid "" +"Sets the resource that is instantiated by this [VisualInstance], which " +"changes how the engine handles the [VisualInstance] under the hood. " +"Equivalent to [method VisualServer.instance_set_base]." +msgstr "" + +#: doc/classes/VisualInstance.xml:56 +msgid "Enables a particular layer in [member layers]." +msgstr "" + +#: doc/classes/VisualInstance.xml:62 +msgid "" +"The render layer(s) this [VisualInstance] is drawn on.\n" +"This object will only be visible for [Camera]s whose cull mask includes the " +"render object this [VisualInstance] is set to." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:4 +msgid "A script implemented in the Visual Script programming environment." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:7 +msgid "" +"A script implemented in the Visual Script programming environment. The " +"script extends the functionality of all objects that instance it.\n" +"[method Object.set_script] extends an existing object, if that object's " +"class matches one of the script's base classes.\n" +"You are most likely to use this class via the Visual Script editor or when " +"writing plugins for it." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:12 +msgid "" +"https://docs.godotengine.org/en/3.4/getting_started/scripting/visual_script/" +"index.html" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:19 +msgid "Add a custom signal with the specified name to the VisualScript." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:26 +msgid "Add a function with the specified name to the VisualScript." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:36 +msgid "Add a node to a function of the VisualScript." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:45 +msgid "" +"Add a variable to the VisualScript, optionally giving it a default value or " +"marking it as exported." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:55 +msgid "" +"Add an argument to a custom signal added with [method add_custom_signal]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:62 +msgid "Get the count of a custom signal's arguments." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:70 +msgid "Get the name of a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:78 +msgid "Get the type of a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:86 +msgid "Remove a specific custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:95 +msgid "Rename a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:104 +msgid "Change the type of a custom signal's argument." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:113 +msgid "Swap two of the arguments of a custom signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:124 +msgid "" +"Connect two data ports. The value of [code]from_node[/code]'s " +"[code]from_port[/code] would be fed into [code]to_node[/code]'s " +"[code]to_port[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:135 +msgid "" +"Disconnect two data ports previously connected with [method data_connect]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:142 +msgid "Returns the id of a function's entry point node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:149 +msgid "Returns the position of the center of the screen for a given function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:157 +msgid "Returns a node given its id and its function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:165 +msgid "Returns a node's position in pixels." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:172 +msgid "Returns the default (initial) value of a variable." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:179 +msgid "Returns whether a variable is exported." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:186 +msgid "" +"Returns the information for a given variable as a dictionary. The " +"information includes its name, type, hint and usage." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:193 +msgid "Returns whether a signal exists with the specified name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:204 +msgid "Returns whether the specified data ports are connected." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:211 +msgid "Returns whether a function exists with the specified name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:219 +msgid "Returns whether a node exists with the given id." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:229 +msgid "Returns whether the specified sequence ports are connected." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:236 +msgid "Returns whether a variable exists with the specified name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:243 +msgid "Remove a custom signal with the given name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:250 +msgid "Remove a specific function and its nodes from the script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:258 +msgid "Remove a specific node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:265 +msgid "Remove a variable with the given name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:273 +msgid "Change the name of a custom signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:281 +msgid "Change the name of a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:289 +msgid "Change the name of a variable." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:299 +msgid "" +"Connect two sequence ports. The execution will flow from of [code]from_node[/" +"code]'s [code]from_output[/code] into [code]to_node[/code].\n" +"Unlike [method data_connect], there isn't a [code]to_port[/code], since the " +"target node can have only one sequence port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:310 +msgid "" +"Disconnect two sequence ports previously connected with [method " +"sequence_connect]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:318 +msgid "Position the center of the screen for a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:325 +msgid "Set the base type of the script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:334 +msgid "Position a node on the screen." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:342 +msgid "Change the default (initial) value of a variable." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:350 +msgid "Change whether a variable is exported." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:358 +msgid "" +"Set a variable's info, using the same format as [method get_variable_info]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScript.xml:367 +msgid "Emitted when the ports of a node are changed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:4 +msgid "A Visual Script node representing a constant from the base types." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:7 +msgid "" +"A Visual Script node representing a constant from base types, such as " +"[constant Vector3.AXIS_X]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:15 +msgid "The type to get the constant from." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml:18 +msgid "The name of the constant to return." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:4 +msgid "A Visual Script node used to call built-in functions." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:7 +msgid "" +"A built-in function used inside a [VisualScript]. It is usually a math " +"function or an utility function.\n" +"See also [@GDScript], for the same functions in the GDScript language." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:16 +msgid "The function to be executed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:21 +msgid "Return the sine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:24 +msgid "Return the cosine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:27 +msgid "Return the tangent of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:30 +msgid "Return the hyperbolic sine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:33 +msgid "Return the hyperbolic cosine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:36 +msgid "Return the hyperbolic tangent of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:39 +msgid "Return the arc sine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:42 +msgid "Return the arc cosine of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:45 +msgid "Return the arc tangent of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:48 +msgid "" +"Return the arc tangent of the input, using the signs of both parameters to " +"determine the exact angle." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:51 +msgid "Return the square root of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:54 +msgid "" +"Return the remainder of one input divided by the other, using floating-point " +"numbers." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:57 +msgid "" +"Return the positive remainder of one input divided by the other, using " +"floating-point numbers." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:60 +msgid "Return the input rounded down." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:63 +msgid "Return the input rounded up." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:66 +msgid "Return the input rounded to the nearest integer." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:69 +msgid "Return the absolute value of the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:72 +msgid "" +"Return the sign of the input, turning it into 1, -1, or 0. Useful to " +"determine if the input is positive or negative." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:75 +msgid "Return the input raised to a given power." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:78 +msgid "" +"Return the natural logarithm of the input. Note that this is not the typical " +"base-10 logarithm function calculators use." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:81 +msgid "" +"Return the mathematical constant [b]e[/b] raised to the specified power of " +"the input. [b]e[/b] has an approximate value of 2.71828." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:84 +msgid "" +"Return whether the input is NaN (Not a Number) or not. NaN is usually " +"produced by dividing 0 by 0, though other ways exist." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:87 +msgid "" +"Return whether the input is an infinite floating-point number or not. " +"Infinity is usually produced by dividing a number by 0, though other ways " +"exist." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:90 +msgid "" +"Easing function, based on exponent. 0 is constant, 1 is linear, 0 to 1 is " +"ease-in, 1+ is ease out. Negative values are in-out/out in." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:93 +msgid "" +"Return the number of digit places after the decimal that the first non-zero " +"digit occurs." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:96 +msgid "Return the input snapped to a given step." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:99 +msgid "" +"Return a number linearly interpolated between the first two inputs, based on " +"the third input. Uses the formula [code]a + (a - b) * t[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:106 +msgid "Moves the number toward a value, based on the third input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:109 +msgid "" +"Return the result of [code]value[/code] decreased by [code]step[/code] * " +"[code]amount[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:112 +msgid "" +"Randomize the seed (or the internal state) of the random number generator. " +"Current implementation reseeds using a number based on time." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:115 +msgid "" +"Return a random 32 bits integer value. To obtain a random value between 0 to " +"N (where N is smaller than 2^32 - 1), you can use it with the remainder " +"function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:118 +msgid "" +"Return a random floating-point value between 0 and 1. To obtain a random " +"value between 0 to N, you can use it with multiplication." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:121 +msgid "Return a random floating-point value between the two inputs." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:124 +msgid "Set the seed for the random number generator." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:127 +msgid "Return a random value from the given seed, along with the new seed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:130 +msgid "Convert the input from degrees to radians." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:133 +msgid "Convert the input from radians to degrees." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:136 +msgid "Convert the input from linear volume to decibel volume." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:139 +msgid "Convert the input from decibel volume to linear volume." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:152 +msgid "Return the greater of the two numbers, also known as their maximum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:155 +msgid "Return the lesser of the two numbers, also known as their minimum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:158 +msgid "" +"Return the input clamped inside the given range, ensuring the result is " +"never outside it. Equivalent to [code]min(max(input, range_low), range_high)" +"[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:161 +msgid "Return the nearest power of 2 to the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:164 +msgid "Create a [WeakRef] from the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:167 +msgid "Create a [FuncRef] from the input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:170 +msgid "Convert between types." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:173 +msgid "" +"Return the type of the input as an integer. Check [enum Variant.Type] for " +"the integers that might be returned." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:176 +msgid "Checks if a type is registered in the [ClassDB]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:179 +msgid "Return a character with the given ascii value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:182 +msgid "Convert the input to a string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:185 +msgid "Print the given string to the output window." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:188 +msgid "Print the given string to the standard error output." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:191 +msgid "" +"Print the given string to the standard output, without adding a newline." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:194 +msgid "Serialize a [Variant] to a string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:197 +msgid "" +"Deserialize a [Variant] from a string serialized using [constant VAR_TO_STR]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:200 +msgid "Serialize a [Variant] to a [PoolByteArray]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:203 +msgid "" +"Deserialize a [Variant] from a [PoolByteArray] serialized using [constant " +"VAR_TO_BYTES]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:206 +msgid "" +"Return the [Color] with the given name and alpha ranging from 0 to 1.\n" +"[b]Note:[/b] Names are defined in [code]color_names.inc[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:210 +msgid "" +"Return a number smoothly interpolated between the first two inputs, based on " +"the third input. Similar to [constant MATH_LERP], but interpolates faster at " +"the beginning and slower at the end. Using Hermite interpolation formula:\n" +"[codeblock]\n" +"var t = clamp((weight - from) / (to - from), 0.0, 1.0)\n" +"return t * t * (3.0 - 2.0 * t)\n" +"[/codeblock]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml:223 +msgid "Represents the size of the [enum BuiltinFunc] enum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:4 +msgid "Gets a constant from a given class." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:7 +msgid "" +"This node returns a constant from a given class, such as [constant " +"TYPE_INT]. See the given class' documentation for available constants.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]value[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:19 +msgid "The constant's parent class." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptClassConstant.xml:22 +msgid "" +"The constant to return. See the given class for its available constants." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:4 +msgid "A Visual Script node used to annotate the script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:7 +msgid "" +"A Visual Script node used to display annotations in the script, so that code " +"may be documented.\n" +"Comment nodes can be resized so they encompass a group of nodes." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:16 +msgid "The text inside the comment node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:19 +msgid "The comment node's size (in pixels)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComment.xml:22 +msgid "The comment node's title." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComposeArray.xml:4 +msgid "A Visual Script Node used to create array from a list of items." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptComposeArray.xml:7 +msgid "" +"A Visual Script Node used to compose array from the list of elements " +"provided with custom in-graph UI hard coded in the VisualScript Editor." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCondition.xml:4 +msgid "A Visual Script node which branches the flow." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCondition.xml:7 +msgid "" +"A Visual Script node that checks a [bool] input port. If [code]true[/code], " +"it will exit via the \"true\" sequence port. If [code]false[/code], it will " +"exit via the \"false\" sequence port. After exiting either, it exits via the " +"\"done\" port. Sequence ports may be left disconnected.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]if (cond) is[/code]\n" +"- Data (boolean): [code]cond[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]true[/code]\n" +"- Sequence: [code]false[/code]\n" +"- Sequence: [code]done[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:4 +msgid "Gets a contant's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:7 +msgid "" +"This node returns a constant's value.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:19 +msgid "The constant's type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstant.xml:22 +msgid "The constant's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstructor.xml:4 +msgid "A Visual Script node which calls a base type constructor." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptConstructor.xml:7 +msgid "" +"A Visual Script node which calls a base type constructor. It can be used for " +"type conversion as well." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:4 +msgid "A scripted Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:7 +msgid "A custom Visual Script node which can be scripted in powerful ways." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:15 +msgid "Return the node's title." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:21 +msgid "Return the node's category." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:27 +msgid "Return the count of input value ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:34 +msgid "" +"Return the specified input port's hint. See the [enum @GlobalScope." +"PropertyHint] hints." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:41 +msgid "Return the specified input port's hint string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:48 +msgid "Return the specified input port's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:55 +msgid "" +"Return the specified input port's type. See the [enum Variant.Type] values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:61 +msgid "Return the amount of output [b]sequence[/b] ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:68 +msgid "Return the specified [b]sequence[/b] output's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:74 +msgid "Return the amount of output value ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:81 +msgid "" +"Return the specified output port's hint. See the [enum @GlobalScope." +"PropertyHint] hints." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:88 +msgid "Return the specified output port's hint string." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:95 +msgid "Return the specified output port's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:102 +msgid "" +"Return the specified output port's type. See the [enum Variant.Type] values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:108 +msgid "" +"Return the custom node's text, which is shown right next to the input " +"[b]sequence[/b] port (if there is none, on the place that is usually taken " +"by it)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:114 +msgid "" +"Return the size of the custom node's working memory. See [method _step] for " +"more details." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:120 +msgid "Return whether the custom node has an input [b]sequence[/b] port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:130 +msgid "" +"Execute the custom node's logic, returning the index of the output sequence " +"port to use or a [String] when there is an error.\n" +"The [code]inputs[/code] array contains the values of the input ports.\n" +"[code]outputs[/code] is an array whose indices should be set to the " +"respective outputs.\n" +"The [code]start_mode[/code] is usually [constant START_MODE_BEGIN_SEQUENCE], " +"unless you have used the [code]STEP_*[/code] constants.\n" +"[code]working_mem[/code] is an array which can be used to persist " +"information between runs of the custom node. The size needs to be predefined " +"using [method _get_working_memory_size].\n" +"When returning, you can mask the returned value with one of the " +"[code]STEP_*[/code] constants." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:141 +msgid "The start mode used the first time when [method _step] is called." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:144 +msgid "" +"The start mode used when [method _step] is called after coming back from a " +"[constant STEP_PUSH_STACK_BIT]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:147 +msgid "" +"The start mode used when [method _step] is called after resuming from " +"[constant STEP_YIELD_BIT]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:150 +msgid "" +"Hint used by [method _step] to tell that control should return to it when " +"there is no other node left to execute.\n" +"This is used by [VisualScriptCondition] to redirect the sequence to the " +"\"Done\" port after the [code]true[/code]/[code]false[/code] branch has " +"finished execution." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:154 +msgid "" +"Hint used by [method _step] to tell that control should return back, either " +"hitting a previous [constant STEP_PUSH_STACK_BIT] or exiting the function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:159 +msgid "" +"Hint used by [method _step] to tell that control should stop and exit the " +"function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptCustomNode.xml:162 +msgid "" +"Hint used by [method _step] to tell that the function should be yielded.\n" +"Using this requires you to have at least one working memory slot, which is " +"used for the [VisualScriptFunctionState]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptDeconstruct.xml:4 +#: modules/visual_script/doc_classes/VisualScriptDeconstruct.xml:7 +msgid "" +"A Visual Script node which deconstructs a base type instance into its parts." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptDeconstruct.xml:15 +msgid "The type to deconstruct." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEditor.xml:16 +msgid "" +"Add a custom Visual Script node to the editor. It'll be placed under " +"\"Custom Nodes\" with the [code]category[/code] as the parameter." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEditor.xml:24 +msgid "" +"Remove a custom Visual Script node from the editor. Custom nodes already " +"placed on scripts won't be removed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEditor.xml:31 +msgid "Emitted when a custom Visual Script node is added or removed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEmitSignal.xml:4 +msgid "Emits a specified signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEmitSignal.xml:7 +msgid "" +"Emits a specified signal when it is executed.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]emit[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEmitSignal.xml:19 +msgid "The signal to emit." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml:4 +#: modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml:7 +msgid "A Visual Script node returning a singleton from [@GlobalScope]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml:15 +msgid "The singleton's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptExpression.xml:4 +msgid "A Visual Script node that can execute a custom expression." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptExpression.xml:7 +msgid "" +"A Visual Script node that can execute a custom expression. Values can be " +"provided for the input and the expression result can be retrieved from the " +"output." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunction.xml:4 +msgid "A Visual Script node representing a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunction.xml:7 +msgid "" +"[VisualScriptFunction] represents a function header. It is the starting " +"point for the function body and can be used to tweak the function's " +"properties (e.g. RPC mode)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:4 +msgid "A Visual Script node for calling a function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:7 +msgid "" +"[VisualScriptFunctionCall] is created when you add or drag and drop a " +"function onto the Visual Script graph. It allows to tweak parameters of the " +"call, e.g. what object the function is called on." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:15 +msgid "" +"The script to be used when [member call_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:18 +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:15 +msgid "" +"The base type to be used when [member call_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:21 +msgid "" +"The type to be used when [member call_mode] is set to [constant " +"CALL_MODE_BASIC_TYPE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:24 +msgid "" +"[code]call_mode[/code] determines the target object on which the method will " +"be called. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:27 +msgid "The name of the function to be called." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:30 +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:21 +msgid "" +"The node path to use when [member call_mode] is set to [constant " +"CALL_MODE_NODE_PATH]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:33 +msgid "" +"The mode for RPC calls. See [method Node.rpc] for more details and [enum " +"RPCCallMode] for available options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:36 +msgid "" +"The singleton to call the method on. Used when [member call_mode] is set to " +"[constant CALL_MODE_SINGLETON]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:39 +msgid "" +"Number of default arguments that will be used when calling the function. " +"Can't be higher than the number of available default arguments in the " +"method's declaration." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:42 +msgid "" +"If [code]false[/code], call errors (e.g. wrong number of arguments) will be " +"ignored." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:47 +msgid "The method will be called on this [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:50 +msgid "The method will be called on the given [Node] in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:53 +msgid "" +"The method will be called on an instanced node with the given type and " +"script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:56 +msgid "The method will be called on a GDScript basic type (e.g. [Vector2])." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:59 +msgid "The method will be called on a singleton." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:62 +msgid "The method will be called locally." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:65 +msgid "The method will be called remotely." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:68 +msgid "The method will be called remotely using an unreliable protocol." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:71 +msgid "The method will be called remotely for the given peer." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionCall.xml:74 +msgid "" +"The method will be called remotely for the given peer, using an unreliable " +"protocol." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:4 +msgid "A Visual Script node representing a function state." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:7 +msgid "" +"[VisualScriptFunctionState] is returned from [VisualScriptYield] and can be " +"used to resume a paused function call." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:18 +msgid "" +"Connects this [VisualScriptFunctionState] to a signal in the given object to " +"automatically resume when it's emitted." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:24 +msgid "Returns whether the function state is valid." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptFunctionState.xml:31 +msgid "Resumes the function to run from the point it was yielded." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml:4 +#: modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml:7 +msgid "A Visual Script node returning a constant from [@GlobalScope]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml:15 +msgid "The constant to be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexGet.xml:4 +msgid "A Visual Script node for getting a value from an array or a dictionary." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexGet.xml:7 +msgid "" +"[VisualScriptIndexGet] will return the value stored in an array or a " +"dictionary under the given index." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexSet.xml:4 +msgid "A Visual Script node for setting a value in an array or a dictionary." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIndexSet.xml:7 +msgid "" +"[VisualScriptIndexSet] will set the value stored in an array or a dictionary " +"under the given index to the provided new value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:4 +msgid "A Visual Script node returning a state of an action." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:7 +msgid "" +"[VisualScriptInputAction] can be used to check if an action is pressed or " +"released." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:15 +msgid "Name of the action." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:18 +msgid "State of the action to check. See [enum Mode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:23 +msgid "[code]True[/code] if action is pressed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:26 +msgid "[code]True[/code] if action is released (i.e. not pressed)." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:29 +msgid "[code]True[/code] on the frame the action was pressed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptInputAction.xml:32 +msgid "[code]True[/code] on the frame the action was released." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIterator.xml:4 +msgid "Steps through items in a given input." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptIterator.xml:7 +msgid "" +"This node steps through each item in a given input. Input can be any " +"sequence data type, such as an [Array] or [String]. When each item has been " +"processed, execution passed out the [code]exit[/code] Sequence port.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]for (elem) in (input)[/code]\n" +"- Data (variant): [code]input[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]each[/code]\n" +"- Sequence: [code]exit[/code]\n" +"- Data (variant): [code]elem[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:4 +msgid "A Visual Script virtual class for in-graph editable nodes." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:7 +msgid "" +"A Visual Script virtual class that defines the shape and the default " +"behavior of the nodes that have to be in-graph editable nodes." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:18 +msgid "Adds an input port to the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:27 +msgid "Adds an output port to the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:34 +msgid "Removes an input port from the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:41 +msgid "Removes an output port from the Visual Script node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:49 +msgid "Sets the name of an input port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:57 +msgid "Sets the type of an input port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:65 +msgid "Sets the name of an output port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLists.xml:73 +msgid "Sets the type of an output port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:4 +msgid "Gets a local variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:7 +msgid "" +"Returns a local variable's value. \"Var Name\" must be supplied, with an " +"optional type.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:19 +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:21 +msgid "The local variable's type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVar.xml:22 +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:24 +msgid "The local variable's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:4 +msgid "Changes a local variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml:7 +msgid "" +"Changes a local variable's value to the given input. The new value is also " +"provided on an output Data port.\n" +"[b]Input Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]set[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:4 +msgid "Commonly used mathematical constants." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:7 +msgid "" +"Provides common math constants, such as Pi, on an output Data port.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]get[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:19 +msgid "The math constant." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:24 +msgid "Unity: [code]1[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:27 +msgid "Pi: [code]3.141593[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:30 +msgid "Pi divided by two: [code]1.570796[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:33 +msgid "Tau: [code]6.283185[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:36 +msgid "" +"Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/" +"code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:39 +msgid "Square root of two: [code]1.414214[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:42 +msgid "Infinity: [code]inf[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:45 +msgid "Not a number: [code]nan[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptMathConstant.xml:48 +msgid "Represents the size of the [enum MathConstant] enum." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:4 +msgid "A node which is part of a [VisualScript]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:7 +msgid "" +"A node which is part of a [VisualScript]. Not to be confused with [Node], " +"which is a part of a [SceneTree]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:16 +msgid "" +"Returns the default value of a given port. The default value is used when " +"nothing is connected to the port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:22 +msgid "Returns the [VisualScript] instance the node is bound to." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:28 +msgid "" +"Notify that the node's ports have changed. Usually used in conjunction with " +"[VisualScriptCustomNode] ." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:36 +msgid "Change the default value of a given port." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptNode.xml:43 +msgid "Emitted when the available input/output ports are changed." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:4 +msgid "A Visual Script node that performs an operation on two values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:7 +msgid "" +"[b]Input Ports:[/b]\n" +"- Data (variant): [code]A[/code]\n" +"- Data (variant): [code]B[/code]\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]result[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:19 +msgid "" +"The operation to be performed. See [enum Variant.Operator] for available " +"options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptOperator.xml:22 +msgid "" +"The type of the values for this operation. See [enum Variant.Type] for " +"available options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPreload.xml:4 +msgid "Creates a new [Resource] or loads one from the filesystem." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPreload.xml:7 +msgid "" +"Creates a new [Resource] or loads one from the filesystem.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (object): [code]res[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPreload.xml:19 +msgid "The [Resource] to load." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:4 +msgid "A Visual Script node returning a value of a property from an [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:7 +msgid "" +"[VisualScriptPropertyGet] can return a value of any property from the " +"current object or other objects." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:15 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:18 +msgid "" +"The script to be used when [member set_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:18 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:21 +msgid "" +"The base type to be used when [member set_mode] is set to [constant " +"CALL_MODE_INSTANCE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:21 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:24 +msgid "" +"The type to be used when [member set_mode] is set to [constant " +"CALL_MODE_BASIC_TYPE]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:24 +msgid "" +"The indexed name of the property to retrieve. See [method Object." +"get_indexed] for details." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:27 +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:30 +msgid "" +"The node path to use when [member set_mode] is set to [constant " +"CALL_MODE_NODE_PATH]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:30 +msgid "" +"The name of the property to retrieve. Changing this will clear [member " +"index]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:33 +msgid "" +"[code]set_mode[/code] determines the target object from which the property " +"will be retrieved. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:38 +msgid "The property will be retrieved from this [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:41 +msgid "The property will be retrieved from the given [Node] in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:44 +msgid "" +"The property will be retrieved from an instanced node with the given type " +"and script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertyGet.xml:47 +msgid "" +"The property will be retrieved from a GDScript basic type (e.g. [Vector2])." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:4 +msgid "A Visual Script node that sets a property of an [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:7 +msgid "" +"[VisualScriptPropertySet] can set the value of any property from the current " +"object or other objects." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:15 +msgid "" +"The additional operation to perform when assigning. See [enum AssignOp] for " +"options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:27 +msgid "" +"The indexed name of the property to set. See [method Object.set_indexed] for " +"details." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:33 +msgid "" +"The name of the property to set. Changing this will clear [member index]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:36 +msgid "" +"[code]set_mode[/code] determines the target object on which the property " +"will be set. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:41 +msgid "The property will be set on this [Object]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:44 +msgid "The property will be set on the given [Node] in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:47 +msgid "" +"The property will be set on an instanced node with the given type and script." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:50 +msgid "The property will be set on a GDScript basic type (e.g. [Vector2])." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:53 +msgid "The property will be assigned regularly." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:56 +msgid "" +"The value will be added to the property. Equivalent of doing [code]+=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:59 +msgid "" +"The value will be subtracted from the property. Equivalent of doing [code]-" +"=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:62 +msgid "" +"The property will be multiplied by the value. Equivalent of doing [code]*=[/" +"code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:65 +msgid "" +"The property will be divided by the value. Equivalent of doing [code]/=[/" +"code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:68 +msgid "" +"A modulo operation will be performed on the property and the value. " +"Equivalent of doing [code]%=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:71 +msgid "" +"The property will be binarly shifted to the left by the given value. " +"Equivalent of doing [code]<<[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:74 +msgid "" +"The property will be binarly shifted to the right by the given value. " +"Equivalent of doing [code]>>[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:77 +msgid "" +"A binary [code]AND[/code] operation will be performed on the property. " +"Equivalent of doing [code]&=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:80 +msgid "" +"A binary [code]OR[/code] operation will be performed on the property. " +"Equivalent of doing [code]|=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptPropertySet.xml:83 +msgid "" +"A binary [code]XOR[/code] operation will be performed on the property. " +"Equivalent of doing [code]^=[/code]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:4 +msgid "Exits a function and returns an optional value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:7 +msgid "" +"Ends the execution of a function and returns control to the calling " +"function. Optionally, it can return a [Variant] value.\n" +"[b]Input Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]result[/code] (optional)\n" +"[b]Output Ports:[/b]\n" +"none" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:20 +msgid "If [code]true[/code], the [code]return[/code] input port is available." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptReturn.xml:23 +msgid "The return value's data type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneNode.xml:4 +msgid "Node reference." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneNode.xml:7 +msgid "" +"A direct reference to a node.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data: [code]node[/code] (obj)" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneNode.xml:19 +msgid "The node's path in the scene tree." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSceneTree.xml:4 +#: modules/visual_script/doc_classes/VisualScriptSceneTree.xml:7 +msgid "A Visual Script node for accessing [SceneTree] methods." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelect.xml:4 +msgid "Chooses between two input values." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelect.xml:7 +msgid "" +"Chooses between two input values based on a Boolean condition.\n" +"[b]Input Ports:[/b]\n" +"- Data (boolean): [code]cond[/code]\n" +"- Data (variant): [code]a[/code]\n" +"- Data (variant): [code]b[/code]\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]out[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelect.xml:21 +msgid "The input variables' type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelf.xml:4 +msgid "Outputs a reference to the current instance." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSelf.xml:7 +msgid "" +"Provides a reference to the node running the visual script.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (object): [code]instance[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSequence.xml:4 +msgid "Executes a series of Sequence ports." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSequence.xml:7 +msgid "" +"Steps through a series of one or more output Sequence ports. The " +"[code]current[/code] data port outputs the currently executing item.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]in order[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]1[/code]\n" +"- Sequence: [code]2 - n[/code] (optional)\n" +"- Data (int): [code]current[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSequence.xml:21 +msgid "The number of steps in the sequence." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSubCall.xml:4 +msgid "Calls a method called [code]_subcall[/code] in this object." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSubCall.xml:7 +msgid "" +"[VisualScriptSubCall] will call method named [code]_subcall[/code] in the " +"current script. It will fail if the method doesn't exist or the provided " +"arguments are wrong." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSubCall.xml:16 +msgid "Called by this node." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSwitch.xml:4 +msgid "Branches program flow based on a given input's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptSwitch.xml:7 +msgid "" +"Branches the flow based on an input's value. Use [b]Case Count[/b] in the " +"Inspector to set the number of branches and each comparison's optional " +"type.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]'input' is[/code]\n" +"- Data (variant): [code]=[/code]\n" +"- Data (variant): [code]=[/code] (optional)\n" +"- Data (variant): [code]input[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence\n" +"- Sequence (optional)\n" +"- Sequence: [code]done[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:4 +msgid "A Visual Script node that casts the given value to another type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:7 +msgid "" +"[VisualScriptTypeCast] will perform a type conversion to an [Object]-derived " +"type." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:15 +msgid "" +"The target script class to be converted to. If none, only the [member " +"base_type] will be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptTypeCast.xml:18 +msgid "The target type to be converted to." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableGet.xml:4 +msgid "Gets a variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableGet.xml:7 +msgid "" +"Returns a variable's value. \"Var Name\" must be supplied, with an optional " +"type.\n" +"[b]Input Ports:[/b]\n" +"none\n" +"[b]Output Ports:[/b]\n" +"- Data (variant): [code]value[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableGet.xml:19 +#: modules/visual_script/doc_classes/VisualScriptVariableSet.xml:20 +msgid "The variable's name." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableSet.xml:4 +msgid "Changes a variable's value." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptVariableSet.xml:7 +msgid "" +"Changes a variable's value to the given input.\n" +"[b]Input Ports:[/b]\n" +"- Sequence\n" +"- Data (variant): [code]set[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptWhile.xml:4 +msgid "Conditional loop." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptWhile.xml:7 +msgid "" +"Loops while a condition is [code]true[/code]. Execution continues out the " +"[code]exit[/code] Sequence port when the loop terminates.\n" +"[b]Input Ports:[/b]\n" +"- Sequence: [code]while(cond)[/code]\n" +"- Data (bool): [code]cond[/code]\n" +"[b]Output Ports:[/b]\n" +"- Sequence: [code]repeat[/code]\n" +"- Sequence: [code]exit[/code]" +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:4 +msgid "A Visual Script node used to pause a function execution." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:7 +msgid "" +"[VisualScriptYield] will pause the function call and return " +"[VisualScriptFunctionState], which can be used to resume the function." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:15 +msgid "" +"The mode to use for yielding. See [enum YieldMode] for available options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:18 +msgid "The time to wait when [member mode] is set to [constant YIELD_WAIT]." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:23 +msgid "Yields during an idle frame." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:26 +msgid "Yields during a physics frame." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYield.xml:29 +msgid "Yields a function and waits the given time." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:4 +msgid "A Visual Script node yielding for a signal." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:7 +msgid "" +"[VisualScriptYieldSignal] will pause the function execution until the " +"provided signal is emitted." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:18 +msgid "" +"[code]call_mode[/code] determines the target object to wait for the signal " +"emission. See [enum CallMode] for options." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:24 +msgid "The signal name to be waited for." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:29 +msgid "A signal from this [Object] will be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:32 +msgid "A signal from the given [Node] in the scene tree will be used." +msgstr "" + +#: modules/visual_script/doc_classes/VisualScriptYieldSignal.xml:35 +msgid "A signal from an instanced node with the given type will be used." +msgstr "" + +#: doc/classes/VisualServer.xml:4 +msgid "Server for anything visible." +msgstr "" + +#: doc/classes/VisualServer.xml:7 +msgid "" +"Server for anything visible. The visual server is the API backend for " +"everything visible. The whole scene system mounts on it to display.\n" +"The visual server is completely opaque, the internals are entirely " +"implementation specific and cannot be accessed.\n" +"The visual server can be used to bypass the scene system entirely.\n" +"Resources are created using the [code]*_create[/code] functions.\n" +"All objects are drawn to a viewport. You can use the [Viewport] attached to " +"the [SceneTree] or you can create one yourself with [method " +"viewport_create]. When using a custom scenario or canvas, the scenario or " +"canvas needs to be attached to the viewport using [method " +"viewport_set_scenario] or [method viewport_attach_canvas].\n" +"In 3D, all visual objects must be associated with a scenario. The scenario " +"is a visual representation of the world. If accessing the visual server from " +"a running game, the scenario can be accessed from the scene tree from any " +"[Spatial] node with [method Spatial.get_world]. Otherwise, a scenario can be " +"created with [method scenario_create].\n" +"Similarly, in 2D, a canvas is needed to draw all canvas items.\n" +"In 3D, all visible objects are comprised of a resource and an instance. A " +"resource can be a mesh, a particle system, a light, or any other 3D object. " +"In order to be visible resources must be attached to an instance using " +"[method instance_set_base]. The instance must also be attached to the " +"scenario using [method instance_set_scenario] in order to be visible.\n" +"In 2D, all visible objects are some form of canvas item. In order to be " +"visible, a canvas item needs to be the child of a canvas attached to a " +"viewport, or it needs to be the child of another canvas item that is " +"eventually attached to the canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:18 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/optimization/using_servers.html" +msgstr "" + +#: doc/classes/VisualServer.xml:28 +msgid "Sets images to be rendered in the window margin." +msgstr "" + +#: doc/classes/VisualServer.xml:38 +msgid "" +"Sets margin size, where black bars (or images, if [method " +"black_bars_set_images] was used) are rendered." +msgstr "" + +#: doc/classes/VisualServer.xml:44 +msgid "" +"Creates a camera and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]camera_*[/code] " +"VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:53 +msgid "" +"Sets the cull mask associated with this camera. The cull mask describes " +"which 3D layers are rendered by this camera. Equivalent to [member Camera." +"cull_mask]." +msgstr "" + +#: doc/classes/VisualServer.xml:61 +msgid "" +"Sets the environment used by this camera. Equivalent to [member Camera." +"environment]." +msgstr "" + +#: doc/classes/VisualServer.xml:72 +msgid "" +"Sets camera to use frustum projection. This mode allows adjusting the " +"[code]offset[/code] argument to create \"tilted frustum\" effects." +msgstr "" + +#: doc/classes/VisualServer.xml:82 +msgid "" +"Sets camera to use orthogonal projection, also known as orthographic " +"projection. Objects remain the same size on the screen no matter how far " +"away they are." +msgstr "" + +#: doc/classes/VisualServer.xml:92 +msgid "" +"Sets camera to use perspective projection. Objects on the screen becomes " +"smaller when they are far away." +msgstr "" + +#: doc/classes/VisualServer.xml:100 +msgid "Sets [Transform] of camera." +msgstr "" + +#: doc/classes/VisualServer.xml:108 +msgid "" +"If [code]true[/code], preserves the horizontal aspect ratio which is " +"equivalent to [constant Camera.KEEP_WIDTH]. If [code]false[/code], preserves " +"the vertical aspect ratio which is equivalent to [constant Camera." +"KEEP_HEIGHT]." +msgstr "" + +#: doc/classes/VisualServer.xml:114 +msgid "" +"Creates a canvas and returns the assigned [RID]. It can be accessed with the " +"RID that is returned. This RID will be used in all [code]canvas_*[/code] " +"VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:125 +msgid "Adds a circle command to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:133 +msgid "" +"If ignore is [code]true[/code], the VisualServer does not perform clipping." +msgstr "" + +#: doc/classes/VisualServer.xml:145 +msgid "Adds a line command to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:157 +msgid "Adds a mesh command to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:167 +msgid "" +"Adds a [MultiMesh] to the [CanvasItem]'s draw commands. Only affects its " +"aabb at the moment." +msgstr "" + +#: doc/classes/VisualServer.xml:184 +msgid "" +"Adds a nine patch image to the [CanvasItem]'s draw commands.\n" +"See [NinePatchRect] for more explanation." +msgstr "" + +#: doc/classes/VisualServer.xml:195 +msgid "Adds a particle system to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:208 +msgid "Adds a polygon to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:219 +msgid "" +"Adds a polyline, which is a line from multiple points with a width, to the " +"[CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:232 +msgid "Adds a primitive to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:241 +msgid "Adds a rectangle to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:249 +msgid "" +"Adds a [Transform2D] command to the [CanvasItem]'s draw commands.\n" +"This sets the extra_matrix uniform when executed. This affects the later " +"commands of the canvas item." +msgstr "" + +#: doc/classes/VisualServer.xml:263 +msgid "Adds a textured rect to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:277 +msgid "" +"Adds a texture rect with region setting to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:295 +msgid "Adds a triangle array to the [CanvasItem]'s draw commands." +msgstr "" + +#: doc/classes/VisualServer.xml:302 +msgid "Clears the [CanvasItem] and removes all commands in it." +msgstr "" + +#: doc/classes/VisualServer.xml:308 +msgid "" +"Creates a new [CanvasItem] and returns its [RID]. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]canvas_item_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:317 +msgid "Sets clipping for the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:326 +msgid "Sets the [CanvasItem] to copy a rect to the backbuffer." +msgstr "" + +#: doc/classes/VisualServer.xml:335 +msgid "Defines a custom drawing rectangle for the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:343 +msgid "" +"Enables the use of distance fields for GUI elements that are rendering " +"distance field based fonts." +msgstr "" + +#: doc/classes/VisualServer.xml:351 +msgid "Sets [CanvasItem] to be drawn behind its parent." +msgstr "" + +#: doc/classes/VisualServer.xml:359 +msgid "Sets the index for the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:367 doc/classes/VisualServer.xml:493 +#: doc/classes/VisualServer.xml:549 +msgid "" +"The light mask. See [LightOccluder2D] for more information on light masks." +msgstr "" + +#: doc/classes/VisualServer.xml:375 +msgid "Sets a new material to the [CanvasItem]." +msgstr "" + +#: doc/classes/VisualServer.xml:383 +msgid "Sets the color that modulates the [CanvasItem] and its children." +msgstr "" + +#: doc/classes/VisualServer.xml:391 +msgid "" +"Sets the parent for the [CanvasItem]. The parent can be another canvas item, " +"or it can be the root canvas that is attached to the viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:399 +msgid "Sets the color that modulates the [CanvasItem] without children." +msgstr "" + +#: doc/classes/VisualServer.xml:407 +msgid "Sets if [CanvasItem]'s children should be sorted by y-position." +msgstr "" + +#: doc/classes/VisualServer.xml:415 +msgid "Sets the [CanvasItem]'s [Transform2D]." +msgstr "" + +#: doc/classes/VisualServer.xml:423 +msgid "Sets if the [CanvasItem] uses its parent's material." +msgstr "" + +#: doc/classes/VisualServer.xml:431 +msgid "Sets if the canvas item (including its children) is visible." +msgstr "" + +#: doc/classes/VisualServer.xml:439 +msgid "" +"If this is enabled, the Z index of the parent will be added to the " +"children's Z index." +msgstr "" + +#: doc/classes/VisualServer.xml:447 +msgid "" +"Sets the [CanvasItem]'s Z index, i.e. its draw order (lower indexes are " +"drawn first)." +msgstr "" + +#: doc/classes/VisualServer.xml:455 +msgid "" +"Attaches the canvas light to the canvas. Removes it from its previous canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:461 +msgid "" +"Creates a canvas light and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all " +"[code]canvas_light_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:470 +msgid "" +"Attaches a light occluder to the canvas. Removes it from its previous canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:476 +msgid "" +"Creates a light occluder and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all " +"[code]canvas_light_ocluder_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:485 +msgid "Enables or disables light occluder." +msgstr "" + +#: doc/classes/VisualServer.xml:501 +msgid "Sets a light occluder's polygon." +msgstr "" + +#: doc/classes/VisualServer.xml:509 +msgid "Sets a light occluder's [Transform2D]." +msgstr "" + +#: doc/classes/VisualServer.xml:517 +msgid "Sets the color for a light." +msgstr "" + +#: doc/classes/VisualServer.xml:525 +msgid "Enables or disables a canvas light." +msgstr "" + +#: doc/classes/VisualServer.xml:533 +msgid "Sets a canvas light's energy." +msgstr "" + +#: doc/classes/VisualServer.xml:541 +msgid "Sets a canvas light's height." +msgstr "" + +#: doc/classes/VisualServer.xml:557 +msgid "" +"The binary mask used to determine which layers this canvas light's shadows " +"affects. See [LightOccluder2D] for more information on light masks." +msgstr "" + +#: doc/classes/VisualServer.xml:566 +msgid "The layer range that gets rendered with this light." +msgstr "" + +#: doc/classes/VisualServer.xml:574 +msgid "The mode of the light, see [enum CanvasLightMode] constants." +msgstr "" + +#: doc/classes/VisualServer.xml:582 +msgid "" +"Sets the texture's scale factor of the light. Equivalent to [member Light2D." +"texture_scale]." +msgstr "" + +#: doc/classes/VisualServer.xml:590 +msgid "" +"Sets the width of the shadow buffer, size gets scaled to the next power of " +"two for this." +msgstr "" + +#: doc/classes/VisualServer.xml:598 +msgid "Sets the color of the canvas light's shadow." +msgstr "" + +#: doc/classes/VisualServer.xml:606 +msgid "Enables or disables the canvas light's shadow." +msgstr "" + +#: doc/classes/VisualServer.xml:614 +msgid "" +"Sets the canvas light's shadow's filter, see [enum CanvasLightShadowFilter] " +"constants." +msgstr "" + +#: doc/classes/VisualServer.xml:622 +msgid "Sets the length of the shadow's gradient." +msgstr "" + +#: doc/classes/VisualServer.xml:630 +msgid "Smoothens the shadow. The lower, the smoother." +msgstr "" + +#: doc/classes/VisualServer.xml:638 +msgid "" +"Sets texture to be used by light. Equivalent to [member Light2D.texture]." +msgstr "" + +#: doc/classes/VisualServer.xml:646 +msgid "" +"Sets the offset of the light's texture. Equivalent to [member Light2D." +"offset]." +msgstr "" + +#: doc/classes/VisualServer.xml:654 +msgid "Sets the canvas light's [Transform2D]." +msgstr "" + +#: doc/classes/VisualServer.xml:663 +msgid "" +"Sets the Z range of objects that will be affected by this light. Equivalent " +"to [member Light2D.range_z_min] and [member Light2D.range_z_max]." +msgstr "" + +#: doc/classes/VisualServer.xml:669 +msgid "" +"Creates a new light occluder polygon and adds it to the VisualServer. It can " +"be accessed with the RID that is returned. This RID will be used in all " +"[code]canvas_occluder_polygon_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:678 +msgid "" +"Sets an occluder polygons cull mode. See [enum " +"CanvasOccluderPolygonCullMode] constants." +msgstr "" + +#: doc/classes/VisualServer.xml:687 +msgid "Sets the shape of the occluder polygon." +msgstr "" + +#: doc/classes/VisualServer.xml:695 +msgid "Sets the shape of the occluder polygon as lines." +msgstr "" + +#: doc/classes/VisualServer.xml:704 +msgid "" +"A copy of the canvas item will be drawn with a local offset of the mirroring " +"[Vector2]." +msgstr "" + +#: doc/classes/VisualServer.xml:712 +msgid "Modulates all colors in the given canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:718 +msgid "" +"Creates a directional light and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID can be used in most " +"[code]light_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this directional light to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:728 +msgid "" +"Draws a frame. [i]This method is deprecated[/i], please use [method " +"force_draw] instead." +msgstr "" + +#: doc/classes/VisualServer.xml:734 +msgid "" +"Creates an environment and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all " +"[code]environment_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:747 +msgid "" +"Sets the values to be used with the \"Adjustment\" post-process effect. See " +"[Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:757 +msgid "Sets the ambient light parameters. See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:765 +msgid "" +"Sets the [i]BGMode[/i] of the environment. Equivalent to [member Environment." +"background_mode]." +msgstr "" + +#: doc/classes/VisualServer.xml:773 +msgid "" +"Color displayed for clear areas of the scene (if using Custom color or Color" +"+Sky background modes)." +msgstr "" + +#: doc/classes/VisualServer.xml:781 +msgid "Sets the intensity of the background color." +msgstr "" + +#: doc/classes/VisualServer.xml:789 +msgid "Sets the maximum layer to use if using Canvas background mode." +msgstr "" + +#: doc/classes/VisualServer.xml:801 +msgid "" +"Sets the values to be used with the \"DoF Far Blur\" post-process effect. " +"See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:813 +msgid "" +"Sets the values to be used with the \"DoF Near Blur\" post-process effect. " +"See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:824 +msgid "" +"Sets the variables to be used with the scene fog. See [Environment] for more " +"details." +msgstr "" + +#: doc/classes/VisualServer.xml:837 +msgid "" +"Sets the variables to be used with the fog depth effect. See [Environment] " +"for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:848 +msgid "" +"Sets the variables to be used with the fog height effect. See [Environment] " +"for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:866 +msgid "" +"Sets the variables to be used with the \"glow\" post-process effect. See " +"[Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:874 +msgid "" +"Sets the [Sky] to be used as the environment's background when using " +"[i]BGMode[/i] sky. Equivalent to [member Environment.background_sky]." +msgstr "" + +#: doc/classes/VisualServer.xml:882 +msgid "" +"Sets a custom field of view for the background [Sky]. Equivalent to [member " +"Environment.background_sky_custom_fov]." +msgstr "" + +#: doc/classes/VisualServer.xml:890 +msgid "" +"Sets the rotation of the background [Sky] expressed as a [Basis]. Equivalent " +"to [member Environment.background_sky_orientation]." +msgstr "" + +#: doc/classes/VisualServer.xml:909 +msgid "" +"Sets the variables to be used with the \"Screen Space Ambient Occlusion " +"(SSAO)\" post-process effect. See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:922 +msgid "" +"Sets the variables to be used with the \"screen space reflections\" post-" +"process effect. See [Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:937 +msgid "" +"Sets the variables to be used with the \"tonemap\" post-process effect. See " +"[Environment] for more details." +msgstr "" + +#: doc/classes/VisualServer.xml:943 +msgid "Removes buffers and clears testcubes." +msgstr "" + +#: doc/classes/VisualServer.xml:951 +msgid "" +"Forces a frame to be drawn when the function is called. Drawing a frame " +"updates all [Viewport]s that are set to update. Use with extreme caution." +msgstr "" + +#: doc/classes/VisualServer.xml:957 +msgid "Synchronizes threads." +msgstr "" + +#: doc/classes/VisualServer.xml:964 +msgid "Tries to free an object in the VisualServer." +msgstr "" + +#: doc/classes/VisualServer.xml:971 +msgid "Returns a certain information, see [enum RenderInfo] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:977 +msgid "Returns the id of the test cube. Creates one if none exists." +msgstr "" + +#: doc/classes/VisualServer.xml:983 +msgid "Returns the id of the test texture. Creates one if none exists." +msgstr "" + +#: doc/classes/VisualServer.xml:989 +msgid "" +"Returns the name of the video adapter (e.g. \"GeForce GTX 1080/PCIe/" +"SSE2\").\n" +"[b]Note:[/b] When running a headless or server binary, this function returns " +"an empty string." +msgstr "" + +#: doc/classes/VisualServer.xml:996 +msgid "" +"Returns the vendor of the video adapter (e.g. \"NVIDIA Corporation\").\n" +"[b]Note:[/b] When running a headless or server binary, this function returns " +"an empty string." +msgstr "" + +#: doc/classes/VisualServer.xml:1003 +msgid "Returns the id of a white texture. Creates one if none exists." +msgstr "" + +#: doc/classes/VisualServer.xml:1009 +msgid "" +"Creates a GI probe and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]gi_probe_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this GI probe to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1018 +msgid "" +"Returns the bias value for the GI probe. Bias is used to avoid self " +"occlusion. Equivalent to [member GIProbeData.bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1025 +msgid "" +"Returns the axis-aligned bounding box that covers the full extent of the GI " +"probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1032 +msgid "Returns the cell size set by [method gi_probe_set_cell_size]." +msgstr "" + +#: doc/classes/VisualServer.xml:1039 +msgid "Returns the data used by the GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1046 +msgid "" +"Returns the dynamic range set for this GI probe. Equivalent to [member " +"GIProbe.dynamic_range]." +msgstr "" + +#: doc/classes/VisualServer.xml:1053 +msgid "" +"Returns the energy multiplier for this GI probe. Equivalent to [member " +"GIProbe.energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:1060 +msgid "" +"Returns the normal bias for this GI probe. Equivalent to [member GIProbe." +"normal_bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1067 +msgid "" +"Returns the propagation value for this GI probe. Equivalent to [member " +"GIProbe.propagation]." +msgstr "" + +#: doc/classes/VisualServer.xml:1074 +msgid "Returns the Transform set by [method gi_probe_set_to_cell_xform]." +msgstr "" + +#: doc/classes/VisualServer.xml:1081 +msgid "" +"Returns [code]true[/code] if the GI probe data associated with this GI probe " +"is compressed. Equivalent to [member GIProbe.compress]." +msgstr "" + +#: doc/classes/VisualServer.xml:1088 +msgid "" +"Returns [code]true[/code] if the GI probe is set to interior, meaning it " +"does not account for sky light. Equivalent to [member GIProbe.interior]." +msgstr "" + +#: doc/classes/VisualServer.xml:1096 +msgid "" +"Sets the bias value to avoid self-occlusion. Equivalent to [member GIProbe." +"bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1104 +msgid "" +"Sets the axis-aligned bounding box that covers the extent of the GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1112 +msgid "Sets the size of individual cells within the GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1120 +msgid "" +"Sets the compression setting for the GI probe data. Compressed data will " +"take up less space but may look worse. Equivalent to [member GIProbe." +"compress]." +msgstr "" + +#: doc/classes/VisualServer.xml:1128 +msgid "" +"Sets the data to be used in the GI probe for lighting calculations. Normally " +"this is created and called internally within the [GIProbe] node. You should " +"not try to set this yourself." +msgstr "" + +#: doc/classes/VisualServer.xml:1136 +msgid "" +"Sets the dynamic range of the GI probe. Dynamic range sets the limit for how " +"bright lights can be. A smaller range captures greater detail but limits how " +"bright lights can be. Equivalent to [member GIProbe.dynamic_range]." +msgstr "" + +#: doc/classes/VisualServer.xml:1144 +msgid "" +"Sets the energy multiplier for this GI probe. A higher energy makes the " +"indirect light from the GI probe brighter. Equivalent to [member GIProbe." +"energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:1152 +msgid "" +"Sets the interior value of this GI probe. A GI probe set to interior does " +"not include the sky when calculating lighting. Equivalent to [member GIProbe." +"interior]." +msgstr "" + +#: doc/classes/VisualServer.xml:1160 +msgid "" +"Sets the normal bias for this GI probe. Normal bias behaves similar to the " +"other form of bias and may help reduce self-occlusion. Equivalent to [member " +"GIProbe.normal_bias]." +msgstr "" + +#: doc/classes/VisualServer.xml:1168 +msgid "" +"Sets the propagation of light within this GI probe. Equivalent to [member " +"GIProbe.propagation]." +msgstr "" + +#: doc/classes/VisualServer.xml:1176 +msgid "Sets the to cell [Transform] for this GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:1182 +msgid "" +"Returns [code]true[/code] if changes have been made to the VisualServer's " +"data. [method draw] is usually called if this happens." +msgstr "" + +#: doc/classes/VisualServer.xml:1189 +msgid "Not yet implemented. Always returns [code]false[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:1196 +msgid "" +"Returns [code]true[/code] if the OS supports a certain feature. Features " +"might be [code]s3tc[/code], [code]etc[/code], [code]etc2[/code], " +"[code]pvrtc[/code] and [code]skinning_fallback[/code].\n" +"When rendering with GLES2, returns [code]true[/code] with " +"[code]skinning_fallback[/code] in case the hardware doesn't support the " +"default GPU skinning process." +msgstr "" + +#: doc/classes/VisualServer.xml:1206 +msgid "" +"Sets up [ImmediateGeometry] internals to prepare for drawing. Equivalent to " +"[method ImmediateGeometry.begin]." +msgstr "" + +#: doc/classes/VisualServer.xml:1213 +msgid "" +"Clears everything that was set up between [method immediate_begin] and " +"[method immediate_end]. Equivalent to [method ImmediateGeometry.clear]." +msgstr "" + +#: doc/classes/VisualServer.xml:1221 +msgid "" +"Sets the color to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:1227 +msgid "" +"Creates an immediate geometry and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]immediate_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this immediate geometry to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1236 +msgid "" +"Ends drawing the [ImmediateGeometry] and displays it. Equivalent to [method " +"ImmediateGeometry.end]." +msgstr "" + +#: doc/classes/VisualServer.xml:1243 +msgid "Returns the material assigned to the [ImmediateGeometry]." +msgstr "" + +#: doc/classes/VisualServer.xml:1251 +msgid "" +"Sets the normal to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_normal]." +msgstr "" + +#: doc/classes/VisualServer.xml:1259 +msgid "Sets the material to be used to draw the [ImmediateGeometry]." +msgstr "" + +#: doc/classes/VisualServer.xml:1267 +msgid "" +"Sets the tangent to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_tangent]." +msgstr "" + +#: doc/classes/VisualServer.xml:1275 +msgid "" +"Sets the UV to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_uv]." +msgstr "" + +#: doc/classes/VisualServer.xml:1283 +msgid "" +"Sets the UV2 to be used with next vertex. Equivalent to [method " +"ImmediateGeometry.set_uv2]." +msgstr "" + +#: doc/classes/VisualServer.xml:1291 +msgid "" +"Adds the next vertex using the information provided in advance. Equivalent " +"to [method ImmediateGeometry.add_vertex]." +msgstr "" + +#: doc/classes/VisualServer.xml:1299 +msgid "" +"Adds the next vertex using the information provided in advance. This is a " +"helper class that calls [method immediate_vertex] under the hood. Equivalent " +"to [method ImmediateGeometry.add_vertex]." +msgstr "" + +#: doc/classes/VisualServer.xml:1305 +msgid "" +"Initializes the visual server. This function is called internally by " +"platform-dependent code during engine initialization. If called from a " +"running game, it will not do anything." +msgstr "" + +#: doc/classes/VisualServer.xml:1313 +msgid "" +"Attaches a unique Object ID to instance. Object ID must be attached to " +"instance for proper culling with [method instances_cull_aabb], [method " +"instances_cull_convex], and [method instances_cull_ray]." +msgstr "" + +#: doc/classes/VisualServer.xml:1321 +msgid "" +"Attaches a skeleton to an instance. Removes the previous skeleton from the " +"instance." +msgstr "" + +#: doc/classes/VisualServer.xml:1327 +msgid "" +"Creates a visual instance and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]instance_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"An instance is a way of placing a 3D object in the scenario. Objects like " +"particles, meshes, and reflection probes need to be associated with an " +"instance to be visible in the scenario using [method instance_set_base]." +msgstr "" + +#: doc/classes/VisualServer.xml:1337 +msgid "" +"Creates a visual instance, adds it to the VisualServer, and sets both base " +"and scenario. It can be accessed with the RID that is returned. This RID " +"will be used in all [code]instance_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:1346 doc/classes/VisualServer.xml:1365 +#: doc/classes/VisualServer.xml:1592 doc/classes/VisualServer.xml:2673 +msgid "Not implemented in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:1354 +msgid "" +"Sets the shadow casting setting to one of [enum ShadowCastingSetting]. " +"Equivalent to [member GeometryInstance.cast_shadow]." +msgstr "" + +#: doc/classes/VisualServer.xml:1374 +msgid "" +"Sets the flag for a given [enum InstanceFlags]. See [enum InstanceFlags] for " +"more details." +msgstr "" + +#: doc/classes/VisualServer.xml:1382 +msgid "" +"Sets a material that will override the material for all surfaces on the mesh " +"associated with this instance. Equivalent to [member GeometryInstance." +"material_override]." +msgstr "" + +#: doc/classes/VisualServer.xml:1390 +msgid "" +"Sets the base of the instance. A base can be any of the 3D objects that are " +"created in the VisualServer that can be displayed. For example, any of the " +"light types, mesh, multimesh, immediate geometry, particle system, " +"reflection probe, lightmap capture, and the GI probe are all types that can " +"be set as the base of an instance in order to be displayed in the scenario." +msgstr "" + +#: doc/classes/VisualServer.xml:1399 +msgid "Sets the weight for a given blend shape associated with this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:1407 +msgid "" +"Sets a custom AABB to use when culling objects from the view frustum. " +"Equivalent to [method GeometryInstance.set_custom_aabb]." +msgstr "" + +#: doc/classes/VisualServer.xml:1415 +msgid "Function not implemented in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:1423 +msgid "" +"Sets a margin to increase the size of the AABB when culling objects from the " +"view frustum. This allows you to avoid culling objects that fall outside the " +"view frustum. Equivalent to [member GeometryInstance.extra_cull_margin]." +msgstr "" + +#: doc/classes/VisualServer.xml:1431 +msgid "" +"Sets the render layers that this instance will be drawn to. Equivalent to " +"[member VisualInstance.layers]." +msgstr "" + +#: doc/classes/VisualServer.xml:1439 +msgid "" +"Sets the scenario that the instance is in. The scenario is the 3D world that " +"the objects will be displayed in." +msgstr "" + +#: doc/classes/VisualServer.xml:1448 +msgid "" +"Sets the material of a specific surface. Equivalent to [method MeshInstance." +"set_surface_material]." +msgstr "" + +#: doc/classes/VisualServer.xml:1456 +msgid "" +"Sets the world space transform of the instance. Equivalent to [member " +"Spatial.transform]." +msgstr "" + +#: doc/classes/VisualServer.xml:1467 +msgid "Sets the lightmap to use with this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:1475 +msgid "" +"Sets whether an instance is drawn or not. Equivalent to [member Spatial." +"visible]." +msgstr "" + +#: doc/classes/VisualServer.xml:1483 +msgid "" +"Returns an array of object IDs intersecting with the provided AABB. Only " +"visual 3D nodes are considered, such as [MeshInstance] or " +"[DirectionalLight]. Use [method @GDScript.instance_from_id] to obtain the " +"actual nodes. A scenario RID must be provided, which is available in the " +"[World] you want to query. This forces an update for all resources queued to " +"update.\n" +"[b]Warning:[/b] This function is primarily intended for editor usage. For in-" +"game use cases, prefer physics collision." +msgstr "" + +#: doc/classes/VisualServer.xml:1492 +msgid "" +"Returns an array of object IDs intersecting with the provided convex shape. " +"Only visual 3D nodes are considered, such as [MeshInstance] or " +"[DirectionalLight]. Use [method @GDScript.instance_from_id] to obtain the " +"actual nodes. A scenario RID must be provided, which is available in the " +"[World] you want to query. This forces an update for all resources queued to " +"update.\n" +"[b]Warning:[/b] This function is primarily intended for editor usage. For in-" +"game use cases, prefer physics collision." +msgstr "" + +#: doc/classes/VisualServer.xml:1502 +msgid "" +"Returns an array of object IDs intersecting with the provided 3D ray. Only " +"visual 3D nodes are considered, such as [MeshInstance] or " +"[DirectionalLight]. Use [method @GDScript.instance_from_id] to obtain the " +"actual nodes. A scenario RID must be provided, which is available in the " +"[World] you want to query. This forces an update for all resources queued to " +"update.\n" +"[b]Warning:[/b] This function is primarily intended for editor usage. For in-" +"game use cases, prefer physics collision." +msgstr "" + +#: doc/classes/VisualServer.xml:1511 +msgid "" +"If [code]true[/code], this directional light will blend between shadow map " +"splits resulting in a smoother transition between them. Equivalent to " +"[member DirectionalLight.directional_shadow_blend_splits]." +msgstr "" + +#: doc/classes/VisualServer.xml:1519 +msgid "" +"Sets the shadow depth range mode for this directional light. Equivalent to " +"[member DirectionalLight.directional_shadow_depth_range]. See [enum " +"LightDirectionalShadowDepthRangeMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:1527 +msgid "" +"Sets the shadow mode for this directional light. Equivalent to [member " +"DirectionalLight.directional_shadow_mode]. See [enum " +"LightDirectionalShadowMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:1535 +msgid "" +"Sets whether to use vertical or horizontal detail for this omni light. This " +"can be used to alleviate artifacts in the shadow map. Equivalent to [member " +"OmniLight.omni_shadow_detail]." +msgstr "" + +#: doc/classes/VisualServer.xml:1543 +msgid "" +"Sets whether to use a dual paraboloid or a cubemap for the shadow map. Dual " +"paraboloid is faster but may suffer from artifacts. Equivalent to [member " +"OmniLight.omni_shadow_mode]." +msgstr "" + +#: doc/classes/VisualServer.xml:1551 +msgid "" +"Sets the bake mode for this light, see [enum LightBakeMode] for options. The " +"bake mode affects how the light will be baked in [BakedLightmap]s and " +"[GIProbe]s." +msgstr "" + +#: doc/classes/VisualServer.xml:1559 +msgid "Sets the color of the light. Equivalent to [member Light.light_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:1567 +msgid "" +"Sets the cull mask for this Light. Lights only affect objects in the " +"selected layers. Equivalent to [member Light.light_cull_mask]." +msgstr "" + +#: doc/classes/VisualServer.xml:1575 +msgid "" +"If [code]true[/code], light will subtract light instead of adding light. " +"Equivalent to [member Light.light_negative]." +msgstr "" + +#: doc/classes/VisualServer.xml:1584 +msgid "" +"Sets the specified light parameter. See [enum LightParam] for options. " +"Equivalent to [method Light.set_param]." +msgstr "" + +#: doc/classes/VisualServer.xml:1600 +msgid "" +"If [code]true[/code], reverses the backface culling of the mesh. This can be " +"useful when you have a flat mesh that has a light behind it. If you need to " +"cast a shadow on both sides of the mesh, set the mesh to use double sided " +"shadows with [method instance_geometry_set_cast_shadows_setting]. Equivalent " +"to [member Light.shadow_reverse_cull_face]." +msgstr "" + +#: doc/classes/VisualServer.xml:1608 +msgid "" +"If [code]true[/code], light will cast shadows. Equivalent to [member Light." +"shadow_enabled]." +msgstr "" + +#: doc/classes/VisualServer.xml:1616 +msgid "" +"Sets the color of the shadow cast by the light. Equivalent to [member Light." +"shadow_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:1624 +msgid "" +"Sets whether GI probes capture light information from this light. " +"[i]Deprecated method.[/i] Use [method light_set_bake_mode] instead. This " +"method is only kept for compatibility reasons and calls [method " +"light_set_bake_mode] internally, setting the bake mode to [constant " +"LIGHT_BAKE_DISABLED] or [constant LIGHT_BAKE_INDIRECT] depending on the " +"given parameter." +msgstr "" + +#: doc/classes/VisualServer.xml:1630 +msgid "" +"Creates a lightmap capture and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]lightmap_capture_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this lightmap capture to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1639 +msgid "Returns the size of the lightmap capture area." +msgstr "" + +#: doc/classes/VisualServer.xml:1646 +msgid "Returns the energy multiplier used by the lightmap capture." +msgstr "" + +#: doc/classes/VisualServer.xml:1653 +msgid "Returns the octree used by the lightmap capture." +msgstr "" + +#: doc/classes/VisualServer.xml:1660 +msgid "" +"Returns the cell subdivision amount used by this lightmap capture's octree." +msgstr "" + +#: doc/classes/VisualServer.xml:1667 +msgid "Returns the cell transform for this lightmap capture's octree." +msgstr "" + +#: doc/classes/VisualServer.xml:1674 +msgid "Returns [code]true[/code] if capture is in \"interior\" mode." +msgstr "" + +#: doc/classes/VisualServer.xml:1682 +msgid "" +"Sets the size of the area covered by the lightmap capture. Equivalent to " +"[member BakedLightmapData.bounds]." +msgstr "" + +#: doc/classes/VisualServer.xml:1690 +msgid "" +"Sets the energy multiplier for this lightmap capture. Equivalent to [member " +"BakedLightmapData.energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:1698 +msgid "" +"Sets the \"interior\" mode for this lightmap capture. Equivalent to [member " +"BakedLightmapData.interior]." +msgstr "" + +#: doc/classes/VisualServer.xml:1706 +msgid "" +"Sets the octree to be used by this lightmap capture. This function is " +"normally used by the [BakedLightmap] node. Equivalent to [member " +"BakedLightmapData.octree]." +msgstr "" + +#: doc/classes/VisualServer.xml:1714 +msgid "" +"Sets the subdivision level of this lightmap capture's octree. Equivalent to " +"[member BakedLightmapData.cell_subdiv]." +msgstr "" + +#: doc/classes/VisualServer.xml:1722 +msgid "" +"Sets the octree cell transform for this lightmap capture's octree. " +"Equivalent to [member BakedLightmapData.cell_space_transform]." +msgstr "" + +#: doc/classes/VisualServer.xml:1731 +msgid "" +"Returns a mesh of a sphere with the given amount of horizontal and vertical " +"subdivisions." +msgstr "" + +#: doc/classes/VisualServer.xml:1737 +msgid "" +"Creates an empty material and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]material_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:1746 +msgid "Returns the value of a certain material's parameter." +msgstr "" + +#: doc/classes/VisualServer.xml:1754 +msgid "" +"Returns the default value for the param if available. Otherwise returns an " +"empty [Variant]." +msgstr "" + +#: doc/classes/VisualServer.xml:1761 +msgid "" +"Returns the shader of a certain material's shader. Returns an empty RID if " +"the material doesn't have a shader." +msgstr "" + +#: doc/classes/VisualServer.xml:1769 +msgid "Sets a material's line width." +msgstr "" + +#: doc/classes/VisualServer.xml:1777 +msgid "Sets an object's next material." +msgstr "" + +#: doc/classes/VisualServer.xml:1786 +msgid "Sets a material's parameter." +msgstr "" + +#: doc/classes/VisualServer.xml:1794 +msgid "Sets a material's render priority." +msgstr "" + +#: doc/classes/VisualServer.xml:1802 +msgid "Sets a shader material's shader." +msgstr "" + +#: doc/classes/VisualServer.xml:1813 +msgid "" +"Adds a surface generated from the Arrays to a mesh. See [enum PrimitiveType] " +"constants for types." +msgstr "" + +#: doc/classes/VisualServer.xml:1820 +msgid "Removes all surfaces from a mesh." +msgstr "" + +#: doc/classes/VisualServer.xml:1826 +msgid "" +"Creates a new mesh and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]mesh_*[/code] " +"VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this mesh to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:1835 +msgid "Returns a mesh's blend shape count." +msgstr "" + +#: doc/classes/VisualServer.xml:1842 +msgid "Returns a mesh's blend shape mode." +msgstr "" + +#: doc/classes/VisualServer.xml:1849 +msgid "Returns a mesh's custom aabb." +msgstr "" + +#: doc/classes/VisualServer.xml:1856 +msgid "Returns a mesh's number of surfaces." +msgstr "" + +#: doc/classes/VisualServer.xml:1864 +msgid "Removes a mesh's surface." +msgstr "" + +#: doc/classes/VisualServer.xml:1872 +msgid "Sets a mesh's blend shape count." +msgstr "" + +#: doc/classes/VisualServer.xml:1880 +msgid "Sets a mesh's blend shape mode." +msgstr "" + +#: doc/classes/VisualServer.xml:1888 +msgid "Sets a mesh's custom aabb." +msgstr "" + +#: doc/classes/VisualServer.xml:1896 +msgid "Returns a mesh's surface's aabb." +msgstr "" + +#: doc/classes/VisualServer.xml:1904 +msgid "Returns a mesh's surface's vertex buffer." +msgstr "" + +#: doc/classes/VisualServer.xml:1912 +msgid "Returns a mesh's surface's amount of indices." +msgstr "" + +#: doc/classes/VisualServer.xml:1920 +msgid "Returns a mesh's surface's amount of vertices." +msgstr "" + +#: doc/classes/VisualServer.xml:1928 +msgid "Returns a mesh's surface's buffer arrays." +msgstr "" + +#: doc/classes/VisualServer.xml:1936 +msgid "Returns a mesh's surface's arrays for blend shapes." +msgstr "" + +#: doc/classes/VisualServer.xml:1944 +msgid "Returns the format of a mesh's surface." +msgstr "" + +#: doc/classes/VisualServer.xml:1954 +msgid "Function is unused in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:1971 +msgid "Returns a mesh's surface's index buffer." +msgstr "" + +#: doc/classes/VisualServer.xml:1979 +msgid "Returns a mesh's surface's material." +msgstr "" + +#: doc/classes/VisualServer.xml:1987 +msgid "Returns the primitive type of a mesh's surface." +msgstr "" + +#: doc/classes/VisualServer.xml:1995 +msgid "Returns the aabb of a mesh's surface's skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2004 +msgid "Sets a mesh's surface's material." +msgstr "" + +#: doc/classes/VisualServer.xml:2014 +msgid "" +"Updates a specific region of a vertex buffer for the specified surface. " +"Warning: this function alters the vertex buffer directly with no safety " +"mechanisms, you can easily corrupt your mesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2025 +msgid "" +"Allocates space for the multimesh data. Format parameters determine how the " +"data will be stored by OpenGL. See [enum MultimeshTransformFormat], [enum " +"MultimeshColorFormat], and [enum MultimeshCustomDataFormat] for usage. " +"Equivalent to [member MultiMesh.instance_count]." +msgstr "" + +#: doc/classes/VisualServer.xml:2031 +msgid "" +"Creates a new multimesh on the VisualServer and returns an [RID] handle. " +"This RID will be used in all [code]multimesh_*[/code] VisualServer " +"functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this multimesh to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2040 +msgid "" +"Calculates and returns the axis-aligned bounding box that encloses all " +"instances within the multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2047 +msgid "Returns the number of instances allocated for this multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2054 +msgid "" +"Returns the RID of the mesh that will be used in drawing this multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2061 +msgid "Returns the number of visible instances for this multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:2069 +msgid "Returns the color by which the specified instance will be modulated." +msgstr "" + +#: doc/classes/VisualServer.xml:2077 +msgid "Returns the custom data associated with the specified instance." +msgstr "" + +#: doc/classes/VisualServer.xml:2085 +msgid "Returns the [Transform] of the specified instance." +msgstr "" + +#: doc/classes/VisualServer.xml:2093 +msgid "" +"Returns the [Transform2D] of the specified instance. For use when the " +"multimesh is set to use 2D transforms." +msgstr "" + +#: doc/classes/VisualServer.xml:2102 +msgid "" +"Sets the color by which this instance will be modulated. Equivalent to " +"[method MultiMesh.set_instance_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:2111 +msgid "" +"Sets the custom data for this instance. Custom data is passed as a [Color], " +"but is interpreted as a [code]vec4[/code] in the shader. Equivalent to " +"[method MultiMesh.set_instance_custom_data]." +msgstr "" + +#: doc/classes/VisualServer.xml:2120 +msgid "" +"Sets the [Transform] for this instance. Equivalent to [method MultiMesh." +"set_instance_transform]." +msgstr "" + +#: doc/classes/VisualServer.xml:2129 +msgid "" +"Sets the [Transform2D] for this instance. For use when multimesh is used in " +"2D. Equivalent to [method MultiMesh.set_instance_transform_2d]." +msgstr "" + +#: doc/classes/VisualServer.xml:2137 +msgid "" +"Sets all data related to the instances in one go. This is especially useful " +"when loading the data from disk or preparing the data from GDNative.\n" +"\n" +"All data is packed in one large float array. An array may look like this: " +"Transform for instance 1, color data for instance 1, custom data for " +"instance 1, transform for instance 2, color data for instance 2, etc.\n" +"\n" +"[Transform] is stored as 12 floats, [Transform2D] is stored as 8 floats, " +"[code]COLOR_8BIT[/code] / [code]CUSTOM_DATA_8BIT[/code] is stored as 1 float " +"(4 bytes as is) and [code]COLOR_FLOAT[/code] / [code]CUSTOM_DATA_FLOAT[/" +"code] is stored as 4 floats." +msgstr "" + +#: doc/classes/VisualServer.xml:2149 +msgid "" +"Sets the mesh to be drawn by the multimesh. Equivalent to [member MultiMesh." +"mesh]." +msgstr "" + +#: doc/classes/VisualServer.xml:2157 +msgid "" +"Sets the number of instances visible at a given time. If -1, all instances " +"that have been allocated are drawn. Equivalent to [member MultiMesh." +"visible_instance_count]." +msgstr "" + +#: doc/classes/VisualServer.xml:2163 +msgid "" +"Creates a new omni light and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID can be used in most [code]light_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this omni light to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2171 +msgid "" +"Creates a particle system and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]particles_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach these particles to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2180 +msgid "" +"Calculates and returns the axis-aligned bounding box that contains all the " +"particles. Equivalent to [method Particles.capture_aabb]." +msgstr "" + +#: doc/classes/VisualServer.xml:2187 +msgid "Returns [code]true[/code] if particles are currently set to emitting." +msgstr "" + +#: doc/classes/VisualServer.xml:2194 +msgid "" +"Returns [code]true[/code] if particles are not emitting and particles are " +"set to inactive." +msgstr "" + +#: doc/classes/VisualServer.xml:2201 +msgid "" +"Add particle system to list of particle systems that need to be updated. " +"Update will take place on the next frame, or on the next call to [method " +"instances_cull_aabb], [method instances_cull_convex], or [method " +"instances_cull_ray]." +msgstr "" + +#: doc/classes/VisualServer.xml:2208 +msgid "" +"Reset the particles on the next update. Equivalent to [method Particles." +"restart]." +msgstr "" + +#: doc/classes/VisualServer.xml:2216 +msgid "" +"Sets the number of particles to be drawn and allocates the memory for them. " +"Equivalent to [member Particles.amount]." +msgstr "" + +#: doc/classes/VisualServer.xml:2224 +msgid "" +"Sets a custom axis-aligned bounding box for the particle system. Equivalent " +"to [member Particles.visibility_aabb]." +msgstr "" + +#: doc/classes/VisualServer.xml:2232 +msgid "" +"Sets the draw order of the particles to one of the named enums from [enum " +"ParticlesDrawOrder]. See [enum ParticlesDrawOrder] for options. Equivalent " +"to [member Particles.draw_order]." +msgstr "" + +#: doc/classes/VisualServer.xml:2241 +msgid "" +"Sets the mesh to be used for the specified draw pass. Equivalent to [member " +"Particles.draw_pass_1], [member Particles.draw_pass_2], [member Particles." +"draw_pass_3], and [member Particles.draw_pass_4]." +msgstr "" + +#: doc/classes/VisualServer.xml:2249 +msgid "" +"Sets the number of draw passes to use. Equivalent to [member Particles." +"draw_passes]." +msgstr "" + +#: doc/classes/VisualServer.xml:2257 +msgid "" +"Sets the [Transform] that will be used by the particles when they first emit." +msgstr "" + +#: doc/classes/VisualServer.xml:2265 +msgid "" +"If [code]true[/code], particles will emit over time. Setting to false does " +"not reset the particles, but only stops their emission. Equivalent to " +"[member Particles.emitting]." +msgstr "" + +#: doc/classes/VisualServer.xml:2273 +msgid "" +"Sets the explosiveness ratio. Equivalent to [member Particles.explosiveness]." +msgstr "" + +#: doc/classes/VisualServer.xml:2281 +msgid "" +"Sets the frame rate that the particle system rendering will be fixed to. " +"Equivalent to [member Particles.fixed_fps]." +msgstr "" + +#: doc/classes/VisualServer.xml:2289 +msgid "" +"If [code]true[/code], uses fractional delta which smooths the movement of " +"the particles. Equivalent to [member Particles.fract_delta]." +msgstr "" + +#: doc/classes/VisualServer.xml:2297 +msgid "" +"Sets the lifetime of each particle in the system. Equivalent to [member " +"Particles.lifetime]." +msgstr "" + +#: doc/classes/VisualServer.xml:2305 +msgid "" +"If [code]true[/code], particles will emit once and then stop. Equivalent to " +"[member Particles.one_shot]." +msgstr "" + +#: doc/classes/VisualServer.xml:2313 +msgid "" +"Sets the preprocess time for the particles' animation. This lets you delay " +"starting an animation until after the particles have begun emitting. " +"Equivalent to [member Particles.preprocess]." +msgstr "" + +#: doc/classes/VisualServer.xml:2321 +msgid "" +"Sets the material for processing the particles.\n" +"[b]Note:[/b] This is not the material used to draw the materials. Equivalent " +"to [member Particles.process_material]." +msgstr "" + +#: doc/classes/VisualServer.xml:2330 +msgid "" +"Sets the emission randomness ratio. This randomizes the emission of " +"particles within their phase. Equivalent to [member Particles.randomness]." +msgstr "" + +#: doc/classes/VisualServer.xml:2338 +msgid "" +"Sets the speed scale of the particle system. Equivalent to [member Particles." +"speed_scale]." +msgstr "" + +#: doc/classes/VisualServer.xml:2346 +msgid "" +"If [code]true[/code], particles use local coordinates. If [code]false[/code] " +"they use global coordinates. Equivalent to [member Particles.local_coords]." +msgstr "" + +#: doc/classes/VisualServer.xml:2352 +msgid "" +"Creates a reflection probe and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]reflection_probe_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this reflection probe to an instance using " +"[method instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2362 +msgid "" +"If [code]true[/code], reflections will ignore sky contribution. Equivalent " +"to [member ReflectionProbe.interior_enable]." +msgstr "" + +#: doc/classes/VisualServer.xml:2370 +msgid "" +"Sets the render cull mask for this reflection probe. Only instances with a " +"matching cull mask will be rendered by this probe. Equivalent to [member " +"ReflectionProbe.cull_mask]." +msgstr "" + +#: doc/classes/VisualServer.xml:2378 +msgid "" +"If [code]true[/code], uses box projection. This can make reflections look " +"more correct in certain situations. Equivalent to [member ReflectionProbe." +"box_projection]." +msgstr "" + +#: doc/classes/VisualServer.xml:2386 +msgid "" +"If [code]true[/code], computes shadows in the reflection probe. This makes " +"the reflection much slower to compute. Equivalent to [member ReflectionProbe." +"enable_shadows]." +msgstr "" + +#: doc/classes/VisualServer.xml:2394 +msgid "" +"Sets the size of the area that the reflection probe will capture. Equivalent " +"to [member ReflectionProbe.extents]." +msgstr "" + +#: doc/classes/VisualServer.xml:2402 +msgid "" +"Sets the intensity of the reflection probe. Intensity modulates the strength " +"of the reflection. Equivalent to [member ReflectionProbe.intensity]." +msgstr "" + +#: doc/classes/VisualServer.xml:2410 +msgid "" +"Sets the ambient light color for this reflection probe when set to interior " +"mode. Equivalent to [member ReflectionProbe.interior_ambient_color]." +msgstr "" + +#: doc/classes/VisualServer.xml:2418 +msgid "" +"Sets the energy multiplier for this reflection probes ambient light " +"contribution when set to interior mode. Equivalent to [member " +"ReflectionProbe.interior_ambient_energy]." +msgstr "" + +#: doc/classes/VisualServer.xml:2426 +msgid "" +"Sets the contribution value for how much the reflection affects the ambient " +"light for this reflection probe when set to interior mode. Useful so that " +"ambient light matches the color of the room. Equivalent to [member " +"ReflectionProbe.interior_ambient_contrib]." +msgstr "" + +#: doc/classes/VisualServer.xml:2434 +msgid "" +"Sets the max distance away from the probe an object can be before it is " +"culled. Equivalent to [member ReflectionProbe.max_distance]." +msgstr "" + +#: doc/classes/VisualServer.xml:2442 +msgid "" +"Sets the origin offset to be used when this reflection probe is in box " +"project mode. Equivalent to [member ReflectionProbe.origin_offset]." +msgstr "" + +#: doc/classes/VisualServer.xml:2450 +msgid "" +"Sets how often the reflection probe updates. Can either be once or every " +"frame. See [enum ReflectionProbeUpdateMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2459 +msgid "" +"Schedules a callback to the corresponding named [code]method[/code] on " +"[code]where[/code] after a frame has been drawn.\n" +"The callback method must use only 1 argument which will be called with " +"[code]userdata[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:2466 +msgid "" +"Creates a scenario and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]scenario_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"The scenario is the 3D world that all the visual instances exist in." +msgstr "" + +#: doc/classes/VisualServer.xml:2476 +msgid "" +"Sets the [enum ScenarioDebugMode] for this scenario. See [enum " +"ScenarioDebugMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2484 +msgid "Sets the environment that will be used with this scenario." +msgstr "" + +#: doc/classes/VisualServer.xml:2492 +msgid "" +"Sets the fallback environment to be used by this scenario. The fallback " +"environment is used if no environment is set. Internally, this is used by " +"the editor to provide a default environment." +msgstr "" + +#: doc/classes/VisualServer.xml:2501 +msgid "" +"Sets the size of the reflection atlas shared by all reflection probes in " +"this scenario." +msgstr "" + +#: doc/classes/VisualServer.xml:2511 +msgid "" +"Sets a boot image. The color defines the background color. If [code]scale[/" +"code] is [code]true[/code], the image will be scaled to fit the screen size. " +"If [code]use_filter[/code] is [code]true[/code], the image will be scaled " +"with linear interpolation. If [code]use_filter[/code] is [code]false[/code], " +"the image will be scaled with nearest-neighbor interpolation." +msgstr "" + +#: doc/classes/VisualServer.xml:2518 +msgid "" +"If [code]true[/code], the engine will generate wireframes for use with the " +"wireframe debug mode." +msgstr "" + +#: doc/classes/VisualServer.xml:2525 +msgid "" +"Sets the default clear color which is used when a specific clear color has " +"not been selected." +msgstr "" + +#: doc/classes/VisualServer.xml:2532 +msgid "" +"Sets the scale to apply to the passage of time for the shaders' [code]TIME[/" +"code] builtin.\n" +"The default value is [code]1.0[/code], which means [code]TIME[/code] will " +"count the real time as it goes by, without narrowing or stretching it." +msgstr "" + +#: doc/classes/VisualServer.xml:2540 +msgid "Enables or disables occlusion culling." +msgstr "" + +#: doc/classes/VisualServer.xml:2546 +msgid "" +"Creates an empty shader and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all [code]shader_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2554 +msgid "Returns a shader's code." +msgstr "" + +#: doc/classes/VisualServer.xml:2562 +msgid "Returns a default texture from a shader searched by name." +msgstr "" + +#: doc/classes/VisualServer.xml:2569 +msgid "Returns the parameters of a shader." +msgstr "" + +#: doc/classes/VisualServer.xml:2577 +msgid "Sets a shader's code." +msgstr "" + +#: doc/classes/VisualServer.xml:2586 +msgid "Sets a shader's default texture. Overwrites the texture given by name." +msgstr "" + +#: doc/classes/VisualServer.xml:2595 +msgid "Allocates the GPU buffers for this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2603 +msgid "Returns the [Transform] set for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2611 +msgid "Returns the [Transform2D] set for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2620 +msgid "Sets the [Transform] for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2629 +msgid "Sets the [Transform2D] for a specific bone of this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2635 +msgid "" +"Creates a skeleton and adds it to the VisualServer. It can be accessed with " +"the RID that is returned. This RID will be used in all [code]skeleton_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2643 +msgid "Returns the number of bones allocated for this skeleton." +msgstr "" + +#: doc/classes/VisualServer.xml:2649 +msgid "" +"Creates an empty sky and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all [code]sky_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2659 +msgid "Sets a sky's texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2665 +msgid "" +"Creates a spot light and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID can be used in most [code]light_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method.\n" +"To place in a scene, attach this spot light to an instance using [method " +"instance_set_base] using the returned RID." +msgstr "" + +#: doc/classes/VisualServer.xml:2686 +msgid "Allocates the GPU memory for the texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2694 +msgid "Binds the texture to a texture slot." +msgstr "" + +#: doc/classes/VisualServer.xml:2700 +msgid "" +"Creates an empty texture and adds it to the VisualServer. It can be accessed " +"with the RID that is returned. This RID will be used in all [code]texture_*[/" +"code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2709 +msgid "" +"Creates a texture, allocates the space for an image, and fills in the image." +msgstr "" + +#: doc/classes/VisualServer.xml:2715 +msgid "Returns a list of all the textures and their information." +msgstr "" + +#: doc/classes/VisualServer.xml:2723 +msgid "" +"Returns a copy of a texture's image unless it's a CubeMap, in which case it " +"returns the [RID] of the image at one of the cubes sides." +msgstr "" + +#: doc/classes/VisualServer.xml:2730 +msgid "Returns the depth of the texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2737 +msgid "Returns the flags of a texture." +msgstr "" + +#: doc/classes/VisualServer.xml:2744 +msgid "Returns the format of the texture's image." +msgstr "" + +#: doc/classes/VisualServer.xml:2751 +msgid "Returns the texture's height." +msgstr "" + +#: doc/classes/VisualServer.xml:2758 +msgid "Returns the texture's path." +msgstr "" + +#: doc/classes/VisualServer.xml:2765 +msgid "Returns the opengl id of the texture's image." +msgstr "" + +#: doc/classes/VisualServer.xml:2772 +msgid "Returns the type of the texture, can be any of the [enum TextureType]." +msgstr "" + +#: doc/classes/VisualServer.xml:2779 +msgid "Returns the texture's width." +msgstr "" + +#: doc/classes/VisualServer.xml:2788 +msgid "" +"Sets the texture's image data. If it's a CubeMap, it sets the image data at " +"a cube side." +msgstr "" + +#: doc/classes/VisualServer.xml:2804 +msgid "" +"Sets a part of the data for a texture. Warning: this function calls the " +"underlying graphics API directly and may corrupt your texture if used " +"improperly." +msgstr "" + +#: doc/classes/VisualServer.xml:2812 +msgid "Sets the texture's flags. See [enum TextureFlags] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2820 +msgid "Sets the texture's path." +msgstr "" + +#: doc/classes/VisualServer.xml:2827 +msgid "" +"If [code]true[/code], sets internal processes to shrink all image data to " +"half the size." +msgstr "" + +#: doc/classes/VisualServer.xml:2844 +msgid "" +"If [code]true[/code], the image will be stored in the texture's images array " +"if overwritten." +msgstr "" + +#: doc/classes/VisualServer.xml:2852 +msgid "Sets a viewport's camera." +msgstr "" + +#: doc/classes/VisualServer.xml:2860 +msgid "Sets a viewport's canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:2869 +msgid "" +"Copies viewport to a region of the screen specified by [code]rect[/code]. If " +"[member Viewport.render_direct_to_screen] is [code]true[/code], then " +"viewport does not use a framebuffer and the contents of the viewport are " +"rendered directly to screen. However, note that the root viewport is drawn " +"last, therefore it will draw over the screen. Accordingly, you must set the " +"root viewport to an area that does not cover the area that you have attached " +"this viewport to.\n" +"For example, you can set the root viewport to not render at all with the " +"following code:\n" +"[codeblock]\n" +"func _ready():\n" +" get_viewport().set_attach_to_screen_rect(Rect2())\n" +" $Viewport.set_attach_to_screen_rect(Rect2(0, 0, 600, 600))\n" +"[/codeblock]\n" +"Using this can result in significant optimization, especially on lower-end " +"devices. However, it comes at the cost of having to manage your viewports " +"manually. For a further optimization see, [method " +"viewport_set_render_direct_to_screen]." +msgstr "" + +#: doc/classes/VisualServer.xml:2882 +msgid "" +"Creates an empty viewport and adds it to the VisualServer. It can be " +"accessed with the RID that is returned. This RID will be used in all " +"[code]viewport_*[/code] VisualServer functions.\n" +"Once finished with your RID, you will want to free the RID using the " +"VisualServer's [method free_rid] static method." +msgstr "" + +#: doc/classes/VisualServer.xml:2890 +msgid "Detaches the viewport from the screen." +msgstr "" + +#: doc/classes/VisualServer.xml:2898 +msgid "" +"Returns a viewport's render information. For options, see the [enum " +"ViewportRenderInfo] constants." +msgstr "" + +#: doc/classes/VisualServer.xml:2905 +msgid "Returns the viewport's last rendered frame." +msgstr "" + +#: doc/classes/VisualServer.xml:2913 +msgid "Detaches a viewport from a canvas and vice versa." +msgstr "" + +#: doc/classes/VisualServer.xml:2921 +msgid "If [code]true[/code], sets the viewport active, else sets it inactive." +msgstr "" + +#: doc/classes/VisualServer.xml:2931 +msgid "" +"Sets the stacking order for a viewport's canvas.\n" +"[code]layer[/code] is the actual canvas layer, while [code]sublayer[/code] " +"specifies the stacking order of the canvas among those in the same layer." +msgstr "" + +#: doc/classes/VisualServer.xml:2941 +msgid "Sets the transformation of a viewport's canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:2949 +msgid "" +"Sets the clear mode of a viewport. See [enum ViewportClearMode] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:2957 +msgid "" +"Sets the debug draw mode of a viewport. See [enum ViewportDebugDraw] for " +"options." +msgstr "" + +#: doc/classes/VisualServer.xml:2965 +msgid "If [code]true[/code], a viewport's 3D rendering is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:2973 +msgid "" +"If [code]true[/code], rendering of a viewport's environment is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:2981 +msgid "Sets the viewport's global transformation matrix." +msgstr "" + +#: doc/classes/VisualServer.xml:2989 +msgid "If [code]true[/code], the viewport renders to hdr." +msgstr "" + +#: doc/classes/VisualServer.xml:2997 +msgid "If [code]true[/code], the viewport's canvas is not rendered." +msgstr "" + +#: doc/classes/VisualServer.xml:3005 +msgid "Currently unimplemented in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3013 +msgid "Sets the anti-aliasing mode. See [enum ViewportMSAA] for options." +msgstr "" + +#: doc/classes/VisualServer.xml:3021 +msgid "Sets the viewport's parent to another viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:3029 +msgid "" +"If [code]true[/code], render the contents of the viewport directly to " +"screen. This allows a low-level optimization where you can skip drawing a " +"viewport to the root viewport. While this optimization can result in a " +"significant increase in speed (especially on older devices), it comes at a " +"cost of usability. When this is enabled, you cannot read from the viewport " +"or from the [code]SCREEN_TEXTURE[/code]. You also lose the benefit of " +"certain window settings, such as the various stretch modes. Another " +"consequence to be aware of is that in 2D the rendering happens in window " +"coordinates, so if you have a viewport that is double the size of the " +"window, and you set this, then only the portion that fits within the window " +"will be drawn, no automatic scaling is possible, even if your game scene is " +"significantly larger than the window size." +msgstr "" + +#: doc/classes/VisualServer.xml:3037 +msgid "" +"Sets a viewport's scenario.\n" +"The scenario contains information about the [enum ScenarioDebugMode], " +"environment information, reflection atlas etc." +msgstr "" + +#: doc/classes/VisualServer.xml:3047 +msgid "Sets the shadow atlas quadrant's subdivision." +msgstr "" + +#: doc/classes/VisualServer.xml:3055 +msgid "" +"Sets the size of the shadow atlas's images (used for omni and spot lights). " +"The value will be rounded up to the nearest power of 2." +msgstr "" + +#: doc/classes/VisualServer.xml:3063 +msgid "" +"Sets the sharpening [code]intensity[/code] for the [code]viewport[/code]. If " +"set to a value greater than [code]0.0[/code], contrast-adaptive sharpening " +"will be applied to the 3D viewport. This has a low performance cost and can " +"be used to recover some of the sharpness lost from using FXAA. Values around " +"[code]0.5[/code] generally give the best results. See also [method " +"viewport_set_use_fxaa]." +msgstr "" + +#: doc/classes/VisualServer.xml:3072 +msgid "Sets the viewport's width and height." +msgstr "" + +#: doc/classes/VisualServer.xml:3080 +msgid "" +"If [code]true[/code], the viewport renders its background as transparent." +msgstr "" + +#: doc/classes/VisualServer.xml:3088 +msgid "" +"Sets when the viewport should be updated. See [enum ViewportUpdateMode] " +"constants for options." +msgstr "" + +#: doc/classes/VisualServer.xml:3096 +msgid "" +"Sets the viewport's 2D/3D mode. See [enum ViewportUsage] constants for " +"options." +msgstr "" + +#: doc/classes/VisualServer.xml:3104 +msgid "" +"If [code]true[/code], the viewport uses augmented or virtual reality " +"technologies. See [ARVRInterface]." +msgstr "" + +#: doc/classes/VisualServer.xml:3112 +msgid "" +"If [code]true[/code], uses a fast post-processing filter to make banding " +"significantly less visible. In some cases, debanding may introduce a " +"slightly noticeable dithering pattern. It's recommended to enable debanding " +"only when actually needed since the dithering pattern will make lossless-" +"compressed screenshots larger.\n" +"[b]Note:[/b] Only available on the GLES3 backend. [member Viewport.hdr] must " +"also be [code]true[/code] for debanding to be effective." +msgstr "" + +#: doc/classes/VisualServer.xml:3121 +msgid "" +"Enables fast approximate antialiasing for this viewport. FXAA is a popular " +"screen-space antialiasing method, which is fast but will make the image look " +"blurry, especially at lower resolutions. It can still work relatively well " +"at large resolutions such as 1440p and 4K. Some of the lost sharpness can be " +"recovered by enabling contrast-adaptive sharpening (see [method " +"viewport_set_sharpen_intensity])." +msgstr "" + +#: doc/classes/VisualServer.xml:3129 +msgid "If [code]true[/code], the viewport's rendering is flipped vertically." +msgstr "" + +#: doc/classes/VisualServer.xml:3135 +msgid "" +"If [code]false[/code], disables rendering completely, but the engine logic " +"is still being processed. You can call [method force_draw] to draw a frame " +"even with rendering disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3141 +msgid "" +"Emitted at the end of the frame, after the VisualServer has finished " +"updating all the Viewports." +msgstr "" + +#: doc/classes/VisualServer.xml:3146 +msgid "" +"Emitted at the beginning of the frame, before the VisualServer updates all " +"the Viewports." +msgstr "" + +#: doc/classes/VisualServer.xml:3152 +msgid "Marks an error that shows that the index array is empty." +msgstr "" + +#: doc/classes/VisualServer.xml:3155 +msgid "Number of weights/bones per vertex." +msgstr "" + +#: doc/classes/VisualServer.xml:3158 +msgid "The minimum Z-layer for canvas items." +msgstr "" + +#: doc/classes/VisualServer.xml:3161 +msgid "The maximum Z-layer for canvas items." +msgstr "" + +#: doc/classes/VisualServer.xml:3164 +msgid "" +"Max number of glow levels that can be used with glow post-process effect." +msgstr "" + +#: doc/classes/VisualServer.xml:3167 +msgid "Unused enum in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3170 +msgid "The minimum renderpriority of all materials." +msgstr "" + +#: doc/classes/VisualServer.xml:3173 +msgid "The maximum renderpriority of all materials." +msgstr "" + +#: doc/classes/VisualServer.xml:3176 +msgid "Marks the left side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3179 +msgid "Marks the right side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3182 +msgid "Marks the bottom side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3185 +msgid "Marks the top side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3188 +msgid "Marks the front side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3191 +msgid "Marks the back side of a cubemap." +msgstr "" + +#: doc/classes/VisualServer.xml:3194 +msgid "Normal texture with 2 dimensions, width and height." +msgstr "" + +#: doc/classes/VisualServer.xml:3197 +msgid "" +"Texture made up of six faces, can be looked up with a [code]vec3[/code] in " +"shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3200 +msgid "An array of 2-dimensional textures." +msgstr "" + +#: doc/classes/VisualServer.xml:3203 +msgid "A 3-dimensional texture with width, height, and depth." +msgstr "" + +#: doc/classes/VisualServer.xml:3209 +msgid "Repeats the texture (instead of clamp to edge)." +msgstr "" + +#: doc/classes/VisualServer.xml:3222 +msgid "Repeats the texture with alternate sections mirrored." +msgstr "" + +#: doc/classes/VisualServer.xml:3228 +msgid "" +"Default flags. [constant TEXTURE_FLAG_MIPMAPS], [constant " +"TEXTURE_FLAG_REPEAT] and [constant TEXTURE_FLAG_FILTER] are enabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3231 +msgid "Shader is a 3D shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3234 +msgid "Shader is a 2D shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3237 +msgid "Shader is a particle shader." +msgstr "" + +#: doc/classes/VisualServer.xml:3240 +msgid "Represents the size of the [enum ShaderMode] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3243 +msgid "Array is a vertex array." +msgstr "" + +#: doc/classes/VisualServer.xml:3246 +msgid "Array is a normal array." +msgstr "" + +#: doc/classes/VisualServer.xml:3249 +msgid "Array is a tangent array." +msgstr "" + +#: doc/classes/VisualServer.xml:3252 +msgid "Array is a color array." +msgstr "" + +#: doc/classes/VisualServer.xml:3255 +msgid "Array is an UV coordinates array." +msgstr "" + +#: doc/classes/VisualServer.xml:3258 +msgid "Array is an UV coordinates array for the second UV coordinates." +msgstr "" + +#: doc/classes/VisualServer.xml:3261 +msgid "Array contains bone information." +msgstr "" + +#: doc/classes/VisualServer.xml:3264 +msgid "Array is weight information." +msgstr "" + +#: doc/classes/VisualServer.xml:3267 +msgid "Array is index array." +msgstr "" + +#: doc/classes/VisualServer.xml:3273 +msgid "Flag used to mark a vertex array." +msgstr "" + +#: doc/classes/VisualServer.xml:3276 +msgid "Flag used to mark a normal array." +msgstr "" + +#: doc/classes/VisualServer.xml:3279 +msgid "Flag used to mark a tangent array." +msgstr "" + +#: doc/classes/VisualServer.xml:3282 +msgid "Flag used to mark a color array." +msgstr "" + +#: doc/classes/VisualServer.xml:3285 +msgid "Flag used to mark an UV coordinates array." +msgstr "" + +#: doc/classes/VisualServer.xml:3288 +msgid "" +"Flag used to mark an UV coordinates array for the second UV coordinates." +msgstr "" + +#: doc/classes/VisualServer.xml:3291 +msgid "Flag used to mark a bone information array." +msgstr "" + +#: doc/classes/VisualServer.xml:3294 +msgid "Flag used to mark a weights array." +msgstr "" + +#: doc/classes/VisualServer.xml:3297 +msgid "Flag used to mark an index array." +msgstr "" + +#: doc/classes/VisualServer.xml:3336 +msgid "" +"Used to set flags [constant ARRAY_COMPRESS_NORMAL], [constant " +"ARRAY_COMPRESS_TANGENT], [constant ARRAY_COMPRESS_COLOR], [constant " +"ARRAY_COMPRESS_TEX_UV], [constant ARRAY_COMPRESS_TEX_UV2], [constant " +"ARRAY_COMPRESS_WEIGHTS], and [constant " +"ARRAY_FLAG_USE_OCTAHEDRAL_COMPRESSION] quickly." +msgstr "" + +#: doc/classes/VisualServer.xml:3339 +msgid "Primitive to draw consists of points." +msgstr "" + +#: doc/classes/VisualServer.xml:3342 +msgid "Primitive to draw consists of lines." +msgstr "" + +#: doc/classes/VisualServer.xml:3345 +msgid "Primitive to draw consists of a line strip from start to end." +msgstr "" + +#: doc/classes/VisualServer.xml:3348 +msgid "" +"Primitive to draw consists of a line loop (a line strip with a line between " +"the last and the first vertex)." +msgstr "" + +#: doc/classes/VisualServer.xml:3351 +msgid "Primitive to draw consists of triangles." +msgstr "" + +#: doc/classes/VisualServer.xml:3354 +msgid "" +"Primitive to draw consists of a triangle strip (the last 3 vertices are " +"always combined to make a triangle)." +msgstr "" + +#: doc/classes/VisualServer.xml:3357 +msgid "" +"Primitive to draw consists of a triangle strip (the last 2 vertices are " +"always combined with the first to make a triangle)." +msgstr "" + +#: doc/classes/VisualServer.xml:3360 +msgid "Represents the size of the [enum PrimitiveType] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3369 +msgid "Is a directional (sun) light." +msgstr "" + +#: doc/classes/VisualServer.xml:3372 +msgid "Is an omni light." +msgstr "" + +#: doc/classes/VisualServer.xml:3375 +msgid "Is a spot light." +msgstr "" + +#: doc/classes/VisualServer.xml:3378 +msgid "The light's energy." +msgstr "" + +#: doc/classes/VisualServer.xml:3381 +msgid "Secondary multiplier used with indirect light (light bounces)." +msgstr "" + +#: doc/classes/VisualServer.xml:3384 +msgid "" +"The light's size, currently only used for soft shadows in baked lightmaps." +msgstr "" + +#: doc/classes/VisualServer.xml:3387 +msgid "The light's influence on specularity." +msgstr "" + +#: doc/classes/VisualServer.xml:3390 +msgid "The light's range." +msgstr "" + +#: doc/classes/VisualServer.xml:3393 +msgid "The light's attenuation." +msgstr "" + +#: doc/classes/VisualServer.xml:3396 +msgid "The spotlight's angle." +msgstr "" + +#: doc/classes/VisualServer.xml:3399 +msgid "The spotlight's attenuation." +msgstr "" + +#: doc/classes/VisualServer.xml:3402 +msgid "Scales the shadow color." +msgstr "" + +#: doc/classes/VisualServer.xml:3405 +msgid "Max distance that shadows will be rendered." +msgstr "" + +#: doc/classes/VisualServer.xml:3408 +msgid "Proportion of shadow atlas occupied by the first split." +msgstr "" + +#: doc/classes/VisualServer.xml:3411 +msgid "Proportion of shadow atlas occupied by the second split." +msgstr "" + +#: doc/classes/VisualServer.xml:3414 +msgid "" +"Proportion of shadow atlas occupied by the third split. The fourth split " +"occupies the rest." +msgstr "" + +#: doc/classes/VisualServer.xml:3417 +msgid "" +"Normal bias used to offset shadow lookup by object normal. Can be used to " +"fix self-shadowing artifacts." +msgstr "" + +#: doc/classes/VisualServer.xml:3420 +msgid "Bias the shadow lookup to fix self-shadowing artifacts." +msgstr "" + +#: doc/classes/VisualServer.xml:3423 +msgid "" +"Increases bias on further splits to fix self-shadowing that only occurs far " +"away from the camera." +msgstr "" + +#: doc/classes/VisualServer.xml:3426 +msgid "Represents the size of the [enum LightParam] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3435 +msgid "Use a dual paraboloid shadow map for omni lights." +msgstr "" + +#: doc/classes/VisualServer.xml:3438 +msgid "" +"Use a cubemap shadow map for omni lights. Slower but better quality than " +"dual paraboloid." +msgstr "" + +#: doc/classes/VisualServer.xml:3441 +msgid "Use more detail vertically when computing shadow map." +msgstr "" + +#: doc/classes/VisualServer.xml:3444 +msgid "Use more detail horizontally when computing shadow map." +msgstr "" + +#: doc/classes/VisualServer.xml:3447 +msgid "Use orthogonal shadow projection for directional light." +msgstr "" + +#: doc/classes/VisualServer.xml:3450 +msgid "Use 2 splits for shadow projection when using directional light." +msgstr "" + +#: doc/classes/VisualServer.xml:3453 +msgid "Use 4 splits for shadow projection when using directional light." +msgstr "" + +#: doc/classes/VisualServer.xml:3456 +msgid "" +"Keeps shadows stable as camera moves but has lower effective resolution." +msgstr "" + +#: doc/classes/VisualServer.xml:3459 +msgid "" +"Optimize use of shadow maps, increasing the effective resolution. But may " +"result in shadows moving or flickering slightly." +msgstr "" + +#: doc/classes/VisualServer.xml:3462 +msgid "Do not update the viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:3465 +msgid "Update the viewport once then set to disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3468 +msgid "Update the viewport whenever it is visible." +msgstr "" + +#: doc/classes/VisualServer.xml:3471 +msgid "Always update the viewport." +msgstr "" + +#: doc/classes/VisualServer.xml:3474 +msgid "The viewport is always cleared before drawing." +msgstr "" + +#: doc/classes/VisualServer.xml:3477 +msgid "The viewport is never cleared before drawing." +msgstr "" + +#: doc/classes/VisualServer.xml:3480 +msgid "" +"The viewport is cleared once, then the clear mode is set to [constant " +"VIEWPORT_CLEAR_NEVER]." +msgstr "" + +#: doc/classes/VisualServer.xml:3483 +msgid "Multisample antialiasing is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3486 +msgid "Multisample antialiasing is set to 2×." +msgstr "" + +#: doc/classes/VisualServer.xml:3489 +msgid "Multisample antialiasing is set to 4×." +msgstr "" + +#: doc/classes/VisualServer.xml:3492 +msgid "Multisample antialiasing is set to 8×." +msgstr "" + +#: doc/classes/VisualServer.xml:3495 +msgid "Multisample antialiasing is set to 16×." +msgstr "" + +#: doc/classes/VisualServer.xml:3498 +msgid "" +"Multisample antialiasing is set to 2× on external texture. Special mode for " +"GLES2 Android VR (Oculus Quest and Go)." +msgstr "" + +#: doc/classes/VisualServer.xml:3501 +msgid "" +"Multisample antialiasing is set to 4× on external texture. Special mode for " +"GLES2 Android VR (Oculus Quest and Go)." +msgstr "" + +#: doc/classes/VisualServer.xml:3504 +msgid "The Viewport does not render 3D but samples." +msgstr "" + +#: doc/classes/VisualServer.xml:3507 +msgid "The Viewport does not render 3D and does not sample." +msgstr "" + +#: doc/classes/VisualServer.xml:3510 +msgid "The Viewport renders 3D with effects." +msgstr "" + +#: doc/classes/VisualServer.xml:3513 +msgid "The Viewport renders 3D but without effects." +msgstr "" + +#: doc/classes/VisualServer.xml:3516 +msgid "Number of objects drawn in a single frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3519 +msgid "Number of vertices drawn in a single frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3522 +msgid "Number of material changes during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3525 +msgid "Number of shader changes during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3528 +msgid "Number of surface changes during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3531 +msgid "Number of draw calls during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3534 +msgid "Number of 2d items drawn this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3537 +msgid "Number of 2d draw calls during this frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3540 +msgid "Represents the size of the [enum ViewportRenderInfo] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3543 +msgid "Debug draw is disabled. Default setting." +msgstr "" + +#: doc/classes/VisualServer.xml:3546 +msgid "Debug draw sets objects to unshaded." +msgstr "" + +#: doc/classes/VisualServer.xml:3549 +msgid "Overwrites clear color to [code](0,0,0,0)[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:3552 +msgid "Debug draw draws objects in wireframe." +msgstr "" + +#: doc/classes/VisualServer.xml:3555 +msgid "Do not use a debug mode." +msgstr "" + +#: doc/classes/VisualServer.xml:3558 +msgid "Draw all objects as wireframe models." +msgstr "" + +#: doc/classes/VisualServer.xml:3561 +msgid "" +"Draw all objects in a way that displays how much overdraw is occurring. " +"Overdraw occurs when a section of pixels is drawn and shaded and then " +"another object covers it up. To optimize a scene, you should reduce overdraw." +msgstr "" + +#: doc/classes/VisualServer.xml:3564 +msgid "" +"Draw all objects without shading. Equivalent to setting all objects shaders " +"to [code]unshaded[/code]." +msgstr "" + +#: doc/classes/VisualServer.xml:3567 +msgid "The instance does not have a type." +msgstr "" + +#: doc/classes/VisualServer.xml:3570 +msgid "The instance is a mesh." +msgstr "" + +#: doc/classes/VisualServer.xml:3573 +msgid "The instance is a multimesh." +msgstr "" + +#: doc/classes/VisualServer.xml:3576 +msgid "The instance is an immediate geometry." +msgstr "" + +#: doc/classes/VisualServer.xml:3579 +msgid "The instance is a particle emitter." +msgstr "" + +#: doc/classes/VisualServer.xml:3582 +msgid "The instance is a light." +msgstr "" + +#: doc/classes/VisualServer.xml:3585 +msgid "The instance is a reflection probe." +msgstr "" + +#: doc/classes/VisualServer.xml:3588 +msgid "The instance is a GI probe." +msgstr "" + +#: doc/classes/VisualServer.xml:3591 +msgid "The instance is a lightmap capture." +msgstr "" + +#: doc/classes/VisualServer.xml:3594 +msgid "Represents the size of the [enum InstanceType] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3597 +msgid "" +"A combination of the flags of geometry instances (mesh, multimesh, immediate " +"and particles)." +msgstr "" + +#: doc/classes/VisualServer.xml:3600 +msgid "Allows the instance to be used in baked lighting." +msgstr "" + +#: doc/classes/VisualServer.xml:3603 +msgid "When set, manually requests to draw geometry on next frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3606 +msgid "Represents the size of the [enum InstanceFlags] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3609 +msgid "Disable shadows from this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:3612 +msgid "Cast shadows from this instance." +msgstr "" + +#: doc/classes/VisualServer.xml:3615 +msgid "" +"Disable backface culling when rendering the shadow of the object. This is " +"slightly slower but may result in more correct shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3618 +msgid "" +"Only render the shadows from the object. The object itself will not be drawn." +msgstr "" + +#: doc/classes/VisualServer.xml:3621 +msgid "The nine patch gets stretched where needed." +msgstr "" + +#: doc/classes/VisualServer.xml:3624 +msgid "The nine patch gets filled with tiles where needed." +msgstr "" + +#: doc/classes/VisualServer.xml:3627 +msgid "" +"The nine patch gets filled with tiles where needed and stretches them a bit " +"if needed." +msgstr "" + +#: doc/classes/VisualServer.xml:3630 +msgid "Adds light color additive to the canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:3633 +msgid "Adds light color subtractive to the canvas." +msgstr "" + +#: doc/classes/VisualServer.xml:3636 +msgid "The light adds color depending on transparency." +msgstr "" + +#: doc/classes/VisualServer.xml:3639 +msgid "The light adds color depending on mask." +msgstr "" + +#: doc/classes/VisualServer.xml:3642 +msgid "Do not apply a filter to canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3645 +msgid "Use PCF3 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3648 +msgid "Use PCF5 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3651 +msgid "Use PCF7 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3654 +msgid "Use PCF9 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3657 +msgid "Use PCF13 filtering to filter canvas light shadows." +msgstr "" + +#: doc/classes/VisualServer.xml:3660 +msgid "Culling of the canvas occluder is disabled." +msgstr "" + +#: doc/classes/VisualServer.xml:3663 +msgid "Culling of the canvas occluder is clockwise." +msgstr "" + +#: doc/classes/VisualServer.xml:3666 +msgid "Culling of the canvas occluder is counterclockwise." +msgstr "" + +#: doc/classes/VisualServer.xml:3669 +msgid "The amount of objects in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3672 +msgid "The amount of vertices in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3675 +msgid "The amount of modified materials in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3678 +msgid "The amount of shader rebinds in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3681 +msgid "The amount of surface changes in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3684 +msgid "The amount of draw calls in frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3687 +msgid "The amount of 2d items in the frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3690 +msgid "The amount of 2d draw calls in frame." +msgstr "" + +#: doc/classes/VisualServer.xml:3705 +msgid "Hardware supports shaders. This enum is currently unused in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3708 +msgid "" +"Hardware supports multithreading. This enum is currently unused in Godot 3.x." +msgstr "" + +#: doc/classes/VisualServer.xml:3711 +msgid "Use [Transform2D] to store MultiMesh transform." +msgstr "" + +#: doc/classes/VisualServer.xml:3714 +msgid "Use [Transform] to store MultiMesh transform." +msgstr "" + +#: doc/classes/VisualServer.xml:3717 +msgid "MultiMesh does not use per-instance color." +msgstr "" + +#: doc/classes/VisualServer.xml:3720 +msgid "" +"MultiMesh color uses 8 bits per component. This packs the color into a " +"single float." +msgstr "" + +#: doc/classes/VisualServer.xml:3723 +msgid "MultiMesh color uses a float per channel." +msgstr "" + +#: doc/classes/VisualServer.xml:3726 +msgid "MultiMesh does not use custom data." +msgstr "" + +#: doc/classes/VisualServer.xml:3729 +msgid "" +"MultiMesh custom data uses 8 bits per component. This packs the 4-component " +"custom data into a single float." +msgstr "" + +#: doc/classes/VisualServer.xml:3732 +msgid "MultiMesh custom data uses a float per component." +msgstr "" + +#: doc/classes/VisualServer.xml:3735 +msgid "Reflection probe will update reflections once and then stop." +msgstr "" + +#: doc/classes/VisualServer.xml:3738 +msgid "" +"Reflection probe will update each frame. This mode is necessary to capture " +"moving objects." +msgstr "" + +#: doc/classes/VisualServer.xml:3741 +msgid "Draw particles in the order that they appear in the particles array." +msgstr "" + +#: doc/classes/VisualServer.xml:3744 +msgid "Sort particles based on their lifetime." +msgstr "" + +#: doc/classes/VisualServer.xml:3747 +msgid "Sort particles based on their distance to the camera." +msgstr "" + +#: doc/classes/VisualServer.xml:3750 +msgid "Use the clear color as background." +msgstr "" + +#: doc/classes/VisualServer.xml:3753 +msgid "Use a specified color as the background." +msgstr "" + +#: doc/classes/VisualServer.xml:3756 +msgid "Use a sky resource for the background." +msgstr "" + +#: doc/classes/VisualServer.xml:3759 +msgid "" +"Use a custom color for background, but use a sky for shading and reflections." +msgstr "" + +#: doc/classes/VisualServer.xml:3762 +msgid "" +"Use a specified canvas layer as the background. This can be useful for " +"instantiating a 2D scene in a 3D world." +msgstr "" + +#: doc/classes/VisualServer.xml:3765 +msgid "" +"Do not clear the background, use whatever was rendered last frame as the " +"background." +msgstr "" + +#: doc/classes/VisualServer.xml:3768 +msgid "Represents the size of the [enum EnvironmentBG] enum." +msgstr "" + +#: doc/classes/VisualServer.xml:3771 +msgid "Use lowest blur quality. Fastest, but may look bad." +msgstr "" + +#: doc/classes/VisualServer.xml:3774 +msgid "Use medium blur quality." +msgstr "" + +#: doc/classes/VisualServer.xml:3777 +msgid "Used highest blur quality. Looks the best, but is the slowest." +msgstr "" + +#: doc/classes/VisualServer.xml:3780 +msgid "Add the effect of the glow on top of the scene." +msgstr "" + +#: doc/classes/VisualServer.xml:3783 +msgid "" +"Blends the glow effect with the screen. Does not get as bright as additive." +msgstr "" + +#: doc/classes/VisualServer.xml:3786 +msgid "Produces a subtle color disturbance around objects." +msgstr "" + +#: doc/classes/VisualServer.xml:3789 +msgid "Shows the glow effect by itself without the underlying scene." +msgstr "" + +#: doc/classes/VisualServer.xml:3792 +msgid "Output color as they came in." +msgstr "" + +#: doc/classes/VisualServer.xml:3795 +msgid "Use the Reinhard tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3798 +msgid "Use the filmic tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3801 +msgid "Use the ACES tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3804 +msgid "Use the ACES Fitted tonemapper." +msgstr "" + +#: doc/classes/VisualServer.xml:3807 +msgid "Lowest quality of screen space ambient occlusion." +msgstr "" + +#: doc/classes/VisualServer.xml:3810 +msgid "Medium quality screen space ambient occlusion." +msgstr "" + +#: doc/classes/VisualServer.xml:3813 +msgid "Highest quality screen space ambient occlusion." +msgstr "" + +#: doc/classes/VisualServer.xml:3816 +msgid "Disables the blur set for SSAO. Will make SSAO look noisier." +msgstr "" + +#: doc/classes/VisualServer.xml:3819 +msgid "Perform a 1x1 blur on the SSAO output." +msgstr "" + +#: doc/classes/VisualServer.xml:3822 +msgid "Performs a 2x2 blur on the SSAO output." +msgstr "" + +#: doc/classes/VisualServer.xml:3825 +msgid "Performs a 3x3 blur on the SSAO output. Use this for smoothest SSAO." +msgstr "" + +#: doc/classes/VisualShader.xml:4 +msgid "A custom shader program with a visual editor." +msgstr "" + +#: doc/classes/VisualShader.xml:7 +msgid "" +"This class allows you to define a custom shader program that can be used for " +"various materials to render objects.\n" +"The visual shader editor creates the shader." +msgstr "" + +#: doc/classes/VisualShader.xml:20 +msgid "Adds the specified node to the shader." +msgstr "" + +#: doc/classes/VisualShader.xml:31 +msgid "" +"Returns [code]true[/code] if the specified nodes and ports can be connected " +"together." +msgstr "" + +#: doc/classes/VisualShader.xml:42 doc/classes/VisualShader.xml:64 +msgid "Connects the specified nodes and ports." +msgstr "" + +#: doc/classes/VisualShader.xml:53 +msgid "" +"Connects the specified nodes and ports, even if they can't be connected. " +"Such connection is invalid and will not function properly." +msgstr "" + +#: doc/classes/VisualShader.xml:72 +msgid "" +"Returns the shader node instance with specified [code]type[/code] and " +"[code]id[/code]." +msgstr "" + +#: doc/classes/VisualShader.xml:79 +msgid "Returns the list of connected nodes with the specified type." +msgstr "" + +#: doc/classes/VisualShader.xml:86 +msgid "Returns the list of all nodes in the shader with the specified type." +msgstr "" + +#: doc/classes/VisualShader.xml:94 +msgid "Returns the position of the specified node within the shader graph." +msgstr "" + +#: doc/classes/VisualShader.xml:111 +msgid "" +"Returns [code]true[/code] if the specified node and port connection exist." +msgstr "" + +#: doc/classes/VisualShader.xml:119 +msgid "Removes the specified node from the shader." +msgstr "" + +#: doc/classes/VisualShader.xml:126 +msgid "Sets the mode of this shader." +msgstr "" + +#: doc/classes/VisualShader.xml:135 +msgid "Sets the position of the specified node." +msgstr "" + +#: doc/classes/VisualShader.xml:141 +msgid "The offset vector of the whole graph." +msgstr "" + +#: doc/classes/VisualShader.xml:146 +msgid "A vertex shader, operating on vertices." +msgstr "" + +#: doc/classes/VisualShader.xml:149 +msgid "A fragment shader, operating on fragments (pixels)." +msgstr "" + +#: doc/classes/VisualShader.xml:152 +msgid "A shader for light calculations." +msgstr "" + +#: doc/classes/VisualShader.xml:155 +msgid "Represents the size of the [enum Type] enum." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:4 +msgid "Base class for nodes in a visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:7 +msgid "" +"Visual shader graphs consist of various nodes. Each node in the graph is a " +"separate object and they are represented as a rectangular boxes with title " +"and a set of properties. Each node has also connection ports that allow to " +"connect it to another nodes and control the flow of the shader." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:10 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/shading/visual_shaders.html" +msgstr "" + +#: doc/classes/VisualShaderNode.xml:16 +msgid "" +"Returns an [Array] containing default values for all of the input ports of " +"the node in the form [code][index0, value0, index1, value1, ...][/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:23 +msgid "Returns the default value of the input [code]port[/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:30 +msgid "" +"Sets the default input ports values using an [Array] of the form [code]" +"[index0, value0, index1, value1, ...][/code]. For example: [code][0, " +"Vector3(0, 0, 0), 1, Vector3(0, 0, 0)][/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:38 +msgid "Sets the default value for the selected input [code]port[/code]." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:44 +msgid "" +"Sets the output port index which will be showed for preview. If set to " +"[code]-1[/code] no port will be open for preview." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:50 +msgid "" +"Emitted when the node requests an editor refresh. Currently called only in " +"setter of [member VisualShaderNodeTexture.source], " +"[VisualShaderNodeTexture], and [VisualShaderNodeCubeMap] (and their " +"derivatives)." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:56 +msgid "" +"Floating-point scalar. Translated to [code]float[/code] type in shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:59 +msgid "" +"3D vector of floating-point values. Translated to [code]vec3[/code] type in " +"shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:62 +msgid "Boolean type. Translated to [code]bool[/code] type in shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:65 +msgid "Transform type. Translated to [code]mat4[/code] type in shader code." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:68 +msgid "" +"Sampler type. Translated to reference of sampler uniform in shader code. Can " +"only be used for input ports in non-uniform nodes." +msgstr "" + +#: doc/classes/VisualShaderNode.xml:71 +msgid "Represents the size of the [enum PortType] enum." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanConstant.xml:4 +msgid "A boolean constant to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanConstant.xml:7 +msgid "" +"Has only one output port and no inputs.\n" +"Translated to [code]bool[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanConstant.xml:16 +msgid "A boolean constant which represents a state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanUniform.xml:4 +msgid "A boolean uniform to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeBooleanUniform.xml:7 +msgid "Translated to [code]uniform bool[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeColorConstant.xml:4 +msgid "A [Color] constant to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorConstant.xml:7 +msgid "" +"Has two output ports representing RGB and alpha channels of [Color].\n" +"Translated to [code]vec3 rgb[/code] and [code]float alpha[/code] in the " +"shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeColorConstant.xml:16 +msgid "A [Color] constant which represents a state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:4 +msgid "A [Color] function to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:7 +msgid "" +"Accept a [Color] to the input port and transform it according to [member " +"function]." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:15 +msgid "" +"A function to be applied to the input color. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:20 +msgid "" +"Converts the color to grayscale using the following formula:\n" +"[codeblock]\n" +"vec3 c = input;\n" +"float max1 = max(c.r, c.g);\n" +"float max2 = max(max1, c.b);\n" +"float max3 = max(max1, max2);\n" +"return vec3(max3, max3, max3);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorFunc.xml:30 +msgid "" +"Applies sepia tone effect using the following formula:\n" +"[codeblock]\n" +"vec3 c = input;\n" +"float r = (c.r * 0.393) + (c.g * 0.769) + (c.b * 0.189);\n" +"float g = (c.r * 0.349) + (c.g * 0.686) + (c.b * 0.168);\n" +"float b = (c.r * 0.272) + (c.g * 0.534) + (c.b * 0.131);\n" +"return vec3(r, g, b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:4 +msgid "A [Color] operator to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:7 +msgid "Applies [member operator] to two color inputs." +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:15 +msgid "" +"An operator to be applied to the inputs. See [enum Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:20 +msgid "" +"Produce a screen effect with the following formula:\n" +"[codeblock]\n" +"result = vec3(1.0) - (vec3(1.0) - a) * (vec3(1.0) - b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:26 +msgid "" +"Produce a difference effect with the following formula:\n" +"[codeblock]\n" +"result = abs(a - b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:32 +msgid "" +"Produce a darken effect with the following formula:\n" +"[codeblock]\n" +"result = min(a, b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:38 +msgid "" +"Produce a lighten effect with the following formula:\n" +"[codeblock]\n" +"result = max(a, b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:44 +msgid "" +"Produce an overlay effect with the following formula:\n" +"[codeblock]\n" +"for (int i = 0; i < 3; i++) {\n" +" float base = a[i];\n" +" float blend = b[i];\n" +" if (base < 0.5) {\n" +" result[i] = 2.0 * base * blend;\n" +" } else {\n" +" result[i] = 1.0 - 2.0 * (1.0 - blend) * (1.0 - base);\n" +" }\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:58 +msgid "" +"Produce a dodge effect with the following formula:\n" +"[codeblock]\n" +"result = a / (vec3(1.0) - b);\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:64 +msgid "" +"Produce a burn effect with the following formula:\n" +"[codeblock]\n" +"result = vec3(1.0) - (vec3(1.0) - a) / b;\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:70 +msgid "" +"Produce a soft light effect with the following formula:\n" +"[codeblock]\n" +"for (int i = 0; i < 3; i++) {\n" +" float base = a[i];\n" +" float blend = b[i];\n" +" if (base < 0.5) {\n" +" result[i] = base * (blend + 0.5);\n" +" } else {\n" +" result[i] = 1.0 - (1.0 - base) * (1.0 - (blend - 0.5));\n" +" }\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorOp.xml:84 +msgid "" +"Produce a hard light effect with the following formula:\n" +"[codeblock]\n" +"for (int i = 0; i < 3; i++) {\n" +" float base = a[i];\n" +" float blend = b[i];\n" +" if (base < 0.5) {\n" +" result[i] = base * (2.0 * blend);\n" +" } else {\n" +" result[i] = 1.0 - (1.0 - base) * (1.0 - 2.0 * (blend - 0.5));\n" +" }\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeColorUniform.xml:4 +msgid "A [Color] uniform to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeColorUniform.xml:7 +msgid "Translated to [code]uniform vec4[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:4 +msgid "A comparison function for common types within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:7 +msgid "" +"Compares [code]a[/code] and [code]b[/code] of [member type] by [member " +"function]. Returns a boolean scalar. Translates to [code]if[/code] " +"instruction in shader code." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:15 +msgid "" +"Extra condition which is applied if [member type] is set to [constant " +"CTYPE_VECTOR]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:18 +msgid "A comparison function. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:21 +msgid "" +"The type to be used in the comparison. See [enum ComparisonType] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:26 +msgid "A floating-point scalar." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:29 +msgid "A 3D vector type." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:32 +msgid "A boolean type." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:35 +msgid "A transform ([code]mat4[/code]) type." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:38 +msgid "Comparison for equality ([code]a == b[/code])." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:41 +msgid "Comparison for inequality ([code]a != b[/code])." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:44 +msgid "" +"Comparison for greater than ([code]a > b[/code]). Cannot be used if [member " +"type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:47 +msgid "" +"Comparison for greater than or equal ([code]a >= b[/code]). Cannot be used " +"if [member type] set to [constant CTYPE_BOOLEAN] or [constant " +"CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:50 +msgid "" +"Comparison for less than ([code]a < b[/code]). Cannot be used if [member " +"type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:53 +msgid "" +"Comparison for less than or equal ([code]a < b[/code]). Cannot be used if " +"[member type] set to [constant CTYPE_BOOLEAN] or [constant CTYPE_TRANSFORM]." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:56 +msgid "" +"The result will be true if all of component in vector satisfy the comparison " +"condition." +msgstr "" + +#: doc/classes/VisualShaderNodeCompare.xml:59 +msgid "" +"The result will be true if any of component in vector satisfy the comparison " +"condition." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:4 +msgid "A [CubeMap] sampling node to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:7 +msgid "" +"Translated to [code]texture(cubemap, vec3)[/code] in the shader language. " +"Returns a color vector and alpha channel as scalar." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:15 +msgid "" +"The [CubeMap] texture to sample when using [constant SOURCE_TEXTURE] as " +"[member source]." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:18 +msgid "" +"Defines which source should be used for the sampling. See [enum Source] for " +"options." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:21 +#: doc/classes/VisualShaderNodeTextureUniform.xml:18 +msgid "" +"Defines the type of data provided by the source texture. See [enum " +"TextureType] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:26 +msgid "" +"Use the [CubeMap] set via [member cube_map]. If this is set to [member " +"source], the [code]samplerCube[/code] port is ignored." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:29 +msgid "" +"Use the [CubeMap] sampler reference passed via the [code]samplerCube[/code] " +"port. If this is set to [member source], the [member cube_map] texture is " +"ignored." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:32 +#: doc/classes/VisualShaderNodeTexture.xml:44 +#: doc/classes/VisualShaderNodeTextureUniform.xml:23 +msgid "No hints are added to the uniform declaration." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:35 +#: doc/classes/VisualShaderNodeTexture.xml:47 +#: doc/classes/VisualShaderNodeTextureUniform.xml:26 +msgid "" +"Adds [code]hint_albedo[/code] as hint to the uniform declaration for proper " +"sRGB to linear conversion." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMap.xml:38 +#: doc/classes/VisualShaderNodeTexture.xml:50 +#: doc/classes/VisualShaderNodeTextureUniform.xml:29 +msgid "" +"Adds [code]hint_normal[/code] as hint to the uniform declaration, which " +"internally converts the texture for proper usage as normal map." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMapUniform.xml:4 +msgid "A [CubeMap] uniform node to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeCubeMapUniform.xml:7 +msgid "" +"Translated to [code]uniform samplerCube[/code] in the shader language. The " +"output value can be used as port for [VisualShaderNodeCubeMap]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:4 +msgid "" +"Virtual class to define custom [VisualShaderNode]s for use in the Visual " +"Shader Editor." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:7 +msgid "" +"By inheriting this class you can create a custom [VisualShader] script addon " +"which will be automatically added to the Visual Shader Editor. The " +"[VisualShaderNode]'s behavior is defined by overriding the provided virtual " +"methods.\n" +"In order for the node to be registered as an editor addon, you must use the " +"[code]tool[/code] keyword and provide a [code]class_name[/code] for your " +"custom script. For example:\n" +"[codeblock]\n" +"tool\n" +"extends VisualShaderNodeCustom\n" +"class_name VisualShaderNodeNoise\n" +"[/codeblock]" +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:16 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/plugins/editor/" +"visual_shader_plugins.html" +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:22 +msgid "" +"Override this method to define the category of the associated custom node in " +"the Visual Shader Editor's members dialog. The path may look like " +"[code]\"MyGame/MyFunctions/Noise\"[/code].\n" +"Defining this method is [b]optional[/b]. If not overridden, the node will be " +"filed under the \"Custom\" category." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:33 +msgid "" +"Override this method to define the actual shader code of the associated " +"custom node. The shader code should be returned as a string, which can have " +"multiple lines (the [code]\"\"\"[/code] multiline string construct can be " +"used for convenience).\n" +"The [code]input_vars[/code] and [code]output_vars[/code] arrays contain the " +"string names of the various input and output variables, as defined by " +"[code]_get_input_*[/code] and [code]_get_output_*[/code] virtual methods in " +"this class.\n" +"The output ports can be assigned values in the shader code. For example, " +"[code]return output_vars[0] + \" = \" + input_vars[0] + \";\"[/code].\n" +"You can customize the generated code based on the shader [code]mode[/code] " +"(see [enum Shader.Mode]) and/or [code]type[/code] (see [enum VisualShader." +"Type]).\n" +"Defining this method is [b]required[/b]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:43 +msgid "" +"Override this method to define the description of the associated custom node " +"in the Visual Shader Editor's members dialog.\n" +"Defining this method is [b]optional[/b]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:51 +msgid "" +"Override this method to add shader code on top of the global shader, to " +"define your own standard library of reusable methods, varyings, constants, " +"uniforms, etc. The shader code should be returned as a string, which can " +"have multiple lines (the [code]\"\"\"[/code] multiline string construct can " +"be used for convenience).\n" +"Be careful with this functionality as it can cause name conflicts with other " +"custom nodes, so be sure to give the defined entities unique names.\n" +"You can customize the generated code based on the shader [code]mode[/code] " +"(see [enum Shader.Mode]).\n" +"Defining this method is [b]optional[/b]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:60 +msgid "" +"Override this method to define the amount of input ports of the associated " +"custom node.\n" +"Defining this method is [b]required[/b]. If not overridden, the node has no " +"input ports." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:68 +msgid "" +"Override this method to define the names of input ports of the associated " +"custom node. The names are used both for the input slots in the editor and " +"as identifiers in the shader code, and are passed in the [code]input_vars[/" +"code] array in [method _get_code].\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"input ports are named as [code]\"in\" + str(port)[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:76 +msgid "" +"Override this method to define the returned type of each input port of the " +"associated custom node (see [enum VisualShaderNode.PortType] for possible " +"types).\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"input ports will return the [constant VisualShaderNode.PORT_TYPE_SCALAR] " +"type." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:83 +msgid "" +"Override this method to define the name of the associated custom node in the " +"Visual Shader Editor's members dialog and graph.\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"the node will be named as \"Unnamed\"." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:90 +msgid "" +"Override this method to define the amount of output ports of the associated " +"custom node.\n" +"Defining this method is [b]required[/b]. If not overridden, the node has no " +"output ports." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:98 +msgid "" +"Override this method to define the names of output ports of the associated " +"custom node. The names are used both for the output slots in the editor and " +"as identifiers in the shader code, and are passed in the [code]output_vars[/" +"code] array in [method _get_code].\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"output ports are named as [code]\"out\" + str(port)[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:106 +msgid "" +"Override this method to define the returned type of each output port of the " +"associated custom node (see [enum VisualShaderNode.PortType] for possible " +"types).\n" +"Defining this method is [b]optional[/b], but recommended. If not overridden, " +"output ports will return the [constant VisualShaderNode.PORT_TYPE_SCALAR] " +"type." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:113 +msgid "" +"Override this method to define the return icon of the associated custom node " +"in the Visual Shader Editor's members dialog.\n" +"Defining this method is [b]optional[/b]. If not overridden, no return icon " +"is shown." +msgstr "" + +#: doc/classes/VisualShaderNodeCustom.xml:120 +msgid "" +"Override this method to define the subcategory of the associated custom node " +"in the Visual Shader Editor's members dialog.\n" +"Defining this method is [b]optional[/b]. If not overridden, the node will be " +"filed under the root of the main category (see [method _get_category])." +msgstr "" + +#: doc/classes/VisualShaderNodeDeterminant.xml:4 +msgid "" +"Calculates the determinant of a [Transform] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeDeterminant.xml:7 +msgid "Translates to [code]determinant(x)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeDotProduct.xml:4 +msgid "Calculates a dot product of two vectors within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeDotProduct.xml:7 +msgid "Translates to [code]dot(a, b)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeExpression.xml:4 +msgid "" +"A custom visual shader graph expression written in Godot Shading Language." +msgstr "" + +#: doc/classes/VisualShaderNodeExpression.xml:7 +msgid "" +"Custom Godot Shading Language expression, with a custom amount of input and " +"output ports.\n" +"The provided code is directly injected into the graph's matching shader " +"function ([code]vertex[/code], [code]fragment[/code], or [code]light[/" +"code]), so it cannot be used to declare functions, varyings, uniforms, or " +"global constants. See [VisualShaderNodeGlobalExpression] for such global " +"definitions." +msgstr "" + +#: doc/classes/VisualShaderNodeExpression.xml:16 +msgid "" +"An expression in Godot Shading Language, which will be injected at the start " +"of the graph's matching shader function ([code]vertex[/code], " +"[code]fragment[/code], or [code]light[/code]), and thus cannot be used to " +"declare functions, varyings, uniforms, or global constants." +msgstr "" + +#: doc/classes/VisualShaderNodeFaceForward.xml:4 +msgid "" +"Returns the vector that points in the same direction as a reference vector " +"within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeFaceForward.xml:7 +msgid "" +"Translates to [code]faceforward(N, I, Nref)[/code] in the shader language. " +"The function has three vector parameters: [code]N[/code], the vector to " +"orient, [code]I[/code], the incident vector, and [code]Nref[/code], the " +"reference vector. If the dot product of [code]I[/code] and [code]Nref[/code] " +"is smaller than zero the return value is [code]N[/code]. Otherwise, [code]-" +"N[/code] is returned." +msgstr "" + +#: doc/classes/VisualShaderNodeFresnel.xml:4 +msgid "A Fresnel effect to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeFresnel.xml:7 +msgid "" +"Returns falloff based on the dot product of surface normal and view " +"direction of camera (pass associated inputs to it)." +msgstr "" + +#: doc/classes/VisualShaderNodeGlobalExpression.xml:4 +msgid "" +"A custom global visual shader graph expression written in Godot Shading " +"Language." +msgstr "" + +#: doc/classes/VisualShaderNodeGlobalExpression.xml:7 +msgid "" +"Custom Godot Shader Language expression, which is placed on top of the " +"generated shader. You can place various function definitions inside to call " +"later in [VisualShaderNodeExpression]s (which are injected in the main " +"shader functions). You can also declare varyings, uniforms and global " +"constants." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:4 +msgid "" +"Base class for a family of nodes with variable amount of input and output " +"ports within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:7 +msgid "Currently, has no direct usage, use the derived classes instead." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:18 +msgid "" +"Adds an input port with the specified [code]type[/code] (see [enum " +"VisualShaderNode.PortType]) and [code]name[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:27 +msgid "" +"Adds an output port with the specified [code]type[/code] (see [enum " +"VisualShaderNode.PortType]) and [code]name[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:33 +msgid "Removes all previously specified input ports." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:39 +msgid "Removes all previously specified output ports." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:45 +msgid "" +"Returns a free input port ID which can be used in [method add_input_port]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:51 +msgid "" +"Returns a free output port ID which can be used in [method add_output_port]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:57 +msgid "" +"Returns the number of input ports in use. Alternative for [method " +"get_free_input_port_id]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:63 +msgid "" +"Returns a [String] description of the input ports as a colon-separated list " +"using the format [code]id,type,name;[/code] (see [method add_input_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:69 +msgid "" +"Returns the number of output ports in use. Alternative for [method " +"get_free_output_port_id]." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:75 +msgid "" +"Returns a [String] description of the output ports as a colon-separated list " +"using the format [code]id,type,name;[/code] (see [method add_output_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:82 +msgid "Returns [code]true[/code] if the specified input port exists." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:89 +msgid "Returns [code]true[/code] if the specified output port exists." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:96 +msgid "" +"Returns [code]true[/code] if the specified port name does not override an " +"existed port name and is valid within the shader." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:103 +msgid "Removes the specified input port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:110 +msgid "Removes the specified output port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:118 +msgid "Renames the specified input port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:126 +msgid "" +"Sets the specified input port's type (see [enum VisualShaderNode.PortType])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:133 +msgid "" +"Defines all input ports using a [String] formatted as a colon-separated " +"list: [code]id,type,name;[/code] (see [method add_input_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:141 +msgid "Renames the specified output port." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:149 +msgid "" +"Sets the specified output port's type (see [enum VisualShaderNode.PortType])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:156 +msgid "" +"Defines all output ports using a [String] formatted as a colon-separated " +"list: [code]id,type,name;[/code] (see [method add_output_port])." +msgstr "" + +#: doc/classes/VisualShaderNodeGroupBase.xml:162 +msgid "The size of the node in the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeInput.xml:6 +msgid "" +"Gives access to input variables (built-ins) available for the shader. See " +"the shading reference for the list of available built-ins for each shader " +"type (check [code]Tutorials[/code] section for link)." +msgstr "" + +#: doc/classes/VisualShaderNodeInput.xml:9 +msgid "" +"https://docs.godotengine.org/en/3.4/tutorials/shading/shading_reference/" +"index.html" +msgstr "" + +#: doc/classes/VisualShaderNodeInput.xml:20 +msgid "" +"One of the several input constants in lower-case style like: \"vertex" +"\"([code]VERTEX[/code]) or \"point_size\"([code]POINT_SIZE[/code])." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:4 +msgid "" +"A boolean comparison operator to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:7 +msgid "" +"Returns the boolean result of the comparison between [code]INF[/code] or " +"[code]NaN[/code] and a scalar parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:15 +msgid "The comparison function. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:20 +msgid "Comparison with [code]INF[/code] (Infinity)." +msgstr "" + +#: doc/classes/VisualShaderNodeIs.xml:23 +msgid "" +"Comparison with [code]NaN[/code] (Not a Number; denotes invalid numeric " +"results, e.g. division by zero)." +msgstr "" + +#: doc/classes/VisualShaderNodeOuterProduct.xml:4 +msgid "" +"Calculates an outer product of two vectors within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeOuterProduct.xml:7 +msgid "" +"[code]OuterProduct[/code] treats the first parameter [code]c[/code] as a " +"column vector (matrix with one column) and the second parameter [code]r[/" +"code] as a row vector (matrix with one row) and does a linear algebraic " +"matrix multiply [code]c * r[/code], yielding a matrix whose number of rows " +"is the number of components in [code]c[/code] and whose number of columns is " +"the number of components in [code]r[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeOutput.xml:4 +msgid "Represents the output shader parameters within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeOutput.xml:7 +msgid "" +"This visual shader node is present in all shader graphs in form of \"Output" +"\" block with multiple output value ports." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarClamp.xml:4 +msgid "Clamps a scalar value within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarClamp.xml:7 +msgid "" +"Constrains a value to lie between [code]min[/code] and [code]max[/code] " +"values." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:4 +msgid "Calculates a scalar derivative within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:7 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:7 +msgid "" +"This node is only available in [code]Fragment[/code] and [code]Light[/code] " +"visual shaders." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:15 +msgid "The derivative type. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:20 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:20 +msgid "Sum of absolute derivative in [code]x[/code] and [code]y[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:23 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:23 +msgid "Derivative in [code]x[/code] using local differencing." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarDerivativeFunc.xml:26 +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:26 +msgid "Derivative in [code]y[/code] using local differencing." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarInterp.xml:4 +msgid "" +"Linearly interpolates between two scalars within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarInterp.xml:7 +msgid "Translates to [code]mix(a, b, weight)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSmoothStep.xml:4 +msgid "Calculates a scalar SmoothStep function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSmoothStep.xml:7 +msgid "" +"Translates to [code]smoothstep(edge0, edge1, x)[/code] in the shader " +"language.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge0[/" +"code] and [code]1.0[/code] if [code]x[/code] is larger than [code]edge1[/" +"code]. Otherwise the return value is interpolated between [code]0.0[/code] " +"and [code]1.0[/code] using Hermite polynomials." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSwitch.xml:4 +msgid "A boolean/scalar function for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeScalarSwitch.xml:7 +msgid "" +"Returns an associated scalar if the provided boolean value is [code]true[/" +"code] or [code]false[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeSwitch.xml:4 +msgid "A boolean/vector function for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeSwitch.xml:7 +msgid "" +"Returns an associated vector if the provided boolean value is [code]true[/" +"code] or [code]false[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:4 +msgid "Performs a texture lookup within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:7 +msgid "" +"Performs a lookup operation on the provided texture, with support for " +"multiple texture sources to choose from." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:15 +msgid "Determines the source for the lookup. See [enum Source] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:18 +msgid "The source texture, if needed for the selected [member source]." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:21 +msgid "" +"Specifies the type of the texture if [member source] is set to [constant " +"SOURCE_TEXTURE]. See [enum TextureType] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:26 +msgid "Use the texture given as an argument for this function." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:29 +msgid "Use the current viewport's texture as the source." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:32 +msgid "" +"Use the texture from this shader's texture built-in (e.g. a texture of a " +"[Sprite])." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:35 +msgid "Use the texture from this shader's normal map built-in." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:38 +msgid "Use the depth texture available for this shader." +msgstr "" + +#: doc/classes/VisualShaderNodeTexture.xml:41 +msgid "Use the texture provided in the input port for this function." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:4 +msgid "Performs a uniform texture lookup within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:7 +msgid "" +"Performs a lookup operation on the texture provided as a uniform for the " +"shader." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:15 +msgid "Sets the default color if no texture is assigned to the uniform." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:32 +msgid "" +"Adds [code]hint_aniso[/code] as hint to the uniform declaration to use for a " +"flowmap." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:35 +msgid "Defaults to white color." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniform.xml:38 +msgid "Defaults to black color." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniformTriplanar.xml:4 +msgid "" +"Performs a uniform texture lookup with triplanar within the visual shader " +"graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTextureUniformTriplanar.xml:7 +msgid "" +"Performs a lookup operation on the texture provided as a uniform for the " +"shader, with support for triplanar mapping." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformCompose.xml:4 +msgid "" +"Composes a [Transform] from four [Vector3]s within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformCompose.xml:7 +msgid "" +"Creates a 4x4 transform matrix using four vectors of type [code]vec3[/code]. " +"Each vector is one row in the matrix and the last column is a [code]vec4(0, " +"0, 0, 1)[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformConstant.xml:4 +msgid "A [Transform] constant for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformConstant.xml:7 +msgid "A constant [Transform], which can be used as an input node." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformConstant.xml:15 +msgid "A [Transform] constant which represents the state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformDecompose.xml:4 +msgid "" +"Decomposes a [Transform] into four [Vector3]s within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformDecompose.xml:7 +msgid "" +"Takes a 4x4 transform matrix and decomposes it into four [code]vec3[/code] " +"values, one from each row of the matrix." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:4 +msgid "Computes a [Transform] function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:7 +msgid "Computes an inverse or transpose function on the provided [Transform]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:15 +msgid "The function to be computed. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:20 +msgid "Perform the inverse operation on the [Transform] matrix." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformFunc.xml:23 +msgid "Perform the transpose operation on the [Transform] matrix." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:4 +msgid "Multiplies [Transform] by [Transform] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:7 +msgid "" +"A multiplication operation on two transforms (4x4 matrices), with support " +"for different multiplication operators." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:15 +msgid "" +"The multiplication type to be performed on the transforms. See [enum " +"Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:20 +msgid "Multiplies transform [code]a[/code] by the transform [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:23 +msgid "Multiplies transform [code]b[/code] by the transform [code]a[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:26 +msgid "" +"Performs a component-wise multiplication of transform [code]a[/code] by the " +"transform [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformMult.xml:29 +msgid "" +"Performs a component-wise multiplication of transform [code]b[/code] by the " +"transform [code]a[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformUniform.xml:4 +msgid "A [Transform] uniform for use within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformUniform.xml:7 +msgid "Translated to [code]uniform mat4[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:4 +msgid "" +"Multiplies a [Transform] and a [Vector3] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:7 +msgid "" +"A multiplication operation on a transform (4x4 matrix) and a vector, with " +"support for different multiplication operators." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:15 +msgid "" +"The multiplication type to be performed. See [enum Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:20 +msgid "Multiplies transform [code]a[/code] by the vector [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:23 +msgid "Multiplies vector [code]b[/code] by the transform [code]a[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:26 +msgid "" +"Multiplies transform [code]a[/code] by the vector [code]b[/code], skipping " +"the last row and column of the transform." +msgstr "" + +#: doc/classes/VisualShaderNodeTransformVecMult.xml:29 +msgid "" +"Multiplies vector [code]b[/code] by the transform [code]a[/code], skipping " +"the last row and column of the transform." +msgstr "" + +#: doc/classes/VisualShaderNodeUniform.xml:4 +msgid "A base type for the uniforms within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeUniform.xml:7 +msgid "" +"A uniform represents a variable in the shader which is set externally, i.e. " +"from the [ShaderMaterial]. Uniforms are exposed as properties in the " +"[ShaderMaterial] and can be assigned from the inspector or from a script." +msgstr "" + +#: doc/classes/VisualShaderNodeUniform.xml:15 +msgid "" +"Name of the uniform, by which it can be accessed through the " +"[ShaderMaterial] properties." +msgstr "" + +#: doc/classes/VisualShaderNodeUniformRef.xml:4 +msgid "A reference to an existing [VisualShaderNodeUniform]." +msgstr "" + +#: doc/classes/VisualShaderNodeUniformRef.xml:7 +msgid "" +"Creating a reference to a [VisualShaderNodeUniform] allows you to reuse this " +"uniform in different shaders or shader stages easily." +msgstr "" + +#: doc/classes/VisualShaderNodeUniformRef.xml:15 +msgid "The name of the uniform which this reference points to." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Constant.xml:4 +msgid "A [Vector3] constant to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Constant.xml:7 +msgid "A constant [Vector3], which can be used as an input node." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Constant.xml:15 +msgid "A [Vector3] constant which represents the state of this node." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Uniform.xml:4 +msgid "A [Vector3] uniform to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVec3Uniform.xml:7 +msgid "Translated to [code]uniform vec3[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorClamp.xml:4 +msgid "Clamps a vector value within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorClamp.xml:7 +msgid "" +"Constrains a value to lie between [code]min[/code] and [code]max[/code] " +"values. The operation is performed on each component of the vector " +"individually." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorCompose.xml:4 +msgid "Composes a [Vector3] from three scalars within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorCompose.xml:7 +msgid "" +"Creates a [code]vec3[/code] using three scalar values that can be provided " +"from separate inputs." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDecompose.xml:4 +msgid "" +"Decomposes a [Vector3] into three scalars within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDecompose.xml:7 +msgid "" +"Takes a [code]vec3[/code] and decomposes it into three scalar values that " +"can be used as separate inputs." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:4 +msgid "Calculates a vector derivative within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDerivativeFunc.xml:15 +msgid "A derivative type. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDistance.xml:4 +msgid "" +"Returns the distance between two points. To be used within the visual shader " +"graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorDistance.xml:7 +msgid "" +"Calculates distance from point represented by vector [code]p0[/code] to " +"vector [code]p1[/code].\n" +"Translated to [code]distance(p0, p1)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:4 +msgid "A vector function to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:7 +msgid "A visual shader node able to perform different functions using vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:15 +msgid "The function to be performed. See [enum Function] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:20 +msgid "" +"Normalizes the vector so that it has a length of [code]1[/code] but points " +"in the same direction." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:23 +msgid "Clamps the value between [code]0.0[/code] and [code]1.0[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:26 +msgid "Returns the opposite value of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:29 +msgid "Returns [code]1/vector[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:32 +msgid "Converts RGB vector to HSV equivalent." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:35 +msgid "Converts HSV vector to RGB equivalent." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:38 +msgid "Returns the absolute value of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:41 +msgid "Returns the arc-cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:44 +msgid "Returns the inverse hyperbolic cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:47 +msgid "Returns the arc-sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:50 +msgid "Returns the inverse hyperbolic sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:53 +msgid "Returns the arc-tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:56 +msgid "Returns the inverse hyperbolic tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:59 +msgid "" +"Finds the nearest integer that is greater than or equal to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:62 +msgid "Returns the cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:65 +msgid "Returns the hyperbolic cosine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:68 +msgid "Converts a quantity in radians to degrees." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:71 +msgid "Base-e Exponential." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:74 +msgid "Base-2 Exponential." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:77 +msgid "Finds the nearest integer less than or equal to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:80 +msgid "Computes the fractional part of the argument." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:83 +msgid "Returns the inverse of the square root of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:86 +msgid "Natural logarithm." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:89 +msgid "Base-2 logarithm." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:92 +msgid "Converts a quantity in degrees to radians." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:95 +msgid "Finds the nearest integer to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:98 +msgid "Finds the nearest even integer to the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:101 +msgid "" +"Extracts the sign of the parameter, i.e. returns [code]-1[/code] if the " +"parameter is negative, [code]1[/code] if it's positive and [code]0[/code] " +"otherwise." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:104 +msgid "Returns the sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:107 +msgid "Returns the hyperbolic sine of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:110 +msgid "Returns the square root of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:113 +msgid "Returns the tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:116 +msgid "Returns the hyperbolic tangent of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:119 +msgid "" +"Returns a value equal to the nearest integer to the parameter whose absolute " +"value is not larger than the absolute value of the parameter." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorFunc.xml:122 +msgid "Returns [code]1.0 - vector[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorInterp.xml:4 +msgid "" +"Linearly interpolates between two vectors within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorInterp.xml:7 +msgid "" +"Translates to [code]mix(a, b, weight)[/code] in the shader language, where " +"[code]weight[/code] is a [Vector3] with weights for each component." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorLen.xml:4 +msgid "Returns the length of a [Vector3] within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorLen.xml:7 +msgid "Translated to [code]length(p0)[/code] in the shader language." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:4 +msgid "A vector operator to be used within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:7 +msgid "" +"A visual shader node for use of vector operators. Operates on vector " +"[code]a[/code] and vector [code]b[/code]." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:15 +msgid "The operator to be used. See [enum Operator] for options." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:20 +msgid "Adds two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:23 +msgid "Subtracts a vector from a vector." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:26 +msgid "Multiplies two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:29 +msgid "Divides vector by vector." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:32 +msgid "Returns the remainder of the two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:35 +msgid "" +"Returns the value of the first parameter raised to the power of the second, " +"for each component of the vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:38 +msgid "Returns the greater of two values, for each component of the vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:41 +msgid "Returns the lesser of two values, for each component of the vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:44 +msgid "Calculates the cross product of two vectors." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:47 +msgid "Returns the arc-tangent of the parameters." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:50 +msgid "" +"Returns the vector that points in the direction of reflection. [code]a[/" +"code] is incident vector and [code]b[/code] is the normal vector." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorOp.xml:53 +msgid "" +"Vector step operator. Returns [code]0.0[/code] if [code]a[/code] is smaller " +"than [code]b[/code] and [code]1.0[/code] otherwise." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorRefract.xml:4 +msgid "" +"Returns the [Vector3] that points in the direction of refraction. For use " +"within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorRefract.xml:7 +msgid "" +"Translated to [code]refract(I, N, eta)[/code] in the shader language, where " +"[code]I[/code] is the incident vector, [code]N[/code] is the normal vector " +"and [code]eta[/code] is the ratio of the indices of the refraction." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarMix.xml:4 +msgid "" +"Linearly interpolates between two vectors using a scalar. For use within the " +"visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarMix.xml:7 +msgid "" +"Translates to [code]mix(a, b, weight)[/code] in the shader language, where " +"[code]a[/code] and [code]b[/code] are vectors and [code]weight[/code] is a " +"scalar." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarSmoothStep.xml:4 +msgid "" +"Calculates a vector SmoothStep function using scalar within the visual " +"shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarSmoothStep.xml:7 +msgid "" +"Translates to [code]smoothstep(edge0, edge1, x)[/code] in the shader " +"language, where [code]x[/code] is a scalar.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge0[/" +"code] and [code]1.0[/code] if [code]x[/code] is larger than [code]edge1[/" +"code]. Otherwise the return value is interpolated between [code]0.0[/code] " +"and [code]1.0[/code] using Hermite polynomials." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarStep.xml:4 +msgid "Calculates a vector Step function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorScalarStep.xml:7 +msgid "" +"Translates to [code]step(edge, x)[/code] in the shader language.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge[/code] " +"and [code]1.0[/code] otherwise." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorSmoothStep.xml:4 +msgid "Calculates a vector SmoothStep function within the visual shader graph." +msgstr "" + +#: doc/classes/VisualShaderNodeVectorSmoothStep.xml:7 +msgid "" +"Translates to [code]smoothstep(edge0, edge1, x)[/code] in the shader " +"language, where [code]x[/code] is a vector.\n" +"Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge0[/" +"code] and [code]1.0[/code] if [code]x[/code] is larger than [code]edge1[/" +"code]. Otherwise the return value is interpolated between [code]0.0[/code] " +"and [code]1.0[/code] using Hermite polynomials." +msgstr "" + +#: doc/classes/VScrollBar.xml:4 +msgid "Vertical scroll bar." +msgstr "" + +#: doc/classes/VScrollBar.xml:7 +msgid "" +"Vertical version of [ScrollBar], which goes from top (min) to bottom (max)." +msgstr "" + +#: doc/classes/VScrollBar.xml:21 +msgid "" +"Icon used as a button to scroll the [ScrollBar] up. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/VScrollBar.xml:39 +msgid "" +"Icon used as a button to scroll the [ScrollBar] down. Supports custom step " +"using the [member ScrollBar.custom_step] property." +msgstr "" + +#: doc/classes/VSeparator.xml:4 +msgid "Vertical version of [Separator]." +msgstr "" + +#: doc/classes/VSeparator.xml:7 +msgid "" +"Vertical version of [Separator]. Even though it looks vertical, it is used " +"to separate objects horizontally." +msgstr "" + +#: doc/classes/VSeparator.xml:17 +msgid "" +"The width of the area covered by the separator. Effectively works like a " +"minimum width." +msgstr "" + +#: doc/classes/VSeparator.xml:20 +msgid "" +"The style for the separator line. Works best with [StyleBoxLine] (remember " +"to enable [member StyleBoxLine.vertical])." +msgstr "" + +#: doc/classes/VSlider.xml:4 +msgid "Vertical slider." +msgstr "" + +#: doc/classes/VSlider.xml:7 +msgid "" +"Vertical slider. See [Slider]. This one goes from bottom (min) to top " +"(max).\n" +"[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] " +"signals are part of the [Range] class which this class inherits from." +msgstr "" + +#: doc/classes/VSlider.xml:25 +msgid "The background of the area below the grabber." +msgstr "" + +#: doc/classes/VSlider.xml:36 +msgid "" +"The background for the whole slider. Determines the width of the " +"[code]grabber_area[/code]." +msgstr "" + +#: doc/classes/VSplitContainer.xml:4 +msgid "Vertical split container." +msgstr "" + +#: doc/classes/VSplitContainer.xml:7 +msgid "" +"Vertical split container. See [SplitContainer]. This goes from top to bottom." +msgstr "" + +#: doc/classes/WeakRef.xml:4 +msgid "" +"Holds an [Object], but does not contribute to the reference count if the " +"object is a reference." +msgstr "" + +#: doc/classes/WeakRef.xml:7 +msgid "" +"A weakref can hold a [Reference], without contributing to the reference " +"counter. A weakref can be created from an [Object] using [method @GDScript." +"weakref]. If this object is not a reference, weakref still works, however, " +"it does not have any effect on the object. Weakrefs are useful in cases " +"where multiple classes have variables that refer to each other. Without " +"weakrefs, using these classes could lead to memory leaks, since both " +"references keep each other from being released. Making part of the variables " +"a weakref can prevent this cyclic dependency, and allows the references to " +"be released." +msgstr "" + +#: doc/classes/WeakRef.xml:15 +msgid "Returns the [Object] this weakref is referring to." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:13 +msgid "Closes this data channel, notifying the other peer." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:19 +msgid "" +"Returns the number of bytes currently queued to be sent over this channel." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:25 +msgid "" +"Returns the id assigned to this channel during creation (or auto-assigned " +"during negotiation).\n" +"If the channel is not negotiated out-of-band the id will only be available " +"after the connection is established (will return [code]65535[/code] until " +"then)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:32 +msgid "Returns the label assigned to this channel during creation." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:38 +msgid "" +"Returns the [code]maxPacketLifeTime[/code] value assigned to this channel " +"during creation.\n" +"Will be [code]65535[/code] if not specified." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:45 +msgid "" +"Returns the [code]maxRetransmits[/code] value assigned to this channel " +"during creation.\n" +"Will be [code]65535[/code] if not specified." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:52 +msgid "" +"Returns the sub-protocol assigned to this channel during creation. An empty " +"string if not specified." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:58 +msgid "Returns the current state of this channel, see [enum ChannelState]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:64 +msgid "" +"Returns [code]true[/code] if this channel was created with out-of-band " +"configuration." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:70 +msgid "" +"Returns [code]true[/code] if this channel was created with ordering enabled " +"(default)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:76 +msgid "Reserved, but not used for now." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:82 +msgid "" +"Returns [code]true[/code] if the last received packet was transferred as " +"text. See [member write_mode]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:88 +msgid "" +"The transfer mode to use when sending outgoing packet. Either text or binary." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:93 +msgid "" +"Tells the channel to send data over this channel as text. An external peer " +"(non-Godot) would receive this as a string." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:96 +msgid "" +"Tells the channel to send data over this channel as binary. An external peer " +"(non-Godot) would receive this as array buffer or blob." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:99 +msgid "The channel was created, but it's still trying to connect." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:102 +msgid "The channel is currently open, and data can flow over it." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:105 +msgid "" +"The channel is being closed, no new messages will be accepted, but those " +"already in queue will be flushed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCDataChannel.xml:108 +msgid "The channel was closed, or connection failed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:4 +msgid "" +"A simple interface to create a peer-to-peer mesh network composed of " +"[WebRTCPeerConnection] that is compatible with the [MultiplayerAPI]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:7 +msgid "" +"This class constructs a full mesh of [WebRTCPeerConnection] (one connection " +"for each peer) that can be used as a [member MultiplayerAPI.network_peer].\n" +"You can add each [WebRTCPeerConnection] via [method add_peer] or remove them " +"via [method remove_peer]. Peers must be added in [constant " +"WebRTCPeerConnection.STATE_NEW] state to allow it to create the appropriate " +"channels. This class will not create offers nor set descriptions, it will " +"only poll them, and notify connections and disconnections.\n" +"[signal NetworkedMultiplayerPeer.connection_succeeded] and [signal " +"NetworkedMultiplayerPeer.server_disconnected] will not be emitted unless " +"[code]server_compatibility[/code] is [code]true[/code] in [method " +"initialize]. Beside that data transfer works like in a " +"[NetworkedMultiplayerPeer]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:20 +msgid "" +"Add a new peer to the mesh with the given [code]peer_id[/code]. The " +"[WebRTCPeerConnection] must be in state [constant WebRTCPeerConnection." +"STATE_NEW].\n" +"Three channels will be created for reliable, unreliable, and ordered " +"transport. The value of [code]unreliable_lifetime[/code] will be passed to " +"the [code]maxPacketLifetime[/code] option when creating unreliable and " +"ordered channels (see [method WebRTCPeerConnection.create_data_channel])." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:27 +msgid "Close all the add peer connections and channels, freeing all resources." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:34 +msgid "" +"Return a dictionary representation of the peer with given [code]peer_id[/" +"code] with three keys. [code]connection[/code] containing the " +"[WebRTCPeerConnection] to this peer, [code]channels[/code] an array of three " +"[WebRTCDataChannel], and [code]connected[/code] a boolean representing if " +"the peer connection is currently connected (all three channels are open)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:40 +msgid "" +"Returns a dictionary which keys are the peer ids and values the peer " +"representation as in [method get_peer]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:47 +msgid "" +"Returns [code]true[/code] if the given [code]peer_id[/code] is in the peers " +"map (it might not be connected though)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:55 +msgid "" +"Initialize the multiplayer peer with the given [code]peer_id[/code] (must be " +"between 1 and 2147483647).\n" +"If [code]server_compatibilty[/code] is [code]false[/code] (default), the " +"multiplayer peer will be immediately in state [constant " +"NetworkedMultiplayerPeer.CONNECTION_CONNECTED] and [signal " +"NetworkedMultiplayerPeer.connection_succeeded] will not be emitted.\n" +"If [code]server_compatibilty[/code] is [code]true[/code] the peer will " +"suppress all [signal NetworkedMultiplayerPeer.peer_connected] signals until " +"a peer with id [constant NetworkedMultiplayerPeer.TARGET_PEER_SERVER] " +"connects and then emit [signal NetworkedMultiplayerPeer." +"connection_succeeded]. After that the signal [signal " +"NetworkedMultiplayerPeer.peer_connected] will be emitted for every already " +"connected peer, and any new peer that might connect. If the server peer " +"disconnects after that, signal [signal NetworkedMultiplayerPeer." +"server_disconnected] will be emitted and state will become [constant " +"NetworkedMultiplayerPeer.CONNECTION_CONNECTED]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCMultiplayer.xml:64 +msgid "" +"Remove the peer with given [code]peer_id[/code] from the mesh. If the peer " +"was connected, and [signal NetworkedMultiplayerPeer.peer_connected] was " +"emitted for it, then [signal NetworkedMultiplayerPeer.peer_disconnected] " +"will be emitted." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:4 +msgid "Interface to a WebRTC peer connection." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:7 +msgid "" +"A WebRTC connection between the local computer and a remote peer. Provides " +"an interface to connect, maintain and monitor the connection.\n" +"Setting up a WebRTC connection between two peers from now on) may not seem a " +"trivial task, but it can be broken down into 3 main steps:\n" +"- The peer that wants to initiate the connection ([code]A[/code] from now " +"on) creates an offer and send it to the other peer ([code]B[/code] from now " +"on).\n" +"- [code]B[/code] receives the offer, generate and answer, and sends it to " +"[code]A[/code]).\n" +"- [code]A[/code] and [code]B[/code] then generates and exchange ICE " +"candidates with each other.\n" +"After these steps, the connection should become connected. Keep on reading " +"or look into the tutorial for more information." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:23 +msgid "" +"Add an ice candidate generated by a remote peer (and received over the " +"signaling server). See [signal ice_candidate_created]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:29 +msgid "" +"Close the peer connection and all data channels associated with it.\n" +"[b]Note:[/b] You cannot reuse this object for a new connection unless you " +"call [method initialize]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:39 +msgid "" +"Returns a new [WebRTCDataChannel] (or [code]null[/code] on failure) with " +"given [code]label[/code] and optionally configured via the [code]options[/" +"code] dictionary. This method can only be called when the connection is in " +"state [constant STATE_NEW].\n" +"There are two ways to create a working data channel: either call [method " +"create_data_channel] on only one of the peer and listen to [signal " +"data_channel_received] on the other, or call [method create_data_channel] on " +"both peers, with the same values, and the [code]negotiated[/code] option set " +"to [code]true[/code].\n" +"Valid [code]options[/code] are:\n" +"[codeblock]\n" +"{\n" +" \"negotiated\": true, # When set to true (default off), means the " +"channel is negotiated out of band. \"id\" must be set too. " +"\"data_channel_received\" will not be called.\n" +" \"id\": 1, # When \"negotiated\" is true this value must also be set to " +"the same value on both peer.\n" +"\n" +" # Only one of maxRetransmits and maxPacketLifeTime can be specified, not " +"both. They make the channel unreliable (but also better at real time).\n" +" \"maxRetransmits\": 1, # Specify the maximum number of attempt the peer " +"will make to retransmits packets if they are not acknowledged.\n" +" \"maxPacketLifeTime\": 100, # Specify the maximum amount of time before " +"giving up retransmitions of unacknowledged packets (in milliseconds).\n" +" \"ordered\": true, # When in unreliable mode (i.e. either " +"\"maxRetransmits\" or \"maxPacketLifetime\" is set), \"ordered\" (true by " +"default) specify if packet ordering is to be enforced.\n" +"\n" +" \"protocol\": \"my-custom-protocol\", # A custom sub-protocol string for " +"this channel.\n" +"}\n" +"[/codeblock]\n" +"[b]Note:[/b] You must keep a reference to channels created this way, or it " +"will be closed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:61 +msgid "" +"Creates a new SDP offer to start a WebRTC connection with a remote peer. At " +"least one [WebRTCDataChannel] must have been created before calling this " +"method.\n" +"If this functions returns [constant OK], [signal " +"session_description_created] will be called when the session is ready to be " +"sent." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:68 +msgid "Returns the connection state. See [enum ConnectionState]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:76 +msgid "" +"Re-initialize this peer connection, closing any previously active " +"connection, and going back to state [constant STATE_NEW]. A dictionary of " +"[code]options[/code] can be passed to configure the peer connection.\n" +"Valid [code]options[/code] are:\n" +"[codeblock]\n" +"{\n" +" \"iceServers\": [\n" +" {\n" +" \"urls\": [ \"stun:stun.example.com:3478\" ], # One or more STUN " +"servers.\n" +" },\n" +" {\n" +" \"urls\": [ \"turn:turn.example.com:3478\" ], # One or more TURN " +"servers.\n" +" \"username\": \"a_username\", # Optional username for the TURN " +"server.\n" +" \"credential\": \"a_password\", # Optional password for the TURN " +"server.\n" +" }\n" +" ]\n" +"}\n" +"[/codeblock]" +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:97 +msgid "" +"Call this method frequently (e.g. in [method Node._process] or [method Node." +"_physics_process]) to properly receive signals." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:105 +msgid "" +"Sets the SDP description of the local peer. This should be called in " +"response to [signal session_description_created].\n" +"After calling this function the peer will start emitting [signal " +"ice_candidate_created] (unless an [enum Error] different from [constant OK] " +"is returned)." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:114 +msgid "" +"Sets the SDP description of the remote peer. This should be called with the " +"values generated by a remote peer and received over the signaling server.\n" +"If [code]type[/code] is [code]offer[/code] the peer will emit [signal " +"session_description_created] with the appropriate answer.\n" +"If [code]type[/code] is [code]answer[/code] the peer will start emitting " +"[signal ice_candidate_created]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:124 +msgid "" +"Emitted when a new in-band channel is received, i.e. when the channel was " +"created with [code]negotiated: false[/code] (default).\n" +"The object will be an instance of [WebRTCDataChannel]. You must keep a " +"reference of it or it will be closed automatically. See [method " +"create_data_channel]." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:133 +msgid "" +"Emitted when a new ICE candidate has been created. The three parameters are " +"meant to be passed to the remote peer over the signaling server." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:140 +msgid "" +"Emitted after a successful call to [method create_offer] or [method " +"set_remote_description] (when it generates an answer). The parameters are " +"meant to be passed to [method set_local_description] on this object, and " +"sent to the remote peer over the signaling server." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:146 +msgid "" +"The connection is new, data channels and an offer can be created in this " +"state." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:149 +msgid "" +"The peer is connecting, ICE is in progress, none of the transports has " +"failed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:152 +msgid "The peer is connected, all ICE transports are connected." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:155 +msgid "At least one ICE transport is disconnected." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:158 +msgid "One or more of the ICE transports failed." +msgstr "" + +#: modules/webrtc/doc_classes/WebRTCPeerConnection.xml:161 +msgid "" +"The peer connection is closed (after calling [method close] for example)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:4 +msgid "A WebSocket client implementation." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:7 +msgid "" +"This class implements a WebSocket client compatible with any RFC 6455-" +"compliant WebSocket server.\n" +"This client can be optionally used as a network peer for the " +"[MultiplayerAPI].\n" +"After starting the client ([method connect_to_url]), you will need to " +"[method NetworkedMultiplayerPeer.poll] it at regular intervals (e.g. inside " +"[method Node._process]).\n" +"You will receive appropriate signals when connecting, disconnecting, or when " +"new data is available." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:22 +msgid "" +"Connects to the given URL requesting one of the given [code]protocols[/code] " +"as sub-protocol. If the list empty (default), no sub-protocol will be " +"requested.\n" +"If [code]true[/code] is passed as [code]gd_mp_api[/code], the client will " +"behave like a network peer for the [MultiplayerAPI], connections to non-" +"Godot servers will not work, and [signal data_received] will not be " +"emitted.\n" +"If [code]false[/code] is passed instead (default), you must call " +"[PacketPeer] functions ([code]put_packet[/code], [code]get_packet[/code], " +"etc.) on the [WebSocketPeer] returned via [code]get_peer(1)[/code] and not " +"on this object directly (e.g. [code]get_peer(1).put_packet(data)[/code]).\n" +"You can optionally pass a list of [code]custom_headers[/code] to be added to " +"the handshake HTTP request.\n" +"[b]Note:[/b] To avoid mixed content warnings or errors in HTML5, you may " +"have to use a [code]url[/code] that starts with [code]wss://[/code] (secure) " +"instead of [code]ws://[/code]. When doing so, make sure to use the fully " +"qualified domain name that matches the one defined in the server's SSL " +"certificate. Do not connect directly via the IP address for [code]wss://[/" +"code] connections, as it won't match with the SSL certificate.\n" +"[b]Note:[/b] Specifying [code]custom_headers[/code] is not supported in " +"HTML5 exports due to browsers restrictions." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:35 +msgid "" +"Disconnects this client from the connected host. See [method WebSocketPeer." +"close] for more information." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:41 +msgid "Return the IP address of the currently connected host." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:47 +msgid "Return the IP port of the currently connected host." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:53 +msgid "" +"If specified, this [X509Certificate] will be the only one accepted when " +"connecting to an SSL host. Any other certificate provided by the server will " +"be regarded as invalid.\n" +"[b]Note:[/b] Specifying a custom [code]trusted_ssl_certificate[/code] is not " +"supported in HTML5 exports due to browsers restrictions." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:57 +msgid "" +"If [code]true[/code], SSL certificate verification is enabled.\n" +"[b]Note:[/b] You must specify the certificates to be used in the Project " +"Settings for it to work when exported." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:65 +msgid "" +"Emitted when the connection to the server is closed. [code]was_clean_close[/" +"code] will be [code]true[/code] if the connection was shutdown cleanly." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:70 +msgid "Emitted when the connection to the server fails." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:76 +msgid "" +"Emitted when a connection with the server is established, [code]protocol[/" +"code] will contain the sub-protocol agreed with the server." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:81 +msgid "" +"Emitted when a WebSocket message is received.\n" +"[b]Note:[/b] This signal is [i]not[/i] emitted when used as high-level " +"multiplayer peer." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketClient.xml:89 +msgid "" +"Emitted when the server requests a clean close. You should keep polling " +"until you get a [signal connection_closed] signal to achieve the clean " +"close. See [method WebSocketPeer.close] for more details." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:4 +msgid "Base class for WebSocket server and client." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:7 +msgid "" +"Base class for WebSocket server and client, allowing them to be used as " +"network peer for the [MultiplayerAPI]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:16 +msgid "" +"Returns the [WebSocketPeer] associated to the given [code]peer_id[/code]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:26 +msgid "" +"Configures the buffer sizes for this WebSocket peer. Default values can be " +"specified in the Project Settings under [code]network/limits[/code]. For " +"server, values are meant per connected peer.\n" +"The first two parameters define the size and queued packets limits of the " +"input buffer, the last two of the output buffer.\n" +"Buffer sizes are expressed in KiB, so [code]4 = 2^12 = 4096 bytes[/code]. " +"All parameters will be rounded up to the nearest power of two.\n" +"[b]Note:[/b] HTML5 exports only use the input buffer since the output one is " +"managed by browsers." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml:41 +msgid "" +"Emitted when a packet is received from a peer.\n" +"[b]Note:[/b] This signal is only emitted when the client or server is " +"configured to use Godot multiplayer API." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:4 +msgid "A class representing a specific WebSocket connection." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:7 +msgid "" +"This class represents a specific WebSocket connection, allowing you to do " +"lower level operations with it.\n" +"You can choose to write to the socket in binary or text mode, and you can " +"recognize the mode used for writing by the other peer." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:18 +msgid "" +"Closes this WebSocket connection. [code]code[/code] is the status code for " +"the closure (see RFC 6455 section 7.4 for a list of valid status codes). " +"[code]reason[/code] is the human readable reason for closing the connection " +"(can be any UTF-8 string that's smaller than 123 bytes).\n" +"[b]Note:[/b] To achieve a clean close, you will need to keep polling until " +"either [signal WebSocketClient.connection_closed] or [signal WebSocketServer." +"client_disconnected] is received.\n" +"[b]Note:[/b] The HTML5 export might not support all status codes. Please " +"refer to browser-specific documentation for more details." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:26 +msgid "" +"Returns the IP address of the connected peer.\n" +"[b]Note:[/b] Not available in the HTML5 export." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:33 +msgid "" +"Returns the remote port of the connected peer.\n" +"[b]Note:[/b] Not available in the HTML5 export." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:40 +msgid "" +"Returns the current amount of data in the outbound websocket buffer. [b]Note:" +"[/b] HTML5 exports use WebSocket.bufferedAmount, while other platforms use " +"an internal buffer." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:46 +msgid "Gets the current selected write mode. See [enum WriteMode]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:52 +msgid "Returns [code]true[/code] if this peer is currently connected." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:59 +msgid "" +"Disable Nagle's algorithm on the underling TCP socket (default). See [method " +"StreamPeerTCP.set_no_delay] for more information.\n" +"[b]Note:[/b] Not available in the HTML5 export." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:67 +msgid "Sets the socket to use the given [enum WriteMode]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:73 +msgid "" +"Returns [code]true[/code] if the last received packet was sent as a text " +"payload. See [enum WriteMode]." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:79 +msgid "" +"Specifies that WebSockets messages should be transferred as text payload " +"(only valid UTF-8 is allowed)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketPeer.xml:82 +msgid "" +"Specifies that WebSockets messages should be transferred as binary payload " +"(any byte combination is allowed)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:4 +msgid "A WebSocket server implementation." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:7 +msgid "" +"This class implements a WebSocket server that can also support the high-" +"level multiplayer API.\n" +"After starting the server ([method listen]), you will need to [method " +"NetworkedMultiplayerPeer.poll] it at regular intervals (e.g. inside [method " +"Node._process]). When clients connect, disconnect, or send data, you will " +"receive the appropriate signal.\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:20 +msgid "" +"Disconnects the peer identified by [code]id[/code] from the server. See " +"[method WebSocketPeer.close] for more information." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:41 +msgid "Returns [code]true[/code] if a peer with the given ID is connected." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:47 +msgid "" +"Returns [code]true[/code] if the server is actively listening on a port." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:56 +msgid "" +"Starts listening on the given port.\n" +"You can specify the desired subprotocols via the \"protocols\" array. If the " +"list empty (default), no sub-protocol will be requested.\n" +"If [code]true[/code] is passed as [code]gd_mp_api[/code], the server will " +"behave like a network peer for the [MultiplayerAPI], connections from non-" +"Godot clients will not work, and [signal data_received] will not be " +"emitted.\n" +"If [code]false[/code] is passed instead (default), you must call " +"[PacketPeer] functions ([code]put_packet[/code], [code]get_packet[/code], " +"etc.), on the [WebSocketPeer] returned via [code]get_peer(id)[/code] to " +"communicate with the peer with given [code]id[/code] (e.g. " +"[code]get_peer(id).get_available_packet_count[/code])." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:65 +msgid "Stops the server and clear its state." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:71 +msgid "" +"When not set to [code]*[/code] will restrict incoming connections to the " +"specified IP address. Setting [code]bind_ip[/code] to [code]127.0.0.1[/code] " +"will cause the server to listen only to the local host." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:74 +msgid "" +"When using SSL (see [member private_key] and [member ssl_certificate]), you " +"can set this to a valid [X509Certificate] to be provided as additional CA " +"chain information during the SSL handshake." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:77 +msgid "" +"The time in seconds before a pending client (i.e. a client that has not yet " +"finished the HTTP handshake) is considered stale and forcefully disconnected." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:80 +msgid "" +"When set to a valid [CryptoKey] (along with [member ssl_certificate]) will " +"cause the server to require SSL instead of regular TCP (i.e. the [code]wss://" +"[/code] protocol)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:83 +msgid "" +"When set to a valid [X509Certificate] (along with [member private_key]) will " +"cause the server to require SSL instead of regular TCP (i.e. the [code]wss://" +"[/code] protocol)." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:92 +msgid "" +"Emitted when a client requests a clean close. You should keep polling until " +"you get a [signal client_disconnected] signal with the same [code]id[/code] " +"to achieve the clean close. See [method WebSocketPeer.close] for more " +"details." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:99 +msgid "" +"Emitted when a new client connects. \"protocol\" will be the sub-protocol " +"agreed with the client." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:106 +msgid "" +"Emitted when a client disconnects. [code]was_clean_close[/code] will be " +"[code]true[/code] if the connection was shutdown cleanly." +msgstr "" + +#: modules/websocket/doc_classes/WebSocketServer.xml:112 +msgid "" +"Emitted when a new message is received.\n" +"[b]Note:[/b] This signal is [i]not[/i] emitted when used as high-level " +"multiplayer peer." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:4 +msgid "AR/VR interface using WebXR." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:7 +msgid "" +"WebXR is an open standard that allows creating VR and AR applications that " +"run in the web browser.\n" +"As such, this interface is only available when running in an HTML5 export.\n" +"WebXR supports a wide range of devices, from the very capable (like Valve " +"Index, HTC Vive, Oculus Rift and Quest) down to the much less capable (like " +"Google Cardboard, Oculus Go, GearVR, or plain smartphones).\n" +"Since WebXR is based on Javascript, it makes extensive use of callbacks, " +"which means that [WebXRInterface] is forced to use signals, where other AR/" +"VR interfaces would instead use functions that return a result immediately. " +"This makes [WebXRInterface] quite a bit more complicated to initialize than " +"other AR/VR interfaces.\n" +"Here's the minimum code required to start an immersive VR session:\n" +"[codeblock]\n" +"extends Spatial\n" +"\n" +"var webxr_interface\n" +"var vr_supported = false\n" +"\n" +"func _ready():\n" +" # We assume this node has a button as a child.\n" +" # This button is for the user to consent to entering immersive VR mode.\n" +" $Button.connect(\"pressed\", self, \"_on_Button_pressed\")\n" +"\n" +" webxr_interface = ARVRServer.find_interface(\"WebXR\")\n" +" if webxr_interface:\n" +" # WebXR uses a lot of asynchronous callbacks, so we connect to " +"various\n" +" # signals in order to receive them.\n" +" webxr_interface.connect(\"session_supported\", self, " +"\"_webxr_session_supported\")\n" +" webxr_interface.connect(\"session_started\", self, " +"\"_webxr_session_started\")\n" +" webxr_interface.connect(\"session_ended\", self, " +"\"_webxr_session_ended\")\n" +" webxr_interface.connect(\"session_failed\", self, " +"\"_webxr_session_failed\")\n" +"\n" +" # This returns immediately - our _webxr_session_supported() method\n" +" # (which we connected to the \"session_supported\" signal above) " +"will\n" +" # be called sometime later to let us know if it's supported or not.\n" +" webxr_interface.is_session_supported(\"immersive-vr\")\n" +"\n" +"func _webxr_session_supported(session_mode, supported):\n" +" if session_mode == 'immersive-vr':\n" +" vr_supported = supported\n" +"\n" +"func _on_Button_pressed():\n" +" if not vr_supported:\n" +" OS.alert(\"Your browser doesn't support VR\")\n" +" return\n" +"\n" +" # We want an immersive VR session, as opposed to AR ('immersive-ar') or " +"a\n" +" # simple 3DoF viewer ('viewer').\n" +" webxr_interface.session_mode = 'immersive-vr'\n" +" # 'bounded-floor' is room scale, 'local-floor' is a standing or sitting\n" +" # experience (it puts you 1.6m above the ground if you have 3DoF " +"headset),\n" +" # whereas as 'local' puts you down at the ARVROrigin.\n" +" # This list means it'll first try to request 'bounded-floor', then\n" +" # fallback on 'local-floor' and ultimately 'local', if nothing else is\n" +" # supported.\n" +" webxr_interface.requested_reference_space_types = 'bounded-floor, local-" +"floor, local'\n" +" # In order to use 'local-floor' or 'bounded-floor' we must also\n" +" # mark the features as required or optional.\n" +" webxr_interface.required_features = 'local-floor'\n" +" webxr_interface.optional_features = 'bounded-floor'\n" +"\n" +" # This will return false if we're unable to even request the session,\n" +" # however, it can still fail asynchronously later in the process, so we\n" +" # only know if it's really succeeded or failed when our\n" +" # _webxr_session_started() or _webxr_session_failed() methods are " +"called.\n" +" if not webxr_interface.initialize():\n" +" OS.alert(\"Failed to initialize\")\n" +" return\n" +"\n" +"func _webxr_session_started():\n" +" $Button.visible = false\n" +" # This tells Godot to start rendering to the headset.\n" +" get_viewport().arvr = true\n" +" # This will be the reference space type you ultimately got, out of the\n" +" # types that you requested above. This is useful if you want the game " +"to\n" +" # work a little differently in 'bounded-floor' versus 'local-floor'.\n" +" print (\"Reference space type: \" + webxr_interface." +"reference_space_type)\n" +"\n" +"func _webxr_session_ended():\n" +" $Button.visible = true\n" +" # If the user exits immersive mode, then we tell Godot to render to the " +"web\n" +" # page again.\n" +" get_viewport().arvr = false\n" +"\n" +"func _webxr_session_failed(message):\n" +" OS.alert(\"Failed to initialize: \" + message)\n" +"[/codeblock]\n" +"There are several ways to handle \"controller\" input:\n" +"- Using [ARVRController] nodes and their [signal ARVRController." +"button_pressed] and [signal ARVRController.button_release] signals. This is " +"how controllers are typically handled in AR/VR apps in Godot, however, this " +"will only work with advanced VR controllers like the Oculus Touch or Index " +"controllers, for example. The buttons codes are defined by [url=https://" +"immersive-web.github.io/webxr-gamepads-module/#xr-standard-gamepad-" +"mapping]Section 3.3 of the WebXR Gamepads Module[/url].\n" +"- Using [method Node._unhandled_input] and [InputEventJoypadButton] or " +"[InputEventJoypadMotion]. This works the same as normal joypads, except the " +"[member InputEvent.device] starts at 100, so the left controller is 100 and " +"the right controller is 101, and the button codes are also defined by " +"[url=https://immersive-web.github.io/webxr-gamepads-module/#xr-standard-" +"gamepad-mapping]Section 3.3 of the WebXR Gamepads Module[/url].\n" +"- Using the [signal select], [signal squeeze] and related signals. This " +"method will work for both advanced VR controllers, and non-traditional " +"\"controllers\" like a tap on the screen, a spoken voice command or a button " +"press on the device itself. The [code]controller_id[/code] passed to these " +"signals is the same id as used in [member ARVRController.controller_id].\n" +"You can use one or all of these methods to allow your game or app to support " +"a wider or narrower set of devices and input methods, or to allow more " +"advanced interations with more advanced devices." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:94 +msgid "https://www.snopekgames.com/blog/2020/how-make-vr-game-webxr-godot" +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:101 +msgid "" +"Gets an [ARVRPositionalTracker] for the given [code]controller_id[/code].\n" +"In the context of WebXR, a \"controller\" can be an advanced VR controller " +"like the Oculus Touch or Index controllers, or even a tap on the screen, a " +"spoken voice command or a button press on the device itself. When a non-" +"traditional controller is used, interpret the position and orientation of " +"the [ARVRPositionalTracker] as a ray pointing at the object the user wishes " +"to interact with.\n" +"Use this method to get information about the controller that triggered one " +"of these signals:\n" +"- [signal selectstart]\n" +"- [signal select]\n" +"- [signal selectend]\n" +"- [signal squeezestart]\n" +"- [signal squeeze]\n" +"- [signal squeezestart]" +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:116 +msgid "" +"Checks if the given [code]session_mode[/code] is supported by the user's " +"browser.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRSessionMode]WebXR's XRSessionMode[/url], including: [code]\"immersive-" +"vr\"[/code], [code]\"immersive-ar\"[/code], and [code]\"inline\"[/code].\n" +"This method returns nothing, instead it emits the [signal session_supported] " +"signal with the result." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:124 +msgid "" +"The vertices of a polygon which defines the boundaries of the user's play " +"area.\n" +"This will only be available if [member reference_space_type] is " +"[code]\"bounded-floor\"[/code] and only on certain browsers and devices that " +"support it.\n" +"The [signal reference_space_reset] signal may indicate when this changes." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:129 +msgid "" +"A comma-seperated list of optional features used by [method ARVRInterface." +"initialize] when setting up the WebXR session.\n" +"If a user's browser or device doesn't support one of the given features, " +"initialization will continue, but you won't be able to use the requested " +"feature.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:135 +msgid "" +"The reference space type (from the list of requested types set in the " +"[member requested_reference_space_types] property), that was ultimately used " +"by [method ARVRInterface.initialize] when setting up the WebXR session.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:139 +msgid "" +"A comma-seperated list of reference space types used by [method " +"ARVRInterface.initialize] when setting up the WebXR session.\n" +"The reference space types are requested in order, and the first on supported " +"by the users device or browser will be used. The [member " +"reference_space_type] property contains the reference space type that was " +"ultimately used.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:145 +msgid "" +"A comma-seperated list of required features used by [method ARVRInterface." +"initialize] when setting up the WebXR session.\n" +"If a user's browser or device doesn't support one of the given features, " +"initialization will fail and [signal session_failed] will be emitted.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRReferenceSpaceType]WebXR's XRReferenceSpaceType[/url]. If you want to " +"use a particular reference space type, it must be listed in either [member " +"required_features] or [member optional_features]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:151 +msgid "" +"The session mode used by [method ARVRInterface.initialize] when setting up " +"the WebXR session.\n" +"This doesn't have any effect on the interface when already initialized.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRSessionMode]WebXR's XRSessionMode[/url], including: [code]\"immersive-" +"vr\"[/code], [code]\"immersive-ar\"[/code], and [code]\"inline\"[/code]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:156 +msgid "" +"Indicates if the WebXR session's imagery is visible to the user.\n" +"Possible values come from [url=https://developer.mozilla.org/en-US/docs/Web/" +"API/XRVisibilityState]WebXR's XRVisibilityState[/url], including " +"[code]\"hidden\"[/code], [code]\"visible\"[/code], and [code]\"visible-" +"blurred\"[/code]." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:163 +msgid "" +"Emitted to indicate that the reference space has been reset or " +"reconfigured.\n" +"When (or whether) this is emitted depends on the user's browser or device, " +"but may include when the user has changed the dimensions of their play space " +"(which you may be able to access via [member bounds_geometry]) or pressed/" +"held a button to recenter their position.\n" +"See [url=https://developer.mozilla.org/en-US/docs/Web/API/XRReferenceSpace/" +"reset_event]WebXR's XRReferenceSpace reset event[/url] for more information." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:171 +msgid "" +"Emitted after one of the \"controllers\" has finished its \"primary action" +"\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:178 +msgid "" +"Emitted when one of the \"controllers\" has finished its \"primary action" +"\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:185 +msgid "" +"Emitted when one of the \"controllers\" has started its \"primary action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:191 +msgid "" +"Emitted when the user ends the WebXR session (which can be done using UI " +"from the browser or device).\n" +"At this point, you should do [code]get_viewport().arvr = false[/code] to " +"instruct Godot to resume rendering to the screen." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:198 +msgid "" +"Emitted by [method ARVRInterface.initialize] if the session fails to start.\n" +"[code]message[/code] may optionally contain an error message from WebXR, or " +"an empty string if no message is available." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:204 +msgid "" +"Emitted by [method ARVRInterface.initialize] if the session is successfully " +"started.\n" +"At this point, it's safe to do [code]get_viewport().arvr = true[/code] to " +"instruct Godot to start rendering to the AR/VR device." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:212 +msgid "" +"Emitted by [method is_session_supported] to indicate if the given " +"[code]session_mode[/code] is supported or not." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:218 +msgid "" +"Emitted after one of the \"controllers\" has finished its \"primary squeeze " +"action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:225 +msgid "" +"Emitted when one of the \"controllers\" has finished its \"primary squeeze " +"action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:232 +msgid "" +"Emitted when one of the \"controllers\" has started its \"primary squeeze " +"action\".\n" +"Use [method get_controller] to get more information about the controller." +msgstr "" + +#: modules/webxr/doc_classes/WebXRInterface.xml:238 +msgid "Emitted when [member visibility_state] has changed." +msgstr "" + +#: doc/classes/WindowDialog.xml:4 +msgid "Base class for window dialogs." +msgstr "" + +#: doc/classes/WindowDialog.xml:7 +msgid "" +"Windowdialog is the base class for all window-based dialogs. It's a by-" +"default toplevel [Control] that draws a window decoration and allows motion " +"and resizing." +msgstr "" + +#: doc/classes/WindowDialog.xml:15 +msgid "" +"Returns the close [TextureButton].\n" +"[b]Warning:[/b] This is a required internal node, removing and freeing it " +"may cause a crash. If you wish to hide it or any of its children, use their " +"[member CanvasItem.visible] property." +msgstr "" + +#: doc/classes/WindowDialog.xml:22 +msgid "If [code]true[/code], the user can resize the window." +msgstr "" + +#: doc/classes/WindowDialog.xml:25 +msgid "The text displayed in the window's title bar." +msgstr "" + +#: doc/classes/WindowDialog.xml:32 +msgid "The icon for the close button." +msgstr "" + +#: doc/classes/WindowDialog.xml:35 +msgid "The horizontal offset of the close button." +msgstr "" + +#: doc/classes/WindowDialog.xml:38 +msgid "" +"The icon used for the close button when it's hovered with the mouse cursor." +msgstr "" + +#: doc/classes/WindowDialog.xml:44 +msgid "" +"The style for both the content background of the [WindowDialog] and the " +"title bar. The title bar is created with a top border and an expand margin " +"using the [code]panel[/code] stylebox." +msgstr "" + +#: doc/classes/WindowDialog.xml:47 +msgid "" +"The thickness of the border that can be dragged when scaling the window (if " +"[member resizable] is enabled)." +msgstr "" + +#: doc/classes/WindowDialog.xml:50 +msgid "The color of the title text." +msgstr "" + +#: doc/classes/WindowDialog.xml:53 +msgid "The font used to draw the title." +msgstr "" + +#: doc/classes/WindowDialog.xml:56 +msgid "The vertical offset of the title text." +msgstr "" + +#: doc/classes/World.xml:4 +msgid "Class that has everything pertaining to a world." +msgstr "" + +#: doc/classes/World.xml:7 +msgid "" +"Class that has everything pertaining to a world. A physics space, a visual " +"scenario and a sound space. Spatial nodes register their resources into the " +"current world." +msgstr "" + +#: doc/classes/World.xml:16 +msgid "" +"Direct access to the world's physics 3D space state. Used for querying " +"current and potential collisions." +msgstr "" + +#: doc/classes/World.xml:19 +msgid "The World's [Environment]." +msgstr "" + +#: doc/classes/World.xml:22 +msgid "" +"The World's fallback_environment will be used if the World's [Environment] " +"fails or is missing." +msgstr "" + +#: doc/classes/World.xml:25 +msgid "The World's visual scenario." +msgstr "" + +#: doc/classes/World.xml:28 +msgid "The World's physics space." +msgstr "" + +#: doc/classes/World2D.xml:4 +msgid "Class that has everything pertaining to a 2D world." +msgstr "" + +#: doc/classes/World2D.xml:7 +msgid "" +"Class that has everything pertaining to a 2D world. A physics space, a " +"visual scenario and a sound space. 2D nodes register their resources into " +"the current 2D world." +msgstr "" + +#: doc/classes/World2D.xml:16 +msgid "" +"The [RID] of this world's canvas resource. Used by the [VisualServer] for 2D " +"drawing." +msgstr "" + +#: doc/classes/World2D.xml:19 +msgid "" +"Direct access to the world's physics 2D space state. Used for querying " +"current and potential collisions. When using multi-threaded physics, access " +"is limited to [code]_physics_process(delta)[/code] in the main thread." +msgstr "" + +#: doc/classes/World2D.xml:22 +msgid "" +"The [RID] of this world's physics space resource. Used by the " +"[Physics2DServer] for 2D physics, treating it as both a space and an area." +msgstr "" + +#: doc/classes/WorldEnvironment.xml:4 +msgid "" +"Default environment properties for the entire scene (post-processing " +"effects, lighting and background settings)." +msgstr "" + +#: doc/classes/WorldEnvironment.xml:7 +msgid "" +"The [WorldEnvironment] node is used to configure the default [Environment] " +"for the scene.\n" +"The parameters defined in the [WorldEnvironment] can be overridden by an " +"[Environment] node set on the current [Camera]. Additionally, only one " +"[WorldEnvironment] may be instanced in a given scene at a time.\n" +"The [WorldEnvironment] allows the user to specify default lighting " +"parameters (e.g. ambient lighting), various post-processing effects (e.g. " +"SSAO, DOF, Tonemapping), and how to draw the background (e.g. solid color, " +"skybox). Usually, these are added in order to improve the realism/color " +"balance of the scene." +msgstr "" + +#: doc/classes/WorldEnvironment.xml:21 +msgid "" +"The [Environment] resource used by this [WorldEnvironment], defining the " +"default properties." +msgstr "" + +#: doc/classes/X509Certificate.xml:4 +msgid "An X509 certificate (e.g. for SSL)." +msgstr "" + +#: doc/classes/X509Certificate.xml:7 +msgid "" +"The X509Certificate class represents an X509 certificate. Certificates can " +"be loaded and saved like any other [Resource].\n" +"They can be used as the server certificate in [method StreamPeerSSL." +"accept_stream] (along with the proper [CryptoKey]), and to specify the only " +"certificate that should be accepted when connecting to an SSL server via " +"[method StreamPeerSSL.connect_to_stream].\n" +"[b]Note:[/b] Not available in HTML5 exports." +msgstr "" + +#: doc/classes/X509Certificate.xml:18 +msgid "Loads a certificate from [code]path[/code] (\"*.crt\" file)." +msgstr "" + +#: doc/classes/X509Certificate.xml:25 +msgid "" +"Saves a certificate to the given [code]path[/code] (should be a \"*.crt\" " +"file)." +msgstr "" + +#: doc/classes/XMLParser.xml:4 +msgid "" +"Low-level class for creating parsers for [url=https://en.wikipedia.org/wiki/" +"XML]XML[/url] files." +msgstr "" + +#: doc/classes/XMLParser.xml:7 +msgid "" +"This class can serve as base to make custom XML parsers. Since XML is a very " +"flexible standard, this interface is low-level so it can be applied to any " +"possible schema." +msgstr "" + +#: doc/classes/XMLParser.xml:15 +msgid "Gets the amount of attributes in the current element." +msgstr "" + +#: doc/classes/XMLParser.xml:22 +msgid "" +"Gets the name of the attribute specified by the index in [code]idx[/code] " +"argument." +msgstr "" + +#: doc/classes/XMLParser.xml:29 +msgid "" +"Gets the value of the attribute specified by the index in [code]idx[/code] " +"argument." +msgstr "" + +#: doc/classes/XMLParser.xml:35 +msgid "Gets the current line in the parsed file (currently not implemented)." +msgstr "" + +#: doc/classes/XMLParser.xml:42 +msgid "" +"Gets the value of a certain attribute of the current element by name. This " +"will raise an error if the element has no such attribute." +msgstr "" + +#: doc/classes/XMLParser.xml:49 +msgid "" +"Gets the value of a certain attribute of the current element by name. This " +"will return an empty [String] if the attribute is not found." +msgstr "" + +#: doc/classes/XMLParser.xml:55 +msgid "" +"Gets the contents of a text node. This will raise an error in any other type " +"of node." +msgstr "" + +#: doc/classes/XMLParser.xml:61 +msgid "" +"Gets the name of the current element node. This will raise an error if the " +"current node type is neither [constant NODE_ELEMENT] nor [constant " +"NODE_ELEMENT_END]." +msgstr "" + +#: doc/classes/XMLParser.xml:67 +msgid "" +"Gets the byte offset of the current node since the beginning of the file or " +"buffer." +msgstr "" + +#: doc/classes/XMLParser.xml:73 +msgid "" +"Gets the type of the current node. Compare with [enum NodeType] constants." +msgstr "" + +#: doc/classes/XMLParser.xml:80 +msgid "Check whether the current element has a certain attribute." +msgstr "" + +#: doc/classes/XMLParser.xml:86 +msgid "" +"Check whether the current element is empty (this only works for completely " +"empty tags, e.g. [code][/code])." +msgstr "" + +#: doc/classes/XMLParser.xml:93 +msgid "Opens an XML file for parsing. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:100 +msgid "Opens an XML raw buffer for parsing. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:106 +msgid "Reads the next node of the file. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:113 +msgid "" +"Moves the buffer cursor to a certain offset (since the beginning) and read " +"the next node there. This returns an error code." +msgstr "" + +#: doc/classes/XMLParser.xml:119 +msgid "" +"Skips the current section. If the node contains other elements, they will be " +"ignored and the cursor will go to the closing of the current element." +msgstr "" + +#: doc/classes/XMLParser.xml:125 +msgid "There's no node (no file or buffer opened)." +msgstr "" + +#: doc/classes/XMLParser.xml:128 +msgid "Element (tag)." +msgstr "" + +#: doc/classes/XMLParser.xml:131 +msgid "End of element." +msgstr "" + +#: doc/classes/XMLParser.xml:134 +msgid "Text node." +msgstr "" + +#: doc/classes/XMLParser.xml:137 +msgid "Comment node." +msgstr "" + +#: doc/classes/XMLParser.xml:140 +msgid "CDATA content." +msgstr "" + +#: doc/classes/XMLParser.xml:143 +msgid "Unknown node." +msgstr "" + +#: doc/classes/YSort.xml:4 +msgid "Sort all child nodes based on their Y positions." +msgstr "" + +#: doc/classes/YSort.xml:7 +msgid "" +"Sort all child nodes based on their Y positions. The child node must inherit " +"from [CanvasItem] for it to be sorted. Nodes that have a higher Y position " +"will be drawn later, so they will appear on top of nodes that have a lower Y " +"position.\n" +"Nesting of YSort nodes is possible. Children YSort nodes will be sorted in " +"the same space as the parent YSort, allowing to better organize a scene or " +"divide it in multiple ones, yet keep the unique sorting." +msgstr "" + +#: doc/classes/YSort.xml:16 +msgid "" +"If [code]true[/code], child nodes are sorted, otherwise sorting is disabled." +msgstr "" diff --git a/doc/translations/th.po b/doc/translations/th.po index 6e2512e6fa..9d6197823a 100644 --- a/doc/translations/th.po +++ b/doc/translations/th.po @@ -23,43 +23,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.7-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "รายละเอียด" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "บทสอน" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "คุณสมบัติ" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "เมธอด" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "คุณสมบัติธีม" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "สัญญาณ" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "อีนัม" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "ค่าคงที่" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "รายละเอียดของคุณสมบัติ" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "รายละเอียดเมท็อด" @@ -6310,21 +6310,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6332,7 +6336,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6343,7 +6347,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6351,41 +6355,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6393,61 +6397,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6462,7 +6466,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6471,7 +6475,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6480,7 +6484,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6497,29 +6501,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6558,21 +6562,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6580,7 +6588,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6591,7 +6599,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6599,14 +6607,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6614,21 +6622,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6643,7 +6651,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6658,7 +6666,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6667,7 +6675,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6676,7 +6684,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6695,7 +6703,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10280,7 +10288,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10478,19 +10487,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11335,26 +11356,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12825,80 +12853,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12942,49 +12986,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14759,26 +14810,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20008,7 +20066,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20135,7 +20194,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21170,8 +21229,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27782,16 +27844,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27799,7 +27863,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27807,73 +27871,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27883,7 +27947,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27893,7 +27957,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27904,7 +27968,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27912,7 +27976,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27920,7 +27984,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27929,21 +27993,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27952,25 +28016,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -27978,7 +28042,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27986,7 +28050,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -27994,7 +28058,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28002,7 +28066,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28010,7 +28074,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28020,7 +28084,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28030,7 +28094,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28041,31 +28105,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28080,55 +28144,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28353,6 +28417,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28364,7 +28439,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28374,7 +28449,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 #, fuzzy msgid "" "Returns a value between 0 and 1 representing the intensity of the given " @@ -28390,7 +28465,7 @@ msgstr "" "(อะนาล็อกหรือทริกเกอร์ L2, R2) อยู่ห่างจาก dead zone มากเท่าใดค่าก็จะยิ่งใกล้เคียงกับ 1 " "มากขึ้นเท่านั้น ถ้าการ action ถูกจับคู่กับตัวควบคุมที่ไม่มีแกนเป็นแป้นพิมพ์ค่าที่ส่งคืนก็จะเป็น 0 หรือ 1" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28398,17 +28473,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28418,7 +28493,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28427,53 +28502,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28481,7 +28556,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28490,17 +28565,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28513,7 +28588,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28525,7 +28600,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28535,7 +28610,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " @@ -28550,13 +28625,13 @@ msgstr "" "action มีการกำหนดปุ่มไว้หลายปุ่มและมีการกดมากกว่าหนึ่งปุ่ม การปล่อยปุ่มครั้งเดียวจะเป็นการยกเลิก " "action นี้แม้ว่าจะยังกดปุ่มอื่นที่กำหนด action นี้อยู่ก็ตาม" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28564,19 +28639,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28585,7 +28660,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28598,12 +28673,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28618,7 +28702,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28628,11 +28712,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28646,7 +28757,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28659,34 +28770,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28694,83 +28805,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28778,23 +28889,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32061,14 +32172,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32561,26 +32679,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37219,26 +37344,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42319,27 +42451,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42371,6 +42503,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42407,11 +42547,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42443,7 +42583,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43709,18 +43849,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43728,7 +43856,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43738,13 +43866,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43758,14 +43901,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43774,7 +43917,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43782,7 +43925,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43798,20 +43941,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43819,75 +43962,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43897,7 +44040,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43907,27 +44050,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43935,81 +44078,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44017,109 +44160,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44130,91 +44273,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44223,13 +44366,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44239,7 +44382,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44247,19 +44390,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44273,45 +44416,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44320,7 +44463,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44331,7 +44474,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44347,14 +44490,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44362,49 +44505,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44413,7 +44556,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44421,7 +44564,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 #, fuzzy msgid "" "Default [InputEventAction] to move down in the UI.\n" @@ -44434,7 +44577,7 @@ msgstr "" "ได้เนื่องจากจำเป็นสำหรับ logic ในการ [Control] ต่างๆ อย่างไรก็ตาม event " "ที่กำหนดให้กับการ action สามารถแก้ไขได้" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44444,7 +44587,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44453,7 +44596,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44462,7 +44605,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44472,7 +44615,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44480,7 +44623,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44490,7 +44633,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44500,7 +44643,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44508,7 +44651,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44517,7 +44660,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44525,7 +44668,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44537,477 +44680,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45015,92 +45158,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45110,33 +45253,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45149,7 +45292,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45161,7 +45304,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45173,7 +45316,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45186,7 +45329,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45194,28 +45337,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45225,25 +45368,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45256,7 +45399,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45268,7 +45411,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45280,7 +45423,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45293,13 +45436,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45307,11 +45450,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45325,7 +45468,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45334,7 +45477,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45350,7 +45493,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45360,7 +45503,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45370,7 +45513,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45381,7 +45524,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45391,7 +45534,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45399,7 +45542,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45410,7 +45553,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45425,7 +45568,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45434,13 +45577,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45449,7 +45592,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45459,7 +45602,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45471,7 +45614,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45481,24 +45624,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45507,7 +45650,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45515,7 +45658,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45524,7 +45667,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45534,7 +45677,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45542,31 +45685,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45574,7 +45717,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45584,46 +45727,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45631,7 +45781,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45641,7 +45791,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45650,7 +45800,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45659,20 +45809,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45681,7 +45831,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45689,7 +45839,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45698,7 +45848,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45708,20 +45858,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45730,13 +45880,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45746,46 +45896,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45795,7 +45945,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45807,7 +45957,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45815,7 +45965,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45823,7 +45973,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45832,7 +45982,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45846,7 +45996,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45856,7 +46006,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45865,7 +46015,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45875,54 +46025,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45933,61 +46083,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45998,7 +46148,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46007,26 +46157,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46037,20 +46187,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46062,52 +46212,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46115,7 +46265,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46125,10 +46275,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46137,10 +46287,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46149,10 +46299,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46161,10 +46311,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46173,10 +46323,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57545,26 +57695,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/tr.po b/doc/translations/tr.po index 51f3ec242d..4880d83be6 100644 --- a/doc/translations/tr.po +++ b/doc/translations/tr.po @@ -30,43 +30,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.7-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Açıklama" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Öğretici Örnekler" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Özellikler" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Metotlar" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Tema Özellikleri" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Sinyaller" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Numaralandırmalar" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Sabitler" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Özellik Açıklamaları" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Yöntem Açıklamaları" @@ -6992,21 +6992,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7014,7 +7018,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7025,7 +7029,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7033,41 +7037,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7075,61 +7079,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7144,7 +7148,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7153,7 +7157,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7162,7 +7166,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -7179,29 +7183,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -7240,21 +7244,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7262,7 +7270,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7273,7 +7281,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7281,14 +7289,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7296,21 +7304,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7325,7 +7333,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7340,7 +7348,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7349,7 +7357,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7358,7 +7366,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -7377,7 +7385,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10962,7 +10970,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -11161,19 +11170,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -12018,26 +12039,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -13512,80 +13540,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -13629,49 +13673,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -15446,26 +15497,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20699,7 +20757,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20826,7 +20885,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21863,8 +21922,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -28485,16 +28547,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -28502,7 +28566,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -28510,73 +28574,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -28586,7 +28650,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -28596,7 +28660,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -28607,7 +28671,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28615,7 +28679,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28623,7 +28687,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -28632,21 +28696,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -28655,25 +28719,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28681,7 +28745,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28689,7 +28753,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28697,7 +28761,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28705,7 +28769,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28713,7 +28777,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28723,7 +28787,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28733,7 +28797,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28744,31 +28808,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28783,55 +28847,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -29056,6 +29120,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -29067,7 +29142,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -29077,7 +29152,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -29089,7 +29164,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -29097,17 +29172,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -29117,7 +29192,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -29126,53 +29201,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -29180,7 +29255,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -29189,17 +29264,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -29212,7 +29287,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -29224,7 +29299,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -29234,7 +29309,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -29245,13 +29320,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -29259,19 +29334,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -29280,7 +29355,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -29293,12 +29368,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -29313,7 +29397,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -29323,11 +29407,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -29341,7 +29452,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -29354,34 +29465,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -29389,83 +29500,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -29473,23 +29584,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32750,14 +32861,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -33250,26 +33368,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37890,26 +38015,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -43016,27 +43148,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -43068,6 +43200,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -43104,11 +43244,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -43140,7 +43280,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -44407,18 +44547,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -44426,7 +44554,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -44436,13 +44564,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -44456,14 +44599,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -44472,7 +44615,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -44480,7 +44623,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -44496,20 +44639,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -44517,75 +44660,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44595,7 +44738,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44605,27 +44748,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -44633,81 +44776,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44715,109 +44858,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44828,91 +44971,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44921,13 +45064,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44937,7 +45080,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44945,19 +45088,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44971,45 +45114,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -45018,7 +45161,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -45029,7 +45172,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -45045,14 +45188,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -45060,49 +45203,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -45111,7 +45254,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45119,7 +45262,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45127,7 +45270,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -45137,7 +45280,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -45146,7 +45289,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -45155,7 +45298,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -45165,7 +45308,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45173,7 +45316,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -45183,7 +45326,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -45193,7 +45336,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45201,7 +45344,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -45210,7 +45353,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -45218,7 +45361,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -45230,477 +45373,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45708,92 +45851,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45803,33 +45946,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45842,7 +45985,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45854,7 +45997,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45866,7 +46009,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45879,7 +46022,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45887,28 +46030,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45918,25 +46061,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45949,7 +46092,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45961,7 +46104,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45973,7 +46116,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45986,13 +46129,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -46000,11 +46143,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -46018,7 +46161,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -46027,7 +46170,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -46043,7 +46186,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -46053,7 +46196,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -46063,7 +46206,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -46074,7 +46217,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -46084,7 +46227,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -46092,7 +46235,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -46103,7 +46246,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -46118,7 +46261,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -46127,13 +46270,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -46142,7 +46285,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -46152,7 +46295,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -46164,7 +46307,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -46174,24 +46317,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -46200,7 +46343,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -46208,7 +46351,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -46217,7 +46360,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -46227,7 +46370,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -46235,31 +46378,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -46267,7 +46410,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -46277,46 +46420,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -46324,7 +46474,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -46334,7 +46484,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -46343,7 +46493,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -46352,20 +46502,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -46374,7 +46524,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -46382,7 +46532,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -46391,7 +46541,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -46401,20 +46551,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -46423,13 +46573,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -46439,46 +46589,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -46488,7 +46638,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -46500,7 +46650,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -46508,7 +46658,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -46516,7 +46666,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -46525,7 +46675,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -46539,7 +46689,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -46549,7 +46699,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -46558,7 +46708,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -46568,54 +46718,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -46626,61 +46776,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46691,7 +46841,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46700,26 +46850,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46730,20 +46880,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46755,52 +46905,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46808,7 +46958,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46818,10 +46968,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46830,10 +46980,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46842,10 +46992,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46854,10 +47004,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46866,10 +47016,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -58249,26 +58399,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/uk.po b/doc/translations/uk.po index d499992201..e0e7c14b32 100644 --- a/doc/translations/uk.po +++ b/doc/translations/uk.po @@ -24,43 +24,43 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.8-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Опис" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Туторіали" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Властивості" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Методи" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Властивості теми" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Сигнали" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Переліки" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Константи" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Описи властивостей" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Описи методів" @@ -6336,21 +6336,25 @@ msgstr "https://docs.godotengine.org/uk/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6358,7 +6362,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6369,7 +6373,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6377,41 +6381,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6419,61 +6423,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6488,7 +6492,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6497,7 +6501,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6506,7 +6510,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6523,29 +6527,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6584,21 +6588,25 @@ msgstr "https://docs.godotengine.org/uk/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6606,7 +6614,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6617,7 +6625,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6625,14 +6633,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6640,21 +6648,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6669,7 +6677,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6684,7 +6692,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6693,7 +6701,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6702,7 +6710,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6721,7 +6729,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10306,7 +10314,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10505,19 +10514,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11362,26 +11383,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12854,80 +12882,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12971,49 +13015,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14789,26 +14840,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20042,7 +20100,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20169,7 +20228,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21204,8 +21263,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27824,16 +27886,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27841,7 +27905,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27849,73 +27913,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27925,7 +27989,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27935,7 +27999,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27946,7 +28010,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27954,7 +28018,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27962,7 +28026,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27971,21 +28035,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27994,25 +28058,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28020,7 +28084,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28028,7 +28092,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28036,7 +28100,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28044,7 +28108,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28052,7 +28116,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28062,7 +28126,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28072,7 +28136,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28083,31 +28147,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28122,55 +28186,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28395,6 +28459,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28406,7 +28481,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28416,7 +28491,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28428,7 +28503,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28436,17 +28511,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28456,7 +28531,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28465,53 +28540,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28519,7 +28594,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28528,17 +28603,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28551,7 +28626,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28563,7 +28638,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28573,7 +28648,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28584,13 +28659,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28598,19 +28673,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28619,7 +28694,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28632,12 +28707,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28652,7 +28736,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28662,11 +28746,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28680,7 +28791,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28693,34 +28804,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28728,83 +28839,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28812,23 +28923,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32088,14 +32199,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32588,26 +32706,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37226,26 +37351,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42344,27 +42476,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42396,6 +42528,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42432,11 +42572,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42468,7 +42608,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43735,18 +43875,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43754,7 +43882,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43764,13 +43892,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43784,14 +43927,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43800,7 +43943,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43808,7 +43951,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43824,20 +43967,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43845,75 +43988,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43923,7 +44066,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43933,27 +44076,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43961,81 +44104,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44043,109 +44186,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44156,91 +44299,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44249,13 +44392,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44265,7 +44408,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44273,19 +44416,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44299,45 +44442,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44346,7 +44489,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44357,7 +44500,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44373,14 +44516,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44388,49 +44531,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44439,7 +44582,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44447,7 +44590,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44455,7 +44598,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44465,7 +44608,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44474,7 +44617,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44483,7 +44626,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44493,7 +44636,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44501,7 +44644,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44511,7 +44654,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44521,7 +44664,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44529,7 +44672,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44538,7 +44681,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44546,7 +44689,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44558,477 +44701,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45036,92 +45179,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45131,33 +45274,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45170,7 +45313,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45182,7 +45325,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45194,7 +45337,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45207,7 +45350,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45215,28 +45358,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45246,25 +45389,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45277,7 +45420,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45289,7 +45432,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45301,7 +45444,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45314,13 +45457,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45328,11 +45471,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45346,7 +45489,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45355,7 +45498,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45371,7 +45514,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45381,7 +45524,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45391,7 +45534,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45402,7 +45545,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45412,7 +45555,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45420,7 +45563,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45431,7 +45574,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45446,7 +45589,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45455,13 +45598,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45470,7 +45613,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45480,7 +45623,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45492,7 +45635,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45502,24 +45645,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45528,7 +45671,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45536,7 +45679,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45545,7 +45688,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45555,7 +45698,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45563,31 +45706,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45595,7 +45738,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45605,46 +45748,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45652,7 +45802,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45662,7 +45812,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45671,7 +45821,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45680,20 +45830,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45702,7 +45852,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45710,7 +45860,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45719,7 +45869,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45729,20 +45879,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45751,13 +45901,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45767,46 +45917,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45816,7 +45966,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45828,7 +45978,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45836,7 +45986,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45844,7 +45994,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45853,7 +46003,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45867,7 +46017,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45877,7 +46027,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45886,7 +46036,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45896,54 +46046,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45954,61 +46104,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46019,7 +46169,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46028,26 +46178,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46058,20 +46208,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46083,52 +46233,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46136,7 +46286,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46146,10 +46296,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46158,10 +46308,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46170,10 +46320,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46182,10 +46332,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46194,10 +46344,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57570,26 +57720,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/vi.po b/doc/translations/vi.po index f952cfdcc2..a8cde40b8e 100644 --- a/doc/translations/vi.po +++ b/doc/translations/vi.po @@ -22,43 +22,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "Nội dung" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "Hướng dẫn" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "Thuộc tính" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "Phương thức" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "Thuộc tính Chủ đề" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "Tín hiệu" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "Liệt kê" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "Hằng số" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "Nội dung Thuộc tính" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "Mô tả phương thức" @@ -6638,21 +6638,25 @@ msgstr "" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6660,7 +6664,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6671,7 +6675,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6679,41 +6683,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6721,61 +6725,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6790,7 +6794,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6799,7 +6803,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6808,7 +6812,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6825,29 +6829,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6882,21 +6886,25 @@ msgstr "" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6904,7 +6912,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6915,7 +6923,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6923,14 +6931,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6938,21 +6946,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6967,7 +6975,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6982,7 +6990,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6991,7 +6999,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7000,7 +7008,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -7019,7 +7027,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10587,7 +10595,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10786,19 +10795,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11632,26 +11653,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -13115,80 +13143,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -13232,49 +13276,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -15043,26 +15094,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20279,7 +20337,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20403,7 +20462,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21434,8 +21493,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -28015,16 +28077,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -28032,7 +28096,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -28040,73 +28104,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -28116,7 +28180,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -28126,7 +28190,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -28137,7 +28201,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28145,7 +28209,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -28153,7 +28217,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -28162,21 +28226,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -28185,25 +28249,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28211,7 +28275,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28219,7 +28283,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28227,7 +28291,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28235,7 +28299,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28243,7 +28307,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28253,7 +28317,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28263,7 +28327,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28274,31 +28338,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28313,55 +28377,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28585,6 +28649,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28596,7 +28671,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28606,7 +28681,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28618,7 +28693,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28626,17 +28701,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28646,7 +28721,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28655,53 +28730,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28709,7 +28784,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28718,17 +28793,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28741,7 +28816,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28753,7 +28828,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28763,7 +28838,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28774,13 +28849,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28788,19 +28863,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28809,7 +28884,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28822,12 +28897,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28842,7 +28926,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28852,11 +28936,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28870,7 +28981,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28883,34 +28994,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28918,83 +29029,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -29002,23 +29113,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32251,14 +32362,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32751,26 +32869,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37358,26 +37483,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42477,27 +42609,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42529,6 +42661,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42565,11 +42705,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42601,7 +42741,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43868,18 +44008,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43887,7 +44015,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43897,13 +44025,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43917,14 +44060,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43933,7 +44076,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43941,7 +44084,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43957,20 +44100,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43978,75 +44121,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44056,7 +44199,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -44066,27 +44209,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -44094,81 +44237,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44176,111 +44319,111 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "Nếu [code]true[/code], họa tiết sẽ được căn ở trung tâm." -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "Nếu [code]true[/code], họa tiết sẽ được căn ở trung tâm." -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44291,91 +44434,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44384,13 +44527,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44400,7 +44543,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44408,19 +44551,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44434,45 +44577,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44481,7 +44624,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44492,7 +44635,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44508,14 +44651,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44523,49 +44666,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44574,7 +44717,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44582,7 +44725,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44590,7 +44733,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44600,7 +44743,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44609,7 +44752,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44618,7 +44761,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44628,7 +44771,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44636,7 +44779,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44646,7 +44789,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44656,7 +44799,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44664,7 +44807,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44673,7 +44816,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44681,7 +44824,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44693,477 +44836,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45171,92 +45314,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45266,33 +45409,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45305,7 +45448,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45317,7 +45460,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45329,7 +45472,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45342,7 +45485,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45350,28 +45493,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45381,25 +45524,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45412,7 +45555,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45424,7 +45567,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45436,7 +45579,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45449,13 +45592,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45463,11 +45606,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45481,7 +45624,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45490,7 +45633,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45506,7 +45649,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45516,7 +45659,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45526,7 +45669,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45537,7 +45680,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45547,7 +45690,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45555,7 +45698,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45566,7 +45709,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45581,7 +45724,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45590,13 +45733,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45605,7 +45748,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45615,7 +45758,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45627,7 +45770,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45637,24 +45780,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45663,7 +45806,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45671,7 +45814,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45680,7 +45823,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45690,7 +45833,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45698,31 +45841,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45730,7 +45873,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45740,46 +45883,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45787,7 +45937,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45797,7 +45947,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45806,7 +45956,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45815,20 +45965,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45837,7 +45987,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45845,7 +45995,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45854,7 +46004,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45864,20 +46014,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45886,13 +46036,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45902,46 +46052,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45951,7 +46101,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45963,7 +46113,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45971,7 +46121,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45979,7 +46129,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45988,7 +46138,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -46002,7 +46152,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -46012,7 +46162,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -46021,7 +46171,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -46031,54 +46181,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -46089,61 +46239,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -46154,7 +46304,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46163,26 +46313,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46193,20 +46343,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46218,52 +46368,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46271,7 +46421,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46281,10 +46431,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46293,10 +46443,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46305,10 +46455,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46317,10 +46467,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46329,10 +46479,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57662,26 +57812,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/doc/translations/zh_CN.po b/doc/translations/zh_CN.po index 987dbc88ad..9d8db6ea96 100644 --- a/doc/translations/zh_CN.po +++ b/doc/translations/zh_CN.po @@ -52,12 +52,17 @@ # 有趣极了 <2944595791@qq.com>, 2021. # 刘亚西 , 2021. # 诗鸷Temsys , 2021. +# Sam Sun , 2021. +# sudo-behappy <3216539984@qq.com>, 2021. +# Cc <2590090025@qq.com>, 2021. +# 苏轼 , 2021. +# ErrorDreemurr , 2021. msgid "" msgstr "" "Project-Id-Version: Godot Engine class reference\n" "Report-Msgid-Bugs-To: https://github.com/godotengine/godot\n" -"PO-Revision-Date: 2021-10-16 13:25+0000\n" -"Last-Translator: WangYi13 \n" +"PO-Revision-Date: 2021-11-03 13:15+0000\n" +"Last-Translator: suplife <2634557184@qq.com>\n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" @@ -67,43 +72,43 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "描述" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "教程" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "属性" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "方法" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "主题属性" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "信号" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "枚举" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "常量" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "属性说明" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "方法说明" @@ -152,8 +157,8 @@ msgid "" "[/codeblock]\n" "Supported color names are the same as the constants defined in [Color]." msgstr "" -"根据标准名称 [code]name[/code] 返回一个颜色,[code]alpha[/code] 值的范围为0到" -"1。\n" +"根据标准名称 [code]name[/code] 和在0到1区间的值 [code]alpha[/code] 返回一个颜" +"色。\n" "[codeblock]\n" "red = ColorN(\"red\", 1)\n" "[/codeblock]\n" @@ -242,7 +247,7 @@ msgstr "" "push_error] 的加强版,用于向项目开发者或插件用户报错。\n" "[b]注意:[/b] 出于对性能的考虑,[method assert] 中的代码只会在调试版本或者从" "编辑器运行项目时执行。所以不要在 [method assert] 调用中加入具有副作用的代码。" -"否则,项目在以发布模式导出后将有不一致的行为。\n" +"否则,项目在以发行模式导出后将有不一致的行为。\n" "如果给出了可选的 [code]message[/code] 参数,在通用的“Assertion failed”消息之" "外,还会显示该信息。你可以使用它来提供关于断言失败原因的其他详细信息。\n" "[codeblock]\n" @@ -486,18 +491,18 @@ msgstr "" "\"值。这个缓和函数是基于指数。曲线[code]curve[/code]可以是任何浮点数,具体数" "值会导致以下行为。\n" "[codeblock]\n" -"- 低于-1.0(独占)。缓进缓出\n" +"- 低于-1.0(不包括)。缓进缓出\n" "- 1.0:线性\n" -"- 在-1.0和0.0之间(独占)。缓出-进\n" +"- 在-1.0和0.0之间(不包括)。缓出-进\n" "- 0.0: 恒定\n" "- 在0.0到1.0之间(不包括)。缓进\n" "- 1.0:线性\n" "- 大于1.0(不包括)。缓出\n" "[/codeblock]\n" "[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" -"ease_cheatsheet.png]ease()曲线值作弊表[/url]\n" -"也请看[方法smoothstep]。如果你需要执行更高级的转场,请使用[Tween]或" -"[AnimationPlayer]。(如果地址无法访问用raw.sevencdn.com替换raw." +"ease_cheatsheet.png]ease()曲线值备忘图[/url]\n" +"也请看[method smoothstep]。如果你需要执行更高级的转场,请使用[Tween]或" +"[AnimationPlayer]。(如果备忘图地址无法访问用raw.sevencdn.com替换raw." "githubusercontent.com可加速访问)。" #: modules/gdscript/doc_classes/@GDScript.xml:274 @@ -539,7 +544,7 @@ msgstr "" "a = floor(2.99) # a = 2.0\n" "a = floor(-2.99) # a = -3.0\n" "[/codeblock]\n" -"另见 [method ceil]、[method round]、[method stepify] 和 [int]。\n" +"参阅 [method ceil]、[method round]、[method stepify] 和 [int]。\n" "[b]注意:[/b] 该方法返回一个浮点数。如果你需要一个整数,而 [code]s[/code] 是" "一个非负数,你可以直接使用 [code]int(s)[/code]。" @@ -736,11 +741,10 @@ msgstr "" "考虑给定范围,返回归一化值。这与 [method lerp] 相反。\n" "[codeblock]\n" "var middle = lerp(20, 30, 0.75)\n" -"# `middle` is now 27.5.\n" -"# Now, we pretend to have forgotten the original ratio and want to get it " -"back.\n" +"# `middle` 现在是 27.5\n" +"# 现在,我们假装忘记了原来的比例,想把它找回来。\n" "var ratio = inverse_lerp(20, 30, 27.5)\n" -"# `ratio` is now 0.75.\n" +"# `ratio` 现在是 0.75.\n" "[/codeblock]" #: modules/gdscript/doc_classes/@GDScript.xml:430 @@ -754,9 +758,9 @@ msgid "" msgstr "" "如果 [code]a[/code] 和 [code]b[/code] 彼此近似相等,则返回 [code]true[/" "code]。\n" -"在此,近似等于是指 [code]a[/code] 和 [code]b[/code] 彼此之间在较小的内部ε内," -"它随数字的大小成比例。\n" -"具有相同符号的无穷大值被视为相等。" +"这里,近似相等意味着[code]a[/code]和[code]b[/code]相互之间在一个小的内部ε里," +"这个内部ε随着数字的大小而变化。 \n" +"相同符号的无穷大值被认为是相等的。" #: modules/gdscript/doc_classes/@GDScript.xml:439 msgid "" @@ -816,12 +820,12 @@ msgid "" "lerp(Vector2(1, 5), Vector2(3, 2), 0.5) # Returns Vector2(2, 3.5)\n" "[/codeblock]" msgstr "" -"用一个归一化的值在两个值之间进行线性插值。这与[method inverse_lerp]相反。\n" -"如果[code]from[/code]和[code]to[/code]参数类型是[int]或[float],返回值是" -"[float]。\n" -"如果两者都是相同的矢量类型([Vector2]、[Vector3]或[Color]),返回值将是相同的" -"类型([code]lerp[/code]然后调用该矢量类型的[code]linear_interpolate[/code]方" -"法)。\n" +"用一个归一化的值在两个值之间进行线性插值。这与 [method inverse_lerp]相反。\n" +"如果[code] from [/code]和[code] to [/code]参数类型是 [int] 或 [float],返回值" +"都是[float]。\n" +"如果两者都是相同的向量类型([Vector2]、[Vector3]或[Color]),返回值将是相同的" +"类型([code]lerp[/code]然后调用该向量类型的[code] linear_interpolate [/code]" +"方法)。\n" "[codeblock]\n" "lerp(0, 4, 0.75) # 返回3.0\n" "lerp(Vector2(1, 5), Vector2(3, 2), 0.5) # 返回 Vector2(2, 3.5)\n" @@ -1577,7 +1581,7 @@ msgstr "" "code]和[code]1[/code]之间。\n" "这条S形曲线是立方Hermite插值器,由[code]f(y)=3*y^2-2*y^3[/code]给出,其中" "[code]y=(x-from)/(to-from)[/code]。\n" -"[codeblock]。\n" +"[codeblock]\n" "smoothstep(0, 2, -5.0) # 返回 0.0\n" "smoothstep(0, 2, 0.5) # 返回 0.15625\n" "smoothstep(0, 2, 1.0) # 返回 0.5\n" @@ -1586,7 +1590,7 @@ msgstr "" "与曲线值为[code]-1.6521[/code]的[method ease]相比,[method smoothstep]返回最" "平滑的曲线,导数没有突然变化。如果你需要执行更高级的过渡,请使用[Tween]或" "[AnimationPlayer]。\n" -"[url=https://raw.sevencdn.com/godotengine/godot-docs/3.4/img/" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/3.4/img/" "smoothstep_ease_comparison.png]smoothstep()与 ease(x, -1.6521)返回值的比较[/" "url]" @@ -2245,9 +2249,8 @@ msgid "Vertical bottom alignment, usually for text-derived classes." msgstr "垂直下对齐,常用于文本派生类。" #: doc/classes/@GlobalScope.xml:140 -#, fuzzy msgid "Scancodes with this bit applied are non-printable." -msgstr "键码在启用了该比特位后是不可打印的。" +msgstr "该比特位应用的键码不可打印。" #: doc/classes/@GlobalScope.xml:143 msgid "Escape key." @@ -4586,6 +4589,9 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"返回嵌入文本的标签。\n" +"[b]警告:[/b]这是个必要的内部节点,删除和释放它有可能造成崩溃。如果你希望隐藏" +"它或它的任意一个子节点,请使用它们的 [member CanvasItem.visible] 属性。" #: doc/classes/AcceptDialog.xml:41 msgid "" @@ -4594,6 +4600,9 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"返回OK按钮\n" +"[b]警告:[/b]这是个必要的内部节点,删除和释放它有可能造成崩溃。如果你希望隐藏" +"它或它的任意一个子节点,请使用它们的 [member CanvasItem.visible] 属性。" #: doc/classes/AcceptDialog.xml:49 msgid "" @@ -4924,7 +4933,6 @@ msgid "Proxy texture for simple frame-based animations." msgstr "基于简单帧动画的代理纹理。" #: doc/classes/AnimatedTexture.xml:7 -#, fuzzy msgid "" "[AnimatedTexture] is a resource format for frame-based animations, where " "multiple textures can be chained automatically with a predefined delay for " @@ -4940,15 +4948,17 @@ msgid "" "[b]Note:[/b] AnimatedTexture doesn't support using [AtlasTexture]s. Each " "frame needs to be a separate [Texture]." msgstr "" -"[AnimatedTexture]是用于基于帧的动画的资源格式,其中可以自动为每个帧以预定义的" -"延迟链接多个纹理。与[AnimationPlayer]或[AnimatedSprite2D]不同,它不是[Node]," -"但具有可以在可以使用[Texture2D]资源的任何地方使用的优点,例如在[TileSet]" +"[AnimatedTexture]是一种资源格式,用于基于帧的动画,其中多个纹理自动链接起来," +"每帧有预定义延迟。与[AnimationPlayer]或[AnimatedSprite]不同,它不是一个" +"[Node],其优点是可在任何可以使用[Texture]资源的地方使用,例如在[TileSet]" "中。\n" -"动画的回放由[member fps]属性以及每帧的可选延迟控制(请参阅[method " -"set_frame_delay])。动画循环播放,即它将在播放最后一帧后在第0帧自动重新开" -"始。\n" -"[AnimatedTexture]当前要求所有帧纹理具有相同的大小,否则较大的纹理将被裁剪以匹" -"配最小的纹理。另外,它不支持[AtlasTexture]。每个帧需要是单独的图像。" +"动画的播放由[member fps]属性以及每一帧的可选延迟控制,参阅[method " +"set_frame_delay]。动画是循环播放的,也就是说,在播放完最后一帧后,它将自动从" +"第0帧重新开始。\n" +"[AnimatedTexture]目前要求所有帧的纹理具有相同的尺寸,否则较大的纹理会被裁剪," +"与最小的纹理相匹配。\n" +"[b]注意:[/b] AnimatedTexture不支持使用[AtlasTexture]。每一帧都需要是一个单独" +"的[Texture]。" #: doc/classes/AnimatedTexture.xml:19 msgid "Returns the given frame's delay value." @@ -4987,7 +4997,6 @@ msgstr "" "[/codeblock]" #: doc/classes/AnimatedTexture.xml:49 -#, fuzzy msgid "" "Assigns a [Texture] to the given frame. Frame IDs start at 0, so the first " "frame has ID 0, and the last frame of the animation has ID [member frames] - " @@ -4997,9 +5006,9 @@ msgid "" "animation." msgstr "" "将[Texture2D]分配给给定的帧。帧ID从0开始,因此第一帧的ID为0,动画的最后一帧的" -"ID为[member 帧]-1。\n" +"ID为[member frames] -1。\n" "您可以定义任意数量的纹理,直到[constant MAX_FRAMES],但要记住,只有0到" -"[member 帧]-1的帧会成为动画的一部分。" +"[member frames]-1的帧会成为动画的一部分。" #: doc/classes/AnimatedTexture.xml:56 msgid "Sets the currently visible frame of the texture." @@ -5062,7 +5071,6 @@ msgid "Contains data used to animate everything in the engine." msgstr "包含用于对引擎中所有内容进行动画处理的数据。" #: doc/classes/Animation.xml:7 -#, fuzzy msgid "" "An Animation resource contains data used to animate everything in the " "engine. Animations are divided into tracks, and each track must be linked to " @@ -5083,22 +5091,21 @@ msgid "" "tracks have different types, each with its own set of dedicated methods. " "Check [enum TrackType] to see available types." msgstr "" -"动画资源包含用于对引擎中所有内容进行动画处理的数据。动画分为轨道,每个轨道必" -"须链接到一个节点。通过将定时键(事件)添加到轨道,可以随时间更改该节点的状" -"态。\n" +"动画资源包含数据,用于对引擎中的一切对象进行动画化。动画被划分为轨道,每个轨" +"道必须与一个节点相连。通过向轨道添加时间键或事件,节点状态则可通过时间来改" +"变。\n" "[codeblock]\n" -"# This creates an animation that makes the node \"Enemy\" move to the right " -"by\n" -"# 100 pixels in 0.5 seconds.\n" +"# 这将创建一个动画,使节点 \"Enemy\" 向右移动\n" +"# 在0.5秒内移动100像素。\n" "var animation = Animation.new()\n" "var track_index = animation.add_track(Animation.TYPE_VALUE)\n" "animation.track_set_path(track_index, \"Enemy:position:x\")\n" "animation.track_insert_key(track_index, 0.0, 0)\n" "animation.track_insert_key(track_index, 0.5, 100)\n" "[/codeblock]\n" -"动画只是数据容器,必须将其添加到诸如[AnimationPlayer]之类的节点才能播放。动画" -"轨道有不同的类型,每种都有自己的专用方法集。选中 [enum TrackType]以查看可用的" -"类型。" +"动画只是数据容器,必须添加到[AnimationPlayer]或[AnimationTreePlayer]等节点上" +"才能播放。动画轨道有不同的类型,每个都有自己的一套专用方法。参阅[enum " +"TrackType]查看可用类型。" #: doc/classes/Animation.xml:20 doc/classes/AnimationPlayer.xml:12 msgid "https://docs.godotengine.org/en/3.4/tutorials/animation/index.html" @@ -5432,7 +5439,6 @@ msgid "Sets the value of an existing key." msgstr "设置现有键的值。" #: doc/classes/Animation.xml:446 -#, fuzzy msgid "" "Sets the path of a track. Paths must be valid scene-tree paths to a node and " "must be specified starting from the parent node of the node that will " @@ -5441,11 +5447,11 @@ msgid "" "For example, [code]\"character/skeleton:ankle\"[/code] or [code]\"character/" "mesh:transform/local\"[/code]." msgstr "" -"设置轨迹的路径。路径必须是通往节点的有效场景树路径,并且必须从重现动画的节点" -"的父节点开始指定。控制属性或骨骼的轨迹必须在路径后附加其名称,并以[code]\":" -"\"[/code]分隔。\n" -"例如,[code]\"character/skeleton:ankle\"[/code]or[code]\"character/mesh:" -"transform/local\"[/code]。" +"设置轨道的路径。路径必须是指向节点场景树的有效路径,必须从将要实现动画的节点" +"的父节点开始指定。控件属性或骨骼的轨道必须在路径后面加上它们的名字,用" +"[code]\":\"[/code]分隔。\n" +"例如,[code]\"character/skeleton:ankle\"[/code] 或[code]\"character/mesh:" +"transform/local\"[/code] 。" #: doc/classes/Animation.xml:455 msgid "" @@ -5501,13 +5507,13 @@ msgstr "" "确的插值和循环。" #: doc/classes/Animation.xml:516 -#, fuzzy msgid "" "A flag indicating that the animation must loop. This is used for correct " "interpolation of animation cycles, and for hinting the player that it must " "restart the animation." msgstr "" -"表示动画必须循环的标志。用于正确的动画循环插值,并提示玩家必须重新开始动画。" +"指示动画必须循环的标志。这用于动画循环正确插值,以及提示播放器须重新启动动" +"画。" #: doc/classes/Animation.xml:519 msgid "The animation step value." @@ -6389,9 +6395,8 @@ msgid "Renames the given node." msgstr "重命名给定的节点。" #: doc/classes/AnimationNodeStateMachine.xml:152 -#, fuzzy msgid "Replaces the node and keeps its transitions unchanged." -msgstr "更换节点并保持其过渡不变。" +msgstr "替换节点并保持其过渡不变。" #: doc/classes/AnimationNodeStateMachine.xml:159 msgid "Sets the given node as the graph end point." @@ -6437,9 +6442,8 @@ msgid "Returns the currently playing animation state." msgstr "返回当前播放的动画状态。" #: doc/classes/AnimationNodeStateMachinePlayback.xml:32 -#, fuzzy msgid "Returns the playback position within the current animation state." -msgstr "返回接触点的局部坐标系下的位置。" +msgstr "返回当前动画状态内的播放位置。" #: doc/classes/AnimationNodeStateMachinePlayback.xml:38 msgid "" @@ -6465,7 +6469,6 @@ msgid "" msgstr "按照最短路径从当前状态过渡到另一个状态。" #: doc/classes/AnimationNodeStateMachineTransition.xml:14 -#, fuzzy msgid "" "Turn on auto advance when this condition is set. The provided name will " "become a boolean parameter on the [AnimationTree] that can be controlled " @@ -6478,11 +6481,11 @@ msgid "" "(linear_velocity.x == 0)\n" "[/codeblock]" msgstr "" -"当设置此条件时,开启自动前进。提供的名称将成为[AnimationTree]上的一个布尔参" -"数,可以从代码中进行控制(见[url=https://docs.godotengine.org/zh_CN/latest/" -"tutorials/animation/animation_tree.html#controlling-from-code][/url])。例" -"如,如果[member AnimationTree.tree_root]是一个[AnimationNodeStateMachine],并" -"且[member advance_condition]设置为[code]\"idle\"[/code]:\n" +"设置此条件,开启自动前进。提供的名称将成为[AnimationTree]上的一个布尔参数,可" +"以通过代码控制,参阅[url=https://docs.godotengine.org/en/3.4/tutorials/" +"animation/animation_tree.html#controlling-from-code][/url]。例如,如果" +"[member AnimationTree.tree_root]是一个[AnimationNodeStateMachine],[member " +"advance_condition]被设置为[code]\"idle\"[/code]。\n" "[codeblock]\n" "$animation_tree[\"parameters/conditions/idle\"] = is_on_floor and " "(linear_velocity.x == 0)\n" @@ -6577,6 +6580,21 @@ msgid "" "animation_tree[\"parameters/Seek/seek_position\"] = 12.0\n" "[/codeblock]" msgstr "" +"这个节点可以使命令发生在动画图示的所有子级上。使用这个节点类型可以从" +"[AnimationNodeBlendTree]内部的开头或某个播放位置开始播放[Animation]。在设置时" +"间和改变动画播放后,通过设置其[code]seek_position[/code]值为[code]-1.0[/" +"code],使节点在下一个处理帧自动进入休眠模式。\n" +"[codeblock]\n" +"# 从头开始播放子动画。\n" +"animation_tree.set(\"parameters/Seek/seek_position\", 0.0)\n" +"# 另一种语法(结果与上述相同)。\n" +"animation_tree[\"parameters/Seek/seek_position\"] = 0.0\n" +"\n" +"# 从12秒的时间戳开始播放子动画。\n" +"animation_tree.set(\"parameters/Seek/seek_position\", 12.0)\n" +"# 另一种语法(结果与上述相同)。\n" +"animation_tree[\"parameters/Seek/seek_position\"] = 12.0\n" +"[/codeblock]" #: doc/classes/AnimationNodeTransition.xml:4 msgid "A generic animation transition node for [AnimationTree]." @@ -6728,16 +6746,16 @@ msgid "" "time this is called, they may be updated too early. To perform the update " "immediately, call [code]advance(0)[/code]." msgstr "" -"用键[code]with key[/code]播放动画。可以设置自定义混合时间和速度。如果[code] " -"custom_speed [/code]为负,[code] from_end [/code]is[code]true[/code],则动画" -"将向后播放(相当于调用[method play_backwards])。\n" -"[AnimationPlayer]使用[member Assigned_animation]跟踪其当前或最后播放的动画。" -"如果使用相同的动画[code] name [/code]或没有[code] name [/code]参数调用此方" -"法,则分配的动画将在暂停时继续播放,或者在停止时重新启动(请参阅[方法]停止]," -"同时暂停和停止。如果动画已经在播放,它将继续播放。\n" -"[b]注意:[/b]下次处理[AnimationPlayer]时,动画将被更新。如果在调用的同时更新" -"了其他变量,则它们可能更新得太早。要立即执行更新,请调用[code] advance(0)[/" -"code]。" +"播放键名为 [code]name[/code] 的动画。可以设置自定义混合时间和速度。如果" +"[code] custom_speed [/code]为负,[code] from_end [/code] =[code]true[/code]," +"则动画将向后播放(相当于调用 [method play_backwards])。\n" +"[AnimationPlayer] 使用 [member Assigned_animation] 跟踪其当前或最后播放的动" +"画。如果使用相同的动画名 [code]name[/code] 或没有 [code] name [/code] 参数调" +"用此方法,则分配的动画将在暂停时继续播放,或者在停止时重新启动(请参阅 " +"[method stop],同时暂停和停止。如果动画已经在播放,它将继续播放。\n" +"[b]注意:[/b]下次处理 [AnimationPlayer] 时,动画将被更新。如果在调用的同时更" +"新了其他变量,则它们可能更新得太早。要立即执行更新,请调用 [code] advance(0)" +"[/code]。" #: doc/classes/AnimationPlayer.xml:129 msgid "" @@ -6746,9 +6764,9 @@ msgid "" "code] and [code]from_end = true[/code], so see its description for more " "information." msgstr "" -"反向播放按键[code]name[/code]的动画。\n" -"这个方法是 [method play] 的简写,其中 [code]custom_speed = -1.0[/code] and " -"[code]from_end = true[/code],所以更多信息请参阅其描述。" +"反向播放键名称为 [code]name[/code] 的动画。\n" +"这个方法是 [method play] 的简写,只是其中参数设为 [code]custom_speed = -1.0[/" +"code] 和 [code]from_end = true[/code],所以更多信息请参阅其描述。" #: doc/classes/AnimationPlayer.xml:137 msgid "" @@ -6880,6 +6898,10 @@ msgid "" "defined by the reset animation, if any, with the editor keeping the values " "that the nodes had before saving." msgstr "" +"这由编辑器使用。如果设置为[code]true[/code],场景在保存时将应用重置动画的效果" +"(就像它回到0时间点),然后在保存后恢复原状。\n" +"换句话说,保存的场景文件将包含 \"默认状态\",是由重置动画定义,如果有,编辑器" +"保持节点在保存前的值。" #: doc/classes/AnimationPlayer.xml:219 msgid "The node from which node path references will travel." @@ -6944,7 +6966,6 @@ msgid "" msgstr "用于[AnimationPlayer]中高级动画转换的节点。" #: doc/classes/AnimationTree.xml:7 -#, fuzzy msgid "" "A node to be used for advanced animation transitions in an " "[AnimationPlayer].\n" @@ -6955,25 +6976,27 @@ msgid "" "[AnimationPlayer] node should be used solely for adding, deleting, and " "editing animations." msgstr "" -"注意:当与[AnimationPlayer]链接时,对应的[AnimationPlayer]的一些属性和方法将" -"无法按照预期的方式运行。播放和转场应仅使用[AnimationTree]及其组成的" -"[AnimationNode]来处理。AnimationPlayer]节点应仅用于添加、删除和编辑动画。" +"用于[AnimationPlayer]中高级动画过渡的节点。\n" +"[b]注意:[/b]当与一个[AnimationPlayer]链接时,相应的[AnimationPlayer]的一些属" +"性和方法将不会像预期的那样发挥作用。播放和过渡应该只使用[AnimationTree]和它的" +"组成[AnimationNode]来处理。[AnimationPlayer]节点应仅用于添加、删除和编辑动" +"画。" #: doc/classes/AnimationTree.xml:19 msgid "Manually advance the animations by the specified time (in seconds)." msgstr "手动将动画前进指定的时间(单位为秒)。" #: doc/classes/AnimationTree.xml:25 -#, fuzzy msgid "" "Retrieve the motion of the [member root_motion_track] as a [Transform] that " "can be used elsewhere. If [member root_motion_track] is not a path to a " "track of type [constant Animation.TYPE_TRANSFORM], returns an identity " "transformation. See also [member root_motion_track] and [RootMotionView]." msgstr "" -"获取 [member root_motion_track] 的运动,类型为 [Transform],可在其它地方使" -"用。如果 [member root_motion_track] 不是 [constant Animation.TYPE_TRANSFORM] " -"类型轨道的路径,则返回恒等变换。" +"检索[member root_motion_track]的运动,作为一个可以在其他地方使用的" +"[Transform]。如果[member root_motion_track]不是一个[constant Animation." +"TYPE_TRANSFORM]类型轨道的路径,返回一个变换ID。参阅[member root_motion_track]" +"和[RootMotionView]。" #: doc/classes/AnimationTree.xml:38 msgid "If [code]true[/code], the [AnimationTree] will be processing." @@ -6991,7 +7014,6 @@ msgstr "" "该 [AnimationTree] 的处理模式。可用的模式见 [enum AnimationProcessMode]。" #: doc/classes/AnimationTree.xml:47 -#, fuzzy msgid "" "The path to the Animation track used for root motion. Paths must be valid " "scene-tree paths to a node, and must be specified starting from the parent " @@ -7004,12 +7026,13 @@ msgid "" "stay in place. See also [method get_root_motion_transform] and " "[RootMotionView]." msgstr "" -"根运动所使用的动画轨道的路径。路径必须是有效的场景树节点路径,并且必须从想要" -"再现动画的节点的父节点开始。如果要指定控制属性或者骨骼的轨道,可以将对应的名" -"称写在路径后面,以 [code]\":\"[/code] 分隔。例如 [code]\"character/skeleton:" -"ankle\"[/code] 和 [code]\"character/mesh:transform/local\"[/code]。\n" -"如果轨道是 [constant Animation.TYPE_TRANSFORM] 类型的,对应的变换将被取消,动" -"画看上去就是在原地进行。" +"用于根部运动的动画轨道的路径。路径必须是指向节点的场景树有效路径,必须从将实" +"现动画的节点的父节点开始指定。要指定控件属性或骨骼的轨道,请在路径后附加其名" +"称,用[code]\":\"[/code]隔开。例如,[code]\"character/skeleton:ankle\"[/code]" +"或[code]\"character/mesh:transform/local\"[/code]。\n" +"如果轨道的类型是[constant Animation.TYPE_TRANSFORM],那么将取消视觉上的变换," +"其动画将看起来留在原地。参阅[method get_root_motion_transform]和" +"[RootMotionView]。" #: doc/classes/AnimationTree.xml:51 msgid "The root animation node of this [AnimationTree]. See [AnimationNode]." @@ -7049,50 +7072,52 @@ msgid "" "depending on the graph.\n" "See [AnimationTree] for a more full-featured replacement of this node." msgstr "" +"[i]已弃用。[/i] 节点图示工具,用于混合绑定在[AnimationPlayer]上的多个动画。对" +"于给角色或其他基于骨架的配件制作动画特别有用。它可以结合几个动画来形成一个所" +"需的姿势。\n" +"它从[AnimationPlayer]节点获取[Animation],并根据图示将它们混合起来。\n" +"参阅[AnimationTree]以获得该节点的更全面的功能替代。" #: doc/classes/AnimationTreePlayer.xml:20 -#, fuzzy msgid "Adds a [code]type[/code] node to the graph with name [code]id[/code]." -msgstr "为索引 [code]tab_idx[/code] 处的选项卡设置 [code]title[/code]。" +msgstr "添加[code]type[/code]节点到图示中,名称为[code]id[/code]。" #: doc/classes/AnimationTreePlayer.xml:27 -#, fuzzy msgid "" "Shifts position in the animation timeline. [code]delta[/code] is the time in " "seconds to shift. Events between the current frame and [code]delta[/code] " "are handled." msgstr "" -"移动动画时间轴上的位置并立即更新动画。[code]delta[/code]是要移动的时间,单位" -"是秒。处理当前帧和 [code]delta[/code] 之间的事件。" +"移动动画时间轴上的位置。[code]delta[/code]是移动的时间,单位是秒。当前帧和" +"[code]delta[/code]之间的事件被处理。" #: doc/classes/AnimationTreePlayer.xml:34 -#, fuzzy msgid "" "Returns the [AnimationPlayer]'s [Animation] bound to the " "[AnimationTreePlayer]'s animation node with name [code]id[/code]." msgstr "" -"如果[AnimationPlayer]存储了带有[code]name[/code]with key[Animation],返回" -"[code]true[/code]。" +"返回与[AnimationTreePlayer]的动画节点绑定的[Animation],名称为[code]id[/" +"code]。" #: doc/classes/AnimationTreePlayer.xml:41 -#, fuzzy msgid "" "Returns the name of the [member master_player]'s [Animation] bound to this " "animation node." -msgstr "返回此索引处的混合形状的名称。" +msgstr "返回与此动画节点绑定的[member master_player]的[Animation]名称。" #: doc/classes/AnimationTreePlayer.xml:48 -#, fuzzy msgid "" "Returns the absolute playback timestamp of the animation node with name " "[code]id[/code]." -msgstr "返回[code]idx[/code]处的节点名称。" +msgstr "返回名称为[code]id[/code]的动画节点的绝对播放时间戳。" #: doc/classes/AnimationTreePlayer.xml:56 msgid "" "Binds a new [Animation] from the [member master_player] to the " "[AnimationTreePlayer]'s animation node with name [code]id[/code]." msgstr "" +"将名称为[code]id[/code]的新[Animation]从[member master_player]绑定到" +"[AnimationTreePlayer]的动画节点。" #: doc/classes/AnimationTreePlayer.xml:65 msgid "" @@ -7100,25 +7125,26 @@ msgid "" "[code]id[/code] turns off the track modifying the property at [code]path[/" "code]. The modified node's children continue to animate." msgstr "" +"如果[code]enable[/code]为[code]true[/code],则ID为[code]id[/code]的动画节点将" +"关闭修改[code]path[/code]属性的轨道。修改后的节点的子代继续进行动画处理。" #: doc/classes/AnimationTreePlayer.xml:73 msgid "" "Binds the [Animation] named [code]source[/code] from [member master_player] " "to the animation node [code]id[/code]. Recalculates caches." msgstr "" +"将[member master_player]中名为[code]source[/code]的[Animation]绑定到动画节点" +"[code]id[/code]。重新计算缓存。" #: doc/classes/AnimationTreePlayer.xml:82 -#, fuzzy msgid "" "Returns whether node [code]id[/code] and [code]dst_id[/code] are connected " "at the specified slot." -msgstr "" -"返回索引[code]idx[/code]处项目的id。[code]id[/code]可以手动分配,而索引不能。" +msgstr "返回节点[code]id[/code]和[code]dst_id[/code]是否在指定的插槽上连接。" #: doc/classes/AnimationTreePlayer.xml:89 -#, fuzzy msgid "Returns the blend amount of a Blend2 node given its name." -msgstr "返回指定轨道中的键数。" +msgstr "返回给定名称的Blend2节点的混合量。" #: doc/classes/AnimationTreePlayer.xml:97 msgid "" @@ -7128,6 +7154,10 @@ msgid "" "At 0, output is input A. Towards 1, the influence of A gets lessened, the " "influence of B gets raised. At 1, output is input B." msgstr "" +"设置Blend2节点的混合量,给定其名称和值。\n" +"一个Blend2节点混合两个动画(A和B),混合量在0到1之间。\n" +"在0的时候,输出是输入A。接近1的时候,A的影响变小,B的影响变大。在1时,输出是" +"输入B。" #: doc/classes/AnimationTreePlayer.xml:108 msgid "" @@ -7135,11 +7165,12 @@ msgid "" "[code]id[/code] turns off the track modifying the property at [code]path[/" "code]. The modified node's children continue to animate." msgstr "" +"如果[code]enable[/code]是[code]true[/code],名称为[code]id[/code]的Blend2节点" +"会关闭修改[code]path[/code]处属性的轨道。被修改的节点的子节点继续处理动画。" #: doc/classes/AnimationTreePlayer.xml:115 -#, fuzzy msgid "Returns the blend amount of a Blend3 node given its name." -msgstr "返回指定轨道中的键数。" +msgstr "返回给定名称的Blend3节点的混合量。" #: doc/classes/AnimationTreePlayer.xml:123 msgid "" @@ -7158,9 +7189,8 @@ msgstr "" "为1时,输出为动画B+。" #: doc/classes/AnimationTreePlayer.xml:132 -#, fuzzy msgid "Returns the blend amount of a Blend4 node given its name." -msgstr "返回指定轨道中的键数。" +msgstr "返回给定名称的Blend4节点的混合量。" #: doc/classes/AnimationTreePlayer.xml:140 msgid "" @@ -7168,35 +7198,36 @@ msgid "" "A Blend4 Node blends two pairs of animations.\n" "The two pairs are blended like Blend2 and then added together." msgstr "" +"设置Blend4节点的混合量,给定其名称和值。\n" +"Blend4节点可以混合两对动画。\n" +"这两对动画像Blend2一样被混合,然后相加在一起。" #: doc/classes/AnimationTreePlayer.xml:151 -#, fuzzy msgid "" "Connects node [code]id[/code] to [code]dst_id[/code] at the specified input " "slot." -msgstr "断开连接到指定输入端的节点。" +msgstr "将节点[code]id[/code]连接到指定输入插槽的[code]dst_id[/code]。" #: doc/classes/AnimationTreePlayer.xml:159 -#, fuzzy msgid "" "Disconnects nodes connected to [code]id[/code] at the specified input slot." -msgstr "断开连接到指定输入端的节点。" +msgstr "断开在指定输入插槽连接到[code]id[/code]的节点。" #: doc/classes/AnimationTreePlayer.xml:165 -#, fuzzy msgid "Returns a [PoolStringArray] containing the name of all nodes." -msgstr "返回一个 [Array],包含当前所有连接手柄的设备 ID。" +msgstr "返回包含所有节点名称的[PoolStringArray]。" #: doc/classes/AnimationTreePlayer.xml:172 -#, fuzzy msgid "Returns the mix amount of a Mix node given its name." -msgstr "返回指定轨道中的键数。" +msgstr "返回给定名称的Mix节点的混合量。" #: doc/classes/AnimationTreePlayer.xml:180 msgid "" "Sets the mix amount of a Mix node given its name and value.\n" "A Mix node adds input b to input a by the amount given by ratio." msgstr "" +"设置混合节点的混合量,给定它的名称和值。\n" +"混合节点将输入b添加到输入a中,其量由比率给出。" #: doc/classes/AnimationTreePlayer.xml:188 msgid "Check if a node exists (by name)." @@ -7206,90 +7237,78 @@ msgstr "按名称检查节点是否存在。" msgid "" "Returns the input count for a given node. Different types of nodes have " "different amount of inputs." -msgstr "" +msgstr "返回给定节点的输入计数。不同类型的节点有不同的输入数量。" #: doc/classes/AnimationTreePlayer.xml:203 -#, fuzzy msgid "Returns the input source for a given node input." -msgstr "返回给定步骤的输入断点。" +msgstr "返回给定节点输入的输入源。" #: doc/classes/AnimationTreePlayer.xml:210 -#, fuzzy msgid "Returns position of a node in the graph given its name." -msgstr "返回指定名称的动画节点。" +msgstr "返回给定其名称节点在图示中的位置。" #: doc/classes/AnimationTreePlayer.xml:217 -#, fuzzy msgid "Gets the node type, will return from [enum NodeType] enum." -msgstr "获取当前节点的类型。与[enum NodeType]常量比较。" +msgstr "获取节点类型,将从[enum NodeType]枚举中返回。" #: doc/classes/AnimationTreePlayer.xml:225 -#, fuzzy msgid "Renames a node in the graph." -msgstr "从图中删除指定的节点。" +msgstr "重命名图示中的一个节点。" #: doc/classes/AnimationTreePlayer.xml:233 -#, fuzzy msgid "Sets the position of a node in the graph given its name and position." -msgstr "将给定的节点设置为图形的端点。" +msgstr "设置节点在图示中的位置,给定其名称和位置。" #: doc/classes/AnimationTreePlayer.xml:240 -#, fuzzy msgid "Returns the autostart delay of a OneShot node given its name." -msgstr "返回给定轨道中给定键的值。" +msgstr "返回给定名称的OneShot节点的自动启动延迟。" #: doc/classes/AnimationTreePlayer.xml:247 -#, fuzzy msgid "Returns the autostart random delay of a OneShot node given its name." -msgstr "返回指定名称的动画节点。" +msgstr "返回给定名称的OneShot节点的自动启动随机延迟。" #: doc/classes/AnimationTreePlayer.xml:254 -#, fuzzy msgid "Returns the fade in time of a OneShot node given its name." -msgstr "返回指定名称的动画节点。" +msgstr "返回给定名称的OneShot节点的淡入时间。" #: doc/classes/AnimationTreePlayer.xml:261 -#, fuzzy msgid "Returns the fade out time of a OneShot node given its name." -msgstr "返回与给定名称相匹配的第一个图块。" +msgstr "返回给定其名称的OneShot节点的淡出时间。" #: doc/classes/AnimationTreePlayer.xml:268 -#, fuzzy msgid "Returns whether a OneShot node will auto restart given its name." -msgstr "返回指定名称的动画节点。" +msgstr "返回OneShot节点是否会根据其名称自动重新启动。" #: doc/classes/AnimationTreePlayer.xml:275 -#, fuzzy msgid "Returns whether a OneShot node is active given its name." -msgstr "返回指定名称的动画节点。" +msgstr "返回指定名称的OneShot节点是否处于活动状态。" #: doc/classes/AnimationTreePlayer.xml:283 msgid "" "Sets the autorestart property of a OneShot node given its name and value." -msgstr "" +msgstr "设置OneShot节点的自动启动属性,给定其名称和值。" #: doc/classes/AnimationTreePlayer.xml:291 msgid "" "Sets the autorestart delay of a OneShot node given its name and value in " "seconds." -msgstr "" +msgstr "设置OneShot节点的自动启动延迟,给定其名称和值,单位秒。" #: doc/classes/AnimationTreePlayer.xml:299 msgid "" "Sets the autorestart random delay of a OneShot node given its name and value " "in seconds." -msgstr "" +msgstr "设置OneShot节点的自动重启随机延迟,给定其名称和数值,单位秒。" #: doc/classes/AnimationTreePlayer.xml:307 -#, fuzzy msgid "" "Sets the fade in time of a OneShot node given its name and value in seconds." -msgstr "设置插值为指定的[code]time[/code],单位秒。" +msgstr "设置OneShot节点的淡入时间,给定其名称和数值,单位秒。" #: doc/classes/AnimationTreePlayer.xml:315 msgid "" "Sets the fade out time of a OneShot node given its name and value in seconds." -msgstr "" +msgstr "设置OneShot节点的淡出时间,给定其名称和数值,单位秒。" #: doc/classes/AnimationTreePlayer.xml:324 msgid "" @@ -7297,16 +7316,16 @@ msgid "" "[code]id[/code] turns off the track modifying the property at [code]path[/" "code]. The modified node's children continue to animate." msgstr "" +"如果[code]enable[/code]是[code]true[/code],ID为[code]id[/code]的OneShot节点" +"会关闭修改[code]path[/code]处属性的轨道。被修改的节点的子节点继续进行动画。" #: doc/classes/AnimationTreePlayer.xml:331 -#, fuzzy msgid "Starts a OneShot node given its name." -msgstr "开始播放指定的动画。" +msgstr "启动指定名称的OneShot节点。" #: doc/classes/AnimationTreePlayer.xml:338 -#, fuzzy msgid "Stops the OneShot node with name [code]id[/code]." -msgstr "返回[code]idx[/code]处的节点名称。" +msgstr "停止名称为[code]id[/code]的OneShot节点。" #: doc/classes/AnimationTreePlayer.xml:344 msgid "" @@ -7314,21 +7333,21 @@ msgid "" "animation nodes. Needed when external sources modify the animation nodes' " "state." msgstr "" +"手动重新计算由动画节点生成的轨道信息缓存。当外部资源修改动画节点的状态时需要" +"用到。" #: doc/classes/AnimationTreePlayer.xml:351 -#, fuzzy msgid "Removes the animation node with name [code]id[/code]." -msgstr "移除按键[code]name[/code]的动画。" +msgstr "移除名称为[code]id[/code]的动画节点。" #: doc/classes/AnimationTreePlayer.xml:357 msgid "Resets this [AnimationTreePlayer]." msgstr "重置此 [AnimationTreePlayer]。" #: doc/classes/AnimationTreePlayer.xml:364 -#, fuzzy msgid "" "Returns the time scale value of the TimeScale node with name [code]id[/code]." -msgstr "返回具有给定 [code] name [/code] 的材质属性的默认值。" +msgstr "返回名称为[code]id[/code]的TimeScale节点的时间缩放值。" #: doc/classes/AnimationTreePlayer.xml:372 msgid "" @@ -7339,6 +7358,9 @@ msgid "" "If applied after a blend or mix, affects all input animations to that blend " "or mix." msgstr "" +"设置名称为[code]id[/code]的TimeScale节点的时间缩放为[code]scale[/code]。\n" +"时间缩放节点用来加快[Animation]的速度,如果缩放高于1,就会减慢它们。\n" +"如果在混合后应用,会影响到该混合的所有输入动画。" #: doc/classes/AnimationTreePlayer.xml:382 msgid "" @@ -7347,33 +7369,34 @@ msgid "" "This functions as a seek in the [Animation] or the blend or mix of " "[Animation]s input in it." msgstr "" +"设置名称为[code]id[/code]的TimeSeek节点的时间查寻值为[code]seconds[/code]。\n" +"这在[Animation]或输入的[Animation]的混合中起到查寻的作用。" #: doc/classes/AnimationTreePlayer.xml:391 -#, fuzzy msgid "" "Deletes the input at [code]input_idx[/code] for the transition node with " "name [code]id[/code]." -msgstr "返回[code]prop_idx[/code]处的属性名称,用于[code]idx[/code]处的节点。" +msgstr "删除名称为[code]id[/code]的过渡节点的[code]input_idx[/code]的输入。" #: doc/classes/AnimationTreePlayer.xml:398 -#, fuzzy msgid "" "Returns the index of the currently evaluated input for the transition node " "with name [code]id[/code]." -msgstr "返回带有给定[code]id[/code]的项的索引。" +msgstr "返回名称为[code]id[/code]的过渡节点的当前评估输入的索引。" #: doc/classes/AnimationTreePlayer.xml:405 msgid "" "Returns the number of inputs for the transition node with name [code]id[/" "code]. You can add inputs by right-clicking on the transition node." msgstr "" +"返回名称为[code]id[/code]的过渡节点的输入数。你可以通过右键点击过渡节点来增加" +"输入。" #: doc/classes/AnimationTreePlayer.xml:412 -#, fuzzy msgid "" "Returns the cross fade time for the transition node with name [code]id[/" "code]." -msgstr "返回[code]idx[/code]处的节点名称。" +msgstr "返回名称为[code]id[/code]的过渡节点的交叉淡化时间。" #: doc/classes/AnimationTreePlayer.xml:420 msgid "" @@ -7381,41 +7404,41 @@ msgid "" "transition node with name [code]id[/code] is set to automatically advance to " "the next input upon completion." msgstr "" +"如果过渡节点上名称为[code]id[/code]的[code]input_idx[/code]的输入被设置为在完" +"成后自动前进到下一个输入,则返回[code]true[/code]。" #: doc/classes/AnimationTreePlayer.xml:428 -#, fuzzy msgid "" "The transition node with name [code]id[/code] sets its current input at " "[code]input_idx[/code]." msgstr "" -"将轨道 [code]idx[/code] 的索引位置改为 [code]to_idx[/code] 中定义的位置。" +"名称为 [code]id[/code] 的过渡节点将其当前输入设置为 [code]input_idx[/code]。" #: doc/classes/AnimationTreePlayer.xml:437 msgid "" "The transition node with name [code]id[/code] advances to its next input " "automatically when the input at [code]input_idx[/code] completes." msgstr "" +"当[code]input_idx[/code]处的输入完成后,名称为[code]id[/code]的过渡节点自动进" +"行到下一个输入。" #: doc/classes/AnimationTreePlayer.xml:445 -#, fuzzy msgid "" "Resizes the number of inputs available for the transition node with name " "[code]id[/code]." -msgstr "返回与给定[code] id [/code]关联的点的权重比例。" +msgstr "调整名称为[code]id[/code]的过渡节点的可用输入数。" #: doc/classes/AnimationTreePlayer.xml:453 -#, fuzzy msgid "" "The transition node with name [code]id[/code] sets its cross fade time to " "[code]time_sec[/code]." msgstr "" -"将轨道 [code]idx[/code] 的索引位置改为 [code]to_idx[/code] 中定义的位置。" +"名称为[code]id[/code]的过渡节点将其交叉淡化时间设置为[code]time_sec[/code]。" #: doc/classes/AnimationTreePlayer.xml:459 -#, fuzzy msgid "" "If [code]true[/code], the [AnimationTreePlayer] is able to play animations." -msgstr "如果 [code]true[/code] 时,[AnimationTree] 将执行逻辑处理。" +msgstr "如果[code]true[/code],[AnimationTreePlayer]就能够播放动画。" #: doc/classes/AnimationTreePlayer.xml:462 msgid "" @@ -7423,6 +7446,8 @@ msgid "" "It accesses the bones, so it should point to the same node the " "[AnimationPlayer] would point its Root Node at." msgstr "" +"相对访问其他节点的节点。\n" +"它访问骨骼,应该指向[AnimationPlayer]将指向其根节点的同一个节点。" #: doc/classes/AnimationTreePlayer.xml:466 msgid "" @@ -7430,6 +7455,9 @@ msgid "" "binds animations to animation nodes.\n" "Once set, [Animation] nodes can be added to the [AnimationTreePlayer]." msgstr "" +"通过 [AnimationPlayer] 的路径,此 [AnimationTreePlayer] 将动画绑定到动画节" +"点。\n" +"设置后,[Animation]节点可以添加到[AnimationPlayer]。" #: doc/classes/AnimationTreePlayer.xml:470 msgid "The thread in which to update animations." @@ -7494,39 +7522,45 @@ msgid "https://godotengine.org/asset-library/asset/127" msgstr "https://godotengine.org/asset-library/asset/127" #: doc/classes/Area.xml:17 +#, fuzzy msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." -msgstr "" -"返回一个相交的区域[Area]的列表。由于性能原因(碰撞都是同时处理的),这个列表" -"在物理步骤中被修改一次,而不是在物体被移动后立即修改。可以考虑使用信号来代" -"替。" - -#: doc/classes/Area.xml:23 -msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "返回一个相交的[PhysicsBody]的列表。由于性能的原因(碰撞都是在同一时间处理" "的),这个列表在物理步骤中被修改一次,而不是在物体被移动后立即修改。可以考虑" "使用信号来代替。" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:24 +#, fuzzy +msgid "" +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." +msgstr "" +"返回一个相交的[PhysicsBody]的列表。由于性能的原因(碰撞都是在同一时间处理" +"的),这个列表在物理步骤中被修改一次,而不是在物体被移动后立即修改。可以考虑" +"使用信号来代替。" + +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " "For performance, list of overlaps is updated once per frame and before the " "physics step. Consider using signals instead." msgstr "" -"如果 [code]true[/code],则给定区域与该区域重叠。\n" -" [b]注意:[/b]在移动物体后,这个测试的结果不是即时的。为了性能,重叠列表在每" -"一帧和物理步骤之前更新一次。可以考虑用信号代替。" +"如果 [code]true[/code],则给定区域与该区域重叠.\n" +"[b]注意:[/b]在移动物体后,这个测试的结果不是即时的。为了性能,重叠列表在每一" +"帧和物理步骤之前更新一次。可以考虑用信号代替。" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7536,48 +7570,48 @@ msgid "" "instance (while GridMaps are not physics body themselves, they register " "their tiles with collision shapes as a virtual physics body)." msgstr "" -"如果为[code]true[/code],则给定的物理体与该区域重叠。\n" +"如果为[code]true[/code],则给定的物理体与该区域重叠.\n" "[b]注意:[/b]在移动物体后,这个测试的结果不是即时的。为了提高性能,重叠列表在" "每一帧和物理步骤之前更新一次。可以考虑使用信号来代替。\n" "[code]body[/code]参数可以是一个[PhysicsBody]或一个[GridMap]实例(虽然GridMaps" "本身不是物理体,但它们用碰撞形状注册它们的瓦片(tiles)作为一个虚拟物理体)。" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" "See [member ProjectSettings.physics/3d/default_angular_damp] for more " "details about damping." msgstr "" -"物体在此区域停止旋转的速度。代表每秒损失的角速度。\n" +"物体在此区域停止旋转的速度。代表每秒损失的角速度.\n" "关于阻尼的更多细节,见[member ProjectSettings.physics/3d/" "default_angular_damp]。" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." -msgstr "该区域音频总线的名称。" +msgstr "该区域音频总线的名称." -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "如果[code]true[/code],该区域的音频总线覆盖默认的音频总线。" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -"该区域内的重力强度(单位:米/秒平方)。这个值是重力向量的倍数。这对只改变引力" -"大小而不改变其方向很有用。" +"该区域内的重力强度(单位:m/s^2)。这个值是重力向量的倍数。这个量在改变引力大" +"小而不改变其方向很有用。" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." -msgstr "点状重力的衰减系数。该值越大,重力值随距离下降的速度就越快。" +msgstr "点重力的衰减系数。该值越大,重力值随距离下降的速度就越快。" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." @@ -7585,40 +7619,40 @@ msgstr "" "如果 [code]true[/code],则从一个点计算重力(通过 [member gravity_vec] 设" "置)。参阅 [member space_override]。" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -"区域的重力向量(未归一化)。如果重力是一个点(请参阅[membergravity_point])," -"则这将是吸引力点。" +"区域的未归一化的重力向量。如果重力作用在一个点上,则它将是引力点。参阅" +"[membergravity_point]。" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" "See [member ProjectSettings.physics/3d/default_linear_damp] for more details " "about damping." msgstr "" -"物体在此区域停止运动的速度。代表每秒损失的线速度。\n" +"物体在此区域减速的速率。代表每秒损失的线速度。\n" "关于阻尼的更多细节,见[member ProjectSettings.physics/3d/" "default_linear_damp]。" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "如果[code]true[/code],其他监测区域可以检测到这个区域。" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "如果[code]true[/code],则该区域检测进入和退出该区域的机构或区域。" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "该地区的优先级。优先级较高的地区优先处理。" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." @@ -7626,15 +7660,15 @@ msgstr "" "该区域对其相关音频应用混响的程度。范围从[code]0[/code]到[code]1[/code],精度" "为[code]0.1[/code]。" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." -msgstr "如果[code]true[/code],则该区域将混响应用于其相关音频。" +msgstr "如果为[code]true[/code],则该区域将混响应用于其相关音频。" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." -msgstr "这个区域的相关音频要使用的混响总线名称。" +msgstr "这个区域的相关音频要使用的混响总线名称." -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." @@ -7642,23 +7676,23 @@ msgstr "" "这个区域的混响效果均匀的程度。范围从[code]0[/code]到[code]1[/code],精度为" "[code]0.1[/code]。" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "该区域内重力和阻尼计算的覆盖模式。可能的值见[enum SpaceOverride]。" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -"当另一个区域进入这个区域时发出的。需要将监控[member monitoring]设置为" +"当另一个Area进入这个Area时触发。需要将监控[member monitoring]设置为" "[code]true[/code]。\n" -"[code]area[/code]参数是进入的其他区域。" +"[code]area[/code]参数是另外一个Area。" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" @@ -7666,10 +7700,9 @@ msgid "" msgstr "" "当另一个区域退出这个区域时发出的。要求监控[member monitoring]被设置为" "[code]true[/code]。\n" -"[code]area[/code]参数是进入的其他区域。" +"[code]area[/code]参数是另外一个Area。" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 -#, fuzzy +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7683,17 +7716,19 @@ msgid "" "the [PhysicsServer]. Get the [CollisionShape] node with [code]self." "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -"当另一个区域的一个形状[Shape]进入这个区域的一个形状[Shape]时发出的。要求监控" -"[member monitoring]被设置为[code]true[/code]。\n" -"[code] area_id[/code] 参数是[PhysicsServer]使用的其他区域的[CollisionObject]" -"的[RID]。\n" -"[code]area[/code] 参数是其他区域。\n" -"[code]area_shape[/code] 参数是被[PhysicsServer]使用的其他区域的[Shape]的索" -"引。\n" -"[code]local_shape[/code]参数是被[PhysicsServer]使用的这个区域的[Shape]的索" -"引。" +"当另一个区域的一个[Shape]进入这个区域的一个[Shape]时发出的。要求[member " +"monitoring] 被设置为[code]true[/code]。\n" +"[code]area_rid[/code] [PhysicsServer]使用的其他区域的[CollisionObject]的" +"[RID]。\n" +"[code]area[/code] 其他区域。\n" +"[code]area_shape_index[/code] [PhysicsServer]使用的其他区域的[Shape]的索引。" +"用[code]area.shape_owner_get_owner(area_shape_index)[/code]获得" +"[CollisionShape]节点。\n" +"[code]local_shape_index[/code]是[PhysicsServer]使用的该区域的[Shape]的索引。" +"用[code]self.shape_owner_get_owner(local_shape_index)[/code]获得" +"[CollisionShape]节点。" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7704,10 +7739,10 @@ msgstr "" "当[PhysicsBody]或[GridMap]进入这个区域时发出的。需要将监控[member monitoring]" "设置为[code]true[/code]。如果[MeshLibrary]有碰撞形状[Shape],就会检测到" "[GridMap]。\n" -"[code]body[/code]是另一个[PhysicsBody]或[GridMap]的节点[Node],如果它存在于场" -"景树中。" +"[code]body[/code], 如果它存在于场景树中, 是另一个[PhysicsBody]或[GridMap]节点" +"[Node]。" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -7715,14 +7750,13 @@ msgid "" "[code]body[/code] the [Node], if it exists in the tree, of the other " "[PhysicsBody] or [GridMap]." msgstr "" -"当[PhysicsBody]或[GridMap]离开这个区域时发出的。需要将监控[member monitoring]" +"当[PhysicsBody]或[GridMap]离开这个Area时发出的。需要将监控[member monitoring]" "设置为[code]true[/code]。如果[MeshLibrary]有碰撞形状[Shape],就会检测到" "[GridMap]。\n" -"[code]body[/code]是其他[PhysicsBody]或[GridMap]的[Node],如果它存在于场景树" -"中。" +"[code]body[/code], 如果它存在于场景树中, 是其他[PhysicsBody]或[GridMap]的" +"[Node]。" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 -#, fuzzy +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -7738,29 +7772,31 @@ msgid "" "the [PhysicsServer]. Get the [CollisionShape] node with [code]self." "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -"当[PhysicsBody]或[GridMap]的一个形状[Shape]进入这个区域的一个形状[Shape]时发" -"出的。需要将监控[member monitoring]设置为[code]true[/code]。如果[MeshLibrary]" -"有碰撞形状[Shape],就会检测到[GridMap]。\n" -"[code]body_id[/code]参数是[PhysicsServer]使用的[PhysicsBody]或[MeshLibrary]的" -"[CollisionObject]的RID。\n" -"[code]body[/code] 参数是[PhysicsBody]或[GridMap]的[Node],如果它存在于树" -"中。\n" -"[code]body_shape[/code] 参数是由[PhysicsServer]使用的[PhysicsBody]或[GridMap]" -"的[Shape]的索引。\n" -"[code]local_shape[/code] 参数是[PhysicsServer]使用的这个区域的[Shape]的索引。" +"当[PhysicsBody]或[GridMap]的一个[Shape]进入这个区域的一个[Shape]时触发。需要" +"将[member monitoring]设置为[code]true[/code]。如果[MeshLibrary]有碰撞" +"[Shape],就会检测到[GridMap]。\n" +"[code]body_rid[/code] [PhysicsServer]使用的[PhysicsBody]或[MeshLibrary]的" +"[CollisionObject]的[RID]。\n" +"[code]body[/code] [PhysicsBody]或[GridMap]的[Node],如果它存在于树中的话。\n" +"[code]body_shape_index[/code] [PhysicsServer]使用的[PhysicsBody]或[GridMap]的" +"[Shape]的索引。用[code]body.shape_owner_get_owner(body_shape_index)[/code]获" +"取[CollisionShape]节点。\n" +"[code]local_shape_index[/code]这个区域的[Shape]的索引,由[PhysicsServer]使" +"用。用[code]self.shape_owner_get_owner(local_shape_index)[/code]获得" +"[CollisionShape]节点。" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "这个区域不影响重力/阻尼。" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" "该区域将其重力/阻尼值加到迄今为止计算出的任何值上(按[member 优先级]排序)。" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." @@ -7768,13 +7804,13 @@ msgstr "" "该区域将其重力/阻尼值添加到到目前为止已计算的任何内容(按[member 优先级]顺" "序),而忽略任何较低优先级的区域。" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "该区域将替换所有重力/阻尼,甚至是默认值,而忽略任何较低优先级的区域。" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -7813,26 +7849,32 @@ msgid "https://godotengine.org/asset-library/asset/120" msgstr "https://godotengine.org/asset-library/asset/120" #: doc/classes/Area2D.xml:19 +#, fuzzy msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "返回相交的 [Area2D] 的列表。由于性能原因(碰撞都是同时处理的),该列表不会在" "对象移动后立即更新,只会在物理更新时进行统一修改。可以考虑改用信号。" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 +#, fuzzy msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" "返回相交的 [PhysicsBody2D] 的列表。由于性能原因(碰撞都是同时处理的),该列表" "不会在对象移动后立即更新,只会在物理更新时进行统一修改。可以考虑改用信号。" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7843,7 +7885,7 @@ msgstr "" "[b]注意:[/b]在移动物体后,这个测试的结果不是即时的。为了性能,重叠列表在每一" "帧和物理步骤之前更新一次。可以考虑用信号代替。" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -7859,7 +7901,7 @@ msgstr "" "[code]body[/code]参数可以是一个[PhysicsBody2D]或一个[TileMap]实例(虽然" "TileMaps本身不是物理体,但它们用碰撞形状注册它们的瓦片作为一个虚拟物理体)。" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -7870,7 +7912,7 @@ msgstr "" "关于阻尼的更多细节,见[member ProjectSettings.physics/2D/" "default_angular_damp]。" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " @@ -7879,7 +7921,7 @@ msgstr "" "该区域的重力强度(以像素/秒的平方为单位)。这个值是重力向量的倍数。这对改变引" "力大小而不改变其方向很有用。" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -7890,7 +7932,7 @@ msgstr "" "关于阻尼的更多细节,见[member ProjectSettings.physics/2D/" "default_linear_damp]。" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" @@ -7900,7 +7942,7 @@ msgstr "" "[code]true[/code]。\n" "[code]area[/code]参数是其他Area2D。" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" @@ -7910,8 +7952,7 @@ msgstr "" "[code]true[/code]。\n" "[code]area[/code]参数是其他Area2D。" -#: doc/classes/Area2D.xml:107 -#, fuzzy +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7925,18 +7966,19 @@ msgid "" "used by the [Physics2DServer]. Get the [CollisionShape2D] node with " "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -"当另一个Area2D的[Shape2D]s进入这个Area2D的[Shape2D]s时发出的。要求监控" -"[member monitoring]被设置为[code]true[/code]。\n" -"[code]area_id[/code] 参数是由[Physics2DServer]使用的其他Area2D的" +"当另一个Area2D的[Shape2D]进入此Area2D的[Shape2D]时触发。需要将 [member " +"monitoring] 设置为[code]true[/code]。\n" +"[code]area_rid[/code] 由[Physics2DServer]使用的其他Area2D的" "[CollisionObject2D]的[RID]。\n" -"[code]area[/code] 参数是其他Area2D。\n" -"[code]area_shape[/code] 参数是[Physics2DServer]使用的其他Area2D的[Shape2D]的" -"索引。\n" -"[code]local_shape[/code]参数是 由[Physics2DServer]使用的这个Area2D的[Shape2D]" -"的索引。" +"[code]area[/code] 其他Area2D。\n" +"[code]area_shape_index[/code][Physics2DServer]使用的其他Area2D的[Shape2D]的索" +"引。用[code]area.shape_owner_get_owner(area_shape_index)[/code]获得" +"[CollisionShape2D]节点。\n" +"[code]local_shape_index[/code]此Area2D的[Shape2D]的索引,由[Physics2DServer]" +"使用。用[code]self.shape_owner_get_owner(local_shape_index)[/code]获取" +"[CollisionShape2D]节点。" -#: doc/classes/Area2D.xml:120 -#, fuzzy +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -7950,17 +7992,19 @@ msgid "" "used by the [Physics2DServer]. Get the [CollisionShape2D] node with " "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -"当另一个Area2D的[Shape2D]s离开这个Area2D的[Shape2D]s之一时发出。要求监控" -"[member monitoring]被设置为[code]true[/code]。\n" -"[code]area_id[/code] 参数是由[Physics2DServer]使用的其他Area2D的" +"当另一个Area2D的[Shape2D]退出这个Area2D的[Shape2D]之一时触发。要求[member " +"monitoring] 被设置为[code]true[/code]。\n" +"[code]area_rid[/code] 由[Physics2DServer]使用的其他Area2D的" "[CollisionObject2D]的[RID]。\n" -"[code]area[/code] 参数是其他Area2D。\n" -"[code]area_shape[/code] 参数是[Physics2DServer]使用的其他Area2D的[Shape2D]的" -"索引。\n" -"[code]local_shape[/code] 参数是由[Physics2DServer]使用的这个Area2D的[Shape2D]" -"的索引。" +"[code]area[/code] 其他Area2D。\n" +"[code]area_shape_index[/code][Physics2DServer]使用的其他Area2D的[Shape2D]的索" +"引。用[code]area.shape_owner_get_owner(area_shape_index)[/code]获取" +"[CollisionShape2D]节点。\n" +"[code]local_shape_index[/code]这个Area2D的[Shape2D]的索引,由" +"[Physics2DServer]使用。用[code]self.shape_owner_get_owner(local_shape_index)" +"[/code]获得[CollisionShape2D]节点。" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7974,7 +8018,7 @@ msgstr "" "[code]body[/code]参数是其他[PhysicsBody2D]或[TileMap]的[Node],如果它存在于树" "中。" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -7988,8 +8032,7 @@ msgstr "" "[code]body[/code] 参数是其他 [PhysicsBody2D] 或 [TileMap] 的 [Node],如果它存" "在于树中。" -#: doc/classes/Area2D.xml:147 -#, fuzzy +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -8007,20 +8050,21 @@ msgid "" "used by the [Physics2DServer]. Get the [CollisionShape2D] node with " "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -"当[PhysicsBody2D]或[TileMap]的[Shape2D]之一进入此Area2D的[Shape2D]之一时发" -"出。需要将监控[member monitoring]设置为[code]true[/code]。如果[TileSet]有碰撞" -"形状[Shape2D]s,就会检测到[TileMap]s。\n" -"[code]body_id[/code]参数是 [Physics2DServer]使用的[PhysicsBody2D]或[TileSet]" -"的[CollisionObject2D]的RID。\n" -"[code]body[/code]参数是 [PhysicsBody2D]或[TileMap]的[节点],如果它在树上存在" -"的话。\n" -"[code]body_shape[/code] 参数是[Physics2DServer]使用的[PhysicsBody2D]或" -"[TileMap]的[Shape2D]的索引。\n" -"[code]local_shape[/code] 参数是[Physics2DServer]使用的这个Area2D的[Shape2D]的" -"索引。" +"当[PhysicsBody2D]或[TileMap]的[Shape2D]之一进入此Area2D的[Shape2D]之一时触" +"发。需要将[member monitoring]设置为[code]true[/code]。如果[TileSet]有" +"Collision[Shape2D],就会检测到[TileMap]。\n" +"[code]body_rid[/code] [Physics2DServer]使用的[PhysicsBody2D]或[TileSet]的" +"[CollisionObject2D]的[RID]。\n" +"[code]body[/code] [PhysicsBody2D]或[TileMap]的[Node],如果它在树上存在的" +"话。\n" +"[code]body_shape_index[/code] [Physics2DServer]使用的[PhysicsBody2D]或" +"[TileMap]的[Shape2D]的索引。用[code]body." +"shape_owner_get_owner(body_shape_index)[/code]获得[CollisionShape2D]节点。\n" +"[code]local_shape_index[/code]此Area2D的[Shape2D]的索引,由[Physics2DServer]" +"使用。用[code]self.shape_owner_get_owner(local_shape_index)[/code]获得" +"[CollisionShape2D]节点。" -#: doc/classes/Area2D.xml:160 -#, fuzzy +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -8038,17 +8082,19 @@ msgid "" "used by the [Physics2DServer]. Get the [CollisionShape2D] node with " "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -"当[PhysicsBody2D]或[TileMap]的一个[Shape2D]离开这个Area2D的一个[Shape2D]时发" -"出的。需要将监控[member monitoring]设置为[code]true[/code]。如果[TileSet]有碰" -"撞形状[Shape2D]s,就会检测到[TileMap]s。\n" -"[code]body_id[/code] 参数是[Physics2DServer]使用的[PhysicsBody2D]或[TileSet]" -"的[CollisionObject2D]的RID。\n" -"[code]body[/code]参数是[PhysicsBody2D]或[TileMap]的[Node],如果它存在于树中的" +"当[PhysicsBody2D]或[TileMap]的一个[Shape2D]退出这个Area2D的一个[Shape2D]时发" +"出的。需要将[member monitoring]设置为[code]true[/code]。如果[TileSet]有碰撞" +"[Shape2D],就会检测到[TileMap]。\n" +"[code]body_rid[/code] 是[Physics2DServer]使用的[PhysicsBody2D]或[TileSet]的" +"[CollisionObject2D]的[RID]。\n" +"[code]body[/code] [PhysicsBody2D]或[TileMap]的[Node],如果它在树上存在的" "话。\n" -"[code]body_shape[/code] 参数是[Physics2DServer]使用的[PhysicsBody2D]或" -"[TileMap]的[Shape2D]的索引。\n" -"[code]local_shape[/code] 参数是[Physics2DServer]使用的这个Area2D的[Shape2D]的" -"索引。" +"[code]body_shape_index[/code] [Physics2DServer]使用的[PhysicsBody2D]或" +"[TileMap]的[Shape2D]的索引。用[code]body." +"shape_owner_get_owner(body_shape_index)[/code]获取[CollisionShape2D]节点。\n" +"[code]local_shape_index[/code]此Area2D的[Shape2D]的索引,由[Physics2DServer]" +"使用。用[code]self.shape_owner_get_owner(local_shape_index)[/code]获取" +"[CollisionShape2D]节点。" #: doc/classes/Array.xml:4 msgid "A generic array datatype." @@ -8373,6 +8419,9 @@ msgid "" "[b]Note:[/b] Arrays with equal contents can still produce different hashes. " "Only the exact same arrays will produce the same hashed integer value." msgstr "" +"返回这个数组的整数哈希值\n" +"[b]注意:[/b] 仅仅内容相同的数组会产生不同的哈希值, 必须要完全一致的数组才会产" +"生相同的哈希值." #: doc/classes/Array.xml:232 msgid "" @@ -8383,6 +8432,11 @@ msgid "" "element is close to the beginning of the array (index 0). This is because " "all elements placed after the newly inserted element have to be reindexed." msgstr "" +"在给定的数组位置插入一个新值. 位置必须合法, 或者在数组末尾([code]pos == " +"size()[/code]).\n" +"[b]注意:[/b] 这个数组没有返回值.\n" +"[b]注意:[/b] 在较大的数组中, 如果插入值的位置在数组偏前的位置, 这个方法的运行" +"速度会比较慢, 因为在插入值后面所有的元素都要被重新索引." #: doc/classes/Array.xml:239 doc/classes/PoolByteArray.xml:96 #: doc/classes/PoolColorArray.xml:48 doc/classes/PoolIntArray.xml:49 @@ -8421,14 +8475,22 @@ msgid "" "removed element. The larger the array and the lower the index of the removed " "element, the slower [method pop_at] will be." msgstr "" +"移除并返回索引[code]position[/code]处的数组元素。如果是负数,[code]position[/" +"code]被认为是相对于数组的末端。如果数组是空的或者被越界访问,则保留数组不动," +"并返回[code]null[/code]。当数组被越界访问时,会打印出一条错误信息,但当数组为" +"空时,则不会。\n" +"[b]注意:[/b] 在大的数组上,这个方法可能比[method pop_back]慢,因为它将重新索" +"引位于被移除元素之后的数组元素。数组越大,被移除元素的索引越低,[method " +"pop_at]的速度就越慢。" #: doc/classes/Array.xml:265 -#, fuzzy msgid "" "Removes and returns the last element of the array. Returns [code]null[/code] " "if the array is empty, without printing an error message. See also [method " "pop_front]." -msgstr "删除并返回数组中的末尾元素。数组为空时,返回 [code]null[/code]。" +msgstr "" +"删除并返回数组中的末尾元素。数组为空时,返回 [code]null[/code]。另请参阅 " +"[method pop_front]。" #: doc/classes/Array.xml:271 msgid "" @@ -8439,12 +8501,16 @@ msgid "" "pop_back] as it will reindex all the array's elements every time it's " "called. The larger the array, the slower [method pop_front] will be." msgstr "" +"移除并返回数组的第一个元素。如果数组是空的,将不会输出任何错误信息并返回" +"[code]null[/code]。另请参阅 [method pop_back]。\n" +"[b]注意:[/b] 当数组元素很多时,由于 [method pop_front] 每次调用时都要重新寻" +"找数组所有元素的索引,所以会比 [method pop_back] 慢很多。数组 越大,[method " +"pop_front] 越慢。" #: doc/classes/Array.xml:278 -#, fuzzy msgid "" "Appends an element at the end of the array. See also [method push_front]." -msgstr "向数组末尾追加一个元素([method push_back] 的别名)。" +msgstr "在数组的末端添加一个元素。参阅[method push_front]。" #: doc/classes/Array.xml:284 msgid "" @@ -8453,6 +8519,9 @@ msgid "" "push_back] as it will reindex all the array's elements every time it's " "called. The larger the array, the slower [method push_front] will be." msgstr "" +"在数组的开头添加一个元素。参阅[method push_back]。\n" +"[b]注意:[/b] 在大数组中,这个方法比[method push_back]慢得多,因为每次调用它都" +"会重新索引所有数组的元素。数组越大,[method push_front]的速度就越慢。" #: doc/classes/Array.xml:291 msgid "" @@ -8464,6 +8533,11 @@ msgid "" "element is close to the beginning of the array (index 0). This is because " "all elements placed after the removed element have to be reindexed." msgstr "" +"按索引从数组中移除一个元素。如果索引在数组中不存在,则什么也不会发生。要通过" +"搜索一个元素的值来移除它,请使用[method erase]来代替。\n" +"[b]注意:[/b] 这个方法是就地操作,不返回值。\n" +"[b]注意:[/b] 在大数组中,如果被删除的元素靠近数组的开头(索引0),这个方法会" +"比较慢。这是因为所有放置在被移除元素之后的元素都要被重新索引。" #: doc/classes/Array.xml:299 msgid "" @@ -8531,7 +8605,6 @@ msgstr "" "[/codeblock]" #: doc/classes/Array.xml:346 -#, fuzzy msgid "" "Sorts the array using a custom method. The arguments are an object that " "holds the method and the name of such method. The custom method receives two " @@ -8555,21 +8628,23 @@ msgid "" "print(my_items) # Prints [[4, Tomato], [5, Potato], [9, Rice]].\n" "[/codeblock]" msgstr "" -"使用自定义方法对数组进行排序。参数是一个持有方法的对象和方法的名称。自定义方" -"法接收两个参数(数组中的一对元素),必须返回[code]true[/code]or[code]false[/" -"code]。\n" -"[b]注意:[/b]您不能随机化返回值,因为堆栈算法希望得到确定的结果。这样做会导致" -"意外的行为。\n" -"(codeblock)\n" +"使用一个自定义的方法对数组进行排序。参数是一个持有该方法的对象和该方法的名" +"称。自定义方法接收两个参数(一对来自数组的元素),并且必须返回[code]true[/" +"code]或者[code]false[/code]。\n" +"对于两个元素[code]a[/code]和[code]b[/code],如果给定的方法返回[code]true[/" +"code],元素[code]b[/code]将在数组中元素[code]a[/code]之后。\n" +"[b]注意:[/b] 你不能随机化返回值,因为堆排序算法期望一个确定的结果。而这样做会" +"导致意外的行为。\n" +"[codeblock]\n" "class MyCustomSorter:\n" -"static func sort_ascending(a, b):\n" -"if a[0] < b[0]:\n" -"return true\n" -"return false\n" +" static func sort_ascending(a, b):\n" +" if a[0] < b[0]:\n" +" return true\n" +" return false\n" "\n" -"var my_items = [[5, \"Potato\"], [9, \"Rice\"], [4, \"Tomato\"]] 。\n" +"var my_items = [[5, \"Potato\"], [9, \"Rice\"], [4, \"Tomato\"]]\n" "my_items.sort_custom(MyCustomSorter, \"sort_ascending\")\n" -"print(my_items) #Prints[[4, Tomato], [5, Potato], [9, Rice]]。\n" +"print(my_items) # Prints [[4, Tomato], [5, Potato], [9, Rice]].\n" "[/codeblock]" #: doc/classes/ArrayMesh.xml:4 @@ -8578,7 +8653,6 @@ msgid "" msgstr "[Mesh] 网格类型,提供了用于从数组构造表面的工具。" #: doc/classes/ArrayMesh.xml:7 -#, fuzzy msgid "" "The [ArrayMesh] is used to construct a [Mesh] by specifying the attributes " "as arrays.\n" @@ -8605,28 +8679,27 @@ msgid "" "OpenGL/Face-culling]winding order[/url] for front faces of triangle " "primitive modes." msgstr "" -"[ArrayMesh]用于通过将属性指定为数组来构造[Mesh](网格)。\n" -"最基本的例子是创建一个单一的三角形。\n" +"[ArrayMesh]是用来构造一个[Mesh]的,其属性指定为数组。\n" +"最基本的例子是创建单个三角形:\n" "[codeblock]\n" -"var vertices = PackedVector3Array()\n" +"var vertices = PoolVector3Array()\n" "vertices.push_back(Vector3(0, 1, 0))\n" "vertices.push_back(Vector3(1, 0, 0))\n" "vertices.push_back(Vector3(0, 0, 1))\n" -"# Initialize ArrayMesh。\n" +"# Initialize the ArrayMesh.\n" "var arr_mesh = ArrayMesh.new()\n" "var arrays = []\n" "arrays.resize(ArrayMesh.ARRAY_MAX)\n" -"arrays[ArrayMesh.ARRAY_VERTEX] = vertices。\n" -"# Create Mesh。\n" +"arrays[ArrayMesh.ARRAY_VERTEX] = vertices\n" +"# Create the Mesh.\n" "arr_mesh.add_surface_from_arrays(Mesh.PRIMITIVE_TRIANGLES, arrays)\n" -"var m = MeshInstance3D.new()\n" +"var m = MeshInstance.new()\n" "m.mesh = arr_mesh\n" "[/codeblock]\n" -"[MeshInstance3D]已准备好添加到[SceneTree]中显示。\n" -"程序化几何体的生成还可以参考[ImmediateGeometry3D]、[MeshDataTool]和" -"[SurfaceTool]。\n" -"[b]Note:[/b]Godot对三角形基元模式的前脸使用顺时针[url=https://learnopengl." -"com/Advanced-OpenGL/Face-culling]winding order[/url]。" +"这个[MeshInstance]已经准备就绪,以添加到要显示的[SceneTree]中。\n" +"参阅[ImmediateGeometry]、[MeshDataTool]和[SurfaceTool]的程序性几何体生成。\n" +"[b]注意:[/b] Godot对三角形基本网格模式的正面使用顺时针[url=https://" +"learnopengl.com/Advanced-OpenGL/Face-culling]环绕顺序[/url]。" #: doc/classes/ArrayMesh.xml:29 msgid "" @@ -8645,7 +8718,6 @@ msgstr "" "加曲面之前调用。" #: doc/classes/ArrayMesh.xml:46 -#, fuzzy msgid "" "Creates a new surface.\n" "Surfaces are created to be rendered using a [code]primitive[/code], which " @@ -8662,18 +8734,16 @@ msgid "" "length as the vertex array or be empty, except for [constant ARRAY_INDEX] if " "it is used." msgstr "" -"创建一个新曲面。\n" -"创建表面以使用[code] primitive [/code]进行渲染,该基元可以是[enum Mesh." -"PrimitiveType]中定义的任何类型。 (请注意,使用索引时,建议仅使用点,线或三角" -"形。)[method.Mesh.get_surface_count]将成为此新曲面的[code] surf_idx [/" +"创建一个新的面。\n" +"创建面是为了使用 [code]primitive[/code] 进行渲染,可以是 [enum Mesh." +"PrimitiveType] 中定义的任何类型。(注意,当使用索引时,建议只使用点、线或三角" +"形)。[method Mesh.get_surface_count] 值将成为这个新面的 [code]surface_idx[/" "code]。\n" -"[code] arrays [/code]参数是一个数组数组。有关此数组中使用的值,请参阅[enum " -"ArrayType]。例如,[code] arrays [0] [/code]是顶点的数组。始终需要第一个顶点子" -"数组;其他是可选的。添加索引数组会使此函数进入“索引模式”,在该模式下,顶点和" -"其他数组成为数据源,而索引数组定义了顶点顺序。所有子数组的长度必须与顶点数组" -"相同,或者为空,除非使用了[constant ARRAY_INDEX]。\n" -"添加索引数组会使此函数进入“索引模式”,其中顶点和其他数组成为数据源,并且索引" -"数组定义了顶点的顺序。" +"[code]arrays[/code] 参数是数组阵列。关于这个数组中使用的值,参阅 [enum " +"ArrayType]。例如,[code]arrays[0][/code] 是顶点的数组。总是需要第一个顶点子数" +"组,其他的可选。添加一个索引数组使这个函数进入 \"索引模式\",顶点和其他数组作" +"为数据来源,索引数组定义其顶点顺序。所有的子数组必须与顶点数组具有相同的长" +"度,或者为空,如果使用了 [constant ARRAY_INDEX] 时除外。" #: doc/classes/ArrayMesh.xml:54 msgid "Removes all blend shapes from this [ArrayMesh]." @@ -8741,13 +8811,12 @@ msgid "" msgstr "返回所请求曲面的基本类型(请参阅[method add_surface_from_arrays])。" #: doc/classes/ArrayMesh.xml:143 -#, fuzzy msgid "" "Removes a surface at position [code]surf_idx[/code], shifting greater " "surfaces one [code]surf_idx[/code] slot down." msgstr "" -"将索引 [code]effect_idx[/code] 的效果从索引 [code]bus_idx[/code] 的总线上删" -"除。" +"移除位置[code]surf_idx[/code]的一个面,将较大的面向下移动一个[code]surf_idx[/" +"code]槽。" #: doc/classes/ArrayMesh.xml:151 msgid "Sets a name for a given surface." @@ -8785,23 +8854,21 @@ msgid "Amount of weights/bone indices per vertex (always 4)." msgstr "每个顶点的权重/骨指数量(始终为 4)。" #: doc/classes/ArrayMesh.xml:181 -#, fuzzy msgid "[PoolVector3Array], [PoolVector2Array], or [Array] of vertex positions." -msgstr "顶点位置的[PackedVector3Array]、[PackedVector2Array]或[Array]。" +msgstr "[PoolVector3Array], [PoolVector2Array], 或[Array]的顶点位置。" #: doc/classes/ArrayMesh.xml:184 msgid "[PoolVector3Array] of vertex normals." msgstr "[PoolVector3Array] 顶点法线。" #: doc/classes/ArrayMesh.xml:187 -#, fuzzy msgid "" "[PoolRealArray] of vertex tangents. Each element in groups of 4 floats, " "first 3 floats determine the tangent, and the last the binormal direction as " "-1 or 1." msgstr "" -"顶点切线的[PackedFloat32Array]。每组元素由4个浮点组成,前3个浮点确定切线,最" -"后一个双法线方向为-1或1。" +"顶点切线的[PoolRealArray]。每个元素以4个浮点数为一组,前3个浮点数决定切线,最" +"后一个是-1或1的双法线方向。" #: doc/classes/ArrayMesh.xml:190 msgid "[PoolColorArray] of vertex colors." @@ -8812,26 +8879,20 @@ msgid "[PoolVector2Array] for UV coordinates." msgstr "[PoolVector2Array] 用于UV坐标。" #: doc/classes/ArrayMesh.xml:196 -#, fuzzy msgid "[PoolVector2Array] for second UV coordinates." -msgstr "第二个UV坐标的[PackedVector2Array]。" +msgstr "[PoolVector2Array]用于第二UV坐标。" #: doc/classes/ArrayMesh.xml:199 -#, fuzzy msgid "" "[PoolRealArray] or [PoolIntArray] of bone indices. Each element in groups of " "4 floats." -msgstr "" -"骨骼索引的[PackedFloat32Array]或[PackedInt32Array]。每个元素以4个浮点数为一" -"组。" +msgstr "[PoolRealArray]或[PoolIntArray]的骨骼索引。每个元素以4个浮点数为一组。" #: doc/classes/ArrayMesh.xml:202 -#, fuzzy msgid "[PoolRealArray] of bone weights. Each element in groups of 4 floats." -msgstr "骨骼重量的[PackedFloat32Array]。每个元素以4个浮点数为一组。" +msgstr "骨骼权重的[PoolRealArray]。每个元素以4个浮点数为一组。" #: doc/classes/ArrayMesh.xml:205 -#, fuzzy msgid "" "[PoolIntArray] of integers used as indices referencing vertices, colors, " "normals, tangents, and textures. All of those arrays must have the same " @@ -8844,12 +8905,12 @@ msgid "" "vertices of each triangle. For lines, the index array is in pairs indicating " "the start and end of each line." msgstr "" -"整数[PackedInt32Array]用作引用顶点,颜色,法线,切线和纹理的索引。所有这些数" -"组必须具有与顶点数组相同数量的元素。索引不能超出顶点数组的大小。当存在此索引" -"数组时,它将函数置于“索引模式”,其中索引选择第* i *个顶点,法线,切线,颜色," -"UV等。这意味着是否要具有不同的法线或颜色沿着边缘,您必须复制顶点。\n" -"对于三角形,索引数组被解释为三元组,指的是每个三角形的顶点。对于行,索引数组" -"是成对的,指示每行的开始和结束。" +"[PoolIntArray]整数数组,用作引用顶点、颜色、法线、切线和纹理的索引。所有这些" +"数组必须具有与顶点数组相同的元素数量。任何索引都不能超过顶点数组的大小。当这" +"个索引数组出现时,它使函数进入 \"索引模式\",其中索引选择*i*的顶点、法线、切" +"线、颜色、UV等。这意味着如果你想沿着一条边有不同的法线或颜色,需拷贝顶点。\n" +"对于三角形,索引数组被解释为三元组,指的是每个三角形的顶点。对于线,索引数组" +"是成对的,表示每条线的起点和终点。" #: doc/classes/ArrayMesh.xml:209 doc/classes/Mesh.xml:225 #: doc/classes/VisualServer.xml:3270 @@ -8897,7 +8958,6 @@ msgid "An anchor point in AR space." msgstr "AR空间中的锚点。" #: doc/classes/ARVRAnchor.xml:7 -#, fuzzy msgid "" "The [ARVRAnchor] point is a spatial node that maps a real world location " "identified by the AR platform to a position within the game world. For " @@ -8913,14 +8973,14 @@ msgid "" "more about the real world out there especially if only part of the surface " "is in view." msgstr "" -"[XRAnchor3D]点是空间节点,它将AR平台识别的现实世界的位置映射到游戏世界中的一" -"个位置。例如,只要ARKit中的平面检测开启,ARKit就会识别并更新平面的位置,如桌" -"子、地板等,并为其创建锚点。\n" -"这个节点通过其独特的ID被映射到其中一个锚点。当你收到一个新的锚点可用的信号" -"时,你应该为该锚点在你的场景中添加这个节点。你可以预先定义节点并设置ID;节点" -"将简单地保持在0,0,0上,直到一个平面被识别。\n" -"请记住,只要启用了平面检测,锚的大小、放置和方向就会随着检测逻辑了解更多关于" -"现实世界的信息而更新,尤其是在只有部分表面可见的情况下。" +"[ARVRAnchor]点是空间节点,它将AR平台识别的现实世界的位置映射到游戏世界中相应" +"位置。例如,只要ARKit中的平面检测开启,ARKit就会识别并更新平面(桌子、地板" +"等)的位置,并为其创建锚点。\n" +"此节点通过其特有ID映射到其中一个锚点。当你收到一个新锚点可用的信号时,在你的" +"场景中,应该为该锚点添加这个节点。你可以预先定义节点并设置ID;节点将简单地保" +"持在0,0,0,直到一个平面被识别。\n" +"请记住,只要启用了平面检测,锚的大小、位置和方向就会随着检测逻辑对外面真实世" +"界的信息而更新,特别是在只有部分表面在视野中的情况下。" #: doc/classes/ARVRAnchor.xml:17 msgid "Returns the name given to this anchor." @@ -8935,7 +8995,6 @@ msgstr "" "点,则返回 [code]false[/code]。" #: doc/classes/ARVRAnchor.xml:29 -#, fuzzy msgid "" "If provided by the [ARVRInterface], this returns a mesh object for the " "anchor. For an anchor, this can be a shape related to the object being " @@ -8943,9 +9002,9 @@ msgid "" "can be used to create shadows/reflections on surfaces or for generating " "collision shapes." msgstr "" -"如果由[XRInterface]提供,这将返回锚点的网格对象。对于锚点来说,这可以是一个与" -"被追踪物体有关的形状,也可以是一个提供与锚点有关的拓扑结构的网格,可以用来在" -"表面上创建阴影及反射,或者用于生成碰撞形状。" +"如果由[ARVRInterface]提供,这将返回一个锚的网格对象。对于一个锚,这可以是一个" +"与被追踪物体相关的形状,也可以是一个提供与锚相关的拓扑的网格,可以用于在表面" +"上创建阴影/反射,或者用于生成碰撞形状。" #: doc/classes/ARVRAnchor.xml:35 msgid "" @@ -8991,7 +9050,6 @@ msgid "" msgstr "应用了一些 AR/VR 规则的相机节点,例如位置跟踪。" #: doc/classes/ARVRCamera.xml:7 -#, fuzzy msgid "" "This is a helper spatial node for our camera; note that, if stereoscopic " "rendering is applicable (VR-HMD), most of the camera properties are ignored, " @@ -9004,11 +9062,11 @@ msgid "" "tracking data of the HMD and the location of the ARVRCamera can lag a few " "milliseconds behind what is used for rendering as a result." msgstr "" -"这是用于相机的辅助空间节点;注意,如果是应用于立体渲染(VR-HMD),大部分的相" -"机属性会被忽略,因为HMD信息会重写它们。唯一可以保证的属性是近平面和远平面。\n" -"这个节点的位置和方向由XR服务器自动更新,以表示HMD的位置,如果这种跟踪是可用" -"的,则可在游戏逻辑使用。请注意,与XR控制器相反,渲染线程可以访问HMD的最新跟踪" -"数据,因此XRCamera3D的位置可能比用于渲染的位置滞后几毫秒。" +"这是用于我们相机辅助的空间节点;请注意,如果适用立体渲染 (VR-HMD),大多数相机" +"属性将被忽略,因为 HMD 信息会覆盖它们。唯一可以信任的属性是近平面和远平面。\n" +"该节点的位置和方向由 ARVR 服务自动更新,以反映 HMD 的位置(如果这类跟踪可用," +"并可被游戏逻辑使用)。请注意,与 ARVR 控制器相比,渲染线程可以获取 HMD 的最新" +"跟踪数据,从而 ARVRCamera 的位置可能会滞后于对于渲染的位置几毫秒。" #: doc/classes/ARVRCamera.xml:11 doc/classes/ARVRController.xml:12 #: doc/classes/ARVRInterface.xml:11 doc/classes/ARVROrigin.xml:13 @@ -9021,7 +9079,6 @@ msgid "A spatial node representing a spatially-tracked controller." msgstr "表示空间跟踪控制器的空间节点。" #: doc/classes/ARVRController.xml:7 -#, fuzzy msgid "" "This is a helper spatial node that is linked to the tracking of controllers. " "It also offers several handy passthroughs to the state of buttons and such " @@ -9036,14 +9093,14 @@ msgid "" "[ARVRServer]. This makes this node ideal to add child nodes to visualize the " "controller." msgstr "" -"这是一个与控制器的跟踪有关的辅助空间节点。它还为控制器上的按钮等状态提供了几" -"个方便的通道。\n" -"控制器是通过他们的ID链接的。你可以在控制器可用之前创建控制器节点。如果你的游" -"戏总是使用两个控制器,即每只手一个,你可以用ID1和2预先定义控制器;一旦控制器" -"被识别,它们就会被激活。如果你计划使用额外的控制器,则应该对信号做出响应,并" -"在你的场景中添加XRController3D节点。\n" -"控制器节点的位置会由[XRServer]自动更新。这使得该节点非常适合添加子节点以实现" -"可视化控制器。" +"这是链接到控制器跟踪的辅助空间节点。它还为控制器上的按钮等状态提供了几个便捷" +"的通道。\n" +"控制器通过它们的 ID 链接。你可以在控制器可用之前创建控制器节点。如果你的游戏" +"总是使用两个控制器,即每只手一个,你可以预先定义 ID 为 1 和 2 的控制器;一旦" +"确定了控制器,它们就会被激活。如果你希望使用额外的控制器,应该对信号加以处" +"理,并将 ARVRController 节点添加到您场景中。\n" +"控制器节点的位置由 [ARVRServer] 自动更新。这使得该节点非常适合添加子节点以实" +"现可视化控制器。" #: doc/classes/ARVRController.xml:18 msgid "" @@ -9052,22 +9109,20 @@ msgid "" msgstr "如果激活,如果由使用的AR/VR SDK提供,则返回相关控制器的名称。" #: doc/classes/ARVRController.xml:24 -#, fuzzy msgid "" "Returns the hand holding this controller, if known. See [enum " "ARVRPositionalTracker.TrackerHand]." msgstr "" -"返回持有此控制器的手,在知道的情况下。参阅[enum XRPositionalTracker." +"返回持有此控制器的手,如果知道的话。参阅[enum ARVRPositionalTracker." "TrackerHand]。" #: doc/classes/ARVRController.xml:30 -#, fuzzy msgid "" "Returns [code]true[/code] if the bound controller is active. ARVR systems " "attempt to track active controllers." msgstr "" -"如果绑定的控制器处于激活状态,返回[code]true[/code]。XR系统尝试跟踪激活的控制" -"器。" +"如果绑定的控制器处于活动状态,返回[code]true[/code]。ARVR系统尝试跟踪活动的控" +"制器。" #: doc/classes/ARVRController.xml:37 msgid "" @@ -9076,7 +9131,6 @@ msgid "" msgstr "为嵌入到控制器中的触发器、触摸板等返回给定轴的值。" #: doc/classes/ARVRController.xml:43 -#, fuzzy msgid "" "Returns the ID of the joystick object bound to this. Every controller " "tracked by the [ARVRServer] that has buttons and axis will also be " @@ -9085,31 +9139,28 @@ msgid "" "the AR/VR controllers. This ID is purely offered as information so you can " "link up the controller with its joystick entry." msgstr "" -"返回与此绑定的操纵杆对象的ID。[XRServer]追踪每个控制器,如果有按钮和轴,会被" -"注册为Godot的操纵杆。这意味着所有正常的操纵杆追踪和输入映射将对AR/VR控制器上" -"的按钮和轴也起作用。这个ID是提供的信息,这样你就可以把控制器和它的操纵杆条目" -"关联起来。" +"返回与此绑定的摇杆对象的ID。由[ARVRServer]跟踪的每个控制器,如果有按钮和轴," +"也将被注册为Godot中的摇杆。这意味着所有正常的摇杆跟踪和输入映射将对AR/VR控制" +"器上的按钮和轴起作用。这个ID纯粹是作为信息提供的,这样你就可以把控制器和它的" +"摇杆条目关联起来。" #: doc/classes/ARVRController.xml:49 -#, fuzzy msgid "" "If provided by the [ARVRInterface], this returns a mesh associated with the " "controller. This can be used to visualize the controller." msgstr "" -"如果由[XRInterface]提供,将返回一个与控制器相关的网格。可用于可视化控制器。" +"如果由 [ARVRInterface]提供,则返回与控制器相关的网格。这可用于可视化控制器。" #: doc/classes/ARVRController.xml:56 -#, fuzzy msgid "" "Returns [code]true[/code] if the button at index [code]button[/code] is " "pressed. See [enum JoystickList], in particular the [code]JOY_VR_*[/code] " "constants." msgstr "" -"如果索引[code]button[/code]处的按钮被按下,则返回[code]true[/code]。参阅" -"[enum JoyButtonList]。" +"如果索引[code]button[/code]处的按钮被按下,返回[code]true[/code]。参阅[enum " +"JoystickList],特别是[code]JOY_VR_*[/code]常数。" #: doc/classes/ARVRController.xml:62 -#, fuzzy msgid "" "The controller's ID.\n" "A controller ID of 0 is unbound and will always result in an inactive node. " @@ -9121,15 +9172,15 @@ msgid "" "When a controller is turned off, its slot is freed. This ensures controllers " "will keep the same ID even when controllers with lower IDs are turned off." msgstr "" -"控制器的ID。\n" -"控制器ID为0是不绑定,将始终有一个未激活的节点。控制器ID 1保留给第一个识别自身" -"左手的控制器,ID 2保留给第一个识别自身右手的控制器。\n" -"对于[XRServer]检测到的任何其他控制器,我们继续使用控制器ID 3。\n" -"当一个控制器被关闭时,释放它的插槽。这确保控制器将保持相同的ID,即使ID较低的" -"控制器被关闭。" +"控制器的 ID。\n" +"控制器 ID 为 0 是未绑定的,并且始终会导致节点处于非活动状态。控制器 ID 1 保留" +"给第一个将自己标识为左侧控制器的控制器,ID 2 保留给第一个将其标识为右侧控制器" +"的控制器。\n" +"对于 [ARVRServer] 检测到的任何其他控制器,继而使用控制器 ID 3。\n" +"当控制器关闭时,它的插槽被释放。这可确保即使在关闭 ID 较低的控制器时,其他控" +"制器也将保持相同的 ID。" #: doc/classes/ARVRController.xml:68 -#, fuzzy msgid "" "The degree to which the controller vibrates. Ranges from [code]0.0[/code] to " "[code]1.0[/code] with precision [code].01[/code]. If changed, updates " @@ -9138,8 +9189,8 @@ msgid "" "for a limited duration." msgstr "" "控制器振动的程度。范围从[code]0.0[/code]到[code]1.0[/code],精度[code].01[/" -"code]。如果改变了,会相应地更新[member XRPositionalTracker.rumble]。\n" -"如果你想让控制器在有限的时间内振动,这是一个有用的动画属性。" +"code]。如果更改,会相应地更新[member ARVRPositionalTracker.rumble]。\n" +"如果你想让控制器在限定时间内振动,这是一个有用的属性,可以将其动画化。" #: doc/classes/ARVRController.xml:76 msgid "Emitted when a button on this controller is pressed." @@ -9163,7 +9214,6 @@ msgid "Base class for an AR/VR interface implementation." msgstr "AR/VR接口实现的基类。" #: doc/classes/ARVRInterface.xml:7 -#, fuzzy msgid "" "This class needs to be implemented to make an AR or VR platform available to " "Godot and these should be implemented as C++ modules or GDNative modules " @@ -9174,11 +9224,11 @@ msgid "" "give us a working setup. You can query the available interfaces through " "[ARVRServer]." msgstr "" -"这个类需要实现,以使AR或VR平台在Godot中可用,这些内容应以C++模块或GDNative模" -"块实现,注意,对于GDNative应使用子类XRScriptInterface。其部分接口暴露给" -"GDScript,因此你可以检测、启用和配置AR或VR平台。\n" -"接口的编写方式将是简单地启用它们,就可以得到环境安装。你可以通过[XRServer]查" -"询可用的接口。" +"需要实现这个类才能使 AR 或 VR 平台可供 Godot 使用,并且应实现为 C++ 模块或 " +"GDNative 模块,注意,对于 GDNative,应使用子类 ARVRScriptInterface。部分接口" +"向 GDScript 公开,因而,您可以检测、启用和配置 AR 或 VR 平台。\n" +"接口应以这样的方式编写,只需启用它们就可以为我们提供工作配置。您可以通过" +"[ARVRServer]查询可用接口。" #: doc/classes/ARVRInterface.xml:17 msgid "" @@ -9345,26 +9395,23 @@ msgid "" msgstr "追踪功能失效,即相机未插电或被遮挡,灯塔关闭,等等。" #: modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml:4 -#, fuzzy msgid "GDNative wrapper for an ARVR interface." -msgstr "XR接口的GDNative包装器。" +msgstr "ARVR接口的GDNative包装器。" #: modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml:7 -#, fuzzy msgid "" "This is a wrapper class for GDNative implementations of the ARVR interface. " "To use a GDNative ARVR interface, simply instantiate this object and set " "your GDNative library containing the ARVR interface implementation." msgstr "" -"这是一个包装类,用于XR接口的GDNative实现。要使用GDNative XR接口,只需将此对象" -"实例化,并设置你GDNative库中包含XR接口的实现。" +"这是 ARVR 接口的 GDNative 实现的包装类。要使用 GDNative ARVR 接口,只需实例化" +"此对象并设置包含 ARVR 接口实现的 GDNative 库。" #: doc/classes/ARVROrigin.xml:4 msgid "The origin point in AR/VR." msgstr "AR/VR的原点。" #: doc/classes/ARVROrigin.xml:7 -#, fuzzy msgid "" "This is a special node within the AR/VR system that maps the physical " "location of the center of our tracking space to the virtual location within " @@ -9379,33 +9426,30 @@ msgid "" "be a child node of this car. Or, if you're implementing a teleport system to " "move your character, you should change the position of this node." msgstr "" -"这是AR/VR系统中的特殊节点,它将我们追踪空间中心的物理位置映射到游戏世界中的虚" -"拟位置。\n" -"在你的场景中应该至少有一个这样的节点。所有的XRCamera3D、XRController3D和" -"XRAnchor3D节点都应该是这个节点的直接子节点,这样空间追踪才能正常工作。\n" -"当你的角色需要在游戏世界中移动时,你会更新这个节点的位置,而我们并没有在现实" -"世界中移动。现实世界中的运动总是与这个原点有关。\n" -"例如,如果你的角色正在驾驶一辆汽车,XROrigin3D节点应该是这辆汽车的一个子节" -"点。或者,如果你正在实现一个传送系统来移动你的角色,你应该改变这个节点的位" -"置。" +"这是 AR/VR 系统中的一个特殊节点,它将我们跟踪空间中心的物理位置映射到游戏世界" +"中的虚拟位置。\n" +"你的场景中应该有且必须有这样节点。所有 ARVRCamera、ARVRController 和 " +"ARVRAnchor 节点都应该是该节点的直接子节点,以便空间跟踪正常运行。\n" +"当你的角色需要在游戏世界中移动而我们不在现实世界中移动时,会更新此节点的位" +"置。现实世界中的运动总是与这个原点有关。\n" +"例如,如果你的角色正在驾驶汽车,则 ARVROrigin 节点应该是这辆车的子节点。或" +"者,如果通过传送系统来移动角色,应该更改此节点的位置。" #: doc/classes/ARVROrigin.xml:19 -#, fuzzy msgid "" "Allows you to adjust the scale to your game's units. Most AR/VR platforms " "assume a scale of 1 game world unit = 1 real world meter.\n" "[b]Note:[/b] This method is a passthrough to the [ARVRServer] itself." msgstr "" -"允许你根据你的游戏的单位来调整比例。大多数AR/VR平台的比例是,1个游戏世界的单" -"位=1个现实世界的米。\n" -"[b]注意:[/b]这种方法是对[XRServer]本身的一种穿透。" +"允许你根据你的游戏的单位来调整比例。大多数AR/VR平台假定1个游戏世界的单位=1个" +"现实世界的米的比例。\n" +"[b]注意:[/b]这种方法是通过[ARVRServer]本身的。" #: doc/classes/ARVRPositionalTracker.xml:4 msgid "A tracked object." msgstr "跟踪对象。" #: doc/classes/ARVRPositionalTracker.xml:7 -#, fuzzy msgid "" "An instance of this object represents a device that is tracked, such as a " "controller or anchor point. HMDs aren't represented here as they are handled " @@ -9418,13 +9462,13 @@ msgid "" "hood objects that make this all work. These are mostly exposed so that " "GDNative-based interfaces can interact with them." msgstr "" -"此对象的一个实例代表一个被追踪的设备,如控制器或锚点。这里不代表HMD,因为它们" -"是内部处理的。\n" -"当打开控制器,并且AR/VR接口检测到它们时,会自动添加这个对象的实例到通过这个" -"[XRServer]访问的激活的跟踪对象列表中。\n" -"[XRController3D]和[XRAnchor3D]会消耗这种类型的对象,你应在项目中使用。位置跟" -"踪器只是使这一切工作的幕后对象。这些对象通常被公开出来,以便基于GDNative的接" -"口可以与它们进行交互。" +"此对象的实例表示被跟踪的设备,例如控制器或锚点。由于 HMD 是在内部处理的,因此" +"不表示 HMD。\n" +"当控制器打开并且 AR/VR 界面检测到它们时,此对象的实例会自动添加到可通过 " +"[ARVRServer] 访问的活动的跟踪对象列表中。\n" +"[ARVRController] 和 [ARVRAnchor] 都使用这种类型的对象,你应该在的项目中使用。" +"位置跟踪器只是使这一切正常工作的底层对象。这些大部分都是公开的,以便基于 " +"GDNative 的接口可以与它们交互。" #: doc/classes/ARVRPositionalTracker.xml:18 msgid "" @@ -9457,14 +9501,13 @@ msgid "Returns the world-space controller position." msgstr "返回世界空间控制器的位置。" #: doc/classes/ARVRPositionalTracker.xml:54 -#, fuzzy msgid "" "Returns the internal tracker ID. This uniquely identifies the tracker per " "tracker type and matches the ID you need to specify for nodes such as the " "[ARVRController] and [ARVRAnchor] nodes." msgstr "" -"返回内部追踪器的ID。这是对每个跟踪器类型的唯一标识,与你需要为" -"[XRController3D]和[XRAnchor3D]节点指定的ID相匹配。" +"返回内部跟踪器的ID。这是对每个跟踪器类型的唯一标识,与你需要为" +"[ARVRController]和[ARVRAnchor]节点指定的ID相匹配。" #: doc/classes/ARVRPositionalTracker.xml:60 msgid "Returns [code]true[/code] if this device tracks orientation." @@ -9520,7 +9563,7 @@ msgstr "注册一个[ARVRInterface]对象。" msgid "" "Registers a new [ARVRPositionalTracker] that tracks a spatial location in " "real space." -msgstr "" +msgstr "注册一个新的[ARVRPositionalTracker],跟踪现实空间中的空间位置。" #: doc/classes/ARVRServer.xml:32 msgid "" @@ -9560,7 +9603,7 @@ msgstr "" #: doc/classes/ARVRServer.xml:44 msgid "" "Clears our current primary interface if it is set to the provided interface." -msgstr "" +msgstr "如果设置为提供的接口,则清除我们当前的主接口。" #: doc/classes/ARVRServer.xml:51 msgid "" @@ -9598,7 +9641,6 @@ msgid "" msgstr "返回可用接口的列表,每个接口的ID和名称。" #: doc/classes/ARVRServer.xml:82 -#, fuzzy msgid "" "Returns the absolute timestamp (in μs) of the last [ARVRServer] commit of " "the AR/VR eyes to [VisualServer]. The value comes from an internal call to " @@ -9617,7 +9659,6 @@ msgstr "" "get_last_commit_usec]和[method get_last_process_usec]之间的差异。" #: doc/classes/ARVRServer.xml:94 -#, fuzzy msgid "" "Returns the absolute timestamp (in μs) of the last [ARVRServer] process " "callback. The value comes from an internal call to [method OS." @@ -9649,7 +9690,6 @@ msgid "Removes this positional tracker." msgstr "移除此位置跟踪器。" #: doc/classes/ARVRServer.xml:133 -#, fuzzy msgid "The primary [ARVRInterface] currently bound to the [ARVRServer]." msgstr "当前绑定到 [XRServer] 的主要 [XRInterface]。" @@ -9670,19 +9710,17 @@ msgid "Emitted when an interface is removed." msgstr "当接口被删除时触发。" #: doc/classes/ARVRServer.xml:157 -#, fuzzy msgid "" "Emitted when a new tracker has been added. If you don't use a fixed number " "of controllers or if you're using [ARVRAnchor]s for an AR solution, it is " "important to react to this signal to add the appropriate [ARVRController] or " "[ARVRAnchor] nodes related to this new tracker." msgstr "" -"添加新跟踪器时触发。如果你不使用固定数量的控制器,或者你使用[XRAnchor3D]的AR" -"解决方案,那么对这个信号做出反应,添加与这个新追踪器相关的适当的" -"[XRController3D]或[XRAnchor3D]节点将很重要。" +"当新的追踪器被添加时触发。如果你不使用固定数量的控制器,或者你在AR解决方案中" +"使用[ARVRAnchor],那么对这个信号做出反应,以添加与这个新追踪器相关的适当的" +"[ARVRController]或[ARVRAnchor]节点,将会很重要。" #: doc/classes/ARVRServer.xml:165 -#, fuzzy msgid "" "Emitted when a tracker is removed. You should remove any [ARVRController] or " "[ARVRAnchor] points if applicable. This is not mandatory, the nodes simply " @@ -9690,9 +9728,9 @@ msgid "" "available (i.e. a new controller is switched on that takes the place of the " "previous one)." msgstr "" -"当追踪器被移除时触发。如果适用,你应该删除任何[XRController3D]或[XRAnchor3D]" -"点。这不是强制性的,这些节点将变得非激活,当一个新的追踪器可用时,即一个新的" -"控制器被打开,取代了之前的控制器,这些节点将被重新激活。" +"删除跟踪器时触发。如果适当,您应该删除所有 [ARVRController] 或 [ARVRAnchor] " +"点。这不是强制性的,节点只是变为不活动状态,当新的跟踪器可用时将再次激活,即" +"打开一个新的控制器来代替前一个控制器。" #: doc/classes/ARVRServer.xml:171 msgid "The tracker tracks the location of a controller." @@ -9755,14 +9793,12 @@ msgstr "" "动态的,而内容的大小需要相应调整而不失去比例的问题。" #: doc/classes/AspectRatioContainer.xml:15 -#, fuzzy msgid "Specifies the horizontal relative position of child controls." -msgstr "子节点的水平分隔量。" +msgstr "指定子控件的水平相对位置。" #: doc/classes/AspectRatioContainer.xml:18 -#, fuzzy msgid "Specifies the vertical relative position of child controls." -msgstr "子节点的垂直分隔量。" +msgstr "指定子控件的垂直相对位置。" #: doc/classes/AspectRatioContainer.xml:21 msgid "" @@ -9773,9 +9809,8 @@ msgstr "" "stretch_mode]。" #: doc/classes/AspectRatioContainer.xml:24 -#, fuzzy msgid "The stretch mode used to align child controls." -msgstr "用于“呼叫方法”轨道的呼叫模式。" +msgstr "用来对齐子控件的拉伸模式。" #: doc/classes/AspectRatioContainer.xml:29 msgid "" @@ -9784,11 +9819,10 @@ msgid "" msgstr "子控件的高度会根据容器的宽度自动调整。" #: doc/classes/AspectRatioContainer.xml:32 -#, fuzzy msgid "" "The width of child controls is automatically adjusted based on the height of " "the container." -msgstr "如果为 [code]true[/code],控件将自动调整高度以适合其内容。" +msgstr "子控件的宽度会根据容器的高度自动调整。" #: doc/classes/AspectRatioContainer.xml:35 msgid "" @@ -9811,30 +9845,25 @@ msgstr "" "用时,这仅允许显示受其自身边界矩形限制的容器区域。" #: doc/classes/AspectRatioContainer.xml:42 -#, fuzzy msgid "" "Aligns child controls with the beginning (left or top) of the container." -msgstr "将子项与容器的开端对齐。" +msgstr "将子控件与容器的开头对齐,左侧或顶部。" #: doc/classes/AspectRatioContainer.xml:45 -#, fuzzy msgid "Aligns child controls with the center of the container." -msgstr "将子项与容器的中心对齐。" +msgstr "使子控件与容器的中心对齐。" #: doc/classes/AspectRatioContainer.xml:48 -#, fuzzy msgid "Aligns child controls with the end (right or bottom) of the container." -msgstr "将子项与容器的末端对齐。" +msgstr "将子控件与容器的末端对齐,右侧或底部。" #: doc/classes/AStar.xml:4 -#, fuzzy msgid "" "An implementation of A* to find the shortest paths among connected points in " "space." -msgstr "A *的一种实现,用于在空间中的连接点之间找到最短路径。" +msgstr "A* 的一种实现,用于寻找空间中连接点之间的最短路径。" #: doc/classes/AStar.xml:7 -#, fuzzy msgid "" "A* (A star) is a computer algorithm that is widely used in pathfinding and " "graph traversal, the process of plotting short paths among vertices " @@ -9877,16 +9906,16 @@ msgid "" "[code]1.0[/code], then this equals the sum of Euclidean distances of all " "segments in the path." msgstr "" -"A*(A star)是一个计算机算法,被广泛应用于寻路和图遍历,即在顶点(points)之" -"间绘制短路径的过程,通过给定的一组边(segments)。由于它的性能和精度,得到了" -"广泛的应用。Godot的A*算法实现默认使用三维空间中的点和欧氏距离。\n" -"你必须使用[method add_point]手动添加点并使用[method connect_points]手动创建" -"边。然后你可以使用[method are_points_connected]函数测试两个点之间是否存在路" -"径,使用[method get_id_path]获取包含索引的路径,或者使用[method " -"get_point_path]来获取包含真实坐标的路径。\n" -"使用非欧几里德距离也是可以的。为此,创建一个类继承[code]AStar[/code]并重写 " -"[method _compute_cost] 和 [method _estimate_cost]方法。两者都需要输入两个索引" -"并返回一个长度,如下面的例子所示。\n" +"A*即A 星是一种计算机算法,广泛用于寻路和图遍历,通过一组给定的边或线段,在顶" +"点或点之间绘制短路径的过程。由于其性能和准确性,而被广泛使用。 Godot 的 A* 实" +"现默认使用三维空间中的点和欧式距离。\n" +"您需要使用 [method add_point] 手动添加点,并使用 [method connect_points] 手动" +"创建线段。然后,可以使用 [method are_points_connected] 函数测试两点之间是否存" +"在路径,通过 [method get_id_path] 获取包含索引的路径,或使用 [method " +"get_point_path] 获取包含实际坐标的路径。\n" +"也可以使用非欧式距离。为此,创建一个扩展 [code]AStar[/code] 的类并重写方法 " +"[method _compute_cost] 和 [method _estimate_cost]。这两个方法都接受两个索引并" +"返回一个长度,如以下示例所示:\n" "[codeblock]\n" "class MyAStar:\n" " extends AStar\n" @@ -9897,11 +9926,17 @@ msgstr "" " func _estimate_cost(u, v):\n" " return min(0, abs(u - v) - 1)\n" "[/codeblock]\n" -"[method _estimate_cost]应该返回距离的一个下界,即[code]_estimate_cost(u, v) " -"<= _compute_cost(u, v)[/code]。这是对算法的一个提示,因为自定义的" -"[code]_compute_cost[/code]可能计算量很大。如果不是这样,请让[method " -"_estimate_cost]返回与[method _compute_cost]相同的值,以便为算法提供最准确的信" -"息。" +"[method _estimate_cost] 应返回距离的下限,即 [code]_estimate_cost(u, v) <= " +"_compute_cost(u, v)[/code]。这可以作为算法的提示,因为自定义 " +"[code]_compute_cost[/code] 可能计算量很大。如果不是这种情况,请使 [method " +"_estimate_cost] 返回与 [method _compute_cost] 相同的值,以便为算法提供最准确" +"的信息。\n" +"如果使用默认的 [method _estimate_cost] 和 [method _compute_cost] 方法,或者如" +"果提供的 [method _estimate_cost] 方法返回成本的下限,则 A* 返回的路径将是成本" +"最低的路径。这里,路径的代价等于路径中所有段的[method_compute_cost]结果之和乘" +"以各个段端点的[code]weight_scale[/code]权重。如果使用默认方法并且所有点的 " +"[code]weight_scale[/code] 设置为 [code]1.0[/code],则这等于路径中所有段的欧式" +"距离之和。" #: doc/classes/AStar.xml:31 msgid "" @@ -9921,7 +9956,6 @@ msgstr "" "注意这个函数隐藏在默认的 [code]AStar[/code] 类中。" #: doc/classes/AStar.xml:50 -#, fuzzy msgid "" "Adds a new point at the given position with the given identifier. The " "[code]id[/code] must be 0 or larger, and the [code]weight_scale[/code] must " @@ -9939,15 +9973,17 @@ msgid "" "If there already exists a point for the given [code]id[/code], its position " "and weight scale are updated to the given values." msgstr "" -"在给定的位置添加一个新的点。算法优先选择[code]weight_scale[/code]较低的点来形" -"成路径。[code]id[/code]必须是0或更大,[code]weight_scale[/code]必须是1或更" -"大。\n" +"在给定的位置添加一个新的点,并使用给定的标识符。[code]id[/code]必须是0或者更" +"大,[code]weight_scale[/code]必须是1或者更大。\n" +"在确定从邻点到此点的一段路程的总成本时,[code]weight_scale[/code]要乘以" +"[method _compute_cost]的结果。因此,在其他条件相同的情况下,算法优先选择" +"[code]weight_scale[/code]较低的点来形成路径。\n" "[codeblock]\n" "var astar = AStar.new()\n" "astar.add_point(1, Vector3(1, 0, 0), 4) # Adds the point (1, 0, 0) with " "weight_scale 4 and id 1\n" "[/codeblock]\n" -"如果给定的[code]id[/code]已经存在一个点,那么它的位置和权重刻度将更新到给定的" +"如果对于给定的[code]id[/code]已经存在一个点,它的位置和权重将被更新为给定的" "值。" #: doc/classes/AStar.xml:65 @@ -10123,7 +10159,6 @@ msgid "Returns the number of points currently in the points pool." msgstr "返回当前积分池中的积分数量。" #: doc/classes/AStar.xml:187 -#, fuzzy msgid "" "Returns an array with the points that are in the path found by AStar between " "the given points. The array is ordered from the starting point to the ending " @@ -10131,8 +10166,10 @@ msgid "" "[b]Note:[/b] This method is not thread-safe. If called from a [Thread], it " "will return an empty [PoolVector3Array] and will print an error message." msgstr "" -"返回一个数组,该数组包含了AStar在给定点之间找到的路径上的点。数组从路径的起始" -"点到结束点排序。" +"返回一个数组,其中包含 AStar 在给定点之间找到的路径中的点。数组从路径的起点到" +"终点进行排序。\n" +"[b]注意:[/b] 这个方法不是线程安全的。如果从 [Thread] 调用,它将返回一个空的 " +"[PoolVector3Array] 并打印一条错误消息。" #: doc/classes/AStar.xml:195 doc/classes/AStar2D.xml:179 msgid "" @@ -10193,6 +10230,9 @@ msgid "" "_compute_cost] when determining the overall cost of traveling across a " "segment from a neighboring point to this point." msgstr "" +"为给定的[code]id[/code]的点设置[code]weight_scale[/code]。在确定从邻接点到这" +"个点的一段路程的总成本时,[code]weight_scale[/code]要乘以[method " +"_compute_cost]的结果。" #: doc/classes/AStar2D.xml:4 msgid "AStar class representation that uses 2D vectors as edges." @@ -10222,7 +10262,6 @@ msgstr "" "请注意,这个函数隐藏在默认的 [code]AStar2D[/code] 类中。" #: doc/classes/AStar2D.xml:36 -#, fuzzy msgid "" "Adds a new point at the given position with the given identifier. The " "[code]id[/code] must be 0 or larger, and the [code]weight_scale[/code] must " @@ -10240,16 +10279,17 @@ msgid "" "If there already exists a point for the given [code]id[/code], its position " "and weight scale are updated to the given values." msgstr "" -"在给定的位置添加一个新的点。算法优先选择[code]weight_scale[/code]较低的点来形" -"成路径。[code]id[/code]必须是0或更大,[code]weight_scale[/code]必须是1或更" -"大。\n" +"在给定的位置添加一个新的点,并使用给定的标识符。[code]id[/code]必须是0或者更" +"大,[code]weight_scale[/code]必须是1或者更大。\n" +"在确定从相邻点到此点的一段路程的总成本时,[code]weight_scale[/code]要乘以" +"[method _compute_cost]的结果。因此,在其他条件相同的情况下,算法优先选择" +"[code]weight_scale[/code]较低的点来形成路径。\n" "[codeblock]\n" "var astar = AStar2D.new()\n" "astar.add_point(1, Vector2(1, 0), 4) # Adds the point (1, 0) with " "weight_scale 4 and id 1\n" "[/codeblock]\n" -"如果给定的[code]id[/code]已经存在一个点,那么它的位置和权重刻度将更新到给定的" -"值。" +"如果已经存在一个给定[code]id[/code]的点,它的位置和权重将被更新为给定值。" #: doc/classes/AStar2D.xml:50 msgid "Returns whether there is a connection/segment between the given points." @@ -10382,7 +10422,6 @@ msgstr "" "[/codeblock]" #: doc/classes/AStar2D.xml:171 -#, fuzzy msgid "" "Returns an array with the points that are in the path found by AStar2D " "between the given points. The array is ordered from the starting point to " @@ -10390,8 +10429,10 @@ msgid "" "[b]Note:[/b] This method is not thread-safe. If called from a [Thread], it " "will return an empty [PoolVector2Array] and will print an error message." msgstr "" -"返回一个数组,该数组包含了AStar2D在给定点之间找到的路径中的点。数组从路径的起" -"始点到结束点排序。" +"返回一个数组,该数组包含了AStar2D在给定点之间找到的路径中的点。该数组从路径的" +"起点到终点排序。\n" +"[b]注意:[/b] 这个方法不是线程安全的。如果从一个[Thread]线程中调用,它将返回" +"一个空的[PoolVector2Array],并打印一个错误信息。" #: doc/classes/AtlasTexture.xml:4 msgid "" @@ -10416,11 +10457,20 @@ msgid "" "FLAG_REPEAT] and [constant Texture.FLAG_MIRRORED_REPEAT] flags are ignored " "when using an AtlasTexture." msgstr "" +"[Texture]资源,由[member region]定义,裁剪出[member atlas]纹理的一个部分。主" +"要的用例是从纹理图集中裁剪出纹理,一个大的纹理文件,包含了多个较小的纹理。由 " +"[member atlas]的[Texture]、定义使用 [member atlas]区域的[member region]和定义" +"边界宽度的[member margin]组成。\n" +"[AtlasTexture]不能在[AnimatedTexture]中使用,不能在[TextureRect]等节点中平" +"铺,如果在其他[AtlasTexture]资源内部使用,将不能正常工作。多个[AtlasTexture]" +"资源可以用来裁剪图集中的多个纹理。与使用多个小文件相比,使用一个纹理图集有助" +"于优化视频内存消耗和渲染调用。\n" +"[b]注意:[/b] AtlasTextures不支持重复。当使用AtlasTexture时,[constant " +"Texture.FLAG_REPEAT]和[constant Texture.FLAG_MIRRORED_REPEAT]标志被忽略。" #: doc/classes/AtlasTexture.xml:17 -#, fuzzy msgid "The texture that contains the atlas. Can be any [Texture] subtype." -msgstr "包含图集的纹理。可以是任何 [Texture2D]子类型。" +msgstr "包含图集的纹理。可以是任何[Texture]子类型。" #: doc/classes/AtlasTexture.xml:20 msgid "" @@ -10514,7 +10564,7 @@ msgstr "" #: doc/classes/AudioEffectCapture.xml:4 msgid "Captures audio from an audio bus in real-time." -msgstr "" +msgstr "从音频总线上实时捕捉音频。" #: doc/classes/AudioEffectCapture.xml:7 msgid "" @@ -10525,20 +10575,22 @@ msgid "" "data from a microphone, implement application defined effects, or to " "transmit audio over the network." msgstr "" +"音频效果捕获是一种音频效果,可将所附音频效果总线的所有音频帧复制到其内部环缓" +"冲器中。\n" +"应用程序代码应使用 [method get_buffer]从该环缓冲器中消耗这些音频帧,并根据需" +"要进行处理,例如从麦克风捕获数据、实现应用程序定义的效果或通过网络传输音频。" #: doc/classes/AudioEffectCapture.xml:17 -#, fuzzy msgid "" "Returns [code]true[/code] if at least [code]frames[/code] audio frames are " "available to read in the internal ring buffer." msgstr "" -"如果给定[code]name[/code]的字体在这个[Control]节点中具有有效的覆盖,则返回" -"[code]true[/code]。" +"如果内部环缓冲器中至少有[code]frames[/code]音频帧可供读取,则返回[code]true[/" +"code]。" #: doc/classes/AudioEffectCapture.xml:23 -#, fuzzy msgid "Clears the internal ring buffer." -msgstr "清除库。" +msgstr "清除内部环缓冲区。" #: doc/classes/AudioEffectCapture.xml:30 msgid "" @@ -10548,35 +10600,35 @@ msgid "" "samples if available, or an empty [PoolVector2Array] if insufficient data " "was available." msgstr "" +"从内部环缓冲区获取下一个[code]frames[/code]音频样本。\n" +"如果有的话,返回一个正好包含[code]frames[/code]音频样本的[PoolVector2Array]," +"如果没有足够的数据,则返回一个空[PoolVector2Array]。" #: doc/classes/AudioEffectCapture.xml:37 -#, fuzzy msgid "Returns the total size of the internal ring buffer in frames." -msgstr "返回文件的大小,以字节(bytes)形式。" +msgstr "返回内部环缓冲区的总大小,以帧为单位。" #: doc/classes/AudioEffectCapture.xml:43 -#, fuzzy msgid "" "Returns the number of audio frames discarded from the audio bus due to full " "buffer." -msgstr "返回这个目录的子目录的数量。" +msgstr "返回由于缓冲区满而从音频总线上丢弃的音频帧的数量。" #: doc/classes/AudioEffectCapture.xml:49 -#, fuzzy msgid "" "Returns the number of frames available to read using [method get_buffer]." -msgstr "返回环形缓冲区中当前可用的数据包数。" +msgstr "返回可使用 [method get_buffer] 读取的帧数。" #: doc/classes/AudioEffectCapture.xml:55 -#, fuzzy msgid "Returns the number of audio frames inserted from the audio bus." -msgstr "返回动画中的帧数。" +msgstr "返回从音频总线插入的音频帧的数量。" #: doc/classes/AudioEffectCapture.xml:61 msgid "" "Length of the internal ring buffer, in seconds. Setting the buffer length " "will have no effect if already initialized." msgstr "" +"内部环缓冲区的长度,单位是秒。如果已经初始化,设置缓冲区长度将没有效果。" #: doc/classes/AudioEffectChorus.xml:4 msgid "Adds a chorus audio effect." @@ -10783,16 +10835,14 @@ msgid "" msgstr "[code]tap2[/code]的平移位置。值的范围为-1(完全向左)至1(完全向右)。" #: doc/classes/AudioEffectDistortion.xml:4 -#, fuzzy msgid "" "Adds a distortion audio effect to an Audio bus.\n" "Modify the sound to make it distorted." msgstr "" -"为音频总线添加失真音频效果。\n" +"在音频总线上添加一个失真的音频效果。\n" "修改声音,使其失真。" #: doc/classes/AudioEffectDistortion.xml:8 -#, fuzzy msgid "" "Different types are available: clip, tan, lo-fi (bit crushing), overdrive, " "or waveshape.\n" @@ -10800,10 +10850,10 @@ msgid "" "make the sound \"crunchy\" or \"abrasive\". For games, it can simulate sound " "coming from some saturated device or speaker very efficiently." msgstr "" -"修改声音并使其混淆。可用的类型有: clip, tan, lo-fi (bit crushing), " -"overdrive, or waveshape。\n" -"通过使波形扭曲,频率内容会发生变化,这通常会使声音“嘎吱”或“磨砂”。对于游戏," -"它可以非常有效地模拟来自某些饱和设备或扬声器的声音。" +"提供不同类型的类型:clip, tan, lo-fi (bit crushing), overdrive, or " +"waveshape.\n" +"通过扭曲波形,频率内容会发生变化,这通常会使声音\"清脆\"或\"粗糙\"。对于游" +"戏,它可以非常有效地模拟来自一些饱和设备或扬声器的声音。" #: doc/classes/AudioEffectDistortion.xml:12 #: doc/classes/AudioEffectFilter.xml:10 @@ -10934,7 +10984,7 @@ msgstr "" "频段8:4000赫兹\n" "频段9:8000赫兹\n" "频段10:16000赫兹\n" -"另见[AudioEffectEQ]、[AudioEffectEQ6]、[AudioEffectEQ21]。" +"参阅[AudioEffectEQ]、[AudioEffectEQ6]、[AudioEffectEQ21]。" #: doc/classes/AudioEffectEQ21.xml:4 msgid "" @@ -10993,7 +11043,7 @@ msgstr "" "频段19:11000赫兹\n" "频段20:16000赫兹\n" "频段21:22000赫兹\n" -"另见[AudioEffectEQ]、[AudioEffectEQ6]、[AudioEffectEQ10]。" +"参阅[AudioEffectEQ]、[AudioEffectEQ6]、[AudioEffectEQ10]。" #: doc/classes/AudioEffectEQ6.xml:4 msgid "" @@ -11041,9 +11091,8 @@ msgid "Gain amount of the frequencies after the filter." msgstr "滤波后频率的增益量。" #: doc/classes/AudioEffectFilter.xml:24 -#, fuzzy msgid "Amount of boost in the frequency range near the cutoff frequency." -msgstr "在截止频率附近泛音的提升量。" +msgstr "在截断频率附近的频率范围内的提升量。" #: doc/classes/AudioEffectHighPassFilter.xml:4 msgid "Adds a high-pass filter to the Audio Bus." @@ -11057,10 +11106,8 @@ msgstr "" "削减比[member AudioEffectFilter.cutoff_hz]更低的频率,允许更高的频率通过。" #: doc/classes/AudioEffectHighShelfFilter.xml:4 -#, fuzzy msgid "Reduces all frequencies above the [member AudioEffectFilter.cutoff_hz]." -msgstr "" -"削减比[member AudioEffectFilter.cutoff_hz]更低的频率,允许更高的频率通过。" +msgstr "降低所有高于[member AudioEffectFilter.cutoff_hz]的频率。" #: doc/classes/AudioEffectLimiter.xml:4 msgid "Adds a soft-clip limiter audio effect to an Audio bus." @@ -11110,10 +11157,8 @@ msgstr "" "削减比[member AudioEffectFilter.cutoff_hz]更低的频率,允许更高的频率通过。" #: doc/classes/AudioEffectLowShelfFilter.xml:4 -#, fuzzy msgid "Reduces all frequencies below the [member AudioEffectFilter.cutoff_hz]." -msgstr "" -"削减比[member AudioEffectFilter.cutoff_hz]更低的频率,允许更高的频率通过。" +msgstr "降低[member AudioEffectFilter.cutoff_hz]以下的所有频率。" #: doc/classes/AudioEffectNotchFilter.xml:4 msgid "Adds a notch filter to the Audio bus." @@ -11208,6 +11253,9 @@ msgid "" "this higher latency are especially noticeable on sounds that have sudden " "amplitude changes." msgstr "" +"[url=https://en.wikipedia.org/wiki/Fast_Fourier_transform]快速傅里叶变换[/" +"url]缓冲区的大小。较高的数值可以使效果随时间平滑,但有较大的延迟。这种较高的" +"延迟对有突然幅度变化的声音的影响特别明显。" #: doc/classes/AudioEffectPitchShift.xml:19 msgid "" @@ -11215,6 +11263,8 @@ msgid "" "are more demanding on the CPU and may cause audio cracking if the CPU can't " "keep up." msgstr "" +"要使用的过采样系数。更高的值会带来更好的质量,但对CPU的要求更高,如果CPU跟不" +"上,可能会导致音频破裂。" #: doc/classes/AudioEffectPitchShift.xml:22 msgid "" @@ -11223,6 +11273,9 @@ msgid "" "(infinitely low pitch, inaudible) to [code]16[/code] (16 times higher than " "the initial pitch)." msgstr "" +"要使用的音阶。[code]1.0[/code]是默认的音高,播放的声音没有改变。[member " +"pitch_scale]的范围从[code]0.0[/code](无限低的音调,听不见)到[code]16[/code]" +"(比初始音调高16倍)。" #: doc/classes/AudioEffectPitchShift.xml:27 #: doc/classes/AudioEffectSpectrumAnalyzer.xml:28 @@ -11230,6 +11283,8 @@ msgid "" "Use a buffer of 256 samples for the Fast Fourier transform. Lowest latency, " "but least stable over time." msgstr "" +"使用 256 个样品的缓冲器进行快速傅里叶变换。最低延迟,但随着时间的推移最不稳" +"定。" #: doc/classes/AudioEffectPitchShift.xml:30 #: doc/classes/AudioEffectSpectrumAnalyzer.xml:31 @@ -11237,6 +11292,7 @@ msgid "" "Use a buffer of 512 samples for the Fast Fourier transform. Low latency, but " "less stable over time." msgstr "" +"使用 512 个样本的缓冲器进行快速傅里叶变换。低延迟,但随着时间的推移不太稳定。" #: doc/classes/AudioEffectPitchShift.xml:33 #: doc/classes/AudioEffectSpectrumAnalyzer.xml:34 @@ -11244,6 +11300,8 @@ msgid "" "Use a buffer of 1024 samples for the Fast Fourier transform. This is a " "compromise between latency and stability over time." msgstr "" +"使用 1024 个样本的缓冲器进行快速傅里叶变换。随着时间的推移,这是延迟和稳定性" +"之间的折衷。" #: doc/classes/AudioEffectPitchShift.xml:36 #: doc/classes/AudioEffectSpectrumAnalyzer.xml:37 @@ -11251,6 +11309,7 @@ msgid "" "Use a buffer of 2048 samples for the Fast Fourier transform. High latency, " "but stable over time." msgstr "" +"使用 2048 个样品的缓冲器进行快速傅里叶变换。随着时间的推移,延迟高但稳定。" #: doc/classes/AudioEffectPitchShift.xml:39 #: doc/classes/AudioEffectSpectrumAnalyzer.xml:40 @@ -11258,6 +11317,8 @@ msgid "" "Use a buffer of 4096 samples for the Fast Fourier transform. Highest " "latency, but most stable over time." msgstr "" +"使用 4096 个样品的缓冲器进行快速傅里叶变换。随着时间的推移,延迟最高但最稳" +"定。" #: doc/classes/AudioEffectPitchShift.xml:42 #: doc/classes/AudioEffectSpectrumAnalyzer.xml:43 @@ -11374,7 +11435,7 @@ msgstr "输出修改后声音的百分比。在0时,只输出原始声音。 #: doc/classes/AudioEffectSpectrumAnalyzer.xml:4 msgid "Audio effect that can be used for real-time audio visualizations." -msgstr "" +msgstr "可用于实时音频可视化的音频效果。" #: doc/classes/AudioEffectSpectrumAnalyzer.xml:7 msgid "" @@ -11382,6 +11443,8 @@ msgid "" "time audio visualizations.\n" "See also [AudioStreamGenerator] for procedurally generating sounds." msgstr "" +"这种音频效果不影响声音输出,但可以用于实时音频可视化。\n" +"参阅[AudioStreamGenerator],以程序化地生成声音。" #: doc/classes/AudioEffectSpectrumAnalyzer.xml:11 msgid "Audio Spectrum Demo" @@ -11398,6 +11461,8 @@ msgid "" "The length of the buffer to keep (in seconds). Higher values keep data " "around for longer, but require more memory." msgstr "" +"要保留的缓冲区长度(以秒为单位)。较高的值将数据保存的时间更长,但需要更多的" +"内存。" #: doc/classes/AudioEffectSpectrumAnalyzer.xml:21 msgid "" @@ -11407,6 +11472,9 @@ msgid "" "effects of this higher latency are especially noticeable with sudden " "amplitude changes." msgstr "" +"[url=https://en.wikipedia.org/wiki/Fast_Fourier_transform]快速傅里叶变换[/" +"url]缓冲区的大小。较高的值可以使频谱分析随时间的推移而平滑,但有较大的延迟。" +"这种较高延迟的影响在突然的振幅变化中特别明显。" #: doc/classes/AudioEffectSpectrumAnalyzerInstance.xml:21 msgid "Use the average value as magnitude." @@ -11715,6 +11783,12 @@ msgid "" "class from GDScript, consider using a lower [member mix_rate] such as 11,025 " "Hz or 22,050 Hz." msgstr "" +"此音频流不播放声音,需要脚本为其生成音频数据。参阅" +"[AudioStreamGeneratorPlayback]。\n" +"另请参阅 [AudioEffectSpectrumAnalyzer] 用于执行实时音频频谱分析。\n" +"[b]注意:[/b] 由于性能限制,最好从 C# 或通过 GDNative 编译的语言中使用此类。" +"如果你仍然想从GDScript中使用这个类,请考虑使用较低的 [member mix_rate],例如 " +"11,025 Hz 或 22,050 Hz。" #: doc/classes/AudioStreamGenerator.xml:19 msgid "" @@ -11723,6 +11797,9 @@ msgid "" "resulting in increased CPU usage and more risk for audio cracking if the CPU " "can't keep up." msgstr "" +"要生成的缓冲区的长度,以秒为单位。较低的值会带来更少的延迟,但需要脚本更快地" +"生成音频数据,从而导致 CPU 使用率增加,如果 CPU 跟不上,则音频破裂的风险更" +"大。" #: doc/classes/AudioStreamGenerator.xml:22 msgid "" @@ -11739,6 +11816,14 @@ msgid "" "[code]32000[/code] or [code]22050[/code] may be usable with no loss in " "quality." msgstr "" +"使用的采样率(单位:Hz)。更高的值对CPU要求更高,但会带来更好的质量。\n" +"在游戏中,常用的采样率有[code]11025[/code]、[code]16000[/code]、[code]22050[/" +"code]、[code]32000[/code]、[code]44100[/code]和[code]48000[/code]。\n" +"根据[url=https://en.wikipedia.org/wiki/Nyquist" +"%E2%80%93Shannon_sampling_theorem]Nyquist-Shannon采样定理[/url],当超过40000" +"赫兹时,人类的听觉没有质量上的差别(因为大多数人只能听到~20000赫兹,往往更" +"少)。如果你要生成较低音调的声音,例如语音,则可以使用较低的采样率,例如 " +"[code]32000[/code] 或 [code]22050[/code],而不会降低质量。" #: doc/classes/AudioStreamGeneratorPlayback.xml:4 msgid "Plays back audio generated using [AudioStreamGenerator]." @@ -11748,22 +11833,20 @@ msgstr "播放使用[AudioStreamGenerator]生成的音频。" msgid "" "This class is meant to be used with [AudioStreamGenerator] to play back the " "generated audio in real-time." -msgstr "" +msgstr "此类旨在与 [AudioStreamGenerator] 一起使用以实时播放生成的音频。" #: doc/classes/AudioStreamGeneratorPlayback.xml:18 -#, fuzzy msgid "" "Returns [code]true[/code] if a buffer of the size [code]amount[/code] can be " "pushed to the audio sample data buffer without overflowing it, [code]false[/" "code] otherwise." msgstr "" -"如果[member cull_mask]中给定的[code]layer[/code]被启用,返回[code]true[/" -"code],否则返回[code]false[/code]。" +"如果可以将大小为 [code]amount[/code] 的缓冲区推送到音频采样数据缓冲区而不使其" +"溢出,则返回 [code]true[/code],否则返回 [code]false[/code]。" #: doc/classes/AudioStreamGeneratorPlayback.xml:24 -#, fuzzy msgid "Clears the audio sample data buffer." -msgstr "包含以字节为单位的音频数据。" +msgstr "清除音频样本数据缓冲区。" #: doc/classes/AudioStreamGeneratorPlayback.xml:30 msgid "" @@ -11772,6 +11855,9 @@ msgid "" "added again. Therefore, make sure your script can always generate and push " "new audio frames fast enough to avoid audio cracking." msgstr "" +"返回要播放的音频数据帧数。如果返回的数字达到 [code]0[/code],音频将停止播放," +"直到再次添加帧。因此,请确保你的脚本始终能够以足够快的速度生成和推送新的音频" +"帧,以避免音频破裂。" #: doc/classes/AudioStreamGeneratorPlayback.xml:42 msgid "" @@ -11779,6 +11865,9 @@ msgid "" "efficient than [method push_frame] in C# and compiled languages via " "GDNative, but [method push_buffer] may be [i]less[/i] efficient in GDScript." msgstr "" +"将多个音频数据帧推送到缓冲区。这通常比 C# 中的 [method push_frame] 和通过 " +"GDNative 编译的语言更有效,但 [method push_buffer] 在 GDScript 中的效率可能 " +"[i]低[/i]。" #: doc/classes/AudioStreamGeneratorPlayback.xml:49 msgid "" @@ -11786,6 +11875,9 @@ msgid "" "efficient than [method push_buffer] in C# and compiled languages via " "GDNative, but [method push_frame] may be [i]more[/i] efficient in GDScript." msgstr "" +"将单个音频数据帧推送到缓冲区。在C#和通过GDNative编译的语言中,这通常比" +"[method push_buffer]效率低,但在GDScript中[method push_frame]可能[i]更高效[/" +"i]。" #: modules/minimp3/doc_classes/AudioStreamMP3.xml:4 #: modules/minimp3/doc_classes/AudioStreamMP3.xml:7 @@ -11836,6 +11928,9 @@ msgid "" "To play audio positionally, use [AudioStreamPlayer2D] or " "[AudioStreamPlayer3D] instead of [AudioStreamPlayer]." msgstr "" +"以非位置方式支持播放音频流。\n" +"要在位置上播放音频,请使用[AudioStreamPlayer2D]或[AudioStreamPlayer3D]而不是" +"[AudioStreamPlayer]。" #: doc/classes/AudioStreamPlayer.xml:22 msgid "Returns the position in the [AudioStream] in seconds." @@ -11923,9 +12018,8 @@ msgid "" msgstr "音频将在第二通道,也就是通常的中央播放。" #: doc/classes/AudioStreamPlayer2D.xml:4 -#, fuzzy msgid "Plays positional sound in 2D space." -msgstr "在3D空间中播放3D声音。" +msgstr "在 2D 空间中播放位置声音。" #: doc/classes/AudioStreamPlayer2D.xml:7 msgid "" @@ -11936,6 +12030,11 @@ msgid "" "[member volume_db] to a very low value like [code]-100[/code] (which isn't " "audible to human hearing)." msgstr "" +"播放音频,随着与屏幕中心的距离而减弱。\n" +"参阅[AudioStreamPlayer]来播放非位置性的声音。\n" +"[b]注意:[/b] 隐藏一个[AudioStreamPlayer2D]节点并不能禁用其音频输出。要暂时禁" +"用[AudioStreamPlayer2D]的音频输出,请将[member volume_db]设置为一个非常低的" +"值,如[code]-100[/code](人的听觉听不到)。" #: doc/classes/AudioStreamPlayer2D.xml:18 #: doc/classes/AudioStreamPlayer3D.xml:19 @@ -11973,9 +12072,8 @@ msgid "Base volume without dampening." msgstr "基础音量,无衰减。" #: doc/classes/AudioStreamPlayer3D.xml:4 -#, fuzzy msgid "Plays positional sound in 3D space." -msgstr "在3D空间中播放3D声音。" +msgstr "在 3D 空间中播放位置声音。" #: doc/classes/AudioStreamPlayer3D.xml:7 msgid "" @@ -11993,6 +12091,15 @@ msgid "" "[member unit_db] to a very low value like [code]-100[/code] (which isn't " "audible to human hearing)." msgstr "" +"播放具有定向性的声音效果,如果需要,可随着距离的增加而减弱,产生空间中可听到" +"的位置效果。为了更逼真,低通滤波器会自动应用于远处的声音。这可以通过设置" +"[member attenuation_filter_cutoff_hz]为[code]20500[/code]来禁用。\n" +"默认情况下,音频是从相机的位置听到的,这可以通过在场景中添加一个[Listener]节" +"点,并通过对其调用[method Listener.make_current]来启用它,以改变。\n" +"参阅[AudioStreamPlayer]来播放非位置的声音。\n" +"[b]注意:[/b] 隐藏一个[AudioStreamPlayer3D]节点并不能禁用其音频输出。要暂时禁" +"用[AudioStreamPlayer3D]的音频输出,请将[member unit_db]设置为一个非常低的值," +"如[code]-100[/code](人的听觉听不到)。" #: doc/classes/AudioStreamPlayer3D.xml:25 msgid "" @@ -12006,11 +12113,12 @@ msgid "" "disable the dampening effect entirely, set this to [code]20500[/code] as " "this frequency is above the human hearing limit." msgstr "" +"使用高于此频率的低通滤波器衰减音频,以 Hz 为单位。要完全禁用阻尼效果,请将其" +"设置为 [code]20500[/code],因为该频率高于人类听力极限。" #: doc/classes/AudioStreamPlayer3D.xml:57 -#, fuzzy msgid "Amount how much the filter affects the loudness, in decibels." -msgstr "滤波器对响度的影响程度,单位为dB。" +msgstr "滤波器对响度的影响程度,以分贝为单位。" #: doc/classes/AudioStreamPlayer3D.xml:60 msgid "" @@ -12022,14 +12130,14 @@ msgstr "" "用衰减。" #: doc/classes/AudioStreamPlayer3D.xml:63 -#, fuzzy msgid "" "If [code]true[/code], audio plays when the AudioStreamPlayer3D node is added " "to scene tree." -msgstr "如果[code]true[/code],则在添加到场景树时播放音频。" +msgstr "" +"如果 [code]true[/code],则在将 AudioStreamPlayer3D 节点添加到场景树时播放音" +"频。" #: doc/classes/AudioStreamPlayer3D.xml:66 -#, fuzzy msgid "The bus on which this audio is playing." msgstr "播放此音频的总线。" @@ -12041,6 +12149,10 @@ msgid "" "doppler_tracking] property is set to a value other than [constant Camera." "DOPPLER_TRACKING_DISABLED]." msgstr "" +"决定 [url=https://en.wikipedia.org/wiki/Doppler_effect] 多普勒效应 [/url] 应" +"该在哪一步计算。\n" +"[b]注意:[/b]仅当当前[Camera]的[member Camera.doppler_tracking]属性设置为" +"[constant Camera.DOPPLER_TRACKING_DISABLED]以外的值时有效。" #: doc/classes/AudioStreamPlayer3D.xml:73 msgid "The angle in which the audio reaches cameras undampened." @@ -12053,18 +12165,16 @@ msgid "" msgstr "如果[code]true[/code],则应根据声音的方向对音频进行衰减。" #: doc/classes/AudioStreamPlayer3D.xml:79 -#, fuzzy msgid "" "Dampens audio if camera is outside of [member emission_angle_degrees] and " "[member emission_angle_enabled] is set by this factor, in decibels." msgstr "" -"如果相机在[membermission_angle_degrees]之外,并以此参数设置" -"[membermission_angle_enabled],则衰减音频,以dB为单位。" +"如果样机在[member emission_angle_degrees]之外,并且[member " +"emission_angle_enabled]被设置为这个系数,则对音频进行减弱,单位是分贝。" #: doc/classes/AudioStreamPlayer3D.xml:82 -#, fuzzy msgid "Sets the absolute maximum of the soundlevel, in decibels." -msgstr "设置声级的绝对最大值,单位为dB。" +msgstr "设置声级的绝对最大值,以分贝为单位。" #: doc/classes/AudioStreamPlayer3D.xml:85 msgid "" @@ -12079,29 +12189,26 @@ msgid "" msgstr "决定当音源超出 [member max_distance] 范围时,是否应该暂停音频。" #: doc/classes/AudioStreamPlayer3D.xml:97 -#, fuzzy msgid "The [AudioStream] resource to be played." -msgstr "要播放的[AudioStream]对象。" +msgstr "要播放的[AudioStream]资源。" #: doc/classes/AudioStreamPlayer3D.xml:100 -#, fuzzy msgid "" "If [code]true[/code], the playback is paused. You can resume it by setting " "[member stream_paused] to [code]false[/code]." msgstr "" -"如果 [code]true[/code],则暂停播放。您可以通过将 [code]stream_paused[/code] " -"设置为 [code]false[/code] 来恢复播放。" +"如果[code]true[/code],则播放会暂停。你可以通过设置[member stream_paused]为" +"[code]false[/code]来恢复它。" #: doc/classes/AudioStreamPlayer3D.xml:103 -#, fuzzy msgid "The base sound level unaffected by dampening, in decibels." -msgstr "未受阻尼影响的基本声级,单位为dB。" +msgstr "不受阻尼影响的基本声级,单位为分贝。" #: doc/classes/AudioStreamPlayer3D.xml:106 msgid "" "The factor for the attenuation effect. Higher values make the sound audible " "over a larger distance." -msgstr "" +msgstr "衰减效果的系数。更高的值使声音在更远的距离可以听到。" #: doc/classes/AudioStreamPlayer3D.xml:118 msgid "Linear dampening of loudness according to distance." @@ -12123,6 +12230,9 @@ msgid "" "greater than [code]0.0[/code] to achieve linear attenuation clamped to a " "sphere of a defined size." msgstr "" +"不会根据距离衰减响度。与 [AudioStreamPlayer] 不同,声音仍会在位置上被听到。 " +"[constant ATTENUATION_DISABLED] 可以与大于 [code]0.0[/code] 的 [member " +"max_distance] 值结合使用,以实现线性衰减,限制在定义的球体大小。" #: doc/classes/AudioStreamPlayer3D.xml:130 msgid "" @@ -12130,6 +12240,9 @@ msgid "" "but keeps the sound playing at the correct position if the camera leaves and " "enters the [AudioStreamPlayer3D]'s [member max_distance] radius." msgstr "" +"将此音频混合,即使它超出范围。这会增加 CPU 使用率,但如果相机离开并进入 " +"[AudioStreamPlayer3D] 的 [member max_distance] 半径,则保持声音在正确的位置播" +"放。" #: doc/classes/AudioStreamPlayer3D.xml:133 msgid "" @@ -12137,21 +12250,21 @@ msgid "" "will cause the sound to restart if the camera leaves and enters the " "[AudioStreamPlayer3D]'s [member max_distance] radius." msgstr "" +"超出范围时暂停此音频。这会降低 CPU 使用率,但如果相机离开并进入 " +"[AudioStreamPlayer3D] 的 [member max_distance] 半径,则会使声音重新开始。" #: doc/classes/AudioStreamPlayer3D.xml:136 msgid "Disables doppler tracking." msgstr "禁用多普勒跟踪。" #: doc/classes/AudioStreamPlayer3D.xml:139 -#, fuzzy msgid "Executes doppler tracking in idle step (every rendered frame)." -msgstr "以空闲步骤执行多普勒跟踪。" +msgstr "在空闲的步骤中执行多普勒跟踪(每渲染一帧)。" #: doc/classes/AudioStreamPlayer3D.xml:142 -#, fuzzy msgid "" "Executes doppler tracking in physics step (every simulated physics frame)." -msgstr "在物理运算步骤中执行doppler(多普勒)跟踪。" +msgstr "在物理步骤中执行多普勒跟踪(每个模拟的物理帧)。" #: doc/classes/AudioStreamRandomPitch.xml:4 msgid "Plays audio with random pitch shifting." @@ -12174,7 +12287,6 @@ msgid "Stores audio data loaded from WAV files." msgstr "存储从WAV文件加载的音频数据。" #: doc/classes/AudioStreamSample.xml:7 -#, fuzzy msgid "" "AudioStreamSample stores sound samples loaded from WAV files. To play the " "stored sound, use an [AudioStreamPlayer] (for non-positional audio) or " @@ -12183,10 +12295,11 @@ msgid "" "This class can also be used to store dynamically-generated PCM audio data. " "See also [AudioStreamGenerator] for procedural audio generation." msgstr "" -"AudioStreamSample存储从WAV文件加载的声音样本。要播放存储的声音,请使用" -"[AudioStreamPlayer](用于非定位音频)或[AudioStreamPlayer2D]/" -"[AudioStreamPlayer3D](用于定位音频)。声音可以被循环播放。\n" -"这个类也可以用来存储动态生成的PCM音频数据。" +"AudioStreamSample 存储从 WAV 文件加载的声音样本。要播放存储的声音,请使用 " +"[AudioStreamPlayer](用于非定位音频)或 [AudioStreamPlayer2D]/" +"[AudioStreamPlayer3D](用于定位音频)。声音可以循环播放。\n" +"此类还可用于存储动态生成的 PCM 音频数据。另请参阅 [AudioStreamGenerator] 以了" +"解程序音频生成。" #: doc/classes/AudioStreamSample.xml:17 msgid "" @@ -12253,6 +12366,14 @@ msgid "" "[code]32000[/code] or [code]22050[/code] may be usable with no loss in " "quality." msgstr "" +"混合这个音频的采样率。更高的数值需要更多的存储空间,但会带来更好的质量。\n" +"在游戏中,常用的采样率有[code]11025[/code]、[code]16000[/code]、[code]22050[/" +"code]、[code]32000[/code]、[code]44100[/code],以及[code]48000[/code]。\n" +"根据[url=https://en.wikipedia.org/wiki/Nyquist" +"%E2%80%93Shannon_sampling_theorem]Nyquist-Shannon采样定理[/url],当超过40000" +"赫兹时,对于人的听觉没有质量上的差别(因为大多数人只能听到~20000赫兹,往往更" +"少)。如果你使用低音调的声音,如语音,较低的采样率,如[code]32000[/code]或" +"[code]22050[/code]可能是可用的,没有质量上的损失。" #: doc/classes/AudioStreamSample.xml:45 msgid "If [code]true[/code], audio is stereo." @@ -12306,7 +12427,6 @@ msgstr "" "texture(SCREEN_TEXTURE,...)[/code]函数在着色器脚本中对其进行访问。" #: doc/classes/BackBufferCopy.xml:7 -#, fuzzy msgid "" "Node for back-buffering the currently-displayed screen. The region defined " "in the BackBufferCopy node is buffered with the content of the screen it " @@ -12319,13 +12439,13 @@ msgid "" "derived nodes as [i]siblings[/i] to the BackBufferCopy node instead of " "adding them as children." msgstr "" -"用于对当前显示的屏幕进行反缓冲的节点。在BackBufferCopy节点中定义的区域将用它" -"所覆盖的屏幕内容进行缓冲,或者根据设置的复制模式对整个屏幕进行缓冲。在你的着" -"色器脚本中使用[code]texture(SCREEN_TEXTURE,...)[/code]函数来访问缓冲区。\n" -"[b]注意:[/b]由于该节点继承自 [Node2D] (而非[Control]),因此锚点和边距将不会" -"应用于[Control]派生的子节点。这在调整窗口大小时可能会有问题。为了避免这种情" -"况,请将 [Control] 派生节点作为 [i] siblings[/i] 添加到 BackBufferCopy 节点," -"而不是将它们作为子节点添加。" +"用于对当前屏幕显示进行后台缓冲的节点。 BackBufferCopy 节点中定义的区域与其覆" +"盖屏幕的内容一起缓冲,或者根据拷贝模式设置的整个屏幕进行缓冲。在着色器脚本中" +"使用 [code]texture(SCREEN_TEXTURE, ...)[/code] 函数来访问缓冲区。\n" +"[b]注意:[/b] 由于该节点继承自 [Node2D],而非 [Control],锚点和边距将不会应用" +"于从 [Control] 派生的子节点。这在调整窗口大小时可能会出现问题。为避免这种情" +"况,请将 [Control] 派生节点作为 [i]同级[/i] 添加到 BackBufferCopy 节点,而不" +"是将它们添加为子节点。" #: doc/classes/BackBufferCopy.xml:16 msgid "Buffer mode. See [enum CopyMode] constants." @@ -12367,35 +12487,46 @@ msgid "" "[b]Note:[/b] Due to how lightmaps work, most properties only have a visible " "effect once lightmaps are baked again." msgstr "" +"烘焙光照贴图是向场景添加间接(或烘焙)光照的替代工作流程。与 [GIProbe] 方法不" +"同,烘焙光照贴图在低端 PC 和移动设备上运行良好,因为它们在运行时几乎不消耗资" +"源。\n" +"[b]注意:[/b] 由于光照贴图的工作原理,大多数属性只有在光照贴图再次烘焙后才会" +"看到效果。" #: doc/classes/BakedLightmap.xml:11 msgid "https://docs.godotengine.org/en/3.4/tutorials/3d/baked_lightmaps.html" msgstr "https://docs.godotengine.org/en/3.4/tutorials/3d/baked_lightmaps.html" #: doc/classes/BakedLightmap.xml:19 +#, fuzzy msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" +"烘焙光照贴图,从给定的 [code]from_node[/code] 根扫描并将结果 " +"[BakedLightmapData] 保存在 [code]data_save_path[/code] 中。如果没有提供保存路" +"径,它将尝试匹配来自当前 [member light_data] 的路径。" #: doc/classes/BakedLightmap.xml:25 msgid "" "When enabled, the lightmapper will merge the textures for all meshes into a " "single large layered texture. Not supported in GLES2." msgstr "" +"启用后,光照贴图会将所有网格的纹理合并为一个大的分层纹理。 GLES2 不支持。" #: doc/classes/BakedLightmap.xml:28 msgid "" "Maximum size of each lightmap layer, only used when [member atlas_generate] " "is enabled." -msgstr "" +msgstr "每个光照贴图层的最大尺寸,仅在启用 [member atlas_generate] 时使用。" #: doc/classes/BakedLightmap.xml:31 msgid "" "Raycasting bias used during baking to avoid floating point precision issues." -msgstr "" +msgstr "在烘焙过程中使用光线投射偏置来避免浮点数精度问题。" #: doc/classes/BakedLightmap.xml:34 msgid "" @@ -12410,16 +12541,23 @@ msgid "" "[b]Note:[/b] [member bounce_indirect_energy] only has an effect if [member " "bounces] is set to a value greater than or equal to [code]1[/code]." msgstr "" +"每次反弹的能量乘数。较高的值将使间接照明更亮。 [code]1.0[/code] 的值表示与物" +"理相一致的行为,但在使用少量反弹时,可以使用更高的值使间接照明传播更明显。这" +"可用于通过降低[member bounces]的数量然后增加 [member bounce_indirect_energy] " +"来加快烘焙时间。与 [member BakedLightmapData.energy] 不同,此属性不会影响灯光" +"节点、自发光材质和环境发出的直接光照。\n" +"[b]注意:[/b] [member bounce_indirect_energy] 仅在[member bounces] 设置为大于" +"或等于[code]1[/code]的值时有效。" #: doc/classes/BakedLightmap.xml:38 msgid "" "Number of light bounces that are taken into account during baking. See also " "[member bounce_indirect_energy]." -msgstr "" +msgstr "烘焙过程中考虑的光线反射次数。参阅 [member bounce_indirect_energy]。" #: doc/classes/BakedLightmap.xml:41 msgid "Grid size used for real-time capture information on dynamic objects." -msgstr "" +msgstr "用于实时捕获动态对象信息的网格大小。" #: doc/classes/BakedLightmap.xml:44 msgid "" @@ -12427,11 +12565,13 @@ msgid "" "computed. This octree will then be used to light dynamic objects in the " "scene." msgstr "" +"启用后,将计算包含场景照明信息的八叉树。然后此八叉树将用于照亮场景中的动态对" +"象。" #: doc/classes/BakedLightmap.xml:47 msgid "" "Bias value to reduce the amount of light proagation in the captured octree." -msgstr "" +msgstr "偏置值,用于减少捕获的八叉树中的光传播量。" #: doc/classes/BakedLightmap.xml:50 msgid "Bake quality of the capture data." @@ -12442,12 +12582,16 @@ msgid "" "If a baked mesh doesn't have a UV2 size hint, this value will be used to " "roughly compute a suitable lightmap size." msgstr "" +"如果烘焙后的网格没有UV2的尺寸提示,这个值将被用来粗略计算出合适的光照贴图尺" +"寸。" #: doc/classes/BakedLightmap.xml:56 msgid "" "The environment color when [member environment_mode] is set to [constant " "ENVIRONMENT_MODE_CUSTOM_COLOR]." msgstr "" +"[member environment_mode] 设置为 [constant ENVIRONMENT_MODE_CUSTOM_COLOR] 时" +"的环境颜色。" #: doc/classes/BakedLightmap.xml:59 msgid "" @@ -12455,18 +12599,20 @@ msgid "" "[constant ENVIRONMENT_MODE_CUSTOM_COLOR] or [constant " "ENVIRONMENT_MODE_CUSTOM_SKY]." msgstr "" +"[member environment_mode] 设置为 [constant ENVIRONMENT_MODE_CUSTOM_COLOR] 或 " +"[constant ENVIRONMENT_MODE_CUSTOM_SKY] 时的能量比例系数。" #: doc/classes/BakedLightmap.xml:62 -#, fuzzy msgid "" "The [Sky] resource to use when [member environment_mode] is set o [constant " "ENVIRONMENT_MODE_CUSTOM_SKY]." -msgstr "当[member overlay]设置为[constant OVERLAY_POSITION]时使用的背景。" +msgstr "" +"当 [member environment_mode] 设置为 [constant ENVIRONMENT_MODE_CUSTOM_SKY] 时" +"要使用的 [Sky] 资源。" #: doc/classes/BakedLightmap.xml:65 -#, fuzzy msgid "The rotation of the baked custom sky." -msgstr "编辑场景的根。" +msgstr "烘焙自定义天空的旋转。" #: doc/classes/BakedLightmap.xml:68 msgid "" @@ -12475,6 +12621,8 @@ msgid "" "amount of light on all the lightmap texels. Can be used for artistic control " "on shadow color." msgstr "" +"所有光照贴图纹理元素的最小环境光。这不考虑场景几何体的任何遮挡,它只是确保所" +"有光照贴图纹理元素上的光量最小。可用于阴影颜色的艺术控制。" #: doc/classes/BakedLightmap.xml:71 msgid "Decides which environment to use during baking." @@ -12486,12 +12634,14 @@ msgid "" "in the baked lightmap, also used as the bounds of the captured region for " "dynamic lighting." msgstr "" +"烘焙光照贴图的大小。只有该区域内的网格才会包含在烘焙光照贴图中,也用作动态光" +"照捕获区域的边界。" #: doc/classes/BakedLightmap.xml:77 msgid "" "Deprecated, in previous versions it determined the location where lightmaps " "were be saved." -msgstr "" +msgstr "已废弃,在以前的版本中,它决定了光照贴图的保存位置。" #: doc/classes/BakedLightmap.xml:80 msgid "The calculated light data." @@ -12503,6 +12653,8 @@ msgid "" "amount of samples for each quality level can be configured in the project " "settings." msgstr "" +"决定在不正确的光照烘烤中每一个纹理元素的采样量。可以在项目设置中配置每个质量" +"级别的采样量。" #: doc/classes/BakedLightmap.xml:86 msgid "" @@ -12511,12 +12663,15 @@ msgid "" "disk usage if the scene contains only white lights or you don't mind losing " "color information in indirect lighting." msgstr "" +"在光照贴图纹理中存储全色值。禁用时,光照贴图纹理将存储单个亮度通道。如果场景" +"仅包含白光或者您不介意在间接照明中丢失颜色信息,则可以禁用以减少磁盘使用量。" #: doc/classes/BakedLightmap.xml:89 msgid "" "When enabled, a lightmap denoiser will be used to reduce the noise inherent " "to Monte Carlo based global illumination." msgstr "" +"启用后,将使用光照贴图降噪器来减少基于Monte Carlo的全局照明固有的噪声。" #: doc/classes/BakedLightmap.xml:92 msgid "" @@ -12529,23 +12684,29 @@ msgid "" "lightmap banding even when using the GLES2 backend or if [member " "ProjectSettings.rendering/quality/depth/hdr] is [code]false[/code]." msgstr "" +"如果 [code]true[/code],则以高动态范围格式 (EXR) 存储光照贴图纹理。如果 " +"[code]false[/code],则将光照贴图纹理存储在低动态范围的 PNG 图像中。这可以设置" +"为 [code]false[/code] 以减少磁盘占用,但超过 1.0 的光照值将被限制,你可能会看" +"到因精度降低而导致的条纹。\n" +"[b]注意:[/b] 将 [member use_hdr] 设置为 [code]true[/code] 即使使用 GLES2 后" +"端或 [member ProjectSettings.rendering/quality/depth/hdr] 为 [code]false,也" +"会降低光照贴图条纹[/code]。" #: doc/classes/BakedLightmap.xml:98 msgid "The lowest bake quality mode. Fastest to calculate." -msgstr "" +msgstr "最低烘焙质量模式。计算速度最快。" #: doc/classes/BakedLightmap.xml:101 -#, fuzzy msgid "The default bake quality mode." -msgstr "默认的文本字体。" +msgstr "默认烘焙质量模式。" #: doc/classes/BakedLightmap.xml:104 msgid "A higher bake quality mode. Takes longer to calculate." -msgstr "" +msgstr "更高的烘焙质量模式。需要更长的时间来计算。" #: doc/classes/BakedLightmap.xml:107 msgid "The highest bake quality mode. Takes the longest to calculate." -msgstr "" +msgstr "最高的烘烤质量模式。需要最长的时间来计算。" #: doc/classes/BakedLightmap.xml:110 msgid "Baking was successful." @@ -12556,46 +12717,56 @@ msgid "" "Returns if no viable save path is found. This can happen where an [member " "image_path] is not specified or when the save location is invalid." msgstr "" +"如果没有找到合适的保存路径,则返回。这可能发生在没有指定[member image_path]或" +"者保存位置无效的情况下。" #: doc/classes/BakedLightmap.xml:116 doc/classes/SpatialMaterial.xml:622 msgid "Currently unused." msgstr "当前未使用." #: doc/classes/BakedLightmap.xml:119 -#, fuzzy msgid "Returns when the baker cannot save per-mesh textures to file." -msgstr "返回分配给图块的形状数量。" +msgstr "当烘焙器不能将每个网格的纹理保存到文件时返回。" #: doc/classes/BakedLightmap.xml:122 -#, fuzzy msgid "The size of the generated lightmaps is too large." -msgstr "生成平面的大小。" +msgstr "生成的光照贴图尺寸过大。" #: doc/classes/BakedLightmap.xml:125 msgid "Some mesh contains UV2 values outside the [code][0,1][/code] range." -msgstr "" +msgstr "有些网格包含[code][0,1][/code]范围以外的UV2值。" #: doc/classes/BakedLightmap.xml:128 -#, fuzzy msgid "Returns if user cancels baking." -msgstr "返回取消按钮。" +msgstr "如果用户取消了烘烤,则返回。" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "烘焙过程中不使用任何环境。" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." -msgstr "" +msgstr "烘焙环境会自动从当前场景中获取。" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." -msgstr "" +msgstr "在烘焙过程中使用自定义天空作为环境。" -#: doc/classes/BakedLightmap.xml:142 -#, fuzzy +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." -msgstr "自定义的[World2D],可以作为2D环境源。" +msgstr "烘焙过程中使用自定义纯色作为环境。" #: doc/classes/BakedLightmapData.xml:56 msgid "" @@ -12605,11 +12776,15 @@ msgid "" "lighting or emissive materials), adjust [member BakedLightmap." "bounce_indirect_energy] and bake lightmaps again." msgstr "" +"烘焙和动态捕获对象的全局能量乘数。这可以在运行时更改,而无需再次烘焙光照贴" +"图。\n" +"要仅调整间接照明的能量,即不影响直接照明或自发光材质,请调整 [member " +"BakedLightmap.bounce_indirect_energy] 并再次烘焙光照贴图。" #: doc/classes/BakedLightmapData.xml:60 msgid "" "Controls whether dynamic capture objects receive environment lighting or not." -msgstr "" +msgstr "控制动态捕捉对象是否接收环境光照。" #: doc/classes/BaseButton.xml:4 msgid "Base class for different kinds of buttons." @@ -12662,6 +12837,10 @@ msgid "" "[b]Note:[/b] This method doesn't unpress other buttons in its button [member " "group]." msgstr "" +"改变按钮的[member pressed]状态,不触发[signal toggled]。当你只想改变按钮的状" +"态而不发送按下事件时使用(例如,在初始化场景时)。只有当[member toggle_mode]" +"是[code]true[/code]时才有效。\n" +"[b]注意:[/b] 这个方法不会释放其按钮[member group] 中的其他按钮。" #: doc/classes/BaseButton.xml:48 msgid "" @@ -12691,6 +12870,8 @@ msgid "" "will be removed in Godot 4.0. This property no longer has any effect when " "set. Please use [member Control.focus_mode] instead." msgstr "" +"[i]已弃用。[/i] 由于冗余,此属性已弃用,将在 Godot 4.0 中删除。此属性在设置后" +"不会有任何影响。请改用 [member Control.focus_mode]。" #: doc/classes/BaseButton.xml:62 msgid "[ButtonGroup] associated to the button." @@ -12705,7 +12886,7 @@ msgid "" "value." msgstr "" "如果[code]true[/code],当按下按钮时将光标移到按钮外时,按钮会保持按下状态。\n" -"[b]注意:[/b]该属性只影响按钮的视觉外观。无论该属性的值是多少,信号都会在同一" +"[b]注意:[/b]该属性只影响按钮的视觉表现。无论该属性的值是多少,信号都会在同一" "时刻发出。" #: doc/classes/BaseButton.xml:69 @@ -12717,6 +12898,11 @@ msgid "" "emitted. If you want to change the pressed state without emitting that " "signal, use [method set_pressed_no_signal]." msgstr "" +"如果 [code]true[/code],按钮为按下状态。表示按钮被按下或切换(如果 [member " +"toggle_mode] 处于激活状态)。仅当 [member toggle_mode] 为 [code]true[/code] " +"时才有效。\n" +"[b]注:[/b]设置 [member pressed] 将导致 [signal toggled] 触发。如果你想在不触" +"发该信号的情况下更改按下状态,请使用 [method set_pressed_no_signal]。" #: doc/classes/BaseButton.xml:73 msgid "[ShortCut] associated to the button." @@ -12946,15 +13132,16 @@ msgid "Returns the inverse of the matrix." msgstr "返回矩阵的逆值。" #: doc/classes/Basis.xml:97 -#, fuzzy msgid "" "Returns [code]true[/code] if this basis and [code]b[/code] are approximately " "equal, by calling [code]is_equal_approx[/code] on each component.\n" "[b]Note:[/b] For complicated reasons, the epsilon argument is always " "discarded. Don't use the epsilon argument, it does nothing." msgstr "" -"通过对每个分量调用[code]is_equal_approx[/code],如果这个基础和[code]b[/code]" -"近似相等,返回[code]true[/code]。" +"如果这个 basis 和[code]b[/code]近似相等,返回[code]true[/code],是通过对每个" +"分量调用[code]is_equal_approx[/code]。\n" +"[b]注意:[/b] 由于复杂的原因,epsilon参数总是被丢弃,不要使用它,它没有任何作" +"用。" #: doc/classes/Basis.xml:104 msgid "" @@ -13106,7 +13293,7 @@ msgstr "返回设置为[code]true[/code]的位图元素的数量。" msgid "" "Applies morphological dilation to the bitmap. The first argument is the " "dilation amount, Rect2 is the area where the dilation will be applied." -msgstr "" +msgstr "在位图上应用形态扩展。第一个参数是扩展量,Rect2是要应用扩展的区域。" #: doc/classes/BitMap.xml:66 msgid "" @@ -13243,7 +13430,7 @@ msgstr "" #: doc/classes/Bone2D.xml:36 msgid "" "Length of the bone's representation drawn in the editor's viewport in pixels." -msgstr "在编辑器的视口中绘制的骨骼的长度,单位为像素。" +msgstr "在编辑器的视窗中绘制的骨骼的长度,单位为像素。" #: doc/classes/Bone2D.xml:39 msgid "" @@ -13257,14 +13444,13 @@ msgid "A node that will attach to a bone." msgstr "一个会附着在骨骼上的节点。" #: doc/classes/BoneAttachment.xml:7 -#, fuzzy msgid "" "This node must be the child of a [Skeleton] node. You can then select a bone " "for this node to attach to. The BoneAttachment node will copy the transform " "of the selected bone." msgstr "" -"此节点必须是[Skeleton3D]节点的子节点。然后,您可以为这个节点选择一个骨骼来附" -"着。BoneAttachment3D 节点将复制所选骨骼的变形。" +"此节点必须是 [Skeleton] 节点的子节点。然后,你可以为此节点选择要附加的骨骼。 " +"BoneAttachment 节点将拷贝所选骨骼的变换。" #: doc/classes/BoneAttachment.xml:15 msgid "The name of the attached bone." @@ -13275,7 +13461,6 @@ msgid "Boolean built-in type." msgstr "布尔型内置型。" #: doc/classes/bool.xml:7 -#, fuzzy msgid "" "Boolean is a built-in type. There are two boolean values: [code]true[/code] " "and [code]false[/code]. You can think of it as a switch with on or off (1 or " @@ -13324,12 +13509,12 @@ msgid "" " can_shoot = true\n" "[/codeblock]" msgstr "" -"布尔型是一个内置类型。有两个布尔值。[code]true[/code]和[code]false[/code]。你" -"可以把它想象成一个开关,有开或关(1或0)的设置。布尔运算在编程中用于条件语句" -"中的逻辑,比如[code]if[/code]语句。\n" -"布尔运算可以直接用于[code]if[/code]语句中。下面的代码在[code]if can_shoot:[/" -"code]行中演示了这一点。你不需要使用[code]==true[/code],你只需要[code]if " -"can_shoot:[/code]。同样,使用 [code]if not can_shoot:[/code] 而不是 [code]== " +"布尔是内置类型。有两个布尔值。[code]true[/code]和[code]false[/code]。你可以把" +"它想象成有开或关状态的开关(1或0)。布尔在编程中用于条件语句的逻辑,如" +"[code]if[/code]语句。\n" +"布尔可以直接用于[code]if[/code]语句中。下面的代码在[code]if can_shoot:[/code]" +"行中演示了这一点。你不需要使用[code]==true[/code],你只需要[code]if " +"can_shoot:[/code]。同样地,使用[code]if not can_shoot:[/code]而不是[code]== " "false[/code]。\n" "[codeblock]\n" "var can_shoot = true\n" @@ -13338,12 +13523,11 @@ msgstr "" " if can_shoot:\n" " pass # Perform shooting actions here.\n" "[/codeblock]\n" -"The following code will only create a bullet if both conditions are met: " -"action \"shoot\" is pressed and if [code]can_shoot[/code] is [code]true[/" -"code].\n" -"[b]Note:[/b] [code]Input.is_action_pressed(\"shoot\")[/code] is also a " -"boolean that is [code]true[/code] when \"shoot\" is pressed and [code]false[/" -"code] when \"shoot\" isn't pressed.\n" +"下面的代码只有在两个条件都满足的情况下才会产生子弹:动作 \"shoot\" 被按下,并" +"且如果[code]can_shoot[/code]是[code]true[/code]。\n" +"[b]注意:[/b][code]Input.is_action_pressed(\"shoot\")[/code]也是一个布尔值," +"当 \"shoot\"被按下时为[code]true[/code],当 \"shoot\" 没有被按下时为" +"[code]false[/code]。\n" "[codeblock]\n" "var can_shoot = true\n" "\n" @@ -13351,10 +13535,9 @@ msgstr "" " if can_shoot and Input.is_action_pressed(\"shoot\"):\n" " create_bullet()\n" "[/codeblock]\n" -"The following code will set [code]can_shoot[/code] to [code]false[/code] and " -"start a timer. This will prevent player from shooting until the timer runs " -"out. Next [code]can_shoot[/code] will be set to [code]true[/code] again " -"allowing player to shoot once again.\n" +"下面的代码将把[code]can_shoot[/code]设置为[code]false[/code]并启动一个定时" +"器。这将阻止玩家射击,直到定时器用完。然后[code]can_shoot[/code]设置为" +"[code]true[/code],再次允许玩家进行射击。\n" "[codeblock]\n" "var can_shoot = true\n" "onready var cool_down = $CoolDownTimer\n" @@ -13405,29 +13588,26 @@ msgid "Base class for box containers." msgstr "盒子容器的基类。" #: doc/classes/BoxContainer.xml:7 -#, fuzzy msgid "" "Arranges child controls vertically or horizontally, and rearranges the " "controls automatically when their minimum size changes." -msgstr "垂直或水平排列子[Control]节点,并在其最小尺寸更改时自动重新排列它们。" +msgstr "垂直或水平排列子控件,并在其最小尺寸更改时自动重新排列。" #: doc/classes/BoxContainer.xml:16 -#, fuzzy msgid "" "Adds a control to the box as a spacer. If [code]true[/code], [code]begin[/" "code] will insert the spacer control in front of other children." msgstr "" -"在方框中添加一个 [Control] 节点作为间隔。如果 [code]begin[/code] 是 " -"[code]true[/code],它将在所有其他子节点前插入 [Control] 节点。" +"将控件添加到盒子作为间隔。如果 [code]true[/code], [code]begin[/code] 将在其他" +"子级之前插入间隔控件。" #: doc/classes/BoxContainer.xml:22 -#, fuzzy msgid "" "The alignment of the container's children (must be one of [constant " "ALIGN_BEGIN], [constant ALIGN_CENTER] or [constant ALIGN_END])." msgstr "" -"容器子代的对齐方式(必须是[constant ALIGN_BEGIN]、[constant ALIGN_CENTER]或" -"[constant ALIGN_END]中的一个)。" +"容器子项的对齐方式,必须是 [constant ALIGN_BEGIN]、[constant ALIGN_CENTER] " +"或 [constant ALIGN_END] 之一。" #: doc/classes/BoxContainer.xml:28 msgid "Aligns children with the beginning of the container." @@ -13446,9 +13626,8 @@ msgid "Box shape resource." msgstr "盒形资源。" #: doc/classes/BoxShape.xml:7 -#, fuzzy msgid "3D box shape that can be a child of a [PhysicsBody] or [Area]." -msgstr "3D盒子形状可以是[PhysicsBody3D]或[Area3D]的子级。" +msgstr "3D 盒子形状,可以是 [PhysicsBody] 或 [Area] 的子项。" #: doc/classes/BoxShape.xml:10 doc/classes/CapsuleShape.xml:10 #: doc/classes/ConcavePolygonShape.xml:11 doc/classes/ConvexPolygonShape.xml:10 @@ -13476,7 +13655,6 @@ msgid "Standard themed Button." msgstr "标准主题按钮。" #: doc/classes/Button.xml:7 -#, fuzzy msgid "" "Button is the standard themed button. It can contain text and an icon, and " "will display them according to the current [Theme].\n" @@ -13501,8 +13679,8 @@ msgid "" "given time. Use [TouchScreenButton] for buttons that trigger gameplay " "movement or actions, as [TouchScreenButton] supports multitouch." msgstr "" -"按钮是标准主题按钮。它可以包含文本和图标,并将根据当前的[主题]显示它们。\n" -"[b]创建按钮并在被代码按下时分配动作的示例:[/b]\n" +"标准的主题按钮。它可以包含文字和图标,并根据当前的 [Theme]显示。\n" +"[b]创建按钮并在按下代码时配置动作的示例:[/b]\n" "[codeblock]\n" "func _ready():\n" " var button = Button.new()\n" @@ -13513,8 +13691,12 @@ msgstr "" "func _button_pressed():\n" " print(\"Hello world!\")\n" "[/codeblock]\n" -"也可以在编辑器中创建按钮(如所有Control节点),但是某些情况下可能需要通过代码" -"创建它们。" +"按钮像所有控件节点一样,也可以在编辑器中创建,但在某些情况下可能需要从代码中" +"创建。\n" +"参阅 [BaseButton],其中包括与此节点相关的通用属性和方法。\n" +"[b]注意:[/b] 按钮不处理触摸输入,因此不支持多点触控,因为模拟鼠标在给定时间" +"只能按下一个按钮。将 [TouchScreenButton] 用于触发游戏移动或动作的按钮,因为 " +"[TouchScreenButton] 支持多点触控。" #: doc/classes/Button.xml:25 doc/classes/Dictionary.xml:89 #: doc/classes/GridContainer.xml:12 doc/classes/OS.xml:10 @@ -13595,26 +13777,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "禁用[Button]时使用的文本[Color]。" #: doc/classes/Button.xml:77 +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/Button.xml:80 msgid "Text [Color] used when the [Button] is being hovered." msgstr "悬停[Button]时使用的文本[Color]。" -#: doc/classes/Button.xml:80 +#: doc/classes/Button.xml:83 msgid "Text [Color] used when the [Button] is being pressed." msgstr "正在按下 [Button] 时使用的文本 [Color] 。" -#: doc/classes/Button.xml:83 +#: doc/classes/Button.xml:86 msgid "[StyleBox] used when the [Button] is being hovered." msgstr "悬停[Button]时使用的[StyleBox]。" -#: doc/classes/Button.xml:86 +#: doc/classes/Button.xml:89 msgid "The horizontal space between [Button]'s icon and text." msgstr "[Button]的图标和文本之间的水平间距。" -#: doc/classes/Button.xml:89 +#: doc/classes/Button.xml:92 msgid "Default [StyleBox] for the [Button]." msgstr "[Button]的默认[StyleBox]。" -#: doc/classes/Button.xml:92 +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "按下[Button]时使用的[StyleBox]。" @@ -13644,16 +13833,14 @@ msgid "Returns the current pressed button." msgstr "返回当前按下的按钮。" #: doc/classes/ButtonGroup.xml:33 -#, fuzzy msgid "Emitted when one of the buttons of the group is pressed." -msgstr "当该控制器上的一个按钮被按下时触发。" +msgstr "当该组中的一个按钮被按下时触发。" #: doc/classes/Camera.xml:4 msgid "Camera node, displays from a point of view." msgstr "相机节点,从一个角度显示。" #: doc/classes/Camera.xml:7 -#, fuzzy msgid "" "Camera is a special node that displays what is visible from its current " "location. Cameras register themselves in the nearest [Viewport] node (when " @@ -13663,10 +13850,10 @@ msgid "" "capabilities to a [Viewport], and, without one, a scene registered in that " "[Viewport] (or higher viewports) can't be displayed." msgstr "" -"[Camera3D]是一个特殊节点,显示从其当前位置可见的内容。相机将自己注册在最近的" -"[Viewport]节点中(升序场景树)。每个视口只能激活一个相机。如果场景树上没有可" -"用的视区,则摄影机将在全局视口中注册。换句话说,相机仅向[视口]提供3D显示功" -"能,而没有一个相机,则无法显示在[Viewport](或更高视口)中注册的场景。" +"相机是一个特殊节点,用于显示从其当前位置可见的内容。相机在最近的 [Viewport] " +"节点中注册自己(当树上行)。每个视窗只能激活一个相机。如果在树上没有可用的视" +"窗,相机将在全局视窗中注册。换句话说,相机只是为 [Viewport] 提供3D显示能力," +"如果没有,则无法显示在该 [Viewport] 或更高视窗中注册的场景。" #: doc/classes/Camera.xml:17 msgid "" @@ -13678,9 +13865,8 @@ msgstr "" "[code]true[/code],请求使下一个相机成为当前相机(如果有)。" #: doc/classes/Camera.xml:23 -#, fuzzy msgid "Returns the camera's RID from the [VisualServer]." -msgstr "从[RenderingServer]中返回相机的RID。" +msgstr "从[VisualServer]返回相机的RID。" #: doc/classes/Camera.xml:29 msgid "" @@ -13689,6 +13875,9 @@ msgid "" "to the position and orientation of the camera by subclassed cameras such as " "[ClippedCamera], [InterpolatedCamera] and [ARVRCamera]." msgstr "" +"返回相机的变换加上垂直[member v_offset]和水平[member h_offset]的偏移量;以及" +"由子类相机如[ClippedCamera]、[InterpolatedCamera]和[ARVRCamera]对相机的位置和" +"方向做出的任何其他调整。" #: doc/classes/Camera.xml:36 msgid "" @@ -13699,14 +13888,13 @@ msgstr "" "code],否则返回[code]false[/code]。" #: doc/classes/Camera.xml:42 -#, fuzzy msgid "" "Returns the camera's frustum planes in world space units as an array of " "[Plane]s in the following order: near, far, left, top, right, bottom. Not to " "be confused with [member frustum_offset]." msgstr "" -"以世界空间为单位,以[Plane]数组的形式返回相机的平截头体平面,顺序为:近、远、" -"左、上、右、下。不要与 [member frustum_offset] 混淆。" +"以世界空间单位将相机的视锥平面作为 [Plane] 数组按以下顺序返回:near、far、" +"left、top、right、bottom。不要与 [member frustum_offset] 混淆。" #: doc/classes/Camera.xml:49 msgid "" @@ -13736,36 +13924,33 @@ msgstr "" "屏幕宽度/高度等因素。" #: doc/classes/Camera.xml:71 -#, fuzzy msgid "" "Returns the 3D point in world space that maps to the given 2D coordinate in " "the [Viewport] rectangle on a plane that is the given [code]z_depth[/code] " "distance into the scene away from the camera." msgstr "" -"返回世界空间中的 3D 点,该点在 [Viewport] 矩形中映射到给定 2D 坐标的平面上," -"该平面的深度为给定 [code]z_depth[/code] 的距离到场景中与相机的距离。" +"返回世界空间中的 3D 点,该点映射到平面上 [Viewport] 矩形中的给定 2D 坐标,该" +"平面距离相机的场景为给定的 [code]z_depth[/code] 距离。" #: doc/classes/Camera.xml:78 -#, fuzzy msgid "" "Returns a normal vector in world space, that is the result of projecting a " "point on the [Viewport] rectangle by the camera projection. This is useful " "for casting rays in the form of (origin, normal) for object intersection or " "picking." msgstr "" -"返回世界空间中的法线向量,即通过相机投影在[Viewport]矩形上的一个点的结果。这" -"对于以(原点,法线)的形式投射光线以进行物体交汇或选取很有用。" +"返回世界空间中的法线向量,即相机投影在[Viewport]矩形上投影一个点的结果。这对" +"于以原点、法线,投射光线形式用于对象相交或拾取很有用。" #: doc/classes/Camera.xml:85 -#, fuzzy msgid "" "Returns a 3D position in world space, that is the result of projecting a " "point on the [Viewport] rectangle by the camera projection. This is useful " "for casting rays in the form of (origin, normal) for object intersection or " "picking." msgstr "" -"返回世界空间中的3D位置,即通过相机投影在[Viewport]矩形上的一个点的结果。这对" -"于以(原点、法线)形式投射光线以进行物体交汇或选取很有用。" +"返回世界空间中的 3D 坐标,即相机投影在 [Viewport] 矩形上投影一个点的结果。这" +"对于以原点、法线,投射光线形式用于对象相交或拾取很有用。" #: doc/classes/Camera.xml:93 msgid "" @@ -13773,16 +13958,15 @@ msgid "" msgstr "启用或禁用[member cull_mask]中给定的[code]layer[/code]。" #: doc/classes/Camera.xml:103 -#, fuzzy msgid "" "Sets the camera projection to frustum mode (see [constant " "PROJECTION_FRUSTUM]), by specifying a [code]size[/code], an [code]offset[/" "code], and the [code]z_near[/code] and [code]z_far[/code] clip planes in " "world space units." msgstr "" -"通过指定 [code]size[/code]、[code]offset[/code],以及 [code]z_near[/code] 和 " -"[code]z_far[/code] 剪辑平面(以世界空间为单位),将相机投影设置为 frustum 模" -"式(请参阅 [constant PROJECTION_FRUSTUM])。" +"通过指定 [code]size[/code] 、 [code]offset[/code] 以及以世界空间为单位的 " +"[code]z_near[/code] 和 [code]z_far[/code] 裁剪平面,将相机投影设置为视锥模" +"式,参阅 [constant PROJECTION_FRUSTUM]。" #: doc/classes/Camera.xml:112 msgid "" @@ -13824,6 +14008,17 @@ msgid "" "unproject_position(global_transform.origin)\n" "[/codeblock]" msgstr "" +"返回[Viewport]矩形中的2D坐标,该坐标映射到世界空间中给定的3D点。\n" +"[b]注意:[/b]当使用它来定位3D视窗上的GUI元素时,如果3D点在相机后面,请使用" +"[method is_position_behind]来防止它们显示。\n" +"[codeblock]\n" +"# 这个代码块是继承自Spatial的脚本的一部分。\n" +"# `control`是对继承自Control的节点的引用。\n" +"control.visible = not get_viewport().get_camera()." +"is_position_behind(global_transform.origin)\n" +"control.rect_position = get_viewport().get_camera()." +"unproject_position(global_transform.origin)\n" +"[/codeblock]" #: doc/classes/Camera.xml:141 msgid "" @@ -13848,6 +14043,13 @@ msgid "" "Perspective menu in the top-left corner of the 3D viewport and toggle " "[b]Enable Doppler[/b]." msgstr "" +"如果不是[constant DOPPLER_TRACKING_DISABLED],此相机将模拟[url=https://en." +"wikipedia.org/wiki/Doppler_effect]多普勒效果[/url]的对象在特定" +"[code]_process[/code]方法中的变化。多普勒效果只对[member AudioStreamPlayer3D." +"doppler_tracking]设置为[constant AudioStreamPlayer3D." +"DOPPLER_TRACKING_DISABLED]以外的值的[AudioStreamPlayer3D]节点进行模拟。\n" +"[b]注意:[/b]要在编辑器中切换多普勒效果预览,使用三维视窗左上角的透视菜单,并" +"切换为[b]启用多普勒[/b]。" #: doc/classes/Camera.xml:151 msgid "The [Environment] to use for this camera." @@ -13860,7 +14062,6 @@ msgid "" msgstr "该相机相对于其本地Z轴的远裁边界的距离。" #: doc/classes/Camera.xml:157 -#, fuzzy msgid "" "The camera's field of view angle (in degrees). Only applicable in " "perspective mode. Since [member keep_aspect] locks one axis, [code]fov[/" @@ -13872,13 +14073,13 @@ msgid "" "- ~102.45 degrees in a 16:9 viewport\n" "- ~117.06 degrees in a 21:9 viewport" msgstr "" -"相机的视场角(度)。仅适用于透视模式。由于[member keep_aspect]锁定一个轴," -"[code]fov[/code]设置另一个轴的视场角。\n" -"作为参考,默认的垂直视场角值([code]75.0[/code])相当于水平视场角。\n" -"- 在4:3的视口中,约91.31度\n" -"- ~101.67度,在16:10的视口中\n" -"- ~107.51度,在16:9的视口中\n" -"- ~121.63度,在21:9的视口中" +"相机的视野角度,以度为单位。仅适用于透视模式。由于 [member keep_aspect] 锁定" +"一个轴,因此 [code]fov[/code] 设置另一个轴的视角。\n" +"作为参考,默认的垂直视野值 ([code]70.0[/code]) 等效于以下水平 FOV:\n" +"- 在 4:3 视窗中约86.07 度\n" +"- 在 16:10 视窗中约 96.50 度\n" +"- 在 16:9 视窗中约102.45 度\n" +"- 在 21:9 视窗中约117.06 度" #: doc/classes/Camera.xml:165 msgid "" @@ -14006,7 +14207,6 @@ msgid "Camera node for 2D scenes." msgstr "二维场景的相机节点。" #: doc/classes/Camera2D.xml:7 -#, fuzzy msgid "" "Camera node for 2D scenes. It forces the screen (current layer) to scroll " "following this node. This makes it easier (and faster) to program scrollable " @@ -14022,15 +14222,15 @@ msgid "" "limits. You can use [method get_camera_screen_center] to get the real " "position." msgstr "" -"二维场景的相机节点。它强制屏幕(当前层)跟随这个节点滚动。这使得对可滚动场景" -"进行编程比手动改变基于[CanvasItem]节点的位置更容易(也更快)。\n" -"这个节点的目的是作为一个简单的帮手,让事情快速进行,可能会发生需要更多的功能" -"来改变相机的工作方式。要制作自己的自定义相机节点,请继承[Node2D],并通过设置" -"[Viewport]中的[member Viewport.canvas_transform]来改变画布的变换(您可以通过" -"[method Node.get_viewport]获得当前的[Viewport])。\n" -"注意,[Camera2D]节点的[code]position[/code]并不代表屏幕的实际位置,它可能会因" -"为应用的平滑或限制而有所不同。你可以使用[method get_camera_screen_center]来获" -"取真实位置。" +"用于2D场景的相机节点。它强制屏幕(当前层)跟随该节点滚动。与手动改变基于 " +"[CanvasItem] 节点的坐标相比,这使得对可滚动场景进行编程更加容易和快捷。\n" +"这个节点旨在成为简单的助手,让事情便捷,但可能需要更多的功能来改变相机的工作" +"方式。要制作自定义相机节点,则从[Node2D]继承,并通过设置[Viewport]中的" +"[member Viewport.canvas_transform]来改变画布的变换(你可以通过使用[method " +"Node.get_viewport]获得当前的[Viewport])。\n" +"请注意,[Camera2D]节点的[code]position[/code]并不代表屏幕的实际坐标,它可能会" +"因为应用的平滑或限制而有所不同。你可以使用[method get_camera_screen_center]来" +"获取实际坐标。" #: doc/classes/Camera2D.xml:13 doc/classes/TileMap.xml:13 #: doc/classes/TileSet.xml:13 @@ -14086,7 +14286,7 @@ msgstr "" msgid "" "Make this the current 2D camera for the scene (viewport and layer), in case " "there are many cameras in the scene." -msgstr "使之成为场景(视口和图层)的当前2D相机,以防场景中有很多相机。" +msgstr "使之成为场景(视窗和图层)的当前2D相机,以防场景中有很多相机。" #: doc/classes/Camera2D.xml:70 msgid "" @@ -14221,6 +14421,10 @@ msgid "" "without smoothing, even with this setting enabled, invoke [method " "reset_smoothing]." msgstr "" +"如果 [code]true[/code],相机在达到极限时平滑地停止。\n" +"如果平滑被禁用,这将不起作用。\n" +"[b]注意:[/b]要立即将相机的位置更新到限制范围内而不进行平滑,即使启用了此设" +"置,也要调用[method reset_smoothing]。" #: doc/classes/Camera2D.xml:143 msgid "" @@ -14282,7 +14486,7 @@ msgid "" "example, use [code]Vector2(0.5, 0.5)[/code] for a 2× zoom-in, and " "[code]Vector2(4, 4)[/code] for a 4× zoom-out." msgstr "" -"相机相对于视口的缩放比例。大于[code] Vector2(1,1)[/code]的值会缩小内容,而" +"相机相对于视窗的缩放比例。大于[code] Vector2(1,1)[/code]的值会缩小内容,而" "较小的值会起到放大镜的作用。例如,将[code] Vector2(0.5,0.5)[/code]放大2" "倍,然后将[code] Vector2(4,4)[/code]用于4倍缩小。" @@ -14313,7 +14517,6 @@ msgid "" msgstr "通过相机源,您可以访问连接到设备的单个物理相机。" #: doc/classes/CameraFeed.xml:7 -#, fuzzy msgid "" "A camera feed gives you access to a single physical camera attached to your " "device. When enabled, Godot will start capturing frames from the camera " @@ -14323,53 +14526,48 @@ msgid "" "for you if you set the environment to show the camera image in the " "background." msgstr "" -"通过相机源,您可以访问连接到设备的单个物理相机。启用后,Godot 将开始从相机捕" -"获帧,然后可以使用。另请参阅 [CameraServer]。\n" +"通过相机源,你可以访问连接到设备的单个物理相机。启用后,Godot 将开始从相机捕" +"获帧,然后使用。\n" "[b]注意:[/b]很多相机会返回YCbCr图像,这些图像被分成两个纹理,需要在着色器中" -"组合。如果您将环境设置为在背景中显示相机图像,Godot 会自动为您执行此操作。" +"组合。如果你将环境设置为在背景中显示相机图像,Godot 会自动为将执行此操作。" #: doc/classes/CameraFeed.xml:16 -#, fuzzy msgid "Returns the unique ID for this feed." -msgstr "返回该对等体的IP。" +msgstr "返回该源的唯一ID。" #: doc/classes/CameraFeed.xml:22 msgid "Returns the camera's name." msgstr "返回相机的名称。" #: doc/classes/CameraFeed.xml:28 -#, fuzzy msgid "Returns the position of camera on the device." -msgstr "返回给定ID处的位置追踪器。" +msgstr "返回设备上的相机位置。" #: doc/classes/CameraFeed.xml:34 -#, fuzzy msgid "If [code]true[/code], the feed is active." -msgstr "如果[code]true[/code],则暂停视频。" +msgstr "如果[code]true[/code],则源是激活的。" #: doc/classes/CameraFeed.xml:37 -#, fuzzy msgid "The transform applied to the camera's image." -msgstr "返回应用于该项导航网格的转换。" +msgstr "应用于相机图像的变换。" #: doc/classes/CameraFeed.xml:42 -#, fuzzy msgid "No image set for the feed." -msgstr "没有关于已编辑属性的提示。" +msgstr "没有为该源设置图像。" #: doc/classes/CameraFeed.xml:45 msgid "Feed supplies RGB images." -msgstr "Feed 提供 RGB 图像。" +msgstr "源提供RGB图像。" #: doc/classes/CameraFeed.xml:48 msgid "Feed supplies YCbCr images that need to be converted to RGB." -msgstr "" +msgstr "源提供的 YCbCr 图像需要转换成 RGB 图像。" #: doc/classes/CameraFeed.xml:51 msgid "" "Feed supplies separate Y and CbCr images that need to be combined and " "converted to RGB." -msgstr "" +msgstr "源提供单独的Y和CbCr图像,需要合并并转换为RGB。" #: doc/classes/CameraFeed.xml:54 msgid "Unspecified position." @@ -14377,42 +14575,37 @@ msgstr "未指定坐标。" #: doc/classes/CameraFeed.xml:57 msgid "Camera is mounted at the front of the device." -msgstr "" +msgstr "相机安装在了设备前部。" #: doc/classes/CameraFeed.xml:60 msgid "Camera is mounted at the back of the device." -msgstr "" +msgstr "相机安装在了设备后部。" #: doc/classes/CameraServer.xml:4 msgid "Server keeping track of different cameras accessible in Godot." msgstr "服务器跟踪Godot中可访问的不同摄像头。" #: doc/classes/CameraServer.xml:7 -#, fuzzy msgid "" "The [CameraServer] keeps track of different cameras accessible in Godot. " "These are external cameras such as webcams or the cameras on your phone.\n" "It is notably used to provide AR modules with a video feed from the camera." msgstr "" -"[CameraServer]跟踪Godot中可访问的不同摄像头。这些是外部摄像头,如网络摄像头或" -"手机上的摄像头。\n" -"值得注意的是,它用于为AR模块提供来自摄像头的视频源。\n" -"[b]注意:[/b]这个类目前只在macOS和iOS上实现。在其他平台上,将无法使用" -"[CameraFeed]。" +"[CameraServer]记录了Godot中可访问的不同摄像机。这些是外部摄像机,如网络摄像机" +"或手机上的摄像机。\n" +"它主要用于为AR模块提供来自摄像机的视频资料。" #: doc/classes/CameraServer.xml:17 -#, fuzzy msgid "Adds a camera feed to the camera server." -msgstr "将相机[code]feed[/code]添加到相机服务器。" +msgstr "将相机源添加到相机服务。" #: doc/classes/CameraServer.xml:23 msgid "Returns an array of [CameraFeed]s." -msgstr "返回一个[CameraFeed]的数组。" +msgstr "返回一个 [CameraFeed] 数组。" #: doc/classes/CameraServer.xml:30 -#, fuzzy msgid "Returns the [CameraFeed] with this id." -msgstr "返回此信号的名称。" +msgstr "返回具有此ID的[CameraFeed]。" #: doc/classes/CameraServer.xml:36 msgid "Returns the number of [CameraFeed]s registered." @@ -14423,14 +14616,12 @@ msgid "Removes a [CameraFeed]." msgstr "移除[CameraFeed]。" #: doc/classes/CameraServer.xml:51 -#, fuzzy msgid "Emitted when a [CameraFeed] is added (e.g. webcam is plugged in)." -msgstr "当添加[CameraFeed]时发出(例如,插入了网络摄像头)。" +msgstr "当添加[CameraFeed]时触发,例如,插入网络摄像头。" #: doc/classes/CameraServer.xml:57 -#, fuzzy msgid "Emitted when a [CameraFeed] is removed (e.g. webcam is unplugged)." -msgstr "当[CameraFeed]被移除时发出(例如,网络摄像头被拔掉)。" +msgstr "移除 [CameraFeed] 时触发,例如拔掉网络摄像头。" #: doc/classes/CameraServer.xml:63 msgid "The RGBA camera image." @@ -14450,7 +14641,7 @@ msgstr "CbCr分量相机的图像。" #: doc/classes/CameraTexture.xml:4 msgid "Texture provided by a [CameraFeed]." -msgstr "纹理由[CameraFeed]提供。" +msgstr "由[CameraFeed]提供的纹理。" #: doc/classes/CameraTexture.xml:7 msgid "" @@ -14569,11 +14760,11 @@ msgid "Draws a colored polygon of any amount of points, convex or concave." msgstr "绘制任意数量点的彩色多边形,凸或凹。" #: doc/classes/CanvasItem.xml:80 -#, fuzzy msgid "" "Draws a line from a 2D point to another, with a given color and width. It " "can be optionally antialiased." -msgstr "用给定的颜色和宽度,从一个2D点画一条线到另一个点。" +msgstr "" +"绘制一条从 2D 点到另一个点的线,具有给定的颜色和宽度。它可以选择抗锯齿。" #: doc/classes/CanvasItem.xml:91 msgid "" @@ -14588,9 +14779,11 @@ msgid "" "[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently " "not implemented and have no effect." msgstr "" +"使用uniform [code]color[/code] 绘制多条平行线。\n" +"[b]注:[/b] [code]width[/code] 和 [code]antialiased[/code] 目前没有实现,没有" +"效果。" #: doc/classes/CanvasItem.xml:112 -#, fuzzy msgid "" "Draws multiple, parallel lines with a uniform [code]width[/code] and segment-" "by-segment coloring. Colors assigned to line segments match by index between " @@ -14598,8 +14791,10 @@ msgid "" "[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are currently " "not implemented and have no effect." msgstr "" -"以统一的[code]width[/code]和逐段着色的方式绘制多条平行线。分配给线段的颜色与" -"[code]points[/code]和[code]colors[/code]之间的索引相匹配。" +"以 uniform 的 [code]width[/code] 和逐段着色绘制多条平行线。分配给线段的颜色" +"按 [code]points[/code] 和 [code]colors[/code] 之间的索引匹配。\n" +"[b]注:[/b] [code]width[/code]和[code]antialiased[/code]目前没有实现,没有效" +"果。" #: doc/classes/CanvasItem.xml:122 msgid "" @@ -14614,34 +14809,32 @@ msgid "Draws a polygon of any amount of points, convex or concave." msgstr "绘制任意数量的点的多边形,凸或凹。" #: doc/classes/CanvasItem.xml:144 -#, fuzzy msgid "" "Draws interconnected line segments with a uniform [code]color[/code] and " "[code]width[/code] and optional antialiasing." -msgstr "绘制具有统一[code]colors[/code]和[code]width[/code]的相互连接的线段。" +msgstr "" +"以uniform 的[code]color[/code]和[code]width[/code]来绘制相互连接的线段,可选" +"抗锯齿。" #: doc/classes/CanvasItem.xml:154 -#, fuzzy msgid "" "Draws interconnected line segments with a uniform [code]width[/code], " "segment-by-segment coloring, and optional antialiasing. Colors assigned to " "line segments match by index between [code]points[/code] and [code]colors[/" "code]." msgstr "" -"绘制具有统一[code]width[/code]和逐段着色的相互连接的线段。分配给线段的颜色与" -"[code]点[/code]和[code]colors[/code]之间的索引匹配。" +"以uniform的[code]width[/code]绘制相互连接的线段,逐段着色,可选抗锯齿。分配给" +"线段的颜色通过[code]points[/code]和[code]colors[/code]之间的索引进行匹配。" #: doc/classes/CanvasItem.xml:166 -#, fuzzy msgid "" "Draws a custom primitive. 1 point for a point, 2 points for a line, 3 points " "for a triangle and 4 points for a quad." msgstr "" -"绘制一个自定义基元。1点为一个点,2点为一条线,3点为一个三角形,4点为一个四边" +"绘制自定义基本网格。1点为一个点,2点为一条线,3点为一个三角形,4点为一个四边" "形。" #: doc/classes/CanvasItem.xml:177 -#, fuzzy msgid "" "Draws a rectangle. If [code]filled[/code] is [code]true[/code], the " "rectangle will be filled with the [code]color[/code] specified. If " @@ -14652,11 +14845,12 @@ msgid "" "[b]Note:[/b] [code]width[/code] and [code]antialiased[/code] are only " "effective if [code]filled[/code] is [code]false[/code]." msgstr "" -"绘制一个矩形。如果[code]fill[/code]是[code]true[/code],则用指定的" -"[code]color[/code]填充矩形。如果[code]fill[/code]是[code]false[/code],则以指" -"定的[code]color[/code]和[code]width[/code]来绘制矩形。\n" -"[b]注意:[/b] [code]width[/code]只有在[code]filled[/code]为[code]false[/code]" -"时才有效。" +"绘制一个矩形。如果[code]filled[/code]是[code]true[/code],矩形将被填充为指定" +"的[code]color[/code]。如果[code]filled[/code]是[code]false[/code],矩形将以" +"[code]color[/code]和[code]width[/code]指定的笔画形式绘制。如果" +"[code]antialiased[/code]是[code]true[/code],线条抗锯齿。\n" +"[b]注意:[/b][code]width[/code]和[code]antialiased[/code]只有在[code]filled[/" +"code]是[code]false[/code]时才有效。" #: doc/classes/CanvasItem.xml:187 msgid "" @@ -14671,7 +14865,6 @@ msgid "" msgstr "设置通过矩阵绘制时的自定义变换。之后绘制的任何东西都将被转换。" #: doc/classes/CanvasItem.xml:205 -#, fuzzy msgid "" "Draws [code]text[/code] using the specified [code]font[/code] at the " "[code]position[/code] (bottom-left corner using the baseline of the font). " @@ -14688,14 +14881,14 @@ msgid "" "[/codeblock]\n" "See also [method Font.draw]." msgstr "" -"在[code]position[/code](左上角)使用指定的[code]font[/code]绘制[code]text[/" -"code]。文本的颜色将乘以 [code]modulate[/code]。如果 [code]clip_w[/code] 大于" -"或等于0,如果文本超过指定的宽度,则会被剪切。\n" -"[b]使用默认项目字体的示例:[/b]。\n" +"使用指定的[code]font[/code]在[code]position[/code]绘制[code]text[/code](左下" +"角作为字体的基线)。该文本的颜色将乘以[code]modulate[/code]。如果" +"[code]clip_w[/code]大于或等于0,文本超过了指定的宽度,将被裁剪。\n" +"[b]使用项目默认字体的例子:[/b]\n" "[codeblock]\n" -"# If using this method in a script that redraws constantly, move the\n" -"# `default_font` declaration to a member variable assigned in `_ready()`\n" -"# so the Control is only created once.\n" +"# 如果在不断重绘的脚本中使用此方法,\n" +"# 则将`default_font`声明移动到在`_ready()`中赋值的成员变量中\n" +"# 这样Control只创建一次。\n" "var default_font = Control.new().get_font(\"font\")\n" "draw_string(default_font, Vector2(64, 64), \"Hello world\")\n" "[/codeblock]\n" @@ -14741,9 +14934,8 @@ msgid "Returns the [RID] of the [World2D] canvas where this item is in." msgstr "返回此项目所在的[World2D]画布的[RID]。" #: doc/classes/CanvasItem.xml:275 -#, fuzzy msgid "Returns the canvas item RID used by [VisualServer] for this item." -msgstr "返回[RenderingServer]为该项目使用的canvas项目RID。" +msgstr "返回此[VisualServer]项使用的画布项RID。" #: doc/classes/CanvasItem.xml:281 msgid "Returns the transform matrix of this item's canvas." @@ -14772,7 +14964,7 @@ msgstr "返回此项目的变换矩阵。" #: doc/classes/CanvasItem.xml:317 msgid "Returns the viewport's boundaries as a [Rect2]." -msgstr "以[Rect2]形式返回视口的边界。" +msgstr "以[Rect2]形式返回视窗的边界。" #: doc/classes/CanvasItem.xml:323 msgid "Returns this item's transform in relation to the viewport." @@ -14933,6 +15125,8 @@ msgid "" "or when an action is taking place that may have impacted these boundaries (e." "g. changing [member Sprite.texture])." msgstr "" +"在物体[Rect2]边缘(位置或大小)改变,或有影响到边缘的操作(比如修改[member " +"Sprite.texture])时触发。" #: doc/classes/CanvasItem.xml:455 msgid "Emitted when the visibility (hidden/visible) changes." @@ -14968,6 +15162,8 @@ msgid "" "applicable for render targets with a transparent background. No lighting " "will be applied." msgstr "" +"关闭混合模式。颜色(包括 alpha)将会变原来的样子。仅能在渲染透明背景的目标使" +"用。不会应用任何光照。" #: doc/classes/CanvasItem.xml:479 msgid "" @@ -15019,16 +15215,15 @@ msgid "The manner in which material reacts to lighting." msgstr "材质对照明的反应方式。" #: doc/classes/CanvasItemMaterial.xml:21 -#, fuzzy msgid "" "The number of columns in the spritesheet assigned as [Texture] for a " "[Particles2D] or [CPUParticles2D].\n" "[b]Note:[/b] This property is only used and visible in the editor if [member " "particles_animation] is [code]true[/code]." msgstr "" -"Spritesheet中为[GPUParticles2D]或[CPUParticles2D]分配为[Texture2D]的列数。\n" -"[b]注意:[/b]仅当[memberparticles_animation]为[code] true [/code]时,此属性才" -"在编辑器中使用和可见。" +"为 [Particles2D] 或 [CPUParticles2D] 分配为 [Texture] 精灵表中的列数。\n" +"[b]注意:[/b]这个属性只有在 [member particles_animation] 为 [code]true[/code]" +"时才会被使用,并在编辑器中可见。" #: doc/classes/CanvasItemMaterial.xml:25 msgid "" @@ -15041,19 +15236,17 @@ msgstr "" "会在编辑器中使用并可见。" #: doc/classes/CanvasItemMaterial.xml:29 -#, fuzzy msgid "" "The number of rows in the spritesheet assigned as [Texture] for a " "[Particles2D] or [CPUParticles2D].\n" "[b]Note:[/b] This property is only used and visible in the editor if [member " "particles_animation] is [code]true[/code]." msgstr "" -"Spritesheet中为[GPUParticles2D]或[CPUParticles2D]分配为[Texture2D]的行数。\n" +"spritesheet中为[GPUParticles2D]或[CPUParticles2D]分配为[Texture2D]的行数。\n" "[b]注意:[/b]仅当[member particle_animation]为[code] true [/code]时,此属性才" "在编辑器中使用和可见。" #: doc/classes/CanvasItemMaterial.xml:33 -#, fuzzy msgid "" "If [code]true[/code], enable spritesheet-based animation features when " "assigned to [Particles2D] and [CPUParticles2D] nodes. The [member " @@ -15062,8 +15255,8 @@ msgid "" "This property (and other [code]particles_anim_*[/code] properties that " "depend on it) has no effect on other types of nodes." msgstr "" -"如果[code]true[/code],当分配给[GPUParticles2D]和[CPUParticles2D]节点时,启用" -"基于spritesheet的动画功能。[member ParticlesMaterial.anim_speed]或[member " +"如果为[code]true[/code],当分配给[GPUParticles2D]和[CPUParticles2D]节点时,启" +"用基于spritesheet的动画功能。[member ParticlesMaterial.anim_speed]或[member " "CPUParticles2D.anim_speed]也应设置为正值,才能播放动画。\n" "这个属性(以及其他依赖于它的[code]particles_anim_*[/code]属性)对其他类型的节" "点没有影响。" @@ -15114,13 +15307,13 @@ msgid "" "code], uses the default viewport instead." msgstr "" "分配给[CanvasLayer]的自定义[Viewport]节点。如果[code]null[/code],则使用默认" -"的视口。" +"的视窗。" #: doc/classes/CanvasLayer.xml:27 msgid "" "Sets the layer to follow the viewport in order to simulate a pseudo 3D " "effect." -msgstr "将图层设置为跟随视口,以模拟伪3D效果。" +msgstr "将图层设置为跟随视窗,以模拟伪3D效果。" #: doc/classes/CanvasLayer.xml:30 msgid "" @@ -15179,6 +15372,8 @@ msgid "" "[b]Note:[/b] The capsule's total height is equal to [member mid_height] + 2 " "* [member radius]." msgstr "" +"胶囊体中间圆柱体(除了两个半球体的部分)的高度。\n" +"[b]注意:[/b]圆柱体的总高度等于[member mid_height] + 2 * [member radius]。" #: doc/classes/CapsuleMesh.xml:19 msgid "Number of radial segments on the capsule mesh." @@ -15281,17 +15476,16 @@ msgid "The color the character will be drawn with." msgstr "绘制角色所用的颜色。" #: doc/classes/CharFXTransform.xml:31 -#, fuzzy msgid "" "The time elapsed since the [RichTextLabel] was added to the scene tree (in " "seconds). Time stops when the [RichTextLabel] is paused (see [member Node." "pause_mode]). Resets when the text in the [RichTextLabel] is changed.\n" "[b]Note:[/b] Time still passes while the [RichTextLabel] is hidden." msgstr "" -"自从[RichTextLabel]添加到场景树以来经过的时间(以秒为单位)。除非项目" -"[RichTextLabel]的[member Node.pause_mode]设置为[constant Node." -"PAUSE_MODE_PROCESS],否则暂停项目时,时间将停止。\n" -"[b]注意:[/b]当[RichTextLabel]被隐藏,时间仍然流逝。" +"自[RichTextLabel]被添加到场景树后所经过的时间,单位秒。时间在[RichTextLabel]" +"暂停时停止,参阅[member Node.pause_mode]。当[RichTextLabel]中的文本改变时,会" +"重新设置。\n" +"[b]注意:[/b] 当[RichTextLabel]被隐藏时,时间仍会增加。" #: doc/classes/CharFXTransform.xml:35 msgid "" @@ -15339,7 +15533,6 @@ msgid "Binary choice user interface widget. See also [CheckButton]." msgstr "二元选择(有或无)用户界面小部件。另请参阅[CheckButton]。" #: doc/classes/CheckBox.xml:7 -#, fuzzy msgid "" "A checkbox allows the user to make a binary choice (choosing only one of two " "possible options). It's similar to [CheckButton] in functionality, but it " @@ -15350,10 +15543,11 @@ msgid "" "See also [BaseButton] which contains common properties and methods " "associated with this node." msgstr "" -"复选框允许用户进行二元选择(在两个可能的选项中只选择一个)。它的功能与" -"[CheckButton]类似,但它的外观不同。为了遵循既定的UX模式,建议在切换CheckBox对" -"某件事情有[b]no[/b]立竿见影的效果时使用它。例如,当切换它只有在按下确认按钮后" -"才会做某事时,就应该使用它。" +"复选框让用户做出二元选择,即在两个可能的选项中只选择一个。它在功能上类似于" +"[CheckButton],但外观不同。为了遵循用户体验,建议在切换它对某些东西[b]没有[/" +"b]直接影响时使用CheckBox。例如,当切换它只会在确认按钮被按下时做一些事情时," +"使用它。\n" +"参阅[BaseButton],它包含了与该节点相关的常规属性和方法。" #: doc/classes/CheckBox.xml:22 msgid "The vertical offset used when rendering the check icons (in pixels)." @@ -15363,86 +15557,103 @@ msgstr "呈现复选图标时使用的垂直偏移量(以像素为单位)。 msgid "The check icon to display when the [CheckBox] is checked." msgstr "选中[CheckBox]时显示的复选图标。" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +#, fuzzy +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "选中并禁用[CheckButton]时显示的图标。" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "当[CheckBox]被禁用时,作为背景显示的[StyleBox]。" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "当[CheckBox]被聚焦时,作为背景显示的[StyleBox]。" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "用于[CheckBox]文本的[Font]。" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "[CheckBox]文本的字体颜色。" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "[CheckBox]文本被禁用时的字体颜色。" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "[CheckBox]文本在悬停时的字体颜色。" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "当[CheckBox]文本被悬停和按下时的字体颜色。" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "文本被按下时的字体颜色。" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "当[CheckBox]被悬停时作为背景显示的[StyleBox]。" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "当[CheckBox]被悬停和按下时,作为背景显示的[StyleBox]。" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "复选图标和文本之间的分隔(以像素为单位)。" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "[StyleBox]显示为背景。" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "按下[CheckBox]时,[StyleBox]显示为背景。" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "如果将[CheckBox]配置为单选按钮,则选中[CheckBox]时显示的图标。" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "如果将[CheckBox]配置为单选按钮,则取消选中[CheckBox]时显示的图标。" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "未选中[CheckBox]时显示的复选图标。" +#: doc/classes/CheckBox.xml:86 +#, fuzzy +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "未选中和禁用[CheckButton]时显示的图标。" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "可检查的按钮。另请参阅[CheckBox]。" #: doc/classes/CheckButton.xml:7 -#, fuzzy msgid "" "CheckButton is a toggle button displayed as a check field. It's similar to " "[CheckBox] in functionality, but it has a different appearance. To follow " @@ -15453,10 +15664,11 @@ msgid "" "See also [BaseButton] which contains common properties and methods " "associated with this node." msgstr "" -"CheckButton是显示为检查字段的切换按钮。它在功能上类似于[CheckBox],但是外观不" -"同。要遵循已建立的UX模式,建议在切换时对按钮使用[b]immediate[/b]效果时使用" -"CheckButton。例如,如果切换它启用/禁用设置而无需用户按下确认按钮,则应使用" -"它。" +"CheckButton是一个切换按钮,显示为一个可选字段。它在功能上类似于[CheckBox],但" +"外观不同。为了遵循用户体验,建议在切换它对某些东西有[b]直接[/b]影响时使用" +"CheckButton。例如,如果切换它可以启用或禁用设置而不需要用户按下确认按钮时,使" +"用它。\n" +"参阅[BaseButton],它包含了与该节点相关的常规属性和方法。" #: doc/classes/CheckButton.xml:22 msgid "The vertical offset used when rendering the toggle icons (in pixels)." @@ -15485,49 +15697,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "[CheckButton]文本在禁用时的字体颜色。" #: doc/classes/CheckButton.xml:40 +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckButton.xml:43 msgid "The [CheckButton] text's font color when it's hovered." msgstr "悬停时[CheckButton]文本的字体颜色。" -#: doc/classes/CheckButton.xml:43 +#: doc/classes/CheckButton.xml:46 msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "当[CheckButton]被悬停和按下时,其文本的字体颜色。" -#: doc/classes/CheckButton.xml:46 +#: doc/classes/CheckButton.xml:49 msgid "The [CheckButton] text's font color when it's pressed." msgstr "按下[CheckButton]时文本的字体颜色。" -#: doc/classes/CheckButton.xml:49 +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "当[CheckButton]被悬停时作为背景显示的[StyleBox]。" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "当[CheckButton]被悬停和按下时作为背景显示的[StyleBox]。" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "切换图标和文本之间的分隔(以像素为单位)。" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "未选中[CheckButton]时显示的图标。" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "未选中和禁用[CheckButton]时显示的图标。" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "选中[CheckButton]时显示的图标。" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "选中并禁用[CheckButton]时显示的图标。" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "当[CheckButton]被按下时作为背景显示的[StyleBox]。" @@ -15576,19 +15795,17 @@ msgid "" msgstr "返回与该类关联的类别,以用于文档和资产库。需要调试模式。" #: doc/classes/ClassDB.xml:39 -#, fuzzy msgid "" "Returns an array with all the keys in [code]enum[/code] of [code]class[/" "code] or its ancestry." msgstr "" -"返回一个数组,其中带有 [code] class [/code] 的所有整数常量或其祖先的名称。" +"返回一个数组,其中包含 [code]class[/code] 或其父级的 [code]enum[/code] 中的所" +"有键。" #: doc/classes/ClassDB.xml:47 -#, fuzzy msgid "" "Returns an array with all the enums of [code]class[/code] or its ancestry." -msgstr "" -"返回一个数组,其中带有 [code] class [/code] 的所有整数常量或其祖先的名称。" +msgstr "返回一个数组,其中包含 [code]class[/code] 或其父级的所有枚举。" #: doc/classes/ClassDB.xml:55 msgid "" @@ -15599,13 +15816,10 @@ msgstr "" "时,始终返回0。" #: doc/classes/ClassDB.xml:64 -#, fuzzy msgid "" "Returns which enum the integer constant [code]name[/code] of [code]class[/" "code] or its ancestry belongs to." -msgstr "" -"返回[code] class [/code]的整数常量[code] name [/code]或其父级的值。找不到常量" -"时,始终返回0。" +msgstr "返回 [code]class[/code] 或其父级所属的枚举整数常量 [code]name[/code]。" #: doc/classes/ClassDB.xml:72 msgid "" @@ -15615,7 +15829,6 @@ msgstr "" "返回一个数组,其中带有 [code] class [/code] 的所有整数常量或其祖先的名称。" #: doc/classes/ClassDB.xml:80 -#, fuzzy msgid "" "Returns an array with all the methods of [code]class[/code] or its ancestry " "if [code]no_inheritance[/code] is [code]false[/code]. Every element of the " @@ -15626,11 +15839,13 @@ msgid "" "[b]Note:[/b] In exported release builds the debug info is not available, so " "the returned dictionaries will contain only method names." msgstr "" -"如果[code] no_inheritance [/code]为[code] false [/code],则返回具有[code] " -"class [/code]或其父级的所有方法的数组。数组的每个元素都是带有以下键的" -"[Dictionary]:[code] args [/code],[code] default_args [/code],[code] flags " -"[/code],[code] id [/code],[code]name[/code],[code]return: (class_name, " -"hint, hint_string, name, type, usage)[/code]。" +"如果[code]no_inheritance[/code]是[code]false[/code],返回一个包含" +"[code]class[/code]或其父级所有方法的数组。数组的每个元素都是一个" +"[Dictionary],其键值如:[code]args[/code], [code]default_args[/code], " +"[code]flags[/code], [code]id[/code], [code]name[/code], [code]return:" +"(class_name, hint, hint_string, name, type, usage)[/code]。\n" +"[b]注意:[/b]在导出的发布版本中,调试信息不可用,所以返回的字典将只包含方法名" +"称。" #: doc/classes/ClassDB.xml:89 msgid "" @@ -15670,12 +15885,10 @@ msgstr "" "[[method class_get_signal]中所述。" #: doc/classes/ClassDB.xml:122 -#, fuzzy msgid "" "Returns whether [code]class[/code] or its ancestry has an enum called " "[code]name[/code] or not." -msgstr "" -"返回[code] class [/code]或其父级是否有一个称为[code] signal [/code]的信号。" +msgstr "返回[code]class[/code]或其父级是否有一个称为[code]name[/code]的信号。" #: doc/classes/ClassDB.xml:130 msgid "" @@ -15734,18 +15947,16 @@ msgid "" msgstr "返回[code]inherits[/code]是否是[code] class [/code]的祖先。" #: doc/classes/ClippedCamera.xml:4 -#, fuzzy msgid "A [Camera] that includes collision." -msgstr "包含碰撞的[Camera3D]。" +msgstr "包含碰撞的相机 [Camera]。" #: doc/classes/ClippedCamera.xml:7 -#, fuzzy msgid "" "This node extends [Camera] to add collisions with [Area] and/or " "[PhysicsBody] nodes. The camera cannot move through colliding objects." msgstr "" -"该节点扩展了[Camera3D]以添加与[Area3D]和/或[PhysicsBody3D]节点的碰撞。相机无" -"法在碰撞的物体之间移动。" +"此节点扩展 [Camera] 以添加与 [Area] 和/或 [PhysicsBody] 节点的碰撞。摄像机无" +"法穿过碰撞物体。" #: doc/classes/ClippedCamera.xml:16 msgid "" @@ -15781,7 +15992,7 @@ msgstr "删除与指定节点的冲突异常。" #: doc/classes/ClippedCamera.xml:57 msgid "Removes a collision exception with the specified [RID]." -msgstr "删除具有指定[RID]的碰撞异常。" +msgstr "删除指定[RID]的碰撞异常。" #: doc/classes/ClippedCamera.xml:65 msgid "" @@ -15792,14 +16003,12 @@ msgstr "" "[b]注意:[/b]位索引的范围是0-19。" #: doc/classes/ClippedCamera.xml:72 -#, fuzzy msgid "If [code]true[/code], the camera stops on contact with [Area]s." -msgstr "如果[code]true[/code],相机与[Area3D]s接触时停止。" +msgstr "如果[code]true[/code],相机与[Area]s接触时停止。" #: doc/classes/ClippedCamera.xml:75 -#, fuzzy msgid "If [code]true[/code], the camera stops on contact with [PhysicsBody]s." -msgstr "如果[code]true[/code],相机在接触[PhysicsBody3D]时停止。" +msgstr "如果[code]true[/code],相机在接触[PhysicsBody]时停止。" #: doc/classes/ClippedCamera.xml:78 msgid "" @@ -15809,6 +16018,10 @@ msgid "" "masks]Collision layers and masks[/url] in the documentation for more " "information." msgstr "" +"相机的碰撞遮罩。只有在对象有至少一个碰撞层和碰撞这招匹对时才能被检测到。详细" +"信息请参阅文档[url=https://docs.godotengine.org/en/3.4/tutorials/physics/" +"physics_introduction.html#collision-layers-and-masks]Collision layers and " +"masks[/url]。" #: doc/classes/ClippedCamera.xml:81 msgid "" @@ -15825,7 +16038,6 @@ msgid "Base node for collision objects." msgstr "碰撞对象的基础节点。" #: doc/classes/CollisionObject.xml:7 -#, fuzzy msgid "" "CollisionObject is the base class for physics objects. It can hold any " "number of collision [Shape]s. Each shape must be assigned to a [i]shape " @@ -15833,13 +16045,12 @@ msgid "" "owners are not nodes and do not appear in the editor, but are accessible " "through code using the [code]shape_owner_*[/code] methods." msgstr "" -"CollisionObject3D是物理对象的基类。它可以容纳任意数量的碰撞[Shape3D]。每个形" -"状必须分配给[i]shape owner[/i]。 CollisionObject3D可以具有任意数量的形状所有" -"者。形状所有者不是节点,也不显示在编辑器中,但是可以使用[code] shape_owner _ " -"* [/code]方法通过代码进行访问。" +"CollisionObject是物理学对象的基类。它可以容纳任何数量的碰撞形状 [Shape]s。每" +"个形状必须分配给一个形状所有者 [i]shape owner[/i]。CollisionObject可以有任意" +"数量的形状所有者。形状所有者不是节点,也不会出现在编辑器中,但是可以通过代码" +"使用[code] shape_owner_* [/code]方法进行访问。" #: doc/classes/CollisionObject.xml:20 -#, fuzzy msgid "" "Receives unhandled [InputEvent]s. [code]position[/code] is the location in " "world space of the mouse pointer on the surface of the shape with index " @@ -15847,10 +16058,9 @@ msgid "" "surface at that point. Connect to the [signal input_event] signal to easily " "pick up these events." msgstr "" -"接受未处理的[InputEvent]。 [code] click_position [/code]是世界空间中的被单击" -"位置,[code] click_normal [/code]是从[Shape3D]的被单击表面开始的法线向量,位" -"于[code] shape_idx [/code]。连接到[code] input_event [/code]信号即可轻松接收" -"这些事件。" +"接收未处理的事件 [InputEvent]。 [code]position[/code] 是鼠标指针在具有索引 " +"[code]shape_idx[/code] 的形状表面在世界空间中的位置,[code]normal[/code] 是该" +"点表面的法向量。连接到 [signal input_event] 信号以轻松获取这些事件。" #: doc/classes/CollisionObject.xml:27 doc/classes/CollisionObject2D.xml:25 msgid "" @@ -15861,18 +16071,18 @@ msgstr "" "引用。" #: doc/classes/CollisionObject.xml:34 doc/classes/CollisionObject2D.xml:32 -#, fuzzy msgid "" "Returns whether or not the specified [code]bit[/code] of the [member " "collision_layer] is set." -msgstr "返回指定的[code] class [/code]是否可用。" +msgstr "" +"返回是否设置了碰撞层 [member collision_layer] 的指定位[code] bit[/code]。" #: doc/classes/CollisionObject.xml:41 doc/classes/CollisionObject2D.xml:39 -#, fuzzy msgid "" "Returns whether or not the specified [code]bit[/code] of the [member " "collision_mask] is set." -msgstr "如果指定碰撞遮罩bit位被设置,返回[code]true[/code]。" +msgstr "" +"返回是否设置了碰撞掩码 [member collision_mask] 的指定位[code] bit[/code]。" #: doc/classes/CollisionObject.xml:47 doc/classes/CollisionObject2D.xml:45 msgid "Returns the object's [RID]." @@ -15901,6 +16111,10 @@ msgid "" "If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" "code] in the the [member collision_layer]." msgstr "" +"如果[code]value[/code]为[code]true[/code],则设置[member collision_layer]中指" +"定的[code]bit[/code]位。\n" +"如果[code]value[/code]为[code]false[/code],清除[member collision_layer]中指" +"定的 [code]bit[/code]位。" #: doc/classes/CollisionObject.xml:84 doc/classes/CollisionObject2D.xml:96 msgid "" @@ -15909,15 +16123,18 @@ msgid "" "If [code]value[/code] is [code]false[/code], clears the specified [code]bit[/" "code] in the the [member collision_mask]." msgstr "" +"如果[code]value[/code]为[code]true[/code],则设置[member collision_mask]中指" +"定的[code]bit[/code]位。\n" +"如果[code]value[/code]为[code]false[/code],清除[member collision_mask]中指定" +"的 [code]bit[/code]位。" #: doc/classes/CollisionObject.xml:92 doc/classes/CollisionObject2D.xml:104 msgid "Returns the [code]owner_id[/code] of the given shape." msgstr "返回指定形状的[code]owner_id[/code]。" #: doc/classes/CollisionObject.xml:100 -#, fuzzy msgid "Adds a [Shape] to the shape owner." -msgstr "给形状所有者添加一个[Shape2D]。" +msgstr "向形状所有者添加形状 [Shape]。" #: doc/classes/CollisionObject.xml:107 doc/classes/CollisionObject2D.xml:119 msgid "Removes all shapes from the shape owner." @@ -15928,20 +16145,18 @@ msgid "Returns the parent object of the given shape owner." msgstr "返回给定形状所有者的父对象。" #: doc/classes/CollisionObject.xml:122 -#, fuzzy msgid "Returns the [Shape] with the given id from the given shape owner." -msgstr "从给定的形状所有者那里返回给定id的[Shape2D]。" +msgstr "从给定的形状所有者返回具有给定 id 的形状 [Shape]。" #: doc/classes/CollisionObject.xml:129 doc/classes/CollisionObject2D.xml:141 msgid "Returns the number of shapes the given shape owner contains." msgstr "返回给定形状所有者包含的形状数量。" #: doc/classes/CollisionObject.xml:137 -#, fuzzy msgid "" "Returns the child index of the [Shape] with the given id from the given " "shape owner." -msgstr "从给定的形状所有者那里返回给定id的[Shape2D]的子索引。" +msgstr "返回具有给定形状所有者的给定 id 的形状 [Shape] 的子索引。" #: doc/classes/CollisionObject.xml:144 msgid "Returns the shape owner's [Transform]." @@ -15960,7 +16175,6 @@ msgid "Sets the [Transform] of the given shape owner." msgstr "设置给定形状所有者的[Transform]。" #: doc/classes/CollisionObject.xml:174 -#, fuzzy msgid "" "The physics layers this CollisionObject3D is in. Collision objects can exist " "in one or more of 32 different layers. See also [member collision_mask].\n" @@ -15970,12 +16184,14 @@ msgid "" "physics_introduction.html#collision-layers-and-masks]Collision layers and " "masks[/url] in the documentation for more information." msgstr "" -"区域的物理层。可碰撞的物体可以存在于32个不同层中的任何一层。如果物体A在物体B" -"扫描的任何一层中,或者物体B在物体A扫描的任何一层中,则检测到接触。也请参阅" -"[member collision_mask]。" +"CollisionObject3D 所在的物理层。碰撞对象可以存在于 32 个不同层中的一个或多" +"个。另见 [member collision_mask]。\n" +"[b]注意:[/b]如果对象A在对象B扫描的任何层中,或者对象B在对象A扫描的任何层中," +"则检测到接触。有关更多信息,请参阅文档中的 [url=https://docs.godotengine.org/" +"en/latest/tutorials/physics/physics_introduction.html#collision-layers-and-" +"masks] 碰撞层和掩码[/url]。" #: doc/classes/CollisionObject.xml:178 -#, fuzzy msgid "" "The physics layers this CollisionObject3D scans. Collision objects can scan " "one or more of 32 different layers. See also [member collision_layer].\n" @@ -15985,38 +16201,38 @@ msgid "" "physics_introduction.html#collision-layers-and-masks]Collision layers and " "masks[/url] in the documentation for more information." msgstr "" -"区域的物理层。可碰撞的物体可以存在于32个不同层中的任何一层。如果物体A在物体B" -"扫描的任何一层中,或者物体B在物体A扫描的任何一层中,则检测到接触。也请参阅" -"[member collision_mask]。" +"CollisionObject3D 扫描的物理层。碰撞对象可以扫描 32 个不同层中的一个或多个。" +"另见 [member collision_layer]]。\n" +"[b]注意:[/b]如果对象A在对象B扫描的任何层中,或者对象B在对象A扫描的任何层中," +"则检测到接触。有关更多信息,请参阅文档中的 [url=https://docs.godotengine.org/" +"en/latest/tutorials/physics/physics_introduction.html#collision-layers-and-" +"masks] 碰撞层和掩码[/url]。" #: doc/classes/CollisionObject.xml:182 -#, fuzzy msgid "" "If [code]true[/code], the [CollisionObject] will continue to receive input " "events as the mouse is dragged across its shapes." msgstr "" -"如果[code] true [/code],则当鼠标在其形状上拖动时,[CollisionObject3D]将继续" -"接收输入事件。" +"如果[code] true[/code],[CollisionObject] 将在鼠标拖过其形状时继续接收输入事" +"件。" #: doc/classes/CollisionObject.xml:185 -#, fuzzy msgid "" "If [code]true[/code], the [CollisionObject]'s shapes will respond to " "[RayCast]s." -msgstr "如果[code]true[/code],[CollisionObject3D]的形状将响应于[RayCast3D]。" +msgstr "" +"如果[code] true[/code],[CollisionObject] 的形状将对 [RayCast] 做出反应。" #: doc/classes/CollisionObject.xml:196 -#, fuzzy msgid "" "Emitted when the object receives an unhandled [InputEvent]. [code]position[/" "code] is the location in world space of the mouse pointer on the surface of " "the shape with index [code]shape_idx[/code] and [code]normal[/code] is the " "normal vector of the surface at that point." msgstr "" -"接受未处理的[InputEvent]。 [code] click_position [/code]是世界空间中的被单击" -"位置,[code] click_normal [/code]是从[Shape3D]的被单击表面开始的法线向量,位" -"于[code] shape_idx [/code]。连接到[code] input_event [/code]信号即可轻松接收" -"这些事件。" +"当对象收到未处理的 [InputEvent] 时发出。 [code]position[/code] 是鼠标指针在具" +"有索引 [code]shape_idx[/code] 的形状表面在世界空间中的位置,[code]normal[/" +"code] 是该点表面的法向量." #: doc/classes/CollisionObject.xml:201 msgid "Emitted when the mouse pointer enters any of this object's shapes." @@ -16111,7 +16327,6 @@ msgid "Sets the [Transform2D] of the given shape owner." msgstr "设置给定形状所有者的[Transform2D]。" #: doc/classes/CollisionObject2D.xml:202 -#, fuzzy msgid "" "The physics layers this CollisionObject2D is in. Collision objects can exist " "in one or more of 32 different layers. See also [member collision_mask].\n" @@ -16121,12 +16336,14 @@ msgid "" "physics_introduction.html#collision-layers-and-masks]Collision layers and " "masks[/url] in the documentation for more information." msgstr "" -"区域的物理层。可碰撞的物体可以存在于32个不同层中的任何一层。如果物体A在物体B" -"扫描的任何一层中,或者物体B在物体A扫描的任何一层中,则检测到接触。也请参阅" -"[member collision_mask]。" +"这个CollisionObject2D所在的物理层。碰撞对象可以存在于32个不同层中的一个或多" +"个。也见[member collision_mask]。\n" +"[b]注意:[/b]如果对象A在对象B扫描的任何层中,或者对象B在对象A扫描的任何层中," +"则检测到接触。更多信息见文档[url=https://docs.godotengine.org/en/latest/" +"tutorials/physics/physics_introduction.html#collision-layers-and-masks] 碰撞" +"层和掩码[/url]。" #: doc/classes/CollisionObject2D.xml:206 -#, fuzzy msgid "" "The physics layers this CollisionObject2D scans. Collision objects can scan " "one or more of 32 different layers. See also [member collision_layer].\n" @@ -16136,9 +16353,12 @@ msgid "" "physics_introduction.html#collision-layers-and-masks]Collision layers and " "masks[/url] in the documentation for more information." msgstr "" -"区域的物理层。可碰撞的物体可以存在于32个不同层中的任何一层。如果物体A在物体B" -"扫描的任何一层中,或者物体B在物体A扫描的任何一层中,则检测到接触。也请参阅" -"[member collision_mask]。" +"这个CollisionObject2D所扫描的物理层。碰撞对象可以扫描32个不同层中的一个或多" +"个。也见[member collision_layer]。\n" +"[b]注意:[/b] 如果对象A在对象B扫描的任何层中,或者对象B在对象A扫描的任何层" +"中,就会检测到接触。更多信息见文档[url=https://docs.godotengine.org/en/" +"latest/tutorials/physics/physics_introduction.html#collision-layers-and-" +"masks] 碰撞层和掩码[/url]。" #: doc/classes/CollisionObject2D.xml:210 msgid "" @@ -16157,9 +16377,9 @@ msgid "" "[code]true[/code] and at least one [code]collision_layer[/code] bit to be " "set. See [method _input_event] for details." msgstr "" -"在发生输入事件时发出。要求[member input_pickable]为[code] true [/code],并且" -"至少要设置一个[code] collision_layer [/code]位。有关详细信息,请参阅" -"[method_input_event]。" +"当输入事件发生时发出。要求 [member input_pickable]为[code] true[/code],并至" +"少要设置一个[code] collision_layer [/code]位。有关详细信息,请参阅[method " +"_input_event]。" #: doc/classes/CollisionObject2D.xml:224 msgid "" @@ -16184,7 +16404,6 @@ msgid "Editor-only class for defining a collision polygon in 3D space." msgstr "仅限编辑器的类,用于在3D空间中定义碰撞多边形。" #: doc/classes/CollisionPolygon.xml:7 -#, fuzzy msgid "" "Allows editing a collision polygon's vertices on a selected plane. Can also " "set a depth perpendicular to that plane. This class is only available in the " @@ -16192,8 +16411,8 @@ msgid "" "for gameplay. Properties modified during gameplay will have no effect." msgstr "" "允许在选定平面上编辑碰撞多边形的顶点。也可以设置垂直于该平面的深度。此类仅在" -"编辑器中可用。运行时它不会出现在场景树中。为游戏创建一个[Shape3D]。在游戏过程" -"中修改的属性将无效。" +"编辑器中可用。它不会在运行时出现在场景树中。为游戏创建一个形状 [Shape]。在游" +"戏过程中修改的属性将不起作用。" #: doc/classes/CollisionPolygon.xml:15 msgid "" @@ -16209,7 +16428,7 @@ msgstr "如果[code]true[/code],将不会产生碰撞。" msgid "" "The collision margin for the generated [Shape]. See [member Shape.margin] " "for more details." -msgstr "" +msgstr "生成的[Shape]的碰撞边。参阅[member Shape.margin]获取更多细节。" #: doc/classes/CollisionPolygon.xml:24 msgid "" @@ -16263,14 +16482,13 @@ msgstr "" "多边形的对撞机来说效果更好。" #: doc/classes/CollisionPolygon2D.xml:27 -#, fuzzy msgid "" "The polygon's list of vertices. The final point will be connected to the " "first. The returned value is a clone of the [PoolVector2Array], not a " "reference." msgstr "" -"多边形的顶点列表。最终点将连接到第一个点。返回的值是[PackedVector2Array]的克" -"隆,而不是引用。" +"多边形的顶点列表。最后一个点将与第一个点相连。返回值是 [PoolVector2Array] 的" +"克隆,不是引用。" #: doc/classes/CollisionPolygon2D.xml:32 msgid "Collisions will include the polygon and its contained area." @@ -16285,7 +16503,6 @@ msgid "Node that represents collision shape data in 3D space." msgstr "表示3D空间中的碰撞形状数据的节点。" #: doc/classes/CollisionShape.xml:7 -#, fuzzy msgid "" "Editor facility for creating and editing collision shapes in 3D space. You " "can use this node to represent all sorts of collision shapes, for example, " @@ -16294,10 +16511,10 @@ msgid "" "only helper to create shapes, use [method CollisionObject." "shape_owner_get_shape] to get the actual shape." msgstr "" -"编辑器功能,用于在3D空间中创建和编辑碰撞形状。您可以使用此节点表示各种碰撞形" -"状,例如,将其添加到[Area3D]中以提供检测形状,或将其添加到[PhysicsBody3D]中以" -"创建实体。 [b]要点[/b]:这是一个仅用于编辑器的创建形状的助手,请使用[method " -"CollisionObject3D.shape_owner_get_shape]获取实际形状。" +"用于在 3D 空间中创建和编辑碰撞形状的编辑工具。您可以使用此节点表示各种碰撞形" +"状,例如,将其添加到 [Area] 以使其具有检测形状,或将其添加到物理体 " +"[PhysicsBody] 以创建实体对象。[b]重要 [/b]:这是一个编辑器专用的创建形状的助" +"手,使用 [method CollisionObject.shape_owner_get_shape] 获取实际形状。" #: doc/classes/CollisionShape.xml:10 doc/classes/CollisionShape2D.xml:10 #: doc/classes/Physics2DDirectBodyState.xml:10 @@ -16313,11 +16530,10 @@ msgstr "" "html" #: doc/classes/CollisionShape.xml:19 -#, fuzzy msgid "" "Sets the collision shape's shape to the addition of all its convexed " "[MeshInstance] siblings geometry." -msgstr "设置碰撞形状的形状为其所有凸出的[MeshInstance3D]兄弟姐妹几何形状的和。" +msgstr "将碰撞形状的形状设置为其所有凸出的 [MeshInstance] 兄弟几何体的相加。" #: doc/classes/CollisionShape.xml:26 msgid "" @@ -16358,11 +16574,12 @@ msgid "https://godotengine.org/asset-library/asset/113" msgstr "https://godotengine.org/asset-library/asset/113" #: doc/classes/CollisionShape2D.xml:19 -#, fuzzy msgid "" "A disabled collision shape has no effect in the world. This property should " "be changed with [method Object.set_deferred]." -msgstr "禁用的碰撞形状对世界没有任何影响。" +msgstr "" +"禁用的碰撞形状在世界中没有影响。这个属性应该用 [method Object.set_deferred] " +"改变。" #: doc/classes/CollisionShape2D.xml:22 msgid "" @@ -16448,7 +16665,6 @@ msgstr "" "[/codeblock]" #: doc/classes/Color.xml:37 -#, fuzzy msgid "" "Constructs a color from a 32-bit integer in RGBA format (each byte " "represents a color channel).\n" @@ -16456,13 +16672,12 @@ msgid "" "var c = Color(274) # Similar to Color(0.0, 0.0, 0.004, 0.07)\n" "[/codeblock]" msgstr "" -"从一个32位整数中构造一个颜色(每个字节代表RGBA配置文件的一个组成部分)。\n" +"从 RGBA 格式的 32 位整数构造颜色,每个字节代表一个颜色通道。\n" "[codeblock]\n" -"var c = Color(274) # Equivalent to RGBA(0, 0, 1, 18)\n" +"var c = Color(274) # Similar to Color(0.0, 0.0, 0.004, 0.07)\n" "[/codeblock]" #: doc/classes/Color.xml:49 -#, fuzzy msgid "" "Constructs a color from RGB values, typically between 0 and 1. Alpha will be " "1.\n" @@ -16470,13 +16685,12 @@ msgid "" "var color = Color(0.2, 1.0, 0.7) # Similar to Color8(51, 255, 178, 255)\n" "[/codeblock]" msgstr "" -"使用0和1之间的值从RGB配置文件中构建颜色。 阿尔法将始终为1。\n" +"根据 RGB 值构造颜色,通常介于 0 和 1 之间。Alpha 将为 1。\n" "[codeblock]\n" -"var c = Color(0.2, 1.0, 0.7) # Equivalent to RGBA(51, 255, 178, 255)\n" +"var color = Color(0.2, 1.0, 0.7) # Similar to Color8(51, 255, 178, 255)\n" "[/codeblock]" #: doc/classes/Color.xml:62 -#, fuzzy msgid "" "Constructs a color from RGBA values, typically between 0 and 1.\n" "[codeblock]\n" @@ -16484,9 +16698,10 @@ msgid "" "204)\n" "[/codeblock]" msgstr "" -"使用0和1之间的值从RGBA配置文件中构建颜色。\n" +"根据 RGBA 值构造颜色,通常介于 0 和 1 之间。\n" "[codeblock]\n" -"var c = Color(0.2, 1.0, 0.7, 0.8) # Equivalent to RGBA(51, 255, 178, 204)\n" +"var color = Color(0.2, 1.0, 0.7, 0.8) # Similar to Color8(51, 255, 178, " +"204)\n" "[/codeblock]" #: doc/classes/Color.xml:72 @@ -16556,7 +16771,6 @@ msgstr "" "[/codeblock]" #: doc/classes/Color.xml:117 -#, fuzzy msgid "" "Returns the color's grayscale representation.\n" "The gray value is calculated as [code](r + g + b) / 3[/code].\n" @@ -16565,14 +16779,14 @@ msgid "" "var gray = c.gray() # A value of 0.466667\n" "[/codeblock]" msgstr "" -"返回反色[code](1-r,1-g,1-b,a)[/code]。\n" +"返回颜色的灰度表示。\n" +"灰度值计算为 [code](r + g + b) / 3[/code]。\n" "[codeblock]\n" -"var c = Color(0.3, 0.4, 0.9)\n" -"var inverted_color = c.inverted() # A color of an RGBA(178, 153, 26, 255)\n" +"var c = Color(0.2, 0.45, 0.82)\n" +"var gray = c.gray() # A value of 0.466667\n" "[/codeblock]" #: doc/classes/Color.xml:128 -#, fuzzy msgid "" "Returns the inverted color [code](1 - r, 1 - g, 1 - b, a)[/code].\n" "[codeblock]\n" @@ -16582,8 +16796,8 @@ msgid "" msgstr "" "返回反色[code](1-r,1-g,1-b,a)[/code]。\n" "[codeblock]\n" -"var c = Color(0.3, 0.4, 0.9)\n" -"var inverted_color = c.inverted() # A color of an RGBA(178, 153, 26, 255)\n" +"var color = Color(0.3, 0.4, 0.9)\n" +"var inverted_color = color.inverted() # Equivalent to Color(0.7, 0.6, 0.1)\n" "[/codeblock]" #: doc/classes/Color.xml:139 @@ -16611,7 +16825,6 @@ msgstr "" "[/codeblock]" #: doc/classes/Color.xml:158 -#, fuzzy msgid "" "Returns the linear interpolation with another color. The interpolation " "factor [code]weight[/code] is between 0 and 1.\n" @@ -16622,15 +16835,15 @@ msgid "" "0.0)\n" "[/codeblock]" msgstr "" -"返回另一种颜色的线性插值。插值因子[code]t[/code]在0和1之间。\n" +"返回另一种颜色的线性插值。插值系数 [code]weight[/code] 介于 0 和 1 之间。\n" "[codeblock]\n" "var c1 = Color(1.0, 0.0, 0.0)\n" "var c2 = Color(0.0, 1.0, 0.0)\n" -"var li_c = c1.lerp(c2, 0.5) # A color of an RGBA(128, 128, 0, 255)\n" +"var li_c = c1.linear_interpolate(c2, 0.5) # Equivalent to Color(0.5, 0.5, " +"0.0)\n" "[/codeblock]" #: doc/classes/Color.xml:169 -#, fuzzy msgid "" "Returns the color converted to a 32-bit integer in ABGR format (each byte " "represents a color channel). ABGR is the reversed version of the default " @@ -16640,15 +16853,14 @@ msgid "" "print(color.to_abgr32()) # Prints 4281565439\n" "[/codeblock]" msgstr "" -"以 ABGR 格式返回颜色的 32 位整数(每个字节代表 ABGR 配置文件的一个组成部" -"分)。ABGR是默认格式的反转版本。\n" +"返回转换为 ABGR 格式的 32 位整数的颜色,每个字节代表一个颜色通道。 ABGR 是默" +"认格式的转置版本。\n" "[codeblock]\n" -"var c = Color(1, 0.5, 0.2)\n" -"print(c.to_abgr32()) # Prints 4281565439\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_abgr32()) # Prints 4281565439\n" "[/codeblock]" #: doc/classes/Color.xml:179 -#, fuzzy msgid "" "Returns the color converted to a 64-bit integer in ABGR format (each word " "represents a color channel). ABGR is the reversed version of the default " @@ -16658,15 +16870,14 @@ msgid "" "print(color.to_abgr64()) # Prints -225178692812801\n" "[/codeblock]" msgstr "" -"以 ABGR 格式返回颜色的 64 位整数(每个字代表 ABGR 配置文件的一个组件)。ABGR" -"是默认格式的反转版本。\n" +"返回转换为 ABGR 格式的 64 位整数的颜色,每个字代表一个颜色通道。 ABGR 是默认" +"格式的转置版本。\n" "[codeblock]\n" -"var c = Color(1, 0.5, 0.2)\n" -"print(c.to_abgr64()) # Prints -225178692812801\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_abgr64()) # Prints -225178692812801\n" "[/codeblock]" #: doc/classes/Color.xml:189 -#, fuzzy msgid "" "Returns the color converted to a 32-bit integer in ARGB format (each byte " "represents a color channel). ARGB is more compatible with DirectX.\n" @@ -16675,15 +16886,14 @@ msgid "" "print(color.to_argb32()) # Prints 4294934323\n" "[/codeblock]" msgstr "" -"以ARGB格式返回颜色的32位整数(每个字节代表ARGB配置文件的一个组成部分)。ARGB" -"与DirectX更兼容。\n" +"返回转换为 ARGB 格式的 32 位整数的颜色,每个字节代表一个颜色通道。 ARGB 与 " +"DirectX 更加兼容。\n" "[codeblock]\n" -"var c = Color(1, 0.5, 0.2)\n" -"print(c.to_argb32()) # Prints 4294934323\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_argb32()) # Prints 4294934323\n" "[/codeblock]" #: doc/classes/Color.xml:199 -#, fuzzy msgid "" "Returns the color converted to a 64-bit integer in ARGB format (each word " "represents a color channel). ARGB is more compatible with DirectX.\n" @@ -16692,11 +16902,11 @@ msgid "" "print(color.to_argb64()) # Prints -2147470541\n" "[/codeblock]" msgstr "" -"以ARGB格式返回颜色的64位整数(每个字代表ARGB配置文件的一个组成部分)。ARGB与" -"DirectX更兼容。\n" +"返回转换为 ARGB 格式的 64 位整数的颜色,每个字代表一个颜色通道。 ARGB 与 " +"DirectX 更加兼容。\n" "[codeblock]\n" -"var c = Color(1, 0.5, 0.2)\n" -"print(c.to_argb64()) # Prints -2147470541\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_argb64()) # Prints -2147470541\n" "[/codeblock]" #: doc/classes/Color.xml:210 @@ -16721,7 +16931,6 @@ msgstr "" "[/codeblock]" #: doc/classes/Color.xml:222 -#, fuzzy msgid "" "Returns the color converted to a 32-bit integer in RGBA format (each byte " "represents a color channel). RGBA is Godot's default format.\n" @@ -16730,15 +16939,14 @@ msgid "" "print(color.to_rgba32()) # Prints 4286526463\n" "[/codeblock]" msgstr "" -"以RGBA格式返回颜色的32位整数(每个字节代表RGBA配置文件的一个组成部分)。RGBA" -"是Godot的默认格式。\n" +"返回转换为 RGBA 格式的 32 位整数的颜色,每个字节代表一个颜色通道。 RGBA 是 " +"Godot 的默认格式。\n" "[codeblock]\n" -"var c = Color(1, 0.5, 0.2)\n" -"print(c.to_rgba32()) # Prints 4286526463\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_rgba32()) # Prints 4286526463\n" "[/codeblock]" #: doc/classes/Color.xml:232 -#, fuzzy msgid "" "Returns the color converted to a 64-bit integer in RGBA format (each word " "represents a color channel). RGBA is Godot's default format.\n" @@ -16747,11 +16955,11 @@ msgid "" "print(color.to_rgba64()) # Prints -140736629309441\n" "[/codeblock]" msgstr "" -"以RGBA格式返回颜色的64位整数(每个字代表RGBA配置文件的一个组成部分)。RGBA是" -"Godot的默认格式。\n" +"返回转换为 RGBA 格式的 64 位整数的颜色,每个字代表一个颜色通道。 RGBA 是 " +"Godot 的默认格式。\n" "[codeblock]\n" -"var c = Color(1, 0.5, 0.2)\n" -"print(c.to_rgba64()) # Prints -140736629309441\n" +"var color = Color(1, 0.5, 0.2)\n" +"print(color.to_rgba64()) # Prints -140736629309441\n" "[/codeblock]" #: doc/classes/Color.xml:242 @@ -17395,17 +17603,18 @@ msgid "" "[ColorPickerButton] instead if you need a button that brings up a " "[ColorPicker] in a pop-up." msgstr "" +"显示一个取色器部件。可以从RGB/RGBA彩色空间内选取一个颜色。\n" +"[b]注意:[/b]这个控件就是取色器本身。如果你需要一个能够弹出一个[ColorPicker]" +"窗口的按钮,你可以使用一个[ColorPickerButton]来代替它。" #: doc/classes/ColorPicker.xml:18 -#, fuzzy msgid "" "Adds the given color to a list of color presets. The presets are displayed " "in the color picker and the user will be able to select them.\n" "[b]Note:[/b] The presets list is only for [i]this[/i] color picker." msgstr "" -"将指定的颜色添加到颜色预设列表中。预设的颜色会显示在颜色选择器中,用户可以选" -"择它们。\n" -"[b]注意:[/b]预设列表仅适用于[i]this[/i]颜色选择器。" +"将给定的颜色添加到颜色预设列表中。用户将能够选择颜色选择器中颜色预设。\n" +"[b]注意:[/b]预设列表仅适用于[i]这个[/i]颜色选择器。" #: doc/classes/ColorPicker.xml:26 msgid "" @@ -17521,6 +17730,11 @@ msgid "" "preview swatch to be visible. Make sure to set [member Control." "rect_min_size] to a big enough value to give the button enough space." msgstr "" +"将[ColorPicker]封装成可以通过按一个按钮来进行使用。点击按钮可以切换出可见的" +"[ColorPicker]。\n" +"另请参阅[BaseButton]。它包括了和这个节点共同拥有的属性和方法。\n" +"[b]注意:[/b]按钮默认状态时可能非常窄,导致颜色预览样本不可见。确保将[member " +"Control.rect_min_size]设置的足够大从而给这个按钮足够的空间去显示。" #: doc/classes/ColorPickerButton.xml:19 msgid "" @@ -17529,9 +17743,11 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"返回此节点所切换的 [ColorPicker]。\n" +"[b]警告:[/b] 这是一个必需的内部节点,移除和释放它可能会导致崩溃。如果你希望" +"隐藏它或其所有子项,请使用其 [member CanvasItem.visible] 属性。" #: doc/classes/ColorPickerButton.xml:26 -#, fuzzy msgid "" "Returns the control's [PopupPanel] which allows you to connect to popup " "signals. This allows you to handle events when the ColorPicker is shown or " @@ -17540,8 +17756,10 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" -"返回控件的[PopupPanel],允许您连接到弹出信号。这使您可以在显示或隐藏" -"ColorPicker时处理事件。" +"返回控件的 [PopupPanel],它允许你连接到弹出信号。这允许你在显示或隐藏 " +"ColorPicker 时事件处理。\n" +"[b]警告:[/b] 这是一个必需的内部节点,删除和释放它可能会导致崩溃。如果你希望" +"隐藏它或其任何子项,请使用其 [member CanvasItem.visible] 属性。" #: doc/classes/ColorPickerButton.xml:36 msgid "" @@ -17593,26 +17811,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "禁用[ColorPickerButton]时使用的文本[Color]。" #: doc/classes/ColorPickerButton.xml:80 +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:83 msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "悬停[ColorPickerButton]时使用的文本[Color]。" -#: doc/classes/ColorPickerButton.xml:83 +#: doc/classes/ColorPickerButton.xml:86 msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "按下[ColorPickerButton]时使用的文本[Color]。" -#: doc/classes/ColorPickerButton.xml:86 +#: doc/classes/ColorPickerButton.xml:89 msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "悬停[ColorPickerButton]时使用的[StyleBox]。" -#: doc/classes/ColorPickerButton.xml:89 +#: doc/classes/ColorPickerButton.xml:92 msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "[ColorPickerButton]的图标和文本之间的水平间距。" -#: doc/classes/ColorPickerButton.xml:92 +#: doc/classes/ColorPickerButton.xml:95 msgid "Default [StyleBox] for the [ColorPickerButton]." msgstr "[ColorPickerButton]的默认[StyleBox]。" -#: doc/classes/ColorPickerButton.xml:95 +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "按下[ColorPickerButton]时使用的[StyleBox]。" @@ -17625,6 +17850,8 @@ msgid "" "Displays a rectangle filled with a solid [member color]. If you need to " "display the border alone, consider using [ReferenceRect] instead." msgstr "" +"显示一个用纯色 [member color] 填充的矩形。如果你需要单独显示边框,请考虑使用 " +"[ReferenceRect] 代替。" #: doc/classes/ColorRect.xml:16 msgid "" @@ -17643,7 +17870,6 @@ msgid "Concave polygon shape." msgstr "凹面多边形形状。" #: doc/classes/ConcavePolygonShape.xml:7 -#, fuzzy msgid "" "Concave polygon shape resource, which can be set into a [PhysicsBody] or " "area. This shape is created by feeding a list of triangles.\n" @@ -17651,11 +17877,11 @@ msgid "" "work with static [PhysicsBody] nodes like [StaticBody] and will not work " "with [KinematicBody] or [RigidBody] with a mode other than Static." msgstr "" -"凹面多边形资源,可以将其设置为[PhysicsBody3D]或区域。通过输入一系列三角形来创" -"建此形状。\n" -"注意:[ConcavePolygonShape3D]用于碰撞时,旨在与诸如[StaticBody3D]之类的静态" -"[PhysicsBody3D]节点一起使用,而不适用于除静态以外的其他模式的" -"[KinematicBody3D]或[RigidBody3D]节点。" +"凹多边形形状资源,可设置为[PhysicsBody]或区域。这个形状是通过提供一个三角形列" +"表来创建的。\n" +"[b]注意:[/b] 用于碰撞时,[ConcavePolygonShape] 旨在与静态 [PhysicsBody] 节点" +"一起使用,如 [StaticBody],并且不适用于具有非静态模式的 [KinematicBody] 或 " +"[RigidBody]。" #: doc/classes/ConcavePolygonShape.xml:17 msgid "Returns the faces (an array of triangles)." @@ -17695,12 +17921,10 @@ msgid "" msgstr "组成[ConcavePolygonShape2D]线段的点的数组。" #: doc/classes/ConeTwistJoint.xml:4 -#, fuzzy msgid "A twist joint between two 3D PhysicsBodies." -msgstr "两个3D实体之间的扭曲关节。" +msgstr "两个 3D PhysicsBodies 之间的扭转关节。" #: doc/classes/ConeTwistJoint.xml:7 -#, fuzzy msgid "" "The joint can rotate the bodies across an axis defined by the local x-axes " "of the [Joint].\n" @@ -17709,9 +17933,10 @@ msgid "" "axes of the Joint in the local space of the two Bodies. See also " "[Generic6DOFJoint]." msgstr "" -"关节可以使实体沿由[Joint3D]的局部x轴定义的轴旋转。\n" -"扭曲轴作为[Joint3D]的X轴启动。\n" -"身体摆动后,将扭曲轴计算为在两个身体的局部空间中的Joint3D的x轴的中间。" +"关节可以在 [Joint] 的局部 x 轴定义的轴上旋转物体。\n" +"扭转轴是以[Joint]的X轴为起始。\n" +"一旦物体摆动,扭转轴就会被计算为两个物体的局部空间中的关节的X轴的中间位置。参" +"阅[Generic6DOFJoint]。" #: doc/classes/ConeTwistJoint.xml:30 doc/classes/ConeTwistJoint.xml:62 #: doc/classes/PhysicsServer.xml:1076 @@ -17737,7 +17962,6 @@ msgstr "关节开始扭曲的难易程度。如果太低,则需要更多的力 #: doc/classes/ConeTwistJoint.xml:40 doc/classes/ConeTwistJoint.xml:52 #: doc/classes/PhysicsServer.xml:1066 -#, fuzzy msgid "" "Swing is rotation from side to side, around the axis perpendicular to the " "twist axis.\n" @@ -17746,10 +17970,10 @@ msgid "" "Could be defined as looseness in the [ConeTwistJoint].\n" "If below 0.05, this behavior is locked." msgstr "" -"摆动是围绕垂直于扭曲轴的轴从一侧到另一侧旋转。\n" -"摆动跨度定义了沿摆动轴不会校正多少旋转。\n" -"可以在[ConeTwistJoint3D]中定义为松动。\n" -"如果低于0.05,则此行为将被锁定。" +"摆动是围绕垂直于扭转轴的轴线从一边到另一边的旋转。\n" +"摆动跨度定义了,多少旋转不会沿着摆动轴得到纠正。\n" +"可以定义[ConeTwistJoint]的松动性。\n" +"如果低于0.05,此行为被锁定。" #: doc/classes/ConeTwistJoint.xml:46 doc/classes/ConeTwistJoint.xml:58 #: doc/classes/PhysicsServer.xml:1072 @@ -17772,7 +17996,6 @@ msgid "Helper class to handle INI-style files." msgstr "用于处理INI样式文件的Helper类。" #: doc/classes/ConfigFile.xml:7 -#, fuzzy msgid "" "This helper class can be used to store [Variant] values on the filesystem " "using INI-style formatting. The stored values are identified by a section " @@ -17838,41 +18061,67 @@ msgid "" "standardized, Godot's ConfigFile formatting may differ from files written by " "other programs." msgstr "" -"该帮助程序类可用于使用INI样式格式在文件系统上存储[Variant]值。存储的值由一个" -"部分和一个键标识:\n" +"这个辅助类可以用来在文件系统中使用INI风格来格式化存储[Variant]值。存储的值由" +"部分和对应键来识别。\n" "[codeblock]\n" "[section]\n" "some_key=42\n" -"string_example=\"Hello World3D!\"\n" +"string_example=\"Hello World!\"\n" "a_vector=Vector3( 1, 0, 2 )\n" "[/codeblock]\n" -"The stored data can be saved to or parsed from a file, though ConfigFile " -"objects can also be used directly without accessing the filesystem.\n" -"The following example shows how to parse an INI-style file from the system, " -"read its contents and store new values in it:\n" +"存储的数据可以被保存到文件中,或从文件中解析出来,尽管ConfigFile对象也可以直" +"接使用而不需要访问文件系统。\n" +"下面的例子展示了如何创建一个简单的[ConfigFile]并将其保存在磁盘上。\n" "[codeblock]\n" +"# 创建新的 ConfigFile 对象。\n" "var config = ConfigFile.new()\n" -"var err = config.load(\"user://settings.cfg\")\n" -"if err == OK: # If not, something went wrong with the file loading\n" -" # Look for the display/width pair, and default to 1024 if missing\n" -" var screen_width = config.get_value(\"display\", \"width\", 1024)\n" -" # Store a variable if and only if it hasn't been defined yet\n" -" if not config.has_section_key(\"audio\", \"mute\"):\n" -" config.set_value(\"audio\", \"mute\", false)\n" -" # Save the changes by overwriting the previous file\n" -" config.save(\"user://settings.cfg\")\n" +"\n" +"# 存储一些值。\n" +"config.set_value(\"Player1\", \"player_name\", \"Steve\")\n" +"config.set_value(\"Player1\", \"best_score\", 10)\n" +"config.set_value(\"Player2\", \"player_name\", \"V3geta\")\n" +"config.set_value(\"Player2\", \"best_score\", 9001)\n" +"\n" +"# 把它保存到一个文件中(如果已经存在则覆盖)。\n" +"config.save(\"user://scores.cfg\")\n" "[/codeblock]\n" -"请记住,部分和属性名称不能包含空格。在保存和加载时,空格后的所有内容都将被忽" +"这个例子显示了如何加载上述文件。\n" +"[codeblock]\n" +"var score_data = {}\n" +"var config = ConfigFile.new()\n" +"\n" +"# 从文件中加载数据。\n" +"var err = config.load(\"user://scores.cfg\")\n" +"\n" +"# 如果文件没有加载,请忽略它。\n" +"if err != OK:\n" +" return\n" +"\n" +"# 遍历所有部分。\n" +"for player in config.get_sections():\n" +" # 取出每个部分的数据。\n" +" var player_name = config.get_value(player, \"player_name\")\n" +" var player_score = config.get_value(player, \"best_score\")\n" +" score_data[player_name] = player_score\n" +"[/codeblock]\n" +"任何改变ConfigFile的操作,如[method set_value]、[method clear]或[method " +"erase_section],都只改变内存中加载的内容。如果你想把变化写入文件,必须用" +"[method save]、[method save_encrypted]或[method save_encrypted_pass]保存这些" +"变化。\n" +"请记住,部分和属性名称不能包含空格。空格之后的内容在保存和加载时都会被忽" "略。\n" -"ConfigFiles还可以包含以分号([code]; [/code])开头的手动编写的注释行。解析文" -"件时,这些行将被忽略。请注意,保存ConfigFile时,注释将丢失。这对于专用的服务" -"器配置文件仍然很有用,这些文件通常在没有明确的用户操作的情况下永远不会被覆" -"盖。" +"配置文件还可以包含以分号开头的手动编写的注释行([code];[/code])。这些行在解" +"析文件时将被忽略。请注意,在保存ConfigFile时,注释将会丢失。注释对于专用的服" +"务器配置文件仍然很有用,因为如果没有明确的用户操作,这些文件通常不会被覆" +"盖。\n" +"[b]注意:[/b] 给予配置文件扩展名对其格式或行为没有任何影响。根据惯例,这里使" +"用的是[code].cfg[/code]扩展名,但任何其他扩展名,如[code].ini[/code]也是有效" +"的。由于[code].cfg[/code]和[code].ini[/code]都不是标准化的,Godot的ConfigFile" +"格式可能与其他程序编写的文件有所不同。" #: doc/classes/ConfigFile.xml:59 -#, fuzzy msgid "Removes the entire contents of the config." -msgstr "返回图块的纹理偏移量。" +msgstr "删除配置的全部内容。" #: doc/classes/ConfigFile.xml:66 msgid "" @@ -17951,15 +18200,14 @@ msgstr "" "返回[enum Error]代码常量之一(成功时返回[code]OK[/code])。" #: doc/classes/ConfigFile.xml:144 -#, fuzzy msgid "" "Parses the passed string as the contents of a config file. The string is " "parsed and loaded in the ConfigFile object which the method was called on.\n" "Returns one of the [enum Error] code constants ([code]OK[/code] on success)." msgstr "" -"将传入的字符串解析为配置文件的内容。该字符串被解析并加载到调用该方法的" -"ConfigFile对象中。\n" -"返回[enum Error]代码常量之一(成功时返回[code]OK[/code])。" +"将传递的字符串解析为配置文件的内容。该字符串被解析并加载到调用该方法的 " +"ConfigFile 对象中。\n" +"返回 [enum Error] 常量之一,成功时返回 [code]OK[/code]。" #: doc/classes/ConfigFile.xml:152 msgid "" @@ -18032,6 +18280,9 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"返回取消按钮。\n" +"[b]警告:[/b] 这是一个必需的内部节点,删除和释放它可能会导致崩溃。如果你希望" +"隐藏它或其任何子项,请使用其 [member CanvasItem.visible] 属性。" #: doc/classes/Container.xml:4 msgid "Base node for containers." @@ -18076,7 +18327,6 @@ msgstr "" "小。" #: doc/classes/Control.xml:7 -#, fuzzy msgid "" "Base class for all UI-related nodes. [Control] features a bounding rectangle " "that defines its extents, an anchor position relative to its parent control " @@ -18111,26 +18361,32 @@ msgid "" "[method get_icon], [method get_stylebox], and the [code]add_*_override[/" "code] methods provided by this class." msgstr "" -"所有与UI相关的节点的基类。 [Control]具有定义其范围的边界矩形,相对于其父控件" -"或当前视口的锚点位置以及表示锚点偏移的边距。当节点,它的任何父节点或屏幕尺寸" -"更改时,边距会自动更新。\n" -"有关Godot的UI系统,锚点,边距和容器的更多信息,请参阅手册中的相关教程。要构建" -"灵活的UI,您需要混合使用从[Control]和[Container]节点继承的UI元素。\n" +"所有 UI 相关节点的基类。 [Control] 具有定义其范围的边界矩形、相对于其父控件或" +"当前视窗的锚点位置以及表示锚点偏移的边距。 当节点、其任何父节点或屏幕尺寸发生" +"变化时,边距会自动更新。\n" +"更多关于 Godot 的 UI 系统、锚点、边距和容器的信息,请参阅手册中的相关教程。 " +"要构建灵活的 UI,您需要混合使用从 [Control] 和 [Container] 节点继承的 UI 元" +"素。\n" "[b]用户界面节点和输入[/b]\n" -"Godot首先通过调用[method Node._input]将输入事件发送到场景的根节点。 [method " -"Node._input]将事件从节点树向下转发到鼠标光标下方或键盘焦点上的节点。为此,它" -"调用[code] MainLoop._input_event [/code]。\n" -"[b] FIXME:[/b] DisplayServer拆分和输入重构后不再有效。\n" -"调用[method accept_event],因此没有其他节点接收该事件。接受输入后,将对其进行" -"处理,因此[method Node._unhandled_input]将不会对其进行处理。\n" -"键盘焦点中只能有一个[Control]节点。仅焦点所在的节点将接收键盘事件。要获得焦" -"点,请调用[methodgrap_focus]。当另一个节点抓住[Control]节点或将其隐藏在焦点中" -"时,该节点将失去焦点。\n" -"将[member mouse_filter]设置为[constant MOUSE_FILTER_IGNORE],以通知[Control]" -"节点忽略鼠标或触摸事件。如果将图标放在按钮顶部,则将需要它。\n" -"[Theme]资源会更改控件的外观。如果更改[Control]节点上的[Theme],它将影响其所有" -"子级。要覆盖某些主题的参数,请调用[code] add_theme _ * _ override [/code]方法" -"之一,例如[method add_theme_font_override]。您可以使用检查器覆盖主题。" +"Godot 首先通过调用 [method Node._input] 将输入事件发送到场景的根节点。 " +"[method Node._input] 将事件沿节点树向下转发到鼠标光标下或键盘焦点上的节点。 " +"为此,它调用 [method MainLoop._input_event]。 调用 [method accept_event] 以便" +"没有其他节点收到该事件。 一旦你接受一个输入,它就会被处理,所以 [method Node." +"_unhandled_input] 不会处理它。\n" +"只有一个 [Control] 节点可以处于键盘焦点。 只有处于焦点的节点才会接收键盘事" +"件。 要获得焦点,请调用 [method grab_focus]。在另一个节点获得聚焦时 " +"[Control] 节点会失去焦点,或者您隐藏焦点中的节点。\n" +"将 [member mouse_filter] 设置为 [constant MOUSE_FILTER_IGNORE] 以告诉 " +"[Control] 节点忽略鼠标或触摸事件。 如果您在按钮顶部放置一个图标,您将需要" +"它。\n" +"[Theme] 资源更改控件的外观。 如果您更改 [Control] 节点上的 [Theme],则会影响" +"其所有子节点。 要覆盖某些主题的参数,请调用 [code]add_*_override[/code] 方法" +"之一,例如 [method add_font_override]。 您可以使用属性检查器覆盖主题。\n" +"[b]注意:[/b] 主题相关项 [i]不是[/i] [Object] 对象属性。这意味着你不能使用 " +"[method Object.get] 和 [method Object.set] 访问它们的值。相反,请使用 " +"[method get_color]、[method get_constant]、[method get_font]、[method " +"get_icon]、[method get_stylebox],以及这个类提供的 [code]add_*_override[/" +"code] 方法。" #: doc/classes/Control.xml:17 msgid "https://docs.godotengine.org/en/3.4/tutorials/gui/index.html" @@ -18173,7 +18429,6 @@ msgstr "" "如果未覆盖,则默认为[constant Vector2.ZERO]。" #: doc/classes/Control.xml:41 -#, fuzzy msgid "" "Virtual method to be implemented by the user. Use this method to process and " "accept inputs on UI elements. See [method accept_event].\n" @@ -18195,27 +18450,27 @@ msgid "" "[member rect_clip_content] or [method _clips_input] enabled.\n" "[b]Note:[/b] Event position is relative to the control origin." msgstr "" -"用户要实现的虚拟方法。使用此方法来处理和接受UI元素上的输入。参阅[方法" +"由用户实现的虚方法。使用此方法处理和接受 UI 元素上的输入。参阅[method " "accept_event]。\n" -"示例:单击一个控件。\n" +"例:单击控件。\n" "[codeblock]\n" "func _gui_input(event):\n" " if event is InputEventMouseButton:\n" " if event.button_index == BUTTON_LEFT and event.pressed:\n" " print(\"I've been clicked D:\")\n" "[/codeblock]\n" -"在以下情况下,该事件不会触发:\n" -"*在控件外部单击(请参阅[method has_point]);\n" -"*控件的[member mouse_filter]设置为[constant MOUSE_FILTER_IGNORE];\n" -"*控件被其顶部的另一个[Control]阻塞,该控件没有将[member mouse_filter]设置为" -"[constant MOUSE_FILTER_IGNORE];\n" -"*控件的父级已将[member mouse_filter]设置为[constant MOUSE_FILTER_STOP]或已接" -"受该事件;\n" -"*它发生在父级矩形的外部,并且父级启用了[member rect_clip_content]或[method " -"_clips_input]。" +"如果出现以下情况,则不会触发该事件:\n" +"* 在控件外点击(参阅[method has_point]);\n" +"* 控件将 [member mouse_filter] 设置为 [constant MOUSE_FILTER_IGNORE];\n" +"* 控件被其上的另一个 [Control] 阻挡,该控件没有将 [member mouse_filter] 设置" +"为 [constant MOUSE_FILTER_IGNORE];\n" +"* 控件的父级已将 [member mouse_filter] 设置为 [constant MOUSE_FILTER_STOP] 或" +"已接受该事件;\n" +"* 它发生在父级的矩形之外,并且父级已启用 [member rect_clip_content] 或 " +"[method _clips_input]。\n" +"[b]注:[/b] 事件坐林标相对于控件原点。" #: doc/classes/Control.xml:62 -#, fuzzy msgid "" "Virtual method to be implemented by the user. Returns a [Control] node that " "should be used as a tooltip instead of the default one. The [code]for_text[/" @@ -18248,26 +18503,28 @@ msgid "" " return tooltip\n" "[/codeblock]" msgstr "" -"用户要实现的虚拟方法。返回一个[Control]节点,该节点应用作工具提示,而不是默认" -"提示。使用[code] for_text [/code]参数来确定工具提示应包含的文本(可能是" -"[member hint_tooltip]的内容)。\n" -"返回的节点必须是[Control]类型或Control-derieved类型。它可以具有任何类型的子节" -"点。当工具提示消失时,它会被释放,因此请确保您始终提供一个新实例,而不是例如" -"场景中的节点。当返回[code] null [/code]或非Control节点时,将使用默认的工具提" -"示。\n" -"[b]注意:[/b]工具提示会缩小到最小尺寸。如果要确保它是完全可见的,则可能需要将" -"其[member rect_min_size]设置为一些非零值。\n" -"自定义构造的节点的用法示例:\n" +"由用户实现的虚方法。返回一个 [Control] 节点,该节点应用作工具提示而不是默认节" +"点。 [code]for_text[/code] 包含 [member hint_tooltip] 属性的内容。\n" +"返回的节点必须是 [Control] 或 Control-derived 类型。它可以有任何类型的子节" +"点。当工具提示消失时它会被释放,因此请确保你始终提供一个新实例(如果你想使用" +"场景树中预先存在的节点,可以复制它并传递复制的实例)。当返回 [code]null[/" +"code] 或非控件节点时,将使用默认工具提示。\n" +"返回的节点将作为子节点添加到 [PopupPanel],因此你应该只提供该面板的内容。该 " +"[PopupPanel] 可以使用 [method Theme.set_stylebox] 为类型 [code]\"TooltipPanel" +"\"[/code] 设置主题,参阅 [member hint_tooltip] 示例。\n" +"[b]注意:[/b]工具提示缩小到最小尺寸。如果你想确保它完全可见,需将其 [member " +"rect_min_size] 设置为非零值。\n" +"自定义构建节点的使用示例:\n" "[codeblock]\n" "func _make_custom_tooltip(for_text):\n" " var label = Label.new()\n" " label.text = for_text\n" " return label\n" "[/codeblock]\n" -"Example of usage with custom scene instance:\n" +"自定义场景实例的使用示例:\n" "[codeblock]\n" "func _make_custom_tooltip(for_text):\n" -" var tooltip = preload(\"SomeTooltipScene.tscn\").instance()\n" +" var tooltip = preload(\"res://SomeTooltipScene.tscn\").instance()\n" " tooltip.get_node(\"Label\").text = for_text\n" " return tooltip\n" "[/codeblock]" @@ -18298,6 +18555,17 @@ msgid "" "\"))\n" "[/codeblock]" msgstr "" +"使用指定的 [code]name[/code] 为主题 [Color] 创建本地覆盖项。获取控件的主题项" +"时,本地覆盖项始终优先。无法删除覆盖项,但可以使用相应的默认值覆盖它。\n" +"参阅[method get_color]。\n" +"[b]覆盖标签颜色并其后重置的示例:[/b]\n" +"[codeblock]\n" +"# 给定子标签节点\"MyLabel\",用自定义值覆盖其字体颜色。\n" +"$MyLabel.add_color_override(\"font_color\", Color(1, 0.5, 0))\n" +"# 重置子标签的字体颜色。\n" +"$MyLabel.add_color_override(\"font_color\", get_color(\"font_color\", \"Label" +"\"))\n" +"[/codeblock]" #: doc/classes/Control.xml:109 msgid "" @@ -18307,6 +18575,9 @@ msgid "" "the corresponding default value.\n" "See also [method get_constant]." msgstr "" +"为指定 [code]name[/code] 的主题常量创建本地覆盖项。获取控件的主题项时,本地覆" +"盖项始终优先。无法删除覆盖项,但可以使用相应的默认值覆盖它。\n" +"参阅[method get_constant]。" #: doc/classes/Control.xml:118 msgid "" @@ -18316,6 +18587,9 @@ msgid "" "value.\n" "See also [method get_font]." msgstr "" +"使用指定的 [code]name[/code] 为主题 [Font] 创建本地覆盖项。获取控件的主题项" +"时,本地覆盖项始终优先。可以通过为其分配 [code]null[/code] 值来删除覆盖。\n" +"参阅[method get_font]。" #: doc/classes/Control.xml:127 msgid "" @@ -18325,6 +18599,9 @@ msgid "" "value.\n" "See also [method get_icon]." msgstr "" +"为指定 [code]name[/code] 的主题图标创建本地覆盖项。获取控件的主题项时,本地覆" +"盖项始终优先。可以通过为其分配 [code]null[/code] 值来删除覆盖。\n" +"参阅[method get_icon]。" #: doc/classes/Control.xml:136 msgid "" @@ -18333,6 +18610,8 @@ msgid "" "the control. An override can be removed by assigning it a [code]null[/code] " "value." msgstr "" +"为指定 [code]name[/code] 的主题着色器创建本地覆盖项。获取控件的主题项时,本地" +"覆盖项始终优先。可以通过为其分配 [code]null[/code] 值来删除覆盖。" #: doc/classes/Control.xml:144 msgid "" @@ -18355,6 +18634,21 @@ msgid "" "$MyButton.add_stylebox_override(\"normal\", null)\n" "[/codeblock]" msgstr "" +"使用指定的 [code]name[/code] 为主题 [StyleBox] 创建本地覆盖项。获取控件的主题" +"项时,本地覆盖项始终优先。可以通过为其分配 [code]null[/code] 值来删除覆盖。\n" +"参阅[method get_stylebox]。\n" +"[b]通过复制来修改StyleBox中的属性的示例:[/b]\n" +"[codeblock]\n" +"# 下面的代码片段假设子节点 MyButton 分配了一个 StyleBoxFlat。\n" +"# 资源是跨实例共享的,所以我们需要复制它\n" +"# 以避免修改所有其他按钮的外观。\n" +"var new_stylebox_normal = $MyButton.get_stylebox(\"normal\").duplicate()\n" +"new_stylebox_normal.border_width_top = 3\n" +"new_stylebox_normal.border_color = Color(0, 1, 0.5)\n" +"$MyButton.add_stylebox_override(\"normal\", new_stylebox_normal)\n" +"# 删除样式框覆盖。\n" +"$MyButton.add_stylebox_override(\"normal\", null)\n" +"[/codeblock]" #: doc/classes/Control.xml:165 msgid "" @@ -18410,13 +18704,12 @@ msgstr "" #: doc/classes/Control.xml:193 msgid "" "Finds the next (below in the tree) [Control] that can receive the focus." -msgstr "" +msgstr "找到下一个可以接受焦点的[Control],在树的下方。" #: doc/classes/Control.xml:199 -#, fuzzy msgid "" "Finds the previous (above in the tree) [Control] that can receive the focus." -msgstr "返回树中的前一个TreeItem树项,如果没有,则返回一个空对象。" +msgstr "找到可以接收焦点的上一个[Control],在树的上方。" #: doc/classes/Control.xml:207 msgid "" @@ -18473,6 +18766,22 @@ msgid "" " modulate = get_color(\"font_color\", \"Button\")\n" "[/codeblock]" msgstr "" +"如果该 [Theme] 具有指定 [code]name[/code] 和 [code]theme_type[/code] 的颜色" +"项,则从树中第一个匹配的 [Theme] 返回 [Color]。如果省略 [code]theme_type[/" +"code],则使用当前控件的类名作为类型。如果类型是类名,则还会按继承顺序检查其父" +"类。\n" +"对于当前控件,首先考虑其本地覆盖项,参阅 [method add_color_override],然后是" +"其分配的 [member theme]。在当前控件之后,考虑每个父控件及其分配的 [member " +"theme];未分配[member theme]的控件将被跳过。如果在树中找不到匹配的 [Theme]," +"则使用自定义项目 [Theme]和默认的 [Theme],参阅 [member ProjectSettings.gui/" +"theme/custom]。\n" +"[codeblock]\n" +"func _ready():\n" +" # 获取为当前控件类定义的字体颜色(如果存在)。\n" +" modulate = get_color(\"font_color\")\n" +" # 获取为 Button 类定义的字体颜色。\n" +" modulate = get_color(\"font_color\", \"Button\")\n" +"[/codeblock]" #: doc/classes/Control.xml:243 msgid "" @@ -18487,6 +18796,9 @@ msgid "" "[code]theme_type[/code].\n" "See [method get_color] for details." msgstr "" +"如果该 [Theme] 具有指定 [code]name[/code] 和 [code]theme_type[/code] 的常量项" +"目,则从树中的第一个匹配的 [Theme] 返回常量。\n" +"有关详细信息,参阅 [method get_color]。" #: doc/classes/Control.xml:259 msgid "" @@ -18551,6 +18863,9 @@ msgid "" "code].\n" "See [method get_color] for details." msgstr "" +"如果该 [Theme] 具有指定 [code]name[/code] 和 [code]theme_type[/code] 的字体项" +"目,则从树中第一个匹配的 [Theme] 返回 [Font]。\n" +"有关详细信息,请参阅 [method get_color]。" #: doc/classes/Control.xml:307 msgid "" @@ -18567,6 +18882,9 @@ msgid "" "code].\n" "See [method get_color] for details." msgstr "" +"如果该 [Theme] 具有指定 [code]name[/code] 和 [code]theme_type[/code] 的图标项" +"目,则从树中第一个匹配的 [Theme] 返回图标。\n" +"有关详细信息,请参阅 [method get_color]。" #: doc/classes/Control.xml:323 msgid "" @@ -18609,6 +18927,9 @@ msgid "" "[code]theme_type[/code].\n" "See [method get_color] for details." msgstr "" +"如果该 [Theme] 具有指定 [code]name[/code] 和 [code]theme_type[/code] 的样式框" +"项目,则从树中第一个匹配的 [Theme] 返回 [StyleBox]。\n" +"有关详细信息,请参阅 [method get_color]。" #: doc/classes/Control.xml:368 msgid "" @@ -18616,6 +18937,9 @@ msgid "" "[Theme] has a valid [member Theme.default_font] value.\n" "See [method get_color] for details." msgstr "" +"如果 [Theme] 具有有效的 [member Theme.default_font] 值,则从树中第一个匹配的 " +"[Theme] 返回默认字体。\n" +"有关详细信息,参阅 [method get_color]。" #: doc/classes/Control.xml:376 msgid "" @@ -18650,46 +18974,46 @@ msgid "" msgstr "从另一个控件中窃取焦点,并成为焦点控件(请参阅[member focus_mode])。" #: doc/classes/Control.xml:400 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a matching [Theme] in the tree that " "has a color item with the specified [code]name[/code] and [code]theme_type[/" "code].\n" "See [method get_color] for details." msgstr "" -"如果可以实例化指定[code]class[/code]中的对象,则返回[code] true [/code],否则" -"返回[code] false [/code]。" +"如果树中存在匹配的 [Theme] 且具有指定 [code]name[/code] 和 [code]theme_type[/" +"code] 的颜色项,则返回 [code]true[/code]。\n" +"有关详细信息,参阅 [method get_color]。" #: doc/classes/Control.xml:408 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a local override for a theme [Color] " "with the specified [code]name[/code] in this [Control] node.\n" "See [method add_color_override]." msgstr "" -"如果给定[code]name[/code]的[Color]在这个[Control]节点中具有有效的覆盖,则返回" -"[code]true[/code]。" +"如果在此 [Control] 节点中具有指定 [code]name[/code] 的主题颜色 [Color] 的本地" +"覆盖项,则返回 [code]true[/code]。\n" +"参阅 [method add_color_override]。" #: doc/classes/Control.xml:417 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a matching [Theme] in the tree that " "has a constant item with the specified [code]name[/code] and " "[code]theme_type[/code].\n" "See [method get_color] for details." msgstr "" -"如果可以实例化指定[code]class[/code]中的对象,则返回[code] true [/code],否则" -"返回[code] false [/code]。" +"如果树中存在匹配的 [Theme] 且具有指定 [code]name[/code] 和 [code]theme_type[/" +"code] 的常量项目,则返回 [code]true[/code]。\n" +"有关详细信息,参阅 [method get_color]。" #: doc/classes/Control.xml:425 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a local override for a theme constant " "with the specified [code]name[/code] in this [Control] node.\n" "See [method add_constant_override]." msgstr "" -"如果由名称 [code]name[/code] 指定的设置存在,则返回 [code]true[/code],否则返" -"回 [code]false[/code]。" +"如果此 [Control] 节点中具有指定 [code]name[/code] 的主题常量存在本地覆盖项," +"则返回 [code]true[/code]。\n" +"参阅 [method add_constant_override]。" #: doc/classes/Control.xml:432 msgid "" @@ -18699,46 +19023,46 @@ msgstr "" "如果这是当前的焦点控件,则返回[code] true [/code]。参阅[member focus_mode]。" #: doc/classes/Control.xml:440 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a matching [Theme] in the tree that " "has a font item with the specified [code]name[/code] and [code]theme_type[/" "code].\n" "See [method get_color] for details." msgstr "" -"如果可以实例化指定[code]class[/code]中的对象,则返回[code] true [/code],否则" -"返回[code] false [/code]。" +"如果树中存在匹配的 [Theme] 且具有指定 [code]name[/code] 和 [code]theme_type[/" +"code] 的字体项目,则返回 [code]true[/code]。\n" +"有关详细信息,参阅 [method get_color]。" #: doc/classes/Control.xml:448 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a local override for a theme [Font] " "with the specified [code]name[/code] in this [Control] node.\n" "See [method add_font_override]." msgstr "" -"如果由名称 [code]name[/code] 指定的设置存在,则返回 [code]true[/code],否则返" -"回 [code]false[/code]。" +"如果在此 [Control] 节点中具有指定 [code]name[/code] 的主题 [Font] 的本地覆盖" +"项目,则返回 [code]true[/code]。\n" +"参阅[method add_font_override]。" #: doc/classes/Control.xml:457 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a matching [Theme] in the tree that " "has an icon item with the specified [code]name[/code] and [code]theme_type[/" "code].\n" "See [method get_color] for details." msgstr "" -"如果可以实例化指定[code]class[/code]中的对象,则返回[code] true [/code],否则" -"返回[code] false [/code]。" +"如果树中存在匹配的 [Theme] 且具有指定 [code]name[/code] 和 [code]theme_type[/" +"code] 的图标项目,则返回 [code]true[/code]。\n" +"有关详细信息,参阅 [method get_color]。" #: doc/classes/Control.xml:465 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a local override for a theme icon with " "the specified [code]name[/code] in this [Control] node.\n" "See [method add_icon_override]." msgstr "" -"如果由名称 [code]name[/code] 指定的设置存在,则返回 [code]true[/code],否则返" -"回 [code]false[/code]。" +"如果此 [Control] 节点中具有指定 [code]name[/code] 的主题图标存在本地覆盖项," +"则返回 [code]true[/code]。\n" +"参阅 [method add_icon_override]。" #: doc/classes/Control.xml:473 msgid "" @@ -18755,35 +19079,35 @@ msgstr "" "has_point(point)[/code]。" #: doc/classes/Control.xml:482 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a local override for a theme shader " "with the specified [code]name[/code] in this [Control] node.\n" "See [method add_shader_override]." msgstr "" -"如果由名称 [code]name[/code] 指定的设置存在,则返回 [code]true[/code],否则返" -"回 [code]false[/code]。" +"如果此 [Control] 节点中具有指定 [code]name[/code] 的主题着色器存在本地覆盖" +"项,则返回 [code]true[/code]。\n" +"参阅[method add_shader_override]。" #: doc/classes/Control.xml:491 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a matching [Theme] in the tree that " "has a stylebox item with the specified [code]name[/code] and " "[code]theme_type[/code].\n" "See [method get_color] for details." msgstr "" -"如果可以实例化指定[code]class[/code]中的对象,则返回[code] true [/code],否则" -"返回[code] false [/code]。" +"如果树中存在匹配的 [Theme] 且具有指定 [code]name[/code] 和 [code]theme_type[/" +"code] 的样式框项目,则返回 [code]true[/code]。\n" +"有关详细信息,参阅 [method get_color]。" #: doc/classes/Control.xml:499 -#, fuzzy msgid "" "Returns [code]true[/code] if there is a local override for a theme " "[StyleBox] with the specified [code]name[/code] in this [Control] node.\n" "See [method add_stylebox_override]." msgstr "" -"如果具有给定[code]name[/code]的[StyleBox]在此[Control]节点中具有有效的覆盖," -"则返回[code] true [/code]。" +"如果在此 [Control] 节点中具有指定 [code]name[/code] 的主题 [StyleBox] 的本地" +"覆盖项,则返回 [code]true[/code]。\n" +"参阅 [method add_stylebox_override]。" #: doc/classes/Control.xml:506 msgid "" @@ -18844,7 +19168,6 @@ msgstr "" "set_margins_preset]。" #: doc/classes/Control.xml:551 -#, fuzzy msgid "" "Sets the anchors to a [code]preset[/code] from [enum Control.LayoutPreset] " "enum. This is the code equivalent to using the Layout menu in the 2D " @@ -18852,9 +19175,9 @@ msgid "" "If [code]keep_margins[/code] is [code]true[/code], control's position will " "also be updated." msgstr "" -"将锚设置为 [code] preset [/code] 从 [enum Control.LayoutPreset] 列举。这相当" -"于在 2D 编辑器中使用布局菜单。\n" -"如果 [code]keep_margins[/code] 是[code]true[/code],控制的位置也将更新。" +"将锚点设置为 [enum Control.LayoutPreset] 枚举中的 [code]preset[/code]。这是等" +"效于在 2D 编辑器中使用布局菜单的编码。\n" +"如果 [code]keep_margins[/code] 是 [code]true[/code],控件的位置也会更新。" #: doc/classes/Control.xml:559 msgid "" @@ -18918,7 +19241,6 @@ msgstr "" "[/codeblock]" #: doc/classes/Control.xml:594 -#, fuzzy msgid "" "Shows the given control at the mouse pointer. A good time to call this " "method is in [method get_drag_data]. The control must not be in the scene " @@ -18937,13 +19259,14 @@ msgid "" " return color\n" "[/codeblock]" msgstr "" -"在鼠标指针处显示给定的控件。调用此方法的好时机在[method get_drag_data]中。该" -"控件一定不能在场景树中。\n" +"在鼠标指针处显示指定的控件。调用此方法好的时机,是在 [method get_drag_data] " +"中。控件不得位于场景树当中。你不应该释放控件,也不应该在拖动持续时间结束保留" +"对控件的引用。拖拽结束后会自动删除。\n" "[codeblock]\n" "export (Color, RGBA) var color = Color(1, 0, 0, 1)\n" "\n" "func get_drag_data(position):\n" -" # Use a control that is not in the tree\n" +" # 使用不在树中的控件\n" " var cpb = ColorPickerButton.new()\n" " cpb.color = color\n" " cpb.rect_size = Vector2(50, 50)\n" @@ -18989,7 +19312,6 @@ msgstr "" "margin_right]和[member margin_top]的设置方法。" #: doc/classes/Control.xml:646 -#, fuzzy msgid "" "Sets the margins to a [code]preset[/code] from [enum Control.LayoutPreset] " "enum. This is the code equivalent to using the Layout menu in the 2D " @@ -19001,12 +19323,12 @@ msgid "" "Use parameter [code]margin[/code] to determine the gap between the [Control] " "and the edges." msgstr "" -"将[enum Control.LayoutPreset]枚举的边距设置为[code]preset[/code]。这等效于在" -"2D编辑器中使用“布局”菜单的代码。\n" -"将参数[code] resize_mode [/code]与[enum Control.LayoutPresetMode]中的常量一起" -"使用,可以更好地确定[Control]的结果大小。如果将恒定大小与更改大小的预设一起使" -"用,例如[code] PRESET_LEFT_WIDE [/code]。\n" -"使用参数[code] margin [/code]确定[Control]和边缘之间的间隙。" +"从 [enum Control.LayoutPreset] 枚举将边距设置为 [code]preset[/code]。这是等效" +"于在 2D 编辑器中使用布局菜单的编码。\n" +"使用参数 [code]resize_mode[/code] 和 [enum Control.LayoutPresetMode] 中的常量" +"来更好地确定 [Control] 的最终大小。如果与更改大小的预设一起使用,则常规大小将" +"被忽略,例如[code]PRESET_LEFT_WIDE[/code]。\n" +"使用参数 [code]margin[/code] 确定 [Control] 和边缘之间的间隙。" #: doc/classes/Control.xml:656 msgid "" @@ -19042,14 +19364,19 @@ msgid "" "If [code]exclusive[/code] is [code]true[/code], other controls will not " "receive input and clicking outside this control will not close it." msgstr "" +"模态显示控件。控件必须是一个子窗口。模态控件捕获输入信号,直到关闭或访问它们" +"之外的区域。当模态控件失去焦点或按下 ESC 键时,会自动隐藏。模态控件广泛用于弹" +"出对话框和菜单。\n" +"如果 [code]exclusive[/code] 为 [code]true[/code],则其他控件将不会接收输入," +"并且在此控件外单击不会关闭它。" #: doc/classes/Control.xml:688 msgid "" "Moves the mouse cursor to [code]to_position[/code], relative to [member " "rect_position] of this [Control]." msgstr "" -"将鼠标光标移动到[code]to_position[/code],相对于这个[控件]的[member " -"rect_position]。" +"将鼠标光标移动到 [code]to_position[/code],相对于这个控件 [Control] 的 " +"[member rect_position]。" #: doc/classes/Control.xml:694 msgid "" @@ -19082,14 +19409,13 @@ msgstr "" "更改右边距的更新方式。为了方便起见,可以使用[enum Anchor]常量之一。" #: doc/classes/Control.xml:703 -#, fuzzy msgid "" "Anchors the top edge of the node to the origin, the center or the end of its " "parent control. It changes how the top margin updates when the node moves or " "changes size. You can use one of the [enum Anchor] constants for convenience." msgstr "" -"将节点的顶部边缘锚定到其父控件的原点,中心或末端。它更改了节点移动或更改大小" -"时上边距的更新方式。为了方便起见,可以使用[enum Anchor]常量之一。" +"锚定节点的顶部边缘到原点、中心或其父控件的末端。当节点移动或改变大小时,它可" +"以改变顶边的更新方式。为了便捷,你可以使用[enum Anchor]常数之一。" #: doc/classes/Control.xml:706 msgid "" @@ -19126,7 +19452,6 @@ msgstr "" "最接近的[Control]。" #: doc/classes/Control.xml:715 -#, fuzzy msgid "" "Tells Godot which node it should give keyboard focus to if the user presses " "the right arrow on the keyboard or right on a gamepad by default. You can " @@ -19134,10 +19459,10 @@ msgid "" "must be a [Control]. If this property is not set, Godot will give focus to " "the closest [Control] to the bottom of this one." msgstr "" -"告诉Godot,默认情况下,如果用户按下键盘上的向右箭头或游戏手柄上的向右箭头,则" -"应将焦点对准哪个节点。您可以通过编辑[code] ui_right [/code]输入操作来更改键。" -"该节点必须是[Control]。如果未设置此属性,则Godot会将焦点放在该控件底部最接近" -"的[Control]。" +"告诉Godot,如果用户按键盘上的右键或默认的游戏手柄上的右键,它应该把键盘焦点给" +"哪个节点。你可以通过编辑[code]ui_right[/code]输入动作来改变这个键。该节点必须" +"是一个[Control]。如果没有设置这个属性,Godot将把焦点交给离这个节点底部最近的" +"[Control]。" #: doc/classes/Control.xml:718 msgid "" @@ -19153,7 +19478,6 @@ msgstr "" "接近的[Control]。" #: doc/classes/Control.xml:721 -#, fuzzy msgid "" "Tells Godot which node it should give keyboard focus to if the user presses " "Tab on a keyboard by default. You can change the key by editing the " @@ -19161,12 +19485,11 @@ msgid "" "If this property is not set, Godot will select a \"best guess\" based on " "surrounding nodes in the scene tree." msgstr "" -"告诉Godot,如果用户默认情况下按键盘上的[kbd] Tab [/kbd],则应将焦点对准键盘上" -"的哪个节点。您可以通过编辑[code] ui_focus_next [/code]输入操作来更改键。\n" -"如果未设置此属性,则Godot将基于场景树中的周围节点选择“best guess”。" +"告诉Godot,如果用户默认按键盘上的Tab键,它应该把键盘焦点给哪个节点。你可以通" +"过编辑[code]ui_focus_next[/code]输入动作来改变这个键。\n" +"如果这个属性没有设置,Godot会根据场景树中的周围节点选择一个 \"最佳猜测\"。" #: doc/classes/Control.xml:725 -#, fuzzy msgid "" "Tells Godot which node it should give keyboard focus to if the user presses " "Shift+Tab on a keyboard by default. You can change the key by editing the " @@ -19174,9 +19497,9 @@ msgid "" "If this property is not set, Godot will select a \"best guess\" based on " "surrounding nodes in the scene tree." msgstr "" -"告诉Godot,如果用户默认情况下按键盘上的[kbd] Shift + Tab [/kbd],则应将焦点对" -"准哪个节点。您可以通过编辑[code] ui_focus_prev [/code]输入操作来更改键。\n" -"如果未设置此属性,则Godot将基于场景树中的周围节点选择“best guess”。" +"告诉Godot,如果用户按键盘上的Shift+Tab键,它应该把键盘焦点给哪个节点,这是默" +"认。你可以通过编辑[code]ui_focus_prev[/code]输入动作来改变这个键。\n" +"如果没有设置这个属性,Godot会根据场景树中的周围节点选择一个 \"最佳猜测\"。" #: doc/classes/Control.xml:729 msgid "" @@ -19218,6 +19541,22 @@ msgid "" "theme.set_color(\"font_color\", \"TooltipLabel\", Color(0, 1, 1))\n" "[/codeblock]" msgstr "" +"改变工具提示的文本。当用户的鼠标光标在这个控件上停留片刻,工具提示就会出现," +"前提是[member mouse_filter]属性非[constant MOUSE_FILTER_IGNORE]。你可以用项目" +"设置中的[code]gui/timers/tooltip_delay_sec[/code]选项改变工具提示出现的时" +"间。\n" +"工具提示的弹出将使用默认的实现,或者你可以通过覆盖[method " +"_make_custom_tooltip]提供一个自定义的实现。默认的工具提示包括一个[PopupPanel]" +"和[Label],其主题属性可以通过[code]\"TooltipPanel\"[/code]和" +"[code]\"TooltipLabel\"[/code]方法分别进行自定义。如:\n" +"[codeblock]\n" +"var style_box = StyleBoxFlat.new()\n" +"style_box.set_bg_color(Color(1, 1, 0))\n" +"style_box.set_border_width_all(2)\n" +"# 我们在这里假设`theme`属性已经被事先分配了一个自定义的Theme。\n" +"theme.set_stylebox(\"panel\", \"TooltipPanel\", style_box)\n" +"theme.set_color(\"font_color\", \"TooltipLabel\", Color(0, 1, 1))\n" +"[/codeblock]" #: doc/classes/Control.xml:747 msgid "" @@ -19226,6 +19565,9 @@ msgid "" "handling. The viewport first hides the modal and after marks the input as " "handled." msgstr "" +"启用当你关闭控件模态时,输入是否传播。\n" +"如果[code]false[/code],在视窗输入事件处理时停止事件处理。视窗首先隐藏模态," +"之后将输入标记为已处理。" #: doc/classes/Control.xml:751 msgid "" @@ -19352,7 +19694,6 @@ msgstr "" "的位置。" #: doc/classes/Control.xml:792 -#, fuzzy msgid "" "The node's scale, relative to its [member rect_size]. Change this property " "to scale the node around its [member rect_pivot_offset]. The Control's " @@ -19369,17 +19710,17 @@ msgid "" "[code]yield(get_tree(), \"idle_frame\")[/code] then set its [member " "rect_scale] property." msgstr "" -"节点相对于其[member rect_size]的比例。更改此属性以围绕其[member " -"rect_pivot_offset]缩放节点。控件的[member hint_tooltip]也会根据此值进行缩" -"放。\n" -"[b]注意:[/b]此属性主要用于动画目的。缩放控件时,控件内的文本将看起来像素化或" -"模糊。要在您的项目中支持多种分辨率,请使用[url = https://docs.godotengine." -"org/zh_CN/latest/tutorials/viewports/multiple_resolutions." -"html]documentation[/ url]中所述的适当视口拉伸模式分别缩放控件。\n" -"[b]注意:[/b]如果控制节点是[Container]节点的子级,则在场景被实例化时,比例将" -"重置为[code] Vector2(1, 1)[/code]。要设置控件的缩放比例,请使用[code] yield " -"(get_tree(), \"idle_frame\")[/code]等待一帧,然后设置其[member rect_scale]属" -"性。" +"节点的缩放,相对于其[member rect_size]。改变这个属性可以使节点围绕它的" +"[member rect_pivot_offset]缩放。控件的[member hint_tooltip]也将根据这个值进行" +"缩放。\n" +"[b]注意:[/b] 这个属性主要用于动画用途。当控件被缩放时,控件内的文本将看起来" +"是像素化或模糊的。要在你的项目支持多种分辨率,请使用[url=https://docs." +"godotengine.org/en/3.4/tutorials/viewports/multiple_resolutions.html]文档[/" +"url]中描述的合适的视窗拉伸模式,而不是单独缩放控件。\n" +"[b]注意:[/b] 如果控件节点是[Container]节点的一个子节点,当场景实例化时,缩放" +"将被重置为[code]Vector2(1, 1)[/code]。要在实例化时设置控件的缩放,使用" +"[code]yield(get_tree(), \"idle_frame\")[/code]等待一帧,然后设置其[member " +"rect_scale]属性。" #: doc/classes/Control.xml:797 msgid "" @@ -19440,9 +19781,8 @@ msgid "Emitted when the node's minimum size changes." msgstr "当节点的最小大小更改时发出。" #: doc/classes/Control.xml:836 -#, fuzzy msgid "Emitted when a modal [Control] is closed. See [method show_modal]." -msgstr "按下自定义按钮时发出。 参阅[方法add_button]。" +msgstr "当模态控件[Control]被关闭时触发。参阅[method show_modal]。" #: doc/classes/Control.xml:841 msgid "" @@ -19453,6 +19793,11 @@ msgid "" "at least until the mouse is moved to reach the parent's [code]Rect[/code] " "area." msgstr "" +"当鼠标进入控件的[code]Rect[/code]区域时触发,只要其[member mouse_filter]允许" +"事件到达。\n" +"[b]注意:[/b] 如果鼠标在进入父控件的[code]Rect[/code]区域之前进入子[Control]" +"节点,在鼠标移动到父控件的[code]Rect[/code]区域之前,不会发出[signal " +"mouse_entered]。" #: doc/classes/Control.xml:847 msgid "" @@ -19462,6 +19807,10 @@ msgid "" "child [Control] node, even if the mouse cursor is still inside the parent's " "[code]Rect[/code] area." msgstr "" +"当鼠标离开控件的[code]Rect[/code]区域时触发,只要其[member mouse_filter]允许" +"事件到达。\n" +"[b]注意:[/b] 如果鼠标进入一个子[Control]节点,即使鼠标光标仍然在父" +"[code]Rect[/code]区域内,[signal mouse_exited]也将触发。" #: doc/classes/Control.xml:853 msgid "Emitted when the control changes size." @@ -19514,18 +19863,17 @@ msgid "Sent when the node loses focus." msgstr "当节点失去焦点时发送。" #: doc/classes/Control.xml:888 -#, fuzzy msgid "" "Sent when the node's [member theme] changes, right before Godot redraws the " "control. Happens when you call one of the [code]add_*_override[/code] " "methods." msgstr "" -"当节点的[member theme]更改时发送,就在Godot重画控件之前。调用[code] " -"add_theme _ * _ override [/code]方法之一时发生。" +"当节点的 [member theme] 改变时,就在Godot重绘控件之前发送。当你调用" +"[code]add_*_override[/code]方法之一时发生。" #: doc/classes/Control.xml:891 msgid "Sent when an open modal dialog closes. See [method show_modal]." -msgstr "" +msgstr "当一个打开的模态对话框关闭时发送。参阅[method show_modal]。" #: doc/classes/Control.xml:894 msgid "" @@ -19970,10 +20318,9 @@ msgid "Convex polygon shape for 3D physics." msgstr "用于3D物理的凸多边形形状。" #: doc/classes/ConvexPolygonShape.xml:7 -#, fuzzy msgid "" "Convex polygon shape resource, which can be added to a [PhysicsBody] or area." -msgstr "凸多边形形状资源,可以将其添加到[PhysicsBody3D]或区域中。" +msgstr "凸多边形形状资源,可以添加到[PhysicsBody]或area区域。" #: doc/classes/ConvexPolygonShape.xml:16 msgid "The list of 3D points forming the convex polygon shape." @@ -20002,14 +20349,13 @@ msgstr "" "以加快碰撞检测的速度。" #: doc/classes/ConvexPolygonShape2D.xml:17 -#, fuzzy msgid "" "Based on the set of points provided, this creates and assigns the [member " "points] property using the convex hull algorithm. Removing all unneeded " "points. See [method Geometry.convex_hull_2d] for details." msgstr "" -"基于提供的点集,这将使用凸包算法创建并分配[member points]属性。删除所有不需要" -"的点。有关详细信息,请参阅[method Geometry2D.convex_hull]。" +"基于所提供点的集合,使用凸包算法创建和分配 [member points]属性。删除所有不需" +"要的点。参阅[method Geometry.convex_hull_2d]。" #: doc/classes/ConvexPolygonShape2D.xml:23 msgid "" @@ -20022,7 +20368,6 @@ msgid "CPU-based 3D particle emitter." msgstr "基于CPU的3D粒子发射器。" #: doc/classes/CPUParticles.xml:7 -#, fuzzy msgid "" "CPU-based 3D particle node used to create a variety of particle systems and " "effects.\n" @@ -20032,16 +20377,15 @@ msgid "" "and doesn't need to be configured by the user." msgstr "" "基于CPU的3D粒子节点,用于创建各种粒子系统和效果。\n" -"另请参阅[GPUParticles3D],它提供与硬件加速相同的功能,但可能无法在较旧的设备" -"上运行。" +"参阅[Particles],它是以硬件加速提供相同的功能,但可能无法在旧设备上运行。\n" +"[b]注意:[/b] 与[Particles]不同,其可见性矩形是即时生成的,不需要用户配置。" #: doc/classes/CPUParticles.xml:18 -#, fuzzy msgid "" "Sets this node's properties to match a given [Particles] node with an " "assigned [ParticlesMaterial]." msgstr "" -"设置此节点的属性,以使给定的[GPUParticles2D]节点与分配的[ParticlesMaterial]匹" +"设置此节点的属性,以将给定的 [Particles] 节点与指定的 [ParticlesMaterial] 匹" "配。" #: doc/classes/CPUParticles.xml:25 doc/classes/CPUParticles2D.xml:26 @@ -20092,6 +20436,9 @@ msgid "" "therefore removing all particles that were already emitted before changing " "[member amount]." msgstr "" +"在一个发射周期内排放的粒子数(对应于[member lifetime])。\n" +"[b]注意:[/b]改变[member amount]将重置粒子发射,因此,在改变[member amount]之" +"前已经排放的所有粒子将被移除。" #: doc/classes/CPUParticles.xml:94 doc/classes/CPUParticles2D.xml:95 msgid "Initial rotation applied to each particle, in degrees." @@ -20150,22 +20497,21 @@ msgid "Animation speed randomness ratio." msgstr "动画速度随机率。" #: doc/classes/CPUParticles.xml:130 -#, fuzzy msgid "" "Each particle's initial color. To have particle display color in a " "[SpatialMaterial] make sure to set [member SpatialMaterial." "vertex_color_use_as_albedo] to [code]true[/code]." msgstr "" -"每个粒子的初始颜色。如果[GPUParticles2D]的[code]texture[/code]被定义,它将乘" -"以这个颜色。要让粒子在[BaseMaterial3D]中显示颜色,请确保设置[member " -"BaseMaterial3D]。vertex_color_use_as_albedo] [code]true[/code]。" +"每个粒子的初始颜色。为了让粒子在[SpatialMaterial]中显示颜色,请确保将[member " +"SpatialMaterial.vertex_color_use_as_albedo]设置为[code]true[/code]。" #: doc/classes/CPUParticles.xml:133 doc/classes/ParticlesMaterial.xml:118 -#, fuzzy msgid "" "Each particle's color will vary along this [GradientTexture] over its " "lifetime (multiplied with [member color])." -msgstr "每个粒子的颜色将沿着这个[GradientTexture]变化。" +msgstr "" +"每个粒子的颜色将在其生命周期内随着这个[GradientTexture]变化,即与[member " +"color]相乘。" #: doc/classes/CPUParticles.xml:136 doc/classes/CPUParticles2D.xml:137 #: doc/classes/ParticlesMaterial.xml:121 @@ -20221,32 +20567,28 @@ msgstr "" "EMISSION_SHAPE_DIRECTED_POINTS]时产生粒子的初始位置。" #: doc/classes/CPUParticles.xml:163 -#, fuzzy msgid "" "The axis for the ring shaped emitter when using [constant " "EMISSION_SHAPE_RING]." -msgstr "设置使用[constant EMISSION_SHAPE_DIRECTED_POINTS]时粒子发射的方向。" +msgstr "使用[constant EMISSION_SHAPE_RING]时,环形发射器的轴。" #: doc/classes/CPUParticles.xml:166 -#, fuzzy msgid "" "The height for the ring shaped emitter when using [constant " "EMISSION_SHAPE_RING]." -msgstr "设置使用[constant EMISSION_SHAPE_DIRECTED_POINTS]时粒子发射的方向。" +msgstr "使用[constant EMISSION_SHAPE_RING]时,环形发射器的高度。" #: doc/classes/CPUParticles.xml:169 -#, fuzzy msgid "" "The inner radius for the ring shaped emitter when using [constant " "EMISSION_SHAPE_RING]." -msgstr "设置使用[constant EMISSION_SHAPE_DIRECTED_POINTS]时粒子发射的方向。" +msgstr "使用[constant EMISSION_SHAPE_RING]时,环形发射器的内半径。" #: doc/classes/CPUParticles.xml:172 -#, fuzzy msgid "" "The radius for the ring shaped emitter when using [constant " "EMISSION_SHAPE_RING]." -msgstr "设置使用[constant EMISSION_SHAPE_DIRECTED_POINTS]时粒子发射的方向。" +msgstr "使用[constant EMISSION_SHAPE_RING]时,环形发射器的半径。" #: doc/classes/CPUParticles.xml:175 doc/classes/CPUParticles2D.xml:164 msgid "" @@ -20347,9 +20689,8 @@ msgstr "初始速度随机率。" #: doc/classes/CPUParticles.xml:223 doc/classes/CPUParticles2D.xml:203 #: doc/classes/Particles.xml:81 doc/classes/Particles2D.xml:52 -#, fuzzy msgid "The amount of time each particle will exist (in seconds)." -msgstr "每个粒子将存在的时间量。" +msgstr "每个粒子存在的时间,以秒为单位。" #: doc/classes/CPUParticles.xml:226 doc/classes/CPUParticles2D.xml:206 #: doc/classes/ParticlesMaterial.xml:196 @@ -20656,9 +20997,8 @@ msgstr "" "调制。" #: doc/classes/CPUParticles.xml:373 doc/classes/ParticlesMaterial.xml:325 -#, fuzzy msgid "Particles will be emitted in a ring or cylinder." -msgstr "粒子将在矩形区域内发射。" +msgstr "粒子将以环形或圆柱的形式发射出来。" #: doc/classes/CPUParticles.xml:376 doc/classes/CPUParticles2D.xml:353 #: doc/classes/ParticlesMaterial.xml:328 @@ -20670,7 +21010,6 @@ msgid "CPU-based 2D particle emitter." msgstr "基于CPU的2D粒子发射器。" #: doc/classes/CPUParticles2D.xml:7 -#, fuzzy msgid "" "CPU-based 2D particle node used to create a variety of particle systems and " "effects.\n" @@ -20680,8 +21019,8 @@ msgid "" "fly and doesn't need to be configured by the user." msgstr "" "基于CPU的2D粒子节点,用于创建各种粒子系统和效果。\n" -"另请参阅[GPUParticles2D],它提供与硬件加速相同的功能,但可能无法在较旧的设备" -"上运行。" +"参阅[Particles2D],它通过硬件加速提供相同的功能,但可能无法在旧设备上运行。\n" +"[b]注意:[/b] 其与[Particles2D]不同,可见性矩形是即时生成的,不需要用户配置。" #: doc/classes/CPUParticles2D.xml:12 doc/classes/Particles2D.xml:14 msgid "" @@ -20690,13 +21029,12 @@ msgstr "" "https://docs.godotengine.org/en/3.4/tutorials/2d/particle_systems_2d.html" #: doc/classes/CPUParticles2D.xml:19 -#, fuzzy msgid "" "Sets this node's properties to match a given [Particles2D] node with an " "assigned [ParticlesMaterial]." msgstr "" -"设置此节点的属性,以使给定的[GPUParticles2D]节点与分配的[ParticlesMaterial]匹" -"配。" +"设置此节点的属性,以将给定的 [Particles2D] 节点与指定的 [ParticlesMaterial] " +"匹配。" #: doc/classes/CPUParticles2D.xml:131 msgid "" @@ -20705,11 +21043,10 @@ msgid "" msgstr "每个粒子的初始颜色。如果定义了[member 纹理],它将乘以该颜色。" #: doc/classes/CPUParticles2D.xml:134 -#, fuzzy msgid "" "Each particle's color will vary along this [Gradient] (multiplied with " "[member color])." -msgstr "每个粒子的颜色将沿着这个[GradientTexture]变化。" +msgstr "每个粒子的颜色将随着这个[Gradient]变化,即与[member color]相乘。" #: doc/classes/CPUParticles2D.xml:161 msgid "" @@ -20871,35 +21208,35 @@ msgid "" "string-comparison-with-double-hmac-strategy]this blog post[/url] for more " "information." msgstr "" +"比较两个[PoolByteArray]是否相等,而不泄露时间信息,以防止计时攻击。\n" +"更多信息参阅[url=https://paragonie.com/blog/2015/11/preventing-timing-" +"attacks-on-string-comparison-with-double-hmac-strategy]这篇博文[/url]。" #: doc/classes/Crypto.xml:56 -#, fuzzy msgid "" "Decrypt the given [code]ciphertext[/code] with the provided private " "[code]key[/code].\n" "[b]Note:[/b] The maximum size of accepted ciphertext is limited by the key " "size." msgstr "" -"用提供的私有[code]key[/code]解密给定的[code]ciphertext[/code]。\n" -"[b]注[/b]:可接受的密文的最大大小受密钥大小限制。" +"用提供的私人[code]key[/code]解密给定的[code]ciphertext[/code]。\n" +"[b]注意:[/b]所接受的密码文本的最大尺寸受到密钥大小限制。" #: doc/classes/Crypto.xml:65 -#, fuzzy msgid "" "Encrypt the given [code]plaintext[/code] with the provided public [code]key[/" "code].\n" "[b]Note:[/b] The maximum size of accepted plaintext is limited by the key " "size." msgstr "" -"使用提供的公共[code]key[/code]对给定的[code]plaintext[/code]进行加密。\n" -"[b]注[/b]:可接受的明文的最大大小受密钥大小限制。" +"用提供的公钥 [code]key[/code] 加密给定的[code]plaintext[/code]。\n" +"[b]注意:[/b]接受的明文的最大尺寸受到密钥大小的限制。" #: doc/classes/Crypto.xml:73 -#, fuzzy msgid "" "Generates a [PoolByteArray] of cryptographically secure random bytes with " "given [code]size[/code]." -msgstr "生成具有给定[code]size[/code]的加密安全随机字节的[PackedByteArray]。" +msgstr "生成具有给定 [code]size[/code] 的加密安全随机字节的 [PoolByteArray]。" #: doc/classes/Crypto.xml:80 msgid "" @@ -20953,6 +21290,11 @@ msgid "" "Currently, only [constant HashingContext.HASH_SHA256] and [constant " "HashingContext.HASH_SHA1] are supported." msgstr "" +"使用 [code]key[/code] 生成 [code]msg[/code] 的 [url=https://en.wikipedia.org/" +"wiki/HMAC]HMAC[/url] 摘要。 [code]hash_type[/code] 参数是用于内部和外部哈希的" +"哈希算法。\n" +"目前仅支持 [constant HashingContext.HASH_SHA256] 和 [constant HashingContext." +"HASH_SHA1]。" #: doc/classes/Crypto.xml:117 msgid "" @@ -20997,17 +21339,16 @@ msgstr "" "如果此CryptoKey仅具有公共部分,而没有私有部分,则返回[code] true [/code]。" #: doc/classes/CryptoKey.xml:25 -#, fuzzy msgid "" "Loads a key from [code]path[/code]. If [code]public_only[/code] is " "[code]true[/code], only the public key will be loaded.\n" "[b]Note:[/b] [code]path[/code] should be a \"*.pub\" file if " "[code]public_only[/code] is [code]true[/code], a \"*.key\" file otherwise." msgstr "" -"从[code]path[/code]加载密钥。如果[code] public_only [/code]为[code] true [/" -"code],则仅会加载公共密钥。\n" -"[b]注释[/b]:如果[code] public_only [/code]为[code] true [/code],则[code] " -"path [/code]应为“ * .pub”文件,否则为“ * .key”文件。" +"从[code]path[/code]加载一个密钥。如果[code]public_only[/code]是[code]true[/" +"code],将只加载公钥。\n" +"[b]注意:[/b] 如果[code]public_only[/code]是[code]true[/code],[code]path[/" +"code]应该是一个 \"*.pub \" 文件,否则是 \"*.key \" 文件。" #: doc/classes/CryptoKey.xml:34 msgid "" @@ -21018,17 +21359,16 @@ msgstr "" "true [/code],则仅会加载公共密钥。" #: doc/classes/CryptoKey.xml:42 -#, fuzzy msgid "" "Saves a key to the given [code]path[/code]. If [code]public_only[/code] is " "[code]true[/code], only the public key will be saved.\n" "[b]Note:[/b] [code]path[/code] should be a \"*.pub\" file if " "[code]public_only[/code] is [code]true[/code], a \"*.key\" file otherwise." msgstr "" -"将密钥保存到给定的[code]path[/code]。如果[code] public_only [/code]为[code] " -"true [/code],则仅会保存公钥。\n" -"[b]注意[/b]:如果[code] public_only [/code]为[code] true [/code],则[code] " -"path [/code]应为“ * .pub”文件,否则为“ * .key”文件。" +"将密钥保存到给定的 [code]path[/code]。如果 [code]public_only[/code] 为 " +"[code]true[/code],则只会保存公钥。\n" +"[b]注意:[/b]如果[code]public_only[/code]是[code]true[/code],则[code]path[/" +"code]应该是一个\"*.pub\"文件,否则是\"*.key\"文件。" #: doc/classes/CryptoKey.xml:50 msgid "" @@ -21067,7 +21407,6 @@ msgid "A CSG node that allows you to combine other CSG modifiers." msgstr "一个CSG节点,允许您组合其他CSG修改器。" #: modules/csg/doc_classes/CSGCombiner.xml:7 -#, fuzzy msgid "" "For complex arrangements of shapes, it is sometimes needed to add structure " "to your CSG nodes. The CSGCombiner node allows you to create this structure. " @@ -21078,10 +21417,11 @@ msgid "" "then do an operation that takes the two end results as its input to create " "the final shape." msgstr "" -"对于复杂的形状排列,有时需要将结构添加到CSG节点。 CSGCombiner3D节点允许您创建" -"此结构。节点封装其子节点的CSG操作结果。以此方式,可以对作为一个CSGCombiner3D" -"节点的子代的一组形状进行操作,对作为第二CSGCombiner3D节点的子代的第二组形状进" -"行一组单独操作,然后进行以下操作:将两个最终结果作为输入以创建最终形状。" +"对于复杂的形状排列,有时需要向CSG节点添加结构体。CSGCombiner节点允许你创建这" +"种结构体。该节点封装了其子节点的CSG操作的结果。通过这种方式,可以对作为一个" +"CSGCombiner节点的子节点的一组形状进行操作,并对作为第二个CSGCombiner节点的子" +"节点的第二组形状进行单独的操作,然后进行操作,将两个最终结果作为其输入来创建" +"最终形状。" #: modules/csg/doc_classes/CSGCylinder.xml:4 msgid "A CSG Cylinder shape." @@ -21124,7 +21464,7 @@ msgid "" "will have a flat shaded look." msgstr "" "如果[code] true [/code],则将圆柱体的法线设置为具有平滑效果,使圆柱体看起来是" -"圆形的。如果[code]false[/code],则圆柱体将具有平坦的阴影外观。" +"圆形的。如果[code]false[/code],则圆柱体将具有平坦的阴影表现。" #: modules/csg/doc_classes/CSGMesh.xml:4 msgid "A CSG Mesh shape that uses a mesh resource." @@ -21152,6 +21492,10 @@ msgid "" "If a flat shader is required, ensure that all faces' vertex normals are " "parallel." msgstr "" +"用来作为CSG形状的[Mesh]资源。\n" +"[b]注意:[/b] 当使用[ArrayMesh]时,除非需要一个平面着色器,否则要避免使用顶点" +"法线的网格。默认情况下,CSGMesh会忽略网格的顶点法线,并使用面的法线计算平整的" +"着色器。如果需要使用平面着色器,请确保所有面的顶点法线是平行的。" #: modules/csg/doc_classes/CSGPolygon.xml:4 msgid "Extrudes a 2D polygon shape to create a 3D mesh." @@ -21161,13 +21505,12 @@ msgstr "拉伸2D多边形形状以创建3D网格。" msgid "" "An array of 2D points is extruded to quickly and easily create a variety of " "3D meshes." -msgstr "" +msgstr "挤出一组 2D 点以快速创建各种 3D 网格。" #: modules/csg/doc_classes/CSGPolygon.xml:15 -#, fuzzy msgid "" "When [member mode] is [constant MODE_DEPTH], the depth of the extrusion." -msgstr "[member mode]为[constant MODE_DEPTH]时的挤出深度。" +msgstr "当[member mode]为[constant MODE_DEPTH]时,挤出的深度。" #: modules/csg/doc_classes/CSGPolygon.xml:18 msgid "" @@ -21176,10 +21519,13 @@ msgid "" "V around the outline of the [member polygon]), the bottom-left quarter to " "the front end face, and the bottom-right quarter to the back end face." msgstr "" +"用于生成的网格的材质。UV将材质的上半部分映射到挤出的形状,即U沿挤出物的长度," +"V围绕 [member polygon]的轮廓,左下角的四分之一映射到前端面,右下角的四分之一" +"映射到后端面。" #: modules/csg/doc_classes/CSGPolygon.xml:21 msgid "The [member mode] used to extrude the [member polygon]." -msgstr "" +msgstr "用于挤出 [member polygon] 的 [member mode] 。" #: modules/csg/doc_classes/CSGPolygon.xml:24 msgid "" @@ -21188,12 +21534,15 @@ msgid "" "shape. If [code]false[/code] the top half of the material is repeated every " "step of the extrusion." msgstr "" +"当 [member mode] 为[constant MODE_PATH]时,默认情况下, [member material]的上" +"半部分会沿着挤出形状的整个长度被拉伸。如果[code]false[/code],挤出的每一步都" +"会重复材质的上半部分。" #: modules/csg/doc_classes/CSGPolygon.xml:27 msgid "" "When [member mode] is [constant MODE_PATH], the path interval or ratio of " "path points to extrusions." -msgstr "" +msgstr "当[member mode] 为[constant MODE_PATH]时,路径间隔或路径点比例挤出。" #: modules/csg/doc_classes/CSGPolygon.xml:30 msgid "" @@ -21201,6 +21550,8 @@ msgid "" "interval should be by distance ([constant PATH_INTERVAL_DISTANCE]) or " "subdivision fractions ([constant PATH_INTERVAL_SUBDIVIDE])." msgstr "" +"当 [member mode] 为 [constant MODE_PATH] 时,这将确定间隔是按距离([constant " +"PATH_INTERVAL_DISTANCE])还是细分分数([constant PATH_INTERVAL_SUBDIVIDE])。" #: modules/csg/doc_classes/CSGPolygon.xml:33 msgid "" @@ -21208,6 +21559,8 @@ msgid "" "the path are joined, by adding an extrusion between the last and first " "points of the path." msgstr "" +"当 [member mode] 为 [constant MODE_PATH] 时,如果 [code]true[/code] 路径的两" +"端会被连接起来,在路径的最后一个点和第一个点之间添加挤出。" #: modules/csg/doc_classes/CSGPolygon.xml:36 msgid "" @@ -21215,24 +21568,33 @@ msgid "" "[Transform] of the [CSGPolygon] is used as the starting point for the " "extrusions, not the [Transform] of the [member path_node]." msgstr "" +"当[member mode]为[constant MODE_PATH]时,如果[code]true[/code],则使用" +"[CSGPolygon]的[Transform]作为挤出的起点,而不是[member path_node]的" +"[Transform]。" #: modules/csg/doc_classes/CSGPolygon.xml:39 msgid "" "When [member mode] is [constant MODE_PATH], the location of the [Path] " "object used to extrude the [member polygon]." msgstr "" +"[member mode] 为[constant MODE_PATH]时,用于挤出 [member polygon] 的 [Path] " +"对象的坐标。" #: modules/csg/doc_classes/CSGPolygon.xml:42 msgid "" "When [member mode] is [constant MODE_PATH], the [enum PathRotation] method " "used to rotate the [member polygon] as it is extruded." msgstr "" +"当 [member mode] 为 [constant MODE_PATH] 时,[enum PathRotation] 方法用于在挤" +"出时旋转[member polygon]。" #: modules/csg/doc_classes/CSGPolygon.xml:45 msgid "" "When [member mode] is [constant MODE_PATH], extrusions that are less than " "this angle, will be merged together to reduce polygon count." msgstr "" +"当 [member mode] 为 [constant MODE_PATH] 时,小于此角度的挤出将合并在一起以减" +"少多边形数量。" #: modules/csg/doc_classes/CSGPolygon.xml:48 msgid "" @@ -21240,45 +21602,43 @@ msgid "" "path, in meters, the texture coordinates will tile. When set to 0, texture " "coordinates will match geometry exactly with no tiling." msgstr "" +"当[member mode] 为[constant MODE_PATH] 时,这是纹理坐标沿着路径的距离,以米为" +"单位,将进行平铺。当设置为0时,纹理坐标将与几何图形完全匹配,没有平铺。" #: modules/csg/doc_classes/CSGPolygon.xml:51 -#, fuzzy msgid "The point array that defines the 2D polygon that is extruded." -msgstr "点数组定义了我们将要拉伸的形状。" +msgstr "定义挤出的二维多边形的点数组。" #: modules/csg/doc_classes/CSGPolygon.xml:54 -#, fuzzy msgid "If [code]true[/code], applies smooth shading to the extrusions." -msgstr "如果[code]true[/code],隐藏指定索引的行。" +msgstr "如果[code]true[/code],则对挤出应用平滑着色。" #: modules/csg/doc_classes/CSGPolygon.xml:57 msgid "" "When [member mode] is [constant MODE_SPIN], the total number of degrees the " "[member polygon] is rotated when extruding." msgstr "" +"当[member mode]为[constant MODE_SPIN],[member polygon]在挤出时旋转的总度数。" #: modules/csg/doc_classes/CSGPolygon.xml:60 -#, fuzzy msgid "" "When [member mode] is [constant MODE_SPIN], the number of extrusions made." -msgstr "[member mode]为[constant MODE_SPIN]时的挤出次数。" +msgstr "[member mode] 为 [constant MODE_SPIN] 时,挤出的次数。" #: modules/csg/doc_classes/CSGPolygon.xml:65 msgid "The [member polygon] shape is extruded along the negative Z axis." -msgstr "" +msgstr "[member polygon] 形状沿负 Z 轴挤出。" #: modules/csg/doc_classes/CSGPolygon.xml:68 -#, fuzzy msgid "" "The [member polygon] shape is extruded by rotating it around the Y axis." -msgstr "通过绕轴旋转Shape3D可以将其拉伸。" +msgstr "[member polygon]形状通过围绕Y轴旋转来挤出。" #: modules/csg/doc_classes/CSGPolygon.xml:71 -#, fuzzy msgid "" "The [member polygon] shape is extruded along the [Path] specified in [member " "path_node]." -msgstr "Shape3D沿由[member path_node]中设置的[Shape3D]设置的路径拉伸。" +msgstr "[member polygon] 形状沿 [member path_node] 中指定的 [Path] 挤出。" #: modules/csg/doc_classes/CSGPolygon.xml:74 msgid "" @@ -21286,6 +21646,8 @@ msgid "" "[b]Note:[/b] Requires the path's Z coordinates to continually decrease to " "ensure viable shapes." msgstr "" +"[member polygon] 多边形的形状不会被旋转。\n" +"[b]注意:[/b]要求路径的Z坐标不断减少,以确保可行的形状。" #: modules/csg/doc_classes/CSGPolygon.xml:78 msgid "" @@ -21294,13 +21656,14 @@ msgid "" "[b]Note:[/b] Requires the path's Z coordinates to continually decrease to " "ensure viable shapes." msgstr "" +"[member polygon] 多边形的形状沿路径旋转,但不绕路径轴旋转。\n" +"[b]注意:[/b] 需要路径的 Z 坐标不断减小以确保可行的形状。" #: modules/csg/doc_classes/CSGPolygon.xml:82 -#, fuzzy msgid "" "The [member polygon] shape follows the path and its rotations around the " "path axis." -msgstr "绕X轴旋转时所能产生的最大力。" +msgstr "[member polygon] 多边形的形状跟随路径及其围绕路径轴的旋转。" #: modules/csg/doc_classes/CSGPolygon.xml:85 msgid "" @@ -21308,12 +21671,16 @@ msgid "" "will determine the distance, in meters, each interval of the path will " "extrude." msgstr "" +"当 [member mode] 被设置为路径[constant MODE_PATH] 时,[member path_interval] " +"将决定路径的每个间隔将被挤出的距离,单位为米。" #: modules/csg/doc_classes/CSGPolygon.xml:88 msgid "" "When [member mode] is set to [constant MODE_PATH], [member path_interval] " "will subdivide the polygons along the path." msgstr "" +"当 [member mode] 被设置为路径 [constant MODE_PATH]时,[member path_interval] " +"将沿着路径细分多边形。" #: modules/csg/doc_classes/CSGPrimitive.xml:4 msgid "Base class for CSG primitives." @@ -21384,7 +21751,6 @@ msgstr "" "均被忽略。" #: modules/csg/doc_classes/CSGShape.xml:60 -#, fuzzy msgid "" "The physics layers this area is in.\n" "Collidable objects can exist in any of 32 different layers. These layers " @@ -21398,11 +21764,13 @@ msgid "" "documentation for more information." msgstr "" "这个区域所处的物理层。\n" -"可碰撞的物体可以存在于32个不同的层中的任何一个。这些层的工作方式就像一个标签" -"系统,而不是可视化的。一个可碰撞对象可以使用这些层来选择它可以与哪些对象碰" -"撞,使用 collision_mask 属性。\n" -"如果对象A在对象B扫描的任何一个图层中,或者对象B在对象A扫描的任何一个图层中," -"那么就会检测到一个接触。" +"可碰撞的物体可以存在于32个不同层中的任何一个。这些层的工作就像一个标签系统," +"而不是可视化的。一个可碰撞物体可以使用这些层来选择它可以与哪些物体碰撞,使用 " +"collision_mask 属性。\n" +"如果对象A在对象B所扫描的任何层中,或者对象B在对象A所扫描的任何层中,就会检测" +"到接触。详见文档中的[url=https://docs.godotengine.org/en/3.4/tutorials/" +"physics/physics_introduction.html#collision-layers-and-masks]碰撞层和掩码[/" +"url]。" #: modules/csg/doc_classes/CSGShape.xml:65 msgid "" @@ -21411,6 +21779,9 @@ msgid "" "html#collision-layers-and-masks]Collision layers and masks[/url] in the " "documentation for more information." msgstr "" +"此 CSG 形状将要扫描碰撞的物理层。有关更多信息,请参阅文档中的 [url=https://" +"docs.godotengine.org/en/3.4/tutorials/physics/physics_introduction." +"html#collision-layers-and-masks]碰撞层和掩码[/url]。" #: modules/csg/doc_classes/CSGShape.xml:68 msgid "" @@ -21484,7 +21855,7 @@ msgid "" "have a flat shaded look." msgstr "" "如果[code] true [/code],则将圆柱体的法线设置为具有平滑效果,使圆柱体看起来是" -"圆形的。如果[code]false[/code],则圆柱体将具有平坦的阴影外观。" +"圆形的。如果[code]false[/code],则圆柱体将具有平坦的阴影表现。" #: modules/csg/doc_classes/CSGTorus.xml:4 msgid "A CSG Torus shape." @@ -21521,7 +21892,7 @@ msgid "" "have a flat shaded look." msgstr "" "如果[code] true [/code]设置圆环的法线以提供平滑效果,则使圆环看起来是圆形的。" -"如果[code]false[/code],则圆环将具有平坦的阴影外观。" +"如果[code]false[/code],则圆环将具有平坦的阴影表现。" #: modules/mono/doc_classes/CSharpScript.xml:4 msgid "" @@ -21562,47 +21933,47 @@ msgid "" "to make an object look as if it's reflecting its surroundings. This usually " "delivers much better performance than other reflection methods." msgstr "" +"通常用于伪造反射的 6 面 3D 纹理。它可用于使对象看起来好像在反射其周围环境。这" +"通常比其他反射方法提供更好的性能。" #: doc/classes/CubeMap.xml:15 msgid "Returns the [CubeMap]'s height." msgstr "返回[CubeMap]的高度。" #: doc/classes/CubeMap.xml:22 -#, fuzzy msgid "" "Returns an [Image] for a side of the [CubeMap] using one of the [enum Side] " "constants." -msgstr "使用[enum BodyMode]常量之一设置body模式。" +msgstr "使用 [enum Side] 边常数之一返回 [CubeMap] 的一个侧面图像 [Image]。" #: doc/classes/CubeMap.xml:28 msgid "Returns the [CubeMap]'s width." msgstr "返回[CubeMap]的宽度。" #: doc/classes/CubeMap.xml:36 -#, fuzzy msgid "" "Sets an [Image] for a side of the [CubeMap] using one of the [enum Side] " "constants." -msgstr "使用[enum BodyMode]常量之一设置body模式。" +msgstr "" +"为 [CubeMap] 的一个边设置图像 [Image],使用枚举边 [enum Side]常数之一。" #: doc/classes/CubeMap.xml:42 -#, fuzzy msgid "" "The render flags for the [CubeMap]. See the [enum Flags] constants for " "details." -msgstr "" -"选项卡容器中所有选项卡的对齐方式。有关详细信息,请参阅 [enum TabAlign] 常量。" +msgstr "[CubeMap] 的渲染标志。有关详细信息,请参阅 [enum Flags] 常量。" #: doc/classes/CubeMap.xml:45 msgid "" "The lossy storage quality of the [CubeMap] if the storage mode is set to " "[constant STORAGE_COMPRESS_LOSSY]." msgstr "" +"如果存储模式设置为 [constant STORAGE_COMPRESS_LOSSY],则 [CubeMap] 为有损存储" +"质量。" #: doc/classes/CubeMap.xml:48 -#, fuzzy msgid "The [CubeMap]'s storage mode. See [enum Storage] constants." -msgstr "Camera2D的锚点。参阅[enum AnchorMode]常量。" +msgstr "[CubeMap] 的存储模式。参阅 [enum AnchorMode] 常量。" #: doc/classes/CubeMap.xml:53 msgid "Store the [CubeMap] without any compression." @@ -21610,46 +21981,41 @@ msgstr "存储[CubeMap]而不进行任何压缩。" #: doc/classes/CubeMap.xml:56 msgid "Store the [CubeMap] with strong compression that reduces image quality." -msgstr "" +msgstr "以降低图像质量的强压缩方式存储 [CubeMap]。" #: doc/classes/CubeMap.xml:59 msgid "" "Store the [CubeMap] with moderate compression that doesn't reduce image " "quality." -msgstr "" +msgstr "以不降低图像质量的适度压缩方式存储 [CubeMap]。" #: doc/classes/CubeMap.xml:62 -#, fuzzy msgid "Identifier for the left face of the [CubeMap]." -msgstr "反转网格的面。" +msgstr "[CubeMap] 左面的标识符。" #: doc/classes/CubeMap.xml:65 -#, fuzzy msgid "Identifier for the right face of the [CubeMap]." -msgstr "反转网格的面。" +msgstr "[CubeMap] 右面的标识符。" #: doc/classes/CubeMap.xml:68 msgid "Identifier for the bottom face of the [CubeMap]." -msgstr "" +msgstr "[CubeMap] 底面的标识符。" #: doc/classes/CubeMap.xml:71 -#, fuzzy msgid "Identifier for the top face of the [CubeMap]." -msgstr "反转网格的面。" +msgstr "[CubeMap] 顶面的标识符。" #: doc/classes/CubeMap.xml:74 -#, fuzzy msgid "Identifier for the front face of the [CubeMap]." -msgstr "反转网格的面。" +msgstr "[CubeMap] 正面的标识符。" #: doc/classes/CubeMap.xml:77 -#, fuzzy msgid "Identifier for the back face of the [CubeMap]." -msgstr "反转网格的面。" +msgstr "[CubeMap] 背面的标识符。" #: doc/classes/CubeMap.xml:80 msgid "Generate mipmaps, to enable smooth zooming out of the texture." -msgstr "" +msgstr "生成 mipmap,以实现纹理的平滑缩放。" #: doc/classes/CubeMap.xml:83 msgid "Repeat (instead of clamp to edge)." @@ -21657,18 +22023,17 @@ msgstr "重复(而不是限制到边缘)。" #: doc/classes/CubeMap.xml:86 msgid "Turn on magnifying filter, to enable smooth zooming in of the texture." -msgstr "" +msgstr "打开放大滤镜,使纹理平滑放大。" #: doc/classes/CubeMap.xml:89 msgid "Default flags. Generate mipmaps, repeat, and filter are enabled." -msgstr "" +msgstr "默认标志。启用生成 mipmap、重复和滤镜。" #: doc/classes/CubeMesh.xml:4 msgid "Generate an axis-aligned cuboid [PrimitiveMesh]." msgstr "生成与轴对齐的长方体[PrimitiveMesh]。" #: doc/classes/CubeMesh.xml:7 -#, fuzzy msgid "" "Generate an axis-aligned cuboid [PrimitiveMesh].\n" "The cube's UV layout is arranged in a 3×2 layout that allows texturing each " @@ -21679,9 +22044,13 @@ msgid "" "this, increase [member subdivide_depth], [member subdivide_height] and " "[member subdivide_width] until you no longer notice UV jittering." msgstr "" -"生成与轴对齐的长方体[PrimitiveMesh]。\n" -"多维数据集的UV布局以3×2布局进行排列,从而可以分别纹理化每个面。要在所有面上应" -"用相同的纹理,请将材质的UV属性更改为[code] Vector3(3,2,1)[/code]。" +"生成一个轴对齐的立方体[PrimitiveMesh]。\n" +"这个立方体的UV布局是以3×2的方式排列的,可以对每个面单独进行纹理处理。要在所有" +"的面上应用相同的纹理,将材质的UV属性改为 [code]Vector3(3, 2, 1)[/code]。\n" +"[b]注意:[/b]当使用一个大的纹理 [CubeMesh]时(例如作为地板),你可能会遇到UV" +"抖动的问题,这取决于相机的角度。为了解决这个问题,增加细分深度 [member " +"subdivide_depth]、[member subdivide_height] 细分高度和细分宽带 [member " +"subdivide_width],直到你不再注意到UV抖动。" #: doc/classes/CubeMesh.xml:17 msgid "Size of the cuboid mesh." @@ -21701,7 +22070,7 @@ msgstr "沿X轴插入的额外边缘环的数量。" #: doc/classes/CullInstance.xml:4 msgid "Parent of all nodes that can be culled by the Portal system." -msgstr "" +msgstr "所有可以被Portal入口系统剔除的节点的父节点。" #: doc/classes/CullInstance.xml:7 msgid "" @@ -21724,6 +22093,18 @@ msgid "" "Objects that are not [code]Static[/code] or [code]Dynamic[/code] can be " "freely created and deleted during the lifetime of the game level." msgstr "" +"为可以被[Portal]系统剔除的节点提供通用功能。\n" +"[code]Static[/code]和[code]Dynamic[/code]对象是系统中最有效的管理对象,但有一" +"些注意事项。当使用[RoomManager] [code]rooms_convert[/code]函数转换[Room]时," +"它们最初应该存在,并且其寿命应该与游戏级别相同,也就是说,在你调用" +"[RoomManager]的[code]rooms_clear[/code]之前一直存在。虽然你不应该在游戏过程中" +"创建或删除这些对象,但可以用标准的[code]hide[/code]和[code]show[/code]命令管" +"理它们的可见性。\n" +"另一方面,[code]Roaming[/code]对象需要额外的处理来跟踪它们在哪个[Room]中。这" +"使它们能够有效地被剔除,无论其位置。\n" +"[code]Global[/code]对象不被入口系统剔除,只使用视图视锥剔除。\n" +"不是[code]Static[/code]或[code]Dynamic[/code]的对象可以在游戏关卡的生命周期内" +"自由创建和删除。" #: doc/classes/CullInstance.xml:19 msgid "" @@ -21735,6 +22116,11 @@ msgid "" "This can be used to control autoplacement of building exteriors in an outer " "[RoomGroup]." msgstr "" +"当设置为[code]0[/code]时,[CullInstance]将被自动放置在具有最高优先级的[Room]" +"中。\n" +"当设置为[code]0[/code]以外的值时,系统将尝试在具有[code]autoplace_priority[/" +"code]的[Room]中自动放置,如果它存在的话。\n" +"这可以用来控制建筑外面的在外部[RoomGroup]的自动放置。" #: doc/classes/CullInstance.xml:24 msgid "" @@ -21746,12 +22132,16 @@ msgid "" "[code]PORTAL_MODE_STATIC[/code] or [code]PORTAL_MODE_DYNAMIC[/code], and for " "[Portal]s." msgstr "" +"当没有为 [Room] 明确指定手动边界时,凸形边界将根据房间内对象的几何形状进行估" +"算。此设置确定对象的几何形状是否包含在此房间边界估算之中。\n" +"[b]注意:[/b]此设置仅在对象设置为[code]PORTAL_MODE_STATIC[/code]或" +"[code]PORTAL_MODE_DYNAMIC[/code]时有相,并且适用于[Portal]。" #: doc/classes/CullInstance.xml:28 msgid "" "When using [Room]s and [Portal]s, this specifies how the [CullInstance] is " "processed in the system." -msgstr "" +msgstr "当使用[Room]和[Portal]时,这规定了[CullInstance]在系统中的处理方式。" #: doc/classes/CullInstance.xml:33 msgid "" @@ -21763,6 +22153,11 @@ msgid "" "data has been invalidated. You will need to reconvert the rooms using the " "[RoomManager] to activate the system again." msgstr "" +"用于[b]不会移动[/b]的[Room]内的实例--例如,墙壁、地板。\n" +"[b]注意:[/b] 如果你在房间图形加载即转换的时候,试图删除一个" +"[code]PORTAL_MODE_STATIC[/code]实例,它将卸载房间图形并停用入口剔除。这是因为" +"[b]房间图形[/b]的数据已经失效。你将需要使用[RoomManager]重新转换房间以再次激" +"活系统。" #: doc/classes/CullInstance.xml:37 msgid "" @@ -21774,22 +22169,27 @@ msgid "" "data has been invalidated. You will need to reconvert the rooms using the " "[RoomManager] to activate the system again." msgstr "" +"用于房间内会移动但 [b] 不会改变房间 [/b] 的实例 - 例如移动平台。\n" +"[b]注意:[/b] 如果在加载即转换房间图形时尝试删除 [code]PORTAL_MODE_DYNAMIC[/" +"code] 实例,它将卸载房间图形并停用入口剔除。这是因为[b]房间图形[/b]数据已经失" +"效。将需要使用 [RoomManager] 重新转换房间以再次激活系统。" #: doc/classes/CullInstance.xml:41 msgid "Use for instances that will move [b]between[/b] [Room]s - e.g. players." -msgstr "" +msgstr "用于在 [Room] [b]之间 [/b] 移动的实例 - 例如玩家。" #: doc/classes/CullInstance.xml:44 msgid "" "Use for instances that will be frustum culled only - e.g. first person " "weapon, debug." -msgstr "" +msgstr "用于只会被视锥剔除的实例 - 例如第一人称武器,调试。" #: doc/classes/CullInstance.xml:47 msgid "" "Use for instances that will not be shown at all - e.g. [b]manual room " "bounds[/b] (specified by prefix [i]'Bound_'[/i])." msgstr "" +"用于根本不会显示的实例 - 例如[b]手动房间边界[/b],由前缀[i]'Bound_'[/i]指定。" #: doc/classes/Curve.xml:4 msgid "A mathematic curve." @@ -21992,9 +22392,8 @@ msgstr "" "它应该是足够近似的。" #: doc/classes/Curve2D.xml:39 -#, fuzzy msgid "Returns the cache of points as a [PoolVector2Array]." -msgstr "以[PackedVector2Array]的形式返回点的缓存。" +msgstr "以[PoolVector2Array]的形式返回缓存的点。" #: doc/classes/Curve2D.xml:46 msgid "" @@ -22007,36 +22406,35 @@ msgstr "" "[code]to_point[/code] 必须在这条曲线的局部空间中。" #: doc/classes/Curve2D.xml:54 doc/classes/Curve3D.xml:67 -#, fuzzy msgid "" "Returns the closest baked point (in curve's local space) to [code]to_point[/" "code].\n" "[code]to_point[/code] must be in this curve's local space." msgstr "" -"返回距离 [code]to_point[/code] 最近的点 (在曲线的局部空间)。\n" -"[code]to_point[/code] 必须在这条曲线的局部空间中。" +"返回最接近 [code]to_point[/code] 并烘焙好的点(在曲线的局部空间)。\n" +"[code]to_point[/code] 必须是在这个曲线的局部空间。" #: doc/classes/Curve2D.xml:68 -#, fuzzy msgid "" "Returns the position of the control point leading to the vertex [code]idx[/" "code]. The returned position is relative to the vertex [code]idx[/code]. If " "the index is out of bounds, the function sends an error to the console, and " "returns [code](0, 0)[/code]." msgstr "" -"返回指向顶点[code]idx[/code]的控制点的位置。如果索引超出边界,函数会向控制台" -"发送一个错误信息,并返回[code](0,0)[/code]。" +"返回指向顶点[code] idx [/code]的控制点位置。返回的位置是相对于顶点[code] idx " +"[/code]的。如果索引超出了范围,函数会向控制台发送一条错误,并返回[code] (0, " +"0)[/code]。" #: doc/classes/Curve2D.xml:75 -#, fuzzy msgid "" "Returns the position of the control point leading out of the vertex " "[code]idx[/code]. The returned position is relative to the vertex [code]idx[/" "code]. If the index is out of bounds, the function sends an error to the " "console, and returns [code](0, 0)[/code]." msgstr "" -"返回指向顶点[code]idx[/code]的控制点的位置。如果索引超出边界,函数会向控制台" -"发送一个错误信息,并返回[code](0,0)[/code]。" +"返回从顶点[code] idx [/code]引出的控制点位置。返回的位置是相对于顶点 [code] " +"idx[/code]。如果索引越界,函数会向控制台发送错误,并返回 [code](0, 0)[/" +"code]。" #: doc/classes/Curve2D.xml:82 msgid "" @@ -22102,24 +22500,22 @@ msgstr "" "错误信息。" #: doc/classes/Curve2D.xml:123 doc/classes/Curve3D.xml:153 -#, fuzzy msgid "" "Sets the position of the control point leading to the vertex [code]idx[/" "code]. If the index is out of bounds, the function sends an error to the " "console. The position is relative to the vertex." msgstr "" -"设置通往顶点 [code]idx[/code] 的控制点的位置。如果索引超出范围,函数会向控制" -"台发送一个错误信息。" +"设置通往顶点 [code]idx[/code] 的控制点位置。如果索引超出范围,函数会向控制台" +"发送错误信息。" #: doc/classes/Curve2D.xml:131 doc/classes/Curve3D.xml:161 -#, fuzzy msgid "" "Sets the position of the control point leading out of the vertex [code]idx[/" "code]. If the index is out of bounds, the function sends an error to the " "console. The position is relative to the vertex." msgstr "" -"设置从顶点[code]idx[/code]引出的控制点的位置。如果索引超出范围,函数会向控制" -"台发送一个错误信息。" +"设置从顶点[code]idx[/code]引出的控制点位置。如果索引超出范围,该函数会向控制" +"台发送错误。位置是相对于顶点的。" #: doc/classes/Curve2D.xml:139 doc/classes/Curve3D.xml:169 msgid "" @@ -22171,35 +22567,31 @@ msgid "Describes a Bézier curve in 3D space." msgstr "描述二维空间的贝兹尔曲线。" #: doc/classes/Curve3D.xml:7 -#, fuzzy msgid "" "This class describes a Bézier curve in 3D space. It is mainly used to give a " "shape to a [Path], but can be manually sampled for other purposes.\n" "It keeps a cache of precalculated points along the curve, to speed up " "further calculations." msgstr "" -"该类描述了二维空间中的贝兹尔曲线。它主要用于给[Path2D]一个形状,但也可以手动" -"采样用于其他目的。\n" -"它保留了沿曲线的预计算点的缓存,以加快进一步的计算。" +"该类描述了三维空间中的贝塞尔曲线。它主要用于给 [Path] 提供一个形状,但也可以" +"为其他目的手动取样。\n" +"它沿曲线保留了一个预先计算好的点缓存,以加快进一步的计算。" #: doc/classes/Curve3D.xml:39 -#, fuzzy msgid "Returns the cache of points as a [PoolVector3Array]." -msgstr "以[PackedVector2Array]的形式返回点的缓存。" +msgstr "以 [PoolVector3Array] 的形式返回缓存的点。" #: doc/classes/Curve3D.xml:45 -#, fuzzy msgid "Returns the cache of tilts as a [PoolRealArray]." -msgstr "以[PackedFloat32Array]的形式返回倾斜的缓存。" +msgstr "以 [PoolRealArray] 的形式返回倾斜的缓存。" #: doc/classes/Curve3D.xml:51 -#, fuzzy msgid "" "Returns the cache of up vectors as a [PoolVector3Array].\n" "If [member up_vector_enabled] is [code]false[/code], the cache will be empty." msgstr "" -"返回作为[PackedVector3Array]的up向量缓存。\n" -"如果[member up_vector_enabled]为[code]false[/code],则缓存为空。" +"以 [PoolVector3Array] 的形式返回向上向量的缓存。\n" +"如果 [member up_vector_enabled] 是 [code]false[/code],缓存将是空的。" #: doc/classes/Curve3D.xml:59 msgid "" @@ -22213,26 +22605,26 @@ msgstr "" "[code]to_point[/code] 必须在这条曲线的局部空间中。" #: doc/classes/Curve3D.xml:81 -#, fuzzy msgid "" "Returns the position of the control point leading to the vertex [code]idx[/" "code]. The returned position is relative to the vertex [code]idx[/code]. If " "the index is out of bounds, the function sends an error to the console, and " "returns [code](0, 0, 0)[/code]." msgstr "" -"返回从顶点[code]idx[/code]引出的控制点的位置。如果索引超出边界,函数向控制台" -"发送一个错误信息,并返回[code](0,0,0)[/code]。" +"返回通往顶点 [code]idx[/code] 的控制点的位置。返回的位置是相对于顶点 " +"[code]idx[/code]的。如果索引超出了范围,函数会向控制台发送一个错误,并返回 " +"[code](0, 0, 0)[/code]。" #: doc/classes/Curve3D.xml:88 -#, fuzzy msgid "" "Returns the position of the control point leading out of the vertex " "[code]idx[/code]. The returned position is relative to the vertex [code]idx[/" "code]. If the index is out of bounds, the function sends an error to the " "console, and returns [code](0, 0, 0)[/code]." msgstr "" -"返回从顶点[code]idx[/code]引出的控制点的位置。如果索引超出边界,函数向控制台" -"发送一个错误信息,并返回[code](0,0,0)[/code]。" +"返回从顶点 [code]idx[/code] 伸出的控制点的位置。返回的位置是相对于顶点 " +"[code]idx[/code] 的。如果索引超出了范围,函数会向控制台发送一个错误,并返回 " +"[code](0, 0, 0)[/code]。" #: doc/classes/Curve3D.xml:95 msgid "" @@ -22240,8 +22632,8 @@ msgid "" "bounds, the function sends an error to the console, and returns [code](0, 0, " "0)[/code]." msgstr "" -"返回顶点的位置[code]idx[/code]。如果索引超出边界,函数会向控制台发送一个错误" -"信息,并返回[code](0,0,0)[/code]。" +"返回顶点的位置 [code]idx[/code]。如果索引超出边界,函数会向控制台发送一个错误" +"信息,并返回 [code](0,0,0)[/code]。" #: doc/classes/Curve3D.xml:102 msgid "" @@ -22272,7 +22664,6 @@ msgstr "" "[/code]。" #: doc/classes/Curve3D.xml:119 -#, fuzzy msgid "" "Returns a point within the curve at position [code]offset[/code], where " "[code]offset[/code] is measured as a distance in 3D units along the curve.\n" @@ -22283,12 +22674,12 @@ msgid "" "Cubic interpolation tends to follow the curves better, but linear is faster " "(and often, precise enough)." msgstr "" -"返回曲线中位于 [code]offset[/code] 位置的一个点,其中 [code]offset[/code] 是" -"沿曲线的像素距离。\n" -"为此,它找到 [code]offset[/code] 所在的两个缓存点,然后对其进行插值。如果将 " -"[code]cubic[/code] 设置为 [code]true[/code] 则为立方插值,如果设置为 [code] " -"false[/code] 则为线性插值。\n" -"立方内插往往能更好地跟随曲线,但线性内插速度更快(而且通常足够精确)。" +"返回曲线中 [code]offset[/code] 偏移位置的一个点,其中 [code]offset[/code] 以" +"沿曲线的 3D 单位距离测量。\n" +"为了做到这一点,它找到 [code]offset[/code] 所在的两个缓存点,然后进行内插值。" +"如果 [code]cubic[/code] 被设置为[code]true[/code],这个插值是立方的,如果设置" +"为 [code]false[/code],则是线性的。\n" +"立体插值倾向于更好地遵循曲线,但线性插值更快(而且通常足够精确)。" #: doc/classes/Curve3D.xml:129 msgid "" @@ -22310,7 +22701,6 @@ msgstr "" "code]。" #: doc/classes/Curve3D.xml:177 -#, fuzzy msgid "" "Sets the tilt angle in radians for the point [code]idx[/code]. If the index " "is out of bounds, the function sends an error to the console.\n" @@ -22318,10 +22708,10 @@ msgid "" "the path would have. In the case of a curve controlling a [PathFollow], this " "tilt is an offset over the natural tilt the [PathFollow] calculates." msgstr "" -"设置 [code]idx[/code] 点的倾斜角,单位为弧度。如果索引超出范围,函数会向控制" -"台发送一个错误信息。\n" -"倾斜度控制着沿着路径上移动的物体的视线轴的旋转。如果是控制 [PathFollow3D] 的" -"曲线,这个倾斜度是 [PathFollow3D] 计算的自然倾斜度的偏移。" +"以弧度为单位设置点 [code]idx[/code] 的倾斜角度。如果索引超出范围,该函数会向" +"控制台发送错误。\n" +"倾斜控制着沿路径移动的对象沿观察轴的旋转。在控制 [PathFollow] 的曲线的情况" +"下,此倾斜是对 [PathFollow] 计算的自然倾斜的偏移。" #: doc/classes/Curve3D.xml:195 msgid "" @@ -22336,7 +22726,6 @@ msgstr "" "的点越多,占用的内存也越多,所以使用时要注意。" #: doc/classes/Curve3D.xml:198 -#, fuzzy msgid "" "If [code]true[/code], the curve will bake up vectors used for orientation. " "This is used when [member PathFollow.rotation_mode] is set to [constant " @@ -22369,20 +22758,21 @@ msgid "Class representing a cylindrical [PrimitiveMesh]." msgstr "表示圆柱形[PrimitiveMesh]的类。" #: doc/classes/CylinderMesh.xml:7 -#, fuzzy msgid "" "Class representing a cylindrical [PrimitiveMesh]. This class can be used to " "create cones by setting either the [member top_radius] or [member " "bottom_radius] properties to [code]0.0[/code]." msgstr "" -"表示圆柱形[PrimitiveMesh]的类。该类可以通过设置[member top_radius]或[member " -"bottom_radius]属性为0.0来创建圆锥体。" +"表示圆柱形[PrimitiveMesh]的类。通过将[member top_radius]或[member " +"bottom_radius]属性设置为[code]0.0[/code],这个类可以用来创建圆锥体。" #: doc/classes/CylinderMesh.xml:15 msgid "" "Bottom radius of the cylinder. If set to [code]0.0[/code], the bottom faces " "will not be generated, resulting in a conic shape." msgstr "" +"圆柱体的底部半径。如果设置为[code]0.0[/code],而不会生成底面,从而形成圆锥" +"体。" #: doc/classes/CylinderMesh.xml:18 msgid "Full height of the cylinder." @@ -22393,6 +22783,7 @@ msgid "" "Number of radial segments on the cylinder. Higher values result in a more " "detailed cylinder/cone at the cost of performance." msgstr "" +"圆柱体上的径向段数。更高的值会生成更细致的圆柱体或圆锥体,但以性能为代价。" #: doc/classes/CylinderMesh.xml:24 msgid "" @@ -22404,12 +22795,18 @@ msgid "" "altering the vertex data using a shader or procedural mesh tool, [member " "rings] should be kept to its default value." msgstr "" +"沿圆柱体的高度的边缘环的数量。除非使用着色器或程序网格工具来更改顶点数据,否" +"则更改 [member rings] 不会影响显示,[member rings] 应保持其默认值。较高的值会" +"产生更多的细分,这可用于使用着色器或程序网格工具创建更平滑的显示效果,但以性" +"能为代价。" #: doc/classes/CylinderMesh.xml:27 msgid "" "Top radius of the cylinder. If set to [code]0.0[/code], the top faces will " "not be generated, resulting in a conic shape." msgstr "" +"圆柱体的顶部半径。如果设置为 [code]0.0[/code],则不会生成顶部面,形成圆锥形" +"状。" #: doc/classes/CylinderShape.xml:4 doc/classes/CylinderShape.xml:7 msgid "Cylinder shape for collisions." @@ -22472,7 +22869,6 @@ msgid "Dictionary type." msgstr "字典类型。" #: doc/classes/Dictionary.xml:7 -#, fuzzy msgid "" "Dictionary type. Associative container which contains values referenced by " "unique keys. Dictionaries are composed of pairs of keys (which must be " @@ -22579,58 +22975,64 @@ msgid "" "another value after it was initialized." msgstr "" "字典类型。关联容器,包含由唯一键引用的值。字典由键(必须是唯一的)和值对组" -"成。当添加元素时,字典将保留插入顺序,即使在打印字典时可能不会反映出来。在其" -"他编程语言中,这种数据结构有时被称为哈希图或关联数组。\n" -"您可以通过在大括号[code]{}[/code]中放置一个以逗号分隔的[code]key: value[/" -"code]对的列表来定义一个字典。\n" -"不支持在迭代元素[b]时擦除元素[/b],并且会导致未定义的行为。\n" +"成。\n" +"当添加元素时,字典将保留插入顺序,即使在打印字典时可能不会反映出来。\n" +"在其他编程语言中,这种数据结构有时被称为哈希图或关联数组。\n" +"您可以通过在大括号[code]{}[/code]中放置一个以逗号分隔的 [code]key: value[/" +"code] 对的列表来定义一个字典。\n" +"[b]不支持[/b] 在迭代元素时擦除元素,这会导致不明确的行为。\n" "[b]注意:[/b] 字典总是通过引用传递的。要获得一个可以独立于原始字典进行修改的字" -"典副本,请使用[方法 duplicate]。\n" +"典副本,请使用 [method duplicate]。\n" "创建一个字典。\n" "[codeblock]\n" -"var my_dir = {} # Creates an empty dictionary.\n" -"var points_dir = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" -"var another_dir = {\n" -" key1: value1,\n" -" key2: value2,\n" -" key3: value3,\n" +"var my_dict = {} # 创建一个空字典\n" +"\n" +"var dict_variable_key = \"Another key name\"\n" +"var dict_variable_value = \"value2\"\n" +"var another_dict = {\n" +" \"Some key name\": \"value1\",\n" +" dict_variable_key: dict_variable_value,\n" +"}\n" +"\n" +"var points_dict = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" +"\n" +"# 可替代的Lua-风格语法。\n" +"# 键并不需要加引号,但只有字符常量参数能被用作键名。\n" +"# 并且,键名必须以字母或下划线开头。\n" +"# 这里,some_key是一个字符串,不是变量!\n" +"another_dict = {\n" +" some_key = 42,\n" "}\n" "[/codeblock]\n" -"You can access a dictionary's values by referencing the appropriate key. In " -"the above example, [code]points_dir[\"White\"][/code] will return [code]50[/" -"code]. You can also write [code]points_dir.White[/code], which is " -"equivalent. However, you'll have to use the bracket syntax if the key you're " -"accessing the dictionary with isn't a fixed string (such as a number or " -"variable).\n" +"你可以通过引用合适的键来访问一个字典。在上方的示例中," +"[code]points_dir[\"White\"][/code] 会返回 [code]50[/code]。你也可以写成 " +"[code]points_dir.White[/code],效果都是相同的。但是如果你需要访问的键不是一个" +"固定的字符串(比如数字或变量)时,你需要使用方括号。\n" "[codeblock]\n" "export(String, \"White\", \"Yellow\", \"Orange\") var my_color\n" "var points_dir = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" "\n" "func _ready():\n" -" # We can't use dot syntax here as `my_color` is a variable.\n" +" # 这里我们不能使用点,因为‘my_color’是个变量。\n" " var points = points_dir[my_color]\n" "[/codeblock]\n" -"In the above code, [code]points[/code] will be assigned the value that is " -"paired with the appropriate color selected in [code]my_color[/code].\n" -"Dictionaries can contain more complex data:\n" +"在上方的代码中,[code]points[/code] 会被赋值为 [code]my_color[/code]中选取的" +"颜色。\n" +"字典可以容纳更加复杂的数据:\n" "[codeblock]\n" -"my_dir = {\"First Array\": [1, 2, 3, 4]} # Assigns an Array to a String " -"key.\n" +"my_dir = {\"First Array\": [1, 2, 3, 4]} # 将一个数组分配给一个字符串键。\n" "[/codeblock]\n" -"To add a key to an existing dictionary, access it like an existing key and " -"assign to it:\n" +"如果想要给字典添加一个键,可以像访问已有的键一样:\n" "[codeblock]\n" "var points_dir = {\"White\": 50, \"Yellow\": 75, \"Orange\": 100}\n" -"points_dir[\"Blue\"] = 150 # Add \"Blue\" as a key and assign 150 as its " -"value.\n" +"points_dir[\"Blue\"] = 150 # 添加键\"Blue\",并将其数值设定为150\n" "[/codeblock]\n" -"Finally, dictionaries can contain different types of keys and values in the " -"same dictionary:\n" +"最终,同一个字典内可以容纳不同类型的键和值:\n" "[codeblock]\n" -"# This is a valid dictionary.\n" -"# To access the string \"Nested value\" below, use `my_dir.sub_dir.sub_key` " -"or `my_dir[\"sub_dir\"][\"sub_key\"]`.\n" -"# Indexing styles can be mixed and matched depending on your needs.\n" +"# 这是一个合法的字典。\n" +"# 使用`my_dir.sub_dir.sub_key`或`my_dir[\"sub_dir\"][\"sub_key\"]`来访问下方" +"的字符串\"Nested value\"。\n" +"# 根据你不同的需求可以修改索引样式。\n" "var my_dir = {\n" " \"String Key\": 5,\n" " 4: [1, 2, 3],\n" @@ -22638,29 +23040,31 @@ msgstr "" " \"sub_dir\": {\"sub_key\": \"Nested value\"},\n" "}\n" "[/codeblock]\n" -"[b]Note:[/b] Unlike [Array]s, you can't compare dictionaries directly:\n" +"[b]注意:[/b] 和数组不同的是,你不能直接进行字典对比:\n" "[codeblock]\n" "array1 = [1, 2, 3]\n" "array2 = [1, 2, 3]\n" "\n" "func compare_arrays():\n" -" print(array1 == array2) # Will print true.\n" +" print(array1 == array2) # 会输出true。\n" "\n" "dir1 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" "dir2 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" "\n" "func compare_dictionaries():\n" -" print(dir1 == dir2) # Will NOT print true.\n" +" print(dir1 == dir2) # 不会输出true。\n" "[/codeblock]\n" -"You need to first calculate the dictionary's hash with [method hash] before " -"you can compare them:\n" +"想要对比字典,首先需要用 [method hash] 计算字典哈希。\n" "[codeblock]\n" "dir1 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" "dir2 = {\"a\": 1, \"b\": 2, \"c\": 3}\n" "\n" "func compare_dictionaries():\n" -" print(dir1.hash() == dir2.hash()) # Will print true.\n" -"[/codeblock]" +" print(dir1.hash() == dir2.hash()) # 会输出true。\n" +"[/codeblock]\n" +"[b]注意:[/b]当使用 [code]const[/code] 来声明一个字典时,字典本身依然可以通过" +"定义键的数值来进行修改。使用 [code]const[/code] 只能防止在它初始化完成后被给" +"予另一个数值。" #: doc/classes/Dictionary.xml:87 msgid "" @@ -22688,15 +23092,15 @@ msgid "Returns [code]true[/code] if the dictionary is empty." msgstr "如果字典为空,返回[code]true[/code]。" #: doc/classes/Dictionary.xml:114 -#, fuzzy msgid "" "Erase a dictionary key/value pair by key. Returns [code]true[/code] if the " "given key was present in the dictionary, [code]false[/code] otherwise.\n" "[b]Note:[/b] Don't erase elements while iterating over the dictionary. You " "can iterate over the [method keys] array instead." msgstr "" -"按键擦除字典中的键/值对。如果给定的键存在于字典中,返回 [code]true[/code],否" -"则返回 [code]false[/code]。遍历字典时不擦除元素。" +"依据key擦除字典的键值对。如果指定的 key 存在于字典中,返回 [code]true[/" +"code] ,否则返回 [code]false[/code] 。\n" +"[b]注意:[/b] 在迭代字典时不要擦除元素。可以迭代 [method keys] 数组。" #: doc/classes/Dictionary.xml:123 msgid "" @@ -22732,11 +23136,10 @@ msgstr "" "算符一样)也会评估为[code]true[/code]。" #: doc/classes/Dictionary.xml:144 -#, fuzzy msgid "" "Returns [code]true[/code] if the dictionary has all the keys in the given " "array." -msgstr "如果字典中的所有键都在给定的数组中,返回[code]true[/code]。" +msgstr "如果字典具有给定数组中的所有键,则返回 [code]true[/code] 。" #: doc/classes/Dictionary.xml:150 msgid "" @@ -22767,9 +23170,8 @@ msgid "Returns the list of keys in the [Dictionary]." msgstr "返回[Dictionary]中的键列表。" #: doc/classes/Dictionary.xml:169 -#, fuzzy msgid "Returns the number of keys in the dictionary." -msgstr "返回目录里文件的数量。" +msgstr "返回字典中键的数量。" #: doc/classes/Dictionary.xml:175 msgid "Returns the list of values in the [Dictionary]." @@ -22777,10 +23179,9 @@ msgstr "返回[Dictionary]中的值列表。" #: doc/classes/DirectionalLight.xml:4 msgid "Directional light from a distance, as from the Sun." -msgstr "来自远处的定向光源,如来自太阳的光。" +msgstr "来自远处的平行光源,如来自太阳的光。" #: doc/classes/DirectionalLight.xml:7 -#, fuzzy msgid "" "A directional light is a type of [Light] node that models an infinite number " "of parallel rays covering the entire scene. It is used for lights with " @@ -22788,9 +23189,9 @@ msgid "" "or moonlight. The worldspace location of the DirectionalLight transform " "(origin) is ignored. Only the basis is used to determine light direction." msgstr "" -"方向灯是一种[Light3D]节点,它可以模拟覆盖整个场景的无限数量的平行光线。它用于" -"离场景较远的具有强烈强度的灯光,以模拟太阳光或月光。DirectionalLight3D变换" -"(原点)的世界空间位置被忽略。只有基础被用来确定光的方向。" +"平行光是[Light]节点的一种类型,它可以模拟出覆盖整个场景的无限多的平行光线。它" +"用于离场景很远的具有强烈强度的灯光,以模拟太阳光或月光。DirectionalLight变换" +"的世界空间坐标原点被忽略。只有基点被用来确定光线方向。" #: doc/classes/DirectionalLight.xml:10 doc/classes/Light.xml:10 #: doc/classes/OmniLight.xml:11 doc/classes/SpotLight.xml:11 @@ -22804,6 +23205,8 @@ msgid "" "Amount of extra bias for shadow splits that are far away. If self-shadowing " "occurs only on the splits far away, increasing this value can fix them." msgstr "" +"远处阴影分裂的额外偏置量。如果自身阴影只产生远处的分裂,增加这个值可以修复它" +"们。" #: doc/classes/DirectionalLight.xml:19 msgid "" @@ -22830,7 +23233,7 @@ msgstr "灯光的阴影渲染算法。参阅[enum ShadowMode]。" msgid "" "Can be used to fix special cases of self shadowing when objects are " "perpendicular to the light." -msgstr "" +msgstr "当物体垂直于光线时,可用于修复自身阴影的特殊情况。" #: doc/classes/DirectionalLight.xml:34 msgid "" @@ -22910,7 +23313,6 @@ msgid "Type used to handle the filesystem." msgstr "用于处理文件系统的类型。" #: doc/classes/Directory.xml:7 -#, fuzzy msgid "" "Directory type. It is used to manage directories and their content (not " "restricted to the project folder).\n" @@ -22939,11 +23341,14 @@ msgid "" " print(\"An error occurred when trying to access the path.\")\n" "[/codeblock]" msgstr "" -"目录类型。它用于管理目录及其内容(不限于项目文件夹)。\n" -"当创建一个新的[目录]时,必须使用[方法open]显式打开它,然后才能使用大多数方" -"法。然而,[method file_exists]和[method dir_exists]可以在不打开目录的情况下使" -"用。如果是这样,它们使用的是相对于[code]res://[/code]的路径。\n" -"下面是一个关于如何遍历一个目录中的文件的例子。\n" +"目录类型。它用于管理目录及其内容,县不限于项目文件夹。\n" +"创建新的[Directory]目录时,其默认打开的目录为[code]res://[/code]。这在将来可" +"能会改变,因此建议始终使用 [method open] 来初始化您要操作的 [Directory],并进" +"行显式的错误检查。\n" +"[b]注意:[/b] 导入了很多资源类型,例如纹理或声音文件,它们的源资产不会包含在" +"导出的游戏中,因为导出时只使用导入的版本内容。使用 [ResourceLoader] 访问导入" +"的资源。\n" +"下面是一个关于如何遍历目录文件的示例:\n" "[codeblock]\n" "func dir_contents(path):\n" " var dir = Directory.new()\n" @@ -23003,22 +23408,18 @@ msgstr "" "code]被认为是目录)。" #: doc/classes/Directory.xml:58 -#, fuzzy msgid "" "Returns whether the target directory exists. The argument can be relative to " "the current directory, or an absolute path." msgstr "" -"返回目标目录是否存在。该参数可以相对于当前目录,也可以是绝对路径。\n" -"如果未打开[Directory],则该路径是相对于[code] res:// [/code]的。" +"返回目标目录是否存在。参数可以是相对于当前目录的路径,也可以是绝对路径。" #: doc/classes/Directory.xml:65 -#, fuzzy msgid "" "Returns whether the target file exists. The argument can be relative to the " "current directory, or an absolute path." msgstr "" -"返回目标文件是否存在。参数可以是当前目录的相对路径,也可以是绝对路径。\n" -"如果 [Directory] 没有打开,则路径是相对于 [code]res://[/code] 。" +"返回目标文件是否存在。参数可以是相对于当前目录的路径,也可以是绝对路径。" #: doc/classes/Directory.xml:71 msgid "" @@ -23037,14 +23438,13 @@ msgstr "" "动器的名称。" #: doc/classes/Directory.xml:84 -#, fuzzy msgid "" "On Windows, returns the name of the drive (partition) passed as an argument " "(e.g. [code]C:[/code]). On other platforms, or if the requested drive does " "not exist, the method returns an empty String." msgstr "" -"在Windows上,返回作为参数传递的驱动器(分区)的名称(例如[code]C:[/code])。" -"在其他平台上,或者如果请求的驱动器不存在,该方法返回一个空字符串。" +"在Windows上,返回作为参数传递的驱动器即分区的名称,例如,[code]C:[/code]。在" +"其他平台上,如果请求的驱动器不存在,该方法返回一个空的字符串。" #: doc/classes/Directory.xml:90 msgid "" @@ -23080,7 +23480,6 @@ msgstr "" "该方法返回0或-1。" #: doc/classes/Directory.xml:111 -#, fuzzy msgid "" "Initializes the stream used to list all files and directories using the " "[method get_next] function, closing the currently opened stream if needed. " @@ -23091,20 +23490,19 @@ msgid "" "If [code]skip_hidden[/code] is [code]true[/code], hidden files are filtered " "out." msgstr "" -"使用[method get_next]函数初始化用于列出所有文件和目录的流,并在需要时关闭当前" -"打开的流。处理完流后,通常应使用[method list_dir_end]将其关闭。\n" -"如果[code] skip_navigational [/code]is[code]true[/code],那么[code].[/code]和" -"[code] .. [/code]被过滤掉。\n" -"如果[code] skip_hidden [/code]为[code]true[/code],则隐藏文件将被过滤掉。" +"初始化用于列出所有文件和目录的流,使用 [method get_next] 函数,如果需要,可关" +"闭当前打开的流。一旦流被处理完毕,通常应该用 [method list_dir_end] 关闭。\n" +"如果 [code]skip_navigational[/code] 是 [code]true[/code],过滤 [code].[/" +"code] 和 [code]..[/code]。\n" +"如果 [code]skip_hidden[/code] 是 [code]true[/code],过滤隐藏文件。" #: doc/classes/Directory.xml:119 -#, fuzzy msgid "" "Closes the current stream opened with [method list_dir_begin] (whether it " "has been fully processed with [method get_next] does not matter)." msgstr "" -"关闭用[method list_dir_begin]打开的当前流(是否已被[method get_next]完全处理并" -"不重要)。" +"关闭用[method list_dir_begin]打开的当前流,并不关注是否已经用[method " +"get_next]完成处理。" #: doc/classes/Directory.xml:126 msgid "" @@ -23156,7 +23554,6 @@ msgstr "" "返回[enum Error]代码常量之一(成功时返回[code]OK[/code])。" #: doc/classes/Directory.xml:159 -#, fuzzy msgid "" "Renames (move) the [code]from[/code] file or directory to the [code]to[/" "code] destination. Both arguments should be paths to files or directories, " @@ -23164,9 +23561,10 @@ msgid "" "is not access-protected, it will be overwritten.\n" "Returns one of the [enum Error] code constants ([code]OK[/code] on success)." msgstr "" -"将[code]from[/code]文件重命名(移动)到[code]to[/code]目的地。两个参数都应该" -"是相对或绝对文件的路径。如果目标文件存在并且没有访问保护,它将被覆盖。\n" -"返回[enum Error]代码常量之一(成功时返回[code]OK[/code])。" +"将 [code]from[/code] 文件或目录重命名且移动到 [code]to[/code] 目标。两个参数" +"都应该是文件或目录的相对路径或绝对路径。如果目标文件或目录存在且不受访问保" +"护,它将被覆盖。\n" +"返回 [enum Error] 代码常量之一,成功时返回 [code]OK[/code]。" #: doc/classes/DTLSServer.xml:4 msgid "Helper class to implement a DTLS server." @@ -23309,7 +23707,6 @@ msgstr "" "供证书的同时提供额外的 CA 证书息。" #: doc/classes/DTLSServer.xml:77 -#, fuzzy msgid "" "Try to initiate the DTLS handshake with the given [code]udp_peer[/code] " "which must be already connected (see [method PacketPeerUDP." @@ -23318,9 +23715,9 @@ msgid "" "[constant PacketPeerDTLS.STATUS_HANDSHAKING], as it is normal that 50% of " "the new connections will be invalid due to cookie exchange." msgstr "" -"尝试与给定的 [code]udp_peer[/code] 启动 DTLS 握手,该 peer 必须已经连接(参" -"阅 [method PacketPeerUDP.connect_to_host])。\n" -"[b]注意[/b]。你必须检查返回的PacketPeerUDP的状态是否为[常量PacketPeerDTLS." +"尝试与给定的[code]udp_peer[/code]启动DTLS握手,该peer必须已经连接,参阅" +"[method PacketPeerUDP.connect_to_host]。\n" +"[b]注意:[/b] 你必须检查返回PacketPeerUDP的状态是否为[constant PacketPeerDTLS." "STATUS_HANDSHAKING],因为正常情况下,50%的新连接会因为cookie交换而无效。" #: doc/classes/DynamicFont.xml:4 @@ -23328,7 +23725,6 @@ msgid "DynamicFont renders vector font files at runtime." msgstr "DynamicFont在运行时渲染矢量字体文件。" #: doc/classes/DynamicFont.xml:7 -#, fuzzy msgid "" "DynamicFont renders vector font files dynamically at runtime instead of " "using a prerendered texture atlas like [BitmapFont]. This trades the faster " @@ -23355,21 +23751,24 @@ msgid "" "In FontForge, use [b]File > Generate Fonts[/b], click [b]Options[/b], choose " "the desired features then generate the font." msgstr "" -"DynamicFont在运行时动态地渲染矢量字体文件,如TTF或OTF,而不是像[BitmapFont]那" -"样使用预先渲染的纹理图集。这是以[BitmapFont]更快的加载时间来换取在运行时改变" -"字体参数的效果如大小和间距。[DynamicFontData]引用字体文件路径。DynamicFont还" -"支持定义一个或多个备用字体,当显示主字体不支持的字符时,将使用这些字体。\n" -"DynamicFont使用[url=https://www.freetype.org/]FreeType[/url]库进行光栅化。\n" +"DynamicFont在运行时动态渲染矢量字体文件,而不是像[BitmapFont]那样使用预渲染的" +"纹理图集。使用[BitmapFont]加载时间更快,在运行时可改变字体参数,如大小和间" +"距。[DynamicFontData]引用字体文件路径。DynamicFont还支持定义一个或多个备用字" +"体,这些字体将在主字体不支持显示的字符时使用。\n" +"DynamicFont使用[url=https://www.freetype.org/]FreeType[/url]库进行光栅化处" +"理。支持的格式有TrueType([code].ttf[/code])、OpenType([code].otf[/code])" +"和Web Open Font Format 1([code].woff[/code])。而[i]不支持[/i]Web Open Font " +"Format 2([code].woff2[/code])。\n" "[codeblock]\n" "var dynamic_font = DynamicFont.new()\n" "dynamic_font.font_data = load(\"res://BarlowCondensed-Bold.ttf\")\n" -"Dynamic_font.size = 64\n" +"dynamic_font.size = 64\n" "$\"Label\".set(\"custom_fonts/font\", dynamic_font)\n" "[/codeblock]\n" -"[b]注意:[/b] DynamicFont 还不支持从右到左排版、连字、文本塑形、可变字体和可" -"选字体功能等功能。如果你想把可选字体功能 \"烘焙\" 到TTF字体文件中,可以使用" -"[url=https://fontforge.org/]FontForge[/url]来实现。在FontForge中,使用[b]文件" -">生成字体[/b],点击[b]选项[/b],选择所需的特征,然后生成字体。" +"[b]注意:[/b] DynamicFont还不支持诸如字距、从右到左的排版、连接词、文本变形、" +"可变字体和可选字体等功能。如果你想把可选的字体功能 \"烘焙\" 进一个TTF字体文" +"件,可使用[url=https://fontforge.org/]FontForge[/url]。在FontForge中,使用[b]" +"文件>生成字体[/b],点击[b]选项[/b],选择需要的功能,然后生成字体。" #: doc/classes/DynamicFont.xml:25 msgid "Adds a fallback font." @@ -23424,6 +23823,8 @@ msgid "" "This can be a negative number to make the distance between characters " "smaller." msgstr "" +"每个字符的额外间距,单位为像素。\n" +"这可以是负数,使字符之间的距离更小。" #: doc/classes/DynamicFont.xml:88 msgid "" @@ -23431,6 +23832,8 @@ msgid "" "extra_spacing_char]) in pixels.\n" "This can be a negative number to make the distance between words smaller." msgstr "" +"空格字符的额外间距,单位是像素,除了[member extra_spacing_char]。\n" +"这可以是负数,使字符之间的距离更小。" #: doc/classes/DynamicFont.xml:92 msgid "Extra spacing at the top in pixels." @@ -23469,6 +23872,9 @@ msgid "" "control whose size changes over time, unless a pixel art aesthetic is " "desired." msgstr "" +"如果[code]true[/code],将使用过滤功能。如果字体过度采样被禁用或无效,这将使字" +"体在缩放时变得模糊,而非像素化。当在尺寸随时变化的控件中使用字体时,建议启用" +"这个功能,除非是像素设计。" #: doc/classes/DynamicFont.xml:111 msgid "" @@ -23476,6 +23882,8 @@ msgid "" "appearance when downscaling it if font oversampling is disabled or " "ineffective." msgstr "" +"如果[code]true[/code],则使用mipmapping。如果字体过度采样被禁用或无效,可改善" +"字体缩小时的表现。" #: doc/classes/DynamicFont.xml:116 msgid "Spacing at the top." @@ -23532,9 +23940,8 @@ msgid "Use the default font hinting mode (crisper but less smooth)." msgstr "使用默认的字体提示模式(更清晰但不太流畅)。" #: doc/classes/EditorExportPlugin.xml:4 -#, fuzzy msgid "A script that is executed when exporting the project." -msgstr "导出项目时执行的脚本。" +msgstr "在导出项目时执行的脚本。" #: doc/classes/EditorExportPlugin.xml:7 msgid "" @@ -23544,6 +23951,9 @@ msgid "" "called at the beginning of the export process and then [method _export_file] " "is called for each exported file." msgstr "" +"每当用户导出项目时,会自动激活编辑器的导出插件。其最常用在确定哪些文件被包含" +"到导出的项目中。对于每个插件,在导出过程开始时调用[method _export_begin],然" +"后调用每个导出文件的[method _export_file]。" #: doc/classes/EditorExportPlugin.xml:19 msgid "" @@ -23554,6 +23964,10 @@ msgid "" "exported project. [code]flags[/code] is only used when running a runnable " "profile, e.g. when using native run on Android." msgstr "" +"由用户重写的虚方法。在导出开始时它被调用,并提供关于导出的所有信息。" +"[code]features[/code] 是导出的特性列表,[code]is_debug[/code] 是[code]true[/" +"code] 用于调试构建,[code]path[/code] 是导出项目的目标路径。[code]flags[/" +"code]只运行在可运行配置时使用,例如在Android上使用本地运行。" #: doc/classes/EditorExportPlugin.xml:25 msgid "" @@ -23571,6 +23985,10 @@ msgid "" "Calling [method skip] inside this callback will make the file not included " "in the export." msgstr "" +"由用户重写的虚拟方法。每个导出的文件调用它,并提供可用于识别文件的参数。" +"[code]path[/code] 是文件的路径,[code]type[/code] 是文件所代表的 [Resource] " +"类型(例如[PackedScene]),[code]features[/code] 是导出的特征列表。\n" +"在这个回调中调用 [method skip] 将使该文件不包括在导出中。" #: doc/classes/EditorExportPlugin.xml:44 msgid "" @@ -23579,19 +23997,22 @@ msgid "" "the file. If [code]remap[/code] is [code]true[/code], file will not be " "exported, but instead remapped to the given [code]path[/code]." msgstr "" +"添加一个要导出的自定义文件。[code]path[/code] 是可用于加载文件的虚拟路径," +"[code]file [/code] 是文件的二进制数据。如果 [code]remap[/code] 是 [code] " +"true [/code],则文件将不会导出,而是重新映射到给定的 [code]path [/code]。" #: doc/classes/EditorExportPlugin.xml:51 -#, fuzzy msgid "" "Adds an iOS bundle file from the given [code]path[/code] to the exported " "project." -msgstr "将一个证书保存到给定的[code]path[/code],应是一个 \"*.crt \"文件。" +msgstr "从给定的 [code]path[/code] 添加一个iOS捆绑文件到导出的项目。" #: doc/classes/EditorExportPlugin.xml:58 msgid "" "Adds a C++ code to the iOS export. The final code is created from the code " "appended by each active export plugin." msgstr "" +"将C++代码添加到iOS导出中。最终的代码是由每个激活的导出插件附加的代码创建的。" #: doc/classes/EditorExportPlugin.xml:65 msgid "" @@ -23602,39 +24023,41 @@ msgid "" "This method should not be used for System libraries as they are already " "present on the device." msgstr "" +"在iOS的Xcode项目中链接阶段添加动态库(*.dylib, *.framework),并将其嵌入到生" +"成的二进制文件中。\n" +"[b]注意:[/b] 对于静态库(*.a)的工作方式与[method add_ios_framework]相同。\n" +"这个方法不应用于系统库,因为它们已经在设备上存在。" #: doc/classes/EditorExportPlugin.xml:74 msgid "" "Adds a static library (*.a) or dynamic library (*.dylib, *.framework) to " "Linking Phase in iOS's Xcode project." msgstr "" +"在iOS的Xcode项目中链接阶段添加静态库(*.a)或动态库(*.dylib,*.framework)。" #: doc/classes/EditorExportPlugin.xml:81 -#, fuzzy msgid "Adds linker flags for the iOS export." -msgstr "在标签堆中添加一个换行标签。" +msgstr "为 iOS 导出添加链接器标志。" #: doc/classes/EditorExportPlugin.xml:88 msgid "Adds content for iOS Property List files." msgstr "为iOS属性列表文件添加内容。" #: doc/classes/EditorExportPlugin.xml:95 -#, fuzzy msgid "Adds a static lib from the given [code]path[/code] to the iOS project." -msgstr "将一个证书保存到给定的[code]path[/code],应是一个 \"*.crt \"文件。" +msgstr "从给定的[code]path[/code]添加静态库到iOS项目。" #: doc/classes/EditorExportPlugin.xml:103 -#, fuzzy msgid "" "Adds a shared object with the given [code]tags[/code] and destination " "[code]path[/code]." -msgstr "添加具有指定[code]path[/code]和[code]weights[/code]的骨骼." +msgstr "添加指定 [code]tags[/code] 和目标 [code]path[/code] 的共享对象。" #: doc/classes/EditorExportPlugin.xml:109 msgid "" "To be called inside [method _export_file]. Skips the current file, so it's " "not included in the export." -msgstr "" +msgstr "在[method _export_file]中调用。跳过当前文件,因此它不包括在导出中。" #: doc/classes/EditorFeatureProfile.xml:4 msgid "" @@ -23837,6 +24260,9 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"返回用于显示文件系统的[code]VBoxContainer[/code]。\n" +"[b]警告:[/b] 这是一个必需的内部节点,移除和释放它可能会导致崩溃。如果你想隐" +"藏它或它的任何子节点,请使用 [member CanvasItem.visible] 属性。" #: doc/classes/EditorFileDialog.xml:35 msgid "" @@ -23881,7 +24307,7 @@ msgstr "[EditorFileDialog]向用户显示资源的视图格式。" #: doc/classes/EditorFileDialog.xml:60 msgid "" "The purpose of the [EditorFileDialog], which defines the allowed behaviors." -msgstr "" +msgstr "[EditorFileDialog] 的用途,它定义了允许的行为。" #: doc/classes/EditorFileDialog.xml:64 msgid "" @@ -23977,6 +24403,8 @@ msgid "" "string such as [code]\"Resource\"[/code] or [code]\"GDScript\"[/code], " "[i]not[/i] a file extension such as [code]\".gd\"[/code]." msgstr "" +"返回文件的资源类型,给定完整路径。这将返回字符串,如[code]\"Resource\"[/code]" +"或[code]\"GDScript\"[/code],[i]不是[/i]文件扩展名,如[code]\".gd\"[/code]。" #: doc/classes/EditorFileSystem.xml:23 msgid "Gets the root directory object." @@ -24017,9 +24445,8 @@ msgid "Emitted if the filesystem changed." msgstr "在文件系统更改的时候触发。" #: doc/classes/EditorFileSystem.xml:80 -#, fuzzy msgid "Emitted if a resource is reimported." -msgstr "当资源被重新导入时,触发该信号。" +msgstr "重新导入资源时触发。" #: doc/classes/EditorFileSystem.xml:86 msgid "" @@ -24098,6 +24525,9 @@ msgid "" "returns a string such as [code]\"Resource\"[/code] or [code]\"GDScript\"[/" "code], [i]not[/i] a file extension such as [code]\".gd\"[/code]." msgstr "" +"返回索引[code]idx[/code]处文件的资源类型。这将返回字符串,如[code]\"Resource" +"\"[/code]或[code]\"GDScript\"[/code],[i]不是[/i]文件扩展名,如[code]\".gd" +"\"[/code]。" #: doc/classes/EditorFileSystemDirectory.xml:77 msgid "Returns the name of this directory." @@ -24143,7 +24573,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -24187,15 +24618,16 @@ msgid "" " return ResourceSaver.save(filename, mesh)\n" "[/codeblock]" msgstr "" -"EditorImportPlugins提供了一种扩展编辑器资源导入功能的方法。使用它们从自定义文" -"件中导入资源,或提供编辑器现有导入器的替代方案。用[method EditorPlugin." +"EditorImportPlugins提供了一种扩展编辑器资源导入功能的方法。使用它们来导入自定" +"义文件资源,或者成为编辑器现有导入器的替代品。用[method EditorPlugin." "add_import_plugin]注册你的[EditorPlugin]。\n" -"EditorImportPlugins通过与特定的文件扩展名和资源类型关联来工作。参阅[method " -"get_recognized_extensions]和[method get_resource_type]。它们可以选择性地指定" -"一些影响导入过程的导入预设。EditorImportPlugins负责创建资源并将其保存在" -"[code].import[/code]目录下。\n" -"下面是一个从扩展名为\".special \"或\".spec \"的文件导入[Mesh]的" -"EditorImportPlugin示例。\n" +"EditorImportPlugins通过与特定的文件扩展名和资源类型相关联来工作。参阅 " +"[method get_recognized_extensions] 和 [method get_resource_type]。它们可以选" +"择性地指定一些影响导入过程的导入预置。EditorImportPlugins负责创建资源并将其保" +"存在[code].import[/code]目录中,参阅[member ProjectSettings.application/" +"config/project_data_dir_name]。\n" +"下面是一个EditorImportPlugin的例子,它从扩展名为\".special \"或\".spec \"的文" +"件中导入一个[Mesh]:\n" "[codeblock]\n" "tool\n" "extends EditorImportPlugin\n" @@ -24204,7 +24636,7 @@ msgstr "" " return \"my.special.plugin\"\n" "\n" "func get_visible_name():\n" -" return \"Special Mesh Importer\"\n" +" return \"Special Mesh\"\n" "\n" "func get_recognized_extensions():\n" " return [\"special\", \"spec\"]\n" @@ -24234,8 +24666,7 @@ msgstr "" "reader\n" "\n" " var filename = save_path + \".\" + get_save_extension()\n" -" ResourceSaver.save(filename, mesh)\n" -" return OK\n" +" return ResourceSaver.save(filename, mesh)\n" "[/codeblock]" #: doc/classes/EditorImportPlugin.xml:51 doc/classes/ResourceImporter.xml:10 @@ -24258,7 +24689,6 @@ msgstr "" "选), [code]hint_string[/code](可选), [code]use[/code](可选)。" #: doc/classes/EditorImportPlugin.xml:64 -#, fuzzy msgid "" "Gets the order of this importer to be run when importing resources. " "Importers with [i]lower[/i] import orders will be called first, and higher " @@ -24267,8 +24697,10 @@ msgid "" "code] unless overridden by a specific importer. See [enum ResourceImporter." "ImportOrder] for some predefined values." msgstr "" -"获取导入资源时该导入器的运行顺序。更高的值将在更晚被调用。使用该值可确保导入" -"器在已导入依赖关系后运行。" +"获取该导入器在导入资源时的运行顺序。具有[i]较低[/i]导入顺序的导入器将被首先调" +"用,较高值的将被其后调用。使用这个来确保导入器在依赖项已经被导入后执行。默认" +"的导入顺序是 [code]0[/code],除非被指定的导入器重写。参阅 [enum " +"ResourceImporter.ImportOrder] 了解相关预定义的值。" #: doc/classes/EditorImportPlugin.xml:70 msgid "Gets the unique name of the importer." @@ -24347,14 +24779,18 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." -msgstr "获取用于将此资源保存在 [code].import[/code] 目录中的扩展名。" +"use_hidden_project_data_directory])." +msgstr "" +"获取用于在[code].import[/code]目录中保存此资源的扩展名,参阅[member " +"ProjectSettings.application/config/project_data_dir_name]。" #: doc/classes/EditorImportPlugin.xml:130 msgid "" "Gets the name to display in the import window. You should choose this name " "as a continuation to \"Import as\", e.g. \"Import as Special Mesh\"." msgstr "" +"获取在导入窗口中显示的名称。你应该选择这个名字作为 \"Import as\" 的延续,例" +"如 \"Import as Special Mesh\"。" #: doc/classes/EditorImportPlugin.xml:141 msgid "" @@ -24375,7 +24811,6 @@ msgid "A tab used to edit properties of the selected node." msgstr "用于编辑所选节点的属性的选项卡。" #: doc/classes/EditorInspector.xml:7 -#, fuzzy msgid "" "The editor inspector is by default located on the right-hand side of the " "editor. It's used to edit the properties of the selected node. For example, " @@ -24385,8 +24820,8 @@ msgid "" "[b]Note:[/b] This class shouldn't be instantiated directly. Instead, access " "the singleton using [method EditorInterface.get_inspector]." msgstr "" -"编辑器检查器默认位于编辑器的右侧。它是用来编辑所选节点的属性的。例如,你可以" -"选择一个节点,如Sprite2D,然后通过检查器工具编辑它的变换。编辑器检查器是游戏" +"编辑器检查器默认位于编辑器的右侧。用来编辑所选节点的属性。例如,你可以选择一" +"个节点,如[Sprite],然后通过检查器工具编辑其transform变换。编辑器检查器是游戏" "开发工作流程中的一个重要工具。\n" "[b]注意:[/b] 这个类不应该被直接实例化。而是,使用[method EditorInterface." "get_inspector]访问单例。" @@ -24454,7 +24889,6 @@ msgid "Plugin for adding custom property editors on inspector." msgstr "用于在检查器上添加自定义属性编辑器的插件。" #: doc/classes/EditorInspectorPlugin.xml:7 -#, fuzzy msgid "" "These plugins allow adding custom property editors to [EditorInspector].\n" "Plugins are registered via [method EditorPlugin.add_inspector_plugin].\n" @@ -24468,15 +24902,15 @@ msgid "" "Finally, [method parse_end] will be called.\n" "On each of these calls, the \"add\" functions can be called." msgstr "" -"该插件允许在[EditorInspector]中添加自定义属性编辑器。\n" -"插件通过[Object EditorPlugin.add_inspector_plugin]方法注册。\n" -"当编辑对象时,调用[Object can_handle]函数,如果支持对象类型,必须返回" +"该插件允许向[EditorInspector]添加自定义属性编辑器。\n" +"插件通过[method EditorPlugin.add_inspector_plugin]注册。\n" +"当一个对象被编辑时,[method can_handle]函数被调用,如果支持对象类型,必须返回" "[code]true[/code]。\n" -"如果支持,将调用[Object parse_begin]函数,允许在类的开头放置自定义控件。\n" -"随后,[Object parse_category]和[Object parse_property]将被每个类别和属性被调" -"用。它们也提供了向检查器添加自定义控件的功能。\n" -"最后,[Object parse_end]将被调用。\n" -"在每个调用中,都可以调用“add”函数。" +"如果支持,函数[method parse_begin]将被调用,允许在类的开头放置自定义控件。\n" +"随后,调用每个类型和属性[method parse_category]和[method parse_property]。其" +"也提供了向检查器添加自定义控件的能力。\n" +"最后,调用[method parse_end]。\n" +"在这些调用中,每一个都可以调用 \"add\"函数。" #: doc/classes/EditorInspectorPlugin.xml:16 msgid "" @@ -24487,23 +24921,23 @@ msgstr "" "inspector_plugins.html" #: doc/classes/EditorInspectorPlugin.xml:23 -#, fuzzy msgid "Adds a custom control, which is not necessarily a property editor." -msgstr "添加一个自定义控件,不一定是属性编辑器。" +msgstr "添加自定义控件,它不一定是属性编辑器。" #: doc/classes/EditorInspectorPlugin.xml:31 -#, fuzzy msgid "" "Adds a property editor for an individual property. The [code]editor[/code] " "control must extend [EditorProperty]." -msgstr "添加一个属性编辑器,这个必须继承[EditorProperty]。" +msgstr "" +"为单独的属性添加属性编辑器。[code]editor[/code]控件必须扩展[EditorProperty]。" #: doc/classes/EditorInspectorPlugin.xml:40 -#, fuzzy msgid "" "Adds an editor that allows modifying multiple properties. The [code]editor[/" "code] control must extend [EditorProperty]." -msgstr "添加一个允许修改多个属性的编辑器,它必须继承[EditorProperty]。" +msgstr "" +"添加一个编辑器,允许修改多个属性。[code]editor[/code]控件必须扩展" +"[EditorProperty]。" #: doc/classes/EditorInspectorPlugin.xml:47 msgid "Returns [code]true[/code] if this object can be handled by this plugin." @@ -24550,7 +24984,7 @@ msgstr "" "新)加载场景,渲染网格预览,检查和编辑资源和对象。它允许自定义窗口,保存和" "(重新)加载场景,渲染网格预览,检查和编辑资源和对象,并提供对" "[EditorSettings]、[EditorFileSystem]、[EditorResourcePreview]、" -"[ScriptEditor]、编辑器视口和场景信息的访问。\n" +"[ScriptEditor]、编辑器视窗和场景信息的访问。\n" "[b]注意:[/b]这个类不应该直接实例化。相反,使用[method EditorPlugin." "get_editor_interface]访问单例。" @@ -24558,14 +24992,13 @@ msgstr "" msgid "" "Edits the given [Node]. The node will be also selected if it's inside the " "scene tree." -msgstr "" +msgstr "编辑给定的[Node]。如果该节点在场景树内,将被选中。" #: doc/classes/EditorInterface.xml:24 msgid "Edits the given [Resource]." msgstr "编辑给定的[Resource]。" #: doc/classes/EditorInterface.xml:30 -#, fuzzy msgid "" "Returns the main container of Godot editor's window. For example, you can " "use it to retrieve the size of the container and place your controls " @@ -24573,8 +25006,9 @@ msgid "" "[b]Warning:[/b] Removing and freeing this node will render the editor " "useless and may cause a crash." msgstr "" -"返回Godot编辑器窗口的主容器。例如,您可以用它来获取容器的大小,并据此放置您的" -"控件。" +"返回Godot编辑器窗口的主容器。例如,你可以用它来检索容器的大小并相应地放置你的" +"控件。\n" +"[b]警告:[/b] 删除和释放这个节点将使编辑器失效,并可能导致崩溃。" #: doc/classes/EditorInterface.xml:37 msgid "Returns the current path being viewed in the [FileSystemDock]." @@ -24593,13 +25027,17 @@ msgid "" "code] and [code]interface/editor/custom_display_scale[/code] editor " "settings. Editor must be restarted for changes to be properly applied." msgstr "" +"返回编辑器用户UI的实际比例,[code]1.0[/code]比例为100%。这可以用来调整由插件" +"添加的用户UI的位置和尺寸。\n" +"[b]注意:[/b]这个值是通过[code]interface/editor/display_scale[/code]和" +"[code]interface/editor/custom_display_scale[/code]编辑器设置项来设置。编辑器" +"必须重新启动才能正确应用这些变化。" #: doc/classes/EditorInterface.xml:56 msgid "Returns the editor's [EditorSettings] instance." msgstr "返回编辑器的[EditorSettings]实例。" #: doc/classes/EditorInterface.xml:62 -#, fuzzy msgid "" "Returns the main editor control. Use this as a parent for main screens.\n" "[b]Note:[/b] This returns the main editor control containing the whole " @@ -24607,8 +25045,10 @@ msgid "" "[b]Warning:[/b] Removing and freeing this node will render a part of the " "editor useless and may cause a crash." msgstr "" -"返回主编辑器控件。将其作为主屏幕的父屏幕。\n" -"[b]注意:[/b] 这将返回包含整个编辑器的主编辑器控件,而不是具体的2D或3D视窗。" +"返回主编辑器控件。将其作为主屏幕的父控件。\n" +"[b]注意:[/b] 这将返回包含整个编辑器的主编辑器控件,而不是具体的 2D或 3D视" +"窗。\n" +"[b]警告:[/b] 删除和释放这个节点将使编辑器的一部分失去作用,并可能导致崩溃。" #: doc/classes/EditorInterface.xml:70 msgid "" @@ -24616,6 +25056,8 @@ msgid "" "[b]Warning:[/b] Removing and freeing this node will render a part of the " "editor useless and may cause a crash." msgstr "" +"返回编辑器的文件系统面板 [FileSystemDock] 实例。\n" +"[b]警告:[/b] 移除和释放此节点将使编辑器的一部分失去作用,并可能导致崩溃。" #: doc/classes/EditorInterface.xml:77 msgid "" @@ -24623,6 +25065,8 @@ msgid "" "[b]Warning:[/b] Removing and freeing this node will render a part of the " "editor useless and may cause a crash." msgstr "" +"返回编辑器的属性检查器 [EditorInspector]实例。\n" +"[b]警告:[/b] 删除和释放这个节点将使编辑器的一部分失去作用,并可能导致崩溃。" #: doc/classes/EditorInterface.xml:84 msgid "Returns an [Array] with the file paths of the currently opened scenes." @@ -24648,6 +25092,8 @@ msgid "" "[b]Warning:[/b] Removing and freeing this node will render a part of the " "editor useless and may cause a crash." msgstr "" +"返回编辑器的脚本编辑器 [ScriptEditor] 实例。\n" +"[b]警告:[/b] 删除和释放这个节点将使编辑器的一部分失去作用,并可能导致崩溃。" #: doc/classes/EditorInterface.xml:115 msgid "" @@ -24664,12 +25110,14 @@ msgid "Returns the editor's [EditorSelection] instance." msgstr "返回编辑器的[EditorSelection]实例。" #: doc/classes/EditorInterface.xml:130 -#, fuzzy msgid "" "Shows the given property on the given [code]object[/code] in the editor's " "Inspector dock. If [code]inspector_only[/code] is [code]true[/code], plugins " "will not attempt to edit [code]object[/code]." -msgstr "在编辑器的检查起面板中显示给定[code]object[/code]的属性。" +msgstr "" +"在编辑器的属性检查器中显示给定对象 [code]object[/code] 的给定属性。如果 " +"[code]inspector_only[/code] = [code]true[/code],插件将不会尝试编辑对象 " +"[code]object[/code]。" #: doc/classes/EditorInterface.xml:136 msgid "" @@ -24688,10 +25136,9 @@ msgstr "" "其目录名称一致。" #: doc/classes/EditorInterface.xml:151 -#, fuzzy msgid "" "Returns mesh previews rendered at the given size as an [Array] of [Texture]s." -msgstr "以[Texture2D]的数组[Array]形式返回以给定尺寸渲染的网格预览。" +msgstr "返回 [Array] 数组包含给定尺寸渲染的网格预览图[Texture]。" #: doc/classes/EditorInterface.xml:158 msgid "Opens the scene at the given path." @@ -24832,7 +25279,6 @@ msgstr "" "用[method Node.queue_free]释放它。" #: doc/classes/EditorPlugin.xml:56 -#, fuzzy msgid "" "Adds a custom type, which will appear in the list of nodes or resources. An " "icon can be optionally passed.\n" @@ -24845,12 +25291,12 @@ msgid "" "During run-time, this will be a simple object with a script so this function " "does not need to be called then." msgstr "" -"添加自定义类型,该类型将出现在节点或资源列表中。可以选择传递图标。\n" -"选择给定的节点或资源后,将实例化基本类型(例如“ Node3D”,“ Control”,“ " -"Resource”),然后将脚本加载并设置为此对象。\n" -"您可以使用虚拟方法[method handles]通过检查脚本或使用[code] is [/code]关键字来" -"检查是否正在编辑您的自定义对象。\n" -"在运行时,这将是带有脚本的简单对象,因此无需再调用此函数。" +"添加一个自定义类型,它将出现在节点或资源的列表中。可以选择指定一个图标。\n" +"当给定的节点或资源被选中时,基本类型将被实例化(即 \"Spatial\"、\"Control" +"\"、\"Resource\"),然后脚本将被加载并设置为这个对象。\n" +"你可以使用虚拟方法 [method handles] 通过检查脚本或使用 [code]is[/code] 关键字" +"来检查是否正在编辑自定义对象。\n" +"在运行时,这将是一个带有脚本的简单对象,因此不需要调用此函数。" #: doc/classes/EditorPlugin.xml:66 msgid "" @@ -24858,6 +25304,9 @@ msgid "" "tasks when the project is being exported.\n" "See [method add_inspector_plugin] for an example of how to register a plugin." msgstr "" +"注册一个新的编辑器导出插件 [EditorExportPlugin]。导出插件是用来在项目被导出时" +"执行任务的。\n" +"参见 [method add_inspector_plugin],了解如何注册一个插件的例子。" #: doc/classes/EditorPlugin.xml:74 msgid "" @@ -24867,6 +25316,11 @@ msgid "" "add_scene_import_plugin] instead.\n" "See [method add_inspector_plugin] for an example of how to register a plugin." msgstr "" +"注册一个新的编辑器导入插件 [EditorImportPlugin]。导入插件用于导入自定义和不支" +"持的资产,作为一个自定义的 [Resource] 资源类型。\n" +"[b]注意:[/b] 如果你想导入自定义的 3D 资产格式,请使用 [method " +"add_scene_import_plugin] 代替。\n" +"参见 [method add_inspector_plugin] 以了解如何注册一个插件的例子。" #: doc/classes/EditorPlugin.xml:83 msgid "" @@ -24888,12 +25342,30 @@ msgid "" " remove_inspector_plugin(inspector_plugin)\n" "[/codeblock]" msgstr "" +"注册一个新的编辑器属性检查器插件[EditorInspectorPlugin]。检查器插件用于扩展 " +"[EditorInspector] 并为你的对象属性提供自定义配置工具。\n" +"[b]注意:[/b] 当你的 [EditorPlugin] 被禁用时,一定要使用 [method " +"remove_inspector_plugin] 来删除注册的 [EditorInspectorPlugin],以防止泄漏和出" +"现意外行为。\n" +"[codeblock]\n" +"const MyInspectorPlugin = preload(\"res://addons/your_addon/path/to/your/" +"script.gd\")\n" +"var inspector_plugin = MyInspectorPlugin.new()\n" +"\n" +"func _enter_tree():\n" +" add_inspector_plugin( inspector_plugin)\n" +"\n" +"func _exit_tree():\n" +" remove_inspector_plugin(inspector_plugin)\n" +"[/codeblock]" #: doc/classes/EditorPlugin.xml:101 msgid "" "Registers a new [EditorSceneImporter]. Scene importers are used to import " "custom 3D asset formats as scenes." msgstr "" +"注册一个新的场景导入器 [EditorSceneImporter]。场景导入器是用来导入自定义的三" +"维资产格式作为场景。" #: doc/classes/EditorPlugin.xml:108 msgid "" @@ -24901,6 +25373,9 @@ msgid "" "custom gizmos to the 3D preview viewport for a [Spatial].\n" "See [method add_inspector_plugin] for an example of how to register a plugin." msgstr "" +"注册一个新的空间辅助器插件 [EditorSpatialGizmoPlugin]。Gizmo插件用于为 " +"[Spatial] 的 3D预览视窗添加自定义的 gizmos。\n" +"参见 [method add_inspector_plugin] 以了解如何注册一个插件的例子。" #: doc/classes/EditorPlugin.xml:119 msgid "" @@ -24942,6 +25417,10 @@ msgid "" "code], the project will not run. The run is aborted immediately, so this " "also prevents all other plugins' [method build] methods from running." msgstr "" +"这个方法在编辑器即将运行项目时被调用。然后,该插件可以在项目运行前执行所需的" +"操作。\n" +"这个方法必须返回一个布尔值。如果这个方法返回 [code]false[/code],项目将不会运" +"行。运行被立即中止,所以这也会阻止所有其他插件的[method build] 方法运行。" #: doc/classes/EditorPlugin.xml:147 msgid "" @@ -24990,6 +25469,21 @@ msgid "" " return false\n" "[/codeblock]" msgstr "" +"当2D编辑器的视窗被更新时,由引擎调用。使用 [code]overlay[/code] [Control] 进" +"行绘制。你可以通过调用 [method update_overlays] 手动更新视窗。\n" +"[codeblock]\n" +"func forward_canvas_draw_over_viewport(overlay):\n" +" # 在光标位置画一个圆。\n" +" overlay.draw_circle(overlay.get_local_mouse_position(), 64, Color." +"white)\n" +"\n" +"func forward_canvas_gui_input(event):\n" +" if event is InputEventMouseMotion:\n" +" # 当光标被移动时,重绘视窗。\n" +" update_overlays()\n" +" return true\n" +" return false\n" +"[/codeblock]" #: doc/classes/EditorPlugin.xml:192 msgid "" @@ -24999,6 +25493,10 @@ msgid "" "You need to enable calling of this method by using [method " "set_force_draw_over_forwarding_enabled]." msgstr "" +"这个方法和 [method forward_canvas_draw_over_viewport] 一样,只是它在所有东西" +"的上面绘制。当你需要一个额外的层显示在其他东西上面时,这个方法很有用。\n" +"你需要通过使用 [method set_force_draw_over_forwarding_enabled] 来激活这个方法" +"的调用。" #: doc/classes/EditorPlugin.xml:200 msgid "" @@ -25024,7 +25522,7 @@ msgid "" " return forward\n" "[/codeblock]" msgstr "" -"当当前编辑场景中有一个根节点时被调用,[method handles]实现,在2D视口中发生按" +"当当前编辑场景中有一个根节点时被调用,[method handles]实现,在2D视窗中发生按" "键输入[InputEvent]。拦截按键输入[InputEvent],如果[code]return true[/code] " "[EditorPlugin]消耗键值[code]event[/code],否则将键值[code]event[/code]转发给" "其他Editor类。例子:\n" @@ -25063,6 +25561,21 @@ msgid "" " return false\n" "[/codeblock]" msgstr "" +"当3D编辑器的视窗被更新时,由引擎调用。使用 [code]overlay[/code] 控件 " +"[Control] 进行绘制。你可以通过调用 [method update_overlays] 更新覆盖手动更新" +"视窗。\n" +"[codeblock]\n" +"func forward_spatial_draw_over_viewport(overlay):\n" +" # 在光标位置画一个圆。\n" +" overlay.draw_circle(overlay.get_local_mouse_position(), 64)\n" +"\n" +"func forward_spatial_gui_input(camera, event):\n" +" if event is InputEventMouseMotion:\n" +" # 当光标被移动时,重绘视窗。\n" +" update_overlays()\n" +" return true\n" +" return false\n" +"[/codeblock]" #: doc/classes/EditorPlugin.xml:241 msgid "" @@ -25072,6 +25585,10 @@ msgid "" "You need to enable calling of this method by using [method " "set_force_draw_over_forwarding_enabled]." msgstr "" +"这个方法和 [method forward_spatial_draw_over_viewport] 一样,只是它在所有东西" +"的上面绘制。当你需要一个额外的层显示在其他东西上面时,这个方法很有用。\n" +"你需要通过使用 [method set_force_draw_over_forwarding_enabled] 来激活这个方法" +"的调用。" #: doc/classes/EditorPlugin.xml:250 msgid "" @@ -25097,7 +25614,7 @@ msgid "" " return forward\n" "[/codeblock]" msgstr "" -"在当前编辑的场景中存在根节点时调用,实现[方法句柄]并在3D视口中发生按键输入" +"在当前编辑的场景中存在根节点时调用,实现[方法句柄]并在3D视窗中发生按键输入" "[InputEvent]。拦截按键输入[InputEvent],如果[code]return true [/code],则" "[EditorPlugin]会使用键值[code]event[/code],否则将键值[code]event[/code]转发" "到其他Editor类。例子:\n" @@ -25135,7 +25652,6 @@ msgstr "" "返回[EditorInterface]对象,该对象使您可以控制Godot编辑器的窗口及其功能。" #: doc/classes/EditorPlugin.xml:283 -#, fuzzy msgid "" "Override this method in your plugin to return a [Texture] in order to give " "it an icon.\n" @@ -25152,15 +25668,15 @@ msgid "" "\"EditorIcons\")\n" "[/codeblock]" msgstr "" -"在插件中重写此方法以返回[Texture2D]以为其提供图标。\n" -"对于主屏幕插件,它显示在屏幕顶部,在“ 2D”,“ 3D”,“脚本”和“ AssetLib”按钮的右" -"侧。\n" -"理想情况下,插件图标应为白色,透明背景,大小为16x16像素。\n" +"在你的插件中覆盖这个方法,返回一个纹理 [Texture],以便给它一个图标。\n" +"对于主界面的插件,它出现在屏幕的顶部,在 \"2D\"、\"3D\"、\"Script \"和 " +"\"AssetLib \"按钮的右边。\n" +"理想情况下,插件的图标应该是透明背景的白色,尺寸为16x16像素。\n" "[codeblock]\n" "func get_plugin_icon():\n" -" # You can use a custom icon:\n" +" # 你可以使用一个自定义的图标。\n" " return preload(\"res://addons/my_plugin/my_plugin_icon.svg\")\n" -" # Or use a built-in icon:\n" +" # 或者使用一个内置的图标。\n" " return get_editor_interface().get_base_control().get_icon(\"Node\", " "\"EditorIcons\")\n" "[/codeblock]" @@ -25177,15 +25693,15 @@ msgstr "" "侧。" #: doc/classes/EditorPlugin.xml:305 -#, fuzzy msgid "" "Gets the Editor's dialogue used for making scripts.\n" "[b]Note:[/b] Users can configure it before use.\n" "[b]Warning:[/b] Removing and freeing this node will render a part of the " "editor useless and may cause a crash." msgstr "" -"获取用于制作脚本的编辑器对话框。\n" -"[b]注意:[/b]用户可以在使用前对其进行配置。" +"获取用于创建脚本的编辑器对话框。\n" +"[b]注意:[/b] 用户可以在使用前对其进行配置。\n" +"[b]警告:[/b] 移除和释放这个节点将使编辑器的一部分失去作用,并可能导致崩溃。" #: doc/classes/EditorPlugin.xml:313 msgid "" @@ -25241,9 +25757,8 @@ msgid "Minimizes the bottom panel." msgstr "最小化底部面板。" #: doc/classes/EditorPlugin.xml:352 -#, fuzzy msgid "Makes a specific item in the bottom panel visible." -msgstr "将特定资源类型保存到文件。" +msgstr "使底部面板中的一个特定项目可见。" #: doc/classes/EditorPlugin.xml:359 msgid "" @@ -25283,33 +25798,28 @@ msgstr "从扩展面板中删除控件。您必须手动[method Node.queue_free] #: doc/classes/EditorPlugin.xml:402 msgid "Removes a custom type added by [method add_custom_type]." -msgstr "删除由[method add_custom_type]添加的自定义类型。" +msgstr "删除由 [method add_custom_type] 添加的自定义类型。" #: doc/classes/EditorPlugin.xml:409 -#, fuzzy msgid "Removes an export plugin registered by [method add_export_plugin]." -msgstr "删除由[method add_custom_type]添加的自定义类型。" +msgstr "删除由 [method add_export_plugin] 注册的导出插件。" #: doc/classes/EditorPlugin.xml:416 -#, fuzzy msgid "Removes an import plugin registered by [method add_import_plugin]." -msgstr "删除由[method add_custom_type]添加的自定义类型。" +msgstr "删除由 [method add_import_plugin] 注册的导入插件。" #: doc/classes/EditorPlugin.xml:423 -#, fuzzy msgid "Removes an inspector plugin registered by [method add_import_plugin]" -msgstr "删除由[method add_custom_type]添加的自定义类型。" +msgstr "删除由 [method add_import_plugin] 注册的检查器插件" #: doc/classes/EditorPlugin.xml:430 -#, fuzzy msgid "" "Removes a scene importer registered by [method add_scene_import_plugin]." -msgstr "删除由[method add_custom_type]添加的自定义类型。" +msgstr "删除由 [method add_scene_import_plugin] 注册的场景导入器。" #: doc/classes/EditorPlugin.xml:437 -#, fuzzy msgid "Removes a gizmo plugin registered by [method add_spatial_gizmo_plugin]." -msgstr "删除由[method add_custom_type]添加的自定义类型。" +msgstr "删除由 [method add_spatial_gizmo_plugin] 注册的控制器插件。" #: doc/classes/EditorPlugin.xml:444 msgid "Removes a menu [code]name[/code] from [b]Project > Tools[/b]." @@ -25330,6 +25840,9 @@ msgid "" "editor when their viewports are updated. You need to call this method only " "once and it will work permanently for this plugin." msgstr "" +"启用2D编辑器的 [method forward_canvas_force_draw_over_viewport] 和3D编辑器的 " +"[method forward_spatial_force_draw_over_viewport] 在其视窗更新时的调用。你只" +"需要调用这个方法一次,它就会对这个插件永久起作用。" #: doc/classes/EditorPlugin.xml:462 msgid "" @@ -25357,6 +25870,11 @@ msgid "" "forward_spatial_draw_over_viewport] and [method " "forward_spatial_force_draw_over_viewport] to be called." msgstr "" +"更新 2D 和 3D 编辑器视窗的覆盖层。导致方法 [method " +"forward_canvas_draw_over_viewport]、[method " +"forward_canvas_force_draw_over_viewport]、[method " +"forward_spatial_draw_over_viewport] 和 [method " +"forward_spatial_force_draw_over_viewport] 被调用。" #: doc/classes/EditorPlugin.xml:490 msgid "" @@ -25432,13 +25950,15 @@ msgstr "" #: doc/classes/EditorProperty.xml:44 msgid "Must be implemented to provide a custom tooltip to the property editor." -msgstr "" +msgstr "必须实现为属性编辑器提供一个自定义工具提示。" #: doc/classes/EditorProperty.xml:51 msgid "" "Puts the [code]editor[/code] control below the property label. The control " "must be previously added using [method Node.add_child]." msgstr "" +"将 [code]editor[/code] 编辑器控件放在属性标签的下面。该控件必须事先用 " +"[method Node.add_child] 添加。" #: doc/classes/EditorProperty.xml:57 msgid "When this virtual function is called, you must update your editor." @@ -25456,14 +25976,13 @@ msgid "" msgstr "在检查面板使用,当属性为可选中时,设置属性为[code]true[/code]。" #: doc/classes/EditorProperty.xml:69 -#, fuzzy msgid "" "Used by the inspector, set to [code]true[/code] when the property is drawn " "with the editor theme's warning color. This is used for editable children's " "properties." msgstr "" -"在检查面板使用,当属性必须用错误颜色绘制时,设置为[code]true[/code]。这用于可" -"编辑的子属性。" +"由检查器使用,当属性用编辑器主题的警告颜色着色时,设置为[code]true[/code]。这" +"用于可编辑的子节点的属性。" #: doc/classes/EditorProperty.xml:72 msgid "" @@ -25523,7 +26042,7 @@ msgstr "选择时触发。内部使用。" #: doc/classes/EditorResourcePicker.xml:4 msgid "Godot editor's control for selecting [Resource] type properties." -msgstr "" +msgstr "Godot 编辑器用于选择 [Resource] 类型属性的控件。" #: doc/classes/EditorResourcePicker.xml:7 msgid "" @@ -25534,6 +26053,11 @@ msgid "" "[b]Note:[/b] This [Control] does not include any editor for the resource, as " "editing is controlled by the Inspector dock itself or sub-Inspectors." msgstr "" +"此 [Control] 节点用于编辑器的属性检查器以允许编辑 [Resource] 类型属性。它提供" +"了创建、加载、保存和转换资源的选项。可以与 [EditorInspectorPlugin] 检查器插件" +"一起使用以重新创建相同的行为。\n" +"[b]注意:[/b]这个 [Control] 不包括资源的任何编辑器,因为编辑是由属性检查器本" +"身或子检查器控制的。" #: doc/classes/EditorResourcePicker.xml:32 msgid "" @@ -25541,12 +26065,16 @@ msgid "" "[member base_type]. If the [member base_type] is empty, an empty list is " "returned." msgstr "" +"返回一个与 [member base_type] 对应的所有允许的类型和子类型的列表。如果 " +"[member base_type] 是空,将返回一个空的列表。" #: doc/classes/EditorResourcePicker.xml:46 msgid "" "This virtual method can be implemented to handle context menu items not " "handled by default. See [method set_create_options]." msgstr "" +"此虚拟方法可以实现处理默认未处理的上下文菜单项目。参见 [method " +"set_create_options]。" #: doc/classes/EditorResourcePicker.xml:53 msgid "" @@ -25557,44 +26085,51 @@ msgid "" "[b]Note:[/b] Implement [method handle_menu_selected] to handle these custom " "items." msgstr "" +"在更新 [EditorResourcePicker] 的上下文菜单时调用这个虚拟方法。实现这个方法可" +"以用你自己的选项覆盖 \"新建... \"项目。[code]menu_node[/code] 是对 " +"[PopupMenu] 菜单弹窗节点的引用。\n" +"[b]注意:[/b] 实现 [method handle_menu_selected] 来处理这些自定义项目。" #: doc/classes/EditorResourcePicker.xml:61 msgid "" "Sets the toggle mode state for the main button. Works only if [member " "toggle_mode] is set to [code]true[/code]." msgstr "" +"设置主按钮的切换模式状态。只有当 [member toggle_mode] 被设置为 [code]true[/" +"code] 时才起作用。" #: doc/classes/EditorResourcePicker.xml:67 msgid "" "The base type of allowed resource types. Can be a comma-separated list of " "several options." -msgstr "" +msgstr "允许资源类型的基本类型。可以是几个选项的逗号分离列表。" #: doc/classes/EditorResourcePicker.xml:70 -#, fuzzy msgid "If [code]true[/code], the value can be selected and edited." -msgstr "如果[code]true[/code],物体可以被光线探测到。" +msgstr "如果 [code]true[/code],则可以选择和编辑该值。" #: doc/classes/EditorResourcePicker.xml:73 -#, fuzzy msgid "The edited resource value." -msgstr "要使用的[NavigationMesh]资源。" +msgstr "已编辑的资源值。" #: doc/classes/EditorResourcePicker.xml:76 msgid "" "If [code]true[/code], the main button with the resource preview works in the " "toggle mode. Use [method set_toggle_pressed] to manually set the state." msgstr "" +"如果 [code]true[/code],带有资源预览的主按钮在切换模式下工作。使用 [method " +"set_toggle_pressed] 来手动设置状态。" #: doc/classes/EditorResourcePicker.xml:83 -#, fuzzy msgid "Emitted when the value of the edited resource was changed." -msgstr "每当资源发生变化时就会发出。" +msgstr "当正在编辑的资源改变值时发出。" -#: doc/classes/EditorResourcePicker.xml:89 -#, fuzzy -msgid "Emitted when the resource value was set and user clicked to edit it." -msgstr "在检查器中选择资源时触发。" +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." +msgstr "" #: doc/classes/EditorResourcePreview.xml:4 msgid "Helper to generate previews of resources or files." @@ -25633,6 +26168,13 @@ msgid "" "[code]receiver_func[/code] will still be called, but the preview will be " "null." msgstr "" +"将正在编辑的资源 [code]resource[/code] 排队进行预览。一旦预览准备好了,接收" +"器 [code]receiver[/code] 的 [code]receiver_func[/code] 将被调用。" +"[code]receiver_func[/code] 必须接受以下四个参数。[String] path, [Texture] " +"preview, [Texture] thumbnail_preview, [Variant] userdata。[code]userdata[/" +"code] 可以是任何东西,并将在 [code]receiver_func[/code] 被调用时返回。\n" +"[b]注意:[/b]如果无法创建预览,[code]receiver_func[/code] 仍将被调用,但预览" +"将为空。" #: doc/classes/EditorResourcePreview.xml:45 msgid "" @@ -25646,6 +26188,14 @@ msgid "" "[code]receiver_func[/code] will still be called, but the preview will be " "null." msgstr "" +"将位于路径 [code]path [/code] 的资源文件排队以进行预览。预览准备好后,将调用" +"接收器 [code]receiver [/code] 的 [code]receiver_func [/code] 。" +"[code]receiver_func[/code] 必须带有以下四个参数:[String] path, [Texture] " +"preview, [Texture] thumbnail_preview, [Variant] userdata。用户数据 " +"[code]userdata[/code] 可以是任何东西,并将在调用 [code]receiver_func[/code] " +"返回。\n" +"[b]注意:[/b] 如果无法创建预览,则仍将调用 [code]receiver_func [/code],但预" +"览将无效。" #: doc/classes/EditorResourcePreview.xml:53 msgid "Removes a custom preview generator." @@ -25703,8 +26253,8 @@ msgid "" "Care must be taken because this function is always called from a thread (not " "the main thread)." msgstr "" -"直接从具有指定大小的路径生成预览。实现此操作是可选的,因为默认代码将加载并调" -"用[method generate]。\n" +"直接从指定大小的路径生成预览。实现此操作是可选的,因为默认代码将加载并调用" +"[method generate]。\n" "返回空纹理是失败的好方法,并让另一个生成器负责。\n" "注意!,因为始终从线程(而不是主线程)调用此函数。" @@ -25734,7 +26284,6 @@ msgid "FBX 3D asset importer." msgstr "FBX 3D资产导入器。" #: modules/fbx/doc_classes/EditorSceneImporterFBX.xml:7 -#, fuzzy msgid "" "This is an FBX 3D asset importer with full support for most FBX features.\n" "If exporting a FBX scene from Autodesk Maya, use these FBX export settings:\n" @@ -25761,30 +26310,29 @@ msgid "" "- Binary format in FBX 2017\n" "[/codeblock]" msgstr "" -"这是一个基于[url=http://assimp.org/]Assimp[/url]的FBX 3D资源导入器。它目前有" -"许多已知的限制,并且对静态网格效果最好。大多数动画网格无法正确导入。\n" -"如果从 Autodesk Maya 导出 FBX 场景,请使用这些 FBX 导出设置。\n" +"这是一个FBX 3D资产导入器,完全支持大多数FBX功能。\n" +"如果从Autodesk Maya导出一个FBX场景,请使用这些FBX导出设置:\n" "[codeblock]\n" -"- Smoothing Groups\n" -"- Smooth Mesh\n" -"- Triangluate (for meshes with blend shapes)\n" -"- Bake Animation\n" -"- Resample All\n" -"- Deformed Models\n" -"- Skins\n" -"- Blend Shapes\n" -"- Curve Filters\n" -"- Constant Key Reducer\n" -"- Auto Tangents Only\n" -"- *Do not check* Constraints (as it will break the file)\n" -"- Can check Embed Media (embeds textures into the exported FBX file)\n" -" - Note that when importing embedded media, the texture and mesh will be a " -"single immutable file.\n" -" - You will have to re-export then re-import the FBX if the texture has " -"changed.\n" -"- Units: Centimeters\n" -"- Up Axis: Y\n" -"- Binary format in FBX 2017\n" +"- Smoothing Groups 平滑化组\n" +"- Smooth Mesh 平滑网格\n" +"- Triangluate 三角(用于具有混合形状的网格)\n" +"- Bake Animation 烘焙动画\n" +"- Resample All 全部重采样\n" +"- Deformed Models 变形的模型\n" +"- Skins 蒙皮\n" +"- Blend Shapes 混合形状\n" +"- Curve Filters 曲线过滤器\n" +"- Constant Key Reducer 恒定键值减少器\n" +"- Auto Tangents Only 仅自动切线\n" +"- *Do not check* Constraints (as it will break the file) *不要勾选*约束(因为" +"会破坏文件)。\n" +"- Can check Embed Media (embeds textures into the exported FBX file) 可以勾选" +"嵌入媒介(将纹理嵌入到导出的FBX文件中)。\n" +" - 注意,当导入嵌入媒介时,纹理和网格将是一个单一的不可更改的文件。\n" +" - 如果纹理发生了变化,你将不得不重新导出然后重新导入FBX。\n" +"- Units: Centimeters 单位:分米\n" +"- Up Axis: Y 上轴:Y\n" +"-Binary format in FBX 2017 二进制格式为2017 FBX\n" "[/codeblock]" #: doc/classes/EditorScenePostImport.xml:4 @@ -25869,7 +26417,6 @@ msgid "Base script that can be used to add extension functions to the editor." msgstr "可用于为编辑器添加扩展功能的基础脚本。" #: doc/classes/EditorScript.xml:7 -#, fuzzy msgid "" "Scripts extending this class and implementing its [method _run] method can " "be executed from the Script Editor's [b]File > Run[/b] menu option (or by " @@ -25889,20 +26436,21 @@ msgid "" "is visible in the console window started with the Editor (stdout) instead of " "the usual Godot [b]Output[/b] dock." msgstr "" -"可以通过脚本编辑器的[b] File> Run [/b]菜单选项(或通过按[kbd] Ctrl + Shift + " -"X [/kbd])来执行扩展此类并实现其[method _run]方法的脚本。这对于将自定义的编辑" -"器内功能添加到Godot很有用。对于更复杂的添加,请考虑改为使用[EditorPlugin]。\n" -"[b]注意:[/b]扩展脚本需要启用[code]tool[/code]模式。\n" +"扩展该类并实现其 [method _run] 方法的脚本可以在编辑器运行时通过脚本编辑器的 " +"[b]File > Run[/b] 菜单选项(或按 [code]Ctrl+Shift+X[/code])执行。这对于向 " +"Godot添加自定义的编辑内功能很有用。对于更复杂的添加,可以考虑使用 " +"[EditorPlugin] 代替。\n" +"[b]注意:[/b] 扩展脚本需要启用 [code]tool[/code] 工具模式。\n" "[b]示例脚本:[/b]\n" -"[codeblock]\n" +"[codeeblock]\n" "tool\n" "extends EditorScript\n" "\n" "func _run():\n" " print(\"Hello from the Godot Editor!\")\n" "[/codeblock]\n" -"[b]注意:[/b]该脚本在编辑器上下文中运行,这意味着输出在以编辑器(stdout)开始" -"的控制台窗口中可见,而不是通常的Godot [b] Output [/b]停靠栏。" +"[b]注意:[/b] 脚本在编辑器上下文中运行,这意味着输出在与编辑器一起启动的控制" +"台窗口(stdout),而不是通常的 Godot [b]输出[/b]面板 。" #: doc/classes/EditorScript.xml:25 msgid "This method is executed by the Editor when [b]File > Run[/b] is used." @@ -25929,6 +26477,7 @@ msgid "" "Godot editor's control for selecting the [code]script[/code] property of a " "[Node]." msgstr "" +"Godot 编辑器的控件,用于选择节点 [Node] 的脚本 [code] script [/code] 属性。" #: doc/classes/EditorScriptPicker.xml:7 msgid "" @@ -25941,10 +26490,16 @@ msgid "" "[b]Note:[/b] You must set the [member script_owner] for the custom context " "menu items to work." msgstr "" +"与 [EditorResourcePicker] 类似,这个 [Control] 节点在编辑器的检查器面板中使" +"用,但只用于编辑 [Node] 的 [code]script[/code] 属性。创建包含所有可能子类型的" +"新资源的默认选项 被替换为打开“附加节点脚本”对话框的专用按钮。可以与 " +"[EditorInspectorPlugin] 一起使用以重新创建相同的行为。\n" +"[b]注意:[/b] 你必须设置 [member script_owner] 才能让自定义的上下文菜单项发挥" +"作用。" #: doc/classes/EditorScriptPicker.xml:16 msgid "The owner [Node] of the script property that holds the edited resource." -msgstr "" +msgstr "持有被编辑资源的脚本属性的所有者 [Node]。" #: doc/classes/EditorSelection.xml:4 msgid "Manages the SceneTree selection in the editor." @@ -25967,6 +26522,9 @@ msgid "" "inspector. If you want to edit a node, use [method EditorInterface." "edit_node]." msgstr "" +"将一个节点添加到选择中。\n" +"[b]注意:[/b]新选择的节点不会在检查器中自动被编辑。如果你想编辑一个节点,请使" +"用 [method EditorInterface.edit_node]。" #: doc/classes/EditorSelection.xml:24 msgid "Clear the selection." @@ -26213,19 +26771,17 @@ msgstr "" "配置变化时更新逻辑。" #: doc/classes/EditorSpatialGizmo.xml:4 -#, fuzzy msgid "Custom gizmo for editing Spatial objects." -msgstr "用于编辑Node3D对象的自定义小工具。" +msgstr "用于编辑空间对象的自定义小工具。" #: doc/classes/EditorSpatialGizmo.xml:7 -#, fuzzy msgid "" "Custom gizmo that is used for providing custom visualization and editing " "(handles) for 3D Spatial objects. See [EditorSpatialGizmoPlugin] for more " "information." msgstr "" -"自定义小工具,用于为Node3D对象提供自定义可视化和编辑(句柄)。更多信息请参阅" -"[EditorNode3DGizmoPlugin]。" +"自定义小工具,用于为 3D Spatial 对象提供自定义可视化和编辑(手柄)。更多信息" +"请参阅 [EditorNode3DGizmoPlugin]。" #: doc/classes/EditorSpatialGizmo.xml:16 msgid "" @@ -26316,18 +26872,16 @@ msgstr "" "撤销动作。" #: doc/classes/EditorSpatialGizmo.xml:100 -#, fuzzy msgid "" "Returns the [EditorSpatialGizmoPlugin] that owns this gizmo. It's useful to " "retrieve materials using [method EditorSpatialGizmoPlugin.get_material]." msgstr "" -"返回拥有此gezmo的[EditorNode3DGizmoPlugin]。使用[method " -"EditorNode3DGizmoPlugin.get_material]检索材质很有用。" +"返回拥有此小工具的 [EditorSpatialGizmoPlugin] 。使用 [method " +"EditorSpatialGizmoPlugin.get_material] 检索材料很有用。" #: doc/classes/EditorSpatialGizmo.xml:106 -#, fuzzy msgid "Returns the Spatial node associated with this gizmo." -msgstr "返回与此小工具相关联的Node3D节点。" +msgstr "返回与此小工具相关联的 Spatial 节点。" #: doc/classes/EditorSpatialGizmo.xml:113 msgid "" @@ -26337,24 +26891,23 @@ msgstr "" "如果鼠标悬停索引为 [code]index[/code] 的句柄高亮,则返回[code]true[/code]。" #: doc/classes/EditorSpatialGizmo.xml:119 -#, fuzzy msgid "" "This function is called when the [Spatial] this gizmo refers to changes (the " "[method Spatial.update_gizmo] is called)." msgstr "" -"当[Node3D]这个工具所指的变化时([method Node3D.update_gizmo]函数被调用)。" +"当这个工具所指 [Spatial] 的变化时([method Node3D.update_gizmo] 函数被调" +"用)。" #: doc/classes/EditorSpatialGizmo.xml:128 -#, fuzzy msgid "" "This function is used when the user drags a gizmo handle (previously added " "with [method add_handles]) in screen coordinates.\n" "The [Camera] is also provided so screen coordinates can be converted to " "raycasts." msgstr "" -"当用户在屏幕坐标中拖动工具句柄(之前用[method add_handles]添加的)时,使用该" -"函数。\n" -"还提供了[Camera3D],这样屏幕坐标就可以转换为射线广播。" +"当用户在屏幕坐标中拖动一个 gizmo 工具手柄时(之前用 [method add_handles] 添加" +"的),就会使用这个函数。\n" +"还提供了相机 [Camera],以便将屏幕坐标转换为射线投影。" #: doc/classes/EditorSpatialGizmo.xml:136 msgid "" @@ -26365,28 +26918,26 @@ msgstr "" "[code]false[/code],将显示它。" #: doc/classes/EditorSpatialGizmo.xml:143 -#, fuzzy msgid "" "Sets the reference [Spatial] node for the gizmo. [code]node[/code] must " "inherit from [Spatial]." -msgstr "设置工具的参考[Node3D]节点。 [code] node [/code]必须继承自[Node3D]。" +msgstr "" +"设置工具的参考 [Spatial] 节点。 [code] node [/code]必须继承自 [Spatial]。" #: doc/classes/EditorSpatialGizmoPlugin.xml:4 -#, fuzzy msgid "Used by the editor to define Spatial gizmo types." -msgstr "编辑器使用它来定义Node3D 工具类型。" +msgstr "由编辑部用于定义空间小工具的类型。" #: doc/classes/EditorSpatialGizmoPlugin.xml:7 -#, fuzzy msgid "" "EditorSpatialGizmoPlugin allows you to define a new type of Gizmo. There are " "two main ways to do so: extending [EditorSpatialGizmoPlugin] for the simpler " "gizmos, or creating a new [EditorSpatialGizmo] type. See the tutorial in the " "documentation for more info." msgstr "" -"EditorNode3DGizmoPlugin允许您定义一种新的辅助工具类型。这样做的主要方法有两" -"种:扩展[EditorNode3DGizmoPlugin]以获得更简单的Gizmos,或创建新的" -"[EditorNode3DGizmo]类型。有关更多信息,请参阅文档中的教程。" +"EditorSpatialGizmoPlugin 允许您定义一种新的辅助工具类型。这样做的主要方法有两" +"种:扩展 [EditorSpatialGizmoPlugin] 以获得更简单的Gizmos,或创建新的 " +"[EditorSpatialGizmoPlugin] 类型。有关更多信息,请参阅文档中的教程。" #: doc/classes/EditorSpatialGizmoPlugin.xml:10 msgid "" @@ -26418,17 +26969,15 @@ msgid "" msgstr "重写此方法以提交Gizmo句柄。调用此插件的活动辅助工具。" #: doc/classes/EditorSpatialGizmoPlugin.xml:41 -#, fuzzy msgid "" "Override this method to return a custom [EditorSpatialGizmo] for the spatial " "nodes of your choice, return [code]null[/code] for the rest of nodes. See " "also [method has_gizmo]." msgstr "" -"重写此方法可为您选择的空间节点返回自定义[EditorNode3DGizmo],为其余节点返回" -"[code] null [/code]。另请参阅[method has_gizmo]。" +"重写此方法可为您选择的空间节点返回自定义 [EditorSpatialGizmo],为其余节点返" +"回 [code]null[/code]。另请参阅 [method has_gizmo]。" #: doc/classes/EditorSpatialGizmoPlugin.xml:50 -#, fuzzy msgid "" "Creates a handle material with its variants (selected and/or editable) and " "adds them to the internal material list. They can then be accessed with " @@ -26436,33 +26985,33 @@ msgid "" "Should not be overridden.\n" "You can optionally provide a texture to use instead of the default icon." msgstr "" -"创建具有其变体(选定和/或可编辑)的句柄材质,并将其添加到内部材质列表中。然后" -"可以使用[method get_material]访问它们,并在[method EditorNode3DGizmo." -"add_handles]中使用它们。不应该被覆盖。" +"创建一个手柄材料及其variants (选定的和/或可编辑的),并将它们添加到内部材料" +"列表。然后可以用 [method get_material] 访问它们,并在 [method " +"EditorSpatialGizmo.add_handles] 中使用。不应该被重写。\n" +"你可以选择性地提供一个纹理来代替默认的图标。" #: doc/classes/EditorSpatialGizmoPlugin.xml:61 -#, fuzzy msgid "" "Creates an icon material with its variants (selected and/or editable) and " "adds them to the internal material list. They can then be accessed with " "[method get_material] and used in [method EditorSpatialGizmo." "add_unscaled_billboard]. Should not be overridden." msgstr "" -"创建一个图标材质及其变体,注,选定的和/或可编辑的,并将它们添加到内部材质列" -"表。然后可以用[method get_material]访问它们,并在[method EditorNode3DGizmo." -"add_unscaled_billboard]中使用。不应该被重写。" +"创建一个图标材料及其variants (选定的和/或可编辑的),并将它们添加到内部材料" +"列表。然后可以用 [method get_material] 访问它们,并在 [method " +"EditorSpatialGizmo.add_unscaled_billboard] 中使用。不应该被重写。" #: doc/classes/EditorSpatialGizmoPlugin.xml:72 -#, fuzzy msgid "" "Creates an unshaded material with its variants (selected and/or editable) " "and adds them to the internal material list. They can then be accessed with " "[method get_material] and used in [method EditorSpatialGizmo.add_mesh] and " "[method EditorSpatialGizmo.add_lines]. Should not be overridden." msgstr "" -"创建具有其变体(选定和/或可编辑)的无阴影材质,并将其添加到内部材质列表中。然" -"后可以使用[method get_material]访问它们,并在[method EditorNode3DGizmo." -"add_mesh]和[method EditorNode3DGizmo.add_lines]中使用它们。不应该被覆盖。" +"创建一个没有阴影的材料及其variants (选定的和/或可编辑的),并将它们添加到内" +"部材料列表。然后可以用 [method get_material] 访问它们,并在 [method " +"EditorSpatialGizmo.add_mesh] 和 [method EditorSpatialGizmo.add_lines] 中使" +"用。不应该被重写。" #: doc/classes/EditorSpatialGizmoPlugin.xml:80 msgid "" @@ -26477,14 +27026,13 @@ msgid "" msgstr "从Gizmo获取句柄的实际值。调用此插件的活动工具。" #: doc/classes/EditorSpatialGizmoPlugin.xml:96 -#, fuzzy msgid "" "Gets material from the internal list of materials. If an " "[EditorSpatialGizmo] is provided, it will try to get the corresponding " "variant (selected and/or editable)." msgstr "" -"从内部物料清单中获取材质。如果提供了[EditorNode3DGizmo],它将尝试获取相应的变" -"体(已选择/或可编辑)。" +"从内部材料列表中获取材料。如果提供了一个 [EditorSpatialGizmo] ,它将尝试获取" +"相应的variant (选定的和/或可编辑的)。" #: doc/classes/EditorSpatialGizmoPlugin.xml:102 msgid "" @@ -26507,16 +27055,16 @@ msgstr "" "[code] 0 [/code],这意味着自定义控件将自动覆盖内置控件。" #: doc/classes/EditorSpatialGizmoPlugin.xml:116 -#, fuzzy msgid "" "Override this method to define which Spatial nodes have a gizmo from this " "plugin. Whenever a [Spatial] node is added to a scene this method is called, " "if it returns [code]true[/code] the node gets a generic [EditorSpatialGizmo] " "assigned and is added to this plugin's list of active gizmos." msgstr "" -"重写此方法,以定义该插件中哪些Node3D节点具有Gizmo。每当将[Node3D]节点添加到场" -"景时,都会调用此方法,如果它返回[code] true [/code],则该节点将获得分配的通用" -"[EditorNode3DGizmo]并将其添加到此插件的活动工具列表中。" +"覆盖这个方法来定义哪些空间节点有这个插件的 gizmo。每当一个 [Spatial] 节点被添" +"加到一个场景中时,这个方法就会被调用,如果它返回 [code]true[/code],该节点就" +"会被分配一个通用的 [EditorSpatialGizmo],并被添加到这个插件的激活 Gizmos列表" +"中。" #: doc/classes/EditorSpatialGizmoPlugin.xml:124 msgid "" @@ -26525,11 +27073,10 @@ msgid "" msgstr "获取句柄是否高亮显示。调用此插件的活动工具。" #: doc/classes/EditorSpatialGizmoPlugin.xml:130 -#, fuzzy msgid "" "Override this method to define whether a Spatial with this gizmo should be " "selectable even when the gizmo is hidden." -msgstr "重写此方法以定义是否应选择具有此工具的Node3D(即使工具已隐藏)。" +msgstr "覆盖此方法,以定义具有此工具的空间是否应该在工具被隐藏时也可以被选择。" #: doc/classes/EditorSpatialGizmoPlugin.xml:137 msgid "" @@ -26544,9 +27091,8 @@ msgid "" msgstr "更新句柄后更新其值。调用此插件的活动工具。" #: doc/classes/EditorSpinSlider.xml:4 -#, fuzzy msgid "Godot editor's control for editing numeric values." -msgstr "Godot编辑器的脚本编辑器。" +msgstr "Godot编辑器用于编辑数值的控件。" #: doc/classes/EditorSpinSlider.xml:7 msgid "" @@ -26554,6 +27100,8 @@ msgid "" "of numeric values. Can be used with [EditorInspectorPlugin] to recreate the " "same behavior." msgstr "" +"这个 [Control] 节点在编辑器的检查器面板中使用,允许编辑数值。可以与 " +"[EditorInspectorPlugin] 一起使用,以重新创建相同的行为。" #: doc/classes/EditorVCSInterface.xml:4 msgid "" @@ -26621,7 +27169,6 @@ msgstr "" "- [code]\"offset\"[/code]存储自第一个上下文行内容以来行变化的偏移量。" #: doc/classes/EditorVCSInterface.xml:36 -#, fuzzy msgid "" "Returns a [Dictionary] containing the path of the detected file change " "mapped to an integer signifying what kind of change the corresponding file " @@ -26634,14 +27181,14 @@ msgid "" "- [code]3[/code]: Deleted\n" "- [code]4[/code]: Typechanged" msgstr "" -"返回一个[Dictionary],其中包含检测到的文件变化的路径,并将其映射为一个整数," -"表示相应文件经历了什么样的变化。\n" -"以下整数值被用来表示检测到的文件是。\n" -"- [code]0[/code]:新到VCS工作目录的文件\n" -"- [code]1[/code]:修改后\n" -"- [code]2[/code]:重新命名\n" -"- [code]3[/code]:已删除\n" -"- [code]4[/code]:类型已改变" +"返回一个 [Dictionary],包含检测到的更改文件的路径,映射到一个整数,该整数表示" +"相应文件更改的状态。\n" +"以下整数值用于表示检测到的文件是:\n" +"- [code]0[/code]:新的 VCS 工作目录\n" +"- [code]1[/code]:修改\n" +"- [code]2[/code]:重命名\n" +"- [code]3[/code]:删除\n" +"- [code]4[/code]:类型改变" #: doc/classes/EditorVCSInterface.xml:48 msgid "Returns the project name of the VCS working directory." @@ -26769,7 +27316,6 @@ msgstr "" "[code]copyright[/code], [code]license[/code]}" #: doc/classes/Engine.xml:33 -#, fuzzy msgid "" "Returns a Dictionary of Arrays of donor names.\n" "{[code]platinum_sponsors[/code], [code]gold_sponsors[/code], " @@ -26777,21 +27323,22 @@ msgid "" "[code]mini_sponsors[/code], [code]gold_donors[/code], [code]silver_donors[/" "code], [code]bronze_donors[/code]}" msgstr "" -"返回捐助者名称数组的字典。\n" -"{[code] platinum_sponsors [/code],[code] gold_sponsors [/code],[code] " -"mini_sponsors [/code],[code] gold_donors [/code],[code] silver_donors [/" -"code],[code] bronze_donors [/code]}" +"返回捐赠者姓名数组的字典。\n" +"{[code]platinum_sponsors[/code], [code]gold_sponsors[/code], " +"[code]silver_sponsors[/code], [code]bronze_sponsors[/code], " +"[code]mini_sponsors[/code], [code]gold_donors[/code], [code]silver_donors[/" +"code], [code]bronze_donors[/code]}" #: doc/classes/Engine.xml:40 -#, fuzzy msgid "" "Returns the total number of frames drawn. On headless platforms, or if the " "render loop is disabled with [code]--disable-render-loop[/code] via command " "line, [method get_frames_drawn] always returns [code]0[/code]. See [method " "get_idle_frames]." msgstr "" -"返回绘制的总帧数。如果通过命令行使用[code]--disable-render-loop[/code]禁用渲" -"染循环,则返回[code]0[/code]。参阅[method get_idle_frames]。" +"返回绘制的总帧数。在精简平台上,或者如果通过命令行使用 [code]--disable-" +"render-loop[/code] 禁用渲染循环,[method get_frames_drawn] 总是返回 [code]0[/" +"code]。参阅[method get_idle_frames]。" #: doc/classes/Engine.xml:46 msgid "Returns the frames per second of the running game." @@ -26812,6 +27359,16 @@ msgid "" "here.\n" "[/codeblock]" msgstr "" +"返回自引擎初始化以来的总帧数,在每个[b]空闲帧[/b]都会进行,无论渲染循环是否被" +"启用。参阅[method get_frames_drawn]和[method get_physics_frames]。\n" +"[method get_idle_frames]可以用来减少运行高消耗逻辑的次数,而不需要依靠" +"[Timer]。\n" +"[codeblock]\n" +"func _process(_delta):\n" +" if Engine.get_idle_frames() % 2 == 0:\n" +" pass # Run expensive logic only once every 2 idle (render) frames " +"here.\n" +"[/codeblock]" #: doc/classes/Engine.xml:64 msgid "" @@ -26840,6 +27397,15 @@ msgid "" " pass # Run expensive logic only once every 2 physics frames here.\n" "[/codeblock]" msgstr "" +"返回自引擎初始化以来通过的总帧数,该帧数在每个[b]物理帧[/b]上进行。参阅" +"[method get_idle_frames]。\n" +"[method get_physics_frames]可以用来减少运行高消耗逻辑的次数,而不需要依靠" +"[Timer]。\n" +"[codeblock]\n" +"func _physics_process(_delta):\n" +" if Engine.get_physics_frames() % 2 == 0:\n" +" pass # Run expensive logic only once every 2 physics frames here.\n" +"[/codeblock]" #: doc/classes/Engine.xml:94 msgid "" @@ -26849,12 +27415,12 @@ msgid "" msgstr "返回渲染框架时当前物理滴标记中的分数。这可用于实现固定的时间步插值。" #: doc/classes/Engine.xml:101 -#, fuzzy msgid "" "Returns a global singleton with given [code]name[/code]. Often used for " "plugins, e.g. [code]GodotPayment[/code] on Android." msgstr "" -"返回具有给定[code]name[/code]的全局单例。通常用于插件,例如GodotPayments。" +"返回具有给定[code]name[/code]的全局单例。通常用于插件,例如Android上的" +"[code]GodotPayment[/code]。" #: doc/classes/Engine.xml:107 msgid "" @@ -26947,6 +27513,22 @@ msgid "" "the editor and when running the project from the editor, but it will " "evaluate to [code]false[/code] when the code is run from an exported project." msgstr "" +"如果[code]true[/code],则表示该脚本目前正在编辑器内运行。这对[code]tool[/" +"code]脚本很有用,可以有条件绘制编辑器助手,或者防止在编辑器中意外地运行会影响" +"场景状态的 \"游戏\" 代码。\n" +"[codeblock]\n" +"if Engine.editor_hint:\n" +" draw_gizmos()\n" +"else:\n" +" simulate_physics()\n" +"[/codeblock]\n" +"更多信息请参阅文档中[url=https://docs.godotengine.org/en/3.4/tutorials/misc/" +"running_code_in_the_editor.html]在编辑器中运行代码[/url]。\n" +"[b]注意:[/b]要检测脚本是否从编辑器[i]构建[/i]中运行(例如按[code]F5[/code]" +"时),请使用带有[code]\"editor\"[/code]参数的[method OS.has_feature]代替。" +"[code]OS.has_feature(\"editor\")[/code]当代码在编辑器中运行和从编辑器中运行项" +"目时都会评估为[code]true[/code],但当代码从导出的项目中运行时它会评估为" +"[code]false[/code]。" #: doc/classes/Engine.xml:153 msgid "" @@ -26964,7 +27546,6 @@ msgstr "" "入更灵敏或解决隧道问题,但请记住,这样做会增加CPU的使用。" #: doc/classes/Engine.xml:156 -#, fuzzy msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -26977,10 +27558,12 @@ msgid "" "solution, the physics jitter fix should be disabled by setting [member " "physics_jitter_fix] to [code]0[/code]." msgstr "" -"控制物理时钟与实时同步的程度。为0或更少,则是同步的。这样的值建议用于网络游" -"戏,因为时钟同步很重要。较高的数值会导致游戏中的时钟和真实时钟有较大的偏差," -"但允许平滑帧率抖动。默认值0.5对大多数人来说应该是没有问题的;高于2的值可能会" -"导致游戏对掉帧的反应有明显的延迟,不建议使用。" +"控制物理时钟与实时同步程度。如果是0或更少,时钟是同步的。这样的值建议用于网络" +"游戏,因为时钟的同步性很重要。较高的值会导致游戏中的时钟和真实时钟之间的偏差" +"较大,但可以平滑帧速率的抖动。默认值0.5对大多数人来说应该是良好的;超过2的值" +"可能导致游戏对掉帧的反应有明显的延迟,因此不推荐使用。\n" +"[b]注意:[/b]为了获得最佳效果,当使用自定义物理插值这种解决方案时,应通过将" +"[member physics_jitter_fix]设置为[code]0[/code]来禁用物理抖动修复。" #: doc/classes/Engine.xml:160 msgid "" @@ -26996,6 +27579,14 @@ msgid "" "[b]Note:[/b] This property does not impact the editor's Errors tab when " "running a project from the editor." msgstr "" +"如果[code]false[/code],停止打印错误和警告信息到控制台和编辑器输出日志。这可" +"以用来在单元测试套件运行期间隐藏错误和警告信息。这个属性等同于[member " +"ProjectSettings.application/run/disable_stderr]项目设置。\n" +"[b]警告:[/b] 如果你在项目的任意位置将其设置为[code]false[/code],重要的错误信" +"息可能会被隐藏,即使它们是由其他脚本触发。如果在[code]@tool[/code]脚本中把这" +"个设置为[code]false[/code],这也会影响到编辑器本身。在确保错误信息被启用之" +"前,[i]不[/i]报告错误(默认情况下)。\n" +"[b]注意:[/b]当从编辑器运行一个项目时,这个属性不影响编辑器的错误选项卡。" #: doc/classes/Engine.xml:165 msgid "" @@ -27021,7 +27612,6 @@ msgid "" msgstr "用于定义多个渲染选项的环境节点(如[WorldEnvironment])的资源。" #: doc/classes/Environment.xml:7 -#, fuzzy msgid "" "Resource for environment nodes (like [WorldEnvironment]) that define " "multiple environment operations (such as background [Sky] or [Color], " @@ -27037,13 +27627,17 @@ msgid "" "framebuffer_allocation], or for specific Viewports via the [member Viewport." "usage] property." msgstr "" -"环境节点(如[WorldEnvironment])的资源,这些节点定义了多个环境操作(如背景" -"[Sky]或[Color]、环境光、雾、景深...)。这些参数会影响场景的最终渲染。这些操作" -"的顺序是\n" -"- 景深 模糊\n" +"环境节点(如 [WorldEnvironment])的资源,这些节点定义了多个环境操作(如背景 " +"[Sky] 或 [Color]、环境光、雾、景深……)。这些参数会影响场景的最终渲染。这些操" +"作的顺序是:\n" +"- 景深模糊\n" "- 辉光\n" -"- 色调地图(自动曝光\n" -"- 调整数" +"- 色调映射(自动曝光)\n" +"- 调整\n" +"这些效果仅在 [Viewport] 的预期使用方法为“3D”或者“3D Without Effects”时生效。" +"根视窗的预期使用方法可以通过 [member ProjectSettings.rendering/quality/" +"intended_usage/framebuffer_allocation] 调整,其它视窗通过 [member Viewport." +"usage] 调整。" #: doc/classes/Environment.xml:15 doc/classes/WorldEnvironment.xml:12 msgid "" @@ -27092,14 +27686,13 @@ msgstr "" "才有效。" #: doc/classes/Environment.xml:43 -#, fuzzy msgid "" "Applies the provided [Texture] resource to affect the global color aspect of " "the rendered scene. Effective only if [code]adjustment_enabled[/code] is " "[code]true[/code]." msgstr "" -"应用所提供的 [Texture2D] 资源来影响渲染场景的全局颜色。只有当" -"[code]adjusting_enabled[/code]是[code]true[/code]时才有效。" +"应用所提供的[Texture]资源来影响渲染场景的全局颜色表现。只有在" +"[code]adjustment_enabled[/code]为[code]true[/code]时才有效。" #: doc/classes/Environment.xml:46 msgid "" @@ -27182,7 +27775,7 @@ msgstr "自动曝光效果的速度。影响相机执行自动曝光所需的时 #: doc/classes/Environment.xml:79 msgid "The ID of the camera feed to show in the background." -msgstr "在背景中显示的相机信号的ID。" +msgstr "在背景中显示的相机源的ID。" #: doc/classes/Environment.xml:82 msgid "" @@ -27191,12 +27784,12 @@ msgid "" msgstr "要显示的最大图层ID。只有在使用 [constant BG_CANVAS] 背景模式时有效。" #: doc/classes/Environment.xml:85 -#, fuzzy msgid "" "The [Color] displayed for clear areas of the scene. Only effective when " "using the [constant BG_COLOR] or [constant BG_COLOR_SKY] background modes)." msgstr "" -"场景中清晰区域显示的[Color]。只有在使用 [constant BG_COLOR] 背景模式时有效。" +"场景中清除区域显示的[Color]。仅在使用[constant BG_COLOR]或[constant " +"BG_COLOR_SKY]背景模式时有效。" #: doc/classes/Environment.xml:88 msgid "The power of the light emitted by the background." @@ -27207,34 +27800,28 @@ msgid "The background mode. See [enum BGMode] for possible values." msgstr "背景模式。请参阅[enum BGMode]了解可能的值。" #: doc/classes/Environment.xml:94 -#, fuzzy msgid "The [Sky] resource defined as background." -msgstr "使用天空资源作为背景。" +msgstr "[Sky] 天空资源定义为背景。" #: doc/classes/Environment.xml:97 -#, fuzzy msgid "The [Sky] resource's custom field of view." -msgstr "用于此[Environment]的[天空]资源。" +msgstr "[Sky] 天空资源的自定义视野。" #: doc/classes/Environment.xml:100 -#, fuzzy msgid "The [Sky] resource's rotation expressed as a [Basis]." -msgstr "[Mesh]资源用作CSG形状。" +msgstr "以[Basis]表示的[Sky]天空资源的旋转。" #: doc/classes/Environment.xml:103 -#, fuzzy msgid "The [Sky] resource's rotation expressed as Euler angles in radians." -msgstr "贴图的旋转(以弧度为单位)." +msgstr "[Sky] 资源旋转的欧拉角,以弧度单位。" #: doc/classes/Environment.xml:106 -#, fuzzy msgid "The [Sky] resource's rotation expressed as Euler angles in degrees." -msgstr "贴图的旋转(以度数为单位)." +msgstr "[Sky] 天空资源旋转的欧拉角,单位为度。" #: doc/classes/Environment.xml:109 -#, fuzzy msgid "The amount of far blur for the depth-of-field effect." -msgstr "效果中的声音数量。" +msgstr "用于景深效果的远处模糊数量。" #: doc/classes/Environment.xml:112 msgid "" @@ -27242,24 +27829,24 @@ msgid "" msgstr "远景模糊效果影响渲染的距离。" #: doc/classes/Environment.xml:115 -#, fuzzy msgid "If [code]true[/code], enables the depth-of-field far blur effect." -msgstr "如果为[code]true[/code],启用指定的flag。" +msgstr "如果[code]true[/code],启用景深远景模糊效果。" #: doc/classes/Environment.xml:118 msgid "" "The depth-of-field far blur's quality. Higher values can mitigate the " "visible banding effect seen at higher strengths, but are much slower." msgstr "" +"景深远处模糊的质量。较高的数值可以减轻在较高强度下看到的可见带状效应,但速度" +"要慢得多。" #: doc/classes/Environment.xml:121 msgid "The length of the transition between the no-blur area and far blur." msgstr "无模糊区域和远模糊区域之间的过渡长度。" #: doc/classes/Environment.xml:124 -#, fuzzy msgid "The amount of near blur for the depth-of-field effect." -msgstr "效果中的声音数量。" +msgstr "用于景深效果的近似模糊的数量。" #: doc/classes/Environment.xml:127 msgid "" @@ -27267,15 +27854,16 @@ msgid "" msgstr "近似模糊效果影响渲染的地方与相机的距离。" #: doc/classes/Environment.xml:130 -#, fuzzy msgid "If [code]true[/code], enables the depth-of-field near blur effect." -msgstr "如果为[code]true[/code],启用指定的flag。" +msgstr "如果[code]true[/code],启用景深近模糊效果。" #: doc/classes/Environment.xml:133 msgid "" "The depth-of-field near blur's quality. Higher values can mitigate the " "visible banding effect seen at higher strengths, but are much slower." msgstr "" +"景深近模糊的质量。较高的数值可以减轻在较高强度下看到的可见带状效应,但速度要" +"慢得多。" #: doc/classes/Environment.xml:136 msgid "The length of the transition between the near blur and no-blur area." @@ -27305,13 +27893,12 @@ msgstr "" "机)。" #: doc/classes/Environment.xml:151 -#, fuzzy msgid "" "The fog's depth end distance from the camera. If this value is set to 0, it " "will be equal to the current camera's [member Camera.far] value." msgstr "" -"雾的深度与相机的距离。如果此值被设置为0,则等于当前相机的[member Camera3D." -"far]值。" +"雾的深度终点与摄像机的距离。如果此值被设置为0,则等于当前摄像机的[member " +"Camera.far]值。" #: doc/classes/Environment.xml:154 msgid "" @@ -27358,14 +27945,13 @@ msgstr "" "示。否则,将从下往上显示。" #: doc/classes/Environment.xml:169 -#, fuzzy msgid "" "The intensity of the depth fog color transition when looking towards the " "sun. The sun's direction is determined automatically using the " "DirectionalLight node in the scene." msgstr "" -"向太阳方向看去时,深度雾色过渡的强度。使用场景中的 DirectionalLight3D 节点自" -"动确定太阳的方向。" +"朝着太阳看时,深度雾颜色过渡的强度。太阳的方向是通过场景中的平行光节点自动确" +"定的。" #: doc/classes/Environment.xml:172 msgid "The depth fog's [Color] when looking towards the sun." @@ -27392,6 +27978,9 @@ msgid "" "[b]Note:[/b] When using the GLES2 renderer, this is only available if the " "GPU supports the [code]GL_EXT_gpu_shader4[/code] extension." msgstr "" +"以牺牲性能为代价,消除由更高级别采样产生的块状效应。\n" +"[b]注意:[/b] 使用 GLES2渲染器时,只有GPU支持 [code]GL_EXT_gpu_shader4[/" +"code] 扩展时才可用。" #: doc/classes/Environment.xml:185 msgid "The glow blending mode." @@ -27438,6 +28027,9 @@ msgid "" "stable during movement. However, it is very expensive and makes the glow " "post process take twice as long." msgstr "" +"在辉光的下采样过程中获取更多的样本。这可以确保辉光捕捉到单个像素,使辉光在移" +"动过程中看起来更平滑、更稳定。然而,它非常吃性能,使辉光的后期处理需要两倍的" +"时间。" #: doc/classes/Environment.xml:206 msgid "" @@ -27519,11 +28111,10 @@ msgid "" msgstr "屏幕空间反射的最大步数。数值越高,速度越慢。" #: doc/classes/Environment.xml:248 -#, fuzzy msgid "" "If [code]true[/code], screen-space reflections will take the material " "roughness into account." -msgstr "如果[code]true[/code],查询将考虑[Area2D]。" +msgstr "如果 [code]true[/code],屏幕空间反射将考虑材质粗糙度。" #: doc/classes/Environment.xml:251 msgid "" @@ -27549,9 +28140,8 @@ msgid "" msgstr "屏幕空间环境遮挡质量。可能的值请参阅[enum SSAOBlur]。" #: doc/classes/Environment.xml:260 -#, fuzzy msgid "The screen-space ambient occlusion color." -msgstr "屏幕空间环境遮挡边缘锐度。" +msgstr "屏幕空间环境光遮蔽颜色。" #: doc/classes/Environment.xml:263 msgid "The screen-space ambient occlusion edge sharpness." @@ -27579,11 +28169,10 @@ msgid "" msgstr "主要的屏幕空间环境遮挡强度。参阅[member ssao_radius]。" #: doc/classes/Environment.xml:272 -#, fuzzy msgid "" "The secondary screen-space ambient occlusion intensity. See also [member " "ssao_radius2]." -msgstr "主要的屏幕空间环境遮挡强度。参阅[member ssao_radius]。" +msgstr "主要的屏幕空间环境光遮挡强度。参阅 [member ssao_radius]。" #: doc/classes/Environment.xml:275 msgid "" @@ -27601,6 +28190,8 @@ msgid "" "The screen-space ambient occlusion quality. Higher qualities will make " "better use of small objects for ambient occlusion, but are slower." msgstr "" +"屏幕空间的环境遮蔽质量。更高的质量将更好地利用小物体进行环境遮蔽,但速度较" +"慢。" #: doc/classes/Environment.xml:281 msgid "The primary screen-space ambient occlusion radius." @@ -27613,6 +28204,8 @@ msgid "" "occlusion effect which can be used to improve the effect's appearance (at " "the cost of performance)." msgstr "" +"次要屏幕空间环境遮蔽半径。如果设置为高于[code]0[/code]的值,则启用次要屏幕空" +"间的环境遮蔽效果,可以用来改善效果表现,但以性能为代价。" #: doc/classes/Environment.xml:287 msgid "The default exposure used for tonemapping." @@ -27669,6 +28262,9 @@ msgid "" "BG_SKY] and should be preferred in scenes where reflections can be visible, " "but the sky itself never is (e.g. top-down camera)." msgstr "" +"使用自定义的透明颜色清除背景,并允许定义天空的阴影和反射。这种模式比" +"[constant BG_SKY]稍快,应是在可以看到反射,但天空本身不可见的场景中的首选,例" +"如,自上而下的相机。" #: doc/classes/Environment.xml:313 msgid "Displays a [CanvasLayer] in the background." @@ -27676,7 +28272,7 @@ msgstr "在背景中显示[CanvasLayer]。" #: doc/classes/Environment.xml:316 msgid "Displays a camera feed in the background." -msgstr "在背景中显示相机信号。" +msgstr "在背景中显示相机源。" #: doc/classes/Environment.xml:319 msgid "Represents the size of the [enum BGMode] enum." @@ -27727,11 +28323,12 @@ msgid "Filmic tonemapper operator." msgstr "胶片色调映射器运算符。" #: doc/classes/Environment.xml:343 -#, fuzzy msgid "" "Academy Color Encoding System tonemapper operator. Performs an aproximation " "of the ACES tonemapping curve." -msgstr "ACES 映射运算符。" +msgstr "" +"Academy Color Encoding System(学院色彩编码系统)色调映射运算器。对ACES色调映" +"射曲线进行近似计算。" #: doc/classes/Environment.xml:346 msgid "" @@ -27742,6 +28339,10 @@ msgid "" "will eventually become white if the light is bright enough to saturate the " "camera sensor." msgstr "" +"高质量的Academy Color Encoding System学院色彩编码系统色调映射运算器,符合行业" +"标准。执行更精确的物理曲线拟合,更好地模拟光线在现实世界中的工作方式。光线和" +"发光材料的颜色会随着发光能量的增加而变浅,如果光线足够亮,足以使相机传感器饱" +"和,最终会变成白色。" #: doc/classes/Environment.xml:349 msgid "Low depth-of-field blur quality (fastest)." @@ -27768,24 +28369,20 @@ msgid "2×2 blur for the screen-space ambient occlusion effect." msgstr "2×2模糊的屏幕空间环境遮挡效果。" #: doc/classes/Environment.xml:367 -#, fuzzy msgid "3×3 blur for the screen-space ambient occlusion effect (slowest)." -msgstr "屏幕空间环境遮挡效果不模糊(最快)。" +msgstr "3×3模糊的屏幕空间环境遮挡效果(最慢)。" #: doc/classes/Environment.xml:370 -#, fuzzy msgid "Low quality for the screen-space ambient occlusion effect (fastest)." -msgstr "屏幕空间环境遮挡效果不模糊(最快)。" +msgstr "低质量的屏幕空间环境遮挡效果(最快)。" #: doc/classes/Environment.xml:373 -#, fuzzy msgid "Low quality for the screen-space ambient occlusion effect." -msgstr "1×1模糊的屏幕空间环境遮挡效果。" +msgstr "低质量的屏幕空间环境遮挡效果。" #: doc/classes/Environment.xml:376 -#, fuzzy msgid "Low quality for the screen-space ambient occlusion effect (slowest)." -msgstr "屏幕空间环境遮挡效果不模糊(最快)。" +msgstr "低质量的屏幕空间环境遮挡效果(最慢)。" #: doc/classes/Expression.xml:4 msgid "A class that stores an expression you can execute." @@ -27880,11 +28477,14 @@ msgid "" "OES_EGL_image_external.txt]OES_EGL_image_external[/url].\n" "[b]Note:[/b] This is only supported for Android platforms." msgstr "" +"启用对OpenGL ES外部纹理扩展的支持,如[url=https://www.khronos.org/registry/" +"OpenGL/extensions/OES/OES_EGL_image_external.txt]OES_EGL_image_external[/url]" +"所定义。\n" +"[b]注意:[/b] 这只支持Android平台。" #: doc/classes/ExternalTexture.xml:16 -#, fuzzy msgid "Returns the external texture name." -msgstr "返回图块的纹理。" +msgstr "返回外部纹理名称。" #: doc/classes/ExternalTexture.xml:23 msgid "External texture size." @@ -27895,7 +28495,6 @@ msgid "Type to handle file reading and writing operations." msgstr "用于处理文件读写操作的类型。" #: doc/classes/File.xml:7 -#, fuzzy msgid "" "File type. This is used to permanently store data into the user device's " "file system and to read from it. This can be used to store game save data or " @@ -27929,8 +28528,8 @@ msgid "" "process will be killed. You can work around this by calling [method flush] " "at regular intervals." msgstr "" -"文件类型。这是用来将数据永久地存储到用户设备的文件系统中,并从中读取。例如," -"这可以用来存储游戏保存数据或玩家配置文件。\n" +"文件类型。这用来将数据永久存储到用户设备的文件系统中,并可从中读取。例如,这" +"可以用来存储游戏保存数据或玩家配置文件。\n" "下面是一个关于如何写入和读出文件的例子。\n" "[codeblock]\n" "func save(content):\n" @@ -27946,9 +28545,15 @@ msgstr "" " file.close()\n" " return content\n" "[/codeblock]\n" -"在上面的例子中,文件将被保存在[url=https://docs.godotengine.org/zh_CN/latest/" -"tutorials/io/data_paths.html]user://save_game.dat[/url]文件中指定的用户数据文" -"件夹中。" +"在上面的例子中,文件将被保存在[url=https://docs.godotengine.org/en/3.4/" +"tutorials/io/data_paths.html]数据路径[/url]文件中指定的用户数据文件夹中。\n" +"[b]注意:[/b] 要在导出后访问项目资源,建议使用[ResourceLoader]而不是" +"[File]API,因为有些文件被转换为引擎特定的格式,其原始源文件可能不存在于导出的" +"PCK包中。\n" +"[b]注意:[/b]只有在进程 \"正常\" 退出时,例如通过点击窗口管理器的关闭按钮或按" +"[b]Alt + F4[/b],文件才会自动关闭。如果你在项目运行时按[b]F8[/b]停止项目执" +"行,文件将不会被关闭,因为游戏进程将被杀死。你可以通过定期调用[method flush]" +"来解决这个问题。" #: doc/classes/File.xml:35 msgid "" @@ -27956,6 +28561,8 @@ msgid "" "operations. Use [method flush] to persist the data to disk without closing " "the file." msgstr "" +"关闭当前打开的文件,并阻止后续的读/写操作。使用[method flush]将数据持久化到磁" +"盘,而不关闭文件。" #: doc/classes/File.xml:41 msgid "" @@ -27969,9 +28576,15 @@ msgid "" " # Read data\n" "[/codeblock]" msgstr "" +"如果文件光标已经读到了文件的末端,返回[code]true[/code]。\n" +"[b]注意:[/b][code]ef_reached() == false[/code] 不能用来检查是否有更多的数据" +"可用。要在有更多数据可用时进行循环,请使用:\n" +"[codeblock]\n" +"while file.get_position() < file.get_len():\n" +" # Read data\n" +"[/codeblock]" #: doc/classes/File.xml:53 -#, fuzzy msgid "" "Returns [code]true[/code] if the file exists in the given path.\n" "[b]Note:[/b] Many resources types are imported (e.g. textures or sound " @@ -27980,12 +28593,9 @@ msgid "" "alternative approach that takes resource remapping into account." msgstr "" "如果文件存在于给定的路径中,返回[code]true[/code]。\n" -"[b]注意:[/b]许多资源类型被导入(例如纹理或声音文件),它们的源资产将不包括在" -"导出的游戏中,因为只使用导入的版本(在[code]res://.import[/code]文件夹)。为" -"了检查这些资源是否存在,同时考虑到重新映射到它们的导入位置,使用[method " -"ResourceLoader.exists]。通常,当你在编辑器中开发时,对导入的资源使用" -"[code]File.file_exists[/code]会起作用(源资产在[code]res://[/code]中存在,但" -"在导出时失败)。" +"[b]注意:[/b]许多资源类型导入后,例如纹理或声音文件,其源资产不会包含在导出的" +"游戏中,因为只使用导入的版本。有关考虑资源重新映射的替代方法,参阅[method " +"ResourceLoader.existence]。" #: doc/classes/File.xml:60 msgid "" @@ -27997,6 +28607,11 @@ msgid "" "[b]Note:[/b] Only call [method flush] when you actually need it. Otherwise, " "it will decrease performance due to constant disk writes." msgstr "" +"将文件的缓冲区写入磁盘。关闭文件时会自动执行刷新。这意味着您不需要在使用 " +"[method close] 关闭文件之前手动调用 [method flush]。尽管如此,即使项目崩溃而" +"不是正常关闭,调用 [method flush] 仍可用于确保数据安全。\n" +"[b]注意:[/b]只有在你真正需要的时候才调用 [method flush]。否则,它会由于不断" +"的磁盘写入而降低性能。" #: doc/classes/File.xml:67 msgid "" @@ -28039,9 +28654,8 @@ msgstr "" "文本将被转为UTF-8编码。" #: doc/classes/File.xml:99 -#, fuzzy msgid "Returns next [code]len[/code] bytes of the file as a [PoolByteArray]." -msgstr "返回下一个文件的[code]len[/code]字节长度,类型为[PackedByteArray]。" +msgstr "将文件的下一个 [code]len[/code] 长度字节作为 [PoolByteArray] 返回。" #: doc/classes/File.xml:106 msgid "" @@ -28065,6 +28679,20 @@ msgid "" "[code]\"\"[/code] for each quotation mark that needs to be interpreted as " "such instead of the end of a text value." msgstr "" +"以 CSV(逗号分隔值)格式返回文件的下一个值。您可以传递不同的分隔符 " +"[code]delim[/code] 以使用默认 [code]\",\"[/code](逗号)以外的其他分隔符。此" +"分隔符必须为一个字符长,并且不能是双引号。\n" +"文本被解释为 UTF-8 编码。如果文本值包含分隔符,则必须用双引号括起来。文本值中" +"的双引号可以通过将它们的出现次数加倍来转义。\n" +"例如,以下 CSV 行是有效的,每行将被正确解析为两个字符串:\n" +"[codeblock]\n" +"Alice,\"Hello, Bob!\"\n" +"Bob,Alice! What a surprise!\n" +"Alice,\"I thought you'd reply with \"\"Hello, world\"\".\"\n" +"[/codeblock]\n" +"请注意第二行如何省略封闭引号,因为它不包含分隔符。然而它 [i]可以[/i] 很好地使" +"用引号,它只是为了演示目的而没有编写。第三行必须使用 [code]\"\"[/code] 来表示" +"每个需要被解释为引号的引号,而不是文本值的结束。" #: doc/classes/File.xml:120 msgid "Returns the next 64 bits from the file as a floating-point number." @@ -28169,6 +28797,10 @@ msgid "" "Godot, not third-party compression formats. See [url=https://github.com/" "godotengine/godot/issues/28999]GitHub issue #28999[/url] for a workaround." msgstr "" +"打开压缩文件进行读取或写入。\n" +"[b]注意:[/b] [method open_compressed] 只能读取Godot保存的文件,不能读取第三" +"方压缩格式。有关解决方法,请参阅 [url=https://github.com/godotengine/godot/" +"issues/28999] GitHub 问题 #28999[/url]。" #: doc/classes/File.xml:238 msgid "" @@ -28296,7 +28928,6 @@ msgid "Stores the given array of bytes in the file." msgstr "在文件中存储给定的字节数组。" #: doc/classes/File.xml:331 -#, fuzzy msgid "" "Store the given [PoolStringArray] in the file as a line formatted in the CSV " "(Comma-Separated Values) format. You can pass a different delimiter " @@ -28304,10 +28935,10 @@ msgid "" "This delimiter must be one-character long.\n" "Text will be encoded as UTF-8." msgstr "" -"将给定的[PackedStringArray]存储为以CSV(逗号分隔值)格式设置的行。您可以传递" -"其他定界符[code] delim [/code]以使用默认的[code]“,” [/code](逗号)以外的符" -"号。该定界符必须为一个字符长。\n" -"文本将被转为UTF-8编码。" +"将给定的 [PoolStringArray] 作为CSV(逗号分隔值)格式的行存储在文件中。您可以" +"传递不同的分隔符 [code]delim[/code] 以使用默认 [code]\",\"[/code](逗号)以外" +"的其他分隔符。此分隔符的长度必须为一个字符。\n" +"文本将被编码为 UTF-8。" #: doc/classes/File.xml:339 msgid "Stores a floating-point number as 64 bits in the file." @@ -28322,6 +28953,8 @@ msgid "" "Appends [code]line[/code] to the file followed by a line return character " "([code]\\n[/code]), encoding the text as UTF-8." msgstr "" +"将 [code]line[/code] 附加到文件后跟一个行返回字符 ([code]\\n[/code]),将文本" +"编码为 UTF-8。" #: doc/classes/File.xml:360 msgid "" @@ -28340,7 +28973,7 @@ msgstr "将浮点数存储在文件中。" msgid "" "Appends [code]string[/code] to the file without a line return, encoding the " "text as UTF-8." -msgstr "" +msgstr "将 [code]string[/code] 附加到文件而不返回行,将文本编码为 UTF-8。" #: doc/classes/File.xml:383 msgid "" @@ -28355,6 +28988,13 @@ msgid "" "_get_property_list]. See [enum PropertyUsageFlags] for the possible usage " "flags." msgstr "" +"在文件中存储任何 Variant 变量值。如果 [code]full_objects[/code] 是 " +"[code]true[/code],则允许编码对象(并且可能包含代码)。\n" +"[b]注意:[/b] 并非所有属性都包括在内。只有使用 [constant " +"PROPERTY_USAGE_STORAGE] 标志集配置的属性才会被序列化。您可以通过覆盖类中的 " +"[method Object._get_property_list] 方法向属性添加新的使用标志。您还可以通过调" +"用 [method Object._get_property_list] 来检查属性使用是如何配置的。有关可能的" +"使用标志,请参阅 [enum PropertyUsageFlags]。" #: doc/classes/File.xml:390 msgid "" @@ -28369,35 +29009,41 @@ msgid "" "the file. Therefore, you must set [member endian_swap] [i]after[/i] opening " "the file, not before." msgstr "" +"如果 [code]true[/code],则使用 big-endian [url=https://en.wikipedia.org/wiki/" +"Endianness]endianness[/url] 读取文件。如果 [code]false[/code],则文件以 " +"little-endian 字节序读取。如果有疑问,请将其保留为 [code]false[/code],因为大" +"多数文件都是以小端字节序编写的。\n" +"[b]注意:[/b] [member endian_swap] 只是文件格式,与CPU类型无关。 CPU 字节序不" +"会影响写入文件的默认字节序。\n" +"[b]注意:[/b]每当您打开文件时,它总是重置为 [code]false[/code]。因此,必须在 " +"[i]打开文件之后[/i] 设置 [member endian_swap],而不是之前。" #: doc/classes/File.xml:397 -#, fuzzy msgid "" "Opens the file for read operations. The cursor is positioned at the " "beginning of the file." -msgstr "将文件的读/写光标改变到指定的位置(从文件开始的字节数)。" +msgstr "打开文件进行读取操作。光标位于文件的开头。" #: doc/classes/File.xml:400 -#, fuzzy msgid "" "Opens the file for write operations. The file is created if it does not " "exist, and truncated if it does." -msgstr "为写入,打开文件。如果文件不存在,就创建文件;如果文件存在,截断文件。" +msgstr "打开文件进行写操作。如果文件不存在,则创建该文件,如果存在则截断。" #: doc/classes/File.xml:403 -#, fuzzy msgid "" "Opens the file for read and write operations. Does not truncate the file. " "The cursor is positioned at the beginning of the file." -msgstr "打开文件进行读写操作。不截断文件。" +msgstr "打开文件用于读写操作。不截断文件。光标位于文件的开头。" #: doc/classes/File.xml:406 -#, fuzzy msgid "" "Opens the file for read and write operations. The file is created if it does " "not exist, and truncated if it does. The cursor is positioned at the " "beginning of the file." -msgstr "写入或读取打开文件。如果文件不存在,则创建文件;如果存在,就打开文件。" +msgstr "" +"打开文件进行读写操作。如果文件不存在,则创建该文件,如果存在则截断。光标位于" +"文件的开头。" #: doc/classes/File.xml:409 msgid "Uses the [url=http://fastlz.org/]FastLZ[/url] compression method." @@ -28424,7 +29070,6 @@ msgid "Dialog for selecting files or directories in the filesystem." msgstr "用于选择文件系统中的文件或目录的对话框。" #: doc/classes/FileDialog.xml:7 -#, fuzzy msgid "" "FileDialog is a preset dialog used to choose files and directories in the " "filesystem. It supports filter masks. The FileDialog automatically sets its " @@ -28432,9 +29077,9 @@ msgid "" "title, disable this by setting [member mode_overrides_title] to [code]false[/" "code]." msgstr "" -"FileDialog是一个预设的对话框,用于选择文件系统中的文件和目录。它支持过滤掩" -"码。FileDialog会根据[member file_mode]自动设置其窗口标题。如果你想使用一个自" -"定义的标题,通过设置[member mode_overrides_title]为[code]false[/code]来禁用。" +"FileDialog 是用于在文件系统中选择文件和目录的预设对话框。它支持过滤器掩码。文" +"件对话框会根据 [member mode] 自动设置其窗口标题。如果您要使用自定义标题,请" +"将 [member mode_overrides_title] 设置为 [code] false[/code] 来禁用此标题。" #: doc/classes/FileDialog.xml:16 msgid "" @@ -28461,6 +29106,9 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"返回所选文件的 LineEdit。\n" +"[b]警告:[/b] 这是一个必需的内部节点,删除和释放它可能会导致崩溃。如果您希望" +"隐藏它或其任何子项,请使用它们的 [member CanvasItem.visible] 属性。" #: doc/classes/FileDialog.xml:41 msgid "" @@ -28470,6 +29118,9 @@ msgid "" "may cause a crash. If you wish to hide it or any of its children, use their " "[member CanvasItem.visible] property." msgstr "" +"返回对话框的垂直框容器,可以向其中添加自定义控件。\n" +"[b]警告:[/b] 这是一个必需的内部节点,删除和释放它可能会导致崩溃。如果您希望" +"隐藏它或其任何子项,请使用它们的 [member CanvasItem.visible] 属性。" #: doc/classes/FileDialog.xml:48 msgid "Invalidate and update the current dialog content list." @@ -28483,6 +29134,10 @@ msgid "" "[url=https://github.com/godotengine/godot-proposals/issues/1123]godot-" "proposals#1123[/url]." msgstr "" +"文件系统的访问范围。见枚举 [code]Access[/code] 常数。\n" +"[b]警告:[/b] 目前,在沙盒环境下,如HTML5构建或沙盒的macOS应用程序," +"FileDialog 不能访问主机文件系统。参见 [url=https://github.com/godotengine/" +"godot-proposals/issues/1123]godot-proposals#1123 [/url]。" #: doc/classes/FileDialog.xml:58 msgid "The current working directory of the file dialog." @@ -28497,33 +29152,30 @@ msgid "The currently selected file path of the file dialog." msgstr "当前选择的文件对话框的文件路径。" #: doc/classes/FileDialog.xml:68 -#, fuzzy msgid "" "The available file type filters. For example, this shows only [code].png[/" "code] and [code].gd[/code] files: [code]set_filters(PoolStringArray([\"*." "png ; PNG Images\",\"*.gd ; GDScript Files\"]))[/code]." msgstr "" -"可用的文件类型过滤器。例如,这只显示[code].png[/code]和[code].gd[/code]文件。" -"[code]set_filters(PackedStringArray([\"*.png ; PNG Images\", \"*.gd ; " -"GDScript Files\"])[/code]。" +"可用的文件类型过滤器。例如,这仅显示 [code].png[/code] 和 [code].gd[/code] 文" +"件: [code]set_filters(PoolStringArray([\"*.png ; PNG Images\", \"*.gd ; " +"GDScript Files\" ]))[/code]。" #: doc/classes/FileDialog.xml:71 -#, fuzzy msgid "" "The dialog's open or save mode, which affects the selection behavior. See " "enum [code]Mode[/code] constants." -msgstr "对话框的打开或保存模式,影响选择行为。参阅[enum FileMode]。" +msgstr "" +"对话框的打开或保存模式,这会影响选择行为。请参阅枚举 [code]Mode[/code] 常量。" #: doc/classes/FileDialog.xml:74 -#, fuzzy msgid "" "If [code]true[/code], changing the [code]Mode[/code] property will set the " "window title accordingly (e.g. setting mode to [constant MODE_OPEN_FILE] " "will change the window title to \"Open a File\")." msgstr "" -"如果[code]true[/code],改变[code]Mode[/code]属性将相应地设置窗口标题(例如," -"将模式设置为[constant FILE_MODE_OPEN_FILE]将改变窗口标题为 \"打开一个文件" -"\")。" +"如果 [code]true[/code],更改 [code]Mode[/code] 属性将相应地设置窗口标题(例" +"如,将模式设置为 [constant MODE_OPEN_FILE] 会将窗口标题更改为“打开文件”)。" #: doc/classes/FileDialog.xml:77 msgid "If [code]true[/code], the dialog will show hidden files." @@ -28636,6 +29288,16 @@ msgid "" "the [method @GDScript.is_equal_approx] and [method @GDScript.is_zero_approx] " "methods instead of [code]==[/code] to compare [float] values for equality." msgstr "" +"[float] 内置类型是一个64位双精度浮点数,相当于C++中的 [code]double[/code]。这" +"个类型有14个可靠的小数位精度。[float] 类型可以存储在[Variant] 中,它是引擎使" +"用的通用类型。[float] 的最大值约为 [code]1.79769e308[/code],最小值约为 " +"[code]-1.79769e308[/code]。\n" +"引擎中的大多数方法和属性都使用32位单精度浮点数来代替,相当于C++中的 " +"[code]float[/code],它有6位可靠的小数位精度。对于 [Vector2] 和 [Vector3] 这样" +"的数据结构,Godot使用32位浮点数。\n" +"使用 [float] 类型所做的数学运算不能保证精确或确定,而且经常会产生小的错误。你" +"通常应该使用 [method @GDScript.is_equal_approx] 和 [method @GDScript." +"is_zero_approx] 方法而不是 [code]==[/code] 来比较[ float] 值是否相等。" #: doc/classes/float.xml:12 msgid "https://en.wikipedia.org/wiki/Double-precision_floating-point_format" @@ -28698,6 +29360,18 @@ msgid "" "emoji) are [i]not[/i] supported on Windows. They will display as unknown " "characters instead. This will be resolved in Godot 4.0." msgstr "" +"字体包含一个与 Unicode 兼容的字符集,以及用可变宽度(width)、上升(ascent)、下" +"降(descent) 和 字符间距(kerning)绘制的能力。关于从TTF文件(或其他字体格式)创" +"建字体,请参见编辑器对字体的支持。\n" +"[b]注意:[/b] 如果一个 [DynamicFont] 不包含字符串中使用的字符,如果该字符在 " +"[DynamicFont] 中可用的话,将用代码点 [code]0xfffd[/code] 替换该字符。如果这个" +"替换字符在动态字体中不可用,该字符将被隐藏,而不在字符串中显示任何替换字" +"符。\n" +"[b]注意:[/b]如果 [BitmapFont] 不包含字符串中使用的字符,有关的字符将被隐藏," +"而不在字符串中显示任何替换字符。\n" +"[b]注意:[/b] [code]0xffff[/code] 之后的 Unicode 字符(如大多数表情符号)在" +"Windows上不被 [i]支持[/i]。它们将显示为未知字符。这个问题将在Godot 4.0中解" +"决。" #: doc/classes/Font.xml:24 msgid "" @@ -28732,12 +29406,13 @@ msgid "Returns the font ascent (number of pixels above the baseline)." msgstr "返回字体的上升幅度(超出基线的像素数)。" #: doc/classes/Font.xml:51 -#, fuzzy msgid "" "Returns the size of a character, optionally taking kerning into account if " "the next character is provided. Note that the height returned is the font " "height (see [method get_height]) and has no relation to the glyph height." -msgstr "返回一个字符的大小,如果提供了下一个字符,则可选择考虑字符的间距。" +msgstr "" +"返回一个字符的大小,如果提供了下一个字符,可以选择将字距考虑在内。注意,返回" +"的高度是字体高度(见 [method get_height]),与字形高度没有关系。" #: doc/classes/Font.xml:57 msgid "Returns the font descent (number of pixels below the baseline)." @@ -28753,6 +29428,8 @@ msgid "" "that the height returned is the font height (see [method get_height]) and " "has no relation to the string." msgstr "" +"返回一个字符串的大小,并考虑到字符间距和提前量。注意,返回的高度是字体高度" +"(见 [method get_height]),与字符串没有关系。" #: doc/classes/Font.xml:78 msgid "" @@ -28791,24 +29468,23 @@ msgstr "" "和调用给定对象中的一个函数的引用。" #: doc/classes/FuncRef.xml:16 -#, fuzzy msgid "" "Calls the referenced function previously set in [member function] or [method " "@GDScript.funcref]." msgstr "" -"调用之前由[method set_function]或[method @GDScript.funcref]设置的参考函数。" +"调用以前设置在 [member function] 或 [method @GDScript. funcref] 中的引用函" +"数。" #: doc/classes/FuncRef.xml:23 -#, fuzzy msgid "" "Calls the referenced function previously set in [member function] or [method " "@GDScript.funcref]. Contrarily to [method call_func], this method does not " "support a variable number of arguments but expects all parameters to be " "passed via a single [Array]." msgstr "" -"调用先前由[method set_function]或[method @GDScript.funcref]设置的参考函数。与" -"[method call_func]不同,这个方法不支持可变的参数数量,而是所有的参数都通过一" -"个[Array]来传递。" +"调用先前在 [member function] 或 [method @GDScript.funcref] 中设置的引用函数。" +"与 [method call_func] 相反,此方法不支持可变数量的参数,但希望所有参数都通过" +"单个数组形式 [Array] 传递。" #: doc/classes/FuncRef.xml:29 msgid "Returns whether the object still exists and has the function assigned." @@ -28824,9 +29500,8 @@ msgstr "" "[Vector2]或[Dictionary]这样的内置类型。" #: doc/classes/FuncRef.xml:42 -#, fuzzy msgid "The name of the referenced function." -msgstr "获取当前动作的名称。" +msgstr "被引用函数的名称。" #: modules/gdnative/doc_classes/GDNativeLibrary.xml:4 msgid "" @@ -28834,16 +29509,15 @@ msgid "" msgstr "一个包含函数或脚本类的外部库,可以在Godot中使用。" #: modules/gdnative/doc_classes/GDNativeLibrary.xml:7 -#, fuzzy msgid "" "A GDNative library can implement [NativeScript]s, global functions to call " "with the [GDNative] class, or low-level engine extensions through interfaces " "such as [ARVRInterfaceGDNative]. The library must be compiled for each " "platform and architecture that the project will run on." msgstr "" -"GDNative库可以实现[NativeScript],用[GDNative]类调用的全局函数,或通过" -"[XRInterfaceGDNative]等接口实现低级别的引擎扩展。该库必须为项目将要运行的每个" -"平台和架构进行编译。" +"GDNative 库可以实现 [NativeScript]、用 [GDNative] 类调用的全局函数或通过 " +"[ARVRInterfaceGDNative] 等接口实现的低级引擎扩展。该库必须为项目将要运行的每" +"个平台和架构进行编译。" #: modules/gdnative/doc_classes/GDNativeLibrary.xml:10 msgid "" @@ -28984,16 +29658,15 @@ msgid "State of a function call after yielding." msgstr "一个函数在调用后失效的状态。" #: modules/gdscript/doc_classes/GDScriptFunctionState.xml:7 -#, fuzzy msgid "" "Calling [method @GDScript.yield] within a function will cause that function " "to yield and return its current state as an object of this type. The yielded " "function call can then be resumed later by calling [method resume] on this " "state object." msgstr "" -"修正。从4.0版的GDScript重写开始,文档已经过时了。\n" -"在一个函数中调用[code]yield[/code]会使该函数失效并将其当前状态作为该类型的对" -"象返回。之后可以通过对这个状态对象调用[method resume]来恢复被失效的函数调用。" +"在函数中调用 [method @GDScript.yield] 将导致该函数作为此类型的对象让步并返回" +"其当前状态。然后可以通过在此状态对象上调用 [method resume] 来使让步的函数恢复" +"调用。" #: modules/gdscript/doc_classes/GDScriptFunctionState.xml:16 msgid "" @@ -29012,7 +29685,6 @@ msgstr "" "复,你可以使用这个。" #: modules/gdscript/doc_classes/GDScriptFunctionState.xml:24 -#, fuzzy msgid "" "Resume execution of the yielded function call.\n" "If handed an argument, return the argument from the [method @GDScript.yield] " @@ -29021,10 +29693,10 @@ msgid "" "This function returns what the resumed function call returns, possibly " "another function state if yielded again." msgstr "" -"继续执行失效的函数调用。\n" -"如果交出一个参数,则返回被交出的函数调用中的[code]yield[/code]调用的参数。你" -"可以传递例如一个[Array]来传递多个参数。\n" -"这个函数返回被恢复的函数调用所返回的东西,如果再次失效,可能是另一个函数状" +"继续执行让步的函数调用。\n" +"如果传递了一个参数,则从产生的函数调用中的 [method @GDScript.yield] 调用返回" +"参数。你可以通过例如一个 [Array] 来处理多个参数。 \n" +"此函数返回接续的函数调用后返回的内容,如果再次恢复调用,可能是另一个函数状" "态。" #: doc/classes/Generic6DOFJoint.xml:4 @@ -29459,19 +30131,17 @@ msgid "Represents the size of the [enum Flag] enum." msgstr "表示[enum Flag]枚举的大小。" #: doc/classes/Geometry.xml:4 -#, fuzzy msgid "Helper node to calculate generic geometry operations." -msgstr "帮助节点用于计算二维空间中的通用几何操作。" +msgstr "用于计算通用几何操作的辅助节点。" #: doc/classes/Geometry.xml:7 -#, fuzzy msgid "" "Geometry provides users with a set of helper functions to create geometric " "shapes, compute intersections between shapes, and process various other " "geometric operations." msgstr "" -"Geometry2D为用户提供了一组辅助函数,用于创建几何图形,计算图形之间的交点,以" -"及处理其他各种几何操作。" +"Geometry 为用户提供了一组辅助函数,用于创建几何形状、计算形状之间的交点以及处" +"理各种其他几何操作。" #: doc/classes/Geometry.xml:16 msgid "" @@ -29555,7 +30225,6 @@ msgstr "" "个点相同。" #: doc/classes/Geometry.xml:77 -#, fuzzy msgid "" "Mutually excludes common area defined by intersection of [code]polygon_a[/" "code] and [code]polygon_b[/code] (see [method intersect_polygons_2d]) and " @@ -29566,12 +30235,12 @@ msgid "" "(hole) produced which could be distinguished by calling [method " "is_polygon_clockwise]." msgstr "" -"相互排除由[code]polygon_a[/code]和[code]polygon_b[/code](见[method " +"相互排除由 [code]polygon_a[/code] 和 [code]polygon_b[/code](见 [method " "intersect_polygons])的交叉点定义的公共区域,并返回一个排除的多边形数组。这在" -"多边形之间执行了[constant OPERATION_XOR]。换句话说,返回多边形之间除公共区域" +"多边形之间执行了 [constant OPERATION_XOR]。换句话说,返回多边形之间除公共区域" "外的所有区域。\n" -"该操作可能会产生一个外部多边形(边界)和内部多边形(孔),可以通过调用" -"[method is_polygon_clockwise]来区分。" +"该操作可能会产生一个外部多边形(边界)和内部多边形(孔),可以通过调用 " +"[method is_polygon_clockwise] 来区分。" #: doc/classes/Geometry.xml:87 msgid "" @@ -29614,7 +30283,6 @@ msgstr "" "以在线段外,即在从线段延伸出来的某处。" #: doc/classes/Geometry.xml:124 -#, fuzzy msgid "" "Given the two 3D segments ([code]p1[/code], [code]p2[/code]) and ([code]q1[/" "code], [code]q2[/code]), finds those two points on the two segments that are " @@ -29622,13 +30290,12 @@ msgid "" "on ([code]p1[/code], [code]p2[/code]) as well the accompanying point on " "([code]q1[/code], [code]q2[/code])." msgstr "" -"给出两个3D线段([code]p1[/code], [code]p2[/code])和([code]q1[/code], " -"[code]q2[/code]),找到这两个线段上最接近的两个点。返回一个" -"[PackedVector2Array],其中包含([code]p1[/code], [code]p2[/code])上的这个点以" -"及([code]q1[/code], [code]q2[/code])上的伴随点。" +"给定两个 3D 线段 ([code]p1[/code],[code]p2[/code]) 和 ([code]q1[/code]," +"[code]q2[/code]),到这两个线段上最接近的两个点。返回一个 [PoolVector3Array]," +"其中包含 ([code]p1[/code],[code]p2[/code]) 上的这个点以及 ([code]q1[/code]," +"[code]q2[/code]) 上的伴随点." #: doc/classes/Geometry.xml:134 -#, fuzzy msgid "" "Given the two 2D segments ([code]p1[/code], [code]q1[/code]) and ([code]p2[/" "code], [code]q2[/code]), finds those two points on the two segments that are " @@ -29636,10 +30303,10 @@ msgid "" "on ([code]p1[/code], [code]q1[/code]) as well the accompanying point on " "([code]p2[/code], [code]q2[/code])." msgstr "" -"给出两个2D线段([code]p1[/code], [code]p2[/code])和([code]q1[/code], " -"[code]q2[/code]),找到这两个线段上最接近的两个点。返回一个" -"[PackedVector2Array],其中包含([code]p1[/code], [code]p2[/code])上的这个点以" -"及([code]q1[/code], [code]q2[/code])上的伴随点。" +"给定两个 2D 线段 ([code]p1[/code],[code]q1[/code]) 和 ([code]p2[/code]," +"[code]q2[/code]),找到这两个线段上最接近的两个点。返回一个 " +"[PoolVector2Array],其中包含 ([code]p1[/code],[code]q1[/code]) 上的这个点以" +"及 ([code]p2[/code], [code]q2[/code]) 上的伴随点." #: doc/classes/Geometry.xml:141 msgid "Used internally by the engine." @@ -29723,7 +30390,6 @@ msgstr "" "包含整个图集的整体大小,作为[Vector2]。" #: doc/classes/Geometry.xml:208 -#, fuzzy msgid "" "Merges (combines) [code]polygon_a[/code] and [code]polygon_b[/code] and " "returns an array of merged polygons. This performs [constant " @@ -29732,13 +30398,12 @@ msgid "" "polygons (holes) produced which could be distinguished by calling [method " "is_polygon_clockwise]." msgstr "" -"合并(结合)[code]polygon_a[/code]和[code]polygon_b[/code],并返回一个合并的" -"多边形数组。在多边形之间执行[constant OPERATION_UNION]。\n" -"该操作可能会产生一个外部多边形(边界)和内部多边形(孔),可以通过调用" -"[method is_polygon_clockwise]来区分。" +"合并(结合)[code]polygon_a[/code] 和 [code]polygon_b[/code],并返回一个合并" +"的多边形数组。在多边形之间执行 [constant OPERATION_UNION]。\n" +"该操作可能会产生一个外部多边形(边界)和内部多边形(孔),可以通过调用 " +"[method is_polygon_clockwise] 来区分。" #: doc/classes/Geometry.xml:218 -#, fuzzy msgid "" "Inflates or deflates [code]polygon[/code] by [code]delta[/code] units " "(pixels). If [code]delta[/code] is positive, makes the polygon grow outward. " @@ -29763,23 +30428,24 @@ msgid "" "150), Vector2(50, 150)]\n" "[/codeblock]" msgstr "" -"将[code]多边形polygon[/code]膨胀或缩小[code]delta[/code]单位(像素)。如果" -"[code]delta[/code]为正数,使多边形向外增长。如果[code]delta[/code]为负数,使" -"多边形向内收缩。返回一个多边形数组,因为充气/放气可能导致多个离散的多边形。如" -"果[code]delta[/code]为负数,并且其绝对值大约超过了多边形的最小边界矩形尺寸," -"则返回一个空数组。\n" -"每个多边形的顶点将按照[code]join_type[/code]确定的方式进行圆角处理,见[enum " -"PolyJoinType]。\n" -"该操作可能会产生一个外部多边形(边界)和内部多边形(孔),可以通过调用[方法" -"is_polygon_clockwise]来区分。\n" -"[b]注意:[/b]要具体翻译多边形的顶点,请使用[method Transform2D.xform]方法。\n" +"通过 [code]delta[/code] 单位(像素)膨胀或缩小多边形 [code]polygon [/code]。" +"如果 [code]delta[/code] 是正数,使多边形向外增长。如果 [code]delta[/code] 是" +"负数,则使多边形向内收缩。返回一个多边形数组,因为膨胀或缩小可能导致多个离散" +"的多边形。如果 [code]delta[/code] 为负数,并且其绝对值大约超过了多边形的最小" +"边界矩形尺寸,则返回一个空数组。\n" +"每个多边形的顶点将按照 [code]join_type[/code] 确定的方式进行圆角处理,见 " +"[enum PolyJoinType]。\n" +"该操作可能会产生一个外部多边形(边界)和内部多边形(孔),可以通过调用 " +"[method is_polygon_clockwise]来区分。\n" +"[b]注意:[/b]要具体平移多边形的顶点,请使用 [method Transform2D.xform] 方" +"法。\n" "[codeblock]\n" -"var polygon = PackedVector2Array([Vector2(0, 0), Vector2(100, 0), " -"Vector2(100, 100), Vector2(0, 100)] )\n" +"var polygon = PoolVector2Array([ Vector2(0, 0), Vector2(100, 0), " +"Vector2(100, 100), Vector2(0, 100) ] )\n" "var offset = Vector2(50, 50)\n" "polygon = Transform2D(0, offset).xform(polygon)\n" -"print(polygon) #打印出[Vector2(50, 50), Vector2(150, 50), Vector2(150, 150), " -"Vector2(50, 150)] 。\n" +"print(polygon) #打印出 [Vector2(50, 50), Vector2(150, 50), Vector2(150, " +"150), Vector2(50, 150)] 。\n" "[/codeblock]" #: doc/classes/Geometry.xml:237 @@ -29835,9 +30501,12 @@ msgid "" "case if the line extending the segment would intersect the circle, but the " "segment does not)." msgstr "" +"给出2D线段([code]segment_from[/code],[code]segment_to[/code]),返回线段上" +"与圆心为 [code]circle_position[/code] 、半径为 [code]circle_radius[/code] 圆" +"的相交位置(以0到1之间的数字)。如果线段没有与圆相交,则返回-1(如果延伸线段" +"的线段与圆相交,但线段没有相交,也是这种情况)。" #: doc/classes/Geometry.xml:280 -#, fuzzy msgid "" "Given a convex hull defined though the [Plane]s in the array [code]planes[/" "code], tests if the segment ([code]from[/code], [code]to[/code]) intersects " @@ -29845,13 +30514,12 @@ msgid "" "containing the point the intersection and the hull's normal. If no " "intersecion is found, an the returned array is empty." msgstr "" -"给定一个通过数组[code] planes [/code]中的[Plane]定义的凸包,测试线段" -"([code]from[/code],[code]to[/code])是否与该包相交。如果找到相交点,则返回" -"一个[PackedVector3Array],其中包含相交点和船体的法线。如果找不到相交,则返回" -"的数组为空。" +"给定一个通过数组 [code]planes[/code] 中的 [Plane]s 定义的凸面体,测试线段" +"([code]from[/code],[code]to[/code])是否与该面体相交。如果找到相交点,返回" +"一个[PoolVector3Array],包含相交点和凸面体的法线。如果没有找到相交点,返回的" +"数组为空。" #: doc/classes/Geometry.xml:290 -#, fuzzy msgid "" "Checks if the segment ([code]from[/code], [code]to[/code]) intersects the " "cylinder with height [code]height[/code] that is centered at the origin and " @@ -29859,10 +30527,10 @@ msgid "" "If an intersection takes place, the returned array contains the point of " "intersection and the cylinder's normal at the point of intersection." msgstr "" -"检查线段([code]from[/code],[code]to[/code])是否与高度[code]height[/code]的" -"圆柱体相交,圆柱体以原点为中心,半径为[code]radius[/code]。如果没有,返回一个" -"空的[PackedVector3Array]。如果发生了相交,返回的数组包含相交点和圆柱体在相交" -"点的法线。" +"检查线段([code]from[/code],[code]to[/code])是否与高度 [code]height[/code] " +"的圆柱体相交,圆柱体以原点为中心,半径为 [code]radius[/code]。如果没有,返回" +"一个空的 [PackedVector3Array]。如果发生了相交,返回的数组包含相交点和圆柱体在" +"相交点的法线。" #: doc/classes/Geometry.xml:300 msgid "" @@ -29876,7 +30544,6 @@ msgstr "" "交,返回一个空的[Variant]。" #: doc/classes/Geometry.xml:310 -#, fuzzy msgid "" "Checks if the segment ([code]from[/code], [code]to[/code]) intersects the " "sphere that is located at [code]sphere_position[/code] and has radius " @@ -29884,10 +30551,10 @@ msgid "" "yes, returns a [PoolVector3Array] containing the point of intersection and " "the sphere's normal at the point of intersection." msgstr "" -"检查线段([code]from[/code],[code]to[/code])是否与位于" -"[code]sphere_position[/code]、半径为[code]sphere_radius[/code]的球体相交。如" -"果没有,返回一个空的[PackedVector3Array]。如果是,返回一个包含交点和交点处球" -"体法线的 [PackedVector3Array]。" +"检查线段([code]from[/code],[code]to[/code])是否与球心为 " +"[code]sphere_position[/code]、半径为 [code]sphere_radius[/code] 的球体相交。" +"如果没有,返回一个空的 [PackedVector3Array]。如果相交,返回一个包含交点和交点" +"处球体法线的 [PackedVector3Array]。" #: doc/classes/Geometry.xml:321 msgid "" @@ -29901,7 +30568,6 @@ msgstr "" "生相交,则返回一个空的[Variant]。" #: doc/classes/Geometry.xml:328 -#, fuzzy msgid "" "Triangulates the area specified by discrete set of [code]points[/code] such " "that no point is inside the circumcircle of any resulting triangle. Returns " @@ -29911,14 +30577,13 @@ msgid "" "triangles). If the triangulation did not succeed, an empty [PoolIntArray] is " "returned." msgstr "" -"对由离散的[code]points[/code]集合指定的区域进行三角化,使得没有一个点位于任何" -"结果的三角形的圆周内。返回一个[PackedInt32Array],其中每个三角形由" -"[code]points[/code]的三个连续的点索引组成(即返回的数组将有[code]n * 3[/code]" -"个元素,其中[code]n[/code]是找到的三角形的数量)。如果三角化没有成功,将返回" -"一个空的[PackedInt32Array]。" +"对由离散的 [code]point[/code] 点集合指定的区域进行三角化,使得任何点都不在任" +"何结果三角形的外接圆内。返回一个 [PoolIntArray],其中每个三角形由 " +"[code]point[/code] 点的三个连续的点索引组成(即返回的数组将有 [code]n * 3[/" +"code] 元素,[code]n[/code] 是找到的三角形的数量)。如果三角化没有成功,将返回" +"一个空的 [PoolIntArray]。" #: doc/classes/Geometry.xml:335 -#, fuzzy msgid "" "Triangulates the polygon specified by the points in [code]polygon[/code]. " "Returns a [PoolIntArray] where each triangle consists of three consecutive " @@ -29927,10 +30592,10 @@ msgid "" "triangles). If the triangulation did not succeed, an empty [PoolIntArray] is " "returned." msgstr "" -"对[code]多边形polygon[/code]中的点指定的多边形进行三角化。返回一个" -"[PackedInt32Array],其中每个三角形由[code]polygon[/code]中三个连续的点索引组" -"成(即返回的数组将有[code]n * 3[/code]个元素,[code]n[/code]是找到的三角形的" -"数量)。如果三角化没有成功,将返回一个空的[PackedInt32Array]。" +"对多边形 [code]polygon[/code] 中的点指定的多边形进行三角化。返回一个 " +"[PoolIntArray],其中每个三角形由 [code]polygon[/code] 中三个连续的点索引组成" +"(即返回的数组将有 [code]n * 3[/code] 个元素,[code]n[/code] 是找到的三角形的" +"数量)。如果三角化没有成功,将返回一个空的 [PoolIntArray]。" #: doc/classes/Geometry.xml:341 msgid "" @@ -30106,22 +30771,24 @@ msgid "" "If [code]true[/code], this GeometryInstance will be used when baking lights " "using a [GIProbe] or [BakedLightmap]." msgstr "" +"如果 [code]true[/code],则在使用 [GIProbe] 或 [BakedLightmap] 烘焙灯光时将使" +"用此 GeometryInstance。" #: doc/classes/GeometryInstance.xml:74 msgid "The generated lightmap texture will have the original size." -msgstr "" +msgstr "生成的光照贴图纹理将具有原始大小。" #: doc/classes/GeometryInstance.xml:77 msgid "The generated lightmap texture will be twice as large, on each axis." -msgstr "" +msgstr "生成的光照贴图纹理将是每个轴上的 2 倍。" #: doc/classes/GeometryInstance.xml:80 msgid "The generated lightmap texture will be 4 times as large, on each axis." -msgstr "" +msgstr "生成的光照贴图纹理将是每个轴上的 4 倍。" #: doc/classes/GeometryInstance.xml:83 msgid "The generated lightmap texture will be 8 times as large, on each axis." -msgstr "" +msgstr "生成的光照贴图纹理将是每个轴上的 8 倍。" #: doc/classes/GeometryInstance.xml:88 msgid "Will not cast any shadows." @@ -30383,7 +31050,7 @@ msgid "" msgstr "" "该类是连接Godot和Mono运行时的桥梁。它暴露了一些低级别的操作,只在支持Mono的" "Godot构建中可用。\n" -"另见 [CSharpScript] 。" +"参阅[CSharpScript] 。" #: modules/mono/doc_classes/GodotSharp.xml:17 msgid "Attaches the current thread to the Mono runtime." @@ -31213,11 +31880,10 @@ msgid "Vertical offset of the title text." msgstr "标题文本的垂直偏移量。" #: doc/classes/GridContainer.xml:4 -#, fuzzy msgid "" "Grid container used to arrange Control-derived children in a grid like " "layout." -msgstr "网格容器(Grid container)用于在类似网格的布局中安排元素。" +msgstr "网格容器,用于在类似网格的布局中排列Control派生的子项。" #: doc/classes/GridContainer.xml:7 #, fuzzy @@ -31478,7 +32144,7 @@ msgstr "沟槽的长度。沟槽是从关键原点沿着关节局部Y轴朝向 [ #: doc/classes/HashingContext.xml:4 msgid "Context to compute cryptographic hashes over multiple iterations." -msgstr "在多次迭代中计算加密散列的上下文。" +msgstr "在多次迭代中计算加密哈希的上下文。" #: doc/classes/HashingContext.xml:7 msgid "" @@ -32120,7 +32786,6 @@ msgid "Reads one chunk from the response." msgstr "从响应中读取一块数据。" #: doc/classes/HTTPClient.xml:126 -#, fuzzy msgid "" "Sends a request to the connected host.\n" "The URL parameter is usually just the part after the host, so for " @@ -32146,8 +32811,12 @@ msgid "" "data as a query string in the URL. See [method String.http_escape] for an " "example." msgstr "" -"向连接的服务器发送请求。URL 参数仅为主机名后面的部分,即请求 [code]http://" -"somehost.com/index.php[/code] 应该填写 [code]index.php[/code]。\n" +"向连接的服务器发送请求。\n" +"URL 参数仅为主机名后面的部分,即请求 [code]http://somehost.com/index.php[/" +"code] 应该填写 [code]index.php[/code]。向 HTTP 代理服务器发送请求时应为绝对 " +"URL。进行 [constant HTTPClient.METHOD_OPTIONS] 请求时,还允许使用 [code]*[/" +"code]。进行 [constant HTTPClient.METHOD_CONNECT] 请求时,应为身份组件([code]" +"主机:端口[/code])。\n" "Headers 参数是 HTTP 请求的报头。HTTP 方法可以查看 [enum Method]。\n" "如果要创建向服务器发送查询字符串的 POST 请求,应该这样做:\n" "[codeblock]\n" @@ -32157,7 +32826,11 @@ msgstr "" "\"Content-Length: \" + str(query_string.length())]\n" "var result = http_client.request(http_client.METHOD_POST, \"index.php\", " "headers, query_string)\n" -"[/codeblock]" +"[/codeblock]\n" +"[b]注意:[/b] [code]method[/code] 为 [constant HTTPClient.METHOD_GET] 时会忽" +"略 [code]request_data[/code] 参数。这是因为 GET 方法不能包含请求数据。作为变" +"通,可以把请求数据通过 URL 的请求字符串传递。例子见 [method String." +"http_escape]。" #: doc/classes/HTTPClient.xml:146 #, fuzzy @@ -33670,18 +34343,23 @@ msgid "" msgstr "OpenGL 纹理格式,具有两个值,亮度和 alpha,每个值以 8 位存储。" #: doc/classes/Image.xml:436 +#, fuzzy msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." -msgstr "OpenGL纹理格式[code]RED[/code],具有单一分量,位深为8。" +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." +msgstr "" +"OpenGL 纹理格式 [code]RGB[/code] 具有三个部分,每个分量部分的位深度为 8。\n" +"[b]注意:[/b]创建 [ImageTexture] 时,会执行sRGB到线性色彩空间的转换。" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "OpenGL 纹理格式 [code]RG[/code],具有两个部分,每个部分的位深度为 8。" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -33691,7 +34369,7 @@ msgstr "" "OpenGL 纹理格式 [code]RGB[/code] 具有三个部分,每个分量部分的位深度为 8。\n" "[b]注意:[/b]创建 [ImageTexture] 时,会执行sRGB到线性色彩空间的转换。" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -33701,27 +34379,27 @@ msgstr "" "OpenGL 纹理格式 [code]RGBA[/code] 有四个部分,每个分量部分的位深度为 8。\n" "[b]注意:[/b]创建 [ImageTexture] 时,会执行sRGB到线性色彩空间的转换。" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" "OpenGL 纹理格式 [code]RGBA[/code] 有四个部分,每个分量部分的位深度为 4。" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 #, fuzzy msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "OpenGL 纹理格式 [code]RG[/code],具有两个部分,每个部分的位深度为 8。" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "OpenGL 纹理格式 [code]GL_R32F[/code],其中有一个分量,是32 位浮点值。" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." @@ -33729,7 +34407,7 @@ msgstr "" "OpenGL 纹理格式 [code]GL_RG32F[/code] 这里有两个部分,每个部分是一个 32 位浮" "点值。" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." @@ -33737,7 +34415,7 @@ msgstr "" "OpenGL纹理格式[code]GL_RGB32F[/code],其中有三个部分,每个部分都是32位浮点" "值。" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." @@ -33745,7 +34423,7 @@ msgstr "" "OpenGL纹理格式[code]GL_RGBA32F[/code],其中有四个部分,每个部分都是32位浮点" "值。" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." @@ -33753,7 +34431,7 @@ msgstr "" "OpenGL纹理格式[code]GL_R32F[/code],其中有一个分量,即16位 \"半精度 \"浮点" "值。" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." @@ -33761,7 +34439,7 @@ msgstr "" "OpenGL纹理格式[code]GL_RG32F[/code],其中有两个部分,每个部分都是16位 \"半精" "度 \"浮点值。" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." @@ -33769,7 +34447,7 @@ msgstr "" "OpenGL纹理格式[code]GL_RGB32F[/code],其中有三个部分,每个部分都是16位 \"半精" "度 \"浮点值。" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." @@ -33777,7 +34455,7 @@ msgstr "" "OpenGL纹理格式[code]GL_RGBA32F[/code],其中有四个部分,每个都是16位\"半精度 " "\"浮点值。" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." @@ -33785,7 +34463,7 @@ msgstr "" "一种特殊的OpenGL纹理格式,其中三个颜色成分的精度为9位,所有三个成分共享一个5" "比特位的指数。" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -33798,7 +34476,7 @@ msgstr "" "使用块压缩1,并且是S3TC的最小变化,仅提供1位的alpha和颜色数据 预乘以alpha.\n" "[b]注意:[/b]创建ImageTexture时,将执行sRGB到线性色彩空间的转换." -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -33812,7 +34490,7 @@ msgstr "" "不透明区域之间的清晰的alpha过渡.\n" "[b]注意:[/b]创建ImageTexture时,将执行sRGB到线性色彩空间的转换." -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -33828,7 +34506,7 @@ msgstr "" "产生更好的结果.\n" "[b]注意:[/b]创建ImageTexture时,将执行sRGB到线性色彩空间的转换." -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -33839,7 +34517,7 @@ msgstr "" "红绿贴图压缩[/url]的贴图格式,使用与DXT5用于alpha通道相同的压缩算法对红色通道" "数据进行归一化." -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -33849,7 +34527,7 @@ msgstr "" "使用 [url=https://www.khronos.org/opengl/wiki/Red_Green_Texture_Compression]" "红绿贴图压缩[/url]的贴图格式,使用与DXT5用于alpha的压缩算法相同的红绿数据通道." -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -33861,7 +34539,7 @@ msgstr "" "缩[/url] 和无符号归一化RGBA分量的贴图格式.\n" "[b]注意:[/b]创建[ImageTexture]时,将执行sRGB到线性色彩空间的转换." -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " @@ -33870,7 +34548,7 @@ msgstr "" "使用 [url=https://www.khronos.org/opengl/wiki/BPTC_Texture_Compression]BPTC[/" "url] 压缩和有符号浮点RGB分量的贴图格式." -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " @@ -33879,7 +34557,7 @@ msgstr "" "使用[url=https://www.khronos.org/opengl/wiki/BPTC_Texture_Compression]BPTC[/" "url] 压缩和无符号浮点RGB分量的贴图格式." -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -33891,14 +34569,14 @@ msgstr "" "在 [url=https://en.wikipedia.org/wiki/PVRTC]这里[/url]找到.\n" "[b]注意:[/b]在创建ImageTexture时,会进行sRGB到线性色彩空间的转换." -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" "与 [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url]相同,但带有alpha组件." -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." @@ -33906,14 +34584,14 @@ msgstr "" "与 [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url]相似,但具有4位色深且" "没有Alpha通道." -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" "与 [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url]相同,但带有alpha组件." -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -33924,7 +34602,7 @@ msgstr "" "纹理压缩格式1[/url],又称 \"ETC1\",是OpenGL ES图形标准的一部分.这种格式不能存" "储alpha通道." -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -33935,7 +34613,7 @@ msgstr "" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson纹理压缩格式2[/url] " "([code]R11_EACvariant[/code]),它提供一个无符号数据通道." -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -33946,7 +34624,7 @@ msgstr "" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson纹理压缩格式2[/url]" "([code]SIGNED_R11_EACvariant[/code]),它提供一个通道的有符号数据." -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -33957,7 +34635,7 @@ msgstr "" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson纹理压缩格式" "2([code]RG11_EAC[/code] variant),它提供一个无符号数据通道." -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -33968,7 +34646,7 @@ msgstr "" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson纹理压缩格式2[/url]" "([code]SIGNED_RG11_EAC [/code] 变体),它提供两个通道的有符号数据。" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -33982,7 +34660,7 @@ msgstr "" "([code]RGB8[/code] 变体),它是ETC1的后续版本,可压缩RGB888数据.\n" "[b]注意:[/b]创建[ImageTexture]时,会进行sRGB到线性色彩空间的转换." -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -33996,7 +34674,7 @@ msgstr "" "([code]RGBA8[/code] 变体),它可以压缩RGBA8888数据,完全支持alpha.\n" "[b]注意:[/b]在创建[ImageTexture]时,会进行sRGB到线性色彩空间的转换." -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -34012,17 +34690,17 @@ msgstr "" "明或完全不透明.\n" "[b]注意:[/b] 创建[ImageTexture]时,会进行sRGB到线性色彩空间的转换." -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "表示[Format]枚举的大小." -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "执行最近邻插值.如果调整图像大小,它将被像素化." -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " @@ -34031,7 +34709,7 @@ msgstr "" "执行双线性插值.如果调整图像大小,则图像将模糊.此模式比[INTERPOLATE_CUBIC]更快," "但质量较低." -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " @@ -34040,7 +34718,7 @@ msgstr "" "执行三次插值.如果调整图像大小,则图像将模糊.与[INTERPOLATE_BILINEAR]相比,此模" "式通常会产生更好的结果,但代价是速度较慢." -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 #, fuzzy msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " @@ -34063,7 +34741,7 @@ msgstr "" "另一方面,如果图像已经有了mipmaps,就会使用它们,并为生成的图像生成一组新的" "mipmaps." -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." @@ -34071,58 +34749,57 @@ msgstr "" "执行Lanczos插值.这是最慢的图像调整大小模式,但通常可以提供最佳效果,尤其是在缩" "小图像时." -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "图片没有Alpha通道." -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "图像将Alpha存储在单个bit中." -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "图像使用阿尔法。" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "使用S3TC压缩。" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "使用PVRTC2压缩。" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "使用PVRTC4压缩。" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "使用ETC压缩。" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "使用 ETC2 压缩。" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "原始纹理(在压缩前)是常规纹理。所有纹理的默认值。" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "原始纹理(在压缩前)使用 sRGB 空间。" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." msgstr "原始纹理(在压缩前)是法线纹理(例如,可以压缩为两个通道)。" #: doc/classes/ImageTexture.xml:4 -#, fuzzy msgid "A [Texture] based on an [Image]." -msgstr "基于 [Image] 的 [Texture2D]。" +msgstr "基于 [Image]图片的 [Texture2D]纹理。" #: doc/classes/ImageTexture.xml:7 msgid "" @@ -34165,14 +34842,49 @@ msgid "" "[b]Note:[/b] The maximum texture size is 16384×16384 pixels due to graphics " "hardware limitations." msgstr "" +"基于图片的纹理,要显示一个图片,必须使用 [method create_from_image] 方法来创" +"建一个 [ImageTexture] 图片纹理数据:\n" +"[codeblock]\n" +"var texture = ImageTexture.new()\n" +"var image = Image.new()\n" +"image.load(\"res://icon.png\")\n" +"texture.create_from_image(image)\n" +"$Sprite.texture = texture\n" +"[/codeblock]\n" +"通过这种方式,可以在运行时通过从编辑器内部和外部加载图像来创建纹理。\n" +"[b]警告:[/b] 最好用 [method @GDScript.load] 加载导入的纹理,而不是使用 " +"[method Image.load] 从文件系统中动态加载它们,因为它可能无法在导出的项目中工" +"作:\n" +"[codeblock]\n" +"var texture = load(\"res://icon.png\")\n" +"$Sprite.texture = texture\n" +"[/codeblock]\n" +"这是因为图像必须首先作为 [StreamTexture] 导入才能使用 [method @GDScript." +"load] 加载。如果您仍然想像任何其他 [Resource] 一样加载图像文件,请将其作为 " +"[Image] 资源导入,然后使用 [method @GDScript.load] 方法正常加载它。\n" +"但请注意,仍然可以使用 [method Texture.get_data] 方法从导入的纹理中检索图像数" +"据,该方法返回数据的副本:\n" +"[codeblock]\n" +"var texture = load(\"res://icon.png\")\n" +"var image : Image = texture.get_data()\n" +"[/codeblock]\n" +"[ImageTexture] 不是直接在编辑器界面中操作的,主要用于通过代码在屏幕上动态渲染" +"图像。如果您需要在编辑器中按程序生成图像,请考虑将图像保存和导入为自定义纹理" +"资源,以实现新的 [EditorImportPlugin]。\n" +"[b]注意:[/b]由于图形硬件限制,最大纹理尺寸为16384×16384像素。" #: doc/classes/ImageTexture.xml:41 +#, fuzzy msgid "" "Create a new [ImageTexture] with [code]width[/code] and [code]height[/" "code].\n" "[code]format[/code] is a value from [enum Image.Format], [code]flags[/code] " "is any combination of [enum Texture.Flags]." msgstr "" +"使用一个[code]width[/code] 宽度和 [code]height[/code]高度创建一个新的 " +"[ImageTexture]图片纹理。\n" +"[code]format[/code] is a value from [enum Image.Format], [code]flags[/code] " +"is any combination of [enum Texture.Flags]." #: doc/classes/ImageTexture.xml:50 msgid "" @@ -34192,6 +34904,9 @@ msgid "" "[b]Note:[/b] This method is deprecated and will be removed in Godot 4.0, use " "[method Image.load] and [method create_from_image] instead." msgstr "" +"从文件路径加载图像,并从中创建一个纹理图片。\n" +"[b]注释:[/b]:该方法已被废弃,并将在Godot 4.0中被删除,请建议使用Image.load()和" +"create_from_image()代替。" #: doc/classes/ImageTexture.xml:71 msgid "" @@ -34222,17 +34937,18 @@ msgstr "按钮被按下的状态。" #: doc/classes/ImageTexture.xml:95 msgid "[Image] data is stored raw and unaltered." -msgstr "" +msgstr "[Image] 图像的原始储存数据。" #: doc/classes/ImageTexture.xml:98 msgid "" "[Image] data is compressed with a lossy algorithm. You can set the storage " "quality with [member lossy_quality]." msgstr "" +"[图像]数据是用有损算法压缩的。 你可以用[member lossy_quality]设置存储质量。" #: doc/classes/ImageTexture.xml:101 msgid "[Image] data is compressed with a lossless algorithm." -msgstr "" +msgstr "[图像]数据是用无损算法压缩的。" #: doc/classes/ImmediateGeometry.xml:4 msgid "Draws simple geometry from code." @@ -34360,6 +35076,17 @@ msgstr "在映射数据库中添加新的映射条目(SDL2 格式)。可选 #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -34371,7 +35098,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -34381,7 +35108,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 #, fuzzy msgid "" "Returns a value between 0 and 1 representing the intensity of the given " @@ -34397,7 +35124,7 @@ msgstr "" "杆或L2、R2触发器)离盲区(dead zone)越远,数值就越接近1。如果动作被映射到一个" "没有轴作为控件的键盘,返回数值将是0或1。" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -34405,17 +35132,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "返回一个 [Array],包含当前所有连接手柄的设备 ID。" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "返回当前指定的光标形状(参阅 [enum CursorShape])。" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -34425,7 +35152,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -34434,28 +35161,28 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 #, fuzzy msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "返回给定索引处的手柄(joypad)轴的当前值(参阅 [enum JoyAxisList])。" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "返回提供的轴名称的索引。" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "接收一个[enum JoyAxisList]轴,并以字符串形式返回其对应的名称。" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "返回所提供的按钮名称的索引。" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 #, fuzzy msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " @@ -34464,7 +35191,7 @@ msgstr "" "从[enum JoyButtonList]中接收一个游戏手柄(gamepad)按钮,并以字符串形式返回其对" "应的名称。" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." @@ -34472,21 +35199,21 @@ msgstr "" "在使用游戏手柄重映射的平台上返回一个SDL2兼容的设备GUID。否则返回" "[code]\"Default Gamepad\"[/code]默认游戏手柄。" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "返回指定设备索引处的手柄名称。" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "以秒为单位返回当前振动效果的持续时间。" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "返回手柄振动的强度:x 是弱马达的强度,y 是强马达的强度。" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -34496,7 +35223,7 @@ msgstr "" "返回光标最后一次被移动时的鼠标速度,并且这个速度保持不变,直到鼠标发生了移动" "的下一帧。这意味着,即使鼠标没有移动,这个函数仍然会返回最后一次运动的值。" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -34505,7 +35232,7 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." @@ -34513,11 +35240,11 @@ msgstr "" "将鼠标按键作为一个比特掩码返回。如果多个鼠标按钮同时被按下,这些位会被加在一" "起。" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "返回鼠标模式。有关更多信息,请参阅常量。" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -34530,7 +35257,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 #, fuzzy msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " @@ -34547,7 +35274,7 @@ msgstr "" "这对于在按下某个动作时只需要运行一次,而不是在按下时的每一帧中运行的代码很有" "用。" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 #, fuzzy msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " @@ -34562,7 +35289,7 @@ msgstr "" "这对于在按下某个动作时只需要运行一次,而不是在按下时的每一帧中运行的代码很有" "用。" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " @@ -34577,14 +35304,14 @@ msgstr "" "钮,并且按下了多个按钮,那么即使仍然按下分配给该动作的某个其他按钮,释放一个按" "钮也将释放该动作。" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "如果按下操纵杆按钮,则返回[code]true[/code](请参阅[JoystickList])。" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 #, fuzzy msgid "" "Returns [code]true[/code] if the system knows the specified device. This " @@ -34596,7 +35323,7 @@ msgstr "" "JoystickList中的定义设置所有按钮和轴索引。未知的游戏手柄不希望与这些常量匹" "配,但是您仍然可以从中检索事件。" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 #, fuzzy msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " @@ -34605,13 +35332,13 @@ msgstr "" "如果你按当前键盘布局中的键,则返回 [code]true[/code]。您可以传入 [enum " "KeyList] 常量参数。" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "如果您按下由[ButtonList]指定的鼠标按键,则返回[code]true[/code]。" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -34623,7 +35350,7 @@ msgstr "" "这是内部使用的,不必从用户脚本中调用。有关内部触发的信号,请参阅" "[joy_connection_changed]。" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -34645,12 +35372,21 @@ msgstr "" "Input.parse_input_event(a)\n" "[/codeblock]" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "从内部数据库中删除与给定GUID匹配的所有映射." -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -34674,7 +35410,7 @@ msgstr "" "[b]注意:[/b]仅支持以[b]无损[/b],[b]有损[/b]或[b]未压缩[/b]压缩模式导入的图" "像。[b]Video RAM[/b]压缩模式不能用于自定义光标。" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -34688,11 +35424,38 @@ msgstr "" "mouse_default_cursor_shape]。\n" "[b]注意:[/b]这个方法生成一个[InputEventMouseMotion]以立即更新游标。" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "设置鼠标模式。有关更多信息,请参阅常量。" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -34712,7 +35475,7 @@ msgstr "" "更精确及更灵敏的输入。在需要自由绘制线条的应用中,一般应用在用户绘制线条时禁" "用输入累加,以获得紧跟实际输入的结果。" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -34732,11 +35495,11 @@ msgstr "" "[b]注意:[/b] 并非所有硬件都兼容长效果持续时间;如果必须播放超过几秒钟的效" "果,建议重新启动效果。" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "停止游戏手柄的振动。" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 #, fuzzy msgid "" "Vibrate Android and iOS devices.\n" @@ -34746,23 +35509,23 @@ msgstr "" "振动Android和iOS设备。\n" "[b]注意:[/b]在导出设置时,它需要Android的VIBRATE权限,iOS不支持持续时间。" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "将鼠标坐标设置为指定的向量。" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "连接或断开游戏手柄设备时触发。" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "如果鼠标光标处于隐藏状态,则使其可见。" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "如果鼠标光标是可见的,则使其隐藏。" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -34770,33 +35533,33 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "使鼠标光标可见,并将其限制在游戏窗口中。" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "箭头光标。标准,默认指向光标。" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "I形(I-beam)光标。通常用在点击文本框后显示的位置上。" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "指向手形光标。通常用在指示链接或其他可交互项上。" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "十字光标。通常出现在可以执行绘制操作或进行选择的区域上方。" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " @@ -34805,7 +35568,7 @@ msgstr "" "等待型光标。表示应用程序正忙于执行一项操作。这种光标形状表示应用程序在操作过" "程中仍然可以使用。" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " @@ -34814,17 +35577,17 @@ msgstr "" "忙碌的光标。表示应用程序正忙于执行操作。此光标形状表示应用程序在操作过程中不" "可用(例如,某些东西阻塞了其主线程)。" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "拖动光标。通常在拖动东西时显示。" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "可以放下的光标。通常在拖动东西时显示,表示可以在当前位置放下。" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " @@ -34833,7 +35596,7 @@ msgstr "" "禁止的光标。表示当前操作是被禁止的(例如,拖动东西时)或某个位置的控件被禁" "用。" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." @@ -34841,7 +35604,7 @@ msgstr "" "垂直调整大小的光标。一个双头的垂直箭头。它告诉用户他们可以垂直地调整窗口或面" "板的大小。" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." @@ -34849,7 +35612,7 @@ msgstr "" "水平调整尺寸的光标。一个双头的水平箭头。它告诉用户他们可以水平调整窗口或面板" "的大小。" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " @@ -34858,7 +35621,7 @@ msgstr "" "窗口调整大小的光标。该光标是一个双头箭头,从左下方到右上方。它告诉用户他们可" "以在水平和垂直方向上调整窗口或面板的大小。" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -34869,23 +35632,23 @@ msgstr "" "CURSOR_BDIAGSIZE]相反。它告诉用户他们可以在水平和垂直方向上调整窗口或面板的大" "小。" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "移动光标。表示那些东西可以移动。" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "垂直拆分鼠标光标。在Windows上,它与[CURSOR_VSIZE]相同。" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "水平分割的鼠标光标。在Windows上,它与[constant CURSOR_HSIZE]相同。" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "帮助光标。通常是一个问号。" @@ -36203,9 +36966,9 @@ msgid "" "[constant ICON_MODE_TOP]. To make the text wrap, [member fixed_column_width] " "should be greater than zero." msgstr "" -"每个项目中允许的最大文本行数。即使没有足够的文本行数来显示,也会保留空间。\n" -"[b]注意:[/b] 这个属性只有在[member icon_mode]是[constant ICON_MODE_TOP]时才" -"会生效。要使文本包装(wrap)换行,[member fixed_column_width]应大于零。" +"每个子项中允许的最大文本行数。即使没有足够的文本行数来显示,也会保留空间。\n" +"[b]注意:[/b] 这个属性只有在 [member icon_mode] 是 [constant ICON_MODE_TOP] " +"时才会生效。要使文本自动换行,[member fixed_column_width]应大于零。" #: doc/classes/ItemList.xml:346 msgid "" @@ -37740,7 +38503,7 @@ msgid "" "shadowing (\"shadow acne\"), while too large a value causes shadows to " "separate from casters (\"peter-panning\"). Adjust as needed." msgstr "" -"用于调整阴影外观。值太小会导致自阴影(“阴影暗疮”),而值太大会导致阴影与之分" +"用于调整阴影表现。值太小会导致自阴影(“阴影暗疮”),而值太大会导致阴影与之分" "离(“彼得平移”)。根据需要进行调整。" #: doc/classes/Light.xml:62 @@ -38728,14 +39491,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "[LinkButton]默认的字体颜色[Color]。" #: doc/classes/LinkButton.xml:46 +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/LinkButton.xml:49 msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "当[LinkButton]被悬停时使用的文本颜色[Color]。" -#: doc/classes/LinkButton.xml:49 +#: doc/classes/LinkButton.xml:52 msgid "Text [Color] used when the [LinkButton] is being pressed." msgstr "当[LinkButton]被按下时使用的文本颜色[Color]。" -#: doc/classes/LinkButton.xml:52 +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "文本基线和下划线之间的垂直空间。" @@ -39390,26 +40160,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "[MenuButton]被禁用时的字体[Color]颜色。" #: doc/classes/MenuButton.xml:64 +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/MenuButton.xml:67 msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "当鼠标在[MenuButton]上徘徊时使用的字体[Color]颜色。" -#: doc/classes/MenuButton.xml:67 +#: doc/classes/MenuButton.xml:70 msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "当[MenuButton]被按下时使用的字体[Color]颜色。" -#: doc/classes/MenuButton.xml:70 +#: doc/classes/MenuButton.xml:73 msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "当鼠标在[MenuButton]上徘徊时使用的[StyleBox]样式盒。" -#: doc/classes/MenuButton.xml:73 +#: doc/classes/MenuButton.xml:76 msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "[MenuButton]的文字和图标之间的水平间隙。" -#: doc/classes/MenuButton.xml:76 +#: doc/classes/MenuButton.xml:79 msgid "Default [StyleBox] for the [MenuButton]." msgstr "[MenuButton]的默认[StyleBox]样式盒。" -#: doc/classes/MenuButton.xml:79 +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "[MenuButton]被按下时的[StyleBox]样式盒。" @@ -41248,13 +42025,13 @@ msgstr "生成细分网格时使用的采样距离,以单元为单位。" msgid "" "The maximum distance the detail mesh surface should deviate from " "heightfield, in cell unit." -msgstr "" +msgstr "细节网格表面应偏离高度场的最大距离,以单元格为单位。" #: doc/classes/NavigationMesh.xml:105 msgid "" "The maximum distance a simplfied contour's border edges should deviate the " "original raw contour." -msgstr "" +msgstr "简化轮廓的边界边缘应偏离原始原始轮廓的最大距离。" #: doc/classes/NavigationMesh.xml:108 msgid "" @@ -41262,12 +42039,16 @@ msgid "" "[b]Note:[/b] While baking, this value will be rounded up to the nearest " "multiple of [member cell/size]." msgstr "" +"沿网格边界的轮廓的最大允许长度。\n" +"[b]注意:[/b]烘焙时,这个值会向上取整到最接近的[member cell/size]的倍数。" #: doc/classes/NavigationMesh.xml:112 msgid "" "If [code]true[/code], marks walkable spans as not walkable if the clearance " "above the span is less than [member agent/height]." msgstr "" +"如果 [code]true[/code],如果跨度上方的间隙小于 [member agent/height],则将可" +"行走范围标记为不可行走。" #: doc/classes/NavigationMesh.xml:115 #, fuzzy @@ -41279,6 +42060,8 @@ msgid "" "If [code]true[/code], marks non-walkable spans as walkable if their maximum " "is within [member agent/max_climb] of a walkable neighbor." msgstr "" +"如果 [code]true[/code],如果它们的最大值在可行走邻域的 [member agent/" +"max_climb] 内,则将不可行走范围标记为可行走。" #: doc/classes/NavigationMesh.xml:121 msgid "" @@ -41286,6 +42069,9 @@ msgid "" "Only used when [member geometry/parsed_geometry_type] is [constant " "PARSED_GEOMETRY_STATIC_COLLIDERS] or [constant PARSED_GEOMETRY_BOTH]." msgstr "" +"用于扫描静态碰撞的物理层。\n" +"仅在[member geometry/parsed_geometry_type]是[constant " +"PARSED_GEOMETRY_STATIC_COLLIDERS]或[constant PARSED_GEOMETRY_BOTH]时才使用。" #: doc/classes/NavigationMesh.xml:125 #, fuzzy @@ -41308,12 +42094,16 @@ msgid "" "SOURCE_GEOMETRY_GROUPS_WITH_CHILDREN] or [constant " "SOURCE_GEOMETRY_GROUPS_EXPLICIT]." msgstr "" +"要扫描的几何体组的名称。\n" +"只有当[member geometry/source_geometry_mode]是[constant " +"SOURCE_GEOMETRY_GROUPS_WITH_CHILDREN]或[constant " +"SOURCE_GEOMETRY_GROUPS_EXPLICIT]时才使用。" #: doc/classes/NavigationMesh.xml:135 msgid "" "The maximum number of vertices allowed for polygons generated during the " "contour to polygon conversion process." -msgstr "" +msgstr "在轮廓到多边形转换过程中生成的多边形允许的最大顶点数。" #: doc/classes/NavigationMesh.xml:138 msgid "" @@ -41322,6 +42112,9 @@ msgid "" "[b]Note:[/b] This value will be squared to calculate the number of cells. " "For example, a value of 20 will set the number of cells to 400." msgstr "" +"如果可能的话,任何小于这个尺寸的区域将与较大的区域合并。\n" +"[b]注意:[/b]这个值将被平方来计算单元格的数量。例如,一个20的值将把单元格的数" +"量设为400。" #: doc/classes/NavigationMesh.xml:142 msgid "" @@ -41330,6 +42123,9 @@ msgid "" "cells allowed to form isolated island areas. For example, a value of 8 will " "set the number of cells to 64." msgstr "" +"一个区域被创建的最小尺寸。\n" +"[b]注意:[/b]该值将被平方,以计算出允许形成孤岛区域的最小单元数。例如,8的值" +"将把单元格的数量设为64。" #: doc/classes/NavigationMesh.xml:146 #, fuzzy @@ -41343,17 +42139,19 @@ msgid "" "Watershed partitioning. Generally the best choice if you precompute the " "navigation mesh, use this if you have large open areas." msgstr "" +"分水岭分区。如果您预先计算导航网格,通常是最佳选择,如果您有大的开放区域,请" +"使用它。" #: doc/classes/NavigationMesh.xml:154 msgid "" "Monotone partitioning. Use this if you want fast navigation mesh generation." -msgstr "" +msgstr "单调分区。如果您想要快速生成导航网格,请使用此选项。" #: doc/classes/NavigationMesh.xml:157 msgid "" "Layer partitioning. Good choice to use for tiled navigation mesh with medium " "and small sized tiles." -msgstr "" +msgstr "层分区。用于具有中小型瓷砖的平铺导航网格的不错选择。" #: doc/classes/NavigationMesh.xml:160 #, fuzzy @@ -41365,12 +42163,15 @@ msgid "" "Parses mesh instances as geometry. This includes [MeshInstance], [CSGShape], " "and [GridMap] nodes." msgstr "" +"将网格实例解析为几何体。这包括 [MeshInstance]、[CSGShape] 和 [GridMap] 节点。" #: doc/classes/NavigationMesh.xml:166 msgid "" "Parses [StaticBody] colliders as geometry. The collider should be in any of " "the layers specified by [member geometry/collision_mask]." msgstr "" +"将 [StaticBody] 碰撞器解析为几何体。碰撞器应位于 [member geometry/" +"collision_mask] 指定的任何层中。" #: doc/classes/NavigationMesh.xml:169 msgid "" @@ -41388,19 +42189,23 @@ msgstr "表示[enum PortType]枚举的大小。" #: doc/classes/NavigationMesh.xml:175 msgid "" "Scans the child nodes of [NavigationMeshInstance] recursively for geometry." -msgstr "" +msgstr "递归扫描 [NavigationMeshInstance] 的子节点以获取几何体。" #: doc/classes/NavigationMesh.xml:178 msgid "" "Scans nodes in a group and their child nodes recursively for geometry. The " "group is specified by [member geometry/source_group_name]." msgstr "" +"以递归方式扫描组中的节点及其子节点以获取几何图形。该组由 [member geometry/" +"source_group_name] 指定。" #: doc/classes/NavigationMesh.xml:181 msgid "" "Uses nodes in a group for geometry. The group is specified by [member " "geometry/source_group_name]." msgstr "" +"使用一个组中的节点进行几何运算。该组由[member geometry/source_group_name]指" +"定。" #: doc/classes/NavigationMesh.xml:184 #, fuzzy @@ -41417,6 +42222,8 @@ msgid "" "NavigationMeshInstance is a node that takes a [NavigationMesh] resource and " "adds it to the current scenario by creating an instance of it." msgstr "" +"NavigationMeshInstance可以接收一个[NavigationMesh]资源,并通过创建它的一个实" +"例将其添加到当前场景中。" #: doc/classes/NavigationMeshInstance.xml:15 #, fuzzy @@ -41578,6 +42385,13 @@ msgid "" "the server port in UDP. You can use the [UPNP] class to try to forward the " "server port automatically when starting the server." msgstr "" +"一个 PacketPeer 实现,应该在初始化为客户端或服务器后传递给 [member SceneTree." +"network_peer]。然后可以通过连接到 [SceneTree] 信号来处理事件。\n" +"ENet 的目的是在 UDP(用户数据报协议)之上提供一个相对简单而健全的网络通信" +"层。\n" +"[b]注意:[/b] ENet 只使用UDP,不使用TCP。转发服务器端口使您的服务器可以在公网" +"上访问时,只需要将服务器端口转发为UDP即可。您可以使用 [UPNP] 类尝试在启动服务" +"器时自动转发服务器端口。" #: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:12 #: doc/classes/NetworkedMultiplayerPeer.xml:11 @@ -41736,6 +42550,13 @@ msgid "" "other hand, defines a fixed timeout for which any packet must be " "acknowledged or the peer will be dropped." msgstr "" +"设置对等方的超时参数。超时参数控制对等方因无法确认可靠流量而超时的方式和时" +"间。超时值以毫秒表示。\n" +"[code]timeout_limit[/code] 是一个系数,乘以基于平均往返时间的值,将确定可靠数" +"据包的超时限制。当达到该限制时,超时将加倍,如果该限制已达到 " +"[code]timeout_min[/code],则对等方将断开连接。另一方面,[code]timeout_max[/" +"code] 参数定义了一个固定的超时时间,对于该超时时间必须确认任何数据包,否则对" +"等方将被丢弃。" #: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:113 msgid "" @@ -41776,6 +42597,15 @@ msgid "" "COMPRESS_NONE]. Nonetheless, mixing engine versions between clients and " "server is not recommended and not officially supported." msgstr "" +"用于网络数据包的压缩方法。这些在压缩速度与带宽之间有不同的权衡,如果您完全使" +"用压缩,您可能需要测试哪一种最适合您的用例。\n" +"[b]注:[/b]大多数游戏的网络设计都涉及频繁发送许多小数据包(每个小于4 KB)。如" +"果有疑问,建议保留默认压缩算法,因为它对这些小数据包效果最好。\n" +"[b]注意:[/b] [member compression_mode] 必须在服务器及其所有客户端上设置为相" +"同的值。如果客户端上设置的 [member compression_mode] 与服务器上设置的不同,则" +"客户端将无法连接。在 Godot 3.4 之前,默认的 [member compression_mode] 是 " +"[constant COMPRESS_NONE]。尽管如此,不建议在客户端和服务器之间混合引擎版本," +"也不受官方支持。" #: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:124 msgid "" @@ -41784,6 +42614,9 @@ msgid "" "When set to an empty string, the [code]address[/code] parameter passed to " "[method create_client] is used instead." msgstr "" +"用于 DTLS 验证的主机名,与服务器提供的证书中的“CN”值进行比较。\n" +"当设置为空字符串时,将使用传递给 [method create_client] 的 [code]address[/" +"code] 参数。" #: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:128 msgid "" @@ -41851,6 +42684,8 @@ msgid "" "ENet's built-in range encoding. Works well on small packets, but is not the " "most efficient algorithm on packets larger than 4 KB." msgstr "" +"ENet 的内置范围编码。适用于小数据包,但对于大于 4 KB 的数据包不是最有效的算" +"法。" #: modules/enet/doc_classes/NetworkedMultiplayerENet.xml:151 msgid "" @@ -41889,6 +42724,10 @@ msgid "" "detail and isn't meant to be used by non-Godot servers. It may change " "without notice." msgstr "" +"管理与网络对等体的连接。为连接到服务器的每个客户端分配唯一的ID。另请参见" +"[MultiplayerAPI]。\n" +"[b]注意:[/b] 高级别的多人游戏API协议是一个实现细节,并不意味着可以被非Godot" +"服务器使用。它可能会改变,恕不另行通知。" #: doc/classes/NetworkedMultiplayerPeer.xml:12 msgid "https://godotengine.org/asset-library/asset/537" @@ -42147,6 +42986,10 @@ msgid "" "[b]Note:[/b] Only supported when using the GLES3 renderer. When using the " "GLES2 renderer, this will behave like [constant AXIS_STRETCH_MODE_STRETCH]." msgstr "" +"在 NinePatchRect 上重复中心纹理。这不会导致任何可见的失真。纹理必须是无缝的," +"这样才能在边缘之间不显示伪影的情况下工作。\n" +"[b]注:[/b] 仅在使用 GLES3 渲染器时支持。使用 GLES2 渲染器时,这将类似于 " +"[constant AXIS_STRETCH_MODE_STRETCH]。" #: doc/classes/NinePatchRect.xml:74 msgid "" @@ -42158,6 +43001,11 @@ msgid "" "[b]Note:[/b] Only supported when using the GLES3 renderer. When using the " "GLES2 renderer, this will behave like [constant AXIS_STRETCH_MODE_STRETCH]." msgstr "" +"在 NinePatchRect 上重复中心纹理,但也会拉伸纹理以确保每个图块都完整可见。这可" +"能会导致纹理扭曲,但小于 [constant AXIS_STRETCH_MODE_STRETCH]。纹理必须是无缝" +"的,这样才能在边缘之间不显示伪影的情况下工作。\n" +"[b]注:[/b] 仅在使用 GLES3 渲染器时支持。使用 GLES2 渲染器时,这将类似于 " +"[constant AXIS_STRETCH_MODE_STRETCH]。" #: doc/classes/Node.xml:4 msgid "Base class for all [i]scene[/i] objects." @@ -42659,11 +43507,14 @@ msgid "" "guaranteed. The order of node groups should not be relied upon as it can " "vary across project runs." msgstr "" +"返回一个数组,列出节点所属的组。\n" +"[b]注:[/b]出于性能原因,节点组的顺序是[i]不[/i]确定的。不应依赖节点组的顺" +"序,因为它可能因项目运行而异。" #: doc/classes/Node.xml:210 msgid "" "Returns the node's index, i.e. its position among the siblings of its parent." -msgstr "" +msgstr "返回节点的索引,即它在其父节点的兄弟节点中的位置。" #: doc/classes/Node.xml:216 msgid "" @@ -43083,6 +43934,9 @@ msgid "" "(or its descendants) to be [code]null[/code], if that [member owner] is no " "longer a parent or ancestor." msgstr "" +"删除一个子节点。该节点不会被删除,必须手动删除。\n" +"[b]注:[/b]如果该[member owner]不再是父节点或祖先,则该函数可以将被移除节点" +"(或其后代)的[member owner]设置为[code]null[/code]。" #: doc/classes/Node.xml:507 msgid "" @@ -43375,6 +44229,9 @@ msgid "" "[code]res://levels/1.tscn[/code]). Otherwise, [member filename] is set to an " "empty string." msgstr "" +"如果场景是从文件实例化的,则其最顶层节点包含在 [member filename] 中加载它的绝" +"对文件路径(例如 [code]res://levels/1.tscn[/code])。否则,[member filename] " +"设置为空字符串。" #: doc/classes/Node.xml:694 msgid "" @@ -43539,6 +44396,8 @@ msgid "" "NOTIFICATION_READY] is received. Unlike the latter, it's sent every time the " "node enters tree, instead of only once." msgstr "" +"在节点准备好时收到通知,就在收到[constant NOTIFICATION_READY]之前。与后者不" +"同,它每次节点进入树时都会发送,而不是只发送一次。" #: doc/classes/Node.xml:846 msgid "" @@ -43609,6 +44468,9 @@ msgid "" "[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" "node2d_get_angle_to.png]Illustration of the returned angle.[/url]" msgstr "" +"以弧度为单位返回节点和 [code] point [/code] 之间的角度。\n" +"[url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/" +"node2d_get_angle_to.png]返回的角度说明[/url]" #: doc/classes/Node2D.xml:33 msgid "Returns the [Transform2D] relative to this node's parent." @@ -44042,6 +44904,8 @@ msgid "" "of the generated noise. This value is ignored if [member seamless] is " "enabled." msgstr "" +"用于指定生成噪声左上角的噪声空间坐标的偏移量。如果启用了 [member seamless]," +"则忽略此值。" #: modules/opensimplex/doc_classes/NoiseTexture.xml:38 msgid "" @@ -44051,6 +44915,9 @@ msgid "" "noise. This is due to the way noise uses higher dimensions for generating " "seamless noise." msgstr "" +"纹理是否可以平铺而没有可见的接缝。生成无缝纹理需要更长的时间。\n" +"[b]注:[/b] 与非无缝噪声相比,无缝噪声具有较低的对比度。这是由于噪声使用更高" +"维度来生成无缝噪声的方式。" #: modules/opensimplex/doc_classes/NoiseTexture.xml:42 msgid "Width of the generated texture." @@ -44393,6 +45260,12 @@ msgid "" "validate it with [method @GDScript.is_instance_valid] before attempting to " "call its methods or access its properties." msgstr "" +"立即从内存中删除对象。对于 [Node],您可能希望使用 [method Node.queue_free] 将" +"节点排队以在当前帧的末尾安全删除。\n" +"[b]重要提示:[/b] 如果你有一个指向一个对象的变量,一旦对象被释放,它将 [i]不" +"会[/i] 分配为 [code]null[/code]。相反,它会指向一个 [i] 先前释放的实例 [/i]," +"您应该在尝试调用其方法或访问其属性之前使用 [method @GDScript." +"is_instance_valid] 对其进行验证。" #: doc/classes/Object.xml:178 msgid "" @@ -44416,6 +45289,9 @@ msgid "" "declarations into account. If the object has a [code]class_name[/code] " "defined, the base class name will be returned instead." msgstr "" +"返回对象的类型为一个[String]。参见[method is_class]。\n" +"[b]注意:[/b] [method get_class] 不考虑[code]class_name[/code]的声明。如果对" +"象有一个[code]class_name[/code]的定义,基类名称将被返回。" #: doc/classes/Object.xml:192 msgid "" @@ -44534,6 +45410,11 @@ msgid "" "declarations into account. If the object has a [code]class_name[/code] " "defined, [method is_class] will return [code]false[/code] for that name." msgstr "" +"如果对象从给定的 [code] class [/code] 中继承,则返回 [code] true [/code]。另" +"请参阅 [method get_class]。\n" +"[b]注:[/b] [method is_class] 没有考虑 [code] class_name [/code] 声明。如果对" +"象有 [code]class_name [/code] 定义,[method is_class] 将为该名称返回 [code] " +"false[/code] 。" #: doc/classes/Object.xml:306 #, fuzzy @@ -44654,6 +45535,11 @@ msgid "" "code]. This means you can also use [code]set_meta(\"name\", null)[/code] to " "remove metadata for [code]\"name\"[/code]." msgstr "" +"添加、更改或删除对象元数据中的给定条目。元数据被序列化并且可以采用任何 " +"[Variant] 值。\n" +"要从对象的元数据中删除给定条目,请使用 [method remove_meta]。如果元数据的值设" +"置为 [code]null[/code],也会删除元数据。这意味着您还可以使用 " +"[code]set_meta(\"name\", null)[/code] 删除 [code]\"name\"[/code] 的元数据。" #: doc/classes/Object.xml:395 msgid "" @@ -45224,26 +46110,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "当[OptionButton]被禁用时使用的文本[Color]。" #: doc/classes/OptionButton.xml:212 +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/OptionButton.xml:215 msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "当鼠标悬停[OptionButton]时使用的文本[Color]。" -#: doc/classes/OptionButton.xml:215 +#: doc/classes/OptionButton.xml:218 msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "当[OptionButton]被按下时使用的文本[Color]。" -#: doc/classes/OptionButton.xml:218 +#: doc/classes/OptionButton.xml:221 msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "当[OptionButton]被鼠标悬停时使用的[StyleBox]。" -#: doc/classes/OptionButton.xml:221 +#: doc/classes/OptionButton.xml:224 msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "[OptionButton]图标与文本之间的水平间距。" -#: doc/classes/OptionButton.xml:224 +#: doc/classes/OptionButton.xml:227 msgid "Default [StyleBox] for the [OptionButton]." msgstr "[OptionButton]的默认[StyleBox]。" -#: doc/classes/OptionButton.xml:227 +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "当按下[OptionButton]时使用的[StyleBox]。" @@ -46712,12 +47605,18 @@ msgid "" "implemented)\n" "- Android: [code]JNIEnv*[/code] of the application (not yet implemented)" msgstr "" +"应用程序句柄:\n" +"- Windows: [code]HINSTANCE[/code] 的应用程序\n" +"- MacOS: [code]NSApplication*[/code] 的应用程序(尚未实现)\n" +"- Android: [code]JNIEnv*[/code] 的应用程序 (尚未实现)" #: doc/classes/OS.xml:1075 msgid "" "Display handle:\n" "- Linux: [code]X11::Display*[/code] for the display" msgstr "" +"显示句柄:\n" +"- Linux:[code]X11::Display*[/code] 用于显示" #: doc/classes/OS.xml:1079 msgid "" @@ -46728,6 +47627,11 @@ msgid "" "- Android: [code]jObject[/code] the main android activity (not yet " "implemented)" msgstr "" +"窗户句柄:\n" +"- Windows:主窗口的 [code]HWND[/code]。\n" +"- Linux:主窗口的 [code]X11::Window*[/code]。\n" +"- MacOS:主窗口的 [code]NSWindow*[/code](尚未实现)\n" +"- Android:[code]jObject[/code]主要的安卓活动activity (尚未实现)" #: doc/classes/OS.xml:1086 msgid "" @@ -46735,6 +47639,9 @@ msgid "" "- Windows: [code]HDC[/code] of the main window drawing context\n" "- MacOS: [code]NSView*[/code] of the main windows view (not yet implemented)" msgstr "" +"窗口视图:\n" +"- Windows:主窗口绘图环境的 [code]HDC[/code]\n" +"- MacOS:主窗口视图的 [code]NSView*[/code](尚未实现)" #: doc/classes/OS.xml:1091 msgid "" @@ -46743,6 +47650,10 @@ msgid "" "- Linux: [code]X11::GLXContext[/code]\n" "- MacOS: [code]NSOpenGLContext*[/code] (not yet implemented)" msgstr "" +"OpenGL上下文:\n" +"- Windows:[code]HGLRC[/code]\n" +"- Linux:[code]X11::GLXContext[/code]\n" +"- MacOS:[code]NSOpenGLContext*[/code] (尚未实现)" #: doc/classes/OS.xml:1097 msgid "Landscape screen orientation." @@ -46753,26 +47664,24 @@ msgid "Portrait screen orientation." msgstr "纵向屏幕方向。" #: doc/classes/OS.xml:1103 -#, fuzzy msgid "Reverse landscape screen orientation." -msgstr "反转最后一个撤销动作。" +msgstr "反转横向屏幕方向。" #: doc/classes/OS.xml:1106 -#, fuzzy msgid "Reverse portrait screen orientation." -msgstr "反转最后一个撤销动作。" +msgstr "反转纵向屏幕方向。" #: doc/classes/OS.xml:1109 msgid "Uses landscape or reverse landscape based on the hardware sensor." -msgstr "" +msgstr "根据硬件传感器使用横向或反向横向。" #: doc/classes/OS.xml:1112 msgid "Uses portrait or reverse portrait based on the hardware sensor." -msgstr "" +msgstr "根据硬件传感器使用纵向或反向纵向。" #: doc/classes/OS.xml:1115 msgid "Uses most suitable orientation based on the hardware sensor." -msgstr "" +msgstr "根据硬件传感器使用最合适的方向。" #: doc/classes/OS.xml:1118 msgid "Desktop directory path." @@ -46835,7 +47744,6 @@ msgid "An abstraction of a serialized scene." msgstr "一个序列化场景的抽象。" #: doc/classes/PackedScene.xml:7 -#, fuzzy msgid "" "A simplified interface to a scene file. Provides access to operations and " "checks that can be performed on the scene resource itself.\n" @@ -46882,43 +47790,43 @@ msgid "" msgstr "" "场景文件的一个简化接口。提供对可以在场景资源本身上执行的操作和检查的访问。\n" "可以用来将一个节点保存到一个文件中。当保存时,该节点以及它所拥有的所有节点都" -"会被保存(参阅[Node]中的属性[code]owner[/code])。\n" +"会被保存(参阅 [Node] 中的属性 [code]owner[/code])。\n" "[b]注意:[/b] 节点不需要拥有自己。\n" "[b]一个加载已保存场景的示例:[/b]\n" "[codeblock]\n" -"# Use `load()` instead of `preload()` if the path isn't known at compile-" -"time.\n" +"# 如果在编译时不知道路径,就使用 `load()`而不是 `preload()` 。\n" "var scene = preload(\"res://scene.tscn\").instance()\n" -"# Add the node as a child of the node the script is attached to.\n" +"#将该节点作为脚本所依附的节点的一个子节点。\n" "add_child(scene)\n" "[/codeblock]\n" -"[b]保存一个具有不同所有者的节点的例子:[/b] 下面的例子创建了3个对象。" -"[code]Node2D[/code] ([code]node[/code]), [code]RigidBody2D[/code] " +"[b]保存一个具有不同所有者节点的例子:[/b] 下面的例子创建了3个对象:" +"[code]Node2D[/code] ([code]node[/code]), [code]RigidBody2D[/code] " "([code]rigid[/code]) 和 [code]CollisionObject2D[/code] ([code]collision[/" -"code]) 。[code]collision[/code]是[code]rigid[/code]的一个子节点,rigid 是" -"[code]node[/code]的一个子节点。只有[code]rigid[/code]被[code]node[/code]拥" -"有,因此[code]pack[/code]将只保存这两个节点,不保存[code]collision[/code]。\n" +"code]) 。[code]collision[/code] 是 [code]rigid[/code]的一个子节点,rigid 是 " +"[code]node[/code]的一个子节点。只有 [code]rigid[/code] 被 [code]node[/code]拥" +"有,因此 [code]pack[/code]将只保存这两个节点,不保存 [code]collision[/" +"code]。\n" "[codeblock]\n" -"# Create the objects.\n" +"# 创建对象。\n" "var node = Node2D.new()\n" "var rigid = RigidBody2D.new()\n" "var collision = CollisionShape2D.new()\n" "\n" -"# Create the object hierarchy.\n" +"# 创建对象的层次结构。\n" "rigid.add_child(collision)\n" "node.add_child(rigid)\n" "\n" -"# Change owner of `rigid`, but not of `collision`.\n" +"# 改变`rigid`的所有者,但不改变`collision`的所有者。\n" "rigid.owner = node\n" "\n" "var scene = PackedScene.new()\n" -"# Only `node` and `rigid` are now packed.\n" +"# 现在只有`node`和`rigid`被打包。\n" "var result = scene.pack(node)\n" "if result == OK:\n" -" var error = ResourceSaver.save(\"res://path/name.scn\", scene) # Or " +" var error = ResourceSaver.save(\"res://path/name.scn\", scene) # 或者 " "\"user://...\"\n" " if error != OK:\n" -" push_error(\"An error occurred while saving the scene to disk.\")\n" +" push_error(\"保存场景到磁盘时发生错误。\")\n" "[/codeblock]" #: doc/classes/PackedScene.xml:47 @@ -47013,7 +47921,6 @@ msgstr "" "返回最后接收的数据包的错误状态(通过[method get_packet]和[method get_var])。" #: doc/classes/PacketPeer.xml:34 -#, fuzzy msgid "" "Gets a Variant. If [code]allow_objects[/code] (or [member " "allow_object_decoding]) is [code]true[/code], decoding objects is allowed.\n" @@ -47021,8 +47928,8 @@ msgid "" "Do not use this option if the serialized object comes from untrusted sources " "to avoid potential security threats such as remote code execution." msgstr "" -"获取一个变量。如果[code]allow_objects[/code]为[code]true[/code],则允许对对象" -"进行解码。\n" +"获取一个变量。如果[code]allow_objects[/code] 或 [member " +"allow_object_decoding]为[code]true[/code],则允许对对象进行解码。\n" "[b] 警告:[/b]反序列化对象可能包含执行的代码。如果序列化对象来自不受信任的" "源,请不要使用此选项,以避免潜在的安全威胁,如远程代码执行。" @@ -47031,17 +47938,16 @@ msgid "Sends a raw packet." msgstr "发送一个原始数据包。" #: doc/classes/PacketPeer.xml:50 -#, fuzzy msgid "" "Sends a [Variant] as a packet. If [code]full_objects[/code] (or [member " "allow_object_decoding]) is [code]true[/code], encoding objects is allowed " "(and can potentially include code)." msgstr "" -"将[Variant]作为数据包发送。如果[code]full_objects[/code]为[code]true[/code]," -"则允许对对象进行编码(并且可能包含代码)。" +"将[Variant]作为数据包发送。如果[code]full_objects[/code] 或 [member " +"allow_object_decoding]为[code]true[/code],则允许对对象进行编码(并且可能包含" +"代码)。" #: doc/classes/PacketPeer.xml:56 -#, fuzzy msgid "" "[i]Deprecated.[/i] Use [code]get_var[/code] and [code]put_var[/code] " "parameters instead.\n" @@ -47051,6 +47957,8 @@ msgid "" "Do not use this option if the serialized object comes from untrusted sources " "to avoid potential security threats such as remote code execution." msgstr "" +"[i]已废弃。[/i] 你应该使用 [code]get_var[/code] 和 [code]put_var[/code] 参数" +"来代替它。\n" "如果[code]true[/code],多人游戏API将允许在RPC/RSETs期间对对象进行编码和解" "码。\n" "[b]警告:[/b] 反序列化的对象可能包含会被执行的代码。如果序列化的对象来自不受" @@ -47084,6 +47992,11 @@ msgid "" "are otherwise valid. If this is a concern, you may want to use automatically " "managed certificates with a short validity period." msgstr "" +"这个类表示DTLS对等连接。它可以用来连接到DTLS服务器,由[method DTLSServer." +"take_connection]返回。\n" +"[b]警告:[/b]当前不支持SSL/TLS证书撤销和证书固定。只要撤销的证书在其他情况下是" +"有效的,都将被接受。如果这是一个问题,您可能希望使用具有短有效期的自动管理证" +"书。" #: doc/classes/PacketPeerDTLS.xml:20 msgid "" @@ -47174,7 +48087,6 @@ msgid "Closes the UDP socket the [PacketPeerUDP] is currently listening on." msgstr "关闭[PacketPeerUDP]当前正在侦听的UDP套接字。" #: doc/classes/PacketPeerUDP.xml:23 -#, fuzzy msgid "" "Calling this method connects this UDP peer to the given [code]host[/code]/" "[code]port[/code] pair. UDP is in reality connectionless, so this option " @@ -47189,13 +48101,13 @@ msgid "" "technique like SSL or DTLS if you feel like your application is transferring " "sensitive information." msgstr "" -"调用此方法将此UDP对等连接到给定的[code]host[/code]/[code]port[/code]对。UDP实" -"际上是无连接的,因此此选项仅意味着来自不同地址的传入数据包将自动丢弃,并且传" -"出数据包始终发送到连接的地址(不允许将来调用[method set_dest_address])。此方" -"法不向远程对等方发送任何数据,为此,请像往常一样使用[method PacketPeer." -"put_var]或[method PacketPeer.put_packet]。另请参阅[UDPServer]。\n" -"注意:连接到远程对等体无助于防止IP欺骗等恶意攻击。如果您觉得应用程序正在传输" -"敏感信息,请考虑使用SSL或DTLS等加密技术。" +"调用此方法将UDP对等体连接到给定的[code]host[/code]/[code]port[/code]对。UDP实" +"际上是无连接的,所以这个选项只意味着来自不同地址的入包被自动丢弃,而出包总是" +"被发送到连接的地址(不允许将来调用[method set_dest_address])。该方法不向远程对" +"等体发送任何数据,要发送数据,请使用[method PacketPeer.put_var]或[method " +"PacketPeer.put_pakcet]。参见[UDPServer]。\n" +"[b]注意:[/b]连接到远程对等体并不能防止IP欺骗等恶意攻击。如果您觉得您的应用程" +"序正在传输敏感信息,可以考虑使用SSL或DTLS等加密技术。" #: doc/classes/PacketPeerUDP.xml:30 msgid "" @@ -47226,7 +48138,6 @@ msgid "Returns whether this [PacketPeerUDP] is listening." msgstr "返回这个[PacketPeerUDP]是否正在监听。" #: doc/classes/PacketPeerUDP.xml:56 -#, fuzzy msgid "" "Joins the multicast group specified by [code]multicast_address[/code] using " "the interface identified by [code]interface_name[/code].\n" @@ -47235,11 +48146,12 @@ msgid "" "[b]Note:[/b] Some Android devices might require the " "[code]CHANGE_WIFI_MULTICAST_STATE[/code] permission for multicast to work." msgstr "" -"使用[code]接口名称[/code]标识的接口加入[code]多播地址[/code]指定的多播组。\n" +"使用[code]interface_name[/code]标识的接口加入[code]multicast_address[/code]指" +"定的多播组。\n" "您可以使用多个接口加入同一个多播组。使用[method IP.get_local_interfaces]了解" "哪些接口可用。\n" -"注意:一些安卓设备可能需要[code]CHANGE _ WIFI _ MULTICAST _ STATE[/code]权限才" -"能进行多播。" +"[b]注意:[/b]一些安卓设备可能需要[code]CHANGE _ WIFI _ MULTICAST _ STATE[/" +"code]权限才能进行多播。" #: doc/classes/PacketPeerUDP.xml:66 msgid "" @@ -47274,7 +48186,6 @@ msgstr "" "地址的接口(如果不存在具有该地址的接口,则失败)。" #: doc/classes/PacketPeerUDP.xml:85 -#, fuzzy msgid "" "Enable or disable sending of broadcast packets (e.g. " "[code]set_dest_address(\"255.255.255.255\", 4343)[/code]. This option is " @@ -47286,11 +48197,10 @@ msgstr "" "启用或禁用广播数据包的发送(例如:" "[code]set_dest_address(\"255.255.255.255\", 4343)[/code]。这个选项在默认情况" "下是禁用的。\n" -"注意:一些安卓设备可能需要[code]CHANGE_WIFI_MULTICAST_STATE[/code]权限和这个" -"选项被启用来接收广播包。" +"[b]注意:[/b]一些安卓设备可能需要[code]CHANGE_WIFI_MULTICAST_STATE[/code]权限" +"和本选项被启用来接收广播包。" #: doc/classes/PacketPeerUDP.xml:94 -#, fuzzy msgid "" "Sets the destination address and port for sending packets and variables. A " "hostname will be resolved using DNS if needed.\n" @@ -47298,8 +48208,8 @@ msgid "" "packets to a broadcast address (e.g. [code]255.255.255.255[/code])." msgstr "" "设置发送数据包和变量的目标地址和端口。如果需要,将使用DNS解析一个主机名。\n" -"注意:在向广播地址(例如:[code]255.255.255.255[/code])发送数据包之前,必须" -"启用[method set_broadcast_enabled]。" +"[b]注意:[/b]在向广播地址(例如:[code]255.255.255.255[/code])发送数据包之" +"前,必须启用[method set_broadcast_enabled]。" #: doc/classes/PacketPeerUDP.xml:101 msgid "" @@ -47319,6 +48229,20 @@ msgid "" " return\n" "[/codeblock]" msgstr "" +"等待数据包到达侦听端口。参见[method listen]。\n" +"[b] 注意:[/b][method wait]一旦被调用就不能被中断。这可以通过允许另一方发送一" +"个特定的“death pill”包来解决,如下所示:\n" +"[codeblock]\n" +"# Server\n" +"socket.set_dest_address(\"127.0.0.1\", 789)\n" +"socket.put_packet(\"Time to stop\".to_ascii())\n" +"\n" +"# Client\n" +"while socket.wait() == OK:\n" +" var data = socket.get_packet().get_string_from_ascii()\n" +" if data == \"Time to stop\":\n" +" return\n" +"[/codeblock]" #: doc/classes/Panel.xml:4 msgid "Provides an opaque background for [Control] children." @@ -47361,12 +48285,10 @@ msgid "The style of [PanelContainer]'s background." msgstr "[PanelContainer]的背景样式。" #: doc/classes/PanoramaSky.xml:4 -#, fuzzy msgid "A type of [Sky] used to draw a background texture." -msgstr "使用[Material]和[Sky]来绘制背景纹理。" +msgstr "一种用来绘制背景贴图的 [Sky]。" #: doc/classes/PanoramaSky.xml:7 -#, fuzzy msgid "" "A resource referenced in an [Environment] that is used to draw a background. " "The Panorama sky functions similar to skyboxes in other engines, except it " @@ -47378,17 +48300,16 @@ msgid "" "cubemap_to_panorama.html]this tool[/url] to convert a cube map to an " "equirectangular sky map." msgstr "" -"在[Sky]中引用的资源,用于绘制背景。全景天空材质的功能类似于其他引擎中的天空" -"盒,除了它使用等边矩形天空地图而不是立方体地图。\n" +"在[Environment]中引用的用于绘制背景的资源。全景天空的功能类似于其他引擎的天空" +"盒,除了它使用等边矩形的天空地图而不是立方体地图。\n" "强烈建议使用HDR全景图,以获得准确、高质量的反射。为此,Godot支持Radiance HDR " -"([code]. HDR [/code])和OpenEXR ([code].exr[/code])图像格式。\n" +"([code].hdr[/code])和OpenEXR ([code].exr[/code])图像格式。\n" "您可以使用[url=https://danilw.github.io/GLSL-howto/cubemap_to_panorama_js/" "cubemap_to_panorama.html]这个工具[/url]将立方体地图转换为等角的天空地图。" #: doc/classes/PanoramaSky.xml:17 -#, fuzzy msgid "[Texture] to be applied to the PanoramaSky." -msgstr "[Texture2D]将被应用到[PanoramaSkyMaterial]。" +msgstr "将被应用到全景天空的 [Texture]。" #: doc/classes/ParallaxBackground.xml:4 msgid "A node used to create a parallax scrolling background." @@ -47469,14 +48390,13 @@ msgstr "" "[b]注意:[/b]当该节点进入场景后,对其位置和比例的任何改变都将被忽略。" #: doc/classes/ParallaxLayer.xml:17 -#, fuzzy msgid "" "The ParallaxLayer's [Texture] mirroring. Useful for creating an infinite " "scrolling background. If an axis is set to [code]0[/code], the [Texture] " "will not be mirrored." msgstr "" -"视差图层的Texture2D镜像。用于创建无限滚动的背景。如果一个轴被设置为[code]0[/" -"code], [Texture2D]将不会被镜像。" +"视差图层的[Texture]镜像。用于创建无限滚动的背景。如果一个轴被设置为[code]0[/" +"code], [Texture]将不会被镜像。" #: doc/classes/ParallaxLayer.xml:20 msgid "" @@ -47493,9 +48413,8 @@ msgid "" msgstr "复制视差图层的运动。如果一个轴被设置为[code]0[/code],它将不会滚动。" #: doc/classes/Particles.xml:4 -#, fuzzy msgid "GPU-based 3D particle emitter." -msgstr "基于CPU的3D粒子发射器。" +msgstr "基于GPU的3D粒子发射器。" #: doc/classes/Particles.xml:7 msgid "" @@ -47516,6 +48435,17 @@ msgid "" "AABB[/b]. Otherwise, particles may suddenly disappear depending on the " "camera position and angle." msgstr "" +"用于创建各种粒子系统和效果的3D粒子节点。[Particles]实现了是发射器以给定的速率" +"产生一定数量的粒子。\n" +"使用[code]process_material[/code]属性添加[ParticlesMaterial]来配置粒子外观和" +"行为。或者,您可以添加一个将应用于所有粒子的[ShaderMaterial]。\n" +"[b]注意:[/b][Particles]仅在使用GLES3渲染器时有效。如果使用GLES2渲染器,请改用" +"[CPUParticles]。您可以通过选择节点,单击三维编辑器视窗顶部的[b]Particles[/b]" +"菜单,然后选择[b]转换为 CPUParticles[/b],将[Particles]转换为" +"[CPUParticles]。\n" +"[b]注意:[/b]在处理粒子节点后,记得通过选择它来更新其[member " +"visibility_aabb],单击3D编辑器视窗顶部的[b]Particles[/b]菜单,然后选择[b]生成" +"可见 AABB[/b]。否则,粒子可能会由于相机位置和角度的改变突然消失。" #: doc/classes/Particles.xml:13 msgid "" @@ -47618,9 +48548,8 @@ msgid "Maximum number of draw passes supported." msgstr "支持的最大抽取次数。" #: doc/classes/Particles2D.xml:4 -#, fuzzy msgid "GPU-based 2D particle emitter." -msgstr "基于CPU的2D粒子发射器。" +msgstr "基于GPU的2D粒子发射器。" #: doc/classes/Particles2D.xml:7 msgid "" @@ -51097,7 +52026,7 @@ msgstr "" #: doc/classes/Polygon2D.xml:18 msgid "" "Adds a bone with the specified [code]path[/code] and [code]weights[/code]." -msgstr "添加具有指定[code]path[/code]和[code]weights[/code]的骨骼." +msgstr "添加指定[code]path[/code]和[code]weights[/code]的骨骼." #: doc/classes/Polygon2D.xml:24 msgid "Removes all bones from this [Polygon2D]." @@ -51346,29 +52275,30 @@ msgstr "在数组的末尾追加一个元素。" msgid "Removes an element from the array by index." msgstr "从数组中删除位于索引的元素。" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 +#, fuzzy msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" "设置数组的大小。如果数组被增大,则保留数组末端的元素。如果数组被缩小,则将数" "组截断到新的大小。" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "改变给定索引处的字节。" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "返回数组的大小。" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 #, fuzzy msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " @@ -51411,6 +52341,16 @@ msgstr "将一个[PackedColorArray]追加到该数组的尾部。" msgid "Appends a value to the array." msgstr "将一个值添加到数组中。" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" +"设置数组的大小。如果数组被增大,则保留数组末端的元素。如果数组被缩小,则将数" +"组截断到新的大小。" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "更改给定索引处的[Color]。" @@ -51463,12 +52403,12 @@ msgstr "" "在数组的给定位置插入一个新的整数。位置必须是有效的,或者位于数组的末尾" "([code]idx == size()[/code])。" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 #, fuzzy msgid "Changes the int at the given index." msgstr "改变给定索引处的整数。" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "返回数组大小。" @@ -51504,7 +52444,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "将一个[PackedColorArray]追加到该数组的尾部。" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "更改给定索引处的浮点数。" @@ -53019,18 +53959,6 @@ msgid "" msgstr "" #: doc/classes/ProjectSettings.xml:204 -msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 #, fuzzy msgid "" "Specifies a file to override project settings. For example: [code]user://" @@ -53043,7 +53971,7 @@ msgstr "" "[b] 注意:[/b]无论此设置的值是多少,[code]res://override.cfg[/code]仍将被读取" "以覆盖项目设置(请参阅顶部的此类说明)。" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -53058,7 +53986,22 @@ msgstr "" "[code]false[/code],项目将把用户数据保存到[code] (OS user data directory)/" "Godot/app_userdata/(project name)[/code]。" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 #, fuzzy msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " @@ -53067,7 +54010,7 @@ msgstr "" "设置[code].ico[/code]格式图标,在Windows上用于设置游戏图标。这是在启动时通过" "调用[method DisplayServer.set_native_icon]自动完成的。" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -53081,14 +54024,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -53097,7 +54040,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -53105,7 +54048,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -53121,14 +54064,14 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." @@ -53136,7 +54079,7 @@ msgstr "" "强制主循环中帧之间的延迟(以毫秒为单位)。如果您计划禁用垂直同步,这可能很有" "用。" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -53147,17 +54090,17 @@ msgstr "" "觉上没有任何变化,屏幕不会被重绘。这是为了编写应用程序和编辑器,但在大多数游" "戏中这是非常无用的(并可能损害性能)。" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "启用低处理器使用模式时帧间的睡眠量(以微秒计)。值越高,CPU占用率越低。" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "项目运行时将加载的主场景文件的路径。" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " @@ -53166,13 +54109,13 @@ msgstr "" "当声音在给定的时间内低于给定的dB阈值时,音频总线将自动关闭。这可以节省CPU,因" "为分配给该总线的效果将不再做任何处理。" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "项目中使用的默认[AudioBusLayout]资源文件,除非被场景覆盖。" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " @@ -53181,7 +54124,7 @@ msgstr "" "指定要使用的音频驱动程序。此设置取决于平台,因为每个平台支持不同的音频驱动程" "序。如果留空,将使用默认音频驱动程序。" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." @@ -53189,7 +54132,7 @@ msgstr "" "如果[code]true[/code],将允许麦克风输入。这需要在导出到Android或iOS时设置适当" "的权限。" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." @@ -53197,7 +54140,7 @@ msgstr "" "用于音频的混合率(单位:Hz)。一般来说,最好不要碰这个,把它留给主机操作系" "统。" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " @@ -53206,7 +54149,7 @@ msgstr "" "更安全地覆盖 Web 平台中的 [member audio/mix_rate]。这里 [code]0 [/code] 的意" "思是\"让浏览器选择\"(因为有些浏览器不喜欢强制混合速率)。" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " @@ -53215,7 +54158,7 @@ msgstr "" "音频的输出延迟(毫秒)。较低的值将导致较低的音频延迟,但代价是CPU使用率增加。较" "低的值可能会导致较慢硬件上的声音破裂。" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." @@ -53223,14 +54166,14 @@ msgstr "" "在网络平台中更安全地覆盖 [member audio/output_latency],以避免音频问题,尤其" "是在移动设备上。" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" "播放视频时设置为硬编码音频延迟。除非你知道自己在做什么,否则最好不要动它。" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -53243,7 +54186,7 @@ msgstr "" "件变小。解压缩速度大多不受压缩级别的影响。[code]-1[/code]使用默认的gzip压缩级" "别,该级别与[code]6[/code]相同,但由于底层zlib更新,未来可能会发生变化。" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -53256,7 +54199,7 @@ msgstr "" "件变小。解压缩速度大多不受压缩级别的影响。[code]-1[/code]使用默认的gzip压缩级" "别,该级别与[code]6[/code]相同,但由于底层zlib更新,未来可能会发生变化。" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -53265,7 +54208,7 @@ msgstr "" "Zstandard的默认压缩级别。影响压缩的场景和资源。较高的级别会以压缩速度为代价导" "致文件变小。解压缩速度大多不受压缩级别的影响。" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." @@ -53273,7 +54216,7 @@ msgstr "" "在Zstandard中启用 [url=https://github.com/facebook/zstd/releases/tag/" "v1.3.2]long-distance matching[/url] 。" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " @@ -53282,7 +54225,7 @@ msgstr "" "使用与Zstandard的长距离匹配进行压缩时,允许的最大大小限制(2的幂)。更高的值可" "以产生更好的压缩,但是在压缩和解压缩时需要更多的内存。" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -53293,19 +54236,19 @@ msgstr "" "个设置是为了在移植旧项目(戈多2)时使用,因为使用成员变量是从戈多3开始的首选风" "格。" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "如果[code]true[/code],则当常量用作函数时会发出警告。" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" "如果[code]true[/code],当使用已废弃的关键字如[code]slave[/code]时,启用警告。" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " @@ -53314,7 +54257,7 @@ msgstr "" "如果[code]true[/code],则启用特定的GDScript警告(请参阅[code]debug/gdscript/" "warnings/*[/code]设置)。如果[code]为false[/code],则禁用所有GDScript警告。" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." @@ -53322,13 +54265,13 @@ msgstr "" "如果[code]true[/code],则[code]res://addons[/code]文件夹中的脚本不会生成警" "告。" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "如果为[code]true[/code],当函数被声明为与常量同名时,启用警告。" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " @@ -53337,7 +54280,7 @@ msgstr "" "如果为[code]true[/code], 当一个函数与一个变量同名声明时,启用警告。在未来的版" "本中,当GDScript支持第一类函数时,这将变成一个错误。" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." @@ -53345,20 +54288,20 @@ msgstr "" "如果[code]为true[/code],则当分配给变量的函数可能产生并返回函数状态而不是值" "时,启用警告。" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "如果[code]true[/code],则在使用函数时启用警告,就像它是属性一样。" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" "如果[code]true[/code],则当三元运算符可能发出类型不兼容的值时,将启用警告。" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." @@ -53366,7 +54309,7 @@ msgstr "" "如果[code]为true[/code],则在用一个整数除以另一个整数时启用警告(小数部分将被" "丢弃)。" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " @@ -53375,13 +54318,13 @@ msgstr "" "如果[code]为true[/code],则在将浮点值传递给需要整数的函数时启用警告(它将被转" "换并失去精度)。" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "如果[code]true[/code],则在将属性当作函数使用时启用警告。" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -53392,7 +54335,7 @@ msgstr "" "参数)调用函数时启用警告。这样的返回值有时使用[enum Error] 枚举来表示可能的错" "误。" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " @@ -53401,7 +54344,7 @@ msgstr "" "如果[code]true[/code],则在定义局部或子类成员变量时启用警告,该局部或子类成员" "变量将在上层阴影变量(如成员变量)。" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " @@ -53410,7 +54353,7 @@ msgstr "" "如果[code]true[/code],则在调用对周围代码没有影响的表达式时启用警告,例如将" "[code]2 + 2[/code]写成语句。" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " @@ -53419,18 +54362,18 @@ msgstr "" "如果[code]true[/code],则在调用对周围代码没有影响的三元表达式时启用警告,例如" "将[code]42(如果激活else 0[/code])写入语句。" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "如果[code]true[/code],所有警告将被报告为错误。" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "如果[code]true[/code],则在使用以前没有赋值的变量时启用警告。" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " @@ -53439,7 +54382,7 @@ msgstr "" "如果[code]true[/code],则在使用赋值操作符[code]+=[/code](如果变量之前没有赋" "值)为变量赋值时启用警告。" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." @@ -53447,7 +54390,7 @@ msgstr "" "如果[code]true[/code],则在检测到不可达的代码时启用警告(例如在始终执行的" "[code]return[/code]语句之后)。" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." @@ -53455,52 +54398,52 @@ msgstr "" "如果[code]true[/code],则在使用类型可能与期望的函数参数不兼容的表达式时启用警" "告。" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "如果[code]true[/code],则在执行不安全的强制转换时启用警告。" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" "如果[code]true[/code],则在调用类中不能保证在编译时存在的方法时启用警告。" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" "如果[code]true[/code],则在访问类中不能保证在编译时存在的属性时启用警告。" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "如果[code]true[/code],则在信号未使用时启用警告。" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 #, fuzzy msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "如果[code]true[/code],则在局部变量未使用时启用警告。" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "如果[code]true[/code],则在信号未使用时启用警告。" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "如果[code]true[/code],则在局部变量未使用时启用警告。" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." @@ -53508,11 +54451,11 @@ msgstr "" "如果[code]true[/code],则在将返回[code]void[/code]的函数的结果赋值给变量时启" "用警告。" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "当引擎崩溃时,在回溯之前显示的消息。" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 #, fuzzy msgid "" "Maximum number of frames per second allowed. The actual number of frames per " @@ -53529,19 +54472,19 @@ msgstr "" "因此,这个设置主要用于将最大FPS降低到垂直同步以下,例如执行静态帧的非实时渲" "染,或在延迟条件下测试项目。" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "调试GDScript时允许的最大调用堆栈。" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "分析时每个帧允许的最大函数数量。" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "每秒钟打印帧到标准输出。" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " @@ -53550,60 +54493,60 @@ msgstr "" "运行时打印更多信息到标准输出。它显示诸如内存泄漏、哪些场景和资源正在加载等信" "息。" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "最大的可视脚本调用堆栈,以避免无限递归。" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "碰撞形状之间接触点的颜色,在调试菜单中启用“可见碰撞形状”时可见。" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 #, fuzzy msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "碰撞形状的颜色,当在调试菜单中启用“可见碰撞形状”时可见。" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "当在调试菜单中启用“可见碰撞形状”时,碰撞形状之间显示的最大接触点数。" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "碰撞形状的颜色,当在调试菜单中启用“可见碰撞形状”时可见。" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "被禁用的导航几何图形的颜色,在调试菜单中启用“可见导航”时可见。" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "导航几何图形的颜色,在调试菜单中启用“可见导航”时可见。" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "鼠标光标的自定义图像(最大256×256)。" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "自定义鼠标光标图像的热点。" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "工具提示相对于鼠标光标热点的位置偏移量。" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 #, fuzzy msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " @@ -53613,7 +54556,7 @@ msgstr "" "如果[code]true[/code],允许在Windows和macOS上显示HiDPI。这个设置对桌面Linux没" "有影响,因为dpi感知回退在那里不受支持。" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." @@ -53621,7 +54564,7 @@ msgstr "" "如果[code]true[/code],则保持屏幕打开(即使在不活动的情况下),因此屏幕保护程序" "不会接管。适用于桌面和移动平台。" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -53630,7 +54573,7 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." @@ -53638,7 +54581,7 @@ msgstr "" "如果[code]true[/code],主指示器将自动隐藏。这只会影响没有物理home键的iOS设" "备。" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -53648,7 +54591,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -53656,19 +54599,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -53682,35 +54625,35 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -"设置游戏的主视口高度。在桌面平台上,这是默认的窗口大小。当启用拉伸模式设置" +"设置游戏的主视窗高度。在桌面平台上,这是默认的窗口大小。当启用拉伸模式设置" "时,也使用此参数作为参考。" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 #, fuzzy msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "默认情况下允许窗口可调整大小。" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "如果大于0,则在运行游戏时覆盖窗口高度。用于测试拉伸模式。" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "如果大于0,则在运行游戏时覆盖窗口宽度。用于测试拉伸模式。" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " @@ -53719,13 +54662,13 @@ msgstr "" "设置游戏的主视窗宽度。在桌面平台上,这是默认的窗口大小。当启用拉伸模式设置" "时,也使用此参数作为参考。" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "指定要使用的平板驱动程序。如果为空,将使用默认驱动程序。" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -53737,7 +54680,7 @@ msgstr "" "较高的输入延迟和较低的帧率为代价。如果[code]false[/code],垂直同步将被禁用," "然而,许多平台仍将执行它(如手机平台和HTML5)。" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -53753,7 +54696,7 @@ msgstr "" "[b]注:[/b]这个选项是实验性的,旨在缓解一些用户的卡顿体验。然而,有些用户在使" "用它时体验到垂直同步帧率减半(例如从60 FPS降至30 FPS)。" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -53769,7 +54712,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 #, fuzzy msgid "" "Search path for project-specific script templates. Godot will search for " @@ -53779,7 +54722,7 @@ msgstr "" "搜索特定于项目的脚本模板路径。脚本模板将在特定于编辑器的路径和特定于项目的路" "径中进行搜索。" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -53790,7 +54733,7 @@ msgstr "" "[code]tscn[/code],如果你也想解析你的场景文件,特别是如果你使用的是在场景文件" "中序列化的内置脚本。" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." @@ -53798,7 +54741,7 @@ msgstr "" "[member ScrollContainer.scroll_deadzone],它将用于所有[ScrollContainer]s,除" "非重写。" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 #, fuzzy msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " @@ -53807,7 +54750,7 @@ msgstr "" "如果[code]为true[/code],则切换Windows和UWP对话框中的Cancel和OK按钮,以遵循界" "面约定。" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." @@ -53815,31 +54758,31 @@ msgstr "" "用于项目的自定义[Theme]资源文件的路径([code]theme[/code]或通用[code]tres[/" "code]/[code]res[/code]扩展名)。" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "自定义[Font]资源的路径,用于项目的所有GUI元素的默认字体。" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "如果[code]true[/code],确保使用的主题将在HiDPI下工作。" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "在[Tree], [ItemList]等控件中为增量搜索设置计时器(以毫秒为单位)。" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "检测[TextEdit]空闲的计时器(单位为秒)。" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "工具提示的默认延迟(以秒为单位)。" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -53851,7 +54794,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -53862,7 +54805,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -53873,7 +54816,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -53887,7 +54830,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -53900,7 +54843,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -53913,7 +54856,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -53927,7 +54870,7 @@ msgstr "" "[b]注意:[/b] 默认的[code]ui_*[/code]动作不能被删除,因为它们对于几个" "[Control]的内部逻辑是必要的。然而,分配给动作的事件可以被修改。" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -53938,7 +54881,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -53952,7 +54895,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -53966,7 +54909,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -53977,7 +54920,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -53989,7 +54932,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -54000,7 +54943,7 @@ msgstr "" "[b]注意:[/b]默认的[code]ui_*[/code]动作不能被删除,因为它们是几个[Control]的" "内部逻辑所必需的。但是,可以修改分配给该操作的事件。" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -54012,464 +54955,464 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "如果[code]true[/code],则在点击或滑动触摸屏时发送鼠标输入事件。" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "如果[code]true[/code],则在点击或拖动鼠标时发送触摸输入事件。" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 #, fuzzy msgid "Default delay for touch events. This only affects iOS devices." msgstr "工具提示的默认延迟(以秒为单位)。" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "2D物理层1的可选名称。" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "2D物理层10的可选名称。" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "2D物理层11的可选名称。" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "2D物理层12的可选名称。" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "2D物理层13的可选名称。" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "2D物理层14的可选名称。" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "2D物理层15的可选名称。" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "2D物理层16的可选名称。" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "2D物理层17的可选名称。" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "2D物理层18的可选名称。" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "2D物理层19的可选名称。" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "2D物理层20的可选名称。" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 #, fuzzy msgid "Optional name for the 2D physics layer 21." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 #, fuzzy msgid "Optional name for the 2D physics layer 22." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 #, fuzzy msgid "Optional name for the 2D physics layer 23." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 #, fuzzy msgid "Optional name for the 2D physics layer 24." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 #, fuzzy msgid "Optional name for the 2D physics layer 25." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 #, fuzzy msgid "Optional name for the 2D physics layer 26." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 #, fuzzy msgid "Optional name for the 2D physics layer 27." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 #, fuzzy msgid "Optional name for the 2D physics layer 28." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 #, fuzzy msgid "Optional name for the 2D physics layer 29." msgstr "2D物理层2的可选名称。" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "2D物理层3的可选名称。" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 #, fuzzy msgid "Optional name for the 2D physics layer 30." msgstr "2D物理层3的可选名称。" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 #, fuzzy msgid "Optional name for the 2D physics layer 31." msgstr "2D物理层3的可选名称。" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 #, fuzzy msgid "Optional name for the 2D physics layer 32." msgstr "2D物理层3的可选名称。" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "2D物理层4的可选名称。" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "2D物理层5的可选名称。" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "2D物理层6的可选名称。" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "2D物理层7的可选名称。" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "2D物理层8的可选名称。" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "2D物理层9的可选名称。" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "2D物理层1的可选名称。" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "2D渲染层10的可选名称。" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "2D渲染层11的可选名称。" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "2D渲染层12的可选名称。" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "2D渲染层13的可选名称。" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "2D渲染层14的可选名称。" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "2D渲染层15的可选名称。" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "2D渲染层16的可选名称。" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "2D渲染层17的可选名称。" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "2D渲染层18的可选名称。" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "2D渲染层19的可选名称。" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "2D 渲染层 2 的可选名称。" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "2D 渲染层 20 的可选名称。" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "2D 渲染层 3 的可选名称。" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "2D 渲染层 4 的可选名称。" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "2D 渲染层 5 的可选名称。" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "2D 渲染层 6 的可选名称。" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "2D 渲染层 7 的可选名称。" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "2D 渲染层 8 的可选名称。" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "2D 渲染层 9 的可选名称。" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "3D物理层1 的可选名称。" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "3D物理层10 的可选名称。" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "3D物理层11 的可选名称。" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "3D物理层12 的可选名称。" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "3D物理层13 的可选名称。" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "3D物理层14 的可选名称。" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "3D物理层15 的可选名称。" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "3D物理层16 的可选名称。" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "3D物理层17 的可选名称。" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "3D物理层18 的可选名称。" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "3D物理层19 的可选名称。" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "3D物理层20 的可选名称。" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 #, fuzzy msgid "Optional name for the 3D physics layer 21." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 #, fuzzy msgid "Optional name for the 3D physics layer 22." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 #, fuzzy msgid "Optional name for the 3D physics layer 23." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 #, fuzzy msgid "Optional name for the 3D physics layer 24." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 #, fuzzy msgid "Optional name for the 3D physics layer 25." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 #, fuzzy msgid "Optional name for the 3D physics layer 26." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 #, fuzzy msgid "Optional name for the 3D physics layer 27." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 #, fuzzy msgid "Optional name for the 3D physics layer 28." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 #, fuzzy msgid "Optional name for the 3D physics layer 29." msgstr "3D物理层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "3D物理层3 的可选名称。" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 #, fuzzy msgid "Optional name for the 3D physics layer 30." msgstr "3D物理层3 的可选名称。" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 #, fuzzy msgid "Optional name for the 3D physics layer 31." msgstr "3D物理层3 的可选名称。" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 #, fuzzy msgid "Optional name for the 3D physics layer 32." msgstr "3D物理层3 的可选名称。" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "3D物理层4 的可选名称。" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "3D物理层5 的可选名称。" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "3D物理层6 的可选名称。" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "3D物理层7 的可选名称。" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "3D物理层8 的可选名称。" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "3D物理层9 的可选名称。" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "3D渲染层1 的可选名称。" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "3D渲染层10 的可选名称。" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "3D渲染层11 的可选名称。" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "3D渲染层12 的可选名称。" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "3D渲染层13 的可选名称。" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "3D渲染层14 的可选名称" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "3D渲染层15 的可选名称。" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "3D渲染层16 的可选名称。" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "3D渲染层17 的可选名称。" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "3D渲染层18 的可选名称。" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "3D渲染层19 的可选名称。" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "3D渲染层2 的可选名称。" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "3D渲染层20 的可选名称。" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "3D渲染层3 的可选名称。" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "3D渲染层4 的可选名称。" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "3D渲染层5 的可选名称。" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "3D渲染层6 的可选名称。" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "3D渲染层7 的可选名称。" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "3D渲染层8 的可选名称。" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "3D渲染层9 的可选名称。" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." @@ -54477,33 +55420,33 @@ msgstr "" "如果给定语言的翻译不可用,则使用默认地域。如果留空,将使用 [code]en[/code]," "即英文。" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "如果不为空,那么当从编辑器中运行项目时,将使用该语言。" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "如果[code]true[/code],将所有输出记录到文件中。" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "项目中的日志的路径。建议使用[code]user://[/code]作为路径。" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "指定允许的日志文件的最大数量(用于旋转)。" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." @@ -54511,7 +55454,7 @@ msgstr "" "Godot使用一个消息队列来延迟一些函数调用。如果你的空间用完了(你会看到一个错" "误),你可以在这里增加大小。" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -54522,7 +55465,7 @@ msgstr "" "以避免在线程上停止请求它们的服务器。如果在线程中加载资源时服务器经常卡顿,请" "增加此数字。" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " @@ -54531,7 +55474,7 @@ msgstr "" "允许调试器输出的最大字符量。超过这个值,内容就会被放弃。这有助于避免调试器的" "连接停滞。" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 #, fuzzy msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " @@ -54541,7 +55484,7 @@ msgstr "" "允许调试器发送的最大错误数。超过这个值,内容就会被抛弃。这有助于避免调试器的" "连接停滞。" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 #, fuzzy msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " @@ -54551,7 +55494,7 @@ msgstr "" "允许调试器输出的最大字符量。超过这个值,内容就会被放弃。这有助于避免调试器的" "连接停滞。" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 #, fuzzy msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " @@ -54561,7 +55504,7 @@ msgstr "" "允许从调试器发送的最大警告数。超过这个值,内容就会被抛弃。这有助于避免调试器" "的连接停滞。" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 #, fuzzy msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " @@ -54570,51 +55513,51 @@ msgid "" msgstr "" "用于反序列化Godot数据的数据包对等流的默认大小。超过这个大小,数据会被丢弃。" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "使用TCP的连接尝试的超时(以秒为单位)。" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "[WebRTCDataChannel]输入缓冲区的最大尺寸(单位:千字节)。" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 #, fuzzy msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "[WebRTCDataChannel]输入缓冲区的最大尺寸(单位:千字节)。" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 #, fuzzy msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "[WebRTCDataChannel]输入缓冲区的最大尺寸(单位:千字节)。" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 #, fuzzy msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "[WebRTCDataChannel]输入缓冲区的最大尺寸(单位:千字节)。" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 #, fuzzy msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "[WebRTCDataChannel]输入缓冲区的最大尺寸(单位:千字节)。" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." @@ -54622,11 +55565,11 @@ msgstr "" "对远程文件系统的预读取量。更高的值可以减少延迟的影响,但代价是更高的带宽消" "耗。" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "远程文件系统使用的页面大小(字节)。" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -54640,20 +55583,20 @@ msgstr "" "certificates.crt]Mozilla证书包[/url]。如果留空,将使用默认的证书包。\n" "如果有疑问,让这个设置为空。" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" "当自动创建节点名称时,在这个项目中设置大小写的类型。这主要是编辑器设置。" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "用什么来分隔节点名称和编号。这主要是一个编辑器的设置。" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 #, fuzzy msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" @@ -54661,14 +55604,14 @@ msgid "" "enabled." msgstr "用于broad-phase 2D 哈希网格算法的哈希表的大小。" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -54681,7 +55624,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 #, fuzzy msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" @@ -54702,7 +55645,7 @@ msgstr "" "PhysicsServer2D.area_PARAM_GRAVITY, 98)\n" "[/codeblock]" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 #, fuzzy msgid "" "The default gravity direction in 2D.\n" @@ -54723,7 +55666,7 @@ msgstr "" "PhysicsServer2D.area_PARAM_GRAVITY_VECTOR, Vector2(0, 1))\n" "[/codeblock]" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -54736,7 +55679,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 #, fuzzy msgid "" "Threshold defining the surface size that constitutes a large object with " @@ -54747,7 +55690,7 @@ msgstr "" "在broad-phase 2D哈希网格算法中,定义相对于单元而言的构成大型物体的表面尺寸的" "阈值。" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 #, fuzzy msgid "" "Sets which physics engine to use for 2D physics.\n" @@ -54758,7 +55701,7 @@ msgstr "" "\"DEFAULT \"和 \"GodotPhysics2D \"是一样的,因为目前还没有使用其他的2D物理引" "擎。" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 #, fuzzy msgid "" "Threshold angular velocity under which a 2D physics body will be considered " @@ -54768,7 +55711,7 @@ msgstr "" "角速度阈值。在此阈值以下,2D物理体将被视为不活动。参阅[constant " "physicsServer2D.SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]。" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 #, fuzzy msgid "" "Threshold linear velocity under which a 2D physics body will be considered " @@ -54778,7 +55721,7 @@ msgstr "" "线性速度的阈值。在此阈值下二维物理体被认为是不活动的。参阅[constant " "PhysicsServer2D.SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]。" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -54792,7 +55735,7 @@ msgstr "" "[b]警告:[/b] 从Godot 3.2开始,关于物理运算使用多线程的反馈不一。请务必评估它" "是否确实给你带来了额外的性能,并且在使用它时没有过时。" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 #, fuzzy msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " @@ -54801,13 +55744,13 @@ msgstr "" "2D物理物体不活动的时间(以秒为单位)。在此之前,2D物理体将进入睡眠状态。参阅" "[constant PhysicsServer2D.SPACE_PARAM_BODY_TIME_TO_SLEEP]。" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 #, fuzzy msgid "" "Sets whether the 3D physics world will be created with support for " @@ -54815,7 +55758,7 @@ msgid "" msgstr "" "设置三维物理世界的创建是否支持[SoftBody3D]物理运算(只适用于Bullet物理引擎)。" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -54828,7 +55771,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 #, fuzzy msgid "" "The default gravity strength in 3D (in meters per second squared).\n" @@ -54849,7 +55792,7 @@ msgstr "" "PhysicsServer3D.AREA_PARAM_GRAVITY, 9.8)\n" "[/codeblock]" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 #, fuzzy msgid "" "The default gravity direction in 3D.\n" @@ -54870,7 +55813,7 @@ msgstr "" "PhysicsServer3D.AREA_PARAM_GRAVITY_VECTOR, Vector3(0, -1, 0))\n" "[/codeblock]" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -54883,13 +55826,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 #, fuzzy msgid "" "Sets which physics engine to use for 3D physics.\n" @@ -54901,11 +55844,11 @@ msgstr "" "目前 \"DEFAULT \"是[url=https://bulletphysics.org]Bullet[/url]物理引擎。仍然" "支持 \"GodotPhysics3D \"引擎作为替代。" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "在根视图上启用 [member Viewport.physics_object_picking]。" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -54919,7 +55862,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -54932,7 +55875,7 @@ msgstr "" "[b]注意:[/b] 这个属性只在项目启动时被读取。要在运行时改变物理FPS,请设置" "[member Engine.iterations_per_second]来代替。" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 #, fuzzy msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " @@ -54953,7 +55896,7 @@ msgstr "" "但允许平滑帧率抖动。默认值0.5对大多数人来说应该是没有问题的;高于2的值可能会" "导致游戏对掉帧的反应有明显的延迟,不建议使用。" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -54963,7 +55906,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -54973,7 +55916,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -54984,7 +55927,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -54994,7 +55937,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -55002,7 +55945,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 #, fuzzy msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " @@ -55020,7 +55963,7 @@ msgstr "" "径,但会牺牲性能。这个选项只影响GLES2渲染后端,而且只影响桌面平台。在使用" "Vulkan后端时,它是不必要的。" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -55035,7 +55978,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -55044,13 +55987,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -55059,7 +56002,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -55069,7 +56012,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -55081,7 +56024,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -55091,24 +56034,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -55117,7 +56060,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -55125,7 +56068,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -55134,7 +56077,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -55144,7 +56087,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -55152,31 +56095,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 #, fuzzy msgid "" "Default background clear color. Overridable per [Viewport] using its " @@ -55189,7 +56132,7 @@ msgstr "" "方式更改此默认颜色,请使用use [method RenderingServer." "set_default_clear_color]。" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -55202,46 +56145,53 @@ msgstr "" "境,都会在场景加载时加载默认环境。如果不依赖默认环境,最好删除" "[code]default_env.tres[/code],或者在这里指定不同的默认环境。" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -55249,7 +56199,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -55259,7 +56209,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -55268,7 +56218,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -55277,14 +56227,14 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 #, fuzzy msgid "" "If [code]true[/code], the texture importer will import lossless textures " @@ -55293,7 +56243,7 @@ msgstr "" "如果[code]true[/code],纹理导入器将使用S3纹理压缩算法导入VRAM压缩的纹理。这种" "算法只在桌面平台和游戏机上支持。" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 #, fuzzy msgid "" "The default compression level for lossless WebP. Higher levels result in " @@ -55306,7 +56256,7 @@ msgstr "" "件变小。解压缩速度大多不受压缩级别的影响。[code]-1[/code]使用默认的gzip压缩级" "别,该级别与[code]6[/code]相同,但由于底层zlib更新,未来可能会发生变化。" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -55314,7 +56264,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -55323,7 +56273,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -55333,13 +56283,13 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 #, fuzzy msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" @@ -55349,7 +56299,7 @@ msgstr "" "如果[code]true[/code],图块地图的碰撞将被当作运动体处理。如果[code]false[/" "code],碰撞将被当作静态体来处理。" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -55358,13 +56308,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -55374,14 +56324,14 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 #, fuzzy msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " @@ -55390,14 +56340,14 @@ msgstr "" "由于性能或驱动支持问题,在移动设备上将对 [member rendering/quality/" "shadow_atlas/size]以低配数值覆盖。" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" "对一些GPU供应商(通常是移动设备)禁用深度预处理,因为他们的架构已经做了这个。" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " @@ -55406,7 +56356,7 @@ msgstr "" "如果 [code]true[/code],则在渲染材质之前执行先前的深度传递。当使用复杂的材料" "和照明时,这会提高高透支场景的性能。" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " @@ -55415,7 +56365,7 @@ msgstr "" "方向性阴影的大小,以像素为单位。更高的值会导致更清晰的阴影,但会以性能为代" "价。该值将被四舍五入到最接近的2次方。" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." @@ -55423,7 +56373,7 @@ msgstr "" "由于性能和驱动支持的问题,在移动设备上会对[member rendering/quality/" "directional_shadow/size] 以低配数值覆盖。" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 #, fuzzy msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" @@ -55440,7 +56390,7 @@ msgstr "" "在这种情况下,这个属性不会被更新,所以使用[code]OS.get_current_video_driver[/" "code]来在运行时查询它。" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -55452,7 +56402,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -55460,7 +56410,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 #, fuzzy msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " @@ -55472,7 +56422,7 @@ msgstr "" "值可以使边缘更平滑,但在某些硬件上会明显变慢。\n" "[b]注意:[/b] MSAA在使用GLES2后端的HTML5导出中不可用。" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -55481,7 +56431,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -55495,7 +56445,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 #, fuzzy msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " @@ -55509,7 +56459,7 @@ msgstr "" "使图像看起来很模糊,特别是在较低的分辨率。在1440p和4K等大分辨率下,仍然可以相" "对良好地工作。" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -55522,7 +56472,7 @@ msgstr "" "可能会提高移动设备的性能。如果 [code]false[/code],则使用线性 mipmap 过滤(也" "称为“三线性过滤”)。" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -55536,7 +56486,7 @@ msgstr "" "[code]SCREEN_TEXTURE[/code]和[code]DEPTH_TEXTURE[/code]将不能在着色器中使用," "而后处理效果将不能在[Environment]中使用。" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " @@ -55545,14 +56495,14 @@ msgstr "" "由于性能或驱动支持问题,在移动设备上对[member rendering/quality/" "intended_usage/framebuffer_allocation]以低配数值覆盖。" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 #, fuzzy msgid "" "Lower-end override for [member rendering/quality/lightmapping/" @@ -55561,27 +56511,27 @@ msgstr "" "由于性能问题或驱动支持,在移动设备上将对[member rendering/quality/shading/" "force_vertex_shading]以低配数值覆盖。" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 #, fuzzy msgid "" "Lower-end override for [member rendering/quality/reflections/" @@ -55591,7 +56541,7 @@ msgstr "" "由于性能问题或驱动程序支持,移动设备上将对 [member rendering/quality/" "reflections/ggx_samples] 以低性能数值覆盖。" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -55602,7 +56552,7 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 #, fuzzy msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " @@ -55613,7 +56563,7 @@ msgstr "" "mipmap。这减少了反射上的抖动噪声和放大伪影,但计算速度要慢得多,并且使用 " "[member rendering/quality/reflections/roughness_layers]时要花费更多的内存。" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " @@ -55622,7 +56572,7 @@ msgstr "" "由于性能问题或驱动支持,在移动设备上将对[member rendering/quality/" "reflections/texture_array_reflections]以低性能数值覆盖。" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." @@ -55630,7 +56580,7 @@ msgstr "" "如果 [code]true[/code],则使用速度更快但质量较低的 Blinn 模型而不是 GGX 模型" "来生成模糊反射。" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " @@ -55639,7 +56589,7 @@ msgstr "" "由于性能或驱动支持问题,在移动设备上将对[member rendering/quality/shading/" "force_blinn_over_ggx]以低值覆盖。" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." @@ -55647,7 +56597,7 @@ msgstr "" "如果 [code]true[/code],则使用速度更快但质量较低的 Lambert 材质照明模型而不" "是 Burley。" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " @@ -55656,7 +56606,7 @@ msgstr "" "由于性能问题或驱动支持,在移动设备上将对[member rendering/quality/shading/" "force_lambert_over_burley]以低配数值覆盖。" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " @@ -55665,7 +56615,7 @@ msgstr "" "如果 [code]true[/code],则为所有渲染强制顶点着色。这可以大大提高性能,但也会" "极大地降低质量。可用于优化低端移动设备的性能。" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " @@ -55674,7 +56624,7 @@ msgstr "" "由于性能问题或驱动支持,在移动设备上将对[member rendering/quality/shading/" "force_vertex_shading]以低配数值覆盖。" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -55685,7 +56635,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -55694,20 +56644,20 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "阴影贴图的细分象限大小。请参阅阴影映射文档。" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "阴影图集的尺寸(用于OmniLights和SpotLights)。见文档。" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." @@ -55715,7 +56665,7 @@ msgstr "" "由于性能或驱动支持问题,在移动设备上将对 [member rendering/quality/" "shadow_atlas/size]以低配数值覆盖。" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -55726,7 +56676,7 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 #, fuzzy msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " @@ -55735,14 +56685,14 @@ msgstr "" "由于性能或驱动支持问题,在移动设备上将对 [member rendering/quality/" "shadow_atlas/size]以低配数值覆盖。" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -55754,47 +56704,47 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 #, fuzzy msgid "Quality setting for subsurface scattering (samples taken)." msgstr "地下散射效应的强度。" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 #, fuzzy msgid "Max radius used for subsurface scattering samples." msgstr "地下散射效应的强度。" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " @@ -55803,7 +56753,7 @@ msgstr "" "渲染的线程模型。在线程上进行渲染可以极大地提高性能,但同步到主线程上会导致更" "多的抖动。" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -55811,7 +56761,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 #, fuzzy msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " @@ -55822,12 +56772,12 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" "如果[code]true[/code],纹理导入器将使用BPTC算法导入VRAM压缩的纹理。这种纹理压" "缩算法只在桌面平台上支持,而且只在使用Vulkan渲染器时支持。" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 #, fuzzy msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " @@ -55837,12 +56787,12 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" "如果[code]true[/code],纹理导入器将使用BPTC算法导入VRAM压缩的纹理。这种纹理压" "缩算法只在桌面平台上支持,而且只在使用Vulkan渲染器时支持。" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 #, fuzzy msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " @@ -55852,12 +56802,12 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" "如果[code]true[/code],纹理导入器将使用BPTC算法导入VRAM压缩的纹理。这种纹理压" "缩算法只在桌面平台上支持,而且只在使用Vulkan渲染器时支持。" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 #, fuzzy msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " @@ -55867,12 +56817,12 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" "如果[code]true[/code],纹理导入器将使用BPTC算法导入VRAM压缩的纹理。这种纹理压" "缩算法只在桌面平台上支持,而且只在使用Vulkan渲染器时支持。" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 #, fuzzy msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " @@ -55882,12 +56832,12 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" "如果[code]true[/code],纹理导入器将使用BPTC算法导入VRAM压缩的纹理。这种纹理压" "缩算法只在桌面平台上支持,而且只在使用Vulkan渲染器时支持。" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 #, fuzzy msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " @@ -56190,8 +57140,8 @@ msgid "" "also called Gaussian distribution." msgstr "" "产生一个[url=https://en.wikipedia.org/wiki/Normal_distribution]正态分布[/url]" -"的伪随机数,使用Box-Muller变换,具有指定的[code]平均值[/code]和标准[code]偏差" -"[/code]。这也被称为高斯分布。" +"的伪随机数,使用Box-Muller变换,具有指定的[code]mean[/code]和标准" +"[code]deviation[/code]。这也被称为高斯分布。" #: doc/classes/RandomNumberGenerator.xml:47 msgid "" @@ -57468,7 +58418,7 @@ msgstr "" "这个方法会被调用。它的行为可以通过覆盖脚本中的[method _setup_local_to_scene]" "进行定制。\n" "对于大多数资源,该方法不执行任何基本逻辑。[ViewportTexture]执行自定义逻辑以正" -"确设置本地视口中的代理纹理和标志。" +"确设置本地视窗中的代理纹理和标志。" #: doc/classes/Resource.xml:66 msgid "" @@ -58699,7 +59649,7 @@ msgid "" "details about damping." msgstr "" "阻尼刚体的旋转力。\n" -"关于阻尼的更多细节,请参见[member ProjectSettings.physics/3d/" +"关于阻尼的更多细节,请参阅[member ProjectSettings.physics/3d/" "default_angular_damp]。" #: doc/classes/RigidBody.xml:115 @@ -58761,8 +59711,8 @@ msgid "" "If [code]true[/code], the RigidBody will emit signals when it collides with " "another RigidBody. See also [member contacts_reported]." msgstr "" -"如果[code]true[/code],当RigidBody与另一个RigidBody碰撞时会发出信号。另见接触" -"报告[member contacts_reported]。" +"如果[code]true[/code],当RigidBody与另一个RigidBody碰撞时会发出信号。参阅" +"[member contacts_reported]。" #: doc/classes/RigidBody.xml:147 msgid "" @@ -59156,7 +60106,7 @@ msgid "" "If [code]true[/code], the body will emit signals when it collides with " "another RigidBody2D. See also [member contacts_reported]." msgstr "" -"如果[code]true[/code],则物体在与另一个RigidBody2D碰撞时会发出信号。另见" +"如果[code]true[/code],则物体在与另一个RigidBody2D碰撞时会发出信号。参阅" "[member contacts_reported]。" #: doc/classes/RigidBody2D.xml:121 @@ -61662,7 +62612,7 @@ msgstr "" "并不是可视化的。一个可碰撞物体可以使用这些层来选择它可以与哪些物体碰撞,使用" "collision_mask属性。\n" "如果对象A在对象B所扫描的任何层中,或者对象B在对象A所扫描的任何层中,就会检测" -"到接触。更多信息请参见文档中的[url=https://docs.godotengine.org/en/3.4/" +"到接触。更多信息请参阅文档中的[url=https://docs.godotengine.org/en/3.4/" "tutorials/physics/physics_introduction.html#collision-layers-and-masks]碰撞层" "和掩码[/url]。" @@ -62463,11 +63413,10 @@ msgid "" msgstr "如果[code]true[/code],深度测试被禁用,对象将按渲染顺序绘制。" #: doc/classes/SpatialMaterial.xml:195 -#, fuzzy msgid "" "If [code]true[/code], transparency is enabled on the body. See also [member " "params_blend_mode]." -msgstr "如果[code]true[/code],则启用主体的透明度。另见[member blend_mode]。" +msgstr "如果[code]true[/code],则启用物体的透明度。参阅[member blend_mode]。" #: doc/classes/SpatialMaterial.xml:198 #, fuzzy @@ -62475,14 +63424,13 @@ msgid "If [code]true[/code], the object is unaffected by lighting." msgstr "如果[code]true[/code],则对象不接收环境光。" #: doc/classes/SpatialMaterial.xml:201 -#, fuzzy msgid "" "If [code]true[/code], render point size can be changed.\n" "[b]Note:[/b] This is only effective for objects whose geometry is point-" "based rather than triangle-based. See also [member params_point_size]." msgstr "" "如果[code]true[/code],可以改变渲染点的大小。\n" -"[b]注意:[/b]这只对几何体是基于点而不是基于三角形的对象有效。另见[member " +"[b]注意:[/b]这只对几何体是基于点而不是基于三角形的对象有效。参阅[member " "point_size]。" #: doc/classes/SpatialMaterial.xml:205 @@ -62530,7 +63478,6 @@ msgstr "" "混合。要改变反射量,请使用[member roughness]。" #: doc/classes/SpatialMaterial.xml:217 -#, fuzzy msgid "" "Sets the size of the specular lobe. The specular lobe is the bright spot " "that is reflected from light sources.\n" @@ -62540,7 +63487,7 @@ msgid "" msgstr "" "设置镜面光叶的大小。镜面叶是光源反射的亮点。\n" "[b]注意:[/b]与[member metallic]不同,这不是能量守恒,所以在大多数情况下,应该" -"将其保留在[code]0.5[/code]。另见[member roughness]。" +"将其保留在[code]0.5[/code]。参阅[member roughness]。" #: doc/classes/SpatialMaterial.xml:221 msgid "" @@ -64519,39 +65466,32 @@ msgid "Constructs a new String from the given [Array]." msgstr "从给定的 [Array] 构造一个新字符串。" #: doc/classes/String.xml:136 -#, fuzzy msgid "Constructs a new String from the given [PoolByteArray]." -msgstr "从给定的 [PackedByteArray] 构造一个新字符串。" +msgstr "从给定的[PoolByteArray]构造一个新的字符串。" #: doc/classes/String.xml:143 -#, fuzzy msgid "Constructs a new String from the given [PoolIntArray]." -msgstr "从给定的 [Array] 构造一个新字符串。" +msgstr "从给定的[PoolIntArray]构造一个新的字符串。" #: doc/classes/String.xml:150 -#, fuzzy msgid "Constructs a new String from the given [PoolRealArray]." -msgstr "从给定的 [Array] 构造一个新字符串。" +msgstr "从给定的[PoolRealArray]构造一个新的字符串。" #: doc/classes/String.xml:157 -#, fuzzy msgid "Constructs a new String from the given [PoolStringArray]." -msgstr "从给定的 [PackedStringArray] 构造一个新字符串。" +msgstr "从给定的[PoolStringArray]构造一个新的字符串。" #: doc/classes/String.xml:164 -#, fuzzy msgid "Constructs a new String from the given [PoolVector2Array]." -msgstr "从给定的 [PackedVector2Array] 构造一个新字符串。" +msgstr "从给定的[PoolVector2Array]构造一个新的字符串。" #: doc/classes/String.xml:171 -#, fuzzy msgid "Constructs a new String from the given [PoolVector3Array]." -msgstr "从给定的 [PackedVector3Array] 构造一个新字符串。" +msgstr "从给定的[PoolVector3Array]构造一个新的字符串。" #: doc/classes/String.xml:178 -#, fuzzy msgid "Constructs a new String from the given [PoolColorArray]." -msgstr "从给定的 [PackedColorArray] 构造一个新字符串。" +msgstr "从给定的[PoolColorArray]构建一个新的字符串。" #: doc/classes/String.xml:185 msgid "Returns [code]true[/code] if the string begins with the given string." @@ -64689,16 +65629,17 @@ msgid "" "Finds the last occurrence of a substring. Returns the starting position of " "the substring or [code]-1[/code] if not found." msgstr "" +"查找最后一次出现的子字符串。如果未找到,则返回子字符串的起始位置或 [code]-1[/" +"code]。" #: doc/classes/String.xml:293 -#, fuzzy msgid "" "Finds the first occurrence of a substring, ignoring case. Returns the " "starting position of the substring or [code]-1[/code] if not found. " "Optionally, the initial search index can be passed." msgstr "" -"在数组中查找指定的值,返回对应的索引,未找到时返回 [code]-1[/code]。还可以传" -"入搜索起始位置的索引。" +"查找子字符串的第一次出现,忽略大小写。如果未找到,则返回子字符串的起始位置或 " +"[code]-1[/code]。或者,可以传递初始搜索索引。" #: doc/classes/String.xml:301 msgid "" @@ -64733,6 +65674,18 @@ msgid "" "print(\"\".get_extension()) # \"\" (empty string)\n" "[/codeblock]" msgstr "" +"如果字符串是一个有效的文件名或路径,返回不带句点的扩展名([code]. [/code])。" +"如果字符串不包含扩展名,则返回一个空字符串。\n" +"[codeblock]\n" +"print(\"/path/to/file.txt\".get_extension()) # \"txt\"\n" +"print(\"file.txt\".get_extension()) # \"txt\"\n" +"print(\"file.sample.txt\".get_extension()) # \"txt\"\n" +"print(\".txt\".get_extension()) # \"txt\"\n" +"print(\"file.txt.\".get_extension()) # \"\" (空字符串)\n" +"print(\"file.txt..\".get_extension()) # \"\" (空字符串)\n" +"print(\"txt\".get_extension()) # \"\" (空字符串)\n" +"print(\"\".get_extension()) # \"\" (空字符串)\n" +"[/codeblock]" #: doc/classes/String.xml:335 msgid "If the string is a valid file path, returns the filename." @@ -64897,6 +65850,9 @@ msgid "" "Reserved_IP_addresses]reserved IP addresses[/url] such as [code]0.0.0.0[/" "code] as valid." msgstr "" +"如果此字符串仅包含格式正确的 IPv4 或 IPv6 地址,则返回 [code]true[/code]。该" +"方法认为[url=https://en.wikipedia.org/wiki/Reserved_IP_addresses]保留IP地址[/" +"url]如[code]0.0.0.0[/code]是有效的。" #: doc/classes/String.xml:464 msgid "" @@ -66694,7 +67650,7 @@ msgid "" "Centers the viewport on the line the editing cursor is at. This also resets " "the [member scroll_horizontal] value to [code]0[/code]." msgstr "" -"将视口置于编辑光标所在的线上。这也会将 [member scroll_horizontal] 值重置为 " +"将视窗置于编辑光标所在的线上。这也会将 [member scroll_horizontal] 值重置为 " "[code]0[/code]。" #: doc/classes/TextEdit.xml:47 @@ -66728,7 +67684,7 @@ msgid "" "will center at the cursor position after the move occurs." msgstr "" "将光标移动到指定的 [code] column [/code] 索引处。\n" -"如果 [code]adjust_viewport[/code] 设置为 [code]true[/code],则移动发生后视口" +"如果 [code]adjust_viewport[/code] 设置为 [code]true[/code],则移动发生后视窗" "将以光标位置为中心。" #: doc/classes/TextEdit.xml:90 @@ -66740,7 +67696,7 @@ msgid "" "[code]line[/code] can be hidden using [method set_line_as_hidden]." msgstr "" "在指定的 [code] line [/code] 索引处移动光标。\n" -"如果 [code]adjust_viewport[/code] 设置为 [code]true[/code],则移动发生后视口" +"如果 [code]adjust_viewport[/code] 设置为 [code]true[/code],则移动发生后视窗" "将以光标位置为中心。\n" "如果 [code]can_be_hidden[/code] 设置为 [code]true[/code],则可以使用 [method " "set_line_as_hidden] 隐藏指定的 [code] line [/code]。" @@ -67268,7 +68224,7 @@ msgid "" msgstr "" "纹理的作用是在视频硬件中注册一个图像,然后可以在3D模型或2D[Sprite]或" "GUI[Control]中使用。\n" -"纹理通常是通过从文件中加载来创建的。参见[方法 @GDScript.load]。\n" +"纹理通常是通过从文件中加载来创建的。参阅[方法 @GDScript.load]。\n" "[Texture]是其他资源的基础。它不能被直接使用。\n" "[b]注意:[/b] 由于图形硬件的限制,最大的纹理尺寸是16384×16384像素。较大的纹理" "可能无法导入。" @@ -67452,7 +68408,7 @@ msgstr "" "[Theme]主题资源。它的创建速度更快,但它不像更复杂的[Control]那样支持本土化" "(localization)。\n" "\"正常\"状态必须包含一个纹理([member texture_normal]);其他纹理是可选的。\n" -"也请参见[BaseButton],它包含了与该节点相关的通用属性和方法。" +"也请参阅[BaseButton],它包含了与该节点相关的通用属性和方法。" #: doc/classes/TextureButton.xml:18 msgid "" @@ -69411,26 +70367,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "禁用 [ToolButton] 时使用的文本 [Color]颜色。" #: doc/classes/ToolButton.xml:39 +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/ToolButton.xml:42 msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "[ToolButton] 悬停时使用的文本 [Color]颜色。" -#: doc/classes/ToolButton.xml:42 +#: doc/classes/ToolButton.xml:45 msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "按下 [ToolButton] 时使用的文本 [Color]颜色。" -#: doc/classes/ToolButton.xml:45 +#: doc/classes/ToolButton.xml:48 msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "当[ToolButton]被悬停时使用的[StyleBox]。" -#: doc/classes/ToolButton.xml:48 +#: doc/classes/ToolButton.xml:51 msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "[ToolButton] 的图标和文本之间的水平间距。" -#: doc/classes/ToolButton.xml:51 +#: doc/classes/ToolButton.xml:54 msgid "Default [StyleBox] for the [ToolButton]." msgstr "[ToolButton] 的默认 [StyleBox]。" -#: doc/classes/ToolButton.xml:54 +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "当[ToolButton]被按下时使用的[StyleBox]。" @@ -72338,7 +73301,7 @@ msgstr "" "一个变体。\n" "- 可以存储几乎任何数据类型。\n" "- 可以在许多变体之间执行操作。GDScript使用变体作为其原子及原生数据类型。\n" -"- 可以被散列,所以可以快速与其他变体进行比较。\n" +"- 可以被哈希,所以可以快速与其他变体进行比较。\n" "- 可以用于数据类型之间的安全转换。\n" "- 可以用来抽象调用方法和它们的参数。Godot通过变体导出所有函数。\n" "- 可以用来推迟调用或在线程之间移动数据。\n" @@ -74442,11 +75405,11 @@ msgstr "" #: modules/visual_script/doc_classes/VisualScript.xml:19 msgid "Add a custom signal with the specified name to the VisualScript." -msgstr "在可视化脚本中添加一个具有指定名称的自定义信号。" +msgstr "在可视化脚本中添加指定名称的自定义信号。" #: modules/visual_script/doc_classes/VisualScript.xml:26 msgid "Add a function with the specified name to the VisualScript." -msgstr "在可视化脚本中添加一个具有指定名称的函数。" +msgstr "在可视化脚本中添加指定名称的函数。" #: modules/visual_script/doc_classes/VisualScript.xml:36 msgid "Add a node to a function of the VisualScript." @@ -77070,7 +78033,7 @@ msgid "" "an empty string." msgstr "" "返回视频适配器的名称(例如:\"GeForce GTX 1080/PCIe/SSE2\")。\n" -"[b]注意:[/b]当运行一个无头或服务器可执行文件时,这个函数返回一个空字符串。" +"[b]注意:[/b]当运行一个精简或服务器可执行文件时,这个函数返回一个空字符串。" #: doc/classes/VisualServer.xml:996 msgid "" @@ -77079,7 +78042,7 @@ msgid "" "an empty string." msgstr "" "返回视频适配器的供应商(例如,\"NVIDIA Corporation\")。\n" -"[b]注意:[/b] 当运行无头或服务器可执行文件时,该函数返回一个空字符串。" +"[b]注意:[/b] 当运行精简或服务器可执行文件时,该函数返回一个空字符串。" #: doc/classes/VisualServer.xml:1003 msgid "Returns the id of a white texture. Creates one if none exists." @@ -77586,7 +78549,7 @@ msgid "" "splits resulting in a smoother transition between them. Equivalent to " "[member DirectionalLight.directional_shadow_blend_splits]." msgstr "" -"如果[code]true[/code],这个定向光会在阴影贴图分割之间混合,以使它们之间的过渡" +"如果[code]true[/code],这个平行光会在阴影贴图分割之间混合,以使它们之间的过渡" "更加平滑。相当于[member DirectionalLight.directional_shadow_blend_splits]。" #: doc/classes/VisualServer.xml:1519 @@ -77595,7 +78558,7 @@ msgid "" "[member DirectionalLight.directional_shadow_depth_range]. See [enum " "LightDirectionalShadowDepthRangeMode] for options." msgstr "" -"设置这个定向光源的阴影深度范围模式。相当于[member DirectionalLight." +"设置这个平行光源的阴影深度范围模式。相当于[member DirectionalLight." "directional_shadow_depth_range]。参阅[enum " "LightDirectionalShadowDepthRangeMode]的选项。" @@ -77605,7 +78568,7 @@ msgid "" "DirectionalLight.directional_shadow_mode]. See [enum " "LightDirectionalShadowMode] for options." msgstr "" -"设置此定向光源的阴影模式。相当于[member DirectionalLight3D." +"设置此平行光源的阴影模式。相当于[member DirectionalLight3D." "directional_shadow_mode]。参阅[enum LightDirectionalShadowMode]的选项。" #: doc/classes/VisualServer.xml:1535 @@ -78744,7 +79707,7 @@ msgstr "" "将视窗复制到屏幕上由[code]rect[/code]指定的区域。如果[member Viewport." "render_direct_to_screen]是[code]true[/code],那么视窗就不会使用帧缓冲器,视窗" "的内容会直接渲染到屏幕上。然而,请注意,根视窗是最后绘制的,因此它将在屏幕上" -"绘制。因此,你必须将根视口设置为一个不覆盖你所附加的这个视口的区域。\n" +"绘制。因此,你必须将根视窗设置为一个不覆盖你所附加的这个视窗的区域。\n" "例如,你可以用以下代码将根视窗设置为完全不渲染。\n" "[codeblock]\n" "func _ready():\n" @@ -78752,7 +79715,7 @@ msgstr "" " $Viewport.set_attach_to_screen_rect(Rect2(0, 0, 600, 600))\n" "[/codeblock]\n" "使用这个方法可以带来明显的优化,特别是在低端设备上。然而,它的代价是必须手动" -"管理你的视口。对于进一步的优化,请看,[method " +"管理你的视窗。对于进一步的优化,请看,[method " "viewport_set_render_direct_to_screen]。" #: doc/classes/VisualServer.xml:2882 @@ -78763,7 +79726,7 @@ msgid "" "Once finished with your RID, you will want to free the RID using the " "VisualServer's [method free_rid] static method." msgstr "" -"创建一个空视口并将其添加到VisualServer中。可以用返回的RID来访问它。这个RID将" +"创建一个空视窗并将其添加到VisualServer中。可以用返回的RID来访问它。这个RID将" "用于所有[code]viewport_*[/code] 的VisualServer函数。\n" "一旦你用完了RID,你要使用VisualServer的[method free_rid]静态方法释放RID。" @@ -78783,7 +79746,7 @@ msgstr "返回视窗的最后渲染帧。" #: doc/classes/VisualServer.xml:2913 msgid "Detaches a viewport from a canvas and vice versa." -msgstr "从画布分离视口,反之亦然。" +msgstr "从画布分离视窗,反之亦然。" #: doc/classes/VisualServer.xml:2921 msgid "If [code]true[/code], sets the viewport active, else sets it inactive." @@ -78864,11 +79827,11 @@ msgid "" "significantly larger than the window size." msgstr "" "如果[code]true[/code],直接将视窗的内容渲染到屏幕上。这允许一个低级别的优化," -"你可以跳过绘制视口到根视口。虽然这种优化可以显著提高速度(特别是在旧设备" -"上),但它是以牺牲可用性为代价的。当启用这个功能时,你不能从视口或" +"你可以跳过绘制视窗到根视窗。虽然这种优化可以显著提高速度(特别是在旧设备" +"上),但它是以牺牲可用性为代价的。当启用这个功能时,你不能从视窗或" "[code]SCREEN_TEXTURE[/code]中读取。你也会失去某些窗口设置的好处,比如各种拉伸" "模式。另一个需要注意的后果是,在2D中,渲染是以窗口坐标进行的,所以如果你有一" -"个两倍于窗口大小的视口,并且你设置了这个,那么只有适合窗口的部分才会被绘制," +"个两倍于窗口大小的视窗,并且你设置了这个,那么只有适合窗口的部分才会被绘制," "没有自动缩放的可能,即使你的游戏场景明显大于窗口大小。" #: doc/classes/VisualServer.xml:3037 @@ -78901,8 +79864,8 @@ msgid "" "[code]0.5[/code] generally give the best results. See also [method " "viewport_set_use_fxaa]." msgstr "" -"为视口[code]viewport[/code]设定锐化强度[code]intensity[/code]。如果设置为大于" -"[code]0.0[/code]的值,对比度适应性锐化将被应用到3D视口中。这具有较低的性能成" +"为视窗[code]viewport[/code]设定锐化强度[code]intensity[/code]。如果设置为大于" +"[code]0.0[/code]的值,对比度适应性锐化将被应用到3D视窗中。这具有较低的性能成" "本,可以用来恢复使用FXAA时损失的一些锐度。一般来说,[code]0.5[/code]左右的值" "可以得到最好的效果。参阅[method viewport_set_use_fxaa]。" @@ -79327,15 +80290,15 @@ msgstr "在计算阴影贴图时,在水平方向上使用更多的细节。" #: doc/classes/VisualServer.xml:3447 msgid "Use orthogonal shadow projection for directional light." -msgstr "对定向光使用正交阴影投影。" +msgstr "对平行光使用正交阴影投影。" #: doc/classes/VisualServer.xml:3450 msgid "Use 2 splits for shadow projection when using directional light." -msgstr "使用定向光时,使用 2 个分割进行阴影投影。" +msgstr "使用平行光时,使用 2 个分割进行阴影投影。" #: doc/classes/VisualServer.xml:3453 msgid "Use 4 splits for shadow projection when using directional light." -msgstr "使用定向光时,使用 4 个分割进行阴影投影。" +msgstr "使用平行光时,使用 4 个分割进行阴影投影。" #: doc/classes/VisualServer.xml:3456 msgid "" @@ -83786,6 +84749,24 @@ msgid "" "If [code]true[/code], child nodes are sorted, otherwise sorting is disabled." msgstr "如果为[code]true[/code],则对子节点进行排序,否则禁用排序。" +#~ msgid "" +#~ "Returns a list of intersecting [Area]s. For performance reasons " +#~ "(collisions are all processed at the same time) this list is modified " +#~ "once during the physics step, not immediately after objects are moved. " +#~ "Consider using signals instead." +#~ msgstr "" +#~ "返回一个相交的区域[Area]的列表。由于性能原因(碰撞都是同时处理的),这个列" +#~ "表在物理步骤中被修改一次,而不是在物体被移动后立即修改。可以考虑使用信号来" +#~ "代替。" + +#~ msgid "Emitted when the resource value was set and user clicked to edit it." +#~ msgstr "在设置资源值并且用户单击以对其进行编辑时发出。" + +#~ msgid "" +#~ "OpenGL texture format [code]RED[/code] with a single component and a " +#~ "bitdepth of 8." +#~ msgstr "OpenGL纹理格式[code]RED[/code],具有单一分量,位深为8。" + #~ msgid "Returns the label used for built-in text." #~ msgstr "返回用于内置文本的标签。" diff --git a/doc/translations/zh_TW.po b/doc/translations/zh_TW.po index 456c9be89c..1621b1915b 100644 --- a/doc/translations/zh_TW.po +++ b/doc/translations/zh_TW.po @@ -25,43 +25,43 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 4.9-dev\n" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Description" msgstr "說明" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Tutorials" msgstr "教學" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Properties" msgstr "屬性" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Methods" msgstr "方法" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Theme Properties" msgstr "主題屬性" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Signals" msgstr "訊號" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Enumerations" msgstr "列舉類型" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Constants" msgstr "常數" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Property Descriptions" msgstr "屬性說明" -#: doc/tools/makerst.py +#: doc/tools/make_rst.py msgid "Method Descriptions" msgstr "方法說明" @@ -6319,21 +6319,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area.xml:17 msgid "" -"Returns a list of intersecting [Area]s. For performance reasons (collisions " -"are all processed at the same time) this list is modified once during the " -"physics step, not immediately after objects are moved. Consider using " -"signals instead." +"Returns a list of intersecting [Area]s. The overlapping area's [member " +"CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:23 +#: doc/classes/Area.xml:24 msgid "" -"Returns a list of intersecting [PhysicsBody]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody]s. The overlapping body's " +"[member CollisionObject.collision_layer] must be part of this area's [member " +"CollisionObject.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:30 +#: doc/classes/Area.xml:32 msgid "" "If [code]true[/code], the given area overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6341,7 +6345,7 @@ msgid "" "physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area.xml:38 +#: doc/classes/Area.xml:40 msgid "" "If [code]true[/code], the given physics body overlaps the Area.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6352,7 +6356,7 @@ msgid "" "their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area.xml:46 +#: doc/classes/Area.xml:48 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6360,41 +6364,41 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area.xml:50 doc/classes/Area2D.xml:52 +#: doc/classes/Area.xml:52 doc/classes/Area2D.xml:54 msgid "The name of the area's audio bus." msgstr "" -#: doc/classes/Area.xml:53 doc/classes/Area2D.xml:55 +#: doc/classes/Area.xml:55 doc/classes/Area2D.xml:57 msgid "" "If [code]true[/code], the area's audio bus overrides the default audio bus." msgstr "" -#: doc/classes/Area.xml:56 +#: doc/classes/Area.xml:58 msgid "" "The area's gravity intensity (in meters per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area.xml:59 doc/classes/Area2D.xml:61 +#: doc/classes/Area.xml:61 doc/classes/Area2D.xml:63 msgid "" "The falloff factor for point gravity. The greater the value, the faster " "gravity decreases with distance." msgstr "" -#: doc/classes/Area.xml:62 doc/classes/Area2D.xml:64 +#: doc/classes/Area.xml:64 doc/classes/Area2D.xml:66 msgid "" "If [code]true[/code], gravity is calculated from a point (set via [member " "gravity_vec]). See also [member space_override]." msgstr "" -#: doc/classes/Area.xml:65 doc/classes/Area2D.xml:67 +#: doc/classes/Area.xml:67 doc/classes/Area2D.xml:69 msgid "" "The area's gravity vector (not normalized). If gravity is a point (see " "[member gravity_point]), this will be the point of attraction." msgstr "" -#: doc/classes/Area.xml:68 +#: doc/classes/Area.xml:70 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6402,61 +6406,61 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area.xml:72 doc/classes/Area2D.xml:74 +#: doc/classes/Area.xml:74 doc/classes/Area2D.xml:76 msgid "If [code]true[/code], other monitoring areas can detect this area." msgstr "" -#: doc/classes/Area.xml:75 doc/classes/Area2D.xml:77 +#: doc/classes/Area.xml:77 doc/classes/Area2D.xml:79 msgid "" "If [code]true[/code], the area detects bodies or areas entering and exiting " "it." msgstr "" -#: doc/classes/Area.xml:78 doc/classes/Area2D.xml:80 +#: doc/classes/Area.xml:80 doc/classes/Area2D.xml:82 msgid "The area's priority. Higher priority areas are processed first." msgstr "" -#: doc/classes/Area.xml:81 +#: doc/classes/Area.xml:83 msgid "" "The degree to which this area applies reverb to its associated audio. Ranges " "from [code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:84 +#: doc/classes/Area.xml:86 msgid "If [code]true[/code], the area applies reverb to its associated audio." msgstr "" -#: doc/classes/Area.xml:87 +#: doc/classes/Area.xml:89 msgid "The reverb bus name to use for this area's associated audio." msgstr "" -#: doc/classes/Area.xml:90 +#: doc/classes/Area.xml:92 msgid "" "The degree to which this area's reverb is a uniform effect. Ranges from " "[code]0[/code] to [code]1[/code] with [code]0.1[/code] precision." msgstr "" -#: doc/classes/Area.xml:93 doc/classes/Area2D.xml:83 +#: doc/classes/Area.xml:95 doc/classes/Area2D.xml:85 msgid "" "Override mode for gravity and damping calculations within this area. See " "[enum SpaceOverride] for possible values." msgstr "" -#: doc/classes/Area.xml:100 +#: doc/classes/Area.xml:102 msgid "" "Emitted when another Area enters this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:107 +#: doc/classes/Area.xml:109 msgid "" "Emitted when another Area exits this Area. Requires [member monitoring] to " "be set to [code]true[/code].\n" "[code]area[/code] the other Area." msgstr "" -#: doc/classes/Area.xml:117 doc/classes/Area.xml:130 +#: doc/classes/Area.xml:119 doc/classes/Area.xml:132 msgid "" "Emitted when one of another Area's [Shape]s enters one of this Area's " "[Shape]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6471,7 +6475,7 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:140 +#: doc/classes/Area.xml:142 msgid "" "Emitted when a [PhysicsBody] or [GridMap] enters this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6480,7 +6484,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:147 +#: doc/classes/Area.xml:149 msgid "" "Emitted when a [PhysicsBody] or [GridMap] exits this Area. Requires [member " "monitoring] to be set to [code]true[/code]. [GridMap]s are detected if the " @@ -6489,7 +6493,7 @@ msgid "" "[PhysicsBody] or [GridMap]." msgstr "" -#: doc/classes/Area.xml:157 doc/classes/Area.xml:170 +#: doc/classes/Area.xml:159 doc/classes/Area.xml:172 msgid "" "Emitted when one of a [PhysicsBody] or [GridMap]'s [Shape]s enters one of " "this Area's [Shape]s. Requires [member monitoring] to be set to [code]true[/" @@ -6506,29 +6510,29 @@ msgid "" "shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area.xml:180 doc/classes/Area2D.xml:170 +#: doc/classes/Area.xml:182 doc/classes/Area2D.xml:172 msgid "This area does not affect gravity/damping." msgstr "" -#: doc/classes/Area.xml:183 doc/classes/Area2D.xml:173 +#: doc/classes/Area.xml:185 doc/classes/Area2D.xml:175 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order)." msgstr "" -#: doc/classes/Area.xml:186 doc/classes/Area2D.xml:176 +#: doc/classes/Area.xml:188 doc/classes/Area2D.xml:178 msgid "" "This area adds its gravity/damping values to whatever has been calculated so " "far (in [member priority] order), ignoring any lower priority areas." msgstr "" -#: doc/classes/Area.xml:189 doc/classes/Area2D.xml:179 +#: doc/classes/Area.xml:191 doc/classes/Area2D.xml:181 msgid "" "This area replaces any gravity/damping, even the defaults, ignoring any " "lower priority areas." msgstr "" -#: doc/classes/Area.xml:192 doc/classes/Area2D.xml:182 +#: doc/classes/Area.xml:194 doc/classes/Area2D.xml:184 msgid "" "This area replaces any gravity/damping calculated so far (in [member " "priority] order), but keeps calculating the rest of the areas." @@ -6567,21 +6571,25 @@ msgstr "https://docs.godotengine.org/en/latest/tutorials/vr/index.html" #: doc/classes/Area2D.xml:19 msgid "" -"Returns a list of intersecting [Area2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [Area2D]s. The overlapping area's [member " +"CollisionObject2D.collision_layer] must be part of this area's [member " +"CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:25 +#: doc/classes/Area2D.xml:26 msgid "" -"Returns a list of intersecting [PhysicsBody2D]s. For performance reasons " -"(collisions are all processed at the same time) this list is modified once " -"during the physics step, not immediately after objects are moved. Consider " -"using signals instead." +"Returns a list of intersecting [PhysicsBody2D]s. The overlapping body's " +"[member CollisionObject2D.collision_layer] must be part of this area's " +"[member CollisionObject2D.collision_mask] in order to be detected.\n" +"For performance reasons (collisions are all processed at the same time) this " +"list is modified once during the physics step, not immediately after objects " +"are moved. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:32 +#: doc/classes/Area2D.xml:34 msgid "" "If [code]true[/code], the given area overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6589,7 +6597,7 @@ msgid "" "the physics step. Consider using signals instead." msgstr "" -#: doc/classes/Area2D.xml:40 +#: doc/classes/Area2D.xml:42 msgid "" "If [code]true[/code], the given physics body overlaps the Area2D.\n" "[b]Note:[/b] The result of this test is not immediate after moving objects. " @@ -6600,7 +6608,7 @@ msgid "" "register their tiles with collision shapes as a virtual physics body)." msgstr "" -#: doc/classes/Area2D.xml:48 +#: doc/classes/Area2D.xml:50 msgid "" "The rate at which objects stop spinning in this area. Represents the angular " "velocity lost per second.\n" @@ -6608,14 +6616,14 @@ msgid "" "details about damping." msgstr "" -#: doc/classes/Area2D.xml:58 +#: doc/classes/Area2D.xml:60 msgid "" "The area's gravity intensity (in pixels per second squared). This value " "multiplies the gravity vector. This is useful to alter the force of gravity " "without altering its direction." msgstr "" -#: doc/classes/Area2D.xml:70 +#: doc/classes/Area2D.xml:72 msgid "" "The rate at which objects stop moving in this area. Represents the linear " "velocity lost per second.\n" @@ -6623,21 +6631,21 @@ msgid "" "about damping." msgstr "" -#: doc/classes/Area2D.xml:90 +#: doc/classes/Area2D.xml:92 msgid "" "Emitted when another Area2D enters this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:97 +#: doc/classes/Area2D.xml:99 msgid "" "Emitted when another Area2D exits this Area2D. Requires [member monitoring] " "to be set to [code]true[/code].\n" "[code]area[/code] the other Area2D." msgstr "" -#: doc/classes/Area2D.xml:107 +#: doc/classes/Area2D.xml:109 msgid "" "Emitted when one of another Area2D's [Shape2D]s enters one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6652,7 +6660,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:120 +#: doc/classes/Area2D.xml:122 msgid "" "Emitted when one of another Area2D's [Shape2D]s exits one of this Area2D's " "[Shape2D]s. Requires [member monitoring] to be set to [code]true[/code].\n" @@ -6667,7 +6675,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:130 +#: doc/classes/Area2D.xml:132 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] enters this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6676,7 +6684,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:137 +#: doc/classes/Area2D.xml:139 msgid "" "Emitted when a [PhysicsBody2D] or [TileMap] exits this Area2D. Requires " "[member monitoring] to be set to [code]true[/code]. [TileMap]s are detected " @@ -6685,7 +6693,7 @@ msgid "" "[PhysicsBody2D] or [TileMap]." msgstr "" -#: doc/classes/Area2D.xml:147 +#: doc/classes/Area2D.xml:149 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s enters one " "of this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -6704,7 +6712,7 @@ msgid "" "[code]self.shape_owner_get_owner(local_shape_index)[/code]." msgstr "" -#: doc/classes/Area2D.xml:160 +#: doc/classes/Area2D.xml:162 msgid "" "Emitted when one of a [PhysicsBody2D] or [TileMap]'s [Shape2D]s exits one of " "this Area2D's [Shape2D]s. Requires [member monitoring] to be set to " @@ -10289,7 +10297,8 @@ msgstr "" msgid "" "Bakes the lightmap, scanning from the given [code]from_node[/code] root and " "saves the resulting [BakedLightmapData] in [code]data_save_path[/code]. If " -"no save path is provided it will try to match the path from the current " +"no root node is provided, parent of this node will be used as root instead. " +"If no save path is provided it will try to match the path from the current " "[member light_data]." msgstr "" @@ -10488,19 +10497,31 @@ msgstr "" msgid "Returns if user cancels baking." msgstr "" -#: doc/classes/BakedLightmap.xml:133 +#: doc/classes/BakedLightmap.xml:131 +msgid "" +"Returns if lightmapper can't be created. Unless you are using a custom " +"lightmapper, please report this as bug." +msgstr "" + +#: doc/classes/BakedLightmap.xml:134 +msgid "" +"There is no root node to start baking from. Either provide [code]from_node[/" +"code] argument or attach this node to a parent that should be used as root." +msgstr "" + +#: doc/classes/BakedLightmap.xml:137 msgid "No environment is used during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:136 +#: doc/classes/BakedLightmap.xml:140 msgid "The baked environment is automatically picked from the current scene." msgstr "" -#: doc/classes/BakedLightmap.xml:139 +#: doc/classes/BakedLightmap.xml:143 msgid "A custom sky is used as environment during baking." msgstr "" -#: doc/classes/BakedLightmap.xml:142 +#: doc/classes/BakedLightmap.xml:146 msgid "A custom solid color is used as environment during baking." msgstr "" @@ -11345,26 +11366,33 @@ msgid "Text [Color] used when the [Button] is disabled." msgstr "" #: doc/classes/Button.xml:77 -msgid "Text [Color] used when the [Button] is being hovered." +msgid "" +"Text [Color] used when the [Button] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/Button.xml:80 -msgid "Text [Color] used when the [Button] is being pressed." +msgid "Text [Color] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:83 -msgid "[StyleBox] used when the [Button] is being hovered." +msgid "Text [Color] used when the [Button] is being pressed." msgstr "" #: doc/classes/Button.xml:86 -msgid "The horizontal space between [Button]'s icon and text." +msgid "[StyleBox] used when the [Button] is being hovered." msgstr "" #: doc/classes/Button.xml:89 -msgid "Default [StyleBox] for the [Button]." +msgid "The horizontal space between [Button]'s icon and text." msgstr "" #: doc/classes/Button.xml:92 +msgid "Default [StyleBox] for the [Button]." +msgstr "" + +#: doc/classes/Button.xml:95 msgid "[StyleBox] used when the [Button] is being pressed." msgstr "" @@ -12837,80 +12865,96 @@ msgstr "" msgid "The check icon to display when the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:30 +#: doc/classes/CheckBox.xml:28 +msgid "The check icon to display when the [CheckBox] is checked and disabled." +msgstr "" + +#: doc/classes/CheckBox.xml:31 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is disabled." msgstr "" -#: doc/classes/CheckBox.xml:33 +#: doc/classes/CheckBox.xml:34 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is focused." msgstr "" -#: doc/classes/CheckBox.xml:36 +#: doc/classes/CheckBox.xml:37 msgid "The [Font] to use for the [CheckBox] text." msgstr "" -#: doc/classes/CheckBox.xml:39 +#: doc/classes/CheckBox.xml:40 msgid "The [CheckBox] text's font color." msgstr "" -#: doc/classes/CheckBox.xml:42 +#: doc/classes/CheckBox.xml:43 msgid "The [CheckBox] text's font color when it's disabled." msgstr "" -#: doc/classes/CheckBox.xml:45 +#: doc/classes/CheckBox.xml:46 +msgid "" +"The [CheckBox] text's font color when it's focused. Only replaces the normal " +"text color of the checkbox. Disabled, hovered, and pressed states take " +"precedence over this color." +msgstr "" + +#: doc/classes/CheckBox.xml:49 msgid "The [CheckBox] text's font color when it's hovered." msgstr "" -#: doc/classes/CheckBox.xml:48 +#: doc/classes/CheckBox.xml:52 msgid "The [CheckBox] text's font color when it's hovered and pressed." msgstr "" -#: doc/classes/CheckBox.xml:51 +#: doc/classes/CheckBox.xml:55 msgid "The [CheckBox] text's font color when it's pressed." msgstr "" -#: doc/classes/CheckBox.xml:54 +#: doc/classes/CheckBox.xml:58 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered." msgstr "" -#: doc/classes/CheckBox.xml:57 +#: doc/classes/CheckBox.xml:61 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is hovered and " "pressed." msgstr "" -#: doc/classes/CheckBox.xml:60 +#: doc/classes/CheckBox.xml:64 msgid "The separation between the check icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckBox.xml:63 doc/classes/CheckButton.xml:58 +#: doc/classes/CheckBox.xml:67 doc/classes/CheckButton.xml:61 msgid "The [StyleBox] to display as a background." msgstr "" -#: doc/classes/CheckBox.xml:66 +#: doc/classes/CheckBox.xml:70 msgid "" "The [StyleBox] to display as a background when the [CheckBox] is pressed." msgstr "" -#: doc/classes/CheckBox.xml:69 +#: doc/classes/CheckBox.xml:73 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is checked." msgstr "" -#: doc/classes/CheckBox.xml:74 +#: doc/classes/CheckBox.xml:78 msgid "" "If the [CheckBox] is configured as a radio button, the icon to display when " "the [CheckBox] is unchecked." msgstr "" -#: doc/classes/CheckBox.xml:79 +#: doc/classes/CheckBox.xml:83 msgid "The check icon to display when the [CheckBox] is unchecked." msgstr "" +#: doc/classes/CheckBox.xml:86 +msgid "" +"The check icon to display when the [CheckBox] is unchecked and disabled." +msgstr "" + #: doc/classes/CheckButton.xml:4 msgid "Checkable button. See also [CheckBox]." msgstr "" @@ -12954,49 +12998,56 @@ msgid "The [CheckButton] text's font color when it's disabled." msgstr "" #: doc/classes/CheckButton.xml:40 -msgid "The [CheckButton] text's font color when it's hovered." +msgid "" +"The [CheckButton] text's font color when it's focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/CheckButton.xml:43 -msgid "The [CheckButton] text's font color when it's hovered and pressed." +msgid "The [CheckButton] text's font color when it's hovered." msgstr "" #: doc/classes/CheckButton.xml:46 -msgid "The [CheckButton] text's font color when it's pressed." +msgid "The [CheckButton] text's font color when it's hovered and pressed." msgstr "" #: doc/classes/CheckButton.xml:49 +msgid "The [CheckButton] text's font color when it's pressed." +msgstr "" + +#: doc/classes/CheckButton.xml:52 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered." msgstr "" -#: doc/classes/CheckButton.xml:52 +#: doc/classes/CheckButton.xml:55 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is hovered " "and pressed." msgstr "" -#: doc/classes/CheckButton.xml:55 +#: doc/classes/CheckButton.xml:58 msgid "The separation between the toggle icon and the text (in pixels)." msgstr "" -#: doc/classes/CheckButton.xml:61 +#: doc/classes/CheckButton.xml:64 msgid "The icon to display when the [CheckButton] is unchecked." msgstr "" -#: doc/classes/CheckButton.xml:64 +#: doc/classes/CheckButton.xml:67 msgid "The icon to display when the [CheckButton] is unchecked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:67 +#: doc/classes/CheckButton.xml:70 msgid "The icon to display when the [CheckButton] is checked." msgstr "" -#: doc/classes/CheckButton.xml:70 +#: doc/classes/CheckButton.xml:73 msgid "The icon to display when the [CheckButton] is checked and disabled." msgstr "" -#: doc/classes/CheckButton.xml:73 +#: doc/classes/CheckButton.xml:76 msgid "" "The [StyleBox] to display as a background when the [CheckButton] is pressed." msgstr "" @@ -14772,26 +14823,33 @@ msgid "Text [Color] used when the [ColorPickerButton] is disabled." msgstr "" #: doc/classes/ColorPickerButton.xml:80 -msgid "Text [Color] used when the [ColorPickerButton] is being hovered." +msgid "" +"Text [Color] used when the [ColorPickerButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ColorPickerButton.xml:83 -msgid "Text [Color] used when the [ColorPickerButton] is being pressed." +msgid "Text [Color] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:86 -msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." +msgid "Text [Color] used when the [ColorPickerButton] is being pressed." msgstr "" #: doc/classes/ColorPickerButton.xml:89 -msgid "The horizontal space between [ColorPickerButton]'s icon and text." +msgid "[StyleBox] used when the [ColorPickerButton] is being hovered." msgstr "" #: doc/classes/ColorPickerButton.xml:92 -msgid "Default [StyleBox] for the [ColorPickerButton]." +msgid "The horizontal space between [ColorPickerButton]'s icon and text." msgstr "" #: doc/classes/ColorPickerButton.xml:95 +msgid "Default [StyleBox] for the [ColorPickerButton]." +msgstr "" + +#: doc/classes/ColorPickerButton.xml:98 msgid "[StyleBox] used when the [ColorPickerButton] is being pressed." msgstr "" @@ -20025,7 +20083,8 @@ msgid "" "get_resource_type]. They may optionally specify some import presets that " "affect the import process. EditorImportPlugins are responsible for creating " "the resources and saving them in the [code].import[/code] directory (see " -"[member ProjectSettings.application/config/project_data_dir_name]).\n" +"[member ProjectSettings.application/config/" +"use_hidden_project_data_directory]).\n" "Below is an example EditorImportPlugin that imports a [Mesh] from a file " "with the extension \".special\" or \".spec\":\n" "[codeblock]\n" @@ -20152,7 +20211,7 @@ msgstr "" msgid "" "Gets the extension used to save this resource in the [code].import[/code] " "directory (see [member ProjectSettings.application/config/" -"project_data_dir_name])." +"use_hidden_project_data_directory])." msgstr "" #: doc/classes/EditorImportPlugin.xml:130 @@ -21187,8 +21246,11 @@ msgstr "" msgid "Emitted when the value of the edited resource was changed." msgstr "" -#: doc/classes/EditorResourcePicker.xml:89 -msgid "Emitted when the resource value was set and user clicked to edit it." +#: doc/classes/EditorResourcePicker.xml:90 +msgid "" +"Emitted when the resource value was set and user clicked to edit it. When " +"[code]edit[/code] is [code]true[/code], the signal was caused by the context " +"menu \"Edit\" option." msgstr "" #: doc/classes/EditorResourcePreview.xml:4 @@ -27807,16 +27869,18 @@ msgstr "" #: doc/classes/Image.xml:436 msgid "" "OpenGL texture format [code]RED[/code] with a single component and a " -"bitdepth of 8." +"bitdepth of 8.\n" +"[b]Note:[/b] When using the GLES2 backend, this uses the alpha channel " +"instead of the red channel for storage." msgstr "" -#: doc/classes/Image.xml:439 +#: doc/classes/Image.xml:440 msgid "" "OpenGL texture format [code]RG[/code] with two components and a bitdepth of " "8 for each." msgstr "" -#: doc/classes/Image.xml:442 +#: doc/classes/Image.xml:443 msgid "" "OpenGL texture format [code]RGB[/code] with three components, each with a " "bitdepth of 8.\n" @@ -27824,7 +27888,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:446 +#: doc/classes/Image.xml:447 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 8.\n" @@ -27832,73 +27896,73 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:450 +#: doc/classes/Image.xml:451 msgid "" "OpenGL texture format [code]RGBA[/code] with four components, each with a " "bitdepth of 4." msgstr "" -#: doc/classes/Image.xml:453 +#: doc/classes/Image.xml:454 msgid "" "OpenGL texture format [code]GL_RGB5_A1[/code] where 5 bits of depth for each " "component of RGB and one bit for alpha." msgstr "" -#: doc/classes/Image.xml:456 +#: doc/classes/Image.xml:457 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 32-" "bit floating-point value." msgstr "" -#: doc/classes/Image.xml:459 +#: doc/classes/Image.xml:460 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:462 +#: doc/classes/Image.xml:463 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:465 +#: doc/classes/Image.xml:466 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 32-bit floating-point values." msgstr "" -#: doc/classes/Image.xml:468 +#: doc/classes/Image.xml:469 msgid "" "OpenGL texture format [code]GL_R32F[/code] where there's one component, a 16-" "bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:471 +#: doc/classes/Image.xml:472 msgid "" "OpenGL texture format [code]GL_RG32F[/code] where there are two components, " "each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:474 +#: doc/classes/Image.xml:475 msgid "" "OpenGL texture format [code]GL_RGB32F[/code] where there are three " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:477 +#: doc/classes/Image.xml:478 msgid "" "OpenGL texture format [code]GL_RGBA32F[/code] where there are four " "components, each a 16-bit \"half-precision\" floating-point value." msgstr "" -#: doc/classes/Image.xml:480 +#: doc/classes/Image.xml:481 msgid "" "A special OpenGL texture format where the three color components have 9 bits " "of precision and all three share a single 5-bit exponent." msgstr "" -#: doc/classes/Image.xml:483 +#: doc/classes/Image.xml:484 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 1, and is the smallest variation " @@ -27908,7 +27972,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:487 +#: doc/classes/Image.xml:488 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format that uses Block Compression 2, and color data is interpreted " @@ -27918,7 +27982,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:491 +#: doc/classes/Image.xml:492 msgid "" "The [url=https://en.wikipedia.org/wiki/S3_Texture_Compression]S3TC[/url] " "texture format also known as Block Compression 3 or BC3 that contains 64 " @@ -27929,7 +27993,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:495 +#: doc/classes/Image.xml:496 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27937,7 +28001,7 @@ msgid "" "DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:498 +#: doc/classes/Image.xml:499 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "Red_Green_Texture_Compression]Red Green Texture Compression[/url], " @@ -27945,7 +28009,7 @@ msgid "" "algorithm that DXT5 uses for the alpha channel." msgstr "" -#: doc/classes/Image.xml:501 +#: doc/classes/Image.xml:502 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned normalized " @@ -27954,21 +28018,21 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:505 +#: doc/classes/Image.xml:506 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with signed floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:508 +#: doc/classes/Image.xml:509 msgid "" "Texture format that uses [url=https://www.khronos.org/opengl/wiki/" "BPTC_Texture_Compression]BPTC[/url] compression with unsigned floating-point " "RGB components." msgstr "" -#: doc/classes/Image.xml:511 +#: doc/classes/Image.xml:512 msgid "" "Texture format used on PowerVR-supported mobile platforms, uses 2-bit color " "depth with no alpha. More information can be found [url=https://en.wikipedia." @@ -27977,25 +28041,25 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:515 +#: doc/classes/Image.xml:516 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:518 +#: doc/classes/Image.xml:519 msgid "" "Similar to [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC2[/url], but with 4-" "bit color depth and no alpha." msgstr "" -#: doc/classes/Image.xml:521 +#: doc/classes/Image.xml:522 msgid "" "Same as [url=https://en.wikipedia.org/wiki/PVRTC]PVRTC4[/url], but with an " "alpha component." msgstr "" -#: doc/classes/Image.xml:524 +#: doc/classes/Image.xml:525 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC1]Ericsson Texture Compression format 1[/" @@ -28003,7 +28067,7 @@ msgid "" "standard. This format cannot store an alpha channel." msgstr "" -#: doc/classes/Image.xml:527 +#: doc/classes/Image.xml:528 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28011,7 +28075,7 @@ msgid "" "unsigned data." msgstr "" -#: doc/classes/Image.xml:530 +#: doc/classes/Image.xml:531 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28019,7 +28083,7 @@ msgid "" "channel of signed data." msgstr "" -#: doc/classes/Image.xml:533 +#: doc/classes/Image.xml:534 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28027,7 +28091,7 @@ msgid "" "of unsigned data." msgstr "" -#: doc/classes/Image.xml:536 +#: doc/classes/Image.xml:537 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28035,7 +28099,7 @@ msgid "" "channels of signed data." msgstr "" -#: doc/classes/Image.xml:539 +#: doc/classes/Image.xml:540 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28045,7 +28109,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:543 +#: doc/classes/Image.xml:544 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28055,7 +28119,7 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:547 +#: doc/classes/Image.xml:548 msgid "" "[url=https://en.wikipedia.org/wiki/" "Ericsson_Texture_Compression#ETC2_and_EAC]Ericsson Texture Compression " @@ -28066,31 +28130,31 @@ msgid "" "conversion is performed." msgstr "" -#: doc/classes/Image.xml:551 +#: doc/classes/Image.xml:552 msgid "Represents the size of the [enum Format] enum." msgstr "" -#: doc/classes/Image.xml:554 +#: doc/classes/Image.xml:555 msgid "" "Performs nearest-neighbor interpolation. If the image is resized, it will be " "pixelated." msgstr "" -#: doc/classes/Image.xml:557 +#: doc/classes/Image.xml:558 msgid "" "Performs bilinear interpolation. If the image is resized, it will be blurry. " "This mode is faster than [constant INTERPOLATE_CUBIC], but it results in " "lower quality." msgstr "" -#: doc/classes/Image.xml:560 +#: doc/classes/Image.xml:561 msgid "" "Performs cubic interpolation. If the image is resized, it will be blurry. " "This mode often gives better results compared to [constant " "INTERPOLATE_BILINEAR], at the cost of being slower." msgstr "" -#: doc/classes/Image.xml:563 +#: doc/classes/Image.xml:564 msgid "" "Performs bilinear separately on the two most-suited mipmap levels, then " "linearly interpolates between them.\n" @@ -28105,55 +28169,55 @@ msgid "" "a new set will be generated for the resulting image." msgstr "" -#: doc/classes/Image.xml:570 +#: doc/classes/Image.xml:571 msgid "" "Performs Lanczos interpolation. This is the slowest image resizing mode, but " "it typically gives the best results, especially when downscalng images." msgstr "" -#: doc/classes/Image.xml:573 +#: doc/classes/Image.xml:574 msgid "Image does not have alpha." msgstr "" -#: doc/classes/Image.xml:576 +#: doc/classes/Image.xml:577 msgid "Image stores alpha in a single bit." msgstr "" -#: doc/classes/Image.xml:579 +#: doc/classes/Image.xml:580 msgid "Image uses alpha." msgstr "" -#: doc/classes/Image.xml:582 +#: doc/classes/Image.xml:583 msgid "Use S3TC compression." msgstr "" -#: doc/classes/Image.xml:585 +#: doc/classes/Image.xml:586 msgid "Use PVRTC2 compression." msgstr "" -#: doc/classes/Image.xml:588 +#: doc/classes/Image.xml:589 msgid "Use PVRTC4 compression." msgstr "" -#: doc/classes/Image.xml:591 +#: doc/classes/Image.xml:592 msgid "Use ETC compression." msgstr "" -#: doc/classes/Image.xml:594 +#: doc/classes/Image.xml:595 msgid "Use ETC2 compression." msgstr "" -#: doc/classes/Image.xml:597 +#: doc/classes/Image.xml:598 msgid "" "Source texture (before compression) is a regular texture. Default for all " "textures." msgstr "" -#: doc/classes/Image.xml:600 +#: doc/classes/Image.xml:601 msgid "Source texture (before compression) is in sRGB space." msgstr "" -#: doc/classes/Image.xml:603 +#: doc/classes/Image.xml:604 msgid "" "Source texture (before compression) is a normal texture (e.g. it can be " "compressed into two channels)." @@ -28378,6 +28442,17 @@ msgstr "" #: doc/classes/Input.xml:43 msgid "" +"Sends all input events which are in the current buffer to the game loop. " +"These events may have been buffered as a result of accumulated input " +"([method set_use_accumulated_input]) or agile input flushing ([member " +"ProjectSettings.input_devices/buffering/agile_event_flushing]).\n" +"The engine will already do this itself at key execution points (at least " +"once per frame). However, this can be useful in advanced cases where you " +"want precise control over the timing of event handling." +msgstr "" + +#: doc/classes/Input.xml:50 +msgid "" "Returns the acceleration of the device's accelerometer sensor, if the device " "has one. Otherwise, the method returns [constant Vector3.ZERO].\n" "Note this method returns an empty [Vector3] when running from the editor " @@ -28389,7 +28464,7 @@ msgid "" "the Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:53 +#: doc/classes/Input.xml:60 msgid "" "Returns a value between 0 and 1 representing the raw intensity of the given " "action, ignoring the action's deadzone. In most cases, you should use " @@ -28399,7 +28474,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:62 +#: doc/classes/Input.xml:69 msgid "" "Returns a value between 0 and 1 representing the intensity of the given " "action. In a joypad, for example, the further away the axis (analog sticks " @@ -28411,7 +28486,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:71 +#: doc/classes/Input.xml:78 msgid "" "Get axis input by specifying two actions, one negative and one positive.\n" "This is a shorthand for writing [code]Input." @@ -28419,17 +28494,17 @@ msgid "" "get_action_strength(\"negative_action\")[/code]." msgstr "" -#: doc/classes/Input.xml:78 +#: doc/classes/Input.xml:85 msgid "" "Returns an [Array] containing the device IDs of all currently connected " "joypads." msgstr "" -#: doc/classes/Input.xml:84 +#: doc/classes/Input.xml:91 msgid "Returns the currently assigned cursor shape (see [enum CursorShape])." msgstr "" -#: doc/classes/Input.xml:90 +#: doc/classes/Input.xml:97 msgid "" "Returns the gravity of the device's accelerometer sensor, if the device has " "one. Otherwise, the method returns [constant Vector3.ZERO].\n" @@ -28439,7 +28514,7 @@ msgid "" "Earth's gravitational acceleration [code]g[/code] (~9.81 m/s²)." msgstr "" -#: doc/classes/Input.xml:97 +#: doc/classes/Input.xml:104 msgid "" "Returns the rotation rate in rad/s around a device's X, Y, and Z axes of the " "gyroscope sensor, if the device has one. Otherwise, the method returns " @@ -28448,53 +28523,53 @@ msgid "" "it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:106 +#: doc/classes/Input.xml:113 msgid "" "Returns the current value of the joypad axis at given index (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:113 +#: doc/classes/Input.xml:120 msgid "Returns the index of the provided axis name." msgstr "" -#: doc/classes/Input.xml:120 +#: doc/classes/Input.xml:127 msgid "" "Receives a [enum JoystickList] axis and returns its equivalent name as a " "string." msgstr "" -#: doc/classes/Input.xml:127 +#: doc/classes/Input.xml:134 msgid "Returns the index of the provided button name." msgstr "" -#: doc/classes/Input.xml:134 +#: doc/classes/Input.xml:141 msgid "" "Receives a gamepad button from [enum JoystickList] and returns its " "equivalent name as a string." msgstr "" -#: doc/classes/Input.xml:141 +#: doc/classes/Input.xml:148 msgid "" "Returns a SDL2-compatible device GUID on platforms that use gamepad " "remapping. Returns [code]\"Default Gamepad\"[/code] otherwise." msgstr "" -#: doc/classes/Input.xml:148 +#: doc/classes/Input.xml:155 msgid "Returns the name of the joypad at the specified device index." msgstr "" -#: doc/classes/Input.xml:155 +#: doc/classes/Input.xml:162 msgid "Returns the duration of the current vibration effect in seconds." msgstr "" -#: doc/classes/Input.xml:162 +#: doc/classes/Input.xml:169 msgid "" "Returns the strength of the joypad vibration: x is the strength of the weak " "motor, and y is the strength of the strong motor." msgstr "" -#: doc/classes/Input.xml:168 +#: doc/classes/Input.xml:175 msgid "" "Returns the mouse speed for the last time the cursor was moved, and this " "until the next frame where the mouse moves. This means that even if the " @@ -28502,7 +28577,7 @@ msgid "" "motion." msgstr "" -#: doc/classes/Input.xml:174 +#: doc/classes/Input.xml:181 msgid "" "Returns the magnetic field strength in micro-Tesla for all axes of the " "device's magnetometer sensor, if the device has one. Otherwise, the method " @@ -28511,17 +28586,17 @@ msgid "" "platforms, it always returns [constant Vector3.ZERO]." msgstr "" -#: doc/classes/Input.xml:181 +#: doc/classes/Input.xml:188 msgid "" "Returns mouse buttons as a bitmask. If multiple mouse buttons are pressed at " "the same time, the bits are added together." msgstr "" -#: doc/classes/Input.xml:187 +#: doc/classes/Input.xml:194 msgid "Returns the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:198 +#: doc/classes/Input.xml:205 msgid "" "Gets an input vector by specifying four actions for the positive and " "negative X and Y axes.\n" @@ -28534,7 +28609,7 @@ msgid "" "want (on the range of 0 to 1)." msgstr "" -#: doc/classes/Input.xml:208 +#: doc/classes/Input.xml:215 msgid "" "Returns [code]true[/code] when the user starts pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user pressed down " @@ -28546,7 +28621,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:218 +#: doc/classes/Input.xml:225 msgid "" "Returns [code]true[/code] when the user stops pressing the action event, " "meaning it's [code]true[/code] only on the frame that the user released the " @@ -28556,7 +28631,7 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:227 +#: doc/classes/Input.xml:234 msgid "" "Returns [code]true[/code] if you are pressing the action event. Note that if " "an action has multiple buttons assigned and more than one of them is " @@ -28567,13 +28642,13 @@ msgid "" "for [InputEventJoypadMotion] events." msgstr "" -#: doc/classes/Input.xml:236 +#: doc/classes/Input.xml:243 msgid "" "Returns [code]true[/code] if you are pressing the joypad button (see [enum " "JoystickList])." msgstr "" -#: doc/classes/Input.xml:243 +#: doc/classes/Input.xml:250 msgid "" "Returns [code]true[/code] if the system knows the specified device. This " "means that it sets all button and axis indices exactly as defined in [enum " @@ -28581,19 +28656,19 @@ msgid "" "but you can still retrieve events from them." msgstr "" -#: doc/classes/Input.xml:250 +#: doc/classes/Input.xml:257 msgid "" "Returns [code]true[/code] if you are pressing the key. You can pass a [enum " "KeyList] constant." msgstr "" -#: doc/classes/Input.xml:257 +#: doc/classes/Input.xml:264 msgid "" "Returns [code]true[/code] if you are pressing the mouse button specified " "with [enum ButtonList]." msgstr "" -#: doc/classes/Input.xml:267 +#: doc/classes/Input.xml:274 msgid "" "Notifies the [Input] singleton that a connection has changed, to update the " "state for the [code]device[/code] index.\n" @@ -28602,7 +28677,7 @@ msgid "" "triggered internally." msgstr "" -#: doc/classes/Input.xml:275 +#: doc/classes/Input.xml:282 msgid "" "Feeds an [InputEvent] to the game. Can be used to artificially trigger input " "events from code. Also generates [method Node._input] calls.\n" @@ -28615,12 +28690,21 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/Input.xml:289 +#: doc/classes/Input.xml:296 msgid "" "Removes all mappings from the internal database that match the given GUID." msgstr "" -#: doc/classes/Input.xml:298 +#: doc/classes/Input.xml:303 +msgid "" +"Sets the acceleration value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:313 msgid "" "Sets a custom mouse cursor image, which is only visible inside the game " "window. The hotspot can also be specified. Passing [code]null[/code] to the " @@ -28635,7 +28719,7 @@ msgid "" "compression mode can't be used for custom cursors." msgstr "" -#: doc/classes/Input.xml:309 +#: doc/classes/Input.xml:324 msgid "" "Sets the default cursor shape to be used in the viewport instead of " "[constant CURSOR_ARROW].\n" @@ -28645,11 +28729,38 @@ msgid "" "cursor immediately." msgstr "" -#: doc/classes/Input.xml:318 +#: doc/classes/Input.xml:333 +msgid "" +"Sets the gravity value of the accelerometer sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:341 +msgid "" +"Sets the value of the rotation rate of the gyroscope sensor. Can be used for " +"debugging on devices without a hardware sensor, for example in an editor on " +"a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:349 +msgid "" +"Sets the value of the magnetic field of the magnetometer sensor. Can be used " +"for debugging on devices without a hardware sensor, for example in an editor " +"on a PC.\n" +"[b]Note:[/b] This value can be immediately overwritten by the hardware " +"sensor value on Android and iOS." +msgstr "" + +#: doc/classes/Input.xml:357 msgid "Sets the mouse mode. See the constants for more information." msgstr "" -#: doc/classes/Input.xml:325 +#: doc/classes/Input.xml:364 msgid "" "Enables or disables the accumulation of similar input events sent by the " "operating system. When input accumulation is enabled, all input events " @@ -28663,7 +28774,7 @@ msgid "" "results that closely follow the actual input." msgstr "" -#: doc/classes/Input.xml:336 +#: doc/classes/Input.xml:375 msgid "" "Starts to vibrate the joypad. Joypads usually come with two rumble motors, a " "strong and a weak one. [code]weak_magnitude[/code] is the strength of the " @@ -28676,34 +28787,34 @@ msgid "" "few seconds." msgstr "" -#: doc/classes/Input.xml:344 +#: doc/classes/Input.xml:383 msgid "Stops the vibration of the joypad." msgstr "" -#: doc/classes/Input.xml:351 +#: doc/classes/Input.xml:390 msgid "" "Vibrate Android and iOS devices.\n" "[b]Note:[/b] It needs [code]VIBRATE[/code] permission for Android at export " "settings. iOS does not support duration." msgstr "" -#: doc/classes/Input.xml:359 +#: doc/classes/Input.xml:398 msgid "Sets the mouse position to the specified vector." msgstr "" -#: doc/classes/Input.xml:368 +#: doc/classes/Input.xml:407 msgid "Emitted when a joypad device has been connected or disconnected." msgstr "" -#: doc/classes/Input.xml:374 +#: doc/classes/Input.xml:413 msgid "Makes the mouse cursor visible if it is hidden." msgstr "" -#: doc/classes/Input.xml:377 +#: doc/classes/Input.xml:416 msgid "Makes the mouse cursor hidden if it is visible." msgstr "" -#: doc/classes/Input.xml:380 +#: doc/classes/Input.xml:419 msgid "" "Captures the mouse. The mouse will be hidden and its position locked at the " "center of the screen.\n" @@ -28711,83 +28822,83 @@ msgid "" "need to use [member InputEventMouseMotion.relative]." msgstr "" -#: doc/classes/Input.xml:384 +#: doc/classes/Input.xml:423 msgid "Makes the mouse cursor visible but confines it to the game window." msgstr "" -#: doc/classes/Input.xml:387 +#: doc/classes/Input.xml:426 msgid "Arrow cursor. Standard, default pointing cursor." msgstr "" -#: doc/classes/Input.xml:390 +#: doc/classes/Input.xml:429 msgid "" "I-beam cursor. Usually used to show where the text cursor will appear when " "the mouse is clicked." msgstr "" -#: doc/classes/Input.xml:393 +#: doc/classes/Input.xml:432 msgid "" "Pointing hand cursor. Usually used to indicate the pointer is over a link or " "other interactable item." msgstr "" -#: doc/classes/Input.xml:396 +#: doc/classes/Input.xml:435 msgid "" "Cross cursor. Typically appears over regions in which a drawing operation " "can be performed or for selections." msgstr "" -#: doc/classes/Input.xml:399 +#: doc/classes/Input.xml:438 msgid "" "Wait cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application is still usable during the " "operation." msgstr "" -#: doc/classes/Input.xml:402 +#: doc/classes/Input.xml:441 msgid "" "Busy cursor. Indicates that the application is busy performing an operation. " "This cursor shape denotes that the application isn't usable during the " "operation (e.g. something is blocking its main thread)." msgstr "" -#: doc/classes/Input.xml:405 +#: doc/classes/Input.xml:444 msgid "Drag cursor. Usually displayed when dragging something." msgstr "" -#: doc/classes/Input.xml:408 +#: doc/classes/Input.xml:447 msgid "" "Can drop cursor. Usually displayed when dragging something to indicate that " "it can be dropped at the current position." msgstr "" -#: doc/classes/Input.xml:411 +#: doc/classes/Input.xml:450 msgid "" "Forbidden cursor. Indicates that the current action is forbidden (for " "example, when dragging something) or that the control at a position is " "disabled." msgstr "" -#: doc/classes/Input.xml:414 +#: doc/classes/Input.xml:453 msgid "" "Vertical resize mouse cursor. A double-headed vertical arrow. It tells the " "user they can resize the window or the panel vertically." msgstr "" -#: doc/classes/Input.xml:417 +#: doc/classes/Input.xml:456 msgid "" "Horizontal resize mouse cursor. A double-headed horizontal arrow. It tells " "the user they can resize the window or the panel horizontally." msgstr "" -#: doc/classes/Input.xml:420 +#: doc/classes/Input.xml:459 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the bottom left to the top right. It tells the user they can resize the " "window or the panel both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:423 +#: doc/classes/Input.xml:462 msgid "" "Window resize mouse cursor. The cursor is a double-headed arrow that goes " "from the top left to the bottom right, the opposite of [constant " @@ -28795,23 +28906,23 @@ msgid "" "both horizontally and vertically." msgstr "" -#: doc/classes/Input.xml:426 +#: doc/classes/Input.xml:465 msgid "Move cursor. Indicates that something can be moved." msgstr "" -#: doc/classes/Input.xml:429 +#: doc/classes/Input.xml:468 msgid "" "Vertical split mouse cursor. On Windows, it's the same as [constant " "CURSOR_VSIZE]." msgstr "" -#: doc/classes/Input.xml:432 +#: doc/classes/Input.xml:471 msgid "" "Horizontal split mouse cursor. On Windows, it's the same as [constant " "CURSOR_HSIZE]." msgstr "" -#: doc/classes/Input.xml:435 +#: doc/classes/Input.xml:474 msgid "Help cursor. Usually a question mark." msgstr "" @@ -32071,14 +32182,21 @@ msgid "Default text [Color] of the [LinkButton]." msgstr "" #: doc/classes/LinkButton.xml:46 -msgid "Text [Color] used when the [LinkButton] is being hovered." +msgid "" +"Text [Color] used when the [LinkButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/LinkButton.xml:49 -msgid "Text [Color] used when the [LinkButton] is being pressed." +msgid "Text [Color] used when the [LinkButton] is being hovered." msgstr "" #: doc/classes/LinkButton.xml:52 +msgid "Text [Color] used when the [LinkButton] is being pressed." +msgstr "" + +#: doc/classes/LinkButton.xml:55 msgid "The vertical space between the baseline of text and the underline." msgstr "" @@ -32571,26 +32689,33 @@ msgid "Text [Color] used when the [MenuButton] is disabled." msgstr "" #: doc/classes/MenuButton.xml:64 -msgid "Text [Color] used when the [MenuButton] is being hovered." +msgid "" +"Text [Color] used when the [MenuButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/MenuButton.xml:67 -msgid "Text [Color] used when the [MenuButton] is being pressed." +msgid "Text [Color] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:70 -msgid "[StyleBox] used when the [MenuButton] is being hovered." +msgid "Text [Color] used when the [MenuButton] is being pressed." msgstr "" #: doc/classes/MenuButton.xml:73 -msgid "The horizontal space between [MenuButton]'s icon and text." +msgid "[StyleBox] used when the [MenuButton] is being hovered." msgstr "" #: doc/classes/MenuButton.xml:76 -msgid "Default [StyleBox] for the [MenuButton]." +msgid "The horizontal space between [MenuButton]'s icon and text." msgstr "" #: doc/classes/MenuButton.xml:79 +msgid "Default [StyleBox] for the [MenuButton]." +msgstr "" + +#: doc/classes/MenuButton.xml:82 msgid "[StyleBox] used when the [MenuButton] is being pressed." msgstr "" @@ -37208,26 +37333,33 @@ msgid "Text [Color] used when the [OptionButton] is disabled." msgstr "" #: doc/classes/OptionButton.xml:212 -msgid "Text [Color] used when the [OptionButton] is being hovered." +msgid "" +"Text [Color] used when the [OptionButton] is focused. Only replaces the " +"normal text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/OptionButton.xml:215 -msgid "Text [Color] used when the [OptionButton] is being pressed." +msgid "Text [Color] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:218 -msgid "[StyleBox] used when the [OptionButton] is being hovered." +msgid "Text [Color] used when the [OptionButton] is being pressed." msgstr "" #: doc/classes/OptionButton.xml:221 -msgid "The horizontal space between [OptionButton]'s icon and text." +msgid "[StyleBox] used when the [OptionButton] is being hovered." msgstr "" #: doc/classes/OptionButton.xml:224 -msgid "Default [StyleBox] for the [OptionButton]." +msgid "The horizontal space between [OptionButton]'s icon and text." msgstr "" #: doc/classes/OptionButton.xml:227 +msgid "Default [StyleBox] for the [OptionButton]." +msgstr "" + +#: doc/classes/OptionButton.xml:230 msgid "[StyleBox] used when the [OptionButton] is being pressed." msgstr "" @@ -42324,27 +42456,27 @@ msgstr "" msgid "Removes an element from the array by index." msgstr "" -#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolColorArray.xml:66 -#: doc/classes/PoolIntArray.xml:67 doc/classes/PoolRealArray.xml:67 -#: doc/classes/PoolStringArray.xml:74 doc/classes/PoolVector2Array.xml:67 -#: doc/classes/PoolVector3Array.xml:66 +#: doc/classes/PoolByteArray.xml:114 doc/classes/PoolIntArray.xml:67 +#: doc/classes/PoolRealArray.xml:67 msgid "" "Sets the size of the array. If the array is grown, reserves elements at the " "end of the array. If the array is shrunk, truncates the array to the new " -"size." +"size.\n" +"[b]Note:[/b] Added elements are not automatically initialized to 0 and will " +"contain garbage, i.e. indeterminate values." msgstr "" -#: doc/classes/PoolByteArray.xml:121 +#: doc/classes/PoolByteArray.xml:122 msgid "Changes the byte at the given index." msgstr "" -#: doc/classes/PoolByteArray.xml:127 doc/classes/PoolColorArray.xml:79 -#: doc/classes/PoolRealArray.xml:80 doc/classes/PoolStringArray.xml:87 +#: doc/classes/PoolByteArray.xml:128 doc/classes/PoolColorArray.xml:79 +#: doc/classes/PoolRealArray.xml:81 doc/classes/PoolStringArray.xml:87 #: doc/classes/PoolVector2Array.xml:80 doc/classes/PoolVector3Array.xml:79 msgid "Returns the size of the array." msgstr "" -#: doc/classes/PoolByteArray.xml:135 +#: doc/classes/PoolByteArray.xml:136 msgid "" "Returns the slice of the [PoolByteArray] between indices (inclusive) as a " "new [PoolByteArray]. Any negative index is considered to be from the end of " @@ -42376,6 +42508,14 @@ msgstr "" msgid "Appends a value to the array." msgstr "" +#: doc/classes/PoolColorArray.xml:66 doc/classes/PoolStringArray.xml:74 +#: doc/classes/PoolVector2Array.xml:67 doc/classes/PoolVector3Array.xml:66 +msgid "" +"Sets the size of the array. If the array is grown, reserves elements at the " +"end of the array. If the array is shrunk, truncates the array to the new " +"size." +msgstr "" + #: doc/classes/PoolColorArray.xml:73 msgid "Changes the [Color] at the given index." msgstr "" @@ -42412,11 +42552,11 @@ msgid "" "valid, or at the end of the array ([code]idx == size()[/code])." msgstr "" -#: doc/classes/PoolIntArray.xml:74 +#: doc/classes/PoolIntArray.xml:75 msgid "Changes the int at the given index." msgstr "" -#: doc/classes/PoolIntArray.xml:80 +#: doc/classes/PoolIntArray.xml:81 msgid "Returns the array size." msgstr "" @@ -42448,7 +42588,7 @@ msgstr "" msgid "Appends a [PoolRealArray] at the end of this array." msgstr "" -#: doc/classes/PoolRealArray.xml:74 +#: doc/classes/PoolRealArray.xml:75 msgid "Changes the float at the given index." msgstr "" @@ -43715,18 +43855,6 @@ msgstr "" #: doc/classes/ProjectSettings.xml:204 msgid "" -"The project data directory is used for storing project-specific data " -"(metadata, shader cache, etc.).\n" -"[b]Note:[/b] Restart the application after changing this setting.\n" -"[b]Note:[/b] Changing this value can help on platforms or with third-party " -"tools where specific directory patterns are disallowed. Only modify this " -"setting if you know that your environment requires it, as changing the " -"default can impact compatibility with some external tools or plugins which " -"expect the default [code].import[/code] folder." -msgstr "" - -#: doc/classes/ProjectSettings.xml:209 -msgid "" "Specifies a file to override project settings. For example: [code]user://" "custom_settings.cfg[/code]. See \"Overriding\" in the [ProjectSettings] " "class description at the top for more information.\n" @@ -43734,7 +43862,7 @@ msgid "" "code] will still be read to override the project settings." msgstr "" -#: doc/classes/ProjectSettings.xml:213 +#: doc/classes/ProjectSettings.xml:208 msgid "" "If [code]true[/code], the project will save user data to its own user " "directory (see [member application/config/custom_user_dir_name]). This " @@ -43744,13 +43872,28 @@ msgid "" "user data directory)/Godot/app_userdata/(project name)[/code]." msgstr "" -#: doc/classes/ProjectSettings.xml:216 +#: doc/classes/ProjectSettings.xml:211 +msgid "" +"If [code]true[/code], the project will use a hidden directory ([code]." +"import[/code]) for storing project-specific data (metadata, shader cache, " +"etc.).\n" +"If [code]false[/code], a non-hidden directory ([code]import[/code]) will be " +"used instead.\n" +"[b]Note:[/b] Restart the application after changing this setting.\n" +"[b]Note:[/b] Changing this value can help on platforms or with third-party " +"tools where hidden directory patterns are disallowed. Only modify this " +"setting if you know that your environment requires it, as changing the " +"default can impact compatibility with some external tools or plugins which " +"expect the default [code].import[/code] folder." +msgstr "" + +#: doc/classes/ProjectSettings.xml:217 msgid "" "Icon set in [code].ico[/code] format used on Windows to set the game's icon. " "This is done automatically on start by calling [method OS.set_native_icon]." msgstr "" -#: doc/classes/ProjectSettings.xml:219 +#: doc/classes/ProjectSettings.xml:220 msgid "" "Time samples for frame deltas are subject to random variation introduced by " "the platform, even when frames are displayed at regular intervals thanks to " @@ -43764,14 +43907,14 @@ msgid "" "adequate to render frames at the refresh rate." msgstr "" -#: doc/classes/ProjectSettings.xml:224 +#: doc/classes/ProjectSettings.xml:225 msgid "" "[b]Experimental.[/b] Shifts the measurement of delta time for each frame to " "just after the drawing has taken place. This may lead to more consistent " "deltas and a reduction in frame stutters." msgstr "" -#: doc/classes/ProjectSettings.xml:227 +#: doc/classes/ProjectSettings.xml:228 msgid "" "If [code]true[/code], disables printing to standard error. If [code]true[/" "code], this also hides error and warning messages printed by [method " @@ -43780,7 +43923,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:231 +#: doc/classes/ProjectSettings.xml:232 msgid "" "If [code]true[/code], disables printing to standard output. This is " "equivalent to starting the editor or project with the [code]--quiet[/code] " @@ -43788,7 +43931,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:235 +#: doc/classes/ProjectSettings.xml:236 msgid "" "If [code]true[/code], flushes the standard output stream every time a line " "is printed. This affects both terminal logging and file logging.\n" @@ -43804,20 +43947,20 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:241 +#: doc/classes/ProjectSettings.xml:242 msgid "" "Debug build override for [member application/run/flush_stdout_on_print], as " "performance is less important during debugging.\n" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:245 +#: doc/classes/ProjectSettings.xml:246 msgid "" "Forces a delay between frames in the main loop (in milliseconds). This may " "be useful if you plan to disable vertical synchronization." msgstr "" -#: doc/classes/ProjectSettings.xml:248 +#: doc/classes/ProjectSettings.xml:249 msgid "" "If [code]true[/code], enables low-processor usage mode. This setting only " "works on desktop platforms. The screen is not redrawn if nothing changes " @@ -43825,75 +43968,75 @@ msgid "" "useless (and can hurt performance) in most games." msgstr "" -#: doc/classes/ProjectSettings.xml:251 +#: doc/classes/ProjectSettings.xml:252 msgid "" "Amount of sleeping between frames when the low-processor usage mode is " "enabled (in microseconds). Higher values will result in lower CPU usage." msgstr "" -#: doc/classes/ProjectSettings.xml:254 +#: doc/classes/ProjectSettings.xml:255 msgid "Path to the main scene file that will be loaded when the project runs." msgstr "" -#: doc/classes/ProjectSettings.xml:257 doc/classes/ProjectSettings.xml:260 +#: doc/classes/ProjectSettings.xml:258 doc/classes/ProjectSettings.xml:261 msgid "" "Audio buses will disable automatically when sound goes below a given dB " "threshold for a given time. This saves CPU as effects assigned to that bus " "will no longer do any processing." msgstr "" -#: doc/classes/ProjectSettings.xml:263 +#: doc/classes/ProjectSettings.xml:264 msgid "" "Default [AudioBusLayout] resource file to use in the project, unless " "overridden by the scene." msgstr "" -#: doc/classes/ProjectSettings.xml:266 +#: doc/classes/ProjectSettings.xml:267 msgid "" "Specifies the audio driver to use. This setting is platform-dependent as " "each platform supports different audio drivers. If left empty, the default " "audio driver will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:269 +#: doc/classes/ProjectSettings.xml:270 msgid "" "If [code]true[/code], microphone input will be allowed. This requires " "appropriate permissions to be set when exporting to Android or iOS." msgstr "" -#: doc/classes/ProjectSettings.xml:272 +#: doc/classes/ProjectSettings.xml:273 msgid "" "The mixing rate used for audio (in Hz). In general, it's better to not touch " "this and leave it to the host operating system." msgstr "" -#: doc/classes/ProjectSettings.xml:275 +#: doc/classes/ProjectSettings.xml:276 msgid "" "Safer override for [member audio/mix_rate] in the Web platform. Here " "[code]0[/code] means \"let the browser choose\" (since some browsers do not " "like forcing the mix rate)." msgstr "" -#: doc/classes/ProjectSettings.xml:278 +#: doc/classes/ProjectSettings.xml:279 msgid "" "Output latency in milliseconds for audio. Lower values will result in lower " "audio latency at the cost of increased CPU usage. Low values may result in " "audible cracking on slower hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:281 +#: doc/classes/ProjectSettings.xml:282 msgid "" "Safer override for [member audio/output_latency] in the Web platform, to " "avoid audio issues especially on mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:284 +#: doc/classes/ProjectSettings.xml:285 msgid "" "Setting to hardcode audio delay when playing video. Best to leave this " "untouched unless you know what you are doing." msgstr "" -#: doc/classes/ProjectSettings.xml:287 +#: doc/classes/ProjectSettings.xml:288 msgid "" "The default compression level for gzip. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43903,7 +44046,7 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:290 +#: doc/classes/ProjectSettings.xml:291 msgid "" "The default compression level for Zlib. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " @@ -43913,27 +44056,27 @@ msgid "" "updates." msgstr "" -#: doc/classes/ProjectSettings.xml:293 +#: doc/classes/ProjectSettings.xml:294 msgid "" "The default compression level for Zstandard. Affects compressed scenes and " "resources. Higher levels result in smaller files at the cost of compression " "speed. Decompression speed is mostly unaffected by the compression level." msgstr "" -#: doc/classes/ProjectSettings.xml:296 +#: doc/classes/ProjectSettings.xml:297 msgid "" "Enables [url=https://github.com/facebook/zstd/releases/tag/v1.3.2]long-" "distance matching[/url] in Zstandard." msgstr "" -#: doc/classes/ProjectSettings.xml:299 +#: doc/classes/ProjectSettings.xml:300 msgid "" "Largest size limit (in power of 2) allowed when compressing using long-" "distance matching with Zstandard. Higher values can result in better " "compression, but will require more memory when compressing and decompressing." msgstr "" -#: doc/classes/ProjectSettings.xml:302 +#: doc/classes/ProjectSettings.xml:303 msgid "" "If [code]true[/code], displays getters and setters in autocompletion results " "in the script editor. This setting is meant to be used when porting old " @@ -43941,81 +44084,81 @@ msgid "" "Godot 3 onwards." msgstr "" -#: doc/classes/ProjectSettings.xml:305 +#: doc/classes/ProjectSettings.xml:306 msgid "" "If [code]true[/code], enables warnings when a constant is used as a function." msgstr "" -#: doc/classes/ProjectSettings.xml:308 +#: doc/classes/ProjectSettings.xml:309 msgid "" "If [code]true[/code], enables warnings when deprecated keywords such as " "[code]slave[/code] are used." msgstr "" -#: doc/classes/ProjectSettings.xml:311 +#: doc/classes/ProjectSettings.xml:312 msgid "" "If [code]true[/code], enables specific GDScript warnings (see [code]debug/" "gdscript/warnings/*[/code] settings). If [code]false[/code], disables all " "GDScript warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:314 +#: doc/classes/ProjectSettings.xml:315 msgid "" "If [code]true[/code], scripts in the [code]res://addons[/code] folder will " "not generate warnings." msgstr "" -#: doc/classes/ProjectSettings.xml:317 +#: doc/classes/ProjectSettings.xml:318 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a constant." msgstr "" -#: doc/classes/ProjectSettings.xml:320 +#: doc/classes/ProjectSettings.xml:321 msgid "" "If [code]true[/code], enables warnings when a function is declared with the " "same name as a variable. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:323 +#: doc/classes/ProjectSettings.xml:324 msgid "" "If [code]true[/code], enables warnings when a function assigned to a " "variable may yield and return a function state instead of a value." msgstr "" -#: doc/classes/ProjectSettings.xml:326 +#: doc/classes/ProjectSettings.xml:327 msgid "" "If [code]true[/code], enables warnings when using a function as if it was a " "property." msgstr "" -#: doc/classes/ProjectSettings.xml:329 +#: doc/classes/ProjectSettings.xml:330 msgid "" "If [code]true[/code], enables warnings when a ternary operator may emit " "values with incompatible types." msgstr "" -#: doc/classes/ProjectSettings.xml:332 +#: doc/classes/ProjectSettings.xml:333 msgid "" "If [code]true[/code], enables warnings when dividing an integer by another " "integer (the decimal part will be discarded)." msgstr "" -#: doc/classes/ProjectSettings.xml:335 +#: doc/classes/ProjectSettings.xml:336 msgid "" "If [code]true[/code], enables warnings when passing a floating-point value " "to a function that expects an integer (it will be converted and lose " "precision)." msgstr "" -#: doc/classes/ProjectSettings.xml:338 +#: doc/classes/ProjectSettings.xml:339 msgid "" "If [code]true[/code], enables warnings when using a property as if it was a " "function." msgstr "" -#: doc/classes/ProjectSettings.xml:341 +#: doc/classes/ProjectSettings.xml:342 msgid "" "If [code]true[/code], enables warnings when calling a function without using " "its return value (by assigning it to a variable or using it as a function " @@ -44023,109 +44166,109 @@ msgid "" "using the [enum Error] enum." msgstr "" -#: doc/classes/ProjectSettings.xml:344 +#: doc/classes/ProjectSettings.xml:345 msgid "" "If [code]true[/code], enables warnings when defining a local or subclass " "member variable that would shadow a variable at an upper level (such as a " "member variable)." msgstr "" -#: doc/classes/ProjectSettings.xml:347 +#: doc/classes/ProjectSettings.xml:348 msgid "" "If [code]true[/code], enables warnings when calling an expression that has " "no effect on the surrounding code, such as writing [code]2 + 2[/code] as a " "statement." msgstr "" -#: doc/classes/ProjectSettings.xml:350 +#: doc/classes/ProjectSettings.xml:351 msgid "" "If [code]true[/code], enables warnings when calling a ternary expression " "that has no effect on the surrounding code, such as writing [code]42 if " "active else 0[/code] as a statement." msgstr "" -#: doc/classes/ProjectSettings.xml:353 +#: doc/classes/ProjectSettings.xml:354 msgid "" "If [code]true[/code], all warnings will be reported as if they were errors." msgstr "" -#: doc/classes/ProjectSettings.xml:356 +#: doc/classes/ProjectSettings.xml:357 msgid "" "If [code]true[/code], enables warnings when using a variable that wasn't " "previously assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:359 +#: doc/classes/ProjectSettings.xml:360 msgid "" "If [code]true[/code], enables warnings when assigning a variable using an " "assignment operator like [code]+=[/code] if the variable wasn't previously " "assigned." msgstr "" -#: doc/classes/ProjectSettings.xml:362 +#: doc/classes/ProjectSettings.xml:363 msgid "" "If [code]true[/code], enables warnings when unreachable code is detected " "(such as after a [code]return[/code] statement that will always be executed)." msgstr "" -#: doc/classes/ProjectSettings.xml:365 +#: doc/classes/ProjectSettings.xml:366 msgid "" "If [code]true[/code], enables warnings when using an expression whose type " "may not be compatible with the function parameter expected." msgstr "" -#: doc/classes/ProjectSettings.xml:368 +#: doc/classes/ProjectSettings.xml:369 msgid "If [code]true[/code], enables warnings when performing an unsafe cast." msgstr "" -#: doc/classes/ProjectSettings.xml:371 +#: doc/classes/ProjectSettings.xml:372 msgid "" "If [code]true[/code], enables warnings when calling a method whose presence " "is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:374 +#: doc/classes/ProjectSettings.xml:375 msgid "" "If [code]true[/code], enables warnings when accessing a property whose " "presence is not guaranteed at compile-time in the class." msgstr "" -#: doc/classes/ProjectSettings.xml:377 +#: doc/classes/ProjectSettings.xml:378 msgid "" "If [code]true[/code], enables warnings when a function parameter is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:380 +#: doc/classes/ProjectSettings.xml:381 msgid "" "If [code]true[/code], enables warnings when a member variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:383 +#: doc/classes/ProjectSettings.xml:384 msgid "If [code]true[/code], enables warnings when a signal is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:386 +#: doc/classes/ProjectSettings.xml:387 msgid "If [code]true[/code], enables warnings when a local variable is unused." msgstr "" -#: doc/classes/ProjectSettings.xml:389 +#: doc/classes/ProjectSettings.xml:390 msgid "" "If [code]true[/code], enables warnings when a variable is declared with the " "same name as a function. This will turn into an error in a future version " "when first-class functions become supported in GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:392 +#: doc/classes/ProjectSettings.xml:393 msgid "" "If [code]true[/code], enables warnings when assigning the result of a " "function that returns [code]void[/code] to a variable." msgstr "" -#: doc/classes/ProjectSettings.xml:395 +#: doc/classes/ProjectSettings.xml:396 msgid "Message to be displayed before the backtrace when the engine crashes." msgstr "" -#: doc/classes/ProjectSettings.xml:398 +#: doc/classes/ProjectSettings.xml:399 msgid "" "Maximum number of frames per second allowed. The actual number of frames per " "second may still be below this value if the game is lagging.\n" @@ -44136,91 +44279,91 @@ msgid "" "project under lag conditions." msgstr "" -#: doc/classes/ProjectSettings.xml:403 +#: doc/classes/ProjectSettings.xml:404 msgid "Maximum call stack allowed for debugging GDScript." msgstr "" -#: doc/classes/ProjectSettings.xml:406 +#: doc/classes/ProjectSettings.xml:407 msgid "Maximum amount of functions per frame allowed when profiling." msgstr "" -#: doc/classes/ProjectSettings.xml:409 +#: doc/classes/ProjectSettings.xml:410 msgid "Print frames per second to standard output every second." msgstr "" -#: doc/classes/ProjectSettings.xml:412 +#: doc/classes/ProjectSettings.xml:413 msgid "" "Print more information to standard output when running. It displays " "information such as memory leaks, which scenes and resources are being " "loaded, etc." msgstr "" -#: doc/classes/ProjectSettings.xml:415 +#: doc/classes/ProjectSettings.xml:416 msgid "Maximum call stack in visual scripting, to avoid infinite recursion." msgstr "" -#: doc/classes/ProjectSettings.xml:418 +#: doc/classes/ProjectSettings.xml:419 msgid "" "Color of the contact points between collision shapes, visible when \"Visible " "Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:421 +#: doc/classes/ProjectSettings.xml:422 msgid "" "Sets whether 2D physics will display collision outlines in game when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:424 +#: doc/classes/ProjectSettings.xml:425 msgid "" "Maximum number of contact points between collision shapes to display when " "\"Visible Collision Shapes\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:427 +#: doc/classes/ProjectSettings.xml:428 msgid "" "Color of the collision shapes, visible when \"Visible Collision Shapes\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:430 +#: doc/classes/ProjectSettings.xml:431 msgid "" "Color of the disabled navigation geometry, visible when \"Visible Navigation" "\" is enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:433 +#: doc/classes/ProjectSettings.xml:434 msgid "" "Color of the navigation geometry, visible when \"Visible Navigation\" is " "enabled in the Debug menu." msgstr "" -#: doc/classes/ProjectSettings.xml:436 +#: doc/classes/ProjectSettings.xml:437 msgid "Custom image for the mouse cursor (limited to 256×256)." msgstr "" -#: doc/classes/ProjectSettings.xml:439 +#: doc/classes/ProjectSettings.xml:440 msgid "Hotspot for the custom mouse cursor image." msgstr "" -#: doc/classes/ProjectSettings.xml:442 +#: doc/classes/ProjectSettings.xml:443 msgid "Position offset for tooltips, relative to the mouse cursor's hotspot." msgstr "" -#: doc/classes/ProjectSettings.xml:445 +#: doc/classes/ProjectSettings.xml:446 msgid "" "If [code]true[/code], allows HiDPI display on Windows, macOS, and the HTML5 " "platform. This setting has no effect on desktop Linux, as DPI-awareness " "fallbacks are not supported there." msgstr "" -#: doc/classes/ProjectSettings.xml:448 +#: doc/classes/ProjectSettings.xml:449 msgid "" "If [code]true[/code], keeps the screen on (even in case of inactivity), so " "the screensaver does not take over. Works on desktop and mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:451 +#: doc/classes/ProjectSettings.xml:452 msgid "" "The default screen orientation to use on mobile devices.\n" "[b]Note:[/b] When set to a portrait orientation, this project setting does " @@ -44229,13 +44372,13 @@ msgid "" "window/size/height] accordingly." msgstr "" -#: doc/classes/ProjectSettings.xml:455 +#: doc/classes/ProjectSettings.xml:456 msgid "" "If [code]true[/code], the home indicator is hidden automatically. This only " "affects iOS devices without a physical home button." msgstr "" -#: doc/classes/ProjectSettings.xml:458 +#: doc/classes/ProjectSettings.xml:459 msgid "" "If [code]true[/code], allows per-pixel transparency for the window " "background. This affects performance, so leave it on [code]false[/code] " @@ -44245,7 +44388,7 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:463 +#: doc/classes/ProjectSettings.xml:464 msgid "" "Sets the window background to transparent when it starts.\n" "See [member OS.window_per_pixel_transparency_enabled] for more details.\n" @@ -44253,19 +44396,19 @@ msgid "" "and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:468 +#: doc/classes/ProjectSettings.xml:469 msgid "" "Forces the main window to be always on top.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:472 +#: doc/classes/ProjectSettings.xml:473 msgid "" "Forces the main window to be borderless.\n" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:476 +#: doc/classes/ProjectSettings.xml:477 msgid "" "Sets the main window to full screen when the project starts. Note that this " "is not [i]exclusive[/i] fullscreen. On Windows and Linux, a borderless " @@ -44279,45 +44422,45 @@ msgid "" "[b]Note:[/b] This setting is ignored on iOS, Android, and HTML5." msgstr "" -#: doc/classes/ProjectSettings.xml:481 +#: doc/classes/ProjectSettings.xml:482 msgid "" "Sets the game's main viewport height. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:484 +#: doc/classes/ProjectSettings.xml:485 msgid "" "Allows the window to be resizable by default.\n" "[b]Note:[/b] This setting is ignored on iOS and Android." msgstr "" -#: doc/classes/ProjectSettings.xml:488 +#: doc/classes/ProjectSettings.xml:489 msgid "" "If greater than zero, overrides the window height when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:491 +#: doc/classes/ProjectSettings.xml:492 msgid "" "If greater than zero, overrides the window width when running the game. " "Useful for testing stretch modes." msgstr "" -#: doc/classes/ProjectSettings.xml:494 +#: doc/classes/ProjectSettings.xml:495 msgid "" "Sets the game's main viewport width. On desktop platforms, this is the " "default window size. Stretch mode settings also use this as a reference when " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:497 +#: doc/classes/ProjectSettings.xml:498 msgid "" "Specifies the tablet driver to use. If left empty, the default driver will " "be used." msgstr "" -#: doc/classes/ProjectSettings.xml:500 +#: doc/classes/ProjectSettings.xml:501 msgid "" "If [code]true[/code], enables vertical synchronization. This eliminates " "tearing that may appear in moving scenes, at the cost of higher input " @@ -44326,7 +44469,7 @@ msgid "" "regardless (such as mobile platforms and HTML5)." msgstr "" -#: doc/classes/ProjectSettings.xml:503 +#: doc/classes/ProjectSettings.xml:504 msgid "" "If [code]Use Vsync[/code] is enabled and this setting is [code]true[/code], " "enables vertical synchronization via the operating system's window " @@ -44337,7 +44480,7 @@ msgid "" "framerate halving (e.g. from 60 FPS to 30 FPS) when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:507 +#: doc/classes/ProjectSettings.xml:508 msgid "" "The command-line arguments to append to Godot's own command line when " "running the project. This doesn't affect the editor itself.\n" @@ -44353,14 +44496,14 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:515 +#: doc/classes/ProjectSettings.xml:516 msgid "" "Search path for project-specific script templates. Godot will search for " "script templates both in the editor-specific path and in this project-" "specific path." msgstr "" -#: doc/classes/ProjectSettings.xml:518 +#: doc/classes/ProjectSettings.xml:519 msgid "" "Text-based file extensions to include in the script editor's \"Find in Files" "\" feature. You can add e.g. [code]tscn[/code] if you wish to also parse " @@ -44368,49 +44511,49 @@ msgid "" "serialized in the scene files." msgstr "" -#: doc/classes/ProjectSettings.xml:521 +#: doc/classes/ProjectSettings.xml:522 msgid "" "Default value for [member ScrollContainer.scroll_deadzone], which will be " "used for all [ScrollContainer]s unless overridden." msgstr "" -#: doc/classes/ProjectSettings.xml:524 +#: doc/classes/ProjectSettings.xml:525 msgid "" "If [code]true[/code], swaps OK and Cancel buttons in dialogs on Windows and " "UWP to follow interface conventions." msgstr "" -#: doc/classes/ProjectSettings.xml:529 +#: doc/classes/ProjectSettings.xml:530 msgid "" "Path to a custom [Theme] resource file to use for the project ([code]theme[/" "code] or generic [code]tres[/code]/[code]res[/code] extension)." msgstr "" -#: doc/classes/ProjectSettings.xml:532 +#: doc/classes/ProjectSettings.xml:533 msgid "" "Path to a custom [Font] resource to use as default for all GUI elements of " "the project." msgstr "" -#: doc/classes/ProjectSettings.xml:535 +#: doc/classes/ProjectSettings.xml:536 msgid "If [code]true[/code], makes sure the theme used works with HiDPI." msgstr "" -#: doc/classes/ProjectSettings.xml:538 +#: doc/classes/ProjectSettings.xml:539 msgid "" "Timer setting for incremental search in [Tree], [ItemList], etc. controls " "(in milliseconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:541 +#: doc/classes/ProjectSettings.xml:542 msgid "Timer for detecting idle in [TextEdit] (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:544 +#: doc/classes/ProjectSettings.xml:545 msgid "Default delay for tooltips (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:547 +#: doc/classes/ProjectSettings.xml:548 msgid "" "Default [InputEventAction] to confirm a focused button, menu or list item, " "or validate input.\n" @@ -44419,7 +44562,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:551 +#: doc/classes/ProjectSettings.xml:552 msgid "" "Default [InputEventAction] to discard a modal or pending input.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44427,7 +44570,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:555 +#: doc/classes/ProjectSettings.xml:556 msgid "" "Default [InputEventAction] to move down in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44435,7 +44578,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:559 +#: doc/classes/ProjectSettings.xml:560 msgid "" "Default [InputEventAction] to go to the end position of a [Control] (e.g. " "last item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44445,7 +44588,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:563 +#: doc/classes/ProjectSettings.xml:564 msgid "" "Default [InputEventAction] to focus the next [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_next].\n" @@ -44454,7 +44597,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:567 +#: doc/classes/ProjectSettings.xml:568 msgid "" "Default [InputEventAction] to focus the previous [Control] in the scene. The " "focus behavior can be configured via [member Control.focus_previous].\n" @@ -44463,7 +44606,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:571 +#: doc/classes/ProjectSettings.xml:572 msgid "" "Default [InputEventAction] to go to the start position of a [Control] (e.g. " "first item in an [ItemList] or a [Tree]), matching the behavior of [constant " @@ -44473,7 +44616,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:575 +#: doc/classes/ProjectSettings.xml:576 msgid "" "Default [InputEventAction] to move left in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44481,7 +44624,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:579 +#: doc/classes/ProjectSettings.xml:580 msgid "" "Default [InputEventAction] to go down a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEDOWN] on " @@ -44491,7 +44634,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:583 +#: doc/classes/ProjectSettings.xml:584 msgid "" "Default [InputEventAction] to go up a page in a [Control] (e.g. in an " "[ItemList] or a [Tree]), matching the behavior of [constant KEY_PAGEUP] on " @@ -44501,7 +44644,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:587 +#: doc/classes/ProjectSettings.xml:588 msgid "" "Default [InputEventAction] to move right in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44509,7 +44652,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:591 +#: doc/classes/ProjectSettings.xml:592 msgid "" "Default [InputEventAction] to select an item in a [Control] (e.g. in an " "[ItemList] or a [Tree]).\n" @@ -44518,7 +44661,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:595 +#: doc/classes/ProjectSettings.xml:596 msgid "" "Default [InputEventAction] to move up in the UI.\n" "[b]Note:[/b] Default [code]ui_*[/code] actions cannot be removed as they are " @@ -44526,7 +44669,7 @@ msgid "" "to the action can however be modified." msgstr "" -#: doc/classes/ProjectSettings.xml:599 +#: doc/classes/ProjectSettings.xml:600 msgid "" "If [code]true[/code], key/touch/joystick events will be flushed just before " "every idle and physics frame.\n" @@ -44538,477 +44681,477 @@ msgid "" "[b]Note:[/b] Currently implemented only in Android." msgstr "" -#: doc/classes/ProjectSettings.xml:605 +#: doc/classes/ProjectSettings.xml:606 msgid "" "If [code]true[/code], sends mouse input events when tapping or swiping on " "the touchscreen." msgstr "" -#: doc/classes/ProjectSettings.xml:608 +#: doc/classes/ProjectSettings.xml:609 msgid "" "If [code]true[/code], sends touch input events when clicking or dragging the " "mouse." msgstr "" -#: doc/classes/ProjectSettings.xml:611 +#: doc/classes/ProjectSettings.xml:612 msgid "Default delay for touch events. This only affects iOS devices." msgstr "" -#: doc/classes/ProjectSettings.xml:614 +#: doc/classes/ProjectSettings.xml:615 msgid "Optional name for the 2D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:617 +#: doc/classes/ProjectSettings.xml:618 msgid "Optional name for the 2D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:620 +#: doc/classes/ProjectSettings.xml:621 msgid "Optional name for the 2D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:623 +#: doc/classes/ProjectSettings.xml:624 msgid "Optional name for the 2D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:626 +#: doc/classes/ProjectSettings.xml:627 msgid "Optional name for the 2D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:629 +#: doc/classes/ProjectSettings.xml:630 msgid "Optional name for the 2D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:632 +#: doc/classes/ProjectSettings.xml:633 msgid "Optional name for the 2D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:635 +#: doc/classes/ProjectSettings.xml:636 msgid "Optional name for the 2D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:638 +#: doc/classes/ProjectSettings.xml:639 msgid "Optional name for the 2D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:641 +#: doc/classes/ProjectSettings.xml:642 msgid "Optional name for the 2D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:644 +#: doc/classes/ProjectSettings.xml:645 msgid "Optional name for the 2D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:647 +#: doc/classes/ProjectSettings.xml:648 msgid "Optional name for the 2D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:650 +#: doc/classes/ProjectSettings.xml:651 msgid "Optional name for the 2D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:653 +#: doc/classes/ProjectSettings.xml:654 msgid "Optional name for the 2D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:656 +#: doc/classes/ProjectSettings.xml:657 msgid "Optional name for the 2D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:659 +#: doc/classes/ProjectSettings.xml:660 msgid "Optional name for the 2D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:662 +#: doc/classes/ProjectSettings.xml:663 msgid "Optional name for the 2D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:665 +#: doc/classes/ProjectSettings.xml:666 msgid "Optional name for the 2D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:668 +#: doc/classes/ProjectSettings.xml:669 msgid "Optional name for the 2D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:671 +#: doc/classes/ProjectSettings.xml:672 msgid "Optional name for the 2D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:674 +#: doc/classes/ProjectSettings.xml:675 msgid "Optional name for the 2D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:677 +#: doc/classes/ProjectSettings.xml:678 msgid "Optional name for the 2D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:680 +#: doc/classes/ProjectSettings.xml:681 msgid "Optional name for the 2D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:683 +#: doc/classes/ProjectSettings.xml:684 msgid "Optional name for the 2D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:686 +#: doc/classes/ProjectSettings.xml:687 msgid "Optional name for the 2D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:689 +#: doc/classes/ProjectSettings.xml:690 msgid "Optional name for the 2D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:692 +#: doc/classes/ProjectSettings.xml:693 msgid "Optional name for the 2D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:695 +#: doc/classes/ProjectSettings.xml:696 msgid "Optional name for the 2D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:698 +#: doc/classes/ProjectSettings.xml:699 msgid "Optional name for the 2D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:701 +#: doc/classes/ProjectSettings.xml:702 msgid "Optional name for the 2D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:704 +#: doc/classes/ProjectSettings.xml:705 msgid "Optional name for the 2D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:707 +#: doc/classes/ProjectSettings.xml:708 msgid "Optional name for the 2D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:710 +#: doc/classes/ProjectSettings.xml:711 msgid "Optional name for the 2D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:713 +#: doc/classes/ProjectSettings.xml:714 msgid "Optional name for the 2D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:716 +#: doc/classes/ProjectSettings.xml:717 msgid "Optional name for the 2D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:719 +#: doc/classes/ProjectSettings.xml:720 msgid "Optional name for the 2D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:722 +#: doc/classes/ProjectSettings.xml:723 msgid "Optional name for the 2D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:725 +#: doc/classes/ProjectSettings.xml:726 msgid "Optional name for the 2D render layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:728 +#: doc/classes/ProjectSettings.xml:729 msgid "Optional name for the 2D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:731 +#: doc/classes/ProjectSettings.xml:732 msgid "Optional name for the 2D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:734 +#: doc/classes/ProjectSettings.xml:735 msgid "Optional name for the 2D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:737 +#: doc/classes/ProjectSettings.xml:738 msgid "Optional name for the 2D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:740 +#: doc/classes/ProjectSettings.xml:741 msgid "Optional name for the 2D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:743 +#: doc/classes/ProjectSettings.xml:744 msgid "Optional name for the 2D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:746 +#: doc/classes/ProjectSettings.xml:747 msgid "Optional name for the 2D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:749 +#: doc/classes/ProjectSettings.xml:750 msgid "Optional name for the 2D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:752 +#: doc/classes/ProjectSettings.xml:753 msgid "Optional name for the 2D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:755 +#: doc/classes/ProjectSettings.xml:756 msgid "Optional name for the 2D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:758 +#: doc/classes/ProjectSettings.xml:759 msgid "Optional name for the 2D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:761 +#: doc/classes/ProjectSettings.xml:762 msgid "Optional name for the 2D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:764 +#: doc/classes/ProjectSettings.xml:765 msgid "Optional name for the 2D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:767 +#: doc/classes/ProjectSettings.xml:768 msgid "Optional name for the 2D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:770 +#: doc/classes/ProjectSettings.xml:771 msgid "Optional name for the 3D physics layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:773 +#: doc/classes/ProjectSettings.xml:774 msgid "Optional name for the 3D physics layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:776 +#: doc/classes/ProjectSettings.xml:777 msgid "Optional name for the 3D physics layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:779 +#: doc/classes/ProjectSettings.xml:780 msgid "Optional name for the 3D physics layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:782 +#: doc/classes/ProjectSettings.xml:783 msgid "Optional name for the 3D physics layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:785 +#: doc/classes/ProjectSettings.xml:786 msgid "Optional name for the 3D physics layer 14." msgstr "" -#: doc/classes/ProjectSettings.xml:788 +#: doc/classes/ProjectSettings.xml:789 msgid "Optional name for the 3D physics layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:791 +#: doc/classes/ProjectSettings.xml:792 msgid "Optional name for the 3D physics layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:794 +#: doc/classes/ProjectSettings.xml:795 msgid "Optional name for the 3D physics layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:797 +#: doc/classes/ProjectSettings.xml:798 msgid "Optional name for the 3D physics layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:800 +#: doc/classes/ProjectSettings.xml:801 msgid "Optional name for the 3D physics layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:803 +#: doc/classes/ProjectSettings.xml:804 msgid "Optional name for the 3D physics layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:806 +#: doc/classes/ProjectSettings.xml:807 msgid "Optional name for the 3D physics layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:809 +#: doc/classes/ProjectSettings.xml:810 msgid "Optional name for the 3D physics layer 21." msgstr "" -#: doc/classes/ProjectSettings.xml:812 +#: doc/classes/ProjectSettings.xml:813 msgid "Optional name for the 3D physics layer 22." msgstr "" -#: doc/classes/ProjectSettings.xml:815 +#: doc/classes/ProjectSettings.xml:816 msgid "Optional name for the 3D physics layer 23." msgstr "" -#: doc/classes/ProjectSettings.xml:818 +#: doc/classes/ProjectSettings.xml:819 msgid "Optional name for the 3D physics layer 24." msgstr "" -#: doc/classes/ProjectSettings.xml:821 +#: doc/classes/ProjectSettings.xml:822 msgid "Optional name for the 3D physics layer 25." msgstr "" -#: doc/classes/ProjectSettings.xml:824 +#: doc/classes/ProjectSettings.xml:825 msgid "Optional name for the 3D physics layer 26." msgstr "" -#: doc/classes/ProjectSettings.xml:827 +#: doc/classes/ProjectSettings.xml:828 msgid "Optional name for the 3D physics layer 27." msgstr "" -#: doc/classes/ProjectSettings.xml:830 +#: doc/classes/ProjectSettings.xml:831 msgid "Optional name for the 3D physics layer 28." msgstr "" -#: doc/classes/ProjectSettings.xml:833 +#: doc/classes/ProjectSettings.xml:834 msgid "Optional name for the 3D physics layer 29." msgstr "" -#: doc/classes/ProjectSettings.xml:836 +#: doc/classes/ProjectSettings.xml:837 msgid "Optional name for the 3D physics layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:839 +#: doc/classes/ProjectSettings.xml:840 msgid "Optional name for the 3D physics layer 30." msgstr "" -#: doc/classes/ProjectSettings.xml:842 +#: doc/classes/ProjectSettings.xml:843 msgid "Optional name for the 3D physics layer 31." msgstr "" -#: doc/classes/ProjectSettings.xml:845 +#: doc/classes/ProjectSettings.xml:846 msgid "Optional name for the 3D physics layer 32." msgstr "" -#: doc/classes/ProjectSettings.xml:848 +#: doc/classes/ProjectSettings.xml:849 msgid "Optional name for the 3D physics layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:851 +#: doc/classes/ProjectSettings.xml:852 msgid "Optional name for the 3D physics layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:854 +#: doc/classes/ProjectSettings.xml:855 msgid "Optional name for the 3D physics layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:857 +#: doc/classes/ProjectSettings.xml:858 msgid "Optional name for the 3D physics layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:860 +#: doc/classes/ProjectSettings.xml:861 msgid "Optional name for the 3D physics layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:863 +#: doc/classes/ProjectSettings.xml:864 msgid "Optional name for the 3D physics layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:866 +#: doc/classes/ProjectSettings.xml:867 msgid "Optional name for the 3D render layer 1." msgstr "" -#: doc/classes/ProjectSettings.xml:869 +#: doc/classes/ProjectSettings.xml:870 msgid "Optional name for the 3D render layer 10." msgstr "" -#: doc/classes/ProjectSettings.xml:872 +#: doc/classes/ProjectSettings.xml:873 msgid "Optional name for the 3D render layer 11." msgstr "" -#: doc/classes/ProjectSettings.xml:875 +#: doc/classes/ProjectSettings.xml:876 msgid "Optional name for the 3D render layer 12." msgstr "" -#: doc/classes/ProjectSettings.xml:878 +#: doc/classes/ProjectSettings.xml:879 msgid "Optional name for the 3D render layer 13." msgstr "" -#: doc/classes/ProjectSettings.xml:881 +#: doc/classes/ProjectSettings.xml:882 msgid "Optional name for the 3D render layer 14" msgstr "" -#: doc/classes/ProjectSettings.xml:884 +#: doc/classes/ProjectSettings.xml:885 msgid "Optional name for the 3D render layer 15." msgstr "" -#: doc/classes/ProjectSettings.xml:887 +#: doc/classes/ProjectSettings.xml:888 msgid "Optional name for the 3D render layer 16." msgstr "" -#: doc/classes/ProjectSettings.xml:890 +#: doc/classes/ProjectSettings.xml:891 msgid "Optional name for the 3D render layer 17." msgstr "" -#: doc/classes/ProjectSettings.xml:893 +#: doc/classes/ProjectSettings.xml:894 msgid "Optional name for the 3D render layer 18." msgstr "" -#: doc/classes/ProjectSettings.xml:896 +#: doc/classes/ProjectSettings.xml:897 msgid "Optional name for the 3D render layer 19." msgstr "" -#: doc/classes/ProjectSettings.xml:899 +#: doc/classes/ProjectSettings.xml:900 msgid "Optional name for the 3D render layer 2." msgstr "" -#: doc/classes/ProjectSettings.xml:902 +#: doc/classes/ProjectSettings.xml:903 msgid "Optional name for the 3D render layer 20." msgstr "" -#: doc/classes/ProjectSettings.xml:905 +#: doc/classes/ProjectSettings.xml:906 msgid "Optional name for the 3D render layer 3." msgstr "" -#: doc/classes/ProjectSettings.xml:908 +#: doc/classes/ProjectSettings.xml:909 msgid "Optional name for the 3D render layer 4." msgstr "" -#: doc/classes/ProjectSettings.xml:911 +#: doc/classes/ProjectSettings.xml:912 msgid "Optional name for the 3D render layer 5." msgstr "" -#: doc/classes/ProjectSettings.xml:914 +#: doc/classes/ProjectSettings.xml:915 msgid "Optional name for the 3D render layer 6." msgstr "" -#: doc/classes/ProjectSettings.xml:917 +#: doc/classes/ProjectSettings.xml:918 msgid "Optional name for the 3D render layer 7." msgstr "" -#: doc/classes/ProjectSettings.xml:920 +#: doc/classes/ProjectSettings.xml:921 msgid "Optional name for the 3D render layer 8." msgstr "" -#: doc/classes/ProjectSettings.xml:923 +#: doc/classes/ProjectSettings.xml:924 msgid "Optional name for the 3D render layer 9." msgstr "" -#: doc/classes/ProjectSettings.xml:926 +#: doc/classes/ProjectSettings.xml:927 msgid "" "The locale to fall back to if a translation isn't available in a given " "language. If left empty, [code]en[/code] (English) will be used." msgstr "" -#: doc/classes/ProjectSettings.xml:929 +#: doc/classes/ProjectSettings.xml:930 msgid "" "If non-empty, this locale will be used when running the project from the " "editor." msgstr "" -#: doc/classes/ProjectSettings.xml:932 +#: doc/classes/ProjectSettings.xml:933 msgid "If [code]true[/code], logs all output to files." msgstr "" -#: doc/classes/ProjectSettings.xml:935 +#: doc/classes/ProjectSettings.xml:936 msgid "" "Desktop override for [member logging/file_logging/enable_file_logging], as " "log files are not readily accessible on mobile/Web platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:938 +#: doc/classes/ProjectSettings.xml:939 msgid "" "Path to logs within the project. Using an [code]user://[/code] path is " "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:941 +#: doc/classes/ProjectSettings.xml:942 msgid "Specifies the maximum amount of log files allowed (used for rotation)." msgstr "" -#: doc/classes/ProjectSettings.xml:946 +#: doc/classes/ProjectSettings.xml:947 msgid "" "Godot uses a message queue to defer some function calls. If you run out of " "space on it (you will see an error), you can increase the size here." msgstr "" -#: doc/classes/ProjectSettings.xml:949 +#: doc/classes/ProjectSettings.xml:950 msgid "" "This is used by servers when used in multi-threading mode (servers and " "visual). RIDs are preallocated to avoid stalling the server requesting them " @@ -45016,92 +45159,92 @@ msgid "" "thread, increase this number." msgstr "" -#: doc/classes/ProjectSettings.xml:952 +#: doc/classes/ProjectSettings.xml:953 msgid "" "Maximum amount of characters allowed to send as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:955 +#: doc/classes/ProjectSettings.xml:956 msgid "" "Maximum number of errors allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:958 +#: doc/classes/ProjectSettings.xml:959 msgid "" "Maximum amount of messages allowed to send as output from the debugger. Over " "this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:961 +#: doc/classes/ProjectSettings.xml:962 msgid "" "Maximum number of warnings allowed to be sent as output from the debugger. " "Over this value, content is dropped. This helps not to stall the debugger " "connection." msgstr "" -#: doc/classes/ProjectSettings.xml:964 +#: doc/classes/ProjectSettings.xml:965 msgid "" "Default size of packet peer stream for deserializing Godot data (in bytes, " "specified as a power of two). The default value [code]16[/code] is equal to " "65,536 bytes. Over this size, data is dropped." msgstr "" -#: doc/classes/ProjectSettings.xml:967 +#: doc/classes/ProjectSettings.xml:968 msgid "Timeout (in seconds) for connection attempts using TCP." msgstr "" -#: doc/classes/ProjectSettings.xml:970 +#: doc/classes/ProjectSettings.xml:971 msgid "Maximum size (in kiB) for the [WebRTCDataChannel] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:973 +#: doc/classes/ProjectSettings.xml:974 msgid "Maximum size (in kiB) for the [WebSocketClient] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:976 +#: doc/classes/ProjectSettings.xml:977 msgid "Maximum number of concurrent input packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:979 +#: doc/classes/ProjectSettings.xml:980 msgid "Maximum size (in kiB) for the [WebSocketClient] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:982 +#: doc/classes/ProjectSettings.xml:983 msgid "Maximum number of concurrent output packets for [WebSocketClient]." msgstr "" -#: doc/classes/ProjectSettings.xml:985 +#: doc/classes/ProjectSettings.xml:986 msgid "Maximum size (in kiB) for the [WebSocketServer] input buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:988 +#: doc/classes/ProjectSettings.xml:989 msgid "Maximum number of concurrent input packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:991 +#: doc/classes/ProjectSettings.xml:992 msgid "Maximum size (in kiB) for the [WebSocketServer] output buffer." msgstr "" -#: doc/classes/ProjectSettings.xml:994 +#: doc/classes/ProjectSettings.xml:995 msgid "Maximum number of concurrent output packets for [WebSocketServer]." msgstr "" -#: doc/classes/ProjectSettings.xml:997 +#: doc/classes/ProjectSettings.xml:998 msgid "" "Amount of read ahead used by remote filesystem. Higher values decrease the " "effects of latency at the cost of higher bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1000 +#: doc/classes/ProjectSettings.xml:1001 msgid "Page size used by remote filesystem (in bytes)." msgstr "" -#: doc/classes/ProjectSettings.xml:1003 +#: doc/classes/ProjectSettings.xml:1004 msgid "" "The CA certificates bundle to use for SSL connections. If this is set to a " "non-empty value, this will [i]override[/i] Godot's default [url=https://" @@ -45111,33 +45254,33 @@ msgid "" "If in doubt, leave this setting empty." msgstr "" -#: doc/classes/ProjectSettings.xml:1007 +#: doc/classes/ProjectSettings.xml:1008 msgid "" "When creating node names automatically, set the type of casing in this " "project. This is mostly an editor setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1010 +#: doc/classes/ProjectSettings.xml:1011 msgid "" "What to use to separate node name from number. This is mostly an editor " "setting." msgstr "" -#: doc/classes/ProjectSettings.xml:1013 +#: doc/classes/ProjectSettings.xml:1014 msgid "" "Size of the hash table used for the broad-phase 2D hash grid algorithm.\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1017 +#: doc/classes/ProjectSettings.xml:1018 msgid "" "Cell size used for the broad-phase 2D hash grid algorithm (in pixels).\n" "[b]Note:[/b] Not used if [member ProjectSettings.physics/2d/use_bvh] is " "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1021 +#: doc/classes/ProjectSettings.xml:1022 msgid "" "The default angular damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45150,7 +45293,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1025 +#: doc/classes/ProjectSettings.xml:1026 msgid "" "The default gravity strength in 2D (in pixels per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45162,7 +45305,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1033 +#: doc/classes/ProjectSettings.xml:1034 msgid "" "The default gravity direction in 2D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45174,7 +45317,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1041 +#: doc/classes/ProjectSettings.xml:1042 msgid "" "The default linear damp in 2D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45187,7 +45330,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1045 +#: doc/classes/ProjectSettings.xml:1046 msgid "" "Threshold defining the surface size that constitutes a large object with " "regard to cells in the broad-phase 2D hash grid algorithm.\n" @@ -45195,28 +45338,28 @@ msgid "" "enabled." msgstr "" -#: doc/classes/ProjectSettings.xml:1049 +#: doc/classes/ProjectSettings.xml:1050 msgid "" "Sets which physics engine to use for 2D physics.\n" "\"DEFAULT\" and \"GodotPhysics\" are the same, as there is currently no " "alternative 2D physics server implemented." msgstr "" -#: doc/classes/ProjectSettings.xml:1053 +#: doc/classes/ProjectSettings.xml:1054 msgid "" "Threshold angular velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1056 +#: doc/classes/ProjectSettings.xml:1057 msgid "" "Threshold linear velocity under which a 2D physics body will be considered " "inactive. See [constant Physics2DServer." "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD]." msgstr "" -#: doc/classes/ProjectSettings.xml:1059 +#: doc/classes/ProjectSettings.xml:1060 msgid "" "Sets whether physics is run on the main thread or a separate one. Running " "the server on a thread increases performance, but restricts API access to " @@ -45226,25 +45369,25 @@ msgid "" "give you extra performance and no regressions when using it." msgstr "" -#: doc/classes/ProjectSettings.xml:1063 +#: doc/classes/ProjectSettings.xml:1064 msgid "" "Time (in seconds) of inactivity before which a 2D physics body will put to " "sleep. See [constant Physics2DServer.SPACE_PARAM_BODY_TIME_TO_SLEEP]." msgstr "" -#: doc/classes/ProjectSettings.xml:1066 +#: doc/classes/ProjectSettings.xml:1067 msgid "" "Enables the use of bounding volume hierarchy instead of hash grid for 2D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1069 +#: doc/classes/ProjectSettings.xml:1070 msgid "" "Sets whether the 3D physics world will be created with support for " "[SoftBody] physics. Only applies to the Bullet physics engine." msgstr "" -#: doc/classes/ProjectSettings.xml:1072 +#: doc/classes/ProjectSettings.xml:1073 msgid "" "The default angular damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45257,7 +45400,7 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1076 +#: doc/classes/ProjectSettings.xml:1077 msgid "" "The default gravity strength in 3D (in meters per second squared).\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45269,7 +45412,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1084 +#: doc/classes/ProjectSettings.xml:1085 msgid "" "The default gravity direction in 3D.\n" "[b]Note:[/b] This property is only read when the project starts. To change " @@ -45281,7 +45424,7 @@ msgid "" "[/codeblock]" msgstr "" -#: doc/classes/ProjectSettings.xml:1092 +#: doc/classes/ProjectSettings.xml:1093 msgid "" "The default linear damp in 3D.\n" "[b]Note:[/b] Good values are in the range [code]0[/code] to [code]1[/code]. " @@ -45294,13 +45437,13 @@ msgid "" "stop in one iteration." msgstr "" -#: doc/classes/ProjectSettings.xml:1096 +#: doc/classes/ProjectSettings.xml:1097 msgid "" "Enables the use of bounding volume hierarchy instead of octree for 3D " "physics spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1099 +#: doc/classes/ProjectSettings.xml:1100 msgid "" "Sets which physics engine to use for 3D physics.\n" "\"DEFAULT\" is currently the [url=https://bulletphysics.org]Bullet[/url] " @@ -45308,11 +45451,11 @@ msgid "" "alternative." msgstr "" -#: doc/classes/ProjectSettings.xml:1103 +#: doc/classes/ProjectSettings.xml:1104 msgid "Enables [member Viewport.physics_object_picking] on the root viewport." msgstr "" -#: doc/classes/ProjectSettings.xml:1106 +#: doc/classes/ProjectSettings.xml:1107 msgid "" "If enabled, 2D and 3D physics picking behaves this way in relation to " "pause:\n" @@ -45326,7 +45469,7 @@ msgid "" "that queue on resume, against the state of the 2D/3D world at that point." msgstr "" -#: doc/classes/ProjectSettings.xml:1112 +#: doc/classes/ProjectSettings.xml:1113 msgid "" "The number of fixed iterations per second. This controls how often physics " "simulation and [method Node._physics_process] methods are run.\n" @@ -45335,7 +45478,7 @@ msgid "" "instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1116 +#: doc/classes/ProjectSettings.xml:1117 msgid "" "Controls how much physics ticks are synchronized with real time. For 0 or " "less, the ticks are synchronized. Such values are recommended for network " @@ -45351,7 +45494,7 @@ msgid "" "the physics FPS at runtime, set [member Engine.physics_jitter_fix] instead." msgstr "" -#: doc/classes/ProjectSettings.xml:1121 +#: doc/classes/ProjectSettings.xml:1122 msgid "" "[b]Experimental.[/b] Calls [code]glBufferData[/code] with NULL data prior to " "uploading batching data. This may not be necessary but can be used for " @@ -45361,7 +45504,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1125 +#: doc/classes/ProjectSettings.xml:1126 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for batching buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45371,7 +45514,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1129 +#: doc/classes/ProjectSettings.xml:1130 msgid "" "[b]Experimental.[/b] If set to on, this applies buffer orphaning - " "[code]glBufferData[/code] is called with NULL data and the full buffer size " @@ -45382,7 +45525,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1133 +#: doc/classes/ProjectSettings.xml:1134 msgid "" "[b]Experimental.[/b] If set to on, uses the [code]GL_STREAM_DRAW[/code] flag " "for legacy buffer uploads. If off, uses the [code]GL_DYNAMIC_DRAW[/code] " @@ -45392,7 +45535,7 @@ msgid "" "adversely affect performance for end users." msgstr "" -#: doc/classes/ProjectSettings.xml:1137 +#: doc/classes/ProjectSettings.xml:1138 msgid "" "Choose between fixed mode where corner scalings are preserved matching the " "artwork, and scaling mode.\n" @@ -45400,7 +45543,7 @@ msgid "" "is off." msgstr "" -#: doc/classes/ProjectSettings.xml:1141 +#: doc/classes/ProjectSettings.xml:1142 msgid "" "Some NVIDIA GPU drivers have a bug which produces flickering issues for the " "[code]draw_rect[/code] method, especially as used in [TileMap]. Refer to " @@ -45411,7 +45554,7 @@ msgid "" "rendering, but only on desktop platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1145 +#: doc/classes/ProjectSettings.xml:1146 msgid "" "If [code]true[/code], performs 2D skinning on the CPU rather than the GPU. " "This provides greater compatibility with a wide range of hardware, and also " @@ -45426,7 +45569,7 @@ msgid "" "skinning." msgstr "" -#: doc/classes/ProjectSettings.xml:1151 +#: doc/classes/ProjectSettings.xml:1152 msgid "" "If [code]true[/code], forces snapping of vertices to pixels in 2D rendering. " "May help in some pixel art styles.\n" @@ -45435,13 +45578,13 @@ msgid "" "uv_contract] to prevent artifacts." msgstr "" -#: doc/classes/ProjectSettings.xml:1156 +#: doc/classes/ProjectSettings.xml:1157 msgid "" "When batching is on, this regularly prints a frame diagnosis log. Note that " "this will degrade performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1159 +#: doc/classes/ProjectSettings.xml:1160 msgid "" "[b]Experimental.[/b] For regression testing against the old renderer. If " "this is switched on, and [code]use_batching[/code] is set, the renderer will " @@ -45450,7 +45593,7 @@ msgid "" "Performance will be degraded." msgstr "" -#: doc/classes/ProjectSettings.xml:1162 +#: doc/classes/ProjectSettings.xml:1163 msgid "" "Lights have the potential to prevent joining items, and break many of the " "performance benefits of batching. This setting enables some complex logic to " @@ -45460,7 +45603,7 @@ msgid "" "returns." msgstr "" -#: doc/classes/ProjectSettings.xml:1165 +#: doc/classes/ProjectSettings.xml:1166 msgid "" "Sets the proportion of the total screen area (in pixels) that must be saved " "by a scissor operation in order to activate light scissoring. This can " @@ -45472,7 +45615,7 @@ msgid "" "a lot of lighting." msgstr "" -#: doc/classes/ProjectSettings.xml:1168 +#: doc/classes/ProjectSettings.xml:1169 msgid "" "Enabling this setting uses the legacy method to draw batches containing only " "one rect. The legacy method is faster (approx twice as fast), but can cause " @@ -45482,24 +45625,24 @@ msgid "" "this method." msgstr "" -#: doc/classes/ProjectSettings.xml:1171 +#: doc/classes/ProjectSettings.xml:1172 msgid "" "Turns 2D batching on and off. Batching increases performance by reducing the " "amount of graphics API drawcalls." msgstr "" -#: doc/classes/ProjectSettings.xml:1174 +#: doc/classes/ProjectSettings.xml:1175 msgid "Switches on 2D batching within the editor." msgstr "" -#: doc/classes/ProjectSettings.xml:1177 +#: doc/classes/ProjectSettings.xml:1178 msgid "" "Size of buffer reserved for batched vertices. Larger size enables larger " "batches, but there are diminishing returns for the memory used. This should " "only have a minor effect on performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1180 +#: doc/classes/ProjectSettings.xml:1181 msgid "" "Including color in the vertex format has a cost, however, not including " "color prevents batching across color changes. This threshold determines the " @@ -45508,7 +45651,7 @@ msgid "" "0 will always use colored vertices, 1 will never use colored vertices." msgstr "" -#: doc/classes/ProjectSettings.xml:1183 +#: doc/classes/ProjectSettings.xml:1184 msgid "" "In certain circumstances, the batcher can reorder items in order to better " "join them. This may result in better performance. An overlap test is needed " @@ -45516,7 +45659,7 @@ msgid "" "returns. If you are getting no benefit, setting this to 0 will switch it off." msgstr "" -#: doc/classes/ProjectSettings.xml:1186 +#: doc/classes/ProjectSettings.xml:1187 msgid "" "Sets the number of commands to lookahead to determine whether to batch " "render items. A value of 1 can join items consisting of single commands, 0 " @@ -45525,7 +45668,7 @@ msgid "" "recommended." msgstr "" -#: doc/classes/ProjectSettings.xml:1189 +#: doc/classes/ProjectSettings.xml:1190 msgid "" "On some platforms (especially mobile), precision issues in shaders can lead " "to reading 1 texel outside of bounds, particularly where rects are scaled. " @@ -45535,7 +45678,7 @@ msgid "" "texels." msgstr "" -#: doc/classes/ProjectSettings.xml:1193 +#: doc/classes/ProjectSettings.xml:1194 msgid "" "The amount of UV contraction. This figure is divided by 1000000, and is a " "proportion of the total texture dimensions, where the width and height are " @@ -45543,31 +45686,31 @@ msgid "" "Use the default unless correcting for a problem on particular hardware." msgstr "" -#: doc/classes/ProjectSettings.xml:1197 +#: doc/classes/ProjectSettings.xml:1198 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_HIGH]." msgstr "" -#: doc/classes/ProjectSettings.xml:1200 +#: doc/classes/ProjectSettings.xml:1201 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_LOW]." msgstr "" -#: doc/classes/ProjectSettings.xml:1203 +#: doc/classes/ProjectSettings.xml:1204 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_MEDIUM]." msgstr "" -#: doc/classes/ProjectSettings.xml:1206 +#: doc/classes/ProjectSettings.xml:1207 msgid "" "Amount of light samples taken when using [constant BakedLightmap." "BAKE_QUALITY_ULTRA]." msgstr "" -#: doc/classes/ProjectSettings.xml:1209 +#: doc/classes/ProjectSettings.xml:1210 msgid "" "Default background clear color. Overridable per [Viewport] using its " "[Environment]. See [member Environment.background_mode] and [member " @@ -45575,7 +45718,7 @@ msgid "" "programmatically, use [method VisualServer.set_default_clear_color]." msgstr "" -#: doc/classes/ProjectSettings.xml:1212 +#: doc/classes/ProjectSettings.xml:1213 msgid "" "[Environment] that will be used as a fallback environment in case a scene " "does not specify its own environment. The default environment is loaded in " @@ -45585,46 +45728,53 @@ msgid "" "here." msgstr "" -#: doc/classes/ProjectSettings.xml:1215 +#: doc/classes/ProjectSettings.xml:1216 msgid "" "The use of half-float vertex compression may be producing rendering errors " "on some platforms (especially iOS). These have been seen particularly in " "particles. Disabling half-float may resolve these problems." msgstr "" -#: doc/classes/ProjectSettings.xml:1218 +#: doc/classes/ProjectSettings.xml:1219 msgid "" -"If [code]true[/code] and available on the target device, enables high " -"floating point precision for all shader computations in GLES2.\n" +"iOS specific override for [member rendering/gles2/compatibility/" +"disable_half_float], due to poor support for half-float vertex compression " +"on many devices." +msgstr "" + +#: doc/classes/ProjectSettings.xml:1222 +msgid "" +"If [code]true[/code] and available on the target Android device, enables " +"high floating point precision for all shader computations in GLES2.\n" "[b]Warning:[/b] High floating point precision can be extremely slow on older " "devices and is often not available at all. Use with caution." msgstr "" -#: doc/classes/ProjectSettings.xml:1222 +#: doc/classes/ProjectSettings.xml:1226 msgid "" "Max buffer size for blend shapes. Any blend shape bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1225 +#: doc/classes/ProjectSettings.xml:1229 msgid "" "Max buffer size for drawing polygons. Any polygon bigger than this will not " "work." msgstr "" -#: doc/classes/ProjectSettings.xml:1228 +#: doc/classes/ProjectSettings.xml:1232 msgid "" "Max index buffer size for drawing polygons. Any polygon bigger than this " "will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1231 +#: doc/classes/ProjectSettings.xml:1235 msgid "" "Max buffer size for drawing immediate objects (ImmediateGeometry nodes). " "Nodes using more than this size will not work." msgstr "" -#: doc/classes/ProjectSettings.xml:1234 +#: doc/classes/ProjectSettings.xml:1238 msgid "" "Max number of lights renderable per object. This is further limited by " "hardware support. Most devices only support 409 lights, while many devices " @@ -45632,7 +45782,7 @@ msgid "" "memory usage and may decrease shader compile times." msgstr "" -#: doc/classes/ProjectSettings.xml:1237 +#: doc/classes/ProjectSettings.xml:1241 msgid "" "Max amount of elements renderable in a frame. If more elements than this are " "visible per frame, they will not be drawn. Keep in mind elements refer to " @@ -45642,7 +45792,7 @@ msgid "" "much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1240 +#: doc/classes/ProjectSettings.xml:1244 msgid "" "Max number of lights renderable in a frame. If more lights than this number " "are used, they will be ignored. Setting this low will slightly reduce memory " @@ -45651,7 +45801,7 @@ msgid "" "possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1243 +#: doc/classes/ProjectSettings.xml:1247 msgid "" "Max number of reflection probes renderable in a frame. If more reflection " "probes than this number are used, they will be ignored. Setting this low " @@ -45660,20 +45810,20 @@ msgid "" "consider lowering as much as possible on web export." msgstr "" -#: doc/classes/ProjectSettings.xml:1246 +#: doc/classes/ProjectSettings.xml:1250 msgid "" "Shaders have a time variable that constantly increases. At some point, it " "needs to be rolled back to zero to avoid precision errors on shader " "animations. This setting specifies when (in seconds)." msgstr "" -#: doc/classes/ProjectSettings.xml:1249 +#: doc/classes/ProjectSettings.xml:1253 msgid "" "If [code]true[/code], the texture importer will import lossless textures " "using the PNG format. Otherwise, it will default to using WebP." msgstr "" -#: doc/classes/ProjectSettings.xml:1252 +#: doc/classes/ProjectSettings.xml:1256 msgid "" "The default compression level for lossless WebP. Higher levels result in " "smaller files at the cost of compression speed. Decompression speed is " @@ -45682,7 +45832,7 @@ msgid "" "savings." msgstr "" -#: doc/classes/ProjectSettings.xml:1255 +#: doc/classes/ProjectSettings.xml:1259 msgid "" "On import, mesh vertex data will be split into two streams within a single " "vertex buffer, one for position data and the other for interleaved " @@ -45690,7 +45840,7 @@ msgid "" "Requires manual reimport of meshes after toggling." msgstr "" -#: doc/classes/ProjectSettings.xml:1258 +#: doc/classes/ProjectSettings.xml:1262 msgid "" "Determines the maximum number of sphere occluders that will be used at any " "one time.\n" @@ -45699,7 +45849,7 @@ msgid "" "to give the best overall performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1262 +#: doc/classes/ProjectSettings.xml:1266 msgid "" "The default convention is for portal normals to point outward (face outward) " "from the source room.\n" @@ -45709,20 +45859,20 @@ msgid "" "convertion to [Portal] nodes." msgstr "" -#: doc/classes/ProjectSettings.xml:1267 +#: doc/classes/ProjectSettings.xml:1271 msgid "" "Show conversion logs.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1271 +#: doc/classes/ProjectSettings.xml:1275 msgid "" "If [code]true[/code], gameplay callbacks will be sent as [code]signals[/" "code]. If [code]false[/code], they will be sent as [code]notifications[/" "code]." msgstr "" -#: doc/classes/ProjectSettings.xml:1274 +#: doc/classes/ProjectSettings.xml:1278 msgid "" "If enabled, while merging meshes, the system will also attempt to remove " "[Spatial] nodes that no longer have any children.\n" @@ -45731,13 +45881,13 @@ msgid "" "for markers or some other purpose." msgstr "" -#: doc/classes/ProjectSettings.xml:1278 +#: doc/classes/ProjectSettings.xml:1282 msgid "" "Show logs during PVS generation.\n" "[b]Note:[/b] This will automatically be disabled in exports." msgstr "" -#: doc/classes/ProjectSettings.xml:1282 +#: doc/classes/ProjectSettings.xml:1286 msgid "" "Uses a simplified method of generating PVS (potentially visible set) data. " "The results may not be accurate where more than one portal join adjacent " @@ -45747,46 +45897,46 @@ msgid "" "default method." msgstr "" -#: doc/classes/ProjectSettings.xml:1286 +#: doc/classes/ProjectSettings.xml:1290 msgid "" "If [code]true[/code], allocates the main framebuffer with high dynamic " "range. High dynamic range allows the use of [Color] values greater than 1.\n" "[b]Note:[/b] Only available on the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1290 +#: doc/classes/ProjectSettings.xml:1294 msgid "" "Lower-end override for [member rendering/quality/depth/hdr] on mobile " "devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1293 +#: doc/classes/ProjectSettings.xml:1297 msgid "" "Disables depth pre-pass for some GPU vendors (usually mobile), as their " "architecture already does this." msgstr "" -#: doc/classes/ProjectSettings.xml:1296 +#: doc/classes/ProjectSettings.xml:1300 msgid "" "If [code]true[/code], performs a previous depth pass before rendering " "materials. This increases performance in scenes with high overdraw, when " "complex materials and lighting are used." msgstr "" -#: doc/classes/ProjectSettings.xml:1299 +#: doc/classes/ProjectSettings.xml:1303 msgid "" "The directional shadow's size in pixels. Higher values will result in " "sharper shadows, at the cost of performance. The value will be rounded up to " "the nearest power of 2." msgstr "" -#: doc/classes/ProjectSettings.xml:1302 +#: doc/classes/ProjectSettings.xml:1306 msgid "" "Lower-end override for [member rendering/quality/directional_shadow/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1305 +#: doc/classes/ProjectSettings.xml:1309 msgid "" "The video driver to use (\"GLES2\" or \"GLES3\").\n" "[b]Note:[/b] The backend in use can be overridden at runtime via the [code]--" @@ -45796,7 +45946,7 @@ msgid "" "updated, so use [method OS.get_current_video_driver] to query it at run-time." msgstr "" -#: doc/classes/ProjectSettings.xml:1309 +#: doc/classes/ProjectSettings.xml:1313 msgid "" "If [code]true[/code], allows falling back to the GLES2 driver if the GLES3 " "driver is not supported.\n" @@ -45808,7 +45958,7 @@ msgid "" "data pack's size." msgstr "" -#: doc/classes/ProjectSettings.xml:1313 +#: doc/classes/ProjectSettings.xml:1317 msgid "" "Maximum anisotropic filter level used for textures with anisotropy enabled. " "Higher values will result in sharper textures when viewed from oblique " @@ -45816,7 +45966,7 @@ msgid "" "4, 8, 16)." msgstr "" -#: doc/classes/ProjectSettings.xml:1316 +#: doc/classes/ProjectSettings.xml:1320 msgid "" "Sets the number of MSAA samples to use. MSAA is used to reduce aliasing " "around the edges of polygons. A higher MSAA value results in smoother edges " @@ -45824,7 +45974,7 @@ msgid "" "[b]Note:[/b] MSAA is not available on HTML5 export using the GLES2 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1320 +#: doc/classes/ProjectSettings.xml:1324 msgid "" "If set to a value greater than [code]0.0[/code], contrast-adaptive " "sharpening will be applied to the 3D viewport. This has a low performance " @@ -45833,7 +45983,7 @@ msgid "" "[member rendering/quality/filters/use_fxaa]." msgstr "" -#: doc/classes/ProjectSettings.xml:1323 +#: doc/classes/ProjectSettings.xml:1327 msgid "" "If [code]true[/code], uses a fast post-processing filter to make banding " "significantly less visible. In some cases, debanding may introduce a " @@ -45847,7 +45997,7 @@ msgid "" "disabled when targeting mobile platforms." msgstr "" -#: doc/classes/ProjectSettings.xml:1328 +#: doc/classes/ProjectSettings.xml:1332 msgid "" "Enables FXAA in the root Viewport. FXAA is a popular screen-space " "antialiasing method, which is fast but will make the image look blurry, " @@ -45857,7 +46007,7 @@ msgid "" "quality/filters/sharpen_intensity])." msgstr "" -#: doc/classes/ProjectSettings.xml:1331 +#: doc/classes/ProjectSettings.xml:1335 msgid "" "If [code]true[/code], uses nearest-neighbor mipmap filtering when using " "mipmaps (also called \"bilinear filtering\"), which will result in visible " @@ -45866,7 +46016,7 @@ msgid "" "mipmap filtering (also called \"trilinear filtering\") is used." msgstr "" -#: doc/classes/ProjectSettings.xml:1334 +#: doc/classes/ProjectSettings.xml:1338 msgid "" "Strategy used for framebuffer allocation. The simpler it is, the less " "resources it uses (but the less features it supports). If set to \"2D " @@ -45876,54 +46026,54 @@ msgid "" "be available in the [Environment]." msgstr "" -#: doc/classes/ProjectSettings.xml:1337 +#: doc/classes/ProjectSettings.xml:1341 msgid "" "Lower-end override for [member rendering/quality/intended_usage/" "framebuffer_allocation] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1340 +#: doc/classes/ProjectSettings.xml:1344 msgid "" "Enable usage of bicubic sampling in baked lightmaps. This results in " "smoother looking lighting at the expense of more bandwidth usage. On GLES2, " "changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1343 +#: doc/classes/ProjectSettings.xml:1347 msgid "" "Lower-end override for [member rendering/quality/lightmapping/" "use_bicubic_sampling] on mobile devices, in order to reduce bandwidth usage." msgstr "" -#: doc/classes/ProjectSettings.xml:1346 +#: doc/classes/ProjectSettings.xml:1350 msgid "" "Size of the atlas used by reflection probes. A larger size can result in " "higher visual quality, while a smaller size will be faster and take up less " "memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1349 +#: doc/classes/ProjectSettings.xml:1353 msgid "" "Number of subdivisions to use for the reflection atlas. A higher number " "lowers the quality of each atlas, but allows you to use more." msgstr "" -#: doc/classes/ProjectSettings.xml:1352 +#: doc/classes/ProjectSettings.xml:1356 msgid "" "If [code]true[/code], uses a high amount of samples to create blurred " "variants of reflection probes and panorama backgrounds (sky). Those blurred " "variants are used by rough materials." msgstr "" -#: doc/classes/ProjectSettings.xml:1355 +#: doc/classes/ProjectSettings.xml:1359 msgid "" "Lower-end override for [member rendering/quality/reflections/" "high_quality_ggx] on mobile devices, due to performance concerns or driver " "support." msgstr "" -#: doc/classes/ProjectSettings.xml:1358 +#: doc/classes/ProjectSettings.xml:1362 msgid "" "Limits the size of the irradiance map which is normally determined by " "[member Sky.radiance_size]. A higher size results in a higher quality " @@ -45934,61 +46084,61 @@ msgid "" "maps well and may crash if this is set too high." msgstr "" -#: doc/classes/ProjectSettings.xml:1362 +#: doc/classes/ProjectSettings.xml:1366 msgid "" "If [code]true[/code], uses texture arrays instead of mipmaps for reflection " "probes and panorama backgrounds (sky). This reduces jitter noise on " "reflections, but costs more performance and memory." msgstr "" -#: doc/classes/ProjectSettings.xml:1365 +#: doc/classes/ProjectSettings.xml:1369 msgid "" "Lower-end override for [member rendering/quality/reflections/" "texture_array_reflections] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1368 +#: doc/classes/ProjectSettings.xml:1372 msgid "" "If [code]true[/code], uses faster but lower-quality Blinn model to generate " "blurred reflections instead of the GGX model." msgstr "" -#: doc/classes/ProjectSettings.xml:1371 +#: doc/classes/ProjectSettings.xml:1375 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_blinn_over_ggx] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1374 +#: doc/classes/ProjectSettings.xml:1378 msgid "" "If [code]true[/code], uses faster but lower-quality Lambert material " "lighting model instead of Burley." msgstr "" -#: doc/classes/ProjectSettings.xml:1377 +#: doc/classes/ProjectSettings.xml:1381 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_lambert_over_burley] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1380 +#: doc/classes/ProjectSettings.xml:1384 msgid "" "If [code]true[/code], forces vertex shading for all rendering. This can " "increase performance a lot, but also reduces quality immensely. Can be used " "to optimize performance on low-end mobile devices." msgstr "" -#: doc/classes/ProjectSettings.xml:1383 +#: doc/classes/ProjectSettings.xml:1387 msgid "" "Lower-end override for [member rendering/quality/shading/" "force_vertex_shading] on mobile devices, due to performance concerns or " "driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1386 +#: doc/classes/ProjectSettings.xml:1390 msgid "" "If [code]true[/code], enables new physical light attenuation for " "[OmniLight]s and [SpotLight]s. This results in more realistic lighting " @@ -45999,7 +46149,7 @@ msgid "" "Changes to this setting will only be applied upon restarting the application." msgstr "" -#: doc/classes/ProjectSettings.xml:1390 +#: doc/classes/ProjectSettings.xml:1394 msgid "" "Size for cubemap into which the shadow is rendered before being copied into " "the shadow atlas. A higher number can result in higher resolution shadows " @@ -46008,26 +46158,26 @@ msgid "" "size] will not result in a perceptible increase in visual quality." msgstr "" -#: doc/classes/ProjectSettings.xml:1393 doc/classes/ProjectSettings.xml:1396 -#: doc/classes/ProjectSettings.xml:1399 doc/classes/ProjectSettings.xml:1402 +#: doc/classes/ProjectSettings.xml:1397 doc/classes/ProjectSettings.xml:1400 +#: doc/classes/ProjectSettings.xml:1403 doc/classes/ProjectSettings.xml:1406 msgid "" "Subdivision quadrant size for shadow mapping. See shadow mapping " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1405 +#: doc/classes/ProjectSettings.xml:1409 msgid "" "Size for shadow atlas (used for OmniLights and SpotLights). See " "documentation." msgstr "" -#: doc/classes/ProjectSettings.xml:1408 +#: doc/classes/ProjectSettings.xml:1412 msgid "" "Lower-end override for [member rendering/quality/shadow_atlas/size] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1411 +#: doc/classes/ProjectSettings.xml:1415 msgid "" "Shadow filter mode. Higher-quality settings result in smoother shadows that " "flicker less when moving. \"Disabled\" is the fastest option, but also has " @@ -46038,20 +46188,20 @@ msgid "" "shadow appearance similar to the one produced by the GLES3 backend." msgstr "" -#: doc/classes/ProjectSettings.xml:1415 +#: doc/classes/ProjectSettings.xml:1419 msgid "" "Lower-end override for [member rendering/quality/shadows/filter_mode] on " "mobile devices, due to performance concerns or driver support." msgstr "" -#: doc/classes/ProjectSettings.xml:1418 +#: doc/classes/ProjectSettings.xml:1422 msgid "" "Forces [MeshInstance] to always perform skinning on the CPU (applies to both " "GLES2 and GLES3).\n" "See also [member rendering/quality/skinning/software_skinning_fallback]." msgstr "" -#: doc/classes/ProjectSettings.xml:1422 +#: doc/classes/ProjectSettings.xml:1426 msgid "" "Allows [MeshInstance] to perform skinning on the CPU when the hardware " "doesn't support the default GPU skinning process with GLES2.\n" @@ -46063,52 +46213,52 @@ msgid "" "already applied to the modelview matrix." msgstr "" -#: doc/classes/ProjectSettings.xml:1428 +#: doc/classes/ProjectSettings.xml:1432 msgid "" "The rendering octree balance can be changed to favor smaller ([code]0[/" "code]), or larger ([code]1[/code]) branches.\n" "Larger branches can increase performance significantly in some projects." msgstr "" -#: doc/classes/ProjectSettings.xml:1432 +#: doc/classes/ProjectSettings.xml:1436 msgid "" "Enables the use of bounding volume hierarchy instead of octree for rendering " "spatial partitioning. This may give better performance." msgstr "" -#: doc/classes/ProjectSettings.xml:1435 +#: doc/classes/ProjectSettings.xml:1439 msgid "" "Improves quality of subsurface scattering, but cost significantly increases." msgstr "" -#: doc/classes/ProjectSettings.xml:1438 +#: doc/classes/ProjectSettings.xml:1442 msgid "Quality setting for subsurface scattering (samples taken)." msgstr "" -#: doc/classes/ProjectSettings.xml:1441 +#: doc/classes/ProjectSettings.xml:1445 msgid "Max radius used for subsurface scattering samples." msgstr "" -#: doc/classes/ProjectSettings.xml:1444 +#: doc/classes/ProjectSettings.xml:1448 msgid "" "Weight subsurface scattering samples. Helps to avoid reading samples from " "unrelated parts of the screen." msgstr "" -#: doc/classes/ProjectSettings.xml:1447 +#: doc/classes/ProjectSettings.xml:1451 msgid "" "Use high-quality voxel cone tracing. This results in better-looking " "reflections, but is much more expensive on the GPU." msgstr "" -#: doc/classes/ProjectSettings.xml:1450 +#: doc/classes/ProjectSettings.xml:1454 msgid "" "Thread model for rendering. Rendering on a thread can vastly improve " "performance, but synchronizing to the main thread can cause a bit more " "jitter." msgstr "" -#: doc/classes/ProjectSettings.xml:1453 +#: doc/classes/ProjectSettings.xml:1457 msgid "" "If [code]true[/code], a thread safe version of BVH (bounding volume " "hierarchy) will be used in rendering and Godot physics.\n" @@ -46116,7 +46266,7 @@ msgid "" "incorrect object visibility)." msgstr "" -#: doc/classes/ProjectSettings.xml:1457 +#: doc/classes/ProjectSettings.xml:1461 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the BPTC algorithm. This texture compression algorithm is " @@ -46126,10 +46276,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1461 +#: doc/classes/ProjectSettings.xml:1465 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression algorithm. This algorithm " @@ -46138,10 +46288,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1465 +#: doc/classes/ProjectSettings.xml:1469 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the Ericsson Texture Compression 2 algorithm. This texture " @@ -46150,10 +46300,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1469 +#: doc/classes/ProjectSettings.xml:1473 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the PowerVR Texture Compression algorithm. This texture " @@ -46162,10 +46312,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1473 +#: doc/classes/ProjectSettings.xml:1477 msgid "" "If [code]true[/code], the texture importer will import VRAM-compressed " "textures using the S3 Texture Compression algorithm. This algorithm is only " @@ -46174,10 +46324,10 @@ msgid "" "already imported before. To make this setting apply to textures that were " "already imported, exit the editor, remove the [code].import/[/code] folder " "located inside the project folder then restart the editor (see [member " -"application/config/project_data_dir_name])." +"application/config/use_hidden_project_data_directory])." msgstr "" -#: doc/classes/ProjectSettings.xml:1477 +#: doc/classes/ProjectSettings.xml:1481 msgid "" "Cell size used for the 2D hash grid that [VisibilityNotifier2D] uses (in " "pixels)." @@ -57550,26 +57700,33 @@ msgid "Text [Color] used when the [ToolButton] is disabled." msgstr "" #: doc/classes/ToolButton.xml:39 -msgid "Text [Color] used when the [ToolButton] is being hovered." +msgid "" +"Text [Color] used when the [ToolButton] is focused. Only replaces the normal " +"text color of the button. Disabled, hovered, and pressed states take " +"precedence over this color." msgstr "" #: doc/classes/ToolButton.xml:42 -msgid "Text [Color] used when the [ToolButton] is being pressed." +msgid "Text [Color] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:45 -msgid "[StyleBox] used when the [ToolButton] is being hovered." +msgid "Text [Color] used when the [ToolButton] is being pressed." msgstr "" #: doc/classes/ToolButton.xml:48 -msgid "The horizontal space between [ToolButton]'s icon and text." +msgid "[StyleBox] used when the [ToolButton] is being hovered." msgstr "" #: doc/classes/ToolButton.xml:51 -msgid "Default [StyleBox] for the [ToolButton]." +msgid "The horizontal space between [ToolButton]'s icon and text." msgstr "" #: doc/classes/ToolButton.xml:54 +msgid "Default [StyleBox] for the [ToolButton]." +msgstr "" + +#: doc/classes/ToolButton.xml:57 msgid "[StyleBox] used when the [ToolButton] is being pressed." msgstr "" diff --git a/editor/SCsub b/editor/SCsub index 6a803678e3..87153f3b2b 100644 --- a/editor/SCsub +++ b/editor/SCsub @@ -87,7 +87,7 @@ if env["tools"]: ) # Documentation translations - to_include = "es,fr,ja,zh_CN".split(",") + to_include = "de,es,fr,ja,zh_CN".split(",") tlist = [env.Dir("#doc/translations").abspath + "/" + f + ".po" for f in to_include] env.Depends("#editor/doc_translations.gen.h", tlist) env.CommandNoCache(